/*
Theme Name: Lello Romano Official SAFE
Theme URI: https://barbanerastudio.it
Author: Barbanera Studio
Description: Tema WordPress custom leggero per il sito ufficiale di Lello Romano, derivato dalla versione Netlify approvata.
Version: 1.0.5
Text Domain: lello-romano
*/

:root {
  --black: #020202;
  --ink: #111;
  --red: #d90f0f;
  --red-soft: rgba(217, 15, 15, 0.28);
  --amber: #d8b56a;
  --green: #98f25f;
  --mint: #b9fff1;
  --white: #f6f3ef;
  --muted: rgba(246, 243, 239, 0.68);
  --line: rgba(246, 243, 239, 0.22);
  --display: "Bodoni 72", Didot, "Bodoni 72 Smallcaps", Georgia, "Times New Roman", serif;
  --club: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 90;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--black);
  background: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: clamp(22px, 3vw, 44px);
  left: clamp(22px, 4vw, 66px);
  right: clamp(22px, 4vw, 66px);
  z-index: 70;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.logo,
.menu-button {
  pointer-events: auto;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 54px);
  line-height: 0.74;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.46);
  transition: color 220ms ease, text-shadow 220ms ease;
}

.logo-r {
  color: var(--red);
  margin-left: -0.12em;
}

body.menu-open .logo {
  color: var(--ink);
  text-shadow: none;
}

.menu-button {
  display: grid;
  gap: 8px;
  width: 58px;
  border: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 58px;
  height: 5px;
  border-radius: 99px;
  background: currentColor;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.34);
  transform-origin: center;
  transition: transform 240ms ease, opacity 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.menu-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 8px;
}

.menu-button b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body.menu-open .menu-button {
  color: var(--ink);
}

body.menu-open .menu-button span {
  box-shadow: none;
}

body.menu-open .menu-button span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

body.menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-button span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

.social-rail {
  position: fixed;
  left: clamp(26px, 5vw, 92px);
  top: 50%;
  z-index: 55;
  display: grid;
  gap: clamp(28px, 5vh, 68px);
  transform: translateY(-50%);
}

.social-rail a {
  display: grid;
  place-items: center;
  width: clamp(44px, 4vw, 54px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white);
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.35);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.social-rail svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}

.social-rail a:hover,
.social-rail a:focus-visible {
  color: var(--white);
  background: var(--red);
  transform: translateX(8px) scale(1.05);
  outline: none;
}

body.menu-open .social-rail a {
  color: var(--white);
  background: var(--ink);
}

.home {
  position: relative;
  height: 100svh;
  min-height: 640px;
  isolation: isolate;
  overflow: hidden;
  background: #020202;
}

.hero-slides,
.photo-stage,
.scan,
.light-beam,
.home::before,
.home::after {
  position: absolute;
  inset: 0;
}

.home::before {
  content: "";
  z-index: -1;
  background:
    radial-gradient(circle at 28% 38%, rgba(246, 243, 239, 0.13), transparent 22rem),
    radial-gradient(circle at 72% 68%, rgba(217, 15, 15, 0.16), transparent 26rem),
    linear-gradient(108deg, transparent 24%, rgba(246, 243, 239, 0.08) 45%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0.62;
  filter: blur(9px);
  animation: light-drift 21s ease-in-out infinite alternate;
}

.home::after {
  content: "";
  z-index: 0;
  background:
    radial-gradient(circle at 50% 42%, transparent 0 34%, rgba(0, 0, 0, 0.5) 70%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 35%, rgba(0, 0, 0, 0.68)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.hero-slides {
  z-index: -5;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #020202 94%),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
}

.hero-slides::before {
  content: "";
  position: absolute;
  inset: -7%;
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 20%, rgba(217, 15, 15, 0.19) 42%, transparent 60%),
    radial-gradient(circle at 42% 16%, rgba(246, 243, 239, 0.09), transparent 24rem);
  mix-blend-mode: screen;
  filter: blur(16px);
  opacity: 0.48;
  animation: background-breathe 19s ease-in-out infinite alternate;
}

.photo-stage {
  inset: -4%;
  z-index: 1;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(1.1) brightness(0.72);
  transform: scale(1.03);
  animation: hero-photo 20s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

.photo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.18) 64%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.9));
}

.photo-one {
  background-image: url("assets/visuals/lello-hero-complete.webp");
  background-position: center 47%;
}

.photo-two {
  background-image: url("assets/visuals/lello-bw-portrait.webp");
  background-size: min(88vw, 1360px) auto;
  background-position: 56% 54%;
  filter: grayscale(1) contrast(1.16) brightness(0.62);
  animation-delay: 6.6s;
}

.photo-three {
  background-image: url("assets/visuals/lello-hero-complete.webp");
  background-position: 50% 50%;
  filter: grayscale(1) contrast(1.2) brightness(0.54);
  animation-delay: 13.2s;
}

.aura {
  position: absolute;
  z-index: -3;
  width: 76vw;
  height: 16vh;
  min-height: 92px;
  background: linear-gradient(90deg, transparent, rgba(217, 15, 15, 0.34), rgba(216, 181, 106, 0.15), transparent);
  clip-path: polygon(0 22%, 100% 0, 92% 78%, 8% 100%);
  mix-blend-mode: screen;
  opacity: 0.34;
  filter: blur(10px);
  pointer-events: none;
}

.aura-one {
  top: 7%;
  left: -28%;
  animation: ribbon-one 14s ease-in-out infinite alternate;
}

.aura-two {
  right: -28%;
  bottom: 14%;
  animation: ribbon-two 16s ease-in-out infinite alternate-reverse;
}

.light-beam {
  z-index: -2;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.34;
  filter: blur(12px);
}

.beam-one {
  background: linear-gradient(104deg, transparent 23%, rgba(246, 243, 239, 0.13) 42%, transparent 56%);
  transform: translateX(-16%) rotate(-4deg);
  animation: beam-one 17s ease-in-out infinite alternate;
}

.beam-two {
  background: linear-gradient(76deg, transparent 34%, rgba(217, 15, 15, 0.18) 49%, transparent 66%);
  transform: translateX(14%) rotate(7deg);
  animation: beam-two 22s ease-in-out infinite alternate-reverse;
}

.scan {
  z-index: 1;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, rgba(246, 243, 239, 0.08) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(246, 243, 239, 0.03) 0 1px, transparent 1px 9px);
  animation: scanline 1200ms steps(2) infinite;
}

.hero-copy {
  position: absolute;
  left: clamp(104px, 13vw, 230px);
  bottom: clamp(58px, 8vh, 94px);
  z-index: 14;
  max-width: min(620px, 52vw);
  animation: copy-in 900ms cubic-bezier(.2,.7,.08,1) 240ms both;
}

.swap-title {
  position: relative;
  display: grid;
  min-width: min(620px, 52vw);
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(40px, 4.8vw, 86px);
  line-height: 0.84;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 20px 44px rgba(0, 0, 0, 0.52);
  cursor: default;
  outline: none;
}

.swap-title span {
  grid-area: 1 / 1;
  display: grid;
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
}

.swap-title b,
.swap-title em {
  display: block;
  font-style: normal;
}

.swap-title b {
  color: var(--red);
}

.swap-title em {
  color: transparent;
  -webkit-text-stroke: 1.6px var(--red);
}

.scroll-cue {
  position: absolute;
  right: clamp(24px, 4vw, 66px);
  bottom: clamp(26px, 5vh, 46px);
  z-index: 16;
  color: rgba(246, 243, 239, 0.72);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  margin: 10px auto 0;
  background: rgba(246, 243, 239, 0.56);
  animation: cue 1.6s ease-in-out infinite;
}

.latest-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(52px, 8vw, 110px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(2, 2, 2, 0.92), rgba(2, 2, 2, 0.78)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
  border-top: 1px solid rgba(246, 243, 239, 0.08);
}

.latest-section::before {
  content: "";
  position: absolute;
  inset: 12%;
  background:
    linear-gradient(90deg, transparent, rgba(217, 15, 15, 0.18), transparent),
    radial-gradient(circle, rgba(216, 181, 106, 0.1), transparent 52%);
  filter: blur(28px);
  transform: rotate(-7deg);
  animation: section-light 18s ease-in-out infinite alternate;
}

.latest-section a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: clamp(42px, 6vw, 76px);
  text-align: center;
}

