/* =========================================================
   LEXYLENT — Noir & Gold
   ========================================================= */

/* ---------- Fonts (lokal, DSGVO-freundlich) ---------- */
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-cyrillic-500-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-ext-500-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+2020, U+20A0-20AB, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-cyrillic-500-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-cyrillic-600-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("../fonts/manrope-latin-wght.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("../fonts/manrope-latin-ext-wght.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+2020, U+20A0-20AB, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("../fonts/manrope-cyrillic-wght.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* ---------- Tokens ---------- */
:root {
  --bg: #0b0a09;
  --bg-2: #11100e;
  --surface: #16140f;
  --surface-2: #1d1a14;
  --line: rgba(232, 200, 130, .14);
  --line-soft: rgba(255, 255, 255, .07);
  --text: #f3ede2;
  --muted: #a69d8d;
  --dim: #6f685c;
  --gold: #d8b265;
  --gold-hi: #f6dc97;
  --gold-lo: #9c7330;
  --gold-grad: linear-gradient(135deg, #f7e3a6 0%, #d8b265 40%, #a87a2e 75%, #e9c77c 100%);
  --red: #ff4b4b;
  --serif: "Cormorant", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r: 18px;
  --r-lg: 28px;
  --wrap: 1200px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --nav-h: 76px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
em { font-family: var(--serif); font-style: italic; font-weight: 500; }
::selection { background: var(--gold); color: #120f0a; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.skip { position: absolute; left: -999px; top: 8px; z-index: 999; background: var(--gold); color: #000; padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
@media (min-width: 720px) { .wrap { width: min(var(--wrap), 100% - 64px); } }

.l-mark { color: var(--gold); font-family: var(--sans); font-weight: 600; }
.muted { color: var(--muted); }

/* ---------- Intro ---------- */
.intro {
  position: fixed; inset: 0; z-index: 200; background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}
.intro.is-done { opacity: 0; visibility: hidden; }
.intro__emblem { position: relative; width: 160px; height: 160px; animation: introIn 1s var(--ease) both; }
.intro__emblem img { width: 100%; height: 100%; border-radius: 50%; }
.intro__ring { position: absolute; inset: -14px; width: calc(100% + 28px); height: calc(100% + 28px); transform: rotate(-90deg); }
.intro__ring circle { fill: none; stroke: var(--gold); stroke-width: .6; stroke-dasharray: 302; stroke-dashoffset: 302; animation: ring 1.1s .15s var(--ease) forwards; }
@keyframes ring { to { stroke-dashoffset: 0; } }
@keyframes introIn { from { opacity: 0; transform: scale(.85); } }

/* ---------- Scroll progress ---------- */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; z-index: 120; background: var(--gold-grad); transform-origin: 0 50%; transform: scaleX(0); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 max(16px, env(safe-area-inset-left));
  transition: background .4s, border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 720px) { .nav { padding: 0 32px; } }
.nav.is-solid { background: rgba(11, 10, 9, .72); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border-bottom-color: var(--line-soft); }
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__brand img { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(216, 178, 101, .35), 0 6px 20px rgba(0, 0, 0, .5); transition: transform .6s var(--ease); }
.nav__brand:hover img { transform: rotate(-12deg) scale(1.05); }
.nav__word { font-family: var(--serif); font-weight: 600; letter-spacing: .28em; font-size: 18px; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav__links { display: none; gap: 4px; }
.nav__links a { position: relative; padding: 8px 14px; font-size: 14px; letter-spacing: .04em; color: var(--muted); transition: color .3s; border-radius: 999px; }
.nav__links a:hover, .nav__links a.is-active { color: var(--text); }
.nav__links a.is-active::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); transform: translateX(-50%); }
.nav__tools { display: flex; align-items: center; gap: 10px; }
.lang { display: flex; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .04); border: 1px solid var(--line-soft); }
.lang button { font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 6px 10px; border-radius: 999px; color: var(--muted); transition: all .3s; }
.lang button.is-on { background: var(--gold-grad); color: #1a130a; }
.nav__burger { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-soft); display: grid; place-content: center; gap: 6px; }
.nav__burger span { display: block; width: 18px; height: 1.5px; background: var(--text); transition: transform .4s var(--ease); }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
@media (min-width: 960px) { .nav__links { display: flex; } .nav__burger { display: none; } }

.drawer {
  position: fixed; inset: 0; z-index: 90; background: rgba(11, 10, 9, .96); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; justify-content: center; padding: 100px 24px 40px;
  opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer nav { display: flex; flex-direction: column; gap: 6px; }
.drawer a { display: flex; align-items: baseline; gap: 16px; font-family: var(--serif); font-size: clamp(38px, 10vw, 56px); line-height: 1.15; transform: translateY(20px); opacity: 0; transition: transform .6s var(--ease), opacity .6s, color .3s; }
.drawer a small { font-family: var(--sans); font-size: 12px; color: var(--gold); letter-spacing: .2em; }
.drawer a:hover { color: var(--gold-hi); }
.drawer.is-open a { transform: none; opacity: 1; }
.drawer.is-open a:nth-child(2) { transition-delay: .05s; } .drawer.is-open a:nth-child(3) { transition-delay: .1s; }
.drawer.is-open a:nth-child(4) { transition-delay: .15s; } .drawer.is-open a:nth-child(5) { transition-delay: .2s; }
.drawer__foot { margin-top: auto; color: var(--muted); font-size: 14px; letter-spacing: .08em; }

/* ---------- Buttons ---------- */
.btn {
  --h: 54px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 26px; border-radius: 999px; font-size: 15px; font-weight: 600; letter-spacing: .02em;
  transition: transform .35s var(--ease), box-shadow .35s, background .35s, border-color .35s, color .35s; overflow: hidden; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; fill: currentColor; }
.btn--gold { background: var(--gold-grad); background-size: 200% 200%; color: #1a130a; box-shadow: 0 10px 40px -10px rgba(216, 178, 101, .55), inset 0 1px 0 rgba(255, 255, 255, .45); }
.btn--gold:hover { transform: translateY(-2px); background-position: 100% 0; box-shadow: 0 16px 50px -10px rgba(216, 178, 101, .7), inset 0 1px 0 rgba(255, 255, 255, .45); }
.btn--gold svg[viewBox] path[d^="M4"] { fill: none; stroke: currentColor; stroke-width: 2; }
.btn--ghost { border: 1px solid rgba(216, 178, 101, .35); color: var(--text); background: rgba(255, 255, 255, .02); backdrop-filter: blur(8px); }
.btn--ghost:hover { border-color: var(--gold); background: rgba(216, 178, 101, .08); transform: translateY(-2px); }
.btn--ghost svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn--sm { --h: 44px; padding: 0 18px; font-size: 14px; }
.btn--block { width: 100%; }
.linklike { padding: 0; color: var(--muted); text-align: left; font-size: 15px; }
.linklike:hover { color: var(--gold-hi); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: calc(var(--nav-h) + 40px) 0 0; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__portrait {
  position: absolute; right: -8%; top: 0; height: 100%; width: auto; max-width: none; aspect-ratio: 1; object-fit: cover;
  filter: contrast(1.08) brightness(.82);
  -webkit-mask-image: radial-gradient(ellipse 70% 75% at 55% 45%, #000 45%, transparent 80%);
          mask-image: radial-gradient(ellipse 70% 75% at 55% 45%, #000 45%, transparent 80%);
  animation: heroZoom 18s ease-out both;
}
@keyframes heroZoom { from { transform: scale(1.08); opacity: 0; } 10% { opacity: 1; } to { transform: scale(1); } }
.hero__spot { position: absolute; inset: 0; background: radial-gradient(600px circle at var(--mx, 70%) var(--my, 35%), rgba(232, 190, 110, .16), transparent 60%); mix-blend-mode: screen; transition: background .1s; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, rgba(11, 10, 9, .85) 30%, rgba(11, 10, 9, .15) 60%, transparent 100%), linear-gradient(0deg, var(--bg) 0%, transparent 35%); }
.hero__grain { position: absolute; inset: 0; opacity: .08; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); z-index: 2; pointer-events: none; }
.hero__inner { position: relative; width: min(var(--wrap), 100% - 32px); margin: 0 auto; padding-bottom: 36px; }
@media (min-width: 720px) { .hero__inner { width: min(var(--wrap), 100% - 64px); } }

.pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 10px; border-radius: 999px; font-size: 13px; background: rgba(20, 17, 12, .6); border: 1px solid var(--line); backdrop-filter: blur(10px); margin-bottom: 26px; transition: border-color .3s, transform .3s var(--ease); }
.pill:hover { border-color: var(--gold); transform: translateY(-1px); }
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(255, 75, 75, .6); animation: pulse 2s infinite; }
.pill strong { font-weight: 700; }
.pill__muted { color: var(--muted); }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255, 75, 75, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 75, 75, 0); } }

