/* KLEENTEK static lite – ein Theme, schnell ladbar, mittelfristig pflegbar */

/* @font-face: Startseite in critical.css; Unterseiten laden styles.css synchron. */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("../assets/fonts/source-sans-3-latin-ext.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: "Source Sans 3";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("../assets/fonts/source-sans-3-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;
}

:root {
  --bg-deep: #18181c;
  --bg: #222228;
  --surface: #2c2c34;
  --surface-2: #35353e;
  --section-light: #eef1f5;
  --section-muted: #26262e;
  --fg-on-light: #1a1a20;
  --muted-on-light: #55565f;
  --border: rgba(255, 255, 255, 0.1);
  --border-light: rgba(0, 0, 0, 0.08);
  --media-bg: #34343c;
  --media-bg-light: #e4e8ee;
  --fg: #f2f2f4;
  --muted: #b0b0b8;
  --accent: #d42532;
  --accent-dim: #9a1b24;
  --accent-glow: rgba(212, 37, 50, 0.28);
  --radius: 12px;
  --radius-lg: 20px;
  --font: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --header-h: 4rem;
  --max: 72rem;
}

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--fg);
  background: var(--bg-deep);
  min-height: 100vh;
}

/* feines Raster + Verlauf im Hintergrund */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, var(--accent-glow), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 50%, rgba(212, 37, 50, 0.08), transparent 50%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 40%, var(--bg-deep) 100%);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}

a:hover {
  color: #ff5a66;
  text-decoration: underline;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 100;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  border-radius: 6px;
}

.skip:focus {
  left: 0.5rem;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: rgba(34, 34, 40, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--fg);
  text-decoration: none;
}

.brand-link:hover {
  color: var(--fg);
  text-decoration: none;
  opacity: 0.92;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 2.35rem;
  max-width: min(14rem, 48vw);
  aspect-ratio: 870 / 144;
  object-fit: contain;
}

.brand-mark {
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--accent);
}

.brand-text span {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.nav-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0.7rem;
}

.nav-main a {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 72rem) {
  .nav-main {
    gap: 0.35rem 0.85rem;
  }

  .nav-main a {
    font-size: 0.88rem;
  }

}

.nav-main a:hover {
  color: var(--fg);
  text-decoration: none;
}

/* Kontakt: Button-Look, aber etwas kleiner als Hero-CTA, passend zu den Nav-Links */
.nav-main .btn.nav-cta {
  padding: 0.5rem 1.15rem;
  font-size: 0.84rem;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 12px var(--accent-glow);
}

@media (min-width: 72rem) {
  .nav-main .btn.nav-cta {
    font-size: 0.86rem;
    padding: 0.52rem 1.2rem;
  }
}

.nav-main .btn.nav-cta:hover {
  color: #fff;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.5rem;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  color: var(--fg);
}

.nav-toggle-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle-bars span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

@media (max-width: 52rem) {
  .nav-toggle {
    display: flex;
  }

  .nav-main {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    background: rgba(34, 34, 40, 0.97);
    border-bottom: 1px solid var(--border);
    gap: 0;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-main.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-main a {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--border);
  }

  .nav-main .btn.nav-cta {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    box-shadow: 0 4px 18px var(--accent-glow);
  }

  .nav-main a:last-child {
    border-bottom: none;
  }
}

/* —— Hero —— */
.hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  overflow: hidden;
}

