/*
Theme Name: Winetour
Theme URI: https://onemore.vetorstack.com
Author: Onemore
Description: Marketplace theme for wine tours inspired by modern booking catalogs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: winetour
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap");

:root {
  --wt-bg: #f6f1e7;
  --wt-surface: #ffffff;
  --wt-text: #1f2225;
  --wt-muted: #6c737c;
  --wt-border: #e2d8c5;
  --wt-brand: #aa0000;
  --wt-brand-2: #926c15;
  --wt-success: #2d6a4f;
  --wt-cream: #f6f1e7;
  --wt-darkgreen: #5d1e1e;
  --wt-pink: #f3ddda;
  --wt-lime: #efe1c4;
  --wt-radius: 14px;
  --wt-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--wt-bg);
  color: var(--wt-text);
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a, a:hover, a:focus, a:active, a:visited { color: var(--wt-brand); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.wt-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* Wider content canvas for region experience page */
body.single-wt_region .wt-wrap {
  width: 90%;
  max-width: 1720px;
}

.wt-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.wt-top-promo {
  background: #f6dfdb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.wt-top-promo-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
}
.wt-top-promo-inner a {
  color: #151515;
  text-decoration: none;
  font-weight: 700;
}
.wt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 86px;
}
.wt-nav-left,
.wt-nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.wt-gift-menu {
  position: relative;
}
.wt-logo {
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0.3px;
  font-family: Georgia, "Times New Roman", serif;
  color: #fff4e3;
}
.wt-gifts-link {
  color: #fff4e3;
  font-size: 19px;
  font-weight: 600;
  opacity: 0.95;
  padding: 10px 12px;
  border-radius: 10px;
}
.wt-gift-menu:hover .wt-gifts-link {
  background: rgba(255,255,255,.12);
}
.wt-gift-mega {
  position: absolute;
  left: -40px;
  top: calc(100% + 12px);
  width: min(1200px, 86vw);
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 60;
}
.wt-gift-menu:hover .wt-gift-mega,
.wt-gift-menu:focus-within .wt-gift-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.wt-gift-col h4 {
  margin: 0 0 8px;
  color: #111;
  font-size: 20px;
}
.wt-gift-col a {
  display: block;
  color: #182230;
  margin: 7px 0;
  font-size: 15px;
}
.wt-gift-cta {
  margin-top: 12px !important;
  background: #5d1e1e;
  color: #fff !important;
  border-radius: 10px;
  text-align: center;
  padding: 10px 12px;
  font-weight: 700;
}
.wt-header-search-inline {
  width: min(410px, 34vw);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 22px;
  padding: 6px 6px 6px 14px;
  min-height: 68px;
  position: relative;
  transition: max-width .25s ease, opacity .25s ease, transform .25s ease, padding .25s ease, border-width .25s ease;
}
.wt-header-search-inline label {
  position: absolute;
  left: 40px;
  top: 10px;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}
.wt-header-search-inline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 18px;
  height: 18px;
  background-color: #1e1e1e;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22s-7-4.48-7-11a7 7 0 1 1 14 0c0 6.52-7 11-7 11Zm0-9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22s-7-4.48-7-11a7 7 0 1 1 14 0c0 6.52-7 11-7 11Zm0-9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wt-header-search-inline input {
  border: 0;
  outline: none;
  padding: 28px 10px 8px 40px;
  font-size: 15px;
  color: #2a2a2a;
  background: transparent;
}
.wt-header-search-inline input::placeholder {
  color: #969696;
  opacity: 1;
}
.wt-header-search-inline button {
  border: 0;
  border-radius: 999px;
  width: 56px;
  height: 56px;
  background: #d90429;
  color: #fff;
  font-size: 0;
  font-weight: 700;
  box-shadow: none;
  transition: transform .16s ease, background .16s ease, color .16s ease;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.wt-header-search-inline button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Ccircle cx='12' cy='12' r='8' fill='none' stroke='white' stroke-width='3.4'/%3E%3Cline x1='18.5' y1='18.5' x2='24' y2='24' stroke='white' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wt-header-search-inline button:hover {
  background: #b20322;
  transform: translateY(-1px);
}
.wt-header-search-wrap {
  position: relative;
}
.wt-header-search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(610px, 52vw);
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  padding: 14px 18px 10px;
  z-index: 90;
}
.wt-search-panel-title {
  margin: 16px 0 8px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #3c3c3c;
  font: 600 14px/1.2 var(--wt-font-sans);
}
.wt-search-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: #1f1f1f !important;
}
.wt-search-row-main {
  padding-bottom: 10px;
}
.wt-search-row-title {
  font: 600 18px/1.3 var(--wt-font-sans);
}
.wt-search-row strong {
  display: block;
  font: 700 17px/1.25 var(--wt-font-sans);
  color: #1a1a1a;
}
.wt-search-row small {
  display: block;
  margin-top: 3px;
  font: 500 14px/1.3 var(--wt-font-sans);
  color: #6d6d6d;
}
.wt-search-row-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  position: relative;
}
.wt-search-row-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: #232323;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22s-7-4.48-7-11a7 7 0 1 1 14 0c0 6.52-7 11-7 11Zm0-9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22s-7-4.48-7-11a7 7 0 1 1 14 0c0 6.52-7 11-7 11Zm0-9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wt-search-row-icon-host::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wt-search-empty {
  margin: 8px 0 4px;
  font: 500 14px/1.4 var(--wt-font-sans);
  color: #6b6b6b;
}
.wt-floating-tools {
  position: fixed;
  right: 8px;
  top: 46%;
  transform: translateY(-50%);
  z-index: 140;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.wt-floating-tools-trigger {
  width: 46px;
  height: 46px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #f8f8f8;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.wt-floating-tools-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 0;
  opacity: 0;
  transform: translateX(14px);
  overflow: hidden;
  white-space: nowrap;
  transition: max-width .28s ease, opacity .2s ease, transform .28s ease;
}
.wt-floating-tools.is-open .wt-floating-tools-panel {
  max-width: 320px;
  opacity: 1;
  transform: translateX(0);
}
.wt-floating-tools .wt-theme-controls,
.wt-floating-tools .wt-zoom-controls {
  border: 1px solid #d0d0d0;
  background: #ffffff;
  padding: 3px 8px;
}
.wt-floating-tools .wt-theme-label,
.wt-floating-tools .wt-theme-toggle,
.wt-floating-tools .wt-zoom-btn,
.wt-floating-tools .wt-zoom-value {
  color: #1e1e1e;
}
.wt-floating-tools .wt-theme-toggle,
.wt-floating-tools .wt-zoom-btn {
  background: #f2f2f2;
}
.wt-floating-tools .wt-theme-toggle:hover,
.wt-floating-tools .wt-zoom-btn:hover {
  background: #e8e8e8;
}
.wt-currency { font-size: 18px; font-weight: 600; color: #fff4e3; }
.wt-theme-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
}
.wt-theme-label {
  color: #fff4e3;
  font-size: 12px;
  font-weight: 700;
}
.wt-theme-toggle {
  height: 28px;
  border-radius: 999px;
  border: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1d1f25;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.wt-zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
}
.wt-zoom-btn {
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff4e3;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.wt-zoom-value {
  min-width: 36px;
  text-align: center;
  color: #fff4e3;
  font-size: 12px;
  font-weight: 700;
}
.wt-fav-btn {
  color: #fff4e3;
  font-size: 24px;
  line-height: 1;
}
.wt-login-btn {
  display: inline-block;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: #fff4e3;
  padding: 10px 18px;
  font-weight: 600;
}
.wt-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.wt-menu a { color: var(--wt-text); font-weight: 600; }

.wt-hero-home {
  background: var(--wt-darkgreen);
  color: #fff;
  padding: 18px 0 24px;
  margin-top: -1px;
}
.wt-hero-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center;
}
.wt-hero-copy h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  font-size: clamp(30px, 3.8vw, 50px);
  color: #f0dfb9;
}
.wt-hero-copy p {
  margin: 0;
  max-width: 700px;
  font-size: clamp(15px, 1.55vw, 22px);
  color: #ffffff;
}
.wt-hero-search {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 640px;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
}
.wt-hero-search input {
  border: 0;
  outline: none;
  padding: 10px;
  font-size: 15px;
}
.wt-hero-search button {
  border: 2px solid #aa0000;
  border-radius: 12px;
  width: 44px;
  background: #fff;
  color: #aa0000;
}
.wt-hero-media img {
  border-radius: 18px;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.wt-hero-media {
  position: relative;
}
.wt-hero-slider {
  position: relative;
  height: 560px;
  isolation: isolate;
}
.wt-hero-slide {
  position: absolute;
  left: 50%;
  top: 10px;
  width: min(460px, 82%);
  aspect-ratio: 3 / 4;
  margin: 0;
  opacity: 0;
  transform-origin: center center;
  transform: translateX(-50%) scale(.88);
  transition: transform .72s cubic-bezier(.22,.61,.36,1), opacity .46s ease, filter .46s ease;
  pointer-events: none;
  will-change: transform, opacity;
}
.wt-hero-slide img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0,0,0,.36);
}
.wt-hero-slide.is-visible {
  opacity: 1;
}
.wt-hero-slide[data-stack-slot="0"] {
  z-index: 3;
  filter: brightness(1);
  transform: translateX(-50%) translateY(0) rotate(4deg) scale(1);
}
.wt-hero-slide[data-stack-slot="1"] {
  z-index: 2;
  filter: brightness(.78) saturate(.88);
  transform: translateX(calc(-50% - 38px)) translateY(-10px) rotate(-6deg) scale(.95);
}
.wt-hero-slide[data-stack-slot="2"] {
  z-index: 1;
  filter: brightness(.65) saturate(.82);
  transform: translateX(calc(-50% + 40px)) translateY(10px) rotate(7deg) scale(.93);
}
.wt-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f5ecde;
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.wt-hero-prev { left: -14px; }
.wt-hero-next { right: -14px; }
.wt-home-trust {
  background: #f3f3f3;
  border-bottom: 1px solid #ececec;
}
.wt-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 22px 0 24px;
}
.wt-trust-item {
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
}
.wt-trust-icon {
  display: block;
  min-height: 24px;
  font-size: 18px;
  line-height: 1;
}
.wt-trust-stars {
  color: #d7842f;
  letter-spacing: 2px;
}
.wt-trust-cup,
.wt-trust-bolt {
  color: #d90429;
}
.wt-trust-item p {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  font: 700 20px/1.4 var(--wt-font-sans);
  color: #111;
}

.wt-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.wt-section { padding: 18px 0 34px; }
.wt-section h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.8vw, 42px);
  font-family: Georgia, "Times New Roman", serif;
}
.wt-section-sub {
  margin: -8px 0 20px;
  font-size: 18px;
  max-width: 760px;
}
.wt-rail-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.wt-rail-controls {
  display: flex;
  gap: 10px;
}
.wt-rail-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ddd8ce;
  background: #f8f7f3;
  color: #222;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.wt-rail-controls-right {
  justify-content: flex-end;
  margin: -2px 0 10px;
}
.wt-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wt-rail::-webkit-scrollbar { display: none; }
.wt-wrap.wt-section.wt-home-light .wt-rail {
  padding: 6px 2px 24px;
}
.wt-destination-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
}
.wt-destination-link {
  display: block;
  position: relative;
  min-height: 430px;
}
.wt-destination-link img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform .48s ease, filter .48s ease;
}
.wt-destination-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 75%);
}
.wt-destination-top {
  color: #f0dfb9;
  font-size: 20px;
  font-weight: 700;
}
.wt-destination-overlay h3 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}
.wt-home-light { padding-top: 30px; }

.wt-home-map-full {
  width: 100%;
  margin: 8px 0 34px;
  position: relative;
}

.wt-map-live-notify {
  position: absolute;
  right: 14px;
  top: 86px;
  z-index: 470;
  width: 320px;
  display: grid;
  gap: 8px;
  pointer-events: none;
}
.wt-map-live-small,
.wt-map-live-big {
  border-radius: 14px;
  border: 1px solid rgba(28, 105, 84, 0.24);
  background: rgba(240, 255, 249, 0.7);
  color: #13352d;
  backdrop-filter: blur(9px);
  box-shadow: 0 10px 22px rgba(6, 36, 28, 0.2);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity .38s ease, transform .38s ease;
}
.wt-map-live-small {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  border-color: rgba(160, 20, 20, 0.28);
  background: rgba(186, 34, 34, 0.72);
}
.wt-map-live-big {
  padding: 12px 14px;
}
.wt-map-live-small.is-visible,
.wt-map-live-big.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wt-map-live-big strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 6px;
}
.wt-map-live-big span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.wt-home-map-tools {
  position: absolute;
  top: 12px;
  left: 78px;
  right: 12px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
.wt-home-map-full.wt-map-popup-open .wt-home-map-tools {
  z-index: 40;
  opacity: .12;
  pointer-events: none;
  transition: opacity .2s ease;
}

.wt-home-map-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  pointer-events: auto;
}