.eyebrow { margin: 0 0 8px; font-size: 13px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.hero__title { margin: 0; padding-bottom: .1em; font-family: var(--serif); font-weight: 500; line-height: .82; font-size: clamp(88px, 19vw, 260px); letter-spacing: -.02em; display: flex; align-items: flex-end; }
.hero__L { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 600; padding-right: .02em; filter: drop-shadow(0 10px 40px rgba(216, 178, 101, .25)); }
.hero__rest { font-style: italic; color: var(--text); }
.hero__lead { margin: 8px 0 0; max-width: 32ch; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.45; color: #d9d1c3; }
.hero__lead em { color: var(--gold-hi); font-size: 1.12em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.stats { position: relative; width: min(var(--wrap), 100% - 32px); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
@media (min-width: 720px) { .stats { width: min(var(--wrap), 100% - 64px); grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 22px 0 26px; display: flex; flex-direction: column-reverse; gap: 2px; }
.stat + .stat { padding-left: 0; }
@media (min-width: 720px) { .stat + .stat { padding-left: 28px; border-left: 1px solid var(--line-soft); } }
.stat dt { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.stat dd { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 60px); line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.stat__unit { font-size: .5em; color: var(--gold); font-family: var(--sans); font-weight: 600; }
.hero__scroll { position: absolute; right: 32px; bottom: 34px; width: 26px; height: 42px; border: 1px solid var(--line); border-radius: 14px; display: none; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; border-radius: 2px; background: var(--gold); transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 14px); } }
@media (min-width: 1100px) { .hero__scroll { display: block; } }

@media (max-width: 719px) {
  .hero { justify-content: flex-end; }
  .hero__portrait { right: auto; left: 50%; translate: -50% 0; height: 72%; top: 5%; }
  .eyebrow { letter-spacing: .18em; font-size: 12px; }
  .hero__bg::after { background: linear-gradient(0deg, var(--bg) 8%, rgba(11, 10, 9, .8) 45%, rgba(11, 10, 9, .1) 75%, rgba(11, 10, 9, .5) 100%); }
  .hero__inner { padding-top: 38vh; }
  .hero__cta .btn { flex: 1 1 auto; }
}

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); background: var(--bg-2); overflow: hidden; padding: 18px 0; }
.marquee__track { display: flex; width: max-content; gap: 0; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--serif); font-style: italic; font-size: 26px; color: #cfc6b6; white-space: nowrap; }
.marquee__item::after { content: "✦"; font-style: normal; font-size: 12px; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: clamp(80px, 12vw, 150px) 0; position: relative; }
.section--tint { background: radial-gradient(1000px 500px at 80% 0%, rgba(216, 178, 101, .06), transparent 60%), var(--bg-2); border-block: 1px solid var(--line-soft); }
.head { max-width: 760px; margin-bottom: clamp(40px, 6vw, 70px); }
.head--split { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }
.kicker { margin: 0 0 16px; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.title { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 7vw, 88px); line-height: .98; letter-spacing: -.015em; }
.title em { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.sub { margin: 22px 0 0; color: var(--muted); font-size: 18px; max-width: 58ch; }
.h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 34px; line-height: 1.1; }
.note { margin: 18px 0 0; font-size: 13px; color: var(--dim); }
.hint { margin: 14px 0 0; font-size: 13px; color: var(--dim); }

/* ---------- Featured / Vinyl ---------- */
.featured { display: grid; gap: clamp(32px, 5vw, 70px); align-items: center; padding: clamp(24px, 4vw, 48px); border-radius: var(--r-lg); background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)); border: 1px solid var(--line); position: relative; overflow: hidden; }
.featured::before { content: ""; position: absolute; width: 600px; height: 600px; left: -200px; top: -250px; background: radial-gradient(circle, rgba(216, 178, 101, .12), transparent 65%); pointer-events: none; }
@media (min-width: 900px) { .featured { grid-template-columns: 420px 1fr; } }

