/* ── Шрифты (variable woff2, локально) ── */
@font-face { font-family: 'Manrope'; font-weight: 300 800; font-display: swap; src: url(../fonts/manrope-cyrext.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Manrope'; font-weight: 300 800; font-display: swap; src: url(../fonts/manrope-cyr.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-weight: 300 800; font-display: swap; src: url(../fonts/manrope-latext.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: 'Manrope'; font-weight: 300 800; font-display: swap; src: url(../fonts/manrope-lat.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: 'Unbounded'; font-weight: 400 800; font-display: swap; src: url(../fonts/unbounded-cyrext.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Unbounded'; font-weight: 400 800; font-display: swap; src: url(../fonts/unbounded-cyr.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Unbounded'; font-weight: 400 800; font-display: swap; src: url(../fonts/unbounded-latext.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: 'Unbounded'; font-weight: 400 800; font-display: swap; src: url(../fonts/unbounded-lat.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; }

/* ── Токены ── */
:root {
  --bg: #070506;
  --panel: #0C0708;
  --panel-hover: #170A09;
  --red: #E5352A;
  --red-dark: #9E1508;
  --red-text: #FF5A4D;
  --text: #fff;
  --text-2: #CFC6C6;
  --text-3: #B8AFAF;
  --text-4: #9F9595;
  --line: rgba(255,255,255,.14);
  --grad: linear-gradient(135deg, var(--red), var(--red-dark));
  --grad-hover: linear-gradient(135deg, #FF493C, #B81A0B);
  --display: 'Unbounded', sans-serif;
}

/* ── База ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Manrope', system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
a { color: var(--red-text); text-decoration: none; }
a:hover { color: #fff; }
img { display: block; }
button { font: inherit; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 2px solid var(--red-text); outline-offset: 3px; }

@keyframes gfRise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes gfPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(229,53,42,.55); } 50% { box-shadow: 0 0 0 18px rgba(229,53,42,0); } }
@keyframes gfDrift { from { transform: scale(1.08) translate3d(0,0,0); } to { transform: scale(1.18) translate3d(-2%,-2%,0); } }
@keyframes gfMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes gfFade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } html { scroll-behavior: auto; } }

.wrap { max-width: 1320px; margin: 0 auto; }
.section { padding: clamp(64px, 9vw, 120px) 20px; position: relative; }
.section--tight { padding: clamp(56px, 7vw, 96px) 20px; }
.eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--red-text); }
.h-xl { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(40px, 7vw, 96px); line-height: .92; margin: 0; letter-spacing: -.01em; }
.h-lg { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(28px, 4vw, 52px); line-height: 1; margin: 0 0 36px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.section-head p { max-width: 380px; margin: 0; color: var(--text-3); font-size: 15px; line-height: 1.6; }

/* Кнопки */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; color: #fff; font-family: var(--display); font-style: italic; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; border: 0; transition: background .2s, color .2s, border-color .2s; }
.btn--primary { background: var(--grad); padding: 16px 30px; }
.btn--primary:hover { background: var(--grad-hover); color: #fff; }
.btn--outline { border: 1px solid rgba(255,255,255,.4); background: none; padding: 16px 30px; }
.btn--outline:hover { background: #fff; color: var(--panel); border-color: #fff; }
.btn--big { padding: 19px 42px; font-size: 15px; animation: gfPulse 2.8s ease-out infinite; }
.btn--ghost { font-family: 'Manrope', sans-serif; font-style: normal; font-weight: 700; letter-spacing: .14em; padding: 19px 34px; border: 1px solid rgba(255,255,255,.4); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

/* ── Шапка ── */
.header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(7,5,6,.82); border-bottom: 1px solid rgba(255,255,255,.08); }
.header__row { max-width: 1320px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; gap: 20px; }
.header__logo img { height: 34px; width: auto; }
.nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav a { color: #EDE8E8; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.nav a:hover { color: var(--red-text); }
.header__phone { color: #fff; font-size: 14px; font-weight: 700; white-space: nowrap; }
.header__cta { flex: 0 0 auto; margin-left: auto; padding: 12px 22px; font-family: 'Manrope', sans-serif; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.burger { display: none; flex: 0 0 auto; flex-direction: column; gap: 5px; width: 46px; height: 46px; align-items: center; justify-content: center; background: none; border: 1px solid rgba(255,255,255,.22); cursor: pointer; padding: 0; }
.burger span { display: block; width: 20px; height: 2px; background: #fff; transition: transform .25s, opacity .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.drawer { display: none; flex-direction: column; gap: 2px; padding: 18px 20px 26px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(7,5,6,.98); }
.drawer.is-open { display: flex; }
.drawer a { color: #fff; font-family: var(--display); font-style: italic; font-weight: 600; font-size: 20px; padding: 6px 0; }
.drawer a.drawer__phone { color: var(--red-text); font-family: 'Manrope', sans-serif; font-style: normal; font-size: 17px; font-weight: 700; padding: 14px 0 0; border-top: 1px solid rgba(255,255,255,.14); margin-top: 8px; }
@media (max-width: 1060px) {
  .nav, .header__phone { display: none; }
  .burger { display: flex; }
}
@media (min-width: 1061px) { .drawer { display: none !important; } }
@media (max-width: 560px) {
  .header__cta { display: none; }
  .burger { margin-left: auto; }
}

/* ── Первый экран ── */
.hero { position: relative; min-height: min(880px, 92svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(1.15) contrast(1.05); animation: gfDrift 24s ease-in-out infinite alternate; }
.hero__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,5,6,.92) 0%, rgba(7,5,6,.35) 32%, rgba(140,25,15,.42) 68%, rgba(7,5,6,.96) 100%); }
.hero__glow { position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 80% at 70% 30%, rgba(229,53,42,.34), transparent 62%); }
.hero__body { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 72px 20px 56px; width: 100%; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 26px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #FF453A; box-shadow: 0 0 10px #FF453A; display: block; flex: 0 0 auto; }
.hero__logo { width: min(680px, 90%); height: auto; margin: 0 0 28px; filter: drop-shadow(0 12px 40px rgba(0,0,0,.6)); }
.hero__date { font-family: var(--display); font-style: italic; font-weight: 600; font-size: clamp(17px, 2.4vw, 27px); letter-spacing: .04em; margin: 0 0 8px; text-wrap: balance; }
.hero__place { font-size: clamp(14px, 1.6vw, 18px); font-weight: 500; color: #E8DFDF; margin: 0 0 36px; letter-spacing: .02em; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 46px; }
.countdown { margin-bottom: 40px; }
.countdown__label { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(14px, 1.7vw, 18px); letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
.countdown__boxes { display: flex; gap: 10px; flex-wrap: wrap; }
.countdown__box { min-width: 104px; padding: 16px 18px; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.countdown__box--accent { border-color: rgba(229,53,42,.5); }
.countdown__num { font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(28px, 4vw, 44px); line-height: 1; font-variant-numeric: tabular-nums; }
.countdown__box--accent .countdown__num { color: var(--red-text); }
.countdown__unit { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #C9BFBF; margin-top: 8px; }
@media (max-width: 480px) {
  .countdown__boxes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .countdown__box { min-width: 0; padding: 12px 8px; text-align: center; }
  .countdown__unit { letter-spacing: .1em; }
}
.org { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; opacity: .85; }
.org__label { font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #BDB3B3; }
.org__name { font-family: var(--display); font-style: italic; font-weight: 600; font-size: 15px; letter-spacing: .06em; }
.org__sep { width: 1px; height: 20px; background: rgba(255,255,255,.25); display: block; }
.org__venue { font-weight: 800; font-size: 13px; letter-spacing: .24em; }

/* ── Бегущая строка ── */
.marquee { overflow: hidden; background: linear-gradient(90deg, var(--red-dark), var(--red), var(--red-dark)); border-block: 1px solid rgba(255,255,255,.1); }
.marquee__track { display: flex; width: max-content; animation: gfMarquee 48s linear infinite; }
.marquee__group { display: flex; gap: 44px; padding: 13px 22px; align-items: center; }
.marquee__group span { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 13px; letter-spacing: .2em; white-space: nowrap; }
.marquee__group i { font-style: normal; color: rgba(255,255,255,.55); }

/* ── Лайнап ── */
.lineup { background: var(--bg); }
.lineup::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 420px; background: radial-gradient(60% 100% at 20% 0%, rgba(158,21,8,.35), transparent 70%); pointer-events: none; }
.lineup .wrap { position: relative; }
.sub-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 0 0 18px; }
.sub-head h3 { font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(18px, 2vw, 24px); margin: 0; }
.sub-head p { margin: 0; color: var(--text-3); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.headliners { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 18px; margin-bottom: 56px; }
.poster { position: relative; overflow: hidden; background: #111; aspect-ratio: 860/1216; border: 1px solid rgba(255,255,255,.08); padding: 0; cursor: pointer; text-align: left; color: #fff; width: 100%; display: block; }
.poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.poster:hover img { transform: scale(1.05); }
.poster:hover { border-color: rgba(229,53,42,.6); }
.poster__info { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; padding-top: 48px; background: linear-gradient(0deg, rgba(7,5,6,.98), rgba(7,5,6,.9) 62%, transparent); }
.poster__info .eyebrow { margin-bottom: 8px; }
.poster__name { font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); margin: 0 0 8px; line-height: 1.05; }
.poster__text { margin: 0 0 14px; color: #D6CCCC; font-size: 13px; line-height: 1.55; }
.poster__more { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: 9px 14px; border: 1px solid rgba(255,255,255,.35); transition: background .2s, border-color .2s; }
.poster:hover .poster__more { background: var(--red); border-color: var(--red); }

.roster { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-bottom: 28px; }
.act { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--panel); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #fff; text-align: left; cursor: pointer; min-height: 84px; transition: background .2s; }
.act:hover { background: var(--panel-hover); }
.act__thumb { flex: 0 0 auto; width: 56px; height: 56px; object-fit: cover; background: #1a0d0c; border: 1px solid rgba(255,255,255,.12); }
.act__mono { flex: 0 0 auto; width: 56px; height: 56px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(229,53,42,.35), rgba(12,7,8,1) 70%); border: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-style: italic; font-weight: 800; font-size: 18px; }
.act__body { min-width: 0; flex: 1 1 auto; }
.act__name { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 15px; line-height: 1.2; }
.act__tag { display: inline-block; margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--red-text); }
.act__arrow { flex: 0 0 auto; color: rgba(255,255,255,.4); font-size: 18px; transition: color .2s, transform .2s; }
.act:hover .act__arrow { color: var(--red-text); transform: translateX(3px); }
.lineup__cta { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.12); padding: 24px 28px; background: linear-gradient(120deg, rgba(158,21,8,.16), transparent 60%); }
.lineup__cta p { margin: 0; color: var(--text-2); font-size: 15px; }

/* ── О фестивале ── */
.about { background: linear-gradient(180deg, var(--bg), #140705 55%, var(--bg)); }
.about__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.about h2 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(24px, 2.9vw, 40px); line-height: 1.05; margin: 18px 0 24px; text-wrap: balance; }
.about p { color: var(--text-2); font-size: clamp(15px, 1.5vw, 18px); line-height: 1.7; margin: 0 0 18px; max-width: 54ch; text-wrap: pretty; }
.dresscode { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; padding: 18px 20px; border: 1px solid var(--line); background: rgba(12,7,8,.7); max-width: 54ch; }
.dresscode__label { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.dresscode__swatches { display: flex; gap: 14px; flex-wrap: wrap; }
.swatch { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-2); }
.swatch::before { content: ''; width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: var(--c); }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.stat { background: var(--panel); padding: 26px 18px; min-width: 0; }
.stat__num { font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(26px, 2.8vw, 40px); white-space: nowrap; line-height: 1; color: var(--red-text); padding-right: .1em; }
.stat__label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-2); margin-top: 10px; }
@media (max-width: 560px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ── Зоны ── */
.zones { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.zone { background: var(--panel); padding: 28px 24px; min-height: 168px; display: flex; flex-direction: column; gap: 10px; transition: background .2s; }
.zone:hover { background: var(--panel-hover); }
.zone__icon { width: 28px; height: 28px; color: var(--red-text); }
.zone__title { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 18px; }
.zone p { margin: 0; color: var(--text-3); font-size: 14px; line-height: 1.6; }
@media (max-width: 1060px) { .zones { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .zones { grid-template-columns: 1fr; } .zone { min-height: 0; } }

/* ── Билеты ── */
.tickets { background: linear-gradient(180deg, var(--bg), #1A0806 50%, var(--bg)); }
.limited { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(255,90,77,.5); background: rgba(229,53,42,.12); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 18px; }
.plan { border: 1px solid rgba(255,255,255,.16); background: var(--panel); padding: 34px 30px; display: flex; flex-direction: column; gap: 20px; position: relative; }
.plan--featured { border-color: var(--red); background: linear-gradient(170deg, rgba(229,53,42,.22), var(--panel) 55%); }
.plan__badge { position: absolute; top: 0; right: 0; background: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; padding: 7px 12px; }
.plan__name { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 22px; margin-bottom: 6px; }
.plan__sub { font-size: 13px; color: var(--text-3); }
.plan__price { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(34px, 4.4vw, 48px); line-height: 1; }
.plan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.plan li { display: flex; gap: 10px; color: var(--text-2); font-size: 14px; line-height: 1.5; }
.plan li::before { content: '—'; color: var(--red-text); font-weight: 800; }
.plan .btn { margin-top: auto; padding: 17px 24px; }
.tickets__note { margin-top: 22px; display: flex; gap: 18px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.tickets__note p { margin: 0; color: var(--text-4); font-size: 13px; line-height: 1.6; max-width: 60ch; }
.tickets__note a, .footer__links a { font-size: 13px; color: var(--text-3); border-bottom: 1px solid rgba(255,255,255,.2); }
.links { display: flex; gap: 18px; flex-wrap: wrap; }
.vip-form { margin-top: 44px; border: 1px solid var(--line); background: var(--panel); padding: clamp(26px, 3.5vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px; align-items: center; }
.vip-form h3 { font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(20px, 2.4vw, 28px); margin: 0 0 10px; }
.vip-form p { margin: 0; color: var(--text-3); font-size: 14px; line-height: 1.6; max-width: 44ch; }
.form { display: flex; gap: 10px; flex-wrap: wrap; }
.input { flex: 1 1 140px; min-width: 0; padding: 16px; background: var(--bg); border: 1px solid rgba(255,255,255,.22); color: #fff; font-family: 'Manrope', sans-serif; font-size: 15px; border-radius: 0; outline: none; }
.input:focus { border-color: var(--red); }

/* ── Фото ── */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 10px; }
.gallery button { padding: 0; border: 0; background: #111; cursor: zoom-in; overflow: hidden; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; filter: grayscale(.15); transition: filter .5s, transform .5s; }
.gallery button:hover img { filter: none; transform: scale(1.02); }
.gallery .tall { grid-row: span 2; }
.gallery .tall img { aspect-ratio: auto; }

/* ── Как добраться ── */
.venue { background: linear-gradient(180deg, var(--bg), #140705); }
.venue__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; align-items: stretch; }
.card { border: 1px solid var(--line); background: var(--panel); padding: 28px; }
.card + .card { margin-top: 22px; }
.card h3 { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 22px; margin: 12px 0 8px; }
.card p { margin: 0 0 18px; color: var(--text-2); font-size: 15px; line-height: 1.6; }
.steps { display: flex; flex-direction: column; gap: 16px; }
.steps div { display: flex; gap: 14px; }
.steps b { color: var(--red-text); font-weight: 800; flex: 0 0 auto; }
.steps p { margin: 0; font-size: 14px; }
.map { min-height: 380px; border: 1px solid var(--line); overflow: hidden; background: var(--panel); }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: invert(.9) hue-rotate(180deg) saturate(.6); }

/* ── FAQ ── */
.faq { max-width: 900px; margin: 0 auto; }
.faq__list { border-block: 1px solid var(--line); }
.faq details + details { border-top: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 24px 4px; cursor: pointer; font-size: clamp(15px, 1.7vw, 19px); font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--red-text); }
.faq summary::after { content: '+'; flex: 0 0 auto; font-family: var(--display); font-size: 20px; color: var(--red-text); line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 0; padding: 0 4px 26px; color: var(--text-3); font-size: 15px; line-height: 1.7; max-width: 64ch; }

/* ── Партнёры ── */
.partners { padding: clamp(44px, 5vw, 72px) 20px; border-top: 1px solid rgba(255,255,255,.08); }
.partners__title { font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: #ADA3A3; margin-bottom: 26px; text-align: center; }
.partners__row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.partners__row div { flex: 1 1 170px; max-width: 220px; height: 84px; border: 1px dashed rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; color: var(--text-4); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* ── Футер ── */
.footer { background: linear-gradient(180deg, var(--bg), #170807); border-top: 1px solid rgba(255,255,255,.1); padding: clamp(48px, 6vw, 84px) 20px 120px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__title { font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: #ADA3A3; margin-bottom: 16px; }
.footer p { margin: 0; color: var(--text-4); font-size: 14px; line-height: 1.7; }
.footer__contacts { display: flex; flex-direction: column; gap: 10px; }
.chip { padding: 12px 20px; border: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 13px; font-weight: 600; }
.chip:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.footer__bottom { padding-top: 26px; display: flex; gap: 18px; flex-wrap: wrap; justify-content: space-between; align-items: center; color: var(--text-4); font-size: 12px; }
.footer__bottom a { color: var(--text-4); font-size: 12px; }
.btn--light { padding: 14px 20px; background: #fff; color: var(--panel); font-family: 'Manrope', sans-serif; font-style: normal; font-size: 12px; font-weight: 800; }
.btn--light:hover { background: var(--red); color: #fff; }

/* ── Липкая кнопка ── */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 12px 16px; background: linear-gradient(0deg, rgba(7,5,6,.98), rgba(7,5,6,.82)); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; gap: 12px; align-items: center; }
.sticky-cta__text { flex: 1 1 auto; min-width: 0; }
.sticky-cta__price { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 13px; }
.sticky-cta__meta { font-size: 11px; color: var(--text-4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-cta .btn { padding: 15px 28px; letter-spacing: .08em; }

/* ── Появление блоков ── */
.js [data-reveal].is-hidden { opacity: 0; }
.js [data-reveal].is-shown { animation: gfRise .8s cubic-bezier(.2,.7,.2,1) both; }

/* ── Карточка артиста (модалка) ── */
.modal { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(4,2,3,.86); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); overflow-y: auto; overscroll-behavior: contain; animation: gfFade .25s ease both; }
.modal.is-open { display: block; }
.modal__dialog { position: relative; max-width: 1100px; margin: clamp(0px, 4vw, 48px) auto; background: var(--panel); border: 1px solid rgba(255,255,255,.12); min-height: 60vh; }
.modal__close { position: sticky; top: 0; margin-left: auto; z-index: 3; display: grid; place-items: center; width: 52px; height: 52px; background: rgba(7,5,6,.9); border: 0; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 26px; cursor: pointer; float: right; }
.modal__close:hover { background: var(--red); }
.artist__top { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); }
.artist__cover { position: relative; background: #111; aspect-ratio: 860/1216; overflow: hidden; }
.artist__cover img { width: 100%; height: 100%; object-fit: cover; }
.artist__cover--empty { display: grid; place-items: center; background: linear-gradient(150deg, rgba(229,53,42,.4), var(--panel) 70%); font-family: var(--display); font-style: italic; font-weight: 800; font-size: 96px; }
.artist__info { padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.artist__name { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.02; margin: 0; padding-right: 40px; }
.artist__bio p { margin: 0 0 14px; color: var(--text-2); font-size: 15px; line-height: 1.7; max-width: 62ch; }
.artist__bio p:last-child { margin-bottom: 0; }
.artist__empty { color: var(--text-3); font-size: 15px; line-height: 1.7; border: 1px dashed rgba(255,255,255,.2); padding: 18px 20px; }
.artist__links { display: flex; gap: 10px; flex-wrap: wrap; }
.artist__media { padding: 0 clamp(16px, 4vw, 48px) clamp(24px, 4vw, 48px); border-top: 1px solid rgba(255,255,255,.1); }
.tabs { display: flex; gap: 6px; padding: 22px 0 20px; }
.tab { padding: 12px 20px; background: none; border: 1px solid rgba(255,255,255,.22); color: var(--text-2); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.tab[aria-selected="true"] { background: var(--red); border-color: var(--red); color: #fff; }
.tab:disabled { opacity: .35; cursor: default; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.media-grid button { position: relative; padding: 0; border: 0; background: #111; cursor: pointer; overflow: hidden; aspect-ratio: 1; }
.media-grid--video button { aspect-ratio: 9/16; }
.media-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, opacity .3s; }
.media-grid button:hover img { transform: scale(1.04); }
.play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.play::before { content: ''; width: 54px; height: 54px; border-radius: 50%; background: rgba(229,53,42,.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z' fill='%23fff'/%3E%3C/svg%3E") center/26px no-repeat; box-shadow: 0 6px 24px rgba(0,0,0,.5); }
.more-btn { margin-top: 16px; width: 100%; }
@media (max-width: 760px) {
  .modal__dialog { margin: 0; min-height: 100%; border: 0; }
  .artist__top { grid-template-columns: 1fr; }
  .artist__cover { aspect-ratio: 4/3; }
  .media-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }
}

/* ── Лайтбокс ── */
.lightbox { position: fixed; inset: 0; z-index: 120; display: none; background: rgba(0,0,0,.95); align-items: center; justify-content: center; animation: gfFade .2s ease both; }
.lightbox.is-open { display: flex; }
.lightbox__stage { max-width: 100vw; max-height: 100svh; display: flex; align-items: center; justify-content: center; }
.lightbox__stage img, .lightbox__stage video { max-width: 100vw; max-height: 100svh; object-fit: contain; display: block; }
.lightbox__stage video { max-height: 92svh; background: #000; }
.lb-btn { position: absolute; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; background: rgba(7,5,6,.7); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 24px; cursor: pointer; }
.lb-btn:hover { background: var(--red); border-color: var(--red); }
.lb-close { top: 12px; right: 12px; }
.lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--text-3); }
@media (max-width: 560px) { .lb-prev, .lb-next { top: auto; bottom: 8px; transform: none; } }
