.navHeader{position:fixed;top:0;left:0;right:0;z-index:50;padding:18px 22px}.navInner{display:flex;align-items:center;gap:18px}.brand{font-family:ui-serif,Georgia,Times New Roman,serif;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:#fffffff2;font-size:20px;line-height:1;padding:10px 12px}.navDesktop{display:flex;align-items:center;gap:12px;flex:1;justify-content:center}.navItem{position:relative}.pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px;line-height:1;color:#ffffffeb;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .16s ease,background .16s ease,border .16s ease}.pill:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff47}.pillActive{background:#ffffff38;border-color:#ffffff59}.dropdown{position:absolute;left:50%;transform:translate(-50%);top:100%;padding-top:14px;opacity:0;pointer-events:none;transition:opacity .14s ease}.dropdown:before{content:"";position:absolute;top:0;left:-30px;right:-30px;height:14px}.navItem:hover .dropdown{opacity:1;pointer-events:auto}.dropdownInner{position:relative;display:grid;gap:10px;padding:10px}.dropdownPill{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-transform:uppercase;letter-spacing:.15em;font-size:11px;padding:10px 16px;border-radius:999px;color:#000c;background:#ffffffc7;border:1px solid rgba(255,255,255,.6);transition:transform .14s ease,background .14s ease;white-space:nowrap}.dropdownPill:hover{transform:translateY(-1px);background:#ffffffeb}.burger{display:none;margin-left:auto;width:46px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer}.burgerLine{display:block;width:18px;height:2px;margin:4px auto;background:#ffffffeb;border-radius:999px}.navMobile{display:none}.navMobileInner{display:grid;gap:12px;padding:12px 0 0}.mobileGroup{display:grid;gap:8px}.mobileTopRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.pillMobile{width:100%}.mobileExpand{width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#ffffffe6;cursor:pointer}.mobileSub{display:grid;gap:10px;padding-left:10px;max-height:0;overflow:hidden;transition:max-height .22s ease}.mobileSub.open{max-height:400px}.dropdownPillMobile{justify-content:center}@media(max-width:900px){.navDesktop{display:none}.burger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column}.navMobile{display:block;max-height:0;overflow:hidden;transition:max-height .22s ease}.navMobileOpen{max-height:70vh}}.home-hero{height:100vh;background-image:url(/images/background.jpg);background-size:cover;background-position:center;position:relative}.home-hero:after{content:"";position:absolute;inset:0;background:#00000040}.overlay{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.home-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.title{font-size:clamp(4rem,10vw,8rem);letter-spacing:.4em}.subtitle{margin-top:2rem;font-size:1rem;letter-spacing:.2em}.home-title{font-family:Times New Roman,Georgia,serif;font-weight:400;font-size:clamp(5rem,10vw,8.5rem);letter-spacing:.45em;text-transform:uppercase;color:#fff;margin:0}.home-subtitle{margin-top:2.5rem;font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.22em;line-height:1.7;text-transform:uppercase;text-align:center;color:#ffffffe6}.home-bottomText{position:absolute;bottom:42px;left:0;right:0;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:#ffffffd9}.aboutPage{background:#cfe3ff;min-height:100vh;color:#000000c7}.aboutSection{padding:64px 24px;max-width:1050px;margin:0 auto}.aboutTitle{text-align:center;font-family:ui-serif,Georgia,Times New Roman,serif;font-size:2.2rem;letter-spacing:.18em;margin-bottom:40px}.aboutTextBlock{max-width:920px;margin:0 auto;text-align:center;line-height:1.8;font-size:1.05rem}.aboutTextBlock p{margin:18px 0}.aboutSubTitle{text-align:center;font-family:ui-serif,Georgia,Times New Roman,serif;letter-spacing:.12em;font-size:1rem;margin:34px 0 18px}.teamGrid{display:grid;justify-content:center;gap:44px 80px;margin-bottom:26px}.teamGrid.cols3{grid-template-columns:repeat(3,170px)}.teamGrid.cols2{grid-template-columns:repeat(2,170px)}.teamCard{text-align:center}.teamAvatar{width:96px;height:96px;border-radius:999px;object-fit:cover;display:block;margin:0 auto 10px}.teamName{font-size:.95rem}.teamRole{font-size:.72rem;font-weight:600;margin-top:2px}.contactRow{display:flex;justify-content:center;gap:52px;flex-wrap:wrap;margin-top:24px}.contactLabel{font-weight:700;letter-spacing:.06em}.contactSub{font-size:.85rem;opacity:.85;margin-top:4px}.contact-icons{display:flex;justify-content:center;gap:48px;margin-top:40px;margin-bottom:120px;flex-wrap:wrap}.contact-icons a{display:inline-flex;align-items:center;justify-content:center}.contact-icons img{width:96px;height:96px;object-fit:contain;transition:transform .25s ease,opacity .25s ease;opacity:.85}.contact-icons a:hover img{transform:translateY(-4px) scale(1.05);opacity:1}.aboutSection:last-child{padding-bottom:50px}@media(max-width:900px){.teamGrid.cols3{grid-template-columns:repeat(2,170px)}}@media(max-width:520px){.teamGrid.cols3,.teamGrid.cols2{grid-template-columns:1fr}}.mb-page{background:#cfe3ff;min-height:100vh;color:#000000bf}.mb-hero{padding:120px 24px 40px;text-align:center}.mb-heroTitle{font-family:ui-serif,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3.2vw,2.6rem);letter-spacing:.12em;font-weight:600;margin-bottom:24px}.mb-logoLink{display:inline-block}.mb-logo{width:min(520px,80vw);height:auto;cursor:pointer}.mb-section{padding:70px 24px;max-width:1050px;margin:25px auto}.mb-title{text-align:center;font-family:ui-serif,Georgia,Times New Roman,serif;font-size:2rem;letter-spacing:.18em;margin-bottom:28px}.mb-paragraph{max-width:900px;margin:0 auto 18px;font-size:1.05rem;line-height:1.7}.mb-paragraph.center{text-align:center}.mb-list{max-width:900px;margin:0 auto;padding-left:22px;line-height:1.8}.mb-missionGrid{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:40px}.houseCard{position:relative;width:360px;height:300px;color:#1bb3df}.houseBorder{position:absolute;inset:0;width:100%;height:100%}.houseContent{position:relative;height:100%;padding:80px 28px 28px;text-align:center;color:#000000bf}.houseCard:hover{color:#129dc6}.houseContent h3{margin:16px 0 12px;line-height:1.25;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.houseContent p{margin:0 auto;max-width:260px;font-size:.95rem;line-height:1.55;color:#000000b3}.mb-imageWrap{display:flex;justify-content:center;margin-top:28px}.mb-image{width:min(520px,90vw);height:auto;border-radius:16px}.mb-logo.small{width:200px;margin:24px auto 0;display:block}.mb-logoLink.small{display:flex;justify-content:center}@media(max-width:900px){.mb-missionGrid{gap:28px}.houseCard{width:min(92vw,380px)}}.pbPage{background:#cfe3ff;min-height:100vh;color:#000000c7}.pbSection{padding:120px 24px;max-width:1050px;margin:0 auto;text-align:center}.pbSection:first-of-type{padding-top:20px}.pbSmallSection{padding:64px 24px 90px;max-width:1050px;margin:0 auto;text-align:center}.pbKicker{font-size:.8rem;letter-spacing:.2em;opacity:.7;margin-bottom:10px}.pbTitle{font-family:ui-serif,Georgia,Times New Roman,serif;font-size:2.1rem;letter-spacing:.18em;margin:0 0 18px}.pbText{max-width:900px;margin:12px auto;line-height:1.75;font-size:1.02rem}.pbText.strong{font-weight:700}.pbLogoStack{margin-top:30px;display:grid;gap:28px;justify-items:center}.pbLogoRow{margin-top:30px;display:flex;justify-content:center;gap:60px;flex-wrap:wrap;align-items:center}.pbLogo{width:min(520px,80vw);height:auto}.pbLogo.small{width:min(360px,70vw)}.pbSmallNote{margin-top:28px;letter-spacing:.08em;font-size:.78rem;opacity:.75}.pbInlineLink{margin-top:26px;font-size:.78rem;letter-spacing:.14em;opacity:.8}.boutiqueList{display:grid;gap:18px;max-width:720px;margin:28px auto 0}.boutiqueCard{background:#ffffff59;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px;display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center}.boutiqueImg{width:120px;height:70px;object-fit:cover;border-radius:10px}.boutiqueBody{text-align:left}.boutiqueName{font-weight:700;letter-spacing:.08em;margin-bottom:6px}.boutiqueLink{font-size:.85rem;color:#000000a6;text-decoration:none}.boutiqueLink:hover{text-decoration:underline}.pbEmailLink{font-weight:700;text-decoration:none;color:inherit;border-bottom:1px solid rgba(0,0,0,.4)}.pbEmailLink:hover{opacity:.7}@media(max-width:600px){.boutiqueCard{grid-template-columns:1fr;text-align:center}.boutiqueBody{text-align:center}.boutiqueImg{margin:0 auto}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:#000;color:#fff}#root{max-width:none;margin:0;padding:0}html{scroll-behavior:smooth}
