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

:root {
  --forest: #1c2b1e;
  --gold: #c9a96e;
  --gold-dark: #a07830;
  --cream: #f4efe6;
  --cream-dark: #e8e3d8;
  --text-dark: #1c2b1e;
  --text-mid: #3a4e3c;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  background: var(--forest);
  color: #fff;
  overflow-x: hidden;
  font-size: 20px;
}

a { color: inherit; }

/* HERO */
#hero {
  min-height: 100vh;
  background: var(--forest);
  display: grid;
  grid-template-columns: 1fr 420px;
  padding-top: 5rem;
}
.hero-text {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 6rem 4rem 7rem 7rem;
}
.hero-eyebrow {
  font-size: 0.85rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 3rem; font-weight: 300;
}
.hero-h1 {
  margin: 0 0 3rem; font-weight: 100; font-family: 'Josefin Sans', sans-serif;
  font-size: 5.5rem; line-height: 1.05; letter-spacing: 0.35em; text-transform: uppercase;
  display: block;
}
.hero-h1 .hero-name, .hero-h1 .hero-name-gold { display: block; }
.hero-name { color: rgba(255,255,255,0.9); }
.hero-name-gold { color: var(--gold); }
.hero-rule { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 2.5rem; opacity: 0.45; }
.hero-rule .ln { width: 2.5rem; height: 1px; background: var(--gold); }
.hero-rule .dt { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.7rem; line-height: 1.85; color: rgba(255,255,255,0.75); margin-bottom: 0.75rem;
}
.hero-tagline {
  font-size: 1rem; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.75); margin-bottom: 3.5rem; font-weight: 200;
}
.btn-main {
  display: inline-block; border: 2px solid var(--gold); color: var(--gold);
  font-size: 1.05rem; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none; padding: 1.3rem 3rem; transition: all 0.4s; align-self: flex-start;
  background: transparent; cursor: pointer; font-family: 'Josefin Sans', sans-serif;
}
.btn-main:hover { background: var(--gold); color: var(--forest); }
.hero-photo { width: 100%; height: 100vh; overflow: hidden; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-photo img { width: 85%; height: 88%; object-fit: cover; object-position: center top; filter: brightness(0.88); display: block; margin: auto; margin-top: 6rem; }
.hero-photo::before {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 6rem;
  background: linear-gradient(to right, var(--forest), transparent); z-index: 1;
}
.hero-photo::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 6rem;
  background: linear-gradient(to top, var(--forest), transparent); z-index: 1;
}

/* SECTIONS */
.s-dark { background: var(--forest); padding: 10rem 0; }
.s-light { background: var(--cream); padding: 10rem 0; color: var(--text-dark); }
.s-mid { background: #243027; padding: 10rem 0; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 5rem; }

.eyebrow {
  font-size: 1rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 2rem; font-weight: 600; display: block;
}
.eyebrow-light { color: var(--gold-dark); }
.ttl {
  font-weight: 100;
  font-size: 3.2rem; line-height: 1.3; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 2rem;
}
.ttl em {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
  text-transform: none; letter-spacing: 0.02em; font-size: 1.15em;
}
.body-text { font-size: 1.15rem; line-height: 2.1; color: rgba(255,255,255,0.85); font-weight: 200; margin-bottom: 1.75rem; }
.body-text-dark { font-size: 1.15rem; line-height: 2.1; color: #2a3a2c; font-weight: 300; margin-bottom: 1.75rem; }
.gold-bar { width: 3rem; height: 1px; background: var(--gold); opacity: 0.6; margin-bottom: 3.5rem; }

/* CONCIERGE NURSING */
.nursing-intro { max-width: 700px; margin-bottom: 5rem; }
.nursing-quote {
  border-left: 2px solid var(--gold); padding-left: 2.5rem; margin-top: 3rem;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.35rem; line-height: 1.9; color: #2a3a2c;
}

/* LEISTUNGEN */
.leistungen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: rgba(201,169,110,0.12); margin-top: 4rem;
}
.lcard {
  background: rgba(255,255,255,0.06); padding: 3rem 2.5rem;
  transition: background 0.3s; display: flex; flex-direction: column; gap: 1.25rem;
}
.lcard:hover { background: rgba(255,255,255,0.12); }
.lcard-icon { margin-bottom: 0.5rem; }
.lcard-name {
  font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #d4a84b; font-weight: 600;
}
.lcard-desc { font-size: 1.05rem; line-height: 1.9; color: #ffffff; font-weight: 300; }

/* BAUSTEINE */
.bausteine-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem; margin-top: 4rem; align-items: stretch;
}
.baustein {
  border: 1px solid rgba(28,43,30,0.18); padding: 4rem 3rem;
  display: flex; flex-direction: column; position: relative;
  transition: border-color 0.3s; background: #fff;
  min-width: 0;
}
.baustein:hover { border-color: var(--gold); }
.baustein-featured {
  background: var(--gold); border: none;
  transform: translateY(-1.5rem);
  box-shadow: 0 2rem 4rem rgba(0,0,0,0.25);
}
.baustein-badge {
  position: absolute; top: -0.8rem; left: 50%; transform: translateX(-50%);
  background: var(--forest); color: var(--gold);
  font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.4rem 1.4rem; white-space: nowrap; font-weight: 300;
}
.baustein-num { font-size: 0.75rem; letter-spacing: 0.3em; color: var(--gold); font-weight: 100; margin-bottom: 1.75rem; }
.baustein-featured .baustein-num { color: var(--forest); opacity: 0.5; }
.baustein-title {
  font-weight: 200;
  font-size: 1.5rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--forest); margin-bottom: 1rem; line-height: 1.3;
  overflow-wrap: break-word; hyphens: auto;
}
.baustein-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.3rem; color: var(--text-mid); margin-bottom: 2rem; line-height: 1.5;
}
.baustein-featured .baustein-sub { color: rgba(28,43,30,0.7); }
.baustein-rule { width: 2.5rem; height: 1px; background: var(--gold); opacity: 0.5; margin-bottom: 2rem; }
.baustein-featured .baustein-rule { background: var(--forest); opacity: 0.25; }
.baustein-text {
  font-size: 1.05rem; line-height: 2.1; color: var(--text-mid);
  font-weight: 200; margin-bottom: 3rem; flex: 1;
}
.baustein-featured .baustein-text { color: rgba(28,43,30,0.75); }
.btn-baustein {
  display: inline-block; border: 2px solid var(--gold); color: var(--gold);
  font-family: 'Josefin Sans', sans-serif; font-size: 0.85rem; font-weight: 300;
  letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none;
  padding: 1rem 1.5rem; transition: all 0.4s; background: transparent;
  cursor: pointer; align-self: stretch; margin-top: auto; text-align: center;
}
.btn-baustein:hover { background: var(--gold); color: var(--forest); }
.btn-baustein-dark { border-color: var(--forest); color: var(--forest); }
.btn-baustein-dark:hover { background: var(--forest); color: var(--gold); }

