@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond-500-italic.ttf") format("truetype"); font-style: italic; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --plum: #1f0b16;
  --wine: #4b1028;
  --burgundy: #741c3a;
  --blush: #e8a6b7;
  --rose: #f5d9de;
  --cream: #fff7ee;
  --gold: #d8aa69;
  --ink: #2b111d;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Manrope", sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 86px;
  display: flex; align-items: center; gap: 42px; padding: 0 clamp(28px, 5.4vw, 82px);
  color: var(--cream); border-bottom: 1px solid rgba(255,247,238,.15);
}
.brand { font-size: 25px; letter-spacing: .17em; white-space: nowrap; }
.brand span { font-weight: 700; }
.logo-brand { display: inline-flex; align-items: center; }
.logo-brand img { width: auto; height: 76px; display: block; filter: drop-shadow(0 5px 12px rgba(0,0,0,.18)); }
.nav { display: flex; align-items: center; justify-content: center; gap: 40px; margin-left: auto; }
.nav a { position: relative; font-size: 14px; font-weight: 600; opacity: .86; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-listen { display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; background: rgba(255,255,255,.08); color: var(--cream); padding: 11px 18px; font-size: 13px; font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--cream); }
.play-mark { display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; margin-left: 2px; }

.hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; isolation: isolate; color: var(--cream); background: #230912; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, #230912 0%, rgba(35,9,18,.98) 25%, rgba(35,9,18,.62) 53%, rgba(35,9,18,.05) 79%), linear-gradient(0deg, rgba(31,11,22,.35), transparent 50%), url('assets/allheart-hero.png') center right / cover no-repeat; }
.hero::after { content: ""; position: absolute; z-index: -2; inset: auto -5% -60px; height: 115px; background: var(--cream); transform: rotate(-2deg); transform-origin: right bottom; }
.hero-lines { position: absolute; z-index: -1; left: 35%; bottom: 80px; width: 570px; height: 340px; opacity: .2; background: repeating-radial-gradient(ellipse at center, transparent 0 12px, #ec4a76 13px 14px, transparent 15px 22px); mask-image: linear-gradient(90deg, transparent, #000, transparent); }
.hero-content { width: min(650px, 48vw); margin-left: clamp(40px, 5.7vw, 86px); padding-top: clamp(140px, 15vh, 180px); }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow { color: rgba(255,247,238,.82); }
.eyebrow span { display: inline-flex; align-items: center; gap: 7px; margin-right: 14px; color: var(--gold); }
.eyebrow span::before { content: ""; width: 6px; height: 6px; background: #f65068; border-radius: 50%; box-shadow: 0 0 0 5px rgba(246,80,104,.12); }
.hero h1, .section h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.045em; }
.hero h1 { margin: 22px 0 16px; font-size: clamp(66px, 6.5vw, 104px); line-height: .82; }
.hero h1 em { color: var(--rose); font-size: .73em; font-weight: 500; }
.heart-rule { display: flex; align-items: center; width: 360px; gap: 9px; color: var(--gold); }
.heart-rule::before, .heart-rule::after { content: ""; height: 1px; flex: 1; background: var(--gold); }
.heart-rule span { font-size: 24px; }
.hero-copy { max-width: 520px; margin: 15px 0 28px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; color: rgba(255,247,238,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 28px; border-radius: 8px; border: 1px solid transparent; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #c78e47, #f1cf8b); color: #27101a; box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.button-outline { border-color: rgba(245,217,222,.7); color: var(--cream); background: rgba(255,255,255,.03); }
.button-outline:hover { background: rgba(232,166,183,.12); }
.now-card { width: min(610px, 100%); min-height: 132px; margin-top: 28px; padding: 16px 20px 16px 16px; display: grid; grid-template-columns: 100px 1fr 54px; align-items: center; gap: 20px; background: linear-gradient(115deg, rgba(58,20,35,.88), rgba(37,11,22,.58)); border: 1px solid rgba(232,166,183,.27); border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.album-art { aspect-ratio: 1; border-radius: 11px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold); background: radial-gradient(circle at 50% 30%, #86415c, #1b0c13 65%); border: 1px solid rgba(216,170,105,.3); letter-spacing: .18em; font-size: 10px; }
.branded-art { overflow: hidden; background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.92), rgba(244,210,228,.88) 42%, #3d1230 76%); }
.branded-art img { width: 91%; height: auto; display: block; filter: drop-shadow(0 5px 10px rgba(42,15,65,.2)); }
.album-art b { font-family: "Cormorant Garamond", serif; font-size: 19px; letter-spacing: .1em; }
.track-meta p { margin: 0; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.track-meta h2 { margin: 3px 0; font-size: 20px; color: var(--cream); }
.track-meta > span { color: rgba(255,247,238,.65); font-size: 13px; }
.wave { height: 24px; margin-top: 9px; display: flex; align-items: center; gap: 3px; overflow: hidden; }
.wave i { width: 2px; height: calc(5px + (var(--n, 1) * 1px)); min-height: 5px; max-height: 22px; background: #ef6088; border-radius: 2px; animation: wave 1.2s ease-in-out infinite alternate; }
.wave i:nth-child(3n) { height: 18px; animation-delay: -.4s; }.wave i:nth-child(4n) { height: 10px; animation-delay: -.8s; }.wave i:nth-child(5n) { height: 22px; }
@keyframes wave { to { transform: scaleY(.4); opacity: .45; } }
.round-play { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); background: rgba(0,0,0,.2); }
.scroll-cue { position: absolute; bottom: 42px; right: 5vw; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: 18px; color: var(--gold); }
.scroll-cue span { font-family: "Manrope", sans-serif; color: rgba(255,247,238,.65); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

.section { padding: 120px clamp(28px, 7vw, 110px); }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.kicker { color: var(--burgundy); margin: 0 0 16px; }
.section h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: .95; }
.section h2 em { color: var(--burgundy); font-weight: 500; }
.section-heading > p:last-child { max-width: 620px; margin: 22px auto 0; color: #765965; line-height: 1.75; }
.listen { position: relative; background: var(--cream); }
.listen-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.listen-card { position: relative; min-height: 330px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #ead8d8; border-radius: 20px; background: rgba(255,255,255,.54); transition: transform .25s ease, box-shadow .25s ease; }
.listen-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(75,16,40,.1); }
.listen-card.featured { color: var(--cream); border-color: transparent; background: radial-gradient(circle at 90% 10%, #8b284a, transparent 45%), linear-gradient(145deg, #3a1022, #601734); }
.card-number { position: absolute; right: 25px; top: 20px; font-family: "Cormorant Garamond", serif; color: rgba(116,28,58,.15); font-size: 70px; }
.featured .card-number { color: rgba(255,255,255,.12); }
.card-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--rose); color: var(--burgundy); font-weight: 700; }
.featured .card-icon { background: var(--gold); color: var(--plum); }
.listen-card h3 { margin: 0 0 12px; font-family: "Cormorant Garamond", serif; font-size: 31px; }
.listen-card p { margin: 0; color: #7e626d; line-height: 1.65; font-size: 14px; }
.featured p { color: rgba(255,247,238,.7); }
.listen-card a, .listen-card button, .quiet-link { margin-top: auto; padding: 0; border: 0; background: none; text-align: left; font-size: 13px; font-weight: 700; color: var(--burgundy); }
.featured button { color: var(--gold); }
.listen-card a span, .listen-card button span { margin-left: 8px; }
.live-player { max-width: 1200px; max-height: 0; margin: 0 auto; position: relative; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 32px; padding: 0 34px; overflow: hidden; opacity: 0; border: 1px solid transparent; border-radius: 22px; color: var(--cream); background: radial-gradient(circle at 88% 10%, #84294a, transparent 34%), linear-gradient(135deg, #210b16, #4b1028); box-shadow: 0 25px 60px rgba(31,11,22,.18); transition: max-height .4s ease, margin .4s ease, padding .4s ease, opacity .3s ease; }
.live-player.open { max-height: 440px; margin-top: 28px; padding: 28px 34px; opacity: 1; border-color: rgba(216,170,105,.25); }
.player-art { width: 140px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 16px; color: var(--gold); background: radial-gradient(circle at 50% 35%, #82314f, #160810 68%); border: 1px solid rgba(216,170,105,.32); box-shadow: 0 20px 45px rgba(0,0,0,.25); letter-spacing: .2em; font-size: 11px; }
.player-art b { font: 600 27px/1 "Cormorant Garamond", serif; letter-spacing: .1em; }
.player-art small { margin-top: 8px; font-size: 7px; letter-spacing: .32em; }
.live-player h3 { margin: 3px 0; font: 600 35px/1.1 "Cormorant Garamond", serif; }
.live-player .kicker { display: flex; align-items: center; gap: 10px; color: var(--gold); }
.player-subtitle { margin: 0; color: rgba(255,247,238,.6); font-size: 12px; }
.player-wave { height: 31px; max-width: 410px; margin-top: 12px; display: flex; align-items: center; gap: 4px; }
.player-wave i { width: 2px; height: 5px; border-radius: 3px; background: linear-gradient(#f07396, var(--gold)); opacity: .45; }
.player-wave.active i { animation: playerWave .7s ease-in-out infinite alternate; opacity: 1; }
.player-wave i:nth-child(3n) { height: 21px; animation-delay: -.2s; }.player-wave i:nth-child(4n) { height: 12px; animation-delay: -.5s; }.player-wave i:nth-child(5n) { height: 28px; animation-delay: -.7s; }
@keyframes playerWave { to { transform: scaleY(.3); opacity: .45; } }
.player-error { margin: 6px 0 0; color: #ffc2d0; font-size: 11px; }
.player-controls { display: flex; align-items: center; gap: 23px; padding-right: 30px; }
.main-player-button { width: 66px; height: 66px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--plum); background: linear-gradient(135deg, #c78e47, #f1cf8b); box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: transform .2s ease; }
.main-player-button:hover { transform: scale(1.05); }
.main-player-button .play-mark { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 12px; }
.pause-mark { font-size: 16px; font-weight: 700; letter-spacing: -2px; }
.volume-control { display: flex; align-items: center; gap: 9px; }
.volume-control button { width: 30px; padding: 0; border: 0; color: var(--gold); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: -2px; }
.volume-control input { width: 90px; height: 3px; margin: 0; padding: 0; border: 0; accent-color: var(--gold); cursor: pointer; }
.popout-button { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid rgba(255,247,238,.22); border-radius: 99px; color: var(--cream); background: rgba(255,255,255,.06); font-size: 10px; font-weight: 700; white-space: nowrap; transition: background .2s ease, border-color .2s ease; }.popout-button:hover { border-color: rgba(216,170,105,.7); background: rgba(216,170,105,.12); }.popout-button span { color: var(--gold); font-size: 13px; }
.close-player { position: absolute; top: 14px; right: 18px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--cream); font-size: 22px; }

.schedule { background: linear-gradient(135deg, #2b0c19, #501229); color: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.schedule .kicker { color: var(--gold); }.schedule h2 em { color: var(--blush); }
.schedule-intro > p:not(.kicker) { max-width: 530px; color: rgba(255,247,238,.68); line-height: 1.8; margin: 26px 0 34px; }
.show-list { border-top: 1px solid rgba(255,255,255,.13); }
.show-list article { display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; align-items: center; padding: 24px 4px; border-bottom: 1px solid rgba(255,255,255,.13); }
.show-list time { color: var(--gold); font-size: 12px; }.show-list h3 { margin: 0; font: 600 25px/1.2 "Cormorant Garamond", serif; }.show-list p { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }.show-list > article > span { color: var(--blush); font-size: 20px; }
.show-list article.on-air { padding-left: 18px; background: linear-gradient(90deg, rgba(232,166,183,.12), transparent); border-left: 2px solid var(--gold); }.show-list article.on-air > span { padding: 5px 9px; border-radius: 99px; background: #a5294b; color: white; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.about { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; background: #f5e4df; }
.about-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.big-heart { position: absolute; font: 500 540px/1 "Cormorant Garamond", serif; color: rgba(116,28,58,.12); transform: rotate(-8deg); }
.vinyl { position: relative; z-index: 2; width: 330px; height: 330px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--gold); background: repeating-radial-gradient(circle, #1d0b13 0 4px, #271019 5px 7px); box-shadow: 0 35px 70px rgba(75,16,40,.25); letter-spacing: .18em; }.vinyl::before { content: ""; position: absolute; inset: 32%; border-radius: 50%; background: var(--wine); border: 2px solid var(--gold); }.vinyl b, .vinyl br { position: relative; z-index: 2; }.vinyl b { font-family: "Cormorant Garamond", serif; font-size: 28px; }
.about-copy > p:not(.kicker) { color: #684b57; line-height: 1.8; }.about-copy blockquote { margin: 30px 0 0; padding: 20px 0 20px 25px; border-left: 2px solid var(--gold); color: var(--burgundy); font: italic 500 24px/1.4 "Cormorant Garamond", serif; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 150px); background: var(--cream); }
.contact > div > p:not(.kicker) { max-width: 500px; color: #765965; line-height: 1.8; }.contact-note { display: flex; gap: 16px; align-items: center; margin-top: 35px; }.contact-note > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: var(--burgundy); font-size: 25px; }.contact-note p { margin: 0; font-size: 13px; line-height: 1.5 !important; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 36px; border: 1px solid #ead8d8; border-radius: 22px; background: white; box-shadow: 0 30px 80px rgba(75,16,40,.08); }form label { color: var(--burgundy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }form label:nth-child(3) { grid-column: 1 / -1; }input, textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #dcc5c8; outline: none; color: var(--ink); background: transparent; resize: vertical; font-size: 14px; text-transform: none; letter-spacing: 0; }input:focus, textarea:focus { border-color: var(--burgundy); }form .button { grid-column: 1 / -1; justify-self: start; }.sent-message { min-height: 380px; display: grid; place-content: center; text-align: center; border-radius: 22px; background: white; box-shadow: 0 30px 80px rgba(75,16,40,.08); }.sent-message > span { font-size: 45px; color: var(--burgundy); }.sent-message h3 { margin: 10px; font: 600 38px "Cormorant Garamond", serif; }.sent-message p { color: #765965; }.sent-message button { justify-self: center; border: 0; border-bottom: 1px solid var(--burgundy); background: none; color: var(--burgundy); }

footer { padding: 55px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto; gap: 35px; color: var(--cream); background: #170810; }.footer-brand .logo-brand img { height: 104px; }.footer-brand p { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 12px; }.footer-links { display: flex; gap: 30px; align-items: center; font-size: 12px; }.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 10px; }
.floating-player { position: fixed; z-index: 50; right: 22px; bottom: 22px; min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: var(--cream); background: var(--wine); box-shadow: 0 12px 40px rgba(31,11,22,.35); }.live-dot { width: 7px; height: 7px; background: #ff6c82; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,108,130,.15); }.floating-player.playing .live-dot { animation: livePulse 1.3s ease-in-out infinite; }.floating-player b { font-size: 12px; }.floating-player .play-mark, .floating-player .pause-mark { color: var(--gold); }
@keyframes livePulse { 50% { box-shadow: 0 0 0 8px rgba(255,108,130,.05); } }

@media (max-width: 980px) {
  .site-header { height: 72px; }.menu-toggle { display: block; }.header-listen { display: none; }.nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 25px; flex-direction: column; gap: 24px; background: rgba(31,11,22,.98); }.nav.open { display: flex; }.hero { min-height: 820px; }.hero-image { background-position: 63% center; opacity: .65; }.hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(31,11,22,.4); }.hero-content { width: min(700px, calc(100% - 56px)); margin-left: 28px; padding-top: 135px; }.listen-grid { grid-template-columns: 1fr; }.listen-card { min-height: 270px; }.live-player { grid-template-columns: 115px 1fr; }.live-player.open { padding: 24px; }.player-art { width: 110px; }.player-controls { grid-column: 1 / -1; justify-content: center; padding: 0; }.schedule, .about, .contact { grid-template-columns: 1fr; }.schedule-intro { max-width: 700px; }.about-art { min-height: 390px; }.vinyl { width: 280px; height: 280px; }.big-heart { font-size: 420px; }.contact > div { max-width: 700px; }
}

@media (max-width: 620px) {
  .site-header .logo-brand img { height: 61px; }
  .site-header { padding: 0 20px; }.brand { font-size: 20px; }.hero { min-height: 790px; }.hero-image { background-position: 69% center; opacity: .38; }.hero-content { width: calc(100% - 40px); margin-left: 20px; padding-top: 125px; }.hero h1 { font-size: clamp(55px, 18vw, 78px); }.heart-rule { width: 70%; }.hero-copy { font-size: 15px; }.hero-actions .button { width: 100%; }.now-card { grid-template-columns: 72px 1fr 44px; gap: 12px; padding: 12px; min-height: 104px; }.track-meta h2 { font-size: 17px; }.wave { max-width: 170px; }.round-play { width: 42px; height: 42px; }.scroll-cue { display: none; }.section { padding: 84px 20px; }.section h2 { font-size: 48px; }.listen-card { padding: 27px; }.live-player { grid-template-columns: 1fr; text-align: center; gap: 18px; }.live-player.open { max-height: 620px; padding: 26px 18px; }.player-art { width: 115px; margin: 0 auto; }.live-player .kicker, .player-controls { justify-content: center; }.player-wave { max-width: 100%; justify-content: center; }.volume-control input { width: 80px; }.show-list article { grid-template-columns: 86px 1fr; }.show-list article > span { display: none; }.about-art { min-height: 310px; }.vinyl { width: 230px; height: 230px; }.big-heart { font-size: 340px; }.contact { gap: 40px; }form { grid-template-columns: 1fr; padding: 25px; }form label:nth-child(3), form .button { grid-column: auto; }.footer-links { flex-wrap: wrap; gap: 15px; }.footer-legal { flex-direction: column; }.floating-player { right: 12px; bottom: 12px; }.floating-player b { display: none; }
}

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