* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #0b0b0b;
  color: #f4f1ea;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(11, 11, 11, 0.92);
  backdrop-filter: blur(10px);
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
  color: #d8d2c7;
}

nav a:hover {
  color: #ff2a2a;
}

.hero {
  padding: 96px 0 80px;
  background:
    radial-gradient(circle at 78% 25%, rgba(193, 0, 0, 0.28), transparent 34%),
    linear-gradient(135deg, #111 0%, #080808 70%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 48px;
  align-items: center;
}

.eyebrow,
.section-label {
  color: #ff2a2a;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  margin: 0 0 28px;
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 22px;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.hero-text,
.big-text,
.intro {
  font-size: 1.15rem;
  color: #d8d2c7;
  max-width: 760px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  background: #ff2a2a;
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(255,255,255,0.24);
  color: #f4f1ea;
}

.hero-card {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
}

.hero-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.caption {
  color: #a9a297;
  font-size: 0.92rem;
  margin-bottom: 0;
}

.section {
  padding: 84px 0;
  background: #0b0b0b;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
}

.two-col p {
  color: #d8d2c7;
  font-size: 1.05rem;
}

.gallery-section {
  background: #111;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.photo-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #181818;
}

.dark {
  background: #120808;
}

.red {
  color: #ff2a2a;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.feature-list > div,
.video-placeholder,
.contact-form {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  padding: 24px;
  border-radius: 20px;
}

.feature-list p {
  color: #d8d2c7;
  margin: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.video-placeholder {
  min-height: 180px;
  display: grid;
  place-items: center;
  color: #a9a297;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.muted {
  background: #111;
}

.press-credits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.press-credit {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  text-align: center;
  position: relative;
}

.press-credit + .press-credit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(255,255,255,0.12);
}

.press-credit-name {
  color: #f4f1ea;
  font-size: clamp(0.82rem, 1.25vw, 1.02rem);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .press-credits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-credit {
    min-height: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }

  .press-credit:nth-child(odd)::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .press-credits {
    grid-template-columns: 1fr;
  }

  .press-credit {
    min-height: 82px;
  }

  .press-credit + .press-credit::before {
    display: none;
  }
}

.contact {
  background: linear-gradient(135deg, #0b0b0b, #1a0909);
}

.contact-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.social-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 900;
  background: #f4f1ea;
  color: #0b0b0b;
  transition: transform 0.18s ease, background 0.18s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  background: #ff2a2a;
  color: #fff;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  font-weight: 800;
  font-size: 0.9rem;
  color: #f4f1ea;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(0,0,0,0.28);
  color: #f4f1ea;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(255,42,42,0.55);
  border-color: rgba(255,42,42,0.75);
}

.contact-form button {
  margin-top: 10px;
  border: 0;
  min-height: 48px;
  border-radius: 999px;
  background: #ff2a2a;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
}

.contact-form button:hover {
  filter: brightness(1.08);
}

.form-note {
  color: #a9a297;
  font-size: 0.86rem;
  margin: 8px 0 0;
}

.site-footer {
  padding: 28px 0;
  background: #050505;
  color: #a9a297;
  font-size: 0.9rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero-grid,
  .two-col,
  .contact-box,
  .feature-list,
  .video-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-card img {
    height: 420px;
  }

  .photo-grid img {
    height: 360px;
  }
}


.special-tease {
  max-width: 980px;
}

.tease-card {
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at 80% 20%, rgba(255,42,42,0.18), transparent 36%),
    rgba(255,255,255,0.045);
  padding: 28px;
  border-radius: 22px;
}

.tease-card p {
  margin: 0;
  color: #f4f1ea;
  font-size: 1.1rem;
  max-width: 760px;
}


/* V5 polish */

.social-row-large {
  margin-top: 30px;
}

.social-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: #171717;
  border: 2px solid rgba(255,255,255,0.18);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.social-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon.youtube svg,
.social-icon.facebook svg,
.social-icon.tiktok svg,
.social-icon.x-icon svg {
  fill: currentColor;
  stroke: none;
}

.social-icon.youtube .cutout {
  fill: #171717;
}

.social-icon:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(255,42,42,0.8);
  box-shadow: 0 18px 42px rgba(255,42,42,0.16);
}

.instagram:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.tiktok:hover {
  background: #050505;
  border-color: #25f4ee;
}

.facebook:hover {
  background: #1877f2;
}

.youtube:hover {
  background: #ff0000;
}

.youtube:hover .cutout {
  fill: #ff0000;
}

.x-icon:hover {
  background: #000;
}

.stay-tuned {
  margin-top: 30px;
  font-size: 1.32rem;
  color: #f4f1ea;
  font-weight: 800;
}

.flame {
  display: inline-block;
  transform-origin: bottom center;
  animation: flameFlicker 1s infinite ease-in-out;
  filter: drop-shadow(0 0 8px rgba(255,90,0,0.85));
}

@keyframes flameFlicker {
  0% { transform: scale(1) rotate(-2deg); opacity: 0.92; filter: drop-shadow(0 0 7px rgba(255,90,0,0.8)); }
  20% { transform: scale(1.15) rotate(3deg); opacity: 1; filter: drop-shadow(0 0 13px rgba(255,42,0,0.95)); }
  42% { transform: scale(0.92) rotate(-4deg); opacity: 0.86; filter: drop-shadow(0 0 5px rgba(255,120,0,0.75)); }
  65% { transform: scale(1.2) rotate(2deg); opacity: 1; filter: drop-shadow(0 0 16px rgba(255,42,0,1)); }
  100% { transform: scale(1) rotate(-2deg); opacity: 0.92; filter: drop-shadow(0 0 7px rgba(255,90,0,0.8)); }
}

.mini-eman {
  position: relative;
  width: 86px;
  height: 116px;
  margin-top: 30px;
  animation: miniBounce 3s infinite ease-in-out;
}

@keyframes miniBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.mini-head {
  position: absolute;
  left: 19px;
  top: 0;
  width: 48px;
  height: 48px;
  background: #c98357;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.2);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.mini-hair {
  position: absolute;
  left: 4px;
  top: -4px;
  width: 40px;
  height: 16px;
  background: #17110e;
  border-radius: 20px 20px 8px 8px;
}

.mini-eye {
  position: absolute;
  top: 23px;
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
  animation: miniBlink 5s infinite;
}

.mini-eye.left { left: 16px; }
.mini-eye.right { right: 16px; }

@keyframes miniBlink {
  0%, 92%, 100% { transform: scaleY(1); }
  94%, 96% { transform: scaleY(0.15); }
}

.mini-smirk {
  position: absolute;
  left: 18px;
  top: 33px;
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #32180f;
  border-radius: 50%;
  transform: rotate(-7deg);
}

.mini-body {
  position: absolute;
  left: 18px;
  bottom: 4px;
  width: 50px;
  height: 64px;
  background: #f4f1ea;
  border-radius: 15px 15px 10px 10px;
  border: 3px solid rgba(255,255,255,0.2);
}

.mini-shirt {
  position: absolute;
  left: 21px;
  top: 3px;
  width: 8px;
  height: 56px;
  background: #0b0b0b;
  opacity: 0.1;
}

.mini-tie {
  position: absolute;
  left: 19px;
  top: 2px;
  width: 12px;
  height: 34px;
  background: #ff2a2a;
  clip-path: polygon(50% 0, 100% 18%, 70% 100%, 30% 100%, 0 18%);
  animation: tieSwing 2s infinite ease-in-out;
  transform-origin: top center;
}

@keyframes tieSwing {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(4deg); }
}

