/* Radiant Rentals — site styles
   Warm, sunlit palette. Fraunces for display type, Inter for everything else. */

:root {
  --bg: #FBF7F0;
  --sand: #F3ECDF;
  --sand-2: #EBE1CF;
  --card: #FFFFFF;
  --ink: #1E1A15;
  --ink-2: #4B443C;
  --muted: #7A7167;
  --line: #E6DCCB;
  --gold: #E4AE2E;
  --gold-600: #B7811C;
  --gold-700: #8F6412;
  --gold-100: #FCEFCB;
  --gold-50: #FEF8E8;
  --green: #2F6B4F;
  --green-50: #E8F2ED;
  --red: #A33F2E;
  --red-50: #FBEAE6;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 14px 40px -18px rgba(60, 40, 10, 0.28);
  --shadow-sm: 0 4px 14px -6px rgba(60, 40, 10, 0.18);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --container: 1160px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
body.lb-open, body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-700); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  color: var(--ink);
  font-variation-settings: "opsz" 144;
}
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--ink-2); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }
.note { font-size: 0.875rem; color: var(--muted); margin: 0.75em 0 0; }
.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.container.narrow { max-width: 780px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-700); margin-bottom: 0.8em;
}
.lead { font-size: 1.15rem; color: var(--ink-2); line-height: 1.55; }

