:root {
  --ink: #000000;
  --paper: #f2f2f0;
  --muted: #a3a3a3;
  --gold: #d8c48a;
  --line: rgba(216, 196, 138, 0.28);
  --page-w: 210mm;
  --page-h: 297mm;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body {
  background: #000000;
  color: var(--paper);
  font-family: "Outfit", sans-serif;
}

a {
  -webkit-tap-highlight-color: rgba(216, 196, 138, 0.28);
  touch-action: manipulation;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 22px 12px 36px;
}

.toolbar {
  width: min(210mm, 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d8d8d8;
  font-size: 13px;
}

.page {
  position: relative;
  width: var(--page-w);
  height: var(--page-h);
  background: var(--ink);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.85);
}

.glow {
  position: absolute;
  inset: 4mm 0 52%;
  background: radial-gradient(ellipse at 50% 28%, rgba(216, 196, 138, 0.16), transparent 62%);
  pointer-events: none;
}

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: radial-gradient(rgba(243, 234, 216, 0.16) 0.55px, transparent 0.65px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.frame {
  position: absolute;
  inset: 8.2mm;
  border: 1.5px solid var(--gold);
  pointer-events: none;
  z-index: 1;
}

.frame::before {
  content: "";
  position: absolute;
  inset: 1.8mm;
  border: 1px solid rgba(216, 196, 138, 0.22);
}

.symbols,
.haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.symbols {
  z-index: 0;
  background: url("assets/symbols.png") center / 100% 100% no-repeat;
  opacity: 0.78;
  mix-blend-mode: screen;
}

.haze {
  z-index: 1;
  background:
    radial-gradient(ellipse at 10% 92%, rgba(36, 160, 70, 0.10), transparent 38%),
    radial-gradient(ellipse at 90% 94%, rgba(200, 36, 36, 0.09), transparent 36%),
    radial-gradient(ellipse at 50% 96%, rgba(230, 200, 60, 0.07), transparent 40%);
}

.inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 9.5mm 16mm 9mm;
  display: flex;
  flex-direction: column;
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8mm;
}

.kicker,
.year {
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
}

.kicker {
  width: 100%;
  color: var(--gold);
  letter-spacing: 0.22em;
  padding-left: 0.22em;
  font-weight: 600;
  text-align: center;
}

.year { letter-spacing: 0.22em; }

.hero {
  position: relative;
  height: 86mm;
  min-height: 86mm;
  flex-shrink: 0;
  margin-top: 2.5mm;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000000;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: #000000;
  z-index: 4;
  pointer-events: none;
}

.hero::before { top: -1px; }
.hero::after { bottom: -1px; }

.hero-names {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-names span {
  position: absolute;
  left: 50%;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28mm;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.name-fill {
  top: 33.33%;
  color: var(--paper);
  opacity: 0.16;
}

.name-stroke {
  top: 66.67%;
  color: transparent;
  -webkit-text-stroke: 1.3px rgba(216, 196, 138, 0.78);
}

.hero-photo-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 86mm;
  width: 100%;
}

.hero-photo {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
  height: 86mm;
  width: auto;
  max-width: 72mm;
  object-fit: cover;
  object-position: 50% 16%;
  filter: contrast(1.06) saturate(1.08);
  transform: scale(1.08);
  transform-origin: center 42%;
  background: #000000;
}

.hero-photo.is-live {
  max-width: 122mm;
  height: 86mm;
  object-position: 46% 30%;
  filter: none;
  background: #000000;
  box-shadow: 0 0 0 5px #000000;
}

.genres {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4mm;
  flex-shrink: 0;
  width: 100%;
  margin-top: 2.2mm;
  font-size: 8.4px;
  letter-spacing: 0.28em;
  padding-left: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.genres .genre-green { color: #2db85a; }
.genres .genre-gold { color: #f0c430; }
.genres .genre-red { color: #e23b3b; }
.genres .genre-dot {
  color: var(--muted);
  letter-spacing: 0;
}

.reggae-bar {
  height: 1.4mm;
  flex-shrink: 0;
  width: 100%;
  margin: 1.8mm 0 0;
  background: linear-gradient(to right, #2db85a 0 33.34%, #f0c430 33.34% 66.66%, #e23b3b 66.66% 100%);
}

.photos-reel {
  display: none;
}

.split {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 8mm;
  padding-top: 5mm;
  margin-top: 3.5mm;
  border-top: 1px solid var(--line);
}

h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 9.6px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 2.2mm;
  color: var(--gold);
}

.split p,
.highlights li {
  font-size: 9.1px;
  line-height: 1.42;
  color: #e6e6e6;
}

.split p + p { margin-top: 2mm; }

.past-dates {
  margin-top: 3.2mm;
  padding-top: 2.4mm;
  border-top: 1px solid var(--line);
}

.past-dates h2 { margin-bottom: 1.6mm; }

.past-dates ul { list-style: none; }

.past-dates li {
  display: flex;
  align-items: baseline;
  gap: 2.6mm;
}

.past-dates li + li { margin-top: 0.7mm; }

.past-dates time {
  flex: 0 0 17.5mm;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--gold);
}

.past-dates span {
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e6e6e6;
}

.past-dates li.is-nologo time {
  font-size: 18.5px;
  text-decoration: underline;
  text-underline-offset: 1.4px;
  flex-basis: 21mm;
}

.past-dates li.is-nologo span {
  font-size: 8.8px;
  font-weight: 700;
  color: var(--paper);
}

.past-dates li.is-important time {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 1.6px;
  flex-basis: 23mm;
  color: var(--gold);
}

.past-dates li.is-important span {
  font-size: 9.2px;
  font-weight: 700;
  color: var(--gold);
}

.highlights li.is-important,
.highlights li.is-important b {
  color: var(--gold);
}

.highlights { text-align: right; }

.highlights ul { list-style: none; }
.highlights li + li { margin-top: 1.2mm; }
.highlights b { color: var(--paper); font-weight: 600; }

.highlights .tour-title {
  margin-top: 2.8mm;
  margin-bottom: 1.6mm;
}

.highlights .tour-list li + li { margin-top: 1mm; }

.highlights li.is-nologo b {
  color: var(--gold);
}

.buzz {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.6mm;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.buzz-item {
  text-align: center;
  padding: 2.8mm 2mm;
}

.buzz-item + .buzz-item { border-left: 1px solid var(--line); }

.buzz-item strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1mm;
}

.buzz-item span {
  font-size: 7.1px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.media {
  margin-top: 3.4mm;
}

.media h2 {
  text-align: center;
  margin-bottom: 2mm;
}

.logos {
  display: grid;
  gap: 1.6mm;
}

.logos.press { grid-template-columns: repeat(4, 1fr); }
.logos.radio { grid-template-columns: repeat(6, 1fr); }

.media h2.radio-title {
  margin-top: 3.2mm;
}

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12mm;
  min-width: 0;
  overflow: hidden;
  padding: 1.2mm 1.6mm;
  background: var(--paper);
  border: 1px solid rgba(216, 196, 138, 0.28);
}

.logo-cell img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 8.8mm;
  object-fit: contain;
}

.soon {
  margin-top: 1.6mm;
  text-align: center;
  font-size: 7.2px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.lower {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 5mm;
  margin-top: 3.6mm;
  flex: 1;
  align-items: start;
}

.clips-col {
  display: flex;
  flex-direction: column;
  gap: 2mm;
  min-width: 0;
}

.featured-clip {
  aspect-ratio: 16 / 9;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(216, 196, 138, 0.35);
}

.featured-clip .play {
  width: 10mm;
  height: 10mm;
}

.featured-clip .play::after {
  left: 3.7mm;
  top: 2.7mm;
  border-width: 2.2mm 0 2.2mm 3.4mm;
}

.featured-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2mm 2.2mm 1.6mm;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
  font-size: 6.6px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2mm;
  min-width: 0;
  height: auto;
}

.contact-panel h2 {
  margin-top: 0;
}

.contact-note {
  margin: 0 0 1.2mm;
  font-size: 7.4px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6mm;
}

.contact-list li {
  display: grid;
  grid-template-columns: 7mm 1fr;
  gap: 1.8mm;
  align-items: start;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7mm;
  height: 7mm;
  border-radius: 50%;
  border: 1px solid rgba(216, 196, 138, 0.45);
  color: var(--gold);
}

.contact-icon svg {
  width: 3.6mm;
  height: 3.6mm;
}

.contact-list small {
  display: block;
  color: var(--muted);
  font-size: 6.6px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.3mm;
}

.contact-list a {
  color: var(--paper);
  text-decoration: none;
  font-size: 7px;
  line-height: 1.35;
  word-break: break-word;
}

.social-strip {
  display: flex;
  flex-direction: column;
  gap: 2mm;
  margin-top: 3mm;
  padding-top: 2.4mm;
  border-top: 1px solid var(--line);
}

.social-group {
  display: flex;
  align-items: center;
  gap: 2mm;
  flex-wrap: wrap;
}

.social-label {
  font-size: 7.2px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  min-width: 12mm;
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 1.6mm;
  flex-wrap: wrap;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.2mm;
  height: 7.2mm;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.icon-btn svg {
  width: 3.8mm;
  height: 3.8mm;
}

.icon-btn.is-fill {
  background: var(--gold);
  color: #000000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.icon-btn:active {
  transform: scale(0.94);
  opacity: 0.88;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2mm;
}

.cell {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #000000;
}

.cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.05);
  transform-origin: center center;
}

.play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8.2mm;
  height: 8.2mm;
  border-radius: 50%;
  background: rgba(243, 234, 216, 0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.play::after {
  content: "";
  position: absolute;
  left: 3.1mm;
  top: 2.2mm;
  border-style: solid;
  border-width: 1.9mm 0 1.9mm 3mm;
  border-color: transparent transparent transparent var(--ink);
}

.foot {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6mm;
  margin-top: auto;
  padding-top: 2.4mm;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 3;
}

.legal-notice {
  width: 100%;
  text-align: center;
  font-size: 6.2px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin: 0;
  padding: 0 1.5mm;
}

.legal-notice a {
  color: var(--gold);
  text-decoration: none;
}

.photo-credit {
  width: 100%;
  text-align: right;
  font-size: 6.8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0;
}

.maker {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 1mm 0 2mm;
  font-size: 7.4px;
  line-height: 1.45;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.maker a {
  color: var(--gold);
  text-decoration: none;
}

body.is-site:not(.is-record) .foot-top {
  display: none;
}

body.is-site:not(.is-record) .site-top {
  display: none;
}

body.is-site:not(.is-record) .site-mute {
  display: none;
}

body.is-site:not(.is-record) .site-dock-top {
  display: none;
}

.page.is-animated .top { animation: fadeDown 0.7s ease both; }
.page.is-animated .hero-names { animation: fadeIn 1.1s 0.25s ease both; }
.page.is-animated .hero-photo { animation: photoIn 1.15s 0.45s ease both; }
.page.is-animated .genre-green { animation: genreIn 0.45s 1.35s ease both; }
.page.is-animated .genre-dot:nth-of-type(2) { animation: genreIn 0.35s 1.5s ease both; }
.page.is-animated .genre-gold { animation: genreIn 0.45s 1.65s ease both; }
.page.is-animated .genre-dot:nth-of-type(4) { animation: genreIn 0.35s 1.8s ease both; }
.page.is-animated .genre-red { animation: genreIn 0.45s 1.95s ease both; }
.page.is-animated .split { animation: fadeUp 0.7s 2.2s ease both; }
.page.is-animated .buzz { animation: fadeUp 0.65s 2.55s ease both; }
.page.is-animated .media { animation: fadeUp 0.7s 2.9s ease both; }
.page.is-animated .lower { animation: fadeUp 0.7s 3.25s ease both; }
.page.is-animated .foot { animation: fadeUp 0.65s 3.6s ease both; }
.page.is-animated .glow { animation: glowPulse 4.5s 0.8s ease-in-out infinite; }
.page.is-animated .symbols { animation: fadeIn 1.6s ease both; }
.page.is-animated .haze { animation: fadeIn 2s 0.4s ease both; }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: none; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes photoIn {
  from { transform: scale(1.16); }
  to { transform: scale(1.08); }
}

@keyframes genreIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

body.is-record {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
  margin: 0 !important;
  width: 1080px !important;
  height: 1528px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #000000 !important;
}

body.is-record .toolbar { display: none !important; }

body.is-record .page {
  transform: scale(1.36046);
  transform-origin: top left;
  box-shadow: none;
  margin: 0;
  width: 210mm !important;
  height: 297mm !important;
  min-height: 297mm !important;
  aspect-ratio: auto !important;
}

body.is-record .hero {
  overflow: hidden !important;
  background: #000000 !important;
}

body.is-record .hero::before,
body.is-record .hero::after {
  height: 7px;
  z-index: 8;
}

body.is-record .hero-photo {
  filter: none !important;
  background: #000000 !important;
  box-shadow: 0 0 0 8px #000000 !important;
}

body.is-site {
  padding: 0 0 48px;
  gap: 0;
}

body.is-site:not(.is-record) {
  scroll-behavior: smooth;
}

body.is-site:not(.is-record) #bio,
body.is-site:not(.is-record) #clips {
  scroll-margin-top: 120px;
}

body.is-site:not(.is-record) .site-dock {
  display: none;
}

body.is-record .site-dock {
  display: none !important;
}

body.is-site:not(.is-record) .page {
  width: min(210mm, calc(100vw - 32px));
  height: auto;
  min-height: 297mm;
  overflow: visible;
  transform: none;
  margin: 20px auto 48px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.85);
}

body.is-site:not(.is-record) .inner {
  height: auto;
  min-height: 0;
  padding-bottom: 14mm;
}

body.is-site:not(.is-record) .hero {
  height: auto;
  min-height: 0;
  width: 100%;
  aspect-ratio: 2000 / 1317;
  margin-top: 2.5mm;
}

body.is-site:not(.is-record) .symbols {
  display: none;
}

body.is-site:not(.is-record) .hero-photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  animation: heroZoom 16s ease-in-out infinite alternate;
  will-change: transform;
}

body.is-site:not(.is-record) .hero-photo,
body.is-site:not(.is-record) .hero-photo.is-live {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 46% 30%;
  transform: none;
  box-shadow: none;
  filter: none;
}

body.is-site:not(.is-record) .glow {
  animation: glowDrift 12s ease-in-out infinite alternate;
}

body.is-site:not(.is-record) .hero-names {
  animation: fadeIn 1.1s ease both;
}

body.is-site:not(.is-record) .name-stroke {
  animation: nameDrift 18s ease-in-out infinite alternate;
}

body.is-site:not(.is-record) .kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--gold);
}

