:root{
  --deep:#073427;
  --deep-2:#0a2c23;
  --deep-3:#061f19;
  --gold:#d09a39;
  --gold-2:#e4b763;
  --gold-dark:#a87724;
  --cream:#fbf6eb;
  --warm-white:#fffdf8;
  --ink:#17231f;
  --muted:#625c52;
  --border:#eadfce;
  --white:#ffffff;
  --shadow:0 20px 55px rgba(25,21,15,.13);
  --shadow-dark:0 25px 70px rgba(0,0,0,.34);
  --radius:18px;
  --max:1400px;
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--warm-white);line-height:1.6}
img{max-width:100%;display:block}
a{color:#745011;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:var(--max);margin:0 auto;padding:0 70px}
.skip-link{position:absolute;left:-999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:999;color:#111}

/* Header — matches the white menu area and gold active underline from the approved screenshot */
.site-header{position:sticky;top:0;z-index:30;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.08)}
.topbar{background:linear-gradient(90deg,#0b3a2b,#06241c);color:#fff;font-size:16px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:45px;padding-top:0;padding-bottom:0}.topbar a,.topbar span{color:#fff;font-weight:700}.topbar a:hover{color:var(--gold-2);text-decoration:none}.topbar .topbar-item{display:inline-flex;align-items:center;gap:11px}.topbar svg{width:17px;height:17px;stroke:currentColor}
.nav-row{display:flex;align-items:center;justify-content:space-between;gap:36px;min-height:116px;padding-top:18px;padding-bottom:18px;background:#fff}
.brand{display:flex;align-items:center;gap:24px;color:var(--deep);min-width:430px}.brand:hover{text-decoration:none}.brand-line{display:block;width:3px;height:72px;background:var(--gold)}.brand strong{display:block;font-family:var(--serif);font-size:38px;line-height:.95;letter-spacing:.03em;text-transform:uppercase;color:var(--deep);font-weight:700}.brand em{display:block;font-family:var(--serif);font-size:18px;color:#3d3c38;font-style:normal;margin-top:8px}.brand .brand-mark{display:none}
.main-nav{display:flex;align-items:center;gap:33px;font-family:var(--serif);font-size:18px;font-weight:700;white-space:nowrap}.main-nav a{position:relative;color:#1f1d19;padding:15px 0}.main-nav a:hover{color:var(--deep);text-decoration:none}.main-nav .active{color:var(--deep)}.main-nav .active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:3px;background:var(--gold);border-radius:999px}.give-link{background:linear-gradient(135deg,var(--gold),var(--gold-2));padding:13px 25px!important;border-radius:4px;color:#161006!important;box-shadow:0 10px 22px rgba(208,154,57,.24)}.give-link:after{display:none!important}.menu-toggle{display:none;border:1px solid var(--border);background:#fff;color:var(--deep);padding:10px 14px;border-radius:8px;font-weight:800}

/* Split homepage hero */
.feature-hero{background:#fff;color:#fff;position:relative}.feature-hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:8px;height:clamp(560px,36vw,635px);min-height:540px;width:100%;background:#fff}.hero-slider{position:relative;overflow:hidden;height:100%;min-height:0;background:#111}.hero-slide{position:absolute;inset:0;display:grid;align-items:center;background-image:linear-gradient(90deg,rgba(4,18,16,.64),rgba(4,18,16,.38),rgba(4,18,16,.10)),linear-gradient(0deg,rgba(4,18,16,.52),rgba(4,18,16,0) 54%),var(--slide-image);background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .65s ease,visibility .65s ease,transform 2.8s ease}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.hero-shade{display:none}.hero-slide-content{position:relative;z-index:2;max-width:950px;margin-left:clamp(58px,8.2vw,145px);margin-right:90px;padding:0;background:transparent;box-shadow:none;border:0;border-radius:0}.hero-slide-content h1{font-family:var(--serif);font-size:clamp(50px,5.4vw,82px);line-height:1.04;max-width:900px;margin:14px 0 16px;color:rgba(255,255,255,.97);font-weight:700;text-shadow:0 4px 18px rgba(0,0,0,.46)}.hero-slide-content p{font-size:24px;line-height:1.45;max-width:735px;color:rgba(255,255,255,.96);margin:0;text-shadow:0 2px 12px rgba(0,0,0,.42)}.eyebrow{letter-spacing:.17em;text-transform:uppercase;font-weight:900;font-size:16px;color:var(--gold-2)}.eyebrow.dark{color:#a77523}.hero-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:17px 31px;font-family:var(--serif);font-size:20px;font-weight:800;border:2px solid transparent;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 13px 30px rgba(208,154,57,.26)}.btn-green{background:#063b2d;color:#fff;border-color:#063b2d;box-shadow:0 12px 25px rgba(0,0,0,.18)}.btn-light{background:rgba(255,248,235,.93);color:#18120a;border-color:rgba(255,248,235,.93);box-shadow:0 12px 25px rgba(0,0,0,.10)}.btn-outline-light{border-color:var(--gold);color:#fff;background:rgba(6,13,12,.34)}.btn.large{font-size:22px;padding:18px 32px}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:64px;height:64px;border-radius:50%;border:3px solid rgba(255,255,255,.94);background:rgba(2,20,16,.22);color:#fff;font-size:56px;line-height:1;display:grid;place-items:center;cursor:pointer}.slide-arrow:hover{background:rgba(208,154,57,.28)}.slide-arrow.prev{left:35px}.slide-arrow.next{right:35px}.slide-dots{position:absolute;left:50%;bottom:35px;transform:translateX(-50%);z-index:5;display:flex;gap:13px}.slide-dots button{width:20px;height:20px;border-radius:50%;border:3px solid #fff;background:transparent;cursor:pointer}.slide-dots button.is-active{background:var(--gold-2);border-color:var(--gold-2)}

.hero-static-card{position:relative;height:100%;min-height:0;display:grid;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,38,30,.92),rgba(5,38,30,.58),rgba(5,38,30,.30)),var(--static-image);background-size:cover;background-position:center}.hero-static-shade{display:none}.hero-static-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,34,27,.55),rgba(5,34,27,.08) 62%)}.hero-static-content{position:relative;z-index:2;margin:0 auto;padding:0 56px 0 56px;max-width:520px;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none}.static-icon{width:80px;height:80px;margin-bottom:24px;color:var(--gold-2)}.static-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-static-content h2{font-family:var(--serif);font-size:clamp(38px,3vw,56px);line-height:1.08;color:#fff;margin:14px 0 20px;text-shadow:0 4px 18px rgba(0,0,0,.42)}.hero-static-content p{color:rgba(255,255,255,.96);font-size:22px;line-height:1.58;margin:0 0 34px;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-static-content .btn{font-size:23px;padding:20px 42px}
.feature-hero + .intro-band{border-top:0}.intro-band{background:var(--warm-white);padding-top:64px;padding-bottom:70px}.intro-band .split{grid-template-columns:1fr 1.15fr;align-items:center}.intro-band h2{font-family:var(--serif);font-size:clamp(38px,4vw,54px);color:var(--deep);margin-bottom:0}.intro-band .lead{border-left:2px solid var(--gold);padding-left:44px;font-family:var(--serif);font-size:21px;color:#3e3b35}

.hero{position:relative;min-height:620px;display:grid;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(3,27,22,.86),rgba(3,27,22,.48),rgba(3,27,22,.18)),var(--hero);background-size:cover;background-position:center}.hero-content{position:relative;z-index:2;padding-top:86px;padding-bottom:86px}.hero h1{font-family:var(--serif);font-size:clamp(42px,6vw,76px);line-height:1.03;max-width:860px;margin:10px 0 20px}.hero p{font-size:21px;max-width:760px;color:#f6eddf}
.section{padding:82px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px}.align-center{align-items:center}.align-start{align-items:start}.lead{font-size:24px;color:var(--muted)}h1,h2,h3{line-height:1.12;margin:0 0 14px}h2{font-family:var(--serif);font-size:clamp(30px,4vw,48px);color:var(--deep)}h3{font-family:var(--serif);color:var(--deep)}.section-head{margin-bottom:28px}.section-head.center{text-align:center}.section-head.between{display:flex;justify-content:space-between;align-items:end;gap:20px}.cards{display:grid;gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);border:1px solid var(--border)}.focus{position:relative;overflow:hidden}.focus:before,.action-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--gold),var(--gold-2))}.focus span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff1c7;color:#5a3e0d;font-weight:900;margin-bottom:20px}.focus h3,.action-card h3{font-size:24px}.why-panel{background:linear-gradient(180deg,var(--warm-white),var(--cream))}.image-card{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:var(--cream)}.image-card img{width:100%;height:430px;object-fit:cover}.action-section{background:var(--cream)}.action-card{color:var(--ink);min-height:185px;position:relative;overflow:hidden}.action-card:hover{text-decoration:none;transform:translateY(-3px)}.update-card{overflow:hidden;padding:0}.update-card img{width:100%;height:210px;object-fit:cover}.update-card div{padding:24px}.update-card time{font-size:13px;font-weight:900;color:#8b621a}.update-card h2,.update-card h3{font-size:23px}.impact-strip{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;text-align:center;border-top:1px solid rgba(239,200,101,.25);border-bottom:1px solid rgba(239,200,101,.25)}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:18px}.impact-grid strong{display:block;font-size:44px;color:var(--gold-2)}.impact-grid span{font-weight:900}.donate-cta{background:linear-gradient(120deg,#fff,var(--cream))}.site-footer{background:var(--deep-3);color:#e8dcc8;padding:60px 0 20px;border-top:5px solid var(--gold)}.site-footer h3{color:#f4e4bf;margin-bottom:16px}.site-footer p{color:#e8dcc8}.site-footer a{display:block;color:#e8dcc8;margin:8px 0}.site-footer a:hover{color:var(--gold-2)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:34px}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-brand .brand-mark{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#102820;font-weight:900}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);margin-top:38px;padding-top:18px;font-size:14px}.page-hero{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;padding:88px 0;border-bottom:5px solid var(--gold)}.page-hero h1{font-family:var(--serif);font-size:clamp(40px,5vw,68px);max-width:900px;color:#fff}.page-hero p{font-size:21px;max-width:760px;color:#f4ead9}.narrow{max-width:860px}.prose{font-size:18px}.prose p{margin:0 0 18px}.large-cards .card{min-height:250px}.prayer-card,.need-card{border-top:7px solid var(--gold)}.need-card strong{display:inline-block;margin-top:12px;background:#fff1c7;color:#5a3e0d;border-radius:999px;padding:8px 13px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid figure{margin:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.gallery-grid img{height:260px;width:100%;object-fit:cover}.gallery-grid figcaption{padding:14px;font-weight:800}.donation-box{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow);border-top:6px solid var(--gold)}.amount-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.amount-grid span{background:rgba(255,255,255,.10);border:1px solid rgba(239,200,101,.32);border-radius:16px;padding:16px;font-size:24px;font-weight:900}.amount-grid small{font-size:13px;font-weight:800;color:#eadcc2}.contact-card p{font-size:18px}.article-hero{padding:80px 0 36px;background:var(--cream)}.article-hero h1{font-family:var(--serif);font-size:clamp(38px,5vw,66px)}.article-image img{border-radius:28px;box-shadow:var(--shadow);max-height:540px;width:100%;object-fit:cover}

@media(max-width:1200px){.wrap{padding:0 38px}.brand{min-width:360px}.brand strong{font-size:31px}.main-nav{gap:20px;font-size:16px}.feature-hero-grid{height:560px}.hero-slide-content{margin-left:72px}.hero-slide-content h1{font-size:60px}.hero-static-content{padding:0 38px}.hero-static-content p{font-size:19px}}
@media(max-width:980px){.wrap{padding:0 24px}.feature-hero-grid{grid-template-columns:1fr;height:auto;min-height:0;gap:8px}.hero-slider,.hero-static-card{height:560px;min-height:560px}.hero-slide-content{margin:0 70px}.hero-static-content{max-width:none;margin:0;padding:0 52px}.slide-arrow{width:52px;height:52px}.menu-toggle{display:block}.nav-row{min-height:92px}.brand{min-width:0}.brand-line{height:55px}.brand strong{font-size:27px}.brand em{font-size:15px}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:20px 24px;box-shadow:0 18px 40px rgba(0,0,0,.16);flex-direction:column;align-items:flex-start;border-top:1px solid var(--border)}.main-nav.open{display:flex}.main-nav a{color:var(--deep)}.cards.four,.cards.three,.cards.two,.split,.footer-grid,.impact-grid,.gallery-grid,.intro-band .split{grid-template-columns:1fr}.intro-band .lead{border-left:0;border-top:2px solid var(--gold);padding-left:0;padding-top:24px}.hero{min-height:560px}.section{padding:58px 0}.section-head.between{align-items:start;flex-direction:column}.footer-bottom{display:block}}
@media(max-width:560px){.wrap{padding:0 18px}.topbar{display:none}.nav-row{min-height:82px}.brand{gap:14px}.brand-line{height:48px}.brand strong{font-size:22px}.brand em{display:none}.hero-slider,.hero-static-card{height:520px;min-height:520px}.hero-slide-content{margin:0 24px}.hero-slide-content h1{font-size:40px}.hero-slide-content p{font-size:18px}.slide-arrow{display:none}.hero-static-content{padding:0 24px}.hero-static-content h2{font-size:38px}.hero-static-content p{font-size:18px}.hero-actions{gap:12px}.hero-actions .btn{width:100%;font-size:18px;padding:14px 20px}.amount-grid{grid-template-columns:1fr}.hero h1{font-size:40px}.hero p,.page-hero p{font-size:18px}}

/* A015 — Professional size correction from approved screenshot comparison.
   Keeps the A014 colors and editable backend, but reduces the header, menu,
   hero text, buttons, arrows, and static feature panel scale. */
.topbar{font-size:14px}
.topbar-inner{min-height:42px}
.nav-row{min-height:104px;padding-top:14px;padding-bottom:14px;gap:30px}
.brand{min-width:520px;gap:20px;flex-shrink:0}
.brand-line{height:66px}
.brand strong{font-size:34px;line-height:1;letter-spacing:.025em;white-space:nowrap}
.brand em{font-size:16px;margin-top:5px;line-height:1.35;max-width:520px}
.main-nav{gap:28px;font-size:17px}
.main-nav a{padding:13px 0}
.main-nav .active:after{height:3px;bottom:1px}
.give-link{padding:12px 23px!important;border-radius:4px}
.feature-hero-grid{height:clamp(520px,33vw,600px);min-height:520px}
.hero-slide-content{max-width:820px;margin-left:clamp(68px,8vw,138px);margin-right:92px}
.hero-slide-content h1{font-size:clamp(44px,4.35vw,68px);line-height:1.05;max-width:820px;margin:12px 0 14px;text-shadow:0 4px 16px rgba(0,0,0,.43)}
.hero-slide-content p{font-size:21px;line-height:1.42;max-width:660px}
.eyebrow{font-size:15px;letter-spacing:.18em}
.hero-actions{gap:18px;margin-top:26px}
.btn{font-size:18px;padding:14px 26px;border-radius:5px}
.btn.large{font-size:20px;padding:16px 30px}
.slide-arrow{width:56px;height:56px;border-width:2px;font-size:48px}
.slide-arrow.prev{left:32px}
.slide-arrow.next{right:32px}
.slide-dots{bottom:28px;gap:11px}
.slide-dots button{width:17px;height:17px;border-width:2px}
.hero-static-content{padding:0 48px;max-width:500px}
.static-icon{width:70px;height:70px;margin-bottom:20px}
.hero-static-content h2{font-size:clamp(34px,2.45vw,46px);line-height:1.08;margin:12px 0 18px}
.hero-static-content p{font-size:19px;line-height:1.55;margin-bottom:30px}
.hero-static-content .btn{font-size:19px;padding:17px 36px}
.intro-band{padding-top:58px;padding-bottom:64px}
.intro-band h2{font-size:clamp(34px,3.2vw,48px)}
.intro-band .lead{font-size:19px;padding-left:40px}

@media(max-width:1500px){
  .wrap{padding:0 56px}
  .brand{min-width:430px}
  .brand strong{font-size:30px;white-space:normal}
  .brand em{font-size:15px}
  .main-nav{gap:20px;font-size:16px}
  .hero-slide-content h1{font-size:clamp(42px,4.2vw,60px)}
  .hero-slide-content p{font-size:20px}
  .hero-static-content h2{font-size:40px}
  .hero-static-content p{font-size:18px}
}
@media(max-width:1200px){
  .wrap{padding:0 38px}
  .brand{min-width:340px}
  .brand strong{font-size:28px}
  .nav-row{min-height:96px;gap:22px}
  .main-nav{gap:16px;font-size:15px}
  .feature-hero-grid{height:540px;min-height:520px}
  .hero-slide-content{margin-left:68px;margin-right:76px}
  .hero-slide-content h1{font-size:52px}
  .hero-slide-content p{font-size:19px}
  .btn{font-size:17px;padding:13px 23px}
  .hero-static-content{padding:0 36px}
}
@media(max-width:980px){
  .feature-hero-grid{height:auto;min-height:0}
  .hero-slider,.hero-static-card{height:520px;min-height:520px}
  .hero-slide-content{margin:0 64px}
  .hero-slide-content h1{font-size:48px}
  .hero-static-content{padding:0 48px}
}
@media(max-width:560px){
  .nav-row{min-height:78px}
  .brand strong{font-size:22px;white-space:normal}
  .brand-line{height:46px}
  .hero-slider,.hero-static-card{height:500px;min-height:500px}
  .hero-slide-content{margin:0 24px}
  .hero-slide-content h1{font-size:38px}
  .hero-slide-content p,.hero-static-content p{font-size:17px}
  .hero-static-content h2{font-size:34px}
}

/* A016 — Exact slideshow/static panel size correction.
   The user supplied a WWF-style reference where the hero image band is much
   shorter and more professional. Keep A014/A015 colors and backend controls,
   but reduce the desktop hero band to the reference height. */
@media(min-width:981px){
  .feature-hero-grid{
    height:clamp(430px,24.5vw,470px);
    min-height:430px;
    gap:8px;
  }
  .hero-slider,
  .hero-static-card{
    height:100%;
    min-height:0;
  }
  .hero-slide-content{
    max-width:720px;
    margin-left:clamp(72px,8vw,138px);
    margin-right:72px;
  }
  .hero-slide-content h1{
    font-size:clamp(38px,3.45vw,54px);
    line-height:1.04;
    max-width:720px;
    margin:9px 0 12px;
  }
  .hero-slide-content p{
    font-size:18px;
    line-height:1.42;
    max-width:620px;
  }
  .eyebrow{
    font-size:12px;
    letter-spacing:.20em;
  }
  .hero-actions{
    gap:15px;
    margin-top:23px;
  }
  .hero-actions .btn{
    font-size:16px;
    padding:12px 24px;
    min-height:48px;
  }
  .slide-arrow{
    width:50px;
    height:50px;
    border-width:2px;
    font-size:42px;
  }
  .slide-arrow.prev{left:26px}
  .slide-arrow.next{right:26px}
  .slide-dots{
    bottom:21px;
    gap:9px;
  }
  .slide-dots button{
    width:14px;
    height:14px;
    border-width:2px;
  }
  .hero-static-content{
    max-width:430px;
    padding:0 40px;
  }
  .static-icon{
    width:54px;
    height:54px;
    margin-bottom:16px;
  }
  .hero-static-content h2{
    font-size:clamp(30px,2.1vw,38px);
    line-height:1.08;
    margin:9px 0 13px;
  }
  .hero-static-content p{
    font-size:17px;
    line-height:1.46;
    margin-bottom:24px;
  }
  .hero-static-content .btn{
    font-size:17px;
    padding:13px 30px;
    min-height:50px;
  }
}
@media(min-width:981px) and (max-width:1200px){
  .feature-hero-grid{height:430px;min-height:430px}
  .hero-slide-content{margin-left:64px;margin-right:58px}
  .hero-slide-content h1{font-size:40px}
  .hero-slide-content p{font-size:16.5px}
  .hero-actions .btn{font-size:15px;padding:11px 20px}
  .hero-static-content{padding:0 32px;max-width:390px}
  .hero-static-content h2{font-size:31px}
  .hero-static-content p{font-size:16px}
}
@media(max-width:980px){
  .hero-slider,.hero-static-card{height:470px;min-height:470px}
  .hero-slide-content h1{font-size:42px}
  .hero-slide-content p{font-size:18px}
  .hero-static-content h2{font-size:34px}
  .hero-static-content p{font-size:17px}
}
@media(max-width:560px){
  .hero-slider,.hero-static-card{height:430px;min-height:430px}
  .hero-slide-content h1{font-size:34px}
  .hero-slide-content p{font-size:16px}
  .hero-actions .btn{font-size:15px;min-height:44px;padding:11px 18px}
}

/* A017 — Compact header and two-thirds hero height.
   User asked for the white menu space to be smaller and for the split
   slideshow/static picture band to be reduced to about 2/3 of A016 height. */
.topbar{font-size:13px}
.topbar-inner{min-height:34px}
.nav-row{
  min-height:76px;
  padding-top:7px;
  padding-bottom:7px;
  gap:22px;
}
.brand{
  min-width:410px;
  gap:16px;
}
.brand-line{height:46px}
.brand strong{
  font-size:26px;
  line-height:.96;
  letter-spacing:.025em;
}
.brand em{
  font-size:13px;
  line-height:1.25;
  margin-top:3px;
  max-width:410px;
}
.main-nav{
  gap:22px;
  font-size:14.5px;
}
.main-nav a{padding:9px 0}
.main-nav .active:after{height:2px;bottom:0}
.give-link{
  padding:10px 20px!important;
  border-radius:4px;
}
@media(min-width:981px){
  .feature-hero-grid{
    height:clamp(288px,16.4vw,315px);
    min-height:288px;
    gap:7px;
  }
  .hero-slide-content{
    max-width:590px;
    margin-left:clamp(54px,7vw,112px);
    margin-right:58px;
  }
  .hero-slide-content h1{
    font-size:clamp(28px,2.45vw,38px);
    line-height:1.02;
    max-width:590px;
    margin:6px 0 8px;
    text-shadow:0 3px 12px rgba(0,0,0,.42);
  }
  .hero-slide-content p{
    font-size:14.5px;
    line-height:1.38;
    max-width:500px;
  }
  .eyebrow{
    font-size:10px;
    letter-spacing:.22em;
  }
  .hero-actions{
    gap:10px;
    margin-top:14px;
  }
  .hero-actions .btn{
    font-size:13px;
    padding:8px 17px;
    min-height:36px;
    border-width:1px;
  }
  .slide-arrow{
    width:38px;
    height:38px;
    border-width:2px;
    font-size:31px;
  }
  .slide-arrow.prev{left:18px}
  .slide-arrow.next{right:18px}
  .slide-dots{
    bottom:13px;
    gap:7px;
  }
  .slide-dots button{
    width:10px;
    height:10px;
    border-width:2px;
  }
  .hero-static-content{
    max-width:330px;
    padding:0 28px;
  }
  .static-icon{
    width:38px;
    height:38px;
    margin-bottom:10px;
  }
  .hero-static-content h2{
    font-size:clamp(22px,1.65vw,29px);
    line-height:1.06;
    margin:6px 0 8px;
  }
  .hero-static-content p{
    font-size:13.8px;
    line-height:1.42;
    margin-bottom:15px;
  }
  .hero-static-content .btn{
    font-size:13px;
    padding:9px 21px;
    min-height:38px;
  }
  .intro-band{
    padding-top:38px;
    padding-bottom:46px;
  }
  .intro-band h2{font-size:clamp(28px,2.6vw,39px)}
  .intro-band .lead{font-size:16px;padding-left:30px}
}
@media(min-width:981px) and (max-width:1200px){
  .wrap{padding:0 30px}
  .nav-row{min-height:72px;gap:16px}
  .brand{min-width:300px;gap:13px}
  .brand-line{height:42px}
  .brand strong{font-size:22px}
  .brand em{font-size:12px}
  .main-nav{gap:13px;font-size:13px}
  .give-link{padding:9px 16px!important}
  .feature-hero-grid{height:288px;min-height:288px}
  .hero-slide-content{margin-left:48px;margin-right:44px;max-width:520px}
  .hero-slide-content h1{font-size:31px;max-width:520px}
  .hero-slide-content p{font-size:13px;max-width:440px}
  .hero-actions{margin-top:12px;gap:8px}
  .hero-actions .btn{font-size:12.5px;padding:7px 14px;min-height:34px}
  .hero-static-content{padding:0 24px;max-width:295px}
  .hero-static-content h2{font-size:23px}
  .hero-static-content p{font-size:12.8px;line-height:1.36}
  .hero-static-content .btn{font-size:12.5px;padding:8px 17px;min-height:36px}
  .static-icon{width:34px;height:34px;margin-bottom:8px}
}
@media(max-width:980px){
  .nav-row{min-height:76px;padding-top:8px;padding-bottom:8px}
  .brand-line{height:44px}
  .brand strong{font-size:23px}
  .brand em{font-size:13px}
  .hero-slider,.hero-static-card{height:390px;min-height:390px}
  .hero-slide-content h1{font-size:34px}
  .hero-slide-content p{font-size:16px}
  .hero-static-content h2{font-size:29px}
  .hero-static-content p{font-size:15.5px}
}
@media(max-width:560px){
  .nav-row{min-height:68px}
  .brand strong{font-size:20px}
  .brand-line{height:38px}
  .hero-slider,.hero-static-card{height:340px;min-height:340px}
  .hero-slide-content h1{font-size:28px}
  .hero-slide-content p{font-size:14.5px}
  .hero-actions .btn{font-size:13px;min-height:38px;padding:8px 14px}
  .hero-static-content h2{font-size:25px}
  .hero-static-content p{font-size:14px}
}



/* A018 — Remove Our Mission band and move Ministry in Focus up.
   The slideshow/static picture keeps the A017 size. The section below it is
   now a compact editable focus-card area so laptop screens use space better. */
.feature-hero + .home-focus-section{border-top:0}
.home-focus-section{
  background:var(--warm-white);
  padding-top:30px;
  padding-bottom:54px;
}
.home-focus-section .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.home-focus-section .section-head h2{
  font-size:clamp(25px,2.35vw,38px);
  margin-bottom:0;
}
.home-focus-section .cards{gap:16px}
.home-focus-section .card{
  padding:18px 18px 16px;
  min-height:145px;
  color:var(--ink);
}
.home-focus-section a.card:hover{
  text-decoration:none;
  transform:translateY(-2px);
}
.home-focus-section .focus span{
  width:32px;
  height:32px;
  font-size:13px;
  margin-bottom:10px;
}
.home-focus-section .focus h3{
  font-size:20px;
  margin-bottom:7px;
}
.home-focus-section .focus p{
  font-size:14.5px;
  line-height:1.42;
  margin:0;
}
.focus-view-all{
  font-weight:900;
  font-size:14px;
  color:#745011;
  border-bottom:2px solid var(--gold);
  padding-bottom:3px;
  white-space:nowrap;
}
.focus-view-all:hover{color:var(--deep);text-decoration:none}
@media(min-width:981px) and (max-width:1200px){
  .home-focus-section{padding-top:24px;padding-bottom:44px}
  .home-focus-section .cards{gap:12px}
  .home-focus-section .card{padding:15px;min-height:132px}
  .home-focus-section .focus h3{font-size:18px}
  .home-focus-section .focus p{font-size:13px;line-height:1.36}
}
@media(max-width:980px){
  .home-focus-section .section-head{align-items:flex-start;flex-direction:column;gap:10px}
  .focus-view-all{white-space:normal}
}


/* A019 — Remove the small “What We Do” label above Ministry in Focus.
   This pulls the focus cards closer to the slideshow/static picture so the
   boxes are more likely to appear on the first laptop screen without reducing
   the hero image size. */
.home-focus-section{
  padding-top:18px;
  padding-bottom:42px;
}
.home-focus-section .section-head{
  margin-bottom:12px;
  align-items:center;
}
.home-focus-section .section-head h2{
  font-size:clamp(23px,2.05vw,34px);
  line-height:1.05;
}
.home-focus-section .card{
  padding:16px 16px 14px;
  min-height:128px;
}
.home-focus-section .focus span{
  width:28px;
  height:28px;
  font-size:12px;
  margin-bottom:8px;
}
.home-focus-section .focus h3{
  font-size:18px;
  margin-bottom:5px;
}
.home-focus-section .focus p{
  font-size:13.2px;
  line-height:1.34;
}
.focus-view-all{
  font-size:13px;
}
@media(min-width:981px) and (max-width:1200px){
  .home-focus-section{padding-top:14px;padding-bottom:34px}
  .home-focus-section .section-head{margin-bottom:10px}
  .home-focus-section .card{padding:13px;min-height:116px}
  .home-focus-section .focus h3{font-size:16.5px;margin-bottom:4px}
  .home-focus-section .focus p{font-size:12.2px;line-height:1.3}
}
@media(max-width:980px){
  .home-focus-section{padding-top:18px}
}


/* A020 — Remove the number circles from Ministry in Focus boxes so there is more room for the title and wording. */
.home-focus-section .focus span{display:none !important}
.home-focus-section .card{padding-top:14px}
.home-focus-section .focus h3{margin-top:0}
@media(min-width:981px) and (max-width:1200px){
  .home-focus-section .card{padding-top:12px}
}


/* A021 — Smartphone responsive layout and laptop preview support.
   Desktop/laptop hero size stays the same. Phones rearrange the site into a
   clean vertical layout with a menu button, full-width slideshow, full-width
   static feature, and stacked ministry boxes. */
@media(max-width:760px){
  html,body{overflow-x:hidden}
  .wrap{padding-left:16px;padding-right:16px}
  .site-header{position:sticky;top:0}
  .topbar{display:none}
  .nav-row{
    min-height:64px;
    padding-top:7px;
    padding-bottom:7px;
    gap:12px;
    position:relative;
  }
  .brand{
    min-width:0;
    gap:11px;
    flex:1 1 auto;
    max-width:calc(100% - 88px);
  }
  .brand-line{height:36px;width:3px}
  .brand strong{
    font-size:18px;
    line-height:1;
    letter-spacing:.02em;
    white-space:normal;
  }
  .brand em{display:none}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 12px;
    border-radius:6px;
    font-size:13px;
    letter-spacing:.03em;
    text-transform:uppercase;
    background:#fff;
    border:1px solid var(--gold);
    color:var(--deep);
  }
  .main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:50;
    background:#fff;
    padding:8px 16px 14px;
    box-shadow:0 18px 35px rgba(0,0,0,.18);
    border-top:1px solid var(--border);
    flex-direction:column;
    align-items:stretch;
    gap:0;
    font-size:15px;
  }
  .main-nav.open{display:flex}
  .main-nav a{
    display:block;
    color:var(--deep);
    padding:11px 0;
    border-bottom:1px solid #f0e7d8;
  }
  .main-nav .active:after{display:none}
  .main-nav .active{color:#8a6119}
  .give-link{
    margin-top:10px;
    text-align:center;
    padding:10px 18px!important;
    border-bottom:0!important;
  }

  .feature-hero-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:6px;
    height:auto;
    min-height:0;
  }
  .hero-slider{
    height:355px;
    min-height:355px;
  }
  .hero-static-card{
    height:300px;
    min-height:300px;
  }
  .hero-slide{
    align-items:end;
    background-image:linear-gradient(90deg,rgba(4,18,16,.72),rgba(4,18,16,.34)),linear-gradient(0deg,rgba(4,18,16,.76),rgba(4,18,16,.08) 70%),var(--slide-image);
  }
  .hero-slide-content{
    margin:0;
    padding:0 20px 38px;
    max-width:none;
    width:100%;
  }
  .hero-slide-content h1{
    font-size:29px;
    line-height:1.04;
    max-width:100%;
    margin:6px 0 8px;
  }
  .hero-slide-content p{
    font-size:14px;
    line-height:1.34;
    max-width:100%;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .eyebrow{font-size:9.5px;letter-spacing:.18em}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:12px;
    max-width:230px;
  }
  .hero-actions .btn{
    width:100%;
    min-height:36px;
    padding:8px 12px;
    font-size:13px;
    line-height:1.1;
  }
  .slide-arrow{display:none}
  .slide-dots{bottom:12px;gap:6px}
  .slide-dots button{width:9px;height:9px;border-width:1px}

  .hero-static-card{
    align-items:end;
    background-image:linear-gradient(90deg,rgba(5,38,30,.90),rgba(5,38,30,.42)),linear-gradient(0deg,rgba(5,34,27,.86),rgba(5,34,27,.10) 70%),var(--static-image);
  }
  .hero-static-card:after{display:none}
  .hero-static-content{
    max-width:none;
    padding:0 20px 24px;
    width:100%;
  }
  .static-icon{width:34px;height:34px;margin-bottom:8px}
  .hero-static-content h2{
    font-size:25px;
    line-height:1.04;
    margin:5px 0 8px;
  }
  .hero-static-content p{
    font-size:13.5px;
    line-height:1.34;
    margin-bottom:12px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .hero-static-content .btn{
    font-size:13px;
    min-height:36px;
    padding:8px 15px;
  }

  .home-focus-section{
    padding-top:16px;
    padding-bottom:26px;
  }
  .home-focus-section .section-head{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }
  .home-focus-section .section-head h2{
    font-size:24px;
  }
  .focus-view-all{
    font-size:12px;
    white-space:nowrap;
  }
  .home-focus-section .cards.four{
    grid-template-columns:1fr;
    gap:9px;
  }
  .home-focus-section .card{
    padding:12px 14px;
    min-height:0;
    border-radius:13px;
  }
  .home-focus-section .focus:before{height:4px}
  .home-focus-section .focus h3{
    font-size:17px;
    margin-bottom:3px;
  }
  .home-focus-section .focus p{
    font-size:12.8px;
    line-height:1.32;
  }
  .section{padding:42px 0}
  .cards.four,.cards.three,.cards.two,.split,.footer-grid,.impact-grid,.gallery-grid{grid-template-columns:1fr}
  .footer-bottom{display:block}
}

@media(max-width:420px){
  .brand strong{font-size:17px}
  .hero-slider{height:340px;min-height:340px}
  .hero-static-card{height:286px;min-height:286px}
  .hero-slide-content h1{font-size:27px}
  .hero-actions{max-width:220px}
  .home-focus-section .section-head{align-items:flex-start;flex-direction:column;gap:5px}
  .focus-view-all{white-space:normal}
}


/* A022 — Ministry Focus Box Comfort Upgrade.
   Uses the extra laptop screen room under the focus boxes without changing
   the slideshow/static hero height. Boxes are a little taller, more readable,
   and each linked box has a small gold Learn More line. */
.home-focus-section .card{
  padding:20px 20px 18px;
  min-height:164px;
}
.home-focus-section .focus{
  display:flex;
  flex-direction:column;
}
.home-focus-section .focus h3{
  font-size:20.5px;
  margin-bottom:7px;
  line-height:1.08;
}
.home-focus-section .focus p{
  font-size:14px;
  line-height:1.38;
  flex:1 1 auto;
}
.focus-learn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:12px;
  font-size:12.5px;
  font-weight:900;
  color:#806017;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.focus-learn:after{
  content:"→";
  font-size:15px;
  line-height:1;
  color:var(--gold);
}
.home-focus-section a.card:hover .focus-learn{
  color:var(--deep);
}
@media(min-width:981px) and (max-width:1200px){
  .home-focus-section .card{
    padding:16px 16px 14px;
    min-height:148px;
  }
  .home-focus-section .focus h3{font-size:18px;margin-bottom:5px}
  .home-focus-section .focus p{font-size:13px;line-height:1.34}
  .focus-learn{font-size:11.5px;margin-top:9px}
}
@media(max-width:760px){
  .home-focus-section .card{
    padding:14px 15px;
    min-height:0;
  }
  .home-focus-section .focus h3{font-size:17.5px}
  .home-focus-section .focus p{font-size:13px}
  .focus-learn{font-size:11.5px;margin-top:8px}
}


/* A023 — Stories & Photos professional Option 3 layout */
.stories-page-hero{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;padding:54px 0 50px;border-bottom:5px solid var(--gold)}
.stories-page-hero h1{font-family:var(--serif);font-size:clamp(38px,5vw,66px);max-width:900px;color:#fff;margin-bottom:10px}
.stories-page-hero p:not(.eyebrow){font-size:20px;max-width:760px;color:#f4ead9;margin:0}
.stories-feature-section{background:var(--warm-white);padding-top:48px;padding-bottom:32px}
.stories-feature-grid{display:grid;grid-template-columns:minmax(0,2fr) 420px;gap:28px;align-items:start}
.featured-story-card,.stories-sidebar .sidebar-box{background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}
.featured-story-card img{width:100%;height:390px;object-fit:cover;display:block}
.featured-story-body{padding:28px 30px 32px}.featured-story-body h2{font-size:clamp(30px,3.2vw,46px);margin-bottom:8px}.featured-story-body time{display:block;color:#8b621a;font-weight:900;margin-bottom:14px}.featured-story-body p{font-size:18px;line-height:1.55}.stories-sidebar{display:grid;gap:18px}.stories-sidebar .sidebar-box{padding:22px}.stories-sidebar h3{font-size:24px;margin-bottom:14px}.sidebar-pill{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:12px;background:#fffaf2;border:1px solid var(--border);margin-bottom:9px;color:var(--ink);font-weight:800}.sidebar-pill.active,.sidebar-pill:hover{background:#f3e4c8;color:var(--deep);text-decoration:none}.sidebar-pill span{color:#815b16}.recent-mini{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);color:var(--ink)}.recent-mini:hover{text-decoration:none}.recent-mini img{width:80px;height:64px;object-fit:cover;border-radius:10px}.recent-mini strong{display:block;font-size:14px;line-height:1.25}.recent-mini em{display:block;font-size:12px;color:#6a736e;font-style:normal;margin-top:3px}.stories-list-section{background:var(--cream);padding-top:34px}.story-list-card .story-category{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#8b621a;margin:0 0 3px}.learn-more-inline,.album-card span{display:inline-block;margin-top:10px;color:#815b16;font-weight:900}.album-preview-section{background:var(--warm-white);padding-top:36px}.album-card{padding:0;overflow:hidden;color:var(--ink)}.album-card:hover{text-decoration:none;transform:translateY(-2px)}.album-card img{width:100%;height:230px;object-fit:cover;display:block}.album-card div{padding:20px}.album-card h3{font-size:24px;margin-bottom:8px}.album-card p{margin:0;color:var(--muted);line-height:1.45}.album-card span{font-size:14px}
@media(max-width:980px){.stories-feature-grid{grid-template-columns:1fr}.featured-story-card img{height:280px}.stories-page-hero{padding:38px 0}.stories-feature-section{padding-top:28px}.recent-mini{grid-template-columns:70px 1fr}.album-card img{height:210px}}
@media(max-width:640px){.stories-page-hero h1{font-size:34px}.stories-page-hero p:not(.eyebrow){font-size:17px}.featured-story-body{padding:22px}.featured-story-body p{font-size:16px}.stories-sidebar .sidebar-box{padding:18px}.album-card img{height:190px}}


/* A025 — Compact Stories & Photos page.
   Removes the large featured story card, makes the title smaller, and moves
   story cards higher so more of the page is visible on laptop screens. */
.stories-modern-shell.stories-compact-shell{background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 100%);padding:14px 0 32px;border-top:4px solid var(--gold)}
.stories-modern-heading.stories-compact-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;padding-top:0;padding-bottom:12px}
.stories-compact-heading h1{font-family:var(--serif);font-size:clamp(28px,2.8vw,40px);line-height:1.02;color:var(--deep);margin:0 0 4px;font-weight:800;letter-spacing:-.015em}
.stories-compact-heading p{font-size:15.5px;line-height:1.38;max-width:700px;margin:0;color:#383b35}
.stories-heading-link{font-weight:900;color:#835b16;border-bottom:2px solid var(--gold);white-space:nowrap;padding-bottom:3px;font-size:14px}
.stories-modern-grid.stories-compact-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.stories-main-column{min-width:0}.stories-latest-panel.stories-latest-panel-top{margin-top:0}.stories-album-strip.compact-album-strip{margin-top:18px}
.stories-section-title.compact-section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:10px}
.compact-section-title h2{font-family:var(--serif);font-size:23px;line-height:1.1;color:var(--deep);margin:0;position:relative}
.compact-section-title h2:after{content:"";display:block;width:44px;height:2px;background:var(--gold);margin-top:5px}.compact-section-title a{font-weight:900;color:#835b16;white-space:nowrap;font-size:13.5px}
.stories-latest-grid.compact-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.story-tile-card.compact-story-card{background:#fff;border:1px solid rgba(7,52,39,.08);border-radius:12px;overflow:hidden;box-shadow:0 10px 26px rgba(25,21,15,.075);display:flex;flex-direction:column}.compact-story-card img{width:100%;height:116px;object-fit:cover;display:block}.compact-story-card div{padding:12px 13px 14px;display:flex;flex-direction:column;flex:1}.story-card-date{font-size:10.8px;letter-spacing:.035em;text-transform:uppercase;color:#716b61;margin:0 0 5px}.story-card-date span{color:#b18434;margin:0 4px}.compact-story-card h3{font-family:var(--serif);font-size:19px;line-height:1.08;margin:0 0 7px;color:var(--deep)}.compact-story-card h3 a{color:var(--deep)}.compact-story-card p{font-size:13.2px;line-height:1.36;margin:0 0 10px;color:#3f433e}.read-more-line{font-size:13.2px;font-weight:900;color:#073427;margin-top:auto}
.album-strip-grid.compact-album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.album-strip-card.compact-album-card{display:grid;grid-template-columns:76px 1fr;gap:10px;align-items:center;background:#fff;border:1px solid rgba(7,52,39,.08);border-radius:11px;padding:8px;color:var(--ink);box-shadow:0 8px 22px rgba(25,21,15,.06)}.compact-album-card:hover{text-decoration:none;transform:translateY(-1px)}.compact-album-card img{width:76px;height:58px;object-fit:cover;border-radius:8px}.compact-album-card strong{display:block;font-family:var(--serif);font-size:15.5px;line-height:1.08;color:var(--deep)}.compact-album-card em{display:block;font-style:normal;font-size:11.5px;color:#646a62;margin-top:3px}
.stories-right-rail.compact-right-rail{display:grid;gap:14px;position:sticky;top:94px}.rail-card.compact-rail-card{background:#fff;border:1px solid rgba(7,52,39,.10);border-radius:15px;box-shadow:0 12px 34px rgba(25,21,15,.08);padding:15px}.compact-rail-card h2{font-family:var(--serif);font-size:21px;color:var(--deep);line-height:1.1;margin:0 0 10px}.category-card{padding-bottom:12px}.category-row{display:grid;grid-template-columns:31px 1fr auto;gap:10px;align-items:center;border-radius:9px;padding:8px 9px;margin-bottom:6px;color:#17231f;border:1px solid transparent}.category-row:hover,.category-row.active{background:#f3e4c8;text-decoration:none;border-color:#ead6b2}.category-icon{width:31px;height:31px;display:grid;place-items:center;color:var(--deep)}.category-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-text strong{display:block;font-size:14px;line-height:1.12}.category-text em{display:block;font-style:normal;font-size:11.5px;color:#697068;margin-top:1px}.category-row b{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:#f4e5c8;color:#96681e;font-size:12px}.recent-story-row{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;padding:8px 0;color:var(--ink);border-bottom:1px solid #eee3d3}.recent-story-row:hover{text-decoration:none}.recent-story-row img{width:58px;height:48px;object-fit:cover;border-radius:7px}.recent-story-row strong{display:block;font-size:13.2px;line-height:1.16;color:var(--deep)}.recent-story-row em{display:block;font-style:normal;font-size:11.5px;color:#6b7069;margin-top:3px}.view-all-link{display:inline-block;margin-top:10px;font-weight:900;color:#073427;font-size:13.5px}.empty-story-card{padding:20px;background:#fffdf8!important}
.story-feature-card,.story-feature-image,.story-feature-copy,.story-label,.story-read-btn{display:none!important}
@media(max-width:1200px){.stories-modern-grid.stories-compact-grid{grid-template-columns:minmax(0,1fr) 310px;gap:18px}.stories-latest-grid.compact-story-grid{grid-template-columns:repeat(2,1fr)}.album-strip-grid.compact-album-grid{grid-template-columns:1fr 1fr}.stories-right-rail.compact-right-rail{position:static;top:auto}}
@media(max-width:900px){.stories-modern-heading.stories-compact-heading{display:block}.stories-heading-link{display:inline-block;margin-top:8px}.stories-modern-grid.stories-compact-grid{grid-template-columns:1fr}.stories-latest-grid.compact-story-grid,.album-strip-grid.compact-album-grid{grid-template-columns:1fr 1fr}.stories-right-rail.compact-right-rail{order:2}.rail-card.compact-rail-card{padding:14px}}
@media(max-width:640px){.stories-modern-shell.stories-compact-shell{padding-top:12px}.stories-modern-heading.stories-compact-heading{padding-bottom:10px}.stories-compact-heading h1{font-size:30px}.stories-compact-heading p{font-size:14.5px}.stories-latest-grid.compact-story-grid,.album-strip-grid.compact-album-grid{grid-template-columns:1fr}.stories-section-title.compact-section-title{align-items:start;flex-direction:column;gap:7px}.compact-story-card img{height:135px}.category-row{grid-template-columns:31px 1fr auto}}


/* A031 — Smaller Video Heading Options Fit. Keeps the main player size and shrinks the heading above it. */
.main-nav{gap:21px;font-size:16px}.brand{min-width:365px}.brand strong{font-size:32px}.brand em{font-size:15.5px}
.video-library-shell{background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 100%);padding:14px 0 32px;border-top:4px solid var(--gold)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.video-compact-no-heading{padding-top:8px}
.video-library-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:12px}.video-library-heading h1{font-family:var(--serif);font-size:clamp(28px,2.5vw,38px);line-height:1.02;color:var(--deep);margin:0 0 5px;font-weight:800}.video-library-heading p{font-size:15px;line-height:1.35;max-width:780px;margin:0;color:#383b35}.video-kicker{letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#9b6d1f;font-size:11.5px!important;margin-bottom:4px!important}.video-channel-link{white-space:nowrap}.video-sync-note{margin-top:5px!important;font-size:13px!important;color:#6c675e!important;font-weight:800}
.video-library-grid{display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:18px;align-items:start}.video-main-column{min-width:0}.video-compact-page-title{margin:0 0 5px;padding:0 0 4px;border-bottom:1px solid rgba(190,142,50,.28)}.video-compact-page-title h1{font-family:var(--serif);font-size:clamp(17px,1.35vw,22px);line-height:1;color:var(--deep);margin:0;font-weight:900;letter-spacing:-.005em}.video-player-card{background:#fff;border:1px solid rgba(7,52,39,.10);border-radius:15px;box-shadow:0 12px 32px rgba(25,21,15,.08);overflow:hidden;margin-bottom:14px}.video-compact-no-heading .video-player-card{margin-bottom:10px}.video-player-card-compact{display:grid;grid-template-columns:minmax(0,56%) minmax(260px,44%);align-items:stretch}.video-frame-wrap{position:relative;width:100%;background:#071a15;aspect-ratio:16/9}.video-player-card-compact .video-frame-wrap{height:100%;min-height:270px;aspect-ratio:auto}.video-frame-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-player-copy{padding:14px 17px}.video-player-copy h2{font-family:var(--serif);font-size:25px;line-height:1.08;color:var(--deep);margin:0 0 7px}.video-player-copy p{margin:0;color:#444943;font-size:14px;line-height:1.42}.video-card-category{display:inline-block;letter-spacing:.09em;text-transform:uppercase;font-size:10.8px!important;font-weight:900;color:#9b6d1f;margin:0 0 6px!important}.video-list-panel{margin-top:0}.video-section-title{margin-bottom:8px}.video-compact-no-heading .video-section-title{margin-top:0}.video-count-label{font-weight:900;color:#7c5b1b;font-size:13px}.video-scroll-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.video-card-button{display:flex;flex-direction:column;text-align:left;padding:0;border:1px solid rgba(7,52,39,.09);border-radius:12px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 8px 22px rgba(25,21,15,.065);cursor:pointer;font-family:var(--sans)}.video-card-button:hover,.video-card-button.is-playing{border-color:var(--gold);transform:translateY(-1px);box-shadow:0 12px 28px rgba(25,21,15,.10)}.video-thumb-wrap{position:relative;display:block;background:#0b241d}.video-thumb-wrap img{width:100%;height:108px;object-fit:cover}.play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(7,52,39,.88);color:#fff;font-size:15px;box-shadow:0 8px 20px rgba(0,0,0,.24)}.video-card-body{display:block;padding:10px 11px 12px}.video-card-body em{display:block;font-style:normal;text-transform:uppercase;letter-spacing:.07em;color:#8a611c;font-size:10px;font-weight:900;margin-bottom:5px}.video-card-body strong{display:block;font-family:var(--serif);font-size:17px;line-height:1.08;color:var(--deep);margin-bottom:6px}.video-card-body span{display:block;font-size:12.3px;line-height:1.32;color:#444943}.video-right-rail{display:grid;gap:13px;position:sticky;top:92px}.video-rail-card{padding:14px}.recent-video-row{display:grid;grid-template-columns:62px 1fr;gap:9px;align-items:center;width:100%;padding:8px 0;border:0;border-bottom:1px solid #eee3d3;background:transparent;color:var(--ink);text-align:left;cursor:pointer;font-family:var(--sans)}.recent-video-row:hover strong,.recent-video-row.is-playing strong{text-decoration:underline}.recent-video-row img{width:62px;height:44px;object-fit:cover;border-radius:7px}.recent-video-row strong{display:block;font-size:12.8px;line-height:1.14;color:var(--deep)}.recent-video-row em{display:block;font-style:normal;font-size:11px;color:#6b7069;margin-top:3px}.video-note-card p{font-size:13.2px;line-height:1.4;color:#4a4f49;margin:0 0 7px}.empty-video-card{padding:22px}.empty-video-card .video-player-copy{padding:0}.video-small-muted{font-size:13px;color:#666;margin:0}.video-sync-error{color:#8b1e1e!important}.video-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;flex-wrap:wrap}.video-pager a,.video-pager span{background:#fff;border:1px solid #ead8b7;border-radius:999px;padding:9px 14px;font-weight:900;color:#073427;text-decoration:none}.video-pager span{color:#635c52}.video-pager a:hover{background:#f3e4c8}.video-date-rail .category-row{grid-template-columns:31px 1fr auto}
@media(max-width:1320px){.wrap{padding-left:44px;padding-right:44px}.main-nav{gap:15px;font-size:15.5px}.brand{min-width:335px}.brand strong{font-size:29px}.brand em{font-size:14.5px}.give-link{padding-left:17px!important;padding-right:17px!important}}
@media(max-width:1180px){.video-library-grid{grid-template-columns:minmax(0,1fr) 285px;gap:16px}.video-player-card-compact{grid-template-columns:1fr}.video-player-card-compact .video-frame-wrap{height:auto;min-height:0;aspect-ratio:16/9}.video-scroll-grid{grid-template-columns:repeat(2,1fr)}.video-right-rail{position:static}.video-thumb-wrap img{height:126px}}
@media(max-width:960px){.video-library-heading{display:block}.video-channel-link{display:inline-block;margin-top:8px}.video-library-grid{grid-template-columns:1fr}.video-scroll-grid{grid-template-columns:1fr 1fr}.video-right-rail{order:2}}
@media(max-width:640px){.video-library-shell{padding-top:12px}.video-compact-page-title h1{font-size:19px}.video-compact-no-heading{padding-top:8px}.video-library-heading h1{font-size:29px}.video-library-heading p{font-size:14px}.video-scroll-grid{grid-template-columns:1fr}.video-player-copy h2{font-size:22px}.video-thumb-wrap img{height:145px}.video-pager{justify-content:flex-start}.brand{min-width:0}}

/* A032 — Full Mobile Website + Whole-Site Fit & Polish Pass.
   This is a sitewide responsive foundation pass: smartphone layout, touch
   targets, mobile menu, laptop fit, and consistent card spacing. */
@media(max-width:1320px){
  .wrap{padding-left:38px;padding-right:38px}
  .nav-row{gap:16px}
  .brand{min-width:310px}
  .brand strong{font-size:27px}
  .brand em{font-size:13.5px}
  .main-nav{gap:13px;font-size:15px}
  .give-link{padding-left:16px!important;padding-right:16px!important}
}
@media(max-width:1080px){
  .site-header{position:sticky;top:0}
  .nav-row{position:relative;min-height:78px;padding-top:9px;padding-bottom:9px}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:46px;min-width:82px;font-size:15px;border:2px solid var(--border);background:#fffdf8;box-shadow:0 8px 20px rgba(25,21,15,.06)}
  .main-nav{display:none;position:absolute;top:100%;left:24px;right:24px;background:#fff;z-index:60;padding:14px;border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:0 0 18px 18px;box-shadow:0 22px 48px rgba(0,0,0,.18);flex-direction:column;align-items:stretch;gap:0;white-space:normal;font-size:19px}
  .main-nav.open{display:flex}
  .main-nav a{display:flex;width:100%;min-height:48px;align-items:center;padding:12px 14px;border-radius:11px;color:var(--deep)}
  .main-nav a + a{margin-top:3px}
  .main-nav a:hover,.main-nav .active{background:#fff6e3;text-decoration:none}
  .main-nav .active:after{display:none}
  .main-nav .give-link{justify-content:center;margin-top:8px;border-radius:12px;min-height:52px}
}
@media(max-width:760px){
  body{font-size:16px;line-height:1.55;overflow-x:hidden}
  .wrap{padding-left:18px;padding-right:18px;max-width:100%}
  .topbar{display:none}
  .nav-row{min-height:70px;padding-top:8px;padding-bottom:8px;gap:12px}
  .brand{gap:11px;min-width:0;flex:1}
  .brand-line{width:3px;height:42px}
  .brand strong{font-size:20px;line-height:1.02;letter-spacing:.01em;white-space:normal}
  .brand em{display:none}
  .menu-toggle{min-width:72px;min-height:44px;padding:9px 11px;border-radius:10px}
  .main-nav{left:14px;right:14px;padding:12px;font-size:18px;max-height:calc(100vh - 78px);overflow:auto}
  .section{padding:38px 0}
  .section-head{margin-bottom:18px}
  .section-head.between{display:block}
  h2{font-size:31px}
  .lead{font-size:18px}
  .cards{gap:14px}
  .card{padding:18px;border-radius:16px}
  .cards.four,.cards.three,.cards.two,.split,.footer-grid,.impact-grid,.gallery-grid,.intro-band .split{grid-template-columns:1fr!important}
  .image-card{border-radius:20px}.image-card img{height:245px}
  .page-hero{padding:38px 0 34px;border-bottom-width:4px}
  .page-hero h1{font-size:34px;margin-bottom:8px}.page-hero p{font-size:17px;line-height:1.42}
  .article-hero{padding:36px 0 24px}.article-hero h1{font-size:34px}.article-image img{border-radius:18px;max-height:340px}
  .btn{width:100%;min-height:48px;font-size:16px;padding:12px 18px;border-radius:10px;text-align:center}.hero-actions{gap:10px}
  .gallery-grid img{height:220px}
  .amount-grid{grid-template-columns:1fr}.donation-box{padding:22px;border-radius:18px}.amount-grid span{font-size:20px}
  .site-footer{padding:36px 0 18px}.footer-grid{gap:18px}.footer-bottom{display:block;margin-top:22px}
}
@media(max-width:420px){
  .wrap{padding-left:14px;padding-right:14px}
  .brand strong{font-size:18px}.brand-line{height:38px}.menu-toggle{min-width:68px;font-size:14px}
  .page-hero h1,.article-hero h1{font-size:30px}
  h2{font-size:28px}.card{padding:16px}
}

/* A032 home page mobile fit. Keep desktop/laptop hero unchanged while making the phone view natural. */
@media(max-width:760px){
  .feature-hero-grid{display:block;height:auto;min-height:0;gap:0}
  .hero-slider{height:430px;min-height:430px}
  .hero-static-card{height:auto;min-height:0;padding:34px 0}
  .hero-slide-content{margin:0 24px;max-width:none}
  .hero-slide-content h1{font-size:32px;line-height:1.08;margin:8px 0 10px}
  .hero-slide-content p{font-size:16px;line-height:1.36}
  .eyebrow{font-size:11px;letter-spacing:.16em}
  .slide-dots{bottom:14px}.slide-dots button{width:12px;height:12px}
  .hero-static-content{padding:0 24px;max-width:none}.hero-static-content h2{font-size:30px}.hero-static-content p{font-size:16px}
  .static-icon{width:48px;height:48px;margin-bottom:12px}
  .home-focus-section{padding-top:28px}.home-focus-section .card{min-height:auto}
  .update-card img{height:190px}.impact-grid strong{font-size:34px}
}

/* A032 Stories & Photos mobile fit. */
@media(max-width:760px){
  .stories-modern-shell.stories-compact-shell{padding-top:10px;padding-bottom:26px}
  .stories-modern-heading.stories-compact-heading{display:block;padding-bottom:10px}
  .stories-compact-heading h1{font-size:28px;margin-bottom:5px}
  .stories-compact-heading p{font-size:14.5px;line-height:1.34;max-width:none}
  .stories-heading-link{display:inline-block;margin-top:7px}
  .stories-modern-grid.stories-compact-grid{display:block}
  .stories-latest-grid.compact-story-grid,.album-strip-grid.compact-album-grid{grid-template-columns:1fr!important;gap:12px}
  .compact-story-card img{height:150px}.compact-story-card h3{font-size:20px}.compact-story-card p{font-size:13.5px}
  .stories-right-rail.compact-right-rail{position:static;margin-top:16px;gap:12px}
  .rail-card.compact-rail-card{padding:14px;border-radius:14px}.compact-rail-card h2{font-size:21px}
  .category-row{min-height:48px}.recent-story-row{min-height:58px}
}

/* A032 Videos mobile fit. The desktop/laptop player size remains unchanged. */
@media(max-width:1180px){
  .video-player-card-compact{grid-template-columns:1fr}
  .video-player-card-compact .video-frame-wrap{height:auto;min-height:0;aspect-ratio:16/9}
}
@media(max-width:760px){
  .video-library-shell{padding:10px 0 26px}
  .video-library-grid{display:block}
  .video-main-column{min-width:0}
  .video-compact-page-title{margin-bottom:7px;padding-bottom:5px}
  .video-compact-page-title h1{font-size:19px;line-height:1.08}
  .video-player-card{border-radius:14px;margin-bottom:12px}
  .video-player-copy{padding:13px 14px}.video-player-copy h2{font-size:23px}.video-player-copy p{font-size:13.5px}
  .video-section-title{margin-bottom:8px}.video-section-title h2{font-size:27px}.video-count-label{font-size:12.5px}
  .video-scroll-grid{grid-template-columns:1fr!important;gap:12px}
  .video-thumb-wrap img{height:172px}.video-card-body strong{font-size:20px}.video-card-body span{font-size:13.5px}
  .video-right-rail{position:static;margin-top:18px;gap:12px}.video-rail-card{padding:14px;border-radius:14px}.video-rail-card h2{font-size:23px}
  .recent-video-row{min-height:62px}.recent-video-row img{width:72px;height:50px}.recent-video-row strong{font-size:13.5px}
  .video-pager{justify-content:flex-start;gap:8px}.video-pager a,.video-pager span{padding:9px 12px}
}
@media(max-width:420px){.video-thumb-wrap img{height:150px}.video-player-copy h2{font-size:21px}.video-section-title h2{font-size:25px}}

/* A032 broad safety rules: avoid accidental horizontal scrolling on phones. */
@media(max-width:760px){
  iframe,video{max-width:100%}
  table{max-width:100%}
  input,textarea,select,button{font-size:16px}
}

/* A033 — Mobile right-edge fit repair.
   This repair is focused on the exact problem found in the smartphone preview:
   the far right side of the phone view could be clipped, including the Menu
   button, videos, and page cards. It keeps the desktop/laptop design intact. */
@media(max-width:760px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  body{
    position:relative;
  }
  .site-header,
  main,
  .site-footer,
  .feature-hero,
  .intro-band,
  .section,
  .page-hero,
  .stories-modern-shell,
  .video-library-shell,
  .action-section,
  .why-panel{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .wrap{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .nav-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    justify-content:normal;
    column-gap:8px;
    width:100%;
    min-width:0;
  }
  .brand{
    width:100%;
    max-width:100%;
    min-width:0!important;
    overflow:hidden;
    gap:9px;
  }
  .brand span:last-child{
    min-width:0;
    overflow:hidden;
  }
  .brand strong{
    font-size:clamp(16px,4.7vw,19px);
    line-height:1.02;
    overflow-wrap:normal;
    word-break:normal;
  }
  .brand-line{
    flex:0 0 3px;
    height:36px;
  }
  .menu-toggle{
    justify-self:end;
    flex:0 0 auto;
    min-width:64px;
    max-width:76px;
    min-height:42px;
    padding:8px 10px;
    white-space:nowrap;
  }
  .main-nav{
    left:10px;
    right:10px;
    max-width:calc(100vw - 20px);
    width:auto;
  }

  .feature-hero-grid,
  .hero-slider,
  .hero-static-card,
  .cards,
  .split,
  .footer-grid,
  .impact-grid,
  .gallery-grid,
  .stories-modern-grid.stories-compact-grid,
  .stories-latest-grid.compact-story-grid,
  .album-strip-grid.compact-album-grid,
  .video-library-grid,
  .video-main-column,
  .video-right-rail,
  .video-player-card,
  .video-player-card-compact,
  .video-frame-wrap,
  .video-scroll-grid,
  .video-card-button,
  .video-card-body,
  .rail-card,
  .compact-rail-card{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .video-player-card-compact{
    display:grid;
    grid-template-columns:1fr!important;
  }
  .video-player-card-compact .video-frame-wrap{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
  }
  .video-player-copy,
  .compact-story-card div,
  .album-card div{
    min-width:0;
  }
  .video-player-copy h2,
  .video-card-body strong,
  .compact-story-card h3,
  .album-card h3,
  .category-text strong,
  .recent-video-row strong,
  .recent-story-row strong{
    overflow-wrap:anywhere;
  }
  .video-thumb-wrap,
  .video-thumb-wrap img,
  .compact-story-card img,
  .album-card img{
    width:100%;
    max-width:100%;
  }
  .category-row{
    grid-template-columns:31px minmax(0,1fr) auto;
  }
  .category-text,
  .recent-video-row span,
  .recent-story-row span{
    min-width:0;
  }
  .video-pager{
    max-width:100%;
  }
  .video-pager a,
  .video-pager span{
    max-width:100%;
    white-space:normal;
  }
}
@media(max-width:380px){
  .wrap{padding-left:12px;padding-right:12px}
  .brand strong{font-size:16px;letter-spacing:0}
  .menu-toggle{min-width:60px;max-width:68px;font-size:13px;padding-left:8px;padding-right:8px}
}


/* A034 — Smartphone preview menu click/open fix.
   Keeps the A033 right-edge fit repair, but makes the Menu button dependable
   inside the phone preview frame and on real smartphones. */
@media(max-width:1080px){
  .site-header,
  .nav-row{
    overflow:visible!important;
  }
  .nav-row{
    position:relative;
  }
  .menu-toggle{
    position:relative;
    z-index:10005;
    cursor:pointer;
    pointer-events:auto;
    touch-action:manipulation;
    -webkit-tap-highlight-color:rgba(208,154,57,.22);
  }
  .main-nav{
    z-index:10000!important;
    pointer-events:auto;
    visibility:hidden;
  }
  .main-nav.open,
  .main-nav[data-open="true"],
  body.menu-open .main-nav{
    display:flex!important;
    visibility:visible!important;
  }
}
@media(max-width:760px){
  .main-nav{
    top:calc(100% + 4px)!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
  }
}
@media(max-width:380px){
  .main-nav{
    left:8px!important;
    right:8px!important;
    max-width:calc(100vw - 16px)!important;
  }
}

/* A035 — Public photo album gallery and mobile-safe album detail pages. */
.photo-albums-shell,.photo-album-detail-shell{padding:18px 0 46px;background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 100%)}
.photo-albums-heading,.album-detail-heading{padding-top:8px}.photo-albums-heading,.album-detail-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;border-bottom:1px solid rgba(201,149,47,.28);padding-bottom:13px;margin-bottom:18px}.photo-albums-heading h1,.album-detail-title-row h1{font-size:clamp(31px,4vw,48px);line-height:.98;margin:0 0 7px;color:#073427}.photo-albums-heading p,.album-detail-title-row p{max-width:720px;margin:0;color:#3f413d;font-size:17px;line-height:1.45}.album-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.album-showcase-card{background:#fff;border:1px solid #eadfce;border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(35,28,18,.10)}.album-showcase-card img{width:100%;height:220px;object-fit:cover;display:block}.album-showcase-card div{padding:17px}.album-showcase-meta{margin:0 0 8px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#9a6a1c;font-size:12px!important}.album-showcase-card h2{font-size:26px;line-height:1.06;margin:0 0 8px}.album-showcase-card h2 a{color:#073427;text-decoration:none}.album-showcase-card p{font-size:15px;line-height:1.45;color:#45433d;margin:0 0 10px}.album-showcase-card span{display:block;font-weight:900;color:#745019;margin-bottom:10px}.back-to-albums{display:inline-flex;margin-bottom:12px;color:#745019;font-weight:900;text-decoration:none}.album-detail-title-row aside{background:#fff;border:1px solid #eadfce;border-radius:16px;padding:14px 16px;min-width:210px;box-shadow:0 10px 28px rgba(35,28,18,.08)}.album-detail-title-row aside strong,.album-detail-title-row aside span{display:block}.album-detail-title-row aside strong{font-size:22px;color:#073427}.album-detail-title-row aside span{font-size:14px;color:#6b6256;margin-top:3px}.album-photo-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.album-photo-public-card{margin:0;background:#fff;border:1px solid #eadfce;border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(35,28,18,.10)}.album-photo-public-card img{width:100%;height:250px;object-fit:cover;display:block}.album-photo-public-card figcaption{padding:13px 15px;font-size:15px;line-height:1.4;color:#332d24;font-weight:700}.album-no-photos{background:#fff;border:1px solid #eadfce;border-radius:18px;padding:24px;box-shadow:0 12px 30px rgba(35,28,18,.08)}.album-no-photos h2{margin-top:0;color:#073427}
@media(max-width:980px){.album-showcase-grid,.album-photo-public-grid{grid-template-columns:repeat(2,1fr)}.photo-albums-heading,.album-detail-title-row{display:block}.album-detail-title-row aside{margin-top:14px}}
@media(max-width:760px){.photo-albums-shell,.photo-album-detail-shell{padding:10px 0 32px}.photo-albums-heading,.album-detail-heading{padding-left:14px;padding-right:14px}.photo-albums-heading h1,.album-detail-title-row h1{font-size:31px}.photo-albums-heading p,.album-detail-title-row p{font-size:15.5px}.album-showcase-grid,.album-photo-public-grid{grid-template-columns:1fr;gap:14px}.album-showcase-card img,.album-photo-public-card img{height:220px}.album-showcase-card div{padding:15px}.album-showcase-card h2{font-size:24px}.album-detail-title-row aside{min-width:0}.stories-album-strip .compact-album-grid{gap:10px}}
@media(max-width:390px){.album-showcase-card img,.album-photo-public-card img{height:190px}.photo-albums-heading h1,.album-detail-title-row h1{font-size:28px}}


/* A037 — Header wording update.
   Removes the location pin/message from the green bar, places the mission sentence
   in white, and centers Baptist Ministries under the Gospel for Guyana name. */
.topbar .topbar-message{font-weight:800;letter-spacing:.01em}
.topbar .topbar-message:before{content:none!important}
.brand-text{display:block;min-width:0}
.brand em{display:block;text-align:center;font-style:normal;font-weight:700;letter-spacing:.06em;text-transform:none;color:#4a4034}
@media(min-width:981px){
  .brand em{width:100%;padding-right:2px}
}
@media(max-width:760px){
  .brand em{display:none}
}

/* A038 clickable album photo lightbox */
.album-photo-open{display:block;position:relative;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;color:inherit;font:inherit;overflow:hidden}.album-photo-open img{transition:transform .25s ease,filter .25s ease}.album-photo-open:hover img,.album-photo-open:focus-visible img{transform:scale(1.025);filter:brightness(.88)}.album-photo-overlay-text{position:absolute;right:12px;bottom:12px;background:rgba(7,52,39,.92);color:#fff;border:1px solid rgba(255,255,255,.42);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;letter-spacing:.02em;box-shadow:0 8px 18px rgba(0,0,0,.22)}.album-photo-open:focus-visible{outline:4px solid rgba(201,149,47,.45);outline-offset:3px}.album-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:22px}.album-lightbox.is-open{display:flex}.album-lightbox-backdrop{position:absolute;inset:0;background:rgba(5,24,19,.82);backdrop-filter:blur(3px)}.album-lightbox-panel{position:relative;z-index:1;width:min(1100px,96vw);max-height:92vh;background:#fff;border:1px solid rgba(234,223,206,.72);border-radius:20px;box-shadow:0 28px 90px rgba(0,0,0,.42);padding:16px;display:grid;gap:12px}.album-lightbox-image{width:100%;max-height:72vh;object-fit:contain;border-radius:14px;background:#f7f2e8;display:block}.album-lightbox-caption{margin:0;color:#073427;font-size:17px;line-height:1.45;font-weight:800}.album-lightbox-close{justify-self:end;background:#073427;color:#fff;border:0;border-radius:999px;padding:11px 16px;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 9px 22px rgba(7,52,39,.22)}.album-lightbox-close:hover,.album-lightbox-close:focus-visible{background:#0b4938;outline:3px solid rgba(201,149,47,.4);outline-offset:2px}body.album-lightbox-open{overflow:hidden}
@media(max-width:760px){.album-photo-overlay-text{right:10px;bottom:10px;padding:7px 10px;font-size:12px}.album-lightbox{padding:10px}.album-lightbox-panel{width:96vw;max-height:94vh;border-radius:16px;padding:10px}.album-lightbox-image{max-height:68vh;border-radius:12px}.album-lightbox-close{width:100%;justify-self:stretch;padding:12px 14px}.album-lightbox-caption{font-size:15.5px}}



/* A040 — cleaner album summary box. The album detail box now shows photo count,
   an easy album label such as Bible Outreach, and one optional backend line. */
.album-summary-box .album-box-label{font-weight:800;color:#3f413d;font-size:15px;margin-top:7px}.album-summary-box .album-box-extra{color:#6b6256;font-size:14px;line-height:1.35;margin-top:5px}


/* A041 — Complete polished About Us Design 1 layout. */
.about-design-one-hero{position:relative;min-height:560px;display:grid;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(4,22,26,.70),rgba(4,38,36,.54),rgba(4,38,36,.22)),var(--about-hero-image);background-size:cover;background-position:center;overflow:hidden;border-bottom:0}.about-design-one-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,26,31,.62),rgba(4,26,31,.08) 58%)}.about-design-one-hero:after{content:"";position:absolute;right:8%;top:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle at 55% 55%,rgba(4,20,25,.32) 0 8%,rgba(226,183,75,.50) 9%,rgba(226,183,75,.32) 65%,rgba(226,183,75,0) 66%);filter:blur(.1px);opacity:.85}.about-design-one-hero-inner{position:relative;z-index:2;padding-top:80px;padding-bottom:80px}.about-design-one-label{display:inline-flex;align-items:center;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#06261f;border-radius:999px;padding:9px 18px;text-transform:uppercase;font-weight:900;font-size:14px;letter-spacing:.04em;margin:0 0 24px}.about-design-one-hero h1{max-width:920px;margin:0 0 18px;color:#fff;font-family:var(--sans);font-size:clamp(44px,5.2vw,78px);line-height:1.05;font-weight:900;letter-spacing:-.045em;text-shadow:0 7px 28px rgba(0,0,0,.40)}.about-design-one-lead{max-width:760px;margin:0;color:rgba(255,255,255,.95);font-size:clamp(20px,2vw,27px);line-height:1.45;text-shadow:0 3px 14px rgba(0,0,0,.35)}.about-design-one-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:32px}.about-design-one-actions .btn{border-radius:999px;font-family:var(--sans);font-weight:900}.about-design-one-actions .btn-light{color:#102f39;background:#fff;border-color:#fff}.about-design-one-body{background:linear-gradient(180deg,#fffaf0,#fffdf8 55%,#fffaf0);padding:74px 0 86px}.about-who-card{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:42px;align-items:center;background:#fff;border:1px solid rgba(230,219,205,.80);border-radius:34px;padding:44px 48px;box-shadow:0 24px 70px rgba(24,20,14,.13)}.about-who-card h2{margin:0 0 12px;color:#123552;font-size:33px;line-height:1.1}.about-who-text{font-size:22px;color:#2d3539;line-height:1.5;max-width:720px}.about-who-text p{margin:0 0 14px}.about-who-text p:last-child{margin-bottom:0}.about-who-photo img{width:100%;height:210px;object-fit:cover;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.about-mission-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:62px}.about-mission-card{background:#fff;border:1px solid rgba(230,219,205,.85);border-radius:24px;padding:34px 34px 32px;min-height:245px;box-shadow:0 22px 54px rgba(24,20,14,.12);transition:transform .16s ease,box-shadow .16s ease}.about-mission-card:hover{transform:translateY(-3px);box-shadow:0 28px 64px rgba(24,20,14,.16)}.about-mission-card span{display:block;color:#dfa92e;font-size:34px;font-weight:900;line-height:1;margin-bottom:20px}.about-mission-card h3{font-size:25px;line-height:1.08;margin:0 0 18px;color:#123552}.about-mission-card p{font-size:19px;line-height:1.42;color:#68777c;margin:0}.about-bottom-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;background:#123552;color:#fff;border-radius:24px;padding:32px 42px;margin-top:62px;box-shadow:0 22px 50px rgba(18,53,82,.22)}.about-bottom-callout p{font-size:23px;line-height:1.35;margin:0;color:#fff}.about-bottom-callout .btn{border-radius:999px;color:#102f39;font-family:var(--sans);white-space:nowrap}.about-bottom-callout .btn-gold{color:#102f39}
@media(max-width:980px){.about-design-one-hero{min-height:520px}.about-who-card{grid-template-columns:1fr;padding:34px}.about-who-photo{max-width:360px}.about-mission-card-grid{grid-template-columns:1fr;gap:20px}.about-mission-card{min-height:auto}.about-bottom-callout{grid-template-columns:1fr}.about-bottom-callout .btn{justify-self:start}}
@media(max-width:560px){.about-design-one-hero{min-height:520px}.about-design-one-hero-inner{padding-top:62px;padding-bottom:62px}.about-design-one-hero h1{font-size:39px}.about-design-one-lead{font-size:18px}.about-design-one-actions .btn{width:100%;font-size:17px}.about-design-one-body{padding:44px 0 56px}.about-who-card{border-radius:24px;padding:24px}.about-who-card h2{font-size:28px}.about-who-text{font-size:18px}.about-who-photo img{height:190px}.about-mission-card-grid{margin-top:28px}.about-mission-card{padding:24px}.about-bottom-callout{border-radius:20px;padding:24px;margin-top:28px}.about-bottom-callout p{font-size:18px}.about-bottom-callout .btn{width:100%}}


/* A043 — Home section order support and tighter spacing between front-page sections.
   This especially reduces the large gap after Ministry in Focus when the next visible
   section is Mission Updates or another below-hero section. */
.home-ordered-section{
  padding-top:54px;
  padding-bottom:54px;
}
.feature-hero + .home-ordered-section{
  padding-top:28px;
}
.home-ordered-section + .home-ordered-section{
  padding-top:34px;
}
.home-focus-section.home-ordered-section{
  padding-top:18px;
  padding-bottom:22px;
}
.home-focus-section.home-ordered-section + .home-ordered-section{
  padding-top:30px;
}
.updates-preview.home-ordered-section .section-head{
  margin-bottom:22px;
}
@media(max-width:760px){
  .home-ordered-section{padding-top:34px;padding-bottom:36px}
  .feature-hero + .home-ordered-section{padding-top:18px}
  .home-ordered-section + .home-ordered-section{padding-top:24px}
  .home-focus-section.home-ordered-section{padding-top:16px;padding-bottom:18px}
  .home-focus-section.home-ordered-section + .home-ordered-section{padding-top:22px}
}

/* A045 — About page: A New Chapter of Service polished layout. */
.about-new-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 16%,rgba(214,163,55,.22),transparent 28%),linear-gradient(135deg,#fff9ea 0%,#fffdf8 46%,#eef6f0 100%);border-bottom:1px solid rgba(201,149,47,.22)}
.about-new-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,238,.96),rgba(255,250,238,.72),rgba(11,54,77,.04));pointer-events:none}.about-new-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,46%);gap:38px;align-items:center;padding-top:46px;padding-bottom:50px}.about-new-hero-copy{max-width:680px}.about-new-hero-eyebrow,.about-new-kicker{text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#9a6a1c;font-size:13px;margin:0 0 13px}.about-new-hero h1{font-size:clamp(44px,6vw,82px);line-height:.94;color:#0b2b47;margin:0 0 18px;letter-spacing:-.035em}.about-new-hero-copy>p:not(.about-new-hero-eyebrow){font-size:clamp(18px,2vw,23px);line-height:1.45;color:#213444;margin:0 0 26px;max-width:620px}.about-new-hero-actions,.about-new-prayer-actions{display:flex;gap:13px;flex-wrap:wrap}.btn-navy{background:#082742;color:#fff;border:2px solid #082742}.btn-outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}.about-new-hero-photo{border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(11,43,71,.22);border:6px solid rgba(255,255,255,.72);transform:rotate(.3deg);background:#f7ebd3}.about-new-hero-photo img{display:block;width:100%;height:min(560px,52vw);min-height:360px;object-fit:cover;object-position:center}.about-new-section{background:#fffaf0;padding:18px 0}.about-new-section+.about-new-section{padding-top:10px}.about-new-who-card{display:grid;grid-template-columns:1.05fr 1.15fr .76fr;gap:20px;align-items:stretch;background:#fff;border:1px solid #eadfce;border-radius:26px;padding:18px;box-shadow:0 20px 54px rgba(35,28,18,.10)}.about-new-who-photo,.about-new-quote-photo{border-radius:20px;overflow:hidden;background:#f3eadb;min-height:280px}.about-new-who-photo img,.about-new-quote-photo img{width:100%;height:100%;object-fit:cover;display:block}.about-new-who-copy{padding:24px 12px}.about-new-who-copy h2,.about-new-announcement-card h2{font-size:clamp(34px,4vw,54px);line-height:1;margin:0 0 15px;color:#0b2b47}.about-new-who-copy p,.about-new-announcement-card p{font-size:17px;line-height:1.58;color:#24323b}.about-new-scripture-card{background:#082742;color:#fff;border:3px solid #d6a337;border-radius:20px;padding:24px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.about-new-scripture-card span{font-size:34px;margin-bottom:8px}.about-new-scripture-card p{font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.35;margin:0 0 15px}.about-new-scripture-card strong{color:#d6a337;font-size:14px;text-transform:uppercase;letter-spacing:.06em}.about-new-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-new-info-card{background:#fff;border:1px solid #eadfce;border-radius:22px;padding:28px;box-shadow:0 16px 42px rgba(35,28,18,.09)}.about-new-info-icon{width:58px;height:58px;border-radius:50%;background:#082742;color:#d6a337;display:grid;place-items:center;font-size:28px;margin-bottom:18px}.about-new-info-card h3{font-size:27px;line-height:1.05;margin:0 0 13px;color:#0b2b47}.about-new-info-card p{font-size:16px;line-height:1.5;margin:0;color:#42505a}.about-new-quote-card{display:grid;grid-template-columns:1fr 1.2fr .58fr;gap:0;background:#fff;border:1px solid #eadfce;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(35,28,18,.10)}.about-new-quote-copy{padding:30px 34px;position:relative}.quote-mark{font-size:72px;color:#d6a337;line-height:1;position:absolute;left:22px;top:10px;opacity:.28}.about-new-quote-copy .about-new-kicker{margin-left:34px}.about-new-quote-copy p:not(.about-new-kicker){font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.45;color:#1c3142;margin:0}.about-new-same-god{background:#082742;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.about-new-same-god span{font-size:38px;color:#d6a337;margin-bottom:10px}.about-new-same-god strong{text-transform:uppercase;letter-spacing:.05em;line-height:1.35;color:#fff}.about-new-prayer-section{padding-bottom:24px}.about-new-prayer-bar{display:grid;grid-template-columns:72px 1fr auto;gap:22px;align-items:center;background:#082742;color:#fff;border-radius:22px;padding:28px 32px;box-shadow:0 22px 58px rgba(8,39,66,.24);border:1px solid rgba(214,163,55,.38)}.about-new-prayer-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;border:2px solid #d6a337;color:#d6a337;font-size:31px}.about-new-prayer-bar h2{font-size:clamp(27px,3vw,40px);line-height:1.05;margin:0 0 8px;color:#fff}.about-new-prayer-bar p{margin:0;color:#f5ead2;font-size:17px;line-height:1.5}.about-new-announcement-section{padding-bottom:46px}.about-new-announcement-card{display:grid;grid-template-columns:1fr 330px;gap:26px;align-items:center;background:linear-gradient(135deg,#fff,#fff9ec);border:1px solid #eadfce;border-radius:24px;padding:26px;box-shadow:0 18px 50px rgba(35,28,18,.09)}.about-new-poster-link{display:block;border-radius:18px;overflow:hidden;border:1px solid #dccba6;box-shadow:0 18px 45px rgba(35,28,18,.12);background:#fff}.about-new-poster-link img{display:block;width:100%;height:420px;object-fit:cover;object-position:top center}.about-new-announcement-card .btn{margin-top:8px}
@media(max-width:1000px){.about-new-hero-grid,.about-new-who-card,.about-new-quote-card,.about-new-announcement-card{grid-template-columns:1fr}.about-new-hero-grid{padding-top:30px}.about-new-hero-photo{transform:none}.about-new-card-grid{grid-template-columns:1fr}.about-new-who-copy{padding:12px}.about-new-prayer-bar{grid-template-columns:1fr}.about-new-prayer-actions{justify-content:flex-start}.about-new-poster-link img{height:auto;max-height:620px}}
@media(max-width:640px){.about-new-hero-grid{gap:20px;padding-top:22px;padding-bottom:28px}.about-new-hero h1{font-size:42px}.about-new-hero-copy>p:not(.about-new-hero-eyebrow){font-size:17px}.about-new-hero-photo img{height:360px;min-height:0}.about-new-section{padding:12px 0}.about-new-who-card,.about-new-info-card,.about-new-quote-copy,.about-new-prayer-bar,.about-new-announcement-card{padding:18px}.about-new-who-copy h2,.about-new-announcement-card h2{font-size:34px}.about-new-quote-copy p:not(.about-new-kicker){font-size:19px}.about-new-prayer-actions .btn{width:100%;justify-content:center}.about-new-hero-actions .btn{width:100%;justify-content:center}}

/* A046 — About page rebuilt to match the approved Top Pick #1 mockup more closely. */

/* A047 About Page — closer Top Pick #1 implementation */
.service-about-page{
  background:radial-gradient(circle at 50% 0, #fffdf7 0, #fff8ea 55%, #fff3dd 100%);
  color:#12283d;
  padding:34px 0 64px;
  overflow:hidden;
}
.service-design-frame{
  max-width:1240px;
  margin:0 auto;
  background:linear-gradient(180deg,#fffaf0 0%,#fffdf8 48%,#fff7e7 100%);
  border:1px solid rgba(226,199,142,.72);
  border-radius:24px;
  box-shadow:0 28px 75px rgba(47,38,22,.18);
  overflow:hidden;
}
.service-wrap{max-width:none;width:100%;padding-left:42px;padding-right:42px}.service-section{padding:13px 0;background:transparent}.service-section:last-child{padding-bottom:24px}.service-eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.16em;color:#a8751d;font-weight:900;font-size:13px}.service-flourish{display:block;width:88px;height:22px;position:relative;margin:0 0 15px}.service-flourish:before,.service-flourish:after{content:"";position:absolute;top:10px;height:2px;background:#bc8628;border-radius:99px}.service-flourish:before{left:0;width:70px}.service-flourish:after{right:0;width:9px;height:9px;top:6px;border-radius:50%;background:#bc8628}
.service-hero{position:relative;min-height:455px;background-image:linear-gradient(90deg,rgba(255,250,238,.98) 0%,rgba(255,250,238,.92) 28%,rgba(255,250,238,.44) 51%,rgba(255,250,238,.03) 100%),var(--service-hero-image);background-size:cover;background-position:center right;border-bottom:0}.service-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,250,238,.95) 0%,rgba(255,250,238,0) 12%),radial-gradient(circle at 78% 13%,rgba(216,163,53,.13),transparent 27%);pointer-events:none}.service-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:28px;background:linear-gradient(180deg,rgba(255,250,238,0),#fffaf0 70%);clip-path:polygon(0 46%,8% 55%,18% 42%,31% 60%,45% 45%,60% 62%,77% 46%,91% 58%,100% 48%,100% 100%,0 100%)}.service-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(390px,43%) minmax(0,57%);align-items:center;min-height:455px;padding-top:44px;padding-bottom:50px}.service-hero-copy{max-width:545px}.service-hero h1{font-family:var(--serif);font-size:clamp(48px,5vw,74px);line-height:.98;letter-spacing:-.015em;color:#092746;margin:0 0 18px;font-weight:700}.service-hero-lead{font-family:var(--serif);font-size:clamp(18px,1.5vw,23px);line-height:1.42;color:#14293c;max-width:500px;margin:0 0 25px}.service-hero-actions{display:flex;gap:18px;flex-wrap:wrap}.service-hero .btn{border-radius:7px;font-size:18px;padding:15px 23px;font-family:var(--serif);box-shadow:0 12px 26px rgba(22,18,10,.12)}.btn-navy{background:#082742;color:#fff;border:2px solid #082742}.service-icon-pray:before{content:"🙏";font-size:17px;margin-right:10px}.service-icon-heart:before{content:"♥";font-size:17px;margin-right:10px;color:#fff}.service-hero-image{min-height:410px}
.service-who-card{display:grid;grid-template-columns:1.05fr 1.05fr .63fr;gap:20px;align-items:stretch;background:rgba(255,255,255,.84);border:1px solid rgba(221,199,157,.75);border-radius:22px;padding:18px;box-shadow:0 16px 45px rgba(48,39,24,.10)}.service-who-photo{border-radius:16px;overflow:hidden;min-height:270px;background:#efe5d5;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.service-who-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.service-who-copy{display:flex;flex-direction:column;justify-content:center;padding:14px 8px}.service-who-copy .service-flourish{margin:0 auto 10px}.service-who-copy h2{font-family:var(--serif);font-size:clamp(38px,3.4vw,52px);line-height:1;color:#092746;text-align:center;margin:0 0 14px}.service-who-copy p{font-size:16px;line-height:1.58;color:#1d2e3c;margin:0 0 10px}.service-scripture-card{background:#082742;color:#fff;border:3px solid #d7a33a;border-radius:16px;padding:20px 16px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.service-scripture-card .book-icon{display:grid;place-items:center;width:50px;height:33px;border:2px solid #d7a33a;border-radius:4px;color:#d7a33a;font-size:22px;line-height:1;margin-bottom:12px}.service-scripture-card p{font-family:var(--serif);font-size:16px;line-height:1.33;margin:0 0 14px;color:#fff}.service-scripture-card strong{font-size:13px;color:#d7a33a;text-transform:uppercase;letter-spacing:.08em}
.service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-info-card{background:rgba(255,255,255,.9);border:1px solid rgba(221,199,157,.75);border-radius:18px;padding:27px 24px 26px;box-shadow:0 14px 36px rgba(48,39,24,.08);position:relative}.service-info-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#082742;color:#d7a33a;margin:0 0 16px;border:2px solid rgba(215,163,58,.25);box-shadow:0 9px 20px rgba(8,39,66,.13)}.service-info-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-info-card h3{font-family:var(--serif);font-size:27px;line-height:1.05;color:#092746;margin:0 0 11px}.service-info-card h3:after{content:"";display:block;width:44px;height:2px;background:#c7922d;margin-top:11px}.service-info-card p{font-size:15.5px;line-height:1.5;color:#2d3b46;margin:0}
.service-quote-card{display:grid;grid-template-columns:.92fr 1.18fr .54fr;overflow:hidden;background:#fff;border:1px solid rgba(221,199,157,.75);border-radius:18px;box-shadow:0 14px 36px rgba(48,39,24,.09)}.service-quote-copy{padding:30px 34px;background:#fffaf0;display:flex;align-items:center;position:relative}.service-quote-mark{position:absolute;left:23px;top:10px;font-family:var(--serif);font-size:72px;color:#c7922d;line-height:1;opacity:.58}.service-quote-copy p{font-family:var(--serif);font-size:22px;line-height:1.42;font-style:italic;color:#1d2e3c;margin:0;padding-left:26px}.service-quote-photo{min-height:212px;background:#e9ddc8}.service-quote-photo img{width:100%;height:100%;object-fit:cover}.service-same-god{background:#082742;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 15px}.service-same-god span{font-size:44px;color:#d7a33a;margin-bottom:10px;line-height:1}.service-same-god strong{font-family:var(--serif);text-transform:uppercase;letter-spacing:.06em;line-height:1.35;color:#fff}
.service-prayer-section{padding-bottom:26px}.service-prayer-bar{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:22px;align-items:center;background:#082742;border:1px solid rgba(215,163,58,.48);border-radius:15px;padding:26px 30px;box-shadow:0 18px 44px rgba(8,39,66,.22);color:#fff}.service-prayer-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;border:2px solid #d7a33a;color:#d7a33a}.service-prayer-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-prayer-copy h2{font-family:var(--serif);font-size:clamp(25px,2.5vw,36px);line-height:1.1;color:#fff;margin:0 0 5px}.service-prayer-copy p{font-size:16.5px;line-height:1.44;color:#f7ead0;margin:0}.service-prayer-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.service-prayer-actions .btn{font-size:16px;padding:13px 20px;border-radius:7px;white-space:nowrap}.service-announcement-section{padding:20px 0 42px}.service-announcement-card{display:grid;grid-template-columns:1fr 250px;gap:24px;align-items:center;background:#fff;border:1px solid rgba(221,199,157,.75);border-radius:19px;padding:24px;box-shadow:0 14px 36px rgba(48,39,24,.09)}.service-announcement-card h2{font-family:var(--serif);font-size:clamp(30px,2.7vw,42px);line-height:1.05;color:#092746;margin:0 0 12px}.service-announcement-card p:not(.service-eyebrow){font-size:16px;color:#2d3b46;line-height:1.54}.service-poster-link{display:block;border-radius:14px;overflow:hidden;border:1px solid #d5bd85;box-shadow:0 14px 34px rgba(35,28,18,.13)}.service-poster-link img{width:100%;height:330px;object-fit:cover;object-position:top center}.service-about-page .btn-gold{color:#fff;background:linear-gradient(135deg,#bb7d1e,#d7a33a);border-color:#c88b25}.service-about-page .btn-light{background:#fff;color:#082742;border-color:#fff}.service-about-page .btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
@media(max-width:1180px){.service-about-page{padding:22px 0 44px}.service-design-frame{border-radius:0;border-left:0;border-right:0}.service-wrap{padding-left:28px;padding-right:28px}.service-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:38px}.service-hero{background-position:center right}.service-hero:before{background:linear-gradient(90deg,rgba(255,250,238,.98),rgba(255,250,238,.84) 60%,rgba(255,250,238,.35)),linear-gradient(0deg,rgba(255,250,238,.96),rgba(255,250,238,0) 16%)}.service-hero-image{display:none}.service-who-card,.service-quote-card{grid-template-columns:1fr}.service-who-photo{min-height:320px}.service-scripture-card{min-height:220px}.service-quote-photo{height:260px}.service-prayer-bar{grid-template-columns:1fr}.service-prayer-actions{justify-content:flex-start}.service-announcement-card{grid-template-columns:1fr}.service-poster-link{max-width:340px}.service-poster-link img{height:auto}}
@media(max-width:760px){.service-about-page{padding:0 0 32px}.service-design-frame{box-shadow:none}.service-section{padding:11px 0}.service-wrap{padding-left:18px;padding-right:18px}.service-hero-grid{padding-top:30px;padding-bottom:34px}.service-hero h1{font-size:42px}.service-hero-lead{font-size:18px}.service-hero .btn,.service-hero-actions .btn{width:100%;font-size:17px}.service-who-card{padding:15px;border-radius:18px}.service-who-photo{min-height:230px}.service-who-copy h2{font-size:35px}.service-card-grid{grid-template-columns:1fr}.service-quote-copy{padding:27px 22px}.service-quote-copy p{font-size:20px;padding-left:18px}.service-prayer-bar{padding:22px}.service-prayer-actions .btn{width:100%;justify-content:center}.service-announcement-card{padding:20px}}

/* A048 — About page rebuilt fresh to closely match approved Top Pick #1 mockup. */
.service-about-page{
  background:radial-gradient(circle at 50% 0,#fffdf6 0%,#fff8eb 54%,#fff1db 100%);
  color:#102941;
  padding:32px 0 68px;
}
.service-design-frame{
  max-width:1325px;
  margin:0 auto;
  background:#fff9ed;
  border:1px solid rgba(218,188,124,.78);
  border-radius:26px;
  box-shadow:0 26px 78px rgba(50,38,16,.18);
  overflow:hidden;
}
.service-wrap{max-width:none;width:100%;padding-left:50px;padding-right:50px}
.service-section{padding:12px 0;background:transparent}
.service-eyebrow{font-family:var(--sans);margin:0 0 13px;text-transform:uppercase;letter-spacing:.18em;color:#9e6b18;font-weight:900;font-size:14px}
.service-flourish{display:block;width:112px;height:24px;position:relative;margin:0 0 18px}
.service-flourish:before{content:"";position:absolute;left:0;top:11px;width:88px;height:2px;background:#bc8428;border-radius:99px}
.service-flourish:after{content:"";position:absolute;right:0;top:6px;width:11px;height:11px;background:#bc8428;border-radius:50%}
.service-hero{
  position:relative;
  min-height:452px;
  background-color:#fff9ed;
  background-image:
    linear-gradient(90deg,rgba(255,249,237,1) 0%,rgba(255,249,237,.98) 29%,rgba(255,249,237,.80) 43%,rgba(255,249,237,.14) 61%,rgba(255,249,237,0) 100%),
    var(--service-hero-image);
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:right center;
  border-bottom:0;
}
.service-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,249,237,0) 18%),radial-gradient(circle at 75% 15%,rgba(222,169,60,.08),transparent 26%);pointer-events:none}
.service-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:32px;background:linear-gradient(180deg,rgba(255,249,237,0),#fff9ed 68%);clip-path:polygon(0 45%,9% 54%,18% 43%,30% 58%,43% 45%,57% 60%,72% 47%,87% 57%,100% 45%,100% 100%,0 100%)}
.service-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:42% 58%;align-items:center;min-height:452px;padding-top:40px;padding-bottom:48px}
.service-hero-copy{max-width:520px}
.service-hero h1{font-family:var(--serif);font-size:clamp(52px,5.35vw,78px);line-height:.96;letter-spacing:-.012em;color:#062742;margin:0 0 18px;font-weight:700}
.service-hero-lead{font-family:var(--serif);font-size:clamp(18px,1.65vw,23px);line-height:1.42;color:#142c42;max-width:500px;margin:0 0 25px}
.service-hero-actions{display:flex;gap:17px;flex-wrap:wrap}
.service-hero .btn{border-radius:7px;font-family:var(--serif);font-size:18px;font-weight:700;padding:15px 24px;box-shadow:0 12px 24px rgba(31,25,14,.13);text-decoration:none}
.service-about-page .btn-navy{background:#082742;color:#fff;border:2px solid #082742}
.service-about-page .btn-gold{background:linear-gradient(135deg,#b9781f,#d3a036);border-color:#c78c29;color:#fff}
.service-icon-pray:before{content:"🙏";font-size:17px;margin-right:10px}.service-icon-heart:before{content:"♥";font-size:18px;margin-right:10px;color:#fff}
.service-hero-image{min-height:390px}
.service-who-section{padding-top:19px}
.service-who-card{display:grid;grid-template-columns:1.07fr 1.08fr .64fr;gap:18px;align-items:stretch;background:rgba(255,255,255,.82);border:1px solid rgba(226,203,158,.78);border-radius:20px;padding:18px;box-shadow:0 16px 42px rgba(49,39,20,.10)}
.service-who-photo{border-radius:15px;overflow:hidden;min-height:250px;background:#efe3cd}.service-who-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.service-who-copy{display:flex;flex-direction:column;justify-content:center;padding:14px 8px;text-align:left}.service-who-copy .service-flourish{margin:0 auto 10px}.service-who-copy h2{font-family:var(--serif);font-size:clamp(38px,3.4vw,52px);line-height:1;color:#062742;text-align:center;margin:0 0 14px}.service-who-copy h2:after{content:"";display:block;width:42px;height:2px;background:#c48a2c;margin:13px auto 0}.service-who-copy p{font-size:15.6px;line-height:1.56;color:#1b2c3a;margin:0 0 8px}
.service-scripture-card{background:#082742;color:#fff;border:3px solid #d3a036;border-radius:15px;padding:20px 16px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.service-scripture-card .book-icon{display:grid;place-items:center;width:50px;height:33px;border:2px solid #d3a036;border-radius:4px;color:#d3a036;font-size:20px;margin-bottom:12px}.service-scripture-card p{font-family:var(--serif);font-size:15.5px;line-height:1.32;margin:0 0 13px;color:#fff}.service-scripture-card strong{font-size:12.5px;color:#d3a036;text-transform:uppercase;letter-spacing:.07em}
.service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-info-card{background:rgba(255,255,255,.92);border:1px solid rgba(226,203,158,.78);border-radius:16px;padding:25px 24px 24px;box-shadow:0 13px 32px rgba(49,39,20,.08);position:relative}.service-info-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#082742;color:#d3a036;margin:0 0 16px;border:2px solid rgba(211,160,54,.26);box-shadow:0 8px 18px rgba(8,39,66,.12)}.service-info-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-info-card h3{font-family:var(--serif);font-size:25px;line-height:1.05;color:#062742;margin:0 0 10px}.service-info-card h3:after{content:"";display:block;width:42px;height:2px;background:#c48a2c;margin-top:10px}.service-info-card p{font-size:14.5px;line-height:1.48;color:#2d3b46;margin:0}
.service-quote-card{display:grid;grid-template-columns:.92fr 1.18fr .54fr;overflow:hidden;background:#fff;border:1px solid rgba(226,203,158,.78);border-radius:16px;box-shadow:0 13px 32px rgba(49,39,20,.08)}.service-quote-copy{padding:29px 32px;background:#fff9ed;display:flex;align-items:center;position:relative}.service-quote-mark{position:absolute;left:21px;top:8px;font-family:var(--serif);font-size:70px;color:#c48a2c;line-height:1;opacity:.62}.service-quote-copy p{font-family:var(--serif);font-size:21px;line-height:1.42;font-style:italic;color:#1b2c3a;margin:0;padding-left:26px}.service-quote-photo{min-height:205px;background:#e9ddc8}.service-quote-photo img{width:100%;height:100%;object-fit:cover}.service-same-god{background:#082742;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 15px}.service-same-god span{font-size:42px;color:#d3a036;margin-bottom:10px;line-height:1}.service-same-god strong{font-family:var(--serif);text-transform:uppercase;letter-spacing:.06em;line-height:1.35;color:#fff}
.service-prayer-section{padding-top:14px;padding-bottom:24px}.service-prayer-bar{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:22px;align-items:center;background:#082742;border:1px solid rgba(211,160,54,.52);border-radius:14px;padding:25px 29px;box-shadow:0 18px 42px rgba(8,39,66,.22);color:#fff}.service-prayer-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;border:2px solid #d3a036;color:#d3a036}.service-prayer-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-prayer-copy h2{font-family:var(--serif);font-size:clamp(24px,2.3vw,34px);line-height:1.1;color:#fff;margin:0 0 5px}.service-prayer-copy p{font-size:16px;line-height:1.42;color:#f7ead0;margin:0}.service-prayer-actions{display:flex;gap:11px;flex-wrap:wrap;justify-content:flex-end}.service-prayer-actions .btn{font-size:15.5px;padding:13px 19px;border-radius:7px;white-space:nowrap}.service-about-page .btn-light{background:#fff;color:#082742;border-color:#fff}.service-about-page .btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.service-announcement-section{padding:18px 0 40px}.service-announcement-card{display:grid;grid-template-columns:1fr 250px;gap:24px;align-items:center;background:#fff;border:1px solid rgba(226,203,158,.78);border-radius:18px;padding:24px;box-shadow:0 13px 32px rgba(49,39,20,.08)}.service-announcement-card h2{font-family:var(--serif);font-size:clamp(30px,2.7vw,42px);line-height:1.05;color:#062742;margin:0 0 12px}.service-announcement-card p:not(.service-eyebrow){font-size:16px;color:#2d3b46;line-height:1.54}.service-poster-link{display:block;border-radius:14px;overflow:hidden;border:1px solid #d5bd85;box-shadow:0 14px 34px rgba(35,28,18,.13)}.service-poster-link img{width:100%;height:330px;object-fit:cover;object-position:top center}
@media(max-width:1180px){.service-about-page{padding:22px 0 44px}.service-design-frame{border-radius:0;border-left:0;border-right:0}.service-wrap{padding-left:28px;padding-right:28px}.service-hero{background-size:cover;background-position:center right}.service-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:38px}.service-hero:before{background:linear-gradient(90deg,rgba(255,249,237,.98),rgba(255,249,237,.84) 60%,rgba(255,249,237,.35)),linear-gradient(0deg,rgba(255,249,237,.96),rgba(255,249,237,0) 16%)}.service-hero-image{display:none}.service-who-card,.service-quote-card{grid-template-columns:1fr}.service-who-photo{min-height:320px}.service-scripture-card{min-height:220px}.service-quote-photo{height:260px}.service-prayer-bar{grid-template-columns:1fr}.service-prayer-actions{justify-content:flex-start}.service-announcement-card{grid-template-columns:1fr}.service-poster-link{max-width:340px}.service-poster-link img{height:auto}}
@media(max-width:760px){.service-about-page{padding:0 0 32px}.service-design-frame{box-shadow:none}.service-section{padding:10px 0}.service-wrap{padding-left:18px;padding-right:18px}.service-hero-grid{padding-top:30px;padding-bottom:34px}.service-hero h1{font-size:42px}.service-hero-lead{font-size:18px}.service-hero .btn,.service-hero-actions .btn{width:100%;font-size:17px}.service-who-card{padding:15px;border-radius:18px}.service-who-photo{min-height:230px}.service-who-copy h2{font-size:35px}.service-card-grid{grid-template-columns:1fr}.service-quote-copy{padding:27px 22px}.service-quote-copy p{font-size:20px;padding-left:18px}.service-prayer-bar{padding:22px}.service-prayer-actions .btn{width:100%;justify-content:center}.service-announcement-card{padding:20px}}

/* A050 ABOUT PAGE HERO HEIGHT TUNING — compact first-screen hero */
.about-exact-page{background:radial-gradient(circle at 50% -5%,rgba(204,145,40,.12),transparent 33%),linear-gradient(180deg,#fffaf0 0%,#fffdf8 72%,#fff8ea 100%);padding:22px 0 52px;color:#092746}.about-exact-frame{width:min(1210px,92vw);margin:0 auto;background:#fffaf0;border:1px solid rgba(205,154,63,.34);border-radius:24px;box-shadow:0 24px 70px rgba(37,30,18,.14);overflow:hidden}.exact-hero{position:relative;display:grid;grid-template-columns:42% 58%;min-height:310px;background:#fff9ed;overflow:hidden}.exact-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:25px;background:linear-gradient(180deg,rgba(255,249,237,0),#fffaf0 73%);clip-path:polygon(0 50%,9% 61%,18% 45%,30% 63%,43% 47%,58% 66%,73% 48%,88% 60%,100% 48%,100% 100%,0 100%);z-index:3}.exact-hero-copy{position:relative;z-index:4;padding:28px 24px 30px 48px;align-self:center;max-width:540px}.exact-hero-visual{position:relative;min-height:310px;overflow:hidden;background:#f7ead2}.exact-hero-visual:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.85) 7%,rgba(255,249,237,.38) 23%,rgba(255,249,237,0) 42%),linear-gradient(0deg,rgba(255,249,237,.18),rgba(255,249,237,0) 20%)}.exact-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.exact-ornament{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#ba8527}.exact-ornament span{display:block;width:58px;height:2px;background:#ba8527}.exact-ornament b{display:block;width:10px;height:10px;border-radius:50%;background:#ba8527}.exact-eyebrow{margin:0 0 18px;font-family:var(--sans);font-size:13px;letter-spacing:.18em;line-height:1.1;text-transform:uppercase;font-weight:900;color:#a77722;margin-bottom:12px}.exact-hero h1{font-family:var(--serif);font-size:clamp(38px,4.1vw,58px);line-height:.95;letter-spacing:-.02em;color:#062742;font-weight:800;margin:0 0 14px;text-wrap:balance}.exact-lead{font-family:var(--serif);font-size:clamp(16px,1.25vw,19px);line-height:1.36;color:#142c42;margin:0 0 18px;max-width:470px}.exact-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.exact-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:7px;border:2px solid transparent;padding:12px 20px;font-family:var(--serif);font-size:17px;font-weight:800;text-decoration:none;line-height:1;box-shadow:0 12px 24px rgba(31,25,14,.12)}.exact-btn-navy{background:#082742;color:#fff;border-color:#082742}.exact-btn-gold{background:linear-gradient(135deg,#b87920,#d3a036);color:#fff;border-color:#c78c29}.exact-btn-light{background:#fff;color:#082742;border-color:#fff}.exact-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.56)}.exact-pray:before{content:"🙏";font-size:17px}.exact-heart:before{content:"♥";font-size:16px;color:#fff}.exact-section{padding:12px 38px}.exact-who-section{padding-top:18px}.exact-who-card{display:grid;grid-template-columns:32% minmax(0,1fr) 230px;gap:26px;align-items:center;background:#fffdf7;border:1px solid rgba(221,199,157,.68);border-radius:18px;padding:15px;box-shadow:0 14px 36px rgba(44,35,18,.09)}.exact-who-photo{min-height:206px;border-radius:13px;overflow:hidden;background:#f4e7d2}.exact-who-photo img{width:100%;height:100%;min-height:206px;object-fit:cover;object-position:center;display:block}.exact-who-copy{padding:6px 0;text-align:left}.exact-leaf{display:block;color:#b4872c;font-size:40px;line-height:1;margin-bottom:1px}.exact-who-copy h2{font-family:var(--serif);font-size:clamp(32px,3vw,43px);line-height:1;color:#092746;font-weight:800;margin:0 0 12px}.exact-who-copy h2:after{content:"";display:block;width:42px;height:2px;background:#c08a2d;margin-top:13px}.exact-who-copy p{font-size:16.5px;line-height:1.58;color:#172d3d;margin:0}.exact-scripture-card{background:#082742;color:#fff;border:3px solid #c78d2d;border-radius:14px;text-align:center;padding:20px 18px;min-height:216px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(8,39,66,.16)}.exact-book-icon{font-size:32px;color:#d6a33e;line-height:1;margin-bottom:6px}.exact-scripture-card p{font-family:var(--serif);font-size:15px;line-height:1.22;margin:0 0 12px;color:#fff}.exact-scripture-card strong{font-family:var(--serif);font-size:13px;line-height:1;color:#d6a33e;text-transform:uppercase}.exact-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.exact-mission-card{background:#fffdf7;border:1px solid rgba(221,199,157,.64);border-radius:14px;min-height:185px;padding:25px 24px 22px;box-shadow:0 12px 32px rgba(44,35,18,.08)}.exact-card-icon{width:58px;height:58px;margin:0 0 12px;border-radius:50%;display:grid;place-items:center;background:#082742;color:#d6a33e;box-shadow:0 8px 22px rgba(8,39,66,.18)}.exact-card-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.exact-mission-card h3{font-family:var(--serif);font-size:24px;line-height:1.05;color:#092746;margin:0 0 8px;font-weight:800}.exact-tiny-rule{display:block;width:36px;height:2px;background:#c08a2d;margin:0 0 12px}.exact-mission-card p{font-size:15px;line-height:1.45;color:#273c4b;margin:0}.exact-quote-grid{display:grid;grid-template-columns:32% 43% 25%;border-radius:14px;overflow:hidden;box-shadow:0 13px 33px rgba(44,35,18,.08);background:#fffdf7;border:1px solid rgba(221,199,157,.55)}.exact-quote-copy{padding:25px 28px;background:#fffdf7}.exact-quote-text p{margin:0;font-family:var(--serif);font-size:19px;font-style:italic;line-height:1.35;color:#111}.exact-scenic{min-height:190px}.exact-scenic img{width:100%;height:100%;min-height:190px;display:block;object-fit:cover;object-position:center}.exact-same-god{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#082742;color:#fff;padding:22px 18px}.exact-same-god div{color:#d6a33e;font-size:37px;line-height:1;margin-bottom:10px}.exact-same-god strong{font-family:var(--serif);font-size:20px;line-height:1.25;text-transform:uppercase;letter-spacing:.02em}.exact-same-god em{font-style:normal;color:#d6a33e}.exact-prayer-section{padding-bottom:32px}.exact-prayer-bar{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:21px;align-items:center;background:#082742;border:1px solid rgba(211,160,54,.5);border-radius:14px;padding:24px 30px;box-shadow:0 16px 38px rgba(8,39,66,.22);color:#fff}.exact-prayer-icon{width:62px;height:62px;border:2px solid #d6a33e;border-radius:50%;display:grid;place-items:center;color:#d6a33e}.exact-prayer-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.exact-prayer-copy h2{font-family:var(--serif);font-size:clamp(23px,2.1vw,32px);line-height:1.15;color:#fff;margin:0 0 3px}.exact-prayer-copy p{font-size:15.5px;line-height:1.4;color:#f6e8ce;margin:0}.exact-prayer-actions{display:flex;gap:11px;flex-wrap:wrap;justify-content:flex-end}.exact-prayer-actions .exact-btn{font-size:16px;padding:13px 18px}.exact-announcement-section{padding-top:0}.exact-announcement-card{display:grid;grid-template-columns:1fr 230px;gap:24px;align-items:center;background:#fffdf7;border:1px solid rgba(221,199,157,.66);border-radius:16px;padding:23px;box-shadow:0 12px 32px rgba(44,35,18,.08)}.exact-announcement-card h2{font-family:var(--serif);font-size:34px;line-height:1;color:#092746;margin:0 0 10px}.exact-announcement-card p:not(.exact-eyebrow){font-size:16px;line-height:1.5;color:#273c4b}.exact-announcement-card img{width:100%;height:300px;object-fit:cover;object-position:top center;border-radius:12px;border:1px solid rgba(221,199,157,.8)}
@media(max-width:1160px){.about-exact-page{padding:18px 0 44px}.about-exact-frame{width:94vw;border-radius:20px}.exact-hero{grid-template-columns:45% 55%;min-height:300px}.exact-hero-copy{padding-left:34px}.exact-hero-visual{min-height:300px}.exact-hero h1{font-size:46px}.exact-who-card{grid-template-columns:1fr 1fr}.exact-scripture-card{grid-column:1/-1;min-height:160px}.exact-card-grid{gap:14px}.exact-quote-grid{grid-template-columns:1fr 1fr}.exact-same-god{grid-column:1/-1;min-height:120px}.exact-prayer-bar{grid-template-columns:1fr}.exact-prayer-actions{justify-content:flex-start}}@media(max-width:820px){.about-exact-frame{width:100%;border-radius:0;border-left:0;border-right:0}.exact-hero{grid-template-columns:1fr}.exact-hero-copy{padding:28px 22px 22px;max-width:none}.exact-hero h1{font-size:40px}.exact-hero-visual{min-height:260px}.exact-hero-visual:before{background:linear-gradient(0deg,#fff9ed 0%,rgba(255,249,237,0) 18%)}.exact-section{padding-left:18px;padding-right:18px}.exact-who-card,.exact-card-grid,.exact-quote-grid,.exact-announcement-card{grid-template-columns:1fr}.exact-who-photo,.exact-who-photo img{min-height:240px}.exact-mission-card{min-height:auto}.exact-prayer-actions .exact-btn,.exact-hero-actions .exact-btn{width:100%;}.exact-prayer-bar{padding:22px}.exact-announcement-card img{height:auto}}



/* A052 — About hero true half-height repair.
   Header/nav remains unchanged. Public hero buttons are intentionally removed.
   Hero title, hero paragraph, and hero picture remain editable in Website Manager > About Page Manager > Top About Hero. */
.about-compact-top-page{
  padding-top:0;
}
.about-compact-top-page .exact-hero{
  --a052-hero-height:155px;
  width:100%;
  min-height:var(--a052-hero-height)!important;
  height:var(--a052-hero-height)!important;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:stretch;
  background:#fff9ed;
  border-radius:0;
  border:0;
  overflow:hidden;
  box-shadow:none;
}
.about-compact-top-page .exact-hero:after{
  display:none;
}
.about-compact-top-page .exact-hero-copy{
  position:relative;
  z-index:4;
  align-self:center;
  max-width:560px;
  padding:8px 22px 8px clamp(34px,7.8vw,126px);
}
.about-compact-top-page .exact-ornament{
  display:block;
  width:78px;
  height:18px;
  margin:0 0 5px;
  color:#b8872a;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:78px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='22' viewBox='0 0 92 22'%3E%3Cg fill='none' stroke='%23b8872a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12 C24 10 42 7 66 4'/%3E%3Cpath d='M25 9 C21 5 16 3 9 3 C14 9 19 11 25 9Z' fill='%23b8872a' stroke='none'/%3E%3Cpath d='M40 7 C36 3 31 1 24 1 C29 7 34 9 40 7Z' fill='%23b8872a' stroke='none'/%3E%3Cpath d='M55 5 C51 1 46 0 39 0 C44 6 49 8 55 5Z' fill='%23b8872a' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}
.about-compact-top-page .exact-ornament span,
.about-compact-top-page .exact-ornament b{
  display:none;
}
.about-compact-top-page .exact-eyebrow{
  display:none;
}
.about-compact-top-page .exact-hero h1{
  margin:0 0 5px;
  max-width:440px;
  font-size:clamp(30px,2.9vw,42px);
  line-height:.92;
  letter-spacing:-.025em;
  color:#082742;
}
.about-compact-top-page .exact-hero h1:after{
  content:"";
  display:block;
  width:50px;
  height:2px;
  margin:7px 0 0;
  background:#bd882a;
}
.about-compact-top-page .exact-lead{
  max-width:520px;
  margin:0;
  font-size:clamp(12.5px,.96vw,15px);
  line-height:1.25;
  color:#122b43;
}
.about-compact-top-page .exact-hero-actions{
  display:none!important;
}
.about-compact-top-page .exact-hero-visual{
  position:relative;
  min-height:var(--a052-hero-height)!important;
  height:var(--a052-hero-height)!important;
  overflow:hidden;
  background:#f7ead2;
}
.about-compact-top-page .exact-hero-visual:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.92) 8%,rgba(255,249,237,.54) 23%,rgba(255,249,237,.18) 37%,rgba(255,249,237,0) 52%);
  pointer-events:none;
}
.about-compact-top-page .exact-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:right top;
  display:block;
}
.about-exact-content-frame{
  margin-top:22px;
}
@media(max-width:1160px){
  .about-compact-top-page .exact-hero{
    --a052-hero-height:150px;
    grid-template-columns:44% 56%;
  }
  .about-compact-top-page .exact-hero-copy{
    padding-left:34px;
  }
  .about-compact-top-page .exact-hero h1{
    font-size:32px;
  }
  .about-compact-top-page .exact-lead{
    font-size:13px;
    line-height:1.23;
  }
}
@media(max-width:820px){
  .about-compact-top-page .exact-hero{
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1fr;
  }
  .about-compact-top-page .exact-hero-copy{
    padding:24px 22px 20px;
    max-width:none;
  }
  .about-compact-top-page .exact-ornament{
    margin-bottom:8px;
  }
  .about-compact-top-page .exact-hero h1{
    font-size:38px;
    max-width:none;
  }
  .about-compact-top-page .exact-lead{
    font-size:16px;
    max-width:none;
  }
  .about-compact-top-page .exact-hero-visual{
    height:210px!important;
    min-height:210px!important;
  }
  .about-compact-top-page .exact-hero-visual:before{
    background:linear-gradient(0deg,#fff9ed 0%,rgba(255,249,237,0) 18%);
  }
}


/* A053 — Contained About hero repair.
   Keeps the half-height top hero INSIDE the same rounded centered About page frame as the sections below. */
.about-contained-top-page{
  padding-top:22px;
}
.about-contained-top-page .about-exact-content-frame{
  margin-top:0;
}
.about-contained-top-page .exact-hero{
  width:100%;
  border-radius:0;
  border-bottom:1px solid rgba(205,154,63,.25);
}
.about-contained-top-page .exact-who-section{
  padding-top:18px;
}
@media(max-width:1160px){
  .about-contained-top-page{
    padding-top:18px;
  }
}
@media(max-width:820px){
  .about-contained-top-page{
    padding-top:0;
  }
}


/* A054 — About hero 50% taller contained bubble repair.
   Keeps the hero inside the rounded About frame, makes it 50% taller than A053,
   removes the public hero buttons, uses gold About Us + blue A New Chapter of Service,
   and pushes the couple image fully to the right edge with no cream gap before the border. */
.about-a054-top-page{
  padding-top:22px;
}
.about-a054-top-page .about-exact-content-frame{
  margin-top:0;
}
.about-a054-top-page .exact-hero{
  --a054-hero-height:233px;
  width:100%;
  min-height:var(--a054-hero-height)!important;
  height:var(--a054-hero-height)!important;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:stretch;
  background:#fff9ed;
  border-radius:0;
  border-bottom:1px solid rgba(205,154,63,.25);
  overflow:hidden;
  box-shadow:none;
}
.about-a054-top-page .exact-hero:after{
  display:none;
}
.about-a054-top-page .exact-hero-copy{
  position:relative;
  z-index:4;
  align-self:center;
  max-width:620px;
  padding:24px 24px 24px clamp(34px,4.5vw,62px);
}
.about-a054-top-page .exact-ornament{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 8px;
  color:#ba8527;
}
.about-a054-top-page .exact-ornament span{
  display:block;
  width:72px;
  height:2px;
  background:#ba8527;
}
.about-a054-top-page .exact-ornament b{
  display:block;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ba8527;
}
.about-a054-top-page .exact-eyebrow{
  display:block;
  margin:0 0 8px;
  font-family:var(--serif);
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.02;
  letter-spacing:0;
  text-transform:none;
  font-weight:800;
  color:#b07b1f;
}
.about-a054-top-page .exact-hero h1{
  margin:0 0 12px;
  max-width:500px;
  font-size:clamp(36px,3.3vw,52px);
  line-height:.94;
  letter-spacing:-.024em;
  color:#082742;
}
.about-a054-top-page .exact-lead{
  max-width:520px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(16px,1.18vw,20px);
  line-height:1.33;
  color:#122b43;
}
.about-a054-top-page .exact-hero-actions{
  display:none!important;
}
.about-a054-top-page .exact-hero-visual{
  position:relative;
  min-height:var(--a054-hero-height)!important;
  height:var(--a054-hero-height)!important;
  overflow:hidden;
  background:#f7ead2;
}
.about-a054-top-page .exact-hero-visual:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.94) 7%,rgba(255,249,237,.60) 19%,rgba(255,249,237,.20) 34%,rgba(255,249,237,0) 45%);
  pointer-events:none;
}
.about-a054-top-page .exact-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% 22%;
  transform:translateX(3%) scale(1.08);
  transform-origin:center;
  display:block;
}
.about-a054-top-page .exact-who-section{
  padding-top:18px;
}
@media(max-width:1160px){
  .about-a054-top-page{
    padding-top:18px;
  }
  .about-a054-top-page .exact-hero{
    --a054-hero-height:218px;
    grid-template-columns:48% 52%;
  }
  .about-a054-top-page .exact-hero-copy{
    padding:20px 20px 20px 34px;
  }
  .about-a054-top-page .exact-eyebrow{
    font-size:24px;
  }
  .about-a054-top-page .exact-hero h1{
    font-size:41px;
  }
  .about-a054-top-page .exact-lead{
    font-size:16px;
    line-height:1.28;
  }
}
@media(max-width:820px){
  .about-a054-top-page{
    padding-top:0;
  }
  .about-a054-top-page .exact-hero{
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1fr;
  }
  .about-a054-top-page .exact-hero-copy{
    padding:24px 22px 18px;
    max-width:none;
  }
  .about-a054-top-page .exact-ornament{
    margin-bottom:8px;
  }
  .about-a054-top-page .exact-eyebrow{
    font-size:22px;
    margin-bottom:6px;
  }
  .about-a054-top-page .exact-hero h1{
    font-size:36px;
    max-width:none;
    margin-bottom:10px;
  }
  .about-a054-top-page .exact-lead{
    font-size:16px;
    max-width:none;
  }
  .about-a054-top-page .exact-hero-visual{
    height:235px!important;
    min-height:235px!important;
  }
  .about-a054-top-page .exact-hero-visual:before{
    background:linear-gradient(0deg,#fff9ed 0%,rgba(255,249,237,0) 18%);
  }
  .about-a054-top-page .exact-hero-visual img{
    object-position:center 24%;
    transform:none;
  }
}


/* A055 — Professional About hero rework.
   Fixes the A054 issues by shrinking the blue heading so the paragraph fits,
   using a professionally rebuilt right-side couple image from the original picture,
   keeping the hero 50% taller than A053, and preserving the contained rounded bubble layout. */
.about-a055-top-page{
  padding-top:22px;
}
.about-a055-top-page .about-exact-content-frame{
  margin-top:0;
}
.about-a055-top-page .exact-hero{
  --a055-hero-height:233px;
  width:100%;
  min-height:var(--a055-hero-height)!important;
  height:var(--a055-hero-height)!important;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:stretch;
  background:#fff9ed;
  border-radius:0;
  border-bottom:1px solid rgba(205,154,63,.25);
  overflow:hidden;
  box-shadow:none;
}
.about-a055-top-page .exact-hero:after{display:none;}
.about-a055-top-page .exact-hero-copy{
  position:relative;
  z-index:4;
  align-self:center;
  max-width:560px;
  padding:18px 24px 18px clamp(34px,4.5vw,62px);
}
.about-a055-top-page .exact-ornament{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 8px;
  color:#ba8527;
}
.about-a055-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a055-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a055-top-page .exact-eyebrow{
  display:block;
  margin:0 0 8px;
  font-family:var(--serif);
  font-size:clamp(25px,2vw,30px);
  line-height:1;
  letter-spacing:0;
  text-transform:none;
  font-weight:800;
  color:#b07b1f;
}
.about-a055-top-page .exact-hero h1{
  margin:0 0 10px;
  max-width:420px;
  font-size:clamp(30px,2.55vw,41px);
  line-height:.94;
  letter-spacing:-.02em;
  color:#082742;
}
.about-a055-top-page .exact-lead{
  max-width:520px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(15px,1.06vw,18px);
  line-height:1.28;
  color:#122b43;
}
.about-a055-top-page .exact-hero-actions{display:none!important;}
.about-a055-top-page .exact-hero-visual{
  position:relative;
  min-height:var(--a055-hero-height)!important;
  height:var(--a055-hero-height)!important;
  overflow:hidden;
  background:#f7ead2;
}
.about-a055-top-page .exact-hero-visual:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.94) 8%,rgba(255,249,237,.64) 20%,rgba(255,249,237,.24) 34%,rgba(255,249,237,0) 49%);
  pointer-events:none;
}
.about-a055-top-page .exact-hero-visual img{
  position:absolute;inset:0;width:100%;height:100%;display:block;
  object-fit:cover;
  object-position:center center;
}
.about-a055-top-page .exact-who-section{padding-top:18px;}
@media(max-width:1160px){
  .about-a055-top-page{padding-top:18px;}
  .about-a055-top-page .exact-hero{grid-template-columns:47% 53%;}
  .about-a055-top-page .exact-hero-copy{padding:16px 20px 16px 34px;}
  .about-a055-top-page .exact-eyebrow{font-size:24px;margin-bottom:6px;}
  .about-a055-top-page .exact-hero h1{font-size:34px;max-width:390px;}
  .about-a055-top-page .exact-lead{font-size:15px;line-height:1.24;}
}
@media(max-width:820px){
  .about-a055-top-page{padding-top:0;}
  .about-a055-top-page .exact-hero{height:auto!important;min-height:0!important;grid-template-columns:1fr;}
  .about-a055-top-page .exact-hero-copy{padding:24px 22px 18px;max-width:none;}
  .about-a055-top-page .exact-eyebrow{font-size:22px;margin-bottom:6px;}
  .about-a055-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a055-top-page .exact-lead{font-size:16px;max-width:none;}
  .about-a055-top-page .exact-hero-visual{height:235px!important;min-height:235px!important;}
  .about-a055-top-page .exact-hero-visual:before{background:linear-gradient(0deg,#fff9ed 0%,rgba(255,249,237,0) 18%);}
}


/* A056 — Approved About hero preview programmed into the real site.
   The top About hero now sits inside the same inner rounded content width as the About sections below,
   uses the good clean couple image from the approved preview, fades the image softly into the cream text area,
   keeps buttons removed, and keeps the left title/wording fitting cleanly. */
.about-a056-top-page{
  padding-top:22px;
}
.about-a056-top-page .about-exact-content-frame{
  margin-top:0;
}
.about-a056-top-page .exact-hero{
  --a056-hero-height:260px;
  width:calc(100% - 76px);
  min-height:var(--a056-hero-height)!important;
  height:var(--a056-hero-height)!important;
  margin:0 auto 0;
  display:grid;
  grid-template-columns:45% 55%;
  align-items:stretch;
  background:#fff9ed;
  border:1px solid rgba(205,154,63,.34);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.about-a056-top-page .exact-hero:after{display:none;}
.about-a056-top-page .exact-hero-copy{
  position:relative;
  z-index:4;
  align-self:center;
  max-width:700px;
  padding:22px 18px 22px 55px;
}
.about-a056-top-page .exact-ornament{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  color:#ba8527;
}
.about-a056-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a056-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a056-top-page .exact-eyebrow{
  display:block;
  margin:0 0 18px;
  font-family:var(--serif);
  font-size:clamp(24px,2vw,30px);
  line-height:1.02;
  letter-spacing:0;
  text-transform:none;
  font-weight:800;
  color:#b07b1f;
}
.about-a056-top-page .exact-hero h1{
  margin:0 0 22px;
  max-width:680px;
  font-size:clamp(30px,2.5vw,43px);
  line-height:1.04;
  letter-spacing:-.018em;
  color:#082742;
  white-space:normal;
}
.about-a056-top-page .exact-lead{
  max-width:610px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(16px,1.08vw,19px);
  line-height:1.35;
  color:#122b43;
}
.about-a056-top-page .exact-hero-actions{display:none!important;}
.about-a056-top-page .exact-hero-visual{
  position:relative;
  min-height:var(--a056-hero-height)!important;
  height:var(--a056-hero-height)!important;
  overflow:hidden;
  background:#fff9ed;
}
.about-a056-top-page .exact-hero-visual:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.94) 5%,rgba(255,249,237,.62) 15%,rgba(255,249,237,.26) 28%,rgba(255,249,237,0) 43%);
  pointer-events:none;
}
.about-a056-top-page .exact-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.about-a056-top-page .exact-who-section{
  padding-top:18px;
}
@media(max-width:1160px){
  .about-a056-top-page{padding-top:18px;}
  .about-a056-top-page .exact-hero{
    width:calc(100% - 56px);
    --a056-hero-height:245px;
    grid-template-columns:47% 53%;
  }
  .about-a056-top-page .exact-hero-copy{padding:18px 18px 18px 34px;}
  .about-a056-top-page .exact-eyebrow{font-size:24px;margin-bottom:12px;}
  .about-a056-top-page .exact-hero h1{font-size:34px;margin-bottom:14px;}
  .about-a056-top-page .exact-lead{font-size:15.5px;line-height:1.28;}
}
@media(max-width:820px){
  .about-a056-top-page{padding-top:0;}
  .about-a056-top-page .exact-hero{
    width:100%;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1fr;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .about-a056-top-page .exact-hero-copy{padding:24px 22px 18px;max-width:none;}
  .about-a056-top-page .exact-eyebrow{font-size:22px;margin-bottom:8px;}
  .about-a056-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a056-top-page .exact-lead{font-size:16px;max-width:none;}
  .about-a056-top-page .exact-hero-visual{height:235px!important;min-height:235px!important;}
  .about-a056-top-page .exact-hero-visual:before{background:linear-gradient(0deg,#fff9ed 0%,rgba(255,249,237,0) 18%);}
}


/* A057 — Unified top About hero background with automatic left fade for backend uploads.
   IMPORTANT: This changes only the About page top hero. Header/menu structure and layout are untouched.
   The hero uses one full background canvas, keeps the bubble-contained width, and automatically fades
   any uploaded Top About Hero picture into the cream text side. */
.about-a057-top-page{
  padding-top:22px;
}
.about-a057-top-page .about-exact-content-frame{
  margin-top:0;
}
.about-a057-top-page .exact-hero{
  --a057-hero-height:260px;
  width:calc(100% - 76px);
  min-height:var(--a057-hero-height)!important;
  height:var(--a057-hero-height)!important;
  margin:0 auto;
  position:relative;
  display:block;
  background-color:#fff9ed;
  background-image:var(--about-hero-bg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center right;
  border:1px solid rgba(205,154,63,.34);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.about-a057-top-page .exact-hero:after{display:none;}
.about-a057-top-page .exact-hero:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  /* Slow, wide fade from cream wording side into the image. */
  background:linear-gradient(90deg,
    #fff9ed 0%,
    #fff9ed 27%,
    rgba(255,249,237,.96) 36%,
    rgba(255,249,237,.78) 45%,
    rgba(255,249,237,.52) 53%,
    rgba(255,249,237,.25) 61%,
    rgba(255,249,237,0) 72%
  );
}
.about-a057-top-page .exact-hero-copy{
  position:relative;
  z-index:2;
  max-width:650px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 24px 20px 55px;
}
.about-a057-top-page .exact-ornament{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 12px;
  color:#ba8527;
}
.about-a057-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a057-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a057-top-page .exact-eyebrow{
  display:block;
  margin:0 0 12px;
  font-family:var(--serif);
  font-size:clamp(24px,2vw,30px);
  line-height:1.02;
  letter-spacing:0;
  text-transform:none;
  font-weight:800;
  color:#b07b1f;
}
.about-a057-top-page .exact-hero h1{
  margin:0 0 16px;
  max-width:640px;
  font-size:clamp(29px,2.45vw,42px);
  line-height:1.06;
  letter-spacing:-.018em;
  color:#082742;
  white-space:normal;
}
.about-a057-top-page .exact-lead{
  max-width:640px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(15.5px,1.05vw,18px);
  line-height:1.36;
  color:#122b43;
}
.about-a057-top-page .exact-hero-actions{display:none!important;}
.about-a057-top-page .exact-hero-visual{display:none!important;}
.about-a057-top-page .exact-who-section{padding-top:18px;}
@media(max-width:1160px){
  .about-a057-top-page{padding-top:18px;}
  .about-a057-top-page .exact-hero{width:calc(100% - 56px);--a057-hero-height:245px;background-position:center right;}
  .about-a057-top-page .exact-hero-copy{padding:18px 18px 18px 34px;max-width:560px;}
  .about-a057-top-page .exact-eyebrow{font-size:24px;margin-bottom:10px;}
  .about-a057-top-page .exact-hero h1{font-size:34px;margin-bottom:12px;max-width:520px;}
  .about-a057-top-page .exact-lead{font-size:15.5px;line-height:1.3;max-width:530px;}
  .about-a057-top-page .exact-hero:before{
    background:linear-gradient(90deg,#fff9ed 0%,#fff9ed 31%,rgba(255,249,237,.92) 42%,rgba(255,249,237,.58) 55%,rgba(255,249,237,.22) 66%,rgba(255,249,237,0) 76%);
  }
}
@media(max-width:820px){
  .about-a057-top-page{padding-top:0;}
  .about-a057-top-page .exact-hero{
    width:100%;
    height:auto!important;
    min-height:0!important;
    border-left:0;
    border-right:0;
    border-radius:0;
    background-size:cover;
    background-position:center right;
  }
  .about-a057-top-page .exact-hero:before{
    background:linear-gradient(180deg,#fff9ed 0%,rgba(255,249,237,.98) 42%,rgba(255,249,237,.70) 67%,rgba(255,249,237,.10) 100%);
  }
  .about-a057-top-page .exact-hero-copy{height:auto;min-height:230px;padding:24px 22px 18px;max-width:none;}
  .about-a057-top-page .exact-eyebrow{font-size:22px;margin-bottom:8px;}
  .about-a057-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a057-top-page .exact-lead{font-size:16px;max-width:none;}
}


/* A058 — Reliable visible image-layer fix for the top About hero.
   This changes only the About page top hero. Header/menu structure and layout are untouched.
   The smooth hero picture is a real img layer, not a fragile CSS-only background, so it cannot disappear.
   Any backend-uploaded Top About Hero image also gets the same contained width, right-side positioning, and soft left fade. */
.about-a058-top-page{padding-top:22px;}
.about-a058-top-page .about-exact-content-frame{margin-top:0;}
.about-a058-top-page .exact-hero{
  --a058-hero-height:260px;
  width:calc(100% - 76px);
  min-height:var(--a058-hero-height)!important;
  height:var(--a058-hero-height)!important;
  margin:0 auto;
  position:relative;
  display:block;
  background:#fff9ed!important;
  background-image:none!important;
  border:1px solid rgba(205,154,63,.34);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.about-a058-top-page .exact-hero:after{display:none!important;}
.about-a058-top-page .exact-hero-bg-img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block!important;
}
.about-a058-top-page .exact-hero:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,
    #fff9ed 0%,
    #fff9ed 29%,
    rgba(255,249,237,.98) 38%,
    rgba(255,249,237,.86) 46%,
    rgba(255,249,237,.62) 54%,
    rgba(255,249,237,.34) 63%,
    rgba(255,249,237,.10) 72%,
    rgba(255,249,237,0) 82%
  );
}
.about-a058-top-page .exact-hero-copy{
  position:relative;
  z-index:2;
  max-width:650px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 24px 20px 55px;
}
.about-a058-top-page .exact-ornament{display:flex;align-items:center;gap:12px;margin:0 0 12px;color:#ba8527;}
.about-a058-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a058-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a058-top-page .exact-eyebrow{
  display:block;margin:0 0 12px;font-family:var(--serif);font-size:clamp(24px,2vw,30px);line-height:1.02;
  letter-spacing:0;text-transform:none;font-weight:800;color:#b07b1f;
}
.about-a058-top-page .exact-hero h1{
  margin:0 0 16px;max-width:640px;font-size:clamp(29px,2.45vw,42px);line-height:1.06;
  letter-spacing:-.018em;color:#082742;white-space:normal;
}
.about-a058-top-page .exact-lead{
  max-width:640px;margin:0;font-family:var(--serif);font-size:clamp(15.5px,1.05vw,18px);line-height:1.36;color:#122b43;
}
.about-a058-top-page .exact-hero-actions{display:none!important;}
.about-a058-top-page .exact-hero-visual{display:none!important;}
.about-a058-top-page .exact-who-section{padding-top:18px;}
@media(max-width:1160px){
  .about-a058-top-page{padding-top:18px;}
  .about-a058-top-page .exact-hero{width:calc(100% - 56px);--a058-hero-height:245px;}
  .about-a058-top-page .exact-hero-copy{padding:18px 18px 18px 34px;max-width:560px;}
  .about-a058-top-page .exact-eyebrow{font-size:24px;margin-bottom:10px;}
  .about-a058-top-page .exact-hero h1{font-size:34px;margin-bottom:12px;max-width:520px;}
  .about-a058-top-page .exact-lead{font-size:15.5px;line-height:1.3;max-width:530px;}
}
@media(max-width:820px){
  .about-a058-top-page{padding-top:0;}
  .about-a058-top-page .exact-hero{width:100%;height:auto!important;min-height:0!important;border-left:0;border-right:0;border-radius:0;}
  .about-a058-top-page .exact-hero-bg-img{height:100%;object-position:center right;}
  .about-a058-top-page .exact-hero:before{background:linear-gradient(180deg,#fff9ed 0%,rgba(255,249,237,.98) 42%,rgba(255,249,237,.70) 67%,rgba(255,249,237,.10) 100%);}
  .about-a058-top-page .exact-hero-copy{height:auto;min-height:230px;padding:24px 22px 18px;max-width:none;}
  .about-a058-top-page .exact-eyebrow{font-size:22px;margin-bottom:8px;}
  .about-a058-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a058-top-page .exact-lead{font-size:16px;max-width:none;}
}


/* A059 — About hero text safe-area repair.
   Header/menu unchanged. This changes only the top About hero so the left wording stays fully inside
   the solid cream text area and does not sit on top of the faded picture area. */
.about-a059-top-page{padding-top:22px;}
.about-a059-top-page .about-exact-content-frame{margin-top:0;}
.about-a059-top-page .exact-hero{
  --a059-hero-height:260px;
  width:calc(100% - 76px);
  min-height:var(--a059-hero-height)!important;
  height:var(--a059-hero-height)!important;
  margin:0 auto;
  position:relative;
  display:block;
  background:#fff9ed!important;
  background-image:none!important;
  border:1px solid rgba(205,154,63,.34);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.about-a059-top-page .exact-hero:after{display:none!important;}
.about-a059-top-page .exact-hero-bg-img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block!important;
}
.about-a059-top-page .exact-hero:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,
    #fff9ed 0%,
    #fff9ed 45%,
    rgba(255,249,237,.99) 50%,
    rgba(255,249,237,.90) 56%,
    rgba(255,249,237,.70) 63%,
    rgba(255,249,237,.42) 70%,
    rgba(255,249,237,.16) 78%,
    rgba(255,249,237,0) 87%
  );
}
.about-a059-top-page .exact-hero-copy{
  position:relative;
  z-index:2;
  width:42%;
  max-width:520px;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 20px 20px 55px;
  box-sizing:border-box;
}
.about-a059-top-page .exact-ornament{display:flex;align-items:center;gap:12px;margin:0 0 12px;color:#ba8527;}
.about-a059-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a059-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a059-top-page .exact-eyebrow{
  display:block;margin:0 0 12px;font-family:var(--serif);font-size:clamp(24px,1.9vw,29px);line-height:1.02;
  letter-spacing:0;text-transform:none;font-weight:800;color:#b07b1f;
}
.about-a059-top-page .exact-hero h1{
  margin:0 0 14px;max-width:100%;font-size:clamp(28px,2.25vw,37px);line-height:1.05;
  letter-spacing:-.018em;color:#082742;white-space:normal;
}
.about-a059-top-page .exact-lead{
  max-width:100%;margin:0;font-family:var(--serif);font-size:clamp(15px,.98vw,17px);line-height:1.34;color:#122b43;
}
.about-a059-top-page .exact-hero-actions{display:none!important;}
.about-a059-top-page .exact-hero-visual{display:none!important;}
.about-a059-top-page .exact-who-section{padding-top:18px;}
@media(max-width:1160px){
  .about-a059-top-page{padding-top:18px;}
  .about-a059-top-page .exact-hero{width:calc(100% - 56px);--a059-hero-height:245px;}
  .about-a059-top-page .exact-hero-copy{width:44%;padding:18px 18px 18px 34px;max-width:500px;}
  .about-a059-top-page .exact-eyebrow{font-size:23px;margin-bottom:9px;}
  .about-a059-top-page .exact-hero h1{font-size:31px;margin-bottom:11px;}
  .about-a059-top-page .exact-lead{font-size:15px;line-height:1.3;}
}
@media(max-width:820px){
  .about-a059-top-page{padding-top:0;}
  .about-a059-top-page .exact-hero{width:100%;height:auto!important;min-height:0!important;border-left:0;border-right:0;border-radius:0;}
  .about-a059-top-page .exact-hero-bg-img{height:100%;object-position:center right;}
  .about-a059-top-page .exact-hero:before{background:linear-gradient(180deg,#fff9ed 0%,rgba(255,249,237,.98) 42%,rgba(255,249,237,.70) 67%,rgba(255,249,237,.10) 100%);}
  .about-a059-top-page .exact-hero-copy{width:auto;height:auto;min-height:230px;padding:24px 22px 18px;max-width:none;}
  .about-a059-top-page .exact-eyebrow{font-size:22px;margin-bottom:8px;}
  .about-a059-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a059-top-page .exact-lead{font-size:16px;max-width:none;}
}


/* A060 — About hero minimal fade repair.
   Keeps the text safely on the cream left side, but stops fading across too much of the picture.
   The image stays clear almost all the way across; only a narrow transition strip fades into the cream side. */
.about-a060-top-page{padding-top:22px;}
.about-a060-top-page .about-exact-content-frame{margin-top:0;}
.about-a060-top-page .exact-hero{
  --a060-hero-height:260px;
  width:calc(100% - 76px);
  min-height:var(--a060-hero-height)!important;
  height:var(--a060-hero-height)!important;
  margin:0 auto;
  position:relative;
  display:block;
  background:#fff9ed!important;
  background-image:none!important;
  border:1px solid rgba(205,154,63,.34);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.about-a060-top-page .exact-hero:after{display:none!important;}
.about-a060-top-page .exact-hero-bg-img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block!important;
}
.about-a060-top-page .exact-hero:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,
    #fff9ed 0%,
    #fff9ed 41%,
    rgba(255,249,237,.96) 43%,
    rgba(255,249,237,.72) 46%,
    rgba(255,249,237,.38) 49%,
    rgba(255,249,237,.12) 52%,
    rgba(255,249,237,0) 55%
  );
}
.about-a060-top-page .exact-hero-copy{
  position:relative;
  z-index:2;
  width:39%;
  max-width:490px;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 18px 20px 55px;
  box-sizing:border-box;
}
.about-a060-top-page .exact-ornament{display:flex;align-items:center;gap:12px;margin:0 0 12px;color:#ba8527;}
.about-a060-top-page .exact-ornament span{display:block;width:58px;height:2px;background:#ba8527;}
.about-a060-top-page .exact-ornament b{display:block;width:12px;height:12px;border-radius:50%;background:#ba8527;}
.about-a060-top-page .exact-eyebrow{
  display:block;margin:0 0 12px;font-family:var(--serif);font-size:clamp(24px,1.9vw,29px);line-height:1.02;
  letter-spacing:0;text-transform:none;font-weight:800;color:#b07b1f;
}
.about-a060-top-page .exact-hero h1{
  margin:0 0 14px;max-width:100%;font-size:clamp(27px,2.1vw,35px);line-height:1.05;
  letter-spacing:-.018em;color:#082742;white-space:normal;
}
.about-a060-top-page .exact-lead{
  max-width:100%;margin:0;font-family:var(--serif);font-size:clamp(14.5px,.94vw,16.5px);line-height:1.34;color:#122b43;
}
.about-a060-top-page .exact-hero-actions{display:none!important;}
.about-a060-top-page .exact-hero-visual{display:none!important;}
.about-a060-top-page .exact-who-section{padding-top:18px;}
@media(max-width:1160px){
  .about-a060-top-page{padding-top:18px;}
  .about-a060-top-page .exact-hero{width:calc(100% - 56px);--a060-hero-height:245px;}
  .about-a060-top-page .exact-hero-copy{width:42%;padding:18px 18px 18px 34px;max-width:480px;}
  .about-a060-top-page .exact-hero:before{
    background:linear-gradient(90deg,#fff9ed 0%,#fff9ed 43%,rgba(255,249,237,.92) 45%,rgba(255,249,237,.50) 49%,rgba(255,249,237,.10) 53%,rgba(255,249,237,0) 56%);
  }
  .about-a060-top-page .exact-eyebrow{font-size:23px;margin-bottom:9px;}
  .about-a060-top-page .exact-hero h1{font-size:30px;margin-bottom:11px;}
  .about-a060-top-page .exact-lead{font-size:14.7px;line-height:1.3;}
}
@media(max-width:820px){
  .about-a060-top-page{padding-top:0;}
  .about-a060-top-page .exact-hero{width:100%;height:auto!important;min-height:0!important;border-left:0;border-right:0;border-radius:0;}
  .about-a060-top-page .exact-hero-bg-img{height:100%;object-position:center right;}
  .about-a060-top-page .exact-hero:before{background:linear-gradient(180deg,#fff9ed 0%,rgba(255,249,237,.98) 42%,rgba(255,249,237,.70) 67%,rgba(255,249,237,.10) 100%);}
  .about-a060-top-page .exact-hero-copy{width:auto;height:auto;min-height:230px;padding:24px 22px 18px;max-width:none;}
  .about-a060-top-page .exact-eyebrow{font-size:22px;margin-bottom:8px;}
  .about-a060-top-page .exact-hero h1{font-size:34px;max-width:none;margin-bottom:10px;}
  .about-a060-top-page .exact-lead{font-size:16px;max-width:none;}
}

/* A062 — Professional secondary page upgrade.
   Polishes What We Do, Prayer, Needs, Give, and Contact so they
   feel closer to the custom home/About quality while preserving backend content. */
.pro-page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(228,183,99,.20),transparent 34%),linear-gradient(135deg,var(--deep-3),#0b3f31 58%,var(--deep));color:#fff;border-bottom:6px solid var(--gold)}
.pro-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;opacity:.34;pointer-events:none}.pro-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.78fr);gap:58px;align-items:center;min-height:520px;padding-top:58px;padding-bottom:58px}.pro-hero-copy h1{font-family:var(--serif);font-size:clamp(42px,5vw,72px);line-height:1.02;color:#fff;margin:10px 0 18px;max-width:880px;text-shadow:0 4px 18px rgba(0,0,0,.22)}.pro-hero-copy p{font-size:21px;line-height:1.55;max-width:760px;color:#f8ecda;margin:0}.pro-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.pro-hero-photo{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-dark);border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);min-height:365px}.pro-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,25,20,.38),transparent 56%)}.pro-hero-photo img{width:100%;height:430px;object-fit:cover}.pro-hero-note{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,253,248,.95);color:var(--deep);border-radius:20px;padding:18px 20px;box-shadow:0 18px 38px rgba(0,0,0,.18);border-left:5px solid var(--gold)}.pro-hero-note strong{display:block;font-family:var(--serif);font-size:22px;line-height:1.05}.pro-hero-note span{display:block;margin-top:6px;color:#50483e;font-weight:700;line-height:1.35}.pro-page-section{background:var(--warm-white)}.pro-soft-section{background:linear-gradient(180deg,var(--cream),#fff8ea)}.pro-section-head{max-width:900px;margin-left:auto;margin-right:auto}.pro-section-head p:not(.eyebrow){font-size:19px;color:var(--muted);max-width:760px;margin:0 auto}.pro-card-grid{display:grid;gap:24px}.pro-card-grid.four{grid-template-columns:repeat(4,1fr)}.pro-card-grid.three{grid-template-columns:repeat(3,1fr)}.pro-card-grid.two{grid-template-columns:repeat(2,1fr)}.pro-icon-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow);min-height:230px}.pro-icon-card:before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,var(--gold),var(--gold-2))}.pro-icon-card h3{font-size:25px;margin-top:8px;margin-bottom:12px}.pro-icon-card p{font-size:17px;color:#4f4a42;margin:0}.pro-icon{width:58px;height:58px;border-radius:18px;background:#fff2cb;color:#7a520f;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(208,154,57,.25)}.pro-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pro-feature-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:54px;align-items:center}.pro-feature-split.reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.pro-feature-image{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid var(--border)}.pro-feature-image img{width:100%;height:430px;object-fit:cover}.pro-feature-image-tall img{height:560px}.pro-feature-copy{background:#fff;border:1px solid var(--border);border-radius:28px;padding:38px;box-shadow:var(--shadow)}.pro-feature-copy h2{margin-bottom:18px}.pro-feature-copy>p{font-size:18px;color:#4f4a42}.pro-feature-copy.prose p{font-size:18px}.pro-step-list{display:grid;gap:16px}.pro-step-list div{position:relative;padding:19px 19px 19px 76px;border-radius:18px;background:#fff8ea;border:1px solid #ecd9b3}.pro-step-list span{position:absolute;left:18px;top:18px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--deep);color:#fff;font-weight:900}.pro-step-list strong{display:block;color:var(--deep);font-family:var(--serif);font-size:20px}.pro-step-list p{margin:5px 0 0;color:#554d43}.pro-cta-band{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;padding:54px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:6px solid var(--gold)}.pro-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.pro-cta-inner h2{color:#fff;font-size:clamp(30px,3.6vw,48px);margin:0}.pro-cta-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.pro-request-card,.pro-need-card{min-height:215px}.need-pill{display:inline-block;margin-top:18px;background:#fff1c7;color:#5a3e0d;border-radius:999px;padding:8px 14px;font-size:15px}.pro-prayer-strip{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:36px;align-items:start}.pro-prayer-strip h2{margin-bottom:0}.pro-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pro-mini-grid.two{grid-template-columns:repeat(2,1fr);margin-top:26px}.pro-mini-grid div{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(25,21,15,.08)}.pro-mini-grid strong{display:block;font-family:var(--serif);font-size:21px;color:var(--deep);margin-bottom:8px}.pro-mini-grid span{display:block;color:#50483e;font-weight:600;line-height:1.45}.pro-give-layout{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1fr);gap:48px;align-items:start}.pro-donation-box{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;border-radius:30px;padding:38px;box-shadow:var(--shadow-dark);border-top:6px solid var(--gold);position:sticky;top:120px}.pro-donation-box h2{color:#fff;margin-bottom:14px}.pro-donation-box p{color:#f4ead9;font-size:18px}.pro-amount-grid span{background:rgba(255,255,255,.11);border:1px solid rgba(239,200,101,.35);border-radius:18px;color:#fff}.pro-amount-grid small{color:#eadcc2}.pro-trust-note{font-size:14px!important;margin:18px 0 0!important;color:#e9dac0!important}.pro-giving-info{background:#fff;border:1px solid var(--border);border-radius:30px;padding:40px;box-shadow:var(--shadow)}.pro-contact-layout{display:grid;grid-template-columns:minmax(340px,.75fr) minmax(0,1fr);gap:48px;align-items:start}.pro-contact-panel{background:#fff;border-radius:30px;border:1px solid var(--border);box-shadow:var(--shadow);padding:38px}.pro-contact-methods{display:grid;gap:18px;margin-top:24px}.pro-contact-methods p{position:relative;min-height:72px;margin:0;padding:18px 18px 18px 78px;background:#fff8ea;border:1px solid #ecd9b3;border-radius:18px;color:#4a443c;font-size:17px}.pro-contact-methods p span{position:absolute;left:18px;top:18px;width:42px;height:42px;border-radius:14px;background:#fff;color:#7a520f;display:grid;place-items:center;border:1px solid rgba(208,154,57,.3)}.pro-contact-methods p svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pro-contact-methods strong{display:block;font-family:var(--serif);font-size:19px;color:var(--deep);margin-bottom:2px}.pro-contact-methods a{font-weight:800;color:#745011}.pro-inline-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}

@media(max-width:1200px){.pro-hero-grid{grid-template-columns:1fr .82fr;gap:38px}.pro-card-grid.four{grid-template-columns:repeat(2,1fr)}.pro-donation-box{position:static}.pro-give-layout,.pro-contact-layout{grid-template-columns:1fr;gap:32px}}
@media(max-width:980px){.pro-hero-grid,.pro-feature-split,.pro-feature-split.reverse,.pro-prayer-strip{grid-template-columns:1fr}.pro-hero-grid{min-height:0;padding-top:46px;padding-bottom:46px}.pro-hero-photo img{height:360px}.pro-card-grid.three,.pro-card-grid.two,.pro-mini-grid,.pro-mini-grid.two{grid-template-columns:1fr}.pro-cta-inner{display:block}.pro-cta-actions{justify-content:flex-start;margin-top:24px}.pro-feature-image-tall img{height:420px}.pro-feature-copy{padding:30px}}
@media(max-width:560px){.pro-hero-copy h1{font-size:38px}.pro-hero-copy p{font-size:18px}.pro-hero-actions .btn,.pro-cta-actions .btn,.pro-inline-actions .btn{width:100%}.pro-hero-photo img{height:300px}.pro-hero-note{left:14px;right:14px;bottom:14px;padding:15px}.pro-card-grid.four{grid-template-columns:1fr}.pro-icon-card,.pro-feature-copy,.pro-donation-box,.pro-giving-info,.pro-contact-panel{padding:24px;border-radius:22px}.pro-feature-image img,.pro-feature-image-tall img{height:300px}.pro-contact-methods p{padding-left:18px;padding-top:72px}.pro-contact-methods p span{left:18px;top:18px}.pro-cta-band{padding:42px 0}}

/* A069: normal black quotation marks on About page message */
.exact-quote-mark{display:none!important}.exact-quote-text p{color:#111}

/* A071 — For Churches / Partner With Us page */
.churches-hero .pro-hero-grid{min-height:540px}
.churches-hero .pro-hero-copy h1{max-width:780px}
.church-pastor-card p{max-width:860px}
.church-snapshot-card{background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow);padding:36px;position:relative;overflow:hidden}
.church-snapshot-card:before{content:"";position:absolute;left:0;right:0;top:0;height:7px;background:linear-gradient(90deg,var(--gold),var(--gold-2))}
.church-snapshot-card h3{font-size:32px;margin:8px 0 22px;color:var(--deep)}
.church-snapshot-card dl{display:grid;gap:15px;margin:0}
.church-snapshot-card div{background:#fff8ea;border:1px solid #ecd9b3;border-radius:18px;padding:18px 20px}
.church-snapshot-card dt{font-family:var(--serif);font-size:19px;font-weight:900;color:var(--deep);margin-bottom:5px}
.church-snapshot-card dd{margin:0;color:#514a41;font-weight:650;line-height:1.42}
.church-partner-grid .pro-icon-card{min-height:250px}
.churches-invite-layout .pro-feature-copy>p{font-size:18px;color:#4f4a42;margin-bottom:22px}.churches-photo-stack{position:relative}.churches-photo-stack:after{content:"Churches • Prayer • Partnership";position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,253,248,.94);border-left:5px solid var(--gold);border-radius:18px;padding:16px 18px;font-family:var(--serif);font-weight:900;font-size:21px;color:var(--deep);box-shadow:0 18px 36px rgba(0,0,0,.18)}
.church-resource-layout{display:grid;grid-template-columns:minmax(340px,.78fr) minmax(0,1fr);gap:34px;align-items:stretch}.church-resource-image{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;min-height:100%}.church-resource-image img{width:100%;height:100%;min-height:520px;object-fit:cover}.church-resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.church-resource-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.church-resource-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--deep),var(--gold))}.church-resource-card span{display:inline-block;background:#fff1c7;color:#6b4a0d;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.church-resource-card h3{font-size:24px;margin:15px 0 10px}.church-resource-card p{font-size:16.5px;color:#50483e;margin:0 0 18px}.church-resource-card a{font-family:var(--serif);font-weight:900;color:#7a520f}.churches-why-section .pro-feature-copy{box-shadow:none}.church-trust-copy p{font-size:18px}.churches-final-cta{border-bottom:0}.main-nav{gap:15px;font-size:15px}.give-link{padding-left:16px!important;padding-right:16px!important}
@media(max-width:1320px){.main-nav{gap:11px;font-size:14.3px}.give-link{padding-left:14px!important;padding-right:14px!important}.brand{min-width:320px}.brand strong{font-size:28px}.brand em{font-size:14px}}
@media(max-width:1120px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:24px;right:24px;background:#fff;z-index:60;padding:14px;border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:0 0 18px 18px;box-shadow:0 22px 48px rgba(0,0,0,.18);flex-direction:column;align-items:stretch;gap:0;white-space:normal;font-size:19px}.main-nav.open{display:flex}.main-nav a{display:flex;width:100%;min-height:48px;align-items:center;padding:12px 14px;border-radius:11px;color:var(--deep)}.main-nav a + a{margin-top:3px}.main-nav a:hover,.main-nav .active{background:#fff6e3;text-decoration:none}.main-nav .active:after{display:none}.main-nav .give-link{justify-content:center;margin-top:8px;border-radius:12px;min-height:52px}.nav-row{min-height:92px}}
@media(max-width:980px){.church-resource-layout,.church-resource-grid{grid-template-columns:1fr}.church-resource-image img{min-height:360px}.church-snapshot-card{padding:30px}.churches-photo-stack:after{font-size:18px}}
@media(max-width:560px){.church-snapshot-card,.church-resource-card{padding:23px;border-radius:22px}.church-resource-image img{min-height:285px}.churches-photo-stack:after{left:14px;right:14px;bottom:14px;font-size:16px}.church-snapshot-card h3{font-size:26px}}

/* A073 Partner page redesign */
.partner-page-hero{background:linear-gradient(180deg,#fffdf8 0%,#f9f1e2 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.partner-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:44px;align-items:center;padding-top:48px;padding-bottom:48px}.partner-hero-copy h1{font-family:var(--serif);font-size:clamp(44px,5vw,72px);line-height:1.03;color:var(--deep);margin:10px 0 18px}.partner-hero-subtitle{font-size:22px;line-height:1.52;color:#4d463d;max-width:720px}.partner-hero-actions,.partner-inline-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.partner-hero-photo-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.partner-hero-photo-card img{display:block;width:100%;height:470px;object-fit:cover}.partner-hero-note{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,253,248,.96);border:1px solid rgba(208,154,57,.24);border-left:5px solid var(--gold);border-radius:20px;padding:18px 20px;box-shadow:0 16px 36px rgba(20,18,13,.16)}.partner-hero-note strong{display:block;font-family:var(--serif);font-size:24px;color:var(--deep)}.partner-hero-note span{display:block;color:#554d43;font-weight:700;line-height:1.42;margin-top:6px}
.partner-audience-strip{background:#fff;border-bottom:1px solid var(--border)}.partner-audience-grid{display:grid;grid-template-columns:repeat(4,1fr)}.partner-audience-item{display:flex;align-items:center;justify-content:center;gap:12px;min-height:88px;padding:16px 18px;text-align:center;border-right:1px solid var(--border);color:var(--deep)}.partner-audience-item:last-child{border-right:0}.partner-audience-item span{width:34px;height:34px;color:#81601a}.partner-audience-item span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-audience-item strong{font-family:var(--serif);font-size:25px;line-height:1.05}
.partner-main-section{background:var(--warm-white)}.partner-main-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:28px;align-items:start}.partner-panel{background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow);padding:34px}.partner-panel-top{display:flex;gap:20px;align-items:center;margin-bottom:18px}.partner-panel-icon,.partner-mini-icon,.partner-resource-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0d5a47,var(--deep));color:#f6d587;box-shadow:0 12px 28px rgba(7,52,39,.18)}.partner-panel-icon svg,.partner-mini-icon svg,.partner-resource-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-panel h2{font-family:var(--serif);font-size:clamp(30px,3vw,48px);color:var(--deep);margin-bottom:14px}.partner-panel h3{font-family:var(--serif);font-size:31px;color:var(--deep);margin-bottom:10px}.partner-panel p{color:#4d463d;font-size:18px;line-height:1.55}.partner-split-content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(250px,.75fr);gap:24px;align-items:start}.partner-side-photo{border-radius:26px;overflow:hidden;border:1px solid var(--border);background:#fff}.partner-side-photo img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}.partner-list-card-grid{display:grid;gap:14px;margin-top:24px}.partner-list-card{background:#fff8ea;border:1px solid #ecd9b3;border-radius:18px;padding:18px 20px}.partner-list-card strong{display:block;font-family:var(--serif);font-size:22px;color:var(--deep);margin-bottom:4px}.partner-list-card p{margin:0;font-size:17px;line-height:1.45}
.support-panel{background:linear-gradient(180deg,#fffdf8 0%,#fbf5ea 100%)}.partner-support-intro{margin-bottom:18px}.support-card-block{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;margin-top:18px;box-shadow:0 8px 24px rgba(25,21,15,.06)}.support-card-block h3{font-size:28px;margin-bottom:8px}.support-card-block p{font-size:17px}.support-amount-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0}.support-amount{position:relative;background:#fffdf8;border:1px solid #e8dcc8;border-radius:18px;padding:18px 12px;text-align:center}.support-amount strong{display:block;font-family:var(--serif);font-size:44px;color:var(--deep);line-height:1}.support-amount small{display:block;margin-top:6px;color:#5f564b;font-weight:700}.support-amount.popular{border:2px solid var(--gold);box-shadow:0 12px 24px rgba(208,154,57,.14)}.support-popular-tag{position:absolute;left:50%;top:-14px;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.btn-block{display:flex;width:100%}.support-tax-note{display:flex;gap:14px;align-items:flex-start;margin-top:18px;padding:18px 20px;border-radius:18px;background:#fff;border:1px solid var(--border)}.support-tax-note span{width:34px;height:34px;color:#81601a;flex:0 0 34px}.support-tax-note span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.support-tax-note strong{display:block;font-family:var(--serif);font-size:24px;color:var(--deep)}.support-tax-note p{margin:4px 0 0;font-size:16px}
.partner-simple-ways{background:linear-gradient(180deg,#fffaf1 0%,#fffdf8 100%)}.partner-section-head{max-width:840px;margin-left:auto;margin-right:auto}.partner-section-head p:not(.eyebrow){font-size:19px;color:var(--muted)}.partner-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.partner-mini-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.partner-mini-card h3{font-size:24px;margin-top:18px}.partner-mini-card p{margin:0;color:#4d463d;font-size:17px;line-height:1.5}
.partner-resources-section{background:#fff}.partner-resource-grid{display:grid;gap:18px}.partner-resource-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:20px;background:#fffdf8;border:1px solid var(--border);border-radius:24px;padding:22px 24px;box-shadow:0 10px 24px rgba(25,21,15,.06)}.partner-resource-status{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9b6d1c}.partner-resource-card h3{font-size:25px;margin-bottom:6px}.partner-resource-card p{margin:0;font-size:17px;color:#4d463d}.partner-resource-link{white-space:nowrap;font-family:var(--serif);font-size:20px;font-weight:800;color:#7b5515}.partner-resource-link:hover{text-decoration:none;color:#9a6a15}
.partner-bottom-section{background:linear-gradient(180deg,#fffdf8 0%,#f9f1e2 100%)}.partner-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.partner-facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.partner-facts-grid div{background:#fff8ea;border:1px solid #ecd9b3;border-radius:18px;padding:18px}.partner-facts-grid strong{display:block;font-family:var(--serif);font-size:20px;color:var(--deep);margin-bottom:6px}.partner-facts-grid span{display:block;color:#4d463d;font-weight:600;line-height:1.42}.partner-contact-list{display:grid;gap:14px;margin-top:10px}.partner-contact-list p{position:relative;padding:18px 18px 18px 74px;border-radius:18px;background:#fff8ea;border:1px solid #ecd9b3;margin:0;min-height:72px}.partner-contact-list span{position:absolute;left:18px;top:18px;width:38px;height:38px;color:#81601a}.partner-contact-list span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-contact-list strong{display:block;font-family:var(--serif);font-size:20px;color:var(--deep);margin-bottom:2px}.partner-contact-list a,.partner-contact-list em{font-style:normal;color:#4d463d;font-weight:700}.partner-leaders-note{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.partner-leaders-note h3{font-size:27px;margin-bottom:8px}.partner-leaders-note p{margin:0;font-size:17px}
.partner-final-band{background:linear-gradient(135deg,var(--deep-3),var(--deep));border-top:1px solid rgba(255,255,255,.08);border-bottom:6px solid var(--gold);color:#fff}.partner-final-band-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:40px;padding-bottom:40px}.partner-final-band h2{color:#fff;font-size:clamp(30px,3.5vw,48px);margin:0}.partner-final-band .eyebrow{color:var(--gold-2)}
@media (max-width:1180px){.partner-mini-grid{grid-template-columns:repeat(2,1fr)}.partner-bottom-grid,.partner-main-grid,.partner-hero-grid{grid-template-columns:1fr}.partner-hero-photo-card img{height:420px}.partner-audience-grid{grid-template-columns:repeat(2,1fr)}.partner-audience-item:nth-child(2){border-right:0}.partner-audience-item:nth-child(-n+2){border-bottom:1px solid var(--border)}}
@media (max-width:860px){.partner-resource-card{grid-template-columns:1fr;align-items:start}.partner-resource-icon{width:64px;height:64px}.partner-facts-grid,.support-amount-grid,.partner-mini-grid{grid-template-columns:1fr}.partner-split-content{grid-template-columns:1fr}.partner-panel,.support-card-block,.partner-resource-card{padding:22px}.partner-panel h2{font-size:32px}.partner-audience-item strong{font-size:21px}.partner-final-band-inner{flex-direction:column;align-items:flex-start}.partner-hero-actions .btn,.partner-inline-actions .btn{width:100%}}
@media (max-width:620px){.partner-audience-grid{grid-template-columns:1fr}.partner-audience-item{border-right:0;border-bottom:1px solid var(--border)}.partner-audience-item:last-child{border-bottom:0}.partner-hero-photo-card img{height:320px}.partner-hero-note{left:16px;right:16px;bottom:16px}.partner-panel-top{align-items:flex-start}.partner-panel-icon,.partner-mini-icon,.partner-resource-icon{width:60px;height:60px}.partner-panel-icon svg,.partner-mini-icon svg,.partner-resource-icon svg{width:30px;height:30px}}

/* A074 compact Partner page — closer to approved Concept 4 mockup */
.partner-compact-hero{background:#fff9ed;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.partner-compact-hero-grid{position:relative;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(0,1.18fr);align-items:stretch;min-height:340px;padding-top:0;padding-bottom:0}.partner-compact-copy{position:relative;z-index:2;padding:56px 36px 48px 0;background:#fff9ed}.partner-compact-copy:after{content:"";position:absolute;top:0;bottom:0;right:-120px;width:240px;background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.92) 42%,rgba(255,249,237,.54) 66%,rgba(255,249,237,0) 100%);pointer-events:none}.partner-compact-copy h1{font-family:var(--serif);font-size:clamp(40px,4.25vw,62px);line-height:1.04;color:var(--deep);letter-spacing:-.025em;max-width:640px;margin:8px 0 14px}.partner-compact-subtitle{font-family:var(--serif);font-style:italic;font-size:19px;line-height:1.45;color:#4f4a42;max-width:640px;margin:0}.partner-ornament{display:flex;align-items:center;gap:13px;color:var(--gold);margin:18px 0}.partner-ornament span{height:2px;width:112px;background:var(--gold);opacity:.75}.partner-ornament b{width:9px;height:9px;background:var(--gold);transform:rotate(45deg);display:block}.partner-compact-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px}.partner-compact-actions .btn{font-size:17px;padding:14px 25px}.partner-compact-image{position:relative;min-height:340px;background-image:linear-gradient(90deg,rgba(255,249,237,.36) 0%,rgba(255,249,237,0) 20%),var(--partner-hero-image);background-size:cover;background-position:center}.partner-compact-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,36,29,.14),rgba(5,36,29,0) 45%)}
.partner-compact-audience{background:#fffdf8;border-bottom:1px solid var(--border)}.partner-compact-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:68px}.partner-compact-audience-item{display:flex;align-items:center;justify-content:center;gap:11px;padding:13px 18px;border-right:1px solid var(--border);color:var(--deep);text-align:center}.partner-compact-audience-item:last-child{border-right:0}.partner-compact-audience-item span{width:24px;height:24px;color:var(--deep)}.partner-compact-audience-item svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.partner-compact-audience-item strong{font-family:var(--serif);font-size:18px;line-height:1;text-transform:uppercase;letter-spacing:.035em;color:#102a23}
.partner-compact-main{background:linear-gradient(180deg,#fffdf8 0%,#fff9ed 100%);padding:34px 0 24px}.partner-compact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.partner-compact-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 15px 35px rgba(25,21,15,.09);padding:30px}.partner-compact-card-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}.partner-compact-card-head.centered{align-items:center}.partner-round-icon{flex:0 0 66px;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0d5a47,var(--deep));color:#f3d68d;box-shadow:0 12px 24px rgba(7,52,39,.18)}.partner-round-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.partner-compact-card h2{font-family:var(--serif);font-size:clamp(30px,2.6vw,42px);color:var(--deep);margin:0 0 8px}.partner-compact-card h2:after{content:"";display:block;width:110px;height:2px;background:var(--gold);margin:9px 0 0}.partner-compact-card p{font-size:16px;line-height:1.45;color:#514b42;margin:0}.partner-compact-list{display:grid;gap:10px}.partner-compact-list a{position:relative;display:grid;grid-template-columns:34px minmax(110px,.42fr) minmax(0,1fr) 18px;gap:12px;align-items:center;background:#fffaf0;border:1px solid #ecdfc9;border-radius:8px;padding:12px 14px;color:var(--deep)}.partner-compact-list a:hover{text-decoration:none;border-color:#d7b978}.partner-compact-list span{width:28px;height:28px;color:var(--deep)}.partner-compact-list svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.partner-compact-list strong{font-family:var(--serif);font-size:17px;line-height:1.05;text-transform:uppercase}.partner-compact-list em{font-style:normal;font-size:14px;color:#4f4a42;line-height:1.25}.partner-compact-list b{font-size:28px;font-weight:400;color:#8b621a}.partner-compact-card-actions,.partner-give-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.partner-compact-card-actions .btn,.partner-give-actions .btn{font-size:16px;padding:13px 20px}
.partner-compact-support{text-align:center}.partner-compact-support .partner-compact-card-head{justify-content:center}.partner-compact-support h2:after{margin-left:auto;margin-right:auto}.partner-gift-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0 15px}.partner-gift-tab{border:1px solid #eadfce;background:#fffaf0;border-radius:12px;padding:14px;text-align:left}.partner-gift-tab.active{border-color:var(--gold);box-shadow:0 8px 20px rgba(208,154,57,.11)}.partner-gift-tab strong{display:block;font-family:var(--serif);font-size:21px;color:var(--deep);margin-bottom:5px}.partner-gift-tab span{display:block;font-size:14px;line-height:1.3;color:#514b42}.partner-amount-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.partner-amount{position:relative;background:#fffdf8;border:1px solid #d9c8ac;border-radius:8px;min-height:56px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--deep);padding:7px}.partner-amount:hover{text-decoration:none}.partner-amount.selected{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:0 8px 18px rgba(7,52,39,.20)}.partner-amount strong{font-family:var(--serif);font-size:24px;line-height:1}.partner-amount small{font-size:11px;font-weight:700;opacity:.86}.partner-tax-line{display:grid;grid-template-columns:30px auto;align-items:start;gap:10px;justify-content:center;margin-top:16px;color:var(--deep)}.partner-tax-line span{width:28px;height:28px;color:var(--deep)}.partner-tax-line svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.partner-tax-line strong{font-family:var(--serif);font-size:20px}.partner-tax-line em{grid-column:1/3;font-style:normal;font-size:14px;color:#514b42;margin-top:-6px}
.partner-compact-resources{background:#fff9ed;padding:0 0 36px}.partner-compact-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fffdf8;border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 28px rgba(25,21,15,.07);overflow:hidden}.partner-compact-resource{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 18px;grid-template-rows:auto auto;column-gap:14px;align-items:center;min-height:116px;padding:20px;border-right:1px solid var(--border);color:var(--deep)}.partner-compact-resource:last-child{border-right:0}.partner-compact-resource:hover{text-decoration:none;background:#fffaf0}.partner-compact-resource span{grid-row:1/3;width:54px;height:54px;border-radius:10px;display:grid;place-items:center;background:var(--deep);color:#f3d68d}.partner-compact-resource svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.partner-compact-resource strong{font-family:var(--serif);font-size:19px;line-height:1.05;text-transform:uppercase}.partner-compact-resource em{font-style:normal;color:#514b42;font-size:14px;line-height:1.25;margin-top:3px}.partner-compact-resource b{grid-row:1/3;grid-column:3;font-size:28px;color:#8b621a;font-weight:400}
.partner-compact-note{background:linear-gradient(180deg,#fffdf8 0%,#f9f1e2 100%);padding:34px 0 44px}.partner-compact-note-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 12px 30px rgba(25,21,15,.07);padding:28px 32px}.partner-compact-note h2{font-family:var(--serif);font-size:32px;color:var(--deep);margin:3px 0 6px}.partner-compact-note p:not(.eyebrow){margin:0;color:#514b42;font-size:16px;max-width:760px}.partner-compact-note-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.partner-compact-note-actions .btn{font-size:16px;padding:13px 20px}
@media(max-width:1100px){.partner-compact-hero-grid{grid-template-columns:1fr;min-height:auto}.partner-compact-copy{padding-right:0}.partner-compact-copy:after{display:none}.partner-compact-image{min-height:300px}.partner-compact-main-grid{grid-template-columns:1fr}.partner-compact-resource-grid{grid-template-columns:repeat(2,1fr)}.partner-compact-resource:nth-child(2){border-right:0}.partner-compact-resource:nth-child(-n+2){border-bottom:1px solid var(--border)}}
@media(max-width:760px){.partner-compact-audience-grid,.partner-amount-row,.partner-gift-tabs,.partner-compact-resource-grid{grid-template-columns:1fr}.partner-compact-audience-item,.partner-compact-resource{border-right:0;border-bottom:1px solid var(--border)}.partner-compact-audience-item:last-child,.partner-compact-resource:last-child{border-bottom:0}.partner-compact-list a{grid-template-columns:30px minmax(0,1fr) 18px}.partner-compact-list em{grid-column:2}.partner-compact-card{padding:22px}.partner-compact-card-head{flex-direction:column}.partner-compact-note-inner{flex-direction:column;align-items:flex-start}.partner-compact-note-actions,.partner-compact-card-actions,.partner-give-actions{width:100%}.partner-compact-note-actions .btn,.partner-compact-card-actions .btn,.partner-give-actions .btn,.partner-compact-actions .btn{width:100%}}

/* A075 ultra-compact Partner page fix: much shorter top, visible image, more above the fold */
.partner-compact-hero{background:#fff9ed!important;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden!important}.partner-compact-hero-grid{display:grid!important;grid-template-columns:minmax(420px,.82fr) minmax(0,1.18fr)!important;align-items:stretch!important;min-height:178px!important;max-height:210px!important;padding-top:0!important;padding-bottom:0!important}.partner-compact-copy{position:relative!important;z-index:2!important;padding:24px 32px 20px 0!important;background:#fff9ed!important;min-height:178px!important}.partner-compact-copy:after{content:""!important;position:absolute!important;top:0!important;bottom:0!important;right:-95px!important;width:190px!important;background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.96) 44%,rgba(255,249,237,.54) 70%,rgba(255,249,237,0) 100%)!important;pointer-events:none!important}.partner-compact-copy .eyebrow{font-size:12px!important;letter-spacing:.18em!important;margin:0 0 4px!important}.partner-compact-copy h1{font-size:clamp(27px,2.85vw,42px)!important;line-height:1.02!important;letter-spacing:-.018em!important;max-width:520px!important;margin:2px 0 6px!important}.partner-ornament{margin:7px 0 7px!important;gap:9px!important}.partner-ornament span{width:82px!important;height:1px!important}.partner-ornament b{width:7px!important;height:7px!important}.partner-compact-subtitle{font-size:14.5px!important;line-height:1.28!important;max-width:560px!important;margin:0!important}.partner-compact-actions{margin-top:12px!important;gap:10px!important}.partner-compact-actions .btn{font-size:13.5px!important;padding:9px 16px!important;border-radius:4px!important}.partner-compact-image{min-height:178px!important;height:210px!important;max-height:210px!important;position:relative!important;background:#efe4d1!important;overflow:hidden!important}.partner-compact-image:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,249,237,.22) 0%,rgba(255,249,237,0) 18%),linear-gradient(0deg,rgba(5,36,29,.10),rgba(5,36,29,0) 50%)!important;pointer-events:none!important}.partner-ultra-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.partner-compact-audience-grid{min-height:46px!important}.partner-compact-audience-item{padding:8px 14px!important;gap:8px!important}.partner-compact-audience-item span{width:18px!important;height:18px!important}.partner-compact-audience-item strong{font-size:14px!important;letter-spacing:.025em!important}.partner-compact-main{padding:18px 0 16px!important}.partner-compact-main-grid{gap:18px!important}.partner-compact-card{padding:18px!important;border-radius:14px!important}.partner-compact-card-head{gap:12px!important;margin-bottom:12px!important}.partner-round-icon{flex-basis:48px!important;width:48px!important;height:48px!important}.partner-round-icon svg{width:27px!important;height:27px!important}.partner-compact-card h2{font-size:clamp(24px,2vw,32px)!important;margin-bottom:4px!important}.partner-compact-card h2:after{width:75px!important;margin-top:6px!important}.partner-compact-card p{font-size:13.5px!important;line-height:1.35!important}.partner-compact-list{gap:7px!important}.partner-compact-list a{grid-template-columns:26px minmax(94px,.38fr) minmax(0,1fr) 14px!important;gap:8px!important;padding:8px 10px!important}.partner-compact-list span{width:22px!important;height:22px!important}.partner-compact-list strong{font-size:13.5px!important}.partner-compact-list em{font-size:12px!important;line-height:1.12!important}.partner-compact-list b{font-size:21px!important}.partner-compact-card-actions,.partner-give-actions{margin-top:11px!important;gap:8px!important}.partner-compact-card-actions .btn,.partner-give-actions .btn{font-size:13px!important;padding:9px 14px!important}.partner-gift-tabs{gap:8px!important;margin:9px 0!important}.partner-gift-tab{padding:9px!important;border-radius:9px!important}.partner-gift-tab strong{font-size:16px!important;margin-bottom:2px!important}.partner-gift-tab span{font-size:11.5px!important;line-height:1.18!important}.partner-amount-row{gap:8px!important;margin:10px 0!important}.partner-amount{min-height:42px!important;padding:5px!important;border-radius:6px!important}.partner-amount strong{font-size:18px!important}.partner-amount small{font-size:9px!important;margin-top:1px!important}.partner-tax-line{margin-top:10px!important;gap:7px!important}.partner-tax-line span{width:20px!important;height:20px!important}.partner-tax-line strong{font-size:15px!important}.partner-tax-line em{font-size:11px!important;margin-top:-4px!important}.partner-compact-resources{padding:0 0 18px!important}.partner-compact-resource{min-height:80px!important;padding:12px!important;grid-template-columns:40px minmax(0,1fr) 14px!important;column-gap:10px!important}.partner-compact-resource span{width:40px!important;height:40px!important;border-radius:8px!important}.partner-compact-resource svg{width:24px!important;height:24px!important}.partner-compact-resource strong{font-size:14px!important}.partner-compact-resource em{font-size:11.5px!important;line-height:1.16!important}.partner-compact-resource b{font-size:22px!important}.partner-compact-note{padding:18px 0 28px!important}.partner-compact-note-inner{padding:18px 22px!important;border-radius:14px!important}.partner-compact-note h2{font-size:24px!important}.partner-compact-note p:not(.eyebrow){font-size:13px!important}
@media(max-width:1100px){.partner-compact-hero-grid{grid-template-columns:1fr!important;max-height:none!important}.partner-compact-copy{padding:22px 0 18px!important;min-height:auto!important}.partner-compact-copy:after{display:none!important}.partner-compact-image{height:175px!important;min-height:175px!important;max-height:175px!important}.partner-compact-main-grid{grid-template-columns:1fr!important}}
@media(max-width:760px){.partner-compact-copy h1{font-size:32px!important}.partner-compact-subtitle{font-size:14px!important}.partner-compact-image{height:150px!important;min-height:150px!important}.partner-compact-list a{grid-template-columns:24px minmax(0,1fr) 14px!important}.partner-compact-list em{grid-column:2!important}.partner-gift-tabs,.partner-amount-row{grid-template-columns:1fr 1fr!important}.partner-compact-resource-grid{grid-template-columns:1fr!important}}

/* A076 Partner page typography repair: compact layout without tiny text or cut-off hero wording */
.partner-compact-hero{background:#fff9ed!important;border-top:1px solid var(--border)!important;border-bottom:1px solid var(--border)!important;overflow:visible!important}
.partner-compact-hero-grid{display:grid!important;grid-template-columns:minmax(500px,.88fr) minmax(0,1.12fr)!important;align-items:stretch!important;min-height:285px!important;max-height:none!important;padding-top:0!important;padding-bottom:0!important}
.partner-compact-copy{padding:34px 38px 30px 0!important;min-height:285px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:#fff9ed!important;overflow:visible!important}
.partner-compact-copy:after{right:-115px!important;width:230px!important;background:linear-gradient(90deg,#fff9ed 0%,rgba(255,249,237,.97) 43%,rgba(255,249,237,.70) 63%,rgba(255,249,237,.25) 82%,rgba(255,249,237,0) 100%)!important}
.partner-compact-copy .eyebrow{font-size:16px!important;letter-spacing:.17em!important;line-height:1.1!important;margin:0 0 8px!important;color:#a87724!important}
.partner-compact-copy h1{font-family:var(--serif)!important;font-size:clamp(42px,3.45vw,58px)!important;line-height:1.03!important;letter-spacing:-.018em!important;max-width:650px!important;margin:0 0 8px!important;color:var(--deep)!important;white-space:normal!important;overflow:visible!important}
.partner-ornament{margin:8px 0 12px!important;gap:12px!important}.partner-ornament span{width:112px!important;height:2px!important}.partner-ornament b{width:9px!important;height:9px!important}
.partner-compact-subtitle{font-family:var(--serif)!important;font-style:italic!important;font-size:18px!important;line-height:1.35!important;max-width:640px!important;margin:0!important;color:#423d36!important;white-space:normal!important;overflow:visible!important}
.partner-compact-actions{margin-top:16px!important;gap:12px!important}.partner-compact-actions .btn{font-size:17px!important;line-height:1.1!important;padding:13px 22px!important;border-radius:5px!important;min-height:48px!important}
.partner-compact-image{height:auto!important;min-height:285px!important;max-height:none!important;background:#efe4d1!important;overflow:hidden!important}.partner-ultra-image img{display:block!important;width:100%!important;height:100%!important;min-height:285px!important;object-fit:cover!important;object-position:center!important}
.partner-compact-audience-grid{min-height:58px!important}.partner-compact-audience-item{padding:12px 18px!important;gap:10px!important}.partner-compact-audience-item span{width:23px!important;height:23px!important}.partner-compact-audience-item strong{font-family:var(--serif)!important;font-size:20px!important;line-height:1.1!important;letter-spacing:.02em!important;color:var(--deep)!important}
.partner-compact-main{padding:28px 0 24px!important}.partner-compact-main-grid{gap:24px!important;align-items:start!important}.partner-compact-card{padding:28px!important;border-radius:18px!important;overflow:visible!important}.partner-compact-card-head{gap:18px!important;margin-bottom:18px!important;align-items:flex-start!important}.partner-round-icon{flex:0 0 58px!important;width:58px!important;height:58px!important}.partner-round-icon svg{width:33px!important;height:33px!important}.partner-compact-card h2{font-family:var(--serif)!important;font-size:clamp(32px,2.3vw,44px)!important;line-height:1.04!important;margin:0 0 8px!important;color:var(--deep)!important;white-space:normal!important}.partner-compact-card h2:after{width:90px!important;height:2px!important;margin-top:8px!important}.partner-compact-card p{font-size:17px!important;line-height:1.42!important;margin:0!important;color:#3e3a34!important;white-space:normal!important;overflow:visible!important}.partner-compact-list{gap:10px!important;margin-top:14px!important}.partner-compact-list a{grid-template-columns:34px minmax(170px,.34fr) minmax(0,1fr) 20px!important;gap:14px!important;padding:13px 16px!important;border-radius:11px!important;align-items:center!important;min-height:64px!important}.partner-compact-list span{width:28px!important;height:28px!important}.partner-compact-list strong{font-family:var(--serif)!important;font-size:20px!important;line-height:1.02!important;color:var(--deep)!important}.partner-compact-list em{font-style:normal!important;font-size:16px!important;line-height:1.28!important;color:#47423b!important}.partner-compact-list b{font-size:26px!important;color:#8b621a!important}.partner-compact-card-actions,.partner-give-actions{margin-top:16px!important;gap:10px!important}.partner-compact-card-actions .btn,.partner-give-actions .btn{font-size:17px!important;line-height:1.1!important;padding:13px 20px!important;min-height:48px!important}.partner-gift-tabs{gap:12px!important;margin:14px 0!important}.partner-gift-tab{padding:15px 16px!important;border-radius:12px!important}.partner-gift-tab strong{font-family:var(--serif)!important;font-size:24px!important;line-height:1.05!important;margin-bottom:7px!important;color:var(--deep)!important}.partner-gift-tab span{display:block!important;font-size:15.5px!important;line-height:1.32!important;color:#47423b!important}.partner-amount-row{gap:10px!important;margin:14px 0!important}.partner-amount{min-height:64px!important;padding:10px 8px!important;border-radius:8px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.partner-amount strong{font-family:var(--serif)!important;font-size:25px!important;line-height:1!important}.partner-amount small{font-size:12px!important;line-height:1.1!important;margin-top:3px!important}.partner-tax-line{margin-top:14px!important;gap:10px!important;align-items:center!important}.partner-tax-line span{width:28px!important;height:28px!important}.partner-tax-line strong{font-family:var(--serif)!important;font-size:20px!important;line-height:1.1!important}.partner-tax-line em{font-style:normal!important;font-size:15px!important;line-height:1.25!important;margin-top:0!important;color:#4f4941!important}
.partner-compact-resources{padding:0 0 28px!important}.partner-compact-resource-grid{border-radius:16px!important}.partner-compact-resource{min-height:108px!important;padding:18px!important;grid-template-columns:52px minmax(0,1fr) 18px!important;column-gap:14px!important}.partner-compact-resource span{width:52px!important;height:52px!important;border-radius:10px!important}.partner-compact-resource svg{width:30px!important;height:30px!important}.partner-compact-resource strong{font-family:var(--serif)!important;font-size:18px!important;line-height:1.05!important}.partner-compact-resource em{font-style:normal!important;font-size:14.5px!important;line-height:1.24!important;color:#514b42!important}.partner-compact-resource b{font-size:26px!important}.partner-compact-note{padding:28px 0 38px!important}.partner-compact-note-inner{padding:26px 30px!important;border-radius:18px!important}.partner-compact-note h2{font-size:32px!important;line-height:1.08!important}.partner-compact-note p:not(.eyebrow){font-size:16px!important;line-height:1.42!important}
@media(max-width:1180px){.partner-compact-hero-grid{grid-template-columns:1fr!important;min-height:auto!important}.partner-compact-copy{min-height:auto!important;padding:30px 0 24px!important}.partner-compact-copy:after{display:none!important}.partner-compact-image{min-height:240px!important;height:240px!important}.partner-ultra-image img{min-height:240px!important}.partner-compact-main-grid{grid-template-columns:1fr!important}.partner-compact-list a{grid-template-columns:34px minmax(150px,.30fr) minmax(0,1fr) 20px!important}}
@media(max-width:760px){.partner-compact-copy h1{font-size:36px!important}.partner-compact-subtitle{font-size:17px!important}.partner-compact-copy .eyebrow{font-size:14px!important}.partner-compact-image{height:190px!important;min-height:190px!important}.partner-ultra-image img{min-height:190px!important}.partner-compact-list a{grid-template-columns:30px minmax(0,1fr) 18px!important}.partner-compact-list em{grid-column:2!important}.partner-gift-tabs,.partner-amount-row{grid-template-columns:1fr 1fr!important}.partner-compact-resource-grid{grid-template-columns:1fr!important}.partner-compact-resource{border-right:0!important;border-bottom:1px solid var(--border)!important}.partner-compact-resource:last-child{border-bottom:0!important}.partner-compact-actions .btn,.partner-compact-card-actions .btn,.partner-give-actions .btn{width:100%!important}}


/* A077 Partner page — shallow banner / laptop-first compact layout */
.partner-shallow-banner{
  background:#fffaf0;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  display:grid;
  grid-template-columns:minmax(440px,.36fr) minmax(0,.64fr);
  min-height:174px;
  max-height:210px;
  overflow:hidden;
}
.partner-shallow-copy{
  position:relative;
  z-index:1;
  background:linear-gradient(90deg,#fffaf0 0%,#fffaf0 76%,rgba(255,250,240,.82) 90%,rgba(255,250,240,.05) 100%);
  display:flex;
  align-items:center;
}
.partner-shallow-copy-inner{
  width:100%;
  padding-top:18px;
  padding-bottom:18px;
  padding-right:28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}
.partner-shallow-copy .eyebrow{
  color:#a77523;
  font-size:15px;
  margin:0 0 6px;
  letter-spacing:.18em;
}
.partner-shallow-copy h1{
  font-family:var(--serif);
  color:var(--deep);
  font-size:clamp(34px,3.1vw,48px);
  line-height:1.03;
  margin:0;
  letter-spacing:-.012em;
}
.partner-shallow-copy p:not(.eyebrow){
  font-family:var(--serif);
  font-style:italic;
  font-size:18px;
  line-height:1.38;
  color:#3d3a33;
  margin:8px 0 0;
  max-width:660px;
}
.partner-shallow-ornament{display:flex;align-items:center;gap:12px;margin:8px 0 0;color:var(--gold)}
.partner-shallow-ornament span{display:block;width:64px;height:2px;background:var(--gold)}
.partner-shallow-ornament b{display:block;width:11px;height:11px;transform:rotate(45deg);background:var(--gold)}
.partner-shallow-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.partner-shallow-actions .btn{font-size:18px;padding:14px 25px;min-width:165px}
.partner-shallow-photo{min-height:174px;max-height:210px;overflow:hidden;background:#efe6d5}
.partner-shallow-photo img{width:100%;height:100%;min-height:174px;object-fit:cover;object-position:center 44%;display:block}

.partner-focused-main{
  background:linear-gradient(180deg,#fffdf8 0%,#fff8ee 100%);
  padding:28px 0 24px;
}
.partner-focused-grid{
  display:grid;
  grid-template-columns:minmax(370px,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:stretch;
}
.partner-focused-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  box-shadow:0 14px 34px rgba(25,21,15,.08);
  padding:28px;
  position:relative;
}
.partner-focused-icon{
  width:68px;
  height:68px;
  border-radius:50%;
  background:linear-gradient(135deg,#0d5a47,var(--deep));
  color:#f6d587;
  display:grid;
  place-items:center;
  margin:-4px auto 14px;
  box-shadow:0 14px 28px rgba(7,52,39,.15);
}
.partner-focused-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.partner-focused-card h2{
  font-family:var(--serif);
  font-size:clamp(34px,3.15vw,44px);
  line-height:1.08;
  color:var(--deep);
  margin:0;
  text-align:center;
}
.partner-focused-line{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--gold);margin:10px 0 16px}
.partner-focused-line span{display:block;width:50px;height:2px;background:var(--gold)}
.partner-focused-line b{display:block;width:10px;height:10px;background:var(--gold);transform:rotate(45deg)}
.partner-focused-intro{
  font-size:18px;
  line-height:1.45;
  color:#3f3b34;
  text-align:center;
  margin:0 auto 18px;
  max-width:720px;
}
.partner-focused-list{display:grid;gap:10px;margin-top:14px}
.partner-focused-list a{
  display:grid;
  grid-template-columns:48px minmax(130px,.45fr) minmax(0,1fr) 18px;
  gap:14px;
  align-items:center;
  background:#fffaf0;
  border:1px solid #ecddc5;
  border-radius:16px;
  padding:12px 14px;
  color:#19342b;
}
.partner-focused-list a:hover{text-decoration:none;background:#fff5e4}
.partner-focused-list span{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:#f5ead8;color:#0b4a3a
}
.partner-focused-list span svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.partner-focused-list strong{
  font-family:var(--serif);
  color:var(--deep);
  font-size:20px;
  line-height:1.05;
}
.partner-focused-list em{
  color:#4a443c;
  font-style:normal;
  font-size:16px;
  line-height:1.32;
}
.partner-focused-list b{font-size:32px;color:#a77523;line-height:1}
.partner-focused-actions{margin-top:16px}
.partner-focused-actions .btn{display:flex;width:100%;font-size:20px;padding:15px 22px}

.partner-focused-support{padding:28px 30px}
.partner-giving-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr);
  gap:16px;
  align-items:start;
}
.partner-giving-option{
  background:#fffaf0;
  border:1px solid #ecddc5;
  border-radius:18px;
  padding:18px;
}
.partner-giving-option h3{
  font-family:var(--serif);
  color:var(--deep);
  font-size:25px;
  line-height:1.08;
  margin:0 0 7px;
  text-align:center;
}
.partner-giving-option p{
  color:#4c453c;
  font-size:16.5px;
  line-height:1.34;
  text-align:center;
  margin:0 0 14px;
}
.partner-focused-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}
.partner-focused-amounts a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border:1px solid #dfcfb5;
  border-radius:9px;
  background:#fffdf8;
  color:var(--deep);
  font-family:var(--serif);
  font-size:20px;
  font-weight:900;
  text-decoration:none;
}
.partner-focused-amounts a:hover,.partner-focused-amounts a.selected{
  border-color:var(--gold);
  background:#fff3d7;
  box-shadow:0 8px 16px rgba(208,154,57,.12);
}
.partner-focused-amounts a.one-time{background:#fff4d9}
.partner-giving-option .btn{display:flex;width:100%;font-size:20px;padding:14px 18px}
.partner-or{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:#fffdf8;
  border:2px solid var(--gold);
  color:#b07b1f;
  font-weight:900;
  font-family:var(--serif);
  margin-top:104px;
  z-index:1;
}
.partner-focused-tax{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:14px;
  color:var(--deep);
  font-size:17px;
  line-height:1.25;
  text-align:center;
}
.partner-focused-tax span{width:24px;height:24px;color:#b07b1f;flex:0 0 24px}
.partner-focused-tax span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.partner-focused-tax strong{font-family:var(--serif);font-size:20px}
.partner-focused-tax em{font-style:normal;color:#4a443c}

.partner-focused-resources{
  background:#fff8ee;
  padding:0 0 30px;
}
.partner-focused-resource-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.partner-focused-resource{
  position:relative;
  display:grid;
  grid-template-columns:62px minmax(0,1fr) 18px;
  grid-template-areas:"icon title arrow" "icon text arrow";
  align-items:center;
  gap:4px 14px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:18px 18px;
  color:#19342b;
  box-shadow:0 10px 24px rgba(25,21,15,.06);
  min-height:106px;
}
.partner-focused-resource:hover{text-decoration:none;transform:translateY(-1px)}
.partner-focused-resource span{grid-area:icon;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#f5ead8;color:#0b4a3a}
.partner-focused-resource span svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.partner-focused-resource strong{grid-area:title;font-family:var(--serif);font-size:22px;color:var(--deep);line-height:1.05}
.partner-focused-resource em{grid-area:text;font-style:normal;color:#4a443c;font-size:16px;line-height:1.28}
.partner-focused-resource b{grid-area:arrow;color:#a77523;font-size:30px;line-height:1}

@media (max-width:1280px){
  .partner-shallow-banner{grid-template-columns:minmax(390px,.4fr) minmax(0,.6fr)}
  .partner-shallow-copy h1{font-size:clamp(31px,3vw,42px)}
  .partner-shallow-copy p:not(.eyebrow){font-size:17px}
  .partner-focused-card{padding:24px}
  .partner-focused-card h2{font-size:36px}
  .partner-giving-split{gap:12px}
  .partner-giving-option{padding:15px}
  .partner-focused-amounts{gap:6px}
  .partner-focused-amounts a{font-size:18px;min-height:40px}
}
@media (max-width:1080px){
  .partner-shallow-banner{grid-template-columns:1fr;max-height:none}
  .partner-shallow-photo{display:none}
  .partner-shallow-copy-inner{grid-template-columns:1fr;padding-right:24px}
  .partner-shallow-actions{justify-content:flex-start}
  .partner-focused-grid,.partner-focused-resource-grid{grid-template-columns:1fr}
  .partner-giving-split{grid-template-columns:1fr}
  .partner-or{margin:0 auto}
}
@media (max-width:760px){
  .partner-shallow-copy h1{font-size:34px}
  .partner-shallow-copy p:not(.eyebrow){font-size:16px}
  .partner-shallow-actions .btn{width:100%}
  .partner-focused-list a{grid-template-columns:44px minmax(0,1fr) 18px;grid-template-areas:"icon title arrow" "icon text arrow"}
  .partner-focused-list span{grid-area:icon}.partner-focused-list strong{grid-area:title}.partner-focused-list em{grid-area:text}.partner-focused-list b{grid-area:arrow}
  .partner-focused-amounts{grid-template-columns:repeat(2,1fr)}
  .partner-focused-card h2{font-size:31px}
}

/* A078 Partner Page - Design 5 Shallow Banner + Essentials */
.partner-v5-banner-section{padding:18px 0 10px;background:linear-gradient(180deg,#fffdf8 0%,#fffaf1 100%)}
.partner-v5-banner-card{overflow:hidden;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow);background:#f7f1e4}
.partner-v5-banner-card img{display:block;width:100%;height:120px;object-fit:cover}
.partner-v5-heading-section{padding:6px 0 18px;background:#fffdf8}
.partner-v5-heading{text-align:center;max-width:980px}.partner-v5-heading .eyebrow{margin-bottom:8px}.partner-v5-heading h1{font-size:clamp(34px,4.8vw,62px);line-height:1.06;color:var(--deep);margin:0 0 10px}.partner-v5-subtitle{margin:0 auto;max-width:900px;font-size:19px;line-height:1.45;color:#4d463d}
.partner-v5-main-section{padding:6px 0 18px;background:#fffdf8}.partner-v5-main-grid{display:grid;grid-template-columns:1fr 1.08fr .95fr;gap:20px;align-items:stretch}.partner-v5-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column}.partner-v5-card-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--deep-2),var(--deep));color:#f0c566;box-shadow:0 10px 24px rgba(8,57,45,.14);margin-bottom:14px}.partner-v5-card-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-v5-card h2{font-size:26px;line-height:1.14;color:var(--deep);margin:0 0 8px}.partner-v5-card-intro{font-size:17px;line-height:1.48;color:#4d463d;margin:0 0 14px}
.partner-v5-invite-links{display:grid;gap:10px;margin-top:4px}.partner-v5-invite-item{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;background:#fffaf1;border:1px solid #ead8b7;border-radius:14px;padding:12px 14px}.partner-v5-invite-item span{width:36px;height:36px;color:#0d5a47}.partner-v5-invite-item span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.partner-v5-invite-item strong{font-size:18px;line-height:1.2;color:var(--deep)}
.partner-v5-card-actions{margin-top:auto;padding-top:14px}.partner-v5-card-actions .btn,.partner-v5-support-option .btn{width:100%;justify-content:center}
.partner-v5-support-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:2px}.partner-v5-support-option{background:#fffaf1;border:1px solid #ead8b7;border-radius:18px;padding:18px;display:flex;flex-direction:column}.partner-v5-support-option h3{font-size:22px;line-height:1.16;color:var(--deep);margin:0 0 8px}.partner-v5-support-option p{font-size:16px;line-height:1.45;color:#4d463d;margin:0 0 16px;flex:1}
.partner-v5-needs-list{list-style:none;margin:4px 0 0;padding:0;display:grid;gap:10px}.partner-v5-needs-list li{position:relative;padding:0 0 0 22px;font-size:17px;line-height:1.42;color:#283227;font-weight:700}.partner-v5-needs-list li::before{content:'✓';position:absolute;left:0;top:0;color:#bf8b22;font-weight:900}
.partner-v5-resources-section{padding:0 0 18px;background:#fffdf8}.partner-v5-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.partner-v5-resource-card{display:block;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);padding:22px;color:inherit;text-decoration:none}.partner-v5-resource-card:hover{transform:translateY(-2px);text-decoration:none;border-color:#debe82}.partner-v5-resource-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--deep-2),var(--deep));color:#f0c566;margin-bottom:14px}.partner-v5-resource-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-v5-resource-card strong{display:block;font-size:21px;line-height:1.15;color:var(--deep);margin-bottom:8px}.partner-v5-resource-card em{display:block;font-style:normal;font-size:16px;line-height:1.45;color:#4d463d;min-height:72px}.partner-v5-resource-card b{display:inline-block;margin-top:12px;font-size:16px;color:#0b5644}.partner-v5-resource-card b span{font-size:18px;position:relative;top:1px}
.partner-v5-tax-section{padding:0 0 28px;background:#fffdf8}.partner-v5-tax-box{display:flex;align-items:center;justify-content:center;gap:14px;background:#fffaf1;border:1px solid #ead8b7;border-radius:18px;padding:16px 22px;box-shadow:0 8px 22px rgba(25,21,15,.05)}.partner-v5-tax-box span{width:30px;height:30px;color:#bf8b22}.partner-v5-tax-box span svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.partner-v5-tax-box strong{font-size:22px;line-height:1.1;color:var(--deep)}.partner-v5-tax-box em{font-style:normal;font-size:16px;color:#4d463d}
@media (max-width:1200px){.partner-v5-main-grid{grid-template-columns:1fr 1fr}.partner-v5-card-needs{grid-column:1 / -1}.partner-v5-resource-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.partner-v5-banner-card img{height:92px}.partner-v5-heading h1{font-size:36px}.partner-v5-subtitle{font-size:17px}.partner-v5-main-grid,.partner-v5-support-split,.partner-v5-resource-grid{grid-template-columns:1fr}.partner-v5-card,.partner-v5-resource-card{padding:20px}.partner-v5-tax-box{flex-direction:column;text-align:center}.partner-v5-resource-card em{min-height:0}}

/* A079 Partner Page — approved Design 4, exact site-width container match */
.partner-a079-page{
  background:linear-gradient(180deg,#fffdf8 0%,#fffaf2 58%,#fffdf8 100%);
  padding:22px 0 34px;
}
.partner-a079-wrap > *{width:100%}
.partner-a079-hero{
  position:relative;
  min-height:340px;
  overflow:hidden;
  border:1px solid #eadfce;
  border-radius:18px;
  background:#fbf4e7;
  box-shadow:0 13px 34px rgba(25,21,15,.08);
}
.partner-a079-hero-photo{
  position:absolute;
  inset:0 0 0 31%;
  z-index:1;
  overflow:hidden;
}
.partner-a079-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.partner-a079-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,#fbf4e7 0%,#fbf4e7 27%,rgba(251,244,231,.92) 39%,rgba(251,244,231,.48) 51%,rgba(251,244,231,0) 65%),
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.04));
}
.partner-a079-map{
  position:absolute;
  left:42px;
  top:34px;
  width:150px;
  height:230px;
  z-index:3;
  opacity:.36;
  background:linear-gradient(150deg,#e0d9c7,#c7d0bd);
  clip-path:polygon(40% 0,58% 8%,63% 21%,82% 25%,72% 39%,91% 57%,70% 65%,73% 79%,51% 76%,42% 100%,26% 82%,18% 68%,30% 55%,10% 39%,29% 24%);
}
.partner-a079-map::after{
  content:"✝";
  position:absolute;
  left:50%;
  top:37%;
  transform:translate(-50%,-50%);
  color:#d09a39;
  font-family:var(--serif);
  font-size:54px;
  font-weight:400;
  opacity:.76;
}
.partner-a079-hero-copy{
  position:relative;
  z-index:4;
  max-width:545px;
  padding:52px 40px 46px 170px;
}
.partner-a079-eyebrow{
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:#bf8524;
  font-weight:900;
}
.partner-a079-hero h1{
  font-family:var(--serif);
  color:var(--deep);
  font-size:clamp(34px,3.8vw,52px);
  line-height:1.02;
  letter-spacing:-.025em;
  margin:0 0 16px;
}
.partner-a079-hero-text{
  max-width:470px;
  margin:0 0 22px;
  color:#312e29;
  font-size:17px;
  line-height:1.52;
}
.partner-a079-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  border-radius:5px;
  padding:12px 22px;
  font-family:var(--serif);
  font-size:16px;
  font-weight:900;
  line-height:1;
  letter-spacing:.01em;
  border:1px solid transparent;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.partner-a079-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.partner-a079-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 12px 22px rgba(208,154,57,.24)}
.partner-a079-btn-green{background:#043c2e;color:#fff;border-color:#043c2e;box-shadow:0 11px 20px rgba(4,60,46,.18)}
.partner-a079-impact-line{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
  margin:20px 0 22px;
  color:var(--deep);
  text-align:center;
}
.partner-a079-impact-line::before,.partner-a079-impact-line::after{content:"";height:1px;background:#e8d8bd}
.partner-a079-impact-line span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  color:#c98f2a;
}
.partner-a079-impact-line span svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-impact-line strong{
  font-family:var(--serif);
  font-size:clamp(18px,2vw,23px);
  line-height:1.15;
  font-weight:700;
  max-width:720px;
}
.partner-a079-card-grid{
  display:grid;
  grid-template-columns:1fr 1.06fr 1fr;
  gap:24px;
  align-items:stretch;
}
.partner-a079-card{
  background:#fff;
  border:1px solid #eadfce;
  border-radius:16px;
  box-shadow:0 11px 30px rgba(25,21,15,.07);
  padding:28px;
  display:flex;
  flex-direction:column;
}
.partner-a079-card-icon{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  flex:0 0 66px;
  border-radius:50%;
  color:#e1ad4b;
  background:radial-gradient(circle at 28% 20%,#0c5a46,#053a2d 68%);
  box-shadow:0 11px 26px rgba(5,55,43,.22);
  margin-bottom:16px;
}
.partner-a079-card-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-card h2{
  font-family:var(--serif);
  color:var(--deep);
  font-size:clamp(26px,2.1vw,32px);
  line-height:1.08;
  margin:0 0 12px;
}
.partner-a079-card p{
  color:#39352f;
  font-size:16px;
  line-height:1.48;
  margin:0 0 18px;
}
.partner-a079-link-list{display:grid;gap:8px;margin-top:auto}
.partner-a079-link-list a{
  display:grid;
  grid-template-columns:32px 1fr 20px;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:9px 12px;
  background:#fff8eb;
  border:1px solid #eadbc1;
  border-radius:8px;
  color:#142e27;
  text-decoration:none!important;
}
.partner-a079-link-list a:hover{background:#fff2dc;transform:translateY(-1px)}
.partner-a079-link-list span{width:25px;height:25px;color:#c58a25;display:grid;place-items:center}
.partner-a079-link-list span svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-link-list strong{font-family:var(--serif);font-size:17px;line-height:1.1;color:var(--deep)}
.partner-a079-link-list b{font-size:25px;color:#17231f;line-height:1;font-weight:400}
.partner-a079-wide-btn{width:100%;margin-top:16px;text-transform:uppercase;letter-spacing:.045em;font-family:var(--sans);font-size:14px;font-weight:900}
.partner-a079-giving-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto}
.partner-a079-giving-box{
  background:#fffaf0;
  border:1px solid #eadbc1;
  border-radius:13px;
  padding:18px 14px 14px;
  text-align:center;
  min-width:0;
}
.partner-a079-giving-box h3{
  color:var(--deep);
  font-size:21px;
  line-height:1.08;
  margin:0 0 4px;
}
.partner-a079-giving-box > span{display:block;color:#c98f2a;font-size:19px;line-height:1;margin-bottom:8px}
.partner-a079-giving-box p{font-size:15px;line-height:1.38;margin:0 0 14px;color:#403b33}
.partner-a079-mini-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:40px;
  border-radius:6px;
  padding:10px 10px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  color:#fff;
  text-decoration:none!important;
}
.partner-a079-mini-green{background:#053c2e}.partner-a079-mini-gold{background:#cb9130}
.partner-a079-tax-note{margin-top:13px;display:flex;gap:8px;align-items:center;justify-content:center;color:#6f5936;font-size:14px;line-height:1.2}
.partner-a079-tax-note span{color:#c98f2a;font-size:18px}.partner-a079-tax-note em{font-style:normal;color:#4b463f}
.partner-a079-check-list{list-style:none;margin:auto 0 0;padding:0;display:grid;gap:13px}
.partner-a079-check-list li{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;color:#38342e;font-size:15.7px;line-height:1.35}
.partner-a079-check-list span{width:20px;height:20px;border:1.5px solid #cf9a3b;border-radius:50%;display:grid;place-items:center;color:#c98f2a;margin-top:1px}
.partner-a079-check-list svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-action-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:20px;
  background:linear-gradient(135deg,#063a2d,#03281f);
  border:1px solid rgba(228,183,99,.28);
  border-radius:9px;
  box-shadow:0 12px 30px rgba(6,38,31,.16);
  overflow:hidden;
}
.partner-a079-action-strip div{
  display:grid;
  grid-template-columns:60px 1fr;
  grid-template-areas:"icon title" "icon text";
  column-gap:16px;
  align-items:center;
  min-height:98px;
  padding:17px 24px;
  border-right:1px solid rgba(255,255,255,.28);
}
.partner-a079-action-strip div:last-child{border-right:0}
.partner-a079-action-strip span{grid-area:icon;display:grid;place-items:center;width:56px;height:56px;color:#d69d36}
.partner-a079-action-strip span svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.partner-a079-action-strip strong{grid-area:title;display:block;color:#e4b763;text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:17px;line-height:1.05}
.partner-a079-action-strip em{grid-area:text;display:block;color:#fff8e8;font-style:normal;font-size:14px;line-height:1.28;margin-top:4px}
@media (max-width:1180px){
  .partner-a079-hero-copy{padding-left:130px;max-width:505px}
  .partner-a079-map{left:28px;width:118px;height:190px}
  .partner-a079-card-grid{grid-template-columns:1fr 1fr}.partner-a079-why-card{grid-column:1 / -1}
  .partner-a079-action-strip{grid-template-columns:1fr 1fr}
  .partner-a079-action-strip div:nth-child(2){border-right:0}.partner-a079-action-strip div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.24)}
}
@media (max-width:860px){
  .partner-a079-page{padding-top:14px}.partner-a079-hero{min-height:auto}.partner-a079-hero-photo{position:relative;inset:auto;height:190px}.partner-a079-hero::after{background:linear-gradient(180deg,#fbf4e7 0%,#fbf4e7 50%,rgba(251,244,231,0) 68%)}
  .partner-a079-map{left:22px;top:22px;width:92px;height:145px}.partner-a079-hero-copy{padding:34px 24px 22px 112px;max-width:none}.partner-a079-hero h1{font-size:34px}.partner-a079-hero-text{font-size:16px}
  .partner-a079-impact-line{grid-template-columns:1fr;gap:8px;margin:18px 0}.partner-a079-impact-line::before,.partner-a079-impact-line::after{display:none}
  .partner-a079-card-grid,.partner-a079-giving-grid,.partner-a079-action-strip{grid-template-columns:1fr}.partner-a079-why-card{grid-column:auto}.partner-a079-card{padding:22px}.partner-a079-action-strip div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.24)}.partner-a079-action-strip div:last-child{border-bottom:0}
}
@media (max-width:560px){.partner-a079-map{display:none}.partner-a079-hero-copy{padding:28px 22px 20px}.partner-a079-card h2{font-size:27px}.partner-a079-action-strip div{grid-template-columns:48px 1fr;column-gap:13px;padding:15px 18px}.partner-a079-action-strip span,.partner-a079-action-strip span svg{width:44px;height:44px}}

/* A080 Partner Page — shallow editable top image banner */
.partner-a080-hero{
  height:150px;
  min-height:150px!important;
  display:block;
}
.partner-a080-hero-img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 58%;
}
.partner-a080-hero::after{
  background:
    linear-gradient(90deg,rgba(251,244,231,.98) 0%,rgba(251,244,231,.93) 36%,rgba(251,244,231,.42) 55%,rgba(251,244,231,.08) 100%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.10));
  z-index:1;
}
.partner-a080-hero .partner-a079-map{
  left:30px;
  top:16px;
  width:88px;
  height:122px;
  opacity:.30;
  z-index:2;
}
.partner-a080-hero .partner-a079-map::after{font-size:32px}
.partner-a080-hero .partner-a079-hero-copy{
  padding:18px 20px 16px 126px;
  max-width:570px;
  z-index:3;
}
.partner-a080-hero .partner-a079-eyebrow{
  margin:0 0 4px;
  font-size:11px;
  letter-spacing:.15em;
}
.partner-a080-hero .partner-a079-hero-copy h1{
  font-size:clamp(28px,3vw,39px);
  line-height:.98;
  margin:0 0 6px;
  letter-spacing:-.02em;
}
.partner-a080-hero .partner-a079-hero-text{
  max-width:475px;
  margin:0 0 9px;
  font-size:14px;
  line-height:1.32;
}
.partner-a080-hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.partner-a080-hero .partner-a079-btn{
  min-height:32px;
  padding:8px 14px;
  font-size:13px;
  border-radius:5px;
}
.partner-a079-btn-outline{
  background:rgba(255,253,248,.86);
  color:#7c5518;
  border-color:#c98f2a;
  box-shadow:none;
}
.partner-a080-hero-note{
  position:absolute;
  z-index:4;
  right:22px;
  bottom:15px;
  max-width:430px;
  padding:10px 14px;
  color:#fff8e8;
  background:linear-gradient(135deg,rgba(5,58,45,.92),rgba(3,36,28,.9));
  border-left:3px solid #d69d36;
  border-radius:9px;
  box-shadow:0 12px 28px rgba(3,37,29,.20);
}
.partner-a080-hero-note strong{
  display:block;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.08;
  color:#fffaf0;
}
.partner-a080-hero-note span{
  display:block;
  margin-top:3px;
  font-size:13px;
  line-height:1.24;
  color:#f7e2b9;
}
.partner-a079-card-grid{margin-top:22px}
@media (max-width:1180px){
  .partner-a080-hero .partner-a079-hero-copy{padding-left:116px;max-width:520px}
  .partner-a080-hero .partner-a079-map{left:24px;width:78px;height:112px}
  .partner-a080-hero-note{right:18px;max-width:360px}
}
@media (max-width:860px){
  .partner-a080-hero{
    height:255px;
    min-height:255px!important;
  }
  .partner-a080-hero::after{
    background:linear-gradient(180deg,rgba(251,244,231,.97) 0%,rgba(251,244,231,.9) 50%,rgba(5,58,45,.52) 100%);
  }
  .partner-a080-hero .partner-a079-map{display:none}
  .partner-a080-hero .partner-a079-hero-copy{padding:22px 20px 0;max-width:none}
  .partner-a080-hero .partner-a079-hero-copy h1{font-size:32px;line-height:1.02}
  .partner-a080-hero .partner-a079-hero-text{font-size:15px;max-width:610px}
  .partner-a080-hero-note{left:18px;right:18px;bottom:16px;max-width:none}
}
@media (max-width:560px){
  .partner-a080-hero{height:285px;min-height:285px!important}
  .partner-a080-hero .partner-a079-hero-copy{padding:20px 18px 0}
  .partner-a080-hero .partner-a079-hero-copy h1{font-size:29px}
  .partner-a080-hero .partner-a079-btn{width:auto;min-width:0}
  .partner-a080-hero-note strong{font-size:16px}
}


/* A081 Partner Page — compact card headers and tighter column flow */
.partner-a081-card-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 12px;
}
.partner-a081-card-head .partner-a079-card-icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  margin:0;
}
.partner-a081-card-head .partner-a079-card-icon svg{
  width:30px;
  height:30px;
}
.partner-a081-card-head h2,
.partner-a079-card .partner-a081-card-head h2{
  font-size:clamp(22px,1.65vw,27px);
  line-height:1.05;
  letter-spacing:-.012em;
  margin:0;
}
.partner-a079-card{
  padding:24px;
}
.partner-a079-card p{
  font-size:15.5px;
  line-height:1.42;
  margin:0 0 18px;
}
.partner-a079-link-list,
.partner-a079-giving-grid,
.partner-a079-check-list{
  margin-top:0;
}
.partner-a079-link-list{
  gap:7px;
}
.partner-a079-link-list a{
  min-height:44px;
  padding:8px 11px;
}
.partner-a079-giving-box{
  padding:15px 12px 13px;
}
.partner-a079-giving-box h3{
  font-size:19px;
  line-height:1.03;
}
.partner-a079-giving-box p{
  font-size:14px;
  line-height:1.32;
  margin-bottom:12px;
}
.partner-a079-check-list{
  gap:10px;
}
.partner-a079-check-list li{
  font-size:15px;
  line-height:1.28;
}
@media (max-width:1180px){
  .partner-a081-card-head h2,
  .partner-a079-card .partner-a081-card-head h2{font-size:26px;}
}
@media (max-width:560px){
  .partner-a081-card-head{gap:13px;}
  .partner-a081-card-head .partner-a079-card-icon{width:50px;height:50px;flex-basis:50px;}
  .partner-a081-card-head .partner-a079-card-icon svg{width:27px;height:27px;}
  .partner-a081-card-head h2,
  .partner-a079-card .partner-a081-card-head h2{font-size:24px;}
}


/* A082 Partner Page — lower one-line hero overlay and tighter card content alignment */
.partner-a080-hero{
  height:150px;
  min-height:150px!important;
}
.partner-a080-hero .partner-a079-hero-copy{
  padding-top:18px;
  padding-bottom:12px;
}
.partner-a080-hero .partner-a079-hero-text{
  display:none;
}
.partner-a080-hero-buttons{
  display:none;
}
.partner-a080-hero-note{
  right:24px;
  bottom:10px;
  max-width:640px;
  min-width:min(610px,48vw);
  padding:9px 17px;
  border-radius:9px;
}
.partner-a080-hero-note strong{
  font-size:20px;
  line-height:1;
  white-space:nowrap;
}
.partner-a080-hero-note span:empty{
  display:none;
}
.partner-a080-hero-note span{
  display:none;
}
.partner-a079-card-grid{
  margin-top:16px;
}
.partner-a079-card{
  padding:20px 24px 18px;
}
.partner-a081-card-head{
  align-items:center;
  gap:14px;
  margin-bottom:10px;
  transform:translateY(-2px);
}
.partner-a081-card-head .partner-a079-card-icon{
  width:52px;
  height:52px;
  flex-basis:52px;
}
.partner-a081-card-head .partner-a079-card-icon svg{
  width:28px;
  height:28px;
}
.partner-a081-card-head h2,
.partner-a079-card .partner-a081-card-head h2{
  font-size:clamp(21px,1.52vw,26px);
  line-height:1.04;
}
.partner-a079-card p{
  font-size:15px;
  line-height:1.38;
  margin-bottom:14px;
}
.partner-a079-link-list{
  gap:7px;
}
.partner-a079-link-list a{
  min-height:42px;
  padding:7px 11px;
}
.partner-a079-wide-btn{
  margin-top:12px;
  min-height:42px;
  padding:10px 16px;
}
.partner-a079-giving-grid{
  align-items:stretch;
  gap:12px;
}
.partner-a079-giving-box{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:14px 12px 12px;
  min-height:210px;
}
.partner-a079-giving-box h3{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:42px;
  margin-bottom:4px;
  font-size:18.5px;
  line-height:1.04;
}
.partner-a079-giving-box > span{
  height:18px;
  line-height:18px;
  margin:0 0 7px;
}
.partner-a079-giving-box p{
  min-height:58px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin-bottom:12px;
}
.partner-a079-mini-btn{
  margin-top:auto;
  width:100%;
  min-height:38px;
}
.partner-a079-tax-note{
  margin-top:10px;
}
.partner-a079-check-list{
  gap:9px;
}
.partner-a079-check-list li{
  font-size:14.8px;
  line-height:1.24;
}
.partner-a079-action-strip{
  margin-top:16px;
}
@media (max-width:1180px){
  .partner-a080-hero-note{
    min-width:0;
    max-width:520px;
  }
  .partner-a080-hero-note strong{font-size:18px;}
}
@media (max-width:860px){
  .partner-a080-hero .partner-a079-hero-text{display:none;}
  .partner-a080-hero-note{
    left:18px;
    right:18px;
    bottom:14px;
    max-width:none;
    min-width:0;
  }
  .partner-a080-hero-note strong{
    white-space:normal;
    line-height:1.08;
  }
}
@media (max-width:560px){
  .partner-a079-card{padding:20px;}
  .partner-a081-card-head{gap:12px;}
  .partner-a081-card-head h2,
  .partner-a079-card .partner-a081-card-head h2{font-size:23px;}
}

/* A084 — Mobile Hero Image Control System
   Gives important top images separate mobile images, focal-point control,
   and safer mobile overlay placement without changing the protected desktop layout. */
.exact-hero-bg-picture,
.partner-a080-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
}
.partner-a080-hero-media .partner-a080-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.partner-a084-desktop-pos-left .partner-a080-hero-img{object-position:left center;}
.partner-a084-desktop-pos-center .partner-a080-hero-img{object-position:center center;}
.partner-a084-desktop-pos-right .partner-a080-hero-img{object-position:right center;}
.partner-a084-desktop-pos-top .partner-a080-hero-img{object-position:center top;}
.partner-a084-desktop-pos-bottom .partner-a080-hero-img{object-position:center bottom;}
.partner-a084-note-desktop-bottom-right .partner-a080-hero-note{right:24px;left:auto;top:auto;bottom:10px;transform:none;}
.partner-a084-note-desktop-bottom-left .partner-a080-hero-note{left:24px;right:auto;top:auto;bottom:10px;transform:none;}
.partner-a084-note-desktop-top-right .partner-a080-hero-note{right:24px;left:auto;top:18px;bottom:auto;transform:none;}
.partner-a084-note-desktop-top-left .partner-a080-hero-note{left:24px;right:auto;top:18px;bottom:auto;transform:none;}
.partner-a084-note-desktop-center .partner-a080-hero-note{left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-50%);}
@media(max-width:860px){
  .about-a084-mobile-focal-left .exact-hero-bg-img{object-position:left center!important;}
  .about-a084-mobile-focal-center .exact-hero-bg-img{object-position:center center!important;}
  .about-a084-mobile-focal-right .exact-hero-bg-img{object-position:right center!important;}
  .about-a084-mobile-focal-top .exact-hero-bg-img{object-position:center top!important;}
  .about-a084-mobile-focal-bottom .exact-hero-bg-img{object-position:center bottom!important;}
  .partner-a084-mobile-pos-left .partner-a080-hero-img{object-position:left center!important;}
  .partner-a084-mobile-pos-center .partner-a080-hero-img{object-position:center center!important;}
  .partner-a084-mobile-pos-right .partner-a080-hero-img{object-position:right center!important;}
  .partner-a084-mobile-pos-top .partner-a080-hero-img{object-position:center top!important;}
  .partner-a084-mobile-pos-bottom .partner-a080-hero-img{object-position:center bottom!important;}
  .partner-a084-note-mobile-top .partner-a080-hero-note{left:18px;right:18px;top:14px;bottom:auto;max-width:none;min-width:0;transform:none;}
  .partner-a084-note-mobile-bottom .partner-a080-hero-note{left:18px;right:18px;top:auto;bottom:14px;max-width:none;min-width:0;transform:none;}
  .partner-a084-note-mobile-center .partner-a080-hero-note{left:18px;right:18px;top:50%;bottom:auto;max-width:none;min-width:0;transform:translateY(-50%);}
  .partner-a084-note-mobile-below{height:auto!important;min-height:0!important;padding-bottom:0;}
  .partner-a084-note-mobile-below .partner-a080-hero-note{position:relative;left:auto;right:auto;top:auto;bottom:auto;max-width:none;min-width:0;transform:none;margin:16px 18px 18px;}
  .partner-a084-note-mobile-size-small .partner-a080-hero-note strong{font-size:14px;line-height:1.08;}
  .partner-a084-note-mobile-size-medium .partner-a080-hero-note strong{font-size:16px;line-height:1.08;}
  .partner-a084-note-mobile-size-large .partner-a080-hero-note strong{font-size:18px;line-height:1.08;}
  .partner-a084-note-hide-mobile .partner-a080-hero-note{display:none!important;}
}


/* A090 — About mobile hero preview/public match.
   On phones, the About words now sit on a clean cream area above the photo.
   The photo uses the same 900x720 shape as the backend mobile crop preview,
   so the saved mobile crop matches the live phone page and the picture is no longer faded out. */
@media(max-width:820px){
  .about-a060-top-page .exact-hero{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    background:#fff9ed!important;
    overflow:hidden!important;
  }
  .about-a060-top-page .exact-hero:before{
    display:none!important;
    content:none!important;
  }
  .about-a060-top-page .exact-hero-bg-picture{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    order:2!important;
    z-index:1!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:900/720;
    background:#f8f1e5!important;
    border-top:1px solid rgba(205,154,63,.28);
  }
  .about-a060-top-page .exact-hero-bg-img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center;
    display:block!important;
    opacity:1!important;
  }
  .about-a060-top-page .exact-hero-copy{
    order:1!important;
    position:relative!important;
    z-index:2!important;
    width:auto!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    padding:26px 24px 20px!important;
    background:#fff9ed!important;
    box-sizing:border-box!important;
  }
  .about-a060-top-page .exact-ornament{margin-bottom:12px!important;}
  .about-a060-top-page .exact-eyebrow{font-size:24px!important;margin-bottom:10px!important;}
  .about-a060-top-page .exact-hero h1{font-size:38px!important;line-height:1.02!important;margin-bottom:12px!important;}
  .about-a060-top-page .exact-lead{font-size:17px!important;line-height:1.36!important;}
}
@media(max-width:430px){
  .about-a060-top-page .exact-hero-copy{padding:22px 24px 18px!important;}
  .about-a060-top-page .exact-hero h1{font-size:34px!important;}
  .about-a060-top-page .exact-lead{font-size:16px!important;}
}

/* A093 - Compact Wycliffe-style Prayer Page.
   Keeps the page polished and professional while shortening the top image
   so the visitor quickly sees the main prayer actions and monthly focus. */
.prayer-compact-hero{
  position:relative;
  min-height:350px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#08231d;
  border-bottom:6px solid var(--gold);
}
.prayer-compact-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center center;
  transform:scale(1.02);
}
.prayer-compact-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,31,26,.93),rgba(5,31,26,.68) 48%,rgba(5,31,26,.22)),radial-gradient(circle at 78% 18%,rgba(224,180,90,.24),transparent 36%);
  z-index:1;
}
.prayer-compact-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:58px 58px;
  opacity:.28;
  z-index:1;
}
.prayer-compact-inner{
  position:relative;
  z-index:2;
  padding-top:58px;
  padding-bottom:58px;
  max-width:1240px;
}
.prayer-compact-inner h1{
  font-family:var(--serif);
  font-size:clamp(42px,5.1vw,70px);
  line-height:1;
  color:#fff;
  max-width:820px;
  margin:8px 0 14px;
  text-shadow:0 4px 18px rgba(0,0,0,.34);
}
.prayer-compact-lead{
  font-size:21px;
  line-height:1.48;
  max-width:760px;
  color:#fff1d9;
  margin:0;
  font-weight:600;
}
.prayer-compact-actions{
  margin-top:24px;
}
.prayer-focus-strip{
  position:relative;
  background:linear-gradient(180deg,#fff8ea,var(--warm-white));
  padding:34px 0 26px;
}
.prayer-focus-card{
  display:grid;
  grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);
  gap:30px;
  align-items:start;
  background:#fffdf8;
  border:1px solid rgba(205,154,63,.34);
  border-top:7px solid var(--gold);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(35,28,17,.12);
  padding:30px;
}
.prayer-focus-heading h2{
  font-family:var(--serif);
  font-size:clamp(30px,3.2vw,44px);
  line-height:1.05;
  color:var(--deep);
  margin:5px 0 12px;
}
.prayer-focus-heading p{
  color:#50483e;
  font-size:17px;
  line-height:1.48;
  margin:0;
}
.prayer-focus-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.prayer-focus-list li{
  position:relative;
  padding:16px 18px 16px 54px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  color:#3d362f;
  font-size:17px;
  font-weight:800;
  line-height:1.38;
  box-shadow:0 8px 24px rgba(25,21,15,.06);
}
.prayer-focus-list li:before{
  content:"✓";
  position:absolute;
  left:17px;
  top:14px;
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--deep);
  color:#fff;
  font-weight:900;
  font-size:14px;
}
.prayer-hub-section{
  background:var(--warm-white);
}
.compact-prayer-head{
  margin-bottom:28px;
}
.prayer-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.prayer-need-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:30px;
  min-height:210px;
  box-shadow:var(--shadow);
}
.prayer-need-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:6px;
  background:linear-gradient(90deg,var(--gold),var(--gold-2));
}
.prayer-need-card span{
  width:58px;
  height:58px;
  border-radius:18px;
  background:#fff2cb;
  color:#7a520f;
  display:grid;
  place-items:center;
  box-shadow:inset 0 0 0 1px rgba(208,154,57,.25);
}
.prayer-need-card svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.prayer-need-card h3{
  font-size:25px;
  margin:16px 0 12px;
}
.prayer-need-card p{
  font-size:17px;
  color:#4f4a42;
  margin:0;
}
.prayer-answer-section{
  background:linear-gradient(180deg,var(--warm-white),#fff8ea);
}
.prayer-answer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.prayer-answer-grid article{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--shadow);
}
.prayer-answer-grid span{
  display:inline-block;
  font-family:var(--serif);
  font-size:31px;
  line-height:1;
  color:#b47a20;
  margin-bottom:16px;
}
.prayer-answer-grid h3{
  font-size:24px;
}
.prayer-answer-grid p{
  color:#4f4a42;
  margin:0;
}
.prayer-guide-section{
  background:linear-gradient(180deg,#fff8ea,var(--warm-white));
}
.prayer-guide-layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:42px;
  align-items:start;
}
.prayer-guide-layout h2,
.prayer-team-layout h2{
  margin-bottom:15px;
}
.prayer-guide-layout p,
.prayer-team-layout p{
  font-size:18px;
  color:#4f4a42;
}
.prayer-guide-list{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:guide;
  display:grid;
  gap:13px;
}
.prayer-guide-list li{
  counter-increment:guide;
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px 18px 18px 66px;
  box-shadow:0 10px 26px rgba(25,21,15,.07);
  color:#423c34;
  font-weight:700;
  line-height:1.4;
}
.prayer-guide-list li:before{
  content:counter(guide);
  position:absolute;
  left:18px;
  top:16px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--deep);
  color:#fff;
  font-weight:900;
}
.prayer-guide-section .btn-outline{
  background:#fff;
  color:var(--deep);
  border-color:#d7bd82;
}
.prayer-team-band{
  background:linear-gradient(180deg,var(--cream),#fff8ea);
}
.prayer-team-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);
  gap:34px;
  align-items:start;
}
.prayer-team-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:30px;
  box-shadow:var(--shadow);
  border-top:6px solid var(--gold);
}
.prayer-team-card strong{
  display:block;
  font-family:var(--serif);
  font-size:26px;
  color:var(--deep);
  margin-bottom:8px;
}
.prayer-team-card p{
  margin:0 0 22px;
}
@media(max-width:980px){
  .prayer-focus-card,
  .prayer-team-layout,
  .prayer-guide-layout{
    grid-template-columns:1fr;
  }
  .prayer-answer-grid,
  .prayer-card-grid{
    grid-template-columns:1fr;
  }
  .prayer-compact-hero{min-height:320px;}
  .prayer-compact-inner{padding-top:46px;padding-bottom:46px;}
}
@media(max-width:560px){
  .prayer-compact-hero{min-height:245px;}
  .prayer-compact-hero:before{background:linear-gradient(90deg,rgba(5,31,26,.92),rgba(5,31,26,.62));}
  .prayer-compact-inner{padding-top:34px;padding-bottom:34px;}
  .prayer-compact-inner h1{font-size:36px;}
  .prayer-compact-lead{font-size:16.5px;line-height:1.42;}
  .prayer-compact-actions{margin-top:18px;}
  .prayer-focus-strip{padding:24px 0 18px;}
  .prayer-focus-card{padding:22px;border-radius:20px;}
  .prayer-focus-heading h2{font-size:30px;}
  .prayer-focus-list li{font-size:16px;padding:15px 15px 15px 50px;}
  .prayer-need-card,
  .prayer-team-card,
  .prayer-answer-grid article{padding:24px;border-radius:20px;}
}


/* A094 - Prayer Page Layout 1 coded into the main webpage.
   This matches the Partner page rhythm: shallow top photo banner, three large
   cards, and a green/gold action strip. Visitors still cannot submit prayer
   requests or post anything publicly. */
.prayer-a094-page{
  background:linear-gradient(180deg,#fffdf8 0%,#fffaf2 58%,#fffdf8 100%);
  padding:22px 0 42px;
}
.prayer-a094-wrap > *{width:100%}
.prayer-a094-hero{
  position:relative;
  height:150px;
  min-height:150px;
  overflow:hidden;
  border:1px solid #eadfce;
  border-radius:18px;
  background:#fbf4e7;
  box-shadow:0 13px 34px rgba(25,21,15,.08);
}
.prayer-a094-hero-img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 58%;
}
.prayer-a094-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(251,244,231,.98) 0%,rgba(251,244,231,.93) 36%,rgba(251,244,231,.42) 55%,rgba(251,244,231,.08) 100%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.10));
}
.prayer-a094-map{
  position:absolute;
  left:30px;
  top:16px;
  width:88px;
  height:122px;
  z-index:2;
  opacity:.30;
  background:linear-gradient(150deg,#e0d9c7,#c7d0bd);
  clip-path:polygon(40% 0,58% 8%,63% 21%,82% 25%,72% 39%,91% 57%,70% 65%,73% 79%,51% 76%,42% 100%,26% 82%,18% 68%,30% 55%,10% 39%,29% 24%);
}
.prayer-a094-map::after{
  content:"✝";
  position:absolute;
  left:50%;
  top:37%;
  transform:translate(-50%,-50%);
  color:#d09a39;
  font-family:var(--serif);
  font-size:32px;
  font-weight:400;
  opacity:.76;
}
.prayer-a094-hero-copy{
  position:relative;
  z-index:3;
  max-width:590px;
  padding:18px 20px 16px 126px;
}
.prayer-a094-eyebrow{
  margin:0 0 4px;
  font-size:11px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#bf8524;
  font-weight:900;
}
.prayer-a094-hero h1{
  font-family:var(--serif);
  color:var(--deep);
  font-size:clamp(28px,3vw,39px);
  line-height:.98;
  margin:0 0 6px;
  letter-spacing:-.02em;
}
.prayer-a094-hero-text{
  max-width:500px;
  margin:0 0 9px;
  color:#312e29;
  font-size:14px;
  line-height:1.32;
}
.prayer-a094-hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.prayer-a094-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:32px;
  border-radius:5px;
  padding:8px 14px;
  font-family:var(--serif);
  font-size:13px;
  font-weight:900;
  line-height:1;
  letter-spacing:.01em;
  border:1px solid transparent;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.prayer-a094-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.prayer-a094-btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 12px 22px rgba(208,154,57,.24)}
.prayer-a094-btn-outline{background:rgba(255,253,248,.86);color:#7c5518;border-color:#c98f2a;box-shadow:none}
.prayer-a094-hero-note{
  position:absolute;
  z-index:4;
  right:22px;
  bottom:15px;
  max-width:610px;
  padding:10px 18px;
  color:#fff8e8;
  background:linear-gradient(135deg,rgba(5,58,45,.94),rgba(3,36,28,.91));
  border-left:3px solid #d69d36;
  border-radius:9px;
  box-shadow:0 12px 28px rgba(3,37,29,.20);
}
.prayer-a094-hero-note strong{display:block;font-family:var(--serif);font-size:20px;line-height:1.08;color:#fffaf0}
.prayer-a094-card-grid{
  display:grid;
  grid-template-columns:1fr 1.06fr 1fr;
  gap:24px;
  align-items:stretch;
  margin-top:22px;
}
.prayer-a094-card{
  background:#fff;
  border:1px solid #eadfce;
  border-radius:16px;
  box-shadow:0 11px 30px rgba(25,21,15,.07);
  padding:28px;
  display:flex;
  flex-direction:column;
}
.prayer-a094-card-head{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.prayer-a094-card-icon{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  flex:0 0 66px;
  border-radius:50%;
  color:#e1ad4b;
  background:radial-gradient(circle at 28% 20%,#0c5a46,#053a2d 68%);
  box-shadow:0 11px 26px rgba(5,55,43,.22);
}
.prayer-a094-card-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.prayer-a094-card h2{
  font-family:var(--serif);
  color:var(--deep);
  font-size:clamp(26px,2.1vw,32px);
  line-height:1.08;
  margin:0;
}
.prayer-a094-card p{color:#39352f;font-size:16px;line-height:1.48;margin:0 0 18px}
.prayer-a094-link-list{display:grid;gap:8px;margin-top:auto}
.prayer-a094-link-list div{
  display:grid;
  grid-template-columns:32px 1fr;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:9px 12px;
  background:#fff8eb;
  border:1px solid #eadbc1;
  border-radius:8px;
  color:#142e27;
}
.prayer-a094-link-list span{width:25px;height:25px;color:#c58a25;display:grid;place-items:center}
.prayer-a094-link-list svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.prayer-a094-link-list strong{font-family:var(--serif);font-size:16.5px;line-height:1.15;color:var(--deep)}
.prayer-a094-need-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto}
.prayer-a094-need-box{
  background:#fffaf0;
  border:1px solid #eadbc1;
  border-radius:13px;
  padding:18px 14px 14px;
  text-align:center;
  min-width:0;
}
.prayer-a094-need-box h3{color:var(--deep);font-size:21px;line-height:1.08;margin:0 0 4px}
.prayer-a094-need-box > span{display:block;color:#c98f2a;font-size:19px;line-height:1;margin-bottom:8px}
.prayer-a094-need-box p{font-size:14.5px;line-height:1.36;margin:0;color:#403b33}
.prayer-a094-check-list{list-style:none;margin:auto 0 0;padding:0;display:grid;gap:13px}
.prayer-a094-check-list li{display:grid;grid-template-columns:22px 1fr;gap:0 11px;align-items:start;color:#38342e;font-size:15.7px;line-height:1.35}
.prayer-a094-check-list span{width:20px;height:20px;border:1.5px solid #cf9a3b;border-radius:50%;display:grid;place-items:center;color:#c98f2a;margin-top:1px}
.prayer-a094-check-list span svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.prayer-a094-check-list strong{font-weight:800;color:#38342e}
.prayer-a094-check-list em{grid-column:2;display:block;font-style:normal;color:#5a5147;font-size:14px;margin-top:2px}
.prayer-a094-action-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:20px;
  background:linear-gradient(135deg,#063a2d,#03281f);
  border:1px solid rgba(228,183,99,.28);
  border-radius:9px;
  box-shadow:0 12px 30px rgba(6,38,31,.16);
  overflow:hidden;
}
.prayer-a094-action-strip a{
  display:grid;
  grid-template-columns:60px 1fr;
  grid-template-areas:"icon title" "icon text";
  column-gap:16px;
  align-items:center;
  min-height:98px;
  padding:17px 24px;
  border-right:1px solid rgba(255,255,255,.28);
  text-decoration:none!important;
}
.prayer-a094-action-strip a:last-child{border-right:0}
.prayer-a094-action-strip span{grid-area:icon;display:grid;place-items:center;width:56px;height:56px;color:#d69d36}
.prayer-a094-action-strip span svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.prayer-a094-action-strip strong{grid-area:title;display:block;color:#e4b763;text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:17px;line-height:1.05}
.prayer-a094-action-strip em{grid-area:text;display:block;color:#fff8e8;font-style:normal;font-size:14px;line-height:1.28;margin-top:4px}
.prayer-a094-lower-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;margin-top:24px;align-items:start}
.prayer-a094-lower-card{
  background:#fff;
  border:1px solid #eadfce;
  border-radius:16px;
  box-shadow:0 11px 30px rgba(25,21,15,.07);
  padding:30px;
}
.prayer-a094-lower-card h2{font-family:var(--serif);font-size:clamp(28px,2.6vw,38px);line-height:1.06;color:var(--deep);margin:0 0 12px}
.prayer-a094-lower-card p{font-size:16.5px;line-height:1.5;color:#39352f;margin:0 0 16px}
.prayer-a094-guide-list{list-style:none;margin:18px 0 0;padding:0;counter-reset:guide;display:grid;gap:10px}
.prayer-a094-guide-list li{counter-increment:guide;position:relative;padding:13px 14px 13px 54px;background:#fff8eb;border:1px solid #eadbc1;border-radius:10px;color:#3b352e;font-weight:700;line-height:1.35}
.prayer-a094-guide-list li:before{content:counter(guide);position:absolute;left:14px;top:11px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#053c2e;color:#fff;font-weight:900}
.prayer-a094-team-card{border-top:6px solid var(--gold)}
.prayer-a094-simple-next{background:#fff8eb;border:1px solid #eadbc1;border-radius:13px;padding:16px;margin:18px 0}
.prayer-a094-simple-next strong{display:block;font-family:var(--serif);font-size:20px;color:var(--deep);margin-bottom:5px}
.prayer-a094-simple-next p{font-size:15px;margin:0;color:#4b463f}
.prayer-a094-wide-btn{width:100%;min-height:44px;text-transform:uppercase;letter-spacing:.045em;font-family:var(--sans);font-size:14px;font-weight:900}
@media (max-width:1180px){
  .prayer-a094-hero-copy{padding-left:116px;max-width:520px}
  .prayer-a094-map{left:24px;width:78px;height:112px}
  .prayer-a094-hero-note{right:18px;max-width:360px}.prayer-a094-hero-note strong{font-size:17px}
  .prayer-a094-card-grid{grid-template-columns:1fr 1fr}.prayer-a094-praise-card{grid-column:1 / -1}
  .prayer-a094-action-strip{grid-template-columns:1fr 1fr}
  .prayer-a094-action-strip a:nth-child(2){border-right:0}.prayer-a094-action-strip a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.24)}
}
@media (max-width:860px){
  .prayer-a094-page{padding-top:14px}
  .prayer-a094-hero{height:255px;min-height:255px}
  .prayer-a094-hero::after{background:linear-gradient(180deg,rgba(251,244,231,.97) 0%,rgba(251,244,231,.9) 50%,rgba(5,58,45,.52) 100%)}
  .prayer-a094-map{display:none}
  .prayer-a094-hero-copy{padding:22px 20px 0;max-width:none}
  .prayer-a094-hero h1{font-size:32px;line-height:1.02}
  .prayer-a094-hero-text{font-size:15px;max-width:610px}
  .prayer-a094-hero-note{left:18px;right:18px;bottom:16px;max-width:none}
  .prayer-a094-card-grid,.prayer-a094-need-grid,.prayer-a094-action-strip,.prayer-a094-lower-grid{grid-template-columns:1fr}
  .prayer-a094-praise-card{grid-column:auto}
  .prayer-a094-card,.prayer-a094-lower-card{padding:22px}
  .prayer-a094-action-strip a{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.24)}
  .prayer-a094-action-strip a:last-child{border-bottom:0}
}
@media (max-width:560px){
  .prayer-a094-hero{height:285px;min-height:285px}
  .prayer-a094-hero-copy{padding:20px 18px 0}
  .prayer-a094-hero h1{font-size:29px}
  .prayer-a094-btn{width:auto;min-width:0}
  .prayer-a094-hero-note strong{font-size:16px}
  .prayer-a094-card h2{font-size:27px}
  .prayer-a094-card-head{align-items:flex-start}
  .prayer-a094-card-icon{width:58px;height:58px;flex-basis:58px}
  .prayer-a094-card-icon svg{width:31px;height:31px}
  .prayer-a094-action-strip a{grid-template-columns:48px 1fr;column-gap:13px;padding:15px 18px}
  .prayer-a094-action-strip span,.prayer-a094-action-strip span svg{width:44px;height:44px}
}

/* A095 - Prayer Page Magazine Feature layout.
   Keeps the real top picture banner, but changes everything below it so it no longer copies the Partner page. */
.prayer-a095-page{
  background:linear-gradient(180deg,#fbf6eb 0%,#fffdf8 46%,#fbf6eb 100%);
  padding:22px 0 72px;
}
.prayer-a095-wrap > *{width:100%}
.prayer-a095-hero{
  position:relative;
  isolation:isolate;
  min-height:172px;
  height:172px;
  border:1px solid #e5d6bd;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(18,16,10,.10);
}
.prayer-a095-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  z-index:0;
}
.prayer-a095-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(4,54,42,.86) 0%,rgba(4,54,42,.68) 36%,rgba(4,54,42,.20) 74%,rgba(4,54,42,.26) 100%),
    linear-gradient(0deg,rgba(5,37,30,.44),rgba(255,248,230,.18));
}
.prayer-a095-hero-copy{
  position:relative;
  z-index:3;
  max-width:620px;
  padding:24px 44px;
  color:#fff;
}
.prayer-a095-eyebrow{
  margin:0 0 8px;
  font-size:13px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#c58c25;
  font-weight:900;
}
.prayer-a095-hero .prayer-a095-eyebrow{color:#e5b85e;text-shadow:0 2px 9px rgba(0,0,0,.35)}
.prayer-a095-hero h1{
  font-family:var(--serif);
  font-size:clamp(34px,3.5vw,48px);
  line-height:.98;
  margin:0 0 8px;
  color:#fffef7;
  text-shadow:0 4px 18px rgba(0,0,0,.36);
}
.prayer-a095-hero-text{
  max-width:560px;
  margin:0 0 14px;
  color:#fff8e8;
  font-family:var(--serif);
  font-size:19px;
  line-height:1.35;
  text-shadow:0 2px 10px rgba(0,0,0,.34);
}
.prayer-a095-hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.prayer-a095-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 18px;
  border-radius:7px;
  font-family:var(--sans);
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
  text-transform:uppercase;
  text-decoration:none!important;
  border:1px solid transparent;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.prayer-a095-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.prayer-a095-btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 12px 22px rgba(208,154,57,.24)}
.prayer-a095-btn-outline{background:rgba(255,253,248,.90);color:#7c5518;border-color:#c98f2a;box-shadow:none}
.prayer-a095-hero-note{
  position:absolute;
  z-index:4;
  right:22px;
  bottom:16px;
  max-width:555px;
  padding:10px 18px;
  color:#fff8e8;
  background:linear-gradient(135deg,rgba(5,58,45,.94),rgba(3,36,28,.91));
  border-left:3px solid #d69d36;
  border-radius:9px;
  box-shadow:0 12px 28px rgba(3,37,29,.20);
}
.prayer-a095-hero-note strong{display:block;font-family:var(--serif);font-size:20px;line-height:1.08;color:#fffaf0}
.prayer-a095-magazine-grid{
  display:grid;
  grid-template-columns:minmax(260px,.96fr) minmax(320px,.98fr) minmax(260px,.78fr);
  gap:24px;
  margin-top:24px;
  align-items:stretch;
}
.prayer-a095-feature-card,.prayer-a095-current-card,.prayer-a095-praise-card,.prayer-a095-team-card,.prayer-a095-guide-panel,.prayer-a095-final-cta{
  border:1px solid #eadfce;
  border-radius:18px;
  box-shadow:0 13px 34px rgba(25,21,15,.075);
}
.prayer-a095-feature-card,.prayer-a095-current-card,.prayer-a095-team-card,.prayer-a095-guide-panel,.prayer-a095-final-cta{background:#fff}
.prayer-a095-feature-card{
  padding:30px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.prayer-a095-feature-card h2,.prayer-a095-current-card h2,.prayer-a095-praise-card h2,.prayer-a095-team-card h2,.prayer-a095-guide-panel h2,.prayer-a095-final-cta h2{
  font-family:var(--serif);
  color:var(--deep);
  line-height:1.06;
  margin:0 0 14px;
}
.prayer-a095-feature-card h2{font-size:clamp(28px,2.5vw,38px)}
.prayer-a095-feature-image{
  margin:8px 0 20px;
  border:1px solid #eadfce;
  border-radius:15px;
  overflow:hidden;
  background:#f7edd8;
  box-shadow:0 12px 24px rgba(25,21,15,.08);
}
.prayer-a095-feature-image img{width:100%;height:176px;object-fit:cover;object-position:center}
.prayer-a095-feature-card p{font-size:16px;line-height:1.52;color:#39352f;margin:0 0 20px}
.prayer-a095-wide-btn{width:100%;margin-top:auto}
.prayer-a095-current-card{
  padding:30px;
  min-width:0;
}
.prayer-a095-current-card h2{font-size:clamp(28px,2.4vw,36px)}
.prayer-a095-section-intro{font-size:16px;line-height:1.46;color:#4d473f;margin:0 0 22px}
.prayer-a095-numbered-list{display:grid;gap:0;border-top:1px solid #efe1c7}
.prayer-a095-numbered-list article{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:0;
  padding:18px 0;
  border-bottom:1px solid #efe1c7;
}
.prayer-a095-numbered-list span{
  font-family:var(--sans);
  font-weight:900;
  color:#c58c25;
  font-size:18px;
  line-height:1.2;
  letter-spacing:.02em;
}
.prayer-a095-numbered-list h3{font-family:var(--serif);font-size:20px;line-height:1.08;color:var(--deep);margin:0 0 6px}
.prayer-a095-numbered-list p{font-size:14.5px;line-height:1.38;color:#4b463f;margin:0}
.prayer-a095-side-stack{display:grid;grid-template-rows:auto 1fr;gap:24px;min-width:0}
.prayer-a095-praise-card{
  padding:28px;
  color:#fff;
  background:linear-gradient(135deg,#063f32 0%,#03291f 100%);
  border-color:rgba(228,183,99,.30);
}
.prayer-a095-praise-card .prayer-a095-eyebrow{color:#e5b85e}
.prayer-a095-praise-card h2{color:#fff}
.prayer-a095-praise-card p{color:#fff8e8;font-size:15.5px;line-height:1.45;margin:0 0 18px}
.prayer-a095-praise-list{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.prayer-a095-praise-list li{display:grid;grid-template-columns:22px 1fr;gap:0 10px;color:#fff8e8;font-size:14.5px;line-height:1.35}
.prayer-a095-praise-list span{width:20px;height:20px;border:1.5px solid #d6a04a;border-radius:50%;display:grid;place-items:center;color:#e5b85e;font-size:13px;margin-top:1px}
.prayer-a095-praise-list strong{color:#fff;font-weight:900}
.prayer-a095-praise-list em{grid-column:2;display:block;font-style:normal;color:#f8ead0;font-size:13.5px;margin-top:2px}
.prayer-a095-team-card{
  padding:28px;
  background:#fff8eb;
}
.prayer-a095-team-card h2{font-size:clamp(24px,2vw,31px)}
.prayer-a095-team-card p{font-size:15.5px;line-height:1.48;color:#3f3a33;margin:0 0 14px}
.prayer-a095-no-wall{
  padding:13px 14px;
  border:1px solid #eadbc1;
  border-radius:11px;
  background:#fffdf8;
  font-size:14px!important;
  color:#4b463f!important;
}
.prayer-a095-guide-panel{
  margin-top:24px;
  padding:30px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:start;
  background:#fff;
}
.prayer-a095-guide-panel h2{font-size:clamp(28px,2.5vw,38px)}
.prayer-a095-guide-panel p{font-size:16px;line-height:1.5;color:#39352f;margin:0}
.prayer-a095-guide-list{list-style:none;margin:0;padding:0;counter-reset:guide;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.prayer-a095-guide-list li{
  counter-increment:guide;
  position:relative;
  min-height:58px;
  padding:12px 13px 12px 51px;
  background:#fff8eb;
  border:1px solid #eadbc1;
  border-radius:11px;
  color:#3b352e;
  font-weight:800;
  line-height:1.32;
}
.prayer-a095-guide-list li:before{
  content:counter(guide);
  position:absolute;
  left:13px;
  top:12px;
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#053c2e;
  color:#fff;
  font-weight:900;
}
.prayer-a095-final-cta{
  margin-top:24px;
  padding:28px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:linear-gradient(135deg,#fffdf8,#fff6df);
}
.prayer-a095-final-cta h2{font-size:clamp(24px,2vw,32px);margin:0 0 5px}
.prayer-a095-final-cta p{font-size:16px;line-height:1.4;color:#3d3831;margin:0}
@media (max-width:1180px){
  .prayer-a095-hero-note{right:18px;max-width:380px}.prayer-a095-hero-note strong{font-size:17px}
  .prayer-a095-magazine-grid{grid-template-columns:1fr 1fr}.prayer-a095-side-stack{grid-column:1 / -1;grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .prayer-a095-feature-image img{height:155px}
}
@media (max-width:860px){
  .prayer-a095-page{padding-top:14px}
  .prayer-a095-hero{height:285px;min-height:285px}
  .prayer-a095-hero::before{background:linear-gradient(180deg,rgba(5,58,45,.86) 0%,rgba(5,58,45,.64) 50%,rgba(5,58,45,.42) 100%)}
  .prayer-a095-hero-copy{padding:23px 20px 0;max-width:none}
  .prayer-a095-hero h1{font-size:33px;line-height:1.02}
  .prayer-a095-hero-text{font-size:16px;max-width:610px}
  .prayer-a095-hero-note{left:18px;right:18px;bottom:16px;max-width:none}
  .prayer-a095-magazine-grid,.prayer-a095-side-stack,.prayer-a095-guide-panel,.prayer-a095-guide-list{grid-template-columns:1fr}
  .prayer-a095-feature-card,.prayer-a095-current-card,.prayer-a095-praise-card,.prayer-a095-team-card,.prayer-a095-guide-panel{padding:22px}
  .prayer-a095-feature-image img{height:210px}
  .prayer-a095-final-cta{display:block;padding:24px}.prayer-a095-final-cta .prayer-a095-btn{margin-top:16px}
}
@media (max-width:560px){
  .prayer-a095-hero{height:315px;min-height:315px}
  .prayer-a095-hero-copy{padding:21px 18px 0}
  .prayer-a095-hero h1{font-size:30px}
  .prayer-a095-btn{width:auto;min-width:0}
  .prayer-a095-hero-note strong{font-size:16px}
  .prayer-a095-numbered-list article{grid-template-columns:44px 1fr;padding:15px 0}
  .prayer-a095-feature-image img{height:180px}
}


/* A096 — About Page main bubble width match.
   Makes the About page outer bubble use the same site-wide content width as
   the Prayer and Partner pages, and lets the top About hero bubble span that
   full bubble width instead of sitting noticeably narrower inside it. */
.about-exact-frame{
  width:calc(100% - 140px)!important;
  max-width:var(--max)!important;
}
.about-a060-top-page .exact-hero{
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:1320px){
  .about-exact-frame{width:calc(100% - 76px)!important;}
}
@media(max-width:760px){
  .about-exact-frame{
    width:calc(100% - 28px)!important;
    border-left:1px solid rgba(205,154,63,.34)!important;
    border-right:1px solid rgba(205,154,63,.34)!important;
    border-radius:18px!important;
  }
  .about-a060-top-page .exact-hero{
    border-radius:18px 18px 0 0!important;
    border-left:0!important;
    border-right:0!important;
  }
}
@media(max-width:420px){
  .about-exact-frame{width:calc(100% - 24px)!important;}
}


/* A097 — About bubble exact Partner-page width match.
   The Partner page uses the shared .wrap container, so the About page now uses
   the same wrapper instead of a separate width calculation. This makes the
   About bubble line up with the Partner and Prayer page left/right edges. */
.about-exact-wrap{
  display:block;
}
.about-exact-wrap .about-exact-frame{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:820px){
  .about-exact-wrap .about-exact-frame{
    width:100%!important;
  }
}


/* A098 — About page open-width section repair.
   The Prayer, Videos, Stories, and Partner pages do not put the main content
   inside one large rounded bubble.  This removes that extra About-page wrapper
   look and lets the About sections line up on the same left/right page rhythm.
   The top hero remains unchanged. */
.about-exact-page .about-exact-frame{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.about-exact-page .exact-section{
  padding-left:0!important;
  padding-right:0!important;
}
.about-exact-page .exact-who-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.about-exact-page .exact-who-photo,
.about-exact-page .exact-scripture-card,
.about-exact-page .exact-mission-card,
.about-exact-page .exact-quote-grid,
.about-exact-page .exact-prayer-bar,
.about-exact-page .exact-announcement-card{
  box-shadow:0 12px 32px rgba(44,35,18,.08);
}
.about-exact-page .exact-who-photo{
  border:1px solid rgba(221,199,157,.68);
  background:#fffdf7;
}
.about-exact-page .exact-who-copy{
  padding:0 6px!important;
}
@media(max-width:820px){
  .about-exact-page .exact-section{
    padding-left:0!important;
    padding-right:0!important;
  }
  .about-exact-page .exact-who-card{
    gap:18px;
  }
}


/* A099 — About church photo clean border repair.
   The previous default church image had a cream matte baked into the top and left
   edge of the JPG.  The About page now uses a cleaned crop, and this keeps the
   photo itself forming the rounded top/left edges cleanly. */
.about-exact-page .exact-who-photo img{
  border-radius:inherit;
}

/* A100 — Prayer Page Compact Feature Band layout.
   Replaces the tall three-column prayer layout with shorter, balanced sections
   below the top picture while keeping the same friendly backend content. */
.prayer-a100-page{
  background:linear-gradient(180deg,#fbf6eb 0%,#fffdf8 48%,#fbf6eb 100%);
  padding:22px 0 70px;
}
.prayer-a100-wrap > *{width:100%}
.prayer-a100-hero{
  position:relative;
  isolation:isolate;
  min-height:172px;
  height:172px;
  border:1px solid #e5d6bd;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(18,16,10,.10);
}
.prayer-a100-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  z-index:0;
}
.prayer-a100-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(4,54,42,.86) 0%,rgba(4,54,42,.68) 36%,rgba(4,54,42,.20) 74%,rgba(4,54,42,.26) 100%),
    linear-gradient(0deg,rgba(5,37,30,.44),rgba(255,248,230,.18));
}
.prayer-a100-hero-copy{
  position:relative;
  z-index:3;
  max-width:620px;
  padding:26px 44px;
  color:#fff;
}
.prayer-a100-eyebrow{
  margin:0 0 8px;
  font-size:13px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#c58c25;
  font-weight:900;
}
.prayer-a100-hero .prayer-a100-eyebrow{color:#e5b85e;text-shadow:0 2px 9px rgba(0,0,0,.35)}
.prayer-a100-hero h1{
  font-family:var(--serif);
  font-size:clamp(34px,3.5vw,48px);
  line-height:.98;
  margin:0 0 8px;
  color:#fffef7;
  text-shadow:0 4px 18px rgba(0,0,0,.36);
}
.prayer-a100-hero-text{
  max-width:560px;
  margin:0;
  color:#fff8e8;
  font-family:var(--serif);
  font-size:19px;
  line-height:1.35;
  text-shadow:0 2px 10px rgba(0,0,0,.34);
}
.prayer-a100-hero-note{
  position:absolute;
  z-index:4;
  right:22px;
  bottom:16px;
  max-width:555px;
  padding:10px 18px;
  color:#fff8e8;
  background:linear-gradient(135deg,rgba(5,58,45,.94),rgba(3,36,28,.91));
  border-left:3px solid #d69d36;
  border-radius:9px;
  box-shadow:0 12px 28px rgba(3,37,29,.20);
}
.prayer-a100-hero-note strong{display:block;font-family:var(--serif);font-size:20px;line-height:1.08;color:#fffaf0}
.prayer-a100-focus-band{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(280px,.96fr) minmax(320px,1.04fr) auto;
  gap:24px;
  align-items:center;
  padding:24px 30px;
  background:linear-gradient(135deg,#fff8e9,#fffdf8);
  border:1px solid #eadcc2;
  border-radius:18px;
  box-shadow:0 13px 34px rgba(25,21,15,.075);
}
.prayer-a100-focus-copy h2,
.prayer-a100-card h2,
.prayer-a100-final-cta h2{
  font-family:var(--serif);
  color:var(--deep);
  line-height:1.07;
  margin:0 0 8px;
}
.prayer-a100-focus-copy h2{font-size:clamp(25px,2.5vw,34px)}
.prayer-a100-focus-copy p:not(.prayer-a100-eyebrow),
.prayer-a100-card-intro{
  font-size:15.5px;
  line-height:1.45;
  color:#403b34;
  margin:0;
}
.prayer-a100-focus-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.prayer-a100-focus-list li{
  position:relative;
  min-height:38px;
  display:flex;
  align-items:center;
  padding:9px 14px 9px 45px;
  background:#fff;
  border:1px solid #eadbc1;
  border-radius:10px;
  color:#17362f;
  font-weight:800;
  line-height:1.25;
}
.prayer-a100-focus-list li::before{
  content:"✓";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:21px;
  height:21px;
  border:1.5px solid #c8942d;
  border-radius:50%;
  color:#c8942d;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
}
.prayer-a100-focus-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.prayer-a100-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 18px;
  border-radius:7px;
  font-family:var(--sans);
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
  text-transform:uppercase;
  text-decoration:none!important;
  border:1px solid transparent;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.prayer-a100-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.prayer-a100-btn-green{background:linear-gradient(135deg,#063f32,#03291f);color:#fff;box-shadow:0 12px 22px rgba(5,58,45,.20)}
.prayer-a100-btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 12px 22px rgba(208,154,57,.24)}
.prayer-a100-wide-btn{width:100%;margin-top:8px}
.prayer-a100-balanced-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.prayer-a100-card,.prayer-a100-final-cta{
  border:1px solid #eadfce;
  border-radius:18px;
  box-shadow:0 13px 34px rgba(25,21,15,.075);
  background:#fff;
}
.prayer-a100-card{
  padding:25px 28px;
  min-height:184px;
  display:flex;
  flex-direction:column;
}
.prayer-a100-card-head{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:14px;
}
.prayer-a100-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#063f32;
  color:#e3b958;
  font-weight:900;
  box-shadow:0 12px 20px rgba(5,58,45,.18);
}
.prayer-a100-card h2{font-size:clamp(23px,2vw,30px);margin:0}
.prayer-a100-needs-card .prayer-a100-card-intro{margin-bottom:16px}
.prayer-a100-needs-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:auto;
}
.prayer-a100-needs-list article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:10px;
  min-height:72px;
  padding:13px;
  background:#fff8eb;
  border:1px solid #eadbc1;
  border-radius:12px;
}
.prayer-a100-needs-list span{
  font-family:var(--sans);
  font-weight:900;
  color:#c58c25;
  font-size:17px;
  line-height:1.2;
}
.prayer-a100-needs-list h3{font-family:var(--serif);font-size:18px;line-height:1.08;color:var(--deep);margin:0 0 4px}
.prayer-a100-needs-list p{font-size:13.5px;line-height:1.32;color:#4b463f;margin:0}
.prayer-a100-praise-card{
  color:#fff;
  background:linear-gradient(135deg,#063f32 0%,#03291f 100%);
  border-color:rgba(228,183,99,.30);
}
.prayer-a100-praise-card .prayer-a100-eyebrow{color:#e5b85e}
.prayer-a100-praise-card h2{color:#fff}
.prayer-a100-praise-card .prayer-a100-card-intro{color:#fff8e8;margin-bottom:14px}
.prayer-a100-praise-card .prayer-a100-icon{background:#0b5747}
.prayer-a100-praise-list{list-style:none;margin:auto 0 0;padding:0;display:grid;gap:10px}
.prayer-a100-praise-list li{position:relative;padding:11px 13px 11px 40px;background:rgba(255,255,255,.08);border:1px solid rgba(229,184,94,.24);border-radius:11px;color:#fff8e8}
.prayer-a100-praise-list li::before{content:"✓";position:absolute;left:13px;top:12px;width:18px;height:18px;border:1.5px solid #d6a04a;border-radius:50%;display:grid;place-items:center;color:#e5b85e;font-size:12px;font-weight:900}
.prayer-a100-praise-list strong{display:block;color:#fff;font-weight:900;line-height:1.18}
.prayer-a100-praise-list span{display:block;color:#f8ead0;font-size:13.5px;line-height:1.3;margin-top:2px}
.prayer-a100-guide-list{list-style:none;margin:auto 0 0;padding:0;counter-reset:guide;display:grid;gap:9px}
.prayer-a100-guide-list li{
  counter-increment:guide;
  position:relative;
  min-height:40px;
  padding:10px 12px 10px 46px;
  background:#fff8eb;
  border:1px solid #eadbc1;
  border-radius:11px;
  color:#3b352e;
  font-weight:800;
  line-height:1.26;
  font-size:14px;
}
.prayer-a100-guide-list li::before{
  content:counter(guide);
  position:absolute;
  left:12px;
  top:9px;
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#053c2e;
  color:#fff;
  font-weight:900;
  font-size:12px;
}
.prayer-a100-team-card{background:#fff8eb}
.prayer-a100-team-card .prayer-a100-card-intro{margin-bottom:12px}
.prayer-a100-no-wall{
  padding:12px 13px;
  border:1px solid #eadbc1;
  border-radius:11px;
  background:#fffdf8;
  font-size:13.5px!important;
  color:#4b463f!important;
  line-height:1.35!important;
  margin:0 0 12px!important;
}
.prayer-a100-final-cta{
  margin-top:24px;
  padding:24px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:linear-gradient(135deg,#fffdf8,#fff6df);
}
.prayer-a100-final-cta h2{font-size:clamp(23px,2vw,31px);margin:0 0 5px}
.prayer-a100-final-cta p{font-size:15.5px;line-height:1.4;color:#3d3831;margin:0}
@media (max-width:1180px){
  .prayer-a100-focus-band{grid-template-columns:1fr;align-items:start}.prayer-a100-focus-actions{justify-content:flex-start}
  .prayer-a100-hero-note{right:18px;max-width:380px}.prayer-a100-hero-note strong{font-size:17px}
}
@media (max-width:900px){
  .prayer-a100-page{padding-top:14px}
  .prayer-a100-hero{height:285px;min-height:285px}
  .prayer-a100-hero::before{background:linear-gradient(180deg,rgba(5,58,45,.88) 0%,rgba(5,58,45,.64) 50%,rgba(5,58,45,.42) 100%)}
  .prayer-a100-hero-copy{padding:23px 20px 0;max-width:none}
  .prayer-a100-hero h1{font-size:33px;line-height:1.02}
  .prayer-a100-hero-text{font-size:16px;max-width:610px}
  .prayer-a100-hero-note{left:18px;right:18px;bottom:16px;max-width:none}
  .prayer-a100-balanced-grid,.prayer-a100-needs-list{grid-template-columns:1fr}
  .prayer-a100-focus-band,.prayer-a100-card{padding:22px}
  .prayer-a100-final-cta{display:block}.prayer-a100-final-cta .prayer-a100-btn{margin-top:16px}
}
@media (max-width:560px){
  .prayer-a100-hero{height:305px;min-height:305px}
  .prayer-a100-hero-copy{padding:21px 18px 0}
  .prayer-a100-hero h1{font-size:30px}
  .prayer-a100-btn{width:auto;min-width:0}
  .prayer-a100-hero-note strong{font-size:16px}
  .prayer-a100-focus-copy h2{font-size:27px}
  .prayer-a100-card-head{grid-template-columns:48px 1fr}.prayer-a100-icon{width:46px;height:46px}
}

/* A101 — Complete Prayer Page section manager.
   The public layout now follows the backend section order while preserving the
   compact A100 visual design. Full-width sections span both columns and the
   four content cards can be moved anywhere in the sequence. */
.prayer-a101-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
}
.prayer-a101-layout > *{margin-top:0!important;min-width:0}
.prayer-a101-full{grid-column:1 / -1}
.prayer-a101-card{height:100%}
.prayer-a101-empty-item{grid-column:1 / -1}
.prayer-a101-layout .prayer-a100-focus-band{grid-template-columns:minmax(250px,.9fr) minmax(320px,1.1fr) auto}
.prayer-a101-layout .prayer-a100-focus-list{align-self:stretch}
.prayer-a101-layout .prayer-a100-focus-list li{height:100%}
.prayer-a101-layout .prayer-a100-needs-list article{min-height:86px}
.prayer-a101-layout .prayer-a100-praise-list,
.prayer-a101-layout .prayer-a100-guide-list{margin-top:auto}
@media(max-width:1180px){
  .prayer-a101-layout .prayer-a100-focus-band{grid-template-columns:1fr}
}
@media(max-width:900px){
  .prayer-a101-layout{grid-template-columns:1fr;gap:18px}
  .prayer-a101-full{grid-column:auto}
}


/* A102 — Our Ministry page.
   A concise, section-based page that visually matches the polished About,
   Partner, Videos, and Prayer areas while remaining easy to rearrange. */
.ministry-a102-page{background:var(--warm-white)}
.ministry-a102-page>.section{padding-top:66px;padding-bottom:66px}
.ministry-a102-hero{border-bottom-width:5px}
.ministry-a102-hero-grid{min-height:500px}
.ministry-a102-hero-photo img{height:415px}
.ministry-a102-section-head{margin-bottom:30px}
.ministry-a102-priority-grid{max-width:1160px;margin:0 auto}
.ministry-a102-priority-card{min-height:250px;padding:30px 28px}
.ministry-a102-roles-grid{display:grid;grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr);gap:46px;align-items:stretch}
.ministry-a102-roles-photo{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;min-height:520px}
.ministry-a102-roles-photo img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center}
.ministry-a102-roles-copy{background:#fff;border:1px solid var(--border);border-radius:30px;padding:38px;box-shadow:var(--shadow)}
.ministry-a102-roles-copy h2{margin-bottom:12px}
.ministry-a102-lead{font-size:18px;color:#514b42;margin-bottom:24px}
.ministry-a102-role-list{display:grid;gap:16px}
.ministry-a102-role-list article{display:grid;grid-template-columns:54px 1fr;gap:16px;background:#fff8ea;border:1px solid #ecd9b3;border-radius:20px;padding:20px}
.ministry-a102-role-list article>span{width:50px;height:50px;border-radius:16px;background:var(--deep);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-size:24px;font-weight:900}
.ministry-a102-role-list h3{font-size:25px;margin:0 0 3px;color:var(--deep)}
.ministry-a102-role-list strong{display:block;color:#79550f;font-size:15px;line-height:1.35;margin-bottom:7px}
.ministry-a102-role-list p{margin:0;color:#4c473f;line-height:1.55}
.ministry-a102-partnership{background:#fff}
.ministry-a102-partnership-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}
.ministry-a102-partnership-copy{padding:36px}
.ministry-a102-partnership-photo{height:100%;min-height:575px}
.ministry-a102-partnership-photo img{height:100%;min-height:575px;object-fit:cover}
.ministry-a102-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1080px;margin:0 auto}
.ministry-a102-link-card{position:relative;overflow:hidden;display:grid;grid-template-columns:72px 1fr;gap:20px;border-radius:28px;padding:30px;border:1px solid var(--border);box-shadow:var(--shadow)}
.ministry-a102-link-card-needs{background:#fff}
.ministry-a102-link-card-stories{background:linear-gradient(135deg,var(--deep-3),var(--deep));color:#fff;border-color:rgba(255,255,255,.12)}
.ministry-a102-link-number{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:#fff2cb;color:#704b0d;font-family:var(--serif);font-size:23px;font-weight:900}
.ministry-a102-link-card-stories .ministry-a102-link-number{background:rgba(255,255,255,.12);color:#f2ca73;border:1px solid rgba(242,202,115,.30)}
.ministry-a102-link-card h3{font-size:29px;margin:2px 0 10px}
.ministry-a102-link-card-stories h3{color:#fff}
.ministry-a102-link-card p{font-size:17px;color:#4f4a42;margin:0 0 20px}
.ministry-a102-link-card-stories p{color:#f5ead8}
.ministry-a102-cta-text{color:#f4ead9;font-size:17px;max-width:700px;margin:9px 0 0}
@media(max-width:980px){
  .ministry-a102-roles-grid,.ministry-a102-partnership-grid{grid-template-columns:1fr}
  .ministry-a102-roles-photo,.ministry-a102-roles-photo img{min-height:400px;height:400px}
  .ministry-a102-partnership-photo,.ministry-a102-partnership-photo img{min-height:390px;height:390px}
}
@media(max-width:720px){
  .ministry-a102-page>.section{padding-top:48px;padding-bottom:48px}
  .ministry-a102-link-grid{grid-template-columns:1fr}
  .ministry-a102-link-card{grid-template-columns:1fr;padding:25px}
  .ministry-a102-roles-copy{padding:26px}
  .ministry-a102-role-list article{grid-template-columns:48px 1fr;padding:17px}
}
@media(max-width:560px){
  .ministry-a102-hero-photo img{height:300px}
  .ministry-a102-roles-photo,.ministry-a102-roles-photo img{min-height:320px;height:320px}
  .ministry-a102-partnership-photo,.ministry-a102-partnership-photo img{min-height:300px;height:300px}
  .ministry-a102-role-list article{grid-template-columns:1fr}
}

/* A103 — Our Ministry Choice 3.
   Matches the contained width, shallow picture banner, rounded sections, and
   green/gold rhythm used by the Partner, About, Videos, and Prayer pages. */
.ministry-choice3-page{background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 48%,#fffdf8 100%);padding:22px 0 58px}
.ministry-choice3-wrap{max-width:var(--max)}
.ministry-choice3-frame{display:grid;gap:16px}
.ministry-choice3-section{min-width:0}
.ministry-choice3-empty{background:#fff;border:1px solid var(--border);border-radius:22px;padding:34px;box-shadow:0 10px 26px rgba(27,22,15,.08)}
.ministry-choice3-empty h1{font-family:var(--serif);font-size:42px;color:var(--deep)}

.ministry-choice3-hero{position:relative;height:310px;border:1px solid #e5d8c2;border-radius:23px;overflow:hidden;background:#ede4d5;box-shadow:0 10px 25px rgba(32,26,17,.08)}
.ministry-choice3-hero>img{position:absolute;inset:0;width:100%;height:100%;display:block;background:#efe6d8}
.ministry-choice3-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,239,.98) 0%,rgba(255,250,239,.92) 28%,rgba(255,250,239,.52) 48%,rgba(7,52,39,.10) 68%,rgba(7,52,39,.20) 100%)}
.ministry-choice3-hero-copy{position:relative;z-index:2;display:flex;height:100%;max-width:660px;flex-direction:column;justify-content:center;padding:36px 54px}
.ministry-choice3-kicker{margin:0 0 7px;color:#a87219;font-size:14px;line-height:1.2;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.ministry-choice3-hero h1{margin:0;color:var(--deep);font-family:var(--serif);font-size:clamp(40px,4.4vw,64px);line-height:1.02;text-shadow:0 1px 0 rgba(255,255,255,.55)}
.ministry-choice3-ornament{display:block;width:86px;height:3px;margin-top:18px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold-2))}

.ministry-choice3-intro-card{display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:24px;margin:14px 16px 0;padding:24px 28px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 28px rgba(29,24,17,.08)}
.ministry-choice3-intro-copy h2{margin:0 0 7px;color:var(--deep);font-family:var(--serif);font-size:26px;line-height:1.18}
.ministry-choice3-intro-copy p{margin:0;color:#3f403b;font-size:16.5px;line-height:1.48}
.ministry-choice3-intro-copy .ministry-choice3-intro-note{margin-top:6px;color:#75674e;font-size:15px}
.ministry-choice3-intro-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:340px}
.ministry-choice3-round-icon{width:62px;height:62px;flex:0 0 62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0a5a43,#063729);color:#e6b854;box-shadow:0 8px 18px rgba(4,47,35,.18)}
.ministry-choice3-round-icon-gold{background:linear-gradient(145deg,#e6bc62,#c58b25);color:#fff}
.ministry-choice3-round-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.ministry-choice3-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:43px;padding:10px 18px;border:2px solid transparent;border-radius:6px;font-family:var(--serif);font-size:16px;font-weight:800;line-height:1.1;text-align:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.ministry-choice3-btn:hover{text-decoration:none;transform:translateY(-1px)}
.ministry-choice3-btn-green{background:var(--deep);color:#fff;box-shadow:0 8px 18px rgba(7,52,39,.18)}
.ministry-choice3-btn-outline{background:#fff;color:var(--deep);border-color:#d5a443}
.ministry-choice3-btn-gold{background:linear-gradient(135deg,#d09a39,#e3b660);color:#1d160b;box-shadow:0 8px 18px rgba(208,154,57,.24)}
.ministry-choice3-btn-dark-outline{background:rgba(0,0,0,.10);color:#fff;border-color:rgba(255,255,255,.70)}

.ministry-choice3-section-heading{text-align:center;max-width:880px;margin:0 auto 16px;padding:5px 20px 0}
.ministry-choice3-section-heading>p{margin:0 0 4px;color:#a87219;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.ministry-choice3-section-heading h2{margin:0 0 7px;color:var(--deep);font-family:var(--serif);font-size:31px;line-height:1.1}
.ministry-choice3-section-heading>div{color:#5a554d;font-size:15.5px;line-height:1.45}

.ministry-choice3-priorities{padding:7px 16px 0}
.ministry-choice3-priority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ministry-choice3-priority-card{display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:18px;align-items:start;min-height:176px;padding:23px 25px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 9px 24px rgba(29,24,17,.07)}
.ministry-choice3-priority-card .ministry-choice3-round-icon{grid-row:1/3}
.ministry-choice3-priority-card h3{margin:2px 0 7px;color:var(--deep);font-family:var(--serif);font-size:25px;line-height:1.1}
.ministry-choice3-priority-card p{margin:0;color:#45443f;font-size:15.5px;line-height:1.48}

.ministry-choice3-wide-card{display:grid;overflow:hidden;margin:0 16px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 28px rgba(29,24,17,.08)}
.ministry-choice3-roles-card{grid-template-columns:minmax(300px,.82fr) minmax(0,1.45fr)}
.ministry-choice3-partnership-card{grid-template-columns:minmax(0,1.35fr) minmax(330px,.88fr)}
.ministry-choice3-wide-image{min-height:315px;background:#eee5d8;overflow:hidden}
.ministry-choice3-wide-image img{width:100%;height:100%;min-height:315px;display:block;background:#eee5d8}
.ministry-choice3-wide-copy{padding:30px 34px}
.ministry-choice3-small-label{margin:0 0 6px;color:#a87219;font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ministry-choice3-wide-copy h2{margin:0 0 8px;color:var(--deep);font-family:var(--serif);font-size:34px;line-height:1.08}
.ministry-choice3-wide-lead{margin:0 0 17px;color:#4d4942;font-size:16px;line-height:1.48}
.ministry-choice3-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ministry-choice3-role-grid>section{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:17px;background:#fffaf0;border:1px solid #ead7b2;border-radius:16px}
.ministry-choice3-role-grid>section>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--deep);color:#fff;font-family:var(--serif);font-size:20px;font-weight:900}
.ministry-choice3-role-grid h3{margin:0 0 2px;color:var(--deep);font-size:21px}
.ministry-choice3-role-grid strong{display:block;margin:0 0 7px;color:#986719;font-size:13.5px;line-height:1.35}
.ministry-choice3-role-grid p{margin:0;color:#494740;font-size:14px;line-height:1.45}

.ministry-choice3-step-list{display:grid;gap:9px;margin-top:16px}
.ministry-choice3-step-list>div{display:grid;grid-template-columns:35px minmax(0,1fr);gap:12px;align-items:start;padding:10px 12px;background:#fffaf0;border:1px solid #ead7b2;border-radius:13px}
.ministry-choice3-step-list>div>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--deep);color:#f0c76e;font-family:var(--serif);font-weight:900}
.ministry-choice3-step-list h3{margin:0 0 2px;color:var(--deep);font-size:17px;line-height:1.2}
.ministry-choice3-step-list p{margin:0;color:#4a4740;font-size:13.5px;line-height:1.4}

.ministry-choice3-links{padding:2px 16px 0}
.ministry-choice3-links-heading{margin-bottom:14px}
.ministry-choice3-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ministry-choice3-link-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:18px;align-items:start;padding:23px 25px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 9px 24px rgba(29,24,17,.07)}
.ministry-choice3-link-card h3{margin:0 0 5px;color:var(--deep);font-family:var(--serif);font-size:26px;line-height:1.12}
.ministry-choice3-link-card p{margin:0 0 10px;color:#4a4842;font-size:14.8px;line-height:1.45}
.ministry-choice3-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--deep);font-family:var(--serif);font-size:15px;font-weight:900;text-decoration:none}
.ministry-choice3-text-link:hover{color:#9b6b1f;text-decoration:none}

.ministry-choice3-bottom{padding:0 16px}
.ministry-choice3-cta{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 30px;border-radius:20px;background:linear-gradient(125deg,#073f30,#053326 68%,#04291f);color:#fff;box-shadow:0 11px 27px rgba(4,47,35,.20);overflow:hidden;position:relative}
.ministry-choice3-cta:after{content:"";position:absolute;right:-40px;bottom:-80px;width:230px;height:230px;border-radius:50%;border:38px solid rgba(226,183,99,.07)}
.ministry-choice3-cta-icon{position:relative;z-index:1;display:grid;place-items:center;width:66px;height:66px;border-radius:50%;border:2px solid #d9a843;color:#e8bb61}
.ministry-choice3-cta-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ministry-choice3-cta-copy{position:relative;z-index:1}
.ministry-choice3-cta-copy>p{margin:0 0 3px;color:#efc66e;font-size:12.5px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.ministry-choice3-cta-copy h2{margin:0 0 4px;color:#fff;font-family:var(--serif);font-size:29px;line-height:1.08}
.ministry-choice3-cta-copy>div{color:#efe7d9;font-size:14.5px;line-height:1.4}
.ministry-choice3-cta-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}

@media(max-width:1120px){
  .ministry-choice3-intro-card{grid-template-columns:68px minmax(0,1fr)}
  .ministry-choice3-intro-actions{grid-column:2;justify-content:flex-start;max-width:none}
  .ministry-choice3-priority-card{grid-template-columns:52px minmax(0,1fr);padding:21px}.ministry-choice3-priority-card .ministry-choice3-round-icon{width:52px;height:52px;flex-basis:52px}.ministry-choice3-priority-card .ministry-choice3-round-icon svg{width:29px;height:29px}
  .ministry-choice3-role-grid{grid-template-columns:1fr}
  .ministry-choice3-roles-card{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)}
  .ministry-choice3-partnership-card{grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr)}
  .ministry-choice3-cta{grid-template-columns:64px minmax(0,1fr)}
  .ministry-choice3-cta-actions{grid-column:2;justify-content:flex-start}
}

@media(max-width:900px){
  .ministry-choice3-page{padding-top:16px}
  .ministry-choice3-hero{height:285px}
  .ministry-choice3-hero-copy{padding:30px 38px;max-width:560px}
  .ministry-choice3-intro-card{margin-left:0;margin-right:0}
  .ministry-choice3-priorities,.ministry-choice3-links,.ministry-choice3-bottom{padding-left:0;padding-right:0}
  .ministry-choice3-priority-grid{grid-template-columns:1fr}
  .ministry-choice3-priority-card{min-height:0}
  .ministry-choice3-wide-card{margin-left:0;margin-right:0}
  .ministry-choice3-roles-card,.ministry-choice3-partnership-card{grid-template-columns:1fr}
  .ministry-choice3-partnership-card .ministry-choice3-wide-copy{order:2}.ministry-choice3-partnership-card .ministry-choice3-partnership-image{order:1}
  .ministry-choice3-wide-image,.ministry-choice3-wide-image img{min-height:300px;height:300px}
  .ministry-choice3-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ministry-choice3-link-grid{grid-template-columns:1fr}
}

@media(max-width:650px){
  .ministry-choice3-page{padding-top:10px;padding-bottom:38px}
  .ministry-choice3-frame{gap:12px}
  .ministry-choice3-hero{height:245px;border-radius:18px}
  .ministry-choice3-hero-wash{background:linear-gradient(90deg,rgba(255,250,239,.97),rgba(255,250,239,.80) 62%,rgba(7,52,39,.18))}
  .ministry-choice3-hero-copy{padding:25px 24px;max-width:92%}
  .ministry-choice3-kicker{font-size:12px}.ministry-choice3-hero h1{font-size:37px}.ministry-choice3-ornament{margin-top:13px;width:64px}
  .ministry-choice3-intro-card{grid-template-columns:1fr;gap:13px;margin-top:10px;padding:21px;border-radius:18px}
  .ministry-choice3-intro-card>.ministry-choice3-round-icon{width:54px;height:54px;flex-basis:54px}.ministry-choice3-intro-actions{grid-column:auto}.ministry-choice3-intro-actions .ministry-choice3-btn{width:100%}
  .ministry-choice3-intro-copy h2{font-size:23px}.ministry-choice3-intro-copy p{font-size:15px}
  .ministry-choice3-section-heading{padding-left:8px;padding-right:8px}.ministry-choice3-section-heading h2{font-size:27px}
  .ministry-choice3-priority-card{grid-template-columns:50px minmax(0,1fr);gap:14px;padding:19px;border-radius:17px}.ministry-choice3-priority-card h3{font-size:22px}.ministry-choice3-priority-card p{font-size:14.5px}
  .ministry-choice3-wide-card{border-radius:18px}.ministry-choice3-wide-image,.ministry-choice3-wide-image img{min-height:245px;height:245px}.ministry-choice3-wide-copy{padding:23px 21px}.ministry-choice3-wide-copy h2{font-size:29px}.ministry-choice3-wide-lead{font-size:15px}
  .ministry-choice3-role-grid{grid-template-columns:1fr}.ministry-choice3-role-grid>section{grid-template-columns:38px minmax(0,1fr);padding:14px}.ministry-choice3-role-grid>section>span{width:38px;height:38px}
  .ministry-choice3-link-card{grid-template-columns:52px minmax(0,1fr);gap:14px;padding:20px}.ministry-choice3-link-card .ministry-choice3-round-icon{width:52px;height:52px;flex-basis:52px}.ministry-choice3-link-card h3{font-size:23px}
  .ministry-choice3-cta{grid-template-columns:1fr;gap:13px;padding:22px 20px;border-radius:18px}.ministry-choice3-cta-icon{width:56px;height:56px}.ministry-choice3-cta-actions{grid-column:auto;justify-content:stretch}.ministry-choice3-cta-actions .ministry-choice3-btn{width:100%}.ministry-choice3-cta-copy h2{font-size:26px}
}

/* A104 — Approved shallow, wide Our Ministry layout.
   Matches the contained width and compact vertical rhythm of the Partner page. */
.ministry-a104-page{background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 50%,#fffdf8 100%);padding:14px 0 46px}
.ministry-a104-wrap{max-width:var(--max)}
.ministry-a104-frame{display:grid;gap:11px}
.ministry-a104-section{min-width:0}
.ministry-a104-empty{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 8px 22px rgba(27,22,15,.07)}
.ministry-a104-empty h1{font-family:var(--serif);font-size:38px;color:var(--deep)}

.ministry-a104-hero{position:relative;height:190px;border:1px solid #e5d8c2;border-radius:18px;overflow:hidden;background:#ede4d5;box-shadow:0 8px 22px rgba(32,26,17,.07)}
.ministry-a104-hero>img{position:absolute;inset:0;width:100%;height:100%;display:block;background:#efe6d8}
.ministry-a104-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,239,.97) 0%,rgba(255,250,239,.93) 20%,rgba(255,250,239,.68) 34%,rgba(255,250,239,.18) 52%,rgba(7,52,39,.08) 100%)}
.ministry-a104-hero-copy{position:relative;z-index:2;display:flex;height:100%;max-width:600px;flex-direction:column;justify-content:center;padding:24px 54px}
.ministry-a104-hero h1{margin:0;color:var(--deep);font-family:var(--serif);font-size:clamp(38px,3.35vw,52px);line-height:1.02;letter-spacing:-.02em;text-shadow:0 1px 0 rgba(255,255,255,.7)}
.ministry-a104-hero-copy p{margin:5px 0 0;color:#243a32;font-family:var(--serif);font-size:clamp(18px,1.6vw,23px);font-weight:700;line-height:1.15}
.ministry-a104-photo-credit{position:absolute;right:12px;bottom:8px;z-index:3;padding:3px 7px;border-radius:5px;background:rgba(0,0,0,.38);color:rgba(255,255,255,.92);font-size:9px;line-height:1.2;text-decoration:none}
.ministry-a104-photo-credit:hover{color:#fff;text-decoration:none;background:rgba(0,0,0,.52)}

.ministry-a104-intro-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 20px;background:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:0 7px 18px rgba(29,24,17,.06)}
.ministry-a104-intro-mark{display:grid;place-items:center;width:48px;height:58px;color:#d6aa55;font-size:25px;background:linear-gradient(135deg,#fff8e8,#f7ead0);clip-path:polygon(50% 0,100% 18%,78% 50%,100% 82%,50% 100%,0 82%,22% 50%,0 18%);opacity:.75}
.ministry-a104-intro-copy h2{margin:0 0 3px;color:var(--deep);font-family:var(--serif);font-size:20px;line-height:1.15}
.ministry-a104-intro-copy p{margin:0;color:#373a36;font-size:13.5px;line-height:1.4}
.ministry-a104-intro-copy .ministry-a104-intro-note{display:inline;color:#243a32;font-weight:700}
.ministry-a104-intro-copy .ministry-a104-intro-note:before{content:" ";}
.ministry-a104-intro-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:330px}

.ministry-a104-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:35px;padding:8px 14px;border:1px solid transparent;border-radius:5px;font-family:var(--serif);font-size:13.5px;font-weight:800;line-height:1.1;text-align:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.ministry-a104-btn:hover{text-decoration:none;transform:translateY(-1px)}
.ministry-a104-btn-green{background:var(--deep);color:#fff;box-shadow:0 6px 14px rgba(7,52,39,.16)}
.ministry-a104-btn-outline{background:#fff;color:var(--deep);border-color:#d5a443}
.ministry-a104-btn-gold{background:linear-gradient(135deg,#d09a39,#e3b660);color:#1d160b;box-shadow:0 6px 14px rgba(208,154,57,.20)}
.ministry-a104-btn-dark-outline{background:rgba(0,0,0,.08);color:#fff;border-color:rgba(255,255,255,.68)}

.ministry-a104-section-heading{text-align:center;max-width:820px;margin:0 auto 10px;padding:3px 18px 0}
.ministry-a104-section-heading>p{margin:0 0 3px;color:#a87219;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ministry-a104-section-heading h2{margin:0 0 4px;color:var(--deep);font-family:var(--serif);font-size:27px;line-height:1.08}
.ministry-a104-section-heading>div{color:#5a554d;font-size:13px;line-height:1.4}

.ministry-a104-priority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.ministry-a104-priority-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;min-height:126px;padding:16px 18px;background:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:0 7px 18px rgba(29,24,17,.06)}
.ministry-a104-round-icon{width:49px;height:49px;flex:0 0 49px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0a5a43,#063729);color:#e6b854;box-shadow:0 6px 14px rgba(4,47,35,.16)}
.ministry-a104-round-icon-light{background:#fff8e8;color:#c78e28;border:1px solid #eedbb6;box-shadow:none}
.ministry-a104-round-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ministry-a104-priority-card h3{margin:1px 0 5px;color:var(--deep);font-family:var(--serif);font-size:21px;line-height:1.08}
.ministry-a104-priority-card p{margin:0;color:#45443f;font-size:12.8px;line-height:1.4}
.ministry-a104-text-link{display:inline-flex;align-items:center;gap:6px;margin-top:7px;color:var(--deep);font-family:var(--serif);font-size:12.5px;font-weight:900;text-decoration:none}
.ministry-a104-text-link:hover{color:#9b6b1f;text-decoration:none}

.ministry-a104-wide-card{display:grid;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:0 7px 18px rgba(29,24,17,.06)}
.ministry-a104-roles-card{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}
.ministry-a104-partnership-card{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)}
.ministry-a104-wide-image{min-height:174px;height:174px;background:#eee5d8;overflow:hidden}
.ministry-a104-wide-image img{width:100%;height:100%;display:block;background:#eee5d8}
.ministry-a104-wide-copy{display:flex;flex-direction:column;justify-content:center;padding:17px 24px}
.ministry-a104-small-label{margin:0 0 3px;color:#a87219;font-size:10.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ministry-a104-wide-copy h2{margin:0 0 5px;color:var(--deep);font-family:var(--serif);font-size:25px;line-height:1.08}
.ministry-a104-wide-lead{margin:0 0 8px;color:#47453f;font-size:13px;line-height:1.38}
.ministry-a104-role-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:1px 0 7px}
.ministry-a104-role-summary p{margin:0;color:#494740;font-size:11.8px;line-height:1.35}
.ministry-a104-role-summary strong{display:block;color:var(--deep);font-family:var(--serif);font-size:14px;line-height:1.1}
.ministry-a104-role-summary em{display:block;margin:2px 0 3px;color:#966719;font-size:10.5px;font-style:normal;font-weight:800;line-height:1.2}
.ministry-a104-inline-button{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:6px 10px;border:1px solid #e1c996;border-radius:5px;background:#fffaf0;color:#95671d;font-family:var(--serif);font-size:11.5px;font-weight:900;text-decoration:none}
.ministry-a104-inline-button:hover{text-decoration:none;background:#fff4db}
.ministry-a104-step-row{display:flex;flex-wrap:wrap;gap:8px 16px;margin:4px 0 7px}
.ministry-a104-step-row>div{display:grid;grid-template-columns:17px minmax(0,1fr);gap:5px;align-items:start;max-width:250px}
.ministry-a104-step-row span{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--deep);color:#fff;font-size:9px;line-height:1}
.ministry-a104-step-row p{margin:0;color:#47453f;font-size:10.8px;line-height:1.3}
.ministry-a104-step-row strong{display:block;color:var(--deep);font-size:11px}

.ministry-a104-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.ministry-a104-link-card{display:grid;grid-template-columns:49px minmax(0,1fr);gap:14px;align-items:center;min-height:91px;padding:13px 17px;background:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:0 7px 18px rgba(29,24,17,.06)}
.ministry-a104-link-card h3{margin:0 0 2px;color:var(--deep);font-family:var(--serif);font-size:20px;line-height:1.08}
.ministry-a104-link-card p{margin:0;color:#4a4842;font-size:11.8px;line-height:1.35}
.ministry-a104-link-card .ministry-a104-text-link{margin-top:4px;font-size:11.5px;color:#a06e20}

.ministry-a104-cta{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:17px;align-items:center;min-height:73px;padding:12px 20px;border-radius:14px;background:linear-gradient(125deg,#073f30,#053326 68%,#04291f);color:#fff;box-shadow:0 8px 20px rgba(4,47,35,.18);overflow:hidden;position:relative}
.ministry-a104-cta:after{content:"";position:absolute;right:-40px;bottom:-90px;width:220px;height:220px;border-radius:50%;border:34px solid rgba(226,183,99,.06)}
.ministry-a104-cta-icon{position:relative;z-index:1;display:grid;place-items:center;width:50px;height:50px;color:#e8bb61}
.ministry-a104-cta-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ministry-a104-cta-copy{position:relative;z-index:1}
.ministry-a104-cta-copy>p{margin:0 0 2px;color:#efc66e;font-size:9.5px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ministry-a104-cta-copy h2{margin:0 0 2px;color:#e9b95a;font-family:var(--serif);font-size:22px;line-height:1.05}
.ministry-a104-cta-copy>div{color:#f1eadf;font-size:11.5px;line-height:1.3}
.ministry-a104-cta-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}

@media(max-width:1180px){
  .ministry-a104-hero{height:180px}
  .ministry-a104-intro-card{grid-template-columns:50px minmax(0,1fr)}
  .ministry-a104-intro-actions{grid-column:2;justify-content:flex-start;max-width:none}
  .ministry-a104-priority-card{grid-template-columns:46px minmax(0,1fr);padding:15px}.ministry-a104-priority-card .ministry-a104-round-icon{width:44px;height:44px;flex-basis:44px}.ministry-a104-priority-card .ministry-a104-round-icon svg{width:25px;height:25px}
  .ministry-a104-roles-card{grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr)}
  .ministry-a104-partnership-card{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}
  .ministry-a104-cta{grid-template-columns:50px minmax(0,1fr)}
  .ministry-a104-cta-actions{grid-column:2;justify-content:flex-start}
}
@media(max-width:900px){
  .ministry-a104-page{padding-top:10px}
  .ministry-a104-hero{height:210px}
  .ministry-a104-hero-copy{padding:25px 34px;max-width:540px}
  .ministry-a104-priority-grid{grid-template-columns:1fr}
  .ministry-a104-priority-card{min-height:0}
  .ministry-a104-roles-card,.ministry-a104-partnership-card{grid-template-columns:1fr}
  .ministry-a104-partnership-card .ministry-a104-wide-copy{order:2}.ministry-a104-partnership-card .ministry-a104-partnership-image{order:1}
  .ministry-a104-wide-image{min-height:260px;height:260px}
  .ministry-a104-role-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ministry-a104-link-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .ministry-a104-page{padding-top:8px;padding-bottom:34px}
  .ministry-a104-frame{gap:9px}
  .ministry-a104-hero{height:220px;border-radius:15px}
  .ministry-a104-hero-wash{background:linear-gradient(90deg,rgba(255,250,239,.96),rgba(255,250,239,.74) 70%,rgba(7,52,39,.12))}
  .ministry-a104-hero-copy{padding:24px 20px;max-width:94%}
  .ministry-a104-hero h1{font-size:36px}.ministry-a104-hero-copy p{font-size:18px}
  .ministry-a104-photo-credit{font-size:7px;right:7px;bottom:5px;max-width:62%;text-align:right}
  .ministry-a104-intro-card{grid-template-columns:1fr;gap:8px;padding:17px;border-radius:14px}
  .ministry-a104-intro-mark{width:42px;height:48px}.ministry-a104-intro-actions{grid-column:auto}.ministry-a104-intro-actions .ministry-a104-btn{width:100%}
  .ministry-a104-intro-copy h2{font-size:19px}.ministry-a104-intro-copy p{font-size:13px}
  .ministry-a104-priority-card{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:16px;border-radius:14px}.ministry-a104-priority-card h3{font-size:20px}.ministry-a104-priority-card p{font-size:12.5px}
  .ministry-a104-wide-card{border-radius:14px}.ministry-a104-wide-image{min-height:220px;height:220px}.ministry-a104-wide-copy{padding:18px}.ministry-a104-wide-copy h2{font-size:24px}.ministry-a104-wide-lead{font-size:13px}
  .ministry-a104-role-summary{grid-template-columns:1fr;gap:8px}
  .ministry-a104-link-card{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:15px}.ministry-a104-link-card .ministry-a104-round-icon{width:44px;height:44px;flex-basis:44px}.ministry-a104-link-card h3{font-size:19px}
  .ministry-a104-cta{grid-template-columns:1fr;gap:8px;padding:17px;border-radius:14px}.ministry-a104-cta-icon{width:45px;height:45px}.ministry-a104-cta-actions{grid-column:auto;justify-content:stretch}.ministry-a104-cta-actions .ministry-a104-btn{width:100%}.ministry-a104-cta-copy h2{font-size:21px}
}

/* A105 — About page medium-browser Scripture placement repair.
   At medium desktop / laptop widths, the church photograph remains on the left.
   The Who We Are copy stays at the upper right, and the Scripture card becomes a
   shorter horizontal card directly underneath that copy. On phones and small
   tablets, the natural reading order remains photo, story, then Scripture. */
@media (min-width:821px) and (max-width:1160px){
  .about-exact-page .exact-who-card{
    grid-template-columns:minmax(360px,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto auto;
    column-gap:28px;
    row-gap:18px;
    align-items:stretch;
  }
  .about-exact-page .exact-who-photo{
    grid-column:1;
    grid-row:1 / span 2;
    min-height:360px;
  }
  .about-exact-page .exact-who-photo img{
    min-height:360px;
    height:100%;
  }
  .about-exact-page .exact-who-copy{
    grid-column:2;
    grid-row:1;
    align-self:end;
    padding:0 6px!important;
  }
  .about-exact-page .exact-scripture-card{
    grid-column:2!important;
    grid-row:2;
    align-self:start;
    width:100%;
    min-height:126px;
    padding:15px 22px;
    border-width:2px;
  }
  .about-exact-page .exact-book-icon{
    font-size:25px;
    margin-bottom:4px;
  }
  .about-exact-page .exact-scripture-card p{
    max-width:560px;
    margin-bottom:8px;
    font-size:15px;
    line-height:1.28;
  }
  .about-exact-page .exact-scripture-card strong{
    font-size:12.5px;
  }
}
@media (max-width:820px){
  .about-exact-page .exact-who-card{
    grid-template-columns:1fr!important;
    grid-template-rows:auto;
  }
  .about-exact-page .exact-who-photo,
  .about-exact-page .exact-who-copy,
  .about-exact-page .exact-scripture-card{
    grid-column:1!important;
    grid-row:auto!important;
  }
  .about-exact-page .exact-scripture-card{
    width:100%;
    min-height:150px;
  }
}

/* A107 — Our Ministry desktop/phone banner crop support. */
.ministry-a104-hero>.ministry-a104-hero-picture{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}
.ministry-a104-hero>.ministry-a104-hero-picture>img{
  width:100%;
  height:100%;
  max-width:none;
  display:block;
  background:#efe6d8;
  object-position:var(--ministry-desktop-position,center);
}
@media(max-width:700px){
  .ministry-a104-hero>.ministry-a104-hero-picture>img{
    object-position:var(--ministry-mobile-position,center);
  }
}

/* A108 — Shared user-adjustable fade system for every large top-picture area.
   The backend saves fade strength and how far it reaches from the left. */
@media (min-width:821px){
  .about-a060-top-page .exact-hero:before{
    background:linear-gradient(90deg,
      rgba(255,249,237,var(--gfg-fade-alpha)) 0%,
      rgba(255,249,237,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
      rgba(255,249,237,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
      rgba(255,249,237,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
      rgba(255,249,237,0) var(--gfg-fade-end)
    )!important;
  }
}

.ministry-a104-hero-wash{
  background:
    linear-gradient(90deg,
      rgba(255,250,239,var(--gfg-fade-alpha)) 0%,
      rgba(255,250,239,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
      rgba(255,250,239,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
      rgba(255,250,239,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
      rgba(255,250,239,0) var(--gfg-fade-end)
    ),
    linear-gradient(0deg,rgba(7,52,39,.08),rgba(7,52,39,0) 58%)!important;
}

@media (min-width:861px){
  .partner-a080-hero::after{
    background:
      linear-gradient(90deg,
        rgba(251,244,231,var(--gfg-fade-alpha)) 0%,
        rgba(251,244,231,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
        rgba(251,244,231,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
        rgba(251,244,231,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
        rgba(251,244,231,0) var(--gfg-fade-end)
      ),
      linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.04))!important;
  }
}

.prayer-a100-hero-picture{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
}
.prayer-a100-hero-picture .prayer-a100-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--prayer-desktop-position,center center);
}
.prayer-a100-hero::before{
  background:
    linear-gradient(90deg,
      rgba(4,54,42,var(--gfg-fade-alpha)) 0%,
      rgba(4,54,42,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
      rgba(4,54,42,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
      rgba(4,54,42,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
      rgba(4,54,42,.12) var(--gfg-fade-end)
    ),
    linear-gradient(0deg,rgba(5,37,30,.44),rgba(255,248,230,.12))!important;
}
@media(max-width:900px){
  .prayer-a100-hero-picture .prayer-a100-hero-img{object-position:var(--prayer-mobile-position,center center)}
  .prayer-a100-hero::before{
    background:linear-gradient(180deg,rgba(5,58,45,.88) 0%,rgba(5,58,45,.64) 50%,rgba(5,58,45,.42) 100%)!important;
  }
}

.hero-slide{
  background-image:
    linear-gradient(90deg,
      rgba(4,18,16,var(--gfg-fade-alpha)) 0%,
      rgba(4,18,16,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
      rgba(4,18,16,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
      rgba(4,18,16,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
      rgba(4,18,16,.06) var(--gfg-fade-end)
    ),
    linear-gradient(0deg,rgba(4,18,16,.52),rgba(4,18,16,0) 54%),
    var(--slide-image)!important;
}
.hero-static-card{
  background-image:
    linear-gradient(90deg,
      rgba(5,38,30,var(--gfg-fade-alpha)) 0%,
      rgba(5,38,30,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),
      rgba(5,38,30,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),
      rgba(5,38,30,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),
      rgba(5,38,30,.10) var(--gfg-fade-end)
    ),
    var(--static-image)!important;
}
@media(max-width:920px){
  .hero-slide{
    background-image:
      linear-gradient(180deg,rgba(4,18,16,.72) 0%,rgba(4,18,16,.48) 55%,rgba(4,18,16,.58) 100%),
      var(--slide-mobile-image,var(--slide-image))!important;
  }
  .hero-static-card{
    background-image:
      linear-gradient(180deg,rgba(5,38,30,.72),rgba(5,38,30,.48)),
      var(--static-mobile-image,var(--static-image))!important;
  }
}

/* A111 — Layout 1 Current Ministry Needs page with editable banner type and compact categories */
.needs-a109-page{background:linear-gradient(180deg,#fffdf8 0%,#fbf6eb 48%,#fffdf8 100%);padding:14px 0 50px}
.needs-a109-wrap{max-width:var(--max)}
.needs-a109-hero{position:relative;height:190px;overflow:hidden;border:1px solid #e7dbc8;border-radius:18px;box-shadow:0 17px 40px rgba(40,34,24,.10);background:#eee3d1}
.needs-a109-hero-picture,.needs-a109-hero-picture img{position:absolute;inset:0;width:100%;height:100%}
.needs-a109-hero-picture img{object-fit:var(--needs-image-fit,cover);object-position:var(--needs-desktop-position,center)}
.needs-a109-hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,239,var(--gfg-fade-alpha)) 0%,rgba(255,250,239,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),rgba(255,250,239,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),rgba(255,250,239,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),rgba(255,250,239,0) var(--gfg-fade-end));pointer-events:none}
.needs-a109-hero-copy{position:relative;z-index:2;width:var(--needs-hero-copy-width,54%);max-width:68%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:24px 24px 24px 54px}
.needs-a109-hero-copy h1{font-family:var(--serif);font-size:var(--needs-hero-heading-size,44px);line-height:1.01;color:var(--deep);margin:0 0 8px}
.needs-a109-hero-copy p{font-family:var(--serif);font-size:var(--needs-hero-subtitle-size,18px);line-height:1.25;color:#263c34;margin:0;font-weight:700}
.needs-a109-intro{margin:11px 0 0;padding:22px 30px;display:grid;grid-template-columns:54px 1fr;gap:20px;align-items:center;border:1px solid #e5dac6;border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(45,38,27,.07)}
.needs-a109-intro-mark{width:49px;height:49px;border-radius:50%;display:grid;place-items:center;background:#073f31;color:#e9bb61;font-size:25px;font-weight:900}
.needs-a109-intro p{font-family:var(--serif);font-size:20px;line-height:1.42;color:#17372e;margin:0 0 3px;font-weight:700}
.needs-a109-intro span{display:block;font-size:14px;line-height:1.45;color:#655e53}
.needs-a109-section{padding:44px 0 0}
.needs-a109-heading{text-align:center;max-width:900px;margin:0 auto 24px}
.needs-a109-heading>p,.needs-a109-provided-head>div>p{margin:0 0 6px;color:#a87623;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}
.needs-a109-heading h2,.needs-a109-provided-head h2{font-family:var(--serif);font-size:clamp(30px,3vw,43px);color:var(--deep);margin:0 0 7px}
.needs-a109-heading>div{font-size:16px;color:#5c564c;line-height:1.45}
.needs-a109-featured{display:grid;grid-template-columns:minmax(350px,44%) minmax(0,1fr);min-height:400px;border:1px solid #e4d8c4;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 18px 42px rgba(37,31,22,.10)}
.needs-a109-featured-image{position:relative;min-height:400px;background:#e9e0d1;overflow:hidden}
.needs-a109-featured-image img{width:100%;height:100%;object-fit:cover}
.needs-a109-priority{position:absolute;left:18px;top:18px;padding:7px 13px;border-radius:999px;background:#d9a548;color:#fff;font-size:12px;font-weight:900;box-shadow:0 7px 15px rgba(0,0,0,.18)}
.needs-a109-priority.urgent{background:#9b342b}
.needs-a109-featured-copy{padding:30px 34px 32px;display:flex;flex-direction:column;justify-content:center}
.needs-a109-category-label{margin:0 0 5px;color:#9a6a1e;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}
.needs-a109-featured-copy h3{font-family:var(--serif);font-size:clamp(29px,2.5vw,39px);line-height:1.08;color:var(--deep);margin:0 0 10px}
.needs-a109-featured-lead{font-size:17px;line-height:1.5;color:#443f37;margin:0 0 18px}
.needs-a109-purpose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.needs-a109-purpose-grid>div{padding:13px 14px;background:#fbf7ef;border:1px solid #eadfce;border-radius:11px}
.needs-a109-purpose-grid strong{display:block;color:#073f31;font-family:var(--serif);font-size:15px;margin-bottom:3px}
.needs-a109-purpose-grid span{display:block;color:#5b554c;font-size:12.5px;line-height:1.38}
.needs-a109-progress-block{margin:0 0 17px}
.needs-a109-progress-block>div:first-child{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:7px}
.needs-a109-progress-block strong,.needs-a109-card-progress strong{color:#17372e;font-size:15px}
.needs-a109-progress-block span{font-size:13px;color:#6b6255}
.needs-a109-progress{height:9px;border-radius:999px;background:#e8dfcc;overflow:hidden}
.needs-a109-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b5b47,#d2a044)}
.needs-a109-btn,.needs-a109-card-btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:45px;padding:11px 22px;border-radius:7px;background:#073f31;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 10px 20px rgba(7,63,49,.17)}
.needs-a109-btn:hover,.needs-a109-card-btn:hover{text-decoration:none;transform:translateY(-1px)}
.needs-a109-category-section{padding-top:34px}
.needs-a109-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.needs-a109-category-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e5dac8;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 26px rgba(42,35,24,.08);text-align:center}
.needs-a109-category-image{height:128px;overflow:hidden;background:#eee3d1}
.needs-a109-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.needs-a109-category-card:hover .needs-a109-category-image img{transform:scale(1.025)}
.needs-a109-category-icon{width:54px;height:54px;margin:-27px auto 7px;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;background:#073f31;color:#e4b45c;position:relative}
.needs-a109-category-icon svg,.needs-a109-provided-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.needs-a109-category-card h3{font-family:var(--serif);font-size:19px;line-height:1.12;color:var(--deep);padding:0 12px;margin:0 0 7px}
.needs-a109-category-card p{font-size:12.5px;line-height:1.4;color:#5b554c;margin:0;padding:0 15px 12px;flex:1}
.needs-a109-category-card>a{margin:0 14px 14px;padding:8px 10px;border-radius:6px;background:#f7f0e2;color:#174136;font-size:12px;font-weight:900;text-decoration:none}
.needs-a109-current-section{padding-top:50px}
.needs-a109-current-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
.needs-a109-need-card{display:flex;flex-direction:column;border:1px solid #e4d9c7;border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 13px 30px rgba(42,35,24,.08)}
.needs-a109-need-image{position:relative;height:205px;overflow:hidden;background:#eee5d7}
.needs-a109-need-image img{width:100%;height:100%;object-fit:cover}
.needs-a109-need-image>span{position:absolute;left:13px;bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(6,54,42,.92);color:#fff;font-size:11px;font-weight:900;box-shadow:0 6px 14px rgba(0,0,0,.15)}
.needs-a109-need-copy{padding:20px 21px 21px;display:flex;flex-direction:column;flex:1}
.needs-a109-need-copy h3{font-family:var(--serif);font-size:24px;line-height:1.1;color:var(--deep);margin:0 0 8px}
.needs-a109-need-copy>p{font-size:14px;line-height:1.48;color:#514b42;margin:0 0 14px}
.needs-a109-card-progress{margin:0 0 13px}
.needs-a109-card-progress .needs-a109-progress{margin:6px 0 4px;height:7px}
.needs-a109-card-progress small{display:block;color:#6b6256;font-size:12px}
.needs-a109-details{margin:0 0 14px;border-top:1px solid #eee4d4;border-bottom:1px solid #eee4d4;padding:9px 0}
.needs-a109-details summary{cursor:pointer;color:#174438;font-weight:900;font-size:13px}
.needs-a109-details p{font-size:12.5px;line-height:1.4;color:#5b554c;margin:8px 0 0}
.needs-a109-card-btn{margin-top:auto;min-height:40px;padding:9px 16px;font-size:13px}
.needs-a109-provided-section{margin:48px 0 0;padding:28px;border:1px solid #d9d4bb;border-radius:19px;background:linear-gradient(135deg,#edf0dd,#f8f2e5);box-shadow:0 12px 28px rgba(39,45,28,.07)}
.needs-a109-provided-head{display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:center;margin-bottom:20px}
.needs-a109-provided-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff8e8;color:#9b6b20;border:1px solid #dfd0ab}
.needs-a109-provided-head h2{font-size:clamp(27px,2.6vw,38px);margin-bottom:4px}
.needs-a109-provided-head span{color:#5c594b;font-size:14px}
.needs-a109-provided-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:13px}
.needs-a109-provided-grid article{display:grid;grid-template-columns:115px 1fr;min-height:115px;background:rgba(255,255,255,.83);border:1px solid #ded5c0;border-radius:13px;overflow:hidden}
.needs-a109-provided-grid img{width:100%;height:100%;object-fit:cover}
.needs-a109-provided-grid article>div{padding:13px 14px}
.needs-a109-provided-grid strong{display:block;font-family:var(--serif);font-size:17px;line-height:1.15;color:var(--deep)}
.needs-a109-provided-grid p{font-size:12.5px;line-height:1.38;color:#595449;margin:5px 0}
.needs-a109-provided-grid small{color:#8b6b35;font-weight:800}
.needs-a109-bottom{margin:46px 0 0;padding:28px 32px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;border-radius:18px;background:linear-gradient(135deg,#073f31,#05291f);color:#fff;box-shadow:0 16px 34px rgba(5,50,39,.20)}
.needs-a109-bottom h2{font-family:var(--serif);font-size:31px;color:#fff;margin:0 0 4px}
.needs-a109-bottom p{margin:0;color:#f2eadc;font-size:15px;max-width:830px}
.needs-a109-bottom-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.needs-a109-btn.light{background:#fff8eb;color:#073f31;box-shadow:none}
.needs-a109-btn.gold{background:linear-gradient(135deg,#d09a39,#e4b763);color:#fff;box-shadow:none}
.needs-a109-empty{text-align:center;padding:35px;border:1px dashed #d9cbb5;border-radius:15px;background:#fff}
.needs-a109-empty h3{font-family:var(--serif);font-size:25px;color:var(--deep);margin:0 0 6px}
.needs-a109-empty p{margin:0;color:#655e54}
.needs-a109-empty.light{background:rgba(255,255,255,.65)}

@media(max-width:1200px){
  .needs-a109-hero{height:180px}
  .needs-a109-hero-copy{padding-left:38px;width:min(var(--needs-hero-copy-width,54%),64%)}
  .needs-a109-purpose-grid{grid-template-columns:1fr}
  .needs-a109-category-grid{grid-template-columns:repeat(3,1fr)}
  .needs-a109-current-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
  .needs-a109-provided-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
}
@media(max-width:820px){
  .needs-a109-page{padding-top:10px}
  .needs-a109-wrap{padding-left:22px;padding-right:22px}
  .needs-a109-hero{height:210px;border-radius:18px}
  .needs-a109-hero-copy{width:76%;max-width:76%;padding:22px 24px 22px 30px;justify-content:center}
  .needs-a109-hero-copy h1{font-size:min(var(--needs-hero-heading-size,44px),36px);margin-top:0}
  .needs-a109-hero-copy p{font-size:min(var(--needs-hero-subtitle-size,18px),18px)}
  .needs-a109-hero-fade{background:linear-gradient(90deg,rgba(255,250,239,var(--gfg-fade-alpha)) 0%,rgba(255,250,239,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),rgba(255,250,239,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),rgba(255,250,239,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),rgba(255,250,239,0) var(--gfg-fade-end))}
  .needs-a109-intro{margin-left:0;margin-right:0;padding:19px 21px}
  .needs-a109-section{padding-left:0;padding-right:0}
  .needs-a109-featured{grid-template-columns:1fr}
  .needs-a109-featured-image{min-height:280px;height:280px}
  .needs-a109-featured-copy{padding:25px}
  .needs-a109-category-grid{grid-template-columns:repeat(2,1fr)}
  .needs-a109-provided-section,.needs-a109-bottom{margin-left:0;margin-right:0}
  .needs-a109-bottom{grid-template-columns:1fr}.needs-a109-bottom-actions{justify-content:flex-start}
}
@media(max-width:560px){
  .needs-a109-wrap{padding-left:12px;padding-right:12px}
  .needs-a109-hero{height:220px;border-radius:15px}
  .needs-a109-hero-picture img{object-position:var(--needs-mobile-position,center)}
  .needs-a109-hero-fade{background:linear-gradient(180deg,rgba(255,250,239,var(--gfg-fade-alpha)) 0%,rgba(255,250,239,var(--gfg-fade-alpha)) var(--gfg-fade-solid-stop),rgba(255,250,239,var(--gfg-fade-mid)) var(--gfg-fade-mid-stop),rgba(255,250,239,var(--gfg-fade-soft)) var(--gfg-fade-soft-stop),rgba(255,250,239,0) var(--gfg-fade-end))}
  .needs-a109-hero-copy{width:94%;max-width:94%;height:100%;padding:20px;justify-content:center}
  .needs-a109-hero-copy h1{font-size:min(var(--needs-hero-heading-size,44px),34px);margin-top:0}
  .needs-a109-hero-copy p{font-size:min(var(--needs-hero-subtitle-size,18px),18px);max-width:390px}
  .needs-a109-intro{grid-template-columns:43px 1fr;gap:13px;margin-top:14px;padding:16px}
  .needs-a109-intro-mark{width:42px;height:42px}
  .needs-a109-intro p{font-size:17px}
  .needs-a109-section{padding-top:34px}
  .needs-a109-heading{margin-bottom:18px}.needs-a109-heading h2{font-size:29px}
  .needs-a109-featured-image{height:235px;min-height:235px}
  .needs-a109-featured-copy{padding:20px}
  .needs-a109-featured-copy h3{font-size:29px}
  .needs-a109-category-grid,.needs-a109-current-grid,.needs-a109-provided-grid{grid-template-columns:1fr}
  .needs-a109-category-image{height:160px}
  .needs-a109-need-image{height:220px}
  .needs-a109-provided-section{padding:20px 15px;margin-top:34px}
  .needs-a109-provided-head{grid-template-columns:52px 1fr;gap:12px}.needs-a109-provided-icon{width:50px;height:50px}
  .needs-a109-provided-grid article{grid-template-columns:100px 1fr}
  .needs-a109-bottom{padding:23px 20px;margin-top:34px}.needs-a109-bottom h2{font-size:27px}
  .needs-a109-btn{width:100%}.needs-a109-bottom-actions{width:100%}
}
.needs-a109-no-current{margin:0 14px 14px;padding:8px 10px;border-radius:6px;background:#f5f1e9;color:#777065;font-size:12px;font-weight:800}

/* A111 — Compact heading above the five Needs category cards. */
.needs-a111-category-heading{
  max-width:none;
  margin:0 0 18px;
  padding:4px 0 4px 16px;
  border-left:4px solid #bd8a32;
  text-align:left;
}
.needs-a111-category-heading>p{margin:0 0 2px}
.needs-a111-category-heading h2{
  font-size:var(--needs-category-heading-size,30px);
  line-height:1.12;
  margin:0;
}
@media(max-width:820px){
  .needs-a111-category-heading{margin-bottom:16px}
  .needs-a111-category-heading h2{font-size:min(var(--needs-category-heading-size,30px),30px)}
}
@media(max-width:560px){
  .needs-a111-category-heading{padding-left:12px;margin-bottom:14px}
  .needs-a111-category-heading h2{font-size:min(var(--needs-category-heading-size,30px),27px)}
}

/* A112 — Streamlined Give page with live Current Projects & Needs records */
.give-a112-page{background:linear-gradient(180deg,#fbf6eb 0%,#fffdf8 48%,#fbf6eb 100%)}
.give-a112-hero{position:relative;isolation:isolate;min-height:310px;overflow:hidden;background:#083c30;color:#fff}
.give-a112-hero-media,.give-a112-hero-media img{position:absolute;inset:0;width:100%;height:100%;display:block}
.give-a112-hero-media img{object-fit:cover;object-position:var(--give-desktop-position,center)}
.give-a112-hero-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,48,38,var(--gfg-fade-alpha,.92)) 0%,rgba(4,48,38,var(--gfg-fade-alpha,.92)) var(--gfg-fade-solid-stop,27.6%),rgba(4,48,38,var(--gfg-fade-mid,.66)) var(--gfg-fade-mid-stop,43.2%),rgba(4,48,38,var(--gfg-fade-soft,.22)) var(--gfg-fade-soft-stop,54%),rgba(4,48,38,.05) var(--gfg-fade-end,60%),rgba(4,48,38,.12) 100%)}
.give-a112-hero-inner{position:relative;z-index:2;min-height:310px;display:flex;align-items:center;justify-content:space-between;gap:36px;padding-top:34px;padding-bottom:34px}
.give-a112-hero-copy{max-width:700px}
.give-a112-eyebrow{margin:0 0 9px;color:#a86d14;text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:900;line-height:1.1}
.give-a112-eyebrow.light{color:#efbd62;text-shadow:0 2px 10px rgba(0,0,0,.32)}
.give-a112-hero h1{margin:0 0 13px;color:#fffdf7;font-family:var(--serif);font-size:clamp(40px,5vw,66px);line-height:.98;letter-spacing:-.02em;text-shadow:0 4px 18px rgba(0,0,0,.33)}
.give-a112-hero-copy>p:not(.give-a112-eyebrow){max-width:650px;margin:0;color:#fff5e4;font-family:var(--serif);font-size:clamp(18px,2vw,23px);line-height:1.4;text-shadow:0 2px 12px rgba(0,0,0,.4)}
.give-a112-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}
.give-a112-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.give-a112-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.give-a112-btn.gold{background:linear-gradient(135deg,#d49a34,#bc7e1c);color:#fff;box-shadow:0 12px 24px rgba(165,101,10,.25)}
.give-a112-btn.light{background:rgba(255,253,247,.94);border-color:#e5c887;color:#164436}
.give-a112-btn.green{background:#07513f;color:#fff;box-shadow:0 10px 22px rgba(4,59,45,.18)}
.give-a112-hero-note{width:min(350px,31vw);padding:18px 20px;background:linear-gradient(135deg,rgba(255,251,241,.96),rgba(250,238,210,.94));border:1px solid rgba(228,183,99,.75);border-left:5px solid #d39a35;border-radius:14px;box-shadow:0 18px 42px rgba(0,0,0,.20);color:#183f33}
.give-a112-hero-note strong{display:block;font-family:var(--serif);font-size:23px;line-height:1.08;margin-bottom:7px}
.give-a112-hero-note span{display:block;color:#514939;font-size:14.5px;line-height:1.42}
.give-a112-section{padding:62px 0}
.give-a112-section-head{max-width:820px;margin:0 0 30px}
.give-a112-section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.give-a112-section-head.split{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.give-a112-section-head.split>div{max-width:790px}
.give-a112-section-head h2{margin:0 0 10px;color:var(--deep);font-family:var(--serif);font-size:clamp(31px,3.2vw,46px);line-height:1.04;letter-spacing:-.018em}
.give-a112-section-head>p:not(.give-a112-eyebrow),.give-a112-section-head>div>p:not(.give-a112-eyebrow){margin:0;color:#4a443b;font-size:17px;line-height:1.5}
.give-a112-choices{background:#fffdf8;border-bottom:1px solid #eee1cb}
.give-a112-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.give-a112-choice-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:26px 24px 22px;background:#fff;border:1px solid #eadfce;border-radius:17px;box-shadow:0 13px 32px rgba(25,21,15,.075)}
.give-a112-choice-card.projects{border-top:5px solid #cc9130;padding-top:22px}
.give-a112-choice-card.monthly{background:linear-gradient(180deg,#fffdf8,#fff7e8)}
.give-a112-choice-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#0c5a46,#053a2d 70%);color:#e2ae4c;box-shadow:0 10px 22px rgba(5,55,43,.18)}
.give-a112-choice-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.give-a112-choice-card h3,.give-a112-contact-box h3,.give-a112-confidence-grid h3{margin:18px 0 9px;color:var(--deep);font-family:var(--serif);font-size:24px;line-height:1.07}
.give-a112-choice-card p{margin:0 0 22px;color:#494239;font-size:15px;line-height:1.46}
.give-a112-choice-card>a,.give-a112-contact-box>a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#845511;font-weight:900;text-decoration:none!important}
.give-a112-choice-card>a span,.give-a112-contact-box>a span,.give-a112-text-link span{font-size:23px;line-height:.7}
.give-a112-projects{background:linear-gradient(180deg,#f8f0df,#fbf7ed)}
.give-a112-text-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:11px 15px;border:1px solid #d3ad69;border-radius:7px;background:#fffaf0;color:#74470d;font-weight:900;text-decoration:none!important}
.give-a112-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.give-a112-project-grid.count-1{grid-template-columns:minmax(0,780px);justify-content:center}
.give-a112-project-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.give-a112-project-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e5d8c3;border-radius:18px;overflow:hidden;box-shadow:0 15px 36px rgba(28,23,16,.085)}
.give-a112-project-card.featured{border-color:#d4aa62;box-shadow:0 18px 42px rgba(103,66,14,.13)}
.give-a112-project-image{position:relative;height:196px;overflow:hidden;background:#eee2cc}
.give-a112-project-card.featured .give-a112-project-image{height:214px}
.give-a112-project-image img{width:100%;height:100%;object-fit:cover;display:block}
.give-a112-project-image>span{position:absolute;left:14px;bottom:13px;padding:7px 10px;background:rgba(4,56,43,.92);border:1px solid rgba(234,191,107,.55);border-radius:6px;color:#fff7e6;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.give-a112-project-copy{display:flex;flex-direction:column;flex:1;padding:23px}
.give-a112-featured-label{margin:0 0 7px!important;color:#a56b12!important;font-size:12px!important;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.give-a112-project-copy h3{margin:0 0 10px;color:var(--deep);font-family:var(--serif);font-size:clamp(23px,2vw,29px);line-height:1.06}
.give-a112-project-copy>p{margin:0 0 18px;color:#494239;font-size:15px;line-height:1.46}
.give-a112-project-progress{margin-top:auto;padding:14px;background:#fff8eb;border:1px solid #eadbc1;border-radius:11px}
.give-a112-project-progress strong{display:block;color:#173e32;font-size:14px;margin-bottom:8px}
.give-a112-progress{height:9px;border-radius:999px;background:#e7dac3;overflow:hidden}
.give-a112-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0a6a50,#d39a35)}
.give-a112-project-progress small{display:block;margin-top:7px;color:#6b5a3f;font-size:12.5px}
.give-a112-project-actions{display:flex;flex-direction:column;gap:10px;margin-top:17px}
.give-a112-details-link{text-align:center;color:#785016;font-weight:800;font-size:13.5px}
.give-a112-empty{padding:35px;background:#fff;border:1px solid #e5d8c3;border-radius:16px;text-align:center}
.give-a112-empty h3{margin:0 0 8px;color:var(--deep);font-family:var(--serif);font-size:28px}
.give-a112-empty p{margin:0 auto 20px;max-width:650px;color:#4a443b}
.give-a112-instructions{background:#fffdf8}
.give-a112-instructions-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:26px;align-items:stretch}
.give-a112-instructions-copy,.give-a112-contact-box{padding:31px;background:#fff;border:1px solid #eadfce;border-radius:18px;box-shadow:0 13px 32px rgba(25,21,15,.07)}
.give-a112-instructions-copy h2{margin:0 0 15px;color:var(--deep);font-family:var(--serif);font-size:clamp(31px,3vw,43px);line-height:1.04}
.give-a112-prose{color:#433e37;font-size:16px;line-height:1.58;margin-bottom:22px}
.give-a112-prose p{margin:0 0 14px}.give-a112-prose p:last-child{margin-bottom:0}
.give-a112-contact-box{display:flex;flex-direction:column;background:linear-gradient(145deg,#fff8e9,#fffdf8)}
.give-a112-contact-box p{margin:0 0 20px;color:#494239;font-size:15.5px;line-height:1.48}
.give-a112-confidence{background:linear-gradient(135deg,#073b2e,#03291f);color:#fff}
.give-a112-confidence .give-a112-eyebrow{color:#e5b45a}
.give-a112-confidence .give-a112-section-head h2{color:#fff}
.give-a112-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.give-a112-confidence-grid article{padding:25px;background:rgba(255,255,255,.07);border:1px solid rgba(232,193,119,.28);border-radius:16px}
.give-a112-confidence-grid h3{color:#fff;margin-top:17px}
.give-a112-confidence-grid p{margin:0;color:#f6ead5;font-size:15px;line-height:1.48}
.give-a112-confidence-grid .give-a112-choice-icon{background:rgba(255,255,255,.08);border:1px solid rgba(229,180,90,.42);box-shadow:none}

/* A112 — Prominent live Projects & Needs card on Partner page */
.partner-a112-projects-card{border-top:5px solid #ca902f;padding-top:16px}
.partner-a112-project-list{display:grid;gap:8px;margin:1px 0 14px}
.partner-a112-project-list a{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:start;padding:9px 11px;background:#fff8eb;border:1px solid #eadbc1;border-radius:8px;color:#153d31;font-family:var(--serif);font-size:16px;font-weight:700;text-decoration:none!important;line-height:1.15}
.partner-a112-project-list a:before{content:"";width:8px;height:8px;margin-top:5px;border-radius:50%;background:#c98f2a}
.partner-a112-projects-card .partner-a079-wide-btn{margin-top:auto}
.partner-a079-card-grid.partner-a112-four{grid-template-columns:repeat(2,minmax(0,1fr))}

@media (max-width:1050px){
  .give-a112-choice-grid{grid-template-columns:repeat(2,1fr)}
  .give-a112-project-grid{grid-template-columns:repeat(2,1fr)}
  .give-a112-project-grid .give-a112-project-card.featured{grid-column:1 / -1;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)}
  .give-a112-project-grid .give-a112-project-card.featured .give-a112-project-image{height:100%;min-height:320px}
}
@media (max-width:820px){
  .give-a112-hero{min-height:440px}.give-a112-hero-inner{min-height:440px;align-items:flex-start;flex-direction:column;justify-content:center;gap:20px}
  .give-a112-hero-note{width:auto;max-width:620px}
  .give-a112-hero-media img{object-position:var(--give-mobile-position,center)}
  .give-a112-hero-fade{background:linear-gradient(180deg,rgba(4,48,38,.88) 0%,rgba(4,48,38,.76) 58%,rgba(4,48,38,.62) 100%)}
  .give-a112-section{padding:48px 0}
  .give-a112-section-head.split{align-items:flex-start;flex-direction:column}
  .give-a112-project-grid,.give-a112-project-grid.count-2{grid-template-columns:1fr}
  .give-a112-project-grid .give-a112-project-card.featured{grid-column:auto;display:flex}
  .give-a112-project-grid .give-a112-project-card.featured .give-a112-project-image{height:220px;min-height:0}
  .give-a112-instructions-grid,.give-a112-confidence-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .give-a112-hero{min-height:500px}.give-a112-hero-inner{min-height:500px;padding-top:38px;padding-bottom:38px}
  .give-a112-hero h1{font-size:39px}
  .give-a112-hero-copy>p:not(.give-a112-eyebrow){font-size:18px}
  .give-a112-choice-grid{grid-template-columns:1fr}
  .give-a112-choice-card,.give-a112-instructions-copy,.give-a112-contact-box{padding:22px}
  .give-a112-actions{flex-direction:column;align-items:stretch}.give-a112-btn{width:100%}
  .give-a112-section-head h2{font-size:32px}
  .partner-a079-card-grid.partner-a112-four{grid-template-columns:1fr}
}


/* A113 — Contained Give hero. Home remains full-width; Give now aligns with the interior page width. */
.give-a113-hero-band{
  padding:24px 0 27px;
  background:linear-gradient(180deg,#f1e6d3 0%,#f8f0e2 58%,#fbf6eb 100%);
  border-bottom:1px solid #eadfce;
}
.give-a113-hero-band .give-a112-hero{
  height:260px;
  min-height:260px;
  border:1px solid rgba(229,216,194,.92);
  border-radius:20px;
  box-shadow:0 16px 38px rgba(31,25,17,.12);
}
.give-a113-hero-band .give-a112-hero-inner{
  height:260px;
  min-height:260px;
  padding:24px 36px;
}
.give-a113-hero-band .give-a112-hero-copy{max-width:650px}
.give-a113-hero-band .give-a112-hero h1{font-size:clamp(38px,4.15vw,56px);margin-bottom:10px}
.give-a113-hero-band .give-a112-hero-copy>p:not(.give-a112-eyebrow){font-size:clamp(16px,1.65vw,20px);line-height:1.34;max-width:610px}
.give-a113-hero-band .give-a112-actions{margin-top:16px}
.give-a113-hero-band .give-a112-btn{min-height:41px;padding:10px 17px;font-size:13px}
.give-a113-hero-band .give-a112-hero-note{width:min(315px,28vw);padding:15px 17px;border-radius:12px}
.give-a113-hero-band .give-a112-hero-note strong{font-size:21px;margin-bottom:5px}
.give-a113-hero-band .give-a112-hero-note span{font-size:13.5px;line-height:1.36}

@media (max-width:1120px) and (min-width:981px){
  .give-a113-hero-band .give-a112-hero-inner{gap:22px;padding-left:30px;padding-right:30px}
  .give-a113-hero-band .give-a112-hero-copy{max-width:590px}
  .give-a113-hero-band .give-a112-hero h1{font-size:46px}
  .give-a113-hero-band .give-a112-hero-note{width:285px}
}
@media (max-width:980px){
  .give-a113-hero-band{padding:18px 0 21px}
  .give-a113-hero-band .give-a112-hero{height:auto;min-height:440px;border-radius:18px}
  .give-a113-hero-band .give-a112-hero-inner{height:auto;min-height:440px;padding:32px 30px;align-items:flex-start;flex-direction:column;justify-content:center;gap:20px}
  .give-a113-hero-band .give-a112-hero-copy{max-width:650px}
  .give-a113-hero-band .give-a112-hero-note{width:auto;max-width:620px}
  .give-a113-hero-band .give-a112-hero-fade{background:linear-gradient(180deg,rgba(4,48,38,.88) 0%,rgba(4,48,38,.76) 58%,rgba(4,48,38,.62) 100%)}
}
@media (max-width:620px){
  .give-a113-hero-band{padding:14px 0 17px}
  .give-a113-hero-band .give-a112-hero{min-height:500px;border-radius:15px}
  .give-a113-hero-band .give-a112-hero-inner{min-height:500px;padding:34px 22px}
  .give-a113-hero-band .give-a112-hero h1{font-size:39px}
  .give-a113-hero-band .give-a112-hero-copy>p:not(.give-a112-eyebrow){font-size:18px}
}
