.product-hero {
  padding: clamp(24px, 4vw, 58px) 0 clamp(62px, 7vw, 94px);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: start;
}

.product-gallery__stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid #dceaf2;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .98) 0 25%, rgba(255, 255, 255, .45) 47%, transparent 65%),
    linear-gradient(145deg, #f4faff, #e8f4f8);
}

.product-gallery__stage::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(48, 145, 198, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(48, 145, 198, .035);
}

.product-gallery__stage img {
  position: relative;
  z-index: 1;
  width: min(82%, 550px);
  height: auto;
  display: block;
  filter: drop-shadow(0 34px 30px rgba(12, 55, 80, .12));
}

.product-gallery__badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--navy-800);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-gallery__reassurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-gallery__reassurance p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 11px;
  margin: 0;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.product-gallery__reassurance p > span {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #edf8fc;
  color: var(--blue-500);
  font-weight: 800;
}

.product-gallery__reassurance strong {
  color: var(--ink);
  font-size: 13px;
}

.product-gallery__reassurance small {
  margin-top: 2px;
  color: var(--ink-faint);
  font-size: 10.5px;
}

.product-buy {
  padding-top: 10px;
}

.product-buy__eyebrow {
  margin: 0 0 14px;
  color: var(--blue-500);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-buy h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--navy-900);
  font-family: var(--font-body);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.01;
  text-wrap: balance;
}

.product-buy__lead {
  max-width: 56ch;
  margin: 20px 0 0;
  color: var(--ink-muted);
  font-size: 16.5px;
  line-height: 1.65;
}

.product-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  max-width: none;
  list-style: none;
}

.product-highlights li {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.product-highlights strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--navy-800);
  font-family: var(--font-display);
  font-size: 15px;
}

.product-highlights span {
  display: block;
  margin-top: 4px;
  color: var(--ink-faint);
  font-size: 10px;
  line-height: 1.35;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.product-price > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.product-price__amount {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: clamp(34px, 3.2vw, 45px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.product-price__meta {
  color: var(--ink-faint);
  font-size: 10.5px;
  line-height: 1.35;
}

.product-price__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8a6517;
  font-size: 11.5px;
  font-weight: 800;
}

.product-price__status > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e7b547;
  box-shadow: 0 0 0 4px rgba(231, 181, 71, .13);
}

.product-price__status.is-in {
  color: var(--green);
}

.product-price__status.is-in > span {
  background: var(--green);
}

.product-variants {
  min-width: 0;
  margin: 23px 0 0;
  padding: 0;
  border: 0;
}

.product-variants legend {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.product-variants > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-variants a {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.product-variants a:hover {
  border-color: #8dbfdc;
  color: var(--ink);
}

.product-variants a.is-active {
  border: 2px solid var(--navy-700);
  padding: 11px;
  background: #f3f9fc;
  box-shadow: 0 0 0 3px rgba(15, 77, 116, .06);
}

.product-variants a span,
.product-variants a strong {
  display: block;
}

.product-variants a span {
  min-height: 30px;
  color: var(--ink-soft);
  font-size: 10.5px;
  line-height: 1.35;
}

.product-variants a strong {
  margin-top: 7px;
  color: var(--navy-800);
  font-size: 12px;
}

.product-buy__cta {
  margin-top: 17px;
}

.product-buy__cta .btn {
  min-height: 58px;
  font-size: 15.5px;
}

.product-buy__cta > p {
  margin: 9px 0 0;
  color: var(--ink-faint);
  font-size: 10.5px;
  text-align: center;
}

.product-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 21px 0 0;
  padding: 18px 0 0;
  max-width: none;
  border-top: 1px solid var(--line);
  list-style: none;
}

.product-assurances li {
  margin: 0;
}

.product-assurances strong,
.product-assurances span {
  display: block;
}

.product-assurances strong {
  color: var(--ink);
  font-size: 11px;
}

.product-assurances span {
  margin-top: 3px;
  color: var(--ink-faint);
  font-size: 9.5px;
  line-height: 1.35;
}

.product-benefits {
  padding: clamp(48px, 6vw, 76px) 0;
  background: var(--navy-900);
  color: var(--white);
}

.product-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-benefits article {
  min-height: 215px;
  margin: 0;
  padding: 6px clamp(25px, 3.4vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.product-benefits article:first-child {
  padding-left: 0;
}

.product-benefits article:last-child {
  padding-right: 0;
  border-right: 0;
}

.product-benefits article > span {
  color: var(--blue-300);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
}

.product-benefits h2 {
  max-width: 13ch;
  margin: 52px 0 12px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.product-benefits p {
  margin: 0;
  color: #a9c0d0;
  font-size: 13.5px;
  line-height: 1.6;
}

.product-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.product-story__copy h2 {
  max-width: 13ch;
  margin: 13px 0 20px;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.product-story__copy > p:not(.home-kicker) {
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.7;
}

.product-story__copy ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.product-story__copy li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 27px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-soft);
  font-size: 14px;
}

.product-story__copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.product-story__visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, #eff8fb, #e5f1f5);
}

.product-story__visual img {
  width: min(78%, 470px);
  height: auto;
  filter: drop-shadow(0 28px 26px rgba(8, 53, 80, .12));
}

.product-specs__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.product-specs__head h2 {
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -.04em;
}

.product-specs__head > a {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
}

.product-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  border-top: 1px solid #cadae4;
  border-left: 1px solid #cadae4;
}

.product-specs__grid > div {
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid #cadae4;
  border-bottom: 1px solid #cadae4;
  background: rgba(255, 255, 255, .74);
}

.product-specs dt {
  color: var(--ink-faint);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 11px 0 0;
  color: var(--navy-800);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
}

.product-disclosure {
  margin-top: 16px;
  border: 1px solid #cadae4;
  border-radius: 15px;
  background: rgba(255, 255, 255, .65);
}

.product-disclosure summary {
  padding: 17px 20px;
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
}

.product-disclosure > div {
  padding: 0 20px 18px;
  color: var(--ink-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

.product-disclosure p {
  margin: 9px 0 0;
}

@media (max-width: 980px) {
  .product-hero__grid,
  .product-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-gallery,
  .product-buy {
    width: min(100%, 680px);
  }

  .product-gallery__stage {
    min-height: 520px;
  }

  .product-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-benefits article,
  .product-benefits article:first-child,
  .product-benefits article:last-child {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .product-benefits article:last-child {
    border-bottom: 0;
  }

  .product-benefits h2 {
    margin-top: 24px;
  }

  .product-specs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-hero {
    padding-top: 14px;
  }

  .product-gallery__stage {
    min-height: 365px;
    border-radius: 22px;
  }

  .product-gallery__stage img {
    width: 88%;
  }

  .product-gallery__reassurance {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-buy {
    padding-top: 8px;
  }

  .product-buy h1 {
    font-size: clamp(36px, 10.5vw, 45px);
  }

  .product-highlights li {
    padding: 11px 9px;
  }

  .product-highlights strong {
    font-size: 12px;
  }

  .product-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-variants > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-variants a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .product-variants a span {
    min-height: 0;
  }

  .product-variants a strong {
    margin-top: 0;
    white-space: nowrap;
  }

  .product-assurances {
    gap: 7px;
  }

  .product-assurances strong {
    font-size: 9.5px;
  }

  .product-story__visual {
    min-height: 360px;
  }

  .product-specs__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-specs__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
