/* Holzseite: ruhige Beratungsabschnitte unter der bestehenden Galerie. */
.holz-breite { width: min(1200px, 100%); margin: 0 auto; }
.holz-abschnitt { padding: 76px 48px; background: var(--bg); scroll-margin-top: 90px; }
.holz-getoent { background: var(--cream); }
.holz-ratgeber h2 { font-size: clamp(28px, 3.1vw, 40px); line-height: 1.2; text-wrap: balance; margin: 0 0 20px; }
.holz-ratgeber h3 { font-size: 23px; line-height: 1.3; margin: 0 0 14px; }
.holz-ratgeber p:not(.holz-vorzeile), .holz-ratgeber dd { font-size: 17px; line-height: 1.75; color: var(--ink-soft); margin: 0; }
.holz-ratgeber .holz-vorzeile { font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #805725; margin: 0 0 16px; }
.holz-einstieg { padding: 62px 48px 24px; background: var(--bg); border-bottom: 1px solid var(--line); }
.holz-einstieg > .holz-breite { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 60px; align-items: center; }
.holz-einstieg h2 { margin-bottom: 0; }
.holz-sprung { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px 28px; padding-top: 10px; }
.holz-sprung a, .holz-link { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; font-size: 16px; line-height: 1.5; color: var(--ink); text-decoration: underline; text-decoration-color: var(--bronze); text-underline-offset: 5px; }
.holz-link { font-weight: 600; }
.holz-sprung a:hover, .holz-link:hover { color: #805725; }
.holz-abschnittskopf { max-width: 790px; margin-bottom: 34px; }
.holz-bild { margin: 0; min-width: 0; }
.holz-bild picture { display: block; overflow: hidden; border-radius: 12px; cursor: zoom-in; }
.holz-bild img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.holz-bild figcaption { padding-top: 10px; font-size: 13px; line-height: 1.55; color: var(--ink-soft); }
.holz-arten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.holz-art-text { padding-top: 24px; }
.holz-weitere { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--line); margin: 36px 0 0; padding-top: 28px; }
.holz-ratgeber dt { font-size: 18px; line-height: 1.45; font-weight: 650; color: var(--ink); margin-bottom: 8px; }
.holz-varianten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.holz-varianten article { display: flex; gap: 24px; padding: 28px 0; border-top: 1px solid #bca58b; }
.holz-nummer { font-size: 32px; font-weight: 500; line-height: 1.2; color: #805725; }
.holz-wege { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 20px; }
.holz-paar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.holz-paar > div { min-width: 0; }
.holz-paar .holz-abschnittskopf { margin-bottom: 24px; }
.holz-punkte { display: grid; gap: 20px; margin: 0 0 18px; }
.holz-punkte > div { padding-top: 18px; border-top: 1px solid var(--line); }
.holz-konstruktion img { aspect-ratio: 4 / 3; }
.holz-oberflaeche img { aspect-ratio: 3 / 2; }
.holz-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 36px; }
.holz-details h3 { margin-top: 24px; }
.holz-details .holz-link { margin-top: 16px; }
.holz-details img { aspect-ratio: 4 / 3; }
.holz-details .holz-detail-licht { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; align-items: center; padding-top: 36px; border-top: 1px solid var(--line); }
.holz-detail-licht img { aspect-ratio: 16 / 9; }
.holz-detail-licht h3 { margin-top: 0; }
.holz-ablauf { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; counter-reset: ablauf; }
.holz-ablauf li { border-top: 1px solid #bca58b; padding-top: 22px; counter-increment: ablauf; }
.holz-ablauf li::before { content: '0' counter(ablauf); display: block; color: #805725; font-size: 14px; margin-bottom: 14px; }
.holz-ablauf h3 { font-size: 20px; }
.holz-stimmen-kopf { padding: 54px 48px 0; background: var(--cream); }
.holz-stimmen-kopf h2 { font-size: 28px; line-height: 1.25; margin: 0; }
@media (max-width: 1000px) {
  .holz-paar { gap: 32px; }
  .holz-details { gap: 22px; }
  .holz-ablauf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .holz-abschnitt { padding: 46px 20px; }
  .holz-einstieg { padding: 44px 20px 20px; }
  .holz-einstieg > .holz-breite, .holz-arten, .holz-paar, .holz-details, .holz-varianten, .holz-weitere, .holz-details .holz-detail-licht { grid-template-columns: 1fr; gap: 28px; }
  .holz-sprung { gap: 4px 22px; padding-top: 0; }
  .holz-abschnittskopf { margin-bottom: 28px; }
  .holz-weitere { margin-top: 28px; padding-top: 24px; }
  .holz-varianten { gap: 0; }
  .holz-varianten article { gap: 18px; padding: 24px 0; }
  .holz-wege { margin-top: 12px; }
  .holz-details img, .holz-konstruktion img, .holz-oberflaeche img { aspect-ratio: 4 / 3; max-height: 540px; }
  .holz-details .holz-detail-licht img { aspect-ratio: 16 / 9; }
  .holz-ablauf { gap: 26px; }
  .holz-stimmen-kopf { padding: 44px 20px 0; }
}
@media (max-width: 420px) { .holz-ablauf { grid-template-columns: 1fr; } }
