/* KARTEPE BUNGALOV VILLAS · Premium v5.1
   Full photographs; restrained ambient motion; shared premium header preserved. */

.villa-explorer {
  --kbv-bg: #050705;
  --kbv-gold: #d8b761;
  --kbv-gold-soft: #f1dda7;
  --kbv-muted: #b8c0b3;
  --kbv-line: rgba(225,231,213,.12);
  --kbv-header-offset: 104px;
  position: relative;
  /* No clipping / page-level isolation: calendars may extend over the footer. */
  overflow: visible;
  width: 100%;
  padding: 104px 20px 76px;
  color: #f6f7f3;
  background: radial-gradient(ellipse at 8% 2%,#14220f 0,transparent 22%),var(--kbv-bg);
  font-family: inherit;
}
.villa-explorer *, .villa-explorer *::before, .villa-explorer *::after { box-sizing: border-box; }
.villa-explorer [hidden] { display: none !important; }
.villa-explorer button, .villa-explorer a { -webkit-tap-highlight-color: transparent; }
.villa-explorer button:focus-visible, .villa-explorer a:focus-visible { outline: 2px solid var(--kbv-gold-soft); outline-offset: 5px; }
.villa-intro, .villa-catalog, .villa-booking-stage { width: min(1180px,100%); margin-inline: auto; }

/* The existing green / gold introduction, without animated blur layers. */
.villa-intro {
  position: relative;
  padding: 54px clamp(20px,5vw,70px) 36px;
  border: 1px solid var(--kbv-line);
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(ellipse at 90% 0,rgba(204,173,102,.09),transparent 43%),linear-gradient(150deg,#10190e,#070c07 65%);
}
.villa-intro::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(216,183,97,.11); border-radius: 22px; pointer-events: none; }
.villa-intro::after { content: ""; position: absolute; top: 0; left: 30%; right: 30%; height: 1px; background: linear-gradient(90deg,transparent,#d8b761,transparent); }
.villa-intro-copy { position: relative; max-width: 850px; margin-inline: auto; }
.villa-intro-kicker, .villa-section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--kbv-gold-soft); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.villa-intro-kicker::before, .villa-section-kicker::before { content: ""; width: 25px; height: 1px; background: currentColor; opacity: .7; }
.villa-intro h1 { margin: 18px auto 0; color: #fff; font-size: clamp(40px,6.2vw,78px); line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.villa-intro h1 span { display: block; color: #b2d3a4; }
.villa-intro-copy p { max-width: 700px; margin: 22px auto 0; color: #c5ccc1; font-size: 17px; line-height: 1.7; text-wrap: balance; }
.villa-journey { position: relative; width: min(770px,100%); display: flex; align-items: center; justify-content: center; gap: 12px; margin: 28px auto 0; }
.villa-journey-step { display: flex; align-items: center; gap: 8px; color: #a5af9f; font-size: 13px; line-height: 1.4; font-weight: 600; }
.villa-journey-step.is-active { color: #eef4eb; }
.villa-journey-number { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-size: 11px; letter-spacing: .05em; }
.villa-journey-step.is-active .villa-journey-number { border-color: rgba(216,183,97,.5); color: var(--kbv-gold-soft); background: rgba(216,183,97,.07); }
.villa-journey-line { flex: 1 1 40px; max-width: 65px; height: 1px; background: linear-gradient(90deg,rgba(216,183,97,.3),rgba(255,255,255,.07)); }
.villa-discover-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; margin: 27px auto 0; padding: 12px 22px; border: 1px solid rgba(168,214,154,.27); border-radius: 999px; background: linear-gradient(135deg,#356d28,#244f1e); color: #fff; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; transition: transform .22s ease; }
.villa-discover-button svg { flex-shrink: 0; }

/* Four purposeful category controls: all options remain visible on phones. */
.villa-catalog { padding-top: 60px; scroll-margin-top: var(--kbv-header-offset); }
.villa-catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.villa-catalog-heading h2, .villa-booking-heading h2 { margin: 8px 0 0; color: #fff; font-size: clamp(30px,4vw,50px); line-height: 1.08; letter-spacing: -.04em; }
.villa-catalog-heading > p { margin: 0 0 4px; color: var(--kbv-muted); font-size: 14px; }
.villa-catalog-heading strong { color: var(--kbv-gold-soft); font-variant-numeric: tabular-nums; }
.villa-filter-shell { position: sticky; top: var(--kbv-header-offset); z-index: 5; margin-bottom: 25px; padding: 8px; border: 1px solid var(--kbv-line); border-radius: 22px; background: #090e08; }
.villa-filter-bar { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.villa-filter-btn {
  --category-color: #c4d6b6;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 86px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,0));
  color: #cad1c5;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.villa-filter-btn[data-filter="kapali"], .villa-card[data-category="kapali"] { --category-color: #e1c582; }
.villa-filter-btn[data-filter="acik"], .villa-card[data-category="acik"] { --category-color: #a1d2c1; }
.villa-filter-btn[data-filter="spa"], .villa-card[data-category="spa"] { --category-color: #c6c9e5; }
.villa-filter-btn.active { color: #fff; border-color: #62714a; background: linear-gradient(135deg,#243a1b,#152310); }
.villa-filter-btn.active::after { content: ""; position: absolute; bottom: -1px; left: 28%; right: 28%; height: 2px; background: var(--category-color); border-radius: 2px; }
.villa-filter-icon { display: grid; place-items: center; width: 46px; height: 50px; flex: 0 0 46px; color: var(--category-color); }
.villa-filter-text { display: grid; gap: 5px; min-width: 0; }
.villa-filter-text strong { font-size: 14px; line-height: 1.22; font-weight: 700; }
.villa-filter-text > span { color: #b2bca9; font-size: 12px; line-height: 1.3; }
.villa-filter-count { margin-left: auto; align-self: start; min-width: 18px; padding-top: 1px; color: var(--category-color); font-size: 11px; font-variant-numeric: tabular-nums; text-align: right; }

/* Photo geometry is intrinsic in EVERY state, including hover and no JavaScript. */
.villa-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.villa-card { --category-color: #ddc78f; position: relative; display: block; min-width: 0; border-radius: 25px; text-decoration: none; color: inherit; }
.villa-card-featured { grid-column: 1 / -1; }
.villa-card-frame { position: relative; margin: 0; padding: 12px 12px 0; border: 1px solid rgba(209,210,176,.17); border-radius: 25px; background: linear-gradient(130deg,#121b0f,#090f08 67%); box-shadow: 0 18px 40px rgba(0,0,0,.18); transition: border-color .25s ease,box-shadow .25s ease; }
.villa-card-frame::after { content: ""; position: absolute; inset: 0 18% auto; height: 1px; background: linear-gradient(90deg,transparent,var(--category-color),transparent); opacity: .35; pointer-events: none; }
.villa-card-media { position: relative; isolation: isolate; min-height: 0; margin: 0; padding: 0; overflow: hidden; border-radius: 15px 15px 7px 7px; background: #10180e; }
.villa-explorer .villa-card img.villa-main-image,
.villa-explorer .villa-card:hover img.villa-main-image {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  border: 0;
  border-radius: inherit;
  transform: none;
  filter: none;
  opacity: 1;
  transition: none;
}
.villa-image-error { padding: 30px 20px; color: #d2d9cc; font-size: 14px; line-height: 1.5; }
.villa-card-media.is-error { min-height: 150px; display: grid; place-items: center; }
.villa-card-media.is-error .villa-main-image { display: none !important; }
.villa-card-order { position: absolute; z-index: 2; right: 10px; bottom: 10px; display: inline-flex; align-items: baseline; gap: 5px; max-width: calc(100% - 20px); min-height: 31px; padding: 7px 10px; border: 1px solid rgba(239,222,169,.22); border-radius: 999px; background: rgba(5,9,5,.86); box-shadow: 0 7px 18px rgba(0,0,0,.24); color: #cbd3c5; font-size: 9px; line-height: 1; letter-spacing: .05em; text-transform: uppercase; pointer-events: none; -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.villa-card-order-current { color: #fff3ca; font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.villa-card-order-total { color: #92a188; font-size: 10px; font-weight: 700; font-variant-numeric: tabular-nums; }
.villa-card-order-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Compact information panel: title and rotating feature share one line. */
.villa-card-content { position: relative; padding: 19px 12px 18px; }
.villa-card-content::before { content: ""; position: absolute; top: 0; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg,transparent,var(--category-color),transparent); opacity: .7; pointer-events: none; }
.villa-card-heading { display: grid; grid-template-columns: max-content minmax(0,1fr); align-items: center; gap: 14px; min-height: 41px; }
.villa-card-heading h3 { display: inline-grid; grid-template-columns: auto 20px auto; align-items: center; gap: 9px; min-width: 0; margin: 0; color: #fff; font-size: 32px; line-height: 1; white-space: nowrap; }
.villa-name-code { color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: 1.08em; font-weight: 400; line-height: .9; letter-spacing: -.045em; text-shadow: 0 1px 18px rgba(255,255,255,.09); }
.villa-name-rule { width: 20px; height: 1px; background: linear-gradient(90deg,var(--category-color),rgba(255,255,255,.18)); box-shadow: 0 0 10px rgba(216,183,97,.16); }
.villa-name-word { color: var(--category-color); font-size: .38em; font-weight: 760; line-height: 1; letter-spacing: .19em; text-transform: uppercase; }
.villa-tag-slider { display: grid; width: 100%; min-width: 0; min-height: 30px; align-items: center; }
.villa-tag { grid-area: 1 / 1; align-self: center; justify-self: end; max-width: 100%; padding: 6px 10px; border: 1px solid rgba(169,198,134,.2); border-radius: 999px; color: #dcebd2; background: linear-gradient(135deg,#21331a,#172313); box-shadow: inset 0 1px rgba(255,255,255,.035); font-size: 12px; font-weight: 650; line-height: 1.28; text-align: right; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .3s ease,transform .3s ease,visibility .3s; overflow-wrap: anywhere; }
.villa-tag.active { opacity: 1; visibility: visible; transform: none; }
.villa-card-details { display: grid; grid-template-columns: minmax(0,1fr) minmax(190px,.76fr); align-items: center; gap: 17px; margin-top: 11px; }
.villa-card-description { max-width: 650px; margin: 0; color: #c2cbb9; font-size: 14px; line-height: 1.6; overflow-wrap: break-word; }
.villa-category-signature { position: relative; display: flex; align-items: center; gap: 10px; min-width: 0; min-height: 58px; padding: 8px 10px; border: 1px solid rgba(211,195,136,.19); border-radius: 15px; background: radial-gradient(ellipse at top left,rgba(211,195,136,.06),transparent 70%),#10170c; color: var(--category-color); }
.villa-category-emblem { position: relative; display: grid; place-items: center; width: 47px; height: 49px; flex: 0 0 47px; }
.villa-category-emblem::before { content: ""; position: absolute; inset: 0; border: 1px solid currentColor; border-radius: 13px; opacity: .1; transform: rotate(-4deg); }
.villa-category-signature { overflow: hidden; }
.villa-category-signature::after { content: ""; position: absolute; inset: -30% auto -30% 0; width: 50%; background: linear-gradient(110deg,transparent,rgba(244,231,182,.09),transparent); opacity: 0; pointer-events: none; }
.villa-card-subtitle { min-width: 0; font-size: 12px; font-weight: 700; line-height: 1.4; overflow-wrap: break-word; }
.villa-card-featured .villa-card-heading h3 { font-size: 42px; }
.villa-card-featured .villa-card-details { grid-template-columns: minmax(0,1fr) minmax(230px,300px); }
.villa-card-featured .villa-category-signature { padding: 9px 14px; gap: 13px; }
.villa-card-featured .villa-card-subtitle { font-size: 15px; }
.villa-card-action { position: relative; display: grid; grid-template-columns: 54px minmax(0,1fr) 43px; align-items: center; gap: 11px; margin-top: 15px; padding: 9px 10px; border: 1px solid rgba(207,224,192,.13); border-radius: 17px; background: linear-gradient(110deg,rgba(255,255,255,.035),rgba(216,183,97,.025)); overflow: hidden; transition: border-color .25s ease,background-color .25s ease; }
.villa-card-action::before { content: ""; position: absolute; inset: 0 auto 0 -45%; width: 36%; background: linear-gradient(105deg,transparent,rgba(255,255,255,.045),transparent); pointer-events: none; }
.villa-card-action-media { position: relative; display: grid; place-items: center; width: 54px; height: 46px; color: var(--category-color); }
.villa-card-media-svg { display: block; width: 54px; height: auto; overflow: visible; }
.villa-media-back, .villa-media-front { stroke: currentColor; stroke-width: 1.35; }
.villa-media-back { fill: rgba(255,255,255,.015); opacity: .48; transition: transform .3s ease,opacity .3s ease; }
.villa-media-front { fill: #10170d; }
.villa-media-sun { fill: currentColor; opacity: .72; }
.villa-media-landscape { stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.villa-media-play { fill: #14240f; stroke: currentColor; stroke-width: 1.4; }
.villa-media-playmark { fill: currentColor; stroke: none; transform-origin: 48px 33px; transition: transform .25s ease; }
.villa-card-action-label { display: grid; gap: 4px; min-width: 0; }
.villa-card-action-label strong { color: #eff1eb; font-size: 15px; font-weight: 700; }
.villa-card-action-label > span { color: #a7b29e; font-size: 12px; line-height: 1.35; }
.villa-card-arrow { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border: 1px solid rgba(219,193,134,.36); border-radius: 50%; background: linear-gradient(135deg,rgba(221,193,130,.12),rgba(221,193,130,.02)); color: var(--category-color); }
.villa-card-arrow svg { transition: transform .25s ease; }
.villa-empty-state { padding: 40px 22px; border: 1px dashed var(--kbv-line); border-radius: 22px; text-align: center; color: var(--kbv-muted); }
.villa-empty-state p { margin-bottom: 15px; }
.villa-empty-state button { min-height: 44px; padding: 9px 18px; border: 1px solid #4f6d3e; border-radius: 999px; background: #285c21; color: #fff; font: inherit; cursor: pointer; }

/* SVG surface details. Animation is opt-in, finite and transform/opacity only. */
.villa-category-svg { display: block; width: 100%; height: auto; overflow: visible; }
.villa-icon-fill { fill: currentColor; opacity: .08; stroke: none; }
.villa-icon-glass { fill: currentColor; opacity: .075; }
.villa-icon-water { stroke: #98cdbb; }
.villa-icon-water-back { opacity: .6; }
.villa-icon-rail { opacity: .45; }
.villa-icon-enclosure-module { transform-box: fill-box; transform-origin: center; }
.villa-icon-enclosure-handle { opacity: .8; }
.villa-icon-sun { transform-origin: 39px 19px; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-enclosure-one { animation: kbvEnclosureOne 2.6s cubic-bezier(.65,0,.35,1) 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-enclosure-two { animation: kbvEnclosureTwo 2.6s cubic-bezier(.65,0,.35,1) 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-enclosure-three { animation: kbvEnclosureThree 2.6s cubic-bezier(.65,0,.35,1) 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-water-front { animation: kbvWaterFront 2.6s ease-in-out 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-water-back { animation: kbvWaterBack 2.6s ease-in-out 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-sun { animation: kbvSun 2.6s ease-in-out 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-bubble { animation: kbvBubble 2.2s ease-in-out 1; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-bubble-two { animation-delay: .1s; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-bubble-three { animation-delay: .2s; }
.villa-explorer.is-motion-ready .is-animated .villa-icon-spark { animation: kbvSpark 2.6s ease-in-out 1; }
.villa-explorer.is-motion-ready .is-animated .villa-category-signature::after { animation: kbvSignatureLight 2.6s ease-out 1; }
.villa-explorer.is-motion-ready .villa-card.is-entering { animation: kbvCardEnter .5s ease-out 1; }
.villa-explorer.is-paused *, .villa-explorer.is-paused *::before, .villa-explorer.is-paused *::after { animation-play-state: paused !important; }
@keyframes kbvEnclosureOne { 0%,15%,100% { transform: translateX(0); } 45%,68% { transform: translateX(36px); } }
@keyframes kbvEnclosureTwo { 0%,18%,100% { transform: translateX(0); } 45%,68% { transform: translateX(25px); } }
@keyframes kbvEnclosureThree { 0%,21%,100% { transform: translateX(0); } 45%,68% { transform: translateX(13px); } }
@keyframes kbvWaterFront { 0%,100% { transform: translateX(0); opacity: 1; } 50% { transform: translateX(2px); opacity: .5; } }
@keyframes kbvWaterBack { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-2px); } }
@keyframes kbvSun { 0%,100% { transform: rotate(0); } 60% { transform: rotate(30deg); } }
@keyframes kbvBubble { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(-5px); opacity: .35; } }
@keyframes kbvSpark { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes kbvSignatureLight { 0% { transform: translateX(-110%); opacity: 0; } 25% { opacity: 1; } 100% { transform: translateX(270%); opacity: 0; } }
@keyframes kbvCardEnter { from { opacity: .65; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media(hover:hover) and (pointer:fine) {
  .villa-filter-btn:hover { border-color: rgba(209,196,157,.45); }
  .villa-card:hover .villa-card-frame { border-color: rgba(210,191,137,.5); box-shadow: 0 22px 48px rgba(0,0,0,.24); }
  .villa-card:hover .villa-card-action { border-color: rgba(219,193,134,.3); background: linear-gradient(110deg,rgba(255,255,255,.05),rgba(216,183,97,.045)); }
  .villa-card:hover .villa-card-action::before { animation: kbvActionLight .75s ease-out 1; }
  .villa-card:hover .villa-media-back { transform: translate(3px,-2px); opacity: .8; }
  .villa-card:hover .villa-media-playmark { transform: scale(1.13); }
  .villa-card:hover .villa-card-arrow svg { transform: translateX(3px); }
  .villa-discover-button:hover { transform: translateY(-2px); }
}
@keyframes kbvActionLight { from { transform: translateX(0); } to { transform: translateX(430%); } }

/* Booking layer: lift the actual ancestor, not just the trapped dropdown.
   Header (999) and the existing contact dock remain above the page (30). */
#main-content:has(.villa-explorer), #main-content.kbv-villa-main { position: relative; z-index: 30; overflow: visible; }
body:has(#villaExplorer) .header-reservation-btn { display: none !important; }
.villa-booking-stage { position: relative; z-index: 30; padding-top: 76px; overflow: visible; scroll-margin-top: var(--kbv-header-offset); }
.villa-booking-heading { max-width: 780px; margin: 0 auto 25px; text-align: center; }
.villa-booking-heading .villa-section-kicker::before { display: none; }
.villa-booking-heading p { margin: 14px 0 0; color: var(--kbv-muted); font-size: 16px; line-height: 1.65; }
.villa-payment-assurance { width: min(720px,100%); display: flex; align-items: stretch; justify-content: center; gap: 7px; margin: -10px auto 15px; padding: 7px; border: 1px solid rgba(216,183,97,.16); border-radius: 17px; background: linear-gradient(135deg,rgba(216,183,97,.055),rgba(255,255,255,.018)); box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.villa-payment-option { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; flex: 1 1 0; padding: 5px 8px; color: #e7d496; }
.villa-payment-option > svg { width: 26px; height: 26px; flex: 0 0 26px; }
.villa-payment-option > span { display: grid; gap: 2px; min-width: 0; }
.villa-payment-option strong { color: #edf1e9; font-size: 12px; line-height: 1.2; font-weight: 700; white-space: nowrap; }
.villa-payment-option small { color: #98a391; font-size: 9px; line-height: 1.2; letter-spacing: .025em; }
.villa-payment-accent { color: #a8d59b; stroke: currentColor; }
.villa-payment-divider { width: 1px; margin-block: 6px; flex: 0 0 1px; background: linear-gradient(transparent,rgba(216,183,97,.2),transparent); }
.villa-explorer #reservation-widget-area { position: relative; z-index: 10; margin: 0; padding: 14px; border: 1px solid rgba(216,183,97,.19); border-radius: 28px; background: linear-gradient(145deg,rgba(216,183,97,.06),rgba(255,255,255,.02)); overflow: visible; }
.villa-explorer #reservation-widget-area .kbv-reservation-widget { margin: 0 auto; padding: 0; overflow: visible; }
.villa-explorer .kbv-reservation-panel { overflow: visible; }
.villa-explorer .kbv-calendar-popover, .villa-explorer .kbv-guest-popover { z-index: 1001; background: radial-gradient(ellipse at top left,#23251a,transparent 65%),#0c130a; }

@media(max-width:1080px) {
  .villa-filter-btn { gap: 6px; padding: 10px 8px; }
  .villa-filter-icon { width: 38px; flex-basis: 38px; }
  .villa-filter-count { display: none; }
  .villa-card:not(.villa-card-featured) .villa-card-details { grid-template-columns: minmax(0,1fr) minmax(155px,.88fr); gap: 12px; }
  .villa-card:not(.villa-card-featured) .villa-category-emblem { width: 42px; height: 45px; flex-basis: 42px; }
}
@media(max-width:760px) {
  .villa-explorer { padding: 80px 10px 48px; --kbv-header-offset: 85px; }
  .villa-intro { padding: 34px 18px 26px; border-radius: 24px; }
  .villa-intro::before { inset: 8px; border-radius: 18px; }
  .villa-intro h1 { margin-top: 13px; font-size: clamp(32px,10vw,52px); line-height: 1.04; }
  .villa-intro-kicker, .villa-section-kicker { font-size: 11px; letter-spacing: .12em; }
  .villa-intro-copy p { margin-top: 17px; font-size: 15px; line-height: 1.6; }
  .villa-journey { gap: 5px; margin-top: 24px; }
  .villa-journey-step { display: block; flex: 1 1 0; font-size: 11px; }
  .villa-journey-number { margin: 0 auto 8px; }
  .villa-journey-line { flex: 0 0 10px; margin-top: -25px; }
  .villa-discover-button { width: 100%; margin-top: 23px; font-size: 14px; }
  .villa-catalog { padding-top: 40px; }
  .villa-catalog-heading { margin: 0 4px 20px; gap: 12px; }
  .villa-catalog-heading h2, .villa-booking-heading h2 { font-size: 30px; }
  .villa-catalog-heading > p { max-width: 90px; font-size: 12px; line-height: 1.5; text-align: right; }
  .villa-filter-shell { position: relative; top: auto; padding: 6px; margin-bottom: 18px; border-radius: 19px; }
  .villa-filter-bar { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
  .villa-filter-btn { min-height: 77px; padding: 10px 8px; gap: 8px; border-radius: 13px; }
  .villa-filter-text { gap: 4px; }
  .villa-filter-text strong { font-size: 13px; }
  .villa-filter-text > span { font-size: 11px; }
  .villa-filter-icon { width: 39px; flex-basis: 39px; height: 45px; }
  .villa-grid { grid-template-columns: 1fr; gap: 21px; }
  .villa-card-featured { grid-column: auto; }
  .villa-card, .villa-card-frame { border-radius: 20px; }
  .villa-card-frame { padding: 9px 9px 0; }
  .villa-card-media { border-radius: 12px 12px 6px 6px; }
  .villa-card-content { padding: 15px 7px 15px; }
  .villa-card-order { right: 7px; bottom: 7px; min-height: 28px; padding: 6px 9px; font-size: 8px; }
  .villa-card-order-current { font-size: 11px; }
  .villa-card-heading { gap: 10px; min-height: 37px; }
  .villa-tag { font-size: 11px; padding: 5px 9px; }
  .villa-card .villa-card-heading h3 { font-size: 30px; }
  .villa-card .villa-card-details, .villa-card-featured .villa-card-details { grid-template-columns: minmax(0,1fr) minmax(170px,.72fr); gap: 13px; margin-top: 9px; }
  .villa-card .villa-category-signature { min-height: 56px; padding: 7px 10px; gap: 11px; }
  .villa-category-emblem { width: 45px; flex-basis: 45px; height: 47px; }
  .villa-card .villa-card-subtitle { font-size: 13px; line-height: 1.4; }
  .villa-card-description { font-size: 14px; line-height: 1.6; }
  .villa-card-action { grid-template-columns: 50px minmax(0,1fr) 41px; gap: 9px; margin-top: 13px; padding: 8px 9px; }
  .villa-card-action-media { width: 50px; }
  .villa-card-media-svg { width: 50px; }
  .villa-card-action-label strong { font-size: 15px; }
  .villa-booking-stage { padding-top: 55px; }
  .villa-booking-heading { padding: 0 8px; margin-bottom: 20px; }
  .villa-booking-heading p { font-size: 15px; }
  .villa-payment-assurance { margin-top: -7px; }
  .villa-explorer #reservation-widget-area { padding: 6px; border-radius: 23px; }
}
@media(max-width:520px) {
  .villa-card .villa-card-details, .villa-card:not(.villa-card-featured) .villa-card-details, .villa-card-featured .villa-card-details { grid-template-columns: minmax(0,1fr) minmax(135px,.95fr); gap: 8px; }
  .villa-card-description { font-size: 13px; line-height: 1.55; }
  .villa-card .villa-category-signature { gap: 7px; padding-inline: 7px; }
  .villa-card .villa-card-subtitle { font-size: 11.5px; }
  .villa-card-action-label > span { font-size: 11px; }
  .villa-payment-assurance { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; padding: 6px 4px; border-radius: 15px; }
  .villa-payment-divider { display: none; }
  .villa-payment-option { align-items: center; gap: 5px; padding: 5px 3px; }
  .villa-payment-option > svg { width: 22px; height: 22px; flex-basis: 22px; }
  .villa-payment-option strong { font-size: 10px; white-space: normal; }
  .villa-payment-option small { display: none; }
}
@media(max-width:640px) {
  .villa-explorer #reservation-widget-area .kbv-date-card { padding-inline: 13px; }
  .villa-explorer #reservation-widget-area .kbv-guest-card { padding-left: 13px; padding-right: 25px; }
  .villa-explorer #reservation-widget-area .kbv-guest-arrow { right: 10px; }
  .villa-explorer #reservation-widget-area .kbv-guest-summary strong { font-size: 27px; }
  .villa-explorer #reservation-widget-area .kbv-date-line { gap: 6px; }
  .villa-explorer #reservation-widget-area .kbv-date-line small { flex-wrap: wrap; gap: 2px 6px; white-space: normal; }
}
@media(max-width:360px) {
  .villa-explorer { padding-inline: 6px; }
  .villa-catalog-heading { flex-wrap: wrap; gap: 10px; }
  .villa-catalog-heading > p { max-width: none; text-align: left; }
  .villa-filter-btn { gap: 5px; padding-inline: 6px; }
  .villa-filter-icon { width: 30px; flex-basis: 30px; }
  .villa-filter-text strong { font-size: 12px; }
  .villa-filter-text > span { font-size: 10px; }
  .villa-card .villa-card-heading h3 { font-size: 27px; }
  .villa-card-heading { gap: 7px; }
  .villa-tag { padding-inline: 7px; font-size: 10px; }
  .villa-card .villa-card-details, .villa-card:not(.villa-card-featured) .villa-card-details, .villa-card-featured .villa-card-details { grid-template-columns: minmax(0,1fr) minmax(128px,.95fr); gap: 7px; }
  .villa-card-action { grid-template-columns: 44px minmax(0,1fr) 39px; gap: 7px; padding-inline: 7px; }
  .villa-card-action-media, .villa-card-media-svg { width: 44px; }
  .villa-card-action-label strong { font-size: 14px; }
  .villa-card-arrow { width: 39px; height: 39px; }
  .villa-payment-option { display: grid; justify-items: center; gap: 3px; text-align: center; }
  .villa-payment-option strong { font-size: 9px; line-height: 1.15; }
}
@media(prefers-reduced-motion:reduce) {
  .villa-explorer *, .villa-explorer *::before, .villa-explorer *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.villa-explorer.is-motion-reduced *, .villa-explorer.is-motion-reduced *::before { animation: none !important; transition: none !important; }
