:root{
  --ink:#172017;
  --ink-soft:#2f382f;
  --paper:#f4f2eb;
  --surface:#fbfaf6;
  --surface-2:#eeece3;
  --sage:#8f9a7a;
  --sage-dark:#5c6950;
  --gold:#b49355;
  --sand:#d8c48e;
  --muted:#6d746a;
  --line:rgba(23,32,23,.12);
  --shadow:0 24px 70px rgba(23,32,23,.10);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:18px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;font-family:'DM Sans',sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit;color:inherit}
button{cursor:pointer}
svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
::selection{background:#d7dfca;color:var(--ink)}
.noise{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
main{min-height:60vh}

/* Loader */
.page-loader{position:fixed;inset:0;z-index:3000;background:#111811;display:grid;place-items:center;transition:opacity .8s ease,visibility .8s ease}
.page-loader.hide{opacity:0;visibility:hidden}
.loader-orbit{width:122px;height:122px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;animation:spin 1.35s linear infinite;position:relative}
.loader-orbit:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--sand);top:-4px;left:50%;transform:translateX(-50%)}
.loader-orbit img{width:76px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.2))}
.loader-line{position:absolute;bottom:14vh;width:210px;height:1px;background:rgba(255,255,255,.16);overflow:hidden}
.loader-line i{display:block;width:42%;height:100%;background:var(--sand);animation:load 1.15s ease-in-out infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes load{from{transform:translateX(-120%)}to{transform:translateX(300%)}}

/* Header */
.announcement{background:var(--ink);color:#edeade;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.announcement-inner{height:33px;width:min(var(--container),calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:center;gap:26px}
.announcement a{color:#dec78d;font-weight:800;white-space:nowrap}
.site-header{height:78px;position:sticky;top:0;z-index:80;background:rgba(244,242,235,.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}
.header-inner{height:100%;width:min(1380px,calc(100% - 44px));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:11px;width:max-content}
.brand-mark{width:47px;height:47px;border-radius:16px;background:rgba(255,255,255,.55);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}
.brand-mark img{width:39px;height:39px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;gap:1px}
.brand strong{font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.045em}
.brand small{font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:700}
.desktop-nav{display:flex;align-items:center;gap:8px}
.desktop-nav a{position:relative;padding:11px 13px;border-radius:999px;font-size:13px;font-weight:700;color:#3d463b;transition:.25s}
.desktop-nav a:hover,.desktop-nav a.is-active{background:rgba(255,255,255,.65);color:var(--ink)}
.desktop-nav a.is-active:after{content:"";position:absolute;left:50%;bottom:4px;transform:translateX(-50%);width:4px;height:4px;background:var(--sage-dark);border-radius:50%}
.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}
.icon-btn,.cart-pill{border:1px solid var(--line);background:rgba(255,255,255,.55);height:43px;display:flex;align-items:center;justify-content:center;transition:.25s}
.icon-btn{width:43px;border-radius:50%}
.icon-btn svg,.cart-pill svg{width:19px}
.icon-btn:hover,.cart-pill:hover{background:#fff;transform:translateY(-1px)}
.cart-pill{border-radius:999px;padding:0 8px 0 15px;gap:9px;font-size:12px;font-weight:800}
.cart-pill b{min-width:27px;height:27px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:10px}
.menu-toggle{display:none}
.mobile-menu,.mobile-bottom-nav{display:none}

/* Typography / utilities */
.eyebrow{font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--sage-dark);display:flex;align-items:center;gap:10px}
.eyebrow:before{content:"";width:27px;height:1px;background:currentColor}
.display{font-family:Manrope,sans-serif;font-size:clamp(54px,6.8vw,101px);line-height:.91;letter-spacing:-.073em;margin:0;font-weight:700}
.section-title{font-family:Manrope,sans-serif;font-size:clamp(40px,4.8vw,66px);line-height:.98;letter-spacing:-.06em;margin:0;font-weight:700}
.lead{font-size:clamp(17px,1.7vw,20px);line-height:1.58;color:#5f665c;margin:0}
.btn{min-height:51px;border-radius:999px;border:1px solid var(--ink);padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:800;transition:.25s;background:transparent}
.btn svg{width:18px}
.btn.primary{background:var(--ink);color:#f8f6ef}
.btn.ghost{background:rgba(255,255,255,.4)}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(23,32,23,.10)}
.btn.primary:hover{background:var(--sage-dark);border-color:var(--sage-dark)}
.text-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800}
.text-link svg{width:18px;transition:.2s}
.text-link:hover svg{transform:translateX(3px)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}
.reveal.in{opacity:1;transform:none}

/* Home hero */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.commerce-hero{min-height:610px;background:radial-gradient(circle at 75% 22%,rgba(143,154,122,.18),transparent 31%),linear-gradient(180deg,#f7f5ef 0%,var(--paper) 100%)}
.commerce-hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;border:1px solid rgba(92,105,80,.10);right:-170px;top:-210px;box-shadow:0 0 0 70px rgba(92,105,80,.035),0 0 0 140px rgba(92,105,80,.02)}
.hero-grid{min-height:610px;display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center;padding:52px 0}
.hero-copy{position:relative;z-index:2;max-width:690px}
.hero-copy .eyebrow{margin-bottom:24px}
.hero-copy .display span{display:block;color:var(--sage-dark)}
.hero-copy>p{font-size:17px;line-height:1.7;color:#5d655b;max-width:640px;margin:27px 0 26px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-benefits{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}
.hero-benefits span{font-size:11px;font-weight:700;color:#66705f;display:flex;align-items:center;gap:7px}
.hero-benefits i{width:6px;height:6px;border-radius:50%;background:var(--gold)}
.hero-product{min-width:0}
.hero-product-surface{min-height:500px;border-radius:42px;background:linear-gradient(145deg,#e4dfcf 0%,#adb59a 55%,#8d9878 100%);position:relative;overflow:hidden;padding:31px;display:flex;flex-direction:column;box-shadow:var(--shadow)}
.hero-product-surface:before,.hero-product-surface:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.34)}
.hero-product-surface:before{width:430px;height:430px;left:50%;top:46%;transform:translate(-50%,-50%)}
.hero-product-surface:after{width:330px;height:330px;left:50%;top:46%;transform:translate(-50%,-50%)}
.hero-product-kicker{position:relative;z-index:2;font-size:9px;font-weight:900;letter-spacing:.18em;color:#32402f}
.hero-logo-wrap{flex:1;display:grid;place-items:center;position:relative;z-index:2}
.hero-logo{width:min(340px,77%);filter:drop-shadow(0 28px 40px rgba(23,32,23,.27));animation:float 5.5s ease-in-out infinite}
@keyframes float{50%{transform:translateY(-9px)}}
.hero-product-copy{position:relative;z-index:2;background:rgba(250,248,241,.84);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.62);border-radius:20px;padding:17px 18px;max-width:370px;margin-left:auto}
.hero-product-copy strong{font-family:Manrope,sans-serif;font-size:14px}
.hero-product-copy p{margin:6px 0 0;font-size:11px;line-height:1.55;color:#5f665d}

/* Category rail */
.category-section{padding:76px 0 30px}
.section-head{display:grid;grid-template-columns:1fr minmax(280px,440px);gap:60px;align-items:end;margin-bottom:35px}
.section-head.compact{grid-template-columns:1fr auto;align-items:end;margin-bottom:25px}
.section-head h2{font-family:Manrope,sans-serif;font-size:clamp(30px,3.2vw,45px);letter-spacing:-.055em;line-height:1.03;margin:8px 0 0}
.section-head .lead{align-self:end}
.category-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.category-tile{min-height:130px;border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:21px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:end;transition:.28s;position:relative;overflow:hidden}
.category-tile:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(143,154,122,.12);right:-80px;top:-80px;transition:.3s}
.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(23,32,23,.18)}
.category-tile:hover:before{transform:scale(1.15)}
.category-no{align-self:start;font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--gold)}
.category-tile strong{font-family:Manrope,sans-serif;font-size:19px;letter-spacing:-.03em;position:relative}
.category-arrow{position:relative;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}
.category-arrow svg{width:16px}

/* Product grid */
.section{padding:90px 0}
.products-section{padding-top:78px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.shop-grid{grid-template-columns:repeat(4,1fr)}
.product-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:25px;overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 58px rgba(23,32,23,.10);border-color:rgba(23,32,23,.16)}
.product-media{aspect-ratio:1/1;background:linear-gradient(145deg,#e4dfd1,#b0b99e);display:grid;place-items:center;position:relative;overflow:hidden}
.product-media:after{content:"";position:absolute;width:72%;height:72%;border:1px solid rgba(255,255,255,.42);border-radius:50%}
.product-media img{width:61%;height:61%;object-fit:contain;position:relative;z-index:2;transition:.42s;filter:drop-shadow(0 18px 25px rgba(23,32,23,.16))}
.product-card:hover .product-media img{transform:scale(1.045)}
.product-badge{position:absolute;top:13px;left:13px;z-index:3;background:rgba(251,250,246,.88);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.65);border-radius:999px;padding:7px 10px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.10em;max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.media-arrow{position:absolute;z-index:3;right:13px;bottom:13px;width:39px;height:39px;border-radius:50%;background:rgba(251,250,246,.9);display:grid;place-items:center;opacity:0;transform:translateY(7px);transition:.25s}
.media-arrow svg{width:17px}
.product-card:hover .media-arrow{opacity:1;transform:none}
.product-body{padding:18px 18px 17px;display:flex;flex-direction:column;flex:1}
.product-title-row{display:grid;grid-template-columns:1fr auto;gap:13px;align-items:start}
.product-body h3{font-family:Manrope,sans-serif;font-size:19px;line-height:1.14;letter-spacing:-.04em;margin:0}
.product-title-row>strong{font-size:13px;white-space:nowrap;padding-top:3px}
.product-body p{font-size:12px;line-height:1.55;color:var(--muted);margin:10px 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:37px}
.product-actions{margin-top:auto;padding-top:13px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-link{font-size:11px;font-weight:800;color:#4a5546}
.quick-add{width:38px;height:38px;border-radius:50%;border:0;background:var(--ink);color:#fff;display:grid;place-items:center;transition:.22s;flex:0 0 auto}
.quick-add svg{width:16px}
.quick-add:hover{background:var(--sage-dark);transform:rotate(4deg) scale(1.04)}
.quick-add:disabled{opacity:.55;cursor:wait}
.section-cta{text-align:center;margin-top:32px}

/* Story / values */
.story-section{padding:20px 0 90px}
.story-shell{display:grid;grid-template-columns:.86fr 1.14fr;border-radius:38px;overflow:hidden;background:var(--ink);color:#f5f2e9;min-height:520px}
.story-visual{position:relative;background:linear-gradient(145deg,#8e987a,#c4b888);display:grid;place-items:center;overflow:hidden}
.story-visual:before,.story-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%}
.story-visual:before{width:390px;height:390px}.story-visual:after{width:285px;height:285px}
.story-symbol{position:relative;z-index:2;width:64%;max-width:340px}
.story-symbol img{filter:drop-shadow(0 24px 34px rgba(0,0,0,.2))}
.story-visual>span{position:absolute;left:25px;bottom:24px;font-size:9px;font-weight:900;letter-spacing:.17em;z-index:2}
.story-copy{padding:clamp(44px,6vw,82px);display:flex;flex-direction:column;justify-content:center}
.story-copy .eyebrow{color:#d5c184}
.story-copy .section-title{margin:12px 0 26px}
.story-copy p{font-size:14px;line-height:1.76;color:#bfc4bb;margin:0 0 15px;max-width:690px}
.light-link{color:#f5f2e9;margin-top:15px}
.values-section{padding:0 0 88px}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--surface);border-radius:28px;overflow:hidden}
.value-item{padding:29px;display:grid;grid-template-columns:auto 1fr;gap:17px;border-right:1px solid var(--line)}
.value-item:last-child{border-right:0}
.value-icon{width:46px;height:46px;border-radius:15px;background:#e7eadf;display:grid;place-items:center;color:var(--sage-dark)}
.value-icon svg{width:21px}
.value-item h3{font-family:Manrope,sans-serif;font-size:16px;margin:2px 0 7px}
.value-item p{font-size:11px;line-height:1.55;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Newsletter */
.newsletter{padding:0 0 92px}
.newsletter-card{background:linear-gradient(135deg,#e8e4d8,#d9dece);border:1px solid var(--line);border-radius:32px;padding:clamp(30px,5vw,56px);display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center;overflow:hidden;position:relative}
.newsletter-card:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(92,105,80,.12);border-radius:50%;right:-100px;top:-130px;box-shadow:0 0 0 45px rgba(92,105,80,.04)}
.newsletter-eyebrow{margin-bottom:11px}
.newsletter-card h2{font-family:Manrope,sans-serif;font-size:clamp(30px,3.2vw,46px);letter-spacing:-.055em;line-height:1.03;margin:0 0 10px}
.newsletter-card p{font-size:13px;line-height:1.65;color:#62685f;max-width:610px;margin:0}
.newsletter-form{position:relative;z-index:2;background:rgba(251,250,246,.76);border:1px solid rgba(255,255,255,.68);border-radius:999px;padding:5px;display:flex;align-items:center}
.newsletter-form input{min-width:0;flex:1;border:0;background:transparent;outline:0;padding:0 16px;font-size:13px}
.newsletter-form button{height:46px;border:0;border-radius:999px;background:var(--ink);color:#fff;padding:0 18px;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800}
.newsletter-form button svg{width:16px}

/* Shop */
.page-hero{padding:70px 0 50px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f7f5ef,var(--paper))}
.page-hero .eyebrow{margin-bottom:14px}
.page-hero .lead{max-width:760px;margin-top:16px}
.page-hero-row{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px}
.shop-count{width:95px;height:95px;border-radius:50%;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.45)}
.shop-count strong{font-family:Manrope,sans-serif;font-size:24px}
.shop-count span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.shop-section{padding:34px 0 95px}
.shop-controls{position:sticky;top:78px;z-index:45;background:rgba(244,242,235,.94);backdrop-filter:blur(16px);padding:11px 0 14px;display:grid;grid-template-columns:260px 1fr;gap:15px;align-items:center;border-bottom:1px solid var(--line);margin-bottom:25px}
.shop-search{height:45px;border:1px solid var(--line);border-radius:999px;background:var(--surface);display:flex;align-items:center;padding:0 15px;gap:10px}
.shop-search svg{width:17px;color:var(--muted)}
.shop-search input{border:0;outline:0;background:transparent;width:100%;font-size:12px}
.filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}
.filters::-webkit-scrollbar{display:none}
.filter-btn{height:41px;border-radius:999px;padding:0 15px;border:1px solid var(--line);background:rgba(255,255,255,.45);font-size:11px;font-weight:800;white-space:nowrap;transition:.2s}
.filter-btn:hover,.filter-btn.active{background:var(--ink);border-color:var(--ink);color:#fff}
.shop-empty{display:none;text-align:center;padding:70px 20px;border:1px dashed rgba(23,32,23,.2);border-radius:28px;margin-top:15px}
.shop-empty.show{display:block}
.shop-empty svg{width:35px;margin:auto;color:var(--sage-dark)}
.shop-empty h2{font-family:Manrope,sans-serif;margin:14px 0 5px}
.shop-empty p{color:var(--muted);font-size:13px;margin:0 0 20px}

/* Product detail */
.product-page{padding:28px 0 84px}
.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:10px;color:var(--muted);margin:0 0 22px;white-space:nowrap;overflow:hidden}
.breadcrumbs b{color:var(--ink);overflow:hidden;text-overflow:ellipsis}
.product-detail{display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:start}
.product-gallery{position:sticky;top:126px;min-width:0}
.gallery-badge{top:20px;left:20px}
.gallery-orbit{position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(255,255,255,.44);border-radius:50%}
.gallery-orbit:after{content:"";position:absolute;inset:12%;border:1px solid rgba(255,255,255,.36);border-radius:50%}
.product-copy{padding:35px 0}
.product-copy .eyebrow{margin-bottom:16px}
.product-copy h1{font-family:Manrope,sans-serif;font-size:clamp(44px,5vw,68px);line-height:.95;letter-spacing:-.063em;margin:0 0 18px}
.product-price{font-family:Manrope,sans-serif;font-size:25px;font-weight:800;margin:0 0 18px}
.product-summary{font-size:16px;line-height:1.72;color:#626a60;margin:0 0 20px;max-width:600px}
.product-assurance{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 17px}
.product-assurance span{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.42);font-size:10px;font-weight:700;color:#556050}
.product-assurance svg{width:15px}
.stock{display:flex;gap:8px;align-items:center;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin:17px 0}
.stock i{width:8px;height:8px;border-radius:50%;background:#729261;box-shadow:0 0 0 4px rgba(114,146,97,.12)}
.stock.out i{background:#a3665c;box-shadow:0 0 0 4px rgba(163,102,92,.12)}
.buy-row{display:grid;grid-template-columns:130px 1fr;gap:10px;margin:23px 0 27px}
.qty-control{height:53px;border:1px solid var(--line);border-radius:999px;display:grid;grid-template-columns:38px 1fr 38px;background:var(--surface);overflow:hidden}
.qty-control button{border:0;background:transparent;font-size:19px}
.qty{width:100%;border:0;background:transparent;outline:0;text-align:center;font-weight:800;-moz-appearance:textfield}
.qty::-webkit-outer-spin-button,.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.add-main{min-height:53px}
.accordion{border-top:1px solid var(--line);margin-top:30px}
.accordion details{padding:19px 0;border-bottom:1px solid var(--line)}
.accordion summary{font-size:13px;font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary:after{content:"+";width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.45);display:grid;place-items:center;font-size:16px}
.accordion details[open] summary:after{content:"−"}
.accordion p{font-size:13px;line-height:1.7;color:var(--muted);margin:14px 0 2px;max-width:670px}
.related-section{padding:72px 0 95px;border-top:1px solid var(--line)}
.related-grid{grid-template-columns:repeat(4,1fr)}
.related-grid .product-body p{display:none}

/* Editorial / mushrooms */
.editorial{padding:82px 0 95px}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.editorial-card{border-radius:32px;min-height:390px;padding:clamp(34px,5vw,62px);border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.editorial-card.dark{background:var(--ink);color:#f6f3e9}
.editorial-card.olive{background:#95a082;color:#172017}
.editorial-card h2{font-family:Manrope,sans-serif;font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.055em;margin:0 0 14px}
.editorial-card p{font-size:14px;line-height:1.72;color:inherit;opacity:.8;max-width:700px}
.orb{position:absolute;width:240px;height:240px;border:1px solid currentColor;opacity:.09;border-radius:50%;right:-60px;top:-60px;box-shadow:0 0 0 45px currentColor,0 0 0 90px currentColor}
.mushroom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.mushroom-card{min-height:255px;padding:30px;border-radius:27px;border:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden}
.mushroom-card span{font-family:Manrope,sans-serif;font-size:46px;color:var(--gold)}
.mushroom-card h3{font-family:Manrope,sans-serif;font-size:22px;margin:27px 0 9px}
.mushroom-card p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}

/* Forms / checkout / account */
.form-shell{width:min(760px,calc(100% - 48px));margin:64px auto 100px;padding:clamp(28px,5vw,54px);background:var(--surface);border:1px solid var(--line);border-radius:30px;box-shadow:0 20px 60px rgba(23,32,23,.07)}
.form-shell .eyebrow{margin-bottom:12px}
.form-shell h1{font-family:Manrope,sans-serif;font-size:clamp(36px,5vw,48px);letter-spacing:-.055em;margin:0 0 25px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:13px}
.field.full{grid-column:1/-1}
.field label{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:13px 14px;outline:0;transition:.2s}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(143,154,122,.12)}
.field textarea{min-height:112px;resize:vertical}
.alert{padding:13px 15px;border-radius:13px;background:#e7eddf;border:1px solid #cfdbc4;margin-bottom:15px;font-size:12px}
.alert.error{background:#f5e8e4;border-color:#e6ccc4}
.form-meta{display:flex;justify-content:space-between;margin-top:17px;font-size:12px;color:var(--muted)}
.form-meta a{font-weight:800;color:var(--ink)}
.account-shell{padding:65px 0 100px}
.account-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}
.account-head h1{font-family:Manrope,sans-serif;font-size:48px;letter-spacing:-.06em;margin:8px 0 5px}
.account-head p{color:var(--muted);margin:0}
.account-shell> .container>h2{font-family:Manrope,sans-serif}
.orders{background:var(--surface);border:1px solid var(--line);border-radius:25px;overflow:hidden}
.order-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:17px 20px;border-bottom:1px solid var(--line);font-size:12px}
.order-row:last-child{border-bottom:0}
.status{font-size:8px;text-transform:uppercase;font-weight:900;padding:6px 9px;border-radius:999px;background:#e7eadf;width:max-content}
.empty-state{padding:60px 25px;border:1px dashed rgba(23,32,23,.2);border-radius:28px;text-align:center;background:rgba(255,255,255,.25)}
.empty-state h2{font-family:Manrope,sans-serif}
.empty-state p{color:var(--muted)}

/* Cart */
.cart-page{padding:48px 0 100px}
.cart-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:start}
.cart-items{background:var(--surface);border:1px solid var(--line);border-radius:25px;padding:8px 21px}
.cart-item{display:grid;grid-template-columns:82px 1fr 84px 100px 32px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-thumb{width:76px;height:76px;border-radius:18px;background:linear-gradient(145deg,#e4dfd1,#aab59a);display:grid;place-items:center;overflow:hidden}
.cart-thumb img{width:64%;height:64%;object-fit:contain}
.cart-name{display:flex;flex-direction:column;gap:5px}
.cart-name strong{font-family:Manrope,sans-serif;font-size:14px}
.cart-name small{color:var(--muted)}
.cart-item input{width:70px;border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:10px;text-align:center}
.cart-price{font-size:13px}
.remove{border:0;background:transparent;width:30px;height:30px;border-radius:50%;font-size:19px;color:#7e817a}
.remove:hover{background:#eeeae0;color:var(--ink)}
.cart-summary{background:var(--ink);color:#f4f2eb;border-radius:26px;padding:28px;position:sticky;top:130px}
.cart-summary h2{font-family:Manrope,sans-serif;font-size:24px;margin:0 0 10px}
.summary-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:13px}
.form-shell .summary-row{border-bottom:1px solid var(--line)}
.summary-row.total{font-size:18px;font-weight:900;border:0;padding:18px 0}
.cart-summary p{font-size:10px;line-height:1.55;color:#aeb5aa;margin:9px 0 15px}
.cart-summary .btn{width:100%;background:#f6f3ea;color:var(--ink);border-color:#f6f3ea}

/* Legal */
.legal{padding:65px 0 100px}
.legal article{max-width:780px}
.legal h1{font-family:Manrope,sans-serif;font-size:48px;letter-spacing:-.06em}
.legal p,.legal li{line-height:1.75;color:var(--muted)}

/* Footer */
.site-footer{background:#121a12;color:#f4f0e5;padding:66px clamp(22px,4vw,64px) 22px}
.footer-top{display:grid;grid-template-columns:1.15fr 1fr .65fr;gap:65px;max-width:1380px;margin:auto}
.footer-brand{display:flex;gap:17px;max-width:430px}
.footer-logo{width:70px;height:70px;border-radius:20px;background:rgba(255,255,255,.06);display:grid;place-items:center;flex:0 0 auto}
.footer-logo img{width:61px}
.footer-brand strong{font-family:Manrope,sans-serif;font-size:22px}
.footer-brand p{font-size:12px;line-height:1.65;color:#aeb4a9;margin:8px 0 0}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.site-footer small{display:block;color:#777f75;font-size:8px;font-weight:900;letter-spacing:.16em;margin-bottom:13px}
.footer-links a,.footer-contact a{display:block;font-size:12px;color:#d6d9d1;margin:9px 0}
.footer-links a:hover,.footer-contact a:hover{color:#fff}
.footer-contact .admin-mini{margin-top:20px;color:#737b70;font-size:9px}
.footer-bottom{max-width:1380px;margin:48px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:19px;display:flex;justify-content:space-between;color:#747c72;font-size:9px}

/* Consent / toast */
.cookie-banner{position:fixed;z-index:150;left:18px;right:18px;bottom:18px;border-radius:20px;background:rgba(18,26,18,.96);backdrop-filter:blur(14px);color:white;padding:17px 19px;display:none;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 20px 70px rgba(0,0,0,.25)}
.cookie-banner.show{display:flex}
.cookie-banner p{margin:0;display:flex;flex-direction:column;gap:5px;font-size:11px}
.cookie-banner p span{color:#b8bdb5}
.cookie-banner div{display:flex;gap:7px}
.cookie-banner button{border:1px solid rgba(255,255,255,.3);color:white;background:transparent;border-radius:999px;padding:9px 12px;font-size:10px}
.cookie-banner button.primary{background:var(--paper);color:var(--ink)}
.toast:empty{display:none}.toast{position:fixed;z-index:220;top:125px;right:22px;background:var(--ink);color:white;border-radius:999px;padding:12px 16px;font-size:11px;box-shadow:0 12px 35px rgba(23,32,23,.2);transform:translateX(140%);transition:.3s}
.toast.show{transform:none}

@media(max-width:1100px){
  .desktop-nav{gap:1px}.desktop-nav a{padding:10px 9px;font-size:12px}
  .shop-grid{grid-template-columns:repeat(3,1fr)}
  .hero-grid{gap:42px}.hero-product-surface{min-height:470px}
  .product-detail{gap:42px}
}

@media(max-width:920px){
  .header-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.menu-toggle{display:flex}.cart-text{display:none}.cart-pill{width:43px;padding:0;border-radius:50%;position:relative}.cart-pill b{position:absolute;right:-4px;top:-5px;min-width:18px;width:18px;height:18px;font-size:8px}
  .hero-grid{grid-template-columns:1fr;padding:45px 0 55px}.commerce-hero,.hero-grid{min-height:auto}.hero-copy{max-width:760px}.hero-product-surface{min-height:460px;max-width:680px;width:100%;margin:auto}
  .section-head{grid-template-columns:1fr;gap:18px}.section-head .lead{max-width:680px}
  .product-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}
  .story-shell{grid-template-columns:1fr}.story-visual{min-height:400px}.story-copy{padding:50px 40px}
  .value-grid{grid-template-columns:1fr}.value-item{border-right:0;border-bottom:1px solid var(--line)}.value-item:last-child{border-bottom:0}
  .newsletter-card{grid-template-columns:1fr;gap:28px}
  .product-detail{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.product-copy{padding:5px 0}.related-grid{grid-template-columns:repeat(2,1fr)}
  .cart-layout{grid-template-columns:1fr}.cart-summary{position:relative;top:auto}
  .footer-top{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1}
  .editorial-grid{grid-template-columns:1fr}
}

@media(max-width:720px){
  :root{--radius-xl:28px;--radius-lg:22px}
  body{padding-bottom:74px}
  .container{width:calc(100% - 28px)}
  .announcement-inner{width:calc(100% - 28px);height:29px;justify-content:space-between;gap:12px;font-size:8px}.announcement-inner span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .site-header{height:64px}.header-inner{width:calc(100% - 24px);gap:8px}.brand-mark{width:40px;height:40px;border-radius:13px}.brand-mark img{width:34px;height:34px}.brand strong{font-size:16px}.brand small{display:none}.account-ico{display:none}.icon-btn,.cart-pill{width:39px;height:39px}
  .mobile-menu{display:flex;position:fixed;inset:0;z-index:170;background:#121a12;color:#f4f1e7;padding:16px 18px calc(22px + env(safe-area-inset-bottom));flex-direction:column;transform:translateX(100%);transition:.38s cubic-bezier(.2,.75,.2,1);visibility:hidden}
  .mobile-menu.open{transform:none;visibility:visible}
  .mobile-menu-head{display:flex;align-items:center;justify-content:space-between}.brand-light .brand-mark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.brand-light small{color:#899087}
  .mobile-menu-close{width:41px;height:41px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:transparent;color:white;display:grid;place-items:center}.mobile-menu-close svg{width:19px}
  .mobile-menu-links{display:flex;flex-direction:column;margin-top:42px;border-top:1px solid rgba(255,255,255,.1)}
  .mobile-menu-links a{font-family:Manrope,sans-serif;font-size:27px;font-weight:700;letter-spacing:-.045em;display:flex;justify-content:space-between;align-items:center;padding:14px 1px;border-bottom:1px solid rgba(255,255,255,.1)}
  .mobile-menu-links svg{width:20px;color:#9da694}
  .mobile-menu-foot{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:15px}.mobile-menu-foot>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7f877d}.mobile-market{display:flex;gap:6px}.mobile-market a{min-width:42px;height:35px;border:1px solid rgba(255,255,255,.15);border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:800}.mobile-market a.active{background:#f4f1e7;color:var(--ink)}
  .mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:110;left:8px;right:8px;bottom:calc(7px + env(safe-area-inset-bottom));height:62px;background:rgba(251,250,246,.93);backdrop-filter:blur(22px);border:1px solid rgba(23,32,23,.13);border-radius:20px;box-shadow:0 15px 38px rgba(23,32,23,.18);overflow:hidden}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8px;font-weight:800;color:#747b71;position:relative}.mobile-bottom-nav a.is-active{color:var(--ink)}.mobile-bottom-nav a.is-active:before{content:"";position:absolute;top:5px;width:24px;height:3px;border-radius:999px;background:var(--sage-dark)}
  .mobile-bottom-nav svg{width:19px}.mobile-cart-icon{position:relative;display:grid;place-items:center}.mobile-cart i{position:absolute;top:-7px;right:-10px;width:16px;height:16px;border-radius:50%;background:var(--ink);color:white;font-size:7px;display:grid;place-items:center;font-style:normal}
  .commerce-hero:before{display:none}.hero-grid{padding:34px 0 34px;gap:31px}.hero-copy .eyebrow{margin-bottom:18px}.display{font-size:clamp(45px,13.2vw,64px);line-height:.93}.hero-copy>p{font-size:14px;line-height:1.62;margin:20px 0}.hero-actions{display:grid;grid-template-columns:1.08fr .92fr;gap:7px}.btn{min-height:47px;padding:12px 14px;font-size:11px}.hero-benefits{gap:11px;margin-top:20px;padding-top:17px}.hero-benefits span{font-size:9px}.hero-benefits span:nth-child(3){display:none}
  .hero-product-surface{min-height:330px;border-radius:27px;padding:18px}.hero-product-surface:before{width:285px;height:285px}.hero-product-surface:after{width:220px;height:220px}.hero-product-kicker{font-size:7px}.hero-logo{width:min(225px,68%)}.hero-product-copy{padding:12px 13px;border-radius:15px;max-width:250px}.hero-product-copy strong{font-size:11px}.hero-product-copy p{font-size:9px;line-height:1.45;margin-top:4px}
  .category-section{padding:48px 0 8px}.section-head.compact{grid-template-columns:1fr auto;gap:12px;align-items:end}.section-head h2{font-size:29px}.section-head.compact .text-link{font-size:9px}.category-rail{display:flex;overflow-x:auto;gap:9px;margin-right:-14px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.category-tile{min-width:78%;min-height:108px;scroll-snap-align:start;border-radius:20px;padding:17px}.category-tile strong{font-size:17px}.category-arrow{width:34px;height:34px}
  .section{padding:58px 0}.products-section{padding-top:55px}.section-head{margin-bottom:23px}.section-title{font-size:39px}.section-head .lead{font-size:14px}.product-grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:19px}.product-media{aspect-ratio:1/.98}.product-media img{width:64%;height:64%}.product-badge{top:8px;left:8px;font-size:6.7px;padding:6px 7px;max-width:78%}.media-arrow{display:none}.product-body{padding:11px 11px 10px}.product-title-row{display:block}.product-body h3{font-size:14px;line-height:1.16;min-height:33px}.product-title-row>strong{display:block;font-size:12px;margin-top:5px}.product-body p{font-size:9px;line-height:1.45;min-height:27px;margin:7px 0 10px;-webkit-line-clamp:2}.product-actions{padding-top:9px}.product-link{font-size:8px}.quick-add{width:33px;height:33px}.quick-add svg{width:14px}.section-cta{margin-top:23px}
  .story-section{padding:0 0 58px}.story-shell{border-radius:26px;min-height:0}.story-visual{min-height:275px}.story-visual:before{width:280px;height:280px}.story-visual:after{width:205px;height:205px}.story-symbol{max-width:205px}.story-visual>span{left:16px;bottom:15px;font-size:7px}.story-copy{padding:34px 23px 37px}.story-copy .section-title{font-size:36px;margin:10px 0 19px}.story-copy p{font-size:11px;line-height:1.62;margin-bottom:10px}.light-link{font-size:10px}
  .values-section{padding-bottom:58px}.value-grid{border-radius:21px}.value-item{padding:20px;gap:13px}.value-icon{width:41px;height:41px;border-radius:13px}.value-item h3{font-size:14px}.value-item p{font-size:9.5px;-webkit-line-clamp:2}
  .newsletter{padding-bottom:60px}.newsletter-card{border-radius:24px;padding:27px 20px;gap:22px}.newsletter-card h2{font-size:31px}.newsletter-card p{font-size:11px}.newsletter-form{border-radius:17px;padding:5px;align-items:stretch}.newsletter-form input{padding:0 11px;font-size:11px}.newsletter-form button{height:43px;padding:0 13px}.newsletter-form button span{display:none}
  .page-hero{padding:43px 0 31px}.page-hero-row{grid-template-columns:1fr auto;gap:15px}.page-hero .section-title{font-size:42px}.page-hero .lead{font-size:13px;margin-top:12px}.shop-count{width:63px;height:63px}.shop-count strong{font-size:17px}.shop-count span{font-size:6px}
  .shop-section{padding:0 0 68px}.shop-controls{top:64px;margin:0 -14px 17px;padding:9px 14px 10px;grid-template-columns:1fr;gap:8px}.shop-search{height:41px}.filters{margin-right:-14px;padding-right:14px}.filter-btn{height:36px;padding:0 12px;font-size:9px}.shop-empty{padding:50px 15px}.shop-empty h2{font-size:20px}
  .product-page{padding:17px 0 54px}.breadcrumbs{font-size:8px;margin-bottom:13px}.product-detail{gap:24px}.gallery-badge{top:12px;left:12px}.product-copy{padding:0}.product-copy .eyebrow{margin-bottom:11px}.product-copy h1{font-size:43px;line-height:.98;margin-bottom:13px}.product-price{font-size:21px;margin-bottom:13px}.product-summary{font-size:13px;line-height:1.62}.product-assurance{gap:6px}.product-assurance span{font-size:8px;padding:7px 8px}.stock{font-size:8px;margin:13px 0}.buy-row{position:sticky;bottom:78px;z-index:35;background:rgba(244,242,235,.95);backdrop-filter:blur(16px);margin:19px -5px 22px;padding:6px;border-radius:18px;grid-template-columns:108px 1fr;box-shadow:0 12px 30px rgba(23,32,23,.14)}.qty-control{height:47px}.add-main{min-height:47px}.add-main svg{display:none}.accordion{margin-top:22px}.accordion details{padding:16px 0}.accordion summary{font-size:11px}.accordion p{font-size:11px}.related-section{padding:48px 0 62px}.related-grid{display:flex;overflow-x:auto;gap:9px;margin-right:-14px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.related-grid .product-card{min-width:57%;scroll-snap-align:start}
  .editorial{padding:55px 0 65px}.editorial-card{min-height:300px;border-radius:24px;padding:29px 22px}.editorial-card h2{font-size:35px}.editorial-card p{font-size:11px}.mushroom-grid{grid-template-columns:1fr;gap:10px}.mushroom-card{min-height:205px;padding:25px;border-radius:22px}.mushroom-card span{font-size:38px}.mushroom-card h3{font-size:19px;margin:20px 0 7px}.mushroom-card p{font-size:11px}
  .form-shell{width:calc(100% - 28px);margin:30px auto 70px;padding:24px 18px;border-radius:22px}.form-shell h1{font-size:35px}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.field input,.field textarea,.field select{font-size:13px}.form-meta{font-size:10px}
  .cart-page{padding:26px 0 70px}.cart-items{padding:5px 12px;border-radius:21px}.cart-item{grid-template-columns:62px 1fr 58px;gap:9px;padding:13px 0}.cart-thumb{width:59px;height:59px;border-radius:14px}.cart-name strong{font-size:12px}.cart-name small{font-size:10px}.cart-item input{width:56px;padding:8px}.cart-price{display:none}.cart-item .remove{grid-column:3;justify-self:end}.cart-summary{border-radius:21px;padding:22px}.cart-summary h2{font-size:20px}.summary-row{font-size:11px}.summary-row.total{font-size:16px}
  .account-shell{padding:35px 0 70px}.account-head{align-items:flex-start;flex-direction:column;gap:16px}.account-head h1{font-size:39px}.order-row{grid-template-columns:1fr 1fr;font-size:10px}
  .site-footer{padding:44px 18px 86px}.footer-top{grid-template-columns:1fr;gap:31px}.footer-brand{gap:13px}.footer-logo{width:58px;height:58px;border-radius:17px}.footer-logo img{width:50px}.footer-brand strong{font-size:19px}.footer-brand p{font-size:10px}.footer-links{grid-template-columns:repeat(3,1fr);gap:14px}.footer-links a,.footer-contact a{font-size:10px}.footer-bottom{margin-top:32px;flex-direction:column;gap:5px}
  .cookie-banner{left:8px;right:8px;bottom:78px;align-items:flex-start;flex-direction:column;padding:15px}.cookie-banner p{font-size:10px}.cookie-banner div{width:100%}.cookie-banner button{flex:1}.toast{top:101px;left:12px;right:12px;text-align:center;border-radius:15px;transform:translateY(-160%)}.toast.show{transform:none}
}

@media(max-width:390px){
  .display{font-size:43px}.hero-actions{grid-template-columns:1fr}.hero-actions .btn.ghost{display:none}.hero-benefits span:nth-child(2){display:none}
  .product-body h3{font-size:13px}.product-link{display:none}.product-actions{justify-content:flex-end}.category-tile{min-width:84%}
  .buy-row{grid-template-columns:96px 1fr}.qty-control{grid-template-columns:30px 1fr 30px}.add-main{font-size:10px}
}

/* Premium product gallery */
.product-gallery{display:block;padding:0;background:transparent;overflow:visible;box-shadow:none}
.gallery-stage{height:640px;border-radius:36px;background:linear-gradient(145deg,#e4dfd1,#aab59a);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(23,32,23,.06);touch-action:pan-y;isolation:isolate;user-select:none}
.gallery-slide{position:absolute;inset:0;border:0;background:transparent;padding:58px;display:grid;place-items:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(4%) scale(.985);transition:opacity .28s ease,transform .38s cubic-bezier(.22,.75,.18,1);cursor:zoom-in;z-index:2;-webkit-tap-highlight-color:transparent}
.gallery-slide.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0) scale(1)}
.gallery-stage.dragging .gallery-slide.active{transition:none;cursor:grabbing}
.product-gallery .gallery-slide img{width:min(72%,520px);height:82%;max-height:520px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 28px 34px rgba(23,32,23,.20));user-select:none;-webkit-user-drag:none;pointer-events:none}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.5);backdrop-filter:blur(12px);display:grid;place-items:center;font-size:27px;line-height:1;color:#172017;cursor:pointer;z-index:7;transition:.2s}
.gallery-nav:hover{background:rgba(255,255,255,.86);transform:translateY(-50%) scale(1.04)}.gallery-prev{left:18px}.gallery-next{right:18px}
.gallery-counter{position:absolute;right:18px;bottom:17px;z-index:7;padding:7px 11px;border-radius:999px;background:rgba(24,31,24,.72);color:white;font-size:10px;letter-spacing:.08em;backdrop-filter:blur(10px)}
.gallery-zoom-hint{position:absolute;left:18px;bottom:17px;z-index:7;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.58);backdrop-filter:blur(10px);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;pointer-events:none}.gallery-zoom-hint svg{width:13px;fill:none;stroke:currentColor;stroke-width:1.8}
.gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:11px}.gallery-thumb{aspect-ratio:1;border:1px solid rgba(23,32,23,.08);border-radius:14px;background:#e7e2d7;overflow:hidden;padding:5px;cursor:pointer;opacity:.58;transition:.2s}.gallery-thumb:hover{opacity:.82}.gallery-thumb.active{opacity:1;border-color:#172017;box-shadow:0 5px 14px rgba(23,32,23,.08)}.gallery-thumb img{width:100%;height:100%;max-height:none;object-fit:contain;display:block;filter:none}.gallery-dots{display:none}
.product-lightbox{position:fixed;inset:0;background:rgba(10,13,10,.94);z-index:9999;opacity:0;visibility:hidden;transition:.25s;display:grid;grid-template-columns:72px 1fr 72px;align-items:center}.product-lightbox.open{opacity:1;visibility:visible}.lightbox-canvas{height:100vh;display:grid;place-items:center;padding:42px 20px}.lightbox-canvas img{max-width:92vw;max-height:88vh;object-fit:contain;transform:scale(.97);transition:.25s}.product-lightbox.open .lightbox-canvas img{transform:scale(1)}.lightbox-close,.lightbox-nav{border:0;background:rgba(255,255,255,.09);color:white;cursor:pointer}.lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border-radius:50%;font-size:30px;z-index:3}.lightbox-nav{width:52px;height:52px;border-radius:50%;font-size:32px;justify-self:center}.lightbox-count{position:absolute;bottom:21px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.12em}.lightbox-open{overflow:hidden}
@media(max-width:1080px){.gallery-stage{height:560px}}
@media(max-width:760px){.gallery-stage{height:min(104vw,430px);min-height:340px;border-radius:25px}.gallery-slide{padding:32px 24px}.product-gallery .gallery-slide img{width:min(82%,330px);height:80%;max-height:330px}.gallery-nav{display:none}.gallery-counter{right:12px;bottom:11px}.gallery-zoom-hint{left:12px;bottom:11px}.gallery-thumbs{display:none}.gallery-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.gallery-dot{width:6px;height:6px;border:0;padding:0;border-radius:50%;background:rgba(23,32,23,.22);transition:.2s}.gallery-dot.active{width:19px;border-radius:8px;background:#172017}.product-lightbox{grid-template-columns:44px 1fr 44px}.lightbox-nav{width:38px;height:38px;font-size:25px}.lightbox-canvas{padding:60px 8px}.lightbox-canvas img{max-width:96vw;max-height:82vh}}
@media(max-width:390px){.gallery-stage{height:360px;min-height:320px}.gallery-slide{padding:28px 19px}.product-gallery .gallery-slide img{width:min(86%,285px);max-height:285px}}
@media(prefers-reduced-motion:reduce){.gallery-slide,.product-lightbox,.lightbox-canvas img{transition:none}}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}
