/*
Theme Name: Handwerk Service Team Custom
Theme URI: https://handwerk-service-team-3.lead.bummeltech.com/
Author: Handwerk Service Team
Description: Individuelles, skeuomorphes Theme für das Handwerk Service Team Solingen. Holz-, Leder- und Metall-Texturen, plastische Tiefe, mehrschichtige Schatten, taktile Interaktionen. Alle Inhalte über wp-admin pflegbar (Customizer, Slides, Leistungen, Menüs, Seiten).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hst
*/

/* ============================================================
   SKEUOMORPHISM DESIGN SYSTEM — Holz / Leder / Messing / Stahl
   Komplexe Gradienten (8–12 Stops), mehrschichtige Schatten,
   Textur-Overlays (Grain/Noise), taktile Press-Animationen.
   ============================================================ */

:root {
  /* --- Materialfarben (Skeuomorphism) --- */
  --wood-1: #6b4423;
  --wood-2: #59371c;
  --wood-3: #4a2d16;
  --wood-4: #3a2310;
  --wood-grain: rgba(0,0,0,.16);

  --leather-1: #4a3528;
  --leather-2: #3a281d;
  --leather-3: #2c1d14;

  --metal-1: #f4f6f9;
  --metal-2: #d6dbe2;
  --metal-3: #aeb6c2;
  --metal-4: #7d8794;
  --metal-edge: #5a626e;

  /* Messing / Kupfer = warmer Tactile-Accent (aus uiux-Accent abgeleitet) */
  --brass-1: #ffd9a0;
  --brass-2: #f7a64b;
  --brass-3: #e07b1f;   /* ~ uiux #F97316 als Metall-Akzent */
  --brass-4: #b85c12;
  --brass-5: #8a430c;

  /* Stahlblau (aus uiux Primary #2563EB) für sekundäre Akzente */
  --steel-1: #4f86f5;
  --steel-2: #2563eb;
  --steel-3: #1b47ad;

  /* --- Vom Customizer überschreibbar (siehe inc/customizer.php) --- */
  --color-primary: var(--brass-3);
  --color-accent: var(--steel-2);

  /* --- Grund-Palette --- */
  --bg: #ece4d8;             /* heller Pergament-/Werkbank-Hintergrund */
  --bg-2: #ded2c0;
  --panel: #f3ede2;
  --fg: #2b2118;             /* dunkles Braun-Schwarz, Kontrast ≥ 4.5:1 auf hell */
  --fg-soft: #5c4a39;
  --fg-invert: #f6efe4;
  --line: #c9bba6;

  /* --- Typografie --- */
  --font-base: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Plus Jakarta Sans", system-ui, sans-serif;

  /* --- Radius & Spacing --- */
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --r-pill: 999px;
  --maxw: 1200px;
  --gap: clamp(1rem, 2.5vw, 2rem);

  /* --- Mehrschichtige Schatten (plastische Tiefe) --- */
  --shadow-raised:
    0 1px 0 rgba(255,255,255,.65) inset,
    0 -2px 4px rgba(0,0,0,.10) inset,
    0 2px 4px rgba(0,0,0,.18),
    0 8px 18px rgba(0,0,0,.20),
    0 16px 40px rgba(0,0,0,.16);
  --shadow-deep:
    0 1px 0 rgba(255,255,255,.5) inset,
    0 2px 6px rgba(0,0,0,.22),
    0 14px 28px rgba(0,0,0,.26),
    0 28px 60px rgba(0,0,0,.22);
  --shadow-inset:
    0 2px 6px rgba(0,0,0,.30) inset,
    0 -1px 0 rgba(255,255,255,.35) inset;
  --shadow-text: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.12);

  --ease: cubic-bezier(.2,.7,.2,1);
  --dur: 380ms; /* taktile Animationen 300–500ms */
}

