:root {
  --ink: #143a32;
  --ink-deep: #082820;
  --paper: #f3f8f6;
  --white: #ffffff;
  --mint: #cceee4;
  --mint-bright: #35d09a;
  --blue: #dceaf1;
  --sand: #ded8d1;
  --coral: #ce4030;
  --line: rgba(20, 58, 50, 0.18);
  --shadow: 0 30px 80px rgba(8, 40, 32, 0.16);
  --display: "Barlow Condensed", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --body: "Be Vietnam Pro", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.cart-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  color: var(--white);
  background: var(--ink-deep);
}

.skip-link:focus {
  top: 1rem;
}

.announcement {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1rem, 4vw, 5rem);
  padding: 0.55rem 4vw;
  color: var(--white);
  background: var(--ink-deep);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.announcement p {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 0;
  min-width: 0;
}

@media (max-width: 1180px) {
  .announcement p span {
    display: none;
  }
}

@media (max-width: 860px) {
  .announcement .offer-clock span {
    display: none;
  }
}

.announcement p span {
  color: #a5d7c9;
}

.offer-clock {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.offer-clock span {
  color: #a5d7c9;
  font-size: 0.6rem;
}

.offer-clock time {
  min-width: 8.8rem;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.announcement a {
  text-underline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 248, 246, 0.92);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--ink-deep);
  text-decoration: none;
  letter-spacing: -0.04em;
}

.wordmark span {
  font-size: 1.55rem;
  font-weight: 500;
}

.wordmark b {
  margin-left: 0.05em;
  color: var(--coral);
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 800;
}

.site-header nav {
  display: flex;
  gap: 2.25rem;
}

