/* Acquisition layout uses the game's shared visual tokens. */
body{font-family:var(--hud-font-body);}
main,footer{width:min(1440px,calc(100% - 64px));}
.hero{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:var(--hud-space-6);padding:48px 0;}
.hero h1{font-family:var(--hud-font-display);font-size:clamp(44px,4.6vw,72px);font-weight:var(--hud-weight-strong);line-height:1;letter-spacing:normal;}
.heroIntro{margin-top:var(--hud-space-6);}
.heroIntro .lead{font-family:var(--hud-font-display);font-size:var(--hud-title-lg);line-height:var(--hud-leading-title);margin-bottom:var(--hud-space-4);}
.heroIntro>p:not(.lead){max-width:440px;}
.eyebrow,.gameplayFrame figcaption span{font-family:var(--hud-font-label);letter-spacing:var(--hud-tracking-label);}
.playButton{font-family:var(--hud-font-label);font-weight:var(--hud-weight-strong);font-size:var(--hud-text-body);min-height:var(--hud-control-comfortable);padding:var(--hud-space-4) var(--hud-space-6);border:var(--hud-border-hairline) solid var(--hud-accent);border-radius:var(--hud-radius);color:var(--hud-text-on-accent);background:var(--hud-accent);}
.playButton:hover{background:var(--hud-accent-hover);border-color:var(--hud-accent-hover);}
.hero .playButton{min-width:240px;}
.hero .actions{margin:var(--hud-space-6) 0 var(--hud-space-4);}
.heroIntro .textButton{color:var(--hud-text-muted);}
.phoneFrame{justify-self:center;margin:0;width:min(100%,340px);display:grid;gap:var(--hud-space-3);}
.phoneScreen{padding:10px;border-radius:38px;background:var(--hud-surface-inset);border:var(--hud-border-hairline) solid var(--hud-border-subtle);box-shadow:0 18px 60px rgba(0,0,0,.45);}
.phoneScreen video{display:block;width:100%;height:auto;aspect-ratio:540/1170;border-radius:28px;background:var(--hud-surface-canvas);}
.phoneFrame figcaption{display:flex;flex-wrap:wrap;gap:var(--hud-space-2);justify-content:center;font-size:var(--hud-text-sm);color:var(--hud-text-muted);text-align:center;}
.phoneFrame figcaption span{font-family:var(--hud-font-label);letter-spacing:var(--hud-tracking-label);color:var(--hud-text);}
.oneThumbLines li{flex:1 1 0;}
.gameplayFrame{grid-column:auto;min-width:0;background:var(--hud-surface-inset);border:var(--hud-border-hairline) solid var(--hud-border-subtle);border-radius:var(--hud-radius);overflow:hidden;}
.gameplayFrame video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:var(--hud-surface-canvas);}
.gameplayFrame video[hidden],.gameplayPoster[hidden]{display:none;}
.gameplayFrame figcaption{padding:var(--hud-space-4);gap:var(--hud-space-3);flex-wrap:wrap;font-size:var(--hud-text-sm);}
.watchGameplay{display:block;min-height:var(--hud-target);margin:0 var(--hud-space-4) var(--hud-space-4);padding:var(--hud-space-3) var(--hud-space-4);background:var(--hud-surface-control);color:var(--hud-text);border:var(--hud-border-hairline) solid var(--hud-border);border-radius:var(--hud-radius);cursor:pointer;font-weight:var(--hud-weight-label);}
.watchGameplay:hover{border-color:var(--hud-focus);}
.watchGameplay[hidden],.videoStatus[hidden],.mobilePlay[hidden]{display:none;}
.videoStatus{padding:0 var(--hud-space-4);font-size:var(--hud-text-body);color:var(--hud-text-muted);}
.heroFacts{grid-column:1/-1;list-style:none;margin:var(--hud-space-6) 0 0;padding:var(--hud-space-6) 0 0;border-top:var(--hud-border-hairline) solid var(--hud-border-subtle);display:flex;justify-content:space-between;gap:var(--hud-space-4);color:var(--hud-text-muted);}
.heroFacts strong{color:var(--hud-text);margin-right:var(--hud-space-2);font-size:var(--hud-text-count);}
.firstMatch{display:grid;grid-template-columns:1fr 1fr;gap:var(--hud-space-6);padding:var(--hud-space-6);margin-bottom:64px;}
.firstMatch h2,.latestFeatures h2{font-family:var(--hud-font-display);font-size:var(--hud-title-xl);letter-spacing:normal;}
.firstMatch p,.firstMatch li,.latestFeatures p{line-height:var(--hud-leading);color:var(--hud-text-muted);}
.firstMatch ol{margin:0;padding-left:var(--hud-space-6);display:grid;gap:var(--hud-space-4);}
.firstMatch li{padding-left:var(--hud-space-2);}
.firstMatch li::marker{color:var(--hud-accent);font-weight:var(--hud-weight-strong);}
.firstMatch li b{display:block;color:var(--hud-text);}
.firstMatch .playButton{justify-self:start;}
.latestFeatures{padding-bottom:64px;}
.featureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hud-space-6);margin-top:var(--hud-space-6);}
.featureGrid article{padding:0;overflow:hidden;}
.featureGrid img{display:block;width:100%;height:auto;aspect-ratio:16/9;}
.featureGrid article>div{padding:var(--hud-space-6);}
.featureGrid h3{font-family:var(--hud-font-display);font-size:var(--hud-title-lg);line-height:var(--hud-leading-title);margin:0 0 var(--hud-space-4);}
.featureGrid .eyebrow{color:var(--hud-accent);font-size:var(--hud-text-sm);margin-bottom:var(--hud-space-3);}
.featureGrid p:last-child{margin-bottom:0;}
.rosterMore{display:block;min-height:var(--hud-target);padding:var(--hud-space-3) var(--hud-space-6);margin:var(--hud-space-6) auto;background:var(--hud-surface-control);color:var(--hud-text);border:var(--hud-border-hairline) solid var(--hud-border);border-radius:var(--hud-radius);cursor:pointer;}
.hudGallery{grid-template-columns:repeat(3,minmax(0,1fr));}
.hudGallery figure:last-child img{max-height:none;object-fit:contain;}
.mobilePlay{display:none;}
@media(max-width:1000px){.hero{grid-template-columns:1fr;}.heroCopy{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--hud-space-6);}.heroCopy>.eyebrow{grid-column:1/-1;}.heroIntro{margin-top:0;}.hero h1{font-size:clamp(44px,7vw,72px);}.heroFacts{margin-top:0;}.featureGrid{gap:var(--hud-space-3);}.featureGrid article>div{padding:var(--hud-space-4);}}
@media(max-width:640px){main,footer{width:calc(100% - 32px);}.hero{padding:var(--hud-space-6) 0;}.heroCopy{display:block;}.hero h1{font-size:clamp(44px,12vw,68px);}.heroIntro{margin-top:var(--hud-space-4);}.heroIntro .lead{font-size:var(--hud-title-lg);}.hero .playButton{width:100%;}.heroFacts{display:grid;gap:var(--hud-space-3);padding-top:var(--hud-space-4);}.firstMatch{grid-template-columns:1fr;margin-bottom:48px;}.firstMatch .playButton{width:100%;}.featureGrid,.hudGallery{grid-template-columns:1fr;}.latestFeatures{padding-bottom:48px;}.mobilePlay:not([hidden]){position:fixed;z-index:10;bottom:0;left:0;right:0;display:flex;gap:var(--hud-space-3);align-items:center;justify-content:space-between;padding:var(--hud-space-3) max(var(--hud-space-4),env(safe-area-inset-right)) calc(var(--hud-space-3) + env(safe-area-inset-bottom)) max(var(--hud-space-4),env(safe-area-inset-left));background:var(--hud-surface-glass);border-top:var(--hud-border-hairline) solid var(--hud-border);}.mobilePlay span{font-size:var(--hud-text-body);}.mobilePlay small{display:block;font-size:var(--hud-text-sm);color:var(--hud-text-muted);}.mobilePlay .playButton{white-space:nowrap;min-height:var(--hud-target);padding:var(--hud-space-3) var(--hud-space-4);}body{padding-bottom:calc(88px + env(safe-area-inset-bottom));}}
.hudGallery.upright{grid-template-columns:repeat(3,minmax(0,1fr));}
.hudGallery.upright figure:first-child{grid-column:auto;}
.hudGallery.upright figure:last-child img{max-height:none;}
@media(max-width:640px){.hudGallery.upright{grid-template-columns:1fr;}}