body.is-site:not(.is-record) .photos-reel {
  display: block;
  margin: 14px 0 6px;
}

body.is-site:not(.is-record) .photos-reel h2 {
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.24em;
  padding-left: 0.24em;
}

body.is-site:not(.is-record) .photos-reel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body.is-site:not(.is-record) .photos-reel-item {
  margin: 0;
  overflow: hidden;
  background: #000000;
  border: 1px solid rgba(216, 196, 138, 0.28);
}

body.is-site:not(.is-record) .photos-reel-item.is-portrait,
body.is-site:not(.is-record) .photos-reel-item.is-color {
  aspect-ratio: 3 / 4;
}

body.is-site:not(.is-record) .photos-reel-item.is-scene {
  grid-column: 1 / -1;
  aspect-ratio: 2.15 / 1;
}

body.is-site:not(.is-record) .photos-reel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(1.04);
}

body.is-site:not(.is-record) .photos-reel-item.is-portrait img {
  object-position: 42% 28%;
}

body.is-site:not(.is-record) .photos-reel-item.is-color img {
  object-position: 50% 30%;
}

body.is-site:not(.is-record) .photos-reel-item.is-scene img {
  object-position: 50% 48%;
}

body.is-site:not(.is-record) .cell img {
  filter: contrast(1.06) saturate(1.05);
}

