:root {
  color-scheme: dark;
  --bg: #090a0c;
  --panel: #111318;
  --panel-2: #171a20;
  --text: #f5f4ef;
  --muted: #b8b6ad;
  --line: rgba(255, 255, 255, 0.14);
  --red: #f04b3f;
  --yellow: #f3c744;
  --cyan: #20c7d9;
  --purple: #6755bd;
  --white-soft: rgba(255, 255, 255, 0.82);
  --max: 1180px;
  --header-height: 100px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 96px;
  padding-top: var(--header-height);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(3, 3, 5, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(103, 85, 189, 0.42);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 52px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  height: 70px;
  max-width: min(34vw, 390px);
  object-fit: contain;
  width: auto;
}

.hero-logo {
  height: auto;
  margin-bottom: 28px;
  max-width: min(520px, 82vw);
  width: 100%;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(103, 85, 189, 0.5);
  color: var(--text);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.nav-toggle i {
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  display: block;
  height: 2px;
  width: 18px;
}

.nav a,
.site-footer a {
  color: var(--muted);
  font-size: 0.86rem;
}

.nav a {
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 8px 10px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.nav-dropdown > a {
  display: inline-block;
}

.nav-menu {
  background: rgba(3, 3, 5, 0.98);
  border: 1px solid rgba(103, 85, 189, 0.5);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 4px;
  left: 0;
  min-width: 190px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateY(0);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 130;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
}

.nav-menu a {
  display: block;
  padding: 10px 12px;
  white-space: nowrap;
}

.nav a:hover,
.nav a[aria-current="page"],
.site-footer a:hover,
.text-link:hover {
  color: var(--text);
}

.nav a:hover,
.nav a[aria-current="page"] {
  border-color: rgba(103, 85, 189, 0.5);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  min-height: min(720px, calc(100vh - 128px));
  overflow: hidden;
}

.hero-copy {
  align-content: center;
  display: grid;
  padding: clamp(34px, 5vw, 62px) clamp(22px, 6vw, 78px);
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.05rem, 5.2vw, 4.7rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 760px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 12px;
}

.color-word {
  color: var(--yellow);
  white-space: nowrap;
}

.hero-text {
  color: var(--white-soft);
  font-size: clamp(1.03rem, 1.4vw, 1.24rem);
  max-width: 590px;
}

.hero h1 {
  font-size: clamp(2.85rem, 4.15vw, 3.7rem);
  line-height: 1;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-paths {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  max-width: 620px;
}

.hero-paths a {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 14px;
}

.hero-paths a:hover {
  border-color: rgba(32, 199, 217, 0.55);
}

.hero-paths span {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-paths strong {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.12;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
}

.button-primary {
  background: var(--red);
  color: white;
}

.button-secondary {
  border-color: var(--line);
  color: var(--text);
}

.hero-media {
  min-height: 520px;
  position: relative;
}

.hero-media::after {
  background: linear-gradient(90deg, var(--bg) 0%, rgba(9, 10, 12, 0.08) 48%, rgba(9, 10, 12, 0) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section,
.section-band,
.work,
.contact {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(72px, 10vw, 130px) clamp(20px, 4vw, 44px);
}

.section-band {
  max-width: 980px;
  text-align: center;
}

.section-band p:last-child,
.contact p,
.service-card p,
.process-row p,
.feature-panel p {
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  margin-bottom: 34px;
}

.section-heading .section-kicker {
  padding-top: 12px;
}

.centered-heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  text-align: center;
}

.centered-heading .section-kicker {
  padding-top: 0;
}

.centered-heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.section > .centered-heading h2,
.work > .centered-heading h2 {
  font-size: clamp(1.9rem, 3.25vw, 3.1rem);
  line-height: 1.06;
}

.service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  --service-color: var(--cyan);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-color) 32%, transparent), rgba(9, 10, 12, 0.9) 48%),
    var(--panel);
  border: 1px solid color-mix(in srgb, var(--service-color) 58%, var(--line));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--service-color) 26%, transparent);
  display: grid;
  min-height: 220px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  background: var(--service-color);
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.service-card:nth-child(1) {
  --service-color: #6755bd;
}

.service-card:nth-child(2) {
  --service-color: #7b3ff2;
}

.service-card:nth-child(3) {
  --service-color: #d6005f;
}

.service-card:nth-child(4) {
  --service-color: #b40718;
}

.service-card:nth-child(5) {
  --service-color: #d24b00;
}

.service-card:nth-child(6) {
  --service-color: #f07800;
}

.service-card:nth-child(7) {
  --service-color: #f6b72f;
}

.service-card:nth-child(8) {
  --service-color: #f3d33b;
}

.service-card:nth-child(9) {
  --service-color: #008fa3;
}

.service-card:nth-child(10) {
  --service-color: #1f9f2e;
}

.service-card:nth-child(11) {
  --service-color: #004fe0;
}

.service-card:nth-child(12) {
  --service-color: #8f2cff;
}

.service-card:nth-child(13) {
  --service-color: #9a4f16;
}

.service-card-center {
  grid-column: 2;
}

.service-card span,
.process-row span,
.service-detail > span,
.timeline span,
.collection-grid span {
  color: var(--cyan);
  display: block;
  font-weight: 900;
  margin-bottom: 34px;
}

.service-card span {
  color: var(--service-color);
}

.service-card .text-link {
  color: color-mix(in srgb, var(--service-color) 72%, white);
}

.service-card .text-link {
  align-self: end;
  margin-top: 18px;
}

.work {
  max-width: none;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.work .section-heading,
.work-layout {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.work-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.feature-panel {
  background: var(--panel-2);
  border: 1px solid var(--line);
  display: grid;
  min-height: 360px;
  padding: clamp(28px, 5vw, 48px);
}

.pill {
  align-self: start;
  border: 1px solid var(--line);
  color: var(--yellow);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  justify-self: start;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.status-pill {
  align-items: center;
  animation: statusPulse 2.4s ease-in-out infinite;
  border: 1px solid rgba(94, 255, 139, 0.58);
  box-shadow: 0 0 0 rgba(77, 255, 125, 0);
  color: #8dffab;
  display: inline-flex;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  gap: 8px;
  justify-self: start;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 22px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.status-ip {
  animation: none;
  border-color: rgba(255, 190, 46, 0.74);
  box-shadow: 0 0 14px rgba(255, 190, 46, 0.18);
  color: var(--yellow);
}

.status-pill:hover {
  animation-play-state: paused;
}

.status-pill i {
  animation: statusDotPulse 1.4s ease-in-out infinite;
  background: #4dff7d;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(77, 255, 125, 0.86);
  display: block;
  height: 8px;
  width: 8px;
}

.status-ip i {
  animation: statusDotPulse 1.4s ease-in-out infinite;
  background: var(--yellow);
  box-shadow: 0 0 12px rgba(255, 190, 46, 0.72);
}

@keyframes statusPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(77, 255, 125, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(77, 255, 125, 0.32);
  }
}

@keyframes statusDotPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .status-pill,
  .status-pill i {
    animation: none;
  }
}

.series-dropdowns summary .status-pill {
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.collection-grid .status-pill {
  margin-bottom: 18px;
}

.status-badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  left: 50%;
  max-width: calc(100% - 24px);
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 6;
}

.status-badge-row .status-pill {
  background: rgba(3, 5, 8, 0.96);
  margin: 0;
  position: static;
  transform: none;
}

.text-link {
  align-self: end;
  color: var(--cyan);
  font-weight: 800;
}

.section-link {
  display: inline-flex;
  margin-top: 28px;
}

.collection-stack {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 360px;
}

.collection-tile {
  align-items: end;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.collection-tile::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0 2px, transparent 2px 16px);
  content: "";
  inset: 0;
  opacity: 0.65;
  position: absolute;
}

.collection-tile span {
  color: var(--bg);
  font-size: 1.2rem;
  font-weight: 900;
  position: relative;
}

.tile-red {
  background: var(--red);
}

.tile-yellow {
  background: var(--yellow);
}

.tile-cyan {
  background: var(--cyan);
}

.art-showcase {
  max-width: none;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.art-showcase .section-heading,
.art-showcase-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.art-showcase-grid {
  display: grid;
  gap: 14px;
  grid-auto-rows: minmax(260px, auto);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.art-card {
  align-items: end;
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 199, 68, 0.16), transparent 42%),
    rgba(3, 3, 5, 0.92);
  border: 1px solid var(--line);
  display: grid;
  min-height: 292px;
  overflow: hidden;
  position: relative;
}

.art-card::after {
  background:
    linear-gradient(180deg, transparent 24%, rgba(3, 3, 5, 0.42) 58%, rgba(3, 3, 5, 0.95) 100%),
    linear-gradient(90deg, rgba(3, 3, 5, 0.78), transparent 60%);
  box-shadow:
    inset 0 0 92px rgba(0, 0, 0, 0.96),
    inset 0 0 26px rgba(0, 0, 0, 0.9);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.art-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.art-card-feature {
  grid-column: span 2;
  min-height: 430px;
}

.art-card-feature img {
  object-position: center;
}

.art-card-feature,
.art-card-dark-force,
.art-card-hunted,
.art-card-two-sides {
  box-shadow:
    inset 0 0 92px rgba(0, 0, 0, 0.96),
    inset 0 0 26px rgba(0, 0, 0, 0.9);
}

.art-card-dojo img,
.art-card-logo img {
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
}

.art-card-dojo img {
  object-position: center 10%;
}

.art-card-thief img {
  object-fit: cover;
  object-position: center top;
  opacity: 0.94;
  padding: 0;
}

.art-card-logo img {
  opacity: 0.86;
}

.art-card > .pill {
  background: transparent;
  border: 0;
  left: clamp(18px, 3vw, 30px);
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.94);
  top: clamp(18px, 3vw, 30px);
  z-index: 2;
}

.art-card-live {
  background:
    radial-gradient(circle at 18% 18%, rgba(240, 75, 63, 0.2), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(32, 199, 217, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(103, 85, 189, 0.18), rgba(3, 3, 5, 0.94) 58%),
    rgba(3, 3, 5, 0.94);
}

.art-card-live::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.16;
  position: absolute;
}

.art-card-dark-force {
  grid-column: 1 / -1;
  min-height: 280px;
}

.art-card-dark-force .art-card-copy {
  max-width: 760px;
}

.art-card-dark-force > img {
  filter: saturate(1.08) contrast(1.04);
  object-position: center 18%;
}

.art-card-live-half {
  min-height: 260px;
}

.art-card-live-half:nth-last-child(2) {
  grid-column: span 2;
}

.art-card-live-half:last-child {
  grid-column: span 2;
}

.art-card-dark-force::before,
.art-card-hunted::before,
.art-card-two-sides::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 28%, transparent 66%, rgba(0, 0, 0, 0.9));
  content: "";
  inset: 0;
  opacity: 0.82;
  position: absolute;
  z-index: 1;
}

