:root{--ink:#14352f;--paper:#f5f3ec;--accent:#d4ef72;--muted:#52665f;--line:#cbd2c4;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{background:var(--paper);color:var(--ink);font:400 16px/1.6 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}::selection{background:var(--accent);color:var(--ink)}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--ink);outline-offset:4px}h1,p,figure{margin:0}svg,img{display:block;max-width:100%}svg{flex-shrink:0}button{color:inherit}.page{height:100vh;height:100dvh;height:var(--screen-height,100dvh);display:grid;grid-template-rows:82px minmax(0,1fr) 43px;padding:0 clamp(24px,4vw,68px);max-width:1900px;margin:auto;overflow:hidden}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);min-width:0}.brand{width:86px;display:block;flex-shrink:0;color:var(--ink)}.brand svg{width:100%;height:auto}.pronunciation{font:9px DM Mono,monospace;letter-spacing:.055em;text-transform:uppercase}.launch-status{display:flex;align-items:center;gap:9px;font:9px DM Mono,monospace;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}.signal{height:6px;width:6px;background:var(--ink);border-radius:50%;box-shadow:0 0 0 5px var(--accent);margin-right:5px;flex-shrink:0}.hero{display:grid;grid-template-columns:1fr 1.04fr;gap:clamp(25px,4vw,64px);min-height:0;min-width:0;padding:25px 0}.hero-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:0;padding:6px 0 10px}.message{min-width:0}.eyebrow{display:flex;align-items:center;gap:12px;font:10px/1.5 DM Mono,monospace;letter-spacing:.06em;text-transform:uppercase;margin-bottom:23px}.even-lines{display:inline-block;width:31px;height:10px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);flex-shrink:0;transform-origin:left}.headline{font-weight:600;font-size:clamp(47px,min(6.1vw,11.8vh),108px);letter-spacing:-.06em;line-height:1.04;margin-left:-.045em}.headline .line{display:block;overflow:hidden;padding:.025em .1em .08em 0;margin-bottom:-.08em;white-space:nowrap}.headline .line>span{display:block;transform-origin:left bottom}.headline .line:first-child{margin-bottom:.01em}.headline .line:first-child>span{color:#42624a}.description{margin-top:25px;font-size:15px;line-height:1.75;max-width:340px;letter-spacing:-.015em}.signup{margin-top:33px;max-width:490px;width:100%;min-width:0;flex-shrink:0}.signup-label{display:block;font-weight:650;font-size:13px;letter-spacing:-.01em;margin-bottom:12px}.email-row{display:flex;padding:5px;border:1px solid var(--ink);min-height:60px;background:#faf9f4;transition:box-shadow .25s,background .25s;min-width:0}.email-row:focus-within{box-shadow:0 0 0 2px var(--ink);background:#fff}.email-row input{display:block;min-width:0;width:100%;flex:1;background:transparent;color:var(--ink);border:0;border-radius:0;padding:10px 11px;font-size:14px;line-height:1.4}.email-row input:focus{outline:none}.email-row input::placeholder{color:var(--muted);opacity:1}.submit{min-width:130px;min-height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:22px;border:1px solid var(--ink);border-radius:0;background:var(--ink);color:var(--paper);font-size:12px;font-weight:650;padding:10px 17px;position:relative;overflow:hidden;isolation:isolate;transition:color .3s}.submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--accent);transform:translateY(105%);transition:transform .38s var(--ease);z-index:-1}.submit svg{height:20px;width:20px;transition:transform .3s var(--ease)}.submit:hover,.submit:focus-visible{color:var(--ink)}.submit:hover:before,.submit:focus-visible:before{transform:translateY(0)}.submit:hover svg{transform:translate(4px)}.submit:disabled{opacity:.65;cursor:default}.submit:active{transform:translateY(1px)}.form-note{font-size:10px;line-height:1.65;color:var(--muted);height:34px;margin-top:10px;max-width:460px;transition:color .25s;overflow-wrap:break-word}.form-note.feedback{color:var(--ink);font-weight:600}.visual{position:relative;min-width:0;min-height:0;overflow:hidden;border-radius:3px;background:#12372f;isolation:isolate;contain:paint}.footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);font:8px DM Mono,monospace;letter-spacing:.055em;text-transform:uppercase;min-width:0}.footer-note{opacity:.8}.replay{display:flex;align-items:center;justify-content:center;gap:8px;min-height:32px;min-width:95px;padding:4px 0 4px 10px;background:transparent;border:0;font:9px Manrope,Arial,sans-serif;letter-spacing:0;white-space:nowrap}.replay svg{height:15px;width:15px;transition:transform .45s var(--ease)}.replay:hover svg{transform:rotate(-45deg)}.replay:focus-visible{outline-offset:1px}.intro .header{animation:fade-in .65s var(--ease) both}.intro .eyebrow{animation:rise-in .85s .12s var(--ease) both}.intro .even-lines{animation:rule-in .9s .12s var(--ease) both}.intro .headline .line:nth-child(1)>span{animation:type-in 1s .13s var(--ease) both}.intro .headline .line:nth-child(2)>span{animation:type-in 1s .24s var(--ease) both}.intro .headline .line:nth-child(3)>span{animation:type-in 1s .35s var(--ease) both}.intro .description{animation:rise-in .9s .46s var(--ease) both}.intro .signup{animation:rise-in .9s .55s var(--ease) both}.intro .visual{animation:frame-in 1.2s .08s var(--ease) both}.intro .footer{animation:fade-in .9s .65s var(--ease) both}.intro .signal{animation:signal-in 1.7s .25s ease-out both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes type-in{0%{opacity:0;transform:translateY(105%) rotate(2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes frame-in{0%{opacity:0;clip-path:inset(4% 0 4% 0)}to{opacity:1;clip-path:inset(0)}}@keyframes rule-in{0%{transform:scaleX(.1)}to{transform:scaleX(1)}}@keyframes signal-in{0%{box-shadow:0 0 0 0 var(--accent)}60%{box-shadow:0 0 0 8px #d4ef7200}to{box-shadow:0 0 0 5px var(--accent)}}@media(min-width:1700px){.headline{font-size:min(108px,12vh)}.description{font-size:17px;max-width:400px}.signup{max-width:550px}}@media(min-width:761px)and (max-height:700px){.page{grid-template-rows:65px minmax(0,1fr) 33px}.hero{padding:18px 0}.eyebrow{margin-bottom:15px;font-size:9px}.headline{font-size:clamp(40px,min(6.1vw,11.2vh),85px)}.description{font-size:13px;margin-top:17px}.signup{margin-top:22px}.signup-label{font-size:12px;margin-bottom:9px}.email-row{min-height:52px;padding:4px}.submit{min-height:42px}.form-note{font-size:9px;line-height:1.5;height:28px;margin-top:8px}.brand{width:76px}}@media(min-width:761px)and (max-width:1100px){.page{padding:0 28px}.hero{gap:28px;grid-template-columns:1fr 1fr}.headline{font-size:min(6.15vw,11vh)}.description{font-size:13px;max-width:290px}.signup{margin-top:24px}.signup-label{font-size:12px}.submit{min-width:109px;padding:10px 12px;gap:12px}}@media(max-width:760px){.page{grid-template-rows:61px minmax(0,1fr) 29px;padding:0 21px}.brand{width:68px}.pronunciation{display:none}.launch-status{font-size:8px;gap:7px}.signal{width:5px;height:5px;box-shadow:0 0 0 4px var(--accent)}.hero{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;padding:18px 0 9px;min-height:0}.hero-copy{display:contents}.message{grid-row:1;min-height:0}.eyebrow{display:none}.headline{font-size:clamp(31px,min(11.6vw,5.6dvh),54px);line-height:1.025;letter-spacing:-.055em}.headline .line:first-child{margin-bottom:0}.description{font-size:12px;line-height:1.65;margin-top:10px;max-width:330px}.visual{grid-row:2;min-height:0}.signup{grid-row:3;margin:0;max-width:none}.signup-label{font-size:11px;margin-bottom:8px}.email-row{min-height:51px;padding:4px}.email-row input{font-size:16px;padding:8px;min-height:41px}.submit{min-height:41px;min-width:106px;padding:8px 11px;gap:14px;font-size:11px}.submit svg{width:18px;height:18px}.form-note{font-size:9px;line-height:1.5;margin-top:8px;height:28px;max-width:none}.footer{font-size:7px;letter-spacing:.02em;gap:8px}.footer-note{display:none}.replay{font-size:8px;min-height:27px;min-width:83px;gap:7px}.replay svg{width:13px;height:13px}}@media(max-width:760px)and (max-height:670px){.page{grid-template-rows:52px minmax(0,1fr) 26px;padding:0 18px}.hero{gap:11px;padding:13px 0 6px}.headline{font-size:clamp(29px,min(11vw,5.65dvh),42px)}.description{font-size:11px;line-height:1.55;margin-top:7px}.signup-label{font-size:10px;margin-bottom:6px}.form-note{font-size:8px;height:26px;margin-top:6px}.brand{width:60px}.replay{min-height:25px}}@media(min-width:761px)and (max-height:470px){.page{grid-template-rows:46px minmax(0,1fr) 25px;padding:0 25px}.brand{width:56px}.hero{padding:12px 0;gap:25px}.eyebrow{display:none}.headline{font-size:min(5.3vw,10.6vh);line-height:1.02}.description{font-size:11px;line-height:1.55;margin-top:10px;max-width:300px}.signup{margin-top:14px}.signup-label{font-size:10px;margin-bottom:6px}.email-row{min-height:42px;padding:3px}.email-row input{font-size:12px;padding:6px 9px}.submit{min-height:34px;font-size:10px;min-width:100px;padding:6px 12px;gap:14px}.form-note{font-size:8px;line-height:1.5;margin-top:6px;height:24px}.footer{font-size:7px}.replay{min-height:24px;font-size:8px}}@media(max-width:760px)and (max-height:450px){.page{grid-template-rows:42px minmax(0,1fr) 23px;padding:0 18px}.hero{grid-template-columns:1.1fr 1fr;grid-template-rows:1fr auto;gap:10px 20px;padding:10px 0 6px}.message{grid-column:1;grid-row:1;align-self:end}.headline{font-size:clamp(26px,min(4.6vw,8.2dvh),36px)}.description{font-size:10px;margin-top:8px;line-height:1.4;max-width:270px}.signup{grid-column:1;grid-row:2}.visual{grid-column:2;grid-row:1/3}.signup-label{font-size:9px}.email-row{min-height:40px;padding:3px}.email-row input{min-height:32px;font-size:12px;padding:7px}.submit{min-height:32px;min-width:85px;font-size:9px;padding:6px 8px;gap:6px}.submit svg{width:15px;height:15px}.form-note{font-size:7px;line-height:1.45;height:25px;margin-top:5px}.brand{width:51px}.replay{min-height:22px}}.page.keyboard-open{grid-template-rows:38px minmax(0,1fr) 0}.page.keyboard-open .footer{display:none}.page.keyboard-open .hero{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:8px 0}.page.keyboard-open .visual,.page.keyboard-open .description,.page.keyboard-open .eyebrow{display:none}.page.keyboard-open .headline{font-size:26px;line-height:1}.page.keyboard-open .headline .line:not(:first-child){display:none}.page.keyboard-open .signup{margin-top:0}.page.keyboard-open .signup-label{margin-bottom:5px;font-size:10px}.page.keyboard-open .brand{width:50px}.page.keyboard-open .message{align-self:stretch}.page.keyboard-open .form-note{height:28px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.salt-scene{color:var(--paper);background:radial-gradient(ellipse at 48% 40%,#2b5046,#193e34 44%,#0d2d25);--scene-pad: clamp(20px, 2.1vw, 34px)}.salt-scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff0a,inset 0 0 65px #04140d1a}.salt-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;opacity:0;touch-action:manipulation}.scene-ready .salt-canvas{opacity:1}.scene-fallback{position:absolute;left:12%;top:42%;width:76%;height:auto;transform:translateY(-50%);color:#e4e7d6;opacity:.86}.scene-ready .scene-fallback{visibility:hidden}.scene-topline{position:absolute;inset:18px var(--scene-pad) auto;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.scene-topline>span{display:flex;align-items:center;gap:11px;font:8px DM Mono,monospace;letter-spacing:.09em;color:#dce5cc}.scene-even{display:block;width:19px;height:7px;border-block:1.5px solid var(--accent)}.motion-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;background:#f5f3ec07;color:#e2e8d4;border:1px solid #d9e1c72b;border-radius:50%;pointer-events:auto;transition:background .2s,border-color .2s}.motion-toggle[hidden],.stir[hidden]{display:none}.motion-toggle svg{width:18px;height:18px}.motion-toggle .play-icon,.motion-toggle[aria-pressed=true] .pause-icon{display:none}.motion-toggle[aria-pressed=true] .play-icon{display:block}.motion-toggle:hover{background:#f5f3ec15;border-color:#d9e1c780}.salt-scene button:focus-visible{outline-color:var(--accent);outline-offset:4px}.scene-caption{position:absolute;left:var(--scene-pad);right:var(--scene-pad);bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;pointer-events:none}.scene-caption-copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}.scene-kicker{font:7px DM Mono,monospace;letter-spacing:.11em;color:#c9d4b8}.scene-title{font-size:clamp(23px,2.2vw,37px);font-weight:500;line-height:1.15;letter-spacing:-.045em}.scene-hint{font:8px/1.5 DM Mono,monospace;letter-spacing:-.02em;color:#bccab4}.stir{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0;width:62px;height:62px;padding:7px;border:0;border-radius:50%;color:#193b2f;background:var(--accent);pointer-events:auto;transition:transform .4s var(--ease),background .2s,opacity .2s}.stir svg{width:20px;height:20px;transition:transform .65s var(--ease)}.stir span{font:8px DM Mono,monospace}.stir:hover{background:#e3f5a0;transform:scale(1.045)}.stir:hover svg{transform:rotate(90deg)}.stir:active{transform:scale(.94)}.stir:disabled{opacity:.4;cursor:default}.stir:disabled:hover{transform:none}.intro .scene-topline,.intro .scene-caption{animation:fade-in 1s .65s var(--ease) both}.salt-scene[data-compact=true]{--scene-pad: 14px}.salt-scene[data-compact=true] .scene-topline{top:9px}.salt-scene[data-compact=true] .motion-toggle{width:34px;height:34px}.salt-scene[data-compact=true] .motion-toggle:after{content:"";position:absolute;width:44px;height:44px}.salt-scene[data-compact=true] .scene-caption{bottom:13px}.salt-scene[data-compact=true] .scene-caption-copy{gap:6px}.salt-scene[data-compact=true] .scene-title{font-size:22px}.salt-scene[data-compact=true] .scene-kicker{display:none}.salt-scene[data-compact=true] .scene-hint{font-size:7px}.salt-scene[data-compact=true] .stir{width:44px;height:44px;gap:2px}.salt-scene[data-compact=true] .stir svg{width:16px;height:16px}.salt-scene[data-compact=true] .stir span{font-size:6px}.salt-scene[data-mini=true] .scene-topline{top:4px}.salt-scene[data-mini=true] .scene-topline>span{font-size:6px;gap:7px}.salt-scene[data-mini=true] .scene-even{width:13px;height:5px;border-block-width:1px}.salt-scene[data-mini=true] .scene-caption{bottom:3px;align-items:center}.salt-scene[data-mini=true] .scene-title{font-size:14px}.salt-scene[data-mini=true] .scene-hint{display:none}.salt-scene[data-mini=true] .stir{border-radius:0;background:none;color:var(--accent);flex-direction:row;gap:5px;width:46px;height:30px;padding:0}.salt-scene[data-mini=true] .stir:after{content:"";position:absolute;width:46px;height:44px}.salt-scene[data-mini=true] .stir span{font-size:7px}@media(max-width:760px){.salt-scene{--scene-pad: 19px}.scene-topline{top:12px}.scene-topline>span{font-size:7px;gap:8px}.scene-caption{bottom:19px}.scene-caption-copy{gap:8px}.scene-title{font-size:27px}.scene-kicker{font-size:6px}.scene-hint{font-size:7px}.stir{width:52px;height:52px}.motion-toggle{width:36px;height:36px}.motion-toggle:after{content:"";position:absolute;width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.motion-toggle,.stir{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/evn.css.map */
