:root{--red:#e51d2a;--red-dark:#b80f1c;--green:#1f6f25;--green-dark:#153f1c;--cream:#f8f6f1;--ink:#18201a;--muted:#667067;--line:#e4e8e3;--white:#fff;--shadow:0 18px 55px rgba(20,50,25,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans Bengali',sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.narrow{width:min(820px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;box-shadow:0 3px 12px #0002}
.brand strong{display:block;font-size:20px}
.brand small{color:var(--green);font-weight:600}
.nav-links{display:flex;align-items:center;gap:26px;font-weight:600}
.nav-links a:hover{color:var(--red)}
.menu-button{display:none;border:0;background:none;font-size:27px}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--red);color:#fff!important;padding:12px 20px;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(229,29,42,.2)}
.button:hover{background:var(--red-dark)}
.button.small{padding:8px 14px}
.button.wide{width:100%}
.button.ghost{background:transparent;color:var(--green)!important;border:1px solid var(--green);box-shadow:none}
.button.danger{background:#9c1521}
.hero{background:radial-gradient(circle at 80% 20%,rgba(229,29,42,.12),transparent 34%),linear-gradient(135deg,#fff 0%,#f5f8f2 100%);padding:82px 0}
.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center}
.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:14px}
.hero h1,.page-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.14;margin:12px 0 22px}
.hero h1 em{font-style:normal;color:var(--green)}
.hero p{font-size:19px;color:var(--muted);max-width:650px}
.actions{display:flex;gap:14px;margin:30px 0}
.stats{display:flex;gap:45px;margin-top:38px}
.stats strong{display:block;font-size:25px;color:var(--green)}
.stats span{color:var(--muted);font-size:14px}
.hero-mark{padding:34px;background:#fff;border-radius:32px;box-shadow:var(--shadow);text-align:center;transform:rotate(2deg)}
.hero-mark img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:25px}
.hero-mark span{display:block;margin-top:14px;font-weight:800;color:var(--green)}
.section{padding:76px 0}
.section.tinted{background:var(--cream)}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}
.section-head h2{font-size:36px;margin:4px 0}
.section-head>a{color:var(--red);font-weight:700}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 35px rgba(20,50,25,.05)}
.card h2,.card h3{line-height:1.35}
.card p{color:var(--muted)}
.card-image{width:100%;height:190px;object-fit:cover;border-radius:12px}
.tag,.status{display:inline-block;padding:5px 10px;border-radius:999px;background:#feecef;color:var(--red-dark);font-size:12px;font-weight:800}
.tag.green,.status.approved,.status.published{background:#e4f4e6;color:var(--green)}
.status.pending{background:#fff3d2;color:#8a5e00}
.status.rejected,.status.suspended{background:#feecef;color:#a40f20}
.status.draft{background:#eceff1;color:#48545c}
.page-hero{padding:64px 0;background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff}
.page-hero.compact h1{font-size:46px;margin:8px 0}
.page-hero .eyebrow{color:#ffbbc1}
.page-hero p{max-width:700px}
.form-card,.success-card,.status-card,.profile-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.form-section{border-bottom:1px solid var(--line);padding-bottom:26px;margin-bottom:28px}
.form-section h2{font-size:22px;color:var(--green)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.full{grid-column:1/-1}
label{display:block;font-weight:600;margin-bottom:14px}
input,select,textarea{width:100%;border:1px solid #ccd4cc;border-radius:9px;padding:12px 13px;margin-top:6px;background:#fff;font:inherit;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(31,111,37,.12);border-color:var(--green)}
textarea{min-height:100px;resize:vertical}
.editor{min-height:330px}
.check{display:flex;align-items:flex-start;gap:10px}
.check input{width:auto;margin-top:7px}
.alert{padding:14px 18px;border-radius:10px;margin:18px 0}
.alert.success{background:#e7f6e9;color:#16551c}
.alert.error{background:#fff0f1;color:#941320}
.success-card{text-align:center}
.success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:35px;margin:auto}
.tracking-code{font-size:30px;letter-spacing:.14em;color:var(--green);font-weight:800;background:var(--cream);padding:15px;border-radius:12px;margin:24px}
.track-form,.search,.filter-bar{display:flex;gap:10px;max-width:680px}
.track-form input,.search input,.filter-bar input,.filter-bar select{margin:0}
.member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.member-card{display:flex;gap:16px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.member-card img{width:88px;height:100px;object-fit:cover;border-radius:11px}
.member-card h3{margin:8px 0 0}
.member-card p{margin:4px 0;color:var(--muted)}
.member-card span{font-size:12px;color:var(--green);font-weight:700}
.profile-top{display:flex;gap:25px;align-items:center;margin-bottom:28px}
.profile-top img{width:140px;height:155px;object-fit:cover;border-radius:16px}
.verified{color:var(--green);font-weight:700}
.profile-top h1{margin:6px 0}
.profile-card dl,.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.profile-card dl>div,.detail-list>div{background:var(--cream);padding:14px;border-radius:10px}
.profile-card dt,.detail-list dt{color:var(--muted);font-size:13px}
.profile-card dd,.detail-list dd{margin:2px 0;font-weight:600}
.article{max-width:850px}
.article h1{font-size:48px;line-height:1.25}
.cover{width:100%;max-height:500px;object-fit:cover;border-radius:18px;margin:25px 0}
.prose{font-size:18px;line-height:1.9;margin-top:28px}
footer{background:#102b16;color:#fff;padding-top:46px}
.footer-grid{display:flex;justify-content:space-between}
.footer-grid div:last-child{display:flex;flex-direction:column}
.copyright{text-align:center;border-top:1px solid #ffffff22;padding:18px;margin-top:35px;color:#ffffffaa}
.admin-body{background:#f2f5f2;display:flex;min-height:100vh}
.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#123b1a;color:#fff;padding:24px;display:flex;flex-direction:column;overflow-y:auto}
.admin-brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700}
.admin-brand img{width:55px;height:55px;border-radius:50%;object-fit:cover}
.admin-brand small{font-size:13px;color:#b8d8bc}
.sidebar nav{display:flex;flex-direction:column;gap:7px;margin-top:28px}
.sidebar nav a,.sidebar button{padding:12px;border-radius:8px;color:#fff;background:transparent;border:0;font:inherit;text-align:left}
.sidebar nav a:hover{background:#ffffff16}
.sidebar form{margin-top:auto}
.admin-main{margin-left:250px;width:calc(100% - 250px)}
.admin-main>header{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px}
.admin-content{padding:30px}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}
.metric{padding:24px;border-radius:16px;background:#fff;border-top:4px solid}
.metric span{display:block;color:var(--muted)}
.metric strong{font-size:38px}
.metric.amber{border-color:#d49b12}
.metric.green{border-color:var(--green)}
.metric.red{border-color:var(--red)}
.metric.blue{border-color:#2373b9}
.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;margin-bottom:20px}
.panel-head,.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse}
th,td{padding:13px;text-align:left;border-bottom:1px solid var(--line)}
th{color:var(--muted);font-size:13px}
.admin-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:22px}
.action-panel form+form{margin-top:20px}
.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(140deg,#153f1c,#1f6f25)}
.login-card{width:min(430px,calc(100% - 30px));background:#fff;border-radius:22px;padding:34px;box-shadow:0 25px 80px #0004}
.login-card>img{display:block;width:100px;height:100px;border-radius:50%;object-fit:cover;margin:auto}
.login-card h1,.login-card>p{text-align:center}
.login-card>a{display:block;text-align:center;margin-top:16px;color:var(--green)}
.empty-state{padding:40px;text-align:center;color:var(--muted)}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:var(--shadow)}
.nav-links.open{display:flex}
.menu-button{display:block}
.hero-grid{grid-template-columns:1fr}
.hero-mark{max-width:430px;margin:auto}
.card-grid,.member-grid{grid-template-columns:1fr 1fr}
.sidebar{width:80px;padding:15px}
.admin-brand span,.sidebar nav a,.sidebar button{font-size:0}
.sidebar nav a::first-letter{font-size:18px}
.admin-main{margin-left:80px;width:calc(100% - 80px)}
.metric-grid{grid-template-columns:1fr 1fr}
.admin-grid{grid-template-columns:1fr}
}
@media(max-width:620px){.container,.narrow{width:min(100% - 26px,1180px)}
.brand strong{font-size:16px}
.brand small{font-size:11px}
.hero{padding:50px 0}
.hero h1{font-size:40px}
.actions,.stats,.track-form,.search,.filter-bar{flex-direction:column}
.card-grid,.member-grid,.form-grid,.profile-card dl,.detail-list{grid-template-columns:1fr}
.full{grid-column:auto}
.section{padding:48px 0}
.page-hero.compact h1{font-size:36px}
.form-card{padding:20px}
.profile-top{align-items:flex-start}
.profile-top img{width:100px;height:120px}
.metric-grid{grid-template-columns:1fr}
.admin-content{padding:14px}
.admin-main>header{padding:0 15px}
}

.auth-shell{display:grid;grid-template-columns:1fr 460px;gap:70px;align-items:center;min-height:620px}
.portal-intro h1{font-size:52px;line-height:1.15;margin:12px 0}
.portal-intro p{font-size:18px;color:var(--muted)}
.auth-form{width:100%}
.form-note{text-align:center;color:var(--muted)}
.form-note a{color:var(--green);font-weight:700}
.portal-header{background:linear-gradient(135deg,#102f18,#1f6f25);color:#fff;padding:46px 0}
.portal-nav{display:flex;justify-content:space-between;align-items:center}
.portal-nav h1{font-size:38px;margin:8px 0}
.portal-nav p{margin:0;color:#d7ecd9}
.portal-actions{display:flex;align-items:center;gap:12px}
.member-summary{display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}
.member-summary img{width:90px;height:105px;object-fit:cover;border-radius:12px}
.member-summary h2{margin:4px 0}
.member-summary p{margin:0;color:var(--muted)}
.portal-section-head{margin-top:52px}
.portal-table{background:#fff;border:1px solid var(--line);border-radius:16px}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.plan-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:linear-gradient(150deg,#fff,#f7faf6)}
.plan-card>span{color:var(--green);font-weight:700}
.plan-card h3{font-size:24px;margin:10px 0}
.plan-price{font-size:36px;color:var(--red);font-weight:800}
.plan-card details{margin-top:20px}
.plan-card summary{list-style:none;cursor:pointer}
.plan-card details form{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}
.plan-admin-item{padding:20px 0;border-bottom:1px solid var(--line)}
.password-card{margin-top:24px}
@media(max-width:900px){
.auth-shell{grid-template-columns:1fr}
.portal-intro{text-align:center}
.plan-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
.auth-shell{gap:25px;min-height:auto}
.portal-intro h1{font-size:36px}
.portal-nav,.portal-actions{align-items:flex-start;flex-direction:column}
.member-summary{grid-template-columns:70px 1fr}
.member-summary img{width:70px;height:85px}
.member-summary>a{grid-column:1/-1}
.plan-grid{grid-template-columns:1fr}
}

/* Member authentication */
.member-auth-page{padding:56px 0 64px;background:radial-gradient(circle at 8% 18%,rgba(31,111,37,.10),transparent 28%),radial-gradient(circle at 92% 82%,rgba(229,29,42,.08),transparent 25%),#f7f9f7}
.member-auth-shell{width:min(1040px,calc(100% - 40px));display:grid;grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr);align-items:stretch;margin:auto;border:1px solid #dfe6df;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 26px 70px rgba(16,43,22,.12)}
.member-auth-aside{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:54px 46px;background:linear-gradient(145deg,#0f3518 0%,#1f6f25 100%);color:#fff}
.member-auth-aside::after{content:"";position:absolute;width:260px;height:260px;right:-125px;bottom:-125px;border:50px solid rgba(255,255,255,.06);border-radius:50%}
.member-auth-kicker{position:relative;z-index:1;width:max-content;padding:6px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#ffe7e9;font-size:13px;font-weight:800;letter-spacing:.04em}
.member-auth-aside h1{position:relative;z-index:1;margin:22px 0 16px;font-size:clamp(34px,3vw,46px);line-height:1.22;letter-spacing:-.02em}
.member-auth-aside p{position:relative;z-index:1;margin:0;color:#d9eadc;font-size:16px;line-height:1.8}
.member-auth-badge{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.17);color:#eef8f0;font-size:14px;font-weight:600}
.member-auth-badge span{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:50%;background:#fff;color:var(--green);font-weight:900}
.member-auth-card{padding:46px 50px;background:#fff}
.member-auth-heading{margin-bottom:28px}
.member-auth-heading>span{color:var(--red);font-size:13px;font-weight:800;letter-spacing:.05em}
.member-auth-heading h2{margin:5px 0 6px;font-size:30px;line-height:1.3}
.member-auth-heading p{margin:0;color:var(--muted);font-size:14px}
.member-auth-card label{margin-bottom:18px;font-size:15px}
.member-auth-card input{height:50px;margin-top:7px;padding:11px 14px;border-color:#cbd5cc;background:#fbfcfb}
.member-auth-card input::placeholder{color:#99a39a}
.member-auth-card input:focus{background:#fff;box-shadow:0 0 0 4px rgba(31,111,37,.08)}
.member-auth-card .alert{margin:0 0 20px}
.member-auth-card .button{min-height:50px;margin-top:4px;border-radius:11px}
.member-auth-remember{align-items:center!important;margin:-2px 0 18px!important;color:var(--muted);font-size:14px!important;font-weight:500!important}
.member-auth-remember input{width:17px;height:17px;margin:0}
.member-auth-switch{margin:22px 0 0;text-align:center;color:var(--muted);font-size:14px}
.member-auth-switch a{color:var(--green);font-weight:800}
.member-auth-switch a:hover{text-decoration:underline}
.member-claim-shell{width:min(1120px,calc(100% - 40px));grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr)}
.member-claim-card{padding-top:38px;padding-bottom:38px}
.member-claim-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}
.member-claim-grid .full{grid-column:1/-1}
.member-claim-grid small{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:500;line-height:1.45}
@media(max-width:820px){
.member-auth-page{padding:32px 0 42px}
.member-auth-shell,.member-claim-shell{width:min(620px,calc(100% - 28px));grid-template-columns:1fr}
.member-auth-aside{padding:34px 32px}
.member-auth-aside h1{font-size:34px;margin:16px 0 10px}
.member-auth-badge{margin-top:22px;padding-top:18px}
.member-auth-card{padding:34px 32px}
}
@media(max-width:520px){
.member-auth-page{padding:18px 0 30px}
.member-auth-shell,.member-claim-shell{width:calc(100% - 22px);border-radius:20px}
.member-auth-aside{padding:27px 23px}
.member-auth-aside h1{font-size:29px}
.member-auth-aside p{font-size:14px}
.member-auth-badge{font-size:13px}
.member-auth-card{padding:28px 22px}
.member-auth-heading h2{font-size:26px}
.member-claim-grid{grid-template-columns:1fr}
.member-claim-grid .full{grid-column:auto}
}

/* Public website and CMS phase */
.site-header .container{width:min(1320px,calc(100% - 40px))}
.site-header .nav-wrap{min-height:78px}
.site-header .brand img{width:54px;height:54px}
.site-header .brand strong{font-size:18px}
.site-header .nav-links{gap:18px;font-size:15px}
.text-link{display:inline-flex;color:var(--green);font-weight:800}
.text-link:hover{color:var(--red)}
.home-hero{padding:54px 0 48px;background:radial-gradient(circle at 6% 20%,rgba(31,111,37,.09),transparent 27%),linear-gradient(180deg,#fff,#fbfdfb)}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:64px;align-items:center}
.home-hero-copy h1{max-width:720px;margin:14px 0 20px;font-size:clamp(46px,5.1vw,68px);line-height:1.13;letter-spacing:-.035em}
.home-hero-copy h1 em{color:var(--red);font-style:normal}
.home-hero-copy>p{max-width:650px;color:var(--muted);font-size:18px}
.home-hero-copy .actions{margin:28px 0 24px}
.home-trust{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px}
.home-trust-dots{display:flex}
.home-trust-dots i{display:block;width:30px;height:30px;margin-left:-8px;border:3px solid #fff;border-radius:50%;background:linear-gradient(145deg,#3e8a49,#174b20)}
.home-trust-dots i:first-child{margin-left:0;background:linear-gradient(145deg,#ec5360,#b80f1c)}
.featured-event-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 60px rgba(18,61,28,.13)}
.featured-event-image,.event-card-image{position:relative;display:block;overflow:hidden;background:#edf5ee}
.featured-event-image{height:265px}
.featured-event-image>img,.event-card-image>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.featured-event-card:hover .featured-event-image>img,.event-card:hover .event-card-image>img{transform:scale(1.03)}
.event-image-fallback{display:grid;place-items:center;width:100%;height:100%;min-height:180px;background:radial-gradient(circle,#fff 0%,#eef6ef 68%,#e5f0e7 100%)}
.event-image-fallback img{width:130px;height:130px;border-radius:50%;object-fit:cover;opacity:.9}
.featured-event-body{padding:25px 28px 28px}
.featured-event-body h2{margin:10px 0 12px;font-size:27px;line-height:1.3}
.featured-event-body p{margin:6px 0;color:var(--muted);font-size:14px}
.featured-event-body .text-link{margin-top:14px}
.event-date-badge{position:absolute;left:16px;bottom:16px;display:flex;flex-direction:column;align-items:center;min-width:58px;padding:7px 10px;background:#fff;border-radius:10px;color:var(--red);font-size:12px;font-weight:800;line-height:1.2;box-shadow:0 8px 24px #0003}
.event-date-badge strong{font-size:25px}
.featured-event-empty .event-image-fallback{height:235px}
.home-stats{padding:0 0 12px;background:#fbfdfb}
.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 12px;background:#edf6ee;border:1px solid #dfebdf;border-radius:16px}
.home-stats-grid>div{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;align-items:center;padding:5px 24px;border-right:1px solid #cddfce}
.home-stats-grid>div:last-child{border:0}
.home-stats-grid .stat-icon{grid-row:1/3;display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:#fff;color:var(--green);font-size:22px}
.home-stats-grid .stat-icon.blood{color:var(--red)}
.home-stats-grid strong{font-size:24px;color:var(--green);line-height:1.1}
.home-stats-grid small{color:var(--muted);font-size:13px}
.home-section{padding:66px 0}
.home-section .section-head h2{margin:2px 0;font-size:36px}
.section-head.centered{justify-content:center;text-align:center}
.section-head.centered p{margin:8px 0 0;color:var(--muted)}
.section-head.compact{margin-bottom:20px}
.section-head.compact h2{font-size:30px}
.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.event-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(20,50,25,.06)}
.event-card-image{height:205px}
.event-card>div:last-child{padding:20px}
.event-card h3{margin:10px 0;font-size:21px;line-height:1.35}
.event-card p{margin:5px 0;color:var(--muted);font-size:14px}
.event-card .text-link{margin-top:12px}
.programs-section{background:#f7faf7}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.program-card{padding:32px 28px;text-align:center;background:#fff;border:1px solid #dce7dd;border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}
.program-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.program-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#e8f5ea;color:var(--green);font-size:29px;font-weight:900}
.program-icon.blood{background:#fff0f1;color:var(--red)}
.program-card h3{margin:0 0 10px;font-size:23px}
.program-card p{min-height:76px;margin:0;color:var(--muted)}
.program-card a{display:inline-block;margin-top:17px;color:var(--red);font-weight:800}
.story-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:20px}
.story-card{display:grid;grid-template-columns:190px 1fr;overflow:hidden;min-height:210px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 28px rgba(20,50,25,.05)}
.story-card>img,.story-placeholder{width:100%;height:100%;object-fit:cover}
.story-placeholder{display:grid;place-items:center;background:#edf5ee}
.story-placeholder img{width:90px;height:90px;border-radius:50%;object-fit:cover;opacity:.75}
.story-card-body{padding:22px}
.story-card h3{margin:9px 0 8px;font-size:20px;line-height:1.35}
.story-card p{margin:0 0 10px;color:var(--muted);font-size:14px}
.story-featured{grid-row:1/3;display:flex;flex-direction:column}
.story-featured>img,.story-featured>.story-placeholder{height:320px}
.story-featured .story-card-body{padding:26px}
.story-featured h3{font-size:25px}
.media-section{background:#f7faf7}
.section-actions{display:flex;gap:8px}
.section-actions a,.media-filter a{padding:7px 15px;border:1px solid #cfe0d1;border-radius:999px;background:#fff;color:var(--green);font-weight:700}
.media-mosaic{display:grid;grid-template-columns:1.35fr repeat(3,1fr);grid-template-rows:190px 190px;gap:10px}
.media-tile{position:relative;overflow:hidden;border-radius:13px;background:#dfeae0}
.media-tile-1{grid-row:1/3}
.media-tile-2{grid-column:2/4}
.media-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.media-tile:hover img{transform:scale(1.04)}
.media-tile>span{position:absolute;inset:auto 0 0;display:flex;align-items:center;gap:8px;padding:25px 14px 12px;background:linear-gradient(transparent,#000b);color:#fff;font-size:13px;font-weight:700}
.media-tile>span b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:var(--red)}
.media-video-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:150px;background:linear-gradient(145deg,#153f1c,#1f6f25);color:#fff;font-size:35px}
.center-action{text-align:center;margin-top:26px}
.updates-section{background:#fff}
.updates-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:38px}
.news-list{display:flex;flex-direction:column;gap:16px}
.news-list article{display:grid;grid-template-columns:130px 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.news-list article>img{width:130px;height:95px;object-fit:cover;border-radius:10px}
.news-list time{color:var(--muted);font-size:12px}
.news-list h3{margin:3px 0;font-size:18px;line-height:1.35}
.news-list p{margin:3px 0;color:var(--muted);font-size:13px}
.notice-panel{padding:27px;border:1px solid var(--line);border-radius:17px;background:#fbfdfb}
.notice-list{display:flex;flex-direction:column}
.notice-list>a{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:14px;padding:12px 0;border-bottom:1px dashed #d6dfd7}
.notice-list>a:last-child{border:0}
.notice-list time{display:flex;flex-direction:column;align-items:center;padding:6px;border-radius:8px;background:#e8f4ea;color:var(--green);font-size:11px;line-height:1.2}
.notice-list time strong{font-size:20px}
.notice-list span{font-weight:600;line-height:1.4}
.membership-cta{padding:0 0 60px;background:#fff}
.membership-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:33px 42px;border-radius:17px;background:linear-gradient(135deg,#123a19,#0b5c1b);color:#fff;box-shadow:0 18px 45px rgba(17,67,26,.18)}
.membership-cta h2{margin:3px 0;font-size:30px}
.membership-cta p{margin:2px 0;color:#cfe5d2}
.membership-cta>div>div>span{color:#ffbdc2;font-size:13px;font-weight:800}
.membership-cta .actions{margin:0;flex:0 0 auto}
.button.cta-ghost{background:transparent;border:1px solid #ffffff80;box-shadow:none}
.home-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;padding:30px;border:1px dashed #cbd8cc;border-radius:16px;background:#fafcfa;color:var(--muted);text-align:center}
.home-empty strong{color:var(--ink);font-size:18px}
.home-empty.small{min-height:100px}
.site-footer{padding-top:50px}
.site-footer .footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px}
.site-footer .footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}
.site-footer .footer-grid>div>strong{margin-bottom:7px;color:#fff}
.site-footer .footer-grid a{color:#d5e6d8}
.site-footer .footer-grid a:hover{color:#fff}
.footer-brand{max-width:380px}
.footer-logo img{width:60px;height:60px}
.footer-logo strong{color:#fff}
.footer-logo small{display:block;color:#b9d8bd}
.footer-brand p,.footer-brand address{color:#b9cdbb;font-size:14px;font-style:normal}
.public-page-hero{background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.12),transparent 25%),linear-gradient(135deg,#102f18,#1f6f25)}
.public-page-hero h1{margin-bottom:8px}
.public-page-hero p{margin:0;color:#d4e7d6}
.archive-event-grid{margin-bottom:28px}
.event-detail-hero{padding:60px 0;background:#f5f9f5}
.event-detail-grid{display:grid;grid-template-columns:1fr .9fr;gap:55px;align-items:center}
.event-detail-grid h1{margin:14px 0;font-size:clamp(42px,5vw,64px);line-height:1.15}
.event-detail-grid>div>p{color:var(--muted);font-size:18px}
.event-detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}
.event-detail-meta>div{padding:15px;border:1px solid #d9e5da;border-radius:12px;background:#fff}
.event-detail-meta span,.event-detail-meta small{display:block;color:var(--muted);font-size:12px}
.event-detail-meta strong{display:block;margin:4px 0}
.event-detail-image{overflow:hidden;height:430px;border-radius:20px;box-shadow:var(--shadow)}
.event-detail-image>img{width:100%;height:100%;object-fit:cover}
.event-article-grid{display:grid;grid-template-columns:1fr 320px;gap:50px;align-items:start}
.event-prose{margin:0}
.event-prose h2{margin-top:0;color:var(--green)}
.event-side-card{position:sticky;top:105px;padding:25px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}
.event-side-card>strong{font-size:21px}
.event-side-card dl>div{padding:12px 0;border-bottom:1px solid var(--line)}
.event-side-card dt{color:var(--muted);font-size:12px}
.event-side-card dd{margin:2px 0;font-weight:700}
.event-side-card .button{margin-top:15px}
.media-filter{display:flex;gap:10px;margin-bottom:28px}
.media-filter a.active{background:var(--green);color:#fff;border-color:var(--green)}
.public-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.public-media-card{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(20,50,25,.05)}
.public-media-card>img{width:100%;height:230px;object-fit:cover}
.public-media-card>div:last-child{display:flex;flex-direction:column;padding:17px}
.public-media-card>div>span{color:var(--green);font-size:12px;font-weight:800}
.public-media-card>div>strong{margin-top:3px;font-size:18px}
.public-media-card>div>p{margin:6px 0 0;color:var(--muted);font-size:13px}

/* Admin additions */
.admin-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.admin-quick-card{display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}
.admin-quick-card strong{font-size:19px;color:var(--green)}
.admin-quick-card span{margin-top:5px;color:var(--muted);font-size:13px}
.admin-page-note{margin:0;color:var(--muted)}
.table-subtext{display:block;color:var(--muted);font-size:11px}
.table-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}
.table-actions form{margin:0}
.table-actions button,.link-danger{padding:0;border:0;background:none;color:#a40f20;font:inherit;cursor:pointer}
.admin-table-thumb{width:64px;height:48px;object-fit:cover;border-radius:6px}
.admin-video-thumb{display:grid;place-items:center;width:64px;height:48px;border-radius:6px;background:#e8f4ea;color:var(--green)}
.admin-image-preview{display:block;width:180px;height:110px;margin-top:10px;border-radius:8px;object-fit:cover}
.admin-check{align-self:end;min-height:48px;align-items:center!important;padding:10px 0}
.admin-check input{margin:0}
.form-actions{display:flex;gap:12px;margin-top:20px}
.cms-form label small{display:block;color:var(--muted);font-size:12px;font-weight:500}

@media(max-width:1120px){
.site-header .nav-links{gap:13px;font-size:14px}
.home-hero-grid{gap:38px}
.home-stats-grid>div{padding:5px 14px}
.media-mosaic{grid-template-columns:1.2fr repeat(2,1fr)}
.media-tile-2{grid-column:auto}
.media-tile-7{display:none}
}
@media(max-width:900px){
.home-hero-grid,.event-detail-grid{grid-template-columns:1fr}
.home-hero-copy{text-align:center}
.home-hero-copy>p{margin-left:auto;margin-right:auto}
.home-hero-copy .actions,.home-trust{justify-content:center}
.featured-event-card{width:min(620px,100%);margin:auto}
.home-stats-grid{grid-template-columns:1fr 1fr;gap:0}
.home-stats-grid>div:nth-child(2){border-right:0}
.home-stats-grid>div:nth-child(-n+2){border-bottom:1px solid #cddfce}
.event-grid,.program-grid,.public-media-grid{grid-template-columns:1fr 1fr}
.story-grid{grid-template-columns:1fr;grid-template-rows:auto}
.story-featured{grid-row:auto}
.story-featured>img,.story-featured>.story-placeholder{height:290px}
.updates-grid,.event-article-grid{grid-template-columns:1fr}
.event-side-card{position:static}
.site-footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
.site-footer .footer-grid>div:last-child{grid-column:2/4}
.admin-quick-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
.site-header .container{width:calc(100% - 26px)}
.home-hero{padding:38px 0}
.home-hero-copy h1{font-size:40px}
.home-hero-copy .actions{align-items:stretch}
.featured-event-image{height:215px}
.featured-event-body{padding:20px}
.home-stats-grid{grid-template-columns:1fr;padding:8px 14px}
.home-stats-grid>div{border-right:0!important;border-bottom:1px solid #cddfce!important;padding:13px 8px}
.home-stats-grid>div:last-child{border-bottom:0!important}
.home-section{padding:48px 0}
.home-section .section-head h2{font-size:30px}
.section-head{align-items:flex-start;gap:12px}
.section-head>a{font-size:13px}
.event-grid,.program-grid,.public-media-grid{grid-template-columns:1fr}
.event-card-image{height:220px}
.story-card{grid-template-columns:1fr}
.story-card>img,.story-card>.story-placeholder{height:220px}
.media-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:220px 150px 150px}
.media-tile-1{grid-column:1/3;grid-row:auto}
.media-tile-6{display:none}
.updates-grid{gap:48px}
.news-list article{grid-template-columns:95px 1fr}
.news-list article>img{width:95px;height:82px}
.membership-cta{padding-bottom:35px}
.membership-cta>.container{flex-direction:column;align-items:flex-start;padding:28px 23px}
.membership-cta h2{font-size:25px}
.membership-cta .actions{width:100%;align-items:stretch}
.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px}
.footer-brand{grid-column:1/-1}
.site-footer .footer-grid>div:last-child{grid-column:auto}
.event-detail-hero{padding:40px 0}
.event-detail-grid h1{font-size:38px}
.event-detail-meta{grid-template-columns:1fr}
.event-detail-image{height:300px}
.media-filter{overflow-x:auto}
.public-media-card>img{height:230px}
.form-actions{flex-direction:column}
}