.latest-section span {
  color: var(--amber);
  font-family: var(--display);
  font-size: clamp(42px, 6.4vw, 96px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.latest-section i {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(116px, 16vw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  transition: transform 220ms ease, background 220ms ease;
}

.latest-section i::before,
.latest-section i::after {
  content: "";
  position: absolute;
}

.latest-section i::before {
  width: 34%;
  height: 34%;
  border-top: clamp(8px, 1vw, 14px) solid var(--black);
  border-right: clamp(8px, 1vw, 14px) solid var(--black);
  transform: translateX(-8%) rotate(45deg);
}

.latest-section i::after {
  width: 38%;
  height: clamp(8px, 1vw, 14px);
  background: var(--black);
  transform: translateX(-10%);
}

.latest-section a:hover i,
.latest-section a:focus-visible i {
  background: var(--amber);
  transform: translateX(12px) scale(1.04);
}

.story-section,
.music-section,
.split-section,
.booking-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(84px, 12vw, 170px) clamp(26px, 8vw, 150px) clamp(84px, 12vw, 170px) clamp(190px, 14vw, 240px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 2, 2, 0.96), rgba(2, 2, 2, 0.86)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
  border-top: 1px solid rgba(246, 243, 239, 0.08);
}

.story-section::before,
.music-section::after,
.split-section::before,
.booking-section::before {
  content: "";
  position: absolute;
  inset: -14%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 21%, rgba(246, 243, 239, 0.055) 42%, transparent 62%),
    radial-gradient(circle at 74% 28%, rgba(217, 15, 15, 0.14), transparent 24rem);
  mix-blend-mode: screen;
  filter: blur(18px);
  opacity: 0.5;
  animation: section-light 28s ease-in-out infinite alternate;
}

.story-section > *,
.music-section > *,
.split-section > *,
.booking-section > * {
  position: relative;
  z-index: 2;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
}

.story-head {
  position: sticky;
  top: 128px;
  min-width: 0;
}

.story-head p,
.section-shell p,
.kicker,
.story-card p {
  margin: 0 0 16px;
  color: var(--red);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-head h2,
.section-shell h2,
.panel-view h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-head h2 {
  font-size: clamp(40px, 5vw, 76px);
}

.story-head h2 span,
.section-shell h2 span,
.panel-view h2 span {
  color: transparent;
  -webkit-text-stroke: 1.5px currentColor;
}

.story-grid {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.story-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.86fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: end;
  min-height: clamp(280px, 42vw, 500px);
}

.story-card:nth-child(even) {
  transform: translateX(clamp(0px, 4vw, 70px));
}

.story-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
}

.story-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(5, 5, 5, 0.45)),
    repeating-linear-gradient(0deg, rgba(246, 243, 239, 0.08) 0 1px, transparent 1px 5px);
  opacity: 0.44;
}

.story-card img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.8) contrast(1.06);
  transform: scale(1.04);
  transition: transform 700ms ease, filter 700ms ease;
}

.story-card:hover img {
  filter: grayscale(0.22) contrast(1.04);
  transform: scale(1.1);
}

.story-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(30px, 4.4vw, 64px);
  line-height: 0.9;
  text-transform: uppercase;
}

.story-card span {
  display: block;
  max-width: 360px;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.35;
}

.image-section {
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.image-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.3), rgba(5, 5, 5, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.78));
}

.image-profile {
  background-image: url("assets/visuals/lello-bw-portrait.webp");
  background-position: 65% center;
  background-size: min(88vw, 1320px) auto;
  background-repeat: no-repeat;
}

.image-three {
  background-image: url("assets/visuals/lello-bw-portrait.webp");
  background-position: 72% center;
  background-size: min(86vw, 1260px) auto;
  background-repeat: no-repeat;
}

.section-shell {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.section-shell h2 span {
  color: transparent;
  -webkit-text-stroke-color: var(--white);
}

.link-grid,
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.link-grid a,
.panel-actions a,
.booking-form button {
  min-height: 46px;
  border: 1px solid rgba(246, 243, 239, 0.56);
  color: var(--white);
  background: rgba(5, 5, 5, 0.32);
  padding: 13px 22px 11px;
  cursor: pointer;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease, color 220ms ease;
}

.link-grid a:hover,
.link-grid a:focus-visible,
.panel-actions a:hover,
.panel-actions a:focus-visible,
.booking-form button:hover,
.booking-form button:focus-visible {
  border-color: var(--red);
  color: var(--white);
  background: var(--red);
  transform: translateY(-2px);
  outline: none;
}

.split-section,
.booking-section {
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.98), rgba(2, 2, 2, 0.74)),
    radial-gradient(circle at 72% 50%, rgba(217, 15, 15, 0.16), transparent 32rem),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
}

.booking-form {
  display: grid;
  gap: 12px;
  width: min(500px, 100%);
  margin-top: 30px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: rgba(246, 243, 239, 0.72);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea,
.ai-form input {
  width: 100%;
  border: 1px solid rgba(246, 243, 239, 0.24);
  color: var(--white);
  background: rgba(0, 0, 0, 0.36);
  padding: 13px 14px;
  outline: none;
}

.booking-form input:focus,
.booking-form textarea:focus,
.ai-form input:focus {
  border-color: var(--red);
}

.booking-form button {
  justify-self: start;
  border-color: rgba(225, 18, 18, 0.9);
  background: rgba(225, 18, 18, 0.9);
}

.hidden {
  display: none;
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

body.menu-open .menu-panel {
  opacity: 1;
  pointer-events: auto;
}

.panel-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.48), transparent 42%),
    radial-gradient(circle at 28% 90%, #19dbc9, transparent 42%),
    var(--mint);
}

.panel-shell {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 8vw, 130px);
  align-items: end;
  padding: clamp(92px, 12vw, 160px) clamp(28px, 8vw, 150px) clamp(48px, 8vw, 96px);
  color: var(--ink);
  transform: translateY(26px);
  transition: transform 260ms ease;
}

body.menu-open .panel-shell {
  transform: translateY(0);
}

.panel-close {
  position: absolute;
  right: clamp(22px, 4vw, 66px);
  bottom: clamp(22px, 4vw, 66px);
  border: 0;
  color: var(--ink);
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-nav {
  display: grid;
  align-content: end;
  gap: clamp(4px, 1vw, 10px);
}

.panel-link {
  border: 0;
  color: var(--ink);
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(42px, 6.2vw, 92px);
  line-height: 0.78;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease, opacity 220ms ease;
}

.panel-link:nth-child(even) {
  color: transparent;
  -webkit-text-stroke: 1.4px var(--ink);
}

.panel-link:hover,
.panel-link:focus-visible,
.panel-link.active {
  color: var(--red);
  opacity: 1;
  transform: translateX(10px);
  outline: none;
  -webkit-text-stroke-color: var(--red);
}

.panel-content {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
}

.panel-view {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.panel-view.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.panel-view h2 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(46px, 8vw, 118px);
}

.panel-view h2 span {
  -webkit-text-stroke-color: var(--ink);
}

.panel-view p:not(.kicker) {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.4;
}

.panel-actions a {
  color: var(--ink);
  border-color: rgba(17, 17, 17, 0.55);
  background: rgba(255, 255, 255, 0.16);
}

.ai-launcher {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 58;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid rgba(246, 243, 239, 0.5);
  border-radius: 50%;
  color: var(--white);
  background: rgba(5, 5, 5, 0.82);
  cursor: pointer;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.94);
  transition: opacity 260ms ease, transform 260ms ease, background 220ms ease;
}

