:root{--cream:#fff8f1;--surface:#fff;--alternate:#efe6da;--orange:#ef5a2a;--orange-hover:#d94e22;--gold:#f79936;--magenta:#df2172;--red:#c61d23;--brown:#603813;--ink:#2b2b2b;--secondary:#5a5a5a;--muted:#76706b;--line:#e5ded3;--night:#2a1b18;--night-2:#3b211c;--serif:"Playfair Display",Georgia,serif;--sans:"Inter",Arial,sans-serif;--deva:"Noto Serif Devanagari",serif;--shell:min(1160px,calc(100vw - 48px));--shadow:0 24px 70px rgba(96,56,19,.1);--ease-out:cubic-bezier(.23,1,.32,1);--ease-in-out:cubic-bezier(.77,0,.175,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}img{display:block;max-width:100%}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}p{margin:0 0 1.2rem}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.12;margin:0;text-wrap:balance}h1{font-size:clamp(3rem,5.6vw,5.8rem);letter-spacing:-.045em}h2{font-size:clamp(2.35rem,4vw,4.25rem);letter-spacing:-.035em}h3{font-size:1.45rem}.shell{width:var(--shell);margin-inline:auto}.section{padding:clamp(6rem,10vw,9rem) 0;position:relative}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:12px;z-index:9999;background:var(--ink);color:#fff;padding:10px 16px;transform:translateY(-160%);transition:transform 160ms var(--ease-out)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--magenta);outline-offset:4px}.progress{position:fixed;inset:0 0 auto;z-index:100;height:2px;pointer-events:none}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold),var(--orange),var(--magenta))}.utility-bar{height:35px;background:var(--ink);color:rgba(255,248,241,.78);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1160px)/2));font-size:.7rem;letter-spacing:.09em}.utility-bar div{display:flex;gap:24px}.utility-bar a:hover{color:var(--gold)}.site-header{position:sticky;top:0;z-index:90;background:rgba(255,248,241,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(96,56,19,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:12px}.nav-brand img{width:52px;height:52px;object-fit:contain}.nav-brand span{display:flex;flex-direction:column;line-height:1.25}.nav-brand strong{font-size:.85rem;letter-spacing:.22em}.nav-brand small{font-size:.54rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:27px}.nav-links>a{position:relative;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.nav-links>a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--orange);transition:right 200ms var(--ease-out)}.nav-links>a:hover:after,.nav-links>a.active:after{right:0}.menu-toggle{display:none;border:0;background:none;width:44px;height:44px;padding:11px;cursor:pointer}.menu-toggle span:not(.sr-only){display:block;height:1px;background:var(--ink);margin:5px 0;transition:transform 200ms var(--ease-out),opacity 140ms ease}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 30px;border:1px solid var(--orange);background:var(--orange);color:#fff;border-radius:999px;font-size:.73rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background 180ms ease,border-color 180ms ease,color 180ms ease,transform 140ms var(--ease-out)}.button:hover{background:var(--orange-hover);border-color:var(--orange-hover)}.button:active,.connect-card:active,.value-button:active{transform:scale(.97)}.button-small{min-height:42px;padding-inline:20px;font-size:.65rem}.button-ghost{background:transparent;color:var(--orange)}.button-ghost:hover{color:#fff}.eyebrow{margin:0 0 1.25rem;color:var(--orange);font-size:.7rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase}.eyebrow-gold{color:var(--gold)}.lead{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.55;color:var(--ink)}.text-link{display:inline-flex;gap:10px;margin-top:1rem;color:var(--orange);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.text-link span{transition:transform 160ms var(--ease-out)}.text-link:hover span{transform:translateX(5px)}
.hero{min-height:calc(100svh - 113px);position:relative;overflow:hidden;display:flex;align-items:center;background:radial-gradient(circle at 75% 45%,rgba(247,153,54,.16),transparent 34%),linear-gradient(160deg,#fffaf5 0%,#fcefe1 52%,#fff8f1 100%);padding:80px 0 110px}.hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(var(--magenta),var(--orange),var(--gold))}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(40px,7vw,90px);align-items:center;position:relative;z-index:2}.hero h1 em{color:var(--orange);font-weight:400}.hero-lede{max-width:620px;margin:28px 0 36px;color:var(--secondary);font-size:1.07rem;font-weight:300}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-mark{position:relative;display:grid;place-items:center;aspect-ratio:1}.hero-logo{width:min(420px,86%);height:auto;position:relative;z-index:2;animation:heroFloat 9s 1.5s ease-in-out infinite}.hero-mark p{position:absolute;bottom:2%;z-index:3;margin:0;color:var(--brown);font-family:var(--serif);font-size:.88rem;letter-spacing:.13em}.hero-mark p span{color:var(--orange);padding:0 6px}.hero-halo{position:absolute;width:92%;height:92%;border-radius:50%;background:radial-gradient(circle,rgba(247,153,54,.26),rgba(223,33,114,.05) 48%,transparent 70%);animation:haloBreath 8s ease-in-out infinite}.hero-logo{clip-path:inset(100% 0 0 0);animation:lotusReveal 1.35s .28s var(--ease-out) forwards,heroFloat 9s 1.7s ease-in-out infinite}.hero-enter{opacity:0;transform:translateY(16px);animation:heroEnter .85s var(--ease-out) forwards}.hero-copy .hero-enter:nth-child(1){animation-delay:.1s}.hero-copy .hero-enter:nth-child(2){animation-delay:.18s}.hero-copy .hero-enter:nth-child(3){animation-delay:.26s}.hero-copy .hero-enter:nth-child(4){animation-delay:.34s}.hero-pattern{position:absolute;width:520px;left:-180px;bottom:-150px;opacity:.08;will-change:transform}.ambient{position:absolute;border-radius:50%;filter:blur(45px);pointer-events:none}.ambient-one{width:420px;height:420px;background:rgba(223,33,114,.08);left:5%;top:5%;animation:drift 26s ease-in-out infinite alternate}.ambient-two{width:480px;height:480px;background:rgba(247,153,54,.1);right:2%;bottom:-15%;animation:drift 32s -8s ease-in-out infinite alternate-reverse}.scroll-cue{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:grid;justify-items:center;color:var(--muted);font-size:.58rem;letter-spacing:.28em;text-transform:uppercase}.scroll-cue i{display:block;width:1px;height:35px;margin-top:8px;background:linear-gradient(var(--orange),transparent)}
.split-grid{display:grid;grid-template-columns:1fr .86fr;gap:clamp(60px,8vw,105px);align-items:center}.section-copy h2{margin-bottom:28px}.section-copy>p:not(.eyebrow){color:var(--secondary);font-weight:300}.arch-media{margin:0;position:relative}.arch-media:before,.guide-portrait:before{content:"";position:absolute;inset:-16px 16px 46px -16px;border:1px solid rgba(239,90,42,.3);border-radius:50% 50% 3px 3px;pointer-events:none}.arch-media img{height:570px;width:100%;object-fit:contain;background:#fff;border-radius:50% 50% 3px 3px;box-shadow:inset 0 0 0 1px rgba(247,153,54,.12),0 12px 40px rgba(96,56,19,.08)}.arch-media figcaption{text-align:right;margin-top:13px;color:var(--muted);font-family:var(--serif);font-style:italic;font-size:.84rem}.pillars{display:grid;grid-template-columns:repeat(3,1fr);margin-top:110px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pillars article{text-align:center;padding:48px 36px}.pillars article+article{border-left:1px solid var(--line)}.pillars img{width:58px;height:58px;object-fit:contain;margin:0 auto 20px}.pillars h3{margin-bottom:10px}.pillars p{margin:0;color:var(--muted);font-size:.88rem}
.guiding-light{background:linear-gradient(150deg,var(--night),var(--night-2));color:var(--cream);overflow:hidden}.guiding-light:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-180px;top:-230px;background:radial-gradient(circle,rgba(247,153,54,.14),transparent 66%)}.guide-grid{grid-template-columns:.82fr 1.18fr;position:relative;z-index:2}.guide-portrait{margin:0;position:relative}.guide-portrait .arch{height:600px;border-radius:48% 48% 3px 3px;overflow:hidden;background:#5b3329}.guide-portrait .arch img{width:100%;height:100%;object-fit:cover;object-position:center top}.portrait-inset{position:absolute;width:150px;height:200px;object-fit:cover;left:-42px;bottom:-26px;border:5px solid var(--night);box-shadow:0 20px 50px rgba(0,0,0,.35)}.guiding-light h2 em{color:var(--gold);font-weight:400}.overline{font-size:.68rem!important;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,248,241,.52)!important;margin-bottom:24px!important}.guiding-light .section-copy>p:not(.eyebrow){color:rgba(255,248,241,.72)}blockquote{margin:32px 0 0;padding:20px 0 0 28px;border-left:2px solid var(--gold);font-family:var(--serif);font-size:1.2rem;line-height:1.55;color:var(--cream)}
.purpose{background:linear-gradient(#fff8f1,#fdf0e3 50%,#fff8f1)}.section-heading{max-width:710px;margin:0 auto 70px}.section-heading.centered{text-align:center}.section-heading h2{margin-bottom:18px}.section-heading>p:last-child{color:var(--muted)}.purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.purpose-card{display:grid;grid-template-columns:170px 1fr;gap:0;align-items:stretch;background:var(--surface);border:1px solid rgba(96,56,19,.11);padding:0;overflow:hidden;box-shadow:0 4px 28px rgba(96,56,19,.07)}.purpose-card img{width:170px;height:100%;min-height:220px;object-fit:contain;object-position:center;padding:28px 18px;background:linear-gradient(160deg,#fffaf4,#f5e8d4);flex:none}.purpose-card>div{padding:30px 32px;display:flex;flex-direction:column;justify-content:center;border-left:3px solid var(--orange)}.purpose-card span{color:var(--orange);font-size:.62rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.purpose-card h3{margin:8px 0 11px;color:var(--ink);font-size:clamp(1.3rem,2vw,1.7rem)}.purpose-card p{margin:0;color:var(--secondary);font-size:.88rem;line-height:1.7}.values-wrap{margin-top:80px;display:grid;grid-template-columns:.8fr 1.2fr;background:var(--night);color:var(--cream);min-height:430px}.value-intro{padding:70px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 20% 20%,rgba(223,33,114,.14),transparent 45%)}.value-intro h3{font-family:var(--deva);font-size:clamp(2.7rem,5vw,5.4rem);line-height:1.1;color:var(--gold);transition:opacity 160ms ease,transform 180ms var(--ease-out)}.value-intro h3 span{display:block;margin-top:15px;font-family:var(--serif);font-size:1.5rem;color:var(--cream)}.value-intro>p:last-child{margin:8px 0 0;color:rgba(255,248,241,.6)}.value-list{display:grid;grid-template-columns:1fr 1fr;padding:35px}.value-button{border:0;border-bottom:1px solid rgba(255,248,241,.13);background:transparent;color:rgba(255,248,241,.68);text-align:left;padding:18px 20px;font-family:var(--deva);font-size:1.05rem;cursor:pointer;transition:background 180ms ease,color 180ms ease,transform 140ms var(--ease-out)}.value-button span{display:block;font-family:var(--sans);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.value-button.active{background:rgba(239,90,42,.16);color:var(--gold)}
.offering-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.offering-card{position:relative;border:1px solid var(--line);background:rgba(255,255,255,.68);padding:28px;min-height:280px;transition:transform 200ms var(--ease-out),box-shadow 200ms ease,border-color 200ms ease}.offering-card button{display:block;width:100%;border:0;background:none;padding:0;text-align:left;cursor:pointer}.offering-head{display:flex;align-items:flex-start;justify-content:space-between}.offering-head img{width:48px;height:48px;object-fit:contain}.offering-head span{font-family:var(--serif);color:rgba(239,90,42,.5);font-size:.8rem}.offering-card h3{margin:24px 0 12px}.offering-card p{color:var(--muted);font-size:.86rem;margin:0}.offering-more{display:grid;grid-template-rows:0fr;transition:grid-template-rows 240ms var(--ease-out)}.offering-more>div{overflow:hidden}.offering-more p{padding-top:14px;color:var(--secondary)}.offering-card.open .offering-more{grid-template-rows:1fr}.offering-action{display:flex;align-items:center;gap:8px;margin-top:20px;color:var(--orange);font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.offering-action i{font-style:normal;transition:transform 180ms var(--ease-out)}.offering-card.open .offering-action i{transform:rotate(45deg)}
.trustees{background:#fdf1e6}.trustee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.trustee-card{border:1px solid transparent;background:none;padding:0;cursor:pointer;text-align:left;transition:transform 200ms var(--ease-out)}.trustee-photo{position:relative;aspect-ratio:.82;overflow:hidden;background:var(--alternate)}.trustee-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.82);transition:transform 500ms var(--ease-out),filter 250ms ease}.trustee-card:nth-child(4n+2) .trustee-photo{border-radius:120px 120px 0 0}.trustee-card:nth-child(4n+3) .trustee-photo{border-radius:0 0 120px 120px}.trustee-meta{padding:17px 3px}.trustee-meta h3{font-size:1.2rem}.trustee-meta p{margin:4px 0 0;color:var(--muted);font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}.trustee-detail{margin-top:28px;background:var(--surface);border:1px solid var(--line);padding:clamp(30px,6vw,64px);box-shadow:var(--shadow)}.trustee-detail h3{font-size:2rem;margin-bottom:18px}.trustee-detail p{color:var(--secondary)}.trustee-detail blockquote{color:var(--ink);border-color:var(--orange);font-size:1.05rem}.detail-close{float:right;border:1px solid var(--line);background:transparent;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:1.3rem}
.connect{background:linear-gradient(150deg,var(--night),#44241d);color:var(--cream)}.connect-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,248,241,.15)}.connect-card{min-height:320px;border:0;border-right:1px solid rgba(255,248,241,.15);background:rgba(255,255,255,.025);padding:36px;text-align:left;color:var(--cream);cursor:pointer;transition:background 200ms ease,transform 140ms var(--ease-out)}.connect-card:last-child{border-right:0}.connect-card>span{color:var(--gold);font-family:var(--serif);font-size:.75rem}.connect-card h3{margin:60px 0 15px}.connect-card p{font-size:.85rem;color:rgba(255,248,241,.62)}.connect-card strong{display:block;margin-top:24px;color:var(--gold);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.connect .section-heading p:last-child{color:rgba(255,248,241,.65)}.footer{background:#1f1714;color:rgba(255,248,241,.65);padding:80px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer img{width:135px;height:auto;margin-bottom:8px}.footer p{max-width:390px}.footer h2{color:var(--gold);font-family:var(--sans);font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px}.footer a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,248,241,.1);margin-top:65px;padding-top:24px;font-size:.7rem}
.form-dialog{width:min(750px,calc(100% - 28px));max-height:calc(100svh - 28px);padding:0;border:0;background:var(--cream);color:var(--ink);box-shadow:0 40px 100px rgba(0,0,0,.35);opacity:0;transform:scale(.97);transition:opacity 200ms ease,transform 240ms var(--ease-out),display 240ms allow-discrete}.form-dialog[open]{opacity:1;transform:scale(1)}.form-dialog::backdrop{background:rgba(31,23,20,.72);backdrop-filter:blur(5px)}.dialog-shell{padding:clamp(28px,6vw,58px);position:relative}.dialog-shell h2{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:12px}.dialog-close{position:absolute;right:22px;top:22px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--surface);font-size:1.5rem;cursor:pointer}.form-notice{margin:24px 0;padding:14px 16px;border-left:3px solid var(--gold);background:#fff2df;color:var(--secondary);font-size:.82rem}.form-notice a{color:var(--orange);text-decoration:underline}.form-grid,.intent-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.intent-fields{margin-top:17px}form>label{display:block;margin-top:17px}label{font-size:.72rem;font-weight:600;letter-spacing:.03em}label>span{color:var(--orange)}input,textarea,select{display:block;width:100%;margin-top:6px;border:1px solid #cec5ba;background:#fff;padding:12px 13px;border-radius:2px;color:var(--ink);font:inherit;font-size:.9rem}input:focus,textarea:focus,select:focus{border-color:var(--orange);outline:2px solid rgba(239,90,42,.15)}.consent{display:flex!important;gap:10px;align-items:flex-start}.consent input{width:18px;height:18px;margin:2px 0 0}.consent span{color:var(--secondary);font-weight:400}.form-submit{margin-top:24px;width:100%}.form-submit:disabled{background:#aaa39c;border-color:#aaa39c;cursor:not-allowed}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .68s var(--ease-out),transform .68s var(--ease-out);transition-delay:var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}@keyframes heroEnter{to{opacity:1;transform:none}}@keyframes lotusReveal{to{clip-path:inset(0 0 0 0)}}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes haloBreath{0%,100%{transform:scale(.96);opacity:.7}50%{transform:scale(1.03);opacity:1}}@keyframes drift{to{transform:translate3d(50px,-35px,0) scale(1.08)}}
@media (hover:hover) and (pointer:fine){.offering-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(239,90,42,.35)}.trustee-card:hover{transform:translateY(-5px)}.trustee-card:hover img{transform:scale(1.035);filter:saturate(1)}.connect-card:hover{background:rgba(239,90,42,.16)}}
@media (max-width:1024px){:root{--shell:min(920px,calc(100vw - 40px))}.utility-bar{padding-inline:20px}.nav-links{gap:17px}.nav-links>a{font-size:.65rem}.hero-grid{gap:30px}.hero h1{font-size:clamp(3rem,6.5vw,4.8rem)}.offering-grid{grid-template-columns:repeat(2,1fr)}.trustee-grid{grid-template-columns:repeat(3,1fr)}.connect-grid{grid-template-columns:repeat(2,1fr)}.connect-card:nth-child(2){border-right:0}.connect-card:nth-child(-n+2){border-bottom:1px solid rgba(255,248,241,.15)}.purpose-card{grid-template-columns:100px 1fr}.purpose-card img{width:100px;height:150px}}
@media (max-width:800px){html{scroll-padding-top:78px}.utility-bar{display:none}.nav{height:72px}.nav-brand small{display:none}.menu-toggle{display:block}.nav-links{position:absolute;top:72px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);padding:26px 24px 30px;display:flex;flex-direction:column;align-items:stretch;gap:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 180ms ease,transform 200ms var(--ease-out),visibility 0s 200ms}.nav-links.open{opacity:1;visibility:visible;transform:none;transition-delay:0s}.nav-links>a{padding:13px 0;border-bottom:1px solid var(--line)}.nav-links .button{margin-top:20px}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero{min-height:calc(100svh - 72px);padding:70px 0 100px}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-lede{max-width:560px}.hero-mark{width:min(470px,75vw);margin:auto}.split-grid,.guide-grid{grid-template-columns:1fr}.arch-media{max-width:520px;margin:auto;order:-1}.pillars{grid-template-columns:1fr}.pillars article+article{border-left:0;border-top:1px solid var(--line)}.guide-portrait{width:min(500px,84vw);margin:0 auto 35px}.purpose-grid{grid-template-columns:1fr}.values-wrap{grid-template-columns:1fr}.value-intro{padding:48px}.trustee-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr;gap:50px}.footer-grid>div:first-child{grid-column:1/-1}.hero-pattern,.ambient{display:none}}
@media (max-width:560px){:root{--shell:calc(100vw - 32px)}body{font-size:15px}.section{padding:76px 0}h1{font-size:clamp(2.75rem,14vw,4rem)}h2{font-size:clamp(2.15rem,10vw,3rem)}.hero{align-items:flex-start;padding-top:62px}.hero-grid{gap:20px}.hero-mark{width:72vw}.hero-mark p{font-size:.65rem;letter-spacing:.08em}.hero-actions{width:100%;flex-direction:column}.hero-actions .button{width:100%}.scroll-cue{display:none}.arch-media img{height:430px}.pillars{margin-top:70px}.pillars article{padding:36px 25px}.guide-portrait .arch{height:480px}.portrait-inset{left:-10px;width:120px;height:160px}.purpose-card{grid-template-columns:78px 1fr;padding:20px;gap:16px}.purpose-card img{width:78px;height:115px}.values-wrap{margin-inline:-16px}.value-intro{padding:40px 28px}.value-list{grid-template-columns:1fr;padding:20px}.offering-grid{grid-template-columns:1fr}.offering-card{min-height:0}.trustee-grid{grid-template-columns:1fr 1fr;gap:14px}.trustee-meta h3{font-size:1rem}.connect-grid{grid-template-columns:1fr}.connect-card{min-height:250px;border-right:0;border-bottom:1px solid rgba(255,248,241,.15)!important}.connect-card:last-child{border-bottom:0!important}.connect-card h3{margin-top:35px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.form-grid,.intent-fields{grid-template-columns:1fr}.dialog-shell{padding-top:66px}.form-dialog{max-height:calc(100svh - 14px)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-logo,.hero-halo,.ambient{animation:none!important}.hero-logo{clip-path:none}.hero-enter,.reveal{opacity:1;transform:none;animation:none;transition:opacity 150ms ease}.parallax{display:none}.offering-card,.trustee-card,.connect-card,.button{transition:color 120ms ease,background-color 120ms ease,border-color 120ms ease}.offering-card:hover,.trustee-card:hover{transform:none}}

/* Trustees: preserve readable portraits and names in compact browser panes. */
.trustees .section-heading{max-width:620px}
.trustee-photo{aspect-ratio:3/4}
.trustee-meta h3{line-height:1.25;text-wrap:pretty}
@media (min-width:801px) and (max-width:1180px){.trustee-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trustee-card:last-child:nth-child(3n+1){grid-column:2}}
@media (max-width:640px){.trustees .section-heading{max-width:470px}.trustees .section-heading h2{font-size:clamp(2.45rem,8.5vw,3.15rem);line-height:1.05}.trustee-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.trustee-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 7px);justify-self:center}.trustee-meta{padding-top:13px}.trustee-meta h3{font-size:1.05rem}.trustee-meta p{font-size:.62rem;letter-spacing:.08em}}
@media (max-width:390px){.trustee-grid{grid-template-columns:1fr;gap:26px}.trustee-card:last-child:nth-child(odd){grid-column:auto;width:100%}.trustee-photo{aspect-ratio:4/5}.trustee-meta h3{font-size:1.2rem}}

/* Keep each identity visible with its portrait instead of below the fold. */
.trustee-card{position:relative;overflow:hidden;background:var(--night)}
.trustee-meta{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:64px 18px 18px;background:linear-gradient(180deg,transparent,rgba(31,23,20,.92));color:var(--cream);pointer-events:none}
.trustee-meta h3{color:var(--cream);text-shadow:0 1px 12px rgba(0,0,0,.34)}
.trustee-meta p{color:rgba(255,248,241,.78)}
.trustee-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(96,56,19,.12);pointer-events:none}
@media (max-width:640px){.trustee-meta{padding:52px 14px 14px}.trustee-meta h3{font-size:1rem}.trustee-meta p{font-size:.58rem}}
@media (max-width:390px){.trustee-meta{padding:70px 20px 20px}.trustee-meta h3{font-size:1.25rem}.trustee-meta p{font-size:.65rem}}

/* Trustees: a continuously active editorial profile slideshow. */
.trustee-card.active{outline:3px solid var(--orange);outline-offset:4px;transform:translateY(-5px)}
.trustee-card.active .trustee-photo img{filter:saturate(1);transform:scale(1.025)}
.trustee-card.active:after{content:"";position:absolute;z-index:3;inset:0;border:1px solid rgba(247,153,54,.95);box-shadow:inset 0 0 22px rgba(247,153,54,.22),0 0 18px rgba(247,153,54,.24);pointer-events:none;animation:goldenGlimmer 2.8s ease-in-out infinite}
@keyframes goldenGlimmer{0%,100%{opacity:.55;box-shadow:inset 0 0 14px rgba(247,153,54,.14),0 0 10px rgba(247,153,54,.14)}50%{opacity:1;box-shadow:inset 0 0 28px rgba(247,153,54,.3),0 0 24px rgba(247,153,54,.3)}}
.trustee-detail{position:relative;min-height:420px;margin-top:42px;padding:clamp(32px,6vw,72px);overflow:hidden;background:linear-gradient(135deg,var(--night),#43271f);border:0;color:var(--cream);box-shadow:var(--shadow)}
.trustee-detail:before{content:"";position:absolute;width:360px;aspect-ratio:1;right:-120px;bottom:-190px;border:1px solid rgba(247,153,54,.22);border-radius:50%}
.trustee-detail-copy{position:relative;z-index:1;max-width:820px}.trustee-detail-portrait{display:none;margin:0}
.trustee-detail .eyebrow{color:var(--gold)}
.trustee-detail h3{margin:8px 0 4px;color:var(--cream);font-size:clamp(2.25rem,5vw,4.6rem)}
.trustee-detail p{color:rgba(255,248,241,.72)}
.trustee-detail .trustee-role{margin:0 0 24px;color:var(--gold);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.trustee-detail blockquote{max-width:750px;color:var(--cream);border-color:var(--orange)}
.trustee-count{position:absolute;top:0;right:0;color:var(--gold)!important;font-family:var(--serif);font-size:1.35rem}.trustee-count span{color:rgba(255,248,241,.35);font-size:.8rem}
.trustee-controls{position:absolute;z-index:2;right:clamp(24px,5vw,58px);bottom:clamp(24px,5vw,48px);display:flex;gap:8px}
.trustee-controls button{width:48px;height:48px;border:1px solid rgba(255,248,241,.3);border-radius:50%;background:transparent;color:var(--cream);font-size:1.25rem;cursor:pointer;transition:background 180ms ease,border-color 180ms ease}
.trustee-controls button:hover,.trustee-controls button:focus-visible{background:var(--orange);border-color:var(--orange)}
.trustee-detail.profile-enter .trustee-detail-copy{animation:trusteeProfileIn .5s var(--ease-out) both}
@keyframes trusteeProfileIn{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:none}}
@media(max-width:640px){.trustee-detail{min-height:520px;margin-top:30px;padding:34px 24px 96px}.trustee-count{position:static;margin:0 0 12px}.trustee-detail h3{font-size:2.55rem}.trustee-detail blockquote{font-size:1rem}.trustee-controls{left:24px;right:auto;bottom:24px}}
@media(prefers-reduced-motion:reduce){.trustee-detail.profile-enter .trustee-detail-copy{animation:none}.trustee-card.active{transform:none}}

/* Approved header lockup: the official full logo stands alone without repeated acronym copy. */
.nav-brand{align-self:stretch;padding:5px 0;gap:0}
.nav-brand img{width:76px;height:68px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(96,56,19,.08))}
.nav-brand span{display:none}
@media(max-width:800px){.nav-brand img{width:64px;height:58px}}

/* Reusable ornament extracted from the approved vector master. */
.offerings .section-heading:after,.members .section-heading:after{content:"";display:block;width:150px;height:50px;margin:22px auto -12px;background:url("assets/brand/divider-lotus-magenta.svg") center/contain no-repeat}

/* Brand-manual visual language: quiet patterned edges and editorial quotation type. */
blockquote{font-family:"Cormorant Garamond",var(--serif);font-weight:500}
.purpose,.offerings,.trustees,.connect{isolation:isolate;overflow:hidden}
.purpose:before{content:"";position:absolute;z-index:0;right:-24px;top:11%;width:165px;height:230px;background:url("assets/brand/pattern-lotus-outline.svg") center/cover no-repeat;opacity:.12}
.offerings:before{content:"";position:absolute;z-index:0;left:-35px;bottom:6%;width:185px;height:185px;background:url("assets/brand/pattern-lotus-magenta.svg") center/cover no-repeat;opacity:.07}
.trustees:before{content:"";position:absolute;z-index:0;right:-28px;bottom:4%;width:170px;height:195px;background:url("assets/brand/pattern-woven-orange.svg") center/cover no-repeat;opacity:.075}
.connect:before{content:"";position:absolute;left:50%;top:34px;width:190px;height:70px;transform:translateX(-50%);background:url("assets/brand/divider-rosettes.svg") center/contain no-repeat;filter:brightness(0) invert(1);opacity:.18}
.purpose>.shell,.offerings>.shell,.trustees>.shell,.connect>.shell{position:relative;z-index:1}
@media(max-width:640px){.purpose:before{width:115px;height:160px;opacity:.08}.offerings:before,.trustees:before{display:none}.connect:before{top:20px;width:145px}}

/* Trustees: portraits and the active story share one parallel editorial frame. */
.trustee-showcase{display:grid;grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);gap:clamp(28px,4vw,58px);align-items:start}
.trustee-showcase .trustee-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.trustee-showcase .trustee-photo{aspect-ratio:4/5}
.trustee-showcase .trustee-card:nth-child(n) .trustee-photo{border-radius:0}
.trustee-showcase .trustee-card:nth-child(4n+2) .trustee-photo,.trustee-showcase .trustee-card:nth-child(4n+3) .trustee-photo{border-radius:90px 90px 0 0}
.trustee-showcase .trustee-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 8px);justify-self:center}
.trustee-showcase .trustee-detail{position:sticky;top:118px;min-height:650px;margin-top:0;padding:clamp(38px,5vw,68px)}
.trustee-showcase .trustee-detail-copy{max-width:620px}
.trustee-showcase .trustee-detail h3{font-size:clamp(2.65rem,4.6vw,4.7rem)}
.trustee-showcase .trustee-detail blockquote{font-size:1.12rem}
@media(max-width:900px){.trustee-showcase{grid-template-columns:1fr;gap:30px}.trustee-showcase .trustee-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trustee-showcase .trustee-card:last-child:nth-child(odd){grid-column:auto;width:100%}.trustee-showcase .trustee-detail{position:relative;top:auto;min-height:480px}}
@media(max-width:640px){
  .trustee-showcase{gap:22px}
  .trustee-showcase .trustee-grid{display:flex;gap:14px;margin-inline:-16px;padding:6px 16px 18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}
  .trustee-showcase .trustee-grid::-webkit-scrollbar{display:none}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){flex:0 0 min(72vw,280px);width:auto;scroll-snap-align:center}
  .trustee-showcase .trustee-detail{min-height:520px;border-radius:0 72px 0 0}
  .trustee-showcase .trustee-detail h3{font-size:clamp(2.35rem,11vw,3.25rem)}
}

/* Ceremonial opening: the one deliberately cinematic moment in the experience. */
body.opening-active{overflow:hidden}
.cinematic-opening{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;background:#fff8f1;color:var(--ink);isolation:isolate}
.opening-curtain{position:absolute;z-index:-1;top:0;bottom:0;width:50.1%;background-color:#fff8f1;background-image:linear-gradient(rgba(255,248,241,.86),rgba(255,248,241,.86)),url("assets/extracted/paper-texture.webp");background-size:auto,1000px auto;transition:transform 1.05s var(--ease-in-out)}
.opening-curtain-left{left:0}.opening-curtain-right{right:0}
.opening-light{position:absolute;z-index:0;width:min(76vw,680px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(247,153,54,.22),rgba(239,90,42,.075) 38%,rgba(223,33,114,.025) 58%,transparent 72%);opacity:0;transform:scale(.9);transition:opacity 1.1s ease,transform 1.4s var(--ease-out)}
.opening-lotus{position:absolute;z-index:0;width:min(84vw,760px);opacity:0;transform:translateY(8%) scale(.94);filter:sepia(1) saturate(3.2) hue-rotate(338deg);clip-path:inset(100% 0 0);transition:opacity .8s ease,transform 1.5s var(--ease-out),clip-path 1.5s var(--ease-out)}
.opening-content{position:relative;z-index:2;display:grid;justify-items:center;width:min(88vw,520px);text-align:center}
.opening-logo{width:min(76vw,360px);height:auto;opacity:0;transform:translateY(14px) scale(.97);transition:opacity .8s .18s ease,transform 1s .18s var(--ease-out)}
.opening-motto{margin-top:18px;color:var(--brown);font-family:var(--serif);font-size:clamp(.7rem,1.5vw,.88rem);letter-spacing:.14em;opacity:0;transform:translateY(8px);transition:opacity .65s .48s ease,transform .75s .48s var(--ease-out)}
.opening-motto i{padding:0 .42em;color:var(--orange);font-style:normal}
.opening-enter{display:inline-flex;align-items:center;gap:12px;margin-top:34px;padding:10px 2px;border:0;border-bottom:1px solid rgba(96,56,19,.45);background:transparent;color:var(--brown);font-size:.68rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .55s .7s ease,transform .65s .7s var(--ease-out),border-color 180ms ease,color 180ms ease}
.opening-enter span{color:var(--orange);transition:transform 180ms var(--ease-out)}
.opening-enter:focus-visible{outline:1px solid var(--gold);outline-offset:8px}
.opening-enter:active{transform:scale(.97)}
.cinematic-opening.is-ready .opening-light{opacity:1;transform:scale(1)}
.cinematic-opening.is-ready .opening-lotus{opacity:.13;transform:translateY(8%) scale(1);clip-path:inset(0)}
.cinematic-opening.is-ready .opening-logo,.cinematic-opening.is-ready .opening-motto,.cinematic-opening.is-ready .opening-enter{opacity:1;transform:none}
.cinematic-opening.is-leaving{pointer-events:none;background:transparent;transition:visibility 0s 1.1s}
.cinematic-opening.is-leaving .opening-content,.cinematic-opening.is-leaving .opening-light,.cinematic-opening.is-leaving .opening-lotus{opacity:0;transition-delay:0s;transition-duration:.3s}
.cinematic-opening.is-leaving .opening-curtain-left{transform:translateX(-101%)}
.cinematic-opening.is-leaving .opening-curtain-right{transform:translateX(101%)}
body.opening-active .hero-logo,body.opening-active .hero-halo,body.opening-active .hero-enter,body.opening-active .ambient{animation-play-state:paused!important}
.site-header{transition:background-color 220ms ease,box-shadow 220ms ease,border-color 220ms ease}
.site-header.is-scrolled{background:rgba(255,248,241,.86);border-color:rgba(96,56,19,.12);box-shadow:0 12px 35px rgba(96,56,19,.07)}
.page-hidden .ambient,.page-hidden .hero-logo,.page-hidden .hero-halo,.page-hidden .trustee-card.active:after{animation-play-state:paused!important}
@media(hover:hover) and (pointer:fine){.opening-enter:hover{color:var(--orange);border-color:var(--orange)}.opening-enter:hover span{transform:translateX(4px)}}
@media(min-width:380px){.opening-logo{width:min(74vw,360px)}}

/* Final trustee presentation: cornerless cinematic ribbon and a genuine mobile swipe rail. */
.trustee-showcase .trustee-photo,.trustee-showcase .trustee-card,.trustee-showcase .trustee-card.active:after{border-radius:0!important}
.trustee-showcase .trustee-card.active:after{box-shadow:inset 0 0 26px rgba(247,153,54,.18),0 0 22px rgba(247,153,54,.22)}
@media(max-width:640px){
  .trustee-showcase .trustee-grid{position:relative;display:flex;height:auto;margin-inline:-16px;padding:8px 16px 30px;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:16px;overscroll-behavior-inline:contain;perspective:none;scrollbar-width:none}
  .trustee-showcase .trustee-grid::-webkit-scrollbar{display:none}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){position:relative;left:auto;top:auto;flex:0 0 min(68vw,250px);width:auto;height:330px;opacity:1!important;transform:none!important;scroll-snap-align:center;scroll-snap-stop:always}
  .trustee-showcase .trustee-photo{height:100%}
  .trustee-showcase .trustee-meta{padding:70px 16px 17px}
  .trustee-showcase .trustee-meta h3{font-size:1rem}
  .trustee-showcase .trustee-detail{margin-top:0}
}

@media(prefers-reduced-motion:reduce){
  .cinematic-opening,.opening-curtain,.opening-content,.opening-light,.opening-lotus,.opening-logo,.opening-motto,.opening-enter{transition-duration:.2s!important;transition-delay:0s!important}
  .opening-lotus{clip-path:none;transform:none}
  .cinematic-opening.is-ready .opening-light,.cinematic-opening.is-ready .opening-lotus{opacity:.08}
  .cinematic-opening.is-leaving .opening-curtain{opacity:0;transform:none}
}

/* Image-led trustee balance: larger ribbon, compact supporting biography. */
.trustee-showcase .trustee-grid{height:455px;margin-inline:-48px}
.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){top:4px;width:clamp(170px,18vw,225px);height:350px}
.trustee-showcase .trustee-photo,.trustee-showcase .trustee-card.active:after{border-radius:28px!important}
.trustee-showcase .trustee-card{border-radius:28px}
.trustee-showcase .trustee-detail{width:min(940px,100%);margin-top:-18px;padding:30px 42px 76px;text-align:left}
.trustee-showcase .trustee-detail-copy{display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,1.3fr);gap:clamp(28px,5vw,68px);align-items:start;max-width:none}
.trustee-showcase .trustee-detail h3{font-size:clamp(2rem,3.2vw,3rem)}
.trustee-showcase .trustee-detail p{font-size:.88rem;line-height:1.65}
.trustee-showcase .trustee-detail .trustee-role{margin-bottom:0}
.trustee-biography>p{margin-bottom:0}
.trustee-biography details{margin-top:14px;border-top:1px solid rgba(255,248,241,.16);padding-top:11px}
.trustee-biography summary{width:max-content;color:var(--gold);cursor:pointer;font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.trustee-biography blockquote{margin:14px 0 0;padding:10px 0 0 18px;font-size:1rem}
@media(max-width:900px){.trustee-showcase .trustee-grid{height:400px;margin-inline:-28px}.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){width:175px;height:300px}.trustee-showcase .trustee-detail{margin-top:-10px}.trustee-showcase .trustee-detail-copy{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr)}}
@media(max-width:640px){
  .trustee-showcase .trustee-grid{height:345px;margin-inline:-16px}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){top:2px;width:152px;height:270px}
  .trustee-showcase .trustee-photo,.trustee-showcase .trustee-card.active:after{border-radius:22px!important}
  .trustee-showcase .trustee-card{border-radius:22px}
  .trustee-showcase .trustee-detail{margin-top:-8px;padding:27px 22px 80px}
  .trustee-showcase .trustee-detail-copy{display:block}
  .trustee-showcase .trustee-detail h3{font-size:2.35rem}
  .trustee-showcase .trustee-detail .trustee-role{margin-bottom:18px}
  .trustee-showcase .trustee-detail p{font-size:.86rem;line-height:1.6}
}

