@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#082e33;--teal:#0d7987;--cream:#f7f7ef;--lime:#d1f957;--line:#d7ded7;--body:'Manrope',Arial,sans-serif;--display:'Barlow Condensed',Impact,'Arial Narrow',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.65 var(--body)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #0aa6b6;outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);line-height:.95;font-weight:700}button{color:inherit}::selection{background:var(--lime);color:var(--ink)}.skip{position:fixed;top:-100px;left:20px;background:white;padding:10px;z-index:200}.skip:focus{top:10px}header{height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;position:absolute;top:0;left:0;width:100%;color:white;z-index:20;border-bottom:1px solid #ffffff30;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-size:25px;line-height:1;letter-spacing:-1.2px;font-weight:800}.brand img{border-radius:50%;width:46px;height:46px}.brand-light{font-weight:500}.brand small{display:block;font:8px/1.8 var(--body);letter-spacing:3.2px;margin-top:4px}.brand>span{white-space:nowrap}nav{display:flex;gap:28px;font-size:12px;font-weight:600}nav a{position:relative}nav a:after{content:'';position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--lime);transition:width .2s}nav a:hover:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid currentColor;padding:15px 22px;font-size:12px;font-weight:800;transition:background .2s,transform .2s;color:inherit}.button:hover{transform:translateY(-3px);background:#ffffff15}.button span{font-size:22px;font-weight:400;line-height:1}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.lime:hover{background:#e1ff8a}.nav-cta{padding:12px 17px}.menu-button{display:none;background:none;border:0;padding:12px}.hero{height:min(940px,100svh);min-height:730px;position:relative;overflow:hidden;color:white;background:#093d48}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo img{width:100%;height:100%;object-position:50% 50%;animation:drift 24s ease-in-out infinite alternate}.hero-shade{background:linear-gradient(90deg,rgba(1,30,34,.58),rgba(1,30,34,.07) 85%),linear-gradient(0deg,rgba(1,30,34,.72),transparent 50%,rgba(1,30,34,.44))}.hero-top{position:absolute;top:125px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;font-weight:700}.hero-top i{width:7px;height:7px;border-radius:50%;background:var(--lime);display:inline-block;margin-right:8px}.hero-content{position:absolute;left:8%;top:27%;z-index:2}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;line-height:1.6}.hero h1{font-size:clamp(95px,11.5vw,180px);letter-spacing:-2px;line-height:.84;margin:27px 0 30px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-copy{display:flex;gap:45px;align-items:center}.hero-copy p{font-size:14px;line-height:1.7}.hero-reel{position:absolute;bottom:120px;right:5%;width:205px;height:270px;border:1px solid #ffffff60;transform:rotate(5deg);box-shadow:0 20px 40px #052d3250;transition:transform .4s;background:#13383c}.hero-reel:hover{transform:rotate(0) translateY(-8px)}.hero-reel img{width:100%;height:100%;object-position:50% 48%}.hero-reel:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#022e32df)}.hero-reel>span:last-child{position:absolute;bottom:16px;left:16px;font-size:9px;letter-spacing:1.2px;line-height:2;z-index:2}.hero-reel strong{font-size:11px;letter-spacing:0}.play{position:absolute;top:16px;right:14px;display:grid;place-items:center;width:36px;height:36px;border:1px solid #fff;border-radius:50%;font-size:11px;background:#ffffff15;backdrop-filter:blur(5px)}.hero-bottom{position:absolute;bottom:28px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff45;padding-top:24px;font-size:9px;letter-spacing:1.5px}.scroll-arrow{font-size:23px;margin-right:12px}.hero-bottom button{background:transparent;color:white;border:1px solid #ffffff70;width:34px;height:34px;border-radius:50%;letter-spacing:0}.motion-paused *{animation-play-state:paused!important}.motion-paused{scroll-behavior:auto!important}@keyframes drift{from{transform:scale(1.03) translate3d(-.5%,0,0)}to{transform:scale(1.13) translate3d(.5%,-1%,0)}}
@media(max-width:1050px){nav{gap:16px}.nav-cta{display:none}.hero-reel{width:160px;height:225px;right:5%}.hero-content{left:6%}.hero-copy{gap:25px}}@media(max-width:700px){header{height:80px;padding:0 6%}.brand{font-size:22px}.brand img{width:40px;height:40px}.menu-button{display:block}.menu-button span{height:2px;width:25px;background:currentColor;display:block;margin:6px 0}nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--ink);padding:28px 7%;flex-direction:column;gap:20px;font-size:16px}nav.open{display:flex}.hero{min-height:720px;height:100svh;max-height:900px}.hero-top{top:110px;left:6%;font-size:8px}.hero-top>span:last-child{display:none}.hero-content{top:25%;left:7%;right:5%}.hero h1{font-size:clamp(86px,22vw,145px);margin:24px 0}.hero-copy{display:block}.hero-copy p{font-size:13px;margin-bottom:23px}.hero-copy .button{padding:14px 18px;gap:22px}.hero-reel{width:95px;height:145px;bottom:120px;right:7%}.hero-reel>span:last-child{display:none}.hero-reel .play{width:30px;height:30px;top:10px;right:10px}.hero-bottom>span{display:none}.hero-bottom{font-size:8px;left:6%;right:6%;bottom:22px}.eyebrow{font-size:9px}.hero-photo img{object-position:54% 50%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
