:root {
  --ink: #1a1712;
  --ink-soft: #5c564c;
  --paper: #f4efe6;
  --cream: #ebe4d6;
  --white: #fbf8f2;
  --line: #d8d0c2;
  --forest: #1d2a1c;
  --moss: #5c6b42;
  --gold: #b0894f;
  --gold-soft: #e8d7b4;
  --taken: #8a847a;
  --shadow: 0 24px 60px rgba(26, 23, 18, 0.1);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.wrap {
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.wrap-wide {
  width: min(1360px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  transition: background 0.3s, box-shadow 0.3s;
}

.site-header.solid {
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img { width: 96px; }

.brand strong {
  display: block;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.brand em {
  display: block;
  font-style: normal;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  margin-top: -0.1rem;
}

.site-header:not(.solid) .brand,
.site-header:not(.solid) .main-nav a,
.site-header:not(.solid) .nav-toggle {
  color: #fff;
}

.site-header:not(.solid) .brand img {
  background: #fbf8f2;
  border-radius: 50%;
  padding: 3px;
}

.site-header:not(.solid) .nav-toggle {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.main-nav a {
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(176, 137, 79, 0.16);
}

.btn,
.btn-gold,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.btn { background: var(--forest); color: #fff; }
.btn:hover { background: #121b11; }

.btn-gold { background: var(--gold); color: #1a1712; }
.btn-gold:hover { background: #9a753f; }

.btn-ghost {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  font: inherit;
}

.hero {
  min-height: 100svh;
  position: relative;
  color: #fff;
  display: grid;
  align-items: end;
  background: #111 url("../images/hero-rezeption.jpg") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.28) 0%, rgba(18, 16, 12, 0.15) 40%, rgba(18, 16, 12, 0.72) 100%);
}

.hero-sample {
  position: absolute;
  z-index: 2;
  top: 6.6rem;
  left: max(1.2rem, calc((100% - 1180px) / 2));
  padding: 0.4rem 0.7rem;
  background: rgba(18, 16, 12, 0.58);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 8rem 0 7.5rem;
}

.eyebrow {
  display: inline-block;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-soft);
  margin-bottom: 1rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.92;
  max-width: 14ch;
}

.hero .lead {
  max-width: 38rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 1.8rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.stat-bar {
  position: relative;
  z-index: 2;
  margin-top: -3.2rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stat-grid article {
  padding: 1.5rem 1.3rem 1.4rem;
  border-right: 1px solid var(--line);
}

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

.stat-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-grid span {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.section { padding: 5.5rem 0; }
.section.cream { background: var(--cream); }
.section.forest { background: var(--forest); color: #f4efe6; }
.section.white { background: var(--white); }

.kicker {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 0.7rem;
}

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 1rem;
}

.section-intro {
  max-width: 40rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
  margin: 0 0 2.4rem;
}

.section.forest .section-intro { color: rgba(244, 239, 230, 0.75); }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}

.split.reverse { grid-template-columns: 0.95fr 1.05fr; }
.split.reverse .copy { order: 2; }

.frame {
  overflow: hidden;
  background: var(--cream);
  position: relative;
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.sample-photo.tall img,
.photo-grid .sample-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid .sample-photo.tall { min-height: 560px; }
.photo-grid .sample-photo { min-height: 272px; }

.prose p { margin: 0 0 1rem; color: var(--ink-soft); }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: 2rem; margin: 1.6rem 0 0.6rem; }

.amen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.amen {
  background: var(--white);
  padding: 1.5rem 1.3rem 1.4rem;
  border: 1px solid var(--line);
}

.amen h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.amen p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

.photo-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0.8rem;
}

.photo-grid .stack {
  display: grid;
  gap: 0.8rem;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid .tall { min-height: 560px; }
.photo-grid .stack img { min-height: 272px; }

.caption {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin: 0.7rem 0 0;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.room {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.room.taken { opacity: 0.86; }

.room-photo,
.sample-photo {
  position: relative;
  overflow: hidden;
}

.room-photo img,
.sample-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.sample-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem 0.85rem 0.55rem;
  background: linear-gradient(180deg, transparent, rgba(18, 16, 12, 0.78));
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.room .meta {
  padding: 1.3rem 1.3rem 1.4rem;
}

.room h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0.25rem 0 0.35rem;
}

.pill {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
}

.pill.free { background: #dce8c4; color: #314116; }
.pill.busy { background: #e4e0d8; color: #5a554c; }

.plan-frame {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1rem;
}

.plan-frame img { width: 100%; height: auto; }

.plan-frame figcaption {
  font-size: 0.84rem;
  color: var(--ink-soft);
  padding: 0.6rem 0.2rem 0.2rem;
}

.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.loc-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 1.3rem;
}

.loc-card h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.loc-card p { margin: 0; color: rgba(244, 239, 230, 0.72); }

.map-wrap {
  margin-top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  min-height: 320px;
}

.map-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(1.04) brightness(1.08);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.faq details:last-child { border-bottom: 1px solid var(--line); }

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

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

.faq summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1;
}

.faq details[open] summary::after { content: "–"; }

.faq p {
  color: var(--ink-soft);
  margin: 0.7rem 0 0;
  max-width: 44rem;
}

.inquiry {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

form {
  display: grid;
  gap: 0.75rem;
}

label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

textarea { min-height: 140px; resize: vertical; }

.form-note {
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.form-note.ok { color: #314116; font-weight: 600; }
.form-note.err { color: #8a2b1e; font-weight: 600; }

.page-hero {
  padding: 9rem 0 3.4rem;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.42), rgba(18, 16, 12, 0.48)),
    url("../images/neuoetting-stadtplatz.jpg") center 60%/cover no-repeat;
  color: #fff;
}

.photo-credit {
  font-size: 0.75rem;
  color: var(--ink-soft);
  margin: 0.45rem 0 0;
}

.photo-credit a { text-decoration: underline; }

.page-hero.inner-hero {
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.5), rgba(18, 16, 12, 0.45)),
    url("../images/raum-behandlung.jpg") center/cover no-repeat;
}

.page-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  margin: 0 0 0.6rem;
}

.cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: var(--forest);
  color: #fff;
  display: none;
}

.cta-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

.site-footer {
  background: #12110e;
  color: #d8d0c2;
  padding: 3rem 0 5.5rem;
}

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

.site-footer a { color: #fff; text-decoration: none; }
.site-footer h3 {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}

.legal-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
}

.host {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.2rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1rem;
}

.host img {
  width: 120px;
  height: 140px;
  object-fit: cover;
  object-position: center 22%;
}

@media (max-width: 900px) {
  .brand img { width: 64px; }

  .brand strong { font-size: 0.78rem; }

  .brand em { font-size: 1.2rem; }

  .nav-toggle { display: inline-flex; }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    flex-direction: column;
    padding: 0.8rem 1.2rem 1.2rem;
    box-shadow: var(--shadow);
  }

  .main-nav.open { display: flex; }

  .site-header:not(.solid) .main-nav a { color: var(--ink); }

  .stat-grid,
  .split,
  .split.reverse,
  .amen-grid,
  .room-grid,
  .loc-grid,
  .inquiry,
  .footer-grid,
  .photo-grid,
  .host {
    grid-template-columns: 1fr;
  }

  .split.reverse .copy { order: 0; }

  .stat-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .photo-grid .tall,
  .photo-grid .stack img,
  .frame img { min-height: 240px; }

  .cta-bar { display: block; }

  .hero-inner { padding: 7.5rem 0 6rem; }
}
