/* ── HOME ─────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 42%;
  padding-top: 88px;
  overflow: hidden;
  position: relative;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 5vw 5vw 7vw;
  position: relative;
}
.hero-corner {
  position: absolute; top: 7rem; left: 5vw;
  width: 44px; height: 44px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  opacity: 0.65;
}
.hero-scroll {
  position: absolute; bottom: 7vw; right: 1rem;
  writing-mode: vertical-rl;
  font-size: 0.82rem; font-weight: 200;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--taupe);
}
.hero-brand {
  display: block;
  font-size: 1.8rem;
  color: var(--ink);
  margin-bottom: 2rem;
}
.hero-h1 {
  font-family: var(--ff-d);
  font-size: clamp(2.8rem, 4.5vw, 5.2rem);
  font-weight: 400; line-height: 1.1; color: var(--ink);
  margin-bottom: 1.5rem; max-width: 680px;
}
.hero-claim {
  font-size: 1.08rem; font-weight: 400;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--stone); display: block;
}
.hero-h1 em { font-style: italic; color: var(--stone); }
.hero-body {
  font-size: 1.2rem; font-weight: 300;
  line-height: 1.8; color: var(--stone);
  max-width: 480px; margin-bottom: 3.5rem;
}
.hero-cta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; }
.hero-img {
  position: absolute; inset: 0;
  background: url('/images/hero-room.png') center center / cover no-repeat;
  background-color: #DAD4C8;
}
.hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--cream) 0%, transparent 18%);
}
.hero-img span {
  font-family: var(--ff-d); font-size: 1.08rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(26,24,21,0.25);
}
.hero-diamond {
  position: absolute; bottom: 2.5rem; right: 2.5rem;
  width: 80px; height: 80px; opacity: 0.7;
}

/* intro */
.intro-text {
  font-family: var(--ff-d);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 1.55; color: var(--stone);
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}

/* leistungen preview */
.leistungen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line); margin-top: 3rem;
}
.l-card {
  padding: 2.8rem 2.2rem;
  border-right: 1px solid var(--line);
  transition: background .3s;
}
.l-card:last-child { border-right: none; }
.l-card:nth-child(4),
.l-card:nth-child(5),
.l-card:nth-child(6) { border-top: 1px solid var(--line); }
.l-card:hover { background: var(--cream-d); }
.l-num {
  font-family: var(--ff-d); font-size: 1.18rem; font-weight: 300;
  letter-spacing: 0.2em; color: var(--gold); margin-bottom: 1.2rem; display: block;
}
.l-title {
  font-family: var(--ff-d); font-size: 1.5rem; font-weight: 400;
  color: var(--ink); margin-bottom: 0.8rem; line-height: 1.3;
}
.l-body {
  font-size: 1.18rem; font-weight: 300;
  line-height: 1.8; color: var(--stone);
}

/* warum section */
.warum-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start;
}
.warum-items { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.warum-item { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.warum-item-title {
  font-family: var(--ff-d); font-size: 1.35rem; font-weight: 400;
  color: var(--ink); margin-bottom: 0.6rem;
}
.warum-item-body { font-size: 1.18rem; font-weight: 300; line-height: 1.8; color: var(--stone); }

/* kathrin teaser */
.kathrin-teaser {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
}
.kathrin-teaser-img {
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, #C8C2B4 0%, #ADA69A 100%);
  display: flex; align-items: center; justify-content: center;
}
.kathrin-teaser-img span {
  font-family: var(--ff-d); font-size: 1.08rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(26,24,21,0.25);
}
.kathrin-teaser-list {
  list-style: none; margin: 1.5rem 0 2rem;
}
.kathrin-teaser-list li {
  font-family: var(--ff-d); font-size: 1.25rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative; color: var(--ink);
}
.kathrin-teaser-list li::before {
  content: ''; position: absolute;
  left: 0; top: 50%; width: 6px; height: 6px;
  background: var(--gold); border-radius: 50%;
  transform: translateY(-50%);
}

/* zusammenarbeit teaser */
.zusammenarbeit-teaser {
  background: var(--cream-d);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.zusammenarbeit-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 4rem;
}

/* private teaser */
.private-teaser {
  background: var(--ink); padding: 7rem 5vw;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.private-h {
  font-family: var(--ff-d); font-size: clamp(1.6rem, 2.5vw, 3rem);
  font-weight: 400; line-height: 1.2; color: var(--cream); margin-bottom: 1.5rem;
}
.private-h em { font-style: italic; color: var(--taupe); }
.private-body {
  font-size: 1.2rem; font-weight: 300;
  line-height: 1.85; color: var(--taupe); margin-bottom: 2.5rem;
}

/* responsive */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { min-height: 50vw; }
  .hero-img-overlay { background: linear-gradient(to bottom, var(--cream) 0%, transparent 20%); }
  .leistungen-grid { grid-template-columns: 1fr 1fr; }
  .l-card:nth-child(2n) { border-right: none; }
  .l-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .warum-grid { grid-template-columns: 1fr; gap: 3rem; }
  .warum-items { grid-template-columns: 1fr 1fr; }
  .kathrin-teaser { grid-template-columns: 1fr; gap: 3rem; }
  .zusammenarbeit-inner { flex-direction: column; text-align: center; }
  .private-teaser { grid-template-columns: 1fr; gap: 3rem; }
  .private-diamond { display: none; }
}
@media (max-width: 640px) {
  .leistungen-grid { grid-template-columns: 1fr; }
  .l-card { border-right: none !important; }
  .warum-items { grid-template-columns: 1fr; }
}
