:root {
  --blue: #7895ab;
  --blue-dark: #637f95;
  --sage: #7b877b;
  --sand: #f4f0e7;
  --paper: #fcfbf7;
  --paper-deep: #f7f4ec;
  --ink: #585451;
  --muted: #7b766f;
  --line: rgba(108, 104, 96, 0.18);
  --shadow: 0 14px 34px rgba(79, 84, 86, 0.08);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  transform: none;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 36px;
  background: rgba(252, 251, 247, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(108, 104, 96, 0.12);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  font-weight: 400;
  color: var(--blue-dark);
  white-space: nowrap;
  font-family: "Allura", cursive;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1;
}
.brand-mark { display: none; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}
.main-nav a {
  text-decoration: none;
  padding: 9px 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-radius: 0;
}
.main-nav a:hover { color: var(--sage); }
.language-switch {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(120, 149, 171, 0.12);
}
.language-switch button {
  border: 0;
  background: transparent;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  color: var(--muted);
}
.language-switch button.active { background: var(--blue-dark); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; color: var(--ink); }

.hero {
  min-height: 84vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image: url('images/house_and_garden/main_image_property.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(62, 72, 76, 0.18), rgba(62, 72, 76, 0.46));
}
.hero-content {
  position: relative;
  width: min(1100px, calc(100% - 36px));
  padding-top: 50px;
}
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}
.hero .eyebrow { color: rgba(248, 244, 232, 0.92); }
h1, h2, h3 { line-height: 1.1; margin: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { font-size: clamp(48px, 8vw, 108px); max-width: 760px; }
h2 { font-size: clamp(34px, 4.4vw, 58px); color: #4f524f; }
h3 { font-size: 22px; }
.hero-text {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2.1vw, 24px);
  color: rgba(255,255,255,0.92);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
  letter-spacing: 0.06em;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: rgba(123, 135, 123, 0.94); color: white; box-shadow: 0 10px 24px rgba(123, 135, 123, 0.18); }
.button.secondary { background: rgba(252, 251, 247, 0.96); color: var(--ink); }

.section { padding: 100px 0; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 18px; }
.image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 24px;
  background: var(--paper);
}
.image-strip img { width: 100%; height: 330px; object-fit: cover; border-radius: 4px; }
.cards { display: grid; gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.card-icon { font-size: 34px; display: inline-block; margin-bottom: 18px; }
.card p, .split-content p, .contact p { color: var(--muted); }

.split { background: var(--paper-deep); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.reverse .split-content { order: 1; }
.reverse .split-image { order: 2; }
.split-image img { width: 100%; height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 30px; color: var(--ink); }
.feature-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sage); font-weight: 900; }
.gallery-section { background: white; }
.gallery {
  --gallery-gap: 14px;
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-gap);
  align-items: flex-start;
}
.gallery img {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px;
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gallery img:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(79, 84, 86, 0.14);
}
.gallery img:focus-visible {
  outline: 3px solid rgba(99, 127, 149, 0.45);
  outline-offset: 3px;
}
.reviews { background: var(--paper); }
.reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 36px 48px;
  align-items: start;
}
.reviews-copy {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
}
.reviews-panel {
  min-height: 260px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.static-reviews-panel {
  display: contents;
}
.reviews-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
  align-items: start;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.reviews-source {
  margin: 0 0 6px;
  color: var(--sage);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.reviews-score {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}
.reviews-score span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 0.9;
  color: #4f524f;
}
.reviews-stars {
  color: #c78358;
  font-size: 22px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.reviews-selection {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}
.review-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.review-card {
  padding: 20px;
  border: 1px solid rgba(108, 104, 96, 0.14);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}
.review-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.review-card-head h3 {
  margin: 0;
  color: var(--ink);
}
.review-card-head p,
.review-card-head span {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.review-card-head span {
  flex: 0 0 auto;
  color: var(--sage);
}
.review-quote {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
}
.reviews-source-link {
  grid-column: 1 / -1;
  justify-self: start;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 32px;
  background: rgba(31, 35, 37, 0.84);
  backdrop-filter: blur(8px);
}
.lightbox[hidden] { display: none; }
.lightbox-figure {
  margin: 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}
.lightbox-image {
  max-width: min(92vw, 1180px);
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.lightbox-caption {
  max-width: min(92vw, 900px);
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
  font-size: 16px;
}
.lightbox-close,
.lightbox-nav {
  border: 0;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover { background: rgba(255, 255, 255, 0.22); }
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}
.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 32px;
  line-height: 1;
}
.lightbox-nav {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  font-size: 42px;
  line-height: 1;
}
.collage { display: grid; gap: 16px; }
.collage img:first-child { height: 340px; }
.collage img:last-child { height: 240px; width: 82%; margin-left: auto; margin-top: -80px; border: 8px solid var(--paper); }
.license { font-weight: 400; color: var(--sage) !important; }
.license strong { font-weight: 700; }

.prices { background: var(--paper-deep); }
.prices h2, .prices .section-kicker, .center { text-align: center; }
.max { max-width: 720px; margin: 16px auto 30px; color: var(--muted); }
.price-note-intro { margin-bottom: 10px; }
.price-table-wrap { overflow-x: auto; background: white; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.price-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.price-table th, .price-table td { padding: 22px; text-align: center; border-bottom: 1px solid var(--line); }
.price-table th { background: #f2efe8; color: var(--ink); font-weight: 800; }
.price-table td { font-weight: 700; }
.calendar-box { margin-top: 34px; background: white; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.calendar-box h3 { margin-bottom: 18px; text-align: center; }
.calendar-box iframe { width: 100%; height: 460px; border: 0; border-radius: 16px; background: #f5f5f5; }
.booking-group-title {
  margin: 40px 0 0;
  text-align: center;
  font-size: 36px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #4f524f;
}
.booking-details { margin-top: 24px; }
.booking { background: var(--paper-deep); }
.booking .card { background: rgba(255,255,255,0.96); }
.large-card h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #4f524f;
}

.contact { background: var(--paper-deep); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.contact-card { background: white; padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-section { background: var(--paper); }
.map-card { display: grid; gap: 18px; }
.map-embed { width: 100%; height: 360px; border: 0; border-radius: 16px; background: #f5f5f5; }
.contact-card a { color: var(--blue-dark); font-weight: 700; }
.text-link { display: inline-block; margin-top: 10px; }
.site-footer { padding: 32px 0; background: #f8f5ee; color: var(--muted); border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.footer-grid a { color: var(--ink); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; padding: 16px 18px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-top: 8px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-top: 1px solid rgba(108, 104, 96, 0.12); }
  .language-switch { order: 2; }
  .intro-grid, .split-grid, .reviews-grid, .contact-grid, .cards.three, .cards.two { grid-template-columns: 1fr; }
  .review-list { grid-template-columns: 1fr; }
  .reverse .split-content, .reverse .split-image { order: initial; }
  .image-strip { grid-template-columns: 1fr; }
  .image-strip img, .split-image img { height: 300px; }
  .section { padding: 72px 0; }
  .hero { min-height: 780px; }
  .lightbox {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 84px 18px 24px;
  }
  .lightbox-nav {
    position: absolute;
    bottom: 24px;
  }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox-image { max-height: 68vh; }
  .collage img:last-child { width: 100%; margin: 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .brand span:last-child { font-size: 14px; }
  h1 { font-size: 46px; }
  .hero-actions .button { width: 100%; }
  .reviews-panel { padding: 22px; }
  .reviews-summary { grid-template-columns: 1fr; }
  .review-card-head { display: grid; }
  .reviews-source-link { width: 100%; }
  .calendar-box { padding: 12px; }
}
