:root {
  --night: #071b2d;
  --night-2: #0b263d;
  --navy: #12395a;
  --blue: #2ca8df;
  --aqua: #52d5cc;
  --gold: #e9a23b;
  --gold-soft: #ffc86b;
  --cream: #f7f2e8;
  --paper: #fffdf7;
  --ink: #0c2840;
  --muted: #607181;
  --line: rgba(12, 40, 64, .14);
  --line-dark: rgba(255, 255, 255, .14);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1200px;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.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: 999; left: 16px; top: -80px; padding: 10px 16px; background: white; color: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(247, 242, 232, .92); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(12, 40, 64, .1); }
.nav-shell { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 9px; position: relative; z-index: 2; text-decoration: none; }
.brand img, .footer-brand img { width: 31px; height: 31px; object-fit: contain; }
.brand > span, .footer-brand > span { color: white; font-size: 1.32rem; font-weight: 380; letter-spacing: -.045em; }
.brand strong, .footer-brand strong { font-weight: 800; }
.brand small, .footer-brand small { margin-left: 1px; color: var(--blue); font-size: .58em; font-weight: 750; letter-spacing: 0; }
.site-header.scrolled .brand > span { color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; color: rgba(255, 255, 255, .78); transition: color .2s; }
.site-header.scrolled .site-nav a { color: var(--navy); }
.site-nav a:hover { color: white; }
.site-header.scrolled .site-nav a:hover { color: var(--blue); }
.site-nav .nav-cta { padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; }
.site-header.scrolled .site-nav .nav-cta { border-color: var(--line); }
.menu-toggle { display: none; border: 0; padding: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; transition: .2s; }
.site-header.scrolled .menu-toggle span:not(.sr-only) { background: var(--ink); }

