:root {
  --background: #f7faf9;
  --surface: #ffffff;
  --surface-soft: #f0f7f5;
  --ink: #080b0d;
  --muted: #485552;
  --line: #dfe8e5;
  --green: #08723f;
  --green-dark: #045c31;
  --green-soft: #e8f5ef;
  --footer: #071f25;
  --star: #e4a51b;
  --radius: 8px;
  --shadow: 0 20px 45px rgb(20 35 32 / 10%);
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--font-body);
}

button,
input,
textarea,
select {
  font: inherit;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title {
  font-family: var(--font-heading);
}

p,
li,
a,
span,
button,
input,
textarea,
select,
label {
  font-family: var(--font-body);
}

.bi {
  display: inline-block;
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  min-height: 98px;
  padding: 22px clamp(22px, 5vw, 64px);
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--green);
  border: 3px solid var(--green);
  border-radius: 50%;
}

.brand__mark .bi {
  font-size: 24px;
}

.brand strong {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(22px, 4vw, 48px);
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--green);
  cursor: pointer;
}

.menu-toggle .bi {
  font-size: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.button--primary {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 12px 24px rgb(8 114 63 / 18%);
}

.button--primary:hover {
  background: var(--green-dark);
}

.button--ghost {
  padding-inline: 8px;
  color: var(--ink);
  background: transparent;
}

.button--outline {
  width: 100%;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.button--small {
  width: fit-content;
  min-height: 46px;
  margin-top: 24px;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 28%, rgb(8 114 63 / 6%), transparent 25%),
    #f7faf9;
  border-bottom: 1px solid var(--line);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 430px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 4vw, 50px) clamp(28px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 555px;
  margin: 18px 0 0;
  color: #141c1a;
  font-size: clamp(18px, 1.9vw, 21px);
  line-height: 1.45;
}

.hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 640px;
  margin-top: 28px;
}

.hero__benefits span {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  color: #24312f;
  font-size: 14px;
  line-height: 1.25;
}

.hero__benefits .bi {
  color: var(--green);
  font-size: 30px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

.hero__media {
  position: relative;
  min-height: 100%;
  background: var(--background);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 8%), transparent 38%);
  pointer-events: none;
}

.hero__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 62% center;
}

.sports-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(86px, 1fr));
  padding-inline: clamp(18px, 5vw, 64px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.sports-strip a {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 86px;
  color: #111817;
  font-size: 14px;
  font-weight: 700;
}

.sports-strip span {
  min-height: 28px;
  font-size: 24px;
  line-height: 1;
}

.section,
.mundial-cta,
.owner-cta,
.why,
.faq,
.newsletter {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.section {
  padding-top: 66px;
}

.section--featured {
  padding-top: 74px;
}

.section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section__header .eyebrow {
  margin-bottom: 16px;
}

.section h2,
.section-title,
.mundial-cta h2,
.owner-cta h2,
.why h2,
.faq h2,
.newsletter h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: 0;
}

.section__header > a {
  text-transform: uppercase;
}

.section__header > a {
  font-size: 14px;
  font-weight: 900;
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 64px);
}

.featured-card__image,
.restaurant-card__image,
.zone-card {
  position: relative;
  overflow: hidden;
  background: #dde5e2;
}

.featured-card__image {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.featured-card__image img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
}

.featured-carousel {
  isolation: isolate;
}

.featured-carousel__track {
  display: flex;
  transition: transform 260ms ease;
}

.featured-carousel__track img {
  flex: 0 0 100%;
  aspect-ratio: 1.23;
}

.featured-carousel__track img:nth-child(1) {
  object-position: center 54%;
}

.featured-carousel__track img:nth-child(2) {
  object-position: center 48%;
}

.featured-carousel__track img:nth-child(3) {
  object-position: center 52%;
}

.featured-carousel__track img:nth-child(4) {
  object-position: center 72%;
}

.featured-carousel__track img:nth-child(5) {
  object-position: center 52%;
}

.featured-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  color: var(--green);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}

.featured-carousel__button:hover {
  background: rgb(255 255 255 / 84%);
  color: var(--green-dark);
}

.featured-carousel__button--prev {
  left: 12px;
}