.mini-mic {
  position: absolute;
  right: -20px;
  top: 15px;
  width: 24px;
  height: 7px;
  background: #d8d2c7;
  border-radius: 999px;
  transform: rotate(-18deg);
}

.mini-mic::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -5px;
  width: 10px;
  height: 16px;
  background: #111;
  border: 2px solid #d8d2c7;
  border-radius: 999px;
}

.premium-form {
  background:
    radial-gradient(circle at 85% 0%, rgba(255,42,42,0.14), transparent 32%),
    #171717;
  border: 2px solid rgba(255,42,42,0.36);
  box-shadow: 0 22px 50px rgba(0,0,0,0.34);
}

.form-header {
  margin-bottom: 8px;
}

.form-header h3 {
  font-size: 1.45rem;
  margin: 0 0 4px;
}

.form-header p {
  margin: 0 0 10px;
  color: #d8d2c7;
}

.contact-form input,
.contact-form textarea {
  background: #202020;
  border: 2px solid rgba(244,241,234,0.22);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(216,210,199,0.55);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff2a2a;
  box-shadow: 0 0 0 4px rgba(255,42,42,0.16);
}

.contact-form button {
  box-shadow: 0 14px 28px rgba(255,42,42,0.22);
}

@media (max-width: 920px) {
  .mini-eman {
    margin-left: auto;
    margin-right: auto;
  }
}


