/* ─── NAV ─────────────────────────────────────────── */

.nav-logo {
  font-family: var(--ff-serif);
  font-size: 1.375rem;
  color: var(--c-white);
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.nav-logo-sep {
  display: none;
  font-size: 1.375rem;
  color: var(--c-white);
}

.nav-logo-claim {
  display: none;
  font-family: var(--ff-sans);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--c-white);
}

@media (min-width: 768px) {
  .nav-logo-sep,
  .nav-logo-claim {
    display: inline;
  }
}

.nav-link {
  font-size: 0.9375rem;
  color: var(--c-200);
  transition: color 0.15s ease;
}

.nav-link:hover {
  color: var(--c-white);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 6px 4px;
}

@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
  }
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: var(--c-white);
}

/* ─── BUTTONS ───────────────────────────────────────── */

.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 2px;
  text-align: center;
  line-height: 1.4;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--primary {
  background-color: var(--c-500);
  color: var(--c-white);
  align-self: flex-start;
}

.btn--primary:hover {
  background-color: var(--c-400);
}

.btn--outline {
  border: 1.5px solid var(--c-400);
  color: var(--c-400);
}

.btn--outline:hover {
  background-color: var(--c-400);
  color: var(--c-900);
}

.btn--full {
  width: 100%;
}

/* ─── LABELS ────────────────────────────────────────── */

.eyebrow,
.section-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-600);
  max-width: none;
}

/* ─── HERO ──────────────────────────────────────────── */

.hero-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--c-700);
  max-width: 52ch;
}

/* ─── BILDER ────────────────────────────────────────── */

.hero-figure img,
.ueber-figure img,
.ablauf-figure img,
.kontakt-figure img {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 30, 48, 0.18), 0 2px 8px rgba(0, 30, 48, 0.08);
}

.hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ueber-figure img {
  width: 100%;
  object-fit: cover;
}

.ablauf-figure {
  margin-top: 2rem;
}

.ablauf-figure img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.kontakt-figure img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .kontakt-figure,
  .ablauf-figure {
    display: none;
  }
}

/* ─── PROBLEM ───────────────────────────────────────── */

.problem-statement {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  line-height: 1.2;
  color: var(--c-900);
  max-width: none;
}

.problem-statement em {
  font-style: normal;
  color: var(--c-600);
}

.problem-intro {
  font-size: 0.9375rem;
  color: var(--c-700);
  margin-bottom: 1rem;
  max-width: none;
}

.problem-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75rem;
  border-left: 2px solid var(--c-300);
}

.problem-list li {
  font-size: 0.9375rem;
  color: var(--c-800);
  padding: 0.75rem 0 0.75rem 1.25rem;
  max-width: none;
  border-bottom: 1px solid var(--c-150);
}

.problem-list li:last-child {
  border-bottom: none;
}

.problem-cta-text {
  font-size: 0.9375rem;
  color: var(--c-700);
  margin-top: 1rem;
  max-width: none;
}

/* ─── LEISTUNGEN ────────────────────────────────────── */

.leistung-nr {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-400);
  flex-shrink: 0;
  min-width: 2.5rem;
  padding-top: 0.375rem;
}

.leistung-body h2 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  margin-bottom: 0.375rem;
}

.leistung-body p {
  font-size: 0.9375rem;
  color: var(--c-700);
}

/* ─── ABLAUF ────────────────────────────────────────── */

.ablauf-step-header {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.step-nr {
  font-family: var(--ff-serif);
  font-size: 1.375rem;
  line-height: 1;
  color: var(--c-400);
  flex-shrink: 0;
}

.step-title {
  font-family: var(--ff-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-900);
}

.ablauf-step p {
  font-size: 0.9375rem;
  color: var(--c-700);
  max-width: none;
}

/* ─── ÜBER MICH ─────────────────────────────────────── */

.ueber-text h2 {
  margin-top: 0.25rem;
}

.ueber-title {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--c-600);
  max-width: none;
}

.ueber-text p {
  font-size: 0.9375rem;
  color: var(--c-700);
}

.ueber-certif {
  font-size: 0.8125rem;
  color: var(--c-600);
  padding-top: 1rem;
  border-top: 1px solid var(--c-200);
  max-width: none;
}

/* ─── KONTAKT ───────────────────────────────────────── */

.kontakt-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-700);
  max-width: 52ch;
}

.kontakt-note {
  font-size: 0.8125rem;
  color: var(--c-600);
  max-width: none;
}

.kontakt-alt-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--c-800);
  margin-bottom: 1.25rem;
  max-width: none;
}

.kontakt-email {
  display: inline-block;
  font-size: 0.9375rem;
  color: var(--c-600);
  border-bottom: 1px solid var(--c-300);
  padding-bottom: 0.125rem;
  margin-top: 0.5rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.kontakt-email:hover {
  color: var(--c-900);
  border-bottom-color: var(--c-600);
}

/* ─── FORMULAR ──────────────────────────────────────── */

.kontakt-form {
  display: flex;
  flex-direction: column;
}

.kontakt-form .btn {
  margin-top: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  margin-bottom: 0.375rem;
}

.form-group label {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-600);
}

.form-optional {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--c-400);
}

.form-group input,
.form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--c-300);
  color: var(--c-900);
  outline: none;
  width: 100%;
  font-size: 0.9375rem;
  transition: border-color 0.15s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: var(--c-600);
}

.form-group textarea {
  resize: vertical;
  min-height: 64px;
}

/* ─── FORMULAR ERFOLG ───────────────────────────────── */

.form-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  border-left: 3px solid var(--c-400);
  background-color: var(--c-50);
  border-radius: 2px;
}

.form-success-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--c-900);
  max-width: none;
}

.form-success-text {
  font-size: 0.9375rem;
  color: var(--c-600);
  max-width: none;
}

.form-reset-link {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: var(--c-500);
  border-bottom: 1px solid var(--c-300);
  padding-bottom: 0.125rem;
  align-self: flex-start;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.form-reset-link:hover {
  color: var(--c-700);
  border-bottom-color: var(--c-600);
}

/* ─── FOOTER ────────────────────────────────────────── */

.footer-logo {
  font-family: var(--ff-serif);
  font-size: 1.125rem;
  color: var(--c-400);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.8125rem;
  color: var(--c-600);
}

.footer-meta a:hover {
  color: var(--c-300);
}
