/* ============================================================
   Hachetal IT — Stylesheet
   „Alles fließt zusammen" — der Fluss führt in eigener Spur
   durch die Seite und mündet im Kontakt-See.
   ============================================================ */

/* Schriften lokal eingebunden — keine Anfragen an Dritte.
   Quelle: Google Fonts / Fontsource (OFL-lizenziert), abgelegt in /fonts/. */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin-ext-standard-normal.woff2") format("woff2-variations");
  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: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin-standard-normal.woff2") format("woff2-variations");
  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: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible-next-latin-ext-wght-normal.woff2") format("woff2-variations");
  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: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible-next-latin-wght-normal.woff2") format("woff2-variations");
  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: "Atkinson Hyperlegible Next";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible-next-latin-ext-wght-italic.woff2") format("woff2-variations");
  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: "Atkinson Hyperlegible Next";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible-next-latin-wght-italic.woff2") format("woff2-variations");
  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;
}

:root {
  /* Farben */
  --c-deep:      #0B3A3E;
  --c-deeper:    #082D30;
  --c-water:     #1F6B62;
  --c-river:     #4FA090;
  --c-mist:      #EEF3F0;
  --c-paper:     #F8F5EC;
  --c-white:     #FFFFFF;
  --c-reed:      #B9D66A;
  --c-reed-ink:  #3D6B1F;
  --c-sand:      #E6CF9C;
  --c-ink:       #10312F;
  --c-ink-soft:  #3D5A57;
  --c-on-dark:   #E4EFEA;
  --c-on-dark-soft: #B3CCC5;

  /* Typografie */
  --f-head: "Bricolage Grotesque", "Atkinson Hyperlegible Next", -apple-system, sans-serif;
  --f-body: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", -apple-system, "Segoe UI", sans-serif;

  /* Maße */
  --h2: clamp(2rem, 5vw, 3.4rem);
  --gutter: clamp(16px, 4vw, 48px);
  --lane: clamp(26px, 7vw, 110px);
  --maxw: 1240px;
  --pad-y: clamp(4.5rem, 11vw, 8.5rem);
  --r-card: 20px;
  --ease-out: cubic-bezier(.22, .8, .25, 1);
  --focus: #8A4F00;
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  margin: 0;
  position: relative;
  overflow-x: clip;
  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: .08em; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--f-head);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
  text-wrap: balance;
}

p { margin: 0 0 1em; max-width: 62ch; }
ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 100;
  background: var(--c-reed); color: var(--c-deeper);
  padding: .7rem 1.1rem; border-radius: 10px; font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ---------- Layout: die Flussspur (Lane) ---------- */
.wrap {
  position: relative; z-index: 2;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-left: calc(var(--gutter) + var(--lane));
  padding-right: var(--gutter);
}
.wrap-flat { padding-left: var(--gutter); }
.lane-probe {
  position: absolute; top: 0; left: var(--gutter);
  width: var(--lane); height: 1px; visibility: hidden;
}

.section { padding-block: var(--pad-y); }
.s-mist { background: var(--c-mist); }
.s-paper { background: var(--c-paper); }
.s-dark { background: var(--c-deep); color: var(--c-on-dark); --focus: var(--c-sand); }
.s-dark .section-lead { color: var(--c-on-dark-soft); }

.section h2 { font-size: var(--h2); letter-spacing: -.03em; margin-bottom: 1.1rem; max-width: 18ch; }
.section-lead { font-size: clamp(1.15rem, 1.7vw, 1.3rem); color: var(--c-ink-soft); max-width: 46ch; }

