/* Naturheilpraxis Matthias Reikowski — Stralsund */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: linear-gradient(180deg, #faf6ec 0%, #f6f1e7 40%, #f1e9d7 100%) fixed #f6f1e7;
  color: #3f3b33;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", system-ui, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
}
a { color: #6e685c; text-decoration: none; }
a:hover { color: #514c42; text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid #6e685c; outline-offset: 3px; }
[id] { scroll-margin-top: 96px; }
img { max-width: 100%; }
h1, h2, h3 { font-weight: 400; color: #33302a; }

.skip-link { position: absolute; left: -9999px; top: 0; background: #3f3b33; color: #f6f1e7; padding: 10px 18px; z-index: 100; }
.skip-link:focus { left: 12px; top: 12px; }

/* Header */
#kopfzeile {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,231,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e5ddca;
  box-shadow: 0 2px 10px rgba(63,59,51,0.07);
}
.kopf-innen {
  max-width: 1060px; margin: 0 auto; padding: 22px 24px; min-height: 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px 24px;
  transition: padding 0.25s ease;
}
#kopfzeile.klein .kopf-innen { padding-top: 12px; padding-bottom: 12px; }
.wortlogo { color: #3f3b33; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; display: flex; align-items: center; gap: 10px; }
.nav-desktop { display: flex; gap: 10px 24px; font-size: 14.5px; flex-wrap: wrap; }
.nav-desktop a { color: #5d574a; }
.menue-knopf {
  display: none; width: 44px; height: 44px; margin: -8px -8px -8px 0; padding: 0;
  background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.menue-knopf span { display: block; width: 20px; height: 2px; background: #3f3b33; border-radius: 1px; }
.nav-mobil { border-top: 1px solid #e5ddca; background: rgba(246,241,231,0.98); display: flex; flex-direction: column; padding: 8px 0 12px; }
.nav-mobil[hidden] { display: none; }
.nav-mobil a { color: #5d574a; padding: 12px 24px; font-size: 16px; }
@media (max-width: 719px) {
  .nav-desktop { display: none; }
  .menue-knopf { display: flex; }
}
@media (min-width: 720px) {
  .nav-mobil { display: none !important; }
}

/* Gemeinsames */
.sektion-innen { max-width: 1060px; margin: 0 auto; padding: clamp(48px, 8vw, 88px) 24px; }
.zweispaltig { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); }
.spalte-titel { flex: 0 1 250px; min-width: 220px; }
.spalte-text { flex: 1 1 380px; min-width: 0; max-width: 62ch; }
.spalte-text.breit { flex: 1 1 480px; max-width: 74ch; }
h2 { margin: 0; font-size: 28px; }
.strich { width: 100px; height: 1px; background: linear-gradient(90deg, #c4a55e 0%, #a89f8d 100%); margin: 14px 0 0; }
.kicker { margin: 0 0 20px; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: #8a8375; }
.kicker-sub { margin: 16px 0 0; font-size: 15px; color: #8a8375; letter-spacing: 0.02em; }
.gedaempft { color: #5d574a; font-size: 16px; max-width: 48ch; }
p { font-size: 17px; }
.reveal { transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.versteckt { opacity: 0; transform: translateY(20px); }

/* Hero */
.hero { background: radial-gradient(ellipse 70% 60% at 78% 12%, rgba(174,184,150,0.22), transparent 65%); }
.hero-innen {
  max-width: 1060px; margin: 0 auto;
  padding: clamp(48px, 8vw, 88px) 24px clamp(56px, 9vw, 96px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero h1 { margin: 0 0 24px; font-size: clamp(30px, 4.5vw, 42px); line-height: 1.22; font-weight: 300; color: #5d5b55; letter-spacing: -0.01em; }
.hero-sub { margin: 0 0 32px; font-size: 18px; color: #6b6455; max-width: 52ch; }
.hero-termin { margin: 0; font-size: 16px; color: #5d574a; border-top: 1px solid #e5ddca; padding-top: 20px; max-width: 52ch; }
.hero-termin .tel { font-weight: 500; white-space: nowrap; }
.hero-bild { position: relative; min-width: 0; }
.hero-bild > img:last-child { width: 100%; height: clamp(260px, 42vw, 400px); object-fit: cover; border-radius: 6px; display: block; }
.hero-bambus { position: absolute; top: -46px; right: 8px; opacity: 0.55; pointer-events: none; z-index: 2; }

/* Grundlagen */
.grundlagen { background: linear-gradient(170deg, #fdfaf4 0%, #f9f3e5 100%); border-top: 1px solid #eee6d3; border-bottom: 1px solid #eee6d3; position: relative; overflow: hidden; }
.grundlagen .sektion-innen { position: relative; }
.bambus-bg { position: absolute; right: -40px; top: -30px; width: 620px; max-width: 70%; opacity: 0.1; pointer-events: none; }
.grundlagen h3 { margin: 32px 0 12px; font-size: 19px; font-weight: 500; }
.grundlagen p { margin: 0 0 20px; }
.hinweis { font-size: 16px; color: #6b6455; border-left: 2px solid #c7cfae; padding-left: 18px; }

/* Leistungen */
.leistungen { max-width: 1060px; margin: 0 auto; padding: clamp(48px, 8vw, 88px) 24px; }
.leistungen-kopf { display: flex; flex-wrap: wrap; gap: clamp(32px, 7vw, 110px); align-items: flex-start; margin-bottom: 48px; }
.leistungen-kopf > div { flex: 1 1 380px; min-width: 0; max-width: 62ch; }
.leistungen-kopf h2 { margin: 0 0 14px; }
.leistungen-kopf .strich { margin: 0 0 18px; }
.leistungen-kopf p { margin: 0; color: #5d574a; }
.leistungen-kopf img { flex: 0 1 340px; min-width: 260px; width: 340px; height: auto; border-radius: 6px; border: 1px solid #eee6d3; display: block; margin-left: auto; }
.leistungen-raster {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.leistungen-raster li {
  background: linear-gradient(170deg, #fdfaf3 0%, #f8f2e2 100%);
  border: 1px solid #eee6d3; border-radius: 6px; padding: 20px 22px; font-size: 16px;
}
.leistungen-raster li span { display: block; margin-top: 6px; font-size: 14.5px; color: #847c6b; }

/* Über */
.ueber { background: linear-gradient(165deg, #fdf8f6 0%, #faf0ec 100%); border-top: 1px solid #f0e3dd; border-bottom: 1px solid #f0e3dd; }
.ueber .sektion-innen { padding: clamp(48px, 7vw, 72px) 24px; }

/* Praxis & Anfahrt */
.praxis {
  max-width: 1060px; margin: 0 auto; padding: clamp(48px, 8vw, 88px) 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(32px, 9vw, 128px); align-items: start;
}
.praxis h2 { margin: 0 0 14px; }
.praxis .strich { margin: 0 0 24px; }
.adresse { margin: 0 0 8px; }
.praxis .gedaempft { margin: 16px 0 0; }
.praxis-foto { margin-top: 32px; width: 100%; height: 220px; object-fit: cover; border-radius: 6px; display: block; }
.karte { width: 100%; height: 380px; object-fit: cover; border: 1px solid #e5ddca; border-radius: 6px; display: block; }

/* Kontakt */
.kontakt { background: linear-gradient(175deg, #fbf8f1 0%, #f3ecda 100%); border-top: 1px solid #eee6d3; }
.kontakt h2 { display: flex; align-items: center; gap: 14px; }
.kontakt-raster {
  flex: 1 1 380px; min-width: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 32px; align-content: start;
}
.kontakt-raster .label { margin: 0 0 6px; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #8a8375; }
.kontakt-raster .wert { margin: 0; font-size: 18px; }
.kontakt-raster .klein { margin: 4px 0 0; font-size: 14px; color: #847c6b; }

/* Footer + Rechtliches */
#fusszeile { border-top: 1px solid #e5ddca; }
.fuss-innen {
  max-width: 1060px; margin: 0 auto; padding: 28px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  font-size: 14px; color: #847c6b;
}
.fuss-innen p { margin: 0; font-size: 14px; }
.fuss-innen nav { display: flex; gap: 24px; }
.fuss-innen a { color: #847c6b; }
#rechtliches { background: linear-gradient(175deg, #f4eee0 0%, #efe7d3 100%); border-top: 1px solid #e5ddca; }
.legal { padding: 64px 24px 88px; font-size: 15px; color: #5d574a; }
.legal h2 { margin: 0 0 20px; font-size: 22px; font-weight: 500; }
.legal > div { max-width: 66ch; }
.legal p { margin: 0 0 14px; font-size: 15px; }
.legal p:last-child { margin-bottom: 0; }
