/* Flow Smooth Jazz — site styles
   Palette: navy ground, cream panels, gold where you press. */

:root {
  --navy: #0c1a38;
  --navy-2: #122449;
  --rule: #1f2f55;
  --rule-soft: #3a4d7a;
  --cream: #f4ecd8;
  --cream-rule: #d9cfb4;
  --text: #f1e8d3;
  --dim: #a89e85;
  --ink: #0c1a38;
  --ink-2: #1c2b4d;
  --ink-dim: #5a5443;
  --gold: #d4a74a;
  --gold-bright: #e8c476;
  --gold-deep: #8e7029;
  --red: #e5484d;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 24px;
  --radius-sm: 16px;
  --gutter: 64px;
  --maxw: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-playing { padding-bottom: 88px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-bright); }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.01em; }
h1 { font-size: clamp(44px, 6vw, 84px); }
h2 { font-size: clamp(28px, 3vw, 36px); line-height: 1.1; }
h3 { font-size: 24px; }
p { margin: 0; }
.wrap { width: min(var(--maxw), 100%); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--navy); }

/* Type helpers */
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.panel .eyebrow { color: var(--gold-deep); }
.lede { font-size: 20px; line-height: 1.5; max-width: 760px; }
.muted { color: var(--dim); }
.panel .muted { color: var(--ink-2); }
.small { font-size: 14px; }

