@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#0b0c0d;--panel:#141617;--text:#f2f2ee;--muted:#939695;--line:#2b2e2d;--lime:#c6fa57;--radius:18px;color-scheme:dark;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--lime);outline-offset:5px}::selection{background:var(--lime);color:var(--bg)}.wrap{width:min(1440px,calc(100% - 112px));margin-inline:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:11px;font-size:28px;font-weight:750;letter-spacing:-1.3px}.brand-mark{color:var(--lime);font-size:39px;line-height:1;font-weight:800;letter-spacing:-6px;padding-right:6px}.logo-plus{font-size:12px;align-self:flex-start;margin-top:8px;margin-left:-5px}.header nav{display:flex;gap:34px;font-size:14px}.header nav a{transition:color .2s}.header nav a:hover{color:var(--lime)}.header-cta{border:1px solid #555b50;border-radius:40px;padding:12px 20px;font-size:14px}.header-cta span{margin-left:16px}.hero{padding-top:40px;position:relative;overflow:hidden}.hero-top{display:flex;justify-content:space-between}.eyebrow,.hero-index,.hero-foot,.art-label{font-size:12px;font-weight:650;letter-spacing:1.5px}.hero-top .eyebrow:before{content:'+';color:var(--lime);margin-right:10px;font-size:17px}.hero-index{color:var(--muted)}h1{position:relative;z-index:1;font-size:clamp(60px,7.9vw,122px);font-weight:500;letter-spacing:-.065em;line-height:1.04;margin:43px 0 0;max-width:1150px}h1>span:first-child{color:var(--lime)}.lime{color:var(--lime)}.hero-bottom{min-height:310px;display:flex;align-items:center;position:relative}.hero-copy{position:relative;z-index:2;padding:30px 0}.hero-copy p{font-size:16px;color:#b1b4b1;line-height:1.8;margin:0 0 28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;border-radius:40px;padding:17px 26px;font-size:14px;font-weight:700;border:1px solid transparent;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.lime-button{background:var(--lime);color:#13160b}.lime-button:hover{background:#d7ff8b}.button span{font-size:22px;line-height:1}.hero-art{width:53%;height:425px;position:absolute;right:2%;top:-80px;background-position:center;background-size:contain;background-repeat:no-repeat;pointer-events:none}.art-label{position:absolute;right:18%;bottom:15px;color:#767b73;font-size:10px}.scroll-link{margin-left:auto;display:flex;gap:14px;align-items:center;align-self:flex-end;margin-bottom:35px;position:relative;z-index:1;font-size:12px;writing-mode:vertical-rl}.scroll-link>span:last-child{writing-mode:horizontal-tb;font-size:23px}.hero-foot{display:flex;justify-content:space-between;gap:20px;padding:24px 0;border-top:1px solid var(--line);color:#80857f;font-size:10px}.section{padding-top:110px;padding-bottom:15px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px}h2{font-size:clamp(36px,4.1vw,62px);font-weight:500;letter-spacing:-.05em;line-height:1.12;margin:20px 0 0}h2 em{font-style:normal;color:#858b81}.muted{color:var(--muted)}.section-heading>p{font-size:14px;color:var(--muted);max-width:340px;margin-bottom:6px}.skip{position:fixed;top:-100px;left:16px;z-index:100;background:var(--lime);color:#000;padding:10px}.skip:focus{top:10px}@media(min-width:1600px){.hero-art{right:8%}}@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.header nav{gap:20px}.hero-art{width:50%;right:0;height:330px;top:-20px}.hero-copy p{max-width:340px}.hero-copy br{display:none}.hero-bottom{min-height:330px}.section{padding-top:80px}}@media(max-width:640px){.wrap{width:calc(100% - 36px)}.header{height:85px;gap:10px}.header nav{display:none}.logo{font-size:23px}.brand-mark{font-size:33px}.header-cta{font-size:12px;padding:10px 13px}.header-cta span{margin-left:8px}.hero{padding-top:28px}.hero-index{display:none}.eyebrow{font-size:10px}.hero h1{font-size:clamp(42px,10.8vw,69px);letter-spacing:-.06em;margin-top:30px}.hero-bottom{padding-top:190px;min-height:440px;align-items:flex-end}.hero-art{top:-12px;width:100%;height:260px;right:-12%;opacity:.95}.art-label{display:none}.hero-copy{padding-top:12px;padding-bottom:28px}.hero-copy p{font-size:14px;max-width:320px}.scroll-link{display:none}.hero-foot{font-size:9px;letter-spacing:.7px}.hero-foot span:last-child{display:none}.section{padding-top:68px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:22px}.button{padding:15px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
