:root {
  --recovery-forest: #0d2a20;
  --recovery-deep: #071b14;
  --recovery-mid: #2c5c48;
  --recovery-moss: #879b79;
  --recovery-sage: #b9c8ad;
  --recovery-sage-soft: #dfe7d9;
  --recovery-ivory: #f6f3ea;
  --recovery-paper: #fbfaf5;
  --recovery-sand: #e9e2d3;
  --recovery-ink: #18201c;
  --recovery-muted: #5e6861;
  --recovery-line: rgba(13, 42, 32, 0.17);
  --recovery-line-light: rgba(255, 255, 255, 0.16);
  --recovery-shell: min(1280px, calc(100% - 64px));
  --recovery-serif: "Instrument Serif", Georgia, serif;
  --recovery-sans: "Manrope", sans-serif;
  --recovery-mono: "Azeret Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--recovery-ink); background: var(--recovery-paper); font-family: var(--recovery-sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { overflow-wrap: break-word; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 12px 18px; color: white; background: var(--recovery-deep); border-radius: 3px; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d8b95c; outline-offset: 4px; }

.recovery-shell { width: var(--recovery-shell); margin-inline: auto; }
.recovery-section { padding: clamp(88px, 10vw, 150px) 0; }
.recovery-eyebrow { margin: 0 0 22px; color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 11px; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.recovery-eyebrow-light { color: var(--recovery-sage); }

.recovery-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 76px; color: white; background: linear-gradient(to bottom, rgba(7,27,20,.74), transparent); transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease; }
.recovery-header.is-scrolled, .recovery-header.is-solid { background: rgba(7,27,20,.94); border-bottom: 1px solid var(--recovery-line-light); backdrop-filter: blur(18px); }
.recovery-nav-shell { height: 100%; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 32px; }
.recovery-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-family: var(--recovery-serif); font-size: 31px; line-height: 1; letter-spacing: -.045em; }
.recovery-brand img { width: 30px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }
.recovery-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.7vw, 30px); }
.recovery-nav > a, .recovery-nav-actions > a:not(.recovery-nav-cta) { color: rgba(255,255,255,.74); font-size: 11px; font-weight: 600; letter-spacing: .015em; transition: color 150ms ease; }
.recovery-nav > a:hover, .recovery-nav-actions > a:not(.recovery-nav-cta):hover { color: white; }
.recovery-nav-actions { display: flex; align-items: center; gap: 22px; }
.recovery-nav-cta { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 16px; color: var(--recovery-deep); background: var(--recovery-sage-soft); border: 1px solid var(--recovery-sage-soft); font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
.recovery-nav-cta:hover { color: white; background: transparent; transform: translateY(-2px); }
.recovery-menu-button, .recovery-mobile-login, .recovery-mobile-cta { display: none; }

.recovery-hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; overflow: hidden; color: white; background: var(--recovery-deep); }
.recovery-hero-media, .recovery-hero-shade { position: absolute; inset: 0; }
.recovery-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.recovery-hero-shade { background: linear-gradient(90deg, rgba(4,19,14,.9) 0%, rgba(4,19,14,.69) 40%, rgba(4,19,14,.16) 72%, rgba(4,19,14,.28) 100%), linear-gradient(0deg, rgba(4,19,14,.66), transparent 42%); }
.recovery-hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.recovery-hero-layout { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.recovery-hero-copy { width: min(690px, 62%); padding-top: 60px; }
.recovery-hero h1 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(76px, 8vw, 126px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.recovery-hero h1 em { color: var(--recovery-sage-soft); font-weight: 400; }
.recovery-hero-lede { max-width: 660px; margin: 35px 0 0; color: rgba(255,255,255,.76); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; }
.recovery-actions { max-width: 660px; margin-top: 36px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 12px; }
.recovery-button { min-height: 58px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid transparent; font-family: var(--recovery-mono); font-size: 10px; font-weight: 600; letter-spacing: .065em; line-height: 1.25; text-transform: uppercase; transition: color 170ms ease, background 170ms ease, border-color 170ms ease, transform 170ms ease; }
.recovery-button:hover { transform: translateY(-3px); }
.recovery-button-light { color: var(--recovery-deep); background: var(--recovery-paper); border-color: var(--recovery-paper); }
.recovery-button-light:hover { background: var(--recovery-sage); border-color: var(--recovery-sage); }
.recovery-button-glass { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.38); backdrop-filter: blur(8px); }
.recovery-button-glass:hover { background: rgba(255,255,255,.14); border-color: white; }
.recovery-button-dark { color: white; background: var(--recovery-forest); border-color: var(--recovery-forest); }
.recovery-button-dark:hover { color: var(--recovery-deep); background: var(--recovery-sage); border-color: var(--recovery-sage); }
.recovery-button-sage { color: var(--recovery-deep); background: var(--recovery-sage); border-color: var(--recovery-sage); }
.recovery-button-sage:hover { background: white; border-color: white; }
.recovery-qualification { max-width: 640px; margin: 21px 0 0; color: rgba(255,255,255,.58); font-size: 11px; }
.recovery-hero-index { position: absolute; inset: auto 0 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-family: var(--recovery-mono); font-size: 9px; letter-spacing: .1em; }

.recovery-trust { color: white; background: var(--recovery-forest); border-top: 1px solid rgba(255,255,255,.12); }
.recovery-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.recovery-trust-grid > div { min-height: 108px; padding: 26px 24px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-right: 1px solid var(--recovery-line-light); }
.recovery-trust-grid > div:first-child { border-left: 1px solid var(--recovery-line-light); }
.recovery-trust-grid span { color: var(--recovery-sage); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .1em; }
.recovery-trust-grid strong { font-size: 13px; font-weight: 500; line-height: 1.45; }

.recovery-section-intro { margin-bottom: 58px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 9vw; align-items: end; }
.recovery-section-intro h2, .recovery-editorial-copy h2, .recovery-feature-copy h2, .recovery-safety-heading h2, .recovery-topical-copy h2, .recovery-faq-heading h2, .recovery-final h2 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(55px, 6.1vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.recovery-section-intro > p { max-width: 480px; margin: 0 0 5px; color: var(--recovery-muted); font-size: 14px; }
.recovery-recognition { background: var(--recovery-ivory); }
.recovery-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--recovery-line); border-left: 1px solid var(--recovery-line); }
.recovery-signal-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--recovery-line); border-bottom: 1px solid var(--recovery-line); transition: background 180ms ease, transform 180ms ease; }
.recovery-signal-card:hover { background: rgba(185,200,173,.22); transform: translateY(-4px); }
.recovery-signal-card > span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 9px; }
.recovery-signal-card h3 { margin: auto 0 16px; font-family: var(--recovery-serif); font-size: 32px; font-weight: 400; line-height: 1.02; }
.recovery-signal-card p { margin: 0; color: var(--recovery-muted); font-size: 12px; }

