/* Tiagus Bodenbeläge — Design-System (aus dem Claude-Design-Export abgeleitet)
   Brand-Gold #C4A24E auf Warm-Anthrazit #1B1A18, warme Sand-/Eiche-Neutrale.
   Schriften: Cinzel (Display), Cormorant Garamond (Fliesstext), Jost (UI). */

:root {
  --gold-100: #F4EBD2; --gold-200: #E7D6A6; --gold-300: #DCC383; --gold-400: #D2B368;
  --gold-500: #C4A24E; --gold-600: #A9863A; --gold-700: #856A2C;
  --ink-950: #0E0D0C; --ink-900: #121110; --ink-800: #1B1A18; --ink-700: #26241F; --ink-600: #37342D; --ink-500: #4A463D;
  --sand-50: #FAF7F1; --sand-100: #F4EFE5; --sand-200: #EAE1D0; --sand-300: #D9CBB2; --sand-400: #BCA98A;
  --sand-500: #9C8869; --sand-600: #756550; --sand-700: #574B3B;
  --white: #FFFFFF;
  --success-500: #5C7A52; --success-100: #E6ECDE; --danger-500: #A5493C; --danger-100: #F3DED9;

  --surface-page: var(--sand-50); --surface-card: var(--white); --surface-sunken: var(--sand-100);
  --text-primary: var(--ink-800); --text-secondary: var(--sand-700); --text-muted: var(--sand-500);
  --border: var(--sand-200); --border-strong: var(--sand-300); --border-dark: rgba(196, 162, 78, 0.22);
  --focus-ring: rgba(196, 162, 78, 0.45);

  --font-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;

  --radius-sm: 4px; --radius-lg: 10px;
  --shadow-xs: 0 1px 2px rgba(27, 26, 24, 0.06);
  --shadow-sm: 0 2px 8px rgba(27, 26, 24, 0.08);
  --shadow-md: 0 8px 24px rgba(27, 26, 24, 0.10);
  --shadow-lg: 0 18px 48px rgba(27, 26, 24, 0.14);
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 220ms; --dur-fast: 140ms;

  --container: 1200px;
  --gutter: 40px;
  --section-y: 96px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--surface-page); color: var(--text-primary); font-family: var(--font-sans); line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-600); text-decoration: none; }
