:root {
  --green-950: #06392d;
  --green-900: #064d39;
  --green-800: #075b43;
  --green-700: #0a7455;
  --gold: #d9a62e;
  --gold-light: #efc766;
  --cream: #fbfaf6;
  --paper: #f4f0e7;
  --ink: #173129;
  --muted: #5e6e68;
  --line: rgba(6, 77, 57, .16);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(2.8rem, 7vw, 5.8rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 3.7rem); color: var(--green-950); }
h3 { margin-bottom: 12px; font-size: 1.35rem; line-height: 1.25; color: var(--green-950); }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 10px clamp(20px, 5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(6,57,45,.96); color: #fff; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; line-height: 1; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: grid; gap: 6px; text-align: center; }
.brand strong { font-family: var(--serif); font-size: 1.05rem; }
.brand small { color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 28px); }
nav a { color: rgba(255,255,255,.86); font-size: .82rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
nav a:hover, nav a:focus-visible { color: #fff; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 14px; background: transparent; color: white; font: inherit; }

.hero { position: relative; min-height: min(790px, 82vh); display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 48% center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,37,29,.92) 0%, rgba(4,37,29,.69) 45%, rgba(4,37,29,.12) 80%), linear-gradient(0deg, rgba(4,37,29,.32), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 120px; }
.eyebrow { margin-bottom: 18px; color: var(--gold-light); font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-700); }
.hero-verse { max-width: 680px; margin: -8px 0 20px; color: #fff; font-family: var(--serif); font-size: clamp(.95rem, 1.5vw, 1.15rem); line-height: 1.5; }
.hero-verse span { color: rgba(255,255,255,.78); font-family: var(--sans); font-size: .82em; font-weight: 600; white-space: nowrap; }
.hero-copy { max-width: 680px; margin-bottom: 38px; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 11px 23px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--green-950); }
.button-gold:hover { background: var(--gold-light); }
.button-quiet { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.button-quiet:hover { background: rgba(255,255,255,.1); }

.welcome, .support, .programs, .who-we-help, .approach, .profile, .costs, .faq, .contact { padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.section-mark { margin-bottom: 55px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--green-700); font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.welcome-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr); gap: clamp(50px, 8vw, 130px); max-width: 1220px; margin: 0 auto; }
.welcome-copy { color: var(--muted); font-size: 1.08rem; }
.welcome-copy p:last-child { margin-bottom: 0; }

.support { background: var(--green-950); color: #fff; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading h2 { color: #fff; }
.section-heading > p:last-child { color: rgba(255,255,255,.7); }
.card-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; max-width: 1300px; margin: 0 auto; }
.service-card { grid-column: span 2; min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.service-card.featured { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.service-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.service-card-content { padding: 30px 34px 34px; }
.service-card h3 { margin-top: 0; color: #fff; }
.service-card p { margin: 0 0 18px; color: rgba(255,255,255,.7); }
.service-card p:last-child { margin-bottom: 0; }
.service-card:nth-last-child(2) { grid-column: 2 / span 2; }
.service-card:last-child { grid-column: 4 / span 2; }
.coaching-distinction { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.coaching-distinction h4 { margin: 0 0 12px; color: #fff; font-size: 1rem; line-height: 1.35; }
.coaching-distinction .license-note { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.86); font-weight: 600; }

.programs { background: var(--paper); }
.programs-heading { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.programs-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.program-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 1180px; margin: 0 auto; }
.program-card { overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.program-card-featured { grid-row: 1 / span 2; }
.program-card-featured img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; object-position: center 20%; }
.program-card-content { padding: 32px 34px 36px; }
.program-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.2rem); }
.program-card p:not(.program-status) { margin-bottom: 0; color: var(--muted); }
.program-status { margin-bottom: 9px; color: var(--green-700); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.program-details { display: grid; gap: 22px; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.program-details h4 { margin: 0 0 8px; color: var(--green-950); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.program-details p { margin-bottom: 0; }
.program-details ul { margin: 0; padding-left: 20px; color: var(--muted); }
.program-details li + li { margin-top: 6px; }
.program-link { display: inline-block; margin-top: 24px; border-bottom: 2px solid var(--gold); color: var(--green-800); font-weight: 700; text-decoration: none; }
.program-card-compact { display: grid; align-items: center; }

.who-we-help { background: var(--cream); }
.who-we-help-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.who-we-help-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.needs-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; max-width: 1180px; margin: 0 auto; }
.needs-grid span { display: grid; min-height: 96px; place-items: center; padding: 18px; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: var(--paper); color: var(--green-900); font-weight: 700; text-align: center; }

.approach { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); align-items: center; background: var(--paper); }
.approach-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--green-900); color: #fff; }
.approach-art::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(239,199,102,.55); border-radius: 50%; }
.approach-art p { position: relative; z-index: 2; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.1rem); line-height: 1.35; text-align: center; }
.path-line { position: absolute; z-index: 1; bottom: -12%; left: 46%; width: 32%; height: 80%; border-left: 24px solid rgba(217,166,46,.2); border-radius: 50%; transform: rotate(12deg); }
.approach-copy { max-width: 720px; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.principles span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-800); font-size: .82rem; font-weight: 700; }

