/* Hundepension am Bergershof — Stil (Design-Tokens aus dem Design-System) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Great+Vibes&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --braun-800: #432c14; --braun-700: #5b3a1d; --braun-600: #6f4a26; --braun-500: #7f5731;
  --braun-400: #9a7350; --braun-300: #b7997a;
  --creme-300: #e9dcc6; --creme-200: #f1e7d4; --creme-100: #f7f0e3; --creme-50: #fbf7ef; --weiss: #fffdf8;
  --text-heading: var(--braun-800); --text-body: #4a3826; --text-muted: #8a7458;
  --border-soft: #e5d9c3; --link: var(--braun-600); --link-hover: var(--braun-800);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Lora', Georgia, serif;
  --radius-md: 10px; --radius-lg: 16px; --radius-photo: 14px; --radius-pill: 999px;
  --shadow-card: 0 1px 3px rgba(91,58,29,.08), 0 6px 18px rgba(91,58,29,.07);
  --shadow-lift: 0 2px 6px rgba(91,58,29,.10), 0 12px 28px rgba(91,58,29,.12);
  --content-max: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--creme-50); color: var(--text-body); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--link); }
a:hover { color: var(--link-hover); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--braun-500); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; color: var(--text-heading); line-height: 1.15; margin: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-body); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-radius: var(--radius-pill); border: 1px solid var(--braun-700); background: var(--braun-700); color: var(--creme-50); font-size: 13px; padding: 13px 28px; cursor: pointer; transition: background-color 180ms ease, border-color 180ms ease; }
.btn:hover { background: var(--braun-800); border-color: var(--braun-800); color: var(--creme-50); }
.btn--sm { font-size: 12px; padding: 9px 20px; }
.btn--lg { font-size: 14px; padding: 16px 36px; }
.btn--voll { width: 100%; }
.btn--creme { background: var(--creme-50); border-color: var(--creme-50); color: var(--braun-800); }
.btn--creme:hover { background: var(--creme-200); border-color: var(--creme-200); color: var(--braun-800); }
.btn--kontur-creme { background: transparent; border-color: var(--creme-200); color: var(--creme-50); }
.btn--kontur-creme:hover { background: rgba(251,247,239,.12); border-color: var(--creme-50); color: var(--creme-50); }

/* Kopf */
.kopf { position: sticky; top: 0; z-index: 20; background: var(--creme-50); border-bottom: 1px solid var(--border-soft); }
.kopf-innen { max-width: var(--content-max); margin: 0 auto; padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.marke { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.marke img { width: 48px; height: auto; }
.marke-text { line-height: 1.1; }
.marke-serif { display: block; font-family: var(--font-serif); font-weight: 600; font-size: 19px; color: var(--text-heading); }
.marke-script { display: block; font-family: var(--font-script); font-size: 17px; color: var(--braun-500); }
.kopf-aktionen { display: flex; align-items: center; gap: 8px; }
.tel-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 4px 10px; color: var(--braun-700); text-decoration: none; font-size: 15px; border-radius: var(--radius-pill); }
.tel-text { white-space: nowrap; font-weight: 500; }
@media (max-width: 479px) { .tel-text { display: none; } }

/* Hero */
.hero { position: relative; min-height: min(88vh, 720px); display: flex; align-items: center; justify-content: center; text-align: center; padding: 96px 20px; background-image: linear-gradient(rgba(51,34,15,.42), rgba(51,34,15,.42)), url('export-assets/hero.jpg'); background-size: cover; background-position: center; }
.hero-innen { display: flex; flex-direction: column; align-items: center; gap: 20px; max-width: 780px; }
.hero h1 { font-size: clamp(2.75rem, 7vw, 4.5rem); line-height: 1.05; color: var(--creme-50); text-wrap: balance; }
.hero p { margin: 0; font-size: clamp(1.05rem, 2.6vw, 1.375rem); color: var(--creme-100); max-width: 46ch; text-wrap: pretty; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Vertrauensleiste */
.vertrauen { background: var(--creme-100); border-bottom: 1px solid var(--border-soft); padding: 28px 20px; }
.vertrauen-innen { max-width: var(--content-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; text-align: center; }
.vertrauen-punkt { display: flex; flex-direction: column; gap: 2px; }
.vertrauen-punkt strong { font-family: var(--font-serif); font-weight: 600; font-size: 21px; color: var(--text-heading); }
.vertrauen-punkt span { font-size: .875rem; color: var(--text-muted); }

/* Abschnitte */
.abschnitt { padding: clamp(64px, 10vw, 104px) 20px; }
.abschnitt--tint { background: var(--creme-100); }
.schmal { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }
.breit { max-width: var(--content-max); margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }
.mittig { align-items: center; text-align: center; gap: 12px; }
.titel { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.titel h2 { font-size: 2rem; }
.titel-script { display: flex; align-items: center; gap: 16px; font-family: var(--font-script); font-size: 1.75rem; color: var(--braun-500); line-height: 1.2; }
.linie { width: 40px; height: 1px; background: var(--braun-300); }
.absaetze { display: flex; flex-direction: column; gap: 18px; font-size: 1.125rem; text-wrap: pretty; }
.absaetze p { margin: 0; }

/* Zitat */
.zitat-raster { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(28px, 5vw, 56px); align-items: center; }
.zitat-foto { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius-lg); border: 5px solid var(--weiss); box-shadow: var(--shadow-card); }
.zitat-figur { margin: 0; display: flex; flex-direction: column; gap: 20px; }
.zitat-zeichen { font-family: var(--font-script); font-size: 2.5rem; color: var(--braun-400); line-height: 1; }
.zitat-figur blockquote { margin: 0; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.375rem, 3vw, 1.75rem); line-height: 1.4; color: var(--text-heading); text-wrap: pretty; }
.zitat-figur figcaption { font-family: var(--font-script); font-size: 1.75rem; color: var(--braun-500); }

/* Karten & Schritte */
.karte { background: var(--weiss); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.schritte { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.schritt { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.schritt p { margin: 0; text-wrap: pretty; }
.schritt h3 { font-size: 1.375rem; }
.schritt-nr { width: 44px; height: 44px; border-radius: 50%; background: var(--braun-700); color: var(--creme-50); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 22px; font-weight: 600; }
.preis { font-size: .875rem; color: var(--text-muted); }
.bedingungen { background: var(--creme-100); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 24px 28px; display: flex; flex-direction: column; gap: 8px; }
.bedingungen h3 { font-size: 1.375rem; }
.bedingungen p { margin: 0; text-wrap: pretty; }

/* Galerie */
.galerie-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.galerie-raster img { width: 100%; height: 250px; object-fit: cover; border-radius: var(--radius-photo); }

/* Bewertungen */
.quelle { margin: 0; font-size: .875rem; color: var(--text-muted); }
.bewertung-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 20px; width: 100%; margin-top: 24px; text-align: left; }
.bewertung { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.bewertung blockquote { margin: 0; text-wrap: pretty; }
.sterne { color: var(--braun-500); font-size: 18px; letter-spacing: 4px; }
.autor { font-size: .875rem; color: var(--text-muted); margin-top: auto; }
.mehr-link { margin-top: 16px; }

/* FAQ */
.faq { padding: 8px 28px; display: flex; flex-direction: column; }
.faq details { border-bottom: 1px solid var(--border-soft); }
.faq details.letzte { border-bottom: none; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; cursor: pointer; font-family: var(--font-serif); font-weight: 600; font-size: 19px; color: var(--text-heading); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq .chev { flex: none; transition: transform 200ms ease; }
.faq details[open] .chev { transform: rotate(180deg); }
.faq p { margin: 0; padding: 0 0 18px; text-wrap: pretty; }

/* Kontakt */
.kontakt { background: var(--braun-700); color: var(--creme-100); padding: clamp(64px, 10vw, 104px) 20px; }
.kontakt-raster { max-width: var(--content-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 5vw, 64px); align-items: start; }
.kontakt-info { display: flex; flex-direction: column; gap: 24px; }
.kontakt-script { font-family: var(--font-script); font-size: 1.75rem; color: var(--creme-300); }
.kontakt h2 { color: var(--creme-50); font-size: 2rem; }
.kontakt address { font-style: normal; display: flex; flex-direction: column; gap: 6px; font-size: 1.125rem; line-height: 1.7; }
.kontakt address a { color: var(--creme-50); }
.anfahrt { font-size: 1rem; color: var(--creme-200); }
.umbruch { overflow-wrap: anywhere; }
.social { display: flex; gap: 12px; }
.social a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--braun-400); color: var(--creme-100); }
.social a:hover { color: var(--creme-50); border-color: var(--creme-300); }

/* Formular */
.formular { background: var(--weiss); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); padding: clamp(24px, 4vw, 36px); display: flex; flex-direction: column; gap: 18px; color: var(--text-body); }
.formular h3 { font-size: 1.375rem; }
.formular label { display: block; }
.formular label span { display: block; font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.formular input, .formular textarea { font-family: var(--font-body); font-size: 1rem; color: var(--text-body); background: var(--weiss); border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 12px 16px; width: 100%; transition: border-color 180ms ease, box-shadow 180ms ease; }
.formular textarea { resize: vertical; }
.formular input:focus, .formular textarea:focus { outline: none; border-color: var(--braun-500); box-shadow: 0 0 0 3px rgba(127,87,49,.14); }
.form-hinweis { margin: 0; font-size: .875rem; color: var(--text-muted); text-align: center; }
.form-datenschutz { margin: 0; font-size: 12px; color: var(--text-muted); text-align: center; text-wrap: pretty; }
.versteckt { display: none; }

/* Fuß */
.fuss { background: var(--braun-800); color: var(--creme-200); padding: 32px 20px; display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; font-size: .875rem; }
.fuss a { color: var(--creme-200); }
.fuss a:hover { color: var(--creme-50); }
.fuss-script { font-family: var(--font-script); font-size: 1.75rem; color: var(--creme-300); }
.fuss-brennholz a { color: var(--creme-100); white-space: nowrap; }
.fuss-links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: center; }

/* Scroll-Reveal */
.reveal.versteckt-start { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.versteckt-start.sichtbar { opacity: 1; transform: none; }

/* Unterseiten */
.unterseite { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.unterseite-innen { max-width: 560px; display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
.unterseite-innen h1 { font-size: 2rem; }
.unterseite-innen p { margin: 0; font-size: 1.125rem; text-wrap: pretty; }
.unterseite-script { font-family: var(--font-script); font-size: 2.5rem; color: var(--braun-500); line-height: 1.2; }
.unterseite--links { align-items: flex-start; text-align: left; }
