:root {
  --ink: #06111d;
  --ink-2: #0a1928;
  --navy: #10283e;
  --blue: #36b8ff;
  --cyan: #63e6d2;
  --cyan-soft: #baf7ed;
  --paper: #f5f7f8;
  --cream: #ebe9e2;
  --line: rgba(14, 38, 58, 0.14);
  --muted: #66727d;
  --white: #f8fbfd;
  --radius: 24px;
  --max: 1240px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, canvas { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
button { color: inherit; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  padding: 12px 18px; color: var(--ink); background: var(--cyan);
  border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 16px; }

.investigational-bar {
  height: 29px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 12px;
  color: #a9bac8; background: #030a11; border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em;
}
.investigational-bar span:first-child { color: var(--cyan); }

.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-height); padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px;
  color: #eef8fc; background: rgba(6,17,29,.78); border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px); transition: height .25s ease, background .25s ease;
}
.site-header.scrolled { height: 64px; background: rgba(6,17,29,.95); }
.brand { display: inline-grid; grid-template-columns: 34px auto; grid-template-rows: 19px 11px; width: max-content; align-items: center; }
.brand-mark { position: relative; width: 26px; height: 22px; grid-row: 1 / 3; display: block; }
.brand-mark i { position: absolute; width: 10px; height: 10px; border: 1.5px solid var(--cyan); border-radius: 50%; }
.brand-mark i:nth-child(1) { left: 0; top: 6px; }
.brand-mark i:nth-child(2) { left: 8px; top: 0; }
.brand-mark i:nth-child(3) { left: 14px; top: 9px; border-color: var(--blue); }
.brand-name { font-size: 16px; font-weight: 770; letter-spacing: .08em; line-height: 1; }
.brand-name span { color: var(--blue); }
.brand-sub { font-size: 7px; color: #95a9b9; letter-spacing: .44em; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: #aab9c5; font-size: 12px; letter-spacing: .04em; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.header-cta {
  justify-self: end; padding: 11px 22px; border: 1px solid rgba(99,230,210,.55); border-radius: 999px;
  color: var(--cyan); background: rgba(99,230,210,.04); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
  cursor: pointer; transition: color .2s, background .2s;
}
.header-cta:hover { color: var(--ink); background: var(--cyan); }
.menu-button, .mobile-nav { display: none; }

.section-dark, .section-ink { color: var(--white); background: var(--ink); }
.section-ink { background: var(--ink-2); }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }

.eyebrow { margin-bottom: 24px; display: flex; align-items: center; gap: 12px; color: var(--cyan); font-size: 10px; font-weight: 760; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #2c7fa5; }

.hero {
  position: relative; min-height: calc(100svh - 29px); padding: clamp(72px, 10vw, 136px) max(24px, calc((100vw - var(--max)) / 2)) 56px;
  display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); align-items: center; gap: clamp(24px, 5vw, 80px); overflow: hidden;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(99,230,210,.45), transparent); }
