:root {
  --orange: #ff5a0a;
  --orange-light: #ff8a3d;
  --yellow: #ffc928;
  --ink: #11100f;
  --cream: #fff4e8;
  --paper: #fffaf4;
  --coral: #ff7858;
  --line: rgba(17, 16, 15, 0.18);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { 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;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: white;
  background: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  height: 76px;
  padding: 0 clamp(1.2rem, 3vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.wordmark, .footer-mark {
  font-family: "Archivo Black", Impact, sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}
.wordmark { font-size: 1.35rem; position: relative; }
.wordmark span {
  position: absolute;
  right: -11px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-nav > a:not(.button) {
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}
.site-nav > a:not(.button):hover { color: var(--orange); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .8rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: .55rem 1rem; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--cream); color: var(--ink); }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); }

.hero {
  min-height: calc(100vh - 76px);
  max-height: 920px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--orange);
  color: white;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22,13,7,.44) 0%, rgba(22,13,7,.12) 47%, transparent 70%);
}
.hero-copy {
  width: min(720px, 55%);
  margin-left: max(5vw, calc((100vw - var(--max)) / 2));
  padding: 3rem 1rem 6rem;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-number {
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
}
.hero h1, .statement h2, .game-copy h2, .donate-band h2, .page-hero h1 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(3.7rem, 7.2vw, 7rem); }
.hero-lede { max-width: 620px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: clamp(1.2rem, 3vw, 3rem);
  bottom: 1.4rem;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.section-pad {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 3vw, 3rem);
}
.statement h2 { max-width: 1050px; font-size: clamp(3rem, 6vw, 6.3rem); }
.statement-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 7vw, 8rem);
  margin-top: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.large-copy { margin: 0; font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.25; font-weight: 600; }
.statement-grid > div p { margin-top: 0; max-width: 500px; }
.text-link { display: inline-block; margin-top: 1rem; font-weight: 800; text-underline-offset: 5px; }
.game-feature {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: var(--yellow);
}
.game-art { position: relative; overflow: hidden; background: var(--coral); }
.game-sun {
  position: absolute;
  width: min(32vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  left: 14%;
  top: 11%;
  background: var(--yellow);
}
.game-hill {
  position: absolute;
  width: 115%;
  height: 55%;
  left: -8%;
  border-radius: 50% 50% 0 0;
}
.hill-one { bottom: -21%; background: var(--orange); transform: rotate(-8deg); }
.hill-two { bottom: -32%; left: 29%; background: var(--ink); transform: rotate(12deg); }
.pixel-heart {
  position: absolute;
  left: 43%;
  top: 44%;
  font-size: clamp(5rem, 12vw, 12rem);
  color: var(--cream);
  filter: drop-shadow(12px 12px 0 var(--ink));
}
.game-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4rem, 7vw, 7rem);
}
.game-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.game-copy p:not(.section-number) { max-width: 510px; margin: 2rem 0; font-size: 1.12rem; }

.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.belief-grid article { min-height: 330px; padding: clamp(2rem, 4vw, 4rem); background: var(--paper); }
.belief-icon { color: var(--orange); font-size: 2rem; }
.belief-grid h3 { margin: 4rem 0 1rem; font-family: "Archivo Black", Impact, sans-serif; font-size: 1.7rem; text-transform: uppercase; }

.donate-band {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(4rem, 8vw, 8rem) max(5vw, calc((100vw - var(--max)) / 2));
  color: white;
  background: var(--orange);
}
.donate-band h2 { font-size: clamp(3rem, 5.8vw, 6rem); max-width: 800px; }
.donate-band > div:last-child { align-self: end; max-width: 500px; }

.site-footer {
  padding: 4rem clamp(1.2rem, 3vw, 3rem) 2rem;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 4rem;
  color: white;
  background: var(--ink);
}
.footer-mark { font-size: clamp(2.3rem, 5vw, 5rem); }
.footer-label { color: var(--orange-light); text-transform: uppercase; font-size: .75rem; font-weight: 800; }
.site-footer a { text-underline-offset: 4px; }
.social-links { display: grid; gap: .35rem; }
.footer-legal { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .78rem; }