/* --- Grain/Noise Textur-Overlay als wiederverwendbare Variable --- */
:root {
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

/* ===================== RESET / BASE ===================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--fg);
  line-height: 1.65;
  font-size: clamp(1rem, .96rem + .25vw, 1.075rem);
  background-color: var(--bg);
  background-image:
    var(--noise),
    radial-gradient(120% 90% at 50% -10%, #f7f1e6 0%, #ece4d8 45%, #ddd0bd 100%);
  background-blend-mode: overlay, normal;
  background-attachment: fixed, fixed;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brass-5); text-decoration: none; transition: color var(--dur) var(--ease); }
a:hover { color: var(--brass-4); }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.15; font-weight: 700; color: var(--fg); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 1.4rem + 3.4vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 1rem + .9vw, 1.5rem); }
p { margin: 0 0 1rem; }
:focus-visible { outline: 3px solid var(--steel-2); outline-offset: 3px; border-radius: 4px; }

.container { width: min(100% - 2.4rem, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(3rem, 7vw, 6rem) 0; position: relative; }
.section--alt { background:
    var(--noise),
    linear-gradient(180deg, #e7ddcd 0%, #ddd1bd 100%);
  background-blend-mode: overlay, normal;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 -1px 0 rgba(0,0,0,.08) inset;
}
.eyebrow {
  display: inline-block;
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  color: var(--brass-5);
  padding: .35rem .9rem; margin-bottom: 1rem;
  background: linear-gradient(180deg, #f6e9d4, #e7cfa6);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-raised);
}
.section__head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head p { color: var(--fg-soft); font-size: 1.1rem; }
.text-center { text-align: center; }
.center-head { margin-inline: auto; }

/* ===================== TACTILE BUTTONS (Messing/Metall) ===================== */
.btn {
  --b1: var(--brass-1); --b2: var(--brass-2); --b3: var(--brass-3); --b4: var(--brass-4); --b5: var(--brass-5);
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem;
  color: #3a1f06; cursor: pointer; border: 0;
  padding: .95rem 1.7rem; border-radius: var(--r-pill);
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
  background:
    linear-gradient(180deg,
      var(--b1) 0%, var(--b2) 18%, var(--b3) 42%,
      var(--b4) 72%, var(--b5) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 -3px 6px rgba(0,0,0,.28) inset,
    0 2px 3px rgba(0,0,0,.25),
    0 8px 16px rgba(176,92,18,.35),
    0 14px 30px rgba(0,0,0,.22);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), filter var(--dur) var(--ease);
  will-change: transform;
}
.btn:hover { filter: brightness(1.06) saturate(1.05); transform: translateY(-2px); }
.btn:active { transform: scale(.96) translateY(1px);
  box-shadow:
    0 2px 5px rgba(0,0,0,.35) inset,
    0 -1px 0 rgba(255,255,255,.4) inset,
    0 2px 6px rgba(0,0,0,.2);
}
.btn--steel {
  --b1:#cde0ff; --b2:#88b1f6; --b3: var(--steel-1); --b4: var(--steel-2); --b5: var(--steel-3);
  color: #f4f8ff; text-shadow: 0 1px 1px rgba(0,0,0,.35);
  box-shadow:
    0 1px 0 rgba(255,255,255,.55) inset,
    0 -3px 6px rgba(0,0,0,.3) inset,
    0 2px 3px rgba(0,0,0,.25),
    0 8px 16px rgba(37,99,235,.35),
    0 14px 30px rgba(0,0,0,.22);
}
.btn--ghost {
  background: linear-gradient(180deg,#f3ede2,#ded0ba);
  color: var(--fg); box-shadow: var(--shadow-raised);
}
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.1rem; }

/* ===================== HEADER / NAVBAR ===================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background:
    var(--noise),
    linear-gradient(180deg, #5d3a1d 0%, #4d2f17 50%, #3c2411 100%);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 1px 0 rgba(255,220,170,.18) inset,
    0 -2px 0 rgba(0,0,0,.5) inset,
    0 6px 18px rgba(0,0,0,.35),
    0 14px 30px rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(0,0,0,.4);
}
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; min-height: 78px; padding-block: .5rem;
}
.brand { display: flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.brand__mark {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(180deg, var(--brass-1), var(--brass-3) 55%, var(--brass-5));
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 -3px 6px rgba(0,0,0,.35) inset,
    0 4px 10px rgba(0,0,0,.4);
}
.brand__mark svg { width: 26px; height: 26px; filter: drop-shadow(0 1px 0 rgba(255,255,255,.4)); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-head); font-weight: 700; font-size: 1.18rem; color: #fbeed8; text-shadow: 0 1px 2px rgba(0,0,0,.6); }
.brand__tag { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-1); opacity: .85; }

.nav-menu { display: flex; align-items: center; gap: clamp(.4rem, 1.4vw, 1.4rem); list-style: none; margin: 0; padding: 0; }
.nav-menu li { position: relative; }
.nav-menu a {
  display: block; padding: .65rem 1.05rem; border-radius: var(--r-pill);
  color: #f0e2cc; font-weight: 600; font-size: .98rem; white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
  transition: all var(--dur) var(--ease);
}
.nav-menu a:hover, .nav-menu .current-menu-item > a, .nav-menu .current_page_item > a {
  color: #fff7e8;
  background: linear-gradient(180deg, rgba(247,166,75,.5), rgba(176,92,18,.55));
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 -2px 4px rgba(0,0,0,.4) inset, 0 2px 6px rgba(0,0,0,.3);
}
/* Untermenüs */
.nav-menu ul.sub-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 220px;
  list-style: none; margin: 0; padding: .5rem;
  background: linear-gradient(180deg,#f3ede2,#e2d4bf);
  border-radius: var(--r); box-shadow: var(--shadow-deep);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all var(--dur) var(--ease); z-index: 20;
}
.nav-menu li:hover > ul.sub-menu, .nav-menu li:focus-within > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu ul.sub-menu a { color: var(--fg); text-shadow: none; padding: .55rem .8rem; }
.nav-menu ul.sub-menu a:hover { background: linear-gradient(180deg,#f6e9d4,#e7cfa6); color: var(--brass-5); }

.nav-actions { display: flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.nav-phone { display: inline-flex; align-items: center; gap: .5rem; color: #fbeed8; font-weight: 700; white-space: nowrap; }
.nav-phone svg { width: 18px; height: 18px; }

/* Burger */
.nav-toggle {
  display: none; width: 50px; height: 50px; border: 0; cursor: pointer;
  border-radius: 12px; padding: 0; flex-shrink: 0;
  background: linear-gradient(180deg, var(--brass-1), var(--brass-3) 55%, var(--brass-5));
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 -3px 6px rgba(0,0,0,.35) inset, 0 4px 10px rgba(0,0,0,.4);
}
.nav-toggle span { display: block; width: 24px; height: 3px; margin: 4px auto; border-radius: 3px; background: #3a1f06; box-shadow: 0 1px 0 rgba(255,255,255,.4); transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 7vw, 6rem); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    var(--noise),
    linear-gradient(105deg, rgba(44,29,20,.92) 0%, rgba(58,35,16,.82) 38%, rgba(58,35,16,.45) 70%, rgba(58,35,16,.25) 100%);
  background-blend-mode: overlay, normal;
}
.hero__inner { position: relative; z-index: 1; max-width: 680px; color: var(--fg-invert); }
.hero h1 { color: #fdf6ea; text-shadow: 0 2px 4px rgba(0,0,0,.55), 0 1px 0 rgba(0,0,0,.7); }
.hero h1 .accent { color: var(--brass-1); }
.hero__sub { font-size: clamp(1.1rem, 1rem + .6vw, 1.35rem); color: #f0e6d6; text-shadow: 0 1px 3px rgba(0,0,0,.6); margin-bottom: 1.8rem; max-width: 56ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.2rem; }
.hero__trust .pill {
  display: inline-flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .92rem; color: #fbeed8;
  padding: .55rem 1rem; border-radius: var(--r-pill);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.18));
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 2px 6px rgba(0,0,0,.3);
  backdrop-filter: blur(4px);
}
.hero__trust .pill svg { width: 18px; height: 18px; color: var(--brass-1); }

/* ===================== SLIDER (CPT slide) ===================== */
.slider { position: relative; }
.slider__track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  gap: 0; border-radius: var(--r-lg);
  box-shadow: var(--shadow-deep);
  scrollbar-width: none;
}
.slider__track::-webkit-scrollbar { display: none; }
.slide {
  position: relative; min-width: 100%; scroll-snap-align: center; aspect-ratio: 16/8;
  display: grid; place-items: end start;
}
@media (max-width: 720px){ .slide { aspect-ratio: 4/5; } }
.slide__img { position: absolute; inset: 0; }
.slide__img img { width: 100%; height: 100%; object-fit: cover; }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(28,18,11,.9) 0%, rgba(28,18,11,.5) 35%, rgba(28,18,11,.05) 70%);
}
.slide__body { position: relative; z-index: 2; padding: clamp(1.4rem, 4vw, 3rem); max-width: 640px; color: #fdf6ea; }
.slide__body h3 { color: #fff7e8; font-size: clamp(1.4rem, 1.1rem + 1.6vw, 2.2rem); text-shadow: 0 2px 5px rgba(0,0,0,.6); }
.slide__body p { color: #f0e6d6; text-shadow: 0 1px 3px rgba(0,0,0,.6); margin-bottom: 0; }
/* Frame des Sliders = Holzrahmen */
.slider__frame {
  padding: 14px; border-radius: calc(var(--r-lg) + 12px);
  background:
    var(--noise),
    linear-gradient(135deg, var(--wood-1) 0%, var(--wood-2) 30%, var(--wood-3) 60%, var(--wood-4) 100%);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 1px 0 rgba(255,210,150,.25) inset,
    0 -3px 8px rgba(0,0,0,.5) inset,
    var(--shadow-deep);
}
.slider__nav { display: flex; align-items: center; justify-content: space-between; margin-top: 1.4rem; gap: 1rem; }
.slider__dots { display: flex; gap: .6rem; flex-wrap: wrap; }
.slider__dot {
  width: 16px; height: 16px; border-radius: 50%; border: 0; cursor: pointer; padding: 0;
  background: radial-gradient(circle at 35% 30%, #f3e3c8, #b88a4e 60%, #6f4e22);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -2px 3px rgba(0,0,0,.4) inset, 0 2px 4px rgba(0,0,0,.3);
  transition: transform var(--dur) var(--ease), filter var(--dur) var(--ease);
}
.slider__dot[aria-current="true"] { filter: brightness(1.1); transform: scale(1.25);
  background: radial-gradient(circle at 35% 30%, #ffe9c2, var(--brass-3) 55%, var(--brass-5)); }
.slider__arrows { display: flex; gap: .6rem; }
.slider__arrow {
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center;
  background: linear-gradient(180deg, var(--metal-1), var(--metal-2) 45%, var(--metal-4));
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 -3px 6px rgba(0,0,0,.3) inset, 0 4px 10px rgba(0,0,0,.3);
  transition: transform var(--dur) var(--ease), filter var(--dur) var(--ease);
}
.slider__arrow:hover { filter: brightness(1.05); }
.slider__arrow:active { transform: scale(.92); }
.slider__arrow svg { width: 22px; height: 22px; color: #3a2c1c; }

/* ===================== CARDS / SERVICES ===================== */
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.card {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background:
    var(--noise),
    linear-gradient(180deg, #f7f1e6 0%, #f1e8d8 40%, #e6d8c1 100%);
  background-blend-mode: overlay, normal;
  box-shadow: var(--shadow-raised);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-deep); }
.card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__media::after { content:""; position:absolute; inset:0; box-shadow: 0 -30px 40px -20px rgba(0,0,0,.5) inset; }
.card__body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: .4rem;
  margin-top: -50px; position: relative; z-index: 2;
  background: linear-gradient(180deg, var(--brass-1), var(--brass-3) 55%, var(--brass-5));
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 -3px 6px rgba(0,0,0,.35) inset, 0 6px 14px rgba(0,0,0,.4);
}
.card__icon svg { width: 30px; height: 30px; color: #3a1f06; filter: drop-shadow(0 1px 0 rgba(255,255,255,.4)); }
.card__body h3 { margin: 0; }
.card__body p { color: var(--fg-soft); margin: 0; }
.card__link { margin-top: auto; padding-top: .8rem; font-weight: 700; color: var(--brass-5); display: inline-flex; align-items: center; gap: .4rem; }
.card__link svg { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.card:hover .card__link svg { transform: translateX(4px); }
/* Service-Karte ohne Bild bekommt nur Icon-Kopf */
.card--plain .card__icon { margin-top: 0; }

/* ===================== ABOUT / FEATURES ===================== */
.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
@media (max-width: 880px){ .about { grid-template-columns: 1fr; } }
.about__media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-deep); border: 10px solid transparent;
  background:
    var(--noise),
    linear-gradient(135deg, var(--wood-1), var(--wood-3) 60%, var(--wood-4));
  background-blend-mode: overlay, normal; background-clip: padding-box;
}
.about__media img { border-radius: calc(var(--r-lg) - 6px); }
.feature-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .9rem; }
.feature-list li { display: flex; gap: .9rem; align-items: flex-start; }
.feature-list .tick {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin-top: 2px;
  background: linear-gradient(180deg, #bff0c2, #36a04a 60%, #1d6b2e);
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 -2px 4px rgba(0,0,0,.3) inset, 0 3px 6px rgba(0,0,0,.25);
}
.feature-list .tick svg { width: 16px; height: 16px; color: #fff; }
.feature-list strong { display: block; }
.feature-list span.sub { color: var(--fg-soft); font-size: .96rem; }

/* Stats / Zahlen */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: var(--gap); margin-top: 2rem; }
.stat {
  text-align: center; padding: 1.4rem 1rem; border-radius: var(--r);
  background: linear-gradient(180deg,#f6efe2,#e6d8c1);
  box-shadow: var(--shadow-inset);
}
.stat b { display: block; font-family: var(--font-head); font-size: clamp(1.8rem,1.3rem+1.6vw,2.6rem); color: var(--brass-5); text-shadow: var(--shadow-text); }
.stat span { color: var(--fg-soft); font-weight: 600; font-size: .95rem; }

/* ===================== CTA BAND ===================== */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  padding: clamp(2.4rem, 5vw, 4rem);
  background:
    var(--noise),
    linear-gradient(135deg, var(--leather-1) 0%, var(--leather-2) 45%, var(--leather-3) 100%);
  background-blend-mode: overlay, normal;
  box-shadow: var(--shadow-deep), 0 0 0 1px rgba(0,0,0,.4);
  color: var(--fg-invert);
  /* genähte Leder-Naht */
  outline: 2px dashed rgba(247,166,75,.35); outline-offset: -14px;
}
.cta-band h2 { color: #fff7e8; text-shadow: 0 2px 4px rgba(0,0,0,.5); }
.cta-band p { color: #efe2cf; }
.cta-band__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; }

/* ===================== CONTACT ===================== */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,3vw,3rem); }
@media (max-width: 820px){ .contact { grid-template-columns: 1fr; } }
.contact__card {
  padding: 1.8rem; border-radius: var(--r-lg);
  background: linear-gradient(180deg,#f7f1e6,#ece0cd);
  box-shadow: var(--shadow-raised);
}
.contact__list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.contact__list li { display: flex; gap: .9rem; align-items: center; }
.contact__list .ico {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(180deg, var(--metal-1), var(--metal-3) 55%, var(--metal-4));
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 -2px 4px rgba(0,0,0,.3) inset, 0 3px 8px rgba(0,0,0,.3);
}
.contact__list .ico svg { width: 20px; height: 20px; color: #2e2418; }
.contact__list a { color: var(--fg); font-weight: 600; }
.contact__list a:hover { color: var(--brass-5); }

/* Formular (skeuomorphe Inputs) */
.form { display: grid; gap: 1rem; }
.form label { font-weight: 600; font-size: .92rem; display: block; margin-bottom: .35rem; }
.form input, .form textarea {
  width: 100%; font: inherit; color: var(--fg); padding: .85rem 1rem; border: 0; border-radius: var(--r-sm);
  background: linear-gradient(180deg,#efe6d6,#fbf6ec);
  box-shadow: var(--shadow-inset);
}
.form input:focus, .form textarea:focus { outline: none; box-shadow: var(--shadow-inset), 0 0 0 3px rgba(37,99,235,.4); }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px){ .form .row2 { grid-template-columns: 1fr; } }

/* ===================== PAGE CONTENT ===================== */
.page-hero {
  position: relative; padding: clamp(3rem,7vw,5.5rem) 0 clamp(2.4rem,5vw,4rem);
  background:
    var(--noise),
    linear-gradient(135deg, var(--wood-2) 0%, var(--wood-3) 55%, var(--wood-4) 100%);
  background-blend-mode: overlay, normal;
  box-shadow: 0 -2px 0 rgba(0,0,0,.4) inset, var(--shadow-deep);
  color: var(--fg-invert);
}
.page-hero h1 { color: #fff7e8; text-shadow: 0 2px 4px rgba(0,0,0,.5); }
.page-hero p { color: #f0e6d6; max-width: 60ch; }
.breadcrumbs { font-size: .88rem; color: #e3d3ba; margin-bottom: .8rem; }
.breadcrumbs a { color: var(--brass-1); }
.prose { max-width: 820px; }
.prose h2 { margin-top: 2rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .5rem; }
.prose img { border-radius: var(--r); box-shadow: var(--shadow-raised); margin: 1.5rem 0; }
.content-card {
  background: linear-gradient(180deg,#f7f1e6,#efe3d0);
  border-radius: var(--r-lg); box-shadow: var(--shadow-raised);
  padding: clamp(1.6rem, 4vw, 3rem);
}

/* ===================== FOOTER ===================== */
.site-footer {
  margin-top: 0;
  background:
    var(--noise),
    linear-gradient(180deg, #2c1d14 0%, #1f140d 100%);
  background-blend-mode: overlay, normal;
  color: #e7d9c4; padding: clamp(2.5rem,5vw,4rem) 0 1.5rem;
  box-shadow: 0 2px 0 rgba(255,200,150,.12) inset;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(1.5rem,3vw,3rem); }
@media (max-width: 780px){ .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fbeed8; font-size: 1.05rem; letter-spacing: .02em; margin-bottom: 1rem; }
.footer-menu, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer-menu a, .footer-contact a { color: #e7d9c4; }
.footer-menu a:hover, .footer-contact a:hover { color: var(--brass-1); }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--brass-2); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.2rem; padding-top: 1.3rem; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; justify-content: space-between; font-size: .88rem; color: #b9a888; }
.footer-bottom .legal { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a { color: #cdb89e; }

/* ===================== RESPONSIVE NAV ===================== */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-phone { display: none; }
  .site-nav {
    position: fixed; inset: 78px 0 auto 0;
    background:
      var(--noise),
      linear-gradient(180deg, #4d2f17 0%, #3c2411 100%);
    background-blend-mode: overlay, normal;
    box-shadow: var(--shadow-deep);
    max-height: 0; overflow: hidden; transition: max-height var(--dur) var(--ease);
  }
  .site-nav.open { max-height: calc(100vh - 78px); overflow-y: auto; }
  .nav-menu { flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem; }
  .nav-menu a { padding: .9rem 1rem; font-size: 1.05rem; }
  .nav-menu ul.sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; background: rgba(0,0,0,.2); margin: .3rem 0 .3rem .8rem; padding: .3rem;
  }
  .nav-menu ul.sub-menu a { color: #f0e2cc; }
}

/* ===================== UTIL ===================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--brass-3); color:#3a1f06; padding: .7rem 1rem; border-radius: 0 0 var(--r-sm) 0; font-weight: 700; }
.skip-link:focus { left: 0; }
.mt-2 { margin-top: 2rem; } .mb-0 { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