.hero-glow { position: absolute; width: 58vw; height: 58vw; right: -18vw; top: -14vw; border-radius: 50%; background: radial-gradient(circle, rgba(32,161,216,.15), transparent 64%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 24px; }
.hero h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(50px, 6.2vw, 92px); line-height: .96; letter-spacing: -.055em; font-weight: 430; }
.hero h1 em, .final-cta h2 em, .company-story h2 em { color: var(--cyan); font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #a8b9c6; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 760; letter-spacing: .03em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06111d; background: var(--cyan); box-shadow: 0 12px 40px rgba(99,230,210,.14); }
.button-primary:hover { background: #91f4e5; }
.button-ghost { color: #dce8ef; background: transparent; border: 1px solid rgba(255,255,255,.22); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 8px 24px; color: #758b9a; font-size: 10px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }

.hero-visual { position: relative; z-index: 1; aspect-ratio: 1; min-width: 0; align-self: center; }
#brain-canvas { width: 100%; height: 100%; filter: drop-shadow(0 20px 55px rgba(0,174,255,.08)); }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(99,230,210,.12); border-radius: 50%; transform: rotate(-18deg); pointer-events: none; }
.orbit::before { content: ""; position: absolute; width: 8px; height: 8px; right: 12%; top: 12%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit span { position: absolute; right: 2%; top: 20%; padding: 5px 8px; color: #6f8b99; background: var(--ink); font-size: 7px; letter-spacing: .18em; }
.orbit-two { inset: 21%; border-color: rgba(54,184,255,.14); transform: rotate(30deg); }
.orbit-two::before { right: 20%; top: auto; bottom: 5%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.orbit-two span { top: auto; right: auto; left: 2%; bottom: 16%; }
.device-chip { position: absolute; top: 18%; right: 25%; width: 84px; height: 38px; padding-left: 29px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(99,230,210,.6); border-radius: 19px; background: linear-gradient(135deg, rgba(40,88,104,.95), rgba(12,30,41,.95)); box-shadow: 0 0 28px rgba(99,230,210,.16); transform: rotate(16deg); }
.device-chip i { position: absolute; left: 9px; width: 12px; height: 12px; border: 1px solid var(--cyan); border-radius: 50%; }
.device-chip b { color: white; font-size: 7px; line-height: 1; letter-spacing: .08em; }
.device-chip small { color: var(--cyan); font-size: 5px; text-transform: uppercase; letter-spacing: .1em; }
.signal-card { position: absolute; right: 0; bottom: 12%; width: min(270px, 54%); padding: 17px 18px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(8,23,37,.78); backdrop-filter: blur(14px); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.signal-card-top { display: flex; justify-content: space-between; color: #a9bdc9; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.signal-card-top i { color: var(--cyan); font-style: normal; }
.waveform { height: 42px; margin: 10px 0 5px; display: flex; align-items: center; gap: 5px; }
.waveform span { width: 2px; height: 12px; background: var(--cyan); border-radius: 2px; box-shadow: 0 0 7px rgba(99,230,210,.5); animation: wave 2.1s ease-in-out infinite; }
.waveform span:nth-child(2n) { height: 24px; animation-delay: -.4s; }.waveform span:nth-child(3n) { height: 36px; animation-delay: -.8s; }.waveform span:nth-child(5n) { height: 18px; animation-delay: -1.2s; }
@keyframes wave { 50% { transform: scaleY(.42); opacity: .48; } }
.signal-card p { margin: 0; color: #6f8797; font-size: 8px; letter-spacing: .08em; }
.hero-disclaimer { position: absolute; left: max(24px, calc((100vw - var(--max)) / 2)); bottom: 17px; margin: 0; color: #4d6473; font-size: 9px; }

.thesis-strip { min-height: 98px; padding: 20px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; color: #bdd0db; background: #0c2132; font-size: 11px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.thesis-strip p { margin: 0; }.strip-line { height: 1px; background: linear-gradient(90deg, rgba(99,230,210,.45), rgba(54,184,255,.08)); }

.problem, .audience-section, .indications, .company-section { padding: clamp(96px, 12vw, 168px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-intro { max-width: 760px; margin-bottom: 70px; }
.section-intro.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro h2, .platform-heading h2, .wedge-heading h2, .indications-heading h2, .evidence-heading h2, .company-story h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5.2vw, 74px); line-height: 1.02; letter-spacing: -.05em; font-weight: 470; }
.problem-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 8vw, 110px); align-items: start; }
.snapshot-panel { min-height: 490px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #ffffff, #edf3f5); box-shadow: 0 30px 80px rgba(18,44,62,.08); }
.timeline-labels { display: flex; justify-content: space-between; color: #83919a; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.snapshot-line { position: relative; height: 190px; margin: 45px 8px 25px; }
.snapshot-line::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #b9c8d0; }
.visit-dot { position: absolute; top: calc(50% - 15px); width: 30px; height: 30px; border: 7px solid white; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 1px #aabdc8, 0 8px 20px rgba(16,40,62,.16); }.visit-dot.first { left: 0; }.visit-dot.last { right: 0; }
.event-dot { position: absolute; top: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: #ff8d78; box-shadow: 0 0 0 7px rgba(255,141,120,.12); }.e1 { left: 25%; }.e2 { left: 41%; top: calc(50% - 28px); }.e3 { left: 62%; top: calc(50% + 14px); }.e4 { left: 75%; }
.blind-zone { padding: 24px 26px; border-radius: 16px; color: #f2f8fa; background: var(--ink); }
.blind-zone span { color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.blind-zone p { margin: 8px 0 0; color: #9eafba; font-size: 14px; }
.problem-copy .lead { margin-bottom: 36px; font-size: 22px; line-height: 1.55; color: #20394d; }
.plain-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 25px 0; display: grid; grid-template-columns: 46px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }.plain-list li > span { color: #3c94bb; font-size: 10px; font-weight: 700; }.plain-list strong { font-size: 15px; }.plain-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.device-section { padding: clamp(100px, 12vw, 170px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.section-intro.light { display: grid; grid-template-columns: 1fr 1fr; max-width: none; align-items: end; column-gap: 90px; }.section-intro.light .eyebrow { grid-column: 1 / 3; }.section-intro.light p:last-child { margin: 0 0 6px; color: #9badb8; font-size: 18px; line-height: 1.7; }
.device-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.anatomy-card { padding: 30px 34px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: radial-gradient(circle at 72% 35%, rgba(54,184,255,.11), transparent 35%), #0c1d2a; }
.anatomy-title { display: flex; justify-content: space-between; gap: 20px; color: #7790a0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.anatomy-title b { color: var(--cyan); font-weight: 600; }
.anatomy-stage { position: relative; height: 470px; margin: 26px 0 18px; overflow: hidden; border-radius: 17px; background: #071420; }
.layer { position: absolute; left: 0; right: 0; border-top: 1px solid rgba(255,255,255,.08); }
.layer > span { position: absolute; right: 20px; top: 12px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hair { top: 0; height: 42px; background: repeating-linear-gradient(97deg, #101d27 0 2px, #1f3442 3px 4px, transparent 5px 11px); }
.scalp { top: 42px; height: 92px; background: linear-gradient(180deg, #806f68, #8e7d72 52%, #5d5350); }
.skull { top: 134px; height: 92px; background: linear-gradient(180deg, #b8b8a7, #d1cfb9 50%, #aaa992); box-shadow: inset 0 12px 20px rgba(255,255,255,.15), inset 0 -12px 20px rgba(36,44,52,.2); }
.brain-layer { top: 226px; bottom: 0; background: radial-gradient(ellipse at 50% 100%, #467889, #234655 48%, #0f2835 83%); overflow: hidden; }
.brain-folds { position: absolute; inset: 28px 20px 0; opacity: .32; background: repeating-radial-gradient(ellipse at 50% 90%, transparent 0 18px, rgba(159,225,226,.5) 20px 21px, transparent 23px 38px); }
.implant { position: absolute; z-index: 4; top: 105px; left: 21%; width: 180px; height: 48px; padding-left: 58px; display: flex; align-items: center; border: 1px solid rgba(99,230,210,.8); border-radius: 26px; color: #e8ffff; background: linear-gradient(135deg, #17394a, #0d2634); box-shadow: 0 0 0 5px rgba(99,230,210,.08), 0 14px 30px rgba(0,0,0,.3); transform: rotate(-3deg); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.implant i { position: absolute; left: 16px; width: 24px; height: 24px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(99,230,210,.08); }
.microcopy { margin: 0; color: #536b7a; font-size: 9px; line-height: 1.5; }
.device-benefits { display: grid; gap: 14px; }
.device-benefits article { min-height: 148px; padding: 26px 25px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.025); }
.device-benefits h3 { margin: 0 0 7px; font-size: 18px; font-weight: 600; }.device-benefits p { margin: 0; color: #8397a4; font-size: 13px; }
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(99,230,210,.25); border-radius: 50%; color: var(--cyan); font-size: 24px; }
.eye-off::before { content: ""; width: 20px; height: 12px; border: 1.5px solid var(--cyan); border-radius: 50%; transform: rotate(-8deg); }.eye-off::after { content: ""; position: absolute; width: 25px; height: 1px; background: var(--cyan); transform: rotate(-45deg); }.eye-off { position: relative; }
.shield::before { content: ""; width: 18px; height: 22px; border: 1.5px solid var(--cyan); border-radius: 10px 10px 14px 14px; clip-path: polygon(0 0,100% 0,90% 72%,50% 100%,10% 72%); }
.compare-row { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.compare-card { position: relative; min-height: 350px; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.02); }.compare-card.featured { border-color: rgba(99,230,210,.4); background: linear-gradient(150deg, rgba(99,230,210,.08), rgba(54,184,255,.035)); }.featured-label { position: absolute; top: 16px; right: 18px; color: var(--cyan); font-size: 7px; letter-spacing: .18em; }
.compare-visual { position: relative; height: 126px; margin-bottom: 22px; border-radius: 14px; background: #07141f; overflow: hidden; }.compare-visual::before { content: ""; position: absolute; width: 120px; height: 94px; left: 50%; top: 22px; border: 1px solid rgba(86,173,194,.28); border-radius: 48% 52% 44% 45%; transform: translateX(-50%); background: radial-gradient(circle at 50% 80%, rgba(54,184,255,.12), transparent 60%); }
.compare-visual span, .compare-visual i { position: absolute; z-index: 2; }.wearable span { width: 96px; height: 22px; left: calc(50% - 48px); top: 22px; border: 4px solid #9aaab4; border-bottom: 0; border-radius: 50px 50px 0 0; }.wearable i { width: 26px; height: 30px; left: calc(50% - 13px); top: 7px; border-radius: 7px; background: #d3dfe4; }.nvt span { width: 47px; height: 14px; left: calc(50% + 2px); top: 33px; border: 1px solid var(--cyan); border-radius: 10px; background: #183f4e; transform: rotate(10deg); box-shadow: 0 0 15px rgba(99,230,210,.25); }.invasive span { width: 50px; height: 17px; left: calc(50% - 18px); top: 10px; border-radius: 6px; background: #b8c8d0; }.invasive i { left: 50%; top: 27px; width: 2px; height: 65px; background: #dce9ee; box-shadow: 7px 0 #7d929e; }
.compare-kicker { margin: 0 0 4px; color: var(--cyan); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }.compare-card h3 { margin: 0 0 10px; font-size: 21px; }.compare-card > p:last-child { margin: 0; color: #8095a3; font-size: 13px; }

.platform-section { padding: clamp(100px, 13vw, 180px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.platform-heading, .wedge-heading, .indications-heading, .evidence-heading { margin-bottom: 72px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }.platform-heading > p, .wedge-heading > p, .indications-heading > p, .evidence-heading > p { margin: 0 0 5px; color: #91a6b4; font-size: 17px; line-height: 1.7; }.indications-heading > p { color: #697781; font-size: 13px; }.wedge-heading > p { color: #52636f; }
.architecture { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr; align-items: stretch; }
.arch-node { min-height: 292px; padding: 26px 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }.arch-node small { color: var(--cyan); font-size: 7px; letter-spacing: .18em; }.arch-node h3 { margin: 52px 0 8px; font-size: 18px; font-weight: 600; }.arch-node p { margin: 0; color: #77909f; font-size: 12px; }
.arch-arrow { position: relative; display: flex; align-items: center; justify-content: center; }.arch-arrow::before { content: ""; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(99,230,210,.1), rgba(99,230,210,.7)); }.arch-arrow::after { content: ""; position: absolute; right: 0; border-left: 5px solid var(--cyan); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }.arch-arrow span { position: absolute; width: 100px; top: calc(50% - 22px); color: #4e6878; font-size: 6px; text-align: center; letter-spacing: .1em; text-transform: uppercase; }
.mini-wave { height: 44px; margin-top: 36px; background: linear-gradient(90deg, transparent 0 4%, var(--cyan) 4% 5%, transparent 5% 13%, var(--cyan) 13% 14%, transparent 14% 21%, var(--cyan) 21% 22%, transparent 22% 35%, var(--blue) 35% 36%, transparent 36% 42%, var(--cyan) 42% 44%, transparent 44% 47%, var(--cyan) 47% 48%, transparent 48% 60%, var(--blue) 60% 62%, transparent 62% 70%, var(--cyan) 70% 71%, transparent 71% 86%, var(--cyan) 86% 87%, transparent 87%); clip-path: polygon(0 46%,4% 46%,5% 42%,8% 48%,13% 48%,14% 20%,17% 78%,21% 50%,22% 45%,30% 45%,35% 5%,36% 90%,42% 48%,44% 25%,47% 73%,48% 48%,58% 48%,60% 18%,62% 76%,70% 48%,71% 42%,82% 42%,86% 23%,87% 68%,92% 48%,100% 48%,100% 52%,0 52%); }
.processor { margin-top: 28px; padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border: 1px solid #27495a; border-radius: 8px; }.processor i { height: 13px; border-radius: 2px; background: linear-gradient(90deg, rgba(99,230,210,.25), rgba(54,184,255,.06)); }.processor i:nth-child(2), .processor i:nth-child(3) { background: linear-gradient(90deg, rgba(54,184,255,.1), rgba(99,230,210,.42)); }
.node-cloud { position: relative; height: 72px; margin-top: 24px; }.node-cloud::before, .node-cloud::after { content: ""; position: absolute; inset: 18px 13px; border: 1px solid rgba(99,230,210,.18); transform: rotate(23deg); }.node-cloud::after { transform: rotate(-16deg); border-color: rgba(54,184,255,.2); }.node-cloud i { position: absolute; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }.node-cloud i:nth-child(1){left:8%;top:40%}.node-cloud i:nth-child(2){left:36%;top:8%}.node-cloud i:nth-child(3){left:58%;top:52%}.node-cloud i:nth-child(4){right:7%;top:20%}.node-cloud i:nth-child(5){left:23%;bottom:2%}.node-cloud i:nth-child(6){right:18%;bottom:4%;background:var(--blue)}
.workspace-lines { margin-top: 30px; display: grid; gap: 7px; }.workspace-lines i { height: 18px; border: 1px solid #294657; border-radius: 5px; background: linear-gradient(90deg, rgba(99,230,210,.2) 0 18%, transparent 18%); }.workspace-lines i:nth-child(2) { background: linear-gradient(90deg, rgba(54,184,255,.22) 0 42%, transparent 42%); }
.trust-principles { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.trust-principles p { margin: 0; padding: 20px; border-top: 1px solid rgba(99,230,210,.25); color: #6e8796; font-size: 12px; }.trust-principles span { display: block; margin-bottom: 6px; color: #dceaf0; font-weight: 650; }

.audience-tabs { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; box-shadow: 0 30px 90px rgba(25,55,74,.08); }
.tab-list { padding: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; border-bottom: 1px solid var(--line); background: #eef2f3; }.tab-list button { padding: 17px 20px; border: 0; border-radius: 13px; color: #687983; background: transparent; font-size: 12px; font-weight: 690; cursor: pointer; }.tab-list button[aria-selected="true"] { color: var(--ink); background: white; box-shadow: 0 4px 16px rgba(18,44,62,.08); }
.tab-panel { min-height: 620px; padding: clamp(34px, 6vw, 76px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; }.tab-panel[hidden] { display: none; }
.panel-number { color: #3c8fb3; font-size: 9px; font-weight: 720; letter-spacing: .18em; }.audience-copy h3 { margin: 18px 0 24px; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; }.audience-copy > p:not(.panel-number) { color: #667782; font-size: 16px; line-height: 1.7; }
.check-list { margin: 28px 0; padding: 0; display: grid; gap: 11px; list-style: none; }.check-list li { display: flex; gap: 10px; color: #314858; font-size: 13px; }.check-list li::before { content: "✓"; color: #238ca8; font-weight: 800; }
.text-link { padding: 0 0 7px; border: 0; border-bottom: 1px solid #8fcbd3; color: #0a455a; background: transparent; font-size: 12px; font-weight: 720; cursor: pointer; }.text-link span { margin-left: 16px; color: #2d9dbd; }
.ui-shell { position: relative; border: 1px solid #d9e2e5; background: #f7fafb; box-shadow: 0 32px 70px rgba(21,48,65,.13); }
.patient-ui { width: min(365px, 100%); min-height: 570px; margin: 0 auto; padding: 25px 25px 20px; border-radius: 34px; overflow: hidden; }.phone-top { display: flex; justify-content: space-between; color: #6e7e88; font-size: 9px; }.phone-top i { width: 45px; height: 7px; border-radius: 5px; background: #173142; }.ui-label { margin: 38px 0 4px; color: #3c8ea9; font-size: 8px; font-weight: 750; letter-spacing: .15em; }.patient-ui h4 { margin: 0; font-size: 24px; font-weight: 550; }.ui-sub { color: #7e8c93; font-size: 12px; }.status-orb { width: 170px; height: 170px; margin: 25px auto; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 50% 45%, white 0 32%, #d6f4f0 33% 40%, #edf8f8 41% 58%, transparent 59%); box-shadow: inset 0 0 0 1px #d8ebed; }.status-orb > div { width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: white; box-shadow: 0 8px 30px rgba(34,125,144,.12); }.status-orb i { width: 7px; height: 7px; border-radius: 50%; background: #38c8a8; box-shadow: 0 0 0 5px #def7f0; }.status-orb strong { margin-top: 9px; font-size: 12px; }.status-orb span { color: #85939b; font-size: 8px; }
.patient-prompt { padding: 18px; border-radius: 16px; background: white; border: 1px solid #e1e8ea; }.patient-prompt > span { color: #5c9db0; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.patient-prompt p { margin: 5px 0 13px; font-size: 12px; }.patient-prompt div { display: flex; gap: 7px; }.patient-prompt button { padding: 8px 10px; border: 1px solid #dce7e9; border-radius: 9px; background: #f6fafb; font-size: 8px; }.ui-disclaimer { margin: 15px 0 0; color: #9aa5aa; font-size: 7px; text-align: center; }
.provider-ui { min-height: 500px; padding: 27px; border-radius: 22px; }.dashboard-head { display: flex; align-items: center; justify-content: space-between; }.dashboard-head span { color: #4897b1; font-size: 8px; letter-spacing: .13em; }.dashboard-head h4 { margin: 4px 0 0; font-size: 23px; font-weight: 550; }.dashboard-head button { padding: 8px 11px; border: 1px solid #d9e3e6; border-radius: 8px; background: white; font-size: 8px; }.illustrative-label { margin: 20px 0 10px; color: #a26b53; font-size: 7px; font-weight: 750; letter-spacing: .14em; }
.patient-row { margin-bottom: 8px; padding: 13px; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; border: 1px solid #e1e8e9; border-radius: 12px; background: white; }.patient-row.high { border-color: #f0c9b8; background: #fffaf7; }.patient-row > i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #3a7187; background: #e7f3f4; font-size: 8px; font-style: normal; font-weight: 750; }.patient-row strong, .patient-row span { display: block; }.patient-row strong { font-size: 10px; }.patient-row span { color: #859097; font-size: 8px; }.patient-row b { color: #487c8f; font-size: 7px; font-weight: 650; }.patient-row.high b { color: #b06445; }
.trend-card { margin-top: 16px; padding: 15px; border-radius: 13px; color: white; background: #0d2636; }.trend-card > div:first-child { display: flex; justify-content: space-between; color: #aac0cb; font-size: 8px; }.trend-card small { color: var(--cyan); }.trend-line { height: 65px; display: flex; align-items: end; gap: 10px; }.trend-line i { flex: 1; height: 22%; border-radius: 2px 2px 0 0; background: linear-gradient(var(--cyan), #1b7890); }.trend-line i:nth-child(2){height:34%}.trend-line i:nth-child(3){height:29%}.trend-line i:nth-child(4){height:72%;background:linear-gradient(#ff9e82,#914d4a)}.trend-line i:nth-child(5){height:54%}.trend-line i:nth-child(6){height:46%}.trend-line i:nth-child(7){height:38%}
.flywheel { position: relative; min-height: 530px; border: 1px solid #dbe4e6; border-radius: 50%; background: radial-gradient(circle, #ffffff 0 32%, #eff7f7 33% 34%, transparent 35%), linear-gradient(135deg,#f8fbfb,#edf3f4); box-shadow: 0 32px 70px rgba(21,48,65,.1); }.flywheel-center { position: absolute; left: 50%; top: 50%; width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); border-radius: 50%; color: white; background: var(--ink); text-align: center; box-shadow: 0 20px 45px rgba(6,17,29,.2); }.flywheel-center span { color: var(--cyan); font-size: 10px; letter-spacing: .18em; }.flywheel-center strong { margin-top: 8px; font-size: 14px; line-height: 1.35; }.flywheel-ring { position: absolute; inset: 19%; border: 1px dashed rgba(34,132,159,.3); border-radius: 50%; animation: spin 30s linear infinite; }.flywheel-ring::after { content: ""; position: absolute; right: 4%; top: 20%; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(99,230,210,.18); } @keyframes spin { to { transform: rotate(360deg); } }
.flywheel-item { position: absolute; z-index: 2; width: 135px; padding: 12px 14px; border: 1px solid #d7e2e5; border-radius: 12px; background: white; box-shadow: 0 9px 24px rgba(21,48,65,.08); }.flywheel-item b { display: block; color: #3295b5; font-size: 8px; }.flywheel-item span { font-size: 10px; font-weight: 650; }.f1{left:9%;top:20%}.f2{right:7%;top:22%}.f3{right:8%;bottom:17%}.f4{left:9%;bottom:18%}

.wedge-section { padding: clamp(100px, 12vw, 160px) max(24px, calc((100vw - var(--max)) / 2)); }
.wedge-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.wedge-cards article { min-height: 275px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(15,40,58,.13); border-radius: 18px; background: rgba(255,255,255,.32); }.wedge-cards span { color: #338eae; font-size: 9px; letter-spacing: .13em; }.wedge-cards h3 { margin: auto 0 12px; font-size: 22px; font-weight: 580; }.wedge-cards p { margin: 0; color: #66757e; font-size: 13px; }
.value-path { margin-top: 24px; padding: 30px; display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr; align-items: center; border-radius: 18px; color: white; background: var(--ink); }.value-path div { padding: 6px 10px; }.value-path small { display: block; margin-bottom: 8px; color: var(--cyan); font-size: 7px; letter-spacing: .16em; }.value-path strong { font-size: 11px; font-weight: 600; }.value-path i { height: 1px; background: #3d6b7a; position: relative; }.value-path i::after { content: ""; position: absolute; right: 0; top: -2px; border-left: 4px solid var(--cyan); border-top: 2px solid transparent; border-bottom: 2px solid transparent; }

.indication-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }.indication-grid article { min-height: 180px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; }.indication-grid article.active { color: white; background: var(--ink); border-color: var(--ink); }.indication-grid span { color: #4e91aa; font-size: 7px; font-weight: 750; letter-spacing: .13em; }.indication-grid article.active span { color: var(--cyan); }.indication-grid h3 { margin: auto 0 7px; font-size: 21px; font-weight: 560; }.indication-grid p { margin: 0; color: #7b8991; font-size: 11px; }.indication-grid article.active p { color: #8fa5b2; }

.evidence-section { padding: clamp(100px, 12vw, 170px) max(24px, calc((100vw - var(--max)) / 2)); }
.publication-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.publication-grid article { min-height: 300px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.025); }.pub-type { color: var(--cyan); font-size: 8px; letter-spacing: .16em; }.publication-grid h3 { margin: auto 0 10px; font-size: 25px; font-weight: 530; }.publication-grid article > p:not(.pub-type) { color: #8298a6; font-size: 13px; }.publication-grid a { width: max-content; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(99,230,210,.45); color: #d8e8ef; font-size: 11px; }.publication-grid a span { color: var(--cyan); margin-left: 16px; }
.evidence-ladder { margin-top: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; overflow: hidden; }.ladder-head { padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.035); }.ladder-head span { color: var(--cyan); font-size: 8px; letter-spacing: .17em; }.ladder-head p { margin: 0; color: #718897; font-size: 11px; }.evidence-ladder ol { margin: 0; padding: 0; list-style: none; }.evidence-ladder li { padding: 22px 28px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }.evidence-ladder li > span { color: #4c91aa; font-size: 9px; }.evidence-ladder strong { font-size: 13px; }.evidence-ladder li p { margin: 3px 0 0; color: #718897; font-size: 11px; }.evidence-ladder li b { padding: 7px 9px; border-radius: 6px; color: #8aa0ac; background: rgba(255,255,255,.05); font-size: 7px; letter-spacing: .12em; }.evidence-ladder li:nth-child(2) b { color: var(--cyan); background: rgba(99,230,210,.1); }

.company-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 110px); align-items: center; }.company-story h2 { margin-bottom: 28px; }.company-story > p:last-child { max-width: 520px; color: #697780; font-size: 16px; line-height: 1.7; }.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.team-grid article { min-height: 115px; padding: 19px; display: flex; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: white; }.team-grid article > span { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #257a98; background: linear-gradient(145deg,#e5f3f3,#cfe7ec); font-size: 10px; font-weight: 750; }.team-grid h3 { margin: 0 0 4px; font-size: 12px; font-weight: 680; }.team-grid p { margin: 0; color: #839098; font-size: 9px; }

.final-cta { position: relative; padding: clamp(100px, 12vw, 170px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; overflow: hidden; }.cta-orb { position: absolute; left: -25vw; bottom: -44vw; width: 80vw; height: 80vw; border-radius: 50%; border: 1px solid rgba(99,230,210,.1); box-shadow: inset 0 0 150px rgba(54,184,255,.08); }.final-cta h2 { margin-bottom: 27px; }.cta-copy > p:last-child { max-width: 530px; color: #8ba1af; font-size: 17px; }.cta-paths { display: grid; border-top: 1px solid rgba(255,255,255,.12); }.cta-paths button { min-height: 100px; padding: 22px 6px; display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: inherit; background: transparent; text-align: left; cursor: pointer; }.cta-paths button:hover { background: rgba(255,255,255,.025); }.cta-paths span { color: var(--cyan); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }.cta-paths b { font-size: 13px; font-weight: 550; }.cta-paths i { color: var(--cyan); font-style: normal; }

footer { padding: 56px max(24px, calc((100vw - var(--max)) / 2)) 24px; display: grid; grid-template-columns: 1fr auto; gap: 42px; color: #81929d; background: #030a11; }.footer-brand .brand { color: white; }.footer-brand p { margin: 16px 0 0; font-family: Georgia, serif; font-style: italic; color: #8ca3b1; }.footer-links { display: flex; gap: 28px; color: #a6b5be; font-size: 10px; }.footer-legal { grid-column: 1 / 3; max-width: 900px; margin: 20px 0 0; font-size: 9px; line-height: 1.65; }.footer-bottom { grid-column: 1 / 3; padding-top: 20px; display: flex; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }

.contact-dialog { width: min(690px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 22px; background: white; box-shadow: 0 40px 120px rgba(0,0,0,.4); overflow: auto; }.contact-dialog::backdrop { background: rgba(3,10,17,.76); backdrop-filter: blur(8px); }.contact-shell { position: relative; padding: clamp(28px, 6vw, 54px); }.dialog-close { position: absolute; right: 18px; top: 14px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #dce5e7; border-radius: 50%; color: #5d6d76; background: white; font-size: 22px; cursor: pointer; }.contact-shell h2 { margin: 0 0 10px; font-size: 42px; line-height: 1; letter-spacing: -.04em; }.contact-shell > p:not(.eyebrow,.form-status) { color: #718089; font-size: 13px; }.form-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-grid label { display: grid; gap: 7px; }.form-grid label.full { grid-column: 1 / 3; }.form-grid label > span { color: #53646e; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7e1e4; border-radius: 10px; color: var(--ink); background: #f8fafb; outline: none; }.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #56b5c8; box-shadow: 0 0 0 3px rgba(54,184,255,.08); }.consent { margin: 18px 0; display: flex; gap: 10px; align-items: flex-start; color: #718089; font-size: 10px; }.consent input { margin-top: 2px; accent-color: #137f98; }.form-submit { width: 100%; }.form-status { margin: 12px 0 0; color: #277c77; font-size: 11px; text-align: center; }

.reveal { transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.motion-ok .reveal:not(.visible) { opacity: .001; transform: translateY(24px); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 460px; }.hero h1 { font-size: clamp(48px, 6vw, 70px); }
  .architecture { grid-template-columns: 1fr 40px 1fr; row-gap: 20px; }.architecture .arch-arrow:nth-of-type(2) { display: none; }.graph-node { grid-column: 1; }.architecture .arch-arrow:nth-of-type(3) { grid-column: 2; }.workspace-node { grid-column: 3; }
  .device-grid { grid-template-columns: 1fr; }.device-benefits { grid-template-columns: repeat(3,1fr); }.device-benefits article { grid-template-columns: 1fr; }
  .tab-panel { grid-template-columns: 1fr 1fr; gap: 40px; }.flywheel { min-height: 460px; }
}

@media (max-width: 820px) {
  :root { --header-height: 66px; }
  .investigational-bar { justify-content: flex-start; overflow: hidden; white-space: nowrap; }.bar-detail { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }.desktop-nav, .header-cta { display: none; }.menu-button { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: transparent; }.menu-button span { width: 16px; height: 1px; background: white; transition: transform .2s; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 24px 20px 30px; display: grid; gap: 0; background: rgba(6,17,29,.98); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.3); }.mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #c0d0d9; font-size: 14px; }.mobile-nav button { margin-top: 20px; padding: 14px; border: 1px solid var(--cyan); border-radius: 999px; color: var(--cyan); background: transparent; }
  .hero { min-height: auto; padding-top: 84px; grid-template-columns: 1fr; gap: 24px; }.hero-copy { padding-bottom: 0; }.hero h1 { font-size: clamp(48px, 13vw, 70px); }.hero-visual { width: min(620px, 100%); margin: -10px auto 10px; }.hero-disclaimer { position: static; grid-column: 1; margin-top: -30px; }.signal-card { right: 4%; }.device-chip { right: 28%; }
  .thesis-strip { grid-template-columns: 1fr; gap: 11px; padding-top: 26px; padding-bottom: 26px; }.strip-line { width: 100%; }
  .problem-layout, .section-intro.light, .platform-heading, .wedge-heading, .indications-heading, .evidence-heading, .company-section, .final-cta { grid-template-columns: 1fr; gap: 48px; }.section-intro.light .eyebrow { grid-column: auto; }.section-intro.light p:last-child { margin-top: -26px; }
  .device-benefits, .compare-row, .trust-principles, .wedge-cards { grid-template-columns: 1fr; }.device-benefits article { grid-template-columns: 54px 1fr; }.compare-card { min-height: 300px; }
  .architecture { grid-template-columns: 1fr; }.architecture .arch-node { grid-column: 1; }.arch-arrow { min-height: 48px; grid-column: 1 !important; transform: rotate(90deg); }.architecture .arch-arrow:nth-of-type(2) { display: flex; }.arch-arrow span { display: none; }.arch-arrow::before { width: 48px; }
  .tab-panel { grid-template-columns: 1fr; }.audience-copy { max-width: 570px; }.patient-ui, .provider-ui, .flywheel { width: min(560px, 100%); margin: 0 auto; }.provider-ui { min-height: auto; }.flywheel { min-height: 520px; }
  .value-path { grid-template-columns: 1fr; }.value-path i { width: 1px; height: 26px; margin-left: 15px; }.value-path i::after { right: -2px; top: auto; bottom: 0; transform: rotate(90deg); }
  .indication-grid { grid-template-columns: repeat(2,1fr); }.publication-grid { grid-template-columns: 1fr; }.team-grid { max-width: 720px; }
  .final-cta { gap: 36px; }.cta-paths button { grid-template-columns: 100px 1fr auto; }
}

@media (max-width: 560px) {
  .problem, .audience-section, .indications, .company-section, .device-section, .platform-section, .wedge-section, .evidence-section, .final-cta { padding-left: 18px; padding-right: 18px; }
  .hero { padding-left: 18px; padding-right: 18px; }.hero h1 { font-size: 48px; }.hero-lede { font-size: 16px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-proof { gap: 7px 15px; }.hero-visual { margin-top: 8px; }.signal-card { width: 60%; bottom: 5%; }.orbit span { display: none; }
  .section-intro { margin-bottom: 48px; }.section-intro h2, .platform-heading h2, .wedge-heading h2, .indications-heading h2, .evidence-heading h2, .company-story h2, .final-cta h2 { font-size: 40px; }
  .snapshot-panel { min-height: 420px; padding: 22px; }.timeline-labels span:nth-child(2) { display: none; }.snapshot-line { margin-top: 35px; }.blind-zone { padding: 20px; }
  .anatomy-card { padding: 20px; }.anatomy-title { display: grid; }.anatomy-stage { height: 390px; }.implant { left: 12%; width: 165px; }.brain-layer { top: 226px; }
  .device-benefits article { grid-template-columns: 46px 1fr; padding: 22px 18px; }.benefit-icon { width: 42px; height: 42px; }
  .tab-list { overflow-x: auto; grid-template-columns: repeat(3, minmax(115px,1fr)); }.tab-panel { min-height: auto; padding: 28px 20px 36px; }.audience-copy h3 { font-size: 37px; }.patient-ui { min-height: 540px; }.patient-row { grid-template-columns: 34px 1fr; }.patient-row b { grid-column: 2; }.flywheel { min-height: 385px; }.flywheel-center { width: 140px; height: 140px; }.flywheel-item { width: 108px; padding: 9px; }.f1{left:2%;top:16%}.f2{right:2%;top:17%}.f3{right:3%;bottom:15%}.f4{left:2%;bottom:16%}
  .indication-grid, .team-grid { grid-template-columns: 1fr; }.indication-grid article { min-height: 145px; }
  .ladder-head { display: grid; gap: 8px; }.evidence-ladder li { grid-template-columns: 34px 1fr; }.evidence-ladder li b { grid-column: 2; width: max-content; margin-top: 8px; }
  .cta-paths button { min-height: 112px; grid-template-columns: 1fr auto; }.cta-paths span { grid-column: 1; }.cta-paths b { grid-column: 1; }.cta-paths i { grid-column: 2; grid-row: 1 / 3; }
  footer { grid-template-columns: 1fr; }.footer-links { grid-row: 2; flex-wrap: wrap; }.footer-legal, .footer-bottom { grid-column: 1; }.footer-bottom { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: 1; }.contact-shell h2 { font-size: 36px; }
}

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