:root {
  --ink: #101019;
  --paper: #fffdf6;
  --yellow: #ffd525;
  --yellow-soft: #fff1a8;
  --blue: #1469ff;
  --red: #ff3347;
  --lime: #b7f436;
  --purple: #7757ff;
  --line: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-width: 320px; }

body { overflow-x: hidden; background: var(--paper); }

body::selection { color: var(--ink); background: var(--yellow); }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

img { max-width: 100%; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 16px;
  border: var(--line);
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 76px);
  border-bottom: var(--line);
  background: rgba(255, 253, 246, .94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .85;
  transform: rotate(-1deg);
}

.brand > span:last-child { display: flex; flex-direction: column; }

.brand small {
  margin-top: 7px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: .14em;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border: 2px solid var(--ink);
  border-radius: 50% 46% 54% 42%;
  background: var(--yellow);
  transform: rotate(-12deg);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.brand-mark::before { left: 9px; }
.brand-mark::after { right: 9px; }

.brand-mark span {
  position: absolute;
  bottom: 7px;
  left: 14px;
  width: 12px;
  height: 8px;
  border: 3px solid var(--ink);
  border-top: 0;
  border-radius: 0 0 50% 50%;
}

.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }

.site-header nav a {
  position: relative;
  font-size: 13px;
  font-weight: 850;
}

.site-header nav a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after { transform: scaleX(1); }

.header-play {
  padding: 12px 18px;
  border: 2px solid var(--ink);
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 900;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.header-play:hover,
.header-play:focus-visible { box-shadow: 4px 4px 0 var(--yellow); transform: translate(-2px, -2px); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 6vw, 95px);
  min-height: calc(100svh - 78px);
  padding: clamp(68px, 8vw, 112px) clamp(22px, 6vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 16, 25, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 25, .07) 1px, transparent 1px),
    var(--yellow);
  background-size: 38px 38px;
}

.hero-copy, .hero-visual { position: relative; z-index: 2; }

.paint-splash {
  position: absolute;
  border: var(--line);
  border-radius: 42% 58% 31% 69% / 54% 34% 66% 46%;
}

.splash-red { top: 17%; left: -38px; width: 108px; height: 84px; background: var(--red); transform: rotate(20deg); }
.splash-lime { bottom: -48px; left: 40%; width: 165px; height: 124px; background: var(--lime); transform: rotate(-8deg); }

.kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.kicker span { color: var(--red); font-size: 22px; line-height: 1; }

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 7.6vw, 124px);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .78;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: inline-block;
  font-style: normal;
  text-shadow: 4px 4px 0 #fff, 7px 7px 0 var(--ink);
}

.hero h1 span { margin-left: 8%; color: var(--blue); transform: rotate(-2deg); }
.hero h1 em { margin-left: 1%; color: var(--red); transform: rotate(2deg); }

.hero-description {
  max-width: 600px;
  margin: 38px 0 28px;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 650;
  line-height: 1.5;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 13px 22px;
  border: var(--line);
  font-weight: 900;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover,
.button:focus-visible { box-shadow: var(--shadow); transform: translate(-3px, -3px); }

.button-primary { color: #fff; background: var(--blue); }
.button-light { background: #fff; }
.button-dark { color: #fff; background: var(--ink); }

.play-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding-left: 2px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink) !important;
  background: #fff;
  font-size: 10px !important;
}

.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }

.hero-tags span {
  padding: 8px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  font-size: 11px;
  font-weight: 850;
}

.cover-card {
  position: relative;
  margin: 0;
  padding: 12px 12px 0;
  border: var(--line);
  background: #fff;
  box-shadow: 14px 14px 0 var(--ink);
  transform: rotate(2deg);
}

.cover-card img { display: block; width: 100%; height: auto; border: 2px solid var(--ink); }

.cover-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 7px 17px;
  font-size: clamp(14px, 1.4vw, 21px);
  font-weight: 900;
}

