:root{
  --bg:#0b0a0f;--panel:#14121a;--panel2:#1b1822;--text:#f8f6f1;--muted:#a9a5b0;
  --gold:#d9a441;--gold2:#f1cf72;--line:#2a2630;--shadow:0 18px 50px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0,#241b10 0,#0b0a0f 28%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(11,10,15,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:72px}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand img{width:42px;height:42px;border-radius:50%}.brand span{font-size:15px}
nav{display:flex;gap:24px}nav a{color:#cfcad5;font-weight:600}nav a.active,nav a:hover{color:var(--gold2)}
main{padding:26px 0 70px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:26px;align-items:center;padding:54px 0 20px}.hero-copy h1{font-size:clamp(40px,6vw,74px);line-height:.98;margin:12px 0 18px;letter-spacing:-2px}.hero-copy h1 span{color:var(--gold2)}.hero-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:720px}.eyebrow,.kicker{font-size:12px;letter-spacing:2px;color:var(--gold2);font-weight:800}
.hero-card{background:linear-gradient(145deg,#1b1712,#0e0c10);border:1px solid #4b3a21;border-radius:28px;padding:20px;box-shadow:var(--shadow)}.hero-card img{width:100%;display:block;border-radius:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:12px;font-weight:800;border:1px solid transparent}.btn-primary{background:linear-gradient(180deg,var(--gold2),var(--gold));color:#17120a;box-shadow:0 10px 24px rgba(217,164,65,.2)}.btn-soft{background:#1b1820;border-color:#39333f;color:#fff}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:32px;margin:4px 0 0}.section-head>a{color:var(--gold2);font-weight:700}
.grid{display:grid;gap:18px}.shops-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}
.shop-card,.product-card{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s transform,.2s border-color}.shop-card:hover,.product-card:hover{transform:translateY(-3px);border-color:#55442d}
.shop-img,.product-img{aspect-ratio:1/.86;background:#0e0d11;overflow:hidden}.product-img{aspect-ratio:1/1.12}.shop-img img,.product-img img{width:100%;height:100%;object-fit:cover;display:block}.card-body{padding:16px}.card-body h3{margin:5px 0 9px;font-size:18px}.card-body p{margin:7px 0;color:var(--muted);line-height:1.45}.link{display:inline-block;color:var(--gold2);font-weight:800;margin-top:5px}.muted{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:1px}
.empty{padding:30px;border:1px dashed #3b3540;border-radius:16px;color:var(--muted)}
.cta{margin:30px 0;padding:30px;border-radius:24px;background:linear-gradient(135deg,#1d1710,#141116);border:1px solid #4a3920;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{margin:5px 0 8px}.cta p{color:var(--muted);margin:0;max-width:720px}
.page-head{padding:38px 0 12px}.page-head h1{font-size:52px;margin:6px 0 10px}.page-head p{color:var(--muted);font-size:17px}.searchbar{display:flex;gap:10px;margin-top:24px}.searchbar input{flex:1;background:#15131a;color:#fff;border:1px solid #39333f;border-radius:12px;padding:14px 15px;font-size:16px}
.shop-hero{display:grid;grid-template-columns:360px 1fr;gap:36px;align-items:center;padding:44px 0}.shop-cover{aspect-ratio:1/1;border-radius:26px;overflow:hidden;border:1px solid #3d3324;background:#111}.shop-cover img{width:100%;height:100%;object-fit:cover}.shop-hero h1{font-size:54px;margin:8px 0}.shop-hero p{color:var(--muted);font-size:17px;line-height:1.7}.info-list{display:grid;gap:9px;margin-top:18px;color:#ddd6ca}
.product-detail{display:grid;grid-template-columns:minmax(280px,560px) 1fr;gap:44px;padding:54px 0;align-items:start}.detail-image{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#121015}.detail-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.detail-copy h1{font-size:54px;line-height:1;margin:8px 0 12px}.price{font-size:30px;color:var(--gold2);font-weight:900;margin-bottom:18px}.detail-copy p{color:#d0cbd3;line-height:1.8}.shop-box{margin-top:25px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#14121a}.shop-box small{display:block;color:var(--muted);margin-top:14px;line-height:1.5}
.footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted)}.footer-row{display:flex;justify-content:space-between;gap:20px}.footer strong{color:#fff}
@media(max-width:900px){.hero,.shop-hero,.product-detail{grid-template-columns:1fr}.shops-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero{padding-top:28px}.shop-hero h1,.page-head h1,.detail-copy h1{font-size:42px}}
@media(max-width:560px){nav{gap:12px}.brand span{font-size:13px}.shops-grid,.product-grid{grid-template-columns:1fr}.cta,.footer-row{flex-direction:column;align-items:flex-start}.searchbar{flex-direction:column}.hero-copy h1{font-size:44px}}

.single-shop-hero{padding-bottom:48px}.shop-strip{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:22px 24px;border:1px solid #3d3324;border-radius:20px;background:linear-gradient(135deg,#19140e,#131117)}.shop-strip h2{margin:4px 0}.shop-strip p{margin:0;color:var(--muted)}.shop-strip-actions{display:flex;gap:9px;flex-wrap:wrap}.visit-section{margin-top:26px;padding:34px;border:1px solid #3d3324;border-radius:24px;background:linear-gradient(135deg,#1d1710,#15121a);display:flex;justify-content:space-between;gap:30px;align-items:center}.visit-section h2{margin:5px 0 8px;font-size:34px}.visit-section p{color:var(--muted);max-width:760px;line-height:1.6}.visit-card{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:240px}@media(max-width:700px){.shop-strip,.visit-section{flex-direction:column;align-items:flex-start}.visit-card{justify-content:flex-start;min-width:0}}
.gallery{min-width:0}.thumb-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.thumb-btn{padding:0;border:1px solid #39333f;background:#121015;border-radius:10px;overflow:hidden;cursor:pointer}.thumb-btn.selected{border-color:var(--gold2);box-shadow:0 0 0 1px var(--gold2)}.thumb-btn img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
@media(max-width:560px){.thumb-grid{grid-template-columns:repeat(4,1fr)}}
