/* =========================================================
   Luxury Rental San Diego — Design System
   Coastal-luxury aesthetic: deep ink navy, warm sand/gold,
   ocean teal. Modern, trustworthy, fully responsive.
   ========================================================= */

:root {
  /* Brand palette */
  --ink: #0f2233;          /* deep navy — primary text / headers */
  --ink-2: #1c3a52;        /* secondary navy */
  --sea: #1c6e7d;          /* ocean teal — accents / links */
  --sea-deep: #145560;
  --sand: #c8a15a;         /* warm gold — luxury accent / CTA */
  --sand-deep: #a9853f;
  --cloud: #f6f4ef;        /* warm off-white background */
  --cloud-2: #eee9df;      /* section band */
  --paper: #ffffff;
  --line: #e3ddd2;         /* hairline borders */
  --muted: #5f6b73;        /* muted body text */
  --muted-2: #8a949b;

  /* Typography */
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Layout */
  --wrap: 1200px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 2px 10px rgba(15, 34, 51, 0.06);
  --shadow-md: 0 12px 34px rgba(15, 34, 51, 0.12);
  --shadow-lg: 0 26px 60px rgba(15, 34, 51, 0.18);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cloud);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--sea); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--sea-deep); }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
p { color: var(--ink-2); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(56px, 9vw, 116px) 0; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.band { background: var(--cloud-2); }
.band-ink { background: var(--ink); color: #eaf0f4; }
.band-ink h1, .band-ink h2, .band-ink h3 { color: #fff; }
.band-ink p { color: #c3d0d9; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sand-deep);
  margin-bottom: 14px;
}
.band-ink .eyebrow { color: var(--sand); }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.lead { font-size: 1.12rem; color: var(--muted); margin-top: 16px; }
.band-ink .lead { color: #b7c5cf; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 0.96rem;
  padding: 14px 28px; border-radius: 100px; cursor: pointer;
  border: 1.5px solid transparent; transition: all .25s var(--ease);
  white-space: nowrap; letter-spacing: 0.01em;
}
.btn--gold { background: var(--sand); color: #241a06; box-shadow: 0 8px 22px rgba(200,161,90,.35); }
.btn--gold:hover { background: var(--sand-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(169,133,63,.42); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--cloud); transform: translateY(-2px); }
.btn--outline-light { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,244,239,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(246,244,239,.94); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.brand:hover { color: var(--ink); }
.brand .mark {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: linear-gradient(140deg, var(--sea), var(--ink));
  display: grid; place-items: center; color: #fff; font-size: 1.05rem;
  box-shadow: var(--shadow-sm);
}
.brand small { display: block; font-family: var(--sans); font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; margin-top: 1px; }
.brand .brand-name { line-height: 1; }

.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-family: var(--sans); font-size: 0.95rem; font-weight: 500; color: var(--ink-2); position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--sand); transition: width .25s var(--ease); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-family: var(--sans); font-weight: 600; font-size: .95rem; color: var(--ink); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; position: relative; }
.nav-toggle span { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
body.nav-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(90vh, 780px); display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,34,51,.55) 0%, rgba(15,34,51,.35) 40%, rgba(15,34,51,.78) 100%); }
.hero__inner { position: relative; z-index: 2; padding: 120px 0 90px; max-width: 760px; }
.hero h1 { color: #fff; }
.hero__sub { font-size: 1.2rem; color: #e7edf1; margin-top: 22px; max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 46px; }
.hero__trust div { display: flex; align-items: center; gap: 9px; font-size: .92rem; color: #e7edf1; font-weight: 500; }
.hero__trust .ic { color: var(--sand); }

/* ---------- Search / booking strip ---------- */
.searchbar {
  position: relative; z-index: 5; margin: -46px auto 0; max-width: 980px;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md);
  padding: 12px; display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 8px; align-items: stretch;
}
.searchbar .field { padding: 10px 16px; border-radius: var(--radius-sm); display: flex; flex-direction: column; gap: 2px; }
.searchbar .field + .field { border-left: 1px solid var(--line); }
.searchbar label { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted-2); font-weight: 600; }
.searchbar input, .searchbar select {
  border: 0; font-family: var(--sans); font-size: .98rem; color: var(--ink); background: transparent;
  padding: 2px 0; width: 100%; outline: none; font-weight: 500;
}
.searchbar .btn { margin: 0; align-self: center; height: 100%; }

/* ---------- Property cards ---------- */
.grid { display: grid; gap: 28px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__tag {
  position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.95);
  color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  padding: 6px 12px; border-radius: 100px; text-transform: uppercase;
}
.card__fav { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--ink); }
.card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__loc { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sand-deep); font-weight: 600; }
.card__title { font-size: 1.32rem; }
.card__title a { color: var(--ink); }
.card__title a:hover { color: var(--sea); }
.card__meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: .9rem; margin-top: 2px; }
.card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.card__foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.card__price b { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); }
.card__price span { color: var(--muted); font-size: .86rem; }
.stars { color: var(--sand); font-size: .95rem; letter-spacing: 1px; }
.card__rating { display: flex; align-items: center; gap: 6px; font-size: .88rem; color: var(--muted); }