body.ai-ready .ai-launcher {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.ai-launcher:hover,
.ai-launcher:focus-visible {
  background: var(--red);
  outline: none;
}

.ai-chat {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(86px, 7vw, 112px);
  z-index: 59;
  width: min(360px, calc(100vw - 36px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease;
}

body.ai-open .ai-chat {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ai-card {
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
  padding: 24px;
  backdrop-filter: blur(14px);
}

.ai-card h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 42px;
  line-height: 0.88;
  text-transform: uppercase;
}

.ai-card p:not(.kicker) {
  margin: 0 0 18px;
  color: var(--muted);
}

.ai-messages {
  display: grid;
  gap: 8px;
  max-height: 150px;
  margin: 0 0 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ai-messages p {
  margin: 0;
  border: 1px solid rgba(246, 243, 239, 0.1);
  color: rgba(246, 243, 239, 0.72);
  background: rgba(255, 255, 255, 0.04);
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.35;
}

.ai-messages strong {
  color: var(--red);
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-close {
  float: right;
  border: 1px solid var(--line);
  color: var(--white);
  background: transparent;
  padding: 7px 10px;
  cursor: pointer;
  font-family: var(--display);
  text-transform: uppercase;
}

.ai-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ai-form button {
  border: 0;
  color: var(--black);
  background: var(--white);
  padding: 0 13px;
  cursor: pointer;
  font-family: var(--display);
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-photo {
  0% {
    opacity: 0;
    transform: scale(1.04) translate3d(0, 0, 0);
    filter: grayscale(1) contrast(1.08) brightness(0.54);
  }
  7%,
  31% {
    opacity: 0.96;
  }
  39%,
  100% {
    opacity: 0;
    transform: scale(1.1) translate3d(-1.2%, -0.8%, 0);
    filter: grayscale(1) contrast(1.18) brightness(0.66);
  }
}

@keyframes background-breathe {
  from {
    opacity: 0.34;
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    opacity: 0.58;
    transform: translate3d(2%, 1.5%, 0) scale(1.04);
  }
}

@keyframes light-drift {
  from {
    transform: translate3d(-2vw, -1vh, 0) scale(1);
    opacity: 0.48;
  }
  to {
    transform: translate3d(3vw, 2vh, 0) scale(1.05);
    opacity: 0.7;
  }
}

@keyframes beam-one {
  from {
    transform: translate3d(-20%, -2%, 0) rotate(-5deg);
    opacity: 0.18;
  }
  to {
    transform: translate3d(10%, 3%, 0) rotate(-2deg);
    opacity: 0.42;
  }
}

@keyframes beam-two {
  from {
    transform: translate3d(18%, 3%, 0) rotate(8deg);
    opacity: 0.14;
  }
  to {
    transform: translate3d(-12%, -3%, 0) rotate(4deg);
    opacity: 0.36;
  }
}

@keyframes section-light {
  from {
    transform: translate3d(-3%, -1%, 0) rotate(-3deg);
  }
  to {
    transform: translate3d(4%, 2%, 0) rotate(2deg);
  }
}

@keyframes ribbon-one {
  from {
    transform: translate3d(-3vw, 0, 0) rotate(-18deg);
  }
  to {
    transform: translate3d(8vw, 4vh, 0) rotate(-14deg);
  }
}

@keyframes ribbon-two {
  from {
    transform: translate3d(5vw, 0, 0) rotate(-6deg);
  }
  to {
    transform: translate3d(-8vw, -3vh, 0) rotate(-8deg);
  }
}

@keyframes scanline {
  to {
    transform: translate3d(0, 2px, 0);
  }
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cue {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.36;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .home {
    min-height: 100svh;
  }

  .photo-stage {
    inset: -2%;
    background-size: auto 112%;
  }

  .photo-one {
    background-size: auto 112%;
    background-position: 52% center;
  }

  .photo-two {
    background-size: auto 104%;
    background-position: 54% 55%;
  }

  .photo-three {
    background-size: auto 116%;
    background-position: 53% center;
  }

  .photo-stage::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.05) 52%, rgba(0, 0, 0, 0.56)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.9));
  }

  .hero-copy {
    left: clamp(84px, 16vw, 150px);
    bottom: 74px;
    max-width: calc(100vw - 124px);
  }

  .swap-title {
    min-width: min(560px, calc(100vw - 124px));
    font-size: clamp(36px, 8.4vw, 66px);
  }

  .story-section {
    grid-template-columns: 1fr;
  }

  .story-head {
    position: relative;
    top: auto;
  }

  .story-card:nth-child(even) {
    transform: none;
  }

  .panel-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
    padding-top: 116px;
    overflow-y: auto;
  }

  .panel-content {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .logo {
    font-size: 28px;
  }

  .menu-button,
  .menu-button span {
    width: 46px;
  }

  .menu-button {
    gap: 7px;
  }

  .menu-button span {
    height: 4px;
  }

  body.menu-open .menu-button span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  body.menu-open .menu-button span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .social-rail {
    left: 18px;
    gap: clamp(22px, 6vh, 46px);
  }

  .social-rail a {
    width: 40px;
  }

  .hero-copy {
    left: 70px;
    right: 18px;
    bottom: 94px;
    max-width: calc(100vw - 92px);
  }

  .swap-title {
    min-width: 0;
    font-size: clamp(32px, 11.2vw, 48px);
    line-height: 0.88;
    text-shadow: none;
  }

  .swap-title em {
    -webkit-text-stroke-width: 1.2px;
  }

  .scroll-cue {
    display: none;
  }

  .latest-section {
    padding: 86px 22px;
  }

  .story-section,
  .music-section,
  .split-section,
  .booking-section {
    padding: 92px 22px 92px 70px;
  }

  .story-head h2,
  .section-shell h2 {
    font-size: clamp(42px, 15vw, 76px);
  }

  .story-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-card figure {
    aspect-ratio: 4 / 4.8;
  }

  .story-card h3 {
    font-size: clamp(30px, 11vw, 52px);
  }

  .image-profile,
  .image-three {
    background-size: auto 88%;
    background-position: 58% bottom;
  }

  .panel-shell {
    padding: 112px 22px 74px;
  }

  .panel-link {
    font-size: clamp(42px, 16vw, 76px);
  }

  .panel-view h2 {
    font-size: clamp(42px, 16vw, 74px);
  }

  .panel-close {
    right: 22px;
    bottom: 22px;
  }

  .ai-chat {
    right: 12px;
    bottom: 80px;
    width: calc(100vw - 24px);
  }
}

.brand-logo {
  width: clamp(62px, 7vw, 104px);
  height: auto;
  line-height: 1;
  text-shadow: none;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.42));
}

body.menu-open .brand-logo {
  filter: invert(1);
}

.home {
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.2), rgba(6, 6, 6, 0.28)),
    #121212;
}

.home::before {
  opacity: 0.38;
}

.home::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 44%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.46));
}

.hero-slides {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2)),
    #151515;
}

.photo-stage {
  inset: 0;
  opacity: 1;
  filter: grayscale(1) contrast(1.06) brightness(0.92);
  transform: none;
  animation: hero-still 18s ease-in-out infinite alternate;
}

.photo-stage::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.03) 44%, rgba(0, 0, 0, 0.5)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.55));
}

.photo-one {
  background-size: cover;
  background-position: center center;
}

.photo-two,
.photo-three {
  display: none;
}

.aura,
.light-beam {
  opacity: 0.22;
}

.hero-mark {
  display: block;
  width: clamp(72px, 8vw, 118px);
  height: auto;
  margin: 0 0 18px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.44));
}

.hero-line {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(246, 243, 239, 0.76);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
}

.hero-line span {
  display: block;
}

.hero-line span + span {
  margin-top: 2px;
  color: rgba(246, 243, 239, 0.62);
}

.magazine-section {
  display: block;
  min-height: auto;
  padding: clamp(82px, 9vw, 132px) 0 clamp(86px, 10vw, 150px);
  color: #121212;
  background:
    linear-gradient(90deg, rgba(246, 243, 239, 0.96), rgba(229, 225, 216, 0.98)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
  border-top: 0;
}

.magazine-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(217, 15, 15, 0.08), transparent 34%, rgba(0, 0, 0, 0.06)),
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.045) 0 1px, transparent 1px 16px);
  mix-blend-mode: multiply;
  opacity: 0.62;
  pointer-events: none;
}

.magazine-section > * {
  position: relative;
  z-index: 2;
}

.magazine-intro {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.1fr) auto;
  gap: clamp(24px, 4vw, 62px);
  align-items: end;
}

.magazine-intro > p,
.release-head p {
  margin: 0;
  color: var(--red);
  font-family: var(--club);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-intro h2,
.release-head h2 {
  margin: 0;
  color: #111;
  font-family: var(--display);
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.magazine-intro h2 span,
.release-head h2 span {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
}

.intro-copy {
  display: grid;
  gap: 12px;
  max-width: 650px;
}

.intro-copy p,
.page-copy p {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.62;
}

.magazine-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(17, 17, 17, 0.55);
  font-family: var(--club);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.magazine-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: 50%;
  color: #111;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  font-family: var(--club);
  font-size: 24px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.magazine-controls button:hover,
.magazine-controls button:focus-visible {
  color: var(--white);
  background: var(--red);
  transform: translateY(-2px);
  outline: none;
}

.magazine-pages {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(780px, 84vw);
  gap: clamp(20px, 2.4vw, 34px);
  overflow-x: auto;
  overflow-y: visible;
  padding: 12px max(22px, calc((100vw - 1120px) / 2)) 34px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(22px, calc((100vw - 1120px) / 2));
  -webkit-overflow-scrolling: touch;
  perspective: 1800px;
}

.magazine-pages::-webkit-scrollbar {
  height: 8px;
}

.magazine-pages::-webkit-scrollbar-track {
  background: rgba(17, 17, 17, 0.08);
}

.magazine-pages::-webkit-scrollbar-thumb {
  background: rgba(217, 15, 15, 0.62);
}

.magazine-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.92fr) minmax(320px, 0.86fr);
  gap: clamp(24px, 3vw, 48px);
  min-height: min(660px, 76vh);
  padding: clamp(26px, 4vw, 52px);
  scroll-snap-align: start;
  color: #111;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 238, 0.92)),
    radial-gradient(circle at 84% 18%, rgba(217, 15, 15, 0.13), transparent 20rem);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(.2,.7,.1,1), box-shadow 420ms ease;
}

