*{box-sizing:border-box}
:root{
  --bg:#050505;
  --panel:#0b0b0b;
  --panel2:#101010;
  --line:#242424;
  --text:#f5f5f5;
  --muted:#8b8b8b;
  --red:#d00000;
  --page:max(320px,min(1600px,100%));
  --pad:clamp(14px,3.2vw,52px);
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}

.header{
  position:sticky;top:0;z-index:30;
  min-height:72px;
  display:flex;align-items:center;
  padding:12px var(--pad);
  background:rgba(5,5,5,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{
  width:34px;height:42px;flex:0 0 auto;
  background:linear-gradient(#ff2929,#990000);
  clip-path:polygon(50% 0,69% 25%,84% 47%,80% 69%,63% 90%,50% 100%,28% 85%,16% 64%,22% 42%,38% 58%,34% 27%);
}
.brand-name{font-weight:950;font-size:clamp(.95rem,1.4vw,1.2rem);line-height:.85;white-space:nowrap}
.brand-name strong{color:var(--red)}
.brand-name small{display:block;font-size:.56rem;color:#a80000;letter-spacing:.18em;margin-top:6px}

.nav{margin-left:auto;display:flex;align-items:center;gap:clamp(12px,2vw,28px)}
.nav a{font-size:clamp(.72rem,.85vw,.88rem);color:#888;white-space:nowrap}
.nav a:hover{color:#fff}
.nav-shop{border:1px solid #780000;padding:10px 14px;background:#150000;color:#fff!important}
.menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border:0;background:transparent;color:#fff;position:relative}
.menu-toggle span{display:block;width:24px;height:1px;background:#fff;margin:5px auto}
.menu-toggle b{position:absolute;left:0;right:0;bottom:0;font-size:.5rem}

.hero{
  width:100%;
  min-height:calc(100svh - 72px);
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  background:#050505;
  border-bottom:1px solid var(--line);
}
.hero-copy{
  display:flex;flex-direction:column;justify-content:center;
  padding:clamp(48px,7vw,120px) var(--pad);
  background:linear-gradient(145deg,#090909,#040404);
  min-width:0;
}
.eyebrow{font-size:clamp(.64rem,.8vw,.78rem);letter-spacing:.22em;color:var(--red);font-weight:850}
.hero h1{
  font-size:clamp(3.3rem,7.2vw,8.7rem);
  line-height:.8;
  letter-spacing:-.065em;
  margin:clamp(18px,2.5vw,34px) 0;
  max-width:9ch;
}
.hero p{
  max-width:38rem;
  font-size:clamp(.95rem,1.25vw,1.25rem);
  line-height:1.65;
  color:var(--muted);
  margin:0;
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:clamp(24px,3vw,42px)}
.button{
  min-height:48px;padding:0 18px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #333;
  font-weight:850;
  font-size:.8rem;
}
.button.primary{background:#a60000;border-color:#e00000}
.button.secondary{background:#0b0b0b}
.hero-image{min-width:0;overflow:hidden;background:#080808}
.hero-image img{
  display:block;width:100%;height:100%;
  object-fit:cover;
  object-position:center;
}

.intro{
  max-width:1600px;margin:auto;
  padding:clamp(72px,10vw,150px) var(--pad);
  display:grid;
  grid-template-columns:clamp(70px,10vw,150px) minmax(0,1fr);
  gap:clamp(20px,4vw,60px);
  border-bottom:1px solid var(--line);
}
.section-index{
  font-size:clamp(4rem,8vw,8rem);
  color:#161616;
  -webkit-text-stroke:1px #333;
  font-weight:950;
  line-height:.8;
}
.intro-copy small,.section-head small,.events small{color:var(--red);letter-spacing:.18em}
.intro h2,.section-head h2,.events h2{
  font-size:clamp(2.6rem,6vw,7rem);
  line-height:.86;
  letter-spacing:-.055em;
  margin:.7rem 0 1.2rem;
}
.intro p,.events p{color:var(--muted);font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.65}

.worlds{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid var(--line);
}
.world-card{
  min-height:clamp(420px,58vw,720px);
  padding:clamp(24px,4vw,58px);
  display:flex;flex-direction:column;justify-content:flex-end;
  background:
    radial-gradient(circle at 75% 25%,rgba(170,0,0,.14),transparent 40%),
    linear-gradient(145deg,#0b0b0b,#050505);
  border-right:1px solid var(--line);
  transition:.25s;
}
.world-card:last-child{border-right:0}
.world-card:hover{background:radial-gradient(circle at 70% 25%,rgba(210,0,0,.2),transparent 45%),linear-gradient(145deg,#0d0d0d,#050505)}
.world-card>span{margin-bottom:auto;color:#555}
.world-card small{color:var(--red);letter-spacing:.14em}
.world-card h3{font-size:clamp(2rem,3.5vw,4.5rem);line-height:.9;letter-spacing:-.04em;margin:.8rem 0 1rem}
.world-card p{color:var(--muted);line-height:1.6;max-width:30rem}
.world-card b{font-size:.75rem;letter-spacing:.12em;margin-top:1.2rem}

.shop-section{
  max-width:1600px;margin:auto;
  padding:clamp(72px,10vw,140px) var(--pad);
}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:2rem}
.section-head>a{font-size:.75rem;letter-spacing:.13em;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product{border:1px solid var(--line);background:var(--panel);transition:.25s;min-width:0}
.product:hover{transform:translateY(-5px);border-color:#650000}
.product-image{
  aspect-ratio:4/5;
  display:grid;place-items:center;
  overflow:hidden;
  background:radial-gradient(circle,#2b0808,#070707 70%);
}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-fallback{font-size:clamp(2.6rem,5vw,5rem);font-weight:950;text-shadow:5px 5px 0 var(--red);text-align:center}
.product-fallback small{display:block;font-size:1rem;color:var(--red);text-shadow:none}
.product-info{padding:18px;display:flex;justify-content:space-between;gap:15px;align-items:end}
.product-info small{color:var(--red);letter-spacing:.12em}
.product-info h3{margin:.45rem 0 0;font-size:clamp(1rem,1.4vw,1.3rem)}
.product-info strong{white-space:nowrap}
.empty-products{grid-column:1/-1;color:var(--muted);padding:30px;border:1px dashed #333;text-align:center}

.events{
  max-width:1500px;margin:0 auto clamp(70px,9vw,130px);
  padding:clamp(32px,5vw,70px);
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  border:1px solid #2f1515;
  background:radial-gradient(circle at 15% 50%,rgba(180,0,0,.16),transparent 30rem),#090909;
}
.events h2{font-size:clamp(2.2rem,5vw,5.5rem)}
.events .button{flex:0 0 auto}

.footer{
  padding:clamp(48px,6vw,80px) var(--pad) 28px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:minmax(200px,1fr) auto auto;
  gap:clamp(24px,4vw,60px);
}
.footer-brand{font-size:2rem;font-weight:950}
.footer-brand span{color:var(--red)}
.footer-brand small{display:block;color:#a00000;font-size:.65rem;letter-spacing:.17em}
.footer-links,.footer-internal{display:grid;gap:8px}
.footer a{color:#777;font-size:.8rem}
.footer p{grid-column:1/-1;color:#555;font-size:.72rem}

@media (min-width:1800px){
  .hero{grid-template-columns:minmax(520px,.78fr) minmax(0,1.22fr)}
  .hero-copy{padding-left:max(var(--pad),calc((100vw - 1600px)/2 + 52px))}
}

@media (max-width:1100px){
  .hero{grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr)}
  .worlds{grid-template-columns:1fr}
  .world-card{
    min-height:420px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .world-card:last-child{border-bottom:0}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
  body.menu-open{overflow:hidden}

  .header{
    min-height:72px;
    height:72px;
    padding:10px 14px;
    z-index:120;
  }

  .brand{position:relative;z-index:122}
  .brand-mark{width:32px;height:40px}
  .brand-name{font-size:1rem}

  .menu-toggle{
    display:block;
    position:relative;
    z-index:122;
    margin-left:auto;
    width:50px;
    height:50px;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
  }

  .menu-toggle span{
    position:absolute;
    left:13px;
    width:25px;
    height:2px;
    margin:0;
    background:#fff;
    transition:transform .28s ease,top .28s ease,opacity .2s ease;
  }
  .menu-toggle span:nth-child(1){top:14px}
  .menu-toggle span:nth-child(2){top:22px}
  .menu-toggle span:nth-child(3){top:30px}
  .menu-toggle b{
    position:absolute;
    left:0;right:0;bottom:1px;
    font-size:.55rem;
    font-weight:500;
  }

  .menu-toggle.open span:nth-child(1){
    top:22px;
    transform:rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2){
    opacity:0;
  }
  .menu-toggle.open span:nth-child(3){
    top:22px;
    transform:rotate(-45deg);
  }
  .menu-toggle.open b{opacity:0}

  .nav{
    position:fixed;
    inset:72px 0 0;
    z-index:121;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:20px;
    padding:28px 20px calc(28px + env(safe-area-inset-bottom,0px));
    background:rgba(5,5,5,.985);
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-18px);
    transition:
      opacity .25s ease,
      transform .3s ease,
      visibility 0s linear .3s;
  }

  .nav.open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
    transition-delay:0s;
  }

  .nav a{
    width:min(360px,88vw);
    padding:13px 18px;
    border-bottom:1px solid #242424;
    text-align:center;
    font-size:clamp(1.15rem,6vw,1.55rem);
    color:#fff;
  }
  .nav-shop{
    border:1px solid #8c0000!important;
    background:#190000;
  }

  .hero{
    min-height:auto;
    grid-template-columns:1fr;
  }

  .hero-copy{
    min-height:auto;
    padding:clamp(46px,12vw,74px) 14px;
  }

  .hero h1{
    max-width:100%;
    font-size:clamp(3.2rem,16vw,5.3rem);
  }

  .hero p{
    font-size:clamp(.95rem,4.4vw,1.12rem);
  }

  .hero-image{
    order:2;
    min-height:0;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:#000;
  }

  .hero-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
  }

  .intro{grid-template-columns:1fr;padding-left:14px;padding-right:14px}
  .section-index{font-size:4rem}
  .world-card{padding:28px 14px;min-height:390px}
  .shop-section{padding-left:10px;padding-right:10px}
  .section-head{display:block}
  .section-head>a{display:inline-block;margin-top:1rem}
  .product-grid{grid-template-columns:1fr}
  .events{display:block;margin-left:10px;margin-right:10px;padding:28px 18px}
  .events .button{margin-top:1rem}
  .footer{grid-template-columns:1fr}
  .footer-links,.footer-internal{grid-template-columns:repeat(2,minmax(0,1fr))}
}


@media (max-width:380px){
  .header{padding-left:10px;padding-right:8px}
  .brand-name{font-size:.91rem}
  .brand-mark{width:28px;height:36px}
  .hero h1{font-size:3rem}
  .nav a{font-size:1.12rem}
}

@media (orientation:landscape) and (max-height:520px) and (max-width:950px){
  .nav{
    justify-content:flex-start;
    overflow-y:auto;
    padding-top:20px;
    gap:8px;
  }
  .nav a{
    padding:9px 16px;
    font-size:1rem;
  }
}

@media (max-width:420px){
  .brand-name small{display:none}
  .hero-actions{display:grid}
  .button{width:100%}
  .product-info{align-items:start}
  .footer-links,.footer-internal{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}

/* =========================================================
   PUZZLE 12C — SOCIAL INTEGRATION
   ========================================================= */

.header-tools{
  display:flex;
  align-items:center;
  gap:8px;
}

.social-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #333;
  background:#0b0b0b;
  color:#fff;
  font-size:.66rem;
  font-weight:950;
  letter-spacing:.08em;
  transition:.2s;
}

.social-icon:hover{
  transform:translateY(-2px);
  border-color:#8a0000;
  background:#180000;
}

.social-icon.youtube{
  border-color:#521010;
}

.nav-social{
  color:#aaa!important;
}

.social-section{
  max-width:1500px;
  margin:0 auto clamp(70px,9vw,130px);
  padding:0 var(--pad);
}

.social-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:2rem;
}

.social-head small{
  color:var(--red);
  letter-spacing:.18em;
}

.social-head h2{
  font-size:clamp(2.8rem,6vw,7rem);
  line-height:.86;
  letter-spacing:-.055em;
  margin:.6rem 0 0;
}

.social-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.social-card{
  min-height:clamp(220px,24vw,360px);
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:end;
  gap:24px;
  padding:clamp(24px,4vw,58px);
  border:1px solid #292929;
  background:
    linear-gradient(145deg,rgba(24,24,24,.96),rgba(5,5,5,.98));
  transition:.25s;
}

.social-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.025),transparent 35%),
    radial-gradient(circle at 85% 15%,rgba(150,0,0,.15),transparent 34%);
}

.social-card:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:180px;
  height:180px;
  border:1px solid rgba(160,0,0,.28);
  border-radius:50%;
}

.social-card:hover{
  transform:translateY(-5px);
  border-color:#6b0000;
}

.social-card-mark{
  position:relative;
  z-index:1;
  width:clamp(62px,8vw,105px);
  height:clamp(62px,8vw,105px);
  display:grid;
  place-items:center;
  border:1px solid #6d1111;
  color:#fff;
  font-size:clamp(1.15rem,2vw,2rem);
  font-weight:950;
  background:#110707;
}

.social-youtube .social-card-mark{
  color:#fff;
  background:#8f0000;
}

.social-card-content{
  position:relative;
  z-index:1;
  min-width:0;
}

.social-card-content small{
  color:var(--red);
  letter-spacing:.16em;
}

.social-card-content h3{
  margin:.7rem 0 0;
  font-size:clamp(1.5rem,3vw,3.3rem);
  line-height:.95;
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
}

.social-card>span{
  position:relative;
  z-index:1;
  font-size:1.5rem;
}

@media(max-width:760px){
  .header-tools{
    display:none;
  }

  .social-section{
    padding-left:10px;
    padding-right:10px;
  }

  .social-head{
    display:block;
  }

  .social-grid{
    grid-template-columns:1fr;
  }

  .social-card{
    min-height:210px;
    padding:24px 18px;
    grid-template-columns:auto 1fr auto;
    gap:16px;
  }

  .social-card-mark{
    width:64px;
    height:64px;
  }

  .social-card-content h3{
    font-size:1.65rem;
  }

  .nav-social{
    display:block!important;
  }
}


/* =========================================================
   PUZZLE 12D — SPOTIFY PLAYER
   ========================================================= */

.spotify-section{
  position:relative;
  max-width:1500px;
  margin:0 auto clamp(70px,9vw,130px);
  padding:0 var(--pad);
  overflow:hidden;
}

.spotify-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:2rem;
}

.spotify-head small{
  color:var(--red);
  letter-spacing:.18em;
}

.spotify-head h2{
  margin:.6rem 0 0;
  font-size:clamp(2.8rem,6vw,7rem);
  line-height:.86;
  letter-spacing:-.055em;
}

.spotify-shell{
  position:relative;
  padding:clamp(10px,1.5vw,18px);
  border:1px solid #2d2d2d;
  background:
    linear-gradient(135deg,rgba(120,0,0,.08),transparent 36%),
    #080808;
  clip-path:polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}

.spotify-shell:before,
.spotify-shell:after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.spotify-shell:before{
  left:0;
  top:0;
  width:140px;
  height:2px;
  background:linear-gradient(90deg,#a30000,transparent);
}

.spotify-shell:after{
  right:0;
  bottom:0;
  width:140px;
  height:2px;
  background:linear-gradient(270deg,#a30000,transparent);
}

.spotify-frame{
  position:relative;
  overflow:hidden;
  border:1px solid #191919;
  background:#000;
  border-radius:12px;
}

.spotify-frame iframe{
  display:block;
  width:100%;
  min-height:352px;
  border:0;
}

.spotify-visual{
  position:absolute;
  right:clamp(18px,4vw,70px);
  top:14px;
  width:160px;
  height:80px;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:8px;
  pointer-events:none;
  opacity:.45;
}

.spotify-visual span{
  width:4px;
  background:#780000;
  transform-origin:bottom;
}

.spotify-visual span:nth-child(1){height:32%}
.spotify-visual span:nth-child(2){height:75%}
.spotify-visual span:nth-child(3){height:48%}

@media(max-width:760px){
  .spotify-section{
    padding-left:10px;
    padding-right:10px;
  }

  .spotify-head{
    display:block;
  }

  .spotify-shell{
    padding:8px;
    clip-path:polygon(
      0 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }

  .spotify-frame iframe{
    min-height:352px;
  }

  .spotify-visual{
    display:none;
  }
}

@media(max-width:430px){
  .spotify-frame iframe{
    height:420px;
    min-height:420px;
  }
}


/* =========================================================
   PUZZLE 12E — OFFICIAL LOGO SYSTEM
   ========================================================= */

.brand{
  display:flex;
  align-items:center;
  min-width:0;
  text-decoration:none;
}

.brand-logo-desktop{
  display:block;
  width:clamp(210px,18vw,330px);
  height:54px;
  object-fit:contain;
  object-position:left center;
}

.brand-mobile{
  display:none;
  align-items:center;
  gap:10px;
}

.brand-mobile>img{
  width:36px;
  height:44px;
  object-fit:contain;
}

.brand-mobile>span{
  display:flex;
  flex-direction:column;
  color:#fff;
  font-size:1rem;
  font-weight:950;
  line-height:.9;
  letter-spacing:.02em;
}

.brand-mobile small{
  margin-top:5px;
  color:#d00000;
  font-size:.62rem;
  letter-spacing:.16em;
}

.footer-brand img{
  display:block;
  width:min(360px,100%);
  height:auto;
  object-fit:contain;
}

.social-section{
  position:relative;
}

.social-logo-showcase{
  position:absolute;
  right:var(--pad);
  top:0;
  width:clamp(120px,16vw,240px);
  aspect-ratio:1;
  opacity:.18;
  pointer-events:none;
  overflow:hidden;
  border-radius:50%;
  mask-image:radial-gradient(circle,#000 45%,transparent 72%);
}

.social-logo-showcase img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.spotify-section{
  position:relative;
}

.spotify-brandmark{
  position:absolute;
  right:clamp(18px,4vw,70px);
  top:-20px;
  width:clamp(110px,14vw,210px);
  aspect-ratio:1;
  opacity:.16;
  overflow:hidden;
  pointer-events:none;
  mask-image:radial-gradient(circle,#000 40%,transparent 74%);
}

.spotify-brandmark img{
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(max-width:760px){
  .brand-logo-desktop{
    display:none;
  }

  .brand-mobile{
    display:flex;
  }

  .social-logo-showcase{
    width:120px;
    right:8px;
    top:10px;
    opacity:.12;
  }

  .spotify-brandmark{
    display:none;
  }

  .footer-brand img{
    width:min(280px,100%);
  }
}

@media(min-width:761px) and (max-width:1100px){
  .brand-logo-desktop{
    width:220px;
  }
}


/* =========================================================
   PUZZLE 12F — LOGO HEADER CORRECTION
   ========================================================= */

.header{
  min-height:72px!important;
  height:72px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
  overflow:visible!important;
}

.brand{
  flex:0 0 auto!important;
  width:auto!important;
  max-width:340px!important;
  height:56px!important;
  overflow:hidden!important;
}

.brand-logo-desktop{
  display:block!important;
  width:auto!important;
  max-width:320px!important;
  height:56px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

.nav{
  position:relative!important;
  margin-left:auto!important;
  top:auto!important;
  right:auto!important;
  width:auto!important;
  height:auto!important;
}

.social-logo-showcase,
.spotify-brandmark{
  display:none!important;
}

.footer-brand{
  max-width:360px!important;
  overflow:hidden!important;
}

.footer-brand img{
  width:auto!important;
  max-width:100%!important;
  height:86px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

@media(min-width:761px) and (max-width:1200px){
  .brand{
    max-width:230px!important;
  }

  .brand-logo-desktop{
    max-width:220px!important;
    height:48px!important;
  }

  .nav{
    gap:10px!important;
  }

  .nav a{
    font-size:.68rem!important;
  }
}

@media(max-width:760px){
  .header{
    height:72px!important;
    min-height:72px!important;
    overflow:visible!important;
  }

  .brand{
    width:auto!important;
    max-width:220px!important;
    height:52px!important;
    overflow:visible!important;
  }

  .brand-logo-desktop{
    display:none!important;
  }

  .brand-mobile{
    display:flex!important;
    height:50px!important;
  }

  .brand-mobile>img{
    width:34px!important;
    height:42px!important;
  }
}


/* =========================================================
   PUZZLE 22A — HOMEPAGE MOBILE ALIGNMENT RECOVERY
   Prevents horizontal viewport drift in Instagram/Android.
   ========================================================= */

html,
body{
  width:100%!important;
  max-width:100%!important;
  min-width:320px!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow-x:clip!important;
  overscroll-behavior-x:none;
}

body{
  position:relative!important;
  inset:auto!important;
}

.header,
main,
.hero,
.intro,
.worlds,
.shop-section,
.social-section,
.spotify-section,
.events,
.footer{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

img,
iframe{
  max-width:100%;
}

@media(max-width:980px){
  html.menu-open,
  body.menu-open{
    overflow:hidden!important;
    touch-action:none;
  }

  .header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:500!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 52px!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    padding:
      8px
      max(12px,env(safe-area-inset-right,0px))
      8px
      max(12px,env(safe-area-inset-left,0px))!important;
    overflow:visible!important;
    background:#050505!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .brand{
    position:relative!important;
    z-index:503!important;
    display:flex!important;
    align-items:center!important;
    width:auto!important;
    max-width:calc(100vw - 84px)!important;
    height:52px!important;
    min-width:0!important;
    overflow:visible!important;
    justify-self:start!important;
  }

  .brand-logo-desktop{
    display:none!important;
  }

  .brand-mobile{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    width:auto!important;
    max-width:100%!important;
    height:52px!important;
    min-width:0!important;
  }

  .brand-mobile>img{
    display:block!important;
    flex:0 0 auto!important;
    width:33px!important;
    height:41px!important;
    object-fit:contain!important;
  }

  .brand-mobile>span{
    display:flex!important;
    min-width:0!important;
    max-width:100%!important;
    font-size:clamp(.9rem,3.8vw,1.04rem)!important;
    white-space:nowrap!important;
  }

  .menu-toggle{
    position:relative!important;
    z-index:503!important;
    display:block!important;
    justify-self:end!important;
    width:50px!important;
    height:52px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }

  /* Overrides the late Puzzle 12F rule that forced the mobile nav
     back into the header's normal document flow. */
  .nav{
    position:fixed!important;
    inset:72px 0 0 0!important;
    z-index:502!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100vw!important;
    height:calc(100dvh - 72px)!important;
    min-height:calc(100svh - 72px)!important;
    margin:0!important;
    padding:
      clamp(16px,4vh,34px)
      max(16px,env(safe-area-inset-right,0px))
      calc(24px + env(safe-area-inset-bottom,0px))
      max(16px,env(safe-area-inset-left,0px))!important;
    gap:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translate3d(100%,0,0)!important;
    transition:transform .24s ease,opacity .2s ease,visibility 0s linear .25s!important;
    background:#050505!important;
    border:0!important;
  }

  .nav.open{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
    transition-delay:0s!important;
  }

  .nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:min(680px,100%)!important;
    min-height:54px!important;
    margin:0 auto!important;
    padding:12px 4px!important;
    border:0!important;
    border-bottom:1px solid #242424!important;
    color:#d0d0d0!important;
    text-align:left!important;
    font-size:clamp(1.02rem,4.6vw,1.35rem)!important;
  }

  .nav .nav-shop{
    justify-content:center!important;
    min-height:60px!important;
    margin-top:22px!important;
    padding:15px 18px!important;
    border:1px solid #8d0000!important;
    background:#210000!important;
    color:#fff!important;
  }

  .hero{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-height:auto!important;
    overflow:hidden!important;
  }

  .hero-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:
      clamp(48px,10vw,76px)
      max(18px,env(safe-area-inset-right,0px))
      clamp(40px,8vw,64px)
      max(18px,env(safe-area-inset-left,0px))!important;
    overflow:hidden!important;
  }

  .hero h1{
    width:100%!important;
    max-width:10ch!important;
    min-width:0!important;
    margin:18px 0 22px!important;
    font-size:clamp(3.35rem,14.2vw,6.4rem)!important;
    line-height:.84!important;
    letter-spacing:-.065em!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  .hero p{
    width:100%!important;
    max-width:42rem!important;
    margin:0!important;
    font-size:clamp(.98rem,4.1vw,1.14rem)!important;
    line-height:1.68!important;
  }

  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:620px!important;
    margin-top:28px!important;
  }

  .hero-actions .button{
    width:100%!important;
    min-height:54px!important;
  }

  .hero-image{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
  }

  .hero-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  .intro{
    width:100%!important;
    padding:
      clamp(68px,15vw,100px)
      max(18px,env(safe-area-inset-right,0px))
      clamp(68px,15vw,100px)
      max(18px,env(safe-area-inset-left,0px))!important;
  }

  .world-card,
  .product,
  .social-card,
  .spotify-shell,
  .events{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}

@media(max-width:390px){
  .brand-mobile small{
    display:none!important;
  }

  .brand-mobile>span{
    font-size:.88rem!important;
  }

  .hero h1{
    font-size:clamp(3rem,14.5vw,4.2rem)!important;
  }
}

@media(max-width:980px) and (orientation:landscape) and (max-height:560px){
  .nav{
    padding-top:8px!important;
  }

  .nav a{
    min-height:43px!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
    font-size:1rem!important;
  }
}

/* PUZZLE 32 — LIVE COMMUNITY CONNECTION */
.community-live-section{padding:clamp(56px,8vw,110px) max(20px,5vw);background:#070707;border-top:1px solid #1d1d1d}.community-live-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0}.community-live-stats a{padding:18px;border:1px solid #292929;background:#0b0b0b;color:#fff;text-decoration:none}.community-live-stats b{display:block;color:#e00000;font-size:2rem}.community-live-stats span{color:#888;font-size:.7rem;letter-spacing:.08em}.community-live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.community-live-card{overflow:hidden;border:1px solid #2a2a2a;background:#0a0a0a;color:#fff;text-decoration:none}.community-live-card img,.community-live-fallback{width:100%;aspect-ratio:16/10;object-fit:cover;background:radial-gradient(circle,#330808,#050505);display:grid;place-items:center;font-size:2.5rem}.community-live-card>div:last-child{padding:15px}.community-live-card small,.community-live-card span{color:#888}.community-live-card h3{margin:7px 0;line-height:1.15}.community-offline{padding:25px;border:1px dashed #3a2b2b;color:#999;background:#0a0808}@media(max-width:900px){.community-live-grid{grid-template-columns:1fr 1fr}.community-live-stats{grid-template-columns:1fr 1fr}}@media(max-width:560px){.community-live-grid{grid-template-columns:1fr}}
