
:root{--bg:#0b1220;--card:#111827;--fg:#f8fafc;--muted:#94a3b8;--brand:#eab308;--brand2:#f59e0b}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 18px}
.header{padding-top:env(safe-area-inset-top);position:sticky;top:0;background:#a46a44;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);z-index:10 padding-top:env(safe-area-inset-top);}
.nav{display:flex;align-items:center;justify-content:space-between;gap:12px;height:64px}
.brand{display:flex;gap:10px;align-items:center}
.brand img{width:28px;height:28px;border-radius:6px}
.brand span{font-weight:800}
.menu{display:flex;gap:18px;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;flex:1 1 auto}
.btn{padding:10px 14px;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#111827;font-weight:800;border:none;cursor:pointer}
.hero{display:grid;grid-template-columns:1fr;gap:16px;padding:22px 0}
.hero video,.hero img{width:100%;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.section{padding:32px 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.prices{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.note{color:var(--muted);font-size:13px}
.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:#201a07;color:#ffe8a3;border:1px solid #5f4b1a;font-size:12px;font-weight:700}
.footer{padding:24px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:var(--muted)}
/* carousel */
.carousel{position:relative;overflow:hidden;border-radius:14px;margin-bottom:10px}
.carousel-track{display:flex;transition:transform .3s ease;touch-action:pan-y}
.carousel img{width:100%;flex:0 0 100%;display:block}
.carousel .nav{position:absolute;inset:auto 0 8px 0;display:flex;justify-content:center;gap:6px}
.carousel .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4)}
.carousel .dot.active{background:#fff}
@media (max-width: 900px){.grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.prices{grid-template-columns:1fr}}

.menu a{color:#fff;text-decoration:none}

.menu a:hover{text-decoration:underline;opacity:.85}
.brand span{display:none}

html,body{max-width:100%;overflow-x:hidden}

video,img{max-width:100%;height:auto;display:block}

.brand span{display:none}
.brand img{height:28px;width:auto;display:block}
@media(min-width:900px){.brand img{height:36px}}

.menu a{color:#fff}
.menu a:hover{text-decoration:underline;opacity:.85}

.menu::-webkit-scrollbar{display:none}
.menu a{flex:0 0 auto}

.brand{display:flex;align-items:center}
.brand span{display:none}
.brand img{height:28px;width:auto;display:block}
@media(min-width:900px){.brand img{height:36px}}

.brand{flex:0 0 auto;display:flex;align-items:center}
.brand img{height:36px;width:auto;display:block}
@media (min-width:480px){.brand img{height:42px}}
@media (min-width:900px){.brand img{height:50px}}

.menu::-webkit-scrollbar{display:none}
.menu a{flex:0 0 auto}
