:root {
  --ink: #080b09;
  --ink-soft: #111713;
  --forest: #173b30;
  --forest-deep: #071b14;
  --forest-mid: #245545;
  --sage: #a9bea2;
  --sage-soft: #dce4d5;
  --cream: #f2f0e8;
  --paper: #faf9f4;
  --muted: #686b66;
  --line: rgba(8, 11, 9, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --shell: min(100% - 64px, 1380px);
  --mono: "Azeret Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }
p { line-height: 1.65; }
h1, h2, h3, p { text-wrap: pretty; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(96px, 11vw, 174px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 2000; padding: 12px 16px; color: var(--ink); background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.page-progress { position: fixed; inset: 0 0 auto; z-index: 1500; height: 2px; background: rgba(255,255,255,.08); pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--sage); transform: scaleX(0); transform-origin: left; }

.eyebrow { margin: 0 0 24px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.55); }
.button { min-height: 60px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid currentColor; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--ink); background: white; border-color: white; }
.button-light:hover { background: var(--sage-soft); border-color: var(--sage-soft); }
.button-ghost { color: white; background: rgba(255,255,255,.025); border-color: rgba(255,255,255,.42); }
.button-ghost:hover { color: var(--ink); background: white; border-color: white; }
.button-dark { color: white; background: var(--forest-deep); border-color: var(--forest-deep); }
.button-dark:hover { background: var(--ink); border-color: var(--ink); }
.text-link { width: fit-content; display: inline-flex; gap: 18px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: white; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: white; transition: background 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease; }
.site-header.is-scrolled { background: rgba(7, 18, 14, .9); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.nav-shell { width: var(--shell); min-height: 82px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 9px; }
.brand img { width: 30px; height: 24px; object-fit: contain; filter: brightness(0) invert(1); }
.brand span { font-size: 23px; font-weight: 600; letter-spacing: -.055em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a, .nav-login { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 600; transition: color 160ms ease; }
.site-nav a:hover, .nav-login:hover { color: white; }
.mobile-nav-action { display: none; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.nav-qualify { min-height: 45px; padding: 0 15px; display: inline-flex; align-items: center; gap: 26px; color: var(--ink); background: white; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: background 200ms ease; }
.nav-qualify:hover { background: var(--sage); }
.menu-button { display: none; }
.header-quicklinks { display: none; }

/* Hero */
.hero { position: relative; min-height: 900px; height: 100svh; max-height: 1040px; overflow: hidden; color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-grid::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.04) 0 1px, transparent 1px 5px); animation: scan 12s linear infinite; }
.hero-glow { position: absolute; top: 7%; right: -10%; width: 65vw; aspect-ratio: 1; border-radius: 50%; opacity: .65; background: radial-gradient(circle, rgba(55,111,89,.53) 0, rgba(21,61,46,.22) 38%, transparent 69%); filter: blur(12px); animation: breathe 7s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 4; height: 100%; display: flex; align-items: center; }
.hero-content { width: min(58%, 790px); min-width: 0; max-width: 100%; padding-top: 58px; }
.hero-eyebrow { color: var(--sage); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(62px, 6.9vw, 112px); font-weight: 600; letter-spacing: -.075em; line-height: .87; }
.hero h1 em { color: var(--sage-soft); font-style: normal; font-weight: 400; }
.hero-subhead { max-width: 650px; margin: 38px 0 0; color: rgba(255,255,255,.67); font-size: clamp(14px, 1.25vw, 18px); }
.hero-actions { max-width: 700px; margin-top: 40px; display: grid; grid-template-columns: 1.2fr .9fr; gap: 12px; }
.hero-proof { margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 9px; letter-spacing: .025em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border: 1px solid var(--sage); border-radius: 50%; }
.hero-visual { position: absolute; z-index: 2; inset: 0 0 0 46%; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); transition: transform 320ms ease-out; }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .97; filter: contrast(1.05) drop-shadow(0 0 36px rgba(169,190,162,.12)); animation: hero-enter 1.2s cubic-bezier(.2,.75,.2,1) both, float 6s ease-in-out 1.3s infinite; }
.vial-label { position: absolute; z-index: 3; top: 51.5%; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: white; transform: translate(-50%,-50%); text-align: center; mix-blend-mode: screen; }
.vial-label span { font-size: clamp(20px, 2vw, 34px); font-weight: 600; letter-spacing: -.055em; }
.vial-label small { font-family: var(--mono); font-size: 8px; letter-spacing: .15em; }
.orbit { position: absolute; z-index: 1; top: 50%; left: 50%; aspect-ratio: 1; border: 1px solid rgba(169,190,162,.2); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit::before { inset: 10%; }.orbit::after { inset: 24%; }
.orbit i { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 20px rgba(169,190,162,.8); }
.orbit-one { width: min(55vw, 820px); transform: translate(-50%,-50%); animation: spin 26s linear infinite; }
.orbit-two { width: min(38vw, 560px); transform: translate(-50%,-50%) rotate(135deg); animation: spin-reverse 19s linear infinite; }
.clinical-tag { position: absolute; z-index: 5; width: 170px; padding: 13px; display: flex; flex-direction: column; gap: 6px; background: rgba(5,10,7,.52); border: 1px solid rgba(169,190,162,.38); backdrop-filter: blur(12px); }
.clinical-tag small { color: var(--sage); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.clinical-tag b { font-size: 11px; font-weight: 500; }
.tag-one { top: 28%; left: 9%; animation: tag-float 5s ease-in-out infinite; }
.tag-two { right: 5%; bottom: 22%; animation: tag-float 5s ease-in-out -2.4s infinite; }
.hero-index { position: absolute; z-index: 5; inset: auto 32px 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
@keyframes scan { to { transform: translateY(90px); } }
@keyframes breathe { 50% { opacity: 1; transform: scale(1.07); } }
@keyframes hero-enter { from { opacity: 0; transform: translateY(30px) scale(1.04); filter: blur(8px); } }
@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes tag-float { 50% { transform: translateY(-8px); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }

/* Problem */
.problem { background: var(--cream); border-bottom: 1px solid var(--ink); }
.section-intro { display: grid; grid-template-columns: .75fr 1.55fr .8fr; gap: 6vw; align-items: end; }
.section-intro .eyebrow { align-self: start; max-width: 260px; }
.section-intro h2 { margin: 0; font-size: clamp(46px, 5.4vw, 82px); font-weight: 500; letter-spacing: -.07em; line-height: .95; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.problem-grid { margin-top: 92px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.problem-card { position: relative; min-height: 390px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); overflow: hidden; transition: color 300ms ease, background 300ms ease, transform 220ms ease; transform: perspective(900px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); }
.problem-card:last-child { border-right: 0; }
.problem-card::before { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--forest-mid); transition: height 380ms cubic-bezier(.2,.7,.2,1); z-index: -1; }
.problem-card:hover { color: white; }
.problem-card:hover::before { height: 100%; }
.card-number { font-family: var(--mono); font-size: 9px; }
.problem-card > i { width: 50px; height: 50px; margin: 66px 0 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--forest); font-family: var(--mono); font-size: 16px; font-style: normal; transition: color 220ms ease, background 220ms ease, transform 220ms ease; }
.problem-card:hover > i { color: var(--forest); background: var(--sage); transform: rotate(-8deg); }
.problem-card h3 { margin: 0 0 14px; font-size: 23px; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.problem-card p { margin: 0; color: var(--muted); font-size: 11px; transition: color 220ms ease; }
.problem-card:hover p { color: rgba(255,255,255,.63); }
.problem-card small { margin-top: auto; padding-top: 26px; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; line-height: 1.55; text-transform: uppercase; }

.signal-strip { overflow: hidden; color: var(--forest-deep); background: var(--sage); border-bottom: 1px solid var(--ink); }
.signal-track { width: max-content; min-height: 62px; padding-inline: 28px; display: flex; align-items: center; gap: 36px; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; animation: ticker 30s linear infinite; }
.signal-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Process */
.process { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 72%, rgba(43,96,75,.32), transparent 28%), var(--ink); }
.process::before { content: ""; position: absolute; right: -24vw; bottom: -33vw; width: 72vw; aspect-ratio: 1; border: 1px solid rgba(169,190,162,.13); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(169,190,162,.018), 0 0 0 18vw rgba(169,190,162,.01); }
.process-heading { position: relative; z-index: 1; max-width: 900px; margin-bottom: 80px; }
.process-heading h2 { margin: 0; font-size: clamp(52px, 6.1vw, 92px); font-weight: 500; letter-spacing: -.07em; line-height: .92; }
.process-heading > p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1fr; gap: 7vw; align-items: start; }
.process-photo { position: sticky; top: 120px; height: min(74vh, 740px); margin: 0; overflow: hidden; border: 1px solid rgba(169,190,162,.25); }
.process-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.66), transparent 42%), repeating-linear-gradient(to bottom, rgba(255,255,255,.025) 0 1px, transparent 1px 5px); }
.process-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.84) sepia(.08) hue-rotate(89deg) saturate(.72) contrast(1.08); transition: transform 900ms cubic-bezier(.2,.7,.2,1), filter 500ms ease; }
.process-photo:hover img { transform: scale(1.035); filter: grayscale(.35) sepia(.06) hue-rotate(89deg) saturate(.78); }
.process-photo figcaption { position: absolute; z-index: 2; inset: auto 24px 24px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.process-photo figcaption span { max-width: 280px; font-size: 23px; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.process-photo figcaption small { color: rgba(255,255,255,.66); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-align: right; text-transform: uppercase; }
.photo-data { position: absolute; z-index: 3; top: 20px; right: 20px; width: 176px; padding: 13px; display: grid; grid-template-columns: 1fr auto; gap: 9px; background: rgba(0,0,0,.45); border: 1px solid rgba(169,190,162,.32); backdrop-filter: blur(12px); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; }
.photo-data b { color: var(--sage); font-weight: 500; }
.photo-data i { grid-column: 1/-1; height: 2px; overflow: hidden; background: rgba(255,255,255,.12); }
.photo-data i::after { content: ""; display: block; width: 38%; height: 100%; background: var(--sage); animation: data-scan 3.2s ease-in-out infinite; }
@keyframes data-scan { 50% { transform: translateX(165%); } }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.steps-list li { position: relative; min-height: 260px; display: grid; grid-template-columns: 78px 1fr; border-bottom: 1px solid var(--line-light); transition: padding 320ms ease, background 320ms ease; }
.steps-list li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--sage); transform: scaleY(0); transform-origin: top; transition: transform 500ms ease; }
.steps-list li.is-active { padding-left: 18px; background: linear-gradient(90deg, rgba(169,190,162,.07), transparent 75%); }
.steps-list li.is-active::before { transform: scaleY(1); }
.steps-list li > span { padding-top: 35px; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 9px; transition: color 240ms ease; }
.steps-list li.is-active > span { color: var(--sage); }
.steps-list li div { padding: 32px 0; }
.steps-list li small { color: rgba(255,255,255,.54); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.steps-list h3 { max-width: 550px; margin: 15px 0 18px; font-size: clamp(26px, 2.6vw, 40px); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
.steps-list p { max-width: 540px; margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }

/* Guide */
.guide { position: relative; overflow: hidden; color: var(--forest-deep); background: var(--sage-soft); border-bottom: 1px solid var(--ink); }
.guide::before { content: "LENNOX"; position: absolute; right: -2vw; bottom: -6vw; color: rgba(23,59,48,.045); font-size: 20vw; font-weight: 700; letter-spacing: -.1em; line-height: .8; }
.guide-orbit { position: absolute; top: 50%; left: -20vw; width: 52vw; aspect-ratio: 1; border: 1px solid rgba(23,59,48,.18); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 7vw rgba(23,59,48,.025), 0 0 0 14vw rgba(23,59,48,.018); }
.guide-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; align-items: center; }
.guide-edition { display: block; margin: 48px 0 20px; color: var(--forest-mid); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.guide h2 { max-width: 800px; margin: 0; font-size: clamp(54px, 6.1vw, 90px); font-weight: 600; letter-spacing: -.075em; line-height: .91; }
.guide-lede { max-width: 600px; margin: 30px 0 42px; font-size: 18px; }
.guide-copy ul { max-width: 660px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(23,59,48,.3); }
.guide-copy li { min-height: 60px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid rgba(23,59,48,.3); font-size: 11px; }
.guide-copy li span { font-family: var(--mono); font-size: 9px; }
.guide-form { padding: clamp(26px, 3.6vw, 54px); background: var(--paper); border: 1px solid var(--forest-deep); box-shadow: 18px 18px 0 rgba(23,59,48,.1); }
.form-heading { margin-bottom: 40px; padding-bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 1px solid var(--line); }
.form-heading span { font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.form-heading small { color: var(--muted); font-family: var(--mono); font-size: 8px; line-height: 1.45; text-align: right; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.field label span { color: var(--muted); font-weight: 400; }
.field input { width: 100%; height: 54px; padding: 0 14px; border: 1px solid rgba(8,11,9,.35); border-radius: 0; outline: none; color: var(--ink); background: transparent; transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.field input:focus { border-color: var(--forest-mid); box-shadow: 0 0 0 3px rgba(36,85,69,.12); background: white; }
.field input[aria-invalid="true"] { border-color: #9d3a30; }
.consent { margin: 4px 0 25px; display: grid; grid-template-columns: 20px 1fr; gap: 12px; color: #535953; font-size: 10px; line-height: 1.62; cursor: pointer; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--forest); }
.guide-form .button { width: 100%; border: 0; cursor: pointer; }
.guide-form .button:disabled { opacity: .66; cursor: wait; transform: none; }
.form-status { min-height: 20px; margin: 14px 0 0; color: var(--forest-mid); font-size: 11px; line-height: 1.45; }
.form-status.is-error { color: #8a3028; }
.form-privacy { margin: 9px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.form-privacy a { text-decoration: underline; text-underline-offset: 2px; }

/* Goals */
.goals { background: var(--paper); }
.goals-heading { display: grid; grid-template-columns: 1.35fr .55fr; gap: 9vw; align-items: end; }
.goals-heading h2 { max-width: 900px; margin: 0; font-size: clamp(52px, 6vw, 90px); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.goals-heading > p { margin: 0; color: var(--muted); font-size: 12px; }
.goal-grid { margin-top: 84px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 390px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.goal-card { position: relative; padding: 24px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: perspective(1000px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); transition: transform 240ms ease; }
.goal-wide { grid-column: span 2; }
.goal-card > span, .goal-card-photo span { position: relative; z-index: 2; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.goal-card h3 { position: relative; z-index: 2; margin: auto 0 18px; font-size: clamp(29px, 2.7vw, 42px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.goal-card p { position: relative; z-index: 2; max-width: 430px; margin: 0; font-size: 11px; }
.goal-card > i { width: 48px; height: 48px; margin: auto 0 0; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; transition: transform 220ms ease, background 220ms ease; }
.goal-card:hover > i { transform: rotate(-8deg) scale(1.06); background: var(--sage); }
.goal-card-photo { color: white; justify-content: flex-end; }
.goal-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,9,6,.82), rgba(4,9,6,.05) 72%); }
.goal-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.8) sepia(.08) hue-rotate(88deg) saturate(.78); transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 500ms ease; }
.goal-card-photo:hover img { transform: scale(1.045); filter: grayscale(.28) sepia(.06) hue-rotate(88deg) saturate(.8); }
.goal-card-photo div { position: relative; z-index: 2; }
.goal-card-dark { color: white; background: var(--forest-deep); }
.goal-card-line { background-color: var(--cream); background-image: linear-gradient(rgba(8,11,9,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,11,9,.055) 1px, transparent 1px); background-size: 42px 42px; }
.goal-card-sage { color: var(--forest-deep); background: var(--sage); }
.clinical-note { max-width: 850px; margin: 30px 0 0; color: var(--muted); font-size: 11px; }

/* Goal navigator */
.goal-rail-label { min-height: 54px; margin-top: 54px; padding-inline: 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-bottom: 0; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.goal-grid { margin-top: 0; grid-template-columns: 1.18fr 1fr 1fr 1.18fr; grid-auto-rows: 440px; }
.goal-card { min-width: 0; padding: 22px; text-decoration: none; transform-origin: center; }
.goal-card::before { content: ""; position: absolute; z-index: 1; inset: 0; opacity: 0; border: 1px solid var(--sage); pointer-events: none; transition: opacity 220ms ease, inset 220ms ease; }
.goal-card:hover::before { inset: 9px; opacity: .72; }
.goal-card > div { position: relative; z-index: 2; margin-top: auto; }
.goal-card > span, .goal-card-photo span { letter-spacing: .11em; }
.goal-card h3 { max-width: 300px; margin: 0 0 16px; font-size: clamp(31px,2.65vw,43px); }
.goal-card p { max-width: 310px; color: inherit; opacity: .68; line-height: 1.55; }
.goal-card i, .goal-card div > i { position: absolute; right: 0; bottom: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; transition: color 220ms ease, background 220ms ease, transform 220ms ease; }
.goal-card i svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.goal-card p { padding-right: 48px; }
.goal-card:hover i { color: var(--deep); background: var(--sage); transform: rotate(-8deg); }
.goal-card-photo::after { background: linear-gradient(to top, rgba(4,9,6,.9), rgba(4,9,6,.06) 74%); }
.goal-card-photo img { filter: grayscale(.72) sepia(.08) hue-rotate(88deg) saturate(.72); }
.goal-card-dark { background: radial-gradient(circle at 84% 16%, rgba(169,190,162,.18), transparent 28%), var(--forest-deep); }
.goal-card-dark::after { content: ""; position: absolute; right: -38%; top: 18%; width: 85%; aspect-ratio: 1; border: 1px solid rgba(169,190,162,.15); border-radius: 50%; box-shadow: 0 0 0 48px rgba(169,190,162,.025), 0 0 0 96px rgba(169,190,162,.015); }
.goal-card-sage { background: linear-gradient(145deg, #b7c8b0, var(--sage)); }
.goal-card-sage::after { content: "03"; position: absolute; right: -7%; top: 5%; color: rgba(7,27,20,.06); font-family: var(--mono); font-size: 150px; font-weight: 600; letter-spacing: -.12em; }
.goal-section-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.goal-section-foot .clinical-note { margin-top: 24px; }
.goal-swipe-hint { display: none; margin: 24px 0 0; color: var(--forest-mid); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

/* Treatment library entry */
.treatment-entry { position: relative; overflow: hidden; color: white; background: var(--ink); border-block: 1px solid rgba(255,255,255,.14); }
.treatment-entry::before { content: "LIBRARY"; position: absolute; right: -2vw; top: 3vw; color: rgba(169,190,162,.045); font-size: 16vw; font-weight: 700; letter-spacing: -.1em; line-height: .8; }
.treatment-entry-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .55fr; gap: 9vw; align-items: end; }
.treatment-entry-heading h2 { max-width: 940px; margin: 0; font-size: clamp(50px, 6vw, 90px); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.treatment-entry-aside p { margin: 0 0 28px; color: rgba(255,255,255,.58); font-size: 12px; }
.treatment-entry-grid { position: relative; z-index: 1; margin-top: 78px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.treatment-entry-card { position: relative; min-height: 470px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: radial-gradient(circle at 76% 16%, rgba(169,190,162,.15), transparent 28%); transition: background 300ms ease, color 300ms ease; }
.treatment-entry-card-sage { color: var(--forest-deep); background: var(--sage-soft); }
.treatment-entry-card:hover { background-color: var(--forest-mid); }
.treatment-entry-card-sage:hover { background-color: var(--sage); }
.treatment-entry-index { position: relative; z-index: 2; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.treatment-entry-price { position: relative; z-index: 2; width: fit-content; margin-top: 14px; padding: 8px 10px; color: var(--forest-deep); background: var(--sage-soft); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.treatment-entry-card > div:last-of-type { position: relative; z-index: 2; margin-top: auto; }
.treatment-entry-card h3 { margin: 0 0 18px; font-size: clamp(48px, 5vw, 76px); font-weight: 500; letter-spacing: -.075em; line-height: .86; }
.treatment-entry-card-compact { min-height: 370px; }
.treatment-entry-card-compact h3 { font-size: clamp(42px, 4.2vw, 64px); }
.treatment-entry-card p { max-width: 560px; margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.treatment-entry-card-sage p { color: rgba(7,27,20,.68); }
.treatment-entry-card > b { position: absolute; right: 26px; bottom: 26px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--mono); font-size: 11px; font-weight: 400; transition: transform 220ms ease, background 220ms ease; }
.treatment-entry-card:hover > b { transform: rotate(-9deg) scale(1.06); background: var(--sage); color: var(--forest-deep); }
.treatment-entry-card p { padding-right: 80px; }
.molecule-mark { position: absolute; top: 54px; right: 9%; width: 230px; aspect-ratio: 1; border: 1px solid rgba(169,190,162,.25); border-radius: 50%; animation: spin 28s linear infinite; }
.molecule-mark::before, .molecule-mark::after { content: ""; position: absolute; border: 1px solid rgba(169,190,162,.22); border-radius: 50%; }
.molecule-mark::before { inset: 18%; }.molecule-mark::after { inset: 38%; background: rgba(169,190,162,.08); }
.molecule-mark i { position: absolute; width: 9px; height: 9px; border: 1px solid var(--sage); border-radius: 50%; background: var(--ink); }
.molecule-mark i:nth-child(1) { top: 8%; left: 22%; }.molecule-mark i:nth-child(2) { top: 46%; right: -5px; }.molecule-mark i:nth-child(3) { bottom: 8%; left: 23%; }.molecule-mark i:nth-child(4) { top: 45%; left: -5px; }
.signal-mark { position: absolute; top: 70px; right: 10%; width: 270px; height: 200px; display: flex; align-items: center; justify-content: space-between; transform: rotate(-8deg); }
.signal-mark::before { content: ""; position: absolute; left: 12px; right: 12px; top: 50%; height: 1px; background: rgba(7,27,20,.25); }
.signal-mark span { position: relative; z-index: 1; width: 18px; height: 18px; border: 1px solid var(--forest-deep); border-radius: 50%; background: var(--sage-soft); }
.signal-mark span:nth-child(2), .signal-mark span:nth-child(4) { transform: translateY(-45px); }
.treatment-entry-note { margin: 22px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }

/* Trust */
.trust { color: white; background: var(--forest-deep); }
.trust-intro { max-width: 920px; margin-bottom: 76px; }
.trust-intro h2 { margin: 0; font-size: clamp(52px, 6.2vw, 92px); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.trust-lead { position: relative; min-height: 520px; grid-row: span 2; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.trust-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,27,20,.91), transparent 55%); }
.trust-lead img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.72) sepia(.05) hue-rotate(85deg) saturate(.7); transition: transform 800ms ease, filter 500ms ease; }
.trust-lead:hover img { transform: scale(1.035); filter: grayscale(.3) sepia(.04) hue-rotate(85deg) saturate(.76); }
.trust-lead div { position: absolute; z-index: 2; inset: auto 28px 28px; }
.trust-lead span { display: block; max-width: 470px; font-size: 34px; font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.trust-lead p { max-width: 440px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 11px; }
.trust-card { min-height: 260px; padding: 26px; display: grid; grid-template-columns: 54px 1fr; gap: 25px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: color 260ms ease, background 260ms ease; }
.trust-card:hover { color: var(--forest-deep); background: var(--sage); }
.trust-card b { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--mono); font-size: 9px; font-weight: 500; }
.trust-card div { display: flex; flex-direction: column; }
.trust-card h3 { max-width: 290px; margin: auto 0 16px; font-size: 24px; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.trust-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; transition: color 220ms ease; }
.trust-card:hover p { color: rgba(7,27,20,.72); }

/* Comparison */
.comparison { background: var(--cream); border-bottom: 1px solid var(--ink); }
.comparison-heading { max-width: 980px; margin-bottom: 70px; }
.comparison-heading h2 { margin: 0; font-size: clamp(50px, 6vw, 88px); font-weight: 500; letter-spacing: -.075em; line-height: .94; }
.comparison-table { border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.comparison-row { min-height: 82px; display: grid; grid-template-columns: .85fr 1fr 1fr; }
.comparison-row > * { padding: 22px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.comparison-row strong { font-size: 12px; font-weight: 600; }
.comparison-row span { font-size: 11px; }
.comparison-row span:last-child { background: rgba(169,190,162,.38); }
.comparison-head { min-height: 54px; font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.comparison-head span { font-size: 9px; }
.comparison-head span:last-child { color: white; background: var(--forest); }
.mark { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.mark-no { color: #7b635d; }.mark-yes { color: var(--forest); }

/* FAQ */
.faq { color: white; background: radial-gradient(circle at 12% 32%, rgba(45,93,74,.26), transparent 25%), var(--ink); }
.faq-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 9vw; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { margin: 0 0 30px; font-size: clamp(58px, 7vw, 100px); font-weight: 500; letter-spacing: -.075em; line-height: .9; }
.faq-heading > p:not(.eyebrow) { max-width: 360px; margin: 0 0 30px; color: rgba(255,255,255,.5); font-size: 12px; }
.accordion { border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); transition: background 220ms ease, padding 220ms ease; }
.faq-item.is-open { padding-inline: 18px; background: rgba(169,190,162,.065); }
.faq-item button { width: 100%; min-height: 95px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 26px; border: 0; color: white; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { font-size: 16px; }
.faq-item button b { margin-right: 21px; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 9px; font-weight: 400; }
.faq-item button i { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] { color: var(--sage-soft); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 240ms ease; }
.faq-answer p { max-width: 680px; margin: 0; overflow: hidden; color: rgba(255,255,255,.6); font-size: 12px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 36px 32px 34px; }

/* Closing and footer */
.closing { position: relative; padding-block: clamp(100px, 11vw, 160px); overflow: hidden; background: var(--sage-soft); border-bottom: 1px solid var(--ink); }
.closing-rings { position: absolute; top: 50%; right: -12vw; width: 48vw; aspect-ratio: 1; border: 1px solid rgba(23,59,48,.18); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 7vw rgba(23,59,48,.025), 0 0 0 14vw rgba(23,59,48,.016); }
.closing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .55fr; gap: 9vw; align-items: end; }
.closing h2 { max-width: 920px; margin: 0; font-size: clamp(58px, 7.2vw, 108px); font-weight: 600; letter-spacing: -.08em; line-height: .86; }
.closing-action p { margin: 0 0 26px; color: #56605a; font-size: 12px; }
.closing-action .button { width: 100%; }
.closing-action small { display: block; margin-top: 15px; color: #505851; font-family: var(--mono); font-size: 9px; letter-spacing: .035em; line-height: 1.5; text-transform: uppercase; }
.site-footer { position: relative; padding: 22px 0 34px; color: white; background: radial-gradient(circle at 56% 0, rgba(169,190,162,.18), transparent 28%), linear-gradient(180deg, #09100d, #050706); overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 82%); pointer-events: none; }
.footer-frame { position: relative; z-index: 1; display: grid; grid-template-columns: 148px 1fr 132px; border: 1px solid rgba(255,255,255,.24); background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: inset 0 0 0 1px rgba(169,190,162,.05), 0 24px 80px rgba(0,0,0,.32); }
.footer-identity { min-height: 540px; padding: 18px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.footer-mark { display: inline-flex; align-items: center; gap: 9px; color: white; }
.footer-mark img { width: 28px; height: 23px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-mark span { font-size: 22px; font-weight: 600; letter-spacing: -.055em; }
.footer-vial { width: 100%; aspect-ratio: 1 / 1.35; margin: 96px 0 auto; overflow: hidden; border: 1px solid rgba(169,190,162,.16); background: #020403; }
.footer-vial img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; filter: grayscale(.85) sepia(.08) hue-rotate(86deg) saturate(.8) contrast(1.05); transform: scale(1.18); }
.footer-identity p { margin: 28px 0 0; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; line-height: 1.6; text-transform: uppercase; }
.footer-lab { min-width: 0; display: grid; grid-template-rows: auto 72px auto; }
.footer-directory { min-height: 296px; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-column { min-width: 0; padding: 28px 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; border-right: 1px solid rgba(255,255,255,.14); }
.footer-column:last-child { border-right: 0; }
.footer-column h3 { margin: 0 0 12px; color: rgba(169,190,162,.86); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.35; transition: color 160ms ease, transform 160ms ease; }
.footer-column a:hover { color: white; transform: translateX(3px); }
.footer-signal { display: grid; grid-template-columns: repeat(4,1fr); color: var(--forest-deep); background: var(--sage); border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-signal span { display: flex; align-items: center; justify-content: center; padding: 0 14px; border-right: 1px solid rgba(7,27,20,.22); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .075em; text-align: center; text-transform: uppercase; }
.footer-signal span:last-child { border-right: 0; }
.footer-utility { display: grid; grid-template-columns: .95fr 1fr; min-height: 172px; }
.footer-trust { padding: 22px 26px; display: flex; align-items: end; gap: 22px; border-right: 1px solid rgba(255,255,255,.2); }
.footer-trust > a img { width: 58px; height: 63px; object-fit: contain; filter: grayscale(1) brightness(1.8); opacity: .78; }
.footer-trust > img { width: 146px; opacity: .58; }
.footer-trust nav { margin-left: auto; display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.footer-trust nav a { color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.footer-trust nav a:hover { color: white; }
.footer-updates { display: grid; grid-template-rows: 1fr 58px; }
.footer-updates label { padding: 24px 26px 16px; display: flex; flex-direction: column; justify-content: end; gap: 8px; }
.footer-updates label span { font-size: clamp(24px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.footer-updates label small { color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.footer-updates div { display: grid; grid-template-columns: 1fr 58px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-updates input { min-width: 0; border: 0; border-radius: 0; padding: 0 20px; color: white; background: rgba(255,255,255,.075); outline: none; }
.footer-updates input::placeholder { color: rgba(255,255,255,.45); }
.footer-updates input:focus { background: rgba(169,190,162,.12); box-shadow: inset 0 0 0 2px rgba(169,190,162,.4); }
.footer-updates button { border: 0; border-left: 1px solid rgba(255,255,255,.16); color: var(--forest-deep); background: var(--sage-soft); cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.footer-updates button:hover { background: white; transform: translateX(2px); }
.footer-side { min-width: 0; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border-left: 1px solid rgba(255,255,255,.2); }
.footer-side span { width: 12px; height: 12px; background: var(--sage); box-shadow: 0 0 24px rgba(169,190,162,.75); }
.footer-side p { width: 260px; margin: 0; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; line-height: 1.7; text-transform: uppercase; transform: rotate(-90deg) translateX(20px); transform-origin: center; }
.footer-disclosure { grid-column: 1 / -1; padding: 28px 34px 30px; display: grid; grid-template-columns: .9fr 1.1fr 1.1fr auto; gap: 34px; align-items: start; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.46); }
.footer-disclosure h2 { max-width: 340px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(28px, 3.6vw, 54px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.footer-disclosure p { margin: 0; font-size: 10px; line-height: 1.65; }
.footer-disclosure p:last-child { min-width: 210px; font-family: var(--mono); font-size: 8px; letter-spacing: .045em; line-height: 1.8; text-transform: uppercase; }
.footer-disclosure a { color: rgba(255,255,255,.74); }

/* Motion */
.reveal { opacity: 0; transform: translateY(26px); filter: blur(3px); transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.65,.2,1), filter 720ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.reveal-delay-1 { transition-delay: 70ms; }.reveal-delay-2 { transition-delay: 140ms; }.reveal-delay-3 { transition-delay: 210ms; }
.problem-card[data-tilt-card].reveal, .goal-card[data-tilt-card].reveal { transform: perspective(1000px) translateY(26px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); }
.problem-card[data-tilt-card].reveal.is-visible, .goal-card[data-tilt-card].reveal.is-visible { transform: perspective(1000px) translateY(0) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); }

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 1fr auto; }.site-nav { display: none; }.nav-actions { grid-column: 2; }
  .hero-content { width: 64%; }.hero-visual { left: 42%; }
  .section-intro { grid-template-columns: .6fr 1.4fr; }.section-intro > p:last-child { grid-column: 2; max-width: 600px; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }.problem-card:nth-child(2) { border-right: 0; }.problem-card:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .goal-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }.trust-lead { grid-row: span 2; }
  .footer-frame { grid-template-columns: 128px 1fr; }
  .footer-side { grid-column: 1 / -1; min-height: 76px; flex-direction: row; justify-content: flex-start; gap: 22px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .footer-side p { width: auto; transform: none; }
  .footer-directory { grid-template-columns: repeat(2,1fr); }
  .footer-column:nth-child(2) { border-right: 0; }
  .footer-column:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-disclosure { grid-template-columns: 1fr 1fr; }
  .footer-disclosure h2 { grid-column: 1 / -1; }
  .footer-disclosure p:last-child { min-width: 0; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 30px, 740px); }
  .section { padding-block: 96px; }
  .nav-shell { min-height: 66px; grid-template-columns: 1fr auto; }
  .nav-actions { display: none; }
  .menu-button { justify-self: end; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 7px; border: 0; color: white; background: transparent; }
  .menu-button span:not(.sr-only) { width: 25px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 66px 0 0; padding: 26px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line-light); font-size: 26px; font-weight: 500; letter-spacing: -.045em; }
  .site-nav .mobile-nav-action { margin-top: 20px; padding: 14px; display: block; color: var(--sage); border: 1px solid rgba(169,190,162,.4); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
  .site-nav .mobile-nav-action + .mobile-nav-action { margin-top: 8px; }
  .site-nav .mobile-nav-primary { color: var(--ink); background: white; border-color: white; }
  .hero { min-height: 860px; height: auto; max-height: none; }
  .hero-copy { min-height: 860px; padding-bottom: 34px; align-items: flex-end; }
  .hero-content { width: 100%; padding-top: 390px; }
  .hero h1 { font-size: clamp(54px, 14vw, 82px); }
  .hero-subhead { margin-top: 25px; font-size: 13px; }
  .hero-subhead { width: calc(100vw - 30px); max-width: calc(100vw - 30px); overflow-wrap: anywhere; text-wrap: wrap; }
  .hero-content { width: calc(100vw - 30px); max-width: calc(100vw - 30px); }
  .hero-content h1 { max-width: calc(100vw - 30px); text-wrap: wrap; }
  .hero-actions { margin-top: 28px; grid-template-columns: 1fr; }
  .hero-proof { gap: 9px 18px; }
  .hero-visual { inset: 25px -12% auto 26%; height: 500px; }
  .hero-visual > img { object-position: center; }
  .orbit-one { width: 620px; }.orbit-two { width: 440px; }
  .clinical-tag, .hero-index { display: none; }
  .vial-label { top: 51%; }
  .section-intro, .process-layout, .guide-grid, .goals-heading, .treatment-entry-heading, .faq-layout, .closing-grid { grid-template-columns: 1fr; gap: 52px; }
  .section-intro > p:last-child { grid-column: auto; }.section-intro h2, .goals-heading h2 { font-size: clamp(43px, 11vw, 68px); }
  .problem-grid { margin-top: 60px; }
  .problem-card { min-height: 340px; }
  .process-heading { margin-bottom: 58px; }.process-heading h2 { font-size: clamp(47px, 12vw, 72px); }
  .process-photo { position: relative; top: auto; height: min(125vw, 670px); }
  .guide h2 { font-size: clamp(46px, 12vw, 72px); }.guide-form { box-shadow: 10px 10px 0 rgba(23,59,48,.1); }
  .goal-grid { margin-top: 56px; grid-auto-rows: 350px; }.goal-wide { grid-column: auto; }
  .treatment-entry-grid { margin-top: 56px; grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-lead { min-height: 500px; grid-column: 1/-1; grid-row: auto; }
  .comparison-row { grid-template-columns: .7fr 1fr 1fr; }.comparison-row > * { padding: 16px 12px; }.comparison-row span { font-size: 10px; }
  .faq-heading { position: static; }.faq-layout { gap: 64px; }
  .closing-action { max-width: 560px; }
  .footer-frame { grid-template-columns: 1fr; }
  .footer-identity { min-height: auto; display: grid; grid-template-columns: 1fr 112px; gap: 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-vial { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .footer-identity p { align-self: end; }
  .footer-utility { grid-template-columns: 1fr; }
  .footer-trust { min-height: 116px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); flex-wrap: wrap; align-items: center; }
  .footer-trust nav { width: 100%; margin-left: 0; justify-content: flex-start; }
  .footer-signal { grid-template-columns: repeat(2,1fr); }
  .footer-signal span { min-height: 54px; }
  .footer-signal span:nth-child(2) { border-right: 0; }
  .footer-signal span:nth-child(-n+2) { border-bottom: 1px solid rgba(7,27,20,.22); }
  .footer-side { grid-column: auto; }
  .footer-disclosure { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 540px) {
  .button { min-height: 56px; gap: 18px; font-size: 9px; }
  .hero { min-height: 830px; }.hero-copy { min-height: 830px; }.hero-content { padding-top: 340px; }
  .hero h1 { font-size: 52px; }.hero-visual { inset: 22px -24% auto 10%; height: 440px; }
  .hero-proof span { width: 100%; }
  .problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--ink); }.problem-card:last-child { border-bottom: 0; }.problem-card:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .problem-card > i { margin: 38px 0 32px; }
  .steps-list li { min-height: 245px; grid-template-columns: 55px 1fr; }.steps-list li.is-active { padding-left: 10px; }.steps-list h3 { font-size: 27px; }
  .process-photo figcaption { flex-direction: column; align-items: flex-start; }.process-photo figcaption small { text-align: left; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.form-heading small { text-align: left; }
  .goal-grid { grid-template-columns: 1fr; }.goal-card { min-height: 340px; }
  .treatment-entry-card { min-height: 410px; padding: 22px; }.treatment-entry-card-compact { min-height: 330px; }.treatment-entry-card p { padding-right: 54px; }.molecule-mark { width: 190px; }.signal-mark { width: 210px; right: 7%; }
  .trust-grid { grid-template-columns: 1fr; }.trust-lead { grid-column: auto; }.trust-card { min-height: 230px; }
  .comparison-table { overflow: visible; border: 0; }
  .comparison-head { display: none; }
  .comparison-row:not(.comparison-head) { min-width: 0; min-height: 0; margin-bottom: 16px; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
  .comparison-row:not(.comparison-head) > * { border: 0; }
  .comparison-row:not(.comparison-head) > strong { grid-column: 1 / -1; min-height: 54px; padding: 14px 16px; color: white; background: var(--forest-deep); font-size: 13px; letter-spacing: -.015em; }
  .comparison-row:not(.comparison-head) > span { position: relative; min-height: 132px; padding: 46px 14px 16px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 11px; font-size: 11px; line-height: 1.42; }
  .comparison-row:not(.comparison-head) > span:first-of-type { background: var(--paper); border-right: 1px solid var(--ink); }
  .comparison-row:not(.comparison-head) > span:last-child { background: var(--sage-soft); }
  .comparison-row:not(.comparison-head) > span::before { content: attr(data-label); position: absolute; top: 13px; left: 14px; color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
  .comparison-row:not(.comparison-head) > span:last-child::before { color: var(--forest); }
  .comparison-row .mark { width: 30px; height: 30px; flex-basis: 30px; }
  .comparison-heading h2, .trust-intro h2, .closing h2 { font-size: 50px; }
  .faq-item button { min-height: 86px; }.faq-item button span { font-size: 14px; }.faq-item button b { margin-right: 12px; }.faq-item.is-open .faq-answer p { padding-left: 0; padding-right: 15px; }
  .site-footer { padding-top: 15px; }
  .footer-directory { grid-template-columns: 1fr; }
  .footer-column { padding: 24px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-column:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-column:last-child { border-bottom: 0; }
  .footer-identity { grid-template-columns: 1fr; }
  .footer-vial { grid-column: auto; grid-row: auto; width: 118px; margin-top: 22px; }
  .footer-signal { grid-template-columns: 1fr; }
  .footer-signal span { border-right: 0; border-bottom: 1px solid rgba(7,27,20,.22); }
  .footer-signal span:last-child { border-bottom: 0; }
  .footer-updates label { padding-inline: 20px; }
  .footer-trust { padding-inline: 20px; }
  .footer-disclosure { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .hero-visual { transform: none !important; }
}

/* Compact homepage */
.section { padding-block: clamp(76px, 8vw, 118px); }
.hero { min-height: 720px; height: 88svh; max-height: 900px; }
.hero-content { width: min(57%, 720px); }
.hero h1 { font-size: clamp(60px, 6.3vw, 96px); }
.hero-subhead { margin-top: 28px; }
.hero-actions { margin-top: 30px; }
.hero-visual { inset: 0 0 0 50%; }
.hero-visual > img { inset: -17% 0 auto; width: 100%; height: 134%; object-fit: contain; object-position: center; filter: drop-shadow(0 0 40px rgba(169,190,162,.14)); }
.tag-one { left: 3%; }
.process-heading { margin-bottom: 48px; }
.process-heading h2 { font-size: clamp(48px, 5.4vw, 78px); }
.process-layout { grid-template-columns: .9fr 1fr; gap: 5vw; }
.process-photo { position: relative; top: auto; height: 540px; }
.process-photo img { object-position: center 52%; filter: none; }
.process-photo:hover img { filter: none; }
.steps-list li { min-height: 174px; grid-template-columns: 66px 1fr; }
.steps-list li > span { padding-top: 26px; }
.steps-list li div { padding: 24px 0; }
.steps-list h3 { margin: 10px 0 12px; font-size: clamp(24px, 2.2vw, 34px); }
.care-pillars { margin-top: 42px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-light); }
.care-pillars span { min-height: 86px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line-light); color: rgba(255,255,255,.7); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.care-pillars span:last-child { border-right: 0; }
.care-pillars b { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage); font-size: 8px; }
.goals-heading h2, .treatment-entry-heading h2 { font-size: clamp(46px, 5vw, 72px); }
.goal-grid { margin-top: 52px; grid-template-columns: repeat(4,1fr); grid-auto-rows: 310px; }
.goal-card h3 { font-size: clamp(27px, 2.2vw, 36px); }
.treatment-entry-grid { margin-top: 50px; grid-template-columns: repeat(4,1fr); }
.treatment-entry-card, .treatment-entry-card-compact { min-height: 300px; }
.treatment-entry-card h3, .treatment-entry-card-compact h3 { font-size: clamp(36px, 3.3vw, 52px); }
.treatment-entry-card p { padding-right: 44px; }
.treatment-product-card { min-height: 410px; color: white; background-color: var(--forest-deep); background-position: center; background-size: cover; isolation: isolate; }
.treatment-product-card::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(4,14,10,.2), rgba(4,14,10,.03) 42%, rgba(4,14,10,.92) 100%); transition: background 320ms ease; }
.treatment-product-card::after { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 58%); }
.treatment-product-card:hover { background-color: var(--forest-deep); }
.treatment-product-card:hover::before { background: linear-gradient(180deg, rgba(4,14,10,.1), rgba(4,14,10,.02) 38%, rgba(8,42,30,.86) 100%); }
.treatment-product-card > * { position: relative; z-index: 2; }
.treatment-product-card p { color: rgba(255,255,255,.72); }
.treatment-product-kicker { display: block; margin-bottom: 12px; color: var(--sage); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.treatment-product-nad { background-image: url('public/images/treatment-nad-injection.jpg'); }
.treatment-product-bpc { background-image: url('public/images/bpc157.png'); background-position: center 51%; }
.treatment-product-nasal { background-image: url('public/images/treatment-nad-nasal.jpg'); background-position: center 46%; }
.treatment-product-sermorelin { background-image: url('public/images/lennox-sermorelin-peps.webp'); }
.treatment-product-ghk-cream { background-image: url('public/images/treatment-ghk-cu-cream.jpg'); background-position: center 42%; }
.treatment-product-ghk-injection { background-image: url('public/images/treatment-ghk-cu-injection.jpg'); background-position: center 62%; }
.treatment-product-mic { background-image: url('public/images/lennox-mic-b12-peps.webp'); }
.treatment-product-tirzepatide { background-image: url('public/images/lennox-tirzepatide-peps.png'); background-position: center 48%; }
.treatment-product-card > .treatment-card-detail-link { position: absolute; z-index: 1; inset: 0; }
.treatment-card-detail-link:focus-visible { outline: 2px solid var(--sage); outline-offset: -5px; }
.treatment-product-card > .card-price-cta { position: absolute; z-index: 4; top: 22px; right: 22px; width: 138px; min-height: 118px; padding: 14px 15px 12px; display: flex; flex-direction: column; color: var(--forest-deep); background: rgba(225,229,213,.95); border: 1px solid rgba(255,255,255,.46); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); box-shadow: 0 16px 34px rgba(2,12,8,.22); backdrop-filter: blur(10px); transition: transform 200ms ease, background 200ms ease; }
.treatment-product-card > .card-price-cta:hover, .treatment-product-card > .card-price-cta:focus-visible { color: var(--forest-deep); background: white; transform: translateY(-3px); }
.treatment-product-card > .card-price-cta:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.card-price-cta span, .card-price-cta small, .card-price-cta em { font-family: var(--mono); font-size: 7px; font-style: normal; font-weight: 600; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.card-price-cta span { color: rgba(7,27,20,.58); }
.card-price-cta strong { display: block; margin: 5px 0 2px; font-size: 36px; font-weight: 500; letter-spacing: -.07em; line-height: .88; }
.card-price-cta small { color: rgba(7,27,20,.58); }
.card-price-cta em { margin-top: auto; padding-top: 9px; border-top: 1px solid rgba(7,27,20,.18); }
.card-price-cta-review strong { margin-block: 9px 4px; font-size: 20px; letter-spacing: -.035em; text-transform: uppercase; }
.treatment-entry-index { padding-right: 150px; }
.treatment-carousel { position: relative; z-index: 2; margin-top: 50px; }
.treatment-carousel-bar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-light); border-inline: 1px solid var(--line-light); }
.treatment-carousel-bar > p { margin: 0; padding-left: 20px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.treatment-carousel-bar > p span:first-child { color: var(--sage); font-size: 16px; }
.treatment-carousel-bar > p i { font-style: normal; }
.treatment-carousel-controls { align-self: stretch; display: flex; }
.treatment-carousel-controls button { width: 62px; padding: 0; display: grid; place-items: center; border: 0; border-left: 1px solid var(--line-light); color: white; background: transparent; cursor: pointer; transition: color 180ms ease, background 180ms ease; }
.treatment-carousel-controls button:hover { color: var(--deep); background: var(--sage); }
.treatment-carousel-controls button:disabled { color: rgba(255,255,255,.2); cursor: default; background: transparent; }
.treatment-carousel-controls span { font-family: var(--mono); font-size: 15px; }
.treatment-carousel-viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; border: 1px solid var(--line-light); }
.treatment-carousel-viewport::-webkit-scrollbar { display: none; }
.treatment-carousel-track { width: max-content; display: flex; }
.treatment-carousel .treatment-product-card { width: min(72vw, 940px); min-height: 540px; flex: 0 0 auto; scroll-snap-align: start; scroll-snap-stop: always; border-bottom: 0; border-right: 1px solid var(--line-light); }
.treatment-carousel .treatment-product-card:last-child { border-right: 0; }
.treatment-carousel .treatment-product-card h3 { font-size: clamp(58px,6vw,88px); }
.treatment-carousel .treatment-product-card p { max-width: 600px; font-size: 12px; }
.treatment-carousel-progress { height: 3px; background: rgba(255,255,255,.12); }
.treatment-carousel-progress span { display: block; width: calc(100% / 9); height: 100%; background: var(--sage); transform: translateX(0); transition: transform 360ms cubic-bezier(.2,.72,.2,1); }
.treatment-carousel-hint { margin: 17px 0 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.treatment-carousel-hint span { color: rgba(255,255,255,.66); }
.faq-layout { grid-template-columns: .62fr 1fr; gap: 7vw; }
.faq-heading h2 { font-size: clamp(52px, 6vw, 82px); }
.faq-item button { min-height: 80px; }
.closing { padding-block: clamp(76px, 8vw, 112px); }
.closing h2 { font-size: clamp(54px, 6.5vw, 88px); }
.closing-final { color: white; background: radial-gradient(circle at 76% 42%, rgba(169,190,162,.16), transparent 27%), linear-gradient(135deg, #0d3024, #06130e 72%); border-top: 1px solid rgba(255,255,255,.12); border-bottom-color: rgba(255,255,255,.16); }
.closing-final .closing-rings { border-color: rgba(169,190,162,.26); box-shadow: 0 0 0 7vw rgba(169,190,162,.035), 0 0 0 14vw rgba(169,190,162,.018); }
.closing-final .eyebrow { color: var(--sage); }
.closing-final .closing-action p { color: rgba(255,255,255,.68); }
.closing-final .closing-action small { color: rgba(255,255,255,.5); }
.closing-final .button-dark { color: var(--forest-deep); background: var(--sage); border-color: var(--sage); }
.closing-final .button-dark:hover { color: var(--forest-deep); background: white; border-color: white; }
.guide-grid { grid-template-columns: 1fr .82fr; gap: 5vw; }
.guide-orbit { left: -24vw; width: 48vw; }
.guide-edition { margin: 24px 0 16px; }
.guide h2 { max-width: 700px; font-size: clamp(48px, 5.2vw, 72px); }
.guide-lede { margin: 22px 0 28px; font-size: 16px; }
.guide-copy li { min-height: 50px; }
.guide-form { padding: clamp(26px, 3vw, 42px); box-shadow: 12px 12px 0 rgba(23,59,48,.1); }
.form-heading { margin-bottom: 28px; }
.site-footer-compact { padding: 0; }
.footer-simple { position: relative; z-index: 1; }
.footer-simple-top { min-height: 108px; padding-block: 14px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 38px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-simple-top nav { display: flex; justify-content: center; gap: 26px; }
.footer-simple-top nav a, .footer-phone { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 600; }
.footer-simple-top nav a:hover, .footer-phone:hover { color: white; }
.footer-simple-bottom { padding: 26px 0 30px; display: grid; grid-template-columns: minmax(0,760px) auto; justify-content: space-between; gap: 48px; color: rgba(255,255,255,.45); }
.footer-simple-bottom p { margin: 0; font-size: 9px; line-height: 1.65; }
.footer-simple-bottom div { display: flex; align-items: start; gap: 18px; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.footer-simple-bottom a { color: rgba(255,255,255,.68); }
.legitscript-row { width: min(100%,500px); padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid rgba(174,195,166,.25); border-bottom: 1px solid rgba(174,195,166,.25); }
.legitscript-eyebrow { margin-bottom: 8px; color: #aec3a6; font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.legitscript-description { max-width: 260px; color: #8e9992; font-family: var(--sans); font-size: 14px; line-height: 1.5; }
.legitscript-row a { flex: 0 0 auto; }
.legitscript-row img { width: 105px; height: auto; display: block; transition: transform 180ms ease; }
.legitscript-row a:hover img { transform: scale(1.04); }

@media (max-width: 1200px) and (min-width: 801px) {
  .footer-simple-top { grid-template-columns: auto 1fr auto; gap: 28px; }
  .legitscript-row { grid-column: 1 / -1; }
}

@media (max-width: 1050px) {
  .treatment-entry-grid { grid-template-columns: repeat(2,1fr); }
  .goal-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 800px) {
  .section { padding-block: 72px; }
  .hero { min-height: 760px; height: auto; max-height: none; }
  .hero-copy { min-height: 760px; }
  .hero-content { width: calc(100vw - 30px); padding-top: 300px; }
  .hero-visual { inset: 20px -10% auto 27%; height: 380px; }
  .hero-visual > img { inset: -20% 0 auto; height: 146%; }
  .process-heading { margin-bottom: 40px; }
  .process-layout { gap: 36px; }
  .process-photo { height: min(104vw, 560px); }
  .care-pillars { margin-top: 28px; }
  .care-pillars span { min-height: 74px; padding: 14px; }
  .goal-rail-label { margin-top: 36px; }
  .goal-grid { width: calc(100vw - 15px); margin-top: 0; display: flex; grid-auto-rows: unset; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; border-top: 1px solid var(--ink); }
  .goal-grid::-webkit-scrollbar { display: none; }
  .goal-card { width: min(82vw, 520px); min-height: 430px; flex: 0 0 auto; scroll-snap-align: start; scroll-snap-stop: always; }
  .goal-card h3 { max-width: 340px; font-size: clamp(34px,9vw,44px); }
  .goal-card p { max-width: 350px; font-size: 12px; }
  .goal-swipe-hint { display: flex; align-items: center; gap: 12px; }
  .treatment-entry-grid { margin-top: 40px; }
  .treatment-carousel { margin-top: 40px; }
  .treatment-carousel .treatment-product-card { width: 82vw; min-height: 440px; }
  .treatment-carousel .treatment-product-card h3 { font-size: clamp(48px,11vw,66px); }
  .faq-layout { gap: 46px; }
  .guide-grid { grid-template-columns: 1fr; gap: 42px; }
  .guide-orbit { left: -48vw; width: 92vw; }
  .guide h2 { font-size: clamp(44px, 11vw, 64px); }
  .footer-simple-top { padding: 28px 0; grid-template-columns: 1fr auto; gap: 24px; }
  .footer-simple-top nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; }
  .legitscript-row { grid-column: 1 / -1; }
  .footer-simple-bottom { grid-template-columns: 1fr; gap: 22px; }
  .footer-simple-bottom div { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .hero { min-height: 740px; }
  .hero-copy { min-height: 740px; }
  .hero-content { padding-top: 280px; }
  .hero-visual { inset: 8px -10% auto 25%; height: 300px; }
  .hero-visual > img { inset: -12% 0 auto; height: 128%; }
  .steps-list li { min-height: 168px; }
  .care-pillars { grid-template-columns: repeat(3,1fr); }
  .care-pillars span { min-height: 98px; padding: 12px 8px; flex-direction: column; justify-content: center; gap: 8px; border-right: 1px solid var(--line-light); border-bottom: 0; text-align: center; line-height: 1.35; }
  .care-pillars span:last-child { border-right: 0; }
  .goal-rail-label { min-height: 48px; padding-inline: 13px; }
  .goal-grid { width: calc(100vw - 15px); }
  .goal-card { width: 84vw; min-height: 400px; padding: 18px; }
  .goal-card h3 { max-width: 290px; margin-bottom: 13px; font-size: 36px; }
  .goal-card p { max-width: 290px; padding-right: 44px; font-size: 11px; line-height: 1.5; }
  .goal-card i, .goal-card div > i { width: 40px; height: 40px; }
  .treatment-entry-grid { grid-template-columns: repeat(2,1fr); }
  .treatment-entry-card, .treatment-entry-card-compact { min-height: 220px; padding: 16px; }
  .treatment-entry-card h3, .treatment-entry-card-compact h3 { margin-bottom: 12px; font-size: 29px; }
  .treatment-product-card h3 { max-width: 100%; overflow-wrap: anywhere; font-size: 27px; }
  .treatment-product-kicker { margin-bottom: 8px; font-size: 7px; }
  .treatment-carousel-bar { min-height: 54px; }
  .treatment-carousel-controls button { width: 54px; }
  .treatment-carousel .treatment-product-card { width: 86vw; min-height: 410px; padding: 18px; }
  .treatment-carousel .treatment-product-card h3 { max-width: calc(100% - 28px); font-size: 45px; }
  .treatment-carousel .treatment-product-card p { max-width: calc(100% - 34px); font-size: 10px; }
  .treatment-carousel-hint { align-items: flex-start; flex-direction: column; gap: 7px; }
  .treatment-entry-card p { padding-right: 0; font-size: 10px; line-height: 1.45; }
  .treatment-entry-card > b { right: 14px; bottom: 14px; width: 34px; height: 34px; }
  .treatment-entry-index { padding-right: 0; font-size: 7px; line-height: 1.4; }
  .faq-item button { min-height: 74px; }
  .footer-simple-top { grid-template-columns: 1fr; }
  .footer-phone { grid-row: 2; }
  .footer-simple-top nav { grid-row: 3; }
  .legitscript-row { grid-row: 4; gap: 20px; }
  .legitscript-eyebrow { font-size: 10px; }
  .legitscript-description { max-width: 220px; font-size: 13px; }
  .legitscript-row img { width: 92px; }
}

/* Mobile homepage rebuild */
@media (max-width: 800px) {
  .process { padding-block: 70px; }
  .process-heading { max-width: none; margin-bottom: 34px; }
  .process-heading h2 { max-width: 680px; font-size: clamp(46px, 12vw, 64px); line-height: .92; }
  .process-heading > p:last-child { max-width: 560px; margin-top: 22px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }
  .process-layout { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .process-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .process-photo figcaption { inset: auto 20px 20px; }
  .process-photo figcaption span { max-width: 230px; font-size: 29px; }
  .photo-data { top: 14px; right: 14px; left: 14px; width: auto; padding: 12px; }
  .steps-list li { min-height: 0; grid-template-columns: 46px minmax(0,1fr); }
  .steps-list li.is-active { padding-left: 0; }
  .steps-list li::before { transform: scaleY(1); background: rgba(169,190,162,.28); }
  .steps-list li.is-active::before { background: var(--sage); }
  .steps-list li > span { padding-top: 25px; }
  .steps-list li div { padding: 23px 4px 25px 0; }
  .steps-list li small { font-size: 9px; }
  .steps-list h3 { margin: 10px 0 12px; font-size: clamp(28px, 8.5vw, 36px); line-height: 1; }
  .steps-list p { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.52; }
  .care-pillars { margin-top: 30px; }
  .care-pillars span { font-size: 9px; line-height: 1.4; }

  .faq-layout { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .faq-heading { position: static; }
  .faq-heading h2 { max-width: 620px; margin-bottom: 22px; font-size: clamp(48px, 12vw, 64px); }
  .faq-heading > p:not(.eyebrow) { margin-bottom: 24px; font-size: 13px; line-height: 1.55; }
  .faq-item button { min-height: 78px; }
  .faq-item button span { font-size: 15px; line-height: 1.35; }
  .faq-item.is-open { padding-inline: 12px; }
  .faq-item.is-open .faq-answer p { padding: 0 8px 26px 0; font-size: 13px; line-height: 1.55; }

  .guide-lede { font-size: 17px; line-height: 1.5; }
  .guide-copy li { min-height: 56px; font-size: 12px; line-height: 1.45; }
  .closing-grid { gap: 34px; }
  .closing-action p { font-size: 13px; line-height: 1.55; }
}

@media (max-width: 540px) {
  .section { padding-block: 64px; }
  .process { padding-block: 64px; }
  .process-heading h2 { font-size: 48px; }
  .process-photo { aspect-ratio: 4 / 5; }
  .process-photo figcaption { align-items: flex-start; }
  .process-photo figcaption span { font-size: 28px; }
  .process-photo figcaption small { max-width: 180px; font-size: 8px; }
  .steps-list li { grid-template-columns: 42px minmax(0,1fr); }
  .steps-list h3 { font-size: 30px; }
  .care-pillars span { min-height: 104px; padding: 12px 6px; }

  .goals-heading h2, .treatment-entry-heading h2 { font-size: 45px; }
  .goals-heading > p, .treatment-entry-aside p { font-size: 12px; line-height: 1.55; }
  .goal-card h3 { font-size: 22px; }
  .goal-card p, .treatment-entry-card p { line-height: 1.5; }
  .treatment-entry-card h3, .treatment-entry-card-compact h3 { font-size: 27px; }

  .faq-heading h2 { font-size: 48px; }
  .guide h2 { font-size: 44px; }
  .guide-form { padding: 24px 20px; box-shadow: 8px 8px 0 rgba(23,59,48,.1); }
  .field input { height: 56px; font-size: 16px; }
  .consent { font-size: 11px; line-height: 1.55; }
  .closing h2 { font-size: 50px; }
  .footer-simple-top nav { gap: 18px 22px; }
}

/* Light homepage hero */
.site-header { color: var(--forest-deep); background: rgba(250,249,244,.88); border-bottom: 1px solid rgba(7,27,20,.14); backdrop-filter: blur(16px); }
.site-header.is-scrolled { background: rgba(250,249,244,.94); border-bottom-color: rgba(7,27,20,.16); }
.site-header .brand img { filter: brightness(0); opacity: .88; }
.site-header .site-nav a, .site-header .nav-login { color: rgba(7,27,20,.68); }
.site-header .site-nav a:hover, .site-header .nav-login:hover { color: var(--forest-deep); }
.site-header .nav-qualify { color: white; background: var(--forest-deep); }
.site-header .nav-qualify:hover { color: var(--forest-deep); background: var(--sage); }

.hero { color: var(--forest-deep); background: radial-gradient(circle at 78% 30%, rgba(169,190,162,.48), transparent 27%), radial-gradient(circle at 92% 78%, rgba(220,228,213,.72), transparent 28%), linear-gradient(135deg, #faf9f4 0%, #f2f3ec 56%, #e6ede2 100%); border-bottom-color: rgba(7,27,20,.2); }
.hero-grid { opacity: .55; background-image: linear-gradient(rgba(23,59,48,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,59,48,.08) 1px, transparent 1px); mask-image: linear-gradient(90deg, black, rgba(0,0,0,.65) 58%, transparent 90%); }
.hero-grid::after { background: repeating-linear-gradient(to bottom, rgba(23,59,48,.025) 0 1px, transparent 1px 5px); }
.hero-glow { opacity: .85; background: radial-gradient(circle, rgba(255,255,255,.92) 0, rgba(169,190,162,.27) 40%, transparent 70%); filter: blur(8px); }
.hero-eyebrow { color: var(--forest-mid); }
.hero h1 em { color: var(--forest-mid); }
.hero-subhead { color: rgba(7,27,20,.68); }
.hero .button-light { color: white; background: var(--forest-deep); border-color: var(--forest-deep); }
.hero .button-light:hover { color: var(--forest-deep); background: var(--sage); border-color: var(--sage); }
.hero .button-ghost { color: var(--forest-deep); background: rgba(255,255,255,.35); border-color: rgba(7,27,20,.42); }
.hero .button-ghost:hover { color: var(--forest-deep); background: white; border-color: var(--forest-deep); }
.hero-proof { color: rgba(7,27,20,.58); }
.hero-proof span::before { border-color: var(--forest-mid); background: rgba(169,190,162,.28); }
.hero-visual > img { filter: drop-shadow(0 26px 42px rgba(7,27,20,.2)); }
.hero .orbit { border-color: rgba(23,59,48,.25); }
.hero .orbit::before, .hero .orbit::after { border-color: rgba(23,59,48,.1); }
.hero .orbit i { background: var(--forest-mid); box-shadow: 0 0 20px rgba(36,85,69,.38); }
.hero .clinical-tag { color: white; background: rgba(7,27,20,.84); border-color: rgba(255,255,255,.42); }
.hero .clinical-tag small { color: var(--sage); }
.hero-index { color: rgba(7,27,20,.48); }

@media (max-width: 800px) {
  .site-header .menu-button { color: var(--forest-deep); }
  .site-header .site-nav { background: var(--ink); }
  .site-header .site-nav a { color: rgba(255,255,255,.82); }
  .site-header .site-nav a:hover { color: white; }
  .site-header .site-nav .mobile-nav-action { color: var(--sage); }
  .site-header .site-nav .mobile-nav-primary { color: var(--ink); }
}

/* Cinematic video hero */
.hero {
  isolation: isolate;
  background: #f7f6ef;
}
.hero-video-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: #dfe4db url("public/video/lennox-hero-poster.jpg") center / cover no-repeat;
}
.hero-video-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.78) contrast(1.03) brightness(.97);
  transform: scale(1.015);
}
.hero-video-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250,249,244,.995) 0%, rgba(250,249,244,.97) 28%, rgba(250,249,244,.84) 44%, rgba(250,249,244,.26) 65%, rgba(7,27,20,.05) 100%),
    linear-gradient(180deg, rgba(250,249,244,.18) 0%, transparent 45%, rgba(7,27,20,.28) 100%);
}
.hero-grid {
  z-index: 2;
  opacity: .4;
  mask-image: linear-gradient(90deg, black, rgba(0,0,0,.68) 44%, transparent 71%);
}
.hero-copy { z-index: 4; }
.hero-content { width: min(58%, 780px); }
.hero h1 {
  max-width: 800px;
  font-size: clamp(60px, 5.8vw, 90px);
  line-height: .91;
  text-wrap: balance;
}
.hero h1 em { display: block; }
.hero-subhead { max-width: 560px; }
.hero-actions { max-width: 610px; grid-template-columns: 1.12fr .88fr; }
.hero .button-ghost { background: rgba(250,249,244,.62); backdrop-filter: blur(12px); }
.hero-film-note {
  position: absolute;
  z-index: 5;
  right: 32px;
  bottom: 58px;
  width: min(300px, 24vw);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: white;
  background: rgba(7,27,20,.62);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(16px);
}
.hero-film-note span { font-size: 15px; font-weight: 500; letter-spacing: -.025em; }
.hero-film-note small { color: rgba(255,255,255,.66); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.hero-index { z-index: 6; }
.hero-index span:last-child { color: rgba(255,255,255,.64); }

@media (max-width: 1100px) {
  .hero-content { width: min(62%, 700px); }
  .hero h1 { font-size: clamp(58px, 7vw, 78px); }
  .hero-film-note { width: 230px; }
}

@media (max-width: 800px) {
  .hero { min-height: 860px; }
  .hero-video-media {
    inset: 66px 0 auto;
    height: 355px;
    background-position: 62% center;
  }
  .hero-video-media video { object-position: 62% center; transform: scale(1.02); }
  .hero-video-media::after {
    background:
      linear-gradient(180deg, rgba(7,27,20,.03) 0%, transparent 46%, rgba(250,249,244,.28) 68%, #f7f6ef 100%),
      linear-gradient(90deg, rgba(250,249,244,.06), transparent 40%, rgba(7,27,20,.12));
  }
  .hero-grid { opacity: .25; mask-image: linear-gradient(180deg, transparent 0 66px, black 66px, transparent 64%); }
  .hero-copy {
    min-height: 860px;
    padding-top: 390px;
    padding-bottom: 38px;
    align-items: flex-start;
  }
  .hero-content { width: 100%; padding-top: 0; }
  .hero h1 { max-width: 620px; font-size: clamp(50px, 13vw, 70px); line-height: .92; }
  .hero-subhead { max-width: 580px; margin-top: 22px; font-size: 14px; }
  .hero-actions { max-width: 580px; margin-top: 25px; }
  .hero-proof { margin-top: 22px; }
  .hero-film-note { display: none; }
}

@media (max-width: 540px) {
  .hero { min-height: 820px; }
  .hero-video-media { height: 320px; }
  .hero-copy { min-height: 820px; padding-top: 350px; padding-bottom: 30px; }
  .hero h1 { font-size: clamp(47px, 13vw, 58px); }
  .hero-subhead { font-size: 13px; line-height: 1.6; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-proof { gap: 8px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-media video { transform: none; }
}

/* Clear, always-visible navigation */
@media (min-width: 801px) and (max-width: 1180px) {
  .nav-shell {
    width: min(100% - 36px, 1140px);
    grid-template-columns: auto 1fr auto;
    gap: clamp(18px, 2.2vw, 34px);
  }
  .site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(14px, 2vw, 25px);
  }
  .site-nav a { font-size: 9px; white-space: nowrap; }
  .nav-actions { grid-column: auto; gap: 12px; }
  .nav-login { display: none; }
  .nav-qualify { min-height: 42px; padding-inline: 13px; gap: 18px; font-size: 8px; }
}

@media (max-width: 800px) {
  .site-header { background: rgba(250,249,244,.96); }
  .nav-shell { min-height: 64px; }
  .header-quicklinks {
    min-height: 44px;
    padding-inline: 15px;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    overflow-x: auto;
    color: var(--forest-deep);
    background: rgba(242,243,236,.96);
    border-top: 1px solid rgba(7,27,20,.1);
    border-bottom: 1px solid rgba(7,27,20,.14);
    scrollbar-width: none;
  }
  .header-quicklinks::-webkit-scrollbar { display: none; }
  .header-quicklinks a {
    position: relative;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: rgba(7,27,20,.72);
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .header-quicklinks a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--forest-mid);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }
  .header-quicklinks a:hover::after,
  .header-quicklinks a:focus-visible::after { transform: scaleX(1); }
  .site-nav { inset: 108px 0 0; }
  .hero-video-media { inset: 108px 0 auto; height: 315px; }
  .hero-grid { mask-image: linear-gradient(180deg, transparent 0 108px, black 108px, transparent 66%); }
  .hero-copy { padding-top: 400px; }
}

@media (max-width: 540px) {
  .header-quicklinks { justify-content: start; gap: 25px; }
  .hero { min-height: 865px; }
  .hero-video-media { height: 295px; }
  .hero-copy { min-height: 865px; padding-top: 380px; }
}

/* Interactive first care step */
.steps-list .step-link-item {
  display: block;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
}
.steps-list .step-link-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, rgba(169,190,162,.2), rgba(36,85,69,.24) 58%, rgba(169,190,162,.06));
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 520ms cubic-bezier(.2,.75,.2,1);
}
.steps-list .step-link-item:hover::after,
.steps-list .step-link-item:focus-within::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.step-link {
  min-height: inherit;
  display: grid;
  grid-template-columns: 66px minmax(0,1fr);
  color: inherit;
}
.step-link .step-number {
  padding-top: 26px;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 9px;
  transition: color 260ms ease, transform 360ms cubic-bezier(.2,.75,.2,1);
}
.step-link h3 { transition: color 280ms ease, transform 420ms cubic-bezier(.2,.75,.2,1); }
.step-link p { transition: color 280ms ease; }
.step-action-cue {
  width: fit-content;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color 280ms ease, transform 420ms cubic-bezier(.2,.75,.2,1);
}
.step-action-cue i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(169,190,162,.58);
  border-radius: 50%;
  font-style: normal;
  transition: color 280ms ease, background 280ms ease, border-color 280ms ease, transform 420ms cubic-bezier(.2,.75,.2,1);
}
.step-link:hover h3,
.step-link:focus-visible h3 {
  color: var(--sage-soft);
  transform: translateX(8px);
}
.step-link:hover p,
.step-link:focus-visible p { color: rgba(255,255,255,.78); }
.step-link:hover .step-number,
.step-link:focus-visible .step-number {
  color: white;
  transform: translateX(4px);
}
.step-link:hover .step-action-cue,
.step-link:focus-visible .step-action-cue {
  color: white;
  transform: translateX(8px);
}
.step-link:hover .step-action-cue i,
.step-link:focus-visible .step-action-cue i {
  color: var(--forest-deep);
  background: var(--sage);
  border-color: var(--sage);
  transform: rotate(12deg);
}
.step-link:focus-visible { outline-offset: -4px; }

@media (max-width: 800px) {
  .step-link { grid-template-columns: 46px minmax(0,1fr); }
  .step-link .step-number { padding-top: 25px; }
  .step-action-cue { margin-top: 16px; font-size: 8px; }
}

@media (max-width: 540px) {
  .step-link { grid-template-columns: 42px minmax(0,1fr); }
  .step-action-cue i { width: 26px; height: 26px; }
}

/* Move visitors from treatment education into the guide sooner */
.treatment-entry { padding-bottom: clamp(52px, 5vw, 74px); }

@media (max-width: 800px) {
  .treatment-entry { padding-bottom: 48px; }
}

/* Lennox answer index */
.faq-console {
  position: relative;
  overflow: hidden;
  color: var(--forest-deep);
  background: #f6f5ef;
  border-top: 1px solid rgba(7,27,20,.2);
  border-bottom: 1px solid rgba(7,27,20,.28);
}
.faq-console::before {
  content: "LENNOX / ANSWERS";
  position: absolute;
  top: 2vw;
  right: -1vw;
  color: rgba(23,59,48,.035);
  font-size: 11vw;
  font-weight: 700;
  letter-spacing: -.08em;
  white-space: nowrap;
}
.faq-console-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.15fr .48fr;
  gap: 9vw;
  align-items: end;
}
.faq-console-heading .eyebrow { color: var(--forest-mid); }
.faq-console-heading h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(58px, 7vw, 102px);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .9;
}
.faq-console-aside { padding-bottom: 4px; }
.faq-console-aside p {
  max-width: 420px;
  margin: 0 0 30px;
  color: rgba(7,27,20,.62);
  font-size: 12px;
}
.faq-console-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(7,27,20,.28);
}
.faq-console-item {
  position: relative;
  border-bottom: 1px solid rgba(7,27,20,.24);
  transition: background 300ms ease;
}
.faq-console-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--forest-mid);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 420ms cubic-bezier(.2,.75,.2,1);
}
.faq-console-item:hover { background: rgba(220,228,213,.42); }
.faq-console-item.is-open { background: linear-gradient(90deg, rgba(220,228,213,.72), rgba(220,228,213,.28)); }
.faq-console-item.is-open::before { transform: scaleY(1); }
.faq-console-item button {
  width: 100%;
  min-height: 104px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 82px minmax(0,1fr) 40px;
  align-items: center;
  gap: 20px;
  border: 0;
  color: var(--forest-deep);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.faq-console-number {
  color: rgba(7,27,20,.48);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
}
.faq-console-question {
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 500;
  letter-spacing: -.035em;
}
.faq-console-item button > i {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(7,27,20,.32);
  border-radius: 50%;
  transition: color 260ms ease, background 260ms ease, transform 420ms cubic-bezier(.2,.75,.2,1);
}
.faq-console-item button > i::before,
.faq-console-item button > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 16px;
  height: 1px;
  background: currentColor;
}
.faq-console-item button > i::after { transform: rotate(90deg); transition: transform 260ms ease; }
.faq-console-item button[aria-expanded="true"] > i {
  color: white;
  background: var(--forest-mid);
  border-color: var(--forest-mid);
  transform: rotate(8deg);
}
.faq-console-item button[aria-expanded="true"] > i::after { transform: rotate(0); }
.faq-console-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(.2,.75,.2,1);
}
.faq-console-answer > div {
  min-height: 0;
  overflow: hidden;
}
.faq-console-answer p {
  max-width: 920px;
  min-height: 0;
  margin: 0;
  padding: 0 88px 0 126px;
  color: rgba(7,27,20,.72);
  font-size: 14px;
  line-height: 1.65;
}
.faq-console-item.is-open .faq-console-answer { grid-template-rows: 1fr; }
.faq-console-item.is-open .faq-console-answer p { padding-top: 10px; padding-bottom: 34px; }

@media (max-width: 800px) {
  .faq-console-heading { margin-bottom: 42px; grid-template-columns: 1fr; gap: 28px; }
  .faq-console-heading h2 { max-width: 680px; font-size: clamp(48px, 12vw, 68px); }
  .faq-console-aside p { margin-bottom: 22px; font-size: 13px; }
  .faq-console-item button { min-height: 90px; padding-inline: 8px; grid-template-columns: 46px minmax(0,1fr) 34px; gap: 10px; }
  .faq-console-question { font-size: 19px; line-height: 1.15; }
  .faq-console-item button > i { width: 30px; height: 30px; }
  .faq-console-item button > i::before,
  .faq-console-item button > i::after { left: 7px; width: 14px; }
  .faq-console-answer p { padding-inline: 54px 42px; font-size: 14px; line-height: 1.65; }
  .faq-console-item.is-open .faq-console-answer p { padding-top: 8px; padding-bottom: 28px; }
}

@media (max-width: 540px) {
  .faq-console-heading h2 { font-size: 48px; }
  .faq-console-item button { grid-template-columns: 34px minmax(0,1fr) 30px; }
  .faq-console-question { font-size: 17px; }
  .faq-console-answer p { padding-inline: 42px 12px; }
}

/* Final goal navigator layout */
.goals .goal-grid { margin-top: 0; grid-template-columns: 1.18fr 1fr 1fr 1.18fr; grid-auto-rows: 440px; }

@media (max-width: 1050px) and (min-width: 801px) {
  .goals .goal-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 380px; }
}

@media (max-width: 800px) {
  .goals .goal-grid { width: calc(100vw - 15px); margin-top: 0; display: flex; grid-auto-rows: unset; overflow-x: auto; scroll-snap-type: x mandatory; }
  .goals .goal-card { width: min(82vw,520px); min-height: 430px; flex: 0 0 auto; }
  .goals .goal-card h3 { font-size: clamp(34px,9vw,44px); }
  .goals .goal-card p { font-size: 12px; }
}

@media (max-width: 540px) {
  .goals .goal-card { width: 84vw; min-height: 400px; padding: 18px; }
  .goals .goal-card h3 { margin-bottom: 13px; font-size: 36px; }
  .goals .goal-card p { padding-right: 44px; font-size: 11px; line-height: 1.5; }
}

/* Full-bleed, high-legibility homepage hero */
.site-header {
  color: white;
  background: linear-gradient(180deg, rgba(3, 14, 10, .52), rgba(3, 14, 10, 0));
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: none;
}
.site-header.is-scrolled,
body.menu-open .site-header {
  color: white;
  background: rgba(4, 18, 13, .9);
  border-bottom-color: rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px);
}
.site-header .brand img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.site-header .site-nav a,
.site-header .nav-login {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
}
.site-header .site-nav a:hover,
.site-header .nav-login:hover { color: white; }
.site-header .nav-qualify {
  min-height: 50px;
  padding-inline: 19px;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, .94);
  font-size: 10px;
}
.site-header .nav-qualify:hover {
  color: var(--forest-deep);
  background: var(--sage-soft);
}

.hero {
  min-height: 860px;
  color: white;
  background: var(--forest-deep);
  border-bottom: 0;
}
.hero-video-media {
  inset: 0;
  height: 100%;
  background-position: center;
}
.hero-video-media video {
  object-position: 58% center;
  filter: saturate(.86) contrast(1.06) brightness(.82);
  transform: scale(1.005);
}
.hero-video-media::after {
  background:
    linear-gradient(90deg, rgba(2, 13, 9, .82) 0%, rgba(2, 13, 9, .61) 34%, rgba(2, 13, 9, .14) 68%, rgba(2, 13, 9, .22) 100%),
    linear-gradient(180deg, rgba(2, 13, 9, .08) 52%, rgba(5, 9, 7, .96) 100%);
}
.hero-grid {
  z-index: 2;
  opacity: .17;
  background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, black, rgba(0, 0, 0, .5) 48%, transparent 76%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(100px, 15vh, 180px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 9, 7, 0), #080b09);
}
.hero-copy { z-index: 4; }
.hero-content {
  width: min(62%, 820px);
  padding-top: 76px;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .25);
}
.hero-eyebrow { color: var(--sage-soft); }
.hero h1 {
  max-width: 840px;
  color: white;
  font-size: clamp(66px, 6.2vw, 98px);
  line-height: .91;
}
.hero h1 em { color: #c7d5c1; }
.hero-subhead {
  max-width: 610px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 1.32vw, 21px);
  line-height: 1.6;
}
.hero-actions { max-width: 650px; }
.hero .button-light {
  color: var(--forest-deep);
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .96);
  text-shadow: none;
}
.hero .button-light:hover {
  color: var(--forest-deep);
  background: var(--sage-soft);
  border-color: var(--sage-soft);
}
.hero .button-ghost {
  color: white;
  background: rgba(5, 20, 14, .3);
  border-color: rgba(255, 255, 255, .62);
  backdrop-filter: blur(12px);
  text-shadow: none;
}
.hero .button-ghost:hover {
  color: var(--forest-deep);
  background: white;
  border-color: white;
}
.hero-proof {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
}
.hero-proof span::before {
  border-color: var(--sage-soft);
  background: rgba(169, 190, 162, .24);
}
.hero-film-note { bottom: 74px; }
.hero-index { color: rgba(255, 255, 255, .62); }
.process {
  margin-top: -1px;
  background: radial-gradient(circle at 50% 0, rgba(169, 190, 162, .1), transparent 27%), radial-gradient(circle at 88% 72%, rgba(43, 96, 75, .32), transparent 28%), var(--ink);
}

/* Larger reading sizes for the audience this care serves */
.button { font-size: 11px; }
.process-heading > p:last-child,
.steps-list p,
.goals-heading > p,
.goal-card p,
.treatment-entry-aside p,
.treatment-product-card p,
.faq-console-answer p,
.closing-action p { font-size: 14px; }
.guide-copy li { font-size: 13px; }

@media (min-width: 801px) and (max-width: 1180px) {
  .site-header .site-nav a { font-size: 11px; }
  .site-header .nav-qualify { min-height: 46px; padding-inline: 15px; font-size: 9px; }
}

@media (max-width: 800px) {
  .site-header {
    color: white;
    background: linear-gradient(180deg, rgba(3, 14, 10, .7), rgba(3, 14, 10, .16));
    border-bottom-color: rgba(255, 255, 255, .12);
  }
  .site-header .menu-button { color: white; }
  .nav-shell { min-height: 68px; }
  .header-quicklinks {
    min-height: 46px;
    color: white;
    background: rgba(3, 14, 10, .18);
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
  }
  .header-quicklinks a {
    min-height: 46px;
    color: rgba(255, 255, 255, .86);
    font-size: 10px;
  }
  .header-quicklinks a::after { background: var(--sage-soft); }
  .site-nav { inset: 114px 0 0; }

  .hero {
    min-height: 780px;
    height: max(780px, 100svh);
    max-height: none;
  }
  .hero-video-media {
    inset: 0;
    height: 100%;
    background-position: 62% center;
  }
  .hero-video-media video {
    object-position: 62% center;
    transform: scale(1.005);
  }
  .hero-video-media::after {
    background:
      linear-gradient(180deg, rgba(3, 14, 10, .24) 0%, rgba(3, 14, 10, .08) 30%, rgba(3, 14, 10, .62) 58%, rgba(5, 9, 7, .98) 100%),
      linear-gradient(90deg, rgba(3, 14, 10, .42), rgba(3, 14, 10, .04) 78%);
  }
  .hero-grid {
    opacity: .12;
    mask-image: linear-gradient(180deg, black, transparent 82%);
  }
  .hero-copy {
    width: calc(100% - 30px);
    min-height: 100%;
    padding-top: 150px;
    padding-bottom: 88px;
    align-items: flex-end;
  }
  .hero-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .hero h1 {
    max-width: 650px;
    font-size: clamp(52px, 12.5vw, 72px);
    line-height: .94;
  }
  .hero-subhead {
    max-width: 590px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.55;
  }
  .hero-actions { width: 100%; max-width: 100%; margin-top: 26px; }
  .hero-subhead { width: 100%; overflow-wrap: anywhere; }
  .hero-proof { margin-top: 22px; font-size: 9px; }
  .hero-film-note { display: none; }

  .process-heading > p:last-child,
  .steps-list p,
  .goals-heading > p,
  .goal-card p,
  .treatment-entry-aside p,
  .treatment-product-card p,
  .faq-console-answer p,
  .closing-action p { font-size: 15px; line-height: 1.65; }
  .guide-copy li { font-size: 14px; }
}

@media (max-width: 540px) {
  .header-quicklinks { gap: 27px; }
  .hero {
    min-height: 790px;
    height: max(790px, 100svh);
  }
  .hero-copy {
    min-height: 100%;
    padding-top: 142px;
    padding-bottom: 78px;
  }
  .hero h1 { font-size: clamp(48px, 13vw, 61px); }
  .hero-subhead { font-size: 16px; line-height: 1.55; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero .button { min-height: 58px; }
  .hero-proof { gap: 9px 17px; }
}

/* Full-bleed care journey */
.process.section {
  min-height: clamp(900px, 76vw, 1160px);
  padding-block: clamp(72px, 7vw, 110px);
  isolation: isolate;
  color: var(--forest-deep);
  background: #e9e7db;
}
.process::before { display: none; }
.process-backdrop,
.process-backdrop::after {
  position: absolute;
  inset: 0;
}
.process-backdrop { z-index: -2; }
.process-backdrop::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(247,246,239,.1) 0%, rgba(247,246,239,0) 34%, rgba(247,246,239,.16) 62%, rgba(247,246,239,.4) 100%),
    linear-gradient(180deg, rgba(247,246,239,.16), transparent 24%, transparent 76%, rgba(221,220,207,.28));
}
.process-backdrop img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.process-shell {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(540px, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(48px, 7vw, 120px);
  align-items: start;
}
.process-heading {
  z-index: 2;
  max-width: 560px;
  margin: 0;
  padding-top: 10px;
  text-shadow: 0 1px 18px rgba(250,249,244,.62);
}
.process-heading .eyebrow {
  margin-bottom: 18px;
  color: rgba(7,27,20,.64);
}
.process-heading h2 {
  font-size: clamp(50px, 5.2vw, 80px);
  font-weight: 520;
  line-height: .91;
  color: var(--forest-deep);
}
.process-heading > p:last-child {
  max-width: 400px;
  margin-top: 24px;
  color: rgba(7,27,20,.66);
  font-size: 15px;
}
.process-stack-wrap {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: min(100%, 760px);
  justify-self: end;
  margin-top: clamp(24px, 4.5vw, 74px);
  color: white;
  background: rgba(5,20,14,.89);
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: 0 35px 90px rgba(29,40,31,.28), 0 3px 14px rgba(7,27,20,.16);
  backdrop-filter: blur(18px) saturate(.8);
  -webkit-backdrop-filter: blur(18px) saturate(.8);
}
.process-stack-label {
  min-height: 52px;
  margin: 0;
  padding: 0 clamp(24px, 3vw, 38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.66);
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.process-stack-label b { color: var(--sage); font-weight: 500; }
.process .steps-list { border: 0; }
.process .steps-list li,
.process .steps-list .step-link-item {
  min-height: 190px;
  grid-template-columns: 66px 1fr;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: transparent;
}
.process .steps-list li::before {
  width: 3px;
  background: var(--sage);
}
.process .steps-list li.is-active { padding-left: 0; }
.process .steps-list li > span,
.process .step-link .step-number {
  padding: 30px 0 0 clamp(24px, 3vw, 38px);
  color: var(--sage);
}
.process .steps-list li div { padding: 27px clamp(24px, 3.2vw, 42px) 28px 0; }
.process .steps-list li small { color: rgba(255,255,255,.58); }
.process .steps-list h3 {
  max-width: 590px;
  margin: 9px 0 10px;
  color: white;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1.02;
}
.process .steps-list p {
  max-width: 610px;
  color: rgba(255,255,255,.69);
  font-size: 14px;
  line-height: 1.55;
}
.process .step-link { grid-template-columns: 66px minmax(0,1fr); }
.process .step-action-cue { margin-top: 13px; color: var(--sage); }
.process .care-pillars {
  margin: 0;
  border: 0;
  background: rgba(255,255,255,.035);
}
.process .care-pillars span {
  min-height: 76px;
  padding: 14px clamp(14px, 2vw, 24px);
  color: rgba(255,255,255,.78);
  border-color: rgba(255,255,255,.18);
}
.process .care-pillars b {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}
.process-image-note {
  align-self: end;
  max-width: 390px;
  margin: 0 0 14px;
  padding: 18px 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: white;
  background: rgba(5,20,14,.7);
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 0 18px 45px rgba(7,27,20,.12);
  backdrop-filter: blur(12px);
}
.process-image-note span {
  max-width: 180px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.process-image-note small {
  max-width: 120px;
  color: rgba(255,255,255,.68);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .07em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .process.section { min-height: 0; padding-block: 64px; }
  .process-backdrop { height: min(88vw, 700px); }
  .process-backdrop::after {
    background: linear-gradient(180deg, rgba(247,246,239,.08) 0%, rgba(247,246,239,.04) 48%, #e9e7db 96%);
  }
  .process-backdrop img { object-position: 40% center; }
  .process-shell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 28px;
  }
  .process-heading { grid-row: 1; max-width: 560px; }
  .process-heading h2 { font-size: clamp(48px, 9vw, 72px); }
  .process-stack-wrap {
    grid-column: 1;
    grid-row: 3;
    width: min(100%, 740px);
    margin-top: clamp(280px, 48vw, 420px);
    justify-self: end;
  }
  .process-image-note {
    position: absolute;
    top: clamp(290px, 45vw, 410px);
    left: 0;
    max-width: 330px;
  }
}

@media (max-width: 620px) {
  .process.section { padding-block: 44px 54px; }
  .process-backdrop { height: 530px; }
  .process-backdrop img { object-position: 40% center; }
  .process-shell { width: calc(100% - 30px); gap: 20px; }
  .process-heading { padding-top: 0; }
  .process-heading .eyebrow { margin-bottom: 14px; }
  .process-heading h2 { font-size: clamp(44px, 13vw, 58px); }
  .process-heading > p:last-child { margin-top: 18px; font-size: 14px; }
  .process-stack-wrap { margin-top: 270px; }
  .process-image-note {
    top: 330px;
    left: 0;
    max-width: 280px;
    padding: 14px 16px;
  }
  .process-image-note span { font-size: 20px; }
  .process-image-note small { max-width: 100px; font-size: 7px; }
  .process-stack-label { min-height: 48px; padding-inline: 18px; }
  .process .steps-list li,
  .process .steps-list .step-link-item { min-height: 0; grid-template-columns: 46px 1fr; }
  .process .step-link { grid-template-columns: 46px minmax(0,1fr); }
  .process .steps-list li > span,
  .process .step-link .step-number { padding: 23px 0 0 17px; }
  .process .steps-list li div { padding: 21px 18px 23px 0; }
  .process .steps-list h3 { font-size: clamp(26px, 8.4vw, 34px); }
  .process .steps-list p { font-size: 13px; }
  .process .care-pillars { grid-template-columns: 1fr; }
  .process .care-pillars span {
    min-height: 58px;
    padding: 11px 18px;
    flex-direction: row;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    text-align: left;
  }
  .process .care-pillars span:last-child { border-bottom: 0; }
}

/* Funnel sequence: hero → treatment collection → care process */
.hero + .treatment-entry {
  margin-top: -1px;
  padding-top: clamp(76px, 7vw, 112px);
  border-top: 0;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(169, 190, 162, .09), transparent 34%),
    var(--ink);
}

.hero + .treatment-entry::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 11, 9, .98), rgba(8, 11, 9, 0));
}

.treatment-entry + .journey {
  margin-top: 0;
  border-top: 1px solid rgba(7, 27, 20, .16);
}

@media (max-width: 620px) {
  .hero + .treatment-entry { padding-top: 58px; }
  .hero + .treatment-entry::after { height: 72px; }
}

/* Care journey v2: transparent steps over a full-width product image */
.process.section.journey {
  min-height: clamp(900px, 62vw, 1080px);
  padding-block: clamp(58px, 5vw, 82px);
  isolation: isolate;
  color: var(--forest-deep);
  background: #efeee5;
}
.journey.process::before { display: none; }
.journey-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}
.journey-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,246,239,.05), transparent 42%),
    linear-gradient(180deg, rgba(247,246,239,.08), transparent 72%, rgba(235,234,222,.32));
  pointer-events: none;
}
.journey-backdrop img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.journey-shell {
  min-height: calc(clamp(900px, 62vw, 1080px) - clamp(116px, 10vw, 164px));
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(590px, 1.22fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(48px, 7vw, 118px);
  align-content: center;
}
.journey-heading {
  grid-column: 2;
  max-width: 780px;
  margin-bottom: clamp(28px, 3vw, 44px);
}
.journey-heading .eyebrow {
  margin-bottom: 15px;
  color: rgba(7,27,20,.62);
}
.journey-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(48px, 4.6vw, 74px);
  font-weight: 520;
  letter-spacing: -.07em;
  line-height: .94;
}
.journey-heading > p:last-child {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(7,27,20,.66);
  font-size: 15px;
}
.journey-panel {
  grid-column: 2;
  width: min(100%, 800px);
  justify-self: end;
  align-self: start;
}
.journey-panel-label {
  min-height: 36px;
  margin: 0 0 10px;
  padding-inline: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(7,27,20,.62);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.journey-panel-label b { font-weight: inherit; }
.journey .journey-list {
  display: grid;
  gap: 11px;
  margin: 0;
  border: 0;
}
.journey .journey-list li,
.journey .journey-list .step-link-item {
  min-height: 166px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  color: var(--forest-deep);
  background: rgba(250,249,244,.68);
  border: 1px solid rgba(7,27,20,.34);
  box-shadow: 0 1px 0 rgba(255,255,255,.24) inset;
  backdrop-filter: blur(9px) saturate(.82);
  -webkit-backdrop-filter: blur(9px) saturate(.82);
  transition:
    color 360ms ease,
    background 360ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease,
    transform 360ms cubic-bezier(.2,.75,.2,1),
    backdrop-filter 360ms ease;
}
.journey .journey-list li.is-active {
  padding-left: 0;
  background: rgba(250,249,244,.72);
}
.journey .journey-list li::before {
  width: 3px;
  background: var(--forest-mid);
}
.journey .journey-list .step-link-item {
  display: block;
}
.journey .journey-list .step-link-item::after { display: none; }
.journey .journey-list li > span,
.journey .step-link .step-number {
  padding: 27px 0 0 22px;
  color: rgba(7,27,20,.66);
  font-family: var(--mono);
  font-size: 9px;
}
.journey .journey-list li div { padding: 24px 28px 25px 0; }
.journey .journey-list li small {
  color: rgba(7,27,20,.58);
  font-size: 9px;
}
.journey .journey-list h3 {
  max-width: 660px;
  margin: 8px 0 8px;
  color: inherit;
  font-size: clamp(25px, 2.25vw, 35px);
  font-weight: 520;
  line-height: 1.02;
}
.journey .journey-list p {
  max-width: 650px;
  margin: 0;
  color: rgba(7,27,20,.68);
  font-size: 13px;
  line-height: 1.5;
  transition: color 300ms ease;
}
.journey .step-link {
  width: 100%;
  min-height: inherit;
  grid-template-columns: 62px minmax(0,1fr);
  color: inherit;
}
.journey .step-action-cue {
  margin-top: 12px;
  color: var(--forest-mid);
}
.journey .step-action-cue i { border-color: rgba(7,27,20,.48); }
.journey .journey-pillars {
  margin-top: 11px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 0;
  gap: 11px;
}
.journey .journey-pillars span {
  min-height: 61px;
  padding: 10px 15px;
  color: rgba(7,27,20,.72);
  background: rgba(250,249,244,.64);
  border: 1px solid rgba(7,27,20,.27);
}
.journey .journey-pillars b {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  color: var(--forest-mid);
  border-color: rgba(7,27,20,.46);
}

@media (hover: hover) and (pointer: fine) {
  .journey .journey-list li:hover,
  .journey .journey-list li:focus-within {
    color: white;
    background: rgba(7,27,20,.96);
    border-color: var(--forest-deep);
    box-shadow: 0 22px 52px rgba(7,27,20,.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(-10px);
  }
  .journey .journey-list li:hover::before,
  .journey .journey-list li:focus-within::before { background: var(--sage); }
  .journey .journey-list li:hover > span,
  .journey .journey-list li:focus-within > span,
  .journey .journey-list li:hover small,
  .journey .journey-list li:focus-within small,
  .journey .journey-list li:hover p,
  .journey .journey-list li:focus-within p { color: rgba(255,255,255,.7); }
  .journey .journey-list li:hover .step-number,
  .journey .journey-list li:focus-within .step-number,
  .journey .journey-list li:hover .step-action-cue,
  .journey .journey-list li:focus-within .step-action-cue { color: var(--sage); }
  .journey .journey-list li:hover .step-action-cue i,
  .journey .journey-list li:focus-within .step-action-cue i { border-color: var(--sage); }
}

@media (hover: none) {
  .journey .journey-list li,
  .journey .journey-list .step-link-item,
  .journey .journey-list li.is-active {
    background: rgba(250,249,244,.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

@media (max-width: 540px) {
  .treatment-product-card > .card-price-cta { top: 12px; right: 12px; width: 108px; min-height: 98px; padding: 11px 12px 9px; }
  .treatment-entry-index { padding-right: 118px; font-size: 7px; }
  .card-price-cta strong { font-size: 29px; }
  .card-price-cta span, .card-price-cta small, .card-price-cta em { font-size: 6px; }
  .card-price-cta em { padding-top: 7px; }
  .card-price-cta-review strong { margin-block: 7px 3px; font-size: 16px; }
}

@media (max-width: 980px) {
  .process.section.journey {
    min-height: 0;
    padding: 50px 0 72px;
    background: #efeee5;
  }
  .journey-backdrop {
    height: clamp(500px, 74vw, 680px);
    inset: 0 0 auto;
  }
  .journey-backdrop::after {
    background: linear-gradient(180deg, rgba(247,246,239,.04) 0%, rgba(247,246,239,.02) 58%, #efeee5 100%);
  }
  .journey-backdrop img { object-position: 24% center; }
  .journey-shell {
    min-height: 0;
    display: block;
  }
  .journey-heading {
    width: min(64%, 540px);
    margin: 0 0 0 auto;
  }
  .journey-heading h2 { font-size: clamp(48px, 8.2vw, 70px); }
  .journey-panel {
    width: min(100%, 760px);
    margin: clamp(300px, 44vw, 410px) 0 0 auto;
  }
}

@media (max-width: 620px) {
  .process.section.journey { padding: 38px 0 54px; }
  .journey-backdrop { height: 510px; }
  .journey-backdrop img { object-position: 20% center; }
  .journey-shell { width: calc(100% - 30px); }
  .journey-heading {
    width: 70%;
    max-width: 320px;
    margin-left: auto;
  }
  .journey-heading .eyebrow { margin-bottom: 12px; font-size: 8px; }
  .journey-heading h2 { font-size: clamp(42px, 12vw, 56px); line-height: .94; }
  .journey-heading > p:last-child { margin-top: 15px; font-size: 13px; line-height: 1.5; }
  .journey-panel { margin-top: 285px; }
  .journey-panel-label { margin-bottom: 8px; }
  .journey .journey-list { gap: 8px; }
  .journey .journey-list li,
  .journey .journey-list .step-link-item {
    min-height: 0;
    grid-template-columns: 44px minmax(0,1fr);
    color: var(--forest-deep);
    background: rgba(250,249,244,.96);
    border-color: rgba(7,27,20,.3);
    box-shadow: 0 12px 30px rgba(7,27,20,.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .journey .journey-list li.is-active { background: rgba(250,249,244,.96); }
  .journey .step-link { grid-template-columns: 44px minmax(0,1fr); }
  .journey .journey-list li > span,
  .journey .step-link .step-number { padding: 21px 0 0 14px; }
  .journey .journey-list li div { padding: 19px 16px 21px 0; }
  .journey .journey-list h3 { font-size: clamp(25px, 7.5vw, 31px); }
  .journey .journey-list p { font-size: 13px; line-height: 1.5; }
  .journey .step-action-cue { margin-top: 12px; font-size: 8px; }
  .journey .journey-pillars {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
  }
  .journey .journey-pillars span {
    min-height: 54px;
    padding: 10px 14px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}

/* Mobile care story: keep the editorial headline and product portrait separate. */
@media (max-width: 620px) {
  .process.section.journey {
    padding: 0 0 54px;
    background: #efeee5;
  }

  .journey-shell {
    width: calc(100% - 30px);
    padding-top: 42px;
  }

  .journey-heading {
    width: 100%;
    max-width: none;
    min-height: 198px;
    margin: 0;
    padding: 0 2px 30px;
  }

  .journey-heading .eyebrow { margin-bottom: 11px; }
  .journey-heading h2 {
    max-width: 350px;
    font-size: clamp(42px, 12.4vw, 54px);
    line-height: .92;
  }
  .journey-heading > p:last-child {
    max-width: 340px;
    margin-top: 14px;
  }

  .journey-backdrop {
    inset: 240px 0 auto;
    height: 380px;
    border-block: 1px solid rgba(7, 27, 20, .14);
    background: #e8e8dd;
  }
  .journey-backdrop img {
    object-position: 23% center;
  }
  .journey-backdrop::after {
    background:
      linear-gradient(90deg, transparent 45%, rgba(247, 246, 239, .2) 100%),
      linear-gradient(180deg, rgba(247, 246, 239, 0) 62%, #efeee5 100%);
  }

  .journey-panel { margin-top: 390px; }
}

/* Human-centered care: a quiet editorial pause between process and guide. */
.human-care {
  position: relative;
  min-height: clamp(650px, 54vw, 820px);
  overflow: hidden;
  color: var(--forest-deep);
  background: #e8e4d8;
  border-block: 1px solid rgba(7,27,20,.18);
  isolation: isolate;
}

.human-care-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.human-care-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238,235,224,.98) 0%, rgba(238,235,224,.92) 32%, rgba(238,235,224,.6) 50%, rgba(238,235,224,.06) 72%),
    linear-gradient(180deg, rgba(7,27,20,.03), transparent 58%, rgba(7,27,20,.12));
  pointer-events: none;
}

.human-care-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

.human-care-shell {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.human-care-copy {
  width: min(46%, 660px);
  padding-block: clamp(82px, 9vw, 132px);
}

.human-care-copy .eyebrow {
  margin-bottom: 20px;
  color: rgba(7,27,20,.62);
}

.human-care-copy h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(54px, 5.3vw, 82px);
  font-weight: 520;
  letter-spacing: -.075em;
  line-height: .91;
}

.human-care-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 28px 0 32px;
  color: rgba(7,27,20,.72);
  font-size: 16px;
  line-height: 1.62;
}

.human-care-copy .button {
  width: min(100%, 330px);
}

.human-care-index {
  position: absolute;
  inset: auto clamp(20px, 3vw, 46px) 24px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  color: rgba(7,27,20,.58);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .human-care {
    min-height: 680px;
  }

  .human-care-media img { object-position: 58% center; }

  .human-care-media::after {
    background:
      linear-gradient(90deg, rgba(238,235,224,.97) 0%, rgba(238,235,224,.9) 36%, rgba(238,235,224,.48) 58%, rgba(238,235,224,.04) 78%),
      linear-gradient(180deg, rgba(7,27,20,.02), transparent 62%, rgba(7,27,20,.1));
  }

  .human-care-copy {
    width: 54%;
  }

  .human-care-copy h2 {
    font-size: clamp(50px, 7vw, 68px);
  }
}

@media (max-width: 700px) {
  .human-care {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #efede4;
  }

  .human-care-media {
    position: relative;
    z-index: 0;
    height: clamp(300px, 84vw, 410px);
    order: 1;
    overflow: hidden;
    border-bottom: 1px solid rgba(7,27,20,.16);
  }

  .human-care-media::after {
    background:
      linear-gradient(180deg, transparent 68%, rgba(239,237,228,.32) 100%),
      linear-gradient(90deg, rgba(239,237,228,.06), transparent 36%);
  }

  .human-care-media img { object-position: 66% center; }

  .human-care-shell {
    min-height: 0;
    order: 2;
    display: block;
  }

  .human-care-copy {
    width: 100%;
    padding-block: 46px 70px;
  }

  .human-care-copy .eyebrow { margin-bottom: 16px; }

  .human-care-copy h2 {
    max-width: 520px;
    font-size: clamp(44px, 12.5vw, 58px);
    line-height: .92;
  }

  .human-care-copy > p:not(.eyebrow) {
    margin: 23px 0 28px;
    font-size: 16px;
  }

  .human-care-copy .button {
    width: 100%;
    min-height: 56px;
  }

  .human-care-index {
    z-index: 2;
    inset: auto 15px 18px;
    font-size: 7px;
  }
}

/* ================================================================
   CARE COMPASS
   Goal-first discovery and an editorial bridge into the collection.
   ================================================================ */

:root { --display: "Instrument Serif", Georgia, serif; }

.hero h1,
.treatment-entry-heading h2,
.journey-heading h2,
.human-care-copy h2,
.guide-copy h2,
.faq-console-heading h2,
.closing-copy h2,
.care-compass-heading h2,
.care-goal-card h3 {
  font-family: var(--display);
  font-weight: 400;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(72px, 7.4vw, 122px);
  letter-spacing: -.052em;
  line-height: .82;
}

.hero h1 em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
}

.care-compass {
  position: relative;
  overflow: hidden;
  color: var(--forest-deep);
  background:
    radial-gradient(circle at 84% 22%, rgba(169,190,162,.34), transparent 22%),
    linear-gradient(180deg, #f5f3e9, #ebece2);
  border-bottom: 1px solid rgba(7,27,20,.2);
}

.care-compass::before {
  content: "GOALS";
  position: absolute;
  right: -2.5vw;
  top: 165px;
  color: rgba(7,27,20,.035);
  font-family: var(--sans);
  font-size: clamp(150px, 22vw, 350px);
  font-weight: 700;
  letter-spacing: -.11em;
  line-height: .8;
  pointer-events: none;
}

.care-standards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  background: #0a1711;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.care-standard {
  min-height: 118px;
  padding: 25px clamp(18px, 2.4vw, 38px);
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.care-standard:last-child { border-right: 0; }

.care-standard > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--sage);
  border: 1px solid rgba(169,190,162,.48);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 8px;
}

.care-standard p {
  margin: 0;
  line-height: 1.35;
}

.care-standard strong,
.care-standard small {
  display: block;
}

.care-standard strong {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.care-standard small {
  margin-top: 5px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.42;
}

.care-compass-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(88px, 9vw, 138px);
}

.care-compass-heading {
  display: grid;
  grid-template-columns: 1.25fr .55fr;
  align-items: end;
  gap: clamp(48px, 9vw, 150px);
}

.care-compass-heading .eyebrow {
  margin: 0 0 18px;
  color: rgba(7,27,20,.58);
}

.care-compass-heading h2 {
  margin: 0;
  font-size: clamp(68px, 8vw, 118px);
  letter-spacing: -.055em;
  line-height: .82;
}

.care-compass-heading > div:last-child > p {
  margin: 0 0 24px;
  color: rgba(7,27,20,.68);
  font-size: 15px;
  line-height: 1.65;
}

.care-goal-grid {
  margin-top: clamp(54px, 6vw, 84px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(7,27,20,.2);
  border-left: 1px solid rgba(7,27,20,.2);
}

.care-goal-card {
  position: relative;
  min-height: clamp(470px, 39vw, 590px);
  padding: 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: white;
  border-right: 1px solid rgba(7,27,20,.2);
  border-bottom: 1px solid rgba(7,27,20,.2);
  isolation: isolate;
}

.care-goal-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,15,10,.3), rgba(4,15,10,.02) 38%, rgba(4,15,10,.9)),
    linear-gradient(90deg, rgba(4,15,10,.15), transparent);
}

.care-goal-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 10px;
  opacity: 0;
  border: 1px solid rgba(220,228,213,.62);
  pointer-events: none;
  transition: opacity 280ms ease, inset 380ms cubic-bezier(.2,.75,.2,1);
}

.care-goal-card:hover::after { inset: 14px; opacity: 1; }

.care-goal-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.55) sepia(.07) hue-rotate(82deg) contrast(1.02);
  transition: transform 850ms cubic-bezier(.2,.72,.2,1), filter 500ms ease;
}

.care-goal-card:nth-child(2) > img { object-position: 46% center; }
.care-goal-card:nth-child(3) > img { object-position: 66% center; }
.care-goal-card:nth-child(4) > img { object-position: 55% center; }

.care-goal-card:hover > img {
  transform: scale(1.045);
  filter: saturate(.78) sepia(.04) hue-rotate(76deg) contrast(1.04);
}

.care-goal-number {
  position: relative;
  z-index: 3;
  color: rgba(255,255,255,.7);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.care-goal-copy {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding-right: 34px;
}

.care-goal-copy p {
  margin: 0 0 11px;
  color: var(--sage-soft);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.care-goal-card h3 {
  margin: 0;
  font-size: clamp(35px, 3vw, 50px);
  letter-spacing: -.045em;
  line-height: .94;
}

.care-goal-copy small {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  line-height: 1.5;
}

.care-goal-card > i {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  transition: color 220ms ease, background 220ms ease, transform 300ms ease;
}

.care-goal-card:hover > i {
  color: var(--forest-deep);
  background: var(--sage);
  transform: rotate(8deg);
}

.care-compass-note {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(7,27,20,.54);
  font-size: 12px;
  line-height: 1.55;
}

.care-compass + .treatment-entry {
  margin-top: -1px;
  padding-top: clamp(76px, 7vw, 112px);
  border-top: 0;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(169,190,162,.09), transparent 34%),
    var(--ink);
}

.care-compass + .treatment-entry::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8,11,9,.98), rgba(8,11,9,0));
}

@media (max-width: 1100px) {
  .care-standards { grid-template-columns: repeat(2, 1fr); }
  .care-standard:nth-child(2) { border-right: 0; }
  .care-standard:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .care-goal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .care-goal-card { min-height: 540px; }
}

@media (max-width: 800px) {
  .hero h1 { font-size: clamp(55px, 13vw, 82px); line-height: .84; }
  .care-compass-heading { grid-template-columns: 1fr; gap: 28px; }
  .care-compass-heading > div:last-child { max-width: 640px; }
  .care-compass-heading h2 { font-size: clamp(62px, 14vw, 90px); }
  .care-goal-grid {
    width: calc(100vw - 15px);
    margin-right: calc((100vw - var(--shell)) / -2);
    padding-right: 15px;
    display: flex;
    overflow-x: auto;
    border: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .care-goal-grid::-webkit-scrollbar { display: none; }
  .care-goal-card {
    width: min(78vw, 430px);
    min-height: 530px;
    flex: 0 0 auto;
    border-top: 1px solid rgba(7,27,20,.2);
    scroll-snap-align: start;
  }
}

@media (max-width: 620px) {
  .care-standards {
    grid-template-columns: 1fr;
    padding-inline: 15px;
  }
  .care-standard {
    min-height: 88px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .care-standard:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .care-standard:last-child { border-bottom: 0; }
  .care-standard small { font-size: 10px; }
  .care-compass::before { top: 380px; }
  .care-compass-inner { padding-block: 64px 78px; }
  .care-compass-heading h2 { font-size: clamp(58px, 18vw, 76px); }
  .care-compass-heading > div:last-child > p { font-size: 14px; }
  .care-goal-grid { margin-top: 42px; }
  .care-goal-card {
    width: min(84vw, 380px);
    min-height: 490px;
  }
  .care-goal-card h3 { font-size: clamp(38px, 11vw, 48px); }
  .care-compass + .treatment-entry { padding-top: 58px; }
  .care-compass + .treatment-entry::after { height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .care-goal-card > img,
  .care-goal-card::after,
  .care-goal-card > i { transition: none; }
}

/* ================================================================
   TREATMENT MEGA MENU
   A goal-aware directory with editorial product spotlights.
   ================================================================ */

body.mega-open { overflow: hidden; }

.nav-shell,
.header-quicklinks {
  position: relative;
  z-index: 14;
}

.mega-trigger {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  color: rgba(255,255,255,.88);
  background: transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease;
}

.mega-trigger:hover { color: white; }

.mega-trigger i {
  position: relative;
  width: 11px;
  height: 11px;
  display: block;
}

.mega-trigger i::before,
.mega-trigger i::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 9px;
  height: 1px;
  background: currentColor;
  transition: transform 240ms cubic-bezier(.2,.75,.2,1);
}

.mega-trigger i::after { transform: rotate(90deg); }
.mega-trigger[aria-expanded="true"] i::after { transform: rotate(0); }
.mega-trigger-mobile { display: none; }

body.mega-open .site-header {
  color: var(--forest-deep);
  background: rgba(246,245,236,.985);
  border-bottom-color: rgba(7,27,20,.17);
  backdrop-filter: none;
}

body.mega-open .site-header .brand img {
  filter: brightness(0);
  opacity: .9;
}

body.mega-open .site-header :is(.site-nav a, .nav-login, .mega-trigger) {
  color: rgba(7,27,20,.72);
}

body.mega-open .site-header :is(.site-nav a, .nav-login, .mega-trigger):hover {
  color: var(--forest-deep);
}

body.mega-open .site-header .nav-qualify {
  color: white;
  background: var(--forest-deep);
}

body.mega-open .site-header .theme-toggle {
  color: var(--forest-deep);
  background: rgba(255,255,255,.62);
  border-color: rgba(7,27,20,.2);
  box-shadow: none;
}

body.mega-open .site-header .theme-toggle-track {
  border-color: rgba(7,27,20,.18);
  background: rgba(7,27,20,.06);
}

.mega-menu {
  position: fixed;
  z-index: 12;
  inset: 82px 0 auto;
  max-height: calc(100svh - 82px);
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--forest-deep);
  background:
    radial-gradient(circle at 85% 10%, rgba(169,190,162,.2), transparent 22%),
    #f6f5ec;
  border-bottom: 1px solid rgba(7,27,20,.22);
  box-shadow: 0 34px 90px rgba(5,18,12,.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 320ms cubic-bezier(.2,.75,.2,1);
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mega-menu-shell {
  width: var(--shell);
  margin-inline: auto;
  padding-top: 30px;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: 1.45fr .72fr 2.05fr;
  gap: clamp(26px, 3.2vw, 52px);
}

.mega-label {
  min-height: 24px;
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(7,27,20,.54);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mega-label span { color: rgba(7,27,20,.34); }

.mega-treatment-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  border-top: 1px solid rgba(7,27,20,.2);
}

.mega-treatment-links a {
  position: relative;
  min-width: 0;
  min-height: 61px;
  padding: 11px 18px 10px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(7,27,20,.16);
  transition: color 180ms ease, background 180ms ease, padding 220ms ease;
}

.mega-treatment-links a:hover {
  padding-left: 31px;
  color: var(--forest);
  background: rgba(169,190,162,.14);
}

.mega-treatment-links a > span {
  position: absolute;
  top: 15px;
  left: 0;
  color: rgba(7,27,20,.38);
  font-family: var(--mono);
  font-size: 7px;
}

.mega-treatment-links strong {
  overflow: hidden;
  font-family: var(--display);
  font-size: clamp(18px,1.4vw,23px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mega-treatment-links small {
  margin-top: 3px;
  color: rgba(7,27,20,.48);
  font-size: 9px;
  line-height: 1.35;
}

.mega-resources > nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(7,27,20,.2);
}

.mega-resources > nav a {
  min-height: 54px;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(7,27,20,.16);
  font-family: var(--display);
  font-size: clamp(18px,1.3vw,22px);
  letter-spacing: -.025em;
  line-height: 1.05;
  transition: color 180ms ease, padding 220ms ease;
}

.mega-resources > nav a:hover {
  padding-left: 7px;
  color: var(--forest-mid);
}

.mega-resources > nav a span {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 9px;
}

.mega-care-note {
  margin-top: 18px;
  padding-top: 17px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 11px;
  border-top: 1px solid rgba(7,27,20,.2);
}

.mega-care-note > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7,27,20,.32);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 8px;
}

.mega-care-note p { margin: 0; line-height: 1.35; }
.mega-care-note strong { display: block; font-size: 11px; }
.mega-care-note small {
  display: block;
  margin-top: 4px;
  color: rgba(7,27,20,.52);
  font-size: 9px;
  line-height: 1.45;
}

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

.mega-feature-card {
  position: relative;
  min-height: 334px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: white;
  background: var(--forest-deep);
  isolation: isolate;
}

.mega-feature-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,15,10,.22), transparent 38%, rgba(4,15,10,.88)),
    linear-gradient(90deg, rgba(4,15,10,.18), transparent);
}

.mega-feature-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(.2,.72,.2,1), filter 350ms ease;
}

.mega-feature-light > img { object-position: center 54%; filter: saturate(.65) brightness(.82); }
.mega-feature-dark > img { object-position: center 50%; filter: saturate(.7) brightness(.85); }
.mega-feature-card:hover > img { transform: scale(1.035); filter: saturate(.85) brightness(.9); }

.mega-feature-tags {
  display: flex;
  gap: 6px;
}

.mega-feature-tags span {
  padding: 6px 8px;
  color: var(--forest-deep);
  background: rgba(246,245,236,.82);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mega-feature-card h2 {
  margin: 12px 0 0;
  color: white;
  font-family: var(--display);
  font-size: clamp(35px,3vw,52px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}

.mega-feature-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.7);
}

.mega-feature-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: white;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mega-feature-actions a:last-child {
  min-height: 38px;
  margin-bottom: 10px;
  padding: 0 11px;
  color: var(--forest-deep);
  background: rgba(246,245,236,.94);
}

.mega-menu-footer {
  min-height: 82px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(7,27,20,.34);
}

.mega-menu-footer p {
  margin: 0;
  color: rgba(7,27,20,.54);
  font-size: 11px;
}

.mega-menu-footer > a {
  min-height: 48px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: white;
  background: var(--forest-deep);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.mega-menu-footer > a:hover {
  color: var(--forest-deep);
  background: var(--sage);
}

.mega-menu-scrim {
  position: fixed;
  z-index: 10;
  inset: 82px 0 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: rgba(2,10,7,.5);
  backdrop-filter: blur(3px);
  cursor: default;
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mega-menu-grid {
    grid-template-columns: 1.35fr .72fr 1.15fr;
    gap: 24px;
  }
  .mega-featured-grid { grid-template-columns: 1fr; }
  .mega-feature-card { min-height: 350px; }
  .mega-feature-card:last-child { display: none; }
  .mega-treatment-links { column-gap: 15px; }
  .mega-treatment-links strong { font-size: 18px; }
  .mega-treatment-links small { display: none; }
}

@media (max-width: 800px) {
  body.mega-open .site-header {
    background: rgba(246,245,236,.99);
  }

  body.mega-open .site-header .menu-button { color: var(--forest-deep); }
  body.mega-open .header-quicklinks {
    color: var(--forest-deep);
    background: #efeee5;
    border-color: rgba(7,27,20,.14);
    backdrop-filter: none;
  }

  body.mega-open .header-quicklinks :is(a,.mega-trigger) {
    color: rgba(7,27,20,.74);
  }

  .mega-trigger-desktop {
    width: 100%;
    padding: 17px 0;
    justify-content: space-between;
    border-bottom: 1px solid var(--line-light);
    color: rgba(255,255,255,.88);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.045em;
  }

  .mega-trigger-mobile {
    position: relative;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,.86);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mega-trigger-mobile i { width: 9px; height: 9px; }
  .mega-trigger-mobile i::before,
  .mega-trigger-mobile i::after { top: 4px; width: 8px; }

  .mega-menu {
    inset: 114px 0 0;
    max-height: none;
    height: calc(100svh - 114px);
    box-shadow: none;
    transform: translateY(-8px);
  }

  .mega-menu-shell {
    width: calc(100% - 30px);
    padding-top: 25px;
  }

  .mega-menu-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .mega-treatment-links { column-gap: 18px; }
  .mega-treatment-links a {
    min-height: 58px;
    padding-right: 5px;
  }
  .mega-treatment-links strong { font-size: clamp(18px,5.5vw,23px); }
  .mega-treatment-links small { display: none; }

  .mega-resources > nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 18px;
  }
  .mega-resources > nav a { font-size: 19px; }

  .mega-featured-grid {
    width: calc(100vw - 15px);
    margin-right: -15px;
    padding-right: 15px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mega-featured-grid::-webkit-scrollbar { display: none; }
  .mega-feature-card {
    width: min(82vw,390px);
    min-height: 350px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .mega-feature-card h2 { font-size: 46px; }

  .mega-menu-footer {
    padding: 24px 0 30px;
    flex-direction: column;
    align-items: stretch;
  }
  .mega-menu-footer > a { justify-content: space-between; }
  .mega-menu-scrim { display: none; }
}

@media (max-width: 430px) {
  .mega-treatment-links {
    grid-template-columns: 1fr;
  }
  .mega-treatment-links a { min-height: 54px; }
  .mega-treatment-links strong { font-size: 22px; }
  .mega-resources > nav { grid-template-columns: 1fr; }
  .mega-feature-card { width: 86vw; min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu,
  .mega-trigger i::after,
  .mega-feature-card > img { transition: none; }
}

/* Refined menu: quieter directory, one decisive feature, richer motion. */
.mega-trigger {
  position: relative;
}

.mega-trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -13px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: .5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms cubic-bezier(.2,.75,.2,1);
}

.mega-trigger:is(:hover,[aria-expanded="true"])::after { transform: scaleX(1); }

.mega-menu {
  background:
    radial-gradient(circle at 82% 12%, rgba(169,190,162,.15), transparent 24%),
    #f6f5ec;
  opacity: 1;
  clip-path: inset(0 0 100% 0);
  transform: translateY(-5px);
  transition:
    clip-path 520ms cubic-bezier(.22,.8,.2,1),
    visibility 520ms ease,
    transform 520ms cubic-bezier(.22,.8,.2,1);
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--forest-deep), var(--sage), transparent 84%);
  transform: scaleX(0);
  transform-origin: left;
}

.mega-menu.is-open {
  clip-path: inset(0);
  transform: none;
}

.mega-menu.is-open::before {
  animation: mega-menu-line 760ms cubic-bezier(.2,.75,.2,1) 90ms both;
}

.mega-menu-shell { padding-top: 40px; }

.mega-menu-grid {
  grid-template-columns: minmax(0,1.35fr) minmax(380px,.82fr);
  gap: clamp(52px,7vw,112px);
}

.mega-treatment-links {
  grid-template-columns: repeat(3,minmax(0,1fr));
  column-gap: clamp(18px,2.4vw,36px);
}

.mega-treatment-links a {
  min-height: 82px;
  padding: 18px 12px 17px 28px;
  opacity: 0;
  transform: translateY(-10px);
}

.mega-treatment-links a:hover {
  padding-left: 34px;
  background: rgba(169,190,162,.1);
}

.mega-treatment-links a > span { top: 22px; }

.mega-treatment-links strong {
  font-size: clamp(23px,1.85vw,31px);
  overflow: visible;
  text-overflow: clip;
}

.mega-menu.is-open .mega-treatment-links a {
  animation: mega-link-in 480ms cubic-bezier(.2,.75,.2,1) forwards;
}

.mega-menu.is-open .mega-treatment-links a:nth-child(1) { animation-delay: 120ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(2) { animation-delay: 145ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(3) { animation-delay: 170ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(4) { animation-delay: 195ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(5) { animation-delay: 220ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(6) { animation-delay: 245ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(7) { animation-delay: 270ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(8) { animation-delay: 295ms; }
.mega-menu.is-open .mega-treatment-links a:nth-child(9) { animation-delay: 320ms; }

.mega-featured,
.mega-menu-footer {
  opacity: 0;
  transform: translateY(-12px);
}

.mega-menu.is-open .mega-featured {
  animation: mega-content-in 620ms cubic-bezier(.2,.75,.2,1) 230ms forwards;
}

.mega-menu.is-open .mega-menu-footer {
  animation: mega-content-in 560ms cubic-bezier(.2,.75,.2,1) 310ms forwards;
}

.mega-featured-grid { grid-template-columns: 1fr; }

.mega-feature-card {
  min-height: 300px;
  padding: 22px;
}

.mega-feature-card::before {
  background:
    linear-gradient(90deg, rgba(4,15,10,.5), rgba(4,15,10,.06) 64%),
    linear-gradient(180deg, rgba(4,15,10,.12), transparent 45%, rgba(4,15,10,.84));
}

.mega-feature-card > img {
  object-position: center 56%;
  transform: scale(1.055);
}

.mega-menu.is-open .mega-feature-card > img {
  animation: mega-image-settle 1.1s cubic-bezier(.2,.75,.2,1) 180ms forwards;
}

.mega-feature-card:hover > img { transform: scale(1.025); }

.mega-feature-card h2 {
  max-width: 60%;
  font-size: clamp(48px,4.2vw,66px);
}

.mega-feature-actions { grid-template-columns: 1fr auto; }

.mega-menu-footer {
  margin-top: 32px;
}

.mega-menu-footer .mega-footer-guide {
  min-height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: var(--forest-deep);
  background: transparent;
  font-family: var(--sans);
  letter-spacing: normal;
  text-transform: none;
}

.mega-menu-footer .mega-footer-guide:hover {
  color: var(--forest-mid);
  background: transparent;
}

.mega-footer-guide > span {
  font-size: 12px;
  font-weight: 600;
}

.mega-footer-guide small {
  color: rgba(7,27,20,.5);
  font-size: 10px;
}

@keyframes mega-menu-line {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes mega-link-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: none; }
}

@keyframes mega-content-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: none; }
}

@keyframes mega-image-settle {
  from { transform: scale(1.055); filter: saturate(.58) brightness(.76); }
  to { transform: scale(1); filter: saturate(.7) brightness(.86); }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mega-menu-grid {
    grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
    gap: 34px;
  }
  .mega-treatment-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mega-feature-card { min-height: 365px; }
}

@media (max-width: 800px) {
  .mega-trigger::after { right: 16px; bottom: -1px; }
  .mega-trigger-desktop::after { right: 0; }

  .mega-menu {
    clip-path: inset(0 0 100% 0);
    transition:
      clip-path 430ms cubic-bezier(.22,.8,.2,1),
      visibility 430ms ease,
      transform 430ms cubic-bezier(.22,.8,.2,1);
  }

  .mega-menu-shell { padding-top: 30px; }
  .mega-menu-grid { gap: 48px; }
  .mega-treatment-links { column-gap: 18px; }
  .mega-treatment-links a { min-height: 64px; }
  .mega-treatment-links a > span { top: 18px; }
  .mega-treatment-links strong { font-size: 23px; }

  .mega-featured-grid {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .mega-feature-card {
    width: 100%;
    min-height: 350px;
  }

  .mega-menu-footer {
    gap: 22px;
  }
}

@media (max-width: 430px) {
  .mega-treatment-links {
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 22px;
  }
  .mega-treatment-links a { min-height: 60px; }
  .mega-feature-card { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu,
  .mega-menu::before,
  .mega-treatment-links a,
  .mega-featured,
  .mega-menu-footer,
  .mega-feature-card > img {
    animation: none !important;
    transition: none !important;
  }
  .mega-menu { clip-path: none; opacity: 0; }
  .mega-menu.is-open { opacity: 1; }
  .mega-treatment-links a,
  .mega-featured,
  .mega-menu-footer { opacity: 1; transform: none; }
}

/* Welcome offer */
body.offer-open {
  overflow: hidden;
}

.offer-popup {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 40px);
}

.offer-popup[hidden] {
  display: none;
}

.offer-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(13, 31, 27, 0.72);
  opacity: 0;
  cursor: default;
  backdrop-filter: blur(5px);
  transition: opacity 420ms ease;
}

.offer-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  width: min(1080px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: hidden;
  background: var(--forest-deep, #14382f);
  box-shadow: 0 34px 100px rgba(6, 18, 15, 0.4);
  opacity: 0;
  transform: translateY(24px) scale(0.975);
  clip-path: inset(8% 4% 8% 4% round 2px);
  transition:
    opacity 360ms ease,
    transform 650ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-popup.is-open .offer-popup__backdrop {
  opacity: 1;
}

.offer-popup.is-open .offer-popup__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
  clip-path: inset(0 round 2px);
}

.offer-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(18, 49, 42, 0.28);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}

.offer-popup__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(4deg);
}

.offer-popup__close span {
  position: absolute;
  width: 17px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
}

.offer-popup__close span:first-child {
  transform: rotate(45deg);
}

.offer-popup__close span:last-child {
  transform: rotate(-45deg);
}

.offer-popup__media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #183e34;
}

.offer-popup__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 21, 0.05) 48%, rgba(7, 26, 21, 0.72) 100%),
    linear-gradient(90deg, transparent 68%, rgba(13, 42, 35, 0.3));
}

.offer-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.08);
  filter: saturate(0.9);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-popup.is-open .offer-popup__media img {
  transform: scale(1.015);
}

.offer-popup__media-note {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-popup__content {
  display: grid;
  overflow-y: auto;
  background:
    radial-gradient(circle at 92% 0%, rgba(192, 145, 82, 0.13), transparent 34%),
    var(--forest-deep, #14382f);
  color: #fff;
}

.offer-popup__form-view,
.offer-popup__success {
  align-self: center;
  padding: clamp(52px, 6vw, 82px) clamp(38px, 5vw, 72px);
}

.offer-popup__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.offer-popup__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.09em;
}

.offer-popup__content h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--display, "Instrument Serif", Georgia, serif);
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.offer-popup__content > div > p,
.offer-popup__form-view > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.65;
}

.offer-popup__form {
  margin-top: 31px;
}

.offer-popup__field {
  display: block;
}

.offer-popup__field > span:first-child {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-popup__input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 5px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 50, 42, 0.1);
}

.offer-popup__input-row input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 16px;
  background: transparent;
  color: #173a31;
  font: inherit;
}

.offer-popup__input-row input::placeholder {
  color: #82928c;
}

.offer-popup__input-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 146px;
  border: 0;
  padding: 0 18px;
  background: var(--gold, #c09352);
  color: #102f28;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.offer-popup__input-row button:hover {
  background: #d2aa72;
}

.offer-popup__input-row button:active {
  transform: scale(0.985);
}

.offer-popup__input-row button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.offer-popup__consent {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.7rem;
  line-height: 1.45;
  cursor: pointer;
}

.offer-popup__consent input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--gold, #c09352);
}

.offer-popup__status {
  min-height: 20px;
  margin: 10px 0 0 !important;
  color: #f2c8ae !important;
  font-size: 0.72rem !important;
  line-height: 1.4 !important;
}

.offer-popup__decline {
  display: block;
  width: fit-content;
  margin: 13px auto 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  padding: 2px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 0.72rem;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease;
}

.offer-popup__decline:hover {
  border-color: #fff;
  color: #fff;
}

.offer-popup__terms {
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, 0.43) !important;
  font-size: 0.62rem !important;
  line-height: 1.45 !important;
}

.offer-popup__success {
  text-align: center;
}

.offer-popup__success-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 23px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--gold, #c09352);
  font-size: 1.2rem;
}

.offer-popup__success-kicker {
  margin: 0 0 14px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-popup__success h2 {
  margin-inline: auto;
}

.offer-popup__success > p:not(.offer-popup__success-kicker) {
  margin-inline: auto;
}

.offer-popup__code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 26px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.97);
  color: #153a31;
}

.offer-popup__code-row strong {
  align-self: center;
  padding: 0 20px;
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  text-align: left;
}

.offer-popup__code-row button,
.offer-popup__explore {
  min-height: 48px;
  border: 0;
  padding: 0 19px;
  background: var(--gold, #c09352);
  color: #12342c;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.offer-popup__explore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  margin-top: 16px;
  text-decoration: none;
}

.offer-popup.is-open .offer-popup__eyebrow,
.offer-popup.is-open .offer-popup__content h2,
.offer-popup.is-open .offer-popup__form-view > p,
.offer-popup.is-open .offer-popup__form {
  animation: offerContentIn 650ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-popup.is-open .offer-popup__content h2 {
  animation-delay: 70ms;
}

.offer-popup.is-open .offer-popup__form-view > p {
  animation-delay: 120ms;
}

.offer-popup.is-open .offer-popup__form {
  animation-delay: 170ms;
}

@keyframes offerContentIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .offer-popup {
    align-items: end;
    padding: 10px;
  }

  .offer-popup__dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
  }

  .offer-popup__media {
    min-height: 210px;
    max-height: 28vh;
  }

  .offer-popup__media img {
    object-position: 50% 53%;
  }

  .offer-popup__media-note {
    right: 20px;
    bottom: 15px;
    left: 20px;
  }

  .offer-popup__content {
    overflow: visible;
  }

  .offer-popup__form-view,
  .offer-popup__success {
    padding: 34px 24px 28px;
  }

  .offer-popup__content h2 {
    max-width: 520px;
    font-size: clamp(2.45rem, 10vw, 3.6rem);
  }
}

@media (max-width: 520px) {
  .offer-popup__media {
    min-height: 176px;
    max-height: 23vh;
  }

  .offer-popup__media-note {
    display: none;
  }

  .offer-popup__close {
    top: 12px;
    right: 12px;
    background: rgba(14, 46, 38, 0.58);
  }

  .offer-popup__eyebrow {
    margin-bottom: 18px;
  }

  .offer-popup__content h2 {
    margin-bottom: 13px;
  }

  .offer-popup__form {
    margin-top: 23px;
  }

  .offer-popup__input-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 4px;
  }

  .offer-popup__input-row input,
  .offer-popup__input-row button {
    min-height: 49px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-popup__backdrop,
  .offer-popup__dialog,
  .offer-popup__media img {
    transition-duration: 1ms;
  }

  .offer-popup.is-open .offer-popup__eyebrow,
  .offer-popup.is-open .offer-popup__content h2,
  .offer-popup.is-open .offer-popup__form-view > p,
  .offer-popup.is-open .offer-popup__form {
    animation: none;
  }
}

/* Treatment pathways navigation */
.site-nav {
  gap: clamp(12px, 1.35vw, 23px);
}

.mega-trigger-desktop {
  white-space: nowrap;
}

.mobile-nav-secondary {
  display: none;
}

.mega-panel[hidden] {
  display: none;
}

.mega-panel.is-active {
  animation: megaPanelSwitch 380ms cubic-bezier(.2, .75, .2, 1) both;
}

.mega-panel .mega-treatment-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-panel .mega-treatment-links a {
  min-height: 98px;
}

.mega-panel .mega-treatment-links small {
  display: block;
  max-width: 230px;
}

.mega-panel .mega-feature-card h2 {
  max-width: 82%;
  font-size: clamp(42px, 3.8vw, 62px);
}

.mega-feature-weight > img {
  object-position: center 52%;
  filter: saturate(.72) brightness(.82);
}

.mega-feature-recovery > img {
  object-position: center 50%;
  filter: saturate(.62) brightness(.77);
}

.mega-feature-beauty > img {
  object-position: center 43%;
  filter: saturate(.66) brightness(.78);
}

.mega-feature-energy > img {
  object-position: center 55%;
  filter: saturate(.66) brightness(.8);
}

.mega-feature-explore > img {
  object-position: center 46%;
  filter: saturate(.6) brightness(.68);
}

.mega-panel-explore .mega-treatment-links strong {
  font-size: clamp(22px, 1.75vw, 29px);
}

@keyframes megaPanelSwitch {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .nav-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
  }

  .site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 1.4vw, 17px);
  }

  .mega-trigger-desktop {
    font-size: clamp(8px, .91vw, 10px);
  }

  .nav-actions {
    grid-column: auto;
    gap: 0;
  }

  .nav-login {
    display: none;
  }

  .nav-qualify {
    min-height: 43px;
    padding-inline: 12px;
    font-size: 8px;
  }

  .mega-panel .mega-menu-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 30px;
  }

  .mega-panel .mega-treatment-links a {
    min-height: 88px;
  }
}

