
/* Satire v4 — TOTAL redesign (no public how-to copy). Scoped by body.sv4 */
body.sv4{
  background:#0b0b0b;
  color: var(--mbcc-offwhite);
}
body.sv4 a{ text-decoration:none; color:inherit; }
body.sv4 img{ max-width:100%; display:block; }

.sv4-top{
  position: sticky; top:0; z-index:100;
  border-bottom: 1px solid rgba(247,243,233,.10);
  background: rgba(11,11,11,.78);
  backdrop-filter: blur(10px);
}
.sv4-top__inner{
  max-width:1240px; margin:0 auto;
  padding: 12px 18px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.sv4-brand{
  display:flex; align-items:center; gap:10px;
  padding: 8px 10px;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,.22);
  background: rgba(212,175,55,.06);
}
.sv4-mark{
  width:40px; height:40px; border-radius: 14px;
  border: 1px solid rgba(212,175,55,.35);
  background:
    radial-gradient(140% 140% at 20% 20%, rgba(212,175,55,.18), rgba(11,11,11,.0) 55%),
    linear-gradient(135deg, rgba(193,18,31,.35), rgba(11,11,11,.0));
  background-image: url('/assets/img/moemedia-logo.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size: 28px 28px;
}
.sv4-brandtext{ display:flex; flex-direction:column; line-height:1.05; }
.sv4-brandtext strong{ letter-spacing:.4px; font-weight:1000; }
.sv4-brandtext small{ opacity:.86; font-weight:800; }

.sv4-nav{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.sv4-nav a{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 14px;
  opacity:.9;
}
.sv4-nav a:hover{ border-color: rgba(212,175,55,.25); background: rgba(212,175,55,.06); opacity:1; }
.sv4-nav a.active{ border-color: rgba(193,18,31,.60); background: rgba(193,18,31,.14); opacity:1; }

.sv4-ctaRow{ display:flex; gap:10px; align-items:center; }

.sv4-cta{
  display:inline-flex; align-items:center; justify-content:center;
  height: 44px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(212,175,55,.08);
  font-weight: 1000;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.sv4-cta:hover{ transform: translateY(-1px); border-color: rgba(212,175,55,.55); background: rgba(212,175,55,.12); }
.sv4-cta--primary{ border-color: rgba(193,18,31,.60); background: rgba(193,18,31,.18); }
.sv4-cta--primary:hover{ border-color: rgba(193,18,31,.85); background: rgba(193,18,31,.24); }
.sv4-cta--ghost{ border-color: rgba(247,243,233,.16); background: rgba(247,243,233,.03); }
.sv4-cta--ghost:hover{ border-color: rgba(212,175,55,.30); background: rgba(212,175,55,.06); }

.sv4-hero{
  position:relative;
  overflow:hidden;
  border-bottom: 1px solid rgba(247,243,233,.10);
}
.sv4-noise{
  position:absolute; inset:-40px; pointer-events:none;
  background:
    radial-gradient(900px 500px at 16% 22%, rgba(193,18,31,.32), rgba(0,0,0,0) 60%),
    radial-gradient(700px 420px at 88% 18%, rgba(212,175,55,.22), rgba(0,0,0,0) 55%),
    repeating-linear-gradient(135deg, rgba(247,243,233,.06) 0 2px, rgba(0,0,0,0) 2px 14px),
    repeating-linear-gradient(45deg, rgba(247,243,233,.035) 0 2px, rgba(0,0,0,0) 2px 18px);
  opacity:.9;
  filter:saturate(1.05);
}
.sv4-hero__inner{
  position:relative;
  max-width:1240px; margin:0 auto;
  padding: 26px 18px 22px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items:center;
}
.sv4-chip{
  width: fit-content;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(0,0,0,.25);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.sv4-h1{
  margin: 12px 0 8px;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.02;
  font-weight: 1000;
}
.sv4-lead{
  margin:0;
  max-width: 60ch;
  font-size: 16px;
  font-weight: 800;
  opacity: .92;
}
.sv4-hero__buttons{
  margin-top: 14px;
  display:flex; gap: 12px; flex-wrap:wrap;
}
.sv4-metrics{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.sv4-metric{
  border-radius: 18px;
  border: 1px solid rgba(247,243,233,.10);
  background: rgba(247,243,233,.03);
  padding: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.sv4-metric .k{
  display:block;
  font-weight:1000;
  color: var(--mbcc-gold);
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
}
.sv4-metric .v{
  display:block;
  margin-top: 6px;
  font-weight:900;
  opacity:.92;
}

.sv4-hero__art{ position:relative; min-height: 280px; }
.sv4-float{
  position:absolute;
  border-radius: 22px;
  border: 1px solid rgba(212,175,55,.22);
  background: rgba(11,11,11,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.60);
  animation: sv4Float 7s ease-in-out infinite;
}
@keyframes sv4Float{
  0%,100%{ transform: translateY(0) rotate(-1deg); }
  50%{ transform: translateY(-12px) rotate(1deg); }
}
.sv4-float--a{ width: 260px; height: 170px; left: 6%; top: 6%;
  background: radial-gradient(140px 90px at 40% 45%, rgba(247,243,233,.14), rgba(0,0,0,0) 70%),
              linear-gradient(135deg, rgba(193,18,31,.25), rgba(0,0,0,0) 60%);
}
.sv4-float--b{ width: 220px; height: 140px; right: 8%; top: 0%;
  animation-delay:.4s;
  background: linear-gradient(135deg, rgba(212,175,55,.20), rgba(0,0,0,0) 65%),
              radial-gradient(140px 90px at 70% 45%, rgba(193,18,31,.18), rgba(0,0,0,0) 70%);
}
.sv4-float--c{ width: 210px; height: 150px; right: 18%; bottom: 10%;
  animation-delay:.8s;
  background: radial-gradient(90px 90px at 55% 45%, rgba(212,175,55,.22), rgba(0,0,0,0) 70%),
              linear-gradient(135deg, rgba(247,243,233,.10), rgba(0,0,0,0) 65%);
}
.sv4-float--d{ width: 240px; height: 120px; left: 22%; bottom: 0%;
  animation-delay:1.2s;
  background: repeating-linear-gradient(135deg, rgba(247,243,233,.08) 0 10px, rgba(0,0,0,0) 10px 20px),
              linear-gradient(135deg, rgba(193,18,31,.18), rgba(0,0,0,0) 70%);
}
.sv4-orb{
  position:absolute; border-radius:999px; filter: blur(1px);
  opacity: .9;
  animation: sv4Orb 6.5s ease-in-out infinite;
}
@keyframes sv4Orb{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}
.sv4-orb--red{ width: 140px; height: 140px; left: 58%; top: 38%;
  background: radial-gradient(circle at 30% 30%, rgba(193,18,31,.55), rgba(193,18,31,.05) 70%, rgba(0,0,0,0));
}
.sv4-orb--gold{ width: 120px; height: 120px; left: 72%; top: 18%;
  background: radial-gradient(circle at 30% 30%, rgba(212,175,55,.55), rgba(212,175,55,.05) 70%, rgba(0,0,0,0));
  animation-delay:.6s;
}

.sv4-section{
  max-width:1240px;
  margin: 0 auto;
  padding: 18px;
}
.sv4-section__bar{
  display:flex; align-items:flex-end; justify-content:space-between; gap: 12px;
  margin-bottom: 12px;
}
.sv4-section__bar h2{
  margin:0;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: .2px;
}
.sv4-actions{ display:flex; gap: 10px; flex-wrap:wrap; justify-content:flex-end; }
.sv4-pill{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(247,243,233,.12);
  background: rgba(247,243,233,.03);
  font-weight: 1000;
  font-size: 13px;
}
.sv4-pill:hover{ border-color: rgba(212,175,55,.30); background: rgba(212,175,55,.06); }
.sv4-pill--red{ border-color: rgba(193,18,31,.55); background: rgba(193,18,31,.14); }

.sv4-latest{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.sv4-story{
  border-radius: 20px;
  border: 1px solid rgba(247,243,233,.10);
  background: rgba(247,243,233,.03);
  overflow:hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  transition: transform .14s ease, border-color .14s ease, background .14s ease;
}
.sv4-story:hover{ transform: translateY(-2px); border-color: rgba(212,175,55,.25); background: rgba(212,175,55,.04); }
.sv4-story__thumb{
  aspect-ratio: 16/9;
  background:
    radial-gradient(160px 120px at 30% 35%, rgba(212,175,55,.18), rgba(0,0,0,0) 70%),
    linear-gradient(135deg, rgba(193,18,31,.22), rgba(0,0,0,0) 60%),
    rgba(0,0,0,.28);
  position:relative;
}
.sv4-story__thumb--alt{
  background:
    radial-gradient(160px 120px at 60% 35%, rgba(193,18,31,.20), rgba(0,0,0,0) 70%),
    linear-gradient(135deg, rgba(247,243,233,.10), rgba(0,0,0,0) 65%),
    rgba(0,0,0,.28);
}
.sv4-story__thumb--gold{
  background:
    radial-gradient(220px 140px at 40% 40%, rgba(212,175,55,.22), rgba(0,0,0,0) 70%),
    repeating-linear-gradient(135deg, rgba(247,243,233,.06) 0 2px, rgba(0,0,0,0) 2px 14px),
    rgba(0,0,0,.25);
}
.sv4-story__tag{
  position:absolute;
  left: 12px; top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(11,11,11,.62);
  backdrop-filter: blur(8px);
  font-weight: 1000;
  font-size: 12px;
}
.sv4-story__body{ padding: 12px 12px 14px; }
.sv4-story__body h3{ margin:0 0 8px; font-size: 15px; font-weight: 1000; line-height:1.2; }
.sv4-story__body p{ margin:0; opacity:.9; font-weight:800; }

.sv4-section--vault{ padding-top: 4px; }
.sv4-toolbar{
  display:flex; justify-content:space-between; align-items:center; gap: 12px;
  flex-wrap:wrap;
  margin-bottom: 12px;
}
.sv4-tabs{ display:flex; gap: 10px; flex-wrap:wrap; }
.sv4-tab{
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(247,243,233,.14);
  background: rgba(247,243,233,.03);
  font-weight: 1000;
  font-size: 13px;
  cursor:pointer;
}
.sv4-tab:hover{ border-color: rgba(212,175,55,.30); background: rgba(212,175,55,.06); }
.sv4-tab.active{ border-color: rgba(193,18,31,.60); background: rgba(193,18,31,.14); }

.sv4-searchwrap{ display:flex; gap: 10px; flex-wrap:wrap; }
.sv4-search{
  height: 46px;
  width: min(520px, 78vw);
  border-radius: 16px;
  border: 1px solid rgba(247,243,233,.14);
  background: rgba(0,0,0,.25);
  color: var(--mbcc-offwhite);
  padding: 0 14px;
  font-weight: 900;
  outline: none;
}
.sv4-search:focus{ border-color: rgba(212,175,55,.45); box-shadow: 0 0 0 4px rgba(212,175,55,.10); }
.sv4-sort{
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(247,243,233,.14);
  background: rgba(0,0,0,.25);
  color: var(--mbcc-offwhite);
  padding: 0 12px;
  font-weight: 1000;
}

.sv4-gate{
  margin: 12px 0 14px;
  display:flex;
  justify-content:center;
}
.sv4-gate__card{
  width: min(820px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(212,175,55,.25);
  background: rgba(212,175,55,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  padding: 14px;
}
.sv4-gate__card h3{ margin:0 0 6px; font-size: 16px; font-weight: 1000; }
.sv4-gate__card p{ margin:0; opacity:.92; font-weight: 900; }
.sv4-gate__row{ margin-top: 12px; display:flex; gap: 10px; flex-wrap:wrap; }

.sv4-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.sv4-card{
  border-radius: 22px;
  border: 1px solid rgba(247,243,233,.10);
  background: rgba(247,243,233,.03);
  overflow:hidden;
  box-shadow: 0 14px 50px rgba(0,0,0,.40);
  transition: transform .14s ease, border-color .14s ease, background .14s ease;
}
.sv4-card:hover{ transform: translateY(-3px); border-color: rgba(212,175,55,.25); background: rgba(212,175,55,.04); }

.sv4-thumb{
  aspect-ratio: 1/1;
  position:relative;
  background:
    radial-gradient(160px 160px at 30% 30%, rgba(212,175,55,.14), rgba(0,0,0,0) 70%),
    linear-gradient(135deg, rgba(193,18,31,.20), rgba(0,0,0,0) 60%),
    rgba(0,0,0,.28);
  overflow:hidden;
}
.sv4-thumb::before{
  content:"";
  position:absolute; inset:0;
  /* checkerboard hint for transparency */
  background:
    linear-gradient(45deg, rgba(247,243,233,.10) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(247,243,233,.10) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(247,243,233,.10) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(247,243,233,.10) 75%);
  background-size: 26px 26px;
  background-position: 0 0, 0 13px, 13px -13px, -13px 0;
  opacity: .22;
}
.sv4-thumb img{
  width:100%; height:100%;
  object-fit: contain;
  position:relative;
  padding: 10px;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.55));
}
.sv4-chip2{
  position:absolute;
  left: 10px; top: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(11,11,11,.62);
  backdrop-filter: blur(8px);
  font-weight: 1000;
  font-size: 12px;
}
.sv4-chip2.red{ border-color: rgba(193,18,31,.60); background: rgba(193,18,31,.18); }

.sv4-body{ padding: 12px 12px 14px; }
.sv4-title{ margin:0 0 8px; font-size: 14px; font-weight: 1000; line-height:1.2; }
.sv4-meta{ font-size: 12px; font-weight: 900; opacity:.88; display:flex; gap:10px; flex-wrap:wrap; }
.sv4-row{ margin-top: 10px; display:flex; gap: 10px; flex-wrap:wrap; }
.sv4-btn{
  height: 40px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(247,243,233,.12);
  background: rgba(0,0,0,.20);
  font-weight: 1000;
  cursor:pointer;
}
.sv4-btn:hover{ border-color: rgba(212,175,55,.30); background: rgba(212,175,55,.06); }

.sv4-skeleton{
  height: 320px;
  border-radius: 22px;
  border: 1px solid rgba(247,243,233,.08);
  background: linear-gradient(90deg, rgba(247,243,233,.02), rgba(247,243,233,.06), rgba(247,243,233,.02));
  background-size: 200% 100%;
  animation: sv4Shimmer 1.1s linear infinite;
}
@keyframes sv4Shimmer{ 0%{background-position:0% 0;} 100%{background-position:200% 0;} }

.sv4-bottom{
  margin-top: 16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items:start;
}
.sv4-bottom__left{
  border-radius: 22px;
  border: 1px solid rgba(247,243,233,.10);
  background: rgba(247,243,233,.03);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  padding: 14px;
}
.sv4-bottom__left h3{ margin:0 0 6px; font-size: 16px; font-weight: 1000; }
.sv4-bottom__left p{ margin:0; opacity:.92; font-weight: 900; }
.sv4-bottom__row{ margin-top: 12px; display:flex; gap:10px; flex-wrap:wrap; }
.sv4-ad{
  border-radius: 22px;
  border: 1px dashed rgba(247,243,233,.20);
  background: rgba(247,243,233,.02);
  padding: 14px;
}

/* Modal */
.sv4-modal{
  position:fixed; inset:0;
  display:none; place-items:center;
  background: rgba(0,0,0,.72);
  z-index:200;
  padding: 18px;
}
.sv4-modal[aria-hidden="false"]{ display:grid; }
.sv4-modal__panel{
  width: min(920px, 96vw);
  border-radius: 22px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(11,11,11,.92);
  box-shadow: 0 18px 70px rgba(0,0,0,.75);
  overflow:hidden;
  position:relative;
}
.sv4-close{
  position:absolute; right: 10px; top: 10px;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(247,243,233,.14);
  background: rgba(0,0,0,.28);
  color: var(--mbcc-offwhite);
  font-weight: 1000;
  cursor:pointer;
}
.sv4-close:hover{ border-color: rgba(212,175,55,.35); background: rgba(212,175,55,.06); }
.sv4-modal__media{
  aspect-ratio: 16/9;
  background:#000;
  position:relative;
  overflow:hidden;
}
.sv4-checker{
  position:absolute; inset:0;
  background:
    linear-gradient(45deg, rgba(247,243,233,.10) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(247,243,233,.10) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(247,243,233,.10) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(247,243,233,.10) 75%);
  background-size: 30px 30px;
  background-position: 0 0, 0 15px, 15px -15px, -15px 0;
  opacity: .22;
}
.sv4-modal__media img{
  width:100%; height:100%;
  object-fit: contain;
  position:relative;
  padding: 12px;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.55));
}
.sv4-modal__body{ padding: 14px 14px 16px; }
.sv4-modal__body h3{ margin:0 0 6px; font-size: 16px; font-weight: 1000; }
.sv4-tags{ margin:0 0 12px; opacity:.9; font-weight: 900; }
.sv4-modal__row{ display:flex; gap:10px; flex-wrap:wrap; }

/* Footer */
.sv4-footer{
  border-top: 1px solid rgba(247,243,233,.10);
  background: rgba(0,0,0,.18);
  padding: 18px;
}
.sv4-footer__inner{
  max-width:1240px; margin:0 auto;
  display:flex; justify-content:space-between; gap: 14px; flex-wrap:wrap;
}
.sv4-muted{ opacity:.85; font-weight: 900; }
.sv4-footlinks{ display:flex; gap: 12px; flex-wrap:wrap; font-weight: 1000; opacity:.9; }
.sv4-footlinks a:hover{ color: var(--mbcc-gold); }

/* Responsive */
@media (max-width: 1100px){
  .sv4-hero__inner{ grid-template-columns: 1fr; }
  .sv4-hero__art{ min-height: 220px; }
  .sv4-metrics{ grid-template-columns: 1fr; }
  .sv4-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sv4-latest{ grid-template-columns: 1fr; }
  .sv4-bottom{ grid-template-columns: 1fr; }
}
@media (max-width: 820px){
  .sv4-nav{ display:none; }
  .sv4-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .sv4-grid{ grid-template-columns: 1fr; }
}