/* Member placeholders: intentionally neutral until approved portraits and names arrive. */
.members{background-image:linear-gradient(rgba(255,248,241,.88),rgba(255,248,241,.88)),url("assets/extracted/paper-texture.webp");background-size:auto,1000px auto;background-blend-mode:normal,multiply}
.member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.5vw,30px)}
.member-placeholder{min-width:0;text-align:center}
.member-photo{display:grid;place-items:center;aspect-ratio:4/5;overflow:hidden;border:1px solid rgba(96,56,19,.14);background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(247,153,54,.08))}
.member-photo img{width:42%;height:auto;opacity:.46;filter:saturate(.65)}
.member-placeholder h3{margin-top:15px;font-size:1.1rem;color:var(--secondary)}
@media(max-width:900px){.member-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.members{background-size:auto,760px auto}.member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.member-placeholder h3{font-size:.95rem}.member-photo img{width:46%}}

/* Compact member portraits: simple square image tiles with permanently readable names. */
.member-grid{width:min(920px,100%);margin-inline:auto;gap:14px}
.member-placeholder{position:relative;aspect-ratio:1;overflow:hidden;background:var(--night);text-align:left}
.member-photo{position:absolute;inset:0;aspect-ratio:1;border:0;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(247,153,54,.12))}
.member-photo:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(31,23,20,.82));pointer-events:none}
.member-photo img{width:38%;height:auto;opacity:.42;filter:saturate(.55)}
.member-placeholder h3{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;margin:0;color:var(--cream);font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:.06em;text-shadow:0 1px 12px rgba(0,0,0,.4)}
@media(max-width:900px){.member-grid{width:min(680px,100%);grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.member-placeholder h3{left:12px;right:12px;bottom:11px;font-size:.7rem}.member-photo img{width:42%}}

/* Remove decorative numbering; hierarchy comes from typography and imagery. */
.connect-card>span,.trustee-count{display:none}
.connect-card h3{margin-top:10px}

/* Mobile trustees: a name index paired with one full editorial portrait and story. */
@media(max-width:640px){
  .trustee-showcase .trustee-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;overflow:visible;scroll-snap-type:none;border-top:1px solid rgba(96,56,19,.18)}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){width:100%;min-width:0;background:transparent;border:0;border-bottom:1px solid rgba(96,56,19,.18);overflow:visible;transform:none;scroll-snap-align:none}
  .trustee-showcase .trustee-card:nth-child(odd){border-right:1px solid rgba(96,56,19,.18)}
  .trustee-showcase .trustee-photo{display:none}
  .trustee-showcase .trustee-meta{position:static;padding:15px 12px;background:none;color:var(--ink);text-align:center}
  .trustee-showcase .trustee-meta h3{color:var(--ink);text-shadow:none;font-size:.92rem;transition:color 180ms ease,text-shadow 180ms ease}
  .trustee-showcase .trustee-meta p{display:none}
  .trustee-showcase .trustee-card.active{outline:0}
  .trustee-showcase .trustee-card.active:after{display:none}
  .trustee-showcase .trustee-card.active .trustee-meta h3{color:#b66b16;text-shadow:0 0 16px rgba(247,153,54,.45)}
  .trustee-showcase .trustee-detail{min-height:0;margin-inline:-16px;padding:0 22px 94px;border-radius:0;box-shadow:none}
  .trustee-detail-portrait{display:block;margin:0 -22px 30px;overflow:hidden}
  .trustee-detail-portrait img{width:100%;height:min(112vw,470px);object-fit:cover;object-position:center top;filter:saturate(.9)}
  .trustee-showcase .trustee-detail h3{font-size:clamp(2.35rem,11vw,3.25rem)}
  .trustee-controls{left:22px;bottom:24px}
}
@media(prefers-reduced-motion:reduce){.trustee-card.active:after{animation:none}}

