:root{--ink:#2e302f;--muted:#77766f;--line:#e8e2d9;--paper:#fbfaf7;--card:#fff;--sand:#c39a65;--sand-dark:#9e7443;--soft:#f4eee5;--green:#5d7658;--red:#bd6654;--shadow:0 12px 34px rgba(71,58,43,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-row{max-width:1480px;margin:auto;min-height:92px;padding:16px 22px;display:flex;align-items:center;gap:22px}.logo{font-family:Georgia,serif;font-size:30px;font-weight:700;white-space:nowrap}.search{flex:1;min-width:280px;max-width:520px;position:relative}.search input{width:100%;height:48px;border:1px solid #ded6cb;border-radius:24px;padding:0 20px 0 48px;background:#fff;outline:none}.search input:focus{border-color:var(--sand)}.search-icon{position:absolute;left:18px;top:10px;font-size:26px;color:#917b60}.search-suggestions{display:none;position:absolute;top:54px;left:0;right:0;background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;z-index:90}.search-suggestions.open{display:block}.suggestion{padding:12px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.suggestion:hover{background:var(--soft)}.phone-block{min-width:150px}.phone-block a{display:block;font-weight:700;white-space:nowrap}.phone-block small{display:block;margin-top:5px;color:var(--muted)}.address-block{font-size:14px;max-width:160px;line-height:1.35}.catalog-button,.favorite-header,.cart-button{height:48px;border:1px solid var(--line);background:#fff;border-radius:16px;display:flex;align-items:center;gap:9px;padding:0 16px;color:#4b443b;position:relative}.catalog-button{background:var(--soft);border-color:#eadfce}.favorite-header em,.cart-button em{font-style:normal}.favorite-header span,.cart-button>span{font-size:21px;color:var(--sand-dark)}.favorite-header b,.cart-button b{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--sand-dark);color:#fff;font-size:11px;display:grid;place-items:center}.cart-button{margin-left:auto}.cart-button strong{display:none}.catalog-panel{display:none;position:fixed;top:92px;left:50%;transform:translateX(-50%);z-index:60;width:min(1200px,calc(100% - 32px));max-height:72vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 25px 70px rgba(0,0,0,.16);padding:24px}.catalog-panel.open{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.catalog-group strong{display:block;margin-bottom:9px}.catalog-group a{display:block;color:var(--muted);padding:4px 0;font-size:14px}.catalog-group a:hover{color:var(--sand-dark)}
main{max-width:1480px;margin:0 auto;padding:18px 22px 58px}.hero-premium{border-radius:26px;overflow:hidden;background:#f1eadf;box-shadow:var(--shadow)}.hero-visual{height:410px;position:relative;overflow:hidden}.hero-visual>img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .65s ease,transform 6s ease}.hero-visual>img.visible{opacity:1;transform:scale(1.035)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,242,234,.98) 0%,rgba(247,242,234,.9) 31%,rgba(247,242,234,.2) 61%,rgba(0,0,0,.08) 100%)}.hero-copy{position:absolute;left:7%;top:50%;transform:translateY(-50%);max-width:460px;z-index:2}.hero-badge{display:inline-flex;padding:8px 13px;border-radius:999px;background:#fff4e4;color:var(--sand-dark);font-size:13px;font-weight:800;border:1px solid #eadbc5}.hero-kicker{font-size:13px;color:var(--sand-dark);margin:14px 0 8px}.hero-copy h1{font-size:42px;line-height:1.08;margin:0 0 12px}.hero-copy>p:not(.hero-kicker){font-size:17px;line-height:1.5;color:#66645f}.hero-price{font-size:26px;font-weight:800;margin:18px 0}.hero-cta{display:inline-flex;padding:14px 22px;background:var(--sand);color:#fff;border-radius:999px;font-weight:800}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 7px 20px rgba(0,0,0,.12);font-size:34px;color:#77614a;z-index:3}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.75)}.hero-dot.active{background:var(--sand)}.hero-controlbar{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#fff}.hero-controlbar div{display:flex;flex-direction:column;gap:3px}.hero-controlbar span{font-size:13px;color:var(--muted)}.hero-controlbar button{border:1px solid #e5d7c4;background:#fff8ef;border-radius:999px;padding:12px 20px;color:var(--sand-dark);font-weight:800}.hero-offers-panel{display:none;grid-template-columns:repeat(4,1fr);gap:14px;padding:0 24px 24px;background:#fff}.hero-offers-panel.open{display:grid}.hero-offer-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.hero-offer-card img{width:100%;height:120px;object-fit:cover}.hero-offer-card div{padding:12px;display:flex;flex-direction:column;gap:5px}.hero-offer-card span{color:var(--red);font-size:12px;font-weight:800}.hero-offer-card small{color:var(--sand-dark);font-weight:800}.section-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 15px}.section-head h2{font-size:28px;margin:0;font-family:Georgia,serif}.section-head p{margin:5px 0 0;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{background:#fff;border:1px solid #ebe5dc;border-radius:20px;overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-image{height:165px;background:#eee8df;display:block;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-body{padding:16px}.category-body h3{margin:0 0 12px;font-size:18px}.subcategory-list{display:flex;flex-direction:column;gap:7px}.subcategory-list a{font-size:13px;color:#77746e}.subcategory-list a:hover{color:var(--sand-dark)}.more-link{display:block;margin-top:14px;color:var(--sand-dark);font-weight:800;font-size:13px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:22px}.benefit{display:flex;gap:12px;align-items:center}.benefit span{width:42px;height:42px;border-radius:50%;background:var(--soft);display:grid;place-items:center;color:var(--sand-dark);font-size:20px}.benefit strong{display:block}.benefit small{color:var(--muted)}
.breadcrumbs{font-size:13px;color:var(--muted);margin:10px 0 18px}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:22px}.filters{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;height:max-content;position:sticky;top:112px}.filters h3{margin:0 0 18px}.filter-block{padding:15px 0;border-top:1px solid var(--line)}.filter-block label{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filters input,.filters select{width:100%;height:42px;border:1px solid var(--line);border-radius:12px;padding:0 10px}.brand-option{display:flex!important;align-items:center;gap:8px;color:var(--ink)!important;margin:9px 0!important}.brand-option input{width:17px;height:17px}.reset-filter{width:100%;height:42px;border:1px solid var(--sand);background:#fff;border-radius:12px;font-weight:700}.products-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.products-head h1{font-size:30px;margin:0}.products-head select{height:42px;border:1px solid var(--line);border-radius:12px;padding:0 10px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;position:relative;display:flex;flex-direction:column}.product-image{height:190px;border-radius:14px;background:#f1f3f5;overflow:hidden;margin-bottom:12px}.product-image img{width:100%;height:100%;object-fit:cover}.favorite-toggle{position:absolute;right:23px;top:23px;width:38px;height:38px;border:0;background:#fff;border-radius:50%;font-size:22px;box-shadow:0 3px 12px rgba(0,0,0,.12);color:#8b755d}.favorite-toggle.active{color:var(--red)}.product-brand{font-size:12px;color:var(--muted);text-transform:uppercase;font-weight:800}.product-card h3{font-size:16px;line-height:1.35;margin:6px 0;min-height:43px}.product-desc{font-size:13px;line-height:1.45;color:var(--muted);margin:0 0 10px;flex:1}.stock{font-size:12px;color:var(--green);font-weight:800}.product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:10px}.price strong{display:block;font-size:21px}.price small{color:var(--muted)}.add-cart,.checkout{border:0;background:var(--sand);color:#fff;border-radius:12px;font-weight:900;padding:11px 14px}.empty{background:#fff;border-radius:18px;text-align:center;padding:55px 20px;color:var(--muted);grid-column:1/-1}.category-banner{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:20px;display:grid;grid-template-columns:1fr 280px;overflow:hidden}.category-banner img{width:100%;height:180px;object-fit:cover;border-radius:16px}.overlay{position:fixed;inset:0;background:rgba(22,20,17,.35);z-index:90;opacity:0;pointer-events:none;transition:.2s}.overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;z-index:100;right:0;top:0;width:min(460px,100%);height:100%;background:#fff;transform:translateX(100%);transition:.25s;padding:20px;overflow:auto}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--soft);font-size:25px}.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item img{width:82px;height:82px;object-fit:cover;border-radius:13px}.cart-item h4{margin:0 0 8px}.qty{display:flex;align-items:center;gap:10px;margin-top:9px}.qty button{width:28px;height:28px;border:1px solid var(--line);border-radius:9px;background:#fff}.remove{border:0;background:transparent;color:var(--red)}.cart-summary{position:sticky;bottom:0;background:#fff;padding-top:18px}.summary-row{display:flex;justify-content:space-between;font-size:22px;font-weight:800;margin-bottom:12px}.checkout{width:100%;height:50px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;background:#3e392f;color:#fff;padding:13px 20px;border-radius:999px;z-index:120;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}footer{background:#2f302e;color:#fff;padding:34px max(22px,calc((100% - 1440px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer p{color:#c8c6c0;line-height:1.6}
@media(max-width:1180px){.address-block{display:none}.header-row{gap:12px}.categories{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.header-row{flex-wrap:wrap}.logo{order:1}.phone-block{order:2;margin-left:auto}.search{order:5;flex-basis:100%;max-width:none}.address-block{display:none}.catalog-button{order:3}.favorite-header{order:4}.cart-button{order:4}.favorite-header em,.cart-button em{display:none}.hero-visual{height:430px}.hero-copy{left:8%;right:8%;max-width:none}.hero-shade{background:linear-gradient(90deg,rgba(247,242,234,.97),rgba(247,242,234,.72))}.hero-copy h1{font-size:34px}.hero-controlbar{align-items:flex-start;gap:12px}.hero-offers-panel{grid-template-columns:1fr 1fr}.categories{grid-template-columns:1fr 1fr}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.products-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}.catalog-panel.open{grid-template-columns:1fr 1fr}.category-banner{grid-template-columns:1fr}.category-banner img{margin-top:15px}footer{grid-template-columns:1fr}}@media(max-width:540px){main{padding:12px 12px 40px}.header-row{padding:10px 12px}.logo{font-size:24px}.phone-block{font-size:12px}.catalog-button{padding:0 12px}.hero-visual{height:470px}.hero-copy h1{font-size:30px}.hero-controlbar{flex-direction:column}.hero-offers-panel,.categories,.products-grid,.benefits,.catalog-panel.open{grid-template-columns:1fr}.category-image{height:190px}.products-head{align-items:flex-start;gap:12px;flex-direction:column}}

/* v5 header optimization */
.header-row{display:grid;grid-template-columns:auto minmax(300px,1fr) auto auto auto auto;align-items:center;gap:18px;min-height:104px}
.brand-stack{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:180px}
.brand-stack .logo{line-height:1}
.catalog-button{height:40px;padding:0 18px;background:linear-gradient(135deg,#d5aa55,#b9852e);border-color:#b9852e;color:#fff;box-shadow:0 8px 20px rgba(185,133,46,.25);font-weight:800;border-radius:14px}
.catalog-button span{font-size:18px}.catalog-button:hover{filter:brightness(1.04);transform:translateY(-1px)}
.search{max-width:none}.phone-block{min-width:165px}.address-block{max-width:185px}.favorite-header{white-space:nowrap}.cart-button{margin-left:0;white-space:nowrap}
.hero-controlbar{justify-content:flex-end}.hero-controlbar>div{margin-right:auto}.hero-controlbar button{background:linear-gradient(135deg,#d5aa55,#b9852e);color:#fff;border-color:#b9852e;box-shadow:0 8px 18px rgba(185,133,46,.2)}
.category-image img,.product-image img,.category-banner img,.hero-offer-card img{background:#eee}
@media(max-width:1180px){.header-row{grid-template-columns:auto minmax(260px,1fr) auto auto auto}.address-block{display:none}}
@media(max-width:820px){.header-row{display:flex}.brand-stack{order:1;min-width:auto}.phone-block{order:2}.catalog-button{order:unset}.search{order:5}.favorite-header,.cart-button{order:4}}

/* v6 product-design refinement */
:root{--gold:#c79a46;--gold-dark:#9a6c24;--cream:#f7f3eb;--soft-green:#6f8068}
.site-header{background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(61,49,34,.045)}
.header-row{grid-template-columns:190px minmax(320px,1fr) 170px 180px auto auto;min-height:112px;padding-top:14px;padding-bottom:14px}
.brand-stack{gap:10px}.brand-stack .logo{font-size:31px;letter-spacing:-.6px}.brand-stack .catalog-button{width:132px;justify-content:center}
.search input{height:50px;background:#fdfcf9;border-color:#e6ded2;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.phone-block{padding-left:2px}.phone-block small{font-size:12px}.address-block{color:#56534e;font-size:13px}
.favorite-header,.cart-button{height:50px;background:#fdfcf9;border-color:#e8e1d7}.favorite-header:hover,.cart-button:hover{border-color:#d6c19d;background:#fffaf1}
.catalog-button{background:linear-gradient(135deg,#d9af5b,#b9822c);box-shadow:0 10px 24px rgba(174,121,36,.25)}
main{padding-top:22px}
.hero-premium{border-radius:30px;background:#ece5d9;box-shadow:0 20px 55px rgba(65,50,32,.11)}
.hero-visual{height:500px}.hero-visual>img{filter:saturate(.94) contrast(1.02)}
.hero-shade{background:linear-gradient(90deg,rgba(248,244,237,.98) 0%,rgba(248,244,237,.92) 33%,rgba(248,244,237,.28) 60%,rgba(31,28,24,.10) 100%)}
.hero-copy{left:7.3%;max-width:500px}.hero-copy h1{font-family:Georgia,serif;font-size:48px;letter-spacing:-1px;line-height:1.04;margin-bottom:16px}.hero-copy>p:not(.hero-kicker){font-size:17px;max-width:440px}.hero-badge{background:rgba(255,249,238,.94);box-shadow:0 6px 18px rgba(90,64,31,.08)}
.hero-product-link{display:inline-flex;margin-top:2px;color:var(--gold-dark);font-weight:800;border-bottom:1px solid rgba(154,108,36,.35);padding-bottom:3px}
.hero-controlbar{padding:20px 28px;border-top:1px solid rgba(226,216,201,.8)}.hero-controlbar strong{font-size:16px}.hero-controlbar button{min-width:220px;padding:14px 24px}
.hero-offers-panel{grid-template-columns:repeat(3,1fr);padding:0 28px 28px}.hero-offer-card{border-radius:20px;transition:.2s}.hero-offer-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hero-offer-card img{height:155px}
.section-head{margin-top:34px}.section-head h2{font-size:32px}.categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{border-radius:22px;box-shadow:0 5px 18px rgba(65,52,36,.045);display:flex;flex-direction:column}.category-image{height:190px}.category-image img{transition:transform .45s ease}.category-card:hover .category-image img{transform:scale(1.035)}.category-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.category-body h3{font-size:19px;line-height:1.2}.subcategory-list{min-height:98px}.more-link{margin-top:auto;padding-top:15px;border-top:1px solid #f0ebe4}
.benefits{margin-top:30px;padding:24px 26px;border-radius:24px;box-shadow:0 8px 25px rgba(64,51,34,.045)}.benefit span{width:48px;height:48px;background:#f5ecdc;color:#a4742d}.benefit strong{font-size:14px}.benefit small{display:block;margin-top:3px}
footer{background:#f0ece5;color:#363633;border-top:1px solid #ded6ca;padding-top:42px;padding-bottom:42px}footer p{color:#6f6d67}footer strong{font-family:Georgia,serif;font-size:16px}
@media(max-width:1280px){.header-row{grid-template-columns:175px minmax(260px,1fr) 160px auto auto}.address-block{display:none}.categories{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.header-row{min-height:auto}.brand-stack .catalog-button{width:auto}.hero-visual{height:480px}.hero-copy h1{font-size:38px}.categories{grid-template-columns:repeat(2,1fr)}.hero-offers-panel{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.brand-stack{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.hero-visual{height:520px}.hero-copy{top:45%}.hero-copy h1{font-size:33px}.hero-controlbar button{width:100%;min-width:0}.categories,.hero-offers-panel{grid-template-columns:1fr}.category-image{height:210px}}
