/* =========================================================================
   Zottel & Chic — Hundefriseur & Concept Store
   Design-System "Olive · Sand · Gold"
   Ein zentrales Stylesheet für alle Seiten.
   ========================================================================= */

/* ---- Design Tokens ---------------------------------------------------- */
:root {
  /* Olivgrün / Waldgrün (Hintergrund) – nach Pfoten-Referenz: dunkel, warm, ruhig */
  --olive:       #4B5530;
  --olive-2:     #444E2B;
  --olive-deep:  #2F3719;

  /* Sandbeige (Kacheln) */
  --sand:        #ECE2C9;
  --sand-soft:   #F5EEDC;
  --sand-deep:   #DCCFAD;

  /* Gold / Bronze */
  --gold:        #C8A24C;
  --gold-soft:   #DABD6E;
  --gold-light:  #EEDFB4;
  --bronze:      #8A6B2E;
  --bronze-dark: #6E531F;

  /* Text */
  --ink:         #2B2A1D;   /* dunkler Text auf Sand */
  --ink-soft:    #595339;
  --ink-mute:    #6B6444;
  --cream:       #F6F0DF;   /* heller Text auf Oliv */
  --cream-soft:  #E3D9BE;

  --line:        rgba(110,83,31,0.22);     /* Linien auf Sand */
  --line-soft:   rgba(110,83,31,0.12);
  --line-olive:  rgba(246,240,223,0.22);   /* Linien auf Oliv */

  --shadow-sm:   0 2px 12px rgba(30,33,15,0.10);
  --shadow-md:   0 16px 44px rgba(30,33,15,0.16);
  --shadow-lg:   0 30px 70px rgba(30,33,15,0.22);

  --radius:      18px;
  --radius-sm:   12px;
  --radius-lg:   28px;
  --radius-pill: 999px;

  --maxw:        1180px;
  --gutter:      clamp(20px, 5vw, 48px);

  --font-display:'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:   'Nunito Sans', system-ui, -apple-system, sans-serif;
  --font-script: 'Great Vibes', 'Playfair Display', cursive;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Reset ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--cream);
  background-color: var(--olive);
  background-image: url('assets/paw-pattern.png');
  background-repeat: repeat;
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

/* Sichtbarer Tastatur-Fokus (nur bei Tastaturnavigation) */
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; border-radius: 4px; }
.btn:focus-visible { outline-offset: 4px; }

/* ---- Typography ------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--cream);
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
p  { color: var(--cream-soft); text-wrap: pretty; }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--cream-soft); }

::selection { background: var(--gold); color: var(--bronze-dark); }

/* ---- Layout helpers --------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section   { padding-block: clamp(60px, 9vw, 116px); }
.section--tight { padding-block: clamp(46px, 6vw, 80px); }
.section--sand { background: var(--sand); }
.section--sand h1, .section--sand h2, .section--sand h3, .section--sand h4 { color: var(--ink); }
.section--sand p, .section--sand .lead { color: var(--ink-soft); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.narrow { max-width: 720px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700;
  font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: #E6CC83; margin-bottom: 18px;
}
.eyebrow::before { content:""; width: 26px; height: 1.5px; background: var(--gold); display:inline-block; }
.eyebrow.is-centered { justify-content: center; }
.eyebrow.is-centered::after { content:""; width: 26px; height: 1.5px; background: var(--gold); display:inline-block; }
.section--sand .eyebrow { color: var(--bronze-dark); }

.section-head { max-width: 660px; margin-bottom: 52px; }
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 16px; }

/* ---- Logo (Bild) ------------------------------------------------------ */
.logo-img { height: 52px; width: auto; display: block; }
@media (max-width: 600px) { .logo-img { height: 44px; } }
.footer-logo { height: 58px; width: auto; display: block; margin-bottom: 6px; }

/* ---- Wordmark (Text, für Footer) ------------------------------------- */
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark .name {
  font-family: var(--font-script); font-size: 2.05rem;
  color: var(--gold-soft);
  padding-right: 4px;
}
.wordmark .tag {
  font-family: var(--font-body); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-soft);
  margin-top: 2px; padding-left: 4px;
}

