/* Shared Triplan public website refinement layer.
 * Loaded after component styles and style isolation.
 */

.tp-website-page {
  --tp-public-focus: rgba(27, 186, 202, 0.32);
  --tp-public-border: rgba(26, 43, 73, 0.12);
  --tp-public-muted: var(--tp-muted);
  --tp-public-surface: var(--tp-surface-2);
  color: var(--tp-900, #1a2b49);
  font-family: var(--tp-body-font, "Poppins", sans-serif);
}

.tp-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10050;
  padding: 10px 14px;
  border-radius: var(--tp-control-radius, 10px);
  background: #fff;
  color: var(--tp-900, #1a2b49) !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: var(--tp-shadow-lg);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.tp-skip-link:focus {
  transform: translateY(0);
}

.tp-website-page :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--tp-public-focus);
  outline-offset: 3px;
}

.tp-website-page :where(input, select, textarea) {
  outline: 0 !important;
}

.tp-website-page :where(input, select, textarea):focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 3px var(--tp-public-focus) !important;
}

.tp-website-page :where(
  .tp-destination-reservation__phone-box,
  .tp-destination-reservation__date-shell,
  .tp-shared-phone,
  .tp-account-phone,
  .tp-account-birthday
) :where(input, select, textarea):focus-visible {
  box-shadow: none !important;
}

/* Primary actions always use white copy on cyan/blue surfaces. Component
 * styles still own their backgrounds, sizes, and hover behavior. */
.tp-website-page :where(
  .tp-btn--primary,
  .tp-btn--blue,
  .tp-nav__cta--orange,
  .tp-mobile-drawer-cta,
  .tpv5-btn--primary,
  .tp-gt-card__cta,
  .tp-ax-card__cta,
  .tp-weekend-featured__book,
  .tp-destination-booking__cta:not(.is-disabled),
  .tp-destination-final-cta__button,
  .tp-destination-bottom-cta__button,
  .tp-destination-reservation__primary,
  .tp-destination-reservation__share-card button,
  .tp-destination-payment__promo-fields > button,
  .tp-activity-promo__fields > button,
  .tp-you-vip__cta,
  .tp-editorial-button,
  .tp-contact-form button,
  .tp-account-empty a,
  .tp-account-form__actions button,
  .tp-account-reward button,
  .tpv5-blog-search button,
  .tpv5-article-cta a,
  .tp-google-reviews__all,
  .tp-eval-notice__cta,
  .tp-shop-pagination a.is-active
) {
  color: var(--tp-on-primary, #fff) !important;
}

/* Header */
.tp-site-header,
.tp-site-header-spacer {
  --tp-site-header-height: 78px;
  --tp-site-header-pad-y: 9px;
}

.tp-site-header {
  --tp-site-header-max-width: var(--tp-content-max-width, 1440px);
  --tp-site-header-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
  --tp-site-header-logo-column: 112px;
  --tp-site-header-logo-width: 98px;
  --tp-site-header-shadow: 0 6px 20px rgba(26, 43, 73, 0.06);
}

.tp-site-header__inner {
  gap: clamp(18px, 2vw, 34px);
}

.tp-site-header__nav {
  gap: clamp(14px, 1.25vw, 22px);
}

.tp-site-header .tp-site-header__nav-link {
  min-height: 40px;
  font-size: clamp(13px, 0.86vw, 15px);
  font-weight: 600;
}

.tp-site-header .tp-site-header__nav-link:hover,
.tp-site-header .tp-site-header__nav-link:focus {
  transform: none;
}

.tp-site-header__actions {
  gap: clamp(10px, 1vw, 16px);
}

.tp-site-header .tp-site-header__action {
  min-width: 48px;
  min-height: 52px;
  gap: 3px;
  transform: none;
}

.tp-site-header__action-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(27, 186, 202, 0.09);
  font-size: 18px;
}

.tp-site-header.is-transparent .tp-site-header__action-icon {
  background: rgba(255, 255, 255, 0.12);
}

.tp-site-header .tp-site-header__action-label {
  font-size: 11px;
}

.tp-site-mobile-header,
.tp-site-mobile-header-spacer {
  --tp-mobile-header-height: 64px;
  --tp-mobile-header-pad-x: 16px;
}

.tp-site-mobile-header {
  --tp-mobile-header-icon-size: 40px;
  --tp-mobile-header-logo-width: 86px;
}

.tp-site-mobile-header__icon-link,
.tp-site-mobile-header__menu-toggle {
  border-radius: 10px;
}

