@charset "UTF-8";
#utah-homepage {
  /* =============================================================================
     Utah Fun Activities – Homepage Styles
     ============================================================================= */
  /* Shared layout
     ============================================================================= */
}
#utah-homepage .utah-homepage {
  background: #f8f7fc;
}
#utah-homepage .utah-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
#utah-homepage .utah-section {
  padding: 56px 0;
}
#utah-homepage .utah-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
#utah-homepage .utah-section__title {
  font-size: 26px;
  font-weight: 800;
  color: var(--utah-dark, #1a1a2e);
  margin: 0 0 28px;
  line-height: 1.2;
}
#utah-homepage .utah-section__header .utah-section__title {
  margin-bottom: 0;
}
#utah-homepage {
  /* Inline lang toggle in section headers */
}
#utah-homepage .utah-lang-inline {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #888;
}
#utah-homepage .utah-lang-inline__opt--active {
  color: var(--utah-dark, #1a1a2e);
  font-weight: 700;
}
#utah-homepage {
  /* =============================================================================
     Hero Section
     ============================================================================= */
}
#utah-homepage .utah-hero {
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
}
#utah-homepage .utah-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#utah-homepage .utah-hero__mountain-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  pointer-events: none;
}
#utah-homepage .utah-hero__mountain {
  position: absolute;
  bottom: -20px;
  display: block;
  height: 120px;
}
#utah-homepage .utah-hero__mountain--left {
  left: 20px;
  width: 420px;
}
#utah-homepage .utah-hero__mountain--right {
  right: 20px;
  width: 320px;
}
#utah-homepage .utah-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 240px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#utah-homepage .utah-hero__headline {
  font-size: 56px !important;
  font-weight: 900;
  color: #fff !important;
  line-height: 1.1;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.7);
}
#utah-homepage .utah-hero__subheadline {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.7);
}
#utah-homepage {
  /* Search bar
     ============================================================================= */
}
#utah-homepage .utah-hero__search {
  max-width: 420px;
  width: 100%;
}
#utah-homepage .utah-hero__search-inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 6px 6px 6px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  gap: 10px;
}
#utah-homepage .utah-hero__search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
  color: #111 !important;
  background: transparent;
  min-width: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
#utah-homepage .utah-hero__search-input::-webkit-search-cancel-button {
  display: none;
}
#utah-homepage .utah-hero__search-input::placeholder {
  color: #c0bdd0;
}
#utah-homepage .utah-hero__search-btn {
  flex-shrink: 0;
  background: var(--utah-magenta, #e01e8c);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    transform 0.1s ease;
}
#utah-homepage .utah-hero__search-btn:hover {
  background: #c41879;
  transform: scale(1.02);
}
#utah-homepage .utah-hero__search--v2 .utah-hero__search-inner {
  background: #fff;
  padding: 8px 8px 8px 24px;
}
#utah-homepage .utah-hero__search--v2 .utah-hero__search-input {
  font-size: 17px;
  color: #111 !important;
}
#utah-homepage .utah-hero__search--v2 .utah-hero__search-input::placeholder {
  color: #888;
}
#utah-homepage .utah-hero__search--v2 .utah-hero__search-btn {
  background: var(--utah-magenta, #e01e8c);
  padding: 10px 22px;
  border-radius: 100px;
  color: #fff !important;
  border: none;
  cursor: pointer;
}
#utah-homepage .utah-hero__search--v2 .utah-hero__search-btn:hover {
  transform: scale(1.02);
  background: #c41879;
}
#utah-homepage {
  /* Quick filter pills */
}
#utah-homepage .utah-hero__filters {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
#utah-homepage .utah-filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  color: #111 !important;
  text-decoration: none !important;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