/* ---------- Der Fluss ---------- */
#river {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 0;
  z-index: 1; pointer-events: none; overflow: visible;
}
.no-js #river { display: none; }
.river-main { fill: none; stroke: var(--c-river); stroke-width: 2.2; stroke-linecap: round; }
.river-branch { fill: none; stroke: var(--c-river); stroke-width: 1.6; stroke-linecap: round; opacity: .75; }
@media (min-width: 900px) {
  .river-main { stroke-width: 3; }
  .river-branch { stroke-width: 2; }
}
.packet { opacity: 0; }
.packet-glow { fill: var(--c-reed); opacity: .3; }
.packet-core { fill: var(--c-reed); stroke: var(--c-deep); stroke-width: 1; }

/* ---------- Buttons ---------- */
.btns { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  min-height: 52px; padding: .8rem 1.45rem; border-radius: 999px;
  font-weight: 700; font-size: 1.05rem; line-height: 1.2; text-decoration: none;
  transition: background-color .3s ease, box-shadow .3s ease, transform .4s var(--ease-out);
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary { background: var(--c-reed); color: var(--c-deeper); }
.btn-primary:hover { background: #CBE283; }
.btn-ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.72); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
@media (prefers-reduced-motion: no-preference) { .btn:hover { transform: translateY(-2px); } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--c-paper) 90%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16, 49, 47, .08);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .8rem; }

.logo { display: inline-flex; text-decoration: none; color: var(--c-ink); --logo-accent: var(--c-water); }
.logo svg { height: 38px; width: auto; overflow: visible; }
.logo-text { font-family: var(--f-head); font-weight: 700; font-size: 23px; letter-spacing: -.02em; fill: currentColor; }
.logo-text tspan { font-weight: 500; opacity: .78; }
.logo-mark path { fill: none; stroke: var(--logo-accent); stroke-width: 3.2; stroke-linecap: round; }
.logo-mark circle { fill: var(--c-reed-ink); }

.nav-desk { display: none; }
.nav-desk ul { display: flex; gap: 1.8rem; align-items: center; }
.nav-desk a { text-decoration: none; font-weight: 600; padding: .4rem 0; color: var(--c-ink); }
.nav-desk a:hover { text-decoration: underline; }
.nav-desk .nav-call { padding: .55rem 1.1rem; border-radius: 999px; box-shadow: inset 0 0 0 2px var(--c-deep); white-space: nowrap; }
.nav-desk .nav-call:hover { background: var(--c-deep); color: var(--c-paper); text-decoration: none; }

.nav-mobile { position: relative; }
.nav-mobile summary {
  list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: .5rem;
  min-height: 44px; padding: .5rem 1rem; border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(16, 49, 47, .5); font-weight: 700;
}
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav-mobile summary svg { width: 18px; height: 18px; }
.nav-mobile ul {
  position: absolute; right: 0; top: calc(100% + .5rem); min-width: 15rem;
  background: var(--c-deeper); border-radius: 16px; padding: .6rem;
  box-shadow: 0 18px 40px rgba(3, 20, 19, .45);
}
.nav-mobile li a { display: block; padding: .75rem 1rem; border-radius: 10px; text-decoration: none; font-weight: 600; color: var(--c-on-dark); }
.nav-mobile li a:hover { background: rgba(255, 255, 255, .08); }
@media (min-width: 900px) { .nav-desk { display: block; } .nav-mobile { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: min(100svh, 940px);
  background: linear-gradient(180deg, #092B29 0%, var(--c-deep) 55%, #0E3A37 100%);
  color: #fff;
  padding-top: clamp(4rem, 12vh, 8rem);
  padding-bottom: clamp(13rem, 36vh, 21rem);
  --focus: var(--c-sand);
}
.hero h1 {
  font-size: clamp(2.7rem, 7.6vw, 6.6rem);
  line-height: .95; letter-spacing: -.04em;
  font-stretch: 90%;
  max-width: 12.5ch;
}
.hero-lead { font-size: clamp(1.15rem, 1.7vw, 1.4rem); color: var(--c-on-dark); max-width: 40ch; margin-top: 1.6rem; }
.hero-area { margin-top: 1.4rem; font-size: 1rem; color: var(--c-on-dark-soft); }
.hero-scape { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 62%; z-index: 0; }

/* ---------- Probleme ---------- */
.split { display: grid; gap: 2.5rem; }
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 4.5rem; }
  .split-head { position: sticky; top: 6.5rem; align-self: start; }
}
.pains li {
  padding: 1.35rem 0;
  font-family: var(--f-head);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 500; line-height: 1.3; letter-spacing: -.01em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='8'%3E%3Cpath d='M0 4Q8 0 16 4T32 4' fill='none' stroke='%239DBDB3' stroke-width='1.5'/%3E%3C/svg%3E") repeat-x left top / 32px 8px;
}
.pains li:first-child { background: none; padding-top: 0; }
.pains .mail { font-family: var(--f-body); font-weight: 700; color: #8E2F1E; overflow-wrap: anywhere; }
.pain-close { margin-top: 2rem; font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 700; color: var(--c-water); }

/* ---------- Leistungen ---------- */
.cards { display: grid; gap: 1.25rem; margin-top: 3.2rem; }
@media (min-width: 900px) { .cards { margin-top: 5.5rem; } }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.card {
  position: relative; display: flex; flex-direction: column; gap: .85rem;
  background: var(--c-white); border: 1px solid rgba(16, 49, 47, .08);
  border-radius: var(--r-card); padding: 1.6rem 1.5rem 1.7rem;
}
.card h3 { font-size: 1.45rem; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--c-ink-soft); }
.card ul { display: grid; gap: .4rem; font-size: 1rem; }
.card li { position: relative; padding-left: 1.2rem; }
.card li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--c-reed-ink);
}
.price { margin-top: auto; padding-top: .6rem; font-size: .98rem; color: var(--c-ink-soft); }