body.is-site:not(.is-record) .genres {
  animation: fadeUp 0.8s 0.12s ease both;
}

body.is-record .hero-photo-wrap {
  animation: none;
}

body.is-site:not(.is-record) .toolbar .audio-toggle.is-on {
  animation: audioGlow 2.8s ease-in-out infinite;
}

body.is-site.is-motion .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-site.is-motion .reveal.is-in {
  opacity: 1;
  transform: none;
}

body.is-site.is-motion .buzz .buzz-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-site.is-motion .buzz.is-in .buzz-item {
  opacity: 1;
  transform: none;
}

body.is-site.is-motion .buzz.is-in .buzz-item:nth-child(2) { transition-delay: 0.1s; }
body.is-site.is-motion .buzz.is-in .buzz-item:nth-child(3) { transition-delay: 0.2s; }

@keyframes heroZoom {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(0, -2.4%, 0); }
}

@keyframes glowDrift {
  from { opacity: 0.62; }
  to { opacity: 1; }
}

@keyframes nameDrift {
  from { opacity: 0.72; }
  to { opacity: 1; }
}

@keyframes audioGlow {
  0%, 100% { box-shadow: 0 0 0 1px rgba(216, 196, 138, 0.4), 0 0 12px rgba(216, 196, 138, 0.16); }
  50% { box-shadow: 0 0 0 1px rgba(216, 196, 138, 0.7), 0 0 22px rgba(216, 196, 138, 0.32); }
}