.recovery-program { color: white; background: radial-gradient(circle at 85% 20%, rgba(93,132,106,.27), transparent 30%), var(--recovery-deep); }
.recovery-editorial-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 9vw; align-items: center; }
.recovery-editorial-copy > p:not(.recovery-eyebrow) { max-width: 590px; margin: 31px 0 0; color: rgba(255,255,255,.65); font-size: 14px; }
.recovery-text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; color: var(--recovery-forest); border-bottom: 1px solid currentColor; font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.recovery-text-link-light { margin-top: 30px; color: var(--recovery-sage); }
.recovery-program-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--recovery-line-light); }
.recovery-program-list li { min-height: 134px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--recovery-line-light); }
.recovery-program-list li > span { align-self: start; padding-top: 28px; color: var(--recovery-sage); font-family: var(--recovery-mono); font-size: 9px; }
.recovery-program-list h3 { margin: 0 0 7px; font-family: var(--recovery-serif); font-size: 29px; font-weight: 400; }
.recovery-program-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }

.recovery-sermorelin { background: var(--recovery-paper); }
.recovery-feature-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: 8vw; align-items: center; }
.recovery-feature-media { position: relative; min-height: 650px; background: var(--recovery-sand); overflow: hidden; }
.recovery-feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.recovery-feature-media span { position: absolute; inset: auto 0 0; padding: 15px 19px; color: white; background: rgba(7,27,20,.84); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.recovery-feature-copy h2 { font-size: clamp(55px, 5.5vw, 84px); }
.recovery-feature-copy > p:not(.recovery-eyebrow) { margin: 25px 0 0; color: var(--recovery-muted); font-size: 14px; }
.recovery-inline-actions { margin-top: 30px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.recovery-inline-actions .recovery-button { min-width: 285px; }
.recovery-disclosure { margin-top: 27px; padding: 18px 20px; color: #39423c; background: #edf0e8; border-left: 3px solid var(--recovery-moss); font-size: 11px; line-height: 1.6; }

.recovery-process { background: #e9ede5; }
.recovery-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--recovery-line); border-left: 1px solid var(--recovery-line); }
.recovery-process-grid li { min-height: 380px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--recovery-line); border-bottom: 1px solid var(--recovery-line); }
.recovery-process-grid li > span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 9px; }
.recovery-process-grid li > div { margin-top: auto; }
.recovery-process-grid small { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.recovery-process-grid h3 { margin: 16px 0; font-family: var(--recovery-serif); font-size: 38px; font-weight: 400; line-height: 1; }
.recovery-process-grid p { margin: 0; color: var(--recovery-muted); font-size: 12px; }

.recovery-safety { color: white; background: var(--recovery-forest); }
.recovery-safety-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 10vw; }
.recovery-safety-heading { position: sticky; top: 120px; align-self: start; }
.recovery-safety-heading p:last-child { max-width: 440px; margin: 29px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.recovery-safety-points { border-top: 1px solid var(--recovery-line-light); }
.recovery-safety-points article { padding: 28px 0 31px; display: grid; grid-template-columns: 50px minmax(150px, .62fr) minmax(210px, 1fr); gap: 24px; align-items: start; border-bottom: 1px solid var(--recovery-line-light); }
.recovery-safety-points article > span { color: var(--recovery-sage); font-family: var(--recovery-mono); font-size: 9px; }
.recovery-safety-points h3 { margin: 0; font-family: var(--recovery-serif); font-size: 26px; font-weight: 400; line-height: 1.08; }
.recovery-safety-points article p { margin: 2px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.recovery-source-note { margin: 22px 0 0; color: rgba(255,255,255,.56); font-size: 11px; }
.recovery-source-note a { color: var(--recovery-sage); text-decoration: underline; text-underline-offset: 3px; }

.recovery-topical { background: var(--recovery-ivory); overflow: hidden; }
.recovery-topical-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 8vw; }
.recovery-topical-copy > p:not(.recovery-eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--recovery-muted); font-size: 14px; }
.recovery-topical-copy .recovery-smallprint { font-size: 11px !important; }
.recovery-topical-copy .recovery-button { min-width: 260px; margin-top: 30px; }
.recovery-topical-media { position: relative; min-height: 650px; background: radial-gradient(circle at 50% 35%, white, transparent 34%), #dce4d5; }
.recovery-topical-media::before { content: "TOPICAL / SECONDARY OPTION"; position: absolute; z-index: 2; top: 20px; left: 20px; color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .09em; }
.recovery-topical-media img { position: absolute; inset: 3% 10%; width: 80%; height: 94%; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(13,42,32,.19)); }

