:root {
  color-scheme: light;
  --page: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fbfbfd;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, .09);
  --accent: #e63c67;
  --accent-strong: #b92850;
  --blue: #006fd6;
  --navy: #0b1018;
  --navy-soft: #141b27;
  --yellow: #f4b627;
  --radius-lg: 38px;
  --radius-md: 25px;
  --shadow-lg: 0 48px 100px rgba(0, 0, 0, .22);
  --shadow-sm: 0 18px 44px rgba(0, 0, 0, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--page);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
video { display: block; }
button, input, textarea, select { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 56px;
  background: rgba(248, 248, 250, .84);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
}
.topbar-inner {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -.012em;
}
.wordmark-icon-tile,
.hero-app-icon-tile,
.closing-icon-tile,
.footer-icon-tile,
.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #f04f7a 0%, #b7224b 100%);
  color: white;
  font-weight: 820;
  letter-spacing: .04em;
  box-shadow: 0 12px 30px rgba(108, 9, 43, .28);
}
.wordmark-icon-tile { width: 32px; height: 32px; border-radius: 8px; font-size: 10px; }
.hero-app-icon-tile { width: 68px; height: 68px; border-radius: 17px; font-size: 18px; box-shadow: 0 16px 38px rgba(0, 0, 0, .35); }
.closing-icon-tile { width: 88px; height: 88px; margin: 0 auto 25px; border-radius: 22px; font-size: 22px; box-shadow: 0 20px 46px rgba(0, 0, 0, .19); }
.footer-icon-tile { width: 38px; height: 38px; border-radius: 10px; font-size: 11px; box-shadow: none; }
.topbar-links { display: flex; align-items: center; gap: 25px; }
.topbar-links a { color: #424245; text-decoration: none; font-size: 12px; transition: color .2s ease; }
.topbar-links a:hover { color: #000; }

.cinematic-hero {
  position: relative;
  min-height: min(980px, calc(100vh - 56px));
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 30%, rgba(230, 60, 103, .22), transparent 28rem),
    linear-gradient(135deg, #111927 0%, #070b11 72%);
  color: white;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(.82) contrast(1.04);
  transition: opacity 1.1s ease;
}
.hero-video.is-ready { opacity: .48; }
.hero-video-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 11, 17, .94) 0%, rgba(7, 11, 17, .78) 42%, rgba(7, 11, 17, .38) 70%, rgba(7, 11, 17, .58) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .28) 100%);
}
.cinematic-hero-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: min(930px, calc(100vh - 56px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0 90px;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}
.cinematic-copy { position: relative; z-index: 5; max-width: 590px; }
.app-identity { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 52px; }
.identity-label, .identity-subtitle { display: block; }
.identity-label { font-size: 16px; font-weight: 700; letter-spacing: -.018em; }
.identity-subtitle { margin-top: 3px; color: rgba(255, 255, 255, .65); font-size: 12px; }
.hero-kicker { margin: 0 0 16px; color: #ffc861; font-size: 12px; font-weight: 760; letter-spacing: .14em; }
.cinematic-hero h1,
.statement-section h2,
.feature-scene h2,
.screens-heading h2,
.bento-heading h2,
.closing-section h2,
.legal-header h1 {
  margin: 0;
  font-weight: 720;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cinematic-hero h1 { max-width: 650px; font-size: clamp(54px, 6.7vw, 92px); line-height: .95; }
.hero-subtitle { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(19px,1.8vw,23px); line-height: 1.42; letter-spacing: -.022em; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 21px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 650; transition: transform .18s ease, background .18s ease, color .18s ease; }
.cta:hover { transform: translateY(-1px); }
.cta.primary { background: var(--blue); color: white; }
.cta.primary:hover { background: #0879e7; }
.light-cta { background: white !important; color: #111827 !important; }
.light-cta:hover { background: #f1f1f3 !important; }
.glass-cta { color: white; background: rgba(255,255,255,.10); box-shadow: inset 0 0 0 1px rgba(255,255,255,.17); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.glass-cta:hover { background: rgba(255,255,255,.16); }
.hero-meta { margin: 20px 0 0; color: rgba(255,255,255,.53); font-size: 11px; }
.hero-stage { position: relative; width: 100%; height: clamp(560px,55vw,720px); perspective: 1800px; }
.hero-card { position: absolute; top: 50%; width: clamp(235px,23vw,330px); margin: 0; border-radius: 27px; overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); transform-origin: 50% 78%; will-change: transform, translate, scale; }
.hero-card img { width: 100%; height: auto; }
.hero-card-left { left: 0; z-index: 1; transform: translate3d(0,-45%,0) rotate(-8deg) scale(.86); }
.hero-card-center { left: 50%; z-index: 4; transform: translate3d(-50%,-50%,70px) scale(1.03); }
.hero-card-right { right: 0; z-index: 2; transform: translate3d(0,-43%,0) rotate(8deg) scale(.86); }
.video-credit { position: absolute; left: 22px; bottom: 17px; color: rgba(255,255,255,.48); font-size: 10px; text-decoration: none; }
.video-credit:hover { color: rgba(255,255,255,.85); }

.statement-section { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: clamp(108px,14vw,178px) 0; text-align: center; }
.section-kicker { margin: 0 0 14px; color: var(--accent-strong); font-size: 13px; font-weight: 760; letter-spacing: -.01em; }
.statement-section h2, .screens-heading h2, .bento-heading h2, .closing-section h2 { font-size: clamp(44px,6vw,74px); line-height: .99; }
.statement-section > p:last-child, .screens-heading > p:last-child { width: min(760px,100%); margin: 25px auto 0; color: var(--muted); font-size: clamp(18px,2vw,23px); line-height: 1.46; letter-spacing: -.018em; }

.feature-scene {
  width: min(1320px, calc(100% - 32px));
  min-height: 760px;
  margin: 0 auto 24px;
  padding: clamp(50px,7vw,88px);
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,.72fr);
  gap: clamp(44px,8vw,118px);
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
}
.feature-scene.reverse-scene { grid-template-columns: minmax(320px,.72fr) minmax(0,.9fr); }
.feature-scene.reverse-scene .scene-copy { order: 2; }
.feature-scene.reverse-scene .scene-media { order: 1; }
.scene-copy { max-width: 610px; }
.feature-scene h2 { font-size: clamp(49px,5.8vw,76px); line-height: .97; }
.scene-copy > p:not(.section-kicker):not(.scene-detail) { margin: 24px 0 0; color: var(--muted); font-size: clamp(18px,1.8vw,22px); line-height: 1.47; letter-spacing: -.017em; }
.scene-detail { margin: 21px 0 0; color: #a1a1a6; font-size: 15px; line-height: 1.58; }
.scene-media { width: min(100%,430px); justify-self: center; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-lg); background: #fff; will-change: transform; }
.scene-media img { width: 100%; }
.feature-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 27px; color: #3a3a3c; font-size: 16px; font-weight: 630; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-strong); font-weight: 800; }
.dark-scene { background: radial-gradient(circle at 82% 31%, rgba(230,60,103,.27), transparent 23rem), linear-gradient(145deg,#17202c 0%,#090d13 72%); color: white; }
.dark-scene h2 { color: white; }
.dark-scene .scene-copy > p:not(.section-kicker):not(.scene-detail) { color: #d2d2d7; }
.dark-scene .section-kicker { color: #ff8aab; }
.dark-scene .scene-detail { color: #a4a4aa; }
.floating-media { box-shadow: 0 42px 96px rgba(0,0,0,.55); }
.mini-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 33px; }
.mini-specs span { padding: 16px 14px; border-radius: 18px; background: #f5f5f7; color: var(--muted); font-size: 13px; line-height: 1.25; }
.mini-specs strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 15px; }

.screens-section { padding: clamp(112px,14vw,176px) 0; overflow: hidden; background: #0c1119; color: white; }
.screens-heading { width: min(880px, calc(100% - 40px)); margin: 0 auto 62px; text-align: center; }
.screens-heading .section-kicker { color: #ff8aab; }
.screens-heading > p:last-child { color: rgba(255,255,255,.58); }
.screens-track { width: min(1460px,calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: repeat(6,minmax(210px,1fr)); gap: 18px; align-items: center; overflow-x: auto; padding: 22px 4px 38px; scroll-snap-type: x proximity; scrollbar-width: none; }
.screens-track::-webkit-scrollbar { display: none; }
.screens-track img { width: 100%; min-width: 210px; border-radius: 24px; box-shadow: 0 34px 70px rgba(0,0,0,.4); scroll-snap-align: center; }
.screens-track img:nth-child(even) { transform: translateY(26px); }

.bento-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(110px,15vw,178px) 0; }
.bento-heading { width: min(820px,100%); margin-bottom: 54px; }
.bento-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.bento-card { min-height: 350px; padding: clamp(30px,4vw,48px); display: flex; flex-direction: column; border-radius: var(--radius-md); background: white; box-shadow: inset 0 0 0 1px rgba(0,0,0,.035); }
.bento-card.large { grid-column: 1 / -1; min-height: 410px; justify-content: flex-end; background: radial-gradient(circle at 85% 0%, rgba(244,182,39,.16), transparent 26rem), linear-gradient(135deg,#fff 0%,#f6f6f8 100%); }
.bento-card.accent { background: linear-gradient(145deg,#f04f7a 0%,#b7224b 100%); color: white; }
.bento-label { margin-bottom: auto; color: var(--accent-strong); font-size: 13px; font-weight: 720; }
.bento-card.accent .bento-label { color: rgba(255,255,255,.76); }
.bento-card h3 { max-width: 720px; margin: 0; font-size: clamp(34px,4.4vw,57px); line-height: 1.01; letter-spacing: -.045em; }
.bento-card:not(.large) h3 { font-size: clamp(31px,3.6vw,45px); }
.bento-card p { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
.bento-card.accent p { color: rgba(255,255,255,.82); }
.bento-card a { margin-top: 24px; color: var(--blue); text-decoration: none; font-weight: 650; }
.bento-card.accent a { color: white; }
.bento-card a:hover { text-decoration: underline; }

.closing-section { width: min(1100px,calc(100% - 40px)); margin: 0 auto; padding: 44px 0 clamp(120px,16vw,188px); text-align: center; }
.product-name { margin: 0 0 13px; color: var(--accent-strong); font-size: 18px; font-weight: 720; letter-spacing: -.02em; }
.closing-section > p:not(.product-name) { margin: 22px auto 28px; color: var(--muted); font-size: 20px; }

.site-footer { background: #e9e9eb; color: #6e6e73; font-size: 12px; }
.footer-main, .footer-bottom { width: min(1000px, calc(100% - 40px)); margin: 0 auto; }
.footer-main { padding: 42px 0 34px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; }
.footer-brand { display: flex; align-items: flex-start; gap: 12px; }
.footer-main strong { color: #1d1d1f; font-size: 15px; }
.footer-main p { margin: 5px 0 0; }
.footer-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-columns div { display: grid; align-content: start; gap: 7px; }
.footer-columns span { margin-bottom: 3px; color: #1d1d1f; font-weight: 650; }
.footer-columns a { text-decoration: none; }
.footer-columns a:hover { text-decoration: underline; color: #1d1d1f; }
.footer-bottom { padding: 15px 0 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(0,0,0,.08); }

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

.site-shell { min-height: 100vh; background: var(--page); }
.legal-site .nav { width: min(1040px, calc(100% - 40px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 680; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; font-size: 10px; box-shadow: none; }
.navlinks { display: flex; gap: 20px; align-items: center; }
.navlinks a { color: var(--muted); text-decoration: none; font-size: 12px; }
.navlinks a:hover, .navlinks a.active { color: var(--text); }
.legal-site main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px,10vw,112px) 0 110px; }
.legal-header { max-width: 800px; margin-bottom: 58px; }
.eyebrow { margin-bottom: 15px; color: var(--accent-strong); font-size: 12px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.legal-header h1 { font-size: clamp(48px,7vw,76px); line-height: .98; }
.legal-header .lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px,2.2vw,22px); line-height: 1.5; }
.meta { margin-top: 18px; color: #86868b; font-size: 12px; }
.legal-article { padding: clamp(28px,5vw,52px); border-radius: 28px; background: white; box-shadow: inset 0 0 0 1px rgba(0,0,0,.035); }
.callout { margin-bottom: 42px; padding: 20px 22px; border-radius: 17px; background: #f3f4f6; color: #48484a; }
.legal-article h2 { margin: 38px 0 11px; font-size: 24px; letter-spacing: -.025em; }
.legal-article h2:first-of-type { margin-top: 0; }
.legal-article p, .legal-article li { color: #4d4d51; line-height: 1.68; }
.legal-article p { margin: 0 0 14px; }
.legal-article a { color: var(--blue); }
.legal-next { margin-top: 22px; padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.legal-next a { color: var(--blue); text-decoration: none; font-weight: 650; }
.legal-site footer { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 40px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal-site footer strong { color: var(--text); }
.footer-links { display: flex; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--text); text-decoration: underline; }

@media (max-width: 1040px) {
  .cinematic-hero { min-height: auto; }
  .cinematic-hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 76px; }
  .cinematic-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .app-identity { justify-content: center; margin-bottom: 34px; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stage { width: min(780px,100%); margin: 0 auto; height: 620px; }
  .hero-video-shade { background: linear-gradient(180deg, rgba(7,11,17,.87) 0%, rgba(7,11,17,.58) 55%, rgba(7,11,17,.82) 100%); }
}

@media (max-width: 900px) {
  .feature-scene, .feature-scene.reverse-scene { min-height: 0; grid-template-columns: 1fr; padding: 58px 28px; gap: 44px; }
  .feature-scene.reverse-scene .scene-copy, .feature-scene.reverse-scene .scene-media { order: initial; }
  .scene-copy { max-width: 700px; }
  .scene-media { width: min(100%,390px); }
  .screens-track { grid-template-columns: repeat(6,250px); justify-content: start; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 700px) {
  .topbar { height: 52px; }
  .topbar-inner { width: calc(100% - 28px); }
  .topbar-links { gap: 14px; }
  .topbar-links a:nth-child(-n+3) { display: none; }
  .cinematic-hero-inner { width: calc(100% - 28px); padding: 54px 0 82px; }
  .app-identity { margin-bottom: 30px; }
  .hero-app-icon-tile { width: 58px; height: 58px; border-radius: 15px; }
  .cinematic-hero h1 { font-size: clamp(48px,15vw,68px); }
  .hero-subtitle { font-size: 18px; }
  .hero-stage { height: 470px; margin-top: 18px; }
  .hero-card { width: clamp(185px,54vw,245px); border-radius: 21px; }
  .hero-card-left { left: -4%; transform: translate3d(0,-42%,0) rotate(-7deg) scale(.78); }
  .hero-card-right { right: -4%; transform: translate3d(0,-42%,0) rotate(7deg) scale(.78); }
  .hero-card-center { transform: translate3d(-50%,-50%,50px) scale(.96); }
  .video-credit { display: none; }
  .statement-section { width: calc(100% - 32px); }
  .feature-scene { width: calc(100% - 20px); border-radius: 28px; }
  .mini-specs { grid-template-columns: 1fr; }
  .screens-heading { width: calc(100% - 32px); }
  .screens-track { width: calc(100% - 20px); grid-template-columns: repeat(6,225px); gap: 13px; }
  .screens-track img:nth-child(even) { transform: none; }
  .bento-section { width: calc(100% - 28px); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.large { grid-column: auto; min-height: 360px; }
  .closing-section { width: calc(100% - 32px); }
  .footer-main, .footer-bottom { width: calc(100% - 32px); }
  .footer-columns { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .legal-site .nav { width: calc(100% - 28px); min-height: 62px; }
  .navlinks { gap: 12px; }
  .navlinks a:nth-child(1) { display: none; }
  .legal-site main { width: calc(100% - 28px); padding-top: 62px; }
  .legal-article { padding: 26px 20px; border-radius: 22px; }
  .legal-site footer { width: calc(100% - 28px); grid-template-columns: 1fr; align-items: start; }
}

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