/* ========================================================= HERO ========================================================= */
.hero-wrap{padding:24px 0}
.hero-wrap.hero-full,.hero-wrap.hero-immersive{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;overflow:hidden}
.hero-card{position:relative;min-height:340px;border-radius:26px;overflow:hidden;background:#0f5132;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 16px 38px rgba(0,0,0,.12)}
.hero-full .hero-card,.hero-immersive .hero-card{width:100%;max-width:100%;min-height:clamp(420px,58vh,680px);border-radius:0!important;box-shadow:none!important}
.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(15,81,50,.84),rgba(15,81,50,.5),rgba(15,81,50,.08))}
.hero-content{position:relative;z-index:2;width:min(92%,920px);max-width:920px;margin-left:clamp(18px,7vw,90px);margin-top:clamp(-52px,-5vw,-28px);padding:clamp(22px,3vw,42px);color:#fff}
.hero-full .hero-content,.hero-immersive .hero-content{margin-left:max(24px,calc((100vw - 1280px)/2 + 40px))}
.hero-badge{display:inline-flex;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(.82rem,1vw,1rem);font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.18em}
.hero-content h1{margin:0 0 12px;max-width:900px;color:#fff;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.4rem,5vw,5.8rem);font-weight:700;line-height:1.02;text-transform:uppercase;letter-spacing:.075em}
.hero-content p{margin:0;max-width:780px;color:rgba(255,255,255,.92);font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.2rem,1.7vw,1.65rem);font-weight:600;line-height:1.5;letter-spacing:.01em}

@media(max-width:768px){
  .hero-wrap{padding:18px 0}
  .hero-wrap.hero-full,.hero-wrap.hero-immersive{padding:0}
  .hero-card{min-height:310px;border-radius:20px;align-items:flex-end}
  .hero-full .hero-card,.hero-immersive .hero-card{min-height:430px}
  .hero-overlay{background:linear-gradient(180deg,rgba(15,81,50,.28),rgba(15,81,50,.62),rgba(15,81,50,.9))}
  .hero-content,.hero-full .hero-content,.hero-immersive .hero-content{width:auto;max-width:none;margin:0;padding:26px;text-align:left}
  .hero-badge{font-size:.78rem;letter-spacing:.14em}
  .hero-content h1,.hero-full .hero-content h1,.hero-immersive .hero-content h1{max-width:none;font-size:clamp(2rem,10vw,3.4rem);letter-spacing:.045em}
  .hero-content p{max-width:none;font-size:1.12rem;line-height:1.45}
}

@media(prefers-reduced-motion:reduce){.hero-bg-video{display:none}}

/* =========================================================PILLARS OF ISLAM========================================================= */
.pillars-section{padding:56px 0;background:linear-gradient(180deg,#fffaf0,#fff)}
.section-head.center{text-align:center;max-width:760px;margin:0 auto 28px}
.section-head h2{margin:8px 0 8px;color:#0f5132;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}
.section-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:#fff3cd;color:#8a6500;border:1px solid rgba(212,175,55,.35);font-weight:800;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}
.pillars-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.pillar-card{position:relative;isolation:isolate;min-height:230px;padding:24px 16px 22px;text-align:center;border-radius:24px;background:#fff;border:1px solid rgba(15,81,50,.12);box-shadow:0 14px 34px rgba(15,81,50,.09);overflow:hidden;transition:.25s ease}
.pillar-card:before{content:"";position:absolute;inset:auto -30px -55px;height:120px;background:radial-gradient(circle,rgba(212,175,55,.22),transparent 68%);z-index:-1}
.pillar-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(15,81,50,.14);border-color:rgba(212,175,55,.45)}
.pillar-arabic{min-height:44px;margin-bottom:14px;color:#0f5132;font-family:"Amiri","Scheherazade New Roman",serif;font-size:clamp(1.55rem,2.5vw,2.15rem);font-weight:700;line-height:1.1}
.pillar-icon{width:72px;height:72px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0f5132,#198754);color:#fff;font-size:2rem;box-shadow:0 12px 24px rgba(15,81,50,.2)}
.pillar-card h3{margin:0 0 5px;color:#17352a;font-size:1.25rem;font-weight:900}
.pillar-card p{margin:0;color:#6b7b73;font-weight:700}

@media(max-width:1000px){
  .pillars-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .pillars-section{padding:42px 0}
  .pillars-grid{grid-template-columns:1fr 1fr;gap:12px}
  .pillar-card{min-height:205px;padding:20px 12px}
  .pillar-icon{width:62px;height:62px;font-size:1.7rem}
}
@media(max-width:420px){
  .pillars-grid{grid-template-columns:1fr}
}

/* ============================================ AYA / QUR'AN REFLECTION + HADEETH ============================================ */
.aya-section{position:relative;overflow:hidden;padding:clamp(10px,1.5vw,20px) 6px;background:var(--section-soft,#e9f6ef)}
.aya-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(15,81,50,.08),transparent 28%),radial-gradient(circle at 85% 80%,rgba(212,175,55,.1),transparent 30%);pointer-events:none}
.aya-section .container{position:relative;z-index:1;max-width:2000px}
.aya-immersive{background:var(--section-soft,#e9f6ef)}
.aya-card,.aya-immersive .aya-card{max-width:2000px;margin:auto;padding:0;text-align:center;background:transparent;border:0;border-radius:0;box-shadow:none}
.aya-label,.aya-badge,.hadeeth-label{display:inline-block;margin-bottom:14px;padding:3px 5px;border-radius:999px;background:#e9f6ef;color:#0f5132;font-size:.75rem;font-weight:800;line-height:1;letter-spacing:.12em;text-transform:uppercase}
.hadeeth-label{background:#fff8e1;color:#7a5a00}
.aya-arabic,.aya-bismillah{width:100%;max-width:3000px;margin:0 auto 14px;color:#123c2a;font-family:"Amiri","Scheherazade New","Noto Naskh Arabic",serif;font-size:clamp(1.45rem,2.8vw,2.75rem);line-height:1.7;font-weight:700;direction:rtl;white-space:normal;word-break:normal;overflow-wrap:normal;text-wrap:normal;text-shadow:0 1px 0 rgba(212,175,55,.6),0 3px 12px rgba(212,175,55,.22)}
.aya-translation,.aya-english{width:100%;max-width:2000px;margin:0 auto 14px;color:#334;font-size:clamp(1.04rem,1.35vw,1.18rem);line-height:1.78;white-space:normal;word-break:normal;overflow-wrap:normal;text-wrap:normal}
.aya-reference{margin:6px 0 0;color:#0f5132;font-size:.8rem;font-weight:700;text-align:center}
.aya-reference:before,.aya-reference:after{content:" — ";color:#d4af37}
.aya-divider{width:64px;height:3px;margin:8px auto;background:#16a34a;border-radius:12px}
.hadeeth-intro{margin:0 0 8px;color:#64748b;font-size:.74rem;font-weight:900}
.hadeeth-arabic{color:#123c2a}
.hadeeth-translation{font-style:italic}
@media(max-width:768px){.aya-section{padding:10px 6px}.aya-card,.aya-immersive .aya-card{padding:2px}.aya-arabic,.aya-bismillah{font-size:clamp(1.08rem,4.8vw,1.72rem);line-height:1.75}.aya-translation,.aya-english{font-size:.96rem;line-height:1.7}}

/* ========================================================= INTRO ========================================================= */
.intro-section{padding:14px 0 10px;}
.intro-card{width:100%;margin:0 auto;padding:14px;border-radius:18px;background:rgba(255,255,255,.88);border:1px solid rgba(20,83,45,.08);box-shadow:var(--shadow);backdrop-filter:blur(8px);}
.intro-width-full{max-width:100%;}
.intro-width-two_thirds{max-width:760px;}
.intro-width-narrow{max-width:560px;}
.intro-align-left{text-align:left;}
.intro-align-center{text-align:center;}
.intro-align-right{text-align:right;}
.intro-badge{display:inline-block;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:#dcfce7;color:#166534;font-size:.91rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.intro-card h2{margin:0 0 10px;color:var(--nav);font-size:clamp(1.45rem,2.6vw,2.1rem);line-height:1.2;}
.intro-card p{margin:0;color:var(--muted);font-size:1.2rem;line-height:1.75;}
.intro-signature-wrap{margin-top:18px;display:flex;flex-direction:column;align-items:center;gap:8px}
.intro-signature{margin:0;color:#0f5132;font-weight:900}
.intro-signature-logo{width:72px;height:auto;display:block;opacity:.95}
@media(max-width:700px){.intro-signature-logo{width:62px}}

/* ========================================================= INTRO SPLIT + SIDE CARD ========================================================= */
.intro-layout{display:grid;grid-template-columns:2fr 1fr;gap:18px;align-items:stretch;}
.intro-layout .intro-card{max-width:none;margin:0;}
.intro-side-card{width:100%;padding:14px;border-radius:18px;background:var(--g1);border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow);color:#fff;}
.side-badge{display:inline-block;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.24);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.intro-side-card h3{margin:0 0 10px;color:#fff;font-size:1.08rem;line-height:1.25;}
.intro-side-card p{margin:0 0 12px;color:rgba(255,255,255,.9);font-size:.92rem;line-height:1.65;}
.intro-side-card p:last-child{margin-bottom:0;}
.intro-side-card ul{margin:14px 0 0;padding-left:18px;color:rgba(255,255,255,.9);line-height:1.65;}
.intro-side-card li{margin-bottom:6px;}
.side-link-stack{display:grid;gap:8px;margin-top:16px;}
.side-btn{display:flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:999px;background:#fff;color:var(--g1);text-decoration:none;font-size:.86rem;font-weight:900;text-align:center;}
.side-btn:hover{background:#dcfce7;color:var(--g1);}

@media(max-width:768px){
.intro-section{padding:14px 0 8px;}
.intro-card,.intro-side-card{padding:14px;}
.intro-width-full,.intro-width-two_thirds,.intro-width-narrow{max-width:100%;}
.intro-layout{grid-template-columns:1fr;}
.intro-side-card{text-align:center;}
.side-link-stack{max-width:280px;margin:16px auto 0;}
}

/* ========================================================= STATS / PAGE INTRO ========================================================= */
.page-intro{padding:14px 0 8px;}
.page-intro-grid{display:grid;grid-template-columns:1fr .8fr;gap:12px;align-items:stretch;}
.stats-card{background:rgba(255,255,255,.88);border:1px solid rgba(20,83,45,.08);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;backdrop-filter:blur(8px);}
.stats-card h3{margin:0 0 12px;color:var(--nav);}
.stats-card p{margin:0;color:var(--muted);line-height:1.8;}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;}
.stat{padding:14px;border-radius:16px;background:#f8fff9;border:1px solid rgba(34,197,94,.16);}
.stat strong{display:block;font-size:1.35rem;color:var(--nav2);margin-bottom:4px;}
.stat span{color:var(--muted);font-size:.92rem;}

/* ================================================ Timeline Section ========================================================= */
.timeline-section{padding:48px 0;background:#fff;}
.timeline-section .section-heading{text-align:center;max-width:760px;margin:0 auto 30px;}
.timeline-section .section-tag{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 0 10px;padding:7px 13px;border-radius:999px;background:#f4faf7;border:1px solid rgba(15,81,50,.14);color:var(--g1,#0f5132);font-size:.78rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;}
.timeline-section .section-heading h2{margin:0 0 8px;color:var(--g1,#0f5132);font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.15;}
.timeline-section .section-heading p{margin:0;color:#5d7068;font-size:1rem;line-height:1.65;}

.press-timeline{position:relative;max-width:1040px;margin:0 auto;padding:8px 0 0;}
.press-timeline:before{content:"";position:absolute;left:104px;top:78px;bottom:18px;width:2px;background:linear-gradient(to bottom,rgba(15,81,50,.08),rgba(15,81,50,.24),rgba(15,81,50,.08));}

.timeline-divider,.timeline-year-divider{position:relative;z-index:2;display:flex;align-items:center;gap:14px;}
.timeline-divider{margin:30px 0 22px;}
.timeline-year-divider{margin:30px 0 16px;}
.timeline-divider:before,.timeline-divider:after,.timeline-year-divider:before,.timeline-year-divider:after{content:"";height:1px;flex:1;background:rgba(15,81,50,.14);}
.timeline-divider span{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:10px 18px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--g1,#0f5132),var(--g2,#198754));box-shadow:0 10px 24px rgba(15,81,50,.14);font-size:.8rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}
.timeline-year-divider span{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:8px 16px;border-radius:999px;background:#f4faf7;border:1px solid rgba(15,81,50,.14);color:var(--g1,#0f5132);font-size:.9rem;font-weight:900;}

.timeline-item{position:relative;display:grid;grid-template-columns:86px 1fr;gap:26px;align-items:start;margin:0 0 22px;}
.timeline-year{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--g1,#0f5132),var(--g2,#198754));border:6px solid #fff;box-shadow:0 10px 26px rgba(15,81,50,.14);font-size:.95rem;font-weight:900;}

.timeline-card{overflow:hidden;background:#fff;border:1px solid rgba(15,81,50,.12);border-radius:24px;box-shadow:0 14px 34px rgba(15,81,50,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.timeline-card:hover{transform:translateY(-2px);border-color:rgba(15,81,50,.22);box-shadow:0 18px 44px rgba(15,81,50,.12);}
.timeline-content{display:grid;grid-template-columns:240px 1fr;gap:0;min-height:190px;}
.timeline-image{min-height:100%;background:#f4faf7;}
.timeline-image img{display:block;width:100%;height:100%;min-height:190px;object-fit:cover;}
.timeline-text{padding:22px;}
.timeline-text h3{margin:0 0 8px;color:var(--g1,#0f5132);font-size:1.28rem;line-height:1.25;}
.timeline-text h3 a{color:inherit;text-decoration:none;}
.timeline-text h3 a:hover{text-decoration:underline;}
.timeline-text .item-date{margin:0 0 8px;color:#6b7b73;font-size:.9rem;font-weight:700;line-height:1.45;}
.timeline-text .item-date + .item-date{margin-top:-3px;}
.timeline-text .item-desc{margin:0;color:#43564e;line-height:1.65;}

.timeline-section .event-meta-block{display:grid;gap:12px;margin:16px 0 0;padding-top:14px;border-top:1px solid rgba(15,81,50,.1);}
.timeline-section .event-meta-label{margin:0 0 7px;color:#6b7b73;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;}
.timeline-section .event-org-row,.timeline-section .event-partner-card{display:flex;align-items:center;gap:10px;}
.timeline-section .event-meta-logo{width:38px;height:38px;object-fit:contain;flex:0 0 auto;padding:4px;background:#fff;border:1px solid rgba(15,81,50,.12);border-radius:12px;}
.timeline-section .event-meta-name{color:#263b32;font-size:.9rem;font-weight:800;line-height:1.25;}
.timeline-section .event-partners-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.timeline-section .event-partner-card{min-width:0;padding:9px;background:#f8fcfa;border:1px solid rgba(15,81,50,.1);border-radius:16px;}
.timeline-section .event-partner-card .event-meta-logo{width:32px;height:32px;border-radius:10px;}
.timeline-section .event-partner-card .event-meta-name{font-size:.82rem;}

.timeline-section .read-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--g1,#0f5132);font-weight:900;text-decoration:none;}
.timeline-section .read-link:hover{text-decoration:underline;}

.timeline-section .source-row,.featured-section .source-row{display:flex;align-items:center;gap:10px;margin:0 0 10px;}
.timeline-section .source-logo,.featured-section .source-logo{width:34px;height:34px;object-fit:contain;border-radius:10px;border:1px solid rgba(15,81,50,.12);background:#fff;padding:3px;}
.timeline-section .source-name,.featured-section .source-name{color:#5d7068;font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.timeline-card.no-image .timeline-content{grid-template-columns:1fr;}

/* ================================================ Featured Timeline Section ========================================================= */
.featured-section{padding:48px 0;background:#f8fcfa;}
.featured-section .section-heading{text-align:center;max-width:760px;margin:0 auto 30px;}
.featured-section .section-tag{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 0 10px;padding:7px 13px;border-radius:999px;background:#fff;border:1px solid rgba(15,81,50,.14);color:var(--g1,#0f5132);font-size:.78rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;}
.featured-section .section-heading h2{margin:0 0 8px;color:var(--g1,#0f5132);font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.15;}
.featured-section .section-heading p{margin:0;color:#5d7068;font-size:1rem;line-height:1.65;}

.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1120px;margin:0 auto;}
.featured-card{overflow:hidden;background:#fff;border:1px solid rgba(15,81,50,.12);border-radius:24px;box-shadow:0 14px 34px rgba(15,81,50,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.featured-card:hover{transform:translateY(-2px);border-color:rgba(15,81,50,.22);box-shadow:0 18px 44px rgba(15,81,50,.12);}
.featured-image{display:block;width:100%;height:190px;object-fit:cover;background:#f4faf7;}
.featured-body{padding:20px;}
.featured-body h3{margin:0 0 8px;color:var(--g1,#0f5132);font-size:1.18rem;line-height:1.25;}
.featured-body h3 a{color:inherit;text-decoration:none;}
.featured-body h3 a:hover{text-decoration:underline;}
.featured-body .item-date{margin:0 0 8px;color:#6b7b73;font-size:.9rem;font-weight:700;line-height:1.45;}
.featured-body .item-date + .item-date{margin-top:-3px;}
.featured-body .item-category{display:inline-flex;margin:2px 0 10px;padding:5px 10px;border-radius:999px;background:#f4faf7;border:1px solid rgba(15,81,50,.12);color:var(--g1,#0f5132);font-size:.75rem;font-weight:900;}
.featured-body .item-desc{margin:0;color:#43564e;line-height:1.6;}

.featured-section .event-meta-block{display:grid;gap:12px;margin:16px 0 0;padding-top:14px;border-top:1px solid rgba(15,81,50,.1);}
.featured-section .event-meta-label{margin:0 0 7px;color:#6b7b73;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;}
.featured-section .event-org-row,.featured-section .event-partner-card{display:flex;align-items:center;gap:10px;}
.featured-section .event-meta-logo{width:38px;height:38px;object-fit:contain;flex:0 0 auto;padding:4px;background:#fff;border:1px solid rgba(15,81,50,.12);border-radius:12px;}
.featured-section .event-meta-name{color:#263b32;font-size:.9rem;font-weight:800;line-height:1.25;}
.featured-section .event-partners-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.featured-section .event-partner-card{min-width:0;padding:9px;background:#f8fcfa;border:1px solid rgba(15,81,50,.1);border-radius:16px;}
.featured-section .event-partner-card .event-meta-logo{width:32px;height:32px;border-radius:10px;}
.featured-section .event-partner-card .event-meta-name{font-size:.82rem;}
.featured-section .read-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--g1,#0f5132);font-weight:900;text-decoration:none;}
.featured-section .read-link:hover{text-decoration:underline;}

.timeline-text .item-category{display:inline-flex;margin:2px 0 10px;padding:5px 10px;border-radius:999px;background:#f4faf7;border:1px solid rgba(15,81,50,.12);color:var(--g1,#0f5132);font-size:.75rem;font-weight:900;}

@media(max-width:980px){
  .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:760px){
  .featured-section{padding:34px 0;}
  .featured-grid{grid-template-columns:1fr;gap:16px;}
  .featured-image{height:210px;}
  .featured-body{padding:18px;}
  .featured-section .event-partners-grid{grid-template-columns:1fr;}
}

@media(max-width:520px){
  .featured-section .section-heading{margin-bottom:22px;}
  .featured-section .section-heading h2{font-size:1.45rem;}
  .featured-image{height:190px;}
  .featured-body{padding:16px;}
}

@media(max-width:980px){
  .timeline-content{grid-template-columns:200px 1fr;}
}

@media(max-width:760px){
  .timeline-section{padding:34px 0;}
  .press-timeline:before{left:28px;top:80px;}
  .timeline-divider{margin:24px 0 18px;}
  .timeline-divider span{min-width:auto;padding:9px 14px;font-size:.74rem;}
  .timeline-year-divider{margin:24px 0 14px;}
  .timeline-year-divider span{min-width:78px;padding:7px 14px;}
  .timeline-item{grid-template-columns:56px 1fr;gap:14px;margin-bottom:18px;}
  .timeline-year{width:54px;height:54px;border-width:4px;font-size:.75rem;}
  .timeline-card{border-radius:20px;}
  .timeline-content{grid-template-columns:1fr;}
  .timeline-image img{height:210px;min-height:0;}
  .timeline-text{padding:18px;}
  .timeline-text h3{font-size:1.12rem;}
  .timeline-section .event-partners-grid{grid-template-columns:1fr;}
}

@media(max-width:520px){
  .timeline-section .section-heading{margin-bottom:22px;}
  .timeline-section .section-heading h2{font-size:1.45rem;}
  .press-timeline:before{left:22px;}
  .timeline-item{grid-template-columns:44px 1fr;gap:12px;}
  .timeline-year{width:44px;height:44px;font-size:.66rem;border-width:3px;}
  .timeline-text{padding:16px;}
  .timeline-image img{height:190px;}
  .timeline-section .event-meta-logo{width:34px;height:34px;}
}



/* ========================================================= Social CTA / Follow CTA ========================================================= */
.social-cta{padding:42px 0;background:linear-gradient(135deg,#fff,#f4faf7);}
.social-cta-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(15,81,50,.14);box-shadow:0 18px 44px rgba(15,81,50,.1);}
.social-cta-icon{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:22px;color:#fff;font-family:Arial,sans-serif;font-size:2.3rem;font-weight:900;line-height:1;box-shadow:0 14px 30px rgba(0,0,0,.18);}
.social-cta-text .section-tag{display:inline-flex;margin:0 0 10px;padding:7px 13px;border-radius:999px;background:#f4faf7;border:1px solid rgba(15,81,50,.14);color:var(--g1,#0f5132);font-size:.78rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;}
.social-cta-text h2{margin:0 0 8px;color:var(--g1,#0f5132);font-size:clamp(1.45rem,2.4vw,2.1rem);line-height:1.15;}
.social-cta-text p{margin:0;color:#5d7068;line-height:1.65;}
.social-cta-widget{display:flex;align-items:center;justify-content:center;min-width:220px;padding:14px 16px;border-radius:18px;background:#f8fcfa;border:1px solid rgba(15,81,50,.1);overflow:hidden;}

.social-cta.youtube .social-cta-icon{background:#c4302b;box-shadow:0 14px 30px rgba(196,48,43,.22);}
.social-cta.facebook .social-cta-icon{background:#1877f2;font-size:2.8rem;box-shadow:0 14px 30px rgba(24,119,242,.22);}
.social-cta.facebook .social-cta-widget{min-width:340px;}

@media(max-width:900px){
  .social-cta-card{grid-template-columns:1fr;text-align:center;}
  .social-cta-icon{margin:0 auto;}
  .social-cta-widget{min-width:0;width:100%;}
}

/* ========================================================= CTA ========================================================= */
.media-cta{padding:30px 0;background:#f8fffb}
.cta-immersive{padding:0;background:#0f5132;color:#fff}
.cta-immersive .container{max-width:1024px}

.cta-card{position:relative;width:100%;display:flex;align-items:center;justify-content:center;gap:27px;padding:30px 0;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:inherit;text-align:center}
.cta-card:before{display:none!important}
.cta-card-dual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:37px;align-items:stretch;width:100%}
.cta-card-single{display:flex;justify-content:center}

.cta-copy{width:100%;max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.cta-copy h3{margin:0 0 6px;color:inherit;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.16rem,1.92vw,1.6rem);font-weight:700;line-height:1.15;min-height:38px}
.cta-copy p{margin:0 auto 13px;max-width:496px;min-height:58px;color:rgba(255,255,255,.9);font-family:"Cormorant Garamond",Georgia,serif;font-size:1.08rem;font-weight:600;line-height:1.6}

.cta-secondary{border-left:1px solid rgba(255,255,255,.24);padding-left:27px!important}
.cta-btn{width:144px;max-width:100%;min-height:34px;margin:0 auto;padding:8px 14px;border-radius:999px;background:#fff;color:#0f5132;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}
.cta-btn:hover{background:#fff8e1;color:#17352a;transform:translateY(-1px)}
.cta-btn-secondary{background:#fff8e1;color:#17352a}
.cta-btn-secondary:hover{background:#fff;color:#0f5132}

.cta-partner{margin-top:14px;display:flex;flex-direction:column;align-items:center;gap:6px}
.cta-partner-label{color:rgba(255,255,255,.75);font-family:"Cormorant Garamond",Georgia,serif;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.cta-partner a{display:inline-flex;text-decoration:none}
.cta-partner img{width:min(96px,90vw);height:auto;max-height:none;display:block;background:#fff;border-radius:10px;padding:11px;box-shadow:0 6px 16px rgba(0,0,0,.12)}

.cta-standard .cta-card{padding:22px;background:#0f5132!important;color:#fff;border-radius:19px!important}

@media(max-width:800px){
  .media-cta{padding:22px 0}
  .cta-immersive{padding:0}
  .cta-card,.cta-card-dual{display:grid;grid-template-columns:1fr;gap:19px;padding:24px 0}
  .cta-copy{display:block;max-width:496px;margin:0 auto}
  .cta-copy h3,.cta-copy p{min-height:0}
  .cta-copy h3{font-size:1.16rem}
  .cta-secondary{border-left:0;border-top:1px solid rgba(255,255,255,.24);padding-left:0!important;padding-top:18px!important}
  .cta-btn{width:100%;max-width:208px}
  .cta-partner img{width:min(90vw,312px);max-width:min(86vw,256px);max-height:112px;padding:11px}
  .cta-partner-label{font-size:.65rem}
}