:root{
  --brown:#5b321f; --brown-2:#7a4426; --green:#80b83d; --green-2:#5e9423;
  --cream:#fffaf2; --beige:#f3e4d1; --ink:#2c241f; --muted:#6f655d;
  --line:#e7dacb; --white:#fff; --shadow:0 20px 60px rgba(64,37,22,.12);
  --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
.topbar{background:var(--brown);color:#fff;text-align:center;padding:9px 16px;font-size:13px;letter-spacing:.03em}
.header{height:86px;display:flex;align-items:center;gap:28px;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(91,50,31,.08)}
.brand{display:flex;align-items:center}.brand img{height:68px;width:120px;object-fit:cover;object-position:center;border-radius:12px}
.nav{display:flex;gap:24px;margin-left:auto}.nav a{font-weight:650;font-size:14px}.nav a:hover{color:var(--green-2)}
.cart-button{border:0;background:var(--green);color:#183007;border-radius:999px;padding:12px 17px;font-weight:800;cursor:pointer}
.cart-button span{display:inline-grid;place-items:center;min-width:23px;height:23px;background:#fff;border-radius:50%;margin-left:7px;font-size:12px}
.hero{min-height:630px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:72px clamp(22px,6vw,88px);background:radial-gradient(circle at 85% 30%,#eff8de 0,transparent 36%),linear-gradient(135deg,var(--cream),#fff)}
.hero-copy{max-width:720px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--green-2)}
h1,h2,h3,p{margin-top:0} h1{font-size:clamp(48px,7vw,88px);line-height:.95;letter-spacing:-.055em;margin:15px 0 24px;color:var(--brown)}
.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:640px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{border:0;border-radius:999px;padding:14px 20px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s}
.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#183007}.btn-primary:hover{background:#90c94d}
.btn-secondary{background:#fff;color:var(--brown);box-shadow:inset 0 0 0 1px var(--line)}.full{width:100%}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;color:var(--brown);font-weight:700}
.hero-art{display:flex;justify-content:center}.hero-art img{width:min(100%,620px);aspect-ratio:1/1;object-fit:cover;border-radius:34px;box-shadow:var(--shadow);border:8px solid #fff}
.features{padding:24px clamp(22px,6vw,88px) 72px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.features article{padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.features span{font-size:34px}.features h3{margin:14px 0 8px;color:var(--brown)}.features p{margin:0;color:var(--muted);line-height:1.5;font-size:14px}
.catalog,.how,.about,.contact{padding:84px clamp(22px,6vw,88px)}
.catalog{background:#fbf8f4}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-heading h2,.about h2,.contact h2{font-size:clamp(34px,4.8vw,56px);letter-spacing:-.04em;color:var(--brown);margin:8px 0 10px}.section-heading p{max-width:700px;color:var(--muted);line-height:1.6}
.catalog-stats{min-width:110px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 18px}.catalog-stats strong{display:block;font-size:28px;color:var(--brown)}.catalog-stats span{font-size:12px;color:var(--muted)}
.catalog-controls{display:grid;grid-template-columns:minmax(280px,1fr) 260px 220px;gap:12px;margin-bottom:14px}
.search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px}.search span{font-size:22px;color:var(--muted)}.search input{border:0;outline:0;padding:14px 10px;width:100%;background:transparent}
select{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px;color:var(--ink)}
.category-chips{display:flex;gap:8px;overflow:auto;padding:4px 0 18px}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer;font-size:13px;font-weight:750}.chip.active{background:var(--brown);color:#fff;border-color:var(--brown)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{display:flex;flex-direction:column;min-height:245px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;transition:.2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(64,37,22,.09)}.product-top{display:flex;justify-content:space-between;gap:12px}.product-icon{width:48px;height:48px;border-radius:15px;background:#eff8de;display:grid;place-items:center;font-size:25px}
.badge{height:max-content;border-radius:999px;padding:6px 9px;background:#f3e4d1;color:var(--brown);font-size:11px;font-weight:850}.product-card h3{font-size:17px;line-height:1.35;margin:18px 0 8px;color:var(--brown)}
.product-category{font-size:12px;color:var(--muted);margin-bottom:auto}.product-price{margin-top:18px;font-weight:900;color:var(--green-2)}.product-actions{display:flex;align-items:center;gap:9px;margin-top:12px}
.qty{width:66px;border:1px solid var(--line);border-radius:12px;padding:10px}.add-btn{flex:1;border:0;border-radius:12px;background:var(--brown);color:#fff;padding:11px;font-weight:800;cursor:pointer}.add-btn:hover{background:var(--brown-2)}
.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}
.how{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{border:1px solid var(--line);border-radius:var(--radius);padding:30px}.steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:#183007}.steps h3{margin:18px 0 8px;color:var(--brown)}.steps p{color:var(--muted);margin:0;line-height:1.55}
.about{background:linear-gradient(145deg,var(--brown),#3e2418);color:#fff}.about-card{max-width:900px}.about .eyebrow{color:#a9d96c}.about h2{color:#fff}.about p{font-size:18px;line-height:1.7;color:#eee1d5;max-width:800px}.about-tags{display:flex;gap:9px;flex-wrap:wrap}.about-tags span{border:1px solid rgba(255,255,255,.25);padding:9px 12px;border-radius:999px}
.contact{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.contact>div:first-child p{color:var(--muted);line-height:1.6}.contact-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.contact-meta{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;display:flex;gap:30px;flex-wrap:wrap;color:var(--muted);font-size:14px}
footer{padding:34px clamp(22px,6vw,88px);display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}footer div{display:flex;gap:10px;color:var(--brown)}
.drawer-backdrop{position:fixed;inset:0;background:rgba(32,20,14,.4);z-index:50}.cart-drawer{position:fixed;top:0;right:0;z-index:60;width:min(460px,100%);height:100dvh;background:#fff;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.15)}.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid var(--line)}.cart-head h2{margin:5px 0 0;font-size:25px;color:var(--brown)}.icon-button{border:0;background:#f6efe7;width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer}
.cart-items{padding:12px 24px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item h4{margin:0 0 4px;color:var(--brown)}.cart-item small{color:var(--muted)}.cart-item-controls{display:flex;align-items:center;gap:8px}.cart-item-controls button{width:29px;height:29px;border:1px solid var(--line);background:#fff;border-radius:9px;cursor:pointer}.remove{color:#a13b2d;border:0!important}
.cart-note{padding:16px 24px;border-top:1px solid var(--line)}.cart-note label{display:block;font-weight:800;font-size:13px;margin-bottom:8px}.cart-note textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:10px}
.cart-footer{padding:20px 24px;border-top:1px solid var(--line);display:grid;gap:10px}.cart-footer p{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 4px}
.cart-empty{text-align:center;color:var(--muted);padding:60px 10px}.toast{position:fixed;left:50%;bottom:28px;z-index:80;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#2d221c;color:#fff;padding:12px 16px;border-radius:999px;transition:.2s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
.hidden{display:none!important}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.features{grid-template-columns:repeat(2,1fr)}.hero{gap:32px}.nav{display:none}}
@media(max-width:780px){.header{height:76px;padding:0 16px}.brand img{height:58px;width:98px}.hero{grid-template-columns:1fr;padding:48px 20px}.hero-art{order:-1}.hero-art img{width:min(100%,420px);border-radius:24px}.hero-copy{text-align:center}.hero-actions,.hero-points{justify-content:center}.features,.product-grid,.steps{grid-template-columns:1fr}.features,.catalog,.how,.about,.contact{padding:56px 20px}.catalog-controls{grid-template-columns:1fr}.catalog-controls select{height:48px}.section-heading{align-items:flex-start}.contact{grid-template-columns:1fr}.contact-actions{justify-content:flex-start}.product-grid{grid-template-columns:repeat(2,1fr)}footer{padding:28px 20px;flex-direction:column}}
@media(max-width:520px){.product-grid{grid-template-columns:1fr}.cart-button{padding:10px 12px}.section-heading{display:block}.catalog-stats{margin-top:12px;width:max-content}}
