﻿/* Inner public pages only. Homepage does not load this file. */

.page-hero {
  background: linear-gradient(180deg, #f4faf6 0%, #eef6f1 100%);
  border-bottom: 1px solid #dceee4;
  padding: 2.6rem 0 2rem;
  position: relative;
}
.page-hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #2d9a4e 40%, #c9a227 70%, transparent);
}
.page-hero h1 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  color: #1a4731;
  margin: 0;
  letter-spacing: -0.02em;
}
.page-hero .muted-copy { max-width: 42rem; }

.inner-page {
  padding: 2.6rem 0 4.4rem;
  background: #fbfcfb;
}
.inner-page h2, .inner-page h3 { color: #1a4731; }
.inner-page .form-control,
.inner-page .form-select {
  border-radius: 8px;
  border-color: #cfe3d6;
  padding: 0.62rem 0.8rem;
  font-size: 0.92rem;
}
.inner-page .form-control:focus,
.inner-page .form-select:focus {
  border-color: #2d9a4e;
  box-shadow: 0 0 0 3px rgba(45, 154, 78, 0.15);
}
.inner-page .form-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6e5c;
}
.inner-page .alert {
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
}
.inner-page .alert-success { background: #e7f7ec; color: #1a4731; }
.inner-page .alert-danger { background: #fdecea; color: #8a1f11; }

.inner-card {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
  padding: 1.4rem 1.5rem;
  height: 100%;
}

.policy-page .policy-card {
  max-width: 48rem;
  height: auto;
  padding: 1.9rem 1.75rem 2.2rem;
}
.policy-prose {
  max-width: none;
  white-space: pre-line;
}

/* Legal document look lives in assets/css/policy.css */
.inner-page .room-card {
  border: 1px solid #e4efe8;
  box-shadow: 0 12px 32px rgba(26, 71, 49, 0.07);
}
.inner-page .room-card img { height: 240px; }
.inner-page .room-card-body { padding: 1.35rem 1.4rem 1.5rem; }
.inner-page .gallery-thumb { border-radius: 12px; }
.inner-page .gallery-thumb img { height: 180px; }
.inner-page .room-photos .gallery-thumb img { height: 260px; }

.price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  background: #e8f5ee;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-weight: 600;
  font-size: 0.88rem;
}

.tariff-card {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 16px;
  padding: 1.4rem;
  height: 100%;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
}
.tariff-card .amount {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #1a4731;
  line-height: 1.1;
}
.tariff-card .amount span {
  font-size: 0.9rem;
  font-family: Poppins, sans-serif;
  color: #5a6e5c;
}

.inner-page .tariff-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(26, 71, 49, 0.05);
}
.inner-page .tariff-table thead { background: #1a4731; color: #fff; }
.inner-page .tariff-table td,
.inner-page .tariff-table th { padding: 0.85rem 1rem; }

.inner-page .cal-legend {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 12px;
  padding: 0.75rem 1rem;
}
.inner-page .cal-wrap {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(26, 71, 49, 0.05);
}
.inner-page .cal-day {
  border-radius: 10px;
  font-weight: 600;
  transition: transform 0.15s ease;
}
.inner-page .cal-day:not(.empty):not(.past):not(.unavailable):not(.booked):not(.reserved):hover { transform: scale(1.06); }

/* Availability page â€” colourful calendars; homepage does not load this file */
.avail-hero {
  background:
    radial-gradient(1200px 280px at 12% -20%, rgba(201, 162, 39, 0.22), transparent 55%),
    radial-gradient(900px 260px at 92% 0%, rgba(45, 154, 78, 0.2), transparent 50%),
    linear-gradient(180deg, #eef8f2 0%, #e7f3ec 100%) !important;
  overflow: hidden;
}
.avail-hero-glow {
  position: absolute;
  inset: auto auto -40px -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 154, 78, 0.18), transparent 70%);
  animation: avail-float 7s ease-in-out infinite;
}
.avail-lead { max-width: 40rem; margin: 0.7rem 0 0; color: #4a6354; }
.avail-body { background: linear-gradient(180deg, #f7fbf8 0%, #f3f7f4 40%, #fbfcfb 100%); }
.avail-body--compact { padding: 1rem 0 1.75rem; }
.avail-hero--slim {
  padding: 0.85rem 0 0.65rem;
  overflow: visible;
  background: linear-gradient(180deg, #eef8f2 0%, #f7fbf8 100%) !important;
}
.avail-hero--slim::after { display: none; }
.avail-hero--slim h1 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  margin: 0;
}
.avail-hero-tag {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: #5a7564;
  max-width: 42rem;
  line-height: 1.45;
}
.container--avail { max-width: 1040px; }
.avail-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 992px) {
  .avail-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 1.15rem;
  }
  .avail-aside {
    position: sticky;
    top: 0.75rem;
  }
  .avail-hint-mobile { display: none !important; }
  .avail-aside-hint { display: block; }
}
@media (max-width: 991.98px) {
  .avail-aside-hint { display: none; }
  .avail-tips { display: none; }
  .avail-aside {
    padding: 0.85rem;
  }
}
.avail-panel {
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 18px;
  padding: 0.85rem 0.85rem 0.7rem;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.06);
}
.avail-panel-top { margin-bottom: 0.65rem; }
.avail-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #e8f2ec;
}
.avail-nav--inline { margin-bottom: 0; }
.avail-nav--inline .avail-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}
.avail-nav--inline .avail-nav-label {
  min-width: auto;
  padding: 0.4rem 0.85rem;
  font-size: 0.9rem;
}
.avail-nav--inline .avail-nav-label strong { font-size: 1rem; }
.avail-legend--compact {
  margin: 0;
  gap: 0.35rem 0.5rem;
  justify-content: flex-end;
  flex: 1 1 auto;
}
.avail-legend--compact span {
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  box-shadow: none;
}
.avail-legend--compact .swatch {
  width: 9px;
  height: 9px;
  margin-right: 0.15rem;
}
.avail-past-banner--compact {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  align-items: center;
  animation: none;
}
.avail-past-banner--compact i { font-size: 1.1rem; }
.avail-past-banner--compact span { color: #6a4038; }
.avail-card--flat {
  border: 0;
  box-shadow: none;
  background: #f4faf6;
  border-radius: 12px;
}
.avail-hint-mobile {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2d6a45;
}
.avail-hint-mobile i { color: #c9a227; margin-right: 0.25rem; }
.avail-aside {
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 18px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.06);
}
.avail-aside-hint {
  margin: 0 0 0.75rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #2d6a45;
  line-height: 1.45;
}
.avail-aside-hint i { color: #c9a227; margin-right: 0.3rem; }
.avail-aside-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: #1a4731;
  margin: 0 0 0.65rem;
}
.avail-aside-title i { color: #2d9a4e; margin-right: 0.3rem; font-size: 0.95rem; }
.avail-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: #4a6354;
}
.avail-steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  opacity: 0.55;
}
.avail-steps li span {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #e8f2ec;
  color: #1a4731;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.avail-steps li.is-done,
.avail-steps li.is-on { opacity: 1; }
.avail-steps li.is-on span {
  background: #1e7a3c;
  color: #fff;
}
.avail-aside-note {
  margin: 0;
  font-size: 0.78rem;
  color: #6a7b70;
}
.avail-aside-note i { color: #c9a227; margin-right: 0.25rem; }
.avail-stay--dock {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.avail-stay--dock .avail-aside-title { margin-bottom: 0.5rem; }
.avail-tips {
  list-style: none;
  padding: 0.75rem 0 0;
  margin: 0.75rem 0 0;
  border-top: 1px solid #e8f2ec;
  font-size: 0.75rem;
  color: #5a6e62;
  line-height: 1.5;
}
.avail-tips li { margin-bottom: 0.45rem; }
.avail-tips i { color: #2d9a4e; margin-right: 0.35rem; }
.avail-policy-link--aside {
  display: inline-flex;
  margin-top: 0.65rem;
  font-size: 0.8rem;
}
.avail-details {
  margin-top: 1.25rem;
  border: 1px solid #dceee4;
  border-radius: 14px;
  background: #fff;
  padding: 0.65rem 1rem;
}
.avail-details summary {
  cursor: pointer;
  font-weight: 700;
  color: #1a4731;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.avail-details summary::-webkit-details-marker { display: none; }
.avail-details summary i { color: #2d9a4e; }
.avail-details-body { padding: 1rem 0 0.25rem; }
.avail-details .avail-cond { padding: 1rem; }
.avail-details .avail-cond > i { width: 36px; height: 36px; font-size: 1.2rem; }

.avail-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
}
.avail-legend--center { justify-content: center; }
.avail-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a4731;
  box-shadow: 0 6px 16px rgba(26, 71, 49, 0.05);
}
.avail-legend .swatch {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  display: inline-block;
}
.avail-legend .avail { background: #1f9d57; }
.avail-legend .unavailable,
.avail-legend .booked { background: #c96f68; }
.avail-legend .past { background: #c5cdc8; border: 1px solid #b5bfb9; }
.avail-legend .bi { font-size: 0.85rem; }
.avail-legend .bi-check-circle-fill { color: #1e9d55; }
.avail-legend .bi-x-circle-fill { color: #d94a3d; }
.avail-legend .bi-lock-fill { color: #7d8b84; }

.avail-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}
.avail-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2d9a4e, #1e7a3c);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(30, 122, 60, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.avail-nav-btn:hover { transform: translateY(-2px) scale(1.04); color: #fff; }
.avail-nav-label {
  min-width: 210px;
  text-align: center;
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  color: #1a4731;
  box-shadow: 0 8px 20px rgba(26, 71, 49, 0.06);
}
.avail-nav-label i { color: #c9a227; margin-right: 0.35rem; }
.avail-nav-label strong { font-family: 'Playfair Display', serif; font-size: 1.15rem; }

.avail-past-banner {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  background: linear-gradient(90deg, #fff4f2, #fff8e8);
  border: 1px solid #f0c9c0;
  border-radius: 16px;
  padding: 1rem 1.15rem;
  margin-bottom: 1.25rem;
  color: #7a2e22;
  animation: avail-pulse-border 2.4s ease-in-out infinite;
}
.avail-past-banner i { font-size: 1.6rem; color: #d94a3d; }
.avail-past-banner p { margin: 0.15rem 0 0; font-size: 0.9rem; color: #6a4038; }
.avail-past-banner--narrow { max-width: 720px; margin-left: auto; margin-right: auto; }

.avail-single-wrap {
  max-width: min(720px, 100%);
  margin: 0 auto 2.75rem;
}
.avail-room-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.avail-room-tab {
  flex: 1 1 calc(50% - 0.25rem);
  min-width: 0;
  text-align: left;
  border: 2px solid #dceee4;
  background: #fff;
  border-radius: 16px;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
  box-shadow: 0 6px 16px rgba(26, 71, 49, 0.05);
}
.avail-room-tab:hover {
  border-color: #9fd4b4;
  transform: translateY(-1px);
}
.avail-room-tab[aria-selected="true"] {
  border-color: #1e7a3c;
  background: linear-gradient(180deg, #f0faf4 0%, #fff 100%);
  box-shadow: 0 10px 24px rgba(30, 122, 60, 0.14);
}
.avail-room-tab-name {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.02rem;
  color: #163c2a;
  font-weight: 700;
  line-height: 1.2;
}
.avail-room-tab-meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5a7564;
}
.avail-room-select {
  display: none;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: 2px solid #dceee4;
  border-radius: 14px;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  color: #1a4731;
  background: #fff;
  box-shadow: 0 6px 16px rgba(26, 71, 49, 0.05);
}
@media (max-width: 479px) {
  .avail-room-tabs { display: none; }
  .avail-room-select { display: block; }
}

.avail-how {
  text-align: center;
  color: #2d6a45;
  font-weight: 600;
  margin-bottom: 1.4rem;
  animation: avail-fade-up 0.6s ease both;
}
.avail-how i { color: #c9a227; margin-right: 0.3rem; }

.avail-card {
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(26, 71, 49, 0.08);
  animation: avail-fade-up 0.7s ease both;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.avail-rooms .col-lg-6:nth-child(2) .avail-card { animation-delay: 0.12s; }
.avail-card--single {
  height: auto;
  max-width: 100%;
  overflow: visible;
}
.avail-page--single .avail-how {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.avail-card-head {
  background: linear-gradient(135deg, #163c2a 0%, #1f6b40 58%, #c9a227 160%);
  color: #eef8f2;
  padding: 1.15rem 1.25rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: space-between;
  align-items: flex-start;
}
.avail-card-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.28rem;
  color: #fff;
  margin: 0 0 0.25rem;
}
.avail-card-head p { margin: 0; font-size: 0.8rem; color: rgba(255,255,255,.82); }
.avail-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffe9a8;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  max-width: 16rem;
}

.avail-cal { padding: 1rem 1rem 1.15rem; overflow: visible; }
.avail-page .cal-grid {
  max-width: none;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
}
.avail-page--single .avail-cal {
  padding: 0.5rem 0.45rem 0.55rem;
}
.avail-page--single .cal-grid {
  max-width: 100% !important;
  gap: 4px;
}
.avail-page--single .cal-wd {
  font-size: 0.62rem;
  padding-bottom: 0.15rem;
}
.avail-page .cal-wd {
  color: #7a9084;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.2rem;
}
.avail-page .cal-day {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-direction: column;
  gap: 2px;
  font-family: inherit;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(26, 71, 49, 0.08);
  min-width: 0;
  box-sizing: border-box;
}
.avail-page--single .cal-day {
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(26, 71, 49, 0.06);
  gap: 0;
}
.avail-page--single .cal-day.past .bi,
.avail-page--single .cal-day.unavailable .bi,
.avail-page--single .cal-day.booked .bi,
.avail-page--single .cal-day.reserved .bi {
  display: none;
}
.avail-page--single .cal-day.available .bi {
  font-size: 0.5rem;
}
.avail-page .cal-day.empty {
  cursor: default;
  box-shadow: none;
  pointer-events: none;
}
.avail-page .cal-day .cal-num { line-height: 1; font-size: 0.82rem; }
.avail-page .cal-day .bi { font-size: 0.58rem; opacity: 0.92; }
.avail-page--single .cal-day .cal-num { font-size: clamp(0.72rem, 2.2vw, 0.88rem); font-weight: 700; }
.avail-page .cal-day.available {
  background: linear-gradient(180deg, #34c47a, #1f9d57);
  color: #fff;
}
.avail-page .cal-day.available:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(27, 138, 77, 0.35);
}
.avail-page--single .cal-day.available:hover {
  transform: translateY(-1px);
}
.avail-page .cal-day.unavailable,
.avail-page .cal-day.reserved,
.avail-page .cal-day.booked {
  background: linear-gradient(180deg, #e8a8a2, #c96f68);
  color: #fff;
  cursor: not-allowed;
  box-shadow: 0 3px 8px rgba(160, 70, 65, 0.2);
}
.avail-page .cal-day.past {
  background: #e9eeeb;
  border: 1px solid #d2dbd5;
  color: #8a9490;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 1;
}
.avail-page .cal-day.past .bi { color: #a8b2ad; opacity: 0.95; }
.avail-page .cal-day.is-today {
  outline: 2px solid #c9a227;
  outline-offset: 1px;
}
.avail-page .cal-day.in-range,
.avail-page .cal-day.is-in,
.avail-page .cal-day.is-out {
  background: linear-gradient(180deg, #c9a227, #9a7410) !important;
  color: #fff;
  box-shadow: 0 4px 12px rgba(154, 116, 16, 0.28);
}
.avail-page .cal-day.in-range .bi,
.avail-page .cal-day.is-in .bi,
.avail-page .cal-day.is-out .bi {
  color: #fff;
  opacity: 1;
}
.avail-page .cal-day.shake { animation: avail-shake 0.4s ease; }

.avail-stay {
  margin: 0 1rem 1.15rem;
  background: linear-gradient(180deg, #f3fbf6, #fff);
  border: 1px solid #cfe8d7;
  border-radius: 16px;
  padding: 1rem 1.1rem 1.1rem;
}
.avail-stay.pop { animation: avail-pop 0.35s ease; }
.avail-stay h3 {
  font-size: 1rem;
  margin-bottom: 0.55rem;
  color: #1a4731;
}
.avail-stay h3 i { color: #c9a227; margin-right: 0.3rem; }
.avail-stay-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: #355545;
}
.avail-stay-meta li { margin-bottom: 0.28rem; }
.avail-stay-meta i { color: #2d9a4e; margin-right: 0.3rem; }
.avail-est { font-size: 0.82rem; color: #6a5410; margin-bottom: 0.35rem; }
.avail-note { font-size: 0.78rem; color: #6a7b70; margin-bottom: 0.75rem; }
.avail-stay-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }

.avail-conditions { margin-top: 2.4rem; }
.avail-conditions h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  margin-bottom: 1rem;
}
.avail-conditions h2 i { color: #2d9a4e; margin-right: 0.35rem; }
.avail-cond {
  background: #fff;
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
  height: 100%;
  border: 1px solid #e4efe8;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
  animation: avail-fade-up 0.8s ease both;
}
.avail-cond > i {
  font-size: 1.45rem;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 0.7rem;
}
.avail-cond.how > i { background: #e7f7ec; color: #1e8449; }
.avail-cond.pay > i { background: #fff4d8; color: #c9a227; }
.avail-cond.hold > i { background: #fff0e4; color: #d4890c; }
.avail-cond.cancel {
  display: flex;
  gap: 0.9rem;
  background: linear-gradient(90deg, #fff, #f7fbf8);
}
.avail-cond.cancel > i { background: #eaf2ff; color: #2c6fbb; flex-shrink: 0; }
.avail-cond h3 { font-size: 1.02rem; margin-bottom: 0.45rem; }
.avail-cond p { font-size: 0.88rem; color: #4d6356; margin: 0; line-height: 1.65; }
.avail-cond blockquote {
  margin: 0.7rem 0;
  padding: 0.7rem 0.85rem;
  background: #f6faf7;
  border-left: 3px solid #2d9a4e;
  border-radius: 0 10px 10px 0;
  font-size: 0.86rem;
  color: #3d5446;
}
.avail-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-weight: 600;
  color: #1e7a3c;
  text-decoration: none;
}
.avail-policy-link:hover { color: #c9a227; }

.avail-toast {
  position: fixed;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%) translateY(12px);
  max-width: min(520px, calc(100% - 2rem));
  background: #163c2a;
  color: #fff;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
  z-index: 1080;
  font-size: 0.88rem;
  opacity: 0;
  pointer-events: none;
}
.avail-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@keyframes avail-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes avail-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(12px); }
}
@keyframes avail-pop {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: none; }
}
@keyframes avail-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
@keyframes avail-pulse-border {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 74, 61, 0.15); }
  50% { box-shadow: 0 0 0 6px rgba(217, 74, 61, 0.06); }
}

@media (max-width: 575.98px) {
  .avail-page .cal-day .bi { display: none; }
  .avail-nav-label { min-width: 0; }
}

.inner-page .accordion-item {
  border: 1px solid #e4efe8;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.inner-page .accordion-button {
  font-weight: 600;
  color: #1a4731;
  background: #fff;
}
.inner-page .accordion-button:not(.collapsed) {
  background: #e8f5ee;
  color: #1a4731;
  box-shadow: none;
}
.inner-page .accordion-button:focus { box-shadow: 0 0 0 3px rgba(45, 154, 78, 0.15); }

.amenity-tile {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 16px;
  padding: 1.25rem 1.3rem;
  height: 100%;
  box-shadow: 0 8px 22px rgba(26, 71, 49, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.amenity-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(26, 71, 49, 0.08);
}
.amenity-tile h5 {
  color: #1a4731;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.amenity-tile i { color: #2d9a4e; margin-right: 0.35rem; }

.include-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #e8f5ee;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.include-chip i { color: #2d9a4e; }

.service-card {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 16px;
  padding: 1.3rem 1.35rem;
  height: 100%;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
}
.service-card h3 {
  font-size: 1.08rem;
  color: #1a4731;
  margin-bottom: 0.65rem;
}
.service-card h3 i { color: #2d9a4e; margin-right: 0.35rem; }

.host-letter {
  background: #fff;
  border: 1px solid rgba(26, 71, 49, 0.08);
  border-radius: 18px;
  padding: 2rem 2.1rem 2.15rem;
  box-shadow: 0 16px 40px rgba(16, 45, 32, 0.06);
}
.host-letter-kicker {
  margin: 0 0 1.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d9a4e;
}
.host-letter h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  color: #1a4731;
  margin: 1.7rem 0 0.55rem;
  letter-spacing: -0.01em;
}
.host-letter h2:first-of-type { margin-top: 0; }
.host-letter p {
  color: #3d5246;
  line-height: 1.75;
  font-size: 0.97rem;
  margin-bottom: 0.85rem;
}
.host-greeting {
  font-size: 1.05rem !important;
  color: #1a4731 !important;
  font-weight: 500;
}
.host-motto {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.12rem !important;
  font-style: italic;
  font-weight: 500;
  color: #1a4731 !important;
  text-align: center;
  line-height: 1.55 !important;
  margin: 1.35rem 0 1.4rem !important;
  padding: 0.95rem 1rem;
  background: #f4faf6;
  border-radius: 12px;
  border-left: 3px solid #c9a227;
}
.host-aside { position: sticky; top: 5.5rem; }
.host-card {
  background: #fff;
  border: 1px solid rgba(26, 71, 49, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 45, 32, 0.07);
}
.host-portrait {
  margin: 0;
}
.host-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}
.host-card-body {
  padding: 1.15rem 1.2rem 1.3rem;
  text-align: center;
}
.host-card-kicker {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d9a4e;
  margin: 0 0 0.45rem;
}
.host-card strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a4731;
}
.host-card-role,
.host-card-place {
  display: block;
  font-size: 0.8rem;
  color: #5a6f62;
  margin-top: 0.2rem;
}
.host-card-place {
  margin-top: 0.45rem;
}
.host-card-place i { color: #2d9a4e; margin-right: 0.15rem; }
.btn-about-book {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  background: #1a4731;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.btn-about-book:hover { color: #fff; background: #163c2a; }
.host-letter .host-signoff-line {
  margin-bottom: 0.1rem;
  color: #1a4731;
  font-weight: 600;
}
.host-letter p:not(.host-signoff-line) + .host-signoff-line {
  margin-top: 1.5rem;
}
.host-letter .host-signoff-line + .host-signoff-line {
  margin-top: 0;
  font-weight: 500;
}

body.is-about {
  background: #f7faf8;
}
.about-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #f6f1e8;
  padding: 4.2rem 0 2.2rem;
}
.about-hero-media,
.about-hero-shade {
  position: absolute;
  inset: 0;
}
.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.04);
}
.about-hero-shade {
  background:
    linear-gradient(180deg, rgba(10, 28, 20, 0.25) 0%, rgba(10, 28, 20, 0.72) 100%);
}
.about-hero-copy {
  position: relative;
  z-index: 1;
}
.about-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e3c56a;
  margin: 0 0 0.55rem;
}
.about-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 18ch;
  margin: 0;
}
.about-lede {
  margin: 0.65rem 0 0;
  font-size: 1.02rem;
  color: rgba(246, 241, 232, 0.86);
}
.about-intro {
  padding: 1.7rem 0 0.4rem;
}
.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}
.about-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #fff;
  border: 1px solid #dceee4;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.about-chip i { color: #2d9a4e; }
.about-blurb {
  max-width: 46rem;
  margin-bottom: 1.25rem;
}
.about-blurb p {
  color: #44574a;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 0.7rem;
}
.about-blurb-lead {
  font-size: 1.05rem !important;
  color: #2a3d32 !important;
}
.about-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0.7rem;
  margin: 0 0 0.4rem;
}
.about-mosaic-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  height: 168px;
}
.about-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-body {
  padding: 1.4rem 0 2.4rem;
}
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.78fr);
  gap: 1.4rem;
  align-items: start;
}
.about-cta {
  padding: 0 0 3.4rem;
}
.about-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.2rem;
  background: #163c2a;
  color: #f6f1e8;
  border-radius: 16px;
  padding: 1.15rem 1.4rem;
}
.about-cta-copy {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
}
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.btn-about-primary,
.btn-about-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}
.btn-about-primary {
  background: #c9a227;
  color: #1a2e22;
}
.btn-about-primary:hover { color: #1a2e22; background: #d4b03a; }
.btn-about-ghost {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}
.btn-about-ghost:hover { color: #fff; background: rgba(255,255,255,0.08); }
@media (max-width: 991.98px) {
  .about-layout { grid-template-columns: 1fr; }
  .host-aside { position: static; order: -1; max-width: 360px; margin: 0 auto; }
  .host-letter { padding: 1.5rem 1.25rem 1.65rem; }
  .about-hero { min-height: 240px; padding: 3.4rem 0 1.8rem; }
  .about-mosaic { grid-template-columns: 1fr 1fr; }
  .about-mosaic-item:first-child { grid-column: 1 / -1; height: 190px; }
}
@media (max-width: 575.98px) {
  .about-mosaic { grid-template-columns: 1fr; }
  .about-mosaic-item,
  .about-mosaic-item:first-child { height: 160px; grid-column: auto; }
  .about-cta-inner { padding: 1.1rem 1.15rem; }
}



.prose {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #44574a;
  max-width: 46rem;
}

.reserve-hint {
  background: #fff8e8;
  border: 1px solid #f0e0b0;
  color: #6a5410;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  font-size: 0.88rem;
}

@media (max-width: 767.98px) {
  .inner-page .room-card img { height: 200px; }
  .inner-page .gallery-thumb img { height: 140px; }
  .page-hero { padding: 1.8rem 0 1.4rem; }
  .host-aside { position: static; }
}

/* Public gallery page â€” homepage does not load this file */
.gal-hero {
  background:
    radial-gradient(1000px 260px at 8% -30%, rgba(201, 162, 39, 0.22), transparent 55%),
    radial-gradient(800px 240px at 95% 10%, rgba(45, 154, 78, 0.18), transparent 50%),
    linear-gradient(180deg, #eef8f2 0%, #e8f3ec 100%) !important;
  overflow: hidden;
}
.gal-hero-glow {
  position: absolute;
  right: -40px;
  top: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.2), transparent 70%);
  animation: gal-float 8s ease-in-out infinite;
}
.gal-lead { max-width: 40rem; margin: 0.7rem 0 0.45rem; color: #4a6354; }
.gal-note {
  font-size: 0.82rem;
  color: #6a7b70;
  margin: 0 0 0.85rem;
}
.gal-note i { color: #c9a227; margin-right: 0.3rem; }
.gal-count {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid #dceee4;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(26, 71, 49, 0.06);
}
.gal-count i { color: #2d9a4e; }
.gal-body {
  background: linear-gradient(180deg, #f7fbf8 0%, #fbfcfb 100%);
}

.gal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}
.gal-chip {
  border: 1px solid #dceee4;
  background: #fff;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.gal-chip i { color: #2d9a4e; }
.gal-chip span {
  background: #e8f5ee;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.05rem 0.45rem;
  font-size: 0.7rem;
}
.gal-chip:hover { transform: translateY(-1px); box-shadow: 0 8px 16px rgba(26, 71, 49, 0.08); }
.gal-chip.is-on {
  background: linear-gradient(180deg, #2d9a4e, #1e7a3c);
  border-color: #1e7a3c;
  color: #fff;
  box-shadow: 0 8px 18px rgba(30, 122, 60, 0.25);
}
.gal-chip.is-on i,
.gal-chip.is-on span { color: #fff; background: rgba(255,255,255,.18); }

.gal-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 12px;
}
.gal-tile {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  background: #dceee4;
  min-height: 210px;
  box-shadow: 0 10px 24px rgba(26, 71, 49, 0.08);
  animation: gal-fade 0.55s ease both;
}
.gal-tile[hidden] { display: none !important; }
.gal-tile:nth-child(8n+1) { grid-column: span 2; grid-row: span 2; min-height: 440px; }
.gal-tile:nth-child(8n+4) { grid-column: span 2; }
.gal-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 210px;
  transition: transform 0.45s ease;
}
.gal-tile:nth-child(8n+1) img { min-height: 440px; }
.gal-tile-veil {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  padding: 0.9rem;
  background: linear-gradient(180deg, transparent 40%, rgba(22, 60, 42, 0.78));
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.gal-tile-veil i { font-size: 1.2rem; color: #ffe9a8; }
.gal-tile-veil strong { font-size: 0.82rem; font-weight: 600; }
.gal-tile:hover img { transform: scale(1.07); }
.gal-tile:hover .gal-tile-veil,
.gal-tile:focus-visible .gal-tile-veil { opacity: 1; }

.gal-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #5a6e5c;
}
.gal-empty i { font-size: 2.2rem; color: #2d9a4e; display: block; margin-bottom: 0.6rem; }

.gal-cta {
  margin-top: 2.2rem;
  background: linear-gradient(135deg, #163c2a, #1f6b40 70%, #c9a227 160%);
  color: #eef8f2;
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.gal-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 0.25rem;
}
.gal-cta p { margin: 0; font-size: 0.88rem; color: rgba(255,255,255,.8); }
.gal-cta-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.gal-cta .btn-outline-green {
  border-color: rgba(255,255,255,.55);
  color: #fff;
  background: transparent;
}
.gal-cta .btn-outline-green:hover { background: #fff; color: #1a4731; }

.gal-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.gal-lightbox[hidden] { display: none !important; }
.gal-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 20, 0.88);
  backdrop-filter: blur(6px);
}
.gal-lb-frame {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(960px, 100%);
  animation: gal-pop 0.28s ease;
}
.gal-lb-frame img {
  display: block;
  max-height: min(78vh, 820px);
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.gal-lb-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #e8f3ec;
  padding: 0.7rem 0.15rem 0;
  font-size: 0.88rem;
}
.gal-lb-close,
.gal-lb-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gal-lb-close { top: 1rem; right: 1rem; }
.gal-lb-nav.prev { left: 1rem; }
.gal-lb-nav.next { right: 1rem; }
.gal-lb-close:hover,
.gal-lb-nav:hover { background: #2d9a4e; }
body.gal-lb-open { overflow: hidden; }

@keyframes gal-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@keyframes gal-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes gal-pop {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 991.98px) {
  .gal-mosaic { grid-template-columns: repeat(2, 1fr); }
  .gal-tile:nth-child(8n+1),
  .gal-tile:nth-child(8n+4) { grid-column: span 1; grid-row: span 1; min-height: 210px; }
  .gal-tile:nth-child(8n+1) img { min-height: 210px; }
}
@media (max-width: 575.98px) {
  .gal-lb-nav {
    top: auto;
    bottom: 1.1rem;
    width: 40px;
    height: 40px;
  }
  .gal-lb-frame img { max-height: 68vh; }
}

/* Room detail â€” homepage does not load this file */
.rd-hero {
  background:
    radial-gradient(900px 240px at 88% -20%, rgba(201, 162, 39, 0.2), transparent 55%),
    linear-gradient(180deg, #eef8f2 0%, #e8f3ec 100%) !important;
}
.rd-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e7a3c;
  text-decoration: none;
  margin-bottom: 0.7rem;
}
.rd-back:hover { color: #c9a227; }
.rd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  margin: 0.85rem 0 0;
  color: #4a6354;
  font-size: 0.88rem;
  font-weight: 500;
}
.rd-hero-meta i { color: #c9a227; margin-right: 0.25rem; }
.rd-body { background: linear-gradient(180deg, #f7fbf8 0%, #fbfcfb 100%); }

.rd-gallery { margin-bottom: 1.6rem; }
.rd-main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  cursor: zoom-in;
  background: #dceee4;
  box-shadow: 0 18px 40px rgba(26, 71, 49, 0.12);
}
.rd-main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.rd-main:hover img { transform: scale(1.03); }
.rd-main-veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 60, 42, 0.18);
  color: #ffe9a8;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.rd-main:hover .rd-main-veil,
.rd-main:focus-visible .rd-main-veil { opacity: 1; }
.rd-kind {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(22, 60, 42, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.rd-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 0.55rem;
  margin-top: 0.7rem;
}
.rd-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  height: 78px;
  background: #dceee4;
  cursor: pointer;
}
.rd-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-thumb.is-on { border-color: #c9a227; box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25); }
.rd-thumb:hover { border-color: #2d9a4e; }

.rd-copy {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 18px;
  padding: 1.35rem 1.4rem 1.45rem;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
  margin-bottom: 1rem;
}
.rd-copy h2,
.rd-features h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.28rem;
  margin-bottom: 0.65rem;
}
.rd-copy p { color: #44574a; line-height: 1.8; margin-bottom: 0.85rem; }

.rd-features { margin-bottom: 0.5rem; }
.rd-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.rd-feature {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  box-shadow: 0 8px 20px rgba(26, 71, 49, 0.04);
}
.rd-feature i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f7ec;
  color: #1e8449;
  flex-shrink: 0;
}
.rd-feature strong { font-size: 0.86rem; color: #1a4731; font-weight: 600; line-height: 1.4; }
.rd-feature span { display: block; font-size: 0.78rem; color: #5a6e5c; font-weight: 500; margin-top: 0.1rem; }
.rd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}
.rd-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #e8f5ee;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 600;
}
.rd-chips i { color: #2d9a4e; }

.rd-book {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 22px;
  padding: 1.4rem 1.4rem 1.5rem;
  box-shadow: 0 18px 40px rgba(26, 71, 49, 0.08);
  position: sticky;
  top: 5.4rem;
}
.rd-book-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a227;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.rd-price {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  color: #1a4731;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}
.rd-price span {
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  color: #5a6e5c;
  font-weight: 500;
}
.rd-book-list {
  list-style: none;
  padding: 0.85rem 0 0;
  margin: 0.85rem 0;
  border-top: 1px solid #e4efe8;
}
.rd-book-list li {
  font-size: 0.88rem;
  color: #355545;
  margin-bottom: 0.4rem;
}
.rd-book-list i { color: #2d9a4e; margin-right: 0.35rem; }
.rd-pay {
  background: #fff8e8;
  border: 1px solid #f0e0b0;
  color: #6a5410;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font-size: 0.8rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.rd-book .btn-solid-green,
.rd-book .btn-outline-green { text-align: center; justify-content: center; }

.rd-other {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
  background: #163c2a;
  color: #e8f3ec;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  min-height: 88px;
  box-shadow: 0 12px 28px rgba(22, 60, 42, 0.18);
  transition: transform 0.2s ease;
}
.rd-other:hover { transform: translateY(-2px); color: #fff; }
.rd-other img {
  width: 96px;
  height: 88px;
  object-fit: cover;
  flex-shrink: 0;
}
.rd-other span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a227;
}
.rd-other strong { display: block; font-size: 1rem; }
.rd-other em { font-style: normal; font-size: 0.78rem; color: rgba(255,255,255,.7); }
.rd-other > i { margin-left: auto; margin-right: 1rem; color: #c9a227; }

@media (max-width: 991.98px) {
  .rd-main img { height: 320px; }
  .rd-book { position: static; }
  .rd-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .rd-main img { height: 240px; }
}

/* Reservation thank-you popup â€” homepage does not load this file */
.rsv-pop {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
}
.rsv-pop.is-open { display: flex; }
.rsv-pop-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 36, 26, 0.72);
  backdrop-filter: blur(8px);
}
.rsv-pop-card {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: linear-gradient(180deg, #fff 0%, #f4faf6 100%);
  border-radius: 24px;
  padding: 1.7rem 1.5rem 1.4rem;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  text-align: center;
  animation: rsv-pop-in 0.38s ease;
}
.rsv-pop-confetti {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
}
.rsv-pop-confetti::before,
.rsv-pop-confetti::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #c9a227;
  box-shadow:
    24px 18px 0 #2d9a4e, 70px 12px 0 #ee6b5e, 120px 28px 0 #2c6fbb,
    180px 10px 0 #c9a227, 240px 22px 0 #2d9a4e, 300px 8px 0 #ee6b5e,
    360px 20px 0 #2c6fbb, 420px 14px 0 #c9a227, 480px 24px 0 #2d9a4e,
    40px 40px 0 #2c6fbb, 200px 36px 0 #ee6b5e, 340px 42px 0 #c9a227;
  animation: rsv-confetti 2.8s ease-in-out infinite;
  opacity: 0.85;
}
.rsv-pop-confetti::after { top: 8px; left: 30px; animation-delay: -1.2s; }
.rsv-pop-x {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #e8f5ee;
  color: #1a4731;
  cursor: pointer;
}
.rsv-pop-badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3ecf7a, #1e8449);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 12px 28px rgba(30, 132, 73, 0.35);
  animation: rsv-badge 0.6s ease;
}
.rsv-pop-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a227;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.rsv-pop-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #1a4731;
  margin-bottom: 0.4rem;
}
.rsv-pop-lead {
  color: #4a6354;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0.95rem;
}
.rsv-pop-stay {
  background: #163c2a;
  color: #e8f3ec;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.rsv-pop-stay span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a227;
}
.rsv-pop-stay strong { font-size: 1.05rem; }
.rsv-pop-stay p { margin: 0.2rem 0 0; font-size: 0.84rem; color: rgba(255,255,255,.82); }
.rsv-pop-grid {
  display: grid;
  gap: 0.65rem;
  text-align: left;
  margin-bottom: 1.1rem;
}
.rsv-pop-grid article {
  border-radius: 14px;
  padding: 0.8rem 0.9rem 0.85rem;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.15rem 0.7rem;
}
.rsv-pop-grid article i {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.rsv-pop-grid h3 { font-size: 0.92rem; margin: 0 0 0.15rem; }
.rsv-pop-grid p { margin: 0; font-size: 0.8rem; line-height: 1.5; }
.rsv-pop-grid .pay { background: #e7f7ec; color: #1a4731; }
.rsv-pop-grid .pay i { background: #2d9a4e; color: #fff; }
.rsv-pop-grid .hold { background: #fff4d8; color: #6a5410; }
.rsv-pop-grid .hold i { background: #d4890c; color: #fff; }
.rsv-pop-grid .next { background: #eaf2ff; color: #1a3a63; }
.rsv-pop-grid .next i { background: #2c6fbb; color: #fff; }
.rsv-pop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.rsv-pop-policy {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e7a3c;
  text-decoration: none;
}
.rsv-pop-policy:hover { color: #c9a227; }
body.rsv-pop-open { overflow: hidden; }

/* Success popup â€” compact, no inner scroll */
.rsv-pop-card--success {
  width: min(420px, 100%);
  max-height: none;
  overflow: visible;
  padding: 1.35rem 1.2rem 1.15rem;
}
.rsv-pop-card--success .rsv-pop-badge {
  width: 56px;
  height: 56px;
  margin-bottom: 0.55rem;
  font-size: 1.55rem;
  box-shadow: 0 8px 20px rgba(30, 132, 73, 0.28);
}
.rsv-pop-card--success h2 {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}
.rsv-pop-card--success .rsv-pop-lead {
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}
.rsv-pop-card--success .rsv-pop-stay {
  margin-bottom: 0.7rem;
  padding: 0.7rem 0.85rem;
}
.rsv-pop-note {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  text-align: left;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #3d5246;
  background: #eef6f0;
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  margin: 0 0 1rem;
}
.rsv-pop-note i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #c9a227;
}
.rsv-pop-actions--success {
  flex-direction: column;
  gap: 0.45rem;
}
.rsv-pop-actions--success .btn-solid-green,
.rsv-pop-actions--success .btn-outline-green {
  width: 100%;
  justify-content: center;
}
.rsv-pop-actions--success .rsv-pop-policy {
  width: auto;
  margin-top: 0.15rem;
  font-size: 0.78rem;
}

@keyframes rsv-pop-in {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: none; }
}
@keyframes rsv-badge {
  0% { transform: scale(0.6); }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@keyframes rsv-confetti {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(8px); opacity: 1; }
}

.rsv-booking {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .rsv-booking {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
  }
}
.rsv-cal-page {
  margin: 0;
  padding: 0;
}
.rsv-cal-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  color: #1a4731;
  margin: 0 0 0.55rem;
}
.rsv-cal-title i { color: #2d9a4e; margin-right: 0.35rem; }
.rsv-cal-hint {
  display: block !important;
  margin: 0 0 0.45rem !important;
  font-size: 0.8rem !important;
}
.rsv-cal-fill {
  color: #4a6354;
  font-size: 0.9rem;
  max-width: 46rem;
  margin-bottom: 1rem;
}
.avail-stay--inline {
  margin: 0.55rem 0 0;
  padding: 0.6rem 0.75rem;
  background: #eef8f2;
  border-radius: 12px;
  border: 1px solid #cfe8d7;
}
.avail-stay--inline .avail-est {
  margin: 0 0 0.25rem;
  font-weight: 600;
}
.avail-stay--inline .avail-note {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
}
.avail-stay-meta--compact {
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}
.avail-stay-meta--compact li { margin-bottom: 0.2rem; }
.rsv-stay-summary {
  background: linear-gradient(180deg, #f0faf4, #fff);
  border: 1px solid #cfe8d7;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}
.rsv-stay-summary-title {
  font-size: 0.95rem;
  color: #1a4731;
  margin: 0 0 0.45rem;
  font-family: 'Playfair Display', serif;
}
.rsv-stay-summary-title i { color: #2d9a4e; margin-right: 0.35rem; }
.rsv-stay-summary-empty {
  margin: 0;
  font-size: 0.82rem;
  color: #6a7b70;
}
.rsv-stay-summary-body p {
  margin: 0 0 0.25rem;
  font-size: 0.85rem;
  color: #355545;
}
.rsv-stay-summary-body .js-rsv-est {
  font-size: 0.8rem;
  color: #6a5410;
  font-weight: 600;
  margin-top: 0.35rem;
}
.rsv-pop-card--confirm { max-width: 420px; }
.rsv-pop-badge--ask {
  background: linear-gradient(180deg, #f5d88a, #e0b04a);
  color: #5c4520;
}
.rsv-confirm-stay,
.rsv-confirm-guest {
  text-align: left;
  background: #f7fbf8;
  border: 1px solid #e4efe8;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.65rem;
  font-size: 0.88rem;
  color: #355545;
}
.rsv-confirm-stay p,
.rsv-confirm-guest p { margin: 0 0 0.35rem; }
.rsv-confirm-stay p:last-child,
.rsv-confirm-guest p:last-child { margin-bottom: 0; }
.rsv-confirm-est { font-weight: 600; color: #6a5410 !important; }
.rsv-accept {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.15rem 0 0.35rem;
  padding: 0.85rem 0.95rem;
  background: #f4faf6;
  border: 1px solid #d5eadc;
  border-radius: 12px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #355545;
  cursor: pointer;
}
.rsv-accept input {
  margin-top: 0.28rem;
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #1a4731;
}
.rsv-accept a {
  color: #1a4731;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.rsv-accept a:hover { color: #2d9a4e; }
.rsv-enquiry-cta {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px solid #dceee4;
  border-radius: 14px;
  background: #f4faf6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  text-align: left;
}
.rsv-enquiry-cta strong {
  display: block;
  color: #1a4731;
  font-size: 0.92rem;
  margin-bottom: 0.2rem;
}
.rsv-enquiry-cta p {
  margin: 0;
  font-size: 0.82rem;
  color: #5a7564;
  line-height: 1.45;
  max-width: 28rem;
}
.rsv-enquiry-cta .btn-outline-green {
  white-space: nowrap;
  flex-shrink: 0;
}

.book-path {
  background: #fff;
  border-bottom: 1px solid #e8f2ec;
  padding: 0.65rem 0;
}
.book-path-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  justify-content: center;
}
.book-path-item { flex: 1 1 0; min-width: min(100%, 9rem); max-width: 14rem; }
.book-path-link {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  border: 1px solid #e4efe8;
  background: #f7faf8;
  color: #3d5246;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
a.book-path-link:hover {
  border-color: #2d9a4e;
  color: #1a4731;
}
.book-path-num {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e8f2ec;
  color: #1a4731;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.book-path-label { line-height: 1.2; }
.book-path-item.is-current .book-path-link {
  background: #1a4731;
  border-color: #1a4731;
  color: #fff;
}
.book-path-item.is-current .book-path-num {
  background: rgba(255,255,255,.22);
  color: #fff;
}
.book-path-item.is-done .book-path-link {
  border-color: #c9e6d4;
  background: #eef8f1;
}
.book-path-item.is-done .book-path-num {
  background: #2d9a4e;
  color: #fff;
}

.enq-page-wrap { max-width: 960px; }
.enq-body { padding-top: 1.5rem; }
.enq-card { height: auto; margin-bottom: 0; }
.enq-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #1a4731;
  margin: 0 0 1rem;
}
.enq-aside-card {
  background: #163c2a;
  color: #e8f3ec;
  border-radius: 16px;
  padding: 1.25rem 1.2rem;
}
.enq-aside-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.enq-aside-title i { color: #c9a227; }
.enq-aside-lead {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  color: rgba(255,255,255,.88);
}
.enq-aside-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.82rem;
}
.enq-aside-list li {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  color: rgba(255,255,255,.85);
}
.enq-aside-list i { color: #3ecf7a; flex-shrink: 0; margin-top: 0.15rem; }
.enq-aside-reserve {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  font-size: 0.82rem;
}
.avail-enquiry-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #eef6f0;
  color: #1a4731;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}
.avail-enquiry-link:hover { background: #e0f0e6; color: #1e7a3c; }
.avail-card.is-active {
  box-shadow: 0 0 0 3px #c9a227, 0 16px 40px rgba(26, 71, 49, 0.1);
}

/* Experiences â€” photoshoot + Swiss dining */
.xp-hero {
  background:
    radial-gradient(900px 240px at 8% -40%, rgba(201, 162, 39, 0.22), transparent 55%),
    radial-gradient(800px 220px at 92% 0%, rgba(45, 154, 78, 0.16), transparent 50%),
    linear-gradient(180deg, #eef8f2 0%, #e8f3ec 100%) !important;
  overflow: hidden;
}
.xp-hero-glow {
  position: absolute;
  right: -60px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.28), transparent 68%);
  pointer-events: none;
}
.xp-lead { max-width: 40rem; margin-top: 0.6rem; }
.xp-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}
.xp-jump a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d5eadc;
  color: #1a4731;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(26, 71, 49, 0.06);
}
.xp-jump a:hover { background: #1a4731; color: #fff; border-color: #1a4731; }
.xp-body { padding-top: 2rem; }
.xp-offer {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 1.15fr;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 24px;
  padding: 1.4rem 1.5rem;
  margin-bottom: 1.6rem;
  box-shadow: 0 16px 40px rgba(26, 71, 49, 0.07);
}
.xp-swiss { grid-template-columns: 1.15fr minmax(240px, 0.9fr); }
.xp-swiss .xp-poster { order: 2; }
.xp-swiss .xp-copy { order: 1; }
.xp-shoot-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.xp-shoot-gallery .xp-shoot-main {
  grid-column: 1 / -1;
}
.xp-poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #f4f7f5;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 18px 36px rgba(26, 71, 49, 0.14);
}
.xp-poster img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 0.5s ease;
}
.xp-shoot-gallery .xp-shoot-main img {
  height: 360px;
  object-position: center 22%;
}
.xp-shoot-gallery .xp-poster:not(.xp-shoot-main) img {
  height: 168px;
  object-position: center 30%;
}
.xp-poster-swiss img { object-position: center 62%; }
.xp-poster:hover img { transform: scale(1.04); }
.xp-poster-veil {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(22, 60, 42, 0.88);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
}
.xp-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  margin: 0.35rem 0 0.85rem;
  letter-spacing: -0.02em;
}
.xp-copy p { color: #44574a; line-height: 1.8; font-size: 0.95rem; }
.xp-perfect {
  font-weight: 600;
  color: #1a4731 !important;
  margin-bottom: 0.55rem !important;
}
.xp-kicker-script {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #a67c00 !important;
  font-size: 1.05rem !important;
  margin-bottom: 0.45rem !important;
}
.xp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.xp-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.38rem 0;
  color: #1a4731;
  font-size: 0.92rem;
}
.xp-list i { color: #2d9a4e; margin-top: 0.15rem; }
.xp-list-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0.8rem;
}
.xp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.2rem 0 1rem;
}
.xp-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #e8f5ee;
  color: #1a4731;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.xp-pills span.is-gold {
  background: #f8efd2;
  color: #6a5410;
}
.xp-menu {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.xp-dish {
  background: linear-gradient(90deg, #f7fbf8, #fff);
  border: 1px solid #e4efe8;
  border-left: 3px solid #c9a227;
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
}
.xp-dish strong { display: block; color: #1a4731; font-size: 0.92rem; }
.xp-dish span { color: #5a6e5c; font-size: 0.8rem; }
.xp-note { font-size: 0.86rem !important; color: #5a6e5c !important; }
.xp-copy .btn-solid-green {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.35rem;
}
.xp-photo-note {
  font-size: 0.8rem;
  color: #6a7c6e;
  margin: 0.4rem 0 0;
}
.xp-teaser {
  background: #fff;
  border: 1px solid #e4efe8;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(26, 71, 49, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xp-teaser:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(26, 71, 49, 0.1);
  color: inherit;
}
.xp-teaser img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
}
.xp-teaser.is-swiss img { object-position: center 60%; }
.xp-teaser-body { padding: 1rem 1.1rem 1.15rem; }
.xp-teaser-body strong { display: block; color: #1a4731; font-size: 1.02rem; margin-bottom: 0.3rem; }
.xp-teaser-body p { color: #5a6e5c; font-size: 0.84rem; margin: 0 0 0.55rem; }
.xp-teaser-link { font-size: 0.8rem; font-weight: 600; color: #2d9a4e; }

@media (max-width: 991.98px) {
  .xp-offer,
  .xp-swiss { grid-template-columns: 1fr; }
  .xp-swiss .xp-poster,
  .xp-swiss .xp-copy { order: unset; }
  .xp-poster img { height: 420px; }
  .xp-shoot-gallery .xp-shoot-main img { height: 320px; }
  .xp-shoot-gallery .xp-poster:not(.xp-shoot-main) img { height: 150px; }
  .xp-list-inline { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .xp-offer { padding: 0.9rem; }
  .xp-poster img { height: 340px; }
  .xp-shoot-gallery .xp-shoot-main img { height: 280px; }
  .xp-shoot-gallery .xp-poster:not(.xp-shoot-main) img { height: 130px; }
}

.loc-hero { padding-bottom: 1.4rem; }
.loc-hero-addr {
  margin: 0.55rem 0 0;
  color: #5a6e5c;
  font-size: 0.95rem;
}
.loc-hero-addr i { color: #2d9a4e; margin-right: 0.3rem; }
.loc-map-section {
  background: #f4faf6;
  padding: 0 0 2.4rem;
}
#homestay-map { scroll-margin-top: 5.5rem; }
.loc-map-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  background: #dce8e1;
  box-shadow: 0 18px 50px rgba(16, 45, 32, 0.12);
}
.loc-map-stage iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}
.loc-map-card {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  width: min(100% - 2.5rem, 340px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border: 1px solid #e4efe8;
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 16px 40px rgba(16, 45, 32, 0.16);
}
.loc-map-kicker {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d9a4e;
  margin: 0 0 0.35rem;
}
.loc-map-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: #1a4731;
  margin: 0 0 0.4rem;
}
.loc-map-addr {
  font-size: 0.86rem;
  color: #5a6e5c;
  margin: 0 0 0.95rem;
  line-height: 1.45;
}
.loc-map-addr i { color: #2d9a4e; margin-right: 0.25rem; }
.loc-map-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.loc-map-actions .btn-outline-green {
  justify-content: center;
  text-align: center;
}
.loc-copy { padding-top: 2.2rem; }
.loc-copy-wrap { max-width: 46rem; }
@media (max-width: 767.98px) {
  .loc-map-stage iframe { height: 380px; }
  .loc-map-card {
    position: static;
    width: 100%;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
  }
}

.place-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.place-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(16, 45, 32, .08);
  height: 100%;
}
.place-card-photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.place-card-body { padding: 1rem 1.1rem 1.15rem; }
.place-card-body h3 {
  font-size: 1.05rem;
  color: var(--green-dark);
  margin: 0 0 .25rem;
}
.place-note {
  font-size: .75rem;
  font-weight: 600;
  color: var(--green-mid);
  margin: 0 0 .4rem;
}
.place-card-body p { font-size: .84rem; color: var(--text-muted); margin: 0; }
@media (max-width: 991.98px) {
  .place-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .place-grid { grid-template-columns: 1fr; }
}
