@import url("/assets/marko-traveling/client-ux/marko-client-ux.css?v=40");
/* MARKO Traveling production media enhancement, 2026-08-14. */
main[data-mtw-native-slug] {
  --mtw-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mtw-sans: "Golos Text", "Golos Text Fallback", "Segoe UI", sans-serif;
}

@media (min-width: 1041px) {
  main[data-mtw-native-slug]
    section[data-mtw-native-covers][data-mtw-count="1"]
    [class*="featureGrid"] {
    grid-template-columns: minmax(0, 1fr);
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers][data-mtw-count="2"]
    [class*="featureGrid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers][data-mtw-count="3"]
    [class*="featureGrid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers][data-mtw-count="4"]
    details[data-mtw-feature-window]
    > summary {
    padding-inline: 20px;
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers][data-mtw-count="4"]
    details[data-mtw-feature-window]
    > summary
    h3 {
    max-width: none;
    font-size: clamp(1.65rem, 2vw, 2.25rem);
  }
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window] {
  overflow: hidden;
  border-color: rgba(219, 185, 126, 0.46);
  background: #261e17;
  box-shadow: 0 20px 52px rgba(13, 9, 6, 0.2);
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: end;
  align-items: end;
  min-height: clamp(250px, 31vw, 370px);
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  background-color: #261e17;
  background-image:
    linear-gradient(
      180deg,
      rgba(12, 9, 7, 0.05) 20%,
      rgba(12, 9, 7, 0.34) 56%,
      rgba(12, 9, 7, 0.94) 100%
    ),
    linear-gradient(100deg, rgba(19, 13, 9, 0.3), transparent 64%),
    var(--mtw-native-cover);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fffaf2;
  transform: translateZ(0);
  transition:
    border-color 320ms var(--mtw-ease),
    box-shadow 420ms var(--mtw-ease),
    filter 420ms var(--mtw-ease);
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary::after {
  position: absolute;
  inset-block-start: clamp(18px, 2vw, 26px);
  inset-inline-start: clamp(18px, 2vw, 26px);
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 250, 242, 0.42);
  border-radius: 999px;
  background: rgba(20, 15, 11, 0.42);
  color: rgba(255, 250, 242, 0.96);
  content: attr(data-mtw-ai-label);
  font: 650 0.64rem/1.2 var(--mtw-sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  > [class*="featureVisual"] {
  display: none !important;
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  > div {
  position: relative;
  z-index: 2;
  grid-column: 1;
  max-width: 44ch;
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  small {
  color: #efd7ad;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  h3 {
  max-width: 15ch;
  margin-block: 9px 0;
  color: #fffaf2;
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  line-height: 1.04;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.48);
  text-wrap: balance;
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  p {
  max-width: 46ch;
  margin-block-start: 12px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.84rem;
  line-height: 1.55;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.62);
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary
  > [class*="roundToggle"] {
  position: absolute;
  inset-block-start: clamp(18px, 2vw, 26px);
  inset-inline-end: clamp(18px, 2vw, 26px);
  z-index: 3;
  border-color: rgba(255, 250, 242, 0.58);
  background: rgba(20, 15, 11, 0.34);
  color: #fffaf2;
}

@media (hover: hover) and (pointer: fine) {
  main[data-mtw-native-slug]
    section[data-mtw-native-covers]
    details[data-mtw-feature-window]
    > summary:hover {
    filter: saturate(1.06) contrast(1.025);
  }
}

main[data-mtw-native-slug]
  section[data-mtw-native-covers]
  details[data-mtw-feature-window]
  > summary:focus-visible {
  outline: 3px solid #fffaf2;
  outline-offset: -7px;
  box-shadow: inset 0 0 0 10px rgba(121, 80, 34, 0.82);
}

@media (max-width: 760px) {
  main[data-mtw-native-slug]
    section[data-mtw-native-covers]
    details[data-mtw-feature-window]
    > summary {
    min-height: 320px;
    padding: 24px 20px;
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers]
    details[data-mtw-feature-window]
    > summary
    h3 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
}

@media (forced-colors: active) {
  main[data-mtw-native-slug]
    section[data-mtw-native-covers]
    details[data-mtw-feature-window]
    > summary {
    border: 2px solid ButtonText;
    background: Canvas;
    color: ButtonText;
  }

  main[data-mtw-native-slug]
    section[data-mtw-native-covers]
    details[data-mtw-feature-window]
    > summary::after {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }
}

/* Keep the country search CTA in document flow so it never covers feature cards. */
main[data-country-destination-hub]
  > a[href^="/traveling?"][class*="searchCta"] {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  box-sizing: border-box;
  width: min(310px, calc(100% - 32px)) !important;
  min-width: 0 !important;
  margin-block: clamp(28px, 4vw, 56px)
    max(88px, calc(72px + env(safe-area-inset-bottom))) !important;
  margin-inline: auto
    max(clamp(16px, 3.125vw, 24px), calc((100vw - 1240px) / 2)) !important;
  transform: none !important;
}

@media (max-width: 480px) {
  main[data-country-destination-hub="united-kingdom"]
    [class*="intro"]
    h1 {
    font-size: clamp(38px, 11vw, 52px);
  }
}
