:root {
  --cream: #fff0df;
  --cream-soft: #fff7ed;
  --cream-deep: #f3dfcb;
  --ink: #28221f;
  --muted: #8a776a;
  --gold: #e5a93c;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--gold); }
a:hover { color: #f0c878; }
::selection { background: var(--gold); color: #1b1a17; }
.mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }

.launch-sequence {
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(50% 35% at 50% 0%, rgba(229, 169, 60, .16), transparent 72%),
    var(--cream);
  pointer-events: auto;
  animation: launchCurtain 1800ms var(--ease) both;
  will-change: transform;
}
.launch-sequence::before,
.launch-sequence::after {
  position: absolute;
  top: -36vw;
  left: 50%;
  width: 78vw;
  height: 78vw;
  border: 1px solid rgba(93, 69, 42, .075);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}
.launch-sequence::after { top: -24vw; width: 54vw; height: 54vw; }
.launch-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 172px;
  height: 38px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #000;
  box-shadow: 0 18px 42px rgba(42, 31, 18, 0);
  color: #fff;
  transform: translateX(-50%);
  transform-origin: 50% 0;
  animation: launchNotch 1380ms var(--ease) both;
  will-change: width, height, border-radius, transform;
}
.launch-camera {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #282d36;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #365069 0 18%, #0b1018 28% 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .03);
  transform: translateX(-50%);
  animation: launchCamera 1380ms ease both;
}
.launch-wordmark {
  position: absolute;
  top: 78px;
  left: 50%;
  color: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .34em;
  opacity: 0;
  transform: translate(-48%, 8px);
  animation: launchWordmark 1380ms var(--ease) both;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 2px;
  background: rgba(0, 0, 0, .07);
}
.scroll-progress i { display: block; width: 0; height: 100%; background: var(--gold); }

.floating-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  padding: 0 24px;
  display: flex;
  justify-content: stretch;
  pointer-events: none;
}
.floating-nav__inner {
  width: min(100%, 1180px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
  transition: border-color 220ms, box-shadow 320ms var(--ease), transform 320ms var(--ease);
}
.brand-mark {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex: none;
  border-radius: 6px;
  background: var(--ink);
}
.brand-mark::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 63%;
  height: 55%;
  border-radius: 0 0 4px 4px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}
