:root{
  --bg:#05070b;
  --text:#f3f4f6;
  --muted:rgba(243,244,246,.82);
  --accent:#b91c1c;
  --gold:#e7d1a1;
  --border:rgba(255,255,255,.10);
  --max:1180px;
  --radius:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background: var(--bg) url("../img/bg-texture.jpg") no-repeat center top fixed;
  background-size: cover;
}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max);margin:0 auto;padding:18px 14px}
.frame{
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow: 0 22px 80px rgba(0,0,0,.65);
  background: rgba(0,0,0,.35);
}
img{display:block;width:100%;height:auto}
.topnav{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,.55);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.navbar{
  max-width:var(--max);
  margin:0 auto;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.brand img{width:44px;height:44px}
.menu{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.menu a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.30);
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
}
.menu a:hover,.menu a[aria-current="page"]{
  border-color: rgba(231,209,161,.55);
  background: rgba(255,255,255,.06);
}
.menu-toggle{
  display:none;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.30);
  color:var(--text);
  font-weight:900;
}
@media(max-width:920px){
  .menu-toggle{display:inline-flex}
  .menu{display:none;width:100%;padding:10px 0}
  .menu.open{display:flex}
  .navbar{flex-wrap:wrap}
}

/* Poster sections */
.section{margin-top:16px}
.poster{
  position:relative;
}
.hotspot{
  position:absolute;
  display:block;
  cursor:pointer;
  border-radius:10px;
}
.hotspot:focus-visible{outline:3px solid rgba(231,209,161,.55);outline-offset:2px}
.hotspot:hover{outline:2px solid rgba(231,209,161,.35);outline-offset:-2px}

/* Hero SHOP NOW button (tuned for provided hero.png) */
.hero-btn{
  left:63%;
  top:62%;
  width:16%;
  height:10%;
}

/* Categories row (three equal areas) */
.cat1{left:0%; top:0%; width:33.33%; height:100%; border-radius:0}
.cat2{left:33.33%; top:0%; width:33.33%; height:100%; border-radius:0}
.cat3{left:66.66%; top:0%; width:33.34%; height:100%; border-radius:0}

/* Content blocks */
.block{
  padding:18px;
}
.kicker{
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(231,209,161,.95);
  font-size:12px;
}
.h1{
  margin:8px 0 0;
  font-size:34px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.6;
}
.grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
@media(max-width:980px){.grid{grid-template-columns:1fr}}
.tile{
  display:flex;
  gap:14px;
  align-items:center;
  padding:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background: rgba(0,0,0,.40);
}
.tile img{width:70px;height:70px}
.tile .t{font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.tile .d{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.4}

.embed{
  margin-top:12px;
  padding:14px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color: rgba(243,244,246,.78);
}

/* Footer */
.footer{
  margin-top:16px;
}
.footer-content{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:18px;
  padding:18px;
}
@media(max-width:900px){.footer-content{grid-template-columns:1fr}}
.badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(231,209,161,.45);
  color: rgba(231,209,161,.95);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.social-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.social{
  width:46px;height:46px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.social svg{width:22px;height:22px;fill:#e5e7eb}
.social:hover{transform:translateY(-1px);border-color:rgba(231,209,161,.45)}
.form-row{display:flex;gap:10px;flex-wrap:wrap;align-items:stretch;margin-top:10px}
input[type="email"]{
  flex:1 1 260px;min-width:220px;
  padding:12px 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  color:var(--text);
}
button{
  padding:12px 18px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.35);
  background: linear-gradient(180deg, #b91c1c, #7f1d1d);
  color:#fff;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}
.small{margin-top:10px;color:rgba(243,244,246,.72);font-size:12px;line-height:1.5}
