@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&family=Source+Sans+3:wght@400;600&display=swap";:root{--navy-950:#071923;--navy-900:#102d3d;--navy-700:#214d64;--solar-gold:#d79500;--solar-amber:#f0ad21;--wave-blue:#2e7192;--sky-soft:#dcecf2;--sand:#eee8dc;--paper:#f8f7f2;--white:#fff;--ink:#12242e;--muted:#66757d;--border:#12242e29;--font-heading:"Manrope", sans-serif;--font-body:"Source Sans 3", sans-serif;--radius-sm:0;--radius-md:0;--radius-lg:0;--max-width:1200px;--header-height:72px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background-color:var(--paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy-950);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}@media (width>=768px){.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media (width>=768px){.section{padding:8rem 0}}.btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--navy-950);color:var(--white)}.btn-primary:hover{background-color:var(--navy-700)}.btn-secondary{color:var(--navy-950);border-color:var(--navy-950);background-color:#0000}.btn-secondary:hover{background-color:var(--navy-950);color:var(--white)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{width:100%;height:var(--header-height);z-index:100;background-color:#0000;align-items:center;transition:background-color .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:0}.header--scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--border);background-color:#f8f7f2f7}.header__container{justify-content:space-between;align-items:center;display:flex}.header__logo-link{z-index:102;align-items:center;display:flex}.header__nav,.header__nav-list{align-items:center;gap:2rem;display:flex}.header__nav-link{font-family:var(--font-heading);color:#ffffffe0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600;transition:color .2s;position:relative}.header--scrolled .header__nav-link{color:var(--navy-950)}.header__nav-link:after{content:"";background-color:var(--solar-gold);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.header__nav-link:hover{color:var(--solar-amber)}.header--scrolled .header__nav-link:hover{color:var(--wave-blue)}.header__nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.header__menu-btn{cursor:pointer;z-index:102;background:0 0;border:none;width:44px;height:44px;display:none;position:relative}.header__menu-icon{background-color:var(--white);width:24px;height:2px;margin:0 auto;transition:background-color .2s;display:block;position:relative}.header--scrolled .header__menu-icon{background-color:var(--navy-950)}.header__menu-icon:before,.header__menu-icon:after{content:"";background-color:var(--white);width:24px;height:2px;transition:transform .3s,top .3s,background-color .2s;position:absolute;left:0}.header--scrolled .header__menu-icon:before,.header--scrolled .header__menu-icon:after{background-color:var(--navy-950)}.header__menu-icon:before{top:-6px}.header__menu-icon:after{top:6px}.header__menu-icon--open{background-color:#0000!important}.header__menu-icon--open:before{top:0;transform:rotate(45deg)}.header__menu-icon--open:after{top:0;transform:rotate(-45deg)}.header__overlay{display:none}@media (width<=1023px){.header__menu-btn{display:block}.header__nav{background-color:var(--paper);z-index:101;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:400px;height:100vh;padding:2rem;transition:right .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:-100%;box-shadow:-4px 0 24px #0719231a}.header__nav--open{right:0}.header__nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;margin-bottom:2rem}.header__nav-link{color:var(--navy-950);font-size:1.25rem}.header__nav-link:hover{color:var(--wave-blue)}.header__menu-icon--open,.header__nav--open~* .header__menu-icon{background-color:#0000!important}.header:not(.header--scrolled) .header__menu-icon--open:before,.header:not(.header--scrolled) .header__menu-icon--open:after{background-color:var(--navy-950)}.header__overlay{z-index:100;opacity:0;pointer-events:none;background-color:#07192366;width:100%;height:100vh;transition:opacity .3s;display:block;position:fixed;top:0;left:0}.header__nav--open~.header__overlay,.header__nav--open+.header__overlay{opacity:1;pointer-events:auto}}.hero{min-height:100svh;padding-top:var(--header-height);background-color:#0000;background-image:linear-gradient(160deg,#000000bf 0%,#0000008c 100%),url(/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero__bg-text{font-family:var(--font-heading);color:var(--white);opacity:.1;pointer-events:none;white-space:nowrap;z-index:0;letter-spacing:.05em;-webkit-user-select:none;user-select:none;font-size:clamp(5rem,16vw,18rem);font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__waves{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero__waves svg{width:100%;min-width:800px;height:auto}.hero__container{z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero__content{text-align:center;max-width:760px;padding:0 1.5rem}.hero__eyebrow{font-family:var(--font-heading);color:var(--solar-amber);letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero__eyebrow-line{background-color:var(--solar-gold);width:24px;height:1px}.hero__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.4rem,6vw,4rem);line-height:1.15}.hero__description{color:#fffc;max-width:580px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.hero__actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__btn{width:100%;max-width:280px}.hero .btn-secondary{color:var(--white);border-color:#ffffff8c}.hero .btn-secondary:hover{background-color:var(--white);color:var(--navy-950);border-color:var(--white)}.hero__proof{color:#ffffff73;font-size:.875rem;font-weight:600;font-family:var(--font-body);letter-spacing:.03em}.hero__arc{z-index:1;pointer-events:none;width:160px;height:160px;position:absolute;bottom:0;left:0}.hero__arc svg{width:100%;height:100%}@media (width>=768px){.hero__actions{flex-direction:row;justify-content:center}.hero__btn{width:auto;max-width:none}.hero__arc{width:220px;height:220px}}@media (width>=1024px){.hero{min-height:min(100vh,860px)}.hero__title{font-size:clamp(3rem,5vw,4.5rem)}.hero__description{font-size:1.2rem}.hero__arc{width:280px;height:280px}}.benefits{background-color:var(--white);border-bottom:1px solid var(--border);padding:4rem 0}.benefits__grid{flex-direction:column;gap:2rem;display:flex}.benefits__item{border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;padding-bottom:1.5rem;display:flex}.benefits__item:last-child{border-bottom:none;padding-bottom:0}.benefits__number{font-family:var(--font-heading);color:var(--solar-gold);letter-spacing:.05em;font-size:.875rem;font-weight:700}.benefits__title{color:var(--navy-950);margin:0;font-size:1.5rem}@media (width>=768px){.benefits{padding:6rem 0}.benefits__grid{flex-direction:row;gap:0}.benefits__item{border-bottom:none;border-right:1px solid var(--border);flex:1;padding:0 2rem}.benefits__item:first-child{padding-left:0}.benefits__item:last-child{border-right:none;padding-right:0}}.solutions{background-color:var(--paper)}.solutions__header{max-width:680px;margin-bottom:2rem}.solutions__heading{margin-bottom:.75rem;font-size:clamp(1.75rem,5vw,3rem)}.solutions__subheading{color:var(--muted);font-size:1rem;line-height:1.65}.solutions__accordion{border-top:1px solid var(--border);list-style:none}.solutions__acc-item{border-bottom:1px solid var(--border);overflow:hidden}.solutions__acc-item--highlight .solutions__acc-btn{background:linear-gradient(90deg,#2e71920a 0%,#0000 100%)}.solutions__acc-btn{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 0;transition:background .2s;display:flex}.solutions__acc-btn:active{background:#d795000d}.solutions__acc-num{font-family:var(--font-heading);color:var(--wave-blue);opacity:.6;letter-spacing:.05em;flex-shrink:0;width:28px;font-size:.8rem;font-weight:300}.solutions__acc-title{font-family:var(--font-heading);color:var(--navy-950);flex:1;font-size:.95rem;font-weight:600;line-height:1.3}.solutions__acc-item--highlight .solutions__acc-title{color:var(--wave-blue)}.solutions__acc-chevron{width:18px;height:18px;color:var(--muted);flex-shrink:0;transition:transform .3s}.solutions__acc-chevron svg{width:100%;height:100%}.solutions__acc-item--open .solutions__acc-chevron{color:var(--solar-gold);transform:rotate(180deg)}.solutions__acc-body{max-height:0;transition:max-height .35s;overflow:hidden}.solutions__acc-item--open .solutions__acc-body{max-height:200px}.solutions__acc-desc{color:var(--muted);padding:0 0 1rem 2.25rem;font-size:.88rem;line-height:1.65}.solutions__grid{display:none}@media (width>=768px){.solutions__header{margin-bottom:3rem}.solutions__subheading{font-size:1.125rem}.solutions__accordion{display:none}.solutions__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}}@media (width>=1024px){.solutions__grid{grid-template-columns:repeat(3,1fr)}}.solutions__card{background:var(--white);border:1px solid var(--border);flex-direction:column;gap:.75rem;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.solutions__card:before{content:"";opacity:0;background:linear-gradient(135deg,#d795000a 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.solutions__card:hover{border-color:var(--solar-gold);transform:translateY(-4px);box-shadow:0 12px 40px #0719231a}.solutions__card:hover:before{opacity:1}.solutions__card--highlight{background:linear-gradient(135deg, #f0f7fb 0%, var(--white) 100%);border-color:#2e71924d}.solutions__card--highlight:hover{border-color:var(--wave-blue);box-shadow:0 12px 40px #2e719226}.solutions__number{font-family:var(--font-heading);color:var(--wave-blue);opacity:.5;letter-spacing:.05em;font-size:.8rem;font-weight:300}.solutions__content{flex:1}.solutions__title{color:var(--navy-950);margin-bottom:.5rem;font-size:1.05rem}.solutions__desc{color:var(--muted);font-size:.9rem;line-height:1.65}.solutions__arrow{width:18px;height:18px;color:var(--solar-gold);opacity:0;margin-top:auto;transition:opacity .3s,transform .3s;transform:translate(-8px)}.solutions__card:hover .solutions__arrow{opacity:1;transform:translate(0)}.why-solar{background-color:var(--white);border-bottom:1px solid var(--border)}.why-solar__grid{flex-direction:column;gap:4rem;display:flex}.why-solar__visual{width:100%}.why-solar__image-wrapper{aspect-ratio:4/3;width:100%;max-height:560px;position:relative;overflow:hidden}.why-solar__image{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.why-solar__arc{aspect-ratio:1;z-index:2;width:40%;max-width:200px;position:absolute;top:0;right:0}.why-solar__arc svg{width:100%;height:100%}.why-solar__content{flex-direction:column;justify-content:center;display:flex}.why-solar__heading{margin-bottom:3rem;font-size:clamp(2rem,5vw,3.5rem)}.why-solar__items{flex-direction:column;gap:2.5rem;display:flex}.why-solar__item{padding-left:2rem;position:relative}.why-solar__item:before{content:"";background-color:var(--wave-blue);width:4px;height:24px;position:absolute;top:8px;left:0}.why-solar__item-title{color:var(--navy-950);margin-bottom:.5rem;font-size:1.25rem}.why-solar__item-desc{color:var(--ink);max-width:500px}@media (width>=1024px){.why-solar__grid{flex-direction:row;align-items:stretch;gap:8rem}.why-solar__visual{flex:0 0 45%}.why-solar__image-wrapper{height:100%;min-height:400px}.why-solar__content{flex:0 0 45%;padding:4rem 0}}.process{background-color:var(--sand)}.process__header{margin-bottom:3rem}.process__heading{font-size:clamp(2rem,5vw,3rem)}.process__timeline{flex-direction:column;display:flex}.process__step{gap:1.5rem;display:flex}.process__step-marker{flex-direction:column;align-items:center;width:40px;display:flex}.process__step-number{background-color:var(--white);width:40px;height:40px;color:var(--navy-950);font-family:var(--font-heading);border:1px solid var(--border);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.process__step-line{background-color:var(--border);flex:1;width:1px;min-height:40px}.process__step-content{padding-top:.5rem;padding-bottom:3rem}.process__step-title{margin-bottom:.5rem;font-size:1.25rem}.process__step-desc{color:var(--ink);max-width:500px}@media (width>=768px){.process__timeline{flex-direction:row;justify-content:space-between}.process__step{flex-direction:column;flex:1;gap:1.5rem}.process__step-marker{flex-direction:row;align-items:center;width:100%}.process__step-line{width:100%;height:1px;min-height:auto}.process__step-content{padding-top:0;padding-bottom:0;padding-right:2rem}}.gallery{background-color:var(--white)}.gallery__header{margin-bottom:3rem}.gallery__heading{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem)}.gallery__disclaimer{color:var(--muted);font-size:.875rem;font-style:italic}.gallery__grid{grid-template-columns:1fr;gap:1rem;display:grid}.gallery__item{aspect-ratio:4/3;cursor:pointer;background:0 0;border:none;width:100%;padding:0;position:relative;overflow:hidden}.gallery__item img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:block}.gallery__overlay{width:100%;height:100%;color:var(--white);opacity:0;background-color:#07192366;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery__item:hover img{transform:scale(1.05)}.gallery__item:hover .gallery__overlay{opacity:1}@media (width>=768px){.gallery__grid{grid-template-columns:repeat(12,1fr);gap:1.5rem}.gallery__item{aspect-ratio:4/3;max-height:320px}.gallery__item--0{aspect-ratio:auto;grid-area:1/1/3/8;height:100%;max-height:520px}.gallery__item--1{grid-area:1/8/2/13}.gallery__item--2{grid-area:2/8/3/13}.gallery__item--3{aspect-ratio:21/9;grid-area:3/1/4/13;max-height:420px}}.lightbox{z-index:1000;background-color:#071923f2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox__close{color:var(--white);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;transition:opacity .2s;position:absolute;top:2rem;right:2rem}.lightbox__close:hover{opacity:.7}.lightbox__nav{color:var(--white);cursor:pointer;z-index:1001;background:0 0;border:none;padding:1rem;transition:opacity .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{opacity:.7}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.lightbox__content{max-width:90vw;max-height:80vh;position:relative}.lightbox__content img{object-fit:contain;max-width:100%;max-height:80vh}.lightbox__caption{text-align:center;width:100%;color:var(--white);font-size:.875rem;position:absolute;bottom:-2.5rem;left:0}.contact{background-color:var(--navy-950);color:var(--white)}.contact__container{flex-direction:column;gap:4rem;display:flex}.contact__info{flex:1}.contact__heading{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem)}.contact__subheading{color:#fffc;max-width:500px;margin-bottom:3rem;font-size:1.125rem}.contact__details{flex-direction:column;gap:2rem;display:flex}.contact__detail-item{flex-direction:column;gap:.25rem;display:flex}.contact__detail-label{font-family:var(--font-heading);color:var(--solar-gold);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.contact__detail-link{color:var(--white);font-size:1.25rem;transition:color .2s}.contact__detail-link:hover{color:var(--sky-soft)}.contact__form-wrapper{background-color:var(--white);color:var(--ink);flex:1;padding:2rem}.contact__form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.form-row{flex-direction:column;gap:1.5rem;display:flex}.form-label{font-family:var(--font-heading);color:var(--navy-950);font-size:.875rem;font-weight:600}.form-input{border:1px solid var(--border);background-color:var(--paper);font-family:var(--font-body);color:var(--ink);-webkit-appearance:none;border-radius:0;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--navy-700);box-shadow:0 0 0 1px var(--navy-700);outline:none}.form-input--error{border-color:#d32f2f}.form-error{color:#d32f2f;font-size:.75rem}.form-textarea{resize:vertical;min-height:100px}select.form-input{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2312242e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:3rem}.contact__submit{width:100%;margin-top:1rem}.contact__form-disclaimer{color:var(--muted);text-align:center;margin-top:.5rem;font-size:.75rem}@media (width>=768px){.contact__form-wrapper{padding:3rem}.form-row{flex-direction:row}}@media (width>=1024px){.contact__container{flex-direction:row;gap:6rem}.contact__form-wrapper{z-index:10;margin-top:-8rem;position:relative;box-shadow:0 20px 40px #0719231a}}.location-section{background-color:var(--navy-950);padding:5rem 0 6rem}.location-section__inner{background:#ffffff0a;border:1px solid #d795002e;border-radius:20px;flex-direction:column;gap:2.5rem;padding:2.5rem;display:flex;overflow:hidden}@media (width>=900px){.location-section__inner{flex-direction:row;align-items:stretch;gap:0;padding:0}}.location-section__info{color:var(--white);flex-direction:column;flex:none;gap:1.75rem;display:flex}@media (width>=900px){.location-section__info{border-right:1px solid #d7950026;width:300px;padding:2.75rem 2.25rem}}.location-section__label{font-family:var(--font-heading);letter-spacing:.22em;text-transform:uppercase;color:var(--solar-gold);font-size:.7rem;font-weight:700}.location-section__title{font-family:var(--font-heading);color:var(--white);margin:0;font-size:1.6rem;font-weight:700;line-height:1.2}.location-section__detail{align-items:flex-start;gap:1rem;display:flex}.location-section__icon{width:20px;height:20px;color:var(--solar-gold);flex-shrink:0;margin-top:2px}.location-section__detail-label{text-transform:uppercase;letter-spacing:.12em;color:var(--solar-gold);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.location-section__detail-value{color:#fffc;font-size:.9rem;line-height:1.6;display:block}.location-section__directions{border:1px solid var(--solar-gold);color:var(--solar-gold);font-family:var(--font-heading);letter-spacing:.04em;background:0 0;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.location-section__directions svg{width:16px;height:16px}.location-section__directions:hover{background:var(--solar-gold);color:var(--navy-950)}.location-section__map-card{border-radius:12px;flex:auto;min-height:340px;position:relative;overflow:hidden}@media (width>=900px){.location-section__map-card{border-radius:0;min-height:420px}}.location-section__iframe{filter:grayscale(.15)contrast(1.05);border:0;width:100%;height:100%;min-height:340px;transition:filter .4s;display:block}.location-section__map-card:hover .location-section__iframe{filter:grayscale(0)contrast()}@media (width>=900px){.location-section__iframe{min-height:420px}}.footer{background-color:var(--paper);border-top:1px solid var(--border);padding-top:4rem}.footer__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer__logo{transform-origin:0;margin-bottom:1.5rem;transform:scale(.9)}.footer__desc{color:var(--ink);max-width:300px;font-size:.875rem}.footer__heading{color:var(--navy-950);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem}.footer__list{flex-direction:column;gap:1rem;display:flex}.footer__link,.footer__text{color:var(--ink);font-size:.875rem;transition:color .2s}.footer__link:hover{color:var(--wave-blue)}.footer__bottom{border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.footer__copyright{color:var(--muted);font-size:.75rem}@media (width>=768px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__bottom{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=1024px){.footer{padding-top:6rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem}}.partners{background:linear-gradient(180deg, var(--sky-soft) 0%, var(--paper) 100%);position:relative;overflow:hidden}.partners:before{content:"";pointer-events:none;background:radial-gradient(#d7950014 0%,#0000 70%);width:600px;height:120px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.partners__header{text-align:center;max-width:620px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.partners__eyebrow{font-family:var(--font-heading);letter-spacing:.2em;text-transform:uppercase;color:var(--solar-gold);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.partners__heading{color:var(--navy-950);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.partners__subheading{color:var(--muted);font-size:1.05rem;line-height:1.7}.partners__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=480px){.partners__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.partners__grid{grid-template-columns:repeat(6,1fr)}}.partners__card{background:var(--white);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;min-height:110px;padding:1.5rem 1rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.partners__card:hover{border-color:var(--solar-gold);transform:translateY(-4px);box-shadow:0 10px 30px #0719231a}.partners__logo{filter:grayscale(.2);opacity:.88;justify-content:center;align-items:center;width:100%;transition:filter .3s,opacity .3s;display:flex}.partners__card:hover .partners__logo{filter:grayscale(0);opacity:1}.partners__img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;max-width:120px;height:auto;max-height:64px;display:block}@media (width>=640px){.partners__img{max-width:130px;max-height:70px}}@media (width>=1024px){.partners__img{max-width:140px;max-height:72px}}