.magazine-page::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.12), transparent);
  pointer-events: none;
}

.magazine-page::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, transparent 50%, rgba(17, 17, 17, 0.12) 51%, rgba(255, 255, 255, 0.9));
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  pointer-events: none;
}

.magazine-page:hover,
.magazine-page.is-touched {
  transform: rotateY(-3.5deg) translateY(-4px);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.24);
}

.page-copy {
  display: grid;
  align-content: start;
  gap: clamp(13px, 1.6vw, 20px);
}

.page-copy > p:first-child {
  color: var(--red);
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-copy h3 {
  max-width: 620px;
  margin: 0;
  color: #101010;
  font-family: var(--display);
  font-size: clamp(30px, 4.2vw, 62px);
  line-height: 0.94;
  text-transform: uppercase;
}

.photo-cluster {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 14px;
  overflow: visible;
}

.photo-cluster.compact {
  grid-template-columns: repeat(3, minmax(92px, 1fr));
}

.photo-cluster.dense {
  grid-template-columns: repeat(2, minmax(110px, 1fr));
}

.bio-photo {
  position: relative;
  z-index: 1;
  min-height: 0;
  border: 0;
  padding: 0;
  color: var(--white);
  background: #111;
  cursor: zoom-in;
  aspect-ratio: 1;
  overflow: visible;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  transition: transform 260ms cubic-bezier(.2,.8,.1,1), z-index 0ms, box-shadow 260ms ease;
}

.bio-photo.wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.03);
}

.bio-photo span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  max-width: calc(100% - 20px);
  color: var(--white);
  background: rgba(0, 0, 0, 0.72);
  padding: 6px 8px 5px;
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bio-photo:hover,
.bio-photo:focus-visible,
.bio-photo.is-expanded {
  z-index: 12;
  transform: scale(1.42);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.44);
  outline: none;
}

.releases-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(82px, 10vw, 152px) clamp(26px, 8vw, 150px) clamp(88px, 10vw, 152px) clamp(100px, 10vw, 180px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.88), rgba(8, 8, 8, 0.92)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
  overflow: hidden;
}

.releases-section::before {
  content: "";
  position: absolute;
  inset: -15%;
  background:
    linear-gradient(110deg, transparent 18%, rgba(217, 15, 15, 0.2) 44%, transparent 62%),
    radial-gradient(circle at 82% 16%, rgba(246, 243, 239, 0.08), transparent 22rem);
  filter: blur(12px);
  mix-blend-mode: screen;
  opacity: 0.52;
  animation: section-light 24s ease-in-out infinite alternate;
}

.release-head,
.release-grid {
  position: relative;
  z-index: 2;
}

.release-head {
  margin-bottom: clamp(26px, 4vw, 48px);
}

.release-head h2 {
  color: var(--white);
}

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

.release-card {
  display: grid;
  min-height: 220px;
  align-content: space-between;
  border: 1px solid rgba(246, 243, 239, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.release-card:hover,
.release-card:focus-visible {
  border-color: rgba(217, 15, 15, 0.85);
  background: rgba(217, 15, 15, 0.18);
  transform: translateY(-5px);
  outline: none;
}

.release-card p,
.release-card span {
  margin: 0;
  color: var(--red);
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.release-card h3 {
  margin: 28px 0;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 0.98;
  text-transform: uppercase;
}

.release-card span {
  color: rgba(246, 243, 239, 0.72);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 5vw, 58px);
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox img {
  width: auto;
  max-width: min(92vw, 1180px);
  max-height: 82svh;
  object-fit: contain;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
}

.image-lightbox p {
  margin: 14px 0 0;
  color: rgba(246, 243, 239, 0.78);
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(246, 243, 239, 0.45);
  color: var(--white);
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 14px;
  cursor: pointer;
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes hero-still {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.025);
  }
}

@media (max-width: 980px) {
  .brand-logo {
    width: 76px;
  }

  .photo-stage,
  .photo-one {
    background-size: cover;
    background-position: center center;
  }

  .hero-copy {
    left: 84px;
  }

  .magazine-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .magazine-controls {
    justify-content: flex-start;
  }

  .magazine-pages {
    grid-auto-columns: minmax(320px, 88vw);
    gap: 18px;
  }

  .magazine-page {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px;
  }

  .photo-cluster,
  .photo-cluster.compact,
  .photo-cluster.dense {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bio-photo:hover,
  .bio-photo:focus-visible,
  .bio-photo.is-expanded {
    transform: scale(1.08);
  }

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

@media (max-width: 620px) {
  .brand-logo {
    width: 62px;
  }

  .hero-mark {
    width: 76px;
  }

  .hero-line {
    font-size: 14px;
  }

  .magazine-section {
    padding-top: 76px;
  }

  .magazine-intro {
    width: calc(100% - 36px);
    gap: 18px;
  }

  .magazine-intro h2,
  .release-head h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .intro-copy p,
  .page-copy p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .magazine-controls span {
    display: none;
  }

  .magazine-pages {
    grid-auto-columns: 86vw;
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  .magazine-page {
    padding: 24px 20px;
  }

  .page-copy h3 {
    font-size: clamp(30px, 11vw, 48px);
  }

  .photo-cluster,
  .photo-cluster.compact,
  .photo-cluster.dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bio-photo span {
    font-size: 8px;
  }

  .releases-section {
    padding: 82px 20px 92px 70px;
  }

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

  .release-card {
    min-height: 180px;
  }
}

/* Final visual pass: dark editorial story, page flip, stronger light motion. */
.hero-mark {
  display: none;
}

.home::before {
  opacity: 0.72;
  filter: blur(8px);
}

.home::after {
  background:
    radial-gradient(circle at 70% 22%, rgba(246, 243, 239, 0.12), transparent 18rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 44%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.52));
}

.hero-slides::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 8%, rgba(246, 243, 239, 0.15) 32%, transparent 46%),
    linear-gradient(72deg, transparent 54%, rgba(217, 15, 15, 0.2) 66%, transparent 78%);
  filter: blur(20px);
  mix-blend-mode: screen;
  opacity: 0.62;
  animation: visible-light-sweep 8.5s ease-in-out infinite alternate;
}

.aura {
  opacity: 0.5;
  filter: blur(8px);
}

.light-beam {
  opacity: 0.58;
  filter: blur(10px);
}

.beam-one {
  background: linear-gradient(104deg, transparent 18%, rgba(246, 243, 239, 0.22) 42%, transparent 60%);
}

.beam-two {
  background: linear-gradient(76deg, transparent 28%, rgba(217, 15, 15, 0.3) 49%, transparent 67%);
}

.scan {
  opacity: 0.12;
}

.magazine-section {
  min-height: 100svh;
  padding: clamp(78px, 8vw, 118px) 0 clamp(56px, 7vw, 94px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(217, 15, 15, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(16, 16, 16, 0.88), rgba(4, 4, 4, 0.96)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
  border-top: 1px solid rgba(246, 243, 239, 0.08);
  overflow: hidden;
}

.magazine-section::before {
  inset: -12%;
  background:
    linear-gradient(110deg, transparent 12%, rgba(246, 243, 239, 0.11) 35%, transparent 50%),
    linear-gradient(75deg, transparent 40%, rgba(217, 15, 15, 0.2) 57%, transparent 74%),
    repeating-linear-gradient(90deg, rgba(246, 243, 239, 0.04) 0 1px, transparent 1px 14px);
  mix-blend-mode: screen;
  opacity: 0.62;
  filter: blur(14px);
  animation: story-light-sweep 11s ease-in-out infinite alternate;
}

.magazine-intro {
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto clamp(18px, 2.4vw, 30px);
  grid-template-columns: minmax(168px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
}

.magazine-intro > p {
  grid-column: 1;
  align-self: end;
  padding-bottom: 6px;
}

.magazine-intro h2 {
  grid-column: 1;
  color: var(--white);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.9;
  max-width: 320px;
  text-shadow: 0 20px 48px rgba(0, 0, 0, 0.48);
}

.magazine-intro h2 span {
  -webkit-text-stroke-color: var(--white);
}

.intro-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 610px;
  align-self: end;
}

.intro-copy p,
.page-copy p {
  color: rgba(246, 243, 239, 0.76);
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.58;
}

.magazine-controls {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: clamp(4px, 1vw, 14px);
  color: rgba(246, 243, 239, 0.68);
}

.magazine-controls button {
  width: 44px;
  border-color: rgba(246, 243, 239, 0.28);
  color: var(--white);
  background: rgba(0, 0, 0, 0.34);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.magazine-controls button:hover,
.magazine-controls button:focus-visible {
  background: var(--red);
  border-color: var(--red);
}

.magazine-controls button:disabled {
  opacity: 0.34;
  cursor: default;
  transform: none;
  background: rgba(0, 0, 0, 0.22);
}

.magazine-pages {
  position: relative;
  display: block;
  width: min(1040px, calc(100vw - 44px));
  height: clamp(510px, 58svh, 680px);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  perspective: 1800px;
  scroll-snap-type: none;
  touch-action: pan-y;
}

.magazine-pages::-webkit-scrollbar {
  display: none;
}

.magazine-pages::before,
.magazine-pages::after {
  content: "";
  position: absolute;
  inset: 14px -12px -14px 18px;
  z-index: 0;
  border: 1px solid rgba(246, 243, 239, 0.08);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.42);
  transform: translate3d(10px, 10px, 0) rotate(0.4deg);
}

.magazine-pages::after {
  inset: 26px -20px -24px 34px;
  opacity: 0.42;
  transform: translate3d(12px, 12px, 0) rotate(0.8deg);
}

.magazine-page {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.78fr);
  gap: clamp(20px, 2.5vw, 42px);
  min-height: 0;
  height: 100%;
  padding: clamp(24px, 3.4vw, 44px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 16%, rgba(217, 15, 15, 0.13), transparent 17rem),
    linear-gradient(126deg, rgba(31, 31, 31, 0.98), rgba(7, 7, 7, 0.98));
  border: 1px solid rgba(246, 243, 239, 0.16);
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.48);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(24px, 0, -40px) scale(0.98);
  transform-origin: right center;
  transform-style: preserve-3d;
  transition:
    transform 760ms cubic-bezier(.2,.72,.08,1),
    opacity 320ms ease,
    filter 320ms ease,
    box-shadow 320ms ease;
}

.magazine-page:first-child {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) rotateY(0deg);
}

.magazine-page::before {
  inset: 0 auto 0 0;
  width: 28px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent);
}

