:root {
  --asphalt: #070707;
  --wall: #141414;
  --fog: #cfc8bf;
  --paper: #f4efe6;
  --tag-orange: #ff6a00;
  --tag-yellow: #ffd000;
  --tag-pink: #ff2d6a;
  --tag-violet: #9b5cff;
  --tag-mint: #3dffb0;
  --line: rgba(255,255,255,.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--asphalt);
  color: var(--paper);
  font-family: "Archivo", system-ui, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  background-image:
    radial-gradient(1200px 500px at 10% -10%, rgba(255,106,0,.18), transparent 55%),
    radial-gradient(900px 400px at 90% 0%, rgba(155,92,255,.14), transparent 50%),
    linear-gradient(180deg, #0b0b0b 0%, #070707 40%, #050505 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .18;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.03) 38px 39px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255,255,255,.025) 18px 19px);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(7,7,7,.78);
  border-bottom: 1px solid var(--line);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(255,106,0,.45)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font-family: "Bebas Neue", sans-serif; font-size: 28px; letter-spacing: .08em; }
.brand-copy small { font-family: "Permanent Marker", cursive; color: var(--tag-orange); font-size: 12px; transform: rotate(-2deg); }
.nav { display: flex; gap: 8px; align-items: center; }
.nav a {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .12em;
  font-size: 18px;
  padding: 8px 14px;
}
.nav a:hover, .nav a.active { color: var(--tag-yellow); }
.menu-toggle { display: none; background: none; border: 1px solid #fff; color: #fff; width: 42px; height: 42px; font-size: 20px; }
.hero { padding: 54px 0 20px; position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.sticker {
  display: inline-block; font-family: "Permanent Marker", cursive; color: #111;
  background: var(--tag-yellow); padding: 4px 10px; transform: rotate(-3deg);
  font-size: 14px; margin-bottom: 18px; box-shadow: 4px 4px 0 #000;
}
.hero-logo { width: min(420px, 90%); filter: drop-shadow(8px 12px 0 rgba(255,45,106,.25)); margin-bottom: 18px; }
.hero h1 { font-family: "Bebas Neue", sans-serif; font-size: clamp(52px, 8vw, 104px); line-height: .86; letter-spacing: .02em; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px #fff; }
.hero h1 .spray { color: var(--tag-orange); -webkit-text-stroke: 0; text-shadow: 0 0 24px rgba(255,106,0,.35); }
.lede { margin-top: 18px; max-width: 520px; color: var(--fog); font-size: 16px; line-height: 1.65; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Bebas Neue", sans-serif; letter-spacing: .12em; font-size: 18px;
  padding: 12px 18px; border: 2px solid #fff; background: #000; box-shadow: 6px 6px 0 var(--tag-pink);
}
.btn.alt { box-shadow: 6px 6px 0 var(--tag-orange); }
.btn:hover { transform: translate(1px,1px); }
.wall-card {
  position: relative; min-height: 420px;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55)), url("../assets/madsnr.jpg") center/cover;
  border: 2px solid #fff; box-shadow: 16px 16px 0 #000, 18px 18px 0 var(--tag-violet); overflow: hidden;
}
.wall-card::after {
  content: "1972"; position: absolute; right: 16px; bottom: 10px;
  font-family: "Permanent Marker", cursive; font-size: 42px; color: var(--tag-mint);
  opacity: .75; transform: rotate(8deg);
}
.drip { position: absolute; width: 8px; background: var(--tag-orange); border-radius: 0 0 8px 8px; opacity: .85; }
.drip.a { height: 54px; left: 18%; top: 0; }
.drip.b { height: 86px; left: 62%; top: 0; background: var(--tag-pink); }
.drip.c { height: 38px; left: 81%; top: 0; background: var(--tag-yellow); }
.marquee { margin: 36px 0 10px; border-top: 1px dashed rgba(255,255,255,.25); border-bottom: 1px dashed rgba(255,255,255,.25); overflow: hidden; padding: 10px 0; }
.marquee-track { display: flex; gap: 36px; width: max-content; animation: slide 22s linear infinite; font-family: "Bebas Neue", sans-serif; letter-spacing: .16em; font-size: 22px; }
.marquee-track span { white-space: nowrap; }
.marquee-track b { color: var(--tag-orange); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
section { position: relative; z-index: 1; padding: 48px 0; }
.kicker { font-family: "Permanent Marker", cursive; color: var(--tag-pink); margin-bottom: 8px; }
.section-title { font-family: "Bebas Neue", sans-serif; font-size: clamp(40px, 6vw, 72px); letter-spacing: .04em; line-height: .9; margin-bottom: 22px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--wall); border: 1px solid var(--line); overflow: hidden; position: relative; }
.card img { width: 100%; height: 220px; object-fit: cover; }
.card .body { padding: 16px 16px 20px; }
.card h3 { font-family: "Bebas Neue", sans-serif; font-size: 28px; letter-spacing: .04em; }
.card p { color: var(--fog); font-size: 14px; line-height: 1.5; margin: 8px 0 14px; }
.card .tag { position: absolute; top: 12px; left: 12px; background: var(--tag-yellow); color: #111; font-family: "Permanent Marker", cursive; font-size: 12px; padding: 3px 8px; transform: rotate(-6deg); }
.page-hero { padding: 48px 0 10px; position: relative; z-index: 1; }
.page-hero h1 { font-family: "Bebas Neue", sans-serif; font-size: clamp(56px, 9vw, 110px); line-height: .82; letter-spacing: .03em; }
.post-list { display: grid; gap: 18px; }
.post { background: linear-gradient(180deg, #151515, #0e0e0e); border: 1px solid var(--line); padding: 22px; position: relative; }
.post::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(var(--tag-orange), var(--tag-pink)); }
.post .meta { color: #9a948c; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.post h2 { font-family: "Bebas Neue", sans-serif; font-size: clamp(32px, 4vw, 48px); letter-spacing: .03em; }
.post p { color: var(--fog); margin: 10px 0 16px; line-height: 1.6; }
.more { font-family: "Bebas Neue", sans-serif; letter-spacing: .12em; color: var(--tag-yellow); }
.article-hero-media { display: flex; justify-content: center; margin: 10px 0 24px; }
.article-hero-media img { max-height: 280px; width: auto; }
.panel { background: #121212; border: 1px solid var(--line); padding: 32px 34px 42px; box-shadow: 12px 12px 0 #000; }
.panel h1, .panel h2 { font-family: "Bebas Neue", sans-serif; letter-spacing: .04em; }
.panel h1 { font-size: clamp(36px, 5vw, 60px); margin-bottom: 16px; }
.panel h2 { font-size: 34px; margin: 26px 0 12px; color: var(--tag-yellow); }
.panel p, .panel li { color: var(--fog); line-height: 1.7; margin-bottom: 14px; }
.panel a { color: var(--tag-mint); text-decoration: underline; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin: 16px 0 24px; }
.gallery img { width: 100%; height: 230px; object-fit: cover; border: 1px solid #222; background: #000; }
.gallery.contain img { object-fit: contain; background: #fff; height: 250px; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { min-height: 280px; position: relative; overflow: hidden; border: 2px solid #fff; }
.tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tile span { position: absolute; left: 12px; bottom: 12px; font-family: "Bebas Neue", sans-serif; letter-spacing: .08em; font-size: 24px; background: #000; padding: 4px 10px; }
.note { color: #9a948c; max-width: 720px; margin-bottom: 22px; line-height: 1.6; }
.error { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 60px 20px; }
.error h1 { font-family: "Bebas Neue", sans-serif; font-size: clamp(64px, 10vw, 120px); line-height: .8; }
.error p { max-width: 560px; color: var(--fog); margin: 16px auto 24px; }
.footer { border-top: 1px solid var(--line); padding: 28px 0 40px; position: relative; z-index: 1; color: #8d877f; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.stamp { font-family: "Permanent Marker", cursive; color: var(--tag-orange); transform: rotate(-4deg); }
.back-top { position: fixed; right: 18px; bottom: 18px; width: 46px; height: 46px; border: 2px solid #fff; background: #000; color: #fff; display: none; z-index: 40; }
.back-top.show { display: grid; place-items: center; }
.topbar-inner { position: relative; }
@media (max-width: 860px) {
  .wrap { width: min(1180px, calc(100% - 28px)); }
  .hero-grid, .cards, .tiles { grid-template-columns: 1fr; }
  .nav { display: none; position: absolute; right: 0; top: 62px; background: #000; border: 1px solid #fff; flex-direction: column; padding: 10px; min-width: 200px; z-index: 60; }
  .nav.open { display: flex; }
  .menu-toggle { display: grid; place-items: center; }
  .wall-card { min-height: 240px; }
  .panel { padding: 22px 18px 32px; }
  .hero { padding: 28px 0 8px; }
  .page-hero { padding: 28px 0 8px; }
  .page-hero h1 { font-size: clamp(40px, 14vw, 72px); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img { height: 160px; }
  .card img { height: 200px; }
  .embed { box-shadow: 6px 6px 0 #000; }
  .cta-row .btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .brand-copy b { font-size: 22px; }
  .gallery { grid-template-columns: 1fr; }
}

.embed { position: relative; width: 100%; max-width: 960px; margin: 18px auto 8px; background: #000; border: 2px solid #fff; box-shadow: 10px 10px 0 #000; }
.embed iframe, .embed video { display: block; width: 100%; aspect-ratio: 16/9; height: auto; border: 0; background: #000; }

.spin-stage {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}
.spin-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,.35), transparent 70%);
  filter: blur(8px);
}
.spin-mark {
  width: min(340px, 70%);
  position: relative;
  transform-style: preserve-3d;
  animation: spin3d 6.5s ease-in-out infinite;
}
.spin-stage:hover .spin-mark { animation-play-state: paused; }
.spin-mark img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  filter: drop-shadow(0 18px 20px rgba(0,0,0,.65));
}
.spin-shadow {
  position: absolute;
  bottom: 36px;
  width: 220px;
  height: 22px;
  background: radial-gradient(ellipse, rgba(0,0,0,.7), transparent 70%);
  filter: blur(4px);
}
@keyframes spin3d {
  0%   { transform: rotateY(-32deg) rotateX(6deg); }
  50%  { transform: rotateY(32deg) rotateX(6deg); }
  100% { transform: rotateY(-32deg) rotateX(6deg); }
}
@media (max-width: 860px) {
  .spin-stage { min-height: 280px; }
}
