@charset "UTF-8";
:root{--ink:#07111b;--ink-2:#0e1d29;--ink-3:#192b38;--paper:#f4f7f4;--white:#fff;--muted:#a7b7bd;--lime:#c8fa49;--line:rgba(255,255,255,.18)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--ink);color:var(--white);font-family:"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{font:inherit}
img,video{display:block;max-width:100%}
::selection{background:var(--lime);color:var(--ink)}
.wrap{width:min(100% - 84px,1440px);margin-inline:auto}
.skip-link{position:fixed;top:-100px;left:16px;z-index:200;background:var(--lime);color:var(--ink);padding:12px 18px}
.skip-link:focus{top:12px}
:focus-visible{outline:3px solid var(--lime);outline-offset:4px}
.eyebrow{font-weight:800;font-size:.78rem;line-height:1.3;letter-spacing:.18em;text-transform:uppercase}
.section{padding:126px 0}
.site-header{position:absolute;top:0;left:0;right:0;z-index:20;color:var(--white);transition:background .3s,border-color .3s;border-bottom:1px solid rgba(255,255,255,.19)}
.site-header.is-scrolled{position:fixed;background:rgba(7,17,27,.95);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.12)}
.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:13px;line-height:1;flex-shrink:0}
.brand img{display:block;width:158px;height:auto}
.brand-symbol{position:relative;display:flex;align-items:flex-end;gap:3px;width:34px;height:34px;transform:skewX(-10deg)}
.brand-symbol i{display:block;width:13px;height:30px;border:5px solid var(--lime);border-top:0;transform:translateY(-1px)}
.brand-symbol i:first-child{border-right:0}
.brand-symbol i:last-child{border-left:0;transform:translate(-4px,-1px)}
.brand-type{display:flex;flex-direction:column;gap:2px}
.brand-type strong{font-size:1.58rem;font-weight:900;letter-spacing:-.09em}
.brand-type small{font-size:.61rem;font-weight:800;letter-spacing:.18em}
.desktop-nav{display:flex;align-items:center;gap:36px;margin-left:auto}
.desktop-nav a{font-size:.9rem;font-weight:650;color:rgba(255,255,255,.81);transition:color .2s}
.desktop-nav a:hover,.footer-grid a:hover{color:var(--lime)}
.header-actions{display:flex;align-items:center;gap:23px}
.lang-link{font-size:.8rem;letter-spacing:.12em;font-weight:800;border-bottom:1px solid var(--lime);padding:5px 0}
.header-cta{display:flex;align-items:center;gap:28px;border:1px solid rgba(255,255,255,.5);padding:12px 16px 12px 20px;font-size:.86rem;font-weight:750;white-space:nowrap;transition:background .2s,color .2s}
.header-cta:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}
.header-cta span{font-size:1.15rem}
.menu-toggle,.mobile-nav{display:none}