.magazine-page::after {
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, transparent 50%, rgba(246, 243, 239, 0.11) 51%, rgba(217, 15, 15, 0.18));
}

.magazine-page.is-current {
  z-index: 40;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) rotateY(0deg);
  filter: none;
}

.magazine-page.is-next {
  z-index: 30;
  opacity: 0.72;
  transform: translate3d(16px, 8px, -46px) scale(0.982);
  filter: brightness(0.68);
}

.magazine-page.is-hidden {
  z-index: 5;
  opacity: 0;
  transform: translate3d(32px, 12px, -80px) scale(0.95);
}

.magazine-page.is-prev {
  z-index: 8;
  opacity: 0;
  transform: rotateY(-108deg) translateX(-4%) scale(0.98);
}

.magazine-page.is-flipping {
  z-index: 60;
  opacity: 0.2;
  transform: rotateY(-112deg) translateX(-3%) scale(0.99);
  filter: brightness(0.82);
}

.magazine-page.is-revealing {
  animation: page-reveal 620ms cubic-bezier(.2,.72,.08,1) both;
}

.magazine-page:hover,
.magazine-page.is-touched {
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.6);
}

.magazine-page.is-current:hover,
.magazine-page.is-current.is-touched {
  transform: translate3d(0, -2px, 0) rotateY(-1.2deg);
}

.page-copy {
  gap: clamp(10px, 1.35vw, 17px);
  min-width: 0;
  overflow: hidden;
}

.page-copy > p:first-child {
  color: var(--red);
  font-size: 10px;
}

.page-copy h3 {
  max-width: 520px;
  color: var(--white);
  font-size: clamp(28px, 3.3vw, 50px);
  line-height: 0.94;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.46);
}

.photo-cluster {
  align-self: center;
  grid-template-columns: repeat(2, minmax(88px, 1fr));
  gap: 12px;
  min-width: 0;
}

.photo-cluster.compact {
  grid-template-columns: repeat(3, minmax(70px, 1fr));
}

.photo-cluster.dense {
  grid-template-columns: repeat(2, minmax(82px, 1fr));
}

.bio-photo {
  background: #050505;
  border: 1px solid rgba(246, 243, 239, 0.12);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
  transform-origin: center;
}

.bio-photo img {
  filter: grayscale(0.1) contrast(1.04) brightness(0.92);
}

.bio-photo:hover,
.bio-photo:focus-visible,
.bio-photo.is-expanded {
  transform: scale(1.24);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.68);
}

.releases-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 15, 15, 0.17), transparent 30rem),
    linear-gradient(180deg, rgba(16, 16, 16, 0.88), rgba(4, 4, 4, 0.96)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
}

.menu-panel .panel-bg {
  background:
    radial-gradient(circle at 80% 16%, rgba(217, 15, 15, 0.2), transparent 28rem),
    linear-gradient(120deg, rgba(246, 243, 239, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.96), rgba(3, 3, 3, 0.98));
}

.menu-panel .panel-bg::after {
  content: "";
  position: absolute;
  inset: -14%;
  background:
    linear-gradient(105deg, transparent 12%, rgba(246, 243, 239, 0.12) 36%, transparent 50%),
    linear-gradient(73deg, transparent 46%, rgba(217, 15, 15, 0.23) 62%, transparent 78%);
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.68;
  animation: visible-light-sweep 9s ease-in-out infinite alternate;
}

.menu-panel .panel-shell,
.menu-panel .panel-link,
.menu-panel .panel-close,
.menu-panel .panel-view h2 {
  color: var(--white);
}

.menu-panel .panel-link:nth-child(even),
.menu-panel .panel-view h2 span {
  -webkit-text-stroke-color: var(--white);
}

.menu-panel .panel-view p:not(.kicker) {
  color: rgba(246, 243, 239, 0.72);
}

.menu-panel .panel-actions a {
  color: var(--white);
  border-color: rgba(246, 243, 239, 0.34);
  background: rgba(255, 255, 255, 0.07);
}

.menu-panel .panel-actions a:hover,
.menu-panel .panel-actions a:focus-visible {
  color: var(--white);
  border-color: var(--red);
  background: var(--red);
}

body.menu-open .brand-logo {
  filter: none;
}

body.menu-open .menu-button {
  color: var(--white);
}

body.menu-open .menu-button span {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.34);
}

.music-section,
.split-section,
.booking-section {
  display: none;
}

@keyframes visible-light-sweep {
  from {
    opacity: 0.36;
    transform: translate3d(-18%, -2%, 0) rotate(-4deg) scale(1.02);
  }
  to {
    opacity: 0.82;
    transform: translate3d(12%, 3%, 0) rotate(4deg) scale(1.08);
  }
}

@keyframes story-light-sweep {
  from {
    opacity: 0.42;
    transform: translate3d(-10%, -2%, 0) rotate(-3deg);
  }
  to {
    opacity: 0.78;
    transform: translate3d(8%, 2%, 0) rotate(3deg);
  }
}

@keyframes page-reveal {
  from {
    opacity: 0.4;
    transform: translate3d(26px, 8px, -48px) scale(0.98);
    filter: brightness(0.7);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1);
  }
}

