@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap");

:root { --ink: #172452; --ink-deep: #111a3e; --blue: #2452e7; --paper: #f7f8fc; --warm: #f2ece4; --sans: "DM Sans", Arial, sans-serif; --serif: "Playfair Display", Georgia, serif; --mono: "DM Mono", monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; z-index: 20; top: -4rem; left: 1rem; padding: .6rem 1rem; color: white; background: var(--blue); border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { top: 0; }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 8rem 0; }

.site-header { position: absolute; z-index: 4; inset: 0 0 auto; color: white; }
.nav { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; letter-spacing: -.045em; }
.brand img { border-radius: 22%; }
.brand span { font-size: 1.12rem; }
.nav-links { display: flex; gap: 2rem; margin-left: auto; margin-right: 1rem; font-size: .88rem; font-weight: 500; }
.nav-links a { opacity: .8; transition: opacity .2s ease; }
.nav-links a:hover, .footer-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-height: 42px; padding: 0 1.05rem; color: var(--ink); background: white; box-shadow: 0 8px 25px rgba(3, 9, 37, .16); }
.button-small { font-size: .8rem; }

.hero { position: relative; overflow: hidden; padding: 9.7rem 0 6.4rem; color: white; background: radial-gradient(circle at 85% 22%, #3c63d9 0, rgba(60, 99, 217, 0) 25%), linear-gradient(132deg, #192859 0%, #172452 62%, #10193e 100%); }
.hero::before, .hero::after { position: absolute; content: ""; border-radius: 50%; border: 1px solid rgba(177, 194, 255, .13); pointer-events: none; }
.hero::before { width: 840px; height: 840px; right: -400px; bottom: -440px; }
.hero::after { width: 660px; height: 660px; right: -300px; bottom: -350px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .97fr) minmax(420px, 1.03fr); align-items: center; gap: 3rem; }
.eyebrow { margin: 0 0 1.15rem; color: #53658e; font-family: var(--mono); font-size: .69rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-light { color: #aebdef; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 600; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 560px; margin-bottom: 1.6rem; font-size: clamp(3.4rem, 6vw, 6.25rem); }
h1 em, h2 em { font-family: var(--serif); font-weight: 600; }
.hero-lede { max-width: 520px; margin-bottom: 2rem; color: #d8e1ff; font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; }
.button-play { min-width: 164px; padding: .5rem 1.05rem .5rem .6rem; color: var(--ink); background: white; box-shadow: 0 13px 32px rgba(3, 9, 37, .2); line-height: 1.1; text-align: left; }
.button-play small { display: block; margin-bottom: .18rem; font-size: .49rem; font-weight: 600; letter-spacing: .08em; }
.play-mark { display: grid; width: 34px; height: 34px; place-items: center; padding-left: 2px; color: white; background: var(--blue); border-radius: 50%; font-size: .75rem; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--blue); font-size: .9rem; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.light-link { color: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: .6rem 1.35rem; margin-top: 3rem; color: #b6c6f7; font-size: .73rem; }
.hero-points span::before { margin-right: .45rem; color: #7e9afd; content: "•"; }
.hero-art { position: relative; min-height: 390px; }
.hero-art img { position: absolute; z-index: 2; top: 50%; width: 115%; max-width: none; transform: translate(-3%, -50%); filter: drop-shadow(0 28px 35px rgba(4, 10, 42, .25)); }
.hero-orbit { position: absolute; border: 1px solid rgba(201, 213, 255, .16); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; top: -70px; right: -15px; }
.orbit-two { width: 380px; height: 380px; top: -8px; right: 45px; }

.intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; }
h2 { margin-bottom: 0; font-size: clamp(2.65rem, 5vw, 4.8rem); }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; padding-top: .55rem; color: #47577d; font-size: 1rem; }
.intro-copy p { margin: 0; }

.statement-band { overflow: hidden; color: white; background: var(--blue); }
.statement-grid { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 390px; align-items: center; }
.statement-copy { position: relative; z-index: 1; padding: 5.7rem 0; }
.statement-copy h2 { max-width: 520px; margin-bottom: 1.4rem; font-size: clamp(2.65rem, 4.5vw, 4.45rem); }
.statement-copy > p:last-child { max-width: 440px; color: #cfdbff; }
.statement-art { align-self: stretch; width: 100%; height: 100%; max-height: 448px; object-fit: cover; object-position: 40% center; mix-blend-mode: screen; opacity: .9; }

.features { display: grid; grid-template-columns: 340px 1fr; gap: 6.5rem; }
.section-heading > p:last-child { margin-top: 1.9rem; color: #59698f; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.feature-card { position: relative; min-height: 270px; padding: 1.7rem 1.7rem 1.5rem; overflow: hidden; border-radius: 18px; background: #e4ebff; }
.feature-card-large { grid-row: span 2; min-height: 556px; padding-top: 2rem; color: white; background: linear-gradient(155deg, #243f96, #172452 72%); }
.feature-card-dark { color: white; background: #1b2860; }
.feature-card-blue { color: white; background: #2452e7; }
.feature-card-plain { background: #eff2f8; }
.feature-card-warm { background: #f0e8df; }
.feature-number { margin-bottom: 3.4rem; font-family: var(--mono); font-size: .68rem; opacity: .65; }
.feature-card-large .feature-number { margin-bottom: 8.8rem; }
.feature-card h3 { max-width: 265px; margin-bottom: .65rem; font-size: 1.45rem; letter-spacing: -.04em; line-height: 1.1; }
.feature-card p:not(.feature-number) { position: relative; z-index: 1; max-width: 320px; margin-bottom: 0; color: #56668a; font-size: .88rem; line-height: 1.55; }
.feature-card-dark p:not(.feature-number), .feature-card-blue p:not(.feature-number), .feature-card-large p:not(.feature-number) { color: #c9d6ff; }
.feature-symbol { position: absolute; right: -13px; bottom: -54px; color: rgba(36, 82, 231, .12); font-family: var(--serif); font-size: 10rem; line-height: 1; }
.feature-card-dark .feature-symbol, .feature-card-blue .feature-symbol, .feature-card-large .feature-symbol { color: rgba(255, 255, 255, .12); }
.feature-card-large .feature-symbol { right: -35px; bottom: -52px; font-size: 16rem; }

.screens { overflow: hidden; padding: 8rem 0 9rem; background: #e7ecfa; }
.screens-heading { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 2rem; margin-bottom: 4.3rem; }
.screens-heading > p { margin-bottom: .3rem; color: #52648d; }
.screen-rail { display: grid; grid-auto-columns: minmax(185px, 240px); grid-auto-flow: column; gap: 1.35rem; width: max-content; padding: 1.2rem max(24px, calc((100vw - 1160px) / 2)) 1.8rem; }
.screen-shot { margin: 0; }
.screen-shot img { width: 100%; border-radius: 22px; box-shadow: 0 20px 32px rgba(30, 45, 95, .18); transition: transform .25s ease, box-shadow .25s ease; }
.screen-shot:hover img { transform: translateY(-8px); box-shadow: 0 27px 38px rgba(30, 45, 95, .25); }
.screen-shot figcaption { padding: .9rem .15rem 0; color: #56688f; font-size: .76rem; font-weight: 600; }
.screen-shot-featured { margin-top: -1rem; }
.screen-shot-featured img { border: 5px solid white; }
.tilt-left { transform: rotate(-3deg); }
.tilt-right { transform: rotate(3deg); }

.privacy { background: var(--warm); }
.privacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9rem; }
.privacy-mark { display: grid; width: min(29vw, 310px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(23, 36, 82, .22); border-radius: 50%; color: var(--ink); text-align: center; }
.privacy-mark span:first-child { grid-area: 1 / 1; font-size: 8rem; line-height: 1; }
.privacy-mark span:last-child { grid-area: 1 / 1; margin-top: 175px; font-family: var(--mono); font-size: .65rem; font-weight: 500; letter-spacing: .14em; }
.privacy-copy > p:not(.eyebrow) { max-width: 560px; margin: 1.75rem 0; color: #52617e; }

.download { color: white; background: radial-gradient(circle at 20% 40%, #455ec0 0, rgba(69, 94, 192, 0) 27%), var(--ink-deep); }
.download-inner { display: grid; grid-template-columns: 148px minmax(0, 1fr) auto; align-items: center; gap: 2.7rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.download-icon { border-radius: 22%; box-shadow: 0 20px 38px rgba(0, 0, 0, .35); }
.download h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.download-action { display: grid; justify-items: end; gap: .85rem; color: #9eb0e6; font-size: .75rem; }
.button-inverse { color: white; background: var(--blue); box-shadow: none; }
.button-inverse .play-mark { color: var(--blue); background: white; }

.footer { color: #bcc8ef; background: #0d1431; }
.footer-inner { display: flex; min-height: 108px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-brand { color: white; }
.footer-inner > p { margin: 0; font-size: .82rem; }
.footer-links { display: flex; gap: 1.15rem; font-size: .77rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 300px; max-width: 630px; width: 100%; margin: -1rem auto -2rem; }
  .hero-art img { width: 100%; transform: translate(0, -50%); }
  .intro, .features { grid-template-columns: 1fr; gap: 3.4rem; }
  .intro-copy { max-width: 700px; }
  .statement-grid { grid-template-columns: 1fr; }
  .statement-copy { padding-bottom: 2rem; }
  .statement-art { display: none; }
  .privacy-grid { gap: 5rem; }
  .feature-card-large { grid-row: auto; min-height: 340px; }
  .feature-card-large .feature-number { margin-bottom: 4rem; }
  .download-inner { grid-template-columns: 110px 1fr; }
  .download-action { grid-column: 2; justify-items: start; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 36px, 1160px); }
  .section { padding: 5.6rem 0; }
  .nav { min-height: 76px; }
  .nav-links, .nav .button { display: none; }
  .hero { padding-top: 7.9rem; padding-bottom: 3.7rem; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 3.5rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { flex-wrap: wrap; gap: 1.1rem 1.4rem; }
  .hero-points { display: grid; gap: .5rem; margin-top: 2.3rem; }
  .hero-art { min-height: 220px; margin-top: .2rem; margin-bottom: -2.2rem; }
  .intro-copy { grid-template-columns: 1fr; gap: 1.2rem; }
  .statement-copy { padding: 4.7rem 0; }
  .features { gap: 2.7rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-large { min-height: 250px; }
  .feature-card-large .feature-number { margin-bottom: 2.5rem; }
  .screens { padding-top: 5.6rem; padding-bottom: 5.6rem; }
  .screens-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.8rem; }
  .screen-rail { grid-auto-columns: minmax(190px, 67vw); gap: 1rem; overflow-x: auto; width: 100%; padding: 1rem 18px 1.8rem; scroll-snap-type: x mandatory; }
  .screen-shot { scroll-snap-align: center; }
  .screen-shot-featured, .tilt-left, .tilt-right { margin-top: 0; transform: none; }
  .privacy-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .privacy-mark { width: 170px; }
  .privacy-mark span:first-child { font-size: 5rem; }
  .privacy-mark span:last-child { margin-top: 105px; font-size: .52rem; }
  .download-inner { grid-template-columns: 82px 1fr; gap: 1.5rem; padding-top: 3.4rem; padding-bottom: 3.4rem; }
  .download-action { grid-column: 1 / -1; }
  .footer-inner { min-height: 0; padding: 2.2rem 0; align-items: flex-start; flex-direction: column; }
  .footer-inner > p { order: 3; }
  .footer-links { flex-wrap: wrap; }
}

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