/*
 * Live-page parity for the six primary tour landing pages.
 *
 * This file intentionally stays namespaced to .live-route-page so the rebuilt
 * route layouts can follow the production site without changing articles,
 * archives, the home page, or other standard WordPress pages.
 */

.live-route-page {
  background: #fcf9f6;
  color: #666;
  font-family: Lato, "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.live-route-page h1,
.live-route-page h2,
.live-route-page h3,
.live-route-page p,
.live-route-page figure {
  margin-top: 0;
}

.live-route-page img,
.live-route-page video {
  width: 100%;
}

.live-route-shell {
  width: min(1080px, 80%);
  margin-right: auto;
  margin-left: auto;
}

.live-route-hero {
  position: relative;
  isolation: isolate;
  height: 75vh;
  min-height: 585px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0 5vw 70px;
  background-color: #27352f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.live-route-hero-short {
  height: 75vh;
  min-height: 585px;
}

.live-route-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 7, 6, 0.04), rgba(5, 7, 6, 0.16));
  pointer-events: none;
}

.live-route-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.live-route-suv .live-route-hero-video {
  object-position: center 65%;
}

.live-route-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.live-route-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.18;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.live-route-hero-subtitle {
  max-width: 920px;
  margin: 22px auto 0;
  color: #fff;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
  line-height: 1.55;
}

