
:root{
  --bg:#f7efe2; --panel:rgba(255,252,248,.96); --panel2:rgba(249,241,231,.96); --gold:#c99045; --gold2:#5a3013; --deep:#2b160a; --text:#21140c; --muted:#563d2b; --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(39,20,8,.28), rgba(246,224,188,.82)), url('album-cover-front-v81.webp') center/cover fixed;}
a{color:var(--gold2)} img{max-width:100%}
.nav{position:sticky; top:0; z-index:30; background:rgba(255,249,241,.90); 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); 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; 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:28px; box-shadow:var(--shadow)}.section{margin-top:28px; padding:28px}.section h2{margin:0 0 12px; color:var(--gold2); font-size:40px; line-height:1.05}.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: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 rgba(213,164,93,.45); background:rgba(255,232,190,.48); text-transform:uppercase; letter-spacing:.16em; font-size:12px; color:var(--gold2)}.btn,.ghost-btn,.small-btn,.tag{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,.small-btn:hover,.tag:hover{transform:translateY(-1px)}.btn{padding:15px 22px; border:1px solid rgba(141,94,39,.28); background:linear-gradient(#d59a52,#a86b2e); 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,.82); color:var(--gold2)}.small-btn{padding:12px 16px; border:1px solid rgba(141,94,39,.28); background:linear-gradient(#d59a52,#a86b2e); color:#fff8ee}.footer{text-align:center; color:var(--muted); font-size:15px; padding-top:22px}.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}.note{color:var(--muted); font-size:15px; margin-top:14px}.audio-wrap audio{width:100%; margin-top:10px}
dialog{max-width:900px; width:min(94vw,900px); border:none; border-radius:22px; background:#fff8ee; color:var(--text); padding:0; box-shadow:0 24px 80px rgba(71,47,27,.22)}dialog::backdrop{background:rgba(31,17,10,.55)}.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}.preview-shell{display:grid; grid-template-columns:210px 1fr; gap:22px; align-items:start}.preview-shell img{width:100%; display:block; border-radius:16px; border:1px solid var(--line)}.modal-actions{margin-top:18px; display:flex; gap:12px; flex-wrap:wrap}.summary{font-size:18px; line-height:1.7}
.church-hero{display:grid; grid-template-columns:1.02fr .98fr; gap:28px; align-items:stretch}.hero-copy{padding:46px; min-height:520px; display:flex; flex-direction:column; justify-content:center; background:radial-gradient(circle at 10% 10%, rgba(255,255,255,.82), transparent 24%), linear-gradient(180deg, rgba(255,254,251,.98), rgba(242,230,211,.96)); border-radius:28px}.hero-copy h1{margin:0; font-size:clamp(52px,6.4vw,92px); line-height:.93; color:var(--gold2)}.lead{margin-top:24px; font-size:26px; line-height:1.4}.sublead{margin-top:12px; font-size:19px; line-height:1.75; color:var(--muted); max-width:760px}.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:28px}.feature-stack{display:grid; gap:18px}.believe-card{display:grid; grid-template-columns:210px 1fr; gap:24px; align-items:center; padding:24px; background:linear-gradient(135deg, rgba(61,31,12,.98), rgba(117,64,25,.95) 58%, rgba(203,141,67,.92)); border:1px solid rgba(246,211,151,.38); border-radius:28px; box-shadow:var(--shadow); color:#fff5e8; overflow:hidden; position:relative}.believe-card::before{content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 15%, rgba(255,220,154,.28), transparent 32%); pointer-events:none}.believe-card>*{position:relative}.believe-card img{width:100%; aspect-ratio:1/1; object-fit:cover; display:block; border-radius:18px; box-shadow:0 14px 28px rgba(10,5,2,.26)}.believe-card h2{margin:6px 0 8px; font-size:34px; color:#ffe0a4}.believe-card p{margin:0; font-size:17px; line-height:1.58; color:#fff4e4}.believe-card .kicker{background:rgba(255,245,226,.16); border-color:rgba(255,230,180,.32); color:#ffe0a4}.believe-card .ghost-btn{background:rgba(255,248,238,.92)}
.countdown-card{position:relative; min-height:250px; padding:32px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; overflow:hidden; border-radius:28px; border:1px solid rgba(255,224,164,.34); background:radial-gradient(circle at 20% 10%, rgba(255,219,151,.32), transparent 28%), linear-gradient(135deg,#2a1508,#6f3814 56%,#c0823a); color:#fff5e8; box-shadow:var(--shadow)}.countdown-card::after{content:""; position:absolute; inset:18px; border:1px solid rgba(255,255,255,.22); border-radius:22px; pointer-events:none}.countdown-card h2{position:relative; margin:0; color:#ffe2ac; font-size:clamp(30px,3.4vw,44px); line-height:1.05}.countdown-card p{position:relative; margin:10px 0 0; font-size:20px; line-height:1.35}.countdown-grid{position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; width:100%; margin-top:22px}.timebox{padding:14px 8px; border-radius:18px; background:rgba(255,248,238,.14); border:1px solid rgba(255,232,190,.24); backdrop-filter:blur(4px)}.timebox strong{display:block; font-size:clamp(28px,4vw,46px); line-height:1; color:#fff}.timebox span{display:block; margin-top:8px; text-transform:uppercase; letter-spacing:.14em; font-size:11px; color:#ffe0a4}.story-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}.story-grid .box p,.resource-grid .box p{font-size:17px; line-height:1.7}.cta-box{display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:stretch}.cta-box p{font-size:17px; line-height:1.72}.listen-band{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}.audio-note{margin-top:0; font-size:18px; line-height:1.75}
@media (max-width:1080px){.church-hero,.story-grid,.cta-box{grid-template-columns:1fr}.believe-card{grid-template-columns:180px 1fr}.hero-copy{min-height:auto}}
@media (max-width:1020px){.grid-3,.preview-shell{grid-template-columns:1fr}}
@media (max-width:900px){body{background-attachment:scroll}.nav-inner{padding:14px 16px;align-items:flex-start}.links{gap:10px 14px}.wrap{padding:20px 14px 42px}.section{padding:20px}.section h2{font-size:clamp(30px,8vw,40px)}}
@media (max-width:680px){.hero-copy{padding:30px}.believe-card{grid-template-columns:1fr}.countdown-grid{grid-template-columns:repeat(2,1fr)}.listen-band,.hero-actions{display:grid}.countdown-card{padding:26px}.countdown-card p{font-size:18px}}
@media (max-width:640px){.nav{position:static}.brand strong{font-size:18px}.links a{font-size:15px}.btn,.ghost-btn,.small-btn{width:100%}}


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

/* v116 church hero audio placement */
.feature-stack.story-audio-stack{display:flex !important; min-height:100%;}
.story-audio-card{
  width:100%; min-height:100%; padding:38px 32px !important; display:flex; flex-direction:column; justify-content:center; gap:16px;
  background:radial-gradient(circle at 82% 12%, rgba(255,218,144,.26), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,247,234,.94)) !important;
  border-radius:28px !important;
}
.story-audio-label{font-family:"Cormorant SC", Georgia, serif; color:var(--gold2); font-size:24px; font-weight:700; letter-spacing:.02em;}
.story-audio-card h2{margin:0; color:var(--gold2); font-family:"Cormorant SC", Georgia, serif; font-size:clamp(36px,4vw,54px); line-height:1.02;}
.story-audio-card .audio-note{margin:0; color:var(--text); font-size:19px; line-height:1.7; max-width:720px;}
.story-audio-card audio{width:100%; margin-top:12px;}
#church-resources{margin-top:24px !important;}
@media (max-width:1080px){.feature-stack.story-audio-stack{min-height:360px}.story-audio-card{min-height:360px;}}
@media (max-width:680px){.story-audio-card{padding:28px 22px !important}.story-audio-card h2{font-size:clamp(34px,10vw,44px)}}
/* 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}}