.featured-carousel__button--next {
  right: 12px;
}

.featured-carousel__dots {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 7px;
  border-radius: 999px;
  background: rgb(0 0 0 / 18%);
}

.featured-carousel__dots button {
  width: 7px;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 48%);
  cursor: pointer;
}

.featured-carousel__dots button[aria-current="true"] {
  width: 17px;
  border-radius: 999px;
  background: #ffffff;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  background: #74bd9a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-card h3 {
  margin: 18px 0 0;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

.featured-card__content > p:not(.meta) {
  max-width: 560px;
  margin: 26px 0 0;
  color: #273330;
  font-size: 18px;
  line-height: 1.5;
}

.featured-card__content > .featured-card__seo-copy {
  margin-top: 14px;
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 18px 0 0;
  color: #273330;
  font-size: 15px;
}

.stars {
  color: var(--star);
  letter-spacing: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 5px;
  background: #f1f5f4;
  color: #2e3937;
  font-size: 13px;
  line-height: 1;
}

.tags .bi {
  color: var(--green);
  font-size: 14px;
}

.section-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.restaurants-section .section-title {
  margin-bottom: 42px;
}

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

.restaurant-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgb(18 34 31 / 8%);
}

.restaurant-card__image img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
}

.restaurant-card__content {
  padding: 20px;
}

.restaurant-card h3 {
  min-height: 48px;
  margin: 0;
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: 0;
}

.restaurant-card__content > p:first-of-type {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.restaurant-card .meta {
  font-size: 13px;
}

.restaurant-card .button {
  margin-top: 22px;
}

.mundial-cta {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 56px;
  padding: 38px 44px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgb(7 31 37 / 94%), rgb(4 92 49 / 88%)),
    #071f25;
  color: #ffffff;
}

.mundial-cta .eyebrow {
  margin-bottom: 14px;
  color: #93e1b8;
}

.mundial-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 86%);
  font-size: 18px;
  line-height: 1.5;
}

.owner-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
  padding: 38px 58px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 25%, rgb(8 114 63 / 10%), transparent 22%),
    linear-gradient(90deg, #edf8f3, #f4fbf8);
}

.owner-cta__icon {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  color: var(--green);
}

.owner-cta__icon .bi {
  font-size: 58px;
}

.owner-cta p {
  max-width: 560px;
  margin: 8px 0 0;
  color: #273330;
  font-size: 18px;
  line-height: 1.45;
}

.champions-section {
  padding-top: 70px;
}

.champions-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1fr);
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgb(7 31 37 / 94%), rgb(4 92 49 / 88%)),
    #071f25;
  box-shadow: var(--shadow);
  color: #ffffff;
}

.champions-card__image {
  overflow: hidden;
  height: 100%;
  min-height: 324px;
  background: #06162d;
}

.champions-card__image img {
  width: 100%;
  height: 100%;
  min-height: 324px;
  object-fit: cover;
  object-position: 42% center;
  transform: none;
}

.champions-card__content {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
}

.champions-card__kicker {
  margin: 0 0 10px;
  color: #93e1b8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.champions-card h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.03;
  letter-spacing: 0;
}

