
:root{--navy:#0b2748;--blue:#1769aa;--sky:#eaf4fb;--paper:#f8fafc;--text:#172230;--muted:#5a6978;--line:#dce5ed;--white:#fff;--red:#b63438;--gold:#d59a2a;--max:1220px;--shadow:0 18px 50px rgba(8,38,68,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);line-height:1.65;background:#fff}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(92%,var(--max));margin:auto}.narrow{max-width:840px}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:var(--navy);min-width:max-content}.brand:hover{text-decoration:none}.logo{width:60px;height:60px;flex:0 0 60px;object-fit:cover;border-radius:2px;display:block}.brand strong{display:block;font-size:19px;letter-spacing:-.02em}.brand small{display:block;color:var(--muted);font-size:12px}.nav-wrap{display:flex;align-items:center;gap:20px}.main-nav{display:flex;align-items:center;gap:17px}.main-nav a{color:var(--text);font-size:14px;font-weight:700;padding:28px 0 24px;border-bottom:3px solid transparent;white-space:nowrap}.main-nav a:hover{text-decoration:none;color:var(--blue)}.main-nav a.active{color:var(--blue);border-color:var(--blue)}.main-nav .donate-link{background:var(--red);color:#fff;padding:11px 16px;border:0;border-radius:8px}.language{position:relative}.language summary{cursor:pointer;list-style:none;border:1px solid var(--line);border-radius:8px;padding:9px 12px;font-weight:700;font-size:13px;color:var(--navy);white-space:nowrap}.language summary::-webkit-details-marker{display:none}.language-menu{position:absolute;right:0;top:46px;min-width:150px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:7px;box-shadow:var(--shadow)}.language-menu a{display:block;padding:9px 10px;border-radius:7px;color:var(--text);font-weight:650;font-size:14px}.language-menu a:hover{background:var(--sky);text-decoration:none}.menu-toggle{display:none;border:0;background:transparent;font-size:27px;color:var(--navy);cursor:pointer}.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#081f39 0%,#103c68 58%,#1769aa 100%);color:#fff;padding:108px 0 96px}.hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-250px;top:-300px}.hero:after{content:"";position:absolute;width:360px;height:360px;border:90px solid rgba(255,255,255,.055);border-radius:50%;right:6%;bottom:-250px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--blue);margin:0 0 13px}.hero .eyebrow{color:#a9d4f4}.hero h1{font-size:clamp(48px,6.3vw,82px);line-height:1.03;letter-spacing:-.045em;color:#fff;margin:0 0 24px;max-width:850px}.hero-text{font-size:clamp(18px,2vw,22px);color:#d9e7f3;max-width:770px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:8px;font-weight:800;text-decoration:none;transition:.18s ease}.button:hover{text-decoration:none;transform:translateY(-2px)}.button.primary{background:#fff;color:var(--navy)}.button.secondary{border:1px solid rgba(255,255,255,.65);color:#fff}.button.dark{background:var(--navy);color:#fff}.button.outline{border:1px solid var(--navy);color:var(--navy)}.hero-visual{position:relative;min-height:380px;display:grid;place-items:center}.house-symbol{width:min(100%,490px);aspect-ratio:1;border-radius:28px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 90px rgba(0,0,0,.22);display:grid;place-items:center;position:relative;overflow:hidden}.house-symbol svg{width:66%;height:auto;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}.hero-logo{width:100%;height:100%;object-fit:cover;display:block;border-radius:27px}.stat-strip{position:relative;z-index:2;margin-top:-34px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:25px 28px}.stat+.stat{border-left:1px solid var(--line)}.stat strong{display:block;font-size:18px;color:var(--navy);margin-bottom:3px}.stat span{font-size:14px;color:var(--muted)}.section{padding:86px 0}.section.alt{background:var(--paper)}.section.dark{background:var(--navy);color:#dbe7f1}.section.dark h2,.section.dark h3{color:#fff}.section-heading{max-width:770px;margin-bottom:36px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.page-hero h1,h2,h3,h4{color:var(--navy);line-height:1.15;letter-spacing:-.025em}.section-heading h2{font-size:clamp(32px,4.2vw,50px);margin:0 0 15px}.section-heading p:last-child{color:var(--muted);font-size:18px}.card-grid{display:grid;gap:22px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:29px;box-shadow:0 7px 22px rgba(10,40,70,.045)}.card h3{font-size:23px;margin:0 0 12px}.card p{color:var(--muted)}.icon{width:46px;height:46px;border-radius:12px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900;margin-bottom:20px;font-size:20px}.tag{display:inline-block;border-radius:999px;background:var(--sky);color:var(--blue);padding:5px 10px;font-weight:800;font-size:12px;margin-bottom:14px}.meta{font-size:13px;color:var(--muted);margin-bottom:8px}.feature-card{position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--sky);right:-40px;top:-35px}.quote{border-left:5px solid var(--gold);padding-left:24px;font-size:25px;color:var(--navy);margin:0}.cta{background:linear-gradient(125deg,#0b2748,#145f99);color:#fff;padding:62px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta h2{color:#fff;font-size:clamp(30px,4vw,48px);margin:0 0 8px}.cta p{color:#d9e7f3;margin:0}.page-hero{background:linear-gradient(130deg,#eef6fb,#f9fbfd);padding:72px 0;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,64px);margin:0 0 18px}.page-hero p{font-size:20px;color:var(--muted);max-width:820px}.content h2{font-size:34px;margin-top:42px}.content h3{font-size:24px;margin-top:30px}.content p,.content li{font-size:17px}.notice{background:#eef7fc;border-left:4px solid var(--blue);padding:18px 20px;border-radius:7px;margin:24px 0}.notice.warning{background:#fff6ec;border-left-color:#bd7226}.list-clean{padding-left:20px}.list-clean li{margin:10px 0}.site-footer{background:#071a2c;color:#cbd8e4;padding-top:58px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:38px}.site-footer h3,.site-footer h4{color:#fff;margin-top:0}.site-footer a{color:#cbd8e4}.site-footer p{color:#aebdca}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding:20px 0;font-size:13px;display:flex;justify-content:space-between;gap:20px}.zh body,.zh{font-family:"Noto Sans SC","Microsoft YaHei",Arial,sans-serif}
@media(max-width:1100px){.main-nav{gap:12px}.main-nav a{font-size:13px}.brand small{display:none}}
@media(max-width:950px){.menu-toggle{display:block}.nav-wrap{gap:10px}.main-nav{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;padding:18px 4%;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;box-shadow:0 15px 30px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{padding:8px 0;border:0}.main-nav .donate-link{text-align:center}.hero-grid,.card-grid.three,.card-grid.two,.footer-grid{grid-template-columns:1fr}.hero-visual{min-height:300px}.stat-grid{grid-template-columns:1fr}.stat+.stat{border-left:0;border-top:1px solid var(--line)}.cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.header-inner{min-height:72px}.brand strong{font-size:16px}.logo{width:48px;height:48px;flex-basis:48px}.main-nav{top:72px}.language summary{padding:8px 9px}.hero{padding:74px 0 70px}.hero h1{font-size:45px}.hero-visual{min-height:240px}.section{padding:62px 0}.stat-strip{margin-top:-22px}.footer-bottom{flex-direction:column}.cta{padding:48px 0}}

/* Mobile and tablet responsive improvements */
img,svg{max-width:100%;height:auto}
body{overflow-x:hidden}
.header-inner,.hero-grid,.card-grid,.footer-grid,.cta-inner{min-width:0}
.brand span,.hero-grid>div,.card,.stat{min-width:0}
h1,h2,h3,h4,p,a,span{overflow-wrap:break-word}

@media(max-width:950px){
  .site-header{position:sticky}
  .header-inner{position:relative}
  .nav-wrap{margin-left:auto}
  .menu-toggle{order:2;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:9px;font-size:23px}
  .language{order:1}
  .main-nav{z-index:50;max-height:calc(100vh - 82px);overflow-y:auto;gap:2px}
  .main-nav a{width:100%;padding:11px 4px}
  .main-nav .donate-link{margin-top:6px;padding:12px 16px}
  .hero{padding:78px 0 72px}
  .hero-grid{gap:42px}
  .hero h1{font-size:clamp(42px,9vw,66px)}
  .hero-text{font-size:19px}
  .hero-visual{min-height:0}
  .house-symbol{width:min(100%,520px);margin-inline:auto}
}

@media(max-width:700px){
  .container{width:min(90%,var(--max))}
  .header-inner{min-height:68px;gap:8px}
  .brand{gap:8px;min-width:0}
  .logo{width:44px;height:44px;flex:0 0 44px}
  .brand strong{font-size:15px;line-height:1.15;white-space:nowrap}
  .brand small{display:none}
  .language summary{font-size:0;padding:8px 9px}
  .language summary::before{content:"🌐";font-size:18px}
  .main-nav{top:68px;max-height:calc(100vh - 68px);padding:14px 5% 20px}
  .hero{padding:58px 0 54px}
  .hero-grid{gap:34px}
  .hero h1{font-size:clamp(36px,12vw,52px);line-height:1.02;margin-bottom:18px}
  .eyebrow{font-size:10px;letter-spacing:.13em}
  .hero-text{font-size:17px;line-height:1.55}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .button{width:100%;padding:13px 16px}
  .hero-visual{width:100%}
  .house-symbol{width:100%;max-width:420px;border-radius:20px}
  .hero-logo{border-radius:19px}
  .stat{padding:20px}
  .section{padding:54px 0}
  .section-heading{margin-bottom:26px}
  .section-heading h2{font-size:34px}
  .section-heading p:last-child,.page-hero p{font-size:16px}
  .card{padding:22px}
  .card h3{font-size:21px}
  .page-hero{padding:50px 0}
  .page-hero h1{font-size:40px}
  .content h2{font-size:29px}
  .content h3{font-size:22px}
  .content p,.content li{font-size:16px}
  .quote{font-size:21px}
  .cta{padding:44px 0}
  .cta-inner{gap:22px}
  .footer-grid{gap:25px}
  .site-footer{padding-top:44px}
}

@media(max-width:420px){
  .container{width:92%}
  .brand strong{font-size:14px}
  .logo{width:40px;height:40px;flex-basis:40px}
  .menu-toggle{width:39px;height:39px}
  .language summary{padding:7px 8px}
  .hero h1{font-size:36px}
  .hero-text{font-size:16px}
  .house-symbol{border-radius:16px}
  .hero-logo{border-radius:15px}
  .section-heading h2{font-size:30px}
  .page-hero h1{font-size:35px}
}


/* ===== Homepage typography and spacing refinement ===== */
@media (min-width: 951px) {
  .header-inner {
    min-height: 76px;
  }

  .logo {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .brand strong {
    font-size: 18px;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .main-nav .donate-link {
    padding: 10px 15px;
  }

  .language summary {
    font-size: 12px;
    padding: 9px 11px;
  }

  .hero {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 56px;
  }

  .hero h1 {
    font-size: clamp(46px, 4.6vw, 64px);
    line-height: 1.08;
    letter-spacing: -.035em;
    max-width: 720px;
    margin-bottom: 22px;
  }

  .hero-text {
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.7;
    max-width: 720px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .button {
    font-size: 15px;
    padding: 12px 18px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .house-symbol {
    width: min(100%, 440px);
    border-radius: 24px;
  }

  .hero-logo {
    border-radius: 23px;
  }

  .stat {
    padding: 22px 26px;
  }

  .stat strong {
    font-size: 17px;
  }

  .stat span {
    font-size: 13px;
  }

  .card h3 {
    font-size: 21px;
  }
}

@media (min-width: 1350px) {
  .hero h1 {
    font-size: 62px;
  }
}


/* ===== Magazine-style homepage ===== */
.magazine-home{background:#f4f5f6}.mag-top{background:#fff}.mag-brand-row{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:28px}.mag-brand{display:flex;align-items:center;gap:14px;color:var(--navy)}.mag-brand:hover{text-decoration:none}.mag-brand img{width:76px;height:76px;object-fit:cover}.mag-brand strong{display:block;font-size:28px;line-height:1.05}.mag-brand small{display:block;font-size:12px;color:#55705a;margin-top:5px;font-weight:800;letter-spacing:.06em}.mag-tools{display:flex;align-items:center;gap:14px}.mag-search{display:flex;width:min(520px,42vw)}.mag-search input{min-width:0;flex:1;border:1px solid #3a9635;border-right:0;border-radius:7px 0 0 7px;padding:12px 14px;font-size:15px}.mag-search button{border:0;background:#2f982d;color:#fff;padding:0 18px;border-radius:0 7px 7px 0;font-weight:800}.mag-nav-bar{background:#2f982d}.mag-nav-wrap{position:relative}.mag-nav{width:100%;justify-content:space-between;gap:10px}.mag-nav a{color:#fff!important;font-size:16px;padding:14px 8px;border:0!important}.mag-nav a:hover{background:rgba(255,255,255,.12)}.mag-nav .donate-link{background:#be315f;border-radius:0;padding-inline:24px}.mag-main{padding:24px 0 70px}.mag-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(280px,.8fr);gap:26px}.lead-story{display:grid;grid-template-columns:1.25fr 1fr;min-height:420px;background:#2f982d;color:#fff}.lead-image{background:#fff;display:grid;place-items:center;overflow:hidden}.lead-image img{width:100%;height:100%;object-fit:cover}.lead-copy{padding:38px 34px;display:flex;flex-direction:column;justify-content:center;text-align:center}.mag-kicker{font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#d7f3d6}.lead-copy h1{font-size:clamp(31px,3.5vw,48px);line-height:1.08;color:#fff;margin:7px 0 22px;text-transform:uppercase}.lead-copy p{font-size:17px;line-height:1.55}.mag-button{display:inline-block;background:#fff;color:#236f23;font-weight:900;padding:12px 19px;border-radius:3px;text-align:center}.mag-button:hover{text-decoration:none;filter:brightness(.96)}.mag-button.light{align-self:center;margin-top:10px}.story-strip{display:grid;grid-template-columns:repeat(4,1fr)}.story-tile{min-height:170px;padding:22px 18px;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;color:#fff}.story-tile:hover{text-decoration:none;filter:brightness(.97)}.story-tile.soft{background:#a8d3a5}.story-tile.strong{background:#2f982d}.story-icon{font-size:34px;font-weight:900;opacity:.85}.story-tile strong{font-size:18px;line-height:1.1}.story-tile small{margin-top:8px;line-height:1.25}.mag-section{background:#fff;margin-top:24px;padding:0 24px 28px}.mag-section-title{background:#2f982d;color:#fff;margin:0 -24px 24px;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.mag-section-title h2{margin:0;color:#fff;font-size:27px;text-transform:uppercase}.mag-section-title a{color:#fff;font-weight:800}.mag-news-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}.mag-card{border:1px solid #dce6dc;padding:22px;background:#fff}.mag-card h3{font-size:21px;margin:6px 0 10px}.featured-card{background:#f1f8ef}.mag-sidebar{display:flex;flex-direction:column;gap:18px}.side-box{padding:0 22px 25px;background:#fff;text-align:center}.side-box h2{margin:0 -22px 22px;padding:9px 14px;color:#fff;font-size:25px;font-weight:500;text-transform:uppercase}.side-box p{line-height:1.55}.donate-box{background:#be315f;color:#fff}.donate-box h2{border-bottom:1px solid rgba(255,255,255,.3)}.donate-box p{color:#fff}.donate-box .mag-button{color:#be315f}.subscribe-box{background:#23a7c4;color:#fff}.subscribe-box h2{background:#1f9bb6;border-bottom:1px solid rgba(255,255,255,.3)}.subscribe-box p{color:#fff}.subscribe-box form{display:grid;gap:10px}.subscribe-box input{padding:13px;border:0;font-size:15px}.subscribe-box button{border:0;padding:12px;background:#1397b6;color:#fff;font-weight:900;text-transform:uppercase}.mission-box{background:#2f982d;color:#fff}.mission-box h2{border-bottom:1px solid rgba(255,255,255,.3)}.mission-box p,.mission-box a{color:#fff}.scripture-box{background:#ece2c7}.scripture-box h2{background:#9f7a3b}.scripture-box blockquote{font-size:19px;line-height:1.5;margin:0 0 12px;color:#5a431f}.magazine-home .site-footer{margin-top:0}
@media(max-width:1000px){.mag-brand-row{min-height:88px}.mag-search{display:none}.mag-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#2f982d;padding:12px;z-index:50;flex-direction:column}.mag-nav.open{display:flex}.mag-nav a{padding:11px}.mag-layout{grid-template-columns:1fr}.mag-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.mag-brand img{width:58px;height:58px}.mag-brand strong{font-size:20px}.mag-brand small{font-size:10px}.lead-story{grid-template-columns:1fr}.lead-image{min-height:300px}.lead-copy{padding:30px 22px}.lead-copy h1{font-size:34px}.story-strip{grid-template-columns:repeat(2,1fr)}.mag-news-grid{grid-template-columns:1fr}.mag-sidebar{grid-template-columns:1fr}.mag-main{padding-top:14px}.mag-brand-row{min-height:76px}.mag-tools .language summary{font-size:0}.mag-tools .language summary:before{content:"🌐";font-size:18px}}


/* ===== V3 compact homepage, no resources ===== */
.magazine-home .lead-story {
  min-height: 330px;
  grid-template-columns: 1.12fr .88fr;
}

.magazine-home .lead-copy {
  padding: 28px 28px;
}

.magazine-home .lead-copy h1 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
  margin: 5px 0 16px;
}

.magazine-home .lead-copy p {
  font-size: 16px;
  line-height: 1.55;
}

.magazine-home .lead-image img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.magazine-home .story-strip.three-items {
  grid-template-columns: repeat(3, 1fr);
}

.magazine-home .mag-news-grid {
  grid-template-columns: 1.25fr 1fr;
}

@media (max-width: 720px) {
  .magazine-home .lead-story {
    min-height: auto;
  }

  .magazine-home .lead-image {
    min-height: 230px;
  }

  .magazine-home .lead-copy h1 {
    font-size: 31px;
  }

  .magazine-home .story-strip.three-items {
    grid-template-columns: 1fr;
  }

  .magazine-home .mag-news-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Dark blue news portal homepage ===== */
.news-home{background:#f4f5f7;color:#0a2748}
.news-topbar{background:#fff}
.news-brand-row{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.news-brand{display:flex;align-items:center;gap:16px;color:#08284b}
.news-brand:hover{text-decoration:none}
.news-brand img{width:76px;height:76px;object-fit:cover;border-radius:2px}
.news-brand strong{display:block;font-size:28px;line-height:1.05}
.news-brand small{display:block;margin-top:6px;font-size:13px;font-weight:800;letter-spacing:.08em;color:#4d665a}
.news-tools{display:flex;align-items:center;gap:16px}
.news-search{display:flex;width:min(510px,42vw)}
.news-search input{flex:1;min-width:0;padding:13px 15px;border:1px solid #183e68;border-radius:6px 0 0 6px;font-size:15px}
.news-search button{width:58px;border:0;border-radius:0 6px 6px 0;background:#092d55;color:#fff;font-size:28px;line-height:1}
.news-nav-shell{background:#062b53;border-bottom:1px solid rgba(255,255,255,.12)}
.news-nav{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}
.news-nav a{color:#fff!important;font-size:16px;font-weight:800;padding:17px 10px;border-bottom:3px solid transparent}
.news-nav a.active{border-bottom-color:#ead18d}
.news-nav .donate-link{background:#d33a2e;border-radius:5px;padding:12px 20px;border-bottom:0}
.news-hero{background:linear-gradient(120deg,#062b53 0%,#0c3c6e 65%,#13548c 100%);color:#fff}
.news-hero-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.82fr) minmax(280px,.72fr);gap:28px;align-items:center;padding-top:44px;padding-bottom:36px}
.news-hero-copy{padding:28px 0}
.news-hero-copy .eyebrow{font-size:15px;color:#c8dbec;font-weight:700;margin-bottom:18px}
.news-hero-copy h1{font-size:clamp(44px,4.2vw,64px);line-height:1.08;color:#fff;margin:0 0 24px;letter-spacing:-.03em}
.news-hero-text{font-size:19px;line-height:1.7;max-width:700px;color:#fff}
.news-hero-actions{display:flex;gap:14px;margin-top:30px}
.news-hero .button{padding:13px 20px;font-size:15px;font-weight:900;border-radius:6px}
.news-hero .button.light{background:#fff;color:#0b3158}
.news-hero .button.outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}
.news-hero-image{display:grid;place-items:center}
.news-hero-image img{width:min(100%,370px);aspect-ratio:1/1;object-fit:contain;background:#fff4e7;border-radius:20px;padding:14px}
.news-sidebar{display:flex;flex-direction:column;gap:14px}
.side-panel{padding:0 22px 22px;text-align:center;border:1px solid rgba(255,255,255,.45)}
.side-panel h2{margin:0 -22px 18px;padding:12px 14px;font-size:24px;color:#fff}
.side-panel p{line-height:1.55}
.side-panel a{color:#fff}
.donate-panel{background:linear-gradient(#921328,#a51d33);color:#fff}
.donate-panel h2{background:rgba(255,255,255,.03)}
.side-button{display:inline-block;background:#fff;color:#97182d!important;font-weight:900;padding:12px 26px;border-radius:5px}
.update-panel{background:linear-gradient(#0b5f90,#0e78aa);color:#fff}
.update-panel form{display:grid;gap:10px}
.update-panel input{padding:13px;border:0;border-radius:3px}
.update-panel button{padding:12px;border:0;background:#062b53;color:#fff;font-weight:900}
.latest-news-section{background:#fff;padding:28px 0 54px}
.content-with-sidebar{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(280px,.72fr);gap:28px}
.section-heading-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.section-heading-row h2{font-size:28px;margin:0;color:#08284b}
.section-heading-row a{font-weight:800;color:#0c3c6e}
.latest-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.news-card{border:1px solid #dce3ea;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.06)}
.news-card-image{height:142px;display:grid;place-items:center;color:#fff;font-size:48px;font-weight:900}
.news-image-one{background:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.42)),linear-gradient(135deg,#202020,#676767)}
.news-image-two{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(135deg,#6d563b,#d6a35f)}
.news-image-three{background:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.28)),linear-gradient(135deg,#5d351c,#c77d2d)}
.news-image-four{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),linear-gradient(135deg,#3a5e72,#d8a356)}
.news-card p,.news-card h3{margin-left:14px;margin-right:14px}
.news-date{font-size:12px;color:#687788;margin-top:13px}
.news-card h3{font-size:17px;line-height:1.45;margin-top:7px}
.news-card h3 a{color:#08284b}
.news-card>p:last-child{font-size:13px;color:#66717d;line-height:1.55;margin-bottom:16px}
.lower-sidebar{gap:10px}
.mission-panel,.scripture-panel{background:#062b53;color:#fff}
.mission-panel h2,.scripture-panel h2{background:#082f59}
.mission-panel p,.scripture-panel blockquote{color:#fff}
.scripture-panel blockquote{font-size:17px;line-height:1.55;margin:0 0 15px}
.scripture-panel strong{display:block;color:#fff}
@media(max-width:1100px){
  .news-search{display:none}
  .news-hero-layout{grid-template-columns:1.35fr .85fr}
  .hero-sidebar{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}
  .latest-news-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .news-brand-row{min-height:82px}
  .news-brand img{width:58px;height:58px}
  .news-brand strong{font-size:21px}
  .news-brand small{font-size:10px}
  .news-nav{display:none;position:absolute;left:0;right:0;top:100%;z-index:30;background:#062b53;padding:12px;flex-direction:column}
  .news-nav.open{display:flex}
  .news-nav a{width:100%;text-align:center}
  .news-nav-wrap{position:relative}
  .news-hero-layout{grid-template-columns:1fr;padding-top:24px}
  .news-hero-copy h1{font-size:38px}
  .news-hero-image img{width:min(100%,300px)}
  .hero-sidebar{grid-template-columns:1fr}
  .content-with-sidebar{grid-template-columns:1fr}
}
@media(max-width:560px){
  .latest-news-grid{grid-template-columns:1fr}
  .news-hero-actions{flex-direction:column}
  .news-tools .language summary{font-size:0}
  .news-tools .language summary:before{content:"🌐";font-size:18px}
}


/* ===== Clean two-column hero layout ===== */
.news-home .news-hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 54px;
  max-width: 1240px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.news-home .news-hero-copy {
  padding: 34px 0;
}

.news-home .news-hero-copy h1 {
  font-size: clamp(46px, 4.8vw, 68px);
  max-width: 760px;
}

.news-home .news-hero-image img {
  width: min(100%, 410px);
}

.news-home .latest-news-section {
  padding-top: 30px;
}

@media (max-width: 950px) {
  .news-home .news-hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-home .news-hero-image {
    order: 2;
  }

  .news-home .news-hero-image img {
    width: min(100%, 340px);
  }
}


/* ===== Smaller homepage hero title ===== */
.news-home .news-hero-copy h1 {
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.12;
  max-width: 700px;
  margin-bottom: 20px;
}

.news-home .news-hero-copy .eyebrow {
  font-size: 14px;
}

.news-home .news-hero-text {
  font-size: 17px;
  line-height: 1.65;
  max-width: 680px;
}

.news-home .news-hero-layout {
  padding-top: 38px;
  padding-bottom: 38px;
}

.news-home .news-hero-image img {
  width: min(100%, 380px);
}

@media (max-width: 820px) {
  .news-home .news-hero-copy h1 {
    font-size: 34px;
  }

  .news-home .news-hero-text {
    font-size: 16px;
  }
}


/* ===== Wider header and smaller hero title ===== */
.news-home .news-brand-row {
  min-height: 132px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.news-home .news-brand img {
  width: 88px;
  height: 88px;
}

.news-home .news-brand strong {
  font-size: 32px;
  line-height: 1.05;
}

.news-home .news-brand small {
  font-size: 15px;
  margin-top: 8px;
}

.news-home .news-nav a {
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.news-home .news-nav .donate-link {
  font-size: 18px;
  padding: 13px 22px;
}

.news-home .language summary {
  font-size: 15px;
  padding: 11px 14px;
}

.news-home .news-search input {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-home .news-search button {
  height: 52px;
}

.news-home .news-hero-copy h1 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.12;
  max-width: 620px;
  margin-bottom: 18px;
}

.news-home .news-hero-copy .eyebrow {
  font-size: 15px;
}

.news-home .news-hero-text {
  font-size: 17px;
  line-height: 1.65;
  max-width: 640px;
}

.news-home .news-hero-layout {
  padding-top: 34px;
  padding-bottom: 34px;
}

.news-home .news-hero-image img {
  width: min(100%, 370px);
}

@media (max-width: 820px) {
  .news-home .news-brand-row {
    min-height: 88px;
  }

  .news-home .news-brand img {
    width: 62px;
    height: 62px;
  }

  .news-home .news-brand strong {
    font-size: 23px;
  }

  .news-home .news-brand small {
    font-size: 11px;
  }

  .news-home .news-hero-copy h1 {
    font-size: 31px;
  }
}


/* ===== One-line hero title and image aligned right ===== */
.news-home .news-hero-layout {
  width: min(1500px, calc(100% - 48px));
  max-width: 1500px;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .75fr);
  gap: 70px;
  margin-inline: auto;
}

.news-home .news-hero-copy {
  min-width: 0;
}

.news-home .news-hero-copy h1 {
  font-size: clamp(30px, 2.65vw, 44px);
  line-height: 1.12;
  max-width: none;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

html.en .news-home .news-hero-copy h1 {
  font-size: clamp(29px, 2.45vw, 42px);
}

.news-home .news-hero-image {
  justify-self: end;
  width: 100%;
}

.news-home .news-hero-image img {
  display: block;
  margin-left: auto;
  width: min(100%, 420px);
}

@media (max-width: 1180px) {
  .news-home .news-hero-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 40px;
  }

  .news-home .news-hero-copy h1,
  html.en .news-home .news-hero-copy h1 {
    white-space: normal;
  }
}

@media (max-width: 820px) {
  .news-home .news-hero-layout {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
  }

  .news-home .news-hero-image {
    justify-self: center;
  }

  .news-home .news-hero-image img {
    margin-inline: auto;
  }
}


/* ===== FINAL force single-line hero title on desktop ===== */
@media (min-width: 1280px) {
  .news-home .news-hero-layout {
    width: min(1600px, calc(100% - 64px)) !important;
    max-width: 1600px !important;
    grid-template-columns: minmax(760px, 1.7fr) minmax(360px, .7fr) !important;
    gap: 72px !important;
  }

  .news-home .news-hero-copy {
    min-width: 760px !important;
  }

  .news-home .news-hero-copy h1 {
    font-size: 40px !important;
    line-height: 1.08 !important;
    max-width: none !important;
    width: max-content !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html.en .news-home .news-hero-copy h1 {
    font-size: 38px !important;
  }

  .news-home .news-hero-image {
    justify-self: end !important;
    margin-left: auto !important;
  }

  .news-home .news-hero-image img {
    width: 400px !important;
    max-width: 100% !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .news-home .news-hero-layout {
    grid-template-columns: minmax(620px, 1.45fr) minmax(320px, .75fr) !important;
    gap: 44px !important;
  }

  .news-home .news-hero-copy h1 {
    font-size: 34px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
  }

  html.en .news-home .news-hero-copy h1 {
    font-size: 31px !important;
  }
}

@media (max-width: 1023px) {
  .news-home .news-hero-copy h1 {
    white-space: normal !important;
    width: auto !important;
  }
}


/* ===== Homepage image slider ===== */
.news-home .hero-slider {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 4 / 3;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #f6eadb;
  box-shadow: 0 14px 36px rgba(0, 20, 48, .22);
}

.news-home .hero-slides,
.news-home .hero-slide {
  position: absolute;
  inset: 0;
}

.news-home .hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease, visibility .65s ease;
}

.news-home .hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.news-home .hero-slide img {
  width: 100% !important;
  height: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: #f6eadb;
}

.news-home .slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(5, 37, 70, .72);
  color: #fff;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
}

.news-home .hero-slider:hover .slider-arrow,
.news-home .hero-slider:focus-within .slider-arrow {
  opacity: 1;
}

.news-home .slider-arrow:hover {
  background: rgba(5, 37, 70, .95);
}

.news-home .slider-prev {
  left: 14px;
}

.news-home .slider-next {
  right: 14px;
}

.news-home .slider-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.news-home .slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  cursor: pointer;
}

.news-home .slider-dot.active {
  width: 25px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 820px) {
  .news-home .hero-slider {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .news-home .slider-arrow {
    opacity: 1;
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-home .hero-slide {
    transition: none;
  }
}


/* ===== FIX: single horizontal slider frame ===== */
.news-home .news-hero-image {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.news-home .hero-slider {
  position: relative !important;
  display: block !important;
  width: min(100%, 500px) !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: #f6eadb !important;
}

.news-home .hero-slides,
.news-home .hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.news-home .hero-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

.news-home .hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.news-home .hero-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 820px) {
  .news-home .news-hero-image {
    justify-content: center !important;
  }
}


/* ===== FINAL slider cache-bust layout v20 ===== */
.news-home .news-hero-layout {
  display: grid !important;
  grid-template-columns: minmax(620px, 1.35fr) minmax(420px, .75fr) !important;
  gap: 64px !important;
  align-items: center !important;
}

.news-home .news-hero-copy {
  display: block !important;
  min-width: 0 !important;
}

.news-home .news-hero-image {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

.news-home .hero-slider {
  position: relative !important;
  display: block !important;
  width: min(100%, 520px) !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: #f6eadb !important;
}

.news-home .hero-slides {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.news-home .hero-slide {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  margin: 0 !important;
}

.news-home .hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.news-home .hero-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
}

@media (max-width: 1000px) {
  .news-home .news-hero-layout {
    grid-template-columns: 1fr !important;
  }

  .news-home .news-hero-image {
    justify-content: center !important;
  }
}


/* ===== Sacred full-width editorial layout ===== */
.sacred-home{background:#f7f5f2;color:#111;font-family:Arial,"Microsoft YaHei",sans-serif}
.sacred-header{background:#fff;border-top:6px solid #232323;position:relative;z-index:20}
.sacred-header-inner{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.sacred-brand{display:flex;align-items:center;gap:12px;color:#111}
.sacred-brand:hover{text-decoration:none}
.sacred-brand img{width:58px;height:58px;object-fit:cover}
.sacred-brand strong{display:block;font-size:21px;line-height:1.05}
.sacred-brand small{display:block;margin-top:4px;font-size:11px;color:#706b65;font-weight:700}
.sacred-nav{display:flex;justify-content:center;gap:24px}
.sacred-nav a{font-size:12px;text-transform:uppercase;color:#111;padding:34px 0 29px;border-bottom:2px solid transparent}
.sacred-nav a.active,.sacred-nav a:hover{border-bottom-color:#111;text-decoration:none}
.sacred-actions{display:flex;align-items:center;gap:12px}
.sacred-search{display:flex;width:250px}
.sacred-search input{flex:1;min-width:0;border:1px solid #ccc;border-right:0;padding:10px 12px}
.sacred-search button{width:42px;border:0;background:#151515;color:#fff;font-size:23px}
.sacred-donate{background:#1f1717;color:#fff;padding:13px 21px;font-size:12px;font-weight:800;text-transform:uppercase}
.sacred-donate:hover{text-decoration:none;background:#382929}
.sacred-hero{position:relative;height:590px;overflow:hidden;background:#111}
.sacred-slides,.sacred-slide{position:absolute;inset:0}
.sacred-slide{opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}
.sacred-slide.active{opacity:1;visibility:visible}
.sacred-slide img{width:100%;height:100%;object-fit:cover;object-position:center}
.sacred-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.52) 42%,rgba(0,0,0,.18) 72%,rgba(0,0,0,.28) 100%)}
.sacred-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:960px}
.sacred-eyebrow{font-size:16px;color:#fff;font-weight:700;margin-bottom:18px}
.sacred-hero h1{max-width:720px;font-size:58px;line-height:1.02;color:#fff;text-transform:uppercase;margin:0 0 24px}
.sacred-hero-content>p:not(.sacred-eyebrow){max-width:650px;color:#fff;font-size:18px;line-height:1.7}
.sacred-cta{display:inline-block;margin-top:24px;background:#fff;color:#111;padding:14px 24px;font-size:12px;font-weight:900;text-transform:uppercase}
.sacred-cta:hover{text-decoration:none;background:#eee}
.sacred-arrow{position:absolute;top:50%;z-index:3;width:38px;height:38px;transform:translateY(-50%);border:0;background:rgba(0,0,0,.5);color:#fff;font-size:27px;cursor:pointer}
.sacred-prev{left:24%}
.sacred-next{right:24%}
.sacred-thumbs-section{background:#f7f5f2;padding:28px 0}
.sacred-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:920px}
.feature-thumb{padding:0;border:0;background:none;cursor:pointer;opacity:.72;transition:opacity .2s,transform .2s}
.feature-thumb.active,.feature-thumb:hover{opacity:1;transform:translateY(-3px)}
.feature-thumb img{width:100%;height:155px;object-fit:cover;display:block}
.sacred-latest{padding:42px 0 70px;background:#fff}
.sacred-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}
.sacred-section-heading small{color:#b38a7a;font-size:11px}
.sacred-section-heading h2{font-size:32px;margin:5px 0 0}
.sacred-section-heading a{font-weight:800;color:#111}
.sacred-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.sacred-card{background:#f7f5f2}
.sacred-card img{width:100%;height:230px;object-fit:cover}
.sacred-card div{padding:22px}
.sacred-card span{font-size:11px;color:#a87868;text-transform:uppercase}
.sacred-card h3{font-size:22px;margin:8px 0 10px}
.sacred-card p{color:#5d5955;line-height:1.6}
@media(max-width:1100px){.sacred-header-inner{grid-template-columns:auto auto}.sacred-nav{display:none}.sacred-search{display:none}.sacred-hero{height:540px}.sacred-prev{left:18px}.sacred-next{right:18px}}
@media(max-width:760px){.sacred-header-inner{min-height:78px}.sacred-brand img{width:50px;height:50px}.sacred-brand strong{font-size:18px}.sacred-actions .language{display:none}.sacred-hero{height:520px}.sacred-hero h1{font-size:39px}.sacred-hero-content{padding:0 28px}.sacred-thumbs{grid-template-columns:repeat(2,1fr);gap:14px}.feature-thumb img{height:110px}.sacred-card-grid{grid-template-columns:1fr}}


/* ===== Show complete article images without cropping ===== */
.article-hero-image,
.article-content img,
.content img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 760px;
  margin: 24px auto;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 16px;
}

.article-hero-image {
  background: #f4f4f4;
}

@media (max-width: 760px) {
  .article-hero-image,
  .article-content img,
  .content img {
    max-height: none;
    border-radius: 10px;
  }
}


/* ===== Keep article images at a natural readable size ===== */
.article-hero-image,
.article-content img,
.content img {
  display: block;
  width: auto !important;
  max-width: min(100%, 720px) !important;
  height: auto !important;
  max-height: none !important;
  margin: 28px auto !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 14px;
}

.article-hero-image {
  background: transparent !important;
}

@media (max-width: 760px) {
  .article-hero-image,
  .article-content img,
  .content img {
    max-width: 100% !important;
    margin: 20px auto !important;
    border-radius: 10px;
  }
}


/* ===== Mobile navigation menu ===== */
.sacred-menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid #d9d6d1;
  background: #fff;
  color: #171717;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .sacred-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 14px;
    position: relative;
  }

  .sacred-menu-toggle {
    display: inline-grid;
    place-items: center;
    order: 2;
  }

  .sacred-actions {
    order: 3;
  }

  .sacred-nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 18px 18px;
    background: #fff;
    border-top: 1px solid #ebe8e3;
    border-bottom: 1px solid #d8d4ce;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    flex-direction: column;
    gap: 0;
  }

  .sacred-nav.open {
    display: flex !important;
  }

  .sacred-nav a {
    display: block;
    width: 100%;
    padding: 14px 4px;
    border-bottom: 1px solid #ece9e4;
    font-size: 15px;
    text-transform: none;
  }

  .sacred-nav a.active {
    border-bottom-color: #ece9e4;
    color: #9f2f2f;
  }
}

@media (max-width: 760px) {
  .sacred-header-inner {
    min-height: 88px;
    padding: 8px 0;
  }

  .sacred-brand {
    min-width: 0;
  }

  .sacred-brand strong {
    font-size: 18px;
  }

  .sacred-brand small {
    font-size: 10px;
  }

  .sacred-brand img {
    width: 54px;
    height: 54px;
  }

  .sacred-donate {
    padding: 12px 15px;
    font-size: 13px;
  }

  .sacred-menu-toggle {
    width: 44px;
    height: 42px;
  }
}