.journey-splash { position: relative; overflow: hidden; color: white; background: #070d1f; transition: max-height .55s ease; }
.journey-splash-frame { height: 100svh; min-height: 660px; transition: height .55s ease, opacity .35s ease; }
.journey-splash-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #070d1f; }
.journey-splash-control { position: absolute; z-index: 4; top: 102px; left: 50%; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(127,163,255,.42); border-radius: 10px; padding: 10px 11px 10px 15px; background: rgba(7,13,31,.82); box-shadow: 0 14px 42px rgba(0,0,0,.28); backdrop-filter: blur(16px); transform: translateX(-50%); }
.journey-splash-control > div { display: grid; }
.journey-splash-control > div span { color: #7fa3ff; font-size: .48rem; font-weight: 850; letter-spacing: .16em; }
.journey-splash-control > div strong { color: rgba(228,236,255,.78); font-size: .65rem; font-weight: 650; }
.journey-splash-control button { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; overflow: hidden; border: 1px solid rgba(127,163,255,.45); border-radius: 13px; padding: 0; color: white; background: rgba(59,108,240,.16); cursor: pointer; }
.journey-splash-control button:hover { border-color: #7fa3ff; background: rgba(59,108,240,.26); }
.journey-splash-control button:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.journey-splash-control button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.journey-splash-control button:hover img { filter: brightness(1.1); transform: scale(1.04); }
.journey-splash.collapsed { height: 154px; }
.journey-splash.collapsed .journey-splash-frame { height: 0; min-height: 0; opacity: 0; visibility: hidden; }
.journey-splash.collapsed .journey-splash-control { inset: 88px 0 0; justify-content: space-between; border: 0; border-radius: 0; padding-inline: max(24px, calc((100% - var(--shell)) / 2)); background: #0b1430; box-shadow: none; transform: none; }
.journey-splash.collapsed .journey-splash-control button img { transform: rotate(180deg); }
.journey-splash:not(.collapsed) ~ .voice-launcher { opacity: 0; visibility: hidden; pointer-events: none; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: white; background: var(--night); padding: 170px 0 110px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -300px; top: -100px; border: 1px solid rgba(82,213,204,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(82,213,204,.025), 0 0 0 140px rgba(82,213,204,.02); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; left: -180px; top: 220px; background: rgba(44,168,223,.16); }
.hero-glow-two { width: 300px; height: 300px; right: 20%; bottom: -130px; background: rgba(233,162,59,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--aqua); }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.1rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.hero h1 em, .section-heading h2 em, .contact h2 em { color: var(--gold-soft); font-weight: 400; }
.hero-lede { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 23px; border: 0; border-radius: 8px; text-decoration: none; font-size: .88rem; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.button-primary { color: var(--night); background: var(--gold-soft); box-shadow: 0 14px 34px rgba(233, 162, 59, .18); }
.button-primary:hover { background: #ffd58b; box-shadow: 0 18px 42px rgba(233, 162, 59, .24); }
.text-link { display: inline-flex; gap: 13px; align-items: center; color: rgba(255,255,255,.85); font-size: .87rem; font-weight: 750; text-underline-offset: 5px; }
.text-link span { color: var(--aqua); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.55); font-size: .74rem; font-weight: 700; letter-spacing: .03em; }
.trust-list span { color: var(--aqua); margin-right: 5px; }

.signal-console { position: relative; padding: 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 35px 90px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.signal-console::before { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(255,255,255,.045); border-radius: 16px; }
.console-top, .console-foot { position: relative; display: flex; align-items: center; justify-content: space-between; }
.console-top { padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.11); }
.console-brand { display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 800; letter-spacing: .05em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(82,213,204,.09); animation: pulse 2.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(82,213,204,0); } }
.console-state { color: var(--aqua); font: 700 .62rem/1 var(--sans); letter-spacing: .14em; }
.console-query { padding: 25px 4px 20px; }
.query-label { color: rgba(255,255,255,.35); font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.console-query p { min-height: 60px; margin: 8px 0 0; font-family: var(--display); font-size: 1.4rem; line-height: 1.38; }
.route-map { position: relative; display: grid; gap: 9px; }
.route-line { position: absolute; z-index: -1; left: 24px; top: 35px; bottom: 35px; width: 1px; background: rgba(255,255,255,.13); }
.route-line span { display: block; height: 65%; background: linear-gradient(var(--aqua), var(--gold)); animation: route 2.5s ease both; }
@keyframes route { from { height: 0; } }
.route-step { display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; min-height: 72px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(3, 18, 31, .45); }
.step-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--aqua); background: rgba(82,213,204,.1); font-size: .65rem; font-weight: 800; }
.route-step.pending .step-icon { color: var(--gold-soft); background: rgba(233,162,59,.1); }
.route-step div span { display: block; color: rgba(255,255,255,.38); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.route-step div strong { display: block; margin-top: 1px; font-size: .77rem; font-weight: 650; }
.route-step small { color: var(--aqua); font-size: .52rem; font-weight: 800; letter-spacing: .12em; }
.route-step.pending small { color: var(--gold-soft); }
.console-foot { margin-top: 15px; color: rgba(255,255,255,.4); font-size: .57rem; }
.console-foot > span { display: flex; align-items: center; gap: 7px; }
.console-foot i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); }
.console-foot button { border: 0; padding: 7px; color: rgba(255,255,255,.68); background: transparent; font-size: .61rem; cursor: pointer; }
.console-foot button:hover { color: white; }
.journey-engine { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.045); box-shadow: 0 35px 90px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.journey-engine::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background: radial-gradient(circle at 50% 45%, rgba(44,168,223,.12), transparent 52%); }
.journey-head, .journey-foot { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.journey-head { padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.09); }
.journey-head > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .55rem; font-weight: 850; letter-spacing: .14em; }
.journey-head > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px rgba(82,213,204,.8); }
.journey-head small { color: rgba(255,255,255,.28); font-size: .47rem; font-weight: 800; letter-spacing: .12em; }
.journey-canvas-wrap { position: relative; }
#journey-canvas { display: block; width: 100%; aspect-ratio: 1.22 / 1; cursor: grab; touch-action: none; }
#journey-canvas:active { cursor: grabbing; }
.genie-card { position: absolute; z-index: 3; left: 18px; top: 18px; width: min(220px, 48%); border: 1px solid var(--genie-color, rgba(82,213,204,.4)); border-radius: 13px; padding: 12px 14px; background: rgba(4,19,31,.82); box-shadow: 0 16px 38px rgba(0,0,0,.25); backdrop-filter: blur(12px); transition: border-color .3s, opacity .3s, transform .3s; }
.genie-card-code { display: block; color: var(--genie-color, var(--aqua)); font-size: .46rem; font-weight: 850; letter-spacing: .14em; }
.genie-card strong { display: block; margin-top: 5px; font: 400 .95rem/1.25 var(--display); }
.genie-card p { margin: 3px 0 0; color: rgba(255,255,255,.47); font-size: .56rem; line-height: 1.45; }
.journey-arrival { position: absolute; z-index: 3; left: 50%; bottom: 21px; display: grid; min-width: 210px; padding: 10px 18px; border: 1px solid rgba(255,200,107,.4); border-radius: 999px; background: rgba(4,19,31,.82); text-align: center; transform: translate(-50%, 15px); opacity: 0; transition: opacity .5s, transform .5s; }
.journey-arrival.visible { opacity: 1; transform: translate(-50%, 0); }
.journey-arrival span { color: var(--gold-soft); font-size: .47rem; font-weight: 850; letter-spacing: .16em; }
.journey-arrival strong { color: white; font: 400 .85rem/1.3 var(--display); }
.outcome-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.outcome-rail::before { content: ""; position: absolute; left: 7%; right: 7%; top: 17px; height: 1px; background: rgba(255,255,255,.12); }
.outcome-rail span { position: relative; display: grid; justify-items: center; gap: 7px; padding: 13px 2px 11px; color: rgba(255,255,255,.25); font-size: .42rem; font-weight: 750; letter-spacing: .04em; transition: color .3s; }
.outcome-rail span i { position: relative; z-index: 1; width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: #10283d; transition: .3s; }
.outcome-rail span.active { color: var(--gold-soft); }
.outcome-rail span.active i { border-color: var(--gold-soft); background: var(--gold-soft); box-shadow: 0 0 13px rgba(255,200,107,.65); }
.outcome-rail span.complete { color: rgba(82,213,204,.55); }
.outcome-rail span.complete i { border-color: var(--aqua); background: var(--aqua); }
.journey-foot { padding: 11px 17px; }
.journey-foot > span { color: rgba(255,255,255,.28); font-size: .48rem; }
.journey-foot button { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 6px 10px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.04); font-size: .5rem; font-weight: 750; cursor: pointer; }
.journey-foot button:hover { color: white; border-color: rgba(255,255,255,.3); }
.journey-foot button i { width: 7px; height: 9px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.journey-foot button.playing i { width: 0; height: 0; border: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid currentColor; }
.hero-marquee { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.09); }
.hero-marquee div { display: flex; align-items: center; justify-content: center; gap: 24px; min-width: max-content; padding: 18px 20px; color: rgba(255,255,255,.33); font-size: .61rem; font-weight: 800; letter-spacing: .15em; }
.hero-marquee i { color: var(--gold); font-style: normal; font-size: .48rem; }