.page-hero {
  min-height: 520px;
  padding: clamp(5rem, 10vw, 9rem) max(5vw, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--orange);
  color: white;
}
.page-hero h1 { max-width: 1000px; font-size: clamp(3.7rem, 8vw, 8rem); }
.page-hero p { max-width: 650px; font-size: 1.25rem; }
.content-section { max-width: 980px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.2rem; }
.content-section h2 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; }
.content-section h3 { margin-top: 3rem; font-size: 1.5rem; }
.content-section p, .content-section li { font-size: 1.1rem; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 0; list-style: none; }
.feature-list li { padding: 2rem; border: 1px solid var(--line); }
.notice { padding: 1.2rem; background: var(--cream); border-left: 5px solid var(--orange); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; }
.contact-form { display: grid; gap: 1rem; }
.contact-form label { font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: .9rem;
  border: 2px solid var(--ink);
  border-radius: 2px;
  background: white;
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.empty-state { padding: 4rem 2rem; text-align: center; border: 2px dashed var(--line); }
.legal-hero { min-height: 430px; }
.legal-hero h1 { max-width: 1150px; }
.legal-content { max-width: 900px; }
.legal-content h2 {
  margin: 4rem 0 1.2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.12;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  margin: 2.2rem 0 .7rem;
  font-size: 1.25rem;
}
.legal-content p { margin: 0 0 1rem; }
.legal-content ul { padding-left: 1.4rem; margin: 0 0 1.5rem; }
.legal-content li { margin-bottom: .55rem; }
.legal-item {
  position: relative;
  padding-left: 1.2rem;
}
.legal-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}
.blog-index { max-width: var(--max); }
.blog-card {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) 1.15fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.blog-card-image {
  min-height: 540px;
  overflow: hidden;
  background: var(--cream);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 6rem);
}
.blog-meta {
  margin: 0 0 1.25rem;
  color: #665e56;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-card h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  text-transform: uppercase;
}
.blog-card h2 a { text-decoration: none; }
.blog-card-copy > p:not(.blog-meta) { max-width: 600px; margin: 1.5rem 0; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(4rem, 8vw, 8rem);
  background: var(--line);
  border: 1px solid var(--line);
}
.blog-feature-secondary {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--cream);
}
.blog-feature-secondary-image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.blog-feature-secondary-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-feature-secondary h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3.5rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.blog-feature-secondary h2 a { text-decoration: none; }
.blog-feature-secondary > div > p:not(.blog-meta) { max-width: 650px; margin: 1.3rem 0; }
.blog-tile { min-width: 0; background: var(--paper); }
.blog-tile-image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--cream);
}
.blog-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.blog-tile:hover .blog-tile-image img { transform: scale(1.025); }
.blog-tile > div { padding: clamp(1.5rem, 3vw, 2.5rem); }
.blog-tile h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.08; text-transform: uppercase; }
.blog-tile h2 a { text-decoration: none; }
.blog-tile > div > p:not(.blog-meta) { margin: 1.2rem 0; }
.article-header-with-image {
  max-width: var(--max);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.article-header-with-image h1 { font-size: clamp(2.7rem, 5.8vw, 6rem); }
.article-header-with-image > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.article-header {
  max-width: 1150px;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 3vw, 3rem) clamp(3rem, 6vw, 6rem);
}
.article-back { display: inline-block; margin-bottom: 4rem; font-weight: 800; text-underline-offset: 5px; }
.article-header h1 {
  max-width: 1100px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .96;
  text-transform: uppercase;
}
.article-deck { max-width: 760px; margin: 2rem 0 0; font-size: clamp(1.3rem, 2.5vw, 2rem); line-height: 1.3; }
.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.2rem clamp(5rem, 10vw, 10rem);
}
.article-body p, .article-body li { font-size: 1.12rem; }
.article-lead { font-size: clamp(1.35rem, 2.3vw, 1.75rem) !important; line-height: 1.45; }
.article-body h2 {
  margin: clamp(4rem, 8vw, 7rem) 0 1.4rem;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.article-body h3 { margin: 2.5rem 0 .8rem; font-size: 1.35rem; }
.article-body ul { padding-left: 1.4rem; }
.article-body li { margin-bottom: .65rem; }
.article-figure { margin: clamp(3rem, 7vw, 6rem) 0; }
.article-figure img { width: min(100%, 720px); margin: 0 auto; }
.article-figure figcaption { margin-top: .8rem; color: #665e56; font-size: .85rem; text-align: center; }
.article-callout {
  margin: clamp(3rem, 7vw, 6rem) 0;
  padding: clamp(2rem, 5vw, 4rem);
  color: white;
  background: var(--orange);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem) !important;
  line-height: 1.15;
  text-transform: uppercase;
}
.article-steps { padding: 0; list-style: none; counter-reset: article-step; }
.article-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .5rem 1rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
  counter-increment: article-step;
}
.article-steps li::before { content: "0" counter(article-step); color: var(--orange); font-weight: 800; }
.article-steps strong { font-size: 1.25rem; }
.article-steps span { grid-column: 2; }
.article-sources { margin-top: 6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 2rem; }
.article-sources a { overflow-wrap: anywhere; text-underline-offset: 4px; }
.quest-hero {
  min-height: calc(100vh - 76px);
  max-height: 940px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--orange);
}
.quest-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.quest-hero-fallback {
  z-index: 0;
}
.quest-hero-motion,
.quest-hero-poster {
  z-index: 1;
}
.quest-hero-poster { display: none; }
.quest-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,16,15,.68) 0%, rgba(17,16,15,.2) 52%, transparent 75%);
}
.quest-hero-copy {
  position: relative;
  z-index: 2;
  width: min(800px, 58%);
  margin-left: max(5vw, calc((100vw - var(--max)) / 2));
  padding: 3rem 1rem 7rem;
}
.quest-hero h1 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(5rem, 11vw, 11rem);
  line-height: .78;
  text-transform: uppercase;
}
.quest-status {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 2.2rem 0 0;
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
}
.quest-status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255,201,40,.22);
}
.quest-cue {
  position: absolute;
  z-index: 2;
  right: clamp(1.2rem, 3vw, 3rem);
  bottom: 1.4rem;
  margin: 0;
  font-size: .82rem;
  font-weight: 700;
}
.quest-reveal h2 {
  max-width: 1100px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: .98;
  text-transform: uppercase;
}
.quest-reveal-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 7vw, 8rem);
  margin-top: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.quest-reveal-grid > div { max-width: 540px; }