.art-card-feature::after,
.art-card-dark-force::after,
.art-card-hunted::after,
.art-card-two-sides::after {
  background:
    radial-gradient(circle at 50% 46%, transparent 0 38%, rgba(0, 0, 0, 0.48) 74%, rgba(0, 0, 0, 0.94) 100%),
    linear-gradient(180deg, rgba(3, 3, 5, 0.14) 0%, rgba(3, 3, 5, 0.78) 100%);
}

.art-card-hunted > img,
.art-card-two-sides > img {
  filter: saturate(1.08) contrast(1.04);
  object-position: center;
}

.art-card-two-sides > img {
  object-position: center 48%;
}

.art-card-title-logo {
  display: block;
  height: auto;
  margin-bottom: 12px;
  max-width: min(100%, 360px);
  object-fit: contain;
  padding: 0;
  position: static;
  width: 100%;
}

.art-card-copy {
  align-self: end;
  display: grid;
  max-width: 560px;
  padding: clamp(22px, 4vw, 36px);
  position: relative;
  z-index: 1;
}

.art-card-copy .pill {
  background: rgba(3, 3, 5, 0.72);
  margin-bottom: 20px;
}

.art-card-copy h3 {
  font-size: clamp(1.35rem, 2.45vw, 2.35rem);
  line-height: 1;
}

.art-card-copy p:not(.pill) {
  color: var(--white-soft);
}

.process-row {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-row > div {
  min-height: 250px;
  padding: 28px;
}

.process-row > div + div {
  border-left: 1px solid var(--line);
}

.contact {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 7vw, 82px);
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.8fr);
  margin-bottom: 72px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #08090b;
  border: 1px solid var(--line);
  color: var(--text);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cyan) 50%),
    linear-gradient(135deg, var(--cyan) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form textarea.is-expanded {
  min-height: min(58vh, 520px);
}

.message-expand {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--cyan);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  justify-self: start;
  min-height: 38px;
  padding: 0 12px;
}

.message-expand:hover {
  border-color: rgba(32, 199, 217, 0.6);
  color: var(--text);
}

.form-status {
  background:
    linear-gradient(135deg, rgba(32, 199, 217, 0.16), transparent 48%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--muted);
  display: grid;
  gap: 10px;
  padding: 16px;
}

.form-status strong {
  color: var(--text);
  font-size: 0.96rem;
}

.form-status small {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 800;
}

.form-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-status-actions .button,
.form-status-actions button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  text-decoration: none;
}

.form-status-actions .button:hover,
.form-status-actions button:hover {
  border-color: rgba(32, 199, 217, 0.65);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  outline: none;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(20px, 4vw, 56px);
}

