:root {
  --ink: #1f2a24;
  --muted: #66736b;
  --paper: #f7f3eb;
  --paper-strong: #fffaf0;
  --green: #31463b;
  --green-deep: #213229;
  --lake: #496f82;
  --clay: #a85f3f;
  --sand: #d8c8ad;
  --line: rgba(31, 42, 36, 0.14);
  --shadow: 0 22px 70px rgba(25, 37, 31, 0.16);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

body.no-scroll {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 48px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background: rgba(247, 243, 235, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.42);
}

.site-header.scrolled .brand-mark {
  box-shadow: 10px 0 0 rgba(49, 70, 59, 0.24);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 14px;
}

.nav a,
.header-action {
  text-decoration: none;
}

.nav a {
  opacity: 0.9;
}

.header-action {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  padding: 128px clamp(20px, 5vw, 64px) 96px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(14, 22, 18, 0.78), rgba(14, 22, 18, 0.42) 42%, rgba(14, 22, 18, 0.08)),
    linear-gradient(0deg, rgba(14, 22, 18, 0.56), rgba(14, 22, 18, 0.02) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.section-kicker {
  color: var(--clay);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7.3vw, 94px);
  line-height: 0.96;
  font-weight: 500;
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 22px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.button.primary {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.button.outline {
  background: transparent;
  border-color: var(--green);
  color: var(--green);
}

.button.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.button.full {
  width: 100%;
}

.hero-facts {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 5vw, 64px);
  right: clamp(20px, 5vw, 64px);
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 64px);
}

.intro,
.gallery-section,
.availability-section,
.around-section {
  max-width: var(--max);
  margin: 0 auto;
}

.gallery-section {
  max-width: min(1440px, calc(100vw - 40px));
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}

.intro-copy p,
.section-head p,
.feature p,
.around-grid p,
.booking-panel p,
.price-caption,
.quote + p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.feature-band,
.rules-section {
  background: var(--paper-strong);
}

.photo-story {
  position: relative;
  min-height: min(820px, 92vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(76px, 10vw, 140px) clamp(20px, 5vw, 64px);
  color: #fff;
}

.photo-story > img,
.photo-story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-story > img {
  object-fit: cover;
}

.photo-story-shade {
  background:
    linear-gradient(90deg, rgba(12, 18, 15, 0.78), rgba(12, 18, 15, 0.38) 52%, rgba(12, 18, 15, 0.08)),
    linear-gradient(0deg, rgba(12, 18, 15, 0.54), rgba(12, 18, 15, 0.08));
}

.evening-story .photo-story-shade {
  background:
    linear-gradient(270deg, rgba(12, 18, 15, 0.84), rgba(12, 18, 15, 0.34) 54%, rgba(12, 18, 15, 0.1)),
    linear-gradient(0deg, rgba(12, 18, 15, 0.52), rgba(12, 18, 15, 0.04));
}

.estate-story > img {
  object-position: center 58%;
}

.photo-story-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
}

.photo-story-content.right {
  justify-content: flex-end;
}

.photo-copy {
  width: min(560px, 100%);
}

.photo-copy h2,
.photo-copy p,
.photo-copy .clean-list li {
  color: #fff;
}

.photo-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.photo-copy .clean-list li::before {
  background: #e3b166;
}

.feature {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.feature.reverse {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
}

.feature.reverse img {
  order: 2;
}

.feature img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.clean-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  line-height: 1.5;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--clay);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}

.section-head.compact {
  align-items: start;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: clamp(220px, 19vw, 340px);
  gap: 16px;
}

.gallery-item {
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--sand);
  cursor: zoom-in;
}

.gallery-item.large {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  transition: transform 240ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: 20px;
  align-items: stretch;
}

.price-main,
.calculator,
.booking-panel,
.around-grid article,
.activity-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
}

.price-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: clamp(28px, 5vw, 54px);
}

.price-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 11vw, 136px);
  line-height: 0.9;
  color: var(--green);
}

.price-caption {
  display: block;
  margin-top: 18px;
}

