:root {
  --ink: #090909;
  --panel: #151412;
  --panel-raised: #1c1a17;
  --paper: #f7f2e8;
  --muted: #b7b0a4;
  --gold: #d9ae4b;
  --gold-bright: #f2ce75;
  --line: rgba(247, 242, 232, .16);
  --danger: #ff8d84;
  --shell: min(1180px, calc(100vw - 3rem));
  --display: Georgia, "Times New Roman", serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font: 400 1rem/1.6 var(--body);
  padding-bottom: 5rem;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; text-wrap: balance; }
h1, h2 { font-family: var(--display); font-weight: 500; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.042em; }
h3 { font-size: 1.1rem; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.muted { color: var(--muted); }
.centered { text-align: center; }

.skip-link {
  position: fixed; z-index: 100; left: 1rem; top: 1rem;
  transform: translateY(-180%);
  border-radius: .2rem; background: var(--gold); color: var(--ink);
  padding: .7rem 1rem; font-weight: 800; text-decoration: none;
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  background: rgba(9, 9, 9, .92); backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand {
  flex: 0 0 auto; color: var(--paper); font-family: var(--display); font-size: 1.45rem;
  font-weight: 700; letter-spacing: -.06em; text-decoration: none;
}
.brand span { color: var(--gold); }
.brand img { width: 4.2rem; height: 4.2rem; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(.55rem, 1.6vw, 1.35rem); }
.site-nav > a { color: #d8d1c4; font-size: .8rem; font-weight: 700; text-decoration: none; transition: color .16s ease; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--gold-bright); }
.site-nav .nav-cta { border: 1px solid var(--gold); color: var(--gold-bright); padding: .43rem .67rem; }
.nav-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); background: transparent; color: var(--paper); }
.nav-toggle span:not(.sr-only) { display: block; width: 1.15rem; height: 1px; margin: .26rem auto; background: currentColor; transition: transform .18s ease; }

.home-hero { position: relative; min-height: min(790px, calc(100vh - 4.75rem)); display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-noise { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 17% 28%, rgba(217,174,75,.28) 0 1px, transparent 1.7px), radial-gradient(circle at 71% 65%, rgba(255,255,255,.12) 0 1px, transparent 1.3px); background-size: 17px 19px, 27px 31px; mask-image: linear-gradient(to bottom, black, transparent); }
.home-hero::after { content: ""; position: absolute; width: 65vw; height: 65vw; min-width: 620px; min-height: 620px; right: -23vw; top: -42vw; border: 1px solid rgba(217,174,75,.28); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(217,174,75,.025), 0 0 0 14vw rgba(217,174,75,.02); }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); align-items: center; gap: clamp(2rem, 8vw, 8rem); padding-block: 6rem; }
.hero-copy { max-width: 680px; }
.hero-note, .product-category, .member-lounge > p:first-child { margin-bottom: 1rem; color: var(--gold-bright); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.home-hero h1 { max-width: 10ch; margin-bottom: 1.2rem; }
.home-hero h1 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 54ch; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button, .text-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  min-height: 2.75rem; border: 1px solid var(--gold); border-radius: 0;
  background: var(--gold); color: var(--ink); padding: .62rem 1rem;
  font-size: .81rem; font-weight: 850; text-decoration: none; letter-spacing: .01em;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.button:hover, .text-button:hover { transform: translateY(-2px); background: var(--gold-bright); }
.button-ghost { background: transparent; color: var(--paper); border-color: var(--line); }
.button-ghost:hover { border-color: var(--gold); background: transparent; color: var(--gold-bright); }
.text-link { border: 0; background: transparent; color: var(--gold-bright); padding: 0; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.text-button { border-color: var(--gold); }
.hero-object { position: relative; min-height: 365px; display: grid; place-items: center; }
.record {
  width: clamp(260px, 29vw, 420px); aspect-ratio: 1; display: grid; place-items: center;
  border-radius: 50%; background: repeating-radial-gradient(circle at 50% 50%, #161514 0 4px, #0b0b0b 5px 8px);
  border: 1px solid rgba(247,242,232,.2); box-shadow: 29px 31px 0 rgba(217,174,75,.12), 0 24px 70px rgba(0,0,0,.7);
}
.record::after { content: ""; width: 27%; aspect-ratio: 1; border-radius: 50%; background: var(--gold); border: 12px solid #1b1711; }
.record span { position: absolute; z-index: 1; color: var(--paper); font-family: var(--display); font-size: clamp(1.6rem, 4vw, 3.2rem); font-weight: 700; line-height: .85; letter-spacing: -.08em; text-align: center; }
.hero-art { width: min(100%, 460px); aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line); box-shadow: 29px 31px 0 rgba(217,174,75,.12), 0 24px 70px rgba(0,0,0,.7); }
.hero-caption { position: absolute; bottom: 4%; left: 0; color: var(--muted); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-heading, .shop-toolbar, .admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: clamp(2rem, 4vw, 3.7rem); }
.section-heading h2 { margin: 0; }
.section-heading a, .event-actions > a { color: var(--gold-bright); font-size: .85rem; font-weight: 800; }
.track-grid, .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.track-card, .product-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); transition: background .2s ease; }
.track-card:hover, .product-card:hover { background: var(--panel); }
.track-art, .product-art { aspect-ratio: 1.18; overflow: hidden; background: var(--panel); }
.track-art img, .product-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.track-card:hover img, .product-card:hover img { transform: scale(1.045); }
.art-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 50%, #3b2e15, var(--panel) 65%); color: var(--gold); font-family: var(--display); font-size: 4rem; }
.track-info, .product-card > div:last-child { padding: 1.35rem; }
.track-info h2, .product-card h2 { margin-bottom: .35rem; font-family: var(--display); font-size: 1.65rem; font-weight: 500; letter-spacing: -.04em; }
.track-info p, .product-card p { color: var(--muted); font-size: .88rem; }
.track-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.15rem; }
.stream-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.stream-links a { color: var(--gold-bright); font-size: .75rem; font-weight: 750; }
.split-section { border-block: 1px solid var(--line); background: var(--panel); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); padding-block: clamp(4.5rem, 8vw, 7rem); }
.split-grid > div:first-child p, .contact-aside p { max-width: 47ch; color: var(--muted); font-size: 1.06rem; }
.date-list { border-top: 1px solid var(--line); }
.date-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 1rem; align-items: center; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.date-row time { color: var(--gold); font-family: var(--display); font-size: 1.4rem; }
.date-row h3 { margin-bottom: 0; }
.date-row p { margin: 0; color: var(--muted); font-size: .85rem; }
.date-row a { color: var(--gold-bright); font-size: .79rem; font-weight: 800; }
.community-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--gold); background: #201a0d; padding: clamp(2rem, 4vw, 4rem); }
.community-banner h2 { margin-bottom: .55rem; }
.community-banner p { max-width: 48ch; margin: 0; color: #ded2b6; }

.page-hero { border-bottom: 1px solid var(--line); background: var(--panel); }
.page-hero-inner { display: flex; min-height: 330px; align-items: end; justify-content: space-between; gap: 3rem; padding-block: 4.3rem; }
.page-hero h1 { max-width: 10ch; margin-bottom: .65rem; }
.page-hero p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.page-hero-image { width: 240px; align-self: stretch; overflow: hidden; border-left: 1px solid var(--line); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.spotify-embed { width: 100%; height: 352px; border: 1px solid var(--line); }
.youtube-embed-wrap { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 */ background: #000; border-radius: 4px; overflow: hidden; }
.youtube-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.embed-grid, .video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.video-frame { aspect-ratio: 16 / 9; background: var(--panel); border: 1px solid var(--line); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(2rem, 8vw, 7rem); }
.story-copy { max-width: 68ch; }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
.quote-block { align-self: start; border-top: 3px solid var(--gold); padding-top: 1.3rem; }
.quote-block p { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.04em; }
.quote-block a { color: var(--gold-bright); font-weight: 800; }
.gallery-grid { columns: 3 260px; column-gap: 1rem; }
.gallery-item { position: relative; display: block; width: 100%; margin-bottom: 1rem; overflow: hidden; border: 1px solid var(--line); background: var(--panel); padding: 0; color: var(--paper); text-align: left; break-inside: avoid; }
.gallery-item img { width: 100%; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item span { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.5rem 1rem .8rem; background: linear-gradient(transparent, rgba(0,0,0,.82)); font-size: .85rem; font-weight: 800; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; }
.lightbox { width: min(94vw, 1100px); max-height: 90vh; border: 1px solid var(--line); background: var(--panel-raised); color: var(--paper); padding: 1.2rem; }
.lightbox::backdrop, .cart-dialog::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(7px); }
.lightbox h2 { margin: 0 0 1rem; font-size: 1.7rem; }
.lightbox img { max-height: 72vh; margin: auto; object-fit: contain; }
.lightbox button, .dialog-close { position: absolute; top: .5rem; right: .5rem; z-index: 1; width: 2.3rem; height: 2.3rem; border: 0; background: var(--ink); color: var(--paper); font-size: 1.5rem; }

.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 86px 1fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); padding: 1.7rem 0; }
.event-row time { display: grid; place-items: center; width: 74px; aspect-ratio: 1; border: 1px solid var(--gold); color: var(--gold-bright); }
.event-row time strong { font-family: var(--display); font-size: 2rem; line-height: .9; }
.event-row time span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.event-row h2 { margin-bottom: .35rem; font-family: var(--display); font-size: 1.7rem; }
.event-row p { margin: 0; color: var(--muted); }
.event-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: end; gap: .85rem; }
.contact-grid, .ai-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(240px, .78fr); gap: clamp(2rem, 8vw, 7rem); }
.contact-grid h2, .ai-layout h2 { margin-bottom: .9rem; font-size: clamp(2rem, 3vw, 3rem); }
.contact-grid > div > p, .ai-copy p { color: var(--muted); }
.contact-aside { align-self: start; border-top: 1px solid var(--gold); padding-top: 1.2rem; }
.contact-aside a, .contact-aside span { display: block; margin-bottom: .4rem; color: var(--gold-bright); font-weight: 800; }

