:root {
  /* Vintage / Werkstatt-Palette */
  --bg: #1a1410;            /* fast schwarz-braun */
  --bg-2: #221a14;          /* dunkles Holzbraun */
  --surface: #2a201a;       /* Karte */
  --surface-2: #322519;
  --ink: #efe7da;           /* creme/hell */
  --ink-soft: #cdbfae;
  --muted: #a8987f;         /* gedämpftes Beige */
  --brand: #c8612f;         /* Rost-Orange */
  --brand-2: #e07a3c;       /* helleres Orange */
  --line: #3d2f22;          /* dunkle Trennlinie */
  --gold: #c9a253;          /* Messing/Gold-Akzent */
  --rust: #5a3a22;          /* Rostbraun (Textur) */
  --radius: 6px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --display: "Oswald", "Playfair Display", Georgia, serif; /* gestanzte/slab für Überschriften */
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 14px 40px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  /* dezente rostige Blech-Textur: feine Linien + Korngeräusch, kaum sichtbar */
  background-color: var(--bg);
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.012) 0 2px, transparent 2px 5px),
    repeating-linear-gradient(45deg, rgba(90,58,34,0.05) 0 3px, transparent 3px 7px),
    radial-gradient(circle at 20% 30%, rgba(90,58,34,0.06), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(90,58,34,0.05), transparent 50%);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand-2); text-decoration: none; }
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 22px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(20, 15, 11, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--line);
  box-shadow: 0 2px 0 rgba(201,162,83,0.18);
}
/* Nieten in den Header-Ecken (Blech-Platte) */
.site-header::before, .site-header::after {
  content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #6b5640, #2a201a 70%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4); transform: translateY(-50%);
}
.site-header::before { left: 12px; }
.site-header::after { right: 12px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; }
.brand { display: flex; flex-direction: row; align-items: center; gap: 14px; line-height: 1.1; text-align: left; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-logo { width: 170px; height: auto; margin-bottom: 0; opacity: 0.96; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5)); }
.brand-name {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--ink);
  letter-spacing: 0.3px;
}
.brand-name em { color: var(--brand-2); font-style: italic; }
.brand-tag { font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-top: 2px; }

.nav { display: flex; gap: 26px; }
.nav a {
  color: var(--ink-soft); font-size: 0.92rem; font-weight: 500; position: relative; padding: 4px 0;
  font-family: var(--sans);
}
.nav a:hover, .nav a.active { color: var(--brand-2); }
.nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--brand);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 13px 26px; border-radius: var(--radius);
  font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 1px solid transparent;
  transition: transform 0.08s ease, background 0.2s ease, border-color 0.2s ease; text-align: center;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-2); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(239,231,218,0.4); }