.wt-home-map-filters select,
.wt-home-map-filters input {
  height: 38px;
  border: 1px solid #d4cec0;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  background: #fff;
}

#wt-home-map-district { min-width: 190px; }
#wt-home-map-country { min-width: 170px; }
#wt-home-map-search { min-width: 260px; }

#wt-home-map-fullscreen {
  height: 38px;
  border: 1px solid #1f4a43;
  background: #fff;
  color: #1f4a43;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
}

#wt-home-portugal-map {
  width: 100%;
  height: 500px;
  border-top: 1px solid #ddd6c8;
  border-bottom: 1px solid #ddd6c8;
  background: #e9e6de;
  position: relative;
}

#wt-home-portugal-map.is-loading::after {
  content: "A carregar mapa...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #3d4b52;
  background: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d3cec2;
}

#wt-home-portugal-map .leaflet-popup-pane,
#wt-home-portugal-map .leaflet-popup {
  z-index: 780 !important;
}

.wt-home-map-zoom-hint {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%) translateY(-6px);
  z-index: 510;
  background: rgba(18, 30, 46, 0.84);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.wt-home-map-zoom-hint.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.22);
}
.leaflet-popup-content {
  margin: 12px;
  min-width: 260px;
}
.leaflet-popup-close-button {
  top: 8px !important;
  right: 8px !important;
  color: #7b7b7b !important;
  font-size: 20px !important;
}

.wt-home-map-popup {
  display: grid;
  gap: 10px;
}
.wt-home-map-popup-media {
  margin: 0;
}
.wt-home-map-popup img {
  width: 100%;
  max-width: 280px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.wt-home-map-popup h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
  color: #121826;
}
.wt-home-map-popup-price {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1d2433;
}
.wt-home-map-popup-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wt-home-map-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 9px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.wt-home-map-action-secondary {
  color: #0c4a6e;
  background: #e8f4fb;
  border: 1px solid #b9dcee;
}
.wt-home-map-action-primary {
  color: #fff !important;
  background: #0b4d3f;
  border: 1px solid #0b4d3f;
}

.wt-home-map-cluster {
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  background: rgba(226, 0, 58, 0.92);
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.leaflet-marker-icon.wt-home-map-cluster,
.leaflet-div-icon.wt-home-map-cluster {
  background: rgba(226, 0, 58, 0.92);
  border: 2px solid #fff;
}
.wt-home-map-cluster span {
  display: block;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.wt-home-map-country-bubble {
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(10, 72, 120, 0.92);
  border: 2px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}
.leaflet-marker-icon.wt-home-map-country-bubble,
.leaflet-div-icon.wt-home-map-country-bubble {
  background: rgba(10, 72, 120, 0.92);
  border: 2px solid #fff;
}
.wt-home-map-country-bubble span {
  display: block;
  line-height: 46px;
  width: 100%;
  text-align: center;
}
.wt-home-map-featured {
  background: transparent !important;
  border: 0 !important;
}
.wt-home-map-featured span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: block;
  background: rgba(247, 133, 41, 0.95);
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 0 rgba(247, 133, 41, 0.62);
  animation: wtFeaturedPulse 1.6s infinite;
}
@keyframes wtFeaturedPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 133, 41, 0.65);
    transform: scale(0.92);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(247, 133, 41, 0);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 133, 41, 0);
    transform: scale(0.92);
  }
}
.wt-home-map-full:fullscreen,
.wt-home-map-full:-webkit-full-screen {
  background: #f5f2ea;
  padding: 10px;
}
.wt-home-map-full:fullscreen #wt-home-portugal-map,
.wt-home-map-full:-webkit-full-screen #wt-home-portugal-map {
  height: calc(100vh - 74px);
}

@media (max-width: 768px) {
  .wt-home-map-tools {
    left: 72px;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    z-index: 420;
  }
  .wt-home-map-full.wt-map-popup-open .wt-home-map-tools {
    z-index: 40;
    opacity: .15;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  #wt-home-portugal-map .leaflet-popup-pane,
  #wt-home-portugal-map .leaflet-popup {
    z-index: 780 !important;
  }
  .wt-home-map-filters {
    max-width: calc(100% - 120px);
    gap: 6px;
  }
  #wt-home-map-district,
  #wt-home-map-country,
  #wt-home-map-search {
    min-width: 0;
    width: 100%;
  }
  #wt-home-map-fullscreen {
    width: auto;
    white-space: nowrap;
  }
  .wt-map-live-notify {
    width: auto;
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    gap: 6px;
  }
  .wt-map-live-small {
    font-size: 10px;
    padding: 6px 10px;
  }
  .wt-map-live-big {
    padding: 8px 10px;
  }
  .wt-map-live-big strong {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .wt-map-live-big span {
    font-size: 11px;
    line-height: 1.25;
  }
}

.wt-grid-cards-wide .wt-card {
  border-radius: 16px;
  overflow: hidden;
}

.wt-card {
  background: var(--wt-surface);
  border: 1px solid var(--wt-border);
  border-radius: var(--wt-radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  display: grid;
  transition: transform .28s ease, box-shadow .28s ease;
}
.wt-card-media {
  aspect-ratio: 16/10;
  background: #ecebe7;
}
.wt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-card-body { padding: 16px; }
.wt-card-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
}
.wt-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}
.wt-destination-card {
  transition: transform .28s ease, box-shadow .28s ease;
}
.wt-destination-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.wt-destination-card:hover .wt-destination-link img {
  transform: scale(1.05);
  filter: saturate(1.14) contrast(1.08);
}
.wt-meta {
  margin: 0;
  color: var(--wt-muted);
  font-size: 12px;
}
.wt-chip {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
  background: #f4ede2;
  color: #7a561f;
}
.wt-cta-pink {
  background: #f1a796;
  border-radius: 22px;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: center;
}
.wt-cta-pink-copy h2 {
  margin: 0;
  font-family: var(--wt-font-serif);
  font-size: clamp(40px, 3.8vw, 64px);
  line-height: 1.05;
  max-width: 760px;
}
.wt-cta-pink-copy p {
  margin: 18px 0 0;
  font: 500 17px/1.45 var(--wt-font-sans);
  max-width: 660px;
  color: #171717;
}
.wt-cta-kicker {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #111;
}
.wt-cta-pink-media img {
  border-radius: 22px;
  width: 100%;
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.wt-cta-actions {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  max-width: 720px;
}
.wt-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 14px;
  padding: 0 24px;
  font: 700 18px/1 var(--wt-font-sans);
}
.wt-cta-btn::after {
  content: "→";
  margin-left: 12px;
}
.wt-cta-btn-primary {
  background: #171a28;
  color: #fff !important;
  border: 1px solid #171a28;
}
.wt-cta-btn-secondary {
  background: transparent;
  color: #171a28 !important;
  border: 1px solid #171a28;
}
.wt-btn-dark,
.wt-btn-light {
  min-height: 44px;
}
.wt-btn-dark {
  background: #1b2232;
  border-color: #1b2232;
}
.wt-btn-light {
  background: transparent;
  color: #1b2232;
  border-color: #1b2232;
}

@media (max-width: 1280px) {
  .wt-cta-kicker { font-size: 13px; }
  .wt-cta-pink-copy h2 { font-size: clamp(34px, 4.2vw, 52px); }
  .wt-cta-pink-copy p { font-size: 16px; }
  .wt-cta-btn { font-size: 16px; min-height: 54px; }
}

@media (max-width: 980px) {
  .wt-cta-pink {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wt-cta-kicker { font-size: 15px; }
  .wt-cta-pink-copy h2 {
    font-size: clamp(30px, 8.6vw, 44px);
  }
  .wt-cta-pink-copy p {
    font-size: 15px;
    margin-top: 14px;
  }
  .wt-cta-actions {
    margin-top: 20px;
    max-width: none;
  }
  .wt-cta-btn {
    font-size: 16px;
    min-height: 50px;
  }
}

.wt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  background: var(--wt-brand);
  color: #fff;
  border: 1px solid var(--wt-brand);
  font-weight: 700;
  cursor: pointer;
}
.wt-form .wt-btn {
  width: 100%;
}
.wt-gifts-bestseller {
  background: #12372f;
  color: #fff;
}
.wt-gifts-bestseller .wt-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wt-gifts-bestseller h2 {
  color: #f9edcc;
  text-align: center;
}
.wt-gift-kicker {
  margin: 0 0 6px;
  text-align: center;
  text-transform: uppercase;
  color: #f2dfb2;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 12px;
}
.wt-gift-rail {
  grid-auto-columns: minmax(320px, 340px);
  padding: 14px 0;
}
.wt-gift-card {
  background: #f6efe4;
  border-radius: 22px;
  overflow: clip;
  color: #1c1f2c;
  min-height: 660px;
  display: grid;
  grid-template-rows: 390px auto;
  border: 1px solid #e9ddcb;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}
.wt-gift-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe6d8;
  padding: 24px 18px 14px;
}
.wt-gift-cover img {
  width: 230px;
  height: 300px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: transparent;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.16));
}
.wt-gift-body {
  background: #fff;
  padding: 18px 18px 20px;
  display: grid;
  gap: 9px;
}
.wt-gift-body h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  min-height: 74px;
}
.wt-gift-price {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.wt-gift-rating {
  margin: -2px 0 2px;
  color: #cf8d2d;
  font-size: 20px;
  letter-spacing: 1px;
}
.wt-gift-offer {
  margin-top: 8px;
  display: block;
  text-align: center;
  border: 2px solid #de003f;
  border-radius: 12px;
  color: #de003f !important;
  padding: 11px 14px;
  font-weight: 700;
  font-size: 24px;
}
.wt-gift-bottom-cta-wrap {
  margin-top: 14px;
  text-align: center;
}
.wt-gift-bottom-cta {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  color: #161d2d !important;
  padding: 12px 18px;
  font-weight: 700;
}
.wt-blog-guides {
  background: #ece7dd;
}
.wt-blog-guides .wt-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wt-blog-guides-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.wt-blog-guides-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 12px/1.2 var(--wt-font-sans);
  color: #262626;
}
.wt-blog-guides h2 {
  margin: 0;
  font-family: var(--wt-font-serif);
  font-size: clamp(28px, 3vw, 56px);
  color: #151515;
}
.wt-blog-guides-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 12px;
  padding: 0 26px;
  background: #0d3b2f;
  color: #fff !important;
  font: 700 18px/1 var(--wt-font-sans);
  white-space: nowrap;
}
.wt-blog-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.wt-blog-guide-card h3 {
  margin: 14px 0 12px;
  font-family: var(--wt-font-serif);
  font-size: clamp(24px, 1.85vw, 40px);
  line-height: 1.25;
  color: #171717;
}
.wt-blog-guide-card h3 a {
  color: #171717 !important;
}
.wt-blog-guide-cover {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #ddd7cc;
}
.wt-blog-guide-cover img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.06);
  transition: transform .46s ease, filter .46s ease;
}
.wt-blog-guide-card:hover .wt-blog-guide-cover img {
  transform: scale(1.04);
  filter: saturate(1.14) contrast(1.1);
}
.wt-blog-guide-tag {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #d6d0c3;
  background: #f6f2e9;
  color: #1f1f1f;
  font: 600 13px/1.2 var(--wt-font-sans);
  padding: 8px 12px;
}
.wt-about-winalist {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.wt-about-winalist-media {
  margin: 0;
}
.wt-about-winalist-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}
.wt-about-winalist-copy h2 {
  margin: 0;
  font-family: var(--wt-font-serif);
  font-size: 42px;
  line-height: 1.08;
  color: #12372f;
}
.wt-about-winalist-copy p {
  margin: 18px 0 0;
  max-width: 760px;
  font: 500 16px/1.55 var(--wt-font-sans);
  color: #131313;
}
.wt-about-winalist-kicker {
  margin: 0 0 14px !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0f3f33 !important;
  font: 700 14px/1.2 var(--wt-font-sans) !important;
}
.wt-about-winalist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border-radius: 12px;
  background: #0d3b2f;
  color: #fff !important;
  font: 700 14px/1 var(--wt-font-sans);
}
.wt-rail-btn-light {
  background: #f5f0e5;
  border-color: #d6cfbf;
}
.wt-newsletter-box { padding-top: 30px; }
.wt-newsletter-inner {
  background: var(--wt-lime);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 20px;
  align-items: center;
}
.wt-newsletter-kicker {
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.wt-newsletter-inner h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}
.wt-newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.wt-newsletter-form input {
  border: 1px solid #9ab353;
  border-radius: 10px;
  padding: 10px 12px;
}
.wt-newsletter-form button {
  border: 0;
  border-radius: 10px;
  background: #113d3f;
  color: #fff;
  padding: 10px 14px;
}