/* Materials extracted directly from the supplied PDFs: paper, watercolor and visiting-card stock. */
body{background-color:var(--cream);background-image:linear-gradient(rgba(255,248,241,.9),rgba(255,248,241,.9)),url("assets/extracted/paper-texture.webp");background-size:auto,1100px auto;background-blend-mode:normal,multiply}
.about{isolation:isolate;overflow:hidden}
.about:after{content:"";position:absolute;z-index:0;left:0;top:0;bottom:0;width:min(27vw,380px);background:url("assets/extracted/orange-watercolor-accent-cream.webp") left center/cover no-repeat;mix-blend-mode:multiply;opacity:.22;pointer-events:none}
.about>.shell{position:relative;z-index:1}
.purpose{background-image:linear-gradient(rgba(255,248,241,.86),rgba(253,240,227,.88) 50%,rgba(255,248,241,.9)),url("assets/extracted/paper-texture.webp");background-size:auto,1000px auto;background-blend-mode:normal,multiply}
.trustees{background-image:linear-gradient(rgba(253,241,230,.91),rgba(253,241,230,.91)),url("assets/extracted/paper-texture.webp");background-size:auto,1050px auto;background-blend-mode:normal,multiply}
.guiding-light{background-image:linear-gradient(150deg,rgba(42,27,24,.95),rgba(59,33,28,.94)),url("assets/extracted/card-paper-texture.webp");background-size:auto,780px auto;background-blend-mode:normal,soft-light}
.trustee-detail{background-image:linear-gradient(135deg,rgba(42,27,24,.96),rgba(67,39,31,.94)),url("assets/extracted/card-paper-texture.webp");background-size:auto,720px auto;background-blend-mode:normal,soft-light}
.connect{background-image:linear-gradient(150deg,rgba(42,27,24,.96),rgba(68,36,29,.94)),url("assets/extracted/card-paper-texture.webp");background-size:auto,800px auto;background-blend-mode:normal,soft-light}
@media(max-width:640px){body{background-size:auto,760px auto}.about:after{width:34vw;opacity:.14}.purpose,.trustees{background-size:auto,760px auto}.guiding-light,.trustee-detail,.connect{background-size:auto,620px auto}}
.portrait-inset-extracted{object-position:24% top;background:#fff}

/* Cinematic trustee ribbon based on the selected curved-gallery reference. */
.trustee-showcase{display:block}
.trustee-showcase .trustee-grid{position:relative;display:block;height:390px;margin:0 -28px;overflow:hidden;perspective:1400px;border:0}
.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){position:absolute;left:50%;top:10px;width:clamp(142px,15.5vw,190px);height:300px;transform:translateX(calc(-50% + var(--arc-x))) translateY(var(--arc-y)) rotateY(var(--arc-turn)) scale(var(--arc-scale));transform-origin:center bottom;opacity:var(--arc-opacity);transition:transform .7s var(--ease-out),opacity .5s ease,filter .4s ease;will-change:transform}
.trustee-showcase .trustee-photo{display:block;height:100%;aspect-ratio:auto;border-radius:14px!important;box-shadow:0 22px 55px rgba(65,34,24,.18)}
.trustee-showcase .trustee-card.active{outline:0;filter:grayscale(0) saturate(1.06) brightness(1)}
.trustee-showcase .trustee-card.active:after{border-radius:14px}
.trustee-showcase .trustee-card:not(.active){filter:grayscale(1) saturate(0) contrast(.96) brightness(.82)}
.trustee-showcase .trustee-meta{padding:62px 14px 15px}
.trustee-showcase .trustee-meta h3{font-size:1rem}
.trustee-showcase .trustee-detail{position:relative;top:auto;width:min(820px,100%);min-height:0;margin:4px auto 0;padding:clamp(40px,6vw,70px);text-align:center}
.trustee-showcase .trustee-detail-copy{max-width:690px;margin:auto}
.trustee-showcase .trustee-detail blockquote{margin-inline:auto;text-align:left}
.trustee-showcase .trustee-controls{left:50%;right:auto;bottom:20px;transform:translateX(-50%)}
@media(max-width:900px){.trustee-showcase .trustee-grid{height:340px;margin-inline:-20px}.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){width:150px;height:255px}.trustee-showcase .trustee-detail{min-height:0}}
@media(max-width:640px){
  .trustee-showcase{gap:0}
  .trustee-showcase .trustee-grid{position:relative;display:block;height:292px;margin-inline:-16px;padding:0;overflow:hidden;border:0;perspective:1000px}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){display:block;position:absolute;left:50%;top:5px;width:128px;height:220px;min-width:0;background:var(--night);border:0;overflow:hidden;transform:translateX(calc(-50% + var(--arc-x))) translateY(calc(var(--arc-y) * .55)) rotateY(var(--arc-turn)) scale(var(--arc-scale));opacity:var(--arc-opacity)}
  .trustee-showcase .trustee-card:nth-child(odd){border-right:0}
  .trustee-showcase .trustee-photo{display:block;height:100%;border-radius:12px!important}
  .trustee-showcase .trustee-meta{position:absolute;padding:50px 10px 12px;background:linear-gradient(180deg,transparent,rgba(31,23,20,.94));text-align:left}
  .trustee-showcase .trustee-meta h3{color:var(--cream);font-size:.8rem;text-shadow:0 1px 10px rgba(0,0,0,.35)}
  .trustee-showcase .trustee-card.active .trustee-meta h3{color:var(--gold)}
  .trustee-showcase .trustee-detail{margin-inline:-16px;padding:38px 22px 94px;text-align:left}
  .trustee-detail-portrait{display:none}
  .trustee-showcase .trustee-detail-copy{margin:0}
  .trustee-showcase .trustee-detail blockquote{margin-inline:0}
}

/* Authoritative trustee overrides — keep this last so earlier design explorations cannot win cascade. */
.trustee-showcase .trustee-photo,.trustee-showcase .trustee-card,.trustee-showcase .trustee-card.active:after{border-radius:0!important}
@media(max-width:640px){
  .trustee-showcase .trustee-grid{position:relative;display:flex;height:auto;margin-inline:-16px;padding:8px 16px 30px;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:16px;overscroll-behavior-inline:contain;perspective:none;border:0;scrollbar-width:none}
  .trustee-showcase .trustee-grid::-webkit-scrollbar{display:none}
  .trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){display:block;position:relative;left:auto;top:auto;flex:0 0 min(68vw,250px);width:auto;height:330px;min-width:0;background:var(--night);border:0;overflow:hidden;opacity:1!important;transform:none!important;scroll-snap-align:center;scroll-snap-stop:always}
  .trustee-showcase .trustee-card:nth-child(odd){border-right:0}
  .trustee-showcase .trustee-photo{display:block;height:100%;border-radius:0!important}
  .trustee-showcase .trustee-meta{position:absolute;padding:70px 16px 17px;background:linear-gradient(180deg,transparent,rgba(31,23,20,.94));text-align:left}
  .trustee-showcase .trustee-meta h3{color:var(--cream);font-size:1rem;text-shadow:0 1px 10px rgba(0,0,0,.35)}
  .trustee-showcase .trustee-meta p{display:block}
  .trustee-showcase .trustee-card.active:after{display:block;border-radius:0!important}
  .trustee-showcase .trustee-card.active .trustee-meta h3{color:var(--gold)}
  .trustee-showcase .trustee-detail{margin-top:0}
  .trustee-detail-portrait{display:none}
}

/* Complete trustee profiles: equal portrait-and-copy stage without collapsed text. */
.trustee-showcase .trustee-detail{display:grid;grid-template-columns:minmax(230px,.78fr) minmax(0,1.22fr);align-items:stretch;gap:clamp(28px,4vw,52px);width:min(980px,100%);padding:30px 38px 76px;text-align:left}
.trustee-showcase .trustee-detail-portrait{display:block;align-self:stretch;margin:0;overflow:hidden;background:var(--night)}
.trustee-showcase .trustee-detail-portrait img{width:100%;height:100%;min-height:340px;max-height:440px;object-fit:cover;object-position:center top;filter:saturate(.92)}
.trustee-showcase .trustee-detail-copy{display:flex;flex-direction:column;justify-content:center;max-width:none;margin:0}
.trustee-showcase .trustee-detail h3{font-size:clamp(2rem,3.2vw,3rem)}
.trustee-showcase .trustee-biography>p{margin:0;font-size:.82rem;line-height:1.65}
.trustee-showcase .trustee-biography details{display:block;margin-top:0;border:0;padding:0}
.trustee-showcase .trustee-biography summary{display:none}
.trustee-showcase .trustee-biography blockquote{margin:18px 0 0;padding:12px 0 0 18px;font-size:.92rem;line-height:1.55;text-align:left}
@media(max-width:700px){
  .trustee-showcase .trustee-detail{display:flex;flex-direction:column;align-items:center;gap:18px;margin-inline:-16px;width:auto;padding:0 22px 76px;text-align:center}
  .trustee-showcase .trustee-detail-portrait{display:block;width:min(58vw,210px);height:235px;flex:none}
  .trustee-showcase .trustee-detail-portrait img{width:100%;height:100%;min-height:0;object-fit:cover}
  .trustee-showcase .trustee-detail-copy{align-items:center}
  .trustee-showcase .trustee-detail h3{font-size:clamp(1.8rem,8.5vw,2.35rem)}
  .trustee-showcase .trustee-detail .trustee-role{margin-bottom:10px}
  .trustee-showcase .trustee-biography>p{font-size:.73rem;line-height:1.5;text-align:center}
  .trustee-showcase .trustee-biography blockquote{margin:12px auto 0;padding:9px 10px 0;font-size:.76rem;line-height:1.45;text-align:center}
  .trustee-showcase .trustee-controls{bottom:17px}
}

