.hero {
  min-height: clamp(580px, 62vw, 820px);
  background-color: #272727;
  background-image: var(--hero-image);
  background-position: center top;
  background-size: cover;
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .08) 72%);
}

.hero__content {
  bottom: 29%;
  align-items: center;
  text-align: center;
}

.hero__content h1 {
  order: 2;
  max-width: none;
}

.hero__brand {
  display: block;
  order: 1;
  margin: 0 0 .85rem;
  color: var(--home-orange, #ff9200);
  font-size: clamp(21px, 1.95vw, 27px);
  letter-spacing: .08em;
}

.hero__eyebrow {
  order: 3;
  max-width: 52rem;
  margin-top: .7rem;
  font-size: clamp(15px, 1.8vw, 23px);
  line-height: 1.35;
}

main {
  overflow: visible;
}

.home-page {
  --home-orange: #ff9200;
  --home-yellow: #ffdc19;
  --home-gray: #5c5c5c;
  --home-ink: #262626;
  --club-accent: var(--home-orange);
  background: #f4f1ec;
  color: #555;
}

/* The home hero begins at the top of the page; keep its header overlay local to home. */
body.page-home .lw-site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background: transparent;
}

body.page-home .lw-site-header .site-menu__item > a {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}

body.page-home .lw-site-header .site-menu__item > a:hover,
body.page-home .lw-site-header .site-menu__item > a:focus-visible {
  color: var(--home-orange);
}

body.page-home .lw-site-header .site-submenu {
  background: #fff;
}

body.page-home .lw-site-header .site-submenu a {
  color: #333;
  text-shadow: none;
}

body.page-home .lw-site-header .site-submenu a:hover,
body.page-home .lw-site-header .site-submenu a:focus-visible {
  color: var(--home-orange);
}

body.page-home .lw-site-header .language-badge {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .28);
}

.home-page h2 {
  margin: .45rem 0 1.75rem;
  color: #000;
  font: 700 clamp(27px, 2.15vw, 31px)/1 Montserrat, Arial, sans-serif;
  letter-spacing: -.48px;
  text-transform: uppercase;
}

.home-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.home-section__label {
  display: flex;
  gap: .8rem;
  margin: 0;
  align-items: center;
  color: var(--home-ink);
  font: 700 .78rem/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .17em;
  justify-content: flex-start;
  text-align: left;
}

.home-section__label::before {
  width: 72px;
  height: 2px;
  background: var(--home-orange);
  content: "";
}

.home-section__label::after {
  display: none;
  width: 72px;
  height: 2px;
  background: var(--home-orange);
  content: "";
}

.home-section__label--featured {
  justify-content: center;
  text-align: center;
}

.home-section__label--featured::after {
  display: block;
}

.home-intro {
  position: relative;
  z-index: 2;
  margin-top: -135px;
  padding-block: 0 clamp(2.5rem, 5vw, 4.5rem);
}

.home-intro__tagline {
  max-width: none;
  margin: 0 0 1.5rem;
  color: #fff;
  font: 700 clamp(.85rem, 1.5vw, 1rem)/1.45 Montserrat, Arial, sans-serif;
  letter-spacing: .08em;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
}

.home-badges .parks-title {
  text-align: center;
}

.club-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  background: #d8d8d8;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.club-fact {
  display: flex;
  min-height: 150px;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  text-align: center;
}

.club-fact__value {
  color: var(--home-ink);
  font: 800 clamp(1.45rem, 3vw, 2.2rem)/1.15 Montserrat, Arial, sans-serif;
}

.club-fact__label {
  max-width: 100%;
  margin-top: .65rem;
  color: #6a6a6a;
  font-size: .9rem;
  overflow-wrap: anywhere;
}

.club-fact__label a {
  display: inline-block;
}

.home-badges {
  background: #f4f1ec;
}

.home-badge-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem);
  margin-top: 1.75rem;
  align-items: stretch;
}

.home-badge-category {
  --category-color: var(--home-yellow);
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--category-color);
  box-shadow: 0 16px 42px rgba(20, 20, 20, .08);
  flex-direction: column;
}

.home-badge-category--national {
  --category-color: var(--home-gray);
}

.home-badge-category--meta {
  --category-color: var(--home-orange);
}

.home-badge-category > img {
  width: auto;
  max-width: 85%;
  height: clamp(230px, 22vw, 300px);
  margin: 1.25rem auto;
  object-fit: contain;
}

