@charset "UTF-8";
:root {
  color-scheme: light;
  --bg: #f5f6f4;
  --surface: #e9ece7;
  --ink: #202620;
  --muted: #596258;
  --line: #ccd2c8;
  --accent: #42593a;
  --action-bg: #2c3e27;
  --action-ink: #ffffff;
  --action-hover: #3c5235;
  --control-bg: #ffffff;
  --shadow: #18251426;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #101211;
  --surface: #191c1a;
  --ink: #f1f2ec;
  --muted: #a7aea7;
  --line: #343a34;
  --accent: #d5e5c3;
  --action-bg: #d5e5c3;
  --action-ink: #172013;
  --action-hover: #e8f2dc;
  --control-bg: #191c1a;
  --shadow: #00000070;
}
/* Follow the system appearance even when JavaScript is unavailable. */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --bg: #101211;
    --surface: #191c1a;
    --ink: #f1f2ec;
    --muted: #a7aea7;
    --line: #343a34;
    --accent: #d5e5c3;
    --action-bg: #d5e5c3;
    --action-ink: #172013;
    --action-hover: #e8f2dc;
    --control-bg: #191c1a;
    --shadow: #00000070;
  }
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button, summary, select { touch-action: manipulation; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, summary:focus-visible, select:focus-visible, video:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
button, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.12; }
h1, h2 { letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 5.65vw, 5.4rem); line-height: 1.08; }
h2 { font-size: clamp(2.2rem, 3.5vw, 3.1rem); }
h3 { font-size: 1.125rem; letter-spacing: -.015em; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--accent); letter-spacing: -.06em; }
.shell { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { font-size: .8125rem; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; }
.skip-link { position: absolute; left: 1rem; top: -6rem; padding: .75rem 1.25rem; background: var(--ink); color: var(--bg); z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 100px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; border-bottom: 1px solid var(--line); gap: 1.5rem; padding-block: 18px; }
.site-header > .brand { grid-column: 1; grid-row: 1; }
.site-header > nav { grid-column: 2; grid-row: 1; }
.site-header > .theme-toggle { grid-column: 3; grid-row: 1; justify-self: end; }
.brand { display: flex; align-items: center; gap: .8rem; font-size: 1.125rem; font-weight: 600; letter-spacing: -.025em; }
.brand img { border-radius: 12px; }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 1.5rem; font-size: .875rem; }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; padding: 0; background: var(--control-bg); color: var(--ink); border: 1px solid var(--line); border-radius: 50%; }
.theme-toggle:hover { background: var(--surface); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-toggle .theme-icon-sun { display: none; }
.theme-toggle[data-mode="dark"] .theme-icon-moon { display: none; }
.theme-toggle[data-mode="dark"] .theme-icon-sun { display: block; }
.theme-reset { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: .875rem; text-align: left; }
.theme-reset:hover { color: var(--accent); }
.theme-reset[aria-disabled="true"] { cursor: default; }
.nav-download { padding: .65rem 1.1rem; border: 1px solid var(--line); border-radius: 100px; display: flex; align-items: center; gap: 1rem; min-height: 44px; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; padding-block: 60px; gap: 45px; border-bottom: 1px solid var(--line); }
.hero-copy { min-width: 0; }
.hero-description { max-width: 425px; font-size: 1.125rem; color: var(--muted); margin-top: 1.6rem; line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.75rem; background: var(--action-bg); color: var(--action-ink); border: 1px solid var(--action-bg); border-radius: 100px; min-height: 56px; padding: .85rem 1.5rem; font-weight: 600; font-size: .9375rem; transition: background .2s, transform .2s; }
.button:hover { color: var(--action-ink); background: var(--action-hover); transform: translateY(-2px); }
.hero-actions { margin-top: 1.5rem; padding-block: 15px; }
.app-store-badge { display: inline-block; vertical-align: top; line-height: 0; }
.app-store-badge img { width: auto; height: 60px; }
.availability { font-size: .875rem; color: var(--muted); margin-top: 1rem; }
.availability .price { color: var(--ink); font-size: 1rem; font-weight: 600; margin-bottom: .3rem; }
.availability .compatibility { margin-top: .75rem; }
.hero-visual { min-width: 0; width: 100%; max-width: 370px; justify-self: center; text-align: center; }
.video-frame { position: relative; width: 310px; max-width: 100%; margin-inline: auto; border-radius: 24px; background: #111; overflow: hidden; box-shadow: 0 20px 55px var(--shadow); border: 1px solid var(--line); }
.video-frame video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; background: #111; }
.video-play { position: absolute; left: 50%; top: 53%; transform: translate(-50%, -50%); display: flex; align-items: center; flex-direction: column; gap: 10px; width: max-content; max-width: 90%; padding: 18px 24px; background: #111e; color: #fff; border: 1px solid #ffffff70; border-radius: 20px; font-size: .875rem; box-shadow: 0 4px 30px #0005; }
.video-play:hover { background: #202020; }
.video-play:focus-visible { outline-color: #fff; }
.play-symbol { font-size: 1.5rem; line-height: 1; }
.hero-visual figcaption { font-size: .8125rem; color: var(--muted); margin: 20px auto 0; max-width: 300px; }
.video-status { color: var(--muted); font-size: .875rem; }
.video-status:not(:empty) { margin-top: 12px; }
.video-description { margin-top: 12px; text-align: left; color: var(--muted); font-size: .875rem; }
.video-description summary { cursor: pointer; width: fit-content; margin-inline: auto; padding: 8px; }
.video-description p { padding-top: 10px; }
.section { padding-block: 80px; }
.effects-section, .faq-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; }
.section-intro > p:last-child { margin-top: 1.5rem; color: var(--muted); max-width: 355px; }
.effect-row { display: grid; grid-template-columns: 30px 1fr 90px; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: center; }
.effect-row:first-child { padding-top: 0; }
.effect-number { align-self: start; color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; line-height: 1.8; }
.effect-row p { color: var(--muted); margin-top: .55rem; font-size: .9375rem; }
.rhythm { color: var(--accent); text-align: right; white-space: nowrap; font-size: 1.15rem; overflow: hidden; }
.screens-section { background: var(--surface); padding-block: 70px; }
.screens-heading { display: flex; gap: 45px; align-items: end; justify-content: space-between; }
.screens-heading > p { color: var(--muted); font-size: .9375rem; flex-shrink: 0; }
.screens-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-top: 45px; }
.screens-grid figure { min-width: 0; }
.screens-grid figure > a { display: block; width: 200px; max-width: 90%; margin-inline: auto; border: 1px solid #41473f; border-radius: 28px; overflow: hidden; background: #000; transition: transform .2s; }
.screens-grid figure > a:hover { transform: translateY(-4px); }
.screens-grid img { width: 100%; }
.screens-grid figcaption { margin-top: 26px; }
.screens-grid figcaption p { color: var(--muted); font-size: .9375rem; margin-top: .75rem; }
.privacy-section { padding-block: 70px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; gap: 90px; }
.privacy-section > div > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.text-link { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--accent); font-size: .9375rem; }
.privacy-section .text-link { display: inline-block; margin-top: 1.25rem; }
.questions details { border-bottom: 1px solid var(--line); padding-block: 20px; }
.questions details:first-child { padding-top: 0; }
.questions summary { cursor: pointer; font-weight: 500; list-style: none; padding-right: 30px; position: relative; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: "+"; position: absolute; right: 2px; top: 0; font-size: 1.35rem; font-weight: 400; color: var(--accent); line-height: 1.2; }
.questions details[open] summary::after { content: "−"; }
.questions details p { color: var(--muted); margin-top: 1rem; font-size: .9375rem; }
.site-footer { padding-block: 25px 30px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: .875rem; }
.footer-top > p { color: var(--muted); }
.footer-top > p a { color: var(--ink); }
.footer-top nav { display: flex; gap: 28px; flex-wrap: wrap; }
.legal { font-size: .75rem; color: var(--muted); margin-top: 30px; max-width: 760px; }
.policy { max-width: 740px; padding-block: 80px 100px; }
.policy h1 { font-size: clamp(2.75rem, 5vw, 4rem); }
.policy .date { color: var(--muted); margin: 1.25rem 0 2.5rem; }
.policy h2 { font-size: 1.5rem; letter-spacing: -.02em; margin: 2.5rem 0 1rem; }
.policy p { color: var(--muted); }
.policy .policy-lead { font-size: 1.25rem; color: var(--ink); }
.policy a { text-decoration: underline; text-underline-offset: 4px; color: var(--ink); overflow-wrap: anywhere; }
@media (max-width: 1050px) {
  .shell { width: calc(100% - 64px); }
  .hero { gap: 25px; }
  .site-header nav { gap: 1rem; }
  .effects-section, .faq-section, .privacy-section { gap: 55px; }
  .screens-grid { gap: 32px; }
  .screens-heading { align-items: start; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 84px; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .site-header > .theme-toggle { grid-column: 2; }
  .site-header > nav { grid-column: 1 / -1; grid-row: 2; }
  .brand { font-size: 1rem; gap: 10px; }
  .brand img { width: 34px; height: 34px; border-radius: 10px; }
  .site-header nav > a:not(.nav-download) { display: none; }
  .site-header nav { gap: 8px; }
  .nav-download { font-size: .875rem; padding: .6rem .85rem; gap: .6rem; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-block: 48px 40px; gap: 36px; }
  h1 { font-size: clamp(3rem, 8.7vw, 4.6rem); }
  .eyebrow { font-size: .75rem; margin-bottom: 1.25rem; }
  .hero-description { margin-inline: auto; font-size: 1rem; max-width: 400px; }
  .hero-visual { margin-inline: auto; max-width: 370px; }
  .video-frame { width: 290px; }
  .section { padding-block: 60px; }
  .effects-section, .faq-section, .privacy-section { grid-template-columns: 1fr; gap: 35px; }
  .section-intro > p:last-child { max-width: 440px; }
  .effect-row { grid-template-columns: 24px 1fr 70px; gap: 12px; }
  .effect-row p { font-size: .875rem; }
  .rhythm { font-size: 1rem; }
  .screens-section { padding-block: 60px; }
  .screens-heading { display: block; }
  .screens-heading > p { margin-top: 1.25rem; }
  .screens-heading > p br { display: none; }
  .screens-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 35px; }
  .screens-grid figure { display: grid; grid-template-columns: minmax(125px, .85fr) 1fr; gap: 24px; align-items: center; }
  .screens-grid figure > a { max-width: 100%; width: 100%; border-radius: 22px; }
  .screens-grid figcaption { margin-top: 0; }
  .screens-grid figcaption h3 { font-size: 1.05rem; }
  .screens-grid figcaption p { font-size: .875rem; }
  .privacy-section { padding-block: 60px; gap: 25px; }
  .footer-top { flex-direction: column; align-items: start; gap: 20px; }
  .legal { margin-top: 24px; }
  .policy { padding-block: 55px 75px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  h1 { font-size: 2.75rem; }
  .screens-grid figure { display: block; }
  .screens-grid figure > a { width: 220px; }
  .screens-grid figcaption { margin-top: 22px; }
  .rhythm { display: none; }
  .effect-row { grid-template-columns: 24px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