.hero{position:relative;display:flex;align-items:flex-end;min-height:min(890px,100svh);min-height:max(710px,100svh);overflow:hidden;background:#08141e}
.hero-media,.hero-scrim,.hero-grid{position:absolute;inset:0}
.hero-media video{width:100%;height:100%;object-fit:cover;object-position:center 45%;opacity:.76}
.hero-scrim{background:linear-gradient(90deg,rgba(3,10,17,.96) 0%,rgba(4,12,20,.72) 37%,rgba(5,15,23,.18) 80%),linear-gradient(0deg,rgba(4,12,20,.95) 1%,transparent 42%,rgba(4,12,20,.3) 100%)}
.hero-grid{opacity:.18;background:linear-gradient(90deg,transparent calc(25% - .5px),rgba(255,255,255,.25) 25%,transparent calc(25% + .5px)),linear-gradient(90deg,transparent calc(75% - .5px),rgba(255,255,255,.25) 75%,transparent calc(75% + .5px));pointer-events:none}
.hero-content{position:relative;z-index:2;padding-top:145px;padding-bottom:100px}
.hero-kicker{display:flex;align-items:center;gap:12px;margin:0 0 34px;color:#d4e1e5}
.accent-bar{width:31px;height:3px;background:var(--lime)}
.hero h1{font-size:clamp(4.7rem,10vw,10.7rem);line-height:.835;letter-spacing:-.095em;font-weight:900;margin:0 0 47px;text-transform:uppercase;max-width:1200px}
.hero h1 span,.hero h1 em{display:block;font-style:normal}
.hero h1 em{color:var(--lime);font-size:.82em}
.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:60px}
.hero-description{max-width:540px}
.hero-description p{font-size:clamp(1.12rem,1.75vw,1.5rem);line-height:1.45;color:#e0e8ea;max-width:500px;margin:0 0 30px}
.hero-buttons{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:58px;padding:16px 20px;font-weight:800;font-size:.94rem;transition:transform .22s,background .22s,color .22s}
.button:hover{transform:translateY(-3px)}
.button span{font-size:1.24rem;line-height:1}
.button-lime{background:var(--lime);color:var(--ink)}
.button-lime:hover{background:#e1ff9a}
.button-dark{background:var(--ink);color:white}
.button-dark:hover{background:#1a3441}
.text-link{font-size:.92rem;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:6px;white-space:nowrap;display:inline-flex;gap:26px;align-items:center}
.text-link.light{color:#fff}
.text-link:hover{color:#516812}
.text-link.light:hover{color:var(--lime)}
.film-caption{display:flex;align-items:center;gap:15px;margin-bottom:3px;min-width:280px;color:#dce6e8;font-size:.69rem;font-weight:800;letter-spacing:.15em;line-height:1.35}
.film-caption small{display:block;color:#9fb0b7;margin-top:7px;font-size:.66rem;letter-spacing:.12em}
.film-line{width:46px;height:1px;background:var(--lime)}
.film-toggle{margin-left:auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.55);border-radius:50%;color:#fff;background:transparent;display:grid;place-items:center;cursor:pointer}
.film-toggle svg{fill:currentColor;width:15px;height:15px}
.film-toggle .play-icon{display:none}
.film-toggle.paused .pause-icon{display:none}
.film-toggle.paused .play-icon{display:block}
.film-toggle:hover{background:var(--lime);border-color:var(--lime);color:var(--ink)}
.scroll-cue{position:absolute;bottom:29px;right:42px;z-index:2;font-size:.66rem;font-weight:800;letter-spacing:.18em;color:#bfced2;display:flex;gap:18px;align-items:center}
.scroll-cue span{font-size:1.25rem;color:var(--lime)}
.word-band{background:var(--lime);color:var(--ink);overflow:hidden;border-top:1px solid var(--lime);border-bottom:1px solid var(--lime)}
.word-band div{display:flex;align-items:center;gap:33px;width:max-content;padding:13px 0;animation:marquee 36s linear infinite}
.word-band span{font-size:.82rem;font-weight:900;letter-spacing:.2em}
.word-band b{font-size:1rem;font-weight:400}
@keyframes marquee{to{transform:translateX(-50%)}}

.services-section{background:var(--paper);color:var(--ink)}
.services-layout{display:grid;grid-template-columns:minmax(280px,.94fr) minmax(360px,1fr);gap:clamp(60px,10vw,165px)}
.section-lead{position:sticky;top:130px;align-self:start}
.dark-eyebrow{color:#536367}
.section-lead h2,.story-heading h2,.principles-head h2,.contact-copy h2{font-size:clamp(3rem,5.7vw,6.4rem);line-height:.98;letter-spacing:-.075em;margin:27px 0 30px;font-weight:850}
.section-lead .lead-copy{color:#43535a;font-size:1.18rem;line-height:1.6;max-width:540px}
.services-list{border-top:1px solid #bcc8c9}
.service-card{display:grid;grid-template-columns:50px 1fr 18px;gap:25px;padding:30px 0 35px;border-bottom:1px solid #bcc8c9;align-items:start}
.number{font-size:.81rem;font-weight:900;letter-spacing:.08em;color:#617478}
.service-card h3{font-size:clamp(1.38rem,2.1vw,2rem);letter-spacing:-.045em;line-height:1.1;margin:0 0 15px}
.service-card p{font-size:1rem;line-height:1.65;color:#526067;margin:0;max-width:465px}
.card-plus{font-size:1.36rem;line-height:1;color:#5b6b70}

.story-section{background:#0c1a25;position:relative;overflow:hidden}
.story-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:27%;background:linear-gradient(90deg,rgba(102,148,169,.075),transparent);pointer-events:none}
.story-heading{display:grid;grid-template-columns:1fr 2fr;column-gap:9vw;align-items:start;margin-bottom:68px}
.story-heading .eyebrow{color:var(--lime);margin-top:10px}
.story-heading h2{grid-column:2;margin:0 0 23px;max-width:850px}
.story-heading>p:last-child{grid-column:2;color:#a8b9bf;font-size:1.16rem;max-width:620px;margin:0;line-height:1.6}
.steps{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.25);display:grid;grid-template-columns:repeat(3,1fr)}
.step{padding:35px 25px 15px 0;border-right:1px solid rgba(255,255,255,.16);min-height:315px;position:relative}
.step:not(:first-child){padding-left:25px}
.step:last-child{border-right:0}
.step:before{content:"";position:absolute;top:-3px;left:0;width:6px;height:6px;border-radius:50%;background:var(--lime)}
.step:not(:first-child):before{left:25px}
.step-number{font-size:3.9rem;letter-spacing:-.09em;font-weight:850;line-height:1;color:rgba(255,255,255,.16);display:block;margin-bottom:35px}
.step-tag{color:var(--lime);font-size:.69rem}
.step h3{font-size:1.39rem;line-height:1.16;letter-spacing:-.045em;max-width:230px;margin:15px 0 12px}
.step p{color:#a9b8be;font-size:.95rem;line-height:1.6;max-width:260px;margin:0}

.product-section{background:#deeeef;color:var(--ink)}
.product-section>.wrap>.eyebrow{margin:0 0 25px}
.product-shell{display:grid;grid-template-columns:1.03fr .97fr;min-height:720px;background:radial-gradient(circle at 20% 10%,#175675,#0a2e4d 55%,#071d36);color:#f6fcfc;overflow:hidden}
.product-copy{padding:clamp(38px,6vw,88px);display:flex;align-items:flex-start;flex-direction:column}
.product-flag{font-size:.76rem;font-weight:900;letter-spacing:.15em;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(221,250,251,.55);padding:9px 13px}
.dot{width:7px;height:7px;border-radius:50%;background:#69e8e4}
.celeste-logo{width:min(310px,76%);height:auto;margin:36px 0 0;filter:drop-shadow(0 15px 25px rgba(0,0,0,.15))}
.product-copy h2{font-size:clamp(3.4rem,5.8vw,6.6rem);line-height:.89;letter-spacing:-.08em;margin:19px 0 24px;max-width:700px}
.product-copy>p{font-size:1.12rem;line-height:1.55;max-width:600px;margin:0 0 30px;color:#d4e9ed}
.category-list{display:flex;gap:9px;flex-wrap:wrap;max-width:610px;margin:0 0 48px}
.category-list span{border:1px solid rgba(221,250,251,.48);padding:7px 12px;font-size:.87rem;font-weight:750}
.product-links{display:flex;align-items:center;flex-wrap:wrap;gap:28px;margin-top:auto}
.product-visual{position:relative;overflow:hidden;background:#bce5ef}
.product-visual img{width:100%;height:100%;min-height:720px;object-fit:cover;object-position:center}
.product-visual:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55));pointer-events:none}
.image-caption{position:absolute;z-index:1;bottom:20px;left:22px;right:22px;color:white;font-size:.76rem;letter-spacing:.03em}
.product-foot{color:#53646b;font-size:.8rem;margin:18px 0 0}

.principles-section{background:#101f2a}
.principles-head{display:flex;align-items:start;justify-content:space-between;gap:70px;margin-bottom:50px}
.principles-head .eyebrow{color:var(--lime);margin:12px 0 0;min-width:180px}
.principles-head h2{margin:0;flex:1;max-width:900px}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.principle{padding:38px 40px 20px 0;min-height:265px;border-right:1px solid var(--line)}
.principle:not(:first-child){padding-left:40px}
.principle:last-child{border:0}
.principle .number{color:var(--lime)}
.principle h3{font-size:clamp(1.55rem,2.5vw,2.5rem);letter-spacing:-.055em;line-height:1.1;margin:42px 0 14px}
.principle p{color:#a9bac0;line-height:1.6;margin:0;max-width:350px}

.contact-section{background:#08141e;position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.1)}
.contact-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 53%,rgba(91,139,158,.24),transparent 40%);pointer-events:none}
.contact-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(50px,7vw,110px);padding-top:130px;padding-bottom:130px;align-items:start}
.contact-copy .eyebrow{color:var(--lime)}
.contact-copy h2{max-width:900px;margin:28px 0}
.contact-copy>p:not(.eyebrow){font-size:1.16rem;line-height:1.65;color:#b6c5c8;max-width:650px;margin:0 0 35px}
.contact-direct{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:50px}
.contact-direct a{font-size:1.03rem;font-weight:650;border-bottom:1px solid rgba(255,255,255,.4)}
.contact-direct a:hover{color:var(--lime);border-color:var(--lime)}
.form-panel{background:#122837;border:1px solid rgba(255,255,255,.19);padding:clamp(28px,4vw,56px)}
.form-panel>.eyebrow{color:var(--lime);margin:0 0 35px}
.form-panel form{display:flex;flex-direction:column;gap:22px;scroll-margin-top:110px}
.form-panel .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.form-panel label{display:flex;flex-direction:column;gap:9px;color:#d9e5e9;font-size:.86rem;font-weight:700}
.form-panel label span{color:var(--lime)}
.form-panel input,.form-panel select,.form-panel textarea{width:100%;background:#0b1a25;border:1px solid #536b78;border-radius:0;color:white;padding:13px 14px;font:inherit;font-size:1rem;min-height:50px;outline:none}
.form-panel textarea{resize:vertical;min-height:130px}
.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{border-color:var(--lime);box-shadow:0 0 0 2px rgba(200,250,73,.18)}
.form-panel select option{background:#0b1a25}
.form-panel button{border:0;cursor:pointer;align-self:flex-start;min-width:210px}
.form-panel .form-note{color:#9db1bb;font-size:.77rem;line-height:1.5;margin:-7px 0 0}
.honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.thanks-page{min-height:100svh;padding:32px 0;background:radial-gradient(circle at 78% 30%,#1b4051,transparent 40%),#07111b}
.thanks-page .brand img{width:170px}
.thanks-content{padding:clamp(110px,17vh,220px) 0 80px;max-width:850px}
.thanks-content .eyebrow{color:var(--lime)}
.thanks-content h1{font-size:clamp(3.5rem,9vw,8rem);line-height:.95;letter-spacing:-.075em;margin:25px 0}
.thanks-content>p:not(.eyebrow){font-size:1.2rem;color:#b8c9cf;max-width:560px;margin:0 0 38px}
.site-footer{background:#050e16;border-top:1px solid var(--line);padding:70px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:50px;padding-bottom:82px}
.footer-brand{margin-bottom:20px}
.footer-brand img{width:210px}
.footer-grid p{color:#a7b6bb;line-height:1.6;margin:0;max-width:290px}
.footer-grid>div:nth-child(n+2){display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-grid>div:nth-child(3) p{margin:0 0 3px}
.footer-grid a{font-size:.95rem}
.footer-label{color:var(--lime);font-size:.72rem;font-weight:900;letter-spacing:.16em;margin-bottom:16px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--line);font-size:.77rem;color:#8fa1a8}
.footer-bottom a:hover{color:var(--lime)}
.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:1100px){.desktop-nav{gap:20px}.header-cta{display:none}.hero h1{font-size:clamp(4.6rem,11vw,8rem)}.services-layout{gap:65px}.product-shell{min-height:580px}.product-visual img{min-height:580px}.product-copy h2{margin-top:50px}.product-links{gap:18px}}
@media(max-width:820px){.wrap{width:min(100% - 40px,680px)}.header-inner{height:76px}.desktop-nav{display:none}.menu-toggle{display:flex;width:42px;height:42px;border:1px solid rgba(255,255,255,.5);background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{display:block;width:19px;height:2px;background:white}.mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:0;background:#08141e;padding:10px 20px 20px;border-top:1px solid var(--line)}.mobile-nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:1.15rem;font-weight:700}.hero{min-height:780px;min-height:100svh}.hero-content{padding-top:150px;padding-bottom:110px}.hero h1{font-size:clamp(4.4rem,12vw,7.4rem)}.hero-bottom{align-items:start;flex-direction:column;gap:55px}.film-caption{min-width:260px}.scroll-cue{right:20px}.section{padding:90px 0}.services-layout{grid-template-columns:1fr;gap:40px}.section-lead{position:static}.story-heading{display:block}.story-heading h2{margin:25px 0}.story-heading>p:last-child{margin:0}.steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:0}.step:nth-child(n+3){border-top:1px solid var(--line)}.step:nth-child(3){padding-left:0}.step:nth-child(3):before{left:0}.product-shell{grid-template-columns:1fr}.product-copy{min-height:560px}.product-copy h2{max-width:630px}.product-visual img{height:520px;min-height:0}.principles-head{display:block}.principles-head h2{margin:25px 0 0}.contact-inner{grid-template-columns:1fr}.contact-side{align-items:flex-start}.contact-orbit{display:none}.footer-grid{grid-template-columns:1.5fr 1fr;gap:40px}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:550px){.wrap{width:calc(100% - 32px)}.brand-type strong{font-size:1.35rem}.brand-type small{font-size:.53rem}.brand-symbol{transform:scale(.85) skewX(-10deg);margin-right:-3px}.header-actions{gap:16px}.hero{min-height:750px;min-height:100svh}.hero-media video{object-position:65% center}.hero-scrim{background:linear-gradient(90deg,rgba(3,10,17,.88),rgba(3,10,17,.4)),linear-gradient(0deg,rgba(4,12,20,.95),transparent 65%)}.hero-content{padding-top:150px;padding-bottom:92px}.hero-kicker{font-size:.62rem;letter-spacing:.13em}.hero h1{font-size:clamp(3.58rem,15vw,5.8rem);letter-spacing:-.085em;margin-bottom:30px}.hero h1 em{font-size:.72em}.hero-description p{font-size:1.04rem}.hero-buttons{gap:22px}.button{min-height:54px;padding:13px 16px;font-size:.86rem;gap:18px}.film-caption{display:none}.scroll-cue{font-size:.59rem;bottom:22px}.section{padding:76px 0}.section-lead h2,.story-heading h2,.principles-head h2,.contact-copy h2{font-size:clamp(2.85rem,12vw,4.2rem)}.section-lead .lead-copy,.story-heading>p:last-child{font-size:1rem}.service-card{grid-template-columns:33px 1fr 17px;gap:10px;padding:25px 0}.service-card h3{font-size:1.38rem}.service-card p{font-size:.94rem}.steps{grid-template-columns:1fr}.step,.step:not(:first-child),.step:nth-child(3){padding:24px 0 28px;border-right:0;border-top:1px solid var(--line);min-height:auto;display:grid;grid-template-columns:65px 1fr;gap:10px}.step:first-child{border-top:0}.step:before,.step:not(:first-child):before{left:0}.step-number{font-size:2.75rem;margin:0}.step h3{max-width:none;margin:8px 0}.product-copy{padding:32px 24px;min-height:585px}.product-copy h2{font-size:clamp(3.5rem,15vw,5.5rem);margin:55px 0 25px}.product-copy>p{font-size:1rem}.category-list{margin-bottom:30px}.product-links{align-items:flex-start;flex-direction:column;gap:20px}.product-visual img{height:380px}.principles-grid{grid-template-columns:1fr}.principle,.principle:not(:first-child){padding:25px 0;border-right:0;border-bottom:1px solid var(--line);min-height:0}.principle h3{margin:22px 0 10px}.contact-inner{padding-top:80px;padding-bottom:80px}.contact-side>a{font-size:1rem}.site-footer{padding-top:55px}.footer-grid{grid-template-columns:1fr;gap:45px;padding-bottom:55px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.word-band div{animation:none}.js .reveal{opacity:1;transform:none;transition:none}.button,.site-header{transition:none}}
@media(max-width:1100px){.product-copy h2{margin-top:19px}}
@media(max-width:550px){.brand img{width:132px}.celeste-logo{width:245px;margin-top:28px}.product-copy h2{font-size:3.55rem;margin:16px 0 22px}.product-copy{min-height:0}}
@media(max-width:820px){.contact-inner{gap:55px}.form-panel{max-width:680px}}
@media(max-width:550px){.contact-inner{padding-top:80px;padding-bottom:80px}.form-panel{padding:25px 20px}.form-panel .form-row{grid-template-columns:1fr}.form-panel button{width:100%}.contact-direct{margin-top:34px}.thanks-page .brand img{width:132px}}
