:root {
  --bg: #f4ede3;
  --bg-deep: #e8dccd;
  --surface: rgba(255, 249, 242, 0.84);
  --surface-strong: #fffaf4;
  --text: #1e1916;
  --muted: #6d6258;
  --line: rgba(77, 59, 42, 0.14);
  --line-strong: rgba(77, 59, 42, 0.24);
  --primary: #ba6a38;
  --primary-deep: #8f4d24;
  --secondary: #2f5b4f;
  --shadow: 0 24px 60px rgba(55, 39, 25, 0.13);
  --shadow-soft: 0 14px 34px rgba(55, 39, 25, 0.08);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(224, 165, 109, 0.32), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(69, 112, 96, 0.16), transparent 24%),
    linear-gradient(180deg, #f8f2e8 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 88%);
}

body.modal-open {
  overflow: hidden;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 42px;
}

.hero {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 233, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-header {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 233, 0.92)),
    url("a8eec7cf-18b1-4998-8e8b-5c0cf468faa9.jpg") center/cover;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-heading {
  max-width: 820px;
  padding: 34px 0 18px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -25% auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 119, 69, 0.16), transparent 68%);
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 56px;
}

.brand,
.nav a {
  text-decoration: none;
  color: var(--text);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(77, 59, 42, 0.16);
  border-radius: 50%;
  object-fit: cover;
  background: #fffaf4;
  box-shadow: var(--shadow-soft);
}

.nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px;
  border: 1px solid rgba(77, 59, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(14px);
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.93rem;
  color: var(--muted);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  transform: translateY(-1px);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary);
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Fraunces", serif;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.25rem, 7vw, 5.9rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.42rem;
  line-height: 1.15;
}

.lead,
.info-card p,
.listing-card p,
.contact-copy p,
.contact-note {
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: 1.06rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-highlights span {
  padding: 10px 14px;
  border: 1px solid rgba(77, 59, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.hero-actions,
.contact-actions,
.booking-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 16px 28px rgba(143, 77, 36, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(77, 59, 42, 0.12);
}

.button-pay {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), #1f4038);
  box-shadow: 0 16px 28px rgba(47, 91, 79, 0.24);
}

.button-disabled {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

.hero-card,
.info-card,
.listing-card,
.contact-box,
.booking-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
}

.hero-card-media {
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.2)),
    url("a9ea94fb-daf1-44c0-9f05-b1c0b482ef30.jpg") center/cover;
}

.hero-card-body {
  padding: 24px 24px 26px;
}

.card-label,
.contact-label,
.listing-status,
.info-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-label,
.contact-label,
.listing-status {
  background: rgba(53, 95, 79, 0.1);
  color: var(--secondary);
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.85;
}

.section {
  padding: 92px 6px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.stay-grid,
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.listing-card {
  padding: 24px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.76)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), transparent);
  z-index: -1;
}

.photo-card h3,
.photo-card p,
.photo-card .inline-link,
.photo-card .listing-status,
.photo-card .info-kicker {
  color: #fff;
}

.photo-card p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.photo-card .listing-status,
.photo-card .info-kicker {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.inline-link {
  display: inline-block;
  margin-top: 14px;
  color: #fff4df;
  font-weight: 800;
  text-decoration: none;
}

.inline-link:hover,
.inline-link:focus-visible {
  text-decoration: underline;
}

.living-card {
  background-image: url("a9ea94fb-daf1-44c0-9f05-b1c0b482ef30.jpg");
}

.bedroom-card {
  background-image: url("60c860a1-06e0-4c02-b263-3dbaf6fc66cc.jpg");
}

.kitchen-card {
  background-image: url("707b4f6b-744a-4fcd-b2d5-87e543a18424.jpg");
}

.bathroom-card {
  background-image: url("d187d75f-369d-4eea-96d3-37f7dea96115.jpg");
}

.upcoming-listing {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.86), rgba(245, 237, 226, 0.9));
}

.upcoming-listing .listing-status {
  background: rgba(191, 119, 69, 0.12);
  color: var(--primary-deep);
}

.gallery-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, 220px);
  gap: 8px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.gallery-item,