@media (min-width: 1101px) {
  body.is-site:not(.is-record) .page {
    width: 210mm;
    zoom: 1.25;
    margin: 24px auto 56px;
    min-height: 0;
  }

  body.is-site:not(.is-record) .hero {
    aspect-ratio: 2 / 1;
    margin-top: 1.5mm;
  }

  body.is-site:not(.is-record) .hero-photo,
  body.is-site:not(.is-record) .hero-photo.is-live {
    object-position: 46% 12%;
  }

  body.is-site:not(.is-record) .name-fill {
    top: 28%;
  }

  body.is-site:not(.is-record) .name-stroke {
    top: 52%;
  }

  body.is-site:not(.is-record) .genres {
    margin-top: 0;
  }

  body.is-site:not(.is-record) .reggae-bar {
    margin-top: 1.2mm;
  }

  body.is-site:not(.is-record) .photos-reel {
    margin: 10px auto 4px;
    max-width: 74%;
  }

  body.is-site:not(.is-record) .photos-reel-grid {
    gap: 6px;
  }

  body.is-site:not(.is-record) .toolbar {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }

  body.is-site:not(.is-record) .toolbar-top {
    display: flex;
    justify-content: center;
  }

  body.is-site:not(.is-record) .toolbar-brand img {
    width: 52px;
    height: 52px;
  }

  body.is-site:not(.is-record) .toolbar-name {
    font-size: 26px;
    letter-spacing: 0.14em;
  }

  body.is-site:not(.is-record) .toolbar-tag {
    font-size: 11px;
  }

  body.is-site:not(.is-record) .toolbar-menu {
    max-width: 720px;
    margin: 0 auto;
    gap: 10px;
  }

  body.is-site:not(.is-record) .toolbar-chip {
    min-height: 48px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  body.is-site:not(.is-record) .site-top {
    display: inline-flex;
    position: fixed;
    right: max(24px, env(safe-area-inset-right, 0px));
    bottom: max(28px, env(safe-area-inset-bottom, 0px));
    z-index: 45;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(216, 196, 138, 0.55);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.88);
    color: var(--gold);
    cursor: pointer;
    padding: 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, background-color 0.2s ease;
  }

  body.is-site:not(.is-record) .site-top svg {
    width: 20px;
    height: 20px;
  }

  body.is-site:not(.is-record) .site-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.is-site:not(.is-record) .site-top:hover {
    border-color: rgba(216, 196, 138, 0.85);
    background: rgba(216, 196, 138, 0.1);
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute {
    display: inline-flex;
    position: fixed;
    right: max(84px, calc(24px + 60px + env(safe-area-inset-right, 0px)));
    bottom: max(28px, env(safe-area-inset-bottom, 0px));
    z-index: 46;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(216, 196, 138, 0.7);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.92);
    color: var(--gold);
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute:hover {
    border-color: rgba(216, 196, 138, 0.95);
    background: rgba(216, 196, 138, 0.12);
  }

  body.is-site:not(.is-record) .foot-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: center;
    margin: 0 auto 6px;
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid rgba(216, 196, 138, 0.45);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: var(--gold);
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, background-color 0.2s ease;
  }

  body.is-site:not(.is-record) .foot-top svg {
    width: 14px;
    height: 14px;
  }

  body.is-site:not(.is-record) .foot-top:hover {
    border-color: rgba(216, 196, 138, 0.75);
    background: rgba(216, 196, 138, 0.08);
  }
}