#utah-homepage .utah-filter-pill:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--utah-magenta, #e01e8c);
  color: var(--utah-magenta, #e01e8c) !important;
}
#utah-homepage {
  /* =============================================================================
     Events Grid
     ============================================================================= */
}
#utah-homepage .utah-events-section {
  background: #fff;
}
#utah-homepage {
  /* Removed .utah-container padding override here so the title and cards align perfectly with the other sections.
     Arrows will display outside the container bounds on desktop as requested. */
  /* Slick carousel overrides */
}
#utah-homepage .utah-events-slick {
  position: relative; /* anchors the absolute-positioned arrows */
}
#utah-homepage {
  /* Padding lets card box-shadows breathe; negative margin compensates for width */
}
#utah-homepage .utah-events-slick .slick-track {
  margin-left: 0;
}
#utah-homepage .utah-events-slick .slick-list {
  margin: 0 -10px;
  padding: 12px 4px;
}
#utah-homepage .utah-events-slick .slick-slide {
  margin: 0 10px;
  height: auto;
}
#utah-homepage {
  /* Make the card fill the full slide height so all cards in a row are equal */
}
#utah-homepage .utah-events-slick .slick-slide > div {
  height: 100%;
}
#utah-homepage .utah-events-slick .slick-slide .event-card {
  height: 100%;
}
#utah-homepage {
  /* Custom arrow buttons */
}
#utah-homepage .utah-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
  color: var(--utah-dark, #1a1a2e);
  padding: 0;
}
#utah-homepage .utah-slick-arrow--prev {
  left: -52px;
}
#utah-homepage .utah-slick-arrow--next {
  right: -52px;
}
@media (max-width: 1360px) {
  #utah-homepage .utah-slick-arrow--prev {
    left: -20px;
  }
  #utah-homepage .utah-slick-arrow--next {
    right: -20px;
  }
}
@media (max-width: 640px) {
  #utah-homepage .utah-slick-arrow--prev {
    left: -12px;
  }
  #utah-homepage .utah-slick-arrow--next {
    right: -12px;
  }
}
#utah-homepage .utah-slick-arrow:hover {
  background: var(--utah-magenta, #e01e8c);
  border-color: var(--utah-magenta, #e01e8c);
  color: #fff;
}
#utah-homepage .utah-slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
#utah-homepage {
  /* Event card
     ============================================================================= */
}
#utah-homepage .event-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
#utah-homepage .event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
#utah-homepage {
  /* Card image */
}
#utah-homepage .event-card__image-link {
  display: block;
}
#utah-homepage .event-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #ede9f7;
}
#utah-homepage .event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
#utah-homepage .event-card:hover .event-card__image img {
  transform: scale(1.04);
}
#utah-homepage .event-card__image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ede9f7 0%, #f5d0ea 100%);
}
#utah-homepage {
  /* Category badge on image */
}
#utah-homepage .event-card__cat-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--utah-dark, #1a1a2e);
  white-space: nowrap;
}
#utah-homepage {
  /* Card body */
}
#utah-homepage .event-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
#utah-homepage .event-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--utah-dark, #1a1a2e);
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
#utah-homepage .event-card__title a {
  color: inherit;
  text-decoration: none;
}
#utah-homepage .event-card__title a:hover {
  color: var(--utah-magenta, #e01e8c);
}
#utah-homepage .event-card__location,
#utah-homepage .event-card__date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #777;
  margin: 0;
}
#utah-homepage .event-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #aaa;
}
#utah-homepage {
  /* Card footer: badges + view count */
}
#utah-homepage .event-card__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
#utah-homepage .event-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
#utah-homepage {
  /* Category badge in footer */
}
#utah-homepage .event-card__badge--cat {
  background: #f0ecfd;
  color: var(--utah-purple, #7b2ff7);
}
#utah-homepage {
  /* View count */
}
#utah-homepage .event-card__views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #aaa;
  margin-left: auto;
}
#utah-homepage {
  /* No events fallback */
}
#utah-homepage .utah-no-events {
  text-align: center;
  color: #888;
  padding: 40px 0;
  font-size: 16px;
}
#utah-homepage {
  /* View All CTA
     ============================================================================= */
}
#utah-homepage .utah-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
#utah-homepage .btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 32px;
  background: linear-gradient(
    135deg,
    var(--utah-purple, #7b2ff7),
    var(--utah-magenta, #e01e8c)
  );
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none !important;
  transition:
    opacity 0.2s ease,
    transform 0.1s ease;
  box-shadow: 0 4px 18px rgba(224, 30, 140, 0.3);
}
#utah-homepage .btn-view-all:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#utah-homepage {
  /* =============================================================================
     Top Categories Grid
     ============================================================================= */
}
#utah-homepage .utah-categories-section {
  background: #f8f7fc;
}
#utah-homepage .top-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#utah-homepage .category-tile {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  border-radius: 16px;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  padding: 20px 24px;
  text-align: left;
}
#utah-homepage .category-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
#utah-homepage {
  /* Decorative SVG background layer */
}
#utah-homepage .category-tile__bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#utah-homepage .category-tile__icon {
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 1;
  flex-shrink: 0;
}
#utah-homepage .category-tile__label {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
#utah-homepage {
  /* Tile colour variants */
}
#utah-homepage .tile--orange {
  background: linear-gradient(135deg, #f5a623, #e8831f);
}
#utah-homepage .tile--teal {
  background: linear-gradient(135deg, #1dbfa3, #0e9080);
}
#utah-homepage .tile--pink {
  background: linear-gradient(
    135deg,
    var(--utah-magenta, #e01e8c),
    var(--utah-purple, #7b2ff7)
  );
}
#utah-homepage .tile--purple {
  background: linear-gradient(135deg, var(--utah-purple, #7b2ff7), #4a0fad);
}
#utah-homepage {
  /* =============================================================================
     What's Happening In Utah
     ============================================================================= */
}
#utah-homepage .utah-blog-section {
  background: #f8f7fc;
}
#utah-homepage {
  /* =============================================================================
     Explore More Destinations
     ============================================================================= */
}
#utah-homepage .utah-destinations-section {
  background: #fff;
}
#utah-homepage .utah-destinations-header {
  text-align: center;
  margin-bottom: 40px;
}
#utah-homepage .utah-destinations-title {
  font-size: 42px;
  font-weight: 400;
  color: var(--utah-dark, #1a1a2e);
  margin: 0 0 12px;
  line-height: 1.2;
}
#utah-homepage .utah-destinations-title .highlight {
  color: var(--utah-magenta, #e01e8c);
  font-style: italic;
  font-weight: 500;
}
#utah-homepage .utah-destinations-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}
#utah-homepage .destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#utah-homepage .destination-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  display: flex;
  aspect-ratio: 4/5;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
