:root {
  --ink: #071712;
  --ink-soft: #0d241d;
  --ink-raised: #123128;
  --cream: #f1ecdf;
  --paper: #fbf8f1;
  --white: #fffefa;
  --mint: #8ff3c9;
  --mint-soft: #d9f7e9;
  --copper: #ff9867;
  --copper-soft: #ffd8c4;
  --sage: #8ba79b;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(7, 23, 18, 0.16);
  --text-muted: #52655e;
  --container: 1180px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(7, 23, 18, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--mint); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.site-shell { overflow: clip; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  border-color: var(--line-dark);
  background: rgba(7, 23, 18, .9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; min-height: 78px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { box-shadow: 0 10px 32px rgba(143, 243, 201, .14); border-radius: 14px; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 17px; letter-spacing: -.02em; }
.brand-type small { margin-top: 5px; color: var(--sage); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #cedbd5; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--mint); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { margin-left: 8px; }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 99; inset: 78px 0 0; padding: 28px 24px; background: rgba(7, 23, 18, .98); }
.mobile-nav a { display: block; padding: 16px 8px; border-bottom: 1px solid var(--line-dark); color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 7vw, 40px); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid var(--mint);
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { border-color: var(--white); background: var(--white); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-large { min-height: 62px; padding-inline: 30px; font-size: 16px; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.38); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #d8e4df; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--mint); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }
.dark-link { color: var(--ink); }

.hero { position: relative; min-height: 850px; padding: 158px 0 0; isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { top: -260px; right: -180px; width: 760px; height: 760px; background: radial-gradient(circle, rgba(64, 174, 132, .22), transparent 68%); }
.hero-glow-two { bottom: 20px; left: -260px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255, 152, 103, .1), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: 70px; }
.hero-copy, .system-canvas { min-width: 0; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--mint); }
.hero h1, h2, .legal-hero h1 { margin: 24px 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.hero h1 { max-width: 680px; font-size: clamp(68px, 7vw, 112px); }
.hero h1 em, h2 em { color: var(--mint); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: #b9cbc4; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }

.system-canvas { position: relative; min-height: 520px; padding: 24px; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); box-shadow: 0 36px 100px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.canvas-topline { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.live-state { display: flex; align-items: center; gap: 8px; color: #cae4da; }
.live-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(143,243,201,.09); }
.system-map { position: relative; min-height: 350px; overflow: hidden; }
.map-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(143,243,201,.14); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 260px; height: 260px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(255,152,103,.1); }
.map-orbit::before, .map-orbit::after { position: absolute; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--copper); box-shadow: 0 0 16px rgba(255,152,103,.8); }
.orbit-one::before { top: 18%; right: 9%; }
.orbit-one::after { bottom: 6%; left: 28%; background: var(--mint); }
.orbit-two::before { top: 46%; left: -4px; }
.orbit-two::after { top: 2%; right: 30%; background: var(--mint); }
.map-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(143,243,201,.35); border-radius: 50%; background: rgba(7,23,18,.88); box-shadow: 0 0 60px rgba(143,243,201,.08); transform: translate(-50%, -50%); }
.map-core img { margin-bottom: 10px; border-radius: 15px; }
.map-core strong { font-size: 13px; }
.map-core small { color: var(--sage); font-size: 9px; }
.map-node { position: absolute; z-index: 3; min-width: 118px; padding: 12px 14px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(12,35,28,.92); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.map-node i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--mint); }
.map-node span { font-size: 11px; font-weight: 700; }
.map-node small { display: block; margin: 3px 0 0 14px; color: var(--sage); font-size: 9px; }
.node-one { top: 48px; left: 8px; }
.node-two { top: 74px; right: 0; }
.node-three { right: 10px; bottom: 44px; }
.node-four { bottom: 28px; left: 4px; }
.node-three i, .node-four i { background: var(--copper); }
.canvas-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.canvas-metrics div { padding: 11px; border-radius: 11px; background: rgba(255,255,255,.035); }
.canvas-metrics small, .canvas-metrics strong { display: block; }
.canvas-metrics small { margin-bottom: 3px; color: var(--sage); font-size: 8px; text-transform: uppercase; }
.canvas-metrics strong { color: #dce8e3; font-size: 10px; }
.principle-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 92px; border-top: 1px solid var(--line-dark); }
.principle-strip span { padding: 24px 10px 24px 0; color: #91a69d; border-right: 1px solid var(--line-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.principle-strip span:not(:first-child) { padding-left: 24px; }
.principle-strip span:last-child { border-right: 0; }

.intro { padding: 128px 0; }
.intro-grid { display: grid; grid-template-columns: .42fr 1fr; gap: 80px; }
.intro-copy h2 { margin-top: 0; max-width: 900px; font-size: clamp(50px, 6vw, 88px); }
.intro-copy h2 em { color: #27785e; }
.intro-copy p { max-width: 730px; margin: 36px 0 0 auto; color: var(--text-muted); font-size: 20px; }

.capabilities { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading h2, .approach h2, .security h2 { margin: 17px 0 0; font-size: clamp(46px, 5.3vw, 76px); }
.section-heading > p { max-width: 450px; margin: 0 0 8px; color: var(--text-muted); font-size: 18px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.capability-card { position: relative; min-height: 465px; padding: 34px; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-md); }
.capability-card::after { position: absolute; right: -90px; bottom: -110px; width: 270px; height: 270px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.card-mint { background: var(--mint-soft); }
.card-dark { color: var(--white); background: var(--ink-soft); }
.card-copper { background: var(--copper-soft); }
.card-white { background: var(--white); }
.card-index { color: currentColor; font-size: 10px; font-weight: 800; letter-spacing: .14em; opacity: .56; }
.capability-icon { display: flex; width: 58px; height: 58px; align-items: flex-end; gap: 5px; margin: 55px 0 34px; padding: 13px; border: 1px solid currentColor; border-radius: 17px; opacity: .85; }
.capability-icon span { width: 7px; background: currentColor; }
.capability-icon span:nth-child(1) { height: 17px; }.capability-icon span:nth-child(2) { height: 31px; }.capability-icon span:nth-child(3) { height: 24px; }
.icon-link { position: relative; display: block; }
.icon-link span { position: absolute; width: 25px; height: 16px; border: 2px solid currentColor; border-radius: 999px; background: transparent; transform: rotate(-32deg); }
.icon-link span:first-child { top: 14px; left: 8px; }.icon-link span:last-child { right: 8px; bottom: 14px; }
.icon-shield { display: grid; place-items: center; }
.icon-shield span { width: 26px; height: 31px; border: 2px solid currentColor; border-radius: 14px 14px 18px 18px; background: transparent; clip-path: polygon(50% 0,100% 15%,90% 72%,50% 100%,10% 72%,0 15%); }
.icon-chart { align-items: center; }
.icon-chart span { height: 7px !important; border-radius: 50%; }.icon-chart span:nth-child(2){transform:translateY(-8px)}.icon-chart span:nth-child(3){transform:translateY(4px)}.icon-chart span:nth-child(4){transform:translateY(-12px)}
.capability-card h3 { max-width: 420px; margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.capability-card p { max-width: 520px; margin: 0; opacity: .72; }
.capability-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.capability-card li { padding: 6px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 750; opacity: .62; }

.approach { padding: 140px 0; }
.approach-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; align-items: start; }
.approach-sticky { position: sticky; top: 135px; }
.approach-sticky p { max-width: 430px; margin-top: 32px; color: var(--text-muted); font-size: 18px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 28px; padding: 37px 0; border-bottom: 1px solid var(--line-light); }
.process-number { color: #6b847a; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; }
.process-list p { max-width: 560px; margin: 0; color: var(--text-muted); }

.relationship { position: relative; padding: 145px 0; }
.relationship::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: radial-gradient(circle at center, rgba(143,243,201,.25) 0 1px, transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(circle at 25% 50%, black, transparent 50%); }
.relationship-grid { position: relative; display: grid; grid-template-columns: .85fr 1fr; gap: 110px; align-items: center; }
.relationship-mark { position: relative; display: grid; min-height: 510px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; }
.relationship-mark::before, .relationship-mark::after { position: absolute; content: ""; border-radius: 50%; }
.relationship-mark::before { inset: 52px; border: 1px solid rgba(143,243,201,.14); }
.relationship-mark::after { inset: 110px; border: 1px solid rgba(255,152,103,.18); }
.edge-word, .deshi-word { position: absolute; z-index: 2; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.05em; }
.edge-word { top: 105px; color: var(--copper); }
.deshi-word { bottom: 95px; color: var(--mint); }
.connection-line { position: absolute; z-index: 3; top: 50%; width: 1px; height: 94px; background: linear-gradient(var(--copper), var(--mint)); transform: translateY(-50%); }
.connection-line i { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 5px rgba(255,255,255,.1); transform: translate(-50%,-50%); }
.light-kicker { color: #a2b8af; }
.relationship-copy h2 { margin: 18px 0 32px; font-size: clamp(49px, 5.4vw, 78px); }
.relationship-copy p { max-width: 590px; margin: 0; color: #b8c8c2; font-size: 18px; }
.relationship-boundary { margin: 36px 0; border-top: 1px solid var(--line-dark); }
.relationship-boundary div { display: grid; grid-template-columns: .8fr 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.relationship-boundary strong { color: #eef5f2; font-size: 13px; }
.relationship-boundary span { color: var(--sage); font-size: 12px; }

.security { padding: 138px 0; }
.security-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 105px; align-items: start; }
.security-copy { position: sticky; top: 130px; }
.security-copy p { max-width: 520px; margin: 32px 0; color: var(--text-muted); font-size: 18px; }
.security-principles { border-top: 1px solid var(--line-light); }
.security-principles article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid var(--line-light); }
.security-principles article > span { color: #6e897e; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.security-principles h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.security-principles p { margin: 0; color: var(--text-muted); }

.contact { position: relative; padding: 150px 0; text-align: center; }
.contact-orbit { position: absolute; top: 50%; left: 50%; width: min(850px, 90vw); height: min(850px, 90vw); border: 1px solid rgba(143,243,201,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.contact-orbit::before, .contact-orbit::after { position: absolute; content: ""; border: 1px solid rgba(255,152,103,.1); border-radius: 50%; }
.contact-orbit::before { inset: 80px; }.contact-orbit::after { inset: 170px; border-color: rgba(143,243,201,.09); }
.contact-inner { position: relative; }
.contact .section-kicker { justify-content: center; }
.contact h2 { margin: 20px auto 24px; font-size: clamp(55px, 7vw, 100px); }
.contact p { margin: 0 0 42px; color: #a9bdb5; font-size: 19px; }

.site-footer { color: #dce8e3; background: #04100c; }
.footer-top { display: grid; grid-template-columns: .65fr 1fr; gap: 80px; padding: 75px 0; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 8px; color: var(--white); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #8fa59c; font-size: 13px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--mint); }
.footer-bottom { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; padding: 25px 0 34px; border-top: 1px solid var(--line-dark); color: #738a80; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-disclaimer { max-width: 720px; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: relative; color: var(--white); background: var(--ink); }
.legal-hero { padding: 100px 0 86px; color: var(--white); background: var(--ink); }
.legal-hero h1 { max-width: 850px; margin: 20px 0 24px; font-size: clamp(58px, 7vw, 96px); }
.legal-hero p { max-width: 700px; margin: 0; color: #a9bdb5; font-size: 19px; }
.legal-content { display: grid; grid-template-columns: .35fr 1fr; gap: 90px; padding: 95px 0 130px; }
.legal-aside { color: var(--text-muted); font-size: 12px; }
.legal-aside strong { display: block; margin-bottom: 8px; color: var(--ink); text-transform: uppercase; letter-spacing: .1em; }
.legal-copy { max-width: 760px; }
.legal-copy section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line-light); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; }
.legal-copy h3 { margin: 25px 0 8px; font-size: 17px; }
.legal-copy p, .legal-copy li { color: var(--text-muted); }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: #1d7155; text-decoration: underline; text-underline-offset: 3px; }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px; color: var(--white); text-align: center; background: var(--ink); }
.not-found-inner { max-width: 780px; }
.not-found-code { color: var(--mint); font-family: Georgia, serif; font-size: clamp(90px, 18vw, 190px); line-height: .8; }
.not-found h1 { margin: 30px 0 16px; font-family: Georgia, serif; font-size: clamp(40px, 6vw, 66px); font-weight: 400; }
.not-found p { margin: 0 auto 30px; color: #9db1a9; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 760px; }
  .system-canvas { width: min(100%, 660px); margin-left: auto; }
  .relationship-grid { gap: 65px; }
  .security-grid { gap: 70px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid { gap: 58px; }
  .hero h1 { font-size: clamp(59px, 17vw, 86px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .system-canvas { min-height: 490px; }
  .principle-strip { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .principle-strip span:nth-child(2) { border-right: 0; }
  .principle-strip span:nth-child(3), .principle-strip span:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .intro, .capabilities, .approach, .relationship, .security, .contact { padding: 95px 0; }
  .intro-grid, .section-heading, .approach-grid, .relationship-grid, .security-grid, .footer-top, .footer-bottom, .legal-content { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy p { margin-left: 0; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 650px; }
  .approach-sticky, .security-copy { position: static; }
  .relationship-mark { min-height: 460px; width: min(100%, 520px); }
  .footer-links { margin-top: 20px; }
  .legal-content { padding-top: 65px; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 38px; height: 38px; }
  .mobile-nav { inset: 70px 0 0; }
  .hero { padding-top: 116px; }
  .hero h1 { margin-top: 18px; font-size: clamp(50px, 14.1vw, 62px); line-height: .98; }
  .hero h1 em { letter-spacing: -.06em; }
  .hero-lead { font-size: 17px; }
  .system-canvas { min-height: 440px; padding: 17px; }
  .canvas-topline { align-items: flex-start; gap: 12px; flex-direction: column; }
  .system-map { min-height: 310px; }
  .orbit-one { width: 215px; height: 215px; }
  .orbit-two { width: 310px; height: 310px; }
  .map-core { width: 128px; height: 128px; }
  .map-core img { width: 44px; height: 44px; }
  .map-node { min-width: 98px; padding: 9px; }
  .map-node small { display: none; }
  .node-one { top: 35px; }.node-two { top: 55px; }.node-three { bottom: 40px; }.node-four { bottom: 28px; }
  .canvas-metrics { display: none; }
  .principle-strip { margin-top: 45px; }
  .principle-strip span { padding: 18px 8px 18px 0; font-size: 9px; }
  .principle-strip span:not(:first-child) { padding-left: 15px; }
  .intro-copy h2, .section-heading h2, .approach h2, .security h2, .relationship-copy h2 { font-size: 48px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 425px; padding: 27px; }
  .capability-icon { margin-top: 42px; }
  .relationship-mark { min-height: 350px; }
  .relationship-mark::before { inset: 38px; }.relationship-mark::after { inset: 88px; }
  .edge-word { top: 72px; }.deshi-word { bottom: 66px; }
  .relationship-boundary div { grid-template-columns: 1fr; gap: 5px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .contact .button-large { width: 100%; padding-inline: 15px; font-size: 14px; }
  .legal-hero { padding-top: 72px; }
}

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

@media print {
  .site-header, .mobile-nav, .contact { display: none !important; }
  body { color: #000; background: #fff; }
  .section-dark, .site-footer { color: #000; background: #fff; }
  .reveal { opacity: 1; transform: none; }
}
