:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #f5f5f7;
  --paper: #ffffff;
  --line: rgba(0, 0, 0, 0.09);
  --blue: #007aff;
  --blue-hover: #0067d9;
  --radius: 30px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 650; letter-spacing: -0.02em; text-decoration: none; }
.brand img, .footer-brand img { width: 27px; height: 27px; }
.beta-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; color: var(--muted); background: var(--soft); border-radius: 999px; font-size: 12px; font-weight: 600; }
.status-dot, .product-dot { display: inline-block; border-radius: 50%; background: var(--blue); }
.status-dot { width: 7px; height: 7px; box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.12); }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: 720px; padding: 76px 0 100px; display: grid; grid-template-columns: 0.83fr 1.17fr; align-items: center; gap: clamp(48px, 8vw, 116px); }
.product-label, .eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 13px; line-height: 1; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.product-label { display: flex; align-items: center; gap: 9px; }
.product-dot { width: 10px; height: 10px; }
h1, h2, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(56px, 6vw, 88px); line-height: 0.96; letter-spacing: -0.065em; font-weight: 720; }
.lead { max-width: 520px; margin: 30px 0 0; color: var(--muted); font-size: clamp(20px, 2vw, 25px); line-height: 1.38; letter-spacing: -0.022em; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border-radius: 999px; font-weight: 650; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-hover); }
.text-link { color: var(--blue); font-weight: 620; text-decoration: none; }

.hero-media { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #15171a; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.hero-media > img { width: 100%; height: auto; }

.proof-strip { max-width: 1180px; margin: 0 auto; padding: 32px 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; gap: 6px; padding: 0 36px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { padding-right: 0; border: 0; }
.proof-strip strong { font-size: 16px; }
.proof-strip span { color: var(--muted); font-size: 14px; }

.feature { padding-block: 150px; }
.section-heading { max-width: 770px; margin-bottom: 66px; }
.section-heading h2, .download-card h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -0.055em; }
.section-heading > p:last-child { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 21px; line-height: 1.45; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.shot { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.shot-wide { grid-column: 1 / -1; }
.shot img { width: 100%; height: auto; background: #17191c; }
.shot figcaption { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 5px; }
.shot figcaption strong { font-size: 17px; }
.shot figcaption span { color: var(--muted); font-size: 14px; }

.download-section { padding: 0 24px 110px; }
.download-card { width: min(1180px, 100%); margin: 0 auto; padding: clamp(42px, 6vw, 82px); color: white; background: #101114; border-radius: 38px; }
.download-card > div:first-child { max-width: 720px; }
.download-card > div:first-child p:last-child { margin: 24px 0 0; color: #a1a1a6; font-size: 19px; line-height: 1.5; }
.downloads { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 320px)); gap: 14px; }
.download-button { min-height: 78px; padding: 14px 18px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.07); }
.download-button span:nth-child(2) { display: flex; flex-direction: column; font-weight: 650; line-height: 1.12; }
.download-button small { color: #a1a1a6; font-size: 10px; font-weight: 500; }
.download-button b { color: #8e8e93; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.platform-icon { font-size: 25px; text-align: center; }
.release-note { margin: 22px 0 0; color: #8e8e93; font-size: 12px; }
.support-line { margin: 10px 0 0; color: #a1a1a6; font-size: 13px; }
.support-line a, footer a { text-underline-offset: 3px; }

footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0 56px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer p { margin: 0; }
.footer-brand { color: var(--ink); }

.hub-page { min-height: 100svh; display: grid; place-items: center; background: var(--soft); }
.hub-shell { width: min(720px, calc(100% - 48px)); padding-block: 72px; text-align: center; }
.hub-mark { width: 68px; height: 68px; margin: 0 auto 30px; }
.hub-shell h1 { font-size: clamp(56px, 8vw, 94px); }
.hub-copy { margin: 26px 0 32px; color: var(--muted); font-size: 21px; }

.legal-page { width: min(760px, calc(100% - 48px)); min-height: 68svh; margin: 0 auto; padding: 92px 0 130px; }
.legal-page h1 { margin-bottom: 30px; }
.legal-intro { margin: 0 0 70px; color: var(--muted); font-size: 23px; line-height: 1.45; }
.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.025em; }
.legal-page section p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.62; }
.legal-page section a { color: var(--blue); }
.legal-updated { margin: 42px 0 0; color: var(--muted); font-size: 12px; }

@media (max-width: 850px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { max-width: 650px; }
  .hero-media { transform: none; }
  .proof-strip { width: calc(100% - 48px); padding-inline: 0; }
  .proof-strip div { padding-inline: 20px; }
  .feature { padding-block: 110px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 620px) {
  .site-header, .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 66px; }
  .hero { padding: 56px 0 76px; gap: 46px; }
  h1 { font-size: clamp(49px, 15vw, 66px); }
  .lead { font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof-strip { width: calc(100% - 32px); grid-template-columns: 1fr; padding-block: 10px; }
  .proof-strip div, .proof-strip div:first-child, .proof-strip div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .feature { padding-block: 90px; }
  .gallery { grid-template-columns: 1fr; }
  .shot-wide { grid-column: auto; }
  .download-section { padding-inline: 16px; }
  .download-card { border-radius: 28px; }
  .downloads { grid-template-columns: 1fr; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 12px; }
  .legal-page { width: calc(100% - 32px); padding: 70px 0 100px; }
}

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