/* Final trustee interaction: manual vertical selector on desktop, profile-only slideshow on mobile. */
.trustee-showcase{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;align-items:start;width:min(1120px,100%);margin-inline:auto}
.trustee-showcase .trustee-grid{position:relative;display:flex;flex-direction:column;height:auto;margin:0;padding:0;gap:0;overflow:visible;border-top:1px solid rgba(96,56,19,.16);perspective:none}
.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){position:relative;left:auto;top:auto;display:grid;grid-template-columns:54px 1fr;align-items:center;width:100%;height:74px;padding:8px 8px 8px 0;border:0;border-bottom:1px solid rgba(96,56,19,.16);background:transparent;opacity:1!important;transform:none!important;filter:none;overflow:hidden;text-align:left}
.trustee-showcase .trustee-photo{display:block;width:54px;height:58px;box-shadow:none}
.trustee-showcase .trustee-photo img{filter:grayscale(1);transition:filter 220ms ease,transform 300ms var(--ease-out)}
.trustee-showcase .trustee-card:nth-child(6) .trustee-photo img{object-position:center 67%}
.trustee-showcase .trustee-meta{position:static;padding:0 0 0 11px;background:none;color:var(--ink)}
.trustee-showcase .trustee-meta h3{color:var(--ink);font-family:var(--sans);font-size:.68rem;font-weight:500;line-height:1.25;text-shadow:none}
.trustee-showcase .trustee-meta p{display:none}
.trustee-showcase .trustee-card.active{background:rgba(247,153,54,.1)}
.trustee-showcase .trustee-card.active:after{display:none}
.trustee-showcase .trustee-card.active .trustee-photo img{filter:grayscale(0) saturate(1.02);transform:scale(1.035)}
.trustee-showcase .trustee-card.active .trustee-meta h3{color:#a95b12}
.trustee-showcase .trustee-detail{width:100%;margin:0;min-height:518px}
.trustee-detail.profile-enter .trustee-detail-portrait,.trustee-detail.profile-enter .trustee-detail-copy{animation:profilePushIn .46s var(--ease-out) both}
.trustee-detail.profile-enter .trustee-detail-copy{animation-delay:45ms}
.trustee-detail[data-direction="previous"].profile-enter .trustee-detail-portrait,.trustee-detail[data-direction="previous"].profile-enter .trustee-detail-copy{--profile-shift:-18px}
@keyframes profilePushIn{from{opacity:0;transform:translateY(var(--profile-shift,18px))}to{opacity:1;transform:none}}
@media(max-width:700px){
  .trustee-showcase{display:block;width:100%}
  .trustee-showcase .trustee-grid{display:none}
  .trustee-showcase .trustee-detail{min-height:0;margin-inline:-16px;width:auto;padding-top:22px}
  .trustee-showcase .trustee-detail-portrait{margin-inline:auto}
  .trustee-detail.profile-enter .trustee-detail-copy{animation-delay:25ms}
}
@media(prefers-reduced-motion:reduce){.trustee-detail.profile-enter .trustee-detail-portrait,.trustee-detail.profile-enter .trustee-detail-copy{animation:none}}

/* Film and lotus motion system — decorative, brand-sourced and transform-only. */
.motion-decor{pointer-events:none;user-select:none}
.lotus-scroll-overlay{position:fixed;z-index:24;width:clamp(190px,17vw,260px);height:clamp(190px,17vw,260px);opacity:0;visibility:hidden;transform:scale(.94);transition:opacity .42s ease,transform .55s var(--ease-out),visibility 0s .42s;will-change:transform,opacity}
.lotus-scroll-overlay:before{content:"";position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle,rgba(247,153,54,.24),rgba(223,33,114,.08) 50%,transparent 72%);filter:blur(8px)}
.lotus-scroll-overlay.is-active{opacity:.28;visibility:visible;transform:scale(1);transition-delay:0s}
.lotus-scroll-overlay.is-switching{opacity:0;transform:scale(.96);transition-duration:.18s}
.lotus-scroll-overlay.corner-top-right{right:-72px;top:15%}.lotus-scroll-overlay.corner-bottom-left{left:-72px;bottom:7%}.lotus-scroll-overlay.corner-top-left{left:-72px;top:15%}.lotus-scroll-overlay.corner-bottom-right{right:-72px;bottom:7%}
.lotus-scroll-overlay img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(239,90,42,.16))}
.film-passage{position:relative;z-index:3;height:74px;margin:-12px 0;overflow:hidden;background:linear-gradient(90deg,transparent,rgba(247,153,54,.04) 20%,rgba(223,33,114,.035) 75%,transparent)}
.film-track{position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:10px;width:max-content;padding:14px 18px;border-block:7px solid var(--orange);background:linear-gradient(rgba(255,248,241,.92),rgba(255,248,241,.92));box-shadow:0 12px 32px rgba(96,56,19,.07);clip-path:inset(0 100% 0 0);transform:translate3d(-50%,-50%,0) rotate(-1.1deg);transition:clip-path 1.15s var(--ease-out)}
.film-passage.visible .film-track{clip-path:inset(0)}
.film-track:before,.film-track:after{content:"";position:absolute;left:0;right:0;height:4px;background:repeating-linear-gradient(90deg,transparent 0 7px,var(--cream) 7px 17px,transparent 17px 23px)}
.film-track:before{top:-6px}.film-track:after{bottom:-6px}
.film-passage-primary .film-track{min-width:125vw}.film-passage-secondary{height:44px;margin:-7px 0}.film-passage-secondary .film-track{min-width:106vw;padding-block:7px;border-block-width:4px;opacity:.62;transform:translate3d(-50%,-50%,0) rotate(.65deg)}
.scroll-lotus{position:absolute;z-index:0;display:block;opacity:0;transform:scale(.92);transition:opacity .8s ease,scale 1.15s var(--ease-out);will-change:transform,opacity}
.scroll-lotus.visible{opacity:var(--lotus-opacity,.09);scale:1}
.lotus-values{right:-115px;top:18%;width:min(34vw,470px);--lotus-opacity:.105}
.lotus-offerings{left:-88px;top:35%;width:min(25vw,340px);--lotus-opacity:.075}
.lotus-trustees{right:-92px;top:3%;width:min(34vw,430px);--lotus-opacity:.14}
.lotus-trustees-left{left:-88px;bottom:1%;width:min(30vw,370px);--lotus-opacity:.115}
.purpose>.shell,.offerings>.shell,.trustees>.shell{position:relative;z-index:2}
@media(max-width:800px){
  .lotus-scroll-overlay{display:block;width:145px;height:145px}.lotus-scroll-overlay.corner-top-right{right:-48px;top:18%}.lotus-scroll-overlay.corner-bottom-left{left:-48px;bottom:9%}.lotus-scroll-overlay.corner-top-left{left:-48px;top:18%}.lotus-scroll-overlay.corner-bottom-right{right:-48px;bottom:9%}.lotus-scroll-overlay.is-active{opacity:.2}
  .film-passage{height:54px;margin:-8px 0}.film-passage-secondary{height:38px;margin:-5px 0}
  .film-track{gap:7px;padding:9px 12px;border-block-width:4px;transform:translate3d(-50%,-50%,0) rotate(-.7deg)}
  .lotus-values{right:-70px;width:52vw;--lotus-opacity:.07}.lotus-offerings{left:-48px;width:42vw;--lotus-opacity:.052}.lotus-trustees{right:-55px;width:56vw;--lotus-opacity:.09}.lotus-trustees-left{left:-52px;width:50vw;--lotus-opacity:.075}
}
@media(prefers-reduced-motion:reduce){
  .lotus-scroll-overlay{display:block}.lotus-scroll-overlay img{transform:none!important}.film-track{clip-path:inset(0);transition:opacity .2s ease}.scroll-lotus{opacity:var(--lotus-opacity,.06);transform:none!important;scale:1;transition:opacity .2s ease}
}

/* Two persistent corner flowers remain pinned to the viewport and rotate continuously. */
.section-flower-layer{position:fixed;inset:0;z-index:24;overflow:hidden;pointer-events:none;user-select:none}
.section-flower{position:absolute;width:clamp(260px,24vw,380px);height:auto;opacity:.3;transform-origin:center;filter:drop-shadow(0 10px 28px rgba(239,90,42,.2));animation:pinnedFlowerRotate 32s linear infinite;will-change:transform}
.section-flower.flower-reverse{animation-direction:reverse;animation-duration:36s}
.flower-top-right{right:clamp(-190px,-12vw,-125px);top:12%}.flower-bottom-left{left:clamp(-190px,-12vw,-125px);bottom:5%}.flower-top-left{left:clamp(-190px,-12vw,-125px);top:12%}.flower-bottom-right{right:clamp(-190px,-12vw,-125px);bottom:5%}
.page-hidden .section-flower{animation-play-state:paused!important}
@keyframes pinnedFlowerRotate{to{transform:rotate(360deg)}}
@media(max-width:800px){
  .section-flower{width:190px;opacity:.2;animation-duration:42s}.section-flower.flower-reverse{animation-duration:48s}
  .flower-top-right{right:-98px;top:16%}.flower-bottom-left{left:-98px;bottom:8%}.flower-top-left{left:-98px;top:16%}.flower-bottom-right{right:-98px;bottom:8%}
}
@media(prefers-reduced-motion:reduce){.section-flower{animation:none}}

/* Warm paper surfaces: replace optical white with the supplied brand-paper material. */
.about,.offerings,.members{background-color:var(--cream);background-image:linear-gradient(rgba(255,248,241,.84),rgba(255,248,241,.88)),url("assets/extracted/paper-texture.webp");background-size:auto,1100px auto;background-blend-mode:normal,multiply}
.purpose{background-color:var(--cream);background-image:linear-gradient(rgba(255,248,241,.82),rgba(253,240,227,.86) 52%,rgba(255,248,241,.88)),url("assets/extracted/paper-texture.webp");background-size:auto,1100px auto;background-blend-mode:normal,multiply}
.purpose,.offerings,.members{isolation:isolate;overflow:hidden}
.purpose>.shell,.offerings>.shell,.members>.shell{position:relative;z-index:2}
.purpose:after,.offerings:after,.members:after{content:"";position:absolute;z-index:0;top:0;bottom:0;width:min(27vw,390px);background:url("assets/extracted/orange-watercolor-accent-cream.webp") left center/cover no-repeat;mix-blend-mode:multiply;opacity:.14;pointer-events:none}
.purpose:after,.members:after{right:0;transform:scaleX(-1)}
.offerings:after{left:0}
.offering-card{background-color:rgba(255,248,241,.9);background-image:linear-gradient(rgba(255,248,241,.78),rgba(255,248,241,.84)),url("assets/extracted/card-paper-texture.webp");background-size:auto,560px auto;background-blend-mode:normal,multiply;border-color:rgba(96,56,19,.14)}

/* The footer uses the full-colour official lockup on warm brand stock; the tab uses the simplified lotus mark. */
.footer .footer-logo{width:184px;height:auto;margin:0 0 6px;padding:0;background:transparent;border:0;box-shadow:none}
@media(max-width:600px){.footer .footer-logo{width:164px;padding:12px 14px}}
.member-photo{background-color:var(--cream);background-image:linear-gradient(145deg,rgba(255,248,241,.76),rgba(247,153,54,.09)),url("assets/extracted/card-paper-texture.webp");background-size:auto,520px auto;background-blend-mode:normal,multiply}
@media(max-width:640px){
  .about,.purpose,.offerings,.members{background-size:auto,760px auto}
  .purpose:after,.offerings:after,.members:after{width:38vw;opacity:.09}
  .offering-card,.member-photo{background-size:auto,430px auto}
}

/* Slim minimalist pass */
body{font-size:15px;line-height:1.58}
p{margin:0 0 .9rem}
h1,h2,h3{font-weight:400}
h1{font-size:clamp(2.1rem,3.6vw,3.4rem);letter-spacing:-.03em}
h2{font-size:clamp(1.65rem,2.6vw,2.4rem);letter-spacing:-.025em}
h3{font-size:1.15rem}
.section{padding:clamp(2.4rem,4vw,3.4rem) 0}
.site-header .nav{height:72px}
.site-header .nav-brand img{width:60px;height:56px;transform:scale(1.65);transform-origin:left center}
.nav-brand strong{font-size:.78rem}.nav-brand small{font-size:.5rem}
.button{min-height:42px;padding:0 24px;font-size:.68rem}
.button-small{min-height:36px;padding-inline:16px;font-size:.62rem}
.hero{min-height:calc(100svh - 107px);padding:28px 0 38px}
.hero-grid{gap:clamp(24px,4vw,52px)}
.hero-logo{width:min(300px,78%)}
.hero-lede{margin:12px 0 18px;font-size:.95rem}
.split-grid{gap:clamp(30px,4.5vw,56px)}
.section-copy h2{margin-bottom:14px}
.arch-media img{height:570px}
.pillars{margin-top:32px}.pillars article{padding:22px 18px}.pillars img{width:38px;height:38px;margin-bottom:10px}
.guide-portrait .arch{height:600px}.portrait-inset{width:100px;height:136px}
blockquote{margin-top:14px;padding-top:12px;font-size:.98rem}
.section-heading{margin-bottom:22px}.section-heading h2{margin-bottom:8px}
.purpose-grid{gap:12px}.purpose-card{grid-template-columns:110px 1fr}.purpose-card img{width:110px;min-height:140px;padding:16px 10px}
.purpose-card>div{padding:22px 24px}.purpose-card h3{font-size:1.05rem;margin:6px 0 8px}.purpose-card p{font-size:.82rem}
.values-wrap{min-height:320px;margin-top:22px}.value-intro{padding:32px}.value-list{padding:16px}.value-button{padding:10px 12px;font-size:.85rem}
.offering-grid{gap:12px}.offering-card{min-height:160px;padding:16px}.offering-card h3{margin:12px 0 6px;font-size:1.05rem}
.trustee-showcase .trustee-detail{min-height:360px;padding:20px 24px 48px}.trustee-showcase .trustee-detail-portrait img{min-height:220px;max-height:300px}
.connect-card{min-height:180px;padding:20px}.connect-card h3{margin:16px 0 8px;font-size:1.1rem}
.footer{padding:32px 0 16px}.footer-grid{gap:36px}.footer-bottom{margin-top:26px}

@media(max-width:800px){
  :root{--shell:min(100% - 32px,680px)}
  body{font-size:15px;line-height:1.55}
  html{scroll-padding-top:76px}
  h1{font-size:clamp(2.25rem,10vw,3.05rem)}
  h2{font-size:clamp(1.95rem,8vw,2.6rem)}
  h3{font-size:1.2rem}
  .section{padding:3.4rem 0}
  .site-header .nav{height:76px}
  .site-header .nav-brand img{width:64px;height:60px;transform:scale(1.72)}
  .nav-links{top:76px}
  .button{min-height:46px;padding-inline:22px;font-size:.66rem}
  .eyebrow{margin-bottom:.8rem;font-size:.62rem}
  .hero{min-height:calc(100svh - 76px);padding:30px 0 42px}
  .hero-grid{gap:16px}
  .hero-lede{margin:14px 0 18px;font-size:.9rem;line-height:1.55}
  .hero-actions{gap:9px;justify-content:center}
  .hero-mark{width:min(52vw,220px)}
  .hero-logo{width:90%}
  .hero-mark p{bottom:-2%;font-size:.58rem;letter-spacing:.08em;white-space:nowrap}
  .scroll-cue{display:none}
  .split-grid{gap:26px}
  .section-copy h2{margin-bottom:14px}
  .section-copy>p:not(.eyebrow){font-size:.9rem}
  .arch-media img{height:min(82vw,350px)}
  .arch-media figcaption{margin-top:8px;font-size:.72rem}
  .pillars{margin-top:34px}.pillars article{padding:22px 12px}.pillars img{width:42px;height:42px;margin-bottom:10px}.pillars p{font-size:.75rem}
  .guide-portrait .arch{height:min(96vw,390px)}
  .portrait-inset{width:96px;height:126px;left:-8px;bottom:-14px}
  blockquote{margin-top:18px;font-size:.94rem}
  .section-heading{margin-bottom:30px}.section-heading h2{margin-bottom:9px}.section-heading>p:last-child{font-size:.86rem}
  .purpose-grid{gap:12px}.purpose-card{grid-template-columns:100px 1fr}.purpose-card img{width:100px;min-height:140px;padding:16px 10px}.purpose-card>div{padding:20px 18px}.purpose-card h3{font-size:1.2rem}.purpose-card p{font-size:.76rem}
  .values-wrap{margin-top:32px;min-height:0}.value-intro{padding:30px}.value-list{padding:14px}.value-button{padding:11px 12px;font-size:.92rem}
  .offering-grid{gap:12px}.offering-card{min-height:0;padding:18px}.offering-head img{width:40px;height:40px}.offering-card h3{margin:14px 0 8px}.offering-card p{font-size:.78rem}
  .connect-card{min-height:210px;padding:22px}.connect-card h3{margin:24px 0 9px}.connect-card p{font-size:.77rem}
  .footer{padding-top:44px}.footer-grid{gap:34px}.footer-bottom{margin-top:34px}
}

@media(max-width:520px){
  .hero-actions{width:100%}.hero-actions .button{flex:1;padding-inline:12px}
  .pillars{grid-template-columns:repeat(3,1fr)}.pillars article+article{border-left:1px solid var(--line);border-top:0}
  .pillars h3{font-size:.94rem}.pillars p{display:none}
  .purpose-grid{grid-template-columns:1fr}
  .values-wrap{display:block}.value-intro{min-height:185px}.value-list{grid-template-columns:1fr 1fr}
  .trustee-showcase .trustee-detail{gap:14px;padding:18px 18px 68px}
  .trustee-showcase .trustee-detail-portrait{width:min(48vw,180px);height:205px}
  .trustee-showcase .trustee-detail h3{font-size:1.75rem}
  .trustee-showcase .trustee-biography>p{font-size:.7rem;line-height:1.45}
  .trustee-showcase .trustee-biography blockquote{font-size:.72rem}
  .member-grid{gap:8px}
}

