@font-face { font-family: "Shark Sans"; src: url("/_next/static/media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Shark Display"; src: url("/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2") format("woff2"); font-display: swap; }

:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f8fafc;
  --surface-strong: #eef4ff;
  --ink: #0f172a;
  --muted: #52627a;
  --quiet: #7c8ba1;
  --line: #dfe7f1;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --accent-ink: #ffffff;
  --radius: 18px;
  --sans: "Shark Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Shark Display", var(--sans);
}

html.dark {
  color-scheme: dark;
  --bg: #020617;
  --surface: #0b1220;
  --surface-strong: #111c31;
  --ink: #f8fafc;
  --muted: #a7b4c7;
  --quiet: #78879c;
  --line: #1e293b;
  --accent: #3b82f6;
  --accent-hover: #60a5fa;
  --accent-ink: #ffffff;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--bg); }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; transition: background 220ms ease, color 220ms ease; }
a { color: inherit; }
:where(a, button):focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: var(--bg); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 60; top: 16px; left: 0; width: 100%; padding: 0 16px; pointer-events: none; }
.nav-shell { width: min(1280px, 100%); height: 64px; margin: auto; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid transparent; border-radius: 999px; pointer-events: auto; transition: width 280ms ease, height 280ms ease, background 280ms ease, border 280ms ease, box-shadow 280ms ease; }
.site-header.scrolled .nav-shell { width: min(1024px, 100%); height: 56px; background: color-mix(in srgb, var(--bg) 84%, transparent); border-color: color-mix(in srgb, var(--line) 70%, transparent); box-shadow: 0 14px 45px rgba(30, 64, 175, .1); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; text-decoration: none; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.logo-dark { display: none; }
.dark .logo-light { display: none; }
.dark .logo-dark { display: block; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-family: var(--display); font-size: 16px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: 2px; }
.desktop-nav a { padding: 9px 12px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: background 160ms ease, color 160ms ease; }
.desktop-nav a:hover, .desktop-nav a.active { background: var(--surface); color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.icon-button { width: 38px; height: 38px; border: 0; border-radius: 999px; display: grid; place-items: center; background: var(--surface); color: var(--muted); cursor: pointer; font-size: 16px; }
.preorder, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: transform 160ms ease, background 160ms ease; }
.preorder:hover, .button.primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.preorder:active, .button:active { transform: translateY(1px); }
.menu-button { display: none; }
.mobile-nav { margin: 8px auto 0; width: min(520px, 100%); padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); box-shadow: 0 24px 60px rgba(15, 23, 42, .16); pointer-events: auto; }
.mobile-nav a { display: block; padding: 13px 14px; border-radius: 12px; color: var(--ink); font-size: 17px; font-weight: 750; text-decoration: none; }
.mobile-nav a:hover, .mobile-nav a[aria-current] { background: var(--surface); color: var(--accent); }

main { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 100dvh; padding: 112px 0 72px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(44px, 7vw, 104px); }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h1 { max-width: 9ch; margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .9; letter-spacing: -.07em; }
.lede { max-width: 34rem; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button.secondary { border-color: var(--line); background: var(--bg); color: var(--ink); }
.button.secondary:hover { background: var(--surface); transform: translateY(-1px); }
.availability { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; color: var(--quiet); font-size: 12px; }
.availability i { color: var(--accent); }
.hero-visual { min-width: 0; margin: 0; }
.hero-visual img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 36px 90px rgba(37, 99, 235, .14); }
.hero-visual figcaption { margin-top: 12px; color: var(--quiet); font-size: 11px; line-height: 1.5; }

.intro { max-width: 880px; padding: 118px 0 88px; border-top: 1px solid var(--line); }
.intro h2, .workflow-copy h2, .status-section h2 { margin: 0; font-size: clamp(2.55rem, 5vw, 5.15rem); line-height: .98; letter-spacing: -.055em; }
.intro > p:last-child, .workflow-copy > p, .status-section p:not(.eyebrow) { max-width: 46rem; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.workflow { padding: 70px 0 120px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); gap: clamp(60px, 8vw, 120px); align-items: start; }
.workflow-copy { position: sticky; top: 120px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--accent); font-weight: 800; text-decoration: none; }
.workflow-list { border-top: 1px solid var(--line); }
.workflow-list article { min-height: 180px; padding: 30px 0; display: grid; grid-template-columns: 48px 1fr; gap: 22px; align-items: start; border-bottom: 1px solid var(--line); }
.workflow-list i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--surface-strong); color: var(--accent); }
.workflow-list h3 { margin: 1px 0 10px; font-size: 1.45rem; letter-spacing: -.03em; }
.workflow-list p { max-width: 35rem; margin: 0; color: var(--muted); line-height: 1.65; }
.status-section { margin: 0 0 90px; padding: clamp(38px, 6vw, 70px); display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: end; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.status-section h2 { max-width: 12ch; font-size: clamp(2.4rem, 4vw, 4.3rem); }

.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid, .footer-bottom { width: min(1280px, calc(100% - 48px)); margin: auto; }
.footer-grid { padding: 76px 0 58px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 60px; }
.footer-brand p { max-width: 310px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.footer-grid nav { display: flex; flex-direction: column; gap: 14px; }
.footer-grid nav strong { margin-bottom: 5px; font-size: 14px; }
.footer-grid nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--ink); }
.footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 12px; }
.reveal { animation: reveal-position 560ms ease both; }
.hero-visual { animation-delay: 90ms; }
@keyframes reveal-position { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) { .desktop-nav { display: none; } .menu-button { display: grid; } .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; } .hero-copy { max-width: 700px; } .workflow { grid-template-columns: 1fr; } .workflow-copy { position: static; } }
@media (max-width: 760px) { main, .footer-grid, .footer-bottom { width: min(100% - 28px, 1280px); } .preorder { display: none; } .hero { padding-top: 128px; } h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); } .hero-actions, .hero-actions .button { width: 100%; } .intro { padding: 90px 0 60px; } .workflow { padding: 40px 0 90px; } .status-section { grid-template-columns: 1fr; } .status-section .button { width: 100%; } .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } .footer-bottom { min-height: 110px; flex-direction: column; justify-content: center; align-items: flex-start; } }
@media (max-width: 480px) { .brand span { display: none; } .footer-grid { grid-template-columns: 1fr; } .workflow-list article { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } .reveal { animation: none; } }