@media (max-width: 980px) {
  .magazine-section {
    padding-top: 92px;
  }

  .magazine-intro {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 40px));
  }

  .magazine-intro > p,
  .magazine-intro h2,
  .intro-copy,
  .magazine-controls {
    grid-column: 1;
    grid-row: auto;
  }

  .magazine-intro h2 {
    max-width: 520px;
    font-size: clamp(34px, 6.5vw, 54px);
  }

  .magazine-pages {
    width: min(760px, calc(100vw - 40px));
    height: clamp(640px, 70svh, 760px);
  }

  .magazine-page {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 18px;
    overflow-y: auto;
  }

  .photo-cluster,
  .photo-cluster.compact,
  .photo-cluster.dense {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-self: start;
  }

  .bio-photo:hover,
  .bio-photo:focus-visible,
  .bio-photo.is-expanded {
    transform: scale(1.08);
  }
}

@media (max-width: 620px) {
  .hero-copy {
    left: 68px;
    bottom: 94px;
  }

  .magazine-section {
    padding-top: 84px;
    padding-bottom: 52px;
  }

  .magazine-intro {
    width: calc(100% - 34px);
    margin-bottom: 14px;
    gap: 12px;
  }

  .magazine-intro h2 {
    font-size: clamp(32px, 10.5vw, 46px);
  }

  .intro-copy {
    gap: 8px;
  }

  .intro-copy p,
  .page-copy p {
    font-size: 13.6px;
    line-height: 1.48;
  }

  .magazine-controls {
    margin-top: 4px;
  }

  .magazine-controls button {
    width: 40px;
  }

  .magazine-pages {
    width: calc(100vw - 34px);
    height: min(610px, 58svh);
    min-height: 500px;
  }

  .magazine-pages::before {
    inset: 10px -7px -10px 12px;
  }

  .magazine-pages::after {
    inset: 20px -11px -18px 24px;
  }

  .magazine-page {
    padding: 20px 17px;
    gap: 14px;
  }

  .page-copy {
    gap: 9px;
  }

  .page-copy h3 {
    font-size: clamp(26px, 8.4vw, 38px);
  }

  .photo-cluster,
  .photo-cluster.compact,
  .photo-cluster.dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bio-photo span {
    left: 7px;
    bottom: 6px;
    font-size: 7.5px;
    padding: 5px 6px 4px;
  }

  .releases-section {
    min-height: 100svh;
    padding: 84px 18px 82px 68px;
  }
}

/* User revision: first PNG in hero, second PNG in releases, stronger page turn. */
.photo-stage {
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: hero-crossfade 14s ease-in-out infinite;
}

.photo-one {
  background-image: url("assets/visuals/lello-hero-complete.webp");
}

.photo-two {
  display: block;
  background-image: url("assets/visuals/lello-hero-alt.png");
  background-size: cover;
  background-position: center center;
  animation-delay: 7s;
}

.photo-three {
  display: none;
}

.magazine-pages {
  perspective: 1180px;
  perspective-origin: 58% 50%;
}

.magazine-page {
  transition:
    transform 940ms cubic-bezier(.18,.8,.08,1),
    opacity 620ms ease,
    filter 620ms ease,
    box-shadow 620ms ease;
}

.magazine-page.is-next {
  opacity: 0.86;
  transform: translate3d(18px, 8px, -54px) scale(0.982);
  filter: brightness(0.78);
}

.magazine-page.is-flipping {
  z-index: 80;
  opacity: 1;
  transform-origin: left center;
  animation: newspaper-page-turn 980ms cubic-bezier(.17,.74,.12,1) both;
  box-shadow: -34px 24px 92px rgba(0, 0, 0, 0.7);
}

.magazine-page.is-flipping::before {
  width: 100%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 18%, rgba(246, 243, 239, 0.18) 46%, rgba(0, 0, 0, 0.46) 100%);
  mix-blend-mode: multiply;
}

.releases-section {
  display: block;
  position: relative;
  min-height: 100svh;
  padding: clamp(190px, 24vh, 310px) clamp(34px, 5vw, 88px) clamp(60px, 6vw, 92px) clamp(128px, 10.5vw, 230px);
}

.release-visual,
.release-content {
  position: relative;
  z-index: 2;
}

.release-visual {
  position: absolute;
  right: clamp(-190px, -7vw, -80px);
  bottom: -2px;
  width: min(68vw, 1320px);
  opacity: 0.96;
  transform: none;
  filter: drop-shadow(-24px 28px 92px rgba(0, 0, 0, 0.72));
}

.release-visual::before {
  content: "";
  position: absolute;
  inset: 16% 26% 6% 12%;
  z-index: -1;
  background:
    radial-gradient(circle at 46% 48%, rgba(217, 15, 15, 0.32), transparent 55%),
    linear-gradient(92deg, rgba(246, 243, 239, 0.08), transparent 70%);
  filter: blur(24px);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: story-light-sweep 8s ease-in-out infinite alternate;
}

.release-visual img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.release-content {
  width: min(48vw, 1160px);
  max-width: 1160px;
}

.release-head {
  margin-bottom: clamp(22px, 2.3vw, 34px);
}

.release-head h2 {
  font-size: clamp(44px, 5.1vw, 84px);
  line-height: 0.9;
}

.release-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.release-card {
  min-height: clamp(132px, 14.5vh, 178px);
  padding: clamp(16px, 1.6vw, 24px);
  background: rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(12px);
}

.release-card h3 {
  margin: clamp(18px, 2vw, 28px) 0;
  font-size: clamp(24px, 2.35vw, 40px);
}

@keyframes hero-crossfade {
  0% {
    opacity: 0;
    transform: scale(1.02);
    filter: grayscale(1) contrast(1.07) brightness(0.86);
  }
  8%,
  44% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
    transform: scale(1.055);
    filter: grayscale(1) contrast(1.1) brightness(0.94);
  }
}

@keyframes newspaper-page-turn {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
    filter: brightness(1);
  }
  38% {
    opacity: 0.96;
    transform: translate3d(-18%, 0, 52px) rotateY(-42deg) skewY(-1deg);
    filter: brightness(0.92);
  }
  72% {
    opacity: 0.58;
    transform: translate3d(-46%, 0, 18px) rotateY(-88deg) skewY(-1.8deg);
    filter: brightness(0.72);
  }
  100% {
    opacity: 0;
    transform: translate3d(-72%, 0, 0) rotateY(-118deg) skewY(-2deg);
    filter: brightness(0.58);
  }
}

@media (max-width: 980px) {
  .releases-section {
    padding: 138px 28px 76px 84px;
  }

  .release-visual {
    right: -120px;
    width: min(72vw, 620px);
  }

  .release-content {
    width: min(58vw, 620px);
  }

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

  .release-card {
    min-height: 104px;
  }
}

@media (max-width: 620px) {
  .photo-one,
  .photo-two {
    background-size: auto 100%;
    background-position: center center;
  }

  .releases-section {
    position: relative;
    padding: 92px 18px 72px 68px;
  }

  .release-visual {
    position: absolute;
    right: -88px;
    bottom: 4px;
    width: min(96vw, 470px);
    opacity: 0.34;
    transform: none;
    pointer-events: none;
  }

  .release-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
  }

  .release-visual img {
    max-height: none;
  }

  .release-head h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .release-grid {
    gap: 8px;
  }

  .release-card {
    min-height: 86px;
    padding: 13px;
  }

  .release-card h3 {
    margin: 12px 0;
    font-size: 21px;
  }
}

/* Releases store and language switch. */
.header-tools {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 18px);
  pointer-events: auto;
}

.panel-menu-column {
  display: grid;
  align-content: end;
  gap: clamp(18px, 3vw, 34px);
}

.menu-language {
  display: grid;
  gap: 8px;
  max-width: 260px;
}

.menu-language p {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.language-switcher {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 4px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.13);
  padding: 3px;
  opacity: 0.58;
  backdrop-filter: blur(12px);
  transition: opacity 180ms ease, border-color 180ms ease, background 180ms ease;
}

.language-switcher:hover,
.language-switcher:focus-within {
  opacity: 1;
  border-color: rgba(17, 17, 17, 0.36);
  background: rgba(255, 255, 255, 0.28);
}

.language-option {
  min-width: 28px;
  min-height: 24px;
  border: 0;
  color: rgba(17, 17, 17, 0.54);
  background: transparent;
  cursor: pointer;
  font-family: var(--club);
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: color 180ms ease, background 180ms ease;
}

.language-option:hover,
.language-option:focus-visible {
  color: var(--white);
  background: var(--red);
  outline: none;
}

.language-option.active {
  color: var(--white);
  background: rgba(217, 15, 15, 0.78);
}