.vinyl { position: relative; width: min(100%, 420px); aspect-ratio: 1; margin-inline: auto; }
.vinyl__sleeve { position: absolute; inset: 0; width: 78%; height: 78%; border-radius: 10px; object-fit: cover; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .06); z-index: 2; transition: transform .8s var(--ease); }
.vinyl__disc { position: absolute; right: 0; bottom: 0; width: 78%; height: 78%; border-radius: 50%; background: radial-gradient(circle, #1b1916 0 18%, #0a0908 18.5% 100%); box-shadow: 0 20px 50px rgba(0, 0, 0, .7), inset 0 0 0 1px rgba(255, 255, 255, .05); display: grid; place-items: center; transition: transform .8s var(--ease); animation: spin 4s linear infinite; animation-play-state: paused; }
.vinyl__grooves { position: absolute; inset: 3%; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(255, 255, 255, .045) 0 1px, transparent 1px 4px), conic-gradient(from 30deg, transparent 0 20%, rgba(246, 220, 151, .12) 25%, transparent 32% 70%, rgba(246, 220, 151, .08) 75%, transparent 82%); }
.vinyl__label { position: relative; width: 38%; height: 38%; border-radius: 50%; }
.vinyl.is-playing .vinyl__disc { animation-play-state: running; transform: translate(12%, 4%); }
.vinyl.is-playing .vinyl__sleeve { transform: translateX(-4%) rotate(-3deg); }
@keyframes spin { to { rotate: 360deg; } }

.featured__body { position: relative; min-width: 0; }
.tag { display: inline-flex; align-items: center; gap: 10px; margin: 0; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.eq { display: inline-flex; gap: 2px; height: 12px; align-items: flex-end; }
.eq i { width: 3px; height: 100%; background: var(--gold); border-radius: 1px; transform-origin: bottom; transform: scaleY(.3); }
.is-playing .eq i, body.is-playing .eq i { animation: eq .9s ease-in-out infinite alternate; }
.eq i:nth-child(2) { animation-delay: .2s !important; } .eq i:nth-child(3) { animation-delay: .4s !important; }
@keyframes eq { to { transform: scaleY(1); } }
.featured__title { margin: 14px 0 0; font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.featured__artist { margin: 8px 0 0; letter-spacing: .3em; font-size: 13px; color: var(--muted); }
.viz { display: block; width: 100%; height: 90px; margin: 26px 0 16px; }

.player { display: flex; align-items: center; gap: 18px; }
.player__play { flex: none; width: 64px; height: 64px; border-radius: 50%; background: var(--gold-grad); color: #1a130a; display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(216, 178, 101, .6); transition: transform .3s var(--ease); }
.player__play:hover { transform: scale(1.06); }
.player__play svg, .dock__btn svg { width: 26px; height: 26px; fill: currentColor; }
.i-pause { display: none; }
.is-playing .i-play { display: none; } .is-playing .i-pause { display: block; }
.player__track { flex: 1; min-width: 0; }
.player__times { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; margin-top: 6px; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--gold) var(--p, 0%), rgba(255, 255, 255, .12) var(--p, 0%)); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 14px; border-radius: 50%; background: var(--gold-hi); box-shadow: 0 0 0 4px rgba(216, 178, 101, .2); }
input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: var(--gold-hi); }

/* ---------- Chart ---------- */
.chart { margin-top: clamp(50px, 7vw, 90px); }
.chart__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; margin-bottom: 22px; }
.chart__head p { margin: 0; font-size: 14px; }
.chart__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-soft); }
.chart__row { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; padding: 18px 4px; border-bottom: 1px solid var(--line-soft); transition: background .3s; position: relative; }
@media (min-width: 720px) { .chart__row { grid-template-columns: 70px 1fr 220px 130px; padding: 20px 8px; } }
.chart__row:hover { background: rgba(216, 178, 101, .04); }
.chart__rank { font-family: var(--serif); font-size: 34px; color: var(--gold); line-height: 1; }
.chart__title { font-family: var(--serif); font-size: 26px; line-height: 1.15; }
.chart__genre { display: inline-block; margin-left: 10px; font-family: var(--sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-soft); padding: 2px 8px; border-radius: 999px; vertical-align: middle; }
.chart__bar { display: none; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .06); overflow: hidden; }
.chart__bar i { display: block; height: 100%; width: 0; background: var(--gold-grad); border-radius: 4px; transition: width 1.4s var(--ease); }
@media (min-width: 720px) { .chart__bar { display: block; } }
.chart__views { text-align: right; font-variant-numeric: tabular-nums; font-size: 15px; }
.chart__views small { display: block; font-size: 11px; color: var(--dim); letter-spacing: .1em; text-transform: uppercase; }
.chart__row a.chart__cover { position: absolute; inset: 0; }

