:root{--ink:#161311;--shadow:#352a25;--cream:#e2d5ac;--bone:#c8b990;--pumpkin:#c76529;color-scheme:dark;font-family:Arial,Helvetica,sans-serif;color:var(--cream);background:var(--ink);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0}a{color:inherit;text-underline-offset:.25em}a:focus-visible{outline:3px solid currentColor;outline-offset:7px}[hidden]{display:none!important}p{line-height:1.6;margin:0 0 1.3rem}header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 4vw;font-size:.875rem}header a{text-decoration:none}header nav{display:flex;gap:2rem}.studio{font-weight:700}header nav a:hover{text-decoration:underline}.hero{background:var(--pumpkin);color:var(--ink);padding:2rem 4vw 3rem;overflow:hidden}.hero-top{display:flex;justify-content:space-between;font-size:.875rem;text-transform:uppercase;letter-spacing:.07em}.hero h1{font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(3.5rem,13.6vw,15rem);line-height:1.1;letter-spacing:-.035em;margin:2.4rem 0 2.8rem;font-weight:900;animation:arrive .7s ease-out both}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem}.hero-bottom>p{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1.06;margin:0}.hero-bottom strong{font-style:italic;font-weight:400}.hero-intro{max-width:26rem;font-size:1.125rem;animation:arrive .8s .1s ease-out both}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:1.4rem;min-height:3.25rem;padding:.9rem 1.1rem;background:var(--ink);color:var(--cream);text-decoration:none;font-size:.9rem;font-weight:700;border:1px solid var(--ink);transition:background .2s,color .2s,transform .2s}.button:hover{background:var(--cream);color:var(--ink);transform:translateY(-2px)}.media-slot{margin:0;background:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;border:1px solid #635044;color:var(--bone)}.hero-media{min-height:360px;height:44vw;max-height:680px;border-left:0;border-right:0;padding:3rem 4vw 1.4rem}.media-slot>div{margin:auto;text-align:center;padding:2rem}.media-slot .eyebrow{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.hero-media p{font-family:Georgia,serif;font-size:clamp(1.5rem,3vw,2.8rem);margin:1rem 0 .5rem}.media-note{font-size:.875rem}figcaption{display:flex;justify-content:space-between;font-size:.8rem}.section{padding:6rem 7vw}.section-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;padding-top:.65rem}.about,.follow{display:grid;grid-template-columns:1fr 2fr;gap:3rem}h2{font-family:Georgia,serif;font-size:clamp(2.5rem,5.5vw,5.8rem);font-weight:400;line-height:1.02;letter-spacing:-.045em;margin:0 0 2rem}h2 em{color:var(--pumpkin)}.about p,.follow p{max-width:39rem;font-size:1.1rem}.about .lead,.follow .lead{font-size:1.35rem;line-height:1.5}.game-details{padding-top:0;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.game-details article{border-top:1px solid #635044;padding-top:1.3rem}.number{font-size:.8rem;color:var(--bone)}h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;line-height:1.12;margin:1.8rem 0 1.2rem}.game-details p{font-size:1rem;color:var(--bone);max-width:22rem}.screens{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.screens figure{aspect-ratio:4/3;min-height:240px;padding:1.2rem}.screens p{font-size:1.05rem;margin:1rem 0 0}.follow{background:var(--cream);color:var(--ink)}.follow .small{font-size:.85rem;margin-top:2rem;max-width:30rem}.coming-soon{display:inline-block;border-bottom:2px solid var(--ink);padding:.6rem 0;font-weight:700}footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:2.2rem 4vw;font-size:.8rem;color:var(--bone)}footer>span:first-child{font-family:Impact,'Arial Narrow',sans-serif;font-size:1.7rem;color:var(--pumpkin)}.skip-link{position:fixed;top:-100px;left:1rem;padding:1rem;background:var(--cream);color:var(--ink);z-index:2}.skip-link:focus{top:1rem}@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:700px){header{padding:1.25rem 5vw}header nav{gap:1.2rem}header nav a:first-child{display:none}.hero{padding:1.5rem 5vw 2.5rem}.hero-top{font-size:.75rem;gap:1rem}.hero-top span:first-child{max-width:12rem}.hero-top span:last-child{text-align:right}.hero h1{font-size:13.3vw;margin:2.4rem 0}.hero-bottom{display:block}.hero-bottom>p{font-size:2rem;margin-bottom:1.75rem}.hero-intro{font-size:1rem;max-width:27rem}.hero-media{min-height:300px;height:78vw;padding:1rem 5vw}.media-slot>div{padding:1rem}.section{padding:3.5rem 6vw}.about,.follow{grid-template-columns:1fr;gap:1.75rem}.game-details{grid-template-columns:1fr;padding-top:0;gap:1.5rem}.game-details article{display:grid;grid-template-columns:1fr 1fr;column-gap:1.3rem}.number{grid-column:1/-1}h3{font-size:1.6rem;margin:1.25rem 0}.game-details p{margin:1.25rem 0}.screens{grid-template-columns:1fr;padding-top:0}.screens figure{min-height:230px}.about .lead,.follow .lead{font-size:1.2rem}footer{padding:2rem 6vw}footer>span:last-child{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Copy-review layout: retain the existing palette, typography, and motion. */
.hero-bottom{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:6vw;align-items:end}
.hero-bottom>.hero-hook{max-width:23ch;font-size:clamp(1.9rem,3.3vw,3.4rem);line-height:1.13}
.hero-intro{justify-self:end}
.about .player-count{font-size:.875rem;font-weight:700;margin-top:2rem;margin-bottom:0;color:var(--bone)}
.follow .membership-note{font-size:.95rem}
.follow .signoff{font-family:Georgia,serif;font-size:1.1rem;margin:2rem 0 0;line-height:1.6}
@media(max-width:700px){.hero-bottom{display:block}.hero-bottom>.hero-hook{max-width:24ch;font-size:clamp(1.9rem,7.8vw,2.4rem);margin-bottom:1.6rem}.hero-intro{max-width:29rem}.about .player-count{line-height:1.6}}