.store-section.releases-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.55fr);
  gap: clamp(28px, 4.2vw, 70px);
  align-items: start;
  min-height: 100svh;
  padding: clamp(76px, 7vw, 116px) clamp(26px, 5vw, 96px) clamp(42px, 5vw, 76px) clamp(96px, 8vw, 154px);
  background:
    radial-gradient(circle at 7% 18%, rgba(217, 15, 15, 0.17), transparent 20rem),
    radial-gradient(circle at 76% 18%, rgba(217, 15, 15, 0.16), transparent 27rem),
    linear-gradient(180deg, rgba(7, 7, 7, 0.94), rgba(2, 2, 2, 0.98)),
    url("assets/visuals/background-dark.webp") center / cover no-repeat;
}

.store-section .record-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at -6% 42%, rgba(217, 15, 15, 0.22), transparent 28%),
    linear-gradient(115deg, transparent 14%, rgba(246, 243, 239, 0.08) 36%, transparent 51%);
  mix-blend-mode: screen;
  opacity: 0.58;
  filter: blur(10px);
  animation: section-light 17s ease-in-out infinite alternate;
}

.store-intro,
.release-store-grid {
  position: relative;
  z-index: 2;
}

.store-intro {
  display: grid;
  align-content: start;
  gap: 14px;
  max-width: 420px;
  padding-top: clamp(2px, 2.5vw, 32px);
}

.store-intro p,
.release-info p {
  margin: 0;
  color: var(--red);
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-intro h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.store-intro span {
  max-width: 300px;
  color: rgba(246, 243, 239, 0.66);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.46;
}

.release-store-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.store-section .release-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}

.store-section .release-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  border: 1px solid rgba(217, 15, 15, 0.38);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.42);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.store-section .release-grid .release-card {
  grid-template-columns: minmax(92px, 0.34fr) minmax(0, 1fr);
  grid-template-rows: auto;
  min-height: 148px;
}

.store-section .release-grid .release-cover {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.store-section .release-grid .release-info {
  align-content: center;
}

.store-section .release-card:hover,
.store-section .release-card:focus-within {
  border-color: rgba(217, 15, 15, 0.9);
  background:
    linear-gradient(180deg, rgba(217, 15, 15, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.56);
  transform: translateY(-4px);
}

.release-feature {
  grid-template-rows: auto 1fr;
}

.release-cover {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #050505;
}

.release-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.36)),
    repeating-linear-gradient(0deg, rgba(246, 243, 239, 0.05) 0 1px, transparent 1px 6px);
  opacity: 0.38;
  pointer-events: none;
}

.release-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.04);
  transition: transform 520ms ease, filter 520ms ease;
}

.store-section .release-card:hover .release-cover img {
  transform: scale(1.045);
  filter: contrast(1.08) saturate(1.1);
}

.release-info {
  display: grid;
  gap: 7px;
  align-content: start;
  padding: clamp(12px, 1.2vw, 18px);
}

.release-info h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(20px, 1.75vw, 32px);
  line-height: 0.98;
  text-transform: uppercase;
}

.release-info span {
  color: var(--red);
  font-size: 12px;
  line-height: 1.2;
}

.release-info small {
  color: rgba(246, 243, 239, 0.58);
  font-size: 11px;
  line-height: 1.28;
}

