@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#0b1b35;--navy-light:#132847;--orange:#f37021;--orange-hover:#e06318;--yellow:#ffd200;--blue:#0082c6;--teal:#00a99d;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-600:#475569;--gray-800:#1e293b;--shadow:0 20px 50px -20px #0b1b3540;--shadow-lg:0 32px 80px -24px #0b1b3559;--radius:12px;--radius-lg:20px;--max-width:1440px;--header-height:76px;--footer-logo-icon-size:68px;--footer-logo-name-height:48px;--header-logo-icon-size:64px;--header-logo-name-height:40px;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(var(--max-width), calc(100% - 2rem));margin-inline:auto}.section{padding:5rem 0}.section--gray{background:var(--gray-50)}.section--navy{background:var(--gray-50);color:var(--gray-800)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-48px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-in{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.animate-in--visible{opacity:1;transform:translateY(0)}.hero-animate{opacity:0;animation:.9s cubic-bezier(.22,1,.36,1) forwards slideDown}.hero-animate--1{animation-delay:.1s}.hero-animate--2{animation-delay:.25s}.hero-animate--3{animation-delay:.4s}.hero-animate--4{animation-delay:.55s}.hero-animate--5{animation-delay:.7s}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-600);max-width:640px;font-size:1.125rem;line-height:1.7}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .25s;display:inline-flex}.btn--primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn--primary:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-2px);box-shadow:0 12px 30px -8px #f3702180}.btn--outline{color:var(--navy);border-color:var(--navy);background:0 0}.btn--outline:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.btn--white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn--white:hover{background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}.btn--ghost{color:var(--white);background:#ffffff1a;border-color:#ffffff4d}.btn--ghost:hover{background:#fff3;border-color:#ffffff80}.header{z-index:100;height:var(--header-height);background:var(--navy);border-bottom:1px solid #ffffff14;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 8px 32px #0003}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{align-items:center;transition:transform .2s;display:flex}.header__logo:hover{transform:scale(1.02)}.logo{flex-shrink:0;align-items:center;gap:1rem;display:flex}.logo--sm{margin-bottom:1rem}.logo__icon-wrap{width:var(--header-logo-icon-size);height:var(--header-logo-icon-size);flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo--sm .logo__icon-wrap{width:var(--footer-logo-icon-size);height:var(--footer-logo-icon-size)}.logo__icon{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.logo__name{height:var(--header-logo-name-height);object-fit:contain;width:auto;max-width:min(320px,42vw)}.logo--sm .logo__name{height:var(--footer-logo-name-height);max-width:280px}.logo__wordmark{min-width:0;color:var(--white);flex-shrink:1;align-items:center;line-height:1.1;display:flex}.logo__wordmark-text{letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;color:#fff;text-shadow:0 1px 8px #00000040;font-weight:800;display:block}.logo__wordmark-accent{color:var(--white);letter-spacing:.08em;font-weight:700}.logo--md .logo__wordmark-text{font-size:.875rem}.logo--sm .logo__wordmark-text{font-size:.82rem}.nav{align-items:center;gap:2rem;display:flex}.section--navy .section-subtitle{color:var(--gray-600)}.nav__link:hover,.nav__link--active{color:var(--white)}.nav__link{color:#ffffffd9;font-size:.9375rem;font-weight:500;transition:color .25s,transform .25s;position:relative}.nav__link:after{content:"";background:var(--orange);transform-origin:0;border-radius:1px;width:100%;height:2px;transition:transform .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.nav__link:hover:after,.nav__link--active:after{transform:scaleX(1)}.header__cta{padding:.625rem 1.25rem;font-size:.875rem}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.menu-toggle span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hero{min-height:calc(100vh - var(--header-height));padding:calc(var(--header-height) + 2rem) 0 4rem;background:linear-gradient(135deg, var(--white) 0%, var(--gray-50) 55%, #f370210f 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero--fullscreen{background:var(--navy);justify-content:center;align-items:center;min-height:100vh;padding:0}.hero__bg{filter:blur(1.5px);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.02)}.hero__overlay{background:linear-gradient(#0b1b3580 0%,#0b1b3559 45%,#0b1b358c 100%);position:absolute;inset:0}.hero__content-wrapper{z-index:1;width:100%;padding:calc(var(--header-height) + 2rem) 0 4rem;position:relative}.hero__content{z-index:1;max-width:620px;position:relative}.hero__content--centered{text-align:center;max-width:900px;margin-inline:auto}.hero--fullscreen .hero__stats{border-top-color:#fff3;max-width:720px;margin-inline:auto}.hero--fullscreen .hero__title{color:var(--white);text-shadow:0 2px 24px #00000073;font-weight:900}.hero--fullscreen .hero__title span{color:var(--yellow);-webkit-text-fill-color:var(--yellow);background:0 0;font-weight:900;animation:none}.hero--fullscreen .hero__text{color:#fff;text-shadow:0 1px 16px #0006;margin-inline:auto;font-weight:600}.hero--fullscreen .stat__value{color:var(--yellow);text-shadow:0 1px 12px #00000059;font-weight:900}.hero--fullscreen .stat:nth-child(2) .stat__value{color:var(--orange)}.hero--fullscreen .stat:nth-child(3) .stat__value{color:var(--teal)}.hero--fullscreen .stat:nth-child(4) .stat__value{color:#7dd3fc}.hero--fullscreen .stat__label{color:#fffffff2;font-weight:700}.hero__badge{color:var(--orange);letter-spacing:.05em;text-transform:uppercase;background:#f370211a;border:1px solid #f3702140;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__title{color:var(--navy);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.08}.hero__title span{color:var(--orange);background:linear-gradient(90deg, var(--orange), #ff9a4d, var(--orange));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.hero__text{color:var(--gray-600);max-width:520px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__stats{border-top:1px solid var(--gray-200);grid-template-columns:repeat(4,1fr);gap:1.25rem;padding-top:1.75rem;display:grid}.stat{transition:transform .3s}.stat:hover{transform:translateY(-4px)}.stat__value{color:var(--navy);margin-bottom:.375rem;font-size:1.625rem;font-weight:800;line-height:1}.stat__label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.program-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow);height:100%;padding:2rem;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.program-card:before{content:"";background:var(--accent,var(--orange));transform-origin:0;height:4px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.program-card:hover:before{transform:scaleX(1)}.program-card:hover{box-shadow:var(--shadow-lg);border-color:#f3702133;transform:translateY(-8px)}.program-card__icon{margin-bottom:1rem;font-size:2rem}.program-card__title{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.program-card__body{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.initiative-list{flex-direction:column;gap:1rem;display:flex}.initiative-item{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);transition:box-shadow .3s;overflow:hidden}.initiative-item:hover{box-shadow:var(--shadow)}.initiative-item__header{cursor:pointer;text-align:left;width:100%;color:var(--navy);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.0625rem;font-weight:600;display:flex}.initiative-item__header:hover{background:var(--gray-50)}.initiative-item__chevron{width:20px;height:20px;color:var(--orange);flex-shrink:0;transition:transform .3s}.initiative-item--open .initiative-item__chevron{transform:rotate(180deg)}.initiative-item__body{color:var(--gray-600);padding:0 1.5rem 1.5rem;line-height:1.7}.initiative-item__body p+p{margin-top:.75rem}.initiative-item__bullets{margin-top:.75rem;padding-left:1.25rem}.initiative-item__bullets li{margin-bottom:.375rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.gallery-item{border-radius:var(--radius);aspect-ratio:4/3;cursor:pointer;background:var(--gray-100);position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item__overlay{opacity:0;background:linear-gradient(#0000 40%,#0b1b35d9 100%);align-items:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__caption{color:var(--white);font-size:.8125rem;line-height:1.4}.gallery-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-btn:hover,.filter-btn--active{background:var(--orange);color:var(--white);border-color:var(--orange);transform:translateY(-2px);box-shadow:0 8px 20px -8px #f3702180}.lightbox{z-index:200;background:#0b1b35f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox__content{width:100%;max-width:900px}.lightbox__content img{object-fit:contain;border-radius:var(--radius);width:100%;max-height:75vh}.lightbox__caption{color:var(--white);text-align:center;opacity:.85;margin-top:1rem;font-size:.9375rem}.lightbox__close{color:var(--white);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.lightbox__close:hover{background:#fff3}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-grid>*{min-width:0}.about-grid__text{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.8}.about-grid .section-subtitle{max-width:none}.about-grid__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;overflow:hidden}.about-grid__image:hover{transform:translateY(-6px);box-shadow:0 40px 80px -30px #0b1b354d}.about-grid__image img{aspect-ratio:4/3;object-fit:cover;width:100%}.outreach-truck__panel{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(1rem,3vw,2rem);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}.outreach-truck__panel:hover{transform:translateY(-6px);box-shadow:0 40px 80px -30px #0b1b354d}.outreach-truck__panel img{object-fit:contain;width:100%;height:auto}.values-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.value-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);height:100%;padding:1.75rem;transition:transform .35s,box-shadow .35s,border-color .35s}.value-card:hover{box-shadow:var(--shadow-lg);border-color:#f3702140;transform:translateY(-6px)}.value-card__title{color:var(--orange);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.value-card__text{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.contact-grid{grid-template-columns:1fr 1.2fr;gap:3rem;display:grid}.contact-info__item{gap:1rem;margin-bottom:1.75rem;display:flex}.contact-info__icon{border-radius:var(--radius);width:48px;height:48px;color:var(--orange);background:#f370211a;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.contact-info__label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.contact-info__value{color:var(--navy);font-weight:500}.contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--gray-200);padding:2rem}.contact-form__title{color:var(--navy);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.contact-form__submit{width:100%}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--navy);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0082c626}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-hero{background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);padding:calc(var(--header-height) + 3rem) 0 3rem;color:var(--navy);text-align:center;border-bottom:1px solid var(--gray-200)}.page-hero__title{color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.page-hero__subtitle{color:var(--gray-600);max-width:600px;margin-inline:auto;font-size:1.125rem}.cta-banner{background:linear-gradient(135deg, var(--orange) 0%, #e06318 100%);border-radius:var(--radius-lg);text-align:center;color:var(--white);padding:3rem;transition:transform .35s,box-shadow .35s;box-shadow:0 24px 60px -20px #f3702173}.cta-banner:hover{transform:translateY(-4px);box-shadow:0 32px 70px -18px #f370218c}.cta-banner__title{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.cta-banner__text{opacity:.9;margin-bottom:1.5rem;max-width:520px;margin-inline:auto}.footer{background:var(--navy);color:#ffffffbf;padding:4rem 0 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__brand p{max-width:320px;font-size:.9375rem;line-height:1.7}.footer__heading{text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem;font-size:.8125rem;font-weight:700}.footer__links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer__links a{font-size:.9375rem;transition:color .2s}.footer__links a:hover{color:var(--orange)}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}.lightbox--open{animation:.3s fadeIn}.lightbox__content img{animation:.35s cubic-bezier(.22,1,.36,1) scaleIn}.card-grid>.animate-in,.card-grid .program-card,.values-grid>.animate-in,.gallery-grid>.animate-in{height:100%}.gallery-grid .gallery-item{border:none;width:100%;height:100%;padding:0}.footer__dot{border-radius:50%;width:12px;height:12px;transition:transform .3s}.footer__dot:hover{transform:scale(1.2)}.slideshow{position:relative}.slideshow--gallery{max-width:min(100%,960px);margin-inline:auto}.gallery-total{text-align:center;color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem}.gallery-total strong{color:var(--navy);font-weight:800}.slideshow__frame{border-radius:var(--radius-lg);background:var(--gray-100);box-shadow:var(--shadow);border:1px solid var(--gray-200);position:relative;overflow:hidden}.slideshow__viewport{aspect-ratio:4/3;background:var(--gray-100);width:100%;position:relative}.slideshow--gallery .slideshow__viewport{aspect-ratio:4/3;max-height:460px}.slideshow__slide{opacity:0;justify-content:center;align-items:center;padding:.75rem;transition:opacity .6s;display:flex;position:absolute;inset:0;transform:none}.slideshow__slide--active{opacity:1;z-index:1}.slideshow__slide img{object-fit:contain;border-radius:calc(var(--radius) - 4px);width:100%;height:100%}.slideshow__top-bar{z-index:3;pointer-events:none;background:linear-gradient(#0b1b3573 0%,#0000 100%);justify-content:flex-end;align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex;position:absolute;top:0;left:0;right:0}.slideshow__badge{background:var(--orange);color:var(--white);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.slideshow__video{object-fit:contain;border-radius:calc(var(--radius) - 4px);background:#000;width:100%;height:100%}.slideshow__counter{color:var(--white);background:#0b1b35b8;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.875rem;font-weight:700;display:inline-flex}.slideshow__counter-sep{opacity:.65;font-weight:500}.slideshow__caption-wrap{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#0b1b35d1 100%);padding:2.5rem 5rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.slideshow__caption{color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.slideshow__nav{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;color:var(--white);cursor:pointer;background:#0b1b358c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,transform .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slideshow__nav:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-50%)scale(1.06)}.slideshow__nav--prev{left:1.25rem}.slideshow__nav--next{right:1.25rem}.slideshow__progress{z-index:5;background:#ffffff26;height:3px;position:absolute;bottom:0;left:0;right:0}.slideshow__progress-bar{background:linear-gradient(90deg, var(--orange), var(--yellow));height:100%;transition:width .1s linear}.slideshow__thumbs{scrollbar-width:thin;gap:.75rem;margin-top:1rem;padding:.25rem;display:flex;overflow-x:auto}.slideshow__thumb{border-radius:var(--radius);cursor:pointer;background:var(--gray-100);opacity:.65;border:2px solid #0000;flex:none;width:96px;height:64px;padding:0;transition:opacity .25s,border-color .25s,transform .25s;overflow:hidden}.slideshow__thumb:hover{opacity:.9;transform:translateY(-2px)}.slideshow__thumb--active{opacity:1;border-color:var(--orange);box-shadow:0 8px 24px -8px #f370218c}.slideshow__thumb img,.slideshow__thumb-video{object-fit:cover;width:100%;height:100%}.slideshow__thumb--video{background:var(--navy)}.slideshow__thumb-video{color:var(--white);background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);justify-content:center;align-items:center;display:flex}@media (width>=1440px){:root{--max-width:1680px;--header-height:84px;--header-logo-icon-size:72px;--header-logo-name-height:44px;--footer-logo-icon-size:76px;--footer-logo-name-height:52px}.container{width:min(var(--max-width), calc(100% - 5rem))}.hero__title{font-size:clamp(2.75rem,3.5vw,4.75rem)}.section-title{font-size:clamp(2rem,2.8vw,3.5rem)}.page-hero__title{font-size:clamp(2rem,3vw,3.75rem)}.hero__content{max-width:760px}.hero__text,.section-subtitle{font-size:1.3rem}.stat__value{font-size:2rem}.section{padding:6.5rem 0}.nav{gap:2.75rem}.nav__link{font-size:1.05rem}.logo--md .logo__wordmark-text{font-size:.95rem}.slideshow--gallery{max-width:min(100%,1200px)}.slideshow--gallery .slideshow__viewport{max-height:min(62vh,680px)}}@media (width>=1920px){:root{--max-width:1880px;--header-logo-icon-size:76px;--header-logo-name-height:46px;--footer-logo-icon-size:80px;--footer-logo-name-height:54px}.container{width:min(var(--max-width), calc(100% - 6rem))}.logo--md .logo__wordmark-text{font-size:1rem}.slideshow--gallery{max-width:min(100%,1400px)}.slideshow--gallery .slideshow__viewport{max-height:min(68vh,780px)}}@media (width>=2560px){:root{--max-width:2200px}.slideshow--gallery{max-width:min(100%,1600px)}.slideshow--gallery .slideshow__viewport{max-height:min(72vh,900px)}}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr}.about-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}.hero__stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav{top:var(--header-height);background:var(--navy);opacity:0;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:0;padding:1.5rem;transition:all .3s;position:fixed;left:0;right:0;transform:translateY(-120%)}.nav--open{opacity:1;transform:translateY(0)}.nav__link{border-bottom:1px solid #ffffff14;width:100%;padding:.875rem 0}.header__cta{display:none}.menu-toggle{display:flex}.footer__grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.section{padding:3.5rem 0}.logo{gap:.5rem}.logo__icon-wrap{width:64px;height:64px}.logo__name{max-width:min(200px,48vw);height:30px}.logo--md .logo__wordmark-text{font-size:.68rem}.logo--sm .logo__wordmark-text{font-size:.58rem}.slideshow__nav{width:40px;height:40px}.slideshow__nav--prev{left:.75rem}.slideshow__nav--next{right:.75rem}.slideshow--gallery .slideshow__viewport{max-height:320px}.slideshow__caption-wrap{padding:2rem 3.5rem .85rem .85rem}.slideshow__caption{-webkit-line-clamp:3;font-size:.8125rem}.slideshow__thumb{width:72px;height:48px}}
