:root {
  --ink: #151414;
  --cream: #f2e9d9;
  --orange: #f05023;
  --lime: #d7ec59;
  --blue: #5177cf;
  --sport-blue: #29478e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.siteHeader {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(21, 20, 20, 0.2);
  color: var(--cream);
}

.siteHeader.innerHeader {
  position: relative;
  background: var(--ink);
  border-color: rgba(242, 233, 217, 0.18);
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 82px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.siteHeader .logo {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}

.siteHeader nav {
  display: flex;
  gap: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.siteHeader nav a:hover {
  color: var(--lime);
}

.headerTools,
.headerSocials {
  display: flex;
  align-items: center;
}

.headerTools {
  flex: 0 0 auto;
  gap: 14px;
}

.headerSocials {
  gap: 7px;
}

.socialIcon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 174, 56, 0.52);
  border-radius: 50%;
  background: rgba(245, 174, 56, 0.09);
  color: var(--lime);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.socialIcon:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
  transform: translateY(-2px);
}

.socialIcon svg {
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: currentColor;
}

.socialIcon svg rect,
.socialIcon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.socialIcon svg .socialIconDot {
  fill: currentColor;
  stroke: none;
}

.socialIcon-tripadvisor svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.languages {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
}

.languages button {
  padding: 7px 9px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.languages button.active {
  background: var(--lime);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 820px;
  padding: 185px 5vw 90px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.heroCopy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.sectionNo {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow i,
.button i {
  font-style: normal;
}

.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 8px;
  background: var(--lime);
  vertical-align: middle;
}

.hero h1 {
  max-width: 880px;
  margin: 30px 0;
  font-size: clamp(58px, 7vw, 120px);
  font-weight: 1000;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.hero h1 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}

.intro {
  max-width: 570px;
  color: #c8c0b3;
  font-size: 18px;
  line-height: 1.6;
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 17px 22px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.14);
}

.primary {
  background: var(--lime);
  color: var(--ink);
}

.ghost {
  border: 1px solid #777;
}

.dark {
  background: var(--ink);
  color: white;
}

.heroArt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.arch {
  position: relative;
  width: min(30vw, 410px);
  height: 520px;
  overflow: hidden;
  border-radius: 210px 210px 0 0;
  background: linear-gradient(#f7985c 0 44%, #f16b37 44% 48%, #434b75 48% 55%, #171825 55%);
  box-shadow: 0 0 0 18px #272524, 0 0 0 19px #4d4944;
}

.horizon {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 45%;
  background: repeating-linear-gradient(174deg, transparent 0 22px, rgba(242, 233, 217, 0.17) 23px 24px);
}

.glass {
  position: absolute;
  bottom: 45px;
  left: 28%;
  width: 48%;
  height: 260px;
  border-right: 8px solid #eee3d0;
  border-left: 8px solid #eee3d0;
  background: linear-gradient(transparent 14%, #d9dd5b 15% 70%, transparent 71%);
  clip-path: polygon(4% 0, 96% 0, 75% 80%, 58% 80%, 58% 100%, 79% 100%, 79% 108%, 20% 108%, 20% 100%, 42% 100%, 42% 80%, 25% 80%);
}

.glass i {
  position: absolute;
  top: -27px;
  right: -35px;
  width: 75px;
  height: 75px;
  border: 14px solid #f39428;
  border-left-color: transparent;
  border-radius: 50%;
}

.glass span {
  position: absolute;
  bottom: 56px;
  left: 40%;
  color: #d83225;
  font-size: 34px;
}

.palm {
  position: absolute;
  top: 65px;
  right: 15px;
  color: #251b18;
  font-size: 90px;
  transform: rotate(25deg);
}

.openBadge {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px var(--ink), 0 0 0 6px var(--lime);
  color: var(--ink);
  text-align: center;
  transform: rotate(8deg);
}

.openBadge b {
  font-size: 13px;
  text-transform: uppercase;
}

.openBadge span {
  font-family: Georgia, serif;
  font-style: italic;
}

.sun {
  position: absolute;
  border: 1px solid rgba(242, 233, 217, 0.08);
  border-radius: 50%;
}

.sunOne {
  top: -140px;
  right: -120px;
  width: 600px;
  height: 600px;
}

.sunTwo {
  top: -240px;
  right: -220px;
  width: 800px;
  height: 800px;
}

.scroll {
  position: absolute;
  bottom: 40px;
  left: 5vw;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 2px;
}

.scroll span {
  color: var(--lime);
  font-size: 20px;
}

.marquee {
  position: relative;
  z-index: 3;
  margin-top: -9px;
  padding: 14px 0;
  overflow: hidden;
  background: var(--orange);
  transform: rotate(-1deg);
}

.marquee div {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  white-space: nowrap;
  word-spacing: 15px;
}

.vibe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 130px 8vw;
}

.sectionNo {
  color: #7f7669;
}

.vibe h2,
.sectionHead h2,
.events h2,
.sport h2,
.find h2,
.menuPlaceholder h2 {
  margin: 25px 0;
  font-size: clamp(44px, 5.2vw, 78px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.largeBody {
  margin-top: 40px;
  font: italic 28px/1.45 Georgia, serif;
}

.drinks {
  padding: 120px 5vw;
  background: var(--ink);
  color: var(--cream);
}

.sectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sectionHead > p {
  max-width: 280px;
  color: #aaa;
}

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

.drinkCard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(247, 235, 207, 0.16);
  background: #0e0f0e;
  color: var(--cream);
}

.drinkCard::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 12, 11, 0.02) 22%, rgba(11, 12, 11, 0.34) 56%, rgba(11, 12, 11, 0.94) 100%);
  content: "";
}