a:hover { color: var(--gold-500); }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold-500); color: var(--ink-900); padding: 10px 16px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: var(--section-y) 0; }
.section--tight { padding: 80px 0; }
.bg-page { background: var(--surface-page); }
.bg-card { background: var(--surface-card); }
.bg-dark { background: var(--ink-800); }
.bg-gold { background: var(--gold-500); }
.bt { border-top: 1px solid var(--border); }
.narrow { max-width: 760px; margin-left: auto; margin-right: auto; }
.narrow-820 { max-width: 820px; margin-left: auto; margin-right: auto; }
.narrow-1000 { max-width: 1000px; margin-left: auto; margin-right: auto; }
.narrow-1100 { max-width: 1100px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.split--rev { grid-template-columns: 0.95fr 1.05fr; }
.split--even { grid-template-columns: 1fr 1fr; }
.split--portrait { grid-template-columns: 0.9fr 1.1fr; }
.split--contact { grid-template-columns: 1.4fr 0.9fr; gap: 56px; align-items: start; }
.split > *, .grid > * { min-width: 0; }

/* ---------- Typografie ---------- */
.eyebrow { display: flex; align-items: center; gap: 12px; font-family: var(--font-sans); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; color: var(--gold-600); }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold-500); flex: 0 0 auto; }
.eyebrow--dark { color: var(--gold-400); }
.eyebrow--center { justify-content: center; }
.h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 5.2vw, 64px); line-height: 1.06; letter-spacing: 0.04em; text-transform: uppercase; }
.h1--page { font-size: clamp(32px, 4.3vw, 52px); letter-spacing: 0.05em; }
.h1--mid { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.1; }
.h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3.3vw, 40px); line-height: 1.12; letter-spacing: 0.05em; text-transform: uppercase; }
.h2--sm { font-size: clamp(24px, 2.8vw, 32px); }
.h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; }
.on-dark { color: var(--sand-50); }
.gold { color: var(--gold-400); }
.lead { font-family: var(--font-serif); font-size: 19px; line-height: 1.65; color: var(--text-secondary); }
.lead--lg { font-size: 20px; }
.lead--xl { font-size: 22px; line-height: 1.55; }
.lead--dark { color: var(--sand-300); }
.lead p + p { margin-top: 18px; }
.stack > * + * { margin-top: 18px; }
.quote { font-family: var(--font-serif); font-style: italic; font-size: 24px; line-height: 1.5; color: var(--text-primary); }
.byline { font-family: var(--font-sans); font-size: 14px; letter-spacing: 0.04em; color: var(--text-secondary); }
.byline strong { color: var(--text-primary); }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 12px; } .mt-3 { margin-top: 18px; } .mt-4 { margin-top: 24px; } .mt-5 { margin-top: 30px; } .mt-6 { margin-top: 40px; } .mt-7 { margin-top: 48px; }
.mb-4 { margin-bottom: 24px; } .mb-6 { margin-bottom: 40px; } .mb-7 { margin-bottom: 48px; } .mb-8 { margin-bottom: 56px; }
.mx { margin-left: auto; margin-right: auto; }
.max-520 { max-width: 520px; } .max-560 { max-width: 560px; } .max-620 { max-width: 620px; } .max-640 { max-width: 640px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; border: 1px solid transparent; border-radius: var(--radius-sm); cursor: pointer; text-decoration: none; line-height: 1; white-space: nowrap; padding: 12px 26px; font-size: 14px; transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.btn:active { transform: translateY(1px); }
.btn--sm { padding: 8px 16px; font-size: 12px; }
.btn--lg { padding: 16px 38px; font-size: 16px; letter-spacing: 0.18em; }
.btn--primary { background: var(--gold-500); color: var(--ink-900); border-color: var(--gold-500); }
.btn--primary:hover { background: var(--gold-400); border-color: var(--gold-400); color: var(--ink-900); }
.btn--secondary { background: transparent; color: var(--ink-800); border-color: var(--ink-800); }
.btn--secondary:hover { background: var(--ink-800); color: var(--sand-100); }
.btn--ghost { background: transparent; color: var(--text-secondary); border-color: transparent; }
.btn--ghost:hover { color: var(--gold-600); }
.btn--ondark { background: transparent; color: var(--gold-400); border-color: var(--gold-500); }
.btn--ondark:hover { background: var(--gold-500); color: var(--ink-900); }
.btn--full { width: 100%; white-space: normal; text-align: center; line-height: 1.3; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }
.textlink { font-family: var(--font-sans); font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold-600); }
.textlink:hover { color: var(--gold-400); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink-900); border-bottom: 1px solid var(--border-dark); }
.site-header .wrap { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: 0.16em; color: var(--gold-400); }
.brand__sub { font-family: var(--font-display); font-weight: 400; font-size: 8.5px; letter-spacing: 0.42em; color: var(--sand-300); margin-top: 5px; margin-left: 2px; }
.nav { display: flex; gap: 2px; margin-left: auto; flex-wrap: wrap; }
.nav a { padding: 10px 14px; font-family: var(--font-sans); font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--sand-200); transition: color 200ms; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold-400); }
.nav-toggle { display: none; margin-left: auto; appearance: none; background: none; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); color: var(--gold-400); padding: 10px 12px; cursor: pointer; font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ink-800); overflow: hidden; }
.hero__img { position: absolute; inset: 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,12,0.94) 0%, rgba(14,13,12,0.76) 46%, rgba(14,13,12,0.30) 100%); pointer-events: none; }
.hero__body { position: relative; padding-top: 130px; padding-bottom: 128px; }
.hero__body--detail { padding-top: 104px; padding-bottom: 96px; }
.hero__inner { max-width: 640px; }
.hero__text { font-family: var(--font-serif); font-size: 22px; line-height: 1.55; color: var(--sand-200); margin: 26px 0 38px; max-width: 520px; }
.hero__tagline { font-family: var(--font-serif); font-style: italic; font-size: 24px; color: var(--gold-400); }
.back { display: inline-block; font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--sand-400); margin-bottom: 18px; }
.back:hover { color: var(--gold-400); }
.page-head { background: var(--ink-800); padding: 96px 0 88px; text-align: center; }

/* ---------- Vertrauensleiste ---------- */
.trust { background: var(--ink-900); border-top: 1px solid var(--border-dark); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { padding: 34px 26px; }
.trust__item + .trust__item { border-left: 1px solid var(--border-dark); }
.trust__title { font-family: var(--font-sans); font-size: 15px; font-weight: 600; letter-spacing: 0.02em; color: var(--gold-400); }
.trust__text { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; color: var(--sand-400); margin-top: 8px; }
.diamond { display: inline-block; width: 9px; height: 9px; background: var(--gold-500); transform: rotate(45deg); }
.diamond--sm { width: 6px; height: 6px; }
.diamond--md { width: 7px; height: 7px; }
.diamond--lg { width: 12px; height: 12px; }

/* ---------- Bilder ---------- */
.figure { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--sand-100); }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure--45 { aspect-ratio: 4 / 5; }
.figure--54 { aspect-ratio: 5 / 4; box-shadow: var(--shadow-lg); }
.figure--43 { aspect-ratio: 4 / 3; }
.figure--32 { aspect-ratio: 3 / 2; }
.figure--contain img { object-fit: contain; }

