:root {
  --green-900: #203421;
  --green-700: #314b36;
  --green-500: #6f8a63;
  --cream: #f8f5ed;
  --sand: #eee7d9;
  --ink: #252525;
  --muted: #666a61;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(35, 43, 31, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(111,138,99,0.18), transparent 32rem), var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(49,75,54,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(49,75,54,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}
.brand img { width: 68px; height: auto; padding: 5px; }
.brand strong { display: block; font-size: 1.1rem; letter-spacing: .02em; color: var(--green-900); }
.brand small { display: block; color: var(--muted); margin-top: -3px; }

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.main-nav a {
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 650;
  font-size: .92rem;
  color: #2f332e;
}
.main-nav a:hover { background: rgba(49,75,54,0.08); }
.main-nav .nav-cta {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(49,75,54,.22);
}
.main-nav .nav-cta:hover { background: var(--green-900); }

main { overflow: hidden; }
.hero {
  max-width: 1240px;
  min-height: 680px;
  margin: 18px auto 0;
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--green-900);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95) contrast(1.03); }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,24,15,.78), rgba(14,24,15,.42) 20%, rgba(14,24,15,.12)), linear-gradient(0deg, rgba(14,24,15,.28), transparent 20%);
}
.hero-content {
  position: relative;
  max-width: 700px;
  padding: clamp(56px, 9vw, 120px) clamp(28px, 8vw, 92px);
  color: var(--white);
}
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  color: var(--green-500);
}
.hero .eyebrow { color: #c9dabf; }
h1, h2, h3 { line-height: 1.08; margin: 0; color: var(--green-900); }
h1 {
  max-width: 720px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -.055em;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.04em;
}
h3 { font-size: 1.15rem; }
.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  color: rgba(255,255,255,.92);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-actions.compact { margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}
.button.primary { background: var(--green-700); color: white; box-shadow: 0 14px 30px rgba(32,52,33,.25); }
.button.primary:hover { background: var(--green-900); }
.button.secondary { color: white; border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.08); }
.button.secondary:hover { background: rgba(255,255,255,.16); }
.contact-section .button.secondary { color: var(--green-900); border-color: rgba(49,75,54,.22); background: white; }

.quick-facts {
  max-width: 1050px;
  margin: -58px auto 70px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 20px;
}
.quick-facts article {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(49,75,54,0.10);
  border-radius: 24px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 14px 32px rgba(32,52,33,.10);
}
.quick-facts span { display: block; font-weight: 900; color: var(--green-700); font-size: 1.2rem; }
.quick-facts p { margin: 5px 0 0; color: var(--muted); font-size: .95rem; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 20px;
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}
.section-copy p { margin: 18px 0 0; color: #454941; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.inline-links a {
  text-decoration: none;
  padding: 10px 14px;
  background: #fff;
  color: var(--green-900);
  border: 1px solid rgba(49,75,54,.14);
  border-radius: 999px;
  font-weight: 800;
}
.feature-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.feature-card img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.feature-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--green-900);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head p { margin: 14px 0 0; color: var(--muted); }
.photo-grid, .region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.photo-card {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
  background: #ddd;
  box-shadow: 0 14px 32px rgba(32,52,33,.10);
}
.photo-card.large { grid-column: span 2; grid-row: span 2; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform .35s ease; }
.photo-card.large img { aspect-ratio: 1.35 / 1; }
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.48), transparent 55%);
}
.photo-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: white;
  font-weight: 900;
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}
.photo-card:hover img { transform: scale(1.04); }
.hidden-gallery { display: none; }

.amenities-section, .prices-section { background: rgba(255,255,255,.36); border-radius: 42px; }
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.amenity-grid article, .price-card, .conditions-card, .contact-card, .arrival-box {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(49,75,54,.11);
  border-radius: 26px;
  box-shadow: 0 12px 32px rgba(32,52,33,.08);
}
.amenity-grid article { padding: 26px; }
.amenity-grid span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 50%; background: var(--sand); font-size: 1.35rem; }
.amenity-grid p { margin-bottom: 0; color: var(--muted); }

