/* Bruno Bachmann Schreinerei – Entwurf Seetalwebsites */

:root {
  --nuss: #2a1f18;
  --nuss-tief: #1c1410;
  --nuss-hell: #3a2c22;
  --leinen: #f3ede4;
  --span: #e3d3bd;
  --eiche: #b08256;
  --eiche-dunkel: #8a5c33;
  --messing: #c9a063;
  --messing-hell: #dcbb85;
  --tinte: #2a1f18;
  --text: #4f4239;
  --hell: #f1e8dc;
  --hell-leise: #bba995;
  --linie: rgba(42, 31, 24, .14);
  --linie-hell: rgba(241, 232, 220, .14);

  --serif: 'Fraunces', Georgia, serif;
  --grotesk: 'Manrope', system-ui, sans-serif;
  --weich: cubic-bezier(.22, 1, .36, 1);
  --tuer: cubic-bezier(.77, 0, .18, 1);
  --rand: clamp(16px, 4vw, 48px);
  --abstand: clamp(88px, 12vw, 168px);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--leinen);
  color: var(--text);
  font: 400 18px/1.65 var(--grotesk);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; color: var(--tinte); letter-spacing: -.02em; line-height: 1.05; font-variation-settings: 'opsz' 144; }
p { margin: 0 0 1em; }
em { font-style: italic; color: var(--eiche-dunkel); }
::selection { background: var(--messing); color: var(--nuss); }
:focus-visible { outline: 2px solid var(--messing); outline-offset: 3px; border-radius: 2px; }

.rahmen { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--rand); }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--messing); color: var(--nuss); padding: 10px 16px; font-weight: 600; }
.skip:focus { top: 12px; }

.etikett {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
  font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--eiche-dunkel);
}
.etikett::before { content: ''; width: 28px; height: 1px; background: currentColor; }

.titel { font-size: clamp(40px, 6vw, 84px); max-width: 16ch; }
.titel em { display: block; }

.kopfzeile { margin-bottom: clamp(48px, 7vw, 88px); }
.kopfzeile-text { max-width: 46ch; margin-top: 24px; font-size: 19px; }
.kopfzeile-dunkel .titel { color: var(--hell); }
.kopfzeile-dunkel em { color: var(--messing); }
.kopfzeile-dunkel .etikett { color: var(--messing); }
.kopfzeile-dunkel .kopfzeile-text { color: var(--hell-leise); }

/* ---------- Knöpfe ---------- */
.knopf {
  --h: var(--messing);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px;
  background: var(--h); color: var(--nuss);
  border: 1px solid var(--h); border-radius: 2px;
  font: 600 16px/1 var(--grotesk); text-decoration: none; cursor: pointer;
  position: relative; overflow: hidden; isolation: isolate;
  transition: color .4s var(--weich), border-color .4s var(--weich);
}
/* Füllung schiebt sich wie eine Tür von links herein */
.knopf::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--messing-hell);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--weich);
}
.knopf:hover::before { transform: scaleX(1); }
.knopf svg { font-size: 18px; transition: transform .4s var(--weich); }
.knopf:hover svg { transform: translateX(3px); }
.knopf-hell { background: transparent; color: var(--hell); border-color: rgba(241, 232, 220, .45); }
.knopf-hell::before { background: var(--hell); }
.knopf-hell:hover { color: var(--nuss); border-color: var(--hell); }
.knopf-hell:hover svg { transform: none; }
.knopf-klein { min-height: 44px; padding: 0 18px; font-size: 15px; }
.knopf-leise { background: transparent; border-color: var(--linie); color: var(--tinte); }
.knopf-leise::before { background: var(--span); }

.textlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--tinte); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.textlink svg { transition: transform .4s var(--weich); }
.textlink:hover svg { transform: translateX(4px); }