/* ---------- Words ---------- */
.words { padding: clamp(80px, 12vw, 140px) 0; text-align: center; position: relative; overflow: hidden; background: radial-gradient(700px 300px at 50% 50%, rgba(216, 178, 101, .08), transparent 70%); }
.words__inner { max-width: 980px; }
.words__mark { margin: 0 0 10px; font-family: var(--serif); font-size: 130px; line-height: 1; height: 64px; color: var(--gold); opacity: .55; }
.words__quote { margin: 0; min-height: 230px; display: flex; flex-direction: column; justify-content: center; transition: opacity .6s, transform .6s var(--ease); }
.words__quote.is-out { opacity: 0; transform: translateY(12px); }
.words__ru { margin: 0; font-family: var(--serif); font-size: clamp(32px, 5vw, 60px); line-height: 1.12; }
.words__tr { margin: 18px auto 0; max-width: 50ch; color: var(--muted); font-size: 17px; font-style: italic; }
.words__tr:empty { display: none; }
.words__quote cite { display: block; margin-top: 20px; font-style: normal; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.words__dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.words__dots button { width: 28px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .15); transition: background .3s, width .3s; }
.words__dots button.is-on { background: var(--gold); width: 44px; }

/* ---------- Videos ---------- */
.spotlight { margin-bottom: 36px; }
.spot { display: grid; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
@media (min-width: 900px) { .spot { grid-template-columns: 1.6fr 1fr; } }
.spot__media { position: relative; aspect-ratio: 16 / 9; cursor: pointer; overflow: hidden; }
.spot__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.spot__media:hover img { transform: scale(1.04); }
.spot__body { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.spot__body h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4vw, 52px); line-height: 1; }
.spot__body p { margin: 0; color: var(--muted); }
.spot__body .btn { align-self: flex-start; margin-top: 14px; }