.footer-brand img {
  height: 44px;
  width: auto;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.page-hero {
  align-items: end;
  display: grid;
  gap: clamp(28px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(72px, 11vw, 148px) clamp(20px, 4vw, 44px) clamp(56px, 8vw, 92px);
}

.page-hero h1 {
  max-width: 840px;
}

.portfolio-hero {
  align-items: center;
  grid-template-columns: 1fr;
  text-align: center;
}

.portfolio-hero h1,
.portfolio-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.portfolio-hero h1 {
  font-size: clamp(2.45rem, 4vw, 3.6rem);
  max-width: 1080px;
}

.lead {
  color: var(--white-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  margin-bottom: 0;
  max-width: 680px;
}

.lead.compact {
  color: var(--yellow);
  font-weight: 800;
  margin-top: 20px;
}

.tight {
  padding-top: clamp(36px, 6vw, 72px);
}

.copy-columns {
  display: grid;
  gap: clamp(22px, 5vw, 64px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.copy-columns p,
.story-grid p,
.team-grid p,
.service-detail p,
.service-detail li,
.timeline p,
.featured-collection p,
.newsletter-row p {
  color: var(--muted);
}

.capability-strip,
.contact-points,
.logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.capability-strip span,
.contact-points span,
.logo-list span {
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 9px 11px;
}

.dark-band {
  background:
    linear-gradient(90deg, rgba(240, 75, 63, 0.08), rgba(32, 199, 217, 0.08)),
    var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: none;
  padding-left: max(clamp(20px, 4vw, 44px), calc((100vw - var(--max)) / 2 + 44px));
  padding-right: max(clamp(20px, 4vw, 44px), calc((100vw - var(--max)) / 2 + 44px));
}

.story-grid,
.team-grid,
.collection-grid {
  display: grid;
  column-gap: 14px;
  row-gap: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 18px;
}

.story-grid article,
.team-grid article,
.collection-grid article {
  background: rgba(9, 10, 12, 0.48);
  border: 1px solid var(--line);
  min-height: 230px;
  overflow: visible;
  padding: 24px;
  position: relative;
}

.super-layer-panel {
  background: #050507;
  border: 1px solid rgba(123, 63, 242, 0.55);
  border-radius: 10px;
  box-shadow:
    inset 0 0 72px rgba(0, 0, 0, 0.5),
    0 26px 70px rgba(0, 0, 0, 0.32);
  display: grid;
  isolation: isolate;
  margin-top: clamp(32px, 5vw, 56px);
  min-height: clamp(340px, 42vw, 560px);
  overflow: hidden;
  padding: clamp(26px, 5vw, 64px);
  position: relative;
}

.super-layer-panel::before {
  background: url("assets/super-layer-workspace-preview.png") center / cover no-repeat;
  content: "";
  filter: blur(9px);
  inset: -18px;
  opacity: 0.72;
  position: absolute;
  transform: scale(1.04);
  z-index: -2;
}

.super-layer-panel::after {
  background:
    linear-gradient(90deg, rgba(3, 3, 5, 0.88), rgba(3, 3, 5, 0.54) 46%, rgba(3, 3, 5, 0.76)),
    radial-gradient(circle at 20% 18%, rgba(123, 63, 242, 0.32), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(32, 199, 217, 0.18), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.super-layer-copy {
  align-self: center;
  display: grid;
  gap: 16px;
  max-width: 850px;
}

.super-layer-copy p:first-child {
  color: var(--white-soft);
  font-size: clamp(0.82rem, 1.1vw, 0.96rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.super-layer-copy p:first-child strong {
  color: var(--yellow);
}

.super-layer-copy h2 {
  color: var(--text);
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.86;
  margin: 0;
  max-width: 840px;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(123, 63, 242, 0.44),
    0 10px 32px rgba(0, 0, 0, 0.7);
}

.super-layer-copy p:last-child {
  color: var(--white-soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  max-width: 720px;
}

.super-layer-statement {
  background: #050507;
  border: 1px solid rgba(123, 63, 242, 0.42);
  border-radius: 10px;
  box-shadow:
    inset 0 0 48px rgba(0, 0, 0, 0.46),
    0 18px 44px rgba(0, 0, 0, 0.24);
  isolation: isolate;
  margin-top: 14px;
  overflow: hidden;
  padding: clamp(20px, 3vw, 32px);
  position: relative;
}

.super-layer-statement::before {
  background: url("assets/super-layer-workspace-preview.png") center / cover no-repeat;
  content: "";
  filter: blur(10px);
  inset: -18px;
  opacity: 0.46;
  position: absolute;
  transform: scale(1.04);
  z-index: -2;
}

.super-layer-statement::after {
  background:
    linear-gradient(135deg, rgba(3, 3, 5, 0.84), rgba(14, 7, 26, 0.82)),
    radial-gradient(circle at 18% 20%, rgba(123, 63, 242, 0.2), transparent 36%),
    radial-gradient(circle at 88% 78%, rgba(32, 199, 217, 0.12), transparent 34%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.super-layer-statement p {
  color: var(--white-soft);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  font-weight: 850;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}

.project-type {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: -18px 0 24px;
  text-transform: uppercase;
}

.team-grid article span {
  color: var(--yellow);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.founder-section {
  display: grid;
  gap: clamp(28px, 7vw, 80px);
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
}

.founder-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 5vw, 54px);
}

.founder-copy p {
  color: var(--muted);
}

.founder-copy p:last-child,
.copy-columns p:last-child,
.newsletter-row p:last-child {
  margin-bottom: 0;
}

.cta-band {
  margin: 0 auto clamp(64px, 8vw, 104px);
  max-width: var(--max);
  padding: clamp(48px, 8vw, 84px) clamp(20px, 4vw, 44px);
  text-align: center;
}

.cta-band h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.cta-band .button {
  margin-top: 12px;
}

.service-detail-list {
  border-top: 1px solid var(--line);
}

.service-detail {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 5vw, 62px);
  grid-template-columns: 120px minmax(0, 1fr);
  padding: clamp(34px, 6vw, 72px) 0;
}

.service-detail h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin-bottom: 20px;
}

.service-detail ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.timeline {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.timeline article {
  background: var(--panel);
  border: 1px solid var(--line);
  display: block;
  min-height: 280px;
  padding: 24px;
}

.timeline h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  margin-bottom: 18px;
}

.timeline p,
.process-row p {
  line-height: 1.75;
}

.process-page .timeline article,
.process-page .story-grid article {
  --process-accent: var(--purple);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--process-accent) 22%, transparent), transparent 48%),
    rgba(9, 10, 12, 0.62);
  border-color: color-mix(in srgb, var(--process-accent) 72%, rgba(255, 255, 255, 0.14));
  box-shadow:
    inset 0 0 32px color-mix(in srgb, var(--process-accent) 16%, transparent),
    0 0 22px color-mix(in srgb, var(--process-accent) 12%, transparent);
}

.process-page .timeline article:nth-child(1),
.process-page .story-grid article:nth-child(1) {
  --process-accent: #6755bd;
}

.process-page .timeline article:nth-child(2),
.process-page .story-grid article:nth-child(2) {
  --process-accent: #d7194b;
}

.process-page .timeline article:nth-child(3),
.process-page .story-grid article:nth-child(3) {
  --process-accent: #ef6c00;
}

.process-page .timeline article:nth-child(4),
.process-page .story-grid article:nth-child(4) {
  --process-accent: #f3c744;
}

.process-page .timeline article:nth-child(5),
.process-page .story-grid article:nth-child(5) {
  --process-accent: #20c7d9;
}

.process-page .story-grid article:nth-child(6) {
  --process-accent: #26a51d;
}

.process-page .timeline span,
.process-page .story-grid h3 {
  color: var(--process-accent);
  text-shadow: 0 0 18px color-mix(in srgb, var(--process-accent) 36%, transparent);
}

.process-page .timeline h2 {
  color: var(--text);
}

.featured-collection {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.featured-collection > div:first-child {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  padding: clamp(28px, 5vw, 48px);
}

.featured-collection .button {
  align-self: end;
  justify-self: start;
  margin-top: 26px;
}

.featured-projects {
  display: grid;
  column-gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 18px;
  row-gap: 36px;
}

.featured-projects article {
  align-content: end;
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin-top: 32px;
  overflow: visible;
  min-height: clamp(480px, 42vw, 560px);
  padding: clamp(26px, 4vw, 42px);
  position: relative;
  text-align: left;
}

.featured-project-card {
  box-shadow:
    inset 0 0 88px rgba(0, 0, 0, 0.94),
    inset 0 0 24px rgba(0, 0, 0, 0.88);
}

.featured-project-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.featured-project-card::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.78)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 26%, transparent 60%, rgba(0, 0, 0, 0.95));
  content: "";
  inset: 0;
  opacity: 0.84;
  position: absolute;
  z-index: 1;
}

.featured-project-card::after {
  background:
    linear-gradient(180deg, transparent 28%, rgba(3, 3, 5, 0.18) 58%, rgba(3, 3, 5, 0.92) 100%),
    linear-gradient(90deg, rgba(3, 3, 5, 0.62), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.featured-project-card > :not(img) {
  position: relative;
  z-index: 2;
}

.featured-projects .status-badge-row {
  left: 50%;
  max-width: calc(100% - 24px);
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 6;
}

.featured-project-dojo > img {
  object-fit: contain;
  opacity: 0.86;
  padding: clamp(26px, 4vw, 48px);
}

.featured-project-dojo > img {
  object-position: center 18%;
}

.featured-project-thief > img {
  object-fit: cover;
  object-position: center top;
  opacity: 0.92;
  padding: 0;
}

.featured-project-dark-force > img {
  filter: saturate(1.08) contrast(1.04);
  object-position: center 18%;
}

.featured-project-hunted > img,
.featured-project-two-sides > img {
  filter: saturate(1.08) contrast(1.04);
}

.featured-projects h2 {
  font-size: clamp(1.05rem, 1.75vw, 1.8rem);
  justify-self: start;
  line-height: 1.08;
  margin: 0;
  max-width: 86%;
  text-align: left;
}

.featured-projects .pill {
  border: 0;
  color: var(--yellow);
  left: clamp(26px, 4vw, 42px);
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.92);
  top: 38px;
}

.featured-project-concept {
  --concept-a: rgba(103, 85, 189, 0.3);
  --concept-b: rgba(32, 199, 217, 0.18);
  background:
    radial-gradient(circle at 18% 18%, var(--concept-a), transparent 30%),
    radial-gradient(circle at 86% 14%, var(--concept-b), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 48%),
    #050507;
}

.featured-project-ev-fam {
  --concept-a: rgba(94, 255, 139, 0.18);
  --concept-b: rgba(32, 199, 217, 0.2);
}

.featured-project-black-rainbows {
  --concept-a: rgba(215, 25, 75, 0.25);
  --concept-b: rgba(103, 85, 189, 0.32);
}

.featured-project-lumo {
  --concept-a: rgba(255, 190, 46, 0.24);
  --concept-b: rgba(94, 255, 139, 0.14);
}

.featured-project-afro-galactic {
  --concept-a: rgba(240, 75, 63, 0.22);
  --concept-b: rgba(103, 85, 189, 0.34);
}

.featured-project-original-03 {
  --concept-a: rgba(32, 199, 217, 0.2);
  --concept-b: rgba(255, 190, 46, 0.16);
}

.featured-project-future-drops {
  --concept-a: rgba(103, 85, 189, 0.28);
  --concept-b: rgba(240, 75, 63, 0.16);
}

.featured-projects p:not(.pill):not(.status-pill) {
  color: var(--muted);
  margin: 0;
  max-width: 92%;
}

.featured-projects .text-link {
  align-self: start;
  justify-self: start;
  margin-top: 2px;
}

.series-dropdowns {
  display: grid;
  gap: 14px;
}

.series-dropdowns details {
  background: var(--panel);
  border: 1px solid var(--line);
}

.series-dropdowns summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(110px, 0.28fr) minmax(0, 1fr);
  list-style: none;
  padding: clamp(20px, 4vw, 34px);
}

.series-dropdowns summary::-webkit-details-marker {
  display: none;
}

.series-dropdowns summary::after {
  color: var(--yellow);
  content: "+";
  font-size: 1.55rem;
  font-weight: 900;
  justify-self: end;
}

.series-dropdowns details[open] summary::after {
  content: "-";
}

.series-dropdowns summary span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.series-dropdowns summary strong {
  font-size: clamp(1.35rem, 3vw, 2.6rem);
  line-height: 1.06;
}

.series-video-panel {
  border-top: 1px solid var(--line);
}

.series-info-panel {
  border-top: 1px solid var(--line);
}

.series-dropdowns .series-video-panel summary,
.series-dropdowns .series-info-panel summary {
  background: rgba(3, 3, 5, 0.72);
  padding: clamp(18px, 3vw, 26px) clamp(20px, 4vw, 34px);
}

.series-dropdowns .series-info-panel summary {
  background:
    linear-gradient(90deg, rgba(255, 190, 46, 0.12), transparent 46%),
    rgba(3, 3, 5, 0.78);
}

.series-dropdowns .series-video-panel summary strong,
.series-dropdowns .series-info-panel summary strong {
  font-size: clamp(1.1rem, 2.25vw, 1.75rem);
}

.series-panel {
  background:
    linear-gradient(135deg, rgba(103, 85, 189, 0.22), transparent 46%),
    #050507;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  min-height: clamp(420px, 48vw, 640px);
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  position: relative;
}

.development-panel {
  overflow: visible;
}

.series-panel-katsumi {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(3, 3, 5, 0.64) 0%, rgba(3, 3, 5, 0.58) 36%, rgba(3, 3, 5, 0.86) 72%, rgba(3, 3, 5, 0.96) 100%),
    linear-gradient(0deg, rgba(3, 3, 5, 0.92) 0%, rgba(3, 3, 5, 0.2) 42%),
    url("assets/series/katsumi-stealth-assassin-panel.png") center / cover no-repeat;
  color: var(--text);
  grid-template-columns: minmax(360px, 0.92fr) minmax(320px, 0.58fr);
}

.series-character {
  display: block;
  height: min(94%, 600px);
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.series-character-katsumi {
  --katsumi-top-relief: clamp(14px, 1.8vw, 26px);
  bottom: auto;
  height: calc(100% - var(--katsumi-top-relief));
  left: 0;
  max-width: none;
  top: var(--katsumi-top-relief);
  width: clamp(360px, 38vw, 520px);
}

.series-panel-copy {
  background: rgba(3, 3, 5, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  max-width: 640px;
  padding: clamp(22px, 4vw, 36px);
  position: relative;
  z-index: 1;
}

.series-panel-katsumi .series-panel-copy {
  grid-column: 2;
  justify-self: end;
  max-width: 560px;
}

.series-panel-katsumi p,
.series-panel-katsumi li {
  color: rgba(255, 255, 255, 0.84);
}

.series-panel-dojo {
  background:
    linear-gradient(135deg, rgba(32, 199, 217, 0.34), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(255, 190, 46, 0.34), transparent 24%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 2px, transparent 2px 18px),
    #050507;
}

.series-panel-thief {
  background:
    linear-gradient(130deg, rgba(215, 25, 75, 0.44), transparent 42%),
    radial-gradient(circle at 78% 24%, rgba(103, 85, 189, 0.48), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 190, 46, 0.12) 0 3px, transparent 3px 16px),
    #050507;
}

.series-panel-coming-soon {
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(32, 199, 217, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(103, 85, 189, 0.22), transparent 48%),
    #050507;
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(280px, 32vw, 420px);
}

.series-panel-ev-fam {
  background:
    radial-gradient(circle at 18% 22%, rgba(94, 255, 139, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(32, 199, 217, 0.18), transparent 48%),
    #050507;
}

.series-panel-black-rainbows {
  background:
    radial-gradient(circle at 14% 20%, rgba(215, 25, 75, 0.24), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(32, 199, 217, 0.2), transparent 24%),
    linear-gradient(135deg, rgba(103, 85, 189, 0.28), transparent 52%),
    #050507;
}

.series-panel-lumo {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 190, 46, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(94, 255, 139, 0.14), transparent 48%),
    #050507;
}

.series-panel-afro-galactic {
  background:
    radial-gradient(circle at 18% 20%, rgba(240, 75, 63, 0.22), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(103, 85, 189, 0.32), transparent 28%),
    #050507;
}

.series-panel-live {
  align-items: end;
  background: #050507;
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(360px, 42vw, 540px);
  padding: clamp(24px, 5vw, 46px);
}

.series-panel-live::before,
.series-panel-live::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.series-panel-live::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 28%, transparent 62%, rgba(0, 0, 0, 0.94));
  opacity: 0.86;
}

.series-panel-live::after {
  background:
    radial-gradient(circle at 50% 45%, transparent 0 38%, rgba(0, 0, 0, 0.54) 74%, rgba(0, 0, 0, 0.96) 100%),
    linear-gradient(180deg, rgba(3, 3, 5, 0.08), rgba(3, 3, 5, 0.82));
  box-shadow:
    inset 0 0 96px rgba(0, 0, 0, 0.96),
    inset 0 0 26px rgba(0, 0, 0, 0.9);
}

.series-panel-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.series-panel-dark-force .series-panel-bg {
  filter: saturate(1.08) contrast(1.04);
  object-position: center 18%;
}

.series-panel-hunted .series-panel-bg,
.series-panel-two-sides .series-panel-bg {
  filter: saturate(1.08) contrast(1.04);
  object-position: center;
}

.series-panel-live .series-panel-copy {
  background: transparent;
  border: 0;
  justify-self: start;
  max-width: min(100%, 640px);
  padding: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.96), 0 0 34px rgba(0, 0, 0, 0.9);
  z-index: 3;
}

.series-panel-live .series-panel-copy p,
.series-panel-live .series-panel-copy li {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.series-panel p,
.series-panel li {
  line-height: 1.7;
}

.series-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.series-panel .status-pill,
.series-panel-live .series-panel-copy .status-pill {
  color: #8dffab;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
}

.video-preview {
  background:
    linear-gradient(135deg, rgba(32, 199, 217, 0.14), transparent 42%),
    rgba(3, 3, 5, 0.92);
  border-top: 1px solid var(--line);
  padding: clamp(22px, 4vw, 38px);
}

.video-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 190, 46, 0.16), transparent 23%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 18px),
    #050507;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--muted);
  display: grid;
  justify-items: center;
  min-height: 240px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  text-align: center;
}

