:root {
  --ink: #17120e;
  --ink-2: #211a14;
  --ink-3: #2d231b;
  --paper: #f1e6d1;
  --paper-muted: #b9aa91;
  --brass: #c89b55;
  --brass-bright: #e1bd78;
  --rust: #9a4f32;
  --cream: #fff4dc;
  --line: rgba(225, 189, 120, 0.3);
  --line-soft: rgba(241, 230, 209, 0.12);
  --shadow-deep: 0 30px 80px rgba(0, 0, 0, 0.38);
  --shadow-card: 0 18px 50px rgba(0, 0, 0, 0.28);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --space-1: 0.35rem;
  --space-2: 0.6rem;
  --space-3: 0.9rem;
  --space-4: 1.2rem;
  --space-5: 1.65rem;
  --space-6: 2.1rem;
  --space-7: 3.2rem;
  --space-8: 4.6rem;
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-size: clamp(3.15rem, 12vw, 8.8rem);
  --section-gap: clamp(4.5rem, 9vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 4%, rgba(154, 79, 50, 0.16), transparent 22rem),
    radial-gradient(circle at 16% 42%, rgba(200, 155, 85, 0.09), transparent 25rem),
    var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  position: fixed;
  z-index: -2;
  width: 1px;
  height: 100vh;
  background: var(--line-soft);
  content: "";
}
body::before { left: clamp(1rem, 5vw, 6rem); }
body::after { right: clamp(1rem, 5vw, 6rem); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--brass-bright); outline-offset: 4px; }