.gallery-view-all {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #ddd;
  cursor: pointer;
}

.gallery-featured {
  grid-row: 1 / span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 220ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.96);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  background: rgba(0, 0, 0, 0.08);
}

.gallery-view-all {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(30, 25, 22, 0.16);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 16, 14, 0.78);
  backdrop-filter: blur(10px);
}

.gallery-modal-content {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  grid-template-rows: auto minmax(0, 72vh) auto;
  gap: 14px;
  align-items: center;
}

.gallery-modal-topbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.gallery-modal-topbar p,
.gallery-caption {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.gallery-close,
.gallery-nav {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.gallery-close {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
}

.gallery-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.gallery-modal-content img {
  width: 100%;
  height: 100%;
  max-height: 72vh;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
}

.gallery-caption {
  grid-column: 1 / -1;
  text-align: center;
}

.booking-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 34px;
  padding: 36px;
  background:
    linear-gradient(145deg, rgba(255, 250, 244, 0.96), rgba(237, 229, 218, 0.9)),
    url("c8b78981-aead-4290-87c8-13c13ad153f6.jpg") center/cover;
  overflow: hidden;
}

.booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.72));
  pointer-events: none;
}

.booking-copy,
.booking-form {
  position: relative;
  z-index: 1;
}

.booking-copy p,
.booking-note {
  color: var(--muted);
  line-height: 1.72;
}

.booking-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.booking-benefits span {
  padding: 10px 12px;
  border: 1px solid rgba(47, 91, 79, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--secondary);
  font-size: 0.84rem;
  font-weight: 800;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(77, 59, 42, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.booking-form-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 4px;
}

.booking-step {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.availability-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(47, 91, 79, 0.14);
  border-radius: 999px;
  color: var(--secondary);
  background: rgba(47, 91, 79, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
}

.date-range-field,
.booking-summary,
.booking-actions,
.booking-note {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 0 16px;
  color: var(--text);
  font: inherit;
  background: rgba(255, 252, 248, 0.92);
  box-shadow: 0 10px 24px rgba(55, 39, 25, 0.05);
}

.booking-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--secondary) 50%),
    linear-gradient(135deg, var(--secondary) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--secondary);
  outline: 3px solid rgba(47, 91, 79, 0.14);
}

.booking-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(77, 59, 42, 0.12);
  border-radius: 18px;
  background: rgba(77, 59, 42, 0.1);
}

.booking-summary div {
  padding: 16px;
  background: rgba(255, 250, 244, 0.92);
}

.booking-summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-summary strong {
  display: block;
  min-height: 22px;
  color: var(--text);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}

.booking-actions .button {
  flex: 1 1 210px;
}

.flatpickr-calendar {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 12px;
  box-shadow: var(--shadow);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.flatpickr-calendar.open {
  transform: translateY(0) scale(1);
}

.flatpickr-months {
  align-items: center;
  margin-bottom: 8px;
}

.flatpickr-months .flatpickr-month {
  height: 42px;
}

.flatpickr-current-month {
  padding-top: 9px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: var(--secondary);
  font-size: 1.8rem;
  line-height: 34px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--primary-deep);
  background: rgba(186, 106, 56, 0.1);
  transform: translateY(-1px);
}

.flatpickr-weekday {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.flatpickr-day {
  height: 40px;
  max-width: 40px;
  border-radius: 12px;
  color: var(--text);
  line-height: 40px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease,
    transform 150ms ease, box-shadow 150ms ease;
}

.flatpickr-day:hover {
  border-color: rgba(47, 91, 79, 0.22);
  background: rgba(47, 91, 79, 0.08);
  transform: translateY(-1px);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 18px rgba(143, 77, 36, 0.2);
}

.flatpickr-day.inRange {
  border-color: rgba(186, 106, 56, 0.12);
  background: rgba(186, 106, 56, 0.14);
  box-shadow: -5px 0 0 rgba(186, 106, 56, 0.14), 5px 0 0 rgba(186, 106, 56, 0.14);
}

.flatpickr-day.today {
  border-color: var(--secondary);
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  color: rgba(109, 98, 88, 0.42);
  text-decoration: line-through;
  transform: none;
}

.booking-note {
  margin: 0;
  font-size: 0.92rem;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 22px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.92), rgba(236, 227, 215, 0.84));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: auto auto -90px -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 95, 79, 0.14), transparent 68%);
  pointer-events: none;
}

