:root {
  --leaf: #18311f;
  --moss: #526844;
  --sage: #b8c4a2;
  --rain: #edf2e8;
  --mist: #fbfaf4;
  --gold: #bd9143;
  --clay: #9a6044;
  --ink: #152018;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(17, 31, 17, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f9f8ef 0, #f2f4ec 44%, #fbfaf4 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(189, 145, 67, 0.1), transparent 26%),
    linear-gradient(245deg, rgba(82, 104, 68, 0.12), transparent 30%);
}

img {
  display: block;
  max-width: 100%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(251, 250, 244, 0.78);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(11, 24, 14, 0.18);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  color: var(--leaf);
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
}

.brand span {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav a,
.header-book,
.primary-action,
.secondary-action,
.menu-toggle {
  min-height: 42px;
  border-radius: 8px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-nav a {
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(24, 33, 22, 0.78);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(86, 101, 61, 0.12);
  color: var(--leaf);
}

.header-book,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  line-height: 1.1;
}

.header-book,
.primary-action {
  padding: 12px 15px;
  color: var(--white);
  background: var(--leaf);
}

.secondary-action {
  padding: 12px 16px;
  color: var(--leaf);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(36, 53, 34, 0.15);
}

.secondary-action.dark {
  background: transparent;
  border-color: rgba(36, 53, 34, 0.28);
}

.primary-action:hover,
.header-book:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  border: 0;
  color: var(--leaf);
  background: rgba(36, 53, 34, 0.08);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--mist));
  pointer-events: none;
}

.hero picture,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(10, 22, 13, 0.86) 0%, rgba(10, 22, 13, 0.62) 42%, rgba(10, 22, 13, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 150px 0 64px;
}

.hero-text {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d8b96a;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.9rem, 6.4vw, 5.9rem);
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  color: var(--leaf);
  font-size: clamp(2.05rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 1.02rem;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.88);
}

.quick-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: var(--ink);
  background: rgba(251, 250, 244, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 18, 11, 0.3);
  backdrop-filter: blur(18px);
}

.booking-card h2 {
  margin: 0;
  font-size: 2rem;
}

.booking-card .eyebrow {
  margin-bottom: 4px;
}

.booking-card label {
  display: grid;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(21, 32, 24, 0.74);
}

.booking-card input,
.booking-card select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(36, 53, 34, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
}

.booking-card input:focus,
.booking-card select:focus {
  outline: 2px solid rgba(189, 145, 67, 0.45);
  border-color: rgba(189, 145, 67, 0.5);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booking-card button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 44px;
  width: 34px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 10px;
  opacity: 0.78;
}

.scroll-cue span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
}

.section-pad {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.amenities span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid rgba(36, 53, 34, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--leaf);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(17, 31, 17, 0.05);
}

.activities {
  padding-top: 52px;
}

.activities-heading {
  max-width: 820px;
}

.activities-heading p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(24, 33, 22, 0.68);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.activity-grid article {
  overflow: hidden;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(17, 31, 17, 0.08);
}

.activity-grid img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.activity-grid article div {
  padding: 20px;
}

.activity-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--clay);
}

.activity-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.activity-grid p {
  margin-bottom: 0;
  color: rgba(24, 33, 22, 0.68);
}

.trip-ideas {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 78px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(237, 242, 232, 0.78)),
    url("IMG-20250709-WA0024.jpg.jpeg") center/cover;
  box-shadow: var(--shadow);
}

.trip-copy p:not(.eyebrow) {
  color: rgba(24, 33, 22, 0.7);
}

.idea-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.idea-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 13px 14px;
  border: 1px solid rgba(36, 53, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--leaf);
  font-weight: 800;
}

.idea-list svg {
  color: var(--clay);
}

.places-section {
  padding-top: 0;
}

.places-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: end;
  max-width: none;
}

.places-heading > p {
  margin: 0 0 24px;
  color: rgba(24, 33, 22, 0.68);
}

.places-carousel {
  overflow: hidden;
}

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

.carousel-top p {
  margin: 0;
  color: rgba(24, 33, 22, 0.66);
  font-weight: 800;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 53, 34, 0.14);
  border-radius: 50%;
  color: var(--leaf);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  background: var(--white);
}

