/* ============================================================
   ESTANCIAS — design system
   Warm terracotta + sierra green, inspired by the Casa Antón photos
   ============================================================ */

:root {
  /* Brand palette */
  --terracotta: #c75a36;
  --terracotta-deep: #a8421f;
  --terracotta-soft: #e89673;
  --clay: #d8845a;
  --sierra: #3d5a3a;
  --sierra-deep: #2a3f28;
  --sierra-soft: #6b8463;
  --sand: #f5efe4;
  --sand-deep: #ece2cf;
  --bone: #fbf8f1;
  --ink: #2b1f17;
  --ink-soft: #5b4a3d;
  --ink-mute: #8a7868;
  --line: #e4dac6;
  --line-soft: #efe6d4;
  --gold: #c89b5c;

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(43,31,23,.06);
  --shadow: 0 8px 24px rgba(43,31,23,.08);
  --shadow-lg: 0 24px 60px rgba(43,31,23,.16);

  --font-serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bone);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: var(--terracotta-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4 { font-family: var(--font-serif); font-weight: 500; letter-spacing: -0.01em; margin: 0; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; }
h3 { font-size: 1.3rem; line-height: 1.25; }
p { margin: 0 0 .75em; color: var(--ink-soft); text-wrap: pretty; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex; align-items: center; gap: 32px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  color: var(--terracotta);
}
.site-nav {
  display: flex; gap: 28px;
  margin-left: auto;
  font-size: .94rem;
  color: var(--ink-soft);
}
.site-nav a { color: inherit; }
.site-nav a:hover { color: var(--terracotta-deep); text-decoration: none; }
.lang-switch {
  display: inline-flex;
  background: var(--sand-deep);
  border-radius: 999px;
  padding: 3px;
  font-size: .82rem;
}
.lang-switch button {
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: .04em;
}
.lang-switch button.active {
  background: var(--bone);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .005em;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--terracotta);
  color: #fff;
  box-shadow: 0 4px 14px rgba(199, 90, 54, 0.28);
}
.btn-primary:hover { background: var(--terracotta-deep); transform: translateY(-1px); text-decoration: none; }
.btn-primary:disabled { background: var(--ink-mute); cursor: not-allowed; transform: none; box-shadow: none; opacity: .55; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bone); text-decoration: none; }
.btn-block { width: 100%; }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero {
  position: relative;
  padding: 64px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 90% 0%, rgba(199, 90, 54, 0.08), transparent 60%),
    radial-gradient(50% 60% at 10% 100%, rgba(61, 90, 58, 0.07), transparent 60%);
  pointer-events: none;
}
.hero .inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--terracotta-deep); font-weight: 600;
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: ""; width: 24px; height: 1px; background: currentColor;
}
.hero h1 { white-space: pre-line; margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--terracotta); }
.hero p.lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 480px; margin-bottom: 32px; }

.hero-collage {
  position: relative;
  aspect-ratio: 5/6;
  max-width: 480px;
  margin-left: auto;
}
.hero-collage img {
  position: absolute;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.hero-collage img.a { width: 70%; height: 75%; top: 0; left: 0; }
.hero-collage img.b { width: 52%; height: 50%; bottom: 0; right: 0; border-radius: var(--radius-lg); }
.hero-collage::before {
  content: ""; position: absolute;
  width: 120px; height: 120px;
  bottom: 30%; left: -8%;
  background: var(--terracotta);
  border-radius: 50%;
  opacity: .9;
  z-index: -1;
}

/* ============================================================
   PROPERTY CARDS (home list)
   ============================================================ */
.section { padding: 80px 0; }
.section-head { margin-bottom: 48px; max-width: 640px; }
.section-head h2 { margin-bottom: 12px; }
.section-head p { font-size: 1.05rem; }

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}
.property-card {
  background: var(--bone);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.property-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); text-decoration: none; }
.property-card-photo {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: var(--sand-deep);
}
.property-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.property-card:hover .property-card-photo img { transform: scale(1.04); }
.property-card-rating {
  position: absolute; top: 14px; left: 14px;
  background: rgba(251, 248, 241, .96);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .78rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--ink);
  white-space: nowrap;
}
.property-card-body { padding: 22px 24px 24px; }
.property-card-loc {
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.property-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.property-card-meta {
  display: flex; gap: 14px; font-size: .88rem; color: var(--ink-soft);
  margin-bottom: 16px; flex-wrap: wrap;
}
.property-card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.property-card-foot {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--line);
}
.property-card-price {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--ink);
}
.property-card-price small { font-family: var(--font-sans); font-size: .82rem; color: var(--ink-mute); font-weight: 400; }
.property-card-price b { font-weight: 500; }

