:root {
  --cream: #f4f0e8;
  --ink: #201614;
  --muted: #5f5a57;
  --orange: #c86942;
  --yellow: #f2b330;
  --blue: #0056a6;
  --blue-dark: #07488a;
  --line: #e7ddd0;
  --radius-xl: 22px;
  --radius-lg: 18px;
  --shadow: 0 18px 35px rgba(51, 30, 12, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--cream);
  color: var(--ink);
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 500;
}

p {
  margin: 0;
}

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

.container {
  width: min(1260px, calc(100% - 3rem));
  margin: 0 auto;
}

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.nav-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.logo {
  color: #f6efe6;
  font-size: 2rem;
  font-family: "Fraunces", serif;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
  margin-right: 1.2rem;
}

.nav-inner nav {
  display: flex;
  gap: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  flex: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.language-pill {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.2rem;
}

.language-pill button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  text-transform: lowercase;
  font-weight: 600;
}

.language-pill .active {
  background: var(--orange);
  color: #fff;
}

.cta-small {
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  padding: 8rem 0 8rem;
  background-color: #3d657f;
  background-image: linear-gradient(175deg, #826f51 0%, #4d5f47 42%, #3d657f 100%);
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 25, 37, 0.42);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #f8f4ee;
  max-width: 790px;
}

.chip {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 1.2rem;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.95;
}

.hero h1 span {
  color: #f3b13a;
  font-style: italic;
}

.hero p {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  max-width: 760px;
  line-height: 1.45;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
}

