:root {
  --ink: #17312d;
  --muted: #596d67;
  --forest: #173f38;
  --forest-dark: #0f302b;
  --sage: #9eb7a8;
  --sage-light: #dfe9e1;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --gold: #d6a44c;
  --terracotta: #a4513f;
  --line: rgba(23, 49, 45, 0.16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(23, 49, 45, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 5.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4vw, 4.15rem); }
h3 { font-size: 1.45rem; }
.eyebrow { margin-bottom: 20px; color: var(--terracotta); font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.lead { font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.45; }
.section-heading { max-width: 650px; }
.section-heading.centred { margin: 0 auto 64px; text-align: center; }
.section-heading.centred > p:last-child { max-width: 580px; margin-inline: auto; color: var(--muted); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(255, 253, 248, .96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 44px; height: 44px; }
.brand-mark circle { fill: var(--forest); }
.brand-mark path { fill: none; stroke: var(--cream); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.22rem; letter-spacing: .08em; }
.brand small { color: var(--muted); font-size: .67rem; letter-spacing: .035em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 500; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--forest); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; border: 1px solid var(--forest); border-radius: 2px; transition: background .2s, color .2s; }
.nav-cta:hover { color: white; background: var(--forest); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 760px; padding: 150px 0 90px; overflow: hidden; background: var(--cream); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 34px; background: var(--paper); content: ""; clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; }
.hero-intro { max-width: 650px; margin-bottom: 34px; color: #415a54; font-size: 1.15rem; }
.button-row { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-weight: 600; line-height: 1.2; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); font-weight: 600; line-height: 1.9; }
.text-link span { color: var(--terracotta); }
.trust-list { display: flex; margin: 44px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); gap: 27px; flex-wrap: wrap; list-style: none; font-size: .8rem; }
.trust-list li { display: inline-flex; align-items: center; gap: 6px; }
.trust-list svg { width: 17px; fill: none; stroke: var(--terracotta); stroke-width: 2; }
.hero-art { position: relative; max-width: 540px; margin-left: auto; }
.hero-art svg { width: 100%; filter: drop-shadow(0 25px 40px rgba(23, 49, 45, .08)); }
.art-bg { fill: #ccdbcf; }
.art-sun { fill: #e3bb6c; }
.art-line, .art-stem { fill: none; stroke: var(--forest); stroke-width: 5; stroke-linecap: round; }
.art-line { opacity: .18; }
.art-leaf { fill: var(--forest); }
.art-leaf-light { fill: #769784; }
.art-leaf-gold { fill: var(--terracotta); }
.art-dot { fill: var(--terracotta); }
.art-note { position: absolute; right: -20px; bottom: 30px; width: 250px; padding: 22px 24px 22px 50px; color: white; background: var(--forest); box-shadow: var(--shadow); font-family: var(--serif); font-size: 1.05rem; line-height: 1.45; }
.art-note span { position: absolute; top: -3px; left: 17px; color: var(--gold); font-size: 4rem; line-height: 1; }
.hero-shape { position: absolute; border: 1px solid rgba(23, 63, 56, .14); border-radius: 50%; }
.hero-shape-one { top: 100px; left: -130px; width: 310px; height: 310px; }
.hero-shape-two { right: 15%; bottom: -270px; width: 490px; height: 490px; }

.credibility { position: relative; z-index: 2; background: var(--paper); }
.credibility-grid { display: grid; margin-top: -34px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgba(23, 49, 45, .07); grid-template-columns: repeat(4, 1fr); }
.credibility-grid > div { min-height: 116px; padding: 28px 30px; border-right: 1px solid var(--line); }
.credibility-grid > div:last-child { border-right: 0; }
.credibility-grid strong, .credibility-grid span { display: block; }
.credibility-grid strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.25rem; }
.credibility-grid span { color: var(--muted); font-size: .75rem; }

.welcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.welcome-copy { max-width: 650px; }
.welcome-copy > p:not(.lead) { color: var(--muted); }
.welcome-copy .text-link { margin-top: 16px; }

.therapy { background: var(--forest); color: white; }
.therapy .eyebrow { color: var(--gold); }
.therapy .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.approach { position: relative; min-height: 380px; padding: 46px 30px 38px; border-right: 1px solid rgba(255,255,255,.22); }
.approach:last-child { border-right: 0; }
.approach-number { color: rgba(255,255,255,.45); font-size: .72rem; letter-spacing: .12em; }
.approach-icon { display: grid; width: 66px; height: 66px; margin: 46px 0 32px; border-radius: 50%; background: rgba(255,255,255,.1); place-items: center; }
.approach-icon svg { width: 36px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.approach p { color: rgba(255,255,255,.7); font-size: .9rem; }
.approach-footer { display: flex; padding-top: 30px; align-items: center; justify-content: space-between; gap: 28px; color: rgba(255,255,255,.72); font-size: .82rem; }
.approach-footer p { margin: 0; }
.approach-footer a { border-bottom: 1px solid rgba(255,255,255,.65); color: white; font-weight: 600; }

.support { background: #f7f2e9; }
.support-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.support-art { max-width: 470px; padding: 50px; color: white; background: var(--terracotta); box-shadow: var(--shadow); }
.support-art svg { margin-bottom: 35px; }
.support-art rect { fill: #c97861; }
.support-art circle, .support-art path { fill: none; stroke: #f7e9dd; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.support-art .support-line { stroke: var(--gold); stroke-width: 5; }
.support-art p { margin: 0; font-family: var(--serif); font-size: 1.7rem; line-height: 1.35; }
.support-copy > p:not(.eyebrow):not(.small-note) { color: var(--muted); }
.topic-list { display: grid; margin: 30px 0; padding: 0; grid-template-columns: repeat(2, 1fr); gap: 0 28px; list-style: none; }
.topic-list li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.topic-list li::before { position: absolute; top: 22px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); content: ""; }
.small-note { font-size: .8rem; font-style: italic; }
.client-groups { margin-top: 32px; padding: 24px; border-left: 3px solid var(--terracotta); background: rgba(255,255,255,.58); }
.client-groups > p { margin-bottom: 13px; color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.client-groups ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 8px; list-style: none; }
.client-groups li { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .75rem; }

.process { padding-block: 100px; }
.process .section-heading { margin-bottom: 50px; }
.process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; counter-reset: step; }
.process-list li { display: grid; min-height: 220px; padding: 32px 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 48px 1fr; gap: 20px; }
.process-list li + li { border-left: 1px solid var(--line); }
.process-list > li > span { display: grid; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--forest); place-items: center; }
.process-list h3 { margin: 5px 0 15px; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.fees { color: white; background: #5f786a; }
.fees .eyebrow { color: #fff1ce; }
.fees-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 100px; align-items: center; }
.fees-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.credentials { display: flex; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); gap: 20px; justify-content: space-between; align-items: center; flex-wrap: wrap; font-size: .82rem; }
.credentials a { border-bottom: 1px solid white; font-weight: 600; }
.fee-panel { padding: 46px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.fee-main { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.fee-main p { margin-bottom: 2px; color: var(--terracotta); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.fee-main strong { display: block; font-family: var(--serif); font-size: 4rem; line-height: 1.2; }
.fee-main strong span { font-family: var(--sans); font-size: .8rem; font-weight: 500; }
.fee-main small { color: var(--muted); }
.fee-panel dl { margin: 20px 0 30px; }
.fee-panel dl div { display: flex; padding: 10px 0; justify-content: space-between; gap: 20px; }
.fee-panel dt { color: var(--muted); }
.fee-panel dd { margin: 0; font-weight: 600; text-align: right; }
.button-full { width: 100%; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq .section-heading > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 27px 5px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 1.2rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--terracotta); content: ""; transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; padding: 0 44px 25px 5px; color: var(--muted); font-size: .9rem; }

.contact { padding-block: 90px; color: white; background: var(--forest); }
.contact .eyebrow { color: var(--gold); }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.contact-inner h2 { max-width: 600px; }
.contact-inner p:last-child { max-width: 620px; color: rgba(255,255,255,.72); }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; }
.button-light { width: 100%; min-height: 94px; padding: 22px 30px; align-items: flex-start; color: var(--ink); background: var(--cream); flex-direction: column; }
.button-light span { color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.button-light strong { font-family: var(--serif); font-size: 1.85rem; }
.contact-profile { border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 600; }

.site-footer { padding: 75px 0 30px; color: rgba(255,255,255,.76); background: #0a2521; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 65px; }
.brand-footer { margin-bottom: 22px; color: white; }
.brand-footer small { color: rgba(255,255,255,.65); }
.footer-grid > div:first-child p { max-width: 330px; font-size: .82rem; }
.footer-grid h3 { margin-bottom: 18px; color: white; font-family: var(--sans); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-button { display: block; margin: 9px 0; font-size: .82rem; }
.footer-grid a:hover, .footer-button:hover { color: white; }
.footer-button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.footer-bottom { display: flex; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); justify-content: space-between; gap: 30px; font-size: .68rem; }
.footer-bottom a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom p:last-child { max-width: 680px; text-align: right; }
.builder-credit { display: block; margin-top: 28px; color: var(--muted); }
.builder-credit a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.privacy-dialog { width: min(620px, calc(100% - 32px)); padding: 45px; border: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.privacy-dialog::backdrop { background: rgba(8, 30, 27, .75); backdrop-filter: blur(4px); }
.privacy-dialog h2 { font-size: 2.5rem; }
.privacy-dialog p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 10px; right: 16px; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 2rem; }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .site-header { height: 72px; background: rgba(255,253,248,.96); }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; display: flex; padding: 45px 28px; align-items: stretch; background: var(--paper); flex-direction: column; gap: 10px; transform: translateX(100%); transition: transform .3s; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.7rem; }
  .site-nav .nav-cta { margin-top: 15px; padding: 15px 18px; border: 0; color: white; background: var(--forest); font-family: var(--sans); font-size: 1rem; text-align: center; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-art { width: min(590px, 90%); margin: 30px auto 0; }
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .credibility-grid > div:nth-child(2) { border-right: 0; }
  .credibility-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .welcome-grid, .support-grid, .fees-grid, .faq-grid, .contact-inner { gap: 60px; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach { min-height: 340px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .approach:nth-child(2) { border-right: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; }
  .process-list li + li { border-top: 0; border-left: 0; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .brand small { display: none; }
  .hero { padding: 110px 0 72px; }
  .hero-intro { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .text-link { align-self: flex-start; }
  .trust-list { gap: 12px 20px; }
  .hero-art { width: 100%; }
  .art-note { right: -5px; bottom: 5px; width: 230px; }
  .credibility-grid { margin-top: -18px; grid-template-columns: 1fr; }
  .credibility-grid > div { min-height: auto; padding: 20px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-grid > div:nth-child(2) { border-right: 0; }
  .credibility-grid > div:last-child { border-bottom: 0; }
  .welcome-grid, .support-grid, .fees-grid, .faq-grid, .contact-inner { grid-template-columns: 1fr; gap: 45px; }
  .lead { font-size: 1.4rem; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach { min-height: auto; padding: 36px 22px; border-right: 0; }
  .approach-icon { margin: 28px 0 22px; }
  .approach-footer { align-items: flex-start; flex-direction: column; }
  .support-art { max-width: 100%; padding: 32px; }
  .support-art p { font-size: 1.4rem; }
  .topic-list { grid-template-columns: 1fr; }
  .process-list li { padding: 28px 8px; }
  .fees-grid { gap: 35px; }
  .fee-panel { padding: 28px 22px; }
  .fee-panel dl div { align-items: flex-start; flex-direction: column; gap: 0; }
  .fee-panel dd { text-align: left; }
  .contact { padding-block: 70px; }
  .button-light strong { font-size: 1.55rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 62px; align-items: flex-start; flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .privacy-dialog { padding: 38px 24px 28px; }
  .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; min-height: 58px; padding: 10px 20px; color: white; background: var(--terracotta); box-shadow: 0 -4px 20px rgba(23,49,45,.15); align-items: center; justify-content: space-between; font-size: .78rem; font-weight: 600; }
  .mobile-call span { font-family: var(--serif); font-size: 1rem; }
}

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

@media print {
  .site-header, .mobile-call, .hero-art, .button, .contact, .site-footer { display: none !important; }
  .hero, .therapy, .fees { color: black; background: white; }
  .section { padding: 30px 0; }
  .reveal { opacity: 1; transform: none; }
}
