:root {
  --brand: #39aa6f;
  --brand-dark: #14713f;
  --ink: #111714;
  --graphite: #39423d;
  --muted: #68716c;
  --line: #dfe8e2;
  --soft: #f4f8f5;
  --white: #fff;
  --display: "Space Grotesk", "Avenir Next", Avenir, sans-serif;
  --text: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 76rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(5rem, 9vw, 9rem);
  --focus: 0 0 0 3px rgba(57, 170, 111, .3);
  /* Dark mode tokens are intentionally reserved for a future opt-in theme. */
  --dark-background: #101612;
  --dark-foreground: #f4f8f5;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--text); font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: .25rem; }
[hidden] { display: none !important; }

.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; left: 1rem; top: 1rem; padding: .7rem 1rem; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; height: 5.5rem; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(255,255,255,.94); box-shadow: 0 1px 0 rgba(17,23,20,.08); backdrop-filter: blur(14px); }
.header-inner { width: min(100%, calc(var(--container) + 2 * var(--gutter))); height: 100%; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 9.5rem; aspect-ratio: 909 / 340; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(.85rem, 1.6vw, 1.65rem); font-size: .88rem; font-weight: 600; }
.main-nav > a, .nav-dropdown-label > a { text-decoration: none; padding: .65rem 0; }
.main-nav > a:hover, .nav-dropdown-label > a:hover { color: var(--brand-dark); }
.nav-dropdown, .language-switcher { position: relative; }
.nav-dropdown-label { display: flex; align-items: center; }
.nav-dropdown-label button, .language-switcher > button { border: 0; background: transparent; color: inherit; cursor: pointer; min-width: 2.75rem; min-height: 2.75rem; }
.language-switcher > button { display: flex; gap: .35rem; align-items: center; font-size: .82rem; font-weight: 700; }
.dropdown-panel, .language-panel { position: absolute; top: calc(100% + .6rem); right: 0; min-width: 16rem; padding: .65rem; background: #fff; border: 1px solid var(--line); box-shadow: 0 1.2rem 3rem rgba(17,23,20,.1); opacity: 0; visibility: hidden; transform: translateY(-.4rem); transition: .18s ease; }
.dropdown-panel { left: -.75rem; right: auto; }
.dropdown-panel a, .language-panel a { display: block; padding: .7rem .8rem; text-decoration: none; font-size: .86rem; }
.dropdown-panel a:hover, .language-panel a:hover, .language-panel a[aria-current="page"] { background: var(--soft); color: var(--brand-dark); }
.nav-dropdown:focus-within .dropdown-panel, .nav-dropdown.open .dropdown-panel, .language-switcher:focus-within .language-panel, .language-switcher.open .language-panel { opacity: 1; visibility: visible; transform: none; }
.menu-toggle { display: none; border: 0; background: none; width: 3rem; height: 3rem; padding: .65rem; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1.5px; margin: .3rem 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

main { overflow: clip; }
.hero { position: relative; min-height: calc(100svh - 5.5rem); display: grid; place-items: center; align-content: center; gap: 1.3rem; padding: 5rem var(--gutter) 7rem; text-align: center; }
.hero-logo { width: min(36rem, 78vw); aspect-ratio: 909 / 340; object-fit: contain; opacity: 0; transform: scale(.985); animation: logo-in .8s cubic-bezier(.2,.8,.2,1) .08s forwards; }
.hero .eyebrow { margin: 0; color: var(--brand-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; }
.hero h1 { width: min(52rem, 100%); margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 3.7vw, 3.45rem); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.discover { margin-top: 1.25rem; display: inline-flex; flex-direction: column; align-items: center; gap: .25rem; }
.circuit-lines { position: absolute; inset: 7% 4% auto; height: 55%; z-index: -1; opacity: .42; background-image: linear-gradient(90deg, transparent 49.9%, rgba(57,170,111,.13) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(57,170,111,.09) 50%, transparent 50.1%), radial-gradient(circle at 20% 70%, rgba(57,170,111,.17) 0 2px, transparent 3px), radial-gradient(circle at 80% 25%, rgba(57,170,111,.15) 0 2px, transparent 3px); background-size: 17rem 17rem, 17rem 17rem, 17rem 17rem, 17rem 17rem; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 65%, transparent); }
@keyframes logo-in { to { opacity: 1; transform: none; } }

.section { width: min(100%, calc(var(--container) + 2 * var(--gutter))); margin: 0 auto; padding: var(--section) var(--gutter); }
.section-index { margin: 0 0 1.2rem; color: var(--brand-dark); font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.section h2, .page-hero h1, .final-cta h2 { font-family: var(--display); letter-spacing: -.045em; line-height: 1.08; }
.section h2 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.8rem); font-weight: 500; }
.split-section, .ideas-preview, .human-judgement { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 8rem); border-top: 1px solid var(--line); }
.lead { margin: 0 0 2.2rem; font-family: var(--display); font-size: clamp(1.45rem, 2.6vw, 2.25rem); line-height: 1.35; letter-spacing: -.025em; }
.keyword-list { list-style: none; padding: 0; margin: 2rem 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.keyword-list li { padding: .48rem .8rem; border: 1px solid #bcd4c4; border-radius: 999px; color: #284334; font-size: .85rem; }
.section-heading { display: grid; grid-template-columns: .3fr 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { font-size: clamp(2.3rem, 4.5vw, 4.5rem); }
.section-heading p:last-child { margin: 0; color: var(--muted); }
.service-lines { border-top: 1px solid var(--line); }
.service-lines a { display: grid; grid-template-columns: 4rem .8fr 1.2fr 2rem; gap: 1.5rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.service-lines a:hover { padding-left: .7rem; color: var(--brand-dark); }
.service-lines span { color: var(--brand-dark); font-size: .75rem; font-weight: 700; }
.service-lines h3 { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 500; }
.service-lines p { margin: 0; color: var(--muted); }
.service-lines b { font-size: 1.25rem; font-weight: 400; }
.why-section { background: var(--soft); width: 100%; max-width: none; }
.why-section > * { width: min(var(--container), calc(100% - 2 * var(--gutter))); margin-left: auto; margin-right: auto; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfdcd3; }
.why-grid article { padding: 2rem 2rem 0 0; border-right: 1px solid #cfdcd3; min-height: 14rem; }
.why-grid article + article { padding-left: 2rem; }
.why-grid article:last-child { border-right: 0; }
.why-grid h3 { margin: 0 0 1rem; font-family: var(--display); font-size: 1.4rem; }
.why-grid p { margin: 0; color: var(--graphite); }
.principles-preview ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style-position: inside; padding: 0; margin: 2rem 0 3rem; border-top: 1px solid var(--line); }
.principles-preview li { padding: 1.5rem 1rem 1.5rem 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.2rem; }
.text-link { color: var(--brand-dark); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.ideas-preview { border-top: 0; background: var(--ink); color: #fff; width: 100%; max-width: none; padding-left: max(var(--gutter), calc((100% - var(--container)) / 2)); padding-right: max(var(--gutter), calc((100% - var(--container)) / 2)); }
.ideas-preview .text-link { color: #86d5a8; }
.final-cta { padding: clamp(5rem, 10vw, 9rem) var(--gutter); text-align: center; background: var(--soft); }
.final-cta p { margin: 0 0 1rem; color: var(--brand-dark); font-weight: 700; }
.final-cta h2 { width: min(50rem, 100%); margin: 0 auto 2.5rem; font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 500; }
.compact-cta h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .75rem 1.2rem; border: 1px solid var(--brand-dark); background: var(--brand-dark); color: #fff; border-radius: .25rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s ease, color .2s ease; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button.secondary { background: #fff; color: var(--ink); border-color: #9eaaa3; }

.page-wrap { width: min(100%, calc(var(--container) + 2 * var(--gutter))); margin: 0 auto; padding: 0 var(--gutter); }
.page-hero { width: min(100%, calc(var(--container) + 2 * var(--gutter))); margin: 0 auto; padding: clamp(6rem, 12vw, 11rem) var(--gutter) clamp(4rem, 8vw, 7rem); }
.page-hero.compact { padding-bottom: 4rem; }
.page-hero .eyebrow { margin: 0 0 1.2rem; color: var(--brand-dark); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 { max-width: 62rem; margin: 0; font-size: clamp(3.4rem, 9vw, 8.5rem); font-weight: 500; }
.page-hero > p:last-of-type { max-width: 48rem; margin: 2rem 0 0; color: var(--graphite); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.breadcrumbs { padding-top: 2rem; font-size: .82rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: "/"; padding: 0 .6rem; color: #a1aaa5; }
.editorial-list { border-top: 1px solid var(--line); }
.editorial-list article { display: grid; grid-template-columns: 6rem 1fr; gap: 2rem; padding: 3.2rem 0; border-bottom: 1px solid var(--line); }
.editorial-list article > span { color: var(--brand-dark); font-size: .8rem; font-weight: 700; }
.editorial-list h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.editorial-list h2 a { text-decoration: none; }
.editorial-list p { max-width: 48rem; color: var(--graphite); }
.editorial-service { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; padding: 2rem 0 var(--section); border-top: 1px solid var(--line); }
.editorial-service h2 { margin: 0 0 1.5rem; font-family: var(--display); font-size: 1.6rem; }
.editorial-service p { color: var(--graphite); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { padding: .65rem 0 .65rem 1.25rem; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: .35rem; height: .35rem; background: var(--brand); border-radius: 50%; }
.prose { max-width: 62rem; }
.wide-prose p, .human-judgement p, .legal-copy p { font-size: clamp(1.08rem, 1.5vw, 1.24rem); color: var(--graphite); }
.wide-prose > p:first-child { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.45rem); line-height: 1.35; color: var(--ink); }
.statement { margin-top: 5rem; padding: 3rem; border-left: .3rem solid var(--brand); background: var(--soft); }
.statement p { margin: 0; color: var(--ink); }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process li { min-height: 18rem; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process li:nth-child(4n) { border-right: 0; }
.process span, .principles-grid span { color: var(--brand-dark); font-size: .75rem; font-weight: 700; }
.process h2 { margin-top: 3.2rem; font-size: 1.55rem; }
.process p { color: var(--muted); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.principles-grid article { min-height: 18rem; padding: 2rem; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.principles-grid article:nth-child(3n) { border-right: 0; }
.principles-grid h2 { margin-top: 3rem; font-size: 1.8rem; }
.principles-grid p { color: var(--muted); }
.human-judgement h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.note { margin: 2rem 0; padding: 1rem; border-left: .2rem solid var(--brand); background: var(--soft); }
.faq-list { padding-top: 1rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brand-dark); font-size: 1.7rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 48rem; margin: 0 0 2rem; color: var(--graphite); }
.category-filters { width: min(100%, calc(var(--container) + 2 * var(--gutter))); margin: 0 auto; padding: 0 var(--gutter); display: flex; flex-wrap: wrap; gap: .65rem; }
.category-filters a { padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .85rem; }
.category-filters a:hover, .category-filters a[aria-current="page"] { border-color: var(--brand-dark); background: var(--brand-dark); color: #fff; }
.empty-insights { min-height: 20rem; color: var(--muted); }
.insight-cover { height: min(50vw, 25rem); margin-bottom: 4rem; background-color: var(--soft); background-image: linear-gradient(135deg, transparent 35%, rgba(57,170,111,.18) 35% 36%, transparent 36% 62%, rgba(57,170,111,.3) 62% 63%, transparent 63%), radial-gradient(circle at 72% 35%, var(--brand) 0 3px, transparent 4px); }
.article-body { padding: 4rem 0 var(--section); }
.article-body h1 { font: 500 clamp(2.8rem, 7vw, 6rem)/1.08 var(--display); letter-spacing: -.04em; }
.article-body h2 { margin-top: 3rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.contact-hero { min-height: 72vh; }
.email-link { display: block; width: fit-content; margin: 2rem 0; color: var(--brand-dark); font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.5rem); }
.form-section { padding-top: 0; }
form { max-width: 48rem; }
.field { margin-bottom: 1.5rem; }
.field label { display: block; margin-bottom: .45rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 3.25rem; border: 1px solid #aab6af; border-radius: .2rem; padding: .75rem .85rem; background: #fff; color: var(--ink); }
.field textarea { min-height: 12rem; resize: vertical; }
.field small { display: block; margin-top: .4rem; color: var(--muted); }
.field-error { display: block; margin-top: .45rem; color: #922424; font-size: .88rem; font-weight: 700; }
.check-field { display: grid; grid-template-columns: 1.4rem 1fr; gap: .7rem; align-items: start; margin: 1.3rem 0; }
.check-field input { width: 1.25rem; height: 1.25rem; margin-top: .15rem; accent-color: var(--brand-dark); }
.check-field .field-error { margin-top: .3rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0 0 2rem; padding: 1rem; border-left: .25rem solid var(--brand); background: var(--soft); }
.form-status.error { border-color: #a72626; background: #fff4f4; }
.legal-copy { padding-top: 0; }
.legal-warning { margin-bottom: 3rem; padding: 1rem; border: 1px solid #d8bd70; background: #fff9e9; font-weight: 700; }
.legal-copy h2 { margin: 3rem 0 1rem; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.error-page { text-align: center; display: flex; flex-direction: column; align-items: center; min-height: 75vh; }
.error-page h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.error-logo { width: 8rem; margin-bottom: 1.5rem; }

.site-footer { padding: 5rem var(--gutter) 2rem; background: #111714; color: #f4f8f5; }
.footer-grid, .footer-bottom { width: min(var(--container), 100%); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 3rem; }
.footer-grid h2 { margin: 0 0 1rem; color: #89d7aa; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: .45rem 0; }
.footer-grid a { color: inherit; text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: #89d7aa; text-decoration: underline; }
.footer-brand img { width: 10rem; filter: brightness(1.25); }
.footer-brand p { max-width: 20rem; color: #b9c4bd; }
.footer-subtitle { margin-top: 2rem !important; }
.language-list { columns: 2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2rem; margin-top: 4rem; border-top: 1px solid #344139; color: #aebbb3; font-size: .78rem; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-bottom a, .footer-bottom button { color: inherit; border: 0; background: transparent; padding: 0; cursor: pointer; text-decoration: none; }

.back-to-top { position: fixed; right: 1rem; bottom: 1rem; z-index: 70; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(.5rem); transition: .2s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.cookie-banner { position: fixed; z-index: 300; left: 1rem; right: 1rem; bottom: 1rem; max-width: 72rem; margin: auto; padding: 1.25rem; border: 1px solid #b8c7bd; background: #fff; box-shadow: 0 1rem 4rem rgba(17,23,20,.2); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cookie-banner h2 { margin: 0 0 .25rem; font: 600 1.1rem var(--display); }
.cookie-banner p { margin: 0; color: var(--graphite); font-size: .88rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; flex: 0 0 auto; }
.cookie-actions .button { min-height: 2.65rem; padding: .55rem .9rem; font-size: .85rem; }
.cookie-banner .button, .cookie-banner .button.secondary { background: #fff; color: var(--ink); border-color: #7d8b82; }
.cookie-banner .button:hover, .cookie-banner .button.secondary:hover { background: var(--soft); color: var(--brand-dark); border-color: var(--brand-dark); }
.consent-modal { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; padding: 1rem; }
.consent-backdrop { position: absolute; inset: 0; background: rgba(17,23,20,.55); }
.consent-panel { position: relative; width: min(34rem, 100%); padding: 2rem; background: #fff; box-shadow: 0 1rem 4rem rgba(0,0,0,.25); }
.consent-panel h2 { margin-top: 0; font: 600 1.8rem var(--display); }
.modal-close { position: absolute; right: .8rem; top: .8rem; width: 2.75rem; height: 2.75rem; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
.consent-row { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.consent-row span { display: block; color: var(--muted); font-size: .8rem; }
.consent-row input { width: 1.4rem; height: 1.4rem; accent-color: var(--brand-dark); }

@media (max-width: 68rem) {
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 5.5rem 0 auto; max-height: calc(100svh - 5.5rem); overflow: auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem var(--gutter) 2rem; background: #fff; border-top: 1px solid var(--line); }
  .site-header.menu-open .main-nav { display: flex; }
  .site-header.menu-open .menu-toggle > span:nth-child(1) { transform: translateY(.48rem) rotate(45deg); }
  .site-header.menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-.48rem) rotate(-45deg); }
  .main-nav > a, .nav-dropdown-label { border-bottom: 1px solid var(--line); }
  .nav-dropdown-label > a { flex: 1; }
  .dropdown-panel, .language-panel { position: static; display: none; width: 100%; min-width: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; padding: .4rem 0 .7rem 1rem; }
  .nav-dropdown.open .dropdown-panel, .language-switcher.open .language-panel { display: block; }
  .language-switcher > button { width: 100%; justify-content: flex-start; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 5rem 1fr; }
  .section-heading p:last-child { grid-column: 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2) { border-right: 0; }
  .editorial-service { grid-template-columns: 1fr; gap: 2rem; }
  .process ol { grid-template-columns: repeat(2, 1fr); }
  .process li:nth-child(2n) { border-right: 0; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .principles-grid article:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 44rem) {
  :root { --gutter: 1.2rem; --section: 4.5rem; }
  .site-header { height: 4.7rem; }
  .main-nav { inset-block-start: 4.7rem; max-height: calc(100svh - 4.7rem); }
  .brand img { width: 7.7rem; }
  .hero { min-height: calc(100svh - 4.7rem); padding-top: 3rem; }
  .hero-logo { width: min(27rem, 92vw); }
  .split-section, .ideas-preview, .human-judgement { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading { display: block; }
  .section-heading .section-index { margin-bottom: 1rem; }
  .section-heading h2 { margin-bottom: 1.3rem; }
  .service-lines a { grid-template-columns: 2.5rem 1fr 1.5rem; gap: .75rem; }
  .service-lines p { grid-column: 2 / -1; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article + article { border-right: 0; padding: 1.5rem 0; min-height: auto; border-bottom: 1px solid #cfdcd3; }
  .principles-preview ol { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .editorial-list article { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .process ol, .principles-grid { grid-template-columns: 1fr; }
  .process li, .principles-grid article, .principles-grid article:nth-child(3n) { border-right: 0; min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions .button { width: 100%; }
}

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