.cover-card figcaption b {
  padding: 7px 9px;
  border: 2px solid var(--ink);
  color: #fff;
  background: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .08em;
  transform: rotate(-2deg);
}

.tape { position: absolute; top: -18px; z-index: 3; width: 105px; height: 34px; background: rgba(255, 245, 178, .88); }
.tape-left { left: 12%; transform: rotate(-7deg); }
.tape-right { right: 12%; transform: rotate(8deg); }

.camo-sticker {
  position: absolute;
  bottom: -35px;
  left: -32px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: var(--line);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
  transform: rotate(-14deg);
}

.camo-sticker b { font-family: Arial, sans-serif; font-size: 23px; letter-spacing: -.06em; }

.marquee {
  overflow: hidden;
  padding: 16px 0;
  border-top: var(--line);
  border-bottom: var(--line);
  color: #fff;
  background: var(--ink);
  font-size: clamp(17px, 2vw, 27px);
  font-weight: 950;
  white-space: nowrap;
}

.marquee div { width: max-content; animation: marquee 26s linear infinite; }
.marquee span { margin: 0 22px; color: var(--yellow); }

@keyframes marquee { to { transform: translateX(-50%); } }

.play-section,
.about-section,
.how-section,
.controls-section,
.faq-section { padding: clamp(76px, 9vw, 130px) clamp(18px, 6vw, 92px); }

.play-section { background: #f0eff8; }

.section-heading { max-width: 1200px; margin: 0 auto 46px; }

.section-heading h2,
.controls-copy h2,
.feature-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5.7vw, 82px);
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: .96;
}

.centered { text-align: center; }
.centered .kicker { justify-content: center; }
.centered h2 span { color: var(--blue); }

.section-lead { margin: 20px auto 0; max-width: 690px; color: #5d5d68; font-size: 17px; line-height: 1.6; }

.play-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }

.fullscreen-button {
  min-height: 50px;
  padding: 0 19px;
  border: var(--line);
  color: #fff;
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--yellow);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.play-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; max-width: 1280px; margin: 0 auto; }
.play-layout.has-sidebar-ad { grid-template-columns: minmax(0, 1fr) clamp(280px, 23vw, 340px); }

.game-window { overflow: hidden; border: 4px solid var(--ink); background: #0b1020; box-shadow: 10px 10px 0 var(--ink); }

.game-window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 12px;
  border-bottom: 3px solid var(--ink);
  background: var(--paper);
}

.game-window-bar span { width: 11px; height: 11px; border: 2px solid var(--ink); border-radius: 50%; }
.game-window-bar span:nth-child(1) { background: var(--red); }
.game-window-bar span:nth-child(2) { background: var(--yellow); }
.game-window-bar span:nth-child(3) { background: var(--lime); }
.game-window-bar b { margin-left: 6px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.game-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0b1020; }

#game-frame { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: #0b1020; }

.game-launch {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: opacity 260ms ease, transform 260ms ease;
}

.game-launch::before {
  position: absolute;
  inset: -12px;
  background: url('/cover-chameleon.jpg') center / cover no-repeat;
  content: "";
  filter: saturate(.78) brightness(.62);
  transform: scale(1.03);
}

.game-launch::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 15, 46, .34), rgba(5, 12, 37, .58));
  content: "";
}

.game-launch.is-opening { opacity: 0; transform: scale(1.025); pointer-events: none; }

.game-launch-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.game-launch-kicker {
  margin-bottom: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(10px, 1.3vw, 15px);
  font-weight: 950;
  letter-spacing: .18em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
}

.game-launch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  min-width: clamp(250px, 42vw, 560px);
  min-height: clamp(86px, 11vw, 142px);
  padding: 18px 34px;
  border: clamp(4px, .55vw, 7px) solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 9px 0 var(--ink), 0 0 0 0 rgba(255, 213, 37, .68);
  font-size: clamp(34px, 5.6vw, 76px);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: 1;
  cursor: pointer;
  animation: game-button-pulse 1.55s ease-in-out infinite;
}

