/* ============================================================
   Dabejo — Redesign 2026
   Helles Editorial-System · Newsreader (Display) + Instrument Sans
   ============================================================ */

/* ---------- Lokal gehostete Web-Fonts (DSGVO: keine Google-Fonts-CDN) ---------- */
/* Newsreader (Display, Serif) */
@font-face {
  font-family: 'Newsreader'; font-style: normal; font-weight: 400 500;
  font-display: swap; src: url(fonts/newsreader-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader'; font-style: normal; font-weight: 400 500;
  font-display: swap; src: url(fonts/newsreader-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader'; font-style: italic; font-weight: 400;
  font-display: swap; src: url(fonts/newsreader-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader'; font-style: italic; font-weight: 400;
  font-display: swap; src: url(fonts/newsreader-italic-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Instrument Sans (Body, variabel 400–600) */
@font-face {
  font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600;
  font-stretch: 100%; font-display: swap; src: url(fonts/instrument-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600;
  font-stretch: 100%; font-display: swap; src: url(fonts/instrument-sans-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg:        #FBFAF8;
  --surface:   #FFFFFF;
  --ink:       #1A1813;
  --navy:      #15233F;
  --body:      #4E4A42;
  --muted:     #8A847A;
  --hair:      #E6E1D7;
  --hair-soft: #EFEBE2;
  --accent:    #AD5232;
  --accent-ink:#8F4226;

  --serif: "Newsreader", Georgia, serif;
  --sans:  "Instrument Sans", -apple-system, "Helvetica Neue", sans-serif;

  --wrap: 1180px;
  --gutter: clamp(24px, 5vw, 64px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(173, 82, 50, 0.16); }

/* Farbiger Scrollbalken — Terracotta-Akzent */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--hair-soft);
}
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--hair-soft); }
::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 999px;
  border: 3px solid var(--hair-soft);
}
::-webkit-scrollbar-thumb:hover { background: var(--accent-ink); }

img { display: block; max-width: 100%; }

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

section { scroll-margin-top: 92px; }

/* ---------- Typografie ---------- */

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  text-wrap: balance;
}

h1 {
  font-size: clamp(52px, 7vw, 94px);
  line-height: 1.02;
  letter-spacing: -0.018em;
}

h2 {
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.012em;
}

h3 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
}

p { text-wrap: pretty; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.lede {
  font-size: 19px;
  line-height: 1.6;
  max-width: 56ch;
}

/* ---------- Buttons & Links ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn .arr { transition: transform 0.25s ease; }
.btn:hover .arr { transform: translateX(4px); }

.btn-primary {
  background: var(--navy);
  color: #F6F3EC;
  padding: 17px 30px;
}
.btn-primary:hover { background: var(--ink); }

.btn-ghost {
  border-color: var(--hair);
  color: var(--ink);
  padding: 17px 30px;
  background: transparent;
}
.btn-ghost:hover { border-color: var(--ink); }

.textlink {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 3px;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.textlink:hover { border-color: var(--accent); color: var(--accent-ink); }

/* ---------- Navigation ---------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(251, 250, 248, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--hair-soft);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.wordmark {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.wordmark .dot { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a:not(.btn) {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--body);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-links a:not(.btn):hover { color: var(--ink); }

.nav .btn-primary { padding: 11px 22px; font-size: 12.5px; }

.nav-burger { display: none; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100vh;      /* Fallback fuer aeltere Browser */
  min-height: 100svh;     /* fuellt den sichtbaren Screen — stabil trotz Browser-UI */
  display: flex;
  align-items: center;
}

#hero-shader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Inhalt liegt über dem fixen Shader-Hintergrund */
section, footer { position: relative; z-index: 1; }

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 90px;
}

.hero h1 { max-width: 12ch; margin: 30px 0 34px; }
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent-ink);
}

.hero .lede { margin-bottom: 48px; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 38px;
  margin-top: 84px;
  padding-top: 26px;
  border-top: 1px solid var(--hair);
  font-size: 14px;
  color: var(--muted);
}

.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero-meta i {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

/* ---------- Sektionen ---------- */

/* Harter Cut unter dem Hero: Sektionen legen einen fast deckenden Schleier
   über den fixen Shader — er schimmert nur noch leise durch. */
.section {
  padding: clamp(56px, 7vw, 92px) 0;
  border-top: 1px solid var(--hair);
  background: rgba(251, 250, 248, 0.76);
}

.section-head { max-width: 760px; margin-bottom: clamp(30px, 3.6vw, 48px); }
.section-head h2 { margin: 18px 0 15px; }

.index {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--muted);
  font-variant-numeric: oldstyle-nums;
}

/* ---------- Leistungen ---------- */

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(36px, 4vw, 64px);
}

.service { border-top: 1px solid var(--hair); padding-top: 28px; }

.service .index { display: block; margin-bottom: 24px; }

.service h3 { margin-bottom: 12px; }
.service p { font-size: 16px; margin-bottom: 18px; }