.champions-card__content > p:not(.champions-card__kicker) {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.champions-tournaments {
  display: grid;
  grid-template-columns: repeat(5, minmax(74px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  margin-top: clamp(24px, 3.2vw, 38px);
}

.champions-tournaments article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  text-align: center;
}

.champions-tournaments img {
  width: min(100%, 66px);
  height: 66px;
  object-fit: contain;
}

.champions-card .button {
  gap: 10px;
  min-height: 52px;
  margin-top: clamp(24px, 3vw, 34px);
  padding-inline: 28px;
  color: var(--green);
  background: #ffffff;
  box-shadow: none;
}

.champions-card .button:hover {
  color: #ffffff;
  background: var(--green-dark);
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.zone-card {
  min-height: 155px;
  border-radius: var(--radius);
  color: #ffffff;
  box-shadow: 0 12px 24px rgb(18 34 31 / 10%);
}

.zone-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgb(0 0 0 / 78%));
}

.zone-card img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.zone-card:hover img {
  transform: scale(1.04);
}

.zone-card span {
  position: absolute;
  left: 20px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  font-size: 13px;
}

.zone-card strong {
  font-size: 22px;
  line-height: 1;
}

.premier-section {
  padding-top: 76px;
}

.premier-container {
  display: grid;
  gap: clamp(36px, 5vw, 52px);
}

.premier-main {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: stretch;
  gap: clamp(38px, 5vw, 70px);
}

.premier-content {
  min-width: 0;
}

.premier-section .section-kicker {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.premier-section h2 {
  max-width: 720px;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.08;
}

.premier-description {
  max-width: 610px;
  margin: 24px 0 0;
  color: #141c1a;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.48;
}

.premier-teams {
  position: relative;
  overflow: hidden;
  margin-top: clamp(34px, 4vw, 46px);
  padding-block: 2px;
  mask-image: linear-gradient(90deg, transparent, #000000 7%, #000000 93%, transparent);
}

.premier-teams-track {
  display: flex;
  gap: clamp(16px, 2vw, 22px);
  width: max-content;
  animation: premier-carousel 52s linear infinite;
}

.premier-teams:hover .premier-teams-track {
  animation-play-state: paused;
}

.premier-card {
  display: grid;
  grid-template-rows: 104px auto;
  flex: 0 0 clamp(138px, 11vw, 164px);
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 168px;
  padding: 12px 8px;
  border: 0;
  background: transparent;
  text-align: center;
}

.premier-card img {
  width: min(100%, 112px);
  height: 104px;
  object-fit: contain;
}

.premier-card h3 {
  max-width: 100%;
  min-width: 0;
  margin: 14px 0 0;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.18;
  overflow-wrap: break-word;
  text-wrap: balance;
}

@keyframes premier-carousel {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(8px, 1vw, 11px)));
  }
}

.premier-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dde5e2;
  box-shadow: var(--shadow);
}

.premier-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premier-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(223 232 229 / 68%);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 14px 34px rgb(18 34 31 / 7%);
}

.premier-benefit {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 24px clamp(20px, 3vw, 42px);
  background: rgb(255 255 255 / 76%);
}

.premier-benefit span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--green);
}

.premier-benefit .bi {
  font-size: 32px;
}

.premier-benefit h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

.premier-benefit p {
  margin: 7px 0 0;
  color: #34413e;
  font-size: 14px;
  line-height: 1.4;
}

.why,
.newsletter {
  margin-top: 58px;
  padding: 38px 44px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #f4f9f7, #f7fbfa);
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
  margin-top: 42px;
}

.why article span {
  display: block;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
}

.why__icon .bi {
  font-size: 34px;
}

.why h3 {
  margin: 22px 0 0;
  font-size: 20px;
}

.why p {
  margin: 14px 0 0;
  color: #34413e;
  font-size: 15px;
  line-height: 1.55;
}

.faq {
  margin-top: 58px;
  padding: 42px 44px;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 35px rgb(20 35 32 / 8%);
}

.faq .eyebrow {
  margin-bottom: 14px;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.faq h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.faq p {
  margin: 14px 0 0;
  color: #34413e;
  font-size: 15px;
  line-height: 1.55;
}

.faq p a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  align-items: center;
  gap: 42px;
  margin-bottom: 0;
}

.newsletter p {
  max-width: 560px;
  margin: 10px 0 0;
  color: #34413e;
  font-size: 16px;
  line-height: 1.5;
}

.newsletter__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}

.newsletter input {
  min-width: 0;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: var(--ink);
  outline: 0;
}

.newsletter input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgb(8 114 63 / 12%);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(140px, 0.7fr));
  gap: clamp(34px, 7vw, 90px);
  margin-top: 0;
  padding: 42px clamp(24px, 5vw, 64px) 24px;
  background:
    radial-gradient(circle at 20% 10%, rgb(17 92 57 / 26%), transparent 26%),
    var(--footer);
  color: #ffffff;
}

.brand--footer {
  color: #ffffff;
}

.brand--footer .brand__mark {
  color: #ffffff;
  border-color: #ffffff;
}

.site-footer__brand p {
  max-width: 330px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  line-height: 1.5;
}

