:root {
  --bg: #081015;
  --bg-deep: #04080b;
  --surface: #10191f;
  --surface-2: #172126;
  --line: rgba(255, 255, 255, .11);
  --line-hot: rgba(255, 157, 60, .48);
  --text: #f5f1e8;
  --muted: #aeb8b6;
  --dim: #727d7e;
  --violet: #7654ce;
  --violet-hot: #a885ed;
  --pink: #ff9c48;
  --amber: #ff9b40;
  --amber-hot: #ffc06b;
  --cyan: #65caef;
  --green: #63f5a0;
  --max: 1280px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; }
body::after { content: ""; position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 18px; background: var(--violet); transition: top .2s; }
.skip-link:focus { top: 12px; }
.ambient-grid { position: fixed; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: clamp(24px, 4vw, 72px); border-bottom: 1px solid transparent; transition: height .3s, background .3s, border-color .3s; }
.site-header.scrolled { height: 70px; background: rgba(6, 5, 10, .88); border-color: var(--line); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 12px; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; }
.brand-wordmark { width: 144px; height: 48px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 33px; }
.main-nav a, footer nav a { color: #b7b0bf; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; transition: color .2s; }
.main-nav a:hover, footer nav a:hover { color: #fff; }
.menu-toggle { display: none; }
.steam-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid rgba(100, 202, 239, .48); background: linear-gradient(135deg, rgba(42, 111, 144, .34), rgba(8, 17, 22, .94)); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; transition: transform .2s, border-color .2s, box-shadow .2s; }
.steam-button svg { width: 20px; fill: currentColor; }
.steam-button:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: 0 12px 34px rgba(53, 161, 202, .22); }
.steam-button-header { justify-self: end; min-height: 42px; }

