/* =============================================================
   365 Blue Vacations — Bright & Inviting (Moonchild Blue Redo)
   ============================================================= */

:root {
  --navy: #1a2b4a;
  --navy-deep: #0a1223;
  --navy-mid: #253d6b;
  --gold: #c3ad62;
  --gold-dark: #a8944e;
  --gold-soft: #e8d88a;
  --light-bg: #eef2f7;
  --white: #ffffff;
  --body-text: #4a4a4a;
  --muted: #7a8899;
  --border: #e0e6ef;
  --radius: 12px;
  --max: 1480px;
  --max-copy: 1120px;
  --shadow: 0 4px 16px rgba(26, 43, 74, 0.06);
  --shadow-lift: 0 16px 48px rgba(26, 43, 74, 0.14);
  --band: clamp(64px, 8vw, 96px);
  --topbar-h: 72px;
  --display: "Playfair Display", Georgia, serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topbar-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--body-text);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

[hidden] { display: none !important; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.wrap-narrow { width: min(calc(100% - 40px), var(--max-copy)); margin: 0 auto; }

h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--navy);
}

h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.75rem); }
h3 { font-size: 1.25rem; line-height: 1.3; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.meta { color: var(--muted); font-size: 0.9rem; }
.section { padding: var(--band) 0; }
.section-head { max-width: 40rem; margin: 0 auto clamp(28px, 4vw, 48px); text-align: center; }
.section-head .section-sub { margin-top: 0.85rem; color: var(--muted); font-size: 1.05rem; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 20px;
  top: 12px;
  z-index: 60;
  background: var(--white);
  padding: 10px 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- Buttons & filters ---------- */

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  border-radius: 10px;
  border: 0;
  background: var(--navy);
  color: var(--white);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.button:hover { background: var(--navy-mid); transform: translateY(-1px); }
.button-gold {
  background: var(--gold);
  color: var(--navy);
}
.button-gold:hover { background: #d4be70; box-shadow: 0 10px 30px rgba(195, 173, 98, 0.4); }
.button-ghost {
  background: transparent;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  min-height: auto;
  padding: 0 0 2px;
}
.button-ghost:hover { border-bottom-color: var(--white); background: transparent; transform: none; }
.button-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.button-outline:hover { background: var(--navy); color: var(--white); }
.button-block { width: 100%; }

.link-gold {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.link-gold:hover { color: var(--gold-dark); }

[data-filter],
.filter-row > button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
[data-filter]:hover { background: rgba(26, 43, 74, 0.06); }
[data-filter][aria-pressed="true"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

/* ---------- Topbar ---------- */

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--topbar-h);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: var(--topbar-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.brand-sub {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  min-height: 44px;
  padding: 0.5rem 0.95rem;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-links > a:not(.button):not(.nav-phone) {
  color: var(--body-text);
  position: relative;
  padding: 4px 0;
}
.nav-links > a:not(.button):not(.nav-phone)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 200ms ease;
}
.nav-links > a:not(.button):not(.nav-phone):hover,
.nav-links > a[aria-current="page"] { color: var(--navy); }
.nav-links > a:not(.button):not(.nav-phone):hover::after,
.nav-links > a[aria-current="page"]::after { width: 100%; }

.nav-phone {
  color: var(--body-text);
  font-weight: 500;
  white-space: nowrap;
}
.nav-phone:hover { color: var(--navy); }
.nav-links > .button { padding: 0.65rem 1.2rem; min-height: 42px; }

body { padding-top: var(--topbar-h); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  min-height: min(92vh, 820px);
  color: var(--white);
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(26, 43, 74, 0.2) 35%,
    rgba(26, 43, 74, 0.62) 68%,
    rgba(10, 18, 35, 0.9) 100%
  );
}

.hero-copy { max-width: min(100%, 42rem); position: relative; z-index: 2; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(195, 173, 98, 0.22);
  border: 1px solid rgba(195, 173, 98, 0.55);
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  color: var(--white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-soft);
  font-weight: 600;
}

.hero-support {
  margin: 1.15rem 0 1.75rem;
  max-width: 38rem;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  color: rgba(255, 255, 255, 0.88);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 2rem;
  width: min(calc(100% - 40px), var(--max));
  min-height: inherit;
  padding: 0 0 clamp(72px, 10vw, 110px);
  box-sizing: border-box;
}

.hero-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-self: end;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(10, 18, 35, 0.35);
}
.hero-stat {
  background: rgba(10, 18, 35, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.15rem 1.45rem;
  text-align: center;
  min-width: 6.75rem;
}
.hero-stat:first-child { border-left: 0; }
.hero-stat-number {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-soft);
  line-height: 1;
}
.hero-stat-label {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

/* ---------- Elevation index ---------- */

.elevation-index {
  position: relative;
  z-index: 3;
  margin-top: clamp(-72px, -7vw, -40px);
  padding: clamp(22px, 3vw, 32px);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--border);
}

.elevation-label {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.elevation-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.elevation-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0 clamp(10px, 1.5vw, 18px);
  transition: transform 180ms ease;
}
.elevation-item:hover { transform: translateY(-3px); }
.elevation-row > .elevation-item + .elevation-item {
  border-left: 1px solid var(--border);
}

.elevation-photo {
  order: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  background: var(--light-bg);
}

.elevation-marker {
  order: 2;
  display: block;
  width: 9px;
  height: var(--rise, 20px);
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 50% 4.5px, var(--navy) 4.5px, transparent 5px) top / 9px 9px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom / 2px calc(var(--rise, 20px) - 7px) no-repeat;
}
.elevation-name {
  order: 3;
  font-family: var(--display);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--navy);
  line-height: 1.25;
}
.elevation-place {
  order: 4;
  font-size: 0.82rem;
  color: var(--muted);
}

.elevation-item::before,
.elevation-item::after {
  content: none !important;
  display: none !important;
}
.elevation-row > .elevation-item:nth-child(1) { --rise: 16px; }
.elevation-row > .elevation-item:nth-child(2) { --rise: 28px; }
.elevation-row > .elevation-item:nth-child(3) { --rise: 40px; }
.elevation-row > .elevation-item:nth-child(4) { --rise: 54px; }

/* ---------- Featured stays / cards ---------- */

.featured-grid,
.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stay-card,
.property-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.stay-card:hover,
.property-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
}