/* ---------- Kopf ---------- */
.kopf {
  position: fixed; inset: 0 0 auto; z-index: 50;
  color: var(--hell);
  transition: background .5s var(--weich), color .5s var(--weich), box-shadow .5s var(--weich), transform .5s var(--weich);
}
.kopf-innen { display: flex; align-items: center; gap: 32px; height: 84px; transition: height .5s var(--weich); }
.kopf.gescrollt { background: rgba(243, 237, 228, .92); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); color: var(--tinte); box-shadow: 0 1px 0 var(--linie); }
.kopf.gescrollt .kopf-innen { height: 68px; }
.kopf.versteckt { transform: translateY(-100%); }
.marke { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.marke-zeichen { font-size: 36px; stroke-width: 1.4; color: var(--messing); }
.kopf.gescrollt .marke-zeichen { color: var(--eiche-dunkel); }
.marke-name { display: block; font: 500 24px/1 var(--serif); letter-spacing: -.01em; }
.marke-zusatz { display: block; margin-top: 4px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.nav { display: flex; gap: 28px; }
.nav a { position: relative; font-size: 15px; font-weight: 500; text-decoration: none; padding: 6px 0; }
.nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--weich); }
.nav a:hover::after, .nav a.aktiv::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Einstieg ---------- */
.held {
  position: relative; isolation: isolate;
  min-height: 100svh; display: flex; align-items: flex-end;
  padding: 140px 0 clamp(48px, 8vh, 96px);
  background: var(--nuss-tief); color: var(--hell);
  overflow: hidden;
}
.held-bild { position: absolute; inset: 0; z-index: -2; }
.held-bild img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transform: scale(1.14); transform-origin: 50% 60%; transition: transform 2.8s var(--weich) .5s; }
.held-bild::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(28, 20, 16, .94) 0%, rgba(28, 20, 16, .55) 42%, rgba(28, 20, 16, .25) 70%, rgba(28, 20, 16, .6) 100%),
    radial-gradient(ellipse at 70% 35%, rgba(201, 160, 99, .18), transparent 60%);
}
.bereit .held-bild img { transform: scale(1.02); }

.korn {
  position: absolute; inset: -50%; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .09; mix-blend-mode: overlay;
  animation: korn 1.2s steps(5) infinite;
}
@keyframes korn {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}