.quest-outline-button { border-color: var(--ink); }
.quest-signal {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 240px;
  padding: 3rem clamp(1.2rem, 4vw, 5rem);
  color: white;
  background: var(--ink);
  text-align: center;
}
.quest-signal p {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.4rem, 3vw, 3rem);
  text-transform: uppercase;
}
.quest-signal span { color: var(--orange); }

@media (max-width: 900px) {
  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    align-content: center;
    gap: 5px;
  }
  .menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); }
  .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    align-items: stretch;
    flex-direction: column;
  }
  .site-nav.open { display: flex; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(17,10,5,.72), rgba(17,10,5,.04) 80%); }
  .hero-copy { width: 100%; margin: 0; padding: 3rem 1.2rem 5rem; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5.7rem); }
  .statement-grid, .donate-band, .contact-grid { grid-template-columns: 1fr; }
  .game-feature { grid-template-columns: 1fr; }
  .game-art { min-height: 430px; }
  .belief-grid, .feature-list { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .blog-card { grid-template-columns: 1fr; }
  .blog-card-image { min-height: 0; max-height: 620px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-feature-secondary { grid-template-columns: 1fr; }
  .article-header-with-image { grid-template-columns: 1fr; }
  .quest-hero { min-height: 760px; }
  .quest-hero > img { object-position: 62% center; }
  .quest-hero-shade { background: linear-gradient(0deg, rgba(17,16,15,.76), rgba(17,16,15,.06) 78%); }
  .quest-hero-copy { width: 100%; margin: 0; padding: 3rem 1.2rem 6rem; }
  .quest-hero h1 { font-size: clamp(4.5rem, 20vw, 8rem); }
  .quest-reveal-grid { grid-template-columns: 1fr; }
  .quest-signal { grid-template-columns: 1fr; gap: 1rem; }
  .quest-signal span { transform: rotate(45deg); }
  .footer-mark { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .button-row .button { width: 100%; }
  .statement h2, .game-copy h2 { font-size: 2.75rem; }
  .game-copy { padding: 4rem 1.2rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer-mark { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .quest-hero-motion { display: none; }
  .quest-hero-poster { display: block; }
}
