:root{
  --bg:#f7efe2;
  --bg-soft:#e5cfad;
  --panel:rgba(255,252,248,.96);
  --panel-strong:rgba(255,250,245,.98);
  --panel2:rgba(249,241,231,.96);
  --gold:#b67a31;
  --gold2:#5a3013;
  --text:#21140c;
  --muted:#523b2b;
  --line:rgba(90,48,19,.20);
  --pill:#36231a;
  --pillText:#fff7ef;
  --shadow:0 18px 42px rgba(48,28,12,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  color:var(--text);
  background:linear-gradient(rgba(251,246,238,.86), rgba(223,197,158,.66)), url('album-cover-front-v81.webp') center/cover fixed;
}
a{color:var(--gold2)}
img{max-width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nav{position:sticky; top:0; z-index:30; background:rgba(255,249,241,.88); border-bottom:1px solid var(--line); backdrop-filter:blur(12px)}
.nav-inner{max-width:1240px; margin:0 auto; padding:16px 24px; display:flex; justify-content:space-between; gap:20px; align-items:center}
.brand{text-decoration:none}
.brand small{display:block; color:var(--gold); letter-spacing:.06em; font-size:13px; font-weight:700}
.brand strong{display:block; color:var(--gold2); font-size:20px}
.links{display:flex; gap:18px; flex-wrap:wrap; align-items:center}
.links a{text-decoration:none; color:var(--gold2); font-size:17px; padding:4px 0; position:relative}
.links a[aria-current="page"]{color:var(--gold); font-weight:bold}
.links a[aria-current="page"]::after{content:""; position:absolute; left:0; right:0; bottom:-8px; height:2px; background:var(--gold)}
.wrap{max-width:1240px; margin:0 auto; padding:32px 24px 56px}
.panel{background:var(--panel); border:1px solid var(--line); border-radius:26px; box-shadow:var(--shadow)}
.section{margin-top:28px; padding:28px}
.section h2{margin:0 0 12px; color:var(--gold2); font-size:40px}
.section-head{display:flex; align-items:end; justify-content:space-between; gap:18px; flex-wrap:wrap; margin-bottom:16px}
.intro{margin:0; color:var(--muted); font-size:18px; line-height:1.75; max-width:980px}
.box{background:var(--panel2); border:1px solid var(--line); border-radius:18px; padding:20px}
.box h3{margin:0 0 10px; color:var(--gold2); font-size:24px}
.kicker{display:inline-block; width:fit-content; padding:8px 14px; border-radius:999px; border:1px solid var(--line); background:rgba(233,202,154,.34); text-transform:uppercase; letter-spacing:.16em; font-size:12px; color:var(--gold2)}
.btn,.ghost-btn,.platform-link,.small-btn{display:inline-flex; align-items:center; justify-content:center; text-decoration:none; border-radius:16px; font-weight:bold; transition:transform .18s ease, box-shadow .18s ease, background .18s ease}
.btn:hover,.ghost-btn:hover,.platform-link:hover,.small-btn:hover{transform:translateY(-1px)}
.btn{padding:15px 22px; border:1px solid rgba(141,94,39,.28); background:linear-gradient(#c89253,#a97336); color:#fff8ee; box-shadow:0 8px 18px rgba(125,84,39,.12)}
.ghost-btn{padding:15px 22px; border:1px solid var(--line); background:rgba(255,248,239,.74); color:var(--gold2)}
.small-btn{padding:12px 16px; min-width:152px; border:1px solid rgba(141,94,39,.28); background:linear-gradient(#c89253,#a97336); color:#fff8ee; white-space:nowrap}
.platform-link{padding:12px 16px; min-width:190px; border:1px solid rgba(106,82,66,.22); background:var(--pill); color:var(--pillText); white-space:nowrap; gap:10px}
.footer{text-align:center; color:var(--muted); font-size:15px; padding-top:22px}
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:20px}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.note{color:var(--muted); font-size:15px; margin-top:14px}
.cover-frame{background:linear-gradient(180deg, rgba(255,254,251,.98), rgba(241,228,209,.95)); border:1px solid var(--line); border-radius:24px; padding:20px}
.cover-frame img{display:block; width:100%; border-radius:18px; box-shadow:0 14px 32px rgba(41,24,12,.18)}
a.cover-frame{display:block; text-decoration:none}
.home-release-grid > .cover-frame,.current-release > .cover-frame{display:flex; align-items:center; justify-content:center; height:100%; box-sizing:border-box}
.home-release-grid > .cover-frame img,.current-release > .cover-frame img{max-width:100%; height:auto; margin:auto}
dialog{max-width:980px; width:min(94vw,980px); border:none; border-radius:20px; background:#fff8ee; color:var(--text); padding:0; box-shadow:0 24px 80px rgba(71,47,27,.20)}
dialog::backdrop{background:rgba(61,43,29,.42)}
.modal-head{padding:22px 24px 8px; border-bottom:1px solid var(--line)}
.modal-body{padding:20px 24px 24px}
.close{float:right; background:none; border:none; color:var(--gold2); font-size:28px; cursor:pointer}
.embed-shell{display:grid; grid-template-columns:260px 1fr; gap:22px; align-items:start}
.embed-frame{position:relative; width:100%; padding-top:56.25%; border-radius:18px; overflow:hidden; border:1px solid var(--line); background:#1f1712}
.embed-frame iframe{position:absolute; inset:0; width:100%; height:100%; border:0}
.subscribe-card{background:linear-gradient(180deg, rgba(255,250,243,.98), rgba(247,236,217,.96)); border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow); padding:24px}
.subscribe-card h2,.subscribe-card h3{margin:0 0 10px; color:var(--gold2)}
.subscribe-copy{font-size:18px; line-height:1.7; color:var(--text); margin:0 0 16px}
.subscribe-stack{display:grid; gap:14px}
.subscribe-row{display:grid; grid-template-columns:minmax(0,1fr) 152px 190px; gap:12px; align-items:center}
.subscribe-row input{width:100%; padding:14px 16px; border-radius:14px; border:1px solid rgba(106,82,66,.22); background:rgba(255,255,255,.9); font:inherit; color:var(--text)}
.subscribe-row input::placeholder{color:#8b7261}
.meta-line{font-size:16px; color:var(--muted)}
.platform-icon{width:22px; height:22px; flex:0 0 22px; display:block}
.platform-link .label{display:inline-block; min-width:74px; text-align:left}
.audio-wrap audio{width:100%; margin-top:10px}
.active-badge{display:inline-flex; align-items:center; gap:8px; width:fit-content; padding:8px 14px; border-radius:999px; background:rgba(167,111,45,.12); border:1px solid var(--line); color:var(--gold2); font-size:13px; letter-spacing:.08em; text-transform:uppercase}
.hero-cinematic{position:relative; min-height:calc(100vh - 78px); overflow:hidden; background:#1b120d}
.hero-cinematic::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(14,9,6,.36) 0%, rgba(14,9,6,.10) 18%, rgba(14,9,6,.10) 54%, rgba(14,9,6,.62) 100%); z-index:1}
.hero-backdrop{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center center; filter:brightness(.94) saturate(.98)}
.hero-overlay{position:absolute; inset:0 auto auto 50%; transform:translateX(-50%); z-index:3; width:min(99vw,1760px); display:flex; flex-direction:column; align-items:center; padding-top:clamp(12px,1.7vw,24px)}
.hero-title-image{display:block; width:min(97vw,1600px); height:auto; filter:drop-shadow(0 10px 18px rgba(0,0,0,.48))}
.hero-title-svg text{font-family:"Trajan Pro", "Cinzel Decorative", "Cormorant SC", Georgia, "Times New Roman", serif; font-weight:700; letter-spacing:.035em; text-transform:uppercase; text-rendering:geometricPrecision}.hero-title-shadow{fill:#1a0d06; opacity:.78; filter:url(#titleShadow)}.hero-title-main{fill:url(#titleGold); stroke:#523118; stroke-width:1.15px; paint-order:stroke fill; filter:url(#titleTexture)}
.hero-tagline-band{position:absolute; left:0; right:0; bottom:0; z-index:3; width:100%; padding:clamp(44px,6vw,78px) clamp(20px,4vw,48px) clamp(22px,2.4vw,34px); background:linear-gradient(180deg, rgba(24,16,10,0) 0%, rgba(24,16,10,.18) 30%, rgba(24,16,10,.46) 66%, rgba(24,16,10,.72) 100%)}
.hero-tagline-band span{display:block; max-width:1080px; margin:0 auto; color:rgba(244,231,205,.92); text-align:center; font-family:Georgia, "Times New Roman", serif; font-style:italic; font-size:clamp(14px,1.18vw,22px); line-height:1.35; letter-spacing:.01em; white-space:nowrap; text-shadow:0 2px 12px rgba(0,0,0,.48)}
.section-offset{margin-top:-24px; position:relative; z-index:4}
.overview-layout{display:grid; grid-template-columns:380px 1fr; gap:22px; align-items:start}
.overview-copy p{margin:0 0 16px; font-size:18px; line-height:1.8}
.release-layout{display:grid; grid-template-columns:260px 1fr; gap:22px; align-items:start}
.release-cover{cursor:pointer; padding:12px}
.release-copy h3{margin:8px 0 10px; color:var(--gold); font-size:34px}
.release-copy p{margin:0 0 16px; font-size:18px; line-height:1.75}
.release-actions{display:flex; gap:12px; flex-wrap:wrap}.minimal-release{grid-template-columns:260px 1fr; align-items:center}.minimal-copy{display:flex; flex-direction:column; justify-content:center; min-height:100%}.minimal-copy .meta-line{font-size:22px; color:var(--gold2)}

.subscribe-card{position:relative; background:radial-gradient(circle at 14% 18%, rgba(255,255,255,.22), transparent 24%), radial-gradient(circle at 84% 22%, rgba(255,255,255,.14), transparent 26%), linear-gradient(180deg, rgba(212,175,105,.98), rgba(169,116,50,.97)); border:1px solid rgba(90,48,19,.30); border-radius:28px; box-shadow:0 22px 48px rgba(72,42,17,.24); padding:28px; overflow:hidden}
.subscribe-card::before{content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 34%), repeating-linear-gradient(180deg, rgba(255,255,255,.05) 0 2px, rgba(0,0,0,.03) 2px 4px); opacity:.55; pointer-events:none}
.subscribe-card>*{position:relative; z-index:1}
.subscribe-card h2,.subscribe-card h3{margin:0; color:#2d1608}
.subscribe-title{font-size:clamp(20px,1.85vw,28px); letter-spacing:0; line-height:1.05; max-width:none; white-space:nowrap}
.subscribe-copy{font-size:18px; line-height:1.65; color:rgba(33,20,12,.88); margin:14px 0 18px}
.subscribe-form{display:grid; grid-template-columns:minmax(0,1fr) 168px; gap:14px; align-items:center}
.subscribe-form input{width:100%; padding:15px 18px; border-radius:14px; border:1px solid rgba(90,48,19,.22); background:rgba(255,255,255,.95); font:inherit; color:#231209}
.subscribe-form input::placeholder{color:rgba(71,42,16,.62); letter-spacing:.06em}
.subscribe-form .small-btn{min-width:0; padding:15px 18px; border-color:rgba(69,39,13,.24); background:linear-gradient(#7a4a1d,#5a3013); box-shadow:none}
.subscribe-links{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}
.social-icon-link{display:inline-flex; align-items:center; gap:10px; padding:8px 14px 8px 10px; text-decoration:none; border-radius:999px; border:1px solid rgba(90,48,19,.20); background:rgba(255,248,238,.88); color:var(--gold2); box-shadow:0 8px 18px rgba(72,42,17,.10)}
.social-icon-link:hover{transform:translateY(-1px); box-shadow:0 12px 20px rgba(72,42,17,.16)}
.social-icon-link img{width:36px; height:36px; display:block; object-fit:contain; border-radius:50%}
.social-icon-link span{font-size:15px; font-weight:bold; letter-spacing:.01em}
.story-card{height:100%; background:linear-gradient(180deg, rgba(255,250,245,.98), rgba(245,232,211,.96)); border:1px solid var(--line); border-radius:22px; padding:22px; box-shadow:0 12px 26px rgba(48,28,12,.10)}
.story-card h3{margin:0 0 12px; color:var(--gold2); font-size:24px}
.story-card p{margin:0; font-size:17px; line-height:1.78; color:var(--text)}
.home-release-grid{display:grid; grid-template-columns:300px minmax(0,.78fr) minmax(280px,.92fr); gap:22px; align-items:stretch}
.home-release-copy{display:flex; flex-direction:column; justify-content:center; min-height:100%}
.home-release-copy .meta-line{font-size:22px; color:var(--gold2)}
.home-release-copy p{margin:12px 0 18px; font-size:18px; line-height:1.72; color:var(--muted)}
.current-release{display:grid; grid-template-columns:260px minmax(0,1fr) minmax(280px,.88fr); gap:22px; align-items:stretch; text-align:left}
.current-release .cover-frame{max-width:none; width:100%; padding:14px}
.current-release .meta-line{max-width:none; font-size:18px}
.current-release-main{display:flex; flex-direction:column; justify-content:center; min-height:100%}
.current-release-main h3{margin:8px 0 12px; color:var(--gold2); font-size:30px}
.current-release-main p{margin:0 0 18px; font-size:18px; line-height:1.75; color:var(--muted)}
.listen-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px}
.listen-card{background:var(--panel2); border:1px solid var(--line); border-radius:20px; padding:22px}
.listen-card-layout{display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; align-items:center}
.listen-copy h3{margin:0 0 10px; color:var(--gold2); font-size:24px}
.listen-copy p{margin:0 0 16px; font-size:17px; line-height:1.72; color:var(--muted)}
.icon-circle{display:inline-flex; align-items:center; justify-content:center; width:88px; height:88px; border-radius:50%; border:2px solid rgba(182,122,49,.30); background:linear-gradient(180deg, rgba(255,252,248,.98), rgba(246,233,209,.96)); box-shadow:0 12px 28px rgba(48,28,12,.14)}
.icon-circle img{width:56px; height:56px; object-fit:contain; display:block}
.coming-soon-card{display:flex; flex-direction:column; justify-content:center; min-height:194px}
.coming-soon-card p:last-child{margin:0; color:var(--gold)}
.listen-only-logo .icon-circle img{width:52px; height:52px}
@media (max-width:1020px){
  .home-release-grid,.current-release,.listen-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .subscribe-title{font-size:clamp(20px,6vw,26px); white-space:normal}
  .subscribe-form{grid-template-columns:1fr}
  .subscribe-links{display:grid; grid-template-columns:1fr}
  .social-icon-link{justify-content:flex-start}
  .listen-card-layout{grid-template-columns:1fr; justify-items:start}
}

@media (max-width:1020px){
  .grid-2,.grid-3,.embed-shell,.overview-layout,.release-layout{grid-template-columns:1fr}
}
@media (max-width:760px){
  .wrap{padding:20px 14px 42px}
  .nav-inner{padding:14px}
  .links a{font-size:15px}
  .section{padding:22px}
  .section h2{font-size:34px}
  .subscribe-row{grid-template-columns:1fr}
  .minimal-copy .release-actions{width:100%}
  .small-btn,.platform-link{width:100%; min-width:0}
  .hero-cinematic{min-height:calc(100svh - 72px)}
  .hero-overlay{width:100vw; padding-top:clamp(10px,3vw,18px)}
  .hero-title-image{width:min(100vw,760px); max-width:100vw; margin-inline:auto; transform:none}
  .hero-tagline-band{width:100%; bottom:0}
  .hero-tagline-band span{font-size:clamp(12px,3.6vw,18px); letter-spacing:.01em; white-space:normal; max-width:92vw}
}
@media (max-width:480px){
  .hero-overlay{padding-top:10px}
  .hero-title-image{width:100vw; max-width:100vw}
}

/* 2026-04 responsive refinement pass */
.subscribe-title{font-size:clamp(18px,1.45vw,24px)!important;line-height:1.12!important;white-space:nowrap!important}
@media (max-width: 1100px){
  .subscribe-title{white-space:normal!important}
}
@media (max-width: 900px){
  body{background-attachment:scroll!important}
  .nav-inner{padding:14px 16px!important;align-items:flex-start!important}
  .links{gap:10px 14px!important}
  .wrap{padding:20px 14px 42px!important}
  .section{padding:20px!important}
  .page-hero .panel,.subscribe-card,.hero-copy,.box{padding:18px!important}
  .section h2{font-size:clamp(30px,8vw,40px)!important}
  .hero,.overview-layout,.home-release-grid,.contact-grid,.current-release,.artist-row,.modal-body,.embed-shell{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .hero-copy{min-height:auto!important}
  dialog{width:min(96vw,920px)!important;margin:12px auto!important}
  .subscribe-form{grid-template-columns:1fr!important}
  .subscribe-form .small-btn{width:100%!important}
  .subscribe-links,.release-actions,.socials{flex-wrap:wrap!important;gap:12px!important}
  .social-follow{justify-content:flex-start!important}
}
@media (max-width: 640px){
  .nav{position:static!important}
  .brand strong{font-size:18px!important}
  .links a{font-size:15px!important}
  h1{font-size:clamp(36px,12vw,56px)!important}
  .section h2,.subscribe-title{font-size:clamp(24px,9vw,34px)!important;white-space:normal!important}
  .form-actions{flex-direction:column!important;align-items:stretch!important}
  .form-actions .btn{width:100%!important}
  .social-follow{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .social-follow .social-icon{justify-content:center!important}
}


/* Podcast pivot v97 */
.pivot-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:center;padding:34px}
.pivot-hero h1,.page-title{font-size:clamp(46px,7vw,88px);line-height:.94;margin:12px 0;color:var(--gold2)}
.pivot-hero .lead,.page-lead{font-size:clamp(19px,2vw,26px);line-height:1.55;color:var(--muted);margin:0 0 22px;max-width:980px}.cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.episode-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.episode-mini{padding:16px;border-radius:18px;background:rgba(255,248,239,.80);border:1px solid var(--line);text-decoration:none;color:var(--text)}.episode-mini strong{display:block;color:var(--gold2);font-size:18px}.episode-mini span{display:block;color:var(--muted);font-size:14px;line-height:1.35;margin-top:4px}.episode-grid{display:grid;gap:18px}.episode-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;background:var(--panel-strong);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 12px 28px rgba(48,28,12,.10)}.episode-art{display:grid;grid-template-columns:1fr 1fr;gap:6px}.episode-art img{aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.episode-copy h2{font-size:34px;margin:0 0 6px;color:var(--gold2)}.episode-copy .theme{font-size:20px;color:var(--gold);font-weight:bold;margin-bottom:10px}.song-pills{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.song-pills span{padding:8px 11px;border-radius:999px;background:rgba(182,122,49,.12);border:1px solid var(--line);color:var(--gold2);font-size:14px}.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.song-card,.voice-card{background:var(--panel-strong);border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:0 10px 24px rgba(48,28,12,.10)}.song-card img,.voice-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:#ead7bd}.song-card h3,.voice-card h3{margin:12px 0 4px;color:var(--gold2);font-size:23px}.song-card .meta,.voice-card .meta{color:var(--gold);font-weight:bold;margin-bottom:8px}.song-card p,.voice-card p{color:var(--muted);line-height:1.55;margin:8px 0 12px}.episode-section{margin-top:26px}.voice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.compact-actions{display:flex;gap:8px;flex-wrap:wrap}.compact-actions a,.compact-actions span{padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:rgba(255,248,239,.74);color:var(--gold2);text-decoration:none;font-size:13px}.journey-note{font-size:18px;line-height:1.75;color:var(--muted)}.feature-band{background:linear-gradient(135deg,rgba(54,35,26,.96),rgba(90,48,19,.92));color:#fff7ef;border-radius:26px;padding:28px;border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow)}.feature-band h2{color:#f1d7aa;margin:0 0 10px}.feature-band p{font-size:18px;line-height:1.7;margin:0 0 16px;color:#fff1dd}.feature-band .ghost-btn{background:rgba(255,255,255,.12);color:#fff7ef;border-color:rgba(255,255,255,.22)}.platforms{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.placeholder{opacity:.72}.badge{display:inline-flex;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:rgba(233,202,154,.34);color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.10em}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.page-hero-simple{padding:32px}.page-hero-simple h1{margin:10px 0;color:var(--gold2);font-size:clamp(42px,6vw,74px);line-height:1}.page-hero-simple p{font-size:21px;line-height:1.65;color:var(--muted);max-width:1000px}.nav .brand strong{font-size:19px}.nav .brand small{letter-spacing:.08em}@media(max-width:1000px){.pivot-hero,.episode-card,.two-col{grid-template-columns:1fr}.episode-strip,.library-grid{grid-template-columns:repeat(2,1fr)}.voice-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.episode-strip,.library-grid,.voice-grid{grid-template-columns:1fr}.pivot-hero{padding:22px}.episode-card{padding:15px}.episode-art{grid-template-columns:repeat(4,1fr)}.page-hero-simple{padding:22px}}

/* v100 home refinement: preserve existing hero, add modern three-across soundtrack moments */
.soundtrack-moments .section-head{align-items:center}
.soundtrack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.soundtrack-card{background:rgba(255,250,244,.92);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 14px 30px rgba(48,28,12,.10);display:flex;flex-direction:column;min-height:100%}
.soundtrack-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#ead7bd}
.soundtrack-card-copy{padding:16px 4px 4px;display:flex;flex-direction:column;gap:8px;flex:1}
.soundtrack-card h3{margin:0;color:var(--gold2);font-size:clamp(24px,2vw,34px);line-height:1.05;letter-spacing:.01em}
.soundtrack-card .meta-line{margin:0;color:var(--gold);font-weight:bold;letter-spacing:.02em}
.soundtrack-card p{margin:4px 0 12px;color:var(--muted);font-size:18px;line-height:1.55;flex:1}
.soundtrack-card .btn{align-self:flex-start}
@media(max-width:1000px){.soundtrack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.soundtrack-grid{grid-template-columns:1fr}.soundtrack-card p{font-size:16px}}



/* v108 contemporary site-wide refresh — preserves the home hero image/title arc */
:root{
  --bg:#f6f1ea;
  --bg-soft:#efe6da;
  --panel:rgba(255,255,255,.84);
  --panel-strong:rgba(255,255,255,.93);
  --panel2:rgba(250,247,243,.88);
  --gold:#b88343;
  --gold2:#5b3821;
  --text:#24160f;
  --muted:#655242;
  --line:rgba(91,56,33,.14);
  --line-strong:rgba(91,56,33,.24);
  --shadow:0 14px 34px rgba(53,34,20,.08);
  --shadow-soft:0 20px 48px rgba(53,34,20,.06);
}
body{
  font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color:var(--text) !important;
  background:
    radial-gradient(circle at top right, rgba(184,131,67,.10), transparent 30%),
    linear-gradient(180deg, #fbf8f3 0%, #f4eee6 44%, #f8f4ee 100%) !important;
}
.nav{
  background:rgba(250,247,242,.82) !important;
  border-bottom:1px solid var(--line) !important;
  backdrop-filter:blur(16px) !important;
}
.nav-inner{padding:17px 24px !important; max-width:1220px !important;}
.brand small{
  color:var(--gold) !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
  font-size:11px !important;
  font-weight:700 !important;
  font-family:"Inter", system-ui, sans-serif !important;
}
.brand strong{
  color:var(--gold2) !important;
  font-family:"Cormorant SC", Georgia, serif !important;
  font-size:22px !important;
  line-height:1.05 !important;
  font-style:italic !important;
  font-weight:700 !important;
}
.brand strong em{font-style:italic !important;}
.links{gap:22px !important;}
.links a{
  font-family:"Inter", system-ui, sans-serif !important;
  font-size:15px !important;
  font-weight:500 !important;
  color:var(--gold2) !important;
  opacity:.84 !important;
}
.links a:hover,.links a[aria-current="page"]{opacity:1 !important;}
.links a[aria-current="page"]{color:var(--gold2) !important;}
.links a[aria-current="page"]::after{background:var(--gold) !important; bottom:-10px !important;}
.wrap{max-width:1220px !important; padding-top:38px !important;}
.panel,
.subscribe-card,
.artist-row,
.episode-card,
.song-card,
.voice-card,
.listen-card,
.box,
.meta-item,
.cover-frame,
.believe-card,
.countdown-card,
.cta-box,
.redirect-card,
.preview-card,
.soundtrack-card{
  background:var(--panel-strong) !important;
  border:1px solid var(--line) !important;
  border-radius:22px !important;
  box-shadow:var(--shadow-soft) !important;
}
.section{margin-top:30px !important; padding:32px !important;}
.section h2,
.page-hero h1,
.page-hero-simple h1,
.artist-hero h1,
.hero-copy h1,
.current-release .copy h2,
.episode-copy h2,
.feature-band h2,
.box h3,
.song-card h3,
.voice-card h3,
.artist-copy h3,
.listen-copy h3,
.redirect-card h1,
.subscribe-title{
  font-family:"Cormorant SC", Georgia, serif !important;
  color:var(--gold2) !important;
  letter-spacing:-.01em !important;
}
.intro,
.page-hero-simple p,
.page-hero p,
.song-card p,
.voice-card p,
.artist-copy .summary,
.journey-note,
.small-note,
.listen-copy p,
.overview-copy,
.subscribe-copy,
.soundtrack-card-copy p,
.redirect-card p{
  color:var(--muted) !important;
  line-height:1.75 !important;
}
.kicker{
  display:inline-block !important;
  width:fit-content !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
  color:var(--gold) !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
}
.badge,
.active-badge,
.tag,
.song-pills span,
.compact-actions a,
.compact-actions span{
  border-radius:999px !important;
  border:1px solid var(--line) !important;
  background:rgba(184,131,67,.10) !important;
  color:var(--gold2) !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-weight:600 !important;
}
.btn,
.ghost-btn,
.small-btn,
.platform-link,
.see-more,
.subscribe-form button{
  border-radius:999px !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-weight:700 !important;
  box-shadow:0 10px 24px rgba(91,56,33,.10) !important;
}
.btn,
.small-btn,
.subscribe-form button{
  background:linear-gradient(135deg, #694326, #4f301c) !important;
  border:1px solid rgba(91,56,33,.20) !important;
  color:#fffdfa !important;
}
.ghost-btn,
.platform-link,
.see-more{
  background:rgba(255,255,255,.72) !important;
  border:1px solid var(--line-strong) !important;
  color:var(--gold2) !important;
}
.btn:hover,.ghost-btn:hover,.small-btn:hover,.platform-link:hover,.see-more:hover{transform:translateY(-1px);}
.page-hero .panel,
.page-hero-simple,
.artist-hero,
.hero-copy{
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(250,246,241,.84)) !important;
  border-radius:28px !important;
}
.page-hero-simple h1,.artist-hero h1,.page-hero h1{font-size:clamp(46px,6vw,76px) !important; line-height:.96 !important;}
.artist-row,
.episode-card{
  gap:26px !important;
  padding:24px !important;
}
.artist-row img,
.episode-art img,
.song-card img,
.voice-card img,
.cover-frame img,
.listen-card img{
  border-radius:16px !important;
  box-shadow:0 12px 28px rgba(41,24,12,.10) !important;
}
.episode-copy .theme,
.song-card .meta,
.voice-card .meta,
.artist-copy .meta,
.meta-line{
  color:var(--gold) !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-weight:700 !important;
}
.feature-band{
  background:linear-gradient(135deg,#4d2f1d,#6c4728) !important;
  color:#fff7ef !important;
  border-radius:24px !important;
  box-shadow:var(--shadow) !important;
}
.feature-band h2{color:#f2dcbb !important;}
.feature-band p{color:#fff1dd !important;}
input,textarea{
  border-radius:14px !important;
  border:1px solid var(--line-strong) !important;
  font-family:"Inter", system-ui, sans-serif !important;
}
.footer{
  color:var(--muted) !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-size:14px !important;
}
@media(max-width:900px){
  .nav-inner{padding:14px 16px !important;}
  .links{gap:10px 14px !important;}
  .section{padding:22px !important;}
}
@media(max-width:640px){
  .brand strong{font-size:19px !important;}
  .links a{font-size:14px !important;}
  .wrap{padding-left:18px !important; padding-right:18px !important;}
}



/* v109 contrast + contemporary warmth refresh */
:root{
  --bg:#fbf7f0 !important;
  --bg-soft:#efe1cf !important;
  --panel:#fffdfa !important;
  --panel-strong:#ffffff !important;
  --panel2:#f8f0e6 !important;
  --gold:#b77932 !important;
  --gold-soft:#e8bd78 !important;
  --gold2:#432512 !important;
  --deep:#24130b !important;
  --text:#25170f !important;
  --muted:#4f4034 !important;
  --line:rgba(67,37,18,.18) !important;
  --line-strong:rgba(67,37,18,.30) !important;
  --shadow:0 18px 46px rgba(57,34,18,.12) !important;
  --shadow-soft:0 14px 34px rgba(57,34,18,.09) !important;
}
body{
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--text) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(184,121,50,.16), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(67,37,18,.10), transparent 34%),
    linear-gradient(180deg,#fffaf4 0%,#f3e5d3 52%,#fbf7f0 100%) !important;
}
.nav{
  background:rgba(255,252,247,.90) !important;
  border-bottom:1px solid rgba(67,37,18,.16) !important;
  box-shadow:0 6px 22px rgba(67,37,18,.06) !important;
}
.brand small{
  color:var(--gold2) !important;
  font-family:"Inter",system-ui,sans-serif !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:none !important;
  font-size:14px !important;
}
.brand strong{
  color:var(--gold) !important;
  font-family:"Inter",system-ui,sans-serif !important;
  font-size:18px !important;
  font-weight:600 !important;
  letter-spacing:.01em !important;
}
.brand strong em{font-style:italic !important;}
.links a{color:var(--gold2) !important; font-weight:650 !important; opacity:.76 !important;}
.links a:hover,.links a[aria-current="page"]{opacity:1 !important;}
.links a[aria-current="page"]::after{background:var(--gold) !important; height:3px !important; border-radius:999px !important;}
.wrap{max-width:1220px !important;}
.panel,
.subscribe-card,
.artist-row,
.episode-card,
.song-card,
.voice-card,
.listen-card,
.box,
.meta-item,
.cover-frame,
.cta-box,
.redirect-card,
.preview-card,
.soundtrack-card,
.release-cover,
.story-card,
.episode-mini{
  background:rgba(255,255,255,.94) !important;
  border:1px solid var(--line) !important;
  border-radius:28px !important;
  box-shadow:var(--shadow-soft) !important;
}
.section{padding:34px !important; margin-top:32px !important;}
.section h2,
.page-hero h1,
.page-hero-simple h1,
.artist-hero h1,
.hero-copy h1,
.current-release .copy h2,
.current-release-main h3,
.episode-copy h2,
.feature-band h2,
.box h3,
.song-card h3,
.voice-card h3,
.artist-copy h3,
.listen-copy h3,
.redirect-card h1,
.subscribe-title{
  color:var(--gold2) !important;
  text-shadow:none !important;
}
.intro,
.page-hero-simple p,
.page-hero p,
.song-card p,
.voice-card p,
.artist-copy .summary,
.journey-note,
.small-note,
.listen-copy p,
.overview-copy,
.subscribe-copy,
.soundtrack-card-copy p,
.redirect-card p,
.story-card p,
.release-copy p,
.home-release-copy p,
.current-release-main p,
.sublead,
.lead{
  color:var(--muted) !important;
}
.kicker{
  color:var(--gold) !important;
  letter-spacing:.16em !important;
}
.badge,
.active-badge,
.tag,
.song-pills span,
.compact-actions a,
.compact-actions span{
  background:#fff7ea !important;
  border:1px solid rgba(183,121,50,.24) !important;
  color:var(--gold2) !important;
}
.btn,
.small-btn,
.subscribe-form button{
  background:linear-gradient(135deg,#4b2915,#221109) !important;
  border:1px solid rgba(34,17,9,.24) !important;
  color:#fffaf2 !important;
  box-shadow:0 14px 28px rgba(34,17,9,.18) !important;
}
.ghost-btn,
.platform-link,
.see-more,
.social-icon-link{
  background:#fffdfa !important;
  border:1px solid rgba(67,37,18,.26) !important;
  color:var(--gold2) !important;
  box-shadow:0 10px 22px rgba(57,34,18,.08) !important;
}
.btn:hover,.ghost-btn:hover,.small-btn:hover,.platform-link:hover,.see-more:hover,.social-icon-link:hover{transform:translateY(-2px) !important;}
.page-hero .panel,
.page-hero-simple,
.artist-hero,
.hero-copy{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,244,237,.93)) !important;
  border:1px solid var(--line) !important;
  box-shadow:var(--shadow-soft) !important;
}
.feature-band{
  background:linear-gradient(135deg,#23130c 0%,#4f2b17 62%,#8c5525 100%) !important;
  border:1px solid rgba(232,189,120,.24) !important;
  color:#fff8ef !important;
}
.feature-band h2{color:#ffe0aa !important;}
.feature-band p{color:#fff4e6 !important;}
/* Churches page: restore strong contrast on feature and countdown cards */
.believe-card{
  background:
    radial-gradient(circle at 78% 12%,rgba(255,215,142,.22),transparent 34%),
    linear-gradient(135deg,#21110a 0%,#4e2a17 58%,#93602d 100%) !important;
  color:#fff7ea !important;
  border:1px solid rgba(232,189,120,.32) !important;
  box-shadow:0 22px 56px rgba(36,19,11,.20) !important;
}
.believe-card h2{color:#ffe0a6 !important; font-size:38px !important;}
.believe-card p{color:#fff1dc !important; font-weight:500 !important;}
.believe-card .kicker{color:#f4c982 !important;}
.believe-card .ghost-btn{background:#fffdf8 !important;color:#3f220f !important;}
.countdown-card{
  background:
    radial-gradient(circle at 18% 12%,rgba(255,215,142,.20),transparent 30%),
    linear-gradient(135deg,#1d0f08 0%,#4b2813 54%,#b5752f 100%) !important;
  color:#fff8ed !important;
  border:1px solid rgba(232,189,120,.34) !important;
  box-shadow:0 22px 56px rgba(36,19,11,.20) !important;
}
.countdown-card h2{color:#ffe0a6 !important; text-shadow:0 2px 18px rgba(0,0,0,.22) !important;}
.countdown-card p{color:#fff0dc !important; font-weight:600 !important;}
.timebox{
  background:rgba(255,255,255,.13) !important;
  border:1px solid rgba(255,232,190,.30) !important;
  color:#fff !important;
}
.timebox strong{color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.26) !important;}
.timebox span{color:#f4c982 !important; font-weight:800 !important;}
/* Keep the home hero artwork/title arc untouched. Only refresh lower sections. */
.hero-cinematic,
.hero-backdrop,
.hero-overlay,
.hero-title-image,
.hero-tagline-band,
.hero-tagline-band span{
  /* intentionally preserved */
}
@media(max-width:900px){.section{padding:24px !important;}.brand small{font-size:13px !important}.brand strong{font-size:17px !important}}