.recovery-explore { background: var(--recovery-paper); }
.recovery-explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.recovery-explore-card { position: relative; min-height: 350px; padding: 28px; display: flex; flex-direction: column; background: var(--recovery-ivory); border: 1px solid var(--recovery-line); transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.recovery-explore-card:hover { color: white; background: var(--recovery-forest); transform: translateY(-5px); }
.recovery-explore-card > span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.recovery-explore-card:hover > span { color: var(--recovery-sage); }
.recovery-explore-card h3 { margin: auto 0 15px; font-family: var(--recovery-serif); font-size: 43px; font-weight: 400; line-height: 1; }
.recovery-explore-card p { max-width: 340px; margin: 0; color: var(--recovery-muted); font-size: 12px; }
.recovery-explore-card:hover p { color: rgba(255,255,255,.62); }
.recovery-explore-card b { position: absolute; top: 25px; right: 27px; font-size: 18px; font-weight: 400; }

.recovery-faq { background: var(--recovery-ivory); }
.recovery-faq-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr); gap: 10vw; }
.recovery-faq-heading { position: sticky; top: 120px; align-self: start; }
.recovery-faq-heading p:last-child { margin: 25px 0 0; color: var(--recovery-muted); font-size: 12px; }
.recovery-faq-heading a { color: var(--recovery-mid); text-decoration: underline; text-underline-offset: 3px; }
.recovery-accordion { border-top: 1px solid var(--recovery-line); }
.recovery-faq-item { border-bottom: 1px solid var(--recovery-line); }
.recovery-faq-item h3 { margin: 0; }
.recovery-faq-item button { width: 100%; min-height: 90px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.recovery-faq-item button span { font-size: 15px; font-weight: 500; }
.recovery-faq-item button i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.recovery-faq-item button i::before, .recovery-faq-item button i::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
.recovery-faq-item button i::after { transform: rotate(90deg); }
.recovery-faq-item button[aria-expanded="true"] { color: var(--recovery-mid); }
.recovery-faq-item button[aria-expanded="true"] i::after { transform: none; }
.recovery-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 220ms ease; }
.recovery-faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--recovery-muted); font-size: 13px; }
.recovery-faq-item.is-open .recovery-faq-answer { grid-template-rows: 1fr; }
.recovery-faq-item.is-open .recovery-faq-answer p { padding: 0 44px 30px 0; }

.recovery-final { padding: clamp(85px, 10vw, 140px) 0; color: white; background: radial-gradient(circle at 80% 25%, rgba(135,155,121,.25), transparent 30%), var(--recovery-deep); }
.recovery-final-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 10vw; align-items: end; }
.recovery-final-grid > div:last-child > p { margin: 0 0 27px; color: rgba(255,255,255,.64); font-size: 14px; }
.recovery-final .recovery-button { width: 100%; }
.recovery-final small { display: block; margin-top: 14px; color: rgba(255,255,255,.48); font-size: 10px; }

