/* The interactive carousel replaces the original Guinness hero visual. */
.hero-visual--roulette {
  scroll-margin-top: 78px;
  min-width: 0;
  min-height: 0;
  padding-top: 112px;
  display: flex;
  align-items: center;
  background: #030705;
}
.hero-visual--roulette::after { display: none; }
.hero-roulette-frame {
  flex: none;
  display: block;
  width: 100%;
  height: 800px;
  border: 0;
  color-scheme: dark;
}
@media (max-width: 1100px) {
  .hero-visual--roulette { padding-top: 0; }
}
@media (max-width: 480px) {
  .hero-roulette-frame { height: 950px; }
}
/* Desktop: introduction followed by a full-width roulette row. */
@media (min-width: 1101px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-visual--roulette { grid-column: 1 / -1; padding-top: 0; min-height: 0; }
}
/* Desktop roulette opens in a modal; mobile keeps its inline carousel. */
.roulette-nav-button { display: none; }
.roulette-dialog { width: min(1180px, 94vw); max-width: 94vw; max-height: 90dvh; padding: 44px 0 0; border: 1px solid #268b42; border-radius: 8px; background: #030705; color: #f2eadb; overflow: auto; }
.roulette-dialog::backdrop { background: #000c; backdrop-filter: blur(7px); }
.roulette-dialog-close { position: absolute; top: 4px; right: 10px; width: 36px; height: 36px; border: 0; background: transparent; color: #f2eadb; font-size: 30px; cursor: pointer; }
.roulette-dialog .hero-visual--roulette { display: block; padding: 0; min-height: 0; }
html.roulette-modal-open { overflow: hidden; }
@media (min-width: 1101px) {
  .hero > .hero-visual--roulette { display: none; }
  .site-header nav { align-items: center; gap: clamp(14px, 1.5vw, 28px); margin-left: clamp(20px, 3vw, 64px); }
  .roulette-nav-button { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 8px 10px; border: 1px solid #39bd59; border-radius: 999px; background: #197d32; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
  .roulette-nav-button:hover { background: #249b40; }
  .roulette-nav-button:focus-visible, .roulette-dialog-close:focus-visible { outline: 2px solid #f2eadb; outline-offset: 3px; }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  .site-header { padding-inline: 24px; }
  .site-header nav { gap: 14px; margin-left: 24px; letter-spacing: .02em; }
  .roulette-nav-button { padding-inline: 10px; }
}