/* ---- Paw icon --------------------------------------------------------- */
.paw { display: inline-block; fill: currentColor; }

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.96rem;
  padding: 14px 28px; border-radius: var(--radius-pill);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary {
  background: linear-gradient(120deg, #E6CE86, #C9A24A);
  color: #33280E; box-shadow: 0 10px 24px rgba(67,74,41,0.35);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(67,74,41,0.45); }
.btn--ghost { background: transparent; color: var(--gold-soft); border: 1.5px solid var(--gold); }
.btn--ghost:hover { background: var(--gold); color: #fff; transform: translateY(-3px); }
.btn--whatsapp { background: #1FA855; color: #fff; box-shadow: 0 10px 24px rgba(31,168,85,0.32); }
.btn--whatsapp:hover { background: #18914a; transform: translateY(-3px); box-shadow: 0 16px 32px rgba(31,168,85,0.4); }
.btn--lg { padding: 17px 36px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.section--sand .btn--ghost { color: var(--bronze-dark); }

/* ---- Header / Navigation --------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(47,55,25,0.90);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(246,240,223,0.12);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); background: rgba(47,55,25,0.96); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 84px; }
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  font-weight: 700; font-size: 0.95rem; color: var(--cream-soft);
  padding: 9px 15px; border-radius: var(--radius-pill);
  transition: color .25s, background .25s; position: relative;
}
.nav__links a:hover { color: #fff; background: rgba(255,255,255,0.10); }
.nav__links a.is-active { color: var(--gold-soft); }
.nav__links a.is-active::after {
  content:""; position:absolute; left: 15px; right: 15px; bottom: 2px;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__toggle { display: none; width: 46px; height: 46px; border-radius: 12px; color: var(--gold-soft); }
.nav__toggle svg { width: 26px; height: 26px; }

/* ---- Hero ------------------------------------------------------------- */
.hero { position: relative; padding-block: clamp(48px, 7vw, 92px); overflow: hidden; }
.hero::before {
  content:""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(55% 50% at 88% 10%, rgba(200,162,76,0.30), transparent 70%),
    radial-gradient(50% 45% at 0% 95%, rgba(67,74,41,0.45), transparent 70%);
  pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero__eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero__lead { max-width: 34ch; margin-bottom: 34px; color: var(--cream); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__points { margin-top: 38px; display: grid; gap: 14px; max-width: 36ch; }
.hero__points li { display: flex; gap: 14px; align-items: flex-start; font-weight: 600; color: var(--cream); font-size: 0.99rem; }
.hero__points svg { width: 22px; height: 22px; color: var(--gold-soft); flex-shrink: 0; margin-top: 2px; }

.hero__media { position: relative; }
.media-frame {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line-olive);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__media .media-frame { aspect-ratio: 4/5; }
.hero__chip {
  position: absolute; top: 20px; left: -10px;
  background: var(--olive-deep); color: var(--gold-light);
  padding: 10px 18px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.82rem; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 8px; z-index: 2;
}
.hero__chip svg { width: 18px; height: 18px; }

/* ---- Placeholder system (Galerie-Lückenfüller) ----------------------- */
.ph {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.35) 0 2px, transparent 2px 22px),
    linear-gradient(150deg, var(--sand), var(--sand-deep) 60%, var(--gold-light));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: var(--bronze); text-align: center; padding: 24px; min-height: 180px;
}
.ph .paw { width: 44px; height: 44px; opacity: 0.55; }
.ph .ph__label { font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze); }
.ph .ph__sub { font-size: 0.82rem; color: var(--ink-mute); max-width: 26ch; }
.ph--square { aspect-ratio: 1/1; }

/* ---- Atmosphäre-Leiste ------------------------------------------------ */
.trust-strip { background: var(--olive-deep); color: var(--gold-light); }
.trust-strip .row { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 18px 24px; padding-block: 24px; }
.trust-strip .item { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 0.98rem; letter-spacing: 0.02em; }
.trust-strip .item svg { width: 22px; height: 22px; color: var(--gold-soft); flex-shrink: 0; }

/* ---- Cards ------------------------------------------------------------ */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--sand); border: 1px solid var(--sand-deep);
  border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card h1, .card h2, .card h3, .card h4 { color: var(--ink); }
.card p { color: var(--ink-soft); }
.card__icon {
  width: 60px; height: 60px; border-radius: 16px;
  background: linear-gradient(140deg, var(--gold-light), var(--gold-soft));
  display: flex; align-items: center; justify-content: center; color: var(--bronze-dark);
  margin-bottom: 22px;
}
.card__icon svg { width: 30px; height: 30px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.98rem; }
.card__meta { margin-top: 20px; display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; border-top: 1px solid var(--line-soft); }
.card__price { font-family: var(--font-display); font-size: 1.3rem; color: var(--bronze-dark); font-weight: 600; }
.card__price small { font-size: 0.78rem; color: var(--ink-mute); font-weight: 600; font-family: var(--font-body); }
.card__link { color: var(--bronze-dark); font-weight: 700; font-size: 0.9rem; display: inline-flex; gap: 6px; align-items: center; }
.card__link svg { width: 16px; height: 16px; transition: transform .3s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* ---- Split feature ---------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media .media-frame { aspect-ratio: 4/5; }
.checklist { display: grid; gap: 14px; margin-top: 26px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; font-weight: 600; color: var(--cream); }
.checklist svg { width: 24px; height: 24px; color: var(--gold-soft); flex-shrink: 0; margin-top: 2px; }
.checklist span small { display: block; font-weight: 400; color: var(--cream-soft); font-size: 0.92rem; }

/* ---- Preistabellen ---------------------------------------------------- */
.price-wrap { max-width: 980px; margin-inline: auto; }
.price-table {
  width: 100%; background: var(--sand); border-radius: var(--radius);
  border: 1px solid var(--sand-deep); box-shadow: var(--shadow-sm);
  overflow: hidden; border-collapse: collapse;
}
.price-table caption {
  text-align: left; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  padding: 26px 28px 6px; color: var(--ink);
}
.price-table th, .price-table td { padding: 15px 18px; text-align: center; }
.price-table thead th {
  background: var(--sand-deep); color: var(--bronze-dark); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase;
}
.price-table thead th:first-child { text-align: left; }
.price-table tbody th {
  text-align: left; font-weight: 700; color: var(--ink); font-family: var(--font-body); font-size: 0.98rem;
}
.price-table tbody th small { display:block; font-weight: 400; color: var(--ink-mute); font-size: 0.82rem; }
.price-table tbody td { color: var(--bronze-dark); font-weight: 700; font-family: var(--font-display); font-size: 1.12rem; }
.price-table tbody tr { border-top: 1px solid var(--line-soft); }
.price-table tbody tr:hover { background: var(--sand-soft); }

.price-extras { background: var(--sand); border: 1px solid var(--sand-deep); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 8px 28px; }
.price-extras li { display: flex; justify-content: space-between; gap: 16px; align-items: baseline;
  padding: 16px 0; border-top: 1px solid var(--line-soft); color: var(--ink); font-weight: 600; }
.price-extras li:first-child { border-top: none; }
.price-extras .val { font-family: var(--font-display); font-weight: 600; color: var(--bronze-dark); font-size: 1.1rem; white-space: nowrap; }

.note-box { background: var(--olive-deep); color: var(--gold-light); border-radius: var(--radius); padding: 24px 28px; }
.note-box h3 { color: #fff; font-size: 1.2rem; margin-bottom: 12px; }
.note-box ul { display: grid; gap: 10px; }
.note-box li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.96rem; color: var(--gold-light); }
.note-box li::before { content: "•"; color: var(--gold-soft); }

.size-legend { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 30px; }
.size-legend .chip { display: flex; align-items: center; gap: 10px; background: var(--sand);
  border: 1px solid var(--sand-deep); border-radius: var(--radius-pill);
  padding: 8px 18px 8px 8px; font-weight: 700; font-size: 0.9rem; color: var(--ink); box-shadow: var(--shadow-sm); }
.size-legend .dot { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(140deg,var(--gold-light),var(--gold-soft));
  color: var(--bronze-dark); display:flex; align-items:center; justify-content:center; font-weight:800; font-size: 0.78rem; }
.size-legend .chip small { font-weight: 400; color: var(--ink-mute); }

/* ---- Über mich (Editorial) ------------------------------------------- */
.aboutme { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.aboutme__media { position: relative; }
.aboutme__media .media-frame { aspect-ratio: 4/5; }
.aboutme__media .craft-badge {
  position: absolute; right: -18px; top: 18px; width: 96px; height: 96px; border-radius: 50%;
  background: var(--olive-deep); color: var(--gold-light); display: grid; place-items: center;
  box-shadow: var(--shadow-md); transform: rotate(-9deg); text-align: center; line-height: 1.1;
}
.aboutme__media .craft-badge svg { width: 30px; height: 30px; margin-bottom: 2px; }
.aboutme__media .craft-badge span { font-family: var(--font-body); font-weight: 800; font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; }
.aboutme__copy p { margin-bottom: 14px; }

.signature { margin-top: 26px; }
.signature .name { font-family: var(--font-script); font-size: 2.6rem; color: var(--gold-soft); line-height: 1; }
.section--sand .signature .name { color: var(--bronze-dark); }
.signature .role { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-soft); margin-top: 8px; }
.section--sand .signature .role { color: var(--ink-mute); }

/* ---- Vorher / Nachher Slider ----------------------------------------- */
.ba-slider {
  position: relative; width: 100%; max-width: 520px; aspect-ratio: 4/5; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  user-select: none; cursor: ew-resize; border: 1px solid var(--line-olive);
}
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ba-slider .ba-after  { z-index: 1; }
.ba-slider .ba-before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-slider .ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; z-index: 3;
  transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(67,74,41,0.3);
}
.ba-slider .ba-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%; background: #fff; z-index: 4;
  display: flex; align-items: center; justify-content: center; color: var(--bronze-dark);
  box-shadow: var(--shadow-md); cursor: ew-resize;
}
.ba-slider .ba-knob svg { width: 26px; height: 26px; }
.ba-slider .ba-label {
  position: absolute; bottom: 16px; z-index: 4; font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--radius-pill); color: #fff;
}
.ba-slider .ba-label.l { left: 16px; background: rgba(43,42,29,0.72); }
.ba-slider .ba-label.r { right: 16px; background: linear-gradient(120deg,var(--gold-soft),var(--bronze)); }

/* ---- Galerie ---------------------------------------------------------- */
.gallery-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filter-chip {
  padding: 9px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.9rem;
  background: var(--sand); border: 1px solid var(--sand-deep); color: var(--ink-soft); transition: all .25s;
}
.filter-chip:hover { color: var(--bronze-dark); }
.filter-chip.is-active { background: linear-gradient(120deg,var(--gold-soft),var(--bronze)); color: #fff; border-color: transparent; }

.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.ba-card { background: var(--sand); border-radius: var(--radius); border: 1px solid var(--sand-deep);
  box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.ba-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ba-card__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--sand-deep); }
.ba-card__imgs .ph { border-radius: 0; border: none; min-height: 0; aspect-ratio: 4/5; }
.ba-tag { position: absolute; top: 12px; left: 12px; background: rgba(43,42,29,0.78); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill); }
.ba-tag.is-after { background: linear-gradient(120deg,var(--gold-soft),var(--bronze)); }
.ba-card__body { padding: 20px 24px; text-align: center; }
.ba-card__body h3 { font-size: 1.1rem; color: var(--ink); }
.ba-card__body .breed { color: var(--ink-mute); font-size: 0.86rem; font-weight: 600; }

/* ---- Foto-Galerie (Raster) ------------------------------------------- */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.photo-grid .g-photo { aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-olive); box-shadow: var(--shadow-md); background: var(--sand); }
.photo-grid .g-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.photo-grid .g-photo:hover img { transform: scale(1.05); }
@media (max-width: 860px) { .photo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .photo-grid { grid-template-columns: 1fr; } }