.manifesto { background: var(--cream); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; align-items: start; }
.section-index { margin: 8px 0 0; color: var(--blue); font-size: .67rem; font-weight: 850; letter-spacing: .17em; }
.statement { max-width: 880px; }
.statement h2, .trust-copy h2, .studio-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.6rem, 4.8vw, 4.7rem); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; }
.statement h2 em { color: var(--blue); font-weight: 400; }
.statement > p { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 88px; border-top: 1px solid var(--line); }
.principle { min-height: 245px; padding: 30px 34px 0 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 34px; }
.principle:last-child { border-right: 0; }
.principle-number { color: var(--gold); font: 800 .62rem/1 var(--sans); letter-spacing: .12em; }
.principle h3 { margin: 45px 0 12px; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.principle p { max-width: 320px; margin: 0; color: var(--muted); font-size: .92rem; }

.platform { position: relative; overflow: hidden; color: white; background: var(--night); }
.platform::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background: radial-gradient(circle at 70% 10%, rgba(44,168,223,.25), transparent 30%), linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; }
.platform .shell { position: relative; }
.section-heading { display: grid; grid-template-columns: 1fr 1.8fr; gap: 40px; align-items: end; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { grid-column: 1 / -1; max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.6vw, 5.8rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.section-heading > p:last-child { grid-column: 2; max-width: 560px; margin: -76px 0 0 auto; color: rgba(255,255,255,.57); }
.ecosystem { margin-top: 92px; }
.system-card { position: relative; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); }
.system-card.brainbridge { display: grid; grid-template-columns: auto 1fr; column-gap: 35px; max-width: 620px; margin: 0 auto; background: linear-gradient(135deg, rgba(44,168,223,.15), rgba(82,213,204,.06)); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.system-top { display: flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; }
.system-code { color: rgba(255,255,255,.35); font-size: .6rem; font-weight: 800; letter-spacing: .16em; }
.status-pill { padding: 4px 8px; border: 1px solid rgba(82,213,204,.25); border-radius: 999px; color: var(--aqua); font-size: .53rem; font-weight: 800; letter-spacing: .12em; }
.system-glyph { grid-row: 2 / 4; position: relative; width: 82px; height: 82px; margin-top: 28px; }
.system-glyph span { position: absolute; inset: 0; margin: auto; border: 1px solid var(--aqua); transform: rotate(45deg); }
.system-glyph span:nth-child(2) { inset: 14px; border-color: var(--blue); }
.system-glyph span:nth-child(3) { inset: 28px; border-color: var(--gold); background: var(--gold); }
.system-card h3 { margin: 25px 0 8px; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.brainbridge h3 { margin-top: 25px; font-size: 2rem; }
.system-card p { margin: 0; color: rgba(255,255,255,.54); font-size: .87rem; }
.system-rail { display: flex; justify-content: space-around; width: 74%; height: 72px; margin: 0 auto; border-bottom: 1px solid rgba(82,213,204,.32); }
.system-rail span { align-self: end; width: 1px; height: 22px; background: rgba(82,213,204,.32); }
.system-rail i { align-self: end; width: 4px; height: 4px; margin-bottom: -2px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 15px var(--aqua); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.capability-grid .system-card { min-height: 230px; }
.mini-dot { width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--aqua); }
.development { position: absolute; left: 27px; bottom: 20px; color: var(--gold-soft); font-size: .58rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.platform-note { display: flex; gap: 22px; align-items: center; max-width: 720px; margin: 80px auto 0; padding: 22px 26px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.035); }
.note-mark { color: var(--aqua); font-size: 1.6rem; }
.platform-note p { margin: 0; color: rgba(255,255,255,.56); font-size: .88rem; }
.platform-note strong { color: white; }
.platform-note a { color: var(--aqua); font-weight: 750; text-underline-offset: 4px; }
.platform-note a:hover { color: white; }

.travel { background: var(--paper); }
.travel-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; overflow: hidden; padding: 74px; color: white; background: linear-gradient(135deg, #0e4264, #071b2d 65%); border-radius: 34px; box-shadow: 0 30px 90px rgba(7,27,45,.16); }
.travel-card::before { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -190px; border: 1px solid rgba(82,213,204,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(82,213,204,.035), 0 0 0 140px rgba(82,213,204,.025); }
.travel-copy, .travel-preview { position: relative; z-index: 1; }
.product-lockup { display: flex; gap: 15px; align-items: center; }
.product-orbit { position: relative; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(82,213,204,.45); border-radius: 50%; }
.product-orbit::before { content: ""; width: 18px; height: 18px; border: 1px solid var(--aqua); border-radius: 50%; }
.product-orbit i { position: absolute; top: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-soft); }
.product-lockup div span, .product-lockup div strong { display: block; }
.product-lockup div span { color: var(--aqua); font-size: .58rem; font-weight: 800; letter-spacing: .15em; }
.product-lockup div strong { font: 400 1.35rem/1.3 var(--display); }
.travel-copy h2 { max-width: 650px; margin: 44px 0 23px; font-family: var(--display); font-size: clamp(2.5rem, 4.5vw, 4.5rem); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.travel-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.63); }
.travel-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 35px; }
.button-cream { color: var(--ink); background: var(--paper); }
.launch-chip { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: .66rem; font-weight: 700; letter-spacing: .04em; }
.launch-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.travel-preview { align-self: center; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); transform: rotate(1.2deg); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.phone-top, .preview-foot { display: flex; justify-content: space-between; align-items: center; }
.phone-top > span:first-child { font-size: .78rem; font-weight: 800; }
.preview-tag { color: var(--aqua); font-size: .48rem; font-weight: 800; letter-spacing: .13em; }
.situation-label { margin: 24px 0 8px; color: rgba(255,255,255,.38); font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.phrase-card { padding: 18px; border-radius: 14px; color: var(--ink); background: var(--paper); }
.phrase-card > span { display: block; font: 400 1.2rem/1.4 var(--display); }
.phrase-card > small { display: block; margin-top: 7px; color: var(--muted); font-size: .7rem; }
.play-control { display: inline-flex; gap: 7px; align-items: center; margin-top: 16px; border: 0; border-radius: 999px; padding: 8px 11px; color: var(--navy); background: rgba(44,168,223,.1); font-size: .62rem; font-weight: 800; cursor: not-allowed; }
.play-control i { font-style: normal; font-size: .52rem; }
.coach-row { display: flex; gap: 12px; align-items: center; margin-top: 11px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(0,0,0,.1); }
.coach-avatar { display: grid; flex: none; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--night); background: var(--aqua); font-size: .55rem; font-weight: 900; }
.coach-row p { margin: 0; color: rgba(255,255,255,.65); font-size: .66rem; line-height: 1.4; }
.coach-row strong { color: white; }
.preview-foot { margin-top: 13px; color: rgba(255,255,255,.35); font-size: .52rem; }
.travel-flow { padding: 100px 0 0; }
.flow-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; }
.flow-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 1.1; letter-spacing: -.04em; }
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 68px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.flow-steps li { position: relative; min-height: 240px; padding: 30px 30px 0 0; border-right: 1px solid var(--line); }
.flow-steps li + li { padding-left: 30px; }
.flow-steps li:last-child { border-right: 0; }
.flow-steps li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.flow-steps li + li::before { left: 30px; }
.flow-steps li > span { color: var(--blue); font-size: .62rem; font-weight: 800; }
.flow-steps div { margin-top: 70px; }
.flow-steps strong { font: 400 1.45rem/1.3 var(--display); }
.flow-steps p { margin: 10px 0 0; color: var(--muted); font-size: .86rem; }

