:root {
  --navy: #12304b;
  --navy-deep: #0b263d;
  --red: #93453f;
  --red-dark: #783630;
  --sage: #6f8069;
  --cream: #f7f1e8;
  --stone: #ece8e0;
  --paper: #fffdf9;
  --ink: #173047;
  --muted: #607080;
  --line: #d9d5cd;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 48, 75, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.62; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, dd { overflow-wrap: break-word; }
.shell { width: min(100% - 36px, 1180px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 7px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, .96); border-bottom: 1px solid rgba(18, 48, 75, .12); backdrop-filter: blur(12px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; line-height: 1.05; }
.brand img { width: 38px; height: 26px; object-fit: contain; }
.brand span { display: grid; gap: 4px; }
.brand strong { color: var(--navy); font-size: .76rem; }
.brand small { color: var(--red); font-weight: 800; font-size: .68rem; }
.menu-toggle { border: 1px solid var(--line); background: var(--white); color: var(--navy); border-radius: 9px; padding: 8px 10px; display: inline-flex; align-items: center; gap: 7px; font: inherit; font-weight: 800; }
.menu-toggle span { width: 18px; display: grid; gap: 3px; }
.menu-toggle i { height: 2px; background: currentColor; border-radius: 2px; }
.site-nav { display: none; position: absolute; inset: 70px 0 auto; padding: 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: 11px 18px; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--line); }
.header-phone { display: none; color: var(--navy); font-weight: 900; text-decoration: none; white-space: nowrap; }

.hero { padding: 34px 0 0; background: linear-gradient(135deg, #fffaf3 0%, #f7efe4 58%, #eef3ed 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; gap: 25px; }
.kicker { margin: 0 0 10px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; color: var(--navy); }
h1 { margin-bottom: 17px; max-width: 15ch; font-size: clamp(2.18rem, 9vw, 4.75rem); }
h2 { margin-bottom: 18px; font-size: clamp(1.85rem, 6.2vw, 3.25rem); }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.hero-lead { margin: 0; max-width: 62ch; color: #42566a; font-size: 1rem; }
.hero-actions { display: grid; gap: 10px; margin-top: 22px; }
.button { min-height: 48px; padding: 12px 17px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 850; line-height: 1.25; text-align: center; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary, .button--submit { color: var(--white); background: var(--red); }
.button--primary:hover, .button--submit:hover { background: var(--red-dark); }
.button--outline { color: var(--navy); background: rgba(255,255,255,.75); border-color: var(--navy); }
figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--stone); }
figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
figcaption { position: absolute; right: 8px; bottom: 8px; padding: 3px 7px; color: var(--white); background: rgba(11,38,61,.78); border-radius: 4px; font-size: .61rem; }
.city-line { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--navy); border-radius: 14px 14px 0 0; overflow: hidden; }
.city-line span { padding: 10px 8px; font-size: .67rem; font-weight: 850; text-align: center; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }

.section { padding: 70px 0; }
.section-heading { max-width: 580px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--light h2, .section-heading--light h3, .section-heading--light p { color: var(--white); }
.intro { background: var(--white); }
.intro-grid { display: grid; gap: 25px; }
.intro-copy { border-left: 3px solid var(--red); padding-left: 19px; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy p:last-child { margin-bottom: 0; }
.layer-list { margin-top: 38px; border-top: 1px solid var(--line); }
.layer-list article { padding: 22px 0; display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; border-bottom: 1px solid var(--line); }
.layer-list span { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.layer-list h3, .layer-list p { margin-bottom: 0; }
.layer-list p { margin-top: 0; color: var(--muted); }

.handover { background: var(--cream); }
.split { display: grid; gap: 34px; align-items: center; }
.split-copy p { color: #4e6070; }
.split-copy p:first-of-type { color: var(--red); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 20px 0 14px; list-style: none; }
.tags li { padding: 5px 10px; color: var(--red-dark); background: #f0dfd8; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.text-link { display: inline-block; color: var(--navy); font-weight: 900; text-underline-offset: 4px; }
.text-link::after { content: " ›"; color: var(--red); }

.contract { color: var(--white); background: linear-gradient(120deg, var(--navy-deep), #24445b 64%, #69564f); }
.contract-grid { display: grid; gap: 30px; }
.contract-points { display: grid; gap: 12px; }
.contract-points article { padding: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.contract-points b { display: block; margin-bottom: 14px; color: #f3cfc3; font-size: .8rem; }
.contract-points h3 { color: var(--white); }
.contract-points p { margin: 0; color: #e2e9ee; }

.location { background: var(--white); }
.roles { background: #f1f4ef; }
.role-grid { display: grid; gap: 14px; margin-top: 32px; }
.role-grid article { padding: 24px; background: var(--white); border: 1px solid #d7ddd3; border-top: 4px solid var(--sage); border-radius: 12px; }
.role-grid span { display: inline-block; margin-bottom: 18px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.role-grid p { color: var(--muted); }
.role-grid a { color: var(--navy); font-weight: 900; text-underline-offset: 4px; }

.facts { background: var(--cream); }
.facts-grid { display: grid; gap: 30px; }
.facts dl { margin: 0; border-top: 1px solid #cec8be; }
.facts dl div { padding: 16px 0; border-bottom: 1px solid #cec8be; }
.facts dt { color: var(--navy); font-weight: 900; }
.facts dd { margin: 4px 0 0; color: var(--muted); }

.process { background: var(--white); }
.process-list { display: grid; gap: 14px; padding: 0; margin: 34px 0 0; list-style: none; }
.process-list li { padding: 22px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 25px rgba(18,48,75,.05); }
.process-list span { width: 34px; height: 34px; margin-bottom: 14px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-weight: 900; }
.process-list p { margin: 0; color: var(--muted); }

.inquiry { padding: 72px 0; color: var(--white); background: var(--navy); outline: none; }
.inquiry-grid { display: grid; gap: 32px; align-items: start; }
.inquiry h2 { color: var(--white); }
.inquiry-copy > p:not(.kicker) { color: #dce7ee; }
.kicker--light { color: #f3cfc3; }
.form-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.form-topics span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.contact-form { padding: 20px; color: var(--ink); background: var(--paper); border-radius: 14px; box-shadow: var(--shadow); }
.contact-form fieldset { padding: 0; margin: 0 0 18px; border: 0; }
.contact-form legend { margin-bottom: 9px; font-weight: 900; }
.intent-grid { display: grid; gap: 7px; }
.intent-grid label { display: flex; align-items: flex-start; gap: 9px; padding: 10px; background: var(--cream); border: 1px solid transparent; border-radius: 7px; cursor: pointer; }
.intent-grid label:has(input:checked) { border-color: var(--red); background: #f6e7e0; }
.intent-grid input { margin-top: 4px; accent-color: var(--red); }
.contact-form > label:not(.consent) { display: block; margin: 13px 0 5px; font-size: .82rem; font-weight: 850; }
input, textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: var(--white); border: 1px solid #bdc6cc; border-radius: 6px; font: inherit; }
textarea { resize: vertical; }
input:focus, textarea:focus, summary:focus, a:focus-visible, button:focus-visible { outline: 3px solid rgba(147,69,63,.28); outline-offset: 2px; }
.personal-details { margin: 17px 0; border: 1px solid var(--line); border-radius: 8px; }
.personal-details summary { padding: 11px 13px; font-weight: 850; cursor: pointer; }
.personal-grid { display: grid; gap: 9px; padding: 0 13px 14px; }
.personal-grid label { font-size: .78rem; font-weight: 800; }
.personal-grid input { margin-top: 4px; }
.consent { display: flex; align-items: flex-start; gap: 9px; font-size: .78rem; }
.consent input { width: auto; margin-top: 4px; accent-color: var(--red); }
.consent a { color: var(--navy); font-weight: 850; }
.button--submit { width: 100%; margin-top: 16px; border: 0; font: inherit; cursor: pointer; }
.form-hint, .form-status { margin-bottom: 0; color: var(--muted); font-size: .73rem; }
.form-status { min-height: 1.2em; color: var(--red-dark); font-weight: 800; }

.contact-section { padding: 58px 0; color: var(--white); background: var(--navy-deep); }
.contact-card { display: grid; gap: 28px; }
.contact-card h2 { color: var(--white); }
.contact-card p { margin-bottom: 0; color: #dce7ee; }
.contact-card address { display: grid; gap: 4px; font-style: normal; }
.contact-card address span { margin-top: 8px; color: #f3cfc3; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.contact-card address a { color: var(--white); font-size: 1.05rem; font-weight: 900; text-decoration: none; }
.site-footer { padding: 18px 0; color: #cbd8e1; background: #071d2f; font-size: .76rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 14px; }
.footer-grid nav { display: flex; gap: 13px; }

@media (min-width: 620px) {
  .shell { width: min(100% - 56px, 1180px); }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .city-line { grid-template-columns: repeat(4, 1fr); }
  .city-line span { padding: 13px 10px; border-bottom: 0; }
  .layer-list { display: grid; grid-template-columns: 1fr 1fr; }
  .layer-list article:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--line); }
  .layer-list article:nth-child(even) { padding-left: 24px; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .personal-grid { grid-template-columns: 1fr 1fr; }
  .contact-form { padding: 28px; }
}

@media (min-width: 860px) {
  .site-header { position: relative; }
  .header-inner { min-height: 84px; }
  .brand img { width: 48px; height: 32px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 20px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { padding: 6px 0; border: 0; font-size: .82rem; }
  .header-phone { display: inline; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
  .hero-figure { transform: translateY(12px); }
  .city-line { margin-top: 60px; }
  .section { padding: 100px 0; }
  .intro-grid, .contract-grid, .facts-grid { grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
  .layer-list { grid-template-columns: repeat(4, 1fr); }
  .layer-list article { padding: 24px !important; display: block; border-right: 1px solid var(--line); }
  .layer-list article:last-child { border-right: 0; }
  .layer-list span { margin-bottom: 24px; }
  .split { grid-template-columns: 1fr 1fr; gap: 72px; }
  .split--image-first figure { order: -1; }
  .contract-points { grid-template-columns: repeat(3, 1fr); }
  .role-grid { grid-template-columns: repeat(4, 1fr); }
  .inquiry-grid { grid-template-columns: .8fr 1.2fr; gap: 80px; }
  .contact-card { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 1200px) {
  .hero-grid { grid-template-columns: .82fr 1.18fr; }
  .hero-copy { padding-left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.website-field { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }


/* V08: robuste Mobilnavigation, AWZ-Unternehmensprofil und Kontakt */
.awz-about {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: #f3f6f8;
  color: #102d43;
}

.awz-about__inner,
.awz-contact__inner {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
}

.awz-about__eyebrow {
  margin: 0 0 0.65rem;
  color: #9a692d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.awz-about h2,
.awz-contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.awz-about__inner > p {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.personal-details summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.personal-details summary small {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.form-note {
  margin: 0.7rem 0 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.78;
}

.awz-contact {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: #0b2d4f;
  color: #fff;
}

.awz-contact__eyebrow {
  margin: 0 0 0.65rem;
  color: #e0b16a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.awz-contact__name {
  margin: 1rem 0 0;
  color: rgba(255,255,255,0.8);
}

.awz-contact__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.awz-contact__details a {
  display: flex;
  min-height: 76px;
  padding: 1rem 1.1rem;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.awz-contact__details span {
  margin-bottom: 0.25rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awz-contact__details strong {
  font-size: clamp(0.94rem, 1.45vw, 1.1rem);
}

@media (max-width: 820px) {
  header .menu-toggle,
  .site-header .menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  header .site-nav,
  .site-header .site-nav {
    display: none !important;
  }

  header .site-nav[data-open="true"],
  .site-header .site-nav[data-open="true"] {
    display: flex !important;
  }

  .awz-about__inner,
  .awz-contact__inner {
    grid-template-columns: 1fr;
  }

  .awz-contact__details {
    grid-template-columns: 1fr;
  }
}


/* V08: eindeutiger Kontrast im Kontaktbereich */
.awz-contact h2 { color: #fff !important; }
.awz-contact__name { color: rgba(255,255,255,0.82) !important; }