.recovery-footer { padding: 72px 0 30px; color: rgba(255,255,255,.68); background: #06130f; }
.recovery-footer-main { padding-bottom: 58px; display: grid; grid-template-columns: 1.6fr repeat(2, .7fr); gap: 5vw; border-bottom: 1px solid var(--recovery-line-light); }
.recovery-brand-light { color: white; }
.recovery-footer-brand p { max-width: 300px; margin: 24px 0 0; font-family: var(--recovery-serif); font-size: 27px; line-height: 1.15; }
.recovery-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.recovery-footer nav h2 { margin: 0 0 9px; color: var(--recovery-sage); font-family: var(--recovery-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.recovery-footer nav a { font-size: 11px; }
.recovery-footer nav a:hover { color: white; }
.recovery-footer-legal { padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; font-size: 9px; }
.recovery-footer-legal p { max-width: 830px; margin: 0; }
.recovery-footer-legal span { white-space: nowrap; }
.recovery-footer-legal a { color: rgba(255,255,255,.74); text-decoration: underline; text-underline-offset: 3px; }
.recovery-footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 12px; }
.recovery-footer-meta .legal-copyright { width: 100%; text-align: right; }

.recovery-subpage-hero { min-height: 720px; height: 86svh; max-height: 880px; }
.recovery-subpage-hero .recovery-hero-copy { width: min(760px, 66%); }
.recovery-subpage-hero h1 { font-size: clamp(70px, 7.5vw, 114px); }
.recovery-breadcrumb { margin: 0 0 29px; display: flex; gap: 10px; color: rgba(255,255,255,.58); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.recovery-breadcrumb a:hover { color: white; }
.recovery-content-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 10vw; }
.recovery-content-aside { position: sticky; top: 115px; align-self: start; }
.recovery-content-aside h2 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(48px, 4.8vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.recovery-content-aside > p:last-child { margin: 26px 0 0; color: var(--recovery-muted); font-size: 13px; }
.recovery-detail-stack { border-top: 1px solid var(--recovery-line); }
.recovery-detail-item { padding: 28px 0 30px; display: grid; grid-template-columns: 52px 1fr; gap: 22px; border-bottom: 1px solid var(--recovery-line); }
.recovery-detail-item > span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 9px; }
.recovery-detail-item h3 { margin: 0 0 11px; font-family: var(--recovery-serif); font-size: 30px; font-weight: 400; line-height: 1; }
.recovery-detail-item p { margin: 0; color: var(--recovery-muted); font-size: 13px; }
.recovery-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.recovery-option-card { min-height: 270px; padding: 27px; background: var(--recovery-paper); border: 1px solid var(--recovery-line); }
.recovery-option-card span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.recovery-option-card h3 { margin: 70px 0 13px; font-family: var(--recovery-serif); font-size: 31px; font-weight: 400; line-height: 1; }
.recovery-option-card p { margin: 0; color: var(--recovery-muted); font-size: 12px; }
.recovery-note { padding: 22px; color: #39423c; background: #e8ece3; border-left: 3px solid var(--recovery-moss); font-size: 12px; }
.recovery-note strong { color: var(--recovery-forest); }
.recovery-pricing-copy { margin: 24px 0 0; color: var(--recovery-muted); font-size: 13px; }

.library-recovery-hero .recovery-hero-media img { object-position: center; }
.library-program-feature { background: var(--recovery-paper); }
.library-program-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 8vw; align-items: center; }
.library-program-copy h2 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(70px, 8vw, 116px); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.library-program-copy > p:not(.recovery-eyebrow, .library-qualification) { max-width: 620px; margin: 30px 0 0; color: var(--recovery-muted); font-size: 14px; }
.library-program-copy ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--recovery-line); }
.library-program-copy li { padding: 12px 0; color: var(--recovery-muted); border-bottom: 1px solid var(--recovery-line); font-size: 12px; }
.library-program-copy li::before { content: "+"; margin-right: 12px; color: var(--recovery-mid); font-family: var(--recovery-mono); }
.library-qualification { margin: 22px 0 0; color: var(--recovery-muted); font-size: 10px; }
.library-program-art { position: relative; min-height: 650px; overflow: hidden; background: var(--recovery-sand); }
.library-program-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.library-program-art > span { position: absolute; top: 20px; left: 20px; padding: 9px 11px; color: white; background: rgba(7,27,20,.82); font-family: var(--recovery-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.library-program-art > a { position: absolute; inset: auto 0 0; min-height: 66px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: white; background: rgba(7,27,20,.92); font-family: var(--recovery-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.library-program-art > a:hover { background: var(--recovery-mid); }
.library-tier-secondary { background: #e9ede5; }
.library-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.library-card-grid-feature { grid-template-columns: minmax(0, 1fr); }
.library-card-grid-feature .library-treatment-card { grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); min-height: 550px; }
.library-card-grid-feature .library-card-body { padding: clamp(30px, 5vw, 68px); }
.library-card-grid-feature .library-card-body h3 { font-size: clamp(52px, 6vw, 82px); }
.library-education-section { color: white; background: var(--recovery-forest); }
.library-education-section .recovery-section-intro > p { color: rgba(255,255,255,.6); }
.library-treatment-card { min-width: 0; display: grid; grid-template-rows: 310px 1fr; background: var(--recovery-paper); border: 1px solid var(--recovery-line); }
.library-education-section .library-treatment-card { color: white; background: rgba(255,255,255,.045); border-color: var(--recovery-line-light); }
.library-card-media { position: relative; min-height: 0; overflow: hidden; background: #e4e8df; }
.library-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.7,.2,1); }
.library-card-media:hover img { transform: scale(1.035); }
.library-card-media > span { position: absolute; inset: auto 12px 12px; width: max-content; max-width: calc(100% - 24px); padding: 8px 10px; color: white; background: rgba(7,27,20,.82); font-family: var(--recovery-mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.library-card-body { padding: 25px; display: flex; flex-direction: column; }
.library-card-kicker { margin: 0 0 18px !important; color: var(--recovery-mid) !important; font-family: var(--recovery-mono); font-size: 8px !important; letter-spacing: .08em; text-transform: uppercase; }
.library-education-section .library-card-kicker { color: var(--recovery-sage) !important; }
.library-card-body h3 { margin: 0; font-family: var(--recovery-serif); font-size: 40px; font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.library-card-body > p:not(.library-card-kicker, .library-card-price) { margin: 18px 0 0; color: var(--recovery-muted); font-size: 12px; }
.library-education-section .library-card-body > p:not(.library-card-kicker, .library-card-price) { color: rgba(255,255,255,.58); }
.library-card-price { margin: 18px 0 0; color: var(--recovery-muted); font-size: 10px; }
.library-card-price strong { color: var(--recovery-forest); }
.library-card-actions { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.library-card-actions > a { font-family: var(--recovery-mono); font-size: 8px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.library-card-actions > a:first-child { padding-bottom: 4px; border-bottom: 1px solid currentColor; }
.library-card-action { padding: 11px 12px; display: inline-flex; gap: 14px; color: white; background: var(--recovery-forest); }
.library-card-action:hover { background: var(--recovery-mid); }
.library-noscript { margin-block: 30px; padding: 18px; color: var(--recovery-muted); border: 1px solid var(--recovery-line); font-size: 12px; }
.library-noscript a { color: var(--recovery-mid); text-decoration: underline; }

.recovery-sitelink-grid { grid-template-columns: repeat(2, 1fr); }
.recovery-sitelink-grid .recovery-explore-card { min-height: 330px; }
.recovery-quick-links { margin-top: 14px; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--recovery-line); }
.recovery-quick-links a { min-height: 76px; padding: 18px; display: flex; align-items: center; justify-content: center; color: var(--recovery-forest); border-right: 1px solid var(--recovery-line); font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-align: center; text-transform: uppercase; transition: color 170ms ease, background 170ms ease; }
.recovery-quick-links a:last-child { border-right: 0; }
.recovery-quick-links a:hover { color: white; background: var(--recovery-forest); }

.seo-page-hero { position: relative; min-height: 610px; padding: 165px 0 90px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--recovery-deep); }
.seo-page-hero-media, .seo-page-hero-shade { position: absolute; inset: 0; }
.seo-page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.seo-page-hero-shade { background: linear-gradient(90deg, rgba(4,19,14,.94) 0%, rgba(4,19,14,.78) 48%, rgba(4,19,14,.24) 100%), linear-gradient(0deg, rgba(4,19,14,.68), transparent 55%); }
.seo-page-hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 88px 88px; }
.seo-page-hero-content { position: relative; z-index: 1; max-width: 820px; }
.seo-page-hero h1 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(68px, 7.6vw, 112px); font-weight: 400; letter-spacing: -.052em; line-height: .87; }
.seo-page-hero h1 em { color: var(--recovery-sage-soft); font-weight: 400; }
.seo-page-hero-lede { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.2vw, 18px); }
.seo-page-section { padding: clamp(78px, 9vw, 130px) 0; }
.seo-page-section-alt { background: var(--recovery-ivory); }
.seo-page-section-dark { color: white; background: var(--recovery-forest); }
.seo-page-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 9vw; align-items: start; }
.seo-page-intro h2, .seo-page-section-head h2 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(52px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .93; }
.seo-page-copy { color: var(--recovery-muted); font-size: 14px; }
.seo-page-copy > :first-child { margin-top: 0; }
.seo-page-copy > :last-child { margin-bottom: 0; }
.seo-page-copy a { color: var(--recovery-mid); text-decoration: underline; text-underline-offset: 3px; }
.seo-page-card-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--recovery-line); border-left: 1px solid var(--recovery-line); }
.seo-page-card { min-height: 290px; padding: 27px; display: flex; flex-direction: column; background: var(--recovery-paper); border-right: 1px solid var(--recovery-line); border-bottom: 1px solid var(--recovery-line); }
.seo-page-card > span { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.seo-page-card h2, .seo-page-card h3 { margin: auto 0 15px; font-family: var(--recovery-serif); font-size: 34px; font-weight: 400; line-height: 1; }
.seo-page-card p { margin: 0; color: var(--recovery-muted); font-size: 12px; }
.seo-page-card a { margin-top: 21px; width: max-content; color: var(--recovery-forest); border-bottom: 1px solid currentColor; font-family: var(--recovery-mono); font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.seo-page-section-dark .seo-page-card-grid { border-color: var(--recovery-line-light); }
.seo-page-section-dark .seo-page-card { background: rgba(255,255,255,.045); border-color: var(--recovery-line-light); }
.seo-page-section-dark .seo-page-card > span, .seo-page-section-dark .seo-page-card a { color: var(--recovery-sage); }
.seo-page-section-dark .seo-page-card p { color: rgba(255,255,255,.62); }
.seo-page-section-head { max-width: 850px; }
.seo-page-section-head > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--recovery-muted); font-size: 14px; }
.seo-page-section-dark .seo-page-section-head > p:last-child { color: rgba(255,255,255,.65); }
.seo-page-link-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--recovery-line); }
.seo-page-link-list li { border-bottom: 1px solid var(--recovery-line); }
.seo-page-link-list a { min-height: 95px; padding: 18px 0; display: grid; grid-template-columns: 54px minmax(210px, .6fr) 1fr 24px; gap: 25px; align-items: center; }
.seo-page-link-list a > span:first-child { color: var(--recovery-mid); font-family: var(--recovery-mono); font-size: 9px; }
.seo-page-link-list strong { font-family: var(--recovery-serif); font-size: 27px; font-weight: 400; line-height: 1; }
.seo-page-link-list small { color: var(--recovery-muted); font-size: 12px; }
.seo-page-link-list b { font-weight: 400; }
.seo-page-notice { margin-top: 45px; padding: 22px 24px; color: #39423c; background: #e8ece3; border-left: 3px solid var(--recovery-moss); font-size: 12px; }
.seo-page-faq { margin-top: 50px; border-top: 1px solid var(--recovery-line); }
.seo-page-faq details { border-bottom: 1px solid var(--recovery-line); }
.seo-page-faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 15px; font-weight: 600; list-style: none; }
.seo-page-faq summary::-webkit-details-marker { display: none; }
.seo-page-faq summary::after { content: "+"; color: var(--recovery-mid); font-family: var(--recovery-serif); font-size: 28px; font-weight: 400; }
.seo-page-faq details[open] summary::after { content: "−"; }
.seo-page-faq details p { max-width: 820px; margin: -3px 0 28px; color: var(--recovery-muted); font-size: 13px; }
.seo-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.seo-contact-card { min-height: 300px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; background: var(--recovery-ivory); border: 1px solid var(--recovery-line); }
.seo-contact-card h2 { margin: 0; font-family: var(--recovery-serif); font-size: clamp(43px, 4.8vw, 68px); font-weight: 400; line-height: .95; }
.seo-contact-card p { color: var(--recovery-muted); font-size: 13px; }
.seo-contact-card .recovery-button { margin-top: auto; width: 100%; }

