:root{--ink:#0a3e4d;--green:#5d8b49;--cream:#f8f2e7;--paper:#fffaf2;--line:rgba(10,62,77,.16);--muted:#53676c}*{box-sizing:border-box}html{background:var(--cream);scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 72% 22%,rgba(155,180,111,.14),transparent 25%),var(--cream);min-height:100vh}.page-shell{width:min(1440px,100%);min-height:100vh;margin:auto;padding:28px clamp(22px,5vw,76px) 24px;display:flex;flex-direction:column;overflow:hidden}.site-header{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-size:clamp(25px,2.5vw,36px);letter-spacing:-.045em}.brand strong{font-weight:400}.brand-mark,.brand img{width:48px;height:48px}.brand-mark path{fill:none;stroke:var(--ink);stroke-width:3.7;stroke-linecap:round;stroke-linejoin:round}.brand-mark .liquid{fill:var(--green);stroke:none}.brand-mark .bubble{stroke:var(--paper);stroke-width:5}.language-wrap{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:rgba(255,250,242,.72);backdrop-filter:blur(10px)}.language-wrap svg{width:17px;fill:none;stroke:var(--ink);stroke-width:1.6}.language-wrap select{border:0;background:transparent;color:var(--ink);font:700 12px/1 inherit;outline:none;cursor:pointer}.hero{flex:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:5vw;min-height:660px}.hero-copy{position:relative;z-index:2;max-width:650px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--green);margin:0 0 22px}.hero h1{font-size:clamp(55px,6.2vw,94px);line-height:.98;letter-spacing:-.065em;margin:0;font-weight:750}.hero h1 em{color:var(--green);font-style:normal}.intro{max-width:570px;font-size:clamp(17px,1.5vw,22px);line-height:1.55;color:var(--muted);margin:30px 0}.status{display:inline-flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:650;background:rgba(255,250,242,.66)}.status>span:first-child{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(93,139,73,.13)}.hero-art{height:580px;position:relative}.contour{position:absolute;border:1px solid rgba(10,62,77,.09);border-radius:45% 55% 62% 38%/55% 43% 57% 45%;transform:rotate(-14deg)}.contour-a{width:430px;height:340px;right:9%;top:4%;box-shadow:0 0 0 18px rgba(10,62,77,.025),0 0 0 36px rgba(10,62,77,.02),0 0 0 54px rgba(10,62,77,.015)}.contour-b{width:330px;height:210px;left:8%;bottom:4%;transform:rotate(18deg)}.sun{position:absolute;width:130px;height:130px;border-radius:50%;background:#cbd9a6;right:13%;top:11%}.land{position:absolute;right:-18%;bottom:-12%;width:110%;height:60%;border-radius:58% 42% 0 0/42% 52% 0 0;transform:rotate(-8deg);background:var(--ink);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.land-back{right:13%;bottom:0;width:78%;height:44%;background:#779e55;transform:rotate(8deg)}.land-front:after{content:"";position:absolute;inset:24% 0 auto 0;height:1px;background:rgba(255,255,255,.12);box-shadow:0 35px rgba(255,255,255,.09),0 70px rgba(255,255,255,.07)}.lab-card{position:absolute;left:14%;top:14%;width:250px;height:305px;border-radius:32px;background:rgba(255,250,242,.86);border:1px solid rgba(255,255,255,.8);box-shadow:0 30px 70px rgba(10,62,77,.16);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transform:rotate(-3deg)}.lab-card svg{width:130px}.lab-card svg path{fill:none;stroke:var(--ink);stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.lab-card svg .lab-liquid{fill:var(--green);stroke:none}.lab-card svg circle{fill:var(--paper)}.lab-card span{font-size:13px;font-weight:750}.site-footer{display:flex;justify-content:space-between;gap:22px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--muted);position:relative;z-index:4}.site-footer nav{display:flex;gap:24px}.site-footer a,.back{color:inherit;text-decoration:none}.site-footer a:hover,.back:hover{color:var(--green)}.legal-shell{overflow:visible}.legal{width:min(760px,100%);margin:90px auto 110px;flex:1}.legal .back{display:inline-block;margin-bottom:54px;font-weight:650}.legal h1{font-size:clamp(42px,6vw,68px);letter-spacing:-.055em;line-height:1;margin:0 0 14px}.updated{color:var(--muted);margin-bottom:50px}.legal h2{font-size:22px;margin:40px 0 12px}.legal p,.legal li{color:#3f5358;font-size:16px;line-height:1.75}.legal ul{padding-left:22px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:850px){.page-shell{padding-top:20px}.hero{grid-template-columns:1fr;min-height:auto;padding:90px 0 70px}.hero-art{height:420px;margin-top:-20px}.hero h1{font-size:clamp(52px,13vw,78px)}.lab-card{left:9%;top:7%;width:210px;height:255px}.site-footer{flex-direction:column}.site-footer nav{gap:16px}}@media(max-width:520px){.brand span{font-size:25px}.brand-mark,.brand img{width:40px;height:40px}.hero-art{height:340px}.lab-card{width:170px;height:210px}.lab-card svg{width:95px}.sun{width:90px;height:90px}.site-footer nav{flex-wrap:wrap}.legal{margin-top:65px}}@media(prefers-reduced-motion:no-preference){.lab-card{animation:float 7s ease-in-out infinite}.sun{animation:pulse 8s ease-in-out infinite}@keyframes float{50%{transform:translateY(-8px) rotate(-2deg)}}@keyframes pulse{50%{transform:scale(1.04)}}}