/* Die Tür: zwei Flügel aus dunklem Holz gleiten auseinander */
.tuer { display: none; }
.js .tuer { display: flex; position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.tuer-fluegel {
  position: relative; flex: 1;
  background: #3b2618 url('bilder/15_holztuer-dunkel.jpg') center / cover no-repeat;
  transition: transform 1.7s var(--tuer) .25s;
  will-change: transform;
}
.tuer-links { background-position: 20% 50%; box-shadow: inset -18px 0 30px -18px rgba(0, 0, 0, .8); }
.tuer-rechts { background-position: 80% 50%; box-shadow: inset 18px 0 30px -18px rgba(0, 0, 0, .8); }
.tuer-fluegel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 12, 8, .35), rgba(20, 12, 8, .1) 50%, rgba(20, 12, 8, .35)); }
.tuer-griff {
  position: absolute; top: 50%; z-index: 1;
  width: 6px; height: clamp(120px, 22vh, 220px); margin-top: calc(clamp(120px, 22vh, 220px) / -2);
  border-radius: 3px;
  background: linear-gradient(90deg, #8d6a3a, #e8cb94 45%, #9b7644);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .5);
}
.tuer-links .tuer-griff { right: clamp(18px, 3vw, 40px); }
.tuer-rechts .tuer-griff { left: clamp(18px, 3vw, 40px); }
.bereit .tuer-links { transform: translateX(-101%); }
.bereit .tuer-rechts { transform: translateX(101%); }
.offen .tuer { display: none; }

.held-inhalt { position: relative; }
.held .etikett { color: var(--messing); }
.held-titel {
  font-size: clamp(76px, 15vw, 232px);
  line-height: .86; letter-spacing: -.045em;
  color: var(--hell); font-weight: 350;
  margin: 0 0 clamp(28px, 4vw, 48px) -.04em;
}
.held-titel em { color: var(--messing); font-weight: 300; }
.zeile { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.zeile > span { display: block; }
.held-fuss { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 28px 48px; }
.held-lead { max-width: 44ch; margin: 0; font-size: clamp(17px, 1.5vw, 20px); color: rgba(241, 232, 220, .82); }
.held-knoepfe { display: flex; flex-wrap: wrap; gap: 12px; }
.held-weiter { position: absolute; left: 50%; bottom: 20px; width: 1px; height: 56px; overflow: hidden; background: rgba(241, 232, 220, .18); }
.held-weiter span { position: absolute; inset: 0; background: var(--messing); animation: weiter 2.4s var(--weich) infinite 3s; transform: translateY(-100%); }
@keyframes weiter { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* Einstieg: Reihenfolge nach dem Öffnen der Tür */
.js .zeile > span { transform: translateY(105%); transition: transform 1.2s var(--weich); }
.js .zeile:nth-child(2) > span { transition-delay: .1s; }
.js .held-teil { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--weich), transform 1s var(--weich); }
.bereit .zeile > span { transform: none; transition-delay: 1.15s; }
.bereit .zeile:nth-child(2) > span { transition-delay: 1.27s; }
.bereit .held-teil { opacity: 1; transform: none; transition-delay: 1.5s; }
.bereit .held-fuss { transition-delay: 1.62s; }

/* ---------- Einblenden beim Scrollen ---------- */
.js .zeige { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--weich) var(--d, 0s), transform 1s var(--weich) var(--d, 0s); }
.js .zeige.sichtbar { opacity: 1; transform: none; }
/* Bilder öffnen sich von der Mitte aus wie eine Schiebetür */
.js .zeige-tuer { clip-path: inset(0 50% 0 50%); transition: clip-path 1.5s var(--tuer) var(--d, 0s); }
.js .zeige-tuer > img { transform: scale(1.18); transition: transform 2s var(--weich) var(--d, 0s); }
.js .zeige-tuer.sichtbar { clip-path: inset(0 0 0 0); }
.js .zeige-tuer.sichtbar > img { transform: scale(1); }

/* ---------- Fakten ---------- */
.fakten { background: var(--nuss-tief); color: var(--hell-leise); border-top: 1px solid var(--linie-hell); }
.fakten-raster { display: grid; grid-template-columns: repeat(3, 1fr); }
.fakt { padding: clamp(36px, 5vw, 64px) clamp(20px, 3vw, 44px); border-left: 1px solid var(--linie-hell); }
.fakt:first-child { border-left: 0; padding-left: 0; }
.fakt-gross { display: flex; align-items: center; gap: 16px; min-height: 72px; margin-bottom: 14px; }
.fakt-zahl, .fakt-wort { font: 350 clamp(48px, 5.5vw, 72px)/1 var(--serif); color: var(--hell); letter-spacing: -.03em; }
.fakt-wort { font-style: italic; color: var(--messing); }
.fakt-text { margin: 0; font-size: 16px; max-width: 32ch; }
.sterne { position: relative; display: inline-flex; font-size: 22px; }
.sterne svg { fill: currentColor; stroke: none; }
.sterne-leer { display: flex; gap: 3px; color: rgba(241, 232, 220, .16); }
.sterne-voll { position: absolute; inset: 0 auto 0 0; display: flex; gap: 3px; overflow: hidden; color: var(--messing); width: calc(var(--wert) * 100%); transition: width 1.8s var(--weich) .4s; white-space: nowrap; }
.js .fakt:not(.sichtbar) .sterne-voll { width: 0; }

/* ---------- Leistungen ---------- */
.leistungen { padding: var(--abstand) 0; }
.leist-raster { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.leist-liste { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--linie); }
.leist { border-bottom: 1px solid var(--linie); }
.leist-knopf {
  display: grid; grid-template-columns: 56px 1fr auto; align-items: baseline; gap: 12px;
  width: 100%; padding: 28px 0; background: none; border: 0; cursor: pointer; text-align: left; color: var(--tinte);
}
.leist-nr { font-size: 13px; font-weight: 600; letter-spacing: .1em; color: var(--eiche); }
.leist-name { font: 400 clamp(26px, 2.8vw, 40px)/1.1 var(--serif); letter-spacing: -.02em; transition: transform .6s var(--weich), color .4s; }
.leist-pfeil { font-size: 24px; align-self: center; color: var(--eiche); opacity: 0; transform: translateX(-12px); transition: opacity .4s, transform .5s var(--weich); }
.leist-knopf:hover .leist-name { transform: translateX(10px); }
.leist.aktiv .leist-name { font-style: italic; color: var(--eiche-dunkel); transform: translateX(10px); }
.leist.aktiv .leist-pfeil, .leist-knopf:hover .leist-pfeil { opacity: 1; transform: none; }
.leist-mehr { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .6s var(--weich); }
.leist-mehr > * { overflow: hidden; }
.leist-mehr p { margin: 0; padding-left: 68px; max-width: 48ch; }
.leist.aktiv .leist-mehr { grid-template-rows: 1fr; }
.leist.aktiv .leist-mehr p { padding-bottom: 30px; }
.leist-handybild { display: none; }

.leist-buehne { position: sticky; top: 100px; aspect-ratio: 4 / 5; overflow: hidden; background: var(--span); border-radius: 2px; }
.buehne-bild { position: absolute; inset: 0; margin: 0; clip-path: inset(0 0 0 100%); transition: clip-path 1.1s var(--tuer); }
.buehne-bild img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.8s var(--weich); }
.buehne-bild.ist-oben { clip-path: inset(0 0 0 0); z-index: 2; }
.buehne-bild.ist-oben img { transform: scale(1); }
.buehne-bild.war-oben { clip-path: inset(0 0 0 0); z-index: 1; }
.buehne-zaehler { position: absolute; right: 20px; bottom: 16px; z-index: 3; margin: 0; padding: 6px 12px; background: rgba(28, 20, 16, .6); backdrop-filter: blur(6px); color: var(--hell); font-size: 13px; font-weight: 600; letter-spacing: .1em; border-radius: 2px; }

