:root{--cream-50:#fdfaf4;--cream-100:#fbf7f0;--cream-200:#f4eadd;--sand-200:#f3eadd;--sand-300:#ece0cd;--line-200:#e7dccb;--plum-900:#221e2b;--plum-800:#2e2838;--plum-700:#3a3346;--plum-500:#5a5360;--marigold-300:#f1c07a;--marigold-400:#e8a64a;--marigold-500:#e0922f;--marigold-600:#c97f1f;--marigold-700:#a86714;--teal-500:#2c6e6a;--teal-600:#235955;--teal-700:#1c4844;--rose-400:#d67e97;--rose-500:#c75c7a;--rose-600:#a94862;--indigo-700:#36345f;--white:#ffffff;--color-bg:var(--cream-100);--color-surface:var(--white);--color-surface-muted:var(--sand-200);--color-border:var(--line-200);--color-text:var(--plum-900);--color-text-soft:var(--plum-500);--color-text-inverse:var(--cream-50);--color-primary:var(--marigold-500);--color-primary-hover:var(--marigold-600);--color-on-primary:#2a1d08;--color-accent:var(--teal-500);--color-on-accent:var(--white);--color-accent-hover:var(--teal-600);--color-decor:var(--rose-500);--color-ink-section:var(--plum-900);--color-focus:#1d6fb8;--color-success:#2f7d52;--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.5rem;--text-5xl:3.25rem;--text-6xl:4.25rem;--leading-tight:1.08;--leading-snug:1.25;--leading-normal:1.6;--tracking-tight:-0.02em;--tracking-normal:0;--tracking-wide:0.08em;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(34,30,43,0.06);--shadow-md:0 6px 20px rgba(34,30,43,0.08);--shadow-lg:0 18px 48px rgba(34,30,43,0.12);--container:1120px;--container-narrow:760px;--ease-out:cubic-bezier(0.2,0.7,0.2,1);--ease-in-out:cubic-bezier(0.45,0,0.2,1);--dur-fast:150ms;--dur-base:250ms;--dur-slow:450ms;--rotate-interval:2200ms}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-semibold);line-height:var(--leading-tight);margin:0}p{margin:0}a{color:var(--color-accent)}.container{max-width:var(--container);margin:0 auto;padding-inline:var(--space-5)}.narrow{max-width:var(--container-narrow);margin-inline:auto}.eyebrow{font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--color-primary-hover)}.muted{color:var(--color-text-soft)}.center{text-align:center}.skip-link{position:absolute;left:-999px;top:0;background:var(--color-text);color:#fff;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);z-index:100}.skip-link:focus{left:var(--space-4);top:var(--space-4)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--color-bg) 86%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{justify-content:space-between;height:72px}.brand,.site-header__inner{display:flex;align-items:center}.brand{gap:var(--space-3);font-family:var(--font-display);font-weight:600;font-size:var(--text-xl);color:var(--color-text);text-decoration:none}.brand__logo{display:block;width:34px;height:34px;object-fit:contain;flex:0 0 auto}.nav{align-items:center}.nav,.nav__links{display:flex;gap:var(--space-6)}.nav__links a{color:var(--color-text);text-decoration:none;font-weight:var(--weight-medium);font-size:var(--text-sm)}.nav__links a:hover{color:var(--color-primary-hover)}.nav__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:transparent;color:var(--color-text);cursor:pointer;transition:background var(--dur-base) var(--ease-out)}.nav__toggle:hover{background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.nav__toggle svg{width:22px;height:22px}.nav__mobile{display:none}@media (max-width:820px){.nav__links{display:none}.nav{gap:var(--space-3)}.nav__toggle{display:inline-flex}.nav__mobile:not([hidden]){display:flex;flex-direction:column;gap:var(--space-1);position:absolute;top:100%;left:0;right:0;padding:var(--space-3) var(--space-5) var(--space-5);background:color-mix(in srgb,var(--color-bg) 97%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg);animation:navMenuIn var(--dur-base) var(--ease-out)}.nav__mobile a{padding:var(--space-3) var(--space-2);font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm)}.nav__mobile a:hover{background:color-mix(in srgb,var(--color-primary) 8%,transparent);color:var(--color-primary-hover)}}@keyframes navMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.nav__mobile:not([hidden]){animation:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-base);padding:.8em 1.4em;border-radius:var(--radius-pill);border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.btn--primary{background:var(--color-primary);color:var(--color-on-primary);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md)}.btn--accent{background:var(--color-accent);color:var(--color-on-accent)}.btn--accent:hover{background:var(--color-accent-hover)}.btn--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--ghost:hover{border-color:var(--color-primary);color:var(--color-primary-hover)}.btn--sm{font-size:var(--text-sm);padding:.6em 1.1em}.link-arrow{color:var(--color-accent);font-weight:var(--weight-semibold);text-decoration:none}.link-arrow:hover{text-decoration:underline}.section{padding:calc(var(--space-8) + var(--space-3)) 0}.section--tight{padding:var(--space-7) 0}.section--muted{background:color-mix(in srgb,var(--color-surface-muted) 60%,var(--color-bg))}.section__head{max-width:56ch;margin-bottom:var(--space-7)}.section__head h2{font-size:var(--text-4xl);letter-spacing:var(--tracking-tight);margin-top:var(--space-3)}.section__head p{margin-top:var(--space-4);color:var(--color-text-soft);font-size:var(--text-lg)}.hero{position:relative;overflow:hidden;padding:var(--space-9) 0;background:radial-gradient(1100px 460px at 78% -12%,color-mix(in srgb,var(--marigold-300) 48%,transparent),transparent 60%),radial-gradient(760px 420px at 4% 116%,color-mix(in srgb,var(--rose-400) 28%,transparent),transparent 62%),var(--color-bg)}.hero h1{font-size:clamp(2.6rem,6vw,var(--text-6xl));letter-spacing:var(--tracking-tight);max-width:16ch}.hero .lead{margin-top:var(--space-5);font-size:var(--text-xl);color:var(--color-text-soft);max-width:50ch}.hero__cta{margin-top:var(--space-6);display:flex;gap:var(--space-3);flex-wrap:wrap}.rotator{color:var(--color-primary-hover);position:relative;display:inline-grid}.rotator__word{grid-area:1/1;white-space:nowrap;opacity:0;transform:translateY(.4em);transition:opacity var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.rotator__word.is-active{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.rotator__word{transition:opacity var(--dur-base) linear;transform:none}.rotator__word.is-active{transform:none}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-5);gap:var(--space-5)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-6);gap:var(--space-6);align-items:center}@media (max-width:860px){.grid-2,.grid-3{grid-template-columns:1fr}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.card--link:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card h3{font-size:var(--text-2xl);margin:var(--space-4) 0 var(--space-3)}.card p{color:var(--color-text-soft);margin-bottom:var(--space-5)}.tag{display:inline-block;font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-wide);text-transform:uppercase;padding:.35em .7em;border-radius:var(--radius-pill)}.tag--live{background:color-mix(in srgb,var(--rose-500) 16%,white);color:var(--rose-600)}.tag--think{background:color-mix(in srgb,var(--teal-500) 16%,white);color:var(--teal-700)}.tag--give{background:color-mix(in srgb,var(--marigold-500) 22%,white);color:var(--marigold-700)}.feature{display:grid;grid-gap:var(--space-3);gap:var(--space-3);padding:var(--space-5) 0}.feature h3{font-size:var(--text-xl)}.feature p{color:var(--color-text-soft)}.programs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-5);gap:var(--space-5)}@media (max-width:860px){.programs{grid-template-columns:1fr}}.programs--pair{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:860px){.programs--pair{grid-template-columns:1fr}}.program{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5)}.program h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.program p{color:var(--color-text-soft);font-size:var(--text-sm)}.impact{background:var(--color-ink-section);color:var(--color-text-inverse);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6)}.impact__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-5);gap:var(--space-5);text-align:center}.impact__grid>*{min-width:0}@media (max-width:820px){.impact{padding:var(--space-6) var(--space-4)}.impact__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-5) var(--space-3)}}.stat__num{font-family:var(--font-display);font-size:clamp(2.25rem,8.5vw,var(--text-5xl));font-weight:600;color:var(--marigold-400);line-height:1}.stat__label{margin-top:var(--space-3);color:color-mix(in srgb,var(--cream-50) 82%,transparent);font-size:var(--text-sm)}.badges{display:flex;flex-wrap:wrap;gap:var(--space-3)}.badge{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:.6em 1.1em;font-size:var(--text-sm);font-weight:var(--weight-medium);box-shadow:var(--shadow-sm)}.badge .dot{width:8px;height:8px;border-radius:50%;background:var(--color-success)}.partners{display:flex;flex-wrap:wrap;gap:var(--space-5) var(--space-7);align-items:center;color:var(--color-text-soft);font-weight:var(--weight-semibold)}.partners span{opacity:.8}.cta-band{background:radial-gradient(600px 300px at 90% 0,color-mix(in srgb,var(--marigold-400) 40%,transparent),transparent 60%),var(--color-surface-muted);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center}.cta-band h2{font-size:var(--text-4xl);letter-spacing:var(--tracking-tight);max-width:20ch;margin-inline:auto}.cta-band .hero__cta{justify-content:center;margin-top:var(--space-6)}.form{max-width:520px;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.field{display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.field label{font-size:var(--text-sm);font-weight:var(--weight-semibold)}.field input,.field select,.field textarea{font-family:inherit;font-size:var(--text-base);padding:.75em .9em;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text)}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid var(--color-focus);outline-offset:1px;border-color:var(--color-accent)}.amount-toggle{display:inline-flex;background:var(--color-surface-muted);border-radius:var(--radius-pill);padding:4px;gap:4px}.amount-toggle button{border:0;background:transparent;padding:.5em 1.1em;border-radius:var(--radius-pill);font-weight:var(--weight-semibold);cursor:pointer;color:var(--color-text-soft)}.amount-toggle button.is-active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.donation-embed{max-width:none}#paypal-hosted-button-container{min-height:42px}#paypal-hosted-button-container>div{max-width:100%}.donation-embed code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.give-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:var(--space-7);gap:var(--space-7);align-items:start}.give-grid__donate{margin-top:clamp(5rem,8vw,6.5rem)}@media (max-width:860px){.give-grid__donate{margin-top:0}.give-grid{grid-template-columns:1fr}}.values{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-5);gap:var(--space-5)}@media (max-width:760px){.values{grid-template-columns:1fr}}.value{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5)}.value strong{display:block;font-family:var(--font-display);font-size:var(--text-lg);margin-bottom:var(--space-2)}.value p{color:var(--color-text-soft);font-size:var(--text-sm)}.site-footer{background:var(--color-ink-section);color:var(--color-text-inverse);padding:var(--space-8) 0;margin-top:var(--space-9)}.site-footer a{color:color-mix(in srgb,var(--cream-50) 88%,transparent);text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-6)}.site-footer__mission{max-width:34ch;font-family:var(--font-display);font-size:var(--text-xl)}.site-footer small{display:block;margin-top:var(--space-5);color:color-mix(in srgb,var(--cream-50) 62%,transparent)}.candid-seal{display:inline-block;margin-top:var(--space-5);line-height:0;transition:opacity .2s ease}.candid-seal:hover{opacity:.85}.candid-seal:focus-visible{outline:2px solid var(--cream-50);outline-offset:3px}.candid-seal img{display:block;width:96px;height:96px}.foot-cols{display:flex;gap:var(--space-7);flex-wrap:wrap}.foot-col{display:grid;grid-gap:var(--space-2);gap:var(--space-2);align-content:start}.foot-col strong{font-family:var(--font-body)}.hero>.container{position:relative;z-index:2}.hero__art{position:absolute;top:50%;right:max(calc(var(--space-5) * -1),calc((100vw - var(--container)) / 2 - var(--space-4)));transform:translate(16%,-50%);width:min(520px,50vw);aspect-ratio:1;z-index:1;pointer-events:none}.hero__art svg{width:100%;height:100%;overflow:visible}@media (max-width:900px){.hero__art{right:calc(var(--space-2) * -1);width:92%;opacity:.26;top:60%;transform:translate(24%,-50%)}}.ico{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ico--fill{fill:currentColor;stroke:none}.photo{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:220px;display:flex;align-items:flex-end;box-shadow:var(--shadow-md);isolation:isolate;background-color:var(--plum-900);background-size:cover;background-position:50%}.photo:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(135% 95% at 16% 6%,rgba(255,255,255,.32),transparent 56%);mix-blend-mode:soft-light}.photo__cap{position:relative;z-index:2;margin:var(--space-4);display:inline-flex;align-items:center;gap:var(--space-2);color:#fff;font-weight:var(--weight-semibold);font-size:var(--text-sm);text-shadow:0 1px 10px rgba(34,30,43,.4)}.photo__cap .ico{width:18px;height:18px}.photo--kirtan{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-kirtan.b2253961.jpg)}.photo--art{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-art.6e21d06b.jpg)}.photo--community{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-community.0781f74a.jpg)}.photo--food{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-food.a0de55f2.jpg)}.photo--calm{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-calm.52888bff.jpg)}.photo--kitchen{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-kitchen.4d241808.jpg)}.photo--dance{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-dance.aefbeec9.jpg)}.photo--voice{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-voice.b800f59b.jpg)}.photo--bass{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-bass.abf41502.jpg)}.photo--henna{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-henna.9b90eab9.jpg)}.photo--night{background-image:linear-gradient(180deg,rgba(34,30,43,0) 42%,rgba(34,30,43,.62)),url(/_next/static/media/g-night.8290df03.jpg)}.gallery{column-count:3;column-gap:var(--space-3)}.gallery .photo{display:block;width:100%;min-height:0;height:auto;margin:0 0 var(--space-3);border:0;padding:0;cursor:zoom-in;break-inside:avoid;page-break-inside:avoid}.gallery .photo:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.gallery .stack-sm{aspect-ratio:16/10}.gallery .stack-md{aspect-ratio:4/3}.gallery .stack-lg,.gallery .stack-xl{aspect-ratio:3/4}.gallery .stack-wide{aspect-ratio:16/10}@media (max-width:980px){.gallery{column-count:2}}@media (max-width:620px){.gallery{column-count:1}}.gallery__note{margin-top:var(--space-4);font-size:var(--text-xs);color:var(--color-text-soft)}.gallery-lightbox{position:fixed;inset:0;z-index:120;background:rgba(14,12,19,.88);display:grid;place-items:center;padding:var(--space-6)}.gallery-lightbox__img{max-width:min(1200px,92vw);max-height:88vh;width:auto;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.gallery-lightbox__close{position:absolute;top:var(--space-5);right:var(--space-5);border:0;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--plum-900) 85%,transparent);color:var(--cream-50);padding:.5rem .9rem;font:inherit;font-size:var(--text-sm);cursor:pointer}.program__icon{width:42px;height:42px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);background:color-mix(in srgb,var(--marigold-500) 14%,white);color:var(--marigold-700)}.program:nth-child(3n+2) .program__icon{background:color-mix(in srgb,var(--teal-500) 14%,white);color:var(--teal-700)}.program:nth-child(3n+3) .program__icon{background:color-mix(in srgb,var(--rose-500) 16%,white);color:var(--rose-600)}.media-band{position:relative;overflow:hidden;border-radius:var(--radius-xl);padding:var(--space-9) var(--space-7);color:#fff;background:linear-gradient(135deg,var(--plum-900),var(--teal-700) 68%,var(--marigold-600));box-shadow:var(--shadow-lg)}.media-band blockquote{position:relative;z-index:1;margin:0;max-width:26ch;font-family:var(--font-display);font-size:var(--text-4xl);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight)}.media-band cite{display:block;margin-top:var(--space-5);font-style:normal;font-family:var(--font-body);font-size:var(--text-sm);color:color-mix(in srgb,#fff 80%,transparent)}.pillars{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-5);gap:var(--space-5)}@media (max-width:980px){.pillars{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pillars{grid-template-columns:1fr}}.pillar{position:relative;overflow:hidden;isolation:isolate;border-radius:var(--radius-lg);min-height:340px;padding:var(--space-6);display:flex;flex-direction:column;color:#fff;box-shadow:var(--shadow-md);background-color:var(--plum-900);background-size:cover;background-position:50%;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pillar:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,rgba(34,30,43,0) 28%,rgba(34,30,43,.6))}.pillar__icon{position:relative;z-index:1;width:46px;height:46px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2)}.pillar__icon .ico{width:24px;height:24px;color:#fff;filter:drop-shadow(0 1px 2px rgba(34,30,43,.35))}.pillar__body{position:relative;z-index:1;margin-top:auto;text-shadow:0 1px 10px rgba(34,30,43,.32)}.pillar h3{font-size:var(--text-2xl)}.pillar p{margin-top:var(--space-3);font-size:var(--text-sm);color:rgba(255,255,255,.92)}.pillar--music{background-image:linear-gradient(150deg,color-mix(in srgb,var(--marigold-400) 72%,transparent),color-mix(in srgb,var(--rose-500) 74%,transparent)),url(/_next/static/media/pillar-music.0977b55a.jpg)}.pillar--arts{background-image:linear-gradient(150deg,color-mix(in srgb,var(--teal-600) 72%,transparent),color-mix(in srgb,var(--marigold-400) 74%,transparent)),url(/_next/static/media/pillar-arts.957a8242.jpg)}.pillar--move{background-image:linear-gradient(150deg,color-mix(in srgb,var(--indigo-700) 74%,transparent),color-mix(in srgb,var(--teal-500) 74%,transparent)),url(/_next/static/media/pillar-move.ef97c534.jpg)}.pillar--community{background-image:linear-gradient(150deg,color-mix(in srgb,var(--rose-500) 72%,transparent),color-mix(in srgb,var(--marigold-500) 74%,transparent)),url(/_next/static/media/pillar-community.0a04270d.jpg)}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_acf54a{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}:root{--font-display:var(--font-fraunces),Georgia,"Times New Roman",serif;--font-body:var(--font-inter),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}