.hero {
  min-height: 100svh;
  position: relative; z-index: 1;
  display: flex; align-items: center;
  padding: 80px clamp(16px,5vw,48px) 60px;
}
.hero-mosaic {
  position: absolute; inset: 0; z-index: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 2px;
  transform: scale(1.06);
  transform-origin: center center;
}
.mp {
  position: relative; overflow: hidden;
  transition: opacity .4s;
}
.mp::after {
  content: '';
  position: absolute; inset: 0;
  background: inherit;
  filter: brightness(0.45) saturate(0.7);
}
/* Poster color palettes — cinematic */
.mp:nth-child(1)  { background: linear-gradient(160deg,#1a0a30,#3d1060); }
.mp:nth-child(2)  { background: linear-gradient(160deg,#0a1a30,#0d3d6b); }
.mp:nth-child(3)  { background: linear-gradient(160deg,#1a0808,#5c1010); }
.mp:nth-child(4)  { background: linear-gradient(160deg,#0a180a,#1a4a1a); }
.mp:nth-child(5)  { background: linear-gradient(160deg,#1a1000,#5a3800); }
.mp:nth-child(6)  { background: linear-gradient(160deg,#100020,#2a0050); }
.mp:nth-child(7)  { background: linear-gradient(160deg,#001520,#004060); }
.mp:nth-child(8)  { background: linear-gradient(160deg,#200010,#601030); }
.mp:nth-child(9)  { background: linear-gradient(160deg,#0a2010,#205020); }
.mp:nth-child(10) { background: linear-gradient(160deg,#200a00,#602010); }
.mp:nth-child(11) { background: linear-gradient(160deg,#100a20,#302060); }
.mp:nth-child(12) { background: linear-gradient(160deg,#001a10,#005030); }
.mp:nth-child(13) { background: linear-gradient(160deg,#1a0a00,#503010); }
.mp:nth-child(14) { background: linear-gradient(160deg,#0a0a20,#201060); }
.mp:nth-child(15) { background: linear-gradient(160deg,#1a0000,#500a0a); }
.mp:nth-child(16) { background: linear-gradient(160deg,#001010,#004040); }
.mp:nth-child(17) { background: linear-gradient(160deg,#100020,#3a0060); }
.mp:nth-child(18) { background: linear-gradient(160deg,#0a1500,#204000); }
.mp:nth-child(19) { background: linear-gradient(160deg,#200000,#701010); }
.mp:nth-child(20) { background: linear-gradient(160deg,#000a20,#002060); }
.mp:nth-child(21) { background: linear-gradient(160deg,#150010,#450030); }
.mp:nth-child(22) { background: linear-gradient(160deg,#001a00,#005500); }
.mp:nth-child(23) { background: linear-gradient(160deg,#1a0800,#603010); }
.mp:nth-child(24) { background: linear-gradient(160deg,#00101a,#003050); }
.mp:nth-child(25) { background: linear-gradient(160deg,#180018,#501850); }
.mp:nth-child(26) { background: linear-gradient(160deg,#0a1800,#204500); }
.mp:nth-child(27) { background: linear-gradient(160deg,#1a0a0a,#5a2020); }
.mp:nth-child(28) { background: linear-gradient(160deg,#000a18,#002045); }
.mp:nth-child(29) { background: linear-gradient(160deg,#100015,#300045); }
.mp:nth-child(30) { background: linear-gradient(160deg,#001500,#004000); }
.mp:nth-child(31) { background: linear-gradient(160deg,#150000,#480000); }
.mp:nth-child(32) { background: linear-gradient(160deg,#00080f,#001830); }

.mp-label {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 20px 6px 6px;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 100%);
  font-size: 0.5rem; font-weight: 700; letter-spacing: 0.04em;
  color: rgba(255,255,255,.75); text-transform: uppercase;
  text-wrap: pretty;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right,  rgba(13,13,13,.97) 0%, rgba(13,13,13,.84) 42%, rgba(13,13,13,.28) 100%),
    linear-gradient(to bottom, rgba(13,13,13,.62) 0%, transparent 16%, transparent 80%, rgba(13,13,13,.72) 100%);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 440px;
  position: relative;
  overflow: hidden;
}
.plan-column {
  display: flex;
  align-items: center;
  padding: 100px 48px 80px 32px;
  background: linear-gradient(
    to right,
    rgba(13,13,13,.16) 0%,
    rgba(13,13,13,.74) 28%,
    rgba(13,13,13,.96) 58%
  );
  border-left: 1px solid rgba(255,255,255,.08);
  position: relative; z-index: 1;
}
.plan-column-inner { width: 100%; }

.hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 660px;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--brio-red); margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: ''; display: inline-block; width: 24px; height: 2px;
  background: var(--brio-red); border-radius: 2px;
}

.hero h1 {
  font-family: var(--brio-font-display);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 800; line-height: 1.02;
  letter-spacing: -.01em; text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 .red { color: var(--brio-red); }

.hero-sub {
  font-size: clamp(.92rem, 1.4vw, 1rem);
  color: var(--brio-text-muted); max-width: 420px;
  line-height: 1.65; margin-bottom: 28px;
}

.hero-stats {
  display: flex; gap: 28px; flex-wrap: wrap; margin-bottom: 32px;
}
.hero-stat-num {
  font-family: var(--brio-font-display);
  font-size: 1.55rem; font-weight: 800; line-height: 1;
}
.hero-stat-label {
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--brio-text-muted); margin-top: 2px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .hero-overlay {
    background:
      linear-gradient(to bottom, rgba(13,13,13,.65) 0%, transparent 18%, transparent 78%, rgba(13,13,13,.85) 100%),
      linear-gradient(to right,  rgba(13,13,13,.55) 0%, transparent 55%);
  }
  .plan-column {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 56px clamp(16px,5vw,48px) 72px;
    justify-content: center;
    background: linear-gradient(
      to bottom,
      rgba(13,13,13,.58) 0%,
      rgba(13,13,13,.90) 40%,
      rgba(13,13,13,.97) 100%
    );
  }
  .hero-inner { max-width: 100%; }
}

@media (max-width: 640px) {
  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(13,13,13,.98) 0%,
      rgba(13,13,13,.44) 20%,
      rgba(13,13,13,.60) 68%,
      rgba(13,13,13,.93) 100%
    );
  }
  .hero-mosaic {
    transform: none;
    opacity: .54;
    will-change: transform;
    animation: mob-ken 14s ease-in-out infinite alternate;
  }
  .plan-column {
    background: linear-gradient(
      to bottom,
      rgba(13,13,13,.65) 0%,
      rgba(13,13,13,.92) 45%,
      rgba(13,13,13,.97) 100%
    );
  }
  .hero {
    min-height: 100svh;
    padding-top: 90px; padding-bottom: 0;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .hero-inner {
    flex: 1;
    display: flex; flex-direction: column; justify-content: center;
    padding-bottom: 16px;
  }
  .hero-eyebrow { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(2.4rem, 8vw, 3.2rem); margin-bottom: 22px; }
  .hero-sub { font-size: .93rem; margin-bottom: 36px; }
  .hero-stats {
    gap: 0; margin-bottom: 36px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 16px 0;
  }
  .hero-stat {
    flex: 1; text-align: center;
    padding: 0 4px;
    border-right: 1px solid rgba(255,255,255,.1);
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat-num { font-size: 1.45rem; }
  .hero-stat-label { font-size: .63rem; }
  .plan-column { padding: 52px clamp(16px,5vw,24px) 72px; }
}