.btn-outline {
  border: 1px solid #d8cec1;
  color: #6b5f56;
  background: transparent;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.sun-badge {
  position: absolute;
  right: 8%;
  top: 20%;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff6ea;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Fraunces", serif;
  font-size: 2.3rem;
  line-height: 0.92;
}

.sun-badge small {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stats {
  margin-top: -44px;
  z-index: 3;
  position: relative;
  background: #fffdfa;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.stats article {
  padding: 1.9rem 2.1rem;
  border-right: 1px solid #efe5db;
}

.stats article:last-child {
  border-right: 0;
}

.stats h3 {
  font-size: 3rem;
}

.stats p {
  margin-top: 0.25rem;
  color: var(--muted);
}

.welcome {
  text-align: center;
  margin: 3.2rem 0 2.5rem;
  font-family: "Fraunces", serif;
  color: #9b6a4e;
  font-style: italic;
  font-size: 2.1rem;
}

.split {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 3.4rem;
  align-items: center;
  margin-bottom: 3.8rem;
}

.split.reverse {
  grid-template-columns: 1fr 1.35fr;
}

.split.reverse .image-card {
  order: 2;
}

.split.reverse .text-card {
  order: 1;
}

.image-card {
  min-height: 470px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #cbdee8, #7491b4);
  border: 9px solid #f5efe5;
  box-shadow: 0 8px 20px rgba(88, 60, 32, 0.1);
  padding: 1rem;
  color: #33251d;
}

.image-card span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.placeholder-one {
  background: linear-gradient(170deg, #9fd4ff 0%, #5c96bc 50%, #274060 100%);
}

.placeholder-two {
  background: linear-gradient(160deg, #ddbe96 0%, #a77546 45%, #4d3223 100%);
}

.placeholder-three {
  background: linear-gradient(150deg, #9fd4ff 0%, #6ca45f 45%, #b15c56 100%);
}

.kicker {
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #8a5f44;
  font-style: italic;
}

.kicker.center {
  text-align: center;
}

.text-card h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.6rem, 4vw, 5rem);
  line-height: 1.06;
}

.text-card p:not(.kicker) {
  margin-top: 1.35rem;
  color: #473f3b;
  font-size: 1.45rem;
  line-height: 1.55;
}

.text-card a {
  margin-top: 1.4rem;
  color: #a46b45;
  display: inline-block;
  font-weight: 600;
}

.experience {
  margin-top: 4.5rem;
  padding: 4.2rem 0 5rem;
  background: #f8f5ef;
  background-image: radial-gradient(circle at 4px 4px, rgba(155, 135, 120, 0.1) 2px, transparent 0);
  background-size: 32px 32px;
}

.experience h2 {
  font-size: clamp(2.9rem, 4vw, 4.6rem);
  text-align: center;
  margin-top: 0.8rem;
}

.experience h2 span,
.pricing h2 span,
.gallery h2 span,
.contact h2 span,
.excursion-head h2 span {
  color: var(--orange);
  font-style: italic;
}

.experience-grid {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.experience-grid article {
  background: #fefcf9;
  border: 1px solid #e8dfd4;
  border-radius: var(--radius-lg);
  padding: 2rem 1.35rem;
  text-align: center;
}

.experience-grid h3 {
  font-size: 2rem;
}

.experience-grid p {
  margin-top: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  font-size: 1.1rem;
}

.excursions {
  padding: 4.6rem 0;
  background: var(--blue);
  color: #f4f0ec;
}

.excursion-head {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem;
  align-items: start;
}

.excursion-head h2 {
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  margin-top: 0.6rem;
}

.excursion-head > p {
  font-size: 1.45rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.excursion-grid {
  margin-top: 2.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.35fr repeat(3, 1fr);
}

.excursion-grid article {
  min-height: 220px;
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, #7cb1e6, #295a90);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.excursion-grid article:nth-child(3) {
  background: linear-gradient(170deg, #2f80be, #103f66);
}

.excursion-grid article:nth-child(4),
.excursion-grid article:nth-child(5) {
  background: linear-gradient(170deg, #99d5ff, #2f6b9f);
}

.excursion-grid .tall {
  min-height: 460px;
}

.excursion-grid strong {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 500;
}

.excursion-grid small {
  margin-top: 0.3rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.btn-yellow {
  background: var(--yellow);
  color: #1f1a12;
}

.excursions .btn-yellow {
  margin-top: 1.8rem;
}

.pricing {
  padding: 5rem 0;
  text-align: center;
}

.pricing h2 {
  margin-top: 0.8rem;
  font-size: clamp(3rem, 5vw, 4.8rem);
}

.pricing-lead {
  margin: 1rem auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.3rem;
}

.pricing-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pricing-grid article {
  background: #fdfbf7;
  border: 1px solid #e7ddd0;
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  text-align: left;
}

.pricing-grid article.active {
  background: var(--orange);
  color: #fff;
}

.pricing-grid h3 {
  font-size: 2.1rem;
}

.pricing-grid small {
  display: block;
  margin-top: 0.25rem;
  color: inherit;
  opacity: 0.85;
}

.pricing-grid strong {
  margin-top: 1.25rem;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 3rem;
}

.pricing-grid strong span {
  font-size: 1.2rem;
}

.pricing-bottom {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.pricing-bottom a {
  border: 1px solid #d8cec1;
  border-radius: 999px;
  padding: 0.6rem 1rem;
  color: #a17050;
}

.pricing-bottom p {
  color: #6e6660;
}

.gallery {
  padding-bottom: 5rem;
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.gallery h2 {
  font-size: clamp(2.9rem, 5vw, 4.8rem);
}

.gallery-head a {
  color: #8b6447;
  border-bottom: 1px solid #d7c7b8;
}

.gallery-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.gallery-grid article {
  min-height: 430px;
  border-radius: var(--radius-xl);
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Fraunces", serif;
  font-size: 2.1rem;
  background: #f7f1e7;
  border: 1px solid #e8ded3;
}

.gallery-grid article small {
  display: block;
  margin-top: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b8f85;
}

.gallery-grid .blue {
  background: #d7e8f7;
}

.gallery-grid .sand {
  background: #f5e7d4;
}

.gallery-grid .mint {
  background: #e4ebe2;
}

.contact {
  padding: 4.6rem 0 5rem;
}

.contact h2 {
  text-align: center;
  margin-top: 0.8rem;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.contact-lead {
  margin-top: 0.9rem;
  text-align: center;
  color: var(--muted);
  font-size: 1.3rem;
}

.contact-card {
  background: #fcfaf7;
  border-radius: var(--radius-xl);
  border: 1px solid #e9dfd2;
  box-shadow: 0 20px 40px rgba(125, 76, 40, 0.08);
  margin-top: 1.8rem;
  overflow: hidden;
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.7rem;
  border-bottom: 1px solid #e7ddd0;
}

.people article p {
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  color: #8d8176;
}

.people h3 {
  margin-top: 0.2rem;
  font-size: 2.1rem;
}

.people a {
  display: inline-block;
  margin-top: 0.4rem;
  color: #ad714c;
  font-weight: 600;
}

.contact-bottom {
  padding: 1.5rem 1.7rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.contact-bottom p {
  font-family: "Fraunces", serif;
  font-size: 2rem;
}

.contact-bottom small {
  font-family: "Inter", sans-serif;
  color: #6f6762;
  font-size: 1rem;
}

.site-footer {
  background: linear-gradient(160deg, var(--blue-dark), var(--blue));
  color: #d7e8ff;
  padding: 4rem 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
}

.site-footer h3 {
  font-size: 3rem;
}

.site-footer h4 {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
  font-family: "Inter", sans-serif;
}

.footer-grid p {
  margin-top: 0.8rem;
  line-height: 1.6;
  color: rgba(219, 232, 255, 0.9);
}

.footer-grid a {
  display: block;
  margin-bottom: 0.45rem;
}

.footer-end {
  margin-top: 2rem;
  border-top: 1px solid rgba(215, 232, 255, 0.18);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  color: rgba(215, 232, 255, 0.85);
}

@media (max-width: 1200px) {
  .nav-inner nav {
    display: none;
  }

  .home-page .nav-inner {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    justify-items: center;
    min-height: auto;
    padding: 0.55rem 0 0.65rem;
  }

  .home-page .nav-inner nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 0.85rem;
    width: 100%;
    font-size: 0.84rem;
    line-height: 1.25;
  }

  .home-page .header-actions {
    justify-self: center;
  }

  .split, .split.reverse {
    grid-template-columns: 1fr;
  }

  .split.reverse .image-card,
  .split.reverse .text-card {
    order: initial;
  }

  .experience-grid,
  .pricing-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .excursion-head,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .excursion-grid .tall {
    min-height: 240px;
  }
}

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

  .people,
  .gallery-grid,
  .experience-grid,
  .pricing-grid,
  .excursion-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 680px;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .sun-badge {
    width: 92px;
    height: 92px;
    font-size: 1.5rem;
  }

  .contact-bottom,
  .footer-end {
    flex-direction: column;
    align-items: flex-start;
  }
}

.detail-page {
  background: var(--cream);
}

.detail-nav {
  position: sticky;
  background: #f7f4ee;
  border-bottom: 1px solid #ece1d4;
}

.detail-nav .logo {
  color: #2b201c;
}

.detail-nav .nav-inner nav {
  color: #4c403a;
}

.detail-main {
  padding: 2.2rem 0 4.5rem;
}

.detail-hero {
  padding-top: 2rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #8a6548;
  font-weight: 600;
}

.detail-hero h1 {
  margin-top: 0.7rem;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.detail-hero h1 span {
  color: var(--orange);
  font-style: italic;
}

.detail-lead {
  margin-top: 1rem;
  max-width: 980px;
  color: #534b46;
  font-size: 1.35rem;
  line-height: 1.55;
}

.detail-image {
  margin-top: 2rem;
  min-height: 460px;
  border-radius: var(--radius-xl);
  border: 9px solid #f5efe5;
  box-shadow: 0 8px 20px rgba(88, 60, 32, 0.1);
  padding: 1rem;
  display: flex;
  align-items: flex-end;
}

.detail-image span {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
}

.placeholder-location {
  background: linear-gradient(155deg, #95d2fd 0%, #5f8eb1 45%, #1f314b 100%);
}

.detail-content {
  max-width: 700px;
}

.detail-content h2 {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
}

.detail-content h2 + h3 {
  margin-top: 0.35rem;
}

.detail-content h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: #3f3834;
}

.detail-content h2:not(:first-child) {
  margin-top: 2.5rem;
}

.detail-content p {
  margin-top: 1rem;
  color: #4e4641;
  font-size: 1.2rem;
  line-height: 1.7;
}

.location-facts {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.location-facts article {
  background: #fdfbf7;
  border: 1px solid #e8dfd3;
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

.location-facts p {
  color: #7c726b;
  font-size: 0.92rem;
}

.location-facts strong {
  margin-top: 0.35rem;
  display: block;
  font-size: 1.03rem;
}

.detail-cta-row {
  margin-top: 2rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.detail-cta-row .btn {
  min-height: 56px;
  padding-inline: 1.5rem;
}

.detail-cta-row .btn-yellow {
  margin-top: 0;
}

.lage-arrival-section {
  margin-top: 0.5rem;
}

.lage-arrival-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 500;
  color: #3f3834;
}

.lage-arrival-section p {
  margin-top: 1rem;
  color: #4e4641;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: none;
}

.lage-section-divider {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #e8dfd3;
}

.detail-split {
  margin-top: 2.3rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2rem;
  align-items: start;
}

.location-facts.table {
  margin-top: 2.6rem;
  gap: 0;
  border: 1px solid #e8dfd3;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.location-facts.table article {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #e8dfd3;
  border-bottom: 1px solid #e8dfd3;
  min-height: 102px;
  display: grid;
  align-content: center;
}

.location-facts.table article:nth-child(3n) {
  border-right: 0;
}

.location-facts.table article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.key-facts {
  margin-top: 2rem;
  border: 1px solid #e8dfd3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.key-facts article {
  padding: 1rem 1.3rem;
  border-right: 1px solid #e8dfd3;
}

.key-facts article:last-child {
  border-right: 0;
}

.key-facts p {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #847970;
}

.key-facts strong {
  margin-top: 0.4rem;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
}

.room-split {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.room-split .detail-image,
.split-card .detail-image,
.garden-top-grid .detail-image,
.detail-split .detail-image {
  margin-top: 0;
}

.room-list {
  font-size: 1.12rem;
  color: #4d433d;
}

.list-title {
  margin-bottom: 0.6rem;
  color: #8b6749;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.room-list ul {
  margin: 0 0 1.6rem;
  padding-left: 1.1rem;
  line-height: 1.7;
}

.split-card {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: center;
}

.split-card.reverse .detail-image {
  order: 2;
}

.split-card.reverse .card-copy {
  order: 1;
}

.card-copy h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.card-copy h3 span {
  color: var(--orange);
  font-style: italic;
}

.card-copy p {
  margin-top: 0.8rem;
  color: #4e4540;
  font-size: 1.1rem;
  line-height: 1.7;
}

.card-copy.boxed {
  background: #f8f2e8;
  border: 1px solid #e7ddd0;
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}

.card-copy.boxed.dark {
  background: #0056a6;
  color: #eaf2ff;
}

.card-copy.boxed.dark p,
.card-copy.boxed.dark small {
  color: rgba(234, 242, 255, 0.9);
}

.card-copy small {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.placeholder-sand {
  background: linear-gradient(165deg, #efd1a9, #b9734f 52%, #5f3c2c);
}

.placeholder-blue {
  background: linear-gradient(160deg, #cfdef0, #86a7c8 50%, #426382);
}

.placeholder-deep {
  background: linear-gradient(160deg, #2b7ebe, #154977 62%, #103355);
}

.equipment {
  margin-top: 3rem;
}

.equipment h2 {
  margin-top: 0.6rem;
  text-align: center;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}

.equipment-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.equipment-grid article {
  min-height: 90px;
  border: 1px solid #e8dfd3;
  background: #fdfbf7;
  border-radius: 14px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 0.8rem;
}

.house-gallery {
  margin-top: 3.2rem;
}

.house-gallery .gallery-head p {
  max-width: 360px;
  color: #5d534d;
}

.house-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9rem;
}

.house-grid article {
  min-height: 220px;
  border-radius: var(--radius-lg);
  border: 1px solid #e9dfd2;
  background: #f8f2e8;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  color: #6f3f33;
  position: relative;
  padding: 1rem;
}

.house-grid article em {
  position: absolute;
  right: 0.8rem;
  bottom: 0.6rem;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c6b9ab;
}

.house-grid article small {
  display: block;
  margin-top: 0.3rem;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.house-grid article.big {
  grid-column: span 4;
  min-height: 420px;
}

.house-grid article.blue {
  background: #dbe8f7;
  color: #234b74;
}

.house-grid article.mint {
  background: #e9ede5;
  color: #3f5547;
}

.garden-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.9rem;
}

.feature-cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.feature-cards article {
  background: #fdfbf7;
  border: 1px solid #e8dfd3;
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.1rem;
}

.feature-cards h3 {
  margin-top: 0.35rem;
  font-size: 1.9rem;
}

.feature-cards p:not(.kicker) {
  margin-top: 0.6rem;
  color: #5b524c;
  line-height: 1.55;
}

.garden-grid .big {
  grid-column: span 4;
}

.pricing-cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.pricing-cards article {
  background: #fdfbf7;
  border: 1px solid #e8dfd3;
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  position: relative;
}

.pricing-cards h3 {
  font-size: 2.1rem;
}

.pricing-cards small {
  display: block;
  margin-top: 0.2rem;
}

.pricing-cards strong {
  margin-top: 1.2rem;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2.8rem;
}

.pricing-cards strong span {
  font-size: 1.2rem;
}

.pricing-cards p {
  margin-top: 0.75rem;
  color: #716862;
}

.pricing-cards article.active {
  background: var(--orange);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow);
}

.pricing-cards article.active p,
.pricing-cards article.active small {
  color: rgba(255, 255, 255, 0.92);
}

.pricing-cards label {
  position: absolute;
  top: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
  background: #f3c250;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1f1a12;
}

.costs-conditions {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.costs-list,
.conditions-card {
  border-radius: var(--radius-lg);
  border: 1px solid #e8dfd3;
  padding: 1.2rem;
}

.costs-list h2,
.conditions-card h2 {
  margin-top: 0.4rem;
  font-size: 3rem;
}

.costs-list .sub,
.conditions-card .sub {
  margin-top: 0.5rem;
  color: #655c56;
}

.costs-list div,
.conditions-card div {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e8dfd3;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.costs-list strong {
  color: #9e6949;
}

.conditions-card {
  background: #0056a6;
  color: #eef4ff;
  border-color: transparent;
}

.conditions-card .sub {
  color: rgba(238, 244, 255, 0.86);
}

.conditions-card div {
  border-top-color: rgba(238, 244, 255, 0.24);
}

.conditions-card strong {
  color: #f0be53;
}

.pricing-contact {
  margin-top: 2.6rem;
  margin-bottom: 2rem;
  border: 1px solid #eadfce;
  border-radius: var(--radius-xl);
  background: #f8f1e4;
  padding: 2rem 1rem;
  text-align: center;
}

.pricing-contact h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.pricing-contact p {
  margin-top: 0.55rem;
  color: #645b54;
}

.pricing-contact .btn {
  margin-top: 1rem;
}

.filters {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.filters span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: #7f746b;
  margin-right: 0.4rem;
}

.filters button {
  border: 1px solid #e2d6c8;
  background: #f8f2e8;
  color: #6b6058;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.filters button.active {
  background: var(--orange);
  color: #fff;
  border-color: transparent;
}

.trips-layout {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: start;
}

.trip-card {
  border: 1px solid #e8dfd3;
  background: #fdfbf7;
  border-radius: var(--radius-lg);
  padding: 0.95rem;
  margin-bottom: 0.8rem;
}

.trip-fold summary {
  list-style: none;
  cursor: pointer;
}

.trip-fold summary::-webkit-details-marker {
  display: none;
}

.trip-fold:not([open]) .trip-copy,
.trip-fold:not([open]) .trip-details {
  display: none;
}

.trip-head {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.trip-head h3 {
  font-size: 2rem;
}

.trip-head p {
  margin-top: 0.2rem;
  color: #5f5751;
}

.num {
  display: inline-block;
  border-radius: 8px;
  background: #d7e8f7;
  color: #2c4c6e;
  padding: 0.15rem 0.42rem;
  font-size: 0.68rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.tag {
  align-self: flex-start;
  border-radius: 999px;
  background: #f8eadc;
  color: #9a643f;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
}

.tag.natur {
  background: #e7eedc;
  color: #5e7045;
}

.tag.hoehlen {
  background: #e8e4dc;
  color: #5c5345;
}

.tag.kueste {
  background: #dcebf7;
  color: #43658c;
}

.tag.genuss {
  background: #f5e7d3;
  color: #9b724a;
}

.tag.spanisch {
  background: #f8e4d8;
  color: #a14f2f;
}

.tag.italienisch {
  background: #e8f0dc;
  color: #4f6b3a;
}

.tag.fisch {
  background: #dcebf7;
  color: #2f5f8c;
}

.tag.asiatisch {
  background: #f3e8f8;
  color: #6b458c;
}

.tag.tapas {
  background: #f9edd8;
  color: #8a5c24;
}

.tag.grill {
  background: #efe0d0;
  color: #7a4a2a;
}

.tag.berg {
  background: #e3ebe8;
  color: #3d5c52;
}

.trip-address {
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e8dfd3;
  border-radius: 12px;
  background: #fdfbf7;
  color: #5f5751;
  font-size: 0.92rem;
  line-height: 1.5;
}

.trip-address strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #3f3834;
}

.meta {
  margin-top: 0.5rem;
  color: #7a6f66;
}

.expanded {
  border-color: #d2c1ac;
}

.trip-fold[open] {
  border-color: #d2c1ac;
}

.trip-copy {
  margin-top: 0.8rem;
  color: #4f4641;
  line-height: 1.65;
}

.trip-details {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.trip-details div {
  background: #f7efdf;
  border: 1px solid #e9ddcc;
  border-radius: 12px;
  padding: 0.75rem;
}

.trip-details strong {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #89624a;
}

.trip-details ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
  line-height: 1.5;
}

.trip-link {
  margin-top: 0.7rem;
  color: #9b6847;
  font-weight: 600;
}

.trip-link a {
  color: inherit;
}

.map-panel {
  position: sticky;
  top: 96px;
}

.map-placeholder {
  border-radius: var(--radius-lg);
  border: 1px solid #e2d7c8;
  min-height: 340px;
  background: linear-gradient(170deg, #9dcbe5, #6ea4c4 45%, #5c9265);
  color: #fff;
  display: grid;
  place-content: center;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
}

#excursions-map,
#lokale-map {
  min-height: 420px;
}

#excursions-map .leaflet-control-attribution,
#lokale-map .leaflet-control-attribution {
  display: none;
}

.excursion-map-marker {
  background: transparent;
  border: none;
}

.excursion-map-marker-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(32, 22, 20, 0.35);
}

.excursions-map-expanded .excursion-map-marker-num {
  width: 38px;
  height: 38px;
  font-size: 0.78rem;
}

.casa-mozart-map-marker {
  background: transparent;
  border: none;
}

.casa-mozart-map-sun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c62828;
  color: var(--yellow);
  font-size: 1.35rem;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(32, 22, 20, 0.4);
}

.leaflet-tooltip.excursion-map-tooltip {
  background: var(--ink);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.35rem 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(32, 22, 20, 0.28);
}

.leaflet-tooltip-top.excursion-map-tooltip::before {
  border-top-color: var(--ink);
}

.excursions-map-expanded .casa-mozart-map-sun {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
}

.map-panel-expandable {
  cursor: pointer;
}

.map-panel-expandable .leaflet-container {
  cursor: pointer;
}

.excursions-map-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  background: rgba(32, 22, 20, 0.82);
  display: none;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.excursions-map-overlay.open {
  display: flex;
}

body.excursions-map-open,
body.lokale-map-open {
  overflow: hidden;
}

.excursions-map-expanded-panel {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.excursions-map-back {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}

.excursions-map-expanded {
  flex: 1;
  width: 100%;
  min-height: 0;
}

.excursions-map-expanded .leaflet-container {
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

@media (max-width: 760px) {
  .excursions-map-overlay {
    padding: 0;
  }

  .excursions-map-expanded-panel {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
  }

  .excursions-map-back {
    top: 0.75rem;
    right: 0.75rem;
  }
}

.trip-hidden {
  display: none;
}

.sort-bar {
  margin-top: 1.2rem;
  margin-bottom: 5mm;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.sort-bar span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: #7f746b;
  margin-right: 0.4rem;
}

.sort-bar button {
  border: 1px solid #e2d6c8;
  background: #f8f2e8;
  color: #6b6058;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.86rem;
}

.sort-bar button.active {
  background: var(--orange);
  color: #fff;
  border-color: transparent;
}

.sort-bar + .filters + .trips-layout,
.filters + .trips-layout {
  margin-top: 0.65rem;
}

.map-placeholder.tall {
  min-height: 320px;
}

.map-caption {
  margin-top: 0.6rem;
  border: 1px solid #e8dfd3;
  border-radius: 12px;
  padding: 0.7rem;
  background: #fdfbf7;
}

.map-caption strong {
  display: block;
  margin-top: 0.25rem;
}

.map-address {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: #6a6058;
}

#contact-map {
  min-height: 320px;
  background: #dbe8f7;
}

#contact-map .leaflet-control-attribution {
  font-size: 8px;
  line-height: 1.2;
}

.contact-layout {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: start;
}

.form-card {
  background: #fdfbf7;
  border: 1px solid #e8dfd3;
  border-radius: var(--radius-xl);
  padding: 1.2rem;
}

.form-card h2 {
  margin-top: 0.5rem;
  font-size: 3rem;
}

.form-card form {
  margin-top: 1rem;
}

.form-card label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #786f68;
}

.form-card input,
.form-card textarea {
  margin-top: 0.35rem;
  width: 100%;
  border: 1px solid #ddd1c2;
  background: #fffdfa;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.grid2,
.grid3 {
  display: grid;
  gap: 0.65rem;
}

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

.grid3 {
  margin-top: 0.8rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-card textarea {
  margin-top: 0.8rem;
  resize: vertical;
}

.form-card .btn {
  margin-top: 0.9rem;
}

.form-card .note {
  margin-top: 0.8rem;
  color: #6c635c;
  font-size: 0.92rem;
}

.contact-side {
  display: grid;
  gap: 0.8rem;
}

.post-card,
.arrival-card {
  border-radius: var(--radius-lg);
  border: 1px solid #e8dfd3;
  padding: 1rem;
}

.post-card {
  background: #0056a6;
  color: #edf5ff;
  border-color: transparent;
}

.post-card p:not(.kicker) {
  margin-top: 0.45rem;
  line-height: 1.55;
}

.arrival-card {
  background: #fdfbf7;
}

.arrival-card h3 {
  margin-top: 0.4rem;
  font-size: 2rem;
}

.arrival-card p {
  margin-top: 0.5rem;
  color: #57504a;
}

.arrival-card .person {
  margin-top: 0.8rem;
}

.arrival-card a {
  color: #a36f4d;
  font-weight: 600;
}

@media (max-width: 900px) {
  .location-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-split,
  .room-split,
  .split-card,
  .split-card.reverse {
    grid-template-columns: 1fr;
  }

  .split-card.reverse .detail-image,
  .split-card.reverse .card-copy {
    order: initial;
  }

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

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

  .house-grid article.big {
    grid-column: span 2;
  }

  .key-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .key-facts article:nth-child(2) {
    border-right: 0;
  }

  .key-facts article:nth-child(-n + 2) {
    border-bottom: 1px solid #e8dfd3;
  }

  .feature-cards,
  .pricing-cards,
  .costs-conditions,
  .garden-top-grid,
  .trips-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .garden-grid .big {
    grid-column: span 2;
  }

  .trip-details,
  .grid2,
  .grid3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .location-facts {
    grid-template-columns: 1fr;
  }

  .location-facts.table article {
    border-right: 0;
    border-bottom: 1px solid #e8dfd3;
  }

  .location-facts.table article:last-child {
    border-bottom: 0;
  }

  .equipment-grid,
  .house-grid,
  .key-facts {
    grid-template-columns: 1fr;
  }

  .house-grid article.big {
    grid-column: span 1;
  }

  .garden-grid .big {
    grid-column: span 1;
  }
}

/* --- Design polish pass: modern warm rhythm --- */
:root {
  --cream: #f6f2ea;
  --ink: #211814;
  --muted: #615851;
  --orange: #c86f49;
  --yellow: #efb23c;
  --line: #e6dccf;
  --radius-xl: 18px;
  --radius-lg: 14px;
  --shadow: 0 10px 30px rgba(60, 34, 17, 0.08);
}

body {
  line-height: 1.55;
  letter-spacing: 0.001em;
  text-rendering: optimizeLegibility;
}

.container {
  width: min(1140px, calc(100% - 3rem));
}

.kicker {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-style: normal;
}

.top-nav {
  backdrop-filter: saturate(120%) blur(8px);
}

.detail-nav {
  background: rgba(247, 244, 238, 0.92);
}

.nav-inner {
  min-height: 74px;
}

.logo {
  font-size: 1.9rem;
}

.detail-nav .nav-inner nav,
.nav-inner nav {
  font-size: 0.9rem;
}

.nav-inner nav a {
  opacity: 0.9;
  transition: color 160ms ease, opacity 160ms ease;
}

.nav-inner nav a:hover {
  opacity: 1;
  color: #8f5f43;
}

.cta-small {
  padding: 0.54rem 0.95rem;
  font-size: 0.9rem;
  transition: transform 140ms ease, box-shadow 160ms ease;
}

.cta-small:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(177, 96, 58, 0.25);
}

.hero {
  min-height: 690px;
  padding: 7rem 0 6.5rem;
}

.hero h1 {
  font-size: clamp(2.8rem, 7.3vw, 5.5rem);
}

.hero p {
  font-size: clamp(1.02rem, 1.9vw, 1.22rem);
  max-width: 650px;
}

.sun-badge {
  width: 118px;
  height: 118px;
  font-size: 2rem;
}

.btn {
  padding: 0.74rem 1.2rem;
  font-size: 0.94rem;
  transition: transform 140ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.stats {
  margin-top: -34px;
}

.stats article {
  padding: 1.25rem 1.4rem;
}

.stats h3 {
  font-size: 2.2rem;
}

.split {
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.image-card,
.detail-image {
  min-height: 400px;
  border-width: 6px;
  box-shadow: 0 8px 22px rgba(78, 49, 28, 0.1);
}

.text-card h2,
.detail-hero h1 {
  font-size: clamp(2.3rem, 5.1vw, 4.1rem);
  line-height: 1.05;
}

.text-card p:not(.kicker),
.detail-lead,
.detail-content p {
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.experience,
.pricing,
.contact,
.detail-main {
  padding-top: 4rem;
}

.experience-grid article,
.feature-cards article,
.equipment-grid article,
.pricing-grid article,
.pricing-cards article,
.trip-card,
.form-card,
.post-card,
.arrival-card,
.contact-card,
.location-facts article {
  box-shadow: 0 1px 0 rgba(90, 65, 45, 0.03);
  transition: transform 150ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.experience-grid article:hover,
.feature-cards article:hover,
.pricing-cards article:hover,
.trip-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.experience h2,
.pricing h2,
.gallery h2,
.contact h2,
.costs-list h2,
.conditions-card h2,
.equipment h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
}

.experience-grid h3,
.pricing-grid h3,
.pricing-cards h3,
.trip-head h3,
.card-copy h3,
.people h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
}

.pricing-grid strong,
.pricing-cards strong {
  font-size: clamp(2rem, 3.1vw, 2.6rem);
}

.gallery-grid article {
  min-height: 330px;
  font-size: 1.8rem;
}

.house-grid article {
  font-size: 1.75rem;
}

.house-grid article.big {
  min-height: 350px;
}

.filters button {
  font-size: 0.86rem;
  padding: 0.34rem 0.72rem;
}

.trip-card {
  padding: 0.82rem;
}

.trip-copy {
  font-size: 1.02rem;
}

.trip-details strong {
  font-size: 0.68rem;
}

.map-panel {
  top: 86px;
}

.map-caption {
  font-size: 0.9rem;
}

.form-card input,
.form-card textarea {
  border-radius: 10px;
  padding: 0.62rem 0.7rem;
}

.site-footer {
  padding: 3.2rem 0 0.8rem;
}

.site-footer h3 {
  font-size: 2.3rem;
}

.footer-grid p,
.footer-grid a,
.footer-end {
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px;
    padding-top: 6rem;
  }

  .container {
    width: min(1140px, calc(100% - 2rem));
  }
}

/* Homepage-only layout correction pass */
.home-page .hero {
  min-height: 86vh;
  padding: 9.5rem 0 7rem;
  align-items: center;
  background-image: linear-gradient(175deg, #826f51 0%, #4d5f47 42%, #3d657f 100%);
}

.home-page .hero-content {
  max-width: 1100px;
  margin-inline: auto;
  padding-left: 0;
}

.home-page .hero h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  letter-spacing: -0.01em;
  max-width: 11ch;
}

.home-page .hero-layout {
  display: grid;
  grid-template-columns: minmax(360px, 600px) 1fr;
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3.2rem);
}

.home-page .hero-media {
  margin: 0;
  min-height: 470px;
  border-radius: var(--radius-xl);
  border: 6px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 3;
  isolation: isolate;
}

.home-page .sun-badge {
  display: none;
}

.home-page .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-page .hero-copy {
  max-width: 760px;
}

.home-page .hero p {
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  max-width: 56ch;
}

.home-page .stats {
  margin-top: -54px;
}

.home-page .welcome {
  margin: 6.5rem 0 3.6rem;
}

.home-page .split {
  margin-bottom: 8.5rem;
  gap: 4.5rem;
}

.home-page .split .text-card h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  line-height: 1.03;
  max-width: 13.5ch;
  overflow-wrap: normal;
  word-break: normal;
}

.home-page #haus .text-card h2 {
  max-width: 18ch;
}

.home-page .split .text-card p:not(.kicker) {
  margin-top: 1.5rem;
  max-width: 43ch;
}

.home-page .split .image-card {
  min-height: 500px;
}

.home-page .experience {
  margin-top: 1rem;
  padding: 6rem 0 6.4rem;
}

.home-page .excursions {
  padding: 6.4rem 0;
}

.home-page .excursion-head {
  grid-template-columns: 1.05fr 1fr;
  gap: 2.6rem;
}

.home-page .excursion-head h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1.02;
  max-width: 9.5ch;
}

.home-page .excursion-head > p {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  max-width: 34ch;
}

.home-page .excursion-grid {
  margin-top: 3rem;
  gap: 1.2rem;
  grid-template-columns: 1.45fr repeat(3, 1fr);
}

.home-page .excursion-grid article {
  min-height: 330px;
}

.home-page .excursion-grid .tall {
  min-height: 330px;
}

.home-page .pricing {
  padding: 6rem 0 6.2rem;
}

.home-page .gallery {
  margin-top: 4.4rem;
  padding-bottom: 6.2rem;
}

.home-page .contact {
  padding: 6rem 0 6.2rem;
}

@media (max-width: 1100px) {
  .home-page .split {
    gap: 2.4rem;
    margin-bottom: 6rem;
  }

  .home-page .split .image-card {
    min-height: 430px;
  }

  .home-page .excursion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .excursion-grid .tall {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .home-page .hero {
    min-height: 74vh;
    padding: 10.5rem 0 5rem;
  }

  .home-page .hero h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .home-page .hero-content {
    padding-left: 0.1rem;
  }

  .home-page .hero-layout {
    grid-template-columns: 1fr;
  }

  .home-page .hero-media {
    min-height: 260px;
    max-height: 320px;
  }

  .home-page .stats {
    margin-top: 1.2rem;
  }

  .home-page .welcome {
    margin: 4rem 0 2.3rem;
  }

  .home-page .split {
    margin-bottom: 4.4rem;
  }
}

/* Global spacing + elevation pass */
:root {
  --section-space: 6.5rem;
  --section-space-tight: 4.5rem;
  --card-shadow-soft: 0 8px 24px rgba(34, 22, 14, 0.08);
  --card-shadow-hover: 0 14px 34px rgba(34, 22, 14, 0.12);
}

main > section {
  scroll-margin-top: 92px;
}

.detail-main > section,
.home-page main > section {
  margin-top: var(--section-space);
}

.detail-main > section:first-child,
.home-page main > section:first-child {
  margin-top: 0;
}

.split,
.pricing,
.gallery,
.contact,
.equipment,
.house-gallery,
.costs-conditions,
.pricing-contact,
.trips-layout,
.contact-layout,
.location-facts,
.detail-cta-row {
  margin-top: var(--section-space-tight);
}

.stats,
.pricing-grid article,
.pricing-cards article,
.feature-cards article,
.equipment-grid article,
.trip-card,
.map-caption,
.form-card,
.post-card,
.arrival-card,
.contact-card,
.location-facts article,
.key-facts,
.house-grid article,
.gallery-grid article,
.trip-details div {
  box-shadow: var(--card-shadow-soft);
}

.pricing-grid article:hover,
.pricing-cards article:hover,
.feature-cards article:hover,
.equipment-grid article:hover,
.trip-card:hover,
.form-card:hover,
.post-card:hover,
.arrival-card:hover,
.house-grid article:hover,
.gallery-grid article:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
}

.stats,
.pricing-grid article,
.pricing-cards article,
.feature-cards article,
.equipment-grid article,
.trip-card,
.form-card,
.post-card,
.arrival-card,
.house-grid article,
.gallery-grid article {
  transition: box-shadow 180ms ease, transform 160ms ease, border-color 180ms ease;
}

.detail-hero {
  padding-top: 3rem;
}

.detail-content,
.detail-split,
.room-split,
.split-card {
  margin-top: var(--section-space-tight);
}

@media (max-width: 1000px) {
  :root {
    --section-space: 5rem;
    --section-space-tight: 3.6rem;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 3.6rem;
    --section-space-tight: 2.6rem;
  }
}

/* Extra spacious rhythm + centered header nav */
:root {
  --section-space: 8rem;
  --section-space-tight: 5.4rem;
}

.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.nav-inner nav {
  justify-content: center;
  gap: 1.7rem;
}

.logo {
  min-width: 170px;
}

.header-actions {
  justify-self: end;
}

@media (max-width: 1000px) {
  :root {
    --section-space: 6rem;
    --section-space-tight: 4rem;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 4.2rem;
    --section-space-tight: 2.8rem;
  }

  .nav-inner {
    grid-template-columns: 1fr;
    row-gap: 0.45rem;
    justify-items: center;
  }

  .home-page .nav-inner {
    row-gap: 0.55rem;
    padding: 0.55rem 0 0.7rem;
    min-height: auto;
  }

  .home-page .logo {
    min-width: 0;
    font-size: 1.55rem;
  }

  .home-page .nav-inner nav {
    gap: 0.35rem 0.65rem;
    font-size: 0.78rem;
  }

  .header-actions {
    justify-self: center;
  }
}

/* Konfigurierbare Bilder (content/site-config.json → CSS-Variablen) */
.home-page #lage .image-card.placeholder-one {
  background-image: var(
    --slot-img-home-lage,
    linear-gradient(170deg, #9fd4ff 0%, #5c96bc 50%, #274060 100%)
  );
  background-size: cover;
  background-position: center;
}

.home-page #haus .image-card.placeholder-two {
  background-image: var(
    --slot-img-home-haus,
    linear-gradient(160deg, #ddbe96 0%, #a77546 45%, #4d3223 100%)
  );
  background-size: cover;
  background-position: center;
}

.home-page #garten .image-card.placeholder-three {
  background-image: var(
    --slot-img-home-garten,
    linear-gradient(150deg, #9fd4ff 0%, #6ca45f 45%, #b15c56 100%)
  );
  background-size: cover;
  background-position: center;
}

.lage-image-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.detail-split .detail-image.placeholder-location {
  background-image: var(
    --slot-img-lage-main,
    linear-gradient(155deg, #95d2fd 0%, #5f8eb1 45%, #1f314b 100%)
  );
  background-size: cover;
  background-position: center;
}

.detail-split .detail-image.placeholder-location-secondary {
  background-image: var(
    --slot-img-lage-main-2,
    linear-gradient(155deg, #8ec89a 0%, #5f8eb1 45%, #3d5a6e 100%)
  );
  background-size: cover;
  background-position: center;
  min-height: 340px;
}

.room-split .detail-image.placeholder-two {
  background-image: var(
    --slot-img-haus-overview,
    linear-gradient(160deg, #ddbe96 0%, #a77546 45%, #4d3223 100%)
  );
  background-size: cover;
  background-position: center;
}

.haus-living-image-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.split-card:not(.reverse) .haus-living-image-stack .detail-image.haus-living-primary {
  background-image: var(
    --slot-img-haus-living,
    linear-gradient(165deg, #efd1a9, #b9734f 52%, #5f3c2c)
  );
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.split-card:not(.reverse) .haus-living-image-stack .detail-image.haus-living-secondary {
  background-image: var(
    --slot-img-haus-wintergarden,
    linear-gradient(165deg, #e8dcc8, #c49a6a 52%, #6b4a35)
  );
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.split-card.reverse .detail-image.placeholder-blue {
  background-image: var(
    --slot-img-haus-kitchen,
    linear-gradient(160deg, #cfdef0, #86a7c8 50%, #426382)
  );
  background-size: cover;
  background-position: center;
}

.split-card:not(.reverse) .detail-image.placeholder-deep {
  background-image: var(
    --slot-img-haus-bedrooms,
    linear-gradient(160deg, #2b7ebe, #154977 62%, #103355)
  );
  background-size: cover;
  background-position: center;
}

.garden-top-grid .detail-image.placeholder-three {
  background-image: var(
    --slot-img-garten-pool,
    linear-gradient(150deg, #9fd4ff 0%, #6ca45f 45%, #b15c56 100%)
  );
  background-size: cover;
  background-position: center;
}

.garden-top-grid .detail-image.placeholder-sand {
  background-image: var(
    --slot-img-garten-grill,
    linear-gradient(165deg, #efd1a9, #b9734f 52%, #5f3c2c)
  );
  background-size: cover;
  background-position: center;
}

.gallery-grid article[data-gallery-slot] {
  background-size: cover;
  background-position: center;
}

.house-grid article[data-haus-gallery-slot],
.house-grid article[data-garten-gallery-slot] {
  background-size: cover;
  background-position: center;
}

.excursion-grid article[data-exc-teaser] {
  background-size: cover;
  background-position: center;
}

.image-previewable {
  cursor: zoom-in;
}

.image-previewable.image-preview-pinned {
  cursor: zoom-out;
}

#image-hover-preview {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 160ms ease, visibility 160ms ease;
  background: rgba(18, 14, 12, 0.62);
  cursor: zoom-out;
}

#image-hover-preview.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#image-hover-preview img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(95vw, 100%);
  max-height: 95vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  cursor: zoom-out;
}

.trip-extra-config-wrap {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.trip-extra-config-wrap > .trip-extra-config:first-child {
  margin-top: 0;
}

.trip-extra-config {
  margin-top: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #e8dfd3;
  background: #fdfbf7;
  color: #4e4540;
  font-size: 1.05rem;
  line-height: 1.65;
}

.trip-extra-facts {
  display: grid;
  gap: 0.5rem;
}

.trip-extra-fact {
  margin: 0;
}

.trip-extra-fact strong {
  color: #7b5841;
}

.trip-extra-web a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trip-extra-web a:hover {
  color: var(--blue-dark);
}

/* Zugriffszaehler (Startseite) */
.visit-counter {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 0.54rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
}

.visit-counter[hidden] {
  display: inline-flex !important;
}

.visit-counter-label {
  opacity: 0.95;
  font-size: 0.9rem;
}

.visit-counter-value {
  min-width: 1.5rem;
  text-align: center;
}

body.visit-stats-open {
  overflow: hidden;
}

.visit-stats-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(32, 22, 20, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.visit-stats-overlay.open {
  display: flex;
}

.visit-stats-panel {
  width: min(980px, 100%);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.visit-stats-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.visit-stats-kicker {
  margin: 0 0 0.25rem;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.visit-stats-header h2 {
  margin: 0;
  font-size: 1.8rem;
}

.visit-stats-note {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: #6f655f;
}

.visit-stats-total {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.visit-stats-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  min-height: 220px;
  padding: 1rem 0.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.visit-stats-bar {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  min-height: 180px;
}

.visit-stats-bar-fill {
  width: 100%;
  min-height: 4px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, var(--yellow), var(--orange));
}

.visit-stats-bar-count {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

.visit-stats-bar-label {
  text-align: center;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.2;
}

.visit-stats-table-wrap {
  margin-top: 1.25rem;
  overflow-x: auto;
}

.visit-stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.visit-stats-table th,
.visit-stats-table td {
  text-align: left;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--line);
}

.visit-stats-table th {
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 700px) {
  .visit-counter-label {
    display: none;
  }

  .visit-stats-header {
    flex-direction: column;
  }
}