/* ---------- Ablauf ---------- */
.ablauf { padding: var(--abstand) 0; background: var(--nuss); color: var(--hell-leise); position: relative; overflow: hidden; }
.ablauf::before { content: ''; position: absolute; inset: 0; background: url('bilder/16_eiche-textur.jpg') center / cover; opacity: .035; mix-blend-mode: screen; pointer-events: none; }
.schritte { position: relative; --f: 0; }
.maserung { position: absolute; top: 0; bottom: 0; left: 50%; width: 60px; height: 100%; margin-left: -30px; overflow: visible; }
.maserung path { stroke-width: 2; vector-effect: non-scaling-stroke; }
.maserung-grund { stroke: var(--linie-hell); }
.maserung-linie { stroke: var(--messing); stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--f)); }
.maserung-fein { stroke-width: 1 !important; opacity: .45; stroke-dashoffset: calc(1 - var(--f) * .96); }
.schritte-liste { list-style: none; margin: 0; padding: 0; position: relative; }
.schritt { position: relative; display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; padding: clamp(28px, 4vw, 56px) 0; }
.schritt::before {
  content: ''; position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px;
  border-radius: 50%; background: var(--nuss); border: 1px solid var(--hell-leise);
  transition: background .5s, border-color .5s, box-shadow .5s, transform .6s var(--weich);
}
.schritt.erreicht::before { background: var(--messing); border-color: var(--messing); box-shadow: 0 0 0 8px rgba(201, 160, 99, .14), 0 0 26px rgba(201, 160, 99, .5); transform: scale(1.15); }
.schritt-bild { grid-column: 1; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 2px; }
.schritt-bild img { width: 100%; height: 100%; object-fit: cover; }
.schritt-text { grid-column: 3; max-width: 42ch; transition: opacity .6s; }
.schritt:nth-child(even) .schritt-bild { grid-column: 3; grid-row: 1; }
.schritt:nth-child(even) .schritt-text { grid-column: 1; grid-row: 1; justify-self: end; text-align: right; }
.schritt-nr { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--messing); margin-bottom: 12px; }
.schritt h3 { font-size: clamp(30px, 3.2vw, 46px); color: var(--hell); margin-bottom: 16px; }
.schritt p:last-child { margin: 0; }
.js .schritt:not(.erreicht) .schritt-text { opacity: .35; }