.floating-nav a:not(.nav-brand) {
  padding: 14px 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms, background 180ms, box-shadow 260ms, transform 260ms var(--ease);
}
.floating-nav a:nth-last-child(2) { margin-left: auto; }
.floating-nav a:last-child { padding: 15px 19px; border-radius: 15px; background: var(--ink); color: #fff; font-weight: 700; }
.floating-nav a:last-child span { margin-left: 7px; color: #f2b94f; }
.nav-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.nav-brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 6px 16px rgba(84, 54, 15, .14); }
.nav-brand strong { font-size: 23px; font-weight: 730; letter-spacing: -.045em; }
.nav-brand > span { margin-left: -6px; padding: 3px 6px; border: 1px solid rgba(77, 57, 44, .18); border-radius: 6px; color: #8e7767; font-size: 10px; font-weight: 700; }

.cinematic-track { position: relative; height: 560vh; }
.cinematic-stage {
  --light-shift: 0px;
  --ambient-scale: 1;
  --story-progress: 0;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(42% 44% at 9% 72%, rgba(229, 169, 60, .1), transparent 74%),
    radial-gradient(38% 42% at 92% 68%, rgba(239, 218, 197, .52), transparent 76%),
    radial-gradient(90% 60% at 50% 12%, var(--cream-soft) 0%, var(--cream) 68%);
}
.cinematic-stage::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(92vw, 1200px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .14), transparent);
  content: "";
  transform: translateX(-50%);
}
.cinematic-stage::after {
  position: absolute;
  z-index: 0;
  inset: 76px max(26px, 3.5vw) 24px;
  border: 1px solid rgba(103, 84, 55, .1);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(244, 233, 213, .16));
  box-shadow: inset 0 1px rgba(255, 255, 255, .65), 0 30px 100px rgba(107, 77, 30, .055);
  content: "";
  pointer-events: none;
}
.stage-ambient {
  position: absolute;
  top: -15vh;
  left: 50%;
  width: min(1120px, 94vw);
  height: 72vh;
  border: 1px solid rgba(160, 116, 46, .08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 24%, rgba(229, 169, 60, .12), transparent 34%),
    repeating-radial-gradient(ellipse at 50% 26%, transparent 0 88px, rgba(142, 120, 69, .055) 89px 90px);
  filter: blur(.15px);
  content: "";
  pointer-events: none;
  transform: translateX(calc(-50% + var(--light-shift))) scale(var(--ambient-scale));
  transform-origin: 50% 28%;
  transition: transform 600ms var(--ease);
  -webkit-mask-image: linear-gradient(#000 55%, transparent 92%);
  mask-image: linear-gradient(#000 55%, transparent 92%);
}
.scene-light {
  position: absolute;
  z-index: 0;
  inset: 60px 2vw 18px;
  border-radius: 42px;
  background: radial-gradient(circle at 50% 24%, rgba(229, 169, 60, .14), transparent 43%);
  opacity: .72;
  pointer-events: none;
  transform: translate3d(var(--light-shift), 0, 0) scale(1.04);
  transition: background 900ms var(--ease), opacity 700ms ease, transform 650ms var(--ease);
}
.cinematic-stage[data-scene="ready"] .scene-light { background: radial-gradient(circle at 50% 20%, rgba(229, 169, 60, .13), transparent 44%); }
.cinematic-stage[data-scene="airpods"] .scene-light { background: radial-gradient(circle at 50% 22%, rgba(133, 171, 204, .24), transparent 45%), radial-gradient(circle at 76% 56%, rgba(255, 255, 255, .36), transparent 28%); }
.cinematic-stage[data-scene="media"] .scene-light { background: radial-gradient(circle at 47% 24%, rgba(230, 161, 72, .27), transparent 43%), radial-gradient(circle at 22% 68%, rgba(190, 96, 90, .13), transparent 27%); }
.cinematic-stage[data-scene="charge"] .scene-light { background: radial-gradient(circle at 52% 22%, rgba(96, 179, 121, .2), transparent 43%), radial-gradient(circle at 77% 70%, rgba(229, 169, 60, .12), transparent 28%); }
.cinematic-stage[data-scene="focus"] .scene-light { background: radial-gradient(circle at 50% 23%, rgba(223, 139, 58, .24), transparent 42%), radial-gradient(circle at 19% 63%, rgba(152, 103, 180, .1), transparent 29%); }
.cinematic-stage[data-scene="notchpad"] .scene-light { background: radial-gradient(circle at 50% 20%, rgba(229, 169, 60, .24), transparent 44%), radial-gradient(circle at 50% 73%, rgba(97, 72, 55, .09), transparent 30%); }
.stage-vignette {
  position: absolute;
  z-index: 8;
  inset: 0;
  background: radial-gradient(ellipse at 50% 44%, transparent 50%, rgba(82, 54, 26, .075) 100%);
  box-shadow: inset 0 0 110px rgba(87, 55, 22, .045);
  content: "";
  pointer-events: none;
}
.film-grain {
  position: absolute;
  z-index: 9;
  inset: -20%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
  background-size: 190px 190px;
  mix-blend-mode: multiply;
  opacity: .026;
  pointer-events: none;
  animation: grainShift .32s steps(2, end) infinite;
}
.stage-ambient::after {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 62%;
  height: 28%;
  border-radius: 50%;
  background: rgba(229, 169, 60, .13);
  filter: blur(70px);
  content: "";
  transform: translateX(-50%);
}
.stage-spec {
  position: absolute;
  top: 43%;
  z-index: 2;
  display: grid;
  width: 210px;
  grid-template-columns: 24px auto;
  column-gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(111, 90, 59, .1);
  border-radius: 15px;
  background: rgba(255, 252, 245, .58);
  box-shadow: 0 12px 35px rgba(70, 52, 22, .055);
  backdrop-filter: blur(14px);
  color: #9d917f;
  font-size: 9px;
  letter-spacing: .13em;
  pointer-events: auto;
  transition: border-color 240ms, background 240ms, box-shadow 360ms var(--ease), transform 360ms var(--ease);
}
.stage-spec--left { top: 35%; right: max(28px, calc((100vw - 1180px) / 2)); left: auto; border-color: transparent; background: var(--ink); box-shadow: 0 22px 48px rgba(50, 32, 24, .14); }
.stage-spec--right { top: calc(35% + 104px); right: max(28px, calc((100vw - 1180px) / 2)); }
.stage-spec span { grid-row: 1 / 3; padding-top: 1px; color: #c29343; }
.stage-spec b { color: #6f6559; font-size: 9px; font-weight: 700; }
.stage-spec small { margin-top: 5px; color: #aaa092; font-size: 8px; letter-spacing: .08em; }
.stage-spec--left b { color: #fff; }
.stage-spec--left small { color: rgba(255, 255, 255, .56); }
.scene-watermark {
  position: absolute;
  right: 0;
  bottom: -2.5vw;
  left: 0;
  overflow: hidden;
  color: rgba(29, 29, 31, .026);
  font-size: clamp(110px, 18vw, 280px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .8;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transition: opacity 360ms var(--ease), filter 360ms var(--ease);
}

.notch-hud {
  position: absolute;
  top: 13vh;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%) scale(2.5);
  transform-origin: 50% 0;
  will-change: transform;
  z-index: 3;
}
.notch-surface {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transform-origin: 50% 0;
  transition: filter 220ms ease, transform 180ms var(--ease);
}
.notch-surface::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(229, 169, 60, 0);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 0 0 0 rgba(229, 169, 60, 0);
  content: "";
  pointer-events: none;
}
.notch-surface:hover { filter: brightness(1.07); }
.notch-surface:active, .notch-surface.is-latched { transform: scaleX(.982) scaleY(.95); }
.notch-surface.is-latched::after { animation: latchFlash 420ms var(--ease); }
.notch-surface:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.notch-row {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #000;
  filter: drop-shadow(0 20px 36px rgba(50, 38, 16, .28));
}
.notch-hud.is-open .notch-row { filter: none; }
.notch-wing {
  position: relative;
  width: 0;
  height: 38px;
  overflow: hidden;
  flex: none;
  background: transparent;
}
.notch-wing--left { border-radius: 0 0 0 14px; }
.notch-wing--right { border-radius: 0 0 14px; }
.notch-core {
  position: relative;
  width: 170px;
  height: 38px;
  flex: none;
  border-radius: 0 0 12px 12px;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: inherit;
  appearance: none;
  -webkit-appearance: none;
  transition: filter 180ms ease, transform 180ms var(--ease);
}
.camera {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #080808;
  box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, .22);
  transform: translateX(-50%);
}
.camera::after { position: absolute; top: 1.4px; left: 1.8px; width: 2.2px; height: 2.2px; border-radius: 50%; background: rgba(120, 160, 220, .55); content: ""; }
.state-layer {
  position: absolute;
  inset-block: 0;
  width: 178px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
}
.notch-wing--left .state-layer { left: 0; justify-content: flex-start; padding: 0 10px 0 16px; }
.notch-wing--right .state-layer { right: 0; justify-content: flex-end; padding: 0 16px 0 10px; }
.album-mini { width: 22px; height: 22px; flex: none; border-radius: 5px; background: linear-gradient(135deg, var(--gold), #c6511f); }
.track-mini { min-width: 64px; }
.track-mini b { display: block; color: #fff; font-size: 11.5px; font-weight: 600; white-space: nowrap; }
.track-mini small { display: block; color: rgba(255, 255, 255, .5); font-size: 9.5px; }
.eq { height: 13px; display: flex; align-items: flex-end; gap: 2.5px; }
.eq i { width: 2.8px; height: 13px; border-radius: 2px; background: var(--gold); animation: eq .9s ease-in-out infinite; transform-origin: bottom; }
.eq i:nth-child(2) { animation-delay: .2s; }
.eq i:nth-child(3) { animation-delay: .4s; }
.pad-eq { position: absolute; top: 12px; right: 17px; height: 14px; display: flex; align-items: flex-end; gap: 2px; opacity: 0; transition: opacity 280ms 120ms; }
.pad-eq i { width: 2.6px; height: 12px; border-radius: 2px; background: #fff; animation: eq .9s ease-in-out infinite; transform-origin: bottom; }
.pad-eq i:nth-child(2) { animation-delay: .18s; }
.pad-eq i:nth-child(3) { animation-delay: .36s; }
.notch-hud.is-open .pad-eq { opacity: .9; }
.bolt { width: 10px; height: 14px; flex: none; background: #30d158; clip-path: polygon(52% 0, 18% 56%, 44% 56%, 34% 100%, 82% 40%, 55% 40%); }
.battery { position: relative; width: 28px; height: 13px; flex: none; border: 1.4px solid rgba(255, 255, 255, .4); border-radius: 3.5px; }
.battery::after { position: absolute; inset: 1.3px auto 1.3px 1.3px; width: 70%; border-radius: 1.5px; background: #30d158; content: ""; }
.battery--pods { width: 26px; }
.battery--pods::after { width: 82%; }
.pods-glyph { display: flex; gap: 2.5px; }
.pods-glyph i { width: 4.5px; height: 13px; border-radius: 2.5px; background: rgba(255, 255, 255, .92); }
.cinematic-stage[data-scene="airpods"] .pods-glyph i:first-child { animation: podArrive 620ms var(--ease) both; }
.cinematic-stage[data-scene="airpods"] .pods-glyph i:last-child { animation: podArrive 620ms 90ms var(--ease) both; }
.cinematic-stage[data-scene="airpods"] .battery--pods::after { animation: batteryFill 880ms 180ms var(--ease) both; transform-origin: left; }
.pods-name { color: #fff; font-size: 11px; font-weight: 590; white-space: nowrap; }
.battery-copy { color: #fff; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }
.pods-side { color: rgba(255, 255, 255, .55); font-size: 10px; }
.pods-level { color: #fff; font-size: 11.5px; font-weight: 590; }
.focus-ring-mini { width: 19px; height: 19px; border-radius: 50%; background: conic-gradient(#ff9f0a 66%, rgba(255, 255, 255, .18) 0); display: grid; place-items: center; }
.focus-ring-mini::after { width: 13px; height: 13px; border-radius: 50%; background: #000; content: ""; }
.focus-time { color: #fff; font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.pause-mini { display: flex; gap: 2.5px; }
.pause-mini i { width: 3px; height: 12px; border-radius: 1.5px; background: rgba(255, 255, 255, .9); }
.cinematic-stage[data-scene="charge"] .bolt { animation: chargePulse 900ms var(--ease) both; }
.cinematic-stage[data-scene="focus"] .focus-ring-mini { animation: focusSettle 920ms var(--ease) both; }

.notchpad {
  --pad-content: 0;
  --pad-shift: 10px;
  width: 170px;
  height: 0;
  margin-top: -1px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
  opacity: 0;
  will-change: width, height;
}
.notchpad-tabs, .notchpad .player {
  opacity: var(--pad-content);
  transform: translateY(var(--pad-shift));
  transition: opacity 160ms linear;
}
.notchpad-tabs { margin: 14px 18px 0; display: flex; padding: 2px; border-radius: 8px; background: rgba(255, 255, 255, .07); }
.notchpad-tabs span { flex: 1; padding: 5px 0; border-radius: 6.5px; color: rgba(255, 255, 255, .55); font-size: 11px; font-weight: 560; text-align: center; }
.notchpad-tabs span:first-child { background: rgba(255, 255, 255, .22); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); color: #fff; }
.player { padding: 16px 20px 20px; }
.player-main { display: flex; align-items: center; gap: 13px; }
.player-art { width: 52px; height: 52px; flex: none; border-radius: 9px; background: linear-gradient(135deg, #8bd8b5, #d6a365 52%, #dc7449); }
.player-copy { flex: 1; min-width: 0; }
.player-copy b { display: block; overflow: hidden; color: #fff; font-size: 13.5px; font-weight: 620; white-space: nowrap; text-overflow: ellipsis; }
.player-copy small { display: block; margin-top: 2px; color: rgba(255, 255, 255, .55); font-size: 11.5px; }
.heart { color: rgba(255, 255, 255, .58); font-size: 22px; font-weight: 350; line-height: 1; }
.scrubber { margin-top: 12px; display: flex; align-items: center; gap: 8px; }
.scrubber span { color: rgba(255, 255, 255, .45); font-size: 9.5px; }
.scrubber i { position: relative; height: 3px; flex: 1; border-radius: 2px; background: rgba(255, 255, 255, .18); }
.scrubber i::after { position: absolute; inset: 0 48% 0 0; border-radius: inherit; background: rgba(255, 255, 255, .85); content: ""; }
.transport { margin-top: 12px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.transport svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.transport svg .fill { fill: currentColor; stroke: none; }
.transport .transport-play { width: 22px; height: 22px; }
.transport .transport-soft { color: rgba(255, 255, 255, .42); }

.hero-headline {
  position: absolute;
  top: 31%;
  right: auto;
  left: max(24px, calc((100vw - 1132px) / 2));
  width: min(790px, calc(100vw - 48px));
  text-align: left;
  will-change: opacity, transform;
  z-index: 2;
}
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 0; border: 0; background: none; color: #9f6511; font-size: 11px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.hero-badge i { width: 6px; height: 6px; border-radius: 50%; background: #34a853; }
.hero-headline h1 { margin: 0; color: var(--ink); font-size: clamp(68px, 7.5vw, 104px); font-weight: 760; letter-spacing: -.075em; line-height: .88; }
.hero-headline h1 mark { position: relative; z-index: 0; background: none; color: inherit; white-space: nowrap; }
.hero-headline h1 mark::after { position: absolute; z-index: -1; right: -.02em; bottom: .02em; left: -.02em; height: .22em; border-radius: 80% 12% 70% 18%; background: rgba(229, 169, 60, .62); content: ""; rotate: -1.5deg; }
.hero-headline p { max-width: 580px; margin: 30px 0 0; color: #756258; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.65; }
.hero-headline p strong { color: #423a31; font-weight: 640; }
.scroll-cue { width: 32px; height: 2px; margin: 38px 0 0; background: var(--gold); animation: cueBounce 1.8s ease-in-out infinite; }
.state-captions { position: absolute; z-index: 2; top: 52%; right: 0; left: 0; text-align: center; pointer-events: none; }
.state-caption { position: absolute; top: 0; right: 24px; left: 24px; opacity: 0; transform: translateY(26px); }
.state-caption .mono { margin-bottom: 12px; color: #b07714; font-size: 11.5px; letter-spacing: .18em; }
.state-caption:nth-child(1) .mono { color: #54738e; }
.state-caption:nth-child(2) .mono { color: #b07714; }
.state-caption:nth-child(3) .mono { color: #248a3d; }
.state-caption:nth-child(4) .mono { color: #c25e00; }
.state-caption h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 4.1vw, 52px); font-weight: 710; letter-spacing: -.04em; }
.state-caption p { margin: 10px 0 0; color: #8a8478; font-size: 15px; }
.stage-footer {
  position: absolute;
  right: max(24px, 5vw);
  bottom: 32px;
  left: max(24px, 5vw);
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  align-items: center;
  gap: 22px;
  color: #9c8f7d;
  font-size: 10px;
  letter-spacing: .14em;
  pointer-events: none;
  z-index: 2;
}
.stage-status { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.stage-status b { color: #817564; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.stage-status small { margin-top: 5px; color: #b07714; font-size: 7px; letter-spacing: .09em; white-space: nowrap; }
.sound-unlock { position: absolute; z-index: 20; top: 96px; right: max(24px, 5vw); padding: 10px 13px; border: 1px solid rgba(64, 48, 39, .14); border-radius: 11px; background: var(--ink); box-shadow: 0 12px 28px rgba(50, 32, 24, .16); color: #fff; opacity: 0; pointer-events: none; cursor: pointer; font-size: 11px; font-weight: 680; transform: translateY(-8px); transition: opacity 260ms, transform 360ms var(--ease), background 180ms; }
.cinematic-stage.needs-sound-unlock .sound-unlock { opacity: 1; pointer-events: auto; transform: none; }
.sound-unlock:hover { background: #3a322d; transform: translateY(-2px); }.sound-unlock:active { transform: scale(.97); }.sound-unlock:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.scene-rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.scene-rail i { height: 2px; border-radius: 2px; background: rgba(74, 61, 45, .13); transition: background 300ms, transform 300ms var(--ease); transform-origin: left; }
.scene-rail i.active { background: var(--gold); transform: scaleY(1.8); }

.principles { padding: 120px 24px; border-top: 1px solid rgba(64, 48, 39, .12); background: var(--cream); }
.principles-heading { max-width: 980px; margin: 0 auto; text-align: left; }
.eyebrow { margin-bottom: 14px; color: #8e7845; font-size: 12px; letter-spacing: .16em; }
.principles h2, .download h2 { margin: 0; font-size: clamp(42px, 5.5vw, 68px); font-weight: 720; letter-spacing: -.055em; line-height: .95; }
.principles-heading p { max-width: 690px; margin: 24px 0 0; color: #756258; font-size: 17px; line-height: 1.65; }
.cards { max-width: 980px; margin: 52px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card {
  --card-x: 50%;
  --card-y: 50%;
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(64, 48, 39, .12);
  border-radius: 23px;
  background: rgba(255, 248, 238, .6);
  box-shadow: 0 2px 12px rgba(70, 55, 25, .05);
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style: preserve-3d;
  transition: border-color 220ms, box-shadow 420ms var(--ease), transform 280ms var(--ease);
}
.card::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--card-x) var(--card-y), rgba(229, 169, 60, .2), transparent 43%);
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 260ms;
}
.card > * { position: relative; z-index: 1; transform: translateZ(18px); }
.card-label { display: inline-flex; margin-bottom: 15px; padding: 5px 11px; border: 1px solid rgba(36, 138, 61, .22); border-radius: 20px; background: rgba(36, 138, 61, .08); color: #248a3d; font-size: 11.5px; font-weight: 620; white-space: nowrap; }
.card:nth-child(2) .card-label { border-color: rgba(176, 119, 20, .24); background: rgba(176, 119, 20, .08); color: #b07714; }
.card:nth-child(3) .card-label { border-color: rgba(74, 100, 200, .24); background: rgba(74, 100, 200, .08); color: #4a64c8; }
.card b { display: block; font-size: 16px; font-weight: 640; }
.card p { margin: 6px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.card:first-child { border-color: transparent; background: var(--ink); box-shadow: 0 24px 50px rgba(50, 32, 24, .14); }
.card:first-child b { color: #fff; }
.card:first-child p { color: rgba(255, 255, 255, .62); }
.card:first-child .card-label { border-color: rgba(241, 187, 92, .28); background: rgba(241, 187, 92, .1); color: #f1bb5c; }
.principles-cta { margin-top: 42px; text-align: center; }
.dark-button, .light-button { display: inline-flex; align-items: center; padding: 14px 26px; border-radius: 14px; background: var(--ink); color: #fff; font-size: 15px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: color 180ms, background 180ms, box-shadow 320ms var(--ease), transform 320ms var(--ease); }

.utilities { padding: 126px 24px 112px; border-top: 1px solid rgba(64, 48, 39, .12); background: var(--cream-deep); }
.utilities-heading { max-width: 980px; margin: 0 auto 58px; }
.utilities-heading h2 { max-width: 850px; margin: 0; font-size: clamp(46px, 6vw, 76px); font-weight: 740; letter-spacing: -.065em; line-height: .91; }
.utilities-heading p { max-width: 720px; margin: 25px 0 0; color: #756258; font-size: 17.5px; line-height: 1.65; }
.utility-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.utility-card {
  --card-x: 50%;
  --card-y: 50%;
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(64, 48, 39, .12);
  border-radius: 28px;
  background: rgba(255, 248, 238, .7);
  box-shadow: 0 9px 34px rgba(72, 48, 28, .07);
  cursor: pointer;
  transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style: preserve-3d;
  transition: border-color 250ms, box-shadow 440ms var(--ease), transform 320ms var(--ease);
}
.utility-card::after { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at var(--card-x) var(--card-y), rgba(229, 169, 60, .2), transparent 42%); opacity: 0; content: ""; pointer-events: none; transition: opacity 280ms; }
.utility-card--camera, .utility-card--triggers { border-color: transparent; background: var(--ink); color: #fff; }
.utility-card--camera { grid-column: span 7; }
.utility-card--awake { grid-column: span 5; }
.utility-card--detach { grid-column: span 5; }
.utility-card--triggers { grid-column: span 7; }
.utility-copy { position: relative; z-index: 3; max-width: 510px; transform: translateZ(24px); }
.utility-number { display: block; margin-bottom: 19px; color: #a46c18; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.utility-card--camera .utility-number, .utility-card--triggers .utility-number { color: #f1bb5c; }
.utility-copy h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 720; letter-spacing: -.055em; line-height: .96; }
.utility-copy p { max-width: 500px; margin: 17px 0 0; color: #7c6a5e; font-size: 14px; line-height: 1.62; }
.utility-card--camera .utility-copy { max-width: 48%; }
.utility-card--camera .utility-copy p, .utility-card--triggers .utility-copy p { color: rgba(255, 255, 255, .6); }
.utility-card:focus-visible { outline: 3px solid #7c4b06; outline-offset: 4px; }

.camera-demo { position: absolute; z-index: 2; top: 30px; right: 28px; bottom: 28px; width: 45%; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: #111318; box-shadow: 0 22px 55px rgba(0, 0, 0, .32); transform: translateZ(34px); }
.camera-demo__bar { height: 38px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .5); font-size: 7.5px; font-weight: 780; letter-spacing: .1em; }
.camera-demo__bar span { display: flex; align-items: center; gap: 7px; }.camera-demo__bar i { width: 6px; height: 6px; border-radius: 50%; background: #58b778; box-shadow: 0 0 0 4px rgba(88, 183, 120, .1); }
.camera-demo__bar b { color: rgba(255, 255, 255, .34); font-size: inherit; }
.camera-demo__view { position: relative; height: calc(100% - 38px); overflow: hidden; background: linear-gradient(145deg, #b98a65, #8f6257 45%, #352f38); }
.camera-demo__view::before { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .12) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(255, 255, 255, .1) 50%, transparent 50.2%); content: ""; opacity: .45; }
.camera-person { position: absolute; bottom: -30px; left: 50%; width: 150px; height: 185px; border-radius: 70px 70px 18px 18px; background: #1d1e23; transform: translateX(-50%); transition: transform 650ms var(--ease); }
.camera-person::before { position: absolute; top: -65px; left: 50%; width: 80px; height: 92px; border-radius: 48% 48% 44% 44%; background: linear-gradient(145deg, #c98f6a, #805848); box-shadow: 0 -17px 0 -5px #252227; content: ""; transform: translateX(-50%); }
.focus-corner { position: absolute; width: 22px; height: 22px; border-color: rgba(255, 255, 255, .75); border-style: solid; opacity: .7; }.focus-corner--one { top: 24px; left: 24px; border-width: 1px 0 0 1px; }.focus-corner--two { right: 24px; bottom: 24px; border-width: 0 1px 1px 0; }

.awake-demo { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; display: grid; justify-items: center; transform: translateZ(28px); }
.awake-ring { position: relative; width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#e5a93c 0 76%, rgba(64, 48, 39, .1) 76%); box-shadow: 0 14px 35px rgba(111, 72, 21, .13); }
.awake-ring::before { position: absolute; inset: 8px; border-radius: inherit; background: #fff6e9; content: ""; }
.awake-ring span { position: relative; z-index: 1; color: var(--ink); font-size: 34px; }
.awake-ring i { position: absolute; top: 4px; left: 52px; width: 12px; height: 12px; border: 3px solid #fff6e9; border-radius: 50%; background: #e5a93c; transform-origin: 6px 54px; }
.awake-demo strong { margin-top: 15px; font-size: 14px; }
.awake-options { margin-top: 16px; display: flex; gap: 7px; }.awake-options span { min-width: 44px; padding: 8px 10px; border: 1px solid rgba(64, 48, 39, .12); border-radius: 10px; background: rgba(255, 255, 255, .48); color: #8b7769; font-size: 10px; font-weight: 700; text-align: center; }.awake-options .selected { border-color: var(--ink); background: var(--ink); color: #fff; }

.detach-demo { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; overflow: hidden; border: 1px solid rgba(64, 48, 39, .11); border-radius: 18px; background: rgba(255, 252, 246, .66); box-shadow: 0 16px 38px rgba(78, 54, 31, .08); transform: translateZ(28px); }
.detach-menu { height: 38px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(64, 48, 39, .1); color: #746258; font-size: 9px; font-weight: 700; }.detach-menu div { display: flex; align-items: center; gap: 10px; }.detach-menu i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; background: rgba(40, 34, 31, .08); font-size: 9px; font-style: normal; }.detach-menu b { color: #8b7769; font-size: 8px; }
.detach-flow { min-height: 138px; padding: 17px; display: grid; grid-template-columns: 72px 24px 1fr; align-items: center; gap: 10px; }
.detach-flow > i { color: #b07714; font-style: normal; text-align: center; transition: transform 500ms var(--ease); }
.detach-notch { position: relative; width: 72px; height: 26px; border-radius: 0 0 11px 11px; background: #050506; }.detach-notch::after { position: absolute; top: 9px; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: #262933; content: ""; transform: translateX(-50%); }
.detach-popover { padding: 12px; display: grid; gap: 6px; border-radius: 13px; background: #19191c; box-shadow: 0 15px 30px rgba(0, 0, 0, .22); color: #fff; transition: transform 600ms var(--ease), box-shadow 600ms var(--ease); }.detach-popover b { margin-bottom: 2px; color: #f1bb5c; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.detach-popover span { padding: 6px 7px; border-radius: 6px; background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .65); font-size: 8px; }

.utility-card--triggers .utility-copy { max-width: 58%; }
.trigger-demo { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 36%; display: grid; justify-items: center; transform: translateZ(32px); }
.trigger-key { position: relative; width: 112px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .13); border-radius: 20px; background: linear-gradient(145deg, #444047, #19191d); box-shadow: inset 0 2px rgba(255, 255, 255, .08), 0 18px 35px rgba(0, 0, 0, .32); transition: transform 180ms var(--ease), box-shadow 180ms; }.trigger-key small { position: absolute; top: 12px; left: 14px; color: rgba(255, 255, 255, .38); font-size: 8px; text-transform: uppercase; }.trigger-key strong { font-size: 42px; font-weight: 450; }.trigger-key i { position: absolute; bottom: -16px; width: 7px; height: 7px; border-radius: 50%; background: #e5a93c; opacity: .25; }.trigger-key i:nth-of-type(1) { left: 39px; }.trigger-key i:nth-of-type(2) { left: 52px; }.trigger-key i:nth-of-type(3) { left: 65px; }
.trigger-actions { width: 100%; margin-top: 27px; display: grid; gap: 5px; }.trigger-actions span { padding: 7px 9px; display: flex; gap: 10px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 8px; background: rgba(255, 255, 255, .045); color: rgba(255, 255, 255, .58); font-size: 8.5px; }.trigger-actions b { width: 19px; color: #f1bb5c; }
.utilities-note { margin: 24px auto 0; color: #9d8878; font-size: 9px; letter-spacing: .12em; text-align: center; }

.utility-list { max-width: 1180px; margin: 0 auto; border-bottom: 1px solid rgba(64, 48, 39, .14); }
.utility-feature { padding: 68px 0; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(480px, 1.28fr); align-items: center; gap: clamp(52px, 7vw, 96px); border-top: 1px solid rgba(64, 48, 39, .14); outline: none; }
.utility-feature__copy { max-width: 420px; }
.utility-feature__copy h3 { margin: 0; color: var(--ink); font-size: clamp(36px, 4vw, 54px); font-weight: 730; letter-spacing: -.06em; line-height: .94; }
.utility-feature__copy p { margin: 20px 0 0; color: #756258; font-size: 15px; line-height: 1.72; }
.utility-feature:focus-visible .native-panel, .utility-feature:focus-visible .native-window { outline: 3px solid #7c4b06; outline-offset: 5px; }
.native-panel, .native-window { position: relative; overflow: hidden; border: .5px solid rgba(255, 255, 255, .12); border-radius: 22px; background: #101115; box-shadow: 0 24px 55px rgba(50, 32, 24, .18); color: #fff; transition: transform 420ms var(--ease), box-shadow 420ms var(--ease), border-color 240ms; }
.native-panel { min-height: 300px; padding: 16px; }
.native-panel__title { height: 30px; display: flex; align-items: center; gap: 8px; }.native-panel__title .native-symbol { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: rgba(10, 132, 255, .16); color: #0a84ff; font-size: 9px; }.native-panel__title strong { font-size: 13px; font-weight: 620; }.native-panel__title small { margin-left: auto; color: rgba(255, 255, 255, .3); font-size: 8px; font-weight: 750; letter-spacing: .08em; }
.native-divider { height: .5px; margin: 7px 0 13px; background: rgba(255, 255, 255, .1); }
.native-camera { position: relative; min-height: 215px; display: grid; place-content: center; justify-items: center; overflow: hidden; border: .5px solid rgba(255, 255, 255, .1); border-radius: 10px; background: radial-gradient(circle at 50% 30%, #30343c, #181a20 62%, #111217); text-align: center; }
.native-camera::before { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%), linear-gradient(transparent 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%); content: ""; }
.native-camera__icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(10, 132, 255, .14); color: #0a84ff; font-size: 23px; }.native-camera strong { position: relative; margin-top: 12px; font-size: 13px; }.native-camera small { position: relative; margin-top: 5px; color: rgba(255, 255, 255, .42); font-size: 10px; }.native-camera i { position: absolute; width: 20px; height: 20px; border-color: rgba(255, 255, 255, .32); border-style: solid; }.native-camera i:nth-of-type(1) { top: 17px; left: 17px; border-width: 1px 0 0 1px; }.native-camera i:nth-of-type(2) { top: 17px; right: 17px; border-width: 1px 1px 0 0; }.native-camera i:nth-of-type(3) { bottom: 17px; right: 17px; border-width: 0 1px 1px 0; }.native-camera i:nth-of-type(4) { bottom: 17px; left: 17px; border-width: 0 0 1px 1px; }
.native-awake { min-height: 215px; display: flex; align-items: center; justify-content: center; gap: 18px; }.native-awake__cup { width: 64px; height: 64px; display: grid; place-items: center; flex: none; border-radius: 50%; background: rgba(48, 209, 88, .14); color: #30d158; font-size: 28px; }.native-awake > div > strong { display: block; font-size: 14px; font-weight: 620; }.native-quick { margin-top: 12px; display: flex; gap: 6px; }.native-quick span { min-width: 42px; padding: 7px 8px; border: .5px solid rgba(255, 255, 255, .15); border-radius: 7px; background: rgba(255, 255, 255, .055); color: rgba(255, 255, 255, .7); font-size: 10px; text-align: center; }.native-quick .active { border-color: rgba(10, 132, 255, .45); background: #0a84ff; color: #fff; }.native-until { margin-top: 8px; display: flex; gap: 7px; }.native-until span, .native-until b { padding: 7px 12px; border-radius: 7px; font-size: 10px; font-weight: 600; }.native-until span { border: .5px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .055); }.native-until b { background: #0a84ff; }
.native-window { min-height: 322px; background: #202126; }
.native-window__bar { height: 42px; padding: 0 13px; display: flex; align-items: center; gap: 7px; border-bottom: .5px solid rgba(255, 255, 255, .1); background: #292a30; }.native-window__bar i { width: 9px; height: 9px; border-radius: 50%; background: #55565c; }.native-window__bar i:first-child { background: #ff5f57; }.native-window__bar i:nth-child(2) { background: #febc2e; }.native-window__bar i:nth-child(3) { background: #28c840; }.native-window__bar strong { position: absolute; left: 50%; color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 590; transform: translateX(-50%); }
.native-tool-row { min-height: 82px; margin: 0 12px; padding: 12px; display: grid; grid-template-columns: 36px 1fr auto 34px; align-items: center; gap: 11px; border-bottom: .5px solid rgba(255, 255, 255, .08); transition: background 280ms, transform 420ms var(--ease); }.native-tool-row.is-selected { margin-top: 9px; border-bottom-color: transparent; border-radius: 10px; background: rgba(255, 255, 255, .055); }.native-tool-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(10, 132, 255, .15); color: #0a84ff; font-size: 13px; }.native-tool-row b, .native-tool-row small { display: block; }.native-tool-row b { font-size: 12px; font-weight: 590; }.native-tool-row small { margin-top: 3px; color: rgba(255, 255, 255, .35); font-size: 9px; }.native-tool-row em { padding: 6px 9px; border: .5px solid rgba(255, 255, 255, .14); border-radius: 7px; color: rgba(255, 255, 255, .56); font-size: 9px; font-style: normal; }.native-tool-row button { width: 30px; height: 28px; border: .5px solid rgba(10, 132, 255, .4); border-radius: 7px; background: rgba(10, 132, 255, .14); color: #0a84ff; }
.native-window--triggers { padding-bottom: 12px; }.native-setting { min-height: 60px; margin: 0 14px; padding: 10px 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: .5px solid rgba(255, 255, 255, .08); }.native-setting b, .native-setting small { display: block; }.native-setting b { font-size: 11px; font-weight: 590; }.native-setting small { margin-top: 3px; color: rgba(255, 255, 255, .34); font-size: 8.5px; }.native-switch { width: 32px; height: 18px; padding: 2px; border-radius: 10px; background: #55565c; }.native-switch::after { width: 14px; height: 14px; display: block; border-radius: 50%; background: #fff; content: ""; }.native-switch.on { background: #0a84ff; }.native-switch.on::after { margin-left: 14px; }.native-picker { padding: 6px 9px; border: .5px solid rgba(255, 255, 255, .13); border-radius: 7px; background: rgba(255, 255, 255, .055); color: rgba(255, 255, 255, .68); font-size: 9px; }.native-slider { position: relative; width: 120px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .14); }.native-slider::before { position: absolute; inset: 0 38% 0 0; border-radius: inherit; background: #0a84ff; content: ""; }.native-slider i { position: absolute; top: 50%; left: 62%; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .4); transform: translate(-50%, -50%); }.native-actions { margin: 10px 14px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }.native-actions span { padding: 8px; border: .5px solid rgba(255, 255, 255, .09); border-radius: 8px; background: rgba(255, 255, 255, .035); }.native-actions b, .native-actions em { display: block; }.native-actions b { color: rgba(255, 255, 255, .42); font-size: 8px; }.native-actions em { margin-top: 4px; color: rgba(255, 255, 255, .73); font-size: 8.5px; font-style: normal; }
.utility-feature.is-active .native-camera__icon { animation: nativeCameraPulse 820ms var(--ease); }.utility-feature.is-active .native-awake__cup { animation: nativeAwakePulse 820ms var(--ease); }.utility-feature.is-active .native-tool-row.is-selected { animation: nativeRowSelect 850ms var(--ease); }.utility-feature.is-active .native-switch.on::after { animation: nativeToggle 700ms var(--ease); }.utility-feature.is-active .native-actions span:nth-child(2) { animation: nativeAction 900ms var(--ease); }

.utility-card.is-active .camera-person { animation: cameraFrame 1100ms var(--ease); }
.utility-card.is-active .awake-ring i { animation: awakeOrbit 1250ms var(--ease); }
.utility-card.is-active .detach-popover { animation: detachLift 1050ms var(--ease); }
.utility-card.is-active .detach-flow > i { animation: detachArrow 850ms var(--ease); }
.utility-card.is-active .trigger-key { animation: keyTap 210ms ease-in-out 3; }
.utility-card.is-active .trigger-key i:nth-of-type(1) { animation: triggerDot 800ms 100ms both; }.utility-card.is-active .trigger-key i:nth-of-type(2) { animation: triggerDot 800ms 300ms both; }.utility-card.is-active .trigger-key i:nth-of-type(3) { animation: triggerDot 800ms 500ms both; }

.download { --download-x: 50%; --download-y: 50%; position: relative; overflow: hidden; padding: 110px 24px; background: #161512; text-align: center; }
.download::before { position: absolute; inset: 0; background: radial-gradient(circle at var(--download-x) var(--download-y), rgba(229, 169, 60, .14), transparent 28%); opacity: .65; content: ""; pointer-events: none; transition: opacity 300ms; }
.download-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }
.large-mark { position: relative; width: 72px; height: 72px; margin: 0 auto 26px; overflow: hidden; border-radius: 18px; background: #0b0b0c; box-shadow: 0 16px 32px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .08); animation: notchyBob 3.6s ease-in-out infinite; }
.large-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.large-mark-face { position: absolute; top: 0; left: 50%; width: 63%; height: 55%; border-radius: 0 0 12px 12px; background: var(--gold); transform: translateX(-50%); }
.large-mark-face i { position: absolute; top: 37%; width: 12px; height: 6.5px; border: 2.5px solid #0b0b0c; border-bottom: 0; border-radius: 13px 13px 0 0; }
.large-mark-face i:first-child { left: 25%; }
.large-mark-face i:nth-child(2) { right: 25%; }
.large-mark-face i:last-child { top: 57%; left: 50%; width: 21px; height: 10px; border-top: 0; border-bottom: 2.5px solid #0b0b0c; border-radius: 0 0 30px 30px; transform: translateX(-50%); }
.download h2 { color: #fff; font-weight: 750; }
.download p { margin: 14px 0 30px; color: rgba(255, 255, 255, .55); font-size: 16.5px; line-height: 1.55; }
.download-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.download .light-button { padding: 15px 28px; background: var(--cream); color: var(--ink); font-size: 15.5px; }
.download .dark-button { padding: 15px 24px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .07); font-size: 15.5px; }
.download-note { margin-top: 14px; color: rgba(255, 255, 255, .4); font-size: 12px; }

footer { padding: 32px 24px; border-top: 1px solid rgba(64, 48, 39, .12); background: var(--cream); }
footer > div { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
footer span { color: var(--muted); font-size: 13px; }
footer nav { display: flex; gap: 18px; }
footer a, footer nav span { color: var(--muted); font-size: 12px; text-decoration: none; }
footer nav span { color: rgba(40, 34, 31, .42); }
footer a { transition: color 180ms, transform 220ms var(--ease); }

@media (hover: hover) and (pointer: fine) {
  .floating-nav__inner:hover { transform: none; }
  .floating-nav a:not(.nav-brand):hover { color: #9f6511; transform: translateY(-2px); }
  .floating-nav a:last-child:hover { color: #fff; background: #302d29; box-shadow: 0 8px 20px rgba(29, 29, 31, .2); }
  .card:hover { border-color: rgba(176, 119, 20, .25); box-shadow: 0 22px 45px rgba(70, 55, 25, .13); transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-7px) scale(1.012); }
  .card:hover::after { opacity: 1; }
  .card:hover .card-label { transform: translateZ(28px) scale(1.025); }
  .dark-button:hover, .light-button:hover { color: #fff; box-shadow: 0 14px 30px rgba(29, 29, 31, .22); transform: translateY(-3px) scale(1.025); }
  .download .light-button:hover { color: var(--ink); background: #fffaf1; box-shadow: 0 15px 38px rgba(229, 169, 60, .18); }
  .download .dark-button:hover { background: rgba(255, 255, 255, .13); }
  footer a:hover { color: var(--ink); transform: translateY(-1px); }
  .stage-spec:hover { border-color: rgba(176, 119, 20, .22); background: rgba(255, 252, 245, .82); box-shadow: 0 18px 42px rgba(70, 52, 22, .11); transform: translateY(-4px) scale(1.025); }
  .stage-spec--left:hover { border-color: transparent; background: #332c28; box-shadow: 0 25px 52px rgba(50, 32, 24, .2); }
  .utility-card:hover { border-color: rgba(176, 119, 20, .24); box-shadow: 0 28px 58px rgba(72, 48, 28, .14); transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-7px) scale(1.008); }
  .utility-card--camera:hover, .utility-card--triggers:hover { border-color: rgba(241, 187, 92, .18); box-shadow: 0 30px 64px rgba(50, 32, 24, .22); }
  .utility-card:hover::after { opacity: 1; }
  .utility-feature:hover .native-panel, .utility-feature:hover .native-window { border-color: rgba(255, 255, 255, .18); box-shadow: 0 30px 65px rgba(50, 32, 24, .23); transform: translateY(-4px); }
  .utility-feature:hover .native-tool-row.is-selected, .utility-feature:hover .native-setting:first-of-type { background: rgba(255, 255, 255, .075); }
}

.dark-button:active, .light-button:active, .floating-nav a:active { transform: translateY(0) scale(.975); }
.dark-button:focus-visible, .light-button:focus-visible, .floating-nav a:focus-visible, footer a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease) var(--delay, 0ms), transform .8s var(--ease) var(--delay, 0ms); }
[data-reveal].shown { opacity: 1; transform: none; }
.card[data-reveal] { transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(28px); }
.card[data-reveal].shown { transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)); }
.utility-card[data-reveal] { transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(28px); }
.utility-card[data-reveal].shown { transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry)); }

@media (hover: hover) and (pointer: fine) {
  .card[data-reveal].shown:hover { transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-7px) scale(1.012); }
  .utility-card[data-reveal].shown:hover { transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-7px) scale(1.008); }
}

@keyframes eq { 0%, 100% { transform: scaleY(.28); } 50% { transform: scaleY(1); } }
@keyframes launchNotch {
  0%, 9% { width: 172px; height: 38px; border-radius: 0 0 12px 12px; box-shadow: 0 18px 42px rgba(42, 31, 18, 0); transform: translateX(-50%) scale(1); }
  15% { width: 172px; height: 38px; border-radius: 0 0 12px 12px; box-shadow: 0 12px 28px rgba(42, 31, 18, .18); transform: translateX(-50%) scaleX(.975) scaleY(.86); }
  26% { width: 172px; height: 38px; border-radius: 0 0 12px 12px; box-shadow: 0 20px 46px rgba(42, 31, 18, .22); transform: translateX(-50%) scale(1); }
  55%, 70% { width: min(460px, calc(100vw - 32px)); height: 168px; border-radius: 0 0 30px 30px; box-shadow: 0 30px 80px rgba(42, 31, 18, .28); transform: translateX(-50%) scale(1); }
  100% { width: 120vw; height: 120vh; border-radius: 0; box-shadow: none; transform: translateX(-50%) scale(1); }
}
@keyframes launchCamera {
  0%, 25% { opacity: .9; transform: translateX(-50%) scale(1); }
  38% { opacity: 1; box-shadow: 0 0 0 7px rgba(229, 169, 60, .08); transform: translateX(-50%) scale(1.12); }
  72%, 100% { opacity: 0; box-shadow: 0 0 0 16px rgba(229, 169, 60, 0); transform: translateX(-50%) scale(.8); }
}
@keyframes launchWordmark {
  0%, 35% { opacity: 0; filter: blur(7px); transform: translate(-48%, 10px); }
  52%, 70% { opacity: 1; filter: blur(0); transform: translate(-48%, 0); }
  86%, 100% { opacity: 0; filter: blur(6px); transform: translate(-48%, -8px); }
}
@keyframes launchCurtain {
  0%, 76% { visibility: visible; transform: translateY(0); }
  100% { visibility: hidden; transform: translateY(-100%); }
}
@keyframes latchFlash {
  0% { border-color: rgba(229, 169, 60, .6); box-shadow: 0 0 0 0 rgba(229, 169, 60, .34); opacity: 1; }
  100% { border-color: rgba(229, 169, 60, 0); box-shadow: 0 0 0 10px rgba(229, 169, 60, 0); opacity: 0; }
}
@keyframes grainShift {
  0% { transform: translate3d(-2%, -1%, 0); }
  25% { transform: translate3d(1%, 2%, 0); }
  50% { transform: translate3d(2%, -2%, 0); }
  75% { transform: translate3d(-1%, 1%, 0); }
  100% { transform: translate3d(2%, 1%, 0); }
}
@keyframes podArrive { 0% { opacity: 0; transform: translateY(-8px) scale(.7); } 65% { opacity: 1; transform: translateY(1px) scale(1.08); } 100% { opacity: 1; transform: none; } }
@keyframes batteryFill { from { transform: scaleX(.08); } to { transform: scaleX(1); } }
@keyframes chargePulse { 0% { opacity: .2; transform: scale(.65); } 55% { opacity: 1; transform: scale(1.22); } 100% { opacity: 1; transform: none; } }
@keyframes focusSettle { from { transform: rotate(-120deg) scale(.75); } to { transform: rotate(0) scale(1); } }
@keyframes cameraFrame { 0%, 100% { transform: translateX(-50%); } 45% { transform: translateX(-47%) scale(1.025); } 70% { transform: translateX(-51%) scale(1.01); } }
@keyframes awakeOrbit { from { transform: rotate(0); } to { transform: rotate(280deg); } }
@keyframes detachLift { 0%, 100% { transform: none; box-shadow: 0 15px 30px rgba(0, 0, 0, .22); } 45% { transform: translateY(-9px) scale(1.025); box-shadow: 0 24px 42px rgba(0, 0, 0, .3); } }
@keyframes detachArrow { 0%, 100% { transform: none; } 50% { transform: translateX(7px); } }
@keyframes keyTap { 0%, 100% { transform: translateY(0); box-shadow: inset 0 2px rgba(255, 255, 255, .08), 0 18px 35px rgba(0, 0, 0, .32); } 50% { transform: translateY(5px) scale(.97); box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 8px 18px rgba(0, 0, 0, .28); } }
@keyframes triggerDot { 0% { opacity: .2; transform: scale(.6); } 45% { opacity: 1; transform: scale(1.35); } 100% { opacity: .35; transform: scale(1); } }
@keyframes nativeCameraPulse { 0%, 100% { transform: scale(1); box-shadow: none; } 45% { transform: scale(1.08); box-shadow: 0 0 0 10px rgba(10, 132, 255, .08); } }
@keyframes nativeAwakePulse { 0%, 100% { background: rgba(48, 209, 88, .14); transform: scale(1); } 45% { background: rgba(48, 209, 88, .25); transform: scale(1.06); } }
@keyframes nativeRowSelect { 0%, 100% { transform: none; } 48% { transform: translateX(5px); } }
@keyframes nativeToggle { 0%, 100% { margin-left: 14px; } 40% { margin-left: 0; } 75% { margin-left: 14px; } }
@keyframes nativeAction { 0%, 100% { border-color: rgba(255, 255, 255, .09); background: rgba(255, 255, 255, .035); } 45% { border-color: rgba(10, 132, 255, .42); background: rgba(10, 132, 255, .13); } }
@keyframes notchyBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes cueBounce { 0%, 100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(6px); opacity: .9; } }

@media (max-width: 760px) {
  .floating-nav { height: 76px; padding: 0 14px; }
  .floating-nav__inner { max-width: none; gap: 12px; }
  .nav-brand img { width: 34px; height: 34px; }
  .nav-brand strong { font-size: 19px; }
  .nav-brand > span, .floating-nav a:nth-last-child(2) { display: none; }
  .floating-nav a:last-child { margin-left: auto; padding: 12px 14px; font-size: 11px; }
  .hero-headline { top: 32%; right: 18px; left: 18px; width: auto; text-align: center; }
  .hero-headline p { margin-inline: auto; }
  .scroll-cue { margin-inline: auto; }
  .state-captions { top: 56%; }
  .state-caption p { max-width: 330px; margin-inline: auto; }
  .stage-footer { right: 18px; bottom: 24px; left: 18px; grid-template-columns: 62px 1fr 62px; gap: 10px; font-size: 8px; }
  .scene-watermark { bottom: 3vh; }
  .stage-spec { display: none; }
  .cinematic-stage::after { inset: 70px 12px 14px; border-radius: 28px; }
  .cards { grid-template-columns: 1fr; }
  .utilities { padding: 94px 18px 82px; }
  .utility-grid { grid-template-columns: 1fr; }
  .utility-card--camera, .utility-card--awake, .utility-card--detach, .utility-card--triggers { grid-column: auto; min-height: 500px; }
  .utility-card--camera .utility-copy, .utility-card--triggers .utility-copy { max-width: none; }
  .camera-demo { top: auto; right: 24px; bottom: 24px; left: 24px; width: auto; height: 205px; }
  .trigger-demo { right: 26px; bottom: 27px; left: 26px; width: auto; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; }
  .trigger-actions { margin-top: 0; }
  .utility-feature { padding: 54px 0; grid-template-columns: 1fr; gap: 32px; }
  .utility-feature__copy { max-width: none; }
  .native-panel, .native-window { width: 100%; }
  .native-actions { grid-template-columns: 1fr; }
  .native-window--triggers { min-height: 430px; }
  .sound-unlock { top: auto; right: auto; bottom: 72px; left: 50%; transform: translate(-50%, 8px); }
  .cinematic-stage.needs-sound-unlock .sound-unlock { transform: translate(-50%, 0); }
  .sound-unlock:hover { transform: translate(-50%, -2px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .launch-sequence { display: none !important; }
  *, *::before, *::after { animation: none !important; transition-duration: 0s !important; }
  .card, .card:hover, .dark-button:hover, .light-button:hover, .floating-nav a:hover { transform: none !important; }
}
