/*
Design intent:
- Direction: Cinematic Dark Luxury
- Live-site tokens sampled from https://www.zoortours.com/
- Primary match work in this slice: global system, header, footer
*/

:root {
  --zoor-base: #000000;
  --zoor-surface: #191919;
  --zoor-surface-alt: #f8f7f4;
  --zoor-contrast: #ffffff;
  --zoor-text: #f2ede5;
  --zoor-text-muted: #d1cbc5;
  --zoor-accent: #cf9c55;
  --zoor-border: #222222;
  --zoor-copy-dark: #4a4a4a;
  --zoor-warm: #fef5e4;
  --zoor-radius-sm: 0.875rem;
  --zoor-radius-md: 1.25rem;
  --zoor-radius-lg: 1.75rem;
  --zoor-shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.22);
  --zoor-shadow-card: 0 24px 60px rgba(0, 0, 0, 0.28);
  --zoor-shell-max: 1776px;
  --zoor-header-height: 6rem;
  --zoor-header-height-scrolled: 5rem;
  --zoor-admin-bar-offset: 0px;
  scroll-behavior: smooth;
}

:root :where(html) {
  margin: 0 !important;
  padding: 0;
  background: var(--zoor-contrast);
}

:root :where(body) {
  margin: 0 !important;
  padding: 0;
  overflow-x: clip;
  background: var(--zoor-contrast);
  color: var(--zoor-base);
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:root :where(body.admin-bar) {
  --zoor-admin-bar-offset: 32px;
}

:root :where(*),
:root :where(*::before),
:root :where(*::after) {
  box-sizing: border-box;
}

:root :where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

:root :where(a) {
  color: inherit;
  transition: color 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

:root :where(a:hover) {
  color: var(--zoor-accent);
}

:root :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.02em;
}

:root :where(p, li) {
  text-wrap: pretty;
}

:root :where(p) {
  max-inline-size: 66ch;
}

:root :where(ul, ol) {
  margin: 0;
  padding: 0;
}

:root :where(main > .wp-block-group) {
  width: 100%;
}

:root :where(.wp-site-blocks) {
  padding-top: 0;
  overflow-x: clip;
}

body > .wp-site-blocks {
  margin-top: calc(-1 * var(--wp--style--block-gap, 1.25rem)) !important;
}

body.admin-bar > .wp-site-blocks {
  margin-top: 0 !important;
}

:root :where(.wp-site-blocks > header.wp-block-template-part),
:root :where(.wp-site-blocks > main),
:root :where(.wp-site-blocks > footer.wp-block-template-part) {
  margin-block-start: 0;
  margin-block-end: 0;
}

:root :where(body.home .wp-site-blocks),
:root :where(body.home #main-content),
:root :where(body.home #main-content > .wp-block-group:first-child),
:root :where(body.home .zoor-hero) {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-top: 0 !important;
}

:root :where(.zoor-shell) {
  width: min(var(--zoor-shell-max), calc(100vw - 4rem));
  margin-inline: auto;
}

:root :where(.zoor-section) {
  position: relative;
  overflow: clip;
  padding: clamp(5rem, 9vw, 7.5rem) min(3.125vw, 2.8125rem);
  background: var(--zoor-contrast);
  color: var(--zoor-base);
}

:root :where(.zoor-section--light) {
  background: var(--zoor-surface-alt);
  color: var(--zoor-base);
}

:root :where(.zoor-meta) {
  margin: 0;
  color: var(--zoor-accent);
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

:root :where(.zoor-heading) {
  margin: 0;
  color: var(--zoor-base);
  font-weight: 400;
  line-height: 1.12;
}

:root :where(.zoor-lead) {
  margin: 0;
  max-width: 39rem;
  color: var(--zoor-copy-dark);
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  line-height: 1.55;
}

:root :where(.zoor-section--light .zoor-meta) {
  color: var(--zoor-accent);
}

:root :where(.zoor-section--light .zoor-heading) {
  color: var(--zoor-base);
}

:root :where(.zoor-section--light .zoor-lead) {
  color: var(--zoor-copy-dark);
}

:root :where(.zoor-destinations-archive-intro) {
  position: relative;
  overflow: clip;
  padding-block: clamp(3.5rem, 7vw, 5.75rem) clamp(1rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at top left, rgba(207, 156, 85, 0.16), transparent 24%),
    linear-gradient(180deg, #fcfaf7 0%, #f6f0e8 100%);
}

:root :where(.zoor-destinations-archive-intro::before) {
  content: "";
  position: absolute;
  inset-inline-end: clamp(-7rem, -2vw, -1rem);
  inset-block-start: clamp(-4rem, -2vw, -1rem);
  inline-size: clamp(16rem, 30vw, 28rem);
  block-size: clamp(16rem, 30vw, 28rem);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 74, 122, 0.12) 0%, rgba(37, 74, 122, 0) 68%);
  pointer-events: none;
}

:root :where(.zoor-destinations-archive-intro__shell),
:root :where(.zoor-destinations-archive-intro__copy),
:root :where(.zoor-destinations-archive-intro__panel),
:root :where(.zoor-destinations-archive-intro__card) {
  position: relative;
  z-index: 1;
}

:root :where(.zoor-destinations-archive-intro__grid) {
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4rem);
  margin: 0 !important;
}

:root :where(.zoor-destinations-archive-intro__copy) {
  display: grid;
  gap: 1rem;
  flex-basis: 58% !important;
}

:root :where(.zoor-destinations-archive-intro__eyebrow),
:root :where(.zoor-destinations-archive-intro__card-label) {
  margin: 0;
  color: var(--wp--preset--color--accent);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:root :where(.zoor-destinations-archive-intro__title) {
  margin: 0;
  max-inline-size: 12ch;
  color: var(--zoor-base);
  font-size: clamp(2.8rem, 5.7vw, 5.25rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

:root :where(.zoor-destinations-archive-intro__body) {
  margin: 0;
  max-inline-size: 39rem;
  color: rgba(31, 26, 21, 0.76);
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.02rem, 0.98rem + 0.28vw, 1.2rem);
  line-height: 1.7;
  text-wrap: pretty;
}

:root :where(.zoor-destinations-archive-intro__panel) {
  display: flex;
  justify-content: flex-end;
  flex-basis: 42% !important;
}

:root :where(.zoor-destinations-archive-intro__card) {
  inline-size: min(100%, 31rem);
  padding: clamp(1.4rem, 2.3vw, 2rem);
  border: 1px solid rgba(31, 26, 21, 0.08);
  border-radius: clamp(1.4rem, 2vw, 2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(249, 243, 235, 0.98) 100%);
  box-shadow: 0 24px 50px rgba(47, 31, 15, 0.08);
}

:root :where(.zoor-destinations-archive-intro__card-title) {
  margin: 0;
  max-inline-size: 12ch;
  color: var(--zoor-base);
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

:root :where(.zoor-destinations-archive-intro__list) {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root :where(.zoor-destinations-archive-intro__list li) {
  position: relative;
  margin: 0;
  padding-inline-start: 1.25rem;
  color: rgba(31, 26, 21, 0.78);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.98rem;
  line-height: 1.65;
  text-wrap: pretty;
}

:root :where(.zoor-destinations-archive-intro__list li::before) {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.62rem;
  inline-size: 0.52rem;
  block-size: 0.52rem;
  border-radius: 999px;
  background: var(--wp--preset--color--accent);
}

:root :where(.zoor-grid) {
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
}

:root :where(.zoor-grid--2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:root :where(.zoor-grid--3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:root :where(.zoor-grid--4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:root :where(.zoor-card) {
  overflow: clip;
  border: 1px solid rgba(207, 156, 85, 0.45);
  border-radius: 0;
  background: var(--zoor-contrast);
  box-shadow: none;
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

:root :where(.zoor-card:hover) {
  transform: translateY(-6px);
  border-color: rgba(207, 156, 85, 0.75);
  box-shadow: 0 22px 48px rgba(60, 38, 9, 0.12);
}

:root :where(.zoor-card__image) {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

:root :where(.zoor-card__image img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

:root :where(.zoor-card:hover .zoor-card__image img) {
  transform: scale(1.06);
}

:root :where(.zoor-card__body) {
  display: grid;
  gap: 0.8rem;
  padding: 1.5rem;
}

:root :where(.zoor-card__body h3) {
  margin: 0;
  color: var(--zoor-base);
  font-size: clamp(1.25rem, 1.08rem + 0.7vw, 1.75rem);
  line-height: 1.18;
}

:root :where(.zoor-card__body p) {
  margin: 0;
  max-inline-size: none;
  color: var(--zoor-copy-dark);
}

:root :where(.zoor-card__body a) {
  color: var(--zoor-base);
  font-family: var(--wp--preset--font-family--heading);
  text-decoration: none;
}

:root :where(main .has-on-base-muted-color) {
  color: var(--zoor-copy-dark) !important;
}

:root :where(.wp-block-button__link) {
  position: relative;
  overflow: hidden;
  min-height: 3.0625rem;
  transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

:root :where(.wp-block-button__link:hover) {
  transform: translateY(-2px);
}

:root :where(.zoor-button-row) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

:root :where(.zoor-button-secondary) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.0625rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  text-decoration: none;
}

:root :where(.zoor-site-header) {
  --zoor-header-fg: var(--zoor-base);
  --zoor-header-divider: rgba(0, 0, 0, 0.18);
  --zoor-header-outline: rgba(0, 0, 0, 0.18);
  --zoor-header-surface: rgba(255, 255, 255, 0.96);
  --zoor-header-shadow: 0 18px 40px rgba(26, 16, 5, 0.08);
  position: sticky;
  top: var(--zoor-admin-bar-offset, 0px);
  z-index: 80;
  width: 100%;
  min-height: var(--zoor-header-height);
  padding-top: 0 !important;
  padding-right: clamp(1rem, 3vw, 2rem) !important;
  padding-bottom: 0 !important;
  padding-left: clamp(1rem, 3vw, 2rem) !important;
  background: var(--zoor-header-surface);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: padding 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, backdrop-filter 0.28s ease;
}

:root :where(body.home .zoor-site-header) {
  --zoor-header-fg: var(--zoor-contrast);
  --zoor-header-divider: rgba(255, 255, 255, 0.68);
  --zoor-header-outline: rgba(255, 255, 255, 0.82);
  --zoor-header-surface: transparent;
  --zoor-header-shadow: none;
  position: fixed;
  inset-inline: 0;
  inset-block-start: var(--zoor-admin-bar-offset, 0px);
  inset-block-end: auto;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

:root :where(.zoor-site-header.is-scrolled) {
  min-height: var(--zoor-header-height-scrolled);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: var(--zoor-header-surface);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: var(--zoor-header-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

:root :where(body.home .zoor-site-header.is-scrolled) {
  --zoor-header-fg: var(--zoor-base);
  --zoor-header-divider: rgba(0, 0, 0, 0.18);
  --zoor-header-outline: rgba(0, 0, 0, 0.18);
  --zoor-header-surface: rgba(255, 255, 255, 0.94);
  --zoor-header-shadow: 0 18px 40px rgba(26, 16, 5, 0.12);
}

:root :where(.zoor-header-shell) {
  isolation: isolate;
}

:root :where(.zoor-header__row) {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 3rem);
  min-height: 3.8rem;
  width: 100%;
}

:root :where(.zoor-header__row > *) {
  min-width: 0;
}

:root :where(.zoor-header__brand) {
  flex: 0 0 auto;
  margin: 0;
}

:root :where(.zoor-header__brand img) {
  width: 4.8125rem;
  transition: filter 0.28s ease;
}

:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__brand img) {
  filter: brightness(0) invert(1);
}

:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__brand img) {
  filter: none;
}

:root :where(.zoor-site-header a),
:root :where(.zoor-site-header .wp-block-navigation-item__content),
:root :where(.zoor-site-header .wp-block-navigation-item__label),
:root :where(.zoor-site-header .wp-block-navigation__responsive-container-open),
:root :where(.zoor-site-header .wp-block-navigation__responsive-container-open svg) {
  color: var(--zoor-header-fg);
  fill: currentColor;
  stroke: currentColor;
}

:root :where(.zoor-site-header a:hover),
:root :where(.zoor-site-header a:focus-visible) {
  color: var(--zoor-header-fg);
  opacity: 0.82;
}

:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__nav .wp-block-navigation-item__content),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__nav .wp-block-navigation-item__label),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__cta .wp-block-button__link),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__button .wp-block-button__link),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .wp-block-navigation__responsive-container-open),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .wp-block-navigation__responsive-container-open svg) {
  color: var(--zoor-contrast) !important;
  fill: currentColor;
  stroke: currentColor;
}

:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__nav .wp-block-navigation-item__content),
:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__nav .wp-block-navigation-item__label),
:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__cta .wp-block-button__link),
:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__button .wp-block-button__link),
:root :where(body.home .zoor-site-header.is-scrolled .wp-block-navigation__responsive-container-open),
:root :where(body.home .zoor-site-header.is-scrolled .wp-block-navigation__responsive-container-open svg) {
  color: var(--zoor-base) !important;
  fill: currentColor;
  stroke: currentColor;
}

:root :where(.zoor-header__nav-wrap) {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

:root :where(.zoor-header__cta) {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}

:root :where(.zoor-header__cta .wp-block-buttons) {
  gap: 0;
}

:root :where(.zoor-header__cta .wp-block-button) {
  margin: 0;
}

:root :where(.zoor-header__cta .wp-block-button__link),
:root :where(.zoor-site-header .wp-block-button.is-style-outline-light .wp-block-button__link) {
  min-height: 3.5rem;
  min-width: 10.75rem;
  padding: 0.95rem 2rem;
  border: 1px solid var(--zoor-header-outline);
  border-radius: 999px;
  background: transparent;
  color: var(--zoor-header-fg);
  box-shadow: none;
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1rem, 0.96rem + 0.15vw, 1.125rem);
  line-height: 1;
}

:root :where(body.home .zoor-site-header:not(.is-scrolled) .zoor-header__cta .wp-block-button__link),
:root :where(body.home .zoor-site-header:not(.is-scrolled) .wp-block-button.is-style-outline-light .wp-block-button__link) {
  border-color: rgba(255, 255, 255, 0.84);
  color: var(--zoor-contrast) !important;
  background: transparent !important;
}

:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__cta .wp-block-button__link),
:root :where(body.home .zoor-site-header.is-scrolled .wp-block-button.is-style-outline-light .wp-block-button__link) {
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--zoor-base) !important;
  background: transparent !important;
}