/* ---- Kontakt ---------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,56px); align-items: start; }
.method-cards { display: grid; gap: 16px; margin-bottom: 28px; }
.method-card {
  display: flex; align-items: center; gap: 18px; background: var(--sand);
  border: 1px solid var(--sand-deep); border-radius: var(--radius); padding: 20px 24px;
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; color: var(--ink);
}
.method-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.method-card .ic { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; color: #fff; }
.method-card .ic svg { width: 26px; height: 26px; }
.method-card .ic.wa { background: #1FA855; }
.method-card .ic.tel { background: linear-gradient(140deg, var(--gold-soft), var(--bronze)); }
.method-card .ic.insta { background: linear-gradient(135deg,#feda75,#d62976 45%,#962fbf 75%,#4f5bd5); }
.method-card .ic.fb { background: #1877F2; }
.method-card .ic.google { background: #fff; border: 1px solid var(--sand-deep); }
.method-card .m-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.method-card .m-label { display: block; font-size: 0.78rem; color: var(--ink-mute); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.method-card .m-value { display: block; font-weight: 700; font-size: 1.08rem; color: var(--ink); line-height: 1.3; }
.method-card .m-arrow { margin-left: auto; color: var(--bronze); flex-shrink: 0; }
.method-card .m-arrow svg { width: 20px; height: 20px; }

.info-list { display: grid; gap: 18px; margin-top: 8px; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list .ic { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(140deg,var(--gold-light),var(--gold-soft)); color: var(--bronze-dark);
  display:flex; align-items:center; justify-content:center; }
.info-list .ic svg { width: 24px; height: 24px; }
.info-list strong { display: block; font-size: 1.02rem; color: var(--cream); }
.info-list span { color: var(--cream-soft); font-size: 0.96rem; }

.appointment-banner {
  display: flex; align-items: center; gap: 14px; background: linear-gradient(120deg, var(--gold-soft), var(--bronze));
  color: #fff; border-radius: var(--radius); padding: 18px 24px; font-weight: 700; font-size: 1.05rem; box-shadow: var(--shadow-md);
}
.appointment-banner svg { width: 26px; height: 26px; flex-shrink: 0; }

.hours { background: var(--sand); border: 1px solid var(--sand-deep); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 8px 24px; margin-top: 22px; }
.hours li { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line-soft); font-size: 0.96rem; color: var(--ink); }
.hours li:first-child { border-top: none; }
.hours .day { color: var(--ink-soft); font-weight: 700; }
.hours .val { color: var(--bronze-dark); font-weight: 700; }
.hours .val.empty { color: var(--ink-mute); font-weight: 400; }

.map-frame { margin-top: 22px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-olive); box-shadow: var(--shadow-md); }
.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ---- Prosa (Impressum / Datenschutz) --------------------------------- */
.prose-card { background: var(--sand); border: 1px solid var(--sand-deep); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: clamp(28px, 4vw, 52px); max-width: 860px; margin-inline: auto; color: var(--ink);
  hyphens: auto; -webkit-hyphens: auto; }