.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.release-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border: 1px solid rgba(217, 15, 15, 0.78);
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  padding: 6px 9px 5px;
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.release-actions a:hover,
.release-actions a:focus-visible {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 1180px) {
  .release-store-grid {
    grid-template-columns: 1fr;
  }

  .release-feature {
    grid-template-columns: minmax(220px, 0.48fr) minmax(0, 0.52fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 980px) {
  .store-section.releases-section {
    grid-template-columns: 1fr;
    padding: 76px 24px 58px 80px;
  }

  .store-intro {
    max-width: 620px;
    padding-top: 0;
  }

  .store-intro span {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .header-tools {
    gap: 6px;
  }

  .menu-language {
    margin-top: 20px;
  }

  .language-switcher {
    position: static;
    background: rgba(255, 255, 255, 0.14);
    opacity: 0.66;
  }

  .language-option {
    min-width: 27px;
    min-height: 24px;
    font-size: 7.5px;
  }

  .store-section.releases-section {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
    min-height: 100svh;
    overflow: hidden;
    padding: 72px 14px 42px 64px;
  }

  .store-intro {
    gap: 7px;
    max-width: 100%;
  }

  .store-intro h2 {
    font-size: clamp(31px, 9.2vw, 42px);
  }

  .store-intro span {
    max-width: 260px;
    font-size: 11px;
    line-height: 1.34;
  }

  .release-store-grid {
    display: flex;
    gap: 12px;
    align-items: stretch;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 18px 16px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .release-store-grid::-webkit-scrollbar {
    height: 4px;
  }

  .release-store-grid::-webkit-scrollbar-thumb {
    background: rgba(217, 15, 15, 0.56);
  }

  .release-feature {
    flex: 0 0 min(72vw, 298px);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    scroll-snap-align: start;
  }

  .store-section .release-grid {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
  }

  .store-section .release-grid .release-card {
    flex: 0 0 min(58vw, 240px);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0;
    scroll-snap-align: start;
  }

  .store-section .release-card {
    max-height: calc(100svh - 206px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  }

  .release-cover {
    aspect-ratio: 1;
  }

  .release-info {
    gap: 5px;
    padding: 11px;
  }

  .release-info h3 {
    font-size: clamp(18px, 5.6vw, 22px);
  }

  .release-info span,
  .release-info small {
    font-size: 10px;
  }

  .release-actions {
    gap: 5px;
    margin-top: 4px;
  }

  .release-actions a {
    min-height: 25px;
    padding: 5px 7px 4px;
    font-size: 8px;
  }
}

/* Track-store production layout. */
.production-section.releases-section {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: clamp(22px, 3.4vw, 56px);
  padding-top: clamp(70px, 6vw, 100px);
  padding-bottom: clamp(38px, 4.5vw, 66px);
}

.production-section .store-intro {
  max-width: 360px;
}

.production-section .store-intro h2 {
  font-size: clamp(40px, 4.6vw, 72px);
}

.store-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.toolbar-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  border: 1px solid rgba(246, 243, 239, 0.16);
  color: rgba(246, 243, 239, 0.8);
  background: rgba(246, 243, 239, 0.04);
  padding: 7px 11px 6px;
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.toolbar-action.primary {
  color: var(--white);
  border-color: rgba(217, 15, 15, 0.76);
  background: rgba(217, 15, 15, 0.18);
}

.toolbar-action:hover,
.toolbar-action:focus-visible {
  color: var(--white);
  border-color: var(--red);
  background: rgba(217, 15, 15, 0.42);
  outline: none;
}

.play-mark {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.production-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  gap: 14px;
}

.chart-strip {
  display: grid;
  grid-auto-columns: clamp(106px, 8.4vw, 146px);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.chart-strip::-webkit-scrollbar {
  height: 4px;
}

.chart-strip::-webkit-scrollbar-thumb {
  background: rgba(217, 15, 15, 0.52);
}

.chart-card {
  display: block;
  min-width: 0;
  border: 1px solid rgba(246, 243, 239, 0.08);
  color: var(--white);
  background: rgba(44, 44, 44, 0.82);
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  scroll-snap-align: start;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.chart-card:hover,
.chart-card:focus-visible {
  border-color: rgba(217, 15, 15, 0.7);
  background: rgba(54, 38, 38, 0.9);
  transform: translateY(-2px);
  outline: none;
}

.chart-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.02);
}

.chart-card b,
.chart-card span {
  display: block;
  overflow: hidden;
  padding-inline: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-card b {
  margin-top: 8px;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.05;
}

.chart-card span {
  margin: 3px 0 10px;
  color: rgba(246, 243, 239, 0.55);
  font-size: 11px;
  line-height: 1.15;
}

.track-chart {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(64svh, 610px);
  border: 1px solid rgba(246, 243, 239, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(22, 22, 22, 0.88);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.track-chart-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 86px;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px dashed rgba(246, 243, 239, 0.16);
  color: rgba(246, 243, 239, 0.45);
  padding: 0 14px;
  font-family: var(--club);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.track-list {
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.track-list::-webkit-scrollbar {
  width: 5px;
}

.track-list::-webkit-scrollbar-thumb {
  background: rgba(217, 15, 15, 0.62);
}

.track-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.62);
  color: var(--white);
  background: rgba(39, 39, 39, 0.84);
  padding: 7px 11px;
  transition: background 180ms ease, transform 180ms ease;
}

.track-row:nth-child(even) {
  background: rgba(34, 34, 34, 0.9);
}

.track-row:hover,
.track-row:focus-within {
  background: linear-gradient(90deg, rgba(18, 57, 92, 0.72), rgba(39, 39, 39, 0.92));
  transform: translateX(2px);
}

.track-cover {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: #050505;
}

.track-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.track-row:hover .track-cover img {
  transform: scale(1.06);
  filter: contrast(1.1);
}

.track-meta {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.track-title {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  color: var(--white);
  font-size: clamp(15px, 1.16vw, 20px);
  line-height: 1.06;
}

.track-title b,
.track-meta span,
.track-meta small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-meta span {
  color: rgba(246, 243, 239, 0.62);
  font-size: clamp(12px, 0.94vw, 15px);
  line-height: 1.14;
}

.track-meta small {
  color: rgba(246, 243, 239, 0.46);
  font-size: clamp(11px, 0.82vw, 13px);
  line-height: 1.12;
}

.heat-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 19px;
  border-radius: 4px;
  color: var(--white);
  background: #19a957;
  font-family: var(--club);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.track-links {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.track-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 26px;
  border: 1px solid rgba(246, 243, 239, 0.13);
  color: rgba(246, 243, 239, 0.8);
  background: rgba(0, 0, 0, 0.24);
  padding: 5px 8px 4px;
  font-family: var(--club);
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.track-links a:hover,
.track-links a:focus-visible {
  color: var(--white);
  border-color: var(--red);
  background: rgba(217, 15, 15, 0.5);
  outline: none;
}

@media (max-width: 980px) {
  .production-section.releases-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 16px;
    overflow: hidden;
    padding: 76px 22px 44px 78px;
  }

  .production-section .store-intro {
    max-width: 720px;
  }

  .chart-strip {
    grid-auto-columns: minmax(108px, 18vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 7px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .chart-card {
    scroll-snap-align: start;
  }

  .track-chart {
    max-height: min(52svh, 520px);
  }
}

@media (max-width: 620px) {
  .production-section.releases-section {
    min-height: 100svh;
    gap: 10px;
    padding: 72px 12px 38px 62px;
  }

  .production-section .store-intro {
    gap: 7px;
  }

  .production-section .store-intro h2 {
    font-size: clamp(31px, 9.2vw, 42px);
  }

  .production-section .store-intro span {
    max-width: 260px;
    font-size: 11px;
    line-height: 1.34;
  }

  .store-toolbar {
    gap: 6px;
  }

  .toolbar-action {
    min-height: 24px;
    padding: 5px 7px 4px;
    font-size: 8px;
  }

  .play-mark {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 7px;
  }

  .production-layout {
    min-height: 0;
    gap: 8px;
  }

  .chart-strip {
    grid-auto-columns: 88px;
    gap: 8px;
    padding-bottom: 4px;
  }

  .chart-card b {
    margin-top: 8px;
    font-size: 12px;
  }

  .chart-card span {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .track-chart {
    max-height: calc(100svh - 286px);
    min-height: 304px;
  }

  .track-chart-head {
    display: none;
  }

  .track-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    min-height: 58px;
    padding: 8px;
  }

  .track-cover {
    width: 36px;
    height: 36px;
  }

  .track-title {
    gap: 6px;
    font-size: 15px;
  }

  .heat-badge {
    min-width: 24px;
    height: 17px;
    font-size: 10px;
  }

  .track-meta span {
    font-size: 12px;
  }

  .track-meta small {
    font-size: 10px;
  }

  .track-links {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: -2px;
  }

  .track-links a {
    min-width: 0;
    min-height: 22px;
    padding: 4px 6px 3px;
    font-size: 7.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.photo-cluster.portrait-only {
  width: min(520px, 100%);
  justify-self: center;
  grid-template-columns: minmax(220px, 1fr);
}

.photo-cluster.feature-stack {
  align-self: center;
  gap: 10px;
}

.photo-cluster.portrait-only .bio-photo.wide {
  grid-column: auto;
  width: 100%;
}

.photo-cluster.feature-stack .live-photo img {
  object-position: center;
}

.magazine-controls {
  display: none !important;
}

.page-turn-zone {
  position: absolute;
  top: clamp(12px, 1.4vw, 20px);
  bottom: clamp(12px, 1.4vw, 20px);
  z-index: 24;
  width: clamp(38px, 4.4vw, 68px);
  border: 0;
  border-radius: 0;
  color: rgba(246, 243, 239, 0.88);
  opacity: 0.26;
  overflow: hidden;
  transition: opacity 220ms ease, background 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.page-turn-zone.next {
  right: 0;
  cursor: e-resize;
  background:
    linear-gradient(90deg, transparent, rgba(246, 243, 239, 0.035) 45%, rgba(217, 15, 15, 0.085));
}

.page-turn-zone.prev {
  left: 0;
  cursor: w-resize;
  background:
    linear-gradient(270deg, transparent, rgba(246, 243, 239, 0.035) 45%, rgba(217, 15, 15, 0.085));
}

.page-turn-zone::before,
.page-turn-zone::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-turn-zone::before {
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(246, 243, 239, 0.7), rgba(217, 15, 15, 0.76), transparent);
  box-shadow: 0 0 18px rgba(217, 15, 15, 0.42), 0 0 28px rgba(246, 243, 239, 0.16);
  opacity: 0.32;
}

.page-turn-zone.next::before {
  inset: 0 0 0 auto;
}

.page-turn-zone.prev::before {
  inset: 0 auto 0 0;
}

.page-turn-zone::after {
  top: 50%;
  width: 15px;
  aspect-ratio: 1;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.28;
}

.page-turn-zone.next::after {
  right: clamp(11px, 1.2vw, 18px);
  transform: translateY(-50%) rotate(45deg);
}

.page-turn-zone.prev::after {
  left: clamp(11px, 1.2vw, 18px);
  transform: translateY(-50%) rotate(-135deg);
}

.page-turn-zone span {
  position: absolute;
  top: 50%;
  color: rgba(246, 243, 239, 0.72);
  font-family: var(--club);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  transform-origin: center;
  transition: opacity 180ms ease;
}

.page-turn-zone.next span {
  right: clamp(16px, 1.7vw, 26px);
  transform: translateY(-50%) rotate(90deg);
}

.page-turn-zone.prev span {
  left: clamp(16px, 1.7vw, 26px);
  transform: translateY(-50%) rotate(-90deg);
}

.magazine-page.is-current .page-turn-zone:hover,
.magazine-page.is-current .page-turn-zone:focus-visible,
.magazine-page.is-current.is-touching-next .page-turn-zone.next,
.magazine-page.is-current.is-touching-prev .page-turn-zone.prev {
  opacity: 1;
  filter: brightness(1.08);
  outline: none;
}

.magazine-page.is-current .page-turn-zone.next:hover,
.magazine-page.is-current .page-turn-zone.next:focus-visible,
.magazine-page.is-current.is-touching-next .page-turn-zone.next {
  background:
    linear-gradient(90deg, transparent, rgba(246, 243, 239, 0.075) 38%, rgba(217, 15, 15, 0.22));
  box-shadow: inset -18px 0 38px rgba(217, 15, 15, 0.2), 0 0 30px rgba(217, 15, 15, 0.2);
}

.magazine-page.is-current .page-turn-zone.prev:hover,
.magazine-page.is-current .page-turn-zone.prev:focus-visible,
.magazine-page.is-current.is-touching-prev .page-turn-zone.prev {
  background:
    linear-gradient(270deg, transparent, rgba(246, 243, 239, 0.075) 38%, rgba(217, 15, 15, 0.22));
  box-shadow: inset 18px 0 38px rgba(217, 15, 15, 0.2), 0 0 30px rgba(217, 15, 15, 0.2);
}

.magazine-page.is-current .page-turn-zone:hover span,
.magazine-page.is-current .page-turn-zone:focus-visible span,
.magazine-page.is-current.is-touching-next .page-turn-zone.next span,
.magazine-page.is-current.is-touching-prev .page-turn-zone.prev span {
  opacity: 1;
}

.page-turn-zone:disabled {
  display: none;
}

@media (max-width: 980px) {
  .photo-cluster.portrait-only {
    width: min(420px, 100%);
    align-self: center;
  }

  .page-turn-zone {
    width: 54px;
  }
}

@media (max-width: 620px) {
  .photo-cluster.portrait-only {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .page-turn-zone {
    top: 8px;
    bottom: 8px;
    width: 46px;
    opacity: 0.38;
  }

  .page-turn-zone span {
    display: none;
  }
}
