.theme2-root{--t2-primary:#2563eb;--t2-primary-hover:#1d4ed8;--t2-radius:10px;--t2-btn-radius:8px;--t2-section-py:3.5rem;--t2-section-header-gap:1.5rem;--t2-section-body-gap:1.25rem;font-family:var(--font-theme1-inter),"Inter",var(--theme-font-body),system-ui,sans-serif}.theme2-root.theme2-mode-light{--t2-bg:#ffffff;--t2-surface:#ffffff;--t2-surface-alt:#f8fafc;--t2-text:#111827;--t2-muted:#6b7280;--t2-border:rgba(15,23,42,0.08);--t2-header-bg:rgba(255,255,255,0.95);--t2-header-text:#374151;--t2-header-text-active:#111827;--t2-progress-track:#e5e7eb;--t2-card-shadow:0 4px 24px rgba(15,23,42,0.08);--t2-card:#ffffff;--t2-about-surface:#fdfcf0;--t2-about-contrast:#121926;--t2-about-card-bg:#ffffff;--t2-about-card-text:#111827;--t2-about-card-muted:#6b7280;--t2-footer-bg:#0a0b0d;--t2-input-bg:#f3f4f6;background:var(--t2-bg);color:var(--t2-text)}.theme2-root.theme2-mode-dark{--t2-bg:#0d1117;--t2-surface:#111827;--t2-surface-alt:#0a0b0d;--t2-text:#ffffff;--t2-muted:#9ca3af;--t2-border:rgba(255,255,255,0.08);--t2-header-bg:rgba(13,17,23,0.92);--t2-header-text:rgba(255,255,255,0.85);--t2-header-text-active:#ffffff;--t2-progress-track:rgba(255,255,255,0.1);--t2-card-shadow:none;--t2-card:#151b26;--t2-about-surface:#111827;--t2-about-contrast:#0a0b0d;--t2-about-card-bg:#151b26;--t2-about-card-text:#ffffff;--t2-about-card-muted:#9ca3af;--t2-footer-bg:#0a0b0d;--t2-input-bg:rgba(255,255,255,0.06);background:var(--t2-bg);color:var(--t2-text)}@media (min-width:1024px){.theme2-root{--t2-section-py:4.5rem;--t2-section-header-gap:2rem;--t2-section-body-gap:1.5rem}}.theme2-home-page{display:flex;flex-direction:column}.theme2-container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.theme2-container{padding-inline:1.5rem}}@media (min-width:1024px){.theme2-container{padding-inline:2rem}}.theme2-section{padding-block:var(--t2-section-py)}.theme2-section--alt{background:var(--t2-surface-alt)}.theme2-section-header{display:flex;flex-direction:column;gap:var(--t2-section-header-gap);margin-bottom:var(--t2-section-body-gap)}.theme2-section-header--center{align-items:center;text-align:center}.theme2-section-header--center .theme2-section-lead{margin-inline:auto}.theme2-section-header--split{flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.theme2-section-header__copy{display:flex;flex-direction:column;gap:.5rem}.theme2-section-body{display:flex;flex-direction:column;gap:var(--t2-section-body-gap)}.theme2-empty-state{text-align:center;color:var(--t2-muted)}.theme2-heading{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--t2-text)}.theme2-body{margin:0;font-size:1rem;line-height:1.7;color:var(--t2-muted)}.theme2-label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--t2-primary)}.theme2-section-lead{margin:0;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--t2-muted)}.theme2-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--t2-btn-radius);font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s,background-color .2s,border-color .2s;cursor:pointer;border:2px solid transparent;white-space:nowrap}.theme2-btn-primary{background:var(--t2-primary);color:#fff;border-color:var(--t2-primary)}.theme2-btn-primary:hover{background:var(--t2-primary-hover);border-color:var(--t2-primary-hover)}.theme2-btn-outline{background:transparent;color:var(--t2-text);border-color:color-mix(in srgb,var(--t2-text) 40%,transparent)}.theme2-btn-outline:hover{border-color:var(--t2-text);background:color-mix(in srgb,var(--t2-text) 8%,transparent)}.theme2-hero .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-hero .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-diagonal-cta .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-diagonal-cta .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-header{position:sticky;top:0;left:0;right:0;z-index:50;background:var(--t2-header-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--t2-border)}.theme2-header-shell{display:flex;height:4.5rem;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:1024px){.theme2-header-shell{display:grid;height:5rem;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}}.theme2-header-brand{justify-self:start;min-width:0;text-decoration:none;color:inherit}.theme2-header-nav{justify-self:center}.theme2-root .theme2-header-nav a{color:var(--t2-header-text)!important;font-size:.875rem;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:color .2s}.theme2-root .theme2-header-nav a:hover,.theme2-root .theme2-header-nav a[aria-current=page]{color:var(--t2-header-text-active)!important}.theme2-root .theme2-header-nav a[aria-current=page]:after{background:var(--t2-primary)!important}.theme2-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;justify-self:end}.theme2-header-cta{display:none}@media (min-width:1024px){.theme2-header-cta{display:inline-flex}}.theme2-brand-mark{display:inline-flex;align-items:center;gap:.625rem;min-width:0}.theme2-brand-icon{display:inline-block;width:2rem;height:2rem;flex-shrink:0;border-radius:.5rem;background:var(--t2-primary)}.theme2-brand-name{font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.125rem;font-weight:700;color:var(--t2-header-text-active);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme2-header-logo{height:2.5rem;width:auto;max-width:10rem;object-fit:contain}.theme2-header-logo--svg{height:2.75rem;max-width:12rem}.theme2-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(92vh,52rem);padding-block:6rem 5rem;background-color:var(--t2-bg);background-size:cover;background-position:50%}.theme2-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,17,23,.45) 0,rgba(13,17,23,.72) 55%,rgba(13,17,23,.88))}.theme2-hero-inner{position:relative;z-index:1;width:100%;max-width:48rem;margin-inline:auto;padding-inline:1rem;text-align:center}.theme2-hero-badge{display:inline-block;margin-bottom:1rem;font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.8)}.theme2-hero-title{margin:0 0 1rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;line-height:1.1;color:#fff}.theme2-hero-subtitle{margin:0 auto 2rem;max-width:36rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:rgba(255,255,255,.85)}.theme2-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.theme2-hero-typewriter-cursor{display:inline-block;margin-left:.1em;font-weight:400;color:rgba(255,255,255,.85);animation:theme2-hero-cursor-blink 1s steps(1) infinite}@keyframes theme2-hero-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.theme2-split-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width:1024px){.theme2-split-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.theme2-about-media{order:-1}@media (min-width:1024px){.theme2-about-media{order:0}}.theme2-rounded-image{width:100%;border-radius:var(--t2-radius);object-fit:cover;aspect-ratio:4/3}.theme2-about-copy,.theme2-feature-list{display:flex;flex-direction:column;gap:1rem}.theme2-feature-list{list-style:none;margin:.5rem 0 0;padding:0}.theme2-feature-item{display:flex;align-items:flex-start;gap:.875rem}.theme2-feature-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:50%;background:var(--t2-primary);color:#fff}.theme2-feature-icon svg{width:1.125rem;height:1.125rem}.theme2-feature-title{margin:0 0 .25rem;font-weight:600;color:var(--t2-text)}.theme2-feature-text{margin:0;font-size:.875rem;color:var(--t2-muted)}.theme2-about-cta{align-self:flex-start;margin-top:.5rem}.theme2-events-grid{display:grid;gap:1.75rem;margin-top:1.75rem}@media (min-width:768px){.theme2-events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.theme2-events-section .theme2-event-featured,.theme2-events-section .theme2-event-featured--home{display:grid;grid-template-areas:"media" "content";overflow:hidden;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border)}@media (min-width:768px){.theme2-events-section .theme2-event-featured,.theme2-events-section .theme2-event-featured--home{grid-template-areas:"media content";grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start}}.theme2-events-section .theme2-event-featured-media{grid-area:media;position:relative;display:block;width:100%;overflow:hidden;aspect-ratio:16/10;max-height:23.75rem}.theme2-events-section .theme2-event-featured-media-link{display:block;width:100%;height:100%;overflow:hidden}.theme2-events-section .theme2-event-featured-media .theme2-event-card-image,.theme2-events-section .theme2-event-featured-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.theme2-events-section .theme2-event-featured-media .theme2-event-placeholder{width:100%;height:100%;min-height:0}@media (min-width:768px){.theme2-events-section .theme2-event-featured-media{aspect-ratio:unset;height:100%;max-height:none}.theme2-events-section .theme2-event-featured-body{align-self:stretch;min-height:23.75rem;display:flex;flex-direction:column;justify-content:center}}.theme2-events-section .theme2-event-featured-body{grid-area:content;min-width:0;background:var(--t2-surface);padding:1.5rem 1.75rem;color:var(--t2-text)}.theme2-events-section .theme2-event-card,.theme2-events-section .theme2-event-card--home{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border)}.theme2-events-section .theme2-event-card-media{display:block;flex-shrink:0;width:100%;overflow:hidden;aspect-ratio:16/10;max-height:12.5rem}.theme2-events-section .theme2-event-card-image,.theme2-events-section .theme2-event-card-media img{display:block;width:100%;height:100%;object-fit:cover}.theme2-events-section .theme2-event-card-body{padding:1.125rem 1.25rem 1.375rem}.theme2-events-section .theme2-date-badge{border-radius:.375rem;background:rgba(37,99,235,.18);color:var(--t2-primary)}.theme2-events-section .theme2-event-title{color:var(--t2-text)}.theme2-events-section .theme2-event-title a{color:inherit;text-decoration:none}.theme2-events-section .theme2-event-title a:hover{color:var(--t2-primary)}.theme2-event-title--featured{font-size:clamp(1.25rem,2.5vw,1.75rem);margin-top:.5rem}.theme2-event-location{display:flex;align-items:center;gap:.35rem;margin:.75rem 0 0;font-size:.875rem;color:var(--t2-muted)}.theme2-event-description{margin:1rem 0 0;font-size:.9375rem;line-height:1.65;color:var(--t2-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.theme2-event-card{position:relative;border-radius:var(--t2-radius);overflow:hidden}.theme2-event-card--overlay{min-height:12rem}.theme2-event-card--featured.theme2-event-card--overlay{min-height:16rem}@media (min-width:768px){.theme2-event-card--featured.theme2-event-card--overlay{min-height:28rem}}.theme2-event-card-link{display:block;position:relative;height:100%;text-decoration:none;color:inherit}.theme2-event-card-image{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.theme2-event-placeholder{background:var(--t2-surface-elevated,#1a2230);min-height:12rem}.theme2-event-card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%)}.theme2-date-badge{display:inline-block;margin-bottom:.5rem;padding:.25rem .625rem;border-radius:9999px;background:var(--t2-primary);font-size:.6875rem;font-weight:600;color:#fff}.theme2-event-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1rem;font-weight:600;color:#fff}.theme2-event-card--featured .theme2-event-title,.theme2-event-card--overlay .theme2-event-title{color:#fff}.theme2-event-card--featured.theme2-event-card--overlay .theme2-event-title{font-size:1.25rem}.theme2-events-view-all-arrow{margin-left:.25rem}.theme2-our-roots--split{background:var(--t2-bg)}.theme2-our-roots-grid{display:grid;align-items:start;gap:2.5rem}@media (min-width:1024px){.theme2-our-roots-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4.5rem}}.theme2-our-roots--split .theme2-our-roots-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:none;margin:0}.theme2-our-roots-label{margin-bottom:1rem}.theme2-our-roots-heading{margin:0 0 1.25rem;max-width:28rem}.theme2-our-roots-intro{margin:0 0 2.5rem;max-width:34rem}.theme2-our-roots--split .theme2-our-roots-items{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:34rem}.theme2-our-roots--split .theme2-our-roots-item{padding:0;border:none;background:transparent;backdrop-filter:none;box-shadow:none}.theme2-our-roots-item-title{margin:0 0 .5rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.375rem;font-weight:700;line-height:1.3;color:var(--t2-text)}.theme2-our-roots-item-text{margin:0;font-size:.9375rem;line-height:1.5;color:var(--t2-muted)}.theme2-our-roots-media{width:100%}.theme2-our-roots-image{display:block;width:100%;height:auto;border-radius:var(--t2-radius);object-fit:cover;object-position:center;aspect-ratio:4/5}@media (min-width:1024px){.theme2-our-roots-image{min-height:28rem;aspect-ratio:auto}}.theme2-articles-grid{display:grid;gap:1.75rem}.theme2-articles-grid--equal{gap:1.75rem}@media (min-width:768px){.theme2-articles-grid--equal{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.theme2-article-card{display:flex;flex-direction:column;gap:1rem}.theme2-article-card--home{overflow:hidden;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border);gap:0}.theme2-article-image-heading{display:block;width:100%;height:200px;aspect-ratio:4/3;object-fit:cover}.theme2-article-card-body-main{padding:1rem 1.125rem 1.25rem;color:var(--t2-text)}.theme2-article-author,.theme2-article-card-meta{display:flex;align-items:center;gap:.625rem;margin-bottom:.35rem}.theme2-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:rgba(37,99,235,.18);color:var(--t2-primary);font-size:.75rem;font-weight:600}.theme2-article-author-name{font-size:.875rem;color:var(--t2-muted)}.theme2-article-card-media{display:block;border-radius:var(--t2-radius);overflow:hidden}.theme2-article-image{width:100%;display:block;object-fit:cover;aspect-ratio:16/9}.theme2-article-meta{margin:0;font-size:.75rem;font-weight:600;color:var(--t2-primary)}.theme2-article-card-title{margin:.375rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.125rem;font-weight:700;line-height:1.35}.theme2-article-card-title a{color:var(--t2-text);text-decoration:none}.theme2-article-card-title a:hover{color:var(--t2-primary)}.theme2-article-card-excerpt{margin:.75rem 0 0;font-size:.9375rem;line-height:1.65;color:var(--t2-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.theme2-article-read-more{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--t2-primary);text-decoration:none}.theme2-article-read-more:hover{text-decoration:underline}.theme2-fund-grid{display:grid;gap:1.5rem}@media (min-width:768px){.theme2-fund-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}}.theme2-fund-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border);min-height:100%}.theme2-fund-card-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.375rem;font-weight:700;line-height:1.3;color:var(--t2-text)}.theme2-fund-card-title a{color:inherit;text-decoration:none}.theme2-fund-card-title a:hover{color:var(--t2-primary)}.theme2-fund-card-text{margin:.75rem 0 0;font-size:.9375rem;line-height:1.65;color:var(--t2-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.theme2-fund-card-progress{margin-top:1.25rem}.theme2-fund-stats{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;line-height:1.4}.theme2-fund-raised{font-weight:700;color:var(--t2-text)}.theme2-fund-goal{color:var(--t2-muted)}.theme2-fund-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;padding-top:1.25rem;border:0;background:transparent;font-size:.875rem;font-weight:600;color:var(--t2-primary);cursor:pointer}.theme2-fund-link:hover{text-decoration:underline}.theme2-fund-list{display:flex;flex-direction:column;gap:1.25rem}.theme2-fund-row{display:grid;gap:1rem;align-items:center;padding:1.25rem 1.5rem;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border)}@media (min-width:768px){.theme2-fund-row{grid-template-columns:auto 1fr 1.5fr auto auto;gap:1.5rem}}.theme2-fund-row-index{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--t2-primary);font-size:.8125rem;font-weight:700;color:#fff;flex-shrink:0}.theme2-fund-row-title{margin:0 0 .25rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1rem;font-weight:600;color:var(--t2-text)}.theme2-fund-row-text{margin:0;font-size:.8125rem;color:var(--t2-muted)}.theme2-progress-track{height:.375rem;border-radius:9999px;background:var(--t2-progress-track);overflow:hidden}.theme2-progress-fill{height:100%;border-radius:inherit;background:var(--t2-primary);transition:width .3s ease}.theme2-fund-row-pct{display:block;margin-top:.375rem;font-size:.6875rem;color:var(--t2-muted)}.theme2-fund-row-amount{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;white-space:nowrap}@media (min-width:768px){.theme2-fund-row-amount{align-items:flex-end;text-align:right}}.theme2-fund-row-raised{font-size:1.125rem;font-weight:700;color:var(--t2-text)}.theme2-fund-row-goal{font-size:.75rem;font-weight:500;color:var(--t2-muted)}.theme2-fund-row-donate{padding:.5rem 1rem;border-radius:var(--t2-btn-radius);background:transparent;border:1px solid var(--t2-primary);color:var(--t2-primary);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.theme2-fund-row-donate:hover{background:var(--t2-primary);color:#fff}.theme2-fund-donate-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.7)}.theme2-fund-donate-modal-panel{width:100%;max-width:28rem;max-height:90vh;overflow-y:auto;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border)}.theme2-fund-donate-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--t2-border)}.theme2-fund-donate-modal-eyebrow{margin:0 0 .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--t2-primary)}.theme2-fund-donate-modal-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.25rem;font-weight:700;color:var(--t2-text)}.theme2-fund-donate-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.5rem;background:transparent;color:var(--t2-muted);font-size:1.5rem;line-height:1;cursor:pointer}.theme2-fund-donate-modal-close:hover{background:rgba(255,255,255,.08);color:var(--t2-text)}.theme2-fund-donate-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.theme2-fund-donate-modal-qr-wrap{text-align:center}.theme2-fund-donate-modal-qr{width:12rem;height:12rem;object-fit:contain;margin-inline:auto;border-radius:.5rem}.theme2-fund-donate-modal-qr-caption{margin:.75rem 0 0;font-size:.875rem;color:var(--t2-muted)}.theme2-fund-donate-modal-no-qr{margin:0;font-size:.875rem;color:var(--t2-muted)}.theme2-fund-donate-modal-remarks-title{margin:0 0 .5rem;font-weight:600;color:var(--t2-text)}.theme2-fund-donate-modal-remarks-lead,.theme2-fund-donate-modal-remarks-note{margin:0 0 .75rem;font-size:.8125rem;line-height:1.6;color:var(--t2-muted)}.theme2-fund-donate-modal-remarks-example{padding:.875rem 1rem;border-radius:.5rem;background:rgba(255,255,255,.05);font-size:.8125rem}.theme2-fund-donate-modal-remarks-label{color:var(--t2-muted)}.theme2-fund-donate-modal-remarks-value{color:var(--t2-text)}.theme2-membership-grid{display:grid;gap:1.5rem}@media (min-width:768px){.theme2-membership-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.theme2-membership-grid--single{grid-template-columns:minmax(0,24rem);justify-content:center}}.theme2-membership-card{display:flex;flex-direction:column;gap:.75rem;padding:2rem;border-radius:var(--t2-radius);background:var(--t2-surface);border:1px solid var(--t2-border)}.theme2-membership-card--highlight{border-color:var(--t2-primary);box-shadow:0 0 0 1px var(--t2-primary)}.theme2-membership-card-label{margin:0;font-size:.875rem;font-weight:600;color:var(--t2-text);text-align:center}.theme2-membership-card-price{margin:0;display:flex;align-items:baseline;justify-content:center;gap:.375rem}.theme2-membership-card-price-value{font-size:2rem;font-weight:700;color:var(--t2-primary)}.theme2-membership-card-description,.theme2-membership-card-price-suffix{font-size:.875rem;color:var(--t2-muted)}.theme2-membership-card-description{margin:0;text-align:center}.theme2-membership-card-divider{width:100%;margin:.75rem 0;border:none;border-top:1px solid var(--t2-border)}.theme2-membership-feature-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.625rem;flex:1}.theme2-membership-feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--t2-muted)}.theme2-membership-check-icon{width:1.125rem;height:1.125rem;flex-shrink:0;margin-top:.125rem;color:var(--t2-primary)}.theme2-membership-cta{width:100%;margin-top:1rem;justify-content:center}.theme2-join-cta{width:100%;padding-block:clamp(3.75rem,8vw,6.25rem);padding-inline:1.25rem;background:var(--t2-primary)}.theme2-join-cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.theme2-join-cta-label{margin:0;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75)}.theme2-join-cta-heading{margin:1rem 0 0;max-width:56rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.2;color:#fff}.theme2-join-cta-subtitle{margin:1rem auto 0;max-width:47.5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:rgba(255,255,255,.75)}.theme2-join-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.theme2-join-cta-btn-solid{background:#fff;color:#1f2326;border-color:#fff}.theme2-join-cta-btn-solid:hover{background:rgba(255,255,255,.92);color:#1f2326}.theme2-join-cta .theme2-join-cta-btn-outline{border-color:rgba(255,255,255,.85);color:#fff;background:transparent}.theme2-join-cta .theme2-join-cta-btn-outline:hover{background:rgba(255,255,255,.12);color:#fff}.theme2-footer{background:var(--t2-footer-bg,#0a0b0d);padding-block:3rem 1.5rem;margin-top:auto;color:#ffffff}.theme2-footer-inner{display:flex;flex-direction:column;gap:2.5rem}.theme2-footer-grid{display:grid;gap:2rem}@media (min-width:768px){.theme2-footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem}}.theme2-footer-brand{display:flex;flex-direction:column;gap:1rem}.theme2-footer-brand a{text-decoration:none;color:inherit}.theme2-footer-logo{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover}.theme2-footer-logo--svg{width:auto;max-width:3rem;height:2.5rem}.theme2-footer-tagline{margin:0;font-size:.875rem;line-height:1.6;color:var(--t2-muted)}.theme2-footer-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;color:var(--t2-muted)}.theme2-footer-contact-link{color:var(--t2-muted);text-decoration:none}.theme2-footer-contact-link:hover{color:var(--t2-text)}.theme2-footer-col-title{margin:0 0 1rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t2-text)}.theme2-footer-link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.theme2-footer-link{font-size:.875rem;color:var(--t2-muted);text-decoration:none;transition:color .2s}.theme2-footer-link:hover{color:var(--t2-text)}.theme2-footer-bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}@media (min-width:768px){.theme2-footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.theme2-footer-bottom-main{display:flex;flex-direction:column;gap:1rem;flex:1}@media (min-width:768px){.theme2-footer-bottom-main{flex-direction:row;align-items:center;justify-content:space-between}}.theme2-footer-social{display:flex;align-items:center;gap:.625rem}.theme2-footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff;text-decoration:none;transition:background-color .2s,border-color .2s}.theme2-footer-social-link:hover{background:rgba(37,99,235,.2);border-color:var(--t2-primary)}.theme2-footer-social-link img{width:1rem;height:1rem;filter:brightness(0) invert(1)}.theme2-footer-copyright,.theme2-footer-powered{margin:0;font-size:.75rem;color:#9ca3af}.theme2-footer-powered-link{color:var(--t2-primary);text-decoration:none}.theme2-footer-powered-link:hover{text-decoration:underline}.theme2-footer-contact,.theme2-footer-contact-link,.theme2-footer-link,.theme2-footer-tagline{color:#9ca3af}.theme2-footer-col-title,.theme2-footer-contact-link:hover,.theme2-footer-link:hover{color:#ffffff}.theme2-events-list{--theme-primary:var(--t2-primary)}.theme2-color-mode-toggle{display:inline-flex;padding:0;border:none;background:transparent;cursor:pointer}.theme2-color-mode-toggle-track{position:relative;display:flex;align-items:center;gap:.25rem;padding:.25rem;border-radius:9999px;background:color-mix(in srgb,var(--t2-text) 8%,transparent);border:1px solid var(--t2-border)}.theme2-color-mode-toggle-thumb{position:absolute;top:.25rem;left:.25rem;width:2rem;height:2rem;border-radius:9999px;background:var(--t2-surface);border:1px solid var(--t2-border);box-shadow:0 1px 3px rgba(0,0,0,.12);transition:transform .2s ease}.theme2-color-mode-toggle-thumb--dark{transform:translateX(2.25rem)}.theme2-color-mode-toggle-icon{position:relative;z-index:1;display:grid;place-items:center;width:2rem;height:2rem;color:var(--t2-muted)}.theme2-color-mode-toggle-icon--moon{color:var(--t2-header-text-active)}.theme2-mode-dark .theme2-color-mode-toggle-icon--sun{color:var(--t2-muted)}.theme2-mode-dark .theme2-color-mode-toggle-icon--moon,.theme2-mode-light .theme2-color-mode-toggle-icon--sun{color:var(--t2-header-text-active)}.theme2-mode-light .theme2-fund-row,.theme2-mode-light .theme2-membership-card{box-shadow:var(--t2-card-shadow)}.theme2-mode-light .theme2-fund-donate-modal-remarks-example{background:#f8fafc}.theme2-root .lg\:hidden>button{border-color:var(--t2-border)!important;background:var(--t2-surface)!important;color:var(--t2-text)!important;box-shadow:none!important}.theme2-root .lg\:hidden>button:hover{border-color:color-mix(in srgb,var(--t2-primary) 35%,var(--t2-border))!important;background:color-mix(in srgb,var(--t2-primary) 10%,var(--t2-surface))!important}.theme2-root .fixed.inset-0.z-40{background:rgba(10,11,13,.55)!important}.theme2-root .fixed.inset-x-0.top-\[4\.25rem\].z-50,.theme2-root .fixed.inset-x-0[class*=top-][class*=z-50]{border-color:var(--t2-border)!important;background:var(--t2-bg)!important;box-shadow:0 16px 40px rgba(0,0,0,.35)!important}.theme2-root .fixed.inset-x-0.top-\[4\.25rem\].z-50 .text-stone-400,.theme2-root nav[aria-label=Mobile] .text-stone-400{color:var(--t2-muted)!important}.theme2-root nav[aria-label=Mobile] a{color:var(--t2-header-text)!important}.theme2-root nav[aria-label=Mobile] a.bg-\[var\(--theme-primary\)\]\/10,.theme2-root nav[aria-label=Mobile] a[aria-current=page]{color:var(--t2-primary)!important;background:color-mix(in srgb,var(--t2-primary) 12%,transparent)!important}.theme2-header .lg\:hidden>button{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--t2-border);background:var(--t2-surface);color:var(--t2-header-text-active)}.theme2-header .lg\:hidden>button:hover{border-color:color-mix(in srgb,var(--t2-primary) 35%,var(--t2-border))}.theme2-about-page{display:flex;flex-direction:column}.theme2-section--surface{background:var(--t2-about-surface)}.theme2-section--contrast{background:var(--t2-about-contrast);color:#fff}.theme2-section--contrast .theme2-label{color:color-mix(in srgb,var(--t2-primary) 85%,#fff)}.theme2-section--contrast .theme2-about-section-title,.theme2-section--contrast .theme2-heading{color:#fff}.theme2-about-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--t2-primary)}.theme2-about-eyebrow--on-dark{color:rgba(255,255,255,.9)}.theme2-about-section-title{margin:.5rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.875rem,3.2vw,2.75rem);font-weight:700;line-height:1.15;color:var(--t2-text)}.theme2-about-section-title--center{text-align:center}.theme2-about-body{margin:1rem 0 0;max-width:36rem;font-size:1rem;line-height:1.75;color:var(--t2-muted)}.theme2-about-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(78vh,40rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-about-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.62))}.theme2-about-banner-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-about-banner-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;line-height:1.08;color:#fff}.theme2-about-banner-subtitle{margin:1rem 0 0;max-width:34rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.92)}.theme2-about-banner-actions{margin-top:2rem}.theme2-about-history-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width:1024px){.theme2-about-history-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.theme2-about-history-image{width:100%;border-radius:var(--t2-radius);object-fit:cover;aspect-ratio:4/5}.theme2-about-history-copy{display:flex;flex-direction:column;gap:.25rem}.theme2-about-history-cta{align-self:flex-start;margin-top:1.25rem}.theme2-about-values .theme2-section-header{margin-bottom:2rem}.theme2-about-values-grid{display:grid;gap:1.25rem}@media (min-width:768px){.theme2-about-values-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.theme2-about-value-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;border-radius:var(--t2-radius);background:var(--t2-about-card-bg);color:var(--t2-about-card-text)}.theme2-about-value-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;border-radius:.625rem;background:color-mix(in srgb,var(--t2-primary) 12%,transparent);color:var(--t2-primary)}.theme2-about-value-icon svg{width:1.375rem;height:1.375rem}.theme2-about-value-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.125rem;font-weight:700;color:var(--t2-about-card-text)}.theme2-about-value-text{margin:.625rem 0 0;font-size:.875rem;line-height:1.6;color:var(--t2-about-card-muted)}.theme2-about-leadership-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 2rem;margin-bottom:2rem}.theme2-about-leadership-header__copy{flex:1;min-width:0;text-align:center}@media (min-width:768px){.theme2-about-leadership-header__copy{text-align:left}}.theme2-about-leadership-view-all{flex-shrink:0}.theme2-about-leaders-grid{display:grid;gap:2rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.theme2-about-leaders-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.theme2-about-leader-card{text-align:center}.theme2-about-leader-ring{width:8.5rem;height:8.5rem;margin-inline:auto;padding:.25rem;border-radius:9999px;background:linear-gradient(135deg,var(--t2-primary),color-mix(in srgb,var(--t2-primary) 55%,#0a0b0d));box-shadow:0 0 0 2px color-mix(in srgb,var(--t2-primary) 25%,transparent)}.theme2-about-leader-photo{display:block;width:100%;height:100%;border-radius:9999px;object-fit:cover;border:3px solid var(--t2-about-surface)}.theme2-about-leader-photo--placeholder{display:flex;align-items:center;justify-content:center;background:var(--t2-progress-track);font-size:1.75rem;color:var(--t2-muted)}.theme2-about-leader-name,.theme2-about-leader-photo--placeholder{font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-weight:700}.theme2-about-leader-name{margin:1rem 0 0;font-size:1.0625rem;color:var(--t2-text)}.theme2-about-leader-role{margin:.35rem 0 0;font-size:.875rem;font-weight:600;color:var(--t2-primary)}.theme2-about-milestones .theme2-section-header{margin-bottom:2.5rem}.theme2-about-timeline{position:relative;max-width:48rem;margin-inline:auto}.theme2-about-timeline:before{content:"";position:absolute;top:.5rem;bottom:.5rem;left:50%;width:2px;transform:translateX(-50%);background:rgba(255,255,255,.2)}.theme2-about-timeline-item{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem 1.5rem;align-items:start;padding-block:1.25rem}.theme2-about-timeline-year-col{text-align:right}.theme2-about-timeline-year{font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff}.theme2-about-timeline-marker{width:.875rem;height:.875rem;margin-top:.5rem;border-radius:9999px;background:var(--t2-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--t2-primary) 50%,transparent)}.theme2-about-timeline-content{padding-top:.125rem}.theme2-about-timeline-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.125rem;font-weight:700;color:#fff}.theme2-about-timeline-text{margin:.375rem 0 0;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.72)}@media (max-width:639px){.theme2-about-timeline:before{left:.375rem;transform:none}.theme2-about-timeline-item{grid-template-columns:auto 1fr;gap:0 1rem}.theme2-about-timeline-year-col{display:none}.theme2-about-timeline-marker{grid-row:span 2}}.theme2-about-gallery-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem 2rem;margin-bottom:2rem}.theme2-about-gallery-copy{max-width:38rem}.theme2-about-gallery-cta{flex-shrink:0}.theme2-about-gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:11rem}.theme2-about-gallery-item{overflow:hidden;border-radius:var(--t2-radius)}.theme2-about-gallery-image{display:block;width:100%;height:100%;object-fit:cover}.theme2-about-gallery-item--1{grid-column:1/span 2;grid-row:1}.theme2-about-gallery-item--2{grid-column:1/span 2;grid-row:2}.theme2-about-gallery-item--3{grid-column:3/span 2;grid-row:1/span 2}.theme2-about-gallery-item--4{grid-column:5/span 2;grid-row:1}.theme2-about-gallery-item--5{grid-column:5/span 2;grid-row:2}@media (max-width:767px){.theme2-about-gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto}.theme2-about-gallery-item{grid-column:1/-1!important;grid-row:auto!important}.theme2-about-gallery-image{aspect-ratio:16/10;height:auto}}.theme2-about-cta{background-size:cover;background-position:50%}.theme2-about-cta-overlay{padding-block:5rem;background:linear-gradient(180deg,rgba(10,11,13,.65),rgba(10,11,13,.82))}.theme2-about-cta-inner{text-align:center}.theme2-about-cta-badge{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.9)}.theme2-about-cta-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff}.theme2-about-cta-subtitle{margin:1rem auto 0;max-width:32rem;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.88)}.theme2-about-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.theme2-about-cta .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-about-cta .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-events-page{display:flex;flex-direction:column}.theme2-events-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(72vh,38rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-events-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.65))}.theme2-events-banner-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-events-banner-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;line-height:1.08;color:#fff}.theme2-events-banner-subtitle{margin:1rem 0 0;max-width:34rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.92)}.theme2-events-banner-actions{margin-top:2rem}.theme2-events-banner-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:var(--t2-btn-radius);background:var(--t2-primary);font-size:.9375rem;font-weight:600;color:#fff;text-decoration:none;transition:opacity .2s,transform .2s}.theme2-events-banner-btn:hover{opacity:.92}.theme2-events-page-body{padding-block:var(--t2-section-py)}.theme2-events-page-body-inner{display:flex;flex-direction:column;gap:2.5rem}.theme2-events-page-list{display:flex;flex-direction:column;gap:1.25rem}.theme2-events-page .theme2-event-card--featured.theme2-event-card--overlay{min-height:20rem}@media (min-width:768px){.theme2-events-page .theme2-event-card--featured.theme2-event-card--overlay{min-height:24rem}}.theme2-events-page-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.theme2-events-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.theme2-events-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)){grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:11rem}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)) .theme2-event-card:first-child{grid-column:1/span 2;grid-row:1}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)) .theme2-event-card:nth-child(2){grid-column:3/span 2;grid-row:1}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)) .theme2-event-card:nth-child(3){grid-column:5/span 2;grid-row:1/span 2;min-height:100%}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)) .theme2-event-card:nth-child(4){grid-column:1/span 3;grid-row:2}.theme2-events-page-grid:has(.theme2-event-card:nth-child(5)) .theme2-event-card:nth-child(5){grid-column:4/span 2;grid-row:2}}.theme2-events-page-grid .theme2-event-card--overlay{min-height:12rem}.theme2-events-page-grid .theme2-event-card-image,.theme2-events-page-grid .theme2-event-card-link{height:100%;min-height:inherit}.theme2-events-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.theme2-events-pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--t2-border);border-radius:9999px;background:var(--t2-surface);color:var(--t2-text);font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.theme2-events-pagination-btn:hover:not(:disabled){border-color:var(--t2-primary);color:var(--t2-primary)}.theme2-events-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.theme2-events-pagination-btn--active{background:var(--t2-primary);border-color:var(--t2-primary);color:#fff}.theme2-events-pagination-btn svg{width:1.125rem;height:1.125rem}.theme2-events-cta{background-size:cover;background-position:50%}.theme2-events-cta-overlay{padding-block:5rem;background:linear-gradient(180deg,rgba(10,11,13,.65),rgba(10,11,13,.82))}.theme2-events-cta-inner{text-align:center}.theme2-events-cta-badge{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.9)}.theme2-events-cta-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff}.theme2-events-cta-subtitle{margin:1rem auto 0;max-width:32rem;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.88)}.theme2-events-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.theme2-events-cta .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-events-cta .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-event-detail-page{background:var(--t2-bg)}.theme2-event-detail-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(68vh,36rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-event-detail-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.68))}.theme2-event-detail-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-event-detail-hero-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1;color:#fff}.theme2-event-detail-content{padding:3.5rem 0 4rem}.theme2-event-detail-split{display:grid;gap:2.5rem;align-items:start}@media (min-width:992px){.theme2-event-detail-split{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:3rem}}.theme2-event-detail-main .theme2-label{margin-bottom:.75rem}.theme2-event-detail-intro{margin:0 0 1.5rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.375rem,2.4vw,1.875rem);font-weight:700;line-height:1.35;color:var(--t2-text)}.theme2-event-detail-body{display:flex;flex-direction:column;gap:1.125rem}.theme2-event-detail-body p{margin:0;font-size:1rem;line-height:1.75;color:var(--t2-muted)}.theme2-event-detail-inline-media{display:block;width:100%;margin:2rem 0;padding:0;border:0;border-radius:.75rem;overflow:hidden;cursor:zoom-in;background:transparent}.theme2-event-detail-inline-media:focus-visible{outline:2px solid var(--t2-primary);outline-offset:3px}.theme2-event-detail-inline-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.theme2-event-detail-highlights{margin-top:2.5rem}.theme2-event-detail-highlights-title{margin:0 0 1rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:1.375rem;font-weight:700;color:var(--t2-text)}.theme2-event-detail-highlights-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.875rem}.theme2-event-detail-highlights-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.975rem;line-height:1.55;color:var(--t2-muted)}.theme2-event-detail-check{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;margin-top:.125rem;border-radius:9999px;background:rgba(37,99,235,.12);color:var(--t2-primary)}.theme2-event-detail-check svg{width:.75rem;height:.75rem}.theme2-event-detail-sidebar{position:relative}@media (min-width:992px){.theme2-event-detail-sidebar{position:sticky;top:6rem}}.theme2-event-detail-facts{padding:1.5rem;border-radius:.75rem;background:var(--t2-card);border:1px solid var(--t2-border)}.theme2-event-detail-facts-title{margin:0 0 1.25rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--t2-muted)}.theme2-event-detail-facts-list{margin:0;display:flex;flex-direction:column;gap:1.125rem}.theme2-event-detail-fact{display:grid;gap:.25rem}.theme2-event-detail-fact dt{margin:0;font-size:.8125rem;font-weight:500;color:var(--t2-muted)}.theme2-event-detail-fact dd{margin:0;font-size:1rem;font-weight:600;line-height:1.45;color:var(--t2-text)}.theme2-event-detail-gallery{padding:0 0 4rem}.theme2-event-detail-gallery .theme2-section-header{margin-bottom:2rem}.theme2-event-detail-gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.theme2-event-detail-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.theme2-event-detail-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.theme2-event-detail-gallery-item{margin:0}.theme2-event-detail-gallery-button{display:block;width:100%;padding:0;border:0;border-radius:.75rem;overflow:hidden;cursor:zoom-in;background:transparent}.theme2-event-detail-gallery-button:focus-visible{outline:2px solid var(--t2-primary);outline-offset:3px}.theme2-event-detail-gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.theme2-event-detail-gallery-caption{margin-top:.5rem;font-size:.875rem;line-height:1.45;color:var(--t2-muted)}.theme2-event-detail-related{padding:0 0 4rem}.theme2-event-detail-related .theme2-section-header{margin-bottom:2rem}.theme2-event-detail-related-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.theme2-event-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.theme2-event-detail-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.theme2-event-detail-related-grid .theme2-event-card--overlay,.theme2-event-detail-related-grid .theme2-event-card-image,.theme2-event-detail-related-grid .theme2-event-card-link{min-height:16rem}.theme2-image-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(17,24,39,.92)}.theme2-image-lightbox-frame{display:flex;max-width:min(100%,56rem);max-height:min(85vh,900px);flex-direction:column;align-items:center;margin:0}.theme2-image-lightbox-frame img{display:block;max-width:100%;max-height:min(85vh,900px);width:auto;height:auto;border-radius:.75rem;object-fit:contain}.theme2-image-lightbox-caption{margin-top:.875rem;max-width:42rem;text-align:center;font-size:.9375rem;line-height:1.5;color:rgba(255,255,255,.88)}.theme2-image-lightbox-close,.theme2-image-lightbox-nav{position:absolute;border:0;border-radius:9999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:background .2s ease}.theme2-image-lightbox-close{top:1rem;right:1rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600}.theme2-image-lightbox-nav{top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;font-size:1.75rem;line-height:1}.theme2-image-lightbox-nav--prev{left:1rem}.theme2-image-lightbox-nav--next{right:1rem}.theme2-image-lightbox-count{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);margin:0;font-size:.875rem;color:rgba(255,255,255,.82)}@media (hover:hover) and (pointer:fine){.theme2-image-lightbox-close:hover,.theme2-image-lightbox-nav:hover{background:rgba(255,255,255,.22)}}.theme2-articles-page{background:var(--t2-bg)}.theme2-articles-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(78vh,40rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-articles-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.62))}.theme2-articles-banner-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-articles-banner-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;line-height:1.08;color:#fff}.theme2-articles-banner-subtitle{margin:1rem 0 0;max-width:34rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.92)}.theme2-articles-banner-actions{margin-top:2rem}.theme2-articles-page-body{padding:3.5rem 0 4rem}.theme2-articles-page-body .theme2-section-header{margin-bottom:2.5rem}.theme2-articles-page-grid{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.theme2-articles-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.theme2-articles-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.theme2-article-card--page .theme2-article-card-title{font-size:clamp(1.125rem,2vw,1.375rem)}.theme2-articles-empty{margin:0;text-align:center;color:var(--t2-muted)}.theme2-articles-load-more-wrap{display:flex;justify-content:center;margin-top:2.5rem}.theme2-articles-load-more{min-width:12rem}.theme2-articles-cta{background-size:cover;background-position:50%}.theme2-articles-cta-overlay{padding:4.5rem 0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.72))}.theme2-articles-cta-inner{text-align:center}.theme2-articles-cta-badge{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.88)}.theme2-articles-cta-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.12;color:#fff}.theme2-articles-cta-subtitle{margin:1rem auto 0;max-width:32rem;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.88)}.theme2-articles-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.theme2-articles-cta .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-articles-cta .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-article-detail-page{background:var(--t2-bg)}.theme2-article-detail-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(68vh,36rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-article-detail-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.68))}.theme2-article-detail-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-article-detail-hero-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1;color:#fff}.theme2-article-detail-hero-subtitle{margin:1rem 0 0;max-width:36rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.9)}.theme2-article-detail-content{padding:3.5rem 0 4rem}.theme2-article-detail-split{display:grid;gap:2.5rem;align-items:start}@media (min-width:992px){.theme2-article-detail-split{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:3rem}}.theme2-article-detail-rich>*+*{margin-top:1.25rem}.theme2-article-detail-rich p{margin:0;font-size:1rem;line-height:1.75;color:var(--t2-muted)}.theme2-article-detail-rich h2,.theme2-article-detail-rich h3{margin:2rem 0 .75rem;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-weight:700;line-height:1.3;color:var(--t2-text)}.theme2-article-detail-rich h2{font-size:1.5rem}.theme2-article-detail-rich h3{font-size:1.25rem}.theme2-article-detail-rich iframe,.theme2-article-detail-rich img,.theme2-article-detail-rich video{display:block;width:100%;border-radius:.75rem}.theme2-article-detail-rich ol,.theme2-article-detail-rich ul{margin:0;padding-left:1.25rem;color:var(--t2-muted);line-height:1.75}.theme2-article-detail-rich li+li{margin-top:.5rem}.theme2-article-detail-rich blockquote{margin:0;padding-left:1rem;border-left:3px solid var(--t2-primary);color:var(--t2-text)}.theme2-article-detail-rich a{color:var(--t2-primary);text-decoration:underline}.theme2-article-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:992px){.theme2-article-detail-sidebar{position:sticky;top:6rem}}.theme2-article-detail-author,.theme2-article-detail-toc{padding:1.5rem;border-radius:.75rem;background:var(--t2-card);border:1px solid var(--t2-border)}.theme2-article-detail-sidebar-title{margin:0 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--t2-primary)}.theme2-article-detail-toc-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.625rem}.theme2-article-detail-toc-list a{font-size:.9375rem;line-height:1.45;color:var(--t2-primary);text-decoration:none}.theme2-article-detail-toc-list a:hover{text-decoration:underline}.theme2-article-detail-toc-item--nested{padding-left:.875rem}.theme2-article-detail-author-card{display:flex;align-items:center;gap:.875rem}.theme2-article-detail-author-avatar{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:9999px;background:rgba(37,99,235,.12);color:var(--t2-primary);font-size:.875rem;font-weight:700}.theme2-article-detail-author-name{margin:0;font-size:1rem;font-weight:700;color:var(--t2-text)}.theme2-article-detail-author-org,.theme2-article-detail-author-role{margin:.125rem 0 0;font-size:.875rem;color:var(--t2-muted)}.theme2-article-detail-related{padding:0 0 4rem}.theme2-article-detail-related .theme2-section-header{margin-bottom:2rem}.theme2-article-detail-related-grid{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.theme2-article-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.theme2-article-detail-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.theme2-contact-page{background:var(--t2-bg)}.theme2-contact-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(68vh,36rem);text-align:center;color:#fff;background-color:var(--t2-about-contrast);background-size:cover;background-position:50%}.theme2-contact-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.68))}.theme2-contact-banner-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:52rem;padding:5rem 1.5rem 4rem}.theme2-contact-banner-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;line-height:1.08;color:#fff}.theme2-contact-banner-subtitle{margin:1rem 0 0;max-width:34rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.92)}.theme2-contact-main{padding:3.5rem 0 4rem}.theme2-contact-grid{display:grid;gap:2.5rem;align-items:start}@media (min-width:992px){.theme2-contact-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3.5rem}}.theme2-contact-form{display:flex;flex-direction:column;gap:1.25rem}.theme2-contact-field{display:flex;flex-direction:column;gap:.5rem}.theme2-contact-field-label{font-size:.875rem;font-weight:500;color:var(--t2-muted)}.theme2-contact-input{width:100%;padding:.875rem 1rem;border:1px solid var(--t2-border);border-radius:.5rem;background:var(--t2-input-bg);color:var(--t2-text);font-size:1rem;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease}.theme2-contact-input::placeholder{color:var(--t2-muted);opacity:.75}.theme2-contact-input:focus{outline:none;border-color:var(--t2-primary);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.theme2-contact-input:disabled{opacity:.65;cursor:not-allowed}.theme2-contact-textarea{min-height:9rem;resize:vertical}.theme2-contact-submit{align-self:flex-start;margin-top:.5rem}.theme2-contact-alert{margin:0 0 1.25rem;padding:.875rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.5}.theme2-contact-alert--success{border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46}.theme2-contact-alert--error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.theme2-mode-dark .theme2-contact-alert--success{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.12);color:#6ee7b7}.theme2-mode-dark .theme2-contact-alert--error{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.12);color:#fca5a5}.theme2-contact-details-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2;color:var(--t2-text)}.theme2-contact-details-lead{margin:1rem 0 0;font-size:.975rem;line-height:1.7;color:var(--t2-muted)}.theme2-contact-info-list{margin:1.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.25rem}.theme2-contact-info-list li{display:flex;align-items:flex-start;gap:.875rem;font-size:.975rem;line-height:1.55;color:var(--t2-text)}.theme2-contact-info-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background:rgba(37,99,235,.1);color:var(--t2-primary)}.theme2-contact-info-icon svg{width:1.125rem;height:1.125rem}.theme2-contact-info-list a{color:var(--t2-text);text-decoration:none}.theme2-contact-info-list a:hover{color:var(--t2-primary)}.theme2-contact-map-section{padding:0 0 4rem}.theme2-contact-map-heading{margin:0 0 1.5rem;text-align:center;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:600;line-height:1.35;color:var(--t2-text)}.theme2-contact-map{overflow:hidden;border-radius:.75rem;border:1px solid var(--t2-border);box-shadow:0 8px 24px rgba(15,23,42,.08);aspect-ratio:16/7;min-height:18rem}.theme2-contact-map iframe{display:block;width:100%;height:100%;border:0}.theme2-contact-cta{background-size:cover;background-position:50%}.theme2-contact-cta-overlay{padding:4.5rem 0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.72))}.theme2-contact-cta-inner{text-align:center}.theme2-contact-cta-badge{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.88)}.theme2-contact-cta-title{margin:.75rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.12;color:#fff}.theme2-contact-cta-subtitle{margin:1rem auto 0;max-width:36rem;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.88)}.theme2-contact-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.theme2-contact-cta .theme2-btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.theme2-contact-cta .theme2-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.theme2-fund-page-section{background:var(--t2-bg)}.theme2-fund-activity-detail-content{padding-block:var(--t2-section-py);background:var(--t2-bg)}.theme2-fund-activity-detail-split{display:grid;gap:2.5rem;align-items:start}@media (min-width:1024px){.theme2-fund-activity-detail-split{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3rem}}.theme2-fund-activity-detail-media-placeholder,.theme2-fund-activity-detail-qr-card{border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card);padding:1.5rem}.theme2-fund-activity-detail-media-placeholder{min-height:16rem;background:color-mix(in srgb,var(--t2-primary) 8%,var(--t2-card))}.theme2-fund-activity-detail-qr-label{margin:0 0 1rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--t2-primary)}.theme2-fund-activity-detail-qr-image{width:100%;max-width:16rem;margin-inline:auto;display:block;border-radius:.5rem;background:#fff}.theme2-fund-activity-detail-qr-hint{margin:1rem 0 0;font-size:.875rem;line-height:1.6;color:var(--t2-muted)}.theme2-fund-activity-detail-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--t2-text)}.theme2-fund-activity-detail-category{margin:.75rem 0 0;font-size:.875rem;font-weight:600;color:var(--t2-primary)}.theme2-fund-activity-detail-description{margin:1rem 0 0;font-size:1rem;line-height:1.7;color:var(--t2-muted)}.theme2-fund-activity-detail-progress{margin-top:1.75rem;padding:1.25rem;border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card)}.theme2-fund-activity-detail-progress-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.theme2-fund-activity-detail-progress-label{margin:0;font-size:.75rem;color:var(--t2-muted)}.theme2-fund-activity-detail-progress-value{margin:.25rem 0 0;font-size:1.125rem;font-weight:700;color:var(--t2-text)}.theme2-fund-activity-detail-progress-value--muted{color:var(--t2-muted);font-weight:600}.theme2-fund-activity-detail-progress-track{margin-top:.25rem}.theme2-fund-activity-detail-progress-note{margin:.75rem 0 0;font-size:.8125rem;color:var(--t2-muted)}.theme2-fund-activity-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;align-items:center}.theme2-fund-activity-detail-link{font-size:.875rem;font-weight:600;color:var(--t2-primary);text-decoration:none}.theme2-fund-activity-detail-link:hover{text-decoration:underline}.theme2-fund-activity-detail-records{padding-block:var(--t2-section-py);background:var(--t2-surface-alt)}.theme2-fund-activity-detail-section-header{margin-bottom:1.5rem}.theme2-fund-activity-detail-section-title{margin:0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--t2-text)}.theme2-fund-activity-detail-section-lead{margin:.5rem 0 0;color:var(--t2-muted)}.theme2-fund-activity-detail-empty{margin:0;color:var(--t2-muted)}.theme2-fund-activity-detail-table-wrap{overflow-x:auto;border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card)}.theme2-fund-activity-detail-table{width:100%;border-collapse:collapse;font-size:.875rem}.theme2-fund-activity-detail-table td,.theme2-fund-activity-detail-table th{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--t2-border);color:var(--t2-text)}.theme2-fund-activity-detail-table th{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t2-muted);background:color-mix(in srgb,var(--t2-primary) 8%,transparent)}.theme2-fund-activity-detail-table tr:last-child td{border-bottom:none}.theme2-legal-main{padding-block:var(--t2-section-py);background:var(--t2-bg)}.theme2-legal-card{max-width:48rem;margin-inline:auto;padding:2rem;border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card)}.theme2-legal-empty{margin:0;color:var(--t2-muted)}.theme2-legal-rich{color:var(--t2-muted);line-height:1.75;font-size:1rem}.theme2-legal-rich h1,.theme2-legal-rich h2,.theme2-legal-rich h3,.theme2-legal-rich h4{font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;color:var(--t2-text);margin:1.5rem 0 .75rem}.theme2-legal-rich p{margin:0 0 1rem}.theme2-legal-rich a{color:var(--t2-primary)}.theme2-legal-rich ol,.theme2-legal-rich ul{margin:0 0 1rem;padding-left:1.25rem}.theme2-team-page{background:var(--t2-bg)}.theme2-team-page-header{margin-bottom:2rem;max-width:40rem}.theme2-team-page-title{margin:.5rem 0 0;font-family:var(--font-theme1-playfair),"Playfair Display",var(--theme-font-heading),Georgia,serif;font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:700;color:var(--t2-text)}.theme2-team-page-lead{margin:.75rem 0 0;font-size:1rem;line-height:1.7;color:var(--t2-muted)}.theme2-team-empty{margin:0;color:var(--t2-muted)}.theme2-team-table-wrap{overflow-x:auto;border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card)}.theme2-team-table{width:100%;border-collapse:collapse}.theme2-team-table td,.theme2-team-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--t2-border);color:var(--t2-text);vertical-align:middle}.theme2-team-table th{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t2-muted);background:color-mix(in srgb,var(--t2-primary) 8%,transparent)}.theme2-team-table tr:last-child td{border-bottom:none}.theme2-team-table-name{font-weight:600}.theme2-team-table-photo{width:3rem;height:3rem;border-radius:9999px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--t2-progress-track);color:var(--t2-muted);font-weight:700}@media (max-width:767px){.theme2-team-table thead{display:none}.theme2-team-table tr{display:block;padding:1rem;border-bottom:1px solid var(--t2-border)}.theme2-team-table td{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.35rem 0}.theme2-team-table td:before{content:attr(data-label);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--t2-muted)}}.theme2-about-top{padding-block:3rem}.theme2-about-top-grid{display:grid;gap:2rem;align-items:start}@media (min-width:900px){.theme2-about-top-grid{grid-template-columns:1.2fr .8fr;gap:2.5rem}}.theme2-about-intro-embedded{display:flex;flex-direction:column;gap:1.25rem}.theme2-about-media--embedded .theme2-rounded-image{width:100%;max-height:16rem;object-fit:cover}.theme2-about-committee-menu{position:relative;display:inline-block}.theme2-about-committee-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid var(--t2-border);border-radius:var(--t2-radius);background:var(--t2-card);color:var(--t2-text);font-weight:600;cursor:pointer}.theme2-about-committee-menu:hover .theme2-about-committee-trigger,.theme2-about-committee-trigger:hover{border-color:color-mix(in srgb,var(--t2-primary) 40%,var(--t2-border))}.theme2-about-committee-chevron{font-size:.75rem;opacity:.7}.theme2-about-committee-dropdown{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;min-width:14rem;margin:0;padding:.4rem;list-style:none;border:1px solid var(--t2-border);border-radius:var(--t2-radius);background:var(--t2-card);box-shadow:0 12px 32px rgba(0,0,0,.12)}.theme2-about-committee-dropdown-item{display:block;width:100%;padding:.65rem .85rem;border:0;border-radius:calc(var(--t2-radius) - 2px);background:transparent;text-align:left;color:var(--t2-text);cursor:pointer}.theme2-about-committee-dropdown-item--active,.theme2-about-committee-dropdown-item:hover{background:color-mix(in srgb,var(--t2-primary) 10%,transparent)}.theme2-about-committee-dropdown-empty,.theme2-about-committee-empty,.theme2-about-committee-hint{margin:.75rem 0 0;color:var(--t2-muted)}.theme2-about-committee-table-block{margin-top:1.5rem}.theme2-about-committee-table-heading{margin:0 0 .85rem;font-size:1.25rem;font-weight:600;color:var(--t2-text)}.theme2-about-committee-table-wrap{overflow-x:auto;border-radius:var(--t2-radius);border:1px solid var(--t2-border);background:var(--t2-card)}.theme2-about-committee-table{width:100%;border-collapse:collapse}.theme2-about-committee-table td,.theme2-about-committee-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--t2-border);color:var(--t2-text);vertical-align:middle}.theme2-about-committee-table th{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t2-muted);background:color-mix(in srgb,var(--t2-primary) 8%,transparent)}.theme2-about-committee-table tr:last-child td{border-bottom:none}.theme2-about-committee-name{font-weight:600}.theme2-about-committee-photo{width:3rem;height:3rem;border-radius:9999px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--t2-progress-track);color:var(--t2-muted);font-weight:700}@media (max-width:767px){.theme2-about-committee-table thead{display:none}.theme2-about-committee-table tr{display:block;padding:1rem;border-bottom:1px solid var(--t2-border)}.theme2-about-committee-table td{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.35rem 0}.theme2-about-committee-table td:before{content:attr(data-label);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--t2-muted)}}