.video-placeholder span {
  color: var(--yellow);
  font-size: clamp(1.2rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.video-placeholder p {
  max-width: 520px;
}

.custom-video-player {
  display: grid;
  gap: 14px;
}

.video-frame {
  background: #050507;
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  position: relative;
}

.preview-video {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.video-fullscreen-toggle {
  align-items: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.14), transparent 46%),
    rgba(3, 3, 5, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 42px;
  z-index: 6;
}

.video-fullscreen-toggle::before {
  content: "\26f6";
  font-size: 1.1rem;
  font-weight: 900;
}

.video-fullscreen-toggle:hover {
  border-color: rgba(32, 199, 217, 0.74);
  color: var(--cyan);
  transform: translateY(-1px);
}

.custom-video-player.is-fullscreen,
.custom-video-player:fullscreen {
  background: #000;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto auto;
  height: 100vh;
  max-width: none;
  padding: clamp(10px, 2vw, 20px);
  width: 100vw;
}

.custom-video-player.is-fullscreen .video-frame,
.custom-video-player:fullscreen .video-frame {
  align-self: stretch;
  display: grid;
  min-height: 0;
}

.custom-video-player.is-fullscreen .preview-video,
.custom-video-player:fullscreen .preview-video {
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.custom-video-player.is-fullscreen .video-fullscreen-toggle::before,
.custom-video-player:fullscreen .video-fullscreen-toggle::before {
  content: "\2921";
}

.preview-controls {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, auto)) minmax(96px, 0.6fr) minmax(118px, 148px);
}

.preview-controls button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 12px;
}

.preview-controls button:hover {
  border-color: rgba(32, 199, 217, 0.65);
}

.preview-controls label,
.video-scrub-label {
  color: var(--muted);
  display: grid;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.video-volume-control {
  justify-self: end;
  width: min(100%, 148px);
}

.preview-controls input,
.video-scrubber {
  accent-color: var(--cyan);
}

.video-scrub-wrap {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  min-height: 64px;
  overflow: visible;
  position: relative;
}

.video-thumb-strip {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  height: 64px;
  overflow: hidden;
}

.video-thumb-strip::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.4)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 7.69%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.video-thumb-strip img {
  filter: saturate(1.12) contrast(1.06) brightness(0.7);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-scrubber {
  bottom: 7px;
  height: 16px;
  left: 8px;
  position: absolute;
  right: 8px;
  width: calc(100% - 16px);
  z-index: 3;
}

.video-frame-preview {
  background: rgba(3, 3, 5, 0.92);
  border: 1px solid rgba(32, 199, 217, 0.45);
  bottom: calc(100% + 14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 24px rgba(32, 199, 217, 0.16);
  display: grid;
  left: var(--video-preview-left, 8%);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: min(176px, 48vw);
  z-index: 4;
}

.video-frame-preview img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.video-frame-preview span {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  bottom: 0;
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 900;
  left: 0;
  padding: 20px 10px 8px;
  position: absolute;
  right: 0;
  text-align: right;
}

.custom-video-player.is-previewing .video-frame-preview,
.video-scrub-wrap:hover .video-frame-preview {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.video-timeline {
  background:
    linear-gradient(90deg, rgba(32, 199, 217, 0.24), transparent 16px) 0 0 / 42px 100%,
    rgba(255, 255, 255, 0.14);
  height: 8px;
  overflow: hidden;
}

.video-timeline span {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--cyan));
  display: block;
  height: 100%;
  width: 0;
}

.video-time {
  align-items: center;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  bottom: 0;
  color: var(--text);
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 18px;
  justify-content: flex-end;
  left: 0;
  padding: 34px 16px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.video-time span:first-child::after {
  color: rgba(255, 255, 255, 0.42);
  content: "/";
  margin-left: 18px;
}

.video-equalizer {
  align-items: end;
  background:
    radial-gradient(circle at 50% 100%, rgba(32, 199, 217, 0.18), transparent 66%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(7, 1fr);
  height: 42px;
  justify-self: stretch;
  min-width: 94px;
  padding: 7px 8px;
}

.video-equalizer span {
  animation: equalizerPulse 1.1s ease-in-out infinite;
  background: linear-gradient(180deg, var(--yellow), var(--cyan), var(--purple));
  box-shadow: 0 0 12px rgba(32, 199, 217, 0.36);
  display: block;
  height: 100%;
  min-height: 6px;
  opacity: 0.72;
  transform: scaleY(var(--eq-scale, 0.34));
  transform-origin: bottom;
}

.video-equalizer span:nth-child(2) {
  animation-delay: -0.72s;
}

.video-equalizer span:nth-child(3) {
  animation-delay: -0.36s;
}

.video-equalizer span:nth-child(4) {
  animation-delay: -0.88s;
}

.video-equalizer span:nth-child(5) {
  animation-delay: -0.18s;
}

.video-equalizer span:nth-child(6) {
  animation-delay: -0.58s;
}

.video-equalizer span:nth-child(7) {
  animation-delay: -0.3s;
}

.custom-video-player.is-video-playing .video-equalizer span {
  animation-duration: 0.74s;
  opacity: 1;
}

.custom-video-player.is-audio-metered .video-equalizer span {
  animation: none;
  transform: scaleY(var(--eq-scale, 0.34));
}

@keyframes equalizerPulse {
  0%,
  100% {
    transform: scaleY(0.28);
  }

  35% {
    transform: scaleY(0.92);
  }

  65% {
    transform: scaleY(0.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-equalizer span {
    animation-duration: 1.8s;
  }
}

.video-scrub-label {
  font-size: 0.78rem;
}

.series-info-grid {
  background:
    linear-gradient(135deg, rgba(103, 85, 189, 0.18), transparent 44%),
    rgba(3, 3, 5, 0.94);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: clamp(18px, 3vw, 30px);
}

.series-info-grid article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 14px;
  min-height: 150px;
  padding: 18px;
}

.series-info-grid span {
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.series-info-grid strong {
  align-self: end;
  color: var(--text);
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.12;
}

.series-hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(3, 3, 5, 0.9) 0%, rgba(3, 3, 5, 0.58) 48%, rgba(3, 3, 5, 0.18) 100%),
    url("assets/series/katsumi/katsumi-electric-assassin-hero.jpg") center / cover no-repeat;
  display: grid;
  min-height: min(760px, 88vh);
  overflow: hidden;
  padding: calc(var(--header-height, 110px) + 46px) clamp(20px, 5vw, 72px) clamp(40px, 7vw, 80px);
  position: relative;
}

.series-hero > img {
  bottom: -8%;
  left: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  width: min(72vw, 920px);
}

.series-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.katsumi-hero-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  left: clamp(20px, 5vw, 72px);
  position: absolute;
  top: calc(var(--header-height, 110px) + 26px);
  z-index: 3;
}

.katsumi-hero-status .status-pill {
  background: rgba(3, 5, 8, 0.96);
  margin: 0;
}

.series-hero-copy h1 {
  font-size: clamp(4rem, 10vw, 9.8rem);
  line-height: 0.88;
  margin-bottom: 22px;
}

.katsumi-written-title {
  color: var(--text);
  font-size: clamp(4.8rem, 12vw, 10.6rem);
  line-height: 0.82;
  margin-bottom: 8px;
  text-shadow: 0 18px 28px rgba(0, 0, 0, 0.78);
  text-transform: uppercase;
}

.katsumi-written-subtitle {
  color: var(--yellow);
  font-size: clamp(0.95rem, 2vw, 1.45rem);
  font-weight: 1000;
  letter-spacing: 0.16em;
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 100%;
  text-transform: uppercase;
}

.katsumi-hero-logo-band {
  background:
    linear-gradient(180deg, rgba(3, 3, 5, 0.68) 0%, var(--bg) 100%);
  margin: 0 auto;
  max-width: none;
  padding: clamp(12px, 2vw, 24px) clamp(20px, 5vw, 72px) clamp(14px, 2.4vw, 28px);
  position: relative;
  z-index: 2;
}

.katsumi-logo-title {
  font-size: 0;
  line-height: 1;
  margin: 0 auto;
  max-width: min(100%, 1120px);
  position: relative;
  width: 100%;
}

.katsumi-logo-title::after {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0) 72%);
  bottom: -16px;
  content: "";
  height: clamp(34px, 5vw, 64px);
  left: 5%;
  pointer-events: none;
  position: absolute;
  right: 5%;
  z-index: 0;
}