.drinkCard::after {
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(247, 235, 207, 0.2);
  content: "";
  pointer-events: none;
}

.drinkPhoto {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.aiImageLabel {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 22, 18, 0.25);
  border-radius: 999px;
  background: #f7ebcf;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.28);
  color: #171612;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.drinkCard:hover .drinkPhoto {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}

.drinkCardCopy {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 34px;
}

.drinkCard small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(247, 235, 207, 0.46);
  background: rgba(21, 20, 20, 0.42);
  backdrop-filter: blur(8px);
  font-size: 10px;
  letter-spacing: 2px;
}

.drinkCard h3 {
  max-width: 330px;
  margin: 16px 0 12px;
  font-size: clamp(28px, 2.5vw, 39px);
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.65);
}

.drinkCard p {
  max-width: 320px;
  margin: 0;
  color: rgba(247, 235, 207, 0.86);
  font-size: 14px;
  line-height: 1.55;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
}

.events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 130px 8vw;
}

.eventList > div {
  display: grid;
  grid-template-columns: 50px 1fr 40px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #aaa;
}

.eventList span {
  font-size: 10px;
}

.eventList b {
  font-size: 26px;
}

.eventList em {
  color: var(--orange);
  font-size: 28px;
}

.sport {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.7fr);
  align-items: start;
  gap: clamp(42px, 5vw, 92px);
  padding: 120px 5vw;
  overflow: hidden;
  background: var(--sport-blue);
  color: var(--cream);
}