.hero { position: relative; min-height: 880px; height: 100svh; max-height: 1040px; display: grid; grid-template-columns: minmax(0, 1.15fr) 380px; align-items: center; gap: clamp(50px, 7vw, 120px); padding: 125px max(5vw, calc((100vw - var(--max)) / 2)) 75px; isolation: isolate; overflow: hidden; }
.hero-background { position: absolute; inset: 0; z-index: -4; background: url('/assets/cs-tactical-hero.png') center / cover no-repeat; transform: scale(1.015); }
.hero-vignette { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(4,10,14,.98) 0%, rgba(4,10,14,.94) 35%, rgba(4,10,14,.33) 72%, rgba(4,10,14,.62) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 29%, rgba(2,6,9,.1) 70%, rgba(3,8,12,.62) 100%); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 580px; height: 580px; right: 7%; top: 10%; border: 1px solid rgba(255, 161, 66, .16); transform: rotate(45deg); box-shadow: 0 0 150px rgba(255, 132, 36, .10), inset 0 0 90px rgba(100, 202, 239, .05); }
.hero-content { max-width: 790px; }
.status-chip { display: inline-flex; align-items: center; gap: 9px; height: 34px; border: 1px solid rgba(255,255,255,.14); background: rgba(7,6,12,.66); padding: 0 12px; color: #b8b1bf; font-size: 9px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; backdrop-filter: blur(12px); }
.status-chip i, [data-health-dot] { width: 6px; height: 6px; border-radius: 50%; background: #9c95a3; box-shadow: 0 0 12px #9c95a3; }
.status-chip.online, .status-chip.online [data-api-status] { color: var(--green); }
.status-chip.offline, .status-chip.offline [data-api-status] { color: #ff759f; }
[data-health-dot].online { background: var(--green); box-shadow: 0 0 12px var(--green); }
[data-health-dot].offline { background: #ff759f; box-shadow: 0 0 12px #ff759f; }
.status-chip b { margin-left: 8px; padding-left: 12px; border-left: 1px solid var(--line); color: var(--violet-hot); }
.hero-wordmark { width: min(510px, 75%); margin: 25px 0 5px; filter: drop-shadow(0 18px 30px rgba(0,0,0,.65)); }
.hero h1, .intro h2, .progression h2, .updates h2, .community h2, .download h2, .account h2 { margin: 0; font-size: clamp(58px, 6.4vw, 106px); line-height: .88; letter-spacing: -.065em; font-weight: 950; font-style: italic; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255, 184, 94, .94); text-shadow: 0 0 45px rgba(255, 151, 52, .18); }
.hero-content > p { max-width: 600px; margin: 27px 0 0; color: #b0a9b8; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.primary-button { position: relative; display: flex; min-width: 245px; min-height: 68px; flex-direction: column; justify-content: center; padding: 12px 26px; overflow: hidden; background: linear-gradient(125deg, #c96420, #ef8d38 58%, #ffc16b); box-shadow: 0 16px 48px rgba(224, 110, 30, .28), inset 0 1px rgba(255,255,255,.25); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); transition: transform .2s, filter .2s; }
.primary-button::after { content: ""; position: absolute; top: -30%; left: -60%; width: 30%; height: 160%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: skewX(-20deg); transition: left .5s; }
.primary-button:hover { transform: translateY(-3px); filter: brightness(1.1); }
.primary-button:hover::after { left: 130%; }
.primary-button span { font-size: 12px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; }
.primary-button small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .6px; }
.secondary-button { display: inline-flex; align-items: center; min-height: 50px; gap: 16px; border-bottom: 1px solid rgba(192, 131, 255, .5); color: #e8e3ed; font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.secondary-button span, .inline-link span { color: var(--violet-hot); font-size: 16px; }
.hero-proof { display: flex; gap: 27px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }
.hero-proof span { color: #77717e; font-size: 8px; letter-spacing: 1.2px; }
.hero-proof b { color: #cfc8d5; margin-right: 4px; }
.hero-operators { position: relative; align-self: end; min-height: 630px; margin-bottom: -75px; isolation: isolate; }
.hero-operators::before { content: ""; position: absolute; z-index: -1; width: 370px; height: 370px; right: 2%; top: 95px; border: 1px solid rgba(255, 167, 78, .22); border-radius: 50%; box-shadow: 0 0 100px rgba(255, 133, 38, .14), inset 0 0 80px rgba(93, 191, 230, .08); }
.hero-operators img { position: absolute; z-index: 1; width: min(510px, 42vw); max-width: none; right: -8%; bottom: 0; filter: drop-shadow(0 28px 28px rgba(0,0,0,.65)); }
.operator-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,13,17,.78); box-shadow: 0 10px 30px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.operator-label span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid currentColor; font-size: 11px; font-weight: 900; }
.operator-label b { font-size: 8px; letter-spacing: 1.2px; }
.operator-label-t { right: 2%; top: 120px; color: var(--amber-hot); }
.operator-label-ct { left: -4%; bottom: 170px; color: var(--cyan); }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 12px; color: #6e6874; font-size: 7px; font-weight: 800; letter-spacing: 2px; transform: translateX(-50%); }
.scroll-cue span { width: 42px; height: 1px; background: linear-gradient(90deg, transparent, var(--violet-hot)); }

.intro { padding: 125px 0 68px; }
.section-label { display: flex; align-items: center; gap: 13px; color: #77707f; font-size: 9px; font-weight: 850; letter-spacing: 1.7px; text-transform: uppercase; }
.section-label span { color: var(--violet-hot); }
.section-label::after { content: ""; width: 70px; height: 1px; background: var(--line-hot); }
.section-label.light { color: #a09aa7; }
.intro-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 110px; align-items: end; margin-top: 48px; }
.intro h2, .progression h2, .updates h2, .community h2, .download h2, .account h2 { font-size: clamp(46px, 5.4vw, 80px); }
.intro-grid > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.85; }

.feature-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 130px; }
.feature-card { position: relative; min-height: 415px; padding: 40px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(21,18,31,.96), rgba(9,8,14,.98)); }
.feature-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -135px; bottom: -135px; border: 1px solid rgba(171, 101, 255, .14); transform: rotate(45deg); }
.feature-room { grid-column: 1 / -1; min-height: 510px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.feature-number { color: var(--violet-hot); font-size: 8px; font-weight: 850; letter-spacing: 1.6px; }
.feature-card h3 { margin: 18px 0; font-size: clamp(31px, 3.5vw, 52px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.feature-card p { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-points { display: grid; gap: 10px; margin: 26px 0 0; padding: 23px 0 0; list-style: none; border-top: 1px solid var(--line); }
.feature-points li { color: #bdb6c4; font-size: 11px; }
.feature-points li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 11px; border: 1px solid var(--violet-hot); transform: rotate(45deg); }
.room-preview { padding: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(5,4,8,.75); box-shadow: 0 28px 70px rgba(0,0,0,.45); transform: perspective(1100px) rotateY(-4deg); }
.preview-top { display: flex; justify-content: space-between; padding: 3px 4px 18px; color: #78717e; font-size: 8px; letter-spacing: 1.5px; }
.preview-top b { color: var(--green); }
.filter-row { display: grid; grid-template-columns: 115px 115px 1fr; gap: 6px; margin-bottom: 8px; }
.filter-row span { padding: 10px; border: 1px solid var(--line); color: #79727f; font-size: 7px; letter-spacing: .8px; }
.preview-row { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; min-height: 67px; padding: 10px 13px; border-top: 1px solid rgba(255,255,255,.065); }
.preview-row.active { border-left: 2px solid var(--violet-hot); background: linear-gradient(90deg, rgba(130,55,233,.2), transparent); }
.preview-row > i { display: grid; width: 38px; height: 38px; place-items: center; background: #191423; color: #b276ff; font-size: 8px; font-style: normal; font-weight: 900; }
.preview-row > span { display: flex; flex-direction: column; gap: 5px; }
.preview-row b { font-size: 10px; letter-spacing: .5px; }
.preview-row small { color: #746d7a; font-size: 8px; }
.preview-row strong { color: #a8a1ad; font-size: 8px; letter-spacing: 1px; }
.feature-loadout { background: radial-gradient(circle at 85% 100%, rgba(255,132,45,.20), transparent 45%), linear-gradient(145deg,#18232a,#080d10); }
.team-switch { display: flex; margin-top: 34px; border: 1px solid var(--line); }
.team-switch span { flex: 1; padding: 12px 8px; color: #756e7c; font-size: 7px; font-weight: 850; letter-spacing: .7px; text-align: center; }
.team-switch .selected { color: #fff; background: rgba(255,143,48,.14); border-bottom: 2px solid var(--amber); }
.slot-visual { position: absolute; left: 40px; right: 40px; bottom: 38px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.slot-visual span { height: 54px; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(145deg, rgba(162,89,255,.17), rgba(255,255,255,.015)); }
.slot-visual span:nth-child(3) { border-color: var(--line-hot); transform: translateY(-8px); box-shadow: 0 8px 30px rgba(139,57,238,.2); }
.feature-identity { background: radial-gradient(circle at 80% 10%, rgba(68,177,220,.18), transparent 40%), #0d1519; }
.feature-identity > img { position: absolute; width: 250px; right: -28px; bottom: -35px; opacity: .25; filter: drop-shadow(0 0 50px rgba(73,187,230,.38)); }
.feature-identity h3, .feature-identity p, .feature-identity .inline-link { position: relative; z-index: 2; max-width: 370px; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: #eeeaf2; font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }

.progression { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; border-block: 1px solid var(--line); }
.progression-art { position: absolute; inset: 0; background: url('/assets/battle-pass.png') center / cover no-repeat; opacity: .46; filter: saturate(.72) sepia(.12); }
.progression-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #081015 0%, rgba(8,16,21,.92) 42%, rgba(8,16,21,.46) 72%, rgba(8,16,21,.90) 100%), linear-gradient(0deg, #081015, transparent 25%, transparent 75%, #081015); }
.progression-layout { position: relative; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 90px; padding-block: 100px; }
.eyebrow { margin: 46px 0 16px; color: var(--violet-hot); font-size: 9px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.progression-copy > p:not(.eyebrow) { max-width: 610px; margin: 27px 0 0; color: #aaa3b1; line-height: 1.8; }
.progression-pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-block: 1px solid var(--line); }
.progression-pillars span { display: flex; flex-direction: column; gap: 6px; padding: 18px 15px; border-right: 1px solid var(--line); }
.progression-pillars span:first-child { padding-left: 0; }
.progression-pillars span:last-child { border: 0; }
.progression-pillars b { font-size: 9px; letter-spacing: 1px; }
.progression-pillars small { color: #756f7b; font-size: 8px; }
.mission-stack { display: grid; gap: 14px; }
.mission-stack article { min-height: 185px; padding: 27px; border: 1px solid rgba(186,120,255,.24); background: rgba(14,11,21,.82); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.mission-stack article:nth-child(2) { margin-left: 45px; }
.mission-stack article > span { color: var(--violet-hot); font-size: 8px; font-weight: 850; letter-spacing: 1.4px; }
.mission-stack h3 { margin: 13px 0 24px; font-size: 24px; text-transform: uppercase; }
.mission-stack small { display: block; margin-top: 12px; color: #77717e; font-size: 8px; }
.progress-line { height: 5px; background: rgba(255,255,255,.08); }
.progress-line i { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--amber), var(--amber-hot)); box-shadow: 0 0 15px rgba(255,139,45,.42); }
.tier-line { display: flex; align-items: center; }
.tier-line b { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line-hot); color: #d5b6ff; font-size: 9px; transform: rotate(45deg); }
.tier-line b::first-line { transform: rotate(-45deg); }
.tier-line i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--violet), rgba(255,255,255,.1)); }

.updates { padding-block: 130px; }
.updates-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.updates-heading h2 { margin-top: 35px; }
.updates-heading > p { width: 300px; color: var(--muted); line-height: 1.7; }
.update-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.update-main { grid-row: span 2; min-height: 590px; display: grid; grid-template-rows: 320px 1fr; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.update-art { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 70%, rgba(146,63,249,.35), transparent 48%), linear-gradient(135deg,#161222,#09080e); }
.update-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--surface), transparent 45%); }
.update-art img { width: 100%; height: 150%; object-fit: contain; object-position: center 30%; filter: drop-shadow(0 25px 35px rgba(0,0,0,.75)); }
.update-copy { padding: 36px; }
.tag { color: var(--violet-hot); font-size: 8px; font-weight: 850; letter-spacing: 1.4px; }
.tag.live { color: var(--green); }
.update-copy h3, .update-card h3 { margin: 16px 0 12px; font-size: 30px; line-height: 1; text-transform: uppercase; }
.update-copy p, .update-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.update-card { min-height: 287px; display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px solid var(--line); background: linear-gradient(145deg,var(--surface-2),#0b0910); }
.update-card small { margin-top: auto; color: #5f5965; font-size: 7px; letter-spacing: 1.2px; }

.community { position: relative; min-height: 630px; display: grid; align-items: center; overflow: hidden; border-block: 1px solid var(--line); background: radial-gradient(circle at 23% 50%, rgba(255,128,35,.16), transparent 29%), linear-gradient(120deg,#111b20,#050a0d); }
.community::before { content: ""; position: absolute; inset: 0; opacity: .20; background: url('/assets/cs-tactical-hero.png') center / cover; filter: saturate(.68); }
.community-glow { position: absolute; width: 410px; height: 410px; left: 14%; top: 50%; border: 1px solid rgba(255,175,84,.18); transform: translateY(-50%) rotate(45deg); box-shadow: 0 0 120px rgba(255,122,30,.12); }
.community-layout { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; padding-block: 90px; }
.community-mark img { width: 390px; filter: drop-shadow(0 30px 40px rgba(0,0,0,.7)); }
.community-copy > p { max-width: 650px; color: var(--muted); line-height: 1.8; margin: 28px 0; }
.community-copy h2 { margin-top: 40px; }

.download { display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: center; padding-block: 130px; }
.download-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); line-height: 1.8; margin: 27px 0; }
.download-copy strong { color: #fff; }
.download h2 { margin-top: 0; }
.download-meta { display: flex; gap: 35px; padding-top: 22px; border-top: 1px solid var(--line); }
.download-meta span { display: flex; flex-direction: column; gap: 5px; color: #77717e; font-size: 8px; }
.download-meta b { color: #cac3d0; font-size: 8px; letter-spacing: 1px; }
.download-panel { padding: 34px; border: 1px solid var(--line-hot); background: radial-gradient(circle at 90% 0,rgba(144,57,239,.18),transparent 35%), var(--surface); box-shadow: var(--shadow); }
.download-panel-top { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.download-panel-top img { width: 54px; height: 54px; object-fit: contain; }
.download-panel-top span { display: flex; flex: 1; flex-direction: column; gap: 5px; }
.download-panel-top small { color: #77717e; font-size: 8px; letter-spacing: 1.2px; }
.download-panel-top b { font-size: 12px; letter-spacing: .6px; }
.download-panel h3 { margin: 29px 0 20px; font-size: 29px; line-height: 1.05; text-transform: uppercase; }
.download-panel ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 22px 0; list-style: none; border-block: 1px solid var(--line); }
.download-panel li { color: #aaa3b1; font-size: 11px; }
.download-panel li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 11px; background: var(--violet-hot); transform: rotate(45deg); }
.primary-button-full { width: 100%; align-items: center; }
.checksum { display: block; margin-top: 15px; color: #5e5864; font-size: 7px; letter-spacing: .7px; text-align: center; }

.account { padding-bottom: 130px; }
.account-panel { min-height: 450px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(130deg,#100d18,#09070e); }
.account-visual { position: relative; min-height: 450px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--line); background: radial-gradient(circle,rgba(137,57,235,.2),transparent 48%); }
.account-visual::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid var(--line-hot); transform: rotate(45deg); }
.account-visual img:first-child { position: absolute; z-index: 2; width: 78%; top: 38px; }
.account-visual img:last-child { position: relative; z-index: 1; width: 285px; margin-top: 70px; filter: drop-shadow(0 25px 35px rgba(0,0,0,.65)); }
.account-copy { align-self: center; padding: 55px 70px; }
.account-copy .eyebrow { margin-top: 0; }
.account-copy > p:not(.eyebrow) { max-width: 570px; margin: 22px 0 29px; color: var(--muted); line-height: 1.75; }
.profile-line { display: flex; align-items: center; gap: 20px; }
.profile-line > img { width: 82px; height: 82px; object-fit: cover; border: 1px solid var(--line-hot); background: var(--surface); }
.profile-line span { min-width: 0; }
.profile-line h2 { overflow: hidden; font-size: clamp(30px,4vw,52px); text-overflow: ellipsis; white-space: nowrap; }
.profile-line p { color: #77717e; font-size: 9px; }
.profile-stats { display: flex; gap: 50px; margin: 30px 0; padding-block: 20px; border-block: 1px solid var(--line); }
.profile-stats span { display: flex; flex-direction: column; gap: 5px; }
.profile-stats b { font-size: 21px; }
.profile-stats small { color: #77717e; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.logout-button { padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--line-hot); background: none; color: #c7c0cc; font-size: 9px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }
.logout-button span { color: var(--violet-hot); margin-left: 8px; }

footer { border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-main { min-height: 155px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; }
.footer-brand .brand-mark { width: 52px; height: 52px; }
.footer-brand .brand-wordmark { width: 170px; }
.footer-main > p { color: #77717e; font-size: 11px; text-align: center; }
footer nav { display: flex; gap: 24px; }
.footer-legal { min-height: 65px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.06); color: #57525c; font-size: 8px; letter-spacing: .5px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .primary-button::after { display: none; } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: absolute; top: 70px; inset-inline: 0; display: none; flex-direction: column; padding: 30px; border-bottom: 1px solid var(--line); background: rgba(6,5,10,.98); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 6px; justify-self: end; padding: 11px; border: 1px solid var(--line); background: var(--surface); }
  .menu-toggle span { width: 100%; height: 1px; background: white; }
  .steam-button-header { display: none; }
  .hero { height: auto; max-height: none; min-height: 980px; grid-template-columns: 1fr 320px; gap: 35px; }
  .hero-operators { min-height: 560px; }
  .hero-operators img { width: 430px; }
  .intro-grid { gap: 60px; }
  .feature-room { grid-template-columns: 1fr; gap: 40px; }
  .progression-layout, .download { grid-template-columns: 1fr; }
  .mission-stack { width: min(100%, 620px); }
  .mission-stack article:nth-child(2) { margin-left: 0; }
  .download-panel { width: min(100%, 560px); }
  .account-copy { padding: 50px 45px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
}

@media (max-width: 760px) {
  .section-shell { width: min(calc(100% - 34px), var(--max)); }
  .site-header { height: 70px; padding-inline: 17px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-wordmark { width: 125px; }
  .hero { min-height: 890px; display: block; padding: 125px 22px 70px; }
  .hero-vignette { background: linear-gradient(90deg,rgba(5,5,9,.96),rgba(5,5,9,.63)),linear-gradient(0deg,var(--bg),transparent 35%); }
  .hero::before { width: 330px; height: 330px; right: -80px; }
  .hero-wordmark { width: 85%; }
  .hero h1 { font-size: clamp(51px,16vw,78px); letter-spacing: -.07em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .primary-button { width: 100%; }
  .secondary-button { align-self: flex-start; }
  .hero-proof { flex-wrap: wrap; gap: 13px 20px; }
  .hero-operators { display: none; }
  .scroll-cue { display: none; }
  .intro { padding-top: 90px; }
  .intro-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; }
  .intro-grid > p { font-size: 15px; }
  .feature-stage { grid-template-columns: 1fr; padding-bottom: 90px; }
  .feature-card, .feature-room { grid-column: auto; min-height: 380px; padding: 27px; }
  .feature-room { min-height: 650px; }
  .room-preview { padding: 12px; transform: none; }
  .filter-row { grid-template-columns: 1fr 1fr; }
  .filter-row .search-line { display: none; }
  .preview-row { grid-template-columns: 42px 1fr; }
  .preview-row > strong { display: none; }
  .slot-visual { left: 27px; right: 27px; bottom: 27px; }
  .feature-identity > img { width: 200px; }
  .progression { min-height: 930px; }
  .progression-layout { gap: 55px; padding-block: 85px; }
  .progression-pillars { grid-template-columns: 1fr; }
  .progression-pillars span { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .progression-pillars span:last-child { border-bottom: 0; }
  .updates { padding-block: 90px; }
  .updates-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .updates-heading > p { width: auto; }
  .update-grid { grid-template-columns: 1fr; }
  .update-main { min-height: 550px; }
  .community-layout { grid-template-columns: 1fr; text-align: center; }
  .community-mark img { width: 250px; margin: auto; }
  .community-copy .section-label { justify-content: center; }
  .community-copy .secondary-button { align-self: auto; }
  .download { gap: 55px; padding-block: 90px; }
  .download-meta { flex-wrap: wrap; gap: 20px 30px; }
  .download-panel { padding: 27px; }
  .account { padding-bottom: 90px; }
  .account-panel { grid-template-columns: 1fr; }
  .account-visual { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .account-visual::before { width: 210px; height: 210px; }
  .account-visual img:first-child { width: 70%; top: 20px; }
  .account-visual img:last-child { width: 190px; }
  .account-copy { padding: 40px 27px; }
  .profile-stats { gap: 28px; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; padding-block: 35px; }
  .footer-brand { justify-self: center; }
  footer nav { flex-wrap: wrap; justify-content: center; }
  .footer-legal { min-height: 90px; flex-direction: column; justify-content: center; gap: 9px; text-align: center; }
}

@media (max-width: 430px) {
  .brand-wordmark { width: 108px; }
  .hero { padding-inline: 17px; }
  .hero h1 { font-size: 49px; }
  .status-chip b { display: none; }
  .hero-proof { display: grid; }
  .feature-card h3 { font-size: 31px; }
  .preview-row:nth-child(5) { display: none; }
  .team-switch { flex-direction: column; }
  .download-panel-top img { width: 45px; height: 45px; }
  .profile-line h2 { max-width: 190px; }
}
