:root{
  --ahod-navy:#061b31;
  --ahod-navy-2:#0b2c4a;
  --ahod-navy-3:#123d60;
  --ahod-gold:#e8a91a;
  --ahod-gold-2:#f4c34f;
  --ahod-cream:#f7f4ed;
  --ahod-surface:#ffffff;
  --ahod-soft:#eef3f6;
  --ahod-line:#dce5ea;
  --ahod-text:#152331;
  --ahod-muted:#667582;
  --ahod-radius:22px;
  --ahod-shadow:0 20px 55px rgba(5,27,49,.10);
}

html{scroll-behavior:smooth}
body.ahod-experience{margin:0!important;background:var(--ahod-cream)!important;color:var(--ahod-text)!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif!important;line-height:1.55;overflow-x:hidden}
body.ahod-experience *{box-sizing:border-box}
body.ahod-experience a{text-decoration:none}
body.ahod-experience img{max-width:100%;height:auto}
body.ahod-experience h1,body.ahod-experience h2,body.ahod-experience h3,body.ahod-experience h4{font-family:inherit;letter-spacing:-.035em;color:var(--ahod-navy);line-height:1.08}
body.ahod-experience p{color:inherit}
body.ahod-experience #wpadminbar{position:fixed}
.ahod-site-shell{min-height:100vh;background:var(--ahod-cream)}

