:root {
  color-scheme: dark;
  --ink: #0b0b09;
  --ink-soft: #12120f;
  --surface: #181712;
  --paper: #f2eadb;
  --paper-muted: #b4ab9d;
  --dim: #777166;
  --signal: #ef5b2a;
  --signal-deep: #b92e13;
  --acid: #e4f62d;
  --green: #78d784;
  --line: rgba(242, 234, 219, 0.17);
  --line-hot: rgba(239, 91, 42, 0.55);
  --shell: min(1180px, calc(100% - 34px));
}

* { box-sizing: border-box; scrollbar-color: var(--signal) var(--ink); }
html { background: var(--ink); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  padding: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 9%, rgba(239, 91, 42, 0.18), transparent 31rem),
    radial-gradient(circle at 9% 76%, rgba(228, 246, 45, 0.055), transparent 32rem),
    var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.023) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.site-bg {
  position: fixed;
  inset: -5vmax;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: var(--ink);
  transition: opacity .8s ease;
}
.site-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(11,11,9,.55), rgba(11,11,9,.72) 58%, rgba(11,11,9,.9)),
    radial-gradient(circle at 78% 18%, rgba(239,91,42,.18), transparent 34rem);
}
.site-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  opacity: .58;
  filter: blur(20px) saturate(1.45) contrast(1.08);
  transform: scale(1.08);
  transition: opacity .45s ease, transform 1.1s ease;
}
.site-bg img.is-changing { opacity: 0; transform: scale(1.12); }
body.has-site-artwork .site-bg { opacity: 1; }
body.has-custom-background .site-bg { opacity: 1; }
.site-bg.custom-site-bg img {
  opacity: .52;
  filter: blur(7px) saturate(1.18) contrast(1.04);
  transform: scale(1.045);
}
.site-bg.custom-site-bg::after {
  background:
    linear-gradient(180deg, rgba(11,11,9,.5), rgba(11,11,9,.7) 62%, rgba(11,11,9,.9)),
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--signal) 22%, transparent), transparent 34rem);
}
#site-content { position: relative; z-index: 1; }
.site-noise {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.page-shell { width: var(--shell); margin-inline: auto; }
a { color: inherit; }

/* Station header */
.site-header { position: relative; z-index: 240; border: 0; background: rgba(11, 11, 9, .88); backdrop-filter: blur(20px); box-shadow: none; }
.header-row { min-height: 112px; padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--paper); text-decoration: none; text-transform: uppercase; }
.brand img { width: 62px; height: 62px; flex: 0 0 62px; object-fit: cover; border: 2px solid var(--paper); border-radius: 50%; filter: contrast(1.08); box-shadow: none; }
.brand > span { display: grid; gap: 3px; line-height: 1; }
.brand strong { font-family: "Archivo Black", sans-serif; font-size: .92rem; letter-spacing: -.035em; white-space: nowrap; }
.brand small { margin: 0; color: var(--paper-muted); font: 400 .55rem/1.2 "DM Mono", monospace; letter-spacing: .16em; }