.site-footer h2 {
  margin: 0 0 22px;
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  width: fit-content;
  margin-top: 14px;
  color: rgb(255 255 255 / 86%);
  font-size: 15px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(255 255 255 / 13%);
  font-weight: 800;
}

.site-footer__copy {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    flex-wrap: wrap;
  }

  .site-header__button {
    justify-self: end;
  }

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

  .hero__content {
    min-height: auto;
  }

  .hero__media {
    min-height: 300px;
    clip-path: none;
  }

  .hero__media img {
    min-height: 300px;
  }

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

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

  .premier-main {
    grid-template-columns: 1fr;
  }

  .premier-image {
    min-height: 420px;
  }

  .premier-card {
    flex-basis: 154px;
  }

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

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    min-height: auto;
    padding: 16px 18px;
  }

  .site-header__button {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    grid-column: auto;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding-inline: 18px;
    background: rgb(255 255 255 / 98%);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgb(8 14 13 / 12%);
    opacity: 0;
    pointer-events: none;
    transition: max-height 180ms ease, opacity 180ms ease, padding-block 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  .site-header.is-menu-open .site-nav {
    max-height: 340px;
    padding-block: 8px 14px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-nav a {
    min-height: 46px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .brand strong {
    font-size: 18px;
  }

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

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .button--ghost {
    justify-content: flex-start;
    min-height: 42px;
  }

  .sports-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-inline: 10px;
    scroll-padding-inline: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sports-strip::-webkit-scrollbar {
    display: none;
  }

  .sports-strip a {
    flex: 0 0 112px;
    min-height: 92px;
    scroll-snap-align: start;
  }

  .champions-card,
  .featured-card,
  .mundial-cta,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .champions-card__image,
  .champions-card__image img {
    height: 260px;
    min-height: 260px;
  }

  .champions-card__image img {
    object-position: 42% top;
  }

  .mundial-cta .button {
    width: 100%;
  }

  .owner-cta {
    grid-template-columns: auto 1fr;
    padding: 30px;
  }

  .owner-cta .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .premier-teams {
    mask-image: linear-gradient(90deg, transparent, #000000 5%, #000000 95%, transparent);
  }

  .premier-card {
    flex-basis: 146px;
  }

  .premier-benefits {
    grid-template-columns: 1fr;
  }

  .premier-benefit {
    padding: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 18px;
  }

  .brand__mark {
    width: 38px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 40px);
  }

  .hero__content {
    padding: 34px 18px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__media,
  .hero__media img {
    min-height: 190px;
  }

  .sports-strip {
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  .sports-strip a {
    flex-basis: 108px;
  }

  .section,
  .mundial-cta,
  .owner-cta,
  .why,
  .faq,
  .newsletter {
    width: min(100% - 28px, 1320px);
  }

  .section {
    padding-top: 46px;
  }

  .champions-section {
    padding-top: 46px;
  }

  .champions-card__content {
    padding: 26px 20px 28px;
  }

  .champions-card__image,
  .champions-card__image img {
    height: 210px;
    min-height: 210px;
  }

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

  .champions-tournaments img {
    height: 58px;
  }

  .champions-card .button {
    width: 100%;
    padding-inline: 18px;
  }

  .premier-section {
    padding-top: 52px;
  }

  .premier-section h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .premier-description {
    font-size: 18px;
  }

  .premier-card {
    min-height: 184px;
    padding: 22px 12px 18px;
    flex-basis: 136px;
  }

  .premier-image {
    min-height: 280px;
  }

  .premier-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

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

  .zones-grid,
  .why__grid,
  .faq__grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .restaurant-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 8px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .restaurant-grid::-webkit-scrollbar {
    display: none;
  }

  .restaurant-card {
    flex: 0 0 calc(80% - 13px);
    scroll-snap-align: start;
  }

  .restaurant-card h3 {
    min-height: auto;
  }

  .owner-cta,
  .why,
  .faq,
  .mundial-cta,
  .newsletter {
    padding: 26px 20px;
  }

  .owner-cta {
    grid-template-columns: 1fr;
  }

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

  .newsletter__form .button {
    width: 100%;
  }

  .site-footer__copy {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premier-teams {
    overflow-x: auto;
    mask-image: none;
  }

  .premier-teams-track {
    animation: none;
  }
}