.reveal, .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .recovery-nav-shell { grid-template-columns: 150px 1fr auto; gap: 20px; }
  .recovery-nav { gap: 15px; }
  .recovery-nav > a:nth-last-of-type(1) { display: none; }
  .recovery-nav-actions > a:not(.recovery-nav-cta) { display: none; }
  .recovery-signal-grid { grid-template-columns: repeat(2, 1fr); }
  .recovery-editorial-grid, .recovery-feature-grid, .recovery-topical-grid { gap: 5vw; }
  .recovery-nav { gap: 12px; }
  .recovery-nav > a, .recovery-nav-actions > a:not(.recovery-nav-cta) { font-size: 10px; }
}

@media (max-width: 800px) {
  :root { --recovery-shell: min(100% - 32px, 720px); }
  .recovery-section { padding: 82px 0; }
  .recovery-header { height: 68px; background: rgba(7,27,20,.95); border-bottom: 1px solid var(--recovery-line-light); }
  .recovery-nav-shell { grid-template-columns: 1fr auto; }
  .recovery-menu-button { position: relative; width: 46px; height: 46px; display: block; padding: 0; border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; }
  .recovery-menu-button > span:not(.sr-only) { position: absolute; left: 12px; width: 20px; height: 1px; background: white; transition: transform 170ms ease, top 170ms ease; }
  .recovery-menu-button > span:nth-last-child(2) { top: 18px; }
  .recovery-menu-button > span:last-child { top: 26px; }
  .recovery-menu-button[aria-expanded="true"] > span:nth-last-child(2) { top: 22px; transform: rotate(45deg); }
  .recovery-menu-button[aria-expanded="true"] > span:last-child { top: 22px; transform: rotate(-45deg); }
  .recovery-nav { position: fixed; inset: 68px 0 0; padding: 24px 20px 34px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; color: white; background: var(--recovery-deep); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease; }
  .recovery-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .recovery-nav > a { display: block !important; padding: 13px 0; color: white; border-bottom: 1px solid var(--recovery-line-light); font-family: var(--recovery-serif); font-size: 29px; font-weight: 400; line-height: 1.1; }
  .recovery-nav .recovery-mobile-login { display: block !important; margin-top: 15px; color: var(--recovery-sage); font-family: var(--recovery-mono); font-size: 10px; text-align: center; text-transform: uppercase; }
  .recovery-nav .recovery-mobile-cta { display: block !important; margin-top: 10px; padding: 17px; color: var(--recovery-deep); background: var(--recovery-sage); border: 0; font-family: var(--recovery-mono); font-size: 10px; text-align: center; text-transform: uppercase; }
  .recovery-nav-actions { display: none; }
  .recovery-hero { min-height: 820px; height: auto; max-height: none; }
  .recovery-hero-media { height: 370px; top: 68px; }
  .recovery-hero-media img { object-position: 68% center; }
  .recovery-hero-shade { background: linear-gradient(0deg, var(--recovery-deep) 0%, rgba(7,27,20,.84) 48%, rgba(7,27,20,.08) 75%), linear-gradient(90deg, rgba(7,27,20,.15), rgba(7,27,20,.3)); }
  .recovery-hero-layout { min-height: 820px; align-items: flex-end; padding-bottom: 40px; }
  .recovery-hero-copy { width: 100%; padding-top: 400px; }
  .recovery-hero h1 { font-size: clamp(58px, 17vw, 82px); line-height: .86; }
  .recovery-hero-lede { margin-top: 24px; font-size: 14px; }
  .recovery-actions { grid-template-columns: 1fr; margin-top: 27px; }
  .recovery-hero-index { display: none; }
  .recovery-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .recovery-trust-grid > div, .recovery-trust-grid > div:first-child { min-height: 100px; border-left: 0; border-bottom: 1px solid var(--recovery-line-light); }
  .recovery-section-intro, .recovery-editorial-grid, .recovery-feature-grid, .recovery-safety-layout, .recovery-topical-grid, .recovery-faq-layout, .recovery-final-grid, .recovery-content-grid { grid-template-columns: 1fr; gap: 48px; }
  .recovery-section-intro { margin-bottom: 42px; }
  .recovery-section-intro h2, .recovery-editorial-copy h2, .recovery-feature-copy h2, .recovery-safety-heading h2, .recovery-topical-copy h2, .recovery-faq-heading h2, .recovery-final h2 { font-size: clamp(50px, 14vw, 66px); }
  .recovery-signal-card { min-height: 260px; }
  .recovery-editorial-grid { gap: 62px; }
  .recovery-feature-media, .recovery-topical-media { min-height: 500px; }
  .recovery-feature-media { order: 2; }
  .recovery-feature-copy { order: 1; }
  .recovery-process-grid { grid-template-columns: 1fr; }
  .recovery-process-grid li { min-height: 280px; }
  .recovery-safety-heading, .recovery-faq-heading, .recovery-content-aside { position: static; }
  .recovery-explore-grid { grid-template-columns: 1fr; }
  .recovery-explore-card { min-height: 280px; }
  .recovery-footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .recovery-footer-brand { grid-column: 1 / -1; }
  .recovery-subpage-hero { min-height: 760px; height: auto; }
  .recovery-subpage-hero .recovery-hero-copy { width: 100%; }
  .recovery-option-grid { grid-template-columns: 1fr; }
  .library-program-grid { grid-template-columns: 1fr; gap: 55px; }
  .library-program-art { min-height: 540px; }
  .library-card-grid { grid-template-columns: repeat(2, 1fr); }
  .library-card-grid-feature { grid-template-columns: 1fr; }
  .library-card-grid-feature .library-treatment-card { grid-template-columns: 1fr; grid-template-rows: 420px 1fr; min-height: 0; }
  .recovery-quick-links { grid-template-columns: repeat(2, 1fr); }
  .recovery-quick-links a { border-bottom: 1px solid var(--recovery-line); }
  .seo-page-hero { min-height: 630px; padding: 145px 0 72px; }
  .seo-page-hero h1 { font-size: clamp(59px, 15vw, 82px); }
  .seo-page-intro { grid-template-columns: 1fr; gap: 42px; }
  .seo-page-card-grid { grid-template-columns: 1fr; }
  .seo-page-card { min-height: 240px; }
  .seo-page-link-list a { grid-template-columns: 40px 1fr 24px; gap: 17px; }
  .seo-page-link-list small { grid-column: 2; }
  .seo-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .recovery-section { padding: 70px 0; }
  .recovery-hero { min-height: 850px; }
  .recovery-hero-media { height: 330px; }
  .recovery-hero-layout { min-height: 850px; padding-bottom: 31px; }
  .recovery-hero-copy { padding-top: 365px; }
  .recovery-hero h1 { font-size: clamp(55px, 17.2vw, 70px); }
  .recovery-button { min-height: 56px; font-size: 9px; }
  .recovery-qualification { font-size: 10px; }
  .recovery-trust-grid { grid-template-columns: 1fr; }
  .recovery-trust-grid > div { min-height: 82px; padding: 18px 4px; border-right: 0; }
  .recovery-signal-grid { grid-template-columns: 1fr; }
  .recovery-signal-card { min-height: 225px; padding: 24px; }
  .recovery-program-list li { grid-template-columns: 42px 1fr; }
  .recovery-feature-media, .recovery-topical-media { min-height: 410px; }
  .recovery-inline-actions { align-items: stretch; flex-direction: column; }
  .recovery-inline-actions .recovery-button { min-width: 0; }
  .recovery-process-grid li { min-height: 255px; padding: 24px; }
  .recovery-safety-points article { grid-template-columns: 40px 1fr; }
  .recovery-safety-points article p { grid-column: 2; }
  .recovery-explore-card { min-height: 255px; padding: 24px; }
  .recovery-faq-item button { min-height: 78px; }
  .recovery-faq-item button span { font-size: 13px; }
  .recovery-faq-item.is-open .recovery-faq-answer p { padding-right: 10px; }
  .recovery-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .recovery-footer-legal { flex-direction: column; }
  .recovery-footer-legal span { white-space: normal; }
  .recovery-footer-meta { justify-content: flex-start; }
  .recovery-footer-meta .legal-copyright { text-align: left; }
  .recovery-subpage-hero { min-height: 810px; }
  .recovery-detail-item { grid-template-columns: 40px 1fr; gap: 15px; }
  .library-program-art { min-height: 430px; }
  .library-program-copy h2 { font-size: 69px; }
  .library-card-grid { grid-template-columns: 1fr; }
  .library-treatment-card, .library-card-grid-feature .library-treatment-card { grid-template-rows: 310px 1fr; }
  .recovery-sitelink-grid { grid-template-columns: 1fr; }
  .recovery-sitelink-grid .recovery-explore-card { min-height: 255px; }
  .recovery-quick-links { grid-template-columns: 1fr; }
  .recovery-quick-links a { min-height: 62px; border-right: 0; }
  .seo-page-hero { min-height: 650px; padding-top: 130px; }
  .seo-page-hero h1 { font-size: clamp(54px, 16vw, 70px); }
  .seo-page-card { min-height: 220px; padding: 23px; }
  .seo-page-link-list strong { font-size: 24px; }
}