:root :where(.zoor-header__cta .wp-block-button__link:hover),
:root :where(.zoor-site-header .wp-block-button.is-style-outline-light .wp-block-button__link:hover) {
  background: rgba(255, 255, 255, 0.08);
  color: var(--zoor-header-fg);
}

:root :where(body.home .zoor-site-header.is-scrolled .zoor-header__cta .wp-block-button__link:hover),
:root :where(body.home .zoor-site-header.is-scrolled .wp-block-button.is-style-outline-light .wp-block-button__link:hover) {
  background: rgba(0, 0, 0, 0.04);
  color: var(--zoor-base);
}

:root :where(.zoor-hero) {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  margin-block-start: 0 !important;
  overflow: clip;
  isolation: isolate;
  background: #0e243f;
}

:root :where(.zoor-hero__media) {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: clip;
}

:root :where(.zoor-hero__slide) {
  display: block;
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background-color: #0e243f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.95s ease, transform 6.6s ease;
  will-change: opacity, transform;
}

:root :where(.zoor-hero__slide.is-active) {
  opacity: 1;
  transform: scale(1.08);
}

:root :where(.zoor-hero__slide--1) {
  background-position: 58% 50%;
}

:root :where(.zoor-hero__slide--2) {
  background-position: 50% 46%;
}

