:root {
  --ink: #082f42;
  --ocean: #073e57;
  --deep: #052b3d;
  --teal: #3ab8c8;
  --sea-glass: #dff3f3;
  --foam: #f5fbfa;
  --sand: #f3eadb;
  --coral: #e85f47;
  --coral-dark: #c94834;
  --gold: #f0b44d;
  --white: #fff;
  --muted: #557482;
  --line: rgba(8, 47, 66, 0.15);
  --soft-shadow: 0 24px 70px rgba(6, 63, 89, 0.13);
  --max: 1240px;
  --radius: 1.15rem;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--foam);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-weight: 500; line-height: 0.98; letter-spacing: -0.035em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: 0.75rem 1rem; border-radius: 0.5rem; background: #fff; color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 1.15rem; font-size: 0.75rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--coral-dark); }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.82rem 1.3rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: white; box-shadow: 0 16px 36px rgba(232, 95, 71, 0.27); }
.button-primary:hover { background: var(--coral-dark); }
.button-dark { background: var(--ocean); color: white; }
.button-outline { margin: 2rem auto 0; background: transparent; border-color: var(--ocean); }
.arrow-link { display: inline-flex; width: fit-content; align-items: center; gap: 0.45rem; font-weight: 700; text-underline-offset: 0.35rem; }
:focus-visible { outline: 3px solid #111; outline-offset: 3px; box-shadow: 0 0 0 6px rgba(255,255,255,.92); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: 5.25rem;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 1.3rem;
  padding: 0.8rem clamp(1.1rem, 4vw, 4.5rem);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: min-height 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.site-header.scrolled { min-height: 4.5rem; background: rgba(5, 43, 61, 0.96); box-shadow: 0 8px 28px rgba(5, 43, 61, 0.16); backdrop-filter: blur(14px); }
.brand { display: block; width: clamp(165px, 15vw, 226px); }
.brand img { width: 100%; height: auto; filter: invert(1) brightness(3); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(0.9rem, 2vw, 1.8rem); }
.desktop-nav a { color: rgba(255, 255, 255, 0.9); font-size: 0.86rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.phone-link { color: white; font-size: 0.84rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-cta { min-height: 2.75rem; display: inline-flex; align-items: center; padding: 0.65rem 1rem; border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 999px; color: white; font-size: 0.82rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: white; color: var(--ocean); }
.menu-button { display: none; width: 2.8rem; height: 2.8rem; padding: 0.65rem; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 0.24rem 0; background: white; transition: transform 180ms ease, opacity 180ms ease; }
.menu-button[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 1.2rem 1.4rem 1.5rem; background: var(--deep); border-top: 1px solid rgba(255, 255, 255, 0.15); }
.mobile-menu a { display: block; padding: 0.75rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); color: white; font-family: "Newsreader", Georgia, serif; font-size: 1.65rem; text-decoration: none; }

.hero { position: relative; min-height: min(900px, 96svh); display: flex; align-items: center; padding: 8rem clamp(1.25rem, 7vw, 7.5rem) 10rem; overflow: hidden; color: white; background: var(--deep); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 45%; animation: heroDrift 18s ease-out both; }
.hero-scrim { background: linear-gradient(90deg, rgba(2, 30, 43, 0.86) 0%, rgba(2, 30, 43, 0.54) 45%, rgba(2, 30, 43, 0.12) 76%), linear-gradient(0deg, rgba(2, 30, 43, 0.5) 0%, transparent 54%); }
.hero-copy { position: relative; z-index: 1; width: min(900px, 100%); margin-top: 2.5rem; }
.hero h1 { font-size: clamp(4rem, 7.5vw, 7.6rem); }
.hero-lede { width: min(575px, 100%); margin: 1.55rem 0 2rem; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.watch-button { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.25rem; border: 0; background: transparent; color: white; font-weight: 700; cursor: pointer; }
.play-icon { width: 3rem; aspect-ratio: 1; display: grid; place-items: center; padding-left: 0.18rem; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 50%; font-size: 0.82rem; transition: background 180ms ease, color 180ms ease; }
.watch-button:hover .play-icon { background: white; color: var(--ocean); }
.quick-search { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translate(-50%, 50%); width: min(1100px, calc(100% - 2rem)); display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: stretch; background: white; color: var(--ink); box-shadow: var(--soft-shadow); border-radius: 1rem; overflow: hidden; }
.quick-search label { min-width: 0; padding: 1rem 1.15rem; border-right: 1px solid var(--line); }
.quick-search label span { display: block; margin-bottom: 0.15rem; color: var(--muted); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.quick-search input, .quick-search select { width: 100%; min-height: 2rem; padding: 0; border: 0; background: transparent; color: var(--ink); font-weight: 700; }
.quick-search button { min-width: 12rem; padding: 1rem 1.4rem; border: 0; background: var(--coral); color: white; font-weight: 700; cursor: pointer; }
.quick-search button:hover { background: var(--coral-dark); }

.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 6.2rem clamp(1.25rem, 5vw, 5rem) 2.35rem; background: white; border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 0.25rem 0.8rem; border-right: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 0.85rem; }
.trust-strip span:last-child { border-right: 0; }
.trust-strip strong { color: var(--ink); }

.stays { padding-block: clamp(5.5rem, 10vw, 9rem); }
.section-heading { display: grid; grid-template-columns: 0.75fr 1.25fr 1fr; align-items: end; gap: 2rem; margin-bottom: 3.2rem; }
.section-heading .eyebrow { align-self: start; margin-top: 0.4rem; }
.section-heading h2, .gallery-heading h2, .host-copy h2, .guide-intro h2, .good-heading h2, .booking-intro h2, .reviews-head h2 { font-size: clamp(3.3rem, 5.7vw, 6.1rem); }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.stay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.45rem; }
.stay-card { overflow: hidden; background: white; box-shadow: 0 16px 55px rgba(6, 63, 89, 0.09); }
.stay-card.offset { transform: translateY(3.2rem); }
.stay-image-link { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; }
.stay-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.stay-image-link:hover img { transform: scale(1.035); }
.rate-chip { position: absolute; right: 1rem; bottom: 1rem; padding: 0.62rem 0.8rem; border-radius: 999px; background: white; font-weight: 700; box-shadow: 0 8px 24px rgba(8, 47, 66, 0.14); }
.rate-chip small { color: var(--muted); font-weight: 600; }
.stay-content { display: grid; gap: 1.1rem; padding: 1.7rem; }
.stay-title-row { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.card-kicker { margin: 0; color: var(--coral-dark); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; }
.stay-content h3 { font-size: clamp(3rem, 4vw, 4.2rem); }
.stay-content > p { margin: 0; color: var(--muted); }
.stay-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.stay-meta span { padding: 0.38rem 0.62rem; border-radius: 999px; background: var(--foam); font-size: 0.78rem; font-weight: 700; }

.unit-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr); min-height: 760px; background: white; }
.unit-detail.reverse { grid-template-columns: minmax(420px, 0.75fr) minmax(0, 1.25fr); background: var(--sand); }
.unit-detail.reverse .unit-gallery-slice { order: 2; }
.unit-gallery-slice { position: relative; display: grid; grid-template-columns: 1.5fr 0.8fr; grid-template-rows: 1fr 1fr; gap: 0.4rem; min-height: 760px; padding: 0.4rem; background: var(--deep); }
.mosaic { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 0; background: #d6e9e9; cursor: zoom-in; }
.mosaic-large { grid-row: 1 / -1; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.mosaic:hover img { transform: scale(1.025); }
.view-photos { position: absolute; right: 1.2rem; bottom: 1.2rem; min-height: 2.9rem; padding: 0.65rem 1rem; border: 0; border-radius: 999px; background: white; color: var(--ink); font-weight: 700; box-shadow: 0 8px 24px rgba(8, 47, 66, 0.22); cursor: pointer; }
.unit-copy { align-self: center; padding: clamp(3rem, 7vw, 6.5rem); }
.unit-copy h2 { font-size: clamp(3.3rem, 5vw, 5.5rem); }
.unit-intro { margin: 1.45rem 0 2rem; color: var(--muted); font-size: 1.06rem; }
.unit-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 1.8rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.unit-facts div { padding: 0.9rem 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.unit-facts dt { color: var(--muted); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.unit-facts dd { margin: 0.18rem 0 0; font-weight: 700; }
.amenity-list { margin-bottom: 2rem; }
.amenity-list p { margin: 0; padding: 0.75rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.91rem; }
.amenity-list strong { display: block; margin-bottom: 0.12rem; color: var(--ink); }

.gallery-section { padding-block: clamp(5.5rem, 10vw, 9rem); text-align: center; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; text-align: left; }
.gallery-tabs { display: flex; gap: 0.4rem; padding: 0.35rem; border-radius: 999px; background: var(--sea-glass); }
.gallery-tab { min-height: 2.75rem; padding: 0.65rem 1rem; border: 0; border-radius: 999px; background: transparent; font-weight: 700; cursor: pointer; }
.gallery-tab.active { background: var(--ocean); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 0.55rem; }
.gallery-grid button { min-width: 0; padding: 0; overflow: hidden; border: 0; background: #dbecec; cursor: zoom-in; }
.gallery-grid button:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid button:nth-child(6) { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.gallery-grid button:hover img { transform: scale(1.035); }

.film-section { position: relative; padding-block: clamp(5rem, 8vw, 7.5rem); overflow: hidden; background: var(--deep); color: white; }
.film-section::before { content: ""; position: absolute; width: 36rem; height: 36rem; right: -10rem; top: -17rem; border: 1px solid rgba(58, 184, 200, 0.25); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(58, 184, 200, 0.04), 0 0 0 10rem rgba(58, 184, 200, 0.025); }
.film-copy { position: relative; z-index: 1; width: min(740px, calc(100% - 3rem)); margin: 0 auto 3rem; text-align: center; }
.film-copy h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.film-copy > p:last-child { width: min(590px, 100%); margin: 1.2rem auto 0; color: rgba(255, 255, 255, 0.72); }
.film-grid { position: relative; display: grid; grid-template-columns: 1.45fr 0.75fr; align-items: end; gap: 1rem; }
.film-card { position: relative; min-height: 520px; padding: 0; overflow: hidden; border: 0; background: #092f40; text-align: left; cursor: pointer; }
.film-card-small { min-height: 390px; }
.film-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; opacity: 0.8; transition: transform 600ms ease, opacity 300ms ease; }
.film-card:hover img { transform: scale(1.025); opacity: 0.95; }
.film-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 1rem; padding: 1.35rem; background: linear-gradient(0deg, rgba(3, 28, 40, 0.9), transparent); color: white; font-family: "Newsreader", Georgia, serif; font-size: 1.7rem; }
.film-overlay i { width: 3.4rem; aspect-ratio: 1; display: grid; place-items: center; padding-left: 0.18rem; border-radius: 50%; background: var(--coral); font-family: sans-serif; font-size: 0.8rem; font-style: normal; }
.film-overlay small { display: block; font-family: "DM Sans", sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.host-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); min-height: 760px; background: var(--sea-glass); }
.host-art { position: relative; display: flex; align-items: end; justify-content: center; min-height: 720px; overflow: hidden; background: linear-gradient(150deg, #eaf8f7, #a8dade); }
.host-art::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(7, 62, 87, 0.12); border-radius: 50%; }
.host-art img { position: relative; z-index: 1; width: min(72%, 520px); max-height: 690px; object-fit: contain; object-position: bottom; }
.host-number { position: absolute; z-index: 2; left: 8%; top: 9%; font-family: "Newsreader", Georgia, serif; font-size: clamp(4.5rem, 8vw, 8rem); line-height: 0.7; color: var(--ocean); }
.host-number small { display: block; margin-top: 1.2rem; font-family: "DM Sans", sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.host-copy { align-self: center; padding: clamp(3rem, 8vw, 7rem); }
.host-copy blockquote { margin: 1.6rem 0 1.1rem; color: #234e60; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.28rem, 2vw, 1.7rem); line-height: 1.45; }
.signature { margin: 0 0 1.5rem; font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; }
.signature span { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 0.8rem; font-weight: 600; }

.reviews-section { padding-block: clamp(5rem, 8vw, 7.5rem); overflow: hidden; background: white; }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.review-controls { display: flex; gap: 0.6rem; }
.review-controls button { width: 3.2rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.2rem; cursor: pointer; }
.review-controls button:hover { background: var(--ocean); color: white; }
.review-track { display: flex; gap: 1rem; width: calc(100% + 1rem); padding: 0 max(1.5rem, calc((100vw - var(--max)) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 min(390px, calc(100vw - 3rem)); display: grid; min-height: 310px; align-content: space-between; gap: 1.2rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--foam); scroll-snap-align: start; }
.stars { color: #d98b0a; letter-spacing: 0.1em; }
.review-card blockquote { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; line-height: 1.35; }
.review-author { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: 0.82rem; }
.review-author strong { color: var(--ink); }
.review-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.review-tags span { padding: 0.25rem 0.5rem; border-radius: 999px; background: var(--sea-glass); font-size: 0.68rem; font-weight: 700; }
.review-source-note { margin-top: 1rem; color: var(--muted); font-size: 0.72rem; }

.guide-section { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(5.5rem, 10vw, 9rem); }
.guide-intro { position: sticky; top: 7rem; align-self: start; }
.guide-intro > p:not(.eyebrow) { width: min(440px, 100%); color: var(--muted); }
.guide-intro img { width: 120px; margin-top: 1.5rem; }
.guide-accordions details { border-top: 1px solid var(--line); }
.guide-accordions details:last-child { border-bottom: 1px solid var(--line); }
.guide-accordions summary { position: relative; list-style: none; display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; padding: 1.5rem 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2rem); cursor: pointer; }
.guide-accordions summary::-webkit-details-marker { display: none; }
.guide-accordions summary::after { content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.4rem; }
.guide-accordions details[open] summary::after { content: "−"; }
.guide-accordions summary span { color: var(--coral-dark); font-family: "DM Sans", sans-serif; font-size: 0.7rem; font-weight: 700; }
.guide-accordions details > div { padding: 0 0 1.7rem 4rem; color: var(--muted); }
.guide-accordions p { margin-top: 0; }
.guide-accordions ul { padding-left: 1.15rem; }
.guide-note { color: var(--ink); font-weight: 700; }
.guide-preview { align-items: start; }
.guide-preview .guide-intro .button { margin-top: 1.35rem; }
.guide-preview .guide-intro img { display: block; }
.guide-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.guide-preview-card { min-height: 270px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.35rem, 3vw, 2rem); overflow: hidden; border: 1px solid var(--line); border-radius: 1.1rem; background: var(--foam); color: var(--ink); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.guide-preview-card-featured { grid-column: 1 / -1; min-height: 330px; background: linear-gradient(135deg, rgba(3, 49, 68, 0.93), rgba(8, 86, 105, 0.87)), url("/media/hero-ocean.jpg") center / cover; color: white; }
.guide-preview-card:hover { transform: translateY(-3px); border-color: rgba(7, 62, 87, 0.35); box-shadow: 0 18px 45px rgba(7, 62, 87, 0.12); }
.guide-preview-card > span { margin-bottom: auto; color: var(--coral-dark); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.guide-preview-card-featured > span { color: #9ee2e2; }
.guide-preview-card h3 { max-width: 560px; margin: 2rem 0 0.65rem; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.02; }
.guide-preview-card p { max-width: 590px; margin: 0 0 1.2rem; color: var(--muted); font-size: 0.9rem; }
.guide-preview-card-featured p { color: rgba(255, 255, 255, 0.72); }
.guide-preview-card strong { display: inline-flex; gap: 0.5rem; align-items: center; font-size: 0.78rem; }
.guide-preview-card strong i { font-size: 1rem; font-style: normal; transition: transform 180ms ease; }
.guide-preview-card:hover strong i { transform: translateX(0.25rem); }

.good-to-know { padding-block: clamp(5.5rem, 10vw, 9rem); background: var(--ocean); color: white; }
.good-heading { display: grid; grid-template-columns: 0.8fr 1.5fr 1fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.good-heading .eyebrow { align-self: start; }
.good-heading > p:last-child { margin: 0; color: rgba(255, 255, 255, 0.68); }
.rules-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.2); }
.rules-grid article { min-height: 210px; padding: 1.4rem; border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.rules-grid article > span { color: var(--teal); font-family: "Newsreader", Georgia, serif; font-size: 2.5rem; }
.rules-grid h3 { margin-top: 2rem; font-size: 1.65rem; }
.rules-grid p { margin: 0.45rem 0 0; color: rgba(255, 255, 255, 0.68); font-size: 0.88rem; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; margin-top: 3rem; }
.faq-list details { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.faq-list details:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--teal); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -0.25rem 0 1.2rem; color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; }

.booking-section { position: relative; min-height: 920px; display: flex; align-items: center; padding-block: clamp(5rem, 8vw, 8rem); overflow: hidden; color: white; }
.booking-backdrop { position: absolute; inset: 0; }
.booking-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 35, 50, 0.9), rgba(3, 35, 50, 0.58)); }
.booking-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.booking-shell { position: relative; z-index: 1; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.booking-intro h2 { font-size: clamp(3.7rem, 6.2vw, 6.6rem); }
.booking-intro > p:not(.eyebrow) { width: min(500px, 100%); color: rgba(255, 255, 255, 0.76); }
.booking-intro ul { display: grid; gap: 0.6rem; padding: 0; list-style: none; }
.booking-intro li::before { content: "✓"; margin-right: 0.6rem; color: var(--teal); font-weight: 800; }
.booking-card { min-width: 0; overflow: hidden; border-radius: 1.35rem; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(2, 26, 38, 0.34); }
html:not(.js) #booking-form,
html:not(.js) .booking-progress { display: none; }
.no-script-booking { display: grid; gap: 1rem; padding: clamp(1.4rem, 4vw, 2.5rem); }
.no-script-booking .form-submit { margin-top: 0.35rem; }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--foam); }
.booking-progress span { position: relative; display: flex; align-items: center; justify-content: center; gap: 0.45rem; padding: 1rem 0.6rem; color: #7b939d; font-size: 0.74rem; font-weight: 700; }
.booking-progress span:not(:last-child)::after { content: ""; position: absolute; right: 0; width: 1px; height: 1.7rem; background: var(--line); }
.booking-progress i { width: 1.55rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #aec2c9; border-radius: 50%; font-style: normal; }
.booking-progress span.active { color: var(--ink); }
.booking-progress span.active i { border-color: var(--coral); background: var(--coral); color: white; }
.form-step, .form-success { padding: clamp(1.4rem, 4vw, 2.5rem); }
.form-step-head p { margin: 0 0 0.2rem; color: var(--coral-dark); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.form-step-head h3, .form-success h3 { font-size: clamp(2rem, 3.5vw, 3rem); }
.unit-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin: 1.35rem 0; padding: 0; border: 0; }
.unit-picker legend { width: 100%; margin-bottom: 0.55rem; font-size: 0.72rem; font-weight: 700; }
.unit-picker label { position: relative; cursor: pointer; }
.unit-picker input { position: absolute; opacity: 0; }
.unit-picker label > span { display: grid; min-height: 105px; padding: 0.9rem; border: 1px solid var(--line); border-radius: 0.8rem; background: white; transition: border 150ms ease, background 150ms ease; }
.unit-picker input:checked + span { border-color: var(--ocean); background: var(--foam); box-shadow: inset 0 0 0 1px var(--ocean); }
.unit-picker input:focus-visible + span { outline: 3px solid #111; outline-offset: 2px; box-shadow: 0 0 0 5px #fff; }
.unit-picker strong { font-family: "Newsreader", Georgia, serif; font-size: 1.35rem; }
.unit-picker small { color: var(--muted); }
.unit-picker b { align-self: end; font-size: 0.78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.field { display: block; min-width: 0; }
.field > span { display: block; margin-bottom: 0.35rem; font-size: 0.72rem; font-weight: 700; }
.field em { color: var(--muted); font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 3rem; padding: 0.72rem 0.82rem; border: 1px solid #bfd0d5; border-radius: 0.65rem; background: white; color: var(--ink); font-size: 0.9rem; }
.field textarea { min-height: 6.2rem; resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b32323; box-shadow: 0 0 0 2px rgba(179, 35, 35, 0.08); }
.field-error { display: block; min-height: 1.05rem; margin-top: 0.15rem; color: #9c1c1c; font-size: 0.68rem; }
.field-wide { grid-column: 1 / -1; }
.quote-box { margin: 0.55rem 0 1rem; padding: 0.85rem 1rem; border-radius: 0.8rem; background: var(--foam); }
.quote-box > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.22rem 0; font-size: 0.82rem; }
.quote-box .quote-total { margin-top: 0.3rem; padding-top: 0.55rem; border-top: 1px solid var(--line); font-size: 1rem; }
.quote-box p { margin: 0.55rem 0 0; color: var(--muted); font-size: 0.7rem; }
.form-next, .form-submit { width: 100%; min-height: 3.3rem; border: 0; border-radius: 999px; background: var(--coral); color: white; font-weight: 700; cursor: pointer; }
.form-next:hover, .form-submit:hover { background: var(--coral-dark); }
.form-error-summary { margin: 1rem 0; padding: 0.75rem 0.9rem; border-left: 4px solid #a92121; background: #fff1f0; color: #7d1b1b; font-size: 0.8rem; }
.selected-stay { margin: 1rem 0; padding: 0.8rem 0.9rem; border-radius: 0.75rem; background: var(--foam); font-size: 0.82rem; }
.selected-stay strong { display: block; font-size: 0.95rem; }
.consent { display: flex; align-items: flex-start; gap: 0.55rem; margin-top: 0.85rem; color: #3d5f6d; font-size: 0.76rem; cursor: pointer; }
.consent input { flex: 0 0 auto; width: 1.05rem; height: 1.05rem; margin-top: 0.1rem; accent-color: var(--ocean); }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem; margin-top: 1.2rem; }
.form-back { min-height: 3.2rem; padding: 0.7rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 700; cursor: pointer; }
.form-submit[disabled] { opacity: 0.65; cursor: wait; }
.form-submit.loading i { display: inline-block; width: 1rem; height: 1rem; margin-left: 0.45rem; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: spin 700ms linear infinite; vertical-align: -0.18rem; }
.form-note { margin: 0.75rem 0 0; color: var(--muted); font-size: 0.7rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-success { min-height: 550px; display: grid; place-items: center; align-content: center; text-align: center; }
.form-success > * { max-width: 510px; }
.success-mark { width: 4rem; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--sea-glass); color: var(--ocean); font-size: 1.8rem; }
.form-success > p:not(.eyebrow) { color: var(--muted); }
#success-summary { width: 100%; margin: 1rem 0; padding: 0.85rem; border-radius: 0.75rem; background: var(--foam); font-size: 0.84rem; }
#new-request { min-height: 2.9rem; padding: 0.65rem 1rem; border: 1px solid var(--ocean); border-radius: 999px; background: white; font-weight: 700; cursor: pointer; }

.site-footer { padding-top: 4rem; background: #031f2d; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr 0.7fr 0.7fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.footer-brand img {
  width: min(270px, 100%);
  height: auto;
  aspect-ratio: 930 / 182;
  object-fit: contain;
  object-position: left center;
  filter: invert(1) brightness(3);
}
.footer-brand p, .footer-contact p { color: rgba(255,255,255,.6); }
.footer-main h2 { margin-bottom: 1rem; font-family: "DM Sans", sans-serif; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) > a { display: block; width: fit-content; margin: 0.45rem 0; color: rgba(255,255,255,.76); font-size: 0.88rem; text-decoration: none; }
.footer-main > div > a:hover { color: white; text-decoration: underline; }
.footer-contact > a:first-of-type { color: white !important; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 0.72rem; }
.footer-credit { color: rgba(255,255,255,.72); font-weight: 700; text-decoration: none; }
.footer-credit:hover { color: white; text-decoration: underline; text-underline-offset: 0.2rem; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(2, 22, 31, 0.86); backdrop-filter: blur(6px); }
.media-dialog, .video-dialog { width: min(1120px, calc(100% - 2rem)); max-width: none; max-height: calc(100svh - 2rem); padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: #061f2b; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.dialog-bar { min-height: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.dialog-bar h2 { font-family: "DM Sans", sans-serif; font-size: 0.9rem; letter-spacing: 0; }
.dialog-bar button { width: 2.7rem; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.lightbox-stage { position: relative; height: min(72svh, 760px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; }
.lightbox-stage figure { height: 100%; display: grid; grid-template-rows: 1fr auto; margin: 0; min-width: 0; }
.lightbox-stage figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-stage figcaption { padding: 0.45rem; color: rgba(255,255,255,.65); font-size: 0.75rem; text-align: center; }
.lightbox-nav { z-index: 2; width: 3rem; aspect-ratio: 1; margin: 0 0.5rem; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(3,31,44,.65); color: white; cursor: pointer; }
.thumbnail-strip { display: flex; gap: 0.35rem; padding: 0.55rem; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.12); }
.thumbnail-strip button { flex: 0 0 72px; height: 54px; padding: 0; overflow: hidden; border: 2px solid transparent; background: transparent; cursor: pointer; opacity: 0.55; }
.thumbnail-strip button.active { border-color: var(--teal); opacity: 1; }
.thumbnail-strip img { width: 100%; height: 100%; object-fit: cover; }
.video-dialog { background: #020b10; }
.video-frame { aspect-ratio: 16 / 9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes heroDrift { from { transform: scale(1.04); } to { transform: scale(1); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .phone-link { display: none; }
  .unit-detail, .unit-detail.reverse { grid-template-columns: 1.05fr 0.95fr; }
  .unit-gallery-slice { grid-template-columns: 1fr; grid-template-rows: 2fr 1fr; }
  .mosaic-large { grid-row: auto; }
  .unit-gallery-slice .mosaic:nth-of-type(3) { display: none; }
}

@media (max-width: 900px) {
  .hero { min-height: 880px; align-items: flex-start; padding-top: 11rem; padding-bottom: 13rem; }
  .hero-copy { margin-top: 2rem; }
  .quick-search { grid-template-columns: 1fr 1fr; }
  .quick-search label:nth-of-type(2) { border-right: 0; }
  .quick-search button { min-width: 0; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding-top: 7rem; }
  .trust-strip span { margin-bottom: 1rem; }
  .trust-strip span:nth-child(even) { border-right: 0; }
  .trust-strip span:last-child { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr 1.8fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .unit-detail, .unit-detail.reverse { grid-template-columns: 1fr; }
  .unit-detail.reverse .unit-gallery-slice { order: 0; }
  .unit-gallery-slice { min-height: 620px; grid-template-columns: 1.5fr 0.8fr; grid-template-rows: 1fr 1fr; }
  .mosaic-large { grid-row: 1 / -1; }
  .unit-gallery-slice .mosaic:nth-of-type(3) { display: block; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  .gallery-grid button:first-child { grid-column: span 2; }
  .gallery-grid button:nth-child(6) { grid-column: span 1; }
  .film-grid { grid-template-columns: 1fr; }
  .film-card, .film-card-small { min-height: 440px; }
  .host-section { grid-template-columns: 1fr; }
  .host-art { min-height: 640px; }
  .guide-section { grid-template-columns: 1fr; }
  .guide-intro { position: static; }
  .good-heading { grid-template-columns: 1fr 1.8fr; }
  .good-heading > p:last-child { grid-column: 2; }
  .rules-grid { grid-template-columns: 1fr 1fr; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-intro { width: min(650px, 100%); }
  .footer-main { grid-template-columns: 1.3fr 0.7fr 0.7fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 2rem, var(--max)); }
  .site-header { min-height: 4.6rem; padding-inline: 0.8rem; }
  .brand { width: 170px; }
  .header-cta { display: none; }
  .hero { min-height: 810px; padding: 7.5rem 1.1rem 16rem; align-items: center; }
  .hero-copy { margin-top: 0; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.75rem); }
  .hero-image { object-position: 59% 50%; }
  .hero-scrim { background: linear-gradient(90deg, rgba(2, 30, 43, .82), rgba(2, 30, 43, .3)), linear-gradient(0deg, rgba(2, 30, 43, .67), transparent 62%); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-search { grid-template-columns: 1fr; transform: translate(-50%, 58%); }
  .quick-search label { padding: 0.66rem 0.9rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-search button { min-height: 3.5rem; }
  .trust-strip { padding: 13.5rem 0.8rem 2rem; }
  .trust-strip span { padding: 0.25rem; font-size: 0.74rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card.offset { transform: none; }
  .stay-title-row { display: block; }
  .stay-content h3 { margin-top: 0.25rem; }
  .unit-gallery-slice { min-height: 500px; grid-template-columns: 1fr; grid-template-rows: 2fr 1fr; }
  .mosaic-large { grid-row: auto; }
  .unit-gallery-slice .mosaic:nth-of-type(3) { display: none; }
  .unit-copy { padding: 3.5rem 1rem; }
  .gallery-heading { display: block; }
  .gallery-tabs { margin-top: 1.4rem; overflow-x: auto; }
  .gallery-tab { flex: 1 0 auto; font-size: 0.78rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 155px; }
  .gallery-grid button:first-child { grid-column: span 2; grid-row: span 2; }
  .gallery-grid button:nth-child(n+6) { display: none; }
  .film-card, .film-card-small { min-height: 330px; }
  .film-overlay { font-size: 1.25rem; }
  .host-art { min-height: 520px; }
  .host-art img { width: 88%; max-height: 500px; }
  .host-copy { padding: 3.5rem 1rem; }
  .reviews-head { align-items: center; }
  .review-controls { display: none; }
  .guide-section { gap: 2rem; }
  .guide-accordions summary { grid-template-columns: 2rem 1fr auto; font-size: 1.35rem; }
  .guide-accordions details > div { padding-left: 3rem; }
  .good-heading { grid-template-columns: 1fr; }
  .good-heading > p:last-child { grid-column: auto; }
  .rules-grid, .faq-list { grid-template-columns: 1fr; }
  .faq-list details:nth-last-child(2) { border-bottom: 0; }
  .booking-section { padding-block: 4rem; }
  .booking-shell { width: min(100% - 1rem, var(--max)); }
  .booking-intro { padding-inline: 0.5rem; }
  .booking-card { border-radius: 0.9rem; }
  .booking-progress span { gap: 0.25rem; font-size: 0.65rem; }
  .booking-progress i { width: 1.35rem; }
  .unit-picker, .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .unit-picker label > span { min-height: 90px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span, .footer-credit { display: block; margin: 0.2rem 0; }
  .lightbox-stage { height: min(68svh, 620px); grid-template-columns: 1fr; }
  .lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); }
  .lightbox-nav.previous { left: 0.25rem; }
  .lightbox-nav.next { right: 0.25rem; }
}

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

/* Listing-first refresh: crisp, familiar vacation-rental browsing with a Flagler Beach voice. */
body { padding-top: 5.4rem; background: #fff; color: #222; }
.listing-header {
  min-height: 5.4rem;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  padding: 0.72rem clamp(1.25rem, 4vw, 4.6rem);
  color: #222;
  border-bottom: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
.listing-header.scrolled { min-height: 4.8rem; color: #222; background: rgba(255, 255, 255, 0.97); box-shadow: 0 4px 20px rgba(34, 34, 34, 0.07); }
.listing-header .brand { width: clamp(164px, 13vw, 210px); }
.listing-header .brand img { filter: none; }
.listing-header .desktop-nav { display: flex; gap: clamp(0.9rem, 1.7vw, 1.55rem); }
.listing-header .desktop-nav a { color: #4a4a4a; font-size: 0.8rem; font-weight: 750; }
.listing-header .desktop-nav a:hover,
.listing-header .desktop-nav a[aria-current="page"] { color: #111; text-decoration: underline; text-underline-offset: 0.3rem; }
.listing-header .phone-link { color: #222; }
.header-guide-link { color: #0b5668; font-size: 0.82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.header-guide-link:hover { color: #073c49; text-decoration: underline; text-underline-offset: 0.24rem; }
.listing-header .header-cta { min-height: 2.8rem; border: 0; background: #c92f45; color: #fff; }
.listing-header .header-cta:hover { background: #aa2037; color: #fff; }
.header-search {
  display: flex;
  align-items: center;
  min-width: min(560px, 42vw);
  padding: 0.42rem 0.48rem 0.42rem 1rem;
  border: 1px solid #dedede;
  border-radius: 999px;
  color: #222;
  background: #fff;
  box-shadow: 0 3px 12px rgba(34, 34, 34, 0.08);
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.header-search:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(34, 34, 34, 0.12); }
.header-search > span { min-width: 0; padding: 0 0.9rem; border-right: 1px solid #e5e5e5; }
.header-search strong, .header-search small { display: block; white-space: nowrap; }
.header-search strong { font-size: 0.76rem; }
.header-search small { color: #717171; font-size: 0.66rem; }
.header-search b { width: 2.35rem; aspect-ratio: 1; display: grid; flex: 0 0 auto; place-items: center; margin-left: 0.45rem; border-radius: 50%; background: #c92f45; color: #fff; font-size: 1rem; }
.listing-header .menu-button { border-color: #ddd; }
.listing-header .menu-button > span:not(.sr-only) { background: #222; }
.listing-header .mobile-menu { background: #fff; border-top-color: #e8e8e8; box-shadow: 0 16px 32px rgba(34, 34, 34, 0.12); }
.listing-header .mobile-menu a { border-bottom-color: #ededed; color: #222; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 700; }

.direct-booking-banner { background: linear-gradient(100deg, #073c49 0%, #0b5668 58%, #0d6678 100%); color: #fff; }
.direct-booking-banner a {
  width: min(var(--max), calc(100% - 3rem));
  min-height: 3.55rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.9rem, 2.5vw, 2.2rem);
  margin: 0 auto;
  color: inherit;
  text-decoration: none;
}
.direct-booking-kicker { padding: 0.35rem 0.7rem; border: 1px solid rgba(255, 255, 255, 0.44); border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.direct-booking-message { font-size: 0.86rem; line-height: 1.35; }
.direct-booking-banner strong { display: inline-flex; align-items: center; gap: 0.42rem; font-size: 0.82rem; white-space: nowrap; text-decoration: underline; text-underline-offset: 0.22rem; }
.direct-booking-banner a:hover strong { text-decoration-thickness: 2px; }
.direct-booking-banner a:focus-visible { outline: 3px solid #fff; outline-offset: -4px; }

.listing-hero { padding-top: clamp(2.1rem, 4vw, 3.8rem); }
.listing-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.35rem; }
.listing-title-row .eyebrow { margin-bottom: 0.45rem; color: #0b6677; letter-spacing: 0.13em; }
.listing-title-row h1 { color: #222; font-family: "DM Sans", sans-serif; font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 650; line-height: 1.05; letter-spacing: -0.045em; }
.listing-meta { display: flex; flex-wrap: wrap; gap: 0.3rem 0.8rem; margin: 0.65rem 0 0; color: #606060; font-size: 0.88rem; }
.listing-meta span { text-decoration: underline; text-underline-offset: 0.18rem; }
.listing-meta strong { color: #222; }
.listing-title-actions { display: flex; gap: 0.5rem; }
.listing-action { display: inline-flex; align-items: center; gap: 0.45rem; min-height: 2.65rem; padding: 0.65rem 0.8rem; border: 0; border-radius: 0.6rem; background: transparent; color: #222; font-weight: 700; text-decoration: underline; text-underline-offset: 0.2rem; cursor: pointer; }
.listing-action:hover { background: #f4f4f4; }
.listing-photo-grid { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0.5rem; height: clamp(390px, 42vw, 570px); overflow: hidden; border-radius: 1.25rem; background: #eee; }
.listing-photo { min-width: 0; padding: 0; overflow: hidden; border: 0; background: #ddd; cursor: zoom-in; }
.listing-photo-main { grid-row: 1 / -1; }
.listing-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease, filter 250ms ease; }
.listing-photo:hover img { transform: scale(1.02); filter: brightness(0.94); }
.show-all-photos { position: absolute; right: 1rem; bottom: 1rem; min-height: 2.7rem; display: inline-flex; align-items: center; padding: 0.62rem 0.85rem; border: 1px solid #222; border-radius: 0.65rem; background: #fff; color: #222; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 2px 8px rgba(34,34,34,.12); }
.show-all-photos span { margin-right: 0.35rem; }
.listing-search.quick-search { position: relative; left: auto; bottom: auto; transform: none; width: min(1050px, calc(100% - 3rem)); grid-template-columns: 1.15fr repeat(3, 1fr) auto; margin: -2rem auto 0; border: 1px solid #e6e6e6; border-radius: 1rem; box-shadow: 0 10px 35px rgba(34, 34, 34, 0.14); }
.listing-search .search-intro { display: grid; align-content: center; padding: 0.8rem 1.15rem; background: #fff; border-right: 1px solid #e7e7e7; }
.listing-search .search-intro span { color: #a82037; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.listing-search .search-intro strong { font-size: 0.9rem; }
.listing-search label span { color: #555; }
.listing-search button { background: #c92f45; }
.listing-search button:hover { background: #aa2037; }
.listing-highlights.trust-strip { width: min(var(--max), calc(100% - 3rem)); grid-template-columns: repeat(5, 1fr); margin: 0 auto; padding: 3.5rem 0 2.4rem; border-bottom: 1px solid #e9e9e9; }
.listing-highlights span { color: #717171; font-size: 0.76rem; text-align: left; }
.listing-highlights strong { display: block; margin-bottom: 0.14rem; color: #222; font-size: 0.9rem; }

.guide-discovery {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-block: 1.5rem 2.5rem;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border: 1px solid #d9e5e7;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #f3fbfb 0%, #fff 68%);
}
.guide-discovery-copy .eyebrow { margin-bottom: 0.45rem; color: #a82037; }
.guide-discovery-copy h2 { font-family: "DM Sans", sans-serif; font-size: clamp(2rem, 3.1vw, 3.15rem); font-weight: 700; line-height: 1; letter-spacing: -0.05em; }
.guide-discovery-copy > p:last-child { max-width: 470px; margin-bottom: 0; color: #616161; font-size: 0.9rem; }
.guide-discovery-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.55rem; }
.guide-discovery-links a { min-height: 3.25rem; display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; padding: 0.72rem 0.85rem; border: 1px solid #d9e0e1; border-radius: 0.75rem; background: #fff; color: #222; font-size: 0.78rem; font-weight: 750; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.guide-discovery-links a:hover { transform: translateY(-2px); border-color: #0b5668; box-shadow: 0 8px 22px rgba(7, 60, 73, 0.09); }
.guide-discovery-links a span { color: #0b5668; font-size: 1rem; }
.guide-discovery-links .guide-discovery-all { grid-column: 1 / -1; justify-content: center; border-color: #073c49; background: #073c49; color: #fff; }
.guide-discovery-links .guide-discovery-all span { color: #79d2db; }

@media (max-width: 1320px) and (min-width: 1101px) {
  .listing-header .phone-link { display: none; }
}

@media (max-width: 1100px) {
  .listing-header { grid-template-columns: 1fr auto; }
  .listing-header .desktop-nav { display: none; }
  .header-search { display: none; }
  .listing-header .menu-button { display: block; }
  .listing-title-row { align-items: flex-start; }
  .listing-search.quick-search { grid-template-columns: repeat(3, 1fr) auto; }
  .listing-search .search-intro { display: none; }
  .guide-discovery { grid-template-columns: 1fr; }
}

@media (max-width: 1120px) {
  .listing-header .desktop-nav { display: none; }
}

@media (max-width: 760px) {
  body { padding-top: 4.65rem; }
  .listing-header { min-height: 4.65rem; padding-inline: 1rem; }
  .listing-header .header-actions { gap: 0.55rem; }
  .listing-header .phone-link { display: none; }
  .listing-header .header-guide-link { display: none; }
  .listing-header .header-cta { display: inline-flex; min-height: 2.55rem; padding-inline: 0.85rem; }
  .listing-header .brand { width: 150px; }
  .direct-booking-banner a { width: min(100% - 2rem, var(--max)); min-height: 4.45rem; grid-template-columns: minmax(0, 1fr) auto; gap: 0.25rem 0.8rem; padding-block: 0.55rem; }
  .direct-booking-kicker { justify-self: start; padding: 0; border: 0; border-radius: 0; font-size: 0.64rem; }
  .direct-booking-message { grid-column: 1 / -1; grid-row: 2; font-size: 0.74rem; }
  .direct-booking-banner strong { grid-column: 2; grid-row: 1; font-size: 0.76rem; }
  .listing-hero { width: 100%; padding-top: 1.5rem; }
  .listing-title-row { display: block; width: min(100% - 2rem, var(--max)); margin-inline: auto; }
  .listing-title-row h1 { font-size: 2rem; }
  .listing-meta { gap: 0.25rem 0.6rem; font-size: 0.78rem; }
  .listing-title-actions { margin-top: 0.65rem; }
  .listing-action { min-height: 2.3rem; padding: 0.4rem 0.5rem; font-size: 0.78rem; }
  .listing-photo-grid { height: 430px; grid-template-columns: 1.4fr 0.8fr; grid-template-rows: 1fr 1fr; border-radius: 0; }
  .listing-photo:nth-of-type(4), .listing-photo:nth-of-type(5) { display: none; }
  .show-all-photos { right: 0.8rem; bottom: 0.8rem; }
  .listing-search.quick-search { width: calc(100% - 1rem); grid-template-columns: 1fr 1fr; margin-top: -1.1rem; border-radius: 0.9rem; }
  .listing-search.quick-search label { padding: 0.75rem 0.8rem; border-bottom: 1px solid #e6e6e6; }
  .listing-search.quick-search label:nth-of-type(2) { border-right: 0; }
  .listing-search.quick-search label:nth-of-type(3) { grid-column: 1 / -1; }
  .listing-search.quick-search button { grid-column: 1 / -1; min-height: 3.4rem; }
  .listing-highlights.trust-strip { width: calc(100% - 2rem); grid-template-columns: 1fr 1fr; padding: 2.6rem 0 1.4rem; }
  .listing-highlights span { min-height: 3.8rem; padding: 0.55rem 0.7rem; margin: 0; border-bottom: 1px solid #eee; }
  .listing-highlights span:nth-child(odd) { border-right: 1px solid #eee; }
  .listing-highlights span:last-child { grid-column: 1 / -1; border-right: 0; }
  .guide-discovery { width: calc(100% - 2rem); gap: 1.4rem; margin-block: 1.2rem 2rem; padding: 1.25rem; }
  .guide-discovery-links { grid-template-columns: 1fr 1fr; }
  .guide-discovery-links .guide-discovery-all { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .guide-discovery-links { grid-template-columns: 1fr; }
  .guide-discovery-links .guide-discovery-all { grid-column: auto; }
}

/* Airbnb-inspired listing rhythm without losing the Salty Dog Lodge identity. */
:root {
  --ink: #222;
  --ocean: #0b5668;
  --deep: #073c49;
  --coral: #c92f45;
  --coral-dark: #aa2037;
  --foam: #f7f7f7;
  --sand: #f3f0eb;
  --line: rgba(34, 34, 34, 0.13);
}
.button { min-height: 3rem; }
.section-heading { grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr); align-items: end; margin-bottom: 2.2rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.section-heading h2, .gallery-heading h2, .host-copy h2, .guide-intro h2, .good-heading h2, .booking-intro h2, .reviews-head h2 { font-size: clamp(2.6rem, 4.4vw, 4.6rem); }
.section-heading > p:last-child { max-width: 520px; justify-self: end; }
.stays { padding-block: clamp(4.5rem, 7vw, 7rem); }
.stay-grid { gap: 1.5rem; }
.stay-card, .stay-card.offset { overflow: hidden; border: 1px solid #e4e4e4; border-radius: 1rem; box-shadow: none; transform: none; }
.stay-image-link { aspect-ratio: 16 / 10; }
.stay-content { padding: 1.25rem 1.3rem 1.4rem; }
.stay-title-row { align-items: center; }
.stay-content h3 { font-family: "DM Sans", sans-serif; font-size: 1.75rem; font-weight: 700; letter-spacing: -0.035em; }
.stay-meta span { background: #f1f1f1; color: #4f4f4f; }
.rate-chip { right: auto; left: 1rem; font-size: 0.86rem; }

.unit-detail, .unit-detail.reverse { width: min(var(--max), calc(100% - 3rem)); min-height: 650px; margin: 0 auto 4rem; grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr); overflow: hidden; border: 1px solid #e4e4e4; border-radius: 1.2rem; background: #fff; }
.unit-detail.reverse { grid-template-columns: minmax(390px, 0.85fr) minmax(0, 1.15fr); }
.unit-gallery-slice { min-height: 650px; }
.unit-copy { padding: clamp(2.5rem, 4.5vw, 4.5rem); }
.unit-copy h2 { font-size: clamp(2.8rem, 4.1vw, 4.5rem); }
.unit-facts { border-radius: 0.7rem; overflow: hidden; }
.view-photos { border: 1px solid #222; border-radius: 0.65rem; }
.gallery-section { padding-block: clamp(4.5rem, 7vw, 7rem); }
.gallery-grid, .gallery-grid button { border-radius: 0.65rem; }
.film-section { margin-top: 1rem; }
.host-section { width: min(var(--max), calc(100% - 3rem)); min-height: 640px; margin: clamp(4.5rem, 7vw, 7rem) auto; overflow: hidden; border-radius: 1.2rem; }
.host-art { min-height: 620px; }
.reviews-section { border-top: 1px solid #ededed; }
.review-heading-note { max-width: 520px; margin: 0.75rem 0 0; color: #717171; font-size: 0.8rem; }
.review-card { min-height: 280px; border-color: #e1e1e1; background: #fff; }
.review-card blockquote { font-family: "DM Sans", sans-serif; font-size: 1.08rem; line-height: 1.5; }
.review-tags span { background: #f1f1f1; }
.guide-section { padding-block: clamp(4.5rem, 7vw, 7rem); }

.booking-section-listing { min-height: auto; padding-block: clamp(4.5rem, 7vw, 6.5rem); overflow: visible; color: #222; background: #f7f7f7; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; }
.booking-section-listing .booking-shell { grid-template-columns: minmax(310px, 0.72fr) minmax(520px, 1.28fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.booking-section-listing .booking-intro { position: sticky; top: 7rem; color: #222; }
.booking-photo { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 1.65rem; overflow: hidden; border-radius: 1rem; background: #dce8e8; }
.booking-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.booking-section-listing .booking-intro h2 { font-family: "DM Sans", sans-serif; font-size: clamp(2.5rem, 4vw, 4.1rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.05em; }
.booking-section-listing .booking-intro > p:not(.eyebrow) { color: #5d5d5d; }
.booking-assurances { display: grid; grid-template-columns: 1fr 1fr; margin-top: 1.7rem; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
.booking-assurances span { min-height: 82px; padding: 0.8rem; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #717171; font-size: 0.73rem; }
.booking-assurances strong { display: block; margin-bottom: 0.15rem; color: #222; font-size: 0.9rem; }
.booking-section-listing .booking-card { border: 1px solid #ddd; border-radius: 1rem; box-shadow: 0 10px 36px rgba(34, 34, 34, 0.08); }
.booking-progress { grid-template-columns: 1fr 1fr; }
.booking-progress span { min-height: 3.9rem; color: #717171; font-size: 0.82rem; }
.booking-progress i { width: 1.7rem; }
.form-step, .form-success { padding: clamp(1.35rem, 3.2vw, 2.25rem); }
.form-step-head { margin-bottom: 1.2rem; }
.form-step-head h3, .form-success h3 { font-family: "DM Sans", sans-serif; font-size: clamp(1.75rem, 3vw, 2.35rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.04em; }
.form-step-head > span { display: block; margin-top: 0.35rem; color: #717171; font-size: 0.78rem; }
.unit-picker { position: relative; margin: 0 0 1.25rem; gap: 0.75rem; }
.unit-picker legend, .dates-group legend { margin-bottom: 0.55rem; color: #222; font-size: 0.78rem; font-weight: 700; }
.unit-picker label > span { grid-template-columns: 88px 1fr; min-height: 112px; padding: 0; overflow: hidden; border-radius: 0.75rem; }
.unit-picker label > span > img { width: 88px; height: 100%; object-fit: cover; }
.unit-picker label > span > b { display: grid; align-content: center; padding: 0.75rem; font-style: normal; }
.unit-picker strong { font-family: "DM Sans", sans-serif; font-size: 1.05rem; }
.unit-picker em { color: #222; font-size: 0.78rem; font-style: normal; }
.unit-picker input:checked + span { border-color: #222; background: #fafafa; box-shadow: inset 0 0 0 1px #222; }
.fieldset-error { position: absolute; left: 0; bottom: -1.15rem; }
.dates-group { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 1rem; padding: 0; border: 0; }
.dates-group legend { width: 100%; }
.dates-group .field { padding: 0.65rem 0.75rem 0.2rem; border: 1px solid #bbb; }
.dates-group .field:first-of-type { border-radius: 0.75rem 0 0 0.75rem; }
.dates-group .field:last-of-type { margin-left: -1px; border-radius: 0 0.75rem 0.75rem 0; }
.dates-group .field:focus-within { position: relative; z-index: 1; border-color: #222; box-shadow: inset 0 0 0 1px #222; }
.dates-group .field input { min-height: 2.1rem; padding: 0; border: 0; border-radius: 0; }
.guest-controls { margin: 0 0 1rem; border: 1px solid #ddd; border-radius: 0.75rem; }
.guest-control { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; padding: 0.75rem 0.9rem; }
.guest-control + .guest-control { border-top: 1px solid #e5e5e5; }
.guest-control > span strong, .guest-control > span small { display: block; }
.guest-control > span strong { font-size: 0.9rem; }
.guest-control > span small { color: #717171; font-size: 0.72rem; }
.counter { display: flex; align-items: center; gap: 0.65rem; }
.counter button { width: 2.75rem; height: 2.75rem; padding: 0; border: 1px solid #aaa; border-radius: 50%; background: #fff; font-size: 1.25rem; cursor: pointer; }
.counter button:hover:not(:disabled) { border-color: #222; }
.counter button:disabled { opacity: 0.28; cursor: not-allowed; }
.counter output { min-width: 1.3rem; text-align: center; font-weight: 700; }
.quote-placeholder { display: grid; min-height: 66px; place-items: center; margin-bottom: 1rem; border-radius: 0.75rem; background: #f5f5f5; color: #717171; font-size: 0.82rem; }
.quote-box { margin: 0 0 1rem; background: #f7f7f7; }
.quote-box .quote-total { color: #222; }
.form-next, .form-submit { min-height: 3.25rem; background: #c92f45; }
.form-next:hover, .form-submit:hover { background: #aa2037; }
.form-note { font-size: 0.74rem; }
.form-error-summary { border-radius: 0.45rem; }
.form-error-summary strong { display: block; }
.form-error-summary ul { margin: 0.35rem 0 0; padding-left: 1.1rem; }
.form-error-summary a { color: inherit; }
.selected-stay { display: grid; gap: 0; margin: 1rem 0 1.3rem; padding: 1rem; }
.selected-stay > div, #success-summary > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.26rem 0; color: #555; font-size: 0.8rem; }
.selected-stay > div > strong:last-child, #success-summary > div > strong:last-child { color: #222; }
.trip-summary-head { align-items: start; padding-bottom: 0.65rem !important; margin-bottom: 0.4rem; border-bottom: 1px solid #ddd; }
.trip-summary-head > div { display: grid; }
.trip-summary-head > div > strong { color: #222; font-size: 0.95rem; }
.trip-summary-head > div > span { color: #717171; font-size: 0.72rem; }
.trip-summary-head button { border: 0; background: transparent; color: #222; font-weight: 700; text-decoration: underline; cursor: pointer; }
.selected-stay > p, #success-summary > p { margin: 0.75rem 0 0; color: #717171; font-size: 0.7rem; }
.form-grid { gap: 0.75rem; }
.field input, .field select, .field textarea { min-height: 3.2rem; border-color: #bbb; font-size: 1rem; }
.note-details { margin-top: 0.85rem; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.note-details summary { display: flex; justify-content: space-between; padding: 0.9rem 0; font-weight: 700; cursor: pointer; }
.note-details summary span { color: #717171; font-size: 0.72rem; font-weight: 500; }
.note-details .field { padding-bottom: 0.9rem; }
.consent { min-height: 44px; }
.consent input { width: 1.25rem; height: 1.25rem; }
.consent-error { margin-left: 1.85rem; }
.form-actions { align-items: stretch; }
.form-back, .form-submit { min-height: 3.25rem; }
.form-success { min-height: auto; padding-block: 3rem; }
#success-summary { width: 100%; margin: 1rem 0; padding: 1rem; border-radius: 0.75rem; background: #f7f7f7; }
.success-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.65rem; }
.success-actions button, .success-actions a { min-height: 3rem; display: inline-flex; align-items: center; padding: 0.65rem 1rem; border: 1px solid #222; border-radius: 0.65rem; background: #fff; color: #222; font-weight: 700; text-decoration: none; cursor: pointer; }

@media (max-width: 940px) {
  .booking-section-listing .booking-shell { grid-template-columns: 1fr; }
  .booking-section-listing .booking-intro { position: static; display: grid; grid-template-columns: minmax(220px, 0.75fr) 1fr; gap: 0 2rem; }
  .booking-photo { grid-row: 1 / span 4; align-self: start; margin: 0; }
  .booking-assurances { grid-column: 2; }
  .unit-detail, .unit-detail.reverse { grid-template-columns: 1fr; }
  .unit-detail.reverse .unit-gallery-slice { order: 0; }
}

@media (max-width: 640px) {
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { justify-self: start; }
  .stay-grid { gap: 1rem; }
  .stay-card { border-radius: 0.85rem; }
  .unit-detail, .unit-detail.reverse, .host-section { width: 100%; margin-bottom: 1.25rem; border-inline: 0; border-radius: 0; }
  .booking-section-listing { padding-block: 3.5rem; }
  .booking-section-listing .booking-shell { width: min(100% - 1rem, var(--max)); }
  .booking-section-listing .booking-intro { display: block; padding-inline: 0.5rem; }
  .booking-photo { max-height: 240px; aspect-ratio: 16 / 10; margin-bottom: 1.25rem; }
  .booking-photo img { object-position: 50% 40%; }
  .booking-assurances { grid-template-columns: 1fr 1fr; }
  .booking-section-listing .booking-card { border-radius: 0.85rem; }
  .booking-progress span { min-height: 3.5rem; font-size: 0.82rem; }
  .unit-picker { grid-template-columns: 1fr 1fr; }
  .unit-picker label > span { grid-template-columns: 1fr; min-height: 170px; }
  .unit-picker label > span > img { width: 100%; height: 82px; }
  .unit-picker label > span > b { padding: 0.65rem; }
  .unit-picker small { font-size: 0.7rem; }
  .dates-group { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .dates-group .field input, .field input, .field select, .field textarea { font-size: 16px; }
  .counter button { width: 3rem; height: 3rem; }
  .form-actions { position: sticky; z-index: 2; bottom: 0; margin: 1rem -0.25rem -0.25rem; padding: 0.7rem 0.25rem calc(0.25rem + env(safe-area-inset-bottom)); background: #fff; }
  .form-success { padding: 2rem 1.25rem; }
  .guide-preview-grid { grid-template-columns: 1fr; }
  .guide-preview-card-featured { grid-column: auto; min-height: 300px; }
  .guide-preview-card { min-height: 235px; }
}

@media (max-width: 379px) {
  .dates-group { grid-template-columns: 1fr; gap: 0.55rem; }
  .dates-group .field, .dates-group .field:first-of-type, .dates-group .field:last-of-type { margin: 0; border-radius: 0.75rem; }
}

/* Homepage discovery flow: browse the two studios first, then book with context. */
.listing-search.quick-search {
  width: min(1200px, calc(100% - 3rem));
  grid-template-columns: minmax(155px, 1.15fr) repeat(4, minmax(120px, 1fr)) auto;
}
.listing-search.quick-search button { min-width: 10.5rem; }
.listing-title-actions { flex-wrap: wrap; justify-content: flex-end; }

.stay-card-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr);
  grid-template-rows: 1fr 1fr;
  gap: 0.35rem;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e8e8;
}
.stay-gallery-image { min-width: 0; min-height: 0; display: block; overflow: hidden; background: #ddd; }
.stay-gallery-image-main { grid-row: 1 / -1; }
.stay-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease, filter 250ms ease; }
.stay-gallery-image:hover img { transform: scale(1.025); filter: brightness(0.94); }
.stay-card-gallery .rate-chip { top: 0.85rem; right: auto; bottom: auto; left: 0.85rem; }
.stay-gallery-count {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(34, 34, 34, 0.72);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.stay-card-dots { display: none; }
.stay-rating { color: #5e5e5e; font-size: 0.73rem; font-weight: 700; white-space: nowrap; }
.stay-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding-top: 0.2rem; }
.stay-listing-link { display: inline-flex; align-items: center; gap: 0.4rem; color: #222; font-size: 0.86rem; font-weight: 800; text-underline-offset: 0.24rem; }
.stay-book-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 0.65rem;
  background: #c92f45;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}
.stay-book-link:hover { background: #aa2037; }
.reviews-section { margin-top: 0; }

.home-mobile-book { display: none; }

@media (max-width: 1100px) and (min-width: 761px) {
  .listing-search.quick-search { grid-template-columns: repeat(4, minmax(0, 1fr)) auto; }
  .listing-search.quick-search button { min-width: 9.5rem; }
}

@media (max-width: 760px) {
  body:has(> .home-mobile-book) { padding-bottom: calc(4.7rem + env(safe-area-inset-bottom)); }
  .direct-booking-banner a {
    width: calc(100% - 2rem);
    min-height: 3.15rem;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    padding-block: 0.35rem;
  }
  .direct-booking-kicker { grid-column: 1; grid-row: 1; }
  .direct-booking-message { display: none; }
  .direct-booking-banner strong { grid-column: 2; grid-row: 1; }
  .listing-search.quick-search { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .listing-search.quick-search label:nth-of-type(2),
  .listing-search.quick-search label:nth-of-type(4) { border-right: 0; }
  .listing-search.quick-search label:nth-of-type(3) { grid-column: auto; }
  .listing-search.quick-search button { grid-column: 1 / -1; min-width: 0; }
  .listing-title-actions { justify-content: flex-start; }
  .listing-highlights.trust-strip { padding-top: 2.2rem; }
  .home-mobile-book {
    position: fixed;
    z-index: 46;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 4.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
    border-top: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 26px rgba(34, 34, 34, 0.11);
    backdrop-filter: blur(14px);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .home-mobile-book.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
  .home-mobile-book > span { display: grid; line-height: 1.25; }
  .home-mobile-book small { color: #717171; font-size: 0.66rem; font-weight: 700; }
  .home-mobile-book strong { color: #222; font-size: 0.92rem; }
  .home-mobile-book a { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; padding-inline: 1.25rem; border-radius: 0.7rem; background: #c92f45; color: #fff; font-size: 0.86rem; font-weight: 800; text-decoration: none; }
}

@media (max-width: 640px) {
  .stays { padding-top: 3.8rem; }
  .stay-card-gallery {
    display: flex;
    aspect-ratio: 4 / 3;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .stay-card-gallery::-webkit-scrollbar { display: none; }
  .stay-gallery-image, .stay-gallery-image-main { flex: 0 0 100%; scroll-snap-align: start; }
  .stay-gallery-count { top: 0.75rem; right: 0.75rem; }
  .stay-card-dots { position: absolute; left: 50%; bottom: 0.7rem; display: flex; gap: 0.3rem; transform: translateX(-50%); pointer-events: none; }
  .stay-card-dots i { width: 0.38rem; height: 0.38rem; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 50%; background: rgba(34, 34, 34, 0.35); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .stay-card-dots i:first-child { background: #fff; }
  .stay-content { gap: 0.9rem; }
  .stay-title-row { display: flex; align-items: flex-start; }
  .stay-card-actions { align-items: stretch; }
  .stay-listing-link, .stay-book-link { min-height: 3rem; }
  .stay-listing-link { flex: 1; }
  .stay-book-link { min-width: 7.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-mobile-book { transition: none; }
}
