.hero-copy{max-width:34rem}.hero-copy .pill-group{margin-bottom:0.5rem}.menu-highlight-grid{align-items:stretch}.menu-highlight-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem}.menu-bullets{display:grid;row-gap:0.45rem;font-size:0.9rem;color:var(--color-text)}.menu-bullets li::before{content:"•";margin-right:0.4rem;color:var(--color-primary)}.casino-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.6fr);gap:var(--space-8);align-items:center}.casino-card-media{padding:0;border-radius:var(--radius-xl);overflow:hidden}.casino-card-media img{width:100%;height:100%;object-fit:cover;display:block}.casino-media-note{padding:0.75rem 1rem;border-top:1px solid var(--color-border);background:rgba(15,23,42,0.9);color:#f9fafb}.casino-copy .casino-subtitle{font-size:1.1rem;margin-bottom:0.35rem}.casino-grid-meta{margin-top:1.5rem}.casino-cta{display:flex;flex-wrap:wrap;gap:0.75rem}.testimonial-grid .card{height:100%}.team-grid .card{height:100%}.facts-list{display:grid;row-gap:0.75rem;font-size:var(--text-sm)}.facts-row{display:flex;justify-content:space-between;gap:1rem}.facts-row dt{font-weight:600;color:var(--color-text)}.facts-row dd{margin:0;text-align:right;color:var(--color-muted)}.reservation-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1.4fr);gap:var(--space-8);align-items:flex-start}.reservation-steps{display:grid;row-gap:1.2rem;font-size:var(--text-sm);color:var(--color-text)}.reservation-steps h3{font-family:var(--font-serif);font-size:1.05rem;margin-bottom:0.25rem}.reservation-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:0.5rem}.reservation-side{align-self:stretch}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}@media (max-width:1024px){.casino-layout{grid-template-columns:1fr;align-items:flex-start}.casino-media{order:-1}.reservation-grid{grid-template-columns:1fr}.facts-row{flex-direction:column;align-items:flex-start}.facts-row dd{text-align:left}}@media (max-width:768px){.info-grid{grid-template-columns:1fr}.menu-highlight-footer{flex-direction:column;align-items:flex-start}.reservation-actions{flex-direction:column;align-items:stretch}}@media (max-width:480px){.casino-cta{flex-direction:column;align-items:stretch}}

/* responsive polish */
.hero-media-frame {
  aspect-ratio: 4 / 3;
}

.hero-media-overlay {
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.hero-media-overlay > * {
  min-width: 0;
}

.hero-stat {
  max-width: calc(100% - 2.6rem);
  text-align: right;
}

.hero-title,
.hero-kicker,
.hero-media-overlay-title {
  overflow-wrap: anywhere;
}

.casino-card-media img {
  aspect-ratio: 16 / 11;
}

.facts-row dt,
.facts-row dd,
.menu-bullets li {
  min-width: 0;
  overflow-wrap: anywhere;
}

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

@media (max-width: 768px) {
  .hero-media-frame {
    aspect-ratio: 3 / 2;
  }
  .hero-stat {
    padding: 0.45rem 0.65rem;
    background: rgba(15, 23, 42, 0.92);
  }
  .hero-stat-value {
    font-size: 0.85rem;
  }
  .btn {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .hero-media-overlay {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-highlight-footer .btn,
  .reservation-actions .btn {
    width: 100%;
    justify-content: center;
  }
}