:root :where(.zoor-hero__slide--3) {
  background-position: 54% 52%;
}

:root :where(.zoor-hero::after) {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 41, 73, 0.08) 0%, rgba(18, 41, 73, 0.03) 34%, rgba(46, 28, 9, 0.1) 72%, rgba(46, 28, 9, 0.18) 100%);
  pointer-events: none;
}

:root :where(.zoor-hero__content) {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(7rem, 8vw, 8rem) min(5vw, 4.5rem) clamp(7rem, 8vw, 8rem);
  text-align: center;
}

@supports (min-height: 100dvh) {
  :root :where(.zoor-hero),
  :root :where(.zoor-hero__media),
  :root :where(.zoor-hero__slide),
  :root :where(.zoor-hero__content) {
    min-height: 100dvh;
  }
}

:root :where(.zoor-hero__content > .zoor-shell) {
  display: flex;
  justify-content: center;
  width: min(72rem, calc(100vw - clamp(2rem, 6vw, 6rem)));
}

:root :where(.zoor-hero__stack) {
  display: grid;
  justify-items: center;
  gap: 1.35rem;
  width: min(60rem, 100%);
  margin-inline: auto;
}

:root :where(.zoor-hero .zoor-meta) {
  margin: 0;
  color: var(--zoor-accent);
  font-size: clamp(1.05rem, 0.98rem + 0.24vw, 1.25rem);
}

