:root {
  --green: #4f7f3a;
  --green-deep: #365f2f;
  --green-soft: #e7efdf;
  --green-pale: #f2f6ec;
  --sage: #a9bf91;
  --sage-soft: #edf3e8;
  --gold: #c9974d;
  --paper: #fbfaf6;
  --cream: #f6f0e5;
  --warm: #f2eadc;
  --peach: #f7eee5;
  --ink: #263027;
  --muted: #6b746b;
  --white: #ffffff;
  --line: rgba(65, 103, 54, .17);
  --shadow: 0 22px 52px rgba(74, 87, 66, .12);
  --radius: 4px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
img { width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--green-deep);
  text-decoration: none;
  border: 1px solid var(--line);
}
.skip-link:focus { top: 12px; }

.shell { width: var(--shell); margin: 0 auto; }
.narrow { max-width: 860px; }
.section-pad { padding: 112px 0; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
  margin: 0 0 26px;
  color: #2e392d;
}
h1 { font-size: clamp(3.1rem, 6.4vw, 6.7rem); }
h2 { font-size: clamp(2.3rem, 4.3vw, 4.6rem); }
h3 { font-size: 1.75rem; }
p { margin: 0 0 1.2em; }
.lead { font-size: clamp(1.14rem, 1.6vw, 1.35rem); line-height: 1.65; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--green-deep);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light, .light-text { color: var(--ink); }
.small { font-size: .9rem; color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 246, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(65,103,54,.10);
}
.header-inner {
  width: var(--shell);
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-logo {
  width: 42px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-family: Georgia, serif; font-weight: 400; font-size: 1.05rem; }
.brand-copy span { color: var(--muted); font-size: .78rem; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: .92rem; }
.site-nav a:hover { color: var(--green-deep); }
.nav-cta { border-bottom: 1px solid var(--green); padding-bottom: 3px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { padding-top: 80px; background: linear-gradient(180deg, var(--paper) 0%, #f9f7f0 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-lead { max-width: 630px; font-size: clamp(1.15rem, 1.55vw, 1.36rem); color: #4a554a; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 23px;
  text-decoration: none;
  border: 1px solid var(--green);
  font-weight: 650;
  font-size: .92rem;
  border-radius: 2px;
}
.button-primary { background: var(--green-soft); color: var(--green-deep); }
.button-primary:hover { background: #dce8d2; border-color: var(--green-deep); }
.button-secondary { color: var(--green-deep); background: var(--white); }
.button-secondary:hover { background: var(--green-pale); }
.text-link { color: var(--green-deep); text-decoration: none; font-weight: 650; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-media { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }

.intro { background: var(--white); }
.intro .lead { color: #465247; }
.statement {
  margin: 52px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  line-height: 1.3;
  color: var(--green-deep);
}

.prevention {
  background: linear-gradient(135deg, #e9f1e2 0%, #f5f0e4 100%);
  color: var(--ink);
  border-top: 1px solid rgba(65,103,54,.08);
  border-bottom: 1px solid rgba(65,103,54,.08);
}
.prevention-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.prevention h2 { max-width: 530px; }
.triad { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.triad span {
  border: 1px solid rgba(79,127,58,.28);
  background: rgba(255,255,255,.45);
  color: var(--green-deep);
  padding: 7px 13px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.focus { background: var(--paper); }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 700px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--white);
  padding: 38px 34px 34px;
  border-top: 3px solid var(--sage);
  min-height: 430px;
  box-shadow: 0 10px 30px rgba(74,87,66,.05);
}
.card:nth-child(2) { border-top-color: #d3ae74; background: #fffdf9; }
.card:nth-child(3) { border-top-color: #8fac7b; background: #fbfdf9; }
.card-number { display: block; color: var(--green); font-size: .76rem; letter-spacing: .12em; margin-bottom: 58px; }
.card p { color: #566157; font-size: .96rem; }
.secondary-methods { margin-top: 26px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: baseline; color: var(--muted); font-size: .92rem; }
.secondary-methods strong { color: var(--ink); margin-right: 8px; }

.about { background: var(--warm); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.portrait { margin: 0; max-width: 470px; }
.portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 38%; }
.about-copy { max-width: 690px; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; border-top: 1px solid rgba(65,103,54,.16); padding-top: 25px; }
.facts div { display: grid; gap: 4px; }
.facts strong { color: var(--green-deep); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.facts span { font-size: .88rem; color: var(--muted); }

.practice { background: var(--white); }
.practice-gallery { display: grid; grid-template-columns: 1.38fr .62fr; gap: 18px; align-items: stretch; }
.practice-gallery figure { margin: 0; overflow: hidden; }
.practice-main { aspect-ratio: 16 / 9; }
.practice-side { aspect-ratio: 4 / 5; }
.practice-gallery img { width: 100%; height: 100%; object-fit: cover; }
.practice-side img { object-position: 34% center; }

.shared { background: var(--green-pale); }
.shared-box {
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.58);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.shared-box h2 { font-size: clamp(2.15rem, 3.6vw, 3.8rem); }
.shared-claim { color: var(--green-deep); font-family: Georgia, serif; font-size: 1.35rem; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: start; }
.contact-card { background: var(--white); padding: clamp(28px, 5vw, 54px); box-shadow: 0 18px 45px rgba(65,103,54,.08); border-top: 3px solid var(--sage); }
.contact-card h3 { margin-bottom: 6px; }
.contact-card address { font-style: normal; margin: 24px 0; }
.contact-card a { color: var(--green-deep); text-underline-offset: 3px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.site-footer {
  background: #eef3e9;
  color: #5f695f;
  border-top: 1px solid var(--line);
  padding: 38px 0;
  font-size: .84rem;
}
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: center; }
.footer-grid strong { color: var(--green-deep); }
.footer-center { text-align: center; }
.footer-links { justify-self: end; display: flex; gap: 18px; }
.footer-links span { opacity: .72; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section-pad { padding: 82px 0; }
  .header-inner { min-height: 80px; }
  .brand-logo { width: 36px; height: 56px; }
  .nav-toggle { display: block; cursor: pointer; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 80px;
    padding: 22px 24px 28px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .site-nav.open { display: flex; }
  .hero { padding-top: 44px; }
  .hero-grid, .prevention-grid, .about-grid, .shared-box, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-media { aspect-ratio: 16 / 11; order: -1; }
  .hero-media img { object-position: center 58%; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card-number { margin-bottom: 30px; }
  .portrait { max-width: 420px; }
  .practice-gallery { grid-template-columns: 1fr; }
  .practice-main, .practice-side { aspect-ratio: 16 / 10; }
  .practice-side img { object-position: center 42%; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-center { text-align: left; }
  .footer-links { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .section-pad { padding: 68px 0; }
  .brand-copy span { display: none; }
  .brand-logo { width: 32px; height: 50px; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-media { aspect-ratio: 4 / 3; }
  .facts { grid-template-columns: 1fr; }
  .shared-box { padding: 30px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* V5: freundlichere, vom Logo abgeleitete Farbwelt + Beschwerdebereiche */
:root {
  --green: #79ad28;
  --green-deep: #557d20;
  --green-soft: #edf6d9;
  --green-pale: #f6faec;
  --sage: #a8c96d;
  --sage-soft: #f0f6e5;
  --gold: #d3ad62;
  --paper: #fffef9;
  --cream: #fbf5e8;
  --warm: #f7f0e3;
  --peach: #fbf2e9;
  --ink: #2d3529;
  --muted: #687062;
  --line: rgba(102, 143, 42, .18);
  --shadow: 0 22px 52px rgba(83, 105, 51, .11);
}

.site-header { background: rgba(255, 254, 249, .96); }
.hero { background: linear-gradient(180deg, #fffef9 0%, #f8fbeF 100%); }
.button-primary { background: #eaf5d2; color: #486c1b; }
.button-primary:hover { background: #deefba; }

.complaints {
  background: #f8faef;
  border-top: 1px solid rgba(102,143,42,.08);
  border-bottom: 1px solid rgba(102,143,42,.08);
}
.complaint-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.complaint {
  background: rgba(255,255,255,.82);
  padding: 30px 32px 26px;
  border-left: 3px solid #9fc954;
  box-shadow: 0 8px 26px rgba(83,105,51,.045);
}
.complaint:nth-child(2) { border-left-color: #c5d98d; }
.complaint:nth-child(3) { border-left-color: #d6bd79; }
.complaint:nth-child(4) { border-left-color: #88b96a; }
.complaint:nth-child(5) { border-left-color: #b5cb65; grid-column: 1 / -1; }
.complaint h3 { font-size: 1.48rem; margin-bottom: 14px; }
.complaint p { color: #586252; margin-bottom: 0; }
.complaint-note {
  margin-top: 34px;
  padding: 38px 42px;
  background: #eef6dc;
  border: 1px solid rgba(121,173,40,.18);
}
.complaint-note h3 { color: var(--green-deep); margin-bottom: 14px; }
.complaint-note p { max-width: 900px; margin-bottom: 0; }

.prevention { background: linear-gradient(135deg, #edf6dc 0%, #fbf4e6 100%); }
.about { background: #faf3e7; }
.shared { background: #f2f8e7; }
.site-footer { background: #f3f8e9; }

@media (max-width: 900px) {
  .complaint-grid { grid-template-columns: 1fr; }
  .complaint:nth-child(5) { grid-column: auto; }
}
@media (max-width: 560px) {
  .complaint { padding: 25px 23px 22px; }
  .complaint-note { padding: 28px 24px; }
}

/* V6 */
.brand-logo { width: 40px; height: 40px; object-fit: contain; }
.practice-side { position: relative; }
.practice-side figcaption { position:absolute; left:14px; bottom:14px; background:rgba(255,254,249,.90); padding:7px 10px; font-size:.78rem; color:var(--green-deep); }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { color: var(--green-deep); }
.legal-page { background: var(--paper); }
.legal-main { padding: 72px 0 96px; }
.legal-main .shell { max-width: 880px; }
.legal-main h1 { margin-bottom: 34px; }
.legal-main h2 { font-size: clamp(1.35rem,2vw,1.8rem); margin-top: 38px; }
.legal-main h3 { font-size: 1.08rem; margin-top: 28px; }
.legal-main p, .legal-main li { color:#4f594d; }
.legal-main a { color:var(--green-deep); }
.legal-note { padding:18px 20px; background:var(--green-pale); border-left:3px solid var(--green); }
@media (max-width:900px){ .brand-logo { width:36px; height:36px; } }
@media (max-width:560px){ .brand-logo { width:32px; height:32px; } }

/* V7 – Huangdi Neijing */
.kaiser-quote {
  margin: 34px 0 4px;
  padding: 24px 0 4px 26px;
  border-left: 3px solid var(--green);
}
.kaiser-quote blockquote {
  margin: 0;
  max-width: 720px;
  color: var(--green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.45;
}
.kaiser-quote figcaption {
  margin-top: 12px;
  max-width: 720px;
  color: #65705f;
  font-size: .82rem;
  line-height: 1.5;
}
.kaiser-quote cite { font-style: italic; }
@media (max-width:560px){ .kaiser-quote { padding-left:18px; } }

/* V8 */
.brand-logo { width: 38px; height: 38px; object-fit: contain; }
.fees { background: #fffdf8; border-top: 1px solid rgba(65,103,54,.08); border-bottom: 1px solid rgba(65,103,54,.08); }
@media (max-width:900px){ .brand-logo { width:34px; height:34px; } }
@media (max-width:560px){ .brand-logo { width:30px; height:30px; } }

/* V9: textual brand instead of logo */
.brand { gap: 0; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: -0.01em; }
.brand-copy span { font-size: .80rem; margin-top: 3px; }
@media (max-width: 560px) {
  .brand-copy strong { font-size: 1.02rem; }
  .brand-copy span { display: block; font-size: .72rem; }
}

/* Bildsprache – Feinschliff */
.hero-media,
.portrait,
.practice-gallery figure {
  border-radius: 6px;
}

.hero-media {
  box-shadow: none;
}

.portrait img,
.practice-gallery img,
.hero-media img {
  border-radius: inherit;
}

/* Das Behandlungsfoto bleibt bewusst etwas kleiner als das atmosphaerische Praxisbild. */
.practice-gallery {
  grid-template-columns: 1.45fr .55fr;
  gap: 22px;
}

@media (max-width: 900px) {
  .practice-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .practice-main { aspect-ratio: 16 / 10; }
  .practice-side { aspect-ratio: 4 / 3; max-width: 760px; }
}

@media (max-width: 560px) {
  .hero-media,
  .portrait,
  .practice-gallery figure {
    border-radius: 4px;
  }
  .practice-main,
  .practice-side { aspect-ratio: 4 / 3; }
}

/* Mobile: Portrait kompakter und oben/unten beschnitten */
@media (max-width: 560px) {
  .portrait {
    width: 76%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 4 / 4.6;
    overflow: hidden;
  }

  .portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 34%;
  }
}
