:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: #f5f5f0;
  background: #050505;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 2px solid #f5f5f0; outline-offset: 6px; border-radius: 4px; }
.site-shell { width: min(1320px, calc(100% - 80px)); margin: auto; min-height: 100svh; display: flex; flex-direction: column; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 24px; margin-top: 28px; background: #101010; border: 1px solid #292929; border-radius: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: 1.5rem; font-weight: 700; letter-spacing: -.04em; }
.brand img { object-fit: contain; }
nav { display: flex; gap: 28px; }
nav a { color: #c0c0bc; font-size: .9375rem; text-decoration: none; padding: 10px 0; }
nav a:hover { color: white; text-decoration: underline; }
.hero { flex: 1; display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 32px; padding: 96px 0; }
.eyebrow { color: #aaa; font-size: .8125rem; font-weight: 600; letter-spacing: .18em; margin: 0 0 28px; }
h1 { font-size: clamp(3.25rem, 5.7vw, 5.5rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 700; margin: 0; }
h1 span { color: #999995; }
.intro { font-size: clamp(1.125rem, 1.7vw, 1.375rem); line-height: 1.6; color: #c0c0bc; max-width: 24ch; margin: 28px 0 36px; }
.compatibility { font-size: .875rem; color: #9f9f9b; line-height: 1.7; }
.compatibility span { padding: 0 6px; }
.showcase { margin: 0; border-radius: 32px; overflow: hidden; border: 1px solid #292929; background: #000; box-shadow: 0 24px 80px #0008; }
.poster { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
footer { display: flex; justify-content: space-between; gap: 20px; color: #959591; font-size: .875rem; line-height: 1.7; padding: 24px 0 28px; border-top: 1px solid #262626; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 12px 18px; background: #fff; color: #000; z-index: 2; }
.skip-link:focus { top: 12px; }
.legal { width: min(780px, 100%); margin: 72px auto; flex: 1; }
.legal h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.legal h2 { font-size: 1.25rem; letter-spacing: -.025em; margin: 36px 0 12px; }
.legal p { color: #bdbdb8; font-size: 1rem; line-height: 1.8; }
.legal .updated { font-size: .875rem; color: #999995; margin-bottom: 40px; }
@media (max-width: 900px) {
  .site-shell { width: calc(100% - 48px); }
  .hero { grid-template-columns: 1fr; gap: 44px; padding: 64px 0; }
  h1 { font-size: clamp(3.25rem, 9vw, 5.5rem); }
  .intro { max-width: none; margin: 24px 0; }
  .poster { aspect-ratio: 16 / 9; object-fit: contain; }
}
@media (max-width: 480px) {
  .site-shell { width: calc(100% - 32px); }
  .topbar { margin-top: 16px; padding: 12px 16px; gap: 12px; border-radius: 20px; flex-wrap: wrap; }
  .brand { font-size: 1.25rem; gap: 10px; }
  .brand img { width: 23px; height: 32px; }
  nav { gap: 18px; }
  nav a { font-size: .875rem; }
  h1 { font-size: clamp(2.7rem, 11.5vw, 3.5rem); }
  .hero { padding: 52px 0; gap: 32px; }
  .showcase { border-radius: 22px; }
  footer { flex-direction: column; gap: 4px; }
  .legal { margin: 48px auto; }
}
