/* ═══════════════════════════════════════════════════════════
   STADTPULS — components.css
   Nav · Buttons · Cards · Tags · Grids · Ticker · Footer
   © 2026 by raimondo*
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════
   NAV — TRANSPARENT EDITORIAL
═══════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 700;
  height: 56px; padding: 0 2rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(4, 4, 10, .92);
  border-bottom: 1px solid rgba(255, 45, 0, .18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.nlogo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem; letter-spacing: .18em;
  text-decoration: none; color: #e8e4d9 !important;
  display: flex; align-items: center; gap: .7rem; cursor: pointer;
}
.nlogo-dot {
  width: 7px; height: 7px;
  background: #ff2d00; border-radius: 50%;
  box-shadow: 0 0 8px #ff2d00, 0 0 20px rgba(255, 45, 0, .4);
  animation: livepulse 1.4s ease-in-out infinite;
}
.nlinks { display: flex; gap: 1.5rem; align-items: center; }
.nlinks a {
  font-family: 'DM Mono', monospace;
  font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: #44445a !important; text-decoration: none;
  transition: color .2s; cursor: pointer;
}
.nlinks a:hover, .nlinks a.on { color: #ff2d00 !important; }
.ncta {
  background: #ff2d00 !important; color: #04040a !important;
  padding: .32rem 1rem !important; font-weight: 500 !important;
  letter-spacing: .15em;
  transition: background .2s, box-shadow .2s !important;
}
.ncta:hover {
  background: #c8ff00 !important; color: #04040a !important;
  box-shadow: 0 0 20px rgba(200, 255, 0, .3) !important;
}
.ham {
  display: none; flex-direction: column; gap: 4px;
  cursor: pointer; padding: 4px;
}
.ham span {
  width: 20px; height: 1px;
  background: #e8e4d9; display: block; transition: all .3s;
}
@media (max-width: 860px) {
  .nlinks a:not(.ncta) { display: none !important; }
  .ham { display: flex !important; }
}
.mobm {
  display: none;
  position: fixed; top: 56px; left: 0; right: 0;
  background: #0a0a12; z-index: 699;
  padding: 1.5rem 2rem;
  flex-direction: column; gap: .8rem;
  border-bottom: 1px solid rgba(255, 45, 0, .2);
}
.mobm.open { display: flex !important; }
.mobm a {
  font-family: 'DM Mono', monospace;
  font-size: .75rem; letter-spacing: .2em; text-transform: uppercase;
  color: #e8e4d9 !important; text-decoration: none;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  cursor: pointer;
}

/* ═══════════════════════════════
   BUTTONS
═══════════════════════════════ */
.btn {
  font-family: 'DM Mono', monospace;
  font-size: .65rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  padding: .8rem 1.8rem;
  border: none; cursor: pointer;
  text-decoration: none; display: inline-block;
  transition: all .2s; -webkit-appearance: none;
}
.bo { background: #ff2d00 !important; color: #04040a !important; }
.bo:hover { background: #c8ff00 !important; box-shadow: 0 0 25px rgba(200, 255, 0, .3); }
.bg {
  background: transparent !important; color: #e8e4d9 !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
}
.bg:hover { border-color: #ff2d00 !important; color: #ff2d00 !important; }
.bv { background: #c8ff00 !important; color: #04040a !important; }
.bv:hover { background: #ff2d00 !important; }

/* ═══════════════════════════════
   TAGS / BADGES
═══════════════════════════════ */
.etag {
  font-family: 'DM Mono', monospace;
  font-size: .5rem; letter-spacing: .18em; text-transform: uppercase;
  background: #ff2d00; color: #04040a;
  padding: .18rem .6rem;
  display: inline-block; margin-bottom: .8rem; font-weight: 500;
}
.etag.g { background: #c8ff00 !important; }
.etag.b { background: #00f5ff !important; color: #04040a !important; }
.etag.p { background: #9333ea !important; color: #fff !important; }
.etag.w { background: rgba(255, 255, 255, .08) !important; color: #e8e4d9 !important; }
.dbadge {
  font-family: 'DM Mono', monospace;
  font-size: .52rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  background: #ff2d00; color: #04040a; padding: .22rem .65rem;
}
.live-badge {
  font-family: 'DM Mono', monospace;
  font-size: .52rem; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase;
  background: #ff2d00; color: #04040a; padding: .2rem .6rem;
  animation: blink 2s step-end infinite; flex-shrink: 0;
}

/* ═══════════════════════════════
   SECTION LAYOUT
═══════════════════════════════ */
.sec      { padding: 5rem 2rem; max-width: 1320px; margin: 0 auto; }
.sec-full { padding: 5rem 2rem; }
.sec-full-inner { max-width: 1320px; margin: 0 auto; }
.lbl {
  font-family: 'DM Mono', monospace;
  font-size: .52rem; letter-spacing: .45em; text-transform: uppercase;
  color: #ff2d00; margin-bottom: .7rem;
  display: flex; align-items: center; gap: .7rem;
}
.lbl::before { content: ''; display: block; min-width: 14px; height: 1px; background: #ff2d00; }
.ttl {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 5rem);
  text-transform: uppercase; line-height: .88;
  margin-bottom: 2rem; color: #e8e4d9;
}

/* ═══════════════════════════════
   GRIDS
═══════════════════════════════ */
.g2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }

/* ═══════════════════════════════
   EVENT / ITEM CARDS
═══════════════════════════════ */
.ec {
  background: #0a0a12; padding: 1.6rem;
  cursor: pointer; position: relative; overflow: hidden;
  border: 1px solid transparent; transition: all .2s;
}
.ec::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: #ff2d00;
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.ec:hover { background: #111118; border-color: rgba(255, 45, 0, .12); }
.ec:hover::after { transform: scaleX(1); }
.ec h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: 1.35rem; text-transform: uppercase;
  line-height: 1; margin-bottom: .6rem; color: #e8e4d9;
}
.ec .meta { font-family: 'DM Mono', monospace; font-size: .58rem; color: #44445a; line-height: 1.9; }
.ec .meta strong { color: #ff2d00; }
.earr {
  position: absolute; bottom: 1.1rem; right: 1.1rem;
  font-size: 1rem; color: #ff2d00;
  opacity: 0; transition: opacity .2s, transform .2s;
}
.ec:hover .earr { opacity: 1; transform: translate(3px, -3px); }

/* ═══════════════════════════════
   IMAGE CARDS
═══════════════════════════════ */
.ic { position: relative; overflow: hidden; cursor: pointer; height: 260px; background: #111118; }
.ic img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(55%) contrast(1.2);
  transition: transform .5s cubic-bezier(.25, .46, .45, .94), filter .5s;
}
.ic:hover img { transform: scale(1.07); filter: grayscale(15%) contrast(1.15); }
.ic::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 10, .92) 0%, transparent 50%);
}
.icc { position: absolute; bottom: 1.1rem; left: 1.1rem; right: 1.1rem; z-index: 2; }
.icc h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: 1.5rem; text-transform: uppercase; line-height: 1; color: #e8e4d9;
}
.icc .sub { font-family: 'DM Mono', monospace; font-size: .55rem; color: #ff2d00; letter-spacing: .12em; margin-top: .25rem; }

/* ═══════════════════════════════
   BENTO GRID
═══════════════════════════════ */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 240px 200px;
  gap: 2px;
}
.bt {
  position: relative; overflow: hidden; cursor: pointer;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.2rem; background: #111118;
}
.bt-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: grayscale(65%) contrast(1.15);
  transition: transform .5s cubic-bezier(.25, .46, .45, .94), filter .5s;
}
.bt::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 10, .92) 0%, rgba(4, 4, 10, .15) 55%, transparent 100%);
}
.bt:hover .bt-bg  { transform: scale(1.06); filter: grayscale(20%) contrast(1.2); }
.bt:hover .bt-over { opacity: 1; }
.bt-over { position: absolute; inset: 0; background: rgba(255, 45, 0, .06); opacity: 0; transition: opacity .3s; z-index: 1; }
.bt-c    { position: relative; z-index: 2; }
.bt-ico  { font-size: 1.4rem; margin-bottom: .15rem; display: block; }
.bt-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: 1.6rem; text-transform: uppercase; line-height: 1; color: #e8e4d9;
}
.bt-n { font-family: 'DM Mono', monospace; font-size: .52rem; letter-spacing: .18em; color: #ff2d00; margin-top: .15rem; }
.b1 { grid-column: span 5; }
.b2 { grid-column: span 3; }
.b3 { grid-column: span 4; }
.b4 { grid-column: span 4; }
.b5 { grid-column: span 3; }
.b6 { grid-column: span 5; }

/* ═══════════════════════════════
   LIVE NOW STRIP
═══════════════════════════════ */
.live-now {
  background: linear-gradient(90deg, rgba(255, 45, 0, .12), rgba(255, 45, 0, .04), transparent);
  border-bottom: 1px solid rgba(255, 45, 0, .12);
  padding: .75rem 2rem;
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.live-scroll { display: flex; gap: 2rem; flex: 1; overflow: hidden; flex-wrap: wrap; }
.litem {
  font-family: 'DM Mono', monospace;
  font-size: .6rem; color: #e8e4d9 !important;
  letter-spacing: .08em; cursor: pointer; transition: color .2s; white-space: nowrap;
}
.litem:hover { color: #ff2d00 !important; }
.litem .ldot {
  display: inline-block; width: 5px; height: 5px;
  background: #ff2d00; border-radius: 50%;
  margin-right: .4rem; vertical-align: middle;
  animation: livepulse 1.4s infinite;
}

/* ═══════════════════════════════
   TICKER
═══════════════════════════════ */
.ticker-wrap {
  overflow: hidden; background: #04040a;
  border-top: 1px solid rgba(255, 45, 0, .2);
  border-bottom: 1px solid rgba(255, 45, 0, .2);
}
.tk1 { background: rgba(255, 45, 0, .06); padding: .55rem 0; white-space: nowrap; }
.tk2 { background: rgba(200, 255, 0, .04); padding: .45rem 0; white-space: nowrap; }
.ti1 { display: inline-flex; animation: tkr 18s linear infinite; }
.ti2 { display: inline-flex; animation: tkl 24s linear infinite; }
.ti1 span, .ti2 span {
  font-family: 'DM Mono', monospace;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  margin-right: 2.5rem; cursor: pointer; transition: color .2s;
}
.ti1 span { color: rgba(255, 45, 0, .7); }
.ti1 span:hover { color: #ff2d00; }
.ti2 span { color: rgba(200, 255, 0, .45); }
.ti2 span:hover { color: #c8ff00; }
.ti1 span::after, .ti2 span::after { content: ' ·'; opacity: .4; }

/* ═══════════════════════════════
   SEARCH
═══════════════════════════════ */
.srch-sec { background: #0a0a12; padding: 4.5rem 2rem; border-top: 1px solid rgba(255, 255, 255, .04); }
.srch-inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: center;
}
.srch-q {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: clamp(3rem, 6vw, 5.5rem); line-height: .88; text-transform: uppercase; color: #e8e4d9;
}
.srch-q em { color: #ff2d00; font-style: inherit; }
.sform { display: flex; flex-direction: column; gap: .8rem; }
.srow { display: flex; background: #111118; border: 1px solid rgba(255, 255, 255, .08); transition: border-color .2s; }
.srow:focus-within { border-color: #ff2d00; box-shadow: 0 0 20px rgba(255, 45, 0, .08); }
.srow input {
  flex: 1; border: none; outline: none;
  background: transparent; color: #e8e4d9;
  font-family: 'DM Mono', monospace; font-size: .82rem;
  padding: .9rem 1.2rem; -webkit-appearance: none;
}
.srow input::placeholder { color: #2a2a3a; }
.srow button {
  background: #ff2d00; color: #04040a; border: none; padding: .9rem 1.5rem;
  font-family: 'DM Mono', monospace; font-size: .6rem;
  font-weight: 500; letter-spacing: .15em; text-transform: uppercase;
  cursor: pointer; transition: background .2s;
}
.srow button:hover { background: #c8ff00; }
.pills { display: flex; flex-wrap: wrap; gap: .4rem; }
.pill {
  font-family: 'DM Mono', monospace;
  font-size: .56rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .28rem .8rem; border: 1px solid rgba(255, 255, 255, .1);
  cursor: pointer; color: #44445a; background: transparent; transition: all .15s;
}
.pill:hover, .pill.on { background: #ff2d00; border-color: #ff2d00; color: #04040a; }

/* ═══════════════════════════════
   FILTER BAR
═══════════════════════════════ */
.fbar {
  background: #04040a; padding: .75rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  position: sticky; top: 56px; z-index: 400; backdrop-filter: blur(10px);
}
.fbi { max-width: 1320px; margin: 0 auto; display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.flbl { font-family: 'DM Mono', monospace; font-size: .5rem; letter-spacing: .22em; text-transform: uppercase; color: #44445a; margin-right: .3rem; }
.ftag {
  font-family: 'DM Mono', monospace; font-size: .54rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .26rem .75rem; border: 1px solid rgba(255, 255, 255, .08);
  cursor: pointer; color: #44445a; background: transparent; transition: all .15s;
}
.ftag:hover, .ftag.on { background: #ff2d00; border-color: #ff2d00; color: #04040a; }

/* ═══════════════════════════════
   CONTENT AREA
═══════════════════════════════ */
.ca { max-width: 1320px; margin: 0 auto; padding: 3rem 2rem 6rem; }

/* ═══════════════════════════════
   STATS BLOCK
═══════════════════════════════ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255, 255, 255, .06); margin-top: 1.8rem; }
.stat { padding: 1.2rem .8rem; border-right: 1px solid rgba(255, 255, 255, .06); }
.stat:last-child { border-right: none; }
.stn { font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900; font-size: 2.8rem; color: #ff2d00; line-height: 1; }
.stl { font-family: 'DM Mono', monospace; font-size: .5rem; letter-spacing: .2em; text-transform: uppercase; color: #44445a; margin-top: .2rem; }

/* ═══════════════════════════════
   REVIEW CARDS
═══════════════════════════════ */
.rc      { background: #111118; padding: 1.4rem; margin-bottom: 2px; }
.rtop    { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: .6rem; }
.rname   { font-family: 'DM Mono', monospace; font-size: .6rem; font-weight: 500; color: #ff2d00; }
.rtext   { font-family: 'DM Mono', monospace; font-size: .65rem; color: #44445a; line-height: 1.7; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
footer { background: #04040a; border-top: 1px solid rgba(255, 45, 0, .2); }
.ftk { background: rgba(255, 45, 0, .06); padding: .4rem 0; overflow: hidden; white-space: nowrap; border-bottom: 1px solid rgba(255, 45, 0, .1); }
.fti { display: inline-block; animation: tkr 22s linear infinite; }
.fti span { font-family: 'DM Mono', monospace; font-size: .58rem; letter-spacing: .14em; color: rgba(255, 45, 0, .45); text-transform: uppercase; margin: 0 2rem; }
.fg {
  max-width: 1320px; margin: 0 auto; padding: 4rem 2rem 3rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.fbl { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: .15em; display: flex; align-items: center; gap: .5rem; margin-bottom: .7rem; color: #e8e4d9; }
.fbdot { width: 8px; height: 8px; background: #ff2d00; border-radius: 50%; box-shadow: 0 0 8px #ff2d00; }
.footer-brand p { font-family: 'DM Mono', monospace; font-size: .62rem; color: #44445a; line-height: 1.9; max-width: 240px; }
.fc h5 { font-family: 'DM Mono', monospace; font-size: .5rem; letter-spacing: .28em; text-transform: uppercase; color: #ff2d00; margin-bottom: 1rem; }
.fc ul  { list-style: none; }
.fc li  { font-family: 'DM Mono', monospace; font-size: .68rem; color: #44445a; margin-bottom: .5rem; cursor: pointer; transition: color .2s; }
.fc li:hover { color: #e8e4d9; }
.fbot { max-width: 1320px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.fbot p { font-family: 'DM Mono', monospace; font-size: .5rem; letter-spacing: .15em; color: rgba(255, 255, 255, .1); text-transform: uppercase; }