/* ============================================================
   "WHY" strip
   ============================================================ */
.why {
  background: var(--sierra-deep);
  color: var(--sand);
  padding: 80px 0;
}
.why h2 { color: var(--bone); margin-bottom: 48px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item .icon-wrap {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(245, 239, 228, 0.08);
  display: grid; place-items: center;
  color: var(--terracotta-soft);
  margin-bottom: 18px;
}
.why-item h3 { color: var(--bone); margin-bottom: 8px; font-size: 1.25rem; }
.why-item p { color: rgba(245, 239, 228, .7); font-size: .96rem; }

/* ============================================================
   TOP BOOKING BAND (calendar + price box side by side)
   ============================================================ */
.book-band {
  background: var(--sand);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}
.book-band-cal {
  background: var(--bone);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--line);
}
.book-band-side .book-card {
  position: static;
  margin: 0;
}
@media (max-width: 980px) {
  .book-band { grid-template-columns: 1fr; padding: 20px; }
}

/* ============================================================
   MAP
   ============================================================ */
.map-section { padding: 56px 0 80px; border-top: 1px solid var(--line); }
.map-section h2 { margin-bottom: 8px; }
.map-section .addr {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink-soft); margin-bottom: 24px; font-size: .98rem;
}
.map-frame {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============================================================
   PROPERTY DETAIL PAGE
   ============================================================ */
.prop-header { padding: 32px 0 24px; }
.prop-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; flex-wrap: wrap; }
.prop-title-row h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; }
.prop-meta-line {
  display: flex; gap: 16px; align-items: center; font-size: .94rem; color: var(--ink-soft);
  flex-wrap: wrap;
}
.prop-meta-line .dot { width: 3px; height: 3px; background: var(--ink-mute); border-radius: 50%; }
.prop-meta-line .rating { color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 56px;
  position: relative;
}
.gallery-img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: opacity .2s; background: var(--sand-deep); }
.gallery-img:hover { opacity: .92; }
.gallery-img.main { grid-row: 1 / 3; }
.gallery-show-all {
  position: absolute; bottom: 20px; right: 20px;
  background: var(--bone); color: var(--ink);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: .9rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--ink);
}
.gallery-show-all:hover { background: var(--ink); color: var(--bone); }

/* Detail layout */
.prop-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  padding-bottom: 80px;
}
.prop-section { padding: 36px 0; border-top: 1px solid var(--line); }
.prop-section:first-child { border-top: none; padding-top: 0; }
.prop-section h2 { font-size: 1.7rem; margin-bottom: 20px; }
.prop-section p { font-size: 1.02rem; color: var(--ink-soft); }

.amenity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.amenity {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  font-size: .98rem;
}
.amenity .a-icon {
  width: 24px; height: 24px;
  color: var(--sierra);
  flex-shrink: 0;
}
.amenity.off { color: var(--ink-mute); text-decoration: line-through; }

/* Highlights */
.highlights { display: grid; gap: 18px; margin-top: 24px; padding: 28px; background: var(--sand); border-radius: var(--radius-lg); }
.highlight { display: flex; gap: 16px; }
.highlight .h-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  color: var(--terracotta);
}
.highlight h4 { font-family: var(--font-sans); font-size: 1rem; margin-bottom: 2px; font-weight: 600; }
.highlight p { margin: 0; font-size: .92rem; color: var(--ink-soft); }

/* Nearby */
.nearby-list { display: flex; flex-direction: column; gap: 0; }
.nearby-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.nearby-item:last-child { border-bottom: none; }
.nearby-item .dist { color: var(--ink-mute); font-variant-numeric: tabular-nums; font-size: .92rem; }

/* Host card */
.host-card { display: flex; gap: 20px; align-items: center; padding: 28px; background: var(--sand); border-radius: var(--radius-lg); }
.host-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  flex-shrink: 0;
}
.host-card h4 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: 4px; }
.host-card p { margin: 0; font-size: .9rem; color: var(--ink-soft); }