.region-section {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: start;
}
.region-grid { grid-template-columns: repeat(2, 1fr); }
.region-grid .photo-card { min-height: 250px; }

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}
.price-card { padding: 34px; }
.price-card.featured { background: var(--green-700); color: white; }
.price-card.featured h3, .price-card.featured .price-label { color: white; }
.price-label { margin: 0 0 12px; color: var(--green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .10em; font-size: .78rem; }
.price-card h3 { font-size: clamp(2.4rem, 5vw, 4rem); }
.price-card h3 span { font-family: inherit; font-size: 1rem; font-weight: 700; letter-spacing: 0; color: currentColor; opacity: .78; }
.price-card p:last-child { margin-bottom: 0; color: var(--muted); }
.price-card.featured p:last-child { color: rgba(255,255,255,.78); }
.conditions-card { max-width: 860px; margin: 18px auto 0; padding: 24px 30px; color: #474b43; }
.conditions-card p:last-child { margin-bottom: 0; }

.contact-card {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(238,231,217,.92));
}
.contact-card a { color: var(--green-700); font-weight: 800; }
.arrival-box { padding: 26px; background: var(--green-900); color: rgba(255,255,255,.84); align-self: stretch; }
.arrival-box h3 { color: white; }

.site-footer {
  background: var(--green-900);
  color: rgba(255,255,255,.78);
  margin-top: 60px;
  padding: 42px 20px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; font-weight: 900; }
.footer-brand img { width: 140px; height: auto; opacity: .95; }
.site-footer a { color: white; text-decoration: none; font-weight: 800; }
.site-footer a:hover { text-decoration: underline; }

.fade-in, body { opacity: 1; }
.js body { opacity: 0; transition: opacity .45s ease; }
body.loaded { opacity: 1; }

.lightbox, .overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(8,13,9,.82);
  backdrop-filter: blur(12px);
}
.hidden { display: none !important; }
.lightbox figure {
  width: min(1080px, 92vw);
  margin: 0;
  color: white;
  text-align: center;
}
.lightbox img {
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 22px 80px rgba(0,0,0,.45);
}
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.88); }
.lightbox-close, .lightbox-prev, .lightbox-next, .close-overlay {
  border: 0;
  cursor: pointer;
  color: white;
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}
.lightbox-close, .close-overlay {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  font-size: 2rem;
}
.lightbox-prev, .lightbox-next {
  position: absolute;
  width: 52px;
  height: 52px;
  font-size: 2.3rem;
}
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.overlay-content {
  position: relative;
  width: min(820px, 94vw);
  max-height: 84vh;
  overflow: auto;
  padding: 34px;
  border-radius: 26px;
  background: white;
  color: var(--ink);
}
.overlay .close-overlay { color: var(--green-900); background: var(--sand); }
.overlay-content h2 { font-size: 2.2rem; }
.overlay-content h3 { margin-top: 24px; }

@media (max-width: 920px) {
  .main-nav { justify-content: flex-start; }
  .hero { margin-inline: 10px; min-height: 610px; border-radius: 30px; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
  .split-section, .region-section, .contact-card { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .brand { min-width: 0; }
  .brand img { width: 56px; }
  .main-nav a { padding: 8px 10px; font-size: .86rem; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 72px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.3rem); }
  .quick-facts, .photo-grid, .region-grid, .amenity-grid, .price-grid { grid-template-columns: 1fr; }
  .photo-card.large { grid-column: span 1; grid-row: span 1; }
  .section { padding: 56px 16px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 22px; }
  .footer-inner { flex-direction: column; text-align: center; }
}


/* Final clean navigation + hero layout, 2026-05-17
   Ziel: einheitlicher, rechteckiger, fixierter Header mit gleicher Breite wie der Hero-Bereich. */
:root {
  --shell-max: 1500px;
  --shell-gap: 28px;
  --header-bg: rgba(248,245,237,.91);
}

.site-header {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--shell-max), calc(100vw - (var(--shell-gap) * 2)));
  max-width: var(--shell-max);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3vw, 52px);
  padding: 0px clamp(36px, 4vw, 64px);
  background: var(--header-bg);
  border: 1px solid rgba(49,75,54,.10);
  border-radius: 0;
  box-shadow: 0 18px 46px rgba(32,52,33,.13);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: -28px -42px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center,
      rgba(248,245,237,.55) 0%,
      rgba(248,245,237,.32) 42%,
      rgba(248,245,237,.08) 66%,
      rgba(248,245,237,0) 78%);
}

.brand {
  display: block;
  flex: 0 0 180px;
  min-width: 180px;
  width: 180px;
}

.brand img {
  display: block;
  width: 176px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.35vw, 34px);
  flex: 1 1 auto;
  flex-wrap: nowrap;
  padding: 0;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 0;
  border-radius: 0;
  color: var(--green-900);
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: clamp(.82rem, .92vw, .98rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .08em;
  text-shadow: none;
}

.main-nav a:hover {
  color: var(--green-700);
  background: transparent;
}

.main-nav .nav-cta {
  margin-left: 2px;
  padding: 15px 22px;
  border-radius: 6px;
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 12px 26px rgba(32,52,33,.20);
}

.main-nav .nav-cta:hover {
  background: var(--green-900);
  color: #fff;
}