.katsumi-logo-title img {
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.62));
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.katsumi-title {
  display: grid;
  justify-items: start;
  width: max-content;
}

.katsumi-title span {
  display: block;
}

.katsumi-title small {
  display: block;
  font-size: clamp(0.62rem, 1.24vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.1;
  margin-top: 10px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.series-hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  max-width: 660px;
}

.dojo-hero {
  background:
    linear-gradient(90deg, rgba(3, 3, 5, 0.96) 0%, rgba(3, 3, 5, 0.78) 42%, rgba(3, 3, 5, 0.42) 100%),
    url("assets/series/dojo/dojo-header-player.png") right bottom / min(82vw, 1120px) auto no-repeat,
    #020203;
}

.dojo-hero::after {
  background:
    radial-gradient(circle at 76% 58%, rgba(243, 199, 68, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(3, 3, 5, 0.18) 0%, rgba(3, 3, 5, 0.32) 42%, rgba(3, 3, 5, 0.9) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dojo-hero > img {
  bottom: -7%;
  left: auto;
  opacity: 0.95;
  right: clamp(8px, 5vw, 82px);
  width: min(40vw, 520px);
  z-index: 1;
}

.dojo-hero-copy {
  background: linear-gradient(90deg, rgba(3, 3, 5, 0.68), rgba(3, 3, 5, 0));
  max-width: 760px;
  padding: clamp(18px, 3vw, 34px);
  z-index: 2;
}

.dojo-logo-lockup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.dojo-logo-lockup img:first-child {
  width: clamp(104px, 11vw, 164px);
}

.dojo-logo-lockup img:last-child {
  max-width: min(280px, 56vw);
  width: 100%;
}

.dojo-hero-copy h1 {
  font-size: clamp(3.6rem, 8vw, 8.6rem);
  max-width: 860px;
}

.dojo-section-nav {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(42px, 6vw, 72px);
  padding-top: clamp(36px, 6vw, 76px);
}

.dojo-section-nav a {
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 199, 68, 0.16), transparent 34%),
    rgba(9, 10, 12, 0.72);
  border: 1px solid var(--line);
  color: var(--text);
  display: grid;
  min-height: 136px;
  padding: 22px;
}

.dojo-section-nav span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.dojo-section-nav strong {
  align-self: end;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.dojo-manifesto-layout,
.dojo-world-layout,
.dojo-merch-layout {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
}

.dojo-manifesto h2 {
  max-width: 920px;
}

.dojo-manifesto p:not(.section-kicker),
.dojo-callout {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.72;
  max-width: 760px;
}

.dojo-manifesto figure,
.dojo-world-art,
.dojo-merch-layout figure {
  background:
    radial-gradient(circle at 50% 45%, rgba(243, 199, 68, 0.13), transparent 52%),
    rgba(3, 3, 5, 0.58);
  border: 1px solid var(--line);
  margin: 0;
  overflow: hidden;
}

.dojo-manifesto figure {
  min-height: 260px;
}

.dojo-manifesto img,
.dojo-world-art img,
.dojo-merch-layout figure img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: clamp(16px, 3vw, 30px);
  width: 100%;
}

.dojo-showcase-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.dojo-art-card {
  align-items: end;
  background:
    radial-gradient(circle at 70% 20%, rgba(243, 199, 68, 0.18), transparent 36%),
    rgba(3, 3, 5, 0.92);
  border: 1px solid var(--line);
  display: grid;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.dojo-art-card::after {
  background: linear-gradient(180deg, transparent 30%, rgba(3, 3, 5, 0.95) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dojo-art-card img {
  height: 100%;
  inset: 0;
  object-fit: contain;
  padding: clamp(14px, 3vw, 28px);
  position: absolute;
  width: 100%;
}

.dojo-art-wide {
  grid-row: span 2;
  min-height: 674px;
}

.dojo-art-card > div {
  align-self: end;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
  z-index: 1;
}

.dojo-art-card span {
  color: var(--yellow);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dojo-art-card h3 {
  font-size: clamp(1.45rem, 2.8vw, 2.55rem);
  line-height: 1;
}

.dojo-art-card p,
.dojo-stats small {
  color: var(--muted);
}

.dojo-timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dojo-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dojo-gallery img {
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(103, 85, 189, 0.16), rgba(243, 199, 68, 0.08)),
    rgba(3, 3, 5, 0.9);
  border: 1px solid var(--line);
  height: 100%;
  object-fit: contain;
  padding: clamp(12px, 2vw, 22px);
  width: 100%;
}

.dojo-video-placeholder {
  background:
    radial-gradient(circle at 50% 20%, rgba(243, 199, 68, 0.18), transparent 32%),
    rgba(3, 3, 5, 0.94);
  min-height: 280px;
}

.dojo-video-placeholder img {
  max-width: min(100%, 780px);
}

.dojo-video-placeholder p {
  color: var(--muted);
  max-width: 620px;
}

.dojo-world-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.dojo-world-art {
  min-height: 460px;
}

.dojo-world-art img {
  object-fit: cover;
  padding: 0;
}

.dojo-volume-grid,
.dojo-world-grid,
.dojo-rule-grid,
.dojo-merch-grid {
  display: grid;
  gap: 14px;
}

.dojo-volume-grid,
.dojo-world-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dojo-rule-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dojo-merch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dojo-volume-grid article,
.dojo-world-grid article,
.dojo-rule-grid article,
.dojo-mixtape-grid article,
.dojo-merch-grid article {
  background: rgba(9, 10, 12, 0.64);
  border: 1px solid var(--line);
  min-height: 210px;
  padding: 22px;
}

.dojo-volume-grid article {
  background:
    radial-gradient(circle at 50% 34%, rgba(243, 199, 68, 0.13), transparent 42%),
    rgba(3, 3, 5, 0.74);
  display: grid;
  justify-items: center;
  min-height: 440px;
  text-align: center;
}

.dojo-volume-grid img,
.dojo-world-grid img {
  aspect-ratio: 1;
  display: block;
  margin: 0 auto 18px;
  object-fit: contain;
  width: min(100%, 250px);
}

.dojo-volume-grid h3,
.dojo-world-grid h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.dojo-volume-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 12px;
}

.dojo-volume-grid small {
  color: var(--yellow);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.dojo-world-grid span,
.dojo-rule-grid span,
.dojo-volume-grid span,
.dojo-stage-grid span,
.dojo-release-grid span,
.dojo-mixtape-grid span,
.dojo-merch-grid span,
.dojo-warrior-grid span {
  color: var(--yellow);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.dojo-world-grid p,
.dojo-rule-grid p,
.dojo-stage-grid p,
.dojo-release-grid p,
.dojo-merch-grid p {
  color: var(--muted);
  line-height: 1.66;
}

.dojo-world-grid article {
  text-align: center;
}

.dojo-rule-grid article {
  min-height: 220px;
}

.dojo-warrior-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dojo-warrior-grid article {
  align-items: end;
  background:
    radial-gradient(circle at 50% 25%, rgba(243, 199, 68, 0.16), transparent 42%),
    rgba(3, 3, 5, 0.88);
  border: 1px solid var(--line);
  display: grid;
  min-height: clamp(500px, 48vw, 620px);
  overflow: hidden;
  position: relative;
}

.dojo-warrior-grid article::after {
  background: linear-gradient(180deg, transparent 38%, rgba(3, 3, 5, 0.96) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dojo-warrior-grid img {
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: center bottom;
  padding: 16px 12px 160px;
  position: absolute;
  width: 100%;
}

.dojo-warrior-grid div {
  align-self: end;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.dojo-warrior-grid h3,
.dojo-mixtape-grid h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.dojo-warrior-grid strong {
  color: var(--text);
  display: block;
  font-size: clamp(1.26rem, 2vw, 1.7rem);
  line-height: 1.05;
  margin-bottom: 8px;
}

.dojo-warrior-grid small {
  color: var(--muted);
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.42;
}

.dojo-stage-grid,
.dojo-release-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dojo-stage-grid article,
.dojo-release-grid article {
  background: rgba(3, 3, 5, 0.62);
  border: 1px solid var(--line);
  display: grid;
  overflow: hidden;
}

.dojo-stage-grid img,
.dojo-release-grid img {
  aspect-ratio: 1.24;
  background: rgba(3, 3, 5, 0.64);
  display: block;
  object-fit: contain;
  padding: 16px;
  width: 100%;
}

.dojo-stage-grid div,
.dojo-release-grid div {
  padding: 22px;
}

.dojo-style-formula .centered-heading h2 {
  max-width: 860px;
}

.dojo-callout {
  margin: clamp(26px, 4vw, 40px) auto 0;
  max-width: 960px;
  text-align: center;
}

.dojo-release-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.dojo-release-grid article {
  align-items: center;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
}

.dojo-release-grid img {
  aspect-ratio: 1;
  height: 100%;
}

.dojo-mixtape-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dojo-mixtape-grid article {
  min-height: 160px;
}

.dojo-merch-layout {
  align-items: stretch;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
}

.dojo-merch-layout figure {
  min-height: 100%;
}

.dojo-merch-layout figure img {
  object-fit: contain;
}

.dojo-merch-grid article {
  min-height: 190px;
}

.katsumi-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.katsumi-content-rail {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 1120px);
}

.katsumi-player-section {
  padding-top: clamp(36px, 5vw, 65px);
}

.katsumi-page .section-heading,
.katsumi-player-section .section-heading,
.katsumi-production .section-heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 1120px);
  text-align: center;
  width: 100%;
}

.katsumi-page .section-heading .section-kicker,
.katsumi-player-section .section-heading .section-kicker,
.katsumi-production .section-heading .section-kicker {
  padding-top: 0;
}

.katsumi-page .section-heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.katsumi-player-section .section-heading h2 {
  font-size: clamp(1.05rem, 4.45vw, 3.35rem);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.katsumi-player-section .preview-subline {
  color: var(--muted);
  font-size: clamp(0.95rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.katsumi-player-section .video-preview {
  padding: 0;
}

.katsumi-show-info {
  background:
    linear-gradient(135deg, rgba(103, 85, 189, 0.18), transparent 46%),
    rgba(3, 3, 5, 0.92);
  border: 1px solid var(--line);
  border-top: 0;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
}

.katsumi-show-info .section-kicker {
  margin: 0;
  text-align: center;
}

.katsumi-production .timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.katsumi-production .timeline article {
  display: grid;
  min-height: 250px;
}

.katsumi-production .timeline article p {
  align-self: end;
}

.katsumi-stats article {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  min-height: 170px;
  padding: clamp(20px, 3vw, 30px);
  text-align: center;
}

.katsumi-stats span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.katsumi-stats strong {
  align-self: end;
  color: var(--text);
  font-size: clamp(1.3rem, 2.5vw, 2.3rem);
  line-height: 1.04;
}

.katsumi-stats small {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.show-project-timeline {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  margin-top: 4px;
  padding-top: clamp(20px, 3vw, 34px);
  text-align: center;
}

.show-project-timeline-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.show-project-timeline-heading .section-kicker {
  margin: 0;
}

.show-project-timeline-heading h3 {
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.6rem);
  line-height: 1;
  margin: 0;
  max-width: 880px;
  text-transform: uppercase;
}

.show-timeline-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.show-timeline-grid article {
  background:
    linear-gradient(135deg, rgba(32, 199, 217, 0.1), transparent 48%),
    rgba(9, 10, 12, 0.72);
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: clamp(18px, 2.6vw, 26px);
}

.show-timeline-grid span {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.show-timeline-grid h4 {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.show-timeline-grid p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.assassin-profile {
  background:
    linear-gradient(180deg, rgba(3, 3, 7, 0.73), rgba(3, 3, 7, 0.7)),
    radial-gradient(circle at 16% 20%, rgba(158, 93, 255, 0.26), transparent 36%),
    radial-gradient(circle at 86% 76%, rgba(104, 67, 210, 0.22), transparent 40%),
    url("assets/series/katsumi/katsumi-assassin-panel-texture.png") center / cover no-repeat,
    #030306;
  max-width: none;
  overflow: hidden;
  position: relative;
}

.assassin-profile > .section-heading,
.assassin-profile > .assassin-profile-layout {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.assassin-profile-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 4vw, 44px);
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.assassin-profile-art {
  background:
    linear-gradient(180deg, rgba(3, 3, 5, 0.08), rgba(3, 3, 5, 0.42)),
    radial-gradient(circle at 50% 38%, rgba(103, 85, 189, 0.18), transparent 48%),
    url("assets/series/katsumi/katsumi-profile-environment.png") center / cover no-repeat,
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(177, 118, 255, 0.66);
  box-shadow:
    inset 0 0 52px rgba(130, 70, 255, 0.2),
    0 0 32px rgba(132, 77, 255, 0.16);
  display: grid;
  margin: 0;
  overflow: hidden;
  padding: clamp(12px, 2vw, 22px);
  place-items: center;
}

.assassin-profile-art img {
  display: block;
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.assassin-profile-art.character-flip {
  align-self: stretch;
  cursor: pointer;
  isolation: isolate;
  min-height: 0;
  padding: clamp(18px, 3vw, 34px);
  position: relative;
}

.assassin-profile-art.character-flip::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.48) 11%, rgba(0, 0, 0, 0) 28%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 12%, rgba(0, 0, 0, 0) 31%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.character-flip .profile-view {
  filter:
    drop-shadow(0 0 2px rgba(232, 213, 255, 0.82))
    drop-shadow(0 0 24px rgba(157, 75, 255, 0.48));
  height: calc(100% - clamp(36px, 6vw, 68px));
  inset: clamp(18px, 3vw, 34px);
  max-height: none;
  max-width: 100%;
  object-fit: contain;
  opacity: 1;
  position: absolute;
  transform: scale(1);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  width: calc(100% - clamp(36px, 6vw, 68px));
  z-index: 1;
}

.character-flip .profile-back {
  opacity: 0;
  transform: scale(0.985);
}

.character-flip:hover .profile-front,
.character-flip:focus-visible .profile-front,
.character-flip:focus .profile-front {
  opacity: 0;
  transform: scale(0.985);
}

.character-flip:hover .profile-back,
.character-flip:focus-visible .profile-back,
.character-flip:focus .profile-back {
  opacity: 1;
  transform: scale(1);
}

.character-flip:focus-visible {
  outline: 2px solid #b778ff;
  outline-offset: 4px;
}

.assassin-profile-details {
  display: grid;
  gap: 14px;
}

.assassin-profile-lead,
.profile-card-grid article {
  background: rgba(8, 7, 14, 0.78);
  border: 1px solid rgba(171, 110, 255, 0.46);
  box-shadow:
    inset 0 0 26px rgba(139, 78, 255, 0.11),
    0 0 18px rgba(139, 78, 255, 0.08);
}

.assassin-profile-lead {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
}

.assassin-profile-lead .section-kicker {
  margin: 0;
}

.assassin-profile-lead h3 {
  color: var(--text);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.assassin-profile-lead p:last-child {
  color: var(--muted);
  margin: 0;
}

.profile-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-card-grid article {
  display: grid;
  gap: 10px;
  min-height: 142px;
  padding: clamp(18px, 2.4vw, 26px);
}

.profile-card-grid span {
  color: #bb8cff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-card-grid strong {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.06;
}

.profile-card-grid small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.katsumi-feature-band,
.katsumi-world-grid {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
}

.katsumi-feature-band img,
.katsumi-world-grid img {
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  object-fit: cover;
  width: 100%;
}

.katsumi-feature-band img,
.katsumi-world-grid img,
.gallery-grid img {
  aspect-ratio: 16 / 9;
}

.katsumi-feature-band img.feature-effect-art {
  background: #050507;
  object-fit: contain;
  padding: clamp(16px, 3vw, 28px);
}

.katsumi-feature-band ul {
  color: var(--muted);
  display: grid;
  gap: 10px;
  line-height: 1.6;
  margin: 24px 0 0;
  padding-left: 20px;
}

.katsumi-world-grid {
  grid-template-columns: minmax(360px, 1.15fr) minmax(0, 0.85fr);
}

.music-identity-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.92)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.88)),
    url("assets/series/katsumi/katsumi-profile-environment.png") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: none;
}

.music-identity-stage {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  margin: 0 auto;
  max-width: min(100%, 1120px);
}

.music-identity-stage > .section-kicker {
  margin: 0;
  text-align: center;
}

.music-logo-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.music-logo-row article {
  align-items: center;
  background: rgba(9, 10, 12, 0.72);
  border: 1px solid var(--line);
  display: grid;
  gap: clamp(16px, 2vw, 26px);
  grid-template-columns: minmax(130px, 0.58fr) minmax(0, 1fr);
  min-height: 220px;
  overflow: visible;
  padding: clamp(18px, 2.4vw, 28px);
}

.music-logo-row img {
  aspect-ratio: 1;
  display: block;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45));
  height: clamp(150px, 16vw, 190px);
  justify-self: center;
  object-fit: contain;
  width: clamp(150px, 16vw, 190px);
}

.music-logo-row article div {
  min-width: 0;
}

.music-logo-row h3 {
  color: var(--text);
  font-size: clamp(1.2rem, 1.9vw, 1.75rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.music-logo-row p {
  color: var(--muted);
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.music-genre-pills {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.music-genre-pills span {
  background: rgba(22, 9, 34, 0.78);
  border: 1px solid rgba(158, 93, 255, 0.62);
  box-shadow:
    inset 0 0 20px rgba(123, 63, 242, 0.16),
    0 0 18px rgba(123, 63, 242, 0.12);
  color: #bb8cff;
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  min-height: 64px;
  padding: 14px 18px;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
}

.music-identity-statement {
  background: rgba(9, 10, 12, 0.72);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
  text-transform: uppercase;
}

.franchise-grid,
.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.franchise-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  min-height: 280px;
  padding: clamp(22px, 3vw, 34px);
}

.franchise-grid img {
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.franchise-grid h3 {
  color: var(--text);
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
}

.franchise-grid p,
.katsumi-feature-band p,
.katsumi-world-grid p,
.katsumi-production p {
  color: var(--muted);
}

.gallery-grid img {
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  object-fit: cover;
  width: 100%;
}

.katsumi-color-heading {
  margin-bottom: 24px;
}

.color-word-violet {
  color: #7b3ff2;
}

.color-word-gold {
  color: #f6b72f;
}

.color-word-red {
  color: #f04b3f;
}

.katsumi-color-statement {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.2;
  margin: clamp(24px, 4vw, 40px) auto 0;
  max-width: 960px;
  text-align: center;
  text-transform: uppercase;
}

.visual-frame {
  display: grid;
  gap: 10px;
  margin: 0;
  position: relative;
}

.visual-frame:has(figcaption) {
  grid-template-rows: auto minmax(58px, auto);
}

.visual-frame::after {
  content: none;
}

.visual-frame img {
  border: 1px solid var(--visual-accent, rgba(255, 255, 255, 0.14));
  height: auto;
}

.visual-frame figcaption {
  align-content: start;
  color: var(--visual-accent, var(--yellow));
  display: grid;
  gap: 4px;
  letter-spacing: 0.08em;
  line-height: 1.15;
  min-height: 3.25em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.92);
  text-transform: uppercase;
}

.visual-frame figcaption strong {
  color: inherit;
  font-size: clamp(1.28rem, 2.25vw, 2rem);
  font-weight: 1000;
  line-height: 1;
}

.visual-frame figcaption span {
  color: var(--muted);
  font-size: clamp(0.68rem, 1vw, 0.86rem);
  font-weight: 900;
}

.katsumi-visual-grid img {
  aspect-ratio: 16 / 9;
  background: #050507;
  border-color: var(--visual-accent, rgba(255, 255, 255, 0.14));
  box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.45), 0 0 0 1px color-mix(in srgb, var(--visual-accent, transparent) 44%, transparent);
  filter: saturate(1.04) contrast(1.02);
  object-fit: cover;
}

.katsumi-visual-grid {
  align-items: start;
}

.katsumi-visual-grid .visual-accent-family img {
  object-position: center;
}

.visual-accent-electric {
  --visual-accent: #7b3ff2;
}

.visual-accent-family {
  --visual-accent: #f6b72f;
}

.visual-accent-red {
  --visual-accent: #f04b3f;
}

.visual-accent-shop {
  --visual-accent: #9d55ff;
}

.visual-accent-gold {
  --visual-accent: #f6b72f;
}

.visual-accent-temple {
  --visual-accent: #d7194b;
}

.portfolio-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-card {
  color: var(--bg);
  display: grid;
  min-height: 280px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.portfolio-card::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 36%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 18px);
  content: "";
  inset: 0;
  opacity: 0.6;
  position: absolute;
}

.portfolio-card span,
.portfolio-card h3 {
  color: var(--bg);
  position: relative;
}

.portfolio-card span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-card h3 {
  align-self: end;
  font-size: clamp(1.16rem, 1.55vw, 1.55rem);
  line-height: 1.08;
  text-align: center;
}

.portfolio-card span {
  text-align: center;
}

.portfolio-card {
  text-align: center;
}

.story-grid h3 {
  text-align: center;
}

.logo-list {
  margin-top: 0;
}

.page-contact {
  margin-top: 0;
}

.contact-points {
  margin-top: 28px;
}

.newsletter-row {
  align-items: start;
  display: grid;
  gap: clamp(24px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-consent {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.newsletter-consent input {
  accent-color: var(--cyan);
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.back-to-top {
  align-items: center;
  background: rgba(3, 3, 5, 0.98);
  border: 1px solid rgba(103, 85, 189, 0.5);
  bottom: 58px;
  color: var(--yellow);
  cursor: pointer;
  display: inline-flex;
  font-size: 0;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 10px;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 38px;
  z-index: 125;
}

.back-to-top::before {
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  display: block;
  height: 14px;
  transform: translateY(3px) rotate(45deg);
  width: 14px;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: rgba(255, 190, 46, 0.78);
}

.music-player {
  bottom: 0;
  left: clamp(16px, 4vw, 52px);
  position: fixed;
  right: clamp(16px, 4vw, 52px);
  transform: translateY(calc(100% - 50px));
  transition: transform 220ms ease;
  z-index: 120;
}

.music-player[data-open="true"] {
  transform: translateY(0);
}

.player-tab {
  align-items: center;
  background: rgba(3, 3, 5, 0.98);
  border: 1px solid rgba(103, 85, 189, 0.5);
  border-bottom: 0;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 900;
  gap: 12px;
  justify-content: space-between;
  margin-left: auto;
  min-height: 50px;
  padding: 0 16px;
  width: min(360px, 100%);
}

.player-tab span {
  color: var(--yellow);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-tab strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-panel {
  align-items: center;
  background: rgba(3, 3, 5, 0.97);
  border: 1px solid rgba(103, 85, 189, 0.5);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 0.4fr) minmax(170px, 0.62fr) minmax(180px, 0.66fr) minmax(112px, 0.36fr) auto;
  padding: 12px;
}

.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.player-controls button {
  background: var(--red);
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 12px;
}

.player-back,
.player-stop,
.player-forward {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
}

.player-stop {
  color: var(--yellow);
}

.music-player[data-state="playing"] .player-toggle {
  background: var(--cyan);
  color: var(--bg);
}

.player-meta {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 104px minmax(0, 1fr);
  min-width: 0;
}

.player-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--bg);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 1000;
  aspect-ratio: 16 / 9;
  height: 58px;
  isolation: isolate;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
  text-transform: uppercase;
  user-select: none;
  width: 104px;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.player-icon::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 44%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0 3px, transparent 3px 7px);
  content: "";
  inset: 0;
  opacity: 0.55;
  position: absolute;
  z-index: -1;
}

.player-icon.signal {
  background: var(--yellow);
}

.player-icon.katsumi {
  background: var(--red);
  color: white;
}

.player-icon.dojo {
  background: var(--cyan);
}

.player-icon.has-art {
  background-color: #050507;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  text-shadow: none;
}

.player-icon.has-art::before {
  opacity: 0.16;
}

.player-icon::selection {
  background: transparent;
}

.player-icon,
.player-icon,
.player-tab strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-meta strong {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.player-meta span {
  display: block;
  margin-top: 2px;
}

.player-meta strong {
  font-size: 0.95rem;
}

.player-meta span,
.player-progress small,
.player-volume {
  color: var(--muted);
  font-size: 0.78rem;
}

.player-progress {
  display: grid;
  gap: 6px;
}

.player-up-next {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 66px;
  padding: 6px;
}

.player-up-next-icon,
.playlist-track-icon {
  aspect-ratio: 1 / 1;
  align-items: center;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--bg);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 1000;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  text-transform: uppercase;
}

.player-up-next-icon {
  aspect-ratio: 16 / 9;
  height: 54px;
  width: 96px;
}

.playlist-track-icon {
  height: 56px;
  width: 56px;
}

.player-up-next-icon.signal,
.playlist-track-icon.signal {
  background: var(--yellow);
}

.player-up-next-icon.katsumi,
.playlist-track-icon.katsumi {
  background: var(--red);
  color: white;
}

.player-up-next-icon.dojo,
.playlist-track-icon.dojo {
  background: var(--cyan);
}

.player-up-next-icon.has-art,
.playlist-track-icon.has-art {
  background-color: #050507;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
}

.playlist-track-icon.has-art {
  background-size: cover;
}

.player-up-next span {
  color: var(--yellow);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-up-next strong,
.player-up-next small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-up-next strong {
  color: var(--text);
  font-size: 0.82rem;
}

.player-up-next small {
  color: var(--muted);
  font-size: 0.72rem;
}

.player-playlist-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--yellow);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 12px;
}

.player-playlist {
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
  max-height: min(44vh, 380px);
  overflow: auto;
  padding-top: 12px;
}

.player-playlist-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.player-playlist-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 76px;
  padding: 8px;
  text-align: left;
}

.player-playlist-item[data-active="true"] {
  border-color: rgba(32, 199, 217, 0.75);
}

.player-playlist-item strong,
.player-playlist-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-playlist-item strong {
  font-size: 0.82rem;
}

.player-playlist-item small {
  color: var(--muted);
  font-size: 0.72rem;
}

.player-eq {
  align-items: end;
  border: 1px solid var(--line);
  display: flex;
  gap: 3px;
  height: 42px;
  padding: 6px;
}

.player-eq span {
  background: linear-gradient(180deg, var(--yellow), var(--red));
  display: block;
  flex: 1;
  height: 16%;
  min-width: 3px;
  transition: height 120ms linear;
}

.music-player[data-state="playing"] .player-eq span:nth-child(3n) {
  background: linear-gradient(180deg, var(--cyan), var(--yellow));
}

.player-bar {
  background: rgba(255, 255, 255, 0.14);
  height: 7px;
  overflow: hidden;
}

.player-bar span {
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--cyan));
  display: block;
  height: 100%;
  width: 0;
}

.player-volume {
  align-items: center;
  display: grid;
  gap: 4px;
  letter-spacing: 0;
  text-transform: none;
}

.player-volume input {
  accent-color: var(--cyan);
  min-height: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
    display: grid;
    gap: 10px 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .brand img {
    height: 54px;
    max-width: min(70vw, 340px);
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nav {
    align-items: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    flex-direction: column;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 10px;
    width: 100%;
  }

  .site-header[data-nav-open="true"] .nav {
    display: flex;
  }

  .nav a {
    min-height: 40px;
    padding: 10px 12px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown > a {
    display: block;
  }

  .nav-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    gap: 4px;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 2px 0 0 14px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .hero,
  .page-hero,
  .section-heading,
  .work-layout,
  .art-showcase-grid,
  .contact,
  .founder-section,
  .featured-collection,
  .newsletter-row,
  .dojo-showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-paths {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
    order: -1;
  }

  .hero-media::after {
    background: linear-gradient(0deg, var(--bg) 0%, rgba(9, 10, 12, 0.05) 55%);
  }

  .service-grid,
  .process-row,
  .story-grid,
  .team-grid,
  .collection-grid,
  .portfolio-grid,
  .featured-projects,
  .timeline,
  .dojo-timeline,
  .katsumi-stats,
  .show-timeline-grid,
  .franchise-grid,
  .gallery-grid,
  .dojo-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .music-logo-row,
  .music-genre-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .katsumi-feature-band,
  .assassin-profile-layout,
  .katsumi-world-grid {
    grid-template-columns: 1fr;
  }

  .assassin-profile-art.character-flip {
    height: clamp(620px, 92vw, 820px);
  }

  .series-hero {
    min-height: 700px;
  }

  .dojo-hero > img {
    opacity: 0.34;
    right: -8vw;
    width: min(72vw, 520px);
  }

  .art-card-feature,
  .art-card-dark-force,
  .art-card-live-half,
  .dojo-art-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .service-card-center {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: min(100%, 420px);
    width: 100%;
  }

  .music-player {
    left: 12px;
    right: 12px;
  }

  .player-panel {
    grid-template-columns: minmax(240px, 1fr) auto;
  }

  .player-controls,
  .player-eq,
  .player-progress,
  .player-up-next,
  .player-playlist-toggle,
  .player-playlist,
  .player-volume {
    grid-column: 1 / -1;
  }

  .player-controls {
    justify-content: stretch;
  }

  .player-controls button {
    flex: 1;
  }

  .founder-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .process-row > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .nav {
    justify-content: flex-start;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 4px 0 0 10px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-copy {
    padding-top: 42px;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .collection-stack,
  .process-row,
  .copy-columns,
  .series-panel,
  .story-grid,
  .team-grid,
  .collection-grid,
  .portfolio-grid,
  .featured-projects,
  .timeline,
  .dojo-timeline,
  .katsumi-stats,
  .profile-card-grid,
  .show-timeline-grid,
  .franchise-grid,
  .gallery-grid,
  .dojo-gallery {
    grid-template-columns: 1fr;
  }

  .music-logo-row,
  .music-genre-pills {
    grid-template-columns: 1fr;
  }

  .music-logo-row article {
    grid-template-columns: minmax(92px, 120px) minmax(0, 1fr);
  }

  .super-layer-panel {
    min-height: 420px;
    padding: 24px;
  }

  .super-layer-copy h2 {
    font-size: clamp(3.15rem, 17vw, 5.8rem);
  }

  .series-hero {
    min-height: 620px;
    padding-top: calc(var(--header-height, 110px) + 34px);
  }

  .katsumi-hero-status {
    justify-content: flex-start;
    left: clamp(20px, 5vw, 72px);
    right: clamp(20px, 5vw, 72px);
    top: calc(var(--header-height, 110px) + 18px);
  }

  .dojo-hero > img {
    bottom: -4%;
    opacity: 0.2;
    width: min(92vw, 520px);
  }

  .dojo-logo-lockup img:last-child {
    max-width: min(100%, 240px);
  }

  .series-hero-copy h1 {
    font-size: clamp(3.4rem, 17vw, 5.7rem);
  }

  .katsumi-title small {
    font-size: clamp(0.54rem, 2.3vw, 0.82rem);
    letter-spacing: 0.16em;
  }

  .katsumi-player-section .section-heading h2 {
    font-size: clamp(0.82rem, 3.7vw, 1.35rem);
  }

  .assassin-profile-art.character-flip {
    height: clamp(600px, 140vw, 760px);
  }

  .katsumi-production .timeline {
    grid-template-columns: 1fr;
  }

  .service-card-center {
    grid-column: auto;
    max-width: none;
  }

  .series-dropdowns summary {
    grid-template-columns: 1fr auto;
  }

  .series-dropdowns summary strong {
    grid-column: 1 / -1;
  }

  .series-panel {
    min-height: 420px;
  }

  .series-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .series-panel-katsumi {
    background:
      linear-gradient(0deg, rgba(3, 3, 5, 0.96) 0%, rgba(3, 3, 5, 0.42) 72%),
      url("assets/series/katsumi-stealth-assassin-panel.png") 58% center / cover no-repeat;
  }

  .series-character-katsumi {
    --katsumi-top-relief: 18px;
    height: calc(100% - var(--katsumi-top-relief));
    left: 0;
    max-width: 82vw;
    opacity: 0.48;
    top: var(--katsumi-top-relief);
    transform: none;
    width: min(92vw, 640px);
  }

  .series-panel-copy {
    align-self: end;
    max-width: none;
  }

  .series-panel-katsumi .series-panel-copy {
    grid-column: 1;
    justify-self: stretch;
  }

  .series-info-grid {
    grid-template-columns: 1fr;
  }

  .preview-controls {
    grid-template-columns: 1fr 1fr;
  }

  .video-equalizer,
  .preview-controls label {
    grid-column: 1 / -1;
  }

  .video-volume-control {
    justify-self: stretch;
    width: min(100%, 170px);
  }

  .video-equalizer {
    min-width: 0;
  }

  .page-hero {
    padding-top: 52px;
  }

  .service-detail,
  .timeline article {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .service-detail > span,
  .timeline span {
    margin-bottom: 8px;
  }

  .collection-tile,
  .feature-panel {
    min-height: 260px;
  }

  .process-row > div + div,
  .process-row > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-brand img {
    height: 38px;
    max-width: 82vw;
  }

  .site-footer div {
    justify-content: flex-start;
  }

  .music-player {
    left: 8px;
    right: 8px;
    transform: translateY(calc(100% - 42px));
  }

  .player-tab {
    min-height: 42px;
    padding: 0 12px;
    width: 100%;
  }

  .player-tab span {
    font-size: 0.68rem;
  }

  .player-tab strong {
    font-size: 0.78rem;
  }

  .player-panel {
    gap: 10px;
    grid-template-columns: 1fr;
    max-height: calc(100vh - var(--header-height, 110px) - 58px);
    overflow: auto;
    padding: 10px;
  }

  .player-meta {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .player-icon {
    height: 44px;
    width: 76px;
  }

  .player-controls button,
  .player-playlist-toggle {
    font-size: 0.72rem;
    min-height: 38px;
    padding: 0 8px;
  }

  .player-up-next {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 50px;
  }

  .player-up-next-icon {
    height: 46px;
    width: 82px;
  }

  .player-eq {
    height: 32px;
  }
}

@media (max-width: 900px) {
  .dojo-section-nav,
  .dojo-manifesto-layout,
  .dojo-world-layout,
  .dojo-merch-layout,
  .dojo-release-grid {
    grid-template-columns: 1fr;
  }

  .dojo-volume-grid,
  .dojo-world-grid,
  .dojo-rule-grid,
  .dojo-stage-grid,
  .dojo-warrior-grid,
  .dojo-mixtape-grid,
  .dojo-merch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dojo-world-art,
  .dojo-merch-layout figure {
    min-height: 340px;
  }

  .dojo-release-grid article {
    grid-template-columns: minmax(140px, 0.34fr) minmax(0, 0.66fr);
  }
}

@media (max-width: 620px) {
  .dojo-section-nav,
  .dojo-volume-grid,
  .dojo-world-grid,
  .dojo-rule-grid,
  .dojo-stage-grid,
  .dojo-warrior-grid,
  .dojo-release-grid,
  .dojo-mixtape-grid,
  .dojo-merch-grid {
    grid-template-columns: 1fr;
  }

  .dojo-section-nav a,
  .dojo-volume-grid article,
  .dojo-world-grid article,
  .dojo-rule-grid article,
  .dojo-mixtape-grid article,
  .dojo-merch-grid article {
    min-height: 0;
  }

  .dojo-manifesto figure,
  .dojo-world-art,
  .dojo-merch-layout figure {
    min-height: 260px;
  }

  .dojo-release-grid article {
    grid-template-columns: 1fr;
  }

  .dojo-warrior-grid article {
    min-height: 500px;
  }
}