.site-header nav a {
  position: relative;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bag-button {
  justify-self: end;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bag-count {
  display: inline-grid;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.35rem;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
}

.hero {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 4.5vw, 5rem) 4vw clamp(3rem, 4.5vw, 5rem) 7vw;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.results-copy h2,
.award-intro h2,
.celebrity-heading h2,
.reviews-heading h2,
.offer-heading h2,
.faq-heading h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(4.4rem, 7.4vw, 8.6rem);
}

.hero-review-proof {
  width: max-content;
  margin: 0 0 1rem;
  color: #486860;
  font-size: 0.7rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.hero-review-proof span {
  margin-right: 0.35rem;
  color: var(--coral);
  letter-spacing: 0.03em;
}

.hero-review-proof b {
  color: var(--ink-deep);
}

h1 em,
h2 em {
  color: var(--coral);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero-deck {
  max-width: 38rem;
  margin: 2rem 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.price-lockup {
  display: flex;
  align-items: end;
  gap: 1.5rem;
  margin: 0 0 1.75rem;
}

.price-lockup > div:first-child {
  position: relative;
}

.price-label {
  display: block;
  margin-bottom: -0.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-lockup strong {
  display: inline-flex;
  font-family: var(--display);
  font-size: clamp(4rem, 6vw, 6.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-lockup strong sup {
  position: relative;
  top: 0.34em;
  margin-right: 0.08em;
  font-size: 0.28em;
  letter-spacing: 0;
}

.price-proof {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-bottom: 0.75rem;
  font-size: 0.78rem;
}

.price-proof span {
  color: #076747;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 31rem);
  padding: 0 1.4rem;
  border: 1px solid var(--ink-deep);
  border-radius: 0;
  color: var(--white);
  background: var(--ink-deep);
  cursor: pointer;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.primary-button:hover {
  color: var(--ink-deep);
  background: var(--mint-bright);
  transform: translateY(-2px);
}

.primary-button span {
  font-size: 1.3rem;
}

.hero-actions {
  width: min(100%, 31rem);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 0.65rem;
}

.hero-actions .primary-button {
  width: 100%;
}

.hero-doctor-button {
  width: 100%;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.45);
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1rem;
  color: #55756e;
  font-size: 0.72rem;
}

.hero-assurances span {
  position: relative;
}

.hero-assurances span:not(:last-child)::after {
  position: absolute;
  right: -0.8rem;
  content: "·";
}

.hero-stage {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--sand);
  isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
}

.hero-stage::before {
  top: -18%;
  right: -13%;
  width: 55%;
  aspect-ratio: 1;
  background: var(--mint-bright);
  opacity: 0.75;
}

.hero-stage::after {
  bottom: -12%;
  left: -8%;
  width: 44%;
  aspect-ratio: 1;
  background: #8fc9df;
  opacity: 0.7;
}

.stage-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 40, 32, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.stage-orbit::before,
.stage-orbit::after {
  position: absolute;
  border-radius: 50%;
  background: var(--ink-deep);
  content: "";
}

.stage-orbit::before {
  top: 15%;
  left: 2%;
  width: 0.65rem;
  height: 0.65rem;
}

.stage-orbit::after {
  right: 8%;
  bottom: 18%;
  width: 1rem;
  height: 1rem;
}

.stage-note {
  position: absolute;
  z-index: 3;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.stage-note-top {
  top: 2rem;
  left: 2rem;
}

.stage-note-bottom {
  right: 2rem;
  bottom: 2rem;
}

.product-count-callout {
  position: absolute;
  z-index: 5;
  top: 4.5%;
  left: 4%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--ink-deep);
  color: var(--ink-deep);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(8, 40, 32, 0.12);
}

.product-count-callout strong {
  font-family: var(--display);
  font-size: 2.35rem;
  letter-spacing: -0.03em;
  line-height: 0.8;
}

.product-count-callout span {
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
}

.product-count-callout b { color: var(--coral); }

.product-render-shell {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  z-index: 2;
  inset: 7% 2% 10%;
  display: grid;
  place-items: center;
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.six-product-render {
  position: relative;
  z-index: 2;
  width: 96%;
  height: 88%;
  transform: translateZ(54px);
}

.product-pair {
  position: absolute;
  bottom: 0;
  width: 35%;
  height: 100%;
}

.product-pair-cleanser { left: 0; }
.product-pair-serum { left: 32.5%; }
.product-pair-spf { right: 0; }

.product-pair img {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 96%;
  object-fit: contain;
  filter: drop-shadow(0 24px 18px rgba(8, 40, 32, 0.18));
}

.product-pair img:first-child {
  z-index: 1;
  left: 0;
  opacity: 0.92;
  transform: translateY(-3%) scale(0.92);
}

.product-pair img:nth-child(2) {
  z-index: 2;
  right: 0;
}

.product-pair > span {
  position: absolute;
  z-index: 4;
  right: 4%;
  bottom: 2%;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--mint-bright);
  box-shadow: 0 8px 20px rgba(8,40,32,0.2);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
}

.product-render-shell::after {
  position: absolute;
  z-index: 3;
  inset: 5% 12% 11%;
  border-radius: 48%;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.28) 45%, transparent 62%);
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateZ(64px);
}

.product-render-shadow {
  position: absolute;
  z-index: 1;
  bottom: 7%;
  left: 17%;
  width: 66%;
  height: 7%;
  border-radius: 50%;
  background: rgba(8, 40, 32, 0.28);
  filter: blur(22px);
  transform: translateZ(-34px) rotateX(70deg);
}

.product-steps {
  position: absolute;
  z-index: 4;
  bottom: 3%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: max-content;
  transform: translateX(-50%);
}

.product-steps span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  background: rgba(8, 40, 32, 0.92);
  backdrop-filter: blur(8px);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(8, 40, 32, 0.2);
}

.product-steps b {
  color: var(--mint-bright);
}

.saving-stamp {
  position: absolute;
  z-index: 4;
  right: 4%;
  top: 7%;
  width: 9.5rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink-deep);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 18px 50px rgba(140, 46, 34, 0.24);
  transform: rotate(7deg);
}

.saving-stamp small,
.saving-stamp span {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.saving-stamp strong {
  font-family: var(--display);
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.saving-stamp strong sup {
  font-size: 0.45em;
}

.press-strip {
  display: grid;
  grid-template-columns: 0.6fr 2.4fr;
  align-items: center;
  padding: 2.4rem 7vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.press-strip p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.press-strip div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.press-strip a {
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  font-weight: 700;
  text-decoration: none;
}

.proof-ledger {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(6rem, 10vw, 10rem) 7vw;
}

.section-heading {
  position: sticky;
  top: 4rem;
  align-self: start;
}

.section-heading h2,
.results-copy h2,
.celebrity-heading h2,
.reviews-heading h2,
.offer-heading h2,
.faq-heading h2 {
  font-size: clamp(3.4rem, 5.6vw, 6.5rem);
}

.section-heading > p:last-child,
.results-copy > p,
.celebrity-heading > p,
.offer-heading > p {
  max-width: 30rem;
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}

.product-ledger {
  border-top: 1px solid var(--ink);
}

.ledger-row {
  min-height: 250px;
  display: grid;
  grid-template-columns: 3rem 10rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.ledger-number {
  align-self: start;
  padding-top: 0.35rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
}

.ledger-row > img {
  width: 10rem;
  height: 12rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.ledger-copy .product-brand {
  margin: 0 0 0.4rem;
  color: #4f6f67;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ledger-copy h3 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  letter-spacing: -0.025em;
  line-height: 1;
}

.ledger-copy > p:not(.product-brand) {
  max-width: 35rem;
  margin: 0.8rem 0 1rem;
  color: #45655e;
  font-size: 0.86rem;
  line-height: 1.6;
}

.product-pill {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  white-space: nowrap;
}

.ledger-value s {
  color: #4e6b64;
  font-size: 0.75rem;
}

.ledger-value b {
  font-family: var(--display);
  font-size: 1.15rem;
}

.ledger-total {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ledger-total strong {
  padding: 0.55rem 0.8rem;
  color: var(--white);
  background: var(--coral);
}

.routine-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  background: var(--ink-deep);
}

.routine-visual {
  position: relative;
  min-height: 720px;
}

.routine-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.routine-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 40, 32, 0.7));
  content: "";
}

.routine-visual-card {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  padding: 1.5rem;
  color: var(--ink-deep);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.routine-visual-card span {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.routine-visual-card strong {
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.025em;
}

.routine-visual-card p {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
}

.routine-schedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem);
  color: var(--white);
}

.eyebrow-light {
  color: #9bc9bd;
}

.routine-schedule h2,
.award-intro h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(3.2rem, 5vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.schedule-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 3rem 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.schedule-tab {
  padding: 1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #83a9a0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.schedule-tab.is-active {
  border-bottom-color: var(--mint-bright);
  color: var(--white);
}

.schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-list li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.schedule-list b {
  color: var(--mint-bright);
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.schedule-list span {
  color: #d4e3df;
  font-size: 0.86rem;
  line-height: 1.55;
}

.schedule-footnote {
  margin: 1.5rem 0 0;
  color: #8fb0a8;
  font-size: 0.7rem;
  line-height: 1.55;
}

.results-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(6rem, 10vw, 10rem) 7vw;
}

.results-copy ul {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.results-copy li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
}

.comparison {
  position: relative;
  aspect-ratio: 3 / 4;
  max-height: 760px;
  overflow: hidden;
  background: #d9d6d1;
  box-shadow: var(--shadow);
}

.comparison-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-after-wrap {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 var(--position));
}

.comparison-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 2.7rem;
  left: var(--position);
  width: 2px;
  background: var(--white);
  transform: translateX(-50%);
  pointer-events: none;
}

.comparison-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink-deep);
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--mint-bright);
  font-weight: 800;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 24px rgba(8, 40, 32, 0.24);
}