.places-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 34%);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 2px;
  padding: 2px 2px 18px;
  scrollbar-width: thin;
  scrollbar-color: rgba(36, 53, 34, 0.32) transparent;
}

.places-track::-webkit-scrollbar {
  height: 8px;
}

.places-track::-webkit-scrollbar-thumb {
  background: rgba(36, 53, 34, 0.32);
  border-radius: 999px;
}

.places-track article {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 34px rgba(17, 31, 17, 0.07);
}

.places-track article img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.places-track article div {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 22px;
}

.place-type {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.places-track h3 {
  margin-bottom: 9px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.12;
}

.places-track p:not(.place-type) {
  margin-bottom: 14px;
  color: rgba(24, 33, 22, 0.68);
}

.places-track small {
  display: block;
  margin-top: auto;
  color: rgba(24, 33, 22, 0.58);
  font-weight: 800;
}

.places-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(189, 145, 67, 0.22);
  border-radius: 8px;
  background: rgba(189, 145, 67, 0.09);
}

.places-note svg {
  color: var(--gold);
}

.places-note p {
  margin: 0;
  color: rgba(24, 33, 22, 0.72);
  font-weight: 700;
}

.travel-notes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.travel-notes-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 34px rgba(17, 31, 17, 0.06);
}

.travel-notes-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--clay);
}

.travel-notes-grid span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.travel-notes-grid h3 {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.travel-notes-grid p {
  margin-bottom: 0;
  color: rgba(24, 33, 22, 0.68);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
}

.intro-copy p:not(.eyebrow),
.map-copy p,
.booking-band p,
.site-footer p {
  color: rgba(24, 33, 22, 0.72);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background: rgba(36, 53, 34, 0.1);
  box-shadow: 0 18px 50px rgba(17, 31, 17, 0.08);
}

.feature-grid article {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.feature-grid svg,
.experience-list span {
  color: var(--clay);
}

.feature-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  width: min(1120px, calc(100% - 32px));
  margin: 8px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--leaf);
  box-shadow: var(--shadow);
}

.showcase-image {
  min-height: 520px;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    var(--leaf);
}

.showcase-copy h2 {
  color: var(--white);
}

.showcase-copy p:not(.eyebrow) {
  margin-bottom: 28px;
}

.mini-stats {
  display: grid;
  gap: 10px;
}

.mini-stats span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.mini-stats strong {
  color: #d8b96a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

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

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 10px;
}

.photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #d9ddcc;
}

.photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 22, 13, 0.18));
  opacity: 0;
  transition: opacity 240ms ease;
}

.photo-grid figure.large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.photo-grid figure:hover img {
  transform: scale(1.04);
}

.photo-grid figure:hover::after {
  opacity: 1;
}

.blog-section {
  padding-top: 20px;
}

.blog-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: 30px;
  align-items: end;
  max-width: none;
}

.blog-heading > p {
  margin: 0 0 24px;
  color: rgba(24, 33, 22, 0.68);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.blog-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(17, 31, 17, 0.07);
}

.blog-card.featured {
  grid-column: span 2;
  padding: 0;
  overflow: hidden;
}

.blog-card.featured img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.blog-card.featured div {
  padding: 24px;
}

.blog-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: var(--clay);
}

.blog-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.blog-card p {
  margin-bottom: 0;
  color: rgba(24, 33, 22, 0.68);
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 56px;
  border-top: 1px solid rgba(36, 53, 34, 0.12);
  border-bottom: 1px solid rgba(36, 53, 34, 0.12);
}

.experience-list {
  display: grid;
  gap: 14px;
}

.experience-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(36, 53, 34, 0.12);
}

.experience-list div:last-child {
  border-bottom: 0;
}

.experience-list span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.experience-list p {
  margin: 0;
  font-size: 1.05rem;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: stretch;
}

.map-copy {
  align-self: center;
}

