.hero--events {
  position: relative;
}

.hero-events-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-10);
  z-index: 1;
}

@media (max-width: 960px) {
  .hero-events-inner {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
}

.hero-kicker {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.hero-events-copy {
  max-width: 640px;
}

.hero-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.hero-meta-item {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at top left, rgba(229, 186, 115, 0.12), rgba(9, 9, 10, 0.98));
  border: var(--border-subtle);
}

.hero-meta-label {
  display: block;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.hero-meta-value {
  font-size: var(--font-size-md);
  color: var(--color-text);
}

.hero-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.hero-events-visual {
  align-self: stretch;
}

.hero-events-figure {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: var(--color-bg-soft);
  box-shadow: var(--shadow-strong);
}

.hero-events-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-events-figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}

.section-header {
  max-width: var(--container-max-width);
  margin-bottom: var(--space-8);
}

.section-lead {
  max-width: 40rem;
}

.weekly-layout {
  display: grid;
  gap: var(--space-8);
}

@media (min-width: 992px) {
  .weekly-layout {
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.2fr);
  }
}

.weekly-table-wrapper {
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  background: radial-gradient(circle at top left, rgba(229, 186, 115, 0.08), rgba(9, 9, 10, 0.98));
  border: var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.table-note {
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
}

.weekly-highlight {
  align-self: flex-start;
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(229, 186, 115, 0.12), rgba(12, 12, 16, 0.95));
  border: var(--border-strong);
  box-shadow: var(--shadow-ambient);
}

.weekly-highlight h3 {
  font-size: var(--font-size-2xl);
}

.weekly-bullets {
  list-style: none;
  padding: 0;
  margin: var(--space-4) 0 var(--space-5);
}

.weekly-bullets li {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
  margin-bottom: var(--space-2);
}

.highroller-layout {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 992px) {
  .highroller-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  }
}

.highroller-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: var(--color-bg-soft);
  box-shadow: var(--shadow-strong);
}

.highroller-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highroller-caption {
  padding: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.95));
}

.highroller-card {
  margin-top: var(--space-4);
}

.highroller-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.highroller-grid dt {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-1);
}

.highroller-grid dd {
  margin: 0;
  font-size: var(--font-size-sm);
}

.highroller-note {
  font-size: var(--font-size-sm);
  margin-bottom: var(--space-4);
}

.highroller-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.private-grid {
  max-width: var(--container-max-width);
}

.private-body {
  display: grid;
  gap: var(--space-6);
}

@media (min-width: 900px) {
  .private-body {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  }
}

.private-list {
  list-style: none;
  margin: var(--space-4) 0;
  padding: 0;
}

.private-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.private-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-primary);
}

.private-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--color-bg-soft);
  box-shadow: var(--shadow-soft);
}

.private-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private-figure figcaption {
  padding: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.95));
}

.gastro-grid {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 992px) {
  .gastro-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  }
}

.gastro-list {
  list-style: none;
  margin: var(--space-4) 0 var(--space-5);
  padding: 0;
}

.gastro-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.gastro-list li::before {
  content: "\2014";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
}

.gastro-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: var(--color-bg-soft);
  box-shadow: var(--shadow-strong);
}

.gastro-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gastro-figure figcaption {
  padding: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.95));
}

.rules-layout {
  display: grid;
  gap: var(--space-6);
}

@media (min-width: 992px) {
  .rules-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
  }
}

.rules-steps {
  counter-reset: step-counter;
  list-style: none;
  margin: var(--space-4) 0 var(--space-4);
  padding: 0;
}

.rules-steps li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: var(--space-3);
  font-size: var(--font-size-sm);
}

.rules-steps li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  color: #0b0805;
  font-size: var(--font-size-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.rules-note {
  font-size: var(--font-size-sm);
}

.etiquette-body {
  display: grid;
  gap: var(--space-6);
}

@media (min-width: 900px) {
  .etiquette-body {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  }
}

.etiquette-list {
  list-style: none;
  padding: 0;
  margin: var(--space-4) 0 var(--space-5);
}

.etiquette-list li {
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.etiquette-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--color-bg-soft);
  box-shadow: var(--shadow-soft);
}

.etiquette-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etiquette-figure figcaption {
  padding: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.95));
}

.live-layout {
  max-width: var(--container-max-width);
}

.live-header {
  margin-bottom: var(--space-8);
}

.live-grid {
  display: grid;
  gap: var(--space-6);
}

@media (min-width: 992px) {
  .live-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
  }
}

.live-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.live-kpi {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at top left, rgba(229, 186, 115, 0.15), rgba(12, 12, 16, 0.98));
  border: var(--border-subtle);
}

.live-kpi-label {
  display: block;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.live-kpi-value {
  font-size: var(--font-size-lg);
}

.live-note {
  font-size: var(--font-size-sm);
}

.live-leaderboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.live-badge {
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background-color: rgba(55, 199, 144, 0.16);
  color: var(--color-success);
  border: 1px solid rgba(55, 199, 144, 0.6);
}

.live-table {
  margin-bottom: var(--space-4);
}

.live-disclaimer {
  font-size: var(--font-size-xs);
  margin-bottom: var(--space-4);
  color: var(--color-text-muted);
}

.live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.footer-map {
  border-radius: var(--radius-lg);
  border: var(--border-subtle);
  background: radial-gradient(circle at top left, rgba(229, 186, 115, 0.12), rgba(9, 9, 10, 0.98));
  padding: 1px;
}

.footer-map-inner {
  border-radius: calc(var(--radius-lg) - 1px);
  padding: var(--space-4);
  background: radial-gradient(circle at bottom, rgba(12, 12, 16, 1), rgba(9, 9, 10, 0.95));
}

@media (max-width: 640px) {
  .hero-meta-grid {
    grid-template-columns: 1fr;
  }

  .highroller-cta-row,
  .hero-cta-inline,
  .live-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