.playbadge { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; background: rgba(11, 10, 9, .55); backdrop-filter: blur(6px); border: 1px solid rgba(246, 220, 151, .5); display: grid; place-items: center; transition: transform .4s var(--ease), background .4s; }
.playbadge svg { width: 28px; height: 28px; fill: var(--gold-hi); margin-left: 4px; }
.spot__media:hover .playbadge, .card:hover .playbadge { transform: scale(1.1); background: rgba(216, 178, 101, .9); }
.spot__media:hover .playbadge svg, .card:hover .playbadge svg { fill: #1a130a; }

.filters { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 14px; margin-bottom: 20px; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent); mask-image: linear-gradient(90deg, #000 90%, transparent); }
.filters::-webkit-scrollbar { display: none; }
.chip { flex: none; padding: 10px 18px; border-radius: 999px; font-size: 14px; border: 1px solid var(--line-soft); color: var(--muted); background: rgba(255, 255, 255, .02); transition: all .3s; }
.chip:hover { color: var(--text); border-color: var(--line); }
.chip.is-on { background: var(--text); color: var(--bg); border-color: var(--text); }

.grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.card { text-align: left; border-radius: var(--r); overflow: hidden; background: var(--surface); border: 1px solid var(--line-soft); transition: transform .5s var(--ease), border-color .4s, box-shadow .5s; animation: cardIn .6s var(--ease) both; }
.card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .9); }
@keyframes cardIn { from { opacity: 0; transform: translateY(16px); } }
.card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; filter: saturate(.9); }
.card:hover .card__media img { transform: scale(1.06); filter: saturate(1.05); }
.card .playbadge { width: 58px; height: 58px; opacity: 0; transform: scale(.8); }
.card:hover .playbadge, .card:focus-visible .playbadge { opacity: 1; transform: scale(1); }
.card__len { position: absolute; right: 10px; bottom: 10px; font-size: 12px; padding: 3px 8px; border-radius: 6px; background: rgba(0, 0, 0, .75); font-variant-numeric: tabular-nums; }
.card__new { position: absolute; left: 10px; top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--gold-grad); color: #1a130a; }
.card__body { padding: 16px 18px 18px; }
.card__title { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.15; }
.card__meta { margin: 6px 0 0; font-size: 13px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.card__meta span + span::before { content: "·"; margin-right: 8px; color: var(--dim); }
.more { display: flex; justify-content: center; margin-top: 36px; }
.empty { grid-column: 1 / -1; color: var(--muted); text-align: center; padding: 40px 0; }

/* ---------- Versions ---------- */
.versions { display: grid; gap: 22px; }
@media (min-width: 960px) { .versions { grid-template-columns: repeat(3, 1fr); } }
.ver { border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line-soft); overflow: hidden; display: flex; flex-direction: column; }
.ver__media { position: relative; aspect-ratio: 16 / 9; background: #000; cursor: pointer; overflow: hidden; }
.ver__media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .5s, transform .8s var(--ease); }
.ver__media:hover img { transform: scale(1.04); }
.ver__media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ver__body { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.ver__title { margin: 0; font-family: var(--serif); font-size: 34px; line-height: 1; }
.ver__switch { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; padding: 4px; border-radius: 999px; background: rgba(255, 255, 255, .04); border: 1px solid var(--line-soft); }
.ver__switch button { position: relative; z-index: 1; padding: 10px 8px; font-size: 13px; font-weight: 600; color: var(--muted); border-radius: 999px; transition: color .3s; }
.ver__switch button.is-on { color: #1a130a; }
.ver__knob { position: absolute; top: 4px; bottom: 4px; left: 4px; border-radius: 999px; background: var(--gold-grad); transition: transform .45s var(--ease); }

/* ---------- Story ---------- */
.story { display: grid; gap: clamp(40px, 6vw, 90px); align-items: start; }
@media (min-width: 960px) { .story { grid-template-columns: 1fr 1.1fr; } }
.story__fig { margin: 0; position: relative; border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 960px) { .story__fig { position: sticky; top: calc(var(--nav-h) + 30px); } }
.story__fig img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: contrast(1.05); }
.story__fig::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px var(--line); border-radius: inherit; background: linear-gradient(180deg, transparent 60%, rgba(11, 10, 9, .8)); }
.story__fig figcaption { position: absolute; left: 22px; bottom: 18px; z-index: 1; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: #d6cdbd; }
.story__body > p:not(.kicker):not(.signature) { color: #cfc7b8; margin: 22px 0 0; }
.story__body .title { margin-bottom: 8px; }
.signature { margin: 38px 0 0; font-family: var(--serif); font-style: italic; font-size: clamp(28px, 3.2vw, 38px); line-height: 1.2; color: var(--gold-hi); padding-left: 22px; border-left: 2px solid var(--gold); }
.brandnote { margin-top: 36px; display: flex; gap: 20px; align-items: center; padding: 22px; border-radius: var(--r); background: rgba(216, 178, 101, .05); border: 1px solid var(--line); }
.brandnote__L { flex: none; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 42px; font-weight: 600; background: var(--gold-grad); color: #1a130a; }
.brandnote p { margin: 0; color: #d6cdbd; font-size: 16px; }
.brandnote strong { color: var(--text); }

.timeline { list-style: none; margin: 44px 0 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--gold), rgba(216, 178, 101, .1)); }
.timeline li { position: relative; padding: 0 0 26px 40px; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 7px; width: 15px; height: 15px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold); }
.timeline li:last-child::before { background: var(--gold); box-shadow: 0 0 0 6px rgba(216, 178, 101, .15); }
.timeline b { display: block; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.timeline span { color: #d6cdbd; }

/* ---------- Business ---------- */
.cards { display: grid; gap: 18px; }
@media (min-width: 720px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cards { grid-template-columns: repeat(4, 1fr); } }
.svc { position: relative; padding: 30px 26px 26px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 14px; overflow: hidden; transition: transform .5s var(--ease), border-color .4s; }
.svc::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--x, 50%) var(--y, 0%), rgba(216, 178, 101, .12), transparent 45%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.svc:hover { transform: translateY(-4px); border-color: var(--line); }
.svc:hover::before { opacity: 1; }
.svc__num { font-family: var(--serif); font-size: 18px; color: var(--gold); }
.svc__icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(216, 178, 101, .1); border: 1px solid var(--line); }
.svc__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--gold-hi); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.05; }
.svc p { margin: 0; color: var(--muted); font-size: 15px; flex: 1; }
.svc a { font-size: 14px; font-weight: 600; color: var(--gold-hi); display: inline-flex; gap: 8px; align-items: center; }
.svc a span { transition: transform .3s; }
.svc a:hover span { transform: translateX(4px); }