.calculator {
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.calculator label {
  display: block;
  margin-bottom: 12px;
  font-weight: 800;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.calculator input,
.calculator select {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
}

.quote {
  margin: 22px 0 12px;
  display: grid;
  gap: 6px;
}

.quote span {
  color: var(--muted);
}

.quote strong {
  font-size: 28px;
}

.calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
  gap: 22px;
  align-items: start;
}

.calendar-panel {
  min-width: 0;
}

.calendar-more {
  width: 100%;
  margin-top: 16px;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  color: var(--muted);
}

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

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

.dot.free {
  background: #6f9b71;
}

.dot.busy {
  background: #b25b4b;
}

.dot.selected {
  background: var(--lake);
}

.calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.calendar-year-label {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.month {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  padding: 12px;
}

.month.open {
  grid-column: 1 / -1;
  padding: 16px;
}

.month-toggle {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.month-toggle span {
  font-size: 18px;
  font-weight: 900;
}

.month-toggle small {
  color: var(--muted);
  font-weight: 800;
}

.month.open .month-toggle {
  margin-bottom: 14px;
}

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

.weekdays span {
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.day {
  aspect-ratio: 1;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  background: #fff;
  color: var(--ink);
}

.day.empty {
  visibility: hidden;
}

.day.free {
  background: rgba(111, 155, 113, 0.17);
  border-color: rgba(111, 155, 113, 0.42);
  cursor: pointer;
}

.day.busy {
  background: rgba(178, 91, 75, 0.18);
  border-color: rgba(178, 91, 75, 0.42);
  color: #7b3328;
}

.day.selected {
  background: var(--lake);
  border-color: var(--lake);
  color: #fff;
}

.day.in-range:not(.selected) {
  background: rgba(73, 111, 130, 0.2);
  border-color: rgba(73, 111, 130, 0.38);
}

.day.range-edge {
  box-shadow: 0 0 0 2px rgba(73, 111, 130, 0.18);
}

.booking-panel {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.booking-panel h3 {
  margin-top: 18px;
  margin-bottom: 12px;
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.direct-contact a {
  text-decoration: none;
  font-weight: 800;
}

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

.around-grid article,
.activity-grid article,
.faq-grid article {
  padding: 24px;
}

.around-grid article {
  min-height: 270px;
}

.around-grid span,
.activity-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--clay);
  font-weight: 900;
}

.activities-section,
.faq-section {
  max-width: var(--max);
  margin: 0 auto;
}

.activity-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.activity-layout > img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.activity-grid article {
  min-height: 218px;
}

.faq-grid article {
  min-height: 190px;
}

.activity-grid p,
.faq-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.activity-grid span {
  margin-bottom: 28px;
}

.contact-section {
  padding: clamp(72px, 11vw, 140px) clamp(20px, 5vw, 64px);
  background: var(--green-deep);
  color: #fff;
}

.contact-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.contact-inner h2 {
  max-width: 860px;
}

.contact-address {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
}

.map-link {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(20px, 5vw, 64px) 96px;
  color: var(--muted);
  font-size: 14px;
}

.mobile-contact {
  position: fixed;
  z-index: 30;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(22, 32, 26, 0.2);
}

.mobile-contact a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.mobile-contact a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.lightbox {
  width: min(1500px, calc(100vw - 24px));
  max-width: none;
  height: min(940px, calc(100vh - 24px));
  border: 0;
  padding: 18px;
  background: rgba(10, 15, 12, 0.96);
  border-radius: var(--radius);
  color: #fff;
}

.lightbox::backdrop {
  background: rgba(10, 15, 12, 0.82);
}

.lightbox-frame {
  height: calc(100% - 102px);
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

.lightbox-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-frame figcaption {
  min-height: 22px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  line-height: 1.45;
}

.lightbox-close {
  position: fixed;
  right: 20px;
  top: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 54px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav.prev {
  left: 22px;
}

.lightbox-nav.next {
  right: 22px;
}

.lightbox-thumbs {
  height: 84px;
  margin-top: 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.lightbox-thumb {
  flex: 0 0 98px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.68;
}

.lightbox-thumb.active {
  border-color: #e3b166;
  opacity: 1;
}

.lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 64px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-bottom: 118px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(14, 22, 18, 0.78), rgba(14, 22, 18, 0.16)),
      linear-gradient(90deg, rgba(14, 22, 18, 0.42), rgba(14, 22, 18, 0.1));
  }

  .intro-grid,
  .feature,
  .feature.reverse,
  .section-head,
  .price-layout,
  .calendar-layout,
  .activity-layout {
    grid-template-columns: 1fr;
  }

  .feature.reverse img {
    order: 0;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .gallery-item.large {
    grid-column: span 2;
  }

  .booking-panel {
    position: static;
  }

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

  .activity-layout > img {
    min-height: 420px;
  }

  .photo-story {
    min-height: 760px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 90vh;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .date-grid,
  .activity-grid,
  .faq-grid,
  .calendar {
    grid-template-columns: 1fr;
  }

  .gallery-item.large,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .photo-story {
    min-height: 680px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .photo-story-shade,
  .evening-story .photo-story-shade {
    background:
      linear-gradient(0deg, rgba(12, 18, 15, 0.82), rgba(12, 18, 15, 0.18)),
      linear-gradient(90deg, rgba(12, 18, 15, 0.42), rgba(12, 18, 15, 0.14));
  }

  .lightbox {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    padding: 12px;
  }

  .lightbox-frame {
    height: calc(100% - 92px);
  }

  .lightbox-nav {
    width: 42px;
    height: 58px;
    font-size: 42px;
  }

  .lightbox-nav.prev {
    left: 10px;
  }

  .lightbox-nav.next {
    right: 10px;
  }

  .lightbox-thumb {
    flex-basis: 76px;
    height: 58px;
  }

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

  .around-grid article {
    min-height: auto;
  }

  .hero-facts {
    bottom: 74px;
  }

  .mobile-contact {
    display: grid;
  }
}