@media screen and (max-width: 1100px) {
  html,
  body.is-site:not(.is-record) {
    overflow-x: hidden;
  }

  body.is-site:not(.is-record) {
    padding: 0 0 calc(118px + env(safe-area-inset-bottom, 0px));
  }

  body.is-site:not(.is-record) .site-dock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 10px 16px calc(8px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.98) 65%, rgba(0, 0, 0, 0));
    pointer-events: none;
  }

  body.is-site:not(.is-record) .site-dock-bar,
  body.is-site:not(.is-record) .site-dock-pill {
    pointer-events: auto;
  }

  body.is-site:not(.is-record) .site-dock-bar {
    width: min(100%, 460px);
    display: flex;
    align-items: center;
    gap: 4px;
  }

  body.is-site:not(.is-record) .site-dock-top {
    display: inline-flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 2px;
    border: 1px solid rgba(216, 196, 138, 0.55);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.72);
    color: var(--gold);
    cursor: pointer;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, background-color 0.2s ease;
  }

  body.is-site:not(.is-record) .site-dock-top svg {
    width: 18px;
    height: 18px;
  }

  body.is-site:not(.is-record) .site-dock-top:active {
    transform: scale(0.94);
    background: rgba(216, 196, 138, 0.12);
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute {
    display: inline-flex;
    position: fixed;
    left: 16px;
    right: 16px;
    width: min(100% - 32px, 460px);
    margin: 0 auto;
    bottom: calc(108px + env(safe-area-inset-bottom, 0px));
    z-index: 46;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(216, 196, 138, 0.75);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.94);
    color: var(--gold);
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  body.is-site.is-audio-on:not(.is-record) .site-mute:active {
    transform: scale(0.98);
  }

  body.is-site:not(.is-record) .foot-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: center;
    margin: 0 auto 4px;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid rgba(216, 196, 138, 0.45);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: var(--gold);
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, background-color 0.2s ease;
  }

  body.is-site:not(.is-record) .foot-top svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  body.is-site:not(.is-record) .foot-top:active {
    transform: scale(0.97);
    background: rgba(216, 196, 138, 0.1);
  }

  body.is-site:not(.is-record) .site-dock-link {
    flex: 1;
    text-align: center;
    color: var(--paper);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 10px 8px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }

  body.is-site:not(.is-record) .site-dock-link:active {
    transform: scale(0.96);
    opacity: 0.75;
  }

  body.is-site:not(.is-record) .site-dock-book {
    flex: none;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--gold);
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(216, 196, 138, 0.28);
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  }

  body.is-site:not(.is-record) .site-dock-book:active {
    transform: scale(0.96);
  }

  body.is-site:not(.is-record) .site-dock-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f2f2f0;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  body.is-site:not(.is-record) .site-dock-pill:active {
    transform: scale(0.97);
    background: #242424;
  }

  body.is-site:not(.is-record) .toolbar {
    padding: max(12px, env(safe-area-inset-top, 0px)) 14px 0;
    gap: 10px;
  }

  body.is-site:not(.is-record) .toolbar-brand img {
    width: 40px;
    height: 40px;
  }

  body.is-site:not(.is-record) .toolbar-name {
    font-size: 17px;
    letter-spacing: 0.1em;
  }

  body.is-site:not(.is-record) .toolbar-tag {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  body.is-site:not(.is-record) .toolbar-menu {
    gap: 6px;
    padding-bottom: 10px;
  }

  body.is-site:not(.is-record) .toolbar-chip {
    min-height: 42px;
    font-size: 9px;
    letter-spacing: 0.07em;
    padding: 8px 4px;
  }

  body.is-site:not(.is-record) .page {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0 auto 24px;
    overflow: visible;
    box-shadow: none;
    zoom: 1;
  }

  body.is-site:not(.is-record) .inner {
    height: auto;
    padding: 18px 18px 36px;
    overflow-x: hidden;
  }

  body.is-site:not(.is-record) .symbols {
    display: none;
  }

  body.is-site:not(.is-record) .top {
    position: relative;
    z-index: 4;
    min-height: 0;
    padding: 4px 8px 10px;
  }

  body.is-site:not(.is-record) .kicker {
    font-size: 15px;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.25;
  }

  body.is-site:not(.is-record) .frame {
    inset: 8px;
  }

  body.is-site:not(.is-record) .hero-names span {
    font-size: clamp(52px, 16vw, 88px);
  }

  body.is-site:not(.is-record) .reggae-bar {
    margin: 8px 0 0;
  }

  body.is-site:not(.is-record) .photos-reel {
    margin: 12px 0 10px;
  }

  body.is-site:not(.is-record) .split,
  body.is-site:not(.is-record) .lower {
    grid-template-columns: 1fr;
    gap: 22px;
    flex: none;
  }

  body.is-site:not(.is-record) .clips-col {
    gap: 12px;
  }

  body.is-site:not(.is-record) .highlights,
  body.is-site:not(.is-record) .contact-panel {
    text-align: left;
  }

  body.is-site:not(.is-record) .contact-note {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  body.is-site:not(.is-record) .contact-panel {
    height: auto;
    justify-content: flex-start;
  }

  body.is-site:not(.is-record) .featured-clip {
    flex: none;
    min-height: 180px;
  }

  body.is-site:not(.is-record) .featured-clip .play {
    width: 52px;
    height: 52px;
  }

  body.is-site:not(.is-record) .featured-clip .play::after {
    left: 19px;
    top: 14px;
    border-width: 11px 0 11px 18px;
  }

  body.is-site:not(.is-record) .featured-tag {
    font-size: 11px;
    padding: 10px 12px 8px;
  }

  body.is-site:not(.is-record) .contact-list {
    gap: 10px;
  }

  body.is-site:not(.is-record) .contact-list li {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  body.is-site:not(.is-record) .contact-icon {
    width: 40px;
    height: 40px;
  }

  body.is-site:not(.is-record) .contact-icon svg {
    width: 18px;
    height: 18px;
  }

  body.is-site:not(.is-record) .contact-list small {
    font-size: 11px;
  }

  body.is-site:not(.is-record) .contact-list a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    font-size: 14px;
    line-height: 1.4;
  }

  body.is-site:not(.is-record) .social-strip {
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  body.is-site:not(.is-record) .foot {
    gap: 14px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: none;
  }

  body.is-site:not(.is-record) .foot::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--line);
    margin: 0 0 18px;
    flex-shrink: 0;
    transform: translateZ(0);
  }

  body.is-site:not(.is-record) .social-label {
    font-size: 12px;
    min-width: 56px;
  }

  body.is-site:not(.is-record) .icon-btn {
    width: 44px;
    height: 44px;
  }

  body.is-site:not(.is-record) .icon-btn svg {
    width: 22px;
    height: 22px;
  }

  body.is-site:not(.is-record) h2 {
    font-size: 13px;
  }

  body.is-site:not(.is-record) .split p,
  body.is-site:not(.is-record) .highlights li {
    font-size: 15px;
    line-height: 1.5;
  }

  body.is-site:not(.is-record) .genres {
    font-size: 11px;
    letter-spacing: 0.28em;
    padding-left: 0.28em;
    margin-top: 10px;
  }

  body.is-site:not(.is-record) .past-dates time {
    flex-basis: 72px;
    font-size: 18px;
  }

  body.is-site:not(.is-record) .past-dates span {
    font-size: 13px;
  }

  body.is-site:not(.is-record) .past-dates li.is-nologo,
  body.is-site:not(.is-record) .past-dates li.is-important {
    margin: 10px 0;
    padding: 12px 14px;
    border: 1px solid rgba(216, 196, 138, 0.5);
    border-radius: 12px;
    background: rgba(216, 196, 138, 0.1);
  }

  body.is-site:not(.is-record) .past-dates li.is-nologo time,
  body.is-site:not(.is-record) .past-dates li.is-important time {
    flex-basis: 88px;
    font-size: 22px;
    text-decoration: none;
  }

  body.is-site:not(.is-record) .past-dates li.is-nologo span,
  body.is-site:not(.is-record) .past-dates li.is-important span {
    font-size: 15px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.06em;
  }

  body.is-site:not(.is-record) .highlights {
    text-align: left;
  }

  body.is-site:not(.is-record) .highlights li.is-important,
  body.is-site:not(.is-record) .highlights li.is-nologo {
    margin: 12px 0;
    padding: 14px 16px;
    border: 1px solid rgba(216, 196, 138, 0.55);
    border-radius: 12px;
    background: rgba(216, 196, 138, 0.12);
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
  }

  body.is-site:not(.is-record) .highlights li.is-important b,
  body.is-site:not(.is-record) .highlights li.is-nologo b {
    display: inline-block;
    margin-right: 4px;
    color: var(--gold);
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  body.is-site:not(.is-record) .buzz-item strong {
    font-size: 26px;
  }

  body.is-site:not(.is-record) .buzz-item span,
  body.is-site:not(.is-record) .soon,
  body.is-site:not(.is-record) .photo-credit,
  body.is-site:not(.is-record) .year {
    font-size: 11px;
  }

  body.is-site:not(.is-record) .logos {
    gap: 8px;
  }

  body.is-site:not(.is-record) .logos.press,
  body.is-site:not(.is-record) .logos.radio {
    grid-template-columns: repeat(2, 1fr);
  }

  body.is-site:not(.is-record) .logo-cell {
    height: 56px;
    padding: 8px 10px;
  }

  body.is-site:not(.is-record) .logo-cell img {
    max-height: 36px;
    max-width: 100%;
  }

  body.is-site:not(.is-record) .grid {
    gap: 10px;
  }

  body.is-site:not(.is-record) .cell {
    min-height: 88px;
  }

  body.is-site:not(.is-record) .play {
    width: 44px;
    height: 44px;
  }

  body.is-site:not(.is-record) .play::after {
    left: 16px;
    top: 12px;
    border-width: 10px 0 10px 16px;
  }

  body.is-site:not(.is-record) .legal-notice {
    font-size: 10px;
    line-height: 1.5;
    padding: 0 4px;
  }

  body.is-site:not(.is-record) .photo-credit {
    text-align: center;
    letter-spacing: 0.08em;
  }

  body.is-site:not(.is-record) .maker {
    font-size: 13px;
    line-height: 1.45;
    padding: 10px 4px 14px;
  }
}

body.is-site .toolbar {
  width: 100%;
  max-width: none;
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(to bottom, rgba(216, 196, 138, 0.08) 0%, rgba(0, 0, 0, 0) 42%),
    rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(216, 196, 138, 0.35);
  padding: max(14px, env(safe-area-inset-top, 0px)) max(18px, env(safe-area-inset-right, 0px)) 0 max(18px, env(safe-area-inset-left, 0px));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.16s ease;
  will-change: transform, opacity;
}

body.is-site.is-toolbar-hidden .toolbar {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

body.is-site .toolbar-top {
  width: 100%;
}

body.is-site .toolbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--paper);
  text-decoration: none;
  min-height: 48px;
}

