:root{
  --bg:#f7f6f1;--surface:#ffffff;--ink:#101c18;--muted:#617069;--accent:#d8ff64;--dark:#10251f;--line:#dfe5e1;
  --radius:24px;--shadow:0 14px 40px rgba(16,37,31,.10);--page:1200px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:9999}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s}.btn--primary{background:var(--accent);color:var(--dark)}.btn--secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.btn:hover{transform:translateY(-1px)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.05;letter-spacing:-.03em}h1{font-size:clamp(2.8rem,7vw,6.6rem)}h2{font-size:clamp(2rem,4vw,4rem)}h3{font-size:1.25rem}.section{padding:72px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading p{max-width:560px;color:var(--muted);margin:0}.card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}
.announcement{background:var(--dark);color:#fff;font-size:.88rem}.announcement__inner{min-height:36px;display:flex;justify-content:center;align-items:center;text-align:center;padding:6px 0}.site-header{position:sticky;top:0;z-index:40;background:rgba(247,246,241,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,37,31,.08)}.header__inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{font-size:1.45rem;font-weight:950;letter-spacing:-.06em}.brand span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--accent);font-size:.8rem;margin-left:2px}.nav{display:flex;justify-content:center;gap:26px;font-weight:700}.header__actions{display:flex;align-items:center;gap:10px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#fff;border:1px solid var(--line)}.menu-toggle{display:none}
.hero{padding:28px 0 30px}.hero__shell{position:relative;min-height:660px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#17362d,#0f201b);color:#fff}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,25,20,.86) 0%,rgba(9,25,20,.62) 42%,rgba(9,25,20,.12) 72%)}.hero__content{position:relative;z-index:2;max-width:720px;padding:90px 70px}.hero__content p{font-size:1.15rem;max-width:560px;color:rgba(255,255,255,.78)}.hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__badge{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);padding:9px 13px;border-radius:999px;font-size:.85rem;font-weight:800;margin-bottom:24px}.hero__badge-dot{width:8px;height:8px;background:var(--accent);border-radius:50%}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.trust-item strong{display:block;margin-bottom:5px}.trust-item span{color:var(--muted);font-size:.92rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:360px;padding:28px;display:flex;align-items:flex-end;background:#dfe9e4;border-radius:28px;overflow:hidden}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.68))}.category-card__content{position:relative;z-index:2;color:#fff}.category-card__content p{opacity:.8;margin:7px 0 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card__media{aspect-ratio:1/1;background:#eef2ef;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.03)}.product-card__body{padding:18px}.price{font-weight:900}.compare-price{color:var(--muted);text-decoration:line-through;margin-left:8px;font-size:.9rem}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--accent);font-size:.72rem;font-weight:900}.newsletter{background:var(--dark);color:#fff;border-radius:32px;padding:54px}.newsletter__grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.newsletter p{color:rgba(255,255,255,.68);margin-bottom:0;max-width:600px}.newsletter form{display:flex;gap:10px}.newsletter input{min-width:300px;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;padding:0 18px}.site-footer{padding:54px 0 28px;background:#0d1714;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.site-footer a,.site-footer p{color:rgba(255,255,255,.66)}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:8px 0}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:.9rem}
.collection-hero{padding:58px 0 24px}.collection-hero p{color:var(--muted);max-width:650px}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;padding:48px 0 80px}.product-gallery{background:#eef2ef;border-radius:28px;overflow:hidden}.product-gallery img{width:100%;height:auto}.product-info{align-self:start;position:sticky;top:110px}.product-info .price{font-size:1.5rem;margin:12px 0 20px}.product-info select,.product-info input[type=number]{width:100%;height:50px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 14px}.product-info label{display:block;font-weight:800;margin:16px 0 7px}.product-info .btn{width:100%;margin-top:18px}.rte{color:var(--muted)}.cart-page{padding:56px 0 80px}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:100px;height:100px;object-fit:cover;border-radius:16px}.cart-total{text-align:right;margin-top:26px}.empty-state{padding:90px 0;text-align:center}
@media(max-width:900px){.nav{display:none}.menu-toggle{display:inline-flex}.header__inner{grid-template-columns:auto 1fr auto}.hero__shell{min-height:560px}.hero__content{padding:70px 28px}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.newsletter__grid{grid-template-columns:1fr}.newsletter form{flex-direction:column}.newsletter input{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.product-main{grid-template-columns:1fr}.product-info{position:static}}
@media(max-width:560px){.section{padding:52px 0}.hero{padding-top:14px}.hero__shell{min-height:600px;border-radius:24px}.hero__content{padding:60px 22px}.trust-grid,.product-grid{grid-template-columns:1fr 1fr}.newsletter{padding:34px 22px}.footer-grid{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.cart-line{grid-template-columns:82px 1fr}.cart-line>:last-child{grid-column:2}}


[hidden]{display:none!important}button,input,select,textarea{font:inherit}button:disabled{opacity:.5;cursor:not-allowed;transform:none}a,button,input,select,textarea,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #5c8431;outline-offset:4px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn--light{background:#fff;border-color:var(--line);color:var(--ink)}.nav{align-items:center}.nav a,.nav summary{padding:12px 0}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer}.nav-dropdown ul{position:absolute;top:100%;left:-16px;min-width:190px;margin:0;padding:10px 16px;list-style:none;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}.nav-dropdown li a{display:block;padding:9px 0}.mobile-nav{padding-bottom:20px;display:grid;gap:2px;max-height:70vh;overflow:auto}.mobile-nav a{display:flex;align-items:center;min-height:44px;font-weight:700}.mobile-nav__child{padding-left:18px;color:var(--muted)}.cart-icon{position:relative}.cart-icon small{position:absolute;top:-3px;right:-3px;background:var(--accent);border-radius:50%;min-width:18px;height:18px;text-align:center;font-weight:800}.launch-card{padding:48px 30px;border:1px solid var(--line);border-radius:28px;background:#fff;text-align:center}.launch-card h2,.launch-card h3{font-size:clamp(1.8rem,3.5vw,3rem);margin:20px 0 16px}.launch-card p{max-width:560px;margin:0 auto 24px;color:var(--muted)}.category-status{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);padding:4px 9px;border-radius:999px;font-size:.75rem;margin-bottom:10px}.category-card h2{font-size:1.8rem}.category-card__content h3{font-size:1.65rem}.product-card__body h3{margin:12px 0 8px}.newsletter__grid>div{min-width:0}.newsletter form{flex-wrap:wrap;align-items:center}.newsletter form>input[type=email]{flex:1;min-width:180px}.newsletter .eyebrow{color:#c0d0c8}.newsletter-consent{font-size:.78rem!important;line-height:1.6;margin-top:14px!important}.newsletter-consent a{text-decoration:underline;text-underline-offset:3px}.newsletter .form-success,.newsletter .form-errors{flex-basis:100%;color:#fff}.content-width{max-width:820px}.page-title{font-size:clamp(2.5rem,6vw,4.8rem);overflow-wrap:anywhere}.rte h2{font-size:1.5rem;letter-spacing:-.02em;line-height:1.25;color:var(--ink);margin:32px 0 14px}.rte h3{color:var(--ink);line-height:1.3}.rte a,.form-note a,.product-note a,.cart-remove{text-decoration:underline;text-underline-offset:3px}.rte li{margin:8px 0}.rte img{height:auto;border-radius:16px}.rte{overflow-wrap:anywhere;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content-width form{margin-top:32px}.content-width form label{display:block;font-weight:700;margin:18px 0 8px}.content-width input,.content-width textarea,.search-form input{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px;color:var(--ink)}.content-width textarea{resize:vertical}.form-note{font-size:.88rem;color:var(--muted);margin:14px 0 22px}.form-success{padding:16px;border:1px solid #669148;border-radius:14px;margin:18px 0}.form-errors{padding:16px;border:1px solid #a12828;border-radius:14px;margin:18px 0}.form-errors a{text-decoration:underline}.collection-products{padding-top:24px}.pagination{display:flex;justify-content:center;gap:12px;padding:32px}.pagination a,.pagination .current{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:8px;border:1px solid var(--line);border-radius:10px}.product-title{font-size:clamp(2.2rem,4vw,4rem);overflow-wrap:anywhere}.product-images{display:grid;align-content:start;gap:18px}.product-note{margin:18px 0;color:var(--muted);font-size:.9rem}.product-description{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.product-description>h2{font-size:1.5rem}.cart-quantity{width:80px;min-height:44px;margin-top:10px;border:1px solid var(--line);border-radius:8px;padding:6px}.cart-remove{margin-left:14px;display:inline-flex;min-height:44px;align-items:center}.cart-discount{font-size:.85rem;margin-top:8px}.cart-total h2{font-size:1.7rem}.cart-total p{color:var(--muted)}.search-form{display:flex;gap:12px;margin:24px 0 40px;max-width:800px}.search-results-title{font-size:1.5rem;line-height:1.3}.search-empty{grid-column:1/-1;color:var(--muted)}.search-page-result{padding:24px}.footer-description{max-width:340px;margin-top:18px}.site-footer .brand{color:#fff}.brand span{color:var(--dark)}.footer-email{font-size:.88rem;overflow-wrap:anywhere;text-decoration:underline}.footer-heading{font-size:1.1rem;letter-spacing:0;line-height:1.3}.site-footer li a{display:inline-block;padding:5px 0}.password-title{margin-top:48px}.password-access{margin-top:34px}.password-access summary{cursor:pointer;font-weight:700}.password-access button{margin-top:16px}.hero__media img{object-position:center}.hero__content h1{font-size:clamp(2.8rem,6.5vw,5.7rem)}
@view-transition{navigation:auto}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid>div:first-child{grid-column:1/-1}.header__inner{gap:12px;grid-template-columns:auto 1fr}.header__actions{justify-content:flex-end}.hero__overlay{background:linear-gradient(90deg,rgba(9,25,20,.83),rgba(9,25,20,.38))}.newsletter form{align-items:stretch}.newsletter form>input[type=email]{min-width:0}.newsletter .btn{width:100%}}
@media(max-width:560px){.footer-grid,.contact-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.hero__shell{min-height:570px}.hero__content{padding:52px 22px}.hero__badge{font-size:.72rem}.hero__content h1{font-size:2.9rem}.header__actions{gap:6px}.icon-btn{width:40px;height:40px}.hero__buttons .btn{min-width:150px}.search-form{flex-direction:column}.launch-card{padding:34px 20px}.newsletter input{width:100%}.product-card__body{padding:13px}.product-card__body h3{font-size:1.08rem;line-height:1.25}.price{overflow-wrap:anywhere}.cart-total .btn{margin-top:10px}.hero__content p{font-size:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}::view-transition-group(*){animation-duration:.01ms!important}}
