﻿:root {
  color-scheme: dark;
  --ink: #0b171b;
  --paper: #eef1ef;
  --white: #f7f8f5;
  --teal: #54e3de;
  --cyan: #57cce8;
  --coral: #ff8a68;
  --night: #071d23;
  --line: rgba(255, 255, 255, .18);
  --dark-line: rgba(11, 23, 27, .18);
  --pad: clamp(1.25rem, 4.2vw, 7vw);
  --radius: 1.35rem;
  --serif: "Pretendard GOV", Pretendard, "Noto Sans KR", sans-serif;
  --sans: "Pretendard GOV", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  --fg-muted: #d7dfe1;
  --ink-muted: #2f3c40;
  --nav-h: 4.6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.07em;
  word-break: keep-all;
}
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.wrap { width: 100%; max-width: none; padding-inline: var(--pad); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: .5rem;
  left: .5rem;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-h);
  padding: 0;
  pointer-events: none;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 var(--pad);
  border: 0;
  border-bottom: 1px solid var(--nav-border);
  border-radius: 0;
  background: var(--header-bg);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(120%);
  pointer-events: auto;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 750; letter-spacing: -.04em; }
.brand small { color: var(--teal); font-size: .64em; letter-spacing: .03em; }
.brand-mark { width: 2rem; height: 2rem; color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: .7rem; }
.nav-cta, .nav-brief {
  padding: .8rem 1.15rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
}
.nav-brief { border-color: transparent; color: rgba(255,255,255,.72); }
.menu-toggle {
  display: grid;
  gap: .3rem;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: 0;
  border-radius: .8rem;
  background: var(--white);
  cursor: pointer;
}
.menu-toggle span { width: 1.35rem; height: 1px; background: var(--ink); }