/* MEINE GESCHICHTE */
.geschichte-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.geschichte-inner .gold-bar { margin: 0 auto 3rem; }
.geschichte-quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 2.2rem; line-height: 1.65; color: rgba(255,255,255,0.92); margin-bottom: 3rem;
}

/* ANGEHÖRIGE */
.angehoerige-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.angehoerige-inner .gold-bar { margin: 0 auto 3rem; }
.big-quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 2rem; line-height: 1.65; color: rgba(255,255,255,0.88); margin-bottom: 2.5rem;
}

/* ÜBER MICH */
.ueber-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 7rem; align-items: center; }
.ueber-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 35% top; display: block; }
.ueber-quote {
  border-left: 2px solid var(--gold); padding-left: 2.5rem; margin: 3rem 0;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.45rem; line-height: 1.9; color: rgba(255,255,255,0.88);
}

/* KONTAKT */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.k-item { display: flex; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(201,169,110,0.25); }
.k-label {
  font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #b8860b; min-width: 110px; font-weight: 700; padding-top: 0.15rem;
}
.k-val { font-size: 1.2rem; color: #1c2b1e; font-weight: 400; line-height: 1.6; }
.k-val a { text-decoration: none; }
.k-val a:hover { color: var(--gold-dark); }
.f-row { border-bottom: 1px solid rgba(201,169,110,0.35); padding: 1.4rem 0; }
.f-row input, .f-row textarea {
  background: transparent; border: none; outline: none; width: 100%;
  font-family: 'Josefin Sans', sans-serif; font-size: 1.15rem; font-weight: 300; color: #1c2b1e;
}
.f-row input::placeholder, .f-row textarea::placeholder { color: rgba(28,43,30,0.4); }
.f-row textarea { resize: none; min-height: 90px; }
.form-status { font-size: 0.95rem; line-height: 1.55; margin-top: 1.5rem; min-height: 1.2em; color: var(--text-mid); }
.form-status-ok { color: #2a5e2a; }
.form-status-error { color: #a04040; }

/* LEGAL PAGES */
.legal .ttl { font-size: 2.6rem; }
.legal-h2 {
  font-weight: 400; font-size: 1rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-dark); margin: 2.75rem 0 1rem;
}
.legal .body-text-dark a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal .body-text-dark a:hover { color: var(--forest); }
.legal-back {
  display: inline-block; border: 2px solid var(--forest); color: var(--forest);
  padding: 1rem 2rem; text-decoration: none; letter-spacing: 0.15em;
  font-size: 0.9rem; text-transform: uppercase; transition: all 0.3s;
}
.legal-back:hover { background: var(--forest); color: var(--gold); }

footer {
  background: #111a12; padding: 2.5rem 5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
footer .f-logo {
  font-size: 1rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #fff; font-weight: 400;
}
footer .f-copy {
  font-size: 0.95rem; color: rgba(255,255,255,0.85); font-weight: 300;
}
footer a { text-decoration: none; }
footer a:hover { color: var(--gold); }

.footer-mark { background: #111a12; text-align: center; padding-bottom: 2rem; }

@media (max-width: 900px) {
  #hero { grid-template-columns: 1fr; }
  .hero-photo { height: 60vw; }
  .hero-photo img { margin-top: 0; height: 100%; }
  .hero-text { padding: 5rem 2rem 4rem; }
  .hero-h1 { font-size: 3.5rem; }
  .leistungen-grid { grid-template-columns: 1fr 1fr; }
  .bausteine-grid { grid-template-columns: 1fr; }
  .baustein-featured { transform: none; }
  .ueber-grid, .kontakt-grid { grid-template-columns: 1fr; gap: 3rem; }
  .wrap { padding: 0 2rem; }
  .s-dark, .s-light, .s-mid { padding: 6rem 0; }
  .ttl { font-size: 2.2rem; }
  footer { flex-direction: column; padding: 2rem; text-align: center; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .leistungen-grid { grid-template-columns: 1fr; }
  .hero-text { padding: 4rem 1.5rem 3rem; }
  .hero-h1 { font-size: 2.8rem; letter-spacing: 0.25em; }
  .hero-sub { font-size: 1.3rem; }
  .wrap { padding: 0 1.5rem; }
}
