:root {
  --xh-navy: #061d35;
  --xh-navy-2: #0a2947;
  --xh-gold: #d79a32;
  --xh-gold-hover: #bd7e1f;
  --xh-ink: #0c1b2d;
  --xh-muted: #5e6977;
  --xh-line: #e4e8ed;
  --xh-surface: #ffffff;
  --xh-soft: #f7f8fa;
  --xh-radius: 14px;
  --xh-shadow: 0 14px 36px rgba(6, 29, 53, 0.1);
  --xh-container: 1440px;
  --xh-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --xh-serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--xh-ink); background: var(--xh-surface); font-family: var(--xh-sans); font-size: 16px; line-height: 1.6; overflow-wrap: break-word; }
body.has-open-menu { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-container { width: min(calc(100% - 2rem), var(--xh-container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10000; top: .5rem; left: .5rem; padding: .75rem 1rem; transform: translateY(-160%); color: #fff; background: var(--xh-navy); border-radius: 6px; }
.skip-link:focus { transform: none; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .45rem; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: 6px; font-weight: 700; line-height: 1.2; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-1px); }
.button--gold { color: #fff; background: linear-gradient(180deg, #c98535 0%, #a86f24 58%, #945b19 100%); border-color: #8d571b; box-shadow: 0 4px 10px rgba(103,61,13,.24); }
.button--gold:hover { color: #fff; background: linear-gradient(180deg, #d3913e 0%, #b87829 58%, #985d1a 100%); box-shadow: 0 6px 14px rgba(103,61,13,.3); }
.button--outline { color: #fff; border-color: rgba(255,255,255,.7); }
.button--outline:hover { background: rgba(255,255,255,.12); }

.site-header { position: sticky; z-index: 1000; top: 0; box-shadow: 0 3px 14px rgba(6,29,53,.08); }
.utility-bar { min-height: 42px; color: #fff; background: var(--xh-navy); font-size: .78rem; }
.utility-bar__inner, .utility-bar__selectors, .utility-bar__account { display: flex; align-items: center; }
.utility-bar__inner { min-height: 42px; justify-content: space-between; gap: 1rem; }
.utility-bar__selectors, .utility-bar__account { gap: 1.35rem; }
.utility-link { display: inline-flex; align-items: center; gap: .4rem; padding: 0; color: #fff; background: none; border: 0; cursor: pointer; white-space: nowrap; }
.utility-link:hover, .utility-link:focus-visible { color: #f3c675; }
.language-menu, .currency-menu { position: relative; }
.language-menu__panel, .currency-menu__panel { position: absolute; z-index: 20; top: calc(100% + .7rem); left: 0; min-width: 130px; padding: .4rem; visibility: hidden; opacity: 0; background: #fff; border-radius: 7px; box-shadow: var(--xh-shadow); transform: translateY(6px); transition: .2s; }
.language-menu:hover .language-menu__panel, .language-menu:focus-within .language-menu__panel, .language-menu.is-open .language-menu__panel, .currency-menu:hover .currency-menu__panel, .currency-menu:focus-within .currency-menu__panel, .currency-menu.is-open .currency-menu__panel { visibility: visible; opacity: 1; transform: none; }
.language-menu__panel a, .currency-menu__panel a { display: block; padding: .5rem .65rem; color: var(--xh-navy); border-radius: 4px; font-weight: 700; }
.language-menu__panel a:hover, .currency-menu__panel a:hover { background: var(--xh-soft); }
.primary-header { background: rgba(255,255,255,.98); }
.primary-header__inner { display: flex; min-height: 94px; align-items: center; gap: 1.15rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .65rem; }
.brand__mark { color: var(--xh-gold); font-family: var(--xh-serif); font-size: 2.4rem; line-height: 1; }
.brand__copy { display: flex; flex-direction: column; }
.brand__copy strong { font-size: 1.72rem; letter-spacing: -.055em; line-height: 1; }
.brand__copy strong span { color: var(--xh-gold); }
.brand__copy small { margin-top: .35rem; font-size: .61rem; font-weight: 850; letter-spacing: .14em; }
.brand-support { width: 180px; display: flex; flex: 0 0 180px; align-items: center; gap: .65rem; min-width: 0; overflow: hidden; padding: .55rem 0 .55rem 1rem; border-left: 1px solid var(--xh-line); }
.brand-support > span { color: var(--xh-gold); font-size: 1.6rem; }
.brand-support div { min-width: 0; display: flex; flex-direction: column; }
.brand-support strong { display: block; overflow: hidden; color: var(--xh-navy); font-size: .78rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.brand-support small { color: #4b5968; font-size: .64rem; font-weight: 700; line-height: 1.45; white-space: nowrap; }
.custom-logo { width: auto; max-height: 58px; }
.primary-navigation { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: flex-end; gap: 1rem; }
.menu { padding: 0; margin: 0; list-style: none; }
.primary-menu { display: flex; align-items: center; gap: clamp(.55rem, .85vw, 1rem); }
.primary-menu > .menu-item { position: relative; display: flex; align-items: center; }
.primary-menu a { display: inline-flex; min-height: 46px; align-items: center; font-size: clamp(.82rem, .9vw, .98rem); font-weight: 750; letter-spacing: -.01em; white-space: nowrap; }
.primary-menu > .current-menu-item > a, .primary-menu > .menu-item > a:hover { color: var(--xh-gold-hover); }
.primary-menu > .current-menu-item::after { position: absolute; right: 0; bottom: -18px; left: 0; height: 2px; content: ""; background: var(--xh-gold); }
.sub-menu { position: absolute; top: calc(100% + 14px); left: -.9rem; width: 240px; padding: .65rem; visibility: hidden; opacity: 0; background: #fff; border: 1px solid var(--xh-line); border-radius: 10px; box-shadow: var(--xh-shadow); transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; list-style: none; }
.menu-item:hover > .sub-menu, .menu-item:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.sub-menu a { width: 100%; min-height: 40px; padding: .45rem .6rem; border-radius: 6px; white-space: normal; }
.sub-menu a:hover { background: var(--xh-soft); }
.submenu-toggle { min-width: 22px; height: 32px; display: inline-grid; place-items: center; padding: 0; color: currentColor; background: none; border: 0; cursor: pointer; }
.submenu-toggle span { display: block; line-height: 1; transform: translateY(-1px); }
.header-cta { flex: 0 0 auto; padding-inline: 1rem; font-size: .85rem; white-space: nowrap; }
.nav-toggle { display: none; min-height: 44px; align-items: center; gap: .7rem; padding: .5rem; color: var(--xh-navy); background: transparent; border: 0; font-weight: 700; cursor: pointer; }
.nav-toggle__icon { display: grid; gap: 4px; }
.nav-toggle__icon i { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.phase-one-hero { position: relative; min-height: clamp(520px, 67vh, 760px); display: grid; align-items: center; color: #fff; background: linear-gradient(110deg, #17324b 0%, #1f526d 46%, #b5c1c8 100%); overflow: hidden; }
.phase-one-hero::after { position: absolute; inset: 0; content: ""; opacity: .32; background: radial-gradient(circle at 78% 36%, #f9d899 0 2%, transparent 25%), linear-gradient(155deg, transparent 0 55%, #071f37 56%); }
.phase-one-hero__overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,20,36,.8), rgba(3,20,36,.1) 72%); }
.phase-one-hero__content { position: relative; z-index: 2; padding-block: 5rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--xh-gold); font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.phase-one-hero h1 { max-width: 800px; margin: 0; font-family: var(--xh-serif); font-size: clamp(3rem, 6vw, 6.1rem); line-height: .97; letter-spacing: -.035em; }
.phase-one-hero__content > p:not(.eyebrow) { max-width: 580px; margin: 1.35rem 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.phase-placeholder { padding-block: clamp(4rem, 8vw, 8rem); text-align: center; }
.phase-placeholder h2 { max-width: 800px; margin: 0 auto 1rem; font-family: var(--xh-serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; }
.phase-placeholder > p:last-child { max-width: 700px; margin-inline: auto; color: var(--xh-muted); }
.content-shell { padding-block: 4rem; }
.content-card { padding: clamp(1.5rem, 4vw, 4rem); border: 1px solid var(--xh-line); border-radius: var(--xh-radius); box-shadow: var(--xh-shadow); }
.site-footer { color: #d7e1eb; background: var(--xh-navy); }
.site-footer__inner { display: grid; grid-template-columns: minmax(220px, 1fr) 3fr; gap: 4rem; padding-block: 4rem 3rem; }
.brand--footer { color: #fff; }
.site-footer__inner > div > p { max-width: 360px; font-size: .9rem; }
.site-footer__widgets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.footer-widget__title { color: #fff; font-size: 1rem; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 72rem) {
  .primary-header__inner { min-height: 74px; justify-content: space-between; }
  .brand-support { margin-right: auto; }
  .nav-toggle { display: inline-flex; }
  .primary-navigation { position: fixed; z-index: 999; top: 116px; right: 0; bottom: 0; width: min(92vw, 420px); display: block; padding: 1rem 1.25rem 2rem; visibility: hidden; overflow-y: auto; background: #fff; box-shadow: -16px 20px 40px rgba(6,29,53,.18); transform: translateX(105%); transition: transform .25s, visibility .25s; }
  .is-menu-open .primary-navigation { visibility: visible; transform: none; }
  .is-menu-open .nav-toggle__icon i:first-child { transform: translateY(6px) rotate(45deg); }
  .is-menu-open .nav-toggle__icon i:nth-child(2) { opacity: 0; }
  .is-menu-open .nav-toggle__icon i:last-child { transform: translateY(-6px) rotate(-45deg); }
  .primary-menu { display: block; }
  .primary-menu > .menu-item { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--xh-line); }
  .primary-menu a { min-height: 50px; font-size: .95rem; white-space: normal; }
  .primary-menu > .current-menu-item::after { display: none; }
  .submenu-toggle { min-width: 48px; min-height: 48px; }
  .sub-menu { position: static; grid-column: 1 / -1; width: 100%; max-height: 0; padding: 0 0 0 .8rem; visibility: visible; overflow: hidden; opacity: 1; border: 0; box-shadow: none; transform: none; transition: max-height .25s; }
  .is-submenu-open > .sub-menu { max-height: 600px; padding-bottom: .5rem; }
  .header-cta { width: 100%; margin-top: 1.25rem; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 48rem) {
  .site-container { width: min(calc(100% - 1.25rem), var(--xh-container)); }
  .utility-bar, .utility-bar__inner { min-height: 38px; }
  .utility-bar__selectors, .utility-bar__account { gap: .75rem; }
  .utility-link--desktop, .utility-bar__account .utility-link span { display: none; }
  .primary-navigation { top: 112px; width: 100%; }
  .brand__copy strong { font-size: 1.3rem; }
  .brand__mark { font-size: 2rem; }
  .brand-support { display: none; }
  .nav-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .phase-one-hero { min-height: 620px; }
  .phase-one-hero__content { padding-block: 4rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .site-footer__widgets { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Phase 2 homepage */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.home-hero { position: relative; min-height: clamp(360px, 29vw, 460px); display: flex; align-items: center; color: #fff; background-image: var(--hero-image); background-size: cover; background-position: center; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,33,.88) 0%, rgba(3,18,33,.48) 42%, rgba(3,18,33,.08) 76%); }
.home-hero__content { position: relative; z-index: 1; padding: 2.4rem 0 6rem; }
.home-hero h1 { max-width: 720px; margin: 0; font-family: var(--xh-serif); font-size: clamp(2.55rem, 3.6vw, 4.15rem); line-height: .98; letter-spacing: -.035em; }
.home-hero__content > p:not(.eyebrow) { max-width: 590px; margin: 1.25rem 0 0; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.search-wrap { position: relative; z-index: 4; margin-top: -78px; }
.booking-search { padding: 0 1.5rem 1.5rem; background: #fff; border: 1px solid rgba(6,29,53,.08); border-radius: 20px; box-shadow: 0 18px 45px rgba(6,29,53,.18); }
.search-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--xh-line); scrollbar-width: none; }
.search-tabs::-webkit-scrollbar { display: none; }
.search-tab { position: relative; min-height: 68px; display: flex; flex: 1 0 auto; align-items: center; justify-content: center; gap: .55rem; padding: .8rem 1.25rem; color: #334155; background: none; border: 0; font-size: .88rem; font-weight: 800; cursor: pointer; }
.search-tab span { font-size: 1.2rem; }
.search-tab.is-active { color: var(--xh-navy); }
.search-tab.is-active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; content: ""; background: var(--xh-gold); }
.search-fields { display: grid; grid-template-columns: 1.45fr 1fr 1fr .9fr auto; gap: .75rem; padding-top: 1.25rem; }
.search-field { min-width: 0; display: flex; justify-content: center; flex-direction: column; padding: .65rem 1rem; border: 1px solid var(--xh-line); border-radius: 9px; }
.search-field > span { color: #475569; font-size: .76rem; font-weight: 800; }
.search-field input, .search-field select { min-width: 0; width: 100%; padding: .25rem 0; color: var(--xh-ink); background: #fff; border: 0; outline: 0; font-size: .9rem; font-weight: 600; }
.search-submit { min-width: 138px; min-height: 58px; padding: .8rem 1.4rem; align-self: stretch; color: #fff; background: var(--xh-navy); border: 0; border-radius: 8px; font-size: .95rem; font-weight: 850; box-shadow: 0 6px 16px rgba(6,29,53,.18); cursor: pointer; }
.search-submit span { margin-right: .45rem; font-size: 1.25rem; }
.search-error { margin: .75rem 0 0; color: #a52727; font-size: .85rem; }
.trust-strip { padding: 1.55rem 0 1.15rem; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.35fr; gap: 1rem; align-items: center; }
.trust-strip__grid > div { min-width: 0; display: flex; align-items: center; gap: .78rem; }
.trust-strip b { color: var(--xh-gold); font-size: 1.55rem; }
.trust-strip span { min-width: 0; display: flex; flex-direction: column; }
.trust-strip strong { color: var(--xh-navy); font-size: .94rem; line-height: 1.3; }
.trust-strip small { color: #526071; font-size: .78rem; }
.trust-payment { justify-content: center; flex-wrap: wrap; padding: .65rem; border: 1px solid var(--xh-line); border-radius: 8px; text-align: center; }
.trust-payment__label { margin-right: .25rem; }
.payment-logo { min-width: 58px; min-height: 34px; display: inline-flex !important; align-items: center; justify-content: center; padding: .25rem .48rem; background: #fff; border: 1px solid #d7dee7; border-radius: 5px; box-shadow: 0 2px 6px rgba(6,29,53,.08); font-size: .78rem !important; font-style: normal; font-weight: 900; line-height: 1 !important; }
.payment-logo--paypal { color: #003087; font-family: Arial, sans-serif; font-style: italic; }
.payment-logo--paypal span { display: inline; color: #009cde; }
.payment-logo--visa { color: #1434cb; font-family: Arial, sans-serif; font-style: italic; letter-spacing: -.05em; }
.payment-logo--mastercard { position: relative; min-width: 54px; }
.payment-logo--mastercard i { position: absolute; width: 24px; height: 24px; background: #eb001b; border-radius: 50%; }
.payment-logo--mastercard i:first-child { transform: translateX(-7px); }
.payment-logo--mastercard i:last-child { background: rgba(255,153,0,.88); transform: translateX(7px); }
.payment-logo--ssl { color: #15803d; }
.home-section { padding-block: clamp(2.8rem, 4.5vw, 5rem); }
.homepage #discover { padding-top: 1.65rem; padding-bottom: 1.5rem; }
.home-section--soft { padding-top: 1.35rem; padding-bottom: 2.75rem; background: var(--xh-soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 1.7rem; }
.section-heading h2, .category-showcase h2, .sale-banner h2, .travel-card h2, .newsletter-card h2 { margin: 0; font-family: var(--xh-serif); font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: 1.08; letter-spacing: -.025em; }
.section-heading a, .text-link, .travel-card a { color: var(--xh-gold-hover); font-weight: 750; }
.section-heading--center { justify-content: center; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.service-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--xh-line); border-radius: var(--xh-radius); box-shadow: 0 8px 24px rgba(6,29,53,.05); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--xh-shadow); }
.service-card img { width: 100%; aspect-ratio: 4/2.55; object-fit: cover; }
.service-card__icon { position: absolute; top: 42%; left: 1rem; width: 44px; height: 44px; display: grid; place-items: center; color: var(--xh-gold); background: #fff; border-radius: 50%; box-shadow: 0 4px 14px rgba(6,29,53,.13); font-size: 1.35rem; }
.service-card div { padding: 1.3rem 1rem 1.2rem; }
.service-card h3 { margin: 0 0 .45rem; font-size: 1.12rem; }
.service-card p { min-height: 3.1em; margin: 0 0 .8rem; color: #526071; font-size: .84rem; }
.service-card strong { color: var(--xh-navy); font-size: .84rem; }
.rental-category-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-top: .35rem; padding-bottom: .75rem; }
.rental-category-strip a { display: flex; min-height: 72px; align-items: center; gap: .8rem; padding: 1rem 1.25rem; background: #fff; border: 1px solid var(--xh-line); border-radius: 12px; box-shadow: 0 7px 20px rgba(6,29,53,.05); }
.rental-category-strip a:hover { border-color: var(--xh-gold); transform: translateY(-2px); }
.rental-category-strip span { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; color: var(--xh-gold); background: #fff7e8; border-radius: 50%; font-size: 1.2rem; }
.rental-category-strip strong { font-size: .9rem; }
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.listing-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--xh-line); border-radius: var(--xh-radius); box-shadow: 0 8px 24px rgba(6,29,53,.05); }
.listing-card__link { display: block; height: 100%; color: inherit; text-decoration: none; }
.listing-card__action { display: inline-block; margin-top: .8rem; color: var(--xh-gold-dark); font-weight: 800; }
.listing-card__media { position: relative; }
.listing-card__media img { width: 100%; aspect-ratio: 4/2.6; object-fit: cover; }
.listing-badge { position: absolute; top: .75rem; left: .75rem; padding: .3rem .55rem; color: #fff; background: var(--xh-navy); border-radius: 5px; font-size: .62rem; font-weight: 800; }
.listing-card__media button { position: absolute; top: .65rem; right: .65rem; width: 38px; height: 38px; color: #fff; background: rgba(6,29,53,.68); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.25rem; cursor: pointer; }
.listing-card__body { padding: 1rem; }
.listing-place, .listing-meta { color: var(--xh-muted); font-size: .72rem; }
.listing-card h3 { min-height: 2.6em; margin: .3rem 0 .7rem; font-size: .98rem; line-height: 1.3; }
.listing-price { display: flex; align-items: baseline; gap: .25rem; }
.listing-price strong { font-size: 1.1rem; }
.listing-price span { color: var(--xh-muted); font-size: .72rem; }
.listing-rating { margin: .45rem 0 0; color: #f1a308; font-size: .78rem; }
.listing-rating span { color: var(--xh-muted); }
.category-showcase { display: grid; grid-template-columns: .8fr 1.4fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.category-showcase img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; box-shadow: var(--xh-shadow); }
.showcase-copy > p:not(.eyebrow) { color: var(--xh-muted); }
.sale-banner { display: grid; grid-template-columns: 1.05fr 2fr; gap: 2rem; margin-block: 1rem 5rem; padding: clamp(2rem, 4vw, 4rem); color: #fff; background: linear-gradient(120deg, #041a30, #092f52); border-radius: 20px; overflow: hidden; }
.sale-banner__copy > p:not(.eyebrow) { color: #c9d6e2; }
.sale-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sale-options > div { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; text-align: center; }
.sale-options b { color: var(--xh-gold); font-size: 2rem; }
.sale-options h3 { margin: .5rem 0; font-family: var(--xh-serif); font-size: 1.3rem; }
.sale-options p { margin: 0; color: #c9d6e2; font-size: .76rem; }
.travel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.travel-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--xh-line); border-radius: 18px; box-shadow: 0 8px 24px rgba(6,29,53,.06); }
.travel-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.travel-card > div { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(1.5rem, 3vw, 3rem); }
.travel-card h2 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.travel-card p:not(.eyebrow) { color: var(--xh-muted); }
.reviews-section { padding-block: clamp(4rem, 7vw, 7rem); background: #fbf8f2; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-grid article { padding: 2rem; background: #fff; border: 1px solid #eee5d8; border-radius: var(--xh-radius); }
.review-stars { color: #f1a308; letter-spacing: .12em; }
.review-grid blockquote { margin: 1rem 0 1.5rem; font-family: var(--xh-serif); font-size: 1.18rem; line-height: 1.55; }
.review-grid footer { display: flex; flex-direction: column; }
.review-grid footer span { color: var(--xh-muted); font-size: .75rem; }
.review-disclaimer { margin: 1.2rem 0 0; color: var(--xh-muted); font-size: .72rem; text-align: center; }
.stats-section { color: #fff; background: var(--xh-navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); padding-block: 2.4rem; }
.stats-grid > div { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: .4rem 1rem; border-right: 1px solid rgba(255,255,255,.16); text-align: center; }
.stats-grid > div:last-child { border: 0; }
.stats-grid strong { color: var(--xh-gold); font-family: var(--xh-serif); font-size: 2rem; }
.stats-grid span { font-size: .75rem; }
.newsletter-section { padding: clamp(3rem, 6vw, 6rem) 0; background: var(--xh-soft); }
.newsletter-card { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 3rem; padding: clamp(2rem, 4vw, 4rem); background: #fff; border-radius: 18px; box-shadow: var(--xh-shadow); }
.newsletter-card p:not(.eyebrow) { margin-bottom: 0; color: var(--xh-muted); }
.newsletter-card form { display: grid; grid-template-columns: 1fr auto; gap: .6rem; padding: .5rem; border: 1px solid var(--xh-line); border-radius: 9px; }
.newsletter-card input { min-width: 0; padding: .65rem; border: 0; outline: 0; }

/* Phase 2 footer */
.footer-main { display: grid; grid-template-columns: 1.15fr 3fr; gap: 4rem; padding-block: 4rem 3rem; }
.footer-brand p { max-width: 330px; color: #bdcbd7; font-size: .86rem; }
.footer-social { display: flex; gap: .5rem; }
.footer-social a { width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.08); border-radius: 50%; font-size: .75rem; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.footer-group h2 { margin: 0 0 1rem; color: #fff; font-size: .9rem; }
.footer-group ul { padding: 0; margin: 0; list-style: none; }
.footer-group li + li { margin-top: .5rem; }
.footer-group a { color: #bdcbd7; font-size: .78rem; }
.footer-group a:hover { color: var(--xh-gold); }
.footer-group__toggle { display: none; }
.footer-preferences { display: flex; align-items: center; gap: 2rem; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-preferences > div { display: flex; align-items: center; gap: .7rem; }
.footer-preferences strong { font-size: .7rem; }
.footer-preferences button { padding: .45rem .7rem; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; }
.footer-language a { min-width: 34px; padding: .35rem .45rem; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 4px; font-size: .7rem; font-weight: 800; text-align: center; }
.footer-currency a { padding: .4rem .65rem; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(215,154,50,.35); border-radius: 4px; font-size: .7rem; font-weight: 800; }
.footer-payment { margin-left: auto; }
.footer-payment span { padding: .25rem .45rem; color: var(--xh-navy); background: #fff; border-radius: 3px; font-size: .62rem; font-weight: 800; }
.site-footer__bottom nav { display: flex; gap: 1.5rem; }
.cookie-settings-link { padding: 0; color: inherit; background: none; border: 0; font: inherit; cursor: pointer; }
.cookie-settings-link:hover { color: var(--xh-gold); }
.cookie-consent { position: fixed; z-index: 9999; right: 1rem; bottom: 1rem; left: 1rem; width: min(calc(100% - 2rem), 1180px); margin-inline: auto; padding: 1.25rem; color: var(--xh-ink); background: #fff; border: 1px solid var(--xh-line); border-radius: 14px; box-shadow: 0 18px 60px rgba(6,29,53,.26); }
.cookie-consent[hidden], .cookie-consent__preferences[hidden] { display: none; }
.cookie-consent__summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; }
.cookie-consent h2 { margin: 0 0 .3rem; font-family: var(--xh-serif); font-size: 1.35rem; }
.cookie-consent p { max-width: 700px; margin: 0; color: var(--xh-muted); font-size: .82rem; }
.cookie-consent p a { color: var(--xh-gold-hover); text-decoration: underline; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.cookie-button { min-height: 42px; font-size: .78rem; }
.cookie-button--secondary { color: var(--xh-navy); background: #fff; border-color: var(--xh-navy); }
.cookie-consent__preferences { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: .75rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--xh-line); }
.cookie-option { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .7rem; background: var(--xh-soft); border-radius: 8px; }
.cookie-option span { display: flex; flex-direction: column; }
.cookie-option strong { font-size: .78rem; }
.cookie-option small { color: var(--xh-muted); font-size: .68rem; }
.cookie-option input { width: 20px; height: 20px; accent-color: var(--xh-gold); }

@media (max-width: 72rem) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-payment { grid-column: 1 / -1; }
  .sale-banner { grid-template-columns: 1fr; }
  .travel-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 54rem) {
  .home-hero { min-height: 500px; background-position: 63% center; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(3,18,33,.9), rgba(3,18,33,.3)); }
  .search-wrap { margin-top: -62px; }
  .booking-search { padding-inline: 1rem; }
  .search-fields { grid-template-columns: repeat(2, 1fr); }
  .search-field--destination { grid-column: 1 / -1; }
  .search-submit { min-height: 58px; }
  .category-showcase, .newsletter-card { grid-template-columns: 1fr; }
  .category-showcase img { order: -1; }
  .review-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .stats-grid > div:last-child { grid-column: 1 / -1; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .rental-category-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-preferences { align-items: flex-start; flex-direction: column; }
  .footer-payment { flex-wrap: wrap; margin-left: 0; }
  .cookie-consent__summary, .cookie-consent__preferences { grid-template-columns: 1fr; }
  .cookie-consent__actions { justify-content: stretch; }
  .cookie-consent__actions .button { flex: 1 1 160px; }
}

@media (max-width: 38rem) {
  .home-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .home-hero__content { padding-bottom: 7rem; }
  .search-tab { padding-inline: 1rem; }
  .search-fields { grid-template-columns: 1fr; }
  .search-field--destination { grid-column: auto; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-payment { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .service-grid { display: flex; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
  .service-card { min-width: 82vw; scroll-snap-align: start; }
  .listing-grid { grid-template-columns: 1fr; }
  .rental-category-strip { grid-template-columns: 1fr; }
  .sale-options { grid-template-columns: 1fr; }
  .travel-grid { grid-template-columns: 1fr; }
  .newsletter-card form { grid-template-columns: 1fr; border: 0; padding: 0; }
  .newsletter-card input { min-height: 52px; border: 1px solid var(--xh-line); border-radius: 7px; }
  .footer-links { grid-template-columns: 1fr; gap: 0; }
  .footer-group { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-group h2 { display: none; }
  .footer-group__toggle { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0; color: #fff; background: none; border: 0; font-weight: 800; }
  .footer-group ul { max-height: 0; overflow: hidden; transition: max-height .25s; }
  .footer-group.is-open ul { max-height: 400px; padding-bottom: 1rem; }
  .site-footer__bottom, .site-footer__bottom nav { flex-direction: column; }
}

/* Approved premium direction — v0.5.0 */
.utility-bar { background: linear-gradient(90deg, #04182c 0%, #072744 55%, #04182c 100%); border-bottom: 1px solid rgba(215,154,50,.22); }
.utility-link { font-size: .78rem; font-weight: 700; }
.primary-header { background: rgba(255,255,255,.99); border-bottom: 1px solid rgba(6,29,53,.08); }
.primary-header__inner { min-height: 102px; }
.brand__mark { font-size: 2.65rem; }
.brand__copy strong { font-size: 1.9rem; }
.brand__copy small { font-size: .64rem; }
.brand-support { width: 180px; flex-basis: 180px; padding-block: .65rem; }
.brand-support > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--xh-gold); border-radius: 50%; }
.brand-support strong { font-size: .8rem; }
.brand-support small { font-size: .66rem; }
.header-cta { min-height: 48px; background: linear-gradient(180deg, #c98535 0%, #a86f24 58%, #945b19 100%); border-color: #8d571b; border-bottom-width: 3px; border-radius: 8px; box-shadow: 0 5px 12px rgba(103,61,13,.25); }
.header-cta:hover { background: linear-gradient(180deg, #d3913e 0%, #b87829 58%, #985d1a 100%); box-shadow: 0 7px 16px rgba(103,61,13,.32); }
.home-hero { min-height: clamp(330px, 25vw, 410px); }
.home-hero__content { padding: 2rem 0 5.7rem; }
.home-hero h1 { font-size: clamp(2.65rem, 3.5vw, 4rem); }
.search-wrap { margin-top: -54px; }
.booking-search { border-radius: 17px; box-shadow: 0 18px 44px rgba(6,29,53,.16); }
.trust-strip__grid { padding: .85rem 1rem; background: #fff; border: 1px solid var(--xh-line); border-radius: 12px; box-shadow: 0 8px 22px rgba(6,29,53,.07); }

.site-footer { position: relative; background: radial-gradient(circle at 15% 0%, #0b3358 0, #061d35 34%, #031426 100%); border-top: 3px solid var(--xh-gold); }
.footer-main { grid-template-columns: 1.2fr 4fr; gap: clamp(2.5rem, 5vw, 5rem); padding-block: 4.5rem 3rem; }
.footer-brand p { color: #cad5e0; font-size: .9rem; line-height: 1.75; }
.footer-social a { border: 1px solid rgba(255,255,255,.16); transition: .2s; }
.footer-social a:hover { color: var(--xh-navy); background: var(--xh-gold); transform: translateY(-2px); }
.footer-links { grid-template-columns: repeat(5, 1fr); gap: clamp(1.2rem, 2.5vw, 2.5rem); }
.footer-group h2 { position: relative; padding-bottom: .75rem; font-size: .92rem; }
.footer-group h2::after { position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; content: ""; background: var(--xh-gold); }
.footer-group li + li { margin-top: .66rem; }
.footer-group a { color: #ccd7e2; font-size: .81rem; }
.footer-preferences { padding-block: 1.45rem; }
.footer-preferences button, .footer-language a { border-color: rgba(215,154,50,.35); }
.footer-payment span { min-height: 30px; display: inline-grid; place-items: center; padding-inline: .65rem; border: 1px solid rgba(255,255,255,.3); font-size: .68rem; }
.site-footer__bottom { color: #adbdcb; }

@media (min-width: 72.001rem) {
  .primary-navigation { gap: .75rem; }
  .primary-menu { gap: .45rem; }
  .primary-menu > .menu-item { margin: 0; }
  .primary-menu > .menu-item > a { min-height: 43px; padding: .65rem .78rem; color: var(--xh-navy); background: linear-gradient(180deg, #fffefb 0%, #faf7f0 100%); border: 1px solid #eadcc3; border-bottom-color: #d6c29c; border-radius: 8px; box-shadow: 0 2px 0 #e4d4b8, 0 5px 10px rgba(6,29,53,.08); font-size: clamp(.77rem, .78vw, .9rem); font-weight: 800; transition: transform .16s, box-shadow .16s, color .16s, background .16s; }
  .primary-menu > .menu-item > a:hover { color: var(--xh-navy); background: #fff; box-shadow: 0 3px 0 #d8bb83, 0 7px 14px rgba(6,29,53,.12); transform: translateY(-1px); }
  .primary-menu > .current-menu-item > a, .primary-menu > .current-menu-ancestor > a, .home .primary-menu > .menu-item:first-child > a { color: #fff; background: linear-gradient(180deg, #0b3154 0%, #061d35 100%); border-color: #061d35; border-bottom-color: var(--xh-gold); box-shadow: 0 3px 0 var(--xh-gold), 0 7px 14px rgba(6,29,53,.2); }
  .primary-menu > .current-menu-item::after { display: none; }
  .primary-menu > .menu-item-has-children > a { padding-right: .55rem; }
  .primary-menu > .menu-item-has-children > .submenu-toggle { margin-left: -.38rem; margin-right: .15rem; color: var(--xh-navy); }
  .primary-menu > .current-menu-ancestor > .submenu-toggle, .home .primary-menu > .menu-item:first-child > .submenu-toggle { color: #fff; }
}

@media (max-width: 82rem) and (min-width: 72.001rem) {
  .brand-support { width: 158px; flex-basis: 158px; padding-left: .7rem; }
  .brand-support small { font-size: .58rem; }
  .primary-menu > .menu-item > a { padding-inline: .56rem; font-size: .74rem; }
  .header-cta { padding-inline: .75rem; font-size: .76rem; }
}

@media (max-width: 72rem) {
  .primary-header__inner { min-height: 78px; }
  .home-hero { min-height: 470px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 54rem) {
  .home-hero { min-height: 520px; }
  .search-wrap { margin-top: -50px; }
  .trust-strip__grid { padding: .85rem; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 38rem) {
  .footer-links { grid-template-columns: 1fr; }
}

/* Approved screenshot alignment — v0.5.2 */
@media (min-width: 72.001rem) {
  .trust-strip { padding: 1rem 0 1.35rem; }
  .trust-strip__grid {
    min-height: 86px;
    grid-template-columns: repeat(4, minmax(145px, 1fr)) minmax(350px, 1.55fr);
    gap: .55rem;
    padding: .7rem 1rem;
    border-radius: 14px;
  }
  .trust-strip__grid > div { gap: .65rem; }
  .trust-strip b { flex: 0 0 auto; font-size: 1.35rem; }
  .trust-strip strong { font-size: .86rem; white-space: nowrap; }
  .trust-strip small { font-size: .7rem; white-space: nowrap; }
  .trust-payment {
    display: grid;
    grid-template-columns: minmax(125px, 1fr) repeat(4, auto);
    gap: .45rem;
    flex-wrap: nowrap;
    min-height: 60px;
    padding: .45rem .55rem;
    border-radius: 9px;
  }
  .trust-payment__label { margin: 0 .25rem 0 0; text-align: left; }
  .payment-logo { min-width: 48px; min-height: 31px; padding: .2rem .38rem; }
  .payment-logo--mastercard { min-width: 48px; }

  .footer-main { padding-block: 3.5rem 2.4rem; }
  .footer-brand .brand__copy strong { font-size: 1.85rem; }
  .footer-brand > p { max-width: 285px; font-size: .88rem; }
  .footer-group h2 { font-size: 1.02rem; }
  .footer-group a { font-size: .84rem; }
  .footer-links { gap: clamp(1.5rem, 2.2vw, 2.4rem); }
  .footer-preferences { border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-payment { display: flex; align-items: center; gap: .55rem; }
  .footer-payment span { min-width: 72px; min-height: 34px; border-radius: 5px; font-size: .72rem; }
}

@media (min-width: 72.001rem) and (max-width: 84rem) {
  .trust-strip__grid { grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(300px, 1.4fr); }
  .trust-payment { grid-template-columns: minmax(105px, 1fr) repeat(4, auto); gap: .3rem; }
  .payment-logo { min-width: 42px; }
}

.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-intro .eyebrow { color: var(--xh-gold-dark); font-weight: 800; text-transform: uppercase; }
.contact-intro h1 { margin-top: .4rem; font-family: var(--xh-serif); font-size: clamp(2.4rem, 4vw, 4.4rem); }
.contact-details { display: grid; gap: .8rem; margin-top: 2rem; }
.contact-details div { padding: 1rem; background: var(--xh-soft); border-radius: 10px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.25rem, 3vw, 2.25rem); background: #fff; border: 1px solid var(--xh-line); border-radius: 16px; box-shadow: var(--xh-shadow); }
.contact-form label { display: grid; gap: .45rem; color: var(--xh-navy); font-size: .85rem; font-weight: 800; }
.contact-form label:last-of-type, .contact-form .contact-form__full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #ccd5df; border-radius: 8px; font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form__notice { grid-column: 1 / -1; padding: .85rem 1rem; color: #126236; background: #edf9f2; border-radius: 8px; }
.contact-form__notice--error { color: #8a1f1f; background: #fff0f0; }
.contact-form__honeypot { position: absolute; left: -9999px; }
@media (max-width: 48rem) { .contact-layout, .contact-form { grid-template-columns: 1fr; } .contact-form label { grid-column: 1; } }

/* Professional WooCommerce product gallery — v0.6.3 */
.xhome24-commerce-main { padding-block: clamp(2rem, 4vw, 4.5rem); }
.xhome24-commerce-main > .woocommerce { width: min(100% - 2rem, 1280px); margin-inline: auto; }
.catalogue-hero { padding: clamp(3rem, 7vw, 6.5rem) 0; color: #fff; background: linear-gradient(120deg, var(--xh-navy), #123a60); }
.catalogue-hero h1 { margin: .35rem 0 .8rem; color: #fff; font-family: var(--xh-serif); font-size: clamp(2.5rem, 5vw, 4.8rem); }
.catalogue-hero p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); }
.property-catalogue__grid { align-items: stretch; }
.catalogue-empty { padding: clamp(2rem, 5vw, 5rem); text-align: center; border: 1px solid var(--xh-line); border-radius: var(--xh-radius); box-shadow: var(--xh-shadow); }
.catalogue-empty .button { margin-top: 1rem; }
.single-product .site-main .product {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product div.images .woocommerce-product-gallery__image,
.single-product div.product div.images .woocommerce-product-gallery__image--placeholder {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--xh-soft);
  border: 1px solid var(--xh-line);
  border-radius: 18px;
}

.single-product div.product div.images .woocommerce-product-gallery__image > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--xh-soft);
  border: 1px solid var(--xh-line);
  border-radius: 18px;
}

.single-product div.product div.images .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.single-product div.product div.images .woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(2rem, 7vw, 6rem);
}

.single-product div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .7rem;
  margin: .85rem 0 0;
}

.single-product div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
}

.single-product div.product div.images .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 9px;
}

.single-product div.product div.images .flex-control-thumbs img.flex-active {
  border-color: var(--xh-gold);
}

@media (min-width: 64rem) {
  .single-product .site-main .product {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
  }

  .single-product div.product div.images,
  .single-product div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
  }

  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .upsells {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  .single-product .site-main .product { width: min(100% - 1.25rem, 1280px); }
  .single-product div.product div.images .woocommerce-product-gallery__image > a { border-radius: 13px; }
  .single-product div.product div.images .flex-control-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; }
}
