*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}:root{--color-teal:#1d7a78;--color-teal-light:#28a09d;--color-teal-subtle:#1d7a7814;--color-black:#0f1010;--color-off-white:#f5f5f2;--color-surface:#fff;--color-border:#0f101014;--color-text-muted:#0f10107a;--font-heading:"Plus Jakarta Sans", ui-sans-serif, sans-serif;--font-body:"Plus Jakarta Sans", ui-sans-serif, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-hero:clamp(3rem, 7vw, 5.5rem);--space-4:.25rem;--space-8:.5rem;--space-12:.75rem;--space-16:1rem;--space-24:1.5rem;--space-32:2rem;--space-48:3rem;--space-64:4rem;--space-96:6rem;--space-128:8rem;--section-padding:clamp(7.5rem, 10vw, 10rem);--container-max:1200px;--container-pad:clamp(1.5rem, 5vw, 4rem);--nav-height:72px;--radius-sm:4px;--radius-md:8px;--shadow-card:0 1px 2px #0f10100a, 0 4px 16px #0f10100f;--shadow-card-hover:0 4px 8px #0f10100f, 0 12px 40px #1d7a781f;--transition-base:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}body{font-family:var(--font-body);background-color:var(--color-off-white);color:var(--color-black);line-height:1.6}.container{max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.reveal{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-group .reveal-child{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(28px)}.reveal-group .reveal-child.is-visible{opacity:1;transform:translateY(0)}.reveal-group .reveal-child:first-child{transition-delay:0s}.reveal-group .reveal-child:nth-child(2){transition-delay:80ms}.reveal-group .reveal-child:nth-child(3){transition-delay:.16s}.section-label{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--color-teal);margin-bottom:var(--space-16);font-weight:600}.section-title{font-family:var(--font-heading);font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800;line-height:1.1}.nav{z-index:100;height:var(--nav-height);transition:background-color var(--transition-base), border-bottom-color var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--color-border);background-color:#f5f5f2e0}.nav__inner{justify-content:space-between;align-items:center;width:100%;display:flex}.nav__logo{align-items:center;display:flex}.nav__logo img{width:auto;height:28px;display:block}.nav__badge{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-teal);border:1px solid var(--color-teal);padding:var(--space-4) var(--space-12);border-radius:100px;font-weight:500}.hero{min-height:100svh;padding-top:var(--nav-height);background-color:var(--color-off-white);align-items:center;display:flex;position:relative;overflow:hidden}.hero__glow{pointer-events:none;z-index:0;background:radial-gradient(70% 80% at 90%,#1d7a7821 0%,#0000 65%);position:absolute;inset:0}.hero__content{z-index:1;padding-top:var(--space-48);padding-bottom:var(--space-32);max-width:760px;position:relative}.hero__eyebrow{font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--color-teal);margin-bottom:var(--space-24);font-weight:600}.hero__tagline{font-family:var(--font-heading);font-size:var(--text-hero);letter-spacing:-.03em;color:var(--color-black);margin-bottom:var(--space-24);font-weight:800;line-height:1.05}.hero__tagline span{color:var(--color-teal)}.hero__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:44ch;line-height:1.7}@media (width<=768px){.hero__content{padding-block:var(--space-64);max-width:100%}.hero__subtitle{max-width:100%}.hero__glow{background:radial-gradient(100% 50% at 50% 90%,#1d7a781a 0%,#0000 70%)}}.manifesto{padding-block:var(--section-padding);background-color:var(--color-black);color:var(--color-off-white)}.manifesto__text{font-family:var(--font-heading);letter-spacing:-.02em;max-width:800px;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;line-height:1.4}.manifesto__text em{color:var(--color-teal-light);font-style:normal}.products{padding-block:var(--section-padding);background-color:var(--color-off-white)}.products__header{margin-bottom:var(--space-64)}.products__list{gap:var(--space-24);flex-direction:column;display:flex}.product-row{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);min-height:480px;box-shadow:var(--shadow-card);transition:box-shadow var(--transition-base);display:flex;overflow:hidden}.product-row:hover{box-shadow:var(--shadow-card-hover)}.product-row--reverse .product-row__media{order:2}.product-row--reverse .product-row__body{order:1}.product-row--soon{opacity:.6}.product-row__media{background:#fff;flex:0 0 55%;min-height:420px;position:relative;overflow:hidden}.product-row__img{object-fit:contain;width:calc(100% - 64px);height:calc(100% - 80px);display:block;position:absolute;inset:40px 32px}.product-row__body{padding:var(--space-64);flex-direction:column;flex:1;justify-content:center;display:flex}.product-row__number{font-family:var(--font-heading);color:var(--color-teal);letter-spacing:-.04em;margin-bottom:var(--space-16);opacity:.15;font-size:5rem;font-weight:800;line-height:1}.product-row__meta{align-items:center;gap:var(--space-12);margin-bottom:var(--space-8);display:flex}.product-row__label{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-teal);margin-bottom:var(--space-8);font-weight:600}.product-row__meta .product-row__label{margin-bottom:0}.product-row__name{font-family:var(--font-heading);font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--color-black);margin-bottom:var(--space-16);font-weight:800;line-height:1.15}.product-row__desc{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-muted);max-width:40ch;line-height:1.75}.badge--soon{background-color:var(--color-black);color:var(--color-off-white);font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;padding:var(--space-4) var(--space-12);white-space:nowrap;border-radius:100px;align-items:center;font-weight:500;display:inline-flex}@media (width<=768px){.product-row{flex-direction:column;min-height:auto}.product-row--reverse .product-row__media,.product-row--reverse .product-row__body{order:0}.product-row__media{aspect-ratio:16/9;width:100%;height:auto;min-height:unset;flex:none}.product-row__img{width:calc(100% - 48px);height:calc(100% - 64px);inset:32px 24px}.product-row__body{padding:var(--space-32)}.product-row__number{font-size:3rem}.product-row__name{font-size:var(--text-2xl)}.product-row__desc{max-width:100%}}.why{padding-block:var(--section-padding);background-color:var(--color-black);color:var(--color-off-white)}.why__header{margin-bottom:var(--space-96)}.why__header .section-label{color:var(--color-teal-light)}.why__header .section-title{color:var(--color-off-white)}.why__grid{gap:var(--space-48);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=768px){.why__grid{grid-template-columns:1fr}}.why-item__number{font-family:var(--font-heading);color:var(--color-teal);margin-bottom:var(--space-24);letter-spacing:-.04em;font-size:5rem;font-weight:800;line-height:1}.why-item__title{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-16);font-weight:700}.why-item__desc{font-family:var(--font-body);font-size:var(--text-base);color:#f5f5f299;line-height:1.75}.footer{padding-block:var(--space-64);background-color:var(--color-off-white);border-top:1px solid var(--color-border)}.footer__inner{align-items:center;gap:var(--space-24);text-align:center;flex-direction:column;display:flex}.footer__logo{align-items:center;display:flex}.footer__logo img{opacity:.7;width:auto;height:24px;display:block}.footer__instagram{color:var(--color-teal);transition:opacity var(--transition-base);justify-content:center;align-items:center;display:inline-flex}.footer__instagram:hover{opacity:.7}.footer__instagram svg{display:block}.footer__launch{font-family:var(--font-heading);font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;color:var(--color-teal);font-weight:700}.footer__tagline{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase}
/*$vite$:1*/