:root {
  --green: #94bd1f;
  --green-dark: #617d12;
  --ink: #303435;
  --muted: #606767;
  --line: #d8dddd;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --warm: #faf9f1;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  hyphens: auto;
}

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-wrap: break-word;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
}

.brand img {
  width: min(220px, 52vw);
  height: auto;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.96rem;
  white-space: nowrap;
}

.top-nav a {
  text-decoration: none;
}

.top-nav a:hover,
.contact a:hover,
.site-footer a:hover {
  color: var(--green-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(44px, 8vw, 88px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(250, 249, 241, 0.96), rgba(250, 249, 241, 0.72)),
    url("assets/headerbild.jpg") center / cover;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 5.6vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  color: #424849;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 13px 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  overflow-wrap: break-word;
}

.button.primary {
  background: var(--green);
  color: #172000;
}

.button.secondary {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero-image {
  margin: 0;
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(48, 52, 53, 0.22);
}

.notice,
.trust,
.services,
.listings,
.region,
.contact {
  margin: 0 auto;
  padding: clamp(34px, 6vw, 68px) clamp(18px, 5vw, 64px);
}

.notice {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--ink);
  color: var(--paper);
}

.notice strong {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 1.18rem;
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.trust article {
  min-height: 150px;
  padding: 22px;
  background: var(--paper);
}

.trust strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.1rem;
}

.trust span {
  color: var(--muted);
}

.services {
  background: var(--paper);
}

.section-head {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.service-grid span {
  display: block;
  margin-bottom: 30px;
  color: var(--green-dark);
  font-weight: 700;
}

.service-grid p,
.contact p,
.listings p {
  color: var(--muted);
}

.listings {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
}

.listings .eyebrow {
  color: var(--green);
}

.listings h2 {
  max-width: 700px;
}

.listings p {
  max-width: 760px;
  margin-bottom: 0;
  color: #dce1e1;
}

.region {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  background: var(--soft);
}

.region ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.region li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--paper);
  color: #424849;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  align-items: start;
  background: var(--paper);
}

.legal-page {
  padding: clamp(44px, 8vw, 88px) clamp(18px, 5vw, 64px);
  background: var(--paper);
}

.legal-page h1 {
  max-width: 880px;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 30px 0;
}

.legal-grid section {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.legal-grid h2 {
  font-size: 1.25rem;
}

.legal-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-grid address {
  padding: 0;
  border: 0;
  background: transparent;
}

.legal-note {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--muted);
}

address {
  display: grid;
  gap: 6px;
  padding: 24px;
  border-left: 5px solid var(--green);
  background: var(--soft);
  font-style: normal;
  overflow-wrap: anywhere;
}

address strong {
  margin-bottom: 6px;
}

address a {
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header,
  .top-nav,
  .notice,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    gap: 8px;
    white-space: normal;
  }

  .mail-link,
  address a {
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: clamp(1.9rem, 10vw, 3rem);
    line-height: 1.06;
  }

  h2 {
    font-size: clamp(1.5rem, 7vw, 2.05rem);
  }

  .actions,
  .button {
    width: 100%;
  }

  .hero,
  .listings,
  .region,
  .contact,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    max-width: 420px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .trust {
    grid-template-columns: 1fr;
  }

  .trust article {
    min-height: auto;
  }
}