.home-badge-category h3 {
  margin: 0;
  padding: 1rem 1.4rem;
  background: #222;
  color: #fff;
  font: 800 .88rem/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.home-badge-category--regional h3,
.home-badge-category--meta h3 {
  background: #5c5c5c;
}

.home-badge-category ul {
  flex: 1;
  margin: 0;
  padding: 1.1rem 1.4rem 1.5rem;
  background: var(--category-color);
  list-style: none;
}

.home-badge-category li a {
  display: block;
  padding: .8rem .25rem;
  color: #fff;
  font: 600 .92rem/1.35 Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.home-badge-category li > span {
  display: block;
  padding: .8rem .25rem;
  color: #fff;
  font: 600 .92rem/1.35 Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.home-badge-category--regional li > span {
  color: #222;
}

.home-badge-category .home-badge-category__separator {
  width: 70%;
  height: 1px;
  margin: 1rem auto;
  padding: 0;
  background: rgba(255, 255, 255, .55);
  list-style: none;
}

.home-badge-category--regional li a,
.home-badge-category--regional li a:hover,
.home-badge-category--regional li a:focus-visible,
.home-badge-category--regional .home-badge-category__plans {
  color: #222;
}

.home-badge-category li a:hover,
.home-badge-category li a:focus-visible {
  color: #fff;
  text-decoration: underline;
  opacity: .82;
}

.home-badge-category__plans {
  margin: 0;
  padding: 0 1.65rem 1.5rem;
  background: var(--category-color);
  color: #fff;
}

.home-feature__grid,
.home-seasons__grid,
.home-membership__grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.home-feature__grid--reverse .home-feature__media {
  order: 2;
}

.home-feature__media img {
  width: min(100%, 560px);
  margin-inline: auto;
  border-radius: 1rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .15);
}

.home-feature__lead {
  margin: 0 0 1.35rem;
  color: var(--home-ink);
  font: 700 clamp(1.12rem, 2vw, 1.45rem)/1.35 Montserrat, Arial, sans-serif;
}

.home-check-list {
  display: grid;
  gap: .55rem;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.home-check-list li::before {
  position: absolute;
  left: 0;
  color: var(--home-orange);
  font-weight: 900;
  content: "✓";
}

.home-page .club-action-button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 1rem;
  padding: .8rem 1.25rem;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--club-accent);
  border-radius: .45rem;
  background: var(--club-accent);
  color: #222;
  font: 700 .9rem/1.25 Montserrat, Arial, sans-serif;
  text-align: center;
}

.home-page .club-action-button:hover {
  border-color: #222;
  background: #222;
  color: #fff;
}

.home-page .club-action-button:focus-visible {
  outline: 3px solid #1d63b5;
  outline-offset: 3px;
}

.home-feature--challenge {
  background: #f4f1ec;
}

.home-seasons {
  background: #263b36;
  color: #f5f5f5;
}

.home-seasons h2,
.home-seasons .home-feature__lead,
.home-seasons .home-section__label {
  color: #fff;
}

.home-seasons h2 {
  color: #fff;
}

.home-seasons__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}

.home-seasons__visual > img {
  width: min(100%, 520px);
  margin-inline: auto;
}

.home-seasons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  margin-top: 1.5rem;
}

.home-seasons__list span {
  padding: .75rem .35rem;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: .3rem;
  color: #fff;
  font: 800 .72rem/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .08em;
  text-align: center;
}

.home-membership {
  background: #fff;
}

.home-membership__grid > img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .14);
}

.home-partners {
  background: #f4f1ec;
}

.partners-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: .75rem;
  margin-top: 2.5rem;
  align-items: center;
}

.partners-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: .75rem;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.partners-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.partners-carousel__track {
  display: flex;
  gap: 1rem;
}

.partners-carousel__item {
  display: flex;
  min-width: 0;
  height: 170px;
  padding: 1.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 3rem) / 4);
  border: 1px solid #e3e3e3;
  border-radius: .75rem;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.partners-carousel__item:hover {
  border-color: var(--home-orange);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.partners-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-carousel__button {
  width: 44px;
  height: 44px;
  padding: 0 0 .18rem;
  border: 0;
  border-radius: 50%;
  background: var(--home-ink);
  color: #fff;
  cursor: pointer;
  font: 400 2rem/1 Arial, sans-serif;
}

.partners-carousel__button:hover,
.partners-carousel__button:focus-visible {
  background: var(--home-orange);
  color: #111;
}

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

  .home-badge-category--meta {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - 2.25rem) / 2));
    margin-inline: auto;
  }

  .partners-carousel__item {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px;
    background-position: center top;
  }

  .hero__content {
    bottom: 36%;
  }

  .club-facts,
  .home-feature__grid,
  .home-seasons__grid,
  .home-membership__grid {
    grid-template-columns: 1fr;
  }

  .home-seasons__visual {
    order: -1;
  }

  .club-fact {
    min-height: 115px;
  }

  .home-feature__grid--reverse .home-feature__media {
    order: 0;
  }

  .home-feature__media img {
    width: min(100%, 480px);
  }

  .partners-carousel__item {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 600px;
    background-position: center top;
  }

  .hero__content {
    bottom: 40%;
    width: min(94%, 980px);
  }

  .hero__content h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .home-intro {
    margin-top: -118px;
  }

  .home-intro__tagline {
    font-size: .78rem;
  }

  .home-badge-columns {
    grid-template-columns: 1fr;
  }

  .home-badge-category--meta {
    grid-column: auto;
    width: 100%;
  }

  .home-seasons__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: .45rem;
  }

  .partners-carousel__button {
    width: 38px;
    height: 38px;
  }

  .partners-carousel__item {
    height: 150px;
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners-carousel__viewport {
    overflow-x: auto;
    scroll-behavior: auto;
  }
}