.prose-card h2, .prose-card h3, .prose-card p, .prose-card li, .prose-card a { overflow-wrap: break-word; }
.prose-card h2 { color: var(--ink); font-size: 1.5rem; margin: 30px 0 12px; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card h3 { color: var(--ink); font-size: 1.15rem; margin: 22px 0 8px; }
.prose-card p { color: var(--ink-soft); margin-bottom: 14px; }
.prose-card ul { display: grid; gap: 6px; margin: 0 0 16px; padding-left: 4px; }
.prose-card ul li { display: flex; gap: 10px; color: var(--ink-soft); }
.prose-card ul li::before { content: "–"; color: var(--gold); flex-shrink: 0; }
.prose-card a { color: var(--bronze-dark); font-weight: 700; text-decoration: underline; }
.prose-card .meta { color: var(--ink-mute); font-size: 0.9rem; margin-bottom: 24px; }
.prose-card .addr { background: var(--sand-soft); border: 1px solid var(--sand-deep); border-radius: var(--radius-sm);
  padding: 18px 22px; margin: 6px 0 18px; line-height: 1.7; color: var(--ink); }

/* ---- CTA band --------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: linear-gradient(125deg, var(--olive-deep), #38401F 60%, var(--bronze)); color: #fff;
  padding: clamp(40px,6vw,72px); text-align: center; }
.cta-band::before { content:""; position:absolute; inset:0;
  background: radial-gradient(50% 80% at 80% 10%, rgba(216,189,108,0.4), transparent 70%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 16px; }
.cta-band p { color: var(--gold-light); max-width: 56ch; margin: 0 auto 30px; }
.cta-band .btn--primary { background: #fff; color: var(--bronze-dark); box-shadow: 0 12px 30px rgba(0,0,0,0.25); }
.cta-band .btn--ghost { border-color: rgba(255,255,255,0.55); color: #fff; }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,0.14); }

/* ---- Page hero (Unterseiten) ----------------------------------------- */
.page-hero { position: relative; padding-block: clamp(54px,8vw,92px); text-align: center; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; z-index:0;
  background: radial-gradient(60% 70% at 50% 0%, rgba(200,162,76,0.28), transparent 70%); pointer-events:none; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero p { max-width: 60ch; margin-inline: auto; color: var(--cream); }
.breadcrumb { display: flex; gap: 8px; justify-content: center; align-items: center; margin-bottom: 22px;
  font-size: 0.86rem; color: var(--cream-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--gold-soft); }
.breadcrumb svg { width: 14px; height: 14px; }

/* ---- Footer ----------------------------------------------------------- */
.site-footer { background: var(--olive-deep); color: var(--cream-soft); padding-block: 60px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer .wordmark .name { font-size: 2.2rem; }
.site-footer p { color: var(--cream-soft); font-size: 0.95rem; max-width: 34ch; margin-top: 16px; }
.footer-col h4 { font-family: var(--font-body); font-size: 0.82rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-soft); margin-bottom: 18px; font-weight: 700; }
.footer-col ul { display: grid; gap: 12px; }
.footer-col a, .footer-col li { color: var(--cream-soft); font-size: 0.95rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold-soft); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.08);
  display:flex; align-items:center; justify-content:center; transition: background .25s, transform .25s; }