/* ---------- Abschnittskopf mit Link rechts ---------- */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.section-head > div:first-child { flex: 1 1 0; min-width: 280px; }

/* ---------- Karten ---------- */
.card { background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; color: inherit; }
.card__img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand-100); }
.card__img--32 { aspect-ratio: 3 / 2; }
.card__img img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.card__body--lg { padding: 26px; }
.card__kicker { font-family: var(--font-sans); font-size: 13px; color: var(--gold-600); text-transform: uppercase; letter-spacing: 0.1em; margin: 4px 0 12px; }
.card__text { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; color: var(--text-secondary); margin: 0 0 18px; flex: 1; }
.card__text--tight { flex: 0; margin-bottom: 16px; }
.card--dark { background: var(--ink-800); border-color: transparent; }
.lift { transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.lift:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.panel { background: var(--surface-card); border: 1px solid var(--border); border-top: 2px solid var(--gold-500); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); }
.panel--dark { background: var(--ink-800); border: 0; }
.panel--form { padding: 40px; }
.panel--finder { background: var(--surface-page); padding: 44px 40px; text-align: left; }
.panel--quote { padding: 28px 30px; }
.list-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.list-2 li { font-family: var(--font-serif); font-size: 17px; color: var(--text-secondary); }
.panel--dark .list-2 li { color: var(--sand-300); }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.checks li { display: flex; align-items: center; font-family: var(--font-sans); font-size: 15px; color: var(--text-secondary); }
.checks .diamond { margin-right: 12px; flex: none; }

/* ---------- Vorher/Nachher ---------- */
.ba { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); user-select: none; background: var(--sand-100); }
.ba__layer { position: absolute; inset: 0; }
.ba__layer img { width: 100%; height: 100%; object-fit: cover; }
.ba__before { clip-path: inset(0 48% 0 0); }
.ba__line { position: absolute; top: 0; bottom: 0; left: 52%; width: 2px; background: var(--gold-500); pointer-events: none; transform: translateX(-1px); }
.ba__knob { position: absolute; top: 50%; left: 52%; width: 44px; height: 44px; border-radius: 999px; background: var(--gold-500); box-shadow: var(--shadow-md); transform: translate(-50%, -50%); pointer-events: none; display: flex; align-items: center; justify-content: center; color: var(--ink-900); font-size: 16px; font-weight: 700; }
.ba__tag { position: absolute; top: 16px; background: rgba(14,13,12,0.7); color: var(--sand-100); font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius-sm); pointer-events: none; }
.ba__tag--l { left: 16px; }
.ba__tag--r { right: 16px; color: var(--gold-400); }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; background: transparent; -webkit-appearance: none; appearance: none; cursor: ew-resize; opacity: 0; }

/* ---------- Vergleichstabelle ---------- */
.compare { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.compare table { width: 100%; border-collapse: collapse; }
.compare th { background: var(--ink-800); padding: 16px 12px; font-family: var(--font-sans); font-size: 12px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sand-300); text-align: center; }
.compare th:first-child { text-align: left; padding-left: 20px; letter-spacing: 0.14em; }
.compare td { padding: 18px 12px; text-align: center; font-size: 15px; letter-spacing: 2px; border-top: 1px solid var(--border); }
.compare td:first-child { text-align: left; padding-left: 20px; font-family: var(--font-display); font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-primary); }
.compare tbody tr:nth-child(even) { background: var(--surface-sunken); }
.compare .on { color: var(--gold-500); }
.compare .off { color: var(--sand-300); }
.legend { font-family: var(--font-serif); font-size: 17px; color: var(--text-muted); }
.legend span { color: var(--gold-600); }