.danang-life { position: relative; overflow: hidden; color: white; background: #14263a; }
.danang-life::before { content: ""; position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.sun-wash { position: absolute; width: 740px; height: 740px; right: -190px; top: -390px; border-radius: 50%; background: radial-gradient(circle, rgba(255,190,97,.35), rgba(229,108,63,.12) 38%, transparent 70%); filter: blur(5px); }
.danang-life .shell { position: relative; }
.life-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.eyebrow.sunrise { color: #ffb05f; }
.life-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 5.6vw, 5.8rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.life-heading h2 em { color: #ffb05f; font-weight: 400; }
.life-intro > p { max-width: 520px; margin: 0 0 27px; color: rgba(255,255,255,.58); }
.youtube-link { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; max-width: 390px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; padding: 13px 15px; color: white; background: rgba(255,255,255,.055); text-decoration: none; transition: transform .22s, background .22s, border-color .22s; }
.youtube-link:hover { transform: translateY(-3px); border-color: rgba(255,176,95,.55); background: rgba(255,255,255,.09); }
.youtube-link:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.youtube-play { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #f04438; box-shadow: 0 12px 30px rgba(240,68,56,.2); }
.youtube-play i { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid white; }
.youtube-link > span:nth-child(2) { display: grid; }
.youtube-link small { color: rgba(255,255,255,.38); font-size: .5rem; font-weight: 850; letter-spacing: .14em; }
.youtube-link strong { margin-top: 2px; font-size: .77rem; }
.youtube-arrow { color: #ffb05f; font-style: normal; }
.sunrise-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 280px 280px; gap: 14px; margin-top: 80px; }
.sunrise-photo { position: relative; min-height: 0; overflow: hidden; margin: 0; border-radius: 18px; background: var(--night); }
.sunrise-featured { grid-row: 1 / 3; }
.sunrise-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(4,19,31,.84), transparent 48%); }
.sunrise-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .5s; }
.sunrise-photo:hover img { transform: scale(1.025); filter: saturate(1.08); }
.sunrise-featured img { object-position: center 42%; }
.sunrise-photo:nth-child(2) img { object-position: center 55%; }
.sunrise-photo:nth-child(3) img { object-position: center 58%; }
.sunrise-photo figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 11px; align-items: center; }
.sunrise-photo figcaption > span { grid-row: 1 / 3; align-self: stretch; padding-top: 2px; color: #ffb05f; font-size: .57rem; font-weight: 850; letter-spacing: .12em; }
.sunrise-photo figcaption strong { font: 400 1.05rem/1.2 var(--display); }
.sunrise-photo figcaption small { color: rgba(255,255,255,.5); font-size: .56rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured-video { display: grid; grid-template-columns: 1.45fr .75fr; overflow: hidden; margin-top: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(4,19,31,.55); box-shadow: 0 28px 70px rgba(0,0,0,.14); }
.video-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #030b12; }
.video-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 60%, rgba(4,19,31,.28)), linear-gradient(to top, rgba(4,19,31,.5), transparent 42%); }
.video-stage img, .video-stage iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-stage iframe { position: relative; z-index: 3; display: block; }
.video-play { position: absolute; z-index: 2; left: 28px; bottom: 25px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 999px; padding: 9px 16px 9px 9px; color: white; background: rgba(7,27,45,.88); box-shadow: 0 13px 38px rgba(0,0,0,.28); backdrop-filter: blur(12px); cursor: pointer; transition: transform .2s, background .2s; }
.video-play:hover { transform: translateY(-3px); background: rgba(7,27,45,.97); }
.video-play:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.video-play > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #f04438; box-shadow: 0 0 0 7px rgba(240,68,56,.1); }
.video-play > span i { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid white; }
.video-play strong { font-size: .65rem; letter-spacing: .03em; }
.video-duration { position: absolute; z-index: 2; right: 18px; top: 16px; padding: 6px 9px; border-radius: 6px; color: white; background: rgba(7,27,45,.76); font-size: .48rem; font-weight: 850; letter-spacing: .14em; }
.video-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.video-copy > p:first-child { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: #ffb05f; font-size: .52rem; font-weight: 850; letter-spacing: .15em; }
.video-copy > p:first-child span { width: 20px; height: 1px; background: currentColor; }
.video-copy h3 { margin: 0; font: 400 clamp(1.8rem, 3vw, 2.8rem)/1 var(--display); letter-spacing: -.035em; }
.video-part { margin-top: 11px; color: rgba(255,255,255,.36); font-size: .5rem; font-weight: 850; letter-spacing: .12em; }
.video-copy > p:not(:first-child) { margin: 26px 0 0; color: rgba(255,255,255,.52); font-size: .78rem; }
.video-copy a { align-self: flex-start; margin-top: 24px; color: white; font-size: .67rem; font-weight: 750; text-underline-offset: 5px; }
.video-copy a span { margin-left: 7px; color: #ffb05f; }
.life-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 27px; }
.life-footer p { margin: 0; color: rgba(255,255,255,.4); font-size: .72rem; }
.life-footer p > span { margin-right: 16px; color: #ffb05f; font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.life-footer a { color: white; font-size: .72rem; font-weight: 750; text-underline-offset: 5px; }
.life-footer a span { margin-left: 9px; color: #ffb05f; }

.trust { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.trust-copy { position: sticky; top: 130px; }
.trust-copy h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
.trust-copy > p:last-child { margin: 25px 0 0; color: var(--muted); }
.trust-stack { display: grid; gap: 14px; }
.trust-row { display: grid; grid-template-columns: 52px 1fr auto; gap: 22px; align-items: center; min-height: 150px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.48); transition: transform .2s, background .2s; }
.trust-row:hover { transform: translateX(5px); background: white; }
.trust-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; color: var(--blue); background: rgba(44,168,223,.1); font-size: 1.2rem; }
.trust-row h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.trust-row p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.row-code { color: var(--gold); font-size: .55rem; font-weight: 850; letter-spacing: .15em; }

.studio { background: var(--paper); }
.studio-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.founder-image { position: relative; max-width: 500px; }
.founder-image::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid var(--gold); border-radius: 8px; }
.founder-image img { position: relative; aspect-ratio: 1 / 1.12; object-fit: cover; border-radius: 8px; filter: saturate(.85) contrast(1.03); }
.image-caption { position: relative; display: flex; justify-content: space-between; margin-top: 14px; color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .13em; }
.studio-copy h2 { max-width: 720px; }
.studio-lede { margin: 30px 0 16px; color: var(--navy); font-family: var(--display); font-size: 1.35rem; line-height: 1.5; }
.studio-copy > p:not(.eyebrow):not(.studio-lede) { color: var(--muted); }
.studio-copy blockquote { margin: 32px 0; padding: 7px 0 7px 25px; border-left: 2px solid var(--gold); color: var(--navy); font-family: var(--display); font-size: 1.15rem; font-style: italic; }
.dark-link { color: var(--navy); }
.dark-link span { color: var(--blue); }

.contact { color: white; background: var(--night); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 0; color: rgba(255,255,255,.55); }
.contact-details { display: grid; grid-template-columns: auto 1fr; gap: 10px 26px; margin-top: 50px; }
.contact-details span { color: rgba(255,255,255,.3); font-size: .57rem; font-weight: 800; letter-spacing: .15em; }
.contact-details strong { color: rgba(255,255,255,.72); font-size: .72rem; }
.contact-card { padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); }
.field-row { margin-bottom: 20px; }
.field-row label { display: block; margin: 0 0 7px; color: rgba(255,255,255,.55); font-size: .66rem; font-weight: 750; }
.field-row input, .field-row select, .field-row textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; padding: 12px 13px; outline: none; color: white; background: rgba(0,0,0,.12); }
.field-row input:focus, .field-row select:focus, .field-row textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(82,213,204,.08); }
.field-row input::placeholder, .field-row textarea::placeholder { color: rgba(255,255,255,.28); }
.field-row select option { color: var(--ink); }
.field-row textarea { resize: vertical; min-height: 105px; }
.button-gold { width: 100%; color: var(--night); background: var(--gold-soft); }
.button-gold:disabled { cursor: wait; opacity: .65; }
.form-note, .form-status { margin: 13px 0 0; color: rgba(255,255,255,.35); font-size: .62rem; text-align: center; }
.form-status { color: var(--aqua); }
.honey { position: absolute !important; left: -10000px !important; }