/* Links and buttons */
.link-gold { font-weight: 600; color: var(--gold); border-bottom: 1.5px solid var(--gold-deep); padding-bottom: 2px; }
.link-gold:hover { color: var(--gold-bright); }
.link-navy { font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.link-navy:hover { color: var(--gold-deep); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 24px; font-size: 16px; font-weight: 600; border: 1.5px solid transparent; cursor: pointer; line-height: 1.2; white-space: nowrap; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-bright); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--text); }
.btn-navy:hover { background: var(--navy-2); color: var(--text); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--rule-soft); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-bright); }
.panel .btn-outline { color: var(--ink); border-color: var(--ink); }
.panel .btn-outline:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* Header */
.site-header { border-bottom: 1px solid var(--rule); }
.site-header .wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--text); }
.brand img { width: 44px; height: 44px; }
.brand span { font-family: var(--serif); font-size: 26px; white-space: nowrap; }
.nav { display: flex; gap: 36px; font-size: 18px; font-weight: 500; }
.nav a[aria-current="page"] { border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.header-tools { display: flex; align-items: center; gap: 12px; }
.lang { position: relative; }
.lang summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1.5px solid var(--rule-soft); color: var(--text); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; cursor: pointer; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary:hover { border-color: var(--gold); }
.lang summary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lang ul { position: absolute; right: 0; top: calc(100% + 8px); margin: 0; padding: 6px; list-style: none; background: var(--cream); color: var(--ink); border-radius: 14px; min-width: 160px; box-shadow: 0 10px 30px rgba(0,0,0,.35); z-index: 60; }
.lang ul a { display: block; padding: 10px 14px; border-radius: 10px; color: var(--ink); font-size: 15px; font-weight: 500; }
.lang ul a:hover { background: #fff; color: var(--ink); }
.lang ul a[aria-current="true"] { font-weight: 700; color: var(--gold-deep); }
.mini-player { display: none; align-items: center; gap: 10px; background: var(--cream); color: var(--ink); border: 0; border-radius: 999px; padding: 6px 18px 6px 6px; font-size: 15px; font-weight: 600; cursor: pointer; max-width: 320px; }
.mini-player .knob { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.mini-player .knob svg { width: 14px; height: 14px; }
.mini-player .txt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body:not(.home) .mini-player { display: inline-flex; }
.menu-btn { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 0; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.menu-btn span { width: 24px; height: 2.5px; background: var(--text); display: block; }

/* Sections and panels */
.section { padding-top: 44px; }
.section-tight { padding-top: 28px; }
.section-last { padding-bottom: 56px; }
.panel { background: var(--cream); color: var(--ink); border-radius: var(--radius); padding: 36px 40px; }
.panel a { color: var(--ink); }
.panel a:hover { color: var(--gold-deep); }
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.page-head > div:first-child { display: flex; flex-direction: column; gap: 16px; }
.page-head .aside { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex-shrink: 0; }

/* Hero (home) */
.hero { padding: 40px 0 0; text-align: center; }
.hero h1 { font-size: clamp(46px, 7vw, 84px); margin-bottom: 28px; }
.player { background: var(--cream); color: var(--ink); border-radius: 32px; padding: 40px 56px 28px; text-align: left; display: flex; flex-direction: column; gap: 28px; }
.player-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.player-left { display: flex; align-items: center; gap: 32px; min-width: 0; }
.play-btn { width: 128px; height: 128px; border-radius: 50%; background: var(--gold); border: 0; cursor: pointer; display: grid; place-items: center; flex-shrink: 0; transition: transform .15s ease, background .15s ease; }
.play-btn:hover { background: var(--gold-bright); transform: scale(1.03); }
.play-btn svg { width: 52px; height: 52px; }
.ic-pause, body.is-playing .ic-play { display: none; }
body.is-playing .ic-pause { display: block; }
.now { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.now .eyebrow { color: var(--gold-deep); }
.now .title { font-family: var(--serif); font-size: 38px; line-height: 1.1; color: var(--ink); overflow: hidden; text-overflow: ellipsis; }
.now .artist { font-size: 22px; font-weight: 500; color: var(--ink); border-bottom: 1.5px solid var(--gold); align-self: flex-start; }
.heart-btn { width: 64px; height: 64px; border-radius: 50%; background: transparent; border: 2px solid var(--ink); cursor: pointer; display: grid; place-items: center; flex-shrink: 0; margin-left: 8px; transition: transform .15s ease; }
.heart-btn:hover { transform: scale(1.06); }
.heart-btn svg { width: 30px; height: 30px; fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.heart-btn.is-on { background: var(--gold); border-color: var(--gold); }
.heart-btn.is-on svg { fill: var(--navy); stroke: var(--navy); }
.player-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; flex-shrink: 0; }
.live-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: var(--text); border-radius: 999px; padding: 12px 20px; font-size: 17px; font-weight: 600; }
.live-pill .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--rule-soft); }
.live-pill.is-live .dot { background: var(--red); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
.player-hint { font-size: 15px; color: var(--ink-dim); }
.volume { display: none; align-items: center; gap: 10px; }
body.is-playing .volume { display: flex; }
body.is-ios .volume { display: none !important; }
.volume input[type=range] { width: 140px; accent-color: var(--gold); }
.mute-btn { background: transparent; border: 1.5px solid var(--ink); border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; cursor: pointer; }
.mute-btn svg { width: 18px; height: 18px; stroke: var(--ink); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.platforms { display: flex; align-items: center; gap: 40px; border-top: 1.5px solid var(--cream-rule); padding-top: 22px; }
.platforms .eyebrow { color: var(--gold-deep); flex-shrink: 0; }
.platforms ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 36px; }
.platforms li a { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; color: var(--ink); }
.platforms li a span:first-child { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--ink); display: grid; place-items: center; font-size: 15px; font-weight: 600; }
.platforms li a svg { width: 22px; height: 22px; fill: var(--ink); }
.platforms .spacer { flex-grow: 1; }

/* Doors */
.doors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-top: 24px; }
.door { display: flex; flex-direction: column; gap: 14px; padding: 32px; background: var(--cream); color: var(--ink); border-radius: var(--radius); min-height: 380px; transition: transform .15s ease; }
.door:hover { transform: translateY(-2px); color: var(--ink); }
.door h2 { font-size: 34px; }
.door .door-head { display: flex; align-items: center; gap: 14px; }
.door .avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.door .icon { width: 40px; height: 40px; fill: none; stroke: var(--gold-deep); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.door p { font-size: 18px; color: var(--ink-2); }
.door .next { font-weight: 600; color: var(--gold-deep); }
.door ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.door li b { color: var(--ink); }
.door li small { display: block; font-size: 15px; color: var(--ink-2); }
.door .grow { flex-grow: 1; }
.door .link-navy { align-self: flex-start; }

/* Support line */
.support-line { margin-top: 40px; padding: 28px 0; border-top: 1.5px solid var(--rule); display: flex; align-items: center; justify-content: space-between; gap: 32px; font-size: 20px; }

/* Footer */
.site-footer { margin-top: 24px; padding: 28px 0 32px; border-top: 1.5px solid var(--rule); }
.site-footer .cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; font-size: 16px; }
.site-footer .cols div { display: flex; flex-direction: column; gap: 6px; }
.site-footer .cols a { color: var(--text); }
.site-footer .legal { margin-top: 22px; font-size: 14px; color: var(--dim); }
.site-footer .legal a { color: var(--dim); text-decoration: underline; }

/* Sticky player bar */
.bar { position: fixed; left: 12px; right: 12px; bottom: 12px; height: 64px; background: var(--cream); color: var(--ink); border-radius: 16px; padding: 0 12px 0 8px; display: none; align-items: center; gap: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.35); z-index: 50; }
body.is-playing .bar { display: flex; }
.bar .play-btn { width: 48px; height: 48px; }
.bar .play-btn svg { width: 18px; height: 18px; }
.bar .txt { display: flex; flex-direction: column; flex-grow: 1; min-width: 0; }
.bar .txt b { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bar .txt span { font-size: 12px; color: var(--ink-dim); }
.bar .heart-btn { width: 40px; height: 40px; margin: 0; }
.bar .heart-btn svg { width: 20px; height: 20px; }

/* Schedule */
.schedule { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.day { display: flex; flex-direction: column; gap: 14px; padding: 20px 18px; border-radius: var(--radius-sm); background: #fff; border: 1.5px solid var(--cream-rule); }
.day.is-today { border: 2px solid var(--gold); }
.day header { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.day header em { font-style: normal; font-size: 12px; color: var(--gold-deep); }
.day .slot { display: flex; flex-direction: column; gap: 3px; }
.day .slot b { font-family: var(--serif); font-weight: 400; font-size: 22px; }
.day .slot span { font-size: 14px; color: var(--ink-2); }
.day hr { border: 0; height: 1px; background: var(--cream-rule); margin: 0; }
.seg { display: inline-flex; border: 1.5px solid var(--ink); border-radius: 999px; padding: 3px; gap: 2px; }
.seg button { padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; background: transparent; color: var(--ink); border: 0; cursor: pointer; }
.seg button[aria-pressed="true"] { background: var(--navy); color: var(--text); }
.seg-dark { border-color: var(--rule-soft); }
.seg-dark button { color: var(--text); }
.seg-dark button[aria-pressed="true"] { background: var(--cream); color: var(--ink); }
.seg-radio label { position: relative; }
.seg-radio input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.seg-radio span { display: inline-block; padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; }
.seg-radio input:checked + span { background: var(--navy); color: var(--text); }
.seg-radio input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.watch-on { display: flex; align-items: center; gap: 22px; font-size: 15px; }
.watch-on a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.watch-on a span { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--ink); display: grid; place-items: center; font-size: 12px; }

/* Show cards */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 40px; }
.card { display: flex; flex-direction: column; gap: 12px; color: var(--text); }
.card img, .card .art { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-sm); background: var(--navy-2); }
.card .art-sq { aspect-ratio: 1; }
.card b { font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.15; }
.card span { font-size: 15px; color: var(--dim); }
.center { display: flex; justify-content: center; padding-top: 8px; }

/* Tables (tracklist, play history) */
.list { display: flex; flex-direction: column; gap: 4px; }
.list .row { display: grid; align-items: center; gap: 16px; padding: 13px 18px; border-radius: 12px; font-size: 17px; }
.list .row:nth-child(odd) { background: #fff; }
.list .row.is-live { background: var(--navy); color: var(--text); }
.list .row .t { font-size: 15px; color: var(--ink-2); }
.list .row.is-live .t { color: var(--dim); }
.list .row .t b { color: var(--red); }
.list .row .a { font-weight: 600; border-bottom: 1.5px solid var(--gold); justify-self: start; }
.list .row.is-live .a { color: var(--text); }
.list .row .buy { font-size: 13px; font-weight: 600; color: var(--gold-deep); text-align: right; }
.list .row.is-live .buy { color: var(--gold); }
.list .row .hearts { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--ink-2); }
.list .row.is-live .hearts { color: var(--dim); }
.list .row .hearts svg { width: 16px; height: 16px; fill: none; stroke: var(--gold-deep); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.list .row.is-live .hearts svg { stroke: var(--gold); }
.tracklist .row { grid-template-columns: 80px 300px minmax(0, 1fr) 90px; }
.playlist .row { grid-template-columns: 120px 280px minmax(0, 1fr) 70px 90px; }
.artist-tracks .row { grid-template-columns: minmax(0, 1fr) 200px 90px 90px 80px; }
.artist-tracks .row .n { font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1.5px solid var(--rule-soft); border-radius: 999px; padding: 8px 16px; font-size: 15px; font-weight: 500; color: var(--text); }
.chip:hover { border-color: var(--gold); }
.date-pills { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.date-pills a, .date-pills button { padding: 10px 18px; border-radius: 999px; font-size: 15px; font-weight: 600; background: transparent; color: var(--text); border: 1.5px solid var(--rule-soft); cursor: pointer; }
.date-pills [aria-current="true"] { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.toplist ol { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.toplist li a { font-weight: 600; border-bottom: 1.5px solid var(--gold); }
.toplist li small { color: var(--ink-2); font-size: 14px; }

.hearts.is-on svg { fill: var(--gold-deep); }
.row.is-live .hearts.is-on svg { fill: var(--gold); }

/* Show page */
.show-head { display: flex; gap: 48px; align-items: flex-start; }
.show-head > div { display: flex; flex-direction: column; gap: 18px; flex-grow: 1; }
.show-head img, .show-head .art { width: 300px; height: 300px; border-radius: 20px; object-fit: cover; flex-shrink: 0; background: var(--navy-2); }
.show-play { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.mixcloud-embed { width: 100%; height: 120px; border: 0; border-radius: 12px; display: none; }
.mixcloud-embed.is-open { display: block; }
.side-list { display: flex; flex-direction: column; gap: 14px; }
.side-list a { display: flex; gap: 14px; align-items: center; color: var(--text); }
.side-list img, .side-list .art { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; background: var(--navy-2); flex-shrink: 0; }
.side-list b { font-size: 17px; font-weight: 600; display: block; }
.side-list span { font-size: 14px; color: var(--dim); }
.split { display: flex; gap: 40px; align-items: flex-start; }
.split > .main { flex-grow: 1; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.split > .side { width: 420px; flex-shrink: 0; display: flex; flex-direction: column; gap: 32px; }
.split > .side h2 { font-size: 28px; }

/* Artists index */
.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tile { display: flex; flex-direction: column; gap: 6px; padding: 22px 24px; border-radius: var(--radius-sm); background: var(--cream); color: var(--ink); }
.tile:hover { color: var(--ink); transform: translateY(-2px); }
.tile b { font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.1; }
.tile span { font-size: 14px; color: var(--ink-2); }
.alpha { display: flex; justify-content: space-between; padding: 8px 4px 0; }
.alpha a { font-size: 14px; font-weight: 600; }
.alpha a.off { color: var(--rule-soft); pointer-events: none; }
.search { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--rule-soft); border-radius: 999px; padding: 10px 16px; width: 300px; }
.search svg { width: 18px; height: 18px; stroke: var(--dim); fill: none; stroke-width: 2.2; stroke-linecap: round; flex-shrink: 0; }
.search input { border: 0; background: transparent; color: var(--text); font-size: 15px; width: 100%; font-family: inherit; outline: none; }
.search input::placeholder { color: var(--dim); }

/* Artist page */
.artist-head { display: flex; gap: 48px; align-items: flex-start; }
.artist-head img, .artist-head .avatar-lg { width: 240px; height: 240px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--navy-2); }
.artist-head > div { display: flex; flex-direction: column; gap: 16px; }
.artist-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding-top: 4px; }
.stats { display: flex; gap: 16px; padding-top: 12px; }
.stat { display: flex; flex-direction: column; gap: 4px; padding: 22px 26px; border-radius: var(--radius-sm); background: var(--cream); color: var(--ink); flex-grow: 1; }
.stat b { font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1; }
.stat span { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); }
.events { display: flex; flex-direction: column; }
.events .ev { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 14px 0; border-top: 1px solid var(--rule); }
.events .ev b { font-weight: 600; }
.events .ev span { display: block; font-size: 14px; color: var(--dim); }

/* Near */
.month { padding: 24px 20px 20px; }
.month .row { grid-template-columns: 130px minmax(0, 1fr) minmax(0, 1fr) 130px; padding: 16px 20px; }
.month .row .name { font-family: var(--serif); font-size: 22px; }
.month .row .venue span { display: block; font-size: 14px; color: var(--ink-2); }
.further { display: flex; gap: 24px; align-items: flex-start; }
.further .note { width: 380px; flex-shrink: 0; font-size: 14px; color: var(--dim); line-height: 1.5; display: flex; flex-direction: column; gap: 8px; }
.further .note a { color: var(--gold); }
.city { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--rule-soft); border-radius: 999px; padding: 10px 16px; width: 320px; }
.city svg { width: 18px; height: 18px; stroke: var(--dim); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.city input { border: 0; background: transparent; color: var(--text); font-size: 15px; flex-grow: 1; font-family: inherit; outline: none; min-width: 0; }
.city button { background: transparent; border: 0; color: var(--gold); font-size: 13px; font-weight: 600; cursor: pointer; }

/* Support */
.amounts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.amounts label { display: block; }
.amounts input { position: absolute; opacity: 0; }
.amounts span { display: block; text-align: center; padding: 16px 0; border-radius: var(--radius-sm); border: 1.5px solid var(--ink); font-size: 22px; font-weight: 600; cursor: pointer; }
.amounts input:checked + span { background: var(--navy); color: var(--text); border-color: var(--navy); }
.amounts input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.custom { display: flex; align-items: center; gap: 10px; }
.custom input { width: 140px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--ink); font-size: 18px; font-family: inherit; background: #fff; }
#checkout { min-height: 120px; }
.thanks { display: none; }
.thanks.is-open { display: flex; flex-direction: column; gap: 12px; }

/* About */
.about-grid { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 56px; align-items: start; }
.about-grid img { border-radius: var(--radius); }
.prose { display: flex; flex-direction: column; gap: 18px; font-size: 19px; line-height: 1.6; }
.prose h2 { padding-top: 12px; }

/* Listen page */
.ways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.way { display: flex; flex-direction: column; gap: 10px; padding: 28px 30px; background: var(--cream); color: var(--ink); border-radius: var(--radius); }
.way h3 { font-size: 26px; }
.way p { color: var(--ink-2); }
.way code { font-family: inherit; font-weight: 600; background: #fff; padding: 2px 8px; border-radius: 6px; }

/* Loved */
.loved-empty { padding: 60px 0; text-align: center; color: var(--dim); }

/* Utilities */
.hide { display: none !important; }
.badge-src { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }

/* Responsive */
@media (max-width: 1100px) {
  :root { --gutter: 32px; }
  .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split { flex-direction: column; }
  .split > .side { width: 100%; }
  .about-grid { grid-template-columns: 1fr; }
  .schedule { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { flex-wrap: wrap; }
  .stat { min-width: 160px; }
}
@media (max-width: 860px) {
  :root { --gutter: 20px; }
  body { font-size: 16px; }
  .site-header .wrap { height: 64px; }
  .brand img { width: 34px; height: 34px; }
  .brand span { font-size: 20px; }
  .nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy); border-bottom: 1px solid var(--rule); flex-direction: column; gap: 0; padding: 8px 20px 16px; z-index: 40; }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .nav a[aria-current="page"] { border-bottom: 1px solid var(--rule); color: var(--gold); }
  .menu-btn { display: flex; }
  .mini-player { display: none !important; }
  .lang summary { padding: 5px 10px; font-size: 13px; }
  .hero { padding-top: 20px; }
  .hero h1 { margin-bottom: 20px; font-size: 42px; }
  .player { border-radius: 24px; padding: 24px 22px 20px; gap: 18px; }
  .player-main { flex-direction: column; align-items: stretch; gap: 18px; }
  .player-left { gap: 18px; }
  .play-btn { width: 88px; height: 88px; }
  .play-btn svg { width: 36px; height: 36px; }
  .now .title { font-size: 28px; }
  .now .artist { font-size: 17px; }
  .heart-btn { width: 48px; height: 48px; margin: 0; }
  .heart-btn svg { width: 24px; height: 24px; }
  .player-right { align-items: flex-start; gap: 10px; }
  .live-pill { font-size: 15px; padding: 10px 16px; }
  .platforms { gap: 0; padding-top: 16px; }
  .platforms .eyebrow, .platforms .spacer, .platforms > a { display: none; }
  .platforms ul { width: 100%; justify-content: space-between; gap: 0; }
  .platforms li a span:first-child { width: 36px; height: 36px; font-size: 13px; }
  .platforms li a { font-size: 11px; }
  .doors { grid-template-columns: 1fr; gap: 14px; padding-top: 14px; }
  .door { min-height: 0; padding: 24px 22px; border-radius: 20px; }
  .door h2 { font-size: 28px; }
  .support-line { flex-direction: column; align-items: stretch; font-size: 17px; margin-top: 24px; }
  .support-line .btn { width: 100%; }
  .site-footer .cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-head { flex-direction: column; align-items: stretch; gap: 20px; }
  .page-head .aside { align-items: flex-start; }
  .panel { padding: 24px 20px; border-radius: 20px; }
  .schedule { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; gap: 24px; }
  .tracklist .row { grid-template-columns: 56px minmax(0, 1fr); row-gap: 2px; }
  .tracklist .row .buy { grid-column: 2; justify-self: start; }
  .playlist .row { grid-template-columns: 90px minmax(0, 1fr) auto; row-gap: 2px; }
  .playlist .row .a { grid-column: 2; }
  .playlist .row .s { grid-column: 2; }
  .playlist .row .hearts { grid-column: 3; grid-row: 1; }
  .playlist .row .buy { grid-column: 3; grid-row: 2; }
  .artist-tracks .row { grid-template-columns: minmax(0, 1fr) auto; row-gap: 2px; }
  .two-col { grid-template-columns: 1fr; }
  .show-head { flex-direction: column-reverse; }
  .show-head img, .show-head .art { width: 100%; height: auto; aspect-ratio: 1; }
  .tiles { grid-template-columns: 1fr; }
  .alpha { display: none; }
  .search { width: 100%; }
  .artist-head { flex-direction: column; gap: 20px; }
  .artist-head img, .artist-head .avatar-lg { width: 160px; height: 160px; }
  .stat { min-width: 45%; }
  .month .row { grid-template-columns: minmax(0, 1fr) auto; row-gap: 4px; }
  .month .row .d { grid-column: 1; font-size: 14px; }
  .month .row .venue { grid-column: 1; }
  .month .row .btn { grid-column: 2; grid-row: 1 / span 3; }
  .further { flex-direction: column; }
  .further .note { width: 100%; }
  .city { width: 100%; }
  .amounts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ways { grid-template-columns: 1fr; }
  .lede { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