/* Floral aperture opening: one continuous zoom-and-dissolve instead of a split curtain. */
.cinematic-opening{background-color:#fff8f1;background-image:linear-gradient(rgba(255,248,241,.72),rgba(255,248,241,.86)),url("assets/extracted/paper-texture.webp");background-size:auto,980px auto;transition:opacity .9s ease,visibility 0s .95s}
.opening-atmosphere{position:absolute;inset:-18%;z-index:-1;background:radial-gradient(circle at 34% 32%,rgba(223,33,114,.13),transparent 30%),radial-gradient(circle at 68% 66%,rgba(247,153,54,.22),transparent 35%),linear-gradient(135deg,rgba(255,248,241,.2),rgba(247,153,54,.07),rgba(223,33,114,.045),rgba(255,248,241,.25));background-size:125% 125%;opacity:0;transform:scale(1.08);animation:openingAtmosphereDrift 8s ease-in-out infinite alternate;transition:opacity 1.1s ease,transform 1.8s var(--ease-out)}
.opening-floral-halo{position:absolute;z-index:1;width:min(94vmin,850px);height:auto;opacity:0;transform:scale(1.24) rotate(-7deg);filter:drop-shadow(0 20px 45px rgba(223,33,114,.13));transition:opacity .9s .08s ease,transform 1.75s .04s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}
.opening-content{z-index:3;width:min(82vw,460px)}
.opening-logo-stage{position:relative;display:grid;place-items:center;width:min(48vmin,320px);overflow:hidden;isolation:isolate}
.opening-logo{width:100%;opacity:0;transform:scale(.72);filter:drop-shadow(0 14px 32px rgba(96,56,19,.14));transition:opacity .75s .72s ease,transform 1.15s .62s cubic-bezier(.16,1,.3,1)}
.opening-glimmer{position:absolute;z-index:2;inset:-30%;pointer-events:none;background:linear-gradient(112deg,transparent 38%,rgba(255,248,241,.12) 44%,rgba(255,234,164,.86) 49%,rgba(255,255,255,.95) 51%,rgba(247,153,54,.28) 55%,transparent 62%);mix-blend-mode:screen;transform:translateX(-135%) rotate(4deg);opacity:0}
.opening-motto{margin-top:12px;transition-delay:1.15s}
.opening-enter{margin-top:22px;transition-delay:1.35s}
.cinematic-opening.is-ready .opening-atmosphere{opacity:1;transform:scale(1)}
.cinematic-opening.is-ready .opening-floral-halo{opacity:.9;transform:scale(1) rotate(0)}
.cinematic-opening.is-ready .opening-logo{opacity:1;transform:scale(1)}
.cinematic-opening.is-ready .opening-glimmer{opacity:1;animation:openingGlimmer 1.15s 1.4s var(--ease-out) both}
.cinematic-opening.is-ready .opening-lotus{opacity:.055;transform:translateY(8%) scale(1.12);clip-path:inset(0)}
.cinematic-opening.is-leaving{opacity:0;visibility:hidden;background-color:#fff8f1;transition:opacity .95s .18s ease,visibility 0s 1.15s}
.cinematic-opening.is-leaving .opening-content{opacity:0;transform:scale(1.55);transition:opacity .55s ease,transform 1.05s cubic-bezier(.2,.7,.2,1)}
.cinematic-opening.is-leaving .opening-floral-halo{opacity:0;transform:scale(2.35) rotate(8deg);transition:opacity .72s .1s ease,transform 1.15s cubic-bezier(.2,.7,.2,1)}
.cinematic-opening.is-leaving .opening-atmosphere{opacity:0;transform:scale(1.18);transition:opacity .7s ease,transform 1.1s ease}
@keyframes openingGlimmer{0%{transform:translateX(-135%) rotate(4deg);opacity:0}18%{opacity:1}72%{opacity:.9}100%{transform:translateX(135%) rotate(4deg);opacity:0}}
@keyframes openingAtmosphereDrift{to{transform:translate3d(-2%,1.5%,0) scale(1.04);background-position:80% 55%}}
@media(max-width:640px){.opening-floral-halo{width:min(112vw,620px)}.opening-logo-stage{width:min(58vw,230px)}.opening-motto{font-size:.62rem;letter-spacing:.1em}.opening-enter{margin-top:18px}}
@media(prefers-reduced-motion:reduce){.opening-atmosphere{animation:none}.opening-floral-halo{display:none}.opening-glimmer{display:none}.cinematic-opening.is-leaving,.cinematic-opening.is-leaving .opening-content{transition-duration:.2s!important;transform:none}}

/* ——— Opener: light, minimal, posh ——— */
.cinematic-opening{background:#fff8f1;background-image:linear-gradient(rgba(255,248,241,.82),rgba(255,248,241,.82)),url("assets/extracted/paper-texture.webp");background-size:auto,980px auto}
.opening-light{width:min(58vw,460px);background:radial-gradient(circle,rgba(247,153,54,.10),rgba(239,90,42,.04) 40%,transparent 70%)}
.opening-rule{width:0;height:1px;margin:0 auto 28px;background:linear-gradient(90deg,transparent,rgba(96,56,19,.28) 25%,rgba(247,153,54,.55) 50%,rgba(96,56,19,.28) 75%,transparent);transition:width 1s .2s cubic-bezier(.25,.1,.25,1)}
.cinematic-opening.is-ready .opening-rule{width:min(220px,52vw)}
.cinematic-opening.is-leaving .opening-rule{width:0;transition:width .35s ease;transition-delay:0s}
/* Opener logo: zoom reveal, no glimmer */
.opening-logo-stage{overflow:visible;isolation:auto}
.opening-logo{opacity:0;transform:scale(.48);filter:drop-shadow(0 8px 24px rgba(96,56,19,.11));transition:opacity .7s .5s ease,transform 1.35s .4s cubic-bezier(.16,1,.3,1)}
.cinematic-opening.is-ready .opening-logo{opacity:1;transform:scale(1)}
.cinematic-opening.is-leaving .opening-logo{opacity:0;transform:scale(1.18);transition:opacity .4s ease,transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:0s}
.opening-motto{color:var(--brown)}
.opening-motto i{color:var(--orange)}
.cinematic-opening.is-leaving{background:#fff8f1}
/* Offering cards: always open, no expand mechanism */
.offering-card{cursor:default}
.offering-card p{font-size:.9rem;line-height:1.65;color:var(--ink);margin:0}
@media(prefers-reduced-motion:reduce){.opening-rule,.opening-logo{transition-duration:.2s!important;transition-delay:0s!important}}

/* Mission sub-points list inside the purpose card. */
.mission-points{margin:10px 0 0;padding-left:18px;color:var(--muted);font-size:.78rem;line-height:1.65}
.mission-points li{margin-bottom:2px}
@media(max-width:800px){.mission-points{font-size:.72rem}}

/* Values sub-section heading: visual break between Vision/Mission cards and the seven values. */
.values-sub-heading{margin-top:clamp(56px,7vw,88px)!important;margin-bottom:36px!important}
.values-sub-heading h2{font-size:clamp(2.4rem,4.2vw,4.8rem);letter-spacing:-.04em}
.values-wrap{margin-top:0!important}

/* Roman numerals on value buttons */
.val-num{font-style:normal;font-family:"Cormorant Garamond",var(--serif);font-weight:500;font-size:1.15em;color:var(--gold);opacity:.72;margin-right:4px;letter-spacing:.04em;display:inline-block;min-width:1.6em;text-align:center}
.value-button.active .val-num{opacity:1}
@media(max-width:520px){.val-num{font-size:1em;min-width:1.4em}}

/* Supplied value illustrations become the active visual language of the seven-values panel. */
.value-intro{position:relative;isolation:isolate;overflow:hidden;min-height:360px;padding:0;background:radial-gradient(circle at 50% 48%,#fffaf4,#f8e7d4 72%,#efd8c0)}
.value-intro:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(255,248,241,.08) 45%,rgba(42,27,24,.12) 72%,rgba(42,27,24,.62));pointer-events:none}
.value-art{position:absolute;z-index:0;inset:3%;width:94%;height:94%;object-fit:contain;opacity:1;transform:scale(1);transition:opacity .18s ease,transform .42s var(--ease-out);filter:drop-shadow(0 18px 28px rgba(96,56,19,.1))}
.value-art.is-changing{opacity:0;transform:scale(.965)}
.values-eyebrow{display:block;text-align:center;margin-bottom:18px}
.value-intro h3{position:absolute;z-index:3;left:26px;right:26px;bottom:34px;width:max-content;max-width:calc(100% - 52px);padding:10px 14px;background:rgba(42,27,24,.88);color:var(--gold);font-size:1.45rem;line-height:1.05}
.value-intro h3 span{display:inline;margin:0 0 0 8px;color:var(--cream);font-size:.9rem}
.value-intro>p:last-child{position:absolute;z-index:3;left:42px;bottom:16px;margin:0;color:rgba(255,248,241,.72);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:520px){.value-intro{min-height:300px}.value-intro .eyebrow{left:16px;top:16px}.value-intro h3{left:16px;right:16px;bottom:30px;max-width:calc(100% - 32px);font-size:1.25rem}.value-intro>p:last-child{left:30px;bottom:13px}.value-art{inset:5%;width:90%;height:90%}}

/* ── Design-review pass ─────────────────────────────────────────────────
   1. h1: relax letter-spacing to remove f/i crowding within "film";
      open line-height so ascenders don't graze adjacent lines.
   2. Hero logo: ~35 % larger than the previous compact baseline.
   3. Initiatives heading: constrain line length and refine vertical rhythm.
   4. Pillar card h3: allow graceful wrapping for longer new titles.
   5. Safety: hide any stale hero-mark tagline node if it somehow persists.
   ────────────────────────────────────────────────────────────────────── */
h1{line-height:1.18;letter-spacing:-.032em;font-variant-ligatures:no-common-ligatures}
.hero-logo{width:min(640px,100%)}
.hero-mark{min-width:min(52vw,640px)}
.hero-mark p{display:none}
@media(max-width:800px){.hero-mark{width:min(72vw,320px);min-width:0}}
@media(max-width:520px){.hero-mark{width:76vw}}
.offerings .section-heading{margin-bottom:58px}
.offerings .section-heading h2{max-width:555px;margin-inline:auto}
.offerings .section-heading p:not(.eyebrow){max-width:498px;margin-inline:auto}
.pillars h3{font-size:1.3rem;line-height:1.22;text-wrap:balance}
@media(max-width:800px){.pillars h3{font-size:1.1rem}}
@media(max-width:520px){.pillars h3{font-size:.95rem}}
.mobile-guiding-link{display:none}
@media(max-width:800px){
  .about .about-guiding-link{display:none}
  .about .mobile-guiding-link{display:block;margin-top:24px}
  .about .mobile-guiding-link .text-link{margin-top:0}
}

/* ══════════════════════════════════════════════════════════════
   TRUSTEES v4 — cinematic 4-column portrait gallery
   ══════════════════════════════════════════════════════════════ */
.trustee-showcase{display:block!important;width:min(1100px,100%);margin-inline:auto}
.trustee-showcase .trustee-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;height:auto!important;margin:0 0 28px!important;padding:0!important;border:0!important;overflow:visible;flex-direction:unset!important;perspective:none}
.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){position:relative!important;display:block!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;aspect-ratio:3/4;padding:0!important;border:0!important;border-bottom:0!important;background:var(--night)!important;overflow:hidden!important;opacity:1!important;transform:none!important;filter:none!important;flex:none!important;grid-column:auto!important;justify-self:auto!important;scroll-snap-align:none!important;cursor:pointer;transition:transform 320ms var(--ease-out),box-shadow 320ms ease}
.trustee-showcase .trustee-photo{display:block!important;position:absolute!important;inset:0;width:100%!important;height:100%!important;aspect-ratio:auto!important;box-shadow:none!important;border-radius:0!important}
.trustee-showcase .trustee-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.2) saturate(.88);transition:filter 380ms ease,transform 420ms var(--ease-out)}
.trustee-showcase .trustee-card:after{content:""!important;position:absolute!important;inset:0!important;border:0!important;background:linear-gradient(0deg,rgba(31,23,20,.92) 0%,rgba(31,23,20,.3) 40%,transparent 68%)!important;box-shadow:none!important;pointer-events:none;animation:none!important;z-index:1!important;border-radius:0!important}
.trustee-showcase .trustee-meta{position:absolute!important;bottom:0;left:0;right:0;z-index:2;padding:56px 14px 16px!important;background:none!important;color:var(--cream)!important;pointer-events:none}
.trustee-showcase .trustee-meta h3{color:var(--cream)!important;font-family:var(--serif)!important;font-size:1rem!important;font-weight:600;line-height:1.2;text-shadow:0 1px 10px rgba(0,0,0,.5)!important}
.trustee-showcase .trustee-meta p{display:block!important;color:rgba(255,248,241,.7)!important;font-size:.63rem!important;font-family:var(--sans);letter-spacing:.05em;margin-top:4px;text-shadow:0 1px 6px rgba(0,0,0,.4)}
.trustee-showcase .trustee-card.active,.trustee-showcase .trustee-card.active:last-child:nth-child(odd){outline:0!important;transform:translateY(-5px)!important;box-shadow:0 0 0 2.5px var(--orange),0 14px 40px rgba(247,153,54,.22)!important}
.trustee-showcase .trustee-card.active:after{background:linear-gradient(0deg,rgba(31,23,20,.92) 0%,rgba(31,23,20,.3) 40%,transparent 68%)!important;border:0!important;animation:none!important}
.trustee-showcase .trustee-card.active .trustee-photo img{filter:grayscale(0) saturate(1.06)!important;transform:scale(1.04)!important}
.trustee-showcase .trustee-card.active .trustee-meta h3{color:var(--gold)!important;text-shadow:0 0 20px rgba(247,153,54,.52)!important}
@media(hover:hover) and (pointer:fine){.trustee-showcase .trustee-card:not(.active):hover{transform:translateY(-4px)!important}.trustee-showcase .trustee-card:not(.active):hover .trustee-photo img{filter:grayscale(0) saturate(.95)!important;transform:scale(1.05)!important}}
.trustee-showcase .trustee-detail{display:grid!important;grid-template-columns:minmax(210px,.76fr) minmax(0,1.24fr)!important;align-items:stretch;gap:clamp(24px,4vw,52px);width:100%!important;min-height:365px!important;margin:0!important;padding:clamp(28px,4vw,46px)!important;text-align:left!important;position:static!important;top:auto!important}
.trustee-showcase .trustee-detail-portrait{display:block!important;align-self:stretch;margin:calc(clamp(28px,4vw,46px) * -1);margin-right:0;overflow:hidden;background:var(--night)}
.trustee-showcase .trustee-detail-portrait img{width:100%;height:100%;min-height:310px!important;max-height:440px!important;object-fit:cover;object-position:center top;filter:saturate(.92)}
.trustee-showcase .trustee-detail-copy{display:flex!important;flex-direction:column;justify-content:center;align-items:flex-start!important;max-width:none!important;margin:0!important}
.trustee-showcase .trustee-detail h3{font-size:clamp(1.9rem,3vw,2.85rem)!important}
.trustee-showcase .trustee-biography>p{font-size:.84rem!important;line-height:1.7!important;margin:0;text-align:left!important}
.trustee-showcase .trustee-biography details{display:block!important;margin-top:0!important;border:0!important;padding:0!important}
.trustee-showcase .trustee-biography summary{display:none!important}
.trustee-showcase .trustee-biography blockquote{margin:20px 0 0!important;padding:12px 0 0 18px!important;font-size:.92rem!important;line-height:1.55;text-align:left!important}
@media(max-width:900px){.trustee-showcase .trustee-grid{grid-template-columns:repeat(4,1fr)!important;height:auto!important;margin-inline:0!important}.trustee-showcase .trustee-detail{padding:clamp(20px,3.5vw,34px)!important}.trustee-showcase .trustee-detail-portrait{margin:calc(clamp(20px,3.5vw,34px) * -1);margin-right:0}}
@media(max-width:700px){.trustee-showcase{display:block!important}.trustee-showcase .trustee-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.trustee-showcase .trustee-card,.trustee-showcase .trustee-card:last-child:nth-child(odd){height:auto!important;width:100%!important;aspect-ratio:3/4}.trustee-showcase .trustee-meta h3{font-size:.82rem!important}.trustee-showcase .trustee-detail{display:flex!important;flex-direction:column;gap:18px;margin-inline:-16px!important;width:auto!important;padding:0 18px 72px!important}.trustee-showcase .trustee-detail-portrait{width:100%;height:240px;margin:0!important;flex:none}.trustee-showcase .trustee-detail-portrait img{min-height:0!important;max-height:none!important;height:100%}.trustee-showcase .trustee-detail-copy{align-items:flex-start!important}.trustee-showcase .trustee-detail h3{font-size:clamp(1.7rem,8vw,2.2rem)!important}.trustee-showcase .trustee-biography>p{font-size:.78rem!important}.trustee-showcase .trustee-biography blockquote{font-size:.78rem!important}}
@media(max-width:480px){.trustee-showcase .trustee-grid{grid-template-columns:repeat(2,1fr)!important;gap:9px!important}.trustee-showcase .trustee-meta h3{font-size:.78rem!important}.trustee-showcase .trustee-meta p{font-size:.58rem!important}}

/* ── Trustee detail: auto height so all text always fully visible; portrait
      stretches to match whatever height the biography column needs. ── */
.trustee-showcase .trustee-detail{height:auto!important;min-height:clamp(420px,52vh,520px)!important;align-items:stretch!important}
.trustee-showcase .trustee-detail-portrait{align-self:stretch!important}
.trustee-showcase .trustee-detail-portrait img{height:100%!important;min-height:clamp(420px,52vh,520px)!important;max-height:none!important;object-position:center 15%}
.trustee-showcase .trustee-detail-copy{overflow:visible!important;justify-content:flex-start!important}
.trustee-showcase .trustee-identity{flex:none}
.trustee-showcase .trustee-biography{overflow:visible;padding-right:0}

/* Per-trustee portrait photo position — new order: Makarand(1) Shaan(2) Smita(3) Saundarya(4) Kajal(5) Addinath(6) Aaditi(7) */
.trustee-showcase .trustee-card:nth-child(1) .trustee-photo img{object-position:center 10%}
.trustee-showcase .trustee-card:nth-child(2) .trustee-photo img{object-position:center 38%}
.trustee-showcase .trustee-card:nth-child(3) .trustee-photo img{object-position:center 8%}
.trustee-showcase .trustee-card:nth-child(4) .trustee-photo img{object-position:center 8%}
.trustee-showcase .trustee-card:nth-child(5) .trustee-photo img{object-position:center top}
.trustee-showcase .trustee-card:nth-child(6) .trustee-photo img{object-position:center 8%}
.trustee-showcase .trustee-card:nth-child(7) .trustee-photo img{object-position:center top}

/* Per-trustee detail portrait position (src substring match) */
.trustee-showcase .trustee-detail-portrait img[src*="makarand"]{object-position:center 12%}
.trustee-showcase .trustee-detail-portrait img[src*="kiaan"]{object-position:center 16%}
.trustee-showcase .trustee-detail-portrait img[src*="smita"]{object-position:center 8%}
.trustee-showcase .trustee-detail-portrait img[src*="maitreyi"]{object-position:center 8%}
.trustee-showcase .trustee-detail-portrait img[src*="kajal"]{object-position:center top}
.trustee-showcase .trustee-detail-portrait img[src*="addinath"]{object-position:center 8%}
.trustee-showcase .trustee-detail-portrait img[src*="aaditi"]{object-position:center top}

/* Mitra Kian subtitle line in trustee detail */
.trustee-kian{margin:4px 0 18px!important;color:var(--gold)!important;font-size:.65rem!important;font-weight:600;letter-spacing:.18em;text-transform:uppercase}

/* On mobile the panel is flex-column so no fixed height — bio scrolls freely */
@media(max-width:700px){
  .trustee-showcase .trustee-detail{height:auto!important}
  .trustee-showcase .trustee-biography{overflow-y:visible;padding-right:0}
}

/* ══════════════════════════════════════════════════════════════
   MEMBERS v2 — 6-column refined light cards, ~50 % smaller
   ══════════════════════════════════════════════════════════════ */
.member-grid{display:grid;grid-template-columns:repeat(6,1fr)!important;gap:12px!important;width:min(880px,100%)!important;margin-inline:auto}
.member-placeholder{position:static!important;display:flex!important;flex-direction:column;align-items:center;text-align:center;aspect-ratio:auto!important;overflow:visible!important;background:none!important}
.member-photo{position:static!important;width:100%;aspect-ratio:1;border:1px solid rgba(96,56,19,.15)!important;background:rgba(255,248,241,.97)!important;background-image:none!important;display:grid!important;place-items:center;overflow:hidden}
.member-photo:after{display:none!important}
.member-photo img{position:static!important;width:52%!important;height:auto!important;opacity:.42!important;filter:saturate(.5) drop-shadow(0 2px 8px rgba(96,56,19,.12))!important}
.member-placeholder h3{position:static!important;z-index:auto;left:auto!important;right:auto!important;bottom:auto!important;margin:8px 0 0!important;padding:0 2px;color:var(--brown)!important;font-family:var(--sans)!important;font-size:.66rem!important;font-weight:500;letter-spacing:.04em;line-height:1.25;text-shadow:none!important}
@media(max-width:900px){.member-grid{grid-template-columns:repeat(4,1fr)!important;width:min(640px,100%)!important;gap:11px!important}}
@media(max-width:640px){.member-grid{grid-template-columns:repeat(3,1fr)!important;gap:9px!important;width:100%!important}.member-placeholder h3{font-size:.6rem!important;margin-top:6px!important}}

/* ══════════════════════════════════════════════════════════════
   TRUSTEES v6 — Editorial Portrait Gallery + Modal
   Layout: 4-3 (Makarand·Smita·Kajal·Addinath / Kiaan·Saundarya·Aaditi)
   ══════════════════════════════════════════════════════════════ */
.trustees-gallery{display:grid;grid-template-columns:repeat(8,1fr);gap:clamp(10px,1.4vw,20px);row-gap:clamp(22px,3.2vw,40px);width:min(1080px,100%);margin-inline:auto}
.t-portrait-card{border:0;background:none;padding:0;cursor:pointer;text-align:left;display:block}
/* Row 1: 4 equal columns */
.t-portrait-card:nth-child(1){grid-column:span 2}
.t-portrait-card:nth-child(2){grid-column:span 2}
.t-portrait-card:nth-child(3){grid-column:span 2}
.t-portrait-card:nth-child(4){grid-column:span 2}
/* Row 2: 3 centered (1 col gap each side) */
.t-portrait-card:nth-child(5){grid-column:2/4}
.t-portrait-card:nth-child(6){grid-column:4/6}
.t-portrait-card:nth-child(7){grid-column:6/8}

