  :root {
    --bg:      #ffffff;
    --bg2:     #f5f5f7;   /* apple section gray */
    --bg3:     #fbfbfd;
    --ink:     #1d1d1f;   /* apple near-black text */
    --gray:    #6e6e73;
    --gray2:   #86868b;
    --line:    #d2d2d7;
    --blue:    #0071e3;
    --blue-dk: #0058b9;
    --warm:    #e8863a;   /* photo-derived warm accent */
    --maxw: 1024px;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
  body {
    background: var(--bg); color: var(--ink);
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 17px; line-height: 1.5; overflow-x: hidden;
  }
  a { color: var(--blue); text-decoration: none; }
  a.learn::after { content: " ›"; }
  a.learn:hover { text-decoration: underline; }
  ::selection { background: #b9dcff; }

  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
  .wide { max-width: 1180px; }

  h1, h2, h3 { letter-spacing: -0.025em; line-height: 1.05; font-weight: 700; }

  /* ---------- nav ---------- */
  nav {
    position: sticky; top: 0; z-index: 100; height: 52px;
    background: rgba(255,255,255,.72); backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0,0,0,.07);
  }
  .nav-inner { max-width: 1100px; margin: 0 auto; height: 100%; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
  .brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 19px; letter-spacing: -.02em; }
  .brand .mark { width: 23px; height: 23px; border-radius: 7px; background: linear-gradient(145deg, #ffb55c, #e8632f); display: grid; place-items: center; color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 1px 4px rgba(232,99,47,.4); }
  .brand .mark::after { content: "‹"; transform: translateY(-1px); }
  .nav-links { display: flex; gap: 28px; font-size: 14px; }
  .nav-links a { color: var(--ink); opacity: .82; }
  .nav-links a:hover { opacity: 1; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-weight: 600; cursor: pointer; border: none; transition: background .2s, transform .15s, box-shadow .2s; }
  .btn-buy { background: var(--blue); color: #fff; border-radius: 980px; padding: 8px 17px; font-size: 14px; }
  .btn-buy:hover { background: var(--blue-dk); }
  .btn-lg { font-size: 18px; padding: 13px 26px; border-radius: 980px; }
  .btn-lg:hover { transform: scale(1.02); }
  .btn-soft { background: rgba(0,0,0,.05); color: var(--ink); }
  .btn-soft:hover { background: rgba(0,0,0,.09); }

  /* ---------- hero ---------- */
  .hero { text-align: center; padding: 64px 0 0; background: linear-gradient(180deg, #fff 0%, var(--bg2) 100%); }
  .hero .kicker { font-size: 21px; font-weight: 600; color: var(--warm); margin-bottom: 6px; letter-spacing: -.01em; }
  .hero h1 { font-size: clamp(40px, 6.4vw, 80px); font-weight: 800; margin-bottom: 20px; }
  .hero h1 .grad { background: linear-gradient(120deg, #f0903e, #e8632f 60%, #d83b78); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .hero .lede { font-size: clamp(19px, 2.4vw, 25px); color: var(--gray); max-width: 30ch; margin: 0 auto 26px; font-weight: 500; line-height: 1.35; }
  .hero .lede b { color: var(--ink); font-weight: 600; }
  .hero-links { display: flex; gap: 24px; justify-content: center; align-items: center; font-size: 19px; margin-bottom: 16px; }
  .hero-links .price { color: var(--gray2); font-size: 15px; }
  .hero .lede em { font-style: normal; color: var(--ink); font-weight: 600; }

  /* the arrow-key callout — the headline feature, pulled up front */
  .key-callout {
    display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
    background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px -12px rgba(0,0,0,.28);
    border-radius: 980px; padding: 9px 22px 9px 12px; margin: 0 auto 26px; max-width: max-content;
    font-size: 15.5px; color: var(--gray); font-weight: 500;
  }
  .key-callout b { color: var(--ink); font-weight: 700; }
  .key-callout .keys { display: inline-flex; gap: 6px; }
  .kc {
    font-family: inherit; font-weight: 700; font-size: 16px;
    background: linear-gradient(180deg, #fff, #ececed); border: 1px solid var(--line); border-bottom-width: 2.5px;
    border-radius: 9px; min-width: 34px; height: 34px; display: inline-grid; place-items: center; color: var(--ink);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  @keyframes tap { 0%,72%,100%{ transform: translateY(0); box-shadow:0 1px 1px rgba(0,0,0,.05);} 80%{ transform: translateY(2px); box-shadow:0 0 0 rgba(0,0,0,.05);} }
  .kc.left { animation: tap 2.6s ease-in-out infinite; color: var(--blue); border-color: #b9dcff; }

  /* three compact feature callouts, right under the hero title */
  .hero-feats { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 20px auto 30px; }
  .hero-feats .hf { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", "Schibsted Grotesk", sans-serif; font-size: 19px; font-weight: 500; color: var(--ink); letter-spacing: -.01em; opacity: 0; animation-duration: .85s; animation-timing-function: cubic-bezier(.22,.7,.2,1); animation-fill-mode: forwards; }
  .hero-feats .hf svg { width: 27px; height: 27px; flex: none; color: var(--warm); }
  .hero-feats .hf:nth-child(2) svg { color: var(--blue); }
  .hero-feats .hf:nth-child(1) { animation-name: featLeft;  animation-delay: 1s; }
  .hero-feats .hf:nth-child(2) { animation-name: featRight; animation-delay: 2.1s; }
  .hero-feats .hf:nth-child(3) { animation-name: featRight; animation-delay: 3.2s; }
  @keyframes featLeft  { from { opacity: 0; transform: translateX(-34px); } to { opacity: 1; transform: none; } }
  @keyframes featRight { from { opacity: 0; transform: translateX(34px);  } to { opacity: 1; transform: none; } }
  /* hero CTA block (buttons + coming-soon line) fades in after the three callouts land */
  .lateFade { opacity: 0; animation: lateFadeIn .85s ease forwards; animation-delay: 4.4s; }
  @keyframes lateFadeIn { to { opacity: 1; } }

  /* reveal on load */
  .rv { opacity: 0; transform: translateY(16px); animation: rise .85s cubic-bezier(.22,.7,.2,1) forwards; }
  @keyframes rise { to { opacity: 1; transform: none; } }
  .r1{animation-delay:.04s}.r2{animation-delay:.13s}.r3{animation-delay:.22s}.r4{animation-delay:.33s}.r5{animation-delay:.46s}

  /* ---------- the device + idle→screensaver ---------- */
  .stage { padding: 30px 0 66px; position: relative; }
  .device-wrap { max-width: 880px; margin: 0 auto; padding: 0 24px; position: relative; }
  .glow-floor { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 70%; height: 80px; background: radial-gradient(50% 60% at 50% 50%, rgba(232,134,58,.35), transparent 70%); filter: blur(26px); z-index: 0; }
  .display {
    position: relative; z-index: 1; border-radius: 22px; padding: 10px;
    background: linear-gradient(180deg, #e7e7ea, #c9c9ce);
    box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 30px 60px -24px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.6);
  }
  .display::after { content: ""; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); width: 22%; height: 16px; border-radius: 0 0 8px 8px; background: linear-gradient(180deg, #d9d9dd, #b4b4ba); z-index: -1; }
  .screen { position: relative; aspect-ratio: 16/10; border-radius: 13px; overflow: hidden; background: #000; }

  /* —— mock desktop (the "before" state) —— */
  .os { position: absolute; inset: 0; z-index: 3; transition: opacity 1.1s ease; }
  .os .wall { position: absolute; inset: 0; background:
      radial-gradient(120% 90% at 20% 10%, #6db7ff 0%, transparent 45%),
      radial-gradient(120% 100% at 85% 25%, #b18cff 0%, transparent 50%),
      linear-gradient(160deg, #2b5ca8, #5b3f8f 70%, #2a2350); }
  .os .menubar { position: absolute; top: 0; left: 0; right: 0; height: 7%; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); display: flex; align-items: center; gap: 14px; padding: 0 14px; font-size: 11px; color: #fff; font-weight: 600; }
  .os .menubar .right { margin-left: auto; display: flex; gap: 12px; opacity: .9; font-weight: 500; }
  .os .win { position: absolute; border-radius: 9px; background: rgba(255,255,255,.92); box-shadow: 0 18px 40px -12px rgba(0,0,0,.4); }
  .os .win .bar { height: 12px; border-radius: 9px 9px 0 0; background: #ececef; display: flex; align-items: center; gap: 4px; padding: 0 7px; }
  .os .win .bar i { width: 6px; height: 6px; border-radius: 50%; }
  .os .win1 { left: 11%; top: 22%; width: 42%; height: 50%; }
  .os .win2 { left: 40%; top: 38%; width: 44%; height: 46%; }
  .os .dock { position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%); height: 11%; display: flex; gap: 6px; align-items: center; padding: 0 9px; background: rgba(255,255,255,.28); backdrop-filter: blur(10px); border-radius: 14px; border: 1px solid rgba(255,255,255,.3); }
  .os .dock i { width: clamp(14px,2.6vw,26px); aspect-ratio: 1; border-radius: 24%; }

  /* —— the screensaver (the "after" state) —— */
  .saver { position: absolute; inset: 0; z-index: 2; opacity: 0; transition: opacity 1.1s ease; }
  .photo { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; background-size: cover; background-position: center; will-change: transform, opacity; }
  .photo.kb { animation: kb 7.5s ease-out forwards; }
  .photo.kb-out { animation: kbOut 7.5s ease-out forwards; }
  @keyframes kb { from { transform: scale(1.05); } to { transform: scale(1.32); } }
  @keyframes kbOut { from { transform: scale(1.32); } to { transform: scale(1.05); } }
  .saver .vig { position: absolute; inset: 0; z-index: 2; background: radial-gradient(130% 100% at 50% 25%, transparent 55%, rgba(0,0,0,.5)); }
  .saver .cap { position: absolute; left: 0; bottom: 0; padding: 26px 22px 18px; right: 0; background: linear-gradient(0deg, rgba(0,0,0,.55), transparent); }
  .saver .cap .t { font-size: 18px; font-weight: 600; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
  .saver .cap .m { font-size: 12px; color: rgba(255,255,255,.75); }
  .saver-badge { position: absolute; top: 12px; left: 12px; z-index: 5; display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: #fff; background: rgba(0,0,0,.4); backdrop-filter: blur(8px); padding: 5px 11px; border-radius: 100px; opacity: 0; transition: opacity .6s; letter-spacing: .02em; }
  .saver-badge i { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 7px #4ade80; }

  .screen.idle .os { opacity: 0; pointer-events: none; }
  .screen.idle .saver { opacity: 1; }
  .screen.idle .saver-badge { opacity: 1; }

  .arrows { position: absolute; inset: 0; z-index: 6; display: flex; justify-content: space-between; align-items: center; padding: 0 10px; opacity: 0; transition: opacity .3s; }
  .screen.idle:hover .arrows { opacity: 1; }
  .arr { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.4); backdrop-filter: blur(6px); color: #fff; font-size: 19px; display: grid; place-items: center; cursor: pointer; transition: transform .15s, background .2s; }
  .arr:hover { background: rgba(255,255,255,.92); color: var(--ink); transform: scale(1.08); }

  .stage-cap { text-align: center; margin-top: 42px; font-size: 16px; color: var(--gray); }
  .stage-cap b { color: var(--ink); font-weight: 600; }
  .stage-cap kbd { font-family: inherit; font-weight: 600; font-size: 13px; background: #fff; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 6px; padding: 2px 8px; color: var(--ink); }
  .back-flash { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); z-index: 7; background: rgba(0,0,0,.55); backdrop-filter: blur(8px); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 13px; border-radius: 100px; opacity: 0; pointer-events: none; }
  .back-flash.show { animation: bf 1.1s ease forwards; }
  @keyframes bf { 0%{opacity:0;transform:translateX(-50%) translateY(-8px)} 20%{opacity:1;transform:translateX(-50%) translateY(0)} 75%{opacity:1} 100%{opacity:0} }

  /* ---------- coming-soon waitlist block (right below hero) ---------- */
  .cta-coming { background: linear-gradient(135deg, #0a84ff 0%, #0058b9 100%); padding: 64px 0; }
  .cta-card {
    max-width: 600px; margin: 0 auto; text-align: center; color: var(--ink);
    background: #fff; border-radius: 26px; padding: 42px 38px;
    box-shadow: 0 30px 70px -30px rgba(0,40,90,.5);
  }
  .cta-badge {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
    font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
    color: var(--warm); background: rgba(232,134,58,.1); padding: 6px 14px; border-radius: 100px;
  }
  .cta-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 8px rgba(232,134,58,.9); }
  .cta-card h2 { font-size: clamp(27px, 3.6vw, 40px); font-weight: 800; margin-bottom: 11px; }
  .cta-card p { color: var(--gray); font-size: 17px; max-width: 42ch; margin: 0 auto 24px; line-height: 1.45; }
  .cta-card .waitlist-form { max-width: 460px; margin: 0 auto 13px; }
  .cta-card .fine { color: var(--gray2); font-size: 13px; }

  /* ---------- big statement ---------- */
  .statement { padding: 104px 0; text-align: center; }
  .statement h2 { font-size: clamp(30px, 5vw, 56px); font-weight: 800; max-width: 17ch; margin: 0 auto; }
  .statement h2 .dim { color: var(--gray2); }
  .statement p { margin-top: 22px; font-size: 20px; color: var(--gray); max-width: 46ch; margin-left: auto; margin-right: auto; }
  .flow { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin-top: 46px; flex-wrap: wrap; }
  .flow .step { background: var(--bg2); border: 1px solid var(--line); border-radius: 16px; padding: 18px 24px; min-width: 156px; text-align: left; }
  .flow .step .n { font-size: 11px; font-weight: 700; color: var(--gray2); letter-spacing: .06em; }
  .flow .step .lbl { font-size: 16px; font-weight: 600; color: var(--ink); margin-top: 5px; }
  .flow .cnct { display: grid; place-items: center; color: var(--gray2); font-size: 20px; }
  @media (max-width: 620px){ .flow .cnct{ transform: rotate(90deg); } }

  /* lifestyle scene */
  .scene { padding: 100px 0; text-align: center; }
  .scene h2 { font-size: clamp(30px,4.6vw,52px); font-weight: 800; max-width: 26ch; margin: 0 auto 14px; }
  .scene .s-sub { font-size: 20px; color: var(--gray); max-width: 46ch; margin: 0 auto 46px; }
  .scene .frame { position: relative; max-width: 940px; margin: 0 auto; border-radius: 28px; overflow: hidden; box-shadow: 0 34px 80px -36px rgba(0,0,0,.45); border: 1px solid var(--line); }
  .scene .frame svg, .scene .frame img { display: block; width: 100%; height: auto; }

  /* ---------- features (bento) ---------- */
  .features { padding: 30px 0 110px; }
  .feat-head { text-align: center; margin-bottom: 44px; }
  .feat-head h2 { font-size: clamp(30px,4.4vw,48px); font-weight: 800; }
  .feat-head p { color: var(--gray); font-size: 20px; margin-top: 12px; }
  .bento { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }
  .tile { background: var(--bg2); border-radius: 28px; padding: 38px; position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; }
  .tile.dark { background: linear-gradient(150deg, #2b2b2f, #131315); color: #fff; }
  .tile.span { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 40px; min-height: 260px; }
  .tile .ey { font-size: 14px; font-weight: 700; color: var(--warm); letter-spacing: .02em; margin-bottom: 10px; }
  .tile h3 { font-size: 27px; font-weight: 700; margin-bottom: 10px; max-width: 16ch; }
  .tile.dark h3, .tile.dark .copy { }
  .tile .copy { font-size: 16.5px; color: var(--gray); max-width: 44ch; }
  .tile.dark .copy { color: #c7c7cc; }
  .tile .copy.on-dark { color: #c7c7cc; }
  .tile .spacer { flex: 1; }
  .tile .visual { margin-top: 22px; }

  /* mini visual: back-and-forth photos */
  .mini-saver { display: flex; align-items: center; gap: 12px; }
  .mini-photo { flex: 1; aspect-ratio: 4/3; border-radius: 12px; background-size: cover; background-position: center; box-shadow: 0 8px 20px -8px rgba(0,0,0,.5); }
  .mini-key { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 14px; color: #c7c7cc; }
  .mini-key kbd { font-family: inherit; font-weight: 700; font-size: 13px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: 3px 9px; color: #fff; }

  /* mini visual: folder tree */
  .tree { font-size: 13.5px; color: var(--gray); line-height: 1.78; margin-top: 6px; font-weight: 500; }
  .tree .root { color: var(--ink); font-weight: 700; }
  .tree .row { padding-left: 0; }
  .tree .row.in1 { padding-left: 18px; } .tree .row.in2 { padding-left: 36px; }
  .tree .chk { color: #34c759; font-weight: 700; }
  .tree .cnt { color: var(--gray2); font-weight: 500; font-size: 12px; }

  /* mini visual: thumbnails grid */
  .thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 8px; }
  .thumbs i { aspect-ratio: 1; border-radius: 6px; background-size: cover; }
  .count-big { font-size: 46px; font-weight: 800; letter-spacing: -.03em; }
  .count-big span { font-size: 18px; font-weight: 600; color: var(--gray); -webkit-text-fill-color: var(--gray); }

  /* mini visual: focal-aware framing (Vision face detection) */
  .focus-demo { position: relative; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 34px -16px rgba(0,0,0,.5); }
  .focus-photo { position: absolute; inset: 0; background-size: cover; background-position: center 22%; transform-origin: 76% 32%; animation: kbFace 14s ease-in-out infinite alternate; }
  @keyframes kbFace { from { transform: scale(1.0); } to { transform: scale(1.09); } }
  .focus-frame { position: absolute; left: 64%; top: 15%; width: 24%; height: 34%; }
  .focus-frame::after { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: 0 0 0 9999px rgba(0,0,0,.24); }
  .focus-frame b { position: absolute; z-index: 2; width: 15px; height: 15px; border: 2.5px solid #fff; box-shadow: 0 0 4px rgba(0,0,0,.4); }
  .focus-frame .tl { left: -2px; top: -2px; border-right: none; border-bottom: none; border-radius: 7px 0 0 0; }
  .focus-frame .tr { right: -2px; top: -2px; border-left: none; border-bottom: none; border-radius: 0 7px 0 0; }
  .focus-frame .bl { left: -2px; bottom: -2px; border-right: none; border-top: none; border-radius: 0 0 0 7px; }
  .focus-frame .br { right: -2px; bottom: -2px; border-left: none; border-top: none; border-radius: 0 0 7px 0; }
  .focus-tag { position: absolute; left: 12px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: #fff; background: rgba(0,0,0,.5); backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 100px; }
  .focus-tag i { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; animation: fpulse 1.8s ease-in-out infinite; }
  @keyframes fpulse { 0%,100%{opacity:1} 50%{opacity:.35} }

  /* ---------- comparison ---------- */
  .compare { padding: 100px 0; background: var(--bg2); }
  .compare h2 { text-align: center; font-size: clamp(28px,4.2vw,46px); font-weight: 800; margin-bottom: 8px; }
  .compare .sub { text-align: center; color: var(--gray); font-size: 19px; margin-bottom: 46px; }
  .cmp-card { background: #fff; border-radius: 24px; box-shadow: 0 20px 50px -28px rgba(0,0,0,.25); overflow: hidden; max-width: 920px; margin: 0 auto; }
  table.cmp { width: 100%; border-collapse: collapse; font-size: 15px; }
  table.cmp th, table.cmp td { padding: 16px 14px; text-align: center; border-bottom: 1px solid #ececee; }
  table.cmp thead th { font-weight: 700; font-size: 14px; color: var(--gray); }
  table.cmp thead th small { display: block; font-weight: 500; color: var(--gray2); font-size: 11px; }
  table.cmp tbody th { text-align: left; font-weight: 600; color: var(--ink); font-size: 15px; padding-left: 24px; }
  table.cmp .yes { color: #34c759; font-size: 20px; font-weight: 700; }
  table.cmp .no { color: #c7c7cc; font-size: 17px; }
  table.cmp .ours { background: linear-gradient(180deg, rgba(0,113,227,.06), rgba(0,113,227,.02)); }
  table.cmp thead th.ours { color: var(--blue); box-shadow: inset 0 3px 0 var(--blue); }
  table.cmp thead th.ours small { color: var(--blue); opacity: .7; }
  table.cmp tbody tr:last-child th, table.cmp tbody tr:last-child td { border-bottom: none; }

  /* ---------- pricing ---------- */
  .pricing { padding: 110px 0; text-align: center; }
  .pricing .ey { color: var(--warm); font-weight: 700; font-size: 15px; letter-spacing: .02em; }
  .pricing h2 { font-size: clamp(34px,5vw,58px); font-weight: 800; margin: 10px 0 4px; }
  .pricing .amt { font-size: 22px; color: var(--gray); margin-bottom: 30px; }
  .pricing .amt b { color: var(--ink); font-weight: 700; }
  .pricing .feat-list { list-style: none; display: inline-flex; flex-direction: column; gap: 12px; text-align: left; margin: 0 auto 34px; }
  .pricing .feat-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 17px; color: var(--ink); }
  .pricing .feat-list li .c { color: #34c759; font-weight: 800; }
  .pricing .fine { color: var(--gray2); font-size: 14px; margin-top: 16px; }
  .waitlist-note { color: var(--gray); font-size: 16px; max-width: 44ch; margin: 0 auto 28px; }
  .waitlist-form { display: flex; justify-content: center; gap: 10px; max-width: 560px; margin: 0 auto; }
  .waitlist-form label { position: absolute; left: -9999px; }
  .waitlist-form input[type="email"] {
    flex: 1; min-width: 0; height: 52px; border: 1px solid var(--line); border-radius: 980px;
    padding: 0 19px; font: inherit; font-size: 16px; color: var(--ink); background: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.03);
  }
  .waitlist-form input[type="email"]:focus { outline: 3px solid #b9dcff; border-color: var(--blue); }
  .waitlist-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

  /* ---------- footer ---------- */
  footer { background: var(--bg2); border-top: 1px solid var(--line); padding: 34px 0; }
  .foot-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--gray2); }
  footer a { color: var(--gray); }

  @media (max-width: 860px) {
    .nav-links { display: none; }
    .bento { grid-template-columns: 1fr; }
    .tile.span { flex-direction: column; align-items: flex-start; }
    .statement { padding: 80px 0; }
  }
  @media (max-width: 620px) {
    .nav-inner { padding: 0 16px; }
    .btn-buy { padding-left: 14px; padding-right: 14px; }
    nav .btn-buy { font-size: 13px; padding-left: 12px; padding-right: 12px; }
    .hero { padding-top: 52px; }
    .hero h1 { font-size: 37px; line-height: 1.08; max-width: 340px; margin-left: auto; margin-right: auto; }
    .hero .lede { max-width: 320px; }
    .hero-feats { gap: 20px; margin-bottom: 22px; }
    .hero-feats .hf { flex-direction: column; gap: 8px; font-size: 17px; max-width: 290px; text-align: center; }
    .hero-feats .hf svg { width: 26px; height: 26px; }
    .hero-links:not([style]) { flex-direction: column; gap: 12px; padding: 0 12px; }
    .hero-links[style] { flex-wrap: wrap; gap: 9px !important; font-size: 13px !important; padding: 0 18px; }
    .key-callout {
      max-width: calc(100vw - 48px); border-radius: 28px; padding: 11px 16px;
    }
    .key-callout .keys { flex: 0 0 auto; }
    .key-callout > span:last-child { flex: 1 1 100%; }
    .stage-cap { max-width: 330px; margin-left: auto; margin-right: auto; }
    .scene h2 { font-size: 28px; max-width: 330px; }
    .scene .s-sub { font-size: 18px; max-width: 330px; }
    .cmp-card { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    table.cmp { min-width: 620px; }
    .cta-coming { padding: 46px 0; }
    .cta-card { padding: 30px 22px; border-radius: 22px; }
    .waitlist-form { flex-direction: column; }
    .waitlist-form input[type="email"] { flex: none; height: 52px; }
    .waitlist-form .btn-lg, .waitlist-form input[type="email"] { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .photo.kb, .photo.kb-out, .focus-photo { animation: none; } .rv, .hero-feats .hf, .lateFade { animation: none; opacity: 1; transform: none; }
  }