@media (min-width: 801px) and (max-width: 960px) {
  .nav-shell {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .site-nav {
    justify-self: end;
  }

  .nav-actions {
    display: none;
  }
}

@media (max-width: 800px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-nav {
    z-index: 13;
    inset: 114px 0 0;
    width: 100%;
    height: calc(100dvh - 114px);
    padding: 24px 20px 36px;
    align-self: auto;
    justify-self: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--ink);
  }

  .mobile-nav-secondary {
    display: block;
  }

  .site-nav .mega-trigger-desktop {
    min-height: 66px;
    font-family: var(--display);
  }

  .site-nav .mobile-nav-secondary {
    font-family: var(--sans);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.025em;
  }

  .site-nav .about-nav-link {
    font-family: var(--sans);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.025em;
  }

  .header-quicklinks {
    grid-template-columns: repeat(5, max-content);
  }

  .mega-panel .mega-menu-grid {
    grid-template-columns: 1fr;
  }

  .mega-panel .mega-treatment-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-panel .mega-treatment-links a {
    min-height: 76px;
  }

  .mega-panel .mega-treatment-links small {
    display: none;
  }
}

@media (max-width: 430px) {
  .mega-panel .mega-treatment-links {
    grid-template-columns: 1fr;
  }

  .mega-panel .mega-treatment-links a {
    min-height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-panel.is-active {
    animation: none;
  }
}