.profile { display: grid; grid-template-columns: minmax(180px, 300px) minmax(0, 700px); justify-content: center; align-items: center; gap: clamp(40px, 8vw, 110px); }
.profile img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 28%; border-radius: 50%; }
.profile-copy { color: var(--muted); }
.profile-copy p:last-child { margin-bottom: 0; }
.profile-title { margin-top: -12px; color: var(--green-700); font-weight: 700; }
.credential-list { display: grid; gap: 9px; margin: 28px 0 0; padding: 22px 24px 22px 44px; border-left: 4px solid var(--gold); background: var(--paper); color: var(--green-900); font-weight: 600; }

.costs { background: var(--paper); }
.costs-heading { max-width: 900px; margin: 0 auto 50px; text-align: center; }
.costs-heading h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); }
.insurance-note { display: inline-block; margin: 4px 0 0; padding: 10px 16px; border-left: 3px solid var(--gold); background: rgba(217,166,46,.1); color: var(--muted); font-weight: 600; }
.cost-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 1120px; margin: 0 auto; }
.cost-card { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid var(--line); background: var(--cream); }
.cost-card:last-child { min-height: 330px; }
.cost-card h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 1.55rem; }
.cost-card > p:not(.price) { color: var(--muted); }
.cost-label { margin-bottom: 8px; color: var(--green-700); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 24px 0 0; color: var(--green-950); }
.price strong { font-family: var(--serif); font-size: 2.25rem; line-height: 1; }
.price span { color: var(--muted); font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.split-price { flex-wrap: wrap; gap: 16px 30px; }
.split-price strong { display: grid; gap: 8px; }
.cost-contact { align-self: flex-start; margin-top: 24px; border-bottom: 2px solid var(--gold); color: var(--green-800); font-weight: 700; text-decoration: none; }
.sliding-scale { max-width: 940px; margin: 34px auto 0; padding: 32px 36px; border: 1px solid var(--line); border-left: 5px solid var(--gold); background: var(--cream); }
.sliding-scale h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 1.65rem; }
.sliding-scale p:not(.cost-label) { color: var(--muted); }
.sliding-scale p:last-child { margin-bottom: 0; }
.giving-note { max-width: 940px; margin: 34px auto 0; padding: 25px 30px; border: 1px solid rgba(217,166,46,.5); background: var(--green-950); color: #fff; text-align: center; }
.giving-note h3 { margin-bottom: 10px; color: var(--gold-light); font-family: var(--serif); font-size: 1.55rem; }
.giving-note p { margin-bottom: 0; }

.faq { background: var(--cream); }
.faq-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.faq-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.faq-list { max-width: 940px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 54px 24px 0; color: var(--green-950); font-family: var(--serif); font-size: 1.15rem; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 8px; color: var(--green-700); font-family: var(--sans); font-size: 1.6rem; font-weight: 400; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list summary:focus-visible { outline: 3px solid rgba(217,166,46,.55); outline-offset: 5px; }
.faq-list details p { max-width: 820px; margin: -4px 0 24px; color: var(--muted); }

.contact { background: var(--green-900); color: #fff; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); }
.contact h2 { color: #fff; }
.contact-heading > p:last-child { color: rgba(255,255,255,.72); }
.response-note { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); color: rgba(255,255,255,.84) !important; }
.contact-links { display: grid; align-content: center; }
.contact-links a { display: grid; gap: 3px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.17); text-decoration: none; }
.contact-links span { color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: clamp(1rem, 2.2vw, 1.32rem); }
.next-steps { margin-top: clamp(60px, 8vw, 100px); }
.next-steps h3 { margin-bottom: 26px; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.35rem); }
.next-step-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.next-step-list li { min-height: 245px; padding: 28px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.055); }
.next-step-number { display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-weight: 700; }
.next-step-list strong { display: block; margin-bottom: 9px; color: #fff; font-size: 1.05rem; }
.next-step-list p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.next-step-link { color: inherit; text-decoration: none; }
.inline-step-link { color: rgba(255,255,255,.9); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.next-step-link:hover, .next-step-link:focus-visible, .inline-step-link:hover, .inline-step-link:focus-visible { color: var(--gold-light); }

.intake-dialog { width: min(760px, calc(100% - 28px)); height: min(820px, calc(100dvh - 28px)); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: var(--cream); box-shadow: 0 24px 80px rgba(0,0,0,.45); color: var(--ink); }
.intake-dialog::backdrop { background: rgba(3, 28, 22, .78); backdrop-filter: blur(4px); }
.intake-dialog[open] { display: grid; grid-template-rows: auto 1fr auto; }
.intake-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: var(--cream); }
.intake-dialog-header .cost-label { margin: 0 0 2px; }
.intake-dialog-header h2 { margin: 0; font-size: clamp(1.35rem, 4vw, 2rem); }
.intake-dialog-close { min-height: 44px; padding: 8px 16px; border: 1px solid var(--green-800); border-radius: 999px; background: transparent; color: var(--green-900); font: 700 .9rem var(--sans); cursor: pointer; }
.intake-dialog-close:hover, .intake-dialog-close:focus-visible { background: var(--green-900); color: #fff; }
.intake-dialog iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.intake-dialog-fallback { margin: 0; padding: 10px 18px; background: var(--paper); color: var(--muted); font-size: .82rem; text-align: center; }
.intake-dialog-fallback a { color: var(--green-800); font-weight: 700; }
body.intake-open { overflow: hidden; }

footer { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; padding: 50px clamp(22px, 7vw, 110px); background: #042c23; color: rgba(255,255,255,.65); font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 64px; }
.footer-brand p { margin: 0; }
.footer-brand strong { color: #fff; font-family: var(--serif); font-size: 1rem; }
.footer-brand span { color: var(--gold-light); }
.footer-details { text-align: right; }
.footer-details a { color: #fff; }
.footer-details p { margin-bottom: 4px; }
.social-links { display: flex; justify-content: flex-end; gap: 10px; margin: 14px 0; }
.social-links a { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.social-links a:hover, .social-links a:focus-visible { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }
.social-links svg { width: 21px; height: 21px; fill: currentColor; }
.social-links rect, .social-links circle { fill: none; stroke: currentColor; stroke-width: 2; }
.social-links .social-icon-dot { fill: currentColor; stroke: none; }
.footer-legal { margin-top: 12px; }
.footer-legal a { color: var(--gold-light); }

.legal-page { background: var(--cream); }
.legal-header { position: relative; }
.legal-back { border-bottom: 1px solid var(--gold); color: #fff; font-weight: 700; text-decoration: none; }
.legal-hero { padding: clamp(70px, 9vw, 120px) clamp(22px, 7vw, 110px); background: var(--green-900); color: #fff; text-align: center; }
.legal-hero h1 { max-width: none; margin-bottom: 14px; font-size: clamp(2.6rem, 6vw, 5rem); }
.legal-hero p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }
.legal-content { width: min(850px, calc(100% - 44px)); margin: 0 auto; padding: clamp(60px, 8vw, 100px) 0; }
.legal-content h2 { margin: 46px 0 14px; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--green-800); font-weight: 700; }
.legal-note { margin-top: 50px; padding: 20px 22px; border-left: 4px solid var(--gold); background: var(--paper); }
.legal-footer { padding-top: 36px; padding-bottom: 36px; }

@media (max-width: 1240px) {
  .site-header { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .menu-button { display: inline-flex; }
  nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px 22px 24px; background: var(--green-950); }
  nav.open { display: grid; gap: 4px; }
  nav a { padding: 10px 0; }
}

@media (max-width: 840px) {
  .site-header { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .menu-button { display: inline-flex; }
  nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px 22px 24px; background: var(--green-950); }
  nav.open { display: grid; gap: 4px; }
  nav a { padding: 10px 0; }
  .hero { min-height: 710px; }
  .hero-image { object-position: 55% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,37,29,.86), rgba(4,37,29,.38) 80%), linear-gradient(90deg, rgba(4,37,29,.55), rgba(4,37,29,.15)); }
  .hero-content { align-self: end; padding: 110px 0 74px; }
  .welcome-grid, .program-grid, .approach, .profile, .cost-grid, .contact-top { grid-template-columns: 1fr; }
  .program-grid { grid-template-rows: auto; }
  .program-card-featured { grid-row: auto; }
  .cost-card:last-child { grid-column: 1; min-height: auto; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-last-child(2), .service-card:last-child { grid-column: 1; }
  .service-card { width: 100%; min-width: 0; min-height: auto; }
  .service-card h3 { margin-top: 0; }
  .needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach-art { width: min(520px, 100%); margin: 0 auto; }
  .profile img { width: 190px; margin: 0 auto; }
  .next-step-list { grid-template-columns: 1fr; }
  .next-step-list li { min-height: auto; }
  footer { grid-template-columns: 1fr; }
  .footer-details { text-align: left; }
  .social-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .62rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .welcome, .support, .programs, .who-we-help, .approach, .profile, .costs, .faq, .contact { padding-right: 20px; padding-left: 20px; }
  .program-card-content { padding: 26px 27px 29px; }
  .card-grid { width: 100%; gap: 20px; }
  .service-card-content { padding: 25px 27px 28px; }
  .service-card h3, .service-card h4, .service-card p { overflow-wrap: anywhere; }
  .cost-card { min-height: auto; padding: 27px; }
  .sliding-scale { padding: 26px 24px; }
  .giving-note { padding: 22px; }
  .contact-links strong { font-size: .95rem; }
  .needs-grid { grid-template-columns: 1fr; }
  .needs-grid span { min-height: 74px; }
  .intake-dialog { width: 100%; height: 100dvh; max-width: none; max-height: none; border-radius: 0; }
  .intake-dialog-header { padding: 14px 16px; }
  .intake-dialog-fallback { padding: 8px 14px; }
  .legal-header { gap: 18px; }
  .legal-back { font-size: .82rem; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
