:root {
  --forest: #23372b;
  --moss: #6d7f53;
  --sage: #dfe7d5;
  --cream: #fbf7ef;
  --clay: #b56f4a;
  --ink: #182019;
  --muted: #647062;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(24, 32, 25, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  backdrop-filter: blur(18px);
  background: rgba(251, 247, 239, .82);
  border-bottom: 1px solid rgba(35, 55, 43, .08);
}

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--forest); color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 600; }
.nav-cta { color: var(--clay); }

.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 80% 15%, rgba(181, 111, 74, .18), transparent 34%),
    linear-gradient(135deg, #fbf7ef 0%, #eef2e5 100%);
}

.eyebrow, .section-kicker {
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: 12px;
}

h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--forest);
  line-height: .98;
  margin: 0;
}

h1 { font-size: clamp(48px, 8vw, 92px); max-width: 820px; }
h2 { font-size: clamp(34px, 5vw, 58px); }
h3 { margin: 0 0 10px; color: var(--forest); }

.hero-copy {
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.5;
  color: var(--muted);
  max-width: 620px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-actions.center { justify-content: center; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 22px; border-radius: 999px;
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: var(--cream); box-shadow: var(--shadow); }
.button.secondary { background: rgba(255,255,255,.72); border: 1px solid rgba(35,55,43,.14); }

.social-proof { margin-top: 28px; color: var(--muted); }
.social-proof strong { color: var(--forest); }

.hero-card {
  min-height: 580px;
  border-radius: 42px;
  padding: 18px;
  background: rgba(255,255,255,.45);
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  height: 540px;
  display: block;
  object-fit: cover;
  object-position: center 72%;
  border-radius: 30px;
}

.card-image {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  margin-bottom: 22px;
}

.section { padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px); }
.intro { text-align: center; max-width: 940px; margin: 0 auto; }
.intro p:last-child { color: var(--muted); font-size: 19px; line-height: 1.7; }

.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.card {
  background: var(--white);
  border: 1px solid rgba(35,55,43,.08);
  border-radius: 30px;
  padding: 18px 18px 28px;
  box-shadow: 0 14px 40px rgba(24,32,25,.08);
}
.card p, .features p, .location p, .cta p { color: var(--muted); line-height: 1.65; }
.card ul { padding-left: 18px; color: var(--muted); }
.card-button { margin-top: 8px; }

.experience { background: var(--forest); color: var(--cream); }
.experience h2, .experience h3 { color: var(--cream); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.features div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 28px;
}
.features span { font-size: 32px; }

.instagram-section {
  background: linear-gradient(180deg, var(--cream), #f3eadf);
}
.instagram-heading { align-items: center; }
.instagram-widget {
  min-height: 360px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(35,55,43,.08);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(24,32,25,.10);
}
.instagram-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.location-box, .cta {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.cta {
  background: var(--sage);
  border-radius: 38px;
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
  margin-bottom: 80px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  padding: 32px 20px;
  color: var(--muted);
  border-top: 1px solid rgba(35,55,43,.08);
}
footer strong { color: var(--forest); }

@media (max-width: 820px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; }
  .hero-photo { height: 360px; }
  .cards, .features { grid-template-columns: 1fr; }
  .instagram-widget { min-height: 320px; }
  .section-heading { display: block; }
}

.booking-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 20px;
}

.booking-row .card-button {
  width: 100%;
  margin-top: 0;
}

.availability-card {
  border: 1px solid rgba(35,55,43,.10);
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(223,231,213,.38));
}

.availability-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.availability-label {
  display: block;
  color: var(--clay);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.availability-month {
  color: var(--forest);
  font-size: 15px;
}

.availability-controls {
  display: flex;
  gap: 6px;
}

.availability-controls button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(35,55,43,.14);
  border-radius: 999px;
  background: var(--white);
  color: var(--forest);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-weekday {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  padding: 4px 0;
}

.calendar-day {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.calendar-day.blank {
  background: transparent;
}

.calendar-day.is-available {
  background: rgba(109, 127, 83, .18);
  color: var(--forest);
}

.calendar-day.is-blocked {
  background: rgba(181, 111, 74, .18);
  color: rgba(24,32,25,.48);
  text-decoration: line-through;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
}

.calendar-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.calendar-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.calendar-legend .available { background: rgba(109, 127, 83, .45); }
.calendar-legend .blocked { background: rgba(181, 111, 74, .45); }

.calendar-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}


.location {
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 111, 74, .13), transparent 30%),
    linear-gradient(180deg, var(--cream), #f2eadf);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.location-layout .location-box {
  text-align: left;
  max-width: 620px;
  margin: 0;
}

.distance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 22px;
}

.distance-grid div {
  padding: 18px;
  border: 1px solid rgba(35,55,43,.10);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(24,32,25,.06);
}

.distance-grid strong {
  display: block;
  color: var(--clay);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-family: "Playfair Display", Georgia, serif;
}

.distance-grid span {
  display: block;
  color: var(--forest);
  font-weight: 800;
  margin-top: 6px;
}

.map-link { margin-top: 4px; }

.map-card {
  overflow: hidden;
  border: 1px solid rgba(35,55,43,.10);
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
}

.map-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 16px 20px;
  color: var(--muted);
  font-size: 14px;
}

.map-caption strong { color: var(--forest); }

@media (max-width: 900px) {
  .location-layout { grid-template-columns: 1fr; }
  .location-layout .location-box { text-align: center; max-width: 880px; margin: 0 auto; }
  .distance-grid { max-width: 520px; margin-left: auto; margin-right: auto; }
  .map-card iframe { height: 340px; }
}

@media (max-width: 520px) {
  .distance-grid { grid-template-columns: 1fr; }
}