/* ---------- Band ---------- */
.band { position: relative; isolation: isolate; min-height: clamp(460px, 82vh, 820px); display: flex; align-items: center; overflow: hidden; background: var(--nuss-tief); }
.band-bild { position: absolute; inset: -12% 0; z-index: -2; transform: translate3d(0, var(--p, 0px), 0); }
.band-bild img { width: 100%; height: 100%; object-fit: cover; }
.band-bild::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28, 20, 16, .85), rgba(28, 20, 16, .45) 70%, rgba(28, 20, 16, .3)); }
.band .korn { opacity: .07; }
.band-zitat { margin: 0; }
.band-zitat p { font: 350 clamp(44px, 7vw, 104px)/1 var(--serif); color: var(--hell); letter-spacing: -.035em; margin-bottom: 28px; max-width: 12ch; }
.band-zitat em { color: var(--messing); }
.band-zitat footer { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--hell-leise); }

/* ---------- Stimmen ---------- */
.stimmen { padding: var(--abstand) 0; }
.stimmen-raster { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 20px; align-items: stretch; }
.stimme { position: relative; margin: 0; padding: clamp(28px, 3vw, 44px); background: #fbf8f3; border: 1px solid var(--linie); border-radius: 2px; display: flex; flex-direction: column; transition: transform .6s var(--weich), box-shadow .6s var(--weich), opacity 1s var(--weich) var(--d, 0s); }
.stimme:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(42, 31, 24, .35); }
.stimme::before { content: '«'; position: absolute; right: 24px; top: 4px; font: italic 300 120px/1 var(--serif); color: var(--span); pointer-events: none; }
.stimme-sterne { display: flex; gap: 3px; color: var(--eiche); font-size: 17px; margin-bottom: 24px; }
.stimme-sterne svg { fill: currentColor; stroke: none; }
.stimme blockquote { margin: 0 0 28px; flex: 1; }
.stimme blockquote p { position: relative; font: 400 clamp(22px, 2vw, 28px)/1.3 var(--serif); color: var(--tinte); letter-spacing: -.01em; margin: 0; }
.stimme figcaption { display: flex; flex-direction: column; font-size: 15px; padding-top: 20px; border-top: 1px solid var(--linie); }
.stimme figcaption strong { color: var(--tinte); font-weight: 600; }
.stimme-schnitt { background: var(--nuss); border-color: var(--nuss); color: var(--hell-leise); justify-content: space-between; }
.stimme-schnitt::before { display: none; }
.schnitt-zahl { font: 300 clamp(80px, 9vw, 128px)/.9 var(--serif); color: var(--messing); letter-spacing: -.05em; margin: 0 0 16px; }
.schnitt-zahl span { font-size: .3em; color: var(--hell-leise); letter-spacing: 0; margin-left: 6px; }
.stimme-schnitt .textlink { color: var(--hell); align-self: flex-start; }

