:root {
  --bg: #080607;
  --panel: #100b0c;
  --panel-2: #171011;
  --text: #f0e7dc;
  --muted: #aa9e94;
  --red: #b51614;
  --red-bright: #e1311e;
  --line: rgba(211, 170, 121, .25);
  --gold: #d3aa79;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 8%, rgba(150, 0, 0, .14), transparent 35%),
    radial-gradient(circle at 15% 55%, rgba(23, 40, 62, .18), transparent 35%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.ambient { position: fixed; width: 420px; height: 420px; filter: blur(110px); opacity: .14; pointer-events: none; z-index: -1; }
.ambient-one { right: -140px; top: 20%; background: #c10000; }
.ambient-two { left: -180px; bottom: 2%; background: #203753; }

.topbar {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  height: 82px; padding: 12px max(22px, calc((100vw - 1180px)/2));
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to bottom, rgba(5,4,5,.95), rgba(5,4,5,.5), transparent);
  backdrop-filter: blur(5px);
}
.brand img { width: 100px; height: 58px; object-fit: contain; }
.actions { display: flex; align-items: center; gap: 12px; }
.text-link { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); padding: 10px; }
.text-link:hover { color: white; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 10px;
  min-height: 44px; padding: 0 20px;
  font-family: Cinzel, serif; font-weight: 600; font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  border: 1px solid var(--line); transition: .2s ease; position: relative; overflow: hidden;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.13); }
.button-red { background: linear-gradient(180deg, #c7281c, #7d0908); border-color: #ef4a35; box-shadow: inset 0 0 20px rgba(255,114,72,.12), 0 12px 40px rgba(165,0,0,.16); }
.button-ghost { background: rgba(8,6,7,.45); }
.button-dark { background: rgba(8,6,7,.86); }
.button-large { min-height: 58px; padding-inline: 27px; font-size: 15px; }

.hero { min-height: 790px; position: relative; isolation: isolate; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url('assets/hero.jpg') center 15% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,3,4,.98) 0%, rgba(3,3,4,.85) 28%, rgba(3,3,4,.18) 62%, rgba(3,3,4,.15) 100%), linear-gradient(to top, var(--bg) 0%, transparent 28%); }
.hero-content { padding-top: 100px; }
.hero-copy { width: min(520px, 100%); }
.hero-logo { width: 430px; margin-left: -42px; margin-bottom: -14px; filter: drop-shadow(0 15px 22px rgba(0,0,0,.85)); }
.eyebrow { margin: 0 0 12px; color: var(--red-bright); text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: 12px; }
h1,h2 { font-family: Cinzel, serif; margin: 0; line-height: 1.08; font-weight: 600; }
h1 { font-size: clamp(44px, 5vw, 75px); letter-spacing: -.03em; text-shadow: 0 3px 18px #000; }
h1 span { color: #d4aa75; }
h2 { font-size: clamp(30px, 4vw, 48px); }
.lede { max-width: 540px; font-size: 18px; line-height: 1.75; color: #c2b8af; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.steam-mark { font-size: 20px; }

.intro { padding: 80px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.07); }
.intro > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0; }

.trailer-section, .screens { padding: 92px 0 0; }
.section-heading { margin-bottom: 28px; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #020202; border: 1px solid var(--line); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.video-frame:before { content:""; position:absolute; inset:10px; border:1px solid rgba(211,170,121,.12); pointer-events:none; z-index:1; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.split-heading > p { max-width: 430px; color: var(--muted); line-height: 1.65; margin: 0; }
.shot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.shot { margin: 0; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.shot img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.shot:hover img { transform: scale(1.025); filter: brightness(1.08); }
.shot figcaption { padding: 13px 16px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }

.cta { padding: 100px 0 82px; }
.cta-inner { padding: 44px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(42,9,10,.94), rgba(10,8,9,.94)), url('assets/hero.jpg') center/cover; display: flex; justify-content: space-between; align-items: center; gap: 35px; box-shadow: 0 25px 65px rgba(0,0,0,.32); }
.cta-inner p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 280px; }

.footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #756b64; font-size: 12px; }
.footer img { width: 100px; height: 80px; object-fit: contain; }
.footer div { display: flex; gap: 20px; text-transform: uppercase; letter-spacing: .1em; }
.footer a:hover { color: white; }

@media (max-width: 860px) {
  .topbar { height: 70px; }
  .brand img { width: 76px; height: 48px; }
  .actions .text-link, .actions .button-ghost { display:none; }
  .actions .button { min-height: 40px; padding-inline: 14px; font-size: 11px; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(to top, var(--bg) 0%, rgba(3,3,4,.9) 38%, rgba(3,3,4,.25) 75%), linear-gradient(90deg, rgba(3,3,4,.65), transparent); }
  .hero-content { padding: 280px 0 70px; }
  .hero-logo { width: 330px; margin-left: -26px; }
  .intro { grid-template-columns: 1fr; gap: 25px; padding: 65px 0; }
  .split-heading { display:block; }
  .split-heading > p { margin-top: 18px; }
  .cta-inner { display:block; padding: 32px; }
  .cta-actions { margin-top: 28px; min-width: 0; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 320px; }
  .hero-logo { width: 285px; }
  .lede { font-size: 16px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .shot-grid { grid-template-columns: 1fr; }
  .trailer-section, .screens { padding-top: 70px; }
  .footer { padding: 25px 0; flex-direction: column; text-align: center; }
}