.wt-page-head {
  padding: 38px 0 12px;
}
.wt-page-head h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
}
.wt-page-head p {
  margin: 10px 0 0;
  color: var(--wt-muted);
}

.wt-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  padding-bottom: 30px;
}
.wt-region-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  padding-bottom: 20px;
}
.wt-region-hero-main img {
  border-radius: 10px;
  margin-bottom: 14px;
}
.wt-region-copy p:last-child {
  margin-bottom: 0;
}
.wt-panel {
  background: var(--wt-surface);
  border: 1px solid var(--wt-border);
  border-radius: var(--wt-radius);
  padding: 18px;
}
.wt-panel h3 { margin-top: 0; }

.wt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.wt-list li {
  padding: 10px;
  border: 1px solid var(--wt-border);
  border-radius: 10px;
  background: #fff;
}

.wt-form {
  display: grid;
  gap: 10px;
}
.wt-form label {
  display: grid;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.wt-form input,
.wt-form select,
.wt-form textarea {
  width: 100%;
  border: 1px solid #cfcfc7;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}

.wt-footer {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  background: #f1f2f3;
}
.wt-footer-grid {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 26px;
}
.wt-footer-brand {
  margin: 0 0 8px;
  font-size: 30px;
  font-family: Georgia, "Times New Roman", serif;
  color: #222;
}
.wt-footer-grid h4 {
  margin: 0 0 8px;
  font-size: 16px;
}
.wt-footer-grid a {
  display: block;
  color: #334;
  margin: 6px 0;
}
.wt-footer-bottom {
  border-top: 1px solid #d8d8d8;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  color: #667;
  font-size: 13px;
}

@media (max-width: 980px) {
  .wt-blog-guides .wt-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .wt-gifts-bestseller .wt-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .wt-top-promo-inner {
    min-height: 38px;
    font-size: 13px;
    padding: 0 4px;
  }
  .wt-nav { gap: 8px; }
  .wt-nav-left { min-width: 0; }
  .wt-logo { font-size: 26px; }
  .wt-gifts-link { display: none; }
  .wt-gift-mega { display: none; }
  .wt-site-header .wt-header-search-inline {
    display: none;
  }
  .wt-header-search-panel {
    display: none !important;
  }
  .wt-floating-tools {
    display: none;
  }
  .wt-currency { font-size: 14px; }
  .wt-fav-btn { font-size: 20px; }
  .wt-hero-home-grid { grid-template-columns: 1fr; }
  .wt-hero-slider { height: 420px; }
  .wt-hero-slide {
    top: 8px;
    width: min(360px, 92%);
    aspect-ratio: 3 / 4;
  }
  .wt-hero-slide img { border-radius: 18px; }
  .wt-hero-slide[data-stack-slot="0"] { transform: translateX(-50%) translateY(0) rotate(2deg) scale(1); }
  .wt-hero-slide[data-stack-slot="1"] { transform: translateX(calc(-50% - 16px)) translateY(-8px) rotate(-3deg) scale(.96); }
  .wt-hero-slide[data-stack-slot="2"] { transform: translateX(calc(-50% + 16px)) translateY(8px) rotate(4deg) scale(.94); }
  .wt-hero-prev { left: 8px; }
  .wt-hero-next { right: 8px; }
  .wt-hero-media img { height: 280px; }
  .wt-trust-grid { grid-template-columns: 1fr; gap: 16px; padding: 18px 0; }
  .wt-trust-item p { font-size: 16px; max-width: 520px; }
  .wt-cta-pink { grid-template-columns: 1fr; }
  .wt-blog-guides-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .wt-blog-guides h2 {
    font-size: clamp(28px, 5.6vw, 40px);
  }
  .wt-blog-guides-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wt-blog-guide-card h3 {
    font-size: 30px;
  }
  .wt-about-winalist {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wt-about-winalist-copy h2 {
    font-size: clamp(32px, 8vw, 44px);
  }
  .wt-about-winalist-copy p {
    font-size: 15px;
  }
  .wt-about-winalist-btn {
    font-size: 14px;
    min-height: 48px;
  }
  .wt-newsletter-inner { grid-template-columns: 1fr; }
  .wt-two-col { grid-template-columns: 1fr; }
  .wt-region-hero { grid-template-columns: 1fr; }
  .wt-footer-grid { grid-template-columns: 1fr; }
  .wt-footer-bottom { flex-direction: column; gap: 6px; }
  .wt-rail-head { flex-direction: column; }
  .wt-destination-overlay h3 { font-size: 36px; }
  .wt-gift-card {
    min-height: 560px;
    grid-template-rows: 300px auto;
  }
  .wt-gift-cover img {
    width: 186px;
    height: 240px;
  }
  .wt-gift-body h3 {
    font-size: 18px;
    min-height: auto;
  }
  .wt-gift-price { font-size: 28px; }
  .wt-gift-rating { font-size: 16px; }
  .wt-gift-offer { font-size: 20px; }
}

body.home main > section + section {
  margin-top: 26px;
}
body.home .wt-hero-home + .wt-home-trust {
  margin-top: 0;
}
body.home .wt-gifts-bestseller + .wt-blog-guides {
  margin-top: 0;
}

body.home .wt-section h2 {
  font-size: 42px;
  line-height: 1.12;
}

@media (max-width: 980px) {
  body.home main > section + section {
    margin-top: 18px;
  }
  body.home .wt-hero-home + .wt-home-trust {
    margin-top: 0;
  }
  body.home .wt-gifts-bestseller + .wt-blog-guides {
    margin-top: 0;
  }
  body.home .wt-section h2 {
    font-size: 32px;
  }
}

body.home .wt-site-header {
  background: #fff;
  border-bottom: 1px solid var(--wt-border);
}
body.home .wt-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.home .wt-logo,
body.home .wt-gifts-link,
body.home .wt-currency,
body.home .wt-fav-btn {
  color: #111;
}
body.home .wt-login-btn {
  background: #fff;
  color: #111;
  border: 1px solid #d7d7d7;
}
body.home .wt-wrap {
  width: 90%;
  max-width: none;
}
body.home .wt-gift-cta-section {
  width: 70%;
  max-width: none;
}
body.home .wt-blog-guides .wt-wrap {
  width: 70%;
  max-width: none;
}
body.home .wt-about-winalist-section {
  width: 70%;
  max-width: none;
}
body.home .wt-newsletter-box {
  width: 70%;
  max-width: none;
}
body.home .wt-hero-home .wt-wrap {
  width: 70%;
  max-width: none;
}
body.home .wt-hero-copy h1 {
  font-size: 52px;
  line-height: 1.08;
}
body.home .wt-site-header .wt-header-search-inline {
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  padding: 0;
  border-width: 0;
  overflow: hidden;
  transform: translateY(-8px);
}
body.home .wt-site-header.is-scrolled .wt-header-search-inline {
  max-width: min(410px, 34vw);
  opacity: 1;
  pointer-events: auto;
  padding: 6px 6px 6px 14px;
  border-width: 1px;
  transform: translateY(0);
}
body.home .wt-site-header.is-scrolled .wt-nav {
  min-height: 74px;
}
body:not(.home) .wt-site-header {
  background: #fff;
  border-bottom: 1px solid var(--wt-border);
}
body:not(.home) .wt-site-header .wt-header-search-inline {
  max-width: min(410px, 34vw);
  opacity: 1;
}

body.home .wt-hero-search-wrap {
  position: relative;
  width: min(620px, 96%);
  margin-top: 16px;
  z-index: 12;
}
body.home .wt-hero-search-inline {
  width: 100%;
  max-width: none;
  margin-top: 0;
  min-height: 82px;
  padding: 8px 8px 8px 18px;
  border-radius: 22px;
}
body.home .wt-hero-search-inline input {
  font-size: 17px;
  padding: 36px 12px 11px 44px;
}
body.home .wt-hero-search-inline button {
  width: 64px;
  height: 64px;
}
body.home .wt-hero-search-inline button::before {
  width: 28px;
  height: 28px;
}
body.home .wt-hero-search-wrap .wt-header-search-panel {
  width: min(690px, calc(100vw - 56px));
  max-height: min(72vh, 620px);
  overflow: auto;
  z-index: 120;
}
@media (max-width: 980px) {
  body.home .wt-gift-cta-section {
    width: 92%;
  }
  body.home .wt-blog-guides .wt-wrap {
    width: 92%;
  }
  body.home .wt-about-winalist-section {
    width: 92%;
  }
  body.home .wt-newsletter-box {
    width: 92%;
  }
  body.home .wt-hero-home .wt-wrap {
    width: 92%;
  }
  body.home .wt-hero-copy h1 {
    font-size: clamp(34px, 8.4vw, 44px);
  }
  body.home .wt-hero-search-wrap {
    width: min(100%, 560px);
  }
  body.home .wt-hero-search-inline {
    min-height: 72px;
    padding: 6px 6px 6px 14px;
  }
  body.home .wt-hero-search-inline input {
    font-size: 16px;
    padding: 32px 10px 9px 40px;
  }
  body.home .wt-hero-search-inline button {
    width: 58px;
    height: 58px;
  }
}
body:not(.home) .wt-logo,
body:not(.home) .wt-gifts-link,
body:not(.home) .wt-currency,
body:not(.home) .wt-fav-btn {
  color: #111;
}
body:not(.home) .wt-zoom-controls {
  border-color: #d7d7d7;
  background: #fff;
}
body:not(.home) .wt-theme-controls {
  border-color: #d7d7d7;
  background: #fff;
}
body:not(.home) .wt-theme-label { color: #222; }
body:not(.home) .wt-zoom-btn {
  background: #f2f2f2;
  color: #222;
}
body:not(.home) .wt-zoom-value {
  color: #222;
}

/* Visual modes: day / night / high contrast */
html.wt-theme-night {
  color-scheme: dark;
}
html.wt-theme-night body {
  background: #0f141a;
  color: #e6ebf2;
}
html.wt-theme-night a {
  color: #9ac1ff !important;
}
html.wt-theme-night h1,
html.wt-theme-night h2,
html.wt-theme-night h3,
html.wt-theme-night h4,
html.wt-theme-night h5,
html.wt-theme-night h6,
html.wt-theme-night p,
html.wt-theme-night li,
html.wt-theme-night strong,
html.wt-theme-night label,
html.wt-theme-night .wt-logo,
html.wt-theme-night .wt-gifts-link,
html.wt-theme-night .wt-currency,
html.wt-theme-night .wt-fav-btn {
  color: #e6ebf2 !important;
}

html.wt-theme-night .wt-site-header,
html.wt-theme-night .wt-top-promo,
html.wt-theme-night .wt-exp-topline,
html.wt-theme-night .wt-region-toolbar,
html.wt-theme-night .wt-footer,
html.wt-theme-night .wt-footer-bottom {
  background: #111821 !important;
  border-color: #283241 !important;
}
html.wt-theme-night .wt-top-promo-inner,
html.wt-theme-night .wt-top-promo-inner a {
  color: #dce5f2 !important;
}

html.wt-theme-night .wt-header-search-inline,
html.wt-theme-night .wt-region-sort,
html.wt-theme-night .wt-filter-trigger,
html.wt-theme-night .wt-filter-popover,
html.wt-theme-night .wt-more-filters-drawer-panel,
html.wt-theme-night .wt-exp-book-card,
html.wt-theme-night .wt-exp-side-card,
html.wt-theme-night .wt-card,
html.wt-theme-night .wt-region-card,
html.wt-theme-night .wt-gift-mega,
html.wt-theme-night .wt-newsletter-inner,
html.wt-theme-night .wt-cta-pink,
html.wt-theme-night .wt-section,
html.wt-theme-night .wt-exp-section {
  background: #18212b !important;
  border-color: #2f3a4a !important;
  color: #e6ebf2 !important;
}

html.wt-theme-night input,
html.wt-theme-night select,
html.wt-theme-night textarea {
  background: #141c25 !important;
  border-color: #334255 !important;
  color: #f2f6fb !important;
}
html.wt-theme-night input::placeholder,
html.wt-theme-night textarea::placeholder {
  color: #9aa8bb !important;
}

html.wt-theme-night .wt-login-btn {
  background: #212d3a !important;
  border-color: #3b4c61 !important;
  color: #fff !important;
}
html.wt-theme-night .wt-zoom-controls,
html.wt-theme-night .wt-theme-controls {
  border-color: #3b4c61 !important;
  background: #1c2733 !important;
}
html.wt-theme-night .wt-zoom-btn,
html.wt-theme-night .wt-theme-toggle {
  background: #2a3747 !important;
  color: #fff !important;
}
html.wt-theme-night .wt-zoom-value,
html.wt-theme-night .wt-theme-label {
  color: #dce5f2 !important;
}

/* Keep semantic accent surfaces readable in night mode */
html.wt-theme-night .wt-exp-book-head .wt-exp-chip { color: #2a4c2e !important; }
html.wt-theme-night .wt-exp-cancel { color: #103e38 !important; }
html.wt-theme-night .wt-exp-gift { color: #1e1e1e !important; }
html.wt-theme-night .wt-exp-gift h4,
html.wt-theme-night .wt-exp-gift p { color: #1e1e1e !important; }
html.wt-theme-night .wt-exp-business,
html.wt-theme-night .wt-exp-business h4,
html.wt-theme-night .wt-exp-business p { color: #fff !important; }

body:not(.home) .wt-login-btn {
  background: #f1f1f1;
  color: #111;
  border-color: #e2e2e2;
}

.wt-region-airbnb-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.32) 0%, rgba(0,0,0,.56) 62%, rgba(0,0,0,.7) 100%), var(--hero-url) center/cover no-repeat;
}
.wt-region-airbnb-hero-inner {
  padding: 110px 0 56px;
}
.wt-region-breadcrumb {
  margin: 0 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
}
.wt-region-breadcrumb a,
.wt-region-breadcrumb strong {
  color: #fff;
}
.wt-region-subtitle {
  margin: 0 0 8px;
  font-size: 18px;
  color: rgba(255,255,255,.92);
}
.wt-region-airbnb-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  font-family: Georgia, "Times New Roman", serif;
}
.wt-region-rating {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.wt-region-toolbar {
  background: #fff;
  border-top: 1px solid #ece9e2;
  border-bottom: 1px solid #ece9e2;
  position: sticky;
  top: 86px;
  z-index: 36;
}
.wt-region-toolbar-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wt-region-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.wt-region-filters::-webkit-scrollbar { display: none; }
.wt-region-filters button,
.wt-region-sort {
  border: 1px solid #dbd7cd;
  background: #fff;
  border-radius: 999px;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #19202a;
  cursor: pointer;
  white-space: nowrap;
}
.wt-region-sort { margin-left: auto; }

.wt-region-airbnb-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  gap: 24px;
  padding: 24px 0 36px;
}
.wt-region-airbnb-list {
  display: grid;
  gap: 20px;
}
.wt-region-card {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  background: #f3f2ef;
  border: 1px solid #e7e4dc;
  border-radius: 20px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.wt-region-card.is-active,
.wt-region-card:hover {
  transform: translateY(-4px);
  border-color: #d8ccb9;
  box-shadow: 0 16px 28px rgba(34, 35, 40, .12);
}
.wt-region-card-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.wt-region-card-body {
  padding: 20px;
  display: grid;
  gap: 10px;
}
.wt-region-card-chip {
  margin: 0;
  width: fit-content;
  border-radius: 8px;
  background: #dbdbdb;
  padding: 6px 12px;
  font-size: 14px;
  color: #3d3f45;
}
.wt-region-card-meta {
  margin: 0;
  font-size: 14px;
  color: #292f39;
  font-weight: 600;
}
.wt-region-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.14;
}
.wt-region-card h2 a {
  color: #2b2e36;
}
.wt-region-card p {
  margin: 0;
  font-size: 16px;
  color: #333944;
}
.wt-region-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wt-region-card-footer strong {
  font-size: 27px;
  color: #111923;
}
.wt-region-card-footer a {
  color: #121820;
  font-weight: 700;
}

.wt-region-airbnb-map-col {
  min-height: 660px;
}
.wt-region-map-wrap {
  position: sticky;
  top: 168px;
}
.wt-region-map {
  width: 100%;
  height: 660px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dcd7cc;
}

.wt-map-pin-wrap {
  background: transparent;
  border: 0;
}
.wt-map-pin {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--wt-brand);
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
  font-size: 14px;
}

@media (max-width: 1200px) {
  .wt-region-rating { font-size: 24px; }
  .wt-region-airbnb-layout {
    grid-template-columns: 1fr;
  }
  .wt-region-airbnb-map-col {
    min-height: 460px;
    order: -1;
  }
  .wt-region-map-wrap {
    position: relative;
    top: auto;
  }
  .wt-region-map {
    height: 460px;
  }
}

@media (max-width: 980px) {
  .wt-region-toolbar {
    top: 72px;
  }
  .wt-region-airbnb-hero {
    min-height: 360px;
  }
  .wt-region-airbnb-hero-inner {
    padding: 88px 0 36px;
  }
  .wt-region-subtitle { font-size: 15px; }
  .wt-region-rating { font-size: 18px; }
  .wt-region-filters button,
  .wt-region-sort {
    height: 44px;
    padding: 0 14px;
    font-size: 16px;
  }
  .wt-region-card {
    grid-template-columns: 1fr;
  }
  .wt-region-card-image img {
    min-height: 220px;
  }
  .wt-region-card h2 {
    font-size: 33px;
  }
  .wt-region-card p {
    font-size: 16px;
  }
  .wt-region-card-footer strong {
    font-size: 28px;
  }
}

/* Typography refinement */
:root {
  --wt-font-sans: "Averta", "Averta Std", "Averta PE", "Manrope", "Segoe UI", Arial, sans-serif;
  --wt-font-serif: "Contane Text", "Contane", "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

body {
  font-family: var(--wt-font-sans);
  font-size: 14px;
  line-height: 1.62;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wt-font-serif);
  font-weight: 600;
  letter-spacing: .01em;
}

.wt-top-promo-inner { font-size: 14px; }
.wt-logo {
  font-family: var(--wt-font-sans);
  font-size: 30px;
  font-weight: 700;
}
.wt-gifts-link { font-size: 17px; }
.wt-gift-col h4 { font-size: 26px; }
.wt-gift-col a { font-size: 14px; }
.wt-currency { font-size: 16px; }
.wt-login-btn { font-weight: 500; }

.wt-hero-copy h1 {
  font-family: var(--wt-font-serif);
  font-size: clamp(28px, 3.1vw, 42px);
}
.wt-hero-copy p { font-size: clamp(14px, 1.15vw, 17px); }

.wt-section h2 {
  font-family: var(--wt-font-serif);
  font-size: clamp(22px, 2.1vw, 34px);
}
.wt-section-sub { font-size: 15px; }

.wt-destination-top { font-size: 16px; }
.wt-destination-overlay h3 { font-size: 34px; }

.wt-card-title {
  font-family: var(--wt-font-serif);
  font-size: 28px;
}
.wt-meta { font-size: 12px; }

.wt-gift-body h3 { font-size: 21px; }
.wt-gift-price { font-size: 36px; }
.wt-newsletter-inner h3 {
  font-family: var(--wt-font-serif);
  font-size: 24px;
}

.wt-region-subtitle { font-size: 15px; }
.wt-region-airbnb-hero h1 {
  font-family: var(--wt-font-serif);
  font-size: clamp(30px, 3.8vw, 46px);
}
.wt-region-rating { font-size: 20px; }
.wt-region-card h2 { font-size: 30px; }
.wt-region-card p { font-size: 15px; }
.wt-region-card-footer strong { font-size: 22px; }

@media (max-width: 980px) {
  .wt-logo { font-size: 24px; }
  .wt-destination-overlay h3 { font-size: 28px; }
  .wt-gift-body h3 { font-size: 18px; }
  .wt-gift-price { font-size: 28px; }
  .wt-region-rating { font-size: 16px; }
  .wt-region-card h2 { font-size: 26px; }
  .wt-region-card p { font-size: 14px; }
  .wt-region-card-footer strong { font-size: 20px; }
}

/* Region listing refinement: featured + 2 columns */
.wt-stars {
  color: #a66a00;
  letter-spacing: 1px;
}

.wt-region-toolbar {
  background: #f5f5f5;
  border-top: 1px solid #e3e0d8;
  border-bottom: 1px solid #e3e0d8;
}

.wt-region-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.wt-filter-pill,
.wt-region-sort {
  border: 1px solid #cfc8bb;
  background: #f7f7f7;
  color: #202530;
  border-radius: 999px;
  height: 58px;
  padding: 0 24px;
  font-size: 15px;
  font-family: var(--wt-font-sans);
  outline: none;
}

select.wt-filter-pill,
select.wt-region-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #616161 50%), linear-gradient(135deg, #616161 50%, transparent 50%);
  background-position: calc(100% - 19px) 50%, calc(100% - 13px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

input.wt-filter-pill[type="date"] {
  min-width: 150px;
}

.wt-filter-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
}
.wt-filter-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--wt-brand);
}
.wt-filter-reset {
  cursor: pointer;
  background: #fff;
}

.wt-region-sort {
  margin-left: auto;
  min-width: 320px;
  background-color: #f7f7f7;
}

.wt-region-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.wt-region-card {
  background: #f2f2f2;
  border: 1px solid #e1ddd4;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.wt-region-card:hover,
.wt-region-card.is-active {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, .12);
}

.wt-region-card-featured {
  order: -1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(270px, 48%) minmax(0, 1fr);
}

.wt-region-card-compact {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  display: grid;
  grid-template-rows: 246px auto;
}

.wt-region-card-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.wt-region-card-compact .wt-region-card-image img,
.wt-region-card-featured .wt-region-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-region-heart {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.95);
  color: #1a1f26;
  border: 1px solid #d8d8d8;
  font-size: 23px;
  line-height: 1;
}

.wt-region-badges {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  max-width: 70%;
}
.wt-region-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 500;
  padding: 8px 11px;
  color: #141a22;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  white-space: nowrap;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}
.wt-region-badge::before,
.wt-region-badge::after {
  content: none !important;
  display: none !important;
}
.wt-region-badge-instant {
  background: #ffffff;
  border-color: #e6e6e6;
}
.wt-region-badge-type {
  background: #c9d24f;
  border-color: rgba(0,0,0,.04);
}

.wt-region-card-body {
  padding: 12px 2px 4px;
  display: grid;
  gap: 8px;
}

.wt-region-card-featured .wt-region-card-body {
  padding: 14px;
}

.wt-region-card-chip {
  font-size: 12px;
  background: #d2d2d2;
  color: #30343a;
  border-radius: 6px;
  padding: 5px 10px;
}

.wt-region-card-meta {
  font-size: 14px;
  color: #1f2731;
  font-weight: 600;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.wt-region-card-origin {
  text-transform: capitalize;
}

.wt-region-card h2,
.wt-region-card h2 a {
  font-size: 16px;
  font-family: var(--wt-font-serif);
  line-height: 1.2;
  color: #161d26;
}

.wt-region-card p {
  font-size: 15px;
  line-height: 1.42;
  color: #252d38;
}
.wt-region-areas {
  margin-top: -2px;
  font-size: 14px !important;
  color: #2d3138 !important;
}

.wt-region-card-footer strong {
  font-size: 36px;
  font-family: var(--wt-font-sans);
}

.wt-region-card-footer a {
  color: #1d2530;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wt-region-card-compact .wt-region-card-footer strong {
  font-size: 34px;
}

@media (max-width: 1180px) {
  .wt-region-toolbar-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }

  .wt-region-sort {
    margin-left: 0;
    min-width: 0;
    width: 100%;
  }

  .wt-region-card-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .wt-region-cards-grid {
    grid-template-columns: 1fr;
  }

  .wt-filter-pill,
  .wt-region-sort {
    height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .wt-region-card-compact {
    grid-template-rows: 220px auto;
  }
  .wt-region-card-meta {
    gap: 10px;
    font-size: 13px;
  }
  .wt-region-card-footer strong,
  .wt-region-card-compact .wt-region-card-footer strong {
    font-size: 24px;
  }
}

/* Region card visual fix (featured + clean 2-col cards) */
.wt-region-airbnb-list {
  display: block;
}

.wt-region-card-featured {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(240px, 48%) minmax(0, 1fr);
  gap: 0;
  background: #efefef;
  border: 1px solid #ddd8ce;
  border-radius: 16px;
  overflow: hidden;
}

.wt-region-card-featured .wt-region-card-image {
  border-radius: 0;
}

.wt-region-card-featured .wt-region-card-body {
  padding: 14px;
}

.wt-region-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wt-region-cards-grid .wt-region-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: visible;
  transform: none;
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto;
}

.wt-region-cards-grid .wt-region-card-image {
  position: relative !important;
  display: block !important;
  border-radius: 22px;
  overflow: hidden;
  height: 390px;
  width: 100%;
}

.wt-region-cards-grid .wt-region-card-body {
  padding: 10px 2px 0;
  gap: 7px;
}

.wt-region-cards-grid .wt-region-card-meta {
  font-size: 14px;
  gap: 8px;
}

.wt-region-cards-grid .wt-region-card h2,
.wt-region-cards-grid .wt-region-card h2 a {
  font-size: 24px;
  line-height: 1.2;
}

.wt-region-cards-grid .wt-region-card p {
  font-size: 15px;
}

.wt-region-cards-grid .wt-region-areas {
  font-size: 13px !important;
}

.wt-region-cards-grid .wt-region-card-footer strong {
  font-size: 20px;
}

.wt-region-cards-grid .wt-region-card-footer a {
  font-size: 14px;
}

.wt-region-results-count {
  margin: 0 0 12px;
  color: #4b5460;
  font-size: 14px;
  font-weight: 600;
}

.wt-region-pagination {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wt-region-page-link {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #d6dce3;
  background: #fff;
  color: #1f2730;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.wt-region-page-link.is-active {
  background: #0f5f4f;
  border-color: #0f5f4f;
  color: #fff;
}

.wt-region-page-dots {
  color: #67727e;
  padding: 0 2px;
}

@media (max-width: 980px) {
  .wt-region-card-featured {
    grid-template-columns: 1fr;
  }

  .wt-region-cards-grid {
    grid-template-columns: 1fr;
  }

  .wt-region-cards-grid .wt-region-card-image {
    height: 320px;
  }
}

/* Hard reset for instant badge to avoid inherited panel artifacts */
.wt-region-badges .wt-region-badge,
.wt-region-badges .wt-region-badge-instant,
.wt-region-badges .wt-region-badge-type {
  all: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: var(--wt-font-sans);
  font-size: 13px;
  line-height: 1.05;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 11px;
  color: #141a22;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  position: static !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
}

.wt-region-badges .wt-region-badge-instant {
  background: #ffffff;
  border-color: #e6e6e6;
}

.wt-region-badges .wt-region-badge-type {
  background: #c9d24f;
  border-color: rgba(0,0,0,.04);
}

.wt-region-badges .wt-region-badge::before,
.wt-region-badges .wt-region-badge::after,
.wt-region-badges .wt-region-badge-instant::before,
.wt-region-badges .wt-region-badge-instant::after,
.wt-region-badges .wt-region-badge-type::before,
.wt-region-badges .wt-region-badge-type::after {
  content: none !important;
  display: none !important;
}

/* New isolated badge classes to avoid third-party CSS collisions */
.wtx-exp-badges {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  z-index: 4;
  width: auto;
  height: auto;
  max-width: 70%;
}

.wtx-exp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: var(--wt-font-sans);
  font-size: 13px;
  line-height: 1.05;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 11px;
  color: #141a22;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.wtx-exp-badge-instant {
  background: #fff;
  border-color: #e6e6e6;
}

.wtx-exp-badge-type {
  background: #c9d24f;
  border-color: rgba(0,0,0,.04);
}

/* Region advanced filter UI */
body.single-wt_region .wt-region-toolbar {
  background: #f6f6f6;
  border-color: #e1ded7;
  position: sticky;
  top: 84px;
  z-index: 40;
}

body.single-wt_region .wt-region-toolbar-inner {
  min-height: 86px;
  gap: 12px;
}

body.single-wt_region .wt-region-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

body.single-wt_region .wt-region-filters::-webkit-scrollbar { display: none; }

body.single-wt_region .wt-filter-trigger {
  border: 1px solid #d4d0c5;
  background: #f8f8f8;
  color: #1f2731;
  border-radius: 999px;
  height: 46px;
  padding: 0 18px;
  font: 600 14px/1.1 var(--wt-font-sans);
  white-space: nowrap;
  cursor: pointer;
}

body.single-wt_region .wt-filter-trigger.is-active {
  border-color: #1d2836;
  background: #fff;
}

body.single-wt_region .wt-region-sort-trigger {
  margin-left: auto;
}

body.single-wt_region .wt-filters-popovers {
  position: relative;
  z-index: 45;
}

body.single-wt_region .wt-filter-popover {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: fit-content;
  min-width: 420px;
  max-width: min(760px, 94vw);
  background: #f5f5f5;
  border: 1px solid #d9d5cc;
  border-radius: 20px;
  box-shadow: 0 14px 24px rgba(0,0,0,.14);
  padding: 22px;
}

body.single-wt_region .wt-filter-popover.is-open { display: block; }
body.single-wt_region #wt-popover-sort {
  left: auto;
  right: 0;
  width: fit-content;
  min-width: 320px;
  max-width: min(520px, 90vw);
}

