:root{--navy:#146390;--blue:#337bd1;--coral:#f27370;--orange:#f58b1f;--purple:#64449a;--ink:#111b2e;--muted:#667384;--soft:#f3f8fb;--cream:#fff8ef;--white:#fff;--line:#dce6ec;--shadow:0 24px 70px rgba(18,45,67,.13);--radius:28px;--max:1240px;--header:84px;--site-font:Manrope,"Segoe UI",Arial,sans-serif;--body-font-size:16px;--heading-weight:800;--hero-title-max:7.1rem;--section-title-max:4.5rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:var(--site-font);font-size:var(--body-font-size);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}main{overflow:hidden}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.brand-stripe{position:fixed;inset:0 0 auto;z-index:1100;height:5px;display:grid;grid-template-columns:1fr 1fr 1fr 9fr}.brand-stripe span:nth-child(1){background:var(--coral)}.brand-stripe span:nth-child(2){background:var(--blue)}.brand-stripe span:nth-child(3){background:var(--purple)}.brand-stripe span:nth-child(4){background:var(--orange)}.site-header{position:fixed;top:5px;left:0;right:0;z-index:1000;background:rgba(255,255,255,.89);backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,99,144,.08);transition:.25s}.site-header.scrolled{background:rgba(255,255,255,.97);box-shadow:0 12px 38px rgba(17,36,52,.1)}.nav-wrap{width:min(var(--max),calc(100% - 48px));height:var(--header);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{width:220px}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{padding:11px 15px;border-radius:999px;font-size:.92rem;font-weight:700;color:#263647;transition:.2s}.main-nav a:hover,.main-nav a.active{color:var(--navy);background:#edf6fa}.main-nav .login-link{border:1px solid rgba(20,99,144,.28);padding-inline:18px}.login-icon{font-size:.8rem}.menu-toggle{display:none;border:0;background:transparent}.menu-toggle span{width:25px;height:2px;background:var(--ink);display:block;margin:5px}.section{padding:112px 0}.section-soft{background:linear-gradient(180deg,#f3f8fb,#fff)}.section-ink{background:#0f2433;color:#fff}.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:15px}.section-kicker:before{content:"";width:34px;height:3px;background:var(--coral);border-radius:99px}.section-kicker.light{color:#fff}.section-title{font-size:clamp(2.2rem,4.5vw,var(--section-title-max));line-height:1.04;letter-spacing:-.055em;margin:0;font-weight:var(--heading-weight)}.section-lead{max-width:760px;color:var(--muted);font-size:1.08rem;margin:20px 0 0}.section-lead.light-muted{color:rgba(255,255,255,.66)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:48px}.hero{position:relative;min-height:100vh;display:grid;align-items:center;padding-top:calc(var(--header) + 5px);isolation:isolate}.hero-media{position:absolute;inset:0 0 0 44%;background:url('../img/hero-education.jpg') center/cover;z-index:-3;will-change:transform}.hero-wash{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 42%,rgba(255,255,255,.42) 67%,rgba(255,255,255,.07) 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .45fr;gap:70px;align-items:end;padding:90px 0 120px}.hero-copy{max-width:760px}.hero-eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--navy);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.hero-eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--coral);box-shadow:15px 0 var(--orange),30px 0 var(--purple);margin-right:30px}.hero h1{font-size:clamp(3.4rem,6.7vw,var(--hero-title-max));line-height:.96;letter-spacing:-.075em;margin:25px 0 24px;max-width:880px;font-weight:var(--heading-weight)}.hero p{font-size:1.12rem;color:#536272;max-width:650px;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 23px;border:0;border-radius:999px;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 14px 32px rgba(20,99,144,.22)}.btn-primary:hover{background:#0e547b}.btn-outline{background:#fff;border:1px solid rgba(20,99,144,.26);color:var(--navy)}.btn-light{background:#fff;color:var(--navy)}.small-btn{min-height:40px;padding:8px 15px;font-size:.84rem}.full-btn{width:100%}.hero-fact-panel{align-self:end;background:rgba(14,61,88,.88);backdrop-filter:blur(12px);color:#fff;padding:28px;border-radius:26px;max-width:350px;margin-left:auto}.hero-fact-panel span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:#a9d8ee}.hero-fact-panel strong{display:block;font-size:1.45rem;line-height:1.2;margin:10px 0}.hero-fact-panel p{color:rgba(255,255,255,.75);font-size:.9rem}.scroll-cue{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#536272}.scroll-cue span{display:inline-block;margin-left:8px}.metric-band{background:var(--navy);color:#fff}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr)}.metric-grid div{padding:34px;border-right:1px solid rgba(255,255,255,.15)}.metric-grid div:last-child{border:0}.metric-grid strong{display:block;font-size:2.2rem;line-height:1}.metric-grid span{display:block;color:rgba(255,255,255,.67);margin-top:9px;font-size:.82rem}.editorial-grid{display:grid;grid-template-columns:.35fr 1fr;gap:80px}.editorial-label{border-top:1px solid var(--line);padding-top:18px}.editorial-label span{display:block;color:var(--navy);font-weight:800}.editorial-label small{color:var(--muted)}.editorial-copy h2{font-size:clamp(2.4rem,4.5vw,4.7rem);line-height:1.07;letter-spacing:-.055em;margin:0}.editorial-copy p{color:var(--muted);font-size:1.1rem;max-width:850px;margin:30px 0 0}.parallax-panel{position:relative;min-height:78vh;display:grid;align-items:end;color:#fff;isolation:isolate}.parallax-panel-media{position:absolute;inset:-8%;background:url('../img/vision-collaboration.jpg') center/cover;z-index:-3;background-attachment:fixed}.parallax-panel-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(8,31,46,.12),rgba(8,31,46,.88))}.parallax-panel-copy{padding-bottom:85px}.parallax-panel h2{font-size:clamp(3rem,6.5vw,7rem);line-height:.98;letter-spacing:-.07em;max-width:1050px;margin:15px 0 25px}.eyebrow-light{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#c5e7f5}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--navy);font-weight:800}.text-link.light{color:#fff}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.program-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.3s}.program-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}.program-image{aspect-ratio:1.35;overflow:hidden;background:var(--soft)}.program-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.program-card:hover img{transform:scale(1.04)}.program-content{padding:28px}.program-content>span{font-size:.75rem;letter-spacing:.13em;font-weight:800;color:var(--coral)}.program-content h3{font-size:1.55rem;line-height:1.2;letter-spacing:-.035em;margin:12px 0}.program-content p{color:var(--muted);margin:0 0 22px}.sticky-story{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.sticky-media{position:sticky;top:120px;border-radius:30px;overflow:hidden;min-height:650px}.sticky-media img{width:100%;height:650px;object-fit:cover}.story-steps{padding-top:30px}.story-step{padding:42px 0;border-top:1px solid rgba(255,255,255,.16)}.story-step span{color:#7dc2e2;font-size:.8rem;font-weight:800;letter-spacing:.16em}.story-step h3{font-size:clamp(2rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.05em;margin:12px 0}.story-step p{color:rgba(255,255,255,.65);font-size:1.05rem;max-width:540px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;transition:.3s}.article-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}.article-image{display:block;aspect-ratio:1.55;overflow:hidden;background:var(--soft)}.article-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.article-card:hover img{transform:scale(1.04)}.article-content{padding:25px}.article-meta{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:.77rem}.article-meta span{color:var(--navy);font-weight:800}.article-card h3{font-size:1.35rem;line-height:1.28;letter-spacing:-.03em;margin:15px 0 10px}.article-card p{color:var(--muted);margin:0 0 22px}.page-hero{position:relative;padding:190px 0 100px}.page-hero-clean{background:linear-gradient(135deg,#eef7fb,#fff8ef)}.page-hero-image{min-height:82vh;display:grid;align-items:end;color:#fff;isolation:isolate}.page-hero-media{position:absolute;inset:0;background:url('../img/vision-collaboration.jpg') center/cover;z-index:-3;will-change:transform}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,52,.9),rgba(8,35,52,.25));z-index:-2}.page-hero-copy{position:relative;z-index:1}.page-hero h1{font-size:clamp(3.2rem,6.4vw,6.9rem);line-height:.97;letter-spacing:-.07em;max-width:1050px;margin:0}.page-hero p{font-size:1.08rem;max-width:760px;margin:24px 0 0;color:var(--muted)}.page-hero-image p{color:rgba(255,255,255,.76)}.vision-mission-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:start}.vision-card{position:sticky;top:120px;padding:42px;border-radius:30px;background:var(--orange);color:#171717}.vision-card span{font-weight:800;text-transform:uppercase;letter-spacing:.15em;font-size:.76rem}.vision-card blockquote{font-size:clamp(2rem,4vw,4rem);line-height:1.08;letter-spacing:-.055em;margin:24px 0 0}.mission-column h2{font-size:clamp(2.3rem,4vw,4.2rem)}.mission-list{list-style:none;padding:0;margin:35px 0 0}.mission-list li{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--line)}.mission-list li span{color:var(--coral);font-weight:800;font-size:.8rem;letter-spacing:.1em}.mission-list li p{margin:0;font-size:1.04rem}.founder-card{display:grid;grid-template-columns:.85fr 1.15fr;background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.founder-image{min-height:560px}.founder-image img{width:100%;height:100%;object-fit:cover}.founder-copy{padding:60px;align-self:center}.founder-copy>span,.person-copy small{color:var(--navy);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem}.founder-copy h3{font-size:clamp(2.4rem,4.5vw,4.8rem);line-height:1;letter-spacing:-.055em;margin:16px 0}.founder-copy p,.person-copy p{color:var(--muted)}.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.person-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.person-image{aspect-ratio:.9;overflow:hidden;background:var(--soft)}.person-image img{width:100%;height:100%;object-fit:cover}.person-copy{padding:24px}.person-copy h3{font-size:1.4rem;margin:8px 0}.person-copy p{font-size:.92rem;margin:0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-card{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.04)}.value-letter{width:52px;height:52px;border-radius:16px;background:rgba(125,194,226,.15);display:grid;place-items:center;color:#8fd0ef;font-size:1.4rem;font-weight:800}.value-card h3{margin:18px 0 8px}.value-card p{color:rgba(255,255,255,.64);margin:0}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pillar-card{padding:34px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#f4f9fb)}.pillar-number{color:var(--coral);font-size:.78rem;font-weight:800;letter-spacing:.15em}.pillar-card h3{font-size:1.55rem;margin:14px 0 10px}.pillar-card p{color:var(--muted);margin:0}.works-list{display:grid;gap:90px}.work-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;scroll-margin-top:120px}.work-detail:nth-child(even) .work-media{order:2}.work-media{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.work-media img{width:100%;aspect-ratio:1.25;object-fit:cover}.work-media span{position:absolute;right:20px;top:20px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;font-weight:800;color:var(--navy)}.work-copy h2{font-size:clamp(2.4rem,4.8vw,5rem);line-height:1;letter-spacing:-.06em;margin:0 0 22px}.work-copy p{color:var(--muted);font-size:1.05rem}.tag-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.tag-list span{padding:9px 13px;border-radius:999px;background:#eef7fb;color:var(--navy);font-size:.82rem;font-weight:700}.gallery-toolbar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:38px}.filter-btn{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;font-weight:700;color:var(--muted)}.filter-btn.active,.filter-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.gallery-grid{columns:2;column-gap:24px}.gallery-card{break-inside:avoid;margin-bottom:24px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line)}.gallery-image img{width:100%;max-height:610px;object-fit:cover}.gallery-meta{position:relative;padding:22px}.gallery-meta small{color:var(--navy);font-weight:800}.gallery-meta h3{margin:5px 50px 0 0}.gallery-meta>span{position:absolute;right:22px;top:22px;color:var(--coral);font-weight:800}.article-view{background:#fff}.article-hero{position:relative;min-height:78vh;display:grid;align-items:end;color:#fff;isolation:isolate}.article-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,30,44,.15),rgba(8,30,44,.9));z-index:-2}.article-hero .container{padding-bottom:70px}.article-hero h1{font-size:clamp(3rem,6.3vw,6.8rem);line-height:.98;letter-spacing:-.07em;max-width:1100px;margin:20px 0 0}.back-link{font-weight:800;color:var(--navy)}.back-link.light{color:#fff}.light-meta{color:rgba(255,255,255,.7);justify-content:flex-start;margin-top:35px}.light-meta span{color:#fff}.article-reader{max-width:860px;padding:80px 0 110px;font-size:1.16rem;color:#42515e}.cta{padding:78px 0;background:var(--navy);color:#fff}.cta-grid{display:flex;align-items:end;justify-content:space-between;gap:40px}.cta span{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#b9e1f3}.cta h2{font-size:clamp(2.4rem,5vw,5rem);line-height:1.02;letter-spacing:-.06em;max-width:880px;margin:14px 0 0}.site-footer{background:#0d1b25;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .8fr;gap:70px}.footer-logo{width:235px;filter:brightness(0) invert(1)}.footer-about{max-width:520px;color:rgba(255,255,255,.62);margin-top:20px}.site-footer h3{font-size:.9rem}.footer-links{display:grid;gap:10px;color:rgba(255,255,255,.62)}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:55px;padding-top:20px;color:rgba(255,255,255,.42);font-size:.82rem}.footer-colors{display:flex;gap:5px}.footer-colors span{width:23px;height:5px;border-radius:9px}.footer-colors span:nth-child(1){background:var(--coral)}.footer-colors span:nth-child(2){background:var(--orange)}.footer-colors span:nth-child(3){background:var(--blue)}.footer-colors span:nth-child(4){background:var(--purple)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth-visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:55px;isolation:isolate;color:#fff}.auth-visual-media{position:absolute;inset:0;background:url('../img/hero-education.jpg') center/cover;z-index:-3}.auth-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,38,56,.3),rgba(8,38,56,.91));z-index:-2}.auth-logo{width:240px;background:rgba(255,255,255,.92);padding:12px 16px;border-radius:16px}.auth-copy{max-width:720px}.auth-copy>span{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#b9e1f3}.auth-copy h1{font-size:clamp(3rem,5.5vw,6rem);line-height:.97;letter-spacing:-.07em;margin:15px 0}.auth-copy p{color:rgba(255,255,255,.7)}.auth-panel{display:grid;place-items:center;padding:45px;background:#f5f9fb}.auth-card{width:min(500px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:42px;box-shadow:var(--shadow)}.auth-card h2{font-size:2.4rem;letter-spacing:-.05em;margin:0}.auth-card>p{color:var(--muted)}.form-group{margin-top:20px}.form-group label,.form-grid label{display:block;font-size:.86rem;font-weight:800;margin-bottom:8px}.form-control{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 15px;background:#fff;color:var(--ink);outline:0}.form-control:focus{border-color:var(--navy);box-shadow:0 0 0 4px rgba(20,99,144,.09)}textarea.form-control{min-height:130px;resize:vertical}.form-error{color:#b42318;min-height:26px;margin-top:12px;font-size:.88rem}.auth-note{margin-top:22px;padding:15px;border-radius:14px;background:#eef7fb;color:var(--navy);font-size:.86rem}.auth-card .back-link{display:inline-block;margin-top:22px}.admin-shell{min-height:100vh;background:#f2f6f8}.admin-topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:30}.admin-topbar>img{width:215px}.admin-user{display:flex;align-items:center;gap:10px}.admin-user>span{font-size:.82rem;color:var(--muted);margin-right:10px}.admin-layout{display:grid;grid-template-columns:270px 1fr;min-height:calc(100vh - 78px)}.admin-sidebar{background:#102534;color:#fff;padding:28px 18px;position:sticky;top:78px;height:calc(100vh - 78px)}.sidebar-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.4);padding:0 14px 13px}.admin-nav{display:grid;gap:6px}.admin-nav button{border:0;background:transparent;color:rgba(255,255,255,.66);text-align:left;padding:12px 14px;border-radius:10px}.admin-nav button:hover,.admin-nav button.active{background:rgba(255,255,255,.1);color:#fff}.admin-main{padding:34px}.admin-section{display:none}.admin-section.active{display:block}.admin-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-heading h1{font-size:2.1rem;letter-spacing:-.04em;margin:0}.dashboard-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}.dashboard-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.dashboard-card span{color:var(--muted);font-size:.8rem}.dashboard-card strong{display:block;color:var(--navy);font-size:2.2rem;margin-top:6px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:20px}.admin-card h2{margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;gap:10px}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:13px 11px;border-bottom:1px solid var(--line);vertical-align:middle}.admin-table th{font-size:.73rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.action-btn{border:0;border-radius:9px;padding:8px 11px;background:#eaf5fa;color:var(--navy);font-weight:800;font-size:.8rem}.action-btn.danger,.danger-btn{background:#fff0ef;color:#b42318}.action-btn:disabled{opacity:.35;cursor:not-allowed}.table-profile{display:flex;align-items:center;gap:12px}.table-profile img{width:54px;height:54px;object-fit:cover;border-radius:12px}.table-profile small{display:block;color:var(--muted)}.table-preview{width:90px;height:62px;object-fit:cover;border-radius:9px}.status-pill{padding:6px 9px;border-radius:999px;font-size:.74rem;font-weight:800}.status-pill.active{background:#eaf8ef;color:#217a43}.status-pill.inactive{background:#f3f4f6;color:#667085}.status-toast{position:fixed;right:28px;bottom:28px;background:#102534;color:#fff;padding:13px 18px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);transition:.25s;pointer-events:none}.status-toast.show{opacity:1;transform:none}.empty-state{text-align:center;padding:65px 20px;color:var(--muted)}.hidden{display:none!important}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.delay-1{transition-delay:.12s}.reveal.is-visible{opacity:1;transform:none}@media(max-width:1050px){.main-nav{position:fixed;inset:89px 18px auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.main-nav a{text-align:center}.hero-grid{grid-template-columns:1fr}.hero-fact-panel{display:none}.hero-media{left:30%;opacity:.65}.program-grid,.article-grid,.people-grid,.value-grid,.pillar-grid{grid-template-columns:repeat(2,1fr)}.sticky-story,.vision-mission-grid,.work-detail,.founder-card{grid-template-columns:1fr}.sticky-media,.vision-card{position:relative;top:auto}.work-detail:nth-child(even) .work-media{order:0}.dashboard-cards{grid-template-columns:repeat(3,1fr)}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-nav{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>:first-child{grid-column:1/-1}}@media(max-width:720px){:root{--header:72px}.container,.nav-wrap{width:min(var(--max),calc(100% - 28px))}.logo{width:190px}.section{padding:78px 0}.section-heading{display:block}.section-heading>.btn{margin-top:22px}.hero{min-height:850px;align-items:end}.hero-media{inset:0;opacity:.48}.hero-wash{background:linear-gradient(180deg,rgba(255,255,255,.58),#fff 58%,#fff)}.hero-grid{padding:125px 0 72px}.hero h1{font-size:clamp(3.2rem,15vw,5rem)}.scroll-cue{display:none}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid div:nth-child(2){border-right:0}.editorial-grid{grid-template-columns:1fr;gap:35px}.parallax-panel{min-height:650px}.parallax-panel-media{background-attachment:scroll}.program-grid,.article-grid,.people-grid,.value-grid,.pillar-grid{grid-template-columns:1fr}.sticky-media,.sticky-media img{min-height:440px;height:440px}.page-hero{padding:145px 0 75px}.page-hero-image{min-height:720px}.vision-card{padding:30px}.founder-copy{padding:32px}.founder-image{min-height:420px}.gallery-grid{columns:1}.cta-grid{display:block}.cta .btn{margin-top:26px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-grid>:first-child{grid-column:auto}.auth-page{grid-template-columns:1fr}.auth-visual{min-height:470px;padding:30px}.auth-panel{padding:25px 14px}.auth-card{padding:28px}.admin-topbar{height:auto;min-height:76px;padding:12px 14px;gap:12px}.admin-topbar>img{width:170px}.admin-user>span{display:none}.admin-layout{min-height:auto}.admin-nav{grid-template-columns:1fr 1fr}.admin-main{padding:20px 14px}.dashboard-cards{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.admin-table{white-space:nowrap}.footer-bottom{display:block}.footer-colors{margin-top:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}.reveal{opacity:1;transform:none}.parallax-panel-media{background-attachment:scroll}}

/* Content Studio v3 */
h1,h2,h3{font-weight:var(--heading-weight)}
.admin-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--line)}
.admin-card-title h2{margin:0;font-size:1.35rem;letter-spacing:-.025em}
.admin-card-title p,.admin-heading-note{margin:5px 0 0;color:var(--muted);font-size:.88rem}
.settings-note{padding:14px 16px;border-radius:13px;background:#eef7fb;color:#315d74;font-size:.86rem}
.form-grid.three-cols{grid-template-columns:repeat(3,1fr)}
.font-preview{min-height:118px;border:1px dashed #9fc4d7;border-radius:16px;padding:18px;background:linear-gradient(135deg,#f3f9fc,#fff8ef);display:flex;flex-direction:column;justify-content:center}
.font-preview small{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);font-weight:800}
.font-preview strong{display:block;font-size:1.2em;line-height:1.25;margin:8px 0 4px}
.font-preview span{color:var(--muted);font-size:.82em}
.admin-image-preview{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#eef3f6;position:relative}
.admin-image-preview:after{content:"Preview";position:absolute;left:10px;bottom:10px;padding:5px 9px;border-radius:999px;background:rgba(9,36,52,.72);color:#fff;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.admin-image-preview img{width:100%;height:100%;object-fit:cover}
.admin-image-preview.wide{height:260px}
.admin-image-preview.compact{height:180px;max-width:340px}
.admin-image-preview.work-preview{width:190px;height:116px;flex:0 0 auto}
.metric-editor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.metric-editor-card,.story-editor-card{border:1px solid var(--line);border-radius:16px;padding:16px;background:#f9fbfc}
.metric-editor-card>span,.story-editor-card>span,.work-editor-heading span{display:block;color:var(--navy);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin-bottom:12px}
.metric-editor-card label,.story-editor-card label{font-size:.76rem;margin-top:10px}
.story-editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.story-editor-card textarea.form-control{min-height:105px}
.sticky-save-bar{position:sticky;bottom:18px;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(16,37,52,.95);color:#fff;padding:14px 18px;border-radius:18px;box-shadow:0 18px 50px rgba(10,30,43,.28);backdrop-filter:blur(14px);margin:18px 0}
.sticky-save-bar span{font-size:.84rem;color:rgba(255,255,255,.7)}
.work-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}
.work-editor-heading h2{margin:0;font-size:1.35rem}
.upload-field small{display:block;color:var(--muted);font-size:.78rem;margin-top:8px}
.form-control[type=file]{padding:9px;background:#f9fbfc}
.form-control[type=file]::file-selector-button{border:0;border-radius:9px;padding:8px 12px;margin-right:12px;background:#e6f2f8;color:var(--navy);font-weight:800;cursor:pointer}
@media(max-width:1050px){.form-grid.three-cols{grid-template-columns:repeat(2,1fr)}.metric-editor-grid{grid-template-columns:repeat(2,1fr)}.story-editor-grid{grid-template-columns:1fr}.admin-image-preview.wide{height:220px}}
@media(max-width:720px){.form-grid.three-cols,.metric-editor-grid{grid-template-columns:1fr}.work-editor-heading{align-items:flex-start;flex-direction:column}.admin-image-preview.work-preview{width:100%;height:180px}.sticky-save-bar{bottom:8px;flex-direction:column;align-items:stretch}.sticky-save-bar .btn{width:100%}.admin-image-preview.wide{height:190px}}

/* Content Studio v4 — proportional typography, flexible About/Profile, program pages */
:root{--hero-title-size:4.6rem;--section-title-size:3rem}
/* User-controlled typography now wins. min() keeps text responsive without a hard oversized minimum. */
.hero h1{font-size:min(var(--hero-title-size),7vw)!important;line-height:1.02;letter-spacing:-.055em}
.section-title{font-size:min(var(--section-title-size),5vw)!important;line-height:1.08;letter-spacing:-.045em}
.editorial-copy h2{font-size:min(var(--section-title-size),5vw)!important;line-height:1.1;letter-spacing:-.045em}
.parallax-panel h2{font-size:min(var(--hero-title-size),6vw)!important;line-height:1.02;letter-spacing:-.055em}
.page-hero h1{font-size:min(var(--hero-title-size),6vw)!important;line-height:1.02;letter-spacing:-.055em}
.story-step h3{font-size:min(var(--section-title-size),4vw)!important;line-height:1.1;letter-spacing:-.04em}
.work-copy h2,.program-detail-section h2{font-size:min(var(--section-title-size),4.5vw)!important}
.article-hero h1{font-size:min(var(--hero-title-size),6vw)!important}
.hero p,.page-hero p,.editorial-copy p,.section-lead{font-size:1rem}

.field-help{display:block;margin-top:7px;color:var(--muted);font-size:.75rem;line-height:1.45}
.repeater-stack{display:grid;gap:14px}
.repeater-row,.repeater-box{border:1px solid var(--line);border-radius:16px;background:#fbfdfe;padding:16px}
.repeater-row{display:flex;align-items:flex-end;gap:12px}.repeater-grow{flex:1}
.repeater-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.repeater-head strong{font-size:.85rem;color:var(--navy)}
.repeater-remove{margin-bottom:2px}.compact-title{margin-bottom:16px}.compact-title h3{margin:0;font-size:1.08rem}
.site-profile-row textarea{min-height:90px}.toggle-line{display:flex!important;align-items:center;gap:8px;font-size:.83rem!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;margin:0!important}.toggle-line input{width:18px;height:18px}
.work-editor-actions,.work-sections-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.work-editor-heading{align-items:flex-start}
.work-editor-heading small{display:block;margin-top:5px}.work-page-layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.work-preview{height:230px;margin:0}.work-preview img{height:100%;width:100%;object-fit:cover}.program-page-editor{margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.work-sections-header{justify-content:space-between;margin:20px 0 12px}

.profile-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.profile-info-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;min-height:140px}.profile-info-card small{display:block;color:var(--navy);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.profile-info-card p{margin:0;color:var(--muted);white-space:pre-line}.profile-info-card a{color:var(--navy);font-weight:700}.footer-profile-list{gap:10px}.footer-profile-item small{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.45);margin-bottom:2px}.footer-profile-item span,.footer-profile-item a{display:block}

.program-page-hero{position:relative;min-height:82vh;display:grid;align-items:end;color:#fff;isolation:isolate;padding-top:var(--header)}.program-page-media{position:absolute;inset:0;background-position:center;background-size:cover;z-index:-3}.program-page-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,30,45,.92),rgba(7,30,45,.3));z-index:-2}.program-page-copy{padding-bottom:85px;max-width:1050px}.program-page-copy h1{font-size:min(var(--hero-title-size),6vw);line-height:1.02;letter-spacing:-.055em;margin:18px 0 20px;max-width:950px}.program-page-copy p{font-size:1.05rem;max-width:730px;color:rgba(255,255,255,.78)}.program-intro-grid{display:grid;grid-template-columns:.7fr 1fr;gap:75px;align-items:start}.program-lead{font-size:1.08rem;color:var(--muted);margin:0 0 26px;white-space:pre-line}.program-sections{display:grid;gap:0}.program-detail-section{display:grid;grid-template-columns:100px 1fr;gap:35px;padding:42px 0;border-top:1px solid var(--line)}.program-detail-section>span{color:var(--coral);font-size:.75rem;font-weight:800;letter-spacing:.15em}.program-detail-section h2{margin:0 0 14px;line-height:1.12;letter-spacing:-.04em}.program-detail-section p{margin:0;color:var(--muted);font-size:1.03rem;white-space:pre-line;max-width:850px}

@media(max-width:900px){
  .hero h1,.page-hero h1,.program-page-copy h1{font-size:min(var(--hero-title-size),10.5vw)!important}
  .section-title,.editorial-copy h2,.story-step h3,.work-copy h2,.program-detail-section h2{font-size:min(var(--section-title-size),8vw)!important}
  .parallax-panel h2{font-size:min(var(--hero-title-size),9vw)!important}
  .work-page-layout,.program-intro-grid{grid-template-columns:1fr}.work-preview{height:300px}.profile-info-grid{grid-template-columns:1fr 1fr}.program-detail-section{grid-template-columns:55px 1fr;gap:18px}
}
@media(max-width:600px){
  .hero h1,.page-hero h1,.program-page-copy h1{font-size:min(var(--hero-title-size),12vw)!important}
  .section-title,.editorial-copy h2,.story-step h3,.work-copy h2,.program-detail-section h2{font-size:min(var(--section-title-size),9.5vw)!important}
  .profile-info-grid{grid-template-columns:1fr}.repeater-row{align-items:stretch;flex-direction:column}.work-editor-heading{display:block}.work-editor-actions{margin-top:12px}.program-detail-section{grid-template-columns:1fr;gap:8px}.program-page-copy{padding-bottom:55px}
}

/* Content Studio v4.1 — full-height colour treatment */
html,body,.admin-shell{min-height:100%;background:#f2f6f8}
.admin-layout{
  background:linear-gradient(90deg,#102534 0,#102534 270px,#f2f6f8 270px,#f2f6f8 100%);
  align-items:stretch;
}
.admin-main{min-width:0;background:#f2f6f8}
.admin-sidebar{z-index:2;box-shadow:inset -1px 0 rgba(255,255,255,.04)}
/* Keep editing surfaces distinct without leaving an accidental white page column. */
.admin-section .admin-card{background:#fbfdfe}
.admin-section .form-control{background:#fff}
.work-editor-card{background:#fbfdfe!important}
@media(max-width:1050px){
  .admin-layout{background:#f2f6f8}
  .admin-sidebar{background:#102534}
}

/* v4.2 — precise parallax clipping + Our Works spacing */
/* Parallax layers are intentionally larger than their viewport and clipped by the section.
   This prevents image/overlay strips from bleeding into the next section while scrolling. */
.hero,
.page-hero-image,
.parallax-panel,
.program-page-hero{
  overflow:hidden;
  overflow:clip;
}
.hero-media{
  top:-12%;
  bottom:-12%;
  background-position:center center;
  background-repeat:no-repeat;
}
.page-hero-media{
  inset:-10%;
  background-position:center center;
  background-repeat:no-repeat;
}
.parallax-panel-media{
  inset:-10%;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-media,.page-hero-media,.parallax-panel-media,.program-page-media{pointer-events:none}
/* Ensure the section following a parallax viewport always paints above any transformed layer. */
.metric-band{position:relative;z-index:4;isolation:isolate}
.page-hero-image + .section,.parallax-panel + .section{position:relative;z-index:2}

/* Our Works: give highlights breathing room before the detail-page CTA. */
.work-copy .tag-list{margin:28px 0 34px}
.work-copy > .btn{margin-top:0}
@media(max-width:720px){
  .work-copy .tag-list{margin-bottom:28px}
}

/* =========================================================
   Mahamera Foundation v4.3 — Glassmorphism visual system
   Keeps Mahamera blue/coral/orange/purple accents while
   introducing layered translucent surfaces and soft blur.
   ========================================================= */
:root{
  --glass-bg:rgba(255,255,255,.64);
  --glass-bg-strong:rgba(255,255,255,.78);
  --glass-bg-soft:rgba(244,250,253,.56);
  --glass-border:rgba(255,255,255,.72);
  --glass-border-blue:rgba(51,123,209,.18);
  --glass-shadow:0 22px 60px rgba(17,48,70,.12),inset 0 1px 0 rgba(255,255,255,.76);
  --glass-shadow-hover:0 28px 78px rgba(17,48,70,.18),inset 0 1px 0 rgba(255,255,255,.86);
  --glass-dark:rgba(10,36,52,.60);
  --glass-dark-strong:rgba(10,36,52,.74);
  --glass-dark-border:rgba(255,255,255,.17);
  --glass-blur:blur(22px) saturate(145%);
}

/* Ambient canvas: subtle Mahamera colour mesh under translucent sections. */
body{
  background:
    radial-gradient(circle at 8% 14%,rgba(242,115,112,.13),transparent 25%),
    radial-gradient(circle at 92% 10%,rgba(51,123,209,.16),transparent 28%),
    radial-gradient(circle at 82% 70%,rgba(100,68,154,.10),transparent 25%),
    radial-gradient(circle at 15% 82%,rgba(245,139,31,.10),transparent 24%),
    linear-gradient(145deg,#f7fbfd 0%,#eef7fb 46%,#fff8f1 100%);
  background-attachment:fixed;
}

/* Floating glass navigation. */
.site-header{
  top:13px;
  left:16px;
  right:16px;
  border:1px solid var(--glass-border);
  border-radius:24px;
  background:rgba(255,255,255,.62);
  -webkit-backdrop-filter:var(--glass-blur);
  backdrop-filter:var(--glass-blur);
  box-shadow:0 14px 38px rgba(17,48,70,.09),inset 0 1px 0 rgba(255,255,255,.75);
}
.site-header.scrolled{
  background:rgba(255,255,255,.78);
  border-color:rgba(255,255,255,.88);
  box-shadow:0 18px 48px rgba(17,48,70,.14),inset 0 1px 0 rgba(255,255,255,.88);
}
.main-nav a{
  border:1px solid transparent;
}
.main-nav a:hover,.main-nav a.active{
  background:rgba(235,247,252,.68);
  border-color:rgba(51,123,209,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.main-nav .login-link{
  background:rgba(255,255,255,.42);
  border-color:rgba(20,99,144,.20);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

/* Home hero: glass editorial surface over the learning image. */
.hero-wash{
  background:linear-gradient(90deg,rgba(244,250,253,.82) 0%,rgba(247,251,253,.68) 43%,rgba(255,255,255,.19) 72%,rgba(255,255,255,.03) 100%);
}
.hero-copy{
  padding:38px 40px;
  border-radius:32px;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(255,255,255,.76);
  -webkit-backdrop-filter:blur(20px) saturate(142%);
  backdrop-filter:blur(20px) saturate(142%);
  box-shadow:var(--glass-shadow);
}
.hero-fact-panel{
  background:linear-gradient(145deg,rgba(10,57,84,.68),rgba(20,99,144,.58));
  border:1px solid rgba(255,255,255,.19);
  -webkit-backdrop-filter:blur(22px) saturate(135%);
  backdrop-filter:blur(22px) saturate(135%);
  box-shadow:0 22px 52px rgba(6,38,57,.20),inset 0 1px 0 rgba(255,255,255,.18);
}
.scroll-cue{
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.50);
  border:1px solid rgba(255,255,255,.68);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

/* Accent glass band instead of a flat solid strip. */
.metric-band{
  background:linear-gradient(115deg,rgba(13,83,123,.92),rgba(51,123,209,.83) 58%,rgba(100,68,154,.72));
  border-top:1px solid rgba(255,255,255,.20);
  border-bottom:1px solid rgba(255,255,255,.20);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
  box-shadow:0 18px 42px rgba(20,99,144,.14);
}
.metric-grid div{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
}

/* Public content surfaces. */
.section-soft{
  background:linear-gradient(145deg,rgba(240,248,252,.62),rgba(255,255,255,.36));
  border-top:1px solid rgba(255,255,255,.52);
  border-bottom:1px solid rgba(255,255,255,.52);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.page-hero-clean{
  background:
    radial-gradient(circle at 20% 25%,rgba(242,115,112,.14),transparent 28%),
    radial-gradient(circle at 82% 22%,rgba(51,123,209,.16),transparent 30%),
    linear-gradient(135deg,rgba(238,247,251,.80),rgba(255,248,239,.66));
}
.page-hero-clean .page-hero-copy{
  padding:34px 38px;
  border:1px solid var(--glass-border);
  border-radius:30px;
  background:rgba(255,255,255,.52);
  -webkit-backdrop-filter:var(--glass-blur);
  backdrop-filter:var(--glass-blur);
  box-shadow:var(--glass-shadow);
}
.page-hero-image .page-hero-copy,
.program-page-copy{
  padding:34px 38px;
  margin-bottom:58px;
  border-radius:30px;
  background:rgba(7,31,46,.42);
  border:1px solid rgba(255,255,255,.18);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
  backdrop-filter:blur(20px) saturate(130%);
  box-shadow:0 24px 65px rgba(4,24,36,.22),inset 0 1px 0 rgba(255,255,255,.12);
}
.page-hero-image .page-hero-copy p{color:rgba(255,255,255,.82)}

/* The large parallax statement becomes a dark-tinted glass sheet. */
.parallax-panel-copy{
  padding:40px 42px!important;
  margin-bottom:70px;
  border-radius:32px;
  background:rgba(7,31,46,.40);
  border:1px solid rgba(255,255,255,.17);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
  backdrop-filter:blur(20px) saturate(130%);
  box-shadow:0 26px 70px rgba(4,24,36,.22),inset 0 1px 0 rgba(255,255,255,.12);
}

/* Cards: translucent but still high-contrast for reading. */
.program-card,.article-card,.profile-info-card,.person-card,.pillar-card,.gallery-card,.founder-card{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(247,251,253,.50));
  border:1px solid var(--glass-border);
  -webkit-backdrop-filter:var(--glass-blur);
  backdrop-filter:var(--glass-blur);
  box-shadow:var(--glass-shadow);
}
.program-card:hover,.article-card:hover,.gallery-card:hover,.person-card:hover,.pillar-card:hover{
  box-shadow:var(--glass-shadow-hover);
  border-color:rgba(255,255,255,.90);
}
.program-image,.article-image,.person-image,.gallery-image,.founder-image{
  background:rgba(255,255,255,.34);
}

/* About Us glass accents while preserving the original Mahamera colours. */
.vision-card{
  background:linear-gradient(145deg,rgba(245,139,31,.84),rgba(242,115,112,.58));
  border:1px solid rgba(255,255,255,.42);
  -webkit-backdrop-filter:blur(20px) saturate(135%);
  backdrop-filter:blur(20px) saturate(135%);
  box-shadow:0 24px 65px rgba(174,91,29,.18),inset 0 1px 0 rgba(255,255,255,.32);
}
.value-card{
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.19);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09);
}

/* Our Works: each program reads like a floating glass module. */
.works-list{display:grid;gap:34px}
.work-detail{
  padding:30px;
  border-radius:32px;
  background:linear-gradient(145deg,rgba(255,255,255,.70),rgba(244,250,253,.48));
  border:1px solid var(--glass-border);
  -webkit-backdrop-filter:var(--glass-blur);
  backdrop-filter:var(--glass-blur);
  box-shadow:var(--glass-shadow);
}
.work-media{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(17,48,70,.13);
}
.tag-list span{
  background:rgba(232,246,252,.64);
  border:1px solid rgba(51,123,209,.13);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.68);
}

/* Buttons: glass secondary actions, coloured primary action remains recognisable. */
.btn-primary{
  background:linear-gradient(135deg,rgba(20,99,144,.96),rgba(51,123,209,.92));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 34px rgba(20,99,144,.24),inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-outline,.btn-light{
  background:rgba(255,255,255,.52);
  border:1px solid rgba(255,255,255,.74);
  -webkit-backdrop-filter:blur(14px) saturate(135%);
  backdrop-filter:blur(14px) saturate(135%);
  box-shadow:0 10px 28px rgba(17,48,70,.08),inset 0 1px 0 rgba(255,255,255,.76);
}
.btn-outline{color:var(--navy)}
.btn-light{color:var(--navy)}

/* Gallery and filters. */
.filter-btn{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.78);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 22px rgba(17,48,70,.06);
}
.filter-btn.active,.filter-btn:hover{
  background:linear-gradient(135deg,rgba(20,99,144,.92),rgba(51,123,209,.84));
  color:#fff;
  border-color:rgba(255,255,255,.28);
}

/* CTA/footer remain dark but gain translucent depth. */
.cta{
  background:linear-gradient(115deg,rgba(20,99,144,.94),rgba(51,123,209,.84) 55%,rgba(100,68,154,.76));
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.16);
}
.site-footer{
  background:
    radial-gradient(circle at 12% 18%,rgba(51,123,209,.16),transparent 32%),
    radial-gradient(circle at 90% 82%,rgba(100,68,154,.15),transparent 28%),
    rgba(7,25,36,.96);
  border-top:1px solid rgba(255,255,255,.09);
}

/* Login / authentication glass panel. */
.auth-panel{
  background:
    radial-gradient(circle at 22% 20%,rgba(242,115,112,.13),transparent 30%),
    radial-gradient(circle at 82% 72%,rgba(51,123,209,.16),transparent 34%),
    linear-gradient(145deg,#edf7fb,#fff8f1);
}
.auth-card{
  background:rgba(255,255,255,.64);
  border:1px solid var(--glass-border);
  -webkit-backdrop-filter:var(--glass-blur);
  backdrop-filter:var(--glass-blur);
  box-shadow:var(--glass-shadow-hover);
}
.auth-logo{
  background:rgba(255,255,255,.66);
  border:1px solid rgba(255,255,255,.54);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

/* Content Studio: glassmorphism without sacrificing form clarity. */
html,body,.admin-shell{background:#eef6fa}
.admin-shell{
  background:
    radial-gradient(circle at 9% 8%,rgba(242,115,112,.12),transparent 24%),
    radial-gradient(circle at 88% 9%,rgba(51,123,209,.15),transparent 30%),
    radial-gradient(circle at 76% 78%,rgba(100,68,154,.09),transparent 27%),
    linear-gradient(145deg,#edf6fa 0%,#f7fbfd 55%,#fff8f1 100%);
  background-attachment:fixed;
}
.admin-topbar{
  background:rgba(255,255,255,.68);
  border-bottom:1px solid rgba(255,255,255,.76);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 10px 35px rgba(17,48,70,.08);
}
.admin-layout{
  background:transparent!important;
}
.admin-main{
  background:transparent!important;
}
.admin-sidebar{
  background:linear-gradient(180deg,rgba(10,36,52,.88),rgba(13,48,68,.78));
  border-right:1px solid rgba(255,255,255,.10);
  -webkit-backdrop-filter:blur(24px) saturate(130%);
  backdrop-filter:blur(24px) saturate(130%);
  box-shadow:10px 0 35px rgba(8,31,46,.10),inset -1px 0 rgba(255,255,255,.06);
}
.admin-nav button{
  border:1px solid transparent;
}
.admin-nav button:hover,.admin-nav button.active{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.dashboard-card,.admin-card,.admin-section .admin-card,.work-editor-card{
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(247,251,253,.54))!important;
  border:1px solid rgba(255,255,255,.82)!important;
  -webkit-backdrop-filter:blur(20px) saturate(142%);
  backdrop-filter:blur(20px) saturate(142%);
  box-shadow:0 16px 44px rgba(17,48,70,.09),inset 0 1px 0 rgba(255,255,255,.82);
}
.metric-editor-card,.story-editor-card,.repeater-row,.repeater-box{
  background:rgba(255,255,255,.45);
  border-color:rgba(51,123,209,.12);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.admin-section .form-control,.form-control{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(35,94,125,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.form-control:focus{
  background:rgba(255,255,255,.88)!important;
  border-color:rgba(20,99,144,.55);
  box-shadow:0 0 0 4px rgba(20,99,144,.09),inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-image-preview{
  background:rgba(235,244,249,.58);
  border-color:rgba(255,255,255,.80);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.settings-note{
  background:rgba(230,244,251,.58);
  border:1px solid rgba(51,123,209,.12);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.sticky-save-bar{
  background:rgba(10,36,52,.76);
  border:1px solid rgba(255,255,255,.13);
  -webkit-backdrop-filter:blur(22px) saturate(130%);
  backdrop-filter:blur(22px) saturate(130%);
  box-shadow:0 18px 50px rgba(10,30,43,.22),inset 0 1px 0 rgba(255,255,255,.09);
}
.status-toast{
  background:rgba(10,36,52,.82);
  border:1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}

/* Dark-section text remains readable against translucent surfaces. */
.section-ink{
  background:
    radial-gradient(circle at 12% 20%,rgba(51,123,209,.13),transparent 30%),
    radial-gradient(circle at 88% 80%,rgba(100,68,154,.13),transparent 30%),
    #0f2433;
}
.section-ink .section-lead,.section-ink p{color:rgba(255,255,255,.70)}

/* Responsive refinements for glass padding and floating header. */
@media(max-width:1050px){
  .site-header{left:10px;right:10px}
  .main-nav{
    background:rgba(255,255,255,.82);
    border:1px solid rgba(255,255,255,.88);
    -webkit-backdrop-filter:blur(24px) saturate(145%);
    backdrop-filter:blur(24px) saturate(145%);
  }
  .hero-copy{max-width:720px}
  .work-detail{padding:24px}
  .admin-sidebar{background:linear-gradient(135deg,rgba(10,36,52,.92),rgba(20,74,102,.84))}
}
@media(max-width:720px){
  .site-header{top:9px;left:7px;right:7px;border-radius:20px}
  .hero-copy{padding:28px 24px;border-radius:26px;background:rgba(255,255,255,.62)}
  .page-hero-clean .page-hero-copy,.page-hero-image .page-hero-copy,.program-page-copy{padding:26px 24px;border-radius:26px}
  .page-hero-image .page-hero-copy,.program-page-copy{margin-bottom:34px}
  .parallax-panel-copy{padding:28px 24px!important;margin-bottom:42px;border-radius:26px}
  .work-detail{padding:18px;border-radius:26px}
  .program-card,.article-card,.person-card,.pillar-card,.gallery-card,.profile-info-card{border-radius:22px}
}

/* Graceful fallback where backdrop-filter is not available. */
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .site-header,.hero-copy,.program-card,.article-card,.profile-info-card,.person-card,.pillar-card,.gallery-card,.founder-card,.work-detail,.page-hero-clean .page-hero-copy,.auth-card,.admin-card,.dashboard-card,.work-editor-card{background:rgba(255,255,255,.92)!important}
  .page-hero-image .page-hero-copy,.program-page-copy,.parallax-panel-copy,.hero-fact-panel,.sticky-save-bar,.status-toast{background:rgba(10,36,52,.92)!important}
}

/* =========================================================
   MAHAMERA FOUNDATION v4.3.1 — CONTENT STUDIO + HOME CTA FIX
   ========================================================= */

/* Content Studio desktop: keep the navigation surface continuous
   from below the topbar to the bottom of the viewport. The sidebar
   is detached from document height so long editor pages never expose
   a white/transparent strip below it. */
@media (min-width:1051px){
  .admin-layout{
    display:block!important;
    min-height:calc(100vh - 78px)!important;
    padding-left:270px!important;
    background:transparent!important;
  }
  .admin-sidebar{
    position:fixed!important;
    top:78px!important;
    left:0!important;
    bottom:0!important;
    width:270px!important;
    height:auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    scrollbar-color:rgba(255,255,255,.22) transparent;
    background:linear-gradient(180deg,#102f42 0%,#123c51 100%)!important;
    border-right:1px solid rgba(255,255,255,.10)!important;
    box-shadow:10px 0 35px rgba(8,31,46,.10),inset -1px 0 rgba(255,255,255,.06)!important;
    z-index:25!important;
  }
  .admin-sidebar::-webkit-scrollbar{width:7px}
  .admin-sidebar::-webkit-scrollbar-track{background:transparent}
  .admin-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.20);border-radius:999px}
  .admin-main{
    width:100%!important;
    min-width:0!important;
    padding:34px!important;
    background:transparent!important;
  }
}

/* Tablet/mobile: the menu remains visible beneath the sticky topbar
   while the editor content scrolls. */
@media (max-width:1050px){
  .admin-layout{
    display:block!important;
    padding-left:0!important;
    min-height:calc(100vh - 78px)!important;
  }
  .admin-sidebar{
    position:sticky!important;
    top:78px!important;
    left:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    max-height:42vh;
    overflow-y:auto!important;
    z-index:24!important;
    background:linear-gradient(135deg,#102f42 0%,#174c65 100%)!important;
    box-shadow:0 12px 28px rgba(8,31,46,.12)!important;
  }
}
@media (max-width:720px){
  .admin-sidebar{top:76px!important;max-height:48vh}
}

/* Home > Our Works: keep “Seluruh Program” compact, single-line and
   visually proportional to its pill container. */
.home-works-all-btn{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  min-height:44px!important;
  padding:10px 18px!important;
  font-size:.88rem!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  border-radius:999px!important;
}
.section-heading>.home-works-all-btn{align-self:flex-end}
@media (max-width:720px){
  .section-heading>.home-works-all-btn{
    display:inline-flex!important;
    margin-top:20px!important;
    align-self:flex-start!important;
  }
}


/* =========================================================
   MAHAMERA FOUNDATION v4.3.2 — FIXED CONTENT STUDIO HEADER
   + PERSISTENT VERSION LABEL
   ========================================================= */
:root{--admin-topbar-h:78px}

/* The global `main{overflow:hidden}` rule used by the public site can
   interfere with sticky positioning. Content Studio therefore uses a
   true fixed header and explicitly restores visible overflow. */
.admin-shell{
  overflow:visible!important;
  padding-top:var(--admin-topbar-h)!important;
}
.admin-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:var(--admin-topbar-h)!important;
  z-index:1000!important;
}
.admin-layout{
  min-height:calc(100vh - var(--admin-topbar-h))!important;
}

/* Version information stays anchored to the lower-left corner of the
   Content Studio navigation and does not move with the editor page. */
.admin-sidebar{padding-bottom:74px!important}
.admin-version{
  position:fixed;
  left:22px;
  bottom:18px;
  z-index:1001;
  display:flex;
  flex-direction:column;
  gap:1px;
  color:rgba(255,255,255,.48);
  font-size:.66rem;
  line-height:1.3;
  letter-spacing:.02em;
  pointer-events:none;
}
.admin-version span{font-weight:500}
.admin-version strong{
  color:rgba(255,255,255,.78);
  font-size:.72rem;
  font-weight:800;
}

@media (min-width:1051px){
  .admin-sidebar{top:var(--admin-topbar-h)!important}
}

@media (max-width:1050px){
  .admin-sidebar{top:var(--admin-topbar-h)!important}
  .admin-version{
    position:static;
    margin:18px 14px 2px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.10);
  }
}

@media (max-width:720px){
  :root{--admin-topbar-h:76px}
  .admin-topbar{
    min-height:var(--admin-topbar-h)!important;
    height:var(--admin-topbar-h)!important;
  }
}

/* ================================================================
   MAHAMERA FOUNDATION v4.3.4 — RESPONSIVE FOUNDER / BOARD GRID
   - Maximum three profiles per row on desktop.
   - 4 profiles: 2 + 2.
   - 5 profiles: 3 + 2, with the second row centered.
   - Incomplete rows remain centered.
   - Adaptive 2-column tablet and 1-column mobile layouts.
   ================================================================ */

.people-responsive-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  column-gap:36px!important;
  row-gap:48px!important;
  align-items:stretch;
  width:100%;
}

.people-responsive-grid>.founder-card,
.people-responsive-grid>.person-card{
  grid-column:span 2;
  min-width:0;
  width:100%;
  height:100%;
  margin:0!important;
}

/* One profile: centered and intentionally narrower than a full-width editorial block. */
.people-responsive-grid[data-count="1"]>.founder-card,
.people-responsive-grid[data-count="1"]>.person-card{
  grid-column:2 / span 4;
}

/* Two profiles and four profiles use two balanced columns. */
.people-responsive-grid[data-count="2"]>.founder-card,
.people-responsive-grid[data-count="2"]>.person-card,
.people-responsive-grid[data-count="4"]>.founder-card,
.people-responsive-grid[data-count="4"]>.person-card{
  grid-column:span 3;
}

/* Founder profiles use the same card language at every count, avoiding one oversized card. */
.people-responsive-grid>.founder-card{
  display:flex!important;
  flex-direction:column;
  overflow:hidden;
  align-self:stretch;
}
.people-responsive-grid>.founder-card .founder-image{
  width:100%;
  min-height:0!important;
  height:clamp(340px,34vw,520px);
  flex:0 0 auto;
  overflow:hidden;
}
.people-responsive-grid>.founder-card .founder-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.people-responsive-grid>.founder-card .founder-copy{
  padding:32px!important;
  align-self:stretch;
  flex:1;
}
.people-responsive-grid>.founder-card .founder-copy h3{
  font-size:clamp(1.7rem,2.35vw,2.45rem)!important;
  line-height:1.08!important;
  margin:12px 0 16px!important;
}
.people-responsive-grid>.founder-card .founder-copy p{
  margin:0!important;
  font-size:.96rem;
  line-height:1.72;
}

/* 5 profiles (and other rows ending in 2): center the final pair. */
.people-responsive-grid[data-remainder="2"]:not([data-count="2"])>:nth-last-child(2){
  grid-column:2 / span 2;
}
.people-responsive-grid[data-remainder="2"]:not([data-count="2"])>:last-child{
  grid-column:4 / span 2;
}

/* A final single card is centered, except count=4 which is deliberately 2 + 2. */
.people-responsive-grid[data-remainder="1"]:not([data-count="1"]):not([data-count="4"])>:last-child{
  grid-column:3 / span 2;
}

/* Board cards share the same grid and equal-height behavior. */
.people-responsive-grid>.person-card{
  display:flex;
  flex-direction:column;
}
.people-responsive-grid>.person-card .person-image{
  flex:0 0 auto;
}
.people-responsive-grid>.person-card .person-copy{
  flex:1;
}

/* Keep clear breathing room between the profile section and the following section. */
[data-founder-profile],
[data-board-grid]{
  margin-bottom:8px;
}

@media(max-width:1050px){
  .people-responsive-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:24px!important;
    row-gap:34px!important;
  }
  .people-responsive-grid>.founder-card,
  .people-responsive-grid>.person-card{
    grid-column:auto!important;
  }
  .people-responsive-grid[data-count="1"]>.founder-card,
  .people-responsive-grid[data-count="1"]>.person-card{
    grid-column:1 / -1!important;
    width:min(100%,720px)!important;
    justify-self:center;
  }
  .people-responsive-grid[data-odd="1"]:not([data-count="1"])>:last-child{
    grid-column:1 / -1!important;
    width:min(100%,560px)!important;
    justify-self:center;
  }
  .people-responsive-grid>.founder-card .founder-image{
    height:clamp(330px,48vw,480px);
  }
}

@media(max-width:720px){
  .people-responsive-grid{
    grid-template-columns:1fr;
    row-gap:26px!important;
  }
  .people-responsive-grid>.founder-card,
  .people-responsive-grid>.person-card,
  .people-responsive-grid[data-count="1"]>.founder-card,
  .people-responsive-grid[data-count="1"]>.person-card,
  .people-responsive-grid[data-odd="1"]:not([data-count="1"])>:last-child{
    grid-column:1!important;
    width:100%!important;
    max-width:none!important;
  }
  .people-responsive-grid>.founder-card .founder-image{
    height:clamp(320px,108vw,460px);
  }
  .people-responsive-grid>.founder-card .founder-copy{
    padding:26px!important;
  }
  .people-responsive-grid>.founder-card .founder-copy h3{
    font-size:clamp(1.6rem,8vw,2.1rem)!important;
  }
}

