:root{--bg:#f5f1e8;--bg-strong:#ede4d4;--surface:#fffdf8;--surface-muted:#fbf5e9;--ink:#171611;--muted:#706b60;--line:#e5d9c7;--accent:#b88746;--accent-strong:#8d5f2b;--accent-soft:#f4dfbf;--green:#4f7d5b;--red:#a4513e;--shadow:0 22px 70px rgba(61,45,24,0.12);--shadow-soft:0 12px 34px rgba(61,45,24,0.08);--radius-xl:34px;--radius-lg:26px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 8% 0,rgba(184,135,70,.24),transparent 30rem),radial-gradient(circle at 95% 8%,rgba(79,125,91,.12),transparent 28rem),linear-gradient(180deg,#fffaf0 0,var(--bg) 30rem);color:var(--ink);font-family:Manrope,Segoe UI,Arial,sans-serif;min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 32px));margin:0 auto}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,250,240,.92);border-bottom:1px solid rgba(229,217,199,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topUtilityBar{background:#171611;color:rgba(255,255,255,.78);font-size:13px}.topUtilityInner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:36px}.footerLinks,.headerMarketMenu,.topUtilityInner nav{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.footerLinks a:hover,.topUtilityInner a:hover{color:#fff}.siteHeaderInner{display:grid;grid-template-columns:auto auto minmax(220px,1fr) auto;align-items:center;grid-gap:14px;gap:14px;min-height:82px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:25px;font-weight:900;letter-spacing:-.05em}.brandMark{display:grid;width:44px;height:44px;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2c251c,#b88746);color:#fff;font-size:22px;box-shadow:0 14px 32px rgba(141,95,43,.24)}.cartMiniButton,.catalogButton,.headerSearch button,.primaryButton,.primaryButton:visited,.telegramButton{border:0;border-radius:999px;background:linear-gradient(135deg,#c79a58,#8d5f2b);color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(141,95,43,.22);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.catalogButton,.primaryButton,.telegramButton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px}.catalogButton{gap:8px}.cartMiniButton:hover,.catalogButton:hover,.headerSearch button:hover,.primaryButton:hover,.telegramButton:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(141,95,43,.28)}.headerSearch{display:grid;grid-template-columns:1fr auto;overflow:hidden;min-height:48px;border:1px solid #ddc9a9;border-radius:999px;background:rgba(255,253,248,.92);box-shadow:inset 0 0 0 1px rgba(255,255,255,.66)}.headerSearch input{min-width:0;border:0;outline:0;background:transparent;padding:0 18px;color:var(--ink)}.headerSearch button{margin:4px;padding:0 22px}.headerActions{display:flex;align-items:center;gap:8px}.mobileHeaderControls,.mobileMenuPanel{display:none}.headerAction{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid transparent;border-radius:15px;background:transparent;padding:0 12px;color:var(--muted);font-size:14px;font-weight:850}.headerAction:hover{border-color:var(--line);background:var(--surface);color:var(--ink)}.headerAction b{position:absolute;top:-7px;right:-5px;min-width:21px;height:21px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;line-height:21px;text-align:center}.mobileIconButton{position:relative;display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:16px;background:rgba(255,253,248,.88);color:var(--ink);padding:0 12px;font-size:16px;font-weight:950}.mobileIconButton b{position:absolute;top:-7px;right:-5px;min-width:20px;height:20px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;line-height:20px;text-align:center}.headerMarketMenu{gap:10px;overflow-x:auto;padding-bottom:14px}.headerMarketMenu a{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:rgba(255,253,248,.68);padding:9px 15px;color:var(--muted);font-size:14px;font-weight:850}.headerMarketMenu a:hover{border-color:transparent;background:#171611;color:#fff}.catalogDropdown{position:absolute;right:0;left:0;top:100%;padding:16px 0;background:rgba(255,250,240,.98);border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.catalogDropdownInner{display:grid;grid-template-columns:280px 1fr;grid-gap:18px;gap:18px}.cartSummaryCard,.catalogDropdownGrid a,.catalogDropdownPromo,.catalogHeader,.conditionCard,.emptyState,.featureCard,.leadFormShell,.productCard,.productDetailPanel{border:1px solid rgba(229,217,199,.9);background:rgba(255,253,248,.9);box-shadow:var(--shadow-soft)}.catalogDropdownPromo{border-radius:var(--radius-lg);background:#171611;color:#fff;padding:22px}.catalogDropdownPromo strong{display:block;margin-bottom:8px;font-size:24px;letter-spacing:-.04em}.catalogDropdownPromo span{color:rgba(255,255,255,.68);line-height:1.5}.catalogDropdownGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.catalogDropdownGrid a{border-radius:20px;padding:17px;transition:transform .18s ease,border-color .18s ease}.catalogDropdownGrid a:hover{transform:translateY(-2px);border-color:var(--accent)}.catalogDropdownGrid span{display:block;margin-bottom:7px;font-weight:900}.catalogDropdownGrid small{display:-webkit-box;overflow:hidden;color:var(--muted);line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalogShell,.homeShell,.productPageShell{display:grid;grid-gap:34px;gap:34px;padding:28px 0 64px}.section{display:grid;grid-gap:20px;gap:20px}.marketHero{position:relative;display:block;overflow:hidden;min-height:460px;border-radius:42px;color:#fff;box-shadow:var(--shadow);isolation:isolate}.heroSlide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.74fr);grid-gap:clamp(18px,4vw,52px);gap:clamp(18px,4vw,52px);padding:clamp(28px,5vw,58px);opacity:0;pointer-events:none;transform:translateX(28px) scale(.995);transition:opacity .52s ease-in-out,transform .52s ease-in-out}.heroSlideActive{z-index:1;opacity:1;pointer-events:auto;transform:translateX(0) scale(1)}.heroSlideAmber{background:radial-gradient(circle at 78% 18%,rgba(255,228,171,.52),transparent 18rem),radial-gradient(circle at 92% 74%,rgba(235,176,84,.36),transparent 22rem),linear-gradient(135deg,#241d16,#70512e 44%,#d7aa5d)}.heroSlideOlive{background:radial-gradient(circle at 76% 18%,rgba(199,219,159,.4),transparent 18rem),radial-gradient(circle at 92% 72%,rgba(178,137,67,.34),transparent 24rem),linear-gradient(135deg,#1a2118,#4f714d 48%,#c79a58)}.heroSlideInk{background:radial-gradient(circle at 74% 10%,rgba(232,188,104,.38),transparent 18rem),radial-gradient(circle at 88% 70%,rgba(141,95,43,.34),transparent 24rem),linear-gradient(135deg,#181715,#343028 50%,#b88746)}.marketHeroContent{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:650px;min-height:344px;padding-bottom:20px}.eyebrow{display:inline-flex;margin-bottom:10px;color:var(--accent-strong);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.marketHero .eyebrow{color:#f7d9a4}.catalogHeader h1,.leadFormIntro h2,.marketHero h1,.productPageTitle,.sectionTitle h2{margin:0;letter-spacing:-.06em}.marketHero h1{font-size:clamp(40px,6vw,76px);line-height:.92}.marketHero p{max-width:560px;margin:22px 0 28px;color:rgba(255,255,255,.76);font-size:18px;line-height:1.6}.heroActions{display:flex;flex-wrap:wrap;gap:12px}.heroNote{margin-top:18px;color:rgba(255,255,255,.78);font-size:14px;font-weight:850}.heroVisual{position:relative;z-index:1;align-self:center;height:clamp(270px,34vw,430px);min-width:0;pointer-events:none}.heroOrb,.heroProductShape,.heroVisual:after,.heroVisual:before,.heroVisualCard{position:absolute;display:block;content:""}.heroVisual:before{inset:8% 2% 6% 10%;border-radius:999px;background:radial-gradient(circle at 36% 32%,rgba(255,236,184,.32),transparent 28%),linear-gradient(135deg,rgba(255,201,103,.36),rgba(68,52,34,.18));filter:blur(1px);transform:rotate(-9deg)}.heroVisual:after{right:4%;bottom:4%;width:62%;height:18%;border-radius:999px;background:rgba(0,0,0,.22);filter:blur(22px)}.heroOrb{border-radius:50%;background:radial-gradient(circle at 34% 30%,rgba(255,235,190,.7),rgba(199,154,88,.18) 58%,transparent 70%)}.heroOrbOne{top:2%;right:10%;width:118px;height:118px}.heroOrbTwo{right:48%;bottom:12%;width:82px;height:82px;opacity:.65}.heroProductShape{border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 70px rgba(0,0,0,.24)}.heroProductShapeOne{right:12%;top:14%;width:min(46%,210px);height:58%;border-radius:34px 34px 48px 48px;background:linear-gradient(160deg,rgba(255,224,148,.9),rgba(184,135,70,.34) 48%,rgba(47,35,24,.72)),linear-gradient(135deg,rgba(255,255,255,.12),transparent);transform:rotate(7deg)}.heroProductShapeTwo{right:40%;bottom:10%;width:min(38%,176px);height:46%;border-radius:38px 20px 38px 22px;background:linear-gradient(145deg,rgba(89,115,80,.92),rgba(199,154,88,.42) 54%,rgba(31,34,25,.78));transform:rotate(-12deg)}.heroProductShapeThree{right:4%;bottom:18%;width:min(31%,142px);height:34%;border-radius:28px;background:linear-gradient(145deg,rgba(39,38,34,.92),rgba(184,135,70,.7));transform:rotate(14deg)}.heroProductShape:after{position:absolute;inset:18px 22px auto;height:6px;border-radius:999px;background:rgba(255,235,190,.32);content:""}.heroVisualCard{z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:118px;min-height:48px;border:1px solid rgba(255,237,198,.24);border-radius:999px;background:linear-gradient(135deg,rgba(255,231,184,.22),rgba(23,22,17,.2));color:rgba(255,250,240,.94);font-size:14px;font-weight:950;letter-spacing:.02em;box-shadow:0 18px 45px rgba(0,0,0,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.heroVisualCardCatalog{top:20%;right:48%;transform:rotate(-7deg)}.heroVisualCardOrder{right:6%;top:44%;transform:rotate(6deg)}.heroVisualCardSelect{right:34%;bottom:8%;transform:rotate(-3deg)}.heroVisualRetail .heroProductShapeTwo{background:linear-gradient(145deg,rgba(77,93,61,.94),rgba(199,154,88,.44) 54%,rgba(31,34,25,.78))}.heroVisualMarketplace .heroProductShapeOne{background:linear-gradient(160deg,rgba(156,178,103,.9),rgba(76,103,74,.54) 50%,rgba(32,38,28,.78))}.heroVisualMarketplace .heroProductShapeThree{background:linear-gradient(145deg,rgba(224,183,96,.78),rgba(45,59,39,.9))}.heroVisualOrder .heroProductShapeOne{background:linear-gradient(160deg,rgba(199,154,88,.88),rgba(81,72,58,.56) 52%,rgba(26,25,22,.86))}.heroVisualOrder .heroProductShapeTwo{background:linear-gradient(145deg,rgba(68,67,61,.94),rgba(184,135,70,.5) 58%,rgba(18,18,16,.78))}.secondaryButton,.secondaryButtonFilled{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0 20px;font-weight:900;transition:transform .18s ease,border-color .18s ease,background .18s ease}.secondaryButtonFilled{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.14);color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.secondaryButton:hover,.secondaryButtonFilled:hover{transform:translateY(-1px);border-color:var(--accent)}.footerMessengerLink,.messengerButton{gap:8px}.maxMessengerIcon{position:relative;display:inline-block;flex:0 0 26px;width:26px;height:26px;border-radius:9px;background:linear-gradient(135deg,#22b8ff,#2368ff 54%,#7546ff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.24),0 8px 18px rgba(35,104,255,.22)}.maxMessengerIcon:before{position:absolute;top:7px;left:6px;width:14px;height:10px;border-radius:999px;background:#fff;content:""}.maxMessengerIcon:after{position:absolute;left:9px;bottom:7px;width:7px;height:7px;background:#fff;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%);content:""}.heroSliderControls{position:absolute;z-index:4;right:28px;bottom:30px;display:flex;gap:10px}.heroSliderControls button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:var(--ink);font-size:20px;font-weight:900}.sectionTitle{max-width:760px}.catalogHeader h1,.leadFormIntro h2,.sectionTitle h1,.sectionTitle h2{font-size:clamp(30px,4vw,48px);line-height:1}.catalogHeader p,.emptyState p,.leadFormIntro p,.productDescription,.productLead,.richText,.sectionTitle p{color:var(--muted);line-height:1.62}.benefitsStrip,.categoryShowcase{display:grid;grid-gap:20px;gap:20px}.catalogCategoryShowcase{padding-top:28px}.categoryPhotoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.categoryPhotoCard{position:relative;display:flex;overflow:hidden;min-height:280px;border:1px solid rgba(255,255,255,.32);border-radius:24px;background:radial-gradient(circle at 18% 10%,rgba(247,217,164,.36),transparent 9rem),linear-gradient(135deg,#171611,#493c2a 48%,#b88746);color:#fff;box-shadow:0 20px 56px rgba(61,45,24,.16);isolation:isolate;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.categoryPhotoCard:hover{transform:translateY(-5px);border-color:rgba(247,217,164,.74);box-shadow:0 28px 74px rgba(61,45,24,.22)}.categoryPhotoCardImage{z-index:-2;object-fit:cover;object-position:center;transition:transform .35s ease,filter .35s ease}.categoryPhotoCard:hover .categoryPhotoCardImage{transform:scale(1.055);filter:saturate(1.04)}.categoryPhotoCardShade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(23,22,17,.18),rgba(23,22,17,.5) 54%,rgba(23,22,17,.82)),radial-gradient(circle at 80% 12%,rgba(184,135,70,.34),transparent 10rem)}.categoryPhotoCardFallback .categoryPhotoCardShade{background:radial-gradient(circle at 78% 18%,rgba(247,217,164,.34),transparent 8rem),radial-gradient(circle at 18% 100%,rgba(79,125,91,.28),transparent 10rem),linear-gradient(135deg,rgba(23,22,17,.12),rgba(23,22,17,.7))}.categoryPhotoCardContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;min-width:0;padding:22px}.categoryPhotoCardMeta{margin-bottom:10px;color:rgba(255,255,255,.74);font-size:13px;font-weight:900}.categoryPhotoCardTitle{display:block;max-width:100%;font-size:clamp(22px,2.2vw,30px);font-weight:950;line-height:1;overflow-wrap:anywhere}.categoryPhotoCardButton{display:inline-flex;align-items:center;min-height:42px;margin-top:18px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,253,248,.16);padding:10px 16px;color:#fff;font-size:14px;font-weight:950;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.categoryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.categoryTile{min-height:150px;border:1px solid rgba(229,217,199,.84);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(184,135,70,.2),transparent 7rem),var(--surface);padding:20px;box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease}.categoryTile:hover{transform:translateY(-3px);border-color:var(--accent)}.categoryTile span{display:block;margin-bottom:8px;font-size:20px;font-weight:950;letter-spacing:-.04em}.categoryTile small{color:var(--muted);font-weight:800}.categoryTileDark{background:radial-gradient(circle at top right,rgba(199,154,88,.45),transparent 9rem),#171611;color:#fff}.categoryTileDark small{color:rgba(255,255,255,.62)}.benefitsStrip{grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:center;border-radius:var(--radius-xl);background:#171611;color:#fff;padding:clamp(24px,4vw,42px);box-shadow:var(--shadow)}.benefitsIntro h2{margin:0 0 12px;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.06em}.benefitsIntro p{color:rgba(255,255,255,.68)}.benefitsList{display:grid;grid-gap:12px;gap:12px}.benefitsList span{border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.08);padding:16px 18px;color:rgba(255,255,255,.82);font-weight:850}.conditionsPanel,.featureGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.featureGridCompact{grid-template-columns:repeat(3,minmax(0,1fr))}.conditionCard,.featureCard{border-radius:var(--radius-lg);padding:22px}.conditionCard strong,.featureCard strong{display:block;margin-bottom:10px;font-size:20px;letter-spacing:-.04em}.conditionCard p,.featureCard p{margin:0;color:var(--muted);line-height:1.55}.conditionsPanel{grid-template-columns:repeat(3,minmax(0,1fr))}.conditionCardWide{grid-column:span 1}.howToBuyBlock{display:grid;grid-gap:20px;gap:20px;border:1px solid var(--line);border-radius:var(--radius-xl);background:radial-gradient(circle at 96% 8%,rgba(184,135,70,.18),transparent 18rem),rgba(255,253,248,.86);padding:clamp(24px,4vw,42px);box-shadow:var(--shadow-soft)}.howToBuySteps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.howToBuySteps article{display:grid;grid-gap:10px;gap:10px;border:1px solid rgba(229,217,199,.9);border-radius:24px;background:var(--surface);padding:20px}.howToBuySteps span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#171611;color:#fff;font-weight:950}.howToBuySteps strong{font-size:19px;letter-spacing:-.03em}.howToBuySteps p{margin:0;color:var(--muted);line-height:1.55}.productGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.productCard{display:flex;overflow:hidden;flex-direction:column;border-radius:28px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.productCard:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--shadow)}.productImageWrap{position:relative;overflow:hidden;aspect-ratio:1/1;background:#f8f6f2}.productImageWrap a{display:grid;width:100%;height:100%;place-items:center}.productImage{width:100%;height:100%;object-fit:contain;object-position:center;padding:12px}.productBadgeRow{position:absolute;top:14px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}.productBadgeRow .categoryBadge{min-width:0;max-width:68%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryBadge,.filterChip,.stockBadge{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:0 11px;font-size:12px;font-weight:950}.stockBadgeAvailable{background:rgba(79,125,91,.95);color:#fff}.stockBadgeCustom{background:rgba(164,81,62,.95);color:#fff}.categoryBadge,.filterChip{background:rgba(255,253,248,.92);color:var(--ink)}.quickProductActions{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:8px;z-index:2}.favoriteMiniButton{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:rgba(255,253,248,.92);color:#9b9183;font-size:18px;box-shadow:var(--shadow-soft);transition:transform .16s ease,color .16s ease,background .16s ease}.favoriteMiniButton:hover{transform:translateY(-1px);background:#fff}.favoriteMiniButtonActive{color:var(--accent-strong)}.cartMiniButton{min-height:42px;flex:1 1;padding:0 14px}.productActionNotice{position:absolute;left:0;right:0;bottom:calc(100% + 8px);display:block;border-radius:999px;background:rgba(23,22,17,.9);color:#fff;padding:8px 12px;text-align:center;font-size:12px;font-weight:900;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease}.productActionNoticeVisible{opacity:1;transform:translateY(0)}.productCardBody{display:flex;flex:1 1;flex-direction:column;gap:11px;padding:17px}.detailMeta,.productMeta{display:flex;flex-wrap:wrap;gap:8px}.detailMeta span,.productMeta span{border-radius:999px;background:var(--surface-muted);color:var(--muted);padding:6px 10px;font-size:12px;font-weight:850}.productTitle{min-height:48px;font-size:17px;font-weight:950;line-height:1.25;letter-spacing:-.03em}.productTitle:hover{color:var(--accent-strong)}.productDescription{display:-webkit-box;overflow:hidden;min-height:50px;margin:0;font-size:14px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.productDescription:empty{display:none}.productPriceRow{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.priceBlock{display:grid;grid-gap:3px;gap:3px}.priceLabel{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.priceBlock strong,.productDetailPrice strong{font-size:25px;letter-spacing:-.05em}.productCardActions{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:10px;gap:10px}.productCardActions .secondaryButton,.productCardActions .telegramButton{width:100%}.catalogHeader{border-radius:var(--radius-xl);background:radial-gradient(circle at 92% 12%,rgba(184,135,70,.22),transparent 18rem),var(--surface);padding:clamp(28px,5vw,48px)}.catalogHeader p{max-width:720px;margin-bottom:0;font-size:17px}.catalogBody{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;grid-gap:22px;gap:22px}.catalogContent{display:grid;min-width:0;grid-gap:20px;gap:20px}.catalogContent .productGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogSidebarDesktop{position:-webkit-sticky;position:sticky;top:112px;min-width:0}.catalogSidebar{overflow:auto;max-height:calc(100vh - 132px);border:1px solid rgba(229,217,199,.86);border-radius:24px;background:radial-gradient(circle at 90% 0,rgba(184,135,70,.12),transparent 10rem),rgba(255,253,248,.78);padding:12px;box-shadow:var(--shadow-soft);scrollbar-width:thin}.catalogSidebarHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 8px 12px}.catalogSidebarHead span{font-weight:950;letter-spacing:-.03em}.catalogSidebarHead small{color:var(--muted);font-size:12px;font-weight:850}.catalogSidebarNav{display:grid;grid-gap:6px;gap:6px}.catalogSidebarCategory,.catalogSidebarLink{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:16px;transition:background .16s ease,color .16s ease,transform .16s ease}.catalogSidebarCategoryLink,.catalogSidebarLink{min-width:0;color:var(--muted)}.catalogSidebarCategoryLink,.catalogSidebarLink,.catalogSidebarSubLink{min-height:42px}.catalogSidebarCategoryLink,.catalogSidebarLink{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;padding:9px 10px;font-size:14px;font-weight:900}.catalogSidebarCategory:hover,.catalogSidebarLink:hover{background:rgba(244,223,191,.58);color:var(--ink);transform:translateX(2px)}.catalogSidebarCategoryActive,.catalogSidebarLinkActive{background:#171611;color:#fff}.catalogSidebarCategoryActive .catalogSidebarCategoryLink,.catalogSidebarCategoryActive .catalogSidebarCount,.catalogSidebarLinkActive .catalogSidebarCount{color:#fff}.catalogSidebarDot{width:7px;height:7px;border-radius:50%;background:rgba(184,135,70,.42)}.catalogSidebarCategoryActive .catalogSidebarDot,.catalogSidebarLinkActive .catalogSidebarDot{background:#f7d9a4}.catalogSidebarText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalogSidebarCount{color:var(--accent-strong);font-size:12px;font-weight:950}.catalogSidebarToggle{display:grid;width:32px;height:32px;margin-right:5px;place-items:center;border:0;border-radius:12px;background:rgba(255,253,248,.72);color:var(--accent-strong);font-weight:950}.catalogSidebarCategoryActive .catalogSidebarToggle{background:rgba(255,255,255,.14);color:#f7d9a4}.catalogSidebarSublist{display:grid;grid-gap:3px;gap:3px;margin:5px 0 8px 20px;padding-left:12px;border-left:1px solid rgba(184,135,70,.24)}.catalogSidebarSubLink{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:14px;padding:8px 10px;color:var(--muted);font-size:13px;font-weight:850;transition:background .16s ease,color .16s ease}.catalogSidebarSubLink:hover,.catalogSidebarSubLinkActive{background:rgba(244,223,191,.62);color:var(--accent-strong)}.catalogMobileCategoriesButton,.catalogSidebarDrawer{display:none}.catalogControls{display:grid;grid-template-columns:minmax(0,1fr) 240px 240px;grid-gap:14px;gap:14px}.catalogSearch,.catalogSort{display:grid;grid-gap:8px;gap:8px}.catalogLabel{color:var(--muted);font-size:13px;font-weight:900}.catalogInput,.catalogSelect,.leadField input,.leadField select,.leadField textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--ink);outline:0;padding:14px 15px;transition:border-color .16s ease,box-shadow .16s ease}.catalogInput:focus,.catalogSelect:focus,.leadField input:focus,.leadField select:focus,.leadField textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(184,135,70,.14)}.activeFilters,.categoryScroller,.subcategoryScroller{display:flex;flex-wrap:wrap;gap:10px}.categoryChip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:10px 14px;color:var(--muted);font-weight:900;cursor:pointer}.categoryChip span{color:var(--accent-strong)}.categoryChip:hover,.categoryChipActive{border-color:transparent;background:#171611;color:#fff}.categoryChipActive span{color:#f7d9a4}.activeFilters{align-items:center;color:var(--muted);font-weight:850}.filterChip{background:var(--accent-soft);color:var(--accent-strong)}.resetFiltersButton{border:0;background:transparent;color:var(--accent-strong);font-weight:950}.productLayout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.8fr);grid-gap:28px;gap:28px;align-items:start}.backLink,.inlineLink{color:var(--accent-strong);font-weight:900}.productGallery{display:grid;grid-gap:14px;gap:14px}.productMainImage,.productThumb{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:#f8f6f2;box-shadow:var(--shadow-soft)}.productMainImage{position:relative;display:grid;width:100%;aspect-ratio:1/1;max-height:620px;min-height:420px;min-width:0;place-items:center;border-radius:28px;padding:0}.productMainImageMedia{display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:24px}.productThumbScroller,.thumbGrid{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.productThumb,.productThumbButton{overflow:hidden;flex:0 0 82px;width:82px;height:82px;border:1px solid var(--line);border-radius:20px;background:#f8f6f2;padding:4px;box-shadow:var(--shadow-soft)}.productThumbButton{display:grid;place-items:center}.productThumbButtonActive{border-color:var(--accent);box-shadow:0 0 0 3px rgba(184,135,70,.16),var(--shadow-soft)}.productGalleryArrow{position:absolute;top:50%;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(229,217,199,.9);border-radius:50%;background:rgba(255,253,248,.94);color:var(--ink);font-size:22px;font-weight:950;box-shadow:var(--shadow-soft);transform:translateY(-50%)}.productGalleryArrowPrev{left:14px}.productGalleryArrowNext{right:14px}.productThumb img,.productThumbButton img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.productDetailPanel{position:-webkit-sticky;position:sticky;top:154px;display:grid;grid-gap:18px;gap:18px;border-radius:var(--radius-xl);padding:clamp(24px,4vw,38px)}.detailTopRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.productPageTitle{font-size:clamp(32px,4.2vw,52px);line-height:1;overflow-wrap:anywhere}.productLead{margin:0;font-size:17px}.productLead:empty{display:none}.productDetailPrice{display:grid;grid-gap:6px;gap:6px}.productDetailPrice strong{font-size:42px}.productDetailPanel .quickProductActions{position:relative;left:auto;right:auto;bottom:auto}.productDetailActions{grid-template-columns:1fr 1fr}.richText{border-top:1px solid var(--line);padding-top:18px}.richText>:first-child{margin-top:0}.richText>:last-child{margin-bottom:0}.leadFormShell{display:grid;grid-template-columns:minmax(0,.72fr) minmax(360px,1fr);grid-gap:28px;gap:28px;border-radius:var(--radius-xl);padding:clamp(24px,4vw,44px)}.leadFormIntro{align-self:center}.contactActions,.leadFormFooter{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.leadForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.leadField{display:grid;grid-gap:7px;gap:7px}.leadField span{color:var(--muted);font-size:13px;font-weight:900}.leadFieldWide,.leadFormFooter{grid-column:1/-1}.leadField textarea{resize:vertical}.honeypotField{position:absolute;left:-9999px;width:1px;height:1px}.leadFormMessage{margin:0;align-self:center;font-weight:850}.leadFormMessagesuccess{color:var(--green)}.leadFormMessageerror{color:var(--red)}.leadChoiceOverlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:rgba(23,22,17,.56);padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.leadChoiceModal{position:relative;width:min(520px,100%);border:1px solid var(--line);border-radius:30px;background:var(--surface);padding:28px;box-shadow:var(--shadow)}.leadChoiceModal h2{margin:0 0 10px;font-size:34px;line-height:1;letter-spacing:-.05em}.leadChoiceModal p{color:var(--muted);line-height:1.6}.leadChoiceClose{position:absolute;top:16px;right:16px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;background:var(--surface-muted);color:var(--ink);font-size:24px}.leadChoiceActions{display:grid;grid-gap:10px;gap:10px}.drawerOverlay{position:fixed;inset:0;z-index:1000;pointer-events:none;visibility:hidden;overflow:hidden}.drawerOverlayOpen{pointer-events:auto;visibility:visible}.drawerBackdrop{position:fixed;inset:0;z-index:1000;border:0;background:rgba(23,22,17,0);transition:background .18s ease}.drawerOverlayOpen .drawerBackdrop{background:rgba(23,22,17,.48)}.drawerPanel{position:fixed;top:0;right:0;z-index:1001;display:flex;width:400px;max-width:100%;height:100vh;flex-direction:column;gap:18px;overflow:hidden;background:var(--surface);padding:24px;box-shadow:-24px 0 70px rgba(23,22,17,.22);transform:translateX(100%);transition:transform .22s ease}.drawerOverlayOpen .drawerPanel{transform:translateX(0)}.drawerHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:16px}.drawerHeader h2{margin:0;font-size:30px;line-height:1;letter-spacing:-.05em}.drawerClose{display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:var(--surface-muted);color:var(--ink);font-size:25px}.drawerList{display:grid;grid-gap:12px;gap:12px;overflow:auto;min-height:0;padding-right:4px}.drawerProduct{display:grid;grid-template-columns:82px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:20px;background:#fff;padding:10px}.drawerProductImage{overflow:hidden;border-radius:15px;background:var(--surface-muted)}.drawerProductImage img{width:82px;height:82px;object-fit:contain;padding:6px}.drawerProductInfo{display:grid;grid-gap:7px;gap:7px;min-width:0}.drawerProductInfo a{display:-webkit-box;overflow:hidden;font-weight:950;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.drawerProductInfo span{color:var(--accent-strong);font-weight:950}.drawerProductInfo small{color:var(--muted);font-size:12px;font-weight:850}.drawerQty{display:grid;grid-template-columns:32px 32px 32px;align-items:center;overflow:hidden;width:-moz-fit-content;width:fit-content;border:1px solid var(--line);border-radius:999px}.drawerQty button{height:32px;border:0;background:transparent;font-weight:950}.drawerQty button:disabled{cursor:not-allowed;opacity:.35}.drawerQty b{text-align:center}.drawerRemove{border:0;background:transparent;color:var(--red);font-size:13px;font-weight:900}.drawerSummary{grid-gap:10px;gap:10px}.drawerCheckoutForm,.drawerSummary{display:grid;margin-top:auto;border-top:1px solid var(--line);padding-top:16px}.drawerCheckoutForm{grid-gap:12px;gap:12px;overflow:auto;min-height:0;padding-right:4px}.drawerCheckoutForm label{display:grid;grid-gap:7px;gap:7px}.drawerCheckoutForm label span{color:var(--muted);font-size:13px;font-weight:900}.drawerCheckoutForm input,.drawerCheckoutForm select,.drawerCheckoutForm textarea{width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);outline:0;padding:12px 13px}.drawerCheckoutForm textarea{resize:vertical}.drawerSummary div{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.drawerSummary span{color:var(--muted);font-weight:850}.drawerSummary strong{font-size:30px;letter-spacing:-.05em}.drawerSummary .primaryButton,.drawerSummary .secondaryButton{width:100%}.drawerMessage{margin:0;border-radius:14px;padding:10px 12px;font-size:14px;font-weight:850}.drawerMessagesuccess{background:rgba(79,125,91,.12);color:var(--green)}.drawerMessageerror{background:rgba(164,81,62,.12);color:var(--red)}.drawerEmpty{display:grid;place-items:start;grid-gap:12px;gap:12px;margin:auto 0;border:1px dashed var(--line);border-radius:24px;background:var(--surface-muted);padding:24px}.drawerEmpty h3{margin:0;font-size:24px;letter-spacing:-.04em}.drawerEmpty p{margin:0;color:var(--muted);line-height:1.55}.emptyState{border-radius:var(--radius-xl);padding:34px}.emptyState h1,.emptyState h2{margin:0 0 10px;letter-spacing:-.05em}.siteFooter{background:#171611;color:#fff}.siteFooterInner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:150px;padding:28px 0}.footerBrand{display:block;margin-bottom:8px;font-size:28px;letter-spacing:-.05em}.siteFooter p{max-width:560px;margin:0 0 8px;color:rgba(255,255,255,.64)}.footerCopyright{font-size:14px}.footerLinks{color:rgba(255,255,255,.76);font-weight:850}@media (max-width:1120px){.siteHeaderInner{grid-template-columns:auto auto 1fr}.headerActions{grid-column:1/-1;justify-content:space-between}.benefitsStrip,.leadFormShell,.productLayout{grid-template-columns:1fr}.productDetailPanel{position:static}.productGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogBody{grid-template-columns:230px minmax(0,1fr);gap:18px}.catalogContent .productGrid,.categoryGrid,.categoryPhotoGrid,.featureGrid,.featureGridCompact{grid-template-columns:repeat(2,minmax(0,1fr))}.heroSlide{grid-template-columns:minmax(0,1fr) minmax(260px,.58fr)}}@media (max-width:860px){body{overflow-x:hidden}.siteHeader{z-index:80}.catalogButton,.headerActions,.headerMarketMenu,.topUtilityBar{display:none}.siteFooterInner,.topUtilityInner{align-items:flex-start;flex-direction:column}.siteHeaderInner{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:64px;padding:10px 0}.brand{min-width:0;font-size:22px}.brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brandMark{width:40px;height:40px;border-radius:14px;font-size:20px}.mobileHeaderControls{display:flex;align-items:center;justify-content:flex-end;gap:7px}.mobileIconButton{min-width:42px;min-height:42px;border-radius:14px;padding:0 10px}.mobileIconButton.headerActionCounter{min-width:84px;font-size:13px}.headerSearch{display:none;grid-column:1/-1;grid-template-columns:1fr auto;min-height:44px;border-radius:18px;width:100%}.headerSearchOpen{display:grid}.headerSearch input{min-height:44px;padding:0 13px;font-size:14px}.headerSearch button{min-height:36px;padding:0 14px}.mobileMenuPanel{display:grid;grid-gap:10px;gap:10px;padding:0 0 14px}.mobileMenuPanel a{display:flex;min-height:46px;align-items:center;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,248,.92);padding:0 15px;color:var(--ink);font-weight:900}.mobileMenuPanel .primaryButton{justify-content:center;border:0;background:linear-gradient(135deg,#c79a58,#8d5f2b);color:#fff;box-shadow:0 14px 30px rgba(141,95,43,.22)}.catalogDropdownInner{grid-template-columns:1fr}.catalogDropdownGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketHero{min-height:560px}.heroSlide{grid-template-columns:1fr;grid-template-rows:auto 180px;align-content:start;padding:28px}.marketHeroContent{min-height:auto;padding-bottom:0}.heroVisual{justify-self:end;width:min(70%,360px);height:180px}.heroVisualCard{min-width:104px;min-height:42px;font-size:13px}.catalogBody,.catalogControls,.conditionsPanel{grid-template-columns:1fr}.catalogShell{padding-bottom:112px}.catalogSidebarDesktop{display:none}.catalogMobileCategoriesButton{display:inline-flex;position:fixed;right:14px;bottom:14px;z-index:70;min-width:min(300px,calc(100vw - 28px));min-height:58px;align-items:center;gap:11px;border:1px solid rgba(247,217,164,.36);border-radius:22px;background:radial-gradient(circle at 10% 0,rgba(247,217,164,.24),transparent 7rem),#171611;color:#fff;padding:9px 14px 9px 10px;font-weight:950;box-shadow:0 18px 46px rgba(23,22,17,.24)}.catalogMobileCategoriesButton span:last-child{display:grid;min-width:0;grid-gap:2px;gap:2px;text-align:left}.catalogMobileCategoriesButton b{line-height:1}.catalogMobileCategoriesButton small{overflow:hidden;color:rgba(255,255,255,.7);font-size:12px;font-weight:850;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.catalogMobileCategoriesIcon{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:15px;background:rgba(255,255,255,.12);color:#f7d9a4;font-size:19px}.catalogSidebarDrawer{position:fixed;inset:0;z-index:1200;display:block}.catalogSidebarBackdrop{position:absolute;inset:0;border:0;background:rgba(23,22,17,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.catalogSidebarDrawerPanel{position:relative;z-index:1;display:grid;width:min(92vw,380px);max-width:calc(100vw - 16px);height:100%;grid-template-rows:auto auto minmax(0,1fr);border-right:1px solid rgba(229,217,199,.88);border-radius:0 28px 28px 0;background:radial-gradient(circle at 92% 0,rgba(184,135,70,.16),transparent 12rem),linear-gradient(180deg,#fffaf0 0,var(--bg) 100%);padding:16px;box-shadow:24px 0 60px rgba(23,22,17,.22)}.catalogSidebarDrawerTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 2px 14px}.catalogSidebarDrawerTop strong{display:block;font-size:20px;letter-spacing:-.04em}.catalogSidebarDrawerTop span{display:block;margin-top:4px;color:var(--muted);font-size:13px;font-weight:850;line-height:1.35}.catalogSidebarClose{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font-size:24px;line-height:1}.catalogSidebarDrawerCurrent{display:grid;grid-gap:5px;gap:5px;margin-bottom:12px;border:1px solid rgba(229,217,199,.86);border-radius:18px;background:rgba(255,253,248,.82);padding:12px 13px;box-shadow:var(--shadow-soft)}.catalogSidebarDrawerCurrent span{color:var(--muted);font-size:12px;font-weight:900}.catalogSidebarDrawerCurrent strong{overflow:hidden;color:var(--ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.catalogSidebarDrawerPanel .catalogSidebar{max-height:none;min-height:0;border-radius:22px;background:rgba(255,253,248,.86)}.howToBuySteps{grid-template-columns:1fr}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.productMainImage img{height:100%}.productMainImage{min-height:360px}.leadForm{grid-template-columns:1fr}.leadChoiceModal{max-height:calc(100vh - 32px);overflow:auto}}@media (max-width:620px){.container{width:min(100% - 20px,1240px)}.topUtilityInner nav{gap:10px}.brand{gap:8px;font-size:20px}.brandMark{width:38px;height:38px}.marketHero{border-radius:28px;min-height:520px}.marketHero h1{font-size:34px;line-height:.98}.marketHero p{margin:14px 0 18px;font-size:15px;line-height:1.5}.heroActions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;width:min(100%,260px)}.heroActions .primaryButton,.heroActions .secondaryButtonFilled{width:100%}.heroSlide{grid-template-rows:auto 150px;padding:22px}.marketHeroContent{padding-bottom:54px}.heroVisual{justify-self:center;width:min(100%,300px);height:150px;opacity:.9}.heroVisualCard{min-width:86px;min-height:36px;font-size:12px}.heroSliderControls{right:18px;bottom:18px}.heroSliderControls button{width:40px;height:40px}.catalogDropdownGrid,.categoryGrid,.categoryPhotoGrid,.featureGrid,.featureGridCompact,.productGrid,.thumbGrid{grid-template-columns:1fr}.categoryPhotoCard{min-height:240px}.productCard{border-radius:22px}.productCardBody{padding:14px}.productTitle{min-height:auto;font-size:16px}.productCardActions{gap:8px}.productCardActions .secondaryButton,.productCardActions .telegramButton{min-height:42px;padding:0 12px;font-size:14px}.drawerPanel{width:100%;padding:18px;overflow:hidden}.drawerProduct{grid-template-columns:72px 1fr}.drawerProductImage img{width:72px;height:72px}.drawerRemove{grid-column:2;justify-self:start}.productCardActions,.productDetailActions{grid-template-columns:1fr}.productMainImage img{height:100%}.productMainImage{min-height:300px}.productMainImageMedia{padding:14px}.catalogHeader,.emptyState,.leadChoiceModal,.leadFormShell{border-radius:24px;padding:22px}.leadChoiceModal h2{padding-right:36px;font-size:28px}}