body.single-wt_region .wt-pop-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 360px;
}

body.single-wt_region .wt-pop-grid-2 label span {
  display: block;
  margin: 0 0 6px;
  color: #36504c;
  font: 600 14px/1.2 var(--wt-font-sans);
}

body.single-wt_region .wt-pop-grid-2 input {
  width: 100%;
  border: 1px solid #d8d4ca;
  border-radius: 14px;
  height: 58px;
  padding: 0 14px;
  font: 500 14px/1 var(--wt-font-sans);
}

body.single-wt_region .wt-pop-actions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dfddd6;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

body.single-wt_region .wt-pop-clear {
  border: 0;
  background: transparent;
  color: #1d2734;
  font: 600 14px/1 var(--wt-font-sans);
  cursor: pointer;
}

body.single-wt_region .wt-pop-apply,
body.single-wt_region .wt-pop-apply-alt,
body.single-wt_region .wt-more-submit {
  border: 0;
  border-radius: 16px;
  background: #0d473d;
  color: #fff;
  height: 46px;
  padding: 0 20px;
  font: 700 14px/1 var(--wt-font-sans);
  cursor: pointer;
}

body.single-wt_region .wt-pop-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  font: 600 14px/1.2 var(--wt-font-sans);
  min-width: 320px;
  gap: 16px;
}