/* Branded site chrome */
.ahod-site-header{position:sticky;top:0;z-index:999;background:rgba(6,27,49,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 10px 35px rgba(3,18,32,.18)}
.admin-bar .ahod-site-header{top:32px}
.ahod-site-header-inner{width:min(1440px,calc(100% - 48px));height:84px;margin:auto;display:flex;align-items:center;gap:28px}
.ahod-site-brand{display:flex;align-items:center;flex:0 0 auto}
.ahod-site-brand img{display:block;width:200px;max-height:58px;object-fit:contain;border-radius:13px;background:#fff;padding:5px 10px;box-shadow:0 8px 24px rgba(0,0,0,.15)}
.ahod-site-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.ahod-site-nav a{color:#d9e5ee!important;font-size:14px;font-weight:760;padding:10px 11px;border-radius:10px;transition:.18s ease}
.ahod-site-nav a:hover{color:#fff!important;background:rgba(255,255,255,.08)}
.ahod-site-actions{display:flex;align-items:center;gap:8px}
.ahod-nav-prayer,.ahod-nav-visit,.ahod-nav-portal{font-size:13px;font-weight:850;border-radius:10px;padding:10px 13px;white-space:nowrap}
.ahod-nav-prayer{color:#d8e5ee!important;border:1px solid rgba(255,255,255,.16)}
.ahod-nav-visit{background:var(--ahod-gold);color:var(--ahod-navy)!important;box-shadow:0 8px 20px rgba(232,169,26,.18)}
.ahod-nav-portal{background:#fff;color:var(--ahod-navy)!important}
.ahod-menu-toggle{display:none;width:46px;height:46px;padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.07);cursor:pointer}
.ahod-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}
.ahod-mobile-menu{background:#061b31;border-top:1px solid rgba(255,255,255,.10)}
.ahod-mobile-menu-inner{width:min(760px,calc(100% - 32px));margin:auto;padding:14px 0 22px;display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ahod-mobile-menu a{display:block;padding:13px 14px;border-radius:10px;color:#e7eef4!important;background:rgba(255,255,255,.05);font-weight:750}
.ahod-site-main{min-height:62vh}

/* Public content */
.ahod-public{width:min(1320px,calc(100% - 40px));margin:0 auto;padding:34px 0 72px;color:var(--ahod-text)}
.ahod-public-hero{position:relative;overflow:hidden;min-height:590px;border-radius:32px;background:linear-gradient(125deg,#04172a 0%,#092c4b 58%,#144a70 100%);color:#fff;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center;gap:46px;padding:72px;box-shadow:0 24px 60px rgba(3,21,38,.20)}
.ahod-public-hero:before{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(232,169,26,.18);border-radius:50%;right:-120px;top:-170px;box-shadow:0 0 0 80px rgba(232,169,26,.025),0 0 0 160px rgba(232,169,26,.018)}
.ahod-public-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:linear-gradient(90deg,var(--ahod-gold),#f7d46d,var(--ahod-gold))}
.ahod-hero-copy,.ahod-hero-logo{position:relative;z-index:2}
.ahod-hero-copy .eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#d89b13;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.ahod-hero-copy .eyebrow:before,.eyebrow:before{content:"";width:28px;height:2px;background:var(--ahod-gold)}
.ahod-hero-copy h1{color:#fff!important;font-size:clamp(48px,6.6vw,92px)!important;margin:14px 0 18px!important;max-width:900px}
.ahod-hero-copy>p{font-size:clamp(18px,2vw,25px);line-height:1.5;color:#d6e2eb;max-width:760px;margin:0 0 28px}
.ahod-hero-logo{display:flex;justify-content:center;align-items:center}
.ahod-hero-logo img{width:min(420px,100%);max-height:420px;object-fit:contain;background:#fff;border-radius:28px;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.ahod-cta-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.ahod-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:12px;border:1px solid transparent;font-weight:850;font-size:14px;cursor:pointer;transition:.18s ease}
.ahod-btn:hover{transform:translateY(-1px)}
.ahod-btn.primary{background:var(--ahod-gold);color:var(--ahod-navy)!important;box-shadow:0 10px 25px rgba(232,169,26,.20)}
.ahod-btn.gold{background:var(--ahod-gold);color:var(--ahod-navy)!important}
.ahod-btn.ghost{border-color:rgba(255,255,255,.24);color:#fff!important;background:rgba(255,255,255,.06)}
.ahod-btn.small{min-height:38px;padding:8px 13px;font-size:12px;background:var(--ahod-navy);color:#fff!important}
.ahod-quick{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);color:#d8e6ef}
.ahod-quick strong{color:#fff}
.ahod-quick span:before{content:"•";color:var(--ahod-gold);margin-right:14px}

.ahod-section{padding:72px 6px}
.ahod-section.dark{margin-top:30px;padding:58px;border-radius:28px;background:linear-gradient(130deg,var(--ahod-navy),#0d385b);color:#fff;box-shadow:var(--ahod-shadow)}
.ahod-section.dark h2{color:#fff!important}
.ahod-section.dark .section-intro p{color:#cbdbe6}
.section-intro{max-width:820px;margin-bottom:30px}
.section-intro>span{display:block;color:#a7760b;font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px}
.section-intro h1,.section-intro h2{font-size:clamp(34px,4.5vw,58px)!important;margin:0 0 14px!important}
.section-intro p{font-size:17px;color:var(--ahod-muted);margin:0;max-width:780px}
.ahod-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ahod-info-grid>div{background:#fff;border:1px solid var(--ahod-line);border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(6,27,49,.04)}
.ahod-info-grid strong{font-size:18px;color:var(--ahod-navy)}
.ahod-info-grid p{margin:7px 0 0;color:var(--ahod-muted)}

.ahod-pillar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.ahod-pillar-grid article{position:relative;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--ahod-line);box-shadow:0 12px 28px rgba(6,27,49,.06);transition:.2s ease}
.ahod-pillar-grid article:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(6,27,49,.10)}
.ahod-pillar-grid img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.ahod-pillar-grid article>div{padding:18px}
.ahod-pillar-grid article span{color:#9c6c07;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.ahod-pillar-grid h3{font-size:20px!important;margin:5px 0 8px!important}
.ahod-pillar-grid p{font-size:13px;color:var(--ahod-muted);margin:0}

.ahod-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ahod-card{background:#fff;border:1px solid var(--ahod-line);border-radius:19px;padding:24px;box-shadow:0 8px 24px rgba(6,27,49,.045);overflow:hidden}
.ahod-card>span{display:block;color:#9d6f0b;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}
.ahod-card h3{font-size:22px!important;margin:0 0 10px!important}
.ahod-card p{color:var(--ahod-muted);margin:0 0 12px}
.ahod-card small{color:#73818d}
.ahod-empty{background:#fff;border:1px dashed #c9d4dc;border-radius:16px;padding:22px;color:var(--ahod-muted)}
.ahod-notice{margin:0 0 18px;padding:14px 16px;border:1px solid #b8dcc3;background:#eef9f1;color:#236539;border-radius:12px;font-weight:700}

/* Forms and newcomer pages */
.ahod-form-shell{width:min(860px,100%);margin:20px auto 0;background:#fff;border:1px solid var(--ahod-line);border-radius:28px;padding:42px;box-shadow:var(--ahod-shadow)}
.ahod-form-shell>h1{font-size:clamp(38px,5vw,60px)!important;margin:12px 0!important}
.ahod-form-shell>p{font-size:17px;color:var(--ahod-muted);margin-bottom:28px}
.ahod-public-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ahod-public-form label{display:grid;gap:6px;color:#3b4b58;font-size:13px;font-weight:780}
.ahod-public-form label:has(textarea),.ahod-public-form label:has(select),.ahod-public-form button{grid-column:1/-1}
.ahod-public-form input,.ahod-public-form select,.ahod-public-form textarea,.ahod-event-register input{width:100%;border:1px solid #ccd8df;background:#fbfcfd;color:var(--ahod-text);border-radius:12px;padding:13px 14px;font:inherit;outline:none;transition:.16s}
.ahod-public-form input:focus,.ahod-public-form select:focus,.ahod-public-form textarea:focus,.ahod-event-register input:focus{border-color:#c28d18;box-shadow:0 0 0 3px rgba(232,169,26,.14);background:#fff}
.ahod-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
.ahod-faq-grid>div{padding:20px;border-radius:16px;background:var(--ahod-soft);border:1px solid #e1e8ec}
.ahod-faq-grid h3{font-size:17px!important;margin:0 0 7px!important}
.ahod-faq-grid p{margin:0;color:var(--ahod-muted);font-size:14px}
.ahod-event-register{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}
.ahod-event-register .ahod-btn{grid-column:1/-1}

/* Member portal */
.ahod-member-portal{width:min(1380px,calc(100% - 40px))}
.ahod-portal-head{margin-top:6px;border-radius:28px;padding:36px 42px;background:linear-gradient(130deg,#061b31,#0f4268);display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;box-shadow:var(--ahod-shadow);overflow:hidden;position:relative}
.ahod-portal-head:after{content:"";position:absolute;right:-90px;top:-120px;width:330px;height:330px;border-radius:50%;border:1px solid rgba(232,169,26,.22);box-shadow:0 0 0 55px rgba(232,169,26,.04)}
.ahod-portal-identity{display:flex;align-items:center;gap:22px;position:relative;z-index:2}
.ahod-portal-identity img{width:150px;max-height:92px;object-fit:contain;background:#fff;border-radius:16px;padding:8px}
.ahod-portal-identity span{color:var(--ahod-gold-2);font-size:10px;font-weight:900;letter-spacing:.18em}
.ahod-portal-identity h1{color:#fff!important;font-size:clamp(32px,4vw,52px)!important;margin:4px 0 5px!important}
.ahod-portal-identity p{color:#c9dbe7;margin:0}
.ahod-portal-head>.ahod-btn{position:relative;z-index:2}
.ahod-portal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 0}
.ahod-portal-grid>a{min-height:180px;background:#fff;border:1px solid var(--ahod-line);border-radius:19px;padding:22px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(6,27,49,.045);transition:.2s}
.ahod-portal-grid>a:hover{transform:translateY(-2px);border-color:#d5b15a}
.ahod-portal-grid b{font-size:20px;color:var(--ahod-navy)}
.ahod-portal-grid span{display:block;margin:8px 0;color:var(--ahod-muted);font-size:14px;flex:1}
.ahod-portal-grid em{font-style:normal;color:#9c6e09;font-weight:850;font-size:12px}
.ahod-portal-section{padding-top:52px;padding-bottom:10px}
.ahod-login-card{text-align:center}
.ahod-login-card .eyebrow{justify-content:center}

/* Footer */
.ahod-site-footer{background:#04172a;color:#d3e0e9;margin-top:30px;border-top:6px solid var(--ahod-gold)}
.ahod-footer-main{width:min(1320px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:80px;padding:58px 0 44px}
.ahod-footer-brand img{width:240px;max-height:86px;object-fit:contain;background:#fff;border-radius:14px;padding:8px 12px}
.ahod-footer-brand p{color:#aebfcb;max-width:440px;margin:18px 0}
.ahod-footer-service{display:grid;gap:3px;color:#dce7ee}
.ahod-footer-service strong{color:#fff}.ahod-footer-service span{color:#9eb0bd;font-size:13px}
.ahod-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.ahod-footer-links>div{display:grid;align-content:start;gap:9px}
.ahod-footer-links span{color:var(--ahod-gold);font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;margin-bottom:4px}
.ahod-footer-links a{color:#dce6ed!important;font-size:14px}
.ahod-footer-links a:hover{color:#fff!important}
.ahod-footer-pillars{width:min(1320px,calc(100% - 40px));margin:auto;padding:18px 0;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);display:flex;justify-content:center;gap:34px;flex-wrap:wrap}
.ahod-footer-pillars span{color:#f0c55c;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.ahod-footer-bottom{width:min(1320px,calc(100% - 40px));margin:auto;padding:20px 0 28px;display:flex;justify-content:space-between;gap:16px;color:#8599a8;font-size:12px}

.screen-reader-text{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}

@media(max-width:1180px){
  .ahod-site-nav{display:none}.ahod-nav-prayer{display:none}.ahod-menu-toggle{display:block}
  .ahod-public-hero{grid-template-columns:1fr .55fr;padding:54px}
  .ahod-pillar-grid{grid-template-columns:repeat(3,1fr)}
  .ahod-portal-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .ahod-site-header-inner{width:min(100% - 28px,900px);height:76px;gap:12px}.ahod-site-brand img{width:175px;max-height:52px}
  .ahod-nav-visit{display:none}.ahod-nav-portal{padding:9px 12px}
  .ahod-public{width:min(100% - 24px,900px);padding-top:20px}
  .ahod-public-hero{min-height:0;grid-template-columns:1fr;padding:44px 34px;gap:32px;border-radius:24px}.ahod-hero-logo{justify-content:flex-start}.ahod-hero-logo img{width:260px;max-height:230px}.ahod-hero-copy h1{font-size:clamp(46px,10vw,70px)!important}
  .ahod-info-grid,.ahod-card-grid{grid-template-columns:1fr 1fr}.ahod-pillar-grid{grid-template-columns:1fr 1fr}
  .ahod-section.dark{padding:38px 28px}
  .ahod-footer-main{grid-template-columns:1fr;gap:38px}.ahod-footer-links{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:782px){.admin-bar .ahod-site-header{top:46px}}
@media(max-width:640px){
  .ahod-site-header-inner{height:68px;width:calc(100% - 20px)}.ahod-site-brand img{width:148px;max-height:46px;border-radius:10px}.ahod-nav-portal{display:none}.ahod-menu-toggle{width:43px;height:43px;margin-left:auto}
  .ahod-mobile-menu-inner{grid-template-columns:1fr;width:calc(100% - 22px)}
  .ahod-public{width:calc(100% - 20px);padding:14px 0 48px}
  .ahod-public-hero{padding:34px 22px 40px;border-radius:20px}.ahod-hero-copy h1{font-size:44px!important}.ahod-hero-copy>p{font-size:17px}.ahod-hero-logo img{width:220px;border-radius:18px;padding:11px}.ahod-cta-row{display:grid;grid-template-columns:1fr;width:100%}.ahod-cta-row .ahod-btn{width:100%}.ahod-quick{display:grid;gap:5px}.ahod-quick span:before{display:none}
  .ahod-section{padding:50px 2px}.ahod-section.dark{padding:30px 20px;border-radius:20px}.section-intro h1,.section-intro h2{font-size:36px!important}.section-intro p{font-size:15px}
  .ahod-info-grid,.ahod-card-grid,.ahod-pillar-grid,.ahod-faq-grid,.ahod-public-form,.ahod-event-register{grid-template-columns:1fr}.ahod-public-form label,.ahod-public-form button{grid-column:auto}
  .ahod-pillar-grid article{display:grid;grid-template-columns:120px 1fr}.ahod-pillar-grid img{height:100%;aspect-ratio:auto}.ahod-pillar-grid article>div{padding:15px}.ahod-pillar-grid h3{font-size:18px!important}.ahod-pillar-grid p{font-size:12px}
  .ahod-form-shell{padding:28px 20px;border-radius:20px;margin-top:4px}.ahod-form-shell>h1{font-size:38px!important}
  .ahod-portal-head{padding:26px 20px;display:block;border-radius:20px}.ahod-portal-identity{display:block}.ahod-portal-identity img{width:170px;margin-bottom:18px}.ahod-portal-head>.ahod-btn{width:100%;margin-top:20px}.ahod-portal-grid{grid-template-columns:1fr}.ahod-portal-grid>a{min-height:145px}
  .ahod-footer-main{width:calc(100% - 28px);padding:42px 0 32px}.ahod-footer-links{grid-template-columns:1fr 1fr;gap:28px}.ahod-footer-pillars{width:calc(100% - 28px);justify-content:flex-start;gap:14px 22px}.ahod-footer-bottom{width:calc(100% - 28px);display:grid}
}
.ahod-generic-page{width:min(980px,100%);margin:18px auto;background:#fff;border:1px solid var(--ahod-line);border-radius:24px;padding:42px;box-shadow:var(--ahod-shadow)}.ahod-generic-page>h1{font-size:clamp(38px,5vw,62px)!important;margin:0 0 24px!important}.ahod-generic-page p,.ahod-generic-page li{color:#4e5e6b}.ahod-generic-page a{color:#9b6d08;font-weight:700}@media(max-width:640px){.ahod-generic-page{padding:26px 20px;border-radius:18px}.ahod-generic-page>h1{font-size:36px!important}}

/* ========================================================================
   v0.6.0 Responsive Experience System
   ======================================================================== */
.ahod-site-topbar{background:#031321;color:#bfd0dc;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:7px max(24px,calc((100vw - 1440px)/2));font-size:12px;border-bottom:1px solid rgba(255,255,255,.06)}
.ahod-site-topbar>div{display:flex;align-items:center;gap:18px;min-width:0}.ahod-site-topbar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ahod-site-topbar a{color:#f0c55c!important;font-weight:780}.ahod-site-topbar a:hover{color:#fff!important}
.ahod-btn.light{background:#fff;color:var(--ahod-navy)!important;border-color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}

/* Homepage */
.ahod-home{padding-top:26px}
.ahod-home-hero{min-height:650px;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);padding:76px 72px}
.ahod-hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.ahod-hero-badges span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#d9e8f1;font-size:10px;font-weight:900;letter-spacing:.13em;background:rgba(255,255,255,.05)}
.ahod-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}.ahod-hero-facts>div{padding:16px 17px;border-radius:14px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10)}.ahod-hero-facts span{display:block;color:#f0c55c;font-size:9px;font-weight:900;letter-spacing:.17em;margin-bottom:5px}.ahod-hero-facts strong{display:block;color:#fff;font-size:13px;line-height:1.35}
.ahod-hero-visual{position:relative;min-height:380px;display:grid;place-items:center;z-index:2}.ahod-hero-logo-card{position:relative;z-index:3;width:min(360px,90%);padding:22px;border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 26px 70px rgba(0,0,0,.26);transform:rotate(1.5deg)}.ahod-hero-logo-card img{display:block;width:100%;max-height:260px;object-fit:contain}.ahod-hero-logo-card span{display:block;margin-top:12px;text-align:center;color:#8d6511;font-size:10px;font-weight:900;letter-spacing:.22em}.ahod-hero-orbit{position:absolute;border:1px solid rgba(232,169,26,.3);border-radius:50%;pointer-events:none}.ahod-hero-orbit.one{width:390px;height:390px}.ahod-hero-orbit.two{width:480px;height:480px;border-color:rgba(255,255,255,.10)}
.section-intro.split{max-width:none;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:40px;align-items:end}.section-intro.split>p{max-width:580px;justify-self:end}
.ahod-start-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ahod-start-grid>a{position:relative;min-height:190px;padding:24px;border-radius:20px;background:#fff;border:1px solid var(--ahod-line);box-shadow:0 10px 28px rgba(6,27,49,.055);display:flex;flex-direction:column;color:var(--ahod-text)!important;transition:.18s ease}.ahod-start-grid>a:hover{transform:translateY(-3px);border-color:#d9b45f;box-shadow:0 18px 38px rgba(6,27,49,.09)}.ahod-start-grid i{font-style:normal;color:#a2740d;font-weight:900;font-size:11px;letter-spacing:.15em}.ahod-start-grid strong{font-size:20px;color:var(--ahod-navy);margin:24px 0 8px}.ahod-start-grid span{color:var(--ahod-muted);font-size:14px}
.ahod-section-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.ahod-section-links a{color:#94690c!important;font-weight:850;font-size:13px}
.ahod-home-connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ahod-home-events,.ahod-home-groups{background:#fff;border:1px solid var(--ahod-line);border-radius:24px;padding:24px;box-shadow:0 12px 34px rgba(6,27,49,.055)}.ahod-home-events>h3,.ahod-home-groups>h3{margin:0 0 16px!important;font-size:24px!important}.ahod-home-event-row{display:grid;grid-template-columns:66px 1fr;gap:15px;padding:14px 0;border-top:1px solid #e7edf1;color:inherit!important}.ahod-home-event-row:first-of-type{border-top:0}.ahod-home-event-row time{display:grid;place-content:center;text-align:center;min-height:66px;border-radius:14px;background:var(--ahod-soft);border:1px solid #e0e7eb}.ahod-home-event-row time b{font-size:9px;letter-spacing:.15em;color:#9d700c}.ahod-home-event-row time strong{font-size:24px;color:var(--ahod-navy)}.ahod-home-event-row>div>span,.ahod-home-group-row>div>span{display:block;color:#9b6d08;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ahod-home-event-row h4,.ahod-home-group-row h4{margin:3px 0 3px!important;font-size:18px!important}.ahod-home-event-row p,.ahod-home-group-row p{margin:0;color:var(--ahod-muted);font-size:13px}.ahod-home-group-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 2px;border-top:1px solid #e7edf1;color:inherit!important}.ahod-home-group-row:first-of-type{border-top:0}.ahod-home-group-row>b{font-size:22px;color:#a77a13}
.ahod-community-cta{margin:18px 0 0;padding:58px;border-radius:28px;background:linear-gradient(135deg,#061b31,#0c3557);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:46px;align-items:center;color:#fff;box-shadow:0 22px 50px rgba(6,27,49,.18);overflow:hidden;position:relative}.ahod-community-cta:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;right:-130px;top:-120px;border:1px solid rgba(232,169,26,.25);box-shadow:0 0 0 50px rgba(232,169,26,.04)}.ahod-community-cta>div{position:relative;z-index:2}.ahod-community-cta>div>span{color:#f0c55c;font-size:10px;font-weight:900;letter-spacing:.18em}.ahod-community-cta h2{color:#fff!important;font-size:clamp(34px,4vw,55px)!important;margin:8px 0 14px!important}.ahod-community-cta p{color:#cbdde8;font-size:16px;max-width:690px}.ahod-community-preview{background:#041729;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.ahod-community-preview span{display:block;color:#f0c55c;font-weight:850;font-size:12px;margin:12px 0 3px}.ahod-community-preview span:first-child{margin-top:0}.ahod-community-preview p{margin:0;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.06);font-size:13px;color:#dce7ee}
.ahod-final-cta{padding:78px 24px 28px;text-align:center}.ahod-final-cta>span{color:#9f710c;font-size:10px;font-weight:900;letter-spacing:.2em}.ahod-final-cta h2{font-size:clamp(38px,5vw,62px)!important;margin:8px auto 12px!important;max-width:840px}.ahod-final-cta p{max-width:640px;margin:0 auto 24px;color:var(--ahod-muted);font-size:16px}

/* Public groups and events */
.ahod-discovery-section{padding-top:44px}.ahod-discovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ahod-discovery-card{background:#fff;border:1px solid var(--ahod-line);border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(6,27,49,.05);display:flex;flex-direction:column;min-width:0}.ahod-discovery-card-head,.ahod-event-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.ahod-discovery-card-head span,.ahod-event-kicker span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#966c0d}.ahod-discovery-card-head b,.ahod-event-kicker b{font-size:10px;background:#eef3f6;border:1px solid #dde6eb;border-radius:999px;padding:5px 8px;color:#52626f}.ahod-discovery-card h3{font-size:26px!important;margin:16px 0 10px!important}.ahod-discovery-card>p{color:var(--ahod-muted);font-size:14px;flex:1}.ahod-group-meta{display:grid;gap:7px;margin:16px 0;padding:14px 0;border-top:1px solid #e8edf0;border-bottom:1px solid #e8edf0}.ahod-group-meta span{font-size:13px;color:#4b5a66}.ahod-capacity-line{display:flex;justify-content:space-between;gap:12px;color:#687783;font-size:12px;font-weight:720;margin-bottom:12px}.ahod-join-drawer,.ahod-register-drawer{margin-top:6px}.ahod-join-drawer summary,.ahod-register-drawer summary{list-style:none;cursor:pointer;border-radius:12px;padding:12px 15px;background:var(--ahod-navy);color:#fff;font-weight:850;text-align:center}.ahod-join-drawer summary::-webkit-details-marker,.ahod-register-drawer summary::-webkit-details-marker{display:none}.ahod-join-drawer[open] summary,.ahod-register-drawer[open] summary{border-radius:12px 12px 0 0}.ahod-group-join-form,.ahod-event-register-v2{padding:16px;border:1px solid var(--ahod-line);border-top:0;border-radius:0 0 14px 14px;background:#f8fafb;margin:0}.ahod-span-2{grid-column:1/-1!important}.ahod-joined-state,.ahod-pending-state{padding:12px 14px;border-radius:12px;background:#eef8f0;border:1px solid #cbe4d1;color:#285f37;font-size:13px}.ahod-pending-state{background:#f6f3ea;border-color:#e4d8b9;color:#72550e}.ahod-joined-state{display:grid;gap:9px}
.ahod-event-list{display:grid;gap:15px}.ahod-event-card{display:grid;grid-template-columns:90px 1fr;gap:24px;background:#fff;border:1px solid var(--ahod-line);border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(6,27,49,.05)}.ahod-event-date{height:92px;border-radius:18px;background:var(--ahod-navy);display:grid;place-content:center;text-align:center;color:#fff;align-self:start}.ahod-event-date b{font-size:10px;letter-spacing:.16em;color:#f0c55c}.ahod-event-date strong{font-size:34px;line-height:1}.ahod-event-date span{font-size:10px;color:#c9d7e1;margin-top:3px}.ahod-event-main h3{font-size:28px!important;margin:10px 0 8px!important}.ahod-event-main>p{margin:0;color:var(--ahod-muted);font-size:14px}.ahod-event-meta{display:flex;gap:14px;flex-wrap:wrap;margin:14px 0;color:#4d5d69;font-size:13px}.ahod-event-capacity{margin:14px 0}.ahod-event-capacity>div{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:#6a7884}.ahod-event-capacity>i{display:block;height:7px;border-radius:999px;background:#e7edf1;overflow:hidden;margin-top:6px}.ahod-event-capacity>i>b{display:block;height:100%;background:linear-gradient(90deg,#d89912,#f0c55c);border-radius:inherit}

/* Tablet */
@media(max-width:1180px){
  .ahod-site-topbar{padding-left:24px;padding-right:24px}.ahod-home-hero{padding:58px 46px;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr)}.ahod-hero-facts{grid-template-columns:1fr 1fr}.ahod-hero-facts>div:last-child{grid-column:1/-1}.ahod-start-grid{grid-template-columns:1fr 1fr}.ahod-discovery-grid{grid-template-columns:1fr 1fr}.ahod-community-cta{padding:44px;grid-template-columns:1fr .8fr}
}
@media(max-width:900px){
  .ahod-site-topbar{display:none}.ahod-home{padding-top:18px}.ahod-home-hero{grid-template-columns:1fr;padding:48px 38px}.ahod-hero-visual{min-height:250px;justify-items:start}.ahod-hero-logo-card{width:260px;transform:none}.ahod-hero-orbit.one{width:270px;height:270px}.ahod-hero-orbit.two{width:330px;height:330px}.section-intro.split{grid-template-columns:1fr;gap:14px}.section-intro.split>p{justify-self:start}.ahod-home-connection-grid{grid-template-columns:1fr}.ahod-community-cta{grid-template-columns:1fr;gap:26px}.ahod-community-preview{max-width:620px}.ahod-event-card{grid-template-columns:82px 1fr}.ahod-discovery-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .ahod-hero-facts{grid-template-columns:1fr}.ahod-hero-facts>div:last-child{grid-column:auto}.ahod-start-grid,.ahod-discovery-grid{grid-template-columns:1fr}.ahod-start-grid>a{min-height:150px}.ahod-section-links{justify-content:flex-start}.ahod-event-card{grid-template-columns:1fr;padding:18px}.ahod-event-date{width:78px;height:78px}.ahod-event-main h3{font-size:24px!important}.ahod-public-form.ahod-event-register-v2,.ahod-public-form.ahod-group-join-form{grid-template-columns:1fr}.ahod-span-2{grid-column:auto!important}.ahod-community-cta{padding:32px 22px;border-radius:22px}.ahod-final-cta{padding-top:58px}
}
@media(max-width:430px){
  .ahod-home-hero{padding:30px 19px 34px}.ahod-hero-copy h1{font-size:40px!important}.ahod-hero-badges span{font-size:8px}.ahod-hero-visual{min-height:210px}.ahod-hero-logo-card{width:210px;padding:14px}.ahod-start-grid>a{padding:20px}.ahod-home-events,.ahod-home-groups{padding:18px}.ahod-home-event-row{grid-template-columns:58px 1fr}.ahod-home-event-row time{min-height:58px}.ahod-home-event-row time strong{font-size:21px}.ahod-discovery-card{padding:19px}.ahod-event-card{padding:16px;border-radius:18px}.ahod-event-meta{display:grid;gap:5px}.ahod-community-cta h2{font-size:36px!important}
}

/* ========================================================================
   v0.7.0 Visual System — calmer, cleaner, more church-first
   ======================================================================== */
:root{
  --ahod-ink:#071b2f;
  --ahod-blue:#0b2e4d;
  --ahod-blue-soft:#123f64;
  --ahod-gold:#e8aa1a;
  --ahod-gold-soft:#f5cf70;
  --ahod-warm:#f6f2ea;
  --ahod-paper:#fffdf9;
  --ahod-border:#e5e0d6;
  --ahod-body:#24313d;
  --ahod-muted:#6e7881;
  --ahod-radius:24px;
  --ahod-shadow:0 24px 70px rgba(7,27,47,.10);
}
body.ahod-experience{background:var(--ahod-paper)!important;color:var(--ahod-body)!important}
.ahod-site-shell{background:var(--ahod-paper)}
.ahod-site-utility{background:var(--ahod-ink);color:#d9e5ed;border-bottom:1px solid rgba(255,255,255,.08)}
.ahod-site-utility-inner{width:min(1240px,calc(100% - 48px));height:38px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}
.ahod-utility-left,.ahod-utility-right{display:flex;align-items:center;gap:16px}
.ahod-utility-left strong{color:#fff}.ahod-live-dot{width:7px;height:7px;border-radius:50%;background:var(--ahod-gold);box-shadow:0 0 0 4px rgba(232,170,26,.12)}
.ahod-utility-right a{color:#dce7ef!important;font-weight:700}.ahod-utility-right a:hover{color:#fff!important}
.ahod-site-header{position:sticky;top:0;background:rgba(255,253,249,.97);border-bottom:1px solid #ebe5da;box-shadow:0 7px 28px rgba(7,27,47,.05);backdrop-filter:blur(14px)}
.admin-bar .ahod-site-header{top:32px}
.ahod-site-header-inner{width:min(1240px,calc(100% - 48px));height:80px;margin:auto;display:flex;align-items:center;gap:26px}
.ahod-site-brand img{width:190px;max-height:56px;object-fit:contain;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}
.ahod-site-nav{margin-left:auto;display:flex;gap:3px}.ahod-site-nav a{color:#334554!important;font-size:14px;font-weight:760;padding:11px 10px;border-radius:9px}.ahod-site-nav a:hover{color:var(--ahod-ink)!important;background:#f3efe7}
.ahod-site-actions{display:flex;align-items:center;gap:10px}.ahod-nav-visit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border-radius:999px;background:var(--ahod-gold);color:var(--ahod-ink)!important;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgba(232,170,26,.18)}
.ahod-menu-toggle{border-color:#d8d1c5;background:#fff}.ahod-menu-toggle span{background:var(--ahod-ink)}
.ahod-mobile-menu{background:#fffdf9;border-top:1px solid #ebe5da;box-shadow:0 16px 30px rgba(7,27,47,.08)}.ahod-mobile-menu a{color:var(--ahod-ink)!important;background:#f7f3ec;border:1px solid #ebe4d8}
.ahod-site-main{background:var(--ahod-paper)}
.ahod-public{width:min(1240px,calc(100% - 44px));padding:34px 0 88px}

/* Home */
.ahod-home-v2{padding-top:28px}
.ahod-home-hero-v2{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:56px;align-items:center;min-height:610px;padding:72px;border-radius:34px;background:linear-gradient(135deg,#061a2d 0%,#0a2f4f 64%,#124d70 100%);box-shadow:0 28px 75px rgba(5,24,42,.18)}
.ahod-home-hero-v2:before{content:"";position:absolute;inset:auto -120px -220px auto;width:620px;height:620px;border-radius:50%;border:1px solid rgba(238,183,57,.17);box-shadow:0 0 0 74px rgba(238,183,57,.025),0 0 0 148px rgba(238,183,57,.018)}
.ahod-home-hero-v2:after{content:"";position:absolute;left:72px;bottom:0;width:120px;height:5px;background:var(--ahod-gold)}
.ahod-home-hero-copy,.ahod-first-sunday{position:relative;z-index:2}.ahod-kicker{display:block;color:#f2c75e;font-size:11px;font-weight:900;letter-spacing:.19em;text-transform:uppercase;margin-bottom:16px}
.ahod-home-hero-copy h1{font-size:clamp(48px,6.5vw,88px)!important;color:#fff!important;letter-spacing:-.055em!important;margin:0 0 24px!important;max-width:900px}.ahod-home-hero-copy h1 em{font-style:normal;color:#f0b62b}
.ahod-home-hero-copy>p{max-width:760px;color:#d7e2e9;font-size:19px;line-height:1.65;margin:0 0 30px}.ahod-btn.soft{background:#fff;color:var(--ahod-ink)!important}.ahod-btn.outline-light{background:transparent;border-color:rgba(255,255,255,.28);color:#fff!important}
.ahod-home-pillar-line{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.ahod-home-pillar-line span{color:#c7d6df;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.ahod-home-pillar-line span:not(:last-child):after{content:"·";color:var(--ahod-gold);margin-left:12px}
.ahod-first-sunday{background:#fffdf9;border:1px solid rgba(255,255,255,.4);border-radius:26px;padding:26px;box-shadow:0 24px 55px rgba(0,0,0,.17)}.ahod-first-sunday-mark{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e9e1d5}.ahod-first-sunday-mark img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px #e5ddd1}.ahod-first-sunday-mark span{color:#9e7411;font-size:10px;font-weight:900;letter-spacing:.15em}.ahod-first-sunday h2{font-size:29px!important;margin:22px 0 18px!important}.ahod-first-sunday-row{display:grid;gap:3px;padding:13px 0;border-top:1px solid #eee7dd}.ahod-first-sunday-row span{font-size:9px;font-weight:900;letter-spacing:.16em;color:#9a7a35}.ahod-first-sunday-row strong{color:var(--ahod-ink);font-size:15px}.ahod-first-sunday>a{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:13px 14px;border-radius:12px;background:#f5efe4;color:var(--ahod-ink)!important;font-weight:850}
.ahod-welcome-band{display:grid;grid-template-columns:220px minmax(0,1fr);gap:48px;padding:78px 44px;border-bottom:1px solid #eae3d8}.ahod-welcome-band>span{font-size:11px;font-weight:900;letter-spacing:.2em;color:#a37711}.ahod-welcome-band h2{font-size:clamp(38px,5vw,64px)!important;margin:0 0 14px!important}.ahod-welcome-band p{max-width:820px;font-size:19px;line-height:1.7;color:#65717b;margin:0}
.ahod-start-section-v2{padding-top:74px}.section-intro.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:50px;align-items:end;max-width:none}.section-intro.split>p{margin:0 0 10px}.ahod-start-grid-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ahod-start-grid-v2>a{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;min-height:124px;padding:24px 26px;border:1px solid #e8e1d6;border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(7,27,47,.04);transition:.2s}.ahod-start-grid-v2>a:hover{transform:translateY(-2px);border-color:#d8c89c;box-shadow:0 18px 40px rgba(7,27,47,.08)}.ahod-start-grid-v2 i{font-style:normal;color:#b18524;font-size:12px;font-weight:900;letter-spacing:.12em}.ahod-start-grid-v2 strong{display:block;color:var(--ahod-ink);font-size:20px}.ahod-start-grid-v2 span{display:block;color:#6d7780;margin-top:3px}.ahod-start-grid-v2>a>b{font-size:21px;color:#b1831e}
.ahod-pillars{padding-top:72px}.ahod-pillar-grid{grid-template-columns:repeat(6,1fr);gap:16px}.ahod-pillar-grid article{grid-column:span 2;border:0;border-radius:22px;box-shadow:0 12px 34px rgba(7,27,47,.08);background:#fff}.ahod-pillar-grid article:nth-child(4){grid-column:2/span 2}.ahod-pillar-grid article:nth-child(5){grid-column:4/span 2}.ahod-pillar-grid img{aspect-ratio:4/5}.ahod-pillar-grid article>div{padding:20px 20px 22px}.ahod-pillar-grid h3{font-size:21px!important}.ahod-pillar-grid p{font-size:14px;line-height:1.55}
.ahod-now-section-v2{padding-top:84px}.ahod-home-connection-grid{grid-template-columns:1fr 1fr;gap:18px}.ahod-home-events,.ahod-home-groups{background:#fff;border:1px solid #e7e0d5;border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(7,27,47,.04)}.ahod-list-heading span{font-size:10px;font-weight:900;letter-spacing:.17em;color:#a67911}.ahod-list-heading h3{font-size:28px!important;margin:5px 0 18px!important}.ahod-home-event-row,.ahod-home-group-row{border-radius:14px;border:1px solid #ece6dc;background:#fcfaf6;padding:14px}.ahod-home-event-row:hover,.ahod-home-group-row:hover{background:#fff;border-color:#d9c58f}.ahod-home-event-row>b{color:#a27614}.ahod-community-cta-v2{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.65fr);gap:48px;margin-top:40px;padding:58px;border-radius:30px;background:linear-gradient(135deg,#071b2f,#0c3558);color:#fff;box-shadow:0 25px 65px rgba(7,27,47,.15)}.ahod-community-cta-v2>div:first-child>span{font-size:10px;letter-spacing:.18em;font-weight:900;color:#efc55f}.ahod-community-cta-v2 h2{font-size:clamp(36px,4.8vw,58px)!important;color:#fff!important;margin:8px 0 14px!important}.ahod-community-cta-v2 p{color:#cddbe4;font-size:17px;max-width:680px}.ahod-community-chat-preview{display:grid;gap:10px;align-self:center}.ahod-community-chat-preview>div{padding:15px 16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);border-radius:15px}.ahod-community-chat-preview b{color:#f2c75d}.ahod-community-chat-preview p{font-size:14px;margin:5px 0 0;color:#e4edf2}.ahod-final-cta-v2{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:24px 0 0;padding:46px 52px;border:1px solid #e3dbc9;border-radius:28px;background:#f7f1e6}.ahod-final-cta-v2 span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#a47710}.ahod-final-cta-v2 h2{font-size:clamp(32px,4vw,48px)!important;margin:7px 0!important}.ahod-final-cta-v2 p{margin:0;color:#6b7680}

/* Public interior pages */
.ahod-form-shell,.ahod-generic-page{border:1px solid #e8e0d4;background:#fff;border-radius:26px;box-shadow:0 18px 55px rgba(7,27,47,.07)}.ahod-form-shell{padding:42px 44px}.ahod-faq-grid>div{background:#f8f4ed;border-color:#ebe3d7}.ahod-card{border-color:#e8e1d6;box-shadow:0 8px 28px rgba(7,27,47,.04)}.ahod-btn{border-radius:999px;min-height:46px;padding:11px 19px}.ahod-btn.primary,.ahod-btn.gold{background:var(--ahod-gold);color:var(--ahod-ink)!important}.ahod-btn.small{border-radius:999px}.ahod-notice{border-radius:14px}

/* Member portal */
.ahod-member-portal{padding-top:28px}.ahod-portal-head{border-radius:30px;background:linear-gradient(135deg,#071b2f,#0e3d62);padding:42px 44px;box-shadow:0 24px 65px rgba(7,27,47,.14)}.ahod-portal-identity img{width:154px;background:#fff;padding:7px;border-radius:12px}.ahod-portal-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.ahod-portal-grid>a{border:1px solid #e6dfd4;background:#fff;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(7,27,47,.04)}.ahod-portal-grid>a:hover{border-color:#d9c289;transform:translateY(-2px)}.ahod-portal-family{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:30px;padding:28px;border-radius:22px;background:#f7f1e7;border:1px solid #e8decd;margin:18px 0}.ahod-portal-family>div:first-child>span{font-size:10px;font-weight:900;letter-spacing:.17em;color:#a57811}.ahod-portal-family h2{font-size:30px!important;margin:6px 0 7px!important}.ahod-portal-family p{margin:0;color:#6d7780}.ahod-portal-family-members{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.ahod-portal-family-members>span{display:grid;padding:11px 12px;border-radius:12px;background:#fff;border:1px solid #e6ded1}.ahod-portal-family-members b{color:var(--ahod-ink)}.ahod-portal-family-members small{color:#76818a}

/* Footer */
.ahod-site-footer{background:#06192b;color:#d2dee6;margin-top:0;padding:0}.ahod-footer-main{width:min(1240px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);gap:70px;padding:62px 0 46px}.ahod-footer-brand-v2{max-width:430px}.ahod-footer-mark{display:flex;align-items:center;gap:13px}.ahod-footer-mark img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #fff}.ahod-footer-mark>div{display:grid}.ahod-footer-mark strong{font-size:30px;color:#fff;letter-spacing:.05em;line-height:1}.ahod-footer-mark span{font-size:11px;color:#eab22b;letter-spacing:.31em;margin-left:2px}.ahod-footer-brand-v2>p{color:#b8c8d3;line-height:1.7;margin:20px 0}.ahod-footer-service{display:grid;gap:3px;color:#d4e0e8}.ahod-footer-service strong{color:#fff}.ahod-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.ahod-footer-links>div{display:grid;align-content:start;gap:10px}.ahod-footer-links>div>span{color:#e5b33c;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;margin-bottom:4px}.ahod-footer-links a{color:#d6e2e9!important;font-weight:650}.ahod-footer-links a:hover{color:#fff!important}.ahod-footer-bottom{width:min(1240px,calc(100% - 48px));margin:auto;border-top:1px solid rgba(255,255,255,.10);padding:20px 0 26px;display:flex;justify-content:space-between;gap:20px;color:#91a6b4;font-size:12px}.ahod-footer-pillars-inline{color:#b3c3cd}

@media(max-width:1120px){
  .ahod-site-nav{display:none}.ahod-menu-toggle{display:block}.ahod-home-hero-v2{grid-template-columns:1fr .72fr;padding:58px 52px}.ahod-pillar-grid{grid-template-columns:repeat(2,1fr)}.ahod-pillar-grid article,.ahod-pillar-grid article:nth-child(4),.ahod-pillar-grid article:nth-child(5){grid-column:auto}.ahod-portal-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .ahod-site-utility-inner,.ahod-site-header-inner,.ahod-footer-main,.ahod-footer-bottom{width:min(100% - 32px,1240px)}.ahod-home-hero-v2{grid-template-columns:1fr;padding:52px 44px}.ahod-first-sunday{max-width:620px}.ahod-welcome-band{grid-template-columns:1fr;gap:16px;padding:62px 16px}.section-intro.split{grid-template-columns:1fr;gap:12px}.ahod-home-connection-grid,.ahod-community-cta-v2,.ahod-portal-family{grid-template-columns:1fr}.ahod-footer-main{grid-template-columns:1fr;gap:38px}
}
@media(max-width:782px){.admin-bar .ahod-site-header{top:46px}}
@media(max-width:680px){
  .ahod-site-utility{display:none}.ahod-site-header-inner{height:70px}.ahod-site-brand img{width:154px;max-height:48px}.ahod-nav-visit{display:none}.ahod-mobile-menu-inner{grid-template-columns:1fr}.ahod-public{width:min(100% - 24px,1240px);padding-top:16px}.ahod-home-v2{padding-top:14px}.ahod-home-hero-v2{min-height:auto;padding:38px 24px 30px;border-radius:24px;gap:32px}.ahod-home-hero-v2:after{left:24px}.ahod-home-hero-copy h1{font-size:clamp(42px,13vw,62px)!important}.ahod-home-hero-copy>p{font-size:16px}.ahod-home-pillar-line{gap:7px}.ahod-home-pillar-line span{font-size:9px}.ahod-home-pillar-line span:not(:last-child):after{margin-left:7px}.ahod-first-sunday{padding:20px;border-radius:20px}.ahod-first-sunday h2{font-size:24px!important}.ahod-welcome-band{padding:50px 4px}.ahod-welcome-band h2{font-size:42px!important}.ahod-welcome-band p{font-size:16px}.ahod-section{padding:54px 0}.ahod-start-grid-v2{grid-template-columns:1fr}.ahod-start-grid-v2>a{grid-template-columns:40px 1fr auto;min-height:104px;padding:19px 18px}.ahod-pillar-grid{grid-template-columns:1fr}.ahod-home-events,.ahod-home-groups{padding:20px;border-radius:20px}.ahod-community-cta-v2{padding:34px 24px;border-radius:24px}.ahod-final-cta-v2{display:grid;padding:30px 24px;border-radius:22px}.ahod-form-shell{padding:28px 20px;border-radius:22px}.ahod-public-form,.ahod-faq-grid{grid-template-columns:1fr}.ahod-portal-head{padding:28px 22px;border-radius:24px}.ahod-portal-identity{display:grid}.ahod-portal-grid{grid-template-columns:1fr}.ahod-portal-family{padding:22px}.ahod-portal-family-members{grid-template-columns:1fr}.ahod-footer-main{padding:48px 0 34px}.ahod-footer-links{grid-template-columns:repeat(2,1fr)}.ahod-footer-bottom{display:grid}.ahod-footer-pillars-inline{line-height:1.7}
}

/* ========================================================================
   v0.7.8 Member pickup pass + family check-in history
   ======================================================================== */
.ahod-current-checkin{margin:18px 0;padding:28px;border-radius:24px;background:linear-gradient(135deg,#071b2f,#0d3a5d);color:#fff;box-shadow:0 18px 50px rgba(7,27,47,.14);border:1px solid rgba(231,169,27,.45)}
.ahod-current-checkin-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.ahod-current-checkin-head>div:first-child>span,.ahod-current-checkin-limited span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#efc55f}.ahod-current-checkin h2{color:#fff!important;margin:6px 0 8px!important;font-size:32px!important}.ahod-current-checkin p{margin:0;color:#cddae3;max-width:680px}.ahod-current-code{text-align:center;min-width:210px;background:#fff;color:#071b2f;border-radius:18px;padding:16px 20px;border:3px solid #e7a91b}.ahod-current-code small{display:block;font-size:10px;font-weight:900;letter-spacing:.14em;color:#7f5f14}.ahod-current-code strong{display:block;font-size:42px;line-height:1.1;letter-spacing:.15em}.ahod-current-kids{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:20px 0}.ahod-current-kids>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}.ahod-current-kids span{display:grid}.ahod-current-kids b{color:#fff}.ahod-current-kids small{color:#c4d4de}.ahod-current-kids em{font-style:normal;font-size:11px;color:#ffe28d}.ahod-current-checkin-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.ahod-current-checkin-actions small{color:#c7d5de}.ahod-current-checkin-limited{background:#102b43}
.ahod-portal-checkin-history{margin:18px 0;padding:26px;border-radius:22px;background:#fff;border:1px solid #e6dfd4}.ahod-portal-checkin-history .section-intro{margin:0 0 14px}.ahod-portal-checkin-history .section-intro h2{font-size:28px!important}.ahod-checkin-history-list{display:grid;gap:8px}.ahod-checkin-history-list>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:12px;background:#f8f5ef;border:1px solid #ebe3d7}.ahod-checkin-history-list span{display:grid}.ahod-checkin-history-list b{color:#071b2f}.ahod-checkin-history-list small{color:#75818a;margin-top:2px}.ahod-checkin-history-list em{font-style:normal;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:#6f581b}
@media(max-width:680px){.ahod-current-checkin{padding:22px 18px;border-radius:20px}.ahod-current-checkin-head{grid-template-columns:1fr}.ahod-current-code{min-width:0}.ahod-current-code strong{font-size:38px}.ahod-current-kids{grid-template-columns:1fr}.ahod-current-checkin-actions{display:grid}.ahod-current-checkin-actions .ahod-btn{width:100%}.ahod-checkin-history-list>div{align-items:flex-start}.ahod-checkin-history-list em{text-align:right}}
@media print{.ahod-site-header,.ahod-site-utility,.ahod-site-footer,.ahod-portal-head,.ahod-portal-grid,.ahod-portal-family,.ahod-portal-checkin-history,.ahod-portal-section{display:none!important}.ahod-member-portal{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.ahod-member-portal>.ahod-current-checkin{display:block!important;background:#fff!important;color:#071b2f!important;border:2px solid #071b2f!important;box-shadow:none!important;border-radius:0!important;margin:0!important}.ahod-current-checkin h2,.ahod-current-kids b{color:#071b2f!important}.ahod-current-checkin p,.ahod-current-kids small,.ahod-current-checkin-actions small{color:#425463!important}.ahod-current-code{border:3px solid #071b2f!important}.ahod-current-kids>div{background:#f5f5f5!important;border-color:#ddd!important}.ahod-current-checkin-actions .ahod-btn{display:none!important}}

/* ========================================================================
   v0.9.0 Serve page + Member Portal serving
   ======================================================================== */
.ahod-serve-hero{padding:clamp(36px,7vw,82px) clamp(20px,6vw,70px);border-radius:0 0 30px 30px;background:linear-gradient(135deg,#071b2f,#0e3a59);color:#fff}.ahod-serve-hero>span{display:block;margin-bottom:8px;color:#efc75f;font-size:11px;font-weight:900;letter-spacing:.18em}.ahod-serve-hero h1{max-width:780px;margin:0 0 14px;color:#fff;font-size:clamp(38px,6vw,68px);line-height:.98;letter-spacing:-.045em}.ahod-serve-hero p{max-width:760px;margin:0;color:#d4e0e7;font-size:clamp(16px,2vw,20px);line-height:1.55}
.ahod-serve-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ahod-serve-card{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid #e0e6ea;border-radius:18px;background:#fff;box-shadow:0 9px 24px rgba(7,27,47,.05)}.ahod-serve-card>div>span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#a27109}.ahod-serve-card h3{margin:8px 0 8px;color:#071b2f;font-size:24px}.ahod-serve-card p{color:#5f707c}.ahod-serve-card small{color:#72808a}.ahod-serve-card details{margin-top:auto;padding-top:16px}.ahod-serve-card summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:11px;background:#071b2f;color:#fff;font-weight:850}.ahod-serve-card summary::-webkit-details-marker{display:none}.ahod-serve-card[open] summary{}.ahod-serve-card details[open] summary{margin-bottom:12px}.ahod-public-notice{max-width:1180px;margin:18px auto 0;padding:13px 16px;border:1px solid #d7e8df;border-radius:12px;background:#f3fbf6;color:#245b3d}
.ahod-portal-serving{margin:28px 0;padding:26px;border:1px solid #dfe6ea;border-radius:20px;background:#fff}.ahod-serving-team-chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 18px}.ahod-serving-team-chips>span{display:grid;gap:1px;padding:9px 12px;border-radius:999px;background:#f3f6f8;border:1px solid #dce4e8}.ahod-serving-team-chips b{font-size:12px;color:#153c58}.ahod-serving-team-chips small{font-size:10px;color:#74818a}.ahod-portal-serving-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px}.ahod-portal-serving-grid h3{margin:0 0 10px;color:#071b2f}.ahod-portal-assignment{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 0;border-bottom:1px solid #e5eaed}.ahod-portal-assignment>div:first-child{display:grid;gap:2px}.ahod-portal-assignment>div:first-child>span{font-size:10px;font-weight:900;color:#a27109}.ahod-portal-assignment h4{margin:0;color:#153c58;font-size:17px}.ahod-portal-assignment p{margin:0;color:#4f6575}.ahod-portal-assignment small{color:#77838c}.ahod-portal-assignment>em{font-style:normal;align-self:start;padding:5px 8px;border-radius:999px;background:#eef2f4;color:#405361;font-size:10px;font-weight:900;text-transform:uppercase}.ahod-portal-assignment>em.status-accepted,.ahod-portal-assignment>em.status-confirmed{background:#e9f7ef;color:#2a6947}.ahod-portal-assignment>em.status-declined{background:#fff0ef;color:#993a33}.ahod-portal-assignment-actions{grid-column:1/-1;display:flex;gap:8px}.ahod-portal-assignment-actions form{margin:0}.ahod-blockout-form{padding:14px;border-radius:14px;background:#f7f9fa;border:1px solid #dfe6ea}.ahod-blockout-list{display:grid;gap:7px;margin-top:10px}.ahod-blockout-list>div{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #e6ebee}.ahod-blockout-list>div>span{display:grid}.ahod-blockout-list small{color:#73808a}.ahod-blockout-list button{border:0;background:none;color:#9a3f38;font-weight:800;cursor:pointer}
@media(max-width:1050px){.ahod-serve-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ahod-portal-serving-grid{grid-template-columns:1fr}}
@media(max-width:680px){.ahod-serve-grid{grid-template-columns:1fr}.ahod-serve-card{padding:18px}.ahod-portal-serving{padding:18px 15px}.ahod-portal-assignment{grid-template-columns:1fr}.ahod-portal-assignment>em{justify-self:start}.ahod-portal-assignment-actions{display:grid}.ahod-portal-assignment-actions .ahod-btn{width:100%}.ahod-blockout-list>div{align-items:flex-start}}
