:root {
  --paper: #eeece5;
  --ink: #121214;
  --red: #ef303f;
  --violet: #baa0f1;
  --line: #454247;
  --muted: #b2adb6;
  --mono: 'JetBrains Mono', monospace;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: 'Archivo', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button, a, summary { touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--violet); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1360px, calc(100% - 80px)); margin-inline: auto; }
.mono, .eyebrow { font-family: var(--mono); font-size: 12px; line-height: 1.65; }
.eyebrow { text-transform: uppercase; letter-spacing: .075em; margin: 0 0 20px; }
.utility { display: flex; justify-content: space-between; align-items: center; min-height: 58px; font-size: 11px; }
.utility nav { display: flex; gap: 32px; }
.utility nav a { text-decoration: none; }
.utility nav a:hover { color: var(--red); }
.signal { display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; margin-right: 9px; }
.masthead { display: flex; align-items: center; gap: 22px; text-decoration: none; line-height: .82; padding: 10px 0 22px; }
.masthead img { width: 10.2%; }
.masthead span { font-size: clamp(50px, 11.2vw, 162px); letter-spacing: -.055em; font-weight: 900; font-stretch: 125%; }
.masthead-caption { border-top: 1px solid var(--paper); border-bottom: 1px solid var(--line); padding: 9px 0; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .13em; }
.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.32fr); padding-top: 32px; column-gap: 24px; }
.hero-copy { z-index: 1; padding-bottom: 14px; }
.hero-copy .eyebrow { color: var(--muted); margin-bottom: 14px; }
.hero h1 { font-family: var(--display); font-size: clamp(74px, 8.8vw, 127px); line-height: .83; letter-spacing: -.025em; font-weight: 800; margin: 0 0 24px; }
.hero h1 span { color: var(--red); }
.hero-line { font-size: 25px; font-weight: 700; letter-spacing: -.03em; line-height: 1.15; margin: 0 0 14px; }
.hero-description { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 365px; margin: 0; }
.hero-product { margin: 0; align-self: center; min-width: 0; }
.product-art { width: 100%; margin-left: 0; }
.product-art svg { width: 100%; height: auto; display: block; }
.hero-product figcaption { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; margin-top: 12px; }
.signup { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; border-top: 1px solid var(--line); padding: 25px 0 30px; margin-top: 24px; }
.signup-heading .eyebrow { color: var(--red); font-size: 10px; margin-bottom: 4px; }
.signup-heading h2 { font-family: var(--display); font-size: 31px; line-height: 1; margin: 0 0 9px; }
.signup-heading p:last-child { font-size: 14px; line-height: 1.5; margin: 0; color: var(--muted); }
.signup form { min-width: 0; }
.form-row { display: flex; border: 1px solid #77717d; padding: 5px; gap: 6px; background: #1a191d; }
.form-row input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 12px; color: var(--paper); font-size: 16px; border-radius: 0; }
.form-row input::placeholder { color: #bcb6c2; }
.form-row button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 17px 21px; background: var(--red); color: var(--ink); border: 1px solid var(--red); text-decoration: none; font-size: 14px; font-weight: 700; white-space: nowrap; }
.form-row button:hover, .button:hover { background: var(--paper); border-color: var(--paper); }
.form-note { font-family: var(--mono); font-size: 10px; line-height: 1.5; color: var(--muted); margin: 9px 0 0; }
.form-status { font-size: 14px; line-height: 1.5; margin: 0; }
.form-status:not(:empty) { margin-top: 12px; }
.form-status.error { color: #ff8993; }
.form-status.success { color: var(--violet); }
.manifesto { background: var(--red); color: var(--ink); }
.manifesto .wrap { display: flex; gap: 28px; align-items: center; padding-block: 17px; font-family: var(--display); font-size: clamp(30px, 4.4vw, 64px); font-weight: 800; line-height: .9; }
.manifesto img { margin-left: auto; width: 105px; background: var(--ink); padding: 6px; }
.games-section { padding-block: 65px 54px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 30px; }
.section-heading .eyebrow { color: var(--muted); font-size: 11px; }
h2 { font-family: var(--display); font-weight: 800; }
.section-heading h2, .accomplice h2, .questions h2, .closing h2 { font-size: clamp(48px, 5.5vw, 78px); line-height: .95; letter-spacing: -.015em; margin: 0; }
.section-heading > p { font-size: 16px; line-height: 1.65; margin: 0; max-width: 430px; color: var(--muted); }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.game { min-width: 0; }
.game-image { display: block; aspect-ratio: 1.5; position: relative; overflow: hidden; background: #090b0f; }
.game-image img { width: 100%; height: 100%; object-fit: cover; }
.hexgl img { object-position: left top; height: 152%; width: 100%; object-fit: cover; }
.image-type { position: absolute; bottom: 0; left: 0; background: #121214e8; color: var(--paper); font-size: 9px; padding: 5px 8px; }
.game-meta { border-bottom: 1px solid var(--line); padding: 15px 0 18px; }
.game-meta > .mono { font-size: 10px; color: var(--muted); }
.game h3 { font-size: 25px; letter-spacing: -.02em; margin: 7px 0 5px; }
.game h3 a { display: flex; justify-content: space-between; text-decoration: none; }
.game h3 a:hover { color: var(--violet); }
.game h3 span { font-weight: 400; font-size: 20px; }
.game-meta p { font-size: 12px; margin: 0; color: var(--muted); }
.source-note { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 20px 0 0; }
.source-note a { white-space: nowrap; }
.accomplice { background: var(--paper); color: var(--ink); padding: 60px 0; }
.accomplice-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; }
.face-column { display: flex; flex-direction: column; }
.face-column .eyebrow { font-size: 11px; }
.face-column > img { background: #121214; width: 100%; padding: 20px; margin: auto 0; }
.face-column > .mono { font-size: 11px; line-height: 1.7; padding-top: 25px; margin: 0; }
.accomplice-copy { font-size: 17px; line-height: 1.65; max-width: 440px; margin: 20px 0 28px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 30px 1fr; gap: 15px; border-top: 1px solid #bfbbb7; padding: 17px 0; }
.steps li > span { color: #6e646f; padding-top: 4px; }
.steps h3 { font-size: 23px; margin: 0 0 6px; letter-spacing: -.03em; }
.steps p { font-size: 15px; line-height: 1.55; margin: 0; color: #534d58; }
.questions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding-block: 60px; }
.questions .eyebrow { color: var(--muted); }
.questions h2 { font-size: 60px; }
.faq-list { border-top: 1px solid var(--paper); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 23px 0; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 22px; font-weight: 400; }
details[open] summary span { transform: rotate(45deg); }
details p { font-size: 15px; line-height: 1.7; margin: 0 32px 22px 0; color: var(--muted); }
.closing { background: var(--red); color: var(--ink); }
.closing .wrap { padding-block: 35px 40px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.closing h2 { font-size: 85px; }
.closing .eyebrow { font-size: 11px; margin-bottom: 15px; }
.closing .button { border-color: var(--ink); background: var(--ink); color: var(--paper); font-size: 16px; padding: 22px 30px; }
.closing .button:hover { background: var(--paper); color: var(--ink); }
.footer { padding-block: 27px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand span { font-size: 18px; font-weight: 900; font-stretch: 125%; letter-spacing: -.04em; }
.footer p { font-size: 12px; flex: 1; color: var(--muted); }
.footer p strong { font-weight: 500; color: var(--paper); }
.text-button { background: none; border: 0; border-bottom: 1px solid var(--muted); padding: 5px 0; font-size: 12px; color: var(--muted); }
.footer > .mono { font-size: 11px; }
dialog { width: min(520px, calc(100% - 40px)); padding: 40px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
dialog::backdrop { background: rgb(0 0 0 / .75); }
dialog h2 { font-family: 'Archivo', sans-serif; font-size: 30px; letter-spacing: -.04em; }
dialog p { font-size: 16px; line-height: 1.6; }
.dialog-close { position: absolute; right: 12px; top: 10px; border: 0; background: none; font-size: 30px; padding: 4px 10px; color: var(--ink); }
dialog .dialog-small { font-size: 13px; color: #625b67; }
.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 { position: fixed; top: -70px; left: 20px; z-index: 20; background: var(--paper); color: var(--ink); padding: 15px; }
.skip:focus { top: 10px; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 56px); }
  .hero h1 { font-size: 8.9vw; }
  .hero-line { font-size: 22px; }
  .hero-description { font-size: 14px; }
  .hero-product figcaption { flex-direction: column; gap: 2px; font-size: 9px; }
  .signup { gap: 30px; }
  .form-row button { padding-inline: 13px; gap: 12px; }
  .section-heading { gap: 35px; }
  .accomplice-grid { gap: 45px; }
  .questions { gap: 45px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 36px); }
  .utility { min-height: 50px; font-size: 9px; }
  .utility nav { gap: 0; }
  .utility nav a:first-child { display: none; }
  .signal { width: 5px; height: 5px; margin-right: 5px; }
  .masthead { gap: 10px; padding: 8px 0 17px; }
  .masthead span { font-size: 11.1vw; }
  .masthead-caption { font-size: 8px; letter-spacing: .04em; }
  .masthead-caption span:last-child { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 25px; }
  .hero h1 { font-size: clamp(76px, 19.5vw, 123px); line-height: .84; margin-bottom: 20px; }
  .hero-copy .eyebrow { font-size: 10px; margin-bottom: 15px; }
  .hero-line { font-size: 25px; }
  .hero-description { font-size: 15px; max-width: 440px; }
  .hero-product { margin-top: 7px; }
  .product-art { width: 100%; margin-left: 0; }
  .hero-product figcaption { flex-direction: row; font-size: 8px; gap: 8px; margin-top: 7px; }
  .signup { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 22px; padding-block: 23px; }
  .signup-heading h2 { font-size: 32px; }
  .signup-heading p:last-child { font-size: 14px; }
  .form-row input { padding-inline: 8px; }
  .form-row button { padding-inline: 12px; font-size: 12px; gap: 8px; }
  .manifesto .wrap { gap: 8px; flex-wrap: wrap; font-size: 31px; padding-block: 15px; }
  .manifesto img { width: 56px; padding: 2px; }
  .games-section { padding-block: 40px; }
  .section-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-bottom: 26px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 17px; }
  .section-heading h2 { font-size: 52px; }
  .section-heading > p { font-size: 15px; }
  .game-grid { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .game-image { aspect-ratio: 1.7; }
  .game-meta { padding-block: 12px 15px; }
  .game-meta h3 { font-size: 27px; }
  .source-note { font-size: 11px; }
  .accomplice { padding-block: 38px; }
  .accomplice-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .face-column { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: center; }
  .face-column .eyebrow { grid-column: 1 / -1; font-size: 10px; margin-bottom: 0; }
  .face-column > img { padding: 10px; margin: 0; }
  .face-column > .mono { padding: 0; font-size: 10px; }
  .accomplice h2 { font-size: 59px; }
  .accomplice-copy { font-size: 16px; }
  .questions { grid-template-columns: minmax(0, 1fr); padding-block: 40px; gap: 25px; }
  .questions h2 { font-size: 51px; }
  .questions .eyebrow { font-size: 10px; }
  summary { font-size: 15px; padding-block: 20px; }
  details p { font-size: 14px; }
  .closing .wrap { align-items: flex-start; flex-direction: column; padding-block: 30px; gap: 25px; }
  .closing h2 { font-size: 70px; }
  .closing .eyebrow { font-size: 9px; }
  .closing .button { width: 100%; padding: 18px; font-size: 15px; }
  .footer { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding-block: 25px; }
  .footer p { grid-row: 2; margin: 0; line-height: 1.5; font-size: 11px; }
  .footer .text-button { justify-self: end; font-size: 10px; }
  .footer > .mono { justify-self: end; }
  .brand span { font-size: 16px; }
  dialog { padding: 30px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 73px; }
  .form-row { flex-direction: column; }
  .form-row button { font-size: 14px; }
  .manifesto .wrap { font-size: 26px; }
  .manifesto img { width: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}button:disabled{opacity:.65;cursor:wait}.legal{max-width:760px;padding-top:50px;padding-bottom:80px}.legal h1{font-size:clamp(3rem,8vw,6rem);line-height:1}.legal h2{font-size:1.6rem;margin-top:2rem}.legal p{line-height:1.7}.legal a{text-decoration:underline}.form-note a{color:inherit;text-decoration:underline}

.ownership{padding-block:72px;border-bottom:1px solid var(--line)}
.ownership h2{font-family:var(--display);font-size:clamp(2.8rem,5.8vw,5.6rem);line-height:.95;margin:24px 0;color:var(--paper)}
.ownership-intro{max-width:720px;font-size:1.1rem;line-height:1.65;color:var(--muted)}
.ownership-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:42px}
.ownership-grid article{border-top:2px solid var(--red);padding-top:20px}
.ownership-grid .mono{color:var(--violet);font-size:.7rem}
.ownership-grid h3{font-size:1.4rem;line-height:1.2;margin:20px 0 12px}
.ownership-grid p{line-height:1.7;color:var(--muted);margin:0}
@media(max-width:700px){.ownership{padding-block:48px}.ownership-grid{grid-template-columns:1fr;gap:30px}}

/* Campaign scenes retain their full composition, including hands and accessories. */
.ownership-story{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;align-items:center}
.ownership-copy{min-width:0}.ownership-copy h2{font-size:clamp(48px,5.5vw,78px)}
.ownership-copy .ownership-intro{font-size:16px}
.workbench-note{color:var(--violet);margin:28px 0 0;letter-spacing:.06em}
.scene-photo{margin:0;min-width:0}.scene-photo>img{width:100%;height:auto}
.scene-photo figcaption{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 16px;margin-top:12px;font-size:10px;color:var(--muted)}
.couch-column{min-width:0}.accomplice-grid{align-items:center;gap:64px}
.couch-photo figcaption{color:#534d58}
.static-signature{display:flex;align-items:center;gap:20px;border-top:1px solid #bfbbb7;padding-top:20px;margin-top:22px}
.static-signature img{width:110px;height:auto;background:var(--ink);padding:8px}
.static-signature p{font-size:10px;line-height:1.7;margin:0}
@media(max-width:1050px){.ownership-story{gap:28px}.ownership-copy h2{font-size:54px}.accomplice-grid{gap:36px}}
@media(max-width:700px){.ownership-story{grid-template-columns:1fr;gap:28px}.ownership-copy h2{font-size:52px}.workbench-note{margin-top:20px}.scene-photo figcaption{font-size:9px}.accomplice-grid{gap:32px}.static-signature{margin-top:18px;padding-top:16px}}

/* Photography leads. A single scroll-driven stage lives only in the tour. */
[hidden]{display:none!important}
.static-readout{display:flex;align-items:center;gap:10px}.static-readout [data-live-face]{width:42px;display:block}.static-readout svg{display:block;width:100%}
.box-chapter{padding-top:64px;background:#09090b;border-top:1px solid var(--line)}
.tour-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;padding-bottom:32px}
.tour-heading h2{font-size:clamp(48px,5.5vw,78px);line-height:.95;margin:0}.tour-heading>div>p:not(.eyebrow){color:var(--muted);line-height:1.65}.tour-heading a{font-size:11px;color:var(--paper)}
.tour-layout{position:relative;max-width:1800px;margin:auto}
.box-viewer{min-width:0;position:relative}
.stage-slot{position:relative;isolation:isolate;overflow:hidden;background:#09090b;aspect-ratio:4/3}
.stage-slot>img{width:100%;height:100%;object-fit:contain}.stage-slot canvas{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}
.stage-slot.is-live canvas{opacity:1}.stage-slot.is-live>img{visibility:hidden}
.stage-enable{position:absolute;bottom:16px;left:16px;right:16px;z-index:2;background:var(--paper);color:var(--ink);border:0;padding:14px;font-size:13px;font-weight:700}
.viewer-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:10px;padding:12px 28px}
.viewer-caption button{color:var(--paper);background:#121214c9;border:1px solid var(--line);padding:10px;min-height:40px}
.viewer-note{font-size:11px;color:var(--muted);line-height:1.6;margin:12px 28px}
.tour-progress{display:none;align-items:center;gap:16px;font-size:10px;color:var(--paper)}.tour-progress>span:first-child{min-width:150px}
.tour-track{height:2px;flex:1;background:#39343e}.tour-track>span{display:block;height:100%;background:var(--red);transform-origin:left;transform:scaleX(var(--tour-progress,0))}
.tour-story{position:relative;padding:24px}
.tour-step{padding:16px 0}
.tour-card{position:relative;max-width:460px;padding:26px;background:rgba(15,14,18,.88);border:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.tour-card h3{font-family:'Archivo',Arial,sans-serif;font-variation-settings:'wdth' 62;font-weight:900;font-size:34px;line-height:1;letter-spacing:-.005em;margin:12px 0 18px}.tour-card h3 br{display:none}.tour-card h3 br:after{content:' '}
.tour-card p{font-size:16px;line-height:1.5;color:#d7d4cc;margin:0 0 14px}.tour-card p:last-child{margin-bottom:0}.tour-card .eyebrow{font-size:11px;font-weight:600;color:var(--red);padding-right:76px;margin:0 0 14px}
.tour-card blockquote{font-family:var(--mono);font-size:14px;line-height:1.6;margin:0 0 18px;padding:12px 14px;background:#ffffff06;border-left:2px solid var(--violet)}.tour-card blockquote .mono{display:block;font-size:9px;color:var(--violet);margin-bottom:6px}.tour-card p.tour-disclaimer{font-size:11px;color:var(--muted)}
.tour-face{position:absolute;top:18px;right:22px;width:66px;background:#080809;padding:5px}.tour-face svg{width:100%;display:block}
/* The stage and story share the same grid cell: cards scroll over the full scene. */
.tour-ready .tour-layout{display:grid;grid-template-columns:minmax(0,1fr)}
.tour-ready .box-viewer{grid-area:1/1;position:sticky;top:0;height:100svh;align-self:start}
.tour-ready .chapter-stage{height:100svh;aspect-ratio:auto}
.tour-ready .viewer-caption{position:absolute;top:0;left:0;right:0;background:linear-gradient(#09090bb0,transparent)}
.tour-ready .viewer-note{display:none}
.tour-ready .tour-progress{display:flex;position:absolute;bottom:20px;left:28px;right:28px}
.tour-ready .tour-story{grid-area:1/1;z-index:1;pointer-events:none;padding:0 40px}
.tour-ready .tour-step{min-height:100svh;display:flex;align-items:flex-end;padding:90px 0}
.tour-ready .tour-card{pointer-events:auto}
.hero-product figcaption{align-items:center;flex-wrap:wrap}.hero-render-label{margin-left:auto}
@media(min-width:1100px){.hero h1{font-size:clamp(74px,7.7vw,110px)}.hero-product img{max-height:430px;object-fit:contain}}
@media(max-width:1000px){
 .tour-ready .tour-story{padding:0 24px}.tour-ready .tour-step{padding:70px 0}.tour-card{padding:22px;max-width:460px}.tour-card h3{font-size:32px}
}
@media(max-width:600px){
 .box-chapter{padding-top:36px}.tour-heading{display:block;padding-bottom:24px}.tour-heading h2{font-size:48px}.tour-heading>div>p:not(.eyebrow){font-size:14px}
 .tour-ready .tour-story{padding:0 12px}.tour-card{padding:20px}.tour-card h3{font-size:28px;margin-bottom:14px}.tour-card p{font-size:14px}.tour-card blockquote{font-size:12px;margin-bottom:14px}.tour-card .eyebrow{font-size:10px}.tour-face{width:58px;top:14px;right:18px}
 .viewer-caption{padding:10px 12px;font-size:9px}.tour-ready .tour-progress{left:12px;right:12px;font-size:9px;gap:10px}.tour-progress>span:first-child{min-width:135px}
 .static-readout{gap:6px}.static-readout [data-live-face]{width:32px}.static-readout #static-status{font-size:9px}
}
@media(prefers-reduced-motion:reduce){.tour-ready .tour-layout{display:block}.tour-ready .tour-step{min-height:0;padding:16px 0}.tour-ready .box-viewer{position:relative;height:auto}.tour-ready .chapter-stage{height:auto;aspect-ratio:4/3}.tour-ready .tour-progress{display:none}.tour-ready .tour-story{padding:24px}}
