/* venturo24 – Stylesheet
   Raster: 12 Spalten. Schriften: Archivo (variabel, Breite + Gewicht), IBM Plex Mono.
   Keine Rundungen, keine Verläufe, keine Schatten. */

@font-face { font-family: "Archivo"; src: url("../fonts/archivo-var-latin.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("../fonts/plexmono-400-latin.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("../fonts/plexmono-500-latin.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
  --paper: #f3f1ec;
  --paper-2: #e8e5dd;
  --ink: #151515;
  --ink-2: #2d2c29;
  --muted: #69675f;
  --line: rgba(21, 21, 21, .16);
  --accent: #d63e19;
  --accent-text: #b8330e;
  --sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --maxw: 1440px;
  --gutter: clamp(16px, 2.6vw, 40px);
  --bar-h: 68px;
  --sec-y: clamp(4rem, 9vw, 8.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--bar-h) + 16px); }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.55; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; font-kerning: normal;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { text-decoration-color: var(--accent); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
address { font-style: normal; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: var(--paper); padding: .7em 1em; }
.skip:focus { left: var(--gutter); }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* ------------------------------------------------ Typografie */
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.05; letter-spacing: -.015em; }
.display {
  display: block; font-size: clamp(3.3rem, 10.4vw, 10.25rem); font-weight: 800; font-stretch: 76%;
  line-height: .86; letter-spacing: -.035em;
}
.display--page { font-size: clamp(2.7rem, 6.6vw, 6.6rem); line-height: .9; max-width: 14em; text-wrap: balance; }
.h2 { font-size: clamp(2rem, 4.6vw, 4.25rem); font-weight: 760; font-stretch: 82%; line-height: .96; letter-spacing: -.03em; text-wrap: balance; }
.h3 { font-size: clamp(1.45rem, 2.1vw, 1.9rem); font-weight: 720; font-stretch: 88%; line-height: 1.05; letter-spacing: -.02em; }
.h4 { display: block; font-size: 1.2rem; font-weight: 680; font-stretch: 92%; line-height: 1.2; letter-spacing: -.01em; }
.lead { font-size: clamp(1.18rem, 1.6vw, 1.5rem); line-height: 1.38; letter-spacing: -.008em; max-width: 36em; }
.eyebrow {
  font-family: var(--mono); font-size: .75rem; font-weight: 500; line-height: 1.4;
  letter-spacing: .05em; text-transform: uppercase; margin: 0;
}
.eyebrow a { text-decoration: none; }
.eyebrow .n { display: inline-block; min-width: 2.6em; color: var(--accent-text); }
.eyebrow .n:empty { display: none; }
.code { font-family: var(--mono); font-size: .75rem; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }

/* ------------------------------------------------ Knöpfe und Links */
.btn {
  display: inline-flex; align-items: center; gap: .8em; padding: .95em 1.35em;
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
  font: inherit; font-size: 1rem; font-weight: 600; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.arr { width: 1.3em; height: .72em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .25s; }
.chev { width: .62em; height: .4em; fill: none; stroke: currentColor; stroke-width: 1.6; }
a:hover > .arr, .btn:hover .arr { transform: translateX(4px); }
.link-arrow { display: inline-flex; align-items: center; gap: .6em; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .15em; }
.link-arrow:hover { color: var(--accent-text); }

/* ------------------------------------------------ Kopfzeile */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--ink); }
.bar { display: flex; align-items: stretch; height: var(--bar-h); gap: clamp(1rem, 2.5vw, 2.5rem); }
.logo {
  display: inline-flex; align-items: center; align-self: center; text-decoration: none;
  font-size: 1.5rem; font-weight: 800; font-stretch: 86%; letter-spacing: -.035em; line-height: 1;
}
.logo b { font-weight: inherit; background: var(--ink); color: var(--paper); padding: .1em .14em .08em; margin-left: .07em; letter-spacing: -.02em; }
.logo--inv b { background: var(--accent); color: #fff; }
.nav { display: flex; margin-left: auto; }
.nav > ul { display: flex; gap: clamp(1rem, 2.2vw, 2.1rem); list-style: none; margin: 0; padding: 0; }
.nav > ul > li { display: flex; }
.nav-link {
  position: relative; display: flex; align-items: center; gap: .45em;
  font-weight: 560; font-size: .98rem; text-decoration: none; white-space: nowrap;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--accent);
  transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.nav-link:hover::after, .nav-link[aria-current]::after, .has-sub:hover > .nav-link::after, .has-sub:focus-within > .nav-link::after { transform: scaleX(1); }
.sub {
  position: absolute; left: 0; right: 0; top: 100%; display: none;
  background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--ink);
  padding: 2.2rem 0 2.6rem;
}
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.sub-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); }
.sub-intro { grid-column: 1 / 5; display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.sub-intro p:not(.eyebrow) { color: var(--muted); max-width: 26em; }
.sub-links { grid-column: 5 / 13; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(var(--rows, 4), auto); grid-auto-flow: column; column-gap: var(--gutter); list-style: none; margin: 0; padding: 0; }
.sub-links a { display: grid; grid-template-columns: 3.4rem 1fr; align-items: baseline; padding: .8rem 0; border-top: 1px solid var(--line); text-decoration: none; font-weight: 560; }
.sub-links a:hover { color: var(--accent-text); }
.sub-links .code { color: var(--muted); }
.bar-phone {
  align-self: center; font-family: var(--mono); font-size: .82rem; text-decoration: none; white-space: nowrap;
  border: 1px solid var(--ink); padding: .5em .75em; transition: background-color .2s, color .2s;
}
.bar-phone:hover { background: var(--ink); color: var(--paper); }
.nav-toggle {
  display: none; align-self: center; align-items: center; gap: .7em; margin-left: auto;
  background: none; border: 1px solid var(--ink); color: inherit; font: inherit; font-weight: 600; font-size: .95rem;
  padding: .5em .8em; cursor: pointer;
}
.nt-icon { position: relative; width: 16px; height: 10px; }
.nt-icon::before, .nt-icon::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform .25s, top .25s; }
.nt-icon::before { top: 0; }
.nt-icon::after { top: 8px; }
.nav-toggle[aria-expanded="true"] .nt-icon::before { top: 4px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nt-icon::after { top: 4px; transform: rotate(-45deg); }
.menu { position: fixed; inset: var(--bar-h) 0 0 0; z-index: 49; background: var(--paper); overflow-y: auto; overscroll-behavior: contain; }
.menu[hidden] { display: none; }
.menu-inner { padding-top: 1.5rem; padding-bottom: 3rem; display: grid; gap: 2rem; }
.menu-head { display: block; font-size: 2rem; font-weight: 780; font-stretch: 80%; letter-spacing: -.03em; line-height: 1.1; text-decoration: none; padding: .2em 0; }
.menu-group ul { list-style: none; margin: .4rem 0 0; padding: 0; }
.menu-group li a { display: block; padding: .55rem 0; border-top: 1px solid var(--line); text-decoration: none; font-weight: 520; }
.menu-contact { display: grid; gap: .4rem; font-family: var(--mono); font-size: .9rem; padding-top: 1.2rem; border-top: 1px solid var(--ink); }
.menu-contact a { text-decoration: none; }
body.menu-open { overflow: hidden; }

/* ------------------------------------------------ Höhenlinien */
.hero-map { position: absolute; top: 0; right: 0; bottom: 0; width: min(56%, 900px); overflow: hidden; pointer-events: none; }
.topo {
  position: absolute; inset: 0; background: var(--ink); opacity: .17;
  -webkit-mask: url("../img/topo.svg") var(--pos, 50% 50%) / cover no-repeat;
  mask: url("../img/topo.svg") var(--pos, 50% 50%) / cover no-repeat;
}
.pin {
  /* sitzt auf Höhe der Zeile «KI.», rechts davon ist in jeder Breite Platz */
  position: absolute; left: 30%;
  top: calc(clamp(2rem, 5vw, 4.5rem) + 1.05rem + clamp(1.4rem, 3vw, 2.5rem) + 1.29 * clamp(3.3rem, 17vw, 10.25rem) - 7px);
}
.pin::before, .pin::after { content: ""; position: absolute; background: var(--accent); opacity: .55; }
.pin::before { left: -200vw; right: -200vw; top: 7px; height: 1px; }
.pin::after { top: -200vh; bottom: -200vh; left: 7px; width: 1px; }
.pin-dot { position: relative; z-index: 1; display: block; width: 15px; height: 15px; background: var(--accent); outline: 6px solid rgba(214, 62, 25, .2); }
.pin-label { position: absolute; left: 28px; top: -12px; z-index: 1; font-family: var(--mono); font-size: .72rem; line-height: 1.45; letter-spacing: .03em; white-space: nowrap; background: var(--paper); padding: .35em .55em; border: 1px solid var(--ink); }

/* ------------------------------------------------ Startseite: Hero */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: min(calc(100svh - var(--bar-h)), 1000px); padding-top: clamp(2rem, 5vw, 4.5rem); }
.hero-eyebrow { display: block; margin-bottom: clamp(1.4rem, 3vw, 2.5rem); }
.hero-title { font-size: clamp(3.3rem, 17vw, 10.25rem); }
.hero-title .hl { color: var(--accent); }
.hero-foot { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 1.6rem; align-items: end; margin-top: auto; padding: clamp(2rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3.2rem); }
.hero-foot .lead { grid-column: 1 / 8; }
.hero-actions { grid-column: 8 / 13; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--ink); }
.facts > div { padding: 1rem 1rem 1.3rem 0; border-right: 1px solid var(--line); }
.facts > div + div { padding-left: 1rem; }
.facts > div:last-child { border-right: 0; }
.facts dt { font-family: var(--mono); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .35rem; }
.facts dd { margin: 0; font-size: 1.12rem; font-weight: 650; font-stretch: 90%; line-height: 1.2; }

