/* Fußpflege Dorota Kleen - Lavendel-Look nach dem Flyer
   Farben zentral hier oben, alles andere leitet sich davon ab. */
:root {
  --aubergine: #3a1f5c;     /* Überschriften (Flyer "FUSSPFLEGE") */
  --violett: #6b4a9b;       /* Buttons, Icon-Kreise */
  --violett-dunkel: #553a80;
  --lavendel: #9a7fc4;      /* Linien, Akzente */
  --lavendel-hell: #ebe3f5; /* Flächen */
  --creme: #f8f5fb;         /* Seitenhintergrund */
  --weiss: #ffffff;
  --text: #3b3347;
  --text-leise: #655c72;   /* 5.9:1 auf Creme */
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Great Vibes", cursive;
  --sans: "Source Sans 3", system-ui, -apple-system, sans-serif;
  --radius: 18px;
  --schatten: 0 14px 34px -20px rgba(58, 31, 92, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--violett); }
h1, h2, h3 { font-family: var(--serif); color: var(--aubergine); margin: 0; line-height: 1.1; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 22px; }
.script { font-family: var(--script); color: var(--violett); font-weight: 400; }

/* ---------- Kopfzeile ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 245, 251, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(154, 127, 196, 0.18);
}
.nav { position: relative; display: flex; align-items: center; gap: 20px; height: 66px; }
.brand {
  font-family: var(--serif); font-weight: 700; font-size: 1.35rem;
  color: var(--aubergine); text-decoration: none; margin-right: auto; letter-spacing: 0.01em;
}
.brand span { font-family: var(--script); font-weight: 400; color: var(--violett); font-size: 1.5rem; margin-left: 4px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--text); text-decoration: none; font-weight: 600; font-size: 0.97rem; }
.nav-links a:hover { color: var(--violett); }
.nav-links .nav-call { background: var(--violett); color: #fff; padding: 9px 18px; border-radius: 999px; }
.nav-links .nav-call:hover { background: var(--violett-dunkel); color: #fff; }
.burger { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--aubergine); cursor: pointer; padding: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1.02rem;
  text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--violett); color: #fff; box-shadow: 0 10px 22px -12px rgba(107, 74, 155, 0.8); }
.btn-primary:hover { background: var(--violett-dunkel); }
.btn-hell { background: var(--weiss); color: var(--violett); border: 1.5px solid rgba(107, 74, 155, 0.35); }
.btn-hell:hover { border-color: var(--violett); }
.btn svg { width: 19px; height: 19px; flex: 0 0 19px; }

/* ---------- Trenner mit Herz (wie auf dem Flyer) ---------- */
.trenner { display: flex; align-items: center; gap: 12px; color: var(--violett); margin: 14px 0; max-width: 360px; }
.trenner::before, .trenner::after { content: ""; height: 1px; flex: 1; background: var(--lavendel); opacity: 0.7; }
.trenner svg { width: 18px; height: 18px; flex: 0 0 18px; }
.zentriert .trenner { margin-left: auto; margin-right: auto; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 245, 251, 0.97) 0%, rgba(248, 245, 251, 0.9) 34%, rgba(248, 245, 251, 0.25) 62%, rgba(248, 245, 251, 0) 78%),
    url("../img/hero-stillleben.jpg") right center / cover no-repeat,
    var(--lavendel-hell);
  padding: 96px 0 104px;
}
.hero-grid { display: block; }
.hero-grid > div { max-width: 560px; }
.hero-bild-mobil { display: none; }
.hero .script-top { font-size: 3.1rem; line-height: 1; }
.hero h1 { font-size: clamp(2.8rem, 6.2vw, 4.6rem); font-weight: 700; letter-spacing: 0.02em; }
.hero h1 small { display: block; font-size: 0.52em; letter-spacing: 0.04em; margin-top: 6px; }
.hero .unterzeile { font-size: 1.2rem; color: var(--text); margin: 18px 0 26px; max-width: 460px; }
.merkmale { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 12px; max-width: 420px; }
.merkmale li { display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 1.05rem; }
.icon-kreis {
  width: 44px; height: 44px; flex: 0 0 44px; border-radius: 999px;
  background: var(--violett); color: #fff; display: flex; align-items: center; justify-content: center;
}
.icon-kreis svg { width: 23px; height: 23px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Sektionen ---------- */
section { padding: 84px 0; }
.sek-hell { background: var(--weiss); }
.sek-kopf { text-align: center; margin-bottom: 44px; }
.sek-kopf .script { font-size: 2.2rem; display: block; line-height: 1; margin-bottom: 4px; }
.sek-kopf h2 { font-size: clamp(2rem, 4vw, 2.8rem); }

/* Leistungen */
.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.karte { background: var(--creme); border-radius: var(--radius); padding: 28px 26px; transition: transform .25s ease; }
.karte:hover { transform: translateY(-3px); }
.karte .icon-kreis { margin-bottom: 16px; background: var(--lavendel-hell); color: var(--violett); }
.karte h3 { font-size: 1.45rem; margin-bottom: 8px; }
.karte p { margin: 0; color: var(--text-leise); }
.karte.anliegen { background: var(--violett); }
.karte.anliegen h3, .karte.anliegen p { color: #fff; }
.karte.anliegen .icon-kreis { background: rgba(255, 255, 255, 0.18); color: #fff; }
.karte.anliegen a { color: #fff; font-weight: 700; }

/* Über mich */
.ueber-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: center; }
.ueber-bild { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); }
.ueber-bild img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.zitat-klein { font-family: var(--script); font-size: 1.7rem; color: var(--violett); line-height: 1.3; margin-top: 18px !important; }
.ueber-text .script { font-size: 2.4rem; display: block; line-height: 1; }
.ueber-text h2 { font-size: clamp(2rem, 4vw, 2.7rem); margin: 6px 0 18px; }
.ueber-text p { margin: 0 0 14px; }
.werte { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wert { background: var(--weiss); border-radius: var(--radius); padding: 24px 14px; text-align: center; box-shadow: var(--schatten); }
.wert .icon-kreis { margin: 0 auto 12px; }
.wert b { display: block; color: var(--aubergine); font-family: var(--serif); font-size: 1.3rem; }
.wert div > span { font-size: 0.92rem; color: var(--text-leise); }
.wert .icon-kreis { color: #fff; }

/* Praxis */
.galerie { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 820px; margin: 0 auto; }
.galerie figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--creme); }
.galerie img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.galerie figcaption { padding: 14px 18px; font-size: 0.95rem; color: var(--text-leise); text-align: center; }

/* Kontakt */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.kontakt-box { background: var(--weiss); border-radius: var(--radius); padding: 34px; box-shadow: var(--schatten); }
.kontakt-zeile { display: flex; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--lavendel-hell); }
.kontakt-zeile:last-of-type { border-bottom: 0; }
.kontakt-zeile .icon-kreis { width: 40px; height: 40px; flex-basis: 40px; }
.kontakt-zeile b { display: block; color: var(--aubergine); font-size: 1.1rem; }
.kontakt-zeile a { color: var(--aubergine); text-decoration: none; font-weight: 700; font-size: 1.25rem; }
.kontakt-hinweis { margin: 20px 0 22px; color: var(--text-leise); }
.kontakt-box .cta-row .btn { flex: 1 1 200px; }
.karte-box { border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); min-height: 360px; background: var(--lavendel-hell); }
#map-canvas { width: 100%; height: 100%; min-height: 360px; }