/* Icons */
.ico { display: inline-flex; width: 1.15em; height: 1.15em; vertical-align: -0.2em; flex: 0 0 auto; }
.ico svg { width: 100%; height: 100%; }
.ico-sm { width: 1em; height: 1em; }
.ico-lg { width: 1.8em; height: 1.8em; }
.ico-check { color: var(--green); background: var(--green-50); border-radius: 50%; padding: 0.22em; width: 1.5em; height: 1.5em; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  padding: 0.75em 1.25em; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.btn-lg { padding: 0.95em 1.6em; font-size: 1rem; }
.btn-sm { padding: 0.55em 1em; font-size: 0.875rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--gold); color: var(--ink); box-shadow: 0 8px 20px -10px rgba(228, 174, 46, 0.9); }
.btn-primary:hover { background: #EDB93B; box-shadow: 0 12px 26px -10px rgba(228, 174, 46, 1); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2C261F; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); background: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.btn-ghost-light:hover { border-color: #fff; }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-light { background: rgba(255, 255, 255, 0.92); color: var(--ink); border-color: rgba(0, 0, 0, 0.08); backdrop-filter: blur(6px); }
.btn:disabled { opacity: 0.6; cursor: wait; transform: none; }

.platform { justify-content: flex-start; }
.platform-dot { width: 0.6em; height: 0.6em; border-radius: 50%; background: var(--muted); }
.platform-airbnb .platform-dot { background: #FF385C; }
.platform-vrbo .platform-dot { background: #1F5AF6; }
.platform-bookingCom .platform-dot { background: #003580; }

/* Chips & pills */
.chip-row { display: inline-flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.chip { display: inline-block; padding: 0.3em 0.75em; border-radius: 999px; font-size: 0.8rem; font-weight: 500; background: var(--sand); color: var(--ink-2); }
.chip-soft { background: var(--gold-50); color: var(--gold-700); }
.rating-pill {
  display: inline-flex; align-items: center; gap: 0.4em; padding: 0.4em 0.85em; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: 0.9rem; box-shadow: var(--shadow-sm);
}
.rating-pill svg { width: 1em; height: 1em; color: var(--gold-600); }
.rating-pill.on-media { position: absolute; left: 14px; bottom: 14px; }
.pill-badge { margin-left: 0.3em; padding: 0.15em 0.6em; border-radius: 999px; background: var(--gold-100); color: var(--gold-700); font-size: 0.75rem; font-weight: 600; }

/* Facts */
.facts { display: flex; flex-wrap: wrap; gap: 0.5rem 1.1rem; font-size: 0.92rem; color: var(--ink-2); }
.facts li { display: inline-flex; align-items: center; gap: 0.4em; }
.facts .ico { color: var(--gold-700); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(251, 247, 240, 0.85); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color 0.2s, box-shadow 0.2s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -20px rgba(0, 0, 0, 0.35); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--ink); text-decoration: none !important; }
.brand-mark { width: 34px; height: 34px; color: var(--gold); display: inline-flex; background: var(--ink); border-radius: 10px; padding: 6px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: -0.01em; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { color: var(--ink-2); font-weight: 500; font-size: 0.95rem; }
.site-nav a:hover { color: var(--ink); text-decoration: none; }
.site-nav .nav-sub { display: none; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }

/* Sections */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-sand { background: var(--sand); }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.compact { margin-bottom: 1.25rem; margin-top: 2.5rem; }
.section-head h2 + .muted { font-size: 1.05rem; }

/* Hero */
.hero { padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero-copy h1 { margin-bottom: 0.5em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.75rem 0 2.25rem; }
.trust { display: flex; flex-wrap: wrap; gap: 1.25rem 2.25rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.trust li { display: flex; flex-direction: column; font-size: 0.85rem; color: var(--muted); line-height: 1.3; max-width: 170px; }
.trust strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); font-weight: 600; }
.hero-visual { position: relative; min-height: 460px; }
.hero-blob {
  position: absolute; inset: 6% -10% 10% 10%; border-radius: 48% 52% 46% 54% / 55% 44% 56% 45%;
  background: radial-gradient(circle at 30% 30%, #FBE7B2 0%, #F4D27A 45%, rgba(244, 210, 122, 0) 72%);
  filter: blur(8px); opacity: 0.9;
}
.hero-img { margin: 0; position: absolute; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-a { left: 0; top: 0; width: 78%; aspect-ratio: 4 / 3; }
.hero-img-b { right: 0; bottom: 4%; width: 46%; aspect-ratio: 4 / 3; border: 6px solid var(--bg); }
.hero-card {
  position: absolute; left: 4%; bottom: 0; display: flex; align-items: center; gap: 0.7rem;
  background: #fff; padding: 0.8rem 1rem; border-radius: 14px; box-shadow: var(--shadow); font-size: 0.85rem;
}
.hero-card div { display: flex; flex-direction: column; line-height: 1.3; }
.hero-card span { color: var(--muted); }

/* Home cards */
.home-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.home-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.home-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.home-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.home-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.home-card:hover .home-card-media img { transform: scale(1.03); }
.home-card-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.home-card-body h3 { font-size: 1.5rem; margin: 0; }
.home-card-body h3 a { color: var(--ink); }
.home-card-body h3 a:hover { text-decoration: none; color: var(--gold-700); }
.home-card-body .eyebrow { margin-bottom: 0; }
.home-card-body > p:last-of-type { margin-bottom: 0.4rem; }
.home-card-actions { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding-top: 0.5rem; }
.home-card-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.4fr; }
.home-card-row .home-card-media { aspect-ratio: auto; min-height: 260px; }

/* Booking paths */
.paths { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.5rem; align-items: start; }
.stack-inline { display: inline-flex; flex-wrap: wrap; gap: 0.5rem; }
.path { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.path-featured { border: 2px solid var(--gold); box-shadow: var(--shadow); background: linear-gradient(180deg, #fff 0%, var(--gold-50) 100%); }
.ribbon { position: absolute; top: -14px; right: 24px; background: var(--ink); color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35em 0.9em; border-radius: 999px; }
.path-head { display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.path-head .ico-lg { color: var(--gold-700); background: var(--gold-100); border-radius: 14px; padding: 0.55em; width: 2.9em; height: 2.9em; }
.path-head .eyebrow { margin-bottom: 0.1em; }
.path-head h3 { margin: 0; font-size: 1.45rem; }
.path-links { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.25rem; }
.path-home { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.5rem; padding: 0.75rem 0; border-top: 1px solid var(--line); font-weight: 500; }
.check-list li { display: flex; gap: 0.7em; align-items: flex-start; padding: 0.35em 0; }
.check-list .ico { color: var(--green); margin-top: 0.15em; }
.check-list.compact li { padding: 0.2em 0; font-size: 0.92rem; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 1.5rem 0; }
.steps li { counter-increment: step; display: flex; flex-direction: column; gap: 0.2em; font-size: 0.875rem; line-height: 1.35; }
.steps li::before { content: counter(step); width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--gold); font-weight: 700; display: grid; place-items: center; font-size: 0.85rem; margin-bottom: 0.5em; }
.steps span { color: var(--muted); }
.steps.vertical { grid-template-columns: 1fr; gap: 1.1rem; margin: 1rem 0 0; }
.steps.vertical li { display: grid; grid-template-columns: 30px 1fr; column-gap: 0.85rem; }
.steps.vertical li::before { grid-row: 1 / span 2; margin: 0; }

/* Tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem 1.5rem; }
.tile-icon { color: var(--gold-700); background: var(--gold-100); border-radius: 14px; padding: 0.5em; width: 2.7em; height: 2.7em; margin-bottom: 1rem; }
.tile h3 { font-size: 1.15rem; }
.tile p { margin: 0; color: var(--ink-2); font-size: 0.95rem; }

/* Host */
.host-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: center; }
.host-card { display: flex; gap: 1.5rem; align-items: flex-start; }
.avatar { flex: 0 0 auto; width: 84px; height: 84px; border-radius: 50%; background: var(--ink); color: var(--gold); display: grid; place-items: center; font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; }
.host-card blockquote { margin: 0; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.5; color: var(--ink-2); font-weight: 400; font-style: italic; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-grid li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.1rem 1.2rem; display: flex; flex-direction: column; }
.stat-grid strong { font-family: var(--font-display); font-size: 1.9rem; line-height: 1.1; }
.stat-grid span { font-size: 0.85rem; color: var(--muted); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.75rem; position: relative; }
.review::before { content: "“"; position: absolute; top: 0.2rem; left: 1.1rem; font-family: var(--font-display); font-size: 4rem; color: var(--gold-100); line-height: 1; }
.review blockquote { margin: 0 0 1rem; position: relative; font-size: 1.02rem; line-height: 1.6; color: var(--ink-2); }
.review figcaption { font-size: 0.9rem; }

/* FAQ */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 1.25rem; margin-bottom: 0.75rem; }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 2rem 1.1rem 0; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold-700); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 1.1rem; color: var(--ink-2); }

/* CTA band */
.cta-band { background: var(--ink); color: #fff; padding: clamp(3rem, 6vw, 5rem) 0; }
.cta-band h2 { color: #fff; margin-bottom: 0.3em; }
.cta-band p { color: rgba(255, 255, 255, 0.7); margin: 0; max-width: 520px; }
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Footer */
.site-footer { background: var(--sand); border-top: 1px solid var(--line); padding: 3.5rem 0 2rem; font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.footer-grid .brand { margin-bottom: 0.75rem; }
.footer-links li { margin: 0.35rem 0; }
.footer-links a { color: var(--ink-2); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: 0.85rem; }

/* Property page */
.property-head { padding: 2rem 0 1.5rem; }
.crumbs { display: flex; gap: 0.6em; font-size: 0.85rem; color: var(--muted); margin-bottom: 1.25rem; }
.crumbs a { color: var(--muted); }
.property-title { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem 2rem; }
.property-title h1 { margin-bottom: 0.25em; }
.property-title .lead { margin: 0; }
.property-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 0.8rem; }

.gallery { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 10px; border-radius: var(--radius); overflow: hidden; }
.gallery-item { padding: 0; border: 0; background: var(--sand); cursor: zoom-in; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item:first-child { grid-row: 1 / span 2; }
.gallery-all { position: absolute; right: 16px; bottom: 16px; }

.property-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 3.5rem; padding: 3rem 0 4rem; align-items: start; }
.property-main h2 { font-size: 1.6rem; margin-top: 2.5rem; padding-top: 2.25rem; border-top: 1px solid var(--line); }
.property-main .prose h2 { margin-top: 0; padding-top: 0; border: 0; }
.prose p { font-size: 1.05rem; color: var(--ink-2); }
.highlights { display: grid; gap: 1rem; margin: 1.5rem 0; }
.highlight { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.highlight p { margin: 0.15em 0 0; color: var(--muted); font-size: 0.95rem; }
.good-for { gap: 0.5rem; }
.sleep-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
.sleep { display: flex; flex-direction: column; gap: 0.25rem; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 0.95rem; }
.sleep .ico { color: var(--gold-700); width: 1.6em; height: 1.6em; margin-bottom: 0.4rem; }
.amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2.5rem; }
.amenity-group h3 { font-family: var(--font-body); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 0.5rem; }
.amenity-group li { display: flex; gap: 0.6em; align-items: flex-start; padding: 0.3em 0; font-size: 0.95rem; }
.amenity-group .ico { color: var(--green); margin-top: 0.15em; }
.location { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.75rem; align-items: start; }
.map { aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--sand); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.nearby li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.rules li { display: flex; gap: 0.6em; align-items: flex-start; padding: 0.35em 0; }
.rules .ico { color: var(--gold-700); margin-top: 0.15em; }

.booking-panel { position: sticky; top: calc(var(--header-h) + 1.25rem); display: flex; flex-direction: column; gap: 1rem; }
.panel-block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.panel-block h3 { font-size: 1.3rem; margin-bottom: 0.4em; }
.panel-block .eyebrow { margin-bottom: 0.3em; }
.panel-direct { border: 2px solid var(--gold); background: linear-gradient(180deg, #fff 0%, var(--gold-50) 100%); box-shadow: var(--shadow); }
.panel-direct .check-list { margin: 0.5rem 0 1rem; }
.stack { display: flex; flex-direction: column; gap: 0.6rem; }

.mobile-bar { display: none; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(20, 16, 12, 0.94); display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; }
.lightbox[hidden] { display: none; }
.lb-figure { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; height: 100vh; padding: 3rem 0; }
.lb-figure img { max-height: calc(100vh - 7rem); max-width: 100%; object-fit: contain; border-radius: 8px; }
.lb-figure figcaption { color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; text-align: center; padding: 0 1rem; }
.lightbox button { background: transparent; border: 0; color: #fff; font-size: 3rem; line-height: 1; cursor: pointer; height: 100%; opacity: 0.8; }
.lightbox button:hover { opacity: 1; }
.lb-close { position: fixed; top: 0; right: 0; height: 64px !important; width: 64px; font-size: 2.4rem !important; }

/* Booking form */
.book-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 2.5rem; padding: 1.5rem 0 4rem; align-items: start; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; }
.card-soft { background: var(--sand); border-color: transparent; }
.card h3 { font-size: 1.15rem; }
.book-side { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: calc(var(--header-h) + 1.25rem); }
.book-form fieldset { border: 0; padding: 0; margin: 0 0 1.75rem; }
.book-form legend { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; padding: 0; }
.field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; flex: 1; }
.field label { font-weight: 500; font-size: 0.92rem; }
.field-row { display: flex; gap: 1rem; }
.field-sm { flex: 0 0 110px; }
.field input, .field select, .field textarea {
  font: inherit; padding: 0.7em 0.9em; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold-600); box-shadow: 0 0 0 4px var(--gold-100); }
.field textarea { resize: vertical; min-height: 110px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.nights-note { min-height: 1.5em; font-size: 0.9rem; padding: 0.6em 0.9em; border-radius: var(--radius-sm); background: var(--sand); color: var(--ink-2); margin: -0.25rem 0 1.25rem; }
.nights-note:empty { display: none; }
.nights-note.ok { background: var(--green-50); color: var(--green); }
.nights-note.warn { background: var(--gold-50); color: var(--gold-700); }
.form-actions { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.form-status { margin-top: 1rem; font-size: 0.95rem; }
.form-status:empty { display: none; }
.form-status.ok { padding: 0.9em 1.1em; border-radius: var(--radius-sm); background: var(--green-50); color: var(--green); }
.form-status.warn { padding: 0.9em 1.1em; border-radius: var(--radius-sm); background: var(--red-50); color: var(--red); }

/* Responsive */
@media (max-width: 1024px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .property-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 2.5rem; }
  .hero-visual { min-height: 400px; }
}

@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: var(--bg); flex-direction: column; align-items: flex-start;
    padding: 1.5rem 1.5rem; gap: 0.25rem; transform: translateX(100%); transition: transform 0.25s ease; overflow-y: auto;
  }
  .site-nav.open { transform: none; }
  .site-nav a { font-size: 1.2rem; padding: 0.6rem 0; width: 100%; border-bottom: 1px solid var(--line); border-radius: 0; }
  .site-nav .nav-sub { display: block; font-size: 1rem; padding-left: 1rem; color: var(--muted); }
  .site-nav .btn { margin-top: 1rem; border-bottom: 0; justify-content: center; font-size: 1rem; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; margin-top: 1rem; height: 360px; }
  .home-grid { grid-template-columns: 1fr; }
  .home-card-row { grid-template-columns: 1fr; }
  .paths { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .host-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .property-layout { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 6rem; }
  .booking-panel { position: static; }
  .property-meta { align-items: flex-start; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 160px; }
  .gallery-item:first-child { grid-row: auto; grid-column: 1 / -1; }
  .gallery-item:nth-child(n + 4) { display: none; }
  .location { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr; }
  .book-layout { grid-template-columns: 1fr; }
  .book-side { position: static; }
  .lightbox { grid-template-columns: 44px 1fr 44px; }
  .lightbox button { font-size: 2.2rem; }
  .mobile-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); border-top: 1px solid var(--line); backdrop-filter: blur(8px);
  }
  .mobile-bar div { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
  .mobile-bar strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), 100% - 1.5rem); }
  .tiles, .stat-grid, .footer-grid, .steps { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; gap: 0; }
  .field-sm { flex: 1; }
  .hero-visual { height: 300px; }
  .hero-img-a { width: 82%; }
  .hero-img-b { width: 50%; bottom: 0; }
  .hero-card { display: none; }
  .trust li { max-width: none; }
  .home-card-actions .btn { width: 100%; }
  .path { padding: 1.5rem 1.25rem; }
  .cta-actions .btn { width: 100%; }
}

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

.platform-home-label { margin: 0.9rem 0 0.4rem; }
.platform-home-label:first-of-type { margin-top: 0.25rem; }
