/* Fireweed landing page — scoped fixes (linked from shell; selectors are page-specific). */

/* CTA phone label: Webflow ships `.nav-call-text { overflow: scroll; }` which reserves
   scrollbar tracks — often reads as white bars beside/under the number in flex layouts. */
.nav-call-text {
  overflow: visible;
  min-width: 0;
}

/* Footer bar: center copyright (Terms / Privacy links removed) */
.section_footer .footer_bottom-layout {
  justify-content: center;
}

.section_footer .copyright-info {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section_footer .footer_bottom-layout {
    align-items: center;
  }
}

/* Hero: push content down so the main title is primary above the fold */
.section_hero-landing .hero-content .padding-global.hero-content-padding {
  padding-top: 16rem;
}

@media screen and (max-width: 991px) {
  .section_hero-landing .hero-content .padding-global.hero-content-padding {
    padding-top: 10.5rem;
  }
}

/* Legal line: H4 for document order; visually secondary, centered with title + CTA */
.section_hero-landing .hero-content-wrapper > div:first-child {
  text-align: center;
}

.section_hero-landing .hero-legal-line {
  margin: 0 auto;
  max-width: 40rem;
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
}

/* Hero: remove circular clip on large viewports so the black “arch” corners disappear */
@media screen and (min-width: 992px) {
  .section_hero-landing .hero-video-gallery.is-landing-page {
    clip-path: none;
    border-radius: 0;
    overflow: hidden;
  }

  .section_hero-landing .landing-page-media-wrapper {
    background-color: transparent;
  }
}

/* Dates & Prices — highlight alternate-length pricing line */
#dates .notes-text ul li.notes-price-alt {
  font-weight: 700;
  color: var(--base-color-brand--blue);
}

/* Adventure date cards: left-aligned, three-line hierarchy (brand black + light-black) */
#dates .date-item-reference {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#dates .date-item-reference .date {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.75rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

#dates .date-card-text {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

#dates .date-card-range {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--base-color-brand--black);
}

#dates .date-card-range strong {
  font-weight: 600;
  color: var(--base-color-brand--black);
}

#dates .date-card-nights {
  margin: 0 0 0.3rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  color: var(--base-color-brand--light-black);
}

#dates .date-card-depart {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  color: var(--base-color-brand--light-black);
}

@media screen and (max-width: 479px) {
  #dates .date-item-reference .date {
    padding: 0.65rem 0.85rem;
  }

  #dates .date-card-range {
    font-size: 0.8125rem;
  }

  #dates .date-card-nights {
    font-size: 0.75rem;
  }

  #dates .date-card-depart {
    font-size: 0.6875rem;
  }
}

/* Footer: Lazy Bear + Nunavut — bottom-aligned wordmarks, centered row */
.footer-item-wrap.is-landing-page.footer-logos-partner {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 3.375rem;
  row-gap: 1.5rem;
  width: 100%;
}

.footer-logos-partner .footer-logo-wrapper,
.footer-logos-partner .footer-logo-wrapper--partner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

/* Lazy Bear: full size; Nunavut: 75% so it reads less prominent while staying aligned */
.footer-logos-partner .footer-logo-wrapper:not(.footer-logo-wrapper--partner) img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(3.5rem, 5.25rem + 3.5vw, 10.5rem);
  max-width: min(24rem, 88vw);
  object-fit: contain;
  object-position: bottom;
}

.footer-logos-partner .footer-logo-wrapper--partner img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(2.625rem, 3.9375rem + 2.625vw, 7.875rem);
  max-width: min(18rem, 66vw);
  object-fit: contain;
  object-position: bottom;
}

@media screen and (max-width: 767px) {
  .footer-logos-partner .footer-logo-wrapper:not(.footer-logo-wrapper--partner) img {
    max-height: clamp(3.25rem, 12vw + 2rem, 6rem);
    max-width: min(18rem, 42vw);
  }

  .footer-logos-partner .footer-logo-wrapper--partner img {
    max-height: clamp(2.4375rem, 9vw + 1.5rem, 4.5rem);
    max-width: min(13.5rem, 31.5vw);
  }
}

/* Dates: inline CTA to reserve form */
#dates .availability-check-link {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  color: inherit;
}

#dates .availability-check-link:hover {
  opacity: 0.85;
}

/* Included + Packing checklists — normalize SVG icon boxes */
#included .checklist-item.is-landing-page > img,
#things-you-need .checklist-item.is-landing-page > img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Flexible field time icon: artwork reads small at same box size */
#included .checklist-item.is-landing-page > img[src*="photograph.svg"] {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
  transform: scale(1.12);
  transform-origin: center center;
}
