:root {
  --sans: "DM Sans", "Noto Sans SC", sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --canvas: #0b0c10;
  --ink: #f4f4f4;
  --muted: #8a8a90;
  --coral: #ff746b;
  --ok: #8fd09c;
  --glass: rgba(255, 255, 255, 0.06);
  --stroke: rgba(255, 255, 255, 0.1);
  --pad: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--sans);
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
button, a, input { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
a { text-decoration: none; }

.ambient-root { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.55;
}
.blob.rose { width: 420px; height: 420px; background: #72525f; right: -80px; top: -120px; }
.blob.blue { width: 460px; height: 460px; background: #283f58; left: -140px; top: 40vh; }

.nav, main, .foot { position: relative; z-index: 1; }

.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--pad);
  background: rgba(11, 12, 16, 0.72);
  border-bottom: 1px solid var(--stroke);
  backdrop-filter: blur(22px);
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font: 600 12px/1 var(--mono);
  letter-spacing: 0.16em;
}
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; color: #c8c8cc; }
.nav-links a:hover { color: white; }
.nav-end { display: flex; align-items: center; gap: 10px; }
.lang {
  font: 11px var(--mono);
  color: #aaa;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 7px 11px;
}
.menu { display: none; font-size: 20px; color: #ddd; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 500;
}
.btn-solid { background: #eee; color: #111; }
.btn-ghost { border: 1px solid var(--stroke); color: #ddd; }

.orb {
  width: 92px; height: 92px; position: relative;
  filter: drop-shadow(0 0 18px rgba(255, 130, 111, 0.38));
}
.orb i {
  position: absolute; width: 45px; height: 45px; border-radius: 11px;
  border: 2px solid rgba(210, 216, 255, 0.72);
  box-shadow: inset 0 0 14px rgba(255, 119, 95, 0.55), 0 0 13px rgba(123, 166, 255, 0.45);
}
.orb i:nth-child(1) { left: 24px; top: 2px; }
.orb i:nth-child(2) { left: 2px; top: 25px; }
.orb i:nth-child(3) { right: 0; top: 25px; }
.orb i:nth-child(4) { left: 24px; bottom: 0; }
.orb.mini { width: 22px; height: 22px; filter: none; }
.orb.mini i { width: 10px; height: 10px; border-width: 1.4px; border-radius: 3px; box-shadow: none; }
.orb.mini i:nth-child(1) { left: 6px; top: 0; }
.orb.mini i:nth-child(2) { left: 0; top: 6px; }
.orb.mini i:nth-child(3) { right: 0; top: 6px; }
.orb.mini i:nth-child(4) { left: 6px; bottom: 0; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  align-items: center;
  padding: 72px var(--pad) 96px;
  max-width: 1240px;
  margin: 0 auto;
}
.eyebrow {
  font: 11px/1 var(--mono);
  letter-spacing: 0.14em;
  color: #9a9aa0;
  margin: 0 0 16px;
}
.eyebrow.coral { color: var(--coral); }
.hero h1, .moment h2, .product h2, .how h2, .start h2 {
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}
.hero h1 { font-size: clamp(48px, 7vw, 84px); }
.lead { font-size: 18px; line-height: 1.6; color: #b4b4b8; max-width: 34em; margin: 22px 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  list-style: none; padding: 0; margin: 28px 0 0;
  font: 12px var(--mono); color: #7c7c82;
}

.phone { margin: 0; justify-self: end; }
.iphone-17 {
  position: relative;
  width: 392px;
  color: #f4f4f4;
}
.iphone-frame {
  position: relative;
  border-radius: 54px;
  padding: 13px 12px 15px;
  background:
    linear-gradient(155deg, #f3b07a 0%, #d46a32 16%, #9a3d18 42%, #c25524 70%, #e89252 100%);
  box-shadow:
    0 28px 60px rgba(42, 14, 6, 0.5),
    inset 0 1px 0 rgba(255, 220, 180, 0.5),
    inset 0 -1px 0 rgba(70, 22, 8, 0.55);
}
.iphone-frame:before,
.iphone-frame:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(60, 18, 6, 0.55), transparent);
  pointer-events: none;
}
.iphone-frame:before { top: 8px; }
.iphone-frame:after { bottom: 9px; }
.iphone-glass {
  position: relative;
  min-height: 760px;
  border-radius: 46px;
  overflow: hidden;
  background: #0b0c10;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.hw {
  position: absolute;
  background: linear-gradient(90deg, #6a2a12, #e08a48 40%, #6a2a12);
  border-radius: 2px;
  z-index: 2;
}
.hw.action { left: 1px; top: 148px; width: 5px; height: 28px; }
.hw.vol-up { left: 1px; top: 196px; width: 5px; height: 36px; }
.hw.vol-down { left: 1px; top: 240px; width: 5px; height: 36px; }
.hw.power { right: 1px; top: 176px; width: 5px; height: 52px; }
.hw.camera-control {
  right: 0;
  top: 268px;
  width: 7px;
  height: 46px;
  border-radius: 5px;
  background: linear-gradient(90deg, #5a2410, #f0a060 48%, #5a2410);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 160, 0.35);
}
.usb-c {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 42px;
  height: 5px;
  margin-left: -21px;
  border-radius: 3px;
  background: #2a1208;
}
.dynamic-island {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 6;
  width: 120px;
  height: 34px;
  margin-left: -60px;
  border-radius: 20px;
  background: #050506;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.dynamic-island span {
  position: absolute;
  top: 11px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #27406a, #0a101c 70%);
  box-shadow: inset 0 0 0 1.5px #10141c;
}
.status-bar,
.iphone-glass > header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-bar {
  padding: 18px 28px 0;
  font: 11px/1 var(--mono);
}
.iphone-glass > header { height: 48px; padding: 8px 20px 0; }
.iphone-glass header div { text-align: center; }
.iphone-glass header strong,
.iphone-glass header small { display: block; }
.iphone-glass header strong { font-size: 11px; font-weight: 500; }
.iphone-glass header small { font-size: 8px; color: #939397; margin-top: 3px; }
.iphone-glass header small i {
  display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: var(--ok); margin-right: 3px;
}
.home-indicator {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 4;
  width: 128px;
  height: 5px;
  margin-left: -64px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.34);
}
.fog { position: absolute; border-radius: 50%; filter: blur(85px); pointer-events: none; }
.fog.f1 { width: 310px; height: 310px; background: #72525f; right: -90px; top: -60px; }
.fog.f2 { width: 280px; height: 280px; background: #283f58; left: -110px; bottom: 140px; }
.phone-main {
  position: relative; z-index: 2;
  height: 320px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 24px;
}
.phone-main .orb { margin-bottom: 18px; }
.state-label { font: 8px var(--mono); letter-spacing: 0.14em; color: #aaa; }
.phone-main h2 {
  font-size: 27px; font-weight: 400; letter-spacing: -0.04em;
  line-height: 1.22; margin: 9px 0 7px;
}
.phone-main p { font-size: 10px; color: #999; margin: 0; }
.peeks {
  display: flex; gap: 8px; padding: 0 19px;
  position: relative; z-index: 2; overflow: hidden;
}
.peeks button {
  min-width: 112px; text-align: left; color: white;
  background: rgba(42, 42, 45, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px; padding: 13px;
  backdrop-filter: blur(20px);
}
.agent {
  width: 24px; height: 24px; border-radius: 8px;
  display: grid; place-items: center; font-size: 10px; margin-bottom: 18px;
}
.agent.c { background: #be7559; }
.agent.u { background: #667d9c; }
.agent.x { background: #547762; }
.peeks small, .peeks strong { display: block; }
.peeks small { font-size: 8px; color: #8d8d92; }
.peeks strong { font-size: 10px; margin-top: 3px; }
.dock {
  position: absolute; left: 18px; right: 18px; bottom: 28px; z-index: 3;
  background: rgba(34, 34, 37, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px; padding: 12px;
  backdrop-filter: blur(25px);
}
.catch {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: rgba(255, 255, 255, 0.05); border-radius: 12px;
  padding: 11px; color: #a6a6aa; font-size: 10px;
}
.catch b { color: var(--coral); font-weight: 500; }

.moment, .product, .how, .studio-cta, .start {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px var(--pad) 88px;
}
.moment { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center; }
.moment h2, .product h2, .how h2, .studio-cta h2, .start h2 {
  font-size: clamp(32px, 5vw, 52px);
}
.moment-copy p:last-child, .studio-cta > p, .start .fine {
  color: #9a9aa0; line-height: 1.65; font-size: 16px;
}

.confirm-card {
  background: rgba(28, 28, 30, 0.92);
  border: 1px solid #48484b;
  border-radius: 22px;
  padding: 31px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(24px);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.confirm-card.picked {
  border-color: var(--coral);
  box-shadow: 0 0 0 1px var(--coral), 0 25px 65px rgba(0, 0, 0, 0.45);
}
.confirm-card h3 {
  font-size: 25px; line-height: 1.3; letter-spacing: -0.035em;
  font-weight: 400; margin: 16px 0 8px;
}
.confirm-card > p { font-size: 13px; line-height: 1.55; color: #999; margin: 0 0 21px; }
.answer {
  width: 100%; display: flex; gap: 12px; align-items: center; text-align: left;
  background: #242426; border: 1px solid #3a3a3d; border-radius: 13px;
  padding: 13px; margin: 8px 0;
}
.answer:hover, .answer.picked { border-color: var(--coral); }
.answer > b { font: 11px var(--mono); color: var(--coral); }
.answer strong, .answer small { display: block; }
.answer strong { font-size: 13px; }
.answer small { font-size: 11px; color: #888; margin-top: 3px; }
.confirm-card footer {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid #38383b; margin-top: 18px; padding-top: 14px;
  color: #777; font-size: 11px;
}
.confirm-card footer a { color: #ccc; }

.bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}
.bento article {
  display: flex;
  flex-direction: column;
  background: var(--glass);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 26px;
  backdrop-filter: blur(18px);
  min-height: 100%;
}
.bento .wide { grid-column: 1 / -1; }
.bento h3 { font-size: 22px; font-weight: 400; letter-spacing: -0.03em; margin: 0 0 10px; }
.bento p { color: #9a9aa0; line-height: 1.6; margin: 0; }

.how ol {
  list-style: none; padding: 0; margin: 40px 0 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.how li {
  border-top: 1px solid var(--stroke);
  padding-top: 20px;
}
.how b { font: 12px var(--mono); color: var(--coral); }
.how h3 { font-size: 20px; font-weight: 400; margin: 10px 0; }
.how p { color: #9a9aa0; line-height: 1.6; margin: 0; }

.studio-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.studio-links a {
  display: block;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: var(--glass);
}
.studio-links small { display: block; font: 10px var(--mono); color: #777; margin-bottom: 8px; }
.studio-links span { font-size: 18px; }

.start-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0 20px; }
.start-grid article {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: var(--glass);
}
.start-grid small { font: 10px var(--mono); color: var(--coral); }
.start-grid h3 { font-size: 22px; font-weight: 400; margin: 8px 0; }
.start-grid p { color: #9a9aa0; line-height: 1.6; margin: 0 0 18px; }
.start-grid .btn { width: 100%; }
.btn.is-soon { opacity: 0.55; pointer-events: none; }
.fine { font-size: 13px; }

.foot {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 28px var(--pad) 40px;
  border-top: 1px solid var(--stroke);
  color: #7c7c82; font-size: 13px;
}
.foot nav { display: flex; gap: 18px; }
.foot a:hover { color: #ddd; }

.toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 40;
  transform: translateX(-50%);
  background: #eee; color: #111;
  border-radius: 10px; padding: 10px 14px; font-size: 12px;
}

.legal {
  max-width: 720px; margin: 0 auto; padding: 80px var(--pad) 96px;
}
.legal h1 { font-size: 40px; font-weight: 400; letter-spacing: -0.04em; }
.legal h2 { font-size: 20px; font-weight: 500; margin-top: 2em; }
.legal p, .legal li { color: #b4b4b8; line-height: 1.7; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; left: 0; right: 0; top: 100%;
    padding: 18px var(--pad) 22px;
    background: rgba(11, 12, 16, 0.96);
    border-bottom: 1px solid var(--stroke);
  }
  .menu { display: block; }
  .hero, .moment, .how ol, .start-grid, .foot {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 36px; }
  .phone, .iphone-17 { width: min(392px, 100%); justify-self: center; }
  .bento { grid-template-columns: 1fr; }
  .bento .wide { grid-column: auto; }
  .foot { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Baton Pilot visual system: match the phone app's midnight glass UI. */
:root {
  --canvas: #070a12;
  --ink: #f7f8ff;
  --muted: #9298ad;
  --coral: #ff746b;
  --blue: #4aa8ff;
  --violet: #8b5cf6;
  --glass: rgba(255, 255, 255, 0.055);
  --stroke: rgba(177, 193, 255, 0.16);
}

body {
  background:
    radial-gradient(900px 520px at 87% -5%, rgba(129, 62, 180, .28), transparent 65%),
    radial-gradient(800px 620px at -10% 35%, rgba(20, 74, 156, .24), transparent 68%),
    var(--canvas);
}

.ambient-root::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  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: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.blob { filter: blur(120px); opacity: .42; }
.blob.rose { background: #742e9b; }
.blob.blue { background: #124c99; }

.nav {
  background: rgba(7, 10, 18, .72);
  border-bottom-color: rgba(177, 193, 255, .12);
}
.brand { letter-spacing: .2em; }
.brand .orb.mini { filter: drop-shadow(0 0 8px rgba(106, 174, 255, .55)); }
.btn-solid {
  color: white;
  background: linear-gradient(135deg, #518cff, #8055e8);
  box-shadow: 0 10px 30px rgba(71, 106, 238, .25);
}
.btn-ghost { background: rgba(255,255,255,.035); }
.btn-solid:hover { filter: brightness(1.12); transform: translateY(-1px); }
.btn { transition: transform .2s ease, filter .2s ease, border-color .2s ease; }

.hero {
  max-width: 1240px;
  min-height: 690px;
  padding-top: 92px;
  padding-bottom: 110px;
}
.hero-copy { position: relative; }
.hero-copy::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -120px;
  top: 70px;
  border-radius: 50%;
  background: rgba(57, 116, 255, .2);
  filter: blur(75px);
  z-index: -1;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 8vw, 104px);
  line-height: .98;
  background: linear-gradient(110deg, #fff 12%, #dce7ff 52%, #9b7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { color: #c3c9dc; max-width: 31em; }
.meta li { color: #7e88a3; }
.meta li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: #63b8ff;
  box-shadow: 0 0 10px #63b8ff;
}

.phone { filter: drop-shadow(0 35px 60px rgba(0,0,0,.45)); transform: rotate(2deg); }
.iphone-frame {
  background: linear-gradient(145deg, #7283c9 0%, #313b79 20%, #171d40 54%, #6b3c9b 100%);
  box-shadow: 0 28px 60px rgba(19, 11, 61, .6), inset 0 1px 0 rgba(220,230,255,.7), inset 0 -1px 0 rgba(18, 15, 60, .75);
}
.hw { background: linear-gradient(90deg, #202b63, #aabaff 40%, #202b63); }
.usb-c { background: #161936; }
.fog.f1 { background: #7042a6; }
.fog.f2 { background: #1e5ca0; }
.iphone-glass { background: #080b14; }
.dock { border-color: rgba(130, 168, 255, .2); background: rgba(19, 23, 42, .76); }
.catch { background: linear-gradient(100deg, rgba(64, 108, 219, .22), rgba(113, 62, 181, .2)); }
.catch b { color: #7eb9ff; }

.moment, .product, .how, .start { padding-top: 86px; }
.moment h2, .product h2, .how h2, .start h2 { color: #f1f3ff; }
.moment-copy p:last-child, .bento p, .how p, .start-grid p { color: #9ea7c0; }
.confirm-card, .bento article, .start-grid article {
  background: linear-gradient(145deg, rgba(25, 31, 57, .84), rgba(12, 16, 30, .8));
  border-color: rgba(143, 168, 255, .2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255,255,255,.035);
}
.confirm-card.picked { border-color: #739dff; box-shadow: 0 0 0 1px #739dff, 0 24px 60px rgba(0,0,0,.3); }
.answer { background: rgba(255,255,255,.055); border-color: rgba(161, 184, 255, .16); }
.answer:hover, .answer.picked { border-color: #6da5ff; background: rgba(87, 130, 255, .13); }
.answer > b, .eyebrow.coral, .start-grid small, .how b { color: #76b7ff; }
.bento article, .start-grid article { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.bento article:hover, .start-grid article:hover { transform: translateY(-4px); border-color: rgba(126, 175, 255, .42); }
.how li { border-top-color: rgba(143, 168, 255, .2); }
.start { position: relative; }
.start::before {
  content: "";
  position: absolute;
  inset: 40px 0 0;
  z-index: -1;
  border-radius: 34px;
  background: linear-gradient(120deg, rgba(37, 67, 154, .16), rgba(113, 53, 165, .12));
  border: 1px solid rgba(143, 168, 255, .1);
}
.fine { color: #727d99 !important; }
.foot { border-top-color: rgba(143, 168, 255, .14); }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 60px; }
  .hero h1 { font-size: clamp(52px, 13vw, 82px); }
  .phone { transform: rotate(1deg) scale(.94); transform-origin: top center; margin-bottom: -30px; }
  .moment, .product, .how, .start { padding-top: 68px; }
}

@media (max-width: 560px) {
  .nav { padding-top: 13px; padding-bottom: 13px; }
  .nav-end .btn { display: none; }
  .hero { padding-top: 42px; padding-bottom: 48px; }
  .hero h1 { font-size: 54px; }
  .lead { font-size: 16px; }
  .iphone-17 { width: min(350px, 100%); }
  .iphone-glass { min-height: 690px; }
  .phone-main { height: 285px; }
  .moment, .product, .how, .start { padding-bottom: 64px; }
  .confirm-card { padding: 24px; }
  .foot nav { flex-wrap: wrap; gap: 12px; }
}
