@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap');
:root{--ink:#111214;--black:#08090a;--paper:#fafafa;--silver:#bcbec4;--muted:#696c72;--line:#d9dadd;--heading:'Space Grotesk',sans-serif;--body:'Sora',sans-serif;--mono:'Space Mono',monospace}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #808999;outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:500;line-height:1.12}h1{font-size:clamp(3rem,5.1vw,5rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.045em}h3{font-size:1.4rem;letter-spacing:-.03em}.topline{height:34px;background:#e6e7e9;display:flex;justify-content:space-between;align-items:center;padding:0 4.5%;font:400 .68rem var(--mono);letter-spacing:.17em}.header{background:#050505;color:white;padding:0 4.5%;height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid #28292b}.brand{width:175px;height:60px;overflow:hidden;position:relative;flex-shrink:0}.brand img{position:absolute;max-width:none;width:238px;top:-91px;left:-30px}.header nav{display:flex;gap:26px;align-items:center}.header nav a{font-size:.76rem;font-weight:500;letter-spacing:.035em}.header nav a:hover{color:#b8bbc1}.language{display:flex;border:1px solid #494b51;padding:3px;gap:2px}.language button{border:0;background:transparent;color:#b6b8bd;padding:6px 9px;font-size:.75rem;cursor:pointer}.language .active{background:#f4f4f4;color:#111}.hero{position:relative;min-height:630px;background:#08090a;color:white;overflow:hidden;display:flex;align-items:center}.hero-copy{padding:88px 4.5% 64px;position:relative;z-index:2;width:65%}.eyebrow{font:400 .75rem var(--mono);letter-spacing:.17em;margin-bottom:20px}.hero h1 span{color:#b4b7bd}.hero .lead{max-width:470px;color:#b4b7bd;font-size:.98rem;line-height:1.9;margin:25px 0 32px}.button{min-height:54px;display:inline-flex;justify-content:space-between;align-items:center;gap:40px;padding:14px 22px;border:1px solid #17191c;background:#101113;color:white;font-size:.85rem;font-weight:500;cursor:pointer}.button.light{background:white;color:#101113;border-color:white}.button:hover{background:#33363b;color:white}.button.light:hover{background:#dfe1e5;color:#111}.button span{font-size:1.3rem}.text-link{font-size:.83rem;border-bottom:1px solid currentColor;padding-bottom:5px}.hero .text-link{margin-left:28px}.hero-note{font:400 .65rem var(--mono);letter-spacing:.2em;margin-top:64px;color:#8a8d94}.hero-initial{position:absolute;width:40%;right:4%;height:85%;top:9%;background:#d4d2d0}.vial-crop{position:absolute;top:4%;left:50%;transform:translateX(-50%);width:43%;height:91%;overflow:hidden}.vial-crop img{max-width:none;position:absolute;height:185%;width:auto;left:50%;top:-48%;transform:translateX(-50%)}.section{padding:80px 4.5%}.section-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:35px}.section-heading .eyebrow{color:#74777d}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{display:block;border:1px solid #cccdd0;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #00000015}.product-art{position:relative;height:320px;background:#e7e5e2;overflow:hidden}.tag{position:absolute;top:18px;left:18px;background:#1c1d20;color:white;padding:4px 10px;font:.65rem var(--mono);letter-spacing:.13em;z-index:1}.product-info{padding:23px;background:#18191b;color:white}.product-info p{display:flex;justify-content:space-between;color:#b9bcc3;font-size:.9rem;padding-top:17px;margin-top:17px;border-top:1px solid #393b40}.product-info p span{color:white;font-size:1.2rem}@media(max-width:1000px){.header nav{gap:14px}.header nav a{font-size:.67rem}.hero-copy{width:72%}.hero-initial{opacity:.45}.brand{width:155px}}@media(max-width:760px){.topline span{display:none}.header{height:80px;gap:15px}.header nav{display:none}.hero{min-height:590px}.hero-copy{width:100%;padding:70px 6% 45px}.hero-initial{right:-12%;width:65%;opacity:.15}.hero h1{font-size:3rem}.hero .lead{max-width:370px}.hero .text-link{margin-left:20px}.hero-note{margin-top:48px}.section{padding:55px 6%}.section-heading{align-items:start;flex-direction:column;gap:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-art{height:250px}.product-info{padding:16px}.product-info h3{font-size:1.2rem}.product-info p{font-size:.8rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
