:root {
  --ink: #0b0c0f;
  --ink-soft: #12141a;
  --paper: #f1f2eb;
  --paper-muted: #c5c7c0;
  --line: rgba(241, 242, 235, 0.16);
  --acid: #c8ff3d;
  --acid-dark: #87b500;
  --mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(100% - 48px, 1440px);
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 50% 0 / 25vw 100%,
    var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: var(--ink); background: var(--acid); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.is-scrolled { height: 76px; background: rgba(11,12,15,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.035em; }
.brand-mark { width: 28px; height: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; transform: skewY(-10deg); }
.brand-mark i { display: block; background: var(--acid); }
.brand-mark i:last-child { height: 62%; align-self: end; }
.brand-name { font-size: 1.03rem; }
.brand-name small { margin-left: 5px; color: var(--acid); font: 500 .6rem var(--mono); vertical-align: top; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a { position: relative; color: var(--paper-muted); font-size: .9rem; transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--paper); }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { padding: 11px 15px; color: var(--ink); background: var(--acid); font-weight: 700; }
.nav-cta span { margin-left: 14px; }
.menu-toggle { display: none; border: 0; color: var(--paper); background: transparent; }

main { min-height: 72vh; }
.hero { min-height: 780px; height: 100svh; max-height: 980px; padding-top: var(--header-h); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 6vw; }
.eyebrow, .section-index, .label, .footer-label { margin: 0; color: var(--acid); font: 500 .72rem/1.4 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.hero .eyebrow { display: flex; gap: 30px; margin-bottom: 38px; color: var(--paper-muted); }
.hero .eyebrow span:first-child { color: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-hero h1, .contact-hero h1 {
  margin-bottom: 30px;
  font-size: clamp(4rem, 7.2vw, 8.2rem);
  font-weight: 500;
  line-height: .91;
  letter-spacing: -.07em;
}
.hero h1 em, .page-hero h1 em, .contact-hero h1 em { display: block; color: var(--acid); font-style: normal; }
.hero-intro { max-width: 660px; margin-bottom: 38px; color: var(--paper-muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 230px; padding: 16px 18px; border: 1px solid var(--acid); color: var(--ink); background: var(--acid); font-weight: 700; font-size: .9rem; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover { color: var(--acid); background: transparent; transform: translateY(-2px); }
.button span { margin-left: 28px; }
.button-light { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button-light:hover { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-small { min-width: 160px; padding: 12px 14px; }
.text-link { padding-block: 12px; border-bottom: 1px solid var(--line); color: var(--paper-muted); font-size: .9rem; }
.text-link span { margin-left: 16px; color: var(--acid); }

.hero-system { position: relative; aspect-ratio: 1/1.1; max-height: 650px; border: 1px solid var(--line); overflow: hidden; background: radial-gradient(circle at center, rgba(200,255,61,.09), transparent 52%); }
.hero-system::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 25% 25%; mask-image: linear-gradient(to bottom, #000, transparent 95%); }
.system-top, .system-bottom { position: absolute; z-index: 2; right: 20px; left: 20px; display: flex; justify-content: space-between; color: var(--paper-muted); font: .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.system-top { top: 18px; }
.system-bottom { bottom: 18px; }
.live { color: var(--paper); }
.live i, .status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); animation: pulse 2s ease-in-out infinite; }
.system-orbit { position: absolute; inset: 13% 10%; display: grid; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-a { width: 78%; aspect-ratio: 1; animation: spin 24s linear infinite; }
.orbit-a::before, .orbit-a::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); }
.orbit-a::before { top: 13%; left: 12%; }
.orbit-a::after { right: 2%; bottom: 33%; background: var(--paper); }
.orbit-b { width: 52%; aspect-ratio: 1; border-style: dashed; animation: spin 17s linear infinite reverse; }
.orbit-core { position: relative; z-index: 2; width: 28%; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid var(--acid); background: var(--ink); text-align: center; transform: rotate(45deg); }
.orbit-core > * { transform: rotate(-45deg); }
.orbit-core span { color: var(--paper-muted); font: .62rem var(--mono); text-transform: uppercase; }
.orbit-core b { color: var(--acid); font: 500 2.5rem var(--mono); line-height: 1; }
.node { position: absolute; padding: 7px 10px; border: 1px solid var(--line); background: var(--ink); color: var(--paper-muted); font: .65rem var(--mono); text-transform: uppercase; }
.node-a { top: 10%; right: 4%; }.node-b { bottom: 18%; left: 0; }.node-c { right: 2%; bottom: 3%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .45; } }

.section { padding-block: clamp(110px, 12vw, 190px); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; border-top: 1px solid var(--line); }
.manifesto h2, .section-heading h2, .cta-band h2, .engagement h2, .location h2 { margin-bottom: 40px; font-size: clamp(2.8rem, 5vw, 6rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.manifesto h2 span, .section-heading h2 span, .cta-band h2 span, .location h2 span { color: var(--paper-muted); }
.manifesto > div > p { max-width: 710px; margin-left: auto; color: var(--paper-muted); font-size: 1.1rem; }
.service-preview { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 470px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease; }
.service-card:hover { background: var(--ink-soft); }
.card-number { color: var(--paper-muted); font: .7rem var(--mono); }
.service-icon { width: 62px; height: 62px; margin: 72px 0 54px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--acid); font-size: 1.6rem; }
.service-card h3 { margin-bottom: 18px; font-size: 1.45rem; font-weight: 600; letter-spacing: -.035em; }
.service-card p { max-width: 360px; color: var(--paper-muted); }
.service-card a { position: absolute; right: 34px; bottom: 30px; left: 34px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--acid); font: .72rem var(--mono); text-transform: uppercase; }
.process { margin-top: clamp(100px, 12vw, 170px); background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; }
.section-heading .section-index { color: var(--acid-dark); }
.section-heading h2 span { color: #777a73; }
.process-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid #bcbeb7; }
.process-list li { display: grid; grid-template-columns: 1fr 1.2fr 1.8fr; align-items: baseline; gap: 20px; padding: 32px 0; border-bottom: 1px solid #bcbeb7; }
.process-list span { color: #777a73; font: .72rem var(--mono); }
.process-list strong { font-size: 1.35rem; }
.process-list p { margin: 0; color: #5e605a; }
.cta-band { position: relative; margin-block: clamp(100px, 12vw, 180px); padding: clamp(60px, 7vw, 110px); overflow: hidden; background: var(--acid); color: var(--ink); }
.cta-band::after { content: "GF"; position: absolute; right: -3%; bottom: -30%; opacity: .08; font-size: 22rem; font-weight: 700; line-height: 1; letter-spacing: -.12em; }
.cta-band .eyebrow { margin-bottom: 36px; color: #496600; }
.cta-band h2 { position: relative; z-index: 1; max-width: 1000px; }
.cta-band h2 span { color: #496600; }
.cta-band .button { position: relative; z-index: 2; }

.page-hero { min-height: 730px; padding: calc(var(--header-h) + 110px) 0 100px; display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero .eyebrow, .contact-hero .eyebrow { margin-bottom: 40px; }
.page-hero h1 { max-width: 1150px; font-size: clamp(4.2rem, 8.2vw, 9rem); }
.page-hero > p:last-child { max-width: 740px; margin: 10px 0 0 34%; color: var(--paper-muted); font-size: 1.15rem; }
.capability-list { border-top: 1px solid var(--line); }
.capability { scroll-margin-top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 110px 0; border-bottom: 1px solid var(--line); }
.capability-title > span { display: block; margin-bottom: 56px; color: var(--acid); font: .72rem var(--mono); }
.capability h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.capability-copy { padding-top: 80px; }
.capability-copy .lead { color: var(--paper); font-size: 1.45rem; line-height: 1.45; }
.capability-copy > p:not(.lead) { color: var(--paper-muted); }
.capability-copy ul { margin: 45px 0 0; padding: 0; list-style: none; }
.capability-copy li { padding: 13px 0; border-top: 1px solid var(--line); color: var(--paper-muted); }
.capability-copy li::before { content: "+"; margin-right: 15px; color: var(--acid); font-family: var(--mono); }
.engagement { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; }
.engagement h2 { margin-top: 34px; font-size: clamp(2.5rem, 4vw, 4.6rem); }
.engagement-grid p { display: grid; grid-template-columns: 1fr 1.4fr; gap: 30px; padding: 26px 0; border-top: 1px solid var(--line); }
.engagement-grid span { color: var(--paper-muted); }

.about-statement { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; border-block: 1px solid var(--line); }
.about-statement blockquote { margin: 0; color: var(--paper-muted); font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.17; letter-spacing: -.05em; }
.principles { display: grid; grid-template-columns: 1fr 1fr; }
.principles article { min-height: 360px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article:nth-child(odd) { border-left: 1px solid var(--line); }
.principles span { color: var(--acid); font: .72rem var(--mono); }
.principles h2 { margin: 90px 0 18px; font-size: 1.8rem; letter-spacing: -.04em; }
.principles p { max-width: 490px; color: var(--paper-muted); }
.location { margin-top: 150px; background: var(--paper); color: var(--ink); }
.location-grid { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 60px; }
.location .section-index { color: var(--acid-dark); }
.location h2 { margin: 35px 0 0; }
.location h2 span { color: #797c73; }
.location address { padding-left: 40px; border-left: 1px solid #bbbdb5; color: #62645e; font-style: normal; font-size: 1.1rem; }
.location address > span { display: block; margin-bottom: 20px; color: var(--ink); font-weight: 700; }
.location address a { display: block; width: max-content; margin-top: 34px; padding-bottom: 5px; border-bottom: 1px solid #999b94; color: var(--ink); font-weight: 700; }

.contact-hero { min-height: 690px; padding: calc(var(--header-h) + 120px) 0 90px; display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 8vw; }
.contact-hero h1 { font-size: clamp(4rem, 7.2vw, 8rem); }
.contact-hero > div:first-child > p:last-child { max-width: 700px; color: var(--paper-muted); }
.contact-direct { padding: 30px 0; border-block: 1px solid var(--line); }
.contact-direct .label { margin-bottom: 20px; color: var(--paper-muted); }
.contact-direct a { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.contact-direct a span { color: var(--acid); }
.contact-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; padding-bottom: 150px; }
.brief-form { display: grid; gap: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.brief-form label { color: var(--paper-muted); font: .72rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; margin-top: 10px; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--paper); background: transparent; font-family: var(--sans); font-size: 1rem; text-transform: none; transition: border-color .2s ease; }
.brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { border-color: var(--acid); }
.brief-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--acid) 50%),linear-gradient(135deg, var(--acid) 50%, transparent 50%); background-position: calc(100% - 15px) 52%,calc(100% - 9px) 52%; background-size: 6px 6px; background-repeat: no-repeat; }
.brief-form select option { color: var(--ink); background: var(--paper); }
.brief-form textarea { resize: vertical; }
.form-note { color: #898b84; font-size: .78rem; }
.brief-form .button { width: max-content; }
.contact-aside { padding: 34px; border: 1px solid var(--line); background: var(--ink-soft); }
.contact-aside address { margin: 40px 0 70px; color: var(--paper-muted); font-style: normal; }
.contact-aside address strong { display: block; margin-bottom: 10px; color: var(--paper); }
.contact-aside > div { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid var(--line); }
.contact-aside > div span { color: #898b84; font: .65rem var(--mono); text-transform: uppercase; }
.contact-aside > div a { color: var(--acid); }

.legal-hero { padding: calc(var(--header-h) + 120px) 0 80px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 30px 0 10px; font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.065em; }
.legal-hero > p:last-child { color: var(--paper-muted); }
.legal-content { display: grid; grid-template-columns: 1fr 3fr; gap: 7vw; padding-block: 80px 150px; }
.legal-content aside { position: sticky; top: 110px; align-self: start; display: grid; }
.legal-content aside a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--paper-muted); font-size: .85rem; }
.legal-content article { max-width: 850px; }
.legal-content article section { scroll-margin-top: 110px; margin-bottom: 55px; }
.legal-content h2 { margin-bottom: 20px; font-size: 1.5rem; }
.legal-content p { color: var(--paper-muted); }
.legal-content a { color: var(--acid); text-decoration: underline; text-underline-offset: 4px; }
.legal-content code { color: var(--acid); font-family: var(--mono); }
.legal-note { padding: 20px; border-left: 2px solid var(--acid); background: var(--ink-soft); font-size: .85rem; }

.error-page { min-height: 100svh; padding-top: var(--header-h); display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 7vw; }
.error-code { color: transparent; font-size: clamp(10rem, 27vw, 28rem); font-weight: 700; line-height: .8; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(200,255,61,.4); }
.error-page h1 { margin: 28px 0 20px; font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.error-page p:not(.eyebrow) { margin-bottom: 34px; color: var(--paper-muted); }

.site-footer { padding: 80px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 55px; }
.footer-lead > p { max-width: 320px; margin-top: 25px; color: var(--paper-muted); }
.footer-grid > div:not(.footer-lead), .footer-grid address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: var(--paper-muted); font-style: normal; font-size: .85rem; }
.footer-label { margin-bottom: 16px; color: var(--paper); }
.footer-grid a:hover, .text-button:hover { color: var(--acid); }
.text-button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 22px; border-top: 1px solid var(--line); color: #7d7f79; font: .64rem var(--mono); text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.cookie-panel { position: fixed; z-index: 200; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; max-width: 920px; margin-left: auto; padding: 24px; border: 1px solid var(--line); background: rgba(18,20,26,.98); box-shadow: 0 20px 80px rgba(0,0,0,.45); opacity: 0; transform: translateY(24px); transition: opacity .28s ease, transform .28s ease; }
.cookie-panel[hidden] { display: none; }
.cookie-panel.is-visible { opacity: 1; transform: none; }
.cookie-panel .eyebrow { display: inline-block; margin-bottom: 5px; }
.cookie-panel p:last-child { margin: 0; color: var(--paper-muted); font-size: .82rem; }
.cookie-actions { display: flex; align-items: center; gap: 20px; }
.cookie-actions > a { color: var(--paper-muted); font-size: .78rem; text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 900px); }
  .hero { min-height: 900px; height: auto; max-height: none; padding-block: 150px 80px; grid-template-columns: 1fr; }
  .hero-system { width: min(100%, 620px); justify-self: end; }
  .service-preview { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .service-icon { margin: 45px 0 35px; }
  .contact-hero, .contact-layout { grid-template-columns: 1fr; }
  .contact-hero { padding-bottom: 50px; }
  .contact-direct { max-width: 550px; }
  .contact-layout { gap: 80px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid address { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); --header-h: 72px; }
  body { background-size: 50vw 100%; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .menu-toggle { display: flex; align-items: center; gap: 7px; padding: 10px 0 10px 12px; cursor: pointer; }
  .menu-toggle span { margin-right: 5px; font: .65rem var(--mono); text-transform: uppercase; }
  .menu-toggle i { width: 16px; height: 1px; background: var(--paper); transition: transform .2s ease; }
  .menu-toggle i:last-child { margin-left: -23px; transform: translateY(5px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-child { transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; display: none; padding: 40px 24px; background: var(--ink); }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav > a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.4rem; }
  .site-nav .nav-cta { margin-top: 30px; padding: 18px; text-align: center; }
  .hero { min-height: auto; padding: 135px 0 70px; gap: 75px; }
  .hero .eyebrow { margin-bottom: 28px; flex-direction: column; gap: 7px; }
  .hero h1, .page-hero h1, .contact-hero h1 { font-size: clamp(3.45rem, 16.5vw, 5.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-system { aspect-ratio: 1/1.2; }
  .system-bottom { gap: 8px; font-size: .55rem; }
  .orbit-core b { font-size: 1.7rem; }
  .manifesto, .section-heading, .about-statement { grid-template-columns: 1fr; gap: 45px; }
  .manifesto > div > p { margin-left: 0; }
  .service-card { min-height: 390px; padding: 26px; }
  .service-card a { right: 26px; left: 26px; }
  .process-list li { grid-template-columns: .4fr 1fr; }
  .process-list li p { grid-column: 2; }
  .cta-band { width: 100%; padding: 60px 24px; }
  .cta-band::after { font-size: 12rem; }
  .page-hero { min-height: 650px; padding-top: 150px; }
  .page-hero > p:last-child { margin-left: 0; }
  .capability { grid-template-columns: 1fr; gap: 25px; padding: 80px 0; }
  .capability-title > span { margin-bottom: 35px; }
  .capability-copy { padding-top: 0; }
  .engagement, .location-grid { grid-template-columns: 1fr; }
  .engagement-grid p { grid-template-columns: 1fr; gap: 7px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:nth-child(odd) { min-height: 310px; border-left: 1px solid var(--line); }
  .principles h2 { margin-top: 65px; }
  .location { margin-top: 100px; }
  .location address { padding: 30px 0 0; border-top: 1px solid #bbbdb5; border-left: 0; }
  .contact-hero { padding-top: 150px; }
  .contact-layout { padding-bottom: 100px; }
  .field-row { grid-template-columns: 1fr; gap: 28px; }
  .legal-content { grid-template-columns: 1fr; }
  .legal-content aside { position: static; grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .error-page { padding-block: 130px 70px; grid-template-columns: 1fr; }
  .error-code { font-size: 46vw; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-lead, .footer-grid address { grid-column: 1 / -1; }
  .footer-bottom { gap: 24px; flex-direction: column; }
  .cookie-panel { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .cookie-actions { align-items: flex-start; flex-direction: column; }
  .cookie-actions .button { width: 100%; }
}

@media (max-width: 400px) {
  .brand-name { font-size: .9rem; }
  .brand-mark { width: 24px; height: 24px; }
  .hero h1, .page-hero h1, .contact-hero h1 { font-size: 3.1rem; }
  .hero-system { display: none; }
}