.stay-card > a,
.property-card > a {
  display: block;
  color: inherit;
}

.stay-card .card-media,
.property-card .card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: var(--light-bg);
}
.stay-card img,
.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}
.stay-card:hover img,
.property-card:hover img { transform: scale(1.05); }

.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.card-body { padding: 1.25rem 1.35rem 1.4rem; }
.card-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.45rem;
}
.stay-card h3,
.property-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}
.card-facts {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 0.85rem;
}
.card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  background: var(--light-bg);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}
.card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}
.rate,
.card-rate {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.rate-note { font-size: 0.75rem; color: var(--muted); font-weight: 500; }

.section-cta { text-align: center; margin-top: 2.5rem; }

/* ---------- Why direct / benefits ---------- */

.why-section { background: var(--light-bg); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.benefit-card {
  background: var(--white);
  border: 1px solid rgba(26, 43, 74, 0.06);
  border-radius: var(--radius);
  padding: 1.75rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 200ms ease;
}
.benefit-card:hover { transform: translateY(-3px); }
.benefit-highlight {
  display: inline-block;
  background: rgba(195, 173, 98, 0.15);
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.benefit-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
}
.benefit-title {
  font-family: var(--display);
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.55rem;
}
.benefit-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }

/* ---------- Reviews ---------- */

.review-band { background: var(--white); }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.review-card {
  background: var(--light-bg);
  border-radius: var(--radius);
  padding: 1.75rem;
  border: 1px solid transparent;
  transition: border-color 200ms ease, transform 200ms ease;
}
.review-card:hover {
  border-color: rgba(195, 173, 98, 0.35);
  transform: translateY(-2px);
}
.review-quote-mark {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 1;
  opacity: 0.55;
  margin-bottom: 0.5rem;
}
.review-quote {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: 1.15rem;
}
.review-name {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

/* ---------- Host ---------- */

.host-note {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.08rem;
  color: var(--body-text);
  line-height: 1.75;
}
.host-note-name {
  margin-top: 1.25rem;
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--navy);
  font-weight: 700;
}

/* ---------- FAQ ---------- */

.faq-section { background: #f0f4f8; }
.faq { max-width: 52rem; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.4rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--light-bg);
  display: grid;
  place-items: center;
  color: var(--navy);
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  content: "–";
  background: var(--navy);
  color: var(--white);
}
.faq-answer {
  padding: 0 1.4rem 1.2rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
  margin: 0 1.4rem 0;
  padding-top: 1rem;
}

/* ---------- Stays page ---------- */

.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: clamp(48px, 7vw, 80px) 0 clamp(56px, 8vw, 88px);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background:
    linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.05) 40.5%, transparent 41%),
    linear-gradient(225deg, transparent 45%, rgba(255,255,255,0.07) 45.5%, transparent 46%);
  background-size: 120px 90px;
  opacity: 0.8;
  pointer-events: none;
}
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { color: var(--white); margin-bottom: 0.75rem; }
.page-hero-sub { color: rgba(255, 255, 255, 0.65); font-size: 1.05rem; max-width: 36rem; }
.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.35rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-hero-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.page-hero-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.filters {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0 1.15rem;
  position: sticky;
  top: var(--topbar-h);
  z-index: 30;
  box-shadow: 0 4px 20px rgba(26, 43, 74, 0.05);
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.filter-row:last-of-type { margin-bottom: 0; }
.filter-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-right: 0.35rem;
  min-width: 5.5rem;
}
.match-count {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}
.empty-state {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--muted);
}
.empty-state button {
  background: none;
  border: 0;
  color: var(--gold-dark);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.stays-main { padding: var(--band) 0; background: #f7f9fc; }
.resort-group { margin-bottom: 3rem; }
.resort-group:last-child { margin-bottom: 0; }
[data-resort-group]:not(:has(.stay-card:not([hidden]))) { display: none; }
.resort-group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1.25rem;
}
.resort-group-head h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }

