:root {
  color-scheme: dark;
  --bg: #151617; --ink: #f5f5f4; --muted: #b0b5b4; --line: #343638;
  --coral: #ff8f80; --teal: #8bd9ca; --shell: min(1080px, calc(100% - 48px));
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--coral); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 5px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; overflow-wrap: break-word; }
h1, h2, h3 { font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif; }
p { line-height: 1.65; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px; background: var(--bg); z-index: 5; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-size: 17px; font-weight: 650; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-header nav a, .site-footer a { padding-block: 12px; font-size: 13px; text-decoration: none; }
.hero { background: url("assets/tense.png") center 4px / 260px 260px no-repeat; text-align: center; padding: 244px 0 40px; }
.hero-copy { max-width: 800px; }
.eyebrow { color: var(--coral); font-size: 12px; font-weight: 650; margin-bottom: 16px; }
h1 { font-size: 76px; font-weight: 650; line-height: 1.04; }
.hero-line { font-size: 27px; line-height: 1.3; margin-top: 17px; }
.hero-body { color: var(--muted); font-size: 16px; margin-top: 18px; }
.release-status { color: var(--muted); font-size: 12px; margin-top: 22px; }
.band { border-block: 1px solid var(--line); background: #191b1c; }
.moments { scroll-margin-top: 24px; }
.moments .shell, .experience, .research { padding-block: 76px; }
.section-heading { max-width: 640px; }
h2 { font-size: 40px; font-weight: 600; line-height: 1.12; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; max-width: 560px; margin-top: 20px; }
.state-list { margin-top: 40px; }
.state { display: grid; grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.state img { width: 104px; aspect-ratio: 1; object-fit: contain; }
.state h3 { font-size: 25px; font-weight: 600; margin-bottom: 6px; }
.state p { color: var(--muted); font-size: 14px; }
.state:first-child h3 { color: var(--teal); }
.state:nth-child(2) h3 { color: var(--coral); }
.state:nth-child(3) h3 { color: #c5b2ed; }
.state:nth-child(4) h3 { color: #f1cc73; }
.screens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 44px; }
figure { min-width: 0; margin: 0; }
.screens img { width: 100%; aspect-ratio: 660 / 1434; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; }
figcaption { padding-top: 20px; font-size: 13px; color: var(--muted); line-height: 1.6; }
figcaption strong { display: block; font-size: 17px; color: var(--ink); margin-bottom: 6px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px; padding-block: 72px; }
.detail-grid h2 { font-size: 27px; }
.detail-grid article > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin-top: 22px; }
.detail-grid a { display: inline-block; font-size: 14px; margin-top: 20px; }
.research { max-width: 760px; }
.research > p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin-top: 24px; }
.research a { color: var(--teal); }
.closing .shell { padding-block: 56px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.closing img { width: 84px; height: 84px; object-fit: contain; }
.closing p { color: var(--muted); }
.closing a { font-size: 14px; }
.site-footer { padding-block: 26px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 12px; }
.legal { max-width: 760px; padding-block: 68px 84px; }
.legal h1 { font-size: 52px; }
.legal-intro { font-size: 20px; color: var(--muted); margin-top: 24px; margin-bottom: 36px; }
.legal section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal section h2 { font-size: 21px; margin-bottom: 12px; }
.legal section p { color: var(--muted); font-size: 16px; }
.legal section p + p { margin-top: 14px; }
.legal a { color: var(--teal); overflow-wrap: anywhere; }
.contact { padding-bottom: 36px; }
.contact a { display: inline-block; font-size: 19px; padding-block: 10px; }
.contact p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.back-link { padding-block: 12px; font-size: 13px; }
.faq details { border-top: 1px solid var(--line); padding-block: 22px; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 18px; font-weight: 550; line-height: 1.5; }
.faq p { margin-top: 16px; font-size: 16px; color: var(--muted); }
.support-note { padding-top: 40px; }
.support-note h2 { font-size: 21px; }
.support-note p { color: var(--muted); margin-top: 16px; }
@media (max-width: 760px) {
  :root { --shell: min(600px, calc(100% - 36px)); }
  .site-header { min-height: 72px; gap: 12px; }
  .site-header nav { gap: 16px; }
  .site-header nav a:first-child { display: none; }
  .brand { font-size: 15px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .hero { background-size: 220px 220px; background-position: center 4px; padding-top: 210px; padding-bottom: 32px; }
  h1 { font-size: 52px; }
  .hero-line { font-size: 22px; margin-top: 14px; }
  .hero-body { font-size: 15px; }
  .hero-body br { display: none; }
  .eyebrow { font-size: 11px; }
  h2 { font-size: 32px; }
  .moments .shell, .experience, .research { padding-block: 48px; }
  .state { grid-template-columns: 78px minmax(0, 1fr); gap: 12px 20px; padding: 24px 0; }
  .state img { width: 78px; grid-row: span 2; }
  .state h3 { font-size: 23px; }
  .state .scene-names { grid-column: 2; font-size: 12px; }
  .screens { gap: 20px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .screens figure { flex: 0 0 75%; max-width: 270px; scroll-snap-align: start; }
  .detail-grid { grid-template-columns: 1fr; padding-block: 44px; gap: 32px; }
  .detail-grid article + article { border-top: 1px solid var(--line); padding-top: 32px; }
  .detail-grid h2 br { display: none; }
  .legal { padding-block: 48px 64px; }
  .legal h1 { font-size: 38px; }
  .legal-intro { font-size: 18px; }
  .site-footer > span:last-child { width: 100%; }
}
@media (max-height: 740px) {
  .hero { background-size: 160px 160px; background-position: center 0; padding-top: 150px; padding-bottom: 24px; }
  .hero h1 { font-size: 48px; }
  .hero-line { font-size: 21px; margin-top: 12px; }
  .hero .eyebrow { margin-bottom: 12px; }
  .hero-body { margin-top: 12px; }
  .release-status { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