/* Fußzeile */
footer.site { background: var(--aubergine); color: rgba(255, 255, 255, 0.82); text-align: center; padding: 44px 22px; }
footer.site .script { color: #fff; font-size: 1.9rem; display: block; margin-bottom: 14px; line-height: 1.2; }
footer.site a { color: #fff; }
footer.site p { margin: 0; font-size: 0.95rem; }

/* Mobile Anruf-Leiste */
.anruf-leiste {
  display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: var(--violett); color: #fff; text-align: center; font-weight: 700;
  padding: 14px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 12px 28px -10px rgba(58, 31, 92, 0.6);
}

/* Rechtsseiten */
.recht { max-width: 760px; margin: 0 auto; padding: 50px 22px 80px; }
.recht h1 { font-size: 2.6rem; margin: 10px 0 26px; }
.recht h2 { font-size: 1.5rem; margin: 30px 0 8px; }
.recht p { margin: 0 0 12px; }
.recht .zurueck { font-weight: 600; text-decoration: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .ueber-grid, .kontakt-grid { grid-template-columns: 1fr; }
  .karten { grid-template-columns: 1fr 1fr; }
  .hero { padding: 46px 0 0; background: linear-gradient(180deg, var(--lavendel-hell), var(--creme)); }
  .hero-grid > div { max-width: none; }
  .hero-bild-mobil { display: block; width: 100%; height: auto; margin-top: 40px; aspect-ratio: 3 / 2; object-fit: cover; }
  .ueber-bild { max-width: 460px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .burger { display: block; }
  .nav-links {
    display: none; position: absolute; top: 66px; left: -22px; right: -22px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--creme); border-bottom: 1px solid rgba(154, 127, 196, 0.25);
    padding: 8px 22px 18px;
  }
  .nav-links.offen { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--lavendel-hell); }
  .nav-links .nav-call { margin-top: 12px; text-align: center; border-bottom: 0; }
  section { padding: 60px 0; }
  .karten, .galerie { grid-template-columns: 1fr; }
  .werte { grid-template-columns: 1fr; }
  .wert { display: flex; align-items: center; gap: 14px; text-align: left; padding: 16px; }
  .wert .icon-kreis { margin: 0; }
  .hero .script-top { font-size: 2.5rem; }
  .cta-row .btn { flex: 1 1 100%; }
  .kontakt-box { padding: 24px; }
  .anruf-leiste { display: block; }
  footer.site { padding-bottom: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .karte { transition: none; }
}