:root :where(.zoor-hero__title) {
  margin: 0;
  max-width: min(14.5ch, 100%);
  color: var(--zoor-warm);
  font-size: clamp(4rem, 6.4vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

:root :where(.zoor-hero .zoor-lead) {
  margin: 0 auto;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.08rem, 1rem + 0.24vw, 1.25rem);
  line-height: 1.45;
  text-wrap: pretty;
}

:root :where(.zoor-hero .zoor-button-row) {
  margin-top: 0.45rem;
  justify-content: center;
}

:root :where(.zoor-hero .wp-block-button__link) {
  min-height: 3.7rem;
  min-width: 12.5rem;
  padding-inline: 2.6rem;
  background: var(--zoor-accent);
  border: 0;
  color: var(--zoor-contrast);
  font-size: clamp(1.1rem, 1rem + 0.18vw, 1.25rem);
}

:root :where(.zoor-hero .wp-block-button__link:hover) {
  background: #ddb27a;
  color: var(--zoor-contrast);
}

:root :where(.swiper-pagination-bullet) {
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(242, 237, 229, 0.35);
  opacity: 1;
}

:root :where(.swiper-pagination-bullet-active) {
  background: var(--zoor-accent);
}

:root :where(.zoor-inline-list) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  list-style: none;
}

