:root{--y-blue:#1d5b96;--y-blue-dark:#123e68;--ink:#10182b;--paper:#f6f4ee;--slate:#6b7684;--signal-amber:#e2762e;--white:#fff;--font-display:"Quicksand", sans-serif;--font-body:"Quicksand", sans-serif;--font-mono:"IBM Plex Mono", monospace;--radius-sm:6px;--radius-md:12px;--container-max:1240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-color:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.container{padding-inline:2.5rem}}@media (width>=1024px){.container{padding-inline:3rem}}a:focus-visible,button:focus-visible{outline:2px solid var(--y-blue);outline-offset:3px;border-radius:2px}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--slate);margin-bottom:.75rem;font-size:13px;display:block}.fade-up{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;transition:none;transform:none}}.bg-buildings{background-position:50%;background-size:cover;background-attachment:fixed;position:relative}@media (width<=767px){.bg-buildings{background-attachment:scroll;overflow:hidden}}.bg-buildings:before{content:"";z-index:1;pointer-events:none;background-color:#123e68d9;position:absolute;inset:0}.bg-buildings>.bg-buildings-layer{z-index:0;position:absolute}.bg-buildings>:not(.bg-buildings-layer){z-index:2;position:relative}.header{z-index:100;background-color:#0000;border-bottom:1px solid #0000;transition:background-color .25s,border-bottom .25s;position:sticky;top:0}.header--scrolled{background-color:var(--paper);border-bottom-color:#10182b1a}.header__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.header__brand{align-items:center;gap:.625rem;text-decoration:none;display:flex}.header__logo{width:auto;height:38px}.header__wordmark{flex-direction:column;gap:2px;line-height:1;display:flex}.header__yuva{color:var(--y-blue);letter-spacing:.03em;font-family:Poppins,sans-serif;font-size:22px;font-weight:400}.header__sscbs{letter-spacing:.15em;text-transform:uppercase;color:var(--slate);font-family:Poppins,sans-serif;font-size:11px;font-weight:300}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav-link{font-family:var(--font-body);color:var(--ink);border-radius:var(--radius-sm);padding:.4rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s}.header__nav-link:hover{color:var(--y-blue);background-color:#1d5b960f}.header__nav-link--active{color:var(--y-blue);font-weight:600}.header__hamburger{cursor:pointer;border-radius:var(--radius-sm);z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none;position:relative}.header__hamburger span{background-color:var(--ink);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s,background-color .25s;display:block}.header__hamburger--open span{background-color:var(--white)}.header__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__backdrop{opacity:0;pointer-events:none;z-index:98;background-color:#0a142873;transition:opacity .3s;position:fixed;inset:0}.header__backdrop--open{opacity:1;pointer-events:all}.header__drawer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99;background-color:#123e68f7;flex-direction:column;width:80%;max-width:360px;padding:1.25rem 1.75rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.header__drawer--open{transform:translate(0)}.header__drawer-header{justify-content:flex-end;margin-bottom:2rem;display:flex}.header__drawer-close{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--white);cursor:pointer;background:#ffffff1a;border:none;justify-content:center;align-items:center;transition:background-color .15s;display:flex}.header__drawer-close:hover{background:#fff3}.header__drawer-nav{flex-direction:column;flex:1;display:flex}.header__drawer-link{font-family:var(--font-body);color:#f6f4eecc;border-bottom:1px solid #ffffff14;padding:1rem .5rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .15s,padding-left .15s;display:block}.header__drawer-link:hover{color:var(--white);padding-left:.75rem}.header__drawer-link--active{color:var(--signal-amber);font-weight:600}.header__drawer-social{gap:1.5rem;padding-top:2rem;display:flex}.header__drawer-social-link{color:#f6f4ee99;font-size:.875rem;font-family:var(--font-body);align-items:center;gap:.5rem;text-decoration:none;transition:color .15s;display:flex}.header__drawer-social-link:hover{color:var(--white)}@media (width<=767px){.header__nav{display:none}.header__hamburger{display:flex}}.footer{background-color:var(--y-blue);color:var(--white);padding:4rem 0 2rem}@media (width<=767px){.footer{padding:2.5rem 0 1.5rem}}.footer__top{border-bottom:1px solid #ffffff26;grid-template-columns:1fr 1.5fr 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}@media (width<=1023px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=767px){.footer__top{grid-template-columns:1fr;gap:2rem}}.footer__logo{width:auto;height:56px;margin-bottom:1rem}.footer__tagline{color:#ffffffa6;font-size:.825rem;line-height:1.5}.footer__heading{font-family:var(--font-display);color:var(--white);margin-bottom:1.25rem;font-size:1.375rem;font-weight:500}.footer__contact-row{color:#fffc;align-items:flex-start;gap:.625rem;margin-bottom:.875rem;font-size:.875rem;line-height:1.5;text-decoration:none;transition:color .15s;display:flex}a.footer__contact-row:hover{color:var(--white)}.footer__contact-icon{opacity:.7;flex-shrink:0;margin-top:2px}.footer__social-heading{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1rem;font-size:11px}.footer__social-link{color:#fffc;align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:flex}.footer__social-link:hover{color:var(--white)}.footer__mid{border-bottom:1px solid #ffffff1a;padding:1.75rem 0}.footer__nav{flex-wrap:wrap;gap:1.5rem;display:flex}.footer__nav-link{font-family:var(--font-body);color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color .15s}.footer__nav-link:hover{color:var(--white)}.footer__bottom{padding-top:1.5rem}.footer__bottom p{font-family:var(--font-mono);color:#fff6;letter-spacing:.03em;font-size:12px}.marquee-strip{background-color:var(--y-blue);padding:1.25rem 0;overflow:hidden}.marquee-track{gap:1rem;width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.marquee-strip:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.marquee-item{flex-shrink:0;width:280px;height:190px}.marquee-img{border-radius:var(--radius-md);object-fit:cover;object-position:center;width:280px;height:190px;display:block}.marquee-placeholder{border-radius:var(--radius-md);opacity:.85;justify-content:center;align-items:center;width:280px;height:190px;display:flex}.marquee-placeholder-label{font-family:var(--font-mono);color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.bg-buildings-layer{display:none}@media (width<=767px){.bg-buildings-layer{z-index:0;will-change:transform;pointer-events:none;background-position:50%;background-size:cover;display:block;position:absolute;inset:-20% 0;transform:translate(0,0)}}.statblock{padding:5rem 0}@media (width<=767px){.statblock{padding:3rem 0}}.statblock__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=767px){.statblock__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}.statblock__item{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.statblock__icon{background-color:var(--y-blue);color:#f6f4eee6;border:1.5px solid #f6f4ee33;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.statblock__value{font-family:var(--font-display);color:var(--paper);font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1}.statblock__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#f6f4ee80;font-size:11px}.logo-carousel{align-items:center;gap:.625rem;display:flex}.logo-carousel__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;gap:1rem;display:flex;overflow-x:auto}.logo-carousel__track::-webkit-scrollbar{display:none}.logo-carousel__snap-item{flex:0 0 calc((100% - (var(--lc-per,5) - 1) * 1rem) / var(--lc-per,5));scroll-snap-align:start}.logo-carousel__snap-item>*{width:100%}.logo-carousel__arrow{background-color:var(--y-blue);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,opacity .2s;display:flex}.logo-carousel__arrow:hover:not(:disabled){background-color:var(--y-blue-dark)}.logo-carousel__arrow:disabled{opacity:0;pointer-events:none}@media (width<=767px){.logo-carousel{gap:0}.logo-carousel__arrow{display:none}.logo-carousel__track{gap:.75rem}.logo-carousel__snap-item{flex:0 0 calc(50% - .375rem)}}.section{padding:6rem 0}@media (width<=767px){.section{padding:3rem 0}}.section__heading{color:var(--ink);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.text-link{font-family:var(--font-mono);color:var(--y-blue);letter-spacing:.04em;font-size:13px;text-decoration:none;transition:color .15s}.text-link:hover{color:var(--y-blue-dark)}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background-color:var(--y-blue);color:var(--white);border:2px solid var(--y-blue)}.btn--primary:hover{background-color:var(--y-blue-dark);border-color:var(--y-blue-dark)}.btn--outline{color:var(--ink);border:2px solid var(--ink);background-color:#0000}.btn--outline:hover{background-color:var(--ink);color:var(--white)}.hero{background-color:var(--paper);padding:2.5rem 0 5rem;overflow:hidden}@media (width<=767px){.hero{padding:2rem 0 3rem}}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}@media (width<=767px){.hero__inner{grid-template-columns:1fr;gap:2.5rem}}.hero__content{max-width:560px}.hero__headline{color:var(--ink);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;line-height:1.1}.hero__sub{color:var(--slate);max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:.875rem;display:flex}.hero__photo-wrap{justify-content:center;align-items:center;display:flex}.hero__photo{border-radius:var(--radius-md);object-fit:cover;width:100%;max-width:clamp(340px,50vw,580px);height:auto;transform:rotate(1.5deg);box-shadow:0 12px 40px #10182b26}@media (width<=767px){.hero__photo{max-width:100%;transform:none}}.hero__photo-overlay-wrap{border-radius:var(--radius-md);width:100%;max-width:clamp(340px,50vw,580px);position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 12px 40px #10182b26}.hero__photo-overlay-wrap .hero__photo{width:100%;max-width:none;height:auto;box-shadow:none;border-radius:0;transform:none}.hero__photo-scrim{pointer-events:none;background:linear-gradient(#0000 45%,#081832bf 100%);position:absolute;inset:0}.hero__photo-text{pointer-events:none;flex-direction:column;gap:0;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.hero__photo-text span{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;text-transform:uppercase;font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:700;line-height:1.05;display:block}.hero__photo-text--script{font-family:var(--font-display);color:#a8d4f5;letter-spacing:0;text-transform:none;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1}@media (width<=767px){.hero__photo-overlay-wrap{max-width:100%;transform:none}}.hero.bg-buildings{background-color:var(--y-blue-dark)}.hero.bg-buildings .eyebrow{color:#f6f4ee94}.hero.bg-buildings .hero__headline{color:var(--white)}.hero.bg-buildings .hero__sub{color:#f6f4eeb3}.hero.bg-buildings .btn--outline{color:var(--white);border-color:#f6f4ee8c}.hero.bg-buildings .btn--outline:hover{color:var(--white);background-color:#f6f4ee1f;border-color:#f6f4ee8c}.about.bg-buildings{background-color:var(--y-blue-dark)}.about.bg-buildings .eyebrow{color:#f6f4ee94}.about.bg-buildings .section__heading{color:var(--white)}.about.bg-buildings .about__body{color:#f6f4eeb3}.about.bg-buildings .about__stat-value{color:var(--white)}.about.bg-buildings .about__stat-label{color:#f6f4ee80}.about.bg-buildings .about__box-logo{filter:brightness(0)invert();opacity:.9}.about.bg-buildings .about__box-title{color:#f6f4ee8c}.about.bg-buildings .about__box-text{color:#f6f4eea6}.about.bg-buildings .about__photo{box-shadow:0 8px 32px #0006}.alumni.bg-buildings{background-color:var(--y-blue-dark)}.alumni.bg-buildings .eyebrow{color:#f6f4ee94}.alumni.bg-buildings .section__heading{color:var(--white)}.about{background-color:var(--paper)}.about__inner{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:4rem;display:grid}@media (width<=767px){.about__inner{grid-template-columns:1fr;gap:2rem}}.about__photo-col{position:relative}.about__photo{border-radius:var(--radius-md);object-fit:cover;object-position:center center;width:100%;height:100%;display:block;box-shadow:0 8px 32px #10182b1a}@media (width<=767px){.about__photo{aspect-ratio:4/3;height:auto}}.about__body{color:var(--slate);margin-bottom:1rem;font-size:1rem;line-height:1.7}.about__body:last-of-type{margin-bottom:2rem}.about__boxes{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=500px){.about__boxes{grid-template-columns:1fr}}.about__box{color:inherit;background-color:#0000;flex-direction:column;gap:.75rem;padding:0;text-decoration:none;transition:opacity .15s;display:flex}a.about__box:hover{opacity:.75}.about__box-logo{object-fit:contain;width:auto;height:44px;display:block}.about__box-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--y-blue);margin-bottom:.25rem;font-size:11px}.about__box-text{color:var(--slate);font-size:.825rem;line-height:1.6}.what-we-do{background-color:var(--white)}.what-we-do__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=767px){.what-we-do__grid{grid-template-columns:1fr}}.what-we-do__card{border-radius:var(--radius-md);background-color:var(--paper);color:inherit;border:1px solid #10182b1a;flex-direction:column;gap:1.125rem;padding:2.25rem;text-decoration:none;transition:box-shadow .2s,border-color .2s;display:flex}.what-we-do__card:hover{border-color:#1d5b9640;box-shadow:0 4px 18px #10182b12}.what-we-do__icon{background-color:#1d5b960f;border:1.5px solid #1d5b964d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.what-we-do__icon-img{object-fit:contain;width:28px;height:28px;display:block}.what-we-do__title{font-family:var(--font-display);color:var(--ink);font-size:1.15rem;font-weight:700}.what-we-do__desc{color:var(--slate);font-size:.875rem;line-height:1.6}.room-168{background-color:var(--paper)}.room168__inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=767px){.room168__inner{grid-template-columns:1fr;gap:2rem}}.room168__photo{border-radius:var(--radius-md);object-fit:cover;aspect-ratio:4/3;width:100%;height:auto;display:block;box-shadow:0 8px 32px #10182b1a}.room168__body{color:var(--slate);margin-top:.5rem;font-size:1rem;line-height:1.75}.alumni{background-color:var(--y-blue-dark)}.alum-timeline{flex-direction:column;gap:2.5rem;margin-top:3rem;display:flex;position:relative}.alum-timeline:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#f6f4ee26 4% 96%,#0000 100%);width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.alum-row{grid-template-columns:1fr 56px 1fr;grid-template-areas:"person center logo";align-items:center;display:grid}.alum-row--flip{grid-template-areas:"logo center person"}.alum-person{grid-area:person}.alum-center{grid-area:center;justify-content:center;align-items:center;display:flex}.alum-logo-wrap{grid-area:logo;align-items:center;display:flex}.alum-row:not(.alum-row--flip) .alum-person{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.alum-row:not(.alum-row--flip) .alum-person__photos{justify-content:flex-end}.alum-row--flip .alum-person{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.alum-row--flip .alum-person__photos{justify-content:flex-start}.alum-row:not(.alum-row--flip) .alum-logo-wrap{justify-content:flex-start;padding-left:1.5rem}.alum-row--flip .alum-logo-wrap{justify-content:flex-end;padding-right:1.5rem}.alum-dot{background-color:var(--y-blue);border:2.5px solid var(--y-blue-dark);border-radius:50%;flex-shrink:0;width:11px;height:11px;display:block}.alum-person__photos{flex-direction:row;gap:.75rem;margin-bottom:1rem;display:flex}.alum-photo{object-fit:cover;object-position:center top;border:2px solid #f6f4ee33;border-radius:50%;flex-shrink:0;width:92px;height:92px;display:block}.alum-name{font-family:var(--font-display);color:var(--white);margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.alum-title{color:#f6f4eea6;max-width:300px;font-size:.95rem;line-height:1.5}.alum-row:not(.alum-row--flip) .alum-title{margin-left:auto}.alum-brand-logo{object-fit:contain;filter:brightness(0)invert();opacity:.8;width:auto;max-width:220px;height:80px;display:block}@media (width<=767px){.alum-timeline:before{left:10px;transform:none}.alum-row,.alum-row--flip{padding-left:32px;display:block;position:relative}.alum-center{display:none}.alum-row:before{content:"";background-color:var(--y-blue);border:2px solid var(--y-blue-dark);border-radius:50%;width:9px;height:9px;position:absolute;top:1rem;left:6px}.alum-row:not(.alum-row--flip) .alum-person,.alum-row--flip .alum-person{text-align:left;align-items:flex-start}.alum-row:not(.alum-row--flip) .alum-person__photos,.alum-row--flip .alum-person__photos{justify-content:flex-start}.alum-row:not(.alum-row--flip) .alum-title{margin-left:0}.alum-logo-wrap,.alum-row:not(.alum-row--flip) .alum-logo-wrap,.alum-row--flip .alum-logo-wrap{justify-content:flex-start;margin-top:1rem;padding:0}.alum-photo{width:70px;height:70px}.alum-timeline{gap:2rem}}.partners{background-color:var(--paper)}.partners__logo-box{aspect-ratio:2;border-radius:var(--radius-sm);background-color:var(--white);border:1px solid #10182b1a;justify-content:center;align-items:center;padding:.5rem .75rem;transition:border-color .2s;display:flex}.partners__logo-box:hover{border-color:#10182b33}.partners__logo-img{object-fit:contain;width:auto;max-width:100%;height:62px;display:block}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.arv{border-radius:var(--radius-md);background-color:var(--white);border:1px solid #10182b1f;flex-direction:column;display:flex;overflow:hidden}.arv__controls{background-color:var(--paper);border-bottom:1px solid #10182b1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.arv__controls-group{align-items:center;gap:.5rem;display:flex}.arv__btn{border-radius:var(--radius-sm);background-color:var(--white);width:34px;height:34px;color:var(--y-blue);cursor:pointer;border:1.5px solid #1d5b9640;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s,color .15s;display:flex}.arv__btn:hover:not(:disabled){background-color:var(--y-blue);border-color:var(--y-blue);color:var(--white)}.arv__btn:disabled{opacity:.35;cursor:default}.arv__page-counter,.arv__zoom-label{font-family:var(--font-mono);letter-spacing:.05em;color:var(--ink);text-align:center;-webkit-user-select:none;user-select:none;min-width:3.5rem;font-size:12px}.arv__canvas-wrap{background-color:#e8e8ec;justify-content:center;align-items:flex-start;min-height:540px;max-height:680px;padding:1.5rem;display:flex;overflow:auto}.arv__canvas-wrap .react-pdf__Document{justify-content:center;display:flex}.arv__canvas-wrap .react-pdf__Page{border-radius:2px;overflow:hidden;box-shadow:0 4px 24px #10182b2e}.arv__skeleton{justify-content:center;width:100%;display:flex}.arv__skeleton-page{aspect-ratio:1/1.414;background:linear-gradient(90deg,#10182b0f 25%,#10182b1a 50%,#10182b0f 75%) 0 0/200% 100%;border-radius:2px;width:min(600px,100%);animation:1.4s ease-in-out infinite arv-shimmer;box-shadow:0 4px 24px #10182b26}@keyframes arv-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.arv__skeleton-page{background:#10182b12;animation:none}}.arv__error{text-align:center;justify-content:center;align-items:center;width:100%;min-height:300px;padding:2rem;display:flex}.arv__error p{font-family:var(--font-body);color:var(--slate);font-size:.95rem;line-height:1.6}.arv__footer{background-color:var(--paper);border-top:1px solid #10182b1a;justify-content:flex-end;padding:.875rem 1.25rem;display:flex}.arv__download{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--y-blue);border-radius:var(--radius-sm);border:1.5px solid #1d5b9640;align-items:center;gap:.4rem;padding:.45rem .875rem;font-size:11px;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.arv__download:hover{background-color:var(--y-blue);color:var(--white);border-color:var(--y-blue)}@media (width<=600px){.arv__controls{gap:.75rem;padding:.625rem 1rem}.arv__canvas-wrap{min-height:380px;max-height:520px;padding:1rem .75rem}.arv__footer{justify-content:center}}.ar-page{background-color:var(--paper)}.ar-section{padding:5rem 0}@media (width<=767px){.ar-section{padding:3rem 0}}.ar-header__heading{color:var(--ink);letter-spacing:-.03em;max-width:600px;margin-bottom:.75rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.ar-header__sub{color:var(--slate);max-width:500px;font-size:1rem;line-height:1.65}.bg-buildings .ar-header__heading{color:var(--white)}.bg-buildings .ar-header__sub{color:#f6f4eeb8}.ar-viewer-section{padding-top:0}.ar-viewer-section+.ar-viewer-section{padding-top:3.5rem}.ar-year-label{color:var(--y-blue);margin-bottom:1rem;font-size:14px}.ach-page{background-color:var(--paper)}.ach-hero{padding:6rem 0 6.5rem}@media (width<=767px){.ach-hero{padding:4rem 0 4.5rem}}.ach-hero__heading{color:var(--ink);letter-spacing:-.03em;max-width:640px;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1}.ach-hero__sub{color:var(--slate);max-width:480px;font-size:1.05rem;line-height:1.65}.bg-buildings .ach-hero__heading{color:var(--white)}.bg-buildings .ach-hero__sub{color:#f6f4eeb8}.ach-section{padding:5.5rem 0}@media (width<=767px){.ach-section{padding:3.5rem 0}}.ach-section__heading{color:var(--ink);margin-bottom:.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.ach-section__sub{color:var(--slate);max-width:540px;margin-bottom:3.5rem;font-size:1rem;line-height:1.65}.ach-major{background-color:var(--paper)}.ach-timeline{flex-direction:column;gap:3rem;display:flex;position:relative}.ach-timeline:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#1d5b962e 4% 96%,#0000 100%);width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ach-row{grid-template-columns:1fr 56px 1fr;grid-template-areas:"card center ghost";align-items:center;display:grid}.ach-row--right{grid-template-areas:"ghost center card"}.ach-card{grid-area:card}.ach-row__center{grid-area:center}.ach-ghost{grid-area:ghost}.ach-row__center{justify-content:center;align-items:center;height:100%;display:flex}.ach-row__dot{background-color:var(--y-blue);border:2.5px solid var(--paper);border-radius:50%;flex-shrink:0;width:11px;height:11px;display:block;box-shadow:0 0 0 1.5px #1d5b9659}.ach-ghost{font-family:var(--font-display);color:var(--y-blue-dark);opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;font-size:clamp(72px,9vw,120px);font-weight:700;line-height:1;display:flex}.ach-row--left .ach-ghost{justify-content:flex-start;padding-left:.75rem}.ach-row--right .ach-ghost{justify-content:flex-end;padding-right:.75rem}.ach-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid #10182b1a;flex-direction:column;gap:1.25rem;padding:2rem;transition:border-color .2s,transform .2s;display:flex}.ach-row--left .ach-card{margin-right:.5rem}.ach-row--right .ach-card{margin-left:.5rem}.ach-card:hover{border-color:var(--y-blue);transform:translateY(-2px)}.ach-card__logo-wrap{align-items:center;height:72px;display:flex}.ach-card__logo{object-fit:contain;width:auto;max-width:220px;height:64px;display:block}.ach-logo-placeholder{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--slate);border-radius:var(--radius-sm);border:1px solid #10182b2e;flex-direction:column;justify-content:center;align-items:flex-start;height:64px;padding:.4rem .65rem;font-size:10px;line-height:1.5;display:inline-flex}.ach-card__badge{color:var(--y-blue);font-family:var(--font-mono);letter-spacing:.04em;background-color:#1d5b9617;border-radius:100px;align-self:flex-start;align-items:center;padding:.25rem .65rem;font-size:11px;font-weight:500;display:inline-flex}.ach-card__title{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1.3}.ach-card__desc{color:var(--slate);font-size:.875rem;line-height:1.75}.ach-more{background-color:var(--ink);background-position:50%;background-size:cover;background-attachment:fixed;position:relative}@media (width<=767px){.ach-more{background-attachment:scroll;overflow:hidden}}.ach-more:before{content:"";pointer-events:none;z-index:1;background-color:#123e68d9;position:absolute;inset:0}.ach-more>.bg-buildings-layer{z-index:0;position:absolute}.ach-more .container{z-index:2;position:relative}.ach-more .ach-section__heading{color:var(--white)}.ach-more .ach-section__sub{color:#f6f4eeb8}.ach-more-box{aspect-ratio:2;border-radius:var(--radius-sm);background-color:var(--paper);border:1px solid #10182b1a;justify-content:center;align-items:center;padding:.5rem .75rem;transition:border-color .2s;display:flex}.ach-more-box:hover{border-color:#10182b38}.ach-more-logo{object-fit:contain;width:auto;max-width:100%;height:52px;display:block}@media (width<=767px){.ach-timeline:before{left:10px;transform:none}.ach-row,.ach-row--left,.ach-row--right{padding-left:32px;display:block;position:relative}.ach-row__center{display:none}.ach-row:before{content:"";background-color:var(--y-blue);border:2px solid var(--paper);border-radius:50%;width:9px;height:9px;position:absolute;top:2rem;left:6px;box-shadow:0 0 0 1.5px #1d5b964d}.ach-row--left .ach-card,.ach-row--right .ach-card{margin:0}.ach-ghost{opacity:.05;pointer-events:none;grid-area:unset;padding:0;font-size:64px;display:block;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.ach-row--left .ach-ghost,.ach-row--right .ach-ghost{justify-content:unset;padding:0}.ach-timeline{gap:2rem}}.wwd-page{background-color:var(--paper)}.wwd-section{padding:6rem 0}@media (width<=767px){.wwd-section{padding:3.5rem 0}}.wwd-section__heading{color:var(--ink);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.wwd-btn{border-radius:var(--radius-sm);font-family:var(--font-body);border:2px solid #0000;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.wwd-btn--primary{background-color:var(--paper);color:var(--ink);border-color:var(--paper)}.wwd-btn--primary:hover{background-color:#f6f4eed9;border-color:#f6f4eed9}.bg-buildings .wwd-section__heading,.bg-buildings .wwd-header__heading{color:var(--white)}.bg-buildings .wwd-header__sub{color:#f6f4eeb3}.bg-buildings .comp-label{color:var(--white)}.bg-buildings .comp-icon{color:var(--white);background-color:#ffffff1f;border-color:#ffffff38}.bg-buildings .proj-logo-wrap{background-color:var(--white);border-radius:var(--radius-sm);align-self:flex-start;align-items:center;padding:.45rem .875rem;display:inline-flex}.wwd-header{padding:5rem 0 6rem}@media (width<=767px){.wwd-header{padding:3.5rem 0 4.5rem}}.wwd-header__heading{color:var(--ink);letter-spacing:-.03em;max-width:640px;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1}.wwd-header__sub{color:var(--slate);max-width:480px;font-size:1.05rem;line-height:1.6}.wwd-services{background-color:var(--white)}.wwd-services__layout{grid-template-columns:3fr 2fr;align-items:center;gap:4rem;display:grid}@media (width<=899px){.wwd-services__layout{grid-template-columns:1fr;gap:3rem}}.orbit-diagram-wrap{aspect-ratio:1;flex-shrink:0;width:100%;max-width:640px;margin:0 auto;position:relative}@media (width<=479px){.orbit-diagram-wrap{display:none}}.orbit-svg{width:100%;height:100%;position:absolute;inset:0}.orbit-center{aspect-ratio:1;opacity:0;background-color:var(--y-blue);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:20%;transition:opacity .45s,transform .45s;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.5)}.orbit-center.orbit-visible{opacity:1;transform:translate(-50%,-50%)scale(1)}@media (prefers-reduced-motion:reduce){.orbit-center{opacity:1;transition:none;transform:translate(-50%,-50%)scale(1)}}.orbit-center-icon{object-fit:contain;width:82%;height:82%;display:block}.orbit-node{aspect-ratio:1;opacity:0;background-color:var(--white);z-index:2;border:1.5px solid #1d5b964d;border-radius:50%;justify-content:center;align-items:center;width:11%;transition:opacity .4s,transform .4s;display:flex;position:absolute;transform:translate(-50%,-50%)scale(.5);box-shadow:0 2px 12px #10182b1a}.orbit-node.orbit-visible{opacity:1;transform:translate(-50%,-50%)scale(1)}@media (prefers-reduced-motion:reduce){.orbit-node{opacity:1;transition:none;transform:translate(-50%,-50%)scale(1)}}.orbit-node-icon{color:var(--y-blue);flex-shrink:0;width:44%!important;height:44%!important}.orbit-badge{background-color:var(--y-blue);width:19px;height:19px;color:var(--white);font-family:var(--font-mono);border:1.5px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:500;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.orbit-list{flex-direction:column;gap:1.625rem;list-style:none;display:flex}.orbit-list-item{grid-template-columns:2.5rem 1fr;align-items:flex-start;gap:.75rem;display:grid}.orbit-list-num{font-family:var(--font-mono);color:var(--y-blue);flex-shrink:0;font-size:1.1rem;font-weight:500;line-height:1.4}.orbit-list-content{flex-direction:column;gap:.3rem;display:flex}.orbit-list-icon-mobile{width:28px;height:28px;color:var(--y-blue);background-color:#1d5b9614;border:1px solid #1d5b9633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.35rem;display:none}@media (width<=479px){.orbit-list-icon-mobile{display:flex}}.orbit-list-title{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1.3}.orbit-list-desc{color:var(--slate);font-size:.875rem;line-height:1.65}.comp-grid{grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem;display:grid}@media (width<=767px){.comp-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=400px){.comp-grid{grid-template-columns:1fr}}.comp-card{flex-direction:column;align-items:flex-start;gap:.875rem;display:flex}.comp-icon{width:52px;height:52px;color:var(--y-blue);background-color:#1d5b960f;border:1.5px solid #1d5b964d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.comp-label{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:700;line-height:1.3}.proj-logo-wrap{align-items:center;height:56px;display:flex}.proj-logo{object-fit:contain;width:auto;max-width:160px;height:48px;display:block}.proj-card__title{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:700;line-height:1.3}.proj-card__desc{color:var(--slate);flex:1;font-size:.875rem;line-height:1.7}.proj-card__link{font-family:var(--font-mono);letter-spacing:.04em;color:var(--y-blue);align-self:flex-start;font-size:12px;text-decoration:none;transition:color .15s}.proj-card__link:hover{color:var(--y-blue-dark)}.wwd-projects{background-color:var(--white);padding-bottom:0}.wwd-projects>.container{padding-bottom:0}.proj-pin-outer{background-color:var(--white);height:100vh;position:relative;overflow:hidden}.proj-pin-outer .proj-slide:not(:first-child){opacity:0;pointer-events:none}.proj-slide{background-color:var(--white);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.proj-slide__inner{grid-template-columns:1fr 2fr;align-items:center;gap:5rem;padding:1.5rem 0;display:grid}@media (width<=899px){.proj-slide__inner{grid-template-columns:1fr;gap:2rem;padding:2rem 0}}.proj-slide__left{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.proj-slide .proj-logo-wrap{height:120px}.proj-slide .proj-logo{max-width:240px;height:112px}.proj-slide__counter{font-family:var(--font-mono);letter-spacing:.1em;color:var(--slate);opacity:.8;font-size:.78rem}.proj-slide__title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3.2vw,2.6rem);font-weight:700;line-height:1.2}.proj-slide__desc{color:var(--slate);max-width:580px;margin-bottom:1.25rem;font-size:.95rem;line-height:1.75}.proj-slide__bg-num{font-family:var(--font-display);color:var(--ink);opacity:.065;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:clamp(160px,20vw,260px);font-weight:600;line-height:1;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.proj-progress{z-index:20;pointer-events:none;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.proj-progress__dot{background-color:var(--slate);opacity:.3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.proj-fallback-stack{flex-direction:column;gap:1.5rem;padding-bottom:2rem;display:flex}.proj-card{border-radius:var(--radius-md);background-color:var(--paper);border:1px solid #10182b1a;flex-direction:column;gap:1rem;padding:2rem;transition:box-shadow .2s;display:flex}.proj-card:hover{box-shadow:0 4px 20px #10182b14}.wwd-past{background-color:var(--paper)}.past-logo-box{aspect-ratio:2;border-radius:var(--radius-sm);background-color:var(--white);border:1px solid #10182b1a;justify-content:center;align-items:center;padding:.5rem .75rem;transition:border-color .2s;display:flex}.past-logo-box:hover{border-color:#10182b33}.past-logo-img{object-fit:contain;width:auto;max-width:100%;height:62px;display:block}.past-logo-placeholder{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--slate);text-align:center;opacity:.7;font-size:9px;line-height:1.4}.events-page{background-color:var(--paper)}.ev-header{background-color:var(--paper);padding:5rem 0 6rem}@media (width<=767px){.ev-header{padding:3.5rem 0 4.5rem}}.ev-header__heading{color:var(--ink);letter-spacing:-.03em;max-width:640px;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1}.ev-header__sub{color:var(--slate);max-width:520px;font-size:1.05rem;line-height:1.6}.ev-section{padding:6rem 0}@media (width<=767px){.ev-section{padding:3.5rem 0}}.ev-section--light{background-color:var(--paper)}.ev-section__brand{margin-bottom:1.25rem}.ev-section__logo{object-fit:contain;width:auto;max-width:100%;height:48px;display:block}.ev-section__heading{color:var(--ink);white-space:normal;overflow-wrap:break-word;width:100%;max-width:640px;margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.ev-section__intro{color:var(--slate);max-width:640px;margin-bottom:3rem;font-size:1rem;line-height:1.7}.bg-buildings .ev-section__heading{color:var(--white)}.bg-buildings .ev-section__intro{color:#f6f4eeb8}.bg-buildings .eyebrow{color:#f6f4ee94}.bg-buildings .ev-section__logo{filter:brightness(0)invert();opacity:.9}.ev-grid{gap:1.5rem;display:grid}.ev-grid--3{grid-template-columns:repeat(3,1fr)}.ev-grid--2{grid-template-columns:repeat(2,1fr)}@media (width<=1023px){.ev-grid--3{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.ev-grid--3,.ev-grid--2{grid-template-columns:1fr}}.ev-card{border-radius:var(--radius-md);background-color:var(--white);border:1px solid #10182b17;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.ev-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #10182b1a}.ev-card__img-wrap{aspect-ratio:4/3;flex-shrink:0;overflow:hidden}.ev-card__img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.ev-card:hover .ev-card__img{transform:scale(1.03)}.ev-card__body{flex-direction:column;flex:1;gap:.625rem;padding:1.5rem;display:flex}.ev-card__badge-wrap{margin-bottom:.25rem}.ev-card__badge{object-fit:contain;width:auto;max-width:100%;height:32px;display:block}.ev-card__title{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:700;line-height:1.25}.ev-card__desc{color:var(--slate);font-size:.875rem;line-height:1.65}.siif-page{background-color:var(--paper)}.siif-section{padding:6rem 0}@media (width<=767px){.siif-section{padding:3.5rem 0}}.siif-section__heading{color:var(--ink);overflow-wrap:break-word;white-space:normal;width:100%;max-width:640px;margin-bottom:2rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.siif-section__heading--light{color:var(--white)}.siif-hero{background-color:var(--ink);padding:5rem 0 6rem}@media (width<=767px){.siif-hero{padding:3.5rem 0 4rem}}.siif-hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}@media (width<=900px){.siif-hero__inner{grid-template-columns:1fr;gap:2.5rem}}.siif-hero__badge{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:auto;height:40px;margin-bottom:1.25rem;display:block}.siif-hero .eyebrow{color:#f6f4ee94}.siif-hero__heading{color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.siif-hero__body{color:#f6f4eeb8;max-width:520px;font-size:1rem;line-height:1.75}.siif-hero__photo-col{justify-content:center;align-items:center;display:flex}.siif-hero__photo{border-radius:var(--radius-md);object-fit:contain;background-color:#ffffff0f;border:1px solid #ffffff1f;width:100%;max-width:320px;height:auto;padding:2rem;box-shadow:0 16px 48px #00000059}@media (width<=900px){.siif-hero__photo{max-width:240px}}.siif-collab{background-color:var(--paper)}.siif-collab__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}@media (width<=900px){.siif-collab__inner{grid-template-columns:1fr;gap:1.5rem}}.siif-collab__eyebrow{color:var(--slate)}.siif-collab .siif-section__heading{margin-bottom:0}.siif-collab__body{color:var(--slate);margin-bottom:2rem;font-size:1rem;line-height:1.75}.siif-collab__badges{flex-wrap:wrap;gap:.625rem;display:flex}.siif-collab__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--y-blue);border-radius:var(--radius-sm);white-space:nowrap;background-color:#1d5b9612;border:1px solid #1d5b9633;padding:.4rem .75rem;font-size:11px}.siif-stats{background-color:var(--ink)}.siif-stats .eyebrow{color:#f6f4ee94}.siif-stats__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (width<=900px){.siif-stats__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.siif-stats__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.siif-stat{border-radius:var(--radius-md);background-color:#ffffff0a;border:1px solid #ffffff1a;flex-direction:column;gap:.875rem;padding:2rem 1.5rem;transition:background-color .2s,border-color .2s;display:flex}.siif-stat:hover{background-color:#ffffff12;border-color:#1d5b9666}.siif-stat__icon-wrap{color:#6aaae8;background-color:#1d5b9633;border:1.5px solid #1d5b9659;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.siif-stat__number{font-family:var(--font-display);color:var(--white);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:500;line-height:1}.siif-stat__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:#f6f4ee80;font-size:11px;line-height:1.4}.siif-offers{background-color:var(--white)}.siif-offers__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=1023px){.siif-offers__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.siif-offers__grid{grid-template-columns:1fr}}.siif-offer-card{border-radius:var(--radius-md);background-color:var(--paper);border:1px solid #10182b1a;flex-direction:column;gap:1rem;padding:2rem;transition:box-shadow .2s,border-color .2s;display:flex}.siif-offer-card:hover{border-color:#1d5b9633;box-shadow:0 4px 20px #10182b12}.siif-offer-card__icon{width:48px;height:48px;color:var(--y-blue);background-color:#1d5b960f;border:1.5px solid #1d5b964d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.siif-offer-card__title{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:700;line-height:1.25}.siif-offer-card__desc{color:var(--slate);font-size:.875rem;line-height:1.65}.siif-btn{border-radius:var(--radius-sm);font-family:var(--font-body);border:2px solid #0000;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.siif-btn--primary{background-color:var(--paper);color:var(--ink);border-color:var(--paper)}.siif-btn--primary:hover{background-color:#f6f4eed9;border-color:#f6f4eed9}.siif-cta{background-color:var(--ink);padding:6rem 0}@media (width<=767px){.siif-cta{padding:4rem 0}}.siif-cta__inner{text-align:center;max-width:560px;margin:0 auto}.siif-cta__heading{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.siif-cta__sub{color:#f6f4eea6;margin-bottom:2rem;font-size:1rem;line-height:1.7}.join-page{background-color:var(--paper);min-height:80vh}.join-hero{padding:8rem 0 7rem}@media (width<=767px){.join-hero{padding:5rem 0 4rem}}.join-hero__inner{max-width:600px}.join-hero__heading{color:var(--ink);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.join-hero__body{color:var(--slate);max-width:440px;font-size:1.05rem;line-height:1.7}
