:root{--color-blue:#005daa;--color-blue-bright:#168cff;--color-navy:#001f3f;--color-cyan:#00aeef;--color-green:#00a651;--color-green-light:#8dc63f;--color-void:#02060d;--color-night:#030b16;--color-night-soft:#071426;--color-surface:#0a192b;--color-white:#fff;--color-text:#f4f8fc;--color-muted:#9baec2;--color-line:#60a8e22e;--gradient-energy:linear-gradient(100deg, #168cff 4%, #00aeef 50%, #8dc63f 100%);--gradient-energy-text:linear-gradient(105deg, #168cff 0%, #00aeef 48%, #8dc63f 100%);--gradient-night:linear-gradient(135deg, #02060d 0%, #04101e 52%, #020914 100%);--shadow-visual:0 3rem 8rem #0000008c;--shadow-button:0 1.2rem 3rem #0064be38;--glow-cyan:0 0 1.5rem #00aeef57;--font-primary:"Gotham", "Montserrat", "Helvetica Neue", Arial, sans-serif;--font-size-xs:clamp(.66rem, .61rem + .12vw, .77rem);--font-size-sm:clamp(.8rem, .75rem + .16vw, .94rem);--font-size-body:clamp(.97rem, .9rem + .2vw, 1.08rem);--font-size-display:clamp(3.5rem, 5.65vw, 7.15rem);--shell:min(92vw, 112rem);--header-height:clamp(5.2rem, 7vw, 7.3rem);--radius-pill:999px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}html{background:var(--color-void);color:var(--color-text);font-family:var(--font-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:auto}html.is-loading,html.is-loading body,html.is-menu-open,html.is-menu-open body{overflow:hidden}body{background:var(--color-void);min-width:20rem;min-height:100vh;margin:0}body,button,a{font:inherit}img,svg,picture{max-width:100%;display:block}img{height:auto}button,a{color:inherit}a{text-decoration:none}button{cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:default}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,p{margin:0}:focus-visible{outline:2px solid var(--color-cyan);outline-offset:5px}::selection{color:var(--color-white);background:#00aeef4d}.eyebrow{color:var(--color-green-light);font-size:var(--font-size-xs);letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:.7rem;font-weight:700;line-height:1.25;display:flex}.eyebrow>span{background:var(--color-green-light);width:1.6rem;height:1px;box-shadow:0 0 .8rem #8dc63f80}.gradient-text{background:var(--gradient-energy-text);color:#0000;-webkit-text-fill-color:transparent;background-size:180% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block}.shell{width:var(--shell);margin-inline:auto}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@keyframes cue-flow{0%{opacity:0;transform:translateY(-120%)}24%,72%{opacity:1}to{opacity:0;transform:translateY(170%)}}@keyframes flare-breathe{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:.75;transform:scale(1.18)}}@keyframes atmosphere-drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(-2%,1.5%)scale(1.04)}}@keyframes point-breathe{0%,to{opacity:.12;transform:scale(.75)}50%{opacity:.62;transform:scale(1.2)}}@keyframes gradient-flow{0%,to{background-position:0%}50%{background-position:100%}}.is-reduced-motion *,.is-reduced-motion :before,.is-reduced-motion :after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.is-reduced-motion .energy-line__particle,.is-reduced-motion .preloader__particle,.is-reduced-motion .hero__flare,.is-reduced-motion .hero__ambient-points{display:none}#app{background:var(--color-void);min-height:100vh;overflow:clip}.skip-link{z-index:2000;background:var(--color-white);color:var(--color-navy);transition:transform .25s var(--ease-out);border-radius:.4rem;padding:.75rem 1rem;font-size:.82rem;font-weight:700;position:fixed;top:1rem;left:1rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:40;height:var(--header-height);color:var(--color-white);position:absolute;inset:0 0 auto}.site-header__inner{z-index:2;grid-template-columns:minmax(9rem,.7fr) auto minmax(5.5rem,.45fr);align-items:center;gap:clamp(1rem,2vw,2.7rem);height:100%;display:grid;position:relative}.site-header__brand{-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);background:#01060dc7;border:1px solid #00aeef2e;border-radius:.65rem;place-items:center;width:clamp(7.3rem,9.5vw,9.6rem);min-height:3.15rem;padding:.18rem .45rem;display:grid;box-shadow:0 .8rem 2.5rem #00000047}.site-header__brand img{width:100%}.site-nav__list{justify-content:center;align-items:center;gap:clamp(1rem,1.65vw,2.1rem);display:flex}.site-nav__link{color:#f4f8fcc2;white-space:nowrap;padding-block:.85rem;font-size:clamp(.64rem,.68vw,.79rem);font-weight:600;transition:color .25s;display:block;position:relative}.site-nav__link:after{background:var(--gradient-energy);height:1px;box-shadow:var(--glow-cyan);content:"";transform-origin:100%;transition:transform .45s var(--ease-out);position:absolute;bottom:.45rem;left:0;right:0;transform:scaleX(0)}.site-nav__link:hover,.site-nav__link:focus-visible{color:var(--color-white)}.site-nav__link:hover:after,.site-nav__link:focus-visible:after{transform-origin:0;transform:scaleX(1)}.site-header__actions{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.icon-button,.menu-button{width:clamp(2.5rem,3vw,2.95rem);height:clamp(2.5rem,3vw,2.95rem);color:var(--color-white);-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);transition:border-color .3s ease, transform .3s var(--ease-out), background .3s ease;background:#030e1da8;border:1px solid #6fb7ea47;border-radius:50%;place-items:center;display:grid}.icon-button:not(:disabled):hover,.menu-button:hover{background:#041a31e0;border-color:#00aeefad;transform:translateY(-2px)}.icon-button:disabled{opacity:.62}.icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.7px;width:1.05rem}.menu-button{z-index:3;background:#001f3fd6;border-color:#00aeef80;align-content:center;gap:.22rem;position:relative}.menu-button span{background:var(--color-white);transform-origin:50%;width:.9rem;height:1px;transition:opacity .25s ease, transform .35s var(--ease-out)}.menu-button[aria-expanded=true] span:first-child{transform:translateY(.28rem)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-.28rem)rotate(-45deg)}.mobile-nav{z-index:1;visibility:hidden;background:radial-gradient(circle at 85% 20%, #00aeef1f, transparent 28%), var(--gradient-night);opacity:0;pointer-events:none;clip-path:circle(0 at calc(100% - 3rem) 3.5rem);position:fixed;inset:0}.mobile-nav__inner{min-height:100%;padding-block:var(--header-height) 3rem;align-content:center;display:grid}.mobile-nav__label{color:var(--color-green-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.7rem;font-weight:700}.mobile-nav__list{display:grid}.mobile-nav__list a{color:var(--color-white);letter-spacing:-.035em;border-bottom:1px solid #ffffff17;align-items:baseline;gap:1rem;padding:.72rem 0;font-size:clamp(1.5rem,6vw,2.5rem);font-weight:600;display:flex}.mobile-nav__list a span{color:var(--color-cyan);letter-spacing:.08em;font-size:.62rem}.hero{isolation:isolate;min-height:max(53rem,100svh);padding:calc(var(--header-height) + clamp(1.5rem, 3.5vh, 3rem)) 0 clamp(5.2rem, 8vh, 7.5rem);background:radial-gradient(circle at 75% 43%,#006abe2e,#0000 27%),radial-gradient(circle at 48% 110%,#00a65114,#0000 30%),linear-gradient(118deg,#02060d 0%,#03101e 52%,#020914 100%);display:grid;position:relative;overflow:hidden}.hero:before{z-index:-2;content:"";background-image:linear-gradient(#3a7cb309 1px,#0000 1px),linear-gradient(90deg,#3a7cb309 1px,#0000 1px);background-size:7rem 7rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 45%,#000,#0000 68%);mask-image:radial-gradient(circle at 70% 45%,#000,#0000 68%)}.hero:after{z-index:10;content:"";pointer-events:none;border:1px solid #69aee214;position:absolute;inset:0}.hero__atmosphere{z-index:-1;aspect-ratio:1;filter:blur(1rem);background:radial-gradient(circle at 42% 48%,#00aeef26,#0000 20%),radial-gradient(circle,#0056a621,#00a65109 43%,#0000 68%);border-radius:50%;width:75vw;animation:18s ease-in-out infinite atmosphere-drift;position:absolute;top:-17%;right:-10%}.hero__ambient-points{z-index:0;pointer-events:none;position:absolute;inset:0}.hero__ambient-points i{background:var(--color-cyan);border-radius:50%;width:2px;height:2px;animation:4.5s ease-in-out infinite point-breathe;position:absolute;box-shadow:0 0 .7rem #00aeefe6}.hero__ambient-points i:first-child{top:18%;left:21%}.hero__ambient-points i:nth-child(2){animation-delay:-2.4s;top:28%;left:45%}.hero__ambient-points i:nth-child(3){animation-delay:-1.1s;top:72%;left:8%}.hero__ambient-points i:nth-child(4){animation-delay:-3.4s;top:82%;left:61%}.hero__ambient-points i:nth-child(5){animation-delay:-1.7s;top:17%;right:7%}.hero__ambient-points i:nth-child(6){animation-delay:-2.8s;top:52%;right:3%}.hero__ambient-points i:nth-child(7){animation-delay:-.8s;bottom:9%;left:34%}.hero__ambient-points i:nth-child(8){animation-delay:-3.8s;top:8%;left:58%}.hero__inner{grid-template-columns:minmax(20rem,.72fr) minmax(38rem,1.28fr);align-items:center;gap:clamp(1.5rem,3vw,4.4rem);display:grid}.hero__content{z-index:8;padding-left:clamp(0rem,1vw,1rem);position:relative}.hero__eyebrow{margin-bottom:clamp(1.2rem,2vh,1.8rem)}.hero__title{max-width:7.7em;color:var(--color-white);font-size:var(--font-size-display);letter-spacing:-.06em;text-wrap:balance;font-weight:650;line-height:.9}.hero__title-line{padding:.03em .08em .08em 0;display:block;overflow:hidden}.hero__title-line>span{transform-origin:0 100%;display:inline-block}.hero__summary{color:#e2ebf4c7;font-size:var(--font-size-body);margin-top:clamp(1.5rem,3vh,2.3rem);font-weight:400;line-height:1.55;display:grid}.hero__summary>span{display:block}.button{border-radius:var(--radius-pill);min-height:3.5rem;font-size:var(--font-size-sm);justify-content:center;align-items:center;gap:1.15rem;margin-top:clamp(1.8rem,3.8vh,2.8rem);padding:.22rem .35rem .22rem 1.5rem;font-weight:650;display:inline-flex;position:relative;transform:translate(0,0)}.button--primary{box-shadow:var(--shadow-button), inset 0 0 0 1px #ffffff06;color:var(--color-white);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:#021427db;border:1px solid #00aeef85;overflow:hidden}.button--primary:before{content:"";opacity:0;transition:opacity .35s ease, transform .6s var(--ease-out);background:linear-gradient(100deg,#0000 8%,#00aeef33,#8dc63f24);position:absolute;inset:0;transform:translate(-45%)}.button--primary:hover:before,.button--primary:focus-visible:before{opacity:1;transform:translate(0)}.button>span,.button svg{z-index:1;position:relative}.button__icon{background:#00aeef1c;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;display:grid}.button svg{fill:none;width:1.35rem;stroke:var(--color-green-light);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;transition:transform .35s var(--ease-out)}.button:hover svg{transform:translate(.2rem)}.hero__visual{z-index:4;aspect-ratio:1;justify-self:end;width:min(52vw,55rem);position:relative}.hero__image-mask{z-index:1;background:var(--color-night-soft);box-shadow:var(--shadow-visual), 0 0 5rem #007dd929, inset 0 0 4rem #00000059;border:1px solid #8ccdf247;border-radius:50%;position:absolute;inset:11.5%;overflow:hidden}.hero__image-mask:before{z-index:2;border-radius:inherit;content:"";pointer-events:none;background:radial-gradient(circle at 60% 29%,#0000 0 18%,#0008120f 45%,#00060d6b 100%),linear-gradient(145deg,#001f3f38,#0000 45%,#00aeef14);position:absolute;inset:0}.hero__image-mask:after{z-index:3;border-radius:inherit;content:"";border:1px solid #ffffff26;position:absolute;inset:0;box-shadow:inset 0 0 4rem #00070f5c}.hero__image-mask img{object-fit:cover;object-position:50% 52%;width:100%;height:100%;transform:scale(1.055)}.hero__image-sheen{z-index:4;pointer-events:none;background:linear-gradient(123deg,#ffffff14,#0000 35%,#00aeef0a);position:absolute;inset:0}.hero__visual-label{z-index:7;color:#cee0ef7a;letter-spacing:.13em;align-items:center;gap:.7rem;font-size:.58rem;font-weight:650;display:flex;position:absolute}.hero__visual-label span:first-child{color:var(--color-green-light)}.hero__visual-label--top{top:8%;right:16%}.hero__visual-label--bottom{bottom:7.5%;right:12%}.energy-line{pointer-events:none}.energy-line--hero{z-index:3;filter:drop-shadow(0 0 .75rem #00aeef26);position:absolute;inset:0}.energy-line__svg{width:100%;height:100%;overflow:visible}.energy-line__path,.energy-line__glow{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.energy-line__path{stroke-width:2.05px}.energy-line__glow{opacity:.16;stroke-width:8px}.energy-line__particle{transform-box:fill-box}.energy-line__nodes circle{fill:var(--color-white);filter:drop-shadow(0 0 .45rem var(--color-cyan));opacity:.75}.hero__connector{z-index:1;top:calc(var(--header-height) * .76);opacity:.62;pointer-events:none;width:min(60vw,72rem);height:clamp(10rem,16vw,17rem);position:absolute;left:-1px}.hero__connector path{fill:none;stroke:url(#hero-connector-gradient);stroke-linecap:round;stroke-width:1.15px;vector-effect:non-scaling-stroke}.hero__connector-particle{fill:var(--color-white);filter:drop-shadow(0 0 .45rem var(--color-cyan))}.hero__flare{z-index:6;aspect-ratio:1;background:#fff;border-radius:50%;width:.35rem;animation:4.2s ease-in-out infinite flare-breathe;position:absolute;box-shadow:0 0 .7rem .2rem #00aeefb8,0 0 1.5rem .4rem #00a65124}.hero__flare--one{top:14%;left:38%}.hero__flare--two{animation-delay:-1.7s;bottom:29%;right:8%}.scroll-cue{z-index:8;color:#c8dae985;letter-spacing:.13em;text-transform:uppercase;writing-mode:vertical-rl;align-items:center;gap:.8rem;font-size:.62rem;font-weight:650;display:flex;position:absolute;bottom:clamp(1.5rem,3vw,2.8rem);right:clamp(1.3rem,2.5vw,2.8rem)}.scroll-cue__rail{background:#5dabe233;width:1px;height:3.8rem;position:relative;overflow:hidden}.scroll-cue__rail span{background:var(--gradient-energy);box-shadow:var(--glow-cyan);animation:2.2s ease-in-out infinite cue-flow;position:absolute;inset:0}.hero__continuation{z-index:2;opacity:.58;width:100%;height:clamp(2.5rem,5vw,5rem);position:absolute;bottom:0;left:0}.hero__continuation path{fill:none;stroke:var(--color-cyan);stroke-width:1px;vector-effect:non-scaling-stroke}.hero__continuation circle{fill:var(--color-green-light);filter:drop-shadow(0 0 .45rem var(--color-green-light))}.hero__end-anchor{position:absolute;bottom:0;left:0}.preloader{z-index:1000;background:radial-gradient(circle at 50% 42%,#006cbf1f,#0000 24%),linear-gradient(145deg,#01040a 0%,#030b15 56%,#01060d 100%);place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.preloader:before{content:"";background-image:linear-gradient(#428ac006 1px,#0000 1px),linear-gradient(90deg,#428ac006 1px,#0000 1px);background-size:6rem 6rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.preloader[hidden]{display:none}.preloader__noise{pointer-events:none;background:radial-gradient(circle at 15% 70%,#00aeef0e,#0000 23%);position:absolute;inset:0}.preloader__inner{place-items:center;width:min(94vw,58rem);min-height:min(80svh,48rem);display:grid;position:relative}.preloader__brand{z-index:2;align-self:center;justify-items:center;margin-bottom:-4rem;display:grid;position:relative}.preloader__brand:before{z-index:-1;content:"";background:#01070ec7;border:1px solid #00aeef29;border-radius:1rem;position:absolute;inset:-1.1rem -1.5rem;box-shadow:0 1.5rem 5rem #00000059}.preloader__brand img{width:clamp(8.8rem,12vw,11.2rem)}.preloader__brand p{color:#c0d3e380;letter-spacing:.015em;margin-top:.15rem;font-size:clamp(.64rem,.75vw,.78rem);font-weight:550}.preloader__energy{width:92%;position:absolute;bottom:-7%;left:-22%;right:8%}.preloader__path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;vector-effect:non-scaling-stroke}.preloader__status{color:#c1d4e57a;letter-spacing:.1em;text-transform:uppercase;align-items:baseline;gap:1.1rem;font-size:.62rem;font-weight:650;display:flex;position:absolute;bottom:2%;right:5%}.preloader__progress{color:var(--color-green-light);font-variant-numeric:tabular-nums;letter-spacing:0;font-size:clamp(.9rem,1.1vw,1.1rem);font-weight:700;display:flex}.page-flow{background:var(--color-void);position:relative}.journey-sections{position:relative}.energy-journey{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.energy-journey__svg{width:100%;height:100%;overflow:visible}.energy-journey__track,.energy-journey__glow,.energy-journey__progress{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.energy-journey__track{stroke:#3682bb2b;stroke-width:1px}.energy-journey__glow{stroke:url(#journey-gradient);stroke-width:9px;opacity:.11;filter:url(#journey-glow)}.energy-journey__progress{stroke:url(#journey-gradient);stroke-width:1.8px}.energy-journey__particle,.energy-journey__pulse,.energy-journey__node{transform-box:fill-box;transform-origin:50%}.energy-journey__particle{fill:var(--color-white)}.energy-journey__particle--head{filter:drop-shadow(0 0 .45rem #00aeeff2)}.energy-journey__particle--trail{fill:var(--color-cyan)}.energy-journey__particle--secondary{fill:var(--color-green-light)}.energy-journey__pulse{fill:var(--color-white)}.energy-journey__node{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1.25px;opacity:.68;vector-effect:non-scaling-stroke}.energy-journey__node[data-journey-node=sustainability],.energy-journey__node[data-journey-node=footer]{stroke:var(--color-green-light)}.business{isolation:isolate;background:radial-gradient(circle at 82% 18%,#008cff17,#0000 26%),radial-gradient(circle at 48% 82%,#00d0840e,#0000 32%),linear-gradient(158deg,#030a14 0%,#06111d 54%,#020812 100%);border-bottom:1px solid #6fb4e314;min-height:max(52rem,100svh);padding:clamp(7.5rem,11vh,10rem) 0 clamp(6.5rem,9vh,8.5rem);position:relative;overflow:clip}.business:before{z-index:-2;content:"";background-image:linear-gradient(#478ec206 1px,#0000 1px),linear-gradient(90deg,#478ec206 1px,#0000 1px);background-size:7rem 7rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 55% 54%,#000,#0000 78%);mask-image:radial-gradient(circle at 55% 54%,#000,#0000 78%)}.business__atmosphere{z-index:-1;aspect-ratio:1;border:1px solid #00aeef0b;border-radius:50%;width:min(44rem,52vw);position:absolute;top:8%;right:5%;box-shadow:0 0 0 6rem #005daa05,0 0 0 13rem #00a65103}.business__inner{z-index:4;position:relative}.business__heading{z-index:3;width:min(43rem,58vw);position:relative}.business__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.25rem,2.4vh,2rem);font-size:.61rem;font-weight:650}.business__eyebrow{margin-bottom:1rem}.business__heading h2{color:var(--color-white);letter-spacing:-.052em;font-size:clamp(2.8rem,4.8vw,5.6rem);font-weight:620;line-height:.95}.business__title-line{padding-bottom:.08em;display:block;overflow:hidden}.business__title-line>span{display:block}.business__network{min-height:27rem;margin-top:clamp(3.5rem,7vh,6rem);position:relative}.business__grid{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,2.8rem);display:grid;position:relative}.business-card{min-width:0;position:relative}.business-card__control{width:100%;min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;flex-direction:column;align-items:center;padding:0;display:flex}.business-card__control:focus-visible{outline:0}.business-card__control:focus-visible .business-card__visual{outline-offset:.55rem;outline:2px solid #00c8ffd9}.business-card__visual{aspect-ratio:1;will-change:transform;width:min(15.6vw,14.25rem);min-width:9.5rem;display:block;position:relative;transform:translate(0,0)}.business-card__image-mask{background:#071421;border-radius:50%;position:absolute;inset:5.5%;overflow:hidden;box-shadow:0 1.8rem 4rem #00000059}.business-card__image-mask:after{border-radius:inherit;content:"";border:1px solid #ffffff1a;position:absolute;inset:0}.business-card__image-mask img{object-fit:cover;filter:saturate(.78)brightness(.68)contrast(1.08);width:100%;height:100%;transition:transform .65s var(--ease-out), filter .5s var(--ease-out);will-change:transform;transform:scale(1)}.business-card__image-shade{background:linear-gradient(#0000 52%,#01080f6b),radial-gradient(circle at 50% 40%,#0000 45%,#00091247);position:absolute;inset:0}.business-card__ring{filter:drop-shadow(0 0 .5rem #00aeef14);position:absolute;inset:0;overflow:visible}.business-card__ring-track,.business-card__ring-energy,.business-card__ring-detail{fill:none;stroke-linecap:round;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke}.business-card__ring-track{stroke:#68a0c938;stroke-width:1px}.business-card__ring-energy{stroke-width:1.6px;opacity:.66;transition:opacity .35s var(--ease-out), filter .35s var(--ease-out)}.business-card__ring-detail{stroke:var(--color-green-light);stroke-width:2.1px;opacity:.42}.business-card__icon{aspect-ratio:1;width:clamp(3.1rem,4.2vw,4.2rem);color:var(--color-cyan);transition:border-color .35s var(--ease-out), color .35s var(--ease-out), box-shadow .35s var(--ease-out);will-change:transform;background:#020c16f0;border:1px solid #00aeef94;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:7%;right:-.15rem;transform:translate(0,0);box-shadow:0 0 0 .35rem #020a13c7,0 0 1.25rem #00aeef1f}.business-card__icon svg{width:55%;height:55%;overflow:visible}.business-card__icon path,.business-card__icon circle{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;vector-effect:non-scaling-stroke}.business-card__copy{flex-direction:column;align-items:center;min-height:9.2rem;padding:1.6rem .3rem 0;display:flex}.business-card__number{color:#8ba4b96b;letter-spacing:.12em;margin-bottom:.72rem;font-size:.57rem;font-weight:650}.business-card__title{color:var(--color-white);letter-spacing:-.025em;font-size:clamp(1rem,1.2vw,1.28rem);font-weight:620;line-height:1.15}.business-card__description{color:#c5d2dfa3;max-width:15rem;margin-top:.68rem;font-size:clamp(.7rem,.72vw,.8rem);line-height:1.48}.business-card__status{color:var(--color-green-light);letter-spacing:.1em;opacity:0;text-transform:uppercase;transition:opacity .3s var(--ease-out), transform .3s var(--ease-out);align-items:center;gap:.42rem;margin-top:.72rem;font-size:.52rem;font-weight:650;display:inline-flex;transform:translateY(.25rem)}.business-card__status>span{background:currentColor;border-radius:50%;width:.28rem;height:.28rem;box-shadow:0 0 .65rem}.business-card.is-active .business-card__image-mask img{filter:saturate()brightness(.9)contrast(1.03);transform:scale(1.05)}.business-card.is-active .business-card__ring-energy{filter:drop-shadow(0 0 .55rem #00c8ff8c);opacity:1}.business-card.is-active .business-card__ring-detail{opacity:.9}.business-card.is-active .business-card__icon{border-color:var(--color-green-light);color:var(--color-green-light);box-shadow:0 0 0 .35rem #020a13c7,0 0 1.35rem #00d08442}.business-card.is-active .business-card__status{opacity:.86;transform:translateY(0)}.business-circuit{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.business-circuit__track,.business-circuit__glow,.business-circuit__energy,.business-circuit__redirect{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.business-circuit__track{stroke:#4d91c233;stroke-width:1px}.business-circuit__glow{stroke:url(#business-circuit-gradient);stroke-width:9px;opacity:.09;filter:url(#business-circuit-glow)}.business-circuit__energy{stroke:url(#business-circuit-gradient);stroke-width:1.55px;opacity:.82}.business-circuit__redirect{stroke:url(#business-circuit-gradient);stroke-width:2.15px;opacity:.92;filter:url(#business-circuit-glow)}.business-circuit__particle,.business-circuit__pulse,.business-circuit__node{transform-box:fill-box;transform-origin:50%}.business-circuit__particle,.business-circuit__pulse{fill:var(--color-white);filter:drop-shadow(0 0 .45rem #00c8fff2)}.business-circuit__particle--two{fill:var(--color-green-light)}.business-circuit__node{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1.25px;opacity:.88;vector-effect:non-scaling-stroke}.business-circuit__node[data-business-node=renewables],.business-circuit__node[data-business-node=transmission]{stroke:var(--color-green-light)}.impact{isolation:isolate;min-height:max(58rem,100svh);color:var(--color-text);background:radial-gradient(circle at 79% 31%,#008cff29,#0000 28%),radial-gradient(circle at 91% 23%,#00d08411,#0000 18%),radial-gradient(circle at 43% 88%,#005daa0e,#0000 34%),linear-gradient(156deg,#02070d 3%,#06111d 55%,#020812 100%);border-bottom:1px solid #6fb4e314;padding:clamp(7rem,10vh,9rem) 0 clamp(6.5rem,9vh,8rem);position:relative;overflow:clip}.impact:before{z-index:-2;content:"";background-image:linear-gradient(#5599cd06 1px,#0000 1px),linear-gradient(90deg,#5599cd06 1px,#0000 1px);background-size:7rem 7rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 72% 45%,#000,#0000 75%);mask-image:radial-gradient(circle at 72% 45%,#000,#0000 75%)}.impact:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#0208128a,#0000 14% 84%,#01060d85),radial-gradient(#0000 45%,#00030852 100%);position:absolute;inset:0}.impact__atmosphere{z-index:-1;aspect-ratio:1;border:1px solid #00aeef0e;border-radius:50%;width:min(43rem,48vw);position:absolute;top:9%;right:6%;box-shadow:0 0 0 5rem #00aeef05,0 0 0 11rem #00a65103}.impact__inner{z-index:4;position:relative}.impact__heading{z-index:4;width:min(42rem,49vw);padding-top:clamp(1rem,3vh,2.8rem);position:relative}.impact__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.2rem,2.2vh,1.8rem);font-size:.61rem;font-weight:650}.impact__eyebrow{color:var(--color-green-light);margin-bottom:1rem}.impact__eyebrow>span{background:var(--color-green);box-shadow:0 0 .7rem #00a65152}.impact__heading h2{max-width:8.8em;color:var(--color-white);letter-spacing:-.058em;font-size:clamp(3rem,5.2vw,6.25rem);font-weight:620;line-height:.93}.impact__title-line{padding-bottom:.08em;display:block;overflow:hidden}.impact__title-line>span{display:block}.impact-globe{z-index:2;aspect-ratio:1;width:min(49vw,44rem);position:absolute;top:-5rem;right:-2.5%;transform:translate(0,0)}.impact-globe__aura{filter:blur(1.2rem);background:radial-gradient(circle,#00aeef30,#005daa12 48%,#0000 72%);border-radius:50%;position:absolute;inset:18%}.impact-globe__svg{width:100%;height:100%;position:relative;overflow:visible}.impact-globe__field{fill:url(#impact-globe-fill)}.impact-globe__outline,.impact-globe__rim,.impact-globe__grid ellipse,.impact-globe__grid path,.impact-globe__orbits ellipse,.impact-globe__orbits path,.impact-globe__network path{fill:none;vector-effect:non-scaling-stroke}.impact-globe__outline{stroke:#00aeef52;stroke-width:1.2px}.impact-globe__rim{fill:none;stroke:url(#impact-globe-gradient);stroke-dasharray:1 8;stroke-linecap:round;stroke-width:2.2px;opacity:.9;filter:url(#impact-globe-soft-glow)}.impact-globe__grid{stroke:#46b1ef33;stroke-width:.9px}.impact-globe__land{fill:#005daa1f;stroke:#37acf066;stroke-dasharray:1 4;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.1px}.impact-globe__network path{stroke:url(#impact-globe-gradient);stroke-width:1.15px;opacity:.72}.impact-globe__network circle{fill:#dff8ff;stroke:var(--color-cyan);stroke-width:1.2px;filter:url(#impact-globe-soft-glow)}.impact-globe__orbits{transform-box:fill-box;transform-origin:50%}.impact-globe__orbits ellipse,.impact-globe__orbits path{stroke:#00aeef3d;stroke-dasharray:2 9;stroke-linecap:round;stroke-width:1px}.impact-globe__orbit-particle{fill:var(--color-white);filter:drop-shadow(0 0 .45rem #00aeefe6);transform-box:fill-box}.impact-globe__label{color:#b5d3e875;letter-spacing:.14em;font-size:.54rem;font-weight:650;position:absolute}.impact-globe__label:before{background:var(--color-green);content:"";vertical-align:.08rem;border-radius:50%;width:.28rem;height:.28rem;margin-right:.55rem;display:inline-block;box-shadow:0 0 .5rem #00a6518c}.impact-globe__label--top{top:14%;right:8%}.impact-globe__label--bottom{bottom:14%;right:5%}.impact__network{min-height:17rem;margin-top:clamp(8.5rem,15vh,13rem);position:relative}.impact__metrics{z-index:3;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.8rem,1.9vw,2.5rem);display:grid;position:relative}.impact-metric{--metric-energy:var(--color-cyan);--metric-glow:#00aeef40;min-width:0}.impact-metric:first-child{--metric-energy:var(--color-blue-bright);--metric-glow:#168cff47}.impact-metric:nth-child(3){--metric-energy:var(--color-green-light);--metric-glow:#8dc63f3d}.impact-metric:nth-child(4){--metric-energy:#9ae83e;--metric-glow:#9ae83e3d}.impact-metric__control{width:100%;min-height:16.5rem;color:inherit;cursor:default;font:inherit;text-align:left;background:0 0;border:0;grid-template-rows:4.4rem auto auto 1fr;justify-items:start;padding:0;display:grid}.impact-metric__control:focus-visible{outline-offset:.6rem;border-radius:.35rem;outline:2px solid #00c8ffd1}.impact-metric__icon{z-index:2;aspect-ratio:1;width:clamp(3.55rem,4.6vw,4.75rem);color:var(--metric-energy);transition:border-color .3s var(--ease-out), color .3s var(--ease-out), box-shadow .3s var(--ease-out);background:#030f1ce0;border:1px solid #00aeef5c;border-radius:50%;place-items:center;display:grid;position:relative;transform:translate(0,0);box-shadow:0 0 0 .35rem #020811ad,0 1rem 2.4rem #0000004d,0 0 1.2rem #00aeef14}.impact-metric__icon svg{z-index:2;width:54%;height:54%;position:relative;overflow:visible}.impact-metric__icon path,.impact-metric__icon circle{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45px;vector-effect:non-scaling-stroke}.impact-metric__halo{z-index:1;opacity:0;transform-origin:50%;border:1px solid;border-radius:50%;position:absolute;inset:-.48rem}.impact-metric__index{color:#9ab2c76b;letter-spacing:.12em;margin-top:1rem;font-size:.54rem;font-weight:650}.impact-metric__value{min-height:1.1em;color:var(--color-white);letter-spacing:-.055em;align-items:baseline;margin-top:.25rem;font-size:clamp(2rem,3.15vw,3.8rem);font-weight:650;line-height:.98;display:flex;transform:translate(0,0)}.impact-metric__suffix{color:var(--metric-energy);letter-spacing:-.02em;margin-left:.14em;font-size:.43em;font-weight:650}.impact-metric__rating{background:linear-gradient(90deg, var(--color-blue-bright), var(--color-cyan), var(--color-green-light));color:#0000;letter-spacing:-.07em;-webkit-background-clip:text;background-clip:text;display:flex;overflow:hidden}.impact-metric__rating>span{display:inline-block}.impact-metric__label{color:#c5d2dfa8;max-width:14rem;margin-top:.72rem;font-size:clamp(.68rem,.75vw,.82rem);line-height:1.48}.impact-metric.is-powered .impact-metric__icon,.impact-metric.is-active .impact-metric__icon{border-color:#00c8ffbd;border-color:color-mix(in srgb, var(--metric-energy) 72%, transparent);box-shadow:0 0 0 .35rem #020811bd, 0 0 1.45rem var(--metric-glow);color:var(--metric-energy)}.impact-metric.is-active .impact-metric__value{text-shadow:0 0 1.1rem var(--metric-glow);transform:translateY(-.18rem)}.impact-circuit{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.impact-circuit__track,.impact-circuit__glow,.impact-circuit__energy{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.impact-circuit__track{stroke:#559dcf33;stroke-width:1px}.impact-circuit__glow{stroke:url(#impact-circuit-gradient);stroke-width:8px;opacity:.15;filter:url(#impact-circuit-glow)}.impact-circuit__energy{stroke:url(#impact-circuit-gradient);stroke-width:1.65px;opacity:.92}.impact-circuit__particle,.impact-circuit__pulse,.impact-circuit__node{transform-box:fill-box;transform-origin:50%}.impact-circuit__particle,.impact-circuit__pulse{fill:var(--color-white);filter:drop-shadow(0 0 .38rem #00aeeff2)}.impact-circuit__particle--secondary{fill:var(--color-green-light)}.impact-circuit__node{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1.25px;opacity:.88;vector-effect:non-scaling-stroke}.impact-circuit__node[data-impact-node=low-carbon],.impact-circuit__node[data-impact-node=esg]{stroke:var(--color-green)}.sustainability{isolation:isolate;background:radial-gradient(circle at 73% 42%,#00a65117,#0000 27%),radial-gradient(circle at 66% 34%,#008cff1b,#0000 30%),radial-gradient(circle at 18% 82%,#8dc63f09,#0000 24%),linear-gradient(205deg,#020812 0%,#07131f 53%,#02070d 100%);border-bottom:1px solid #6fb4e314;min-height:max(58rem,100svh);padding:clamp(7.5rem,11vh,10rem) 0 clamp(6.5rem,9vh,8.5rem);position:relative;overflow:clip}.sustainability:before{z-index:-2;content:"";background-image:linear-gradient(#4c90c305 1px,#0000 1px),linear-gradient(90deg,#4c90c305 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 65% 46%,#000,#0000 76%);mask-image:radial-gradient(circle at 65% 46%,#000,#0000 76%)}.sustainability:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#0208126b,#0000 15% 86%,#01050b80),radial-gradient(at 74% 46%,#0000 34%,#00030847 84%);position:absolute;inset:0}.sustainability__atmosphere{z-index:-1;aspect-ratio:1;border:1px solid #00aeef0a;border-radius:50%;width:min(46rem,51vw);position:absolute;top:6%;right:6%;box-shadow:0 0 0 5rem #00aeef04,0 0 0 12rem #00a65103}.sustainability__inner{z-index:4;position:relative}.sustainability__stage{grid-template-columns:minmax(20rem,.72fr) minmax(35rem,1.28fr);align-items:center;gap:clamp(1.5rem,3.4vw,5rem);min-height:39rem;display:grid}.sustainability__content{z-index:6;position:relative}.sustainability__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.2rem,2.2vh,1.8rem);font-size:.61rem;font-weight:650}.sustainability__eyebrow{color:var(--color-green-light);margin-bottom:1rem}.sustainability__eyebrow>span{background:var(--color-green)}.sustainability__content h2{max-width:8.4em;color:var(--color-white);letter-spacing:-.057em;font-size:clamp(3rem,4.8vw,5.9rem);font-weight:620;line-height:.93}.sustainability__title-line{padding-bottom:.08em;display:block;overflow:hidden}.sustainability__title-line>span{display:block}.sustainability__summary{color:#c5d2dfad;max-width:33rem;margin-top:clamp(1.35rem,2.8vh,2rem);font-size:clamp(.78rem,.84vw,.94rem);line-height:1.62}.sustainability__transition{color:#99b1c67a;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.65rem;margin-top:1.55rem;font-size:.54rem;font-weight:650;display:flex}.sustainability__transition span:last-child{color:var(--color-green-light)}.sustainability__transition i{background:linear-gradient(90deg, var(--color-blue-bright), var(--color-green-light));width:1.3rem;height:1px;box-shadow:0 0 .55rem #00aeef47}.sustainability__visual{z-index:3;aspect-ratio:1;justify-self:end;width:min(49vw,46rem);position:relative;transform:translate(0,0)}.sustainability__image-mask{z-index:2;background:var(--color-night-soft);will-change:clip-path;border:1px solid #80cdf440;border-radius:50%;position:absolute;inset:13.4%;overflow:hidden;box-shadow:0 3rem 7rem #00000080,0 0 4rem #008cff1f,inset 0 0 3.5rem #0006}.sustainability__image-mask:after{z-index:4;border-radius:inherit;content:"";border:1px solid #ffffff1a;position:absolute;inset:0}.sustainability__image-mask img{object-fit:cover;object-position:50% 50%;filter:saturate(.88)brightness(.66)contrast(1.08);will-change:transform;width:100%;height:100%;transform:scale(1.07)}.sustainability__image-shade,.sustainability__image-light{pointer-events:none;position:absolute;inset:0}.sustainability__image-shade{z-index:2;background:linear-gradient(#00070e1a,#00070e70),radial-gradient(circle at 56% 42%,#0000 30%,#00081161 100%)}.sustainability__image-light{z-index:3;mix-blend-mode:screen;background:radial-gradient(circle at 48% 34%,#8dc63f1a,#0000 24%)}.sustainability__rings,.sustainability__rings .energy-line,.sustainability__rings .energy-line__svg{z-index:3;width:100%;height:100%;position:absolute;inset:0}.energy-line--sustainability{filter:drop-shadow(0 0 .7rem #00aeef1a)}.energy-line--sustainability .energy-line__path{stroke-width:1.7px}.energy-line--sustainability .energy-line__glow{stroke-width:7px;opacity:.14}.energy-line--sustainability .energy-line__ring{transform-box:fill-box;transform-origin:50%}.energy-line--sustainability .energy-line__nodes circle{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1px}.sustainability-leaves{z-index:5;pointer-events:none;position:absolute;inset:0}.sustainability-leaf{width:clamp(.8rem,1.25vw,1.3rem);color:var(--color-green-light);opacity:0;position:absolute;transform:translate(0,0)}.sustainability-leaf svg{width:100%;display:block;overflow:visible}.sustainability-leaf path{fill:#8dc63f21;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25px;vector-effect:non-scaling-stroke}.sustainability-leaf--1{top:14%;right:16%}.sustainability-leaf--2{color:var(--color-green);top:27%;right:5%}.sustainability-leaf--3{bottom:25%;right:9%}.sustainability-leaf--4{color:var(--color-cyan);bottom:5%;right:24%}.sustainability-leaf--5{bottom:12%;left:17%}.sustainability-leaf--6{color:var(--color-cyan);top:23%;left:5%}.sustainability-leaf--7{color:var(--color-green);top:5%;left:29%}.sustainability__visual-label{z-index:6;color:#b5d3e86e;letter-spacing:.14em;font-size:.53rem;font-weight:650;position:absolute;bottom:7%;right:2%}.sustainability__visual-label span{background:var(--color-green-light);vertical-align:.06rem;border-radius:50%;width:.28rem;height:.28rem;margin-right:.5rem;display:inline-block;box-shadow:0 0 .6rem #8dc63fb3}.sustainability__pillar-network{min-height:12rem;margin-top:clamp(1.5rem,3vh,2.5rem);position:relative}.sustainability__pillars{z-index:3;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3.5vw,4.5rem);display:grid;position:relative}.sustainability-pillar{--pillar-energy:var(--color-cyan);--pillar-glow:#00aeef33;min-width:0}.sustainability-pillar:nth-child(2){--pillar-energy:var(--color-green);--pillar-glow:#00a65138}.sustainability-pillar:nth-child(3){--pillar-energy:var(--color-green-light);--pillar-glow:#8dc63f33}.sustainability-pillar__control{width:100%;min-height:10.5rem;color:inherit;cursor:default;font:inherit;text-align:left;background:0 0;border:0;grid-template-rows:4.4rem auto;grid-template-columns:1fr;align-items:start;gap:.9rem;padding:0;display:grid}.sustainability-pillar__control:focus-visible{outline-offset:.6rem;border-radius:.4rem;outline:2px solid #00c8ffcc}.sustainability-pillar__icon{z-index:2;aspect-ratio:1;width:4.1rem;color:var(--pillar-energy);transition:border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);background:#030f1ce6;border:1px solid #00aeef59;border-radius:50%;place-items:center;display:grid;position:relative;transform:translate(0,0);box-shadow:0 0 0 .34rem #020811b3,0 1rem 2.5rem #00000047}.sustainability-pillar__icon svg{z-index:2;width:58%;position:relative;overflow:visible}.sustainability-pillar__icon path,.sustainability-pillar__icon circle{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke}.sustainability-pillar__halo{z-index:1;opacity:0;border:1px solid;border-radius:50%;position:absolute;inset:-.45rem}.sustainability-pillar__copy{padding-top:.15rem;display:block;overflow:hidden}.sustainability-pillar__index{color:#9ab2c76b;letter-spacing:.12em;margin-bottom:.55rem;font-size:.53rem;font-weight:650;display:block}.sustainability-pillar__copy strong{color:var(--color-white);letter-spacing:-.025em;font-size:clamp(.92rem,1vw,1.1rem);font-weight:620;display:block}.sustainability-pillar__copy>span:last-child{color:#c5d2dfa3;max-width:18rem;margin-top:.65rem;font-size:clamp(.68rem,.73vw,.79rem);line-height:1.52;display:block}.sustainability-pillar.is-powered .sustainability-pillar__icon,.sustainability-pillar.is-active .sustainability-pillar__icon{border-color:var(--pillar-energy);box-shadow:0 0 0 .34rem #020811b8, 0 0 1.4rem var(--pillar-glow)}.sustainability-pillar.is-active .sustainability-pillar__copy strong{color:var(--pillar-energy)}.sustainability-circuit{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.sustainability-circuit__track,.sustainability-circuit__glow,.sustainability-circuit__energy{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sustainability-circuit__track{stroke:#559dcf2e;stroke-width:1px}.sustainability-circuit__glow{stroke:url(#sustainability-circuit-gradient);stroke-width:7px;opacity:.11;filter:url(#sustainability-circuit-glow)}.sustainability-circuit__energy{stroke:url(#sustainability-circuit-gradient);stroke-width:1.5px;opacity:.84}.sustainability-circuit__particle,.sustainability-circuit__pulse,.sustainability-circuit__node{transform-box:fill-box;transform-origin:50%}.sustainability-circuit__particle,.sustainability-circuit__pulse{fill:var(--color-white);filter:drop-shadow(0 0 .4rem #00aeeff2)}.sustainability-circuit__node{fill:var(--color-night);stroke:var(--color-green-light);stroke-width:1.2px;opacity:.88;vector-effect:non-scaling-stroke}.stories{isolation:isolate;background:radial-gradient(circle at 68% 42%,#008cff16,#0000 33%),radial-gradient(circle at 94% 76%,#00a6510e,#0000 25%),linear-gradient(148deg,#02070d 0%,#06111e 48%,#020812 100%);border-bottom:1px solid #6fb4e314;min-height:max(56rem,100svh);padding:clamp(7.5rem,11vh,10rem) 0 clamp(6.5rem,9vh,8rem);position:relative;overflow:clip}.stories:before{z-index:-2;content:"";background-image:linear-gradient(#478ec205 1px,#0000 1px),linear-gradient(90deg,#478ec205 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 3%,#000 38% 92%,#0000);mask-image:linear-gradient(90deg,#0000 3%,#000 38% 92%,#0000)}.stories:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#01050b47,#0000 17% 82%,#01050b99),linear-gradient(90deg,#01050b1a,#0000 38%,#01050b29);position:absolute;inset:0}.stories__atmosphere{z-index:-1;pointer-events:none;position:absolute;inset:0}.stories__atmosphere span{border:1px solid #00aeef0e;border-radius:50%;position:absolute}.stories__atmosphere span:first-child{aspect-ratio:1;width:min(46rem,48vw);top:7%;right:1%}.stories__atmosphere span:last-child{aspect-ratio:1;border-color:#8dc63f09;width:min(33rem,36vw);bottom:-31%;right:17%}.stories__inner{z-index:3;grid-template-columns:minmax(17rem,.54fr) minmax(0,1.46fr);align-items:center;column-gap:clamp(2rem,4vw,5.5rem);min-height:43rem;display:grid;position:relative}.stories__intro{z-index:5;align-self:center;padding-bottom:5.2rem;position:relative}.stories__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.2rem,2.2vh,1.8rem);font-size:.61rem;font-weight:650}.stories__eyebrow{color:var(--color-green-light);margin-bottom:1rem}.stories__eyebrow>span{background:var(--color-green)}.stories__intro h2{max-width:7.6em;color:var(--color-white);letter-spacing:-.055em;font-size:clamp(2.9rem,4.5vw,5.6rem);font-weight:620;line-height:.94}.stories__title-line{padding-bottom:.06em;display:block;overflow:hidden}.stories__title-line>span{display:block}.stories__all{color:var(--color-green-light);letter-spacing:.02em;align-items:center;gap:.8rem;margin-top:1.8rem;font-size:.72rem;font-weight:650;display:inline-flex}.stories__all svg,.stories__nav svg,.story-card__arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;width:1.8rem;overflow:visible}.stories__all svg,.story-card__arrow{transition:transform .28s var(--ease-out)}.stories__all:hover svg,.stories__all:focus-visible svg{transform:translate(.28rem)}.stories__gallery{align-self:center;min-width:0}.stories__slider{width:100%;padding:1.1rem 0 1.4rem}@media (hover:hover) and (pointer:fine){.stories__slider{cursor:grab}.stories__slider:active{cursor:grabbing}}.stories__slider .story-card{width:clamp(17rem,19vw,21.5rem);height:clamp(30rem,38vw,36rem)}.stories__slider .story-card--featured{width:clamp(24rem,29vw,34rem)}.story-card__link{background:linear-gradient(145deg, #081a2cf5, #030c17fa), var(--color-night);width:100%;height:100%;color:var(--color-white);transition:border-color .32s var(--ease-out), box-shadow .32s var(--ease-out), transform .32s var(--ease-out);border:1px solid #599dcf33;border-radius:1.05rem;grid-template-rows:56% 44%;display:grid;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 1.8rem 4rem #0000003d}.story-card--featured .story-card__link{border-color:#00aeef52;display:block}.story-card__link:focus-visible{outline:2px solid var(--color-cyan);outline-offset:.35rem}.story-card__media{background:var(--color-night-soft);clip-path:inset(0 round 1rem 1rem 0 0);display:block;position:relative;overflow:hidden}.story-card:not(.story-card--featured) .story-card__media{aspect-ratio:1.1;clip-path:inset(0 round 50% 50% 1rem 1rem);border-radius:50% 50% 1rem 1rem;place-self:end center;width:calc(100% - 2rem);margin:1rem 1rem 0}.story-card--featured .story-card__media{border-radius:inherit;clip-path:inset(0 round 1rem);position:absolute;inset:0}.story-card__media img{object-fit:cover;filter:saturate(.86)brightness(.68)contrast(1.08);will-change:transform;width:100%;height:100%;transform:scale(1.025)translate(0,0)}.story-card--featured .story-card__media img{filter:saturate(.9)brightness(.68)contrast(1.1)}.story-card__shade{background:linear-gradient(#01080f05 18%,#01080f57),radial-gradient(circle at 50% 34%,#0000 34%,#01070e40);position:absolute;inset:0}.story-card--featured .story-card__shade{background:linear-gradient(#01080f08 23%,#01070e40 50%,#01060df5 100%)}.story-card__border{border-radius:inherit;pointer-events:none;transition:border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);border:1px solid #0000;position:absolute;inset:0}.story-card__ring{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.story-card__ring circle{fill:none;stroke:url(#stories-timeline-gradient);stroke-linecap:round;stroke-width:.8px;opacity:.78;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke;transform:rotate(-76deg)}.story-card__edge-pulse{z-index:6;background:linear-gradient(90deg, transparent, var(--color-cyan) 35%, var(--color-green-light) 72%, transparent);opacity:0;transform-origin:0;height:1px;transition:opacity .28s var(--ease-out), transform .52s var(--ease-out);position:absolute;bottom:0;left:0;right:0;transform:scaleX(.08)}.story-card__content{z-index:4;flex-direction:column;align-items:flex-start;min-width:0;padding:1.35rem 1.45rem 1.5rem;display:flex;position:relative}.story-card--featured .story-card__content{padding:clamp(1.5rem,2vw,2.15rem);position:absolute;bottom:0;left:0;right:0}.story-card__badge,.story-card__number{letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;font-size:.54rem;font-weight:700}.story-card__badge{border-radius:var(--radius-pill);background:var(--color-green-light);color:#06100e;padding:.38rem .6rem;box-shadow:0 0 1.2rem #8dc63f33}.story-card__number{color:#8dc63f9e}.story-card time{color:#becfde94;letter-spacing:.025em;font-size:.62rem}.story-card h3{max-width:17rem;color:var(--color-white);letter-spacing:-.034em;margin-top:.75rem;font-size:clamp(1.15rem,1.35vw,1.48rem);font-weight:600;line-height:1.18}.story-card--featured h3{max-width:12em;font-size:clamp(1.75rem,2.35vw,2.8rem);line-height:1.06}.story-card__cta{color:var(--color-green-light);align-items:center;gap:.65rem;margin-top:auto;padding-top:1rem;font-size:.66rem;font-weight:650;display:flex}.story-card__arrow{color:inherit;display:inline-flex}.story-card__link:hover,.story-card__link:focus-visible,.story-card.is-active .story-card__link{border-color:#00aeef80;box-shadow:0 2.2rem 5rem #00000054,0 0 2rem #00aeef11}.story-card__link:hover .story-card__border,.story-card__link:focus-visible .story-card__border,.story-card.is-active .story-card__border{border-color:#8dc63f6b;box-shadow:inset 0 -.22rem 1.1rem #00a6511a}.story-card__link:hover .story-card__arrow,.story-card__link:focus-visible .story-card__arrow{transform:translate(.32rem)}.story-card__link:hover .story-card__edge-pulse,.story-card__link:focus-visible .story-card__edge-pulse,.story-card.is-active .story-card__edge-pulse{opacity:.9;transform:scaleX(1)}.stories__navigation{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.7rem;display:flex}.stories__nav{aspect-ratio:1;width:2.85rem;color:var(--color-cyan);transition:border-color .25s var(--ease-out), color .25s var(--ease-out), transform .25s var(--ease-out);background:#030d18d1;border:1px solid #00aeef59;border-radius:50%;place-items:center;display:grid}.stories__nav svg{width:1.3rem}.stories__nav svg.is-reversed{transform:rotate(180deg)}.stories__nav:hover,.stories__nav:focus-visible{border-color:var(--color-green-light);color:var(--color-green-light);transform:translate(.12rem)}.stories__nav--previous:hover,.stories__nav--previous:focus-visible{transform:translate(-.12rem)}.stories__nav.swiper-button-disabled{opacity:.28;pointer-events:none}.stories__position{color:#b5cadb75;letter-spacing:.08em;justify-content:center;align-items:center;gap:.45rem;min-width:4.2rem;font-size:.57rem;font-weight:650;display:flex}.stories__position span:first-child{color:var(--color-white)}.stories__position i{background:linear-gradient(90deg, var(--color-cyan), var(--color-green-light));width:.9rem;height:1px}.stories-timeline{grid-column:1/-1;height:4.4rem;margin-top:1.3rem;position:relative}.stories-timeline__svg{width:100%;height:3.2rem;position:absolute;inset:0 0 auto;overflow:visible}.stories-timeline__track,.stories-timeline__glow,.stories-timeline__energy{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.stories-timeline__track{stroke:#5397c92e;stroke-width:1px}.stories-timeline__glow{stroke:url(#stories-timeline-gradient);stroke-width:8px;opacity:.11;filter:url(#stories-timeline-glow)}.stories-timeline__energy{stroke:url(#stories-timeline-gradient);stroke-width:1.5px;opacity:.9}.stories-timeline__node{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1.25px;opacity:.72;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke}.stories-timeline__node.is-active{fill:var(--color-green-light);stroke:var(--color-green-light);opacity:1;filter:drop-shadow(0 0 .38rem #8dc63fcc)}.stories-timeline__pulse{fill:var(--color-white);opacity:0;filter:drop-shadow(0 0 .45rem #00aeeff2);transform-box:fill-box;transform-origin:50%}.stories-timeline__label{color:#9db5ca57;letter-spacing:.14em;text-transform:uppercase;font-size:.5rem;font-weight:650;position:absolute;bottom:0;right:0}.leadership{isolation:isolate;background:radial-gradient(circle at 18% 36%,#00aeef13,#0000 28%),radial-gradient(circle at 78% 63%,#00a6510f,#0000 27%),linear-gradient(208deg,#02070d 0%,#061321 51%,#020812 100%);border-bottom:1px solid #6fb4e314;min-height:max(55rem,100svh);padding:clamp(7.5rem,11vh,10rem) 0 clamp(6.5rem,9vh,8rem);position:relative;overflow:clip}.leadership:before{z-index:-2;content:"";background-image:linear-gradient(#478ec205 1px,#0000 1px),linear-gradient(90deg,#478ec205 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 48%,#000,#0000 78%);mask-image:radial-gradient(circle at 50% 48%,#000,#0000 78%)}.leadership:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#01050b57,#0000 17% 83%,#01050ba8),linear-gradient(90deg,#01050b29,#0000 28% 74%,#01050b33);position:absolute;inset:0}.leadership__atmosphere{z-index:-1;pointer-events:none;position:absolute;inset:0}.leadership__atmosphere span{border:1px solid #00aeef0e;border-radius:50%;position:absolute}.leadership__atmosphere span:first-child{aspect-ratio:1;width:min(42rem,44vw);top:3%;left:-10%}.leadership__atmosphere span:last-child{aspect-ratio:1;border-color:#8dc63f0a;width:min(40rem,40vw);bottom:-42%;right:9%}.leadership__inner{z-index:3;flex-direction:column;justify-content:center;min-height:43rem;display:flex;position:relative}.leadership__intro{z-index:5;width:min(37rem,48vw);margin-bottom:clamp(2.8rem,5vh,4.4rem);position:relative}.leadership__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.2rem,2.2vh,1.8rem);font-size:.61rem;font-weight:650}.leadership__eyebrow{color:var(--color-green-light);margin-bottom:1rem}.leadership__eyebrow>span{background:var(--color-green)}.leadership__intro h2{max-width:8.2em;color:var(--color-white);letter-spacing:-.055em;font-size:clamp(3rem,4.75vw,5.8rem);font-weight:620;line-height:.94}.leadership__title-line{padding-bottom:.05em;display:block;overflow:hidden}.leadership__title-line>span{display:block}.leadership__summary{color:var(--color-cyan);letter-spacing:.03em;margin-top:1.35rem;font-size:.72rem;font-weight:650}.leadership__network{min-width:0;position:relative}.leadership__slider{z-index:3;width:100%;padding:1.1rem 0 1.5rem;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.leadership__slider{cursor:grab}.leadership__slider:active{cursor:grabbing}}.leadership__slider .leader-card{width:calc(25% - 1.03125rem);min-width:15rem}.leader-card__control{width:100%;color:var(--color-white);text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.leader-card__control:focus-visible{outline:2px solid var(--color-cyan);outline-offset:.5rem;border-radius:.8rem}.leader-card__visual-slot{aspect-ratio:1;width:min(100%,17rem);display:block;position:relative}.leader-card__visual{transform-origin:50%;will-change:transform;display:block;position:absolute;inset:0;transform:translate(0,0)}.leader-card__portrait-mask{z-index:2;background:#0b1a2a;border:1px solid #00aeef57;border-radius:50%;display:block;position:absolute;inset:11%;overflow:hidden;transform:translate(0,0);box-shadow:inset 0 0 2.6rem #00aeef17,0 1.8rem 4.2rem #00000061}.leader-card__portrait-mask img{object-fit:cover;filter:saturate(.72)brightness(.72)contrast(1.14)sepia(.04);will-change:transform;width:100%;height:100%;transform:translate(0,0)}.leader-card__portrait-shade{pointer-events:none;background:radial-gradient(circle at 50% 38%,#0000 36%,#020a1329 73%,#02081080 100%),linear-gradient(#005daa08,#001f3f2e);position:absolute;inset:0}.leader-card__orbits{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.leader-card__orbit-rings path,.leader-card__orbit-glow{fill:none;stroke:url(#leadership-orbit-baharin-din);stroke-linecap:round;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke}.leader-card__orbit-rings path{stroke-width:.92px;opacity:.56;transition:opacity .32s var(--ease-out), stroke-width .32s var(--ease-out)}.leader-card__orbit-rings path:nth-child(2){opacity:.36;stroke-dasharray:5 8}.leader-card__orbit-rings path:nth-child(3){opacity:.24;stroke-dasharray:1.4 10}.leader-card__orbit-glow{stroke:#00aeef9e;stroke-width:3px;opacity:.08;transition:opacity .32s var(--ease-out)}.leader-card__orbit-particle{fill:var(--color-white);opacity:.9;transform-box:fill-box;transform-origin:50%}.leader-card__orbit-particle--secondary{fill:var(--color-green-light);opacity:.72}.leader-card__node{z-index:5;aspect-ratio:1;border:1px solid var(--color-cyan);background:var(--color-white);transform-origin:50%;border-radius:50%;width:.42rem;position:absolute;top:49%;right:5.5%;transform:translateY(-50%);box-shadow:0 0 .8rem #00aeefdb}.leader-card__copy{z-index:5;flex-direction:column;align-items:center;width:min(100%,16rem);min-height:7.6rem;margin-top:.75rem;display:flex;position:relative}.leader-card__index{color:#8dc63f8f;letter-spacing:.13em;margin-bottom:.65rem;font-size:.51rem;font-weight:700}.leader-card__copy strong{color:var(--color-white);letter-spacing:-.025em;transition:color .28s var(--ease-out), text-shadow .28s var(--ease-out);font-size:clamp(.94rem,1.05vw,1.18rem);font-weight:600;line-height:1.2}.leader-card__position{color:#afc5d78f;max-width:15rem;margin-top:.42rem;font-size:.63rem;font-weight:500;line-height:1.45}.leader-card__action{color:var(--color-cyan);letter-spacing:.08em;opacity:.38;text-transform:uppercase;transition:opacity .28s var(--ease-out), transform .32s var(--ease-out);align-items:center;gap:.45rem;margin-top:.72rem;font-size:.55rem;font-weight:650;display:inline-flex;transform:translate(-.2rem)}.leader-card__action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;width:1.25rem}.leader-card__control:hover .leader-card__orbit-rings path,.leader-card__control:focus-visible .leader-card__orbit-rings path,.leader-card.is-powered .leader-card__orbit-rings path,.leader-card.is-active .leader-card__orbit-rings path{stroke-width:1.2px;opacity:.92}.leader-card__control:hover .leader-card__orbit-glow,.leader-card__control:focus-visible .leader-card__orbit-glow,.leader-card.is-powered .leader-card__orbit-glow,.leader-card.is-active .leader-card__orbit-glow{opacity:.2}.leader-card__control:hover .leader-card__copy strong,.leader-card__control:focus-visible .leader-card__copy strong,.leader-card.is-powered .leader-card__copy strong,.leader-card.is-active .leader-card__copy strong{color:#dffaff;text-shadow:0 0 1.15rem #00aeef42}.leader-card__control:hover .leader-card__action,.leader-card__control:focus-visible .leader-card__action{opacity:1;transform:translate(.16rem)}.leadership-circuit{z-index:1;pointer-events:none;will-change:transform;position:absolute;top:0;left:0;overflow:visible}.leadership-circuit__track,.leadership-circuit__glow,.leadership-circuit__energy{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.leadership-circuit__track{stroke:#5397c929;stroke-width:1px}.leadership-circuit__glow{stroke:url(#leadership-circuit-gradient);stroke-width:8px;opacity:.1;filter:url(#leadership-circuit-glow)}.leadership-circuit__energy{stroke:url(#leadership-circuit-gradient);stroke-width:1.45px;opacity:.88}.leadership-circuit__node{fill:var(--color-night);stroke:var(--color-cyan);stroke-width:1.2px;opacity:.7;transform-box:fill-box;transform-origin:50%;vector-effect:non-scaling-stroke}.leadership-circuit__node.is-active{fill:var(--color-green-light);stroke:var(--color-green-light);opacity:1;filter:drop-shadow(0 0 .4rem #8dc63fd1)}.leadership-circuit__pulse{fill:var(--color-white);opacity:0;filter:drop-shadow(0 0 .46rem #00aeeffa);transform-box:fill-box;transform-origin:50%}.leadership__navigation{z-index:5;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.35rem;display:flex;position:relative}.leadership__nav{aspect-ratio:1;width:2.85rem;color:var(--color-cyan);transition:border-color .25s var(--ease-out), color .25s var(--ease-out), transform .25s var(--ease-out);background:#030d18d1;border:1px solid #00aeef59;border-radius:50%;place-items:center;display:grid}.leadership__nav svg,.leadership-profile__link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;width:1.3rem}.leadership__nav svg.is-reversed{transform:rotate(180deg)}.leadership__nav:hover,.leadership__nav:focus-visible{border-color:var(--color-green-light);color:var(--color-green-light);transform:translate(.12rem)}.leadership__nav--previous:hover,.leadership__nav--previous:focus-visible{transform:translate(-.12rem)}.leadership__nav.swiper-button-disabled{opacity:.28;pointer-events:none}.leadership__position{color:#b5cadb75;letter-spacing:.08em;justify-content:center;align-items:center;gap:.45rem;min-width:4.2rem;font-size:.57rem;font-weight:650;display:flex}.leadership__position span:first-child{color:var(--color-white)}.leadership__position i{background:linear-gradient(90deg, var(--color-cyan), var(--color-green-light));width:.9rem;height:1px}.leadership-profile{width:100vw;max-width:none;height:100dvh;max-height:none;color:var(--color-white);background:0 0;border:0;padding:clamp(1rem,4vw,4rem);overflow:hidden}.leadership-profile::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00040adb}.leadership-profile__backdrop{z-index:0;position:fixed;inset:0}.leadership-profile__panel{z-index:1;background:radial-gradient(circle at 22%,#00aeef1f,#0000 34%),radial-gradient(circle at 92% 82%,#00a65114,#0000 27%),linear-gradient(145deg,#071828fc,#020911fc);border:1px solid #00aeef47;border-radius:1.25rem;grid-template-columns:minmax(20rem,.9fr) minmax(24rem,1.1fr);align-items:center;gap:clamp(2rem,5vw,6rem);width:min(82rem,92vw);min-height:min(46rem,100dvh - 8rem);margin:auto;padding:clamp(2rem,4vw,4.6rem);display:grid;position:relative;overflow:hidden;box-shadow:0 3rem 9rem #0000009e}.leadership-profile__panel:before{content:"";pointer-events:none;background-image:linear-gradient(#478ec206 1px,#0000 1px),linear-gradient(90deg,#478ec206 1px,#0000 1px);background-size:5rem 5rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 30%,#000,#0000 68%);mask-image:radial-gradient(circle at 30%,#000,#0000 68%)}.leadership-profile__close{z-index:8;aspect-ratio:1;width:3rem;transition:border-color .25s var(--ease-out), transform .25s var(--ease-out);background:#020a13b8;border:1px solid #00aeef61;border-radius:50%;position:absolute;top:clamp(1.25rem,2.5vw,2rem);right:clamp(1.25rem,2.5vw,2rem)}.leadership-profile__close span{background:var(--color-cyan);width:1rem;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.leadership-profile__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.leadership-profile__close:hover,.leadership-profile__close:focus-visible{border-color:var(--color-green-light);transform:rotate(7deg)}.leadership-profile__media{z-index:2;aspect-ratio:1;justify-self:center;width:min(32vw,27rem);position:relative}.leadership-profile__media .leader-card__visual{width:100%;height:100%}.leadership-profile__content{z-index:2;max-width:34rem;position:relative}.leadership-profile__eyebrow,.leadership-profile__sequence{color:var(--color-green-light);letter-spacing:.13em;text-transform:uppercase;font-size:.59rem;font-weight:700}.leadership-profile__sequence{color:#9db5ca6b;margin-top:1rem}.leadership-profile h3{max-width:10em;color:var(--color-white);letter-spacing:-.055em;margin-top:1.3rem;font-size:clamp(2.6rem,4.4vw,5.5rem);font-weight:620;line-height:.96}.leadership-profile__position{max-width:27rem;color:var(--color-cyan);margin-top:1.2rem;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:600;line-height:1.45}.leadership-profile__summary{color:#bed0dea8;max-width:31rem;margin-top:1.7rem;font-size:.9rem;line-height:1.75}.leadership-profile__link{color:var(--color-green-light);align-items:center;gap:.75rem;margin-top:2rem;font-size:.68rem;font-weight:650;display:inline-flex}.leadership-profile__link svg{width:1.6rem;transition:transform .28s var(--ease-out)}.leadership-profile__link:hover svg,.leadership-profile__link:focus-visible svg{transform:translate(.28rem)}.leadership.has-open-profile>:not(.leadership-profile){pointer-events:none}.is-profile-open{overflow:hidden}.site-footer{isolation:isolate;min-height:max(54rem,100svh);color:var(--color-white);background:radial-gradient(circle at 8% 67%,#005daa29,#0000 29%),radial-gradient(circle at 76% 70%,#00aeef17,#0000 31%),radial-gradient(circle at 96% 82%,#8dc63f0e,#0000 24%),linear-gradient(#030a13 0%,#020812 45%,#01050a 100%);border-top:1px solid #4197d31c;padding-top:clamp(7rem,11vh,10rem);position:relative;overflow:clip}.site-footer:before{z-index:-2;content:"";background-image:linear-gradient(#458bbe06 1px,#0000 1px),linear-gradient(90deg,#458bbe06 1px,#0000 1px);background-size:6.5rem 6.5rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 22% 78%,#0000);mask-image:linear-gradient(#0000,#000 22% 78%,#0000)}.site-footer:after{z-index:-1;aspect-ratio:1;content:"";border:1px solid #00aeef0e;border-radius:50%;width:44rem;position:absolute;bottom:-15rem;right:-12rem;box-shadow:0 0 0 5rem #00aeef05,0 0 0 10rem #8dc63f03}.site-footer__atmosphere,.site-footer__atmosphere span{pointer-events:none;position:absolute}.site-footer__atmosphere{z-index:-1;inset:0;overflow:hidden}.site-footer__atmosphere span{aspect-ratio:1;filter:blur(6rem);background:#00aeef0e;border-radius:50%;width:30rem}.site-footer__atmosphere span:first-child{top:3%;left:24%}.site-footer__atmosphere span:last-child{background:#00a6510a;width:23rem;bottom:13%;right:5%}.site-footer__inner{z-index:3;position:relative}.site-footer__content{grid-template-columns:minmax(24rem,1.45fr) minmax(13rem,.75fr) minmax(8rem,.45fr) minmax(13rem,.65fr);align-items:start;gap:clamp(2rem,4vw,5rem);display:grid}.site-footer__cta-block h2{letter-spacing:-.057em;max-width:10em;margin-top:clamp(1.2rem,2.3vh,1.9rem);font-size:clamp(3rem,4.4vw,5.8rem);font-weight:610;line-height:.93}.site-footer__cta-block h2 a{color:var(--color-white);display:inline-block;position:relative}.site-footer__index{color:#9db5ca61;letter-spacing:.14em;margin-bottom:1.35rem;font-size:.58rem;font-weight:650}.site-footer__eyebrow{color:#c8dceaad}.site-footer__eyebrow span{background:var(--color-green-light);box-shadow:0 0 .8rem #8dc63f6b}.site-footer__title-line{padding-right:.08em;display:block;overflow:hidden}.site-footer__title-line>span{will-change:transform;display:block}.site-footer__title-line--energy>span{background:var(--gradient-energy-text);color:#0000;-webkit-background-clip:text;background-clip:text}.site-footer__cta-arrow{aspect-ratio:1;width:2.7rem;transition:border-color .3s var(--ease-out), box-shadow .3s var(--ease-out), transform .42s var(--ease-out);background:#020f1b8a;border:1px solid #00aeef42;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:.17em;right:-3.8rem;box-shadow:inset 0 0 1.25rem #00aeef0b}.site-footer__cta-arrow svg,.site-footer__address a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:1.35rem}.site-footer__cta-block h2 a:hover .site-footer__cta-arrow,.site-footer__cta-block h2 a:focus-visible .site-footer__cta-arrow{border-color:#8dc63f9e;transform:translate(.45rem);box-shadow:0 0 1.5rem #00aeef29}.site-footer__label{color:#91adc385;letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.56rem;font-style:normal;font-weight:700}.site-footer__address{color:#b5cadaa3;flex-direction:column;font-size:clamp(.72rem,.76vw,.83rem);font-style:normal;line-height:1.72;display:flex}.site-footer__address strong{color:#eff7fce6;margin-bottom:.35rem;font-weight:600}.site-footer__address a{width:fit-content;color:var(--color-cyan);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.6rem;margin-top:1.2rem;font-size:.61rem;font-weight:650;display:inline-flex}.site-footer__address a svg{width:1.15rem;transition:transform .28s var(--ease-out)}.site-footer__address a:hover svg,.site-footer__address a:focus-visible svg{transform:translate(.25rem)}.site-footer__social ul{gap:.65rem;display:flex}.site-footer__social-link{aspect-ratio:1;color:#e2eff7c7;width:2.7rem;transition:color .24s var(--ease-out), border-color .28s var(--ease-out), transform .34s var(--ease-out);border:1px solid #5ea2d33b;border-radius:50%;place-items:center;display:grid;position:relative;overflow:hidden}.site-footer__social-link svg{z-index:2;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;width:1rem;position:relative}.site-footer__social-pulse{border:1px solid var(--color-cyan);opacity:0;transition:opacity .26s var(--ease-out), transform .42s var(--ease-out);border-radius:50%;position:absolute;inset:.2rem;transform:scale(.4)}.site-footer__social-link:hover,.site-footer__social-link:focus-visible{color:var(--color-white);border-color:#00aeefa3;transform:translateY(-.15rem)}.site-footer__social-link:hover .site-footer__social-pulse,.site-footer__social-link:focus-visible .site-footer__social-pulse{opacity:.58;transform:scale(1)}.site-footer__brands{flex-direction:column;gap:1.7rem;min-width:0;display:flex}.site-footer__parent-brand a{color:#f0f7fce6;letter-spacing:.11em;align-items:center;gap:.62rem;width:fit-content;font-size:.62rem;font-weight:750;line-height:1.05;display:flex}.site-footer__parent-brand img{object-fit:contain;width:1.45rem;height:2.05rem}.site-footer__genco-brand{background:#01070d75;border:1px solid #00aeef1f;border-radius:.55rem;width:min(9.5rem,100%);padding:.35rem .6rem;display:block}.site-footer__genco-brand img{width:100%;height:auto}.site-footer a:focus-visible{outline:2px solid var(--color-cyan);outline-offset:.3rem}.footer-landscape{z-index:3;width:100%;margin-top:clamp(1.8rem,3.6vh,3.4rem);position:relative}.footer-landscape:before{z-index:-1;content:"";filter:blur(3.5rem);background:#0066b714;border-radius:50%;height:8rem;position:absolute;bottom:10%;left:3%;right:3%}.footer-landscape__svg{width:100%;height:auto;max-height:27rem;display:block;overflow:visible}.footer-landscape [data-footer-drawable],.footer-landscape__network-track,.footer-landscape__network-node,.footer-landscape__intake{fill:none;stroke:#69aedd57;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.15px;vector-effect:non-scaling-stroke}.footer-landscape__terrain [data-footer-drawable]{stroke:#5d9bc929}.footer-landscape__hydro [data-footer-drawable],.footer-landscape__water{stroke:#00aeef8f}.footer-landscape__solar [data-footer-drawable]{stroke:#00c8ff7a}.footer-landscape__wind [data-footer-drawable]{stroke:#70cd798c}.footer-landscape__transmission [data-footer-drawable]{stroke:#5bafe17a}.footer-landscape__city [data-footer-drawable]{stroke:#8dc63f7a}.footer-landscape__branch{stroke:url(#footer-energy-gradient)!important}.footer-landscape__handoff-track{fill:none;stroke:#3c89be21;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;vector-effect:non-scaling-stroke}.footer-landscape__handoff-glow{opacity:.08;filter:url(#footer-energy-glow);stroke:url(#footer-energy-gradient)!important;stroke-width:8px!important}.footer-landscape__handoff-energy{stroke:url(#footer-energy-gradient)!important;stroke-width:1.55px!important}.footer-landscape__network-track{stroke:#3c89be33;stroke-width:1px}.footer-landscape__network-glow{opacity:.1;filter:url(#footer-energy-glow);stroke:url(#footer-energy-gradient)!important;stroke-width:9px!important}.footer-landscape__network-energy{stroke:url(#footer-energy-gradient)!important;stroke-width:1.8px!important}.footer-landscape__intake,.footer-landscape__network-node{fill:#04101d;stroke:var(--color-cyan);stroke-width:1.3px}.footer-landscape__network-node:last-child{stroke:var(--color-green-light)}.footer-landscape__water{stroke:url(#footer-water-gradient)!important}.footer-landscape__solar-sweep{fill:none;stroke:#fffc;stroke-linecap:round;stroke-width:2px;filter:url(#footer-energy-glow);vector-effect:non-scaling-stroke}.footer-landscape__blades{transform-box:fill-box;transform-origin:50%;will-change:transform}.footer-landscape__windows rect{fill:var(--color-green-light);filter:drop-shadow(0 0 .25rem #8dc63f80)}.footer-landscape__particles circle{fill:var(--color-white);transform-box:fill-box;transform-origin:50%}.footer-landscape__particles [data-footer-particle=solar],.footer-landscape__particles [data-footer-particle=wind],.footer-landscape__final-pulse{fill:var(--color-green-light)}.footer-landscape__caption{color:#91adc359;letter-spacing:.14em;text-transform:uppercase;font-size:.52rem;font-weight:650;position:absolute;bottom:1.35rem;right:0}.site-footer__legal{color:#91adc366;letter-spacing:.055em;border-top:1px solid #5b9fd121;justify-content:space-between;align-items:center;gap:2rem;padding:1.45rem 0 1.75rem;font-size:.57rem;display:flex}.site-footer__legal nav{gap:1.6rem;display:flex}.site-footer__legal a{color:#c0d3e1a1;transition:color .22s}.site-footer__legal a:hover,.site-footer__legal a:focus-visible{color:var(--color-white)}.journey-placeholder{isolation:isolate;background:radial-gradient(circle at 82% 42%,#0074cc13,#0000 27%),linear-gradient(155deg,#030a14 0%,#06111e 52%,#020812 100%);border-bottom:1px solid #6fb4e312;min-height:max(45rem,88svh);position:relative;overflow:clip}.journey-placeholder:nth-child(2n){background:radial-gradient(circle at 18% 45%,#00a6510d,#0000 25%),linear-gradient(205deg,#020812 0%,#071422 54%,#020810 100%)}.journey-placeholder:before{z-index:-1;content:"";background-image:linear-gradient(#478ec206 1px,#0000 1px),linear-gradient(90deg,#478ec206 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.journey-placeholder__inner{min-height:inherit;align-items:center;display:flex;position:relative}.journey-placeholder__content{z-index:4;width:min(38rem,45vw);position:relative}.journey-placeholder--right .journey-placeholder__content{margin-left:auto}.journey-placeholder__index{color:#9db5ca6b;letter-spacing:.14em;margin-bottom:clamp(1.5rem,3vh,2.2rem);font-size:.61rem;font-weight:650}.journey-placeholder__content .eyebrow{margin-bottom:1.15rem}.journey-placeholder__content h2{max-width:11em;color:var(--color-white);letter-spacing:-.055em;font-size:clamp(2.8rem,5vw,6.5rem);font-weight:620;line-height:.94}.journey-placeholder__status{color:#b4c9da7a;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.65rem;margin-top:2rem;font-size:.68rem;font-weight:600;display:inline-flex}.journey-placeholder__status:before{background:var(--color-green-light);content:"";border-radius:50%;width:.38rem;height:.38rem;box-shadow:0 0 .75rem #8dc63fa6}.journey-placeholder__field{z-index:1;aspect-ratio:1;width:min(38vw,36rem);position:absolute;top:50%;right:4%;transform:translateY(-50%)}.journey-placeholder--right .journey-placeholder__field{left:4%;right:auto}.journey-placeholder__field span{border:1px solid #00aeef1a;border-radius:50%;position:absolute;inset:0}.journey-placeholder__field span:nth-child(2){border-color:#00aeef12;inset:13%}.journey-placeholder__field span:nth-child(3){border-color:#8dc63f14;inset:29%}.journey-placeholder--footer{background:radial-gradient(circle at 28% 68%,#00aeef14,#0000 28%),radial-gradient(circle at 78% 36%,#8dc63f0e,#0000 23%),#02070d;border-bottom:0;min-height:max(35rem,68svh)}.journey-placeholder--footer .journey-placeholder__content h2{font-size:clamp(3rem,5.6vw,7rem)}@media (prefers-reduced-motion:reduce){.scroll-cue__rail span,.hero__flare,.hero__atmosphere,.hero__ambient-points i,.gradient-text{animation:none}.energy-journey__particle,.energy-journey__pulse,.business-circuit__particle,.business-circuit__pulse,.impact-circuit__particle,.impact-circuit__pulse,.impact-globe__orbit-particle,.energy-line--sustainability .energy-line__particle,.sustainability-circuit__particle,.sustainability-circuit__pulse,.sustainability-leaf,.stories-timeline__pulse,.leadership-circuit__pulse,.leader-card__orbit-particle,.footer-landscape__particles,.footer-landscape__solar-sweep{display:none}.impact-globe__sphere,.impact-globe__orbits,.energy-line--sustainability .energy-line__ring,.sustainability__image-mask img,.story-card__media img,.leader-card__visual,.leader-card__orbits,.leader-card__portrait-mask img,.footer-landscape__blades,.footer-landscape__water{transform:none!important}.leadership-profile::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}}@media (width<=79.999rem){:root{--shell:min(93vw, 76rem);--font-size-display:clamp(3.3rem, 5.7vw, 5.5rem)}.site-header__inner{grid-template-columns:minmax(8rem,.7fr) auto minmax(5rem,.4fr)}.site-nav__list{gap:.95rem}.site-nav__link{font-size:.63rem}.hero__inner{grid-template-columns:minmax(18rem,.72fr) minmax(31rem,1.28fr)}.hero__visual{width:min(54vw,46rem)}.stories__inner{grid-template-columns:minmax(15.5rem,.48fr) minmax(0,1.52fr);column-gap:2rem}.stories__slider .story-card{width:clamp(16.5rem,21vw,19rem)}.stories__slider .story-card--featured{width:clamp(23rem,31vw,28rem)}.leadership__slider .leader-card{width:calc(25% - .9375rem);min-width:13.5rem}.leader-card__visual-slot{width:min(100%,15.5rem)}}@media (width>=64rem){.menu-button{display:none}}@media (width<=63.999rem){:root{--shell:min(90vw, 58rem)}.site-header__inner{grid-template-columns:1fr auto}.site-nav{display:none}.hero{min-height:max(48rem,100svh);padding-top:calc(var(--header-height) + 3rem)}.hero__inner{grid-template-columns:minmax(16rem,.75fr) minmax(27rem,1.25fr);gap:0}.hero__visual{width:min(58vw,37rem)}.hero__connector{opacity:.48;width:64vw}.hero__visual-label{display:none}.journey-placeholder{min-height:max(40rem,80svh)}.journey-placeholder__content{width:min(34rem,52vw)}.journey-placeholder__content h2{font-size:clamp(2.65rem,5.8vw,4.8rem)}.business{min-height:max(48rem,94svh)}.business__network{min-height:24rem}.business__grid{gap:.7rem}.business-card__copy{padding-inline:0}.impact{min-height:max(54rem,96svh)}.impact__heading{width:min(39rem,50vw)}.impact-globe{width:min(51vw,38rem);top:-2rem;right:-7%}.impact-globe__network path:nth-of-type(n+2),.impact-globe__network circle:nth-of-type(n+5),.impact-globe__label{display:none}.impact__network{margin-top:clamp(7.5rem,13vh,10rem)}.impact__metrics{gap:.75rem}.impact-metric__control{grid-template-rows:3.8rem auto auto 1fr;min-height:15rem}.impact-metric__value{font-size:clamp(1.75rem,3.4vw,2.8rem)}.sustainability{min-height:max(54rem,96svh)}.sustainability__stage{grid-template-columns:minmax(17rem,.68fr) minmax(28rem,1.32fr);gap:.5rem;min-height:34rem}.sustainability__content h2{font-size:clamp(2.7rem,5vw,4.7rem)}.sustainability__visual{width:min(55vw,39rem)}.sustainability__pillars{gap:1.1rem}.sustainability-pillar__control{gap:.7rem}.sustainability-pillar__icon{width:3.55rem}.stories{min-height:max(52rem,94svh)}.stories__inner{grid-template-columns:minmax(14.5rem,.46fr) minmax(0,1.54fr);column-gap:1.5rem;min-height:40rem}.stories__intro h2{font-size:clamp(2.6rem,4.7vw,4.4rem)}.stories__slider .story-card{width:clamp(15rem,24vw,17rem);height:31.5rem}.stories__slider .story-card--featured{width:clamp(21.5rem,37vw,25rem)}.story-card h3{font-size:1.08rem}.story-card--featured h3{font-size:clamp(1.6rem,2.7vw,2.15rem)}.leadership{min-height:max(52rem,96svh)}.leadership__intro{width:min(38rem,62vw);margin-bottom:2.7rem}.leadership__slider .leader-card{width:clamp(15rem,29vw,17.5rem)}.leader-card__visual-slot{width:min(100%,15rem)}.leadership-profile__panel{grid-template-columns:minmax(17rem,.88fr) minmax(20rem,1.12fr);gap:2.2rem;width:min(58rem,92vw);min-height:min(42rem,100dvh - 4rem)}.leadership-profile__media{width:min(34vw,22rem)}}@media (width<=64rem){.impact-globe__network path:nth-of-type(n+2),.impact-globe__network circle:nth-of-type(n+5),.impact-globe__label,.energy-line--sustainability .energy-line__ring--3,.sustainability-leaf:nth-child(n+5),.sustainability__visual-label{display:none}}@media (width<=48rem){:root{--shell:min(88vw, 36rem);--header-height:5.3rem;--font-size-display:clamp(3.05rem, 14.3vw, 5.05rem)}.icon-button{display:none}.site-header__brand{width:7.3rem;min-height:2.85rem}.hero{min-height:100svh;padding-top:calc(var(--header-height) + 2.6rem);padding-bottom:6.3rem}.hero:before{opacity:.62;background-size:4rem 4rem}.hero__atmosphere{width:125vw;top:15%;right:-35%}.hero__inner{grid-template-columns:1fr;align-content:start;gap:2.2rem}.hero__content{padding-left:0}.hero__eyebrow{margin-bottom:1rem}.hero__title{line-height:.92}.hero__summary{margin-top:1.2rem;font-size:.92rem;line-height:1.48}.button{min-height:3.2rem;margin-top:1.5rem}.button__icon{width:2.55rem;height:2.55rem}.hero__visual{justify-self:center;width:min(106vw,32rem);margin-inline:-9vw}.hero__image-mask{inset:13%}.energy-line__path{stroke-width:1.55px}.energy-line__glow{stroke-width:4.5px}.energy-line__nodes circle:nth-child(n+2){display:none}.hero__connector{opacity:.28;width:96vw;height:8.5rem;top:5.8rem;left:-28%}.hero__flare--two{display:none}.scroll-cue{bottom:1.3rem;right:1rem}.scroll-cue__label{display:none}.preloader__inner{min-height:78svh}.preloader__brand{margin-bottom:0}.preloader__brand:before{inset:-.85rem -1.1rem}.preloader__energy{width:128%;bottom:-2%;left:-45%;right:-5%}.preloader__status{bottom:5%;right:2%}.preloader__status>span:first-child{display:none}.energy-journey__glow{stroke-width:5px;opacity:.08}.energy-journey__progress{stroke-width:1.35px}.energy-journey__particle--trail,.energy-journey__particle--secondary{display:none}.business{min-height:0;padding:7.5rem 0 6.5rem}.business__atmosphere{opacity:.6;width:94vw;top:18%;right:-36%}.business__heading{width:min(84vw,34rem)}.business__heading h2{font-size:clamp(2.55rem,10.8vw,4.15rem)}.business__network{min-height:0;margin-top:3.2rem}.business__grid{grid-template-columns:1fr;gap:2.4rem}.business-card__control{text-align:left;grid-template-columns:minmax(0,1fr) minmax(8.5rem,42%);align-items:center;gap:1.1rem;min-height:12.5rem;display:grid}.business-card__visual{grid-area:1/2;justify-self:end;width:min(43vw,11.5rem);min-width:8.5rem;margin-right:2.4rem}.business-card__copy{grid-area:1/1;align-items:flex-start;min-height:0;padding:0}.business-card__number{margin-bottom:.6rem}.business-card__title{font-size:clamp(1.25rem,5vw,1.65rem)}.business-card__description{max-width:13.5rem;margin-top:.55rem;font-size:.72rem}.business-card__icon{width:3.35rem;bottom:7%;left:-.1rem;right:auto}.business-card__status{margin-top:.62rem}.business-circuit__glow{stroke-width:6px;opacity:.07}.business-circuit__energy{stroke-width:1.3px}.business-circuit__particle--two{display:none}.journey-placeholder,.journey-placeholder--footer{min-height:max(38rem,74svh)}.journey-placeholder__inner{align-items:center}.journey-placeholder__content,.journey-placeholder--right .journey-placeholder__content{width:min(78vw,27rem);margin-left:0}.journey-placeholder--right .journey-placeholder__content{margin-left:14vw}.journey-placeholder__index{margin-bottom:1.2rem}.journey-placeholder__content h2,.journey-placeholder--footer .journey-placeholder__content h2{font-size:clamp(2.45rem,10.8vw,3.75rem)}.journey-placeholder__status{max-width:18rem;margin-top:1.5rem;line-height:1.5}.journey-placeholder__field{opacity:.72;width:78vw;right:-38%}.journey-placeholder--right .journey-placeholder__field{left:-38%}.impact{min-height:0;padding:7.4rem 0 6.8rem}.impact:before{background-size:4rem 4rem;-webkit-mask-image:radial-gradient(circle at 64% 38%,#000,#0000 76%);mask-image:radial-gradient(circle at 64% 38%,#000,#0000 76%)}.impact__atmosphere{opacity:.62;width:96vw;top:14%;right:-35%}.impact__heading{width:min(88vw,36rem);padding-top:0}.impact__heading h2{max-width:8em;font-size:clamp(2.6rem,11vw,4.25rem)}.impact-globe{opacity:.82;width:min(94vw,34rem);margin:-2.5rem auto -3.5rem;position:relative;top:auto;right:auto}.impact-globe__network,.impact-globe__label,.impact-globe__orbit-particle,.impact-globe__orbits ellipse:nth-child(2){display:none}.impact__network{min-height:0;margin-top:0}.impact__metrics{grid-template-columns:1fr;gap:1.4rem}.impact-metric__control{grid-template-rows:auto auto auto;grid-template-columns:5.2rem minmax(0,1fr);align-content:center;column-gap:1.15rem;min-height:9rem}.impact-metric__icon{grid-area:1/1/4;align-self:center;width:4.25rem}.impact-metric__index{grid-area:1/2;margin-top:0}.impact-metric__value{grid-area:2/2;margin-top:.18rem;font-size:clamp(2.35rem,10vw,3.15rem)}.impact-metric__label{grid-area:3/2;max-width:18rem;margin-top:.45rem;font-size:.74rem}.impact-circuit__glow{stroke-width:5.5px;opacity:.09}.impact-circuit__energy{stroke-width:1.35px}.impact-circuit__particle--secondary{display:none}.sustainability{min-height:0;padding:6.8rem 0 6.7rem}.sustainability:before{background-size:4rem 4rem;-webkit-mask-image:radial-gradient(circle at 50% 28%,#000,#0000 74%);mask-image:radial-gradient(circle at 50% 28%,#000,#0000 74%)}.sustainability__atmosphere{opacity:.58;width:112vw;top:5%;right:-39%}.sustainability__stage{grid-template-columns:1fr;gap:0;min-height:0}.sustainability__visual{grid-area:1/1;justify-self:center;width:min(105vw,36rem);margin:-2rem -8.5vw -3rem}.sustainability__content{grid-area:2/1;width:min(88vw,35rem)}.sustainability__content h2{font-size:clamp(2.65rem,11vw,4.2rem)}.sustainability__summary{max-width:28rem;font-size:.82rem}.sustainability__transition{letter-spacing:.09em;gap:.45rem;font-size:.47rem}.sustainability__transition i{width:.8rem}.sustainability__image-mask{inset:14%}.sustainability-leaf:nth-child(n+3){display:none}.sustainability__pillar-network{min-height:0;margin-top:4.3rem}.sustainability__pillars{grid-template-columns:1fr;gap:1.5rem}.sustainability-pillar__control{grid-template-columns:4.7rem minmax(0,1fr);align-items:center;gap:1rem;min-height:9rem}.sustainability-pillar__icon{width:4.05rem}.sustainability-pillar__copy strong{font-size:1.05rem}.sustainability-pillar__copy>span:last-child{max-width:18rem;font-size:.74rem}.sustainability-circuit__glow{stroke-width:5.5px;opacity:.09}.sustainability-circuit__energy{stroke-width:1.3px}.stories{min-height:0;padding:6.8rem 0 6.4rem}.stories:before{background-size:4rem 4rem;-webkit-mask-image:radial-gradient(circle at 52% 42%,#000,#0000 78%);mask-image:radial-gradient(circle at 52% 42%,#000,#0000 78%)}.stories__atmosphere span:first-child{width:125vw;top:18%;right:-58%}.stories__atmosphere span:last-child{display:none}.stories__inner{min-height:0;display:block}.stories__intro{width:min(88vw,35rem);padding-bottom:2.8rem}.stories__intro h2{max-width:8.2em;font-size:clamp(2.65rem,11vw,4.2rem)}.stories__all{margin-top:1.35rem}.stories__gallery{width:100vw;margin-left:calc((100vw - var(--shell)) / -2)}.stories__slider{padding:.8rem calc((100vw - var(--shell)) / 2) 1.2rem}.stories__slider .story-card,.stories__slider .story-card--featured{width:min(78vw,21.5rem);height:31rem}.stories__slider .story-card--featured{width:min(82vw,23rem)}.story-card h3{font-size:1.15rem}.story-card--featured h3{font-size:clamp(1.72rem,7.2vw,2.15rem)}.stories__navigation{width:var(--shell);margin:.5rem auto 0}.stories-timeline{width:100%;height:4rem;margin-top:2rem}.stories-timeline__label{font-size:.46rem}.leadership{min-height:0;padding:6.8rem 0 6.4rem}.leadership:before{background-size:4rem 4rem;-webkit-mask-image:radial-gradient(circle at 50% 42%,#000,#0000 78%);mask-image:radial-gradient(circle at 50% 42%,#000,#0000 78%)}.leadership__atmosphere span:first-child{width:116vw;top:10%;left:-54%}.leadership__atmosphere span:last-child{display:none}.leadership__inner{min-height:0}.leadership__intro{width:min(88vw,35rem);margin-bottom:2.5rem}.leadership__intro h2{max-width:8.2em;font-size:clamp(2.65rem,11vw,4.2rem)}.leadership__network{width:100vw;margin-left:calc((100vw - var(--shell)) / -2)}.leadership__slider{padding:.8rem calc((100vw - var(--shell)) / 2) 1.2rem}.leadership__slider .leader-card{width:min(72vw,20rem);min-width:0}.leader-card__visual-slot{width:min(100%,17rem)}.leader-card__copy{min-height:7.2rem}.leader-card__orbit-rings path:nth-child(3),.leader-card__orbit-particle--secondary{display:none}.leadership-circuit__glow{stroke-width:5.5px;opacity:.08}.leadership-circuit__energy{stroke-width:1.3px}.leadership__navigation{width:var(--shell);margin:.5rem auto 0}.leadership-profile{padding:.75rem;overflow-y:auto}.leadership-profile__panel{grid-template-columns:1fr;align-content:center;gap:1rem;width:100%;min-height:calc(100dvh - 1.5rem);padding:4.5rem 1.4rem 2.25rem}.leadership-profile__media{width:min(69vw,18rem)}.leadership-profile__content{text-align:left;max-width:28rem}.leadership-profile h3{font-size:clamp(2.25rem,10vw,3.5rem)}.leadership-profile__summary{margin-top:1rem;font-size:.8rem}.leadership-profile__link{margin-top:1.25rem}}@media (width<=29.999rem){:root{--shell:88vw;--font-size-display:clamp(2.85rem, 14vw, 4rem)}.hero{padding-top:calc(var(--header-height) + 2rem)}.hero__visual{width:108vw}.business{padding-top:6.7rem}.business__grid{gap:1.8rem}.business-card__control{grid-template-columns:minmax(0,1fr) minmax(8rem,44%);gap:.65rem;min-height:11.25rem}.business-card__visual{min-width:8rem;margin-right:2.1rem}.business-card__description{max-width:11rem;font-size:.68rem}.impact{padding-top:6.7rem}.impact-globe{width:102vw;margin-inline:-7vw}.impact-metric__control{grid-template-columns:4.65rem minmax(0,1fr);column-gap:.85rem}.impact-metric__icon{width:3.85rem}.sustainability{padding-top:6rem}.sustainability__visual{width:109vw;margin-inline:-10.5vw}.sustainability-pillar__control{grid-template-columns:4.3rem minmax(0,1fr);gap:.8rem}.sustainability-pillar__icon{width:3.75rem}.stories{padding-top:6rem}.stories__slider .story-card,.stories__slider .story-card--featured{width:80vw;height:29.5rem}.stories__slider .story-card--featured{width:84vw}.story-card__content{padding-inline:1.2rem}.leadership{padding-top:6rem}.leadership__slider .leader-card{width:78vw}.leader-card__visual-slot{width:min(100%,15.5rem)}.leadership-profile__panel{padding-inline:1.1rem}.leadership-profile__media{width:min(72vw,16rem)}.mobile-nav__list a{font-size:1.42rem}}@media (width<=79.999rem){.site-footer__content{grid-template-columns:minmax(22rem,1.25fr) minmax(13rem,.75fr) minmax(8rem,.48fr) minmax(11rem,.62fr);gap:2.2rem}.site-footer__cta-block h2{font-size:clamp(3rem,4.5vw,4.7rem)}}@media (width<=64rem){.site-footer{min-height:max(54rem,92svh);padding-top:7rem}.site-footer__content{grid-template-columns:minmax(19rem,1.2fr) minmax(14rem,.8fr);gap:3rem 4rem}.site-footer__cta-block h2{max-width:9.4em;font-size:clamp(3.2rem,6.5vw,5rem)}.site-footer__social,.site-footer__brands{align-self:end}.site-footer__brands{grid-template-columns:minmax(8rem,1fr) minmax(8rem,.8fr);align-items:end;gap:2rem;display:grid}.footer-landscape{margin-top:1.25rem}.footer-landscape__transmission>path:nth-child(2),.footer-landscape__transmission>path:nth-child(3),.footer-landscape__city [data-footer-window]:nth-child(3n),.footer-landscape__caption{display:none}}@media (width<=48rem){.site-footer{min-height:0;padding-top:6.5rem}.site-footer:before{background-size:4rem 4rem}.site-footer:after{bottom:-18rem;right:-24rem}.site-footer__content{grid-template-columns:minmax(0,1fr) minmax(8rem,.65fr);gap:2.8rem 1.5rem}.site-footer__cta-block{grid-column:1/-1}.site-footer__cta-block h2{max-width:8.7em;font-size:clamp(2.8rem,11.5vw,4.3rem)}.site-footer__cta-arrow{width:2.35rem;right:-3rem}.site-footer__social{align-self:start}.site-footer__brands{align-self:start;gap:1.45rem;display:flex}.footer-landscape{width:calc(100% + 7vw);margin:2.5rem -3.5vw 0}.footer-landscape__svg{min-height:15rem}.footer-landscape__terrain>path:nth-child(2),.footer-landscape__wind>path:nth-child(2),.footer-landscape__wind>circle:nth-of-type(2),.footer-landscape__wind [data-footer-turbine-blades]:nth-of-type(2),.footer-landscape__transmission>path:nth-child(2),.footer-landscape__transmission>path:nth-child(3),.footer-landscape__city [data-footer-window]:nth-child(n+10){display:none}.footer-landscape__network-glow{opacity:.075;stroke-width:6px!important}.footer-landscape__network-energy{stroke-width:1.45px!important}.site-footer__legal{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.2rem;line-height:1.55}}@media (width<=29.999rem){.site-footer{padding-top:5.8rem}.site-footer__content{grid-template-columns:1fr;gap:2.35rem}.site-footer__cta-block,.site-footer__address,.site-footer__social,.site-footer__brands{grid-column:1}.site-footer__cta-block h2{max-width:7.8em;font-size:clamp(2.65rem,13.3vw,3.8rem)}.site-footer__cta-arrow{margin-top:1.2rem;position:relative;bottom:auto;right:auto}.site-footer__brands{grid-template-columns:1fr 1fr;align-items:end;display:grid}.footer-landscape{width:calc(100% + 12vw);margin-inline:-6vw}.footer-landscape__svg{min-height:12rem}.site-footer__legal nav{gap:1.15rem}}@media (width>=120rem){:root{--shell:min(90vw, 118rem)}.hero__visual{width:min(49vw,61rem)}}@media (height<=47rem) and (width>=48rem){.hero{min-height:47rem}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