.btn-ghost:hover { border-color: var(--brand-2); color: var(--brand-2); }
.btn-dark { background: #0f0b08; color: var(--ink); border: 1px solid var(--line); }
.btn-dark:hover { border-color: var(--brand); color: var(--brand-2); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(20,15,11,0.82) 0%, rgba(20,15,11,0.55) 45%, rgba(20,15,11,0.85) 100%),
    url("assets/hero-workshop.jpg") center/cover no-repeat;
  filter: grayscale(18%) sepia(12%) contrast(1.05);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(200,97,47,0.12), transparent 55%);
}
.hero-inner { position: relative; padding: 120px 22px 130px; max-width: 720px; }
.hero-eyebrow {
  font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.05rem; margin: 0 0 10px;
}
.hero h1 {
  font-family: var(--display); font-weight: 700; color: var(--ink);
  font-size: clamp(2.3rem, 6vw, 4rem); line-height: 1.05; margin: 0 0 20px;
  text-transform: uppercase; letter-spacing: 1.5px;
  text-shadow: 0 1px 0 #000, 0 3px 14px rgba(0,0,0,0.6);
}
.hero-sub { font-size: 1.1rem; color: var(--ink-soft); max-width: 560px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Mobiler Service-Hinweis ---------- */
.mobil-bar {
  background: linear-gradient(90deg, rgba(200,97,47,0.10), rgba(201,162,83,0.12), rgba(200,97,47,0.10));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 15px 22px; text-align: center;
}
.mobil-bar p { margin: 0; color: var(--ink); font-size: 1.02rem; font-weight: 500; }
.mobil-bar strong { color: var(--brand-2); }
.mobil-bar .ico { color: var(--gold); margin-right: 8px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.kicker {
  font-family: var(--serif); font-style: italic; color: var(--brand-2);
  letter-spacing: 1px; font-size: 1rem; margin: 0 0 6px;
}
.kicker.center, .center { text-align: center; }
.section h2 {
  font-family: var(--display); font-weight: 600; color: var(--ink);
  font-size: clamp(1.7rem, 4vw, 2.6rem); margin: 0 0 24px;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-shadow: 0 1px 0 #000, 0 2px 1px rgba(0,0,0,0.6);
}
/* Ornament-Trenner: Linie – Diamant – Linie */
.divider {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 0 auto 8px; max-width: 280px; color: var(--gold);
}
.divider::before, .divider::after {
  content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider .diamond {
  width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(201,162,83,0.5);
}
.stars { color: var(--gold); letter-spacing: 6px; font-size: 1.1rem; margin: 8px 0 18px; }

/* ---------- Craft / Über mich ---------- */
.craft { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.craft-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.craft-text p { color: var(--ink-soft); }
.note {
  margin-top: 22px; padding: 14px 16px; background: rgba(200,97,47,0.08);
  border-left: 3px solid var(--brand); border-radius: 4px; font-size: 0.92rem; color: var(--muted);
}
.craft-image img {
  border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); filter: sepia(10%) contrast(1.04);
}

/* Porträt von Albert Reuß im Über-mich-Bereich – rund, freundlich, dezent, rahmenlos */
.portrait {
  margin: 0 auto;
  width: 220px;
  max-width: 60%;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  overflow: hidden;
}
.portrait img {
  width: 100%; height: auto; display: block;
  border-radius: 50%;
  filter: sepia(30%) contrast(1.04);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.portrait figcaption { display: none; }

/* ---------- Services ---------- */
.services { background: var(--bg); border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 22px; margin-top: 14px; }
.service-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: transform 0.12s ease, border-color 0.2s ease;
}
.service-card:hover { transform: translateY(-3px); border-color: var(--brand); }
.service-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.service-card h3 { font-family: var(--display); font-size: 1.12rem; letter-spacing: 0.6px; text-transform: uppercase; margin: 0 0 8px; color: var(--ink); }
.service-card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; }

/* ---------- Portfolio / Slideshow ---------- */
.portfolio { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.portfolio-cta { text-align: center; margin-top: 36px; }

.slideshow {
  position: relative; margin: 28px auto 0; max-width: 880px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: #0e0a07; box-shadow: var(--shadow); overflow: hidden;
}
.slides { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.slides .slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 1.1s ease-in-out;
  filter: contrast(1.06) sepia(38%) saturate(0.9) brightness(0.96);
}
.slides .slide.active { opacity: 1; z-index: 2; }

.slide-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  background: rgba(14,10,7,0.55); color: var(--ink); border: 1px solid var(--line);
  width: 46px; height: 46px; border-radius: 50%; font-size: 1.2rem; cursor: pointer;
  display: grid; place-items: center; transition: background 0.2s ease;
}
.slide-nav:hover { background: var(--brand); color: #fff; }
.slide-nav.prev { left: 14px; }
.slide-nav.next { right: 14px; }

.slide-dots { position: absolute; bottom: 14px; left: 0; right: 0; z-index: 5; display: flex; justify-content: center; gap: 9px; }
.slide-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(239,231,218,0.35); padding: 0; transition: background 0.2s ease, transform 0.2s ease;
}
.slide-dots button.active { background: var(--brand-2); transform: scale(1.25); }

/* ---------- Kontakt ---------- */
.contact { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 48px; align-items: start; }
.contact-form-wrap .kicker, .contact-info .kicker { font-style: italic; }
.contact-form { margin-top: 20px; display: grid; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field label { font-size: 0.85rem; color: var(--muted); margin-bottom: 6px; letter-spacing: 0.3px; }
.field input, .field textarea {
  background: var(--surface); color: var(--ink); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 12px 14px; font: inherit; font-size: 0.95rem;
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--brand); outline-offset: 1px; border-color: var(--brand); }
.field textarea { resize: vertical; }
.form-hint { font-size: 0.82rem; color: var(--muted); margin: 4px 0 0; }

.contact-info {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow);
}
.contact-list { list-style: none; padding: 0; margin: 18px 0 0; }
.contact-list li { padding: 12px 0; border-bottom: 1px dashed var(--line); display: flex; flex-direction: column; }
.contact-list li:last-child { border-bottom: none; }
.ci-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 2px; }
.contact-list a { color: var(--brand-2); font-weight: 600; }
.google-link {
  display: inline-block; margin-top: 4px; font-size: 0.85rem; font-weight: 600;
  color: var(--gold) !important; text-decoration: none;
}
.google-link:hover { text-decoration: underline; }
.vintage-car { color: var(--ink-soft); margin: 26px auto 10px; max-width: 220px; opacity: 0.85; }
.tagline {
  font-family: var(--serif); font-style: italic; text-align: center; color: var(--gold);
  font-size: 1.1rem; margin: 6px 0 0;
}

/* ---------- Footer ---------- */
.site-footer { background: #0f0b08; border-top: 1px solid var(--line); padding: 26px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { width: 48px; height: auto; opacity: 0.9; }
.site-footer p { margin: 0; color: var(--muted); font-size: 0.85rem; }
.footer-links a { color: var(--muted); margin-left: 18px; font-size: 0.85rem; }
.footer-links a:hover { color: var(--brand-2); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; background: rgba(8,6,4,0.92); display: none; place-items: center;
  z-index: 50; padding: 24px;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; border: 1px solid var(--line); }
.lightbox-close {
  position: absolute; top: 18px; right: 22px; background: rgba(239,231,218,0.12); color: var(--ink);
  border: none; width: 46px; height: 46px; border-radius: 50%; font-size: 1.6rem; cursor: pointer;
}
.lightbox-close:hover { background: var(--brand); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .craft-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .craft-image { order: -1; }
  .nav { gap: 16px; }
}
@media (max-width: 620px) {
  .nav { display: none; }
  .hero-inner { padding: 84px 22px 92px; }
  .section { padding: 60px 0; }
  .slide-nav { width: 38px; height: 38px; }
}
