#content{min-height:48vh}.section{padding:8rem 2.5rem}.section__inner{max-width:var(--content-width);margin:0 auto}.hero{--hero-image:url("/assets/media/home/hero-baumpflege.jpg");position:relative;min-height:calc(100vh - var(--header-height));display:grid;align-items:center;background:linear-gradient(180deg,rgba(10,30,14,0.3),rgba(10,30,14,0.82)),var(--hero-image) center / cover;color:#fff;padding:8rem 2.5rem;overflow:hidden}.hero::after{content:"";position:absolute;left:-6%;right:-6%;bottom:-76px;height:148px;border-radius:50% 50% 0 0 / 70% 70% 0 0;background:var(--color-surface)}.hero__inner{position:relative;z-index:1;width:min(var(--content-width),100%);margin:0 auto;text-align:center}.hero h1{max-width:1000px;margin:-0.2em auto 0;font-size:clamp(2.25rem,5vw,3.6rem);line-height:1.2em;font-weight:400;text-shadow:0 0 15px rgba(10,30,14,0.8)}.intro{background:var(--color-surface)}.intro h2,.compact-section h2,.services__header h2,.about__header h2,.projects__header h2,.contact__header h2{margin:0;max-width:1000px;color:var(--color-ink);font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.2em;font-weight:600}.intro p,.compact-section p,.services__header p,.projects__header p,.contact__header p{max-width:760px;margin:1rem 0 0;color:var(--color-muted);font-size:1rem}.compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--color-line);border:1px solid var(--color-line)}.compact-section{background:var(--color-panel);padding:2rem}@media (max-width:860px){.section{padding:4rem 1.25rem}.hero{min-height:68vh;padding:5rem 1.25rem}.compact-grid{grid-template-columns:1fr}}