.ico { width: 64px; height: 64px; color: var(--c-deep); }
.ico * { vector-effect: non-scaling-stroke; }
.ico .stroke { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ico .accent { fill: var(--c-reed-ink); }
.ico .soft { fill: currentColor; opacity: .3; }

@media (prefers-reduced-motion: no-preference) {
  .js .cards .card {
    opacity: 0; transform: translate3d(-36px, 20px, 0) rotate(-1.6deg);
    transition: opacity .9s var(--ease-out), transform 1.2s var(--ease-out);
    transition-delay: calc(var(--i) * 160ms);
  }
  .js .cards.is-in .card { opacity: 1; transform: none; }
  .js .cards.is-settled .card { transition-delay: 0s; transition-duration: .5s; }
  .js .cards.is-settled .card:hover { transform: translateY(-4px); }

  .ico-browser .bar { transform-box: fill-box; transform-origin: left center; }
  .card:hover .ico-browser .bar { animation: build .8s var(--ease-out) both; }
  .card:hover .ico-browser .bar2 { animation-delay: .14s; }
  .card:hover .ico-browser .bar3 { animation-delay: .28s; }
  @keyframes build { from { transform: scaleX(0); } to { transform: scaleX(1); } }

  .card:hover .ico-server .led { animation: led 2.4s ease-in-out infinite; }
  @keyframes led { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }

  .ico-mail .paper { transition: transform .5s var(--ease-out); }
  .ico-mail .flap { transform-box: view-box; transform-origin: 32px 16px; transition: transform .55s var(--ease-out) .2s; }
  .card:hover .ico-mail .paper { transform: translateY(15px); }
  .card:hover .ico-mail .flap { transform: scaleY(-1); }

  .card:hover .ico-wlan .arc { animation: wlan 2s ease-in-out infinite; }
  .card:hover .ico-wlan .a2 { animation-delay: .2s; }
  .card:hover .ico-wlan .a3 { animation-delay: .4s; }
  @keyframes wlan { 0% { opacity: .15; } 35%, 75% { opacity: 1; } 100% { opacity: .15; } }
}

/* ---------- Vorher / Nachher ---------- */
.compare {
  position: relative; margin-top: 2.8rem; max-width: 1000px;
  aspect-ratio: 800 / 520; border-radius: 24px; overflow: hidden;
  background: #E7E3DA; --pos: 50%;
}
.compare svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.compare .after { clip-path: inset(0 0 0 var(--pos)); }
.svg-t { font-family: var(--f-body); }
.compare-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos);
  width: 3px; background: #fff; transform: translateX(-50%);
  pointer-events: none; box-shadow: 0 0 0 1px rgba(12, 53, 51, .25);
}
.knob {
  position: absolute; top: 50%; left: 50%; width: 52px; height: 52px;
  margin: -26px 0 0 -26px; border-radius: 50%;
  background: #fff; color: var(--c-deep);
  display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(3, 20, 19, .35);
}
.knob svg { width: 26px; height: 26px; }
.compare input {
  position: absolute; inset: 0; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y;
}
.compare input:focus-visible ~ .compare-handle .knob { outline: 3px solid var(--c-sand); outline-offset: 4px; }
.no-js .compare { aspect-ratio: auto; }
.no-js .compare input, .no-js .compare-handle { display: none; }
.no-js .compare svg { position: static; }
.no-js .compare .after { clip-path: none; }
.tag {
  position: absolute; top: 14px; padding: .25rem .75rem; border-radius: 999px;
  font-size: .9rem; font-weight: 700; pointer-events: none;
}
.tag-before { left: 14px; background: rgba(74, 68, 56, .88); color: #fff; }
.tag-after { right: 14px; background: var(--c-deep); color: #fff; }
.compare-caption { margin-top: 1.1rem; font-size: 1rem; color: var(--c-on-dark-soft); max-width: 70ch; }

/* ---------- Warum ---------- */
.reasons { display: grid; gap: 2.2rem 3.5rem; margin-top: 3rem; }
@media (min-width: 760px) { .reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.reasons li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1.1rem; align-items: start; }
.reasons svg { width: 48px; height: 40px; margin-top: .2rem; }
.reasons h3 { font-size: clamp(1.35rem, 2.2vw, 1.65rem); margin-bottom: .45rem; }
.reasons p { margin: 0; color: var(--c-ink-soft); }

/* ---------- Ablauf: Stationen auf dem Fluss ---------- */
.steps { margin-top: 3rem; display: grid; gap: .5rem; }
.steps li { position: relative; padding-block: 1.4rem 2rem; }
.step-no {
  position: absolute; top: 1.25rem; left: calc(var(--lane) / -2);
  transform: translateX(-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--c-deep); color: var(--c-reed);
  display: grid; place-items: center;
  font-family: var(--f-head); font-weight: 700; font-size: 1rem;
  box-shadow: 0 0 0 5px var(--c-paper);
}
.steps h3 { font-size: clamp(1.45rem, 2.8vw, 2.1rem); letter-spacing: -.025em; margin-bottom: .5rem; padding-left: .6rem; }
.steps p { margin: 0; color: var(--c-ink-soft); padding-left: .6rem; }
@media (min-width: 900px) {
  .step-no { width: 48px; height: 48px; font-size: 1.2rem; box-shadow: 0 0 0 7px var(--c-paper); }
  .steps { max-width: 980px; }
  .steps li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; align-items: baseline; }
  .steps h3, .steps p { padding-left: 0; }
}

/* ---------- Über mich ---------- */
.about { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 820px) { .about { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 5rem; } }
.photo-frame {
  position: relative; width: 100%; max-width: 240px;
}
.photo-frame::before {
  content: ""; position: absolute; inset: 7% -5% -5% 9%;
  background: var(--c-reed);
  border-radius: 53% 47% 55% 45% / 46% 54% 46% 54%;
}
.photo {
  position: relative; aspect-ratio: 4 / 5; width: 100%;
  border-radius: 47% 53% 45% 55% / 43% 39% 61% 57%;
  object-fit: cover; object-position: center;
  box-shadow: 0 24px 50px -18px rgba(11, 58, 62, .35);
}
.about-text p { font-size: clamp(1.1rem, 1.5vw, 1.22rem); }
.about-text h2 { margin-bottom: 1.1rem; }

/* Zeitstrahl im Über-mich-Bereich */
.timeline { margin: 1.8rem 0 0; }
.timeline li {
  position: relative;
  padding: 0 0 1.5rem 1.75rem;
  border-left: 2px solid rgba(79, 160, 144, .5);
}
.timeline li:last-child { padding-bottom: 0; border-left-color: transparent; }
.timeline li::before {
  content: ""; position: absolute; left: -6px; top: .4rem;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--c-reed); box-shadow: 0 0 0 3px var(--c-mist);
}
.tl-year {
  display: block;
  font-family: var(--f-head); font-weight: 700; font-size: .95rem;
  letter-spacing: .02em; color: var(--c-water);
}
.timeline h3 { font-size: clamp(1.1rem, 1.8vw, 1.3rem); margin: .15rem 0 .3rem; }
.timeline p { margin: 0; font-size: 1rem; color: var(--c-ink-soft); max-width: 52ch; }

