:root {
  --ink: #041218;
  --ink-soft: #09232a;
  --panel: #07191e;
  --teal: #61c4c4;
  --teal-muted: #317b80;
  --orange: #ee681d;
  --paper: #f1eadb;
  --muted: #a2b8b4;
  --line: rgb(117 206 202 / 22%);
  --shell: min(100% - 80px, 1376px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; width: var(--shell); margin-inline: auto; padding: 22px 0 18px; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 250px; line-height: 0; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 46px); padding-top: 21px; font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a { transition: color .2s ease; }
.site-nav a:not(.nav-steam):hover, .site-nav a:not(.nav-steam):focus-visible { color: var(--teal); }
.nav-steam { padding: 8px 13px; margin-top: -8px; border: 1px solid var(--line); color: var(--teal); }
.nav-steam:hover, .nav-steam:focus-visible { border-color: var(--teal); color: var(--paper); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: 840px; isolation: isolate; overflow: hidden; }
.hero-image, .partners-art { position: absolute; z-index: -2; inset: 0; background-image: url("assets/rolling-thunder-hero.png"); background-size: cover; background-position: center; }
.hero-scrim { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(2 14 19 / 97%) 0%, rgb(2 16 21 / 77%) 35%, rgb(2 16 21 / 22%) 76%), linear-gradient(0deg, rgb(3 17 22 / 95%) 0%, transparent 37%); }
.hero-content { align-self: end; padding: 190px 0 142px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-family: "Barlow Condensed", sans-serif; font-size: .83rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(4.3rem, 8vw, 8.8rem); font-weight: 900; line-height: .83; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-copy { max-width: 550px; margin-bottom: 31px; color: #d0d8ce; font-size: 1.02rem; line-height: 1.72; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 55px; padding: 14px 21px; font-family: "Barlow Condensed", sans-serif; font-size: 1.08rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: #1e140e; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: #ff8538; }
.button-quiet { border: 1px solid var(--teal-muted); color: var(--teal); background: rgb(2 13 18 / 44%); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--teal); color: var(--paper); }
.status { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgb(238 104 29 / 18%); }
.status b { font-weight: 400; color: var(--teal-muted); }
.hero-index { position: absolute; right: max(40px, calc((100% - 1376px) / 2)); bottom: 47px; display: flex; align-items: center; gap: 12px; color: var(--teal); font-family: "Barlow Condensed", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-index i { width: 31px; height: 1px; background: var(--teal); transition: width .2s ease; }
.hero-index:hover i, .hero-index:focus-visible i { width: 48px; }

.section { padding: 130px 0; }
.statement { border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(45px, 11vw, 190px); align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 800; line-height: .87; letter-spacing: -.025em; }
.statement-grid div > p { margin-bottom: 24px; color: var(--muted); line-height: 1.8; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--teal-muted); color: var(--teal); font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { border-color: var(--teal); color: var(--paper); }

.roadmap { padding: 63px 0 69px; border-bottom: 1px solid var(--line); }
.roadmap-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 43px; }
.roadmap-heading .eyebrow { margin-bottom: 10px; }
.roadmap-heading h2 { font-size: clamp(2.1rem, 3.5vw, 3.5rem); line-height: .9; }
.roadmap-heading > p { max-width: 290px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; text-align: right; }
.roadmap-rail { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.roadmap-rail::before { position: absolute; z-index: 0; top: 9px; right: calc(20% - 9px); left: 9px; height: 1px; content: ""; background: var(--teal-muted); }
.roadmap-rail li { position: relative; z-index: 1; min-width: 0; padding-right: 16px; color: #718a8a; }
.roadmap-rail li:last-child { padding-right: 0; }
.roadmap-node { display: block; width: 19px; height: 19px; margin-bottom: 15px; border: 1px solid var(--teal-muted); border-radius: 50%; background: var(--ink); }
.roadmap-rail strong, .roadmap-rail small { display: block; }
.roadmap-rail strong { overflow-wrap: anywhere; color: inherit; font-family: "Barlow Condensed", sans-serif; font-size: clamp(.9rem, 1.5vw, 1.22rem); font-weight: 700; letter-spacing: .07em; line-height: 1.05; text-transform: uppercase; }
.roadmap-rail small { margin-top: 7px; color: #577172; font-size: .67rem; letter-spacing: .04em; }
.roadmap-rail .is-complete { color: var(--teal); }.roadmap-rail .is-complete .roadmap-node { border-color: var(--teal); background: var(--teal); box-shadow: 0 0 0 4px rgb(97 196 196 / 12%); }
.roadmap-rail .is-current { color: var(--paper); }.roadmap-rail .is-current .roadmap-node { border: 4px solid var(--ink); outline: 2px solid var(--orange); background: var(--orange); box-shadow: 0 0 0 7px rgb(238 104 29 / 16%); }.roadmap-rail .is-current small { color: var(--orange); font-weight: 700; }

.features { padding: 130px 0 145px; background: linear-gradient(135deg, #082028 0%, #06161b 64%); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 62px; }
.section-heading h2 { max-width: 750px; }
.feature-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 60px minmax(0, 1fr) 36px; align-items: center; gap: clamp(17px, 2.6vw, 45px); min-height: 154px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.feature-list li:hover { padding-inline: 15px; background: rgb(105 207 201 / 5%); }
.feature-number { align-self: start; padding-top: 34px; color: var(--teal); font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: .1em; }
.feature-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; }
.feature-copy h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); line-height: .9; letter-spacing: -.018em; }
.feature-copy p { max-width: 410px; margin: 0; color: var(--muted); font-size: .91rem; }
.feature-marker { color: var(--orange); font-size: 1.45rem; }

.world { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .56fr); gap: 35px; min-height: 390px; align-items: center; }
.world-copy h2 { max-width: 750px; }
.world-note { align-self: end; margin: 0 0 12px; color: var(--muted); font-size: .94rem; line-height: 1.8; }

.partners { position: relative; isolation: isolate; overflow: hidden; }
.partners-art { z-index: -3; background-position: center 67%; filter: saturate(.8) contrast(1.1); }
.partners-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(4 18 24 / 97%), rgb(4 18 24 / 85%) 50%, rgb(4 18 24 / 52%)), linear-gradient(0deg, rgb(4 18 24 / 96%), transparent 72%); }
.partners-content { padding: 122px 0 111px; }
.partners-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(50px, 9vw, 150px); align-items: end; }
.partners-grid h2 { font-size: clamp(3.1rem, 5.8vw, 6.05rem); }
.partner-detail { padding-left: 31px; border-left: 1px solid var(--teal-muted); }
.partner-detail p { max-width: 385px; margin-bottom: 26px; color: #d0d9d3; line-height: 1.75; }
.partner-detail small { display: block; margin-top: 17px; color: var(--muted); font-size: .73rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 30px; min-height: 118px; padding: 23px 0 17px; color: var(--muted); font-size: .72rem; }
.footer-copyright { margin: 0; text-align: left; }.footer-links { justify-self: end; display: flex; gap: 21px; font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.platform-link { display: inline-flex; align-items: center; gap: 8px; transition: color .2s ease; }.platform-link img { width: 16px; height: 16px; filter: invert(1); }.platform-link:hover, .platform-link:focus-visible { color: var(--teal); }.platform-link:focus-visible { outline: 1px solid var(--teal); outline-offset: 5px; }.footer-legal { grid-column: 1 / -1; display: flex; gap: 18px; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }.footer-legal a { transition: color .2s ease; }.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--teal); }.footer-legal a:focus-visible { outline: 1px solid var(--teal); outline-offset: 5px; }.steam-attribution { grid-column: 1 / -1; max-width: 680px; margin: 0; color: #607878; font-size: .58rem; line-height: 1.45; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 40px, 1376px); }
  .site-header { align-items: center; padding: 15px 0 12px; }
  .brand { width: 178px; }
  .menu-toggle { z-index: 12; display: grid; gap: 5px; width: 45px; padding: 10px; border: 0; color: var(--paper); background: transparent; cursor: pointer; }.menu-toggle i { display: block; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }.menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: grid; place-content: center; gap: 31px; padding: 80px 30px; background: rgb(3 16 21 / 98%); font-size: 1.8rem; text-align: center; opacity: 0; pointer-events: none; transition: opacity .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; }.nav-steam { margin: 0; }
  .hero { min-height: 790px; }.hero-image { background-position: 61% center; }.hero-scrim { background: linear-gradient(90deg, rgb(2 14 19 / 96%) 0%, rgb(2 16 21 / 68%) 100%), linear-gradient(0deg, rgb(3 17 22 / 96%) 0%, transparent 45%); }.hero-content { padding: 175px 0 116px; }.eyebrow { font-size: .72rem; }.hero h1 { margin-bottom: 20px; font-size: clamp(3.9rem, 16vw, 5.5rem); }.hero-copy { max-width: 350px; font-size: .92rem; line-height: 1.65; }.hero-actions { display: grid; grid-template-columns: 1fr; width: min(100%, 320px); }.button { min-height: 52px; }.hero-index { right: 20px; bottom: 31px; }
  .section { padding: 83px 0; }.statement-grid { grid-template-columns: 1fr; gap: 30px; }.statement-grid h2, .section-heading h2 { font-size: clamp(2.8rem, 12vw, 4rem); }.statement-grid div > p { font-size: .92rem; }
  .roadmap { padding: 53px 0 58px; }.roadmap-heading { display: block; margin-bottom: 37px; }.roadmap-heading h2 { font-size: 2.5rem; }.roadmap-heading > p { margin-top: 14px; font-size: .8rem; text-align: left; }.roadmap-rail::before { top: 7px; right: calc(20% - 7px); left: 7px; }.roadmap-rail li { padding-right: 7px; }.roadmap-node { width: 15px; height: 15px; margin-bottom: 12px; }.roadmap-rail strong { font-size: .75rem; letter-spacing: .04em; }.roadmap-rail small { font-size: .56rem; line-height: 1.2; }.roadmap-rail .is-current .roadmap-node { border-width: 3px; outline-width: 2px; box-shadow: 0 0 0 5px rgb(238 104 29 / 16%); }
  .features { padding: 83px 0; }.section-heading { display: block; margin-bottom: 43px; }.feature-list li { grid-template-columns: 33px minmax(0, 1fr); gap: 15px; min-height: 150px; }.feature-list li:hover { padding-inline: 0; background: none; }.feature-number { padding-top: 28px; font-size: .77rem; }.feature-copy { display: block; }.feature-copy h3 { margin-bottom: 9px; font-size: 2rem; }.feature-copy p { font-size: .79rem; line-height: 1.55; }.feature-marker { display: none; }
  .world { grid-template-columns: 1fr; gap: 23px; min-height: 0; }.world-copy h2 { font-size: clamp(2.8rem, 12vw, 4rem); }.world-note { margin: 0; font-size: .86rem; }
  .partners-content { padding: 86px 0; }.partners-grid { grid-template-columns: 1fr; gap: 36px; }.partners-grid h2 { font-size: clamp(2.85rem, 12vw, 4.3rem); }.partner-detail { padding-left: 20px; }.partner-detail p { font-size: .9rem; }.partner-detail .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 17px; padding: 31px 0; }.footer-copyright { text-align: left; }.footer-links { justify-self: start; }.footer-legal, .steam-attribution { grid-column: auto; }
}

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