@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; }
}

/* Flat site-wide visual system: solid color, hard edges, rules, and photography. */
:root {
  --recovery-sage: #9a8a70;
  --recovery-sage-soft: #d8d0c2;
  --recovery-ivory: #ede8de;
  --recovery-paper: #f3eee4;
  --recovery-sand: #d8cdbd;
}

body {
  background: var(--recovery-ivory);
}

body *,
body *::before,
body *::after {
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
  transition: none !important;
}

body :is(a, article, button, details, div, figure, form, img, input, section, select, summary, textarea) {
  border-radius: 0 !important;
}

.reveal {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.recovery-header,
.recovery-header.is-scrolled,
.recovery-header.is-solid {
  background: rgba(7, 27, 20, 0.96);
}

.recovery-hero-shade,
.seo-page-hero::after,
.library-hero-shade {
  background: rgba(4, 19, 14, 0.62) !important;
}

.recovery-hero-shade::after,
.seo-page-hero::before,
.legal-hero::before,
.recovery-closing::before,
.recovery-final::before {
  display: none !important;
}

.recovery-button:hover,
.recovery-nav-cta:hover,
.recovery-signal-card:hover,
.recovery-explore-card:hover,
.library-treatment-card:hover,
.seo-page-card:hover,
.recovery-text-link:hover,
.legal-toc a:hover,
.legal-related-card:hover {
  transform: none !important;
}

.recovery-button-glass,
.library-education-section .library-treatment-card,
.seo-page-section-dark .seo-page-card {
  background: transparent;
}

.recovery-button-light,
.recovery-button-sage,
.recovery-nav-cta {
  background: var(--recovery-sage-soft);
}

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

.recovery-process-grid,
.recovery-explore-grid,
.library-card-grid,
.seo-page-card-grid {
  grid-template-columns: repeat(2, 1fr);
}

.recovery-process-grid li,
.seo-page-card {
  min-height: 260px;
}

.recovery-disclosure,
.seo-page-notice,
.legal-intro {
  border-left: 0 !important;
  border-top: 1px solid var(--recovery-line) !important;
  border-right: 1px solid var(--recovery-line) !important;
  border-bottom: 1px solid var(--recovery-line) !important;
}

:is(.recovery-hero-media, .recovery-feature-media, .recovery-topical-media, .library-treatment-card, .seo-page-hero-media) {
  background: #d1c7b7;
}

@media (max-width: 760px) {
  .recovery-signal-grid,
  .recovery-process-grid,
  .recovery-explore-grid,
  .library-card-grid,
  .seo-page-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-data: reduce) {
  .recovery-hero-shade::after { display: none; }
}

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

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

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

.offer-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(4, 20, 15, .76);
  opacity: 0;
  cursor: default;
  backdrop-filter: blur(8px);
  transition: opacity 360ms ease;
}