.comparison-label {
  position: absolute;
  z-index: 4;
  top: 1rem;
  padding: 0.45rem 0.65rem;
  color: var(--white);
  background: rgba(8, 40, 32, 0.72);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comparison-label-before {
  left: 1rem;
}

.comparison-label-after {
  right: 1rem;
}

.comparison-range {
  position: absolute;
  z-index: 5;
  inset: 0 0 2.7rem;
  width: 100%;
  height: calc(100% - 2.7rem);
  cursor: ew-resize;
  opacity: 0;
}

.comparison > p {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.85rem 1rem;
  color: #b9cfca;
  background: var(--ink-deep);
  font-size: 0.6rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.awards-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 5vw;
  padding: clamp(6rem, 9vw, 9rem) 7vw;
  color: var(--white);
  background: var(--ink-deep);
}

.award-intro > p:last-child {
  max-width: 30rem;
  margin: 2rem 0 0;
  color: #a7c6be;
  line-height: 1.7;
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.award-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: var(--ink-deep);
  background: var(--blue);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.award-card:hover {
  background: var(--mint-bright);
  transform: translateY(-8px);
}

.award-card > img {
  width: 8rem;
  margin: auto auto 2rem;
}

.award-card p {
  margin: 0 0 0.4rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.award-card strong {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.award-card > span:last-child {
  margin-top: 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.award-card-allure {
  color: var(--white);
  background: var(--coral);
}

.award-card-allure:hover {
  color: var(--white);
  background: #a92e22;
}

.allure-seal {
  width: 8.5rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto auto 2rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  text-align: center;
}

.allure-seal span {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.allure-seal b {
  margin: 0.25rem 0;
  font-size: 0.7rem;
  line-height: 1;
}

.allure-seal small {
  font-size: 0.6rem;
}

.celebrity-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  align-items: start;
  padding: clamp(6rem, 10vw, 10rem) 7vw;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.celebrity-heading a {
  display: inline-block;
  margin-top: 1.4rem;
  font-size: 0.76rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.celebrity-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink-deep);
}

.celebrity-list span {
  position: relative;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  transition: color 180ms ease, padding-left 180ms ease;
}

.celebrity-list span::after {
  position: absolute;
  right: 0;
  color: var(--coral);
  content: "past campaign";
  font-family: var(--body);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.celebrity-list span:hover {
  padding-left: 1rem;
  color: var(--coral);
}

.reviews-section {
  padding: clamp(6rem, 9vw, 9rem) 7vw;
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

.reviews-heading .eyebrow {
  grid-column: 1 / -1;
}

.rating-pair {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 0.6rem;
  font-size: 0.78rem;
}

.rating-pair b {
  color: var(--coral);
  font-size: 1.4rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}

.review-grid blockquote {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.review-grid blockquote > div {
  color: var(--coral);
  letter-spacing: 0.12em;
}

.review-grid blockquote p {
  margin: auto 0;
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.35;
}

.review-grid cite {
  color: #56716a;
  font-size: 0.68rem;
  font-style: normal;
}

.offer-section {
  padding: clamp(6rem, 10vw, 10rem) 7vw;
  background: var(--mint);
}

.offer-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

.offer-heading .eyebrow {
  grid-column: 1 / -1;
}

.offer-heading > p {
  align-self: end;
  margin: 0 0 0.6rem;
}

.offer-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 4rem;
}

.offer-option {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid rgba(20, 58, 50, 0.35);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.offer-option:hover {
  background: var(--white);
  transform: translateY(-4px);
}

.offer-option.is-selected {
  color: var(--white);
  background: var(--ink-deep);
  box-shadow: 10px 10px 0 var(--coral);
}

.offer-option-featured {
  padding-top: 3rem;
}

.option-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.7rem 1rem;
  color: var(--ink-deep);
  background: #ff7561;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.option-check {
  width: 1rem;
  height: 1rem;
  align-self: flex-end;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.is-selected .option-check {
  border: 4px solid var(--white);
  background: var(--mint-bright);
}

.offer-option small {
  margin-top: 1.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-option strong {
  margin-top: 0.35rem;
  font-family: var(--display);
  font-size: 4rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.offer-option s {
  margin-top: 0.25rem;
  color: #4d6c64;
  font-size: 0.76rem;
}

.offer-option.is-selected s {
  color: #9fc0b7;
}

.offer-option p {
  margin: auto 0 1rem;
  font-size: 0.78rem;
  line-height: 1.6;
}

.offer-option > b {
  color: #a92d22;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-option.is-selected > b {
  color: #ff7561;
}

.offer-action {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem 2rem;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(20, 58, 50, 0.38);
}

.offer-action > div {
  display: flex;
  flex-direction: column;
}

.offer-action > div span {
  font-size: 0.75rem;
  font-weight: 700;
}

.offer-action > div strong {
  font-family: var(--display);
  font-size: 2.4rem;
  letter-spacing: -0.03em;
}

.offer-action .primary-button {
  min-width: 25rem;
}

.offer-action > p {
  grid-column: 2;
  margin: 0;
  color: #3f6259;
  font-size: 0.64rem;
  text-align: center;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  padding: clamp(6rem, 9vw, 9rem) 7vw;
  background: var(--white);
}

.faq-list {
  border-top: 1px solid var(--ink-deep);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 0;
  border: 0;
  color: var(--ink-deep);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
}

.faq-item > button span {
  color: var(--coral);
  font-size: 1.5rem;
  line-height: 0.7;
}

.faq-answer p {
  max-width: 48rem;
  margin: 0;
  padding: 0 3rem 1.5rem 0;
  color: #537069;
  font-size: 0.85rem;
  line-height: 1.7;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.45fr 1fr 1.1fr;
  gap: 3rem;
  padding: 4rem 7vw 2rem;
  color: #9fc1b8;
  background: var(--ink-deep);
  font-size: 0.7rem;
  line-height: 1.6;
}

.wordmark-footer span {
  color: var(--white);
}

.site-footer p {
  margin-top: 0;
}

.site-footer summary {
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
}

.site-footer ul {
  padding-left: 1rem;
}

.site-footer a {
  text-underline-offset: 3px;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.8rem;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-legal a {
  color: var(--white);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  margin-top: 1.4rem !important;
}

.mobile-cta {
  position: fixed;
  z-index: 20;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  min-height: 60px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border: 0;
  color: var(--white);
  background: var(--ink-deep);
  box-shadow: 0 12px 35px rgba(8, 40, 32, 0.38);
}

.mobile-cta span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-cta small {
  color: #9bd9c6;
}

.mobile-cta > strong {
  color: var(--mint-bright);
  font-size: 1.4rem;
}

.cart-overlay {
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(8, 40, 32, 0.55);
  backdrop-filter: blur(3px);
}

.cart-drawer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 480px);
  padding: 2rem;
  overflow-y: auto;
  background: var(--paper);
  transform: translateX(102%);
  transition: transform 250ms ease;
  box-shadow: -20px 0 70px rgba(8, 40, 32, 0.22);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.cart-header small {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-header h2 {
  margin: 0.25rem 0 0;
  font-family: var(--display);
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}

.cart-close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
}

.cart-product {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.cart-product-art {
  position: relative;
  height: 10rem;
  background: var(--sand);
}

.cart-product-art img {
  position: absolute;
  width: 55%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cart-product-art img:nth-child(1) {
  bottom: 0;
  left: -5%;
}

.cart-product-art img:nth-child(2) {
  bottom: 0;
  left: 24%;
}

.cart-product-art img:nth-child(3) {
  right: -3%;
  bottom: 0;
}

.cart-product-art.is-single img:first-child {
  left: 22%;
  width: 58%;
}

.cart-product-art.is-double img:first-child {
  left: 8%;
}

.cart-product-art.is-double img:nth-child(2) {
  left: 42%;
}

.cart-product > div:last-child span {
  font-weight: 800;
}

.cart-product > div:last-child p {
  color: #4d6962;
  font-size: 0.72rem;
  line-height: 1.5;
}

.cart-product > div:last-child strong {
  font-family: var(--display);
  font-size: 1.5rem;
}

.cart-savings,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-savings {
  margin: 1.5rem 0;
  padding: 1rem;
  color: var(--ink-deep);
  background: var(--mint);
  font-size: 0.76rem;
}

.cart-savings strong {
  color: #086545;
}

.cart-fast-facts {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: #527169;
  font-size: 0.68rem;
}

.cart-fast-facts span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.cart-fast-facts b {
  color: var(--coral);
  font-size: 0.58rem;
}

.cart-total {
  padding: 1.5rem 0;
  border-top: 1px solid var(--ink-deep);
  font-weight: 800;
}

.cart-total strong {
  font-family: var(--display);
  font-size: 2rem;
}

.checkout-button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  border: 1px solid var(--ink-deep);
  color: var(--white);
  background: var(--ink-deep);
  cursor: pointer;
  font-weight: 700;
}

.checkout-button:hover {
  color: var(--ink-deep);
  background: var(--mint-bright);
}

.checkout-button:disabled {
  justify-content: center;
  color: #4f6c64;
  background: #d9e3df;
  cursor: not-allowed;
}

.cart-checkout-note {
  margin: 0.75rem 0 0;
  color: #617c75;
  font-size: 0.61rem;
  line-height: 1.5;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 80;
  right: 1rem;
  bottom: 1rem;
  max-width: 28rem;
  padding: 1rem 1.2rem;
  color: var(--white);
  background: var(--ink-deep);
  box-shadow: var(--shadow);
  font-size: 0.78rem;
  line-height: 1.5;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .hero-copy {
    padding-left: 5vw;
  }

  .proof-ledger,
  .awards-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .award-grid {
    max-width: 900px;
  }

  .offer-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 5rem 7vw 4rem;
  }

  .hero-stage {
    min-height: 700px;
  }

  .press-strip {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .proof-ledger,
  .results-section,
  .celebrity-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .routine-board {
    grid-template-columns: 1fr;
  }

  .routine-visual {
    min-height: 620px;
  }

  .routine-schedule {
    padding: 5rem 7vw;
  }

  .comparison {
    justify-self: center;
    width: min(100%, 620px);
  }

  .offer-heading,
  .reviews-heading {
    grid-template-columns: 1fr;
  }

  .offer-heading .eyebrow,
  .reviews-heading .eyebrow {
    grid-column: 1;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid blockquote {
    min-height: 240px;
  }

  .ba-photo-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer details {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .announcement {
    min-height: 46px;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.4rem 1rem;
    font-size: 0.6rem;
  }

  .announcement p span,
  .announcement > a,
  .offer-clock span {
    display: none;
  }

  .offer-clock time {
    min-width: 7.7rem;
    font-size: 0.7rem;
  }

  .site-header {
    min-height: 64px;
  }

  .consult-strip {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-stage {
    order: -1;
    min-height: 270px;
  }

  .hero-copy {
    padding: 1.2rem 1rem 1.6rem;
  }

  .hero-copy .eyebrow {
    margin-bottom: 0.55rem;
    font-size: 0.6rem;
  }

  .hero-review-proof {
    margin-bottom: 0.65rem;
    font-size: 0.62rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(3.15rem, 14vw, 4rem);
    line-height: 0.88;
  }

  .hero-deck {
    margin: 0.75rem 0;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .price-lockup {
    align-items: start;
    gap: 0.8rem;
    margin-bottom: 0.75rem;
  }

  .price-lockup strong {
    font-size: 3.8rem;
  }

  .price-proof {
    gap: 0.2rem;
    padding-top: 0.5rem;
    font-size: 0.66rem;
  }

  .hero-actions {
    gap: 0.45rem;
  }

  .hero-actions .primary-button {
    min-height: 54px;
  }

  .hero-doctor-button {
    min-height: 44px;
  }

  .hero-assurances {
    gap: 0.45rem 1.1rem;
    margin-top: 0.65rem;
    font-size: 0.62rem;
  }

  .product-render-shell {
    inset: 2% 2% 10%;
  }

  .six-product-render { width: 98%; height: 86%; }

  .product-pair img { width: 73%; height: 94%; }

  .product-pair > span { width: 1.45rem; height: 1.45rem; font-size: 0.67rem; }

  .product-count-callout {
    top: 0.6rem;
    left: 0.65rem;
    gap: 0.4rem;
    padding: 0.4rem 0.5rem;
  }

  .product-count-callout strong { font-size: 1.55rem; }
  .product-count-callout span { font-size: 0.42rem; }

  .product-steps {
    bottom: 2%;
    gap: 0.3rem;
  }

  .product-steps span {
    padding: 0.42rem 0.48rem;
    font-size: 0.58rem;
  }

  .saving-stamp {
    top: 0.65rem;
    right: 0.65rem;
    width: 5.7rem;
  }

  .saving-stamp strong {
    font-size: 1.7rem;
  }

  .saving-stamp small,
  .saving-stamp span {
    font-size: 0.46rem;
  }

  .stage-note {
    display: none;
  }

  .press-strip div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
  }

  .proof-ledger,
  .results-section,
  .celebrity-section,
  .reviews-section,
  .offer-section,
  .faq-section,
  .awards-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .ledger-row {
    grid-template-columns: 2.5rem 7rem 1fr;
    gap: 0.8rem;
  }

  .ledger-row > img {
    width: 7rem;
    height: 9rem;
  }

  .ledger-value {
    grid-column: 3;
    align-items: flex-start;
  }

  .ledger-total {
    grid-template-columns: 1fr auto;
  }

  .ledger-total s {
    justify-self: end;
  }

  .ledger-total strong {
    grid-column: 1 / -1;
    text-align: center;
  }

  .routine-visual {
    min-height: 500px;
  }

  .routine-visual-card {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .routine-schedule {
    padding: 4rem 5vw;
  }

  .schedule-list li {
    grid-template-columns: 5rem 1fr;
  }

  .award-grid {
    grid-template-columns: 1fr;
  }

  .award-card {
    min-height: 330px;
  }

  .offer-options {
    grid-template-columns: 1fr;
  }

  .offer-option {
    min-height: 280px;
  }

  .offer-action {
    grid-template-columns: 1fr;
  }

  .offer-action .primary-button {
    min-width: 0;
    width: 100%;
  }

  .offer-action > p {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 7rem;
  }

  .site-footer details,
  .footer-disclaimer {
    grid-column: 1;
  }

  .matched-cart-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .matched-line {
    grid-template-columns: 2.4rem 1fr;
  }

  .matched-line em {
    grid-column: 2;
    justify-self: start;
  }

  .trial-value {
    grid-template-columns: 1fr;
  }

  .trial-price {
    align-items: flex-start;
  }

  .mobile-cta {
    display: flex;
  }

  .cart-drawer {
    padding: 1.4rem;
  }

  .cart-product {
    grid-template-columns: 7.5rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.market-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  color: var(--ink-deep);
  background: transparent;
  cursor: pointer;
}

.market-button > span {
  font-weight: 800;
}

.market-button small {
  color: #4f6c64;
  font-size: 0.62rem;
}

.consult-strip {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.55rem 4vw;
  border-bottom: 1px solid rgba(20, 58, 50, 0.16);
  color: var(--ink-deep);
  background: #dff7ef;
  font-size: 0.69rem;
}

.consult-strip > span:not(.online-dot) {
  color: #4f6c64;
}

.consult-strip button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink-deep);
  background: transparent;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.consult-strip button:disabled,
[data-call-now]:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.online-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #879a95;
  box-shadow: 0 0 0 4px rgba(135, 154, 149, 0.16);
}

.online-dot.is-live {
  background: #0fbf7a;
  box-shadow: 0 0 0 4px rgba(15, 191, 122, 0.17);
}

.consultation-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 760px;
  background: #e1f1f3;
}

.consultation-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.consultation-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultation-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 8rem);
}

.consultation-copy h2,
.doctor-evidence-heading h2,
.retailer-heading h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(3.4rem, 5.6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.consultation-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.6rem 0;
  line-height: 1.75;
}

.doctor-presence {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(20, 58, 50, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.consultation-actions .primary-button {
  width: auto;
  min-width: min(100%, 18rem);
}

.secondary-button {
  min-height: 58px;
  padding: 0 1.2rem;
  border: 1px solid var(--ink-deep);
  color: var(--ink-deep);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
}

.secondary-button:hover {
  background: var(--white);
}

.doctor-evidence {
  margin: 2rem 0 1rem;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.doctor-evidence li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  line-height: 1.5;
}

.consultation-copy > a,
.text-link {
  width: max-content;
  font-size: 0.72rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.real-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.real-results-grid a {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  color: var(--white);
  background: #168e9e;
  text-decoration: none;
}

.real-results-grid a:first-child {
  grid-row: span 2;
  min-height: 595px;
}

.real-results-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.real-results-grid a:hover img {
  transform: scale(1.025);
}

.real-results-grid a > span,
.celebrity-photo > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(8, 40, 32, 0.92));
}

.real-results-grid small,
.celebrity-photo small {
  font-size: 0.6rem;
  line-height: 1.4;
}

.celebrity-archive {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.celebrity-photo {
  position: sticky;
  top: 2rem;
  min-height: 570px;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.celebrity-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.celebrity-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.celebrity-list span::after {
  content: none;
}

.celebrity-list span small {
  font-family: var(--body);
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
}

.review-photo-grid a {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: var(--white);
  background: var(--sand);
}

.review-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.review-photo-grid a:hover img,
.review-photo-grid a:focus-visible img {
  transform: scale(1.025);
}

.ba-eyebrow {
  margin: 4rem 0 0;
}

.ba-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.ba-photo-grid figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.ba-photo-grid a {
  display: block;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--white);
}

.ba-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-photo-grid figcaption {
  display: grid;
  gap: 0.55rem;
  padding: 1.1rem 1.2rem 1.35rem;
}

.ba-photo-grid figcaption b {
  color: var(--coral);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-photo-grid figcaption span {
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.4;
}

.ba-photo-grid figcaption small {
  color: #56716a;
  font-size: 0.62rem;
  line-height: 1.5;
}

.ba-note {
  max-width: 46rem;
  margin: 1.1rem 0 0;
  color: #56716a;
  font-size: 0.7rem;
  line-height: 1.6;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-distribution {
  color: var(--white);
  background: var(--ink-deep) !important;
}

.review-distribution p,
.review-distribution cite {
  color: inherit !important;
}

.review-grid .review-distribution > div {
  color: var(--white);
}

.review-source-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.74rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.doctor-evidence-section {
  padding: clamp(6rem, 9vw, 9rem) 7vw;
  color: var(--white);
  background: var(--ink-deep);
}

.doctor-evidence-heading h2 {
  color: var(--white);
}

.medical-cards {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  margin-top: 4rem;
}

.medical-cards article {
  min-height: 390px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  background: #e5f1f4;
  color: var(--ink-deep);
}

.medical-cards article > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.medical-cards article > div {
  padding: 2rem;
}

.medical-cards span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.medical-cards h3 {
  margin: 0.6rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.medical-cards p {
  line-height: 1.65;
}

.medical-cards a {
  font-size: 0.7rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.medical-cards .medical-label-card {
  grid-template-columns: 1fr;
  color: var(--white);
  background: var(--coral);
}

.medical-label-card a {
  color: var(--white);
}

.medical-disclaimer {
  margin: 1.5rem 0 0;
  color: #98b9b0;
  font-size: 0.67rem;
  line-height: 1.55;
}

.retailer-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 6vw;
  padding: clamp(6rem, 9vw, 9rem) 7vw;
  background: var(--white);
}

.retailer-heading > p:last-child {
  max-width: 31rem;
  line-height: 1.65;
}

.value-comparison {
  display: grid;
  gap: 0.9rem;
}

.matched-cart {
  border: 1px solid var(--line);
  background: #f8fbfa;
}

.matched-cart-head,
.matched-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.matched-cart-head {
  border-bottom: 1px solid var(--line);
  color: #5f7a73;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matched-cart-head b {
  color: var(--ink-deep);
}

.matched-line {
  min-height: 78px;
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-deep);
  text-decoration: none;
}

.matched-line > b {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink-deep);
  font-family: var(--display);
  font-size: 0.82rem;
}

.matched-line > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.matched-line small {
  color: #69847d;
  font-size: 0.62rem;
}

.matched-line em {
  font-family: var(--display);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
}

.matched-line:hover {
  background: var(--mint);
}

.matched-total {
  color: var(--ink-deep);
  background: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.matched-total strong {
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.trial-value {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 1.1rem;
  padding: 1.3rem;
  color: var(--white);
  background: var(--ink-deep);
  text-decoration: none;
}

.trial-value small {
  color: #9ed4c5;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trial-value h3 {
  margin: 0.25rem 0;
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.025em;
}

.trial-value p {
  max-width: 30rem;
  margin: 0;
  color: #b4d3ca;
  font-size: 0.7rem;
  line-height: 1.5;
}

.trial-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.trial-price span {
  color: #9ed4c5;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trial-price strong {
  color: var(--mint-bright);
  font-family: var(--display);
  font-size: 4rem;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.trial-saving {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  color: var(--ink-deep);
  background: var(--mint-bright);
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trial-value-cta {
  align-self: center;
  justify-self: end;
  font-size: 0.72rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.price-check-note {
  margin: 0;
  color: #6a837d;
  font-size: 0.6rem;
  line-height: 1.5;
}

dialog {
  width: min(calc(100% - 2rem), 650px);
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 1px solid var(--ink-deep);
  color: var(--ink-deep);
  background: var(--paper);
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(8, 40, 32, 0.64);
  backdrop-filter: blur(5px);
}

dialog form {
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.dialog-head small {
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dialog-head h2 {
  margin: 0.3rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.dialog-head > button {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  border: 1px solid var(--ink-deep);
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 1.3rem;
}

dialog form > p {
  color: #537069;
  font-size: 0.78rem;
  line-height: 1.6;
}

.market-options {
  display: grid;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.market-options button {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  color: var(--ink-deep);
  background: var(--white);
  cursor: pointer;
  text-align: left;
}

.market-options button:hover,
.market-options button.is-selected {
  border-color: var(--ink-deep);
  background: var(--mint);
}

.market-options span {
  color: #59756e;
  font-size: 0.67rem;
}

.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

.booking-fields label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-fields input,
.booking-fields select {
  min-height: 48px;
  padding: 0 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink-deep);
  background: var(--white);
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0 0 1.4rem;
  font-size: 0.72rem;
  line-height: 1.5;
}

.consent-check input {
  margin-top: 0.2rem;
}

.dialog-footnote {
  margin-bottom: 0;
  font-size: 0.62rem !important;
}

@media (max-width: 980px) {
  .consultation-section,
  .retailer-section {
    grid-template-columns: 1fr;
  }

  .consultation-visual {
    min-height: 560px;
  }

  .value-comparison {
    width: min(100%, 760px);
  }

  .medical-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .market-button small,
  .consult-strip > span:not(.online-dot) {
    display: none;
  }

  .consult-strip {
    justify-content: flex-start;
  }

  .consult-strip button:first-of-type {
    margin-left: auto;
  }

  .consultation-copy,
  .doctor-evidence-section,
  .retailer-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .real-results-grid,
  .celebrity-archive,
  .review-photo-grid,
  .medical-cards article {
    grid-template-columns: 1fr;
  }

  .real-results-grid a:first-child {
    grid-row: auto;
    min-height: 350px;
  }

  .real-results-grid a {
    min-height: 350px;
  }

  .celebrity-photo {
    position: relative;
    top: auto;
    min-height: 460px;
  }

  .booking-fields {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .header-actions {
    gap: 0.35rem;
  }

  .market-button {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }

  .consultation-visual {
    min-height: 430px;
  }

  .doctor-evidence li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .medical-cards article {
    min-height: 0;
  }

  .medical-cards article > img {
    max-height: 320px;
  }
}

@media (max-width: 640px) {
  .consult-strip {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1.45fr 0.95fr;
  }

  .hero-actions .primary-button,
  .hero-doctor-button {
    min-height: 54px;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 0.72rem;
  }

  .hero-actions .primary-button {
    gap: 0.4rem;
  }

  .hero-doctor-button {
    font-size: 0.68rem;
  }

  .mobile-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.show-mobile-cta .mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .cart-drawer {
    top: auto;
    left: 0;
    width: 100%;
    max-height: 90svh;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -18px 60px rgba(8, 40, 32, 0.3);
    transform: translateY(102%);
  }

  .cart-drawer.is-open {
    transform: translateY(0);
  }

  .cart-header {
    padding-bottom: 0.8rem;
  }

  .cart-header h2 {
    font-size: 2rem;
  }

  .cart-product {
    grid-template-columns: 6.5rem 1fr;
    gap: 0.9rem;
    padding: 1rem 0;
  }

  .cart-product-art {
    height: 7rem;
  }

  .cart-savings {
    margin: 0.85rem 0;
    padding: 0.75rem;
  }

  .cart-total {
    padding: 0.85rem 0;
  }

  .checkout-button {
    min-height: 56px;
  }

  .matched-cart-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .matched-line {
    grid-template-columns: 2.4rem 1fr;
  }

  .matched-line em {
    grid-column: 2;
    justify-self: start;
  }

  .trial-value {
    grid-template-columns: 1fr;
  }

  .trial-price {
    align-items: flex-start;
  }
}
