:root {
  --bg: #0a0a0b;
  --surface: #111113;
  --surface-2: #17171a;
  --text: #f6f2ea;
  --muted: #a19d95;
  --line: rgba(255,255,255,.12);
  --orange: #ff7a00;
  --yellow: #ffd319;
  --purple: #8656f5;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
main section[id] { scroll-margin-top: 84px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 12px 18px; background: var(--yellow); color: #000; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 68px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { height: 58px; background: rgba(10,10,11,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 20px/1 Oswald, sans-serif; letter-spacing: .1em; }
.brand-logo { width: 31px; height: 35px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; padding: 22px 0; color: #d0cbc3; font-size: 14px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--orange); transition: .25s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; padding: 11px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }

.hero { position: relative; min-height: 560px; height: min(700px, 72svh); margin: 82px 0 28px; padding: 120px max(24px, calc((100vw - var(--max)) / 2)) 64px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; isolation: isolate; background: #0b0b0d url("assets/dark-texture.png") center/cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.76) 52%, rgba(10,10,11,.2) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.hero-glow { position: absolute; width: 780px; height: 780px; right: -220px; top: -110px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,0,.27), rgba(255,122,0,0) 65%); }
.hero-copy { position: relative; z-index: 2; top: -100px; padding-top: 0; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; font-family: Oswald, sans-serif; font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 { font-size: clamp(58px, 7.3vw, 116px); line-height: .91; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 600px; margin: 30px 0 0; color: #c5c0b8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .25s ease; }
.button-primary { background: linear-gradient(120deg, var(--orange), var(--yellow)); color: #090909; box-shadow: 0 14px 40px rgba(255,122,0,.2); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(255,122,0,.35); }
.button-ghost { border-color: var(--line); }
.button-ghost:hover { border-color: var(--orange); color: var(--orange); }
.hero-visual { position: relative; height: 640px; align-self: end; }
.logo-stage { position: absolute; width: min(510px, 42vw); right: -12px; bottom: 12px; z-index: 2; filter: drop-shadow(0 36px 45px rgba(0,0,0,.55)); transform: rotate(3deg); }
.logo-stage img { width: 100%; mix-blend-mode: screen; }
.hero-number { position: absolute; right: -6px; top: 72px; font: 700 150px/1 Oswald; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); }
.scroll-cue { display: none; }
.scroll-cue i { display: block; width: 60px; height: 1px; background: var(--orange); }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 24px; }
.socials { padding-top: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .about-copy h2, .contact h2 { font-size: clamp(54px, 6.5vw, 92px); line-height: .95; }
.section-heading > p { width: 330px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; }

.social-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.social-card { grid-column: span 2; }
.social-card { min-height: 190px; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); background: var(--surface); transition: .3s ease; }
.social-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; top: -90px; border-radius: 50%; background: currentColor; opacity: .07; transition: .35s ease; }
.social-card:hover { transform: translateY(-7px); border-color: currentColor; }
.social-card:hover::before { transform: scale(1.5); opacity: .12; }
.social-card svg { width: 34px; height: 34px; fill: currentColor; }
.social-card div { display: flex; flex-direction: column; gap: 7px; }
.social-card strong { color: var(--text); font: 600 27px/1 Oswald; text-transform: uppercase; }
.social-card span { color: var(--muted); font-size: 14px; }
.social-card .follower-count { width: fit-content; margin-top: 3px; color: currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.social-card b { position: absolute; right: 28px; bottom: 28px; color: var(--text); font-size: 22px; }
.twitch { color: #a279ff; }.youtube { color: #ff3434; }.instagram { color: #e968a1; }.tiktok { color: #5eead4; }.family-tiktok { color: #ff6db3; }.discord { color: #7189ff; }

.about-band { max-width: 1440px; min-height: 700px; margin: 30px auto 90px; display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); }
.about-image { position: relative; min-height: 640px; overflow: hidden; }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75), transparent 55%); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.75) contrast(1.08); transition: .6s ease; }
.about-image:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.image-label { position: absolute; z-index: 2; left: 34px; bottom: 30px; font: 600 14px Oswald; letter-spacing: .16em; }
.about-copy { padding: clamp(55px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.about-copy::after { content: "K"; position: absolute; right: -35px; bottom: -120px; font: 700 430px/1 Oswald; color: rgba(255,255,255,.025); }
.about-copy h2 { max-width: 620px; }
.about-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-copy > p:last-child { color: var(--orange); font-weight: 700; }

.setup-showcase { display: grid; gap: 42px; }
.setup-station { height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.setup-station.editing { grid-template-columns: .92fr 1.08fr; }
.setup-station.editing .setup-photo { order: 2; }
.setup-photo { min-height: 0; position: relative; overflow: hidden; isolation: isolate; border-right: 1px solid var(--line); background: radial-gradient(circle at 30% 30%, rgba(255,122,0,.22), transparent 38%), #0d0d0f url("assets/dark-texture.png") center/cover; }
.setup-station.editing .setup-photo { border-right: 0; border-left: 1px solid var(--line); background: radial-gradient(circle at 70% 32%, rgba(255,211,25,.15), transparent 38%), #0d0d0f url("assets/dark-texture.png") center/cover; }
.setup-photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.setup-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; z-index: -1; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.setup-number { position: absolute; left: 28px; top: 24px; color: var(--orange); font: 700 14px Oswald; letter-spacing: .14em; }
.setup-number::before { content: "SETUP / "; color: #77736c; }
.setup-photo-label { position: absolute; left: 30px; bottom: 30px; display: flex; flex-direction: column; gap: 6px; }
.setup-photo-label small, .setup-details small { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.setup-photo-label strong { font: 600 clamp(34px, 4vw, 56px)/1 Oswald; text-transform: uppercase; }
.setup-photo-note { position: absolute; right: 24px; top: 22px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); color: #88847d; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desk-illustration { position: absolute; inset: 90px 9% 125px; opacity: .85; filter: drop-shadow(0 22px 20px rgba(0,0,0,.5)); }
.desk-illustration i { position: absolute; display: block; }
.desk-line { left: 2%; right: 2%; bottom: 20%; height: 8px; background: linear-gradient(90deg, #5b3a22, var(--orange), #6a4121); box-shadow: 0 12px 30px rgba(255,122,0,.14); }
.desk-line::before, .desk-line::after { content: ""; position: absolute; width: 8px; height: 75px; top: 8px; background: #2b2b30; }
.desk-line::before { left: 8%; }.desk-line::after { right: 8%; }
.screen { bottom: calc(20% + 8px); height: 46%; border: 7px solid #25252a; background: linear-gradient(145deg, rgba(255,122,0,.5), #141419 55%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 34px rgba(255,122,0,.12); }
.screen::after, .wide-screen::after { content: ""; position: absolute; width: 7px; height: 30px; left: calc(50% - 3px); top: 100%; background: #29292e; }
.screen-left { left: 1%; width: 31%; transform: perspective(400px) rotateY(10deg); }
.screen-main { left: 34.5%; width: 31%; height: 50%; }
.screen-right { right: 1%; width: 31%; transform: perspective(400px) rotateY(-10deg); }
.mic-arm { width: 34%; height: 5px; right: -2%; top: 26%; background: #3a3a40; transform: rotate(-35deg); transform-origin: right; }
.mic-arm::after { content: ""; position: absolute; left: -13px; top: -16px; width: 24px; height: 44px; border-radius: 12px; background: var(--orange); box-shadow: 0 0 24px rgba(255,122,0,.3); }
.pc-tower { right: 5%; bottom: calc(20% + 8px); width: 17%; height: 39%; border: 6px solid #27272c; background: radial-gradient(circle at 50% 24%, transparent 0 15%, rgba(255,122,0,.65) 16% 20%, transparent 21%), radial-gradient(circle at 50% 67%, transparent 0 15%, rgba(255,122,0,.45) 16% 20%, transparent 21%), #121216; }
.streaming-desk .screen-right { right: 19%; }.streaming-desk .screen-main { left: 40%; }.streaming-desk .screen-left { width: 34%; }.streaming-desk .screen-right { width: 25%; }
.wide-screen { left: 13%; right: 13%; bottom: calc(20% + 8px); height: 52%; border: 8px solid #25252a; background: linear-gradient(#17171c 0 68%, #24242a 68% 72%, #121217 72%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 44px rgba(255,211,25,.1); }
.wide-screen b { position: absolute; left: 6%; right: 6%; height: 8px; bottom: 21%; background: linear-gradient(90deg, var(--orange) 0 25%, #735033 25% 38%, var(--yellow) 38% 74%, #4d3322 74%); }
.wide-screen b:nth-child(2) { bottom: 13%; transform: scaleX(.88); transform-origin: left; opacity: .65; }
.wide-screen b:nth-child(3) { bottom: 5%; transform: scaleX(.56); transform-origin: left; opacity: .42; }
.speaker { bottom: calc(20% + 8px); width: 8%; height: 31%; border: 4px solid #29292f; background: radial-gradient(circle at 50% 32%, #070708 0 17%, #4a4a52 18% 23%, transparent 24%), radial-gradient(circle at 50% 73%, #070708 0 21%, #3a3a40 22% 27%, transparent 28%), #111115; }
.speaker-left { left: 3%; }.speaker-right { right: 3%; }
.editing-desk .pc-tower { display: none; }
.setup-details { padding: clamp(30px, 4vw, 50px); display: flex; flex-direction: column; justify-content: center; }
.setup-title-row { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.setup-title-row h3 { margin: 8px 0 0; font: 600 clamp(38px, 4vw, 58px)/.98 Oswald; text-transform: uppercase; }
.setup-badge { flex: 0 0 auto; margin-top: 3px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,122,0,.3); color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.setup-badge i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.setup-badge.creative { color: var(--yellow); border-color: rgba(255,211,25,.3); }
.setup-details > p { margin: 20px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.gear-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; list-style: none; border-top: 1px solid var(--line); }
.gear-list li { min-height: 52px; padding: 9px 0; display: grid; grid-template-columns: 1fr; align-content: center; gap: 5px; border-bottom: 1px solid var(--line); }
.gear-list span { color: #85817a; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gear-list strong { min-width: 0; font-size: 12px; font-weight: 600; line-height: 1.35; text-align: left; overflow-wrap: anywhere; color: #d7d2c9; }
.gear-list .gear-pc { grid-column: 1 / -1; display: block; min-height: 0; padding: 0; }
.pc-details-button { width: 100%; min-height: 62px; padding: 12px 0; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 18px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.pc-details-button span { color: var(--orange); }
.pc-details-button strong { display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: #f0ebe2; }
.pc-details-button b { color: var(--orange); font-size: 16px; transition: transform .2s ease; }
.pc-details-button:hover strong, .pc-details-button:focus-visible strong { color: var(--orange); }
.pc-details-button:hover b, .pc-details-button:focus-visible b { transform: translate(3px, -3px); }
.pc-details-button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

.pc-modal { width: min(940px, calc(100% - 36px)); max-height: min(820px, calc(100svh - 36px)); padding: 0; overflow: auto; border: 1px solid rgba(255,122,0,.35); background: #0d0d0f; color: var(--text); box-shadow: 0 45px 140px rgba(0,0,0,.8); scrollbar-width: thin; scrollbar-color: var(--orange) #171719; }
.pc-modal::-webkit-scrollbar { width: 8px; }
.pc-modal::-webkit-scrollbar-track { background: #171719; }
.pc-modal::-webkit-scrollbar-thumb { background: var(--orange); }
.pc-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(9px); }
.pc-modal[open] { animation: modal-in .25s ease-out; }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.pc-modal-shell { position: relative; padding: clamp(32px, 5vw, 58px); overflow: hidden; }
.pc-modal-shell::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(135deg, #000, transparent 75%); }
.pc-modal-close { position: absolute; right: 22px; top: 20px; z-index: 2; width: 44px; height: 44px; border: 1px solid var(--line); background: #151518; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; transition: .2s ease; }
.pc-modal-close:hover, .pc-modal-close:focus-visible { border-color: var(--orange); color: var(--orange); transform: rotate(4deg); }
.pc-modal-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-right: 55px; }
.pc-modal-heading .eyebrow { margin-bottom: 18px; }
.pc-modal-heading small { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.pc-modal-heading h2 { margin-top: 7px; font-size: clamp(48px, 7vw, 82px); line-height: .95; }
.pc-modal-index { font: 700 120px/.75 Oswald; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); }
.pc-modal-intro { max-width: 620px; margin: 24px 0 34px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.pc-parts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pc-part { min-height: 84px; padding: 17px 20px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.pc-part > span { color: var(--orange); font: 700 12px Oswald; letter-spacing: .1em; }
.pc-part div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pc-part small { color: #85817a; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pc-part strong { min-width: 0; font-size: 12px; font-weight: 600; line-height: 1.35; text-align: right; overflow-wrap: anywhere; }
.pc-modal-note { margin: 22px 0 0; color: #6f6b65; font-size: 12px; }

.games { position: relative; padding: 130px max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: linear-gradient(125deg, var(--orange), var(--yellow)); color: #0a0a0b; }
.games::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px); background-size: 48px 48px; }
.games-inner { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; }
.eyebrow.light { color: #111; }
.games-copy h2 { font-size: clamp(80px, 10vw, 150px); line-height: .78; }
.games-copy > p:not(.eyebrow) { max-width: 480px; margin: 34px 0; font-size: 17px; line-height: 1.7; }
.button-dark { background: #0a0a0b; color: #fff; }
.button-dark:hover { transform: translateY(-3px); }
.game-list { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 22px; }
.game-card { padding: 14px; display: flex; flex-direction: column; background: #111; box-shadow: 16px 20px 0 rgba(0,0,0,.14); transform: rotate(1deg); }
.game-card:nth-child(2) { transform: rotate(-1deg) translateY(22px); }
.game-visual { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #09090a; color: #fff; }
.game-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.game-card:hover .game-visual img { transform: scale(1.025); }
.game-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.24)); pointer-events: none; }
.game-identity { flex: 1; padding: 22px 8px 8px; color: #fff; }
.game-identity small { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.game-identity strong { display: block; margin-top: 9px; font: 700 clamp(30px, 3vw, 43px)/.9 Oswald; letter-spacing: -.045em; color: #fff; }
.game-identity p { max-width: 290px; margin: 12px 0 0; color: #aaa; font-size: 12px; line-height: 1.55; }
.game-index { position: absolute; z-index: 2; top: 12px; right: 14px; padding: 3px 7px; background: rgba(8,8,9,.72); color: var(--yellow); font: 700 18px Oswald; }
.game-meta { padding: 24px 8px 10px; display: flex; align-items: end; justify-content: space-between; color: #fff; }
.game-meta div { display: flex; flex-direction: column; gap: 8px; }
.game-meta strong { font: 600 23px Oswald; text-transform: uppercase; }
.game-meta > span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); color: #aaa; font-size: 10px; letter-spacing: .12em; }
.game-meta > a { padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.game-meta > a:hover { border-color: var(--yellow); background: var(--yellow); color: #111; }
.game-meta > a b { margin-left: 5px; }

.contact { max-width: var(--max); margin: 0 auto; padding: 150px 24px; display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 100px; }
.contact-main > p:last-child { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font: 600 28px Oswald; text-transform: uppercase; transition: .25s ease; }
.contact-links a:hover { padding-left: 12px; color: var(--orange); }
.contact-links b { font-family: Inter; font-size: 22px; }

footer { min-height: 78px; padding: 16px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: flex-start; gap: 22px; border-top: 1px solid var(--line); background: #070708; }
footer .brand { font-size: 17px; }
footer .brand-logo { width: 27px; height: 31px; }
footer p, footer > a:not(.brand) { color: #7e7a74; font-size: 11px; }
.footer-credit { margin-left: auto; color: #a19d95; }
.footer-credit strong { color: var(--orange); font-weight: 800; }
footer > a:not(.brand):hover { color: var(--orange); }

.legal-body { min-height: 100svh; display: flex; flex-direction: column; }
.legal-header { min-height: 68px; max-width: var(--max); width: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.legal-back { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-back:hover { color: var(--orange); }
.legal-main { width: min(100% - 48px, 1040px); margin: 58px auto 100px; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.legal-heading { position: sticky; top: 42px; }
.legal-heading h1 { font-size: clamp(56px, 7vw, 98px); line-height: .86; }
.legal-heading > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.legal-content { padding: 4px 0 24px; }
.legal-content section { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin-bottom: 13px; font-size: 28px; line-height: 1; }
.legal-content p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { margin-top: auto; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.social-card:nth-child(2), .setup-station:nth-child(2) { transition-delay: .08s; }
.social-card:nth-child(3) { transition-delay: .16s; }
.social-card:nth-child(4) { transition-delay: .24s; }
.social-card:nth-child(5) { transition-delay: .32s; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 68px 0 auto; padding: 28px 24px 36px; display: grid; gap: 4px; background: rgba(10,10,11,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: .35s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 14px 0; font: 600 25px Oswald; text-transform: uppercase; }
  .site-nav a::after { bottom: 8px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-visual { position: absolute; inset: auto -160px -40px auto; width: 580px; height: 580px; opacity: .45; }
  .logo-stage { width: 460px; }
  .hero-copy { z-index: 4; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-card { grid-column: span 1; }
  .social-card { min-height: 150px; }
  .about-band { grid-template-columns: 1fr; margin-left: 24px; margin-right: 24px; }
  .about-image { min-height: 520px; }
  .setup-station, .setup-station.editing, .games-inner, .contact { grid-template-columns: 1fr; }
  .setup-station, .setup-station.editing { height: auto; }
  .setup-station.editing .setup-photo { order: 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .setup-photo { min-height: 500px; border-right: 0; border-bottom: 1px solid var(--line); }
  .games-inner { gap: 70px; }
  .game-list { max-width: 760px; }
  .contact { gap: 70px; }
}

@media (max-width: 640px) {
  .site-header { height: 60px; }
  .hero { min-height: 670px; height: auto; margin-top: 72px; margin-bottom: 20px; padding-top: 112px; padding-bottom: 70px; }
  .hero-copy { top: 0; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-intro { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; }
  .button { width: 100%; }
  .hero-visual { right: -250px; opacity: .32; }
  .hero-number { display: none; }
  .section { padding: 96px 20px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 38px; }
  .section-heading > p { width: auto; }
  .social-card { padding: 24px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { grid-column: auto; }
  .about-band { margin: 0 20px 40px; }
  .about-image { min-height: 420px; }
  .about-copy { padding: 48px 26px; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .setup-showcase { gap: 26px; }
  .setup-station { min-height: 0; }
  .setup-photo { min-height: 390px; }
  .desk-illustration { inset: 75px 6% 105px; }
  .setup-photo-label { left: 22px; bottom: 24px; }
  .setup-photo-note { display: none; }
  .setup-details { padding: 34px 24px 38px; }
  .setup-title-row { align-items: end; }
  .gear-list { grid-template-columns: 1fr; }
  .gear-list li { grid-template-columns: 105px 1fr; }
  .gear-list strong { text-align: right; }
  .pc-details-button { grid-template-columns: 105px 1fr; }
  .pc-modal { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .pc-modal-shell { padding: 34px 22px 28px; }
  .pc-modal-heading { padding-right: 38px; }
  .pc-modal-index { display: none; }
  .pc-parts-grid { grid-template-columns: 1fr; }
  .pc-part { min-height: 72px; padding: 14px 16px; }
  .games { padding-top: 100px; padding-bottom: 100px; }
  .game-list { grid-template-columns: 1fr; gap: 26px; }
  .game-card:nth-child(2) { transform: rotate(-1deg); }
  .game-identity strong { font-size: 38px; }
  .game-meta { align-items: start; gap: 18px; flex-direction: column; }
  .contact { padding: 105px 20px; }
  footer { padding-top: 45px; padding-bottom: 45px; flex-direction: column; text-align: center; }
  .footer-credit { margin-left: 0; }
  .legal-header { min-height: 60px; }
  .legal-main { width: min(100% - 40px, 640px); margin-top: 46px; grid-template-columns: 1fr; gap: 44px; }
  .legal-heading { position: static; }
  .legal-content h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
