
:root{
  --bg:#f7efe2; --panel:rgba(255,252,248,.96); --panel2:rgba(249,241,231,.96);
  --gold:#b67a31; --gold2:#5a3013; --text:#21140c; --muted:#523b2b; --line:rgba(90,48,19,.20); --pill:#36231a; --pillText:#fff7ef;
}
*{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,.88), rgba(223,197,158,.68)), url('album-cover-front-v81.webp') center/cover fixed;
}
a{color:var(--gold2)}
.nav{position:sticky; top:0; z-index:20; background:rgba(255,249,241,.90); border-bottom:1px solid var(--line); backdrop-filter:blur(10px)}
.nav-inner{max-width:1240px; margin:0 auto; padding:16px 24px; display:flex; justify-content:space-between; gap:20px; align-items:center}
.brand small{display:block; color:var(--gold); text-transform:uppercase; letter-spacing:.2em; font-size:11px}
.brand strong{display:block; color:var(--gold2); font-size:22px}
.links{display:flex; gap:18px; flex-wrap:wrap}
.links a{text-decoration:none; color:var(--gold2); font-size:17px; padding:4px 0; position:relative}
.links a.stack{display:flex; flex-direction:column; align-items:center; line-height:1.02; gap:1px; text-align:center; min-width:64px}
.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:28px 24px 56px}
.panel{background:var(--panel); border:1px solid var(--line); border-radius:26px; box-shadow:0 18px 42px rgba(48,28,12,.18)}
.hero{display:grid; grid-template-columns:1.06fr .94fr; gap:28px; align-items:center}
.hero-copy{padding:40px; min-height:620px; display:flex; flex-direction:column; justify-content:center;
  background:linear-gradient(180deg, rgba(255,254,251,.98), rgba(241,228,209,.95)); border:1px solid var(--line); border-radius:26px}
