*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#2f7d4b;--green-2:#5f9f6e;--green-dark:#163f2a;--green-deep:#0f2b1d;--green-soft:#eaf3e9;--green-pale:#f3f7f1;--cream:#f7f4ed;--page:#f6f7f3;--surface:#fff;--surface-2:#f0f3ed;--surface-glass:hsla(0,0%,100%,.72);--ink:#111611;--ink-soft:#39433c;--muted:#707a72;--muted-2:#9aa29a;--border:rgba(18,31,21,.11);--border-strong:rgba(18,31,21,.18);--shadow:0 30px 90px rgba(24,52,34,.1);--shadow-soft:0 16px 50px rgba(24,52,34,.08);--danger:#c84242;--white:#fff;--black:#0d110e;--font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--scroll-progress:0}html[data-theme=dark]{--green:#79bd82;--green-2:#9dd5a3;--green-dark:#b8e4bd;--green-deep:#07140d;--green-soft:#12271a;--green-pale:#0d1811;--cream:#121712;--page:#08100b;--surface:#0e1711;--surface-2:#121d15;--surface-glass:rgba(11,20,14,.76);--ink:#f2f6f1;--ink-soft:#c8d0c9;--muted:#9da89f;--muted-2:#758079;--border:rgba(229,244,231,.11);--border-strong:rgba(229,244,231,.18);--shadow:0 30px 90px rgba(0,0,0,.3);--shadow-soft:0 16px 50px rgba(0,0,0,.22);--white:#fff;--black:#061009}html{scroll-behavior:smooth}body,html{background:var(--page)}body{font-family:var(--font);color:var(--ink);font-weight:400;-webkit-font-smoothing:antialiased;transition:background .35s ease,color .35s ease}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input{font:inherit}button{color:inherit}::selection{background:var(--green);color:#fff}.site-shell{overflow:clip;background:var(--page)}.section-shell{width:min(1240px,calc(100% - 64px));margin:0 auto}.scroll-progress{position:fixed;z-index:300;top:0;left:0;height:2px;width:100%;transform:scaleX(var(--scroll-progress));transform-origin:left;background:linear-gradient(90deg,var(--green),#9fd69f);pointer-events:none}.site-nav{position:fixed;z-index:200;top:16px;left:50%;transform:translateX(-50%);width:min(1320px,calc(100% - 32px));height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px 0 24px;border:1px solid transparent;border-radius:20px;transition:height .35s ease,background .35s ease,border-color .35s ease,box-shadow .35s ease,top .35s ease;background:transparent}.site-nav.scrolled{top:10px;height:64px;background:var(--surface-glass);border-color:var(--border);box-shadow:0 16px 40px rgba(20,42,28,.08);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.nav-logo{display:flex;align-items:center;width:max-content}.nav-logo img{height:39px;width:auto;object-fit:contain;transition:filter .3s ease}html[data-theme=dark] .footer-logo img,html[data-theme=dark] .nav-logo img{filter:drop-shadow(0 0 0 transparent)}.nav-logo strong{font-size:1.05rem;letter-spacing:.08em}.nav-links{display:flex;align-items:center;gap:34px;list-style:none;padding:0 18px}.nav-links a{position:relative;font-size:.78rem;font-weight:600;color:var(--ink-soft);letter-spacing:.015em;transition:color .25s ease}.nav-links a:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:1px;background:var(--green);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.btn-light,.btn-primary,.nav-cta{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-weight:700;letter-spacing:-.01em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.nav-cta{min-height:42px;padding:0 18px;border-radius:13px;background:var(--ink);color:var(--page);font-size:.78rem}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,50,30,.18)}.cart-button{height:42px;border:1px solid var(--border);background:var(--surface-glass);border-radius:13px;padding:0 13px;display:flex;align-items:center;gap:7px;cursor:pointer;color:var(--ink);transition:border .25s ease,transform .25s ease,background .25s ease}.cart-button:hover{border-color:var(--border-strong);transform:translateY(-1px)}.cart-icon{font-size:1.05rem;transform:rotate(-10deg)}.cart-label{font-size:.76rem;font-weight:650}.cart-count{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800}.theme-toggle{border:0;background:transparent;cursor:pointer;padding:0;display:grid;place-items:center}.theme-toggle-track{position:relative;width:54px;height:30px;border-radius:999px;border:1px solid var(--border);background:var(--surface-glass);display:flex;align-items:center;justify-content:space-between;padding:0 8px;color:var(--muted);font-size:.75rem;transition:background .3s ease,border-color .3s ease}.theme-toggle-knob{position:absolute;width:22px;height:22px;left:4px;top:3px;border-radius:50%;background:var(--green);box-shadow:0 4px 12px rgba(20,60,35,.22);transition:transform .35s cubic-bezier(.2,.8,.2,1),background .3s ease}html[data-theme=dark] .theme-toggle-knob{transform:translateX(24px)}.theme-toggle-moon,.theme-toggle-sun{position:relative;z-index:2;line-height:1}.hamburger{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:13px;background:var(--surface-glass);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:19px;height:1.5px;background:var(--ink);transition:.25s ease}.hamburger.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{display:none}.hero{position:relative;min-height:100svh;padding:130px 0 0;overflow:hidden;background:radial-gradient(circle at 74% 38%,rgba(92,151,104,.15),transparent 30%),linear-gradient(180deg,var(--page),var(--cream));border-bottom:1px solid var(--border);--pointer-x:72%;--pointer-y:34%}.hero-grid-lines{opacity:.34;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.52),transparent 84%);mask-image:linear-gradient(180deg,rgba(0,0,0,.52),transparent 84%)}.hero-grid-lines,.hero-pointer-glow{position:absolute;inset:0;pointer-events:none}.hero-pointer-glow{background:radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y),rgba(78,143,91,.14),transparent 70%);transition:background .06s linear}.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.hero-orb-one{width:470px;height:470px;right:-120px;top:120px;border:1px solid rgba(79,139,91,.16);box-shadow:inset 0 0 100px rgba(92,151,104,.08);animation:orbFloat 12s ease-in-out infinite}.hero-orb-two{width:240px;height:240px;right:25%;bottom:15%;border:1px solid rgba(79,139,91,.12);animation:orbFloat 15s ease-in-out infinite reverse}@keyframes orbFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-20px,-14px,0) scale(1.05)}}.hero-inner{position:relative;z-index:2;width:min(1240px,calc(100% - 64px));min-height:calc(100svh - 204px);margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:70px;gap:70px;align-items:center;padding:22px 0 56px}.hero-copy{max-width:590px}.hero-kicker{display:flex;align-items:center;gap:10px;font-size:.7rem;font-weight:750;letter-spacing:.15em;color:var(--green);text-transform:uppercase;margin-bottom:22px}.hero-kicker span{width:28px;height:1px;background:var(--green)}.hero-title{font-size:clamp(3.7rem,6.1vw,7.25rem);font-weight:760;line-height:.91;letter-spacing:-.065em;max-width:760px;color:var(--ink);text-wrap:balance}.hero-subtitle{font-size:clamp(.98rem,1.25vw,1.14rem);line-height:1.78;color:var(--muted);max-width:560px;margin-top:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.btn-primary{min-height:52px;padding:0 24px;border-radius:15px;background:var(--green);color:#fff;font-size:.83rem;box-shadow:0 13px 28px rgba(38,116,68,.16)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(38,116,68,.22);background:var(--green-dark)}html[data-theme=dark] .btn-primary:hover{color:#07130a}.btn-primary.full{width:100%}.btn-secondary{min-height:52px;padding:0 24px;border-radius:15px;border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;font-size:.83rem;font-weight:650;background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.25s ease}.btn-secondary:hover{transform:translateY(-2px);border-color:var(--green);color:var(--green)}.hero-trust{display:flex;align-items:center;gap:9px;margin-top:24px;font-size:.73rem;color:var(--muted)}.trust-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(47,125,75,.09)}.hero-product-stage{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center}.product-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(92,151,104,.2),rgba(92,151,104,.06) 47%,transparent 70%);filter:blur(4px);animation:haloPulse 5s ease-in-out infinite}@keyframes haloPulse{0%,to{transform:scale(.96);opacity:.82}50%{transform:scale(1.06);opacity:1}}.product-ring{position:absolute;border:1px solid rgba(64,127,76,.19);border-radius:50%;animation:ringSpin 22s linear infinite}.ring-one{width:470px;height:470px}.ring-two{width:600px;height:600px;border-style:dashed;opacity:.65;animation-duration:34s;animation-direction:reverse}@keyframes ringSpin{to{transform:rotate(1turn)}}.hero-product-wrap{position:relative;z-index:3;width:min(520px,72%);display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 38px 58px rgba(22,45,28,.18));animation:productFloat 5.4s ease-in-out infinite}.hero-product-wrap:after{content:"";position:absolute;z-index:-1;width:58%;height:8%;left:21%;bottom:-1%;background:rgba(20,48,28,.18);filter:blur(18px);border-radius:50%}.hero-product-img{max-height:590px;width:100%;object-fit:contain}@keyframes productFloat{0%,to{transform:translateY(0) rotate(-1.1deg)}50%{transform:translateY(-16px) rotate(1deg)}}.floating-chip{position:absolute;z-index:4;min-width:106px;padding:12px 14px;background:var(--surface-glass);border:1px solid var(--border);border-radius:16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:2px;animation:chipFloat 6s ease-in-out infinite}.floating-chip strong{font-size:1.08rem;letter-spacing:-.04em;color:var(--ink)}.floating-chip span{font-size:.63rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.chip-protein{left:2%;top:20%}.chip-sugar{right:1%;top:30%;animation-delay:-1.4s}.chip-servings{left:7%;bottom:21%;animation-delay:-2.2s}.chip-clean{right:5%;bottom:17%;animation-delay:-3.4s}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-bottom-bar{position:relative;z-index:4;width:min(1240px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);min-height:74px}.hero-bottom-bar>div{display:flex;align-items:center;gap:14px;padding:0 22px;border-right:1px solid var(--border)}.hero-bottom-bar>div:last-child{border-right:0}.hero-bottom-bar span{font-size:.63rem;color:var(--green);font-weight:800;letter-spacing:.1em}.hero-bottom-bar strong{font-size:.72rem;color:var(--ink-soft);font-weight:650}.eyebrow{display:block;font-size:.68rem;font-weight:800;letter-spacing:.17em;color:var(--green);text-transform:uppercase;margin-bottom:18px}.eyebrow.light{color:#a7d7ad}.display-title{font-size:clamp(2.7rem,5vw,5.4rem);line-height:.98;letter-spacing:-.055em;font-weight:730;color:var(--ink);text-wrap:balance}.display-title.smaller{font-size:clamp(2.3rem,4vw,4.2rem)}.section-text{font-size:1.02rem;line-height:1.86;color:var(--muted);max-width:620px;margin-top:24px}.statement-index{font-size:.65rem;font-weight:800;color:var(--muted-2);letter-spacing:.14em;text-transform:uppercase}.statement-index.light{color:hsla(0,0%,100%,.47)}.text-link{gap:8px;margin-top:28px;font-size:.79rem;font-weight:750;border-bottom:1px solid color-mix(in srgb,var(--green) 35%,transparent);padding-bottom:5px}.section-heading-row{display:grid;grid-template-columns:1.05fr .65fr;grid-gap:80px;gap:80px;align-items:end;margin-bottom:52px}.section-heading-row.compact{margin-bottom:38px}.section-heading-row>p{font-size:.93rem;line-height:1.75;color:var(--muted);max-width:460px;justify-self:end}.brand-statement{padding:130px 0;background:var(--surface)}.brand-statement-grid{display:grid;grid-template-columns:140px 1fr .86fr;grid-gap:58px;gap:58px;align-items:center}.about-visual{min-height:540px;display:flex;align-items:center;justify-content:center}.about-image-frame{width:100%;height:540px;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,var(--green-soft),var(--surface-2));border:1px solid var(--border);position:relative}.about-image-frame:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid var(--border-strong);right:-120px;top:-100px}.about-image-frame img{width:100%;height:100%;position:relative;z-index:1;filter:drop-shadow(0 28px 34px rgba(20,45,28,.1))}.about-floating-note{position:absolute;left:-34px;bottom:34px;background:var(--surface-glass);border:1px solid var(--border);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:16px 19px;display:flex;flex-direction:column;gap:4px}.about-floating-note span{font-size:.61rem;color:var(--green);font-weight:800;letter-spacing:.13em}.about-floating-note strong{font-size:.95rem;letter-spacing:-.03em}.philosophy-section{position:relative;overflow:hidden;background:#0a1710;color:#fff;padding:120px 0 0}html[data-theme=dark] .philosophy-section{background:#050b07}.philosophy-noise{position:absolute;inset:0;opacity:.15;background-image:radial-gradient(hsla(0,0%,100%,.12) .7px,transparent 0);background-size:8px 8px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 25%,#000 75%,transparent);mask-image:linear-gradient(90deg,transparent,#000 25%,#000 75%,transparent)}.philosophy-grid{position:relative;z-index:1;display:grid;grid-template-columns:140px 1fr .55fr;grid-gap:58px;gap:58px;align-items:center;padding-bottom:120px}.philosophy-content{max-width:760px}.philosophy-content h2{font-size:clamp(3rem,5.6vw,6rem);line-height:.95;letter-spacing:-.06em;font-weight:720;text-wrap:balance}.philosophy-content p{font-size:1rem;line-height:1.86;color:hsla(0,0%,100%,.62);max-width:670px;margin-top:28px}.philosophy-mark{justify-self:end;width:260px;height:260px;border:1px solid hsla(0,0%,100%,.12);border-radius:50%;display:grid;place-items:center;font-size:5rem;font-weight:800;letter-spacing:-.1em;color:hsla(0,0%,100%,.08);box-shadow:inset 0 0 80px rgba(65,140,81,.08)}.kinetic-line{border-top:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid hsla(0,0%,100%,.12);height:74px;display:flex;align-items:center;overflow:hidden;white-space:nowrap;color:hsla(0,0%,100%,.42);font-size:.7rem;font-weight:750;letter-spacing:.16em}.kinetic-line div{display:inline-block;min-width:max-content;animation:marquee 26s linear infinite;padding-left:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.featured-section{padding:132px 0;background:var(--page)}.featured-product{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;border:1px solid var(--border);border-radius:32px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.featured-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:55px;background:linear-gradient(145deg,var(--green-soft),var(--cream))}.featured-visual-bg{position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid var(--border-strong);box-shadow:0 0 0 90px rgba(76,133,86,.035),0 0 0 180px rgba(76,133,86,.025)}.featured-visual img{position:relative;z-index:2;max-height:520px;width:100%;object-fit:contain;filter:drop-shadow(0 35px 40px rgba(18,42,25,.16));transition:transform .5s cubic-bezier(.2,.8,.2,1)}.featured-product:hover .featured-visual img{transform:translateY(-8px) scale(1.018) rotate(1deg)}.featured-flavor{position:absolute;left:32px;bottom:28px;z-index:3;padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.featured-info{padding:58px;display:flex;flex-direction:column;justify-content:center}.featured-topline{display:flex;justify-content:space-between;gap:24px;padding-bottom:20px;border-bottom:1px solid var(--border);font-size:.63rem;font-weight:800;letter-spacing:.12em;color:var(--muted)}.featured-info h3{font-size:clamp(3.2rem,5vw,5.7rem);line-height:.92;letter-spacing:-.065em;margin-top:38px;font-weight:760}.featured-desc{font-size:.98rem;color:var(--muted);line-height:1.78;margin-top:20px;max-width:520px}.feature-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:30px 0 26px}.feature-metrics>div{padding:20px 16px 20px 0;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.feature-metrics>div:not(:first-child){padding-left:20px}.feature-metrics>div:last-child{border-right:0}.feature-metrics strong{font-size:1.55rem;letter-spacing:-.05em;color:var(--green)}.feature-metrics span{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.price-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.current-price,.sale-price{font-size:2rem;letter-spacing:-.05em;color:var(--ink)}.old-price{font-size:.95rem;color:var(--muted-2);text-decoration:line-through}.discount-badge{font-size:.64rem;font-weight:800;letter-spacing:.08em;background:rgba(200,66,66,.1);color:var(--danger);border-radius:999px;padding:7px 9px}.featured-actions{display:flex;flex-wrap:wrap;gap:12px}.slider-controls{display:flex;align-items:center;gap:14px;margin-top:32px}.slider-controls>button{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:.25s ease}.slider-controls>button:hover{border-color:var(--green);color:var(--green);transform:translateY(-2px)}.slider-dots{display:flex;align-items:center;gap:7px}.slider-dots button{width:8px;height:8px;border-radius:999px;border:0;background:var(--border-strong);cursor:pointer;transition:.25s ease;padding:0}.slider-dots button.active{width:28px;background:var(--green)}.products-section{padding:126px 0;background:var(--surface)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:18px;gap:18px}.product-card{position:relative;min-height:490px;border:1px solid var(--border);border-radius:24px;background:var(--surface);overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .4s ease}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:var(--border-strong)}.product-card-head{position:absolute;z-index:3;left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;font-size:.64rem;font-weight:800;color:var(--muted);letter-spacing:.1em}.sale-pill{background:rgba(200,66,66,.1);color:var(--danger);border-radius:999px;padding:6px 9px}.product-card-image{height:300px;position:relative;display:flex;align-items:center;justify-content:center;padding:42px 35px 18px;background:linear-gradient(180deg,var(--green-pale),var(--surface))}.product-card-glow{position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(77,143,90,.09);filter:blur(6px);transition:transform .5s ease}.product-card:hover .product-card-glow{transform:scale(1.25)}.product-card-image img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(20,46,28,.12));transition:transform .45s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card-image img{transform:translateY(-8px) scale(1.03)}.product-card-body{padding:20px}.product-flavor{font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--green)}.product-card h3{font-size:1.25rem;margin-top:6px;letter-spacing:-.035em}.product-card p{font-size:.76rem;color:var(--muted);margin-top:5px}.product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:20px}.product-price{display:flex;flex-direction:column;gap:4px}.product-price strong{font-size:1.28rem;letter-spacing:-.04em}.product-price span{font-size:.72rem;text-decoration:line-through;color:var(--muted-2)}.round-action{width:42px;height:42px;border-radius:50%;border:0;background:var(--green);color:#fff;font-size:1.2rem;cursor:pointer;transition:.25s ease}.round-action:hover{transform:rotate(90deg) scale(1.06);background:var(--green-dark)}.audience-section{padding:132px 0;background:var(--page)}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(190px,auto);grid-gap:16px;gap:16px}.bento-card{position:relative;border:1px solid var(--border);border-radius:24px;background:var(--surface);padding:26px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.bento-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(65,134,79,.06);right:-80px;bottom:-90px;transition:transform .4s ease}.bento-card:hover{transform:translateY(-5px);border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.bento-card:hover:before{transform:scale(1.35)}.bento-1,.bento-4{grid-column:span 5}.bento-2{grid-column:span 3}.bento-3,.bento-5{grid-column:span 4}.bento-6{grid-column:span 3}.bento-number{font-size:.63rem;font-weight:800;color:var(--green);letter-spacing:.1em}.bento-card h3{font-size:1.3rem;letter-spacing:-.035em;margin-bottom:8px}.bento-card p{font-size:.79rem;line-height:1.65;color:var(--muted);max-width:310px}.bento-arrow{position:absolute;top:24px;right:24px;width:32px;height:32px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;font-size:.72rem;color:var(--muted)}.mission-section{position:relative;min-height:620px;background:linear-gradient(145deg,#173923,#0b1f13);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.mission-orbit{position:absolute;border:1px solid hsla(0,0%,100%,.12);border-radius:50%;animation:ringSpin 42s linear infinite}.orbit-one{width:700px;height:700px;left:-180px;top:-250px}.orbit-two{width:500px;height:500px;right:-100px;bottom:-260px;border-style:dashed;animation-direction:reverse}.mission-inner{position:relative;z-index:2;text-align:center;max-width:970px}.mission-label{font-size:.66rem;font-weight:800;letter-spacing:.18em;color:#a7d7ad;text-transform:uppercase}.mission-inner p{font-size:clamp(2.5rem,5.4vw,5.6rem);line-height:1.01;letter-spacing:-.058em;font-weight:680;margin-top:22px;text-wrap:balance}.ecosystem-section{padding:126px 0;background:var(--surface)}.ecosystem-track{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ecosystem-card{min-height:260px;padding:24px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;transition:.35s ease;position:relative;overflow:hidden}.ecosystem-card:last-child{border-right:0}.ecosystem-card:after{content:"";position:absolute;inset:auto 0 0;height:0;background:var(--green-soft);transition:height .35s ease;z-index:0}.ecosystem-card.active:after,.ecosystem-card:hover:after{height:100%}.ecosystem-card>*{position:relative;z-index:1}.ecosystem-card>span{font-size:.63rem;color:var(--green);font-weight:800;letter-spacing:.11em}.ecosystem-card h3{font-size:1.35rem;letter-spacing:-.04em;writing-mode:vertical-rl;transform:rotate(180deg);align-self:flex-end}.ecosystem-card small{font-size:.58rem;font-weight:800;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.final-cta{position:relative;overflow:hidden;background:#07120b;color:#fff;padding:130px 0;text-align:center}.final-cta-glow{position:absolute;width:760px;height:760px;border-radius:50%;left:50%;top:60%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(74,153,89,.22),transparent 65%)}.final-cta-inner{position:relative;z-index:2}.final-cta h2{font-size:clamp(3rem,6vw,6.8rem);line-height:.92;letter-spacing:-.066em;font-weight:740;text-wrap:balance}.final-cta p{font-size:.95rem;color:hsla(0,0%,100%,.58);margin:24px auto 30px;max-width:520px;line-height:1.7}.btn-light{min-height:54px;padding:0 25px;border-radius:15px;background:#fff;color:#0a150d;font-size:.83rem}.btn-light:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.25)}footer{background:var(--surface);border-top:1px solid var(--border)}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:60px;gap:60px;padding-top:72px;padding-bottom:66px}.footer-logo{display:inline-flex;align-items:center}.footer-logo img{height:46px;width:auto;object-fit:contain}.footer-brand p{font-size:1.65rem;line-height:1.1;letter-spacing:-.045em;font-weight:670;margin-top:24px}.footer-col-title{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:11px}.footer-links a,.footer-links li{font-size:.79rem;color:var(--muted);line-height:1.45}.footer-links a:hover{color:var(--green)}.social-row{display:flex;gap:8px}.social-link{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);display:grid;place-items:center;font-size:.68rem;font-weight:800;transition:.25s ease}.social-link:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-2px)}.footer-bottom{min-height:68px;border-top:1px solid var(--border);align-items:center;justify-content:space-between;font-size:.66rem;color:var(--muted)}.footer-bottom,.footer-bottom>div:last-child{display:flex;gap:20px}.footer-bottom a:hover{color:var(--green)}.modal-overlay{position:fixed;z-index:500;inset:0;background:rgba(4,10,6,.66);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal-box{position:relative;width:min(940px,100%);max-height:92vh;overflow:auto;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:0 36px 100px rgba(0,0,0,.32);transform:translateY(18px) scale(.985);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.modal-overlay.open .modal-box{transform:none}.modal-close{position:absolute;z-index:5;right:16px;top:16px;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;font-size:1.35rem;display:grid;place-items:center;transition:.25s ease}.modal-close:hover{transform:rotate(90deg);border-color:var(--green);color:var(--green)}.product-modal{width:min(880px,100%)}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.product-modal-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:46px;background:linear-gradient(145deg,var(--green-soft),var(--cream));overflow:hidden}.product-modal-halo{position:absolute;width:360px;height:360px;border:1px solid var(--border-strong);border-radius:50%;box-shadow:0 0 0 70px rgba(65,134,79,.04)}.product-modal-visual img{position:relative;z-index:2;width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 30px 32px rgba(18,42,25,.14))}.product-modal-content{padding:54px;display:flex;flex-direction:column;justify-content:center}.product-modal-content h2{font-size:3.1rem;letter-spacing:-.06em;line-height:.95}.product-modal-content>p{font-size:.88rem;line-height:1.75;color:var(--muted);margin-top:18px}.modal-metrics{margin-top:26px}.checkout-modal{width:min(1040px,100%)}.checkout-grid{display:grid;grid-template-columns:.95fr 1.05fr;min-height:620px}.checkout-summary{padding:54px;background:linear-gradient(160deg,var(--green-pale),var(--surface));border-right:1px solid var(--border)}.checkout-form-side{padding:54px}.checkout-step{display:block;font-size:.63rem;font-weight:800;letter-spacing:.14em;color:var(--green);margin-bottom:12px}.checkout-title{font-size:2.25rem;letter-spacing:-.055em;line-height:1;margin-bottom:28px}.cart-list{display:flex;flex-direction:column;gap:2px}.cart-line{display:grid;grid-template-columns:68px 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:15px 0;border-bottom:1px solid var(--border)}.cart-line img{width:68px;height:68px;object-fit:contain;background:var(--surface);border:1px solid var(--border);border-radius:15px;padding:6px}.cart-line-info{min-width:0}.cart-line-name{font-size:.82rem;font-weight:700;line-height:1.35;margin-bottom:9px}.cart-line-price{font-size:.82rem;font-weight:800;white-space:nowrap}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.qty-control button{width:28px;height:26px;border:0;background:transparent;cursor:pointer;color:var(--muted)}.qty-control button:hover{color:var(--green)}.qty-control span{min-width:22px;text-align:center;font-size:.7rem;font-weight:700}.cart-totals{margin-top:26px;padding-top:20px;border-top:1px solid var(--border)}.cart-total-row{display:flex;justify-content:space-between;gap:20px;font-size:.78rem;color:var(--muted);margin-bottom:10px}.cart-total-row.final{font-size:1.05rem;color:var(--ink);font-weight:800;margin-top:15px;padding-top:15px;border-top:1px solid var(--border)}.empty-cart{padding:50px 0;color:var(--muted);font-size:.9rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-field{margin-bottom:14px}.form-field label{display:block;font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}.form-field input,.form-field select{width:100%;height:49px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);color:var(--ink);outline:none;padding:0 14px;transition:border .2s ease,box-shadow .2s ease,background .2s ease}.form-field input::placeholder{color:var(--muted-2)}.form-field input:focus,.form-field select:focus{border-color:var(--green);background:var(--surface);box-shadow:0 0 0 4px rgba(47,125,75,.08)}.checkout-submit{width:100%;height:52px;border:0;border-radius:15px;background:var(--green);color:#fff;font-weight:800;font-size:.82rem;cursor:pointer;transition:.25s ease;margin-top:6px}.checkout-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px rgba(38,116,68,.2)}.checkout-submit:disabled{opacity:.45;cursor:not-allowed}.checkout-success{text-align:center;padding:86px 40px}.success-icon{width:68px;height:68px;border-radius:50%;background:var(--green-soft);border:1px solid var(--border);color:var(--green);display:grid;place-items:center;font-size:1.7rem;margin:0 auto 22px}.checkout-success p{font-size:.9rem;line-height:1.75;color:var(--muted);max-width:560px;margin:-5px auto 28px}.blog-hero{position:relative;padding:160px 0 88px;background:linear-gradient(180deg,var(--page),var(--cream));border-bottom:1px solid var(--border);overflow:hidden}.blog-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid var(--border);right:-160px;top:-180px}.blog-hero-inner{position:relative;z-index:2;text-align:center;max-width:820px;margin:0 auto}.blog-hero h1{font-size:clamp(3.1rem,6vw,6.5rem);letter-spacing:-.065em;line-height:.95;text-wrap:balance}.blog-hero p{font-size:1rem;line-height:1.75;color:var(--muted);max-width:650px;margin:24px auto 0}.blog-grid-wrap{padding:88px 0 120px;background:var(--surface)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.blog-card{min-height:330px;border:1px solid var(--border);border-radius:24px;padding:28px;background:var(--surface);display:flex;flex-direction:column;justify-content:space-between;transition:.35s ease}.blog-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--border-strong)}.blog-card h2{font-size:1.7rem;line-height:1.15;letter-spacing:-.045em;margin-top:14px}.blog-card p{font-size:.84rem;line-height:1.7;color:var(--muted);margin-top:14px}.blog-card .text-link{margin-top:28px}.cookie-banner{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px}.cookie-banner-inner{width:min(1040px,100%);margin:0 auto;border:1px solid var(--border);background:var(--surface-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 24px 70px rgba(0,0,0,.18);border-radius:20px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.cookie-banner-text strong{font-size:.82rem}.cookie-banner-text p{font-size:.72rem;color:var(--muted);line-height:1.55;margin-top:5px}.cookie-banner-text a{color:var(--green);text-decoration:underline}.cookie-banner-actions{display:flex;gap:8px;flex-shrink:0}.cookie-btn{height:40px;padding:0 16px;border-radius:12px;font-size:.72rem;font-weight:750;cursor:pointer}.cookie-btn-reject{border:1px solid var(--border);background:var(--surface);color:var(--ink)}.cookie-btn-accept{border:1px solid var(--green);background:var(--green);color:#fff}.legal-page{max-width:860px;margin:0 auto;padding:130px 28px 90px}.legal-page h1{font-size:clamp(2.5rem,5vw,4.8rem);font-weight:740;line-height:1;letter-spacing:-.055em;margin-bottom:12px;color:var(--ink)}.legal-updated{font-size:.73rem!important;text-transform:uppercase;letter-spacing:.1em;color:var(--green)!important;margin-bottom:42px!important}.legal-page h2{font-size:1.35rem;font-weight:720;margin:32px 0 10px;color:var(--ink);letter-spacing:-.025em}.legal-page p{margin-bottom:13px}.legal-page p,.legal-page ul{font-size:.94rem;color:var(--muted);line-height:1.82}.legal-page ul{margin:0 0 14px 20px}.legal-page li{margin-bottom:5px}.legal-page a{color:var(--green);text-decoration:underline}.legal-page strong{color:var(--ink)}.anim-fade-in,.anim-fade-up,.anim-scale,.anim-slide-left,.anim-slide-right,.anim-stagger{opacity:0;transition:opacity .85s cubic-bezier(.2,.8,.2,1),transform .85s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay,0ms)}.anim-fade-up,.anim-stagger{transform:translateY(34px)}.anim-fade-in{transform:none}.anim-slide-left{transform:translateX(42px)}.anim-slide-right{transform:translateX(-42px)}.anim-scale{transform:scale(.965)}.anim-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.anim-fade-in,.anim-fade-up,.anim-scale,.anim-slide-left,.anim-slide-right,.anim-stagger{opacity:1;transform:none;transition:none}.floating-chip,.hero-orb,.hero-product-wrap,.kinetic-line div,.mission-orbit,.product-halo,.product-ring{animation:none!important}}.admin-login-shell,.admin-shell{--green:#1f8a4c;--green-dark:#15633a;--green-soft:#eef7f1;--black:#0d0d0d;--ink:#1a1a1a;--muted:#6b7178;--muted-2:#9aa0a6;--white:#fff;--surface:#fff;--surface-2:#f6f7f6;--page:#f6f7f6;--border:#e8e9e7;color:var(--ink)}.admin-shell{min-height:100vh;background:var(--page);display:flex}.admin-sidebar{width:240px;background:var(--black);color:var(--white);padding:2rem 1.25rem;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;overflow-y:auto}.admin-logo{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2.5rem;padding:0 .5rem}.admin-logo span{color:var(--green)}.admin-nav{list-style:none;display:flex;flex-direction:column;gap:.25rem}.admin-nav a{display:flex;align-items:center;gap:.7rem;padding:.7rem .875rem;border-radius:8px;font-size:.875rem;color:#b0b0b0;transition:all .2s}.admin-nav a.active,.admin-nav a:hover{background:hsla(0,0%,100%,.08);color:var(--white)}.admin-main{margin-left:240px;flex:1 1;padding:2.5rem 3rem;max-width:1200px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-title{font-size:1.6rem;font-weight:700;letter-spacing:-.015em}.admin-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.75rem;margin-bottom:1.5rem}.admin-card-title{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.admin-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;margin-top:1rem}.admin-label:first-child{margin-top:0}.admin-input,.admin-select,.admin-textarea{width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-family:var(--font);font-size:.9rem;color:var(--ink);background:var(--white);outline:none}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{border-color:var(--green)}.admin-textarea{min-height:90px;resize:vertical}.admin-btn{background:var(--black);color:var(--white);padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:.85rem;border:none;cursor:pointer;transition:all .2s}.admin-btn:hover{background:var(--green)}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-btn-danger{background:#fff;color:#c0392b;border:1px solid #f0c4c4}.admin-btn-danger:hover{background:#fdecea}.admin-btn-ghost{background:var(--white);color:var(--ink);border:1px solid var(--border)}.admin-btn-ghost:hover{border-color:var(--green);color:var(--green)}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:.7rem .5rem}.admin-table td,.admin-table th{border-bottom:1px solid var(--border)}.admin-table td{padding:.85rem .5rem;font-size:.875rem}.admin-badge{display:inline-block;padding:.2rem .6rem;border-radius:100px;font-size:.7rem;font-weight:600}.admin-badge.new{background:#fff4d6;color:#8a6d00}.admin-badge.confirmed{background:#eef7f1;color:#15633a}.admin-badge.shipped{background:#e3eeff;color:#1f4e8a}.admin-badge.delivered{background:#e6f7ee;color:#15633a}.admin-badge.cancelled{background:#fdecea;color:#c0392b}.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.admin-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;border-bottom:1px solid var(--border)}.admin-toggle-row:last-child{border-bottom:none}.admin-toggle{position:relative;width:42px;height:24px;background:var(--border);border-radius:100px;cursor:pointer;transition:background .2s;border:none;flex-shrink:0}.admin-toggle.on{background:var(--green)}.admin-toggle-dot{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:transform .2s}.admin-toggle.on .admin-toggle-dot{transform:translateX(18px)}.admin-login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--page);padding:1.5rem}.admin-login-box{background:var(--white);border-radius:18px;padding:2.75rem;max-width:380px;width:100%;border:1px solid var(--border)}.admin-toast{position:fixed;bottom:2rem;right:2rem;background:var(--black);color:var(--white);padding:.9rem 1.4rem;border-radius:10px;font-size:.85rem;font-weight:600;z-index:2000;box-shadow:0 12px 32px rgba(0,0,0,.25)}.admin-img-preview{width:100%;aspect-ratio:1;border-radius:10px;background:var(--page);border:1.5px dashed var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.75rem}.admin-img-preview img{width:100%;height:100%;object-fit:contain}.admin-empty{text-align:center;padding:3rem;color:var(--muted-2);font-size:.9rem}.admin-product-card{display:flex;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem}.admin-product-img{width:56px;height:56px;border-radius:8px;background:var(--page);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.admin-product-img img{width:100%;height:100%;object-fit:contain}@media(max-width:1100px){.site-nav{grid-template-columns:1fr auto}.nav-links{display:none}.nav-actions{grid-column:2}.hero-inner{grid-template-columns:1fr 1fr;gap:32px}.hero-product-stage{min-height:500px}.ring-two{width:520px;height:520px}.brand-statement-grid,.philosophy-grid{grid-template-columns:90px 1fr}.about-visual,.philosophy-mark{grid-column:2}.about-visual{margin-top:20px}.philosophy-mark{display:none}.bento-1,.bento-2,.bento-3,.bento-4,.bento-5,.bento-6{grid-column:span 6}.ecosystem-track{grid-template-columns:repeat(3,1fr)}.ecosystem-card:nth-child(3){border-right:0}.ecosystem-card:nth-child(n+4){border-top:1px solid var(--border)}}@media(max-width:860px){.hero-bottom-bar,.hero-inner,.section-shell{width:min(720px,calc(100% - 32px))}.site-nav{top:10px;width:calc(100% - 20px);height:62px;border-color:var(--border);background:var(--surface-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);grid-template-columns:1fr auto}.nav-actions{display:none}.blog-nav .nav-actions{display:flex}.blog-nav .nav-cta{display:inline-flex}.hamburger{display:flex}.nav-logo img{height:34px}.blog-nav{grid-template-columns:1fr auto}.blog-nav .theme-toggle-track{width:50px}.mobile-menu{position:fixed;z-index:190;inset:82px 10px auto;border:1px solid var(--border);border-radius:20px;background:var(--surface-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:20px;box-shadow:var(--shadow);flex-direction:column;gap:5px;transform:translateY(-10px);opacity:0;visibility:hidden;transition:.25s ease}.mobile-menu.open{display:flex;opacity:1;visibility:visible;transform:none}.mobile-menu>a{padding:13px 12px;border-radius:11px;font-size:.88rem;font-weight:650}.mobile-menu>a:hover{background:var(--green-soft)}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;padding:0 4px 12px;margin-bottom:5px;border-bottom:1px solid var(--border)}.cart-button.compact{height:38px;font-size:.73rem}.mobile-order-cta{background:var(--green)!important;color:#fff;text-align:center;margin-top:5px}.hero{padding-top:100px}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:55px 0 42px;text-align:left}.hero-copy{max-width:690px}.hero-title{font-size:clamp(3.6rem,13vw,6.2rem)}.hero-product-stage{min-height:500px;margin-top:10px}.hero-product-wrap{width:min(430px,68%)}.floating-chip{min-width:96px}.hero-bottom-bar{grid-template-columns:1fr 1fr}.hero-bottom-bar>div{min-height:62px;border-bottom:1px solid var(--border)}.hero-bottom-bar>div:nth-child(2){border-right:0}.hero-bottom-bar>div:nth-child(n+3){border-bottom:0}.audience-section,.brand-statement,.ecosystem-section,.featured-section,.products-section{padding:88px 0}.brand-statement-grid,.philosophy-grid{grid-template-columns:1fr;gap:24px}.statement-index{margin-bottom:8px}.about-visual{grid-column:1;min-height:auto;margin-top:30px}.about-image-frame{height:470px}.about-floating-note{left:18px}.philosophy-section{padding-top:88px}.philosophy-grid{padding-bottom:88px}.philosophy-content h2{font-size:clamp(3.1rem,10vw,5.4rem)}.philosophy-mark{display:none}.section-heading-row{grid-template-columns:1fr;gap:22px}.section-heading-row>p{justify-self:start}.featured-product{grid-template-columns:1fr;min-height:0}.featured-visual{min-height:500px}.featured-info{padding:40px}.featured-info h3{font-size:clamp(3.4rem,10vw,5.5rem)}.bento-grid,.product-grid{grid-template-columns:1fr 1fr}.bento-grid{grid-auto-rows:auto}.bento-1,.bento-2,.bento-3,.bento-4,.bento-5,.bento-6{grid-column:auto;min-height:200px}.mission-section{min-height:520px}.ecosystem-track{grid-template-columns:1fr 1fr}.ecosystem-card{min-height:210px}.ecosystem-card:nth-child(2n){border-right:0}.ecosystem-card:nth-child(n+3){border-top:1px solid var(--border)}.footer-top{grid-template-columns:1.3fr 1fr;gap:42px}.checkout-grid,.product-modal-grid{grid-template-columns:1fr}.product-modal-visual{min-height:420px}.checkout-summary{border-right:0;border-bottom:1px solid var(--border)}.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hero-bottom-bar,.hero-inner,.section-shell{width:calc(100% - 28px)}.hero{padding-top:88px}.hero-inner{padding-top:42px}.hero-kicker{font-size:.6rem;letter-spacing:.12em}.hero-title{font-size:clamp(3.25rem,17vw,5rem)}.hero-subtitle{font-size:.92rem;margin-top:20px}.hero-actions{display:grid;grid-template-columns:1fr}.btn-primary,.btn-secondary{width:100%}.hero-product-stage{min-height:430px}.hero-product-wrap{width:68%}.ring-one{width:330px;height:330px}.ring-two{width:410px;height:410px}.product-halo{width:370px;height:370px}.floating-chip{padding:9px 10px;min-width:82px;border-radius:13px}.floating-chip strong{font-size:.92rem}.floating-chip span{font-size:.52rem}.chip-protein{left:0;top:17%}.chip-sugar{right:0;top:28%}.chip-servings{left:2%;bottom:18%}.chip-clean{right:1%;bottom:14%}.hero-bottom-bar>div{padding:0 10px;gap:8px}.hero-bottom-bar strong{font-size:.61rem}.hero-bottom-bar span{font-size:.55rem}.audience-section,.brand-statement,.ecosystem-section,.featured-section,.products-section{padding:74px 0}.display-title{font-size:clamp(2.6rem,13vw,4.1rem)}.section-text{font-size:.92rem}.about-image-frame{height:380px;border-radius:22px}.about-floating-note{left:14px;right:14px;bottom:14px}.philosophy-section{padding-top:74px}.philosophy-grid{padding-bottom:72px}.kinetic-line{height:60px}.section-heading-row{margin-bottom:34px}.featured-product{border-radius:24px}.featured-visual{min-height:390px;padding:36px 24px}.featured-visual-bg{width:330px;height:330px}.featured-info{padding:28px 22px 32px}.featured-info h3{font-size:3.55rem;margin-top:28px}.featured-desc{font-size:.88rem}.feature-metrics strong{font-size:1.25rem}.feature-metrics>div{padding:16px 8px 16px 0}.feature-metrics>div:not(:first-child){padding-left:12px}.product-grid{grid-template-columns:1fr}.product-card{min-height:0}.product-card-image{height:300px}.bento-grid{grid-template-columns:1fr}.bento-card{min-height:190px}.mission-section{min-height:470px}.mission-inner p{font-size:clamp(2.4rem,12vw,4rem)}.ecosystem-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border:0;gap:12px;padding-bottom:8px}.ecosystem-card{min-width:220px;min-height:250px;border:1px solid var(--border)!important;border-radius:20px;scroll-snap-align:start}.ecosystem-card h3{writing-mode:initial;transform:none;align-self:flex-start}.footer-top{grid-template-columns:1fr 1fr;padding-top:54px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0}.footer-bottom>div:last-child{flex-direction:column;gap:6px}.final-cta{padding:100px 0}.final-cta h2{font-size:clamp(3rem,14vw,4.8rem)}.modal-overlay{padding:10px;align-items:flex-end}.modal-box{border-radius:24px 24px 18px 18px;max-height:94vh}.product-modal-visual{min-height:310px;padding:30px}.product-modal-content{padding:30px 22px}.product-modal-content h2{font-size:2.5rem}.checkout-form-side,.checkout-summary{padding:30px 22px}.checkout-title{font-size:1.85rem}.form-row-2{grid-template-columns:1fr}.cart-line{grid-template-columns:56px 1fr}.cart-line img{width:56px;height:56px}.cart-line-price{grid-column:2;justify-self:end;margin-top:-22px}.checkout-success{padding:70px 22px}.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-banner-inner{align-items:stretch;flex-direction:column;border-radius:17px}.cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr}.blog-hero{padding:130px 0 66px}.blog-grid-wrap{padding:66px 0 90px}.blog-grid{grid-template-columns:1fr}.blog-card{min-height:290px}}@media(max-width:900px){.admin-sidebar{display:none}.admin-main{margin-left:0;padding:1.5rem}.admin-grid-2{grid-template-columns:1fr}}.hero-grid-lines{display:none}.hero-benefits{position:relative;z-index:4;display:flex;flex-wrap:wrap;gap:12px;padding:0 0 34px}.hero-benefit{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.76rem;font-weight:650;color:var(--ink-soft);box-shadow:var(--shadow-soft)}.brand-statement-grid.clean-two-col,.philosophy-grid.clean-two-col{grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:56px;align-items:center}.clean-two-col .philosophy-content,.clean-two-col .statement-copy{max-width:none}.about-visual{position:relative;min-height:0}.about-image-frame{display:flex;align-items:center;justify-content:center;padding:22px}.about-image-frame img{width:auto;max-width:100%;max-height:100%;object-fit:contain}.text-link{display:inline-flex;align-items:center;margin-top:24px;font-size:.86rem;font-weight:700;color:var(--green)}.text-link:hover{opacity:.85}.featured-topline{justify-content:flex-start}.product-card-head{left:auto;right:18px;top:18px}.product-card-head .sale-pill{display:inline-flex}.bento-card{justify-content:flex-start}.bento-number{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:var(--green-soft)}.bento-card h3{margin-top:0}.ecosystem-card{min-height:220px}.ecosystem-card h3{writing-mode:initial;transform:none;align-self:flex-start;font-size:1.45rem}.ecosystem-card small{margin-top:auto}@media(max-width:1100px){.brand-statement-grid.clean-two-col,.philosophy-grid.clean-two-col{grid-template-columns:1fr;gap:28px}}@media(max-width:860px){.hero-benefits,.hero-inner,.section-shell{width:min(720px,calc(100% - 32px))}.hero-benefits{padding-bottom:26px}}@media(max-width:600px){.hero-benefits,.hero-inner,.section-shell{width:calc(100% - 28px)}.hero-benefits{gap:10px;padding-bottom:22px}.hero-benefit{min-height:38px;padding:0 13px;font-size:.72rem}.brand-statement-grid.clean-two-col,.philosophy-grid.clean-two-col{gap:24px}}