.t-portrait-frame{position:relative;display:block;margin:0;aspect-ratio:4/5;overflow:hidden;background:var(--night)}
.t-portrait-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.68);transform:scale(var(--zoom,1));transform-origin:center top;transition:transform .55s var(--ease-out),filter .45s ease;will-change:transform}
.t-portrait-frame:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,rgba(247,153,54,.65),transparent);opacity:0;transition:opacity .3s ease}

/* Per-trustee crop & zoom: 1=Makarand 2=Smita 3=Kajal 4=Addinath 5=Kiaan 6=Saundarya 7=Aaditi */
.t-portrait-card:nth-child(1){--zoom:1.05}
.t-portrait-card:nth-child(1) .t-portrait-frame img{object-position:100.0% 8.6%;transform-origin:100.0% 8.6%}
.t-portrait-card:nth-child(2){--zoom:1.45}
.t-portrait-card:nth-child(2) .t-portrait-frame img{object-position:61.0% top;transform-origin:61.0% top}
.t-portrait-card:nth-child(3){--zoom:1.55}
.t-portrait-card:nth-child(3) .t-portrait-frame img{object-position:55.5% 21.5%;transform-origin:55.5% 21.5%}
.t-portrait-card:nth-child(4){--zoom:1.55}
.t-portrait-card:nth-child(4) .t-portrait-frame img{object-position:64.8% 42.3%;transform-origin:64.8% 42.3%}
.t-portrait-card:nth-child(5){--zoom:1.00}
.t-portrait-card:nth-child(5) .t-portrait-frame img{object-position:center top;transform-origin:center top}
.t-portrait-card:nth-child(6){--zoom:1.67}
.t-portrait-card:nth-child(6) .t-portrait-frame img{object-position:45.2% 12.6%;transform-origin:45.2% 12.6%}
.t-portrait-card:nth-child(7){--zoom:1.04}
.t-portrait-card:nth-child(7) .t-portrait-frame img{object-position:57.9% 2.9%;transform-origin:57.9% 2.9%}

.t-portrait-meta{padding:12px 2px 0}
.t-portrait-meta h3{font-family:var(--serif);font-size:clamp(.9rem,1.25vw,1.2rem);font-weight:500;color:var(--ink);margin:0 0 3px;line-height:1.18;letter-spacing:-.02em;transition:color .22s ease}
.t-portrait-meta>p{margin:0 0 5px;color:var(--muted);font-size:.58rem;letter-spacing:.13em;text-transform:uppercase}
.t-view-cue{display:inline-block;color:var(--orange);font-size:.57rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateX(-5px);transition:opacity .22s ease,transform .22s var(--ease-out)}

@media(hover:hover) and (pointer:fine){
  .t-portrait-card:hover .t-portrait-frame img{transform:scale(calc(var(--zoom,1) + 0.04));filter:saturate(.98)}
  .t-portrait-card:hover .t-portrait-frame:after{opacity:1}
  .t-portrait-card:hover .t-portrait-meta h3{color:var(--orange)}
  .t-portrait-card:hover .t-view-cue{opacity:1;transform:none}
}

/* Tablet: 2-column pairs */
@media(max-width:900px){
  .trustees-gallery{grid-template-columns:repeat(4,1fr)}
  .t-portrait-card:nth-child(1){grid-column:1/3}
  .t-portrait-card:nth-child(2){grid-column:3/5}
  .t-portrait-card:nth-child(3){grid-column:1/3}
  .t-portrait-card:nth-child(4){grid-column:3/5}
  .t-portrait-card:nth-child(5){grid-column:1/3}
  .t-portrait-card:nth-child(6){grid-column:3/5}
  .t-portrait-card:nth-child(7){grid-column:2/4}
}

/* Mobile: 2-column uniform */
@media(max-width:560px){
  .trustees-gallery{grid-template-columns:repeat(2,1fr);gap:10px;row-gap:18px}
  .t-portrait-card:nth-child(n){grid-column:auto}
  .t-portrait-meta h3{font-size:.88rem}
  .t-portrait-meta>p{font-size:.52rem}
  .t-view-cue{display:none}
}

/* ── Trustee Profile Modal ── */
.t-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}
.t-modal[hidden]{display:none}
.t-modal-bg{position:absolute;inset:0;background:rgba(20,12,10,.88);backdrop-filter:blur(7px);cursor:pointer}
.t-modal-panel{position:relative;z-index:1;display:grid;grid-template-columns:min(320px,38%) 1fr;width:min(860px,100%);max-height:calc(100svh - 40px);overflow:hidden;background-image:linear-gradient(135deg,rgba(42,27,24,.97),rgba(55,30,22,.96)),url("assets/extracted/card-paper-texture.webp");background-size:auto,680px auto;background-blend-mode:normal,soft-light;animation:tModalIn .36s var(--ease-out) both}
@keyframes tModalIn{from{opacity:0;transform:scale(.96) translateY(14px)}to{opacity:1;transform:none}}
.t-modal-close{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:1px solid rgba(255,248,241,.25);border-radius:50%;background:transparent;color:rgba(255,248,241,.75);font-size:1.25rem;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
.t-modal-close:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.t-modal-portrait{margin:0;overflow:hidden;background:var(--night)}
.t-modal-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 10%;filter:saturate(.88)}
/* Per-trustee modal portrait crop */
.t-modal-portrait img[src*="makarand"]{object-position:center 10%}
.t-modal-portrait img[src*="kiaan"]{object-position:center 16%}
.t-modal-portrait img[src*="smita"]{object-position:center 8%}
.t-modal-portrait img[src*="maitreyi"]{object-position:center 8%}
.t-modal-portrait img[src*="kajal"]{object-position:center top}
.t-modal-portrait img[src*="addinath"]{object-position:center 8%}
.t-modal-portrait img[src*="aaditi"]{object-position:center top}
.t-modal-bio{padding:clamp(28px,5vw,52px);overflow-y:auto;color:var(--cream)}
.t-modal-bio .eyebrow{color:var(--gold);margin-bottom:10px}
.t-modal-bio h2{font-size:clamp(1.65rem,2.8vw,2.55rem);color:var(--cream);margin:0 0 8px;letter-spacing:-.03em}
.t-modal-role{margin:0 0 3px;color:var(--gold);font-size:.66rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.t-modal-kian{margin:0 0 22px;color:rgba(247,153,54,.62);font-size:.61rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.t-bio-text p{color:rgba(255,248,241,.7);font-size:.86rem;line-height:1.72;margin:0 0 1rem}
.t-bio-text p:last-child{margin-bottom:0}
.t-modal-bio blockquote{margin:18px 0 0;padding:14px 0 0 18px;border-color:var(--orange);color:var(--cream);font-size:1rem;line-height:1.52}
/* Separator between role and bio */
.t-modal-bio .t-bio-text{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,248,241,.12)}

/* Modal responsive */
@media(max-width:640px){
  .t-modal{padding:12px}
  .t-modal-panel{grid-template-columns:1fr;grid-template-rows:min(58vw,250px) 1fr;max-height:calc(100svh - 24px)}
  .t-modal-portrait{max-height:min(58vw,250px)}
  .t-modal-bio{padding:20px 18px 28px}
  .t-modal-bio h2{font-size:clamp(1.5rem,8vw,2rem)}
  .t-bio-text p{font-size:.82rem}
}

@media(prefers-reduced-motion:reduce){
  .t-modal-panel{animation:none}
  .t-portrait-frame img,.t-portrait-meta h3,.t-view-cue,.t-portrait-frame:after{transition:none}
}

/* ══════════════════════════════════════════════════════════════
   MALA SCENE — Single transparent RGBA mala + value art in center hole
   ══════════════════════════════════════════════════════════════ */
.mala-scene{position:relative;width:min(560px,96%);margin:20px auto 0}
.mala-bg{display:block;width:100%;height:auto;pointer-events:none;position:relative;z-index:1}
.mala-ring{position:absolute;inset:0;z-index:2;pointer-events:none}
/* Value art sits in the transparent center hole */
.mala-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42%;z-index:3;text-align:center;pointer-events:none}
.mala-art{display:block;width:100%;height:auto;object-fit:contain;transition:opacity 450ms ease}
.mala-art.is-changing{opacity:0}
.mala-value-name{margin:5px 0 0;font-family:var(--serif);font-style:italic;font-size:clamp(.6rem,1.2vw,.82rem);color:var(--muted);letter-spacing:.07em;transition:opacity 450ms ease}
.mala-value-name.is-changing{opacity:0}
/* Frosted circle over each physical bead */
.mala-bead{position:absolute;width:13%;aspect-ratio:1;left:calc(var(--bx)*1%);top:calc(var(--by)*1%);transform:translate(-50%,-50%);background:rgba(255,248,241,.07);border:none;padding:0;cursor:pointer;z-index:4;pointer-events:all;border-radius:50%;backdrop-filter:blur(1.5px) saturate(.9);box-shadow:inset 0 0 0 1px rgba(255,248,241,.14);transition:transform 700ms var(--ease-out),background 500ms ease,box-shadow 500ms ease,backdrop-filter 500ms ease}
/* Outer warm glow ring — tightly hugs the bead */
.mala-bead::before{content:'';position:absolute;inset:-18%;border-radius:50%;background:radial-gradient(ellipse,rgba(247,153,54,.5) 20%,rgba(247,153,54,.18) 55%,transparent 72%);opacity:0;transition:opacity 700ms ease;filter:blur(5px);z-index:-1;pointer-events:none}
/* Roman numeral overlay */
.mala-num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Cormorant Garamond",var(--serif);font-size:clamp(.28rem,.78vw,.46rem);font-weight:500;color:rgba(255,248,241,.58);letter-spacing:.05em;text-shadow:0 1px 4px rgba(0,0,0,.55);pointer-events:none;line-height:1;transition:color 500ms ease,text-shadow 500ms ease}
.mala-bead.active{transform:translate(-50%,-50%) scale(1.1);background:rgba(247,153,54,.13);backdrop-filter:blur(2.5px) saturate(1.1);box-shadow:inset 0 0 0 1.5px rgba(247,153,54,.48);z-index:5}
.mala-bead.active::before{opacity:1}
.mala-bead.active .mala-num{color:rgba(247,153,54,.95);text-shadow:0 0 10px rgba(247,153,54,.55),0 1px 2px rgba(0,0,0,.3)}
.mala-bead:hover:not(.active){background:rgba(255,248,241,.11);backdrop-filter:blur(2px)}
.mala-bead:hover:not(.active)::before{opacity:.32}
.mala-bead:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
@media(max-width:640px){.mala-scene{width:min(400px,98vw);margin:12px auto 0}.mala-center{width:44%}}
@media(prefers-reduced-motion:reduce){.mala-bead,.mala-bead::before,.mala-art,.mala-value-name{transition:none}}

/* ── Footer redesign: balanced 3-column with structured contact block ── */
.footer-grid{grid-template-columns:1.5fr 0.85fr 1.65fr!important;gap:clamp(32px,5vw,72px)!important;align-items:start}
.footer-brand,.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:0;align-items:flex-start}
.footer-contact-row{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.footer-reg{font-size:.62rem;letter-spacing:.1em;color:rgba(255,248,241,.42);margin-top:2px}
.footer-addresses{display:flex;flex-direction:column;gap:14px;border-top:1px solid rgba(255,248,241,.1);padding-top:14px;width:100%}
.footer-addr{display:flex;flex-direction:column;gap:3px}
.footer-addr-label{font-size:.57rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(247,153,54,.65);font-weight:600}
.footer-addr-text{font-size:.63rem;line-height:1.6;color:rgba(255,248,241,.4)}
@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr!important;gap:36px 28px!important}.footer-brand{grid-column:1/-1}.footer-addresses{flex-direction:row;gap:20px}.footer-addr{flex:1}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr!important}.footer-addresses{flex-direction:column}.footer-brand{grid-column:auto}}

/* ── Vision / Mission cards: column layout, illustration blends into warm card bg ── */
.purpose-card{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;align-items:stretch;background:linear-gradient(150deg,#fffaf4,#f2dfc7)!important}
.purpose-card img{width:100%!important;height:210px;min-height:0!important;object-fit:contain;object-position:center bottom;padding:28px 36px!important;background:transparent!important;mix-blend-mode:multiply;flex:none}
.purpose-card>div{padding:22px 28px!important;border-left:0!important;border-top:3px solid var(--orange);display:flex;flex-direction:column;justify-content:flex-start}
@media(max-width:800px){.purpose-card img{height:180px;padding:20px 28px!important}}
@media(max-width:560px){.purpose-card img{height:155px;padding:16px 22px!important}}

/* ── Combined Members section (Our Members → Board of Trustees → VACS Family hidden) ── */
.members{background-image:linear-gradient(rgba(253,241,230,.91),rgba(253,241,230,.91)),url("assets/extracted/paper-texture.webp");background-size:auto,1050px auto;background-blend-mode:normal,multiply}
.members-bot-label{display:block;text-align:center;margin:0 0 clamp(22px,3.5vw,40px)}
@media(max-width:640px){.members{background-size:auto,760px auto}}

/* ── Gallery invitation: a quiet editorial bridge after Connect ── */
.gallery-invitation{position:relative;overflow:hidden;background-image:linear-gradient(rgba(255,248,241,.9),rgba(255,248,241,.9)),url("assets/extracted/paper-texture.webp");background-size:auto,950px auto;background-blend-mode:normal,multiply}
.gallery-invitation:before{content:"";position:absolute;right:-120px;top:-130px;width:330px;aspect-ratio:1;background:url("assets/brand/lotus-bloom.svg") center/contain no-repeat;opacity:.07;transform:rotate(18deg);pointer-events:none}
.gallery-invitation-grid{position:relative;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(42px,7vw,96px)}
.gallery-invitation-copy{max-width:500px}.gallery-invitation-copy h2{max-width:470px;margin:0 0 20px;color:var(--ink);font-size:clamp(2.2rem,4.2vw,4.65rem);line-height:.98;letter-spacing:-.045em}.gallery-invitation-copy>p:not(.eyebrow){max-width:440px;margin:0 0 28px;color:var(--muted);font-size:.9rem;line-height:1.75}.gallery-invitation-copy .button span{margin-left:9px;transition:transform .25s var(--ease-out)}.gallery-invitation-copy .button:hover span{transform:translateX(4px)}
.gallery-invitation-images{display:grid;grid-template-columns:1fr .84fr;grid-template-rows:repeat(2,minmax(150px,1fr));gap:10px;height:clamp(360px,43vw,570px)}.gallery-invitation-images figure{position:relative;margin:0;overflow:hidden;background:var(--night)}.gallery-invitation-images figure:first-child{grid-row:1/-1}.gallery-invitation-images img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.88);transition:transform .8s var(--ease-out),filter .5s ease}.gallery-invitation-images figure:first-child img{object-position:center}.gallery-invitation-images figure:nth-child(2) img{object-position:center 28%}.gallery-invitation-images figure:nth-child(3) img{object-position:center 22%}@media(hover:hover) and (pointer:fine){.gallery-invitation-images:hover img{filter:saturate(.72)}.gallery-invitation-images figure:hover img{filter:saturate(1.04);transform:scale(1.035)}}
@media(max-width:800px){.gallery-invitation-grid{grid-template-columns:1fr;gap:34px}.gallery-invitation-copy{max-width:620px}.gallery-invitation-images{height:clamp(330px,76vw,520px)}}
@media(max-width:520px){.gallery-invitation{padding-block:64px}.gallery-invitation-copy h2{font-size:clamp(2.25rem,12vw,3.35rem)}.gallery-invitation-images{grid-template-columns:1.15fr .85fr;gap:7px;height:330px}.gallery-invitation-copy .button{width:100%;justify-content:center}}
@media(prefers-reduced-motion:reduce){.gallery-invitation-images img,.gallery-invitation-copy .button span{transition:none}}

/* Gallery invitation v2: embedded continuous film slideshow with action below. */
.gallery-invitation-shell{position:relative}.gallery-invitation-heading{max-width:760px;margin:0 auto clamp(28px,4vw,48px);text-align:center}.gallery-invitation-heading h2{margin:0;color:var(--ink);font-size:clamp(2.35rem,5vw,5.1rem);line-height:.96;letter-spacing:-.05em}.gallery-invitation-heading>p:not(.eyebrow){max-width:580px;margin:20px auto 0;color:var(--muted);font-size:.9rem;line-height:1.75}.gallery-slideshow-frame{position:relative;width:100%;height:clamp(390px,48vw,610px);overflow:hidden;background:rgba(255,248,241,.76);box-shadow:0 24px 70px rgba(71,40,28,.1)}.gallery-slideshow-frame iframe{display:block;width:100%;height:100%;border:0;background:transparent}.gallery-invitation-action{display:flex;justify-content:center;margin-top:clamp(28px,4vw,46px)}.gallery-invitation-action .button span{margin-left:9px;transition:transform .25s var(--ease-out)}.gallery-invitation-action .button:hover span{transform:translateX(4px)}
@media(max-width:700px){.gallery-invitation-heading{margin-bottom:24px}.gallery-slideshow-frame{height:430px;margin-inline:-16px;width:calc(100% + 32px);box-shadow:0 18px 45px rgba(71,40,28,.1)}.gallery-invitation-action .button{width:100%;justify-content:center}}
@media(prefers-reduced-motion:reduce){.gallery-invitation-action .button span{transition:none}}

