:root {
  --nacht: #090909;
  --nacht-2: #171717;
  --panel: #ffffff;
  --panel-2: #f1f1f1;
  --text: #ffffff;
  --muted: #b7b7b7;
  --ink: #101010;
  --red: #b52a31;
  --red-dark: #8d2027;
  --line: rgba(255,255,255,.2);
  --max: 72rem;
  --font: "IBM Plex Sans", system-ui, sans-serif;
  --display: "Space Grotesk", var(--font);
  --bg: var(--nacht);
  --font-display: var(--display);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
section[id] { scroll-margin-top: 6.5rem; }
body { margin: 0; background: var(--nacht); color: var(--text); font: 1.04rem/1.6 var(--font); }
img { max-width: 100%; height: auto; }
a { color: var(--red); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.mitte { width: min(100% - 3rem, var(--max)); margin-inline: auto; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 10; padding: .65rem 1rem; background: var(--red); color: var(--text); }
.skip:focus { top: 1rem; }

.kopf { position: sticky; top: 0; z-index: 5; background: var(--nacht); border-bottom: 1px solid var(--line); }
.kopf-inhalt { display: flex; align-items: center; justify-content: space-between; min-height: 5.5rem; gap: 1rem; }
.marke { display: inline-flex; align-items: center; width: 150px; text-decoration: none; white-space: nowrap; }
.marke img { display: block; width: 100%; height: auto; }
.kopf nav { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; }
.kopf nav a { padding: .55rem .8rem; color: var(--muted); text-decoration: none; font-size: .92rem; }
.kopf nav a:hover { color: var(--text); }
.kopf nav .tat { padding-inline: 1.05rem; background: var(--red); color: var(--text); font-weight: 700; }
.kopf nav .tat:hover { background: var(--text); }
.kopf-aktionen { display: contents; }
.menue-knopf { display: none; border: 1px solid var(--line); padding: .7rem; background: transparent; color: var(--text); cursor: pointer; }
.menue-balken { display: block; width: 1.35rem; height: 2px; margin: .22rem 0; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menue-knopf[aria-expanded="true"] .menue-balken:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menue-knopf[aria-expanded="true"] .menue-balken:nth-child(2) { opacity: 0; }
.menue-knopf[aria-expanded="true"] .menue-balken:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-kontakt { display: none; }
.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; }

.auf { padding: clamp(4.8rem, 10vw, 9rem) 0 clamp(5rem, 9vw, 8rem); border-bottom: 1px solid var(--line); }
.auf-raster { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.auf-text { max-width: 43rem; }
.kicker, .wo { margin: 0 0 1rem; color: var(--red); font: 700 .76rem/1.2 var(--display); letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--text); font-family: var(--display); line-height: 1.04; letter-spacing: -.055em; }
h1 { max-width: 16ch; font-size: clamp(3rem, 7vw, 5.8rem); }
h1 em { color: var(--red); font-style: normal; }
h2 { max-width: 18ch; font-size: clamp(2.35rem, 5vw, 4.35rem); }
h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.lead { max-width: 43rem; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.48; }
.notiz, .hinweis, .pflicht { color: var(--muted); font-size: .9rem; }
.telefon-link { color: var(--text); font-weight: 700; text-underline-offset: .2em; }
.knoepfe { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.knopf { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 2px; font: 700 1rem var(--font); text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.knopf:hover { transform: translateY(-2px); }
.knopf-haupt { background: var(--red); color: var(--text); }
.knopf-haupt:hover { background: var(--red-dark); }
.knopf-zweit { border-color: var(--line); color: var(--text); }
.knopf-zweit:hover { border-color: var(--red); color: var(--red); }
.portraet { position: relative; margin: 0; }
.portraet picture, .portraet img { position: relative; z-index: 1; display: block; }
.portraet img { width: 100%; border: 8px solid var(--panel); filter: saturate(.9); }
.portraet figcaption { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0 0; color: var(--muted); font-size: .92rem; }
.portraet figcaption strong { color: var(--text); }

section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; border-bottom: 1px solid var(--line); }
.section-kopf { max-width: 52rem; margin-bottom: 2.5rem; }
.vor { max-width: 42rem; margin: 1.2rem 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.55; }
.angebot-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.angebot { padding: clamp(1.7rem, 4vw, 3rem); background: var(--panel); color: var(--ink); border-radius: 2px; }
.angebot-hell { background: var(--panel-2); border-top: 5px solid var(--red); }
.angebot h3, .angebot-hell h3 { color: var(--ink); }
.angebot .wo, .angebot-hell .wo { color: var(--red-dark); }
.angebot p:not(.wo), .angebot-hell p:not(.wo) { max-width: 34rem; color: #405063; }
.liste { display: grid; gap: .55rem; margin: 1.6rem 0 2rem; padding: 0; list-style: none; }
.liste li { padding-left: 1.4rem; position: relative; }
.liste li::before { content: ""; position: absolute; top: .7em; left: 0; width: .55rem; height: .55rem; border-radius: 50%; background: var(--red); }
.text-link { color: var(--red); font-weight: 700; text-decoration-thickness: .08em; text-underline-offset: .22em; }
.angebot .text-link, .angebot-hell .text-link { color: var(--ink); }
.text-link span { display: inline-block; margin-left: .3rem; }
.praxis { padding-block: clamp(3rem, 6vw, 5rem); background: var(--panel-2); color: var(--ink); }
.praxis h2 { color: var(--ink); }
.praxis .vor { color: #405063; }
.praxis-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.praxis-bild { min-width: 0; background: var(--panel); color: var(--ink); }
.praxis-bild summary { cursor: pointer; list-style: none; }
.praxis-bild summary::-webkit-details-marker { display: none; }
.praxis-bild summary:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.praxis-bild img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.praxis-paar { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.praxis-paar img { aspect-ratio: 1 / 1; }
.praxis-bild summary > span:not(.praxis-paar) { display: block; padding: .75rem .85rem; font: 700 .86rem/1.25 var(--display); }
.praxis-bild summary > span:not(.praxis-paar)::after { content: " +"; color: var(--red); }
.praxis-bild[open] summary > span:not(.praxis-paar)::after { content: " −"; }
.praxis-bild p { margin: 0; padding: 0 .85rem .9rem; color: #405063; font-size: .9rem; line-height: 1.45; }
.praxis-bild[open] { grid-column: 1 / -1; }
.praxis-bild[open] img { aspect-ratio: 16 / 10; }
.bild-dialog { width: min(92vw, 66rem); max-width: none; max-height: 90vh; padding: 0; border: 0; background: var(--nacht); color: var(--text); }
.bild-dialog::backdrop { background: rgba(0, 0, 0, .82); }
.bild-dialog-inhalt { display: grid; gap: .8rem; padding: 1rem; }
.bild-dialog-kopf { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bild-dialog-kopf h2 { max-width: none; color: var(--text); font-size: clamp(1.2rem, 2vw, 1.8rem); letter-spacing: -.03em; }
.bild-dialog-schliessen { border: 1px solid rgba(255,255,255,.35); padding: .55rem .8rem; background: transparent; color: var(--text); font: 700 .85rem var(--font); cursor: pointer; }
.bild-dialog-schliessen:hover { border-color: var(--red); background: var(--red); }
.bild-dialog img { display: block; width: 100%; max-height: 76vh; object-fit: contain; background: #000; }
.social-media { background: var(--nacht-2); }
.social-media h2 { color: var(--text); }
.social-media .vor { color: var(--muted); }
.social-raster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; margin-top: 2rem; }
.social-karte { display: flex; align-items: center; justify-content: center; gap: .55rem; min-height: 4.5rem; padding: 1rem; border: 1px solid var(--line); color: var(--text); text-decoration: none; font: 700 .92rem var(--display); }
.social-karte svg { width: 1.55rem; height: 1.55rem; flex: 0 0 auto; fill: none; stroke: var(--red); stroke-width: 1.8; }
.social-karte .icon-tiktok { fill: var(--red); stroke: none; }
.social-karte .icon-linkedin { fill: var(--red); stroke: none; }
.social-karte:hover { border-color: var(--red); background: rgba(181,42,49,.08); }
.social-karte-inaktiv { color: var(--muted); cursor: default; }
.social-karte-inaktiv:hover { border-color: var(--line); background: transparent; }
.zweispalt, .wer-layout, .kontakt-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.ablauf { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ablauf li { display: grid; grid-template-columns: 1fr 1.25fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.ablauf strong { color: var(--red); font-family: var(--display); }
.ablauf span { color: var(--muted); }
.preis-liste { margin-top: 2rem; border-top: 2px solid var(--red); }
.preis-liste > div { display: grid; grid-template-columns: 1.1fr .9fr 1.5fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.preis-liste b { color: var(--red); font-family: var(--display); }
.preis-liste span { color: var(--muted); }
.kontakt { background: var(--panel); color: var(--ink); border-top: 6px solid var(--red); }
.kontakt h2, .kontakt .kicker { color: var(--ink); }
.kontakt .kicker { color: var(--red); }
.kontakt .vor, .kontakt .notiz { color: #555555; }
.kontaktzeilen { display: grid; gap: .7rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.kontaktzeilen li { display: flex; flex-wrap: wrap; gap: .8rem; }
.kontaktzeilen strong { min-width: 5.5rem; color: #666666; font: 700 .75rem var(--display); letter-spacing: .12em; text-transform: uppercase; }
.kontaktzeilen a { color: var(--red-dark); font-weight: 700; }
.formular { display: grid; gap: 1rem; padding: clamp(1.4rem, 4vw, 2rem); background: var(--nacht); color: var(--text); border-radius: 2px; }
.feld { display: grid; gap: .35rem; }
.feld label { font: 700 .82rem var(--display); }
.feld input, .feld textarea { width: 100%; padding: .8rem; border: 1px solid #383838; border-radius: 2px; background: var(--nacht-2); color: var(--text); font: 1rem var(--font); }
.feld textarea { min-height: 8rem; resize: vertical; }
.honig { position: absolute; left: -9999px; }
.formular .pflicht { margin: 0; color: var(--muted); }
footer { padding: 2rem 0; color: var(--muted); font-size: .87rem; }
.fuss { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem 2rem; }
footer a { color: var(--muted); }

.section, .legal-page { padding: 5rem 0; }
.section-title { max-width: 20ch; font-size: clamp(2.4rem, 6vw, 4.5rem); }
.section-header, .section-subtitle { color: var(--muted); }
.service-card, .contact-card, .about-card, .faq-item, .fall { background: var(--panel); color: var(--ink); border: 1px solid rgba(16,32,51,.16); }
.service-card, .contact-card, .about-card, .fall { padding: 1.5rem; }
.services-grid, .steps-grid, .faq-wrap, .contact-grid { display: grid; gap: 1rem; }
.service-features { padding-left: 1.2rem; }
.contact-form, .contact-form-wrapper { background: var(--panel); color: var(--ink); padding: 1.5rem; }
.faq-q { width: 100%; padding: 1rem; border: 0; background: transparent; color: var(--ink); text-align: left; font: 700 1.1rem var(--display); }
.faq-a { padding: 0 1rem 1rem; color: #405063; }

@media (max-width: 760px) {
  .mitte { width: min(100% - 2rem, var(--max)); }
  .kopf-inhalt { align-items: center; min-height: 4.5rem; padding-block: .7rem; }
  .marke { width: 125px; }
  .kopf-aktionen { display: flex; align-items: center; gap: .45rem; }
  .menue-knopf { display: block; }
  .mobile-kontakt { display: block; padding: .72rem .9rem; background: var(--red); color: var(--text); text-decoration: none; font-weight: 700; }
  .mobile-kontakt:hover { background: var(--text); color: var(--nacht); }
  .kopf nav { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: .7rem; background: var(--nacht); border: 1px solid var(--line); box-shadow: 0 1rem 2rem rgba(0,0,0,.28); }
  .kopf nav.offen { display: flex; }
  .kopf nav a, .kopf nav a:not(.tat) { display: block; padding: .9rem 1rem; }
  .kopf nav .tat { display: none; }
  .auf { padding-block: 3.8rem 4.5rem; }
  .auf-raster, .zweispalt, .wer-layout, .kontakt-layout { grid-template-columns: 1fr; gap: 2.4rem; }
  h1 { max-width: 12ch; font-size: clamp(2.75rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .lead { margin-top: 1.35rem; font-size: 1.08rem; }
  .portraet { width: min(72vw, 19rem); }
  .angebot-raster { grid-template-columns: 1fr; }
  .praxis-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .praxis-bild summary > span:not(.praxis-paar) { padding: .6rem; font-size: .74rem; }
  .praxis-bild p { padding: 0 .6rem .7rem; font-size: .82rem; }
  .praxis-bild[open] { grid-column: 1 / -1; }
  .social-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .social-karte { min-height: 3.8rem; padding: .65rem .45rem; font-size: .75rem; }
  .bild-dialog { width: 100%; max-width: none; max-height: 100dvh; margin: 0; }
  .bild-dialog-inhalt { min-height: 100dvh; align-content: center; padding: .8rem; }
  .bild-dialog img { max-height: 78dvh; }
  .ablauf li, .preis-liste > div { grid-template-columns: 1fr; gap: .35rem; }
  .preis-liste span { font-size: .95rem; }
  .knopf { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
}
