
:root{
  --green:#173a2c;
  --green-2:#285843;
  --cream:#f7f4ec;
  --paper:#fffdf8;
  --ink:#17231d;
  --muted:#69746d;
  --gold:#c49a52;
  --gold-soft:#ead8b6;
  --line:#e5dfd3;
  --white:#fff;
  --shadow:0 20px 55px rgba(17,44,32,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:850}
h1,h2,h3,.serif{font-family:Georgia,"Times New Roman",serif}
.section-title{font-size:clamp(2.15rem,5vw,4.25rem);line-height:1.02;letter-spacing:-.035em;margin:.45rem 0 1rem}
.lead{font-size:1.08rem;color:var(--muted);max-width:760px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:#fff}
.btn-gold{background:#efd5a1;color:var(--green)}
.btn-outline{border-color:rgba(24,57,44,.18);background:rgba(255,255,255,.55)}
section{padding:92px 0}
.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 35px rgba(17,44,32,.05)}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(247,244,236,.91);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(24,57,44,.08);
}
nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:850;min-width:220px}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#f3d8a2;font-family:Georgia,serif;font-size:1.3rem}
.brand small{display:block;color:var(--muted);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.nav-links{display:flex;align-items:center;gap:21px;font-size:.9rem;font-weight:750}
.nav-links a{opacity:.8;position:relative}
.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--green)}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--gold)}
.nav-visit{padding:10px 15px;border-radius:999px;background:var(--green);color:white!important}
.nav-visit.active:after{display:none}
.menu-btn{display:none;border:0;background:none;color:var(--green);font-size:1.55rem}
.page-hero{
  position:relative;overflow:hidden;color:white;background:var(--green);
  min-height:410px;display:grid;align-items:end;
}
.page-hero.has-image{min-height:520px}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,30,21,.87),rgba(10,30,21,.55) 48%,rgba(10,30,21,.16)),linear-gradient(0deg,rgba(10,30,21,.6),transparent 55%)}
.page-hero-content{position:relative;z-index:2;padding:85px 0 62px;max-width:850px}
.page-hero h1{font-size:clamp(3rem,7vw,6.3rem);line-height:.94;letter-spacing:-.05em;margin:12px 0 20px;font-weight:500}
.page-hero p{font-size:1.12rem;max-width:720px;color:rgba(255,255,255,.84)}
.hero-home{min-height:calc(100svh - 76px)}
.hero-home .page-hero-content{padding-bottom:68px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:44px;border:1px solid rgba(255,255,255,.16);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.09)}
.hero-stats div{padding:17px 19px;background:rgba(10,30,21,.35)}
.hero-stats strong{display:block;color:#f1d49d;font-family:Georgia,serif;font-size:1.18rem}
.hero-stats span{font-size:.82rem;color:rgba(255,255,255,.72)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.image-panel{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:500px;position:relative;background:#ddd}
.image-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.quote-card{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-radius:18px;padding:20px;border:1px solid rgba(255,255,255,.5)}
.quote-card p{font-family:Georgia,serif;font-size:1.12rem;margin:0 0 6px}
.quote-card small{color:var(--green);font-weight:850}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature{padding:27px}
.feature .icon{width:48px;height:48px;border-radius:15px;background:#eee7d8;display:grid;place-items:center;margin-bottom:20px}
.feature h3{margin:0 0 8px;font-size:1.35rem}
.feature p{margin:0;color:var(--muted);font-size:.94rem}
.band{background:var(--green);color:white}
.band .lead{color:rgba(255,255,255,.72)}
.schedule-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.service-card{padding:22px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);min-height:170px;display:flex;flex-direction:column;justify-content:space-between}
.service-card .day{font-size:.73rem;text-transform:uppercase;letter-spacing:.13em;color:#e7c98e;font-weight:850}
.service-card h3{font-size:1.35rem;line-height:1.17;margin:13px 0}
.service-card p{margin:0;color:rgba(255,255,255,.73);font-size:.9rem}
.link-card{display:block;padding:25px;transition:.2s}
.link-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.link-card h3{font-size:1.45rem;margin:0 0 8px}
.link-card p{color:var(--muted);margin:0 0 18px}
.link-card span{font-weight:850;color:var(--green)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cbbfa9;margin-top:40px}
.timeline-item{padding:27px 24px 0 0;position:relative}
.timeline-item:before{content:"";position:absolute;top:-7px;left:0;width:13px;height:13px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px var(--cream)}
.timeline-item .year{font-size:.8rem;letter-spacing:.09em;color:var(--green);font-weight:900}
.timeline-item h3{font-size:1.3rem;margin:8px 0}
.timeline-item p{color:var(--muted);font-size:.91rem;margin:0}
.archive-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin:30px 0 22px}
.search-box{flex:1;position:relative}
.search-box input{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:14px 18px 14px 44px;color:var(--ink);outline:none}
.search-box:before{content:"⌕";position:absolute;left:17px;top:9px;color:var(--muted);font-size:1.3rem}
.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:11px 15px;font-weight:800;color:var(--muted);cursor:pointer}
.filter-btn.active{background:var(--green);color:white;border-color:var(--green)}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.person-card{padding:22px;min-height:172px;display:flex;flex-direction:column;justify-content:space-between}
.person-card.hidden{display:none}
.person-role{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:900}
.person-card h3{margin:9px 0 6px;font-size:1.25rem}
.person-years{font-weight:850;color:var(--green)}
.person-note{font-size:.86rem;color:var(--muted);margin:5px 0 0}
.archive-note{margin-top:22px;padding:16px 18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.5);color:var(--muted)}
.ministry-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}
.ministry-card{padding:28px}
.ministry-card h3{font-size:1.45rem;margin:0 0 8px}
.ministry-card p{color:var(--muted);margin:0}
.connect-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:start}
.youtube-card{position:relative;min-height:430px;border-radius:25px;overflow:hidden;background:#111;display:block}
.youtube-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78}
.youtube-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.83),transparent 70%)}
.youtube-content{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:white}
.youtube-content h3{font-size:2rem;margin:6px 0}
.play{position:absolute;z-index:3;left:50%;top:47%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--green);font-size:1.55rem;box-shadow:0 12px 30px rgba(0,0,0,.25);padding-left:4px}
.offering-card{padding:28px}
.qr-shell{width:min(100%,330px);margin:18px auto;background:white;padding:15px;border-radius:25px;border:1px solid var(--line);box-shadow:0 18px 40px rgba(17,44,32,.08)}
.qr-shell img{width:100%;aspect-ratio:1;object-fit:contain}
.upi-box{background:rgba(24,57,44,.06);border:1px solid rgba(24,57,44,.1);padding:14px 16px;border-radius:16px}
.upi-box small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.72rem}
.upi-box strong{word-break:break-all;color:var(--green)}
.contact-list{margin-top:24px}
.contact-row{padding:16px 0;border-bottom:1px solid var(--line)}
.contact-row:last-child{border-bottom:0}
.contact-row small{display:block;color:var(--muted);margin-bottom:3px}
.cta-panel{padding:32px;background:var(--green);color:white;border-radius:25px}
.cta-panel p{color:rgba(255,255,255,.72)}
footer{background:#10281f;color:white;padding:48px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(2,.7fr);gap:36px}
footer p,footer a{color:rgba(255,255,255,.68)}
footer h4{margin-top:0;color:#f1d49d}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:20px;color:rgba(255,255,255,.48);font-size:.82rem}
.back-to-top{position:fixed;right:20px;bottom:20px;z-index:90;width:48px;height:48px;border:0;border-radius:50%;background:var(--green);color:white;box-shadow:0 12px 30px rgba(16,40,31,.25);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}

.identity-masthead{background:radial-gradient(circle at 78% 0%,rgba(196,154,82,.12),transparent 28%),linear-gradient(180deg,#fffdf8,#f5f0e5);border-bottom:1px solid rgba(23,58,44,.10)}
.identity-inner{min-height:155px;display:grid;grid-template-columns:118px 1fr auto;align-items:center;gap:26px;padding:18px 0}
.identity-logo{width:112px;height:112px;filter:drop-shadow(0 8px 18px rgba(23,58,44,.12))}
.identity-title .church-name{margin:0;color:#153b65;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,4.2vw,4.7rem);line-height:.92;letter-spacing:.015em;font-weight:700;text-transform:uppercase;text-shadow:0 2px 0 rgba(255,255,255,.6)}
.identity-title .location-line{display:flex;align-items:center;gap:13px;margin-top:12px;color:var(--green);font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;font-weight:850}
.identity-title .location-line:before,.identity-title .location-line:after{content:"";height:1px;width:58px;background:linear-gradient(90deg,transparent,var(--gold))}
.identity-title .location-line:after{background:linear-gradient(90deg,var(--gold),transparent)}
.identity-motto{max-width:240px;text-align:right;color:#41594d;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.02rem;line-height:1.5}
.identity-motto strong{display:block;margin-top:6px;color:var(--gold);font-family:Inter,system-ui,sans-serif;font-style:normal;font-size:.69rem;letter-spacing:.12em;text-transform:uppercase}
.daily-word{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 20%,rgba(196,154,82,.16),transparent 27%),linear-gradient(135deg,#fffdf8 0%,#f3eddf 100%)}
.daily-word-grid{position:relative;z-index:2;display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center}
.daily-date{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(23,58,44,.06);color:var(--green);font-size:.78rem;font-weight:800}
.daily-icon{width:66px;height:66px;border-radius:22px;background:var(--green);color:#f1d49d;display:grid;place-items:center;font-size:1.85rem;box-shadow:0 14px 34px rgba(23,58,44,.14);margin-bottom:20px}
.daily-passage-card{position:relative;padding:34px 36px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(23,58,44,.10);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.daily-passage-card:before{content:"“";position:absolute;top:-4px;left:20px;color:rgba(196,154,82,.25);font-family:Georgia,serif;font-size:7rem;line-height:1}
.daily-theme{position:relative;z-index:1;color:var(--gold);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900}
.daily-text{position:relative;z-index:1;margin:12px 0 18px;color:#263a31;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.62}
.daily-reference{display:flex;justify-content:space-between;gap:14px;align-items:end;padding-top:16px;border-top:1px solid var(--line)}
.daily-reference strong{color:var(--green);font-size:1rem}.daily-reference span{color:var(--muted);font-size:.77rem;text-align:right}.daily-refresh-note{margin-top:13px;color:var(--muted);font-size:.79rem}


.daily-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}
.language-toggle{display:inline-flex;padding:4px;border-radius:999px;background:rgba(23,58,44,.07);border:1px solid rgba(23,58,44,.10)}
.language-btn{border:0;background:transparent;color:var(--muted);padding:8px 14px;border-radius:999px;font-weight:850;cursor:pointer}
.language-btn.active{background:var(--green);color:white;box-shadow:0 5px 14px rgba(23,58,44,.14)}
.daily-text.kn{font-family:"Noto Sans Kannada","Tunga","Nirmala UI",system-ui,sans-serif;line-height:1.8}


.daily-source-note{
  margin-top:14px;padding-top:12px;border-top:1px dashed var(--line);
  color:var(--muted);font-size:.7rem;line-height:1.5
}
.daily-loading{opacity:.66}
.daily-error{
  padding:13px 15px;border-radius:14px;background:rgba(150,70,40,.07);
  border:1px solid rgba(150,70,40,.14);color:#7a4a36;
  font-family:Inter,system-ui,sans-serif;font-size:.92rem
}

@media(max-width:980px){
  .nav-links{display:none;position:absolute;top:76px;left:18px;right:18px;flex-direction:column;align-items:stretch;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .nav-links a{padding:8px 6px}.nav-links a.active:after{display:none}
  .menu-btn{display:block}
  .split,.connect-grid{grid-template-columns:1fr}
  .identity-inner{grid-template-columns:92px 1fr;min-height:132px}
  .identity-logo{width:88px;height:88px}
  .identity-motto{display:none}
  .daily-word-grid{grid-template-columns:1fr;gap:28px}
  .grid-3,.ministry-list,.archive-grid{grid-template-columns:repeat(2,1fr)}
  .schedule-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:repeat(2,1fr);border-top:0;gap:24px}
  .timeline-item{border-top:1px solid #cbbfa9}
}
@media(max-width:650px){
  .container{width:min(100% - 28px,1160px)}
  section{padding:70px 0}
  nav{height:68px}.nav-links{top:68px;left:12px;right:12px}
  .brand{font-size:.92rem;min-width:0}.brand-mark{width:38px;height:38px}.brand small{font-size:.62rem}
  .identity-inner{grid-template-columns:64px 1fr;gap:14px;min-height:108px;padding:12px 0}
  .identity-logo{width:62px;height:62px}
  .identity-title .church-name{font-size:clamp(1.65rem,8.5vw,2.5rem);line-height:.96}
  .identity-title .location-line{font-size:.57rem;letter-spacing:.13em;gap:7px;margin-top:8px}
  .identity-title .location-line:before,.identity-title .location-line:after{width:18px}
  .daily-passage-card{padding:27px 22px;border-radius:22px}
  .daily-reference{align-items:flex-start;flex-direction:column}
  .daily-reference span{text-align:left}
  .page-hero.has-image{min-height:82svh}.hero-home{min-height:calc(100svh - 68px)}
  .page-hero-content{padding:72px 0 42px}.page-hero h1{font-size:clamp(3rem,15vw,4.7rem)}
  .hero-actions{display:grid}.hero-actions .btn{width:100%}
  .hero-stats{grid-template-columns:1fr}
  .grid-3,.grid-2,.ministry-list,.archive-grid,.schedule-grid,.timeline,.footer-grid{grid-template-columns:1fr}
  .image-panel{min-height:430px}
  .archive-toolbar{align-items:stretch;flex-direction:column}
  .filter-buttons{display:grid;grid-template-columns:repeat(3,1fr)}
  .filter-btn{padding:10px 8px;font-size:.82rem}
  .youtube-card{min-height:360px}
  .back-to-top{right:13px;bottom:13px;width:46px;height:46px}
}



/* ===== Premium branding & decluttered header refresh ===== */
body{line-height:1.72}
.lead{font-size:1.02rem;max-width:720px}
.section-title{font-size:clamp(2rem,4.6vw,4rem);line-height:1.05}
.site-top{
  background:
    radial-gradient(circle at 86% 10%,rgba(196,154,82,.14),transparent 26%),
    linear-gradient(180deg,#fffdf8 0%,#f6f0e3 100%);
  border-bottom:1px solid rgba(23,58,44,.08);
}
.branding-shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  min-height:126px;
  padding:16px 0;
}
.branding-logo{
  width:92px;height:92px;
  display:grid;place-items:center;
  border-radius:28px;
  background:rgba(255,255,255,.7);
  box-shadow:0 16px 36px rgba(17,44,32,.08);
  border:1px solid rgba(23,58,44,.08);
}
.branding-logo img{width:78px;height:78px;display:block}
.brand-kicker{
  color:var(--gold);
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:900;
  margin-bottom:6px;
}
.brand-title{
  color:#153b65;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.15rem,4.5vw,4.15rem);
  line-height:.96;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.brand-sub{
  margin-top:10px;
  color:var(--green);
  font-size:.82rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:850;
}
.branding-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.meta-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(23,58,44,.10);
  color:#47594f;
  font-size:.78rem;
  font-weight:800;
  box-shadow:0 10px 20px rgba(17,44,32,.04);
  white-space:nowrap;
}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,253,248,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,58,44,.08);
}
nav{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.nav-logo{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(23,58,44,.05);
  border:1px solid rgba(23,58,44,.08);
  flex:0 0 auto;
}
.nav-logo img{width:30px;height:30px;display:block}
.nav-links{gap:24px;font-size:.9rem}
.nav-links a{
  opacity:.88;
  padding:6px 0;
}
.nav-links a.active:after{bottom:-13px}
.nav-visit{
  padding:10px 16px;
  border-radius:999px;
  background:var(--green);
  color:white!important;
}
.hero-home .page-hero-content{max-width:820px}
.hero-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:rgba(255,255,255,.08);
}
.hero-stats div{padding:17px 18px}
.card{
  border-radius:24px;
  box-shadow:0 12px 28px rgba(17,44,32,.05);
}
.link-card,.person-card,.ministry-card,.offering-card,.cta-panel{border-radius:24px}
.footer-logo{
  width:38px;height:38px;border-radius:12px;display:block;flex:0 0 auto
}
.brand-footer{align-items:center;gap:12px}
.daily-word-grid{gap:40px}
.daily-passage-card{padding:30px 32px}
.contact-row strong,.contact-row a{word-break:break-word}

/* cleaner mobile layout */
@media(max-width:980px){
  .branding-shell{
    grid-template-columns:72px 1fr;
    gap:16px;
    min-height:96px;
    padding:14px 0;
  }
  .branding-logo{width:72px;height:72px;border-radius:22px}
  .branding-logo img{width:60px;height:60px}
  .branding-meta{display:none}
  .brand-title{font-size:clamp(1.8rem,6.5vw,2.9rem)}
  .brand-sub{font-size:.7rem;letter-spacing:.14em}
}
@media(max-width:650px){
  body{line-height:1.68}
  .container{width:min(100% - 24px,1160px)}
  .site-top{border-bottom:0}
  .branding-shell{
    grid-template-columns:58px 1fr;
    gap:12px;
    min-height:82px;
    padding:12px 0 10px;
  }
  .branding-logo{
    width:58px;height:58px;border-radius:18px;
    box-shadow:0 10px 22px rgba(17,44,32,.06);
  }
  .branding-logo img{width:48px;height:48px}
  .brand-kicker{font-size:.55rem;letter-spacing:.13em;margin-bottom:4px}
  .brand-title{
    font-size:clamp(1.45rem,7.5vw,2.15rem);
    line-height:1.02;
    letter-spacing:.01em;
  }
  .brand-sub{
    margin-top:6px;
    font-size:.62rem;
    letter-spacing:.11em;
  }
  nav{height:58px}
  .nav-logo{width:38px;height:38px;border-radius:12px}
  .nav-logo img{width:26px;height:26px}
  .nav-links{
    top:58px;
    left:10px;
    right:10px;
    gap:4px;
    padding:12px;
    border-radius:18px;
  }
  .nav-links a{
    font-size:.95rem;
    padding:10px 8px;
  }
  .nav-visit{padding:10px 12px}
  .page-hero-content{padding:58px 0 36px}
  .hero-stats{
    margin-top:28px;
    border-radius:18px;
  }
  .hero-stats div{padding:14px 15px}
  .section-title{font-size:clamp(1.75rem,9vw,2.5rem)}
  .lead{font-size:.97rem}
  .daily-word-grid{gap:24px}
  .daily-passage-card{padding:24px 20px}
  .daily-text{font-size:1.08rem;line-height:1.72}
  .footer-grid{gap:24px}
}
/* ===== end premium refresh ===== */



/* ===== V7 custom user-logo refinement ===== */
.site-top-centered{
  background:
    radial-gradient(circle at 50% 0%, rgba(196,154,82,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f3ea 100%);
  border-bottom:1px solid rgba(23,58,44,.06);
}
.site-top-centered .container{
  display:flex;
  justify-content:center;
}
.site-logo-lockup{
  display:block;
  padding:18px 0 14px;
  width:100%;
}
.site-logo-lockup img{
  display:block;
  width:min(100%, 500px);
  margin:0 auto;
  height:auto;
}
.site-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(23,58,44,.07);
}
nav{
  height:62px;
}
.nav-logo-clean{
  width:40px;
  height:40px;
  border-radius:12px;
  background:transparent;
  border:0;
  padding:0;
}
.nav-logo-clean img{
  width:40px;
  height:40px;
  border-radius:10px;
  display:block;
}
.nav-links{
  gap:22px;
}
.nav-links a{
  font-size:.92rem;
  letter-spacing:.01em;
}
.footer-logo-clean{
  width:40px;
  height:40px;
  border-radius:10px;
  background:#fff;
  object-fit:cover;
}
.brand-footer span{
  display:block;
}
.brand-footer small{
  display:block;
}
.page-hero-content p,
.lead,
.feature p,
.link-card p,
.ministry-card p,
.person-note,
.contact-row small{
  line-height:1.74;
}
.daily-word .lead{
  max-width:640px;
}

/* mobile declutter */
@media(max-width:980px){
  .site-logo-lockup img{
    width:min(100%, 410px);
  }
}
@media(max-width:650px){
  .site-logo-lockup{
    padding:12px 0 8px;
  }
  .site-logo-lockup img{
    width:min(100%, 280px);
  }
  nav{
    height:56px;
  }
  .nav-logo-clean{
    width:34px;
    height:34px;
  }
  .nav-logo-clean img{
    width:34px;
    height:34px;
    border-radius:9px;
  }
  .menu-btn{
    font-size:1.4rem;
  }
  .nav-links{
    top:56px;
    left:8px;
    right:8px;
    padding:10px;
    gap:2px;
    border-radius:16px;
  }
  .nav-links a{
    padding:10px 8px;
    font-size:.93rem;
  }
  .hero-home .page-hero-content{
    padding-top:52px;
  }
  .hero-stats span{
    font-size:.8rem;
  }
  .daily-date{
    font-size:.72rem;
  }
  .daily-passage-card,
  .card{
    border-radius:20px;
  }
}
/* ===== end V7 refinement ===== */



/* ===== V8 luxury polish ===== */
:root{
  --green:#173a2c;
  --green-2:#234f3c;
  --cream:#f8f4eb;
  --paper:#fffdf9;
  --ink:#17231d;
  --muted:#68736d;
  --gold:#c69b52;
  --gold-soft:#ead9b8;
  --navy:#133b64;
  --line:#e7e0d4;
  --shadow:0 20px 55px rgba(17,44,32,.09);
  --shadow-soft:0 10px 28px rgba(17,44,32,.05);
}
body{
  background:linear-gradient(180deg,#faf7f0 0%,#f7f3eb 100%);
  color:var(--ink);
  letter-spacing:.002em;
}
h1,h2,h3,.serif{font-family:Georgia,"Times New Roman",serif}
.eyebrow{color:var(--gold);font-size:.72rem;letter-spacing:.20em;font-weight:900}
.section-title{color:#183528;text-wrap:balance}
.lead{color:#68736d}

.site-top-centered{
  background:
    radial-gradient(circle at 50% -20%,rgba(198,155,82,.16),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f8f3e8 100%);
}
.site-logo-lockup{padding:22px 0 16px}
.site-logo-lockup img{
  width:min(100%,520px);
  filter:drop-shadow(0 14px 26px rgba(19,59,100,.08));
}

.site-header{box-shadow:0 8px 22px rgba(18,48,35,.035)}
.nav-links a{color:#2c4337;transition:.2s ease}
.nav-links a:hover,.nav-links a.active{color:var(--navy)}
.nav-links a.active:after{
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  height:2px;
}
.nav-visit{
  background:linear-gradient(135deg,#1e4d39,#173a2c);
  box-shadow:0 8px 18px rgba(23,58,44,.16);
}
.nav-visit:hover{
  color:white!important;
  box-shadow:0 12px 24px rgba(23,58,44,.20);
}

.page-hero{background:#163326}
.page-hero img{filter:saturate(.94) contrast(1.02) brightness(.96)}
.page-hero:after{
  background:
    linear-gradient(90deg,rgba(8,29,20,.88) 0%,rgba(8,29,20,.63) 43%,rgba(8,29,20,.18) 76%),
    linear-gradient(0deg,rgba(8,29,20,.62) 0%,transparent 56%);
}
.page-hero h1{text-shadow:0 5px 24px rgba(0,0,0,.14)}
.hero-actions .btn-gold{
  background:linear-gradient(135deg,#f4dda9,#e4c17c);
  box-shadow:0 12px 26px rgba(182,139,64,.22);
}
.hero-actions .btn-gold:hover{box-shadow:0 16px 32px rgba(182,139,64,.28)}
.hero-stats{
  backdrop-filter:blur(10px);
  border-color:rgba(255,255,255,.16);
}
.hero-stats div{background:rgba(12,35,25,.38)}
.hero-stats strong{color:#f3d79f;font-size:1.22rem}
.hero-stats span{color:rgba(255,255,255,.78)}

.card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,253,248,.98));
  border:1px solid rgba(23,58,44,.08);
  box-shadow:var(--shadow-soft);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
  border-color:rgba(198,155,82,.22);
}
.link-card span{color:var(--navy)}
.feature .icon{
  background:linear-gradient(135deg,#f0eadc,#e9ddc7);
  color:var(--green);
}
.band{
  background:
    radial-gradient(circle at 80% 10%,rgba(198,155,82,.13),transparent 24%),
    linear-gradient(135deg,#163729,#102b20);
}
.service-card{
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(6px);
  border-color:rgba(255,255,255,.12);
}
.service-card:hover{background:rgba(255,255,255,.085)}
.timeline-item:before{background:var(--gold)}
.timeline-item .year{color:var(--navy)}

.daily-word{
  background:
    radial-gradient(circle at 90% 15%,rgba(198,155,82,.18),transparent 24%),
    linear-gradient(135deg,#fbf7ef 0%,#f1e9da 100%);
}
.daily-passage-card{
  border:1px solid rgba(198,155,82,.18);
  box-shadow:0 24px 58px rgba(17,44,32,.10);
}
.daily-passage-card:before{color:rgba(198,155,82,.18)}
.language-toggle{background:rgba(255,255,255,.72)}
.language-btn.active{background:linear-gradient(135deg,#1f4c39,#173a2c)}
.daily-reference strong{color:var(--navy)}

.filter-btn.active{background:linear-gradient(135deg,#1d4b38,#173a2c)}
.person-card{position:relative;overflow:hidden}
.person-card:after{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:.65;
}

.offering-card{border-color:rgba(198,155,82,.18)}
.qr-shell{
  box-shadow:0 18px 40px rgba(17,44,32,.08);
  border-color:rgba(198,155,82,.18);
}
.upi-box{
  background:linear-gradient(180deg,rgba(23,58,44,.055),rgba(23,58,44,.035));
}

footer{
  background:
    radial-gradient(circle at 20% 0%,rgba(198,155,82,.08),transparent 28%),
    linear-gradient(135deg,#102b20,#0d231a);
}
footer h4{color:#f1d49d;letter-spacing:.03em}

.btn{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn-primary{
  background:linear-gradient(135deg,#1f4c39,#173a2c);
  box-shadow:0 9px 20px rgba(23,58,44,.15);
}
.btn-primary:hover{box-shadow:0 13px 28px rgba(23,58,44,.20)}

.page-hero-content p{max-width:690px}
.ministry-card p,.person-note,.link-card p{max-width:48ch}

@media(max-width:650px){
  section{padding:62px 0}
  .site-logo-lockup img{width:min(100%,245px)}
  .page-hero.has-image{min-height:76svh}
  .page-hero h1{
    font-size:clamp(2.7rem,14vw,4.15rem);
    line-height:.96;
  }
  .page-hero-content p{
    font-size:1rem;
    line-height:1.68;
  }
  .hero-actions{gap:10px}
  .hero-actions .btn{min-height:48px}
  .hero-stats{grid-template-columns:1fr}
  .hero-stats div{padding:13px 14px}
  .hero-stats strong{font-size:1.08rem}
  .hero-stats span{font-size:.78rem}
  .section-title{line-height:1.08}
  .card,.link-card,.ministry-card,.person-card{padding:22px}
  .daily-passage-card{padding:22px 18px}
  .daily-text{font-size:1.03rem;line-height:1.78}
  .daily-controls{align-items:stretch}
  .language-toggle{width:100%;justify-content:space-between}
  .language-btn{flex:1}
  .footer-grid{grid-template-columns:1fr}
  footer{padding-top:42px}
}
/* ===== end V8 luxury polish ===== */


/* ===== V13 circular logo refinement ===== */
.site-top,.site-top-centered,.identity-masthead{display:none!important}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,58,44,.08);
  box-shadow:0 6px 18px rgba(18,48,35,.04);
}
nav{min-height:64px;height:64px}

.nav-logo,.nav-logo-clean{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  overflow:hidden;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  flex:0 0 auto;
}
.nav-logo img,.nav-logo-clean img{
  width:46px;
  height:46px;
  object-fit:contain;
  display:block;
  border-radius:50%;
  filter:drop-shadow(0 5px 12px rgba(23,58,44,.12));
}

.footer-logo,.footer-logo-clean{
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:contain;
  background:transparent;
  box-shadow:0 8px 18px rgba(18,48,35,.08);
}

.hero-home{position:relative;overflow:hidden}
.hero-home::before{
  content:"";
  position:absolute;
  right:4%;
  top:8%;
  width:min(24vw,300px);
  aspect-ratio:1;
  background:url('../images/logo-official-transparent.png') center/contain no-repeat;
  opacity:.14;
  pointer-events:none;
  z-index:1;
  filter:drop-shadow(0 18px 30px rgba(23,58,44,.08));
}
.hero-home .page-hero-content{position:relative;z-index:2}
.hero-home .page-hero-content h1{max-width:940px;margin-top:12px}

.hero-church-name{
  display:inline-block;
  font-size:.78em;
  color:#fff;
  letter-spacing:-.02em;
}
.hero-tagline{
  display:inline-block;
  margin-top:10px;
  font-size:.55em;
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.015em;
}

@media(max-width:650px){
  nav{min-height:58px;height:58px}
  .nav-logo,.nav-logo-clean{
    width:40px;
    height:40px;
  }
  .nav-logo img,.nav-logo-clean img{
    width:40px;
    height:40px;
  }
  .nav-links{top:58px}
  .hero-home::before{
    right:-2%;
    top:14%;
    width:42vw;
    opacity:.11;
  }
  .hero-church-name{font-size:.68em}
  .hero-tagline{
    margin-top:8px;
    font-size:.49em;
    line-height:1.18;
  }
}
/* ===== end V13 circular logo refinement ===== */


/* ===== V14 official user-provided circular seal ===== */
.nav-logo,.nav-logo-clean{
  width:48px;
  height:48px;
}
.nav-logo img,.nav-logo-clean img{
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
}
.footer-logo,.footer-logo-clean{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:contain;
  background:#fff;
}
.hero-home::before{
  background-image:url('../images/logo-official-transparent.png');
  width:min(25vw,320px);
  opacity:.13;
}
@media(max-width:650px){
  .nav-logo,.nav-logo-clean,
  .nav-logo img,.nav-logo-clean img{
    width:42px;
    height:42px;
  }
  .hero-home::before{
    width:45vw;
    opacity:.10;
  }
}
/* ===== end V14 logo update ===== */



/* ===== V15 transparent logo polish ===== */
.nav-logo,.nav-logo-clean{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.nav-logo img,.nav-logo-clean img{
  background:transparent!important;
  object-fit:contain!important;
  filter:drop-shadow(0 5px 12px rgba(23,58,44,.12));
}
.footer-logo,.footer-logo-clean{
  background:transparent!important;
  object-fit:contain!important;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.12));
}
.hero-home::before{
  background-image:url('../images/logo-official-transparent.png')!important;
  opacity:.14;
}
/* ===== end V15 transparent logo polish ===== */


/* ===== V16 Connect button spacing fix ===== */
.nav-visit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:104px;
  min-height:40px;
  padding:10px 20px!important;
  border-radius:999px!important;
  line-height:1!important;
  white-space:nowrap!important;
  background:linear-gradient(135deg,#1f4c39,#173a2c)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(23,58,44,.16);
}
.nav-visit:hover{
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(23,58,44,.20);
}
.nav-visit.active:after{
  display:none!important;
}

@media(max-width:980px){
  .nav-visit{
    width:100%;
    min-width:0;
    min-height:44px;
    padding:11px 16px!important;
    margin-top:4px;
  }
}

@media(max-width:650px){
  .nav-visit{
    min-height:42px;
    padding:10px 14px!important;
    border-radius:14px!important;
  }
}
/* ===== end V16 Connect button spacing fix ===== */



/* ===== V17 elegant logo-based inner page heroes ===== */
.page-hero.logo-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(198,155,82,.20), transparent 21%),
    linear-gradient(135deg, #173a2c 0%, #214534 42%, #efe7d8 42%, #f8f4eb 100%);
  color:#fff;
}
.page-hero.logo-hero:before{
  content:"";
  position:absolute;
  right:6%;
  top:50%;
  transform:translateY(-50%);
  width:min(38vw, 430px);
  aspect-ratio:1;
  background:url('../images/logo-official-transparent.png') center/contain no-repeat;
  opacity:.10;
  pointer-events:none;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.10));
}
.page-hero.logo-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,29,20,.72) 0%, rgba(8,29,20,.46) 34%, rgba(8,29,20,.06) 68%, rgba(8,29,20,0) 100%);
  pointer-events:none;
}
.page-hero.logo-hero .page-hero-content{
  position:relative;
  z-index:2;
  padding-top:74px;
  padding-bottom:74px;
}
.page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:42px;
  align-items:center;
}
.page-hero.logo-hero .hero-copy{
  max-width:640px;
}
.page-hero.logo-hero .hero-copy h1{
  margin-bottom:14px;
}
.page-hero.logo-hero .hero-copy p{
  max-width:600px;
  color:rgba(255,255,255,.84);
}
.hero-seal-card{
  justify-self:end;
  width:min(100%, 350px);
  padding:26px 24px 22px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.50));
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 24px 56px rgba(17,44,32,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.hero-seal-wrap{
  width:166px;
  height:166px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.98), rgba(255,249,238,.82));
  box-shadow:inset 0 0 0 1px rgba(198,155,82,.28), 0 12px 28px rgba(17,44,32,.08);
}
.hero-seal-wrap img{
  width:132px;
  height:132px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 16px rgba(23,58,44,.10));
}
.hero-seal-card p{
  margin:0;
  text-align:center;
  color:#2d4338;
  font-size:.96rem;
  line-height:1.65;
}

.ministries-hero .eyebrow,
.leadership-hero .eyebrow,
.connect-hero .eyebrow{
  color:#efcf8f;
}
.band-logo{
  position:relative;
  overflow:hidden;
}
.band-logo:before{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  transform:translateY(-50%);
  width:min(28vw,280px);
  aspect-ratio:1;
  background:url('../images/logo-official-transparent.png') center/contain no-repeat;
  opacity:.08;
  pointer-events:none;
}
.band-logo > .container{
  position:relative;
  z-index:1;
}

@media(max-width:980px){
  .page-hero.logo-hero{
    background:
      radial-gradient(circle at 84% 14%, rgba(198,155,82,.18), transparent 24%),
      linear-gradient(180deg, #173a2c 0%, #214534 52%, #f7f2e7 52%, #f8f4eb 100%);
  }
  .page-hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hero-seal-card{
    justify-self:start;
    width:min(100%, 300px);
  }
  .page-hero.logo-hero:before{
    right:-3%;
    top:24%;
    transform:none;
    width:min(36vw,260px);
    opacity:.08;
  }
}
@media(max-width:650px){
  .page-hero.logo-hero .page-hero-content{
    padding-top:56px;
    padding-bottom:52px;
  }
  .page-hero.logo-hero{
    background:
      linear-gradient(180deg, rgba(23,58,44,.96) 0%, rgba(23,58,44,.92) 100%),
      linear-gradient(180deg, #173a2c 0%, #214534 100%);
  }
  .page-hero.logo-hero:after{
    background:linear-gradient(180deg, rgba(8,29,20,.28), rgba(8,29,20,.10));
  }
  .page-hero.logo-hero:before{
    right:-8%;
    top:8%;
    width:38vw;
    opacity:.10;
  }
  .hero-seal-card{
    width:100%;
    padding:18px 18px 16px;
    border-radius:22px;
  }
  .hero-seal-wrap{
    width:112px;
    height:112px;
    margin-bottom:12px;
  }
  .hero-seal-wrap img{
    width:88px;
    height:88px;
  }
  .hero-seal-card p{
    font-size:.88rem;
    line-height:1.55;
  }
  .band-logo:before{
    width:120px;
    right:-24px;
    opacity:.10;
  }
}
/* ===== end V17 elegant logo-based inner page heroes ===== */


/* ===== V19 reliable motion system ===== */

/* Elements stay visible by default. JS only hides them once motion is enabled. */
.motion-enabled .motion-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .72s cubic-bezier(.2,.65,.3,1),
    transform .72s cubic-bezier(.2,.65,.3,1);
  transition-delay:var(--motion-delay,0ms);
  will-change:opacity,transform;
}
.motion-enabled .motion-reveal.motion-left{transform:translateX(-34px)}
.motion-enabled .motion-reveal.motion-right{transform:translateX(34px)}
.motion-enabled .motion-reveal.motion-scale{transform:scale(.96)}
.motion-enabled .motion-reveal.motion-visible{
  opacity:1;
  transform:none;
}

/* Hero entrance */
.motion-enabled .page-hero .eyebrow,
.motion-enabled .page-hero h1,
.motion-enabled .page-hero .hero-copy > p,
.motion-enabled .hero-home .page-hero-content > p,
.motion-enabled .page-hero .hero-actions,
.motion-enabled .page-hero .hero-stats{
  opacity:0;
  transform:translateY(20px);
  animation:motionHeroIn .8s cubic-bezier(.2,.65,.3,1) forwards;
}
.motion-enabled .page-hero .eyebrow{animation-delay:.08s}
.motion-enabled .page-hero h1{animation-delay:.18s}
.motion-enabled .page-hero .hero-copy > p,
.motion-enabled .hero-home .page-hero-content > p{animation-delay:.30s}
.motion-enabled .page-hero .hero-actions{animation-delay:.42s}
.motion-enabled .page-hero .hero-stats{animation-delay:.54s}

@keyframes motionHeroIn{
  to{opacity:1;transform:none}
}

/* Seal/logo */
.motion-enabled .hero-seal-wrap img{
  animation:motionSealFloat 6.5s ease-in-out infinite;
}
@keyframes motionSealFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}

/* Navbar + interactive polish */
.nav-logo img,.nav-logo-clean img,
.card,.service-card,.youtube-card,.hero-seal-card,
.btn,.filter-btn,.language-btn,.menu-btn{
  transition:
    transform .25s cubic-bezier(.2,.65,.3,1),
    box-shadow .25s ease,
    filter .25s ease,
    border-color .25s ease;
}

@media(hover:hover) and (pointer:fine){
  .nav-logo:hover img,.nav-logo-clean:hover img{
    transform:scale(1.07) rotate(-2deg);
  }
  .card:hover,.service-card:hover,.youtube-card:hover{
    transform:translateY(-5px);
  }
  .hero-seal-card:hover{transform:translateY(-4px)}
  .btn:hover,.filter-btn:hover,.language-btn:hover{
    transform:translateY(-2px);
  }
}

.btn:active,.filter-btn:active,.language-btn:active,.menu-btn:active{
  transform:scale(.97);
}

/* Passage toggle */
.daily-passage-card.motion-passage-swap .daily-text,
.daily-passage-card.motion-passage-swap .daily-reference{
  animation:motionPassageSwap .42s ease both;
}
@keyframes motionPassageSwap{
  from{opacity:.15;transform:translateY(7px)}
  to{opacity:1;transform:none}
}

/* Back to top */
.back-to-top.show{
  animation:motionBackTop .32s cubic-bezier(.2,.75,.3,1);
}
@keyframes motionBackTop{
  from{opacity:0;transform:translateY(10px) scale(.9)}
  to{opacity:1;transform:none}
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  .motion-enabled .motion-reveal,
  .motion-enabled .page-hero .eyebrow,
  .motion-enabled .page-hero h1,
  .motion-enabled .page-hero .hero-copy > p,
  .motion-enabled .hero-home .page-hero-content > p,
  .motion-enabled .page-hero .hero-actions,
  .motion-enabled .page-hero .hero-stats{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
  .motion-enabled .hero-seal-wrap img{animation:none!important}
}
/* ===== end V19 reliable motion system ===== */


/* ===== V22 reliable logo motion on all page logo treatments ===== */

/* Keep inner-page logo perfectly centered */
.hero-seal-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.hero-seal-wrap{
  position:relative!important;
  display:block!important;
  width:172px;
  height:172px;
  margin:0 auto 18px!important;
  border-radius:50%;
  overflow:hidden;
  background:
    radial-gradient(circle at 35% 35%,rgba(255,255,255,.98),rgba(255,252,246,.88));
  box-shadow:
    inset 0 0 0 1px rgba(198,155,82,.24),
    0 12px 28px rgba(17,44,32,.08);
}

.hero-seal-wrap::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:50%;
  border:1px solid rgba(198,155,82,.24);
  pointer-events:none;
}

.hero-seal-wrap img{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:78%!important;
  height:78%!important;
  object-fit:contain!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  animation:none!important;
}

/*
  One shared motion:
  - gentle vertical float
  - tiny LEFT drift
  - slight scale
  - subtle rotation
  - opacity breathing
*/
@keyframes shanthiLogoFloat{
  0%,100%{
    transform:translate3d(0,0,0) scale(1) rotate(0deg);
    opacity:.14;
  }
  25%{
    transform:translate3d(-2px,-5px,0) scale(1.008) rotate(-.35deg);
    opacity:.17;
  }
  50%{
    transform:translate3d(-5px,-11px,0) scale(1.022) rotate(-1deg);
    opacity:.20;
  }
  75%{
    transform:translate3d(-3px,-6px,0) scale(1.012) rotate(-.55deg);
    opacity:.17;
  }
}

/* Home-page transparent watermark */
.hero-home::before{
  opacity:.14!important;
  width:min(27vw,340px)!important;
  transform-origin:center center;
  animation:shanthiLogoFloat 9.5s ease-in-out infinite!important;
  will-change:transform,opacity;
}

/* Logo cards on Ministries / Leadership / Connect */
.hero-seal-wrap{
  animation:shanthiSealCardFloat 9.5s ease-in-out infinite!important;
  transform-origin:center center;
  will-change:transform,opacity;
}

@keyframes shanthiSealCardFloat{
  0%,100%{
    transform:translate3d(0,0,0) scale(1) rotate(0deg);
    opacity:1;
  }
  25%{
    transform:translate3d(-1px,-3px,0) scale(1.004) rotate(-.2deg);
    opacity:.985;
  }
  50%{
    transform:translate3d(-3px,-7px,0) scale(1.012) rotate(-.7deg);
    opacity:.955;
  }
  75%{
    transform:translate3d(-2px,-4px,0) scale(1.006) rotate(-.35deg);
    opacity:.98;
  }
}

/* Decorative logo watermark used in Ministries band */
.band-logo::before{
  transform-origin:center center;
  animation:shanthiBandLogoFloat 10.5s ease-in-out infinite!important;
  will-change:transform,opacity;
}

@keyframes shanthiBandLogoFloat{
  0%,100%{
    transform:translateY(-50%) translateX(0) scale(1) rotate(0deg);
    opacity:.08;
  }
  50%{
    transform:translateY(calc(-50% - 8px)) translateX(-4px) scale(1.02) rotate(-.8deg);
    opacity:.12;
  }
}

@media(max-width:650px){
  .hero-seal-card{
    width:min(100%,320px)!important;
    margin:0 auto!important;
    padding:18px 16px 16px!important;
  }

  .hero-seal-wrap{
    width:116px!important;
    height:116px!important;
    margin:0 auto 12px!important;
    animation-duration:10s!important;
  }

  .hero-seal-wrap img{
    width:80%!important;
    height:80%!important;
  }

  .hero-seal-card p{
    max-width:24ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-home::before{
    right:-5%!important;
    top:12%!important;
    width:48vw!important;
    opacity:.14!important;
    animation-duration:10.5s!important;
  }

  .band-logo::before{
    animation-duration:11s!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .hero-home::before,
  .hero-seal-wrap,
  .band-logo::before{
    animation:none!important;
  }
}
/* ===== end V22 reliable logo motion ===== */

