@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:100 900;src:url(/static/media/DMSans-VariableFont_opsz,wght.39867822ec01fc077cb5.ttf) format("truetype")}@font-face{font-display:swap;font-family:DM Sans;font-style:italic;font-weight:100 900;src:url(/static/media/DMSans-Italic-VariableFont_opsz,wght.70561bf1fd655fe216c8.ttf) format("truetype")}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{display:block;height:auto;max-width:100%}:root{--color-maroon:#7b2d3e;--color-maroon-dark:#5c2230;--color-gold:#c9a227;--color-gold-light:#e8d48a;--color-text:#1a1a1a;--color-text-muted:#333;--color-white:#fff;--font-sans:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-card:0 4px 24px #00000014;--radius:8px;--radius-tag:6px;--nav-height:72px;--container-max:1200px}.nav{background:#7b2d3e;background:var(--color-maroon);border:none;border-radius:12px;height:72px;height:var(--nav-height);justify-content:space-between;left:1.5rem;margin:0;max-width:720px;padding:0 1.75rem 0 1.25rem;position:fixed;top:1.25rem;width:min(calc(100% - 3rem),720px);z-index:100}.nav,.nav__brand{align-items:center;display:flex}.nav__brand{color:inherit;gap:1rem;margin-right:4rem;text-decoration:none}.nav__logo-icon{flex-shrink:0;height:auto;max-height:48px;object-fit:contain;width:100px}.nav__links{display:flex;gap:2.25rem;list-style:none}.nav__menu-toggle{align-items:center;background:#0000;border:none;border-radius:10px;display:none;flex-direction:column;gap:.4rem;height:44px;justify-content:center;width:44px}.nav__menu-toggle span{background:#fff;background:var(--color-white);border-radius:999px;height:2px;width:23px}.mobile-nav{display:none}.nav__link{font-size:.9rem;font-weight:500;opacity:.9;transition:color .2s,opacity .2s}.nav__link,.nav__link:hover{color:#fff;color:var(--color-white)}.nav__link:hover{opacity:1}.nav__link--active{color:#c9a227;color:var(--color-gold);opacity:1;position:relative}.nav__link--active:after{background:#c9a227;background:var(--color-gold);border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0}.nav-cta{border:1px solid #0003;box-shadow:inset 2px 2px 4px #00000059,inset -1px -1px 2px #ffffff14,0 1px 2px #0003;position:fixed;right:1.5rem;top:calc(1.25rem + 36px);top:calc(1.25rem + var(--nav-height)/2);transform:translateY(-50%);z-index:101}.nav-cta:hover{box-shadow:inset 2px 2px 4px #0006,inset -1px -1px 2px #ffffff0f,0 1px 2px #0003}.nav-cta.btn--primary{background:#fabd21;color:#1a1a1a;color:var(--color-text)}.nav-cta.btn--primary:hover{background:#e5ab1e}@media (max-width:768px){.nav{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#361620b8;border-radius:16px;height:68px;left:1rem;max-width:none;padding:0 .9rem;top:1rem;width:calc(100% - 2rem)}.nav__brand{margin-right:0}.nav__logo-icon{max-height:40px;width:88px}.nav__links{display:none}.nav__menu-toggle{display:inline-flex;transform:translateX(-20px)}.nav-cta{display:none}}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.65rem 1.25rem;transition:opacity .2s,transform .15s}.btn--primary{background:#7b2d3e;background:var(--color-maroon);color:#fff;color:var(--color-white)}.btn--primary:hover{background:#5c2230;background:var(--color-maroon-dark)}.btn--gold{background:#fff;background:var(--color-white);color:#fabd21}.btn--gold:hover{background:#fffffff2;color:#fabd21}.btn__icon{display:inline-flex}.btn__icon--bulb{margin-left:.25rem;object-fit:contain;vertical-align:middle}.tag{background:#7b2d3e;background:var(--color-maroon);border-radius:6px;border-radius:var(--radius-tag);color:#fff;color:var(--color-white);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.02em;margin-bottom:1rem;padding:.35rem .85rem}.about-header{left:50%;margin-bottom:0;margin-left:-50vw;padding-left:6rem;position:relative;width:100vw}.hero{align-items:flex-start;display:flex;min-height:86vh;padding:calc(72px + 13rem) 2rem 3rem;padding:calc(var(--nav-height) + 13rem) 2rem 3rem;position:relative}.hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:brightness(.9);overflow:hidden;z-index:0}.hero__bg,.hero__overlay{border-radius:0 0 56px 56px;inset:0;position:absolute}.hero__overlay{background:linear-gradient(90deg,#000000b8 0,#00000040 35%,#0000);pointer-events:none;z-index:1}.hero__content-wrap{align-items:flex-start;display:flex;gap:1.5rem;position:relative;z-index:2}.hero__slide-indicator{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;padding-top:.35rem}.hero__indicator-dot{background:#ffffff59;border:none;border-radius:2px;cursor:pointer;height:28px;padding:0;transition:background .3s ease,height .3s ease;width:4px}.hero__indicator-dot:hover{background:#fff9}.hero__indicator-dot--active{background:#c9a227;background:var(--color-gold);height:40px}.hero__content{max-width:560px;min-height:140px;position:relative}.hero__slide{animation:heroSlideFade .5s ease-out}@keyframes heroSlideFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero__title{color:#fff;color:var(--color-white);font-size:clamp(2.75rem,6vw,4.25rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.hero__sub{color:#fffffff2;font-size:1.25rem;line-height:1.6;max-width:480px}.hero__cta{bottom:3rem;display:flex;flex-wrap:wrap;gap:1rem;left:2rem;position:absolute;z-index:2}.hero__cta .btn{border-radius:10px;font-size:1.1rem;padding:.95rem 1.85rem}.hero__event-box{align-items:stretch;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#37282dc7;border-radius:20px;bottom:3rem;box-shadow:0 4px 24px #00000040,inset 1px 1px 0 #ffffff14;color:#fff;color:var(--color-white);display:flex;gap:0;min-height:120px;padding:.75rem;position:absolute;right:2rem;width:min(420px,calc(100% - 4rem));z-index:2}.hero__event-media{aspect-ratio:4/3;background:#0000004d;border-radius:14px;flex-shrink:0;overflow:hidden;width:160px}.hero__event-thumb{display:block;height:100%;object-fit:cover;width:100%}.hero__event-text{display:flex;flex-direction:column;gap:.35rem;justify-content:center;padding:.5rem 1rem .5rem 1.25rem}.hero__event-title{font-size:.95rem;font-weight:700;line-height:1.35;margin:0}.hero__event-label{color:#ffffffe6}.hero__event-name{color:#fabd21}.hero__event-meta{color:#fff;color:var(--color-white);font-size:.8rem;font-weight:500;margin:0;opacity:.98}.section{margin:0 auto;max-width:1200px;max-width:var(--container-max);padding:4rem 2rem}.section--white{background:#fff;background:var(--color-white)}.rainbow-section{background:#fff;background:var(--color-white);box-sizing:border-box;justify-content:flex-start;margin-left:calc(50% - 50vw);margin-top:-7rem;overflow:hidden;padding:3rem 0 0;position:relative;width:100vw}.rainbow-section,.rainbow-section__card-wrap{align-items:center;display:flex;flex-direction:column}.rainbow-section__card-wrap{left:50%;max-width:96vw;position:absolute;top:200px;transform:translateX(-50%);width:1000px;z-index:2}.rainbow-section__cards{height:380px;margin:0 auto;max-width:96vw;overflow:visible;padding-bottom:.25rem;position:relative;width:1000px}.rainbow-section__card{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;opacity:.65;position:absolute;transform:translate(-50%,-50%) scale(.92);transition:left .4s ease-out,top .4s ease-out,transform .4s ease-out,opacity .3s;width:200px}.rainbow-section__card--active{opacity:1;transform:translate(-50%,-50%) scale(1);z-index:1}.rainbow-section__card-img-card{border-radius:12px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .2s;width:100%}.rainbow-section__card:hover .rainbow-section__card-img-card{box-shadow:0 6px 28px #0000001f}.rainbow-section__card--active .rainbow-section__card-img-card{box-shadow:0 6px 28px #00000024}.rainbow-section__card:not(.rainbow-section__card--active) .rainbow-section__card-date,.rainbow-section__card:not(.rainbow-section__card--active) .rainbow-section__card-title{opacity:.85}.rainbow-section__card-copy{margin-top:.75rem;text-align:left;width:100%}@media (max-width:1100px){.rainbow-section__cards{transform:scale(.1vw);transform-origin:center top}.rainbow-section__card-wrap{width:96vw}}.rainbow-section__card-img{aspect-ratio:4/3;display:block;object-fit:cover;width:100%}.rainbow-section__card-title{color:#fff;color:var(--color-white);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .35rem;text-shadow:0 1px 2px #0000004d}.rainbow-section__card-date{background:#fabd21;border:none;border-radius:6px;color:#5c2230;color:var(--color-maroon-dark);display:inline-block;font-size:.8rem;font-weight:600;margin:0;padding:.35rem .9rem}.rainbow-section__card-dots{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:-10rem}.rainbow-section__card-dot{background:#8c5b3e;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;height:8px;padding:0;transition:background .2s,width .2s,border-radius .2s;width:8px}.rainbow-section__card-dot:hover{background:#9d6b4a}.rainbow-section__card-dot--active{background:#fabd21;border-radius:9999px;height:8px;width:22px}.rainbow-section__content{margin:-240px auto 0;max-width:1200px;max-width:var(--container-max);padding:0 2rem 1rem;position:relative;text-align:center;width:100%;z-index:1}.rainbow-section__content .tag{margin-bottom:1rem}.rainbow-section__content .join-movement__subtitle{margin-left:auto;margin-right:auto;max-width:36ch}.rainbow{height:720px;overflow:hidden;position:relative;width:100%}.rainbow__strand{background:conic-gradient(from 180deg at 50% 50%,#7b2d3e 0,#5c2230 50%,#7b2d3e 100%);background:conic-gradient(from 180deg at 50% 50%,var(--color-maroon) 0,var(--color-maroon-dark) 50%,var(--color-maroon) 100%);border-radius:50%;height:3000px;left:50%;margin-left:-1500px;-webkit-mask:radial-gradient(circle,#0000 1070px,#000 0,#000 1500px,#0000 0);mask:radial-gradient(circle,#0000 1070px,#000 0,#000 1500px,#0000 0);position:absolute;top:0;width:3000px}#about.section{overflow-x:visible}.section__title{color:#1a1a1a;color:var(--color-text);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.section__title--center{margin-bottom:2.5rem;text-align:center}#truth .section__title--above-media{text-align:right}.section__media-wrap{display:flex;flex-direction:column;gap:0}.section__title--above-media{color:#550e1e;font-size:clamp(2rem,5vw,3.25rem);margin-bottom:1.25rem}.section__grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media (max-width:900px){.section__grid{grid-template-columns:1fr}.section__grid--image-right .section__media{order:-1}.hero__event-box{bottom:auto;margin-left:0;margin-top:2rem;position:relative;right:auto}.hero{align-items:flex-start;flex-direction:column}}@media (max-width:768px){.landing:not(.about-page):not(.team-page):not(.blog-page) .hero{border-radius:30px;margin:calc(72px + .5rem) 1rem 1rem;margin-top:calc(var(--nav-height) + .5rem);min-height:calc(100vh - 1.5rem);overflow:hidden;padding:6.8rem 1.1rem 1.25rem}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__bg,.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__overlay{border-radius:30px}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__overlay{background:linear-gradient(90deg,#000000a8 0,#0000004d 55%,#0000001a)}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__slide-indicator{display:none}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__title{font-size:clamp(2.7rem,11vw,3.3rem);line-height:1.05;margin-bottom:.75rem}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__sub{font-size:clamp(1rem,4.3vw,1.35rem);line-height:1.32;max-width:24ch}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__content{min-height:auto}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__cta{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:1fr 1fr;margin-top:auto;padding-top:1rem;position:static;width:100%}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__cta .btn{border-radius:14px;font-size:1.1rem;justify-content:center;padding:.95rem .8rem;width:100%}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__event-box{display:none}.landing:not(.about-page):not(.team-page):not(.blog-page) .section{padding:2.2rem 1rem}.landing:not(.about-page):not(.team-page):not(.blog-page) .about-header{padding-left:1rem}}.section__media{border:1px solid #1a1a1a1f;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden}.section__media img{aspect-ratio:4/3;object-fit:cover;width:100%}.section__media--who-we-are{background:#0000;border:none;overflow:visible;padding:1.5rem 0 0 1.5rem}.section__media--who-we-are:after{background:#fabd21;border-radius:6px;content:"";display:block;height:12px;margin-top:1.25rem}.who-we-are-stack{aspect-ratio:4/3;background:#0000;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:visible;position:relative;width:100%}.who-we-are-stack__rect{background-color:#550e1e;border:none;box-shadow:none;height:100%;left:-1.5rem;outline:none;top:-1.5rem;width:100%;z-index:0}.who-we-are-stack__img-wrap,.who-we-are-stack__rect{border-radius:8px;border-radius:var(--radius);position:absolute}.who-we-are-stack__img-wrap{inset:0;overflow:hidden;z-index:1}.who-we-are-stack__img-wrap img{border-radius:8px;border-radius:var(--radius);display:block;height:100%;object-fit:cover;transform:scale(1.45);width:100%}.section__subtitle{font-size:1.1rem;margin-bottom:1rem}#about .section__subtitle,#truth .section__subtitle{color:#550e1e;font-size:clamp(1.5rem,2.8vw,1.9rem)}#about .section__text{font-size:clamp(1.1rem,1.5vw,1.25rem)}.section__subtitle .highlight,.section__text .highlight{color:#c9a227;color:var(--color-gold)}.section__text{color:#333;color:var(--color-text-muted);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.link-arrow{align-items:center;color:#1a1a1a;color:var(--color-text);display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem}.link-arrow:hover{color:#7b2d3e;color:var(--color-maroon)}.link-arrow__icon{font-size:1rem}#about .section__body .link-arrow,#truth .section__body .link-arrow{border-bottom:none;color:#550e1e;margin-bottom:0;padding-bottom:.5rem;position:relative}#about .section__body .link-arrow:hover,#truth .section__body .link-arrow:hover{color:#550e1e}#about .section__body .link-arrow:after,#truth .section__body .link-arrow:after{background:linear-gradient(90deg,#550e1e,#c9a227,#550e1e);background:linear-gradient(to right,#550e1e,var(--color-gold),#550e1e);bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.values-list{list-style:none;margin-bottom:1.5rem}.values-list li{margin-bottom:1.25rem;padding-left:1.5rem;position:relative}.values-list li:before{background:#c9a227;background:var(--color-gold);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.5rem;width:8px}.values-list__title{color:#1a1a1a;color:var(--color-text);display:block;font-size:1.05rem;font-weight:700;margin-bottom:.25rem}#truth .values-list .values-list__title{color:#550e1e}.values-list__desc{color:#333;color:var(--color-text-muted);display:block;font-size:.95rem;line-height:1.5}.section__subtitle{color:#1a1a1a;color:var(--color-text);font-size:1.05rem;font-weight:600}.section__body .section__subtitle{margin-bottom:1rem}.section__body .section__text{margin-bottom:1.25rem}.highlight-gold{color:#c9a227;color:var(--color-gold)}#what-we-do .tag{display:inline-block;margin-bottom:1rem}.what-we-do__title{color:#1a1a1a;color:var(--color-text);font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:.75rem}.what-we-do__title .highlight-gold{color:#fabd21}.what-we-do__subtitle{color:#333;color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.what-we-do__grid{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:1.2fr 1fr}@media (max-width:900px){.what-we-do__grid{grid-template-columns:1fr}}@media (max-width:768px){.what-we-do__grid{gap:.75rem;grid-template-columns:1fr}.what-we-do__card--large{aspect-ratio:16/11;min-height:300px}.what-we-do__cards{gap:.75rem;grid-template-columns:1fr 1fr}.what-we-do__cards .what-we-do__card{aspect-ratio:1/1;min-height:170px}.what-we-do__cards .what-we-do__card:first-child{order:1}.what-we-do__cards .what-we-do__card:nth-child(3){order:2}.what-we-do__cards .what-we-do__card:nth-child(2){order:3}.what-we-do__cards .what-we-do__card:nth-child(4){order:4}}.what-we-do__cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.what-we-do__card{aspect-ratio:3/4;border-radius:20px;min-height:280px;overflow:hidden;position:relative}.what-we-do__card--large{aspect-ratio:auto;min-height:100%}.what-we-do__card img{display:block;height:100%;object-fit:cover;transform:scale(1.25);width:100%}.what-we-do__card-label{background:linear-gradient(0deg,#000000bf,#0000);bottom:0;color:#fff;color:var(--color-white);font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;left:0;line-height:1.3;padding:1rem 1.25rem;position:absolute;right:0}.what-we-do__card--large .what-we-do__card-label{font-size:clamp(1.75rem,3.5vw,2.4rem);padding:1.5rem 1.75rem}.what-we-do__cards .what-we-do__card:first-child .what-we-do__card-label,.what-we-do__cards .what-we-do__card:nth-child(2) .what-we-do__card-label,.what-we-do__cards .what-we-do__card:nth-child(3) .what-we-do__card-label,.what-we-do__cards .what-we-do__card:nth-child(4) .what-we-do__card-label{font-size:clamp(1.25rem,2vw,1.5rem)}#news .tag{margin-bottom:1rem}.news__title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.news__title .highlight-gold{color:#fabd21}.news__subtitle{color:#333;color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:1rem}.news__link{align-items:center;border-bottom:2px solid #fabd21;color:#550e1e;display:inline-flex;font-size:1rem;font-weight:600;gap:.4rem;padding-bottom:.35rem;transition:opacity .2s}.news__link:hover{color:#550e1e;opacity:.9}#community .tag{margin-bottom:1rem}#community .tag--muted,.tag.tag--muted{background:#e5e5e5;color:#333;color:var(--color-text-muted)}.join-movement__title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.join-movement__title .highlight-gold{color:#fabd21}.join-movement__subtitle{color:#333;color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:1rem}.join-movement__link{display:inline-flex}.footer{background:#000;color:#fff;color:var(--color-white);padding:8rem 2rem}.footer__inner{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;max-width:var(--container-max)}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{align-items:center;display:flex;gap:1rem}.footer__logo-icon{flex-shrink:0;height:128px;object-fit:contain;width:128px}.footer__social{display:flex;flex-wrap:wrap;gap:.5rem}.footer__social-link{background:#0000;border:1px solid #fff6;border-radius:9999px;color:#fff;color:var(--color-white);display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:border-color .2s,background .2s}.footer__social-link:hover{background:#ffffff0f;border-color:#fffc}.footer__copy{display:flex;flex-direction:column;gap:.75rem}.footer__tagline{font-size:1.2rem;line-height:1.5;margin:0;max-width:36ch}.footer__cta,.footer__tagline{color:#fff;color:var(--color-white)}.footer__cta{background:linear-gradient(90deg,#fabd21,#ffffffb3) 0 100% no-repeat;background-size:30% 2px;display:inline-block;font-size:1rem;font-weight:500;margin-top:.5rem;padding-bottom:2px;text-decoration:none;transition:opacity .2s}.footer__cta:hover{opacity:.9}.footer__separator{border-top:1px solid #ffffff26;margin:2rem auto 0;max-width:1200px;max-width:var(--container-max);padding-top:2rem}@media (max-width:768px){.footer__inner{gap:2rem;grid-template-columns:1fr}.footer__copy{order:-1}}.event-page .event-main{min-height:100vh;padding-top:calc(72px + 2rem);padding-top:calc(var(--nav-height) + 2rem)}.event-coming{margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding-bottom:6rem;padding-top:4.5rem;text-align:center}.event-coming__inner{margin:0 auto;max-width:760px}.event-coming__title{color:#550e1e;font-size:clamp(2.1rem,4.8vw,4rem);letter-spacing:-.02em;line-height:1.08;margin:.9rem 0 .6rem}.event-coming__text{color:#333;font-size:clamp(1.2rem,1.8vw,1.8rem);font-weight:600;margin:0}@media (max-width:768px){.event-page .event-main{padding-top:calc(72px + .75rem);padding-top:calc(var(--nav-height) + .75rem)}.event-coming{max-width:calc(100vw - 2rem);padding-bottom:3.2rem;padding-top:2.3rem}}.about-page .about-main{min-height:100vh;padding-top:calc(72px + 2rem);padding-top:calc(var(--nav-height) + 2rem)}.about-page .section{max-width:none;padding-left:0;padding-right:0}.about-hero{padding-bottom:4rem;padding-top:4rem}.about-hero__grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0}@media (max-width:900px){.about-hero__grid{grid-template-columns:1fr;max-width:calc(100vw - 1rem)}}.about-hero__headline{color:#1a1a1a;color:var(--color-text);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 1rem}.about-hero__headline .highlight-gold{color:#fabd21}.about-pill{align-items:center;background:#1a1a1a14;border-radius:999px;color:#333;color:var(--color-text-muted);display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.4rem 1rem}.about-pill__dot{background:#7b2d3e;background:var(--color-maroon);border-radius:50%;height:8px;width:8px}.about-hero__text{color:#333;color:var(--color-text-muted);font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.7;margin:0 0 1.5rem}.about-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.about-hero__ctas .btn{padding:.75rem 1.5rem}.about-gallery{padding-bottom:4rem;padding-top:0}.about-core,.about-direction,.about-mission{display:none}.about-vision-desktop{display:block;padding-bottom:3.2rem;padding-top:.4rem}.about-what-desktop{display:block;padding-bottom:3.3rem;padding-top:.5rem}.about-what-desktop__inner{margin:0 auto;max-width:min(1500px,calc(100vw - 8rem))}.about-what-desktop__pill{margin:0 0 .7rem}.about-what-desktop__headline{color:#550e1e;font-size:clamp(2rem,4.2vw,4rem);letter-spacing:-.02em;line-height:1.08;margin:0 0 .3rem}.about-what-desktop__subtext{color:#1a1a1a;font-size:clamp(1rem,1.15vw,1.3rem);line-height:1.35;margin:0 0 .95rem}.about-what-desktop__grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:1fr 1fr}.about-what-desktop__card{border-radius:18px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);min-height:200px;overflow:hidden;position:relative}.about-what-desktop__card--large{grid-row:1/3;min-height:410px}.about-what-desktop__card:after{background:linear-gradient(0deg,#000000c7,#0000005c,#0000000d);bottom:0;content:"";height:64%;left:0;position:absolute;right:0}.about-what-desktop__image{display:block;height:100%;object-fit:cover;width:100%}.about-what-desktop__label{bottom:.7rem;color:#fff;font-size:clamp(1.2rem,1.6vw,2rem);font-weight:700;left:.95rem;line-height:1.1;position:absolute;right:.95rem;text-shadow:0 2px 8px #000000bf;z-index:1}.about-what-desktop__mission{margin-top:1.6rem;text-align:center}.about-what-desktop__mission-pill{margin:0 0 .65rem}.about-what-desktop__mission-title{color:#550e1e;font-size:clamp(2.4rem,4vw,4rem);letter-spacing:-.02em;line-height:1.06;margin:0 0 .45rem}.about-what-desktop__mission-text{color:#121212;font-size:clamp(1rem,1.12vw,1.28rem);line-height:1.35;margin:0 auto .45rem;max-width:74ch}.about-what-desktop__mission-join{align-items:center;border-bottom:3px solid #fabd21;color:#550e1e;display:inline-flex;font-size:clamp(.95rem,1.05vw,1.18rem);font-weight:600;gap:.55rem;padding-bottom:.2rem}.about-vision-desktop__inner{grid-gap:1.2rem;align-items:start;display:grid;gap:1.2rem;grid-template-columns:1fr .9fr;margin:0 auto;max-width:min(1500px,calc(100vw - 8rem))}.about-vision-desktop__left{align-items:flex-start;display:flex;flex-direction:column}.about-vision-desktop__pill{margin:0 0 .8rem}.about-vision-desktop__title{color:#550e1e;font-size:clamp(2.2rem,4.8vw,4.1rem);letter-spacing:-.02em;line-height:1.05;margin:0 0 1rem}.about-vision-desktop__media{border-radius:12px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden;width:100%}.about-vision-desktop__media img{aspect-ratio:4/3;display:block;object-fit:cover;width:100%}.about-vision-desktop__right{padding-top:.95rem}.about-vision-desktop__heading{color:#550e1e;font-size:clamp(2rem,3.1vw,3.45rem);letter-spacing:-.02em;line-height:1.08;margin:0 0 .8rem}.about-vision-desktop__text{color:#1a1a1a;font-size:clamp(1rem,1.2vw,1.35rem);line-height:1.35;margin:0 0 .8rem}.about-vision-desktop__list{list-style:none;margin:0 0 .95rem;padding:0}.about-vision-desktop__list li{color:#550e1e;font-size:clamp(1rem,1.15vw,1.35rem);font-weight:600;line-height:1.25;margin-bottom:.6rem;padding-left:1.65rem;position:relative}.about-vision-desktop__list li:before{background:#fabd21;border-radius:50%;content:"";height:11px;left:0;position:absolute;top:.42em;width:11px}.about-vision-desktop__join{align-items:center;border-bottom:3px solid #fabd21;color:#550e1e;display:inline-flex;font-size:clamp(1rem,1.1vw,1.25rem);font-weight:600;gap:.55rem;padding-bottom:.28rem}@media (max-width:768px){.about-vision-desktop,.about-what-desktop{display:none}}.about-gallery__grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:.62fr 420px 24%;grid-template-rows:1fr 1fr;margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));min-height:520px;padding:0}.about-gallery__slot{background:#eee;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden}.about-gallery__slot img{display:block;height:100%;object-fit:cover;width:100%}.about-gallery__slot--top-left{grid-column:1;grid-row:1;min-height:0}.about-gallery__slot--top-left img{aspect-ratio:16/10;height:100%;object-fit:cover;width:100%}.about-gallery__slot--narrow{grid-column:2;grid-row:1/3;min-height:0}.about-gallery__slot--narrow img{aspect-ratio:3/4;height:100%;object-fit:cover;width:100%}.about-gallery__slot--right{grid-column:3;grid-row:1/3;min-height:0}.about-gallery__slot--right img{aspect-ratio:3/4;height:100%;object-fit:cover;width:100%}.about-gallery__slot--bottom-left{grid-column:1;grid-row:2;min-height:0}.about-gallery__slot--bottom-left img{aspect-ratio:16/10;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.about-gallery__grid{gap:.7rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;max-width:calc(100vw - 1rem);min-height:0}.about-gallery__slot--bottom-left,.about-gallery__slot--narrow,.about-gallery__slot--right,.about-gallery__slot--top-left{grid-column:auto;grid-row:auto;min-height:175px}.about-gallery__slot--bottom-left img,.about-gallery__slot--narrow img,.about-gallery__slot--right img,.about-gallery__slot--top-left img{aspect-ratio:1/1}.about-page .about-main{padding-top:calc(72px + .75rem);padding-top:calc(var(--nav-height) + .75rem)}.about-page .nav,.blog-page .nav,.event-page .nav,.team-page .nav{backdrop-filter:none;-webkit-backdrop-filter:none;background:#7b2d3e;background:var(--color-maroon);border-radius:12px;height:56px;left:1rem;max-width:none;padding:0;top:1rem;width:calc(100% - 2rem)}.about-page .nav__logo-icon,.blog-page .nav__logo-icon,.event-page .nav__logo-icon,.team-page .nav__logo-icon{max-height:46px;width:96px}.about-page .nav__menu-toggle,.blog-page .nav__menu-toggle,.event-page .nav__menu-toggle,.team-page .nav__menu-toggle{display:inline-flex;transform:translateX(-8px)}.about-page .nav__menu-toggle span,.blog-page .nav__menu-toggle span,.event-page .nav__menu-toggle span,.team-page .nav__menu-toggle span{background:#121212}.about-page .nav-cta,.about-page .nav__links,.blog-page .nav-cta,.blog-page .nav__links,.event-page .nav-cta,.event-page .nav__links,.team-page .nav-cta,.team-page .nav__links{display:none}.about-page .about-hero{padding-bottom:1.3rem;padding-top:2.4rem}.about-page .about-hero__grid{gap:1.15rem;max-width:calc(100vw - 2rem)}.about-page .about-pill{background:#ececec;border:1px solid #141414;box-shadow:0 1px 2px #00000026;font-size:.95rem}.about-page .about-hero__headline{font-size:clamp(2.2rem,9vw,3rem);line-height:1.06;margin-bottom:.65rem}.about-page .about-hero__text{font-size:clamp(1rem,4.3vw,1.25rem);line-height:1.45;margin-bottom:1rem}.about-page .about-hero__ctas{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr;width:100%}.about-page .about-hero__ctas .btn{font-size:.86rem;justify-content:center;padding:.85rem .7rem;white-space:nowrap;width:100%}.about-page .about-gallery{display:none}.about-page .about-core{display:block;padding-bottom:2rem;padding-top:.45rem}.about-core__inner{margin:0 auto;max-width:calc(100vw - 2rem)}.about-core__headline{color:#550e1e;font-size:clamp(2.05rem,9vw,2.9rem);letter-spacing:-.02em;line-height:1.06;margin:0 0 .75rem}.about-core__text{color:#1d1d1d;font-size:clamp(1rem,4.2vw,1.3rem);line-height:1.35;margin:0 0 1.15rem}.about-core__cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.about-core__card{background:#f4f4f4;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;min-height:132px;padding:.6rem .55rem .7rem}.about-core__icon-wrap{align-items:center;background:#fff;border:1px solid #171b3b1f;border-radius:8px;color:#171b3b;display:inline-flex;height:42px;justify-content:center;width:42px}.about-core__icon-wrap svg{display:block;height:24px;width:24px}.about-core__card-title{color:#550e1e;font-size:clamp(.95rem,3.6vw,1.3rem);line-height:1.12;margin:0}.about-pill--vision{background:#fff;border-color:#550e1e;color:#550e1e;margin:.25rem 0 1rem}.about-pill--vision .about-pill__dot{background:#550e1e}.about-core__movement-title{color:#550e1e;font-size:clamp(1.8rem,7.4vw,2.45rem);letter-spacing:-.02em;line-height:1.03;margin:0 0 .85rem}.about-core__movement-media{border-radius:14px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden}.about-core__movement-media img{aspect-ratio:16/10;display:block;object-fit:cover;width:100%}.about-page .about-direction{display:block;padding-bottom:1.75rem;padding-top:.25rem}.about-direction__inner{margin:0 auto;max-width:calc(100vw - 2rem)}.about-direction__headline{color:#550e1e;font-size:clamp(1.75rem,7.2vw,2.45rem);letter-spacing:-.02em;line-height:1.06;margin:0 0 .9rem}.about-direction__text{color:#1a1a1a;font-size:clamp(.95rem,3.7vw,1.12rem);line-height:1.35;margin:0 0 1rem}.about-direction__list{list-style:none;margin:0 0 1rem;padding:0}.about-direction__list li{color:#550e1e;font-size:clamp(.95rem,3.6vw,1.12rem);font-weight:600;line-height:1.26;margin-bottom:.8rem;padding-left:2.3rem;position:relative}.about-direction__list li:before{background:#fabd21;border-radius:50%;content:"";height:14px;left:0;position:absolute;top:.32rem;width:14px}.about-direction__join{align-items:center;border-bottom:6px solid #fabd21;color:#550e1e;display:inline-flex;font-size:clamp(.95rem,4.1vw,1.35rem);font-weight:600;gap:.6rem;margin:.25rem 0 1.4rem;padding-bottom:.35rem}.about-direction__pill{margin:0 0 1rem}.about-direction__subheadline{color:#550e1e;font-size:clamp(1.85rem,7.4vw,2.55rem);letter-spacing:-.02em;line-height:1.06;margin:0 0 .55rem}.about-direction__subtext{color:#1a1a1a;font-size:clamp(.95rem,3.7vw,1.12rem);line-height:1.35;margin:0}.about-page .about-mission{display:block;padding-bottom:2rem;padding-top:.1rem}.about-mission__inner{margin:0 auto;max-width:calc(100vw - 2rem)}.about-mission__grid{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:1fr 1fr;margin-bottom:1.2rem}.about-mission__card{border-radius:14px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);min-height:160px;overflow:hidden;position:relative}.about-mission__card:after{background:linear-gradient(0deg,#000000c7 0,#00000075 42%,#0000000f);bottom:0;content:"";height:62%;left:0;pointer-events:none;position:absolute;right:0}.about-mission__card--large{grid-column:1/-1;min-height:210px}.about-mission__image{display:block;height:100%;object-fit:cover;width:100%}.about-mission__label{bottom:.65rem;color:#fff;font-size:clamp(.9rem,4vw,1.14rem);font-weight:700;left:.7rem;line-height:1.14;position:absolute;right:.7rem;text-shadow:0 2px 8px #000000e6;z-index:1}.about-mission__pill{margin:0 0 .75rem}.about-mission__title{color:#550e1e;font-size:clamp(1.8rem,7.4vw,2.45rem);letter-spacing:-.02em;line-height:1.04;margin:.65rem 0 .45rem}.about-mission__text{color:#111;font-size:clamp(1rem,4vw,1.25rem);line-height:1.34;margin:0 0 .65rem;text-align:center}.about-mission__join{align-items:center;border-bottom:2px solid #fabd21;color:#550e1e;display:flex;font-size:clamp(.95rem,3.7vw,1.1rem);font-weight:600;gap:.5rem;margin:0 auto;padding-bottom:.18rem;width:fit-content}}.team-page .team-main{min-height:100vh;padding-top:calc(72px + 2rem);padding-top:calc(var(--nav-height) + 2rem)}.team-page .section{max-width:none;padding-left:0;padding-right:0}.team-hero{padding-bottom:4rem;padding-top:3.75rem}.team-hero__header{margin:0 auto 3rem;max-width:min(1500px,calc(100vw - 8rem));padding:0;text-align:center}.team-hero__headline{color:#550e1e;font-size:clamp(2.1rem,4.5vw,3.7rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:1rem 0}.team-hero__lead{color:#333;color:var(--color-text-muted);font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.55;margin:0 auto 1.25rem;max-width:78ch}.team-hero__top-link{font-size:1.02rem}.team-profile{grid-gap:2.25rem;align-items:start;display:grid;gap:2.25rem;grid-template-columns:minmax(320px,460px) 1fr;margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0}.team-profile__image-wrap{border-radius:24px;box-shadow:0 4px 24px #00000014;box-shadow:var(--shadow-card);min-height:560px;overflow:hidden;width:100%}.team-profile__image{aspect-ratio:auto;display:block;height:100%;object-fit:cover;width:100%}.team-profile__name{color:#550e1e;font-size:clamp(2rem,3.5vw,3.1rem);letter-spacing:-.02em;line-height:1.15;margin:0 0 .2rem}.team-profile__role{color:#fabd21;font-size:clamp(1.5rem,2.6vw,2.2rem);font-weight:500;margin:0 0 .9rem}.team-profile__bio{color:#1a1a1a;color:var(--color-text);font-size:clamp(1rem,1.05vw,1.08rem);line-height:1.58;margin:0 0 1.2rem;max-width:62ch}.team-profile__values{list-style:none;margin:0 0 1rem;padding:0}.team-profile__values li{color:#550e1e;font-size:1.38rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin-bottom:.6rem;padding-left:1.5rem;position:relative}.team-profile__values li:before{background:#fabd21;border-radius:50%;content:"";height:10px;left:0;position:absolute;top:.58em;width:10px}.team-profile__cta{font-size:1.35rem}@media (max-width:1024px){.team-profile{grid-template-columns:1fr}.team-profile__content{max-width:760px}}@media (max-width:768px){.team-hero__header,.team-profile{padding:0 1rem}.team-page .team-main{padding-top:calc(72px + .75rem);padding-top:calc(var(--nav-height) + .75rem)}.team-page .team-hero{padding-bottom:1.8rem;padding-top:2.45rem}.team-page .team-hero__header{margin-bottom:1.15rem;max-width:calc(100vw - 2rem);text-align:center}.team-page .team-hero .about-pill{background:#fff;border:1px solid #d9d9d9;box-shadow:0 1px 2px #00000014;color:#818181;font-size:.95rem}.team-page .team-hero__headline{font-size:clamp(1.8rem,8.2vw,2.5rem);line-height:1.06;margin:.75rem 0 .55rem}.team-page .team-hero__lead{color:#141414;font-size:clamp(.95rem,3.8vw,1.08rem);line-height:1.35;margin:0 auto .75rem;max-width:34ch}.team-page .team-hero__top-link{border-bottom-width:3px;font-size:1.1rem}.team-page .team-profile{gap:1rem;max-width:calc(100vw - 2rem)}.team-page .team-profile__image-wrap{border-radius:24px;min-height:360px}.team-page .team-profile__name{font-size:clamp(1.9rem,8.2vw,2.7rem);margin-bottom:.15rem}.team-page .team-profile__role{font-size:clamp(1.35rem,6vw,1.9rem);margin-bottom:.65rem}.team-page .team-profile__bio{font-size:clamp(.95rem,3.8vw,1.02rem);line-height:1.38;margin-bottom:.9rem}.team-page .team-profile__values li{font-size:clamp(1rem,4vw,1.2rem);line-height:1.33;margin-bottom:.45rem}.team-page .team-profile__cta{font-size:1.12rem}}.team-strip{padding-bottom:5rem;padding-top:.5rem}.team-strip__cards{grid-gap:1.3rem;display:grid;gap:1.3rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0}.team-strip__card{background:#0000;border:none;border-radius:18px;box-shadow:0 12px 36px #0000002e;cursor:default;overflow:hidden;padding:0;position:relative;text-align:left}.team-strip__image{display:block;height:380px;object-fit:cover;transform:scale(1.04);width:100%}.team-strip__overlay{background:linear-gradient(0deg,#000000b8,#00000026);bottom:0;height:46%;left:0;position:absolute;right:0}.team-strip__text{bottom:.7rem;color:#fff;left:.65rem;line-height:1.15;position:absolute;right:.65rem}.team-strip__name{color:#f2f2f2;display:block;font-size:1.25rem;font-weight:700}.team-strip__role{color:#e0e0e0;display:block;font-size:1rem;font-weight:500}.team-strip__dots,.team-strip__mobile-dots{display:none}.team-strip__dots:before{background:#fabd21;border-radius:999px;content:"";height:2px;left:50%;position:absolute;top:-.35rem;transform:translateX(-50%);width:110px}.team-strip__dot{background:#d8c4c9;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;width:10px}.team-strip__dot--active{background:#fabd21;border-radius:999px;width:30px}@media (max-width:1100px){.team-strip__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.team-strip__image{height:340px}}@media (max-width:768px){.team-strip{padding-bottom:2rem;padding-top:.25rem}.team-strip__cards{-webkit-overflow-scrolling:touch;display:flex;gap:.75rem;margin:0;max-width:none;overflow-x:auto;padding:0 1rem .25rem;scroll-snap-type:x mandatory}.team-strip__cards::-webkit-scrollbar{display:none}.team-strip__card{border-radius:22px;flex:0 0 76%;scroll-snap-align:center}.team-strip__image{height:245px}.team-strip__name{color:#fabd21;font-size:1.85rem}.team-strip__role{color:#fff;font-size:1.02rem}.team-strip__mobile-dots{align-items:center;display:flex;gap:.45rem;justify-content:center;margin-top:.7rem}.team-strip__mobile-dot{background:#dac6cc;border-radius:50%;height:10px;width:10px}.team-strip__mobile-dot--active{background:#fabd21;border-radius:999px;width:30px}}.contact-section{padding-bottom:4rem;padding-top:0}.contact-section__header{margin:0 auto 1.5rem;max-width:min(1500px,calc(100vw - 8rem));padding:0}.contact-section__title{color:#0f0f0f;font-size:clamp(1.9rem,4.2vw,3rem);letter-spacing:-.02em;line-height:1.1;margin:.65rem 0 0}.contact-section__title .highlight-gold{color:#fabd21}.contact-section__grid{grid-gap:1.75rem;align-items:start;display:grid;gap:1.75rem;grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0}.contact-form{background:#f6f6f6;border-radius:16px;padding:1rem}.contact-form__row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.contact-form__field{display:block;margin-bottom:.75rem}.contact-form__label{color:#111;display:block;font-size:1.05rem;font-weight:700;line-height:1.1;margin-bottom:.35rem}.contact-form input,.contact-form textarea{background:#fff;border:none;border-radius:8px;color:#141414;font-size:1rem;padding:.95rem .8rem;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#b7b7b7}.contact-form textarea{min-height:170px;resize:vertical}.contact-details{padding-top:.25rem}.contact-details__block{border-bottom:1px solid #ececec;margin-bottom:1.05rem;padding:0 0 1.05rem}.contact-details__block h3{color:#0f0f0f;font-size:clamp(1.5rem,2.1vw,2rem);line-height:1.1;margin:0 0 .5rem}.contact-details__block p{color:#9d9d9d;font-size:1.1rem;line-height:1.3;margin:0 0 .6rem}.contact-details__block a{color:#101010;font-size:clamp(1rem,1.2vw,1.2rem);font-weight:700}.contact-details__socials{align-items:center;display:flex;gap:.6rem}.contact-details__socials a{align-items:center;border:2px solid #222;border-radius:8px;color:#1d1d1d;display:inline-flex;height:32px;justify-content:center;transition:background .2s ease,color .2s ease,border-color .2s ease;width:32px}.contact-details__socials a svg{display:block;height:17px;width:17px}.contact-details__socials a:hover{background:#550e1e;border-color:#550e1e;color:#fff}.contact-details__cta{font-size:clamp(1.15rem,1.5vw,1.4rem)}.contact-form__cta{display:none}@media (max-width:1024px){.contact-section__grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-section{padding-bottom:2.2rem;padding-top:.25rem}.contact-section__grid,.contact-section__header{padding:0 1rem}.team-page .contact-section__grid,.team-page .contact-section__header{max-width:calc(100vw - 1rem)}.team-page .contact-section .about-pill{background:#fff;border:1px solid #d9d9d9;box-shadow:0 1px 2px #00000014;color:#818181;font-size:.95rem}.team-page .contact-section__title{font-size:clamp(1.8rem,8vw,2.4rem);line-height:1.06;margin-top:.45rem}.contact-section__grid{gap:.7rem}.contact-form{border-radius:14px;padding:.75rem}.contact-form__row{grid-template-columns:1fr}.contact-form__label{font-size:1.02rem}.contact-form input,.contact-form textarea{font-size:.94rem;padding:.78rem .65rem}.contact-form textarea{min-height:150px}.contact-form__cta{display:inline-flex;font-size:1rem;margin:.1rem 0 .85rem}.contact-details__cta--desktop{display:none}.contact-details{padding-top:0}.contact-details__block h3{font-size:1.55rem}.contact-details__block p{font-size:.98rem}.contact-details__block a{font-size:1.05rem}.contact-details__socials a{border-radius:999px;border-width:1.6px;height:34px;width:34px}.contact-details__cta{font-size:1.1rem}}.blog-page .blog-main{min-height:100vh;padding-top:calc(72px + 2rem);padding-top:calc(var(--nav-height) + 2rem)}.blog-page .section{max-width:none;padding-left:0;padding-right:0}.blog-hero{padding-bottom:4rem;padding-top:3.5rem}.blog-hero__header{margin:0 auto 1.5rem;max-width:min(1500px,calc(100vw - 8rem));padding:0}.blog-hero__title{color:#0f0f0f;font-size:clamp(2rem,4.8vw,4rem);letter-spacing:-.02em;line-height:1.12;margin:.75rem 0 .55rem}.blog-hero__title .highlight-gold{color:#fabd21}.blog-hero__subtitle{color:#252525;font-size:clamp(.98rem,1.15vw,1.25rem);margin:0}.blog-featured{margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0;position:relative}.blog-featured__image{border-radius:26px;display:block;max-height:650px;min-height:540px;object-fit:cover;width:100%}.blog-featured__overlay{background:linear-gradient(0deg,#14101ce0 0,#14101ccc 44%,#14101c14);border-radius:0 0 26px 26px;bottom:0;color:#fff;left:0;padding:1.2rem 1.1rem 1rem;position:absolute;right:0}.blog-featured__headline{font-size:clamp(1.6rem,2.9vw,3rem);letter-spacing:-.02em;line-height:1.15;margin:0 0 .55rem}.blog-featured__headline .highlight-gold{color:#fabd21}.blog-featured__excerpt{color:#fffffff2;font-size:clamp(.92rem,1.08vw,1.1rem);line-height:1.45;margin:0 0 .85rem;max-width:92ch}.blog-featured__meta{align-items:center;display:flex;gap:1rem}.blog-featured__author{align-items:center;color:#f8f8f8;display:inline-flex;font-size:clamp(.95rem,1.1vw,1.12rem);font-weight:600;gap:.55rem}.blog-featured__author-dot{background:#fff;border-radius:50%;display:inline-block;height:18px;width:18px}.blog-featured__date{color:#fabd21;font-size:clamp(.95rem,1.1vw,1.12rem);font-weight:700}.blog-featured__tag{border:1.5px solid #fabd21;border-radius:999px;color:#fabd21;font-size:.95rem;font-weight:600;margin-left:auto;padding:.22rem .8rem;text-transform:lowercase}@media (max-width:768px){.blog-featured,.blog-hero__header{max-width:calc(100vw - 1rem)}.blog-featured__image{min-height:430px}.blog-featured__overlay{left:0;padding:.9rem .8rem .8rem;right:0}.blog-featured__meta{flex-wrap:wrap;gap:.6rem}.blog-featured__tag{margin-left:0}}.blog-stories{padding-bottom:4rem;padding-top:.5rem}.blog-stories__header{margin:0 auto 1.25rem;max-width:min(1500px,calc(100vw - 8rem));padding:0}.blog-stories__title{color:#111;font-size:clamp(1.75rem,2.5vw,2.2rem);line-height:1.1;margin:0 0 .65rem}.blog-stories__status{color:#111;font-size:1rem;margin:0 auto 1rem;max-width:min(1500px,calc(100vw - 8rem));text-align:center}.blog-stories__mobile-head{display:block}.blog-stories__filter-btn{display:none}.blog-stories__top-row{align-items:flex-end;display:flex;gap:1.25rem;justify-content:space-between}.blog-stories__tabs{align-items:center;display:flex;flex-wrap:wrap;gap:.85rem}.blog-stories__tab{background:#0000;border:none;color:#777;cursor:pointer;font-size:1rem;font-weight:500;padding:0 0 .35rem}.blog-stories__tab--active{border-bottom:2px solid #fabd21;color:#fabd21}.blog-stories__search{position:relative;width:min(300px,100%)}.blog-stories__search input{background:#f5f5f5;border:none;border-radius:2px;color:#222;font-size:.95rem;height:46px;padding:0 2.6rem 0 .75rem;width:100%}.blog-stories__search input::placeholder{color:#b9b9b9}.blog-stories__search-icon{color:#b5b5b5;font-size:1.2rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.blog-stories__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:min(1500px,calc(100vw - 8rem));padding:0}.story-card{border-radius:16px;display:block;padding:.2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.story-card:hover{box-shadow:0 14px 24px #0000001f;transform:translateY(-4px)}.story-card__image{border-radius:14px;display:block;height:180px;object-fit:cover;width:100%}.story-card__category{color:#fabd21;font-size:.95rem;font-weight:600;margin:.45rem 0 .2rem}.story-card__title{color:#3f1220;font-size:clamp(.98rem,1.15vw,1.22rem);line-height:1.1;margin:0 0 .3rem}.story-card__excerpt{color:#6f6f6f;font-size:.84rem;line-height:1.4;margin:0 0 .5rem}.story-card__meta{align-items:center;display:flex;gap:.45rem;justify-content:space-between}.story-card__author{align-items:center;color:#4b4b4b;display:inline-flex;font-size:.95rem;gap:.4rem}.story-card__avatar{border-radius:50%;height:20px;object-fit:cover;width:20px}.story-card__time{color:#717171;font-size:.92rem}.blog-details-main{min-height:100vh;padding-top:calc(72px + 2rem);padding-top:calc(var(--nav-height) + 2rem)}.blog-details{padding-bottom:4rem;padding-top:2rem}.blog-details__container{margin:0 auto;max-width:min(1050px,calc(100vw - 8rem))}.blog-details__back{display:inline-flex;margin-bottom:1.25rem}.blog-details__hero{border-radius:20px;margin-bottom:1rem;overflow:hidden}.blog-details__hero-image{display:block;max-height:520px;object-fit:cover;width:100%}.blog-details__category{color:#fabd21;font-weight:700;margin:0 0 .45rem}.blog-details__title{color:#3f1220;font-size:clamp(1.8rem,3.8vw,3rem);letter-spacing:-.01em;line-height:1.08;margin:0 0 .55rem}.blog-details__intro{color:#5c5c5c;font-size:1.02rem;margin:0 0 1rem}.blog-details__meta{align-items:center;color:#777;display:flex;flex-wrap:wrap;font-weight:600;gap:.45rem;margin-bottom:1rem}.blog-details__dot{background:#d0d0d0;border-radius:50%;height:6px;width:6px}.blog-details__body p{color:#1a1a1a;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.72;margin:0 0 1rem}.blog-comments{border-top:1px solid #ececec;margin-top:1.2rem;padding-top:1.2rem}.blog-comments__head{align-items:center;display:flex;gap:.65rem;justify-content:space-between;margin-bottom:.7rem}.blog-comments__title{color:#3f1220;font-size:clamp(1.25rem,2.2vw,1.7rem);margin:0}.blog-comments__count{color:#777;font-weight:600;margin:0}.blog-comments__form{background:#f7f7f7;border-radius:16px;margin-bottom:1rem;padding:1rem}.blog-comments__field{display:block;margin-bottom:.8rem}.blog-comments__field span{color:#202020;display:inline-block;font-weight:600;margin-bottom:.35rem}.blog-comments__field input,.blog-comments__field textarea{background:#fff;border:1px solid #e3e3e3;border-radius:10px;color:#111;font-size:1rem;padding:.78rem .72rem;width:100%}.blog-comments__field textarea{min-height:120px;resize:vertical}.blog-comments__submit{border:none}.blog-comments__list{grid-gap:.75rem;display:grid;gap:.75rem}.blog-comment{background:#fff;border:1px solid #ececec;border-radius:12px;padding:.75rem}.blog-comment__header{align-items:center;display:flex;gap:.7rem;justify-content:space-between;margin-bottom:.3rem}.blog-comment__name{color:#3f1220;font-size:1.02rem;margin:0}.blog-comment__date{color:#8a8a8a;font-size:.92rem}.blog-comment__reply{color:#212121;line-height:1.45;margin:0}.blog-related{border-top:1px solid #ececec;margin-top:1.4rem;padding-top:1.1rem}.blog-related__head{margin-bottom:.75rem}.blog-related__title{color:#3f1220;font-size:clamp(1.25rem,2.2vw,1.7rem);margin:0}.blog-related__grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.blog-related-card{background:#fff;border:1px solid #ececec;border-radius:12px;color:inherit;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.blog-related-card:hover{box-shadow:0 10px 24px #00000014;transform:translateY(-3px)}.blog-related-card__image{display:block;height:140px;object-fit:cover;width:100%}.blog-related-card__content{padding:.7rem}.blog-related-card__category{color:#d39b16;font-size:.82rem;font-weight:700;margin:0 0 .25rem}.blog-related-card__title{color:#211114;font-size:1.02rem;line-height:1.25;margin:0 0 .35rem}.blog-related-card__excerpt{color:#5e5e5e;font-size:.9rem;line-height:1.4;margin:0}.blog-related-card__meta{align-items:center;color:#8a8a8a;display:flex;font-size:.8rem;font-weight:600;gap:.6rem;justify-content:space-between;margin-top:.55rem}.blog-related__empty{color:#666;margin:0}@media (min-width:1024px){.blog-related{margin-left:-5rem;width:calc(100% + 5rem)}}@media (max-width:1100px){.blog-stories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.blog-stories__grid,.blog-stories__header{max-width:calc(100vw - 1rem)}.blog-stories__mobile-head{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.blog-stories__title{font-size:clamp(2rem,8.6vw,2.45rem);line-height:1.02;margin:0}.blog-stories__filter-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#0f1f4a;display:inline-flex;height:38px;justify-content:center;padding:0;width:38px}.blog-stories__filter-btn svg{display:block;height:24px;width:24px}.blog-stories__top-row{align-items:flex-start;flex-direction:column;width:100%}.blog-stories__search{margin-bottom:.2rem;order:-1;width:100%}.blog-stories__search input{background:#f5f5f5;border-radius:10px;color:#323232;font-size:2rem;height:72px;padding-left:.95rem;padding-right:3.2rem}.blog-stories__search input::placeholder{color:#9e9e9e;font-size:2rem}.blog-stories__search-icon{color:#8f959c;font-size:2.2rem;right:.9rem}.blog-stories__tabs{display:none}.blog-stories__grid{grid-template-columns:1fr}.story-card__title{font-size:1.05rem}.blog-details__container{max-width:calc(100vw - 1rem)}.blog-details-main{padding-top:calc(72px + .8rem);padding-top:calc(var(--nav-height) + .8rem)}.blog-details{padding-bottom:2rem;padding-top:1rem}.blog-comments__head{align-items:flex-start;flex-direction:column}.blog-comments__form{padding:.75rem}.blog-comments__field input,.blog-comments__field textarea{font-size:.95rem}.blog-related__grid{grid-template-columns:1fr}}@media (max-width:1024px){.landing:not(.about-page):not(.team-page):not(.blog-page) .nav{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#0000!important;border-radius:0!important;height:56px!important;left:1.25rem!important;max-width:none!important;padding:0!important;top:1.35rem!important;transition:background .25s ease,-webkit-backdrop-filter .25s ease;transition:background .25s ease,backdrop-filter .25s ease;transition:background .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease;width:calc(100% - 2.5rem)!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav.nav--scrolled{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background:#361620eb!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav__brand{margin-right:0!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav__logo-icon{max-height:54px!important;width:118px!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav__links{display:none!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav__menu-toggle{display:inline-flex!important;transform:translateX(-20px)!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .nav-cta{display:none!important}.mobile-nav{display:block;inset:0;pointer-events:none;position:fixed;z-index:140}.mobile-nav__backdrop{background:#00000080;border:none;inset:0;opacity:0;position:absolute;transition:opacity .25s ease}.mobile-nav__panel{background:#2f121c;box-shadow:-12px 0 30px #00000052;color:#fff;color:var(--color-white);display:flex;flex-direction:column;gap:1rem;height:100%;padding:1.25rem 1rem 1.5rem;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .28s ease;width:min(82vw,320px)}.mobile-nav__close{align-items:center;align-self:flex-end;background:#0000;border:none;color:#fff;color:var(--color-white);display:inline-flex;font-size:1.8rem;height:36px;justify-content:center;line-height:1;width:36px}.mobile-nav__links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin-top:.35rem}.mobile-nav__link{background:#ffffff08;border:1px solid #ffffff26;border-radius:8px;color:#fff;color:var(--color-white);display:block;font-size:1.05rem;font-weight:600;padding:.8rem .5rem}.mobile-nav__link.active{background:#fabd2114;border-color:#fabd218c;color:#fabd21}.mobile-nav__cta{justify-content:center;margin-top:auto;width:100%}.mobile-nav--open{pointer-events:auto}.mobile-nav--open .mobile-nav__backdrop{opacity:1}.mobile-nav--open .mobile-nav__panel{transform:translateX(0)}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero{border-radius:30px!important;height:clamp(400px,58vh,480px)!important;margin:.9rem 1rem 1rem!important;min-height:clamp(400px,58vh,480px)!important;overflow:hidden;padding:6.4rem 1rem .95rem!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__bg,.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__overlay{border-radius:30px!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__overlay{background:linear-gradient(90deg,#0009 0,#00000057 42%,#00000029)!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__event-box,.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__slide-indicator{display:none!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__title{font-size:clamp(2.05rem,8.2vw,2.85rem)!important;line-height:1.02!important;margin-bottom:.6rem!important;max-width:9ch!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__sub{font-size:clamp(.94rem,3.3vw,1.14rem)!important;line-height:1.24!important;margin-bottom:0!important;max-width:21ch!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__content-wrap{margin-top:1.15rem!important;width:100%!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__content{max-width:100%!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__cta{grid-gap:.55rem!important;display:grid!important;gap:.55rem!important;grid-template-columns:1fr 1fr!important;margin-top:auto!important;padding-top:.55rem!important;position:static!important;width:100%!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__cta .btn{border-radius:14px!important;font-size:.98rem!important;justify-content:center!important;padding:.8rem .7rem!important;width:100%!important}.landing:not(.about-page):not(.team-page):not(.blog-page) .hero__cta .btn--primary{font-size:.84rem!important;white-space:nowrap!important}}
/*# sourceMappingURL=main.2bfa5e07.css.map*/