form { display: grid; gap: 1.15rem; }
.booking-form { margin-top: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
label { display: grid; gap: .45rem; color: #e7dfd1; font-size: .83rem; font-weight: 750; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #0d0d0c; color: var(--paper); padding: .7rem .8rem; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(217,174,75,.16); }
.form-message { min-height: 1.2em; margin: 0; color: var(--gold-bright); font-size: .82rem; }
.form-message.error { color: var(--danger); }

.shop-toolbar { align-items: center; }
.shop-toolbar p { margin: 0; color: var(--muted); }
.product-category { margin-bottom: .3rem !important; }
.product-card > div:last-child > p:not(.product-category) { min-height: 3.2rem; margin-bottom: 1.2rem; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.product-footer strong { color: var(--gold-bright); font-size: 1.25rem; }
.cart-dialog { width: min(94vw, 530px); max-height: 88vh; border: 1px solid var(--line); background: var(--panel-raised); color: var(--paper); padding: 2rem; overflow: auto; }
.cart-dialog h2 { margin-bottom: 1.5rem; font-size: 2.5rem; }
.cart-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.cart-row p { margin: 0; color: var(--muted); font-size: .85rem; }
.cart-row-actions { display: flex; align-items: center; gap: .45rem; }
.cart-row-actions button { min-width: 1.8rem; border: 1px solid var(--line); background: transparent; color: var(--paper); }
.cart-total { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 1rem; }
.cart-total strong { color: var(--gold-bright); }

.ai-copy { align-self: start; position: sticky; top: 6rem; }
.ai-copy p, .ai-copy li { color: var(--muted); }
.ai-copy ul { padding-left: 1.15rem; }
.ai-form { border-top: 2px solid var(--gold); background: var(--panel); padding: clamp(1.2rem, 3vw, 2rem); }
fieldset { margin: 0; border: 1px solid var(--line); padding: .9rem; }
legend { padding: 0 .35rem; color: var(--gold-bright); font-size: .78rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.choice-grid label, .check-label { display: flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .8rem; font-weight: 650; }
.choice-grid input, .check-label input { width: auto; accent-color: var(--gold); }

.member-auth, .member-lounge { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr); gap: clamp(2rem, 7vw, 7rem); border-block: 1px solid var(--line); padding-block: clamp(2rem, 5vw, 4rem); }
.member-auth h2, .member-lounge h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.member-auth > div p:not(.hero-note), .member-lounge > p:not(:first-child) { color: var(--muted); }
.member-auth form, .member-lounge form { align-self: center; background: var(--panel); padding: 1.5rem; }
.member-lounge { display: block; max-width: 760px; margin-inline: auto; }
.member-lounge form { max-width: 500px; margin-top: 1.5rem; }

.empty-state { max-width: 650px; margin: auto; border: 1px dashed rgba(217,174,75,.6); padding: clamp(2.5rem, 7vw, 5rem) 1.5rem; text-align: center; }
.empty-mark, .status-orb { display: grid; width: 3.25rem; aspect-ratio: 1; place-items: center; margin: 0 auto 1.2rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-size: 1.4rem; }
.empty-state h2 { margin-bottom: .6rem; font-size: 2.1rem; }
.empty-state p { max-width: 43ch; margin: auto; color: var(--muted); }
.status-page { display: grid; min-height: 62vh; place-content: center; max-width: 740px; text-align: center; }
.status-page h1 { margin-bottom: .9rem; }
.status-page p { margin-bottom: 1.7rem; color: var(--muted); font-size: 1.1rem; }

.admin-area { min-height: 55vh; }
.admin-nav { display: flex; flex-wrap: wrap; gap: .7rem; border-bottom: 1px solid var(--line); padding-bottom: 1.2rem; margin-bottom: 3rem; }
.admin-nav a { color: var(--muted); font-size: .82rem; font-weight: 800; text-decoration: none; }
.admin-nav a:hover { color: var(--gold-bright); }
.admin-heading { align-items: start; }
.admin-heading h1 { margin-bottom: .35rem; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.admin-heading p { margin: 0; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { min-height: 150px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stat strong { display: block; margin-top: 1rem; color: var(--gold-bright); font-family: var(--display); font-size: 2.5rem; font-weight: 500; }
.content-manager { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 2rem; }
.resource-tabs { display: grid; align-content: start; gap: .35rem; }
.resource-tabs button { border: 1px solid transparent; background: transparent; color: var(--muted); padding: .65rem .75rem; text-align: left; font-weight: 750; }
.resource-tabs button:hover, .resource-tabs button.active { border-color: var(--gold); color: var(--gold-bright); }
.content-manager form, .settings-form, .gallery-admin { background: var(--panel); padding: clamp(1.1rem, 3vw, 2rem); }
.content-manager form h2 { margin-bottom: .4rem; font-size: 2rem; }
.admin-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.admin-list { grid-column: 2; border-top: 1px solid var(--line); }
.admin-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.admin-row p { margin: 0; color: var(--muted); font-size: .84rem; }
.admin-row-actions { display: flex; gap: .55rem; }
.admin-row-actions button { border: 1px solid var(--line); background: transparent; color: var(--paper); padding: .36rem .55rem; font-size: .74rem; font-weight: 800; }
.admin-row-actions button:hover { border-color: var(--gold); color: var(--gold-bright); }
.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.media-slot { display: grid; gap: .8rem; min-height: 245px; background: var(--panel); padding: 1rem; }
.media-slot h2 { margin: 0; font-family: var(--body); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.media-slot img { width: 100%; height: 120px; object-fit: cover; border: 1px solid var(--line); }
.media-slot p { margin: auto 0; color: var(--muted); font-size: .78rem; }
.media-slot form { gap: .5rem; }
.media-slot label, .gallery-admin label { font-size: .75rem; }
.media-slot input, .gallery-admin input { font-size: .75rem; }
.gallery-admin { margin-top: 2rem; }
.gallery-admin h2 { font-size: 2rem; }
.settings-form { max-width: 850px; }

/* ── About page ── */
.about-mission-line { font-size: 1.05rem; border-left: 3px solid var(--gold); padding-left: 1rem; margin-top: 1.5rem; }
.about-story { border-top: 1px solid var(--line); }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.mv-card { border: 1px solid var(--line); background: var(--panel); padding: 1.5rem; }
.mv-card h3 { font-family: var(--display); font-size: 1.4rem; color: var(--gold-bright); margin-bottom: .5rem; }
.about-different { border-top: 1px solid var(--line); }
.different-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.different-list li { position: relative; padding-left: 1.4rem; color: var(--muted); }
.different-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: .7rem; top: .3rem; }
.about-genres { border-top: 1px solid var(--line); }
.genre-grid { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.genre-chip { border: 1px solid var(--line); background: var(--panel); color: var(--gold-bright); font-size: .8rem; font-weight: 750; padding: .35rem .75rem; border-radius: 2rem; letter-spacing: .04em; }
.about-values { border-top: 1px solid var(--line); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.value-card { border-top: 2px solid var(--gold); background: var(--panel); padding: 1.25rem; }
.value-card h3 { font-size: 1rem; font-weight: 800; color: var(--gold-bright); margin-bottom: .5rem; }
.value-card p { color: var(--muted); font-size: .9rem; margin: 0; }
.about-live { border-top: 1px solid var(--line); }
.event-types { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.event-types li { position: relative; padding-left: 1.4rem; color: var(--muted); font-size: .9rem; }
.event-types li::before { content: '→'; position: absolute; left: 0; color: var(--gold); }
.about-why { border-top: 1px solid var(--line); }
.about-why-answer { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); color: var(--gold-bright); letter-spacing: -.02em; margin-bottom: .5rem; }
.quote-block cite { display: block; margin-top: .75rem; color: var(--muted); font-size: .85rem; font-style: normal; font-weight: 750; }
.quote-block blockquote { border-left: 3px solid var(--gold); padding-left: 1.1rem; color: var(--paper); font-size: 1.05rem; font-style: italic; line-height: 1.6; margin: 0; }

/* ── Home stats & quote ── */
.stats-section { border-top: 1px solid var(--line); }
.stats-section h2 { margin-bottom: 2rem; }
.stats-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.stat-item { background: var(--panel); padding: 1.2rem 1rem; text-align: center; }
.stat-item strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--gold-bright); letter-spacing: -.02em; }
.stat-item span { display: block; margin-top: .35rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-section { border-top: 1px solid var(--line); text-align: center; }
.quote-section blockquote { max-width: 740px; margin: 0 auto 1rem; font-size: clamp(1.05rem, 2vw, 1.3rem); font-style: italic; color: var(--paper); line-height: 1.6; border: 0; padding: 0; }
.quote-section cite { color: var(--muted); font-size: .88rem; font-style: normal; font-weight: 750; }
.site-footer { border-top: 1px solid var(--line); background: #070706; padding-top: 3.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.15fr .75fr; gap: 3rem; padding-bottom: 3rem; }
.footer-grid p, .footer-grid span { color: var(--muted); font-size: .87rem; }
.footer-grid h2 { margin-bottom: .8rem; font-family: var(--body); font-size: .88rem; font-weight: 800; letter-spacing: .01em; }
.newsletter-form { grid-template-columns: 1fr auto; max-width: 420px; gap: .55rem; }
.newsletter-note { max-width: 34ch; margin-bottom: .9rem; color: var(--muted); font-size: .87rem; }
.newsletter-form .form-message { grid-column: 1 / -1; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.footer-links a { color: var(--gold-bright); font-size: .85rem; font-weight: 750; }
.social-icon-link { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; color: var(--muted); background: var(--panel-raised); border: 1px solid var(--line); transition: color .18s, background .18s, border-color .18s, transform .18s; }
.social-icon-link:hover { color: var(--paper); background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.social-icon-link svg { width: 1.05rem; height: 1.05rem; display: block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding-block: 1rem; color: var(--muted); font-size: .75rem; }
.footer-bottom a { color: var(--muted); }

@media (max-width: 900px) {
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--ink); padding: 1rem max(1.5rem, calc((100vw - 1180px) / 2)); }
  .site-nav.open { display: grid; }
  .site-nav > a { padding: .65rem 0; }
  .site-nav .nav-cta { width: max-content; margin-top: .4rem; padding: .55rem .7rem; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .home-hero-grid, .split-grid, .story-layout, .contact-grid, .ai-layout { grid-template-columns: 1fr; }
  .home-hero-grid { padding-block: 4rem 3rem; }
  .hero-object { order: -1; min-height: 290px; }
  .hero-caption { left: 10%; }
  .page-hero-image { display: none; }
  .track-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-copy { position: static; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 2rem, 1180px); }
  body { padding-bottom: 7.1rem; }
  .home-hero { min-height: auto; }
  .home-hero h1 { font-size: clamp(3.3rem, 17vw, 5.3rem); }
  .hero-object { min-height: 225px; }
  .record { width: 235px; }
  .section-heading, .shop-toolbar, .admin-heading { align-items: start; flex-direction: column; }
  .track-grid, .product-grid, .embed-grid, .video-grid { grid-template-columns: 1fr; }
  .date-row, .event-row { grid-template-columns: 58px 1fr; }
  .date-row a, .event-actions { grid-column: 2; justify-content: start; }
  .community-banner { align-items: start; flex-direction: column; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .member-auth { grid-template-columns: 1fr; }
  .content-manager { grid-template-columns: 1fr; }
  .resource-tabs { display: flex; overflow-x: auto; }
  .resource-tabs button { white-space: nowrap; }
  .admin-list { grid-column: auto; }
  .media-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .mv-grid, .different-list, .event-types { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* RMH Vibez live-stage visual system. */
:root {
  --ink: #090a0c;
  --panel: #141519;
  --panel-raised: #1d1f24;
  --paper: #f7f4ed;
  --muted: #b6b1a8;
  --gold: #ec4a27;
  --gold-bright: #ff7652;
  --line: rgba(247, 244, 237, .14);
  --danger: #ff9c8a;
  --shell: min(1280px, calc(100vw - 3rem));
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

body { background: var(--ink); color: var(--paper); font-family: var(--body); }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: .015em; line-height: .92; }
h1 { font-size: clamp(3.8rem, 9vw, 8.5rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
:focus-visible { outline-color: var(--gold-bright); }

.site-header { border-bottom-color: var(--line); background: rgba(9, 10, 12, .86); }
.nav-wrap { min-height: 4rem; }
.brand img { width: 3.2rem; height: 3.2rem; }
.site-nav { gap: clamp(.7rem, 1.7vw, 1.5rem); }
.site-nav > a { color: var(--paper); font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--gold-bright); }
.site-nav .nav-cta, .button, .text-button {
  border-color: var(--gold); border-radius: .24rem; background: var(--gold); color: #fff;
  letter-spacing: .11em; text-transform: uppercase;
}
.site-nav .nav-cta { padding: .6rem .8rem; }
.button:hover, .text-button:hover, .site-nav .nav-cta:hover { background: var(--gold-bright); color: #fff; }
.button-ghost { border-color: rgba(247, 244, 237, .48); background: rgba(9, 10, 12, .16); color: var(--paper); }
.button-ghost:hover { border-color: var(--gold-bright); background: rgba(236, 74, 39, .16); color: #fff; }

.stage-hero {
  position: relative; isolation: isolate; display: grid; min-height: min(850px, calc(100svh - 4rem));
  place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #15110f;
}
.stage-hero::after { content: none; }
.stage-hero-image, .stage-hero-fallback { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; }
.stage-hero-image { filter: saturate(.9) contrast(1.12) brightness(.88); }
.stage-hero-fallback { background: radial-gradient(circle at 50% 15%, #87331f, transparent 30%), linear-gradient(135deg, #2c1512, #0a0b0d 62%); }
.stage-overlay { position: absolute; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(9,10,12,.38), rgba(9,10,12,.24) 38%, #090a0c 95%); }
.stage-grid {
  position: absolute; inset: 0; z-index: -2; opacity: .38;
  background-image: linear-gradient(rgba(247,244,237,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(247,244,237,.06) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 74%);
}
.hero-portrait {
  position: absolute; z-index: -1; right: clamp(1rem, 6vw, 9rem); bottom: 0; width: min(51vw, 680px);
  max-height: 93%; object-fit: contain; object-position: right bottom; filter: drop-shadow(-20px 20px 30px rgba(0,0,0,.38));
  pointer-events: none; user-select: none;
}
.stage-content { display: grid; justify-items: center; max-width: 900px; padding: 5rem 0 10rem; text-align: center; }
.stage-logo { width: clamp(5.5rem, 10vw, 8rem); height: auto; margin-bottom: 1.5rem; filter: drop-shadow(0 14px 20px rgba(0,0,0,.42)); }
.stage-stamp {
  display: inline-flex; align-items: center; gap: .55rem; margin: 0; border: 1px solid rgba(255,118,82,.72);
  border-radius: 999px; background: rgba(10, 10, 12, .36); padding: .55rem .9rem; color: var(--paper);
  font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.stage-stamp::before { width: .42rem; height: .42rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); content: ""; }
.stage-hero h1 { max-width: 10ch; margin: 1.65rem auto .9rem; color: #fff; font-size: clamp(4.6rem, 11vw, 9.5rem); text-transform: uppercase; text-shadow: 0 5px 28px rgba(0,0,0,.42); }
.stage-hero h1 em { color: var(--gold-bright); font-family: Georgia, serif; font-size: .64em; font-weight: 400; letter-spacing: -.05em; text-transform: none; }
.hero-lede { max-width: 56ch; color: #ddd8d0; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.stage-hero .hero-actions { justify-content: center; margin-top: 2.1rem; }
.now-streaming {
  display: grid; grid-template-columns: auto 1fr auto; width: min(100%, 440px); align-items: center; gap: .9rem;
  margin-top: 3rem; border: 1px solid rgba(247,244,237,.23); border-radius: .6rem; background: rgba(15,16,19,.72);
  box-shadow: 0 18px 45px rgba(0,0,0,.25); padding: .75rem; text-align: left; backdrop-filter: blur(11px);
}
.now-streaming-mark { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .34rem; background: linear-gradient(135deg, var(--gold), #9b2918); color: white; font-size: .82rem; }
.now-streaming span { display: block; color: var(--gold-bright); font-size: .61rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.now-streaming strong { display: block; overflow: hidden; color: #fff; font-family: var(--display); font-size: 1.4rem; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.now-streaming small { display: block; color: var(--muted); font-size: .75rem; }
.now-streaming a { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-bright); text-decoration: none; transition: background .2s ease, color .2s ease; }
.now-streaming a:hover { background: var(--gold); color: #fff; }
.now-streaming { display: none; }
.stage-equalizer { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; display: flex; height: 13rem; align-items: end; gap: clamp(2px, .45vw, 7px); padding: 0 .75rem; opacity: .72; }
.stage-equalizer span { flex: 1 1 0; min-width: 2px; border-radius: .25rem .25rem 0 0; background: linear-gradient(to top, var(--gold), rgba(255,118,82,.18)); transform-origin: bottom; animation: signal-pulse 3.8s cubic-bezier(.22,.61,.36,1) infinite alternate; }
.stage-equalizer span:nth-child(5n + 1) { height: 25%; animation-delay: -.4s; }
.stage-equalizer span:nth-child(5n + 2) { height: 53%; animation-delay: -1.1s; }
.stage-equalizer span:nth-child(5n + 3) { height: 76%; animation-delay: -.7s; }
.stage-equalizer span:nth-child(5n + 4) { height: 42%; animation-delay: -1.8s; }
.stage-equalizer span:nth-child(5n) { height: 63%; animation-delay: -2.4s; }
@keyframes signal-pulse { from { transform: scaleY(.58); } to { transform: scaleY(1); } }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-heading a, .event-actions > a, .stream-links a, .quote-block a, .footer-links a { color: var(--gold-bright); }
.track-grid, .product-grid, .stats-grid { border-color: var(--line); }
.track-card, .product-card { background: #111216; }
.track-card:hover, .product-card:hover { background: #1b1d22; }
.track-art, .product-art { background: #1a1311; }
.art-placeholder { background: radial-gradient(circle, #6b2619, #141519 67%); color: var(--gold-bright); }
.track-info h2, .product-card h2 { font-family: var(--display); font-size: 2rem; letter-spacing: .025em; text-transform: uppercase; }
.split-section { background: #17181c; }
.community-banner { border-color: rgba(236,74,39,.8); background: linear-gradient(115deg, #4a1b15, #1b1617 72%); }
.page-hero { position: relative; overflow: hidden; background: #17181c; }
.page-hero::after { position: absolute; right: -12vw; bottom: -17vw; width: 43vw; height: 43vw; border: 1px solid rgba(236,74,39,.3); border-radius: 50%; content: ""; }
.page-hero-inner { position: relative; z-index: 1; min-height: 350px; }
.page-hero h1 { max-width: 13ch; font-size: clamp(4rem, 7vw, 7rem); text-transform: uppercase; }
.page-hero-image { border-color: var(--line); }
.event-row time { border-color: var(--gold); color: var(--gold-bright); }
.event-row h2, .contact-grid h2, .ai-layout h2 { letter-spacing: .025em; text-transform: uppercase; }
input, textarea, select { border-color: var(--line); border-radius: .24rem; background: #111216; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(236,74,39,.18); }
.content-manager form, .settings-form, .gallery-admin, .ai-form, .member-auth form, .member-lounge form { background: #17181c; }
.site-footer { background: #08090b; }

@media (max-width: 900px) {
  .site-nav { background: #0b0c0f; }
  .stage-content { padding-top: 4rem; }
  .stage-equalizer { height: 8rem; }
  .hero-portrait { right: -6rem; width: min(70vw, 500px); opacity: .72; }
}

@media (max-width: 640px) {
  .stage-hero { min-height: 690px; }
  .stage-content { padding: 3.8rem 0 7rem; }
  .stage-hero h1 { font-size: clamp(4.1rem, 20vw, 6.2rem); }
  .stage-logo { width: 5.5rem; }
  .hero-portrait { right: -5rem; width: 100vw; max-height: 69%; opacity: .36; }
  .stage-equalizer { height: 5.8rem; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .stage-equalizer span { animation: none; }
}

/* ── Footer legal row ──────────────────────────────────────────────────── */
.footer-company { font-size: .78rem; color: var(--muted); margin-top: .5rem; line-height: 1.6; }
.footer-legal { padding: .9rem 0; border-top: 1px solid var(--line); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
.footer-legal-links a { font-size: .75rem; color: var(--muted); text-decoration: none; white-space: nowrap; }
.footer-legal-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding: .9rem 0; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.footer-cookie-btn { background: none; border: none; color: var(--muted); font-size: .78rem; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.footer-cookie-btn:hover { color: var(--paper); }

/* ── Cookie consent banner ─────────────────────────────────────────────── */
.cookie-banner { position: fixed; bottom: 1.2rem; left: 1rem; right: 1rem; z-index: 9000; max-width: 52rem; margin: 0 auto; background: var(--panel-raised); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.55); padding: 1.4rem 1.6rem; }
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner { display: flex; gap: 1.5rem; align-items: flex-start; flex-wrap: wrap; }
.cookie-banner-text { flex: 1 1 18rem; }
.cookie-banner-text strong { font-size: 1rem; color: var(--paper); display: block; margin-bottom: .3rem; }
.cookie-banner-text p { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.6; }
.cookie-banner-text a { color: var(--gold); }
.cookie-banner-actions { display: flex; flex-direction: column; gap: .55rem; min-width: 160px; }
.cookie-manage-btn { background: none; border: none; color: var(--muted); font-size: .82rem; cursor: pointer; padding: .3rem 0; text-decoration: underline; text-underline-offset: 3px; text-align: center; }
.cookie-manage-btn:hover { color: var(--paper); }

/* ── Cookie preferences dialog ─────────────────────────────────────────── */
.cookie-prefs-dialog { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; color: var(--paper); padding: 2rem 2rem 1.6rem; max-width: 36rem; width: 90vw; box-shadow: 0 16px 48px rgba(0,0,0,.7); }
.cookie-prefs-dialog::backdrop { background: rgba(0,0,0,.65); }
.cookie-prefs-dialog h2 { font-size: 1.2rem; margin: 0 0 .5rem; }
.cookie-prefs-dialog > p { font-size: .86rem; color: var(--muted); margin-bottom: 1.4rem; line-height: 1.6; }
.cookie-pref-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.cookie-pref-row:last-of-type { border-bottom: none; }
.cookie-pref-row strong { font-size: .9rem; display: block; margin-bottom: .2rem; }
.cookie-pref-row p { font-size: .8rem; color: var(--muted); margin: 0; line-height: 1.5; }
.cookie-always-on { font-size: .75rem; color: var(--gold); white-space: nowrap; margin-top: .15rem; flex-shrink: 0; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; width: 100%; cursor: pointer; }
.cookie-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.toggle-track { flex-shrink: 0; width: 44px; height: 24px; background: var(--panel-raised); border: 1px solid var(--line); border-radius: 12px; position: relative; margin-top: .15rem; transition: background .2s; }
.toggle-thumb { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: var(--muted); border-radius: 50%; transition: transform .2s, background .2s; }
.cookie-toggle input:checked + .toggle-track { background: var(--gold); border-color: var(--gold); }
.cookie-toggle input:checked + .toggle-track .toggle-thumb { transform: translateX(20px); background: #fff; }
.cookie-prefs-actions { display: flex; gap: .8rem; margin-top: 1.4rem; flex-wrap: wrap; }

/* ── Legal pages ───────────────────────────────────────────────────────── */
.legal-hero { padding: 4rem 0 2rem; }
.legal-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: .5rem; }
.legal-subtitle { color: var(--muted); font-size: 1.05rem; margin-bottom: .5rem; }
.legal-meta { font-size: .8rem; color: var(--muted); opacity: .7; }
.legal-body { padding-bottom: 4rem; }
.legal-section { margin-bottom: 2.4rem; }
.legal-section h2 { font-size: 1.1rem; color: var(--gold); margin-bottom: .7rem; font-weight: 600; }
.legal-section h3 { font-size: .95rem; color: var(--paper); margin-bottom: .4rem; }
.legal-section p { font-size: .9rem; color: var(--muted); line-height: 1.75; margin-bottom: .6rem; }
.legal-section ul { padding-left: 1.4rem; margin-bottom: .6rem; }
.legal-section ul li { font-size: .9rem; color: var(--muted); line-height: 1.7; margin-bottom: .2rem; }
.legal-section a { color: var(--gold); }
.legal-contact { background: var(--panel-raised); border: 1px solid var(--line); border-radius: 10px; padding: 1.4rem; font-size: .88rem; color: var(--muted); line-height: 1.8; margin-top: 3rem; }
.legal-contact a { color: var(--gold); }
.legal-cookie-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: .5rem; }
.legal-cookie-grid > div { background: var(--panel-raised); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.legal-cookie-grid h3 { font-size: .9rem; color: var(--gold); margin-bottom: .3rem; }
.legal-cookie-grid p { font-size: .82rem; margin: 0; }
