.booking-engine { margin: 0 0 44px; padding: 32px; background: #fff; border: 1px solid #e5eef2; border-radius: 16px; box-shadow: 0 16px 48px rgba(25, 76, 96, .1); }
.booking-engine__eyebrow { margin-bottom: 8px; color: #33b5de; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.booking-engine h2 { margin-bottom: 8px; font-size: 28px; }
.booking-engine__intro { margin-bottom: 26px; color: #66747b; }
.booking-property-context { display: grid; grid-template-columns: 188px 1fr auto; align-items: center; gap: 22px; margin: 32px 0 30px; padding: 18px; background: #f4f9fb; border: 1px solid #dbe9ee; border-radius: 12px; }
.booking-property-context[hidden] { display: none; }
.booking-property-context img { width: 188px; height: 138px; object-fit: cover; border-radius: 8px; }
.booking-property-context__body span { display: block; margin-bottom: 4px; color: #33b5de; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.booking-property-context__body h3 { margin: 0 0 7px; font-size: 29px; font-weight: 400; }
.booking-property-context__body p { margin: 0 0 12px; color: #5b6d75; font-size: 19px; }
.booking-property-context__specs { display: flex; flex-wrap: wrap; gap: 8px; }
.booking-property-context__specs small { padding: 6px 12px; color: #31505d; background: #fff; border: 1px solid #d8e4e8; border-radius: 999px; font-size: 16px; }
.booking-property-context > a { align-self: center; color: #238caf; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.booking-form label { display: block; margin-bottom: 7px; color: #29343a; font-size: 13px; font-weight: 600; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 11px 13px; color: #243137; background: #fbfdfe; border: 1px solid #cfdae0; border-radius: 8px; }
.booking-form input:focus, .booking-form select:focus { border-color: #33b5de; box-shadow: 0 0 0 3px rgba(51, 181, 222, .14); outline: none; }
.booking-form__actions { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.booking-primary { min-height: 50px; padding: 12px 24px; color: #fff; background: #33b5de; border: 0; border-radius: 8px; font-weight: 600; }
.booking-primary:hover { background: #249fc6; }
.booking-primary:disabled { cursor: not-allowed; opacity: .55; }
.booking-status { display: none; margin-top: 22px; padding: 18px 20px; border-radius: 10px; }
.booking-status.is-visible { display: block; }
.booking-status.is-success { color: #145b3a; background: #edf9f3; border: 1px solid #b8e5ce; }
.booking-status.is-error { color: #842b2b; background: #fff2f2; border: 1px solid #f0c4c4; }
.booking-quote { display: none; margin-top: 24px; padding: 22px; background: #f3f9fb; border-radius: 12px; }
.booking-quote.is-visible { display: block; }
.booking-quote__section { padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid #d4e3e9; }
.booking-quote__section:last-of-type { margin-bottom: 8px; }
.booking-quote__section h3 { margin: 0 0 10px; color: #173946; font-size: 17px; font-weight: 700; }
.booking-quote__row { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; color: #506067; }
.booking-quote__row > span { max-width: 68%; }
.booking-quote__row small { display: block; margin-top: 3px; color: #718087; font-size: 12px; line-height: 1.45; }
.booking-quote__row strong { color: #26343a; }
.booking-quote__total { margin-top: 8px; padding-top: 12px; border-top: 1px solid #d4e3e9; font-size: 18px; }
.booking-quote__pay-now { align-items: flex-start; padding: 14px 16px; background: #fff; border: 1px solid #cde3eb; border-radius: 10px; }
.booking-quote__pay-now strong { font-size: 22px; }
.booking-quote__security { color: #54646b; background: #fff; padding: 16px; border: 1px solid #dbe8ed; border-radius: 10px; }
.booking-quote__security h3 { color: #31505d; }
.booking-fast-cta { margin: 18px 0 4px; padding: 18px; text-align: center; background: #fff; border: 1px solid #cde3eb; border-radius: 12px; }
.booking-fast-cta .booking-primary { min-width: min(100%, 320px); font-size: 18px; }
.booking-fast-cta p { max-width: 520px; margin: 10px auto 0; color: #718087; font-size: 12px; line-height: 1.55; }
.booking-details-step { margin-top: 18px; padding: 20px; background: #fff; border: 1px solid #dbe8ed; border-radius: 12px; }
.booking-details-step[hidden] { display: none; }
.booking-details-step__heading { margin-bottom: 16px; }
.booking-details-step__heading h3 { margin: 0 0 6px; color: #173946; font-size: 22px; }
.booking-details-step__heading p:last-child { margin: 0; color: #64747b; }
.booking-disclosure { margin: 16px 0 0; color: #718087; font-size: 12px; line-height: 1.6; }
.booking-fallback { margin-top: 18px; font-size: 13px; }
.availability-calendar { margin: 10px 0 22px; }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.calendar-toolbar button { width: 42px; height: 42px; padding: 0; color: #31505d; background: #eef6f9; border: 0; border-radius: 50%; }
.calendar-months { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.calendar-month { padding: 16px; border: 1px solid #dce8ed; border-radius: 12px; }
.calendar-month h3 { margin: 0 0 14px; text-align: center; font-size: 16px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar-weekday { padding: 5px 0; color: #84939a; font-size: 11px; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; padding: 0; color: #2a3c44; background: transparent; border: 0; border-radius: 50%; font-size: 13px; }
.calendar-day:hover:not(:disabled) { background: #dff3fa; }
.calendar-day.is-blocked, .calendar-day:disabled { color: #b4bec2; background: #f0f2f3; cursor: not-allowed; text-decoration: line-through; }
.calendar-day.is-selected { color: #fff; background: #33b5de; }
.calendar-day.is-range { color: #15576d; background: #dff3fa; border-radius: 4px; }
.calendar-day.is-today { box-shadow: inset 0 0 0 1px #33b5de; }
.selected-dates { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 22px; padding: 15px; background: #f5fafc; border-radius: 10px; }
.selected-dates div { min-width: 120px; text-align: center; }
.selected-dates span { display: block; color: #7a898f; font-size: 11px; text-transform: uppercase; }
.selected-dates strong { display: block; margin-top: 3px; }
.booking-consents { margin-top: 18px; padding: 16px; background: #fff; border: 1px solid #d9e5ea; border-radius: 9px; }
.booking-consents__notice { margin-bottom: 15px; padding: 13px 14px; color: #513d11; background: #fff7df; border-left: 4px solid #d6a72d; border-radius: 6px; }
.booking-consents__notice strong, .booking-consents__notice span { display: block; }
.booking-consents__notice strong { margin-bottom: 4px; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.booking-consents__notice span { font-size: 13px; line-height: 1.55; }
.booking-consents label { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 10px; font-weight: 400; line-height: 1.45; }
.booking-consents label:last-child { margin-bottom: 0; }
.booking-consents input { width: auto; min-height: auto; margin-top: 3px; }
.home-search-section { position: relative; z-index: 5; margin-top: -52px; padding-bottom: 20px; }
.home-search-card { position: relative; z-index: 12; padding: 28px; background: #fff; border-radius: 14px; box-shadow: 0 18px 55px rgba(16, 55, 70, .16); }
.home-search-card h2 { margin: 0 0 4px; }
.home-search-card > div > p:last-child { margin-bottom: 20px; color: #68777e; }
.home-search-form { display: grid; grid-template-columns: repeat(5, 1fr) auto; align-items: end; gap: 12px; }
.generic-search-section { padding-top: 24px; }
.generic-search-section .home-search-card { max-width: 1180px; margin: 0 auto; }
.home-search-form label { color: #34454d; font-size: 12px; font-weight: 700; }
.home-search-form input, .home-search-form select { width: 100%; min-height: 48px; margin-top: 6px; padding: 10px; border: 1px solid #cbd8dd; border-radius: 8px; background: #fbfdfe; }
.villa-search-form { grid-template-columns: repeat(2, minmax(150px, 1fr)) minmax(210px, 1.2fr) auto; align-items: start; }
.villa-search-form > .booking-primary { margin-top: 18px; }
.guest-picker { position: relative; }
.guest-picker__label { display: block; margin-bottom: 6px; color: #34454d; font-size: 12px; font-weight: 700; }
.guest-picker__toggle { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 48px; padding: 10px 13px; color: #243137; background: #fbfdfe; border: 1px solid #cbd8dd; border-radius: 8px; text-align: left; }
.guest-picker__menu { position: relative; width: 100%; margin-top: 10px; padding: 18px; background: #fff; border: 1px solid #d8e3e8; border-radius: 12px; box-shadow: 0 12px 30px rgba(18,50,62,.14); }
.guest-picker__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #edf1f3; }
.guest-picker__row strong, .guest-picker__row small { display: block; }
.guest-picker__row small { margin-top: 2px; color: #7a888e; font-size: 11px; }
.guest-counter { display: flex; align-items: center; gap: 10px; }
.guest-counter button { width: 32px; height: 32px; padding: 0; color: #238caf; background: #fff; border: 1px solid #9bcddd; border-radius: 50%; font-size: 20px; line-height: 1; }
.guest-counter span { min-width: 22px; text-align: center; font-weight: 600; }
.guest-picker__done { width: 100%; margin-top: 14px; padding: 10px; color: #fff; background: #33b5de; border: 0; border-radius: 7px; font-weight: 600; }
.property-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 22px; }
.property-result { overflow: hidden; background: #fff; border: 1px solid #dce7eb; border-radius: 12px; }
.property-result img { width: 100%; height: 210px; object-fit: cover; }
.property-result__body { padding: 18px; }
.property-result__body h3 { margin: 0 0 5px; font-size: 20px; }
.property-result__body p { color: #68777e; }
.property-result__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; }
.property-result__price { color: #229fc8; font-size: 20px; font-weight: 700; }
.property-result__badge { display: inline-block; padding: 4px 9px; color: #6d520f; background: #fff0c5; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.signature-villas { overflow: hidden; background: #f4f0e9; }
.signature-villas .section-title { max-width: 760px; }
.signature-villas .section-title h2 { font-size: clamp(34px, 5vw, 58px); font-weight: 300; letter-spacing: .08em; text-transform: uppercase; }
.signature-villas__frame { position: relative; }
.signature-villas__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 23vw); gap: 24px; overflow-x: auto; padding: 10px max(28px, calc((100vw - 1320px) / 2)) 28px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.signature-villas__track::-webkit-scrollbar { display: none; }
.signature-villas__track.is-short { justify-content: center; }
.signature-villa-card { position: relative; height: 570px; overflow: hidden; color: #fff; background: #17313d; scroll-snap-align: start; }
.signature-villa-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.signature-villa-card:hover img { transform: scale(1.035); }
.signature-villa-card__shade { position: absolute; inset: 0; background: linear-gradient(rgba(5,20,28,.48), transparent 42%, rgba(5,20,28,.72)); }
.signature-villa-card__content { position: absolute; inset: 0; display: flex; align-items: center; flex-direction: column; justify-content: flex-start; padding: 42px 24px 28px; text-align: center; text-transform: uppercase; }
.signature-villa-card__content strong { max-width: 280px; color: #fff; font-size: 27px; font-weight: 500; letter-spacing: .08em; line-height: 1.08; }
.signature-villa-card__content > span { margin-top: 14px; font-size: 13px; font-weight: 600; letter-spacing: .12em; }
.signature-villa-card__content small:first-child { margin-bottom: 12px; padding: 5px 9px; background: rgba(255,255,255,.9); color: #243942; }
.signature-villa-card__content small:last-child { margin-top: auto; color: #fff; letter-spacing: .05em; }
.signature-villas__arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #243942; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.signature-villas__arrow.is-prev { left: 24px; }
.signature-villas__arrow.is-next { right: 24px; }
.signature-villas__all { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: #263b44; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.villas-page-search { position: relative; z-index: 10; margin-top: -34px; padding-bottom: 38px; }
.villas-page-search + .section { position: relative; z-index: 1; }
.villas-intro { padding-bottom: 18px; text-align: center; }
.villas-intro h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 300; letter-spacing: .06em; text-transform: uppercase; }
.villa-catalogue, .villa-search-results { display: grid; gap: 34px; }
.villa-catalogue[hidden] { display: none; }
.villa-card { border: 0; border-radius: 0; box-shadow: 0 15px 40px rgba(23,48,58,.1); }
.villa-card__image { position: relative; min-height: 480px; overflow: hidden; color: #fff; }
.villa-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(rgba(8,25,32,.52), transparent 48%, rgba(8,25,32,.78)); }
.villa-card__image > img, .villa-card > .villa-card__image > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; transition: transform .6s ease; }
.villa-card:hover .villa-card__image > img { transform: scale(1.025); }
.villa-card__heading { position: absolute; z-index: 1; top: 38px; right: 24px; left: 24px; text-align: center; }
.villa-card__heading h3 { margin-bottom: 5px; color: #fff; font-size: clamp(27px, 4vw, 42px); font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.villa-card__heading small { font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.villa-card__specs { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 13px; }
.villa-card__specs span { display: inline-flex; align-items: center; gap: 7px; }
.villa-card .property-result__body { padding: 22px 24px; }
.villa-card .property-result__body > p { margin: 0; }
.villa-search-results { grid-template-columns: 1fr; }
.villa-hero { position: relative; height: min(70vh, 680px); min-height: 460px; overflow: hidden; }
.villa-hero img { width: 100%; height: 100%; object-fit: cover; }
.villa-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 35%, rgba(10, 30, 38, .72)); }
.villa-hero__content { position: absolute; z-index: 1; bottom: 60px; left: max(24px, calc((100% - 1140px)/2)); color: #fff; }
.villa-hero__content h1 { color: #fff; font-size: clamp(38px, 6vw, 72px); }
.amenity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.amenity-grid div { padding: 13px 15px; background: #f4f9fb; border-radius: 8px; }
.amenity-grid i { margin-right: 8px; color: #33b5de; }
.cin-label { color: #68777e; font-size: 13px; }
.villa-services { background: #f4f0e9; }
.villa-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.villa-services__grid article { padding: 28px; background: #fff; }
.villa-services__grid article > i { color: #33b5de; font-size: 28px; }
.villa-services__grid h3 { margin: 14px 0; font-size: 21px; }
.villa-services__grid ul { margin: 0; padding-left: 18px; color: #5f6d73; line-height: 1.8; }
.villa-detail-page { background: #f7f2ea; }
.villa-detail-page .main { background: #f7f2ea; }
.villa-detail-hero { padding: 116px max(20px, calc((100vw - 1320px) / 2)) 34px; background: #f4efe7; }
.villa-detail-hero__intro { max-width: 980px; margin: 0 auto 28px; text-align: center; }
.villa-detail-hero__intro h1 { margin: 0 0 20px; font-size: clamp(48px, 7vw, 96px); font-weight: 300; letter-spacing: .045em; text-transform: uppercase; }
.villa-detail-specs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; color: #516167; font-size: 13px; }
.villa-detail-specs span { display: inline-flex; align-items: center; gap: 7px; }
.villa-detail-gallery { display: grid; grid-template-columns: 1.55fr repeat(2, minmax(180px, .72fr)); grid-auto-rows: 245px; gap: 14px; }
.villa-detail-gallery figure { position: relative; overflow: hidden; margin: 0; background: #173946; }
.villa-detail-gallery figure.is-featured { grid-row: span 2; }
.villa-detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.villa-detail-gallery figure:hover img { transform: scale(1.035); }
.villa-anchor-nav { position: sticky; z-index: 20; top: 78px; display: flex; justify-content: center; gap: clamp(14px, 3vw, 38px); padding: 15px 18px; background: rgba(255,255,255,.94); border-top: 1px solid #e5ded3; border-bottom: 1px solid #e5ded3; backdrop-filter: blur(10px); }
.villa-anchor-nav a { color: #263b44; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.villa-overview-section, .villa-spaces, .villa-location-section { background: #fff; }
.villa-overview-section h2, .villa-spaces h2, .villa-location-section h2, .villa-final-cta h2 { font-size: clamp(34px, 4.4vw, 62px); font-weight: 300; line-height: 1.08; }
.villa-lead { color: #30444d; font-size: 20px; line-height: 1.7; }
.villa-overview-section p:not(.booking-engine__eyebrow):not(.cin-label), .villa-spaces p, .villa-location-section p { color: #536269; line-height: 1.85; }
.villa-booking-card { position: sticky; top: 150px; padding: 34px; background: #f4f9fb; border: 1px solid #dce8ed; box-shadow: 0 16px 45px rgba(20,54,68,.12); }
.villa-booking-card h2 { margin-bottom: 12px; font-size: 30px; }
.villa-standouts { background: #f4efe7; }
.villa-standout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.villa-standout-grid article { background: #fff; box-shadow: 0 18px 46px rgba(32,55,62,.09); }
.villa-standout-grid img { width: 100%; height: 330px; object-fit: cover; }
.villa-standout-grid div { padding: 24px; }
.villa-standout-grid h3 { margin-bottom: 10px; font-size: 24px; font-weight: 400; }
.villa-standout-grid p { color: #637077; line-height: 1.7; }
.villa-space-list { display: grid; gap: 26px; }
.villa-space-list article { display: grid; grid-template-columns: minmax(220px, .9fr) 1fr; align-items: center; gap: 26px; padding-bottom: 26px; border-bottom: 1px solid #e5ecef; }
.villa-space-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.villa-space-list img { width: 100%; height: 280px; object-fit: cover; }
.villa-space-list h3 { margin-bottom: 10px; color: #173946; font-size: 28px; font-weight: 400; }
.villa-amenities-section, .villa-final-cta { background: #f4efe7; }
.villa-amenity-columns { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.villa-amenity-columns article { padding: 24px; background: #fff; }
.villa-amenity-columns h3 { margin-bottom: 14px; font-size: 18px; text-transform: uppercase; letter-spacing: .06em; }
.villa-amenity-columns ul { margin: 0; padding: 0; list-style: none; color: #59686e; line-height: 1.85; }
.villa-amenity-columns li { position: relative; padding-left: 18px; }
.villa-amenity-columns li::before { position: absolute; left: 0; color: #33b5de; content: "•"; }
.villa-location-section img { width: 100%; min-height: 420px; object-fit: cover; }
.villa-nearby-list { margin: 24px 0 0; padding: 0; list-style: none; }
.villa-nearby-list li { padding: 12px 0; border-bottom: 1px solid #dde7eb; color: #536269; }
.villa-final-cta p:not(.booking-engine__eyebrow) { max-width: 620px; margin: 0 auto 24px; color: #617078; }
.experiences-coming { position: relative; display: grid; min-height: 78vh; place-items: center; overflow: hidden; color: #fff; }
.experiences-coming > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experiences-coming__shade { position: absolute; inset: 0; background: rgba(7,30,40,.58); }
.experiences-coming__content { position: relative; z-index: 1; max-width: 760px; padding: 140px 24px 80px; text-align: center; }
.experiences-coming__content h1 { color: #fff; font-size: clamp(42px, 7vw, 78px); font-weight: 300; letter-spacing: .05em; text-transform: uppercase; }
.experiences-coming__content > p:not(.booking-engine__eyebrow) { font-size: 19px; }
.experiences-coming__content > span { display: inline-block; margin-top: 20px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.7); letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 576px) {
  .booking-engine { padding: 24px 18px; }
  .booking-property-context { grid-template-columns: 1fr; margin-top: 24px; }
  .booking-property-context img { width: 100%; height: 240px; }
  .booking-property-context > a { justify-self: start; }
  .booking-form__actions { align-items: stretch; flex-direction: column; }
  .booking-primary { width: 100%; }
  .calendar-months { grid-template-columns: 1fr; }
  .calendar-month:nth-child(2) { display: none; }
  .selected-dates { gap: 10px; }
  .home-search-section { margin-top: 0; padding-top: 20px; }
  .home-search-form, .property-results { grid-template-columns: 1fr; }
  .villa-search-form { grid-template-columns: 1fr; }
  .villa-search-form > .booking-primary { margin-top: 0; }
  .signature-villas__track { grid-auto-columns: 82vw; gap: 14px; padding-right: 18px; padding-left: 18px; }
  .signature-villas__track.is-short { justify-content: start; }
  .signature-villa-card { height: 500px; }
  .signature-villas__arrow { display: none; }
  .villa-card__image, .villa-card__image > img, .villa-card > .villa-card__image > img { min-height: 390px; }
  .villa-card__specs { gap: 9px 14px; }
  .villa-detail-hero { padding-top: 96px; }
  .villa-detail-gallery { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .villa-detail-gallery figure, .villa-detail-gallery figure.is-featured { flex: 0 0 82vw; height: 430px; scroll-snap-align: start; }
  .villa-anchor-nav { top: 66px; justify-content: flex-start; overflow-x: auto; }
  .villa-booking-card { position: static; }
  .villa-standout-grid, .villa-amenity-columns { grid-template-columns: 1fr; }
  .villa-space-list article { grid-template-columns: 1fr; }
  .villa-services__grid { grid-template-columns: 1fr; }
}
@media (min-width: 577px) and (max-width: 991px) {
  .villa-services__grid { grid-template-columns: repeat(2, 1fr); }
  .villa-detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .villa-detail-gallery figure.is-featured { grid-column: span 2; }
  .villa-booking-card { position: static; }
  .villa-standout-grid, .villa-amenity-columns { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 577px) and (max-width: 991px) {
  .home-search-form { grid-template-columns: repeat(2, 1fr); }
}