/* ---------- Bodenaufbau ---------- */
.layers { background: var(--surface-card); border: 1px solid var(--border); border-top: 2px solid var(--gold-500); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-sm); }
.layers div { padding: 16px 22px; font-family: var(--font-sans); font-size: 14px; }
.layers div:first-child { background: var(--sand-400); color: var(--ink-900); border-radius: var(--radius-sm) var(--radius-sm) 0 0; font-weight: 600; letter-spacing: 0.04em; }
.layers div:nth-child(2) { background: var(--sand-300); color: var(--ink-800); font-weight: 500; border-top: 1px solid var(--sand-50); }
.layers div:nth-child(3) { background: var(--sand-200); color: var(--ink-800); border-top: 1px solid var(--sand-50); }
.layers div:nth-child(4) { background: var(--sand-100); color: var(--sand-700); border-top: 1px solid var(--white); }
.layers div:last-child { background: var(--ink-700); color: var(--sand-200); border-radius: 0 0 var(--radius-sm) var(--radius-sm); font-weight: 500; }

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; top: 22px; left: 12%; right: 12%; height: 1px; background: var(--border-dark); }
.step { position: relative; text-align: center; padding: 0 18px; }
.step__n { width: 46px; height: 46px; border-radius: 999px; background: var(--gold-500); color: var(--ink-900); font-family: var(--font-display); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; position: relative; z-index: 1; }
.step h3 { font-family: var(--font-sans); font-size: 18px; font-weight: 500; color: var(--gold-400); margin-bottom: 10px; }
.step p { font-family: var(--font-serif); font-size: 16px; line-height: 1.55; color: var(--sand-300); }

/* ---------- Boden-Finder ---------- */
.finder__meta { font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold-600); margin-bottom: 22px; }
.finder__q { font-family: var(--font-display); font-size: 24px; font-weight: 600; letter-spacing: 0.03em; margin-bottom: 26px; }
.finder__opts { display: flex; flex-direction: column; gap: 12px; }
.finder__opt { text-align: left; appearance: none; cursor: pointer; background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 16px 20px; font-family: var(--font-sans); font-size: 16px; color: var(--text-primary); box-shadow: var(--shadow-xs); }
.finder__opt:hover { border-color: var(--gold-500); }
.finder__result { text-align: center; }
.finder__result .quote { font-style: normal; margin: 0 0 30px; }
.finder__result strong { color: var(--gold-700); }

/* ---------- Kundenstimmen ---------- */
.testi { background: var(--ink-700); border: 1px solid var(--border-dark); border-radius: var(--radius-lg); padding: 34px; }
.testi p { font-family: var(--font-serif); font-style: italic; font-size: 19px; line-height: 1.55; color: var(--sand-100); margin: 22px 0; }
.testi cite { font-style: normal; font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold-400); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; font-family: var(--font-sans); font-size: 18px; font-weight: 500; color: var(--text-primary); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold-500); font-size: 22px; transition: transform 220ms; flex: none; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq p { font-family: var(--font-serif); font-size: 17px; line-height: 1.6; color: var(--text-secondary); margin: 0 0 24px; padding: 0 4px; }

/* ---------- CTA-Band ---------- */
.cta { padding: 72px 0; }
.cta--sm { padding: 60px 0; }
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.8vw, 34px); letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-900); }
.cta p { font-family: var(--font-serif); font-size: 19px; color: var(--ink-800); margin-top: 10px; }

/* ---------- Detailseite ---------- */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 40px; }
.services li { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--border); font-family: var(--font-serif); font-size: 18px; color: var(--text-secondary); }
.services .diamond { margin-right: 14px; flex: none; }
.callout { margin-top: 40px; background: var(--surface-sunken); border-left: 2px solid var(--gold-500); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 24px 28px; }
.callout__k { font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold-600); margin-bottom: 8px; }
.callout p { font-family: var(--font-serif); font-size: 19px; line-height: 1.5; color: var(--text-primary); }

/* ---------- Referenzen ---------- */
.ref__meta { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; color: var(--text-secondary); }
.ref__meta + .ref__meta { margin-top: 6px; }
.ref__meta strong { color: var(--text-primary); }
.ref__facts { display: flex; gap: 24px; margin-top: 16px; font-family: var(--font-sans); font-size: 13px; color: var(--gold-600); letter-spacing: 0.04em; }