.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 2px; padding: 0; border: 0; border-radius: 0; background: none; }
.desktop-nav a,
.mobile-nav a { padding: 9px 7px; color: var(--paper-muted); border-radius: 0; font: 500 .56rem/1 "DM Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.desktop-nav a:hover,
.desktop-nav a[aria-current],
.mobile-nav a:hover,
.mobile-nav a[aria-current] { color: var(--paper); background: rgba(255,255,255,.05); }

.signal-pill,
.listen-btn {
  min-width: 84px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  box-shadow: none;
  font: 500 .57rem/1 "DM Mono", monospace;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.signal-pill:hover { transform: none; box-shadow: none; border-color: var(--line-hot); }
.signal-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(239,91,42,.12), 0 0 16px var(--signal); animation: signal-pulse 1.8s ease-in-out infinite; }
.mobile-nav { display: none; gap: 5px; padding: 10px 0; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.mobile-nav::-webkit-scrollbar { display: none; }
.mobile-nav a { flex: 0 0 auto; border: 1px solid var(--line); padding: 9px 11px; }

/* Persistent live console */
.header-player { position: sticky; top: 0; z-index: 150; border: 0; background: #0b0b09; backdrop-filter: blur(20px); }
.radio-deck { position: relative; min-height: 0; overflow: hidden; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #11110e; box-shadow: 0 20px 60px rgba(0,0,0,.22); isolation: isolate; }
.radio-deck::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(12,12,9,.5), rgba(14,13,11,.56) 48%, rgba(9,9,7,.78)); pointer-events: none; }
.player-art-backdrop { position: absolute; inset: -12%; z-index: 0; width: 124%; height: 124%; object-fit: cover; object-position: center; opacity: .58; filter: blur(15px) saturate(1.55) contrast(1.06); transform: scale(1.03); transition: opacity .4s ease; pointer-events: none; }
.header-player.has-live-artwork .radio-deck::before { background: linear-gradient(90deg, rgba(12,12,9,.34), rgba(14,13,11,.43) 48%, rgba(9,9,7,.68)); }
.header-player.has-live-artwork .player-art-backdrop { opacity: .72; filter: blur(12px) saturate(1.7) contrast(1.08); }
.player-background-default .player-art-backdrop { opacity: 0; }
.player-background-custom .radio-deck::before,
.player-background-live-artwork .radio-deck::before {
  background: linear-gradient(90deg, #090907, #0c0b09 48%, #070705);
  opacity: var(--player-bg-overlay, .58);
}
.player-background-custom .player-art-backdrop {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center var(--player-bg-position, center);
  opacity: 1;
  filter: saturate(1.1) contrast(1.04);
  transform: none;
}
.player-background-live-artwork .player-art-backdrop { object-position: center var(--player-bg-position, center); }
.console-heading,
.player-row { position: relative; z-index: 2; }
.console-heading { height: 32px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--paper-muted); border-bottom: 1px solid var(--line); font: 400 .48rem/1 "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.console-heading small { justify-self: end; color: var(--green); font-size: inherit; }
.console-lights { display: flex; gap: 5px; }
.console-lights i { width: 4px; height: 4px; border-radius: 50%; background: #514d45; }
.console-lights i:first-child { background: var(--signal); box-shadow: 0 0 9px var(--signal); }
.player-row { min-height: 104px; padding: 12px 16px; display: grid; grid-template-columns: minmax(280px, .9fr) minmax(280px, 1.25fr) auto; align-items: center; gap: 22px; }
.now-playing { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 14px; }
.radio-deck .album-art { position: relative; width: 64px; height: 64px; flex: none; overflow: visible; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: #050504; box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.album-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.album-art.empty { background: #050504; }
.live-stamp { position: absolute; right: -7px; bottom: 6px; padding: 4px 5px; color: var(--ink); background: var(--acid); font: 500 .43rem/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.track-copy { min-width: 0; }
.now-playing .track-copy p { margin: 0 0 5px; color: var(--signal); font: 500 .48rem/1 "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.now-playing .track-copy strong { max-width: 100%; display: block; overflow: hidden; color: var(--paper); font-family: "Archivo Black", sans-serif; font-size: clamp(.95rem, 1.7vw, 1.35rem); line-height: 1.05; letter-spacing: -.04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.now-playing .track-copy small { max-width: 100%; margin-top: 5px; display: block; overflow: hidden; color: var(--paper-muted); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.player-love-button,
.recent-track-love { min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--paper-muted); border: 1px solid rgba(255,255,255,.17); background: rgba(5,5,4,.38); font: 500 .43rem/1 "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.player-love-button { width: max-content; max-width: 100%; margin-top: 8px; padding: 6px 8px; }
.player-love-button:hover,
.recent-track-love:hover { color: #ff8ca0; border-color: rgba(255,118,140,.58); transform: translateY(-1px); }
.player-love-button.is-loved,
.recent-track-love.is-loved { color: #fff; border-color: #ff5d75; background: linear-gradient(135deg, #ef3658, #b9143d); box-shadow: 0 7px 18px rgba(239,54,88,.2); }
.player-love-button:disabled { cursor: wait; opacity: .45; transform: none; }
.player-love-button[data-love-busy],
.recent-track-love[data-love-busy] { cursor: progress; opacity: .62; }
.player-love-button.love-unavailable,
.recent-track-love.love-unavailable { border-style: dashed; opacity: .6; }
.love-heart { font: 700 .8rem/1 Georgia, serif; }
.love-count { padding-left: 5px; border-left: 1px solid currentColor; opacity: .75; }
.waveform-visualizer { min-width: 0; height: 70px; padding: 7px 10px 6px; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 5px; overflow: hidden; border-inline: 1px solid var(--line); background: linear-gradient(90deg, rgba(159,0,255,.035), rgba(239,79,120,.055), rgba(255,196,0,.035)); }
.waveform-visualizer canvas { width: 100%; height: 43px; display: block; }
.waveform-readout { min-width: 0; display: flex; align-items: center; gap: 12px; color: var(--dim); font: 500 .4rem/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.waveform-readout span { white-space: nowrap; }
.waveform-readout span:first-child { margin-right: auto; color: var(--paper-muted); }
.waveform-readout i { width: 5px; height: 5px; margin-right: 5px; display: inline-block; border-radius: 50%; background: var(--signal); box-shadow: 0 0 10px var(--signal); }
.header-player.is-playing .waveform-readout i { background: var(--acid); animation: signal-pulse 1s infinite; }
.player-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.player-actions .play { min-width: 116px; min-height: 48px; padding: 10px 15px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 0; color: var(--ink); background: var(--signal); box-shadow: none; cursor: pointer; }
.player-actions .play:hover { background: var(--acid); }
.player-actions .play:disabled { cursor: not-allowed; opacity: .55; }
.player-actions .play b { font: 700 .56rem/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.play-symbol { width: 0; height: 0; display: block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; transition: .15s; }
.header-player.is-playing .play-symbol { width: 8px; height: 10px; border: 0; border-inline: 2px solid currentColor; }
.player-utility,
.player-actions a { padding: 10px 9px; color: var(--paper-muted); border: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; font: 500 .47rem/1 "DM Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.player-utility:hover,
.player-actions a:hover { color: var(--paper); border-color: var(--line-hot); }
.player-utility[data-player-popout] { display: inline-flex; align-items: center; justify-content: center; }
.player-volume { min-width: 78px; display: grid; gap: 6px; color: var(--paper-muted); font: 500 .45rem/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.player-volume input { width: 78px; height: 3px; padding: 0; border: 0; border-radius: 0; accent-color: var(--signal); cursor: pointer; }
.player-enhancer { min-width: 86px; display: grid; gap: 5px; color: var(--paper-muted); font: 500 .43rem/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.player-enhancer select { width: 92px; min-height: 30px; padding: 6px 24px 6px 7px; color: var(--paper); border: 1px solid var(--line); border-radius: 0; background-color: rgba(5,5,4,.72); font: 500 .47rem/1 "DM Mono", monospace; cursor: pointer; }
.player-enhancer select:focus { border-color: var(--signal); outline: 2px solid color-mix(in srgb, var(--signal) 24%, transparent); outline-offset: 1px; }
.header-player.enhancer-active .player-enhancer { color: var(--acid); }
.header-player.enhancer-active .player-enhancer select { border-color: color-mix(in srgb, var(--acid) 58%, transparent); }
.site-style-modern .player-enhancer select,
.site-corners-rounded .player-enhancer select { border-radius: 9px; }
.site-corners-square .player-enhancer select { border-radius: 0; }
.recent-played-bar { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(11,11,9,.96); }
.recent-played-row { min-height: 72px; display: grid; grid-template-columns: 150px 1fr; align-items: stretch; border-inline: 1px solid var(--line); }
.recent-played-label { padding: 8px 13px; display: grid; align-content: center; gap: 3px; border-right: 1px solid var(--line); font-family: "DM Mono", monospace; text-transform: uppercase; }
.recent-played-label span { color: var(--signal); font-size: .49rem; letter-spacing: .12em; }
.recent-played-label small { color: var(--dim); font-size: .42rem; letter-spacing: .09em; }
.recent-played-row ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; overflow: hidden; }
.recent-played-row li { min-width: 0; padding: 8px 10px; display: grid; grid-template-columns: auto 44px minmax(0,1fr) auto auto; align-items: center; gap: 8px; border-right: 1px solid var(--line); }
.recent-played-row li:last-child { border-right: 0; }
.recent-track-number { color: var(--signal); font: 500 .45rem "DM Mono", monospace; }
.recent-track-art { width: 44px; height: 44px; border: 1px solid var(--line); object-fit: cover; background: var(--black); }
.recent-track-copy { min-width: 0; display: grid; gap: 4px; }
.recent-track-copy b { overflow: hidden; color: var(--paper-muted); font-size: .58rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.recent-track-copy small { overflow: hidden; color: var(--dim); font: 500 .42rem "DM Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }
.recent-track-love { min-width: 35px; min-height: 31px; padding: 6px 7px; }
.recent-track-buy { padding: 7px 8px; color: var(--paper); border: 1px solid var(--line-hot); font: 700 .42rem "DM Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.recent-track-buy:hover { color: var(--black); background: var(--acid); border-color: var(--acid); }

.event-showcase { padding: 42px 0 50px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 18%, rgba(239,91,42,.09), transparent 26%), #090a0e; }
.event-showcase-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.event-showcase-heading .eyebrow { margin: 0 0 7px; }
.event-showcase-heading h2 { margin: 0; color: var(--paper); font: 400 clamp(2rem,4vw,3.6rem)/.92 "Archivo Black", sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.event-showcase-description { max-width: 660px; margin: 10px 0 0; color: var(--paper-muted); font-size: .75rem; line-height: 1.6; }
.event-showcase-actions { display: flex; align-items: center; gap: 8px; }
.event-showcase-actions a,
.event-showcase-actions button { min-height: 38px; padding: 10px 12px; color: var(--paper-muted); border: 1px solid var(--line); border-radius: 0; background: transparent; font: 600 .46rem/1 "DM Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.event-showcase-actions a { color: var(--acid); border-color: color-mix(in srgb, var(--acid) 30%, transparent); }
.event-showcase-actions a:hover,
.event-showcase-actions button:hover { color: var(--black); background: var(--acid); border-color: var(--acid); }
.event-carousel { padding-block: 2px 12px; display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.event-carousel::-webkit-scrollbar { display: none; }
.event-card { position: relative; flex: 0 0 clamp(230px, 24vw, 292px); aspect-ratio: 4 / 5; overflow: hidden; color: var(--paper); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #141620; box-shadow: 0 20px 42px rgba(0,0,0,.28); scroll-snap-align: start; text-decoration: none; isolation: isolate; }
.event-card::after { position: absolute; inset: 34% 0 0; z-index: 2; content: ""; background: linear-gradient(to top, rgba(4,5,8,.98), rgba(4,5,8,.68) 54%, transparent); pointer-events: none; }
.event-card > img:not(.event-card-watermark) { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.event-card:hover > img:not(.event-card-watermark),
.event-card:focus-visible > img:not(.event-card-watermark) { transform: scale(1.035); filter: saturate(1.1) contrast(1.03); }
.event-card-fallback { position: absolute; inset: 0; z-index: 0; padding: 28px; display: grid; align-content: center; gap: 12px; background: linear-gradient(145deg, #1d2230, #0c0e14 56%, color-mix(in srgb, var(--signal) 30%, transparent)); }
.event-card-fallback::before { width: 46px; height: 4px; content: ""; background: var(--signal); box-shadow: 18px 10px 0 var(--acid); }
.event-card-fallback small { color: var(--dim); font: 500 .48rem "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.event-card-fallback strong { max-width: 220px; color: var(--paper); font: 400 clamp(1.65rem,3vw,2.55rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.05em; text-transform: uppercase; overflow-wrap: anywhere; }
.event-card.image-missing > img:not(.event-card-watermark) { display: none; }
.event-card-number { position: absolute; top: 15px; right: 15px; z-index: 3; min-width: 30px; padding: 7px; color: var(--paper); border: 1px solid rgba(255,255,255,.2); background: rgba(5,6,9,.68); backdrop-filter: blur(8px); font: 600 .48rem/1 "DM Mono", monospace; text-align: center; }
.event-card-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 3; padding-right: 46px; display: grid; gap: 6px; }
.event-card-caption small { color: var(--signal); font: 600 .45rem/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.event-card-caption strong { overflow: hidden; color: var(--paper); font: 400 1.25rem/1 "Archivo Black", sans-serif; letter-spacing: -.035em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.event-card-subtitle { overflow: hidden; color: rgba(255,255,255,.78); font-size: .62rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.event-card-caption em { color: var(--paper-muted); font: 500 .46rem/1 "DM Mono", monospace; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.event-card .event-card-watermark { position: absolute; right: 14px; bottom: 14px; left: auto; top: auto; z-index: 4; width: 38px; height: 38px; padding: 3px; object-fit: cover; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(5,6,9,.76); box-shadow: 0 6px 18px rgba(0,0,0,.36); opacity: .88; pointer-events: none; }
.partner-logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-logo { min-height: 108px; padding: 17px; display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: center; gap: 13px; color: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); text-decoration: none; transition: background .2s ease; }
.partner-logo:hover { background: color-mix(in srgb, var(--signal) 11%, transparent); }
.partner-logo img,
.partner-logo > span { width: 58px; height: 58px; display: grid; place-items: center; object-fit: contain; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--signal); font: 700 .72rem "DM Mono", monospace; }
.partner-logo div { min-width: 0; display: grid; gap: 5px; }
.partner-logo strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.partner-logo small { overflow: hidden; color: var(--paper-muted); font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }
.partner-join { color: var(--acid); }
.community-widget-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

/* Shared labels and actions */
.eyebrow,
.meta,
.widget-kicker { margin: 0; color: var(--signal); font: 500 .58rem/1.3 "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.button {
  width: fit-content;
  min-height: 46px;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 1px solid var(--signal);
  border-radius: 0;
  background: var(--signal);
  box-shadow: none;
  font: 700 .59rem/1 "DM Mono", monospace;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover { color: var(--ink); border-color: var(--acid); background: var(--acid); box-shadow: none; transform: translateY(-2px); }
.button.secondary { color: var(--paper); border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.button.secondary:hover { color: var(--paper); border-color: var(--signal); background: rgba(239,91,42,.08); }

.construction-tag { width: fit-content; margin-bottom: 28px; display: flex; align-items: center; border: 1px solid var(--line); font: 500 .53rem/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.construction-tag span { padding: 9px 11px; color: var(--ink); background: var(--acid); }
.construction-tag b { padding: 9px 11px; color: var(--paper-muted); font-weight: 400; }

/* Photo slider */
.home-slider { position: relative; height: min(68vh, 720px); min-height: 480px; overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0b09; }
.home-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.035); transition: opacity .7s ease, transform 1.1s ease, visibility .7s; }
.home-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.photo-slider .home-slide { display: block; }
.slide-photo { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.08); }
.photo-slider .home-slide::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(to top, rgba(11,11,9,.94), transparent 70%), linear-gradient(90deg, rgba(11,11,9,.5), transparent 62%); }
.slide-caption { position: absolute; left: 50%; bottom: 76px; z-index: 2; transform: translateX(-50%); display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.slide-caption > div { max-width: 720px; }
.slide-caption h2 { margin: 8px 0 7px; color: var(--paper); font: 400 clamp(3.4rem, 7vw, 7rem)/.86 "Archivo Black", sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
.slide-caption p:not(.eyebrow) { margin: 0; max-width: 560px; color: var(--paper-muted); line-height: 1.65; }
.slide-caption .button { flex: 0 0 auto; }
.slider-controls { position: absolute; left: 50%; bottom: 24px; z-index: 4; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; }
.slider-controls > button { padding: 8px 11px; color: var(--paper); border: 1px solid var(--line); border-radius: 0; background: rgba(11,11,9,.55); font: 500 .5rem "DM Mono", monospace; text-transform: uppercase; cursor: pointer; }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 28px; height: 2px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.25); cursor: pointer; transition: width .2s, background .2s; }
.slider-dots button.active { width: 50px; background: var(--acid); }

.signal-marquee { overflow: hidden; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--acid); font: 500 .55rem/1 "DM Mono", monospace; letter-spacing: .13em; }
.signal-marquee div { width: max-content; padding: 9px 0; display: flex; align-items: center; gap: 20px; animation: marquee 24s linear infinite; }
.signal-marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--signal); }

/* Home editorial layout */
.home-hero { min-height: 690px; padding: clamp(58px, 8vw, 105px) 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(50px, 7vw, 94px); }
.home-hero > div { animation: reveal .75s ease-out both; }
.home-hero .eyebrow { display: flex; align-items: center; }
.signal-dot { width: 7px; height: 7px; margin-right: 10px; display: inline-block; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(239,91,42,.12), 0 0 16px var(--signal); animation: signal-pulse 1.8s ease-in-out infinite; }
.home-hero h1 { margin: 26px 0 28px; color: var(--paper); font: 400 clamp(3.2rem, 6.4vw, 5.1rem)/.84 "Archivo Black", sans-serif; letter-spacing: -.09em; overflow-wrap: break-word; hyphens: auto; text-transform: uppercase; background: linear-gradient(to bottom, var(--paper) 0 52%, var(--signal) 52% 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-hero > div > p:not(.eyebrow) { max-width: 610px; color: var(--paper-muted); font-size: 1rem; line-height: 1.8; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.broadcast-card { position: relative; min-height: 450px; padding: 0; display: grid; grid-template-rows: 46px 1fr auto; overflow: hidden; color: var(--paper); border: 1px solid rgba(242,234,219,.27); border-radius: 0; background: linear-gradient(145deg, rgba(35,33,27,.95), rgba(14,14,12,.98)); box-shadow: 22px 26px 0 rgba(239,91,42,.11), 0 34px 90px rgba(0,0,0,.35); animation: console-in .85s .1s cubic-bezier(.2,.75,.2,1) both; }
.broadcast-card::before { position: static; width: auto; height: auto; border: 0; border-radius: 0; box-shadow: none; }
.broadcast-card > .meta { padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: var(--paper-muted); border-bottom: 1px solid var(--line); }
.broadcast-card > div:nth-child(2) { padding: 36px 28px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 70% 30%, rgba(239,91,42,.16), transparent 50%); }
.broadcast-card h2 { margin: 8px 0 0; color: var(--paper); font: 400 clamp(3.2rem, 6vw, 5.8rem)/.86 "Archivo Black", sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); }
.mini-grid div { min-height: 88px; padding: 17px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.012); }
.mini-grid div:last-child { border-right: 0; }
.mini-grid strong { margin-top: 8px; display: block; font-size: .77rem; text-transform: uppercase; }
.quick-grid { margin-bottom: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.quick-grid a { position: relative; min-height: 110px; padding: 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; color: var(--paper); border: 0; border-right: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.018); text-decoration: none; overflow: hidden; transition: background .25s ease, color .25s ease; }
.quick-grid a:last-child { border-right: 0; }
.quick-grid a:hover { color: var(--ink); background: var(--acid); transform: none; }
.quick-grid span { grid-row: 1 / 3; color: var(--signal); font: 500 .55rem "DM Mono", monospace; }
.quick-grid a:hover span { color: var(--signal-deep); }
.quick-grid strong { font-size: .78rem; text-transform: uppercase; }
.quick-grid small { margin-top: 5px; color: var(--paper-muted); font-size: .66rem; }
.quick-grid a:hover small { color: rgba(11,11,9,.62); }

/* Internal heroes and content system */
.hero-card,
.page-hero { margin-top: 0; padding: clamp(60px, 9vw, 112px) 0 70px; color: var(--paper); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: clamp(32px, 6vw, 90px); }
.hero-card h1,
.page-hero h1 { margin: 0; color: var(--paper); font: 400 clamp(4rem, 9vw, 8.2rem)/.84 "Archivo Black", sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.hero-copy { margin: 0; color: var(--paper-muted); font-size: 1rem; line-height: 1.8; }
.accent-pill { margin-top: 24px; padding: 10px 12px; display: inline-flex; align-items: center; gap: 9px; color: var(--paper-muted); border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.018); font: 500 .51rem/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.accent-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 10px var(--signal); }
.section-block { padding: clamp(64px, 8vw, 104px) 0; border-top: 0; border-bottom: 1px solid var(--line); }
.section-heading { max-width: none; margin-bottom: 40px; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(300px, 1.28fr); align-items: end; gap: 28px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; color: var(--paper); font: 400 clamp(3rem, 6vw, 5.8rem)/.88 "Archivo Black", sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
.section-heading > p:not(.eyebrow) { margin: 0 0 5px; max-width: 540px; color: var(--paper-muted); line-height: 1.75; }

.card-grid { display: grid; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.panel,
.feature,
.admin-box { position: relative; padding: 26px; color: var(--paper); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.018); box-shadow: none; backdrop-filter: none; transition: background .25s ease, border-color .25s ease; }
.card-grid .panel { min-height: 330px; display: flex; flex-direction: column; }
.panel:hover { transform: none; border-color: var(--line); background: rgba(239,91,42,.065); }
.card-number { position: absolute; top: 17px; right: 18px; z-index: 2; color: var(--signal); font: 500 .54rem/1 "DM Mono", monospace; letter-spacing: .08em; }
.card-image { width: calc(100% + 52px); height: 225px; margin: -26px -26px 24px; display: block; object-fit: cover; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; filter: saturate(.86) contrast(1.06); }
.card-copy { height: 100%; display: flex; flex-direction: column; }
.panel .meta { padding-right: 30px; }
.panel h3,
.feature h2 { margin: 13px 0 10px; color: var(--paper); font-family: "Archivo Black", sans-serif; font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.panel h3 { overflow-wrap: anywhere; }
.panel p,
.feature p { color: var(--paper-muted); font-size: .82rem; line-height: 1.7; white-space: pre-line; }
.panel .button { margin-top: auto; }
.live-panel { max-width: 860px; margin: 0; padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(239,91,42,.1), rgba(255,255,255,.015)); }
.live-panel h2 { margin: 16px 0; color: var(--paper); font: 400 clamp(3rem, 7vw, 6.5rem)/.86 "Archivo Black", sans-serif; letter-spacing: -.06em; text-transform: uppercase; }

/* Community widgets */
.widget-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.station-widget { min-height: 330px; padding: 26px; display: flex; flex-direction: column; color: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.018); }
.station-widget:first-child { background: linear-gradient(145deg, rgba(239,91,42,.1), rgba(255,255,255,.015)); }
.station-widget h3 { margin: 12px 0 22px; color: var(--paper); font: 400 2.3rem/1 "Archivo Black", sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.station-widget > p:not(.widget-kicker) { color: var(--paper-muted); font-size: .8rem; line-height: 1.7; }
.sponsor-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sponsor-list a { min-height: 68px; padding: 8px; display: flex; align-items: center; justify-content: center; color: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; text-decoration: none; }
.sponsor-list img { max-width: 100%; max-height: 44px; object-fit: contain; }
.prayer-list,
.history-list { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.prayer-list li,
.history-list li { padding: 10px 0; color: var(--paper-muted); border-bottom: 1px solid var(--line); font-size: .7rem; line-height: 1.5; }
.history-list .widget-history-item { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.widget-history-art { width: 46px; height: 46px; border: 1px solid var(--line); object-fit: cover; background: var(--black); }
.widget-history-copy { min-width: 0; display: grid; gap: 3px; }
.widget-history-copy strong,
.widget-history-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.widget-history-copy strong { color: var(--paper); font-size: .65rem; }
.widget-history-copy small { color: var(--dim); font: 500 .46rem "DM Mono", monospace; }
.widget-history-buy { padding: 7px 8px; color: var(--signal); border: 1px solid var(--line); font: 700 .43rem "DM Mono", monospace; text-decoration: none; text-transform: uppercase; }
.widget-history-buy:hover { color: var(--black); background: var(--signal); border-color: var(--signal); }
.prayer-list strong { display: block; color: var(--paper); text-transform: uppercase; }
.text-link { margin-top: auto; padding-top: 20px; color: var(--acid); font: 500 .56rem "DM Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Forms and account flows */
.form-grid { display: grid; gap: 13px; }
.request-form { max-width: 780px; margin: 0; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.field-label { display: grid; gap: 8px; color: var(--paper-muted); font: 500 .57rem/1.4 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
input,
textarea,
select { width: 100%; min-height: 49px; padding: 13px 14px; color: var(--paper); border: 1px solid var(--line); border-radius: 0; outline: none; background: rgba(255,255,255,.03); font: inherit; transition: border-color .2s, background .2s; }
input:focus,
textarea:focus,
select:focus { border-color: var(--signal); background: rgba(239,91,42,.045); }
input[readonly] { color: var(--paper-muted); background: rgba(255,255,255,.015); }
textarea { min-height: 145px; resize: vertical; }
select option { color: var(--paper); background: var(--ink); }
label:has(> input[type="checkbox"]) { display: flex; align-items: center; gap: 10px; color: var(--paper-muted); font-size: .74rem; }
input[type="checkbox"] { width: 17px; min-height: 17px; padding: 0; accent-color: var(--signal); }
.notice { margin: 10px 0; padding: 13px; color: var(--paper); border: 1px solid rgba(228,246,45,.35); border-radius: 0; background: rgba(228,246,45,.08); }

/* Footer */
.site-footer { margin: 80px 0 0; padding: 78px 0 28px; display: block; color: var(--paper-muted); border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.footer-brand { padding-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.footer-brand h2 { max-width: 840px; margin: 18px 0 0; color: var(--paper); font: 400 clamp(3.5rem, 8vw, 7.4rem)/.82 "Archivo Black", sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.footer-live { padding: 12px 14px; display: inline-flex; align-items: center; gap: 10px; color: var(--paper); border: 1px solid var(--line); font: 500 .55rem "DM Mono", monospace; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-live span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(239,91,42,.12); }
.footer-widget-grid { padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.footer-widget-grid article { position: relative; min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.012); }
.footer-widget-number { color: var(--signal); font: 500 .52rem "DM Mono", monospace; }
.footer-widget-grid h3 { margin: 30px 0 12px; color: var(--paper); font: 400 1.2rem "Archivo Black", sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.footer-widget-grid p { color: var(--paper-muted); font-size: .75rem; line-height: 1.7; }
.footer-widget-grid a { display: inline-flex; margin-top: 12px; color: var(--acid); font: 500 .55rem "DM Mono", monospace; text-decoration: none; text-transform: uppercase; }
.footer-signal-line { height: 2px; margin-top: 38px; overflow: hidden; background: rgba(255,255,255,.06); }
.footer-signal-line span { width: 72%; height: 100%; display: block; background: linear-gradient(90deg, var(--signal), var(--acid)); animation: build-scan 3s ease-in-out infinite; }
.footer-bottom { padding-top: 21px; display: flex; justify-content: space-between; gap: 18px; color: var(--dim); border-top: 0; font: 400 .49rem/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { color: var(--paper-muted); text-decoration: none; }

/* Request popup */
body.modal-open { overflow: hidden; }
.request-modal { position: fixed; inset: 0; z-index: 500; padding: 20px; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.request-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,3,2,.86); backdrop-filter: blur(12px); cursor: pointer; }
.request-dialog { position: relative; z-index: 1; width: min(100%, 610px); max-height: min(820px, calc(100vh - 32px)); padding: 32px; overflow: auto; color: var(--paper); border: 1px solid rgba(242,234,219,.3); border-radius: 0; background: linear-gradient(145deg, #211f1a, #0e0e0c); box-shadow: 22px 26px 0 rgba(239,91,42,.12), 0 35px 100px rgba(0,0,0,.65); transform: translateY(20px); transition: transform .28s; }
.request-modal.open .request-dialog { transform: none; }
.request-dialog h2 { margin: 14px 0 24px; color: var(--paper); font: 400 clamp(3rem, 8vw, 5.3rem)/.86 "Archivo Black", sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
.modal-close { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; padding: 0; color: var(--paper); border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.025); font-size: 24px; cursor: pointer; }
.request-tabs { margin-bottom: 18px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.018); }
.request-tabs button { padding: 11px; color: var(--paper-muted); border: 0; border-radius: 0; background: transparent; font: 700 .58rem "DM Mono", monospace; text-transform: uppercase; cursor: pointer; }
.request-tabs button.active { color: var(--ink); background: var(--acid); }
.quick-request-form textarea { min-height: 120px; }
.private-option { display: flex; align-items: center; gap: 10px; color: var(--paper-muted); font-size: .72rem; }
.private-option input { width: auto; }
.modal-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.modal-auth p { grid-column: 1 / -1; color: var(--paper-muted); line-height: 1.7; }
.modal-auth .button { width: 100%; }

/* Website builder output */
.hero-builder-cta { margin: -40px auto 40px; position: relative; z-index: 2; }
.builder-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.builder-split .feature { padding: clamp(28px, 5vw, 54px); }
.builder-image { width: 100%; min-height: 360px; height: 100%; display: block; object-fit: cover; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
.builder-cta { padding: clamp(38px, 7vw, 82px); color: var(--paper); border: 1px solid var(--line); border-radius: 0; background: linear-gradient(135deg, rgba(239,91,42,.13), rgba(255,255,255,.012)); text-align: center; }
.builder-cta h2 { margin: 14px auto; max-width: 800px; color: var(--paper); font: 400 clamp(3rem, 7vw, 6.4rem)/.86 "Archivo Black", sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
.builder-cta p { max-width: 680px; margin: 0 auto 24px; color: var(--paper-muted); line-height: 1.75; }

/* Optional modern public-site preset */
.site-style-modern {
  --shell: min(1240px, calc(100% - 42px));
  background:
    radial-gradient(circle at 86% 4%, color-mix(in srgb, var(--signal) 24%, transparent), transparent 30rem),
    radial-gradient(circle at 8% 62%, color-mix(in srgb, var(--acid) 8%, transparent), transparent 34rem),
    var(--ink);
}
.site-style-modern::before { opacity: .45; }
.site-style-modern .site-header {
  background: color-mix(in srgb, var(--ink) 74%, transparent);
  backdrop-filter: blur(28px) saturate(1.25);
}
.site-style-modern .header-row { min-height: 106px; border-bottom-color: transparent; }
.site-style-modern .brand img { border: 0; box-shadow: 0 0 0 1px var(--line), 0 14px 34px rgba(0,0,0,.28); }
.site-style-modern .desktop-nav {
  padding: 6px;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.site-style-modern .desktop-nav a { padding: 10px 12px; border-radius: 999px; }
.site-style-modern .desktop-nav a:hover,
.site-style-modern .desktop-nav a[aria-current] { background: color-mix(in srgb, var(--signal) 20%, transparent); }
.site-style-modern .signal-pill { border-color: color-mix(in srgb, var(--signal) 45%, transparent); background: color-mix(in srgb, var(--signal) 13%, transparent); }
.site-style-modern .header-player { padding: 10px 0 0; background: color-mix(in srgb, var(--ink) 88%, transparent); }
.site-style-modern .radio-deck {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px 24px 0 0;
  background: color-mix(in srgb, var(--ink) 88%, white 5%);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.site-style-modern .console-heading { padding-inline: 20px; }
.site-style-modern .radio-deck .album-art { overflow: visible; border: 0; border-radius: 15px; }
.site-style-modern .radio-deck .album-art img { border-radius: inherit; }
.site-style-modern .live-stamp { right: -6px; bottom: -5px; border-radius: 999px; }
.site-style-modern .waveform-visualizer { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.site-style-modern .player-actions .play,
.site-style-modern .player-utility,
.site-style-modern .player-actions a { border-radius: 12px; }
.site-style-modern .player-actions .play { color: #fff; background: var(--signal); box-shadow: 0 12px 28px color-mix(in srgb, var(--signal) 22%, transparent); }
.site-style-modern .recent-played-bar { border: 0; background: color-mix(in srgb, var(--ink) 91%, transparent); }
.site-style-modern .recent-played-row { overflow: hidden; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 24px 24px; }
.site-style-modern .home-slider { width: var(--shell); margin: 20px auto 0; border: 1px solid var(--line); border-radius: 30px; }
.site-style-modern #site-content > .page-shell,
.site-style-modern .home-section-content > .page-shell {
  margin-top: 28px;
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--signal) 7%, transparent), transparent 42%),
    color-mix(in srgb, var(--ink) 76%, white 5%);
  backdrop-filter: blur(24px) saturate(1.14);
  box-shadow: 0 28px 80px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.035);
}
.site-style-modern #site-content > .home-hero,
.site-style-modern .home-section-content > .home-hero { min-height: 0; gap: clamp(48px, 8vw, 110px); }
.site-style-modern #site-content > .quick-grid,
.site-style-modern .home-section-content > .quick-grid { padding: 14px; gap: 12px; }
.site-style-modern #site-content > .page-hero,
.site-style-modern .home-section-content > .page-hero { border-bottom: 1px solid var(--line); }
.site-style-modern .event-showcase {
  width: var(--shell);
  margin: 28px auto 0;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--signal) 13%, transparent), transparent 28rem),
    color-mix(in srgb, var(--ink) 79%, white 4%);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.site-style-modern .event-showcase > .page-shell { width: 100%; }
.site-style-modern .home-hero h1,
.site-style-modern .hero-card h1,
.site-style-modern .page-hero h1,
.site-style-modern .section-heading h2 {
  color: var(--paper);
  background: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -.075em;
  text-transform: none;
  -webkit-text-fill-color: currentColor;
}
.site-style-modern .broadcast-card,
.site-style-modern .panel,
.site-style-modern .feature,
.site-style-modern .station-widget,
.site-style-modern .live-panel,
.site-style-modern .builder-section,
.site-style-modern .builder-cta {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--ink) 70%, white 6%);
  backdrop-filter: blur(22px) saturate(1.15);
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.site-style-modern .broadcast-card { box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.site-style-modern .quick-grid { gap: 12px; border: 0; background: transparent; }
.site-style-modern .quick-grid a { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.site-style-modern .quick-grid a:hover { color: var(--paper); border-color: color-mix(in srgb, var(--signal) 55%, transparent); background: color-mix(in srgb, var(--signal) 14%, transparent); }
.site-style-modern .button,
.site-style-modern .accent-pill { border-radius: 999px; }
.site-style-modern .partner-logo-grid { gap: 12px; border: 0; }
.site-style-modern .partner-logo { border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--ink) 72%, white 5%); }
.site-style-modern .site-footer {
  width: var(--shell);
  margin: 28px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--signal) 9%, var(--ink)), color-mix(in srgb, var(--ink) 94%, white 2%));
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.site-style-modern .site-footer > .page-shell { width: 100%; padding-inline: clamp(22px, 4vw, 48px); }

/* Control Room remains practical and visually separate */
.admin-body { padding: 28px; color: #f4f5f7; background: radial-gradient(circle at 92% 0, rgba(239,91,42,.1), transparent 32%), #090b0f; font-family: "Plus Jakarta Sans", sans-serif; }
.admin-shell { width: min(100%, 1280px); margin: auto; }
.admin-shell.narrow { max-width: 560px; }
.admin-shell > h1 { margin: 0; color: #f4f5f7; font: 400 clamp(2.8rem, 6vw, 5.4rem)/.9 "Archivo Black", sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.admin-nav { margin: 20px 0 32px; padding: 8px; display: flex; flex-wrap: wrap; gap: 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.025); }
.admin-nav a { padding: 10px 12px; color: #a6acb7; border: 0; border-radius: 8px; font-size: .7rem; text-decoration: none; }
.admin-nav a:hover,
.admin-nav a.active { color: #fff; background: rgba(255,255,255,.09); }
.admin-box { margin: 18px 0; padding: 25px; color: #f4f5f7; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); }
.admin-box h2,
.admin-box h3 { color: #f4f5f7; }
.admin-box p,
.admin-box li { color: #a6acb7; }
.admin-box a { color: #f08a65; }
.admin-box input,
.admin-box textarea,
.admin-box select { border-radius: 8px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-number { color: var(--acid); font-family: "Archivo Black", sans-serif; font-size: 3rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th,
td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(255,255,255,.1); }
th { color: var(--acid); font: 500 .58rem "DM Mono", monospace; text-transform: uppercase; }
.inline-form { display: inline-flex; align-items: center; gap: 8px; margin-left: 8px; }
.danger { color: #ff8e77; }
.small { min-height: 36px; padding: 8px 10px; font-size: .52rem; }

/* Database-backed station inbox */
.inbox-stats { margin: 0 0 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.inbox-stats a { min-height: 82px; padding: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; color: #a6acb7; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.018); text-decoration: none; }
.inbox-stats a:hover,
.inbox-stats a.active { color: #fff; background: rgba(239,91,42,.1); }
.inbox-stats span { font: 500 .57rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.inbox-stats strong { color: var(--signal); font: 400 2rem/1 "Archivo Black", sans-serif; }
.inbox-filters { margin-bottom: 14px; padding: 14px; display: grid; grid-template-columns: 160px 160px minmax(220px,1fr) auto auto; align-items: end; gap: 10px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.inbox-filters label,
.message-actions label { display: grid; gap: 7px; color: #a6acb7; font: 500 .53rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.inbox-filters input,
.inbox-filters select,
.message-actions select { min-height: 42px; }
.inbox-filters > a { min-height: 36px; padding: 10px; color: #a6acb7; font: 500 .52rem "DM Mono", monospace; text-decoration: none; text-transform: uppercase; }
.inbox-layout { min-height: 660px; display: grid; grid-template-columns: minmax(320px,.78fr) minmax(460px,1.22fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.inbox-list { border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.012); }
.inbox-list > header { min-height: 82px; padding: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.inbox-list > header h2 { margin: 7px 0 0; color: #fff; font-size: 1rem; }
.inbox-list > header > span { color: #676d77; font: 500 .5rem "DM Mono", monospace; text-transform: uppercase; }
.message-preview { position: relative; min-height: 104px; padding: 16px 16px 16px 29px; display: block; color: #a6acb7; border-bottom: 1px solid rgba(255,255,255,.08); text-decoration: none; transition: background .18s; }
.message-preview:hover,
.message-preview.active { background: rgba(255,255,255,.05); }
.message-preview.active { box-shadow: inset 3px 0 var(--signal); }
.message-dot { position: absolute; left: 14px; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: #50555f; }
.message-preview.unread .message-dot { background: var(--signal); box-shadow: 0 0 0 5px rgba(239,91,42,.1); }
.message-preview p { margin: 0 0 7px; display: flex; justify-content: space-between; gap: 12px; }
.message-preview p strong { overflow: hidden; color: #f4f5f7; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.message-preview time { flex: 0 0 auto; color: #676d77; font: 400 .46rem "DM Mono", monospace; }
.message-preview b { display: block; color: var(--signal); font: 500 .49rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.message-preview small { margin-top: 7px; display: block; overflow: hidden; color: #8f959f; font-size: .68rem; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.inbox-detail { min-width: 0; padding: clamp(24px,4vw,46px); border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.012)); }
.message-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.message-heading time { color: #676d77; font: 400 .5rem "DM Mono", monospace; text-transform: uppercase; }
.type-badge,
.private-badge { margin-right: 7px; padding: 7px 9px; display: inline-flex; color: #090b0f; background: var(--acid); font: 500 .48rem "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.private-badge { color: #fff; background: var(--signal); }
.inbox-detail > h2 { margin: 28px 0; color: #f4f5f7; font: 400 clamp(2rem,4vw,3.5rem)/.96 "Archivo Black", sans-serif; letter-spacing: -.05em; overflow-wrap: anywhere; text-transform: uppercase; }
.sender-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.sender-grid > div { min-height: 76px; padding: 13px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.sender-grid span { display: block; color: #676d77; font: 500 .47rem "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.sender-grid strong { margin-top: 7px; display: block; color: #d8dbe0; font-size: .68rem; overflow-wrap: anywhere; }
.message-body { min-height: 180px; margin: 24px 0; padding: 24px; color: #d8dbe0; border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.16); font-size: .86rem; line-height: 1.85; }
.message-actions { padding-top: 18px; display: grid; grid-template-columns: minmax(180px,1fr) auto; align-items: end; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.inbox-empty { padding: 36px 24px; color: #8f959f; }
.inbox-empty h2,
.inbox-empty h3 { color: #f4f5f7; }

body.is-navigating main { opacity: .48; filter: blur(2px); transition: opacity .15s; }
body.is-navigating { cursor: progress; }

@keyframes signal-pulse { 50% { opacity: .5; transform: scale(.8); } }
@media (prefers-reduced-motion: reduce) {
  .header-player .waveform-readout i { animation: none !important; }
  .event-carousel { scroll-behavior: auto; }
  .event-card > img:not(.event-card-watermark) { transition: none; }
}
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes build-scan { 0%, 100% { transform: translateX(-5%); } 50% { transform: translateX(38%); } }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } }
@keyframes console-in { from { opacity: 0; transform: translateY(28px) rotate(1deg); } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: flex; }
  .player-row { grid-template-columns: minmax(260px, .9fr) minmax(220px, 1.1fr) auto; }
  .player-utility { display: none; }
  .player-utility[data-player-popout] { display: inline-flex; }
  .recent-track-love [data-love-label] { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero > div { max-width: 820px; }
  .broadcast-card { width: min(640px, 100%); }
  .widget-grid { grid-template-columns: 1fr 1fr; }
  .station-widget:first-child { grid-column: 1 / -1; }
  .community-widget-grid .station-widget:first-child { grid-column: auto; }
  .inbox-filters { grid-template-columns: repeat(2,1fr); }
  .inbox-search { grid-column: 1 / -1; }
  .inbox-layout { grid-template-columns: minmax(280px,.8fr) minmax(380px,1.2fr); }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 24px, 1180px); }
  .site-style-modern { --shell: min(100% - 24px, 1240px); }
  .site-style-modern #site-content > .page-shell,
  .site-style-modern .home-section-content > .page-shell {
    margin-top: 16px;
    padding: 26px 18px;
    border-radius: 22px;
  }
  .site-style-modern #site-content > .home-hero,
  .site-style-modern .home-section-content > .home-hero { padding-block: 40px; }
  .site-style-modern #site-content > .quick-grid,
  .site-style-modern .home-section-content > .quick-grid { padding: 10px; }
  .site-style-modern .event-showcase { margin-top: 16px; padding: 28px 18px; border-radius: 22px; }
  .site-style-modern .site-footer { margin-block: 16px; border-radius: 22px; }
  .header-row { min-height: 86px; }
  .brand img { width: 50px; height: 50px; flex-basis: 50px; }
  .brand strong { font-size: .78rem; }
  .signal-pill { min-width: 0; padding: 10px; }
  .signal-pill span { display: none; }
  .player-row { padding: 14px; grid-template-columns: minmax(0,1fr) auto; gap: 12px 14px; }
  .now-playing { grid-template-columns: 58px minmax(0, 1fr); }
  .radio-deck .album-art { width: 58px; height: 58px; }
  .waveform-visualizer { height: 54px; padding: 4px 8px; grid-column: 1 / -1; grid-row: 2; }
  .player-art-backdrop { inset: -18%; width: 136%; height: 136%; opacity: .42; filter: blur(19px) saturate(1.45); }
  .waveform-visualizer canvas { height: 30px; }
  .waveform-readout { font-size: .36rem; }
  .player-actions { grid-column: 2; grid-row: 1; gap: 6px; }
  .player-actions .play { min-width: 54px; width: 54px; height: 50px; padding: 0; }
  .player-actions .play b { display: none; }
  .player-utility[data-player-popout] { width: 42px; height: 42px; padding: 0; overflow: hidden; font-size: 0; }
  .player-utility[data-player-popout]::before { content: "\2197"; font: 700 .76rem/1 "DM Mono", monospace; }
  .player-actions a { display: none; }
  .player-enhancer span { display: none; }
  .player-enhancer { min-width: 78px; }
  .player-enhancer select { width: 78px; min-height: 42px; padding-inline: 7px 20px; }
  .player-volume { min-width: 66px; }
  .player-volume input { width: 66px; }
  .recent-played-row { grid-template-columns: 112px 1fr; }
  .recent-played-row ol { grid-template-columns: repeat(2,1fr); }
  .recent-played-row li:nth-child(n+3) { display: none; }
  .event-showcase { padding: 34px 0 40px; }
  .event-showcase-heading { align-items: flex-start; flex-direction: column; }
  .event-showcase-actions { width: 100%; }
  .event-showcase-actions a { margin-right: auto; }
  .event-card { flex-basis: min(78vw, 300px); border-radius: 17px; }
  .partner-logo-grid { grid-template-columns: 1fr; }
  .home-slider { height: 540px; min-height: 540px; }
  .slide-caption { bottom: 64px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .slide-caption h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .slide-caption p:not(.eyebrow) { font-size: .78rem; }
  .photo-slider .home-slide::after { background: linear-gradient(to top, rgba(11,11,9,.96), rgba(11,11,9,.08) 82%); }
  .home-hero { min-height: auto; padding: 56px 0 72px; gap: 52px; }
  .home-hero h1 { font-size: clamp(3rem, 13vw, 4.3rem); }
  .broadcast-card { min-height: 390px; box-shadow: 10px 14px 0 rgba(239,91,42,.12); }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid a:last-child { border-bottom: 0; }
  .page-hero-grid,
  .section-heading { grid-template-columns: 1fr; }
  .hero-card h1,
  .page-hero h1 { font-size: clamp(3.6rem, 17vw, 6.2rem); }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .cols-2,
  .cols-3,
  .widget-grid,
  .contact-grid,
  .builder-split { grid-template-columns: 1fr; }
  .station-widget:first-child { grid-column: auto; }
  .card-grid .panel { min-height: 0; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-widget-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .modal-auth { grid-template-columns: 1fr; }
  .modal-auth p { grid-column: auto; }
  .request-dialog { padding: 24px 19px; box-shadow: 10px 14px 0 rgba(239,91,42,.12); }
  .admin-body { padding: 14px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .inline-form { display: flex; margin: 8px 0 0; }
  .inbox-stats { grid-template-columns: repeat(2,1fr); }
  .inbox-filters,
  .inbox-layout { grid-template-columns: 1fr; }
  .inbox-search { grid-column: auto; }
  .inbox-layout { border-top: 0; }
  .inbox-list { max-height: 520px; overflow-y: auto; border-top: 1px solid rgba(255,255,255,.1); }
  .inbox-detail { border-left: 1px solid rgba(255,255,255,.1); }
  .sender-grid { grid-template-columns: 1fr; }
  .message-actions { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .console-heading { grid-template-columns: 1fr auto; }
  .console-lights { display: none; }
  .player-row { grid-template-columns: minmax(0, 1fr) 50px; }
  .waveform-visualizer { height: 34px; padding: 3px 6px; grid-template-rows: 1fr; }
  .waveform-visualizer canvas { height: 28px; }
  .waveform-readout { display: none; }
  .event-showcase-actions a { padding-inline: 9px; }
  .event-card { flex-basis: 82vw; }
  .player-enhancer { min-width: 70px; }
  .player-enhancer select { width: 70px; }
  .player-volume { display: none; }
  .recent-played-row { grid-template-columns: 98px 1fr; }
  .recent-played-row ol { grid-template-columns: 1fr; }
  .recent-played-row li:nth-child(n+2) { display: none; }
  .now-playing .track-copy strong { font-size: .9rem; }
  .broadcast-card { min-height: 360px; }
  .mini-grid { grid-template-columns: 1fr; }
  .mini-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-grid div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition: none !important; }
}

/* Optional per-section backgrounds configured in Home Layout. */
.home-layout-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-section-color, #0b0b09);
}

.home-layout-section-image,
.home-layout-section-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-layout-section-image {
  z-index: -3;
  object-fit: cover;
  object-position: center var(--home-section-position, center);
  filter: saturate(1.08);
  transform: scale(1.012);
  transition: opacity .45s ease;
}

.home-layout-section-overlay {
  z-index: -2;
  background: #050504;
  opacity: var(--home-section-overlay, .68);
}

.home-layout-background-color .home-layout-section-overlay {
  opacity: calc(var(--home-section-overlay, .68) * .45);
}

.home-section-content {
  position: relative;
  z-index: 1;
}

.home-layout-section .event-showcase {
  background: transparent;
}

.site-style-modern .home-layout-section .home-section-content > .page-shell,
.site-style-modern .home-layout-section .event-showcase {
  background: color-mix(in srgb, var(--ink) 58%, transparent);
  backdrop-filter: blur(9px) saturate(1.08);
}

@media (max-width: 760px) {
  .home-layout-section-image {
    object-position: center var(--home-section-position, center);
  }
}

/* Theme Studio: Texas Heritage */
.site-style-heritage {
  --paper: #f4e6cb;
  --paper-muted: #c5af91;
  --surface: #24160e;
  --line: color-mix(in srgb, var(--acid) 24%, transparent);
  --line-hot: color-mix(in srgb, var(--signal) 72%, transparent);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--signal) 22%, transparent), transparent 31rem),
    var(--ink);
  background-size: 100% 7px, auto, auto;
}
.site-style-heritage::before {
  opacity: .32;
  background-image: repeating-linear-gradient(105deg, rgba(255,255,255,.018) 0 1px, transparent 1px 9px);
  background-size: auto;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.site-style-heritage .site-header {
  border-bottom: 3px double color-mix(in srgb, var(--acid) 32%, transparent);
  background: color-mix(in srgb, var(--ink) 90%, #2b170c 10%);
  backdrop-filter: blur(16px);
}
.site-style-heritage .header-row { min-height: 112px; }
.site-style-heritage .brand strong { font-family: "Rye", serif; font-weight: 400; letter-spacing: .025em; }
.site-style-heritage .brand small { color: var(--acid); letter-spacing: .17em; }
.site-style-heritage .brand img { border: 2px solid color-mix(in srgb, var(--acid) 55%, transparent); box-shadow: 0 0 0 4px rgba(0,0,0,.22); }
.site-style-heritage .desktop-nav a { font-family: "DM Mono", monospace; letter-spacing: .04em; }
.site-style-heritage .desktop-nav a:hover { color: var(--acid); }
.site-style-heritage .signal-pill { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.site-style-heritage .header-player { background: color-mix(in srgb, var(--ink) 93%, #351b0d 7%); }
.site-style-heritage .radio-deck {
  border: 1px solid color-mix(in srgb, var(--acid) 36%, transparent);
  border-top: 4px double color-mix(in srgb, var(--acid) 52%, transparent);
  background: linear-gradient(120deg, rgba(198,106,43,.11), rgba(255,255,255,.014) 42%), color-mix(in srgb, var(--ink) 91%, #321b0f 9%);
  box-shadow: inset 0 0 0 4px rgba(230,196,122,.025), 0 22px 55px rgba(0,0,0,.28);
}
.site-style-heritage .radio-deck .album-art,
.site-style-heritage .waveform-visualizer { border-color: color-mix(in srgb, var(--acid) 38%, transparent); }
.site-style-heritage .waveform-visualizer { background: repeating-linear-gradient(90deg, rgba(230,196,122,.025) 0 1px, transparent 1px 10px); }
.site-style-heritage .player-actions .play { color: var(--ink); background: var(--acid); }
.site-style-heritage .home-hero h1,
.site-style-heritage .hero-card h1,
.site-style-heritage .page-hero h1,
.site-style-heritage .section-heading h2,
.site-style-heritage .event-showcase-heading h2,
.site-style-heritage .builder-cta h2 {
  color: var(--paper);
  background: none;
  font-family: "Newsreader", serif;
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: none;
  -webkit-text-fill-color: currentColor;
}
.site-style-heritage .eyebrow,
.site-style-heritage .widget-kicker,
.site-style-heritage .meta { color: var(--acid); }
.site-style-heritage .panel,
.site-style-heritage .feature,
.site-style-heritage .station-widget,
.site-style-heritage .live-panel,
.site-style-heritage .builder-cta,
.site-style-heritage .broadcast-card {
  border: 1px solid color-mix(in srgb, var(--acid) 29%, transparent);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(198,106,43,.075), transparent 48%), color-mix(in srgb, var(--ink) 82%, #402312 18%);
  box-shadow: inset 0 0 0 4px rgba(230,196,122,.022), 0 20px 48px rgba(0,0,0,.2);
}
.site-style-heritage .panel img,
.site-style-heritage .event-card > img:not(.event-card-watermark) { filter: sepia(.16) saturate(.9) contrast(1.04); }
.site-style-heritage .quick-grid { border-color: color-mix(in srgb, var(--acid) 30%, transparent); }
.site-style-heritage .quick-grid a { font-family: "Newsreader", serif; font-size: .86rem; letter-spacing: .02em; }
.site-style-heritage .quick-grid a:hover { color: var(--ink); background: var(--acid); }
.site-style-heritage .button { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.site-style-heritage .button.secondary { color: var(--paper); background: transparent; }
.site-style-heritage .event-showcase { background: linear-gradient(180deg, rgba(198,106,43,.08), transparent), var(--ink); }
.site-style-heritage .event-card { border-radius: 2px; border-color: color-mix(in srgb, var(--acid) 36%, transparent); }
.site-style-heritage .partner-logo { border-color: color-mix(in srgb, var(--acid) 28%, transparent); background: rgba(244,230,203,.035); }
.site-style-heritage .site-footer { border-top: 4px double color-mix(in srgb, var(--acid) 36%, transparent); background: #0e0906; }
.site-style-heritage .footer-brand strong { font-family: "Rye", serif; font-weight: 400; }

/* Theme Studio: bright editorial music magazine */
.site-style-studio {
  color-scheme: light;
  --paper: #1a1d1b;
  --paper-muted: #626762;
  --dim: #787d78;
  --surface: #fffdf8;
  --line: rgba(26,29,27,.14);
  --line-hot: color-mix(in srgb, var(--signal) 55%, transparent);
  color: var(--paper);
  background:
    radial-gradient(circle at 92% 2%, color-mix(in srgb, var(--acid) 16%, transparent), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,.72), transparent 38rem),
    var(--ink);
}
.site-style-studio::before {
  opacity: .35;
  background-image: linear-gradient(rgba(26,29,27,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(26,29,27,.035) 1px, transparent 1px);
}
.site-style-studio .site-noise { opacity: .015; }
.site-style-studio .site-header {
  color: var(--paper);
  border-bottom: 1px solid rgba(26,29,27,.12);
  background: color-mix(in srgb, var(--ink) 82%, white 18%);
  box-shadow: 0 9px 30px rgba(40,33,22,.07);
  backdrop-filter: blur(22px) saturate(1.15);
}
.site-style-studio .brand,
.site-style-studio .desktop-nav a,
.site-style-studio .mobile-nav a { color: var(--paper); }
.site-style-studio .brand strong { font-family: "Newsreader", serif; font-size: 1rem; font-weight: 800; letter-spacing: -.025em; text-transform: none; }
.site-style-studio .brand small { color: var(--signal); }
.site-style-studio .brand img { border-color: rgba(26,29,27,.16); box-shadow: 0 8px 22px rgba(36,30,21,.11); }
.site-style-studio .desktop-nav a:hover { color: var(--signal); }
.site-style-studio .signal-pill { color: #fff; border-color: var(--signal); background: var(--signal); }
.site-style-studio .header-player {
  --paper: #f8f5ee;
  --paper-muted: #bab6ac;
  --line: rgba(255,255,255,.14);
  color: var(--paper);
  background: #181b19;
  box-shadow: 0 25px 65px rgba(28,28,24,.16);
}
.site-style-studio .radio-deck { border-color: rgba(255,255,255,.14); background: linear-gradient(120deg, color-mix(in srgb, var(--signal) 12%, #181b19), #181b19 55%); }
.site-style-studio .recent-played-row { border-color: rgba(255,255,255,.12); background: #111311; }
.site-style-studio .player-actions .play { color: #fff; background: var(--signal); }
.site-style-studio .header-player .player-enhancer select { color: #f8f5ee; border-color: rgba(255,255,255,.16); background-color: rgba(5,6,5,.78); }
.site-style-studio .home-hero h1,
.site-style-studio .hero-card h1,
.site-style-studio .page-hero h1,
.site-style-studio .section-heading h2,
.site-style-studio .event-showcase-heading h2,
.site-style-studio .builder-cta h2 {
  color: var(--paper);
  background: none;
  font-family: "Newsreader", serif;
  font-weight: 800;
  letter-spacing: -.06em;
  text-transform: none;
  -webkit-text-fill-color: currentColor;
}
.site-style-studio .home-hero h1 { font-size: clamp(4.7rem, 9vw, 8rem); line-height: .82; }
.site-style-studio .eyebrow,
.site-style-studio .widget-kicker,
.site-style-studio .meta { color: var(--signal); }
.site-style-studio #site-content > .page-shell,
.site-style-studio .home-section-content > .page-shell {
  color: var(--paper);
  border-color: rgba(26,29,27,.12);
  background: rgba(255,253,248,.72);
}
.site-style-studio .panel,
.site-style-studio .feature,
.site-style-studio .station-widget,
.site-style-studio .live-panel,
.site-style-studio .builder-cta,
.site-style-studio .broadcast-card {
  color: var(--paper);
  border: 1px solid rgba(26,29,27,.12);
  background: rgba(255,253,248,.82);
  box-shadow: 0 18px 55px rgba(45,37,24,.08);
  backdrop-filter: blur(12px);
}
.site-style-studio .panel h2,
.site-style-studio .panel h3,
.site-style-studio .feature h2,
.site-style-studio .station-widget h3,
.site-style-studio .broadcast-card h2 { color: var(--paper); }
.site-style-studio .panel p,
.site-style-studio .feature p,
.site-style-studio .station-widget p,
.site-style-studio .section-heading p,
.site-style-studio .hero-copy { color: var(--paper-muted); }
.site-style-studio .quick-grid { border-color: rgba(26,29,27,.12); background: rgba(255,255,255,.4); }
.site-style-studio .quick-grid a { color: var(--paper); border-color: rgba(26,29,27,.12); }
.site-style-studio .quick-grid a:hover { color: #fff; background: var(--signal); }
.site-style-studio .button { color: #fff; border-color: var(--signal); background: var(--signal); }
.site-style-studio .button.secondary { color: var(--paper); border-color: rgba(26,29,27,.24); background: transparent; }
.site-style-studio .accent-pill { color: var(--paper); border-color: rgba(26,29,27,.2); background: rgba(255,255,255,.48); }
.site-style-studio .event-showcase { color: var(--paper); border-block: 1px solid rgba(26,29,27,.12); background: rgba(255,253,248,.62); }
.site-style-studio .event-showcase-heading h2 { color: var(--paper); }
.site-style-studio .event-showcase-description { color: var(--paper-muted); }
.site-style-studio .event-showcase-actions a,
.site-style-studio .event-showcase-actions button { color: var(--paper); border-color: rgba(26,29,27,.2); }
.site-style-studio .event-card { border-color: rgba(26,29,27,.12); box-shadow: 0 18px 50px rgba(45,37,24,.12); }
.site-style-studio .partner-logo { border-color: rgba(26,29,27,.12); background: rgba(255,253,248,.85); }
.site-style-studio input,
.site-style-studio textarea,
.site-style-studio select { color: var(--paper); border-color: rgba(26,29,27,.18); background: rgba(255,255,255,.75); }
.site-style-studio .site-footer { color: #f7f3ea; border-color: rgba(255,255,255,.12); background: #181b19; }
.site-style-studio .site-footer h2,
.site-style-studio .site-footer h3,
.site-style-studio .site-footer strong { color: #fff; }
.site-style-studio .site-footer p,
.site-style-studio .site-footer li,
.site-style-studio .site-footer a { color: #c7c3b9; }
.site-style-studio .site-bg::after { background: linear-gradient(180deg, rgba(239,233,221,.62), rgba(239,233,221,.82) 60%, rgba(239,233,221,.96)); }
.site-style-studio .site-bg img { opacity: .34; filter: blur(18px) saturate(.85) contrast(.9); }

/* Theme Studio independent controls */
.site-containers-boxed:not(.site-style-modern) #site-content > .page-shell,
.site-containers-boxed:not(.site-style-modern) .home-section-content > .page-shell,
.site-containers-boxed:not(.site-style-modern) .event-showcase,
.site-containers-boxed:not(.site-style-modern) .home-slider {
  width: var(--shell);
  margin: 24px auto 0;
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
}
.site-containers-boxed:not(.site-style-modern) .home-slider { padding: 0; }
.site-containers-boxed:not(.site-style-modern) .event-showcase > .page-shell { width: 100%; }
.site-containers-full { --shell: min(1580px, calc(100% - 24px)); }
.site-containers-full #site-content > .page-shell,
.site-containers-full .home-section-content > .page-shell,
.site-containers-full .event-showcase,
.site-containers-full .home-slider { max-width: none; }
.site-corners-square .radio-deck,
.site-corners-square .recent-played-row,
.site-corners-square .home-slider,
.site-corners-square #site-content > .page-shell,
.site-corners-square .home-section-content > .page-shell,
.site-corners-square .event-showcase,
.site-corners-square .panel,
.site-corners-square .feature,
.site-corners-square .station-widget,
.site-corners-square .live-panel,
.site-corners-square .broadcast-card,
.site-corners-square .builder-cta,
.site-corners-square .partner-logo,
.site-corners-square .event-card,
.site-corners-square .quick-grid,
.site-corners-square .quick-grid a,
.site-corners-square .button { border-radius: 0 !important; }
.site-corners-rounded .home-slider,
.site-corners-rounded #site-content > .page-shell,
.site-corners-rounded .home-section-content > .page-shell,
.site-corners-rounded .event-showcase,
.site-corners-rounded .site-footer { border-radius: 30px; }
.site-corners-rounded .radio-deck { border-radius: 30px 30px 0 0; }
.site-corners-rounded .recent-played-row { border-radius: 0 0 30px 30px; }
.site-corners-rounded .panel,
.site-corners-rounded .feature,
.site-corners-rounded .station-widget,
.site-corners-rounded .live-panel,
.site-corners-rounded .broadcast-card,
.site-corners-rounded .builder-cta,
.site-corners-rounded .partner-logo,
.site-corners-rounded .event-card { border-radius: 22px; }
.site-corners-rounded .quick-grid,
.site-corners-rounded .quick-grid a,
.site-corners-rounded .button { border-radius: 14px; }
.site-motion-reduced *,
.site-motion-reduced *::before,
.site-motion-reduced *::after { animation-duration: .35s !important; animation-iteration-count: 1 !important; transition-duration: .2s !important; }
.site-motion-none *,
.site-motion-none *::before,
.site-motion-none *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }

@media (max-width: 760px) {
  .site-style-heritage .header-row { min-height: 88px; }
  .site-style-heritage .brand strong { font-size: .7rem; }
  .site-style-studio .home-hero h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .site-containers-boxed:not(.site-style-modern) #site-content > .page-shell,
  .site-containers-boxed:not(.site-style-modern) .home-section-content > .page-shell,
  .site-containers-boxed:not(.site-style-modern) .event-showcase { margin-top: 14px; padding: 27px 18px; }
  .site-corners-rounded .radio-deck,
  .site-corners-rounded .home-slider,
  .site-corners-rounded #site-content > .page-shell,
  .site-corners-rounded .home-section-content > .page-shell,
  .site-corners-rounded .event-showcase,
  .site-corners-rounded .site-footer { border-radius: 21px; }
  .site-corners-rounded .radio-deck { border-radius: 21px 21px 0 0; }
}

/* Social media and mobile app destinations */
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.header-social-menu { position: relative; }
.header-social-menu summary,
.header-app-link {
  min-height: 34px;
  padding: 9px 10px;
  display: inline-flex;
  align-items: center;
  color: var(--paper-muted);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  font: 500 .49rem/1 "DM Mono", monospace;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.header-social-menu summary::-webkit-details-marker { display: none; }
.header-social-menu summary::after { margin-left: 7px; content: "+"; color: var(--signal); font-size: .75rem; }
.header-social-menu[open] summary { color: var(--paper); border-color: color-mix(in srgb, var(--signal) 45%, transparent); }
.header-social-menu[open] summary::after { content: "-"; }
.header-app-link { color: var(--paper); border-color: color-mix(in srgb, var(--acid) 36%, transparent); }
.header-app-link:hover { color: var(--ink); background: var(--acid); }
.site-social-links { --social-cut: var(--ink); display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.site-social-links a {
  min-width: 36px;
  min-height: 36px;
  padding: 7px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--paper-muted);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  font: 500 .53rem/1 "DM Mono", monospace;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.site-social-links a:hover { color: #fff; border-color: var(--signal); background: var(--signal); transform: translateY(-2px); }
.site-social-links svg { width: 16px; height: 16px; flex: 0 0 16px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-social-links .social-icon-fill { fill: currentColor; stroke: none; }
.site-social-links .social-link-facebook svg path { fill: currentColor; stroke: none; }
.site-social-links .social-link-youtube svg > path:first-child { fill: currentColor; stroke: none; }
.site-social-links .social-link-youtube .social-icon-cut { fill: var(--social-cut); stroke: none; }
.site-social-links-header {
  position: absolute;
  z-index: 280;
  top: calc(100% + 9px);
  right: 0;
  width: max-content;
  max-width: min(330px, calc(100vw - 24px));
  padding: 9px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--ink) 94%, transparent);
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
  backdrop-filter: blur(20px);
}
.site-social-links-header a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.footer-connect {
  margin-bottom: 42px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  border-block: 1px solid var(--line);
}
.footer-connect > div { display: grid; align-content: start; gap: 13px; }
.footer-connect h3 { margin: 0; color: var(--paper); font: 400 clamp(1.5rem, 3vw, 2.4rem)/1 "Archivo Black", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.site-social-links-footer { --social-cut: #111310; }
.site-social-links-footer a { min-height: 42px; }
.site-app-links { display: flex; flex-wrap: wrap; gap: 9px; }
.site-app-links a {
  min-width: 174px;
  min-height: 58px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f8f5ee;
  border: 1px solid rgba(255,255,255,.18);
  background: #111310;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
  transition: transform .2s ease, border-color .2s ease;
}
.site-app-links a:hover { border-color: var(--signal); transform: translateY(-2px); }
.site-app-links i { width: 34px; height: 34px; display: grid; place-items: center; color: #111310; border-radius: 50%; background: #f8f5ee; font: 800 .59rem/1 "Plus Jakarta Sans", sans-serif; font-style: normal; }
.site-app-links span { display: grid; gap: 2px; }
.site-app-links small { color: #aaa9a2; font: 500 .47rem/1 "DM Mono", monospace; letter-spacing: .04em; }
.site-app-links strong { color: #fff; font-size: .82rem; line-height: 1; }
.site-style-modern .header-social-menu summary,
.site-style-modern .header-app-link,
.site-style-modern .site-social-links-header,
.site-style-modern .site-social-links a,
.site-style-modern .site-app-links a { border-radius: 12px; }
.site-style-heritage .header-social-menu summary,
.site-style-heritage .header-app-link,
.site-style-heritage .site-social-links a,
.site-style-heritage .site-app-links a { border-color: color-mix(in srgb, var(--acid) 34%, transparent); }
.site-style-heritage .footer-connect h3 { font-family: "Newsreader", serif; font-weight: 800; letter-spacing: -.025em; text-transform: none; }
.site-style-studio .header-social-menu summary,
.site-style-studio .header-app-link { color: var(--paper); border-color: rgba(26,29,27,.16); background: rgba(255,255,255,.46); }
.site-style-studio .site-social-links-header { --social-cut: #efe9dd; border-color: rgba(26,29,27,.14); background: rgba(255,253,248,.96); box-shadow: 0 18px 45px rgba(45,37,24,.14); }
.site-style-studio .site-social-links-header a { color: var(--paper); border-color: rgba(26,29,27,.14); background: rgba(255,255,255,.72); }
.site-style-studio .footer-connect h3 { font-family: "Newsreader", serif; font-weight: 800; letter-spacing: -.04em; text-transform: none; }
.site-style-studio .site-social-links-footer a { color: #d4d0c7; border-color: rgba(255,255,255,.16); }
.site-corners-square .header-social-menu summary,
.site-corners-square .header-app-link,
.site-corners-square .site-social-links,
.site-corners-square .site-social-links a,
.site-corners-square .site-app-links a { border-radius: 0 !important; }
.site-corners-rounded .header-social-menu summary,
.site-corners-rounded .header-app-link,
.site-corners-rounded .site-social-links-header,
.site-corners-rounded .site-social-links a,
.site-corners-rounded .site-app-links a { border-radius: 14px; }

@media (max-width: 1280px) {
  .header-app-link { display: none; }
  .header-social-menu summary { min-width: 34px; padding-inline: 8px; font-size: 0; }
  .header-social-menu summary::before { content: "@"; font: 700 .66rem/1 "DM Mono", monospace; }
  .header-social-menu summary::after { margin-left: 4px; }
}

@media (max-width: 760px) {
  .header-actions { margin-left: auto; }
  .site-style-modern .header-row { min-height: 90px; }
  .footer-connect { grid-template-columns: 1fr; padding-block: 24px; }
  .site-social-links-footer a { flex: 1 1 calc(50% - 7px); }
  .site-app-links { display: grid; grid-template-columns: 1fr; }
  .site-app-links a { width: 100%; }
}