.offer-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(690px, calc(100dvh - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr);
  overflow: hidden;
  color: white;
  background: var(--recovery-deep);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .42);
  opacity: 0;
  transform: translateY(22px) scale(.98);
  clip-path: inset(4% 3% 4% 3% round 2px);
  transition: opacity 320ms ease, transform 620ms cubic-bezier(.16, 1, .3, 1), clip-path 620ms cubic-bezier(.16, 1, .3, 1);
}

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

.offer-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: white;
  background: rgba(7, 27, 20, .56);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(9px);
  transition: background 170ms ease, transform 170ms ease;
}

.offer-popup__close:hover { background: rgba(7, 27, 20, .72); transform: rotate(4deg); }
.offer-popup__close span { position: absolute; width: 18px; height: 1.5px; background: currentColor; border-radius: 2px; }
.offer-popup__close span:first-child { transform: rotate(45deg); }
.offer-popup__close span:last-child { transform: rotate(-45deg); }

.offer-popup__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #798375;
}

.offer-popup__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 20, .2) 0%, rgba(7, 27, 20, .01) 36%, rgba(7, 27, 20, .74) 100%), linear-gradient(90deg, rgba(7, 27, 20, .12), transparent 42%);
  pointer-events: none;
}

.offer-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 31% 50%;
  transform: scale(1.055);
  filter: saturate(.82) contrast(1.04);
  transition: transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

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

.offer-popup__media-offer {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: 34px;
  display: grid;
  width: min-content;
  color: white;
  text-shadow: 0 2px 24px rgba(7, 27, 20, .22);
}

