@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --lime: #cafe40;
  --teal: #2fb8c0;
  --blue: #1674c9;
  --navy: #071e5c;
  --deep: #020713;
  --paper: #f4f3ed;
  --white: #fffef9;
  --ink: #06102f;
  --muted: #5d6474;
  --line: rgba(7, 30, 92, 0.17);
  --line-dark: rgba(255, 255, 255, 0.17);
  --record: #da5b3e;
  --sans: "Instrument Sans", sans-serif;
  --serif: "Instrument Serif", serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.shell { width: min(100% - 64px, 1240px); margin-inline: auto; }
.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; top: -70px; left: 16px; z-index: 300; padding: 12px 16px; background: var(--lime); color: var(--deep); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 200; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(2, 7, 19, .86); border-color: rgba(255, 255, 255, .12); backdrop-filter: blur(18px); }
.nav-shell { width: min(100% - 64px, 1240px); height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img, .footer-brand img { width: 150px; height: auto; }
.brand span, .footer-brand span { padding-left: 13px; border-left: 1px solid rgba(255, 255, 255, .25); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; font-size: 12px; color: rgba(255, 255, 255, .7); }
.site-nav a, .quiet-link, .footer-links a { transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .footer-links a:hover { color: var(--lime); }
.nav-cta { display: inline-flex; align-items: center; gap: 16px; padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .28); font-size: 12px; }
.nav-cta:hover { border-color: var(--lime); color: var(--lime); }
.nav-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: none; }
.nav-toggle i { display: block; width: 22px; height: 1px; margin: 6px; background: currentColor; }

