:root{
  --bg:#0b0b0c;
  --bg2:#111114;
  --paper:#f3ead8;
  --paper2:#efe3cd;
  --ink:#151516;
  --gold:#c9a24d;
  --gold2:#e0c171;
  --muted:#b9b0a2;
  --muted2:#9d9588;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius: 22px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(201,162,77,.16), rgba(0,0,0,0) 60%),
              radial-gradient(900px 500px at 80% 20%, rgba(201,162,77,.10), rgba(0,0,0,0) 60%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--paper);
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 18px}

.top-banner{
  background: rgba(201,162,77,.12);
  border-bottom: 1px solid rgba(201,162,77,.20);
}
.banner-inner{
  display:flex; align-items:center; justify-content:center;
  gap:10px; padding:10px 0;
}
.banner-text{font-size:13px;color:var(--paper2)}
.banner-star{color:var(--gold)}

.header{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(7,7,8,.55);
  border-bottom: 1px solid rgba(201,162,77,.14);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand-logo{
  width:52px; height:52px; object-fit:contain;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.5));
}
.brand-text{display:flex;flex-direction:column; line-height:1.08}
.brand-name{
  font-family: Fraunces, serif;
  font-weight:700; letter-spacing:.2px;
  font-size:18px;
}
.brand-sub{
  font-family: Fraunces, serif;
  font-weight:400;
  font-size:14px;
  color: var(--gold2);
}

.nav{display:flex; gap:18px; flex-wrap:wrap; justify-content:flex-end}
.nav a{
  font-size:13px; color: var(--paper2);
  opacity:.9;
}
.nav a:hover{color:var(--gold2)}

.hero{padding:52px 0 22px}
.hero-grid{
  display:grid; gap:26px;
  grid-template-columns: 1.15fr .85fr;
  align-items:center;
}
.hero-copy h1{
  font-family: Fraunces, serif;
  font-weight:700;
  font-size: clamp(34px, 4vw, 52px);
  line-height:1.07;
  margin:0 0 10px;
}
.hero-sub{
  font-size:18px;
  color: var(--paper2);
  margin:0 0 18px;
  max-width: 44ch;
}

.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin: 10px 0 14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight:600;
  font-size:14px;
  border: 1px solid rgba(201,162,77,.35);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px)}
.btn-gold{
  background: linear-gradient(180deg, rgba(201,162,77,.98), rgba(170,128,40,.98));
  color: #0f0e0c;
  border-color: rgba(201,162,77,.8);
}
.btn-ghost{
  background: rgba(243,234,216,.05);
  color: var(--paper2);
}
.hero-badges{display:flex; gap:10px; flex-wrap:wrap}
.badge{
  font-size:12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(243,234,216,.06);
  border: 1px solid rgba(243,234,216,.12);
  color: var(--paper2);
}

.hero-image-wrap{
  position:relative;
}
.hero-image{
  width:100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(243,234,216,.16);
  object-fit: cover;
  min-height: 380px;
}
.hero-frame-note{
  position:absolute; bottom:14px; left:14px; right:14px;
  background: rgba(7,7,8,.62);
  border: 1px solid rgba(201,162,77,.22);
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  color: var(--paper2);
}

.section{padding: 26px 0}
.section-card{
  background: rgba(243,234,216,.04);
  border: 1px solid rgba(201,162,77,.16);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 18px 70px rgba(0,0,0,.30);
}
.section-head{margin-bottom:16px}
.section-head h2{
  font-family: Fraunces, serif;
  margin:0 0 4px;
  font-size: 30px;
}
.section-head p{
  margin:0;
  color: var(--muted);
}

.listen-grid{
  display:grid; gap:20px;
  grid-template-columns: 1.1fr .9fr;
}
.mini-title{
  font-family: Fraunces, serif;
  font-weight:700;
  margin: 0 0 6px;
}
.muted{color: var(--muted)}
.small{font-size:12px}

.embed-box{
  margin-top: 12px;
  border-radius: 18px;
  overflow:hidden;
  background: rgba(0,0,0,.38);
  border: 1px solid rgba(243,234,216,.12);
}
.reverb-iframe{
  width:100%;
  height: 420px;
  display:block;
  background: transparent;
}

.listen-buttons{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}

.checklist{padding-left:18px; margin:10px 0 0}
.checklist li{margin:7px 0; color: var(--paper2)}
.note-card{
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(201,162,77,.10);
  border: 1px solid rgba(201,162,77,.20);
}
.note-title{font-weight:700; color: var(--gold2); margin-bottom:6px}

.stories-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.story{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(243,234,216,.12);
  background: rgba(0,0,0,.30);
}
.story img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
}
.story-body{padding:14px}
.story-body h3{
  font-family: Fraunces, serif;
  margin:0 0 8px;
}
.story-body p{margin:0 0 10px; color: var(--paper2)}
.story-quote{
  font-size: 13px;
  color: var(--gold2);
  border-left: 3px solid rgba(201,162,77,.65);
  padding-left: 10px;
}

.about-grid{
  display:grid; gap:16px;
  grid-template-columns: 1.2fr .8fr;
  align-items:start;
}
.about-text{font-size:16px}
.about-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top: 14px;
}
.stat{
  border-radius: 16px;
  padding: 12px;
  background: rgba(243,234,216,.05);
  border: 1px solid rgba(243,234,216,.12);
}
.stat-num{color: var(--gold2); font-weight:800}
.stat-label{font-size:12px; color: var(--paper2)}

.about-note{
  border-radius: 18px;
  padding: 16px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(201,162,77,.18);
}
.divider{
  height:1px;
  background: rgba(243,234,216,.12);
  margin: 12px 0;
}

.links-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.link-card{
  border-radius: 18px;
  padding: 14px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(243,234,216,.12);
  transition: transform .15s ease, border-color .15s ease;
}
.link-card:hover{
  transform: translateY(-2px);
  border-color: rgba(201,162,77,.35);
}
.link-title{
  font-weight:800;
  color: var(--paper2);
}
.link-sub{
  margin-top:4px;
  font-size:12px;
  color: var(--muted);
}
.placeholder{
  opacity:.72;
  border-style:dashed;
}

.footer{
  padding: 28px 0 60px;
}
.footer-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; flex-wrap:wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(201,162,77,.16);
}
.footer-left{display:flex; gap:12px; align-items:center}
.footer-logo{width:54px; height:54px; object-fit:contain}
.footer-title{font-weight:800}
.footer-sub{font-size:12px; color: var(--muted)}
.footer-right{text-align:right}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .listen-grid{grid-template-columns:1fr}
  .stories-grid{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .links-grid{grid-template-columns:1fr 1fr}
  .footer-right{text-align:left}
  .hero-image{min-height: 300px}
}
.embed-wrap iframe{
  width: 100% !important;
  height: 520px;
  border: 0;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