/* ============================================================
   BOOKING SIDEBAR
   ============================================================ */
.book-card {
  position: sticky; top: 100px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  align-self: start;
}
.book-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.book-price { font-family: var(--font-serif); font-size: 1.8rem; }
.book-price-sub { color: var(--ink-mute); font-size: .92rem; }
.rate-note {
  font-size: .82rem;
  color: var(--sierra);
  font-weight: 500;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: rgba(61, 90, 58, .07);
  border-radius: var(--radius-sm);
}
.book-rating-line { font-size: .88rem; color: var(--ink-soft); margin-bottom: 18px; }

.date-fields { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.date-field { padding: 10px 14px; cursor: pointer; }
.date-field + .date-field { border-left: 1px solid var(--line); }
.date-field label { display: block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; margin-bottom: 2px; }
.date-field .val { font-size: .98rem; color: var(--ink); font-weight: 500; }
.date-field.empty .val { color: var(--ink-mute); font-weight: 400; }

.guest-field {
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 10px 14px; margin-bottom: 14px;
}
.guest-field label { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
.guest-field .v { font-size: .98rem; font-weight: 500; }
.guest-counter { display: inline-flex; gap: 6px; align-items: center; }
.guest-counter button {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--ink); background: var(--bone);
  font-size: 1.1rem; line-height: 1;
}
.guest-counter button:disabled { color: var(--ink-mute); opacity: .5; cursor: not-allowed; }
.guest-counter .count { min-width: 20px; text-align: center; font-weight: 500; }

.book-error { color: var(--terracotta-deep); font-size: .85rem; margin-bottom: 10px; padding: 8px 12px; background: rgba(199, 90, 54, .08); border-radius: var(--radius-sm); }

.book-summary-rows { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .94rem; }
.book-summary-rows > div { display: flex; justify-content: space-between; }
.book-summary-rows .total { padding-top: 12px; border-top: 1px solid var(--line); font-weight: 600; font-size: 1.05rem; }

/* ============================================================
   CALENDAR
   ============================================================ */
.calendar-wrap {
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.cal-nav { display: flex; gap: 6px; }
.cal-nav button {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--ink); background: var(--bone);
}
.cal-nav button:hover { background: var(--sand); }
.cal-nav button:disabled { opacity: .35; cursor: not-allowed; }

.cal-months { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
@media (max-width: 720px) { .cal-months { grid-template-columns: 1fr; } }

.cal-month-title { font-family: var(--font-serif); font-size: 1.15rem; text-align: center; margin-bottom: 14px; text-transform: capitalize; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.cal-dow { font-size: .72rem; font-weight: 600; color: var(--ink-mute); text-align: center; padding: 8px 0; letter-spacing: .04em; }
.cal-day {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: .92rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  font-variant-numeric: tabular-nums;
  transition: background .12s, color .12s;
}
.cal-num { line-height: 1; }
.cal-price {
  font-size: .6rem;
  font-weight: 600;
  color: var(--sierra-soft);
  line-height: 1;
}
.cal-day.range .cal-price,
.cal-day.range-start .cal-price,
.cal-day.range-end .cal-price { color: rgba(255,255,255,.85); }
.cal-day.range .cal-price { color: var(--terracotta-deep); }
.cal-day.range-start .cal-price,
.cal-day.range-end .cal-price { color: rgba(255,255,255,.9); }
.cal-day.empty { cursor: default; }
.cal-day.past { color: var(--ink-mute); cursor: not-allowed; opacity: .4; text-decoration: line-through; }
.cal-day.booked { color: var(--ink-mute); cursor: not-allowed; text-decoration: line-through; }
.cal-day.available:hover { background: var(--sand); }
.cal-day.range {
  background: var(--terracotta-soft);
  color: var(--ink);
  border-radius: 0;
}
.cal-day.range-start, .cal-day.range-end {
  background: var(--terracotta);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
.cal-day.range-start { border-radius: 8px 0 0 8px; }
.cal-day.range-end { border-radius: 0 8px 8px 0; }
.cal-day.range-start.range-end { border-radius: 8px; }

.cal-legend { display: flex; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--ink-soft); flex-wrap: wrap; }
.cal-legend > div { display: inline-flex; align-items: center; gap: 8px; }
.cal-legend .swatch { width: 16px; height: 16px; border-radius: 4px; }
.cal-legend .swatch.available { background: var(--bone); border: 1px solid var(--line); }
.cal-legend .swatch.booked { background: repeating-linear-gradient(45deg, var(--sand-deep), var(--sand-deep) 3px, var(--bone) 3px, var(--bone) 6px); border: 1px solid var(--line); }
.cal-legend .swatch.selected { background: var(--terracotta); }

/* When calendar is shown on detail page (full width) */
.cal-inline { padding: 0; border: none; background: transparent; }

/* ============================================================
   BOOKING PAGE
   ============================================================ */
.book-page {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  padding: 48px 0 80px;
}
.book-form .field { display: block; margin-bottom: 18px; }
.book-form label.lbl { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.book-form input, .book-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  background: var(--bone);
  color: var(--ink);
}
.book-form input:focus, .book-form textarea:focus {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(199, 90, 54, .15);
}
.book-form textarea { min-height: 110px; resize: vertical; }
.book-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.book-summary-card {
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: sticky; top: 100px;
  align-self: start;
}
.book-summary-card .photo {
  aspect-ratio: 16/10;
  border-radius: var(--radius);
  background: var(--sand-deep);
  background-size: cover; background-position: center;
  margin-bottom: 18px;
}
.book-summary-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.book-summary-card .loc { font-size: .82rem; color: var(--ink-mute); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.book-summary-card .summary-block { display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .92rem; }
.book-summary-card .summary-block > div { display: flex; justify-content: space-between; gap: 12px; }
.book-summary-card .summary-block .total { padding-top: 12px; border-top: 1px solid var(--line); font-weight: 600; font-size: 1.05rem; }
.book-summary-card .summary-block .lbl { color: var(--ink-mute); }

.terms { font-size: .82rem; color: var(--ink-mute); margin-top: 12px; }

/* Success */
.book-success {
  text-align: center;
  padding: 80px 24px;
  max-width: 560px;
  margin: 0 auto;
}
.book-success .check {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--sierra);
  color: #fff;
  display: grid; place-items: center;
  margin: 0 auto 28px;
}
.book-success h1 { margin-bottom: 14px; }
.book-success p { font-size: 1.05rem; }
.book-ref {
  display: inline-block;
  font-family: var(--font-serif);
  letter-spacing: .12em;
  background: var(--sand);
  padding: 10px 18px;
  border-radius: 999px;
  margin: 14px 0 28px;
  font-size: 1.05rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--sand);
  padding: 56px 0 32px;
}
.site-footer .inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; align-items: start; }
.site-footer .brand { color: var(--bone); }
.site-footer p { color: rgba(245, 239, 228, .6); margin-top: 12px; max-width: 280px; font-size: .92rem; }
.site-footer h5 { font-family: var(--font-sans); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245, 239, 228, .5); margin: 0 0 14px; font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: .94rem; }
.site-footer a { color: rgba(245, 239, 228, .8); }
.site-footer a:hover { color: var(--bone); text-decoration: none; }
.site-footer .copy { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(245, 239, 228, .12); font-size: .85rem; color: rgba(245, 239, 228, .5); }