body.single-wt_region .wt-pop-counter > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

body.single-wt_region .wt-counter-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  color: #1e2630;
  font-size: 20px;
  cursor: pointer;
}

body.single-wt_region .wt-pop-chip-grid,
body.single-wt_region .wt-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.single-wt_region .wt-chip-btn,
body.single-wt_region .wt-pill-btn,
body.single-wt_region .wt-sort-option {
  border: 1px solid #d6d2c8;
  background: #f8f8f8;
  color: #1d2732;
  border-radius: 999px;
  padding: 10px 16px;
  font: 500 14px/1.2 var(--wt-font-sans);
  cursor: pointer;
}

body.single-wt_region .wt-chip-btn.is-active,
body.single-wt_region .wt-pill-btn.is-active,
body.single-wt_region .wt-sort-option.is-active {
  background: #0d473d;
  border-color: #0d473d;
  color: #fff;
}

body.single-wt_region .wt-filter-popover-sort h4 {
  margin: 0 0 10px;
  font: 700 14px/1.1 var(--wt-font-sans);
}

body.single-wt_region .wt-sort-option {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

body.single-wt_region .wt-more-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 30, .45);
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

body.single-wt_region .wt-more-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.single-wt_region .wt-more-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(560px, 94vw);
  height: 100dvh;
  background: #f6f6f6;
  z-index: 90;
  box-shadow: -10px 0 26px rgba(0,0,0,.18);
  transform: translateX(100%);
  transition: transform .25s ease;
  padding: 20px 24px 28px;
  overflow-y: auto;
}

body.single-wt_region .wt-more-drawer.is-open {
  transform: translateX(0);
}

body.single-wt_region .wt-more-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

body.single-wt_region .wt-more-drawer h3 {
  margin: 6px 0 16px;
  font: 700 32px/1.2 var(--wt-font-sans);
}

body.single-wt_region .wt-more-block {
  border-top: 1px solid #ddd9d0;
  padding: 16px 0;
}

body.single-wt_region .wt-more-block h4 {
  margin: 0 0 10px;
  font: 700 16px/1.2 var(--wt-font-sans);
}

body.single-wt_region .wt-more-block p,
body.single-wt_region .wt-cancel-note {
  margin: 6px 0 0;
  color: #222f3a;
  font-size: 14px;
}

body.single-wt_region .wt-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 10px 0;
}

body.single-wt_region .wt-switch {
  position: relative;
  width: 64px;
  height: 34px;
  display: inline-block;
  flex: 0 0 auto;
}

body.single-wt_region .wt-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

body.single-wt_region .wt-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #ababab;
  transition: .2s ease;
}

body.single-wt_region .wt-switch span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  transition: .2s ease;
}

