.sol{--ink:#0b0d10;--ink-2:#12151b;--mist:#d6dbe6;--fog:#9aa3b5;--line:rgba(214,219,230,0.14);--sol-accent:#e6b35a;--sol-accent-soft:rgba(230,179,90,0.16);--sol-display:var(--font-display),"Syne",sans-serif;--sol-body:var(--font-figtree),"Figtree",sans-serif;--max:1120px;--ease:cubic-bezier(0.22,1,0.36,1);font-family:var(--sol-body);color:var(--mist);background:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100svh;overflow-x:hidden}.sol *,.sol :after,.sol :before{box-sizing:border-box}.sol a{color:inherit;text-decoration:none}.sol img{display:block;max-width:100%}.sol .wrap{width:min(100% - 2.5rem,var(--max));margin-inline:auto}.sol .nav{position:absolute;inset:0 0 auto;z-index:20;padding:1.35rem 0}.sol .nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sol .nav__brand{font-family:var(--sol-display);font-weight:800;font-size:1.05rem;letter-spacing:-.02em}.sol .nav__brand span{color:var(--sol-accent)}.sol .nav__link{font-size:.92rem;font-weight:600;color:var(--mist);opacity:.88;transition:opacity .2s var(--ease)}.sol .nav__link:hover{opacity:1}.sol .hero{position:relative;min-height:100svh;display:grid;align-items:end;overflow:hidden;isolation:isolate}.sol .hero__media{position:absolute;inset:0;z-index:-2;background-color:var(--ink);background-position:50%;background-size:cover;background-repeat:no-repeat;transform:scale(1.06);animation:sol-hero-drift 18s var(--ease) infinite alternate}.sol .hero__grain{position:absolute;inset:0;z-index:-1;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");pointer-events:none}.sol .hero__content{padding:7.5rem 0 4.5rem;max-width:38rem;animation:sol-rise .9s var(--ease) both}.sol .hero__brand{font-family:var(--sol-display);font-weight:800;font-size:clamp(2.8rem,8vw,5.2rem);line-height:.95;letter-spacing:-.04em;color:#fff;margin-bottom:1.15rem}.sol .hero__brand em{font-style:normal;color:var(--sol-accent)}.sol .hero__headline{font-family:var(--sol-display);font-weight:700;font-size:clamp(1.35rem,3.2vw,1.85rem);line-height:1.2;letter-spacing:-.02em;color:#fff;margin-bottom:.85rem}.sol .hero__lead{font-size:1.08rem;color:var(--fog);max-width:32rem;margin-bottom:1.75rem}.sol .cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.sol .btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3rem;padding:.7rem 1.25rem;border-radius:.55rem;font-family:var(--sol-body);font-size:.98rem;font-weight:700;border:1px solid transparent;cursor:pointer;transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.sol .btn:hover{transform:translateY(-2px)}.sol .btn--primary{background:var(--sol-accent);color:#1a1408}.sol .btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}.sol .btn--ghost:hover{border-color:rgba(255,255,255,.55)}.sol section{padding:5.5rem 0}.sol .section-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sol-accent);margin-bottom:.7rem}.sol .section-title{font-family:var(--sol-display);font-weight:800;font-size:clamp(1.85rem,4.2vw,2.75rem);line-height:1.08;letter-spacing:-.03em;color:#fff;max-width:18ch;margin-bottom:.85rem}.sol .section-lead{font-size:1.05rem;color:var(--fog);max-width:38rem}.sol .flow{background:radial-gradient(ellipse 70% 50% at 10% 0,var(--sol-accent-soft),transparent 55%),var(--ink)}.sol .flow,.sol .flow__track{border-top:1px solid var(--line)}.sol .flow__track{display:grid;gap:0;margin-top:2.75rem}.sol .flow__step{display:grid;grid-template-columns:4.5rem 1fr;gap:1.25rem;padding:1.55rem 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.sol .flow__step.is-in{opacity:1;transform:none}.sol .flow__num{font-family:var(--sol-display);font-weight:800;font-size:1.6rem;color:var(--sol-accent);letter-spacing:-.03em}.sol .flow__step h3{font-family:var(--sol-display);font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.3rem;letter-spacing:-.02em}.sol .flow__step p{color:var(--fog);max-width:36rem}.sol .offline{background:var(--ink-2)}.sol .offline__grid{display:grid;gap:2.5rem;margin-top:2.5rem}@media (min-width:860px){.sol .offline__grid{grid-template-columns:1.1fr .9fr;align-items:end}}.sol .offline__visual{position:relative;min-height:22rem;border-radius:1rem;overflow:hidden;isolation:isolate}.sol .offline__visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;inset:0;animation:sol-hero-drift 22s var(--ease) infinite alternate}.sol .offline__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(11,13,16,.15),rgba(11,13,16,.72))}.sol .offline__points{display:grid;gap:1.35rem;margin-top:2rem}.sol .offline__points article h3{font-family:var(--sol-display);font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.35rem;letter-spacing:-.02em}.sol .offline__points article p{color:var(--fog)}.sol .roles,.sol .roles__list{border-top:1px solid var(--line)}.sol .roles__list{display:grid;gap:0;margin-top:2.5rem}@media (min-width:800px){.sol .roles__list{grid-template-columns:repeat(4,1fr)}}.sol .roles__item{padding:1.6rem 1.2rem 1.6rem 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(16px);transition:opacity .65s var(--ease),transform .65s var(--ease)}@media (min-width:800px){.sol .roles__item{padding:1.6rem 1.35rem 1.6rem 0;border-bottom:none;border-right:1px solid var(--line)}.sol .roles__item:last-child{border-right:none;padding-right:0}}.sol .roles__item.is-in{opacity:1;transform:none}.sol .roles__item h3{font-family:var(--sol-display);font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.45rem;letter-spacing:-.02em}.sol .roles__item p{color:var(--fog);font-size:.98rem}.sol .closing{position:relative;overflow:hidden;isolation:isolate;padding:6rem 0;border-top:1px solid var(--line)}.sol .closing__bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse 60% 80% at 80% 50%,var(--sol-accent-soft),transparent 60%),linear-gradient(135deg,#141820,#0b0d10 55%)}.sol .closing .section-title{max-width:16ch}.sol .closing .cta-row{margin-top:1.75rem}.sol .closing__note{margin-top:1.25rem;color:var(--fog);font-size:.95rem}.sol .sol-footer{padding:1.75rem 0 2.5rem;border-top:1px solid var(--line);color:var(--fog);font-size:.9rem}.sol .footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem}.sol .footer__inner a{font-weight:600;color:var(--mist)}@keyframes sol-hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.2%,-.8%,0)}}@keyframes sol-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sol .hero__media,.sol .offline__visual img{animation:none}.sol .flow__step,.sol .hero__content,.sol .roles__item{animation:none;opacity:1;transform:none;transition:none}}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree Fallback;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_7c5662{font-family:Figtree,Figtree Fallback;font-style:normal}.__variable_7c5662{--font-figtree:"Figtree","Figtree Fallback"}