.start-abschnitt { padding: 88px 48px; background: var(--bg); }
.start-hell { background: var(--white); }
.start-breite { max-width: 1320px; margin: 0 auto; }
.start-kopf { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; margin-bottom: 36px; }
.start-vorzeile { margin: 0 0 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--bronze-deep); }
.start-abschnitt h2 { margin: 0 0 20px; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; font-weight: 700; text-wrap: balance; }
.start-kopf h2 { margin-bottom: 0; }
.start-kopf > p, .start-text > p:not(.start-vorzeile), .start-kosten p { font-size: 18px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 20px; }
.start-kopf > p { margin: 0; }
.start-abschluss { margin-top: 36px; text-align: center; }
.start-zweispaltig { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.start-motiv { margin: 0; border-radius: 14px; overflow: hidden; }
.start-motiv picture { display: block; aspect-ratio: 1 / 1; }
.start-motiv img { display: block; width: 100%; height: 100%; object-fit: cover; }
.start-planung .start-motiv img { object-position: 78% center; }
.start-motiv figcaption { padding: 14px 18px; font-size: 14px; color: var(--ink-soft); background: var(--cream); }
.start-materialien { display: grid; margin-top: 24px; }
.start-materialien a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.start-materialien a:last-child { border-bottom: 1px solid var(--line); }
.start-materialien strong { display: block; font-size: 20px; font-weight: 650; }
.start-materialien small { display: block; font-size: 16px; color: var(--ink-soft); margin-top: 4px; }
.start-materialien a > span:last-child { color: var(--bronze-deep); font-size: 24px; }
.start-materialien a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.start-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-weight: 700; font-size: 16px; color: var(--ink); text-decoration: underline; text-decoration-color: var(--bronze); text-underline-offset: 6px; }
.start-kosten { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 28px; }
.start-kosten h3 { font-size: 24px; margin-bottom: 12px; }
.start-betriebsbilder { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.start-betriebsbilder figure { margin: 0; }
.start-betriebsbilder picture { display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 14px; }
.start-betriebsbilder img { width: 100%; height: 100%; object-fit: cover; }
.start-betriebsbilder figure:first-child img { object-position: 63% center; }
.start-betriebsbilder figure:last-child img { object-position: 45% center; }
.start-betriebsbilder figcaption { font-size: 15px; line-height: 1.5; margin-top: 14px; color: var(--ink-soft); }
.start-ablauf { list-style: none; counter-reset: ablauf; margin: 28px 0; padding: 0; }
.start-ablauf li { position: relative; padding: 0 0 18px 48px; counter-increment: ablauf; }
.start-ablauf li::before { content: "0" counter(ablauf); position: absolute; left: 0; color: var(--bronze-deep); font-size: 15px; font-weight: 700; }
.start-ablauf strong, .start-ablauf span { display: block; font-size: 17px; line-height: 1.6; }
.start-ablauf span { color: var(--ink-soft); }
.start-projekt:nth-child(6) > picture img { object-position: center 30%; }
.start-abschluss .knopf { display: inline-flex; align-items: center; justify-content: center; gap: 16px; }
@media (max-width: 1100px) { .start-zweispaltig, .start-kopf { gap: 36px; } }
@media (max-width: 899px) {
  .start-abschnitt { padding: 48px 24px; }
  .start-kopf, .start-zweispaltig { grid-template-columns: 1fr; gap: 28px; }
  .start-kopf { margin-bottom: 28px; }
  .start-kopf h2 { margin-bottom: 0; }
  .start-kopf > p, .start-text > p:not(.start-vorzeile), .start-kosten p { font-size: 17px; }
  .start-motiv picture { aspect-ratio: 4 / 3; }
  .start-planung .start-motiv { order: -1; }
  .start-betriebsbilder picture { aspect-ratio: 3 / 4; }
  .start-betriebsbilder figcaption, .start-materialien small { font-size: 17px; }
}
@media (max-width: 640px) { .start-abschnitt { padding-left: 20px; padding-right: 20px; } .start-betriebsbilder { gap: 14px; } }