/* V7 cleanups */
.flame,
.mini-eman {
  display: none !important;
}

.live-fire {
  display: inline-block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  vertical-align: -11px;
  margin-left: 8px;
  filter: drop-shadow(0 0 10px rgba(255, 90, 0, 0.75));
}

.special-tease .big-text {
  max-width: 800px;
}

.hero-copy .hero-text {
  max-width: 680px;
}

@media (max-width: 920px) {
  .live-fire {
    width: 36px;
    height: 36px;
    vertical-align: -9px;
  }
}

/* V8 tweaks */
.hero-copy h1 { font-size: clamp(2.1rem, 5vw, 4.5rem) !important; }
.live-fire { display:none !important; }


/* Live taping event update */
.announcement-pill {
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 42, 42, 0.55);
  border-radius: 999px;
  background: rgba(255, 42, 42, 0.1);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
}

.event-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 150px;
  padding: 26px;
  background: #170b0b;
}

.event-detail strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.event-detail span:not(.event-kicker) {
  color: #c9c1b6;
}

.event-kicker {
  color: #ff2a2a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-note {
  max-width: 760px;
  margin: 28px 0 0;
  color: #d8d2c7;
  font-size: 1.05rem;
}

.special-buttons {
  margin-top: 24px;
}

.ticket-coming {
  cursor: default;
  user-select: none;
}

@media (max-width: 760px) {
  .event-card {
    grid-template-columns: 1fr;
  }

  .event-detail {
    min-height: auto;
  }
}


.event-link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 42, 42, 0.75);
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.event-link:hover,
.event-link:focus-visible {
  color: #ff6b6b;
  text-decoration-color: #ff6b6b;
}


/* V15 final connect and ticket refinements */
.event-ticket-detail {
  justify-content: center;
}

.event-ticket-button {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .event-ticket-detail {
    justify-content: flex-start;
  }

  .event-ticket-button {
    white-space: normal;
  }
}

/* V17 final alignment and press presentation */
.event-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-detail {
  min-height: 168px;
  padding: 28px 30px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.event-detail strong {
  display: block;
  margin: 0;
}

.event-ticket-detail {
  justify-content: center;
}

.event-ticket-button {
  width: 100%;
  max-width: 285px;
  justify-content: center;
  text-align: center;
  margin-top: 2px;
}

/* Clean editorial credit line — intentionally no boxes, pills, or card treatment. */
.press-credits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 38px;
  padding: 0;
  border: 0;
}