.site-footer { padding: 55px 0 28px; background: #04131f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 45px; }
.footer-brand { opacity: .9; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.5); font: italic 1rem/1.5 var(--display); }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-grid nav a { color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.28); font-size: .56rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

/* Voice navigator */
.voice-launcher { position: fixed; z-index: 45; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 13px; max-width: calc(100% - 32px); border: 1px solid rgba(82,213,204,.32); border-radius: 999px; padding: 10px 18px 10px 10px; color: white; background: rgba(7,27,45,.93); box-shadow: 0 18px 55px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.04); backdrop-filter: blur(18px); cursor: pointer; transition: transform .25s, border-color .25s, box-shadow .25s; }
.voice-launcher:hover { transform: translateY(-3px); border-color: var(--aqua); box-shadow: 0 22px 65px rgba(0,0,0,.34), 0 0 30px rgba(82,213,204,.08); }
.voice-launcher:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.voice-launcher > span:last-child { display: grid; text-align: left; }
.voice-launcher small { color: var(--aqua); font-size: .48rem; font-weight: 850; letter-spacing: .16em; }
.voice-launcher strong { margin-top: 1px; font-size: .7rem; font-weight: 700; }
.launcher-orb { position: relative; display: flex; align-items: center; justify-content: center; gap: 2px; width: 40px; height: 40px; border: 1px solid rgba(82,213,204,.28); border-radius: 50%; background: radial-gradient(circle, rgba(82,213,204,.2), rgba(44,168,223,.05) 60%, transparent 62%); box-shadow: inset 0 0 14px rgba(82,213,204,.12); }
.launcher-orb::after { content: ""; position: absolute; inset: 4px; border: 1px dashed rgba(82,213,204,.2); border-radius: 50%; animation: voice-spin 12s linear infinite; }
.launcher-orb i { width: 2px; height: 8px; border-radius: 2px; background: var(--aqua); animation: voice-wave .8s ease-in-out infinite alternate; }
.launcher-orb i:nth-child(2) { height: 15px; animation-delay: -.25s; }
.launcher-orb i:nth-child(3) { height: 6px; animation-delay: -.5s; }