.footer-social a:hover { background: var(--gold); transform: translateY(-3px); }
.footer-social svg { width: 20px; height: 20px; color: #fff; }
.footer-bottom { margin-top: 54px; border-top: 1px solid rgba(255,255,255,0.12); padding-block: 24px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 0.85rem; color: var(--cream-soft); }
.footer-bottom a:hover { color: var(--gold-soft); }
.footer-bottom .links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---- Reveal animation ------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---- Responsive ------------------------------------------------------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 860px) {
  .nav__links, .nav__right .btn { display: none; }
  .nav__toggle { display: flex; align-items: center; justify-content: center; }
  .site-header.nav-open .nav__links {
    display: flex; position: absolute; top: 84px; left: 0; right: 0; flex-direction: column;
    background: var(--olive-deep); padding: 16px var(--gutter) 28px; gap: 4px; box-shadow: var(--shadow-md);
    border-bottom: 1px solid rgba(246,240,223,0.12);
  }
  .site-header.nav-open .nav__links a { width: 100%; padding: 14px 16px; }
  .site-header.nav-open .nav__links .btn { display: inline-flex; margin-top: 10px; }
  .hero__grid, .split, .contact-grid, .aboutme { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .hero__media, .aboutme__media { max-width: 440px; margin-inline: auto; order: -1; }
  .aboutme__media { order: 0; }
  .aboutme__media .craft-badge { right: 10px; top: 10px; }
  .grid--3, .grid--2, .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .grid--3, .grid--2, .grid--4, .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .price-table { font-size: 0.9rem; }
  .price-table th, .price-table td { padding: 12px 8px; }
  .hero__chip { left: 0; }
}