.live-route-watercolor-divider {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 170px;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.live-route-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  background: #000;
  color: #fff;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.live-route-button:hover,
.live-route-button:focus-visible {
  background: #d19f40;
  color: #080706;
}

.live-route-copy {
  color: #666;
}

.live-route-copy p {
  margin-bottom: 22px;
}

.live-route-copy p:last-child {
  margin-bottom: 0;
}

.live-route-display-heading {
  margin-bottom: 30px;
  color: #7e6849;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.8vw, 76px);
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.08;
  text-transform: uppercase;
}

/* Tours overview. */
.live-tours-video-section {
  padding: 56px 0 92px;
  background: #fff;
}

.live-route-video-frame {
  position: relative;
  width: min(1080px, 80%);
  margin: 0 auto;
  overflow: hidden;
  background: #111;
}

.live-route-video-frame video {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.live-route-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 0 0 0 4px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.live-route-video-play[hidden] {
  display: none;
}

.live-tours-introduction {
  padding: 84px 0 102px;
  background: #fcf9f6;
}

.live-tours-destination {
  padding: 56px 0 90px;
  background: #fcf9f6;
}

.live-tours-destination-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.live-tours-destination-copy {
  padding-top: 20px;
}

.live-tours-destination-copy .live-route-display-heading {
  margin-bottom: 28px;
  font-size: clamp(48px, 5.8vw, 72px);
}

.live-tours-destination-copy .live-route-button {
  margin-top: 8px;
}

.live-tours-watercolor {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.live-tours-watercolor-photo,
.live-tours-watercolor-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.live-tours-watercolor-photo {
  object-fit: cover;
}

.live-tours-watercolor-mask {
  z-index: 2;
  object-fit: fill;
  pointer-events: none;
}

/* Hāna, Haleakalā, and Pipiwai product-and-copy pages. */
.live-route-product-copy-section {
  padding: 72px 0 74px;
  background: #fcf9f6;
}

.live-hana-intro {
  margin-bottom: 58px;
}

.live-hana-intro .live-route-display-heading {
  margin: 54px 0 0;
  text-align: center;
}

.live-route-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
  margin: 0 auto;
}

.live-route-product-grid-two {
  max-width: 700px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.live-route-product-card {
  text-align: center;
}

.live-route-product-image-link {
  display: block;
}

.live-route-product-image {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
}

.live-route-product-card .live-route-button {
  width: auto;
  min-width: 78%;
  margin-top: 25px;
}

.live-route-price-note {
  margin: 62px auto 32px;
  color: #666;
  font-size: 17px;
  font-style: italic;
  text-align: center;
}

.live-route-prose {
  margin-top: 38px;
}

.live-route-prose p {
  margin-bottom: 20px;
}

.live-route-centered-prose {
  text-align: center;
}

/* Bronco and Expedition pages. */
.live-vehicle-content {
  padding: 70px 0 225px;
  background: #fcf9f6;
}

.live-vehicle-content .live-route-display-heading {
  margin-bottom: 32px;
}

.live-bronco-copy {
  margin-bottom: 60px;
}

.live-route-bronco .live-vehicle-content {
  padding-bottom: 96px;
}

.live-route-suv .live-vehicle-content {
  padding-bottom: 96px;
}

.live-vehicle-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.live-vehicle-gallery a {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #e8dfd4;
}

.live-vehicle-gallery img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.live-vehicle-gallery a:nth-child(1) img {
  object-position: center 70%;
}

.live-vehicle-gallery a:nth-child(2) img {
  object-position: center 58%;
}

.live-vehicle-gallery a:nth-child(3) img {
  object-position: 68% center;
}

.live-vehicle-gallery a:nth-child(5) img {
  object-position: 35% center;
}

.live-vehicle-gallery a:nth-child(6) img {
  object-position: 65% center;
}

.live-vehicle-gallery a:hover img,
.live-vehicle-gallery a:focus-visible img {
  transform: scale(1.025);
}

.live-luxury-copy .live-route-display-heading {
  margin-bottom: 30px;
}

.live-luxury-copy h3 {
  margin: 28px 0 10px;
  color: #29231e;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.live-luxury-copy .live-vehicle-gallery {
  margin-top: 66px;
}

/* Clickable vehicle trip choosers. */
.live-bronco-trips {
  padding: clamp(78px, 8vw, 112px) 0 clamp(88px, 9vw, 126px);
  border-top: 4px solid #d19f40;
  background:
    radial-gradient(circle at 50% 0, rgba(209, 159, 64, 0.14), transparent 34%),
    #f7f2eb;
}

.live-bronco-trips__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.live-bronco-trips__eyebrow {
  margin: 0 0 12px;
  color: #8b7048;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.live-bronco-trips__header h2 {
  margin: 0 0 18px;
  color: #7e6849;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 64px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.08;
}

.live-bronco-trips__header > p:last-child {
  margin: 0;
  color: #69635d;
  font-size: 17px;
  line-height: 1.7;
}

.live-bronco-trips__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.live-expedition-trips .live-bronco-trips__grid {
  grid-auto-rows: 1fr;
}

.live-bronco-trip {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(126, 104, 73, 0.23);
  border-top: 4px solid #d19f40;
  background: #fff;
  color: #211d19;
  box-shadow: 0 13px 34px rgba(54, 43, 29, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.live-bronco-trip:hover,
.live-bronco-trip:focus-visible {
  border-color: #c69336;
  color: #211d19;
  box-shadow: 0 20px 45px rgba(54, 43, 29, 0.16);
  transform: translateY(-5px);
}

.live-bronco-trip:focus-visible {
  outline: 3px solid #d19f40;
  outline-offset: 4px;
}

.live-bronco-trip__media {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: #e7dfd5;
}

.live-bronco-trip__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.live-bronco-trip:hover .live-bronco-trip__media img,
.live-bronco-trip:focus-visible .live-bronco-trip__media img {
  transform: scale(1.035);
}

.live-bronco-trip__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.live-bronco-trip__duration {
  margin-bottom: 8px;
  color: #8b7048;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.live-bronco-trip__title {
  margin-bottom: 13px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.12;
}

.live-bronco-trip__description {
  margin-bottom: 24px;
  color: #6f6962;
  font-size: 15px;
  line-height: 1.65;
}

.live-bronco-trip__meta {
  margin-top: auto;
  display: grid;
  gap: 5px;
  padding-top: 18px;
  border-top: 1px solid rgba(126, 104, 73, 0.17);
  color: #5f5952;
  font-size: 13px;
}

.live-bronco-trip__meta span:first-child {
  color: #211d19;
  font-size: 16px;
  font-weight: 800;
}

.live-bronco-trip__action {
  min-height: 44px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 12px 17px 10px;
  background: #17130f;
  color: #fff;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.live-bronco-trip__action span {
  color: #c69336;
  font-size: 19px;
  transition: transform 180ms ease;
}

.live-bronco-trip:hover .live-bronco-trip__action span,
.live-bronco-trip:focus-visible .live-bronco-trip__action span {
  transform: translateX(4px);
}

.live-bronco-trip:hover .live-bronco-trip__action,
.live-bronco-trip:focus-visible .live-bronco-trip__action {
  background: #c69336;
  color: #17130f;
}

.live-bronco-trip:hover .live-bronco-trip__action span,
.live-bronco-trip:focus-visible .live-bronco-trip__action span {
  color: #17130f;
}

/* Destination-specific FareHarbor booking modules. */
.live-route-booking {
  position: relative;
  border-top: 4px solid #d19f40;
  background:
    radial-gradient(circle at 50% 0, rgba(209, 159, 64, 0.11), transparent 34%),
    #f7f2eb;
}

.live-route-booking .section-heading {
  max-width: 820px;
}

.live-route-booking .section-heading h2 {
  color: #7e6849;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.live-route-booking__embed {
  width: min(1080px, 100%);
  padding: clamp(12px, 2vw, 22px);
  border-color: rgba(126, 104, 73, 0.24);
  box-shadow: 0 18px 50px rgba(54, 43, 29, 0.1);
}

.live-route-booking__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.live-route-booking__grid--two {
  max-width: 820px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
}

.live-route-booking__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(126, 104, 73, 0.23);
  border-top: 4px solid #d19f40;
  background: #fff;
  box-shadow: 0 9px 26px rgba(54, 43, 29, 0.07);
}

.live-route-booking__image {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: #e7dfd5;
}

.live-route-booking__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.live-route-booking__image:hover img,
.live-route-booking__image:focus-visible img {
  transform: scale(1.025);
}

.live-route-booking__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.live-route-booking__vehicle {
  margin: 0 0 8px;
  color: #8b7048;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.4;
  text-transform: uppercase;
}

.live-route-booking__card h3 {
  margin: 0 0 12px;
  color: #211d19;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.17;
}

.live-route-booking__details {
  margin: 0 0 24px;
  color: #6f6962;
  font-size: 14px;
  line-height: 1.55;
}

.live-route-booking__card-footer {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(126, 104, 73, 0.16);
}

.live-route-booking__card-footer p {
  margin: 0;
}

.live-route-booking__card-footer span,
.live-route-booking__card-footer strong {
  display: block;
}

.live-route-booking__card-footer span {
  color: #777068;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.live-route-booking__card-footer strong {
  color: #211d19;
  font-size: 19px;
  line-height: 1.25;
}

.live-route-booking__card-footer .live-route-button {
  min-height: 48px;
  padding: 12px 17px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  white-space: nowrap;
}

.live-route-booking__image:focus-visible,
.live-route-booking__card-footer .live-route-button:focus-visible {
  outline: 3px solid #d19f40;
  outline-offset: 3px;
}

.live-route-booking__secure-note {
  margin: 20px 0 0;
  color: #777068;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 980px) {
  .live-route-shell,
  .live-route-video-frame {
    width: min(88%, 760px);
  }

  .live-route-hero {
    height: 75vh;
    min-height: 620px;
  }

  .live-route-hero-short {
    min-height: 585px;
  }

  .live-tours-destination-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .live-tours-destination-copy {
    padding-top: 0;
  }

  .live-tours-watercolor {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .live-route-product-grid {
    gap: 30px;
  }

  .live-vehicle-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

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

  .live-bronco-trips__grid {
    max-width: 560px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .live-expedition-trips .live-bronco-trips__grid {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .live-route-page {
    font-size: 15px;
    line-height: 1.66;
  }

  .live-route-shell,
  .live-route-video-frame {
    width: calc(100% - 40px);
  }

  .live-route-hero,
  .live-route-hero-short {
    height: 75vh;
    min-height: 580px;
    padding: 0 20px 58px;
  }

  .live-route-hero h1 {
    font-size: clamp(43px, 12vw, 58px);
    letter-spacing: -0.5px;
    line-height: 1.18;
  }

  .live-route-hero-subtitle {
    font-size: 20px;
    line-height: 1.55;
  }

  .live-route-watercolor-divider {
    height: 120px;
  }

  .live-route-display-heading {
    font-size: clamp(38px, 11vw, 52px);
  }

  .live-tours-video-section {
    padding: 38px 0 62px;
  }

  .live-route-video-play {
    width: 54px;
    height: 54px;
  }

  .live-tours-introduction,
  .live-tours-destination,
  .live-route-product-copy-section,
  .live-vehicle-content {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .live-tours-destination-copy .live-route-display-heading {
    font-size: 46px;
  }

  .live-tours-watercolor {
    width: min(100%, 360px);
  }

  .live-route-product-grid,
  .live-route-product-grid-two {
    max-width: 340px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .live-route-product-card .live-route-button {
    margin-top: 18px;
  }

  .live-route-price-note {
    margin-top: 44px;
  }

  .live-vehicle-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .live-luxury-copy h3 {
    font-size: 23px;
  }

  .live-route-booking {
    padding-right: 20px;
    padding-left: 20px;
  }

  .live-route-booking .section-heading {
    margin-bottom: 34px;
  }

  .live-route-booking__embed {
    padding: 8px;
  }

  .live-route-booking__grid,
  .live-route-booking__grid--two {
    max-width: 380px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .live-route-booking__card-body {
    padding: 22px;
  }

  .live-route-booking__card-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .live-route-booking__card-footer .live-route-button {
    width: 100%;
  }

  .live-route-bronco .live-vehicle-content {
    padding-bottom: 64px;
  }

  .live-route-suv .live-vehicle-content {
    padding-bottom: 64px;
  }

  .live-expedition-trips .live-bronco-trips__grid {
    max-width: 560px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .live-bronco-trips__header {
    margin-bottom: 34px;
  }

  .live-bronco-trips__header h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .live-bronco-trips__header > p:last-child {
    font-size: 15px;
  }

  .live-bronco-trip__body {
    padding: 24px;
  }

  .live-bronco-trip__action {
    width: 100%;
    align-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-route-hero-video {
    display: none;
  }

  .live-vehicle-gallery img,
  .live-route-button,
  .live-route-booking__image img,
  .live-bronco-trip,
  .live-bronco-trip__media img,
  .live-bronco-trip__action,
  .live-bronco-trip__action span {
    transition: none;
  }
}
