*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) { all: unset; display: revert; }
*, *::before, *::after { box-sizing: border-box; }
:root {
  --ink: #0b1115;
  --muted: #5d676e;
  --paper: #f2f3f1;
  --white: #fff;
  --night: #071018;
  --night-soft: #101d25;
  --sky: #91cddc;
  --sun: #e58b48;
  --line: rgba(11, 17, 21, .14);
  --shell: min(1180px, calc(100vw - 48px));
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; letter-spacing: -.02em; -webkit-font-smoothing: antialiased; }
a, button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 860px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; color: var(--ink); background: var(--white); border-radius: 999px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #3fb9dd; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 68px; color: var(--white); background: rgba(4, 12, 18, .72); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: saturate(140%) blur(20px); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 680; letter-spacing: -.04em; }
.brand img { border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; letter-spacing: -.01em; }
.nav-links a { color: rgba(255,255,255,.74); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: white; transition: transform .2s; }

.hero { position: relative; min-height: 790px; height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--night); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 58%; filter: saturate(.82) contrast(1.07); transform: scale(1.015); }
.hero-scrim { background: linear-gradient(90deg, rgba(2,8,12,.84) 0%, rgba(2,8,12,.43) 47%, rgba(2,8,12,.08) 72%), linear-gradient(0deg, rgba(2,8,12,.72) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(90px, 13vh, 150px); }
.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; color: var(--sky); }
.eyebrow.dark { color: #547783; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(64px, 9vw, 130px); line-height: .86; letter-spacing: -.075em; font-weight: 650; }
.hero-copy { max-width: 620px; margin: 34px 0 0; font-size: clamp(19px, 2vw, 24px); line-height: 1.42; letter-spacing: -.03em; color: rgba(255,255,255,.79); }
.hero-copy strong { color: var(--white); font-weight: 650; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-size: 15px; font-weight: 650; letter-spacing: -.015em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--white); }
.button-primary:hover { background: var(--sky); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { color: var(--white); background: var(--ink); }
.availability { display: flex; align-items: center; gap: 9px; margin-top: 28px; font-size: 13px; color: rgba(255,255,255,.62); }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: #86d4a5; box-shadow: 0 0 0 5px rgba(134,212,165,.12); }
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 45px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: rgba(255,255,255,.82); }

