:root{--bg: #ffffff;--surface: #ffffff;--soft: #f5f2ef;--soft-2: #ebe6e1;--ink: #332b25;--muted: #81766d;--line: #e7e1dc;--brand: #624733;--brand-dark: #4d3828;--brand-soft: #8b715f;--shadow: 0 18px 46px rgba(47, 36, 28, .12);--radius: 8px;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#f8f6f4db,#fff0 420px),var(--bg)}button,input,select,textarea{font:inherit}button{color:inherit}.app{min-height:100vh;padding-bottom:calc(86px + var(--tg-safe-area-inset-bottom, 0px))}.app-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(190px,260px) minmax(150px,190px);justify-content:end;gap:12px;align-items:center;padding:calc(14px + var(--tg-safe-area-inset-top, 0px)) clamp(14px,4vw,64px) 14px;background:#fffffff0;border-bottom:1px solid rgba(231,225,220,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;min-width:120px}.brand-mark{position:relative;display:inline-grid;place-items:center;width:104px;height:52px;color:var(--brand);font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:700;letter-spacing:0}.brand-mark:before,.brand-mark:after{position:absolute;bottom:2px;width:42px;height:1px;background:currentColor;content:""}.brand-mark:before{left:20px;transform:rotate(26deg)}.brand-mark:after{right:20px;transform:rotate(-26deg)}.search-field{display:flex;min-width:0;height:54px;align-items:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:999px;background:#f0ece9;color:var(--muted)}.search-field:focus-within{border-color:#62473338;box-shadow:0 0 0 4px #62473314}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}.search-field input::placeholder{color:#b9b0aa}.catalog-button,.header-cart,.primary-button,.add-button,.ghost-link,.contact-button,.pager button,.floating-cart{border:0;border-radius:6px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease}.catalog-button{display:flex;height:58px;align-items:center;gap:12px;padding:0 30px;background:var(--brand);color:#fff;box-shadow:0 10px 22px #62473338;font-weight:700}.header-cart{position:relative;display:flex;height:58px;min-width:0;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid var(--line);background:#fff;color:var(--brand-dark);font-size:15px;font-weight:700}.header-cart b,.floating-cart b{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-size:12px}main{width:min(1460px,calc(100% - 36px));margin:0 auto}.section{padding:54px 0 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head h2{margin:0;color:var(--brand-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,44px);font-weight:500;letter-spacing:0}.section-head p{margin:7px 0 0;color:var(--muted)}.ghost-link{display:flex;height:52px;align-items:center;gap:14px;padding:0 24px;border:1px solid var(--line);background:#f6f3f1;color:var(--brand);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{position:relative;min-height:170px;overflow:hidden;padding:28px 26px;border:0;border-radius:var(--radius);background:#6a5749;color:#fff;cursor:pointer;text-align:left}.category-card:after{position:absolute;inset:0;background:linear-gradient(90deg,#36281fb8,#36281f1f);content:""}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card span,.category-card small{position:relative;z-index:1;display:block}.category-card span{max-width:230px;font-size:23px;font-weight:700;line-height:1.2}.category-card small{margin-top:22px;color:#ffffffdb;font-size:15px}.product-head{align-items:flex-end}.filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.chip,.filters select{height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);padding:0 12px;font-size:13px;font-weight:700}.filters select{max-width:170px}.chip{cursor:pointer}.chip.is-active{border-color:transparent;background:var(--soft);color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;min-height:520px;transition:opacity .18s ease}.product-grid.is-loading{opacity:.55}.product-card{overflow:hidden;border:1px solid rgba(231,225,220,.86);border-radius:var(--radius);background:#fff;box-shadow:0 8px 22px #2f241c14}.product-media{display:block;width:100%;aspect-ratio:1 / .96;overflow:hidden;border:0;background:var(--soft-2);cursor:pointer}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.product-card:hover .product-media img{transform:scale(1.035)}.product-body{display:grid;gap:10px;padding:16px}.product-name{min-height:44px;padding:0;border:0;background:transparent;color:var(--brand-dark);cursor:pointer;font-size:16px;font-weight:800;line-height:1.35;text-align:left}.product-body p{min-height:34px;margin:0;color:var(--muted);font-size:13px;line-height:1.3}.product-body strong{color:var(--brand-dark);font-size:20px}.add-button{display:flex;height:46px;align-items:center;justify-content:center;gap:12px;background:var(--brand);color:#fff;font-weight:800}.pager{display:flex;align-items:center;justify-content:center;gap:16px;padding:34px 0 10px}.pager button{display:flex;height:42px;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--line);background:#fff}.pager button:disabled{cursor:default;opacity:.45}.overlay{position:fixed;inset:0;z-index:80;display:grid;background:#1f19156b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drawer{width:min(440px,100%);height:100%;overflow:auto;background:#fff;box-shadow:var(--shadow)}.category-drawer{justify-self:start}.cart-drawer{justify-self:end}.drawer-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drawer-head h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:500}.drawer-head button,.modal-close{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.category-list{padding-bottom:28px}.category-row{display:grid;width:100%;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 22px 14px calc(22px + var(--level, 0) * 18px);border:0;border-bottom:1px solid #f0ece9;background:#fff;color:var(--ink);cursor:pointer;text-align:left}.category-row.is-active{background:var(--soft);color:var(--brand);font-weight:800}.category-row small{color:var(--muted)}.product-modal{position:relative;align-self:center;justify-self:center;display:grid;width:min(1120px,calc(100% - 28px));max-height:min(860px,calc(100vh - 34px));grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);overflow:hidden;border-radius:10px;background:#fff;box-shadow:var(--shadow)}.floating-cart{display:none!important}.modal-close{position:absolute;top:16px;right:16px;z-index:4}.gallery{display:grid;gap:12px;padding:24px;background:#f5f2ef}.gallery-main{position:relative;display:grid;aspect-ratio:1 / 1;overflow:hidden;place-items:center;border-radius:var(--radius);background:#e7e1dc}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:#ffffffe0;cursor:pointer}.gallery-nav.left{left:14px}.gallery-nav.right{right:14px}.gallery-nav:disabled{opacity:.35}.thumbs{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.thumbs button{aspect-ratio:1;overflow:hidden;padding:0;border:2px solid transparent;border-radius:6px;background:transparent;cursor:pointer}.thumbs button.is-active{border-color:var(--brand)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info{overflow:auto;padding:64px 32px 32px}.product-info small{color:var(--muted);font-weight:700}.product-info h2{margin:14px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,46px);font-weight:500;line-height:1.08}.product-info>b{display:block;margin-bottom:24px;color:var(--brand);font-size:28px}.size-block{margin-bottom:24px}.size-block>span{display:block;margin-bottom:10px;color:var(--muted);font-weight:800}.size-options{display:flex;flex-wrap:wrap;gap:8px}.size-options button{min-width:48px;height:40px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;font-weight:800}.size-options button.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.description{white-space:pre-line;color:var(--muted);line-height:1.6}.buy-row{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:26px}.stepper{display:grid;grid-template-columns:38px 42px 38px;height:48px;align-items:center;justify-items:center;border:1px solid var(--line);border-radius:6px}.stepper button{display:grid;width:100%;height:100%;place-items:center;border:0;background:transparent;cursor:pointer}.primary-button{display:flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;background:var(--brand);color:#fff;font-weight:900}.cart-items{display:grid;gap:12px;padding:18px}.empty{margin:16px 0;color:var(--muted)}.cart-item{display:grid;grid-template-columns:78px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.cart-item img{width:78px;height:88px;border-radius:6px;object-fit:cover}.cart-item strong{display:block;margin-bottom:5px;line-height:1.28}.cart-item span{display:block;color:var(--muted);font-size:13px}.cart-item b{display:block;margin-top:8px}.cart-actions{display:flex;grid-column:2;align-items:center;gap:7px}.cart-actions button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.checkout{display:grid;gap:13px;padding:18px;border-top:1px solid var(--line)}.total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:18px}.total-row b{color:var(--brand);font-size:23px}.checkout label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.checkout input,.checkout textarea{width:100%;border:1px solid var(--line);border-radius:6px;outline:0;background:#fff;color:var(--ink)}.checkout input{height:44px;padding:0 12px}.checkout textarea{min-height:86px;resize:vertical;padding:11px 12px}.contact-button{height:42px;border:1px solid var(--line);background:#f6f3f1;color:var(--brand);font-weight:800}.contact-note{margin:0;color:var(--muted);font-size:13px;line-height:1.35}.error-text{margin:0;color:#b42318;font-size:14px}.success-state{display:grid;gap:14px;justify-items:start;padding:26px}.success-state svg{color:var(--brand)}.success-state h4{margin:0;font-size:24px}.success-state p{margin:0;color:var(--muted);line-height:1.5}.floating-cart{position:fixed;right:22px;bottom:calc(22px + var(--tg-safe-area-inset-bottom, 0px));z-index:30;display:none;min-height:52px;align-items:center;gap:10px;padding:0 18px;background:var(--brand);color:#fff;box-shadow:0 14px 30px #6247334d;font-weight:900}button:hover{transform:translateY(-1px)}button:disabled:hover{transform:none}@media(max-width:1180px){.app-header{grid-template-columns:minmax(190px,260px) minmax(150px,190px)}.header-cart span{display:inline}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){.app-header{grid-template-columns:1fr 1fr;gap:8px;padding:calc(10px + var(--tg-safe-area-inset-top, 0px)) 10px 10px}.brand{min-width:auto}.brand-mark{width:82px;height:42px;font-size:23px}.catalog-button span{display:inline}.catalog-button{width:auto;height:46px;justify-content:center;gap:8px;padding:0 10px;font-size:14px}.header-cart{display:flex;height:46px;padding:0 10px;font-size:14px}.search-field{height:48px;padding:0 14px}main{width:min(100% - 24px,760px)}.section{padding-top:26px}.section-head,.product-head{display:grid;align-items:start}.ghost-link{width:max-content;max-width:100%}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filters{justify-content:flex-start;gap:6px}.product-modal{align-self:stretch;width:100%;height:100dvh;max-height:100dvh;display:block;overflow-y:auto;border-radius:0}.gallery{padding:14px}.gallery-main{aspect-ratio:1 / .82}.product-info{overflow:visible;padding:20px 18px calc(34px + var(--tg-safe-area-inset-bottom, 0px))}.thumbs{grid-template-columns:repeat(6,1fr)}.modal-close{position:fixed;top:calc(12px + var(--tg-safe-area-inset-top, 0px));right:12px}}@media(max-width:560px){.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0;scroll-snap-type:none}.category-card{min-width:0;min-height:94px;padding:13px;scroll-snap-align:none}.category-card span{font-size:16px}.category-card small{margin-top:8px;font-size:12px}.category-section{padding-top:16px}.category-section .section-head{margin-bottom:12px}.category-section .ghost-link{display:none}.section-head h2{font-size:26px}.product-grid{gap:12px}.product-body{padding:12px}.product-name{min-height:58px;font-size:14px}.product-body p{display:none}.product-body strong{font-size:17px}.add-button{height:42px}.add-button span{font-size:14px}.drawer{width:100%}.buy-row{grid-template-columns:1fr}}
