:root {
  --ink: #142327;
  --ink-soft: #45565a;
  --teal: #173c42;
  --teal-2: #235f62;
  --teal-soft: #e8f2f1;
  --burgundy: #6a2835;
  --burgundy-dark: #481b24;
  --gold: #c79a47;
  --paper: #ffffff;
  --mist: #f2f5f4;
  --line: #d6dfdd;
  --danger: #8c2738;
  --shadow: 0 18px 50px rgba(20, 35, 39, 0.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open::after {
  content: "";
  position: fixed;
  z-index: 40;
  inset: 78px 0 0;
  background: rgba(7, 20, 22, .48);
  backdrop-filter: blur(2px);
}
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(13, 29, 32, .46);
  backdrop-filter: blur(14px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(15, 37, 40, .96); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.header-inner { width: min(calc(100% - 40px), var(--max)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 230px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.58); color: #fff; background: var(--burgundy); font-size: 14px; font-weight: 800; letter-spacing: 0; }
.brand-copy { display: grid; line-height: 1.05; letter-spacing: 0; }
.brand-copy > span { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 650; }
.main-nav a { text-decoration: none; color: rgba(255,255,255,.88); }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav .nav-contact { padding: 9px 14px; border: 1px solid rgba(255,255,255,.54); border-radius: 4px; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.46); border-radius: 4px; cursor: pointer; }
.menu-button { position: relative; z-index: 53; flex: 0 0 auto; }
.menu-button svg { width: 20px; height: 20px; }
.menu-icon-close { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-close { display: block; }

.hero { position: relative; min-height: min(790px, 92vh); display: grid; align-items: center; color: #fff; background: url("assets/consultation-office.jpg") center 48% / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,29,32,.92) 0%, rgba(13,29,32,.74) 44%, rgba(13,29,32,.18) 78%), linear-gradient(0deg, rgba(13,29,32,.42), transparent 45%); }
.hero-inner { position: relative; z-index: 1; width: min(calc(100% - 40px), var(--max)); margin: 88px auto 72px; }
.hero-inner > * { max-width: 760px; }
.eyebrow { margin: 0 0 14px; color: #f3d69e; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow.dark { color: var(--burgundy); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(46px, 6vw, 82px); max-width: 900px; }
h2 { font-size: clamp(33px, 4vw, 53px); color: var(--teal); }
h3 { font-size: 19px; }
.hero-lead { margin: 24px 0 0; max-width: 670px; font-size: clamp(18px, 2.1vw, 23px); line-height: 1.55; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button svg, .text-link svg, .treatment-card a svg { width: 18px; height: 18px; }
.button-primary { color: #fff; background: var(--burgundy); }
.button-primary:hover { background: var(--burgundy-dark); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.62); background: rgba(10,24,26,.25); }
.button-secondary:hover { border-color: #fff; background: rgba(10,24,26,.5); }
.hero-next { position: absolute; z-index: 1; left: 50%; bottom: 25px; display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.82); text-decoration: none; font-size: 12px; transform: translateX(-50%); }
.hero-next svg { width: 20px; margin-top: 5px; }

.trust-band { position: relative; z-index: 2; color: #fff; background: var(--teal); border-bottom: 4px solid var(--gold); }
.trust-inner { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); }
.trust-inner div { min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-inner div:first-child { padding-left: 0; }
.trust-inner span { color: rgba(255,255,255,.64); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.trust-inner strong { margin-top: 4px; font-size: 15px; }

.section { padding: 100px 0; }
.section-inner { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.intro { padding: 86px 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-copy { padding-top: 4px; font-size: 18px; color: var(--ink-soft); }
.intro-copy p { margin: 0 0 18px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-size: 16px; }

.treatments { background: var(--mist); }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.treatment-card { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 6px 20px rgba(20,35,39,.04); }
.treatment-card.featured { border-top: 4px solid var(--burgundy); }
.treatment-card > svg { width: 28px; height: 28px; color: var(--burgundy); }
.treatment-card h3 { margin-top: 22px; color: var(--teal); }
.treatment-card p { color: var(--ink-soft); font-size: 15px; }
.treatment-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 6px; color: var(--burgundy); font-weight: 750; }

.alcohol-section { padding: 104px 0; color: #fff; background: var(--burgundy-dark); }
.alcohol-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.alcohol-section h2 { color: #fff; }
.alcohol-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #fff; font-weight: 750; }
.phase-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.phase-list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.phase-list li > span { color: #f3d69e; font-family: Georgia, serif; font-size: 22px; }
.phase-list strong { font-size: 17px; }
.phase-list p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { padding: 30px 24px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 30px; color: #fff; background: var(--teal); border-radius: 50%; font-weight: 800; }
.step h3 { color: var(--teal); }
.step p { color: var(--ink-soft); font-size: 14px; }

.reimbursement { padding: 94px 0; color: #fff; background: var(--teal); }
.reimbursement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.reimbursement h2 { color: #fff; }
.reimbursement-grid > div:last-child > p { margin-top: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.notice { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 16px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.08); }
.notice svg { flex: 0 0 auto; width: 20px; margin-top: 2px; }

.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.practice-image-wrap { position: relative; }
.practice-image-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.practice-image-wrap small { position: absolute; right: 10px; bottom: 10px; padding: 4px 7px; color: #fff; background: rgba(0,0,0,.62); font-size: 10px; }
.practice-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.registry-list { margin: 30px 0 0; border-top: 1px solid var(--line); }
.registry-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.registry-list dt { color: var(--ink-soft); }
.registry-list dd { margin: 0; font-weight: 750; text-align: right; }

.contact-section { padding: 100px 0; color: #fff; background: #102b2f; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: start; }
.contact-section h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
address { display: grid; gap: 15px; margin-top: 32px; font-style: normal; }
address div { display: flex; align-items: flex-start; gap: 12px; }
address svg { width: 20px; flex: 0 0 auto; color: #f3d69e; }
.contact-form { display: grid; gap: 15px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.05); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; }
.contact-form label > span { font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: #fff; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.3); border-radius: 4px; padding: 11px 12px; outline: 0; }
.contact-form select option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #f3d69e; box-shadow: 0 0 0 3px rgba(243,214,158,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 500; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--burgundy); }
.contact-form .button { justify-self: start; }
.form-status { min-height: 22px; margin: 0; color: #f3d69e; font-size: 13px; }

.crisis-band { color: #fff; background: var(--danger); }
.crisis-band .section-inner { min-height: 84px; display: flex; align-items: center; gap: 16px; }
.crisis-band svg { flex: 0 0 auto; width: 24px; }
.crisis-band p { margin: 0; font-size: 14px; }

.site-footer { padding: 64px 0 24px; color: #fff; background: #0a1e21; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer-brand { min-width: 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { max-width: 340px; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-grid strong { margin-bottom: 6px; color: #f3d69e; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.52); font-size: 12px; }

@media (max-width: 960px) {
  .menu-button { display: inline-flex; }
  .main-nav { position: fixed; z-index: 52; top: 78px; right: 20px; width: min(360px, calc(100% - 40px)); max-height: calc(100dvh - 98px); padding: 22px; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.14); border-radius: 0 0 6px 6px; background: #102b2f; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; box-shadow: -16px 30px 40px rgba(0,0,0,.24); }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .main-nav .nav-contact { margin-top: 16px; text-align: center; border: 1px solid rgba(255,255,255,.4); }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-inner div { padding-left: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-inner div:first-child { padding-left: 22px; }
  .intro-grid, .alcohol-grid, .practice-grid, .contact-grid, .reimbursement-grid { grid-template-columns: 1fr; gap: 42px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header-inner, .section-inner, .hero-inner, .trust-inner { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 70px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy > span { font-size: 18px; }
  .brand-copy small { font-size: 9px; }
  body.menu-open::after { inset: 70px 0 0; }
  .main-nav { top: 70px; right: 0; width: 100%; max-height: calc(100dvh - 70px); border-right: 0; border-left: 0; border-radius: 0; }
  .hero { min-height: 720px; background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(13,29,32,.94), rgba(13,29,32,.64)), linear-gradient(0deg, rgba(13,29,32,.64), transparent 48%); }
  .hero-inner { margin-top: 92px; }
  h1 { font-size: 44px; }
  h2 { font-size: 35px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-next { width: 100%; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-inner div { min-height: 74px; padding: 14px 6px; border-right: 0; }
  .trust-inner div:first-child { padding-left: 6px; }
  .section { padding: 72px 0; }
  .intro { padding: 66px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 0; padding: 24px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .crisis-band .section-inner { padding: 16px 0; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
