:root {
  --ink: #121816;
  --forest: #16201d;
  --forest-soft: #22302b;
  --muted: #65706c;
  --paper: #ffffff;
  --mist: #f2f5f3;
  --line: #dfe5e1;
  --accent: #b8dd52;
  --accent-strong: #8fb932;
  --radius: 26px;
  --shadow: 0 18px 46px rgba(18, 24, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 84px;
  background: #dfe4e1;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(143,185,50,.5); outline-offset: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }

.page-shell {
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 48px rgba(18,24,22,.12);
}
.offer-strip {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 13px;
  background: var(--forest);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  white-space: nowrap;
}
.offer-strip > span[aria-hidden] { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.hero { background: var(--mist); }
.hero__copy { padding: 30px 22px 22px; text-align: center; }
.eyebrow {
  margin: 0 0 9px;
  color: #6d8f21;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}
h1 {
  margin-bottom: 11px;
  font-size: clamp(2.15rem, 8.8vw, 3.05rem);
  line-height: .98;
  letter-spacing: -.05em;
}
h1 span { display: block; }
.hero__subtitle { max-width: 440px; margin: 0 auto; color: var(--muted); font-size: 1.02rem; line-height: 1.46; }

.hero-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.62fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 5px;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #323a37;
}
.hero-collage__item { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.hero-collage__item--main { grid-row: 1 / 3; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-collage figcaption {
  position: absolute;
  bottom: 9px;
  left: 9px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(18,24,22,.78);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.color-card__visual > span {
  position: absolute;
  right: 14px;
  bottom: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(18,24,22,.78);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.discount-badge {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 6px;
  background: var(--accent);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
}
.discount-badge b { display: block; font-size: 1.08rem; line-height: .95; letter-spacing: -.04em; white-space: nowrap; }
.discount-badge span { font-size: .56rem; line-height: 1; font-weight: 900; white-space: nowrap; }

.hero-offer { padding: 22px 22px 20px; text-align: center; }
.price, .order-price { display: flex; align-items: baseline; justify-content: center; gap: 14px; }
.price { margin-bottom: 15px; }
.old-price { color: #78817d; font-size: 1rem; font-weight: 750; text-decoration: line-through; }
.price strong { font-size: 2.45rem; letter-spacing: -.045em; }
.hero-offer > p { margin: 14px 0 0; color: var(--muted); font-size: .84rem; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
.button--primary { width: 100%; background: var(--accent); color: var(--ink); box-shadow: 0 5px 0 var(--accent-strong); }
.button--primary:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--accent-strong); }
.button--outline { width: 100%; border: 1px solid #cbd5cf; background: #fff; color: var(--ink); }
.quick-benefits { display: grid; gap: 9px; margin: 0 22px; padding: 0 0 29px; list-style: none; }
.quick-benefits li { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.72); color: #3f4844; font-size: .88rem; }
.quick-benefits b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: #e7f1c8; color: #55731b; font-size: .72rem; }

.section { padding: 46px 22px; }
.section-heading { margin-bottom: 22px; text-align: center; }
.section-heading h2, .material-panel h2, .size-guide h2 { margin-bottom: 8px; font-size: 2rem; line-height: 1.04; letter-spacing: -.04em; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); font-size: .92rem; line-height: 1.48; }
.section-heading > p:last-child:not(.eyebrow) { margin-bottom: 0; }

.color-section { padding-inline: 0; }
.color-section > .section-heading { margin-right: 22px; margin-left: 22px; }
.color-list { display: grid; gap: 30px; padding: 2px 22px; }
.color-card { width: 100%; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.color-card__visual { position: relative; background: #414a46; }
.color-card__visual img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.color-card__body { padding: 18px; }
.color-card__info { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.color-card__info p { margin-bottom: 4px; color: #6d8f21; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.color-card h3 { margin-bottom: 0; font-size: 1.65rem; letter-spacing: -.03em; }
.color-card__price { flex: 0 0 auto; text-align: right; }
.color-card__price .old-price, .color-card__price strong { display: block; }
.color-card__price strong { margin-top: 3px; color: var(--ink); font-size: 1.65rem; line-height: 1; }

.material-section { padding-top: 18px; background: var(--mist); }
.material-panel { position: relative; overflow: hidden; padding: 31px 21px 22px; border-radius: 29px; background: var(--forest); color: #fff; box-shadow: 0 20px 45px rgba(18,24,22,.18); }
.material-panel::after { content: "S–3XL"; position: absolute; top: 2px; right: -4px; color: rgba(184,221,82,.1); font-size: 4.2rem; font-weight: 950; letter-spacing: -.08em; }
.material-panel > p:not(.eyebrow) { position: relative; z-index: 1; margin-bottom: 21px; color: #c9d2ce; font-size: .96rem; line-height: 1.58; }
.material-facts { position: relative; z-index: 1; display: grid; gap: 9px; margin: 0; }
.material-facts > div { padding: 13px 14px; border: 1px solid #34413b; border-radius: 15px; background: var(--forest-soft); }
.material-facts dt { color: #aab5b0; font-size: .74rem; }
.material-facts dd { margin: 3px 0 0; font-size: .92rem; font-weight: 800; }

.size-guide { background: #fff; }
.size-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.size-table { width: 100%; table-layout: fixed; border-spacing: 0; border-collapse: separate; color: var(--ink); font-variant-numeric: tabular-nums; }
.size-table th, .size-table td { padding: 12px 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-size: .82rem; line-height: 1.25; }
.size-table th:last-child, .size-table td:last-child { border-right: 0; }
.size-table tbody tr:last-child th, .size-table tbody tr:last-child td { border-bottom: 0; }
.size-table thead th { background: var(--forest); color: #fff; font-size: .78rem; font-weight: 900; }
.size-table thead th:first-child, .size-table tbody th { width: 31%; text-align: left; }
.size-table tbody th { background: #f6f8f7; font-weight: 800; }
.size-table td { font-weight: 850; }
.size-fit { margin-top: 17px; padding: 18px; border-radius: 20px; background: var(--mist); }
.size-fit h3 { margin-bottom: 13px; font-size: 1.12rem; line-height: 1.2; letter-spacing: -.02em; }
.size-fit ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.size-fit li { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 10px; color: #46504c; font-size: .84rem; line-height: 1.35; }
.size-fit li b { display: grid; place-items: center; min-height: 34px; border-radius: 10px; background: #e4efc4; color: #55731b; font-size: .76rem; }
.size-fit > p { margin: 14px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.size-guide > .button { margin-top: 17px; }

.reviews-section { background: var(--mist); }
.reviews { display: flex; gap: 13px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.reviews::-webkit-scrollbar { display: none; }
.reviews figure { flex: 0 0 86%; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 27px rgba(18,24,22,.1); scroll-snap-align: center; }
.reviews img { width: 100%; height: auto; aspect-ratio: 591 / 738; object-fit: cover; object-position: top; }
.reviews figcaption { padding: 13px 15px; color: #4c5651; font-size: .82rem; font-weight: 750; }

.steps { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; }
.steps li > b { flex: 0 0 42px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--accent); }
.steps strong, .steps span { display: block; }
.steps span { margin-top: 3px; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.order-section { margin: 0 12px 24px; padding: 35px 20px 26px; border-radius: 30px; background: var(--forest); color: #fff; }
.order-section__head { text-align: center; }
.order-section__head h2 { margin-bottom: 10px; font-size: 2.15rem; line-height: 1; letter-spacing: -.04em; }
.order-section__head > p:last-child { margin-bottom: 8px; color: #c7cfcb; font-size: .92rem; line-height: 1.48; }
.order-price { margin: 19px 0 5px; }
.order-price strong { font-size: 2.35rem; letter-spacing: -.04em; }
.order-form { display: grid; }
.order-form label { margin: 14px 0 7px; font-size: .89rem; font-weight: 800; }
.order-form label span { color: #aeb8b3; font-size: .75rem; font-weight: 650; }
.order-form input, .order-form select { width: 100%; height: 58px; border: 1px solid #3c4742; border-radius: 15px; padding: 0 16px; background: #fff; color: var(--ink); font-size: 1rem; outline: none; }
.order-form select:invalid { color: #747c78; }
.order-form select option { color: var(--ink); }
.order-form input:focus, .order-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(184,221,82,.2); }
.button--submit { margin-top: 22px; }
.button--submit[disabled] { opacity: .65; cursor: wait; }
.form-note { margin: 16px 0 0; color: #bdc8c3; font-size: .8rem; text-align: center; }
.footer { display: flex; justify-content: space-between; gap: 15px; min-height: 105px; padding: 20px 22px 88px; color: var(--muted); font-size: .75rem; }
.footer a { color: inherit; }

.sticky-cta {
  position: fixed;
  z-index: 20;
  right: max(10px, calc((100vw - 560px) / 2 + 10px));
  bottom: max(10px, env(safe-area-inset-bottom));
  left: max(10px, calc((100vw - 560px) / 2 + 10px));
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(18,24,22,.95);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}
.sticky-cta span, .sticky-cta small { display: block; }
.sticky-cta b { font-size: 1.25rem; }
.sticky-cta small { margin-top: 2px; color: #bdc5c1; font-size: .65rem; }
.sticky-cta > strong { padding: 12px 18px; border-radius: 14px; background: var(--accent); color: var(--ink); }

@media (min-width: 561px) {
  body { padding-top: 20px; }
  .page-shell { border-radius: 30px; }
}
@media (max-width: 390px) {
  .offer-strip { gap: 6px; padding-inline: 8px; font-size: .68rem; }
  .hero__copy, .section { padding-left: 17px; padding-right: 17px; }
  .color-section { padding-left: 0; padding-right: 0; }
  .color-section > .section-heading { margin-right: 17px; margin-left: 17px; }
  .color-list { padding-inline: 17px; }
  .color-card__body { padding: 16px; }
  .color-card__info { gap: 10px; }
  .color-card__price strong { font-size: 1.45rem; }
  .size-table th, .size-table td { padding: 10px 2px; font-size: .78rem; }
  .size-table thead th { font-size: .75rem; }
  .size-table thead th:first-child, .size-table tbody th { width: 30%; }
  .size-table tbody th { font-size: .75rem; line-height: 1.2; overflow-wrap: anywhere; }
  .size-fit { padding: 16px; }
}
@media (max-width: 340px) {
  .size-table th, .size-table td { padding: 9px 1px; font-size: .7rem; }
  .size-table thead th { font-size: .68rem; }
  .size-table tbody th { font-size: .68rem; }
}
@media (prefers-reduced-motion: reduce) {
  html, .reviews { scroll-behavior: auto; }
}