.service ul { list-style: none; }
.service li {
  font-size: 15px;
  color: var(--body);
  padding: 10px 0;
  border-top: 1px solid var(--hair-soft);
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.service li::before {
  content: "—";
  color: var(--accent);
  flex: none;
  font-size: 13px;
}

/* ---------- Ablauf ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 3.5vw, 56px);
}

.step { border-top: 1px solid var(--hair); padding-top: 24px; position: relative; }

.step .index { display: block; margin-bottom: 20px; }

.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { font-size: 15.5px; }

/* ---------- Demos ---------- */

.demos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 48px);
}

.demo { text-decoration: none; display: block; }

.demo-frame {
  border: 1px solid var(--hair);
  background: var(--surface);
  padding: 10px;
  transition: border-color 0.3s ease;
}
.demo:hover .demo-frame { border-color: var(--ink); }

.demo-frame img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }

.demo-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.demo-caption h3 { font-size: 24px; }
.demo-caption .arr {
  font-size: 18px;
  color: var(--muted);
  transition: transform 0.25s ease, color 0.25s ease;
}
.demo:hover .arr { transform: translateX(4px); color: var(--accent-ink); }

.demo-meta {
  margin-top: 6px;
  font-size: 13.5px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* ---------- Über mich ---------- */

.about {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.about-panel {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.about-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(246, 243, 236, 0.16);
  pointer-events: none;
}
.about-panel-mark {
  font-family: var(--serif);
  font-size: clamp(110px, 13vw, 160px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #F6F3EC;
}
.about-panel-mark .dot { color: var(--accent); }
.about-panel-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246, 243, 236, 0.55);
}

.about-portrait figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: var(--muted);
}
.about-portrait figcaption strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}

.about-text h2 { margin: 18px 0 22px; }

.about-quote {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding-left: 26px;
  margin: 0 0 30px;
}

.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(28px, 3vw, 48px);
}

.value { border-top: 1px solid var(--hair); padding: 20px 0 24px; }
.value h4 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}
.value p { font-size: 15px; }

/* ---------- Zusammenarbeit ---------- */

.package {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.package-copy h2 { margin: 18px 0 18px; }
.package-copy .lede { margin-bottom: 26px; }

.principles { list-style: none; margin-bottom: 30px; }
.principles li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-top: 1px solid var(--hair-soft);
  font-size: 15.5px;
  color: var(--ink);
}
.principles li::before { content: "—"; color: var(--accent); font-size: 13px; flex: none; }
.principles li span { color: var(--muted); font-size: 14.5px; }

.included {
  background: var(--surface);
  border: 1px solid var(--hair);
  padding: clamp(28px, 3.5vw, 44px);
}

.included h3 { font-size: 20px; margin-bottom: 22px; }

.included ul { list-style: none; }
.included li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-top: 1px solid var(--hair-soft);
  font-size: 15px;
}
.included li::before {
  content: "✓";
  color: var(--accent-ink);
  font-size: 13px;
  flex: none;
}

.included .note {
  margin-top: 22px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* ---------- Kontakt ---------- */

.contact {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.contact-info h2 { margin: 18px 0 18px; }
.contact-info .lede { margin-bottom: 28px; }

.contact-rows { list-style: none; }
.contact-rows li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--hair-soft);
  font-size: 15px;
}
.contact-rows .k { color: var(--muted); flex: none; }
.contact-rows .v { color: var(--ink); text-align: right; }
.contact-rows a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--hair); }
.contact-rows a:hover { border-color: var(--accent); }

/* Formular */

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 28px; }

.field { display: flex; flex-direction: column; gap: 9px; }
.field.full { grid-column: 1 / -1; }

.field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--hair);
  padding: 9px 2px;
  border-radius: 0;
  transition: border-color 0.25s ease;
}
.field select { appearance: none; cursor: pointer; }
.field textarea { resize: vertical; min-height: 110px; line-height: 1.55; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--accent);
}

.field-select { position: relative; }
.field-select::after {
  content: "↓";
  position: absolute;
  right: 4px;
  bottom: 12px;
  font-size: 13px;
  color: var(--muted);
  pointer-events: none;
}

.consent {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 14px;
  color: var(--muted);
}
.consent input { accent-color: var(--accent-ink); transform: translateY(2px); }
.consent a { color: var(--ink); }

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.form-hint { font-size: 13px; color: var(--muted); }

/* ---------- Footer ---------- */

.footer {
  background: var(--navy);
  color: rgba(246, 243, 236, 0.72);
  padding: 54px 0 34px;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(246, 243, 236, 0.14);
}