.sport::before,
.sport::after {
  position: absolute;
  border: 1px solid rgba(242, 233, 217, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.sport::before {
  top: -260px;
  left: -260px;
  width: 620px;
  height: 620px;
}

.sport::after {
  right: -180px;
  bottom: -320px;
  width: 700px;
  height: 700px;
}

.sportIntro,
.sportPanel {
  position: relative;
  z-index: 1;
}

.sportIntro {
  position: sticky;
  top: 32px;
}

.sport .sectionNo {
  color: rgba(242, 233, 217, 0.62);
}

.livePill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(242, 233, 217, 0.5);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.livePill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(240, 80, 35, 0.2);
}

.sportIntro > p:last-child {
  max-width: 520px;
  color: rgba(242, 233, 217, 0.78);
  font: italic 21px/1.55 Georgia, serif;
}

.sportPanel {
  display: grid;
  gap: 18px;
}

.panelEyebrow,
.otherSports > strong {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sportLeagues {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.leagueCard {
  --league-accent: var(--lime);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  border-top: 6px solid var(--league-accent);
  background: var(--cream);
  color: var(--ink);
}

.leagueCard::before {
  position: absolute;
  top: -48px;
  right: -42px;
  width: 142px;
  height: 142px;
  border: 27px solid color-mix(in srgb, var(--league-accent) 20%, transparent);
  border-radius: 50%;
  content: "";
}

.leagueAccent-sun { --league-accent: #f5ae38; }
.leagueAccent-ember { --league-accent: #c86423; }
.leagueAccent-violet { --league-accent: #76548f; }
.leagueAccent-coral { --league-accent: #dd6948; }
.leagueAccent-azure { --league-accent: #4e89b8; }
.leagueAccent-navy { --league-accent: #334d71; }
.leagueAccent-midnight { --league-accent: #454d83; }
.leagueAccent-orange { --league-accent: #ed842c; }
.leagueAccent-green { --league-accent: #5f8c4e; }
.leagueAccent-gold { --league-accent: #d8a72e; }
.leagueAccent-wine { --league-accent: #8c3b42; }
.leagueAccent-blue { --league-accent: #3275a8; }

.leagueNo {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 18px;
  font-family: Georgia, serif;
  font-size: 36px;
  font-style: italic;
  opacity: 0.25;
}

.leagueCard small {
  position: relative;
  z-index: 1;
  padding-right: 48px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.leagueCard h3 {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 38px 0 16px;
  font-size: clamp(23px, 1.65vw, 30px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.leagueList {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.leagueList li {
  padding: 8px 0;
  border-top: 1px solid rgba(32, 34, 34, 0.14);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.otherSports {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(247, 235, 207, 0.2);
  background: rgba(247, 235, 207, 0.08);
}

.sportChipList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.sportChip {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border-left: 4px solid var(--lime);
  background: var(--cream);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.providerBoard {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(247, 235, 207, 0.2);
  background: rgba(16, 18, 16, 0.25);
}

.providerCopy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.providerCopy strong {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.providerCopy span {
  color: rgba(247, 235, 207, 0.68);
  font-size: 11px;
  line-height: 1.45;
}

.providerList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.providerBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 1;
  text-align: center;
}

.providerSky { background: linear-gradient(105deg, #0077c8 0%, #662d91 52%, #df137d 100%); }
.providerDazn { background: #111; color: #f7ebcf; box-shadow: inset 0 0 0 1px rgba(247, 235, 207, 0.42); }
.providerPrime { background: #119bd1; color: #102531; }
.providerRtl { background: #d80072; }
.providerMagenta { background: #e20074; }
.providerMovistar { background: #0799d3; color: #082a38; }
.providerEurosport { background: #fff; color: #17234c; }
.providerBein { background: #5a2a82; }
.providerSportdigital { background: #f2b52a; color: #171717; }

.leagueCard:hover {
  transform: translateY(-3px);
  transition: transform 180ms ease;
}

.sportNote {
  margin: 0;
  color: rgba(242, 233, 217, 0.66);
  font-size: 11px;
  letter-spacing: 0.6px;
}

.find {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 590px;
}

.mapPattern {
  display: grid;
  place-items: center;
  background-color: #5673ba;
  background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%), linear-gradient(150deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%);
  background-size: 80px 140px;
}

.mapPattern span {
  display: grid;
  place-items: center;
  width: 115px;
  height: 115px;
  border: 12px solid var(--cream);
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  color: var(--cream);
  font-size: 55px;
  font-weight: 1000;
  transform: rotate(-45deg);
}

.findCopy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 100px 7vw;
  background: var(--orange);
}

.findCopy p:not(.sectionNo) {
  max-width: 450px;
  font: italic 21px/1.5 Georgia, serif;
}

.findCopy .button {
  margin-top: 24px;
}

.menuPage {
  min-height: 70vh;
}

.menuHero {
  position: relative;
  padding: 115px 8vw 105px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.menuHero::after {
  position: absolute;
  top: -210px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(242, 233, 217, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(242, 233, 217, 0.025), 0 0 0 160px rgba(242, 233, 217, 0.02);
  content: "";
}

.menuHero h1 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 30px 0 20px;
  color: var(--orange);
  font-size: clamp(68px, 10vw, 150px);
  font-weight: 1000;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.menuHero > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #c8c0b3;
  font: italic 24px/1.5 Georgia, serif;
}

.menuContent {
  padding: 90px 8vw 120px;
}

.menuEditorContent,
.menuPlaceholder {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.menuEditorContent {
  font-size: 18px;
  line-height: 1.65;
}

.menuEditorContent h2,
.menuEditorContent h3 {
  margin-top: 1.5em;
  letter-spacing: -0.04em;
  line-height: 1;
}

.menuEditorContent h2 {
  font-size: clamp(40px, 6vw, 74px);
}

.menuEditorContent h3 {
  font-size: clamp(28px, 4vw, 45px);
}

.menuEditorContent figure,
.menuEditorContent .wp-block-image,
.menuEditorContent .wp-block-gallery {
  margin: 42px 0;
}

.menuEditorContent img {
  display: block;
  width: 100%;
  box-shadow: 14px 14px 0 var(--orange);
}

.menuEditorContent .wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 35px 0;
  padding: 28px;
  background: var(--ink);
  color: var(--cream);
}

.menuEditorContent .wp-block-file__button {
  padding: 14px 18px;
  border-radius: 0;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menuEditorContent iframe,
.menuEditorContent embed {
  width: 100%;
  min-height: 75vh;
  border: 0;
}

.menuPlaceholder {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 470px;
  padding: 60px;
  border: 2px dashed rgba(21, 20, 20, 0.28);
  text-align: center;
}

.menuPlaceholderIcon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--lime);
  font-family: Georgia, serif;
  font-size: 50px;
}

.menuPlaceholder h2 {
  max-width: 760px;
}

.menuPlaceholder > p:not(.sectionNo) {
  max-width: 590px;
  margin: 0 0 28px;
  font: italic 21px/1.5 Georgia, serif;
}

.siteFooter {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 42px;
  padding: 50px 5vw;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.siteFooter .logo {
  width: 104px;
}

.footerBrand,
.footerLinks,
.footerExternal {
  display: flex;
  align-items: center;
}

.footerBrand {
  gap: 24px;
}

.footerBrandCopy {
  display: grid;
  gap: 7px;
}

.footerBrand p {
  max-width: 290px;
  margin: 0;
  color: rgba(242, 233, 217, 0.72);
  line-height: 1.55;
}

.footerBrand .themeCopyright {
  color: rgba(242, 233, 217, 0.58);
  font-size: 10px;
  letter-spacing: 0.25px;
  text-transform: none;
}

.footerLinks,
.footerExternal {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 20px;
}

.footerLinks a,
.footerExternal a {
  border-bottom: 1px solid rgba(242, 233, 217, 0.28);
  padding-bottom: 4px;
}

.footerLinks a:hover,
.footerExternal a:hover {
  border-color: var(--lime);
  color: var(--lime);
}

.legalPage {
  min-height: 70vh;
  background: #f1e2c4;
}

.legalHero {
  position: relative;
  padding: 105px 8vw 92px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.legalHero::after {
  position: absolute;
  top: -260px;
  right: -145px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(242, 233, 217, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(242, 233, 217, 0.022), 0 0 0 180px rgba(242, 233, 217, 0.018);
  content: "";
}

.legalHero > * {
  position: relative;
  z-index: 1;
}

.legalHero h1 {
  max-width: 1100px;
  margin: 28px 0 24px;
  color: var(--orange);
  font-size: clamp(62px, 9vw, 138px);
  font-weight: 1000;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.legalIntro {
  max-width: 760px;
  margin: 0;
  color: #c8c0b3;
  font: italic 23px/1.55 Georgia, serif;
}

.legalUpdated {
  margin: 34px 0 0;
  color: rgba(242, 233, 217, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.legalContent {
  width: min(100% - 10vw, 1280px);
  margin: 0 auto;
  padding: 48px 0 120px;
}

.legalSection {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  padding: 54px 0;
  border-top: 1px solid rgba(21, 20, 20, 0.25);
}

.legalNumber {
  color: var(--orange);
  font: italic 30px/1 Georgia, serif;
}

.legalSection > div {
  max-width: 880px;
}

.legalSection h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.legalSection p,
.legalSection li {
  font-size: 16px;
  line-height: 1.7;
}

.legalSection p {
  margin: 0 0 16px;
}

.legalSection ul {
  margin: 22px 0 0;
  padding-left: 22px;
}

.legalSection li + li {
  margin-top: 12px;
}

.legalDetails {
  margin: 24px 0 0;
  border-top: 1px solid rgba(21, 20, 20, 0.2);
}

.legalDetails > div {
  display: grid;
  grid-template-columns: minmax(140px, 0.3fr) minmax(0, 0.7fr);
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(21, 20, 20, 0.14);
}

.legalDetails dt {
  color: #71685c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.legalDetails dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.legalDetails a,
.legalSection p a {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 4px;
}

.legalActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.legalActions a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(21, 20, 20, 0.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.legalActions a:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}

.legalStatus > div {
  padding: 28px;
  border-left: 6px solid var(--lime);
  background: rgba(245, 174, 56, 0.14);
}

.legalStatus-notice > div {
  border-left-color: var(--orange);
  background: rgba(200, 100, 35, 0.11);
}

.legalReset {
  margin-top: 12px;
  border: 0;
  cursor: pointer;
}

.legalLang {
  display: none;
}

html[lang^="en"] .legalLang[data-legal-lang="en"],
html[lang^="de"] .legalLang[data-legal-lang="de"],
html[lang^="es"] .legalLang[data-legal-lang="es"] {
  display: block;
}

@media (max-width: 1080px) {
  .siteHeader nav {
    gap: 11px;
    font-size: 9px;
  }

  .headerTools {
    gap: 9px;
  }

  .sport {
    gap: 4vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .sportLeagues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leagueCard {
    padding: 20px;
  }

  .providerBoard {
    grid-template-columns: 1fr;
  }

  .sportChipList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .siteHeader nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 150px;
  }

  .heroArt {
    min-height: 460px;
  }

  .arch {
    width: 310px;
    height: 430px;
  }

  .vibe,
  .events,
  .sport {
    grid-template-columns: 1fr;
    padding: 90px 7vw;
  }

  .sportIntro {
    position: relative;
    top: auto;
  }

  .largeBody {
    margin-top: 0;
  }

  .drinkGrid {
    grid-template-columns: 1fr;
  }

  .drinkCard {
    min-height: 520px;
  }

  .sectionHead {
    align-items: flex-start;
    flex-direction: column;
  }

  .find {
    grid-template-columns: 1fr;
  }

  .mapPattern {
    min-height: 390px;
  }

  .menuHero {
    padding: 90px 7vw;
  }

  .siteFooter {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footerBrand,
  .footerLinks,
  .footerExternal {
    justify-content: center;
  }

  .legalHero {
    padding: 90px 7vw 80px;
  }

  .legalContent {
    width: min(100% - 14vw, 1280px);
  }
}

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

  .leagueCard {
    min-height: 230px;
  }

  .leagueCard h3 {
    font-size: 22px;
  }

  .providerBadge {
    flex: 1 1 126px;
  }

  .sportChipList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .sportLeagues {
    grid-template-columns: 1fr;
  }

  .leagueCard {
    min-height: 220px;
  }
}

@media (max-width: 520px) {
  .siteHeader {
    height: 78px;
    padding: 0 20px;
  }

  .siteHeader .logo {
    width: 62px;
  }

  .hero {
    padding: 130px 20px 80px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .intro {
    font-size: 16px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .heroArt {
    min-height: 390px;
    margin-top: 30px;
  }

  .arch {
    width: 250px;
    height: 360px;
  }

  .openBadge {
    width: 94px;
    height: 94px;
  }

  .vibe,
  .drinks,
  .events,
  .sport,
  .menuContent {
    padding: 80px 22px;
  }

  .vibe h2,
  .sectionHead h2,
  .events h2,
  .sport h2,
  .find h2,
  .menuPlaceholder h2 {
    font-size: 43px;
  }

  .largeBody {
    font-size: 23px;
  }

  .findCopy {
    padding: 80px 25px;
  }

  .languages button {
    padding: 6px 7px;
  }

  .headerTools {
    gap: 7px;
  }

  .headerSocials {
    gap: 4px;
  }

  .socialIcon {
    width: 30px;
    height: 30px;
  }

  .menuHero {
    padding: 75px 22px 80px;
  }

  .menuHero h1 {
    font-size: 65px;
  }

  .menuPlaceholder {
    min-height: 420px;
    padding: 45px 22px;
  }

  .menuEditorContent .wp-block-file {
    align-items: flex-start;
    flex-direction: column;
  }

  .legalHero {
    padding: 75px 22px 72px;
  }

  .legalHero h1 {
    font-size: 56px;
  }

  .legalIntro {
    font-size: 19px;
  }

  .legalContent {
    width: calc(100% - 44px);
    padding-bottom: 80px;
  }

  .legalSection {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 42px 0;
  }

  .legalNumber {
    font-size: 22px;
  }

  .legalDetails > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .legalActions {
    align-items: stretch;
    flex-direction: column;
  }

  .legalActions a {
    justify-content: space-between;
  }

  .legalStatus > div {
    padding: 22px;
  }

  .footerBrand {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
