:root {
  color-scheme: dark;
  --night: #080a0e;
  --panel: #111721;
  --ink: #f3f5f8;
  --muted: #aeb9c8;
  --ice: #a8d4ee;
  --gold: #dbc39a;
  --line: rgba(174, 185, 200, .18);
  --font: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --gutter: clamp(22px, 5vw, 80px);
}
* { box-sizing: border-box; }
html { background: var(--night); scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body:has(.preview-dialog[open]) { overflow: hidden; }
::selection { color: var(--night); background: var(--ice); }
a { color: inherit; text-underline-offset: .24em; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--ice); outline-offset: 6px; border-radius: 3px; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 500; }
h1, h2 { text-wrap: balance; }
h2 { font-size: clamp(38px, 4.7vw, 68px); line-height: 1.08; letter-spacing: -.055em; }
h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.section-inner { width: min(1440px, 100%); padding-inline: var(--gutter); margin-inline: auto; }
.section { padding-block: clamp(80px, 9vw, 140px); }
.section-lede { color: var(--muted); max-width: 47ch; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.fine-print { color: var(--muted); font-size: 13px; line-height: 1.8; max-width: 85ch; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; background: var(--ink); color: var(--night); padding: 12px 20px; border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(8, 10, 14, .93); backdrop-filter: blur(22px); }
.header-inner { height: 88px; width: min(1440px, 100%); margin: auto; padding-inline: var(--gutter); display: flex; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 24px; font-weight: 550; letter-spacing: -.045em; white-space: nowrap; }
.brand-symbol { flex: 0 0 auto; width: 30px; height: 38px; display: inline-block; background: url('/assets/odyssey-brand.png') 50% 29% / 450% auto no-repeat; mix-blend-mode: screen; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: var(--muted); text-decoration: none; }
.desktop-nav a:hover { color: var(--ink); }
.account-link { text-decoration: none; border: 1px solid rgba(174, 185, 200, .3); border-radius: 99px; padding: 9px 20px; font-size: 13px; }
.account-link:hover { background: var(--panel); border-color: var(--ice); }
.mobile-menu { display: none; }
.hero { padding-top: clamp(58px, 7vw, 104px); }
.hero-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 42px; margin-bottom: 62px; }
.hero h1 { font-size: clamp(49px, 6.9vw, 99px); line-height: 1.01; letter-spacing: -.065em; }
.hero-intro { padding-bottom: 4px; justify-self: end; }
.hero-intro > p { font-size: 18px; line-height: 1.6; color: var(--muted); margin-bottom: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; padding: 15px 23px; min-height: 52px; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-size: 14px; font-weight: 600; transition: background .2s, border-color .2s; }
.button-light { background: var(--ink); color: var(--night); }
.button-light:hover { background: var(--ice); }
.button-glass { background: rgba(174, 185, 200, .06); border-color: rgba(174, 185, 200, .3); }
.button-glass:hover { background: rgba(174, 185, 200, .12); border-color: var(--ice); }
.button > span { font-size: 20px; line-height: 1; }
.release-link { display: flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--muted); text-decoration: none; font-size: 11px; }
.release-link:hover { color: var(--ink); }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero-stage { position: relative; }
.hero-stage > a { border: 1px solid rgba(174, 185, 200, .25); border-radius: 12px; overflow: hidden; box-shadow: 0 32px 90px -35px rgba(0, 0, 0, .9); }
.preview-link { display: block; position: relative; }
.hero-stage img { width: 100%; }
.preview-affordance { position: absolute; right: 20px; bottom: 20px; display: flex; gap: 20px; align-items: center; background: rgba(8, 10, 14, .84); border: 1px solid rgba(255, 255, 255, .3); backdrop-filter: blur(12px); padding: 9px 16px; border-radius: 99px; font-size: 12px; }
.preview-link:hover .preview-affordance { background: var(--panel); }
.hero-stage figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 20px; font-size: 12px; }
.caption-note { display: inline-block; color: var(--muted); margin-left: 16px; }
figcaption a { text-decoration: none; color: var(--muted); }
figcaption a span { margin-left: 14px; }
.device-line { display: flex; justify-content: space-between; align-items: center; padding-block: 38px; border-bottom: 1px solid var(--line); gap: 24px; }
.device-line > span { color: var(--muted); font-size: 14px; }
.device-line ul { display: flex; list-style: none; padding: 0; margin: 0; gap: clamp(24px, 4vw, 60px); font-size: 17px; }
.experience-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; align-items: center; }
.experience-copy > .section-lede { margin-top: 28px; }
.feature-list { margin-top: 44px; }
.feature-list article { padding-block: 24px; border-top: 1px solid var(--line); }
.feature-list p { margin-top: 9px; color: var(--muted); font-size: 15px; max-width: 49ch; }
.phone-stage { position: relative; padding: 12px 32px; isolation: isolate; }
.phone-frame { max-width: 290px; margin: auto; padding: 6px; border: 1px solid rgba(174, 185, 200, .35); border-radius: 38px; background: #030405; box-shadow: 20px 30px 80px #000; transform: rotate(4deg); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.phone-frame:hover, .phone-frame:focus-visible { transform: rotate(0); }
.phone-frame img { border-radius: 31px; }
.phone-halo { position: absolute; inset: 15% -10%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse, rgba(88, 123, 158, .13), transparent 67%); }
.phone-stage figcaption { text-align: center; margin-top: 35px; font-size: 12px; }
.phone-stage .caption-note { display: block; margin: 4px 0 0; }
.sources { background: #0d1118; border-block: 1px solid var(--line); }
.split-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 10%; }
.text-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 24px; padding-block: 6px; font-size: 14px; text-decoration-color: rgba(168, 212, 238, .4); }
.text-link:hover { color: var(--ice); }
.source-list { list-style: none; padding: 36px 0; margin: 48px 0 26px; border-block: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; color: #ced7e2; font-size: 22px; letter-spacing: -.025em; }
.dvr-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; }
.beta-label { color: var(--gold); margin-bottom: 24px; font-size: 13px; }
.dvr .section-lede { margin-top: 25px; }
.dvr .button { margin-top: 30px; }
.dvr .fine-print { margin-top: 24px; }
.dvr-details { padding-top: 28px; }
.dvr-details article { display: flex; gap: 26px; padding-block: 32px; border-bottom: 1px solid var(--line); }
.dvr-details article p { margin-top: 13px; font-size: 15px; color: var(--muted); }
.dvr-mark { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ice); }
.questions { border-top: 1px solid var(--line); }
.questions-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 30px 23px 0; font-size: 17px; line-height: 1.5; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 21px; color: var(--muted); font-size: 23px; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: var(--muted); margin: 0 25px 22px 0; font-size: 15px; }
.faq-list details a { color: var(--ice); }
.closing { padding-block: 86px 100px; text-align: center; background: radial-gradient(ellipse at 50% 100%, rgba(80, 116, 153, .17), transparent 65%); border-top: 1px solid var(--line); }
.closing .brand-symbol { width: 46px; height: 58px; }
.closing h2 { font-size: clamp(50px, 7vw, 96px); margin-top: 25px; }
.closing p { margin: 24px 0 30px; color: var(--muted); }
.closing-release { display: block; width: fit-content; margin: 17px auto 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer { padding-block: 44px 32px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.footer-top nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-top nav a:hover { color: var(--ink); }
.footer-bottom { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.7fr; gap: 40px; font-size: 11px; line-height: 1.8; color: var(--muted); }
.preview-dialog { width: min(1400px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 18px; color: var(--ink); background: var(--night); border: 1px solid var(--line); border-radius: 14px; }
.preview-dialog::backdrop { background: rgba(0, 0, 0, .88); backdrop-filter: blur(12px); }
.preview-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 14px; font-size: 14px; }
.preview-close { flex-shrink: 0; display: flex; align-items: center; gap: 20px; min-height: 44px; padding: 6px 14px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 99px; }
.preview-close span { font-size: 24px; }
.preview-image { width: 100%; max-height: calc(100dvh - 160px); object-fit: contain; }
@media (prefers-reduced-motion: no-preference) {
  .hero-heading { animation: opening-type .8s cubic-bezier(.2,.8,.2,1) both; }
  .hero-stage > a { animation: opening-screen 1.2s cubic-bezier(.2,.8,.2,1) both; }
  .preview-dialog[open] { animation: preview-open .22s ease-out; }
  @keyframes opening-type { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  @keyframes opening-screen { from { opacity: .3; transform: perspective(1600px) rotateX(5deg) translateY(28px); } to { opacity: 1; transform: perspective(1600px) rotateX(0) translateY(0); } }
  @keyframes preview-open { from { opacity: 0; transform: scale(.98); } to { opacity: 1; transform: scale(1); } }
}
@media (max-width: 1000px) {
  .header-inner { gap: 24px; }
  .desktop-nav { gap: 18px; }
  .hero-heading { gap: 28px; }
  .hero-intro > p { font-size: 16px; }
  .hero h1 { font-size: clamp(49px, 6.6vw, 72px); }
  .experience-layout, .split-heading, .dvr-layout, .questions-layout { gap: 6%; }
  .phone-stage { padding-inline: 20px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .header-inner { height: 74px; gap: 20px; }
  .desktop-nav, .header-inner > .account-link { display: none; }
  .wordmark { font-size: 22px; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu > summary { list-style: none; border: 1px solid var(--line); border-radius: 99px; padding: 8px 18px; font-size: 14px; }
  .mobile-menu[open] > summary { border-color: var(--ice); }
  .mobile-menu nav { position: absolute; top: 73px; right: 0; left: 0; background: #111721; padding: 18px var(--gutter) 24px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px #0008; }
  .mobile-menu nav a { display: block; text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero-heading { grid-template-columns: 1fr; gap: 27px; margin-bottom: 35px; }
  .hero h1 { font-size: clamp(49px, 9.9vw, 76px); }
  .hero-intro { justify-self: start; }
  .hero-intro > p { font-size: 17px; margin-bottom: 20px; }
  .hero-stage > a { border-radius: 7px; }
  .hero-stage figcaption { font-size: 11px; padding-block: 15px; }
  .hero-stage .caption-note { display: block; margin: 2px 0 0; }
  .hero-stage figcaption a { max-width: 105px; text-align: right; }
  .preview-affordance { right: 10px; bottom: 10px; padding: 5px 11px; font-size: 10px; gap: 8px; }
  .device-line { display: block; padding-block: 22px 28px; }
  .device-line ul { margin-top: 16px; gap: 0; justify-content: space-between; font-size: 15px; }
  .experience-layout, .split-heading, .dvr-layout, .questions-layout { grid-template-columns: 1fr; gap: 32px; }
  .feature-list { margin-top: 28px; }
  .feature-list article { padding-block: 21px; }
  .phone-stage { padding-top: 30px; padding-bottom: 10px; }
  .phone-halo { inset-inline: 0; }
  .phone-frame { max-width: 260px; }
  .source-list { justify-content: start; gap: 16px 28px; font-size: 18px; margin-top: 30px; padding-block: 28px; }
  .dvr-details { padding-top: 0; }
  .dvr-details article { padding-block: 24px; }
  .questions .text-link { margin-top: 17px; }
  .faq-list summary { font-size: 16px; }
  .closing { padding-block: 70px; }
  .closing p { font-size: 15px; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-top nav { gap: 14px 24px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 17px; margin-top: 28px; }
  .preview-dialog { width: calc(100% - 20px); padding: 12px; }
  .preview-toolbar { font-size: 12px; gap: 12px; }
}
@media (max-width: 440px) {
  .hero h1 { font-size: 48px; }
  .phone-stage { padding-inline: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .phone-frame, .phone-frame:hover { transform: none; }
}