.hero--visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(24, 24, 30, 0.88) 0%, rgba(24, 24, 30, 0.72) 42%, rgba(24, 24, 30, 0.45) 100%),
    url("../assets/images/hero-background-mobile.jpg") center / cover no-repeat;
  background:
    linear-gradient(105deg, rgba(24, 24, 30, 0.88) 0%, rgba(24, 24, 30, 0.72) 42%, rgba(24, 24, 30, 0.45) 100%),
    image-set(
      url("../assets/images/hero-background-mobile.webp") type("image/webp"),
      url("../assets/images/hero-background-mobile.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  z-index: 0;
}

@media (min-width: 52.01rem) {
  .hero--visual::before {
    background:
      linear-gradient(105deg, rgba(24, 24, 30, 0.88) 0%, rgba(24, 24, 30, 0.72) 42%, rgba(24, 24, 30, 0.45) 100%),
      url("../assets/images/hero-background.jpg") center / cover no-repeat;
    background:
      linear-gradient(105deg, rgba(24, 24, 30, 0.88) 0%, rgba(24, 24, 30, 0.72) 42%, rgba(24, 24, 30, 0.45) 100%),
      image-set(
        url("../assets/images/hero-background.webp") type("image/webp"),
        url("../assets/images/hero-background.jpg") type("image/jpeg")
      ) center / cover no-repeat;
  }
}

.hero--visual > .wrap {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 56rem) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero-lead {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 38ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 28px var(--accent-glow);
}

.btn-primary:hover {
  background: #e8303e;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 32px var(--accent-glow);
}

.btn-ghost {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--border);
}

.btn-ghost:hover {
  background: var(--surface);
  color: var(--fg);
  text-decoration: none;
}

.hero--compact {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2rem, 4.5vw, 2.75rem);
}

.hero-stack {
  display: grid;
  gap: 1.5rem;
}

.hero-copy .section-title {
  margin-bottom: 0.65rem;
}

.hero--compact .hero-lead {
  max-width: 58ch;
  font-size: 1rem;
  margin-bottom: 1.15rem;
}

.hero-solution-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 40rem) {
  .hero-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .hero-solution-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hero-solution-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1rem 1.05rem 1.05rem;
  height: 100%;
}

.hero-solution-problem {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--accent);
}

.hero-solution-card h2 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  line-height: 1.25;
}

.hero-solution-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.45;
}

.hero-tagline {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
}

.hero-grid--compact {
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 56rem) {
  .hero-grid--compact {
    grid-template-columns: 1.25fr 0.55fr;
  }
}

.hero-highlights {
  display: grid;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 40rem) {
  .hero-highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem 1rem;
  }
}

.hero-highlights li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.4;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--accent);
}

.hero-product--compact {
  padding: 0.65rem 0.75rem;
  margin: 0;
}

.hero-product--compact img {
  max-width: 13rem;
}

@media (max-width: 55.99rem) {
  .hero-product--compact {
    max-width: 16rem;
    margin-inline: auto;
  }
}