.site-menu {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 3rem) var(--pad);
  border: 0;
  background: var(--page);
  color: var(--text);
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity .28s ease, transform .28s ease, display .28s allow-discrete, overlay .28s allow-discrete;
}
.site-menu[open] { opacity: 1; transform: none; }
@starting-style { .site-menu[open] { opacity: 0; transform: translateY(-1rem); } }
.site-menu::backdrop { background: rgba(0,0,0,.55); backdrop-filter: blur(8px); }
.menu-head, .menu-foot { display: flex; align-items: center; justify-content: space-between; }
.menu-head { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.menu-head p, .menu-foot p { margin: 0; color: rgba(255,255,255,.6); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.menu-close { border: 0; background: transparent; cursor: pointer; }
.menu-close span { margin-left: .45rem; font-size: 1.7rem; vertical-align: -.12em; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: calc(100dvh - 11rem);
}
.menu-grid > div { padding: clamp(1.5rem, 4vh, 3rem) clamp(1rem, 2.5vw, 2.5rem); border-right: 1px solid var(--line); }
.menu-grid > div:first-child { padding-left: 0; }
.menu-grid > div:last-child { border: 0; }
.menu-group { margin-bottom: clamp(2rem, 7vh, 5rem); color: var(--teal); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.menu-grid a, .menu-grid button { display: grid; grid-template-columns: 2rem 1fr; gap: .4rem; margin-bottom: clamp(1.8rem, 5vh, 4rem); }
.menu-grid button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.menu-grid a b, .menu-grid button b { color: rgba(255,255,255,.42); font-size: .7rem; }
.menu-grid a span, .menu-grid button span { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 3rem); line-height: .98; letter-spacing: -.055em; transition: color .2s, transform .2s; }
.menu-grid a:hover span, .menu-grid a:focus-visible span, .menu-grid button:hover span, .menu-grid button:focus-visible span { color: var(--teal); transform: translateX(.3rem); }
.menu-foot { position: absolute; right: var(--pad); bottom: 1.5rem; left: var(--pad); padding-top: 1rem; border-top: 1px solid var(--line); }
.menu-foot a { font-size: .85rem; font-weight: 750; }
.menu-foot > div { display: flex; gap: 1.5rem; }

.chapter-nav {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 1.2rem;
  display: grid;
  gap: .4rem;
  transform: translateY(-50%);
}
.chapter-nav a { position: relative; display: grid; place-items: center; width: 1.5rem; height: 1.5rem; border: 0; background: transparent; }
.chapter-nav a::after { content: ""; width: .62rem; height: .62rem; border: 1px solid rgba(255,255,255,.86); border-radius: 50%; background: rgba(7,29,35,.32); transition: background .2s, box-shadow .2s; }
.chapter-nav a.is-active::after { background: var(--teal); box-shadow: 0 0 0 2px rgba(84,227,222,.35); }
.chapter-nav span {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  padding: .3rem .5rem;
  border-radius: .3rem;
  background: rgba(7,29,35,.78);
  font-size: .68rem;
  opacity: 0;
  transform: translate(.3rem,-50%);
  transition: .2s;
  pointer-events: none;
}
.chapter-nav a:hover span, .chapter-nav a:focus-visible span { opacity: 1; transform: translate(0,-50%); }

.scene { position: relative; isolation: isolate; overflow: hidden; height: 100svh; max-height: 100svh; min-height: 100svh; box-sizing: border-box; }
.eyebrow { margin: 0 0 .8rem; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.dark { color: #087b78; }
.section-intro { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; }
.section-intro h2 {
  max-width: 12ch;
  margin-bottom: 2rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3rem, 7.8vw, 7.7rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.075em;
}
.section-intro h2 em { color: #147d7b; font-style: normal; }
.section-intro > p:last-child { max-width: min(54vw, 100%); color: rgba(11,23,27,.66); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.75; }
.section-intro.inverse h2 { color: var(--text); }
.section-intro.inverse h2 em { color: var(--teal); }
.section-intro.inverse > p:last-child { color: rgba(255,255,255,.68); }

.hero { min-height: 100svh; background: var(--page); }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -2; object-fit: cover; opacity: .34; filter: saturate(.48) contrast(1.08); transform: scale(1.04); }
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,16,20,.95) 0%, rgba(4,16,20,.78) 42%, rgba(4,16,20,.3) 76%),
    linear-gradient(0deg, rgba(4,16,20,.84), transparent 62%);
}
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--nav-h) + 2.5rem); padding-bottom: 11rem; }
.hero h1 {
  max-width: 12ch;
  margin-bottom: 2rem;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 8vw, 8.6rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.08em;
  text-wrap: balance;
}
.stereo-word { position: relative; z-index: 0; display: inline-block; color: var(--text); }
.stereo-word::before, .stereo-word::after { content: attr(data-text); position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.stereo-word::before { color: var(--cyan); transform: translateX(-.04em); mix-blend-mode: screen; }
.stereo-word::after { color: var(--coral); transform: translateX(.04em); mix-blend-mode: screen; }
.hero-copy { max-width: min(54vw, 100%); color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.75; }
.hero-risk { margin: 1rem 0 0; color: rgba(255,255,255,.58); font-size: .82rem; }
.hero h1 { max-width: min(24ch, 76vw); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.1rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 12rem; padding: 1rem 1.2rem; border-radius: .35rem; font-size: .88rem; font-weight: 750; }
.button-light { background: var(--btn-bg); color: var(--btn-fg); }
.text-link { padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .85rem; }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 2rem; left: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; }
.hero-facts p { display: grid; gap: .2rem; min-height: 5.7rem; margin: 0; padding: 1rem 1.2rem; background: rgba(5,20,24,.56); backdrop-filter: blur(12px); }
.hero-facts b { color: var(--teal); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.65); font-size: .72rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 2.5rem; left: var(--pad); display: flex; gap: .7rem; color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-media-note { position: absolute; z-index: 3; bottom: 5.2rem; left: var(--pad); margin: 0; color: rgba(255,255,255,.48); font-size: .66rem; letter-spacing: .04em; }
.motion-toggle { position: absolute; z-index: 4; bottom: 2rem; left: calc(var(--pad) + 5.2rem); padding: 0 0 .2rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: rgba(255,255,255,.65); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.motion-svg { display: block; overflow: visible; pointer-events: none; shape-rendering: geometricPrecision; }
.hero-depth-svg, .why-depth-svg, .field-depth-svg, .contact-depth-svg, .vision-depth-svg { position: absolute; }
.motion-svg .svg-orbit { fill: none; stroke: rgba(84,227,222,.32); stroke-width: 1.4; stroke-dasharray: 7 13; transform-box: fill-box; transform-origin: center; animation: svg-orbit 22s linear infinite; }
.motion-svg .svg-flow-line { fill: none; stroke: rgba(84,227,222,.68); stroke-width: 2; stroke-dasharray: 8 13; animation: svg-flow 1.4s linear infinite; }
.motion-svg .svg-runner { fill: var(--teal); filter: drop-shadow(0 0 12px rgba(84,227,222,.95)); }
.motion-svg .svg-runner.coral { fill: var(--coral); filter: drop-shadow(0 0 12px rgba(255,138,104,.9)); }
.motion-svg .svg-label { fill: rgba(255,255,255,.58); font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.motion-svg .svg-label.dark { fill: rgba(11,23,27,.52); }
.motion-svg .svg-drift-slow { transform-box: fill-box; transform-origin: center; animation: svg-drift 11s ease-in-out infinite; }
.motion-paused svg *, .motion-paused .field-media, .motion-paused .field-video, .motion-paused .parallax-planes i { animation-play-state: paused !important; }
.motion-paused .svg-runner, .motion-paused .map-flow-dot, .motion-paused .workflow-runner { display: none; }

.hero-depth-svg { z-index: 1; top: 2%; right: -6%; width: 72vw; height: 94%; opacity: .96; filter: drop-shadow(0 2rem 4rem rgba(0,0,0,.28)); }
.hero-orbit-two { stroke: rgba(255,138,104,.3) !important; animation-direction: reverse !important; animation-duration: 27s !important; }
.hero-axis { stroke: rgba(255,255,255,.32) !important; }
.hero-input rect { fill: rgba(7,29,35,.7); stroke: rgba(255,255,255,.5); stroke-width: 1.5; }
.hero-input path { fill: none; stroke: rgba(255,255,255,.48); stroke-width: 2; }
.hero-input text { fill: rgba(255,255,255,.82); font-family: var(--sans); font-size: 18px; font-weight: 800; letter-spacing: .1em; }
.hero-plane { transform-box: fill-box; transform-origin: center; animation: svg-drift 10s ease-in-out infinite; }
.hero-plane-mid { animation-direction: reverse; animation-duration: 12s; }
.hero-plane-near { animation-delay: -4s; animation-duration: 14s; }
.hero-plane rect { fill: url(#hero-glass); stroke: rgba(84,227,222,.72); stroke-width: 1.6; }
.hero-plane path { fill: none; stroke: rgba(255,255,255,.46); stroke-width: 1.5; }
.hero-depth-curve { fill: none; stroke: rgba(255,138,104,.7); stroke-width: 2; stroke-dasharray: 540; animation: svg-draw 5s ease-in-out infinite alternate; }
.hero-lenses circle, .hero-lenses path { fill: rgba(7,29,35,.72); stroke: var(--teal); stroke-width: 2; }

.why { min-height: 100vh; padding-bottom: clamp(6rem, 10vw, 11rem); background: var(--surface); }
.why-depth-svg { z-index: 1; top: var(--nav-h); right: -4%; width: 56vw; height: 46%; max-height: calc(100% - 16rem); opacity: .88; pointer-events: none; }
.why-orbit { stroke: rgba(20,125,123,.28) !important; }
.why-layer { transform-box: fill-box; transform-origin: center; animation: svg-drift 10s ease-in-out infinite; }
.why-layer-two { animation-direction: reverse; animation-delay: -3s; }
.why-layer-three { animation-delay: -6s; animation-duration: 13s; }
.why-layer rect { fill: rgba(255,255,255,.32); stroke: rgba(20,125,123,.48); stroke-width: 1.6; }
.why-layer path { fill: none; stroke: rgba(11,23,27,.32); stroke-width: 1.5; }
.why-gates circle { fill: var(--paper); stroke: #147d7b; stroke-width: 2; animation: svg-pulse 3.4s ease-in-out infinite; }
.why-gates circle:nth-child(2) { animation-delay: .8s; }
.why-gates circle:nth-child(3) { animation-delay: 1.6s; }
.why-spine { stroke: rgba(20,125,123,.68) !important; }
.problem-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); }
.problem-grid article { min-height: 20rem; padding: 1.6rem clamp(1.2rem, 2.5vw, 2.5rem); border-right: 1px solid var(--dark-line); color: var(--ink); background: rgba(238,241,239,.78); backdrop-filter: blur(14px); }
.problem-grid article:last-child { border: 0; }
.problem-grid article > span { color: #147d7b; font-family: var(--serif); font-size: 1.2rem; }
.problem-grid h3 { margin: 1.4rem 0 .8rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 400; letter-spacing: -.05em; }
.problem-grid p { color: rgba(11,23,27,.65); line-height: 1.7; }
.problem-grid .card-answer { margin-top: 1.15rem; color: #147d7b; font-weight: 700; }

.system { padding-bottom: clamp(7rem, 12vw, 12rem); background: var(--page); }
.system-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  min-height: 100svh;
  height: auto;
  max-height: none;
  overflow: visible;
  padding: var(--nav-h) var(--pad) 1.25rem;
}
.system-intro {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 100%;
  max-width: none;
  padding: clamp(1.1rem, 1.8vw, 1.7rem) clamp(1.2rem, 2vw, 1.9rem);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(7, 25, 30, .4);
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.2);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.system-intro.section-intro { padding-top: clamp(1.1rem, 1.8vw, 1.7rem); padding-bottom: clamp(1.1rem, 1.8vw, 1.7rem); }
.system-intro h2 { max-width: 12ch; margin-bottom: .7rem; font-size: clamp(2.2rem, 4.6vw, 4.6rem); }
.system-intro > p:last-child { max-width: none; font-size: clamp(.95rem, 1.2vw, 1.1rem); }
.system-stage .implementation-map {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  align-items: end;
}
.system-stage .implementation-map svg {
  align-self: end;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 100%;
  overflow: visible;
}
.system-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.system-visual { position: sticky; top: 7rem; }
.system-visual video { width: 100%; aspect-ratio: 1.35; border-radius: var(--radius); object-fit: cover; background: #000; box-shadow: 0 2rem 6rem rgba(0,0,0,.3); }
.system-visual > p { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .12em; }
.system-visual i { flex: 1; height: 1px; background: linear-gradient(90deg,var(--cyan),var(--coral)); }
.system-steps { margin: 0; padding: 0; list-style: none; counter-reset: system; }
.system-steps li { min-height: 18rem; padding: 1.5rem 0 4rem; border-top: 1px solid var(--line); }
.system-steps li > span { color: var(--teal); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.system-steps h3 { margin: 2.5rem 0 1rem; font-family: var(--serif); font-size: clamp(2.3rem, 4.7vw, 5.1rem); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.system-steps p { max-width: min(46vw, 100%); color: rgba(255,255,255,.62); line-height: 1.75; }

.implementation-map { display: grid; grid-template-rows: auto 1fr auto; align-items: center; width: 100%; max-width: none; min-height: calc(100svh - var(--nav-h)); margin-top: 0; padding: clamp(2rem,4vw,4rem); border: 1px solid rgba(255,255,255,.22); border-radius: clamp(1.2rem,2vw,2rem); background: linear-gradient(145deg,rgba(84,227,222,.07),rgba(255,255,255,.025) 48%,rgba(255,138,104,.05)); box-shadow: 0 2rem 7rem rgba(0,0,0,.22); overflow-x: auto; scroll-margin-top: var(--nav-h); }
.system-stage + .system-layout { margin-top: clamp(4rem,8vw,8rem); }
.system-visual { scroll-margin-top: var(--nav-h); }
.implementation-map figcaption { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.implementation-map figcaption .eyebrow { margin: 0; }
.implementation-map figcaption h3 { max-width: min(20ch, 42vw); margin: 0; font-family: var(--serif); font-size: clamp(2rem,4.5vw,4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.06em; text-align: right; }
.implementation-map svg { display: block; width: 100%; min-width: 0; margin-top: 2rem; }
.system-flow-svg { position: relative; z-index: 1; overflow: visible; }
.map-depth-orbits { fill: none; stroke: color-mix(in srgb, var(--accent) 28%, transparent); stroke-width: 1.2; stroke-dasharray: 7 13; transform-box: fill-box; transform-origin: center; animation: svg-orbit 26s linear infinite; }
.map-depth-orbits ellipse:last-child { stroke: rgba(255,138,104,.14); }
.map-track, .map-card path, .map-handcraft-line, .map-pro path, .map-display path { fill: none; stroke: var(--map-line); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.map-track { stroke: var(--accent); stroke-dasharray: 8 12; animation: map-flow 1.2s linear infinite; }
#map-arrow path { fill: var(--accent); }
.map-card > rect, .map-zone, .map-display > rect { fill: var(--map-fill); stroke: var(--map-stroke); stroke-width: 1; vector-effect: non-scaling-stroke; }
.map-max .map-zone { fill: var(--map-max); stroke: var(--accent); }
.map-pro .map-zone { fill: var(--map-pro); stroke: #d97d45; }
.map-sbs rect:not(:first-child) { fill: var(--map-sbs); }
.implementation-map text { fill: var(--text); font-family: var(--sans); }
.map-card > text:not(.map-caption) { font-family: var(--serif); font-size: 30px; }
.map-sbs > text { font-family: var(--sans) !important; font-size: 15px !important; font-weight: 800; text-anchor: middle; }
.map-kicker { fill: var(--accent) !important; font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.map-pro .map-kicker { fill: #ff9b7d !important; }
.map-copy { fill: var(--text-muted) !important; font-size: 16px; }
.map-caption { fill: var(--text-muted) !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.map-step rect { fill: rgba(84,227,222,.08); stroke: rgba(84,227,222,.42); animation: map-card-pulse 3s ease-in-out infinite; }
.map-step text { font-size: 14px; font-weight: 700; text-anchor: middle; }
.map-step { animation: map-step 3s ease-in-out infinite; }
.map-step:nth-child(2) rect { animation-delay: .25s; }
.map-step:nth-child(3) rect { animation-delay: .5s; }
.map-step:nth-child(4) rect { animation-delay: .75s; }
.map-step:nth-child(5) rect { animation-delay: 1s; }
.map-step:nth-child(6) rect { animation-delay: 1.25s; }
.map-step:nth-child(2) { animation-delay: .25s; }
.map-step:nth-child(3) { animation-delay: .5s; }
.map-step:nth-child(4) { animation-delay: .75s; }
.map-step:nth-child(5) { animation-delay: 1s; }
.map-step:nth-child(6) { animation-delay: 1.25s; }
.map-pro circle, .map-flow-dot { fill: var(--accent); }
.map-flow-dot { filter: drop-shadow(0 0 8px var(--accent)); }
.map-legend { display: flex; gap: 1.5rem; margin: 0; color: var(--text-muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.map-legend span::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .45rem; border: 1px solid var(--accent); border-radius: 50%; }
.map-legend span:nth-child(2)::before { border-color: #ff9b7d; }
.map-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.map-footer > a { flex: none; padding-bottom: .3rem; border-bottom: 1px solid var(--nav-border); color: var(--text); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

@keyframes map-flow { to { stroke-dashoffset: -20; } }
@keyframes map-step { 0%, 70%, 100% { opacity: .46; } 15%, 55% { opacity: 1; } }
@keyframes map-card-pulse { 0%, 70%, 100% { fill: rgba(84,227,222,.04); stroke: rgba(84,227,222,.26); } 18%, 52% { fill: rgba(84,227,222,.18); stroke: rgba(84,227,222,.75); } }
@keyframes svg-flow { to { stroke-dashoffset: -21; } }
@keyframes svg-orbit { to { transform: rotate(360deg); } }
@keyframes svg-drift { 0%, 100% { transform: translate(-12px,-7px); } 50% { transform: translate(14px,9px); } }
@keyframes svg-draw { 0% { stroke-dashoffset: 540; opacity: .35; } 100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes svg-pulse { 0%, 100% { opacity: .42; } 50% { opacity: 1; } }

.offerings { margin-top: clamp(5rem, 10vw, 10rem); }
.offerings-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.offerings-head .eyebrow { margin: 0; }
.offerings-head h3 { max-width: min(20ch, 42vw); margin: 0; font-family: var(--serif); font-size: clamp(2rem,4.5vw,4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.06em; text-align: right; }
.offering-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.offering-grid article { min-height: 19rem; padding: 1.5rem clamp(1rem,2vw,2rem); border-right: 1px solid var(--line); }
.offering-grid article:last-child { border: 0; }
.offering-grid span { color: var(--teal); font-size: .68rem; letter-spacing: .12em; }
.offering-grid h4 { margin: 4.5rem 0 1rem; font-family: var(--serif); font-size: clamp(1.6rem,2.6vw,2.8rem); font-weight: 400; letter-spacing: -.05em; }
.offering-grid p { color: rgba(255,255,255,.6); line-height: 1.7; }
.offerings-sub { max-width: min(54vw, 100%); margin: 1.4rem 0 0; color: rgba(255,255,255,.6); line-height: 1.7; }
.offering-grid ul { margin: 1.15rem 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.52); font-size: .9rem; line-height: 1.7; }
.offering-grid li + li { margin-top: .3rem; }

.proof { margin-top: clamp(5rem, 10vw, 10rem); }
.proof-intro { padding-inline: 0; }
.proof-rows { border-top: 1px solid var(--line); }
.proof-row { display: grid; grid-template-columns: minmax(9rem,.75fr) 1.25fr; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.proof-num { color: var(--teal); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.05em; }
.proof-body h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.8rem); font-weight: 400; }
.proof-body p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.7; }

.compare { margin-top: 0; }
.compare-intro { padding-inline: 0; padding-top: 0; }
.cmp-cards { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--dark-line); }
.cmp-card { padding: 1.5rem clamp(1rem,2vw,2rem); border-right: 1px solid var(--dark-line); }
.cmp-card:last-child { border-right: 0; }
.cmp-card h3 { margin: 0 0 1.3rem; font-family: var(--serif); font-size: clamp(1.4rem,2.2vw,2.2rem); font-weight: 400; }
.cmp-card ul { margin: 0; padding: 0; list-style: none; }
.cmp-card li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-top: 1px solid var(--dark-line); font-size: .9rem; }
.cmp-card li span { color: rgba(11,23,27,.55); }
.cmp-card-us { background: rgba(20,125,123,.06); }
.table-scroll { display: none; }
.cmp { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td { padding: .85rem 1rem; border-top: 1px solid var(--dark-line); text-align: left; font-size: .9rem; }
.cmp .cmp-us { color: #147d7b; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; }
.contact .button { margin-top: 0; }
.contact-risk { color: rgba(255,255,255,.55); }

.principles { min-height: 110svh; display: grid; align-items: center; background: var(--page); }
.principles::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 70% 30%, #2f6a6a 0, transparent 35%), linear-gradient(130deg,#071d23 0,#16494d 60%,#5b3b32 120%); }
.parallax-planes { position: absolute; z-index: -1; inset: 0; }
.parallax-planes i { position: absolute; left: 58%; top: 50%; width: 48vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.34); border-radius: 15%; transform: translate(-50%,-50%) rotate(35deg); }
.parallax-planes i:nth-child(2) { border-color: rgba(84,227,222,.55); transform: translate(-42%,-56%) rotate(35deg); }
.parallax-planes i:nth-child(3) { border-color: rgba(255,138,104,.5); transform: translate(-34%,-62%) rotate(35deg); }
.principles-copy { padding-block: 0; }
.principles h2 { max-width: min(22ch, 72vw); margin-bottom: 0; font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 8rem); font-weight: 400; line-height: .9; letter-spacing: -.075em; }
.vision-body { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(2rem,6vw,7rem); }
.vision-body p { margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1rem,1.5vw,1.25rem); line-height: 1.85; }
.vision-statements { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vision-statements article { min-height: 21rem; padding: clamp(1.5rem,3vw,3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(4,17,21,.15); backdrop-filter: blur(8px); }
.vision-statements span { color: var(--teal); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.vision-statements h3 { max-width: min(20ch, 40vw); margin: clamp(4rem,7vw,7rem) 0 0; font-family: var(--serif); font-size: clamp(2rem,4vw,4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.06em; }

.field { min-height: 0; display: flex; flex-direction: column; justify-content: space-between; background: var(--page); }
.field-media { position: absolute; z-index: -2; inset: -8%; background: url("media/hero-poster.jpg") center / cover no-repeat; opacity: .34; filter: saturate(.38) contrast(1.08); }
.field-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(4,17,21,.97),rgba(4,17,21,.66)), linear-gradient(0deg,rgba(4,17,21,.94),transparent 76%); }
.field-content { position: relative; z-index: 2; padding-bottom: clamp(5rem, 9vw, 9rem); }
.field-depth-svg { z-index: 1; top: var(--nav-h); right: -4%; width: 56vw; height: 48%; opacity: .94; pointer-events: none; }
.field-orbit { stroke: rgba(255,138,104,.28) !important; animation-direction: reverse !important; }
.field-frame { transform-box: fill-box; transform-origin: center; animation: svg-drift 12s ease-in-out infinite; }
.field-frame-mid { animation-direction: reverse; animation-delay: -4s; }
.field-frame-front { animation-delay: -7s; animation-duration: 15s; }
.field-frame rect { fill: rgba(84,227,222,.035); stroke: rgba(84,227,222,.56); stroke-width: 1.7; }
.field-frame path { fill: none; stroke: rgba(255,255,255,.32); stroke-width: 1.4; }
.field-lock circle, .field-lock path { fill: rgba(7,29,35,.64); stroke: var(--coral); stroke-width: 2; animation: svg-pulse 3.2s ease-in-out infinite; }
.field-signal { stroke: rgba(84,227,222,.76) !important; }
.field .section-intro { padding-inline: 0; }
.field-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.field-grid article { min-height: 14rem; padding: 1.4rem clamp(1rem,2vw,2rem); border-right: 1px solid var(--line); background: rgba(4,17,21,.32); backdrop-filter: blur(8px); }
.field-grid article:last-child { border: 0; }
.field-grid span { color: var(--teal); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.field-grid h3 { margin: 3.2rem 0 .8rem; font-family: var(--serif); font-size: clamp(1.5rem,2.5vw,2.5rem); font-weight: 400; letter-spacing: -.05em; }
.field-grid p { color: rgba(255,255,255,.63); line-height: 1.65; }

.workflow { padding-bottom: clamp(7rem, 12vw, 12rem); background: var(--surface); color: var(--text); }
.workflow-list { margin: 0 auto; padding-bottom: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: minmax(4rem, 1fr) 4fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--dark-line); }
.workflow-list li:last-child { border-bottom: 1px solid var(--dark-line); }
.workflow-list b { color: #147d7b; font-family: var(--serif); font-size: clamp(2rem,4vw,4rem); font-weight: 400; }
.workflow-list h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.6rem,3vw,3rem); font-weight: 400; letter-spacing: -.05em; }
.workflow-list p { margin: 0; color: rgba(11,23,27,.62); line-height: 1.65; }
.workflow-visual { margin: 0 auto clamp(3rem,6vw,6rem); padding-block: 1.5rem; border-block: 1px solid var(--dark-line); }
.workflow-visual svg { display: block; width: 100%; }
.workflow-path { fill: none; stroke: #147d7b; stroke-width: 2; stroke-dasharray: 8 12; vector-effect: non-scaling-stroke; animation: workflow-flow 1.2s linear infinite; }
.workflow-node circle { fill: var(--paper); stroke: rgba(20,125,123,.55); stroke-width: 2; vector-effect: non-scaling-stroke; }
.workflow-node text { fill: #147d7b; font-family: var(--serif); font-size: 28px; text-anchor: middle; }
.workflow-runner { fill: var(--coral); filter: drop-shadow(0 0 8px var(--coral)); }
.workflow-visual figcaption { display: flex; justify-content: space-between; gap: 1rem; color: rgba(11,23,27,.55); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.workflow-visual figcaption span { color: #147d7b; }

.aio-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: var(--page); color: var(--text); overflow-y: auto; }
.aio-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.aio-dialog-head { position: sticky; z-index: 4; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--pad); border-bottom: 1px solid var(--line); background: rgba(7,25,30,.8); backdrop-filter: blur(18px); }
.aio-dialog-head p { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.aio-close { padding: .5rem 0; border: 0; background: transparent; cursor: pointer; }
.aio-close span { margin-left: .4rem; font-size: 1.6rem; vertical-align: -.1em; }
.aio-dialog-body { min-height: calc(100dvh - 4rem); }
.aio { padding-block: clamp(8rem, 14vw, 14rem); background: var(--page); }
.aio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.aio h2 { max-width: min(18ch, 70vw); font-family: var(--serif); font-size: clamp(3.5rem,7vw,7.2rem); font-weight: 400; line-height: .9; letter-spacing: -.075em; }
.aio-copy { padding-top: 2.3rem; }
.aio-copy p { color: rgba(255,255,255,.67); font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.8; }
.aio-copy blockquote { margin: 3.5rem 0 0; padding-left: 1.2rem; border-left: 2px solid var(--teal); font-family: var(--serif); font-size: clamp(1.5rem,2.6vw,2.7rem); line-height: 1.2; }
.agent-map { margin-top: clamp(5rem,9vw,9rem); padding-block: clamp(2rem,4vw,4rem); border-block: 1px solid var(--line); text-align: center; }
.agent-map svg { display: block; width: 100%; max-width: none; }
.agent-link { fill: none; stroke: rgba(84,227,222,.55); stroke-width: 2; stroke-dasharray: 7 11; vector-effect: non-scaling-stroke; animation: agent-flow 1.4s linear infinite; }
.agent-human circle { fill: rgba(255,138,104,.08); stroke: var(--coral); stroke-width: 2; vector-effect: non-scaling-stroke; }
.agent-node circle { fill: rgba(84,227,222,.05); stroke: rgba(84,227,222,.7); stroke-width: 2; vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; animation: agent-node 4s ease-in-out infinite; }
.agent-node:nth-of-type(3) circle { animation-delay: .7s; }
.agent-node:nth-of-type(4) circle { animation-delay: 1.4s; }
.agent-node:nth-of-type(5) circle { animation-delay: 2.1s; }
.agent-map text { fill: var(--white); font-family: var(--sans); text-anchor: middle; }
.agent-number { font-family: var(--serif) !important; font-size: 32px; }
.agent-label { fill: rgba(255,255,255,.6) !important; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.agent-map figcaption { margin-top: 1rem; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.journey { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 8rem; }
.journey p { position: relative; margin: 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.25); }
.journey p::before { content: ""; position: absolute; top: -.27rem; left: 0; width: .5rem; height: .5rem; border-radius: 50%; background: var(--teal); }
.journey b, .journey span { display: block; }
.journey b { margin-bottom: 1rem; color: var(--teal); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.journey span { max-width: 7rem; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.45; }

@keyframes workflow-flow { to { stroke-dashoffset: -20; } }
@keyframes agent-flow { to { stroke-dashoffset: 18; } }
@keyframes agent-node { 0%, 70%, 100% { opacity: .48; transform: scale(.92); } 18%, 55% { opacity: 1; transform: scale(1); } }

.faq { padding-block: clamp(7rem,12vw,12rem); background: var(--surface); color: var(--text); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); }
.faq .section-intro { padding: 0; }
.faq .section-intro h2 { font-size: clamp(3rem,6vw,6rem); }
.faq-list details { border-top: 1px solid var(--dark-line); }
.faq-list details:last-child { border-bottom: 1px solid var(--dark-line); }
.faq-list summary { position: relative; padding: 1.8rem 3rem 1.8rem 0; font-family: var(--serif); font-size: clamp(1.25rem,2.1vw,2rem); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; font-family: var(--sans); font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: none; padding: 0 3rem 1.8rem 0; color: rgba(11,23,27,.65); line-height: 1.7; }

.contact { min-height: 82svh; display: grid; place-items: center; background: var(--page); text-align: center; }
.contact-copy { position: relative; z-index: 1; padding-block: 9rem; }
.contact h2 { margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(3.2rem,7.5vw,7.5rem); font-weight: 400; line-height: .9; letter-spacing: -.075em; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 1.1rem; }
.contact .button { margin-top: 2rem; }
.contact-depth-svg { z-index: 0; inset: 0; width: 100%; height: 100%; opacity: .96; }
.contact-orbit-two { stroke: rgba(255,138,104,.28) !important; animation-direction: reverse !important; animation-duration: 28s !important; }
.contact-stack { transform-box: fill-box; transform-origin: center; animation: svg-drift 12s ease-in-out infinite; }
.contact-stack-right { animation-direction: reverse; animation-duration: 15s; }
.contact-stack rect { fill: rgba(84,227,222,.045); stroke: rgba(84,227,222,.48); stroke-width: 1.5; }
.contact-stack path { fill: none; stroke: rgba(255,255,255,.34); stroke-width: 1.5; }
.contact-lenses circle { fill: rgba(7,29,35,.88); stroke: var(--teal); stroke-width: 2; animation: svg-pulse 3.2s ease-in-out infinite; }
.contact-path { stroke: rgba(255,255,255,.28) !important; }

.site-footer { padding-block: 3rem; background: var(--page); color: var(--text-muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 2rem; align-items: end; }
.footer-brand { margin-bottom: .7rem; color: var(--text); font-size: 1.2rem; font-weight: 800; }
.footer-grid > div p:last-child, .copyright { margin: 0; font-size: .78rem; line-height: 1.6; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.1rem; font-size: .78rem; }
.copyright { text-align: right; }

@supports (animation-timeline: view()) {
  .field-media { animation: media-drift linear both; animation-timeline: view(); animation-range: entry -20% exit 120%; }
  .parallax-planes i:nth-child(2) { animation: split-left linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
  .parallax-planes i:nth-child(3) { animation: split-right linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
}
@keyframes media-drift { from { transform: translateY(-5%); } to { transform: translateY(5%); } }
@keyframes split-left { from { translate: 5vw 0; } to { translate: -4vw -2vh; } }
@keyframes split-right { from { translate: -4vw 2vh; } to { translate: 5vw -3vh; } }

@media (max-width: 800px) {
  :root { --pad: 1.25rem; --nav-h: 3.9rem; }
  .nav-shell { min-height: 0; border-radius: 0; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 1.7rem; height: 1.7rem; }
  .nav-cta, .nav-brief { display: none; }
  .theme-toggle { display: grid; place-items: center; }
  .menu-toggle { width: 2.8rem; height: 2.8rem; }
  .menu-grid { grid-template-columns: 1fr 1fr; min-height: auto; padding-bottom: 6rem; }
  .menu-grid > div { padding: 1.6rem 1rem; border-bottom: 1px solid var(--line); }
  .menu-grid > div:nth-child(2) { border-right: 0; }
  .menu-grid > div:nth-child(3) { padding-left: 0; }
  .menu-group { margin-bottom: 1.5rem; }
  .menu-grid a, .menu-grid button { margin-bottom: 1.4rem; }
  .menu-grid a span, .menu-grid button span { font-size: clamp(1.2rem,6vw,2rem); }
  .menu-foot { position: static; margin-top: 1rem; }
  .chapter-nav { display: none; }
  .hero-content { padding-top: calc(var(--nav-h) + 1.5rem); padding-bottom: 13rem; }
  .hero h1 { font-size: clamp(3.35rem,14vw,5.5rem); }
  .hero-depth-svg { top: 2%; right: -72vw; width: 145vw; height: 72%; opacity: .68; }
  .hero-copy br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { bottom: 1.25rem; grid-template-columns: repeat(3,1fr); }
  .hero-facts p { min-height: 4.7rem; padding: .8rem; }
  .hero-facts b { font-size: 1.15rem; }
  .scroll-cue { display: none; }
  .hero-media-note { bottom: 6.7rem; max-width: 13rem; }
  .motion-toggle { right: var(--pad); bottom: 6.7rem; left: auto; }
  .section-intro h2 { font-size: clamp(3rem,14vw,5.5rem); }
  .why-depth-svg { top: 7rem; right: -68vw; width: 132vw; height: 46rem; opacity: .48; }
  .problem-grid, .field-grid { grid-template-columns: 1fr; }
  .problem-grid article, .field-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .problem-grid article:last-child, .field-grid article:last-child { border-bottom: 0; }
  .problem-grid h3 { margin-top: 2rem; }
  .system-layout { grid-template-columns: 1fr; }
  .system-stage { grid-template-columns: 1fr; height: auto; max-height: none; overflow: visible; padding-top: var(--nav-h); }
  .system-intro { width: 100%; }
  .title-glass, .wrap.title-glass { max-width: 100%; }
  .system-visual { position: relative; top: 0; }
  .system-steps li { min-height: auto; padding-block: 3rem; }
  .implementation-map figcaption { align-items: start; flex-direction: column; }
  .implementation-map figcaption h3 { text-align: left; }
  .map-footer { min-width: 42rem; }
  .offerings-head { align-items: start; flex-direction: column; }
  .offerings-head h3 { text-align: left; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .offering-grid h4 { margin-top: 2.5rem; }
  .proof-row { grid-template-columns: 1fr; gap: .6rem; }
  .cmp-cards { grid-template-columns: 1fr; }
  .cmp-card { border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .table-scroll { display: none; }
  .contact-actions { flex-direction: column; }
  .principles { min-height: 100svh; }
  .parallax-planes i { left: 73%; width: 80vw; }
  .vision-body, .vision-statements { grid-template-columns: 1fr; }
  .vision-statements article { min-height: auto; }
  .vision-statements h3 { margin-top: 3rem; }
  .field { min-height: auto; }
  .field-depth-svg { top: 5rem; right: -82vw; width: 152vw; height: 54rem; opacity: .64; }
  .workflow-list li { grid-template-columns: 3.5rem 1fr; gap: 1rem; }
  .workflow-visual figcaption { font-size: .6rem; letter-spacing: 0; }
  .aio-grid, .faq-layout { grid-template-columns: 1fr; }
  .aio-copy { padding-top: 0; }
  .journey { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 5rem; }
  .journey p { display: grid; grid-template-columns: 3rem 1fr; align-items: center; }
  .journey b { margin: 0; }
  .journey span { max-width: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
  .contact-depth-svg { left: -42%; width: 184%; opacity: .68; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video, .field-video, .contact-video, .offerings-video { display: none; }
  .motion-toggle { display: none; }
  .map-flow-dot, .workflow-runner, .svg-runner { display: none; }
  .hero { background: linear-gradient(120deg,#071d23,#22565a); }
}

:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }
::selection { background: var(--teal); color: var(--ink); }

.scene { scroll-margin-top: var(--nav-h); }
.hero-copy, .hero-risk, .contact-risk, .hero-facts span, .hero-media-note, .scroll-cue, .motion-toggle,
.section-intro.inverse > p:last-child, .system-steps p, .offering-grid p, .offering-grid ul, .offerings-sub,
.proof-body p, .vision-body p, .field-grid p, .contact-copy > p:not(.eyebrow), .site-footer, .copyright,
.menu-head p, .menu-foot p, .map-copy, .map-caption, .map-legend, .system-visual > p, .aio-copy p, .agent-map figcaption {
  color: var(--fg-muted);
}
.section-intro > p:last-child, .workflow-list p, .faq-list details p, .problem-grid p, .cmp-card li span {
  color: var(--ink-muted);
}
.section-intro.inverse > p:last-child { color: var(--fg-muted); }
.eyebrow.dark, .card-answer, .workflow-list b, .cmp .cmp-us { color: #0c5c5a; }
.text-link { border-bottom-color: rgba(215,223,225,.85); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
:root {
  --page: #f4f6f5;
  --surface: #e8eeec;
  --text: #0b171b;
  --text-muted: #2f3c40;
  --accent: #0e7490;
  --header-bg: rgba(255, 255, 255, .82);
  --nav-border: rgba(11, 23, 27, .16);
  --glass: rgba(255, 255, 255, .64);
  --btn-bg: #0b171b;
  --btn-fg: #f7f8f5;
  --fg-muted: #2f3c40;
  --map-fill: #ffffff;
  --map-max: #e7f3f4;
  --map-pro: #f6eee8;
  --map-sbs: #dcecee;
  --map-stroke: rgba(11, 23, 27, .2);
  --map-line: rgba(11, 23, 27, .38);
  color-scheme: light;
}
[data-theme="dark"] {
  --page: #071d23;
  --surface: #091b20;
  --text: #f7f8f5;
  --text-muted: #d7dfe1;
  --accent: #54e3de;
  --header-bg: rgba(6, 17, 21, .58);
  --nav-border: rgba(255, 255, 255, .22);
  --glass: rgba(7, 25, 30, .4);
  --btn-bg: #f7f8f5;
  --btn-fg: #0b171b;
  --night: #071d23;
  --paper: #091b20;
  --white: #f7f8f5;
  --ink: #f7f8f5;
  --fg-muted: #d7dfe1;
  --ink-muted: #d7dfe1;
  --line: rgba(255, 255, 255, .18);
  --dark-line: rgba(255, 255, 255, .16);
  --map-fill: #091b20;
  --map-max: #0a2227;
  --map-pro: #211f20;
  --map-sbs: #102f34;
  --map-stroke: rgba(255, 255, 255, .22);
  --map-line: rgba(255, 255, 255, .38);
  color-scheme: dark;
}
.theme-toggle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--nav-border);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
}
.eyebrow, .eyebrow.dark { color: var(--accent); }
.section-intro h2, .section-intro.inverse h2, .hero h1, .principles h2, .contact h2 { color: var(--text); }
.section-intro h2 em, .section-intro.inverse h2 em { color: var(--accent); }
.system-intro { background: var(--glass); color: var(--text); border-color: var(--nav-border); }
.nav-brief, .nav-cta { color: var(--text); border-color: var(--nav-border); }
.brand { color: var(--text); }
.brand small { color: var(--accent); }
[data-theme="light"] .menu-toggle { background: var(--ink); }
[data-theme="light"] .menu-toggle span { background: var(--paper); }
[data-theme="light"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(244,246,245,.92) 0%, rgba(244,246,245,.7) 42%, rgba(244,246,245,.28) 76%),
    linear-gradient(0deg, rgba(244,246,245,.88), transparent 62%);
}
[data-theme="light"] .hero-video { opacity: .22; filter: saturate(.4) contrast(1.05); }
[data-theme="light"] .principles::before {
  background: radial-gradient(circle at 70% 30%, #c5d8d6 0, transparent 35%), linear-gradient(130deg,#eef3f2 0,#d5e3e2 60%,#ead9d0 120%);
}
[data-theme="light"] .field-shade {
  background: linear-gradient(90deg,rgba(244,246,245,.94),rgba(244,246,245,.62)), linear-gradient(0deg,rgba(244,246,245,.92),transparent 76%);
}
[data-theme="light"] .problem-grid article,
[data-theme="light"] .cmp-card,
[data-theme="light"] .faq-list details { background: rgba(255,255,255,.72); color: var(--text); }
[data-theme="dark"] .problem-grid article { color: var(--text); }
h1, h2, h3, h4 { color: var(--text); }
.section-intro h2 em, .section-intro.inverse h2 em { color: var(--accent); }
.system-steps h3, .offering-grid h4, .proof-body h3, .field-grid h3,
.implementation-map figcaption h3, .offerings-head h3, .vision-statements h3,
.workflow-list h3, .cmp-card h3, .aio h2 { color: var(--text); }
.system-stage .implementation-map figcaption h3 { font-size: clamp(1.35rem, 2.8vw, 2.4rem); line-height: 1.08; }
.map-step text { fill: var(--text); }

#pipeline, #offerings { min-height: 0; }
#pipeline .system-layout,
#offerings .offerings { margin-top: 0; height: 100%; }
main > .scene:not(.hero) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10svh 0;
}
.scene-fit {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 0;
  height: auto;
}
.scene-fit > *,
main > .scene:not(.hero) > :not(.scene-fit) { margin-block: 0; }
.scene-fit > .section-intro,
main > .scene:not(.hero) > .section-intro { padding-top: 1rem; padding-bottom: 0; }
.system { padding-bottom: 0; }
.system-stage { min-height: 0; height: 100%; max-height: 100%; overflow: hidden; padding-top: 1rem; }
.system-steps li { min-height: 0; padding: clamp(.4rem, 1.3vh, 1.1rem) 0; }
.system-steps h3 { margin: clamp(.3rem, 1.1vh, .9rem) 0 .3rem; font-size: clamp(1.4rem, 3.8vh, 3.1rem); }
.system-visual { position: relative; top: auto; height: 100%; }
.system-visual video { height: min(100%, 52svh); aspect-ratio: auto; }
.offering-grid article { min-height: 0; }
.offering-grid h4 { margin: clamp(.7rem, 2.2vh, 1.8rem) 0 .45rem; }
.why, .field, .principles, .contact { min-height: 0; }
.faq { padding-block: 0; }
.vision-statements article, .problem-grid article { min-height: 0; }
.proof { margin-top: 0; padding-block: 0; }
.proof-row { padding: clamp(.55rem, 1.3vh, 1.2rem) 0; }

#workflow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#workflow .section-intro { padding: 1rem var(--pad) 0; }
#workflow .section-intro h2 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}
#workflow .workflow-visual { margin: 0 auto; padding-block: .6rem; }
#workflow .workflow-visual svg { max-height: 18svh; }
#workflow .workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
#workflow .workflow-list li {
  display: block;
  min-height: 0;
  padding: .9rem 1.1rem .2rem 0;
  border-top: 1px solid var(--dark-line);
  border-bottom: 0;
}
#workflow .workflow-list b { display: block; font-size: clamp(1.3rem, 2.4vw, 2.1rem); }
#workflow .workflow-list h3 { margin: .35rem 0 .3rem; font-size: clamp(1rem, 1.5vw, 1.35rem); }
#workflow .workflow-list p { font-size: .9rem; }
#compare { padding: var(--nav-h) 0 0; }
#compare .compare-intro { padding: 0 var(--pad); }
#compare .cmp-cards { margin: 0; }

@media (max-width: 800px) {
  #workflow .workflow-list { grid-template-columns: 1fr; }
  #workflow .workflow-list li { display: grid; grid-template-columns: 3.5rem 1fr; padding-block: .7rem; }
}

.section-intro,
.offerings-head,
.contact-copy,
.hero-content {
  text-align: left;
}
.offerings-head {
  display: block;
  align-items: start;
  padding-bottom: 0;
  border-bottom: 0;
}
.offerings-head h2,
.offerings-head h3 {
  max-width: 12ch;
  text-align: left;
}
.hero-content h1 em,
.contact-copy h2 em {
  color: var(--accent);
  font-style: normal;
}
.section-intro h2,
.hero-content h1 {
  text-wrap: balance;
}

#offerings .offerings,
#proof .proof,
#field .field-content,
#vision .principles-copy,
#contact .contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
#offerings .section-intro,
#proof .section-intro,
#field .section-intro,
#vision .section-intro {
  padding: 0;
}
#contact .contact-copy { padding-block: 0; text-align: left; }
.section-intro h2,
.principles h2,
.contact-copy h2,
.hero-content h1 { line-height: 1.18; }
.field-content { padding-bottom: 0; }

.title-glass {
  width: fit-content;
  max-width: 50%;
  padding: clamp(1.1rem, 1.8vw, 1.7rem) clamp(1.2rem, 2vw, 1.9rem);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: var(--radius);
  background: rgba(255,255,255,.4);
  box-shadow: 0 .8rem 2rem rgba(11,23,27,.08), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}
[data-theme="dark"] .title-glass {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 1rem 2.4rem rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.22);
}
.system-intro.title-glass {
  width: 100%;
  max-width: none;
}
#why .title-glass,
#pipeline .title-glass,
#offerings .title-glass,
#proof .title-glass,
#field .title-glass,
#workflow .title-glass,
#compare .title-glass,
#faq .title-glass,
#vision .title-glass {
  width: 50%;
  max-width: 50%;
}
#why .title-glass h2,
#pipeline .title-glass h2,
#offerings .title-glass h2,
#proof .title-glass h2,
#field .title-glass h2,
#workflow .title-glass h2,
#compare .title-glass h2,
#faq .title-glass h2,
#vision .title-glass h2,
.system-intro h2 {
  max-width: 12ch;
  margin-bottom: .7rem;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
}
#why .title-glass > p:last-child,
#pipeline .title-glass > p:last-child,
#offerings .title-glass > p:last-child,
#proof .title-glass > p:last-child,
#field .title-glass > p:last-child,
#workflow .title-glass > p:last-child,
#compare .title-glass > p:last-child,
#faq .title-glass > p:last-child,
#vision .title-glass > p:last-child,
.system-intro > p:last-child {
  max-width: none;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
}
#faq .faq-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 0;
}
#workflow .section-intro,
#compare .compare-intro {
  padding: clamp(1.1rem, 1.8vw, 1.7rem) clamp(1.2rem, 2vw, 1.9rem);
}

main > .scene {
  padding-top: 3svh;
  padding-bottom: 3svh;
  gap: 3svh;
}
.hero-content { padding-top: 0; padding-bottom: 0; }
.system-stage { padding-top: 0; padding-bottom: 0; }
#compare { padding-top: 3svh; padding-bottom: 3svh; }

.hero.scene {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-dock {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem 1.4rem;
  margin-top: 0;
  padding: .55rem var(--pad) 0;
}
.hero-dock .hero-risk { margin: 0; }
.hero-facts {
  position: relative;
  z-index: 3;
  right: auto;
  bottom: auto;
  left: auto;
}
.hero-facts p {
  min-height: 0;
  align-content: start;
  gap: .35rem;
}
.hero-media-note,
.scroll-cue,
.motion-toggle {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}
@media (max-width: 800px) {
  .hero-content { padding-top: 0; padding-bottom: 0; }
  .hero-facts { bottom: auto; }
  .hero-media-note { bottom: auto; max-width: none; }
  .motion-toggle { right: auto; bottom: auto; left: auto; }
}


@media (max-width: 899px) {
  :root { --pad: 1.25rem; --nav-h: 4rem; }
  .site-header {
    top: auto;
    bottom: 0;
    height: 4rem;
  }
  .nav-shell {
    height: 4rem;
    border-bottom: 0;
    border-top: 1px solid var(--nav-border);
  }
  .nav-brief, .menu-toggle { display: none; }
  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0 1rem;
    border-radius: .4rem;
    background: var(--btn-bg);
    color: var(--btn-fg);
    font-size: .9rem;
    font-weight: 700;
  }
  .chapter-nav {
    display: grid;
    right: 8px;
    gap: 8px;
  }
  .chapter-nav a { width: 8px; height: 8px; }

  .scene,
  main > .scene,
  main > .scene:not(.hero) {
    height: auto;
    max-height: none;
    min-height: calc(100dvh - 4rem);
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 0 5.5rem;
  }
  #compare { padding: 1.5rem 0 5.5rem; }

  .hero.scene {
    min-height: 100dvh;
    justify-content: flex-start;
    gap: 0;
    padding: 0 0 4rem;
    overflow: hidden;
  }
  .hero-video {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 42dvh;
    opacity: 1;
    filter: none;
    transform: none;
    object-fit: cover;
  }
  .hero-shade,
  .hero-depth-svg { display: none; }
  .hero-content {
    position: relative;
    z-index: 2;
    padding: 1.1rem var(--pad) 0;
    margin-top: auto;
  }
  .hero-content .title-glass {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero h1,
  .hero-content h1 {
    max-width: none;
    margin-bottom: 1rem;
    font-size: 34px;
    line-height: 1.18;
  }
  .hero .eyebrow { font-size: 13px; margin-bottom: .5rem; }
  .hero-copy { max-width: none; font-size: 1rem; margin-bottom: 1.1rem; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }
  .hero-facts { display: none; }
  .hero-dock {
    margin-top: auto;
    padding: .75rem var(--pad) 1rem;
    justify-content: center;
  }
  .hero-media-note, .motion-toggle { display: none; }
  .scroll-cue {
    display: flex;
    position: static;
    margin: 0 auto;
  }
  .hero-risk { text-align: center; }

  .title-glass,
  .wrap.title-glass,
  .system-intro.title-glass,
  #why .title-glass,
  #pipeline .title-glass,
  #offerings .title-glass,
  #proof .title-glass,
  #field .title-glass,
  #workflow .title-glass,
  #compare .title-glass,
  #faq .title-glass,
  #vision .title-glass {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  #why .title-glass h2,
  #pipeline .title-glass h2,
  #offerings .title-glass h2,
  #proof .title-glass h2,
  #field .title-glass h2,
  #workflow .title-glass h2,
  #compare .title-glass h2,
  #faq .title-glass h2,
  #vision .title-glass h2,
  .system-intro h2,
  .section-intro h2,
  .principles h2,
  .contact-copy h2 {
    max-width: none;
    margin-bottom: .5rem;
    font-size: 28px;
    line-height: 1.3;
  }
  .title-glass > p:last-child,
  .system-intro > p:last-child {
    font-size: 15px;
  }

  .system-stage {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 0 var(--pad);
    gap: 1rem;
  }
  .system-intro { width: 100%; }
  .system-stage .implementation-map {
    grid-column: auto;
    grid-row: auto;
    overflow-x: auto;
  }
  .map-footer { min-width: 0; flex-wrap: wrap; }
  .system-layout,
  .problem-grid,
  .field-grid,
  .offering-grid,
  .cmp-cards,
  .vision-body,
  .vision-statements,
  .proof-row,
  .faq-layout,
  .footer-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .problem-grid article,
  .field-grid article,
  .offering-grid article,
  .cmp-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }
  #offerings .offerings,
  #proof .proof,
  #field .field-content,
  #vision .principles-copy,
  #contact .contact-copy,
  #faq .faq-layout,
  #pipeline .system-layout {
    height: auto;
    justify-content: flex-start;
    gap: 1rem;
  }
  #workflow .workflow-list { grid-template-columns: 1fr; }
  #workflow .workflow-list li {
    display: grid;
    grid-template-columns: 2.75rem 1fr;
    padding-block: .7rem;
  }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .implementation-map { min-height: 0; padding: 1rem; }
  .why-depth-svg, .field-depth-svg, .contact-depth-svg, .vision-depth-svg { display: none; }
  .site-footer { padding-bottom: 5.5rem; }
}

em, i, cite, dfn, var, address { font-style: normal; }

.hero-depth-svg,
.why-depth-svg,
.field-depth-svg,
.vision-depth-svg {
  left: 50%;
  right: 0;
  width: 50%;
  max-width: 50%;
}
.hero-depth-svg {
  top: var(--nav-h);
  height: calc(100% - var(--nav-h));
}
@media (max-width: 1400px) {
  .hero-depth-svg,
  .why-depth-svg,
  .field-depth-svg,
  .vision-depth-svg {
    left: 52%;
    width: 46%;
    max-width: 46%;
  }
}

.problem-grid article,
.offering-grid article,
.field-grid article,
.cmp-card,
.workflow-list li,
.faq-list details,
.system-steps li,
.vision-statements article,
.hero-facts p,
.vision-body p {
  margin-block: 3svh;
}
.title-glass { margin-block: 3svh; }
#offerings .offerings,
#field .field-content,
#vision .principles-copy,
#contact .contact-copy,
#faq .faq-layout,
#pipeline .system-layout,
#workflow {
  gap: 3svh;
}

.vision-depth-svg { z-index: 1; top: var(--nav-h); height: calc(100% - var(--nav-h)); opacity: .92; pointer-events: none; }
.vision-orbit { stroke: color-mix(in srgb, var(--accent) 32%, transparent) !important; }
.vision-source rect { fill: var(--map-fill); stroke: var(--map-stroke); }
.vision-source path { fill: none; stroke: var(--map-line); stroke-width: 1.6; }
.vision-site { transform-box: fill-box; transform-origin: center; animation: svg-drift 11s ease-in-out infinite; }
.vision-site-b { animation-direction: reverse; animation-delay: -3s; }
.vision-site-c { animation-delay: -6s; animation-duration: 14s; }
.vision-site rect { fill: var(--map-fill); stroke: var(--accent); stroke-width: 1.4; }
.vision-site path { fill: none; stroke: var(--map-line); stroke-width: 1.4; }
.vision-lenses circle { fill: color-mix(in srgb, var(--page) 70%, transparent); stroke: var(--accent); stroke-width: 2; }

.title-glass,
.system-intro.title-glass,
#why .title-glass,
#pipeline .title-glass,
#offerings .title-glass,
#field .title-glass,
#workflow .title-glass,
#compare .title-glass,
#faq .title-glass,
#vision .title-glass,
#offerings .section-intro,
#field .section-intro,
#vision .section-intro,
#faq .section-intro,
#workflow .section-intro,
#compare .section-intro,
#compare .compare-intro,
.field .section-intro,
.faq .section-intro {
  box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  padding: clamp(1.1rem, 1.8vw, 1.7rem) clamp(1.2rem, 2vw, 1.9rem);
}
.system-intro.title-glass {
  width: 100%;
  max-width: none;
}
.title-glass .eyebrow,
.offerings-head .eyebrow {
  margin: 0 0 .8rem;
}
.title-glass h1,
.title-glass h2,
.system-intro h2,
#why .title-glass h2,
#pipeline .title-glass h2,
#offerings .title-glass h2,
#field .title-glass h2,
#workflow .title-glass h2,
#compare .title-glass h2,
#faq .title-glass h2,
#vision .title-glass h2,
#workflow .section-intro h2,
.faq .section-intro h2,
.principles .title-glass h2,
.hero-content .title-glass h1 {
  max-width: 12ch;
  margin: 0 0 .7rem;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 1.18;
}
.title-glass > p:last-child,
.system-intro > p:last-child,
#why .title-glass > p:last-child,
#pipeline .title-glass > p:last-child,
#offerings .title-glass > p:last-child,
#field .title-glass > p:last-child,
#workflow .title-glass > p:last-child,
#compare .title-glass > p:last-child,
#faq .title-glass > p:last-child,
#vision .title-glass > p:last-child {
  max-width: none;
  margin: 0;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.75;
}

@media (max-width: 899px) { /* glass-unify-mobile */
  .title-glass,
  .system-intro.title-glass,
  #why .title-glass,
  #pipeline .title-glass,
  #offerings .title-glass,
  #field .title-glass,
  #workflow .title-glass,
  #compare .title-glass,
  #faq .title-glass,
  #vision .title-glass,
  #offerings .section-intro,
  #field .section-intro,
  #vision .section-intro,
  #faq .section-intro,
  #workflow .section-intro,
  #compare .section-intro,
  #compare .compare-intro,
  .field .section-intro,
  .faq .section-intro {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .title-glass h1,
  .title-glass h2,
  .system-intro h2,
  #why .title-glass h2,
  #pipeline .title-glass h2,
  #offerings .title-glass h2,
  #field .title-glass h2,
  #workflow .title-glass h2,
  #compare .title-glass h2,
  #faq .title-glass h2,
  #vision .title-glass h2,
  #workflow .section-intro h2,
  .faq .section-intro h2,
  .principles .title-glass h2,
  .hero-content .title-glass h1 {
    max-width: none;
    margin-bottom: .5rem;
    font-size: 28px;
    line-height: 1.3;
  }
  .hero-content .title-glass h1 { font-size: 34px; line-height: 1.18; }
  .title-glass > p:last-child { font-size: 15px; }
}

.hero-video,
[data-theme="light"] .hero-video,
[data-theme="dark"] .hero-video {
  opacity: .7;
}
@media (max-width: 899px) {
  .hero-video,
  [data-theme="light"] .hero-video,
  [data-theme="dark"] .hero-video {
    opacity: 1;
  }
}

#pipeline .system-layout { grid-template-columns: 1fr; }
.field-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bg-video,
.hero-video,
.field-video,
[data-theme="light"] .hero-video,
[data-theme="dark"] .hero-video,
[data-theme="light"] .field-video,
[data-theme="dark"] .field-video {
  opacity: .9;
}
@media (max-width: 899px) {
  .hero-video,
  [data-theme="light"] .hero-video,
  [data-theme="dark"] .hero-video {
    opacity: 1;
  }
  .field-video,
  [data-theme="light"] .field-video,
  [data-theme="dark"] .field-video {
    opacity: .9;
  }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,16,20,.1) 0%, rgba(4,16,20,.1) 42%, rgba(4,16,20,.04) 76%),
    linear-gradient(0deg, rgba(4,16,20,.1), transparent 62%);
}
.field-shade {
  background: linear-gradient(90deg,rgba(4,17,21,.1),rgba(4,17,21,.1)), linear-gradient(0deg,rgba(4,17,21,.1),transparent 76%);
}
[data-theme="light"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(244,246,245,.1) 0%, rgba(244,246,245,.1) 42%, rgba(244,246,245,.04) 76%),
    linear-gradient(0deg, rgba(244,246,245,.1), transparent 62%);
}
[data-theme="light"] .field-shade {
  background: linear-gradient(90deg,rgba(244,246,245,.1),rgba(244,246,245,.1)), linear-gradient(0deg,rgba(244,246,245,.1),transparent 76%);
}

.field-grid {
  border-top: 0;
  gap: 1rem;
}
.field-grid article,
.field-grid article:last-child {
  border: 1px solid rgba(255,255,255,.62);
  border-radius: var(--radius);
  background: rgba(255,255,255,.4);
  box-shadow: 0 .8rem 2rem rgba(11,23,27,.08), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}
[data-theme="dark"] .field-grid article,
[data-theme="dark"] .field-grid article:last-child {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 1rem 2.4rem rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.22);
}
.field-grid h3 { color: var(--text); }
.field-grid p { color: var(--fg-muted); }

.hero-content .title-glass h1 {
  max-width: none;
  text-wrap: unset;
  white-space: nowrap;
}

.hero-content .title-glass {
  width: fit-content;
  max-width: none;
}

.contact-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.contact-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,17,21,.1),rgba(4,17,21,.1)), linear-gradient(0deg,rgba(4,17,21,.1),transparent 76%);
  pointer-events: none;
}
[data-theme="light"] .contact-shade {
  background: linear-gradient(90deg,rgba(244,246,245,.1),rgba(244,246,245,.1)), linear-gradient(0deg,rgba(244,246,245,.1),transparent 76%);
}
.bg-video,
.hero-video,
.field-video,
.contact-video,
.offerings-video,
[data-theme="light"] .hero-video,
[data-theme="dark"] .hero-video,
[data-theme="light"] .field-video,
[data-theme="dark"] .field-video,
[data-theme="light"] .contact-video,
[data-theme="dark"] .contact-video,
[data-theme="light"] .offerings-video,
[data-theme="dark"] .offerings-video {
  opacity: .9;
}
@media (max-width: 899px) {
  .hero-video,
  [data-theme="light"] .hero-video,
  [data-theme="dark"] .hero-video {
    opacity: 1;
  }
}

#contact .contact-copy {
  display: flex;
  justify-content: center;
  text-align: center;
}
#contact .title-glass,
#contact .contact-glass {
  width: fit-content;
  max-width: min(72%, 48rem);
  margin-inline: auto;
  text-align: center;
}
#contact .title-glass h2,
#contact .contact-glass h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-actions { justify-content: center; }
#contact .contact-risk { color: var(--fg-muted); }
@media (max-width: 899px) {
  #contact .title-glass,
  #contact .contact-glass {
    width: fit-content;
    max-width: 100%;
    padding: clamp(1.1rem, 1.8vw, 1.7rem) clamp(1.2rem, 2vw, 1.9rem);
    border: 1px solid rgba(255,255,255,.62);
    border-radius: var(--radius);
    background: rgba(255,255,255,.4);
    box-shadow: 0 .8rem 2rem rgba(11,23,27,.08), inset 0 1px 0 rgba(255,255,255,.85);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
  }
  [data-theme="dark"] #contact .title-glass,
  [data-theme="dark"] #contact .contact-glass {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.28);
  }
}

.brand-mark { color: unset; }
.brand small { display: none; }

#top.hero.scene {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: calc(var(--nav-h) + 3svh);
  padding-bottom: 3svh;
  gap: 3svh;
}
#top .hero-content,
#top .hero-facts,
#top .hero-dock {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
#top .hero-content { padding-top: 0; padding-bottom: 0; }
#top .hero-content .title-glass { margin-block: 0; }
#top .hero-actions { margin-top: 3svh; }
#top .hero-dock { padding-top: 0; padding-bottom: 0; }
@media (max-width: 899px) {
  #top.hero.scene {
    padding-top: 3svh;
    padding-bottom: 3svh;
  }
}

.cmp-svg { display: block; width: 100%; height: 7.2rem; margin: 0 0 .8rem; }
.cmp-pane { fill: var(--map-fill); stroke: var(--map-stroke); stroke-width: 1.6; }
.cmp-line { fill: none; stroke: var(--map-line, var(--accent)); stroke-width: 1.5; }
.cmp-stand { fill: none; stroke: var(--map-stroke); stroke-width: 1.6; stroke-linecap: round; }
.cmp-ghost { opacity: .34; stroke-dasharray: 5 5; }
.cmp-gap { stroke-dasharray: 3 7 !important; opacity: .45; }
.cmp-lenses circle { fill: color-mix(in srgb, var(--page) 70%, transparent); stroke: var(--accent); stroke-width: 1.8; }
.cmp-card-us .cmp-pane { stroke: var(--accent); }

.cmp-svg { height: 17.2rem; }
.cmp-svg .cmp-pane,
.cmp-svg .cmp-line,
.cmp-svg .cmp-stand { fill: none; stroke: none; }

.p1-bump { transform-box: fill-box; transform-origin: 70% 60%; animation: p1-bump 1.7s ease-in-out infinite; }
.p1-hit { transform-box: fill-box; transform-origin: left center; animation: p1-hit 1.7s ease-in-out infinite; }
@keyframes p1-bump {
  0%, 18% { transform: translate(0,0) rotate(0); }
  62% { transform: translate(34px, 0) rotate(8deg); }
  70% { transform: translate(26px, -3px) rotate(-5deg); }
  78% { transform: translate(32px, 0) rotate(4deg); }
  100% { transform: translate(0,0) rotate(0); }
}
@keyframes p1-hit {
  0%, 55%, 100% { opacity: 0; transform: scale(.6); }
  62%, 72% { opacity: 1; transform: scale(1); }
}

html.motion-paused .p1-bump, html.motion-paused .p1-hit { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .p1-bump, .p1-hit { animation: none; }
}

#offerings .wrap { position: relative; z-index: 2; }
.offerings-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.offerings-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,17,21,.1),rgba(4,17,21,.1)), linear-gradient(0deg,rgba(4,17,21,.1),transparent 76%);
  pointer-events: none;
}
[data-theme="light"] .offerings-shade {
  background: linear-gradient(90deg,rgba(244,246,245,.1),rgba(244,246,245,.1)), linear-gradient(0deg,rgba(244,246,245,.1),transparent 76%);
}


#offerings.system { background: transparent; }
.offerings-video { z-index: 0; }
.offerings-shade { z-index: 1; }
#offerings .wrap { z-index: 2; }

.vision-pyramid-svg {
  position: absolute;
  left: 42%;
  top: 18%;
  width: min(48vw, 34rem);
  height: auto;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
#vision .wrap,
#vision .principles-copy { position: relative; z-index: 2; }
@media (max-width: 899px) {
  .vision-pyramid-svg { display: none; }
}