.game-launch-button span {
  display: grid;
  place-items: center;
  width: clamp(42px, 6vw, 72px);
  height: clamp(42px, 6vw, 72px);
  padding-left: .08em;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  font-size: .42em;
}

.game-launch-button:hover,
.game-launch-button:focus-visible { background: #ffe66f; outline: 4px solid #fff; outline-offset: 5px; }

.game-launch-content small {
  margin-top: 22px;
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 850;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .9);
}

@keyframes game-button-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 9px 0 var(--ink), 0 0 0 0 rgba(255, 213, 37, .58); }
  50% { transform: scale(1.045); box-shadow: 0 9px 0 var(--ink), 0 0 0 18px rgba(255, 213, 37, 0); }
}

#ad-sidebar { position: relative; min-width: 0; padding: 36px 10px 10px; border: var(--line); background: #080d19; }
#ad-sidebar[hidden] { display: none; }
.ad-label { position: absolute; top: 10px; left: 10px; color: #aeb7cc; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
#yandex_rtb_chameleon_sidebar { width: 100%; overflow: hidden; }

.game-note { max-width: 1280px; margin: 22px auto 0; color: #666672; font-size: 13px; line-height: 1.5; }

.about-section { background: var(--paper); }

.roles { display: grid; grid-template-columns: 1fr auto 1fr; max-width: 1200px; margin: 0 auto; }

.role { position: relative; min-height: 490px; padding: clamp(28px, 4vw, 50px); border: var(--line); overflow: hidden; }
.role-hider { color: #fff; background: var(--blue); transform: rotate(-1deg); }
.role-seeker { background: var(--yellow); transform: rotate(1deg); }
.role-label { margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.role-icon { display: block; margin: 35px 0 8px; font-size: 52px; }
.role h3 { margin: 0 0 18px; font-size: clamp(41px, 4.3vw, 66px); font-weight: 950; letter-spacing: -.08em; }
.role > p:not(.role-label) { max-width: 470px; font-size: 15px; font-weight: 650; line-height: 1.6; }
.role ul { margin: 30px 0 0; padding: 18px 0 0; border-top: 2px solid currentColor; list-style: none; }
.role li { display: flex; align-items: center; gap: 12px; margin: 11px 0; font-size: 13px; font-weight: 850; }
.role li b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; opacity: .66; }
.versus { z-index: 3; display: grid; place-items: center; align-self: center; width: 72px; height: 72px; margin: 0 -26px; border: var(--line); border-radius: 50%; color: #fff; background: var(--red); box-shadow: 5px 5px 0 var(--ink); font-size: 21px; font-weight: 950; transform: rotate(-8deg); }

.how-section { background: radial-gradient(circle at 12% 10%, rgba(255, 213, 37, .32), transparent 28%), var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1200px; margin: 0 auto; }
.step { position: relative; min-height: 350px; padding: 28px; border: var(--line); background: #fff; transition: transform 160ms ease, box-shadow 160ms ease; }
.step:hover { box-shadow: var(--shadow); transform: translate(-4px, -4px) rotate(-1deg); }
.step-number { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 900; }
.step-emoji { display: grid; place-items: center; width: 92px; height: 92px; margin: 42px 0 24px; border: var(--line); border-radius: 50%; font-size: 42px; }
.step-blue .step-emoji { background: var(--blue); }
.step-yellow .step-emoji { background: var(--yellow); }
.step-red .step-emoji { background: var(--red); }
.step h3 { margin: 0 0 12px; font-size: clamp(25px, 2.4vw, 34px); letter-spacing: -.045em; }
.step p { margin: 0; color: #555560; font-size: 14px; line-height: 1.6; }

.controls-section { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(540px, 1.3fr); gap: clamp(50px, 8vw, 120px); color: #fff; background: var(--ink); }
.controls-copy .kicker { color: var(--yellow); }
.controls-copy p:last-child { max-width: 500px; color: #c7c7d0; font-size: 16px; line-height: 1.65; }
.control-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.control-card { padding: 30px; border: 2px solid #595964; background: #20202b; }
.control-card-mobile { color: var(--ink); background: var(--yellow); }
.control-icon { font-size: 42px; }
.control-card h3 { margin: 18px 0 24px; font-size: 28px; letter-spacing: -.04em; }
.control-card dl { margin: 0; }
.control-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid #555560; }
.control-card dt { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 900; }
.control-card dd { margin: 0; color: #bfc0cb; font-size: 13px; text-align: right; }
.control-card p { margin: 0 0 28px; font-size: 14px; font-weight: 650; line-height: 1.65; }

.features-section { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(500px, 1.3fr); gap: clamp(65px, 8vw, 130px); padding: clamp(76px, 9vw, 130px) clamp(18px, 6vw, 92px); }
.feature-intro h2 { max-width: 560px; }
.feature-intro > p:last-child { max-width: 520px; color: #5c5c67; font-size: 16px; line-height: 1.65; }
.feature-list { border-top: 2px solid var(--ink); }
.feature-list article { display: grid; grid-template-columns: 34px 55px minmax(150px, .8fr) minmax(200px, 1.2fr); align-items: center; gap: 18px; min-height: 128px; padding: 18px 4px; border-bottom: 2px solid var(--ink); }
.feature-list article > span { color: #888892; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.feature-list article > b { font-size: 34px; }
.feature-list h3 { margin: 0; font-size: clamp(21px, 2vw, 30px); letter-spacing: -.04em; }
.feature-list p { margin: 0; color: #62626d; font-size: 14px; line-height: 1.55; }
.feature-checklist { padding: 28px 4px 0; }
.feature-checklist h3 { margin: 0 0 18px; font-size: 25px; text-transform: uppercase; }
.feature-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.feature-checklist li { padding: 14px; border: 2px solid var(--ink); background: var(--yellow-soft); font-size: 13px; font-weight: 750; line-height: 1.45; }

.faq-section { border-top: var(--line); background: #f0eff8; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: var(--line); }
.faq-list details { border-bottom: var(--line); background: #fff; }
.faq-list summary { position: relative; padding: 24px 60px 24px 22px; font-size: 18px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 17px; right: 20px; content: "+"; color: var(--blue); font-size: 32px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 24px; color: #5d5d68; font-size: 15px; line-height: 1.65; }

.final-cta { padding: clamp(80px, 11vw, 150px) clamp(20px, 8vw, 120px); text-align: center; background: var(--yellow); }
.final-cta .kicker { justify-content: center; }
.final-cta h2 { margin-bottom: 34px; }
.final-cta h2 span { color: var(--blue); text-shadow: 3px 3px 0 #fff, 6px 6px 0 var(--ink); }

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr auto; align-items: center; gap: 28px; padding: 34px clamp(18px, 5vw, 76px); color: #fff; background: var(--ink); }
.footer-brand .brand-mark { color: var(--ink); }
.site-footer p { margin: 0; color: #aaaab5; font-size: 12px; line-height: 1.5; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.site-footer nav a,
.site-footer nav button { padding: 0; border: 0; color: #dddde5; background: none; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.site-footer small { color: #858590; font-size: 10px; text-align: right; }

.consent-dialog {
  width: min(650px, calc(100% - 28px));
  max-width: none;
  padding: 0;
  border: 4px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--ink);
}

.consent-dialog::backdrop { background: rgba(5, 8, 22, .82); backdrop-filter: blur(5px); }
.consent-card { padding: clamp(24px, 5vw, 48px); }
.consent-card .kicker { margin-bottom: 10px; color: var(--blue); }
.consent-card h2 { margin: 0 0 18px; font-size: clamp(34px, 6vw, 58px); letter-spacing: -.065em; line-height: .92; }
.consent-card > p:not(.kicker) { color: #464650; font-size: 15px; line-height: 1.55; }
.consent-links a { font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 12px; margin-top: 26px; }
.consent-actions .button { min-height: 58px; padding: 12px 16px; }
.consent-card > small { display: block; margin-top: 16px; color: #777783; font-size: 11px; line-height: 1.45; }

.legal-page { min-height: 100vh; background: #f0eff8; }
.legal-header { position: static; }
.legal-main { max-width: 920px; margin: 0 auto; padding: clamp(50px, 8vw, 100px) 20px; }
.legal-card { padding: clamp(26px, 5vw, 62px); border: var(--line); background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.legal-card h1 { margin: 0 0 18px; font-size: clamp(40px, 6vw, 70px); letter-spacing: -.07em; line-height: .95; }
.legal-card h2 { margin: 38px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.legal-card p, .legal-card li { color: #41414c; font-size: 15px; line-height: 1.7; }
.legal-card ul { padding-left: 22px; }
.legal-date { margin-bottom: 34px !important; color: #777783 !important; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px !important; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; padding-top: 24px; border-top: 2px solid var(--ink); }
.legal-nav a { padding: 10px 13px; border: 2px solid var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; }
.contact-box { margin: 28px 0; padding: 22px; border: var(--line); background: var(--yellow-soft); }
.contact-box strong { display: block; margin-bottom: 8px; }

@media (min-width: 981px) {
  .play-section {
    height: calc(100svh - 78px);
    min-height: 560px;
    padding-top: clamp(14px, 2.2vh, 24px);
    padding-bottom: 14px;
    scroll-margin-top: 78px;
  }

  .play-heading {
    width: 100%;
    margin-bottom: clamp(10px, 1.7vh, 18px);
    align-items: center;
  }

  .play-heading .kicker { margin-bottom: 4px; }
  .play-heading h2 { font-size: clamp(30px, 3vw, 54px); }
  .fullscreen-button { min-height: 44px; }
  .play-layout { width: 100%; }

  .game-window {
    width: min(100%, calc((100svh - 245px) * 16 / 9));
    justify-self: center;
  }

  .game-note { margin-top: 10px; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; margin: 30px auto 0; }
  .play-layout.has-sidebar-ad { grid-template-columns: 1fr; }
  #ad-sidebar { min-height: 180px; }
  .controls-section, .features-section { grid-template-columns: 1fr; }
  .feature-intro { max-width: 720px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer small { text-align: left; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark::before, .brand-mark::after { top: 10px; }
  .brand-mark span { bottom: 6px; left: 11px; }
  .header-play { padding: 10px 14px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(48px, 15vw, 80px); }
  .cover-card figcaption { align-items: flex-start; flex-direction: column; }
  .camo-sticker { left: -10px; width: 78px; height: 78px; }
  .play-heading { align-items: flex-start; flex-direction: column; }
  .fullscreen-button { width: 100%; }
  .game-window { box-shadow: 6px 6px 0 var(--ink); }
  .game-window-bar { height: 32px; }
  .game-window-bar b { font-size: 9px; }
  .game-launch-content { padding: 12px; }
  .game-launch-kicker { margin-bottom: 10px; }
  .game-launch-content small { margin-top: 14px; }
  .roles { grid-template-columns: 1fr; gap: 16px; }
  .role { min-height: 0; transform: none; }
  .versus { margin: -30px auto; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step-emoji { margin-top: 26px; }
  .control-cards { grid-template-columns: 1fr; }
  .feature-list article { grid-template-columns: 28px 42px 1fr; }
  .feature-list article p { grid-column: 3; }
  .feature-checklist ul { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .consent-actions { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .brand > span:last-child { max-width: 140px; }
  .header-play { font-size: 11px; }
  .hero-description { margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .play-section, .about-section, .how-section, .controls-section, .faq-section { padding-left: 13px; padding-right: 13px; }
  .section-heading h2, .controls-copy h2, .feature-intro h2, .final-cta h2 { font-size: 39px; }
  .role h3 { font-size: 38px; }
  .game-window { border-width: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .marquee div { animation: none; }
  .game-launch-button { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
