:root {
  --travel-ink: #18333a;
  --travel-deep: #0f4c4c;
  --travel-deep-2: #0a393b;
  --travel-coral: #dc653d;
  --travel-gold: #e9aa3b;
  --travel-cream: #fff8eb;
  --travel-sand: #f4e8d2;
  --travel-white: #fffdf8;
  --travel-muted: #657578;
  --travel-radius: 22px;
  --travel-shadow: 0 22px 60px rgba(24, 51, 58, 0.12);
}

html {
  scroll-behavior: smooth;
}

body,
body.home {
  background: var(--travel-white) !important;
  color: var(--travel-ink) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 18%, rgba(233, 170, 59, 0.1), transparent 24rem),
    radial-gradient(circle at 92% 72%, rgba(15, 76, 76, 0.07), transparent 28rem);
}

#masthead {
  border-bottom: 0 !important;
  background: rgba(255, 253, 248, 0.94) !important;
  box-shadow: 0 10px 40px rgba(24, 51, 58, 0.08) !important;
  backdrop-filter: blur(14px);
}

.site-main-header-inner-wrap {
  min-height: 92px !important;
}

.site-branding a.brand img {
  max-width: 235px !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  color: var(--travel-ink) !important;
  font-size: 13px !important;
  letter-spacing: 0.055em !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  background: rgba(220, 101, 61, 0.11) !important;
  color: #b74726 !important;
}

.main-navigation .primary-menu-container > ul > li:nth-child(4) > a {
  padding: 0.78rem 1.2rem !important;
  background: var(--travel-coral) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(220, 101, 61, 0.24);
}

.main-navigation .primary-menu-container > ul > li:nth-child(4) > a:hover {
  background: #c8502d !important;
  color: #fff !important;
}

body.home #primary.content-area {
  margin-top: 0 !important;
}

body.home .content-container.site-container,
body.home .entry-content-wrap {
  max-width: none !important;
  padding: 0 !important;
}

body.home .entry.single-entry {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.travel-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 92px));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #163f42;
}

.travel-hero__media,
.travel-hero__media::after {
  position: absolute;
  inset: 0;
}

.travel-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.015);
}

.travel-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 40, 43, 0.92) 0%, rgba(7, 40, 43, 0.7) 45%, rgba(7, 40, 43, 0.18) 78%),
    linear-gradient(0deg, rgba(7, 40, 43, 0.45), transparent 45%);
}

.travel-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 150px;
}

.travel-hero__content {
  max-width: 720px;
  color: #fff;
}

.travel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 8px 13px 8px 11px;
  border: 1px solid rgba(255, 226, 157, 0.28);
  border-radius: 999px;
  background: rgba(7, 40, 43, 0.42);
  color: #ffe4a3 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.travel-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #ffc95f;
  box-shadow: 0 0 12px rgba(255, 201, 95, 0.75);
}

.travel-hero h1 {
  max-width: 690px;
  margin: 0 !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
  text-align: left !important;
  text-wrap: balance;
}

.travel-hero__lead {
  max-width: 625px;
  margin: 28px 0 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.travel-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  margin-bottom: 0;
}

.travel-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.travel-button:hover {
  transform: translateY(-2px);
}

.travel-button--primary {
  background: var(--travel-coral);
  color: #fff !important;
  box-shadow: 0 15px 32px rgba(220, 101, 61, 0.34);
}

.travel-button--primary:hover {
  background: #c8502d;
}

.travel-button--ghost {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.travel-button--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

.travel-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.travel-hero__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.travel-hero__trust li::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--travel-gold);
  color: var(--travel-deep-2);
  font-size: 12px;
  font-weight: 900;
}

.travel-hero__foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateY(1px);
  border-radius: 20px 20px 0 0;
  background: var(--travel-cream);
  color: var(--travel-ink);
  box-shadow: 0 -8px 45px rgba(7, 40, 43, 0.18);
}

.travel-hero__feature {
  position: relative;
  padding: 22px 30px 24px;
}

.travel-hero__feature + .travel-hero__feature::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: #e5d4b7;
}

.travel-hero__feature strong,
.travel-hero__feature span {
  display: block;
}

.travel-hero__feature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
}

.travel-hero__feature span {
  margin-top: 4px;
  color: var(--travel-muted);
  font-size: 13px;
}