.map-placeholder {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 32px;
  border: 1px solid rgba(36, 53, 34, 0.1);
  border-radius: 6px;
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 68% 58%, rgba(255, 255, 255, 0.92) 0 4px, transparent 5px),
    linear-gradient(90deg, rgba(36, 53, 34, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(36, 53, 34, 0.07) 1px, transparent 1px),
    #e4eadb;
  background-size: 44px 44px;
  box-shadow: var(--shadow);
}

.map-lines {
  position: absolute;
  inset: -20%;
  opacity: 0.45;
  background:
    linear-gradient(130deg, transparent 42%, rgba(168, 94, 67, 0.55) 43%, rgba(168, 94, 67, 0.55) 45%, transparent 46%),
    linear-gradient(35deg, transparent 48%, rgba(86, 101, 61, 0.55) 49%, rgba(86, 101, 61, 0.55) 51%, transparent 52%);
}

.pin {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--white);
  background: var(--clay);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(168, 94, 67, 0.32);
}

.map-placeholder p {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 28px;
  right: 28px;
  margin: 0;
  padding: 14px 16px;
  color: var(--leaf);
  font-weight: 800;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}

.booking-band {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 82px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 40px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(189, 145, 67, 0.2), transparent 38%),
    linear-gradient(90deg, rgba(36, 53, 34, 0.96), rgba(86, 101, 61, 0.92)),
    url("IMG-20250709-WA0024.jpg.jpeg") center/cover;
  border-radius: 6px;
}

.booking-band h2,
.booking-band p {
  color: var(--white);
}

.booking-band h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.booking-band p {
  max-width: 620px;
  margin-bottom: 0;
  opacity: 0.84;
}

.booking-band .primary-action {
  flex: 0 0 auto;
  background: var(--gold);
  color: var(--leaf);
}

.site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(36, 53, 34, 0.12);
}

.site-footer div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--leaf);
}

.site-footer img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.site-footer p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #1f7a45;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(17, 31, 17, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(17, 31, 17, 0.34);
}

.floating-whatsapp svg {
  width: 25px;
  height: 25px;
}

svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke-width: 2.2;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav,
  .header-book {
    display: none;
  }

  .site-header.nav-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 2px;
    padding-top: 8px;
  }

  .site-header.nav-open .site-nav a {
    padding: 12px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .booking-card {
    max-width: 560px;
  }

  .intro,
  .experience,
  .map-section {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 190px;
  }

  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trip-ideas {
    grid-template-columns: 1fr;
  }

  .places-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .places-heading > p {
    margin-bottom: 20px;
  }

  .places-track {
    grid-auto-columns: minmax(300px, 48%);
  }

  .travel-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase {
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 340px;
  }

  .booking-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 116px;
    padding-bottom: 42px;
    gap: 24px;
  }

  h1 {
    font-size: clamp(2.4rem, 13vw, 3.55rem);
    margin-bottom: 14px;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .quick-notes {
    gap: 8px;
    margin-top: 20px;
  }

  .quick-notes span {
    width: auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.82rem;
  }

  .booking-card {
    padding: 18px;
  }

  .booking-card h2 {
    font-size: 1.7rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .amenities {
    width: calc(100% - 28px);
  }

  .scroll-cue {
    display: none;
  }

  .showcase {
    width: calc(100% - 28px);
  }

  .showcase-image {
    min-height: 280px;
  }

  .showcase-copy {
    padding: 26px;
  }

  .floating-whatsapp {
    display: none;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .section-pad {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .activity-grid {
    grid-template-columns: 1fr;
  }

  .trip-ideas {
    width: calc(100% - 28px);
    margin-bottom: 58px;
    padding: 22px;
  }

  .idea-list {
    grid-template-columns: 1fr;
  }

  .carousel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .places-track {
    grid-auto-columns: minmax(270px, 88%);
  }

  .places-track article img {
    height: 190px;
  }

  .places-track article div {
    min-height: 240px;
  }

  .travel-notes-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid figure.large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .map-placeholder {
    min-height: 330px;
  }

  .booking-band {
    width: calc(100% - 28px);
    margin-bottom: 58px;
    padding: 24px;
  }

  .site-footer {
    width: calc(100% - 28px);
  }
}