/* ---------- Region ---------- */
.region { background: var(--span); padding-bottom: var(--abstand); overflow: hidden; }
.region-bild { height: clamp(260px, 46vw, 560px); overflow: hidden; }
.region-bild img { width: 100%; height: 100%; object-fit: cover; }
.region-inhalt { padding-top: clamp(56px, 8vw, 104px); }
.region .kopfzeile { margin-bottom: 40px; display: grid; grid-template-columns: 1fr auto; column-gap: 48px; align-items: end; }
.region .etikett { grid-column: 1 / -1; justify-self: start; }
.region .kopfzeile-text { margin: 0; }
.laufband { overflow: hidden; border-block: 1px solid var(--linie); padding: 18px 0; margin-bottom: 40px; }
.laufband-spur { display: flex; width: max-content; animation: laufband 42s linear infinite; }
.laufband span { font: italic 300 clamp(48px, 8vw, 112px)/1 var(--serif); color: transparent; -webkit-text-stroke: 1px var(--eiche); padding-right: .6em; letter-spacing: -.02em; }
.laufband span:nth-child(3n+1) { color: var(--tinte); -webkit-text-stroke: 0; font-style: normal; }
@keyframes laufband { to { transform: translateX(-50%); } }
.orte { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 auto; }
.orte li { padding: 10px 18px; border: 1px solid rgba(42, 31, 24, .25); border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--tinte); background: rgba(255, 255, 255, .25); }
.orte .orte-mehr { border-style: dashed; color: var(--text); }

