:root {
  color-scheme: dark;
  --bg: #080b12; --ink: #f4f5f8; --muted: #b7bdcc;
  --accent: #9aaeff; --green: #bad688; --line: #2b3140;
  --surface: #141b2a; --rim: #ffffff26;
  --motion: 220ms cubic-bezier(.2,.75,.25,1);
}
.policy { max-width: 780px; padding-block: 48px 64px; }
.policy h1 { font-size: clamp(2.4rem, 6vw, 3.8rem); }
.policy h2 { font-size: 1.45rem; line-height: 1.3; margin-top: 2.4rem; }
.policy p { color: var(--muted); }
.policy a { color: var(--accent); }
.policy-date { font-size: .9rem; }
.policy-summary { padding: 8px 24px; margin-block: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.policy-summary strong { color: var(--ink); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: radial-gradient(ellipse 65% 650px at 85% 240px, #24346055, transparent), radial-gradient(ellipse 55% 600px at 0% 1150px, #263c422e, transparent), var(--bg); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; touch-action: manipulation; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, video:focus-visible { outline: 3px solid var(--green); outline-offset: 6px; }
h1, h2, p { overflow-wrap: break-word; }
.wrap { width: min(1140px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 20px; z-index: 5; padding: 12px; background: var(--ink); color: var(--bg); }
.skip:focus { top: 12px; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 94px; border-bottom: 1px solid #ffffff0c; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 27px; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
.brand img { width: 38px; height: auto; border-radius: 12px; box-shadow: 0 0 0 1px #ffffff20, 0 6px 18px #0007; }
.brand-dot { color: var(--accent); }
nav { display: flex; gap: 28px; flex-wrap: wrap; }
nav a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; font-size: 15px; text-decoration: none; }
.header nav a { padding: 0 12px; border-radius: 12px; transition: background var(--motion), color var(--motion); }
.header nav a:hover { background: #ffffff0a; color: var(--ink); }
.hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); align-items: center; gap: 48px; padding-block: 22px 52px; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 650; letter-spacing: .13em; margin: 0 0 20px; }
h1 { font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 650; margin: 0 0 24px; }
h1 span { color: var(--accent); background: linear-gradient(110deg, #a2b2ff 5%, #c1cbff 58%, #b7ddce); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.intro { font-size: 19px; max-width: 535px; color: var(--muted); margin: 0; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 13px 21px; border-radius: 16px; font-size: 16px; font-weight: 650; text-decoration: none; transition: transform var(--motion), background var(--motion), color var(--motion), box-shadow var(--motion); }
.primary { min-width: 280px; min-height: 64px; justify-content: space-between; gap: 22px; padding: 8px 9px 8px 25px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(115deg, #171f32, #0c1220) padding-box, linear-gradient(125deg, #c2ceff, #62749f 50%, #33415e) border-box; color: #f4f6ff; box-shadow: 0 0 24px #95adff12, 0 8px 20px #0004; }
.primary:hover { color: #fff; background: linear-gradient(115deg, #202c45, #111a2c) padding-box, linear-gradient(125deg, #e0e7ff, #91a6db 50%, #6076a5) border-box; transform: translateY(-1px); box-shadow: 0 0 30px #95adff28, 0 10px 24px #0004; }
.primary:active { transform: translateY(1px); box-shadow: 0 2px 8px #0004; }
.download-copy { display: block; text-align: left; line-height: 1.4; font-size: 17px; font-weight: 600; }
.download-icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; color: #16203a; background: #bdccff; }
.download-icon svg { width: 21px; height: 21px; transition: transform var(--motion); }
.primary:hover .download-icon svg { transform: translateY(2px); }
.text-link { display: inline-flex; gap: 10px; align-items: center; min-height: 48px; font-size: 16px; }
.hero-note { font-size: 14px; color: var(--muted); margin-top: 18px; }
.wear-link { display: flex; gap: 14px; align-items: center; width: fit-content; padding: 14px 16px; margin-top: 24px; text-decoration: none; font-size: 16px; border: 1px solid var(--rim); border-radius: 18px; background: linear-gradient(135deg, #c7d5ff0c, #0d122080); box-shadow: inset 0 1px 0 #ffffff09, 0 8px 20px #0002; transition: border-color var(--motion), background var(--motion), transform var(--motion); }
.wear-link:hover { border-color: #bad68865; color: var(--ink); background: linear-gradient(135deg, #bad68815, #0d122080); transform: translateY(-2px); }
.wear-link small { display: block; font-size: 13px; color: var(--muted); }
.wear-icon { display: grid; place-items: center; width: 42px; height: 46px; flex: 0 0 42px; border-radius: 12px; color: var(--green); background: #bad6880c; border: 1px solid #bad68822; }
.wear-icon svg { width: 25px; height: 25px; }
.phone-explorer { width: 100%; max-width: 410px; justify-self: center; text-align: center; }
.phone-stage { position: relative; display: block; width: 100%; aspect-ratio: .64; padding: 0; margin: 0; border: 0; background: radial-gradient(ellipse at 55% 44%, #6d83b83d, transparent 64%); cursor: pointer; touch-action: manipulation; border-radius: 24px; }
.phone-stage canvas { display: block; width: 100%; height: 100%; }
.phone-stage > .device-crop { position: absolute; inset: 0; width: 100%; height: 100%; }
.phone-stage .flat-preview { mask: none; }
.phone-stage .flat-preview img { object-fit: contain; object-position: center; }
.phone-hint { margin: 0 0 14px; font-size: 13px; color: var(--muted); }
.screen-picker { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 3px; padding: 5px; border: 1px solid var(--rim); border-radius: 32px; background: linear-gradient(#171f30, #0b101c); box-shadow: inset 0 1px 0 #ffffff08, 0 6px 15px #0004; }
.screen-picker button { font: inherit; font-size: 13px; padding: 9px 4px; min-height: 44px; background: transparent; color: var(--muted); border: 1px solid transparent; border-radius: 30px; cursor: pointer; transition: color .18s, background .18s; }
.screen-picker button:hover { color: var(--ink); background: #1d273a; }
.screen-picker button[aria-pressed="true"] { background: linear-gradient(#c7d1ff, #9baffb); color: #11192e; border-color: #d9e0ff; box-shadow: inset 0 1px 0 #fff8, 0 2px 4px #0005; }
.screen-description { margin: 18px 0 0; min-height: 80px; }
.screen-description strong { display: block; font-size: 18px; font-weight: 600; color: var(--ink); }
.screen-description span { display: block; max-width: 340px; margin: 4px auto 0; font-size: 14px; color: var(--muted); }
.preview-note { font-size: 12px; margin: 8px 0 0; color: var(--muted); }
[hidden] { display: none !important; }
.creator-note { max-width: 480px; margin: 30px 0 0; border-left: 2px solid #9aaeff77; padding: 4px 0 4px 20px; }
.creator-note p { font-size: 16px; color: var(--muted); margin: 0 0 10px; }
.creator-note cite { font-size: 14px; font-style: normal; color: var(--ink); }
.hero-device { margin: 0; width: 100%; max-width: 350px; justify-self: center; }
/* Reuse the original 3D render, cropping its surroundings without stretching
   the screen or changing its alignment with the phone chassis. */
.device-crop {
  width: 100%; aspect-ratio: .56; overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent), linear-gradient(to bottom, transparent, #000 9%, #000 92%, transparent);
  mask-composite: intersect;
}
.device-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 75% 50%; }
.hero-device figcaption { font-size: 13px; color: var(--muted); text-align: center; margin-top: 4px; }
.demo-section { position: relative; padding-block: 48px 44px; border-top: 1px solid var(--line); }
.demo-section::before { content: ""; position: absolute; pointer-events: none; top: -1px; left: 0; width: 36%; height: 1px; background: linear-gradient(90deg, #b9c5ff, transparent); }
.demo-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; margin: 0; }
.demo-heading p { margin: 0; font-size: 13px; color: var(--muted); }
.video-frame { padding: 7px; border: 1px solid #64779780; border-radius: 26px; background: linear-gradient(145deg, #64759440, #131b28 42%, #7e99ac28); box-shadow: inset 0 1px 0 #ffffff30, 0 2px 0 #05080f, 0 28px 65px #0008, 0 0 70px #6e90e310; }
video { width: 100%; aspect-ratio: 16 / 9; background: #050509; border: 1px solid #000; border-radius: 19px; }
.video-credit { font-size: 13px; color: var(--muted); margin: 16px 0 0; }
.support { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 28px 32px; margin-block: 8px 40px; border: 1px solid #bad68826; border-radius: 22px; background: radial-gradient(ellipse at 0 0, #bad68810, transparent 65%), linear-gradient(120deg, #151d24, #0e1420); box-shadow: inset 0 1px 0 #ffffff09, 0 12px 32px #0003; }
.support p { margin: 0; font-size: 17px; }
.support p span { color: var(--muted); font-size: 15px; }
.secondary { border: 1px solid #647086; flex-shrink: 0; background: linear-gradient(#283346, #192334); box-shadow: inset 0 1px 0 #ffffff18, 0 3px 0 #080c14, 0 6px 12px #0003; }
.secondary:hover { color: var(--ink); background: linear-gradient(#354258, #222e42); transform: translateY(-2px); }
.secondary:active { transform: translateY(2px); box-shadow: inset 0 1px 3px #0004; }
.footer { padding-block: 24px 40px; border-top: 1px solid var(--line); }
.footer nav { margin-bottom: 18px; gap: 12px 28px; }
.footer p { max-width: 1000px; margin-block: 10px; font-size: 13px; color: var(--muted); }
@media(max-width:900px) {
  .wrap { width: calc(100% - 48px); }
  .hero { gap: 24px; }
  h1 { font-size: clamp(2.8rem, 5.4vw, 3.6rem); }
  .hero-device { max-width: 300px; }
  .intro { font-size: 18px; }
}
@media(max-width:640px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 80px; gap: 12px; }
  .header nav { gap: 4px; }
  .header nav a { padding-inline: 8px; }
  .brand { font-size: 24px; gap: 9px; }
  .brand img { width: 32px; }
  nav { gap: 20px; }
  nav a { font-size: 14px; }
  .hero { grid-template-columns: 1fr; gap: 24px; padding-block: 32px 32px; }
  h1 { font-size: clamp(2.8rem, 11vw, 4rem); }
  .intro { font-size: 18px; }
  .actions { gap: 16px; margin-top: 24px; }
  .hero .primary { width: 100%; }
  .primary { min-width: 0; }
  .hero-note { font-size: 13px; }
  .creator-note { margin-top: 20px; padding-left: 16px; }
  .creator-note p { font-size: 15px; }
  .hero-device { max-width: 260px; }
  .phone-explorer { max-width: 335px; }
  .phone-stage { aspect-ratio: .66; }
  .screen-picker { gap: 3px; }
  .screen-picker button { padding-inline: 4px; }
  .demo-section { padding-block: 30px; }
  .demo-heading { gap: 12px; margin-bottom: 20px; }
  .video-frame { padding: 4px; border-radius: 17px; }
  video { border-radius: 12px; }
  .support { display: block; padding: 24px; }
  .support .button { margin-top: 22px; }
  .footer nav { gap: 8px 24px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
