:root{
  --ink:#18332f;--green:#426d5c;--green2:#6f9783;--sand:#f4efe5;--cream:#fffdf8;--blue:#2f7399;--line:#d9e1dc;--accent:#b98d57;--shadow:0 16px 40px rgba(28,52,46,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#263733;background:var(--cream);line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1120px,92vw);margin:auto}.topbar{background:var(--ink);color:#fff;font-size:.92rem}.topbar .wrap{display:flex;justify-content:flex-end;gap:1.1rem;padding:.45rem 0}.topbar a{text-decoration:none}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}.brand img{width:84px;height:58px;object-fit:cover;border-radius:8px}.brand strong{display:block;font-size:1.15rem;color:var(--ink)}.brand small{color:var(--green)}nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}nav a{text-decoration:none;font-weight:650;color:#29423d}.menu-btn{display:none;border:0;background:var(--green);color:white;border-radius:10px;padding:.6rem .8rem;font-size:1rem}.hero{min-height:72vh;display:grid;align-items:center;background:linear-gradient(90deg,rgba(15,41,36,.88),rgba(15,41,36,.48)),url('assets/images/hero.jpg') center 40%/cover}.hero .copy{max-width:720px;color:#fff;padding:5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:750;font-size:.8rem;color:#d7eadf}.hero h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.2rem);line-height:1.02;margin:.4rem 0 1rem}.hero h2{font-size:clamp(1.15rem,2.3vw,1.6rem);font-weight:500;margin:0 0 1.4rem}.buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;border-radius:999px;padding:.85rem 1.2rem;font-weight:750;border:2px solid transparent}.btn-primary{background:#fff;color:var(--ink)}.btn-secondary{border-color:#fff;color:#fff}.btn-green{background:var(--green);color:#fff}.section{padding:4.7rem 0}.section.alt{background:var(--sand)}.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.1rem);color:var(--ink);margin:.1rem 0 .8rem}.lead{font-size:1.13rem;max-width:780px}.grid{display:grid;gap:1.3rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards{margin-top:2rem}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.4rem;box-shadow:var(--shadow)}.card h3{margin:.2rem 0 .45rem;color:var(--ink)}.animal-card{min-height:360px;padding:2rem;display:flex;flex-direction:column;justify-content:end;color:#fff;border-radius:24px;overflow:hidden;position:relative;background-size:cover;background-position:center}.animal-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(12,31,28,.88))}.animal-card>*{position:relative}.animal-card.dog{background-image:url('assets/images/dog-acupuncture.jpg')}.animal-card.horse{background-image:url('assets/images/horse-treatment.jpg')}.animal-card h3{font-size:2rem;margin:.2rem 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;align-items:center}.portrait{border-radius:24px;box-shadow:var(--shadow);max-height:620px;width:100%;object-fit:cover}.services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.service{padding:1.25rem;border-radius:18px;background:white;border:1px solid var(--line)}.service h3{margin:.15rem 0;color:var(--green)}.steps{counter-reset:step}.step{position:relative;padding-left:4rem;min-height:3rem;margin:1rem 0}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:2.7rem;height:2.7rem;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gallery a{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 7px 20px rgba(20,50,43,.08)}.gallery img{width:100%;height:300px;object-fit:cover}.gallery .cert img{object-fit:contain;background:#f6f6f4}.gallery span{display:block;padding:.75rem 1rem;font-weight:700}.video{width:100%;border-radius:20px;box-shadow:var(--shadow);background:#000}.contact-box{background:var(--ink);color:#fff;border-radius:28px;padding:2rem}.contact-box a{color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form label{display:block;font-weight:700;margin:.7rem 0 .25rem}.form input,.form textarea{width:100%;padding:.8rem;border-radius:10px;border:1px solid #b8c8c0;font:inherit}.form textarea{min-height:140px}.notice{font-size:.9rem;color:#596b66}.footer{background:#102a25;color:#dbe7e2;padding:2rem 0}.footer .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer a{color:#fff}.floating{position:fixed;right:1rem;bottom:1rem;z-index:50;display:flex;flex-direction:column;gap:.65rem}.floating a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:white;font-size:1.35rem;box-shadow:0 8px 22px rgba(0,0,0,.22)}.wa{background:#168c4a}.phone{background:var(--blue)}.page-hero{background:var(--sand);padding:4rem 0 3rem;border-bottom:1px solid var(--line)}.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.4rem,5vw,4rem);color:var(--ink);margin:.2rem 0}.legal{max-width:850px}.legal h2{font-size:1.5rem;margin-top:2rem}.tag{display:inline-block;background:#e5eee9;color:var(--ink);border-radius:999px;padding:.25rem .7rem;margin:.15rem;font-size:.9rem}
@media(max-width:850px){nav ul{display:none;position:absolute;left:0;right:0;top:100%;background:var(--cream);padding:1rem 4vw;flex-direction:column;border-bottom:1px solid var(--line)}nav ul.open{display:flex}.menu-btn{display:block}.grid-3,.services,.gallery{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.hero{min-height:77vh;background-position:58% center}.topbar .wrap{justify-content:center;flex-wrap:wrap}.brand img{width:70px;height:48px}}
@media(max-width:560px){.grid-2,.grid-3,.services,.gallery{grid-template-columns:1fr}.section{padding:3.5rem 0}.hero .copy{padding:4rem 0}.hero h1{font-size:2.8rem}.buttons{flex-direction:column;align-items:stretch}.gallery img{height:360px}.brand small{display:none}.topbar{display:none}}

/* Feinschliff: gut sichtbares Titelbild, sauberes Logo und ausgerichtete Zertifikate */
.brand{min-width:0;gap:1rem}
.brand img{width:142px;height:74px;object-fit:contain;object-position:left center;border-radius:0;background:#fff;padding:.15rem .3rem;box-shadow:none}
.brand span{white-space:nowrap}
.hero{min-height:0;display:grid;grid-template-columns:minmax(360px,48%) minmax(0,52%);background:var(--ink);overflow:hidden}
.hero-copy{display:flex;align-items:center;color:#fff;padding:clamp(3.5rem,7vw,7rem) max(4vw,calc((100vw - 1120px)/2))}
.hero-copy-inner{max-width:660px}
.hero-photo{min-height:680px;background:#dce8e1}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 58%;filter:brightness(1.04) saturate(1.03)}
.gallery .cert{display:flex;flex-direction:column}
.gallery .cert img{height:380px;object-fit:contain;object-position:center;background:#f7f5f0;padding:.7rem}
.gallery .cert span{margin-top:auto}
@media(max-width:980px){
  .brand img{width:118px;height:64px}
  .brand strong{font-size:1.02rem}
  .hero{grid-template-columns:1fr}
  .hero-copy{order:2;padding:3rem 4vw 3.5rem}
  .hero-photo{order:1;min-height:0;height:auto;background:#dce8e1}
  .hero-photo img{height:auto;max-height:none;object-fit:contain;object-position:center;filter:none}
}
@media(max-width:560px){
  .nav{padding:.55rem 0}
  .brand{gap:.55rem}
  .brand img{width:104px;height:58px;padding:0}
  .brand strong{font-size:.96rem}
  .hero-copy{padding:2.5rem 4vw 3rem}
  .hero h1{font-size:2.55rem}
  .hero h2{font-size:1.08rem}
  .gallery .cert img{height:auto;max-height:520px}
}

/* Ergänzung: klare Startüberschrift und Behandlungsprinzip */
.hero h1{font-size:clamp(2.25rem,4.6vw,4.35rem);line-height:1.04;overflow-wrap:normal;hyphens:none}
.principle-section{padding-top:3.8rem;padding-bottom:3.8rem;background:#eef4f0}
.principle-box{max-width:920px;margin:auto;background:#fff;border-left:7px solid var(--green);border-radius:20px;padding:clamp(1.5rem,4vw,2.6rem);box-shadow:var(--shadow)}
.principle-box h2{margin-top:.25rem}
.principle-quote{font-family:Georgia,serif;font-size:clamp(1.35rem,2.6vw,2rem);font-weight:700;color:var(--green);margin:1.4rem 0}
.featured-service{grid-column:1/-1;border:2px solid var(--green);background:#eef4f0}
.featured-service h3{font-size:1.35rem}
@media(max-width:980px){.hero-copy-inner{max-width:760px}.hero h1{font-size:clamp(2.2rem,7vw,3.8rem)}}
@media(max-width:560px){.hero h1{font-size:clamp(1.9rem,9.5vw,2.45rem);line-height:1.08;margin-bottom:.8rem}.hero-copy{padding-top:2rem}.principle-section{padding:2.6rem 0}.principle-box{border-left-width:5px}.brand span{white-space:normal}.brand strong{line-height:1.15}}