body.is-site .toolbar-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--gold), 0 0 20px rgba(216, 196, 138, 0.35);
}

body.is-site .toolbar-identity {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body.is-site .toolbar-name {
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper);
  line-height: 1.1;
}

body.is-site .toolbar-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

body.is-site .toolbar-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  padding-bottom: 12px;
}

body.is-site .toolbar-chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid rgba(216, 196, 138, 0.45);
  background: rgba(216, 196, 138, 0.06);
  color: var(--paper);
  font-family: inherit;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}

body.is-site .toolbar-chip.is-accent {
  background: var(--gold);
  color: #000000;
  border-color: var(--gold);
  box-shadow: 0 4px 18px rgba(216, 196, 138, 0.35);
}

body.is-site .toolbar .audio-toggle.is-on {
  background: rgba(216, 196, 138, 0.18);
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(216, 196, 138, 0.4), 0 0 16px rgba(216, 196, 138, 0.2);
}

body.is-site:not(.is-record) .toolbar-chip {
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

body.is-site:not(.is-record) .icon-btn {
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease,
    opacity 0.22s ease,
    background-color 0.22s ease;
}

body.is-site:not(.is-record) .cell {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.is-site:not(.is-record) .cell img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

body.is-site:not(.is-record) .play {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

@media (hover: hover) {
  body.is-site:not(.is-record) .toolbar-chip:hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    box-shadow: 0 8px 22px rgba(216, 196, 138, 0.22);
  }

  body.is-site:not(.is-record) .toolbar-chip.is-accent:hover {
    box-shadow: 0 8px 24px rgba(216, 196, 138, 0.45);
  }

  body.is-site:not(.is-record) .icon-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px rgba(216, 196, 138, 0.5), 0 4px 16px rgba(216, 196, 138, 0.28);
  }

  body.is-site:not(.is-record) .cell:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
  }

  body.is-site:not(.is-record) .cell:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
  }

  body.is-site:not(.is-record) .cell:hover .play {
    transform: scale(1.14);
    background: var(--gold);
    box-shadow: 0 6px 22px rgba(216, 196, 138, 0.4);
  }
}

