/* Basis: a brand-led evolution of the existing static site.
   DESIGN_VARIANCE 6 / MOTION_INTENSITY 7 / VISUAL_DENSITY 4.
   Radii: controls 6px, media 12px, status labels pill.
   Layers: content 0, sticky media 1, header 30, skip link 100.
   A fixed teal/navy palette is shared by every device, throughout the day. */
@font-face {
  font-family: Manrope;
  src: url('/assets/fonts/manrope-latin-variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --ink: #e3eef5;
  --muted: #a5bac8;
  --brand: #084d91;
  --teal: #8ae3d6;
  --lime: #8ae3d6;
  --paper: #0a202e;
  --soft: #102c3b;
  --line: #2c4757;
  --surface: #123040;
  --header-bg: #0a202ef2;
  --notice-bg: #153c43;
  --navy: var(--soft);
  --max: 1280px;
  --space: clamp(72px, 8vw, 128px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}
html { scroll-padding-top: 104px; }
body, button, input, textarea, select { font-family: Manrope, Arial, sans-serif; }
body { overflow-wrap: break-word; }
h1, h2, h3 { font-weight: 550; letter-spacing: -.052em; }
h2 { font-size: clamp(34px, 3.65vw, 54px); line-height: 1.13; }
p { line-height: 1.75; }
::selection { background: #9ae6db; color: #092d42; }
.container { width: min(var(--max), calc(100% - 112px)); }
.interior-page main { padding-top: 80px; }
.section-heading { display: block; max-width: 830px; margin-bottom: 48px; }
.section-aside { max-width: 620px; margin-top: 22px; justify-self: start; }
.section-aside .text-link { margin-top: 12px; }
.eyebrow { color: var(--teal); letter-spacing: .14em; }
.section-heading .eyebrow { margin-bottom: 18px; }
.button { border-radius: 6px; min-height: 54px; font-size: 13px; padding: 14px 21px; gap: 26px; white-space: nowrap; transition: transform .24s var(--ease-out), background-color .2s, color .2s, border-color .2s; }
.button:not(.button-lime):not(.button-outline) { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button span, .text-link span { transition: transform .3s var(--ease-out); }
.button:hover span { transform: translate(3px, -3px); }
.button-lime { background: var(--lime); color: #0b3544; border-color: var(--lime); }
.button-lime:hover { background: #b4efe6; border-color: #b4efe6; }
.button-outline { border-color: var(--line); }
.button-outline:hover { background: var(--soft); color: var(--ink); border-color: var(--teal); }
.button-small { min-height: 44px; padding: 10px 17px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.skip-link { background: var(--surface); color: var(--ink); }

/* An overlay header lets the image extend to the physical top of the page. */
.header-sentinel { position: absolute; inset: 0 auto auto 0; width: 1px; height: 48px; pointer-events: none; }
.site-header { position: fixed; inset: 0 0 auto; background: var(--header-bg); border-bottom: 1px solid var(--line); color: var(--ink); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.header-inner { height: 80px; gap: 30px; }
.logo { position: relative; display: grid; align-items: center; flex: 0 0 144px; height: 68px; }
.logo img { grid-area: 1 / 1; width: 144px; height: auto; max-height: 67px; object-fit: contain; }
.logo-color { opacity: 0; }
.logo-reverse { opacity: 1; }
.desktop-nav { gap: 28px; }
.desktop-nav a { font-size: 12px; font-weight: 550; white-space: nowrap; }
.desktop-nav a::after { width: 100%; bottom: 7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.header-actions { gap: 20px; }
.language { gap: 1px; }
.language a { font-size: 11px; color: var(--muted); min-width: 34px; }
.language a[aria-current] { color: var(--ink); }
.header-cta { font-size: 12px; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) { background: transparent; border-color: #ffffff22; color: #f4fafc; -webkit-backdrop-filter: none; backdrop-filter: none; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .logo-color { opacity: 0; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .logo-reverse { opacity: 1; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .language { border-color: #ffffff30; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .language a { color: #d2e1e9; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .language a[aria-current] { color: #f7fcff; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) .header-cta { background: #ffffff0a; border-color: #ffffff75; color: #f7fcff; }
:where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) a:focus-visible, :where(.motion-ready) .home-page .site-header:not(.is-scrolled):not(.is-menu-open) summary:focus-visible { outline-color: var(--lime); }
.reading-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.menu-symbol { position: relative; display: block; width: 21px; height: 16px; }
.menu-symbol i { position: absolute; left: 0; top: 4px; width: 21px; height: 1.5px; background: currentColor; transition: transform .25s var(--ease-out); }
.menu-symbol i:last-child { top: 11px; }
.mobile-menu[open] .menu-symbol i:first-child { transform: translateY(3.5px) rotate(45deg); }
.mobile-menu[open] .menu-symbol i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* A spacious, photographic hero; restrained entrance motion establishes order. */
.hero { min-height: 100dvh; background: #092838; }
.hero-inner { position: relative; padding-top: clamp(160px, 22dvh, 205px); padding-bottom: 130px; justify-content: flex-start; }
.hero-copy { max-width: 880px; }
.hero-art { overflow: hidden; }
.hero-art img { object-position: 66% 58%; }
.hero-shade { background: linear-gradient(90deg, #052438ed 0%, #072b40c9 30%, #062c4250 67%, #062c4220 100%), linear-gradient(180deg, #06273ca8 0%, transparent 26%, transparent 65%, #062639dd 100%); }
.hero h1 { font-size: clamp(54px, 5.3vw, 82px); font-weight: 500; line-height: 1.12; letter-spacing: -.06em; }
.hero h1 em { color: #a5eade; }
.hero .eyebrow { color: #c0f1e9; font-size: 11px; font-weight: 600; margin-bottom: 28px; }
.hero-lead { color: #e0eaf0; max-width: 475px; font-size: 17px; line-height: 1.85; margin-top: 28px; }
.hero .button-row { margin-top: 34px; gap: 14px; }
.hero .button-outline { color: #f4fbff; background: #082c3e60; border-color: #d3e6ee75; }
.hero .button-outline:hover { background: #e0f8f018; border-color: #ddfaf2; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 22px; padding: 14px 0 0; border-top: 1px solid #b1d0de38; align-items: center; justify-content: space-between; color: #d2e2eb; font-size: 11px; letter-spacing: 0; }
.hero-bottom > span:first-child { display: block; font-weight: 400; letter-spacing: 0; }
.hero-system { display: none; }
.mobile-flow { max-width: 380px; margin-top: 32px; }
.mobile-flow-line { position: relative; height: 20px; margin-inline: 8px; }
.mobile-flow-line::before { content: ''; position: absolute; inset: 9px 0 auto; height: 1px; background: #8cddd45e; }
.mobile-flow-line i { position: absolute; z-index: 1; top: 5px; width: 9px; height: 9px; border: 1px solid #a6eee1; border-radius: 50%; background: #143d4b; }
.mobile-flow-line i:nth-child(1) { left: 0; }
.mobile-flow-line i:nth-child(2) { left: calc(50% - 4px); }
.mobile-flow-line i:nth-child(3) { right: 0; }
.mobile-flow-line > span { position: absolute; left: 0; top: 8px; width: 10%; height: 3px; border-radius: 4px; background: #a5edde; box-shadow: 0 0 12px #8ee8db70; }
.mobile-flow-labels { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; color: #c7e6e8; font-size: 10px; letter-spacing: .035em; }
.motion-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 9px 0 9px 14px; color: #c8dee6; font-size: 11px; border: 0; background: none; cursor: pointer; }
.motion-toggle[hidden] { display: none; }
.motion-toggle:hover { color: #b4f0e4; }
.motion-toggle:focus-visible { outline-color: #b4f0e4; }
.motion-icon { font-size: 15px; }
.motion-paused .motion-icon { font-size: 0; }
.motion-paused .motion-icon::after { content: '▷'; font-size: 16px; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; }
.motion-paused .will-reveal { opacity: 1; transform: none; transition: none; }
.motion-paused .hero-art, .motion-paused .reading-progress { animation: none !important; }
.motion-paused .hero-copy > * { animation: none !important; }
footer .motion-toggle { display: flex; padding-left: 0; margin-top: 16px; }
footer .motion-toggle[hidden] { display: none; }
.facts { background: var(--paper); padding-block: 32px; }
.facts-context { display: flex; gap: 20px; align-items: center; margin-bottom: 30px; }
.facts-context p { font-size: 12px; }
.status { border-radius: 100px; padding: 6px 12px; background: var(--notice-bg); border-color: var(--line); color: var(--teal); font-size: 10px; }
.status::before { width: 5px; height: 5px; }
.metrics { gap: 0; }
.metric { padding-inline: 32px; }
.metric strong { font-size: clamp(36px, 3.1vw, 47px); font-weight: 500; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.metric span { color: var(--ink); font-size: 11px; }
.metric p { color: var(--muted); font-size: 12px; }
.facts-note { color: var(--muted); margin-top: 24px; font-size: 11px; }
#project .metrics { margin-top: 36px; }
#project > .container > .text-link { margin-top: 20px; }

/* Partnership pathways are editorial rows, each with a clear destination. */
.audience-grid { display: block; border: 0; }
.audience-grid .audience-card { display: grid; grid-template-columns: .65fr 1.2fr 1.35fr; gap: 20px 40px; align-items: start; padding: 34px 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.audience-grid .audience-card:last-child { border-bottom: 1px solid var(--line); }
.audience-grid .card-top { grid-column: 1; grid-row: 1 / 3; justify-content: flex-start; gap: 14px; margin: 4px 0 0; }
.card-top .index { border-color: var(--line); width: 32px; height: 32px; color: var(--teal); }
.card-top .small-label { font-size: 10px; line-height: 1.6; letter-spacing: .08em; }
.audience-grid .audience-card h3 { grid-column: 2; grid-row: 1 / 3; max-width: 300px; min-height: 0; font-size: 29px; }
.audience-grid .audience-card p { grid-column: 3; margin: 0; font-size: 14px; }
.audience-grid .audience-card .text-link { grid-column: 3; width: fit-content; min-height: 44px; margin: 0; padding: 0; border: 0; color: var(--teal); font-size: 12px; }
.audience-grid .audience-card:hover h3 { color: var(--teal); }

/* The process image stays alongside its six stages, without scroll hijacking. */
.system-grid { grid-template-columns: 1.05fr 1fr; gap: 74px; }
.system-visual, .system-grid > .editorial-image { position: sticky; top: 110px; }
.editorial-image img { border-radius: 12px; }
.system-visual .editorial-image img, .system-grid > .editorial-image img { aspect-ratio: 1.13; object-fit: cover; }
.editorial-image figcaption { color: var(--muted); font-size: 11px; padding-top: 12px; }
.visual-caption { padding: 24px 0 0; background: transparent; color: var(--ink); gap: 25px; }
.visual-caption p { color: var(--ink); font-size: 24px; }
.visual-caption .small-label { color: var(--muted); max-width: 135px; font-size: 10px; font-weight: 500; text-transform: none; letter-spacing: 0; line-height: 1.7; }
.process-list li { position: relative; border-bottom: 1px solid var(--line); gap: 20px; padding: 22px 0; }
.process-list li:first-child { padding-top: 0; }
.process-list li > div { flex: 1; min-width: 0; }
.process-list .index { display: flex; justify-content: center; align-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 50%; flex-shrink: 0; font-size: 11px; }
.process-list .is-active .index { background: var(--teal); border-color: var(--teal); color: #0b3544; }
.process-list h3 { font-size: 23px; }
.process-trigger { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; width: 100%; margin-top: -5px; padding: 5px 0; text-align: left; border: 0; background: none; color: var(--ink); font: inherit; cursor: pointer; }
.process-trigger span { opacity: .4; font-size: 17px; transition: transform .25s var(--ease-out); }
.process-trigger:hover, .process-trigger[aria-pressed=true] { color: var(--teal); }
.process-trigger[aria-pressed=true] span { transform: rotate(45deg); opacity: 1; }
.process-trigger:disabled { cursor: default; opacity: 1; }
.process-trigger:disabled span { display: none; }
.process-list p { margin-top: 5px; font-size: 13px; max-width: 430px; }
.product-grid { gap: 30px; }
.product-image { border-radius: 12px; }
.product-image img { aspect-ratio: .95; transition: transform .65s var(--ease-out); }
.product-card:hover img { transform: scale(1.045); }
.product-body { padding-top: 23px; }
.product-body h3 { font-size: 25px; }
.product-body .eyebrow { font-size: 9px; letter-spacing: .075em; }
.product-body > p:last-child { font-size: 13px; }
.image-tag { position: static; display: inline-block; margin-bottom: 10px; padding: 0; border-radius: 0; background: transparent; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.navy { color: var(--ink); background: var(--soft); }
.navy p, .navy .notice p { color: var(--muted); }
.navy .eyebrow, .navy .index { color: var(--teal); }
.navy .line-card { border-color: var(--line); }
.notice, .navy .notice { background: var(--notice-bg); border-color: var(--teal); color: var(--teal); border-radius: 0 6px 6px 0; }
.notice p { color: var(--muted); }
.closing { background: var(--paper); padding-block: 90px; border-top: 1px solid var(--line); }
.closing h2 { font-size: clamp(40px, 4.4vw, 66px); }
.closing-inner { grid-template-columns: 1.3fr 1fr; }
.closing .button-lime { background: var(--ink); color: #0b3544; border-color: var(--ink); }
.closing .button-lime:hover { background: var(--teal); color: #0b3544; }
.dark-status { color: var(--lime); }
footer { background: #092b3f; }
.footer-brand img { width: 180px; max-height: 83px; object-fit: contain; object-position: left; }
.footer-brand p, .footer-status p, .footer-bottom { color: #b9cfdc; }
.footer-status .dark-status { color: #b4ede0; border-color: #50777e; background: #143d49; }
.footer-bottom { border-color: #315267; }
.subhero { padding-top: 34px; padding-bottom: 72px; }
.subhero-grid { gap: 80px; }
.subhero .eyebrow { display: none; }
.subhero h1 { font-size: clamp(36px, 3.8vw, 56px); }
.subhero .lead { font-size: 16px; }
.breadcrumb { margin-bottom: 38px; }
.breadcrumb a { min-height: 44px; }
.accordion summary { min-height: 70px; }
.accordion details[open] { padding-bottom: 5px; }
.assumptions, .discussion-card, .brief-form, .grid-3 .audience-card { background: var(--surface); border-color: var(--line); border-radius: 12px; }
input, select, textarea { border-radius: 6px; background: var(--paper); color: var(--ink); border-color: var(--muted); }
::placeholder { color: var(--muted); }
.audience-jump a { border-radius: 6px; }
.form-top .small-label, .form-result { color: var(--teal); }
.visual-caption .small-label { display: none; }
.system-grid:has(.process-trigger:not(:disabled)) .visual-caption .small-label { display: block; }

/* The reference's orbit is a navigable concept map, not a live system display. */
@media (min-width: 1200px) {
  .mobile-flow { display: none; }
  .hero-copy { max-width: calc(100% - 370px); }
  .hero h1 { font-size: clamp(58px, 5vw, 74px); }
  .hero-system { display: block; position: absolute; right: 0; top: 46%; width: 350px; height: 350px; transform: translateY(-35%); }
  .orbit-ring { position: absolute; border: 1px solid #85dcd064; border-radius: 50%; pointer-events: none; }
  .orbit-ring-outer { inset: 15px; }
  .orbit-ring-inner { inset: 54px; border-color: #9dc6d03b; }
  .orbit-flow { position: absolute; inset: 15px; border-radius: 50%; pointer-events: none; }
  .orbit-flow span { position: absolute; left: 50%; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: #a5edde; }
  .orbit-center { position: absolute; inset: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; transform: translateX(-20px); }
  .orbit-center img { width: 74px; height: 72px; object-fit: contain; }
  .orbit-center > span { font-size: 21px; line-height: 1; letter-spacing: .2em; padding-left: .2em; color: #f2faff; }
  .orbit-node { position: absolute; min-width: 158px; padding: 15px 38px 15px 18px; text-decoration: none; background: #0a2d3eed; border: 1px solid #8bb8c44f; border-radius: 8px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0 1px 0 #ffffff0a; transition: transform .28s var(--ease-out), border-color .2s; }
  .orbit-node:hover { border-color: #a5eade; transform: translateY(-4px); }
  .orbit-node-label { display: block; color: #b3cbd7; font-size: 9px; margin-bottom: 5px; }
  .orbit-node strong { color: #e7f5fb; font-size: 15px; font-weight: 550; }
  .orbit-arrow { position: absolute; top: 50%; right: 14px; color: #9ee3da; font-size: 14px; transform: translateY(-50%); }
  .orbit-material { left: -23px; top: 6px; }
  .orbit-technology { right: -8px; top: 153px; }
  .orbit-value { bottom: -1px; left: 0; }
  .orbit-caption { position: absolute; bottom: -57px; width: 100%; text-align: center; font-size: 10px; color: #bfd9e4; }
}
@media (min-width: 1100px) {
  .desktop-nav { display: flex; }
  .mobile-menu { display: none; }
}
@media (max-width: 1099px) {
  .container { width: calc(100% - 64px); }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { gap: 20px; }
  .header-actions { gap: 18px; }
  .language { border: 0; padding: 0; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 10px; min-width: 44px; min-height: 44px; font-size: 12px; }
  .mobile-menu nav { position: absolute; top: 79px; left: 0; right: 0; max-height: calc(100dvh - 80px); overflow-y: auto; padding: 16px 32px 26px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 22px 36px #092b3f15; }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 60px; text-decoration: none; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .mobile-menu nav a[aria-current] { color: var(--teal); font-weight: 700; }
  .hero h1 { font-size: clamp(54px, 6.4vw, 70px); }
  .hero-copy { max-width: 800px; }
  .metrics { grid-template-columns: repeat(4, 1fr); }
  .metric { padding-inline: 20px; }
  .metric:nth-child(3) { border-left: 1px solid var(--line); padding-left: 20px; }
  .metric strong { font-size: 34px; }
  .audience-grid .audience-card { gap: 15px 28px; grid-template-columns: .7fr 1fr 1.2fr; }
  .audience-grid .audience-card h3 { font-size: 25px; }
  .system-grid { gap: 38px; }
  .subhero-grid { gap: 40px; }
  .product-grid { gap: 38px 24px; }
  .product-image img { aspect-ratio: 1.25; }
  .visual-caption { flex-direction: row; }
}
@media (max-width: 767px) {
  :root { --space: 72px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 76px; gap: 12px; }
  .logo { flex-basis: 130px; height: 61px; }
  .logo img { width: 130px; max-height: 61px; }
  .header-actions { gap: 8px; }
  .language a { min-width: 32px; min-height: 44px; }
  .mobile-menu > summary { padding: 10px; }
  .mobile-menu nav { top: 75px; padding-inline: 20px; max-height: calc(100dvh - 76px); }
  .interior-page main { padding-top: 76px; }
  .hero { min-height: 100dvh; }
  .hero-inner { padding-top: clamp(148px, 21dvh, 182px); padding-bottom: 104px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(34px, 8.5vw, 62px); line-height: 1.18; letter-spacing: -.055em; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .1em; margin-bottom: 23px; }
  .hero-lead { font-size: 15px; line-height: 1.8; max-width: 380px; margin-top: 22px; }
  .hero-shade { background: linear-gradient(90deg, #052c40dc, #062b4178), linear-gradient(180deg, #06273caa, #062c4125 40%, #06273cc9); }
  .hero-art img { object-position: 61% center; }
  .hero .button-row { margin-top: 28px; gap: 12px; flex-direction: column; align-items: stretch; }
  .hero .button { min-height: 52px; padding: 13px 18px; font-size: 12px; min-width: 0; width: 100%; gap: 26px; }
  .hero-bottom { bottom: 14px; font-size: 10px; justify-content: flex-start; flex-direction: row; align-items: center; gap: 15px; }
  .hero-bottom > span:first-child { max-width: 205px; }
  .motion-toggle { font-size: 10px; padding-left: 0; flex-shrink: 0; }
  .facts { padding-block: 27px; }
  .facts-context { align-items: flex-start; flex-wrap: wrap; gap: 12px; margin-bottom: 27px; }
  .facts-context p { font-size: 11px; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 0; }
  .metric { padding-inline: 18px; }
  .metric:nth-child(3) { border: 0; padding-left: 0; }
  .metric strong { font-size: 35px; }
  .metric > div { gap: 2px 8px; }
  .metric p { font-size: 11px; max-width: 150px; }
  .metric span { font-size: 10px; }
  .facts-note { font-size: 10px; margin-top: 24px; }
  .section-heading { margin-bottom: 33px; }
  .section-aside { margin-top: 18px; }
  .section-aside > p { font-size: 14px; }
  h2 { font-size: clamp(32px, 8.4vw, 43px); line-height: 1.17; }
  .audience-grid .audience-card { display: block; padding: 28px 0; }
  .audience-grid .card-top { margin: 0 0 20px; }
  .audience-grid .audience-card h3 { font-size: 27px; max-width: 320px; }
  .audience-grid .audience-card p { margin-top: 15px; font-size: 14px; }
  .audience-grid .audience-card .text-link { margin-top: 15px; font-size: 12px; }
  .system-grid, .subhero-grid, .closing-inner { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .system-visual, .system-grid > .editorial-image { position: static; }
  .system-visual .editorial-image img, .system-grid > .editorial-image img { aspect-ratio: 1.4; }
  .visual-caption { padding-top: 15px; }
  .visual-caption p { font-size: 22px; }
  .process-list li { gap: 15px; padding-block: 21px; }
  .process-list h3 { font-size: 21px; }
  .process-list p { font-size: 13px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .product-image img { aspect-ratio: 1.5; }
  .product-body { padding-top: 20px; }
  .product-body h3 { font-size: 27px; }
  .product-body > p:last-child { font-size: 14px; }
  .product-body .eyebrow { font-size: 10px; }
  .closing { padding-block: 65px; }
  .closing h2 { font-size: 39px; }
  .closing-inner { gap: 25px; }
  .subhero { padding-top: 16px; padding-bottom: 42px; }
  .breadcrumb { margin-bottom: 24px; }
  .subhero h1 { font-size: clamp(34px, 8.8vw, 44px); }
  .subhero .lead { font-size: 15px; }
  .subhero .editorial-image img { aspect-ratio: 1.45; }
  .footer-brand img { width: 164px; max-height: 76px; }
  .footer-bottom { gap: 14px; }
  .form-top { flex-wrap: wrap; }
  .assumption-content { overflow-x: auto; }
}
@media (max-width: 374px) {
  .container { width: calc(100% - 32px); }
  .logo { flex-basis: 116px; }
  .logo img { width: 116px; }
  .header-actions { gap: 3px; }
  .hero h1 { font-size: 32px; }
  .hero .eyebrow { font-size: 8px; }
  .hero-inner { padding-top: 108px; padding-bottom: 66px; }
  .hero-lead { font-size: 14px; margin-top: 18px; }
  .hero .button-row { margin-top: 23px; }
  .hero-bottom { font-size: 9px; }
  .metric strong { font-size: 32px; }
}
@media (max-width: 767px) and (min-height: 660px) {
  .system-grid:has(.process-trigger:not(:disabled)) { display: block; }
  .system-grid:has(.process-trigger:not(:disabled)) .system-visual,
  .system-grid:has(.process-trigger:not(:disabled)) > .editorial-image { position: sticky; top: 76px; z-index: 1; padding-top: 13px; padding-bottom: 14px; background: var(--paper); }
  .soft .system-grid:has(.process-trigger:not(:disabled)) .system-visual { background: var(--soft); }
  .system-grid:has(.process-trigger:not(:disabled)) .editorial-image img { aspect-ratio: 1.9; }
  .system-grid:has(.process-trigger:not(:disabled)) .visual-caption { display: none; }
  .system-grid:has(.process-trigger:not(:disabled)) .process-list { margin-top: 20px; }
}
@media (min-width: 768px) and (max-height: 650px) {
  .hero { min-height: 650px; }
}
/* Active by default through the controller; every page offers an explicit pause.
   The moving paths communicate material flow, not live operational telemetry. */
html.motion-enabled { scroll-behavior: smooth; }
.motion-enabled .orbit-flow { animation: orbit-travel 16s linear infinite; }
.motion-enabled .orbit-ring-inner { border-style: dashed; animation: orbit-travel 45s linear infinite reverse; }
.motion-enabled .orbit-center img { animation: mark-float 7s ease-in-out infinite; }
.orbit-flow span { box-shadow: 0 0 16px #a5eddeb0; }
.motion-enabled .hero-art img { animation: facility-drift 16s ease-in-out infinite alternate; }
.motion-enabled .mobile-flow-line > span { animation: material-flow 4.8s ease-in-out infinite; }
.motion-enabled .mobile-flow-line i { animation: material-node 4.8s ease-in-out infinite; }
.motion-enabled .mobile-flow-line i:nth-child(2) { animation-delay: 1.6s; }
.motion-enabled .mobile-flow-line i:nth-child(3) { animation-delay: 3.2s; }
.motion-enabled .hero-copy > * { animation: enter-content .85s var(--ease-out) backwards; }
.motion-enabled .hero-copy > :nth-child(2) { animation-delay: .09s; }
.motion-enabled .hero-copy > h1 { animation-name: enter-title; animation-duration: .65s; animation-delay: 0s; }
.motion-enabled .hero-copy > :nth-child(3) { animation-delay: .16s; }
.motion-enabled .hero-copy > :nth-child(4) { animation-delay: .24s; }
.motion-enabled .hero-copy > .mobile-flow { animation-delay: .36s; }
.motion-enabled .will-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease-out), transform .75s var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-enabled .will-reveal.is-revealed { opacity: 1; transform: none; }
.motion-enabled .mobile-menu[open] nav { animation: menu-enter .28s var(--ease-out); }
.motion-enabled .mobile-menu[open] nav a { animation: enter-content .38s var(--ease-out) backwards; }
.motion-enabled .mobile-menu[open] nav a:nth-child(2) { animation-delay: .04s; }
.motion-enabled .mobile-menu[open] nav a:nth-child(3) { animation-delay: .08s; }
.motion-enabled .mobile-menu[open] nav a:nth-child(4) { animation-delay: .12s; }
.motion-enabled .mobile-menu[open] nav a:nth-child(5) { animation-delay: .16s; }
@supports (animation-timeline: scroll()) {
  .motion-enabled .reading-progress { animation: page-progress linear both; animation-timeline: scroll(root); }
}
@supports (animation-timeline: view()) {
  @media (min-width: 1100px) {
    .motion-enabled .hero { view-timeline-name: --hero-view; }
    .motion-enabled .hero-art { animation: hero-depth linear both; animation-timeline: --hero-view; animation-range: exit 0% exit 100%; }
  }
}
@keyframes enter-content { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes enter-title { from { transform: translateY(16px); } to { transform: none; } }
@keyframes menu-enter { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes page-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hero-depth { from { transform: translateY(0) scale(1); } to { transform: translateY(14%) scale(1.08); } }
@keyframes orbit-travel { to { transform: rotate(360deg); } }
@keyframes mark-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes facility-drift { from { transform: scale(1.025) translateX(-.3%); } to { transform: scale(1.07) translateX(.3%); } }
@keyframes material-flow { 0% { transform: translateX(0); opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateX(900%); opacity: 0; } }
@keyframes material-node { 0%, 70%, 100% { box-shadow: 0 0 0 0 #a5edde00; } 35% { box-shadow: 0 0 0 5px #a5edde28; } }
@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--paper); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .home-page .site-header:not(.is-scrolled):not(.is-menu-open) { background: #092b3f; }
}
@media print {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .interior-page main { padding-top: 0; }
  .hero-inner { padding: 0; }
  .hero, .system-visual, .system-grid > .editorial-image { min-height: 0; position: static; }
  .hero h1 em { color: #153548; }
  .will-reveal { opacity: 1 !important; transform: none !important; }
  .process-trigger { color: #153548; }
}