/* ------------------------------------------------ Unterseiten: Kopf */
.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero-map--page { width: min(46%, 720px); }
.hero-map--page .topo { opacity: .13; }
.ph-inner { position: relative; padding-top: clamp(1.4rem, 3vw, 2.2rem); padding-bottom: clamp(3rem, 7vw, 6rem); }
.crumbs { font-family: var(--mono); font-size: .75rem; letter-spacing: .03em; color: var(--muted); margin-bottom: clamp(2.5rem, 6vw, 5rem); display: flex; flex-wrap: wrap; gap: .5em; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink); }
.ph-code {
  position: absolute; right: var(--gutter); top: clamp(3.5rem, 7vw, 6rem); margin: 0;
  font-size: clamp(3rem, 9vw, 8.5rem); font-weight: 800; font-stretch: 66%; line-height: .8; letter-spacing: -.04em; color: var(--accent);
}
.ph-kicker { display: block; font-family: var(--mono); font-size: .8rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.2rem; }
.ph-lead { margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.ph-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

/* ------------------------------------------------ Abschnitte */
.section { padding-block: var(--sec-y); }
.section--ink { background: var(--ink); color: var(--paper); --line: rgba(243, 241, 236, .2); --muted: #a29f97; --accent-text: #ff7a56; }
.section--tint { background: var(--paper-2); --line: rgba(21, 21, 21, .18); }
.section + .section:not(.section--ink):not(.section--tint):not(.cta) { border-top: 1px solid var(--line); }
.sec-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 1.2rem; padding-top: 1rem; border-top: 1px solid currentColor; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.sec-head .eyebrow { grid-column: 1 / 4; padding-top: .45em; }
.sec-head .h2 { grid-column: 4 / 13; }
.sec-intro { grid-column: 4 / 11; font-size: 1.125rem; color: var(--ink-2); display: grid; gap: 1em; max-width: 42em; }
.section--ink .sec-intro { color: var(--paper); }
.sec-intro a { font-weight: 600; }

/* Nummerierte Rasterlisten */
.cols { list-style: none; margin: 0; padding: 0; display: grid; column-gap: var(--gutter); row-gap: clamp(2rem, 4vw, 3.2rem); }
.cols--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cols > li { border-top: 1px solid var(--line); padding-top: 1rem; display: grid; align-content: start; gap: .55rem; }
.cols p { color: var(--muted); }
.section--ink .cols p { color: #c9c6be; }
.li-n { font-family: var(--mono); font-size: .75rem; font-weight: 500; color: var(--accent-text); }
.items { margin-left: calc((100% + var(--gutter)) / 12 * 3); }

/* Leistungsliste */
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; column-gap: calc(var(--gutter) * 2); row-gap: 4rem; }
.svc-col { display: flex; flex-direction: column; align-items: flex-start; }
.svc-col .svc-list { align-self: stretch; margin-bottom: 1.8rem; }
.svc-col-head { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; margin-bottom: 2rem; }
.svc-col-head p { color: var(--muted); margin-top: .5rem; max-width: 28em; }
.mark { font-size: clamp(4rem, 7vw, 6.5rem); font-weight: 800; font-stretch: 66%; line-height: .78; letter-spacing: -.05em; color: var(--accent); min-width: 1.1em; }
.svc-list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.svc-list a {
  display: grid; grid-template-columns: 4.2rem minmax(0, 1fr) auto; grid-template-areas: "c t a" "c d a";
  column-gap: 1rem; row-gap: .2rem; align-items: baseline;
  padding: 1.05rem 0; border-top: 1px solid var(--line); text-decoration: none; transition: background-color .2s, padding .25s;
}
.svc-list .code { grid-area: c; color: var(--muted); }
.svc-list .t { grid-area: t; font-size: 1.22rem; font-weight: 680; font-stretch: 90%; letter-spacing: -.01em; line-height: 1.2; }
.svc-list .d { grid-area: d; color: var(--muted); font-size: .95rem; line-height: 1.45; }
.svc-list .arr { grid-area: a; align-self: center; }
.svc-list a:hover { background: var(--paper-2); padding-inline: .8rem; }
.svc-list a:hover .t { color: var(--accent-text); }
.section > .wrap > .svc-list a { grid-template-columns: 5rem minmax(0, 5fr) minmax(0, 6fr) auto; grid-template-areas: "c t d a"; padding-block: 1.5rem; }
.section > .wrap > .svc-list .t { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.section > .wrap > .svc-list .d { font-size: 1rem; }

/* Erfahrung */
.exp-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); align-items: start; }
.exp-num { grid-column: 1 / 7; font-size: clamp(10rem, 36vw, 34rem); font-weight: 820; font-stretch: 66%; line-height: .74; letter-spacing: -.07em; color: var(--accent); margin-left: -.04em; user-select: none; }
.exp-text { grid-column: 7 / 13; display: grid; gap: 1em; padding-top: clamp(.2rem, 1.4vw, 1.4rem); }
.exp-text p { margin: 0; }
.exp-text .h2 { margin-bottom: .4em; }
.exp-text p { color: var(--ink-2); max-width: 36em; }

/* Ablauf */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 2.5rem; }
.steps li { display: grid; align-content: start; gap: .6rem; border-top: 3px solid var(--ink); padding-top: 1.1rem; }
.step-n { font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 800; font-stretch: 68%; line-height: .9; letter-spacing: -.04em; margin-bottom: .6rem; }
.steps p { color: var(--muted); }