.section { padding: clamp(90px, 12vw, 165px) 0; }
.intro { background: var(--paper); }
.intro h2, .section-heading h2, .cta-section h2 { margin: 0; font-size: clamp(44px, 6.8vw, 84px); line-height: .98; letter-spacing: -.065em; font-weight: 620; }
.intro h2 span { color: #8f999e; }
.lede { margin: 42px 0 0; max-width: 760px; color: var(--muted); font-size: clamp(20px, 2.3vw, 28px); line-height: 1.45; letter-spacing: -.035em; }
.lede.light { color: rgba(255,255,255,.69); }

.feature-section { color: var(--white); background: var(--night); }
.section-heading { max-width: 920px; margin-bottom: 66px; }
.section-heading h2 { font-size: clamp(42px, 6vw, 76px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 500px; padding: clamp(30px, 4.2vw, 56px); overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: var(--night-soft); }
.feature-wide { grid-column: 1 / -1; min-height: 475px; }
.feature-card .card-copy { position: relative; z-index: 2; max-width: 550px; }
.feature-number { display: block; margin-bottom: 90px; font-size: 12px; letter-spacing: .15em; color: rgba(255,255,255,.4); }
.feature-card h3 { position: relative; z-index: 2; max-width: 540px; margin: 0 0 20px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.02; letter-spacing: -.05em; font-weight: 580; }
.feature-card p { position: relative; z-index: 2; max-width: 540px; margin: 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.55; }
.sun-card { background: #111a1d; }
.orb { position: absolute; border-radius: 50%; }
.sun-orb { width: min(42vw, 500px); height: min(42vw, 500px); right: 3%; top: 50%; transform: translateY(-48%); background: #e79a59; box-shadow: inset -75px -35px 110px rgba(117,50,12,.31), 0 0 90px rgba(229,139,72,.18); }
.night-card { background: radial-gradient(circle at 82% 30%, #28334b 0, #111827 38%, #0a111a 76%); }
.stars { position: absolute; inset: 0; opacity: .75; background-image: radial-gradient(circle, white 0 1px, transparent 1.5px), radial-gradient(circle, #a8d9ff 0 1px, transparent 1.5px); background-position: 0 0, 37px 57px; background-size: 83px 91px, 123px 117px; mask-image: linear-gradient(180deg, #000, transparent 80%); }
.coast-card { background: #0b2029; }
.wave-lines { position: absolute; right: -10%; bottom: -5%; width: 120%; height: 52%; transform: rotate(-5deg); }
.wave-lines i { position: absolute; inset-inline: 0; height: 80px; border: 2px solid rgba(145,205,220,.34); border-color: rgba(145,205,220,.34) transparent transparent; border-radius: 50%; }
.wave-lines i:nth-child(2) { top: 55px; transform: translateX(-8%); }
.wave-lines i:nth-child(3) { top: 110px; transform: translateX(7%); }
.map-card { background: #17201c; }
.map-rings { position: absolute; right: -100px; bottom: -100px; width: 420px; height: 420px; border: 1px solid rgba(187,207,167,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(187,207,167,.07), 0 0 0 140px rgba(187,207,167,.04); }
.weather-card { background: #202327; }
.weather-glyph { position: absolute; right: 10%; bottom: -8%; font-size: 230px; color: rgba(255,255,255,.08); }
.alert-card { background: #171b25; }
.signal { position: absolute; right: 12%; top: 50%; width: 220px; height: 220px; transform: translateY(-50%); border-radius: 50%; display: grid; place-items: center; }
.signal i { position: absolute; inset: 0; border: 1px solid rgba(145,205,220,.3); border-radius: 50%; }
.signal i:nth-child(2) { inset: -50px; opacity: .55; }
.signal i:nth-child(3) { inset: -100px; opacity: .25; }
.signal b { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; color: var(--night); background: var(--sky); font-size: 42px; }

.screens-section { overflow: hidden; background: #e6e8e5; }
.screens-section .section-heading { color: var(--ink); }
.phone-showcase { position: relative; }
.phone-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 15px max(7vw, calc((100vw - 1180px) / 2)) 20px; margin-inline: calc((100vw - var(--shell)) / -2); }
.phone-track::-webkit-scrollbar { display: none; }
.phone-card { flex: 0 0 min(330px, 73vw); scroll-snap-align: center; }
.phone-frame { padding: 10px; border-radius: 44px; background: #07090b; box-shadow: 0 22px 50px rgba(0,0,0,.24); }
.phone-frame img { width: 100%; border-radius: 34px; aspect-ratio: 9/19.6; object-fit: cover; }
.phone-card figcaption { margin-top: 18px; text-align: center; color: var(--muted); font-size: 14px; }
.carousel-button { position: absolute; z-index: 3; top: 45%; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.86); box-shadow: 0 8px 25px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.carousel-button.prev { left: -10px; }
.carousel-button.next { right: -10px; }

.field-section { color: var(--white); background: #0c161c; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.split-layout h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; font-weight: 610; }
.split-layout .lede { margin-top: 35px; }
.check-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li { position: relative; padding: 16px 0 16px 28px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sky); }
.cta-section { background: var(--white); }
.prerelease-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: clamp(60px, 9vw, 125px); align-items: start; }
.prerelease-copy img { margin: 0 0 32px; border-radius: 20px; box-shadow: 0 18px 35px rgba(0,0,0,.16); }
.prerelease-copy .lede { margin-top: 30px; }
.prerelease-form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 48px); color: var(--ink); background: #f4f6f5; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 20px 55px rgba(11,17,21,.08); }
.prerelease-form label:not(.platform-option, .form-trap), .prerelease-form fieldset { display: grid; gap: 8px; }
.prerelease-form label > span, .prerelease-form legend { font-size: 14px; font-weight: 680; letter-spacing: -.01em; }
.prerelease-form legend span { color: var(--muted); font-weight: 450; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prerelease-form input[type="text"], .prerelease-form input[type="email"] { width: 100%; min-height: 50px; padding: 0 15px; background: var(--white); border: 1px solid #b9c0c2; border-radius: 3px; }
.prerelease-form input[type="text"]:focus, .prerelease-form input[type="email"]:focus { border-color: #397e91; }
.prerelease-form fieldset { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prerelease-form legend { grid-column: 1 / -1; margin-bottom: 3px; }
.platform-option { min-height: 50px; display: flex; align-items: center; gap: 11px; padding: 0 15px; background: var(--white); border: 1px solid #b9c0c2; border-radius: 3px; cursor: pointer; }
.platform-option:has(input:checked) { border-color: #397e91; background: #e8f2f4; }
.platform-option input { width: 18px; height: 18px; appearance: auto; accent-color: #176e8a; }
.prerelease-form .button { width: 100%; min-height: 52px; margin-top: 3px; }
.form-note { margin: -3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.form-note a, .form-message a { color: #176e8a; text-decoration: underline; text-underline-offset: 3px; }
.form-message { margin: 0; padding: 14px 16px; border-left: 4px solid #287f57; background: #e5f3eb; font-size: 15px; }
.form-message.error { border-color: #a64b35; background: #f8e9e5; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 55px 0; color: rgba(255,255,255,.63); background: #050a0d; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; }
.footer-brand { color: var(--white); }
.footer-grid p { margin: 13px 0 0; }
.footer-grid nav { display: grid; gap: 10px; }
.footer-grid nav a:hover { color: var(--white); }
.copyright { text-align: right; }

.page-hero { padding: 180px 0 95px; color: var(--white); background: var(--night); }
.page-hero h1, .not-found h1 { margin: 0; font-size: clamp(55px, 8vw, 94px); line-height: .95; letter-spacing: -.07em; font-weight: 630; }
.page-hero p:last-child { color: rgba(255,255,255,.58); }
.legal-content { padding: 80px 0 120px; }
.legal-content > p:first-child { font-size: 24px; color: #333d43; }
.legal-content h2 { margin: 58px 0 14px; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; font-weight: 660; }
.legal-content h3 { margin: 25px 0 8px; font-size: 19px; font-weight: 670; }
.legal-content p, .legal-content li { color: #4d585e; }
.legal-content ul { padding-left: 24px; }
.legal-content li { display: list-item; margin: 8px 0; }
.legal-content a, .support-contact a { color: #176e8a; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 40px 0; padding: 24px; background: white; border-left: 4px solid #5c9cad; }
.legal-note { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.support-hero { text-align: center; }
.support-hero p { margin-inline: auto; max-width: 620px; }
.support-hero .button { margin-top: 20px; color: var(--ink); }
.support-layout { display: grid; grid-template-columns: .75fr 1.5fr; gap: 90px; align-items: start; }
.support-contact { position: sticky; top: 120px; }
.support-contact h2, .faq h2 { margin: 0 0 25px; font-size: 42px; line-height: 1.05; letter-spacing: -.05em; font-weight: 620; }
.response-note { color: var(--muted); font-size: 14px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 50px 25px 0; font-weight: 650; }
.faq summary::after { content: "+"; position: absolute; right: 4px; font-size: 26px; font-weight: 350; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 40px 25px 0; color: var(--muted); }
.safety-banner { padding: 75px 0; color: var(--white); background: #934f32; }
.safety-banner h2 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
.safety-banner p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.not-found { min-height: 80vh; padding: 210px 0 120px; color: var(--white); background: var(--night); }
.not-found p { color: rgba(255,255,255,.62); }
.not-found .button { margin-top: 20px; color: var(--ink); }

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

@media (max-width: 800px) {
  :root { --shell: min(100% - 34px, 1180px); }
  .site-header { height: 62px; }
  .menu-toggle { display: flex; }
  .nav-links { position: fixed; inset: 62px 0 auto; display: none; padding: 20px 24px 30px; align-items: stretch; flex-direction: column; gap: 0; background: rgba(4,12,18,.96); border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: 700px; }
  .hero-image { object-position: 64% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(2,8,12,.77), rgba(2,8,12,.2)), linear-gradient(0deg, rgba(2,8,12,.92) 0, transparent 70%); }
  .hero h1 { font-size: clamp(61px, 20vw, 88px); }
  .scroll-cue { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card, .feature-wide { min-height: 470px; }
  .feature-number { margin-bottom: 65px; }
  .sun-orb { width: 290px; height: 290px; right: -90px; top: 70%; }
  .signal { right: -60px; top: 76%; transform: scale(.65); }
  .split-layout, .support-layout, .prerelease-layout { grid-template-columns: 1fr; gap: 55px; }
  .support-contact { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .section { padding: 84px 0; }
  .hero-content { padding-bottom: 72px; }
  .hero-copy { margin-top: 25px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .form-row, .prerelease-form fieldset { grid-template-columns: 1fr; }
  .feature-card { padding: 28px; }
  .feature-card h3 { font-size: 34px; }
  .feature-card p { font-size: 16px; }
  .carousel-button { display: none; }
  .page-hero { padding: 145px 0 70px; }
  .legal-content { padding: 55px 0 90px; }
  .legal-content > p:first-child { font-size: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .copyright { grid-column: auto; }
}
