:root{--primary:#8f315d;--secondary:#d96b9c;--text:#20171d;--muted:#746a70;--line:#eadfe5;--bg:#fff9fc}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}.site-header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));font-weight:900}.site-header nav{display:flex;gap:22px;align-items:center;font-size:13px;font-weight:750}.admin-link{padding:10px 13px;border-radius:10px;color:#fff;background:#21151d}.hero{min-height:480px;padding:85px 8vw;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.14),transparent 25rem),linear-gradient(135deg,#24141e,var(--primary))}.hero>div{max-width:700px}.hero span,.catalog-head span{font-size:11px;letter-spacing:.17em;font-weight:900}.hero h1{margin:12px 0;font-family:Georgia,serif;font-size:70px;line-height:1}.hero p{font-size:18px;line-height:1.7;color:#f2dfe8}.hero a{display:inline-flex;margin-top:16px;padding:13px 18px;border-radius:11px;background:#fff;color:#26151f;font-weight:850}.catalog{width:min(1180px,92vw);margin:70px auto}.catalog-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.catalog-head h2{font-size:38px;margin:6px 0}.categories{display:flex;gap:8px;flex-wrap:wrap}.categories a{padding:9px 13px;border:1px solid var(--line);border-radius:99px;background:#fff}.categories a.active{color:#fff;background:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(80,35,60,.08)}.product-photo{height:300px;display:grid;place-items:center;background:#f2e9ee;color:#927c88}.product-photo img{width:100%;height:100%;object-fit:cover}.product-body{padding:21px}.product-body small{color:var(--primary);font-weight:800}.product-body h3{font-size:22px;margin:8px 0}.product-body p{min-height:42px;color:var(--muted);line-height:1.5}.price{display:flex;gap:8px;align-items:center;margin:18px 0}.price del{color:#999}.price strong{font-size:22px}.product-body>a{display:flex;justify-content:center;padding:12px;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));font-weight:800}.empty{grid-column:1/-1;padding:40px;text-align:center}footer{padding:45px 6vw;display:flex;justify-content:space-between;color:#cdbfc7;background:#1c1218}@media(max-width:800px){.site-header nav a:not(.admin-link){display:none}.hero h1{font-size:48px}.catalog-head{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.hero{padding:60px 24px}.hero h1{font-size:41px}}