body.home .entry-content > .wp-block-spacer:first-of-type {
  height: 76px !important;
}

body.home .entry-content > h2.wp-block-heading {
  position: relative;
  max-width: 840px !important;
  margin-top: 0 !important;
  color: var(--travel-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(32px, 4vw, 50px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

body.home .entry-content > h2.wp-block-heading::before {
  content: "EXPÉRIENCES SIGNATURE";
  display: block;
  margin-bottom: 12px;
  color: var(--travel-coral);
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.home .homepara {
  max-width: 690px !important;
  color: var(--travel-muted) !important;
  font-size: 17px;
  line-height: 1.7;
}

body.home .entry-content > .wp-block-spacer {
  height: 56px !important;
}

body.home .entry-content > .wp-block-spacer + .wp-block-spacer {
  display: none;
}

.woocommerce ul.products {
  gap: 28px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.entry.loop-entry.product {
  border: 0 !important;
  border-radius: var(--travel-radius) !important;
  box-shadow: 0 14px 42px rgba(24, 51, 58, 0.1) !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.entry.loop-entry.product:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 25px 60px rgba(24, 51, 58, 0.16) !important;
}

.woocommerce-loop-image-link {
  position: relative;
}

.woocommerce-loop-image-link::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(15, 57, 59, 0.28));
}

.woocommerce ul.products li.product a img {
  transition: transform 0.55s ease !important;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.045);
}

.woocommerce ul.products li.product .product-details {
  min-height: 155px;
  padding: 23px 24px 24px !important;
}

.woocommerce-loop-product__title,
.woocommerce-loop-product__title a {
  color: var(--travel-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.woocommerce ul.products li.product .price {
  color: var(--travel-coral) !important;
}

.acf-badge {
  top: 16px !important;
  left: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  background: rgba(15, 76, 76, 0.9) !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

.wp-block-button__link,
.woocommerce ul.products li.product .button,
button,
input[type="submit"] {
  background: var(--travel-coral) !important;
  box-shadow: 0 12px 26px rgba(220, 101, 61, 0.22) !important;
}

.wp-block-button__link:hover,
.woocommerce ul.products li.product .button:hover,
button:hover,
input[type="submit"]:hover {
  background: #c8502d !important;
}

.entry-hero.page-hero-section .hero-section-overlay,
.entry-hero.product-hero-section .hero-section-overlay {
  background: linear-gradient(90deg, rgba(7, 40, 43, 0.82), rgba(7, 40, 43, 0.34)) !important;
}

.wp-site-blocks .page-title h1,
.woocommerce div.product .product_title,
.wp-site-blocks .post-title h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(36px, 5vw, 62px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

.entry-content h2.wp-block-heading,
.single-content h2.wp-block-heading {
  color: var(--travel-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
}

/* Homepage social proof: compact grids instead of loose WordPress columns. */
body.home .travel-section-title {
  margin: 0 auto 28px !important;
  padding: 0 20px;
  color: var(--travel-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 2.8vw, 40px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

body.home .travel-section-title--partners {
  font-family: Poppins, Arial, sans-serif !important;
  font-size: clamp(25px, 2.3vw, 34px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

body.home .wp-elements-bce6d39012c7110d2fcb10fcae57877e + .wp-block-spacer,
body.home .wp-elements-2125f2970c91c10df7c2a09fc66ae115 + .wp-block-spacer,
body.home p:has(+ .wp-block-spacer + .kb-row-layout-id840_319631-c6) + .wp-block-spacer {
  display: none !important;
}

body.home .kb-row-layout-id840_91c2c3-10,
body.home .kb-row-layout-id840_ea6608-cd,
body.home .kb-row-layout-id840_319631-c6 {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto !important;
}

body.home .kb-row-layout-id840_91c2c3-10 > .kt-row-column-wrap,
body.home .kb-row-layout-id840_319631-c6 > .kt-row-column-wrap {
  padding: 0 !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-1 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  padding: 0 !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-1 > figure.wp-block-image:not(#individual-image) {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  flex-basis: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(24, 51, 58, 0.11) !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-1 > figure.wp-block-image > picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-1 > figure.wp-block-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

body.home .kb-row-layout-id840_ea6608-cd {
  padding: 0 !important;
}

body.home .kb-row-layout-id840_ea6608-cd > .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 !important;
}

body.home .kb-row-layout-id840_ea6608-cd .wp-block-kadence-column {
  min-width: 0;
  height: 100%;
}

body.home .kb-row-layout-id840_ea6608-cd .kt-inside-inner-col {
  display: flex !important;
  height: 100%;
  min-height: 290px;
  flex-direction: column !important;
  padding: 25px !important;
  border: 1px solid #eadfce;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 51, 58, 0.09);
}

body.home .kb-row-layout-id840_ea6608-cd p {
  margin: 0 !important;
  color: #4d6064 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.home .kb-row-layout-id840_ea6608-cd p:last-child {
  margin-top: auto !important;
  padding-top: 20px;
  color: var(--travel-ink) !important;
}

body.home .kb-row-layout-id840_ea6608-cd br + br,
body.home .kb-row-layout-id840_ea6608-cd p:empty {
  display: none;
}

body.home .kb-row-layout-id840_ea6608-cd + .wp-block-spacer {
  height: 58px !important;
}

body.home .kb-row-layout-id840_319631-c6 {
  margin-bottom: 48px !important;
  padding: 24px !important;
  border-radius: 22px;
  background: var(--travel-cream);
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  overflow: visible !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 > figure.wp-block-image:not(#individual-image) {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  flex-basis: auto !important;
  min-width: 0 !important;
  min-height: 118px;
  margin: 0 !important;
  padding: 20px 24px !important;
  border: 1px solid #eadfce;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 > figure.wp-block-image > picture {
  display: flex !important;
  width: 100% !important;
  height: 76px !important;
  align-items: center;
  justify-content: center;
}

#post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 > figure.wp-block-image img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 76px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.site-footer,
#colophon {
  position: relative;
  overflow: hidden;
  border-top: 0 !important;
  background: var(--travel-deep-2) !important;
}

.site-footer::before,
#colophon::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 5%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(233, 170, 59, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(233, 170, 59, 0.04), 0 0 0 55px rgba(233, 170, 59, 0.03);
}

.site-footer *,
#colophon * {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-footer .widget-title,
#colophon .widget-title {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
}

.site-footer a,
#colophon a {
  color: #ffd885 !important;
}

@media (max-width: 1024px) {
  .had-mobile-header {
    min-height: 78px;
    padding-inline: 20px;
    background: rgba(255, 253, 248, 0.96) !important;
    backdrop-filter: blur(14px);
  }

  .travel-hero {
    min-height: 760px;
  }

  .travel-hero__inner {
    padding-top: 90px;
  }

  body.home .kb-row-layout-id840_ea6608-cd > .kt-row-column-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .travel-hero {
    min-height: 750px;
    align-items: start;
  }

  .travel-hero__media img {
    object-position: 62% center;
  }

  .travel-hero__media::after {
    background: linear-gradient(90deg, rgba(7, 40, 43, 0.91), rgba(7, 40, 43, 0.62));
  }

  .travel-hero__inner {
    width: min(100% - 36px, 620px);
    padding: 94px 0 220px;
  }

  .travel-hero h1 {
    font-size: clamp(42px, 13vw, 61px) !important;
  }

  .travel-hero__lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .travel-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .travel-button {
    width: 100%;
  }

  .travel-hero__trust {
    display: grid;
    gap: 10px;
  }

  .travel-hero__foot {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    border-radius: 18px 18px 0 0;
  }

  .travel-hero__feature {
    padding: 14px 20px;
  }

  .travel-hero__feature + .travel-hero__feature::before {
    top: 0;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 1px;
  }

  .travel-hero__feature strong {
    font-size: 18px;
  }

  body.home .entry-content > h2.wp-block-heading {
    padding-inline: 18px;
  }

  .woocommerce ul.products li.product .product-details {
    min-height: 0;
  }

  body.home .entry-content > .wp-block-spacer {
    height: 38px !important;
  }

  #post-840 .entry-content .wp-block-gallery.wp-block-gallery-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .kb-row-layout-id840_ea6608-cd > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }

  body.home .kb-row-layout-id840_ea6608-cd .kt-inside-inner-col {
    min-height: 0;
  }

  #post-840 .entry-content .wp-block-gallery.wp-block-gallery-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .kb-row-layout-id840_319631-c6 {
    width: calc(100% - 28px);
    margin-bottom: 40px !important;
    padding: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