.stay-grid { grid-template-columns: repeat(2, 1fr); }

/* ---------- Listing / property ---------- */

.breadcrumb-bar {
  border-bottom: 1px solid var(--border);
  padding: 0.85rem 0;
  font-size: 0.85rem;
  color: var(--muted);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-sep { color: var(--gold); font-weight: 700; }
.breadcrumb-current { color: var(--navy); font-weight: 600; }

.gallery-section { padding: 1.25rem 0 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  max-height: 520px;
}
.gallery-main,
.gallery-thumb {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--light-bg);
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-main img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.gallery-main:hover img,
.gallery-thumb:hover img { transform: scale(1.03); }
.gallery-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-height: 0;
}
.gallery-all-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  z-index: 2;
}
.gallery-all-btn:hover { background: var(--navy); color: var(--white); }

.listing-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: start;
  padding: 2rem 0 var(--band);
}
.prop-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(195, 173, 98, 0.12);
  border: 1px solid rgba(195, 173, 98, 0.3);
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.listing-head h1 { margin-bottom: 0.75rem; }
.listing-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
}
.listing-facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}
.rating-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}
.rating-score { font-weight: 700; color: var(--navy); }
.rating-stars { color: var(--gold); letter-spacing: 0.05em; }

.listing-section {
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.listing-section h2 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
}
.listing-prose { font-size: 1.02rem; line-height: 1.75; color: var(--body-text); }
.listing-prose > p { margin: 0 0 1rem; }
.detail-section {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.detail-section h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--navy);
  margin: 0 0 0.85rem;
}
.detail-section p { margin: 0 0 0.85rem; }
.detail-list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  display: grid;
  gap: 0.45rem;
}
.detail-list li {
  padding-left: 0.15rem;
  color: var(--body-text);
}
.detail-policy p {
  font-size: 0.95rem;
  color: var(--muted);
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.summary-card {
  background: var(--light-bg);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.summary-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.summary-card p { font-size: 0.9rem; color: var(--muted); }

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.amenity {
  background: var(--light-bg);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}

.amenity-groups {
  display: grid;
  gap: 1.35rem;
}
.amenity-group h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--navy);
  margin: 0 0 0.65rem;
}
.amenity-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
}
.amenity-group-list li {
  background: var(--light-bg);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}

