:root {
  --forest: #263f35;
  --forest-deep: #172b24;
  --sage: #dfe7dc;
  --sage-light: #f0f3ec;
  --clay: #a8583f;
  --clay-deep: #85432f;
  --sand: #e8d9c3;
  --paper: #fffdf8;
  --cream: #f7f1e7;
  --ink: #20362e;
  --muted: #65736d;
  --line: #d8d9cd;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--forest-deep);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid rgba(38, 63, 53, .14);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a {
  color: var(--muted);
  font-size: .91rem;
  font-weight: 750;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--clay); }
.brand { width: 104px; margin-left: auto; display: block; text-decoration: none; }
.brand-logo { width: 100%; height: auto; }
.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid #cdd5cf;
  background: #fff;
  border-radius: 50%;
}
.menu-button > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest);
}

.hero {
  width: min(calc(100% - 3rem), 1320px);
  min-height: 690px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.35fr);
  align-items: stretch;
  background: var(--cream);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(3rem, 7vw, 7rem) clamp(2rem, 5vw, 5.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.domain-label,
.eyebrow,
.contact-kicker {
  margin: 0 0 1rem;
  color: var(--clay-deep);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero h1,
.thought-heading h2,
.decision-section h2,
.home-copy h2,
.prepare-section h2,
.contact-heading h2,
.personal-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.hero h1 {
  max-width: 670px;
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(3.3rem, 6.3vw, 6.8rem);
}
.hero-copy > p:not(.domain-label) {
  max-width: 570px;
  margin: 2rem 0 0;
  color: #50645b;
  font-size: clamp(1.08rem, 1.5vw, 1.27rem);
}
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.25rem;
  border: 0;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button-primary { color: #fff; background: var(--clay); }
.button-primary:hover,
.button-primary:focus-visible { background: var(--clay-deep); }
.text-link { color: var(--forest); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .25rem; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption {
  position: absolute;
  right: .7rem;
  bottom: .65rem;
  padding: .22rem .42rem;
  color: #fff;
  background: rgba(23, 43, 36, .78);
  font-size: .62rem;
  line-height: 1.2;
}
.hero-image { min-height: 690px; }
.hero-image::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 18%;
  background: linear-gradient(90deg, var(--cream), transparent);
  pointer-events: none;
}

.thought-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: clamp(5rem, 9vw, 9rem) auto;
  display: grid;
  grid-template-columns: 80px minmax(0, 1.05fr) minmax(280px, .75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.section-number { margin: .1rem 0 0; color: var(--clay); font-size: .8rem; font-weight: 850; letter-spacing: .14em; }
.thought-heading h2,
.prepare-section h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
.thought-copy { padding-top: 2.8rem; border-top: 1px solid var(--line); color: #52645c; font-size: 1.06rem; }
.thought-copy p { margin: 0 0 1rem; }

.decision-section { display: grid; grid-template-columns: 1fr 1fr; }
.decision-section article {
  position: relative;
  min-height: 510px;
  padding: clamp(3rem, 7vw, 7rem) max(2rem, calc((100vw - var(--max)) / 2));
  padding-right: clamp(2rem, 8vw, 8rem);
  overflow: hidden;
}
.decision-section article:first-child { color: #fff; background: var(--forest); }
.decision-section article:last-child { color: var(--forest-deep); background: var(--sage); }
.decision-mark {
  position: absolute;
  right: 2rem;
  top: 1rem;
  color: rgba(255,255,255,.10);
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}
.decision-section article:last-child .decision-mark { color: rgba(38,63,53,.09); }
.decision-section .eyebrow { color: var(--sand); }
.decision-section article:last-child .eyebrow { color: var(--clay-deep); }
.decision-section h2 { max-width: 570px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.decision-section p:not(.eyebrow) { max-width: 540px; margin: 1.5rem 0; }
.decision-section a { position: relative; z-index: 2; font-weight: 850; text-underline-offset: .25rem; }

.home-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: clamp(5rem, 10vw, 10rem) auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.home-image { min-height: 620px; border-radius: 18rem 18rem 0 0; }
.home-copy h2 { margin: .7rem 0 1.5rem; font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.home-copy > p:not(.section-number):not(.eyebrow):not(.quote-note) { color: #5b6a64; font-size: 1.08rem; }
.home-statement {
  margin: 2.6rem 0 .6rem;
  padding: 1.8rem 0 0;
  color: var(--clay-deep);
  border-top: 3px solid var(--clay);
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.35;
}
.quote-note { margin: 0; color: var(--muted); font-size: .93rem; }

.prepare-section {
  padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--cream);
}
.prepare-section ol { margin: 0; padding: 0; list-style: none; }
.prepare-section li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d8ccbb;
}
.prepare-section li:first-child { border-top: 1px solid #d8ccbb; }
.prepare-section li > span { color: var(--clay); font-size: .73rem; font-weight: 850; letter-spacing: .12em; }
.prepare-section li p { margin: 0; color: #526159; }
.prepare-section li strong { display: block; color: var(--forest-deep); }

.contact-section {
  padding: clamp(4.5rem, 9vw, 8.5rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--forest-deep);
}
.contact-heading { max-width: 690px; margin-bottom: 2.4rem; }
.contact-heading .eyebrow { color: var(--sand); }
.contact-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); }
.contact-heading > p:last-child { color: #c7d1cc; font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
form { padding: clamp(1.5rem, 4vw, 3.2rem); color: var(--ink); background: #fff; }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend { margin-bottom: .75rem; font-size: .9rem; font-weight: 850; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: .62rem .9rem;
  border: 1px solid #cfd8d3;
  background: #fff;
  font-size: .88rem;
  font-weight: 750;
}
.choice-row input:checked + span { color: #fff; border-color: var(--clay); background: var(--clay); }
.choice-row input:focus-visible + span { outline: 3px solid #e3bd78; outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-grid label { display: grid; gap: .42rem; font-size: .9rem; font-weight: 800; }
.field-grid small { color: var(--muted); font-weight: 500; }
.message-field { grid-column: 1 / -1; }
input[type="email"],
input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  min-height: 50px;
  padding: .78rem .85rem;
  color: var(--ink);
  border: 1px solid #c9d2cd;
  background: #fff;
  border-radius: 0;
}
textarea { min-height: 130px; resize: vertical; }
input:focus,
textarea:focus { outline: 3px solid rgba(168,88,63,.22); border-color: var(--clay); }
.honeypot { position: absolute; left: -9999px; }
.privacy-check { margin: 1.25rem 0 .3rem; display: flex; gap: .7rem; align-items: flex-start; font-size: .89rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: .2rem; flex: 0 0 auto; }
.privacy-check a,
.legal-link a { color: var(--forest); font-weight: 800; }
.legal-link { margin: .35rem 0 1.2rem; font-size: .89rem; }
.button-submit { color: #fff; background: var(--clay); }
.button-submit:hover,
.button-submit:focus-visible { background: var(--clay-deep); }
.form-status { min-height: 1.5rem; margin: .9rem 0 0; color: var(--forest); font-size: .9rem; font-weight: 700; }
.personal-contact {
  margin-top: 2rem;
  padding: 2.2rem;
  color: var(--forest-deep);
  background: var(--sand);
}
.personal-contact .contact-kicker { color: var(--clay-deep); }
.personal-contact h2 { margin: 0 0 .3rem; font-size: 2.4rem; }
.personal-contact > p { margin: .3rem 0; }
.personal-contact > a { display: block; margin-top: .65rem; font-weight: 850; }
.contact-line { display: block; width: 48px; height: 3px; margin: 1.5rem 0; background: var(--clay); }
.contact-note { color: #4c5c55; }

.site-footer {
  padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  color: #dce5e1;
  background: #0d1f19;
  font-size: .78rem;
}
.site-footer nav { display: flex; gap: 1.2rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 1.1rem 1.5rem 1.4rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid #e5e3da; }
  .brand { width: 86px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { order: 2; margin: -3.5rem 1rem 0; background: var(--cream); }
  .hero-image { min-height: 420px; }
  .hero-image::before { display: none; }
  .thought-section { grid-template-columns: 55px 1fr; }
  .thought-copy { grid-column: 2; }
  .decision-section article { padding-left: clamp(2rem, 7vw, 5rem); padding-right: clamp(2rem, 7vw, 5rem); }
  .home-section { grid-template-columns: 1fr; }
  .home-image { min-height: 560px; }
  .prepare-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .header-inner { width: min(calc(100% - 2rem), var(--max)); min-height: 74px; }
  .hero { width: 100%; margin-top: 0; }
  .hero-image { min-height: 310px; }
  .hero-copy { padding: 3rem 1.25rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy > p:not(.domain-label) { margin-top: 1.4rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; }
  .thought-section { width: min(calc(100% - 2rem), var(--max)); margin: 4.5rem auto; grid-template-columns: 1fr; gap: 1rem; }
  .thought-copy { grid-column: auto; padding-top: 1.5rem; }
  .decision-section { grid-template-columns: 1fr; }
  .decision-section article { min-height: 0; padding: 4rem 1.25rem; }
  .decision-mark { font-size: 8rem; }
  .home-section { width: min(calc(100% - 2rem), var(--max)); margin: 4.5rem auto; gap: 2.5rem; }
  .home-image { min-height: 420px; border-radius: 10rem 10rem 0 0; }
  .prepare-section,
  .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .contact-grid { grid-template-columns: 1fr; }
  form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .message-field { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice-row span { width: 100%; }
  .button-submit { width: 100%; }
  .personal-contact { margin-top: 0; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.75rem; }
  .thought-heading h2,
  .decision-section h2,
  .home-copy h2,
  .prepare-section h2 { font-size: 2.25rem; }
  .contact-heading h2 { font-size: 2.85rem; }
  .site-footer nav { gap: .8rem; }
}

/* AWZ: Symbolbild-Kennzeichnung im Bild, rechts unten */
.home-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