:root :where(.zoor-footer) {
  padding: clamp(4.5rem, 10vw, 6.25rem) min(3.125vw, 2.8125rem) 1.5rem;
  background: var(--zoor-base);
}

:root :where(.zoor-footer p),
:root :where(.zoor-footer li),
:root :where(.zoor-footer a) {
  max-inline-size: none;
  text-decoration: none;
}

:root :where(.zoor-footer__grid) {
  display: grid !important;
  grid-template-columns: 1.35fr 0.85fr 1fr 1.15fr 0.75fr;
  gap: clamp(2rem, 3vw, 3.5rem);
  flex-wrap: unset !important;
}

:root :where(.zoor-footer__grid > .wp-block-column) {
  flex: unset !important;
  width: auto !important;
  margin: 0;
  min-width: 0;
}

:root :where(.zoor-footer__brand) {
  display: grid;
  align-content: start;
  gap: 1.4rem;
}

:root :where(.zoor-footer__brand figure) {
  margin: 0;
}

:root :where(.zoor-footer__tagline) {
  margin: 0;
  max-width: 19rem;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1rem;
  line-height: 1.45;
}

:root :where(.zoor-footer__column) {
  display: grid;
  align-content: start;
  gap: 1.35rem;
}

:root :where(.zoor-footer__column--social) {
  align-content: start;
}

:root :where(.zoor-footer__heading) {
  margin: 0;
  color: var(--zoor-accent);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

:root :where(.zoor-footer__links) {
  display: grid;
  gap: 0.9rem;
  list-style: none;
}

:root :where(.zoor-footer__links li) {
  margin: 0;
}

:root :where(.zoor-footer__links a) {
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  line-height: 1.2;
}

:root :where(.zoor-footer__contact) {
  display: grid;
  gap: 0.35rem;
}

:root :where(.zoor-footer__contact p) {
  margin: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  line-height: 1.2;
}

:root :where(.zoor-footer__follow-heading) {
  margin-top: 1.35rem;
}

:root :where(.zoor-footer__social) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

:root :where(.zoor-footer__social .wp-social-link) {
  margin: 0;
  background: var(--zoor-surface);
  border-radius: 999px;
}

:root :where(.zoor-footer__social .wp-block-social-link-anchor) {
  width: 2.625rem;
  height: 2.625rem;
  color: var(--zoor-accent);
}

:root :where(.zoor-footer__social li a) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 999px;
  background: var(--zoor-surface);
  color: var(--zoor-accent);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}

:root :where(.zoor-footer__bottom) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--zoor-border);
}

:root :where(.zoor-footer__copyright) {
  margin: 0;
  color: var(--zoor-text-muted);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1rem;
  line-height: 1.2;
}

:root :where(.zoor-footer__legal) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 2rem;
  list-style: none;
}

:root :where(.zoor-footer__legal li) {
  margin: 0;
}

:root :where(.zoor-footer__legal a) {
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.125rem;
  line-height: 1.2;
}

:root :where(.zoor-swiper),
:root :where(.swiper) {
  width: 100%;
  overflow: hidden;
}

:root :where(.swiper-marquee .swiper-slide) {
  width: min(23rem, 82vw);
  height: auto;
}

:root :where(.swiper-testimonials .swiper-slide) {
  height: auto;
}

:root :where(.zoor-testimonials-swiper .zoor-card) {
  min-height: 100%;
}

:root :where(.zoor-testimonials-swiper .zoor-grid img) {
  aspect-ratio: 1;
  object-fit: cover;
}

:root :where(.zoor-marquee-track),
:root :where(.zoor-testimonial-track) {
  display: flex;
}