.footer .wordmark { color: #F6F3EC; font-size: 32px; }

.footer-links { display: flex; gap: 28px; }
.footer-links a {
  color: rgba(246, 243, 236, 0.72);
  text-decoration: none;
  font-size: 14.5px;
  transition: color 0.2s ease;
}
.footer-links a:hover { color: #F6F3EC; }

.footer-nap {
  padding-top: 26px;
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(246, 243, 236, 0.62);
}
.footer-nap strong { color: #F6F3EC; font-weight: 600; }
.footer-nap a {
  color: rgba(246, 243, 236, 0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 243, 236, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer-nap a:hover { color: #F6F3EC; border-bottom-color: rgba(246, 243, 236, 0.6); }

.footer-region {
  padding-top: 16px;
  max-width: 72ch;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(246, 243, 236, 0.55);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  font-size: 13.5px;
  color: rgba(246, 243, 236, 0.5);
}

/* ---------- Scroll-Reveal ---------- */

/* Versteckter Ausgangszustand nur, wenn JS das Reveal aktiv betreibt
   (html.rv-armed) — so bleibt der Inhalt in jedem Umfeld sichtbar. */
@media (prefers-reduced-motion: no-preference) {
  html.rv-armed .rv {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  html.rv-armed .rv.in { opacity: 1; transform: none; }
  html.rv-armed .rv-d1 { transition-delay: 0.08s; }
  html.rv-armed .rv-d2 { transition-delay: 0.16s; }
  html.rv-armed .rv-d3 { transition-delay: 0.24s; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1020px) {
  .services, .demos { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .about, .package, .contact { grid-template-columns: 1fr; }
  .about-portrait { max-width: 420px; }
}

@media (max-width: 700px) {
  .nav-links { display: none; }
  .nav-burger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: #F6F3EC;
    border: none;
    font: 600 12.5px/1 var(--sans);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 11px 18px;
    cursor: pointer;
  }
  .services, .demos, .steps { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .hero-content { padding-top: 118px; padding-bottom: 64px; }
  .hero-meta { margin-top: 56px; }
  .values { grid-template-columns: 1fr; }
}

/* ---------- Rechtstexte (Impressum / Datenschutz) ---------- */

.legal { padding: 132px 0 100px; }

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-ink);
  text-decoration: none;
  margin-bottom: 40px;
  transition: color 0.2s ease;
}
.legal-back:hover { color: var(--ink); }

.legal-head { max-width: 760px; margin: 0 auto 56px; }
.legal-head h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.legal-meta { color: var(--muted); font-size: 14px; margin-top: 14px; }

.legal-body { max-width: 760px; margin: 0 auto; }
.legal-section { margin-bottom: 52px; }
.legal-num {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 12px;
}
.legal-body h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.15;
  margin-bottom: 18px;
}
.legal-body h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--sans);
  color: var(--ink);
  margin: 26px 0 10px;
}
.legal-body p { margin-bottom: 14px; color: var(--body); }
.legal-body a { color: var(--accent-ink); border-bottom: 1px solid var(--hair); text-decoration: none; }
.legal-body a:hover { border-bottom-color: var(--accent); }

.legal-card {
  background: var(--surface);
  border: 1px solid var(--hair);
  padding: 24px 26px;
  margin: 20px 0;
}
.legal-card .label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.legal-card p { margin: 0; }

.legal-list { margin: 14px 0 14px 22px; }
.legal-list li { margin-bottom: 8px; }

.legal-body code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.88em;
  background: var(--hair-soft);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ---------- 404 ---------- */

.notfound {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 132px 0 60px;
}

.notfound-inner { max-width: 640px; }

.notfound-code {
  font-family: var(--serif);
  font-size: clamp(96px, 20vw, 190px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 22px 0 10px;
}
.notfound-code em { font-style: italic; color: var(--accent-ink); }

.notfound h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
}

.notfound .lede { margin-bottom: 40px; }

.notfound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.notfound-links {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid var(--hair);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  font-size: 14.5px;
}
.notfound-links a {
  color: var(--body);
  text-decoration: none;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.notfound-links a:hover { color: var(--ink); border-bottom-color: var(--accent); }

/* ---------- Einzugsgebiet ---------- */

.area-intro { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); }
.area-intro p { color: var(--body); margin-bottom: 14px; }
.area-intro p:last-child { margin-bottom: 0; }

.area-regions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 3.4vw, 48px);
}

.area-region { border-top: 1px solid var(--hair); padding-top: 20px; }
.area-region h2 {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 4px;
}
.area-region .area-kicker { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }

.area-towns { list-style: none; display: flex; flex-wrap: wrap; gap: 7px 0; }
.area-towns li { font-size: 14.5px; color: var(--body); }
.area-towns li:not(:last-child)::after { content: "·"; color: var(--hair); margin: 0 9px; }

.area-note {
  max-width: 760px;
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 24px 26px;
  background: var(--surface);
  border: 1px solid var(--hair);
  font-size: 15px;
  color: var(--body);
}

/* ---------- FAQ ---------- */

.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--hair); padding: 22px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--hair); }
.faq-item h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}
.faq-item p { color: var(--body); margin: 0; }

.area-faq-head { margin-top: clamp(56px, 7vw, 96px); }
.area-faq-head h1 { font-size: clamp(30px, 4.4vw, 46px); }
.area-cta { text-align: center; }

@media (max-width: 700px) {
  .area-regions { grid-template-columns: 1fr; }
}
