:root{
  --bg:#f6f1ea;
  --bg-soft:#efe6da;
  --panel:rgba(255,255,255,.82);
  --panel-strong:rgba(255,255,255,.92);
  --panel2:rgba(250,247,243,.86);
  --gold:#b88343;
  --gold2:#5b3821;
  --text:#24160f;
  --muted:#655242;
  --line:rgba(91,56,33,.14);
  --line-strong:rgba(91,56,33,.22);
  --pill:#36231a;
  --pillText:#fff7ef;
  --shadow:0 12px 30px rgba(53,34,20,.08);
  --shadow-soft:0 20px 48px rgba(53,34,20,.06);
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(184,131,67,.10), transparent 28%),
    linear-gradient(180deg, #faf7f2 0%, #f4eee6 45%, #f8f4ee 100%);
}
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(250,247,242,.80);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.nav-inner{max-width:var(--max);margin:0 auto;padding:18px 26px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.brand{text-decoration:none}
.brand small{display:block;color:var(--gold);letter-spacing:.10em;font-size:11px;font-weight:700;text-transform:uppercase;font-family:"Inter",sans-serif}
.brand strong{display:block;color:var(--gold2);font-size:22px;font-family:"Cormorant SC",Georgia,serif;line-height:1.05}
.links{display:flex;gap:22px;flex-wrap:wrap;align-items:center}
.links a{text-decoration:none;color:var(--gold2);font-size:15px;font-weight:500;padding:6px 0;position:relative;opacity:.84}
.links a:hover{opacity:1}
.links a[aria-current="page"]{color:var(--gold2);opacity:1}
.links a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--gold)}
.wrap{max-width:var(--max);margin:0 auto;padding:36px 26px 64px}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.section{margin-top:28px;padding:32px}
.section h2,.feature-band h2,.episode-copy h2,.page-hero-simple h1,.box h3{font-family:"Cormorant SC",Georgia,serif;letter-spacing:-.01em}
.section h2{margin:0 0 12px;color:var(--gold2);font-size:42px}
.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:20px;padding:22px}
.box h3{margin:0 0 10px;color:var(--gold2);font-size:26px}
.kicker{display:inline-block;width:fit-content;padding:0;border:none;background:none;text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--gold);font-weight:700;font-family:"Inter",sans-serif}
.btn,.ghost-btn,.platform-link,.small-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;font-weight:600;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 24px;border:1px solid rgba(141,94,39,.12);background:var(--gold2);color:#fffdfa;box-shadow:0 10px 22px rgba(91,56,33,.14)}
.ghost-btn{padding:15px 22px;border:1px solid var(--line-strong);background:rgba(255,255,255,.66);color:var(--gold2)}
.small-btn{padding:11px 15px;min-width:132px;border:1px solid rgba(141,94,39,.14);background:rgba(255,255,255,.8);color:var(--gold2);white-space:nowrap}
.platform-link{padding:12px 16px;min-width:190px;border:1px solid rgba(106,82,66,.16);background:#fff;color:var(--gold2);white-space:nowrap;gap:10px}
.footer{text-align:center;color:var(--muted);font-size:14px;padding-top:26px}
.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,255,255,.98), rgba(249,244,237,.95));border:1px solid var(--line);border-radius:22px;padding:18px}
.cover-frame img{display:block;width:100%;border-radius:16px;box-shadow:0 12px 28px rgba(41,24,12,.11)}
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}
.embed-meta h3{margin:0 0 6px;color:var(--gold2);font-size:28px;font-family:"Cormorant SC",Georgia,serif}
.embed-meta .credit{margin:0;color:var(--gold);font-weight:700;font-size:15px}
.embed-meta p{margin:12px 0 0;color:var(--muted);line-height:1.7;font-size:16px}
.pivot-hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:26px;padding:32px}
.hero-copy{padding:6px 2px}
.hero-copy h1{margin:10px 0 12px;color:var(--gold2);font-size:clamp(42px,6.1vw,78px);line-height:.96}
.hero-copy p{font-size:18px;line-height:1.8;color:var(--muted);max-width:760px;margin:0 0 18px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.quick-listen{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:20px 22px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.72)}
.quick-listen strong{display:block;font-family:"Cormorant SC",Georgia,serif;color:var(--gold2);font-size:24px}.quick-listen span{color:var(--muted)}
.current-release{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}.current-release .art img{aspect-ratio:1/1;object-fit:cover}.current-release .copy h2{font-size:50px;margin:0 0 10px;color:var(--gold2);font-family:"Cormorant SC",Georgia,serif}.current-release .copy p{font-size:18px;line-height:1.75;color:var(--muted)}.meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.meta-item{padding:18px;border-radius:18px;background:rgba(255,255,255,.68);border:1px solid var(--line)}.meta-item h3{margin:0 0 6px;font-size:15px;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-family:"Inter",sans-serif}.meta-item p{margin:0;color:var(--muted);line-height:1.65}.home-release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-release-grid .cover-frame img{aspect-ratio:1/1;object-fit:cover}.episode-grid{display:grid;gap:20px}.episode-card{display:grid;grid-template-columns:280px 1fr;gap:26px;align-items:start;padding:26px;border:1px solid var(--line);border-radius:24px;background:var(--panel-strong);box-shadow:var(--shadow-soft)}.episode-art{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-self:start}.episode-art img{aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid var(--line)}.episode-copy h2{font-size:40px;margin:10px 0 8px;color:var(--gold2)}.episode-copy .theme{font-size:19px;color:var(--gold);font-weight:700;margin-bottom:10px;line-height:1.45}.song-pills{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.song-pills span{padding:8px 11px;border-radius:999px;background:rgba(184,131,67,.10);border:1px solid var(--line);color:var(--gold2);font-size:13px;font-weight:500}.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:20px;padding:16px;box-shadow:0 8px 20px rgba(48,28,12,.06)}.song-card img,.voice-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid var(--line);background:#ead7bd}.song-card h3,.voice-card h3{margin:12px 0 4px;color:var(--gold2);font-size:23px;font-family:"Cormorant SC",Georgia,serif}.song-card .meta,.voice-card .meta{color:var(--gold);font-weight:700;margin-bottom:8px}.song-card p,.voice-card p{color:var(--muted);line-height:1.6;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,255,255,.72);color:var(--gold2);text-decoration:none;font-size:13px}.journey-note{font-size:17px;line-height:1.82;color:var(--muted)}.feature-band{background:linear-gradient(135deg,#4d2f1d,#6c4728);color:#fff7ef;border-radius:24px;padding:34px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.feature-band h2{color:#f2dcbb;margin:0 0 10px;font-size:46px}.feature-band p{font-size:18px;line-height:1.75;margin:0;color:#fff1dd;max-width:920px}.platforms{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.placeholder{opacity:.72}.badge{display:inline-flex;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:rgba(184,131,67,.10);color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.10em;font-weight:600;font-family:"Inter",sans-serif}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.page-hero-simple{padding:40px 40px 34px;border-radius:28px;background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(250,246,241,.82));}.page-hero-simple h1{margin:10px 0 12px;color:var(--gold2);font-size:clamp(46px,6vw,76px);line-height:.95}.page-hero-simple p{font-size:20px;line-height:1.75;color:var(--muted);max-width:940px}.eyebrow-note{margin-top:12px;font-size:14px;color:var(--muted)}
@media(max-width:1000px){.pivot-hero,.episode-card,.two-col,.current-release{grid-template-columns:1fr}.episode-strip,.library-grid{grid-template-columns:repeat(2,1fr)}.voice-grid{grid-template-columns:repeat(2,1fr)}.episode-card{padding:22px}.episode-art{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.links{gap:14px}.wrap{padding:26px 18px 52px}.section,.page-hero-simple,.pivot-hero{padding:22px}.episode-strip,.library-grid,.voice-grid,.meta-grid,.home-release-grid{grid-template-columns:1fr}.episode-card{padding:18px;gap:18px}.episode-art{grid-template-columns:repeat(3,1fr)}.page-hero-simple h1{font-size:50px}.page-hero-simple p{font-size:18px}.feature-band h2{font-size:38px}}


/* 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}}