.voice-navigator { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s; }
.voice-navigator.open { opacity: 1; visibility: visible; }
.voice-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,13,23,.82); backdrop-filter: blur(14px); cursor: default; }
.voice-panel { position: relative; width: min(980px, 100%); max-height: min(790px, calc(100vh - 56px)); overflow: auto; overscroll-behavior: contain; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; color: white; background: radial-gradient(circle at 88% 3%, rgba(44,168,223,.16), transparent 28%), linear-gradient(145deg, #0d2d47, #061827 72%); box-shadow: 0 45px 140px rgba(0,0,0,.55); transform: translateY(18px) scale(.98); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.voice-navigator.open .voice-panel { transform: none; }
.voice-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; border-radius: inherit; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(black, transparent 65%); }
.voice-panel-top { position: relative; display: flex; justify-content: space-between; align-items: center; }
.voice-kicker { display: flex; align-items: center; gap: 9px; color: var(--aqua); font-size: .57rem; font-weight: 850; letter-spacing: .17em; }
.voice-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(82,213,204,.08); }
.voice-close { position: relative; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.voice-close span { position: absolute; left: 11px; top: 18px; width: 15px; height: 1px; background: white; transform: rotate(45deg); }
.voice-close span + span { transform: rotate(-45deg); }
.voice-intro { position: relative; display: grid; grid-template-columns: 170px 1fr; gap: 30px; align-items: center; margin: 24px 0 30px; }
.voice-overline { margin: 0 0 8px; color: var(--gold-soft); font-size: .57rem; font-weight: 850; letter-spacing: .18em; }
.voice-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.voice-intro > div:last-child > p:last-child { max-width: 620px; margin: 14px 0 0; color: rgba(255,255,255,.52); font-size: .84rem; }
.voice-orb { position: relative; width: 150px; height: 150px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(82,213,204,.25); border-radius: 50%; }
.orbit-one { inset: 4px; border-style: dashed; animation: voice-spin 18s linear infinite; }
.orbit-two { inset: 22px; border-color: rgba(233,162,59,.27); animation: voice-spin 12s linear infinite reverse; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 15px var(--aqua); }
.orbit-two::before { background: var(--gold-soft); box-shadow: 0 0 15px var(--gold-soft); }
.orb-core { display: flex; align-items: center; justify-content: center; gap: 4px; width: 76px; height: 76px; border-radius: 50%; background: radial-gradient(circle, rgba(82,213,204,.26), rgba(44,168,223,.13) 58%, rgba(44,168,223,.03) 59%); box-shadow: 0 0 35px rgba(82,213,204,.16), inset 0 0 20px rgba(82,213,204,.12); }
.orb-core i { width: 3px; height: 15px; border-radius: 4px; background: linear-gradient(var(--aqua), var(--blue)); animation: voice-wave .8s ease-in-out infinite alternate; }
.orb-core i:nth-child(2), .orb-core i:nth-child(4) { height: 27px; animation-delay: -.2s; }
.orb-core i:nth-child(3) { height: 39px; animation-delay: -.4s; }
.orb-core i:nth-child(5) { animation-delay: -.6s; }
.voice-navigator.listening .orb-core { box-shadow: 0 0 60px rgba(82,213,204,.45), inset 0 0 28px rgba(82,213,204,.25); }
.voice-navigator.listening .orbit-one { border-color: rgba(82,213,204,.62); animation-duration: 5s; }
@keyframes voice-spin { to { transform: rotate(360deg); } }
@keyframes voice-wave { to { height: 5px; opacity: .55; } }

.voice-destinations { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.voice-destinations button { position: relative; min-height: 144px; border: 0; border-right: 1px solid rgba(255,255,255,.11); padding: 19px 17px; color: white; background: transparent; text-align: left; cursor: pointer; transition: background .2s, transform .2s; }
.voice-destinations button:last-child { border-right: 0; }
.voice-destinations button:hover, .voice-destinations button:focus-visible { z-index: 1; outline: none; background: rgba(82,213,204,.08); transform: translateY(-3px); }
.voice-destinations button > span { color: var(--aqua); font-size: .52rem; font-weight: 850; letter-spacing: .13em; }
.voice-destinations strong, .voice-destinations small { display: block; }
.voice-destinations strong { margin-top: 27px; font: 400 1rem/1.2 var(--display); }
.voice-destinations small { margin-top: 7px; color: rgba(255,255,255,.38); font-size: .57rem; line-height: 1.4; }
.voice-destinations button > i { position: absolute; right: 14px; top: 14px; color: rgba(255,255,255,.25); font-style: normal; }
.voice-controls { position: relative; display: grid; grid-template-columns: auto auto 1fr; gap: 16px; align-items: center; padding-top: 23px; }
.voice-mic { display: flex; align-items: center; gap: 12px; min-width: 240px; border: 1px solid rgba(82,213,204,.28); border-radius: 999px; padding: 8px 17px 8px 8px; color: white; background: rgba(82,213,204,.07); cursor: pointer; text-align: left; transition: border-color .2s, background .2s; }
.voice-mic:disabled { cursor: default; opacity: .55; }
.voice-mic:not(:disabled):hover { border-color: var(--aqua); background: rgba(82,213,204,.12); }
.mic-icon { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--night); background: var(--aqua); }
.mic-icon i { width: 9px; height: 15px; border: 2px solid currentColor; border-radius: 8px; }
.mic-icon::before { content: ""; position: absolute; bottom: 8px; width: 14px; height: 8px; border: 1.5px solid currentColor; border-top: 0; border-radius: 0 0 8px 8px; }
.voice-mic span:last-child { display: grid; }
.voice-mic strong { font-size: .65rem; }
.voice-mic small { color: var(--aqua); font-size: .48rem; }
.voice-install { border: 1px solid rgba(233,162,59,.35); border-radius: 999px; padding: 11px 15px; color: var(--gold-soft); background: rgba(233,162,59,.07); font-size: .58rem; font-weight: 800; cursor: pointer; }
.voice-feedback { justify-self: end; color: rgba(255,255,255,.4); font-size: .65rem; font-style: italic; }
.voice-feedback.heard { color: var(--aqua); }
.voice-feedback.miss { color: var(--gold-soft); }
.voice-arrival { animation: voice-arrival 1.45s ease; }
@keyframes voice-arrival { 0%,100% { box-shadow: none; } 25% { box-shadow: inset 0 0 0 2px rgba(82,213,204,.55), 0 0 60px rgba(82,213,204,.14); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal.in-view { opacity: 1; transform: none; }
@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 (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 780px; }
  .signal-console { max-width: 650px; }
  .journey-engine { max-width: 680px; }
  .section-heading > p:last-child { margin-top: -15px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .travel-card { grid-template-columns: 1fr; }
  .travel-preview { max-width: 480px; }
  .trust-grid, .studio-grid, .contact-grid { gap: 60px; }
  .life-heading { gap: 50px; }
  .voice-destinations { grid-template-columns: repeat(3, 1fr); }
  .voice-destinations button:nth-child(3) { border-right: 0; }
  .voice-destinations button:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .voice-controls { grid-template-columns: auto 1fr; }
  .voice-feedback { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section-pad { padding: 88px 0; }
  .nav-shell { height: 74px; }
  .brand > span { font-size: 1.18rem; }
  .brand img { width: 28px; height: 28px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 25px; background: rgba(7,27,45,.98); opacity: 0; visibility: hidden; transition: .2s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-header.scrolled .site-nav a, .site-nav a { color: white; font-size: 1.15rem; }
  .site-header.scrolled .site-nav .nav-cta { border-color: rgba(255,255,255,.25); }
  .menu-open .menu-toggle span:not(.sr-only) { background: white; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 128px 0 105px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-list { display: grid; gap: 8px; }
  .signal-console { padding: 14px; }
  .journey-engine { border-radius: 18px; }
  #journey-canvas { aspect-ratio: 1.08 / 1; }
  .genie-card { left: 12px; top: 12px; width: 55%; padding: 9px 11px; }
  .outcome-rail span { font-size: .36rem; }
  .outcome-rail span:nth-child(2), .outcome-rail span:nth-child(6) { display: none; }
  .outcome-rail { grid-template-columns: repeat(5, 1fr); }
  .journey-foot > span { max-width: 210px; }
  .console-query p { font-size: 1.2rem; }
  .route-step { grid-template-columns: 36px 1fr; }
  .route-step small { display: none; }
  .console-foot > span { max-width: 180px; }
  .hero-marquee div { justify-content: flex-start; animation: marquee 22s linear infinite; }
  @keyframes marquee { to { transform: translateX(-45%); } }
  .statement-grid, .section-heading, .flow-heading { grid-template-columns: 1fr; }
  .statement { margin-top: 30px; }
  .principle-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .principle, .principle + .principle { min-height: auto; padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 24px; }
  .section-heading h2 { margin-top: 25px; font-size: clamp(3rem, 13vw, 5rem); }
  .section-heading > p:last-child { grid-column: auto; margin: 20px 0 0; }
  .ecosystem { margin-top: 55px; }
  .system-card.brainbridge { grid-template-columns: 1fr; }
  .system-glyph { display: none; }
  .system-rail { width: 70%; height: 48px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid .system-card { min-height: 205px; }
  .platform-note { margin-top: 45px; }
  .travel-card { gap: 50px; padding: 40px 24px; border-radius: 22px; }
  .travel-copy h2 { margin-top: 35px; }
  .travel-preview { transform: none; }
  .travel-flow { padding-top: 75px; }
  .flow-heading h3 { margin-top: 25px; }
  .flow-steps { grid-template-columns: 1fr; margin-top: 45px; }
  .flow-steps li, .flow-steps li + li { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-steps li::before, .flow-steps li + li::before { display: none; }
  .flow-steps div { margin-top: 16px; }
  .life-heading { grid-template-columns: 1fr; gap: 35px; }
  .sunrise-gallery { grid-template-columns: 1fr; grid-template-rows: 410px 250px 250px; margin-top: 55px; }
  .sunrise-featured { grid-row: auto; }
  .featured-video { grid-template-columns: 1fr; }
  .video-copy { padding: 28px 24px; }
  .life-footer { align-items: flex-start; flex-direction: column; }
  .life-footer p > span { display: block; margin: 0 0 6px; }
  .trust-grid, .studio-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .trust-copy { position: static; }
  .trust-row { grid-template-columns: 46px 1fr; }
  .row-code { display: none; }
  .studio-copy { grid-row: 1; }
  .founder-image { width: calc(100% - 16px); margin-left: 16px; }
  .contact-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .voice-launcher { right: 16px; bottom: 14px; }
  .voice-launcher > span:last-child { display: none; }
  .voice-launcher { padding: 6px; }
  .voice-navigator { padding: 0; place-items: end center; }
  .voice-panel { width: 100%; max-height: 92vh; padding: 22px 16px 24px; border-radius: 25px 25px 0 0; }
  .voice-intro { grid-template-columns: 82px 1fr; gap: 14px; margin: 18px 0 24px; }
  .voice-orb { width: 78px; height: 78px; }
  .orbit-one { inset: 0; }
  .orbit-two { inset: 12px; }
  .orb-core { width: 44px; height: 44px; gap: 2px; }
  .orb-core i { width: 2px; height: 10px; }
  .orb-core i:nth-child(2), .orb-core i:nth-child(4) { height: 18px; }
  .orb-core i:nth-child(3) { height: 25px; }
  .voice-intro h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .voice-intro > div:last-child > p:last-child { font-size: .7rem; }
  .voice-destinations { grid-template-columns: 1fr; }
  .voice-destinations button, .voice-destinations button:nth-child(3) { display: grid; grid-template-columns: 28px 1fr auto; column-gap: 8px; align-items: center; min-height: 55px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 8px 5px; }
  .voice-destinations button:last-child { border-bottom: 0; }
  .voice-destinations strong { margin: 0; font-family: var(--sans); font-size: .76rem; font-weight: 700; }
  .voice-destinations small { display: none; }
  .voice-destinations button > i { position: static; grid-column: 3; grid-row: 1; }
  .voice-controls { grid-template-columns: 1fr; gap: 10px; padding-top: 16px; }
  .voice-mic { width: 100%; min-width: 0; }
  .voice-install { width: 100%; }
  .voice-feedback { grid-column: auto; font-size: .58rem; }
  .journey-splash-frame { min-height: 720px; }
  .journey-splash-control { top: auto; right: 14px; bottom: 54px; left: 14px; justify-content: space-between; transform: none; }
  .journey-splash-control > div strong { display: none; }
  .journey-splash.collapsed .journey-splash-control { padding-inline: 18px; }
  .journey-splash.collapsed { height: 140px; }
  .journey-splash.collapsed .journey-splash-control { inset: 74px 0 0; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3rem; }
  .console-foot button { display: none; }
  .travel-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { padding: 18px; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-splash, .journey-splash-frame, .journey-splash-control button img { transition: none; }
}
