:root{--primary:#7c3aed;--accent:#22c55e;--text:#15131a;--background:#fff;--surface:#f6f3ee;--header:#fff;--footer:#17151f;--announcement:#17151f;--button-text:#fff;--heading-font:Georgia;--body-font:Inter;--radius:0;--columns:4;--muted:#756f7d;--line:#e8e5e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--body-font),system-ui,sans-serif;background:var(--background)}a{text-decoration:none;color:inherit}button,input{font:inherit}.announcement{padding:9px;text-align:center;background:var(--announcement);color:var(--button-text);font-size:.74rem;letter-spacing:.05em}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,75px);border-bottom:1px solid var(--line);background:var(--header)}.logo{font-size:1.35rem;font-weight:900;letter-spacing:-.04em}.logo i{color:var(--primary)}.logo img{display:block;max-width:190px;max-height:50px}nav{display:flex;gap:28px;font-size:.84rem}nav a:hover{color:var(--primary)}.actions{display:flex;align-items:center;gap:14px}.actions button{border:0;background:none;cursor:pointer}.actions b{display:inline-grid;place-items:center;min-width:19px;height:19px;border-radius:20px;background:var(--primary);color:var(--button-text);font-size:.65rem}.hero{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:var(--surface)}.hero>div:first-child{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(40px,9vw,135px)}.hero span,.section-head span{color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.14em}.hero h1{max-width:650px;margin:18px 0;font-family:var(--heading-font),serif;font-size:clamp(3rem,6vw,6.4rem);font-weight:500;line-height:.94;letter-spacing:-.055em}.hero p{max-width:560px;color:var(--muted);line-height:1.8}.hero a,.empty a{margin-top:18px;padding:14px 22px;border-radius:var(--radius);background:var(--text);color:var(--button-text);font-size:.82rem;font-weight:800}.hero-art{display:grid;place-items:center;min-height:500px;background:linear-gradient(135deg,var(--primary),var(--text));color:var(--button-text);overflow:hidden}.hero-art div{display:grid;text-align:center}.hero-art b{font:italic 3.5rem var(--heading-font),serif}.hero-art small{margin-top:10px;opacity:.75}.hero-art img{width:100%;height:100%;object-fit:cover}.promo-banner{padding:30px clamp(20px,5vw,75px);background:var(--background)}.promo-banner img{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius)}.catalog{padding:clamp(55px,8vw,110px) clamp(20px,5vw,75px)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px}.section-head h2{margin:8px 0 0;font:2.5rem var(--heading-font),serif}.section-head label{font-size:.7rem;color:var(--muted)}.section-head input{display:block;width:260px;margin-top:6px;padding:10px 0;border:0;border-bottom:1px solid var(--text);outline:none;background:transparent;color:var(--text)}.products{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:28px 18px}.product-image{position:relative;aspect-ratio:4/5;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius);background:var(--surface);color:var(--muted)}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.products article:hover img{transform:scale(1.035)}.product-image em{position:absolute;top:12px;left:12px;padding:6px 9px;background:var(--primary);color:var(--button-text);font-size:.65rem;font-style:normal}.products article small{display:block;margin-top:13px;color:var(--muted)}.products article h3{margin:5px 0;font-size:.95rem}.add-cart{width:100%;margin-top:12px;padding:11px;border:1px solid var(--text);border-radius:var(--radius);background:var(--background);color:var(--text);cursor:pointer}.add-cart:hover{background:var(--text);color:var(--button-text)}.empty{grid-column:1/-1;padding:75px;text-align:center;background:var(--surface);border-radius:var(--radius)}.empty b{font:2rem var(--heading-font),serif}.empty p{color:var(--muted)}footer{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:60px clamp(20px,5vw,75px);background:var(--footer);color:#fff}footer p,footer small{color:#aaa}footer div{display:flex;justify-content:flex-end;gap:20px;font-size:.8rem}footer small{grid-column:1/-1;padding-top:25px;border-top:1px solid #ffffff19}#cart{position:fixed;z-index:20;top:0;right:-430px;width:min(420px,92vw);height:100vh;padding:30px;background:var(--background);color:var(--text);transition:.25s}#cart.open{right:0}#overlay{display:none;position:fixed;z-index:19;inset:0;background:#0007}#overlay.open{display:block}#closeCart{float:right;border:0;background:none;color:inherit;font-size:2rem}.cart-line{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-top:25px}.checkout{width:100%;margin-top:18px;padding:14px;border:0;border-radius:var(--radius);background:var(--primary);color:var(--button-text);font-weight:800}@media(max-width:900px){nav{display:none}.hero{grid-template-columns:1fr}.hero-art{min-height:390px}.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){header{height:65px}.actions>a,.actions #searchBtn{display:none}.hero>div:first-child{padding:55px 22px}.hero h1{font-size:3.3rem}.hero-art{min-height:300px}.section-head{align-items:flex-start;flex-direction:column;gap:20px}.section-head input{width:100%}.products{grid-template-columns:1fr}.empty{padding:40px 20px}footer{grid-template-columns:1fr}footer div{justify-content:flex-start;flex-wrap:wrap}}