/* Wide film stage with the same uninterrupted cream as its section. */
.gallery-invitation{padding-block:clamp(40px,5vw,64px);background:#fff4eb;background-image:none}
.gallery-invitation-heading{position:relative;z-index:2;margin-bottom:clamp(-145px,-10vw,-96px);pointer-events:none}
.gallery-invitation-heading h2{position:relative;z-index:2}
.gallery-slideshow-frame{left:auto;width:min(100vw,1540px);height:clamp(420px,44vw,560px);margin-left:calc(50% - min(50vw,770px));background:#fff4eb;box-shadow:none}
@media(max-width:700px){.gallery-invitation{padding-block:38px}.gallery-invitation-heading{margin-bottom:-94px}.gallery-slideshow-frame{left:auto;width:100vw;height:400px;margin-left:calc(50% - 50vw);background:#fff4eb;box-shadow:none}}

/* Vision and Mission: full-width editorial panels with properly scaled artwork. */
.purpose-grid{width:100vw;margin-left:calc(50% - 50vw);gap:0;border-top:1px solid rgba(96,56,19,.14);border-bottom:1px solid rgba(96,56,19,.14)}
.purpose-card{border:0!important;border-right:1px solid rgba(96,56,19,.14)!important;background:linear-gradient(145deg,#fffaf4,#f3e0c8)!important;box-shadow:none!important}
.purpose-card:last-child{border-right:0!important}
.purpose-card img{width:100%!important;height:clamp(270px,22vw,340px)!important;padding:18px 30px!important;object-fit:contain!important;object-position:center!important}
.purpose-card>div{min-height:230px;padding:34px clamp(34px,4vw,62px) 42px!important;border-top:3px solid var(--orange)!important}
.purpose-card span{font-size:.7rem!important}
.purpose-card h3{margin:9px 0 12px!important;font-size:clamp(1.65rem,2vw,2rem)!important}
.purpose-card p{max-width:650px;font-size:clamp(1rem,1.15vw,1.08rem)!important;line-height:1.72!important}
@media(max-width:800px){.purpose-grid{width:100vw;margin-left:calc(50% - 50vw)}.purpose-card{border-right:0!important;border-bottom:1px solid rgba(96,56,19,.14)!important}.purpose-card:last-child{border-bottom:0!important}.purpose-card img{height:250px!important;padding:18px 24px!important}.purpose-card>div{min-height:0;padding:28px 28px 34px!important}}
@media(max-width:560px){.purpose-card img{height:220px!important;padding:14px 20px!important}.purpose-card>div{padding:25px 22px 30px!important}.purpose-card h3{font-size:1.55rem!important}.purpose-card p{font-size:.9rem!important}}

/* Values: Roman numeral leads each entry, followed by both value names. */
.value-button{display:grid!important;grid-template-columns:46px minmax(0,1fr);align-items:center;column-gap:14px;text-align:left!important}
.value-button .val-num{grid-column:1;grid-row:1;display:block!important;min-width:0;margin:0;text-align:left;font-family:"Cormorant Garamond",var(--serif);font-size:1rem;line-height:1;color:var(--gold);letter-spacing:.04em}
.value-button .value-copy{grid-column:2;grid-row:1;display:block!important;font-family:var(--deva);font-size:1em;letter-spacing:0;text-transform:none;color:inherit}
.value-button .value-deva{display:block!important;font-family:var(--deva);font-size:1em;letter-spacing:0;text-transform:none;color:inherit}
.value-button .value-english{display:block!important;margin-top:3px;font-family:var(--sans);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:inherit}
@media(max-width:560px){.value-button{grid-template-columns:34px minmax(0,1fr);column-gap:9px}.value-button .val-num{font-size:.88rem}}

/* Hero constellation: approved industry portraits orbit the official identity. */
.hero-constellation{position:relative;width:560px;max-width:100%;min-width:0;aspect-ratio:1;justify-self:center;isolation:isolate}
.hero-constellation .hero-halo{width:88%;height:88%;background:radial-gradient(circle,rgba(247,153,54,.2),rgba(223,33,114,.045) 50%,transparent 72%)}
.hero-diamond,.hero-logo-diamond{position:absolute;aspect-ratio:1;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);overflow:hidden;filter:drop-shadow(0 12px 18px rgba(96,56,19,.12));opacity:0;transform:scale(.82);animation:heroDiamondIn .78s var(--ease-out) forwards}
.hero-diamond{width:27%;background:#ead5c5}
.hero-diamond img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(.98)}
.hero-diamond-1{left:4%;top:10%;animation-delay:.18s}.hero-diamond-2{left:36.5%;top:0;animation-delay:.23s}.hero-diamond-3{right:4%;top:10%;animation-delay:.28s}
.hero-diamond-4{left:-3%;top:37%;animation-delay:.33s}.hero-diamond-5{right:-3%;top:37%;animation-delay:.38s}
.hero-diamond-6{left:7%;bottom:7%;animation-delay:.43s}.hero-diamond-7{left:36.5%;bottom:-2%;animation-delay:.48s}.hero-diamond-8{right:7%;bottom:7%;animation-delay:.53s}
.hero-diamond-1 img{object-position:center 18%}.hero-diamond-2 img{object-position:center 18%}.hero-diamond-3 img{object-position:center 15%}.hero-diamond-4 img{object-position:center 14%}.hero-diamond-5 img{object-position:center 15%}.hero-diamond-6 img{object-position:center 16%}.hero-diamond-7 img{object-position:center 14%}.hero-diamond-8 img{object-position:center 12%}
.hero-logo-diamond{z-index:3;left:30%;top:30%;width:40%;display:grid;place-items:center;background:rgba(255,248,241,.96);box-shadow:inset 0 0 0 1px rgba(239,90,42,.16);animation-delay:.62s}
.hero-logo-diamond .hero-logo{position:relative;z-index:1;width:72%;height:auto;clip-path:none;opacity:1;animation:heroFloat 9s 1.5s ease-in-out infinite;filter:drop-shadow(0 8px 18px rgba(96,56,19,.1))}
@keyframes heroDiamondIn{to{opacity:1;transform:scale(1)}}
@media(max-width:800px){.hero-constellation{width:min(560px,92vw)}.hero-diamond{width:26%}.hero-logo-diamond{left:31%;top:31%;width:38%}}
@media(max-width:560px){.hero-constellation{width:88vw;margin-top:8px}.hero-diamond{width:28%}.hero-diamond-2,.hero-diamond-7{left:36%}.hero-logo-diamond{left:29%;top:29%;width:42%}}
@media(prefers-reduced-motion:reduce){.hero-diamond,.hero-logo-diamond{opacity:1;transform:none;animation:none}.hero-logo-diamond .hero-logo{animation:none}}

/* Footer identity remains legible against the dark surface. */
.footer .footer-logo{width:150px;height:150px;margin:0 0 20px;padding:22px;object-fit:contain;border-radius:50%;background:#fff4eb;box-shadow:0 14px 34px rgba(0,0,0,.2),inset 0 0 0 1px rgba(247,153,54,.16)}
@media(max-width:560px){.footer .footer-logo{width:132px;height:132px;padding:19px;margin-bottom:16px}}

/* Dreamlike gallery matrix: staggered diamonds continue beyond the right edge. */
.hero-constellation{width:620px;max-width:none;min-width:620px;height:560px;aspect-ratio:auto;overflow:visible}
.hero-constellation .hero-halo{z-index:-1;width:112%;height:112%;background:radial-gradient(circle,rgba(247,153,54,.2),rgba(223,33,114,.07) 45%,transparent 72%);filter:blur(12px)}
.hero-photo-matrix{position:absolute;z-index:1;left:52%;top:50%;width:128%;transform:translate(-50%,-50%);mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 86%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 86%,transparent 100%)}
.hero-photo-matrix:after{content:"";position:absolute;inset:5%;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 48%,transparent 38%,rgba(255,248,241,.08) 65%,rgba(255,248,241,.3) 100%);mix-blend-mode:screen}
.hero-photo-row{position:relative;display:flex;justify-content:center;gap:1%;margin-top:-5.5%;opacity:0;transform:translateY(18px);animation:heroMatrixRowIn .9s var(--ease-out) forwards}
.hero-photo-row:first-child{margin-top:0}.hero-photo-row-1{transform:translateX(10%) translateY(18px);animation:heroMatrixRowOne .9s .15s var(--ease-out) forwards}.hero-photo-row-2{animation-delay:.24s}.hero-photo-row-3{transform:translateX(-10%) translateY(18px);animation:heroMatrixRowThree .9s .33s var(--ease-out) forwards}.hero-photo-row-4{animation-delay:.42s}
.hero-photo-matrix .hero-diamond,.hero-photo-matrix .hero-logo-diamond{position:relative;left:auto;right:auto;top:auto;bottom:auto;flex:0 0 20%;width:auto;aspect-ratio:1;margin:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);overflow:hidden;opacity:1;transform:none;animation:none;filter:drop-shadow(0 15px 22px rgba(96,56,19,.14));background:#ead7c8}
.hero-photo-matrix .hero-diamond img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(.94) brightness(1.04);transform:scale(1.06)}
.hero-photo-matrix .hero-logo-diamond{display:grid;place-items:center;background:rgba(255,244,235,.94);box-shadow:inset 0 0 0 1px rgba(239,90,42,.14)}
.hero-photo-matrix .hero-logo{position:relative;width:70%;height:auto;clip-path:none;opacity:1;filter:drop-shadow(0 8px 16px rgba(96,56,19,.11));animation:heroFloat 9s 1.5s ease-in-out infinite}
@keyframes heroMatrixRowIn{to{opacity:1;transform:translateY(0)}}
@keyframes heroMatrixRowOne{to{opacity:1;transform:translateX(10%) translateY(0)}}
@keyframes heroMatrixRowThree{to{opacity:1;transform:translateX(-10%) translateY(0)}}
@media(max-width:1024px) and (min-width:801px){.hero-constellation{width:540px;min-width:540px;height:500px}.hero-photo-matrix{width:126%}}
@media(max-width:800px){.hero-constellation{width:92vw;min-width:0;max-width:none;height:460px;margin-inline:auto}.hero-photo-matrix{left:54%;width:118vw}.hero-photo-matrix .hero-diamond,.hero-photo-matrix .hero-logo-diamond{flex-basis:19%}}
@media(max-width:560px){.hero-constellation{width:94vw;height:390px;margin-top:8px}.hero-photo-matrix{left:55%;width:128vw}.hero-photo-row{margin-top:-5%}.hero-photo-matrix .hero-diamond,.hero-photo-matrix .hero-logo-diamond{flex-basis:19.5%}}
@media(prefers-reduced-motion:reduce){.hero-photo-row{opacity:1;animation:none}.hero-photo-row-1{transform:translateX(10%)}.hero-photo-row-3{transform:translateX(-10%)}.hero-photo-matrix .hero-logo{animation:none}}

/* Gallery is one uninterrupted canvas: title, film and action share one surface. */
.gallery-invitation{isolation:isolate;overflow:clip;background:#fff4eb!important;background-image:none!important}
.gallery-invitation:before{display:none!important}
.gallery-invitation-shell{width:100%;max-width:none;margin:0}
.gallery-invitation-heading{width:min(760px,calc(100% - 32px));margin-inline:auto}
.gallery-slideshow-frame{width:100vw!important;margin-left:0!important;margin-right:0!important;background:#fff4eb!important;box-shadow:none!important;overflow:hidden}
.gallery-slideshow-frame iframe{width:100vw!important;background:#fff4eb!important;color-scheme:light}
.gallery-invitation-action{position:relative;z-index:3;margin-top:clamp(-72px,-5vw,-48px);padding:0 16px;background:transparent}
@media(max-width:700px){.gallery-slideshow-frame{width:100vw!important;margin-left:0!important}.gallery-invitation-action{margin-top:-54px}}

/* Hero matrix refinement: nine unique images, more whitespace, no logo tile. */
.hero-constellation{width:620px;min-width:620px;height:520px}
.hero-constellation .hero-halo{width:90%;height:90%;opacity:.58;filter:blur(20px)}
.hero-photo-matrix{left:65%;top:50%;width:98%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 92%,transparent 100%)}
.hero-photo-matrix:after{display:none}
.hero-photo-row{gap:2%;margin-top:-6%}
.hero-photo-row:first-child{margin-top:0}
.hero-photo-row-1{transform:translateX(8%) translateY(18px);animation-name:heroMatrixRowOneRefined}
.hero-photo-row-2{transform:translateX(-5%) translateY(18px);animation-name:heroMatrixRowTwoRefined}
.hero-photo-row-3{transform:translateX(8%) translateY(18px);animation-name:heroMatrixRowOneRefined}
.hero-photo-matrix .hero-diamond{flex:0 0 29%;filter:drop-shadow(0 12px 18px rgba(96,56,19,.12))}
.hero-photo-matrix .hero-diamond img{object-position:50% 50%;filter:saturate(.9) contrast(.97) brightness(1.02);transform:scale(1.02)}
@keyframes heroMatrixRowOneRefined{to{opacity:1;transform:translateX(8%) translateY(0)}}
@keyframes heroMatrixRowTwoRefined{to{opacity:1;transform:translateX(-5%) translateY(0)}}
@media(max-width:1024px) and (min-width:801px){.hero-constellation{width:540px;min-width:540px;height:470px}.hero-photo-matrix{left:63%;width:96%}}
@media(max-width:800px){.hero-constellation{width:92vw;min-width:0;height:430px}.hero-photo-matrix{left:56%;width:108vw}.hero-photo-matrix .hero-diamond{flex-basis:28%}}
@media(max-width:560px){.hero-constellation{width:94vw;height:350px}.hero-photo-matrix{left:57%;width:112vw}.hero-photo-row{margin-top:-5%}.hero-photo-matrix .hero-diamond{flex-basis:28%}}
@media(prefers-reduced-motion:reduce){.hero-photo-row-1,.hero-photo-row-3{transform:translateX(8%)}.hero-photo-row-2{transform:translateX(-5%)}}

/* The nine tiles resolve into one large diamond: 1–2–3–2–1. */
.hero-constellation{height:560px}
.hero-photo-matrix{left:65%;width:96%}
.hero-photo-row{gap:2%;margin-top:-8.5%;transform:translateY(18px);animation-name:heroMatrixRowIn}
.hero-photo-row:first-child{margin-top:0}
.hero-photo-row-1,.hero-photo-row-2,.hero-photo-row-3,.hero-photo-row-4,.hero-photo-row-5{transform:translateY(18px);animation-name:heroMatrixRowIn}
.hero-photo-row-1{animation-delay:.12s}.hero-photo-row-2{animation-delay:.19s}.hero-photo-row-3{animation-delay:.26s}.hero-photo-row-4{animation-delay:.33s}.hero-photo-row-5{animation-delay:.4s}
.hero-photo-matrix .hero-diamond{flex-basis:25%}
@media(max-width:1024px) and (min-width:801px){.hero-constellation{height:520px}.hero-photo-matrix{left:64%;width:96%}}
@media(max-width:800px){.hero-constellation{height:500px}.hero-photo-matrix{left:57%;width:105vw}.hero-photo-matrix .hero-diamond{flex-basis:24%}}
@media(max-width:560px){.hero-constellation{height:420px}.hero-photo-matrix{left:58%;width:112vw}.hero-photo-row{margin-top:-8%}.hero-photo-matrix .hero-diamond{flex-basis:24%}}
@media(prefers-reduced-motion:reduce){.hero-photo-row-1,.hero-photo-row-2,.hero-photo-row-3,.hero-photo-row-4,.hero-photo-row-5{opacity:1;transform:none;animation:none}}

/* Larger rounded diamonds with a soft photographic, paper-grain finish. */
.hero-photo-matrix{left:66%;top:53%;width:106%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 94%,transparent 100%)}
.hero-photo-row{gap:2.8%;margin-top:-9.5%}
.hero-photo-row:first-child{margin-top:0}
.hero-photo-matrix .hero-diamond{position:relative;flex-basis:27%;clip-path:none;border-radius:18px;overflow:hidden;transform:rotate(45deg);background:#ead7c8;filter:drop-shadow(0 18px 28px rgba(96,56,19,.17))}
.hero-photo-matrix .hero-diamond img{position:absolute;left:-21%;top:-21%;width:142%;height:142%;max-width:none;object-fit:cover;object-position:50% 50%;transform:rotate(-45deg) scale(1.03);filter:saturate(.86) contrast(.94) brightness(1.06) sepia(.035)}
.hero-photo-matrix .hero-diamond:after{content:"";position:absolute;inset:-12%;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,244,235,.34),transparent 38%,rgba(223,33,114,.08) 72%,rgba(247,153,54,.18)),url("assets/extracted/paper-texture.webp") center/500px auto;mix-blend-mode:soft-light;opacity:.48;transform:rotate(-45deg) scale(1.45)}
.hero-photo-matrix:before{content:"";position:absolute;inset:4% 0;z-index:3;pointer-events:none;background:radial-gradient(circle at 47% 48%,transparent 42%,rgba(255,244,235,.06) 66%,rgba(255,244,235,.28) 100%);mix-blend-mode:screen}
@media(max-width:1024px) and (min-width:801px){.hero-photo-matrix{left:66%;width:105%}.hero-photo-matrix .hero-diamond{border-radius:16px}}
@media(max-width:800px){.hero-photo-matrix{left:59%;width:114vw}.hero-photo-row{margin-top:-9%}.hero-photo-matrix .hero-diamond{flex-basis:26%;border-radius:15px}}
@media(max-width:560px){.hero-photo-matrix{left:61%;width:122vw}.hero-photo-row{gap:2.5%;margin-top:-8.5%}.hero-photo-matrix .hero-diamond{flex-basis:26%;border-radius:12px}}

/* Hero photographic tapestry: one connected, edge-filling diamond field. */
.hero-constellation{
  align-self:stretch;
  height:min(650px,72vh);
  min-height:540px;
  overflow:visible;
}
.hero-copy{position:relative;z-index:5}
.hero-constellation:after{
  content:"";
  position:absolute;
  z-index:4;
  top:-18%;
  bottom:-18%;
  left:-44%;
  width:58%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 0,rgba(255,248,241,.18) 10%,rgba(255,248,241,.9) 28%,rgba(255,248,241,.62) 66%,transparent 100%);
  filter:blur(4px);
}
.hero-constellation .hero-halo{
  width:118%;
  height:118%;
  opacity:.72;
  background:radial-gradient(circle at 42% 48%,rgba(247,153,54,.24),rgba(223,33,114,.09) 45%,transparent 72%);
}
.hero-photo-matrix{
  left:70%;
  top:50%;
  width:min(790px,62vw);
  aspect-ratio:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:repeat(3,1fr);
  gap:8px;
  transform:translate(-50%,-50%) rotate(45deg);
  mask-image:none;
  -webkit-mask-image:none;
  filter:drop-shadow(0 30px 46px rgba(74,39,20,.2));
}
.hero-photo-matrix:before{
  inset:-3%;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,248,241,.22),transparent 30%,rgba(239,90,42,.06) 62%,rgba(223,33,114,.13));
  mix-blend-mode:screen;
}
.hero-photo-matrix .hero-photo-row{display:contents}
.hero-photo-matrix .hero-diamond{
  width:100%;
  height:100%;
  min-width:0;
  aspect-ratio:1;
  border-radius:22px;
  transform:none;
  opacity:0;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,248,241,.48),0 8px 22px rgba(75,37,20,.1);
  animation:heroTapestryIn .9s var(--ease-out) forwards;
  filter:none;
}
.hero-photo-matrix .hero-photo-row:nth-child(1) .hero-diamond{animation-delay:.08s}
.hero-photo-matrix .hero-photo-row:nth-child(2) .hero-diamond:nth-child(1){animation-delay:.14s}
.hero-photo-matrix .hero-photo-row:nth-child(2) .hero-diamond:nth-child(2){animation-delay:.2s}
.hero-photo-matrix .hero-photo-row:nth-child(3) .hero-diamond:nth-child(1){animation-delay:.26s}
.hero-photo-matrix .hero-photo-row:nth-child(3) .hero-diamond:nth-child(2){animation-delay:.32s}
.hero-photo-matrix .hero-photo-row:nth-child(3) .hero-diamond:nth-child(3){animation-delay:.38s}
.hero-photo-matrix .hero-photo-row:nth-child(4) .hero-diamond:nth-child(1){animation-delay:.44s}
.hero-photo-matrix .hero-photo-row:nth-child(4) .hero-diamond:nth-child(2){animation-delay:.5s}
.hero-photo-matrix .hero-photo-row:nth-child(5) .hero-diamond{animation-delay:.56s}
.hero-photo-matrix .hero-diamond img{
  left:-22%;
  top:-22%;
  width:144%;
  height:144%;
  transform:rotate(-45deg) scale(1.01);
  filter:saturate(1.13) contrast(1.04) brightness(1.045);
}
.hero-photo-row-1 .hero-diamond img{object-position:50% 56%}
.hero-photo-row-2 .hero-diamond:nth-child(1) img{object-position:50% 34%}
.hero-photo-row-2 .hero-diamond:nth-child(2) img{object-position:48% 42%}
.hero-photo-row-3 .hero-diamond:nth-child(1) img{object-position:53% 42%}
.hero-photo-row-3 .hero-diamond:nth-child(2) img{object-position:50% 35%}
.hero-photo-row-3 .hero-diamond:nth-child(3) img{object-position:50% 32%}
.hero-photo-row-4 .hero-diamond:nth-child(1) img{object-position:54% 35%}
.hero-photo-row-4 .hero-diamond:nth-child(2) img{object-position:43% 43%}
.hero-photo-row-5 .hero-diamond img{object-position:52% 43%}
.hero-photo-matrix .hero-diamond:after{
  inset:-30%;
  opacity:.25;
  background:linear-gradient(145deg,rgba(255,190,111,.2),transparent 38%,rgba(223,33,114,.11)),url("assets/extracted/paper-texture.webp") center/460px auto;
  transform:rotate(-45deg) scale(1.45);
}
@keyframes heroTapestryIn{
  from{opacity:0;transform:scale(.86)}
  to{opacity:1;transform:scale(1)}
}
@media(max-width:1100px) and (min-width:801px){
  .hero-photo-matrix{left:72%;width:68vw;gap:10px}
  .hero-photo-matrix .hero-diamond{border-radius:20px}
}
@media(max-width:800px){
  .hero-constellation{width:100vw;height:min(520px,66vw);min-height:390px;margin-top:8px}
  .hero-photo-matrix{left:58%;top:51%;width:92vw;gap:9px}
  .hero-photo-matrix .hero-diamond{border-radius:18px}
  .hero-constellation:after{display:none}
}
@media(max-width:560px){
  .hero-constellation{height:390px;min-height:390px}
  .hero-photo-matrix{left:61%;width:106vw;gap:7px}
  .hero-photo-matrix .hero-diamond{border-radius:14px}
}
@media(prefers-reduced-motion:reduce){
  .hero-photo-matrix .hero-diamond{opacity:1;animation:none}
}

