/*
Theme Name: Rap Russia
Theme URI: https://rap-russia.ru/
Author: Rap Russia
Description: Редакционная тема Rap Russia для новостей, треков, релизов, артистов и событий.
Version: 0.1.6
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: rap-russia
License: Proprietary
*/

:root {
  --paper: #f0eee7;
  --paper-soft: #f7f5ef;
  --paper-bright: #fcfbf7;
  --ink: #101112;
  --ink-soft: #202225;
  --muted: #686962;
  --line: #d2d0c8;
  --line-dark: #33363a;
  --accent: #d4fa13;
  --accent-dark: #9fbe00;
  --danger: #9f3d28;
  --radius: 0;
  --max: 1440px;
  --shadow: 0 18px 45px rgba(17, 18, 19, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #dedbd2; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
body::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
button { cursor: pointer; }
code { overflow-wrap: anywhere; }

.site-frame { min-height: 100vh; overflow: hidden; background: var(--paper); }
.content-wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--accent); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 40; background: var(--ink); color: #fff; border-bottom: 1px solid var(--line-dark); }
.header-inner { width: min(calc(100% - 48px), var(--max)); min-height: 72px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; color: #fff; text-transform: uppercase; }
.brand-monogram { position: relative; width: 43px; height: 47px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--accent); background: #17191b; clip-path: polygon(0 0, 100% 0, 100% 82%, 82% 100%, 0 100%); }
.brand-monogram::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(212, 250, 19, .3); clip-path: polygon(0 0, 100% 0, 100% 78%, 78% 100%, 0 100%); }
.brand-monogram::after { content: ""; position: absolute; right: -8px; bottom: 7px; width: 28px; height: 3px; background: var(--accent); transform: rotate(-45deg); transform-origin: center; }
.brand-r { position: absolute; z-index: 1; font-family: "Bodoni MT", Didot, Georgia, serif; font-size: 30px; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: -.13em; }
.brand-r-first { top: 3px; left: 6px; color: #fff; }
.brand-r-second { right: 7px; bottom: 3px; color: var(--accent); }
.brand-lockup { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-name { display: flex; align-items: baseline; gap: 5px; font-family: Impact, "Arial Narrow", sans-serif; font-stretch: condensed; letter-spacing: -.035em; }
.brand-name b { font-size: 24px; font-weight: 900; }
.brand-name b:first-child { color: var(--accent); }
.brand-name b:last-child { letter-spacing: -.065em; }
.brand-tagline { margin-top: 5px; color: #989a96; font-size: 6.5px; font-weight: 750; letter-spacing: .16em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.5vw, 25px); min-width: 0; }
.desktop-nav a { position: relative; padding: 25px 0 23px; color: #dedede; font-size: 13px; font-weight: 650; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.search-button { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid #47494c; font-size: 26px; line-height: 1; }
.search-button:hover { border-color: var(--accent); color: var(--accent); }
.button { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; background: transparent; font-size: 14px; font-weight: 750; line-height: 1.1; text-align: center; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.button-accent:hover { background: #e1ff4c; border-color: #e1ff4c; }
.button-small { min-height: 40px; padding-inline: 18px; white-space: nowrap; }
.button-outline { border-color: #92938d; background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-dark-outline { border-color: #6c6e71; color: #fff; }
.button-dark-outline:hover { border-color: #fff; }
.button-disabled { background: #d4d2ca; border-color: #d4d2ca; color: #676862; cursor: not-allowed; }
.button-wide { width: 100%; min-height: 54px; }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link.light { color: #fff; }
.mobile-menu { display: none; }

.scene-nav { background: var(--paper-bright); border-bottom: 1px solid var(--line); }
.scene-nav-inner { width: min(calc(100% - 48px), var(--max)); min-height: 42px; margin: 0 auto; display: flex; align-items: center; gap: 28px; font-size: 12px; }
.scene-nav a { color: #4c4d49; font-weight: 650; }
.scene-nav a:hover { color: var(--ink); }
.scene-label { margin-right: 4px; color: var(--ink); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.scene-more { margin-left: auto; }

.home-hero { position: relative; height: 510px; background: #141618; color: #fff; overflow: hidden; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; opacity: .78; }
.hero-shade { position: absolute; inset: 0; background: rgba(3, 4, 5, .34); }
.hero-copy { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); height: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-right: 48%; }
.eyebrow { display: block; margin-bottom: 11px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.accent { color: var(--accent); }
.hero-copy h1, .page-intro h1, .commercial-hero h1, .artist-hero h1, .city-hero h1, .state-page h1, .success-page h1 { margin: 0; font-family: Impact, "Arial Narrow", "Segoe UI", sans-serif; font-stretch: condensed; font-size: clamp(54px, 6vw, 92px); font-weight: 900; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.hero-copy p { max-width: 570px; margin: 25px 0; color: #e3e3df; font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-release { position: absolute; z-index: 2; right: max(24px, calc((100% - var(--max)) / 2)); bottom: 45px; width: clamp(210px, 21vw, 300px); box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.hero-release > span { display: block; padding: 8px 11px; background: var(--paper-bright); color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.cover-art { position: relative; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; padding: 12%; overflow: hidden; isolation: isolate; }
.cover-art::before { content: ""; position: absolute; z-index: -1; top: 14%; right: -4%; width: 56%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .46; }
.cover-art::after { content: ""; position: absolute; z-index: -1; top: 0; right: 18%; width: 1px; height: 100%; background: currentColor; opacity: .28; box-shadow: 16px 0 0 currentColor, 32px 0 0 currentColor, 48px 0 0 currentColor; }
.cover-art strong { max-width: 90%; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(18px, 2.2vw, 34px); font-weight: 900; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.cover-art small { font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.cover-wide { aspect-ratio: 16 / 9; }
.cover-mark { position: absolute; top: 9%; left: 9%; font-family: Impact, sans-serif; font-size: 13px; }
.cover-rule { position: absolute; top: 16%; left: 9%; width: 22%; height: 4px; background: currentColor; }
.tone-ink { background: #17191b !important; color: #f6f4ed !important; }
.tone-smoke { background: #666b6d !important; color: #fff !important; }
.tone-sand { background: #d6c9ae !important; color: #151617 !important; }
.tone-blue { background: #485d6f !important; color: #fff !important; }
.tone-violet { background: #5d4d64 !important; color: #fff !important; }
.tone-rust { background: #8b4937 !important; color: #fff !important; }
.tone-lime { background: var(--accent) !important; color: var(--ink) !important; }

.ticker { min-height: 62px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; background: var(--paper-bright); border-bottom: 1px solid var(--line); }
.ticker > strong { display: grid; place-items: center; padding: 0 30px; background: var(--accent); font-size: 13px; text-transform: uppercase; }
.ticker-items { min-width: 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.ticker-items a { min-width: 0; padding: 10px 18px; border-right: 1px solid var(--line); }
.ticker-items time { display: block; color: var(--muted); font-size: 10px; }
.ticker-items span { display: -webkit-box; overflow: hidden; font-size: 12px; font-weight: 650; line-height: 1.25; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ticker-items a:hover span { text-decoration: underline; }
.ticker-all { display: grid; place-items: center; min-width: 78px; font-size: 12px; font-weight: 750; }

.home-content, .page-content { padding-top: 42px; padding-bottom: 70px; }
.home-split { display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr); gap: 38px; }
.events-panel { padding-left: 28px; border-left: 1px solid var(--line); }
.section-heading { min-height: 47px; margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.section-heading > div { align-self: stretch; display: flex; align-items: baseline; gap: 14px; }
.section-heading .eyebrow { order: 2; margin: 0; }
.section-heading h2 { margin: 0 0 10px; font-size: clamp(26px, 2.3vw, 36px); letter-spacing: -.045em; }
.section-heading > a { margin-bottom: 11px; color: var(--muted); font-size: 12px; font-weight: 750; white-space: nowrap; }
.section-heading > a:hover { color: var(--ink); }
.section-block { margin-top: 56px; }
.section-lead { max-width: 720px; margin: -5px 0 23px; color: var(--muted); font-size: 15px; }

.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.release-card { min-width: 0; background: var(--paper-bright); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.release-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.media-link { position: relative; display: block; }
.play { position: absolute; bottom: 10px; left: 10px; width: 38px; height: 38px; display: grid; place-items: center; padding-left: 2px; background: var(--ink); color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 11px; }
.card-copy { padding: 13px; }
.card-meta { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.card-copy h3, .video-grid h2 { margin: 0 0 5px; font-size: 16px; letter-spacing: -.02em; }
.card-copy h3 a:hover, .video-grid h2 a:hover { text-decoration: underline; }
.card-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.compact-grid .cover-art strong { font-size: clamp(16px, 1.5vw, 24px); }

.event-row { min-height: 79px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.event-row time { width: 48px; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: var(--paper-bright); }
.event-row time strong { color: var(--accent-dark); font-size: 23px; line-height: 1; }
.event-row time span { margin-top: 3px; font-size: 9px; text-transform: uppercase; }
.event-row h3 { margin: 0 0 4px; font-size: 13px; text-transform: uppercase; }
.event-row p { margin: 0; color: var(--muted); font-size: 11px; }
.event-row.promoted { position: relative; }
.ad-label { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.arrow-link { min-width: 34px; min-height: 34px; display: grid; place-items: center; color: var(--accent-dark); font-size: 22px; }

.artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.artist-card { min-height: 112px; display: grid; grid-template-columns: 95px minmax(0, 1fr) auto; align-items: center; gap: 14px; background: var(--paper-bright); border: 1px solid var(--line); }
.artist-portrait { height: 100%; min-height: 110px; display: grid; place-items: center; overflow: hidden; }
.artist-portrait span { font-family: Impact, sans-serif; font-size: 42px; opacity: .78; transform: rotate(-8deg); }
.artist-card h3 { margin: 0 0 5px; font-size: 18px; text-transform: lowercase; }
.artist-card p, .artist-card > div > span { margin: 0; color: var(--muted); font-size: 11px; }

.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.news-card { min-width: 0; background: var(--paper-bright); border: 1px solid var(--line); }
.news-card .cover-art strong { font-size: clamp(20px, 2vw, 30px); }
.news-card.featured { grid-column: span 2; grid-row: span 2; }
.news-card.featured .card-copy h3 { font-size: clamp(22px, 2.4vw, 35px); }
.news-card.featured .card-copy p { font-size: 14px; }
.news-card:not(.featured) .card-copy p { display: none; }
.news-grid.mini { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-grid.mini .news-card.featured { grid-column: auto; grid-row: auto; }

.ad-slot { min-height: 120px; margin: 55px 0; padding: 22px 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; background: #e3e0d6; border: 1px solid #c1beb4; border-left: 5px solid var(--accent-dark); }
.ad-slot > .ad-label { align-self: start; padding-top: 4px; writing-mode: vertical-rl; }
.ad-slot strong { display: block; margin-bottom: 5px; font-size: 21px; }
.ad-slot p { max-width: 590px; margin: 0; color: var(--muted); font-size: 13px; }
.ad-slot > a { font-size: 12px; font-weight: 800; white-space: nowrap; }
.ad-slot.compact { min-height: 0; margin: 0 0 24px; padding: 18px; display: block; border-left-width: 3px; }
.ad-slot.compact > .ad-label { writing-mode: initial; }
.ad-slot.compact div { margin: 10px 0 15px; }
.ad-slot.compact strong { font-size: 17px; }
.ad-slot.compact > a { white-space: normal; }

.archive-section { margin-top: 55px; padding: 30px; background: var(--paper-bright); border: 1px solid var(--line); }
.legacy-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legacy-grid > a { position: relative; min-height: 155px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legacy-grid > a:hover { background: var(--accent); }
.legacy-grid span { display: block; margin-bottom: 24px; color: var(--muted); font-size: 11px; }
.legacy-grid strong { display: block; font-size: 16px; }
.legacy-grid p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.3; }
.legacy-grid i { position: absolute; right: 13px; bottom: 10px; color: var(--accent-dark); font-style: normal; }
.legacy-grid > a:hover span, .legacy-grid > a:hover p, .legacy-grid > a:hover i { color: var(--ink); }
.legacy-grid.large { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.city-section { min-height: 310px; display: grid; grid-template-columns: 280px 1fr; gap: 45px; align-items: stretch; }
.city-intro { padding: 25px 0; }
.city-intro h2 { margin-bottom: 15px; font-size: 38px; letter-spacing: -.045em; }
.city-intro p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.city-board { position: relative; min-height: 300px; background: #dedcd4; border: 1px solid var(--line); overflow: hidden; }
.city-board::before, .city-board::after { content: ""; position: absolute; border: 1px solid #aaa9a2; border-radius: 50%; opacity: .75; }
.city-board::before { width: 520px; height: 190px; left: 14%; top: 38px; transform: rotate(-7deg); }
.city-board::after { width: 390px; height: 140px; left: 42%; top: 84px; transform: rotate(5deg); }
.city-dot { position: absolute; z-index: 2; min-width: 90px; font-size: 10px; }
.city-dot > span { width: 10px; height: 10px; display: inline-block; margin-right: 5px; background: var(--accent); border: 2px solid var(--ink); border-radius: 50%; }
.city-dot strong { display: inline; }
.city-dot small { display: block; padding-left: 19px; color: var(--muted); }
.city-1 { left: 18%; top: 44%; } .city-2 { left: 14%; top: 24%; } .city-3 { left: 40%; top: 58%; } .city-4 { left: 34%; top: 39%; }
.city-5 { left: 58%; top: 45%; } .city-6 { left: 24%; top: 70%; } .city-7 { left: 32%; top: 80%; } .city-8 { right: 6%; top: 66%; }

.newsletter { margin: 60px 0 0; padding: 34px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 45px; background: var(--ink); color: #fff; }
.newsletter h2 { margin-bottom: 10px; font-size: 34px; letter-spacing: -.04em; }
.newsletter p { max-width: 540px; margin: 0; color: #bbbcb8; font-size: 13px; }
.newsletter-form > label:first-child { display: block; margin-bottom: 6px; color: #c8c9c4; font-size: 11px; }
.newsletter-form > div { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-height: 48px; padding: 0 15px; border: 1px solid #5a5b5c; border-right: 0; background: #fff; color: var(--ink); }
.check { display: flex; align-items: flex-start; gap: 9px; margin-top: 10px; color: #c8c9c4; font-size: 10px; }
.check input { width: 16px; height: 16px; min-height: 0; flex: 0 0 auto; margin: 0; accent-color: var(--accent-dark); }

.site-footer { padding: 48px max(24px, calc((100% - var(--max)) / 2)) 24px; background: #0b0c0d; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand p { max-width: 310px; color: #aaa; font-size: 13px; }
.social-links { display: flex; gap: 8px; }
.social-links span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #3b3c3e; color: #777; font-size: 11px; font-weight: 800; }
.footer-main nav { display: flex; flex-direction: column; gap: 9px; }
.footer-main nav strong { margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-main nav a { color: #aaa; font-size: 12px; }
.footer-main nav a:hover { color: var(--accent); }
.footer-bottom { margin-top: 40px; padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; border-top: 1px solid #2c2d2f; color: #8f8f8c; font-size: 10px; }
.footer-bottom a { color: #ccc; }
.prototype-note { margin: 18px 0 0; color: #6e6f6c; font-size: 9px; }
.mobile-dock { display: none; }

.page-intro { background: var(--ink); color: #fff; }
.page-intro > div { min-height: 270px; padding-top: 45px; padding-bottom: 45px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 55px; }
.page-intro h1 { font-size: clamp(58px, 7vw, 104px); }
.page-intro p { max-width: 550px; margin: 0 0 5px; color: #c4c5c1; font-size: 17px; }
.page-stat { align-self: end; margin-bottom: 7px; color: var(--accent); font-size: 11px; font-weight: 800; text-align: right; text-transform: uppercase; letter-spacing: .07em; }
.filter-bar { margin-bottom: 28px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.filter-bar a { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; background: var(--paper-bright); border: 1px solid var(--line); font-size: 11px; font-weight: 700; white-space: nowrap; }
.filter-bar a.active, .filter-bar a:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.catalog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 38px; }
.catalog-aside { padding-left: 24px; border-left: 1px solid var(--line); }
.aside-box, .facts-card { margin-bottom: 24px; padding: 22px; background: var(--paper-bright); border: 1px solid var(--line); }
.aside-box h2 { margin-bottom: 10px; font-size: 23px; letter-spacing: -.035em; }
.aside-box p { color: var(--muted); font-size: 12px; }
.aside-box > a { display: block; margin-top: 15px; color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.aside-box > a + a { margin-top: 8px; }
.aside-box > a:not(:last-child) { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.aside-box > a b { display: inline-block; width: 27px; color: var(--accent-dark); }
.aside-box > a span { font-size: 11px; }
.official-pending > span { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.pagination { margin: 35px 0 0; display: flex; align-items: center; justify-content: center; gap: 5px; }
.pagination > * { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 11px; }
.pagination a.active, .pagination a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .disabled { color: #aaa; }

.track-list { border-top: 1px solid var(--line); }
.track-row { min-height: 98px; display: grid; grid-template-columns: 42px 72px minmax(0, 1fr) auto 34px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.track-row > button { width: 38px; height: 38px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; font-size: 10px; }
.track-row > .cover-art { width: 72px; }
.track-row > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.track-row h2 { margin: 2px 0 4px; font-size: 17px; }
.track-row small { color: var(--muted); font-size: 10px; }
.track-row time { color: var(--muted); font-size: 10px; }

.text-list { border-top: 1px solid var(--line); }
.text-list article { min-height: 104px; padding: 12px 0; display: grid; grid-template-columns: 52px minmax(0,1fr) auto 35px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.letter { width: 46px; height: 58px; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: Impact, sans-serif; font-size: 25px; }
.text-list article > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.text-list h2 { margin: 2px 0 6px; font-size: 18px; }
.text-list p { margin: 0; color: var(--muted); font-size: 11px; }
.status { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.status.ok { border-color: var(--accent-dark); color: #657900; }
.status.muted { color: var(--muted); }

.beat-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.beat-grid article { position: relative; padding: 16px; background: var(--paper-bright); border: 1px solid var(--line); }
.wave-art { height: 130px; margin: -16px -16px 15px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.wave-art i { width: 5px; height: 45px; background: currentColor; opacity: .72; }
.wave-art i:nth-child(2), .wave-art i:nth-child(5) { height: 75px; }
.wave-art i:nth-child(3) { height: 105px; }
.wave-art h2 { font-size: 18px; }
.beat-grid h2 { margin: 12px 0 6px; font-size: 18px; }
.beat-grid p, .beat-grid small { margin: 0; color: var(--muted); font-size: 11px; }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.video-grid article { min-width: 0; }
.video-art { position: relative; display: block; margin-bottom: 10px; }
.video-art small { position: absolute; right: 8px; bottom: 8px; padding: 3px 5px; background: var(--ink); color: #fff; font-size: 9px; }
.series-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.series-grid a { min-height: 240px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.series-grid span { font-size: 10px; text-transform: uppercase; }
.series-grid strong { margin-top: auto; font-family: Impact, sans-serif; font-size: 45px; letter-spacing: -.04em; }
.series-grid p { margin: 5px 0 22px; font-size: 12px; opacity: .75; }
.series-grid i { font-style: normal; font-size: 11px; font-weight: 800; }

.detail-wrap { padding-top: 22px; padding-bottom: 75px; }
.breadcrumbs { min-height: 42px; display: flex; align-items: center; gap: 8px; overflow: hidden; color: var(--muted); font-size: 10px; white-space: nowrap; }
.breadcrumbs .crumb { display: flex; align-items: center; gap: 8px; min-width: 0; }
.breadcrumbs .crumb:last-child { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs i { font-style: normal; }
.story-layout { width: min(100%, 1080px); margin: 30px auto 0; }
.story-header h1 { margin: 0; max-width: 850px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(48px, 6vw, 78px); line-height: .92; letter-spacing: -.035em; text-transform: uppercase; }
.story-lead { max-width: 760px; margin: 24px 0 18px; color: #424440; font-size: 19px; line-height: 1.42; }
.byline { padding-top: 14px; display: flex; flex-wrap: wrap; gap: 10px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.story-media { position: relative; margin: 32px 0 18px; max-width: 680px; }
.story-media .cover-art { width: 100%; max-height: 680px; }
.story-media .cover-art strong { font-size: clamp(40px, 6vw, 72px); }
.story-media.editorial { max-width: none; }
.story-media.editorial .cover-art { aspect-ratio: 16/8; }
.big-play { position: absolute; inset: 0; margin: auto; width: 170px; height: 58px; border: 0; background: var(--accent); color: var(--ink); font-weight: 800; }
.big-play span { margin-left: 8px; }
.media-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.content-label { padding: 7px 9px; border: 1px solid var(--ink); font-size: 10px; font-weight: 850; }
.rights-box { margin: 24px 0; padding: 19px 21px; border-left: 4px solid var(--accent-dark); background: #e5e5dc; }
.rights-box.warning { border-left-color: var(--danger); background: #eee3dc; }
.rights-box strong { display: block; font-size: 14px; }
.rights-box p { margin: 5px 0 9px; color: #575954; font-size: 12px; }
.rights-box a { font-size: 11px; font-weight: 800; }
.article-body { max-width: 720px; margin: 35px 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; }
.article-body p { margin-bottom: 24px; }
.article-body h2 { margin: 45px 0 15px; font-family: "Segoe UI", Arial, sans-serif; font-size: 30px; letter-spacing: -.035em; }
.article-body blockquote { margin: 35px 0; padding: 25px 0 25px 30px; border-left: 6px solid var(--accent); font-size: 24px; font-style: italic; line-height: 1.35; }
.article-body li { margin-bottom: 8px; }
.dropcap::first-letter { float: left; margin: 7px 9px 0 0; font-family: Impact, sans-serif; font-size: 68px; line-height: .75; }
.facts-card dl, .event-info-grid dl { margin: 0; }
.facts-card dl > div, .event-info-grid dl > div { padding: 11px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-bottom: 1px solid var(--line); font-size: 11px; }
.facts-card dt, .event-info-grid dt { color: var(--muted); }
.facts-card dd, .event-info-grid dd { margin: 0; font-weight: 700; text-align: right; }
.source-card { padding: 18px 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; background: var(--paper-bright); border: 1px solid var(--line); font-size: 12px; }
.source-card span { color: var(--muted); }
.source-card a { color: var(--accent-dark); font-weight: 800; }
.related-section { margin-top: 45px; }

.listing-news { grid-template-columns: repeat(3, minmax(0,1fr)); }
.listing-news .featured { grid-column: span 2; }
.artist-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.artist-directory-grid.large { grid-template-columns: repeat(3, minmax(0,1fr)); }
.alphabet { margin-bottom: 28px; display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.alphabet a { width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper-bright); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.alphabet a:hover { background: var(--accent); }

.artist-hero { min-height: 430px; }
.artist-hero > div { min-height: 430px; display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 60px; }
.artist-monogram { width: 270px; height: 270px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Impact, sans-serif; font-size: 110px; transform: rotate(-7deg); }
.artist-hero h1 { font-size: clamp(65px, 9vw, 128px); }
.artist-hero p { margin: 15px 0 25px; opacity: .75; font-size: 18px; }
.profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 55px; }
.profile-copy { max-width: 760px; padding: 25px 0; }
.profile-copy h2 { font-size: 44px; letter-spacing: -.045em; }
.profile-copy p { color: #4e504c; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }

.events-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 55px; }
.events-layout .event-row { min-height: 108px; }
.events-layout .event-row h3 { font-size: 18px; }
.calendar-card { padding: 22px; background: var(--ink); color: #fff; }
.calendar-card > span { color: #bbb; font-size: 11px; text-transform: uppercase; }
.calendar-card > strong { display: block; margin-bottom: 18px; font-size: 30px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.calendar-grid > * { aspect-ratio: 1; display: grid; place-items: center; font-size: 9px; }
.calendar-grid b { color: #777; }
.calendar-grid a { border: 1px solid #333; }
.calendar-grid a.has-event { background: var(--accent); color: var(--ink); font-weight: 800; }
.event-detail { min-height: 360px; padding: 45px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 45px; background: var(--ink); color: #fff; }
.event-date { width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #555; }
.event-date strong { color: var(--accent); font-family: Impact, sans-serif; font-size: 78px; line-height: 1; }
.event-date span { font-size: 12px; text-transform: uppercase; }
.event-detail h1 { margin: 0; font-family: Impact, sans-serif; font-size: clamp(58px, 8vw, 106px); line-height: .9; text-transform: uppercase; }
.event-detail p { margin: 14px 0 25px; color: #bbb; }
.event-info-grid { margin: 45px auto; max-width: 980px; display: grid; grid-template-columns: 1fr 300px; gap: 60px; }
.event-info-grid h2 { font-size: 36px; }
.event-info-grid > section > p { color: #50514e; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.venue-box { margin-top: 30px; padding: 20px; border: 1px solid var(--line); }
.venue-box span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.venue-box strong { display: block; font-size: 24px; }
.venue-box p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.city-directory { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.city-directory a { min-height: 250px; padding: 20px; display: flex; flex-direction: column; }
.city-directory span { font-size: 11px; }
.city-directory h2 { margin: auto 0 5px; font-size: 28px; letter-spacing: -.04em; }
.city-directory p { margin: 0 0 20px; font-size: 11px; opacity: .7; }
.city-directory i { font-style: normal; font-size: 11px; font-weight: 800; }
.city-hero { background: var(--accent); }
.city-hero > div { min-height: 350px; padding-top: 45px; padding-bottom: 45px; display: flex; flex-direction: column; justify-content: flex-end; }
.city-hero h1 { color: var(--ink); font-size: clamp(68px, 11vw, 150px); }
.city-hero p { margin: 14px 0 0; font-size: 16px; }

.archive-principles { margin-bottom: 40px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.archive-principles > div { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-principles strong { color: var(--accent-dark); font-size: 11px; }
.archive-principles h2 { margin: 35px 0 9px; font-size: 23px; }
.archive-principles p { margin: 0; color: var(--muted); font-size: 12px; }
.archive-years { margin-top: 50px; }
.archive-years h2 { font-size: 34px; }
.archive-years > a { min-height: 62px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.archive-years > a strong { font-size: 22px; }
.archive-years > a span { color: var(--muted); font-size: 12px; }
.archive-years > a i { color: var(--accent-dark); font-style: normal; }

.search-hero { padding: 70px 0; background: var(--ink); color: #fff; }
.search-hero h1 { margin: 0 0 30px; font-family: Impact, sans-serif; font-size: clamp(60px, 9vw, 120px); text-transform: uppercase; }
.search-hero form { max-width: 850px; }
.search-hero label { display: block; margin-bottom: 7px; color: #aaa; font-size: 11px; }
.search-hero form > div, .state-page form { display: grid; grid-template-columns: 1fr auto; }
.search-hero input, .state-page input { min-height: 56px; padding: 0 18px; border: 1px solid #5b5d5f; background: #fff; color: var(--ink); font-size: 18px; }
.search-count { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.search-results { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.search-empty { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.search-empty > span { color: var(--accent-dark); font-size: 70px; }
.search-empty h2 { margin: 0; font-size: 38px; }
.search-empty p { max-width: 500px; color: var(--muted); }
.search-empty > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.search-empty > div a { padding: 8px 12px; border: 1px solid var(--line); font-size: 11px; }

.form-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; justify-content: center; gap: 50px; }
.submission-form { min-width: 0; }
.form-section { margin: 0 0 18px; padding: 24px; border: 1px solid var(--line); background: var(--paper-bright); }
.form-section legend { padding: 0 12px 0 0; font-size: 21px; font-weight: 800; letter-spacing: -.025em; }
.form-section legend span { margin-right: 10px; color: var(--accent-dark); font-size: 11px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 16px; }
.field > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; }
.field b { color: var(--danger); }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #bab8b0; background: #fff; border-radius: 0; }
.field textarea { resize: vertical; }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.form-hint { color: var(--muted); font-size: 12px; }
.flag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check.flag { min-height: 42px; margin: 0; padding: 10px; align-items: center; background: var(--paper); border: 1px solid var(--line); color: var(--ink); }
.check.legal { margin: 0; padding: 12px 0; color: #343532; font-size: 11px; border-bottom: 1px solid var(--line); }
.check.legal a { text-decoration: underline; }
.fine-print { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.form-aside ol { padding-left: 20px; color: var(--muted); font-size: 12px; }
.form-aside li { margin-bottom: 10px; }
.success-page, .state-page { min-height: 650px; padding-top: 100px; padding-bottom: 100px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-icon { width: 90px; height: 90px; margin-bottom: 25px; display: grid; place-items: center; background: var(--accent); border-radius: 50%; font-size: 43px; }
.success-page h1, .state-page h1 { max-width: 900px; font-size: clamp(60px, 10vw, 130px); }
.success-page p, .state-page p { max-width: 650px; margin: 25px 0; color: var(--muted); font-size: 17px; }
.state-code { font-family: Impact, sans-serif; color: var(--accent-dark); font-size: 120px; line-height: .8; }
.state-page code { margin-bottom: 25px; padding: 8px 10px; background: #e2dfd5; font-size: 11px; }
.state-page > div { display: flex; flex-wrap: wrap; gap: 10px; }
.state-page > div a:not(.button) { padding: 8px 12px; border: 1px solid var(--line); font-size: 11px; }
.state-page form { width: min(100%, 650px); margin-bottom: 22px; }

.commercial-hero { min-height: 520px; display: flex; align-items: center; background: var(--ink); color: #fff; }
.commercial-hero h1 { font-size: clamp(62px, 8vw, 116px); }
.commercial-hero p { max-width: 680px; margin: 25px 0; color: #bebfbb; font-size: 18px; }
.format-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.format-grid article { min-height: 270px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.format-grid article > span { color: var(--accent-dark); font-size: 10px; }
.format-grid h2 { margin: auto 0 12px; font-size: 24px; }
.format-grid p { color: var(--muted); font-size: 12px; }
.format-grid a { font-size: 11px; font-weight: 800; }
.commercial-rules { margin: 70px 0; padding: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--accent); }
.commercial-rules h2 { margin: 0; font-size: clamp(35px, 4vw, 56px); letter-spacing: -.05em; }
.commercial-rules ul { margin: 0; padding: 0; list-style: none; }
.commercial-rules li { padding: 12px 0; border-bottom: 1px solid rgba(16,17,18,.25); font-size: 13px; font-weight: 650; }
.commercial-form { padding: 45px; display: grid; grid-template-columns: .8fr 1.3fr; gap: 60px; background: var(--paper-bright); border: 1px solid var(--line); }
.commercial-form h2 { font-size: 43px; letter-spacing: -.045em; }
.commercial-form > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.commercial-form .full { grid-column: 1 / -1; }

.policy-layout { padding-top: 50px; padding-bottom: 80px; display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 70px; }
.policy-layout aside nav { position: sticky; top: 20px; display: flex; flex-direction: column; }
.policy-layout aside a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.policy-layout article > section { padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.policy-layout article h2 { font-size: 32px; letter-spacing: -.04em; }
.policy-layout article p { color: #4f504d; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.cookie-choice { padding: 15px; display: flex; align-items: center; justify-content: space-between; background: var(--paper-bright); border: 1px solid var(--line); font-size: 11px; }
.cookie-actions { display: flex; justify-content: flex-end; gap: 10px; }
.cookie-actions .button { flex: 1; }
.policy-contact-form { margin: 40px 0; padding: 26px; background: var(--paper-bright); border: 1px solid var(--line); }
.policy-contact-form h2 { margin-bottom: 24px; }
.legal-placeholder { padding: 15px; background: #eee3dc; border-left: 3px solid var(--danger); font-family: "Segoe UI", sans-serif !important; font-size: 11px !important; }
.legacy-static { padding-top: 15px; }

.newsletter-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.newsletter-benefits article { min-height: 210px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter-benefits article > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.newsletter-benefits h2 { margin: auto 0 8px; font-size: 27px; }
.newsletter-benefits p { margin: 0; color: var(--muted); font-size: 12px; }

.chart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.chart-head > a { padding-top: 10px; color: var(--accent-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }
.chart-list { border-top: 1px solid var(--line); }
.chart-list article { min-height: 114px; display: grid; grid-template-columns: 60px 25px 78px minmax(0, 1fr) 38px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.chart-list article > strong { font-family: Impact, sans-serif; font-size: 42px; font-weight: 400; }
.chart-list article > span { font-size: 13px; }
.chart-list .up { color: #668000; }
.chart-list .same { color: var(--muted); }
.chart-list .cover-art { width: 78px; }
.chart-list article > div small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.chart-list h2 { margin: 3px 0 4px; font-size: 19px; }
.chart-list p { margin: 0; color: var(--muted); font-size: 10px; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 230px 1fr; background: #e9e7df; }
.admin-nav { position: sticky; top: 0; height: 100vh; padding: 26px 18px; display: flex; flex-direction: column; background: var(--ink); color: #fff; }
.admin-nav > .brand { margin-bottom: 35px; }
.admin-nav > b { margin-bottom: 15px; color: #777; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.admin-nav > a { min-height: 43px; padding: 0 9px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #292b2d; color: #b9bab6; font-size: 12px; }
.admin-nav > a span { color: #646663; font-size: 8px; }
.admin-nav > a.active { background: var(--accent); color: var(--ink); font-weight: 800; }
.admin-nav > a.active span { color: #738700; }
.admin-nav .admin-exit { margin-top: auto; border: 0; }
.admin-main { min-width: 0; padding: 34px; }
.admin-main > header { min-height: 85px; display: flex; align-items: flex-start; justify-content: space-between; }
.admin-main > header h1 { margin: 0; font-size: 36px; letter-spacing: -.045em; }
.admin-main > header > div:last-child { display: flex; align-items: center; gap: 12px; font-size: 11px; }
.admin-main > header button { width: 34px; height: 34px; border: 0; background: var(--accent); font-size: 10px; font-weight: 800; }
.admin-metrics { margin-bottom: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.admin-metrics article { min-height: 120px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper-bright); border: 1px solid var(--line); }
.admin-metrics strong { font-family: Impact, sans-serif; font-size: 41px; font-weight: 400; }
.admin-metrics span { color: var(--muted); font-size: 10px; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; }
.admin-panel { padding: 22px; background: var(--paper-bright); border: 1px solid var(--line); }
.admin-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.admin-panel h2 { margin: 0 0 18px; font-size: 25px; letter-spacing: -.035em; }
.admin-table { border-top: 1px solid var(--line); }
.admin-table a { min-height: 66px; display: grid; grid-template-columns: 9px minmax(0, 1fr) 140px 110px 20px; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); font-size: 10px; }
.admin-table a strong { font-size: 12px; }
.admin-table a em { color: var(--muted); font-style: normal; }
.admin-table a time { color: var(--muted); }
.admin-table a i { color: var(--accent-dark); font-style: normal; font-size: 17px; }
.admin-status { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-dark); }
.admin-status.s0, .admin-status.s3 { background: var(--danger); }
.admin-status.s1 { background: #aa8b2f; }
.admin-panel.mini { margin-bottom: 18px; }
.admin-panel.mini > strong { font-family: Impact, sans-serif; font-size: 38px; font-weight: 400; }
.admin-panel.mini p, .admin-panel.mini > a { color: var(--muted); font-size: 10px; }
.admin-panel.mini > a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
.admin-progress { height: 5px; margin: 9px 0 14px; background: #dedcd4; }
.admin-progress i { width: 2%; height: 100%; display: block; background: var(--accent-dark); }

.state-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.state-grid article { min-height: 250px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper-bright); border: 1px solid var(--line); }
.state-grid h2 { margin: auto 0 10px; font-size: 23px; letter-spacing: -.035em; }
.state-grid p { color: var(--muted); font-size: 11px; }
.state-grid a { color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.state-grid .removed { border-left: 4px solid var(--danger); }
.state-grid .sponsored { background: #e4e1d7; border-left: 4px solid var(--accent-dark); }
.state-mini-icon { font-family: Impact, sans-serif; color: var(--accent-dark); font-size: 38px; }
.loading-state { justify-content: center; gap: 11px; }
.loading-state i { width: 100%; height: 16px; background: #dddbd2; }
.loading-state i:nth-child(2) { width: 72%; }
.loading-state i:nth-child(3) { width: 45%; }
.loading-state span { margin-top: 10px; color: var(--muted); font-size: 10px; }

@media (min-width: 1360px) {
  .compact-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .compact-grid .card-copy { padding: 10px; }
  .compact-grid .card-copy h3 { font-size: 14px; }
  .compact-grid .cover-art strong { font-size: 18px; }
}

@media (max-width: 1220px) {
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 11px; }
  .button-small { padding-inline: 13px; }
  .ticker-items { grid-template-columns: repeat(4, 1fr); }
  .ticker-items a:nth-child(5) { display: none; }
  .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .legacy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .artist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-directory { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .search-results { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .content-wrap, .header-inner, .scene-nav-inner, .hero-copy { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 64px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; grid-column: 2; grid-row: 1; justify-self: start; order: 2; }
  .mobile-menu summary { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; list-style: none; border: 1px solid #444; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1px; background: #fff; }
  .mobile-menu nav { position: absolute; top: 64px; right: 0; left: 0; padding: 18px 16px 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--ink); border-top: 1px solid #333; box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 45px; display: flex; align-items: center; border-bottom: 1px solid #303235; color: #ddd; font-size: 12px; }
  .header-inner > .brand { grid-column: 1; grid-row: 1; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .scene-nav-inner { overflow-x: auto; }
  .scene-label { display: none; }
  .scene-more { margin-left: 0; }
  .home-hero { height: 470px; }
  .hero-copy { padding-right: 38%; }
  .hero-release { width: 180px; }
  .hero-release .cover-art strong { font-size: 20px; }
  .ticker-items { grid-template-columns: repeat(3, 1fr); }
  .ticker-items a:nth-child(4) { display: none; }
  .home-split, .catalog-layout, .profile-layout, .events-layout, .form-layout { grid-template-columns: 1fr; }
  .events-panel, .catalog-aside { margin-top: 35px; padding: 0; border-left: 0; }
  .catalog-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .news-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .listing-news { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .news-card.featured { grid-column: span 2; }
  .city-section { grid-template-columns: 1fr; }
  .city-board { min-height: 330px; }
  .newsletter { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 25px; }
  .page-intro > div { grid-template-columns: 1fr 1fr; }
  .page-stat { grid-column: 2; }
  .artist-directory-grid.large { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .artist-hero > div { grid-template-columns: 220px 1fr; gap: 35px; }
  .artist-monogram { width: 210px; height: 210px; font-size: 82px; }
  .event-info-grid { grid-template-columns: 1fr 260px; }
  .format-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .commercial-form { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .state-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  body { font-size: 15px; }
  .content-wrap, .header-inner, .scene-nav-inner, .hero-copy { width: min(calc(100% - 24px), var(--max)); }
  .site-header { position: sticky; top: 0; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 9px; }
  .header-inner > .brand { gap: 7px; }
  .header-inner .brand-monogram { width: 36px; height: 40px; }
  .header-inner .brand-r { font-size: 25px; }
  .header-inner .brand-r-first { left: 5px; }
  .header-inner .brand-r-second { right: 6px; }
  .header-inner .brand-name { flex-direction: column; gap: 0; line-height: .78; }
  .header-inner .brand-name b { font-size: 17px; }
  .header-inner .brand-tagline { display: none; }
  .mobile-menu { justify-self: center; }
  .search-button { width: 38px; height: 38px; }
  .button-small { min-height: 38px; padding-inline: 10px; font-size: 11px; }
  .scene-nav { display: none; }
  .mobile-menu nav { grid-template-columns: repeat(2, 1fr); }
  .home-hero { height: 510px; }
  .home-hero > img { object-position: 62% center; opacity: .57; }
  .hero-shade { background: rgba(3,4,5,.42); }
  .hero-copy { justify-content: flex-end; padding: 0 0 32px; }
  .hero-copy h1 { max-width: 520px; font-size: clamp(45px, 13vw, 67px); }
  .hero-copy p { max-width: 500px; margin: 17px 0; font-size: 14px; }
  .hero-release { display: none; }
  .hero-actions { gap: 13px; }
  .ticker { grid-template-columns: auto 1fr auto; }
  .ticker > strong { padding-inline: 14px; font-size: 10px; }
  .ticker-items { display: block; overflow: hidden; }
  .ticker-items a { display: none; border: 0; }
  .ticker-items a:first-child { display: block; }
  .ticker-all { min-width: 48px; font-size: 0; }
  .ticker-all::after { content: "→"; font-size: 18px; }
  .home-content, .page-content { padding-top: 28px; padding-bottom: 45px; }
  .section-block, .archive-section, .ad-slot { margin-top: 42px; }
  .section-heading { align-items: flex-end; }
  .section-heading > div { display: block; }
  .section-heading .eyebrow { margin-bottom: 5px; }
  .section-heading h2 { font-size: 28px; }
  .release-grid, .compact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .release-grid .card-copy { padding: 10px; }
  .release-grid .card-copy h3 { font-size: 14px; }
  .release-grid .cover-art strong { font-size: 18px; }
  .artist-grid, .artist-directory-grid, .artist-directory-grid.large { grid-template-columns: 1fr; }
  .news-grid, .listing-news, .news-grid.mini { grid-template-columns: 1fr 1fr; gap: 10px; }
  .news-card.featured { grid-column: span 2; grid-row: auto; }
  .news-card:not(.featured) .cover-art strong { font-size: 18px; }
  .ad-slot { padding: 18px; grid-template-columns: 1fr; gap: 8px; }
  .ad-slot > .ad-label { writing-mode: initial; }
  .archive-section { margin-inline: -12px; padding: 22px 12px; }
  .legacy-grid, .legacy-grid.large { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .legacy-grid > a { min-height: 140px; padding: 12px; }
  .city-board { min-height: 390px; }
  .city-board::before { left: -20%; top: 60px; }
  .city-board::after { left: 20%; top: 160px; }
  .city-dot small { display: none; }
  .city-1 { left: 13%; top: 33%; } .city-2 { left: 8%; top: 16%; } .city-3 { left: 48%; top: 44%; } .city-4 { left: 37%; top: 28%; }
  .city-5 { left: 58%; top: 58%; } .city-6 { left: 16%; top: 66%; } .city-7 { left: 34%; top: 79%; } .city-8 { right: 2%; top: 74%; }
  .newsletter { margin-inline: -12px; padding: 25px 18px; gap: 24px; }
  .newsletter-form > div { grid-template-columns: 1fr; gap: 8px; }
  .newsletter-form input { border-right: 1px solid #5a5b5c; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main nav:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .mobile-dock { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; min-height: 64px; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--paper-bright); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(15,16,17,.11); }
  .mobile-dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--muted); font-size: 9px; }
  .mobile-dock a > span { font-size: 19px; line-height: 1; }
  .mobile-dock a.active { color: #708500; }
  .site-footer { padding-bottom: 82px; }
  .page-intro > div { min-height: 245px; grid-template-columns: 1fr; align-content: end; gap: 16px; }
  .page-intro h1 { font-size: 63px; }
  .page-intro p { font-size: 14px; }
  .page-stat { grid-column: auto; text-align: left; }
  .filter-bar { margin-right: -12px; }
  .catalog-aside { grid-template-columns: 1fr; }
  .beat-grid, .video-grid, .series-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .beat-grid article { padding: 12px; }
  .wave-art { height: 105px; margin: -12px -12px 12px; }
  .series-grid strong { font-size: 30px; }
  .track-row { grid-template-columns: 38px 56px minmax(0,1fr) 28px; gap: 9px; }
  .track-row > .cover-art { width: 56px; }
  .track-row time, .track-row small { display: none; }
  .text-list article { grid-template-columns: 42px minmax(0,1fr) 28px; gap: 10px; }
  .text-list .status { display: none; }
  .story-layout { margin-top: 15px; }
  .story-header h1 { font-size: 48px; }
  .story-lead { font-size: 16px; }
  .story-media { margin-inline: -12px; }
  .story-media .cover-art { max-width: none; }
  .media-actions .button { flex: 1 1 160px; }
  .article-body { font-size: 16px; }
  .article-body h2 { font-size: 26px; }
  .article-body blockquote { padding-left: 18px; font-size: 20px; }
  .source-card { grid-template-columns: 1fr; }
  .artist-hero > div { min-height: 500px; padding-top: 35px; padding-bottom: 35px; grid-template-columns: 1fr; align-content: end; gap: 24px; }
  .artist-monogram { width: 145px; height: 145px; font-size: 58px; }
  .artist-hero h1 { font-size: 65px; }
  .profile-copy h2 { font-size: 34px; }
  .event-detail { margin-inline: -12px; padding: 28px 18px; grid-template-columns: 1fr; }
  .event-date { width: 130px; height: 130px; }
  .event-info-grid { grid-template-columns: 1fr; }
  .city-directory { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .city-directory a { min-height: 190px; }
  .city-directory h2 { font-size: 21px; }
  .archive-principles { grid-template-columns: 1fr; }
  .search-hero { padding: 50px 0; }
  .search-hero form > div, .state-page form { grid-template-columns: 1fr; gap: 8px; }
  .search-results { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .field-grid, .flag-grid { grid-template-columns: 1fr; }
  .form-section { padding: 18px; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-grid article { min-height: 220px; padding: 16px; }
  .commercial-hero { min-height: 470px; }
  .commercial-hero h1 { font-size: 57px; }
  .commercial-rules { margin-inline: -12px; padding: 28px 18px; grid-template-columns: 1fr; }
  .commercial-form { margin-inline: -12px; padding: 24px 18px; }
  .commercial-form > div:last-child { grid-template-columns: 1fr; }
  .commercial-form .full { grid-column: auto; }
  .policy-layout { grid-template-columns: 1fr; gap: 25px; }
  .policy-layout aside nav { position: static; flex-direction: row; overflow-x: auto; }
  .policy-layout aside a { min-width: max-content; padding: 10px 14px; border: 1px solid var(--line); }
  .cookie-actions { flex-direction: column; }
  .newsletter-benefits { grid-template-columns: 1fr; }
  .chart-head { display: block; }
  .chart-list article { grid-template-columns: 43px 18px 58px minmax(0,1fr) 28px; gap: 8px; }
  .chart-list article > strong { font-size: 30px; }
  .chart-list .cover-art { width: 58px; }
  .chart-list p { display: none; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-nav { position: static; width: 100%; height: auto; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; }
  .admin-nav > .brand { margin: 0; }
  .admin-nav > b { margin: 0; text-align: center; }
  .admin-nav > a:not(.admin-exit) { display: none; }
  .admin-nav .admin-exit { margin: 0; }
  .admin-main { padding: 18px 12px; }
  .admin-main > header { min-height: 75px; }
  .admin-main > header > div:last-child span { display: none; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
  .admin-table a { grid-template-columns: 8px minmax(0,1fr) 25px; }
  .admin-table a em, .admin-table a time { display: none; }
  .state-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .header-actions .search-button { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .release-grid, .compact-grid, .related-grid, .beat-grid, .video-grid, .series-grid, .news-grid:not(.mini), .search-results { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: auto; }
  .news-grid.mini { grid-template-columns: 1fr; }
  .legacy-grid, .legacy-grid.large, .city-directory, .format-grid { grid-template-columns: 1fr; }
  .legacy-grid > a { min-height: 115px; }
  .city-directory a { min-height: 160px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* WordPress integration */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--accent);
  color: var(--ink);
}
.desktop-nav .menu,
.scene-nav-inner .menu,
.mobile-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-nav .menu { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.5vw, 25px); }
.desktop-nav .current-menu-item > a,
.desktop-nav .current-menu-ancestor > a { color: #fff; }
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current-menu-ancestor > a::after { transform: scaleX(1); }
.scene-nav-inner .menu { display: flex; align-items: center; gap: 28px; }
.scene-nav-inner .menu li:last-child { margin-left: auto; }
.mobile-menu nav .menu { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mobile-menu nav .menu li { min-width: 0; }
.mobile-menu nav .menu a { padding-inline: 8px; }
.news-visual { display: block; overflow: hidden; }
.news-visual > img,
.hero-release > img,
.artist-portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-visual > img { aspect-ratio: 1; }
.news-card.featured .news-visual > img { aspect-ratio: 16 / 9; }
.rap-russia-card { transition: transform .2s ease, box-shadow .2s ease; }
.rap-russia-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.rap-russia-card .card-copy h2 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.025em; }
.rap-russia-card .card-copy h2 a:hover { text-decoration: underline; }
.rap-russia-card.featured .card-copy h2 { font-size: clamp(22px, 2.4vw, 35px); }
.listing-news { display: grid; gap: 16px; }
.empty-panel {
  min-height: 160px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--paper-bright);
  border: 1px solid var(--line);
}
.empty-panel.compact { min-height: 110px; }
.empty-panel strong { font-size: 19px; }
.empty-panel p { max-width: 620px; margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.newsletter-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.newsletter-cta small { color: #989a96; font-size: 10px; }
.story-byline {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}
.story-media > img { width: 100%; height: auto; }
.story-media figcaption { padding-top: 8px; color: var(--muted); font-size: 10px; }
.story-footer { max-width: 720px; margin: 45px 0 0; padding: 22px; background: #e5e5dc; border-left: 4px solid var(--accent-dark); }
.story-footer p { margin: 0 0 15px; color: #575954; font-size: 12px; }
.post-navigation { margin-top: 45px; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid var(--line); }
.post-navigation span:last-child { text-align: right; }
.post-navigation a { font-size: 12px; font-weight: 750; }
.page-links { margin-top: 28px; padding-top: 14px; border-top: 1px solid var(--line); font-family: "Segoe UI", Arial, sans-serif; font-size: 12px; }
.policy-copy { margin-inline: auto; }
.article-body img { height: auto; }
.article-body a { color: #596b00; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body iframe { max-width: 100%; }
.nav-links { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; }
.nav-links .page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: grid; place-items: center; background: var(--paper-bright); border: 1px solid var(--line); font-size: 11px; }
.nav-links .current { background: var(--ink); color: #fff; border-color: var(--ink); }
.search-form { width: min(100%, 760px); display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.search-form label { min-width: 0; }
.search-field { width: 100%; min-height: 56px; padding: 0 18px; border: 1px solid #5b5d5f; background: #fff; color: var(--ink); }
.search-submit { min-height: 56px; padding: 0 25px; border: 1px solid var(--accent); background: var(--accent); color: var(--ink); font-weight: 800; cursor: pointer; }
.state-page > .content-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }

/* The third-party player is absent from the page until a visitor chooses to load it. */
.music-widget {
  max-width: 720px;
  margin: 30px 0;
  padding: 22px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
}
.music-widget-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.music-widget-head h2 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.music-official-mark { padding: 7px 9px; border: 1px solid var(--ink); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.music-player-slot { margin-top: 20px; }
.music-player-slot iframe { width: 100%; max-width: 100%; display: block; border: 0; background: #fff; }
.streaming-links { padding-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; font-size: 12px; }
.streaming-links strong { text-transform: uppercase; letter-spacing: .08em; }
.streaming-links a { color: #667b00; font-weight: 800; border-bottom: 1px solid currentColor; }

@media (max-width: 980px) {
  .desktop-nav .menu { display: none; }
  .scene-nav-inner .menu { gap: 20px; }
}

@media (max-width: 700px) {
  .mobile-menu nav .menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scene-nav-inner .menu { display: none; }
  .rap-russia-card .card-copy h2 { font-size: 14px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation span:last-child { text-align: left; }
  .music-widget { margin-inline: -12px; padding: 18px 12px; }
  .music-widget-head { display: block; }
  .music-official-mark { display: inline-block; margin-top: 12px; }
  .search-form { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 420px) {
  .listing-news { grid-template-columns: 1fr; }
}
