@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-italic.woff2") format("woff2");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #17201d;
  --ink-soft: #33413c;
  --ivory: #f7f3ec;
  --paper: #fffdf8;
  --sand: #ded5c8;
  --sand-light: #ebe4d9;
  --cobalt: #2457d6;
  --cobalt-dark: #1942aa;
  --terracotta: #c65d3b;
  --sage: #a9b8ad;
  --white: #fff;
  --max-width: 1180px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

main { background: var(--ivory); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.08;
}

h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
em { font-family: var(--serif); font-weight: 450; }
p { margin-top: 0; }

.container {
  width: min(var(--max-width), calc(100% - 3rem));
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 0;
}

.narrow { max-width: 760px; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section1 { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.bg-white, .bg-light { background: var(--paper) !important; }
.text-primary { color: var(--cobalt) !important; }
.text-secondary-muted { color: var(--ink-soft); }

.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: 3000;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #e6a627;
  outline-offset: 4px;
}

/* Header */
.site-header,
.navbar-premium {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: 78px;
  padding: .8rem 0;
  border-bottom: 1px solid rgba(23,32,29,.12);
  background: rgba(247,243,236,.94);
  backdrop-filter: blur(16px);
  transition: min-height .2s ease, box-shadow .2s ease;
}

.navbar-premium.scrolled {
  min-height: 66px;
  box-shadow: 0 10px 35px rgba(23,32,29,.08);
}

.nav-wrapper { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: .7rem; align-items: center; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50% 50% 50% 12%; background: var(--terracotta); color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.site-header nav { display: flex; align-items: center; gap: 1.65rem; }
.nav-link { position: relative; padding: .4rem 0; border: 0; background: transparent; color: var(--ink); font-size: .9rem; font-weight: 650; text-decoration: none; cursor: pointer; }
.nav-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-link:hover::after, .nav-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown { position: relative; }
.nav-arrow { margin-left: .25rem; }
.dropdown-menu { position: absolute; top: calc(100% + .8rem); left: -.9rem; display: none; min-width: 220px; padding: .55rem; border: 1px solid var(--sand); border-radius: 10px; background: var(--paper); box-shadow: 0 18px 40px rgba(23,32,29,.12); }
.dropdown-menu.is-open, .nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-item { display: block; padding: .7rem .8rem; border-radius: 6px; color: var(--ink); font-size: .88rem; text-decoration: none; }
.dropdown-item:hover { background: var(--sand-light); }
.contact-button, .button, .btn-premium, .btn-halo, .footerbtn {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.contact-button, .button-primary, .btn-premium { background: var(--cobalt); color: var(--white); }
.contact-button:hover, .button-primary:hover, .btn-premium:hover { background: var(--cobalt-dark); color: var(--white); transform: translateY(-2px); }
.button-light, .btn-halo { border-color: rgba(255,255,255,.32); background: var(--paper); color: var(--ink); }
.button-light:hover, .btn-halo:hover { background: var(--terracotta); color: var(--white); transform: translateY(-2px); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-terracotta { background: var(--terracotta); color: var(--white); }
.button-terracotta:hover { background: #a94a2f; color: var(--white); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; padding-bottom: .15rem; border-bottom: 1px solid currentColor; font-size: .92rem; font-weight: 750; text-decoration: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--sand); border-radius: 6px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

/* Shared editorial elements */
.eyebrow { display: inline-flex; gap: .55rem; align-items: center; margin-bottom: 1.2rem; color: var(--cobalt); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #e8ded0; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
.section-heading { margin-bottom: 3.5rem; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); gap: 4rem; align-items: end; }
.split-heading > p { margin-bottom: .45rem; color: var(--ink-soft); }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading p:last-child { max-width: 590px; margin: 1.25rem auto 0; color: var(--ink-soft); }

/* Homepage hero */
.home-hero { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; border-bottom: 1px solid var(--sand); }
.home-hero::before { position: absolute; top: 0; bottom: 0; left: calc(50% + 180px); width: 1px; background: var(--sand); content: ""; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hero-copy h1 { max-width: 760px; margin-bottom: 1.6rem; }
.hero-copy h1 em { display: block; color: var(--terracotta); }
.hero-intro { max-width: 650px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; margin-bottom: 3rem; }
.hero-note { display: flex; gap: 1rem; align-items: center; max-width: 480px; padding-top: 1.25rem; border-top: 1px solid var(--sand); color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.hero-note-number { color: var(--ink); font-family: var(--serif); font-size: 2.4rem; font-style: italic; line-height: 1; }

.local-visual { position: relative; min-height: 570px; padding: 2.5rem; overflow: hidden; border: 1px solid #27322e; border-radius: 4px; background: var(--ink); color: var(--white); box-shadow: 24px 24px 0 var(--sand); }
.visual-coordinate { position: relative; z-index: 3; font-size: .64rem; font-weight: 750; letter-spacing: .16em; opacity: .7; }
.map-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 56px 56px; }
.map-road { position: absolute; display: block; width: 140%; height: 18px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transform-origin: center; }
.road-one { top: 32%; left: -20%; transform: rotate(18deg); }
.road-two { top: 61%; left: -18%; transform: rotate(-22deg); }
.road-three { top: 20%; left: -40%; transform: rotate(72deg); }
.map-pin { position: absolute; width: 14px; height: 14px; border: 3px solid var(--terracotta); border-radius: 50% 50% 50% 0; background: var(--paper); transform: rotate(-45deg); }
.pin-one { top: 18%; right: 18%; }.pin-two { top: 46%; left: 10%; }.pin-three { right: 12%; bottom: 12%; }
.search-card { position: absolute; z-index: 2; right: 2.25rem; bottom: 3.25rem; left: 2.25rem; padding: 1rem; border-radius: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.search-bar { display: flex; gap: .6rem; align-items: center; margin-bottom: .75rem; padding: .75rem .9rem; border: 1px solid var(--sand); border-radius: 7px; color: #69736f; font-size: .8rem; }
.search-result { display: grid; grid-template-columns: 28px 1fr auto; gap: .75rem; align-items: center; padding: .8rem; border-top: 1px solid var(--sand-light); }
.search-result strong, .search-result span { display: block; }.search-result strong { font-size: .8rem; }.search-result div span { color: #727b77; font-size: .65rem; }
.result-rank { font-family: var(--serif); font-style: italic; }.result-score { color: var(--terracotta); font-size: .68rem; font-weight: 800; }.featured-result { margin-bottom: .25rem; border: 1px solid rgba(36,87,214,.24); border-radius: 6px; background: rgba(36,87,214,.07); }.muted-result { opacity: .72; }
.visual-stamp { position: absolute; z-index: 3; top: 4.4rem; right: 2rem; display: grid; width: 80px; height: 80px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #e8ded0; font-family: var(--serif); font-size: .78rem; font-style: italic; line-height: 1.05; text-align: center; transform: rotate(8deg); }

.signal-bar { padding: 1.15rem 0; border-bottom: 1px solid var(--sand); background: var(--paper); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid span { position: relative; padding-inline: 1.5rem; color: var(--ink-soft); font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.signal-grid span + span::before { position: absolute; top: 50%; left: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--terracotta); content: ""; }

/* Services */
.section-services { background: var(--paper); }
.service-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-editorial-card { position: relative; display: flex; min-height: 470px; flex-direction: column; padding: 2.2rem; overflow: hidden; border: 1px solid var(--sand); border-radius: 4px; }
.service-editorial-card .card-index { font-family: var(--serif); font-style: italic; opacity: .6; }
.service-editorial-card h3 { margin-top: auto; font-size: 2rem; }
.service-editorial-card p { min-height: 105px; opacity: .78; }
.service-editorial-card a { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .82rem; font-weight: 750; text-decoration: none; }
.service-dark { background: var(--ink); color: var(--white); }.service-dark h3 { color: var(--white); }
.service-cobalt { background: var(--cobalt); color: var(--white); }.service-cobalt h3 { color: var(--white); }
.service-paper { background: var(--ivory); }
.service-icon { position: absolute; top: 4.8rem; left: 2.2rem; width: 90px; height: 90px; opacity: .9; }
.icon-compass { border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }.icon-compass::before { position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.4); content: ""; transform: rotate(45deg); }.icon-compass::after { position: absolute; top: 34px; left: 34px; width: 20px; height: 20px; background: var(--terracotta); content: ""; transform: rotate(45deg); }
.icon-pin { border: 1px solid rgba(255,255,255,.5); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }.icon-pin::after { position: absolute; inset: 27px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; content: ""; }
.icon-window { border: 1px solid var(--ink); }.icon-window::before { position: absolute; top: 20px; right: 0; left: 0; border-top: 1px solid var(--ink); content: ""; }.icon-window::after { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; border: 1px solid var(--terracotta); content: ""; }

/* Evidence and process */
.evidence-section { background: var(--ink); color: var(--white); }
.evidence-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: center; }
.evidence-copy h2 { color: var(--white); }.evidence-copy h2 em { color: #e8b8a9; }.evidence-copy > p:not(.eyebrow) { margin-bottom: 2rem; color: #bec7c2; }
.evidence-board { padding: 1.25rem 2rem 1rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.03); }
.board-label { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); color: #aeb8b3; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.evidence-board ol { margin: 0; padding: 0; list-style: none; }.evidence-board li { display: grid; grid-template-columns: 50px 1fr; gap: 1.5rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }.evidence-board li:last-child { border-bottom: 0; }.evidence-board li > span { color: #e8b8a9; font-family: var(--serif); font-size: 1.3rem; font-style: italic; }.evidence-board strong, .evidence-board small { display: block; }.evidence-board strong { color: var(--white); }.evidence-board small { margin-top: .2rem; color: #9eaaa4; }
.process-section { background: var(--ivory); }
.editorial-process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.editorial-process li { position: relative; min-height: 280px; padding: 1.5rem 1.5rem 0 0; border-right: 1px solid var(--sand); }.editorial-process li + li { padding-left: 1.5rem; }.editorial-process li:last-child { border-right: 0; }.process-number { color: var(--terracotta); font-family: var(--serif); font-size: 1.3rem; font-style: italic; }.editorial-process h3 { margin: 6rem 0 .8rem; }.editorial-process p { color: var(--ink-soft); font-size: .86rem; }

/* Founder, trust, FAQ, CTA */
.founder-section { background: var(--paper); }
.founder-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.founder-image-wrap { position: relative; padding: 1.25rem 1.25rem 3.5rem; border: 1px solid var(--sand); background: var(--ivory); transform: rotate(-1.5deg); }.founder-image-wrap img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; filter: saturate(.75) contrast(1.02); }.image-caption { position: absolute; bottom: 1.3rem; left: 1.3rem; font-family: var(--serif); font-size: .9rem; font-style: italic; }
.founder-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }.founder-lead { color: var(--ink-soft); font-size: 1.05rem; }.founder-copy blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 2px solid var(--terracotta); font-family: var(--serif); font-size: 1.45rem; font-style: italic; line-height: 1.4; }
.testimonial-section { background: var(--ivory); }
.trust-panel { display: flex; gap: 3rem; align-items: center; justify-content: space-between; padding: 2.5rem 3rem; border: 1px solid var(--sand); background: var(--paper); }.trust-panel > div { display: flex; gap: 1.5rem; align-items: flex-start; max-width: 720px; }.trust-panel p { margin: 0; font-family: var(--serif); font-size: 1.4rem; font-style: italic; line-height: 1.45; }.trust-mark { color: var(--terracotta); font-family: var(--serif); font-size: 4rem; line-height: .8; }
.home-faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; }.faq-layout h2 { font-size: clamp(2.5rem, 4vw, 4rem); }.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); }
.faq-list details { margin-bottom: .5rem; border-bottom: 1px solid var(--sand); background: transparent; }.faq-list summary { position: relative; padding: 1.3rem 2.5rem 1.3rem 0; cursor: pointer; font-weight: 750; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; top: 1.2rem; right: .2rem; color: var(--terracotta); content: "+"; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 680px; margin: 0; padding: 0 2.5rem 1.4rem 0; color: var(--ink-soft); font-size: .9rem; }
.closing-section { padding-top: 0; background: var(--paper); }.closing-panel { position: relative; overflow: hidden; padding: clamp(3rem, 8vw, 7rem); background: var(--cobalt); color: var(--white); text-align: center; }.closing-panel::before, .closing-panel::after { position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50% 50% 50% 0; content: ""; }.closing-panel::before { top: -180px; left: -90px; transform: rotate(-20deg); }.closing-panel::after { right: -120px; bottom: -190px; }.closing-panel h2 { max-width: 850px; margin: 0 auto 1.2rem; color: var(--white); }.closing-panel > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 2rem; color: #d9e2ff; }.closing-coordinate { position: absolute; top: 1.2rem; right: 1.5rem; font-size: .58rem; font-weight: 700; letter-spacing: .14em; opacity: .65; }

/* Secondary-page heroes and content */
.content-hero, .hero { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--sand); background: var(--ivory); color: var(--ink); }
.content-hero::after, .hero::after { position: absolute; top: -220px; right: -100px; width: 460px; height: 460px; border: 1px solid var(--sand); border-radius: 50% 50% 50% 0; content: ""; transform: rotate(14deg); }
.content-hero h1, .hero h1 { position: relative; z-index: 2; max-width: 940px; margin: 0 auto 1.3rem; color: var(--ink); font-size: clamp(3rem, 6.5vw, 6rem); text-align: center; }
.content-hero p, .hero .lead, .hero > .container > p { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; color: var(--ink-soft); text-align: center; }
.content-hero .eyebrow { display: flex; justify-content: center; margin-bottom: 1.2rem; color: var(--cobalt); }
.hero .row { position: relative; z-index: 2; align-items: center; }.hero .row h1, .hero .row p { text-align: left; }.hero .row h1 { margin-inline: 0; }.hero .row img { border-radius: 2px !important; box-shadow: 18px 18px 0 var(--sand); }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }.hero .hero-cta-group { justify-content: flex-start; }
.content-grid, .grid { display: grid; gap: 1.25rem; }.content-grid { grid-template-columns: repeat(3, 1fr); }.grid-2 { grid-template-columns: repeat(2, 1fr); }.grid-3 { grid-template-columns: repeat(3, 1fr); }.grid-4 { grid-template-columns: repeat(4, 1fr); }
.content-card, .card-premium, .value-card, .method-card, .step-card, .info-card { padding: 2rem; border: 1px solid var(--sand); border-radius: 4px; background: var(--paper); box-shadow: none; }
.content-card h2, .content-card h3 { font-size: 1.65rem; }.content-card p, .card-premium p { color: var(--ink-soft); }
.process-list { display: grid; gap: .7rem; padding: 0; counter-reset: process; list-style: none; }.process-list li { position: relative; min-height: 66px; padding: 1.2rem 1.3rem 1.2rem 4.5rem; border: 1px solid var(--sand); background: var(--paper); counter-increment: process; }.process-list li::before { position: absolute; top: 1.15rem; left: 1.2rem; color: var(--terracotta); content: counter(process, decimal-leading-zero); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.cta-band, .ctafinal { margin: 0; padding: clamp(3rem, 7vw, 6rem); background: var(--cobalt); color: var(--white); text-align: center; }.cta-band h2, .ctafinal h2 { color: var(--white); }.cta-band p, .ctafinal p { color: #d9e2ff; }.section > .container > .cta-band { border-radius: 0; }
.list-dotted { padding-left: 1.2rem; }

/* Forms */
.section-contact { padding-top: clamp(4rem, 8vw, 7rem); }.section-contact .card { border: 1px solid var(--sand) !important; border-radius: 4px !important; background: var(--paper); box-shadow: none !important; }.form-label { color: var(--ink); font-size: .82rem; font-weight: 750; }.form-control { min-height: 52px; border: 1px solid #c7c0b6; border-radius: 3px; background: #fff; color: var(--ink); }.form-control:focus { border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(36,87,214,.12); }.form-optional { color: #737d78; font-weight: 400; }.required-asterisk { color: var(--terracotta); }.btn-full { width: 100%; }.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.consent-check { display: flex; gap: .75rem; align-items: flex-start; margin: 1.2rem 0; font-size: .82rem; line-height: 1.5; }.consent-check input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; flex: 0 0 auto; }.form-status { min-height: 1.6rem; margin: 1rem 0 0; text-align: center; font-weight: 700; }.form-status.success { color: #087443; }.form-status.error { color: #a63a25; }[type="submit"][disabled] { cursor: wait; opacity: .65; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-context { position: sticky; top: 110px; }.contact-context h2 { font-size: clamp(2.5rem, 4vw, 4rem); }.contact-small { margin-top: 1.5rem; color: var(--ink-soft); font-size: .75rem; }
.contact-form-panel { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--sand); background: var(--paper); }.contact-form-panel h2 { margin-bottom: .6rem; font-size: clamp(2rem, 3vw, 3rem); }.contact-form-panel > p:not(.eyebrow) { margin-bottom: 2rem; color: var(--ink-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }.form-grid > div { display: grid; gap: .35rem; }.form-full { grid-column: 1 / -1; }
.newsletter-layout { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }.newsletter-promise h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }.newsletter-items { margin-top: 3rem; border-top: 1px solid var(--sand); }.newsletter-items article { display: grid; grid-template-columns: 45px 1fr; gap: 1.3rem; padding: 1.4rem 0; border-bottom: 1px solid var(--sand); }.newsletter-items article > span { color: var(--terracotta); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }.newsletter-items h3 { margin-bottom: .25rem; font-size: 1rem; }.newsletter-items p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.newsletter-form-panel { padding: clamp(2rem, 5vw, 4rem); background: var(--ink); color: #c7d0cb; }.newsletter-form-panel h2 { color: var(--white); }.newsletter-form-panel > p:not(.eyebrow) { margin-bottom: 2rem; color: #9eaaa4; }.newsletter-form-panel form { display: grid; gap: 1.2rem; }.newsletter-form-panel form > div { display: grid; gap: .4rem; }.newsletter-form-panel .form-label { color: var(--white); }.newsletter-form-panel .consent-check a { color: var(--white); }

/* Footer */
.site-footer, .footer { padding: 5.5rem 0 1.5rem; background: var(--ink); color: #c7d0cb; }
.footer-lead { display: flex; gap: 3rem; align-items: end; justify-content: space-between; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.13); }.footer-lead h2 { max-width: 760px; margin-bottom: 0; color: var(--white); font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.footer-nav { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3.5rem; padding: 4rem 0; }.brand-footer { margin-bottom: 1.4rem; color: var(--white); }.footer-info p { max-width: 340px; color: #9eaaa4; font-size: .85rem; }.footer-location { color: #d8c9bc !important; font-family: var(--serif); font-style: italic; }.footer-title { display: block; margin-bottom: 1.1rem; color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.footer-column ul { margin: 0; padding: 0; list-style: none; }.footer-column li { margin-bottom: .65rem; }.footer-column a { color: #aeb9b3; font-size: .82rem; text-decoration: none; }.footer-column a:hover { color: var(--white); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.13); }.footer-bottom p { margin: 0; color: #7f8b85; font-size: .7rem; }

@media (max-width: 992px) {
  .container { width: min(100% - 2rem, var(--max-width)); }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--sand); background: var(--ivory); box-shadow: 0 18px 30px rgba(23,32,29,.1); }
  .site-header nav.is-open { display: flex; flex-direction: column; gap: .25rem; }
  .site-header .nav-link, .site-header .contact-button { width: 100%; margin: 0; padding: .8rem; text-align: left; }
  .site-header .contact-button { margin-top: .5rem; justify-content: space-between; }
  .nav-dropdown-toggle { display: flex; justify-content: space-between; }
  .dropdown-menu { position: static; margin: .15rem 0; box-shadow: none; }
  .nav-dropdown:hover .dropdown-menu:not(.is-open) { display: none; }
  .hero-layout, .evidence-layout, .founder-layout, .faq-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy, .local-visual { min-width: 0; }
  .hero-layout { gap: 4rem; }.home-hero::before { display: none; }.local-visual { min-height: 520px; }
  .split-heading { grid-template-columns: 1fr; gap: 1.3rem; }.split-heading > p { max-width: 680px; }
  .service-editorial-grid { grid-template-columns: 1fr 1fr; }.service-editorial-card:last-child { grid-column: 1 / -1; }
  .evidence-layout, .faq-layout { gap: 4rem; }
  .editorial-process { grid-template-columns: 1fr 1fr; }.editorial-process li { min-height: 240px; border-bottom: 1px solid var(--sand); }.editorial-process li:nth-child(2) { border-right: 0; }.editorial-process h3 { margin-top: 4rem; }
  .content-grid, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-lead { align-items: flex-start; flex-direction: column; }.footer-nav { grid-template-columns: 1.5fr 1fr 1fr; }.footer-info { grid-column: 1 / -1; }
  .contact-layout, .newsletter-layout { grid-template-columns: 1fr; }.contact-context { position: static; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(2.8rem, 14vw, 3.65rem); }
  .section { padding: 4.5rem 0; }
  .home-hero { padding: 4rem 0; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { align-self: flex-start; }.local-visual { min-height: 460px; padding: 1.3rem; box-shadow: 10px 10px 0 var(--sand); }.search-card { right: 1rem; bottom: 1.5rem; left: 1rem; }.visual-stamp { top: 3.4rem; right: 1rem; }.signal-grid { grid-template-columns: 1fr 1fr; gap: .8rem; }.signal-grid span:nth-child(3)::before { display: none; }
  .service-editorial-grid, .content-grid, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }.service-editorial-card:last-child { grid-column: auto; }.service-editorial-card { min-height: 430px; }
  .editorial-process { grid-template-columns: 1fr; }.editorial-process li, .editorial-process li + li { min-height: auto; padding: 1.2rem 0 1.8rem; border-right: 0; }.editorial-process h3 { margin: 2.5rem 0 .6rem; }
  .founder-layout { gap: 3rem; }.trust-panel { align-items: flex-start; flex-direction: column; padding: 2rem; }.trust-panel p { font-size: 1.15rem; }
  .closing-panel { padding: 4rem 1.3rem; }.closing-coordinate { display: none; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }.footer-info { grid-column: 1 / -1; }.footer-bottom { gap: 1rem; flex-direction: column; }
  .hero .row h1, .hero .row p { text-align: center; }.hero .hero-cta-group { justify-content: center; }.hero .row img { margin-top: 2rem; box-shadow: 8px 8px 0 var(--sand); }
  .form-grid { grid-template-columns: 1fr; }.form-full { grid-column: auto; }.contact-form-panel { padding: 1.5rem; }
}

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