.listing-reviews .rating-line { margin-bottom: 1.15rem; }
.quote-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}
.quote-list li {
  background: var(--light-bg);
  border-radius: var(--radius);
  padding: 1.15rem 1.3rem;
}
.quote-body {
  margin: 0;
  font-family: var(--display);
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
  color: var(--navy);
}
.quote-meta {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.listing-aside { position: sticky; top: calc(var(--topbar-h) + 24px); }
.book-panel {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(26, 43, 74, 0.12);
  padding: 1.6rem;
}
.book-rate {
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.book-facts {
  margin: 1.15rem 0 1.35rem;
  display: grid;
  gap: 0.55rem;
}
.book-facts li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
  color: var(--muted);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--border);
}
.book-facts span { color: var(--navy); font-weight: 700; }
.book-panel .button { background: var(--gold); color: var(--navy); }
.book-panel .button:hover { background: #d4be70; }
.book-trust {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
}

.mobile-book-bar {
  display: none;
  position: fixed;
  inset: auto 0 0;
  z-index: 50;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 0.85rem 1.1rem;
  box-shadow: 0 -8px 30px rgba(26, 43, 74, 0.1);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mobile-book-bar .button { background: var(--gold); color: var(--navy); flex-shrink: 0; }

/* ---------- Lightbox ---------- */

.lightbox {
  border: 0;
  padding: 0;
  width: min(96vw, 1100px);
  max-height: 92vh;
  background: transparent;
}
.lightbox::backdrop { background: rgba(10, 18, 35, 0.88); }
.lightbox-shell {
  background: var(--navy-deep);
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
}
.lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: var(--white);
  min-height: 44px;
  min-width: 44px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
.lightbox-figure {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem 0.75rem;
}
.lightbox-image {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  margin: 0 auto;
}
.lightbox-caption {
  padding: 0 1rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* ---------- Trust + footer ---------- */

.trust-bar {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
}
.trust-item {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}
.trust-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.18);
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: clamp(56px, 7vw, 80px) 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.footer-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-desc { font-size: 0.9rem; line-height: 1.7; max-width: 22rem; }
.footer-col-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-list { display: grid; gap: 0.65rem; }
.footer-list a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  transition: color 160ms ease;
}
.footer-list a:hover { color: var(--white); }
.footer-bottom {
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .listing-layout { grid-template-columns: 1fr 320px; gap: 2rem; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-stats { display: none; }
  .hero-shell {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }
  .elevation-row { grid-template-columns: 1fr 1fr; gap: 1.25rem 0; }
  .elevation-row > .elevation-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 1.1rem;
  }
  .elevation-row > .elevation-item:nth-child(4) {
    border-top: 1px solid var(--border);
    padding-top: 1.1rem;
  }
  .review-grid,
  .featured-grid,
  .stay-grid { grid-template-columns: 1fr; }
  .listing-layout { grid-template-columns: 1fr; }
  .listing-aside { position: static; }
  .gallery-grid {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: 0;
  }
  .gallery-main { min-height: 260px; }
  .gallery-side { min-height: 220px; }
  .summary-grid { grid-template-columns: 1fr; }
  .mobile-book-bar { display: flex; }
  body.has-mobile-book { padding-bottom: 84px; }
}

@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--topbar-h);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 1.25rem 1.25rem;
    box-shadow: var(--shadow-lift);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a { padding: 0.85rem 0; }
  .nav-links > .button { margin-top: 0.5rem; justify-content: center; }
  .hero { min-height: 78vh; }
  .hero-shell { padding-bottom: 56px; }
  .hero-copy { padding: 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .trust-sep { display: none; }
  .filter-label { min-width: auto; width: 100%; margin-bottom: 0.15rem; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-group-list { grid-template-columns: 1fr; }
}
