:root {
  --navy-950: #031023;
  --navy-900: #061630;
  --navy-850: #0a1d3d;
  --navy-800: #0b2752;
  --blue: #176df3;
  --cyan: #54d8ff;
  --gold: #d4a04a;
  --gold-light: #f3d69a;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #07152c;
  --muted: #627087;
  --line: rgba(7, 21, 44, 0.13);
  --radius: 22px;
  --shadow: 0 28px 80px rgba(2, 14, 37, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.ambient { position: fixed; z-index: -1; width: 38vw; height: 38vw; border-radius: 50%; filter: blur(90px); opacity: .12; pointer-events: none; }
.ambient-one { background: var(--blue); top: 15vh; left: -20vw; }
.ambient-two { background: var(--gold); bottom: 10vh; right: -22vw; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 72px;
  padding: 9px 11px 9px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  color: white;
  background: rgba(5, 20, 45, .74);
  backdrop-filter: blur(18px);
  box-shadow: 0 15px 45px rgba(0, 8, 24, .2);
  transform: translateX(-50%);
  transition: background .25s, top .25s, box-shadow .25s;
}
.site-header.scrolled { top: 10px; background: rgba(3, 16, 35, .92); box-shadow: 0 18px 50px rgba(0, 8, 24, .32); }
.brand { width: 182px; height: 48px; display: flex; align-items: center; text-decoration: none; }
.brand img { width: auto; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; font-weight: 650; letter-spacing: .01em; }
.site-nav a { text-decoration: none; color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav a.active:not(.nav-cta) { color: white; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.site-nav .nav-cta { padding: 14px 21px; border-radius: 12px; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.site-nav .nav-cta.active { box-shadow: 0 0 0 2px rgba(243,214,154,.34), 0 10px 28px rgba(212,160,74,.22); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; }

.hero {
  min-height: 900px;
  padding: 190px max(6vw, 32px) 110px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 5vw;
  color: white;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 77% 42%, rgba(23,109,243,.22), transparent 34%),
    radial-gradient(circle at 18% 10%, rgba(212,160,74,.14), transparent 28%),
    var(--navy-950);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  position: relative;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(0,0,0,.18)); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9a6d20; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 30px; font-size: clamp(3.9rem, 7.2vw, 7.1rem); font-weight: 650; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 660px; margin-bottom: 36px; color: rgba(255,255,255,.7); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 15px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 40px rgba(212,160,74,.2); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); text-underline-offset: 6px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.trust-line { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.52); font-size: .82rem; font-weight: 700; }
.trust-line span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.hero-visual { min-height: 580px; display: grid; place-items: center; }
.system-orbit { position: relative; width: min(43vw, 540px); aspect-ratio: 1; display: grid; place-items: center; }
.system-orbit::before { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle, rgba(23,109,243,.18), transparent 62%); filter: blur(8px); }
.orbit-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(118,190,255,.24); }
.ring-one { inset: 8%; animation: spin 30s linear infinite; }
.ring-one::before, .ring-two::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.ring-one::before { top: 16%; left: 12%; }
.ring-two { inset: 22%; border-style: dashed; animation: spin-reverse 22s linear infinite; }
.ring-two::after { right: -5px; top: 48%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.orbit-node { position: absolute; z-index: 2; padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.68); background: rgba(7,27,59,.8); backdrop-filter: blur(10px); font-size: .73rem; font-weight: 750; letter-spacing: .05em; cursor: pointer; transition: color .2s, border-color .2s, background .2s, box-shadow .2s, transform .28s cubic-bezier(.2,.8,.2,1); }
.node-one { top: 7%; left: 50%; transform: translateX(-50%); }.node-two { top: 50%; right: -2%; transform: translateY(-50%); }.node-three { bottom: 8%; left: 50%; transform: translateX(-50%); }.node-four { top: 50%; left: -1%; transform: translateY(-50%); }.node-five { top: 19%; right: 4%; }.node-six { bottom: 18%; left: 2%; }
.orbit-node:hover, .orbit-node:focus-visible, .orbit-node.is-active { color: white; border-color: rgba(243,214,154,.55); background: rgba(11,39,82,.96); box-shadow: 0 0 24px rgba(212,160,74,.18); outline: none; }
.node-one:hover, .node-one:focus-visible, .node-one.is-active, .node-three:hover, .node-three:focus-visible, .node-three.is-active { transform: translateX(-50%) rotate(-6deg) scale(1.06); }
.node-two:hover, .node-two:focus-visible, .node-two.is-active, .node-four:hover, .node-four:focus-visible, .node-four.is-active { transform: translateY(-50%) rotate(6deg) scale(1.06); }
.node-five:hover, .node-five:focus-visible, .node-five.is-active { transform: rotate(6deg) scale(1.06); }
.node-six:hover, .node-six:focus-visible, .node-six.is-active { transform: rotate(-6deg) scale(1.06); }
.core { position: relative; z-index: 3; width: 42%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: radial-gradient(circle at 38% 30%, rgba(33,105,214,.55), rgba(4,21,47,.96) 65%); box-shadow: 0 0 0 18px rgba(25,102,217,.04), 0 0 70px rgba(23,109,243,.34), inset 0 0 35px rgba(80,169,255,.12); text-align: center; }
.core-mark { width: 45%; aspect-ratio: 1; margin-bottom: 8px; display: block; background: url('/assets/managed-with-chase-brain-circle.png') center / contain no-repeat; filter: drop-shadow(0 0 16px rgba(239,203,132,.28)); }
.core strong { font-size: clamp(1rem, 2vw, 1.45rem); letter-spacing: .24em; text-indent: .24em; }
.core > span:last-child { width: 100%; margin-top: 6px; padding: 0 8px; color: rgba(255,255,255,.48); font-size: .62rem; line-height: 1.2; }
.orbit-dialog { width: min(430px, calc(100% - 32px)); padding: 0; border: 1px solid rgba(243,214,154,.34); border-radius: 22px; color: white; background: transparent; box-shadow: 0 28px 90px rgba(0,0,0,.55); opacity: 0; transform: translateY(16px) scale(.96); transition: opacity .2s, transform .2s, display .2s allow-discrete, overlay .2s allow-discrete; }
.orbit-dialog[open] { opacity: 1; transform: translateY(0) scale(1); }
.orbit-dialog::backdrop { background: rgba(1,8,20,.7); backdrop-filter: blur(4px); }
.orbit-dialog-panel { position: relative; padding: 34px; overflow: hidden; border-radius: inherit; background: radial-gradient(circle at 85% 10%, rgba(23,109,243,.28), transparent 45%), linear-gradient(145deg, #0b2b5f, #04142d 72%); }
.orbit-dialog-panel::before { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; bottom: -80px; border: 1px solid rgba(84,216,255,.15); border-radius: 50%; box-shadow: 0 0 0 28px rgba(84,216,255,.035); }
.orbit-dialog-close { position: absolute; z-index: 1; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; background: rgba(255,255,255,.07); font-size: 1.4rem; line-height: 1; }
.orbit-dialog-close:hover, .orbit-dialog-close:focus-visible { border-color: var(--gold-light); background: rgba(255,255,255,.13); outline: none; }
.orbit-dialog-kicker { margin: 0 0 12px; color: var(--gold-light); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.orbit-dialog h2 { max-width: calc(100% - 35px); margin: 0 0 15px; font-size: 2rem; letter-spacing: -.035em; }
.orbit-dialog [data-orbit-copy] { position: relative; margin: 0; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.65; }
@starting-style { .orbit-dialog[open] { opacity: 0; transform: translateY(16px) scale(.96); } }
@keyframes spin { to { transform: rotate(360deg); } } @keyframes spin-reverse { to { transform: rotate(-360deg); } }

.marquee { overflow: hidden; padding: 18px 0; color: var(--navy-950); background: linear-gradient(90deg, #c7953f, #f1d49a, #c7953f); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 36s linear infinite; font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.marquee-track i { font-style: normal; font-size: .65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.home-paths { padding: 54px max(6vw, 32px) 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: var(--cream); }
.home-path { min-height: 230px; padding: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: rgba(255,255,255,.72); box-shadow: 0 12px 40px rgba(7,21,44,.04); text-decoration: none; transition: transform .25s, border-color .25s, box-shadow .25s; }
.home-path:hover, .home-path:focus-visible { transform: translateY(-6px); border-color: rgba(23,109,243,.28); box-shadow: var(--shadow); outline: none; }
.home-path > span { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.home-path p { margin-bottom: 42px; color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.home-path h2 { margin: 0; font-size: clamp(1.65rem, 2.4vw, 2.45rem); line-height: 1.05; }
.home-path > i { color: var(--blue); font-size: 1.5rem; font-style: normal; transition: transform .2s; }
.home-path:hover > i { transform: translateX(5px); }

.page-main { min-height: 100vh; }
.page-intro { padding: 180px max(6vw, 32px) 82px; }
.page-intro-light { background: var(--cream); }
.page-intro h1 { max-width: 1050px; margin-bottom: 28px; color: var(--ink); font-size: clamp(3.5rem, 7vw, 6.8rem); }
.page-intro h1 em { color: var(--gold); }
.page-intro > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.page-first { padding-top: 190px; }
.page-first h1, .contact-copy h1 { margin-bottom: 28px; font-size: clamp(3rem, 5.4vw, 5.2rem); }
.page-section { padding-top: 40px; }
.page-cta { margin-top: 48px; display: flex; justify-content: center; }
.page-contact { min-height: 100vh; padding-top: 180px; }
.contact-copy h1 { color: white; }

.section { padding: 120px max(6vw, 32px); }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 5.5vw, 5.1rem); font-weight: 650; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.centered > p:last-child { margin-inline: auto; }

.capabilities { background: var(--cream); }
.capability-shell { border-top: 1px solid var(--line); }
.capability-controls { padding: 19px 0; display: flex; justify-content: space-between; align-items: center; }
.capability-controls p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.capability-controls button { width: 46px; height: 46px; margin-left: 7px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; transition: color .2s, background .2s, transform .2s; }
.capability-controls button:hover { color: white; background: var(--navy-900); transform: scale(1.05); }
.capability-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 34%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 20px; outline: none; }
.capability-track::-webkit-scrollbar { display: none; }
.capability-card { min-height: 450px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 12px 40px rgba(7,21,44,.04); scroll-snap-align: start; transform-style: preserve-3d; transition: transform .16s ease-out, box-shadow .25s, border-color .25s; }
.capability-card:hover { border-color: rgba(23,109,243,.25); box-shadow: var(--shadow); }
.capability-card .card-number { color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.capability-card .card-icon { margin: 56px 0 24px; color: var(--blue); font-size: 2.2rem; }
.capability-card.accent-gold .card-icon { color: var(--gold); }
.capability-card h3 { margin-bottom: 16px; font-size: 1.55rem; line-height: 1.1; }
.capability-card p { color: var(--muted); }
.capability-card ul { margin: auto 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.capability-card li { padding: 7px 10px; border-radius: 999px; color: #33445e; background: #eef1f5; font-size: .72rem; font-weight: 750; }

.difference { color: white; background: var(--navy-900); position: relative; overflow: hidden; }
.difference::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 64px 64px; }
.difference-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.difference-copy > p { color: rgba(255,255,255,.67); font-size: 1.06rem; }
.difference-copy blockquote { margin: 38px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.16); color: var(--gold-light); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.55; }
.learning-loop { position: relative; }
.loop-line { position: absolute; top: 20px; bottom: 20px; left: 25px; width: 1px; background: linear-gradient(var(--cyan), var(--gold)); opacity: .5; }
.learning-loop article { position: relative; padding: 0 0 28px 74px; display: flex; }
.learning-loop article > span { position: absolute; left: 0; top: 0; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold-light); background: var(--navy-900); font-size: .72rem; font-weight: 900; }
.learning-loop h3 { margin-bottom: 5px; font-size: 1.12rem; }.learning-loop p { margin: 0; color: rgba(255,255,255,.56); font-size: .92rem; }

.guardrails { background: white; }
.guardrail-intro { max-width: 850px; margin-bottom: 66px; }
.guardrail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guardrail-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guardrail-grid article > span { color: var(--gold); font-size: .72rem; font-weight: 900; }.guardrail-grid h3 { margin: 70px 0 14px; font-size: 1.12rem; }.guardrail-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.proof { background: var(--cream); }
.proof-panel { padding: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: center; border-radius: 32px; color: white; background: linear-gradient(135deg, #071a39, #0b2b5f); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.proof-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -160px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.proof-copy { position: relative; z-index: 1; }.proof-copy h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }.proof-copy > p { color: rgba(255,255,255,.64); }.text-link.light { color: var(--gold-light); }
.proof-board { position: relative; z-index: 1; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(3,16,35,.58); backdrop-filter: blur(12px); }
.board-header { padding: 4px 2px 18px; display: flex; justify-content: space-between; align-items: center; font-weight: 800; }.live-pill { padding: 6px 9px; border-radius: 999px; color: #9cf2d1; background: rgba(65,230,165,.09); font-size: .68rem; }
.board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.board-grid article { min-height: 140px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 14px; background: rgba(255,255,255,.055); }.board-grid small { color: var(--gold-light); }.board-grid strong { max-width: 220px; font-size: .9rem; line-height: 1.4; }
.board-flow { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.board-flow i { height: 1px; flex: 1; margin: 0 10px; background: linear-gradient(90deg, var(--blue), var(--gold)); }

.fit { background: white; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fit-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, white, #f7f8fa); }.fit-grid span { color: var(--gold); font-size: .72rem; font-weight: 900; }.fit-grid h3 { margin: 60px 0 15px; font-size: 1.22rem; }.fit-grid p { margin: 0; color: var(--muted); }

.contact { color: white; background: var(--navy-950); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 700px; height: 700px; left: -330px; top: -280px; border-radius: 50%; background: rgba(23,109,243,.14); filter: blur(20px); }
.contact-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; }
.contact-copy { position: sticky; top: 120px; }.contact-copy h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }.contact-copy > p { color: rgba(255,255,255,.62); }
.contact-points { margin-top: 36px; display: grid; gap: 13px; color: rgba(255,255,255,.75); font-size: .9rem; }.contact-points i { width: 24px; height: 24px; margin-right: 10px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold); font-style: normal; font-size: .72rem; }
.contact-form { padding: clamp(24px, 4vw, 46px); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: grid; gap: 8px; }.field.full { grid-column: 1 / -1; }.field span { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 750; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; color: white; background: rgba(0,0,0,.18); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input { height: 51px; padding: 0 14px; }.field textarea { padding: 13px 14px; resize: vertical; line-height: 1.5; }.field input:focus, .field textarea:focus { border-color: var(--cyan); background: rgba(0,0,0,.28); box-shadow: 0 0 0 3px rgba(84,216,255,.1); }.field-feature textarea { border-color: rgba(212,160,74,.34); }
.field textarea::placeholder { color: rgba(255,255,255,.3); }
.honeypot { position: absolute; left: -9999px; }
.button-submit { width: 100%; margin-top: 22px; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.button-submit:disabled { cursor: wait; opacity: .65; }
.form-note { margin: 15px 0 0; color: rgba(255,255,255,.38); font-size: .72rem; }.form-status { min-height: 24px; margin-top: 12px; font-size: .85rem; font-weight: 700; }.form-status.success { color: #72edbe; }.form-status.error { color: #ff9b9b; }

.site-footer { padding: 70px max(6vw, 32px) 28px; color: white; background: #020a17; }
.footer-brand { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.footer-brand img { width: min(390px, 55vw); }.footer-brand p { color: rgba(255,255,255,.48); }
.footer-links { margin: 52px 0; padding: 25px 0; display: flex; gap: 30px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; font-size: .88rem; }.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.36); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; }
  .hero-copy { max-width: 850px; }.hero-visual { min-height: 520px; }.system-orbit { width: min(80vw, 520px); }
  .difference-grid, .contact-shell, .proof-panel { grid-template-columns: 1fr; }
  .contact-copy { position: static; }.proof-board { max-width: 760px; width: 100%; }
  .guardrail-grid { grid-template-columns: 1fr 1fr; }.capability-track { grid-auto-columns: minmax(320px, 48%); }
  .home-paths { grid-template-columns: 1fr; }.home-path { min-height: 180px; }
}

@media (max-width: 760px) {
  .site-header { top: 10px; height: 64px; padding-left: 15px; }.brand { width: 152px; }.menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 74px 0 auto; width: 100%; padding: 22px; display: grid; gap: 7px; border-radius: 16px; background: rgba(3,16,35,.98); transform: translateY(-18px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  .site-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }.site-nav a { padding: 13px; }.site-nav .nav-cta { text-align: center; }
  .site-nav a.active:not(.nav-cta) { text-underline-offset: 5px; }
  .hero { min-height: auto; padding: 140px 20px 70px; gap: 30px; }.hero h1 { font-size: clamp(3.25rem, 15vw, 5.1rem); }.hero-lede { font-size: 1.03rem; }.hero-actions { align-items: flex-start; flex-direction: column; }.trust-line { margin-top: 38px; gap: 11px; flex-direction: column; }
  .hero-visual { min-height: 390px; }.system-orbit { width: min(94vw, 390px); }.orbit-node { padding: 7px 10px; font-size: .59rem; }.node-two { right: 0; }.node-four { left: 0; }.node-five { top: 18%; right: 2%; }.node-six { bottom: 17%; left: 1%; }.core { width: 44%; }.core > span:last-child { font-size: .58rem; }
  .orbit-dialog-panel { padding: 30px 24px 26px; }.orbit-dialog h2 { font-size: 1.7rem; }
  .section { padding: 82px 20px; }.section-heading { margin-bottom: 38px; } h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .capability-track { grid-auto-columns: 86%; }.capability-card { min-height: 430px; padding: 26px; }.capability-card .card-icon { margin-top: 44px; }
  .difference-grid { gap: 55px; }.difference-copy blockquote { font-size: 1.1rem; }.learning-loop article { padding-left: 66px; }
  .guardrail-grid, .fit-grid, .board-grid, .form-grid { grid-template-columns: 1fr; }.guardrail-grid { border-left: 0; }.guardrail-grid article { min-height: 220px; border-left: 1px solid var(--line); }.guardrail-grid h3 { margin-top: 45px; }
  .proof-panel { padding: 28px 20px; border-radius: 22px; }.board-header { align-items: flex-start; gap: 12px; flex-direction: column; }.board-grid article { min-height: 125px; }.board-flow { display: none; }
  .fit-grid article { padding: 26px; }.fit-grid h3 { margin-top: 42px; }
  .field.full { grid-column: auto; }.contact-form { padding: 23px 18px; }.contact-copy h2 { font-size: 2.8rem; }
  .home-paths { padding: 28px 20px 56px; }.home-path { min-height: 165px; padding: 22px; }.home-path p { margin-bottom: 25px; }.page-intro { padding: 145px 20px 62px; }.page-intro h1 { font-size: clamp(3rem, 14vw, 4.6rem); }.page-first, .page-contact { padding-top: 145px; }.page-first h1, .contact-copy h1 { font-size: clamp(2.85rem, 13vw, 4.3rem); }
  .footer-brand, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-brand img { width: min(100%, 350px); }.footer-links { gap: 20px; }
}

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

@media (forced-colors: active) {
  .button, .capability-card, .contact-form, .proof-panel { border: 1px solid CanvasText; }
}