/* Ergebnis-Liste */
.deliver { list-style: none; margin: 0 0 0 calc((100% + var(--gutter)) / 12 * 3); padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gutter); }
.deliver li { position: relative; padding: 1.05rem 0 1.05rem 1.8rem; border-top: 1px solid var(--line); font-size: 1.15rem; font-weight: 520; line-height: 1.35; }
.deliver li::before { content: ""; position: absolute; left: 0; top: 1.45rem; width: .6rem; height: .6rem; background: var(--accent); }

/* Fragen */
.faq { margin-left: calc((100% + var(--gutter)) / 12 * 3); border-bottom: 1px solid var(--line); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.3rem 0; cursor: pointer; list-style: none; font-size: clamp(1.1rem, 1.5vw, 1.35rem); font-weight: 640; font-stretch: 92%; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-text); }
.plus { position: relative; flex: none; width: 18px; height: 18px; }
.plus::before, .plus::after { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 2px; background: currentColor; transition: transform .25s; }
.plus::after { transform: rotate(90deg); }
.faq-item[open] .plus::after { transform: rotate(0deg); }
.faq-a { padding: 0 3rem 1.6rem 0; max-width: 46em; color: var(--ink-2); }
.faq-a a { font-weight: 600; }

/* Verwandte Leistungen */
.rel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); }
.rel-card { display: grid; grid-template-rows: auto auto 1fr auto; gap: .7rem; padding: 1.4rem 1.4rem 1.2rem; border: 1px solid var(--ink); text-decoration: none; min-height: 15rem; transition: background-color .2s, color .2s; }
.rel-card .code { color: var(--muted); }
.rel-d { color: var(--muted); font-size: .95rem; }
.rel-card .arr { justify-self: end; width: 1.6em; height: .9em; }
.rel-card:hover { background: var(--ink); color: var(--paper); }
.rel-card:hover .code, .rel-card:hover .rel-d { color: #c9c6be; }
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); margin-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--ink); }
.pager a { display: grid; gap: .4rem; padding-top: 1rem; text-decoration: none; font-size: 1.15rem; font-weight: 650; font-stretch: 90%; }
.pager a .eyebrow { color: var(--muted); }
.pager-next { text-align: right; }
.pager a:hover span:last-child { color: var(--accent-text); }

