:root { color-scheme: dark; --ink:#080e17; --panel:#101d2a; --copy:#c5d1de; --muted:#9fadc0; --cyan:#69e3ff; --amber:#ffb34d; --line:#293b4f; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:2rem; background:var(--ink); }
body { margin:0; color:#f3f7fb; background:radial-gradient(ellipse at 95% 0%,#143144 0%,transparent 40%),var(--ink); font-family:Arial,Helvetica,sans-serif; font-size:1rem; line-height:1.65; }
a { color:inherit; text-underline-offset:.25em; }
a:hover { color:var(--cyan); }
a:focus-visible,summary:focus-visible { outline:3px solid var(--cyan); outline-offset:5px; }
img { display:block; max-width:100%; height:auto; }
figure { margin:0; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { line-height:1.12; text-wrap:balance; }
h2 { font-size:clamp(1.75rem,3.5vw,2.7rem); letter-spacing:-.035em; }
h3 { font-size:1.3rem; }
p { color:var(--copy); }
.content { width:min(100% - 3rem,82rem); margin:auto; }
.site-header,.site-footer { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding:1.6rem 0; }
.site-header { border-bottom:1px solid var(--line); }
nav { display:flex; flex-wrap:wrap; gap:1.5rem; }
nav a,.studio-label { text-decoration:none; font-weight:700; font-size:.875rem; }
.studio-label { letter-spacing:.13em; text-transform:uppercase; }
.hero { display:grid; grid-template-columns:.85fr 1.15fr; gap:3rem; align-items:center; padding:4rem 0 5rem; }
.eyebrow { color:var(--cyan); font-weight:700; font-size:.875rem; letter-spacing:.13em; text-transform:uppercase; margin-bottom:1.25rem; }
.identity { display:flex; align-items:center; gap:1.2rem; margin:1.5rem 0; }
.identity img { border-radius:1rem; flex-shrink:0; width:6rem; }
.identity h1 { font-size:clamp(2.5rem,4.9vw,4.6rem); line-height:.96; letter-spacing:-.055em; }
.tagline { color:var(--amber); font-size:clamp(1.5rem,3vw,2.2rem); font-weight:700; margin-bottom:1rem; }
.summary { max-width:39rem; font-size:1.125rem; }
.action-row { display:flex; flex-wrap:wrap; gap:.8rem; margin:1.8rem 0 1rem; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:1rem; min-height:3rem; padding:.7rem 1.25rem; border-radius:.35rem; font-weight:700; text-decoration:none; text-align:center; border:1px solid var(--line); }
.primary { background:var(--amber); color:#10151a; border-color:var(--amber); }
.primary:hover { color:#10151a; background:#ffd08f; }
.secondary { background:#142334; }
.platforms { font-size:.875rem; color:var(--muted); }
.hero-image { border:1px solid #416075; border-radius:.6rem; overflow:hidden; box-shadow:0 1.5rem 5rem #0006; }
.hero-image figcaption { padding:.8rem 1.2rem; border-top:1px solid var(--line); background:#101d2a; font-size:.875rem; color:var(--copy); }
.feature-section,.gallery-section { padding:3rem 0 4rem; border-top:1px solid var(--line); }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2.5rem; margin-top:2.5rem; }
.feature-grid article { border-top:2px solid var(--amber); padding-top:1.5rem; }
.number { display:block; color:var(--amber); font-size:.875rem; font-weight:700; margin-bottom:1rem; }
.feature-grid h3,.gallery h3 { margin-bottom:.8rem; }
.gallery { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:2.5rem; }
.gallery figure { background:var(--panel); border:1px solid var(--line); border-radius:.5rem; overflow:hidden; }
.gallery figcaption { padding:1.5rem; }
.play-note { padding:2rem; border-left:3px solid var(--cyan); background:#10212d; margin-bottom:3rem; }
.play-note h2 { font-size:1.5rem; margin-bottom:.8rem; }
.play-note p { max-width:66rem; margin-bottom:1rem; }
.play-note a { color:var(--cyan); font-weight:700; }
.site-footer { border-top:1px solid var(--line); color:var(--muted); font-size:.875rem; padding-bottom:2.5rem; }
.document-content { max-width:68rem; }
.document-heading { padding:4rem 0 2.5rem; }
.document-heading h1 { font-size:clamp(2.5rem,6vw,4.5rem); letter-spacing:-.05em; margin-bottom:1.5rem; }
.document-heading h1 span { color:var(--amber); }
.contact-card { display:flex; align-items:center; gap:2rem; padding:2rem; border:1px solid #47657a; border-radius:.5rem; background:var(--panel); }
.contact-card h2 { margin-bottom:1rem; }
.contact-card .button { flex-shrink:0; }
.contact-card p+p { margin-top:.8rem; }
.contact-card p a,.answer a { color:var(--cyan); overflow-wrap:anywhere; }
.muted { color:var(--muted); font-size:.875rem; }
.help-section { padding:3.5rem 0; }
.help-section h2 { margin-bottom:1.5rem; }
details { border-top:1px solid var(--line); padding:1.25rem .25rem; }
details:last-child { border-bottom:1px solid var(--line); }
summary { cursor:pointer; font-size:1.125rem; font-weight:700; }
summary::marker { color:var(--amber); }
.answer { padding:1rem 1.3rem 0; max-width:60rem; }
.answer p+p { margin-top:1rem; }
.answer ol { color:var(--copy); padding-left:1.5rem; }
.answer li { margin:.5rem 0; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:10; padding:.7rem 1rem; background:var(--amber); color:#080e17; }
.skip-link:focus { top:1rem; }
@media(max-width:1000px) { .hero { grid-template-columns:1fr; gap:2rem; } .hero-copy { max-width:42rem; } .identity h1 { font-size:4rem; } .contact-card { flex-direction:column; align-items:flex-start; } }
@media(max-width:650px) { .content { width:calc(100% - 2rem); } .site-header,.site-footer { align-items:flex-start; flex-direction:column; gap:1rem; } .hero { padding:2.5rem 0; } .identity h1 { font-size:3rem; } .identity img { width:4.5rem; } .feature-grid,.gallery { grid-template-columns:1fr; } .feature-section,.gallery-section { padding:2.5rem 0; } .play-note,.contact-card { padding:1.3rem; } .document-heading { padding-top:2.5rem; } .answer { padding-left:.25rem; padding-right:.25rem; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