.hero-card {
  background: linear-gradient(145deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hero-card h2 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.hero-card address {
  font-style: normal;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.hero-card address strong {
  color: var(--fg);
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-product {
  background: rgba(28, 28, 32, 0.88);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem 1rem 0.75rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.hero-product img {
  display: block;
  width: 100%;
  max-width: 22rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.hero-product figcaption {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: var(--muted);
}

/* Produkt-Showcase */
.product-showcase {
  display: grid;
  gap: 1rem;
}

@media (min-width: 48rem) {
  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 72rem) {
  .product-showcase {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-tile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.product-tile:hover {
  border-color: rgba(212, 37, 50, 0.35);
  transform: translateY(-2px);
}

.product-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #111;
  padding: 0.75rem;
}

.product-tile div {
  padding: 0.85rem 1rem 1rem;
}

.product-tile h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.product-tile p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Produktkategorien */
.product-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-category {
  display: grid;
  gap: 0;
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

@media (min-width: 52rem) {
  .product-category {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .product-category:nth-child(even) .product-category-media {
    order: 2;
  }
}

.product-category-media {
  background: var(--media-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  min-height: 14rem;
}

.product-category-media img {
  max-width: 100%;
  max-height: 15rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-category-body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.product-category-body h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
}

.product-category-body p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.product-category-body ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-category-body li {
  margin-bottom: 0.35rem;
}

.service-list {
  display: grid;
  gap: 1rem;
}

@media (min-width: 48rem) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
}

.service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.service-card p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-card li {
  margin-bottom: 0.3rem;
}

/* Karten mit Bild */
.card--media {
  padding: 0;
  overflow: hidden;
}

.card--media .card-media {
  background: #111;
  border-bottom: 1px solid var(--border);
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
}

.card--media .card-media img {
  max-width: 100%;
  max-height: 8.5rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.card--media .card-body {
  padding: 1.15rem 1.25rem 1.25rem;
}

.card--media .card-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.card--media .card-body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Unternehmen mit Bild */
.company-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 52rem) {
  .company-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.company-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.company-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

#leistungen {
  background: var(--section-muted);
}

#leistungen .service-card {
  background: var(--surface);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Helle Sektionen (Produkte, Kontakt) */
.bg-section {
  background: var(--section-light);
  color: var(--fg-on-light);
}

.bg-section > .wrap > h2 {
  color: var(--fg-on-light);
}

.bg-section .section-intro {
  color: var(--muted-on-light);
}

.bg-section .product-category {
  background: #fff;
  border-color: var(--border-light);
  box-shadow: 0 10px 32px rgba(26, 26, 32, 0.07);
}

.bg-section .product-category-body h3 {
  color: var(--fg-on-light);
}

.bg-section .product-category-body p,
.bg-section .product-category-body ul {
  color: var(--muted-on-light);
}

.bg-section .product-category-media {
  background: var(--media-bg-light);
}

.bg-section .contact-strip {
  background: #fff;
  border-color: var(--border-light);
  box-shadow: 0 10px 32px rgba(26, 26, 32, 0.07);
}

.bg-section .contact-strip p {
  color: var(--muted-on-light);
}

.bg-section .contact-strip strong {
  color: var(--fg-on-light);
}

.bg-section .btn-ghost {
  color: var(--fg-on-light);
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.6);
}

.bg-section .btn-ghost:hover {
  background: #fff;
  color: var(--fg-on-light);
}

.bg-section a:not(.btn) {
  color: var(--accent-dim);
}

.bg-section a:not(.btn):hover {
  color: var(--accent);
}

/* —— Sektionen —— */
section {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.section-title {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 800;
}

section > .wrap > h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-intro {
  margin: 0 0 1.75rem;
  color: var(--muted);
  max-width: 62ch;
}

.notice {
  background: rgba(212, 37, 50, 0.1);
  border: 1px solid rgba(212, 37, 50, 0.25);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.notice strong {
  color: var(--fg);
}

/* Karten-Grid */
.cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 40rem) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 60rem) {
  .cards.three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.card:hover {
  border-color: rgba(212, 37, 50, 0.35);
  transform: translateY(-2px);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(212, 37, 50, 0.15);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
}

/* Kontaktblock */
.contact-strip {
  background: linear-gradient(135deg, var(--surface) 0%, #25252c 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 48rem) {
  .contact-strip {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

.contact-strip p {
  margin: 0;
  color: var(--muted);
}

.contact-strip strong {
  color: var(--fg);
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 2.5rem 0;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.site-footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 40rem) {
  .site-footer .wrap {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

@media (min-width: 40rem) {
  .footer-links {
    justify-content: flex-end;
  }
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--fg);
}

.footer-copy {
  font-size: 0.82rem;
  color: #777;
  max-width: 28rem;
}

/* Unterseiten (Impressum / Datenschutz) */
.page-main {
  padding: clamp(2rem, 4vw, 3rem) 0 4rem;
}

.prose {
  max-width: 46rem;
}

.prose h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.prose h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--fg);
}

.prose h2:first-of-type {
  margin-top: 1.5rem;
}

.prose p,
.prose li {
  color: var(--muted);
  font-size: 0.98rem;
}

.prose p {
  margin: 0 0 0.85rem;
}

.prose ul {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

.prose address {
  font-style: normal;
  color: var(--muted);
  line-height: 1.65;
}