.tp-site-mobile-header__bar svg {
  width: 22px;
  height: 22px;
}

/* Homepage hero */
.tp-home-hero {
  --tp-home-hero-height: clamp(620px, 74vh, 760px);
  --tp-home-hero-max-width: var(--tp-content-max-width, 1440px);
  --tp-home-hero-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
  --tp-home-hero-pad-bottom: 46px;
  --tp-home-hero-title-size: clamp(34px, 3vw, 52px);
  --tp-home-hero-title-gap: 24px;
  --tp-home-hero-card-height: 158px;
  --tp-home-hero-card-radius: var(--tp-card-radius, 14px);
  --tp-home-hero-glass-bg: rgba(255, 255, 255, 0.11);
  --tp-home-hero-glass-blur: 10px;
}

.tp-home-hero.tp-home-hero .tp-home-hero__title {
  max-width: 720px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
}

.tp-home-hero.tp-home-hero .tp-home-hero__products {
  gap: 14px !important;
  margin-bottom: 34px !important;
}

.tp-home-hero.tp-home-hero .tp-home-hero__product {
  padding: 20px 20px 18px !important;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

.tp-home-hero.tp-home-hero .tp-home-hero__product:hover,
.tp-home-hero.tp-home-hero .tp-home-hero__product:focus {
  transform: translateY(-2px) !important;
}

.tp-home-hero .tp-home-hero__product-icon {
  min-height: 32px;
  margin-bottom: 10px;
  font-size: 26px;
}

.tp-home-hero .tp-home-hero__product-title {
  margin-bottom: 8px;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
}

.tp-home-hero .tp-home-hero__product-desc {
  font-size: clamp(13px, 0.78vw, 14px);
  line-height: 1.45;
}

.tp-home-hero .tp-home-hero__product-arrow {
  right: 20px;
  bottom: 18px;
}

.tp-home-hero .tp-home-hero__stat {
  min-width: 170px;
  padding-right: 30px;
  margin-right: 30px;
}

.tp-home-hero .tp-home-hero__stat strong {
  font-size: 27px;
}

.tp-home-hero .tp-home-hero__stat span {
  font-size: 14px;
}

/* Reusable section headings and controls */
.tp-weekend-trips__title,
.tp-product-carousel__title,
.tp-group-trips-list__title,
.tp-google-reviews__title,
.tp-blog-metro__title,
.tp-logo-grid__title,
.tp-who-we-are__title,
.tp-why-choose-us__title {
  font-size: var(--tp-section-title-size) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}

.tp-weekend-trips__header,
.tp-product-carousel__header,
.tp-group-trips-list__header {
  margin-bottom: 22px;
}

.tp-weekend-trips__nav-btn,
.tp-product-carousel__nav-btn,
.tp-google-reviews__nav {
  width: 40px;
  height: 40px;
  border-radius: 10px !important;
  box-shadow: none !important;
}

/* Weekend and product loop items */
.tp-weekend-trips {
  --tp-weekend-max-width: 1200px;
  --tp-weekend-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
  --tp-weekend-gap: 18px;
  --tp-weekend-card-radius: 20px;
  --tp-weekend-card-shadow: var(--tp-shadow-md);
  --tp-weekend-card-shadow-hover: var(--tp-shadow-lg);
}

.tp-weekend-card:hover,
.tp-weekend-card:focus-visible {
  transform: translateY(-2px);
}

.tp-weekend-card__places {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  font-size: 11px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.tp-weekend-card__content {
  gap: 7px;
  padding: 22px;
}

.tp-weekend-card__title {
  min-height: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem) !important;
  line-height: 1.12;
  font-weight: 700 !important;
}

.tp-weekend-card__date {
  font-size: 13px;
}

.tp-weekend-card__price-pill {
  margin-top: 7px;
  padding: 8px 12px;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.tp-product-carousel,
.tp-group-trips-list {
  --tp-product-card-radius: var(--tp-card-radius, 14px);
  --tp-product-card-shadow: var(--tp-shadow-md);
  --tp-product-card-shadow-hover: var(--tp-shadow-lg);
}

.tp-product-carousel {
  --tp-product-max-width: var(--tp-content-max-width, 1440px);
  --tp-product-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-group-trips-list {
  --tp-group-list-max-width: var(--tp-content-max-width, 1440px);
  --tp-group-list-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-product-carousel__track {
  align-items: stretch;
}

.tp-product-carousel__slide {
  display: flex;
}

.tp-group-trips-list__grid {
  align-items: stretch;
}

.tp-product-card:hover,
.tp-product-card:focus-within,
.tp-group-trips-list .tp-product-card:hover,
.tp-group-trips-list .tp-product-card:focus-within {
  transform: translateY(-2px);
}

.tp-product-carousel.tp-product-carousel .tp-product-card,
.tp-group-trips-list .tp-product-card {
  height: 100%;
  min-height: 454px !important;
  border: 1px solid rgba(26, 43, 73, 0.06) !important;
  border-radius: var(--tp-card-radius, 14px) !important;
}

.tp-product-carousel.tp-product-carousel .tp-product-card--activity {
  min-height: 454px !important;
}

.tp-product-carousel.tp-product-carousel .tp-product-card__favorite,
.tp-group-trips-list .tp-product-card__favorite {
  top: 10px !important;
  right: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 19px !important;
  box-shadow: 0 4px 12px rgba(15, 32, 39, 0.12) !important;
}

.tp-product-card__badge,
.tp-product-carousel.tp-product-carousel .tp-product-card__badge {
  left: 10px !important;
  bottom: 10px !important;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 8px !important;
  font-size: 11px;
}

.tp-product-card__body,
.tp-product-carousel.tp-product-carousel .tp-product-card__body {
  padding: 16px !important;
}

.tp-product-card__meta {
  min-height: 1.3em;
  font-size: 13px;
}

.tp-product-card__title,
.tp-product-carousel.tp-product-carousel .tp-product-card__title {
  min-height: 2.6em;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.tp-product-card__duration {
  min-height: 1.3em;
  margin-bottom: 14px;
  font-size: 12px;
}

.tp-product-card__price strong {
  font-size: 20px;
}

.tp-product-carousel.tp-product-carousel .tp-product-card--shop {
  min-height: 454px !important;
  padding: 14px !important;
  border-radius: var(--tp-card-radius, 14px) !important;
  box-shadow: var(--tp-shadow-sm) !important;
}

.tp-product-carousel.tp-product-carousel .tp-product-card--shop:hover,
.tp-product-carousel.tp-product-carousel .tp-product-card--shop:focus-within {
  transform: translateY(-2px) !important;
  box-shadow: var(--tp-shadow-md) !important;
}

.tp-product-carousel.tp-product-carousel .tp-product-card--shop .tp-product-card__favorite {
  top: 22px !important;
  right: 22px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--tp-primary, #40a1b7) !important;
  font-size: 21px !important;
  box-shadow: 0 4px 12px rgba(15, 32, 39, 0.1) !important;
}

.tp-product-carousel.tp-product-carousel .tp-shop-card__body {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  padding-top: 18px !important;
}

.tp-product-carousel.tp-product-carousel .tp-shop-card__link {
  width: 100%;
  min-height: 100% !important;
}

.tp-product-carousel.tp-product-carousel .tp-shop-card__brand,
.tp-product-carousel.tp-product-carousel .tp-shop-card__title {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.tp-product-carousel.tp-product-carousel .tp-shop-card__title {
  min-height: 2.4em;
}

.tp-product-carousel.tp-product-carousel .tp-shop-card__rating {
  margin-top: auto !important;
  padding-top: 10px;
}

.tp-destination-card {
  height: 100%;
}

.tp-destination-card__title {
  min-height: 2.5em;
}

/* Homepage content sections */
.tp-you-vip {
  --tp-you-vip-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
  --tp-you-vip-pad-y: 48px;
}

.tp-you-vip__title {
  font-size: clamp(1.9rem, 2.75vw, 2.75rem);
  line-height: 1.12;
  font-weight: 700;
}

.tp-you-vip__step,
.tp-you-vip__photo {
  border-radius: var(--tp-card-radius, 14px);
}

.tp-you-vip__step {
  padding: 14px 16px;
  box-shadow: 0 8px 22px rgba(3, 10, 24, 0.15);
}

.tp-you-vip__step-number {
  border-radius: 9px;
}

.tp-you-vip__photo {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.tp-you-vip__cta,
.tp-who-we-are__cta,
.tp-blog-metro__cta {
  min-height: 48px;
  border-radius: var(--tp-control-radius, 10px);
  box-shadow: 0 8px 22px rgba(27, 186, 202, 0.24);
}

.tp-why-choose-us {
  --tp-why-icon-size: clamp(92px, 7vw, 116px);
  padding: 44px 0 48px;
}

.tp-why-choose-us__subtitle {
  max-width: 720px;
  font-size: 0.98rem;
  font-weight: 500;
}

.tp-why-choose-us__items {
  gap: clamp(18px, 2.5vw, 34px);
  margin-top: 32px;
}

.tp-why-choose-us__icon {
  box-shadow: 0 10px 26px rgba(8, 20, 26, 0.16);
}

.tp-why-choose-us__icon i {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.tp-why-choose-us__item:hover .tp-why-choose-us__icon,
.tp-why-choose-us__item:focus-within .tp-why-choose-us__icon {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(8, 20, 26, 0.2);
}

.tp-why-choose-us__label {
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 700;
}

.tp-who-we-are__heading {
  margin-bottom: 28px;
}

.tp-who-we-are {
  --tp-who-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-who-we-are__inner,
.tp-why-choose-us__inner,
.tp-you-vip__inner,
.tp-google-reviews__inner,
.tp-blog-metro__inner,
.tp-group-trips-hero__inner,
.tp-group-trips-filter__inner {
  max-width: var(--tp-content-max-width, 1440px);
}

.tp-why-choose-us {
  --tp-why-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-google-reviews {
  --tp-google-reviews-max-width: var(--tp-content-max-width, 1440px);
  --tp-google-reviews-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-blog-metro {
  --tp-blog-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-group-trips-hero {
  --tp-group-hero-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-group-trips-filter {
  --tp-filter-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-destination-page {
  --tp-destination-page-max: var(--tp-content-max-width, 1440px);
  --tp-destination-page-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
}

.tp-who-we-are__layout {
  gap: clamp(30px, 4vw, 56px);
}

.tp-who-we-are__quote,
.tp-who-we-are__photo,
.tp-who-we-are__promise,
.tp-who-we-are__values li {
  border-radius: var(--tp-card-radius, 14px);
}

.tp-who-we-are__photo {
  box-shadow: var(--tp-shadow-xl);
}

.tp-who-we-are__photo::before {
  inset: 12px;
  border-radius: 10px;
}

.tp-logo-grid__title,
.tp-blog-metro__title {
  margin-bottom: 22px;
}

.tp-logo-grid .hexa-box:hover {
  transform: scale(1.08);
}

.tp-google-review-card {
  min-height: 250px;
  padding: 54px 24px 24px;
  border-color: rgba(26, 43, 73, 0.12);
  border-radius: var(--tp-card-radius, 14px);
  box-shadow: var(--tp-shadow-sm);
}

.tp-google-review-card__avatar {
  top: -36px;
  width: 72px;
  height: 72px;
}

.tp-google-review-card__text {
  font-size: 0.96rem;
  line-height: 1.5;
}

.tp-blog-metro__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 14px;
}

.tp-blog-metro-card,
.tp-blog-metro-card--large,
.tp-blog-metro-card--wide,
.tp-blog-metro-card--small,
.tp-blog-metro-card--small:nth-child(3),
.tp-blog-metro-card--small:nth-child(4) {
  min-height: 300px;
  grid-column: auto;
  grid-row: auto;
}

.tp-blog-metro-card--large .tp-blog-metro-card__title {
  font-size: clamp(1.05rem, 1.75vw, 1.45rem);
}

.tp-blog-metro-card__link {
  border-radius: var(--tp-card-radius, 14px);
  box-shadow: var(--tp-shadow-md);
}

.tp-blog-metro-card__link:hover .tp-blog-metro-card__image,
.tp-blog-metro-card__link:focus-visible .tp-blog-metro-card__image {
  transform: scale(1.025);
}

/* Footer */
.tp-site-footer {
  --tp-footer-pad-x: var(--tp-section-padding-x-desktop, clamp(42px, 5vw, 76px));
  --tp-footer-max-width: var(--tp-content-max-width, 1440px);
}

.tp-site-footer__newsletter {
  padding: 30px 0;
}

.tp-site-footer__newsletter-inner {
  gap: 28px;
}

.tp-site-footer__newsletter-title {
  font-size: 23px;
  font-weight: 700;
}

.tp-site-footer__newsletter-field,
.tp-site-footer .tp-site-footer__newsletter-submit {
  height: 48px;
  border-radius: var(--tp-control-radius, 10px);
}

.tp-site-footer__inner {
  padding-top: 48px;
  padding-bottom: 36px;
}

.tp-site-footer__columns {
  gap: 34px;
}

.tp-site-footer__col-title {
  margin-bottom: 15px;
  font-size: 15px;
}

.tp-site-footer__list,
.tp-site-footer__contact-list {
  gap: 10px;
}

.tp-site-footer .tp-site-footer__social {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .tp-blog-metro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-blog-metro-card,
  .tp-blog-metro-card--large {
    min-height: 265px;
  }
}

@media (max-width: 1100px) {
  .tp-home-hero {
    --tp-home-hero-height: auto;
    --tp-home-hero-pad-x: var(--tp-section-padding-x-mobile, 18px);
  }

  .tp-why-choose-us {
    --tp-why-icon-size: 104px;
  }

}

@media (max-width: 767px) {
  :root {
    --tp-section-spacing-y: 38px;
  }

  .tp-home-hero {
    --tp-home-hero-pad-top: 112px;
    --tp-home-hero-pad-bottom: 32px;
    --tp-home-hero-title-size: clamp(30px, 9vw, 40px);
    --tp-home-hero-card-radius: 12px;
  }

  .tp-destination-page {
    --tp-destination-page-pad-x: var(--tp-section-padding-x-mobile, 18px);
  }

  .tp-home-hero.tp-home-hero .tp-home-hero__products {
    gap: 9px !important;
    margin-bottom: 24px !important;
  }

  .tp-home-hero.tp-home-hero .tp-home-hero__product {
    min-height: 100px !important;
    padding: 13px !important;
  }

  .tp-home-hero .tp-home-hero__product-title {
    font-size: 14px;
  }

  .tp-home-hero .tp-home-hero__product-desc {
    font-size: 12px;
  }

  .tp-home-hero .tp-home-hero__stats {
    gap: 16px 0;
  }

  .tp-home-hero .tp-home-hero__stat {
    min-width: 50%;
    margin-right: 0;
    padding-right: 16px;
  }

  .tp-weekend-trips__title,
  .tp-product-carousel__title,
  .tp-group-trips-list__title,
  .tp-google-reviews__title,
  .tp-blog-metro__title,
  .tp-logo-grid__title,
  .tp-who-we-are__title,
  .tp-why-choose-us__title {
    font-size: var(--tp-section-title-size-mobile) !important;
  }

  .tp-website-page--home .tp-weekend-trips {
    --tp-weekend-card-width: min(82vw, 330px);
    --tp-weekend-gap: 14px;
  }

  .tp-website-page--home .tp-weekend-card__places {
    padding: 7px 10px;
    font-size: 11px;
  }

  .tp-website-page--home .tp-weekend-card__content {
    gap: 7px;
    padding: 20px;
  }

  .tp-website-page--home .tp-weekend-card__title {
    min-height: 0;
    font-size: 18px !important;
    line-height: 1.12;
  }

  .tp-website-page--home .tp-weekend-card__date {
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }

  .tp-website-page--home .tp-weekend-card__price-pill {
    margin-top: 5px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .tp-product-carousel.tp-product-carousel .tp-product-card,
  .tp-product-carousel.tp-product-carousel .tp-product-card--activity,
  .tp-group-trips-list .tp-product-card {
    min-height: 420px !important;
  }

  .tp-product-carousel.tp-product-carousel .tp-product-card--shop {
    min-height: 420px !important;
  }

  .tp-blog-metro__grid {
    grid-template-columns: 1fr;
  }

  .tp-blog-metro-card,
  .tp-blog-metro-card--large {
    min-height: 235px;
  }

  .tp-why-choose-us {
    --tp-why-icon-size: 88px;
    padding: 36px 0 40px;
  }

  .tp-why-choose-us__items {
    gap: 22px 14px;
    margin-top: 26px;
  }

  .tp-why-choose-us__icon i {
    font-size: 2rem;
  }

  .tp-site-footer {
    --tp-footer-pad-x: var(--tp-section-padding-x-mobile, 18px);
  }

  .tp-site-footer__newsletter {
    padding: 20px 0;
  }

  .tp-site-footer__inner {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-website-page *,
  .tp-website-page *::before,
  .tp-website-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ── Home V5 section rhythm — ivory-dominant B2C (Etape 5) ── */
body.tp-website-page--home {
  background: var(--tp-ivory);
}
.tp-website-page--home .tp-weekend-trips {
  --tp-weekend-bg: var(--tp-ivory);
}
.tp-website-page--home .tp-product-carousel {
  --tp-product-bg: var(--tp-ivory);
}