/* body.scrolled wird per JS gesetzt, soll aber die Navi nicht mehr optisch verändern. */
body.scrolled .site-header,
body.scrolled .brand,
body.scrolled .brand img,
body.scrolled .main-nav,
body.scrolled .main-nav a,
body.scrolled .main-nav .nav-cta {
  transition: none;
}

.hero {
  width: min(var(--shell-max), calc(100vw - (var(--shell-gap) * 2)));
  max-width: var(--shell-max);
  min-height: 720px;
  margin: 28px auto 0;
  border-radius: 0;
  background: #f8f5ed;
}

.hero-media img {
  filter: saturate(1.08) contrast(1.02) brightness(1.04);
}

.hero-media::after {
  background:
    linear-gradient(to bottom,
      rgba(255,255,255,.72) 0%,
      rgba(255,255,255,.44) 10%,
      rgba(255,255,255,.12) 22%,
      rgba(255,255,255,0) 36%),
    linear-gradient(90deg,
      rgba(248,245,237,.86) 0%,
      rgba(248,245,237,.66) 23%,
      rgba(248,245,237,.30) 43%,
      rgba(248,245,237,.04) 65%,
      rgba(248,245,237,0) 100%);
}

.hero-content {
  color: var(--green-900);
  padding-top: clamp(230px, 18vw, 280px);
  padding-left: clamp(34px, 7vw, 92px);
  padding-right: clamp(28px, 6vw, 72px);
  text-shadow: none;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: clamp(190px, 16vw, 240px) auto auto clamp(18px, 4vw, 56px);
  width: min(690px, calc(100vw - 72px));
  height: 470px;
  border-radius: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 45%, rgba(255,255,255,.72), rgba(255,255,255,.44) 44%, rgba(255,255,255,0) 73%),
    linear-gradient(90deg, rgba(255,255,255,.42), rgba(255,255,255,.05));
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.hero .eyebrow {
  color: var(--green-700);
}

.hero h1 {
  color: #fff;
  text-shadow: 0 3px 18px rgba(32,52,33,.22), 0 3px 5px rgba(32,52,33,.25);
}

.hero-text {
  max-width: 660px;
  color: var(--green-900);
  font-weight: 800;
  text-shadow: 0 1px 10px rgba(255,255,255,.55);
}

.hero .button.secondary {
  color: var(--green-900);
  border-color: rgba(49,75,54,.28);
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero .button.secondary:hover {
  background: rgba(255,255,255,.72);
}

@media (max-width: 1220px) {
  :root { --shell-gap: 20px; }
  .site-header {
    top: 0px;
    padding: 0px 10px;
    gap: 18px;
  }
  .brand {
    flex-basis: 150px;
    min-width: 150px;
    width: 150px;
  }
  .brand img { width: 146px; }
  .main-nav { gap: 14px; }
  .main-nav a {
    font-size: .74rem;
    letter-spacing: .055em;
  }
  .main-nav .nav-cta { padding: 12px 14px; }
  .hero { min-height: 690px; margin-top: 20px; }
  .hero-content { padding-top: 220px; }
  .hero-content::before { top: 185px; height: 460px; }
}

@media (max-width: 900px) {
  :root { --shell-gap: 12px; }
  .site-header {
    top: 0px;
    padding: 0px 0px 0px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .site-header::before { inset: -18px -22px; }
  .brand {
    flex-basis: auto;
    min-width: 0;
    width: 132px;
  }
  .brand img { width: 128px; }
  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 12px;
  }
  .main-nav a {
    min-height: 28px;
    padding: 3px 0;
    font-size: .67rem;
    letter-spacing: .035em;
  }
  .main-nav .nav-cta { padding: 9px 10px; }
  .hero {
    min-height: 690px;
    margin-top: 12px;
  }
  .hero-media img { object-position: 58% center; }
  .hero-media::after {
    background:
      linear-gradient(to bottom,
        rgba(255,255,255,.78) 0%,
        rgba(255,255,255,.42) 16%,
        rgba(255,255,255,0) 36%),
      linear-gradient(90deg,
        rgba(248,245,237,.92) 0%,
        rgba(248,245,237,.72) 50%,
        rgba(248,245,237,.18) 100%);
  }
  .hero-content {
    padding-top: 240px;
    padding-left: 28px;
    padding-right: 24px;
  }
  .hero-content::before {
    inset: 215px 14px auto 14px;
    width: auto;
    height: 455px;
  }
}

@media (max-width: 520px) {
  .main-nav { gap: 6px 10px; }
  .main-nav a { font-size: .61rem; }
  .brand { width: 116px; }
  .brand img { width: 112px; }
  .hero-content { padding-top: 230px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4.05rem); }
}
