/* 2026 五周年 POLO 方案审核版 */
.style-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.option-group {
  display: grid;
  gap: 14px;
}

.option-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d8e7e1;
  border-radius: 13px;
  background: #f2f8f5;
}

.option-group-head > span {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 99px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.option-group-head strong,
.option-group-head small {
  display: block;
}

.option-group-head small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.self-grid {
  display: grid;
}

.style-card {
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
}

.style-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.style-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: #f8faf9;
  border-bottom: 1px solid var(--line);
}

.option-code {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.option-badge {
  padding: 5px 9px;
  border-radius: 99px;
  background: #dff3ea;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.self-group .option-group-head > span,
.self-group .option-badge {
  background: #f2ead9;
  color: #7b5d23;
}

.style-card-copy {
  display: block;
  padding: 16px;
}

.style-card-copy strong {
  font-size: 18px;
}

.style-card-copy small {
  line-height: 1.7;
}

.bar.legacy i {
  background: #a58b53;
}

@media (max-width: 700px) {
  .recommended-grid {
    grid-template-columns: 1fr;
  }

  .option-group-head {
    align-items: flex-start;
  }

  .style-card:hover {
    transform: none;
  }
}

.public-size-guide.product-size-guide {
  width: 100%;
  margin: 28px 0 0;
  padding: 24px;
  box-shadow: none;
}

@media (max-width: 700px) {
  .public-size-guide.product-size-guide {
    margin: 24px 0 0;
    padding: 18px;
  }
}

.key-notices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.key-notices p {
  margin: 0;
  padding: 16px;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  background: #ffffff0d;
  color: #eaf3f0;
  line-height: 1.65;
}

.key-notices b {
  display: block;
  margin-bottom: 5px;
  color: #80cdb9;
}

.public-board {
  position: relative;
  z-index: 3;
  width: min(1080px, calc(100% - 28px));
  margin: -42px auto 62px;
  padding: 28px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 55px #203f3620;
}

.public-size-guide {
  width: min(1080px, calc(100% - 28px));
  margin: -38px auto 36px;
  padding: 28px 32px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.size-guide-copy {
  margin-bottom: 18px;
}

.size-guide-copy h2 {
  margin: 5px 0 8px;
  font-size: 26px;
}

.size-guide-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.public-size-guide img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.board-head h2 {
  margin: 5px 0 0;
  font-size: 26px;
}

.board-head > span,
.board-explain {
  color: var(--muted);
  font-size: 12px;
}

.board-explain {
  margin: 10px 0 22px;
}

.public-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.public-bar {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8faf9;
}

.public-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.public-bar-label span,
.public-bar small {
  color: var(--muted);
  font-size: 11px;
}

.public-bar-label b {
  color: var(--ink);
  font-size: 16px;
}

.public-bar-track {
  height: 11px;
  margin-bottom: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #dfe8e4;
}

.public-bar-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0c6b58, #56b89f);
  transition: width .45s ease;
}

.public-bar.reached {
  border-color: #78bfae;
  background: #eef9f4;
}

.public-bar.reached .public-bar-track i {
  background: #078457;
}

.workspace {
  margin-top: 0;
}

.quantity-field {
  padding: 18px;
  border-radius: 12px;
  background: #f6f8f7;
}

.quantity-field input {
  max-width: 220px;
}

.quantity-field small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-weight: 400;
}

@media (max-width: 900px) {
  .public-bars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .topbar {
    height: auto;
    min-height: 68px;
  }

  .brand {
    max-width: 75%;
    font-size: 13px;
  }

  .key-notices {
    grid-template-columns: 1fr;
  }

  .public-board {
    padding: 22px 18px;
  }

  .public-size-guide {
    margin-top: -42px;
    padding: 22px 18px;
  }

  .board-head {
    display: block;
  }

  .board-head > span {
    display: block;
    margin-top: 8px;
  }

  .public-bars {
    grid-template-columns: 1fr;
  }
}