/* Zweispaltiger Text */
.two-col { margin-left: calc((100% + var(--gutter)) / 12 * 3); columns: 2; column-gap: var(--gutter); font-size: 1.125rem; }
.two-col p { break-inside: avoid; }

/* Standort und Karte */
.loc-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 2.5rem; align-items: start; }
.loc-text { grid-column: 1 / 5; display: grid; gap: 1rem; align-content: start; }
.loc-text p { color: var(--ink-2); }
.loc-text .lead { color: var(--ink); }
.loc-text .h4 { margin-top: .6rem; }
.loc-addr { border-left: 3px solid var(--accent); padding-left: 1rem; margin-top: .6rem; line-height: 1.5; }
.loc-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: .5rem; }
.map { grid-column: 6 / 13; margin: 0; overflow: hidden; border: 1px solid var(--ink); background: var(--paper); }
.map figcaption { padding: .7rem 1rem; border-top: 1px solid var(--ink); color: var(--muted); }
.map-svg { width: 100%; height: auto; font-family: var(--mono); font-size: 14px; }
.m-grid line { stroke: var(--ink); stroke-opacity: .07; stroke-width: 1; }
.m-rings circle { fill: none; stroke: var(--ink); stroke-opacity: .35; stroke-dasharray: 3 5; }
.m-ring { fill: var(--muted); font-size: 12px; }
.m-cities rect { fill: var(--ink); }
.m-cities text { fill: var(--ink); font-weight: 500; }
.m-km { fill: var(--muted); font-size: 12px; font-weight: 400; }
.m-home circle { fill: var(--accent); }
.m-home .m-pulse { fill: none; stroke: var(--accent); stroke-width: 2; transform-origin: 270px 240px; animation: pulse 2.6s ease-out infinite; }
.m-home text { fill: var(--ink); font-family: var(--sans); font-size: 19px; font-weight: 750; }
.m-north path { fill: var(--ink); }
.m-north text, .m-scale text { fill: var(--ink); font-size: 12px; }
.m-scale path { fill: none; stroke: var(--ink); stroke-width: 1.5; }
@keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(2.4); opacity: 0; } }

