:root {
  --ink: #09090a;
  --ink-soft: #171719;
  --paper: #f5f2ec;
  --paper-bright: #fffdf8;
  --tint: #ebe6dd;
  --coral: #ff4040;
  --coral-dark: #c7212b;
  --muted: #68676f;
  --line: rgba(9, 9, 10, .16);
  --line-dark: rgba(255, 255, 255, .18);
  --shell: min(1180px, calc(100% - 48px));
  --radius: 22px;
  --shadow: 0 24px 80px rgba(9, 9, 10, .10);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; background: var(--ink); -webkit-text-size-adjust: 100%; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--paper); color: var(--ink); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .026; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E"); }
main, .site-header, .site-footer { width: 100%; max-width: 100%; min-width: 0; }
img, svg, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.03; }
h1 { font-size: clamp(3.4rem, 7.4vw, 7.6rem); max-width: 12ch; margin-bottom: 32px; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4.6rem); margin-bottom: 24px; }
h3 { font-size: 1.3rem; }
p { color: var(--muted); }
address { font-style: normal; }
.shell { width: var(--shell); max-width: 100%; min-width: 0; margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: white; background: var(--coral-dark); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; color: var(--ink); background: color-mix(in srgb, var(--paper) 90%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s ease, background .2s ease; }
.site-header.is-scrolled { border-color: var(--line); background: color-mix(in srgb, var(--paper) 96%, transparent); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: var(--ink); text-decoration: none; }
.brand svg { width: 34px; height: 34px; fill: none; stroke: var(--coral); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; line-height: .9; letter-spacing: .08em; }
.brand strong { font-size: .92rem; }
.brand small { margin-top: 5px; font-size: .58rem; font-weight: 700; letter-spacing: .38em; }
.brand--inverse { color: white; }
.header-panel { display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px, 3vw, 44px); flex: 1; }
.main-nav { display: flex; align-items: center; gap: clamp(13px, 1.6vw, 26px); }
.main-nav a, .language-switch a { position: relative; font-size: .84rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; gap: 8px; }
.language-switch a { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.language-switch a[aria-current="true"] { color: var(--ink); }
.menu-button { display: none; min-height: 44px; align-items: center; justify-content: center; padding: 8px 0 8px 16px; border: 0; background: transparent; color: var(--ink); font-size: .8rem; font-weight: 700; cursor: pointer; }
.menu-icon { position: relative; flex: 0 0 20px; width: 20px; height: 16px; margin-left: 12px; }
.menu-button i { position: absolute; top: 7px; left: 0; display: block; width: 20px; height: 2px; margin: 0; background: currentColor; transform-origin: center; transition: transform .2s ease; }
.menu-button i:first-child { transform: translateY(-4px); }
.menu-button i:last-child { transform: translateY(4px); }
.menu-button.is-open i:first-child, .menu-button[aria-expanded="true"] i:first-child { transform: rotate(45deg); }
.menu-button.is-open i:last-child, .menu-button[aria-expanded="true"] i:last-child { transform: rotate(-45deg); }

.button { display: inline-flex; max-width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 12px 22px; border: 1px solid var(--ink); border-radius: 999px; color: white; background: var(--ink); font-size: .86rem; font-weight: 750; text-align: center; text-decoration: none; white-space: normal; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--coral-dark); border-color: var(--coral-dark); }
.button--small { min-height: 44px; padding-inline: 17px; font-size: .78rem; }
.button--light { color: var(--ink); background: var(--paper-bright); border-color: var(--paper-bright); }
.button--light:hover { color: var(--ink); background: var(--coral); border-color: var(--coral); }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.page-hero .button-row, .two-column .button-row { margin-top: 32px; }
.text-link { max-width: 100%; font-size: .9rem; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.text-link span { color: var(--coral-dark); }
.button span { color: var(--coral); }
.button:hover span { color: white; }
.button--light:hover span { color: var(--ink); }
.eyebrow, .section-kicker, .footer-label { margin-bottom: 20px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.section--dark :is(.eyebrow, .section-kicker, .text-link span), .page-hero--dark .eyebrow { color: var(--coral); }
.lede, .hero-lede { max-width: 720px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.hero-lede { margin-bottom: 38px; }
.section-intro--narrow { max-width: 850px; }
.section-intro .lede { margin-bottom: 0; }

.hero { position: relative; min-height: calc(100vh - 86px); overflow: hidden; overflow: clip; display: grid; align-items: center; padding: 90px 0 120px; background: var(--paper); }
.hero::after { content: ""; position: absolute; right: -7vw; bottom: -18vw; width: 38vw; height: 38vw; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 6vw; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-company-card { position: relative; width: min(440px, 100%); justify-self: end; overflow: hidden; padding: clamp(30px, 4vw, 48px); color: white; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-company-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--coral); }
.hero-company-card .eyebrow { color: var(--coral); }
.hero-facts { margin: 0; }
.hero-facts > div { display: grid; grid-template-columns: minmax(88px, .65fr) minmax(0, 1.35fr); gap: 20px; padding: 18px 0; border-top: 1px solid var(--line-dark); }
.hero-facts dt { color: #aaa9b0; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-facts dd { min-width: 0; margin: 0; color: white; font-weight: 650; overflow-wrap: anywhere; }
.hero-system { position: relative; aspect-ratio: 1; width: min(460px, 100%); justify-self: end; }
.orbit { position: absolute; inset: 12%; border: 1px solid var(--line); border-radius: 50%; }
.orbit--two { inset: 28%; border-color: var(--coral); opacity: .55; }
.system-core { position: absolute; inset: 37%; z-index: 2; display: grid; align-content: center; justify-items: center; border-radius: 50%; color: white; background: var(--ink); box-shadow: var(--shadow); }
.system-core span { font-size: clamp(.48rem, 1vw, .68rem); font-weight: 800; letter-spacing: .12em; }
.system-core strong { color: var(--coral); font-size: clamp(.72rem, 1.6vw, 1rem); letter-spacing: .08em; }
.system-label { position: absolute; display: grid; place-items: center; width: 94px; height: 94px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-bright); font-size: .64rem; font-weight: 800; letter-spacing: .1em; box-shadow: 0 12px 34px rgba(9,9,10,.06); }
.system-label--a { left: 2%; top: 37%; }
.system-label--b { right: 7%; top: 4%; }
.system-label--c { right: 1%; bottom: 24%; }
.system-label--d { left: 24%; bottom: 0; }

.page-hero { min-height: 610px; display: grid; align-items: end; padding: 130px 0 92px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3.2rem, 6.7vw, 6.8rem); }
.page-hero--dark { color: white; background: var(--ink); border-color: var(--line-dark); }
.page-hero--dark p { color: #b7b6bd; }
.page-hero--founder { background: linear-gradient(120deg, var(--paper) 0 67%, var(--coral) 67%); }
.founder-hero { display: grid; grid-template-columns: 1fr minmax(240px, 320px); gap: 7vw; align-items: end; }
.founder-signature { width: 100%; max-width: 320px; overflow: hidden; justify-self: end; margin: 0; color: white; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.founder-signature img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.founder-signature figcaption { display: grid; padding: 22px 26px 24px; }
.founder-signature span, .founder-signature small { color: #aaa9b0; font-size: .76rem; }
.founder-signature strong { margin: 7px 0; font-size: 1.6rem; }
.founder-signature .founder-link { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; margin-top: 17px; color: white; font-size: .78rem; font-weight: 750; text-decoration-color: var(--coral); text-underline-offset: 5px; }
.founder-signature .founder-link span { color: var(--coral); }

.section { padding: clamp(86px, 10vw, 142px) 0; }
.section--dark { color: white; background: var(--ink); }
.section--dark p { color: #aaa9b0; }
.section--tint { background: var(--tint); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.split-heading .section-intro { max-width: 760px; }
.loop-strip { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 74px; border-top: 1px solid var(--line-dark); }
.loop-strip div { position: relative; min-height: 150px; padding: 28px 18px 20px 0; border-right: 1px solid var(--line-dark); }
.loop-strip div:last-child { border-right: 0; }
.loop-strip div::after { content: "→"; position: absolute; right: -12px; top: -17px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--coral); background: var(--ink); }
.loop-strip div:last-child::after { content: "↻"; }
.loop-strip span, .card-index { display: block; margin-bottom: 42px; color: var(--coral-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.section--dark :is(.loop-strip span, .card-index) { color: var(--coral); }
.loop-strip strong { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }

.metrics-section { margin-top: 58px; }
.metrics-grid { display: grid; grid-template-columns: repeat(var(--metric-columns, 4), minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-card { min-height: 190px; padding: 35px 26px; border-right: 1px solid var(--line); }
.metric-card:last-of-type { border-right: 0; }
.metric-card.is-last-visible { border-right: 0; }
.metric-card strong { display: block; margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 5.3rem); line-height: 1; letter-spacing: -.07em; }
.metric-card span { color: var(--muted); font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.metrics-unavailable { grid-column: 1 / -1; padding: 38px 0; margin: 0; }
.metrics-meta { display: flex; justify-content: space-between; gap: 24px; padding-top: 14px; color: var(--muted); font-size: .78rem; }
.metrics-meta a { color: var(--ink); font-weight: 700; }
.metrics-section--compact .metric-card { min-height: 150px; }
.metrics-section--compact .metric-card strong { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.investor-reporting { margin-top: 58px; }
.audience-note { max-width: 850px; margin: 34px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid currentColor; }
.card-grid--four { grid-template-columns: repeat(4, 1fr); }
.info-card { min-height: 280px; padding: 30px 24px 30px 0; border-right: 1px solid var(--line); }
.section--dark .info-card { border-color: var(--line-dark); }
.info-card + .info-card { padding-left: 24px; }
.info-card:last-child { border-right: 0; }
.info-card h3 { max-width: 12ch; font-size: 1.45rem; }
.info-card p { max-width: 30ch; }
.info-card--link { display: block; color: inherit; text-decoration: none; }
.info-card--link .text-link { display: inline-block; margin-top: 20px; }
.info-card--link:hover h3, .info-card--link:focus-visible h3 { color: var(--coral-dark); }
.section--dark .info-card--link:hover h3, .section--dark .info-card--link:focus-visible h3 { color: var(--coral); }

.loop-stack { margin-top: 56px; border-top: 1px solid var(--line-dark); }
.loop-stack article { display: grid; grid-template-columns: 100px 1fr; gap: 32px; align-items: start; padding: 36px 0; border-bottom: 1px solid var(--line-dark); }
.loop-stack article > span { color: var(--coral); font-size: .75rem; font-weight: 800; }
.loop-stack :is(h2, h3) { margin-bottom: 12px; font-size: clamp(2rem, 3.5vw, 3.8rem); }
.loop-stack p { max-width: 640px; }
.guardrail { display: grid; grid-template-columns: 280px 1fr; gap: 7vw; align-items: center; }
.guardrail-mark { aspect-ratio: 1; display: grid; place-items: center; color: white; background: var(--coral-dark); border-radius: 50%; font-size: 1.2rem; font-weight: 900; letter-spacing: .12em; }
.guardrail p { max-width: 730px; font-size: 1.1rem; }

.two-column { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.profile-card, .request-card, .contact-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); box-shadow: var(--shadow); }
.request-card { color: var(--ink); }
.profile-card h2 { font-size: 2.2rem; }
.facts-list { margin: 38px 0 0; }
.facts-list div { display: grid; grid-template-columns: minmax(120px, .75fr) 1.25fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.facts-list dt { color: var(--muted); font-size: .73rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.facts-list dd { margin: 0; font-weight: 650; }
.fine-print { margin-top: 24px; font-size: .78rem; }

.story-grid article > span, .policy-list article > span { color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.notice { padding: 40px; color: white; background: var(--ink); border-radius: var(--radius); }
.notice h2 { font-size: 2rem; }
.notice p { color: #aaa9b0; }
.notice a { color: white; font-weight: 750; }

.request-card ul { margin: 30px 0 38px; padding: 0; list-style: none; }
.request-card li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.request-card li::before { content: "✓"; margin-right: 12px; color: var(--coral-dark); }
.partner-boundary { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.partner-boundary h3 { margin-bottom: 10px; font-size: 1.2rem; }
.partner-boundary p { margin: 0; font-size: .9rem; }
.partner-contact { align-items: center; }
.partner-contact-list ol { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.partner-contact-list li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); color: #d5d3d7; font-weight: 650; }
.partner-contact-list li span { color: var(--coral); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.context-links { display: grid; justify-items: start; gap: 18px; margin-top: 30px; }
.legal-callout { max-width: 900px; margin: 0; font-size: .88rem; }

.description-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.description-card { display: grid; align-content: start; padding: 42px 52px 42px 0; }
.description-card + .description-card { padding-right: 0; padding-left: 52px; border-left: 1px solid var(--line-dark); }
.description-card h2 { margin-bottom: 24px; font-size: clamp(1.7rem, 2.6vw, 2.8rem); }
.description-card blockquote { max-width: 620px; margin: 0 0 32px; color: #d5d3d7; font-size: clamp(1.02rem, 1.5vw, 1.25rem); line-height: 1.58; }
.description-card .copy-button { justify-self: start; align-self: end; }
.description-footer { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-top: 36px; }
.description-footer > p { max-width: 560px; margin: 0; }
.context-links--row { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 0; }
.copy-button { padding: 0 0 8px; color: white; background: none; border: 0; border-bottom: 1px solid var(--coral); cursor: pointer; font-size: .8rem; font-weight: 750; }
.asset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; }
.asset-card { appearance: none; display: grid; gap: 16px; min-height: 270px; padding: 28px; text-align: left; color: var(--ink); background: var(--paper-bright); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.asset-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.asset-card--dark { color: white; background: var(--ink); border-color: var(--ink); }
.asset-card strong { align-self: end; font-size: 1.15rem; }
.asset-card small { color: var(--muted); }
.asset-card--dark small { color: #aaa9b0; }
.asset-preview { min-height: 120px; display: grid; place-items: center; padding: 24px; border-radius: 12px; }
.asset-preview--light { background: var(--paper); }
.asset-preview--dark { background: var(--ink-soft); }
.asset-preview--product { background: #f0ece4; }
.asset-preview--mark { background: var(--ink-soft); }
.asset-preview img { width: min(280px, 90%); height: auto; }
.asset-preview--mark img { width: 112px; }
.asset-symbol { align-self: start; font-size: 4rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.print-facts { display: none; }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.story-grid article { padding: 34px 38px 40px 0; border-right: 1px solid var(--line); }
.story-grid article + article { padding-left: 38px; }
.story-grid article:last-child { border-right: 0; }
.story-grid h2 { min-height: 2.1em; margin-top: 68px; font-size: clamp(1.7rem, 2.5vw, 2.7rem); }
.founder-quote { display: grid; grid-template-columns: 120px 1fr; align-items: start; }
.founder-quote > span { color: var(--coral); font-size: 8rem; line-height: .7; }
.founder-quote blockquote { max-width: 930px; font-size: clamp(2rem, 4.3vw, 4.5rem); font-weight: 650; letter-spacing: -.04em; line-height: 1.08; }

.contact-grid { display: grid; grid-template-columns: 1fr minmax(340px, .72fr); gap: 10vw; align-items: start; }
.contact-composer { display: grid; gap: 24px; }
.contact-composer label { font-size: 1.8rem; font-weight: 700; letter-spacing: -.03em; }
.contact-composer select { width: 100%; min-height: 66px; padding: 0 48px 0 18px; color: var(--ink); background: var(--paper-bright); border: 1px solid var(--line); border-radius: 10px; }
.contact-composer .button { justify-self: start; }
.contact-composer p { font-size: .8rem; }
.contact-card > a { display: inline-block; margin: 8px 0 18px; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 700; }
.contact-card > a { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.contact-card hr { margin: 35px 0; border: 0; border-top: 1px solid var(--line); }
.contact-card address { font-weight: 650; }

.updated { margin-top: 40px; font-size: .8rem; }
.policy-list { max-width: 930px; }
.policy-list article { display: grid; grid-template-columns: 90px 1fr; gap: 32px; padding: 42px 0; border-top: 1px solid var(--line); }
.policy-list h2 { font-size: clamp(1.5rem, 2.5vw, 2.5rem); }

.site-footer { padding: 90px 0 24px; color: white; background: var(--ink); }
.site-footer p, .site-footer address { color: #aaa9b0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .5fr; gap: 50px; padding-bottom: 70px; }
.footer-grid > div:first-child p { max-width: 270px; margin-top: 24px; }
.footer-label { color: white !important; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 10px; color: white; text-decoration: none; }
.footer-grid nav a { color: #aaa9b0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #77767d; border-top: 1px solid var(--line-dark); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }

:where(.hero-grid, .hero-facts, .founder-hero, .split-heading, .loop-strip, .metrics-grid, .card-grid, .loop-stack article, .guardrail, .two-column, .facts-list div, .description-grid, .description-footer, .asset-grid, .story-grid, .founder-quote, .contact-grid, .partner-contact-list li, .policy-list article, .footer-grid, .footer-bottom) > * { min-width: 0; }
.contact-composer select { min-width: 0; max-width: 100%; }

@media (max-width: 1060px) {
  .menu-button { display: flex; align-items: center; }
  .header-panel { position: fixed; inset: 86px 0 auto; max-height: calc(100vh - 86px); overflow-y: auto; display: none; padding: 28px max(24px, calc((100% - var(--shell)) / 2)) 38px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .header-panel.is-open { display: block; }
  .main-nav { display: grid; gap: 0; }
  .main-nav a { display: flex; min-height: 48px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1.25rem; }
  .main-nav a::after { display: none; }
  .header-actions { justify-content: space-between; margin-top: 28px; }
  .language-switch a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 0 8px; }
  .hero-grid { grid-template-columns: 1fr .65fr; }
  .card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .card-grid--four .info-card:nth-child(2) { border-right: 0; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card:nth-child(2) { border-right: 0; }
  .metric-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --shell: min(1180px, calc(100% - 32px)); }
  h1, .page-hero h1 { font-size: clamp(2.65rem, 12.5vw, 5.5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.5rem); }
  h1, h2, h3, .lede, blockquote, .facts-list dd, .contact-card > a, .asset-card strong { overflow-wrap: anywhere; }
  .header-inner { min-height: 74px; }
  .header-panel { inset: 74px 0 auto; max-height: calc(100vh - 74px); }
  .hero { min-height: auto; padding: 80px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-company-card { width: 100%; margin-top: 30px; justify-self: stretch; }
  .hero-system { width: min(360px, 100%); margin-top: 30px; justify-self: center; }
  .system-label { width: 72px; height: 72px; font-size: .54rem; }
  .page-hero { min-height: 520px; padding: 100px 0 70px; }
  .page-hero--founder { background: var(--paper); }
  .founder-hero { grid-template-columns: 1fr; }
  .founder-signature { display: grid; grid-template-columns: clamp(108px, 32vw, 140px) minmax(0, 1fr); width: 100%; max-width: 440px; justify-self: start; align-items: stretch; border-left: 8px solid var(--coral); }
  .founder-signature img { height: 100%; min-height: 156px; aspect-ratio: auto; object-position: center 24%; }
  .founder-signature figcaption { align-content: center; padding: 18px 20px 19px; }
  .founder-signature strong { font-size: 1.3rem; }
  .founder-signature .founder-link { margin-top: 12px; }
  .split-heading { display: grid; align-items: start; }
  .loop-strip { grid-template-columns: 1fr; }
  .loop-strip div { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .loop-strip span { margin-bottom: 10px; }
  .loop-strip div::after { right: 0; top: auto; bottom: -16px; transform: rotate(90deg); }
  .metrics-grid, .card-grid, .card-grid--four, .asset-grid, .story-grid { grid-template-columns: 1fr; }
  .metric-card, .metric-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-card:last-of-type, .metric-card.is-last-visible { border-bottom: 0; }
  .metrics-meta { display: grid; }
  .info-card, .info-card + .info-card, .story-grid article, .story-grid article + article { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .card-index { margin-bottom: 30px; }
  .loop-stack article { grid-template-columns: 54px 1fr; gap: 14px; }
  .guardrail { grid-template-columns: 1fr; }
  .guardrail-mark { width: 180px; }
  .two-column, .description-grid, .contact-grid { grid-template-columns: 1fr; }
  .description-card, .description-card + .description-card { padding: 30px 0; border-left: 0; }
  .description-card + .description-card { border-top: 1px solid var(--line-dark); }
  .description-footer { display: grid; }
  .context-links--row { display: grid; }
  .story-grid h2 { min-height: auto; margin-top: 40px; }
  .founder-quote { grid-template-columns: 1fr; }
  .founder-quote > span { font-size: 6rem; }
  .policy-list article { grid-template-columns: 44px 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

@media (max-width: 420px) {
  .profile-card, .request-card, .contact-card { padding: 24px; }
  .facts-list div { grid-template-columns: 1fr; gap: 6px; }
  .hero-facts > div { grid-template-columns: 1fr; gap: 6px; }
}

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

@media print {
  body { background: white; }
  body::before, .site-header, .site-footer, main > section:not(.print-facts) { display: none !important; }
  .print-facts { display: block; padding: 24mm 18mm; }
  .print-facts .shell { width: auto; }
  .print-facts h1 { font-size: 42pt; }
  .print-facts p { color: #222; font-size: 11pt; }
  .facts-list div { break-inside: avoid; }
}