/* ---------- Feature / trust blocks ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature { text-align: left; }
.feature__ic {
  width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(140deg, rgba(28,110,125,.12), rgba(200,161,90,.16));
  color: var(--sea); margin-bottom: 20px;
}
.feature h3 { font-size: 1.35rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .98rem; }

/* Split image + text */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5/6; }
.split__badge {
  position: absolute; bottom: 22px; left: 22px; right: 22px; background: rgba(255,255,255,.94);
  border-radius: var(--radius-sm); padding: 18px 22px; box-shadow: var(--shadow-sm); backdrop-filter: blur(6px);
  display: flex; align-items: center; gap: 16px;
}
.split__badge .num { font-family: var(--serif); font-size: 2.1rem; color: var(--sea); line-height: 1; }
.checklist { margin-top: 26px; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink-2); }
.checklist .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(28,110,125,.12); color: var(--sea); display: grid; place-items: center; margin-top: 1px; }
.checklist b { color: var(--ink); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat b { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); color: #fff; display: block; line-height: 1; }
.band-ink .stat b { color: #fff; }
.stat span { font-size: .9rem; color: #b7c5cf; letter-spacing: .04em; }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote { background: #fff; border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.quote .stars { font-size: 1rem; }
.quote p { font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; color: var(--ink); }
.quote__who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.quote__who .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, var(--sea), var(--ink)); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--sans); }
.quote__who b { display: block; font-size: .98rem; color: var(--ink); }
.quote__who span { font-size: .84rem; color: var(--muted); }

/* Area / destination tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tile { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-sm); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tile:hover img { transform: scale(1.07); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,34,51,.82)); }
.tile__cap { position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 2; color: #fff; }
.tile__cap b { font-family: var(--serif); font-size: 1.3rem; display: block; }
.tile__cap span { font-size: .84rem; color: #dfe7ec; }

/* ---------- CTA band ---------- */
.cta {
  position: relative; border-radius: var(--radius); overflow: hidden; color: #fff;
  padding: clamp(44px, 7vw, 80px); text-align: center;
  background: linear-gradient(135deg, var(--ink) 0%, var(--sea-deep) 100%);
}
.cta h2 { color: #fff; }
.cta p { color: #cdd9e0; max-width: 560px; margin: 16px auto 30px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Page hero (interior) ---------- */
.pagehero { position: relative; color: #fff; overflow: hidden; }
.pagehero__bg { position: absolute; inset: 0; z-index: 0; }
.pagehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.pagehero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,34,51,.55), rgba(15,34,51,.8)); }
.pagehero__inner { position: relative; z-index: 2; padding: clamp(70px, 12vw, 140px) 0 clamp(52px, 8vw, 96px); max-width: 720px; }
.pagehero h1 { color: #fff; }
.pagehero p { color: #dbe4ea; font-size: 1.12rem; margin-top: 16px; max-width: 560px; }
.crumbs { font-size: .84rem; color: #b7c5cf; margin-bottom: 20px; letter-spacing: .04em; }
.crumbs a { color: var(--sand); }

/* ---------- Property detail ---------- */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; border-radius: var(--radius); overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: opacity .25s; }
.gallery img:hover { opacity: .92; }
.gallery .g-main { grid-row: 1 / 3; aspect-ratio: auto; min-height: 320px; }
.gallery img:not(.g-main) { min-height: 154px; }

.detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: 44px; align-items: start; }
.spec-row { display: flex; flex-wrap: wrap; gap: 28px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 26px 0; }
.spec { display: flex; align-items: center; gap: 11px; }
.spec .ic { color: var(--sea); }
.spec b { display: block; font-size: 1.05rem; color: var(--ink); font-family: var(--serif); }
.spec span { font-size: .82rem; color: var(--muted); }

.amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; margin-top: 22px; }
.amenities li { display: flex; align-items: center; gap: 12px; color: var(--ink-2); }
.amenities .ic { color: var(--sea); flex: none; }