.site-grain {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.page-shell { width: min(100% - 2rem, 1360px); margin: 0 auto; padding-bottom: 6rem; }
.panel { position: relative; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 6rem;
  border-bottom: 1px solid var(--line-soft);
}
.brand-lockup { display: grid; gap: 0.15rem; }
.brand-kicker, .eyebrow, .card-kicker, .header-status, .asset-caption, .slot-label, .slot-crop, .game-status, .secure-note, .hero-footnote, .footer-small {
  color: var(--paper-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}
.brand-name { color: var(--cream); font-family: var(--font-display); font-size: 1.3rem; letter-spacing: -0.035em; }
.desktop-nav { display: none; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.desktop-nav a { color: var(--paper-muted); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--brass-bright); }
.header-status { display: flex; align-items: center; gap: 0.42rem; white-space: nowrap; }
.status-dot { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 4px rgba(200, 155, 85, 0.12); }

.hero-panel { display: grid; gap: var(--space-7); padding: clamp(3rem, 10vw, 8rem) 0 var(--section-gap); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; max-width: 42rem; }
.eyebrow { margin: 0 0 var(--space-4); color: var(--brass-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.055em; }
h1 { max-width: 8ch; margin-bottom: var(--space-5); color: var(--cream); font-size: var(--display-size); line-height: 0.88; }
h2 { margin-bottom: var(--space-3); color: var(--cream); font-size: clamp(2.8rem, 9vw, 6.5rem); line-height: 0.9; }
h3 { margin-bottom: var(--space-2); color: var(--cream); font-size: clamp(2rem, 4.8vw, 4rem); line-height: 0.98; }
.hero-lede { max-width: 27rem; margin-bottom: var(--space-5); color: var(--paper-muted); font-size: clamp(1rem, 2.6vw, 1.25rem); line-height: 1.5; }
.hero-meta { display: flex; align-items: center; gap: 0.8rem; margin-bottom: var(--space-6); color: var(--paper); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.meta-divider { width: 1.2rem; height: 1px; background: var(--brass); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-4); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3rem; padding: 0.8rem 1.2rem; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); border-color: var(--brass-bright); }
.button-primary { color: var(--ink); background: var(--brass); border-color: var(--brass); box-shadow: 0 10px 25px rgba(200, 155, 85, 0.15); }
.button-primary:hover { color: var(--ink); background: var(--brass-bright); }
.button-secondary { color: var(--cream); background: transparent; }
.button-secondary:hover { background: rgba(200, 155, 85, 0.1); }
.button-wide { width: 100%; }
.button-arrow { font-size: 1.1rem; line-height: 0; }
.text-link { color: var(--paper-muted); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.text-link span { color: var(--brass-bright); margin-left: 0.3rem; }
.hero-footnote { display: flex; align-items: center; gap: 0.55rem; margin: var(--space-7) 0 0; }
.brass-rule { display: inline-block; width: 2.5rem; height: 1px; background: var(--brass); }

.visual-frame { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-deep); }
.hero-visual { position: relative; min-height: 26rem; background: #2b2018; }
.hero-media { position: absolute; z-index: 1; inset: 0; display: block; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.studio-scene { z-index: 0; visibility: hidden; }
@media (orientation: portrait) {
  .hero-media img { object-position: 58% 50%; }
}
.studio-scene { position: absolute; inset: 0; overflow: hidden; isolation: isolate; background: linear-gradient(168deg, #5b3e2a 0%, #211813 53%, #130f0c 100%); }
.scene-back-wall { position: absolute; inset: 9% 13% 18% 17%; border: 1px solid rgba(241, 230, 209, 0.22); background: linear-gradient(100deg, rgba(255, 234, 189, 0.13), rgba(0, 0, 0, 0.24)); box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.45); }
.scene-back-wall::before, .scene-back-wall::after { position: absolute; width: 20%; height: 100%; background: rgba(20, 13, 10, 0.42); content: ""; }
.scene-back-wall::before { left: 0; clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%); }
.scene-back-wall::after { right: 0; clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%); }
.scene-topline { position: absolute; z-index: 4; top: 1.1rem; right: 1.2rem; left: 1.2rem; display: flex; justify-content: space-between; color: rgba(255, 244, 220, 0.66); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.16em; }
.mirror-frame { position: absolute; z-index: 2; top: 22%; left: 26%; width: 46%; height: 27%; border: 5px solid rgba(200, 155, 85, 0.74); background: linear-gradient(145deg, rgba(250, 226, 174, 0.4), rgba(31, 22, 16, 0.3) 52%, rgba(219, 146, 87, 0.32)); box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.3), 0 22px 50px rgba(0, 0, 0, 0.4); transform: perspective(600px) rotateY(-4deg); }
.mirror-frame::after { position: absolute; inset: 0.8rem; border: 1px solid rgba(255, 244, 220, 0.35); content: ""; }
.mirror-frame span { position: absolute; right: 1rem; bottom: 0.4rem; z-index: 1; color: rgba(255, 244, 220, 0.6); font-family: var(--font-display); font-size: 1.5rem; }
.mirror-glow { position: absolute; top: 28%; left: 16%; width: 48%; height: 24%; border-radius: 50%; background: rgba(255, 224, 156, 0.24); filter: blur(18px); }
.shelf { position: absolute; z-index: 3; display: flex; gap: 0.55rem; align-items: flex-end; height: 2rem; padding: 0 0.65rem 0.3rem; border-bottom: 4px solid #a4703d; background: rgba(0, 0, 0, 0.18); }
.shelf-one { top: 55%; left: 19%; width: 35%; }
.shelf-two { top: 61%; left: 50%; width: 26%; }
.shelf i { display: block; width: 0.8rem; height: 1rem; border-radius: 0.2rem 0.2rem 0 0; background: linear-gradient(#dcb67a, #76502e); box-shadow: 4px 0 0 rgba(255, 229, 177, 0.2); }
.shelf i:nth-child(2) { height: 1.4rem; background: linear-gradient(#a9b1a2, #455043); }
.shelf i:nth-child(3) { width: 1.1rem; height: 0.9rem; background: linear-gradient(#bf6b42, #643222); }
.shelf i:nth-child(4) { height: 1.2rem; background: linear-gradient(#a7a078, #504a34); }
.chair-shadow { position: absolute; z-index: 1; right: 12%; bottom: 11%; width: 50%; height: 9%; border-radius: 50%; background: rgba(0, 0, 0, 0.6); filter: blur(14px); }
.barber-chair { position: absolute; z-index: 3; right: 28%; bottom: 16%; width: 29%; height: 44%; filter: drop-shadow(11px 15px 10px rgba(0, 0, 0, 0.25)); }
.chair-headrest { position: absolute; top: 0; left: 29%; width: 42%; height: 19%; border-radius: 50% 50% 38% 38%; background: linear-gradient(90deg, #4a2b1d, #a45f37 45%, #391f16); transform: rotate(-2deg); }
.chair-back { position: absolute; top: 13%; left: 16%; width: 67%; height: 50%; border-radius: 48% 48% 17% 17%; background: linear-gradient(90deg, #3b2016, #ad6740 38%, #64311f 74%, #2a1711); transform: perspective(300px) rotateX(-5deg); }
.chair-back::after { position: absolute; inset: 14% 15%; border: 1px solid rgba(255, 220, 166, 0.25); border-radius: 45%; content: ""; }
.chair-seat { position: absolute; bottom: 17%; left: 10%; width: 82%; height: 28%; border-radius: 46% 46% 22% 22%; background: linear-gradient(90deg, #321b13, #8e4d31 48%, #442217); transform: perspective(200px) rotateX(23deg); }
.chair-arm { position: absolute; z-index: 4; top: 51%; width: 19%; height: 7%; border-radius: 999px; background: #bb8650; }
.arm-left { left: 0; transform: rotate(14deg); }
.arm-right { right: 0; transform: rotate(-14deg); }
.chair-base { position: absolute; bottom: 0; left: 43%; width: 15%; height: 20%; border-radius: 55% 55% 10% 10%; background: linear-gradient(90deg, #3c3026, #a28867, #2b211a); }
.chair-base::after { position: absolute; bottom: -0.2rem; left: -1.2rem; width: 4rem; height: 0.35rem; border-radius: 50%; background: #a78558; content: ""; }
.scene-floor-line { position: absolute; right: -12%; bottom: 11%; left: 5%; height: 1px; background: rgba(229, 195, 132, 0.42); transform: rotate(-4deg); }
.scene-reflection { position: absolute; right: 9%; bottom: -5%; width: 50%; height: 26%; background: linear-gradient(transparent, rgba(219, 168, 98, 0.14)); transform: skewX(-28deg); filter: blur(5px); }
.scene-label { position: absolute; z-index: 5; right: 1rem; bottom: 3.1rem; color: rgba(255, 244, 220, 0.55); font-size: 0.6rem; letter-spacing: 0.13em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.scene-label strong { color: var(--brass-bright); font-weight: 700; }
.pole-slot { position: absolute; z-index: 6; top: 12%; bottom: 13%; left: 1.1rem; display: grid; place-items: center; width: 2.8rem; border: 1px dashed rgba(225, 189, 120, 0.58); background: repeating-linear-gradient(-35deg, rgba(200, 155, 85, 0.17) 0 8px, transparent 8px 16px); }
.pole-slot-label { color: rgba(255, 244, 220, 0.72); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.pole-slot-plus { position: absolute; top: 50%; right: -0.65rem; display: grid; place-items: center; width: 1.3rem; height: 1.3rem; border: 1px solid var(--brass); border-radius: 50%; color: var(--brass-bright); background: var(--ink); font-size: 1rem; line-height: 1; transform: translateY(-50%); }
.asset-caption { position: absolute; z-index: 7; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 244, 220, 0.58); font-size: 0.56rem; }
.asset-caption > span:last-child { margin-left: auto; color: var(--brass-bright); }
.caption-mark { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--brass); }

.section { display: grid; gap: var(--space-6); padding: var(--section-gap) 0 0; scroll-margin-top: 2rem; }
.section-intro { max-width: 37rem; }
.section-intro p:last-child { color: var(--paper-muted); font-size: 1rem; }
.compact-intro { max-width: 34rem; }
.module-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(57, 42, 29, 0.82), rgba(24, 18, 14, 0.95)); box-shadow: var(--shadow-card); }
.booking-card { position: relative; overflow: hidden; padding: clamp(1.3rem, 4vw, 3rem); }
.booking-card::before { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; background: linear-gradient(130deg, transparent, rgba(200, 155, 85, 0.08)); clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%); content: ""; }
.card-ornament { position: relative; z-index: 1; display: flex; align-items: center; gap: 0.75rem; margin-bottom: clamp(3rem, 11vw, 7rem); color: var(--brass-bright); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.18em; }
.ornament-line { width: 3rem; height: 1px; background: var(--brass); }
.booking-main { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: var(--space-5); }
.card-kicker { margin-bottom: var(--space-3); color: var(--brass-bright); }
.booking-subtitle { color: var(--paper-muted); font-size: 0.88rem; }
.booking-subtitle span { color: var(--brass); margin: 0 0.35rem; }
.hand-slot { display: grid; flex: 0 0 6.5rem; place-items: center; align-content: center; min-height: 6.5rem; border: 1px dashed rgba(225, 189, 120, 0.42); border-radius: 50%; color: var(--brass-bright); text-align: center; transform: rotate(6deg); }
.hand-slot > span { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; }
.hand-slot small { color: var(--paper-muted); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.35; text-transform: uppercase; }
.booking-footer { position: relative; z-index: 1; display: grid; gap: 0.8rem; margin-top: var(--space-7); }
.secure-note { display: flex; align-items: center; gap: 0.5rem; color: var(--paper-muted); }
.lock-mark { color: var(--brass); font-size: 0.8rem; }

.stereo-card { display: grid; gap: var(--space-6); padding: clamp(1.3rem, 4vw, 3rem); }
.cassette-slot { position: relative; display: grid; min-height: 13rem; overflow: hidden; place-items: center; border: 1px solid rgba(225, 189, 120, 0.33); background: linear-gradient(160deg, #0e0e0d, #3d2a1e 52%, #17110d); box-shadow: inset 0 0 0 0.75rem rgba(10, 8, 6, 0.45); }
.cassette-slot::after { position: absolute; inset: 0.85rem; border: 1px solid rgba(241, 230, 209, 0.18); content: ""; }
.cassette-label { position: relative; z-index: 2; color: var(--brass-bright); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.2em; line-height: 1.6; text-align: center; }
.cassette-label strong { color: var(--cream); font-size: 1.2rem; letter-spacing: 0.08em; }
.cassette-reel { position: absolute; z-index: 1; width: 5rem; height: 5rem; border: 0.85rem dotted rgba(207, 175, 114, 0.62); border-radius: 50%; background: radial-gradient(circle, #1a1410 0 20%, #bd8d4d 21% 27%, #221912 28% 40%, transparent 41%); }
.reel-left { left: 14%; bottom: 12%; }
.reel-right { right: 14%; bottom: 12%; }
.cassette-tape { position: absolute; right: 24%; bottom: 17%; left: 24%; height: 1.3rem; border: 1px solid rgba(225, 189, 120, 0.45); background: rgba(11, 9, 7, 0.6); }
.stereo-copy p:not(.card-kicker) { max-width: 30rem; color: var(--paper-muted); }

.game-grid { display: grid; gap: 1rem; }
.game-tile { position: relative; display: grid; min-height: 12rem; overflow: hidden; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--cream); background: var(--ink-2); cursor: pointer; text-align: left; box-shadow: var(--shadow-card); transition: transform 180ms ease, border-color 180ms ease; }
.game-tile:hover { transform: translateY(-3px); border-color: var(--brass-bright); }
.game-tile::after { position: absolute; right: -2rem; bottom: -3rem; width: 11rem; height: 11rem; border: 1px solid rgba(225, 189, 120, 0.24); border-radius: 50%; box-shadow: 0 0 0 1rem rgba(225, 189, 120, 0.06), 0 0 0 2rem rgba(225, 189, 120, 0.035); content: ""; }
.game-tile-primary { background: linear-gradient(145deg, #463122, #17120f 72%); }
.game-tile-meteor { background: linear-gradient(145deg, #502c22, #19110e 72%); }
.game-tile-orbit { background: linear-gradient(145deg, #353b32, #121512 72%); }
.game-tile-eva { background: linear-gradient(145deg, #51432b, #17140e 72%); }
.game-index { color: var(--brass-bright); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.15em; }
.game-icon { position: absolute; top: 2.2rem; right: 1.2rem; display: block; width: 3rem; height: 3rem; opacity: 0.8; }
.game-icon-city { border: 1px solid var(--brass); background: linear-gradient(90deg, transparent 0 12%, var(--brass) 12% 17%, transparent 17% 29%, var(--brass) 29% 41%, transparent 41% 55%, var(--brass) 55% 72%, transparent 72% 80%, var(--brass) 80% 100%); clip-path: polygon(0 100%, 0 40%, 16% 40%, 16% 55%, 31% 55%, 31% 20%, 48% 20%, 48% 48%, 63% 48%, 63% 7%, 81% 7%, 81% 36%, 100% 36%, 100% 100%); }
.game-icon-meteor { border: 0.45rem solid rgba(225, 189, 120, 0.8); border-top-color: transparent; border-radius: 50%; transform: rotate(-45deg); }
.game-icon-meteor::after { position: absolute; top: -0.7rem; right: -0.8rem; width: 0.8rem; height: 2.7rem; border-radius: 999px; background: linear-gradient(transparent, var(--rust)); content: ""; transform: rotate(45deg); }
.game-icon-orbit { border: 1px solid var(--brass); border-radius: 50%; transform: rotate(-25deg); }
.game-icon-orbit::before, .game-icon-orbit::after { position: absolute; inset: 0.55rem -0.45rem; border: 1px solid var(--brass); border-radius: 50%; content: ""; transform: rotate(65deg); }
.game-icon-orbit::after { inset: 1.1rem; background: var(--brass); border: 0; }
.game-icon-bus { border: 1px solid var(--brass); border-radius: 0.35rem; box-shadow: inset 0 0 0 0.4rem rgba(200, 155, 85, 0.16); }
.game-icon-bus::before { position: absolute; top: 0.65rem; right: 0.4rem; left: 0.4rem; height: 0.7rem; border: 1px solid var(--brass); content: ""; }
.game-icon-bus::after { position: absolute; right: 0.4rem; bottom: -0.4rem; left: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--brass); content: ""; }
.game-name { align-self: end; max-width: 10ch; font-family: var(--font-display); font-size: 1.8rem; line-height: 0.95; }
.game-status { align-self: end; margin-top: 0.7rem; font-size: 0.56rem; letter-spacing: 0.09em; }
.tile-arrow { position: absolute; right: 1.2rem; bottom: 1.1rem; color: var(--brass-bright); font-size: 1.4rem; }

.gallery-section {
  padding: var(--section-gap) 0 0;
  scroll-margin-top: 2rem;
}

.gallery-heading {
  display: grid;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1rem;
}

.gallery-heading h2 {
  max-width: 10ch;
}

.gallery-heading p:last-child {
  max-width: 38rem;
  color: var(--paper-muted);
}

.gallery-heading .button {
  width: fit-content;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.work-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(240, 198, 109, 0.46);
  border-radius: 7px;
  background: rgba(7, 10, 10, 0.96);
  box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(255, 244, 220, 0.06);
}

.work-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #0a0d0d;
}

.work-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-emphasis);
}

.work-image > span {
  position: absolute;
  z-index: 2;
  top: 0.65rem;
  left: 0.65rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(240, 198, 109, 0.65);
  border-radius: 50%;
  color: var(--brass-bright);
  background: rgba(6, 9, 8, 0.86);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.work-card figcaption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.75rem;
}

.work-card figcaption p,
.work-card figcaption > span {
  color: var(--paper-muted);
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-card figcaption h3 {
  margin-top: 0.2rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-transform: uppercase;
}

.work-card figcaption > span {
  flex: 0 0 auto;
  color: var(--brass-bright);
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {
  .work-card:hover .work-image img { transform: scale(1.025); }
}

.split-section { align-items: center; }
.image-slot { position: relative; display: grid; min-height: 19rem; overflow: hidden; place-items: center; border: 1px dashed rgba(225, 189, 120, 0.5); border-radius: var(--radius-lg); background: linear-gradient(135deg, #2b2119, #130f0d); box-shadow: var(--shadow-card); }
.image-slot::before { position: absolute; inset: 12%; border: 1px solid rgba(225, 189, 120, 0.25); content: ""; transform: rotate(-5deg); }
.image-slot::after { position: absolute; width: 150%; height: 1px; background: rgba(225, 189, 120, 0.28); content: ""; transform: rotate(-27deg); }
.gallery-slot { background: linear-gradient(132deg, rgba(93, 54, 37, 0.9), rgba(20, 15, 12, 0.9) 70%); }
.lab-slot { background: linear-gradient(132deg, rgba(46, 54, 42, 0.9), rgba(18, 18, 14, 0.9) 70%); }
.slot-number, .slot-label, .slot-crop { position: relative; z-index: 1; }
.slot-number { color: var(--brass-bright); font-family: var(--font-display); font-size: 4rem; }
.slot-label { position: absolute; right: 1.2rem; bottom: 1.2rem; color: var(--paper-muted); }
.slot-crop { position: absolute; top: 1.2rem; left: 1.2rem; color: var(--brass-bright); }

.site-footer { display: flex; flex-direction: column; gap: var(--space-6); padding: var(--section-gap) 0 0; }
.footer-title { color: var(--cream); font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4.5rem); line-height: 0.95; }
.footer-details { color: var(--paper-muted); font-size: 0.9rem; }
.footer-details p { margin-bottom: 0.35rem; }
.footer-small { max-width: 18rem; margin-top: 1.2rem; font-size: 0.57rem; }
.mobile-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); padding: 0.45rem max(0.35rem, env(safe-area-inset-left)) max(0.45rem, env(safe-area-inset-bottom)) max(0.35rem, env(safe-area-inset-right)); border-top: 1px solid var(--line); background: rgba(23, 18, 14, 0.94); backdrop-filter: blur(18px); }
.mobile-nav-item { display: grid; min-height: 3.2rem; place-items: center; align-content: center; gap: 0.12rem; border-radius: 0.65rem; color: var(--paper-muted); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.mobile-nav-item.is-active { color: var(--brass-bright); background: rgba(200, 155, 85, 0.1); }
.nav-icon { font-size: 1rem; line-height: 1; }
.toast { position: fixed; z-index: 40; right: 1rem; bottom: 5.7rem; left: 1rem; padding: 0.9rem 1rem; border: 1px solid var(--brass); border-radius: 0.75rem; color: var(--cream); background: rgba(30, 22, 16, 0.96); box-shadow: var(--shadow-card); font-size: 0.8rem; opacity: 0; pointer-events: none; transform: translateY(0.5rem); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (orientation: landscape) and (max-height: 560px) {
  .page-shell { width: min(100% - 2rem, 1180px); padding-bottom: 1rem; }
  .site-header { min-height: 4.5rem; }
  .hero-panel { grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 2rem; padding: 2.5rem 0 4rem; }
  h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
  .hero-visual { min-height: 18rem; }
  .section { padding-top: 4rem; }
  .booking-card, .stereo-card { grid-template-columns: 1fr 1fr; align-items: center; }
  .booking-card .card-ornament { grid-column: 1 / -1; margin-bottom: 1rem; }
  .booking-footer { margin-top: 1rem; }
  .stereo-copy { align-self: center; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .game-tile { min-height: 9rem; }
  .mobile-nav { padding-top: 0.2rem; padding-bottom: 0.2rem; }
  .mobile-nav-item { min-height: 3rem; }
  .toast { bottom: 4.2rem; }
}

@media (min-width: 650px) {
  .page-shell { width: min(100% - 3rem, 1360px); }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stereo-card { grid-template-columns: minmax(14rem, 0.8fr) 1.2fr; align-items: center; }
  .booking-footer { grid-template-columns: minmax(12rem, 18rem) 1fr; align-items: center; }
  .split-section { grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 8rem); }
  .reverse-mobile { grid-template-columns: 1fr 1fr; }
  .site-footer { flex-direction: row; align-items: end; justify-content: space-between; }
}

@media (min-width: 980px) {
  .desktop-nav { display: flex; }
  .mobile-nav { display: none; }
  .page-shell { padding-bottom: 0; }
  .site-header { min-height: 7rem; }
  .hero-panel { grid-template-columns: minmax(18rem, 0.78fr) minmax(28rem, 1.22fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); min-height: calc(100vh - 7rem); padding: clamp(4rem, 8vw, 8rem) 0; }
  .hero-visual { min-height: 30rem; height: min(58vh, 44rem); }
  .hero-lede { font-size: 1.15rem; }
  .section { grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(2rem, 6vw, 8rem); }
  .section-intro { position: sticky; top: 6rem; }
  .stereo-card { grid-template-columns: minmax(18rem, 0.8fr) 1.2fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-heading { grid-template-columns: minmax(0, 1fr) auto; }
  .gallery-heading .button { align-self: end; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-tile { min-height: 17rem; }
  .game-name { font-size: 2.05rem; }
  .split-section { grid-template-columns: 0.8fr 1.2fr; align-items: center; }
  .split-section .section-intro { position: static; }
  .split-section.reverse-mobile { grid-template-columns: 1.2fr 0.8fr; }
  .site-footer { padding-bottom: 3rem; }
}

@media (min-width: 1500px) {
  .hero-panel { grid-template-columns: minmax(24rem, 0.8fr) minmax(42rem, 1.2fr); }
  .hero-visual { min-height: 38rem; }
  .game-tile { min-height: 19rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Reference direction: dark brass private-studio console */
:root {
  --ink: #070909;
  --ink-2: #101312;
  --ink-3: #1a1b18;
  --paper: #f3ecdc;
  --paper-muted: #aaa18b;
  --brass: #a8782e;
  --brass-bright: #f0c66d;
  --rust: #8a4229;
  --cream: #fff6df;
  --line: rgba(240, 198, 109, 0.46);
  --line-soft: rgba(243, 236, 220, 0.14);
  --shadow-deep: 0 28px 70px rgba(0, 0, 0, 0.66);
  --shadow-card: 0 14px 30px rgba(0, 0, 0, 0.48);
  --radius-lg: 12px;
  --radius-md: 8px;
  --radius-sm: 5px;
  --font-display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
  --font-sans: "Arial Narrow", "Roboto Condensed", Inter, ui-sans-serif, system-ui, sans-serif;
}

body {
  background:
    radial-gradient(circle at 80% 4%, rgba(230, 172, 77, 0.13), transparent 19rem),
    radial-gradient(circle at 20% 56%, rgba(40, 74, 88, 0.14), transparent 24rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 5px),
    var(--ink);
}

.page-shell { width: min(100% - 1rem, 1210px); padding-bottom: 5.4rem; }
.site-header { min-height: 5rem; padding: 0 0.25rem; border-bottom-color: rgba(240, 198, 109, 0.28); }
.brand-lockup { gap: 0.08rem; }
.brand-kicker { font-size: 0.52rem; letter-spacing: 0.24em; }
.brand-name { color: var(--cream); font-family: var(--font-display); font-size: 2.25rem; font-weight: 900; letter-spacing: 0.04em; line-height: 0.8; text-transform: uppercase; text-shadow: 0 2px 0 #533816, 0 0 18px rgba(240, 198, 109, 0.16); }
.brand-sub { color: var(--brass-bright); font-size: 0.43rem; font-weight: 800; letter-spacing: 0.2em; line-height: 1.4; text-transform: uppercase; }
.header-status { font-size: 0.5rem; letter-spacing: 0.13em; }
.status-dot { width: 0.38rem; height: 0.38rem; }

.hero-panel { gap: 0.65rem; padding: 1.1rem 0 1.75rem; }
.hero-copy { align-items: center; max-width: none; padding: 0.45rem 0.4rem 0.35rem; text-align: center; }
.hero-copy .eyebrow { margin-bottom: 0.55rem; font-size: 0.52rem; letter-spacing: 0.23em; }
h1 { max-width: none; margin-bottom: 0.3rem; font-family: var(--font-display); font-size: clamp(3.8rem, 17vw, 7rem); font-weight: 900; letter-spacing: 0.025em; line-height: 0.73; text-transform: uppercase; text-shadow: 0 3px 0 #543918, 0 0 28px rgba(240, 198, 109, 0.14); }
h1 span { display: block; color: var(--cream); font-size: 0.42em; letter-spacing: 0.2em; line-height: 1; }
h1 strong { display: block; color: var(--brass-bright); font-size: 1em; font-weight: 900; letter-spacing: 0.03em; }
.hero-signature { margin: 0.2rem 0 0; color: var(--brass-bright); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(1.5rem, 7vw, 3rem); line-height: 0.9; transform: rotate(-5deg); }
.hero-studio-label { margin: 0.3rem 0 0.45rem; color: var(--paper); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.27em; text-transform: uppercase; }
.hero-lede { max-width: none; margin-bottom: 0.65rem; color: var(--paper-muted); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.4; text-transform: uppercase; }
.hero-meta { margin-bottom: 0.8rem; font-size: 0.53rem; letter-spacing: 0.13em; }
.hero-actions { justify-content: center; gap: 0.55rem; }
.button { min-height: 2.7rem; padding: 0.62rem 0.82rem; border-radius: 5px; font-size: 0.55rem; letter-spacing: 0.15em; box-shadow: inset 0 0 0 1px rgba(255, 244, 220, 0.12), 0 6px 12px rgba(0, 0, 0, 0.25); }
.button-primary { color: #100c07; background: linear-gradient(180deg, #e4bc68, #8c5e20); border-color: #e6bb62; }
.button-primary:hover { background: linear-gradient(180deg, #f6d27d, #a97028); }
.button-secondary { border-color: rgba(240, 198, 109, 0.55); background: rgba(11, 13, 12, 0.58); }
.text-link { font-size: 0.57rem; letter-spacing: 0.12em; }
.hero-footnote { margin-top: 1rem; font-size: 0.48rem; letter-spacing: 0.18em; }
.brass-rule { width: 1.8rem; }

.visual-frame { border-color: rgba(240, 198, 109, 0.54); border-radius: 9px; box-shadow: var(--shadow-deep), inset 0 0 0 1px rgba(255, 244, 220, 0.1); }
.hero-visual { min-height: 19rem; height: 61vw; max-height: 34rem; background: #0a0d0d; }
.studio-scene { background: linear-gradient(166deg, #283033 0%, #161817 38%, #080908 100%); }
.studio-scene::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(125, 184, 211, 0.24), transparent 20%), radial-gradient(circle at 30% 70%, rgba(186, 116, 44, 0.18), transparent 27%), repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.025) 29px, transparent 30px); content: ""; mix-blend-mode: screen; }
.studio-scene::after { position: absolute; z-index: 8; inset: 0.38rem; border: 1px solid rgba(240, 198, 109, 0.28); border-radius: 5px; content: ""; pointer-events: none; }
.scene-back-wall { background: linear-gradient(100deg, rgba(230, 236, 220, 0.08), rgba(0, 0, 0, 0.44) 62%), repeating-linear-gradient(90deg, transparent 0 20px, rgba(240, 198, 109, 0.03) 21px, transparent 22px); }
.scene-topline { top: 0.75rem; right: 0.9rem; left: 0.9rem; font-size: 0.45rem; letter-spacing: 0.2em; }
.mirror-frame { border-width: 3px; box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.38), 0 18px 34px rgba(0, 0, 0, 0.5); }
.pole-slot { top: 9%; bottom: 12%; left: 0.55rem; width: 2.2rem; }
.pole-slot-label { font-size: 0.45rem; }
.asset-caption { right: 0.75rem; bottom: 0.7rem; left: 0.75rem; font-size: 0.45rem; letter-spacing: 0.14em; }

.section { gap: 0.7rem; padding-top: 1.8rem; }
.section-intro { max-width: none; padding: 0 0.35rem; }
.section-intro .eyebrow { margin-bottom: 0.45rem; font-size: 0.5rem; }
h2 { margin-bottom: 0.4rem; font-family: var(--font-display); font-size: clamp(2.25rem, 9vw, 4.4rem); font-weight: 900; letter-spacing: 0.04em; line-height: 0.78; text-transform: uppercase; }
.section-intro p:last-child { max-width: 34rem; color: var(--paper-muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.45; text-transform: uppercase; }
.module-card { position: relative; overflow: hidden; border-color: rgba(240, 198, 109, 0.56); border-radius: 8px; background: linear-gradient(145deg, rgba(30, 34, 32, 0.96), rgba(7, 9, 9, 0.98)); box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(255, 244, 220, 0.07); }
.module-card::before { position: absolute; z-index: 0; inset: 0.34rem; border: 1px solid rgba(240, 198, 109, 0.23); border-radius: 5px; content: ""; pointer-events: none; }
.module-card::after { position: absolute; z-index: 1; top: 0.52rem; left: 0.52rem; width: 0.38rem; height: 0.38rem; border: 1px solid var(--brass-bright); border-radius: 50%; background: #0b0d0c; box-shadow: calc(100% + 0.42rem) 0 0 -1px #0b0d0c, calc(100% + 0.42rem) 0 0 -0.2px var(--brass-bright); content: ""; pointer-events: none; }
.booking-card { padding: 0.9rem; }
.card-ornament { margin-bottom: 1rem; padding-left: 0.2rem; font-size: 0.48rem; letter-spacing: 0.2em; }
.ornament-line { width: 1.8rem; }
.booking-main { align-items: start; }
.booking-card h3, .stereo-copy h3 { font-family: var(--font-display); font-size: clamp(1.55rem, 6vw, 2.25rem); font-weight: 900; letter-spacing: 0.05em; line-height: 0.82; text-transform: uppercase; }
.card-kicker { margin-bottom: 0.42rem; font-size: 0.48rem; letter-spacing: 0.18em; }
.booking-subtitle { font-size: 0.57rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.hand-slot { flex-basis: 5.3rem; min-height: 5.3rem; border-color: var(--brass-bright); }
.hand-slot > span { font-size: 2rem; }
.hand-slot small { font-size: 0.42rem; }
.booking-footer { gap: 0.45rem; margin-top: 1.05rem; }
.secure-note { font-size: 0.47rem; letter-spacing: 0.14em; }

.challenge-card { position: relative; overflow: hidden; padding: 0.9rem; background: radial-gradient(circle at 85% 12%, rgba(200, 155, 85, 0.22), transparent 15rem), linear-gradient(145deg, rgba(57, 42, 29, 0.92), rgba(24, 18, 14, 0.98)); }
.challenge-card::before { background: linear-gradient(130deg, transparent 20%, rgba(200, 155, 85, 0.12)); clip-path: polygon(48% 0, 100% 0, 100% 100%, 12% 100%); }
.challenge-card > * { position: relative; z-index: 2; }
.challenge-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.challenge-badge { padding: 0.35rem 0.55rem; border: 1px solid var(--brass); border-radius: 999px; color: var(--brass-bright); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.16em; }
.challenge-card h3 { margin-bottom: 0.9rem; font-family: var(--font-display); font-size: clamp(1.55rem, 6vw, 2.25rem); font-weight: 900; letter-spacing: 0.05em; line-height: 0.82; text-transform: uppercase; }
.challenge-copy { max-width: 32rem; color: var(--paper-muted); font-size: 0.63rem; line-height: 1.45; }
.challenge-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.55rem; margin: 1.2rem 0; }
.challenge-facts div { padding: 0.65rem 0.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line-soft); }
.challenge-facts strong, .challenge-facts span { display: block; }
.challenge-facts strong { color: var(--brass-bright); font-size: 0.58rem; letter-spacing: 0.08em; }
.challenge-facts span { margin-top: 0.25rem; color: var(--paper-muted); font-size: 0.5rem; }
.challenge-rule { margin: 0.85rem 0; padding: 0.75rem; border: 1px solid rgba(225, 189, 120, 0.45); border-radius: 5px; color: var(--cream); background: rgba(154, 79, 50, 0.16); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.05em; line-height: 1.45; text-transform: uppercase; }
.challenge-rule strong { color: var(--brass-bright); }
.challenge-note { margin: 0.65rem 0 0; color: var(--paper-muted); font-size: 0.5rem; line-height: 1.4; }

.stereo-card { gap: 0.85rem; padding: 0.9rem; }
.cassette-slot { min-height: 10rem; border-color: rgba(240, 198, 109, 0.45); background: linear-gradient(160deg, #101514, #1e2725 54%, #080909); box-shadow: inset 0 0 0 0.55rem rgba(0, 0, 0, 0.48); }
.cassette-label { font-size: 0.5rem; letter-spacing: 0.2em; }
.cassette-label strong { font-size: 1rem; }
.cassette-reel { width: 4rem; height: 4rem; border-width: 0.65rem; }
.stereo-copy p:not(.card-kicker) { font-size: 0.63rem; line-height: 1.45; }

.game-grid { gap: 0.55rem; }
.game-tile { min-height: 9.7rem; padding: 0.72rem; border-color: rgba(240, 198, 109, 0.47); border-radius: 6px; background: #071012; box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(255, 244, 220, 0.07); }
.game-tile > * { position: relative; z-index: 2; }
.game-tile::before { position: absolute; z-index: 0; right: -12%; bottom: -8%; left: -12%; height: 55%; background: linear-gradient(180deg, transparent, rgba(24, 122, 173, 0.16)), repeating-linear-gradient(90deg, transparent 0 18px, rgba(102, 190, 229, 0.25) 19px, transparent 20px); clip-path: polygon(0 100%, 50% 0, 100% 100%); content: ""; opacity: 0.8; transform: perspective(100px) rotateX(48deg); }
.game-tile-primary, .game-tile-meteor, .game-tile-orbit, .game-tile-eva { background: linear-gradient(145deg, rgba(14, 24, 27, 0.98), rgba(3, 7, 8, 0.98) 72%); }
.game-tile-meteor::before { background: linear-gradient(180deg, transparent, rgba(199, 88, 42, 0.2)), repeating-linear-gradient(90deg, transparent 0 18px, rgba(220, 129, 73, 0.22) 19px, transparent 20px); }
.game-index { font-size: 0.5rem; }
.game-icon { top: 1.25rem; right: 0.75rem; width: 2.3rem; height: 2.3rem; }
.game-name { max-width: 12ch; font-family: var(--font-display); font-size: 1.25rem; font-weight: 900; letter-spacing: 0.04em; line-height: 0.88; text-transform: uppercase; }
.game-status { margin-top: 0.45rem; font-size: 0.43rem; letter-spacing: 0.1em; }
.tile-arrow { right: 0.75rem; bottom: 0.65rem; font-size: 1.1rem; }

.image-slot { min-height: 12rem; border-color: rgba(240, 198, 109, 0.52); border-radius: 8px; background: linear-gradient(135deg, rgba(19, 31, 32, 0.98), rgba(4, 7, 7, 0.98)); box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(255, 244, 220, 0.08); }
.gallery-slot { background: linear-gradient(135deg, rgba(56, 52, 37, 0.96), rgba(4, 7, 7, 0.98) 74%), radial-gradient(circle at 70% 34%, rgba(204, 143, 59, 0.26), transparent 25%); }
.lab-slot { background: linear-gradient(135deg, rgba(20, 39, 42, 0.98), rgba(4, 7, 7, 0.98) 74%), radial-gradient(circle at 35% 45%, rgba(49, 142, 168, 0.25), transparent 25%); }
.slot-number { font-family: var(--font-display); font-size: 3.5rem; font-weight: 900; }
.slot-label, .slot-crop { font-size: 0.45rem; letter-spacing: 0.14em; }
.site-footer { gap: 1.2rem; padding: 2.8rem 0 1rem; border-top: 1px solid rgba(240, 198, 109, 0.26); }
.footer-title { font-family: var(--font-display); font-size: clamp(2rem, 8vw, 4rem); font-weight: 900; letter-spacing: 0.04em; line-height: 0.82; text-transform: uppercase; }
.footer-signature { margin: 0.75rem 0 0; color: var(--brass-bright); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 2rem; transform: rotate(-5deg); }
.footer-details { font-size: 0.63rem; letter-spacing: 0.09em; text-transform: uppercase; }
.footer-small { font-size: 0.45rem; letter-spacing: 0.12em; }
.mobile-nav { right: 0.45rem; bottom: max(0.45rem, env(safe-area-inset-bottom)); left: 0.45rem; padding: 0.3rem max(0.28rem, env(safe-area-inset-left)) max(0.3rem, env(safe-area-inset-bottom)) max(0.28rem, env(safe-area-inset-right)); border: 1px solid rgba(240, 198, 109, 0.5); border-radius: 9px; background: rgba(8, 11, 10, 0.96); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 244, 220, 0.08); }
.mobile-nav-item { min-height: 3.2rem; border-radius: 5px; font-size: 0.47rem; letter-spacing: 0.1em; }
.mobile-nav-item.is-active { color: var(--brass-bright); background: linear-gradient(180deg, rgba(172, 122, 43, 0.28), rgba(172, 122, 43, 0.06)); box-shadow: inset 0 0 0 1px rgba(240, 198, 109, 0.22); }
.nav-icon { font-size: 0.9rem; }
.toast { right: 0.9rem; bottom: 5.25rem; left: 0.9rem; border-radius: 5px; background: rgba(6, 9, 8, 0.98); font-size: 0.63rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (min-width: 650px) {
  .page-shell { width: min(100% - 2rem, 1210px); }
  .hero-panel { gap: 0.8rem; padding-top: 1.35rem; }
  .hero-copy { padding-top: 0.65rem; }
  .hero-visual { min-height: 22rem; height: 48vw; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .game-tile { min-height: 11.5rem; }
  .split-section { grid-template-columns: 1fr 1fr; gap: 0.7rem; }
}

@media (min-width: 980px) {
  .page-shell { width: min(100% - 3rem, 1210px); }
  .site-header { min-height: 5.5rem; }
  .hero-panel { grid-template-columns: 1fr; min-height: 0; padding: 1.5rem 0 2.8rem; }
  .hero-copy { padding-bottom: 0.55rem; }
  .hero-visual { min-height: 29rem; height: min(48vw, 35rem); }
  .section { display: block; padding-top: 2.3rem; }
  .section-intro { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 0.75rem; }
  .section-intro .eyebrow { flex: 0 0 auto; margin: 0; }
  .section-intro h2 { flex: 0 0 auto; margin: 0; }
  .section-intro p:last-child { max-width: 31rem; margin: 0 0 0 auto; text-align: right; }
  .booking-card { padding: 1rem; }
  .stereo-card { grid-template-columns: minmax(17rem, 0.8fr) 1.2fr; }
  .split-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0.7rem; }
  .split-section .section-intro { display: block; margin: 0; }
  .split-section .section-intro p:last-child { margin: 0 0 0.9rem; text-align: left; }
  .game-tile { min-height: 13rem; }
  .game-name { font-size: 1.45rem; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
  .footer-details { justify-self: end; max-width: 22rem; text-align: right; }
}

/* Final reference rhythm: keep the studio console compact above the modules. */
.hero-actions,
.hero-footnote { display: none; }
.hero-panel { gap: 0.55rem; padding: 0.85rem 0 1.4rem; }
.hero-meta { margin-bottom: 0.35rem; }
.button { min-height: 3rem; }

@media (min-width: 650px) {
  .hero-copy { padding-top: 0.35rem; padding-bottom: 0.15rem; }
  .hero-visual { min-height: 24rem; height: 26rem; }
}

@media (min-width: 980px) {
  .hero-panel { padding: 1rem 0 1.8rem; }
  .hero-visual { min-height: 24rem; height: 26rem; }
}

/* The original ArtieChoke pole stays mounted while only its inner stripes move. */
.pole-slot {
  top: 6%;
  bottom: 7%;
  left: clamp(0.65rem, 2vw, 1.6rem);
  display: block;
  width: clamp(6rem, 14vw, 12rem);
  border: 0;
  background:
    radial-gradient(ellipse at center, rgba(229, 177, 82, 0.2), transparent 70%),
    url("phase2-hero-reference/phase2-barber-pole-3d-grunge.png") center / 100% 100%,
    transparent;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1rem 0.9rem rgba(0, 0, 0, 0.58)) drop-shadow(0 0 0.8rem rgba(218, 164, 72, 0.16));
  cursor: pointer;
  pointer-events: auto;
  transition: filter var(--motion-standard), transform var(--motion-standard);
}
.pole-slot-label,
.pole-slot-plus { display: none; }

.pole-slot:hover {
  filter: drop-shadow(0 1.15rem 1rem rgba(0, 0, 0, 0.64)) drop-shadow(0 0 1rem rgba(240, 198, 109, 0.28));
  transform: translateY(-0.2rem);
}

.pole-slot:focus-visible {
  border-radius: 1rem;
  outline: 3px solid var(--brass-bright);
  outline-offset: 0.3rem;
}

.pole-stripes {
  position: absolute;
  z-index: 1;
  top: 21.2%;
  left: 32%;
  width: 36%;
  height: 50.5%;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 220, 0.26);
  border-radius: 44% / 5%;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.45), transparent 22% 69%, rgba(0,0,0,0.58)),
    repeating-linear-gradient(-28deg, #a52324 0 14px, #e5d6b8 14px 28px, #143f60 28px 42px, #e5d6b8 42px 56px);
  background-position: 0 0, 0 0;
  box-shadow: inset 0.5rem 0 0.7rem rgba(255,255,255,0.14), inset -0.6rem 0 0.8rem rgba(0,0,0,0.5);
  animation: barber-pole-spin 4.8s linear infinite;
}

.pole-callout {
  position: absolute;
  z-index: 3;
  right: -1.4rem;
  bottom: 8%;
  display: grid;
  min-width: 6.4rem;
  padding: 0.45rem 0.5rem;
  border: 1px solid rgba(240, 198, 109, 0.58);
  border-radius: 4px;
  color: var(--cream);
  background: rgba(6, 9, 8, 0.94);
  box-shadow: 0 0.7rem 1.4rem rgba(0,0,0,0.36);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pole-callout small { color: var(--paper-muted); font-size: 0.38rem; }
.pole-callout strong { margin-top: 0.15rem; color: var(--brass-bright); font-size: 0.48rem; }

@keyframes barber-pole-spin {
  to { background-position: 0 0, 0 -84px; }
}

@media (min-width: 650px) {
  .pole-slot {
    top: 5%;
    bottom: 6%;
    left: clamp(0.9rem, 2vw, 1.7rem);
    width: clamp(8rem, 16vw, 13rem);
  }
}

@media (min-width: 980px) {
  .pole-slot {
    top: 4%;
    bottom: 5%;
    width: clamp(10rem, 17vw, 15rem);
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .pole-slot {
    top: 8%;
    bottom: 46%;
  }
}

/* Phase 2C Step 3: restrained light enhancement over the real studio photograph. */
.hero-visual {
  isolation: isolate;
}
.hero-visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: url("phase2-hero-reference/phase2-ceiling-lights-overlay.png") center / cover no-repeat;
  content: "";
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (orientation: portrait) {
  .hero-visual::after {
    background-position: 58% 50%;
    opacity: 0.1;
  }
}
@media (orientation: landscape) and (max-height: 560px) {
  .hero-visual::after {
    opacity: 0.08;
  }
}

/* Phase 2C Step 4: keep Cuts artwork behind the live booking copy and action. */
.booking-card[data-slot="cuts-card"] {
  background-image:
    linear-gradient(90deg, rgba(7, 9, 9, 0.96) 0%, rgba(7, 9, 9, 0.78) 32%, rgba(7, 9, 9, 0.3) 62%, rgba(7, 9, 9, 0.08) 100%),
    url("phase2-hero-reference/phase2-cuts-card-art.jpg");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: cover, 76% auto;
}
@media (max-width: 649px) {
  .booking-card[data-slot="cuts-card"] {
    background-size: cover, 84% auto;
  }
}

/* Phase 2C Step 5: keep Stereo artwork behind the live cassette shell and launch copy. */
.stereo-card[data-slot="stereo-card"] {
  background-image:
    linear-gradient(90deg, rgba(7, 9, 9, 0.92) 0%, rgba(7, 9, 9, 0.58) 42%, rgba(7, 9, 9, 0.22) 74%, rgba(7, 9, 9, 0.12) 100%),
    url("phase2-hero-reference/phase2-stereo-card-art.jpg");
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover, 90% auto;
}
/* Phase 2C Step 6: Game Lounge atmosphere stays behind the live launcher tiles. */
.game-grid[data-slot="game-lounge-card"] {
  background-image:
    linear-gradient(90deg, rgba(4, 6, 8, 0.72) 0%, rgba(4, 6, 8, 0.42) 46%, rgba(4, 6, 8, 0.24) 100%),
    url("phase2-hero-reference/phase2-game-lounge-card-art.jpg");
  background-position: center, center 46%;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.game-grid[data-slot="game-lounge-card"] > .game-tile {
  background: linear-gradient(145deg, rgba(14, 24, 27, 0.82), rgba(3, 7, 8, 0.68) 72%);
}

/* Phase 2C Step 7: Gallery showcase artwork stays behind live captions and controls. */
.gallery-slot[data-slot="gallery-card"] {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 7, 0.14) 0%, rgba(5, 7, 7, 0.18) 52%, rgba(5, 7, 7, 0.82) 100%),
    linear-gradient(180deg, rgba(225, 189, 120, 0.12) 0%, rgba(5, 7, 7, 0.04) 34%, rgba(0, 0, 0, 0.56) 100%),
    url("phase2-hero-reference/phase2-gallery-card-art.jpg");
  background-position: center, center, center 42%;
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
  border-style: solid;
  border-color: rgba(240, 198, 109, 0.62);
  box-shadow: var(--shadow-card), inset 0 0 0 0.32rem rgba(10, 11, 10, 0.72), inset 0 0 0 0.4rem rgba(240, 198, 109, 0.12);
}

.gallery-slot[data-slot="gallery-card"]::before {
  inset: 4%;
  border: 1px solid rgba(240, 198, 109, 0.52);
  box-shadow: inset 0 0 0 0.22rem rgba(8, 10, 9, 0.5), 0 0 0 0.08rem rgba(240, 198, 109, 0.16);
  transform: none;
}

.gallery-slot[data-slot="gallery-card"] .slot-number,
.gallery-slot[data-slot="gallery-card"] .slot-label,
.gallery-slot[data-slot="gallery-card"] .slot-crop {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

/* Phase 2C Step 8: Creator Lab workshop artwork stays behind live project copy. */
.lab-slot[data-slot="lab-card"] {
  background-image:
    linear-gradient(90deg, rgba(4, 7, 8, 0.86) 0%, rgba(4, 7, 8, 0.58) 46%, rgba(4, 7, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(225, 189, 120, 0.08) 0%, rgba(93, 150, 116, 0.08) 48%, rgba(0, 0, 0, 0.62) 100%),
    repeating-linear-gradient(90deg, rgba(112, 165, 145, 0.06) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(112, 165, 145, 0.05) 0 1px, transparent 1px 18px),
    url("phase2-hero-reference/phase2-lab-card-art.jpg");
  background-position: center, center, center, center, center 44%;
  background-repeat: no-repeat;
  background-size: cover, cover, 100% 100%, 100% 100%, cover;
  border-style: solid;
  border-color: rgba(240, 198, 109, 0.58);
  box-shadow: var(--shadow-card), inset 0 0 0 0.32rem rgba(7, 10, 10, 0.72), inset 0 0 0 0.4rem rgba(240, 198, 109, 0.1);
}

.lab-slot[data-slot="lab-card"]::before {
  inset: 4%;
  border: 1px solid rgba(240, 198, 109, 0.42);
  box-shadow: inset 0 0 0 0.22rem rgba(8, 12, 12, 0.48), 0 0 0 0.08rem rgba(93, 150, 116, 0.2);
  transform: none;
}

.lab-slot[data-slot="lab-card"] .slot-number,
.lab-slot[data-slot="lab-card"] .slot-label,
.lab-slot[data-slot="lab-card"] .slot-crop {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.98);
}

/* Phase 3A: restrained experience polish; transforms only, no shell reflow. */
:root {
  --motion-fast: 180ms cubic-bezier(0.22, 0.61, 0.36, 1);
  --motion-standard: 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
  --motion-emphasis: 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes status-breathe {
  0%, 100% { opacity: 0.78; box-shadow: 0 0 0 4px rgba(200, 155, 85, 0.12); }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgba(240, 198, 109, 0.18); }
}

.status-dot {
  animation: status-breathe 5.4s ease-in-out infinite;
}

.pole-slot {
  transform-origin: 50% 52%;
}

.button,
.game-tile,
.module-card,
.image-slot,
.desktop-nav a,
.mobile-nav-item {
  transition-duration: var(--motion-standard);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.button {
  transition-property: transform, border-color, background, color, box-shadow;
}

.button-arrow,
.tile-arrow {
  transition: transform var(--motion-fast), color var(--motion-fast);
}

.module-card,
.image-slot {
  transition-property: transform, border-color;
}

.game-tile {
  transition-property: transform, border-color, box-shadow;
}

.desktop-nav a,
.mobile-nav-item {
  transition-property: color, background-color, box-shadow, transform;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(240, 198, 109, 0.12);
  }

  .button-primary:hover {
    box-shadow: 0 12px 28px rgba(200, 155, 85, 0.24), 0 0 18px rgba(240, 198, 109, 0.12);
  }

  .button-secondary:hover {
    box-shadow: inset 0 0 0 1px rgba(240, 198, 109, 0.12), 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  .module-card:hover,
  .image-slot:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 198, 109, 0.72);
  }

  .game-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.58), 0 0 18px rgba(240, 198, 109, 0.08);
  }

  .button:hover .button-arrow,
  .game-tile:hover .tile-arrow {
    color: var(--cream);
    transform: translateX(0.18rem);
  }
}

.button:active,
.mobile-nav-item:active {
  transform: translateY(1px) scale(0.985);
  transition-duration: 100ms;
}

.game-tile.is-pressed {
  transform: translateY(-1px) scale(0.995);
  transition-duration: 100ms;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.voice-assistant {
  position: fixed;
  z-index: 60;
  right: max(0.6rem, env(safe-area-inset-right));
  bottom: calc(5.35rem + env(safe-area-inset-bottom));
  width: min(24rem, calc(100vw - 1.2rem));
  color: var(--paper);
  font-family: var(--font-sans);
}

.voice-launch {
  display: grid;
  grid-template-columns: 2.7rem 1fr auto;
  width: 100%;
  min-height: 4.25rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(240, 198, 109, 0.72);
  border-radius: 7px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(30, 34, 32, 0.98), rgba(6, 9, 8, 0.99)),
    var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.52), inset 0 0 0 1px rgba(255, 244, 220, 0.08);
  cursor: pointer;
  text-align: left;
  transition: transform var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast);
}

.voice-assistant[data-open="true"] .voice-launch {
  display: none;
}

.voice-launch-mark,
.voice-mic {
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 198, 109, 0.68);
  border-radius: 5px;
  color: var(--brass-bright);
  background: linear-gradient(180deg, rgba(172, 122, 43, 0.2), rgba(172, 122, 43, 0.04));
}

.voice-launch-mark {
  width: 2.7rem;
  height: 2.7rem;
}

.voice-launch-mark svg,
.voice-mic svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.voice-launch-copy {
  display: grid;
  gap: 0.13rem;
}

.voice-launch-kicker,
.voice-console-index,
.voice-message-label {
  color: var(--brass-bright);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.voice-launch-copy strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.voice-live-dot {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: var(--brass-bright);
  box-shadow: 0 0 0 4px rgba(240, 198, 109, 0.12), 0 0 14px rgba(240, 198, 109, 0.4);
  animation: voice-pulse 2.4s ease-in-out infinite;
}

.voice-console {
  display: grid;
  max-height: calc(100vh - 6.6rem);
  max-height: calc(100dvh - 6.6rem);
  overflow: hidden;
  border: 1px solid rgba(240, 198, 109, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(200, 155, 85, 0.12), transparent 13rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 5px),
    rgba(6, 9, 8, 0.985);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 244, 220, 0.08);
}

.voice-console[hidden] {
  display: none;
}

.voice-console-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(240, 198, 109, 0.24);
}

.voice-console-index {
  margin: 0 0 0.28rem;
}

.voice-console h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.voice-close,
.voice-sound {
  min-height: 2.25rem;
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(240, 198, 109, 0.38);
  border-radius: 4px;
  color: var(--paper-muted);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voice-status {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.56rem 0.9rem;
  color: var(--paper-muted);
  background: rgba(200, 155, 85, 0.045);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-status-light {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 3px rgba(200, 155, 85, 0.1);
}

.voice-assistant[data-voice-state="listening"] .voice-status-light {
  background: #75d69b;
  box-shadow: 0 0 0 3px rgba(117, 214, 155, 0.13), 0 0 12px rgba(117, 214, 155, 0.5);
  animation: voice-pulse 0.9s ease-in-out infinite;
}

.voice-assistant[data-voice-state="speaking"] .voice-status-light {
  background: var(--brass-bright);
  box-shadow: 0 0 0 3px rgba(240, 198, 109, 0.14), 0 0 12px rgba(240, 198, 109, 0.45);
}

.voice-assistant[data-voice-state="error"] .voice-status-light {
  background: #d86b55;
  box-shadow: 0 0 0 3px rgba(216, 107, 85, 0.13);
}

.voice-dialogue {
  display: grid;
  min-height: 7rem;
  max-height: 13rem;
  overflow-y: auto;
  align-content: start;
  gap: 0.62rem;
  padding: 0.78rem 0.9rem;
  scrollbar-color: var(--brass) transparent;
  scrollbar-width: thin;
}

.voice-message {
  display: grid;
  max-width: 92%;
  gap: 0.28rem;
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(240, 198, 109, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.025);
}

.voice-message.is-user {
  justify-self: end;
  border-color: rgba(117, 214, 155, 0.24);
  background: rgba(117, 214, 155, 0.055);
}

.voice-message.is-user .voice-message-label {
  color: #9ddcb4;
}

.voice-message p {
  margin: 0;
  color: var(--paper);
  font-size: 0.76rem;
  line-height: 1.48;
}

.voice-message-action {
  justify-self: start;
  min-height: 2.2rem;
  margin-top: 0.2rem;
  padding: 0.45rem 0.62rem;
  border: 1px solid var(--brass);
  border-radius: 4px;
  color: var(--ink);
  background: var(--brass-bright);
  cursor: pointer;
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.voice-prompts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0 0.9rem 0.72rem;
}

.voice-prompts button {
  min-height: 2.35rem;
  padding: 0.38rem 0.25rem;
  border: 1px solid rgba(240, 198, 109, 0.3);
  border-radius: 4px;
  color: var(--paper-muted);
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.voice-form {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr) auto;
  gap: 0.42rem;
  padding: 0.76rem 0.9rem;
  border-top: 1px solid rgba(240, 198, 109, 0.22);
  border-bottom: 1px solid rgba(240, 198, 109, 0.22);
}

.voice-mic {
  width: 2.8rem;
  min-height: 2.8rem;
  cursor: pointer;
}

.voice-mic:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.voice-assistant[data-voice-state="listening"] .voice-mic {
  color: #9ddcb4;
  border-color: rgba(117, 214, 155, 0.65);
  background: rgba(117, 214, 155, 0.1);
}

.voice-input-wrap {
  display: block;
  min-width: 0;
}

.voice-input {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(240, 198, 109, 0.3);
  border-radius: 4px;
  outline: none;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.34);
  font: inherit;
  font-size: 0.74rem;
}

.voice-input::placeholder {
  color: rgba(185, 170, 145, 0.72);
}

.voice-input:focus {
  border-color: var(--brass-bright);
  box-shadow: 0 0 0 2px rgba(240, 198, 109, 0.12);
}

.voice-send {
  min-height: 2.8rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--brass-bright);
  border-radius: 4px;
  color: #100c07;
  background: linear-gradient(180deg, #f0c66d, #a86d24);
  cursor: pointer;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.voice-console-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.58rem 0.9rem;
}

.voice-console-footer p {
  max-width: 25ch;
  margin: 0;
  color: rgba(185, 170, 145, 0.78);
  font-size: 0.52rem;
  line-height: 1.35;
}

.voice-sound[aria-pressed="false"] {
  color: rgba(185, 170, 145, 0.7);
}

@media (hover: hover) and (pointer: fine) {
  .voice-launch:hover {
    transform: translateY(-3px);
    border-color: var(--brass-bright);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.58), 0 0 18px rgba(240, 198, 109, 0.1);
  }

  .voice-close:hover,
  .voice-sound:hover,
  .voice-prompts button:hover {
    color: var(--cream);
    border-color: var(--brass-bright);
  }

  .voice-message-action:hover,
  .voice-send:hover {
    background: var(--cream);
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .voice-assistant {
    bottom: 4.55rem;
    width: min(22rem, calc(100vw - 1rem));
  }

  .voice-console {
    grid-template-rows: auto auto minmax(4rem, 1fr) auto auto;
    max-height: calc(100vh - 4.75rem);
    max-height: calc(100dvh - 4.75rem);
  }

  .voice-console-header {
    padding: 0.58rem 0.72rem;
  }

  .voice-console h2 {
    font-size: 1.22rem;
  }

  .voice-status {
    padding: 0.42rem 0.72rem;
  }

  .voice-dialogue {
    min-height: 0;
    max-height: none;
    padding: 0.55rem 0.72rem;
  }

  .voice-prompts {
    padding: 0 0.72rem 0.48rem;
  }

  .voice-form {
    padding: 0.48rem 0.72rem;
  }

  .voice-console-footer {
    display: none;
  }
}

@media (min-width: 980px) {
  .voice-assistant {
    right: 1.2rem;
    bottom: 1.2rem;
  }

  .voice-console {
    max-height: calc(100vh - 2.4rem);
    max-height: calc(100dvh - 2.4rem);
  }
}

/* Compact gallery reel: one client photo at a time, easy to update or remove. */
.work-grid {
  display: block;
  width: min(100%, 42rem);
  margin: 0 auto;
  touch-action: pan-y;
}

.work-card {
  display: none;
}

.work-card:first-child,
.work-card.is-active {
  display: block;
}

.work-grid.is-ready .work-card {
  display: none;
}

.work-grid.is-ready .work-card.is-active {
  display: block;
  animation: gallery-reel-in 360ms ease both;
}

.gallery-controls {
  display: grid;
  grid-template-columns: 3rem minmax(5rem, auto) minmax(4.4rem, auto) 3rem;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  margin: 0.75rem auto 0;
}

.gallery-controls button {
  min-height: 2.7rem;
  border: 1px solid rgba(240, 198, 109, 0.5);
  border-radius: 4px;
  color: var(--brass-bright);
  background: rgba(6, 9, 8, 0.94);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-controls button:hover,
.gallery-controls button:focus-visible {
  border-color: var(--brass-bright);
  color: var(--ink);
  background: var(--brass-bright);
}

.gallery-status {
  color: var(--paper-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.gallery-status strong {
  color: var(--brass-bright);
  font-size: 0.8rem;
}

.gallery-toggle {
  padding: 0 0.7rem;
}

@keyframes gallery-reel-in {
  from { opacity: 0; transform: translateX(0.8rem); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes voice-pulse {
  0%, 100% { opacity: 0.68; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot,
  .pole-stripes,
  .work-grid.is-ready .work-card.is-active,
  .voice-live-dot,
  .voice-status-light {
    animation: none !important;
  }

  .button,
  .game-tile,
  .module-card,
  .image-slot,
  .desktop-nav a,
    .mobile-nav-item,
    .button-arrow,
    .tile-arrow,
    .voice-launch {
    transition-duration: 0.01ms !important;
  }
}