.press-credit {
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.press-credit + .press-credit::before {
  content: "•";
  position: static;
  width: auto;
  height: auto;
  margin-right: 28px;
  color: #ff2a2a;
  background: none;
  font-size: 0.85rem;
  line-height: 1;
}

.press-credit-name {
  color: #f4f1ea;
  font-size: clamp(0.9rem, 1.45vw, 1.08rem);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .press-credits {
    display: flex;
    grid-template-columns: none;
    gap: 16px 22px;
  }
  .press-credit {
    min-height: 0;
    border: 0;
  }
  .press-credit:nth-child(odd)::before {
    display: inline;
  }
  .press-credit + .press-credit::before {
    margin-right: 22px;
  }
}

@media (max-width: 760px) {
  .event-detail {
    min-height: 132px;
    padding: 24px;
  }
  .event-ticket-button {
    width: auto;
  }
}

@media (max-width: 560px) {
  .press-credits {
    flex-direction: column;
    gap: 15px;
  }
  .press-credit {
    min-height: 0;
  }
  .press-credit + .press-credit::before,
  .press-credit:nth-child(odd)::before {
    display: none;
  }
  .press-credit-name {
    white-space: normal;
  }
}


/* V18 final event alignment */
.event-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.event-detail,
.event-ticket-detail {
  min-height: 188px;
  padding: 30px 30px 28px;
  display: grid;
  grid-template-rows: 24px auto 1fr;
  align-content: start;
  align-items: start;
  justify-content: stretch;
  gap: 10px;
}

.event-kicker {
  display: block;
  margin: 0;
  line-height: 1;
}

.event-detail strong {
  margin: 0;
  min-height: 58px;
  display: flex;
  align-items: flex-start;
  font-size: 1.08rem;
  line-height: 1.35;
}

.event-detail > span:not(.event-kicker) {
  margin: 0;
  align-self: start;
  line-height: 1.35;
}

.event-ticket-detail {
  grid-template-rows: 24px auto 1fr;
}

.event-ticket-button {
  width: 100%;
  max-width: none;
  min-height: 54px;
  margin: 0;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  line-height: 1.15;
}

@media (max-width: 760px) {
  .event-detail,
  .event-ticket-detail {
    min-height: auto;
    grid-template-rows: auto;
    padding: 24px;
  }

  .event-detail strong {
    min-height: auto;
  }
}


/* V19 final launch polish */
.event-kicker {
  width: 100%;
  text-align: center;
}

.event-ticket-detail {
  justify-items: center;
}

.event-ticket-button {
  width: auto;
  min-width: 180px;
  max-width: 220px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 0.98rem;
  white-space: nowrap;
  justify-self: center;
}

.special-note {
  max-width: 640px;
  margin: 38px 0 0;
  padding: 26px 30px 28px;
  border-left: 4px solid #ff2a2a;
  background: linear-gradient(90deg, rgba(255,42,42,0.12), rgba(255,42,42,0.015) 72%, transparent);
  display: grid;
  gap: 4px;
}

.special-note-line {
  display: block;
  color: #f4f1ea;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.special-note-finale {
  display: block;
  margin-top: 12px;
  color: #d8d2c7;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.special-note-finale strong {
  color: #ff2a2a;
  font-size: 1.14em;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  .event-kicker {
    text-align: left;
  }

  .event-ticket-detail {
    justify-items: start;
  }

  .event-ticket-button {
    justify-self: start;
    min-width: 0;
  }

  .special-note {
    padding: 22px 22px 24px;
  }
}

/* V20 — exact three-column centering */
.event-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.event-detail,
.event-ticket-detail {
  box-sizing: border-box;
  min-width: 0;
  min-height: 188px;
  padding: 30px 24px 28px;
  display: grid;
  grid-template-rows: 24px 64px 28px;
  row-gap: 10px;
  align-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.event-kicker,
.event-detail strong,
.event-detail > span:not(.event-kicker),
.event-ticket-button {
  margin: 0;
  justify-self: center;
  text-align: center;
}

.event-kicker {
  width: 100%;
  align-self: center;
}

.event-detail strong {
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}

.event-detail > span:not(.event-kicker) {
  width: 100%;
  align-self: center;
  line-height: 1.35;
}

.event-ticket-detail .event-ticket-button {
  grid-row: 2;
  align-self: center;
  width: auto;
  min-width: 180px;
  max-width: 220px;
}

@media (max-width: 760px) {
  .event-detail,
  .event-ticket-detail {
    min-height: 160px;
    padding: 24px;
    grid-template-rows: 24px auto 28px;
  }
}


/* V21 — final event content centering: identical two-row structure in all three columns */
.event-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.event-card .event-detail,
.event-card .event-ticket-detail {
  box-sizing: border-box;
  min-width: 0;
  min-height: 220px;
  padding: 28px 24px;
  display: grid;
  grid-template-rows: 28px 1fr;
  gap: 14px;
  align-items: stretch;
  justify-items: stretch;
  text-align: center;
}

.event-card .event-kicker {
  width: 100%;
  margin: 0;
  align-self: center;
  justify-self: center;
  text-align: center;
  line-height: 1;
}

.event-card .event-content {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.event-card .event-content strong,
.event-card .event-content > span,
.event-card .event-ticket-button {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.event-card .event-content strong {
  font-size: 1.08rem;
}

.event-card .event-ticket-button {
  width: auto;
  min-width: 180px;
  max-width: 220px;
  min-height: 46px;
  padding: 11px 22px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .event-card .event-detail,
  .event-card .event-ticket-detail {
    min-height: 176px;
    padding: 24px;
    grid-template-rows: 24px 1fr;
  }
}


/* V22 — locked event grid: identical rows and exact alignment across all three columns */
.event-card {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.event-card > .event-detail,
.event-card > .event-ticket-detail {
  box-sizing: border-box !important;
  min-width: 0 !important;
  min-height: 220px !important;
  padding: 30px 20px !important;
  display: grid !important;
  grid-template-rows: 24px 56px 26px !important;
  row-gap: 12px !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: stretch !important;
  text-align: center !important;
}

.event-card .event-kicker,
.event-card .event-primary,
.event-card .event-secondary {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: stretch !important;
  align-self: center !important;
  text-align: center !important;
}

.event-card .event-kicker {
  line-height: 1 !important;
}

.event-card .event-primary strong,
.event-card .event-primary .event-ticket-button {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.event-card .event-primary strong {
  width: 100% !important;
  min-height: 0 !important;
  font-size: 1.04rem !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.event-card .event-secondary {
  color: #c9c1b6 !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
}

.event-card .event-ticket-button {
  width: auto !important;
  min-width: 180px !important;
  max-width: 220px !important;
  min-height: 46px !important;
  padding: 11px 22px !important;
  white-space: nowrap !important;
}

.event-card .event-secondary-placeholder {
  visibility: hidden !important;
}

@media (max-width: 760px) {
  .event-card {
    grid-template-columns: 1fr !important;
  }

  .event-card > .event-detail,
  .event-card > .event-ticket-detail {
    min-height: 176px !important;
    padding: 24px !important;
    grid-template-rows: 24px 54px 26px !important;
  }

  .event-card .event-primary strong {
    white-space: normal !important;
  }
}

/* V23 — final spacing correction for the event card */
.event-card > .event-detail,
.event-card > .event-ticket-detail {
  min-height: 232px !important;
  padding: 32px 28px !important;
  grid-template-rows: 28px 72px 28px !important;
  row-gap: 12px !important;
}

.event-card .event-kicker {
  font-size: 0.84rem !important;
  letter-spacing: 0.15em !important;
}

.event-card .event-primary {
  padding-inline: 18px !important;
  overflow: visible !important;
}

.event-card .event-primary strong {
  white-space: normal !important;
  max-width: 100% !important;
  line-height: 1.22 !important;
}

.event-card .event-date {
  flex-direction: column !important;
  font-size: 1.04rem !important;
}

.event-card .event-ticket-button {
  min-width: 190px !important;
  max-width: 210px !important;
}

@media (max-width: 760px) {
  .event-card > .event-detail,
  .event-card > .event-ticket-detail {
    min-height: 190px !important;
    padding: 26px 24px !important;
    grid-template-rows: 26px 66px 28px !important;
  }

  .event-card .event-primary {
    padding-inline: 8px !important;
  }
}
