:root { --cream:#f5f1e9; --paper:#fbfaf6; --forest:#10372d; --ink:#18332c; --sage:#78886c; --line:#d8d8ca; --red:#d84029; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { height:100px; padding:0 4vw; display:flex; align-items:center; justify-content:space-between; background:var(--paper); position:relative; z-index:10; }
.brand { display:flex; align-items:center; gap:15px; font-weight:800; font-size:clamp(18px,2vw,31px); letter-spacing:-.04em; color:#0e332a; white-space:nowrap; }
.brand img { width:62px; height:36px; object-fit:contain; }
nav { display:flex; align-items:center; gap:3vw; font-weight:650; color:#17241f; }
nav a { padding:14px 4px; }
.nav-cta { background:var(--red); color:white; border-radius:8px; padding:14px 25px; box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--red); }
.hero { min-height:calc(100vh - 100px); position:relative; display:flex; align-items:stretch; overflow:hidden; background:#d6d8ca; }
.hero-image { position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(245,241,233,.14),rgba(245,241,233,0) 48%),url('hero-schulbus-meier.jpg'); background-size:cover; background-position:center; }
.hero-panel { position:relative; z-index:2; width:52%; min-height:760px; padding:clamp(70px,8vw,130px) 5vw 60px 4vw; background:rgba(251,250,246,.97); border-bottom-right-radius:160px; clip-path:polygon(0 0,100% 0,86% 100%,0 100%); }
.eyebrow { color:var(--red); text-transform:uppercase; letter-spacing:.16em; font-size:13px; font-weight:800; margin:0 0 22px; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(50px,5.1vw,79px); line-height:1.03; letter-spacing:-.055em; margin-bottom:27px; color:#0b352b; }
.hero-copy { max-width:640px; font-size:clamp(18px,1.35vw,22px); line-height:1.65; color:#3f4b45; }
.location { color:#66745d; font-size:17px; font-weight:650; margin:30px 0; }
.location span { color:var(--sage); margin-right:9px; }
.hero-actions { display:flex; gap:18px; flex-wrap:wrap; }
.button { display:inline-flex; min-height:58px; align-items:center; justify-content:center; padding:0 31px; border-radius:8px; font-weight:750; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--red); color:white; }
.button-secondary { border:1.5px solid var(--forest); color:var(--forest); background:rgba(255,255,255,.35); }
.trust-line { margin:54px 0 0; display:flex; align-items:center; gap:14px; font-size:16px; }
.trust-line span,.check { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#dfe6d4; color:var(--forest); font-weight:900; }
.section { padding:110px max(5vw,24px); }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:9vw; max-width:1500px; margin:auto; }
h2 { font-family:Georgia,'Times New Roman',serif; font-size:clamp(39px,4vw,62px); line-height:1.08; letter-spacing:-.035em; color:var(--forest); margin-bottom:24px; }
.intro-copy { font-size:19px; line-height:1.75; color:#58635d; padding-top:33px; }
.services { background:var(--cream); }
.section-heading { max-width:1400px; margin:0 auto 52px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1400px; margin:auto; }
.service-card { background:var(--paper); border:1px solid #e2dfd5; border-radius:22px; padding:35px; min-height:390px; display:flex; flex-direction:column; box-shadow:0 16px 40px rgba(44,55,45,.04); }
.service-number { color:var(--red); font-size:13px; font-weight:800; letter-spacing:.15em; }
.service-card h3 { font-family:Georgia,serif; color:var(--forest); font-size:30px; margin:45px 0 17px; }
.service-card p { color:#66706b; line-height:1.7; font-size:16px; }
.service-card a { margin-top:auto; font-weight:750; color:var(--forest); }
.service-card a span { color:var(--red); margin-left:7px; }
.values { display:grid; grid-template-columns:.95fr 1.05fr; gap:10vw; max-width:1500px; margin:auto; align-items:center; }
.value-row { display:grid; grid-template-columns:50px 1fr; gap:22px; padding:26px 0; border-bottom:1px solid var(--line); }
.value-row h3 { font-family:Georgia,serif; color:var(--forest); font-size:25px; margin:2px 0 8px; }
.value-row p { color:#69736e; margin:0; line-height:1.55; }
.career { background:#dfe6d4; display:grid; grid-template-columns:1.25fr .75fr; gap:8vw; align-items:center; }
.career > div:last-child { font-size:19px; line-height:1.65; }
.career .button { margin-top:15px; }
.contact { background:var(--forest); color:white; display:grid; grid-template-columns:1.1fr .9fr; gap:10vw; align-items:center; }
.contact h2 { color:white; max-width:780px; }
.contact > div:first-child > p:last-child { color:#cfddd7; font-size:18px; line-height:1.7; max-width:680px; }
.light { color:#ef806f; }
.contact-card { background:#f6f2e9; color:var(--ink); padding:40px; border-radius:18px; display:flex; flex-direction:column; gap:13px; }
.contact-card p { margin:0; }
.contact-card .contact-label { font-family:Georgia,serif; font-size:26px; color:var(--forest); font-weight:700; }
.contact-card a { color:var(--red); font-weight:750; font-size:18px; }
.contact-card small { color:#77807b; margin-top:8px; }
footer { min-height:120px; padding:28px 5vw; display:flex; align-items:center; justify-content:space-between; gap:30px; background:#092c24; color:#d7e1dd; font-size:14px; }
.footer-brand { color:white; font-size:19px; }
.footer-brand img { filter:invert(1); width:48px; }
footer p { margin:0; }
footer div { display:flex; gap:24px; }

@media (max-width:900px) {
  .site-header { height:82px; } nav a:not(.nav-cta) { display:none; }
  .brand img { width:48px; } .nav-cta { padding:11px 16px; }
  .hero { min-height:auto; display:block; padding-top:54vw; }
  .hero-image { height:58vw; min-height:350px; bottom:auto; background-position:62% center; }
  .hero-panel { width:100%; min-height:0; padding:55px 6vw 65px; clip-path:none; border-radius:42px 42px 0 0; }
  .intro,.values,.career,.contact { grid-template-columns:1fr; gap:40px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:310px; }
  .intro-copy { padding-top:0; }
}
@media (max-width:600px) {
  .site-header { padding:0 18px; } .brand { font-size:17px; gap:8px; } .brand img { width:42px; }
  h1 { font-size:44px; } .section { padding:78px 22px; }
  .hero-actions .button { width:100%; } .trust-line { margin-top:36px; }
  footer { flex-direction:column; text-align:center; padding:40px 22px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .button { transition:none; } }