#utah-homepage .destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
#utah-homepage .destination-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
#utah-homepage .destination-card:hover .destination-card__bg {
  transform: scale(1.05);
}
#utah-homepage .destination-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
#utah-homepage .destination-card__content {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 24px 20px;
  color: #fff;
  width: 100%;
}
#utah-homepage .destination-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}
#utah-homepage .destination-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.4;
}
#utah-homepage {
  /* =============================================================================
     Responsive
     ============================================================================= */
}
@media (max-width: 1024px) {
  #utah-homepage .top-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  #utah-homepage .destinations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #utah-homepage .utah-hero {
    min-height: 460px;
    background-position: center;
  }
  #utah-homepage .utah-hero__content {
    padding: 180px 20px 50px;
  }
  #utah-homepage .utah-hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  #utah-homepage .utah-hero__headline {
    font-size: 38px !important;
  }
  #utah-homepage .utah-hero__subheadline {
    font-size: 14px !important;
  }
  #utah-homepage .utah-section {
    padding: 40px 0;
  }
  #utah-homepage .utah-section__title {
    font-size: 22px;
  }
  #utah-homepage .top-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  #utah-homepage .destinations-grid {
    grid-template-columns: 1fr;
  }
  #utah-homepage .utah-destinations-title {
    font-size: 28px;
  }
  #utah-homepage .category-tile {
    min-height: 76px;
    padding: 14px 16px;
    gap: 10px;
  }
  #utah-homepage .category-tile__icon {
    font-size: 30px;
  }
  #utah-homepage .category-tile__label {
    font-size: 15px;
  }
}

/*# sourceMappingURL=homepage.css.map */