body.is-site:not(.is-record) .toolbar-chip:active,
body.is-site:not(.is-record) .icon-btn:active {
  transform: scale(0.96);
  opacity: 0.92;
}

body.is-site:not(.is-record) .cell:active {
  transform: scale(0.98);
}

body.is-site:not(.is-record) .cell:active .play {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  body.is-site:not(.is-record) .toolbar-chip,
  body.is-site:not(.is-record) .icon-btn,
  body.is-site:not(.is-record) .cell,
  body.is-site:not(.is-record) .cell img,
  body.is-site:not(.is-record) .play {
    transition: none !important;
  }

  body.is-site:not(.is-record) .toolbar-chip:hover,
  body.is-site:not(.is-record) .icon-btn:hover,
  body.is-site:not(.is-record) .cell:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  body.is-site .toolbar {
    transition: none !important;
  }

  body.is-site:not(.is-record) .site-top,
  body.is-site:not(.is-record) .site-dock-top,
  body.is-site:not(.is-record) .site-mute,
  body.is-site:not(.is-record) .foot-top {
    transition: none !important;
  }

  body.is-site:not(.is-record) .hero-photo-wrap,
  body.is-site:not(.is-record) .hero-photo.is-live,
  body.is-site:not(.is-record) .glow,
  body.is-site:not(.is-record) .name-stroke,
  body.is-site:not(.is-record) .toolbar .audio-toggle.is-on,
  body.is-site:not(.is-record) .hero-names,
  body.is-site:not(.is-record) .genres {
    animation: none !important;
  }

  body.is-site.is-motion .reveal,
  body.is-site.is-motion .buzz .buzz-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

#bgAudioTrack {
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

body.is-record #bgAudioTrack,
body.is-record .audio-toggle,
body.is-record .site-mute {
  display: none !important;
}

img {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

@media print {
  html,
  body,
  body.is-site,
  body.is-record {
    background: #000000 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    display: block !important;
    width: 210mm !important;
  }
  .toolbar { display: none !important; }
  .photos-reel { display: none !important; }
  #bgAudioTrack,
  .audio-toggle,
  .site-mute { display: none !important; }
  .page {
    box-shadow: none;
    margin: 0 !important;
    width: 210mm;
    height: 297mm;
    overflow: hidden;
    transform: none !important;
  }
  .page.is-animated * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .page.is-animated .hero-photo {
    transform: scale(1.08) !important;
    filter: none !important;
  }
  body.is-site:not(.is-record) .hero-photo-wrap,
  body.is-site:not(.is-record) .hero-photo.is-live,
  body.is-site:not(.is-record) .glow {
    animation: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .page.is-animated .cell img {
    transform: scale(1.06) !important;
  }
  .hero,
  .cell {
    overflow: hidden !important;
    background: #000000 !important;
  }
  @page { size: A4; margin: 0; background: #000000; }
}