.hero-art{padding:18px}
.hero-art img{width:100%; border-radius:18px; display:block}
.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)}
h1{margin:18px 0 0; font-size:clamp(54px, 7vw, 96px); line-height:.93; color:var(--gold)}
.subtitle{margin-top:8px; font-size:clamp(24px, 3vw, 42px); color:var(--gold2)}
.lead{margin-top:22px; font-size:23px; line-height:1.55; max-width:720px}
.sublead{margin-top:10px; font-size:18px; line-height:1.7; color:var(--muted); max-width:740px}
.cta{margin-top:28px; display:flex; gap:14px; flex-wrap:wrap}
.btn{display:inline-block; text-decoration:none; padding:15px 22px; border-radius:18px; border:1px solid rgba(141,94,39,.28); background:linear-gradient(#c89253,#a97336); color:#fff8ee; font-weight:bold}
.btn.alt{background:rgba(255,248,239,.72); color:var(--gold2)}
.section{margin-top:26px; padding:28px}
.section h2{margin:0 0 10px; color:var(--gold); font-size:40px}
.intro{margin:0 0 20px; color:var(--muted); font-size:18px; line-height:1.7; max-width:920px}
.box{background:var(--panel2); border:1px solid var(--line); border-radius:18px; padding:18px}
.box h3{margin:0 0 8px; color:var(--gold2); font-size:24px}
.small-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
.table-list{display:grid; grid-template-columns:1fr 1fr; gap:8px 28px}
.song-link{display:flex; justify-content:space-between; gap:16px; padding:10px 0; border-bottom:1px solid rgba(221,177,106,.12); text-decoration:none; color:var(--text)}
.song-link:last-child{border-bottom:none}
.artist-list{display:grid; gap:16px}
.artist-row{display:grid; grid-template-columns:240px 1fr; gap:18px; align-items:start; background:var(--panel2); border:1px solid var(--line); border-radius:18px; padding:18px}
.artist-row img,.ph{width:100%; aspect-ratio:1/1; object-fit:cover; display:block; border-radius:14px}
.ph{background:linear-gradient(135deg,#ead4b0,#cfb086); display:flex; align-items:center; justify-content:center; color:var(--gold2); font-size:42px}
.artist-copy h3{margin:0; color:var(--gold2); font-size:30px}
.meta{margin-top:6px; color:var(--muted); font-size:17px}
.summary{margin-top:14px; font-size:18px; line-height:1.7}
.socials{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
.tag{display:inline-block; padding:8px 12px; border-radius:999px; border:1px solid rgba(106,82,66,.22); text-decoration:none; color:var(--pillText); background:var(--pill); font-size:14px; box-shadow:0 4px 12px rgba(61,43,29,.08)}
.tag:hover{background:#5b4537}
.listen-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px}
.listen-grid a,.listen-grid div{display:block; padding:14px 16px; border:1px solid var(--line); border-radius:14px; text-decoration:none; background:var(--panel2); color:var(--text)}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; align-items:start}
.small-note{font-size:16px; line-height:1.7; color:var(--muted)}
.note{color:var(--muted); font-size:15px; margin-top:14px}
.credits-table{display:grid; gap:14px}
.credit-row{display:grid; grid-template-columns:1.3fr 1fr 1.2fr 1.2fr; gap:12px; background:var(--panel2); border:1px solid var(--line); border-radius:16px; padding:14px}
.credit-head{color:var(--gold2); font-weight:bold}
.center-credit{text-align:center; color:var(--gold2); font-size:22px; margin-top:22px}
.footer{text-align:center; color:var(--muted); font-size:15px; padding-top:20px}
.hero-art img,.artist-row img,.roll-item img,.cover-thumb img,.song-art img{filter:brightness(1.12) saturate(.98)}
dialog{max-width:760px; width:92%; 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,.28)}
.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}
.follow-card{display:flex; flex-direction:column; justify-content:flex-start; align-self:start}
.follow-text{margin:0; font-size:18px; line-height:1.75; color:var(--text)}
.social-follow{margin-top:18px; display:flex; gap:18px; flex-wrap:wrap; align-items:flex-start}
.social-icon{display:inline-flex; flex-direction:column; align-items:center; justify-content:flex-start; gap:8px; padding:0; border:none; background:transparent; color:var(--gold2); text-decoration:none; font-size:14px; font-weight:bold; min-width:84px}
.social-icon:hover{transform:translateY(-1px)}
.social-icon img{width:74px; height:74px; object-fit:cover; border-radius:50%; display:block; box-shadow:0 6px 16px rgba(61,43,29,.10); flex:0 0 auto}
.social-icon span{text-align:center; line-height:1.2}
.social-icon.is-static{cursor:default; opacity:1}
@media (max-width:1020px){
  .hero,.contact-grid,.small-grid{grid-template-columns:1fr}
  .artist-row,.credit-row,.listen-grid,.table-list{grid-template-columns:1fr}
}
@media (max-width:700px){
  .wrap{padding:18px 14px 42px}
  .nav-inner{padding:14px}
  .hero-copy,.section{padding:22px}
  .hero-copy{min-height:auto}
  .links a{font-size:15px}
}

.contact-form{display:grid;gap:14px;margin-top:8px}
.contact-form label{display:grid;gap:8px;color:var(--gold2);font-size:15px}
.contact-form > label > input[type="text"],.contact-form > label > input[type="email"],.contact-form > label > textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:rgba(18,12,8,.72);color:#fff7ef;caret-color:#fff7ef;-webkit-text-fill-color:#fff7ef;font:inherit;appearance:none;-webkit-appearance:none;background-clip:padding-box}
.contact-form > label > textarea{min-height:170px;resize:vertical}
.contact-form > label > input[type="text"]::placeholder,.contact-form > label > input[type="email"]::placeholder,.contact-form > label > textarea::placeholder{color:#d8c0a0}
.contact-form > label > input[type="text"]:-webkit-autofill,.contact-form > label > input[type="text"]:-webkit-autofill:hover,.contact-form > label > input[type="text"]:-webkit-autofill:focus,.contact-form > label > input[type="email"]:-webkit-autofill,.contact-form > label > input[type="email"]:-webkit-autofill:hover,.contact-form > label > input[type="email"]:-webkit-autofill:focus,.contact-form > label > textarea:-webkit-autofill,.contact-form > label > textarea:-webkit-autofill:hover,.contact-form > label > textarea:-webkit-autofill:focus{-webkit-text-fill-color:#fff7ef!important;caret-color:#fff7ef!important;box-shadow:0 0 0 1000px rgba(18,12,8,.72) inset!important;-webkit-box-shadow:0 0 0 1000px rgba(18,12,8,.72) inset!important;border:1px solid var(--line)!important;transition:background-color 9999s ease-in-out 0s,color 9999s ease-in-out 0s}
.contact-form > label > input[type="text"]:autofill,.contact-form > label > input[type="email"]:autofill,.contact-form > label > textarea:autofill{color:#fff7ef;box-shadow:0 0 0 1000px rgba(18,12,8,.72) inset;border:1px solid var(--line)}
.form-actions{display:flex;gap:16px;align-items:flex-end;flex-wrap:nowrap;margin-top:8px}.form-actions altcha-widget{display:block;flex:1 1 auto;min-width:260px;margin-top:0}.form-actions .btn{flex:0 0 auto;white-space:nowrap}@media (max-width:700px){.form-actions{flex-wrap:wrap}.form-actions altcha-widget{min-width:100%}}
.form-note{color:var(--muted);font-size:14px;line-height:1.6}
altcha-widget{display:block;margin-top:8px;--altcha-color-border:rgba(166,115,52,.22);--altcha-border-radius:16px;--altcha-color-base:#fff8ee;--altcha-color-text:#3f2b1d;--altcha-color-border-focus:#a67334;--altcha-color-border-hover:#a67334;--altcha-color-label:#3f2b1d}.email-list{display:grid;gap:10px}.email-list p{margin:0;line-height:1.45}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.status-message{margin:0 0 14px;padding:14px 16px;border-radius:14px;border:1px solid var(--line);font-size:15px;line-height:1.6}
.status-success{background:rgba(214,239,218,.9);color:#1f4a2d}
.status-error{background:rgba(255,239,234,.95);color:#6b2818}



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


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