/* ---------- Kontakt: der See ---------- */
.lake {
  position: relative; isolation: isolate;
  margin-top: 2.6rem;
  padding: clamp(3.5rem, 9vw, 6.5rem) clamp(1.25rem, 5vw, 4rem);
  text-align: center;
}
.lake-shape { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.contact-phone {
  display: block; white-space: nowrap;
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.6rem, 7.4vw, 4.8rem);
  letter-spacing: -.03em; line-height: 1.05;
  color: #fff; text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.contact-mail {
  display: block; margin-top: .9rem;
  font-family: var(--f-head); font-weight: 600;
  font-size: clamp(1.15rem, 3.6vw, 2.2rem);
  color: var(--c-reed); text-decoration: none; overflow-wrap: anywhere;
}
.contact-phone:hover, .contact-mail:hover { text-decoration: underline; text-decoration-thickness: .06em; }
.contact-meta { margin: 1.8rem auto 0; color: var(--c-on-dark-soft); font-size: 1rem; max-width: 40ch; }
.contact-meta p { margin: 0 auto .3rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-deeper); color: var(--c-on-dark-soft); padding-block: 2.5rem; font-size: 1rem; --focus: var(--c-sand); }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; align-items: center; justify-content: space-between; }
.site-footer .logo { color: #fff; --logo-accent: var(--c-river); }
.site-footer .logo svg { height: 30px; }
.site-footer .logo-mark circle { fill: var(--c-reed); }
.site-footer nav ul { display: flex; gap: 1.5rem; }
.site-footer a { color: var(--c-on-dark); }
.site-footer p { margin: 0; }
.site-footer .footer-address { font-style: normal; margin: 0; line-height: 1.75; }
.site-footer .footer-address strong { color: var(--c-on-dark); }
.site-footer .footer-towns { flex-basis: 100%; margin: .5rem 0 0; font-size: .95rem; }

/* ---------- Rechtsseiten ---------- */
.legal { padding-block: clamp(3rem, 7vw, 5.5rem); }
.legal h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 1.5rem; }
.legal h2 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin: 2.2em 0 .6em; }
.legal address { font-style: normal; line-height: 1.8; margin-bottom: 1.5em; }
.legal ul { list-style: disc; padding-left: 1.4rem; }
.legal li { margin-bottom: .3rem; }
.legal-note {
  background: var(--c-mist);
  border: 1px solid rgba(16, 49, 47, .14);
  border-radius: var(--r-card);
  padding: 1.2rem 1.4rem;
  margin-top: 2.5rem;
  font-size: .95rem;
  color: var(--c-ink-soft);
}
.header-back { text-decoration: none; font-weight: 600; color: var(--c-ink); }
.header-back:hover { text-decoration: underline; }

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .js .cards .card { opacity: 1; transform: none; transition: none; }
}