/* ---------- Kennzahlen ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stats b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 40px; color: var(--gold-400); letter-spacing: 0.04em; }
.stats span { display: block; font-family: var(--font-sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--sand-400); margin-top: 8px; }

/* ---------- Formular ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-family: var(--font-sans); font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--text-muted); margin-bottom: 8px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--font-sans); font-size: 16px; color: var(--text-primary); background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 12px 14px; outline: none; transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.field textarea { resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px var(--focus-ring); }
.field--select { position: relative; }
.field--select select { appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer; }
.field--select::after { content: "▼"; position: absolute; right: 14px; bottom: 16px; pointer-events: none; color: var(--gold-600); font-size: 10px; }
.field input[type="file"] { padding: 14px; border: 1px dashed var(--border-strong); background: var(--surface-page); font-size: 14px; color: var(--text-secondary); }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-family: var(--font-sans); font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.form-note a { text-decoration: underline; }
.form-ok { text-align: center; padding: 40px 10px; animation: fadeUp 400ms var(--ease-out); }
.form-ok__icon { width: 56px; height: 56px; border-radius: 999px; background: var(--success-100); color: var(--success-500); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 22px; }
.form-err { background: var(--danger-100); color: var(--danger-500); border-radius: var(--radius-sm); padding: 14px 16px; font-family: var(--font-sans); font-size: 14px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.contact-box { background: var(--ink-800); border-radius: var(--radius-lg); padding: 34px; color: var(--sand-200); }
.contact-box h2 { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 22px; }
.contact-box dl { margin: 0; display: flex; flex-direction: column; gap: 20px; }
.contact-box dt { font-family: var(--font-sans); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--sand-500); margin-bottom: 5px; }
.contact-box dd { margin: 0; font-family: var(--font-serif); font-size: 20px; line-height: 1.4; color: var(--sand-50); }
.contact-box dd a { color: var(--sand-50); }
.contact-box dd a:hover { color: var(--gold-400); }
.map-link { display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; margin-top: 24px; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); background: var(--ink-700) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M0 20h40M20 0v40' stroke='rgba(196,162,78,.12)'/%3E%3C/svg%3E"); color: var(--gold-400); font-family: var(--font-sans); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; padding: 24px; box-shadow: var(--shadow-sm); }
.map-link:hover { color: var(--gold-300); }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 760px; margin: 0 auto; }
.legal h2 { font-family: var(--font-display); font-size: 22px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin: 44px 0 14px; }
.legal p, .legal li { font-family: var(--font-serif); font-size: 18px; line-height: 1.65; color: var(--text-secondary); }
.legal p + p { margin-top: 12px; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal li + li { margin-top: 6px; }
.legal a { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-900); color: var(--sand-200); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { width: 190px; border-radius: 8px; }
.footer-claim { font-family: var(--font-serif); font-size: 17px; line-height: 1.6; color: var(--sand-400); margin-top: 20px; max-width: 300px; }
.site-footer h2 { font-family: var(--font-sans); font-size: 12px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold-400); margin-bottom: 18px; }
.site-footer ul { display: flex; flex-direction: column; gap: 12px; }
.site-footer li a, .footer-contact a, .footer-contact span { color: var(--sand-300); font-family: var(--font-sans); font-size: 14px; transition: color 200ms; }
.site-footer li a:hover, .footer-contact a:hover { color: var(--gold-400); }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact span { color: var(--sand-400); line-height: 1.5; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border-dark); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-sans); font-size: 12px; color: var(--sand-500); letter-spacing: 0.04em; }
.footer-bottom a { color: var(--sand-500); margin-left: 24px; }
.footer-bottom a:hover { color: var(--gold-400); }

/* ---------- 404 ---------- */
.notfound { min-height: 60vh; display: flex; align-items: center; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(3) { border-left: 0; }
  .trust__item:nth-child(n+3) { border-top: 1px solid var(--border-dark); }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --gutter: 24px; --section-y: 72px; }
  .split, .split--rev, .split--even, .split--portrait, .split--contact { grid-template-columns: 1fr; gap: 40px; }
  .split--rev .figure, .split--portrait .figure { max-width: 520px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .site-header .wrap { height: 72px; gap: 16px; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: var(--ink-900); border-bottom: 1px solid var(--border-dark); flex-direction: column; padding: 12px var(--gutter) 20px; gap: 4px; }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; font-size: 14px; }
  .header-cta { display: none; }
  .hero__body { padding-top: 88px; padding-bottom: 88px; }
  .hero__scrim { background: linear-gradient(180deg, rgba(14,13,12,0.92) 0%, rgba(14,13,12,0.82) 60%, rgba(14,13,12,0.55) 100%); }
  .page-head { padding: 72px 0 64px; }
  .form-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr; }
  .compare { overflow-x: auto; }
  .compare table { min-width: 640px; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: 1fr; }
  .trust__item + .trust__item { border-left: 0; border-top: 1px solid var(--border-dark); }
  .steps { grid-template-columns: 1fr; }
  .list-2, .checks { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .panel, .panel--form, .panel--finder { padding: 26px 22px; }
  .hero__text { font-size: 19px; }
  .quote { font-size: 20px; }
  .btn--lg { padding: 14px 26px; font-size: 14px; }
  .cta .wrap { justify-content: center; text-align: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom a { margin-left: 0; margin-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lift, .btn { transition: none; }
}