.contact-copy,
.contact-box {
  position: relative;
  z-index: 1;
}

.contact-box {
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(77, 59, 42, 0.1);
}

.contact-number {
  display: block;
  margin-bottom: 14px;
  color: var(--text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.contact-note {
  margin: 0;
}

.contact-note + .contact-note {
  margin-top: 10px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 6px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--primary-deep);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-content,
  .contact-panel,
  .booking-panel,
  .stay-grid,
  .collection-grid {
    grid-template-columns: 1fr;
  }

  .hero-card-media {
    min-height: 240px;
  }

  h1 {
    max-width: 12ch;
  }
}

@media (max-width: 680px) {
  body {
    background:
      radial-gradient(circle at 10% 0%, rgba(224, 165, 109, 0.2), transparent 30%),
      linear-gradient(180deg, #f8f2e8 0%, var(--bg) 100%);
  }

  .site-shell {
    width: min(100% - 16px, 1180px);
    margin: 8px auto 28px;
  }

  .hero,
  .page-header {
    padding: 16px;
    border-radius: 24px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 34px;
  }

  .brand {
    gap: 10px;
    font-size: 1.32rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
  }

  .nav-links a {
    padding: 10px 8px;
    text-align: center;
    font-size: 0.86rem;
  }

  .hero-content {
    gap: 22px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 16vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.35rem);
  }

  h3 {
    font-size: 1.22rem;
  }

  .lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-highlights span {
    flex: 1 1 100%;
    padding: 9px 12px;
  }

  .hero-actions,
  .contact-actions,
  .booking-actions {
    gap: 10px;
  }

  .button,
  .booking-actions .button {
    width: 100%;
    min-height: 52px;
    flex-basis: 100%;
    padding: 0 18px;
  }

  .section {
    padding: 64px 0 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .hero-card-media {
    min-height: 220px;
  }

  .hero-card-body {
    padding: 20px;
  }

  .contact-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .booking-panel {
    gap: 22px;
    padding: 18px;
    border-radius: 24px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .booking-form-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-benefits span {
    flex: 1 1 100%;
  }

  .gallery-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-radius: 22px;
    box-shadow: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-item {
    min-width: 86%;
    height: 310px;
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    scroll-snap-align: start;
  }

  .gallery-featured {
    grid-row: auto;
  }

  .gallery-view-all {
    position: sticky;
    right: 10px;
    align-self: flex-end;
    min-width: max-content;
    margin-left: -156px;
    margin-bottom: 12px;
  }

  .gallery-modal {
    padding: 12px;
  }

  .gallery-modal-content {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: auto minmax(0, 70vh) auto;
    gap: 10px;
  }

  .gallery-modal-content img {
    max-height: 70vh;
    border-radius: 14px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .booking-form input,
  .booking-form select {
    min-height: 52px;
    border-radius: 16px;
  }

  .booking-summary {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .booking-summary div {
    padding: 14px;
  }

  .flatpickr-calendar {
    width: min(calc(100vw - 28px), 330px);
    max-width: calc(100vw - 28px);
  }

  .flatpickr-days,
  .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .flatpickr-day {
    max-width: none;
  }

  .contact-number {
    font-size: clamp(1.35rem, 8vw, 1.85rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 28px;
  }

  .site-footer div {
    flex-direction: column;
    gap: 10px;
  }

  .photo-card,
  .upcoming-listing {
    min-height: 280px;
  }
}

@media (max-width: 380px) {
  .brand span {
    max-width: 180px;
  }

  .nav-links {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 10ch;
    font-size: 2.35rem;
  }

  .booking-panel,
  .contact-panel,
  .hero,
  .page-header {
    padding: 14px;
  }

  .booking-form {
    padding: 14px;
  }

  .flatpickr-calendar {
    width: calc(100vw - 24px);
  }
}