.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 600; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--deep); box-shadow: 0 14px 40px rgba(202, 254, 64, .14); }
.button-lime:hover { background: #d7ff69; box-shadow: 0 18px 48px rgba(202, 254, 64, .22); }
.button-navy { background: var(--navy); color: #fff; }

.hero { position: relative; min-height: 1250px; padding: 170px 0 70px; overflow: hidden; background: var(--deep); color: #fff; }
.hero::before { content: ""; position: absolute; inset: -160px -15% auto 35%; height: 700px; background: radial-gradient(ellipse, rgba(22, 116, 201, .35), rgba(7, 30, 92, .09) 45%, transparent 72%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; top: 240px; right: -170px; border: 1px solid rgba(202, 254, 64, .18); border-radius: 50%; box-shadow: 0 0 0 62px rgba(47, 184, 192, .035), 0 0 0 124px rgba(22, 116, 201, .025); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 790px; }
.micro-label, .section-index { margin: 0 0 27px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.micro-label { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .56); }
.micro-label span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(202, 254, 64, .1); }
.hero h1 { max-width: 800px; margin: 0; font: 600 clamp(62px, 7vw, 108px)/.86 var(--sans); letter-spacing: -.075em; }
.hero h1 em { display: block; color: var(--lime); font: italic 400 1.1em/.9 var(--serif); letter-spacing: -.045em; }
.hero-lede { max-width: 660px; margin: 36px 0 0; color: rgba(255, 255, 255, .68); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; letter-spacing: -.015em; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.quiet-link { color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 600; }
.quiet-link:hover { color: var(--lime); }
.requirements { margin: 17px 0 0; color: rgba(255, 255, 255, .36); font-size: 10px; letter-spacing: .05em; }

.hero-signal { position: relative; height: 430px; display: grid; place-items: center; }
.signal-bars { position: relative; z-index: 2; height: 290px; display: flex; align-items: center; gap: 8px; filter: drop-shadow(0 22px 48px rgba(22, 116, 201, .34)); }
.signal-bars i { display: block; width: 27px; height: 16%; border-radius: 50%; background: linear-gradient(180deg, var(--lime), var(--teal) 48%, var(--blue) 78%, var(--navy)); animation: pulse 2.8s ease-in-out infinite; }
.signal-bars i:nth-child(2), .signal-bars i:nth-child(6) { height: 31%; animation-delay: -.25s; }
.signal-bars i:nth-child(3), .signal-bars i:nth-child(5) { height: 58%; animation-delay: -.5s; }
.signal-bars i:nth-child(4) { height: 100%; animation-delay: -.75s; }
.signal-bars i:nth-child(7) { height: 10%; animation-delay: -1s; }
.signal-orbit { position: absolute; border: 1px solid rgba(47, 184, 192, .17); border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 440px; height: 440px; border-color: rgba(22, 116, 201, .12); }
.signal-caption { position: absolute; left: 50%; bottom: 34px; min-width: 190px; padding-top: 10px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .17); color: rgba(255, 255, 255, .52); font-size: 10px; transform: translateX(-50%); }
.signal-caption span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--record); }
.signal-caption b { color: #fff; font-weight: 400; font-variant-numeric: tabular-nums; }
@keyframes pulse { 0%, 100% { transform: scaleY(.78); opacity: .82; } 50% { transform: scaleY(1); opacity: 1; } }

.product-canvas { position: relative; z-index: 4; margin-top: 100px; }
.meeting-nudge { position: absolute; z-index: 5; top: -34px; right: 42px; width: min(620px, 70%); min-height: 72px; padding: 11px 12px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .96); color: var(--ink); box-shadow: 0 22px 70px rgba(0, 0, 0, .3); }
.nudge-mark { width: 42px; height: 42px; flex: 0 0 42px; display: flex; align-items: center; justify-content: center; gap: 2px; background: var(--deep); }
.nudge-mark span { width: 4px; border-radius: 50%; background: linear-gradient(var(--lime), var(--blue)); }
.nudge-mark span:first-child { height: 11px; }.nudge-mark span:nth-child(2) { height: 23px; }.nudge-mark span:last-child { height: 31px; }
.meeting-nudge > div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }
.meeting-nudge small { color: var(--blue); font-size: 7px; font-weight: 600; letter-spacing: .13em; }
.meeting-nudge strong { font-size: 11px; }
.meeting-nudge div span { color: #747989; font-size: 8px; }
.meeting-nudge button { margin-left: auto; padding: 7px 9px; border: 0; background: transparent; color: #717787; font-size: 8px; }
.meeting-nudge .nudge-record { margin-left: 0; background: var(--navy); color: #fff; }
.app-window { height: 660px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .23); border-radius: 13px 13px 3px 3px; background: #f8f8f4; color: #111a31; box-shadow: 0 70px 140px rgba(0, 0, 0, .55); }
.window-bar { height: 45px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedfdf; background: #f4f4ef; color: #777d87; font-size: 9px; }
.traffic { display: flex; gap: 7px; }.traffic i { width: 9px; height: 9px; border-radius: 50%; background: #d1d2d0; }.traffic i:first-child { background: #ef7967; }.traffic i:nth-child(2) { background: #e7bb58; }.traffic i:nth-child(3) { background: #74c674; }
.window-bar kbd { padding: 3px 6px; border: 1px solid #d3d5d5; border-radius: 4px; background: #fafaf7; font: 8px var(--sans); }
.app-body { height: calc(100% - 45px); display: flex; }
.app-sidebar { position: relative; width: 205px; flex: 0 0 205px; padding: 20px 15px; border-right: 1px solid #dddedb; background: #edece7; }
.app-brand { padding: 0 7px 21px; display: flex; align-items: center; gap: 9px; font: 400 15px var(--serif); }.app-brand img { border-radius: 6px; }
.side-links { display: flex; flex-direction: column; gap: 3px; color: #565d6c; font-size: 10px; }
.side-links span { padding: 8px 9px; display: flex; align-items: center; gap: 10px; border-radius: 6px; }.side-links i { width: 13px; color: #7c8290; text-align: center; font-style: normal; }.side-links .active { background: #d9d9d4; color: #11192b; font-weight: 600; }
.app-sidebar > p { margin: 26px 9px 9px; color: #999da5; font-size: 7px; font-weight: 600; letter-spacing: .13em; }.side-links.quiet { color: #787e89; }
.local-user { position: absolute; left: 16px; right: 16px; bottom: 15px; padding: 10px 6px 0; display: flex; align-items: center; gap: 9px; border-top: 1px solid #d7d8d4; }
.local-user > b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #d0d7dc; color: var(--navy); font-size: 8px; }.local-user > span { display: flex; flex-direction: column; }.local-user strong { font-size: 9px; }.local-user small { color: #878c95; font-size: 7px; }
.app-main { position: relative; flex: 1; padding: 42px clamp(32px, 6vw, 92px); overflow: hidden; background: #fafaf6; }
.app-heading { display: flex; justify-content: space-between; align-items: end; }.app-heading small { color: #989ca4; font-size: 7px; letter-spacing: .09em; }.app-heading h2 { margin: 7px 0 0; font: 400 33px/1 var(--serif); }.app-heading button { border: 0; background: none; color: #9a9da3; }
.next-meeting { margin-top: 27px; min-height: 86px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border-top: 1px solid #dfe0dd; border-bottom: 1px solid #dfe0dd; }
.next-meeting time { width: 47px; display: flex; flex-direction: column; gap: 3px; }.next-meeting time b { font-size: 10px; }.next-meeting time span { color: #9a9da5; font-size: 7px; }.event-line { width: 3px; height: 41px; background: var(--teal); }.event-copy { display: flex; flex-direction: column; gap: 4px; }.event-copy strong { font-size: 11px; }.event-copy span { color: #8c919b; font-size: 8px; }.event-status { margin-left: auto; padding: 5px 8px; background: rgba(47, 184, 192, .12); color: #187983; font-size: 7px; font-weight: 600; }
.recent-title { margin: 39px 3px 8px; display: flex; align-items: baseline; justify-content: space-between; }.recent-title h3 { margin: 0; font: 400 21px var(--serif); }.recent-title span { color: #999da5; font-size: 8px; }
.meeting-row { min-height: 64px; padding: 10px 5px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e1e2df; }.meeting-icon { width: 31px; height: 31px; display: grid; place-items: center; background: rgba(202, 254, 64, .28); color: #566f07; font-size: 11px; }.meeting-icon.teal { background: rgba(47, 184, 192, .15); color: #197c84; }.meeting-icon.blue { background: rgba(22, 116, 201, .13); color: var(--blue); }.meeting-row > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }.meeting-row strong { font-size: 10px; }.meeting-row div span, .meeting-row time { color: #9599a2; font-size: 7.5px; }.meeting-row time { margin-left: auto; }
.floating-recorder { position: absolute; left: 50%; bottom: 22px; padding: 10px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #272d39; border-radius: 50px; background: #121827; color: #fff; box-shadow: 0 13px 36px rgba(7, 16, 39, .28); font-size: 9px; transform: translateX(-50%); }.floating-recorder > i { width: 7px; height: 7px; border-radius: 50%; background: var(--record); }.floating-recorder kbd { color: #8e94a0; font: 7px var(--sans); }
.principles { position: relative; z-index: 3; padding-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); color: rgba(255, 255, 255, .5); }
.principles p { margin: 0; padding: 17px 22px; border-top: 1px solid rgba(255, 255, 255, .16); border-right: 1px solid rgba(255, 255, 255, .16); font: 400 13px var(--serif); }.principles p:last-child { border-right: 0; }.principles b { margin-right: 12px; color: var(--lime); font: 600 8px var(--sans); }

.experience { padding: 150px 0 160px; background: var(--paper); }
.experience-intro { display: grid; grid-template-columns: .55fr 1.5fr .72fr; gap: 45px; align-items: start; }
.section-index { color: var(--blue); }.section-index.light { color: var(--lime); }
.experience h2, .capability-heading h2, .install-heading h2, .faq-heading h2 { margin: 0; font: 600 clamp(50px, 6vw, 84px)/.91 var(--sans); letter-spacing: -.065em; }
.experience h2 em { display: block; color: var(--blue); font: italic 400 1.04em var(--serif); letter-spacing: -.04em; }
.experience-intro > p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.phases { margin-top: 100px; }
.phase { min-height: 360px; padding: 48px 0; display: grid; grid-template-columns: 85px .88fr 1.12fr; gap: 40px; align-items: center; border-top: 1px solid var(--line); }
.phase:last-child { border-bottom: 1px solid var(--line); }
.phase-number { align-self: start; color: var(--blue); font-size: 10px; font-weight: 600; }
.phase-copy p { margin: 0 0 17px; color: var(--blue); font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.phase-copy h3 { max-width: 440px; margin: 0; font: 400 clamp(34px, 3.6vw, 50px)/1 var(--serif); letter-spacing: -.035em; }
.phase-copy > span { display: block; max-width: 440px; margin-top: 19px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.phase-dark { position: relative; width: calc(100% + 64px); margin-left: -32px; padding: 48px 32px; border: 0; background: var(--navy); color: #fff; }
.phase-dark .phase-number, .phase-dark .phase-copy p { color: var(--lime); }.phase-dark .phase-copy > span { color: rgba(255, 255, 255, .58); }
.phase-art { min-height: 230px; position: relative; overflow: hidden; background: #ebece7; }
.phase-calendar { display: flex; align-items: stretch; padding: 34px; background: #fff; border: 1px solid var(--line); }
.calendar-date { width: 110px; padding-right: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }.calendar-date span { color: var(--blue); font-size: 9px; font-weight: 600; letter-spacing: .14em; }.calendar-date b { margin-top: 7px; font: 400 60px/.9 var(--serif); }
.calendar-events { flex: 1; padding: 22px 0 22px 30px; display: grid; grid-template-columns: 5px 1fr; gap: 25px 14px; align-content: center; }.calendar-events > i { width: 4px; height: 41px; background: var(--teal); }.calendar-events > div { display: flex; flex-direction: column; gap: 6px; }.calendar-events small { color: #9095a0; font-size: 8px; }.calendar-events strong { font-size: 11px; }
.phase-wave { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--deep); }.phase-wave span { width: 15px; height: 18%; border-radius: 50%; background: linear-gradient(180deg, var(--lime), var(--teal), var(--blue)); }.phase-wave span:nth-child(2), .phase-wave span:nth-child(8) { height: 35%; }.phase-wave span:nth-child(3), .phase-wave span:nth-child(7) { height: 58%; }.phase-wave span:nth-child(4), .phase-wave span:nth-child(6) { height: 82%; }.phase-wave span:nth-child(5) { height: 100%; }.phase-wave b { position: absolute; right: 22px; bottom: 18px; color: rgba(255, 255, 255, .55); font-size: 9px; font-weight: 400; }
.phase-notes { padding: 36px 39px; border: 1px solid var(--line); background: #fff; }.phase-notes > strong { font: 400 22px var(--serif); }.phase-notes p { margin: 20px 0 0; padding-top: 15px; display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--line); color: #4f586d; font-size: 10px; }.phase-notes p i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: #16878f; font-style: normal; }.phase-notes p b { margin-left: auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e6e8e8; color: var(--navy); font-size: 7px; }

.memory-section { padding: 160px 0; overflow: hidden; background: var(--deep); color: #fff; }
.memory-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.memory-copy h2 { margin: 0; font: 400 clamp(48px, 5vw, 70px)/.98 var(--serif); letter-spacing: -.04em; }
.memory-copy > p:not(.section-index) { max-width: 520px; margin: 30px 0 0; color: rgba(255, 255, 255, .56); font-size: 15px; line-height: 1.65; }
.feature-ledger { list-style: none; margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line-dark); }
.feature-ledger li { padding: 16px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line-dark); font-size: 11px; }.feature-ledger span { color: #fff; }.feature-ledger b { color: rgba(255, 255, 255, .42); font-weight: 400; text-align: right; }
.note-document { position: relative; min-height: 680px; padding: 28px 42px 92px; background: #fbfbf7; color: var(--ink); box-shadow: 0 50px 120px rgba(0, 0, 0, .38); transform: rotate(1deg); }
.doc-top { display: flex; justify-content: space-between; color: #8f94a0; font-size: 9px; }.doc-meta { margin: 50px 0 10px; color: var(--blue); font-size: 8px; font-weight: 600; letter-spacing: .1em; }.note-document h3 { margin: 0; font: 400 40px/1 var(--serif); letter-spacing: -.03em; }.people { margin: 20px 0 28px; display: flex; align-items: center; }.people > span { width: 26px; height: 26px; margin-right: -5px; display: grid; place-items: center; border: 2px solid #fbfbf7; border-radius: 50%; background: #dbe0e1; color: var(--navy); font-size: 7px; font-weight: 600; }.people small { margin-left: 12px; color: #8c919c; font-size: 8px; }.doc-tabs { padding-bottom: 10px; display: flex; gap: 23px; border-bottom: 1px solid var(--line); color: #9095a0; font-size: 8px; }.doc-tabs b { color: var(--ink); }.note-document section { margin-top: 28px; }.note-document h4 { margin: 0 0 10px; font: 400 20px var(--serif); }.note-document section p { margin: 8px 0; color: #5e6575; font-size: 10px; line-height: 1.62; }.note-document section p i { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; border: 1px solid #dce0e3; border-radius: 50%; color: var(--blue); font-size: 7px; font-style: normal; }.audio-player { position: absolute; left: 25px; right: 25px; bottom: 22px; height: 46px; padding: 0 13px; display: flex; align-items: center; gap: 12px; border: 1px solid #dfe1e1; background: #fff; }.audio-player button { width: 26px; height: 26px; border: 0; border-radius: 50%; background: var(--navy); color: #fff; font-size: 7px; }.audio-player > div { flex: 1; height: 2px; background: #e2e3e3; }.audio-player > div i { display: block; width: 41%; height: 100%; background: var(--teal); }.audio-player time { color: #858a94; font-size: 7px; }

.privacy { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; background: #030915; color: #fff; }
.privacy-texture { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 7, 19, .28), rgba(2, 7, 19, .8)), url("/assets/auttopilot-texture.jpg") center/cover no-repeat; opacity: .72; }
.privacy::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 7, 19, .1), rgba(2, 7, 19, .72)); }
.privacy-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.privacy-heading h2 { max-width: 600px; margin: 0; font: 600 clamp(58px, 6.5vw, 90px)/.89 var(--sans); letter-spacing: -.07em; }
.privacy-statement > p { margin: 0; font: 400 clamp(25px, 3vw, 39px)/1.13 var(--serif); letter-spacing: -.025em; }.privacy-statement strong { color: var(--lime); font-weight: 400; }.privacy-statement code { padding: 2px 5px; background: rgba(255, 255, 255, .1); color: #fff; font-size: .5em; }
.privacy-facts { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .3); }.privacy-facts span { padding: 20px 12px 0 0; display: flex; flex-direction: column; color: rgba(255, 255, 255, .57); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.privacy-facts b { margin-bottom: 4px; color: #fff; font: 400 40px var(--serif); letter-spacing: -.03em; }

.capabilities { padding: 155px 0 165px; background: var(--paper); }
.capability-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 45px; }
.capability-heading h2 { max-width: 900px; }
.capability-list { margin-top: 100px; border-top: 1px solid var(--line); }
.capability-list article { min-height: 132px; padding: 27px 0; display: grid; grid-template-columns: 85px .85fr 1.15fr; gap: 40px; align-items: start; border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--blue); font-size: 9px; font-weight: 600; }.capability-list h3 { margin: 0; font: 400 28px/1 var(--serif); letter-spacing: -.02em; }.capability-list p { max-width: 590px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.install { padding: 135px 0; background: var(--lime); }
.install-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 130px; }
.install-heading .section-index { color: var(--navy); }.install-heading h2 { max-width: 680px; }.install-heading .button { margin-top: 38px; }
.install-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(7, 30, 92, .27); }
.install-list li { padding: 25px 0; display: grid; grid-template-columns: 45px 1fr; gap: 12px; border-bottom: 1px solid rgba(7, 30, 92, .27); }.install-list li > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(7, 30, 92, .4); border-radius: 50%; color: var(--navy); font-size: 9px; font-weight: 600; }.install-list strong { font: 400 22px var(--serif); }.install-list p { margin: 7px 0 0; color: rgba(7, 30, 92, .7); font-size: 12px; line-height: 1.55; }

.faq { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .68fr 1.32fr; gap: 110px; }
.faq-heading h2 { font-size: clamp(52px, 5vw, 74px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 400 21px var(--serif); }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font: 400 23px var(--sans); transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 670px; margin: -4px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.closing { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; background: var(--deep); color: #fff; text-align: center; }
.closing-texture { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 7, 19, .48), rgba(2, 7, 19, .78)), url("/assets/auttopilot-texture.jpg") center/cover no-repeat; opacity: .67; }
.closing-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }.closing-inner img { width: 92px; border-radius: 50%; box-shadow: 0 20px 65px rgba(0, 0, 0, .4); }.closing-inner > p { margin: 28px 0; color: rgba(255, 255, 255, .56); font-size: 9px; font-weight: 600; letter-spacing: .19em; }.closing h2 { margin: 0 0 38px; font: 600 clamp(64px, 8vw, 110px)/.83 var(--sans); letter-spacing: -.075em; }.closing h2 em { display: block; color: var(--lime); font: italic 400 1em var(--serif); letter-spacing: -.04em; }
.site-footer { padding: 52px 0; background: var(--deep); color: #fff; border-top: 1px solid rgba(255, 255, 255, .12); }.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 35px; align-items: start; }.footer-brand img { width: 150px; }.footer-brand span { color: rgba(255, 255, 255, .55); }.site-footer p { margin: 0; color: rgba(255, 255, 255, .6); font: 400 15px/1.45 var(--serif); }.footer-links { display: flex; gap: 23px; color: rgba(255, 255, 255, .62); font-size: 11px; }.site-footer small { color: rgba(255, 255, 255, .35); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .shell, .nav-shell { width: min(100% - 40px, 1240px); }
  .site-nav { display: none; position: absolute; top: 69px; left: 20px; right: 20px; padding: 22px; flex-direction: column; align-items: flex-start; gap: 20px; border: 1px solid rgba(255, 255, 255, .15); background: rgba(2, 7, 19, .97); box-shadow: 0 24px 55px rgba(0, 0, 0, .35); }.site-nav.open { display: flex; }.nav-toggle { display: block; }.nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 145px; }.hero-grid { grid-template-columns: 1fr; gap: 20px; }.hero-signal { position: absolute; top: 0; right: -100px; width: 420px; opacity: .3; }.hero-copy { position: relative; z-index: 3; }.product-canvas { margin-top: 100px; }.app-window { height: 570px; }.app-sidebar { width: 175px; flex-basis: 175px; }.app-main { padding: 38px 32px; }.principles { grid-template-columns: 1fr 1fr; }.principles p:nth-child(2) { border-right: 0; }
  .experience-intro { grid-template-columns: 1fr; gap: 24px; }.experience-intro > p:last-child { max-width: 620px; }.phase { grid-template-columns: 55px 1fr; }.phase-art { grid-column: 2; }.phase-dark { width: calc(100% + 40px); margin-left: -20px; padding-inline: 20px; }
  .memory-layout { grid-template-columns: 1fr; gap: 80px; }.memory-copy { max-width: 740px; }.note-document { width: min(100%, 700px); margin-inline: auto; transform: none; }
  .privacy-grid { grid-template-columns: 1fr; gap: 65px; }.privacy-statement { max-width: 700px; }.capability-heading { grid-template-columns: 1fr; }.capability-list article { grid-template-columns: 55px .8fr 1.2fr; }.install-grid { grid-template-columns: 1fr; gap: 75px; }.faq { grid-template-columns: 1fr; gap: 65px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell, .nav-shell { width: min(100% - 32px, 1240px); }.nav-shell { height: 70px; }.brand img { width: 126px; }.brand span { font-size: 9px; }
  .hero { padding-top: 124px; }.hero h1 { font-size: clamp(53px, 16vw, 76px); }.hero-lede { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.button { width: 100%; }.hero-signal { right: -180px; }.product-canvas { width: 100%; margin-top: 92px; }.meeting-nudge { top: -46px; right: 16px; width: calc(100% - 32px); }.meeting-nudge button:first-of-type { display: none; }.app-window { width: 760px; height: 530px; margin-left: -116px; transform: scale(.82); transform-origin: top left; }.product-canvas { height: 440px; overflow: hidden; }.principles { grid-template-columns: 1fr; padding-top: 0; }.principles p { border-right: 0; }
  .experience, .capabilities { padding: 105px 0; }.experience h2, .capability-heading h2, .install-heading h2 { font-size: 52px; }.phases { margin-top: 65px; }.phase { padding: 38px 0; grid-template-columns: 1fr; gap: 24px; }.phase-number { display: none; }.phase-art { grid-column: 1; min-height: 205px; }.phase-dark { width: calc(100% + 32px); margin-left: -16px; padding: 38px 16px; }.phase-copy h3 { font-size: 38px; }
  .memory-section { padding: 105px 0; }.memory-copy h2 { font-size: 51px; }.feature-ledger li { flex-direction: column; gap: 4px; }.feature-ledger b { text-align: left; }.note-document { min-height: 635px; padding: 24px 22px 85px; }.note-document h3 { font-size: 34px; }.doc-tabs { gap: 14px; overflow: hidden; }
  .privacy { min-height: 760px; padding: 100px 0; }.privacy-heading h2 { font-size: 58px; }.privacy-statement > p { font-size: 30px; }.privacy-facts { grid-template-columns: 1fr; }.privacy-facts span { padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, .2); }.privacy-facts b { font-size: 30px; }
  .capability-list { margin-top: 65px; }.capability-list article { grid-template-columns: 38px 1fr; gap: 13px; }.capability-list p { grid-column: 2; }.capability-list h3 { font-size: 25px; }
  .install { padding: 100px 0; }.faq { padding-top: 105px; padding-bottom: 105px; }.faq-heading h2 { font-size: 54px; }.faq-list summary { font-size: 19px; }.closing { min-height: 650px; }.closing h2 { font-size: 65px; }.closing-inner img { width: 76px; }.footer-grid { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }
}

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