/* ---------- Über ---------- */
.ueber { padding: var(--abstand) 0; }
.ueber-raster { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(40px, 7vw, 112px); align-items: center; }
.portraet { margin: 0; }
.portraet-platz {
  position: relative; aspect-ratio: 4 / 5; display: grid; place-content: center; justify-items: center; gap: 14px;
  background: linear-gradient(rgba(42, 31, 24, .55), rgba(42, 31, 24, .75)), url('bilder/09_holz-detail.jpg') center / cover;
  color: var(--hell); border-radius: 2px; overflow: hidden;
}
.portraet-platz svg { font-size: 64px; stroke-width: 1; color: var(--messing); }
.portraet-platz span { font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.portraet-platz::after { content: ''; position: absolute; inset: 16px; border: 1px dashed rgba(241, 232, 220, .35); }
.portraet figcaption { margin-top: 14px; font-size: 14px; color: var(--text); }
.ueber-text .titel { margin-bottom: 32px; font-size: clamp(38px, 4.6vw, 64px); max-width: none; }
.ueber-text > p:not(.etikett) { max-width: 52ch; }
.haken { list-style: none; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid var(--linie); display: grid; gap: 10px; }
.haken li { display: flex; gap: 14px; align-items: center; color: var(--tinte); font-weight: 500; }
.haken li::before { content: ''; width: 18px; height: 1px; background: var(--eiche); }

/* ---------- Kontakt ---------- */
.kontakt { padding: var(--abstand) 0; background: var(--nuss); color: var(--hell-leise); }
.kontakt .titel { color: var(--hell); margin-bottom: 28px; }
.kontakt em { color: var(--messing); }
.kontakt .etikett { color: var(--messing); }
.kontakt-raster { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.kontakt-info > p:not(.etikett) { max-width: 42ch; }
.kontakt-liste { list-style: none; margin: 36px 0; padding: 0; display: grid; gap: 16px; }
.kontakt-liste li { display: flex; gap: 16px; align-items: flex-start; color: var(--hell); }
.kontakt-liste svg { font-size: 22px; margin-top: 3px; color: var(--messing); }
.kontakt-liste a { text-decoration: none; border-bottom: 1px solid var(--linie-hell); overflow-wrap: anywhere; transition: border-color .3s; }
.kontakt-liste a:hover { border-color: var(--messing); }
.karte { position: relative; aspect-ratio: 16 / 10; border-radius: 2px; overflow: hidden; background: var(--nuss-hell); }
.karte iframe { width: 100%; height: 100%; border: 0; filter: sepia(.35) saturate(.8) contrast(.95); }
.karte-link { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--nuss); color: var(--hell); font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 2px; }

.anfrage { position: sticky; top: 96px; padding: clamp(24px, 3.5vw, 48px); background: var(--leinen); color: var(--text); border-radius: 2px; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6); }
.anfrage-kopf { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.anfrage-kopf h3 { font-size: 34px; }
.anfrage-stand { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: .08em; color: var(--eiche-dunkel); }
.anfrage-balken { height: 2px; background: var(--linie); margin-bottom: 32px; overflow: hidden; }
.anfrage-balken span { display: block; height: 100%; width: 33.34%; background: var(--eiche); transition: width .6s var(--weich); }
.anfrage-schritt { border: 0; margin: 0; padding: 0; min-width: 0; }
.anfrage-schritt.aktiv { animation: schritt-rein .6s var(--weich); }
@keyframes schritt-rein { from { opacity: 0; transform: translateX(18px); } }
.anfrage legend { padding: 0; margin-bottom: 20px; font: 400 clamp(24px, 2.2vw, 30px)/1.15 var(--serif); color: var(--tinte); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid rgba(42, 31, 24, .25); border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--tinte); transition: background .3s, border-color .3s, color .3s; }
.chips label:hover span { border-color: var(--tinte); }
.chips input:checked + span { background: var(--nuss); border-color: var(--nuss); color: var(--hell); }
.chips input:focus-visible + span { outline: 2px solid var(--eiche); outline-offset: 2px; }
.feld { display: block; margin-bottom: 20px; }
.feld span, .feld-titel { display: block; font-size: 14px; font-weight: 600; color: var(--tinte); margin-bottom: 8px; }
.feld input, .feld textarea {
  width: 100%; padding: 14px 0; background: transparent; border: 0; border-bottom: 1px solid rgba(42, 31, 24, .3); border-radius: 0;
  font: 400 17px/1.4 var(--grotesk); color: var(--tinte); resize: vertical; transition: border-color .3s;
}
.feld input:focus, .feld textarea:focus { outline: none; border-bottom-color: var(--eiche-dunkel); box-shadow: 0 1px 0 var(--eiche-dunkel); }
.feld input::placeholder, .feld textarea::placeholder { color: #9d8d7f; }
.anfrage-fehler { min-height: 1.4em; margin: 0; font-size: 15px; color: #a13d22; }
.anfrage-knoepfe { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.anfrage-knoepfe #anfrage-zurueck { margin-right: auto; }
.anfrage-fertig { text-align: center; padding: 24px 0 8px; animation: schritt-rein .6s var(--weich); }
.anfrage-fertig svg { font-size: 56px; color: var(--eiche); stroke-width: 1.2; margin: 0 auto 16px; }
.anfrage-fertig h3 { font-size: 40px; margin-bottom: 12px; }
.anfrage-fertig p { max-width: 36ch; margin: 0 auto; }
.anfrage-fertig:focus { outline: none; }

/* ---------- Fuss ---------- */
.fuss { background: var(--nuss-tief); color: var(--hell-leise); padding: 64px 0 48px; font-size: 15px; }
.fuss-raster { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 32px; }
.fuss-marke { font: 400 34px/1 var(--serif); color: var(--hell); margin-bottom: 14px; }
.fuss a { color: var(--hell); text-decoration-color: rgba(241, 232, 220, .3); text-underline-offset: 4px; }
.fuss-klein p { font-size: 14px; }
.fuss strong { color: var(--hell); font-weight: 600; }

.leiste { display: none; }

/* ---------- Tablet ---------- */
@media (max-width: 1020px) {
  .nav { display: none; }
  .stimmen-raster { grid-template-columns: 1fr 1fr; }
  .stimme-schnitt { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 24px; flex-wrap: wrap; }
  .stimme-schnitt .schnitt-zahl { margin: 0; }
  .stimme-schnitt p:not(.schnitt-zahl) { margin: 0; flex: 1; min-width: 180px; }
}

/* ---------- Handy ---------- */
@media (max-width: 860px) {
  body { font-size: 17px; padding-bottom: 72px; }
  .kopf .knopf-klein { display: none; }
  .kopf-innen { height: 72px; }
  .held-weiter { display: none; }

  .fakten-raster { grid-template-columns: 1fr; }
  .fakt { border-left: 0; border-top: 1px solid var(--linie-hell); padding: 32px 0; }
  .fakt:first-child { border-top: 0; }
  .fakt-gross { min-height: 0; }

  /* Leistungen werden zur Galerie zum Wischen */
  .leist-raster { display: block; }
  .leist-buehne { display: none; }
  .leist-liste { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; margin-inline: calc(var(--rand) * -1); padding: 0 var(--rand) 12px; scrollbar-width: none; }
  .leist-liste::-webkit-scrollbar { display: none; }
  .leist { flex: 0 0 84%; scroll-snap-align: start; border: 0; background: #fbf8f3; border-radius: 2px; overflow: hidden; display: flex; flex-direction: column; }
  .leist-knopf { order: 2; padding: 20px 20px 8px; grid-template-columns: 40px 1fr; cursor: default; }
  .leist-pfeil { display: none; }
  .leist-name { font-size: 26px; }
  .leist.aktiv .leist-name, .leist-knopf:hover .leist-name { transform: none; font-style: normal; color: var(--tinte); }
  .leist-mehr { display: contents; }
  .leist-mehr > * { overflow: visible; }
  .leist-handybild { display: block; order: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
  .leist-mehr p, .leist.aktiv .leist-mehr p { order: 3; padding: 0 20px 24px; font-size: 16px; }

  .maserung { left: 10px; margin-left: 0; width: 40px; }
  .schritt { grid-template-columns: 1fr; padding: 28px 0 28px 56px; gap: 20px; }
  .schritt::before { left: 30px; top: 40px; }
  .schritt .schritt-bild, .schritt:nth-child(even) .schritt-bild { grid-column: 1; grid-row: 1; }
  .schritt .schritt-text, .schritt:nth-child(even) .schritt-text { grid-column: 1; grid-row: 2; justify-self: start; text-align: left; }

  .band-bild::after { background: rgba(28, 20, 16, .62); }
  .stimmen-raster { grid-template-columns: 1fr; }
  .region .kopfzeile { grid-template-columns: 1fr; }
  .region .kopfzeile-text { margin-top: 20px; }
  .ueber-raster, .kontakt-raster { grid-template-columns: 1fr; }
  .portraet { max-width: 420px; }
  .anfrage { position: static; }
  .fuss-raster { grid-template-columns: 1fr; }

  .leiste {
    display: grid; grid-template-columns: auto 1fr; gap: 8px;
    position: fixed; inset: auto 0 0; z-index: 60;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(28, 20, 16, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    transform: translateY(110%); transition: transform .5s var(--weich);
  }
  .leiste.zeigen { transform: none; }
  .leiste a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(241, 232, 220, .3); border-radius: 2px; color: var(--hell); text-decoration: none; font-weight: 600; font-size: 15px; }
  .leiste .leiste-haupt { background: var(--messing); border-color: var(--messing); color: var(--nuss); }
}

@media (max-width: 420px) {
  .held-knoepfe { width: 100%; }
  .held-knoepfe .knopf { flex: 1 1 100%; }
}

/* ---------- Bewegung reduzieren: alles aus ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .tuer { display: none; }
  .js .zeige, .js .held-teil, .js .zeile > span { opacity: 1; transform: none; }
  .js .zeige-tuer { clip-path: none; }
  .js .zeige-tuer > img, .held-bild img { transform: none; }
  .js .fakt:not(.sichtbar) .sterne-voll { width: calc(var(--wert) * 100%); }
  .js .schritt:not(.erreicht) .schritt-text { opacity: 1; }
  .band-bild { transform: none; }
  .laufband-spur { transform: none; }
}
