:root {
  --ink: #172820;
  --green: #173e34;
  --green-2: #225346;
  --sage: #a8b99d;
  --sage-light: #dfe7d8;
  --cream: #f6f1e7;
  --paper: #fbfaf5;
  --sand: #dec8a8;
  --rust: #ad6847;
  --line: rgba(23, 40, 32, .16);
  --white-line: rgba(255, 255, 255, .17);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --container: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; background: #102b24; }
body { min-height: 100%; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--green-2); }

@media (max-width: 780px), (hover: none) and (pointer: coarse) {
  body { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
  input, textarea, select, option { -webkit-user-select: text; user-select: text; -webkit-touch-callout: default; }
}

.container { width: var(--container); margin-inline: auto; }
.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(-150%); padding: 10px 16px; color: white; background: var(--green); border-radius: 4px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(251, 250, 245, .93); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.page-header { background: rgba(251, 250, 245, .96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; aspect-ratio: 1; background: transparent; border-radius: 50%; }
.brand-mark img { width: 44px; height: 44px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--font-display); font-size: 17px; font-weight: 600; }
.brand small { margin-top: 6px; color: #617167; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; }
.site-nav { display: flex; align-items: center; gap: 19px; }
.site-nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; color: white; background: var(--green); border-radius: 2px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.menu-toggle i { display: block; width: 24px; height: 1px; margin: 7px auto; background: var(--ink); transition: transform .25s; }

.hero { position: relative; min-height: 900px; padding: 142px 0 48px; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.hero-funding-card { position: relative; width: min(420px, 100%); margin: 0 0 32px; padding: 10px; background: rgba(255,255,255,.78); border: 1px solid rgba(23,62,52,.2); box-shadow: 0 15px 38px rgba(23,40,32,.07); }
.hero-funding-card::after { content: ""; position: absolute; right: 14px; bottom: -1px; left: 14px; height: 2px; background: linear-gradient(90deg, var(--green), var(--sage), var(--rust)); }
.hero-funding-card img { width: 100%; height: auto; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 27px; color: #4d6358; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--font-display); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 730px; font-size: clamp(58px, 6.1vw, 92px); }
h1 em, h2 em { color: var(--rust); font-weight: inherit; }
.hero-lead { max-width: 575px; margin: 30px 0 34px; color: #4b5d53; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; text-decoration: none; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 530px; margin-top: 62px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; align-items: flex-start; gap: 11px; }
.hero-proof strong { color: var(--rust); font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.hero-proof span { padding-top: 3px; color: #5f7066; font-size: 10px; font-weight: 600; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.hero-visual { position: relative; padding: 0 12px 24px 0; }
.portrait-frame { position: relative; display: flex; align-items: flex-end; width: min(100%, 495px); aspect-ratio: .755; margin-left: auto; padding: 42px 18px 0; background: linear-gradient(155deg, #edf0e7 0%, #d8e1d4 100%); border-radius: 49% 49% 4px 4px; box-shadow: inset 0 0 0 1px rgba(23,62,52,.1); overflow: visible; }
.portrait-frame::before { content: ""; position: absolute; z-index: 0; width: 74%; aspect-ratio: 1; top: 13%; left: 13%; border: 1px solid rgba(173,104,71,.18); border-radius: 50%; }
.portrait-frame img { position: relative; z-index: 1; width: 100%; max-height: 100%; height: auto; margin: auto auto 0; object-fit: contain; object-position: center bottom; background: transparent; border-radius: 0; filter: saturate(.88) contrast(.98); }
.portrait-note { position: absolute; z-index: 3; right: -79px; top: 205px; color: #5f7066; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg); }
.portrait-card { position: absolute; z-index: 4; bottom: -32px; left: -64px; display: flex; align-items: center; gap: 15px; width: 245px; padding: 18px 20px; color: white; background: var(--green); box-shadow: 0 24px 55px rgba(31, 53, 43, .18); }
.portrait-card p { margin: 0; font-family: var(--font-display); line-height: 1.35; }
.portrait-card-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: var(--sand); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; right: -170px; top: 145px; border: 1px solid rgba(173,104,71,.25); }
.hero-orb-two { width: 150px; height: 150px; left: -70px; bottom: 140px; background: rgba(168,185,157,.22); }
.hero-footnote { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; margin-top: 45px; color: #758078; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero-footnote i { width: 4px; height: 4px; background: var(--rust); border-radius: 50%; }

.manifesto { padding: 92px 0 98px; color: white; background: var(--green); }
.manifesto-grid { display: grid; grid-template-columns: 150px minmax(0, 1.4fr) minmax(250px, .6fr); align-items: end; gap: 48px; }
.section-index { margin: 0; color: var(--sage); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-index-dark { color: #6e7c73; }
.eyebrow-light { margin-bottom: 20px; color: var(--sage); }
.manifesto h2, .process h2, .contact h2 { font-size: clamp(41px, 4.2vw, 65px); }
.manifesto h2 em, .process h2 em, .contact h2 em { color: var(--sand); }
.manifesto-copy { margin: 0; color: #d2dbd5; font-size: 15px; }

.section { padding: 130px 0; }
.specialties { background: var(--paper); }
.section-heading { margin-bottom: 70px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; }
.section-heading h2, .about h2, .local h2, .faq h2 { margin-top: 20px; font-size: clamp(47px, 5vw, 72px); }
.split-heading > p { max-width: 390px; margin: 0 0 7px; color: #647169; }
.specialty-list { border-top: 1px solid var(--line); }
.specialty-item { display: grid; grid-template-columns: 55px 80px 1fr; align-items: center; gap: 25px; padding: 30px 8px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.specialty-item:hover { padding-inline: 20px; background: var(--cream); }
.specialty-number { color: #839088; font-family: var(--font-display); font-size: 15px; }
.line-icon { display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid var(--line); border-radius: 50%; }
.line-icon svg, .process-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.specialty-item > div:last-child { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 50px; }
.specialty-item h3 { margin: 0; font-family: var(--font-display); font-size: 25px; font-weight: 500; }
.specialty-item p { max-width: 630px; margin: 0; color: #68756e; font-size: 14px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 110px; }
.about-photo { position: relative; display: flex; align-items: flex-end; padding: 34px 28px 0; background: linear-gradient(155deg, #e4eadf, #cdd9c7); overflow: visible; }
.about-photo::after { content: ""; position: absolute; top: -20px; right: -20px; width: 45%; height: 60%; border-top: 1px solid var(--rust); border-right: 1px solid var(--rust); opacity: .45; }
.about-photo img { position: relative; z-index: 1; width: 100%; height: auto; margin: auto auto 0; object-fit: contain; object-position: center bottom; background: transparent; filter: saturate(.8); }
.about-stamp { position: absolute; z-index: 2; right: -51px; bottom: 46px; display: grid; place-items: center; width: 116px; height: 116px; color: var(--green); background: var(--sage-light); border-radius: 50%; font-family: var(--font-display); font-size: 13px; line-height: 1.3; text-align: center; transform: rotate(-10deg); }
.about-copy { max-width: 610px; }
.about-lead { margin: 34px 0 20px; color: var(--green); font-family: var(--font-display); font-size: 25px; line-height: 1.45; }
.about-copy > p:not(.section-index):not(.about-lead) { color: #58675e; }
.about blockquote { position: relative; margin: 32px 0; padding: 22px 0 22px 29px; border-left: 2px solid var(--rust); color: var(--green); font-family: var(--font-display); font-size: 20px; font-style: italic; line-height: 1.5; }
.text-link-dark { color: var(--green); }

.process { color: white; background: var(--green); }
.process-heading { display: grid; grid-template-columns: 220px 1fr; align-items: start; }
.process-heading h2 { margin-top: -10px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.process-step { position: relative; min-height: 405px; padding: 35px 38px; border-right: 1px solid var(--white-line); }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--sage); font-family: var(--font-display); font-size: 13px; }
.process-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 45px 0 28px; color: var(--sand); border: 1px solid var(--white-line); border-radius: 50%; }
.process-icon svg { width: 43px; }
.process-step h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: 26px; font-weight: 500; }
.process-step p { margin: 0; color: #cbd6d0; font-size: 14px; }
.process-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 45px; }
.process-cta p { margin: 0; color: #cbd6d0; font-family: var(--font-display); font-size: 22px; line-height: 1.45; }
.process-cta strong { color: white; font-weight: 500; }
.button-light { color: var(--green); background: var(--cream); }

.local { background: var(--paper); }
.local-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; gap: 95px; }
.local-copy p:not(.section-index) { max-width: 480px; color: #657169; }
.local address { margin: 30px 0; padding-left: 22px; border-left: 2px solid var(--rust); font-style: normal; }
.local address strong { color: var(--green); }
.button-outline { border-color: var(--green); color: var(--green); background: transparent; }
.button-outline:hover { color: white; background: var(--green); }
.map-card { position: relative; min-height: 540px; background: #dbe4d7; overflow: hidden; }
.map-pattern, .map-pattern::before, .map-pattern::after { position: absolute; inset: 0; }
.map-pattern { background: linear-gradient(25deg, transparent 48%, rgba(255,255,255,.85) 49%, rgba(255,255,255,.85) 51%, transparent 52%), linear-gradient(-38deg, transparent 47%, rgba(255,255,255,.65) 48%, rgba(255,255,255,.65) 50%, transparent 51%); background-size: 150px 110px, 190px 170px; transform: rotate(-5deg) scale(1.15); }
.map-pattern::before { content: ""; background: linear-gradient(70deg, transparent 48%, rgba(23,62,52,.13) 49%, rgba(23,62,52,.13) 50%, transparent 51%); background-size: 90px 140px; }
.map-pattern i { position: absolute; display: block; height: 8px; background: rgba(23,62,52,.17); border-radius: 9px; transform: rotate(-28deg); }
.map-pattern i:nth-child(1) { width: 190px; top: 12%; left: 8%; }.map-pattern i:nth-child(2) { width: 330px; top: 42%; left: 16%; }.map-pattern i:nth-child(3) { width: 210px; right: 1%; bottom: 15%; }.map-pattern i:nth-child(4) { width: 160px; right: 6%; top: 18%; transform: rotate(38deg); }.map-pattern i:nth-child(5) { width: 270px; left: -5%; bottom: 23%; transform: rotate(28deg); }
.map-pin { position: absolute; top: 45%; left: 57%; display: grid; place-items: center; width: 42px; height: 42px; background: var(--rust); border: 7px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 7px 20px rgba(23,40,32,.2); transform: rotate(-45deg); }
.map-pin span { width: 8px; height: 8px; background: white; border-radius: 50%; }
.map-label { position: absolute; top: calc(45% + 56px); left: calc(57% - 64px); width: 180px; padding: 17px; background: white; box-shadow: 0 18px 45px rgba(23,40,32,.12); }
.map-label small, .map-label span { display: block; color: #758178; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.map-label strong { display: block; margin: 4px 0 2px; font-family: var(--font-display); font-size: 20px; }
.map-coordinates { position: absolute; right: 22px; bottom: 18px; color: rgba(23,40,32,.58); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.guides { background: #eef1e9; }
.guides-heading { margin-bottom: 55px; }
.guides-intro { max-width: 420px; }
.guides-intro p { margin: 0 0 22px; color: #627068; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 29px; background: var(--paper); border: 1px solid rgba(23,40,32,.1); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.guide-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(23,40,32,.08); }
.guide-card-featured { color: white; background: var(--green); border-color: var(--green); }
.guide-card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 15px; color: #6b7970; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.guide-card-top b { font-weight: 500; }
.guide-card-featured .guide-card-top { color: var(--sage); }
.guide-number { position: absolute; right: 18px; top: 48px; color: rgba(23,62,52,.055); font-family: var(--font-display); font-size: 150px; line-height: 1; }
.guide-card-featured .guide-number { color: rgba(255,255,255,.055); }
.guide-card h3 { position: relative; z-index: 1; margin: 88px 0 18px; font-family: var(--font-display); font-size: 29px; font-weight: 500; line-height: 1.18; letter-spacing: -.025em; }
.guide-card p { position: relative; z-index: 1; margin: 0 0 28px; color: #657169; font-size: 14px; }
.guide-card-featured p { color: #cbd6d0; }
.guide-card > a { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; text-decoration: none; }
.guide-card-featured > a { border-color: var(--white-line); }
.guides-note { margin: 25px 0 0; color: #758178; font-size: 11px; }

.knowledge-page { background: var(--paper); }
.knowledge-hero { padding: 175px 0 105px; color: white; background: var(--green); }
.knowledge-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.knowledge-hero h1 { font-size: clamp(55px, 6vw, 88px); }
.knowledge-hero h1 em { color: var(--sand); }
.knowledge-hero-copy { padding-bottom: 8px; }
.knowledge-hero-copy p { margin: 0 0 28px; color: #d1dbd5; font-size: 16px; }
.knowledge-hero-copy span { color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-jump { position: sticky; z-index: 20; top: 86px; background: rgba(251,250,245,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.article-jump .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.article-jump a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 61px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 600; text-decoration: none; }
.article-jump a:first-child { border-left: 1px solid var(--line); }
.article-jump span { color: var(--rust); font-family: var(--font-display); font-size: 15px; }
.guide-article { padding: 125px 0; scroll-margin-top: 150px; }
.guide-article-alt { background: var(--cream); }
.guide-article-grid { display: grid; grid-template-columns: 180px minmax(0, 760px); justify-content: center; gap: 85px; }
.guide-article aside { padding-top: 12px; color: #718078; }
.guide-article aside > span { display: block; margin-bottom: 15px; color: var(--rust); font-family: var(--font-display); font-size: 56px; line-height: 1; }
.guide-article aside p { padding-top: 15px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 600; letter-spacing: .12em; line-height: 1.7; text-transform: uppercase; }
.article-body h2 { max-width: 760px; font-size: clamp(44px, 5vw, 68px); }
.article-body h3 { margin: 50px 0 14px; color: var(--green); font-family: var(--font-display); font-size: 27px; font-weight: 500; }
.article-body > p:not(.eyebrow):not(.article-lead):not(.article-source) { color: #58675e; }
.article-lead { margin: 34px 0; color: var(--green); font-family: var(--font-display); font-size: 22px; line-height: 1.55; }
.article-callout { margin: 38px 0; padding: 28px 30px; background: #e7ece3; border-left: 2px solid var(--rust); }
.guide-article-alt .article-callout { background: rgba(255,255,255,.65); }
.article-callout strong { color: var(--green); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.article-callout p { margin: 9px 0 0; }
.article-checklist { display: grid; gap: 11px; margin: 30px 0; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding-left: 29px; color: #4f6057; }
.article-checklist li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; color: white; background: var(--green); border-radius: 50%; font-size: 10px; }
.article-steps { margin: 35px 0; padding: 0; counter-reset: steps; list-style: none; }
.article-steps li { display: grid; grid-template-columns: 1fr 1.4fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.article-steps strong { color: var(--green); font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.article-steps span { color: #607067; font-size: 14px; }
.article-source { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: #718078; font-size: 11px; }
.article-source a { font-weight: 600; }
.knowledge-cta { padding: 80px 0; color: white; background: var(--green); }
.knowledge-cta .container { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.knowledge-cta h2 { font-size: clamp(40px, 4vw, 60px); }
.knowledge-cta h2 em { color: var(--sand); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:last-child { max-width: 400px; margin-top: 30px; color: #67736b; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: currentColor; }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details[open] summary { padding-bottom: 18px; }
.accordion details div { overflow: visible; }
.accordion details p { max-width: 680px; margin: 0 45px 28px 0; color: #68756e; line-height: 1.7; }
.accordion summary:focus-visible { color: var(--rust); outline: none; }

.contact { position: relative; padding: 125px 0; color: white; background: var(--green); overflow: hidden; }
.contact-shape { position: absolute; width: 540px; height: 540px; left: -260px; bottom: -260px; border: 1px solid rgba(222,200,168,.2); border-radius: 50%; box-shadow: 0 0 0 65px rgba(222,200,168,.035), 0 0 0 130px rgba(222,200,168,.025); }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p:not(.section-index) { max-width: 470px; color: #cbd6d0; }
.contact-links { margin-top: 48px; border-top: 1px solid var(--white-line); }
.contact-links a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--white-line); text-decoration: none; transition: color .2s, padding .2s; }
.contact-links a:hover { padding-left: 5px; color: var(--sand); }
.contact-link-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--white-line); border-radius: 50%; }
.contact-link-icon img { width: 13px; height: 13px; }
.contact-link-copy, .contact-link-copy span, .contact-link-copy strong { display: block; }
.contact-link-copy span { color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-link-copy strong { margin-top: 4px; color: white; font-family: var(--font-display); font-size: 17px; font-weight: 500; overflow-wrap: anywhere; }
.contact-links a > b { color: var(--sage); font-size: 13px; font-weight: 400; }
.contact-socials { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.contact-socials > span { color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-socials > div { display: flex; gap: 8px; }
.contact-socials a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--white-line); border-radius: 50%; transition: background .2s, transform .2s; }
.contact-socials a:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.contact-socials img { width: 13px; height: 13px; }
.contact-form { padding: 46px; color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; color: #55645b; font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input:not([type=checkbox]), .contact-form textarea, .contact-form select { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #b9c2bb; border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green); box-shadow: 0 1px 0 var(--green); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 25px; color: #667269; font-size: 11px; }
.consent input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--green); }
.contact-form .consent > span { display: inline; margin: 0; color: inherit; font-size: inherit; font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.form-submit { min-width: 210px; border: 0; }
.form-status { min-height: 24px; margin: 14px 0 0; color: #56665c; font-size: 13px; }
.form-status.success { color: #17613f; }.form-status.error { color: #9b3f30; }
.form-privacy-hint { margin: -5px 0 20px; color: #7a6c64; font-size: 11px; line-height: 1.55; }

.pricing-hero { position: relative; padding: 175px 0 105px; background: var(--cream); overflow: hidden; }
.pricing-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -230px; border: 1px solid rgba(173,104,71,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(168,185,157,.07); }
.pricing-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.pricing-hero h1 { font-size: clamp(56px, 6vw, 88px); }
.pricing-hero-copy { padding-bottom: 8px; }
.pricing-hero-copy p { margin: 0 0 28px; color: #586a60; font-size: 17px; }
.pricing-section { background: var(--paper); }
.pricing-section-heading { display: grid; grid-template-columns: 190px 1fr; align-items: start; gap: 55px; margin-bottom: 65px; }
.pricing-section-heading h2 { font-size: clamp(45px, 5vw, 70px); }
.visit-includes { display: grid; grid-template-columns: 76px minmax(0, 1.2fr) minmax(260px, .8fr); align-items: center; gap: 30px; margin-bottom: 90px; padding: 34px 40px; color: var(--ink); background: #e8ede4; border: 1px solid rgba(173,104,71,.35); box-shadow: inset 0 0 0 7px rgba(250,248,241,.55); }
.visit-includes-mark { display: grid; place-items: center; width: 66px; height: 66px; color: white; background: var(--green); border-radius: 50%; font-family: var(--font-display); font-size: 28px; }
.visit-includes .price-kicker { margin: 0 0 8px; padding: 0; color: var(--rust); background: none; }
.visit-includes h2 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(28px, 3vw, 42px); font-weight: 600; line-height: 1.05; }
.visit-includes h2 + p { max-width: 650px; margin: 12px 0 0; color: #59685f; }
.visit-includes-note { margin: 0; padding-left: 30px; color: #44574d; border-left: 1px solid rgba(23,62,52,.22); font-family: var(--font-display); font-size: 20px; line-height: 1.45; }
.consultation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.price-panel { position: relative; padding: 0 35px 12px; background: var(--cream); border: 1px solid rgba(23,62,52,.18); }
.price-kicker { margin: 0 -35px 8px; padding: 18px 35px; color: white; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.price-panel-green .price-kicker { background: var(--green); }
.price-panel-rust .price-kicker { background: var(--rust); }
.price-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; min-height: 150px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row h3 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: 26px; font-weight: 500; line-height: 1.25; }
.price-row span { display: block; margin-top: 4px; color: #6c796f; font-size: 13px; }
.price-row p { max-width: 360px; margin: 12px 0 0; color: #5c6b62; font-size: 14px; }
.price-row > strong, .extras-grid strong { color: var(--ink); font-family: var(--font-display); font-size: 48px; font-weight: 500; line-height: 1; white-space: nowrap; }
.price-row small, .extras-grid small, .program-card-top small { font-family: var(--font-body); font-size: 14px; font-weight: 600; }
.consultation-note { max-width: 790px; margin: 30px auto 0; color: #5a6a61; font-size: 16px; line-height: 1.7; text-align: center; }
.meal-plan-includes { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; margin-top: 26px; padding: 42px 48px; background: #e8ede4; border-left: 3px solid var(--rust); }
.meal-plan-includes .eyebrow { margin-bottom: 16px; }
.meal-plan-includes h3 { margin: 0; font-family: var(--font-display); font-size: 30px; font-weight: 500; line-height: 1.25; }
.pricing-checklist { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pricing-checklist li { position: relative; padding-left: 27px; color: #536259; font-size: 14px; line-height: 1.5; }
.pricing-checklist li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 17px; height: 17px; color: white; background: var(--green); border-radius: 50%; font-size: 9px; font-weight: 600; }
.programs-section { color: white; background: var(--green); }
.pricing-section-heading-light .section-index { color: var(--sage); }
.pricing-section-heading-light h2 em { color: var(--sand); }
.program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.program-card { position: relative; display: flex; flex-direction: column; padding: 30px 28px 34px; color: var(--ink); background: var(--paper); border-top: 3px solid var(--sage); }
.program-card-featured { border-top-color: var(--rust); transform: translateY(-14px); box-shadow: 0 25px 55px rgba(5,21,17,.18); }
.popular-label { position: absolute; top: -15px; left: 50%; z-index: 1; padding: 7px 13px; color: white; background: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.program-card-top { display: grid; grid-template-columns: minmax(0, 1fr); align-content: start; min-height: 168px; margin-bottom: 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.program-card-top span { color: #6c796f; font-size: 11px; letter-spacing: .06em; }
.program-card-top h3 { margin: 6px 0 0; color: var(--green); font-family: var(--font-display); font-size: 32px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.program-card-top > strong { justify-self: start; margin-top: 20px; padding: 10px 11px; color: var(--green); background: #efe4d4; font-family: var(--font-display); font-size: 31px; font-weight: 500; line-height: 1; white-space: nowrap; }
.program-card .pricing-checklist { flex: 1; align-content: start; }
.duet-section { background: var(--cream); }
.duet-intro { max-width: 780px; margin: -28px auto 70px; color: #56665d; font-size: 17px; line-height: 1.7; text-align: center; }
.duet-card { min-height: 315px; background: var(--paper); border: 1px solid rgba(23,62,52,.14); border-top: 3px solid var(--rust); }
.duet-card.program-card-featured { border-top-color: var(--green); }
.duet-card > p { margin: auto 0 0; color: #536259; font-size: 15px; line-height: 1.65; }
.pricing-closing { max-width: 720px; margin: 65px auto 0; color: var(--green); font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); line-height: 1.35; text-align: center; }
.extras-section { background: var(--cream); }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.extras-grid article { display: flex; flex-direction: column; min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extras-grid article > span { color: var(--rust); font-family: var(--font-display); font-size: 18px; }
.extras-grid h3 { margin: 30px 0; color: var(--green); font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1.3; }
.extras-grid strong { margin-top: auto; }
.pricing-cta { padding: 85px 0; color: white; background: var(--rust); }
.pricing-cta .container { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.pricing-cta h2 { font-size: clamp(40px, 4vw, 58px); }
.pricing-cta h2 em { color: #f4dfc1; }
.pricing-cta .eyebrow-light { color: #f6e8dc; }

.legal-hero, .project-hero { padding: 150px 0 92px; background: var(--cream); }
.legal-hero-grid, .project-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; }
.legal-hero h1, .project-hero h1 { font-size: clamp(55px, 6vw, 86px); }
.legal-hero-grid > p, .project-hero-grid > p { margin: 0 0 8px; color: #5c6c63; font-size: 17px; }
.legal-content, .project-content { background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: 220px minmax(0, 790px); justify-content: center; gap: 90px; }
.legal-grid aside { position: sticky; top: 125px; align-self: start; display: grid; gap: 10px; padding-top: 10px; }
.legal-grid aside span, .project-details aside span { color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.legal-grid aside strong { font-family: var(--font-display); font-size: 20px; font-weight: 500; }
.legal-grid aside a { margin-top: 16px; font-size: 12px; font-weight: 600; }
.legal-grid article h2 { margin: 48px 0 14px; color: var(--green); font-family: var(--font-display); font-size: 30px; font-weight: 500; letter-spacing: -.02em; }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article p, .legal-grid article li { color: #55645b; }
.legal-grid article li + li { margin-top: 8px; }
.legal-callout, .project-missing { margin: 34px 0; padding: 24px 28px; background: var(--cream); border-left: 2px solid var(--rust); }
.legal-callout strong, .project-missing strong { color: var(--green); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-callout p, .project-missing p { margin: 8px 0 0; }

.project-poster { margin: 0 0 90px; padding: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(23,40,32,.08); }
.project-poster img { width: 100%; }
.project-details { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 80px; }
.project-details aside { align-self: start; display: grid; gap: 12px; padding-top: 9px; }
.project-details aside strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1.35; }
.project-details aside small { color: #6a786f; }
.project-details article h2 { margin-bottom: 28px; font-size: clamp(37px, 4vw, 56px); line-height: 1.1; }
.project-lead { color: #4f6057; font-size: 18px; }
.project-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-facts div { min-height: 180px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts span { color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-facts p { margin: 12px 0 0; color: #55645b; font-size: 14px; }
.project-tags { margin-top: 30px; color: var(--green); font-weight: 600; letter-spacing: .04em; }

.site-footer { color: #d1dad4; background: #102b24; padding-bottom: env(safe-area-inset-bottom, 0px); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 70px; padding: 68px 0; }
.brand-footer .brand-mark { background: transparent; }
.brand-footer strong { color: white; }.brand-footer small { color: var(--sage); }
.footer-top > p { margin: 0; font-family: var(--font-display); font-size: 20px; line-height: 1.45; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.footer-nav a { color: #c3d0c9; font-size: 12px; text-decoration: none; }
.footer-links-wrap { display: grid; gap: 28px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { display: grid; place-items: center; width: 32px; height: 32px; color: var(--sage-light); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.footer-socials a:hover { color: var(--green); background: var(--sage-light); transform: translateY(-2px); }
.footer-socials img { width: 13px; height: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: #809189; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .13s; }.reveal-delay-two { transition-delay: .24s; }

:focus-visible { outline: 3px solid #d39978; outline-offset: 4px; }

@media (max-width: 1020px) {
  :root { --container: min(100% - 36px, 900px); }
  .site-nav { gap: 18px; }.site-nav a { font-size: 12px; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid { gap: 38px; }.portrait-card { left: -25px; }.portrait-note { display: none; }
  .manifesto-grid { grid-template-columns: 110px 1fr; }.manifesto-copy { grid-column: 2; max-width: 550px; }
  .specialty-item > div:last-child { grid-template-columns: 1fr 1.3fr; gap: 25px; }
  .about-grid { gap: 65px; }.about-stamp { right: -30px; }
  .local-grid { gap: 55px; }.faq-grid, .contact-grid { gap: 55px; }
  .guide-card { min-height: 420px; padding: 25px; }.guide-card h3 { font-size: 25px; }
  .guide-article-grid { grid-template-columns: 130px minmax(0, 690px); gap: 50px; }
  .program-grid { grid-template-columns: 1fr; gap: 28px; }.program-card-featured { transform: none; }
  .extras-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --container: calc(100% - 32px); }
  html { scroll-padding-top: 74px; }
  .header-inner { height: 74px; }
  .brand strong { font-size: 15px; }.brand small { font-size: 9px; }
  .brand-mark { width: 39px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-toggle[aria-expanded=true] i:first-of-type { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded=true] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; width: 100%; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 21px; padding: max(28px, env(safe-area-inset-top)) 28px max(28px, env(safe-area-inset-bottom)); color: white; background: var(--green); overflow-y: auto; overscroll-behavior: contain; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, visibility .25s, transform .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--font-display); font-size: 33px; font-weight: 500; }
  .site-nav .nav-cta { margin-top: 15px; padding: 13px 18px; color: var(--green); background: var(--cream); font-family: var(--font-body); font-size: 13px; }
  .menu-toggle[aria-expanded=true] i { background: white; }
  body.menu-open { overflow: hidden; overscroll-behavior: none; touch-action: none; }
  body.menu-open .site-header { inset: 0; height: 100vh; height: 100dvh; background: var(--green); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hero { padding: 118px 0 34px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-funding-card { width: 100%; margin-bottom: 30px; padding: 7px; }
  h1 { font-size: clamp(53px, 15vw, 74px); }
  .hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { margin-top: 42px; }.hero-proof div { display: block; }.hero-proof span { display: block; }
  .hero-visual { margin-top: 20px; padding: 0 16px 25px 15px; }.portrait-frame { width: min(90%, 480px); margin: auto; padding: 34px 14px 0; }.portrait-card { left: -17px; bottom: -24px; }.portrait-frame::before { width: 74%; top: 13%; left: 13%; }
  .hero-footnote { margin-top: 55px; }
  .manifesto { padding: 75px 0; }.manifesto-grid { grid-template-columns: 1fr; gap: 30px; }.manifesto-copy { grid-column: auto; }.manifesto h2 { font-size: 43px; }
  .section { padding: 90px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading { margin-bottom: 48px; }.section-heading h2, .about h2, .local h2, .faq h2 { font-size: 49px; }
  .specialty-item { grid-template-columns: 36px 58px 1fr; gap: 12px; padding: 24px 0; }.specialty-item:hover { padding-inline: 8px; }.line-icon { width: 52px; height: 52px; }.specialty-item > div:last-child { grid-template-columns: 1fr; gap: 7px; }.specialty-item h3 { font-size: 21px; }.specialty-item p { font-size: 13px; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }.about-photo { width: min(85%, 520px); }.about-stamp { right: -50px; }
  .process-heading { grid-template-columns: 1fr; gap: 30px; }.process-heading h2 { font-size: 47px; }.process-grid { grid-template-columns: 1fr; }.process-step { min-height: 0; padding: 35px 10px 40px; border-right: 0; border-bottom: 1px solid var(--white-line); }.process-step:last-child { border: 0; }.process-icon { margin: 25px 0 20px; }.process-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .local-grid { grid-template-columns: 1fr; }.map-card { min-height: 440px; }
  .guide-grid { grid-template-columns: 1fr; }.guide-card { min-height: 360px; }.guide-card h3 { margin-top: 72px; }
  .knowledge-hero { padding: 135px 0 75px; }.knowledge-hero-grid { grid-template-columns: 1fr; gap: 40px; }.article-jump { top: 74px; overflow-x: auto; scrollbar-width: none; }.article-jump::-webkit-scrollbar { display: none; }.article-jump .container { min-width: 640px; }.guide-article { padding: 85px 0; }.guide-article-grid { grid-template-columns: 1fr; gap: 30px; }.guide-article aside { display: flex; align-items: center; gap: 18px; }.guide-article aside > span { margin: 0; font-size: 40px; }.guide-article aside p { margin: 0; padding: 0 0 0 18px; border-top: 0; border-left: 1px solid var(--line); }.article-body h2 { font-size: 44px; }.article-lead { font-size: 19px; }.article-steps li { grid-template-columns: 1fr; gap: 7px; }.knowledge-cta .container { align-items: flex-start; flex-direction: column; }
  .faq-grid { grid-template-columns: 1fr; }.faq-intro { position: static; }.accordion summary { font-size: 19px; }
  .contact-grid { grid-template-columns: 1fr; }.contact-form { padding: 31px 25px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact h2 { font-size: 47px; }
  .pricing-hero { padding: 135px 0 75px; }.pricing-hero-grid { grid-template-columns: 1fr; gap: 35px; }.pricing-hero-copy p { font-size: 15px; }
  .pricing-section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }.pricing-section-heading h2 { font-size: 47px; }
  .visit-includes { grid-template-columns: 60px 1fr; gap: 24px; margin-bottom: 65px; padding: 30px; }.visit-includes-mark { width: 56px; height: 56px; }.visit-includes-note { grid-column: 2; padding: 22px 0 0; border-top: 1px solid rgba(23,62,52,.22); border-left: 0; }
  .consultation-grid { grid-template-columns: 1fr; }.meal-plan-includes { grid-template-columns: 1fr; gap: 30px; padding: 34px 28px; }
  .duet-intro { margin-top: -20px; margin-bottom: 52px; text-align: left; }
  .pricing-cta .container { align-items: flex-start; flex-direction: column; }
  .legal-hero, .project-hero { padding: 118px 0 70px; }
  .legal-hero-grid, .project-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .legal-hero-grid > p, .project-hero-grid > p { font-size: 15px; }
  .legal-grid, .project-details { grid-template-columns: 1fr; gap: 45px; }
  .legal-grid aside { position: static; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
  .legal-grid article h2 { font-size: 27px; }
  .project-poster { margin-bottom: 60px; padding: 7px; }
  .project-details article h2 { font-size: 38px; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts div { min-height: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .hero-proof { gap: 10px; }.hero-proof strong { font-size: 20px; }.hero-proof span { font-size: 8px; }
  .portrait-card { width: 215px; padding: 15px; }.portrait-card p { font-size: 14px; }
  .specialty-item { grid-template-columns: 30px 1fr; }.specialty-item .line-icon { display: none; }
  .about-stamp { right: -40px; width: 100px; height: 100px; }
  .map-label { left: 30%; }
  .price-panel { padding-inline: 22px; }.price-kicker { margin-inline: -22px; padding-inline: 22px; }.price-row { grid-template-columns: 1fr; gap: 18px; }.price-row > strong { font-size: 42px; }
  .program-card { padding-inline: 22px; }.program-card-top { flex-direction: column; }.program-card-top > strong { align-self: flex-start; }
  .visit-includes { grid-template-columns: 1fr; padding: 25px 22px; }.visit-includes-mark { width: 50px; height: 50px; }.visit-includes .price-kicker { margin-inline: 0; padding-inline: 0; }.visit-includes-note { grid-column: 1; font-size: 18px; }
  .program-card-top h3 { font-size: 28px; }.duet-card { min-height: 0; }.pricing-closing { margin-top: 48px; }
  .extras-grid { grid-template-columns: 1fr; }.extras-grid article { min-height: 205px; }
}

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