/* ---------- Contact ---------- */
.contact { display: grid; gap: clamp(40px, 6vw, 80px); align-items: start; }
@media (min-width: 960px) { .contact { grid-template-columns: 1fr 1fr; } }
.mailcopy { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; max-width: 460px; padding: 18px 22px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); font-family: var(--serif); font-size: clamp(22px, 3vw, 28px); transition: border-color .3s; text-align: left; }
.mailcopy span { overflow: hidden; text-overflow: ellipsis; }
.mailcopy small { flex: none; font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.mailcopy:hover { border-color: var(--gold); }
.facts { margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: var(--r); overflow: hidden; max-width: 460px; }
.facts div { background: var(--bg); padding: 16px 18px; }
.facts dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }
.facts dd { margin: 4px 0 0; font-weight: 600; }

.form { padding: clamp(24px, 3vw, 36px); border-radius: var(--r-lg); background: linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)); border: 1px solid var(--line); display: grid; gap: 16px; }
.field { position: relative; }
.field input, .field textarea, .field select { width: 100%; padding: 26px 16px 10px; border-radius: 14px; background: rgba(0, 0, 0, .35); border: 1px solid var(--line-soft); color: var(--text); font: inherit; font-size: 16px; outline: none; transition: border-color .3s, box-shadow .3s; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23d8b265' fill='none' stroke-width='1.6'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.field select option { background: var(--surface); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(216, 178, 101, .12); }
.field label { position: absolute; left: 17px; top: 18px; font-size: 16px; color: var(--muted); pointer-events: none; transition: all .25s var(--ease); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field--select label { top: 8px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.field.is-invalid input, .field.is-invalid textarea { border-color: #d86a5a; }
.hp { position: absolute; left: -9999px; }
.form__msg { margin: 0; font-size: 14px; color: var(--gold-hi); min-height: 1em; }
.form__msg.is-err { color: #ef8a7a; }
.form .btn svg { fill: none; stroke: currentColor; stroke-width: 2; }

/* ---------- Socials ---------- */
.socials { margin-top: clamp(60px, 9vw, 110px); }
.socials h3 { margin-bottom: 22px; }
.socials__grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .socials__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .socials__grid { grid-template-columns: repeat(6, 1fr); } .soc { grid-column: span 2; } .soc--big { grid-column: span 3; } }
.soc__handle { display: block; font-style: normal; font-family: var(--sans); font-size: 13px; color: var(--gold); letter-spacing: .02em; margin: 1px 0 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.soc--big { padding: 24px 24px; }
.soc--big .soc__icon { width: 56px; height: 56px; border-radius: 14px; }
.soc--big .soc__icon svg { width: 28px; height: 28px; }
.soc--big .soc__txt strong { font-size: 19px; }
.soc { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line-soft); transition: transform .4s var(--ease), border-color .3s, background .3s; }
.soc:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--c) 60%, transparent); background: color-mix(in srgb, var(--c) 7%, var(--surface)); }
.soc__icon { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: var(--c); background: color-mix(in srgb, var(--c) 14%, transparent); border: 1px solid color-mix(in srgb, var(--c) 30%, transparent); }
.soc__icon svg { width: 22px; height: 22px; fill: currentColor; }
.soc__txt { flex: 1; min-width: 0; }
.soc__txt strong { display: block; font-size: 16px; }
.soc__txt span { font-size: 13px; color: var(--muted); }
.soc__arrow { color: var(--dim); transition: color .3s, transform .3s; }
.soc:hover .soc__arrow { color: var(--gold-hi); transform: translate(2px, -2px); }

.embeds { margin-top: 22px; display: grid; gap: 18px; }
@media (min-width: 860px) { .embeds { grid-template-columns: 1fr 1fr; } }
.embed { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); min-height: 152px; }
.embed button { width: 100%; min-height: 152px; display: flex; align-items: center; gap: 18px; padding: 22px; text-align: left; transition: background .3s; }
.embed button:hover { background: rgba(29, 185, 84, .06); }
.embed button svg { flex: none; width: 44px; height: 44px; fill: #1DB954; }
.embed button strong { display: block; font-size: 17px; }
.embed button span { font-size: 13px; color: var(--muted); }
.embed iframe { display: block; width: 100%; height: 352px; border: 0; }

/* ---------- Footer ---------- */
.footer { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: var(--bg-2); padding: 80px 0 0; }
.footer__grid { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer__brand { grid-column: 1 / -1; }
@media (min-width: 900px) { .footer__brand { grid-column: auto; } }
.footer__brand img { width: 88px; height: 88px; border-radius: 50%; }
.footer__brand p { margin: 18px 0 0; max-width: 34ch; font-family: var(--serif); font-style: italic; font-size: 21px; color: #cfc6b6; line-height: 1.35; }
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: var(--muted); font-size: 15px; transition: color .3s; }
.footer__col a:hover { color: var(--gold-hi); }
.footer__h { margin: 0 0 6px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); }
.footer__bottom { position: relative; z-index: 1; margin-top: 60px; padding: 22px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; font-size: 13px; color: var(--dim); }
.footer__bottom p { margin: 0; }
.footer__made { font-family: var(--serif); font-style: italic; font-size: 15px; }
.footer__word { position: absolute; left: 50%; bottom: -0.2em; transform: translateX(-50%); font-family: var(--serif); font-weight: 600; font-size: clamp(90px, 21vw, 330px); line-height: 1; letter-spacing: .04em; color: transparent; -webkit-text-stroke: 1px rgba(216, 178, 101, .09); white-space: nowrap; pointer-events: none; user-select: none; }
body.has-dock .footer { padding-bottom: 84px; }

/* ---------- Dock ---------- */
.dock {
  position: fixed; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); z-index: 110; width: min(520px, calc(100% - 24px));
  display: grid; grid-template-columns: 48px 1fr auto auto; align-items: center; gap: 12px; padding: 10px 12px 12px 10px;
  border-radius: 20px; background: rgba(22, 20, 15, .82); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--line); box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .8);
  transform: translate(-50%, calc(100% + 40px)); visibility: hidden; transition: transform .6s var(--ease), visibility 0s .6s;
}
.dock.is-visible:not(.is-tucked) { transform: translate(-50%, 0); visibility: visible; transition: transform .6s var(--ease), visibility 0s; }
.dock__cover { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; }
.dock.is-playing .dock__cover { animation: breathe 2.4s ease-in-out infinite; }
@keyframes breathe { 50% { box-shadow: 0 0 0 4px rgba(216, 178, 101, .25); } }
.dock__meta { min-width: 0; line-height: 1.25; }
.dock__meta strong { display: block; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dock__meta span { font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.dock__btn { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-grad); color: #1a130a; display: grid; place-items: center; }
.dock__btn svg { width: 20px; height: 20px; }
.dock__close { width: 32px; height: 32px; border-radius: 50%; font-size: 22px; line-height: 1; color: var(--muted); }
.dock__close:hover { color: var(--text); background: rgba(255, 255, 255, .06); }
.dock__bar { position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px; background: rgba(255, 255, 255, .08); border-radius: 2px; overflow: hidden; }
.dock__bar i { display: block; height: 100%; width: 0; background: var(--gold-grad); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 16px; }
.lightbox[hidden] { display: none; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(5, 4, 3, .88); backdrop-filter: blur(10px); animation: fade .4s both; }
.lightbox__box { position: relative; width: min(1100px, 100%); animation: pop .5s var(--ease) both; }
.lightbox__frame { aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; background: #000; box-shadow: 0 40px 100px rgba(0, 0, 0, .8); }
.lightbox__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.lightbox__meta { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 14px; }
.lightbox__meta strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.lightbox__meta a { flex: none; font-size: 14px; color: var(--gold-hi); }
.lightbox__close { position: absolute; right: 0; top: -52px; width: 42px; height: 42px; border-radius: 50%; font-size: 26px; background: rgba(255, 255, 255, .08); }
.lightbox__close:hover { background: var(--gold); color: #000; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.97); } }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; top: 90px; z-index: 160; transform: translate(-50%, -20px); opacity: 0; pointer-events: none; padding: 12px 20px; border-radius: 999px; background: var(--gold-grad); color: #1a130a; font-weight: 600; font-size: 14px; transition: all .4s var(--ease); box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Legal pages ---------- */
.legal { padding: calc(var(--nav-h) + 60px) 0 100px; }
.legal .wrap { max-width: 820px; }
.legal a.back { color: var(--gold-hi); font-size: 14px; }
.legal h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(46px, 7vw, 76px); line-height: 1; margin: 28px 0 40px; }
.legal h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; margin: 44px 0 12px; color: var(--gold-hi); }
.legal h3 { font-size: 17px; margin: 26px 0 8px; }
.legal p, .legal li { color: #cfc7b8; }
.legal address { font-style: normal; color: #cfc7b8; }

.nf { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 40px 16px; }
.nf img { width: 140px; height: 140px; margin: 0 auto 30px; border-radius: 50%; animation: spin 14s linear infinite; }
.nf h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 6vw, 64px); line-height: 1.05; margin: 0; }
.nf p { color: var(--muted); max-width: 44ch; margin: 18px auto 30px; }

/* ---------- Motion preference ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