body.single-wt_region .wt-switch input:checked + span { background: #0d473d; }
body.single-wt_region .wt-switch input:checked + span::before { transform: translateX(30px); }

body.single-wt_region .wt-more-submit {
  width: 100%;
  margin-top: 8px;
  background: #d9003b;
}

@media (max-width: 980px) {
  body.single-wt_region .wt-region-toolbar { top: 72px; }
  body.single-wt_region .wt-filter-trigger { height: 42px; padding: 0 12px; font-size: 14px; }
  body.single-wt_region .wt-filter-popover { width: calc(100vw - 20px); min-width: 0; max-width: calc(100vw - 20px); left: 0; }
  body.single-wt_region .wt-pop-grid-2 { grid-template-columns: 1fr; }
  body.single-wt_region .wt-pop-counter { font-size: 14px; }
  body.single-wt_region .wt-more-block p,
  body.single-wt_region .wt-cancel-note { font-size: 14px; }
}

/* Date range calendar styling */
body.single-wt_region .wt-date-range-calendar {
  margin-top: 14px;
  border-radius: 14px;
  overflow: hidden;
}

body.single-wt_region .wt-date-range-hidden {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-calendar {
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--wt-font-sans);
}

body.single-wt_region .wt-date-range-calendar .flatpickr-months {
  margin-bottom: 8px;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-month {
  height: 56px;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-current-month {
  font-size: 24px;
  padding-top: 10px;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-weekday {
  font-size: 14px;
  font-weight: 600;
  color: #6f7276;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-day {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-day.startRange,
body.single-wt_region .wt-date-range-calendar .flatpickr-day.endRange {
  background: #0d473d;
  border-color: #0d473d;
  color: #fff;
  border-radius: 999px;
}

body.single-wt_region .wt-date-range-calendar .flatpickr-day.inRange {
  background: #dfe5ea;
  border-color: #dfe5ea;
  color: #2b3138;
}

@media (max-width: 980px) {
  body.single-wt_region .wt-date-range-calendar .flatpickr-calendar {
    min-width: 0 !important;
  }

  body.single-wt_region .wt-date-range-calendar .flatpickr-current-month {
    font-size: 18px;
  }
}

/* Experience single page clone */
body.single-wt_experience {
  background: #f6f1e7;
  font-family: var(--wt-font-sans);
}

body.single-wt_experience .wt-wrap {
  width: min(1400px, 92vw);
  margin: 0 auto;
}

body.single-wt_experience .wt-exp-topline {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 220;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: transform .22s ease, opacity .22s ease;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

body.single-wt_experience .wt-exp-topline.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Producers list */
.wt-producers-page {
  background: #f1f1f1;
  padding: 18px 0 34px;
}
.wt-producers-hero {
  padding: 18px 24px 22px;
  margin: 6px 0 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #143f37 0%, #1a5a50 100%);
  color: #fff;
}
.wt-producers-hero-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .86;
}
.wt-producers-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  color: #fff;
}
.wt-producers-hero-text {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  max-width: 820px;
}
.wt-producers-hero-stats {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wt-producers-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
}
.wt-producers-stat strong {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.wt-producers-stat em {
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, .9);
}
.wt-producer-tabs {
  display: flex;
  gap: 10px;
  margin: 2px 0 14px;
}
.wt-producer-tabs a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 0 14px;
  color: #3c3c3c;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.wt-producer-tabs a.is-active {
  border-color: #c43a32;
  background: #c43a32;
  color: #fff;
}
.wt-producers-list {
  border-top: 1px solid #ddd;
}
.wt-producers-filters {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 8px 0 14px;
}
.wt-producers-filters input,
.wt-producers-filters select {
  height: 42px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  font-size: 15px;
}
.wt-producers-filters input {
  width: 320px;
}
.wt-producers-filters button {
  height: 42px;
  border: 1px solid #153f37;
  background: #153f37;
  color: #fff;
  border-radius: 10px;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}
.wt-producers-az {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.wt-producers-az a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.wt-producers-az a:first-child {
  width: auto;
  padding: 0 12px;
}
.wt-producers-az a.is-active {
  background: #c43a32;
  color: #fff;
  border-color: #c43a32;
}
.wt-producer-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
}
.wt-producer-logo {
  width: 220px;
  height: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 14px;
  box-sizing: border-box;
}
.wt-producer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wt-producer-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
  color: #4a4f57;
}
.wt-producer-info h2 {
  margin: 0 0 14px;
  color: #c43a32;
  font-size: 30px;
  line-height: 1.12;
}
.wt-producer-meta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.46;
  color: #111;
}
.wt-producer-label {
  font-weight: 700;
}
.wt-producer-site {
  display: inline-block;
  margin-top: 12px;
  color: #c43a32;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.wt-producer-site:hover {
  text-decoration: underline;
}
.wt-producers-pagination {
  padding: 20px 0 2px;
}
@media (max-width: 900px) {
  .wt-producers-hero {
    padding: 16px 14px 18px;
    border-radius: 14px;
  }
  .wt-producers-hero h1 {
    font-size: 32px;
  }
  .wt-producers-hero-text {
    font-size: 15px;
  }
  .wt-producer-tabs {
    flex-wrap: wrap;
  }
  .wt-producers-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .wt-producers-filters input {
    width: 100%;
  }
  .wt-producer-row {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: flex-start;
  }
  .wt-producer-logo {
    width: 180px;
    height: 120px;
    min-height: 120px;
    justify-content: center;
  }
  .wt-producer-initials {
    font-size: 34px;
  }
}

body.single-wt_experience .wt-site-header {
  transition: transform .22s ease, opacity .22s ease;
}

body.single-wt_experience.wt-exp-scroll-nav-active .wt-site-header {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

body.single-wt_experience .wt-exp-topline-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
}

body.single-wt_experience .wt-exp-topline,
body.single-wt_experience .wt-exp-topline * ,
body.single-wt_experience .wt-exp-summary,
body.single-wt_experience .wt-exp-summary *,
body.single-wt_experience .wt-exp-book-card,
body.single-wt_experience .wt-exp-book-card *,
body.single-wt_experience .wt-exp-section,
body.single-wt_experience .wt-exp-section *,
body.single-wt_experience .wt-exp-side-card,
body.single-wt_experience .wt-exp-side-card * {
  font-family: var(--wt-font-sans);
}

body.single-wt_experience .wt-exp-top-logo {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #0b0f19;
  text-decoration: none;
}

body.single-wt_experience .wt-exp-top-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 12px;
  flex: 1 1 auto;
}

body.single-wt_experience .wt-exp-top-nav a {
  color: #1e2127;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.single-wt_experience .wt-exp-top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 52px;
  border-radius: 12px;
  background: #d9003b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

body.single-wt_experience .wt-exp-hero {
  padding-top: 22px;
}

body.single-wt_experience .wt-exp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #61636a;
  font-size: 14px;
  margin-bottom: 16px;
}

body.single-wt_experience .wt-exp-breadcrumb a,
body.single-wt_experience .wt-exp-breadcrumb strong {
  color: #2c3037;
  text-decoration: none;
}

body.single-wt_experience .wt-exp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 30px;
  align-items: start;
}

body.single-wt_experience .wt-exp-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.single-wt_experience .wt-exp-gallery-main {
  margin: 0;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 16 / 10;
}

body.single-wt_experience .wt-exp-gallery figure {
  margin: 0;
}

body.single-wt_experience .wt-exp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.single-wt_experience .wt-exp-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #141821;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

body.single-wt_experience .wt-exp-gallery-prev { left: 12px; }
body.single-wt_experience .wt-exp-gallery-next { right: 12px; }

body.single-wt_experience .wt-exp-gallery-thumbs {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.single-wt_experience .wt-exp-gallery-thumb {
  flex: 0 0 140px;
  width: 140px;
  height: 88px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
}

body.single-wt_experience .wt-exp-gallery-thumb.is-active {
  border-color: #0d473d;
}

body.single-wt_experience .wt-exp-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-wt_experience .wt-exp-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.single-wt_experience .wt-exp-host {
  margin: 0;
  color: #141821;
  font-size: 13px;
  font-weight: 700;
}

body.single-wt_experience .wt-exp-summary h1 {
  font-family: var(--wt-font-serif);
  margin: 0;
  color: #161822;
  font-size: clamp(42px, 3.3vw, 64px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.single-wt_experience .wt-exp-meta {
  margin: 0;
  color: #1f232b;
  font-size: 14px;
  font-weight: 600;
}

body.single-wt_experience .wt-stars {
  color: #d4802b;
  letter-spacing: 0.08em;
}

body.single-wt_experience .wt-exp-book-card {
  background: #f7f7f8;
  border: 1px solid #ececef;
  border-radius: 28px;
  padding: 30px;
}

body.single-wt_experience .wt-exp-book-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.single-wt_experience .wt-exp-book-head strong {
  display: block;
  color: #0f131a;
  font-size: 44px;
  line-height: 1;
}

body.single-wt_experience .wt-exp-book-head span {
  color: #2b2f35;
  font-size: 16px;
}

body.single-wt_experience .wt-exp-book-head .wt-exp-chip {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 11px;
  background: #dce7b2;
  color: #2a4c2e;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
}

body.single-wt_experience .wt-exp-langs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

body.single-wt_experience .wt-exp-langs button {
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d9dbe0;
  padding: 0 12px;
  font-size: 14px;
  background: #fff;
  color: #1f2329;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .14s ease;
}

body.single-wt_experience .wt-exp-langs button.is-active {
  border-color: #0d473d;
  background: #0d473d;
  color: #fff;
}

body.single-wt_experience .wt-exp-fields {
  margin-top: 16px;
  border: 1px solid #d8d9de;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body.single-wt_experience .wt-exp-fields button {
  min-height: 96px;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 16px 20px;
  color: #191d25;
  position: relative;
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease;
}
body.single-wt_experience .wt-exp-fields button.is-active {
  box-shadow: inset 0 0 0 1.5px #1f2329;
}

body.single-wt_experience .wt-exp-fields button + button {
  border-left: 1px solid #d8d9de;
}

body.single-wt_experience .wt-exp-fields button span {
  display: block;
  color: #2c3038;
  font-size: 15px;
}

body.single-wt_experience .wt-exp-fields button strong {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 4px;
}

body.single-wt_experience .wt-exp-fields button::after {
  content: "▾";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #161a21;
}
body.single-wt_experience .wt-exp-book-panel {
  margin-top: 8px;
  border: 1px solid #d8d9de;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
}
body.single-wt_experience .wt-exp-book-panel[hidden] {
  display: none !important;
}
body.single-wt_experience .wt-exp-panel-pane[hidden] {
  display: none !important;
}
body.single-wt_experience .wt-exp-cal-head {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 6px;
}
body.single-wt_experience .wt-exp-cal-head strong {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #181b21;
  text-transform: capitalize;
}
body.single-wt_experience .wt-exp-cal-nav {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d7d9de;
  background: #f6f7f8;
  font-size: 20px;
  line-height: 1;
  color: #222;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease;
}
body.single-wt_experience .wt-exp-cal-weekdays {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 2px;
}
body.single-wt_experience .wt-exp-cal-weekdays span {
  font-size: 14px;
  font-weight: 700;
  color: #70737b;
}
body.single-wt_experience .wt-exp-cal-grid {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
body.single-wt_experience .wt-exp-cal-empty {
  min-height: 34px;
}
body.single-wt_experience .wt-exp-cal-day {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  color: #2a2f35;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
body.single-wt_experience .wt-exp-cal-day.is-selected {
  background: #0d473d;
  color: #fff;
}
body.single-wt_experience .wt-exp-cal-day.is-disabled {
  color: #c8cbd2;
  cursor: not-allowed;
}
body.single-wt_experience .wt-exp-guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}
body.single-wt_experience .wt-exp-guest-row + .wt-exp-guest-row {
  border-top: 1px solid #efefef;
}
body.single-wt_experience .wt-exp-guest-row strong {
  display: block;
  font-size: 20px;
  color: #171a21;
  line-height: 1.1;
}
body.single-wt_experience .wt-exp-guest-row small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #9699a1;
}
body.single-wt_experience .wt-exp-counter {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
body.single-wt_experience .wt-exp-counter button {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #c9ccd3;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  color: #1a1e26;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease;
}
body.single-wt_experience .wt-exp-counter strong {
  min-width: 26px;
  text-align: center;
  font-size: 21px;
  line-height: 1;
}
body.single-wt_experience .wt-exp-panel-actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e3e4e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.single-wt_experience .wt-exp-clear-btn {
  border: 0;
  background: transparent;
  color: #191d25;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 4px;
  cursor: pointer;
  transition: color .18s ease, opacity .18s ease;
}
body.single-wt_experience .wt-exp-confirm-btn {
  border: 0;
  border-radius: 12px;
  background: #0d473d;
  color: #fff;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: filter .18s ease, transform .14s ease;
}

body.single-wt_experience .wt-exp-cancel {
  margin-top: 16px;
  border-radius: 16px;
  background: #dff0ee;
  color: #1c2326;
  font-size: 14px;
  padding: 16px 18px;
}

body.single-wt_experience .wt-exp-cancel a {
  color: #13161e;
  font-weight: 600;
}

body.single-wt_experience .wt-exp-validation {
  margin: 10px 2px 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fde7ea;
  color: #8f1632;
  font-size: 13px;
  line-height: 1.35;
}

body.single-wt_experience .wt-exp-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: #d9003b;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  transition: filter .18s ease, transform .14s ease;
}

body.single-wt_experience .wt-exp-reserve-modal[hidden] {
  display: none !important;
}

body.single-wt_experience .wt-exp-reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

body.single-wt_experience .wt-exp-reserve-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 30, .52);
}

body.single-wt_experience .wt-exp-reserve-modal__dialog {
  position: relative;
  width: min(900px, 94vw);
  margin: 6vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 48px rgba(0,0,0,.24);
}

body.single-wt_experience .wt-exp-reserve-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #3b3f46;
  cursor: pointer;
}

body.single-wt_experience .wt-exp-reserve-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 14px;
}

body.single-wt_experience .wt-exp-reserve-modal__summary {
  border: 1px solid #e4e7ed;
  border-radius: 14px;
  padding: 12px;
  background: #fafbfd;
}

body.single-wt_experience .wt-exp-reserve-modal__head {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: center;
  padding-right: 24px;
}

body.single-wt_experience .wt-exp-reserve-modal__head img {
  width: 140px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
}

body.single-wt_experience .wt-exp-reserve-modal__kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: #607083;
  text-transform: uppercase;
}

body.single-wt_experience .wt-exp-reserve-modal__head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #121722;
}

body.single-wt_experience .wt-exp-reserve-modal__total {
  margin: 6px 0 0;
  font-size: 15px;
  color: #1f2730;
}

body.single-wt_experience .wt-exp-reserve-modal__facts {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  border-top: 1px solid #e1e5ec;
}

body.single-wt_experience .wt-exp-reserve-modal__facts li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #eceff4;
}

body.single-wt_experience .wt-exp-reserve-modal__facts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

body.single-wt_experience .wt-exp-reserve-modal__facts span {
  font-size: 13px;
  color: #5f6a79;
}

body.single-wt_experience .wt-exp-reserve-modal__facts strong {
  font-size: 15px;
  line-height: 1.2;
  color: #121722;
  text-align: right;
}

