/* WYCOMBE PUNCH / DESIGN SYSTEM 02
   Dependency-free, responsive, keyboard-friendly. No external font requests. */
:root {
  color-scheme: dark;
  --ink: #0b0b0e;
  --surface: #141419;
  --raised: #1b1b22;
  --red: #ff2848;
  --red-hover: #ff526b;
  --white: #f5f3ef;
  --muted: #a4a4af;
  --line: #2b2b33;
  --display: Impact, 'Arial Narrow', 'Liberation Sans Narrow', 'DejaVu Sans Condensed', sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --ease: cubic-bezier(.22,1,.36,1);
  --radius: 18px;
  --scroll: 0;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--red); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button { color: inherit; }
button, input, select, textarea { border-radius: 0; }
input, textarea, select { min-width: 0; }
[hidden] { display: none !important; }
h1,h2,h3,p { margin: 0; }
h1,h2 { font-family: var(--display); font-weight: 900; font-stretch: condensed; line-height: .97; letter-spacing: -.025em; }
h1 em,h2 em { font-style: normal; color: var(--red); }
h2 { font-size: clamp(40px,4.8vw,68px); }
h3 { font-size: 23px; letter-spacing: -.04em; line-height: 1.18; font-weight: 750; }
p { color: var(--muted); }
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible { outline: 2px solid var(--white); outline-offset: 5px; }
:focus:not(:focus-visible) { outline: none; }
:target { scroll-margin-top: 104px; }
.wrap { width: min(1376px, calc(100% - 112px)); margin-inline: auto; }
.red { color: var(--red); }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.micro { font: 10px/1.4 var(--mono); letter-spacing: .11em; color: var(--muted); }
.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: 12px; transform: translateY(-200%); background: var(--white); color: var(--ink); padding: 12px 20px; z-index: 1000; font-weight: 700; }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--red); font: 600 10px/1.5 var(--mono); letter-spacing: .115em; margin-bottom: 25px; }
.eyebrow > span:first-child:empty { display: inline-block; width: 6px; height: 6px; background: currentColor; flex: 0 0 auto; }
.section { padding-block: 116px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-intro { font-size: 15px; line-height: 1.8; max-width: 350px; padding-bottom: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 58px; padding: 16px 26px; border: 1px solid transparent; border-radius: 8px; background: var(--red); color: var(--ink); font-size: 13px; font-weight: 750; line-height: 1.25; position: relative; transition: background .25s, transform .3s var(--ease), box-shadow .3s; text-align: center; }
.button .icon { width: 19px; height: 19px; transition: transform .3s var(--ease); }
.button:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 7px 25px #ff284818; }
.button:hover .icon { transform: translate(2px,-2px); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: .5; box-shadow: none; transform: none; }
.button-small { min-height: 45px; padding: 11px 18px; font-size: 12px; gap: 18px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: white; }
.button-outline { background: transparent; color: var(--white); border-color: #62626e; }
.button-outline:hover { background: var(--raised); box-shadow: none; }
.button-ghost { background: transparent; border-color: var(--line); color: var(--muted); }
.button-ghost:hover { background: var(--raised); color: var(--white); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; padding: 0; font-size: 13px; font-weight: 650; color: var(--white); line-height: 1.5; transition: color .25s; }
.text-link .icon { width: 19px; height: 19px; transition: transform .3s var(--ease); }
.text-link:hover { color: var(--red); }
.text-link:hover > .icon { transform: translate(2px,-2px); }
.reveal { transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--delay,0ms); }
.reveal-ready .reveal:not(.in-view) { opacity: 0; transform: translateY(25px); }
/* Navigation */
.topline { border-bottom: 1px solid #24242b; background: #111114; }
.topline-inner { display: flex; align-items: center; justify-content: space-between; min-height: 31px; gap: 20px; font: 9px/1.2 var(--mono); letter-spacing: .1em; color: #b3b3bd; }
.topline-inner > span { display: flex; gap: 8px; align-items: center; }
.topline .icon { width: 11px; height: 11px; color: var(--red); }
.topline-right { color: #888893; }
.site-header { position: sticky; top: 0; z-index: 50; background: #0b0b0eeb; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .3s, background .3s; }
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line); background: #0b0b0ef5; }
.header-inner { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 51px; height: 51px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; font-family: var(--display); font-stretch: condensed; font-weight: 800; font-size: 16px; line-height: 1; letter-spacing: -.02em; }
.brand strong { font-size: 27px; line-height: .95; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; margin-right: 18px; }
.main-nav a { color: #c3c3cb; font-size: 12px; font-weight: 600; position: relative; padding-block: 13px; transition: color .25s; white-space: nowrap; }
.main-nav a:hover,.main-nav a[aria-current] { color: var(--white); }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 4px; height: 2px; width: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover::after,.main-nav a[aria-current]::after { transform: scaleX(1); }
.main-nav .nav-play { color: var(--red); display: flex; gap: 6px; align-items: center; }
.nav-play .icon { width: 13px; height: 13px; }
.header-actions { display: flex; gap: 20px; align-items: center; }
.motion-toggle { display: flex; gap: 6px; align-items: center; border: 0; background: transparent; padding: 8px 0; color: var(--muted); font: 9px var(--mono); white-space: nowrap; }
.motion-toggle .icon { width: 14px; height: 14px; }
.motion-toggle:hover { color: var(--white); }
.motion-toggle[aria-pressed=true] { color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #151519; border-radius: 7px; align-items: center; justify-content: center; }
.nav-mobile-cta { display: none !important; }
.scroll-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; transform: scaleX(var(--scroll)); transform-origin: left; background: var(--red); opacity: .8; }
/* Hero / interactive cabinet */
.hero { display: grid; grid-template-columns: 1.06fr 1fr; align-items: center; gap: 10px; min-height: 738px; padding-top: 53px; padding-bottom: 51px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 14px; }
.hero .eyebrow { margin-bottom: 30px; font-size: 10px; }
.hero h1 { font-size: clamp(76px,7.72vw,119px); letter-spacing: -.028em; line-height: .94; }
.hero h1 em { display: inline-block; }
.hero-description { margin-top: 30px; font-size: 16px; color: #b5b5c0; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; margin-top: 32px; }
.hero-actions .text-link { font-size: 11px; gap: 9px; }
.round-play { width: 33px; height: 33px; border-radius: 50%; border: 1px solid #42424c; display: grid; place-items: center; }
.round-play .icon { width: 12px; height: 12px; }
.hero-note { display: flex; align-items: center; gap: 12px; font: 8px/1.6 var(--mono); color: #9797a4; letter-spacing: .065em; margin-top: 41px; }
.mini-line { height: 1px; width: 25px; background: #5b5b65; }
.hero-stage { position: relative; min-width: 0; min-height: 620px; isolation: isolate; display: flex; flex-direction: column; justify-content: center; }
.stage-top { position: absolute; left: 7%; right: 0; top: 8px; display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #313139; z-index: 2; gap: 16px; }
.stage-top .micro { font-size: 8px; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px #ff284875; margin-right: 7px; }
.stage-grid { position: absolute; inset: 11% -2% 7% 5%; background: linear-gradient(#ff284807 1px,transparent 1px),linear-gradient(90deg,#ff284807 1px,transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(ellipse,black,transparent 73%); z-index: -1; }
.stage-ghost { position: absolute; font-family: var(--display); font-size: clamp(160px,22vw,333px); letter-spacing: -.02em; color: transparent; -webkit-text-stroke: 1px #ff284827; transform: rotate(-8deg); top: 25%; left: 3%; z-index: -1; line-height: 1; user-select: none; }
.machine-tilt { transform: perspective(1000px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg)); transition: transform .35s var(--ease); }
.machine-touch { display: block; width: 100%; background: transparent; border: 0; margin: 0; padding: 0; cursor: pointer; border-radius: 30%; touch-action: manipulation; }
.machine-touch:disabled { cursor: default; opacity: 1; }
.machine-touch:focus-visible { outline-offset: -35px; outline-style: dashed; }
.machine-svg { width: 100%; overflow: visible; filter: drop-shadow(0 26px 28px #0007); }
.hero .machine-svg { margin: -1% 0 0 1%; }
.bag-assembly { transform-origin: 229px 214px; transform-box: view-box; }
.impact-rays { opacity: 0; transform-origin: 230px 317px; transform-box: view-box; pointer-events: none; }
.led-segment { fill: #39121d; transition: fill .05s; }
.led-segment.lit { fill: #ff3a55; }
.is-hit .bag-assembly { animation: bag-strike 1.08s both; }
.is-hit .impact-rays { animation: impact .45s .025s both; }
@keyframes bag-strike { 0% { transform: rotate(0); } 19% { transform: rotate(-96deg); } 40% { transform: rotate(-83deg); } 62% { transform: rotate(12deg); } 78% { transform: rotate(-8deg); } 90% { transform: rotate(3deg); } 100% { transform: rotate(0); } }
@keyframes impact { 0% { opacity: 0; transform: scale(.75); } 30% { opacity: .8; } 100% { opacity: 0; transform: scale(1.5); } }
.floating-score { position: absolute; right: -2%; top: 35%; z-index: 3; display: flex; flex-direction: column; align-items: start; border: 1px solid #4b303a; background: #171319e8; backdrop-filter: blur(10px); padding: 17px 22px 13px; border-radius: 12px; transform: rotate(5deg); box-shadow: 0 14px 45px #0005; pointer-events: none; min-width: 135px; }
.floating-score .micro { font-size: 8px; }
.floating-score strong { font-family: var(--mono); font-size: 49px; color: var(--red); line-height: 1.25; font-weight: 600; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.score-caption { font-size: 9px; color: #aaa6b1; }
.hit-prompt { position: absolute; left: 0; bottom: 26%; z-index: 3; display: flex; gap: 10px; align-items: center; font: 9px/1.5 var(--mono); pointer-events: none; }
.hit-prompt strong { color: var(--white); letter-spacing: .07em; }
.hit-prompt > svg { width: 65px; height: 44px; position: absolute; top: -48px; left: 18px; transform: rotate(133deg); color: #a4a4ad; }
.tap-circle { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #28141d; color: var(--red); border: 1px solid #5b2032; box-shadow: 0 0 0 7px #ff284808; }
.tap-circle .icon { width: 16px; height: 16px; }
.stage-caption { font-size: 8px; text-align: center; line-height: 1.6; color: #8e8e9a; margin: -7px 10px 0 40px; }
/* Ribbon */
.ribbon { background: var(--red); color: var(--ink); overflow: hidden; padding-block: 19px; border-block: 1px solid #ff5870; }
.ribbon-track { display: flex; align-items: center; width: max-content; animation: ribbon-travel 45s linear infinite; }
.ribbon-track span { font-family: var(--display); font-weight: 900; font-size: 26px; letter-spacing: -.01em; line-height: 1; padding-inline: 34px; }
.ribbon-track .icon { width: 21px; height: 21px; stroke-width: 1.4; }
@keyframes ribbon-travel { to { transform: translateX(-33.333333%); } }
/* Main content */
.experience-section { background: radial-gradient(ellipse at 50% 100%,#20101933,transparent 70%); }
.experience-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 22px; }
.experience-feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); min-height: 450px; padding: 29px 35px 33px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.experience-feature > div:last-child { position: relative; z-index: 1; margin-top: 205px; }
.experience-feature h3 { font-size: 26px; margin-bottom: 14px; }
.experience-feature p { font-size: 13px; line-height: 1.8; max-width: 350px; }
.score-art { position: absolute; top: 37px; left: 35px; right: 25px; display: flex; align-items: center; gap: 10px; transform: rotate(-9deg); }
.score-art > span { font-family: var(--display); font-weight: 900; font-size: clamp(62px,8vw,110px); line-height: 1; letter-spacing: -.04em; opacity: .12; }
.score-art > span.outlined { color: transparent; -webkit-text-stroke: 1px #efedf9; opacity: .28; }
.score-art > span:last-of-type { color: var(--white); opacity: 1; margin-top: 25px; }
.score-art-tag { position: absolute; right: -12px; top: 120px; background: var(--red); border: 1px solid #ff6a80; color: var(--ink); padding: 10px 14px; border-radius: 4px; font: 700 9px/1.3 var(--mono); letter-spacing: .04em; display: flex; align-items: center; gap: 19px; }
.score-art-tag .icon { width: 15px; height: 15px; }
.experience-stack { display: flex; flex-direction: column; gap: 22px; }
.feature-tile { display: flex; gap: 25px; align-items: start; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(110deg,#141419,#101013); flex: 1; }
.feature-icon { width: 55px; height: 55px; border: 1px solid #46232e; border-radius: 12px; background: #27131c; color: var(--red); display: grid; place-items: center; flex-shrink: 0; }
.feature-icon .icon { width: 25px; height: 25px; }
.feature-tile .micro { font-size: 9px; }
.feature-tile h3 { margin-top: 13px; font-size: 23px; }
.feature-tile p { margin-top: 13px; max-width: 365px; font-size: 13px; }
.occasions-section { padding-top: 21px; }
.occasions-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.occasion-card { border: 1px solid var(--line); background: #111115; border-radius: 12px; padding: 23px 23px 0; overflow: hidden; display: flex; flex-direction: column; position: relative; transition: transform .35s var(--ease), border-color .3s, background .3s, opacity .85s; }
.occasion-card:hover { border-color: #6c2437; transform: translateY(-6px); background: #191218; }
.occasion-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 30px; }
.occasion-card-top .micro { font-size: 8px; }
.occasion-icon { color: var(--red); }
.occasion-icon .icon { width: 21px; height: 21px; }
.occasion-label { color: var(--red); font-size: 10px; font-weight: 700; margin-bottom: 12px; }
.occasion-card h3 { font-size: 25px; margin-bottom: 17px; }
.occasion-card > p:not(.occasion-label) { font-size: 12px; line-height: 1.9; flex: 1; }
.occasion-card .text-link { margin-top: 25px; margin-bottom: 28px; font-size: 11px; }
.occasion-bottom { margin-inline: -23px; padding: 14px 23px; border-top: 1px solid var(--line); font-size: 7px; letter-spacing: .025em; background: #ffffff02; white-space: nowrap; }
.challenge-banner { position: relative; border-radius: 22px; border: 1px solid #ff5c73; background: var(--red); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; padding: 58px; margin-bottom: 5px; min-height: 475px; }
.challenge-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#07060b0d 1px,transparent 1px),linear-gradient(90deg,#07060b0d 1px,transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(90deg,transparent,#000); }
.challenge-banner-copy { position: relative; z-index: 1; }
.challenge-banner .eyebrow { color: #2b0d17; font-size: 9px; }
.challenge-banner h2 { font-size: clamp(58px,6vw,86px); }
.challenge-banner h2 em { color: var(--white); }
.challenge-banner-copy > p:not(.eyebrow):not(.challenge-fine) { color: #3d0e1a; margin-top: 22px; margin-bottom: 25px; font-size: 14px; font-weight: 500; }
.challenge-fine { color: #3d0e1a; margin-top: 15px; font: 8px var(--mono); letter-spacing: .06em; }
.challenge-banner-art { position: relative; transform: rotate(-8deg); display: flex; flex-direction: column; justify-content: center; align-items: center; padding-left: 10px; }
.giant-999 { font-family: var(--display); font-size: clamp(140px,20vw,295px); font-weight: 900; letter-spacing: -.02em; line-height: .95; color: var(--ink); text-shadow: 3px 3px 0 #ff8093; }
.mini-meter { width: 82%; height: 20px; border: 1px solid #29101a; background: #b0112a; position: relative; border-radius: 4px; margin-top: 10px; }
.mini-meter span { position: absolute; width: 15%; height: 100%; left: 42.5%; background: #0b0b0e; }
.mini-meter i { position: absolute; left: 52%; top: -5px; height: 28px; width: 3px; background: var(--white); box-shadow: 0 0 0 3px #ffffff15; animation: mini-meter-sweep 3s ease-in-out infinite alternate; }
@keyframes mini-meter-sweep { from { left: 10%; } to { left: 88%; } }
.challenge-art-label { font: 9px var(--mono); letter-spacing: .2em; margin-top: 23px; color: #350e17; }
.crosshair { width: 20px; height: 20px; position: absolute; opacity: .7; }
.crosshair::before,.crosshair::after { content: ''; background: #49101d; position: absolute; }
.crosshair::before { width: 20px; height: 1px; top: 10px; }
.crosshair::after { height: 20px; width: 1px; left: 10px; }
.c1 { top: 10px; right: 1px; }.c2 { bottom: 20px; left: 15px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 43px 33px 20px 0; }
.process-step + .process-step { padding-left: 34px; border-left: 1px solid var(--line); }
.step-number { color: #767681; font: 11px var(--mono); display: block; margin-bottom: 31px; }
.process-step > .icon { position: absolute; right: 31px; top: 37px; color: var(--red); width: 27px; height: 27px; }
.process-step h3 { font-size: 22px; }
.process-step p { margin-top: 14px; font-size: 13px; max-width: 305px; }
.coverage-section { border-block: 1px solid #24242c; background: #101014; }
.coverage-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.coverage-copy h2 { font-size: clamp(46px,4.7vw,68px); }
.coverage-copy > p:not(.eyebrow) { margin-top: 26px; max-width: 380px; font-size: 14px; }
.coverage-copy .text-link { margin-top: 27px; }
.coverage-board { padding: 29px; border: 1px solid #34343d; background: linear-gradient(140deg,#19191f,#101014); border-radius: 16px; }
.coverage-board-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; gap: 20px; }
.coverage-board-header .micro { font-size: 9px; }
.coverage-board-header .icon { width: 17px; height: 17px; color: var(--red); }
.home-base { display: flex; align-items: center; gap: 8px; padding: 22px 17px; background: #29141e; border: 1px solid #6a2335; border-radius: 8px; }
.home-base > span:not(.status-dot) { font-family: var(--display); font-weight: 800; font-size: 26px; }
.home-base small { margin-left: auto; font: 7px var(--mono); letter-spacing: .09em; color: #c3909c; }
.town-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }
.town-grid button { border: 1px solid #35353f; background: #15151a; padding: 13px 14px; font-size: 11px; color: #c3c3cf; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; gap: 8px; transition: border-color .2s, background .2s; text-align: left; min-height: 44px; }
.town-grid button .icon { width: 14px; height: 14px; color: #777784; }
.town-grid button:hover,.town-grid button[aria-pressed=true] { border-color: var(--red); background: #27151e; color: var(--white); }
.town-grid button[aria-pressed=true] .icon { color: var(--red); }
.coverage-response { min-height: 38px; margin-top: 19px; font-size: 11px; color: #b9b9c7; }
.coverage-board .field-note { font-size: 9px; margin-top: 7px; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.faq-heading h2 { font-size: clamp(42px,4.5vw,65px); }
.faq-heading > p:last-child { font-size: 13px; margin-top: 25px; }
.faq { border-bottom: 1px solid var(--line); }
.faq:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 22px 2px; cursor: pointer; font-size: 14px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 17px; height: 17px; color: var(--red); transition: transform .3s; }
.faq[open] summary .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 24px 2px; }
.faq-answer p { font-size: 13px; line-height: 1.85; }
.faq[open] .faq-answer { animation: faq-in .35s var(--ease); }
@keyframes faq-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
/* Enquiry builder */
.enquiry-section { background: radial-gradient(ellipse at 0 45%,#4612253d,transparent 56%),#111115; border-top: 1px solid var(--line); }
.enquiry-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.enquiry-intro { padding-top: 21px; }
.enquiry-intro h2 { font-size: clamp(53px,5.8vw,84px); }
.enquiry-intro > p:not(.eyebrow) { margin-top: 25px; font-size: 14px; max-width: 340px; }
.quote-note { display: flex; gap: 12px; align-items: start; margin-top: 36px; padding-top: 25px; border-top: 1px solid #3c2934; max-width: 375px; }
.quote-note > .icon { color: var(--red); width: 17px; height: 17px; margin-top: 3px; }
.quote-note p { font-size: 11px; }
.quote-note strong { color: #d7d4df; font-size: 12px; }
.price-guide { margin-top: 30px; color: var(--muted); font-size: 13px; }
.price-guide strong { color: var(--white); font-size: 27px; }
.price-guide small { display: block; font-size: 10px; }
.enquiry-contact { display: flex; flex-direction: column; gap: 18px; margin-top: 30px; }
.enquiry-contact a { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.enquiry-contact a > .icon:first-child { width: 17px; height: 17px; color: var(--red); }
.enquiry-contact a > .icon:last-child { width: 14px; height: 14px; }
.enquiry-form-card { background: #18181e; border: 1px solid #3c333e; border-radius: 18px; padding: 31px 35px 35px; min-width: 0; box-shadow: 0 25px 80px #0002; }
.form-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-top .micro { font-size: 9px; }
.form-step-label { color: var(--red); font: 11px var(--mono); }
.form-progress { height: 2px; width: 100%; background: #34343c; margin-top: 17px; margin-bottom: 20px; }
.form-progress span { display: block; height: 100%; width: var(--form-progress,33.333%); background: var(--red); transition: width .5s var(--ease); }
.preview-notice { background: #21191e; border: 1px solid #68404c; color: #d6bcc5; font-size: 10px; line-height: 1.6; padding: 12px 14px; border-radius: 7px; margin-bottom: 21px; }
#enquiry-fields { padding: 0; border: 0; margin: 0; min-width: 0; }
.form-step { animation: form-step-in .3s var(--ease); }
@keyframes form-step-in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.form-step h3 { font-size: 24px; letter-spacing: -.045em; margin-top: 8px; }
.form-hint { font-size: 12px; margin-top: 7px; margin-bottom: 23px; }
.form-step label { display: block; font-size: 11px; font-weight: 600; color: #d2d2db; margin-top: 17px; margin-bottom: 8px; }
.form-step label > span[aria-hidden] { color: var(--red); }
.optional { color: #9494a2; font-size: 10px; font-weight: 400; }
.form-step input,.form-step textarea,.form-step select { width: 100%; border-radius: 7px; border: 1px solid #464651; background: #101014; color: var(--white); padding: 13px 14px; font-size: 12px; line-height: 1.4; min-height: 46px; transition: border-color .2s, box-shadow .2s; }
.form-step select { appearance: none; padding-right: 39px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='m4 6 5 5 5-5' fill='none' stroke='%23aaaab7' stroke-width='1.3'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 14px; }
.form-step select option { background: #151519; }
.form-step textarea { resize: vertical; min-height: 128px; }
.form-step input:focus,.form-step select:focus,.form-step textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px #ff284810; outline: none; }
.form-step input::placeholder,.form-step textarea::placeholder { color: #888894; }
.field-note { margin-top: 6px; color: #92929f; font-size: 9px; line-height: 1.6; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.message-count { display: flex; justify-content: space-between; gap: 18px; }
.message-count > span:last-child { white-space: nowrap; }
.form-actions { margin-top: 26px; display: flex; justify-content: end; gap: 12px; }
.form-actions .button { font-size: 12px; min-height: 51px; padding: 13px 21px; }
.form-actions .button:not(.button-ghost) { flex: 1; }
.form-actions .button-ghost { min-width: 80px; }
.enquiry-summary { padding: 17px 17px 10px; border: 1px solid #36363f; border-radius: 8px; margin-top: 21px; background: #121216; }
.enquiry-summary .micro { color: var(--red); font-size: 8px; }
.enquiry-summary dl { margin: 13px 0 0; }
.enquiry-summary dl div { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 8px; font-size: 10px; }
.enquiry-summary dt { color: #92929f; }
.enquiry-summary dd { margin: 0; text-align: right; overflow-wrap: anywhere; color: #d4d4df; }
.form-privacy { font-size: 9px; line-height: 1.65; margin-top: 17px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; color: #d3d3df; }
.form-result { border: 1px solid #7b3c4a; background: #24171d; border-radius: 8px; padding: 20px; margin-top: 24px; }
.form-result h3 { font-size: 18px; line-height: 1.3; }
.form-result p { color: #c6b7c2; margin-top: 12px; margin-bottom: 17px; font-size: 12px; }
#copy-fallback,#score-share-fallback { width: 100%; margin-top: 16px; background: var(--ink); border: 1px solid #7f7f8f; color: var(--white); padding: 12px; font-size: 12px; resize: vertical; border-radius: 6px; }
.honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
/* Footer */
.site-footer { border-top: 1px solid var(--line); padding-top: 55px; padding-bottom: 22px; overflow: hidden; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.footer-top > p { font-size: 20px; font-weight: 650; color: #bbb9c4; line-height: 1.4; letter-spacing: -.02em; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { display: flex; align-items: center; gap: 20px; font-size: 11px; }
.footer-links .icon { width: 14px; height: 14px; color: var(--red); }
.footer-links a:hover { color: var(--red); }
.footer-wordmark { font-family: var(--display); font-weight: 900; font-size: clamp(70px,13.2vw,202px); line-height: 1; letter-spacing: -.03em; color: #1c1c23; display: flex; justify-content: space-between; margin-top: 56px; white-space: nowrap; user-select: none; }
.footer-wordmark span { color: transparent; -webkit-text-stroke: 1px #32323d; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 23px; }
.footer-bottom p,.footer-bottom nav { font-size: 9px; color: #8e8e9b; }
.footer-bottom nav { display: flex; gap: 23px; }
.footer-bottom a:hover { color: var(--white); }
.toast { position: fixed; z-index: 300; bottom: 28px; left: 50%; transform: translate(-50%,20px); opacity: 0; pointer-events: none; color: var(--white); background: #242029f5; border: 1px solid #6d4252; box-shadow: 0 10px 45px #0006; border-radius: 9px; padding: 13px 18px; font-size: 12px; width: max-content; max-width: calc(100% - 40px); text-align: center; transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.mobile-dock { display: none; }
/* Dedicated timing game */
.game-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 52px; padding-bottom: 35px; }
.game-page-heading h1 { font-size: clamp(46px,5.8vw,84px); }
.game-page-heading .eyebrow { margin-bottom: 18px; }
.game-page-heading > p { font-size: 12px; padding-bottom: 4px; }
.game-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: stretch; }
.game-console { padding: 28px 34px; background: linear-gradient(135deg,#1b171f,#141419 40%); border: 1px solid #4f2c3a; border-radius: 17px; position: relative; box-shadow: 0 0 70px #ff284807; min-width: 0; }
.console-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #34303a; padding-bottom: 18px; }
.console-top .micro { font-size: 8px; }
.console-top .status-dot { width: 4px; height: 4px; }
.console-score { display: flex; position: relative; align-items: baseline; justify-content: center; gap: 14px; padding: 37px 0 23px; }
.console-score > .micro { position: absolute; top: 21px; left: 0; width: 100%; text-align: center; font-size: 8px; }
.console-score strong { font-family: var(--mono); font-size: clamp(90px,8.8vw,124px); font-variant-numeric: tabular-nums; color: var(--red); letter-spacing: -.07em; line-height: 1.12; font-weight: 500; text-shadow: 0 0 37px #ff284822; }
.score-max { font: 13px var(--mono); color: #777783; }
.game-rounds { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 26px; }
.round-cell { background: #0c0c10; border: 1px solid #32323c; border-radius: 7px; display: flex; flex-direction: column; align-items: center; padding: 11px 10px 8px; gap: 5px; transition: border-color .3s, background .3s; }
.round-cell.current { border-color: #9d2941; background: #25131d; }
.round-cell span { font: 8px var(--mono); color: #91919f; letter-spacing: .09em; }
.round-cell strong { font: 500 24px var(--mono); color: #d8d5e0; min-height: 29px; }
.round-cell.done strong { color: var(--red); }
.timing-labels { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.timing-labels .micro { font-size: 8px; }
.timing-meter { height: 41px; border: 1px solid #545460; background: #0b0b0f; border-radius: 6px; position: relative; }
.meter-target { position: absolute; inset-block: 0; left: 44%; width: 12%; background: #5c172b; border-inline: 1px solid #b12a47; }
.meter-centre { position: absolute; left: calc(50% - 1px); width: 2px; top: 0; bottom: 0; background: var(--red); }
.meter-ticks { position: absolute; inset: 3px 0; pointer-events: none; background: repeating-linear-gradient(90deg,transparent,transparent calc(10% - 1px),#ffffff0a calc(10% - 1px),#ffffff0a 10%); }
.meter-cursor { position: absolute; width: 4px; top: -5px; bottom: -5px; left: 0; margin-left: -2px; background: var(--white); border-radius: 1px; box-shadow: 0 0 18px #ffffff25; z-index: 2; }
.meter-cursor::after { position: absolute; content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--white); top: -3px; left: -2px; }
.meter-axis { display: flex; justify-content: space-between; margin-top: 9px; font: 7px var(--mono); color: #92929f; letter-spacing: .07em; }
.meter-axis span:nth-child(2) { color: var(--red); }
.game-feedback { font-size: 12px; color: #c4c1ce; text-align: center; min-height: 51px; margin-top: 21px; line-height: 1.6; display: flex; justify-content: center; align-items: center; padding-inline: 10px; }
.game-main-button { width: 100%; margin-top: 15px; min-height: 58px; font-size: 14px; }
.game-main-button.is-aiming { background: var(--white); color: var(--ink); }
.game-keyboard-note { font-size: 9px; text-align: center; color: #9595a3; margin-top: 13px; }
kbd { display: inline-block; border: 1px solid #4c4c57; border-bottom-width: 2px; border-radius: 3px; font: 8px var(--mono); padding: 2px 4px; }
.game-console-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #31313a; padding-top: 17px; margin-top: 21px; gap: 15px; }
.game-console-bottom > span { font: 8px var(--mono); color: #9797a7; letter-spacing: .03em; }
.game-console-bottom strong { margin-left: 8px; color: var(--white); font-size: 14px; }
.game-console-bottom .text-link { font-size: 10px; color: #a9a9b7; }
.game-console-bottom .text-link .icon { width: 13px; height: 13px; }
.game-machine-stage { position: relative; border-radius: 17px; border: 1px solid #33313d; background: radial-gradient(ellipse at 50% 45%,#3b102a55,transparent 70%),#101014; padding: 24px 24px 25px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.game-stage-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; position: relative; z-index: 1; }
.game-stage-top .micro { font-size: 7px; }
.game-machine-stage .machine-svg { width: min(100%,525px); margin: -17px auto -32px; position: relative; z-index: 1; }
.game-stage-ghost { position: absolute; left: 22px; top: 24%; font-family: var(--display); font-size: 130px; font-weight: 900; letter-spacing: -.03em; transform: rotate(-90deg); transform-origin: center; color: transparent; -webkit-text-stroke: 1px #ff284821; user-select: none; }
.game-stage-bottom { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; gap: 15px; }
.game-stage-bottom .micro { font-size: 7px; }
.game-stage-bottom > span:last-child { font: 7px var(--mono); color: #9b98a7; display: flex; align-items: center; gap: 7px; }
.game-stage-bottom .icon { width: 12px; height: 12px; }
.game-art-caption { font-size: 8px; text-align: center; margin-top: 14px; }
.game-result-card { padding: 35px; margin-top: 24px; border: 1px solid #824054; border-radius: 15px; background: #20141d; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.game-result-card .eyebrow { font-size: 9px; margin-bottom: 14px; }
.game-result-card h2 { font-size: 53px; }
.game-result-card p:not(.eyebrow) { margin-top: 12px; font-size: 13px; }
.result-actions { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px; max-width: 465px; }
.result-actions .button { font-size: 12px; min-height: 48px; }
.game-explainer { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.game-explainer > div { padding: 23px 10px 6px 0; border-top: 1px solid var(--line); }
.game-explainer .micro { color: var(--red); font-size: 9px; }
.game-explainer h3 { font-size: 20px; margin-top: 15px; }
.game-explainer p { font-size: 12px; margin-top: 12px; max-width: 325px; }
.game-footnote { margin-top: 30px; padding-top: 24px; border-top: 1px solid #24242c; }
.game-footnote p { font-size: 10px; line-height: 1.85; color: #8f8f9d; }
.game-to-hire { margin-top: 65px; margin-bottom: 70px; padding: 38px; background: #141419; border: 1px solid #3e2938; border-radius: 15px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.game-to-hire h2 { font-size: clamp(33px,3.5vw,50px); }
.game-to-hire .eyebrow { font-size: 9px; margin-bottom: 16px; }
.game-to-hire p { font-size: 12px; margin-top: 14px; }
.game-to-hire > .button { flex-shrink: 0; }
.reduced-game-instructions { text-align: center; font-size: 12px; color: var(--white); padding: 16px; border: 1px solid #a43b51; background: #321821; border-radius: 8px; }
/* Supporting pages and owner brand guide */
.legal-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-block: 85px 110px; align-items: start; }
.legal-layout aside { position: sticky; top: 140px; }
.legal-layout h1 { font-size: clamp(46px,4.7vw,67px); overflow-wrap: normal; }
.legal-layout aside > p:not(.eyebrow) { margin-top: 26px; font-size: 14px; }
.legal-layout aside .text-link { margin-top: 27px; }
.legal-content { min-width: 0; }
.legal-content section { margin-bottom: 35px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-family: var(--body); font-size: 21px; font-weight: 700; letter-spacing: -.035em; line-height: 1.3; margin-bottom: 17px; }
.legal-content p { font-size: 13px; line-height: 1.9; margin-top: 12px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; color: #e0d8e0; overflow-wrap: anywhere; }
.legal-content .preview-notice { font-size: 12px; }
.message-page { padding-block: 90px; min-height: 630px; max-width: 900px; text-align: center; }
.message-page .eyebrow { justify-content: center; }
.message-page h1 { font-size: clamp(47px,6vw,85px); margin-bottom: 25px; }
.message-page > p:not(.eyebrow):not(.error-score) { font-size: 14px; max-width: 660px; margin: 18px auto; }
.message-page > .button { margin: 18px; }
.message-page .text-link { margin: 18px; }
.message-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #6a2335; border-radius: 50%; margin: 0 auto 26px; color: var(--red); background: #27151c; }
.error-score { font-family: var(--mono); font-size: 105px; line-height: 1.2; color: var(--red); margin-bottom: 25px; }
.brand-kit { padding-block: 70px; }
.brand-kit > h1 { font-size: clamp(52px,7.6vw,105px); }
.brand-overview { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; margin-block: 50px 70px; }
.brand-logo-panel { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: #15151a; display: grid; place-items: center; }
.brand-overview h2 { margin-top: 23px; }
.brand-overview p { margin-top: 20px; font-size: 14px; }
.brand-kit > section { padding-block: 40px; border-top: 1px solid var(--line); }
.brand-kit > section > h2 { font-size: 47px; margin-bottom: 27px; }
.swatches { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.swatch { background: #16161b; color: var(--white); border: 1px solid #3c3c46; border-radius: 10px; padding: 0 18px 15px; overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; text-align: left; }
.swatch-colour { display: block; height: 102px; margin: 0 -18px 15px; background: var(--swatch); width: calc(100% + 36px); flex-shrink: 0; }
.swatch > span:not(.swatch-colour) { font-size: 12px; flex: 1; }
.swatch strong { display: block; font: 11px var(--mono); color: #a9a9b7; margin-top: 4px; }
.swatch .icon { width: 16px; height: 16px; }
.brand-kit .field-note { margin-top: 17px; }
.brand-type h2 { margin-top: 23px; }
.brand-type p { font-size: 14px; margin-top: 20px; }
.brand-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.brand-principles h3 { font-size: 21px; }
.brand-principles p { font-size: 13px; margin-top: 15px; }
.brand-kit section > p { max-width: 850px; }
.brand-kit section > .button { margin-top: 25px; }
/* Motion controls: the game swaps to static one-second timing mode. */
html.motion-reduced { scroll-behavior: auto; }
.motion-reduced *, .motion-reduced *::before, .motion-reduced *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
.motion-reduced .reveal-ready .reveal,.motion-reduced.reveal-ready .reveal { opacity: 1 !important; transform: none !important; }
.motion-reduced .machine-tilt { transform: none !important; }
.motion-reduced .meter-cursor { display: none; }
.motion-reduced .is-hit .bag-assembly { transform: none; }
@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-ready .reveal:not(.in-view) { opacity: 1; transform: none; }
  .ribbon-track,.mini-meter i { animation: none !important; }
  .machine-tilt { transform: none !important; }
}
/* Responsive layout */
@media (min-width: 1650px) {
  .hero { min-height: 800px; }
  .hero-stage { min-height: 695px; }
}
@media (max-width: 1260px) {
  .wrap { width: calc(100% - 80px); }
  .main-nav { gap: 18px; margin-right: 4px; }
  .main-nav a { font-size: 11px; }
  .header-actions { gap: 13px; }
  .header-cta { padding-inline: 14px; }
  .motion-toggle [data-motion-label] { display: none; }
  .hero { min-height: 674px; }
  .hero-stage { min-height: 555px; }
  .hero h1 { font-size: 8.05vw; }
  .hero-actions { gap: 17px; }
  .hero-actions .button { padding-inline: 20px; }
  .floating-score { right: -1%; top: 36%; padding: 13px 18px; min-width: 116px; }
  .floating-score strong { font-size: 43px; }
  .hit-prompt { font-size: 8px; bottom: 25%; }
  .occasion-card { padding-inline: 18px; }
  .occasion-card h3 { font-size: 22px; }
  .occasion-bottom { font-size: 6px; margin-inline: -18px; padding-inline: 18px; }
  .coverage-layout { gap: 52px; }
  .enquiry-layout { gap: 65px; }
}
@media (max-width: 1020px) {
  .header-inner { min-height: 80px; }
  .main-nav { gap: 16px; }
  .main-nav > a:nth-child(3) { display: none; }
  .brand { gap: 9px; }.brand img { width: 44px; height: 44px; }
  .brand > span { font-size: 14px; }.brand strong { font-size: 24px; }
  .header-actions { gap: 11px; }.header-cta { padding-inline: 12px; gap: 9px; font-size: 11px; }
  .hero { min-height: 610px; padding-block: 42px; }
  .hero h1 { font-size: 8.4vw; }
  .hero .eyebrow { font-size: 8px; }
  .hero-description { font-size: 14px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .text-link { font-size: 10px; }
  .hero-stage { min-height: 510px; }
  .floating-score { right: -3%; min-width: 99px; padding: 13px; }
  .floating-score strong { font-size: 38px; }
  .floating-score .micro { font-size: 7px; }
  .hit-prompt { left: -3%; }
  .hit-prompt > svg { width: 50px; }
  .stage-top .micro { font-size: 7px; }
  .hero-note { font-size: 7px; }
  .section { padding-block: 88px; }.occasions-section { padding-top: 0; }
  .experience-feature { padding: 25px; }
  .experience-feature > div:last-child { margin-top: 178px; }
  .feature-tile { padding: 25px; gap: 18px; }
  .feature-icon { width: 44px; height: 44px; }
  .feature-tile h3 { font-size: 21px; }.feature-tile p { font-size: 12px; }
  .occasions-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .occasion-card { padding: 25px 25px 0; }.occasion-card h3 { font-size: 27px; }
  .occasion-card > p:not(.occasion-label) { max-width: 320px; font-size: 13px; }
  .occasion-bottom { margin-inline: -25px; padding-inline: 25px; font-size: 7px; }
  .challenge-banner { padding: 42px; min-height: 420px; }.challenge-banner h2 { font-size: 7vw; }
  .coverage-layout { gap: 40px; }.coverage-copy h2 { font-size: 4.7vw; }.coverage-board { padding: 23px; }
  .home-base { padding: 18px 12px; }.home-base > span:not(.status-dot) { font-size: 22px; }.home-base small { font-size: 6px; }
  .faq-layout { gap: 45px; grid-template-columns: .8fr 1.2fr; }.faq-heading h2 { font-size: 4.5vw; }
  .enquiry-layout { gap: 43px; grid-template-columns: .88fr 1.12fr; }.enquiry-form-card { padding: 25px; }
  .enquiry-intro h2 { font-size: 5.9vw; }
  .game-page-heading > p { max-width: 190px; font-size: 11px; }.game-page-heading h1 { font-size: 5.7vw; }
  .game-console { padding: 23px; }.game-layout { gap: 17px; }.game-machine-stage { padding: 20px; }
  .game-stage-top .micro:first-child { max-width: 195px; font-size: 6px; }
  .game-console-bottom > span { font-size: 7px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .topline-right { display: none !important; }.topline-inner { justify-content: center; min-height: 28px; font-size: 8px; }
  .header-inner { min-height: 77px; }
  .main-nav { display: flex; position: fixed; top: 77px; left: 0; right: 0; padding: 25px 24px 30px; background: #111115; border-bottom: 1px solid #45404a; flex-direction: column; align-items: stretch; gap: 0; margin: 0; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .25s; pointer-events: none; box-shadow: 0 15px 30px #0008; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { font-size: 15px; padding: 15px 6px; border-bottom: 1px solid #292930; }
  .main-nav > a:nth-child(3) { display: block; }
  .main-nav a::after { display: none; }
  .main-nav .nav-play { gap: 10px; }.nav-play .icon { width: 16px; height: 16px; }
  .nav-mobile-cta { display: flex !important; align-items: center; justify-content: space-between; color: var(--red) !important; }
  .header-cta { display: none; }.menu-toggle { display: flex; }.header-actions { gap: 16px; }
  .motion-toggle [data-motion-label] { display: inline; }.motion-toggle { font-size: 8px; }
  .menu-open { overflow: hidden; }
  .hero { grid-template-columns: 1fr 1fr; gap: 0; padding-block: 45px; min-height: 550px; }
  .hero h1 { font-size: 8.25vw; }.hero .eyebrow { font-size: 7px; max-width: 290px; margin-bottom: 23px; }
  .hero-description { font-size: 12px; margin-top: 23px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 18px; margin-top: 24px; }
  .hero-actions .button { min-height: 49px; padding: 13px 18px; font-size: 11px; }.hero-note { margin-top: 26px; font-size: 6px; gap: 8px; }
  .hero-stage { min-height: 440px; }.stage-top { left: 5%; top: -12px; }.stage-top .micro { font-size: 6px; }
  .floating-score { top: 34%; right: -2%; padding: 10px; min-width: 87px; }.floating-score strong { font-size: 33px; }.score-caption { font-size: 7px; }
  .hit-prompt { left: -2%; bottom: 20%; gap: 8px; }.hit-prompt span:not(.tap-circle) { font-size: 7px; }.tap-circle { width: 28px; height: 28px; }.hit-prompt > svg { top: -45px; left: 1px; }
  .stage-caption { font-size: 7px; margin-top: 2px; margin-left: 10px; }
  .ribbon { padding-block: 16px; }.ribbon-track span { font-size: 23px; padding-inline: 25px; }
  .section-heading { align-items: start; gap: 30px; }.section-intro { font-size: 12px; padding-top: 30px; }
  .experience-grid { gap: 17px; }.experience-feature { padding: 22px; }.experience-feature h3 { font-size: 24px; }
  .feature-tile { flex-direction: column; gap: 18px; padding: 23px; }.feature-tile h3 br { display: none; }.feature-tile h3 { font-size: 21px; }
  .experience-feature > div:last-child { margin-top: 245px; }.score-art { top: 48px; left: 25px; flex-wrap: wrap; right: 10px; gap: 0; }.score-art > span { font-size: 90px; }.score-art-tag { top: 210px; font-size: 7px; right: 20px; }
  .score-art > span:last-of-type { margin-top: -13px; }
  .challenge-banner { padding: 35px; }.giant-999 { font-size: 24vw; }.challenge-banner-copy > p:not(.eyebrow):not(.challenge-fine) { font-size: 12px; }.challenge-banner .eyebrow { font-size: 8px; }.challenge-fine { font-size: 7px; }
  .challenge-banner h2 { font-size: 8vw; }.challenge-banner .button { font-size: 11px; padding-inline: 17px; min-height: 51px; }
  .challenge-banner-art { padding-left: 0; }.challenge-art-label { font-size: 7px; }
  .process-step + .process-step { padding-left: 22px; }.process-step { padding-right: 23px; }.process-step h3 { font-size: 20px; }.process-step p { font-size: 12px; }
  .coverage-layout { grid-template-columns: 1fr; gap: 35px; }.coverage-copy h2 { font-size: 8vw; }.coverage-copy h2 br:last-child { display: none; }.coverage-copy > p:not(.eyebrow) { max-width: 540px; }
  .coverage-board { padding: 28px; }.town-grid { grid-template-columns: repeat(4,1fr); }.town-grid button { font-size: 10px; padding-inline: 10px; }.home-base small { font-size: 8px; }.home-base > span:not(.status-dot) { font-size: 30px; }.coverage-response { min-height: auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }.faq-heading h2 { font-size: 8vw; }.faq-heading h2 br { display: none; }.faq-heading > p:last-child br { display: none; }
  .enquiry-layout { grid-template-columns: 1fr; gap: 39px; }.enquiry-intro { padding-top: 0; }.enquiry-intro h2 { font-size: 9vw; }.enquiry-intro h2 br:last-child { display: none; }.enquiry-intro > p:not(.eyebrow) { max-width: 560px; }.quote-note { max-width: none; margin-top: 27px; }.enquiry-form-card { padding: 31px; }
  .enquiry-contact { margin-top: 20px; }.enquiry-contact:empty { display: none; }
  .footer-top > p { font-size: 17px; }.footer-links a { font-size: 10px; }.footer-wordmark { font-size: 13.1vw; }.footer-bottom { flex-direction: column; align-items: start; gap: 14px; }
  .game-page-heading { flex-direction: column; align-items: start; gap: 17px; padding-top: 39px; }.game-page-heading h1 { font-size: 7.5vw; }.game-page-heading > p { max-width: none; font-size: 12px; }.game-page-heading > p br { display: none; }
  .game-layout { grid-template-columns: 1fr 1fr; gap: 15px; }.game-console { padding: 19px; }.console-top .micro { font-size: 6px; }.console-top { gap: 8px; }.console-score strong { font-size: 79px; }.console-score { gap: 9px; }.score-max { font-size: 10px; }
  .round-cell { padding-inline: 6px; }.round-cell span { font-size: 6px; }.round-cell strong { font-size: 20px; }.timing-labels .micro { font-size: 6px; }.game-main-button { font-size: 12px; min-height: 53px; }.game-feedback { font-size: 11px; min-height: 64px; padding-inline: 0; }
  .game-machine-stage { padding: 16px; }.game-machine-stage .machine-svg { width: 130%; max-width: 130%; margin: -20px -15%; }.game-stage-top .micro { font-size: 6px; }.game-stage-top .micro:last-child { display: none; }.game-stage-bottom { flex-direction: column; align-items: start; gap: 12px; }.game-art-caption { font-size: 7px; text-align: left; }.game-stage-ghost { left: -18%; }
  .game-keyboard-note { font-size: 8px; }.game-console-bottom { flex-wrap: wrap; gap: 14px; }.game-result-card { flex-direction: column; align-items: start; }.result-actions { justify-content: start; }.game-explainer { gap: 25px; }.game-explainer h3 { font-size: 18px; }.game-explainer p { font-size: 11px; }
  .game-to-hire { padding: 30px; flex-direction: column; align-items: start; gap: 25px; }.game-to-hire h2 { font-size: 45px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 48px; }.legal-layout aside { position: static; }.legal-layout h1 { font-size: 61px; max-width: 510px; }.legal-layout aside > p:not(.eyebrow) { max-width: 600px; }
  .brand-overview { gap: 35px; }.brand-overview h2 { font-size: 37px; }.brand-logo-panel { padding: 22px; }.brand-principles { gap: 25px; }
  .message-page { padding-block: 70px; }
}
@media (max-width: 580px) {
  html { scroll-padding-top: 89px; }
  .wrap { width: calc(100% - 40px); }
  .topline-inner { font-size: 6.7px; letter-spacing: .075em; min-height: 26px; }.topline-inner .icon { width: 10px; height: 10px; }
  .header-inner { min-height: 74px; }.brand img { width: 44px; height: 44px; }.brand > span { font-size: 13px; }.brand strong { font-size: 23px; }.main-nav { top: 74px; }
  .header-actions { gap: 13px; }.motion-toggle { padding: 11px 1px; }.motion-toggle [data-motion-label] { display: none; }.motion-toggle .icon { width: 16px; height: 16px; }.menu-toggle { width: 39px; height: 39px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-top: 38px; padding-bottom: 27px; gap: 24px; }
  .hero-copy { padding-bottom: 0; }
  .hero .eyebrow { max-width: none; font-size: 7.5px; margin-bottom: 23px; gap: 7px; letter-spacing: .075em; }
  .hero h1 { font-size: clamp(53px,14.6vw,85px); line-height: .96; letter-spacing: -.023em; }
  .hero-description { margin-top: 22px; font-size: 13px; line-height: 1.7; }
  .hero-actions { flex-direction: row; gap: 18px; align-items: center; margin-top: 25px; }
  .hero-actions .button { min-height: 49px; padding: 12px 16px; font-size: 10px; gap: 15px; border-radius: 6px; }
  .hero-actions .button .icon { width: 16px; height: 16px; }
  .hero-actions .text-link { font-size: 9px; gap: 7px; }.round-play { width: 28px; height: 28px; }.round-play .icon { width: 10px; height: 10px; }
  .hero-note { margin-top: 23px; font-size: 6px; letter-spacing: .025em; gap: 9px; }
  .hero-stage { min-height: auto; padding-top: 27px; }
  .stage-top { left: 0; right: 0; top: 0; padding-bottom: 12px; }.stage-top .micro { font-size: 6.7px; }
  .hero .machine-svg { width: 98%; margin: -2% 1% -1%; }
  .machine-tilt { margin-top: -2px; }
  .stage-ghost { top: 21%; left: 4%; font-size: 51vw; }
  .stage-grid { inset: 9% 0 8%; }
  .floating-score { top: 35%; right: 1%; padding: 12px 15px; min-width: 98px; }.floating-score strong { font-size: 38px; }.floating-score .micro { font-size: 7px; }.score-caption { font-size: 8px; }
  .hit-prompt { left: 0; bottom: 24%; gap: 8px; }.hit-prompt span:not(.tap-circle) { font-size: 7px; }.tap-circle { width: 30px; height: 30px; }.tap-circle .icon { width: 14px; height: 14px; }.hit-prompt > svg { width: 50px; top: -42px; left: 8px; }
  .stage-caption { font-size: 7px; line-height: 1.65; margin: -2px 5px 0; }
  .ribbon { padding-block: 15px; }.ribbon-track span { font-size: 22px; padding-inline: 23px; }.ribbon-track .icon { width: 16px; height: 16px; }
  .section { padding-block: 66px; }.eyebrow { font-size: 8px; margin-bottom: 20px; gap: 8px; }.eyebrow > span:first-child:empty { width: 5px; height: 5px; }
  h2 { font-size: clamp(37px,9.8vw,53px); line-height: 1; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 30px; }.section-intro { padding-top: 0; font-size: 12px; }.section-intro br { display: none; }
  .experience-grid { grid-template-columns: 1fr; gap: 15px; }.experience-feature { min-height: 360px; padding: 23px; border-radius: 13px; }.experience-feature > div:last-child { margin-top: 168px; }.experience-feature h3 { font-size: 23px; }.experience-feature p { font-size: 12px; }
  .score-art { top: 34px; flex-wrap: nowrap; left: 25px; }.score-art > span { font-size: 22vw; }.score-art > span:last-of-type { margin-top: 22px; }.score-art-tag { top: 99px; right: 1px; font-size: 7px; padding: 8px 12px; }
  .experience-stack { gap: 15px; }.feature-tile { flex-direction: row; gap: 17px; padding: 22px; border-radius: 13px; }.feature-tile .micro { font-size: 7px; }.feature-tile h3 { font-size: 21px; }.feature-tile p { font-size: 11px; }.feature-icon { width: 39px; height: 39px; border-radius: 9px; }.feature-icon .icon { width: 21px; height: 21px; }
  .occasions-section { padding-top: 0; }.occasions-grid { grid-template-columns: 1fr; gap: 15px; }.occasion-card { padding: 24px 24px 0; border-radius: 12px; }.occasion-card-top { margin-bottom: 20px; }.occasion-card-top .micro { font-size: 8px; }.occasion-label { font-size: 10px; }.occasion-card h3 { font-size: 29px; }.occasion-card > p:not(.occasion-label) { max-width: none; font-size: 12px; }.occasion-card .text-link { font-size: 12px; margin-top: 20px; margin-bottom: 24px; }.occasion-bottom { font-size: 7px; margin-inline: -24px; padding-inline: 24px; }
  .challenge-banner { grid-template-columns: 1fr; padding: 31px 26px; gap: 23px; border-radius: 15px; min-height: auto; }.challenge-banner h2 { font-size: 15vw; }.challenge-banner .eyebrow { font-size: 7px; }.challenge-banner-copy > p:not(.eyebrow):not(.challenge-fine) { font-size: 12px; }.challenge-banner-art { padding: 5px 15px 15px; }.giant-999 { font-size: 45vw; }.mini-meter { max-width: 275px; }.challenge-art-label { font-size: 7px; }.c1 { right: 0; top: 3px; }.c2 { left: 0; bottom: 9px; }.challenge-fine { font-size: 6.5px; }
  .steps-grid { grid-template-columns: 1fr; }.process-step,.process-step + .process-step { border-left: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }.process-step > .icon { right: 6px; top: 24px; width: 23px; height: 23px; }.step-number { margin-bottom: 19px; font-size: 10px; }.process-step h3 { font-size: 23px; }.process-step p { max-width: none; font-size: 12px; }
  .coverage-copy h2 { font-size: 10vw; }.coverage-copy h2 br:last-child { display: initial; }.coverage-copy > p:not(.eyebrow) { font-size: 13px; }.coverage-copy .text-link { font-size: 12px; }
  .coverage-board { padding: 21px; border-radius: 12px; }.coverage-board-header .micro { font-size: 7px; }.home-base { padding: 17px 12px; }.home-base > span:not(.status-dot) { font-size: 25px; }.home-base small { font-size: 6px; }.home-base .status-dot { margin-right: 2px; }.town-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.town-grid button { font-size: 10px; padding: 12px; }.coverage-response { font-size: 10px; min-height: 33px; }
  .faq-heading h2 { font-size: 11vw; }.faq-heading h2 br { display: initial; }.faq-heading > p:last-child { font-size: 12px; margin-top: 22px; }.faq summary { font-size: 12px; gap: 20px; padding-block: 19px; }.faq-answer { padding-right: 15px; }.faq-answer p { font-size: 12px; }
  .enquiry-intro h2 { font-size: 13vw; }.enquiry-intro h2 br:last-child { display: initial; }.enquiry-intro > p:not(.eyebrow) { font-size: 13px; }.quote-note { margin-top: 26px; padding-top: 21px; }.enquiry-layout { gap: 27px; }.enquiry-form-card { padding: 24px 21px; border-radius: 13px; }.form-top .micro { font-size: 7px; }.form-step-label { font-size: 10px; }.preview-notice { font-size: 9px; padding: 11px 12px; }.form-step h3 { font-size: 24px; }.form-hint { font-size: 11px; }.form-step label { font-size: 11px; }.form-step input,.form-step textarea,.form-step select { font-size: 16px; padding: 13px 12px; min-height: 49px; } /* 16px avoids iOS zoom */
  .field-row { grid-template-columns: 1fr; gap: 0; }.form-actions { margin-top: 23px; }.form-actions .button { font-size: 11px; padding-inline: 15px; }.form-actions .button .icon { width: 16px; height: 16px; }.form-actions .button-ghost { min-width: 64px; }.form-result { padding: 16px; }.form-result h3 { font-size: 18px; }.form-result p { font-size: 11px; }.form-result .button { font-size: 10px; gap: 10px; }.message-count { font-size: 8px; }
  .site-footer { padding-top: 34px; padding-bottom: 26px; }.home-page .site-footer { padding-bottom: 95px; }.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 27px 20px; }.footer-top > p { font-size: 16px; text-align: right; }.footer-links { grid-column: 1/-1; flex-direction: row; flex-wrap: wrap; gap: 17px 25px; }.footer-links a { font-size: 10px; gap: 8px; }.footer-wordmark { margin-top: 35px; font-size: 12.6vw; }.footer-bottom { margin-top: 18px; padding-top: 18px; gap: 12px; }.footer-bottom p,.footer-bottom nav { font-size: 8px; }.footer-bottom nav { gap: 20px; }
  .mobile-dock { position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; background: #0b0b0ef7; backdrop-filter: blur(12px); padding: 9px 20px max(9px,env(safe-area-inset-bottom)); display: flex; gap: 9px; border-top: 1px solid #4a2b3a; transition: transform .35s var(--ease); }
  .mobile-dock a:first-child { flex: 1; display: flex; justify-content: space-between; align-items: center; background: var(--red); color: var(--ink); border-radius: 6px; padding: 12px 15px; font-size: 12px; font-weight: 750; }
  .mobile-dock a:last-child { width: 45px; display: grid; place-items: center; background: #202026; border: 1px solid #4f3e4b; border-radius: 6px; }.mobile-dock .icon { width: 17px; height: 17px; }.mobile-dock.is-hidden { transform: translateY(110%); }.menu-open .mobile-dock { visibility: hidden; }.toast { bottom: 90px; font-size: 11px; }
  .game-page-heading { padding-top: 34px; gap: 15px; padding-bottom: 28px; }.game-page-heading .eyebrow { font-size: 7px; margin-bottom: 18px; }.game-page-heading h1 { font-size: 11.5vw; }.game-page-heading > p { font-size: 11px; }
  .game-layout { display: flex; flex-direction: column; gap: 18px; }.game-console { padding: 23px 20px; border-radius: 13px; }.console-top .micro { font-size: 7px; }.console-score { padding-top: 41px; padding-bottom: 25px; }.console-score strong { font-size: 107px; }.console-score > .micro { font-size: 8px; }.score-max { font-size: 12px; }.game-rounds { gap: 10px; margin-bottom: 28px; }.round-cell { padding-block: 12px; }.round-cell span { font-size: 7px; }.round-cell strong { font-size: 26px; }.timing-labels .micro { font-size: 7px; }.timing-meter { height: 42px; }.meter-axis { font-size: 7px; }.game-feedback { font-size: 12px; min-height: 61px; margin-top: 19px; }.game-main-button { margin-top: 10px; font-size: 14px; min-height: 56px; }.game-keyboard-note { font-size: 8px; }.game-console-bottom { margin-top: 19px; padding-top: 18px; }.game-console-bottom > span { font-size: 8px; }.game-console-bottom .text-link { font-size: 10px; }
  .game-machine-stage { min-height: 375px; height: auto; padding: 19px; overflow: hidden; }.game-machine-stage .machine-svg { width: 87%; max-width: 87%; margin: -26px auto -34px; }.game-stage-top .micro { font-size: 6px; }.game-stage-top .micro:last-child { display: inline; }.game-stage-bottom { flex-direction: row; align-items: center; }.game-stage-bottom .micro { font-size: 6px; }.game-stage-ghost { transform: rotate(-90deg); font-size: 100px; left: -7%; top: 37%; }.game-art-caption { font-size: 6px; text-align: center; }
  .game-result-card { padding: 25px 20px; gap: 24px; margin-top: 18px; border-radius: 12px; }.game-result-card h2 { font-size: 12vw; }.game-result-card p:not(.eyebrow) { font-size: 12px; }.result-actions { width: 100%; }.result-actions .button { flex: 1; font-size: 10px; padding-inline: 13px; gap: 9px; }
  .game-explainer { grid-template-columns: 1fr; margin-top: 34px; gap: 15px; }.game-explainer > div { padding-top: 20px; }.game-explainer h3 { font-size: 22px; margin-top: 12px; }.game-explainer p { font-size: 12px; max-width: none; }.game-footnote { margin-top: 24px; padding-top: 19px; }.game-footnote p { font-size: 9px; }.game-to-hire { margin-top: 38px; margin-bottom: 43px; padding: 25px 22px; gap: 22px; }.game-to-hire h2 { font-size: 10vw; }.game-to-hire p { font-size: 11px; }.game-to-hire .eyebrow { font-size: 7px; }.game-to-hire .button { font-size: 12px; }
  .play-page .toast { bottom: 25px; }
  .legal-layout { padding-top: 37px; padding-bottom: 40px; gap: 40px; }.legal-layout h1 { font-size: 12.5vw; }.legal-layout aside > p:not(.eyebrow) { font-size: 13px; }.legal-content h2 { font-size: 20px; }.legal-content p { font-size: 12px; }.legal-content .preview-notice { font-size: 11px; }
  .message-page { padding-block: 50px; min-height: 550px; }.message-page h1 { font-size: 11.5vw; }.message-page > p:not(.eyebrow):not(.error-score) { font-size: 12px; }.message-page > .button { margin: 20px 0 10px; width: 100%; }.message-page .text-link { font-size: 12px; margin: 18px 0; }.error-score { font-size: 88px; }
  .brand-kit { padding-top: 37px; }.brand-kit > h1 { font-size: 11.5vw; }.brand-overview { grid-template-columns: 1fr; gap: 30px; margin-block: 35px; }.brand-logo-panel { padding: 32px; }.brand-logo-panel img { max-width: 230px; }.brand-overview h2 { font-size: 10vw; }.brand-overview p { font-size: 13px; }.brand-kit > section > h2 { font-size: 37px; }.swatches { grid-template-columns: 1fr 1fr; gap: 12px; }.swatch { padding-inline: 13px; }.swatch-colour { margin-inline: -13px; width: calc(100% + 26px); height: 75px; }.swatch > span:not(.swatch-colour) { font-size: 10px; }.swatch strong { font-size: 10px; }.swatch .icon { width: 13px; height: 13px; }.brand-principles { grid-template-columns: 1fr; gap: 27px; }.brand-type p,.brand-kit section > p { font-size: 13px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 14.8vw; }
  .hero .eyebrow { font-size: 6.3px; }.hero-note { font-size: 5.6px; }.hero-actions { gap: 12px; }.hero-actions .button { padding-inline: 13px; font-size: 9px; gap: 10px; }.hero-actions .text-link { font-size: 8px; }.round-play { width: 24px; height: 24px; }
  .floating-score { min-width: 84px; padding: 10px; }.floating-score strong { font-size: 33px; }.floating-score .micro { font-size: 6px; }.hit-prompt { bottom: 24%; }.hit-prompt span:not(.tap-circle) { font-size: 6px; }
  .home-base > span:not(.status-dot) { font-size: 21px; }.home-base small { font-size: 5.5px; }.coverage-board { padding: 17px; }.coverage-board-header .micro { font-size: 6px; }
  .console-top .micro { font-size: 6px; }.game-console { padding: 21px 17px; }.console-score strong { font-size: 95px; }.timing-labels .micro { font-size: 6px; }.game-keyboard-note { font-size: 7px; }.game-console-bottom > span { font-size: 7px; }
}
@media print {
  body { background: white; color: black; }.site-header,.topline,.site-footer,.mobile-dock,.ribbon,.game-layout,.hero-stage { display: none; }.wrap { width: 100%; }.reveal { opacity: 1 !important; transform: none !important; } p { color: #333; }.section { padding-block: 25px; } h1,h2 { color: black; } h1 em,h2 em { color: black; }
}
@media (max-width: 800px) {
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 15px; }
  html:not(.js) .main-nav { position: static; visibility: visible; opacity: 1; transform: none; pointer-events: auto; width: 100%; box-shadow: none; padding: 10px 0; order: 3; }
  html:not(.js) .menu-toggle, html:not(.js) .motion-toggle { display: none; }
}
/* Final small-screen rhythm: keep the primary game control within easy reach. */
@media (max-width: 580px) {
  .game-page-heading { padding-top: 27px; padding-bottom: 23px; gap: 12px; }
  .game-page-heading .eyebrow { margin-bottom: 14px; }
  .game-console { padding-top: 19px; padding-bottom: 20px; }
  .console-top { padding-bottom: 14px; }
  .console-score { padding-top: 29px; padding-bottom: 16px; }
  .console-score > .micro { top: 14px; }
  .console-score strong { font-size: 95px; }
  .game-rounds { margin-bottom: 23px; }
  .round-cell { padding-block: 10px; }
  .game-feedback { margin-top: 16px; min-height: 54px; }
  .game-main-button { min-height: 53px; }
  .hero-note { font-size: 7px; }
  .stage-caption { font-size: 8px; }
  .occasion-bottom { font-size: 8px; }
  .game-art-caption { font-size: 8px; }
}