/* Footer seal: white circle with icon-only logo */
.footer-logo-badge{
  width:110px;
  height:110px;
  margin:0 0 20px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(0,0,0,.18),inset 0 0 0 1px rgba(247,153,54,.2);
}
.footer .footer-logo{
  width:86px;
  height:86px;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  object-fit:contain;
  transform:none;
}
@media(max-width:560px){
  .footer-logo-badge{width:96px;height:96px;margin-bottom:16px}
  .footer .footer-logo{width:74px;height:74px}
}

/* Initiatives heading: stronger editorial scale with a tighter card handoff. */
.offerings .section-heading{
  margin-bottom:26px;
}
.offerings .section-heading h2{
  max-width:none;
  margin:0;
  font-size:clamp(3rem,5.2vw,4.6rem);
  line-height:.98;
  letter-spacing:-.035em;
}
.offerings .section-heading:after{
  width:118px;
  height:28px;
  margin:12px auto 0;
  opacity:.72;
}
@media(max-width:560px){
  .offerings .section-heading{margin-bottom:20px}
  .offerings .section-heading h2{font-size:clamp(2.65rem,12vw,3.35rem)}
  .offerings .section-heading:after{width:96px;height:24px;margin-top:9px}
}

/* Members heading and trustee label use the same compact editorial rhythm. */
.members .section-heading{
  margin-bottom:14px;
}
.members .section-heading h2{
  margin:0;
  font-size:clamp(3rem,5.2vw,4.6rem);
  line-height:.98;
  letter-spacing:-.035em;
}
.members .section-heading:after{
  width:118px;
  height:28px;
  margin:12px auto 0;
  opacity:.72;
}
.members-bot-label{
  width:min(420px,100%);
  margin:0 auto 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  color:var(--orange);
  font-size:.7rem;
  letter-spacing:.22em;
  white-space:nowrap;
}
.members-bot-label:before,.members-bot-label:after{
  content:"";
  width:54px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(239,90,42,.45));
}
.members-bot-label:after{transform:scaleX(-1)}
@media(max-width:560px){
  .members .section-heading{margin-bottom:10px}
  .members .section-heading h2{font-size:clamp(2.65rem,12vw,3.35rem)}
  .members .section-heading:after{width:96px;height:24px;margin-top:9px}
  .members-bot-label{margin-bottom:20px;font-size:.64rem;gap:10px}
  .members-bot-label:before,.members-bot-label:after{width:32px}
}

/* Vision and mission: compact editorial diptych without hard colour rules. */
.purpose .section-heading{
  max-width:820px;
  margin-bottom:34px;
}
.purpose .section-heading h2{
  font-size:clamp(2.8rem,4.6vw,4.25rem);
  line-height:1;
  letter-spacing:-.035em;
}
.purpose-grid{
  width:100%;
  max-width:1380px;
  margin-inline:auto;
  gap:18px;
  border:0;
  box-sizing:border-box;
}
.purpose-card{
  display:grid!important;
  grid-template-columns:minmax(170px,38%) minmax(0,1fr)!important;
  min-height:310px;
  border:1px solid rgba(96,56,19,.12)!important;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,250,244,.96),rgba(247,232,215,.8))!important;
  box-shadow:0 18px 42px rgba(96,56,19,.07)!important;
}
.purpose-card:last-child{border-right:1px solid rgba(96,56,19,.12)!important}
.purpose-card img{
  width:100%!important;
  height:100%!important;
  min-height:310px!important;
  padding:28px 20px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:radial-gradient(circle at 50% 48%,rgba(247,153,54,.13),transparent 63%)!important;
}
.purpose-card>div{
  min-height:0;
  padding:34px 32px!important;
  border:0!important;
  justify-content:flex-start;
  position:relative;
  min-width:0;
}
.purpose-card span{
  align-self:flex-start;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--orange);
  font-size:1rem!important;
  font-weight:700;
  line-height:1.1;
  letter-spacing:.2em;
}
.purpose-card h3{
  margin:16px 0 10px!important;
  font-size:clamp(1.2rem,1.4vw,1.45rem)!important;
  line-height:1.16;
}
.purpose-card p{
  max-width:600px;
  font-size:clamp(.88rem,1vw,.98rem)!important;
  line-height:1.62!important;
  overflow-wrap:anywhere;
}
@media(max-width:980px){
  .purpose-grid{width:100%;max-width:720px;grid-template-columns:1fr;gap:16px}
  .purpose-card{grid-template-columns:200px 1fr!important;min-height:260px}
  .purpose-card img{min-height:260px!important;padding:22px 16px!important}
  .purpose-card>div{padding:28px 30px!important}
}
@media(max-width:560px){
  .purpose .section-heading{margin-bottom:24px}
  .purpose .section-heading h2{font-size:clamp(2.45rem,11vw,3.15rem)}
  .purpose-grid{width:100%;max-width:none}
  .purpose-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:245px;border-radius:16px}
  .purpose-card img{height:100%!important;min-height:245px!important;padding:18px 8px!important}
  .purpose-card>div{padding:24px 18px!important}
  .purpose-card span{padding:0;font-size:.84rem!important}
  .purpose-card h3{margin:13px 0 8px!important;font-size:1.12rem!important}
  .purpose-card p{font-size:.8rem!important;line-height:1.52!important}
}

/* Clearer header navigation typography across screen sizes. */
.nav-links>a{
  font-size:.8rem;
  line-height:1.2;
  letter-spacing:.105em;
}
.nav-links .button-small{
  font-size:.7rem;
}
@media(max-width:1024px) and (min-width:801px){
  .nav-links{gap:18px}
  .nav-links>a{font-size:.73rem;letter-spacing:.085em}
  .nav-links .button-small{font-size:.66rem}
}
@media(max-width:800px){
  .nav-links>a{font-size:.88rem;letter-spacing:.11em;padding-block:15px}
  .nav-links .button-small{font-size:.72rem}
}

/* Softened outer silhouette for the complete Values panel. */
.values-wrap{
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 20px 50px rgba(49,28,22,.12);
}
@media(max-width:560px){
  .values-wrap{border-radius:18px}
}

/* Mobile trustee profiles: one natural scroll surface and portrait-first framing. */
@media(max-width:700px){
  .t-modal{padding:8px;align-items:center}
  .t-modal-panel{
    display:block;
    width:min(100%,520px);
    height:calc(100svh - 16px);
    max-height:calc(100svh - 16px);
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .t-modal-panel::-webkit-scrollbar{display:none}
  .t-modal-portrait{
    width:min(62vw,230px);
    height:auto;
    aspect-ratio:4/5;
    max-height:none;
    margin:24px auto 0;
    background:#1f1714;
  }
  .t-modal-portrait img{width:100%;height:100%;object-fit:cover}
  .t-modal-portrait img[src*="kiaan"]{object-position:center 24%}
  .t-modal-bio{min-height:0;padding:22px 20px 34px;overflow:visible;text-align:center}
  .t-modal-bio .eyebrow{margin-bottom:8px}
  .t-modal-bio h2{font-size:clamp(1.75rem,8.5vw,2.35rem);line-height:1.03}
  .t-modal-role{line-height:1.45}
  .t-modal-bio .t-bio-text{margin-top:16px;padding-top:16px;text-align:left}
  .t-bio-text p{font-size:.86rem;line-height:1.68;color:rgba(255,248,241,.82)}
  .t-modal-bio blockquote{text-align:left;color:rgba(255,248,241,.9)}
}
@media(max-width:480px){
  .trustees-gallery .t-portrait-card:last-child{grid-column:1/-1;width:calc(50% - 4.5px);justify-self:center}
  .t-modal-portrait{width:min(66vw,224px)}
}

/* Desktop trustee modal: constrain the stage so long biographies can scroll. */
@media(min-width:701px){
  .t-modal-panel{height:min(680px,calc(100svh - 40px));max-height:calc(100svh - 40px)}
  .t-modal-portrait{min-height:0}
  .t-modal-bio{
    min-width:0;
    min-height:0;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:none;
  }
  .t-modal-bio::-webkit-scrollbar{display:none}
}

/* The gallery is currently a visual film-reel passage, without promotional copy. */
.gallery-reel-only{padding-block:0!important}
.gallery-reel-only .gallery-slideshow-frame{margin-block:0}

/* Keep the complete footer logo readable inside its supporting seal. */
.footer-logo-badge{width:124px;height:124px}
.footer .footer-logo{width:142px;height:130px;max-width:none;object-fit:contain;transform:translateX(-7px)}
@media(max-width:560px){
  .footer-logo-badge{width:112px;height:112px}
  .footer .footer-logo{width:128px;height:118px}
}
.footer-nav-action{
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.footer-nav-action:hover{color:var(--gold)}

/* Compact initiative cards open the complete approved copy in a focused modal. */
.offering-card{min-height:0!important;padding:0!important;overflow:hidden;cursor:pointer}
.offering-card .offering-toggle{padding:22px 22px 20px}
.offering-card .offering-head img{width:46px;height:46px}
.offering-card h3{margin:15px 0 8px!important;font-size:1.15rem;line-height:1.25}
.offering-card .offering-preview{
  display:block;
  width:100%;
  overflow:hidden;
  color:var(--muted);
  font-size:.78rem!important;
  line-height:1.5!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.offering-card .offering-action{justify-content:flex-start;margin-top:16px}
.offering-card .offering-action>span{transition:transform 180ms var(--ease-out)}
@media(hover:hover) and (pointer:fine){.offering-card:hover .offering-action>span{transform:translateX(4px)}}
@media(max-width:560px){
  .offering-card .offering-toggle{padding:19px 18px 17px}
}

.initiative-dialog{
  width:min(680px,calc(100% - 28px));
  max-height:calc(100svh - 32px);
  padding:0;
  border:1px solid rgba(247,153,54,.34);
  background:#fff8f1;
  color:var(--ink);
  box-shadow:0 32px 100px rgba(31,23,20,.32);
  opacity:0;
  transform:translateY(14px) scale(.975);
  transition:opacity 210ms ease,transform 260ms var(--ease-out),display 260ms allow-discrete;
}
.initiative-dialog[open]{opacity:1;transform:none}
.initiative-dialog::backdrop{
  background:rgba(31,23,20,.58);
  backdrop-filter:blur(11px) saturate(.78);
  -webkit-backdrop-filter:blur(11px) saturate(.78);
}
.initiative-dialog-shell{
  position:relative;
  overflow:auto;
  max-height:calc(100svh - 34px);
  padding:clamp(32px,6vw,62px);
  background-image:linear-gradient(rgba(255,248,241,.9),rgba(255,248,241,.94)),url("assets/extracted/card-paper-texture.webp");
  background-size:auto,620px auto;
}
.initiative-dialog-close{
  position:absolute;
  top:20px;
  right:20px;
  width:44px;
  height:44px;
  border:1px solid rgba(96,56,19,.16);
  border-radius:50%;
  background:rgba(255,248,241,.9);
  color:var(--ink);
  font-size:1.55rem;
  line-height:1;
  cursor:pointer;
}
.initiative-dialog-icon{width:64px;height:64px;object-fit:contain;margin:0 0 24px}
.initiative-dialog .eyebrow{margin-bottom:12px}
.initiative-dialog h2{max-width:560px;padding-right:34px;font-size:clamp(2rem,5vw,3.45rem)}
.initiative-dialog-rule{width:74px;height:2px;margin:26px 0;background:linear-gradient(90deg,var(--orange),var(--gold))}
.initiative-dialog-copy{margin:0;color:var(--secondary);font-size:clamp(.92rem,1.5vw,1.03rem);line-height:1.82}
@starting-style{.initiative-dialog[open]{opacity:0;transform:translateY(14px) scale(.975)}}
@media(max-width:560px){
  .initiative-dialog{width:calc(100% - 22px);max-height:calc(100svh - 22px)}
  .initiative-dialog-shell{max-height:calc(100svh - 24px);padding:34px 24px 30px}
  .initiative-dialog-close{top:14px;right:14px}
  .initiative-dialog-icon{width:54px;height:54px;margin-bottom:20px}
  .initiative-dialog h2{padding-right:30px;font-size:2rem}
}
@media(prefers-reduced-motion:reduce){.initiative-dialog{transition-duration:.01ms}}

.form-notice.success{
  border-left-color:#4f8a5b;
  background:#edf7ed;
  color:#285a32;
}

/* Production hero: official logo lockup; photo collage is archived for later. */
.hero-logo-stage{
  width:min(700px,125%);
  min-width:0;
  justify-self:center;
  isolation:isolate;
}
.hero-logo-stage .hero-halo{
  width:108%;
  height:108%;
  background:radial-gradient(circle,rgba(247,153,54,.25),rgba(223,33,114,.065) 48%,transparent 72%);
}
.hero-logo-stage .hero-primary-logo{
  width:min(650px,100%);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 34px rgba(96,56,19,.13));
}
@media(max-width:800px){
  .hero-logo-stage{width:min(620px,96vw)}
  .hero-logo-stage .hero-primary-logo{width:min(575px,100%)}
}
@media(max-width:560px){
  .hero-logo-stage{width:96vw;margin-top:10px}
  .hero-logo-stage .hero-primary-logo{width:100%}
}

/* Mobile hero: a concise editorial opening without duplicated actions or logo. */
@media(max-width:560px){
  .hero{
    min-height:calc(100svh - 72px);
    padding:clamp(38px,9vw,52px) 0 clamp(54px,12vw,70px);
    align-items:center;
    background:
      radial-gradient(circle at 108% 23%,rgba(223,33,114,.11),transparent 35%),
      radial-gradient(circle at -8% 88%,rgba(247,153,54,.14),transparent 34%),
      linear-gradient(155deg,#fffaf5 0%,#fdf0e4 58%,#fff8f1 100%);
  }
  .hero:after{
    content:"";
    position:absolute;
    z-index:1;
    left:0;
    right:0;
    bottom:0;
    height:72px;
    pointer-events:none;
    background:linear-gradient(transparent,#fff8f1);
  }
  .hero-grid{display:block;width:min(calc(100vw - 32px),430px)}
  .hero-copy{align-items:flex-start;text-align:left}
  .hero-copy .eyebrow{max-width:32ch;margin-bottom:22px;font-size:.59rem;line-height:1.65;letter-spacing:.24em}
  .hero h1{max-width:10.7ch;font-size:clamp(2.85rem,12.8vw,3.7rem);line-height:1.015;letter-spacing:-.04em}
  .hero-lede{max-width:33rem;margin:26px 0 0;font-size:.94rem;line-height:1.7}
  .hero-actions,.hero-logo-stage{display:none}
  .about:after{
    width:100%;
    opacity:.09;
    background-position:left center;
    background-size:cover;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.62) 42%,transparent 88%);
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.62) 42%,transparent 88%);
  }
}

/* Guiding-light quotation: elevated scale with clear authorship. */
.guiding-light .guide-quote{
  margin-top:24px;
  padding:18px 0 0 24px;
  font-size:1.15rem;
  line-height:1.58;
}
.guiding-light .guide-quote p{margin:0;color:inherit}
.guiding-light .guide-quote footer{
  margin-top:14px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:.86rem;
  font-style:normal;
  letter-spacing:.025em;
}
.guiding-light .guide-quote cite{font-style:italic}
@media(max-width:560px){
  .guiding-light .guide-quote{padding-left:18px;font-size:1.08rem;line-height:1.55}
  .guiding-light .guide-quote footer{font-size:.82rem}
}