@media (max-width: 1200px) {
  :root :where(.zoor-shell) {
    width: min(var(--zoor-shell-max), calc(100vw - 3rem));
  }

  :root :where(.zoor-site-header .zoor-shell) {
    width: 100%;
    max-width: none;
  }

  :root :where(.zoor-header__row) {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
  }

  :root :where(.zoor-header__nav-wrap) {
    width: auto;
    justify-content: flex-end;
    justify-self: end;
  }

  :root :where(.zoor-header__cta) {
    display: none;
  }

  :root :where(.zoor-header__nav .wp-block-navigation__responsive-container-open) {
    margin-right: 0;
  }

  :root :where(.zoor-hero__content) {
    padding: clamp(6.5rem, 10vw, 8rem) 1.5rem clamp(4.5rem, 7vw, 5.75rem);
  }

  :root :where(.zoor-hero__content > .zoor-shell) {
    width: min(46rem, calc(100vw - 3rem));
  }

  :root :where(.zoor-hero__stack) {
    gap: 1.15rem;
    width: min(42rem, 100%);
  }

  :root :where(.zoor-hero__title) {
    max-width: min(11ch, 100%);
    font-size: clamp(3.5rem, 8vw, 5.25rem);
  }

  :root :where(.zoor-hero .zoor-lead) {
    max-width: 30rem;
  }

  :root :where(.zoor-footer__grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  :root :where(.zoor-destinations-archive-intro__title) {
    max-inline-size: 13ch;
  }

  :root :where(.zoor-destinations-archive-intro__panel) {
    justify-content: stretch;
  }

  :root :where(.zoor-destinations-archive-intro__card) {
    inline-size: 100%;
  }

  :root :where(.zoor-grid--3),
  :root :where(.zoor-grid--4) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root :where(.zoor-site-header) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  :root :where(.zoor-footer__grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root :where(.zoor-footer__bottom) {
    align-items: flex-start;
  }
}

@media (max-width: 782px) {
  :root :where(.zoor-destinations-archive-intro) {
    padding-block: 3rem 1rem;
  }

  :root :where(.zoor-destinations-archive-intro__title) {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  :root :where(body.admin-bar) {
    --zoor-admin-bar-offset: 46px;
  }

  :root :where(.zoor-shell) {
    width: min(var(--zoor-shell-max), calc(100vw - 1.5rem));
  }

  :root :where(.zoor-site-header .zoor-shell) {
    width: 100%;
    max-width: none;
  }

  :root :where(.zoor-grid--2),
  :root :where(.zoor-grid--3),
  :root :where(.zoor-grid--4),
  :root :where(.zoor-footer__grid) {
    grid-template-columns: minmax(0, 1fr);
  }

  :root :where(.zoor-section) {
    padding-inline: 0.75rem;
  }

  :root :where(.zoor-hero__content) {
    padding: 6.5rem 1rem 3.75rem;
  }

  :root :where(.zoor-hero__content > .zoor-shell) {
    width: calc(100vw - 2rem);
  }

  :root :where(.zoor-hero__stack) {
    gap: 1rem;
    width: 100%;
  }

  :root :where(.zoor-hero__title) {
    max-width: min(8.4ch, 100%);
    font-size: clamp(2.75rem, 11vw, 4.25rem);
    line-height: 0.92;
  }

  :root :where(.zoor-hero .zoor-meta) {
    font-size: 1rem;
  }

  :root :where(.zoor-hero .zoor-lead) {
    max-width: 21rem;
    font-size: 1rem;
  }

  :root :where(.zoor-hero .wp-block-button__link) {
    min-width: 11.5rem;
    min-height: 3.5rem;
    padding-inline: 2rem;
  }

  :root :where(.zoor-hero__slide--1) {
    background-position: 64% 50%;
  }

  :root :where(.zoor-hero__slide--2) {
    background-position: 54% 50%;
  }

  :root :where(.zoor-hero__slide--3) {
    background-position: 58% 50%;
  }

  :root :where(.zoor-footer__bottom) {
    flex-direction: column;
  }

  :root :where(.zoor-footer__legal) {
    justify-content: flex-start;
    gap: 0.6rem 1.5rem;
  }
}

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

  :root :where(*),
  :root :where(*::before),
  :root :where(*::after) {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Blog archive + single fallback styles (in case Tailwind bundle is not loading). */
:root :where(.zoor-blog-archive) {
  position: relative;
  padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(4rem, 7vw, 6rem);
  background: linear-gradient(180deg, #fbf7f1 0%, #f2ece4 100%);
}

:root :where(.zoor-blog-archive__shell) {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
}

:root :where(.zoor-blog-archive__grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.4vw, 1.8rem);
  margin: 0;
  list-style: none;
  padding: 0;
}

:root :where(.zoor-blog-archive__grid > li) {
  margin: 0;
}

:root :where(.zoor-blog-card__cover) {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(24, 19, 14, 0.08);
  isolation: isolate;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

:root :where(.zoor-blog-card__cover:hover) {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(24, 19, 14, 0.12);
}

:root :where(.zoor-blog-card__cover .wp-block-cover__inner-container) {
  display: grid;
  gap: 0.45rem;
  padding: 1.4rem;
  color: #fff;
}

:root :where(.zoor-blog-card__meta) {
  margin: 0;
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 248, 238, 0.72);
}

:root :where(.zoor-blog-card__title) {
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw + 0.6rem, 1.85rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

:root :where(.zoor-blog-card__excerpt) {
  margin: 0;
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.96rem;
  line-height: 1.62;
  color: rgba(255, 248, 238, 0.82);
  text-wrap: pretty;
}

:root :where(.zoor-blog-single-hero) {
  min-block-size: clamp(22rem, 48vw, 36rem);
  position: relative;
}

:root :where(.zoor-blog-single-hero)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 9, 0.12) 0%, rgba(7, 7, 9, 0.55) 65%, rgba(7, 7, 9, 0.72) 100%);
  pointer-events: none;
}

:root :where(.zoor-blog-single-hero .wp-block-cover__inner-container) {
  max-width: min(1320px, calc(100vw - clamp(2rem, 6vw, 5.5rem)));
  margin-inline: auto;
  padding-block: clamp(5rem, 12vw, 8rem) clamp(2.5rem, 5vw, 4rem);
  display: grid;
  gap: 0.8rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

:root :where(.zoor-blog-single-hero__meta) {
  margin: 0;
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 238, 0.75);
}

:root :where(.zoor-blog-single-hero__title) {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

:root :where(.zoor-blog-single-hero__excerpt) {
  margin: 0;
  max-inline-size: 40rem;
  font-family: var(--wp--preset--font-family--ui);
  font-size: clamp(1rem, 0.98rem + 0.2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 248, 238, 0.86);
}

:root :where(.zoor-blog-single-content) {
  padding-block: clamp(3rem, 7vw, 5rem);
}

:root :where(.zoor-blog-single-content .wp-block-post-content) {
  max-inline-size: 72ch;
  margin-inline: auto;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
  display: grid;
  gap: 1.5rem;
  font-size: clamp(1.02rem, 0.98rem + 0.2vw, 1.14rem);
  line-height: 1.8;
  color: rgba(31, 26, 21, 0.82);
}

:root :where(.zoor-blog-single-content .wp-block-post-content h2),
:root :where(.zoor-blog-single-content .wp-block-post-content h3),
:root :where(.zoor-blog-single-content .wp-block-post-content h4) {
  margin-top: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

:root :where(.zoor-blog-single-content .wp-block-post-content ul),
:root :where(.zoor-blog-single-content .wp-block-post-content ol) {
  padding-inline-start: 1.4rem;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

:root :where(.zoor-blog-single-content .wp-block-post-content blockquote) {
  margin: 0;
  padding: 1.4rem 1.6rem;
  border-inline-start: 4px solid rgba(182, 146, 79, 0.6);
  background: rgba(251, 247, 241, 0.8);
  border-radius: 18px;
  color: rgba(31, 26, 21, 0.9);
}

:root :where(.zoor-blog-related) {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background:
    radial-gradient(circle at top left, rgba(182, 146, 79, 0.12), transparent 40%),
    linear-gradient(180deg, #fbf7f1 0%, #f2ece4 100%);
}

:root :where(.zoor-blog-related__shell) {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

:root :where(.zoor-blog-related__title) {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

:root :where(.zoor-about-hero) {
  min-height: clamp(26rem, 58vw, 42rem);
}

:root :where(.zoor-about-hero .wp-block-cover__inner-container) {
  width: 100%;
  padding-block: clamp(6rem, 12vw, 8rem) clamp(3rem, 6vw, 4.5rem);
}

:root :where(.zoor-about-hero__content) {
  display: grid;
  gap: 1rem;
  color: #fff;
}

:root :where(.zoor-about-hero__eyebrow) {
  margin: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: var(--wp--preset--font-family--ui);
  color: rgba(255, 248, 238, 0.8);
}

:root :where(.zoor-about-hero__title) {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

:root :where(.zoor-about-hero__body) {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 248, 238, 0.86);
}

:root :where(.zoor-about-hero__actions) {
  margin-top: 0.5rem;
}

:root :where(.zoor-about-cta .wp-block-button__link) {
  border-color: rgba(255, 255, 255, 0.5);
}

:root :where(.wp-block-zoor-tours-about-showcase.zoor-about-page-story) {
  overflow: visible !important;
  overflow-x: visible !important;
}

:root :where(.wp-block-zoor-tours-about-showcase.zoor-about-page-story .zoor-about-showcase__shell) {
  width: min(var(--zoor-shell-max), calc(100vw - clamp(2rem, 6vw, 7.5rem))) !important;
  margin-inline: auto !important;
}

:root :where(.wp-block-zoor-tours-about-showcase.zoor-about-page-story .zoor-about-showcase__intro-shell) {
  max-inline-size: min(32rem, 100%) !important;
}

:root :where(.wp-block-zoor-tours-about-showcase.zoor-about-page-story .zoor-about-heading) {
  font-size: clamp(2.45rem, 4.8vw, 4.15rem);
  line-height: 0.92;
  text-wrap: balance;
}

:root :where(.wp-block-zoor-tours-traveler-testimonials.zoor-about-page-testimonials) {
  overflow: visible !important;
  overflow-x: visible !important;
}

:root :where(.wp-block-zoor-tours-traveler-testimonials.zoor-about-page-testimonials .zoor-traveler-testimonials__shell) {
  width: min(var(--zoor-shell-max), calc(100vw - clamp(2rem, 6vw, 7.5rem))) !important;
  margin-inline: auto !important;
}

:root :where(.wp-block-zoor-tours-traveler-testimonials.zoor-about-page-testimonials .zoor-traveler-testimonials__title) {
  white-space: normal !important;
  text-wrap: balance !important;
  max-inline-size: 12ch !important;
  font-size: clamp(2.35rem, 3.65vw, 4rem) !important;
}

:root :where(.wp-block-zoor-tours-traveler-testimonials.zoor-about-page-testimonials .zoor-traveler-testimonials__stage) {
  overflow: visible !important;
}

:root :where(.zoor-contact-hero) {
  min-height: clamp(24rem, 54vw, 38rem);
}

:root :where(.zoor-contact-hero .wp-block-cover__inner-container) {
  width: 100%;
  padding-block: clamp(5rem, 12vw, 7.5rem) clamp(2.5rem, 6vw, 4rem);
}

:root :where(.zoor-contact-hero__content) {
  display: grid;
  gap: 1rem;
  color: #fff;
}

:root :where(.zoor-contact-hero__eyebrow) {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: var(--wp--preset--font-family--ui);
  color: rgba(255, 248, 238, 0.82);
}

:root :where(.zoor-contact-hero__title) {
  margin: 0;
  font-size: clamp(2.4rem, 5.8vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

:root :where(.zoor-contact-hero__body) {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 248, 238, 0.86);
}

:root :where(.zoor-contact-hero__actions) {
  margin-top: 0.35rem;
}

:root :where(.zoor-contact-cards) {
  display: grid;
  gap: 1.25rem;
}

:root :where(.zoor-contact-form) {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(24, 19, 14, 0.08);
}

:root :where(.zoor-contact-form__title) {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.2;
}

:root :where(.zoor-contact-form__body) {
  margin: 0;
  color: rgba(31, 26, 21, 0.7);
  font-size: 1rem;
  line-height: 1.6;
}

:root :where(.zoor-contact-form__details) {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(24, 19, 14, 0.08);
  color: rgba(31, 26, 21, 0.68);
  font-size: 0.95rem;
}

:root :where(.zoor-contact-form .ff-el-form-control) {
  border-radius: 14px;
  border: 1px solid rgba(24, 19, 14, 0.12);
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
}

:root :where(.zoor-contact-form .ff-el-form-control:focus) {
  border-color: rgba(207, 156, 85, 0.8);
  box-shadow: 0 0 0 3px rgba(207, 156, 85, 0.18);
}

:root :where(.zoor-contact-form .ff-btn-submit) {
  background: var(--zoor-accent);
  color: #fff;
  border-radius: 999px;
  padding: 0.85rem 2.2rem;
  font-weight: 600;
  border: none;
}

:root :where(.zoor-contact-form .ff-btn-submit:hover) {
  filter: brightness(0.95);
}

@media (max-width: 900px) {
  :root :where(.zoor-blog-archive__grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root :where(.zoor-blog-archive__grid) {
    grid-template-columns: 1fr;
  }

  :root :where(.zoor-blog-single-hero .wp-block-cover__inner-container) {
    padding-block: 4.5rem 2.5rem;
  }
}