.offer-popup__media-offer > span {
  width: 200px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .52);
  font-family: var(--recovery-mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.offer-popup__media-offer strong {
  margin-top: 18px;
  font-family: var(--recovery-serif);
  font-size: clamp(104px, 10vw, 148px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .67;
}

.offer-popup__media-offer sup {
  margin-left: 4px;
  font-family: var(--recovery-sans);
  font-size: .27em;
  font-weight: 500;
  letter-spacing: -.03em;
  vertical-align: top;
}

.offer-popup__media-offer b {
  margin-top: 17px;
  font-family: var(--recovery-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}

.offer-popup__media-note {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 22px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  color: rgba(255, 255, 255, .9);
  border-top: 1px solid rgba(255, 255, 255, .55);
  font-family: var(--recovery-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-popup__content {
  min-width: 0;
  overflow: auto;
  background: radial-gradient(circle at 100% 0%, rgba(185, 200, 173, .16), transparent 34%), linear-gradient(145deg, #0d3024, var(--recovery-deep) 74%);
}

.offer-popup__form-view,
.offer-popup__success {
  min-height: 100%;
  padding: clamp(38px, 4.8vw, 58px) clamp(32px, 5.1vw, 58px) clamp(32px, 4vw, 44px);
}

.offer-popup__form-view { display: flex; flex-direction: column; }

.offer-popup__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .68);
  font-family: var(--recovery-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.offer-popup__badge { min-height: 28px; display: inline-flex; align-items: center; padding: 5px 11px; color: #f0d7ae; border: 1px solid rgba(240, 215, 174, .44); border-radius: 999px; }

.offer-popup__content h2 {
  max-width: 680px;
  margin: 0 0 17px;
  color: white;
  font-family: var(--recovery-serif);
  font-size: clamp(48px, 5.4vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .93;
}

.offer-popup__form-view > p,
.offer-popup__success > p:not(.offer-popup__success-kicker) { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; line-height: 1.55; }
.offer-popup__form { margin-top: 29px; }
.offer-popup__field { display: block; }
.offer-popup__field > span:first-child { display: block; margin-bottom: 7px; color: rgba(255, 255, 255, .68); font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.offer-popup__input-row { min-height: 58px; display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 4px; background: white; box-shadow: 0 12px 30px rgba(3, 15, 11, .18); }
.offer-popup__input-row input { min-width: 0; padding: 0 15px; color: var(--recovery-forest); background: transparent; border: 0; outline: 0; }
.offer-popup__input-row input::placeholder { color: #82928c; }
.offer-popup__input-row button { min-width: 148px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; color: var(--recovery-deep); background: #d8b877; border: 0; font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: background 170ms ease, transform 170ms ease; }
.offer-popup__input-row button:hover { background: #ead09b; }
.offer-popup__input-row button:active { transform: scale(.985); }
.offer-popup__input-row button:disabled { opacity: .72; cursor: wait; }

.offer-popup__consent { display: grid; grid-template-columns: 17px minmax(0, 1fr); align-items: start; gap: 10px; margin-top: 12px; color: rgba(255, 255, 255, .63); font-size: 10px; line-height: 1.45; cursor: pointer; }
.offer-popup__consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: #d8b877; }
.offer-popup__consent a { color: white; text-decoration: underline; text-underline-offset: 2px; }
.offer-popup__status { min-height: 17px; margin: 7px 0 0 !important; color: #efc9b1 !important; font-size: 10px !important; line-height: 1.4 !important; }

.offer-popup__decline { display: block; width: fit-content; margin: 8px auto 0; padding: 2px 0; color: rgba(255, 255, 255, .68); background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .4); font-size: 10px; cursor: pointer; }
.offer-popup__decline:hover { color: white; border-color: white; }
.offer-popup__terms { margin: 14px 0 0 !important; color: rgba(255, 255, 255, .39) !important; font-size: 9px !important; line-height: 1.45 !important; }

.offer-popup__success { display: flex; flex-direction: column; justify-content: center; text-align: center; }
.offer-popup__success-mark { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 18px; color: #d8b877; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; }
.offer-popup__success-kicker { margin: 0 0 12px !important; color: rgba(255, 255, 255, .64) !important; font-family: var(--recovery-mono); font-size: 9px !important; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.offer-popup__success h2, .offer-popup__success > p { margin-inline: auto; }
.offer-popup__code-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; margin-top: 22px; padding: 5px; color: var(--recovery-forest); background: white; }
.offer-popup__code-row strong { align-self: center; padding: 0 18px; font-size: 15px; letter-spacing: .12em; text-align: left; }
.offer-popup__code-row button, .offer-popup__explore { min-height: 46px; padding: 0 18px; color: var(--recovery-deep); background: #d8b877; border: 0; font-family: var(--recovery-mono); font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.offer-popup__explore { display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 13px; }

.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: offer-content-in 620ms both cubic-bezier(.16, 1, .3, 1);
}

.offer-popup.is-open .offer-popup__content h2 { animation-delay: 70ms; }
.offer-popup.is-open .offer-popup__form-view > p { animation-delay: 130ms; }
.offer-popup.is-open .offer-popup__form { animation-delay: 190ms; }

@keyframes offer-content-in {
  from { opacity: 0; transform: translateY(14px); }
}

@media (max-width: 900px) {
  .offer-popup { padding: 14px; }
  .offer-popup__dialog { width: 100%; height: auto; min-width: 0; max-height: calc(100dvh - 28px); grid-template-columns: 1fr; grid-template-rows: 185px auto; overflow-x: hidden; overflow-y: auto; }
  .offer-popup__content, .offer-popup__form-view, .offer-popup__success { min-width: 0; }
  .offer-popup__content { order: 2; overflow: visible; }
  .offer-popup__media { order: 1; min-height: 185px; }
  .offer-popup__media img { object-position: 35% 48%; }
  .offer-popup__media-note { display: none; }
  .offer-popup__media-offer { top: 24px; left: 22px; }
  .offer-popup__media-offer > span { width: 170px; padding-bottom: 8px; }
  .offer-popup__media-offer strong { margin-top: 12px; font-size: 74px; }
  .offer-popup__media-offer b { margin-top: 10px; font-size: 9px; }
  .offer-popup__form-view, .offer-popup__success { padding: 25px 20px 22px; }
  .offer-popup__eyebrow { margin-bottom: 17px; }
  .offer-popup__content h2 { font-size: clamp(39px, 11.5vw, 50px); }
  .offer-popup__form { margin-top: 20px; }
  .offer-popup__input-row { grid-template-columns: 1fr; gap: 4px; }
  .offer-popup__input-row input, .offer-popup__input-row button { min-height: 47px; }
  .offer-popup__close { top: 11px; right: 11px; width: 40px; height: 40px; }
  .offer-popup__terms { display: none; }
}

@media (max-width: 620px) {
  .offer-popup { align-items: end; padding: 8px; }
  .offer-popup__dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
}

@media (max-height: 620px) and (min-width: 901px) {
  .offer-popup__dialog { height: calc(100dvh - 20px); }
  .offer-popup__form-view, .offer-popup__success { padding-top: 28px; padding-bottom: 25px; }
  .offer-popup__eyebrow { margin-bottom: 17px; }
  .offer-popup__content h2 { font-size: 46px; }
  .offer-popup__form { margin-top: 18px; }
  .offer-popup__terms { display: none; }
}

/* Final cascade guard for later promotional and responsive rules. */
body *,
body *::before,
body *::after {
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
  transition: none !important;
}

body :is(a, article, button, details, div, figure, form, img, input, section, select, summary, textarea) {
  border-radius: 0 !important;
}

.reveal {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.recovery-header,
.recovery-header.is-scrolled,
.recovery-header.is-solid {
  background: rgba(7, 27, 20, 0.96) !important;
}

.recovery-hero-shade,
.seo-page-hero::after,
.library-hero-shade {
  background: rgba(4, 19, 14, 0.62) !important;
}

.offer-popup__content {
  background: var(--recovery-deep) !important;
}

.offer-popup__input-row,
.offer-popup__code-row {
  background: var(--recovery-paper) !important;
}

.recovery-signal-grid,
.recovery-process-grid,
.recovery-explore-grid,
.library-card-grid,
.seo-page-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  .recovery-signal-grid,
  .recovery-process-grid,
  .recovery-explore-grid,
  .library-card-grid,
  .seo-page-card-grid {
    grid-template-columns: 1fr !important;
  }
}
