:root {
  --ink: #091218;
  --charcoal: #283842;
  --slate: #394b54;
  --turquoise: #08a9b8;
  --turquoise-dark: #057783;
  --turquoise-pale: #dff5f5;
  --gold: #b58b53;
  --gold-light: #d9ba82;
  --cream: #f1e8cb;
  --paper: #f8f5ec;
  --white: #fff;
  --muted: #68737a;
  --line: #d8dcd9;
  --danger: #8d2431;
  --max: 1240px;
  --content: 760px;
  --shadow: 0 20px 55px rgba(9,18,24,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.8vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1em; }
.wrap { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: .75rem; padding: .7rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.eyebrow { margin: 0 0 1.1rem; color: var(--turquoise-dark); font-weight: 700; font-size: .8rem; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #74dfe5; }
.lead { max-width: 48rem; color: var(--slate); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.25rem; border: 1px solid var(--turquoise); border-radius: 2px; background: var(--turquoise); color: var(--ink); font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--white); transform: translateY(-1px); }
.button.small { min-height: 42px; padding: .65rem 1rem; }
.button.gold { background: var(--gold-light); border-color: var(--gold-light); }
.button.outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button svg, .text-link svg, .link-grid svg, .service-card svg, .resource-grid svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.text-link:hover { color: var(--turquoise-dark); }
.text-link.light { color: var(--white); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }

.crisis-strip { background: var(--ink); color: #d7e0e2; font-size: .78rem; }
.crisis-strip .wrap { display: flex; justify-content: flex-end; gap: .75rem; padding-block: .35rem; }
.crisis-strip a { color: var(--white); font-weight: 700; }
.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(40,56,66,.15); background: rgba(255,255,255,.97); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .65rem; color: var(--ink); text-decoration: none; }
.brand img { width: 62px; height: 42px; object-fit: contain; object-position: center; }
.brand span { display: grid; line-height: 1; text-transform: uppercase; }
.brand b { font-size: .85rem; letter-spacing: .2em; }
.brand em { margin-top: .38rem; color: var(--turquoise-dark); font-size: .68rem; font-style: normal; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.5vw, 1.3rem); }
.desktop-nav > a:not(.button) { padding-block: .6rem; color: var(--charcoal); font-size: .86rem; font-weight: 700; text-decoration: none; }
.desktop-nav > a:not(.button):hover { color: var(--turquoise-dark); }
.desktop-nav .nav-search { padding-inline: .35rem; }
.nav-search svg, .menu-button svg { width: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-button { display: none; align-items: center; gap: .55rem; min-height: 46px; padding: .6rem .8rem; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-weight: 700; }
.mobile-nav { position: absolute; inset: 100% 0 auto; padding: .4rem 1.25rem 1.25rem; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav > a:not(.button) { min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.mobile-nav svg { width: 1rem; fill: none; stroke: currentColor; }
.mobile-nav .button { width: 100%; margin-top: 1rem; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; padding-block: .8rem; color: var(--muted); font-size: .78rem; text-transform: capitalize; }
.breadcrumbs a { color: var(--slate); text-underline-offset: .2rem; }

.home-hero { min-height: 710px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(100deg, var(--paper) 0 59%, #ecf5f4 59%); }
.home-hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 4rem; padding-block: 5rem; }
.home-copy h1 em { color: var(--turquoise-dark); font-style: italic; }
.home-copy .lead { max-width: 42rem; margin: 2rem 0; }
.reassurance { max-width: 35rem; margin: 2rem 0 0; padding-left: 1rem; border-left: 2px solid var(--gold); color: var(--muted); font-size: .9rem; }
.connection-map { position: relative; min-height: 530px; }
.map-centre { position: absolute; z-index: 2; left: 50%; top: 50%; width: 190px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: var(--ink); color: var(--white); transform: translate(-50%,-50%); text-align: center; box-shadow: 0 0 0 20px rgba(255,255,255,.55); }
.map-centre span { color: var(--gold-light); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.map-centre strong { margin-top: .35rem; font-family: Georgia,serif; font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.map-item { position: absolute; z-index: 2; width: 180px; min-height: 112px; padding: 1.2rem; border: 1px solid rgba(40,56,66,.15); background: rgba(255,255,255,.95); color: var(--ink); text-decoration: none; box-shadow: 0 12px 35px rgba(9,18,24,.08); transition: transform .2s,border-color .2s; }
.map-item:hover { transform: translateY(-4px); border-color: var(--turquoise); }
.map-item b, .map-item small { display: block; }
.map-item b { font-family: Georgia,serif; font-size: 1.45rem; font-weight: 400; }
.map-item small { margin-top: .6rem; color: var(--muted); }
.m1 { left: 2%; top: 7%; }.m2 { right: 0; top: 15%; }.m3 { left: 1%; bottom: 9%; }.m4 { right: 2%; bottom: 4%; }
.gold-curve { position: absolute; z-index: 3; inset: 38% -8% auto; width: 116%; height: 150px; pointer-events: none; }
.gold-curve path { fill: none; stroke: var(--gold); stroke-width: 8; stroke-linecap: round; }

.service-section, .people-section, .resources-tease { padding: clamp(5rem,9vw,9rem) 0; }
.section-heading { max-width: 790px; margin-bottom: 3.5rem; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; }
.section-heading.split > p { max-width: 34rem; margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 300px; grid-column: span 4; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background .2s,color .2s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 6; }
.service-card:hover { background: var(--ink); color: var(--white); }
.card-no { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.service-card > p { margin: auto 0 .45rem; color: var(--turquoise-dark); font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.service-card:hover > p { color: #70dce3; }
.service-card small { margin-top: .75rem; color: var(--muted); line-height: 1.5; }
.service-card:hover small { color: #c6d0d4; }
.service-card i { position: absolute; right: 2rem; top: 2rem; font-style: normal; }

.philosophy-section { overflow: hidden; background: var(--ink); color: var(--white); }
.philosophy-grid { min-height: 640px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5rem; }
.philosophy-grid h2 { max-width: 650px; }
.philosophy-grid p:not(.eyebrow) { max-width: 620px; margin: 2rem 0; color: #c7d2d6; font-size: 1.1rem; }
.philosophy-mark { position: relative; height: 100%; min-height: 480px; display: grid; place-content: center; padding: clamp(2rem,5vw,4rem); border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
.philosophy-logo { display: grid; place-items: center; padding: clamp(1.5rem,4vw,3rem); background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.philosophy-logo img { display: block; width: min(100%,520px); height: auto; }

.start-section { padding: clamp(5rem,9vw,8rem) 0; background: var(--cream); }
.start-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; }
.section-no { display: block; margin-bottom: 1.25rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.start-title p { max-width: 31rem; margin-top: 1.5rem; color: var(--slate); font-size: 1.05rem; }
.start-options > a { min-height: 124px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: .4rem 2rem; padding: 1.5rem 1.7rem; border-top: 1px solid rgba(9,18,24,.25); color: var(--ink); text-decoration: none; }
.start-options > a span { font-family: Georgia,serif; font-size: 1.55rem; }
.start-options > a small { color: var(--slate); }
.start-options > a svg { width: 1.4rem; grid-column: 2; grid-row: 1/3; align-self: center; fill: none; stroke: currentColor; stroke-width: 1.5; }
.start-options > a:hover, .start-options > a.featured { background: var(--white); }
.start-options > p { margin: 1rem 0 0; color: var(--muted); font-size: .84rem; }

.people-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; }
.monogram-panel { min-height: 480px; display: grid; align-content: center; padding: 4rem; background: var(--paper); }
.monogram-panel img { width: 100%; height: 280px; object-fit: contain; }
.monogram-panel span { padding-top: 1.5rem; border-top: 1px solid var(--gold); color: var(--slate); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.people-grid > div:last-child > p:not(.eyebrow) { margin: 1.7rem 0; color: var(--slate); font-size: 1.08rem; }

.dual-feature { background: linear-gradient(90deg,var(--slate) 0 50%,var(--paper) 50%); }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; }
.dual-grid article { min-height: 500px; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,6rem); }
.dual-grid article:first-child { color: var(--white); }
.dual-grid article p:not(.eyebrow) { max-width: 31rem; margin: 1.5rem 0; color: #d1dadd; }
.dual-grid article:last-child p:not(.eyebrow) { color: var(--slate); }

.referral-section { padding: clamp(5rem,9vw,9rem) 0; }
.referral-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; }
.referral-grid > div:last-child > p { max-width: 600px; color: var(--slate); font-size: 1.1rem; }
.relationship-list { margin: 2.5rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.relationship-list li { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.relationship-list span { color: var(--gold); font-size: .75rem; font-weight: 700; }
.relationship-list small { color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.resource-grid a { min-height: 290px; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: box-shadow .2s,transform .2s; }
.resource-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.resource-grid span { color: var(--turquoise-dark); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.resource-grid h3 { margin-top: auto; }
.resource-grid p { color: var(--muted); }
.resource-grid svg { align-self: flex-end; }

.page-hero { position: relative; overflow: hidden; background: var(--paper); }
.page-hero-grid { min-height: 505px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 5rem; padding-block: 4.5rem; }
.page-hero h1 { max-width: 850px; font-size: clamp(3.2rem,6vw,6rem); }
.page-hero .lead { margin-top: 1.8rem; }
.hero-aside { position: relative; min-height: 340px; display: grid; align-content: center; padding: 3rem; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-aside span, .hero-aside strong { position: relative; z-index: 5; display: block; }
.hero-aside span { color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-aside strong { margin-top: .5rem; font-family: Georgia,serif; font-size: clamp(2rem,4vw,3.8rem); font-weight: 400; line-height: 1.05; }
.hero-aside .gold-curve { display: none; }
.urgent-hero { background: #f8e9e9; }
.urgent-hero .hero-aside { background: var(--danger); }
.page-intro { padding: 4.5rem 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 4rem; }
.intro-label { color: var(--turquoise-dark); font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.intro-copy { max-width: 850px; margin: 0; font-family: Georgia,serif; font-size: clamp(1.5rem,2.7vw,2.2rem); line-height: 1.35; }
.review-note { max-width: 850px; margin-top: 2rem; padding: 1.2rem 1.4rem; border-left: 4px solid var(--gold); background: #fbf3e3; }
.review-note strong { color: #6d4b20; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.review-note p { margin: .35rem 0 0; color: #463a2c; font-size: .9rem; }
.review-note.compact { margin-top: 2rem; }
.content-section { padding: clamp(4.5rem,8vw,7.5rem) 0; }
.content-section.tint { background: var(--paper); }
.prose-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 6rem; }
.prose { max-width: var(--content); color: var(--slate); font-size: 1.07rem; }
.prose p:last-child { margin-bottom: 0; }
.prose ul, .contact-section ul { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.prose li, .contact-section li { position: relative; padding: .8rem 0 .8rem 1.5rem; border-bottom: 1px solid var(--line); }
.prose li::before, .contact-section li::before { content: ''; position: absolute; left: 0; top: 1.45rem; width: 6px; height: 6px; border-radius: 50%; background: var(--turquoise); }
.related { padding: 5rem 0; background: var(--cream); }
.related h2 { margin-bottom: 2.5rem; }
.link-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(9,18,24,.22); }
.link-grid a { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem; border-bottom: 1px solid rgba(9,18,24,.22); color: var(--ink); font-weight: 700; text-decoration: none; }
.link-grid a:hover { background: rgba(255,255,255,.5); }
.source-section { padding-top: 1rem; }
.source-section h2 { margin-bottom: 2rem; font-size: 2rem; }
.source-links { max-width: 850px; }
.book-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.book-card { min-height: 300px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.book-cover { width: 100%; aspect-ratio: 2 / 3; object-fit: contain; object-position: center; background: var(--cream); }
.book-card-copy { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.book-card-copy > span { color: var(--gold); font-size: .75rem; font-weight: 700; }
.book-card h3 { margin: .7rem 0 0; }
.book-card p { margin: 1rem 0; color: var(--muted); }
.book-card .book-meta { margin: .55rem 0 0; color: var(--turquoise-dark); font-size: .78rem; font-weight: 700; line-height: 1.5; }
.book-card a { font-weight: 700; text-underline-offset: .3rem; }
.faq-wrap { display: grid; grid-template-columns: .65fr 1fr; gap: 6rem; }
.accordions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.3rem 3rem 1.3rem 0; cursor: pointer; font-family: Georgia,serif; font-size: 1.3rem; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: .5rem; color: var(--turquoise-dark); font-family: Arial,sans-serif; font-size: 1.5rem; }
details[open] summary::after { content: '−'; }
details p { max-width: 660px; padding: 0 3rem 1.5rem 0; color: var(--slate); }

.waiting-hero { background: var(--ink); color: var(--white); }
.waiting-hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem,7vw,7rem); }
.waiting-hero h1 { margin: .75rem 0 1.5rem; }
.waiting-hero .lead { max-width: 650px; color: #d2dcdf; }
.waiting-logo { padding: clamp(1.25rem,3vw,2.5rem); background: var(--white); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.waiting-logo img { display: block; width: 100%; height: auto; }
.waiting-room { padding: clamp(4rem,8vw,8rem) 0; background: var(--cream); }
.room-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(9,18,24,.22); }
.room-object { border-bottom: 1px solid rgba(9,18,24,.22); }
.room-object:nth-child(odd) { border-right: 1px solid rgba(9,18,24,.22); }
.room-object summary { min-height: 118px; display: grid; grid-template-columns: 45px 1fr; align-items: center; padding: 1.2rem 4rem 1.2rem 1.25rem; font-family: Arial,sans-serif; }
.room-object summary > span { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.room-object summary div { display: grid; gap: .3rem; }
.room-object summary small { color: var(--turquoise-dark); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.room-object summary strong { font-family: Georgia,serif; font-size: 1.65rem; font-weight: 400; }
.room-object p { padding: 0 3rem 1.6rem 4.5rem; }
.waiting-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; margin-top: 3rem; }

.tool-hero { padding: 5rem 0 4rem; background: var(--paper); }
.tool-heading { max-width: 900px; }
.tool-heading .lead { margin-top: 1.5rem; }
.tool-section { padding: clamp(3rem,7vw,6rem) 0; }
.tool-grid { display: grid; grid-template-columns: 280px 1fr; gap: 5rem; align-items: start; }
.tool-aside { position: sticky; top: 1.5rem; }
.progress-list { margin: 0; padding: 0; list-style: none; }
.progress-list li { display: flex; align-items: center; gap: .8rem; padding: .75rem 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
.progress-list span { width: 30px; height: 30px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; }
.progress-list li.active { color: var(--ink); }
.progress-list li.active span { border-color: var(--turquoise); background: var(--turquoise); }
.privacy-cue { margin-top: 2.2rem; padding: 1.25rem; background: var(--paper); }
.privacy-cue b { font-size: .85rem; }
.privacy-cue p { margin: .45rem 0 0; color: var(--muted); font-size: .82rem; }
.support-tool { min-height: 540px; padding: clamp(1.5rem,5vw,4rem); border: 1px solid var(--line); box-shadow: var(--shadow); }
.tool-step { max-width: 780px; }
.tool-step .step-kicker { color: var(--turquoise-dark); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tool-step h2 { margin: 1rem 0; font-size: clamp(2.25rem,4vw,3.6rem); }
.tool-step > p { color: var(--slate); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; margin-top: 2rem; }
.choice { min-height: 100px; padding: 1rem 1.1rem; border: 1px solid var(--line); background: var(--white); color: var(--ink); text-align: left; cursor: pointer; }
.choice:hover, .choice[aria-pressed="true"] { border-color: var(--turquoise-dark); background: var(--turquoise-pale); }
.choice b, .choice span { display: block; }
.choice span { margin-top: .3rem; color: var(--muted); font-size: .85rem; }
.tool-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.back-button { border: 0; background: transparent; font-weight: 700; text-decoration: underline; text-underline-offset: .25rem; cursor: pointer; }
.tool-field { margin-top: 1.5rem; }
.tool-field label { display: block; margin-bottom: .5rem; font-weight: 700; }
.tool-field textarea { width: 100%; min-height: 135px; padding: .9rem; border: 1px solid var(--slate); resize: vertical; }
.tool-field small { color: var(--muted); }
.urgent-panel { padding: 1.5rem; border-left: 5px solid var(--danger); background: #f9e9eb; }
.urgent-panel h2 { color: var(--danger); }
.result-card { padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.result-card h3 { margin-bottom: .6rem; }
.result-summary { margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.tool-help { padding: 3rem 0; background: #f7e7e9; }
.tool-help-grid { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.tool-help h2 { font-size: 2rem; }
.tool-help p { max-width: 750px; margin: .7rem 0 0; }

.contact-section { padding: clamp(4rem,8vw,8rem) 0; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; align-items: start; }
.contact-grid aside > p { color: var(--slate); }
.contact-form { padding: clamp(1.5rem,4vw,3rem); background: var(--paper); }
.field { margin-bottom: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field label { display: block; margin-bottom: .4rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid var(--slate); border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field small { display: block; margin-top: .4rem; color: var(--muted); }
.check { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; margin: 1.6rem 0; }
.check input { width: 20px; height: 20px; }
.form-status { margin-top: 1rem; font-weight: 700; }

.search-hero { padding: 5rem 0; background: var(--paper); }
.search-hero h1 { max-width: 900px; }
#site-search { max-width: 900px; margin-top: 2.5rem; }
#site-search > label { display: block; margin-bottom: .6rem; font-weight: 700; }
.search-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; border: 1px solid var(--slate); background: var(--white); }
.search-box > svg { width: 1.35rem; margin-left: 1rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.search-box input { min-width: 0; min-height: 60px; padding: .8rem; border: 0; outline: 0; }
.search-box .button { min-height: 60px; border: 0; }
.search-results-section { min-height: 450px; padding: 4rem 0; }
.search-summary { color: var(--muted); }
.search-results { max-width: 900px; border-top: 1px solid var(--line); }
.search-result { display: block; padding: 1.4rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.search-result h2 { font-size: 1.6rem; }
.search-result p { margin: .45rem 0 0; color: var(--muted); }
.search-result:hover h2 { color: var(--turquoise-dark); }

.not-found { min-height: 650px; display: grid; align-items: center; background: var(--paper); }
.not-found .wrap { max-width: 900px; }
.not-found .wrap > span { color: var(--gold); font-family: Georgia,serif; font-size: 6rem; line-height: 1; }
.not-found p:not(.eyebrow) { max-width: 680px; margin: 1.5rem 0; color: var(--slate); font-size: 1.1rem; }

.footer-start { background: var(--slate); color: var(--white); }
.footer-start-grid { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 4rem; }
.footer-start h2 { font-size: clamp(2.2rem,4vw,3.8rem); }
.footer-start p:not(.eyebrow) { margin: .8rem 0 0; color: #ced9dc; }
.site-footer { padding: 4.5rem 0 1.2rem; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 4rem; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--gold-light); font-family: Arial,sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin: .6rem 0; color: #cdd7da; font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { width: 170px; height: 105px; object-fit: contain; background: var(--white); }
.footer-brand > p { margin: 1rem 0 0; font-family: Georgia,serif; font-size: 1.25rem; }
.footer-brand .smallprint { max-width: 320px; color: #9fb0b5; font-family: Arial,sans-serif; font-size: .75rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); color: #98a9af; font-size: .75rem; }

@media (max-width: 1120px) {
  .desktop-nav > a:not(.button) { display: none; }
  .desktop-nav .nav-search { display: block !important; }
  .menu-button { display: flex; }
  .home-hero, .home-hero-grid { min-height: 640px; }
  .home-hero-grid { gap: 2rem; }
  .map-item { width: 155px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
}

@media (max-width: 850px) {
  .wrap { width: min(calc(100% - 2rem), var(--max)); }
  .crisis-strip .wrap { justify-content: space-between; }
  .home-hero { background: var(--paper); }
  .home-hero-grid, .page-hero-grid, .people-grid, .philosophy-grid, .start-grid, .referral-grid, .prose-grid, .intro-grid, .faq-wrap, .contact-grid, .tool-grid, .waiting-hero-grid { grid-template-columns: 1fr; }
  .home-hero-grid { padding: 4rem 0 1rem; }
  .connection-map { min-height: 520px; }
  .page-hero-grid { gap: 2rem; }
  .hero-aside { min-height: 250px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 6; }
  .philosophy-grid { gap: 1rem; padding-block: 3rem 5rem; }
  .philosophy-mark { min-height: 300px; border: 0; }
  .start-grid, .people-grid, .referral-grid, .prose-grid, .faq-wrap, .contact-grid { gap: 3rem; }
  .dual-feature { background: none; }
  .dual-grid { width: 100%; grid-template-columns: 1fr; }
  .dual-grid article:first-child { background: var(--slate); }
  .dual-grid article:last-child { background: var(--paper); }
  .resource-grid, .book-grid { grid-template-columns: repeat(2,1fr); }
  .waiting-hero-grid { min-height: auto; padding-block: 4rem; }
  .waiting-logo { max-width: 520px; }
  .tool-aside { position: static; }
  .progress-list { display: grid; grid-template-columns: repeat(5,1fr); }
  .progress-list li { display: grid; justify-items: center; gap: .3rem; text-align: center; font-size: .7rem; }
  .privacy-cue { display: none; }
  .footer-grid { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  h2 { font-size: clamp(2rem,9.5vw,3.2rem); }
  .crisis-strip span { display: none; }
  .header-inner { min-height: 76px; }
  .brand img { width: 52px; height: 36px; }
  .brand span { display: none; }
  .desktop-nav { display: none; }
  .page-hero-grid { min-height: auto; padding-block: 3rem; }
  .home-hero-grid { padding-top: 3rem; }
  .home-copy .lead { margin: 1.5rem 0; }
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
  .connection-map { min-height: 485px; margin-inline: -.2rem; }
  .map-centre { width: 145px; box-shadow: 0 0 0 12px rgba(255,255,255,.6); }
  .map-centre strong { font-size: 1.3rem; }
  .map-item { width: 132px; min-height: 92px; padding: .85rem; }
  .map-item b { font-size: 1.15rem; }
  .map-item small { font-size: .68rem; line-height: 1.3; }
  .m1 { left: 0; }.m2 { right: 0; }.m3 { left: 0; }.m4 { right: 0; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 250px; grid-column: 1/-1; }
  .section-heading { margin-bottom: 2.4rem; }
  .start-options > a { min-height: 130px; padding-inline: 1rem; }
  .monogram-panel { min-height: 330px; padding: 2rem; }
  .monogram-panel img { height: 190px; }
  .philosophy-mark { min-height: 300px; padding: 2rem 1rem; border: 0; }
  .philosophy-logo { padding: 1.5rem; }
  .dual-grid article { min-height: 430px; padding: 3rem 1rem; }
  .relationship-list li { grid-template-columns: 34px 1fr; }
  .relationship-list small { grid-column: 2; }
  .resource-grid, .book-grid, .link-grid, .choice-grid, .field-row { grid-template-columns: 1fr; }
  .waiting-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 4rem; }
  .waiting-logo { max-width: 420px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-object:nth-child(odd) { border-right: 0; }
  .room-object p { padding-left: 1.25rem; }
  .page-intro { padding: 3rem 0; }
  .intro-grid { gap: 1.2rem; }
  .content-section { padding: 4rem 0; }
  .prose-grid { gap: 1.5rem; }
  .support-tool { min-height: 520px; padding: 1.25rem; }
  .tool-help-grid, .footer-start-grid, .footer-bottom { align-items: stretch; flex-direction: column; }
  .tool-help-grid .button, .footer-start-grid .button { width: 100%; }
  .search-box { grid-template-columns: auto 1fr; }
  .search-box .button { grid-column: 1/-1; width: 100%; }
  .footer-start-grid { padding-block: 3.5rem; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: flex; }
}

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

@media (forced-colors: active) {
  .button, .choice, .service-card { border: 2px solid ButtonText; }
  .gold-curve { display: none; }
}