/* Kontaktaufruf */
.cta { background: var(--accent); color: #fff; padding-block: clamp(4rem, 9vw, 8rem); }
.cta-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 1.6rem; }
.cta .eyebrow { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid currentColor; }
.cta-title { grid-column: 1 / 9; font-size: clamp(2.6rem, 7vw, 7rem); font-weight: 800; font-stretch: 74%; line-height: .88; letter-spacing: -.035em; text-wrap: balance; }
.cta-body { grid-column: 9 / 13; display: grid; gap: 1.4rem; align-content: end; justify-items: start; }
.cta-links { display: grid; gap: .3rem; }
.cta-links a { font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; font-stretch: 88%; letter-spacing: -.015em; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
.cta-links a:hover { text-decoration-color: var(--ink); }
.cta :focus-visible { outline-color: #fff; }

/* Kontaktseite */
.contact-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 3rem; }
.contact-info { grid-column: 1 / 6; }
.contact-dl { margin: 0; display: grid; gap: 1.8rem; }
.contact-dl > div { border-top: 1px solid var(--line); padding-top: .9rem; display: grid; gap: .5rem; }
.contact-dl dd { margin: 0; font-size: 1.125rem; }
.big-link { font-size: clamp(1.5rem, 2.6vw, 2.3rem); font-weight: 750; font-stretch: 84%; letter-spacing: -.02em; text-decoration: none; overflow-wrap: anywhere; }
.big-link:hover { color: var(--accent-text); }
.form { grid-column: 7 / 13; display: grid; gap: 1.4rem; align-content: start; border: 1px solid var(--ink); padding: clamp(1.4rem, 3vw, 2.4rem); background: #faf9f6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field { display: grid; gap: .4rem; }
.field label, .chips legend { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%; font: inherit; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--ink);
  border-radius: 0; padding: .55em 0; font-size: 1.05rem;
}
.field textarea { resize: vertical; border: 1px solid var(--ink); padding: .7em; min-height: 9rem; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 1px 0 0 var(--accent); }
.field textarea:focus { box-shadow: inset 0 0 0 1px var(--accent); }
.chips { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.chips legend { margin-bottom: .6rem; }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; inset: 0; }
.chips span { display: inline-block; border: 1px solid var(--ink); padding: .5em .9em; font-weight: 560; font-size: .95rem; transition: background-color .15s, color .15s; }
.chips input:checked + span { background: var(--ink); color: var(--paper); }
.chips input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.form .btn { justify-self: start; }
.form-note { font-size: .85rem; color: var(--muted); }

/* Rechtstexte */
.legal { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: .6rem; }
.legal > * { grid-column: 4 / 11; }
.legal .h4 { margin-top: 1.8rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.legal .h4:first-child { margin-top: 0; }
.legal p { color: var(--ink-2); }

/* Fusszeile */
.site-footer { background: var(--ink); color: var(--paper); padding-top: clamp(3.5rem, 7vw, 6rem); --line: rgba(243, 241, 236, .2); }
.f-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); row-gap: 2.5rem; padding-bottom: clamp(3rem, 6vw, 5rem); }
.f-brand { grid-column: 1 / 4; display: grid; gap: 1rem; align-content: start; }
.f-brand p { color: #b3b0a8; }
.f-col { grid-column: span 2; display: grid; gap: .9rem; align-content: start; font-size: .95rem; }
.f-col:nth-child(4), .f-col:nth-child(5) { grid-column: span 2; }
.f-col:nth-child(2) { grid-column: 5 / 7; }
.f-col .eyebrow { color: #b3b0a8; }
.f-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.f-col a { text-decoration: none; }
.f-col a:hover { text-decoration: underline; text-decoration-color: var(--accent); }
.f-bottom { display: flex; flex-wrap: wrap; gap: .6rem 2rem; padding: 1.2rem 0 1.6rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .75rem; letter-spacing: .03em; color: #b3b0a8; }
.f-bottom a { text-decoration: none; }
.f-bottom a:hover { color: var(--paper); }
.f-clock { margin-left: auto; }

/* Einblenden beim Scrollen (nur mit JS) */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* ------------------------------------------------ Breakpoints */
@media (max-width: 1180px) {
  .nav > ul { gap: 1.2rem; }
  .bar-phone { display: none; }
  .cols--4, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-title { grid-column: 1 / -1; }
  .cta-body { grid-column: 1 / 9; }
  .f-brand { grid-column: 1 / -1; }
  .f-col, .f-col:nth-child(2), .f-col:nth-child(4), .f-col:nth-child(5) { grid-column: span 3; }
}

@media (max-width: 960px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .svc-cols { grid-template-columns: 1fr; }
  .sec-head .eyebrow, .sec-head .h2, .sec-intro { grid-column: 1 / -1; }
  .items, .deliver, .faq, .two-col { margin-left: 0; }
  .cols--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-foot .lead, .hero-actions { grid-column: 1 / -1; }
  .hero-actions { justify-content: flex-start; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts > div:nth-child(2) { border-right: 0; }
  .facts > div:nth-child(3) { padding-left: 0; }
  .facts > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .exp-num, .exp-text { grid-column: 1 / -1; }
  .exp-num { margin-bottom: 1.5rem; }
  .loc-text, .map { grid-column: 1 / -1; }
  .contact-info, .form { grid-column: 1 / -1; }
  .rel { grid-template-columns: 1fr; }
  .rel-card { min-height: 0; }
  .section > .wrap > .svc-list a { grid-template-columns: 4.2rem minmax(0, 1fr) auto; grid-template-areas: "c t a" "c d a"; }
  .legal > * { grid-column: 1 / -1; }
  .hero-map { width: 100%; }
  .hero .topo { opacity: .1; }
  .pin { left: 62%; }
  .hero-map--page { width: 70%; }
  .hero-map--page .topo { opacity: .08; }
}

@media (max-width: 640px) {
  :root { --bar-h: 60px; }
  body { font-size: 1rem; }
  .cols--2, .cols--3, .cols--4, .steps, .deliver { grid-template-columns: 1fr; }
  .two-col { columns: 1; }
  .form-row { grid-template-columns: 1fr; }
  .cta-body { grid-column: 1 / -1; }
  .f-col, .f-col:nth-child(2), .f-col:nth-child(4), .f-col:nth-child(5) { grid-column: span 6; }
  .f-clock { margin-left: 0; }
  .pager { grid-template-columns: 1fr; }
  .pager-next { text-align: left; }
  .ph-code { position: static; margin-bottom: 1rem; font-size: 3.4rem; }
  .crumbs { margin-bottom: 2rem; }
  .pin { display: none; }
  .map-svg { width: 560px; max-width: none; margin-left: -84px; }
  .m-far { display: none; }
  .svc-list a { grid-template-columns: 3.3rem minmax(0, 1fr) auto; }
  .section > .wrap > .svc-list a { grid-template-columns: 3.3rem minmax(0, 1fr) auto; }
  .faq-a { padding-right: 0; }
  .steps { row-gap: 2rem; }
  .step-n { font-size: 2.2rem; margin-bottom: .1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .cta, .hero-map, .form { display: none; }
  .section--ink { background: none; color: var(--ink); }
}