body.single-wt_experience .wt-exp-reserve-modal__form-wrap {
  border: 1px solid #e4e7ed;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

body.single-wt_experience .wt-exp-reserve-modal__form-title {
  margin: 0 0 10px;
  font-size: 16px;
  color: #0f1621;
  font-weight: 700;
}

body.single-wt_experience .wt-exp-reserve-form {
  margin-top: 0;
  display: grid;
  gap: 10px;
}

body.single-wt_experience .wt-exp-reserve-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #161d26;
  font-weight: 600;
}

body.single-wt_experience .wt-exp-reserve-form input {
  height: 44px;
  border: 1px solid #d3d8e0;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 15px;
}

body.single-wt_experience .wt-exp-reserve-submit {
  margin-top: 4px;
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #0d473d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

@media (hover: hover) {
  body.single-wt_experience .wt-exp-langs button:hover {
    border-color: #bfc4cd;
    background: #f6f7f9;
  }
  body.single-wt_experience .wt-exp-langs button.is-active:hover {
    border-color: #0d473d;
    background: #0d473d;
    filter: brightness(1.06);
  }
  body.single-wt_experience .wt-exp-fields button:hover {
    background: #fafbfc;
  }
  body.single-wt_experience .wt-exp-cal-nav:hover {
    background: #eceff2;
    border-color: #c5cad2;
  }
  body.single-wt_experience .wt-exp-cal-day:not(.is-disabled):not(.is-selected):hover {
    background: #eceff3;
  }
  body.single-wt_experience .wt-exp-counter button:hover {
    background: #f2f4f7;
    border-color: #bfc4cd;
  }
  body.single-wt_experience .wt-exp-clear-btn:hover {
    color: #0f131a;
    opacity: .82;
  }
  body.single-wt_experience .wt-exp-confirm-btn:hover,
  body.single-wt_experience .wt-exp-reserve:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
  }
  body.single-wt_experience .wt-exp-reserve-submit:hover {
    filter: brightness(1.08);
  }
}

@media (max-width: 700px) {
  body.single-wt_experience .wt-exp-reserve-modal__dialog {
    margin-top: 4vh;
    padding: 12px;
  }
  body.single-wt_experience .wt-exp-reserve-modal__grid {
    grid-template-columns: 1fr;
  }
  body.single-wt_experience .wt-exp-reserve-modal__head {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
  body.single-wt_experience .wt-exp-reserve-modal__head img {
    width: 100px;
    height: 78px;
  }
  body.single-wt_experience .wt-exp-reserve-modal__head h3 {
    font-size: 18px;
  }
}

body.single-wt_experience .wt-exp-layout {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 30px;
}

body.single-wt_experience .wt-exp-main {
  min-width: 0;
}

body.single-wt_experience .wt-exp-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 92px;
  align-self: start;
}

body.single-wt_experience .wt-exp-section {
  padding: 28px 0;
  border-bottom: 1px solid #e4e4e4;
}

body.single-wt_experience .wt-exp-section h2,
body.single-wt_experience .wt-exp-section h3 {
  margin: 0 0 14px;
  color: #121620;
}

body.single-wt_experience .wt-exp-section h2 {
  font-family: var(--wt-font-serif);
  font-size: 32px;
  line-height: 1.08;
  font-weight: 500;
}

body.single-wt_experience .wt-exp-section h3 {
  font-size: 20px;
  line-height: 1.12;
  font-weight: 700;
}

body.single-wt_experience .wt-exp-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #1a1e27;
}

body.single-wt_experience .wt-exp-tag {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  background: #ecebe9;
  color: #242833;
  font-size: 14px;
}

body.single-wt_experience .wt-exp-copy {
  margin-top: 16px;
  color: #121620;
  font-size: 15px;
  line-height: 1.45;
}

body.single-wt_experience .wt-exp-copy p {
  margin: 0 0 18px;
}

body.single-wt_experience .wt-exp-section > p {
  color: #151922;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 14px;
}

body.single-wt_experience .wt-exp-map {
  width: 100%;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 10px;
}

