:root {
  --bg: #080808;
  --bg-soft: #10100f;
  --surface: #131311;
  --surface-2: #191814;
  --gold: #d9ad4a;
  --gold-light: #f0d58a;
  --gold-dark: #8e6a24;
  --cream: #f3eee1;
  --muted: #aaa496;
  --line: rgba(226, 187, 93, .22);
  --white-line: rgba(255,255,255,.1);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--bg);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  padding-bottom: 96px;
}

body.menu-open { overflow: hidden; }
button, input, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--gold);
  color: #000;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(8,8,8,.82);
  backdrop-filter: blur(18px);
  border-color: var(--white-line);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 45px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  box-shadow: inset 0 0 0 4px rgba(217,173,74,.06);
}
.brand strong, .brand small { display: block; }
.brand strong {
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1;
  letter-spacing: .02em;
}
.brand small {
  margin-top: 4px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .19em;
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a {
  color: #cfcabd;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.main-nav > a:hover { color: var(--gold-light); }
.nav-live {
  border: 1px solid var(--line);
  background: rgba(217,173,74,.05);
  border-radius: 999px;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .09em;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}
.nav-live:hover { background: rgba(217,173,74,.12); border-color: rgba(217,173,74,.5); }
.live-dot, .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #787878;
  box-shadow: 0 0 0 5px rgba(120,120,120,.12);
}
.live-dot.active, .status-dot.active {
  background: #e3b74f;
  box-shadow: 0 0 0 5px rgba(227,183,79,.13), 0 0 14px rgba(227,183,79,.8);
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 50% { opacity: .55; } }
.menu-toggle { display: none; }

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 135px 0 55px;
  overflow: hidden;
  border-bottom: 1px solid var(--white-line);
}
.hero::before {
  content: "GOLDEN SOUL";
  position: absolute;
  left: 3vw;
  top: 47%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  color: rgba(255,255,255,.025);
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 120px);
  letter-spacing: .16em;
  white-space: nowrap;
  pointer-events: none;
}
.hero-aura {
  position: absolute;
  right: -10%;
  top: -10%;
  width: 65vw;
  height: 65vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(circle, rgba(192,139,37,.14), rgba(177,120,26,.025) 38%, transparent 68%);
  filter: blur(10px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 26px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 42px; height: 1px; background: var(--gold); }
.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(64px, 7vw, 106px);
  line-height: .84;
  letter-spacing: -.045em;
  max-width: 780px;
}
.hero h1 em {
  color: transparent;
  font-weight: 500;
  -webkit-text-stroke: 1px rgba(240,213,138,.88);
  text-shadow: 0 0 30px rgba(217,173,74,.06);
}
.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: #bbb5a8;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.8;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.primary-button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1d98f, #c49130);
  color: #0a0906;
  padding: 15px 22px 15px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
  box-shadow: 0 12px 40px rgba(188,133,35,.2);
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 48px rgba(188,133,35,.3); }
.play-icon, .player-play-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.2);
  position: relative;
}
.play-icon::after, .player-play-icon::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  border-left: 8px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.play-icon.pause::before, .player-play-icon.pause::before,
.play-icon.pause::after, .player-play-icon.pause::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 3px;
  height: 13px;
  background: currentColor;
  border: 0;
}
.play-icon.pause::before, .player-play-icon.pause::before { left: 10px; }
.play-icon.pause::after, .player-play-icon.pause::after { left: 17px; }
.text-link {
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 5px;
  transition: color .25s ease, border-color .25s ease;
}
.text-link:hover { color: var(--gold-light); border-color: var(--gold); }
.text-link span { margin-left: 9px; }
.hero-visual { position: relative; display: grid; place-items: center; }
.logo-frame {
  width: min(100%, 570px);
  position: relative;
  border: 1px solid rgba(217,173,74,.34);
  padding: 16px;
  background: rgba(13,13,12,.72);
  box-shadow: 0 45px 100px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.025);
  transform: rotate(1.4deg);
}
.logo-frame::before,
.logo-frame::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-color: var(--gold);
  opacity: .7;
}
.logo-frame::before { left: -11px; top: -11px; border-left: 1px solid; border-top: 1px solid; }
.logo-frame::after { right: -11px; bottom: -11px; border-right: 1px solid; border-bottom: 1px solid; }
.logo-frame img { width: 100%; background: #0b0b0b; }
.frame-label {
  position: absolute;
  right: 15px;
  top: -30px;
  color: #888174;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(217,173,74,.11);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-a { width: 115%; aspect-ratio: 1; animation: spin 32s linear infinite; }
.orbit-b { width: 128%; aspect-ratio: 1; border-style: dashed; animation: spin 49s linear reverse infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-footer {
  display: grid;
  grid-template-columns: auto auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin-top: auto;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.timezone-label, .scroll-label { color: #68645c; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
#station-clock { color: var(--gold-light); font-family: var(--font-display); font-size: 18px; }
.hero-line { height: 1px; background: linear-gradient(90deg, rgba(217,173,74,.35), rgba(255,255,255,.04)); }

.section-index {
  color: #777166;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
}
.kicker { color: var(--gold-light); margin: 0 0 18px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.statement { background: linear-gradient(180deg, rgba(255,255,255,.012), transparent); }
.statement-grid {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) minmax(280px, .55fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.statement h2, .section-heading h2, .experience-copy h2, .contact h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: .98;
}
.statement h2 { font-size: clamp(50px, 5.3vw, 78px); }
.statement-copy > p:last-child {
  max-width: 760px;
  color: #aaa397;
  font-size: 17px;
  margin: 28px 0 0;
}
.quote-card {
  padding: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(217,173,74,.08), rgba(255,255,255,.015));
  position: relative;
}
.quote-mark { font-family: var(--font-display); font-size: 70px; line-height: .55; color: var(--gold); }
.quote-card blockquote { margin: 20px 0 28px; color: #d8d1c2; font-family: var(--font-display); font-size: 24px; line-height: 1.35; }
.signature { color: #746e63; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }

.programming { border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); background: #0a0a09; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(48px, 5.5vw, 74px); margin-top: 16px; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: #918c82; font-size: 14px; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.program-card {
  min-height: 385px;
  padding: 31px 27px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  background: rgba(255,255,255,.006);
  transition: background .35s ease, transform .35s var(--ease);
}
.program-card:hover { background: rgba(217,173,74,.055); transform: translateY(-5px); }
.program-card.featured { background: linear-gradient(160deg, rgba(217,173,74,.12), rgba(217,173,74,.025)); }
.program-number { color: #57534b; font-size: 10px; letter-spacing: .18em; }
.program-time { margin-top: auto; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.program-card h3 { margin: 14px 0 13px; font-family: var(--font-display); font-size: 34px; line-height: 1; font-weight: 600; }
.program-card p { color: #969087; font-size: 13px; margin: 0 0 27px; }
.program-tag { width: fit-content; color: #7c766d; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; border-top: 1px solid var(--line); padding-top: 10px; }

.experience-grid { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: clamp(60px,9vw,135px); align-items: center; }
.experience-visual {
  min-height: 580px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid var(--white-line);
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(217,173,74,.09), transparent 38%),
    linear-gradient(150deg, #121210, #090909);
}
.experience-visual::after {
  content: "CURATED SOUND";
  position: absolute;
  right: 18px;
  top: 25px;
  color: #5e5a52;
  font-size: 9px;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}
.vinyl {
  width: min(78%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background:
    repeating-radial-gradient(circle, transparent 0 4px, rgba(255,255,255,.045) 5px 6px),
    radial-gradient(circle at 40% 35%, #292721, #070707 54%);
  box-shadow: 0 40px 60px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.08);
  animation: spin 22s linear infinite;
}
.vinyl::before { content: ""; position: absolute; inset: 6%; border-radius: 50%; border: 1px solid rgba(217,173,74,.2); }
.vinyl-center {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f2dc97, #b47d22 66%, #6d4810);
  display: grid;
  place-items: center;
  color: #171006;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  box-shadow: inset 0 0 0 7px rgba(0,0,0,.15);
}
.waveform { position: absolute; bottom: 42px; display: flex; align-items: center; gap: 7px; }
.waveform i, .player-motion i { width: 2px; border-radius: 4px; background: var(--gold); animation: wave 1.1s ease-in-out infinite alternate; }
.waveform i:nth-child(1), .waveform i:nth-child(12) { height: 10px; }
.waveform i:nth-child(2), .waveform i:nth-child(11) { height: 22px; animation-delay: -.3s; }
.waveform i:nth-child(3), .waveform i:nth-child(10) { height: 39px; animation-delay: -.6s; }
.waveform i:nth-child(4), .waveform i:nth-child(9) { height: 54px; animation-delay: -.2s; }
.waveform i:nth-child(5), .waveform i:nth-child(8) { height: 31px; animation-delay: -.8s; }
.waveform i:nth-child(6), .waveform i:nth-child(7) { height: 65px; animation-delay: -.4s; }
@keyframes wave { to { transform: scaleY(.45); opacity: .45; } }
.experience-copy h2 { font-size: clamp(50px, 5.2vw, 75px); margin: 18px 0 27px; }
.experience-copy > p:not(.kicker) { color: #aaa397; max-width: 650px; font-size: 16px; }
.feature-list { list-style: none; margin: 37px 0 0; padding: 0; border-top: 1px solid var(--white-line); }
.feature-list li { display: flex; align-items: center; gap: 20px; padding: 17px 0; color: #d2cbbd; border-bottom: 1px solid var(--white-line); font-size: 13px; }
.feature-list span { color: var(--gold); font-size: 9px; letter-spacing: .15em; }

.contact { padding-top: 40px; }
.contact-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(217,173,74,.105), rgba(217,173,74,.018) 48%, transparent),
    #0e0e0d;
  padding: clamp(38px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(240px,.45fr);
  gap: clamp(50px, 9vw, 130px);
  position: relative;
  overflow: hidden;
}
.contact-card::after { content: "GS"; position: absolute; right: -35px; bottom: -115px; font-family: var(--font-display); font-size: 270px; color: rgba(255,255,255,.018); }
.contact h2 { font-size: clamp(46px,5vw,70px); max-width: 740px; margin-top: 16px; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.contact-button { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--white-line); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; transition: color .25s ease, padding .25s ease; }
.contact-button:hover { color: var(--gold-light); padding-left: 8px; }
.contact-button span { color: var(--gold); }
.contact-placeholder { color: #78736a; font-size: 12px; }

.site-footer { border-top: 1px solid var(--white-line); padding: 35px 0; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { width: 38px; font-size: 16px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-family: var(--font-display); font-size: 18px; }
.footer-brand small, .site-footer p, .bachi-credit { color: #69655e; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p { text-align: center; }
.bachi-credit { text-align: right; transition: color .25s ease; }
.bachi-credit strong { color: #bca05d; font-weight: 600; }
.bachi-credit:hover { color: #a9a398; }

.player-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  min-height: 82px;
  background: rgba(10,10,9,.92);
  border-top: 1px solid rgba(217,173,74,.25);
  backdrop-filter: blur(22px);
  box-shadow: 0 -15px 50px rgba(0,0,0,.42);
}
.player-inner { min-height: 82px; display: grid; grid-template-columns: auto minmax(210px,1fr) minmax(100px,.65fr) auto; align-items: center; gap: 18px; }
.player-main-button {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(217,173,74,.45);
  color: var(--gold-light);
  background: rgba(217,173,74,.08);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.player-main-button:hover:not(:disabled) { background: rgba(217,173,74,.15); transform: scale(1.04); }
.player-main-button:disabled { opacity: .45; cursor: not-allowed; }
.player-play-icon { width: 25px; height: 25px; border: 0; }
.player-play-icon::after { left: 10px; top: 7px; border-left-width: 7px; border-top-width: 5px; border-bottom-width: 5px; }
.player-info { min-width: 0; display: grid; }
.player-status-row { display: flex; align-items: center; gap: 8px; color: #8d887e; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.player-info strong { margin-top: 2px; font-family: var(--font-display); font-size: 19px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-info > span { color: #726e65; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.player-motion { height: 32px; display: flex; justify-content: center; align-items: center; gap: 5px; opacity: .28; }
.player-motion.active { opacity: .8; }
.player-motion i { height: 18px; animation-play-state: paused; }
.player-motion.active i { animation-play-state: running; }
.player-motion i:nth-child(2), .player-motion i:nth-child(8) { height: 27px; animation-delay: -.3s; }
.player-motion i:nth-child(3), .player-motion i:nth-child(7) { height: 14px; animation-delay: -.6s; }
.player-motion i:nth-child(4), .player-motion i:nth-child(6) { height: 31px; animation-delay: -.2s; }
.player-motion i:nth-child(5) { height: 21px; animation-delay: -.8s; }
.volume-control { display: flex; align-items: center; gap: 10px; }
.volume-control button { width: 30px; height: 30px; border: 0; background: none; color: #8f8a80; padding: 4px; cursor: pointer; }
.volume-control button:disabled { opacity: .35; cursor: not-allowed; }
.volume-control svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.volume-control input { width: 95px; accent-color: var(--gold); }
.volume-control input:disabled { opacity: .25; }

.toast {
  position: fixed;
  z-index: 120;
  right: 20px;
  bottom: 106px;
  max-width: min(390px, calc(100% - 40px));
  padding: 13px 16px;
  background: #181713;
  border: 1px solid var(--line);
  color: #d5cfc2;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.75fr); gap: 40px; }
  .hero h1 { font-size: clamp(58px, 7.4vw, 82px); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-grid { grid-template-columns: 105px minmax(0,1fr); }
  .quote-card { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { display: none; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 680px); }
  body { padding-bottom: 86px; }
  .site-header { background: rgba(8,8,8,.72); backdrop-filter: blur(15px); }
  .nav-wrap { min-height: 72px; }
  .brand strong { font-size: 19px; }
  .brand-mark { width: 40px; }
  .menu-toggle {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--white-line);
    background: rgba(255,255,255,.025);
    border-radius: 50%;
  }
  .menu-toggle span { width: 17px; height: 1px; background: var(--cream); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 22px 30px;
    background: rgba(9,9,9,.98);
    border-bottom: 1px solid var(--white-line);
    transform: translateY(-125%);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s var(--ease), opacity .25s ease;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a { padding: 14px 4px; border-bottom: 1px solid var(--white-line); }
  .nav-live { justify-content: center; margin-top: 18px; }
  .hero { min-height: auto; padding-top: 115px; }
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; width: min(88vw, 540px); margin: 0 auto 30px; }
  .hero h1 { font-size: clamp(57px, 15vw, 88px); }
  .hero-footer { margin-top: 58px; grid-template-columns: auto auto 1fr; }
  .scroll-label { display: none; }
  .statement-grid, .experience-grid, .contact-card { grid-template-columns: 1fr; }
  .statement-grid { gap: 28px; }
  .statement-grid > .section-index { margin-bottom: 12px; }
  .quote-card { grid-column: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .section-heading > p { max-width: 600px; }
  .experience-visual { min-height: 500px; }
  .contact-card { gap: 35px; }
  .player-inner { grid-template-columns: auto 1fr auto; }
  .player-motion { display: none; }
  .volume-control input { display: none; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .bachi-credit { text-align: center; }
}

@media (max-width: 530px) {
  .section { padding: 82px 0; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 330px; }
  .experience-visual { min-height: 410px; }
  .statement h2, .section-heading h2, .experience-copy h2, .contact h2 { font-size: clamp(44px, 13vw, 60px); }
  .contact-card { padding: 32px 24px; }
  .player-inner { gap: 10px; }
  .player-main-button { width: 45px; height: 45px; }
  .player-info strong { font-size: 17px; }
  .volume-control { display: none; }
  .player-inner { grid-template-columns: auto 1fr; }
}

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