*{box-sizing:border-box}
:root{--bg:#f8f5f1;--card:#ffffff;--text:#2e2926;--muted:#7a716b;--border:#eadfd9;--soft:#f2ebe5;--shadow:0 18px 36px rgba(96,72,58,.08)}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(20px,calc((100vw - 1240px)/2));background:rgba(255,255,255,.94);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--border)}
.brand{display:flex;align-items:center;gap:12px}.brand img,.brand-mark{width:46px;height:46px;border-radius:50%;object-fit:cover}.brand-mark{display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:800}.brand span{display:flex;flex-direction:column}.brand strong{font-size:16px}.brand small{font-size:12px;color:var(--muted)}
.topbar nav{display:flex;gap:22px;align-items:center;font-size:15px}.topbar nav a{padding:8px 0;position:relative}.topbar nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--primary);transition:.25s}.topbar nav a:hover:after{width:100%}
.container{max-width:1240px;margin:0 auto;padding:28px 20px 70px}
.hero-slider{position:relative;min-height:540px;border-radius:28px;overflow:hidden;background:#b7937e;box-shadow:0 22px 48px rgba(93,65,49,.18);margin-bottom:28px}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.05fr 1fr;opacity:0;pointer-events:none;transform:scale(1.01);transition:opacity .55s ease,transform .55s ease;background:linear-gradient(90deg,#624737 0%,#8e6a57 35%,#d4b6a1 100%)}.hero-slide.active{opacity:1;pointer-events:auto;transform:scale(1)}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:48px 40px 56px;color:#fff;background:linear-gradient(90deg,rgba(68,47,36,.84) 0%,rgba(92,64,49,.74) 55%,rgba(92,64,49,.08) 100%)}
.hero-pill{display:inline-flex;align-self:flex-start;padding:10px 18px;border-radius:999px;border:1px solid rgba(244,220,196,.55);background:rgba(255,249,243,.08);backdrop-filter:blur(4px);font-size:14px;font-weight:600;letter-spacing:.2px}
.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:clamp(36px,5.2vw,72px);line-height:1.03;letter-spacing:-.02em;max-width:590px;margin:18px 0 14px}
.hero-divider{width:200px;max-width:55%;height:1px;background:linear-gradient(90deg,#f0d4b4,#ffffff20);margin:14px 0 18px;position:relative}.hero-divider:after{content:"✦";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;color:#f4d5b3;background:transparent;padding:0 8px}
.hero-copy p{max-width:520px;font-size:18px;line-height:1.55;color:#fff8f2;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--primary);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer;transition:.2s ease;box-shadow:0 10px 18px rgba(93,65,49,.08)}.btn:hover{transform:translateY(-1px)}.btn.secondary{background:#eee6e1;color:#3f3935}.btn.danger{background:#a63b36}.btn.full{width:100%}
.hero-btn{background:linear-gradient(135deg,#d1ab75,#b9894f);color:#fff;padding:14px 22px;border-radius:14px;box-shadow:0 14px 28px rgba(119,81,43,.28)}.hero-btn span{font-size:18px;line-height:1;margin-left:10px}
.hero-visual{position:relative;display:flex;align-items:stretch;justify-content:center;min-height:540px;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(80,56,42,.12),rgba(255,255,255,0) 24%,rgba(0,0,0,.08) 100%);z-index:1}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(59,40,31,.52);color:#fff;font-size:28px;cursor:pointer;z-index:4;backdrop-filter:blur(6px);transition:.2s ease}.hero-nav:hover{background:rgba(59,40,31,.72)}.hero-nav.prev{left:14px}.hero-nav.next{right:14px}
.hero-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.hero-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:transparent;cursor:pointer;padding:0}.hero-dot.active{background:#fff}
.catalog-shell{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.catalog-sidebar{position:sticky;top:92px}.catalog-filter-card,.form-card,.panel,.summary-box,.stat,.admin-product-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}
.catalog-filter-card{padding:22px}.filter-heading{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:18px}.filter-heading h3{margin:0;font-size:22px;font-family:Georgia,"Times New Roman",serif}.filter-heading span{background:#f3ece6;color:var(--primary);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.filter-group{margin-bottom:22px}.filter-group label{display:block;font-weight:700;font-size:14px;margin-bottom:10px}.filter-options{display:grid;gap:10px}.check-item{display:flex;align-items:center;gap:10px;color:#5f5853;font-size:14px}.check-item input{width:auto}.filter-actions{display:grid;gap:10px}
.catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.catalog-toolbar h2,.section-title h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3.4vw,52px);line-height:1.1;margin:0 0 6px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:22px 0 18px}.section-title h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,54px);line-height:1.08;margin:0 0 8px}.muted{color:var(--muted);font-size:14px;line-height:1.6}
.soft-badge,.badge,.discount-pill,.tiny-label{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.soft-badge,.badge{background:#f2e9e2;color:var(--primary)}.tiny-label{background:#f9f2ea;color:#9b6f52}.discount-pill{position:absolute;top:14px;left:14px;background:rgba(52,38,28,.74);color:#fff;backdrop-filter:blur(6px)}
.product-grid-pro{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card-pro{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.22s ease}.product-card-pro:hover{transform:translateY(-4px)}.product-card-image{position:relative;height:250px;background:#efe5df;display:grid;place-items:center;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.placeholder{font-size:56px;opacity:.35}.product-card-body{padding:18px}.product-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.product-rating{font-size:13px;color:#b78632;font-weight:700}.product-card-body h3{margin:0 0 8px;font-size:20px;line-height:1.35}.product-short{color:#665d58;font-size:14px;line-height:1.6;min-height:45px;margin:0 0 10px}.product-meta-line{color:#7b736d;font-size:13px;margin-bottom:12px}.product-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.price-stack strong,.price,.price-display{color:var(--primary);font-size:24px;font-weight:800}.icon-button{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f2e8e1;font-size:20px;color:var(--primary)}
.alert{padding:13px 15px;margin-bottom:18px;border-radius:14px;background:#eaf5ed;color:#246537}.alert.warning{background:#fff2cf;color:#765a0a}.alert.error{background:#fde7e5;color:#8a2d29}
input,textarea,select{width:100%;padding:12px 14px;border:1px solid #d8cbc4;border-radius:14px;background:#fff;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(139,94,74,.09)}textarea{min-height:110px;resize:vertical}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}label{font-weight:700;font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-card,.panel,.summary-box{padding:24px}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:14px;border-bottom:1px solid #eee5e0}th{background:#f8f3f0}.actions{display:flex;gap:8px;flex-wrap:wrap}.thumb{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#eee}.proof{max-width:420px;width:100%;border-radius:16px;border:1px solid #ddd}
.summary{display:grid;grid-template-columns:2fr 1fr;gap:24px}.line{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.line.total{font-size:20px;font-weight:800;border-top:1px dashed #cfbdb2;margin-top:8px;padding-top:16px}.order-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;margin-bottom:15px;display:flex;justify-content:space-between;gap:20px}.empty{text-align:center;padding:60px 20px;background:#fff;border-radius:22px;border:1px dashed #d7c6bc;box-shadow:var(--shadow)}
.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;margin-bottom:16px}.product-layout-pro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:start}.product-gallery-shell{background:#fff;border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.product-gallery-main{position:relative;height:560px;border-radius:20px;overflow:hidden;background:#f0e7df}.gallery-stage{position:absolute;inset:0;opacity:0;pointer-events:none;display:grid;place-items:center}.gallery-stage.active{opacity:1;pointer-events:auto}.gallery-stage img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px;margin-top:16px}.gallery-thumb{padding:0;height:90px;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#f3ebe4;cursor:pointer}.gallery-thumb.active{border-color:var(--primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-summary-pro{display:block}.sticky-card{position:sticky;top:94px}.summary-card-pro{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.product-headline{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.summary-card-pro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4.2vw,50px);line-height:1.08;margin:0 0 10px}.product-description{color:#625a55;line-height:1.75}.product-info-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.info-box{padding:14px;border-radius:18px;background:#faf5f0;border:1px solid #eee2d8}.info-box strong{display:block;font-size:13px;color:#8c7c71;margin-bottom:6px}.info-box span{display:block;font-size:16px;font-weight:700}.order-form-pro{padding:0;border:0;box-shadow:none;background:transparent}.related-section{margin-top:34px}
.footer{text-align:center;padding:30px;background:#2c2521;color:#eee1da;margin-top:40px}
.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#2b231f,#3e3129);color:#fff;padding:22px 18px;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:12px;border-radius:18px;background:rgba(255,255,255,.06);margin-bottom:18px}.sidebar-brand small{display:block;color:#d7c7bb;font-size:12px;margin-top:4px}.sidebar-nav{display:grid;gap:8px}.sidebar a{display:block;padding:12px 14px;border-radius:12px;color:#f7efe9}.sidebar a:hover{background:#ffffff18}.admin-main{padding:28px;background:#f7f3f0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:20px}.stat span{display:block;color:#7b726d;margin-bottom:12px;font-size:14px}.stat strong{font-size:30px;display:block;color:var(--primary);margin-bottom:6px}.stat small{display:block;color:#93857c;line-height:1.5}.dashboard-panels{display:grid;grid-template-columns:1.4fr .8fr;gap:22px;margin-top:22px}.quick-links-panel{display:grid;gap:14px;align-content:start}.quick-link-card{display:block;padding:18px;border-radius:18px;background:#faf6f1;border:1px solid var(--border)}.quick-link-card strong{display:block;margin-bottom:6px;font-size:18px}.quick-link-card span{display:block;color:#6f6660;line-height:1.55}
.admin-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.admin-product-card{overflow:hidden}.admin-product-image{position:relative;height:220px;background:#efe5df;display:grid;place-items:center}.admin-product-image img{width:100%;height:100%;object-fit:cover}.admin-product-body{padding:18px}.admin-product-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.admin-product-prices div{padding:12px;border-radius:16px;background:#faf5f0;border:1px solid #eee2d8}.admin-product-prices small{display:block;color:#8e8076;margin-bottom:5px}.admin-product-prices strong{font-size:15px}
.gallery-manage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:16px}.gallery-manage-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--border);border-radius:16px;background:#faf6f2}.gallery-manage-card img{width:100%;height:130px;object-fit:cover;border-radius:12px}.gallery-manage-card input{width:auto;align-self:flex-start}
.login-wrap{max-width:460px;margin:70px auto}
@media(max-width:1080px){.catalog-shell,.product-layout-pro,.summary,.dashboard-panels{grid-template-columns:1fr}.catalog-sidebar{position:static}.sticky-card{position:static}.product-gallery-main{height:420px}.product-grid-pro,.admin-product-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.hero-slide{grid-template-columns:1fr}.hero-copy{padding:34px 26px 26px;background:linear-gradient(180deg,rgba(68,47,36,.82) 0%,rgba(92,64,49,.52) 65%,rgba(92,64,49,.14) 100%)}.hero-visual{min-height:360px}.hero-slider{min-height:680px}.topbar{align-items:flex-start}.topbar nav{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:760px){.product-grid-pro,.admin-product-grid,.stats,.product-info-boxes,.admin-product-prices{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.hero-slider{min-height:640px;border-radius:22px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-nav{width:42px;height:42px;font-size:24px}.topbar{display:block}.topbar nav{margin-top:12px;justify-content:flex-start}.brand small{display:none}.form-card,.panel,.summary-box{padding:18px}.order-card{display:block}.admin-shell{display:block}.sidebar{position:relative;height:auto}.admin-main{padding:18px}.container{padding:22px 16px 60px}.hero-visual{min-height:280px}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.catalog-toolbar{display:block}.catalog-toolbar .toolbar-meta{margin-top:12px}.section-title{display:block}}