body.single-wt_experience .wt-exp-address {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

body.single-wt_experience .wt-exp-address button {
  min-width: 170px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #0d473d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

body.single-wt_experience .wt-exp-address span {
  color: #1b1f27;
  font-size: 15px;
  line-height: 1.25;
}

body.single-wt_experience .wt-exp-reviews-list article {
  padding: 18px 0;
  border-top: 1px solid #e6e6e6;
}

body.single-wt_experience .wt-exp-reviews-list p {
  margin: 0;
  color: #191d25;
  font-size: 15px;
  line-height: 1.45;
}

body.single-wt_experience .wt-exp-reviews-list p + p {
  margin-top: 6px;
}

body.single-wt_experience .wt-exp-side-card {
  border-radius: 22px;
  padding: 22px;
}

body.single-wt_experience .wt-exp-gift {
  background: #f7a996;
}

body.single-wt_experience .wt-exp-gift-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  color: #3d2a2b;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 8px 10px;
}

body.single-wt_experience .wt-exp-gift h4,
body.single-wt_experience .wt-exp-business h4 {
  margin: 0;
  color: #141922;
  font-size: 20px;
  line-height: 1.15;
}

body.single-wt_experience .wt-exp-gift p,
body.single-wt_experience .wt-exp-business p {
  color: #151922;
  font-size: 15px;
  line-height: 1.45;
}

body.single-wt_experience .wt-exp-gift button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #121622;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

body.single-wt_experience .wt-exp-business {
  background: #0d473d;
}

body.single-wt_experience .wt-exp-business .wt-exp-business-kicker {
  margin: 0 0 8px;
  color: #cadf58;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.single-wt_experience .wt-exp-business h4,
body.single-wt_experience .wt-exp-business p {
  color: #fff;
}

body.single-wt_experience .wt-exp-business button {
  min-width: 190px;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #132029;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  body.single-wt_experience .wt-exp-hero-grid,
  body.single-wt_experience .wt-exp-layout {
    grid-template-columns: 1fr;
  }

  body.single-wt_experience .wt-exp-side {
    position: static;
  }
}

@media (max-width: 900px) {
  body.single-wt_experience .wt-exp-topline-inner {
    min-height: 64px;
  }

  body.single-wt_experience .wt-exp-top-logo {
    font-size: 28px;
  }

  body.single-wt_experience .wt-exp-top-nav {
    display: none;
  }

  body.single-wt_experience .wt-exp-top-cta {
    min-width: 110px;
    height: 44px;
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-summary h1 {
    font-size: 48px;
  }

  body.single-wt_experience .wt-exp-book-head strong {
    font-size: 36px;
  }

  body.single-wt_experience .wt-exp-book-head span {
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-book-head .wt-exp-chip {
    font-size: 14px;
    height: 34px;
    padding: 0 10px;
  }

  body.single-wt_experience .wt-exp-langs button {
    height: 34px;
    font-size: 14px;
    padding: 0 10px;
  }

  body.single-wt_experience .wt-exp-fields button span {
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-fields button strong {
    font-size: 16px;
  }

  body.single-wt_experience .wt-exp-section h2 {
    font-size: 26px;
  }

  body.single-wt_experience .wt-exp-section h3 {
    font-size: 20px;
  }

  body.single-wt_experience .wt-exp-kpis {
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-tag {
    font-size: 14px;
    min-height: 34px;
  }

  body.single-wt_experience .wt-exp-copy {
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-address {
    flex-direction: column;
    align-items: flex-start;
  }

  body.single-wt_experience .wt-exp-address button {
    min-height: 46px;
    min-width: 140px;
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-address span {
    font-size: 14px;
  }

  body.single-wt_experience .wt-exp-map {
    height: 320px;
  }
}

/* Experience typography normalization */
body.single-wt_experience {
  --wt-exp-fs-base: 14px;
  --wt-exp-fs-meta: 14px;
  --wt-exp-fs-title: clamp(36px, 2.8vw, 52px);
  --wt-exp-fs-price: 34px;
  --wt-exp-fs-ui: 16px;
  --wt-exp-fs-copy: 15px;
  --wt-exp-fs-h2: 32px;
  --wt-exp-fs-h3: 20px;
}

body.single-wt_experience .wt-exp-summary h1 { font-size: var(--wt-exp-fs-title); }
body.single-wt_experience .wt-exp-meta { font-size: var(--wt-exp-fs-meta); }
body.single-wt_experience .wt-exp-book-head strong { font-size: var(--wt-exp-fs-price); }
body.single-wt_experience .wt-exp-book-head span { font-size: var(--wt-exp-fs-ui); }
body.single-wt_experience .wt-exp-book-head .wt-exp-chip { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-langs button { font-size: var(--wt-exp-fs-ui); }
body.single-wt_experience .wt-exp-fields button span { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-fields button strong { font-size: var(--wt-exp-fs-ui); }
body.single-wt_experience .wt-exp-cancel { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-reserve { font-size: var(--wt-exp-fs-ui); }
body.single-wt_experience .wt-exp-section h2 { font-size: var(--wt-exp-fs-h2); }
body.single-wt_experience .wt-exp-section h3 { font-size: var(--wt-exp-fs-h3); }
body.single-wt_experience .wt-exp-kpis { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-tag { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-copy,
body.single-wt_experience .wt-exp-section > p,
body.single-wt_experience .wt-exp-address span,
body.single-wt_experience .wt-exp-reviews-list p,
body.single-wt_experience .wt-exp-gift p,
body.single-wt_experience .wt-exp-business p { font-size: var(--wt-exp-fs-copy); }
body.single-wt_experience .wt-exp-gift-kicker,
body.single-wt_experience .wt-exp-business .wt-exp-business-kicker { font-size: var(--wt-exp-fs-base); }
body.single-wt_experience .wt-exp-gift h4,
body.single-wt_experience .wt-exp-business h4 { font-size: var(--wt-exp-fs-h3); }
body.single-wt_experience .wt-exp-address button,
body.single-wt_experience .wt-exp-gift button,
body.single-wt_experience .wt-exp-business button,
body.single-wt_experience .wt-exp-top-cta { font-size: var(--wt-exp-fs-ui); }

@media (max-width: 900px) {
  body.single-wt_experience {
    --wt-exp-fs-base: 13px;
    --wt-exp-fs-meta: 13px;
    --wt-exp-fs-title: 34px;
    --wt-exp-fs-price: 30px;
    --wt-exp-fs-ui: 15px;
    --wt-exp-fs-copy: 14px;
    --wt-exp-fs-h2: 26px;
    --wt-exp-fs-h3: 18px;
  }
}

/* Country page */
body.single-wt_country,
body.single-wt_country .wt-country-hero,
body.single-wt_country .wt-country-hero *,
body.single-wt_country .wt-country-trust,
body.single-wt_country .wt-country-trust *,
body.single-wt_country .wt-country-cities,
body.single-wt_country .wt-country-cities *,
body.single-wt_country .wt-country-regions,
body.single-wt_country .wt-country-regions *,
body.single-wt_country .wt-country-business,
body.single-wt_country .wt-country-business * {
  font-family: var(--wt-font-sans);
}

body.single-wt_country .wt-country-hero h1,
body.single-wt_country .wt-country-cities h2,
body.single-wt_country .wt-country-regions h2,
body.single-wt_country .wt-country-city-body h3,
body.single-wt_country .wt-country-region-content h3,
body.single-wt_country .wt-country-business-copy h2 {
  font-family: var(--wt-font-serif);
}

body.single-wt_country .wt-country-hero {
  position: relative;
  min-height: clamp(460px, 63vh, 620px);
  background: var(--country-hero) center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
body.single-wt_country .wt-country-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.25) 8%, rgba(0, 0, 0, 0.58) 70%, rgba(0, 0, 0, 0.72) 100%);
}
body.single-wt_country .wt-country-hero-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: clamp(48px, 7vw, 90px) 0;
}
body.single-wt_country .wt-country-breadcrumb {
  margin: 0 0 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}
body.single-wt_country .wt-country-breadcrumb a {
  color: rgba(255, 255, 255, 0.92);
}
body.single-wt_country .wt-country-breadcrumb span {
  margin: 0 8px;
}
body.single-wt_country .wt-country-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
body.single-wt_country .wt-country-hero-copy {
  margin: 20px 0 0;
  max-width: 860px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
}

body.single-wt_country .wt-country-trust {
  background: #ffffff;
  border-top: 1px solid #ece8de;
  border-bottom: 1px solid #ece8de;
}
body.single-wt_country .wt-country-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 0;
}
body.single-wt_country .wt-country-trust-grid p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #23262d;
}

body.single-wt_country .wt-country-block {
  padding: clamp(42px, 6vw, 82px) 0;
}
body.single-wt_country .wt-country-cities {
  background: #f5efe4;
}
body.single-wt_country .wt-country-regions {
  background: #f3eddf;
}
body.single-wt_country .wt-country-business {
  background: #f3eddf;
  padding-top: 20px;
}
body.single-wt_country .wt-country-rail-head {
  margin-bottom: 22px;
}
body.single-wt_country .wt-country-cities h2,
body.single-wt_country .wt-country-regions h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: #101010;
}

body.single-wt_country .wt-country-city-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
body.single-wt_country .wt-country-city-card {
  scroll-snap-align: start;
}
body.single-wt_country .wt-country-city-media {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4dbcc;
}
body.single-wt_country .wt-country-city-media img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
body.single-wt_country .wt-country-city-body h3 {
  margin: 12px 0 4px;
  font-size: 28px;
  line-height: 1.05;
}
body.single-wt_country .wt-country-city-body h3 a {
  color: #131313;
}
body.single-wt_country .wt-country-city-body p {
  margin: 0;
  font-size: 14px;
  color: #252525;
  font-weight: 600;
}

body.single-wt_country .wt-country-regions-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
body.single-wt_country .wt-country-region-card a {
  position: relative;
  display: block;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
}
body.single-wt_country .wt-country-region-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-wt_country .wt-country-region-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.66) 100%);
}
body.single-wt_country .wt-country-region-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  color: #fff;
}
body.single-wt_country .wt-country-region-content h3 {
  margin: 0;
  font-size: 36px;
  line-height: 0.96;
  letter-spacing: -0.015em;
}
body.single-wt_country .wt-country-region-content p {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

body.single-wt_country .wt-country-business-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}
body.single-wt_country .wt-country-business-media {
  margin: 0;
  max-width: 560px;
  width: 100%;
  justify-self: center;
}
body.single-wt_country .wt-country-business-media img {
  width: 100%;
  height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}
body.single-wt_country .wt-country-business-kicker {
  margin: 0 0 12px;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  color: #111;
}
body.single-wt_country .wt-country-business-copy h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(30px, 2.7vw, 44px);
  line-height: 1.03;
  letter-spacing: -0.015em;
  color: #111;
  text-align: left;
}
body.single-wt_country .wt-country-business-copy p {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.55;
  color: #181818;
}
body.single-wt_country .wt-country-business-cta {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 10px;
  background: #0f4a3b;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}
body.single-wt_country .wt-country-business-cta:hover {
  background: #0b3a2f;
}

@media (max-width: 1200px) {
  body.single-wt_country .wt-country-regions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.single-wt_country .wt-country-trust-grid {
    grid-template-columns: 1fr;
  }
  body.single-wt_country .wt-country-city-body h3 {
    font-size: 24px;
  }
  body.single-wt_country .wt-country-regions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.single-wt_country .wt-country-region-content h3 {
    font-size: 32px;
  }
  body.single-wt_country .wt-country-business-grid {
    grid-template-columns: 1fr;
  }
  body.single-wt_country .wt-country-business-copy h2 {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body.single-wt_country .wt-country-hero {
    min-height: 420px;
  }
  body.single-wt_country .wt-country-hero h1 {
    font-size: clamp(28px, 10vw, 40px);
  }
  body.single-wt_country .wt-country-cities h2,
  body.single-wt_country .wt-country-regions h2 {
    font-size: clamp(26px, 9vw, 36px);
  }
  body.single-wt_country .wt-country-city-rail {
    grid-auto-columns: minmax(250px, 1fr);
  }
  body.single-wt_country .wt-country-city-body h3 {
    font-size: 22px;
  }
  body.single-wt_country .wt-country-regions-grid {
    grid-template-columns: 1fr;
  }
  body.single-wt_country .wt-country-region-card a {
    height: 310px;
  }
  body.single-wt_country .wt-country-business-copy p {
    font-size: 15px;
  }
  body.single-wt_country .wt-country-business-cta {
    font-size: 17px;
    padding: 11px 22px;
  }
}

/* Host page (Winalist-like) */
.wt-host-page {
  background: #f3f1e8;
  padding: 24px 0 84px;
}
.wt-host-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #5a5a5a;
  margin-bottom: 16px;
}
.wt-host-breadcrumb a {
  color: #1f2f2d;
  text-decoration: none;
}
.wt-host-breadcrumb strong {
  color: #101820;
  font-weight: 700;
}
.wt-host-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 42px;
}
.wt-host-hero-media {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wt-host-main-image {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #e8e6df;
  min-height: 350px;
}
.wt-host-main-image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  display: block;
}
.wt-host-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.wt-host-mini-gallery img {
  width: 100%;
  height: 98px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}
.wt-host-hero-info {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e6e3db;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
  padding: 28px;
}
.wt-host-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  color: #bf0a30;
}
.wt-host-hero-info h1 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  color: #0f1822;
}
.wt-host-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.wt-host-stats div {
  background: #f5f7f8;
  border: 1px solid #e1e5e7;
  border-radius: 14px;
  padding: 12px;
  text-align: center;
}
.wt-host-stats strong {
  display: block;
  font-size: 21px;
  line-height: 1.1;
  color: #071629;
}
.wt-host-stats span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #60707d;
}
.wt-host-summary {
  margin: 0 0 10px;
  color: #22303a;
  line-height: 1.6;
}
.wt-host-more {
  border: 0;
  background: transparent;
  color: #005b8f;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 14px;
}
.wt-host-details {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.wt-host-details li {
  display: grid;
  gap: 4px;
}
.wt-host-details strong {
  font-size: 12px;
  color: #5d6670;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.wt-host-details span,
.wt-host-details a {
  color: #141d24;
  word-break: break-word;
  text-decoration: none;
}
.wt-host-experiences-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.wt-host-experiences-head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  color: #101a27;
}
.wt-host-experiences-head p {
  margin: 0;
  color: #4f5962;
}
.wt-host-exp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.wt-host-exp-card {
  background: #fff;
  border: 1px solid #e6e3db;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.wt-host-exp-media {
  display: block;
  height: 100%;
}
.wt-host-exp-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  display: block;
}
.wt-host-exp-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}
.wt-host-exp-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #3c454d;
  font-size: 14px;
}
.wt-host-exp-body h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-family: "Playfair Display", Georgia, serif;
}
.wt-host-exp-body h3 a {
  color: #101820;
  text-decoration: none;
}
.wt-host-exp-excerpt {
  margin: 0;
  color: #243341;
  line-height: 1.5;
}
.wt-host-exp-footer {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.wt-host-exp-tag {
  margin: 0 0 2px;
  font-size: 13px;
  color: #607084;
}
.wt-host-exp-footer strong {
  color: #081423;
  font-size: 34px;
  line-height: 1;
}
.wt-host-exp-link {
  background: #0f5849;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 700;
  white-space: nowrap;
}
.wt-host-empty {
  margin: 0;
  color: #4f5962;
  padding: 12px 4px;
}
@media (max-width: 1100px) {
  .wt-host-hero {
    grid-template-columns: 1fr;
  }
  .wt-host-exp-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .wt-host-page {
    padding: 14px 0 56px;
  }
  .wt-host-breadcrumb {
    font-size: 13px;
    gap: 8px;
  }
  .wt-host-hero-info {
    padding: 18px;
    border-radius: 18px;
  }
  .wt-host-stats {
    grid-template-columns: 1fr;
  }
  .wt-host-experiences-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .wt-host-exp-card {
    grid-template-columns: 1fr;
  }
  .wt-host-exp-media img {
    min-height: 220px;
  }
  .wt-host-exp-body h3 {
    font-size: 24px;
  }
  .wt-host-exp-footer strong {
    font-size: 28px;
  }
}

/* Hosts directory by country/region page template */
.wt-host-directory-page {
  padding: 22px 0 44px;
  background: #f1f1f1;
}
.wt-host-directory-hero {
  margin: 0 0 16px;
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #112f2a 0%, #195246 100%);
  color: #fff;
}
.wt-host-directory-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  opacity: .85;
}
.wt-host-directory-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
}
.wt-host-directory-hero p {
  margin: 10px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, .92);
}
.wt-host-directory-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr minmax(220px, 1.4fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
}
.wt-host-directory-filters select,
.wt-host-directory-filters input {
  height: 44px;
  border: 1px solid #cfd4da;
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
  font-size: 15px;
}
.wt-host-directory-filters button {
  height: 44px;
  border: 1px solid #0f5f4f;
  border-radius: 10px;
  background: #0f5f4f;
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.wt-host-directory-count {
  margin: 0 0 14px;
  color: #313131;
  font-size: 15px;
}
.wt-host-directory-count strong {
  font-size: 18px;
}
.wt-host-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.wt-host-directory-card {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.wt-host-directory-head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: inherit;
}
.wt-host-directory-logo {
  width: 120px;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.wt-host-directory-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wt-host-directory-head h2 {
  margin: 0;
  color: #11322d;
  font-size: 24px;
  line-height: 1.15;
}
.wt-host-directory-tax,
.wt-host-directory-address {
  margin: 8px 0 0;
  font-size: 14px;
  color: #555;
}
.wt-host-directory-exp-head {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wt-host-directory-exp-head h3 {
  margin: 0;
  font-size: 16px;
  color: #111;
}
.wt-host-directory-exp-head span {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ecf6f3;
  color: #0f5f4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.wt-host-directory-exp-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.wt-host-directory-exp-list a {
  color: #1e2228;
  font-size: 14px;
  line-height: 1.4;
}
.wt-host-directory-exp-list a:hover {
  color: #aa0000;
}
.wt-host-directory-more {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0f5f4f;
}
.wt-host-directory-empty {
  margin: 10px 0 0;
  color: #666;
}

@media (max-width: 980px) {
  .wt-host-directory-filters {
    grid-template-columns: 1fr;
  }
  .wt-host-directory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wt-host-directory-hero {
    padding: 16px 14px;
  }
  .wt-host-directory-hero h1 {
    font-size: 32px;
  }
  .wt-host-directory-head {
    grid-template-columns: 1fr;
  }
  .wt-host-directory-logo {
    width: 110px;
    height: 84px;
  }
  .wt-host-directory-head h2 {
    font-size: 22px;
  }
}

/* Related regions section (single region) */
.wt-region-more-regions {
  margin: 26px auto 10px;
}
.wt-region-more-head p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #5b6168;
}
.wt-region-more-head h2 {
  margin: 8px 0 16px;
  font-size: 36px;
  line-height: 1.1;
}
.wt-region-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wt-region-more-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  overflow: hidden;
}
.wt-region-more-image {
  display: block;
  height: 210px;
}
.wt-region-more-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-region-more-body {
  padding: 12px;
}
.wt-region-more-body h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.wt-region-more-body h3 a {
  color: #101820;
}
.wt-region-more-body p {
  margin: 0;
  font-size: 14px;
  color: #5d6670;
}
.wt-region-more-foot {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}
.wt-region-more-foot a {
  color: #0f5f4f;
}

/* Other experiences from same host (single experience) */
body.single-wt_experience .wt-exp-host-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.single-wt_experience .wt-exp-host-related-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  overflow: hidden;
}
body.single-wt_experience .wt-exp-host-related-image {
  display: block;
  height: 190px;
}
body.single-wt_experience .wt-exp-host-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-wt_experience .wt-exp-host-related-body {
  padding: 12px;
}
body.single-wt_experience .wt-exp-host-related-body h4 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
}
body.single-wt_experience .wt-exp-host-related-body h4 a {
  color: #141a22;
}
body.single-wt_experience .wt-exp-host-related-meta {
  margin: 0 0 6px;
  color: #53606c;
  font-size: 13px;
}
body.single-wt_experience .wt-exp-host-related-body p {
  margin: 0;
  font-size: 14px;
  color: #4f5963;
}
body.single-wt_experience .wt-exp-host-related-foot {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.single-wt_experience .wt-exp-host-related-foot strong {
  font-size: 22px;
  color: #101820;
}
body.single-wt_experience .wt-exp-host-related-foot a {
  font-size: 14px;
  font-weight: 700;
  color: #0f5f4f;
}

@media (max-width: 980px) {
  .wt-region-more-grid {
    grid-template-columns: 1fr;
  }
  body.single-wt_experience .wt-exp-host-related-grid {
    grid-template-columns: 1fr;
  }
}