/* ============================================================
   GALLERY LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(43, 31, 23, .94);
  display: none;
  flex-direction: column;
}
.lightbox.open { display: flex; }
.lightbox-head { display: flex; justify-content: space-between; padding: 20px 28px; color: var(--bone); }
.lightbox-close {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: var(--bone);
  display: grid; place-items: center;
}
.lightbox-close:hover { background: rgba(255, 255, 255, .22); }
.lightbox-grid {
  flex: 1;
  overflow-y: auto;
  padding: 0 28px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.lightbox-grid img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero .inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-collage { max-width: 360px; margin: 0 auto; }
  .prop-layout { grid-template-columns: 1fr; }
  .book-card, .book-summary-card { position: static; }
  .book-page { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { height: 400px; grid-template-columns: 1fr 1fr; }
  .gallery-img.main { grid-column: 1 / 3; grid-row: 1; }
  .gallery-img:nth-child(4), .gallery-img:nth-child(5) { display: none; }
  .site-footer .inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .site-nav { display: none; }
  .site-header .inner { gap: 16px; }
  .hero { padding: 40px 0 56px; }
  .section { padding: 56px 0; }
  .gallery { height: 300px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .book-form .row2 { grid-template-columns: 1fr; }
  .site-footer .inner { grid-template-columns: 1fr; }
}