/* Booking box (Hostaway embed lives here) */
.booking-box {
  position: sticky; top: 96px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 24px; overflow: hidden;
}
.booking-box .price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.booking-box .price b { font-family: var(--serif); font-size: 2rem; color: var(--ink); }
.booking-box .price span { color: var(--muted); }
.booking-box .rate-note { font-size: .86rem; color: var(--muted); margin-bottom: 18px; }
.hostaway-embed {
  min-height: 220px; border: 1.5px dashed var(--line); border-radius: var(--radius-sm);
  background: var(--cloud); display: grid; place-items: center; text-align: center;
  padding: 26px 20px; color: var(--muted); font-size: .9rem;
}
.hostaway-embed .lbl { font-weight: 700; color: var(--ink-2); letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; margin-bottom: 8px; }
.booking-assure { margin-top: 16px; display: grid; gap: 10px; }
.booking-assure li { display: flex; gap: 10px; align-items: center; font-size: .88rem; color: var(--muted); }
.booking-assure .ic { color: var(--sea); flex: none; }

/* ---------- Filters bar ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 36px; }
.chip { padding: 9px 18px; border-radius: 100px; border: 1.5px solid var(--line); background: #fff; font-size: .9rem; font-weight: 500; color: var(--ink-2); cursor: pointer; transition: all .2s var(--ease); }
.chip:hover { border-color: var(--sea); color: var(--sea); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.filters .count { margin-left: auto; color: var(--muted); font-size: .9rem; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: clamp(26px, 4vw, 42px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-group { margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; }
.field-group label { font-size: .82rem; font-weight: 600; color: var(--ink-2); letter-spacing: .02em; }
.field-group input, .field-group select, .field-group textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--sans); font-size: .98rem; color: var(--ink); background: var(--cloud); transition: border-color .2s, background .2s;
}
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { outline: none; border-color: var(--sea); background: #fff; }
.field-group textarea { resize: vertical; min-height: 130px; }

.info-list { display: grid; gap: 22px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item .ic { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(140deg, rgba(28,110,125,.12), rgba(200,161,90,.16)); color: var(--sea); display: grid; place-items: center; flex: none; }
.info-item b { display: block; color: var(--ink); font-size: 1.02rem; }
.info-item span, .info-item a { color: var(--muted); font-size: .96rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 24px 44px 24px 0; font-family: var(--serif); font-size: 1.28rem; color: var(--ink); position: relative; display: flex; }
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.6rem; color: var(--sea); font-weight: 300; transition: transform .3s var(--ease); }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 0 24px; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b7c5cf; padding: 72px 0 32px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer .brand small { color: var(--muted-2); }
.footer-about p { color: #97a6b1; font-size: .95rem; max-width: 320px; }
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: .82rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: #a7b6c1; font-size: .95rem; }
.footer-col a:hover { color: var(--sand); }
.social { display: flex; gap: 12px; margin-top: 18px; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; color: #cdd9e0; }
.social a:hover { border-color: var(--sand); color: var(--sand); background: rgba(200,161,90,.08); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-top: 26px; font-size: .86rem; color: #7f8f9b; }
.footer-bottom a { color: #7f8f9b; }
.footer-bottom a:hover { color: var(--sand); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.divider-note { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 34px; }
.pill-note { display: inline-flex; align-items: center; gap: 8px; background: rgba(28,110,125,.1); color: var(--sea-deep); padding: 8px 16px; border-radius: 100px; font-size: .84rem; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .booking-box { position: static; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 76px; left: 0; right: 0; background: var(--cloud);
    padding: 18px 24px 26px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .nav-links.open a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-links.open a:last-child { border-bottom: 0; }
  .nav-links.open a::after { display: none; }
  .nav-links.open .btn { margin-top: 12px; }
  .grid--3, .grid--2, .features, .quotes { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .searchbar { grid-template-columns: 1fr; gap: 4px; }
  .searchbar .field + .field { border-left: 0; border-top: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery .g-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery img:nth-child(n+4) { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-about { grid-column: 1 / 3; }
  .amenities { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid--4, .tiles { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .hero__actions .btn { flex: 1; justify-content: center; }
}

/* Toast for form submissions (front-end only) */
.toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(120%); background: var(--ink); color: #fff; padding: 15px 26px; border-radius: 100px; box-shadow: var(--shadow-lg); z-index: 200; transition: transform .4s var(--ease); font-size: .95rem; display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translateX(-50%) translateY(0); }
.toast .ic { color: var(--sand); }
