/* Anne Flath KI-Training — anneflath.com — Design: Editorial Kontrast & Bold */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/montserrat-var-latin.woff2') format('woff2');
}

:root {
  --paper: #F7F3EA;
  --ink: #272A2B;
  --coral: #F08479;
  --sage: #9AADA2;
  --peach: #F2BEA0;
  --oak: #E8DECE;
  --grey: #666666;
  --sand: #8a8073;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }

.wrap { max-width: 1120px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }

.kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.marker {
  background: linear-gradient(transparent 55%, var(--coral) 55%, var(--coral) 92%, transparent 92%);
}

/* ---------- Navigation ---------- */
.masthead {
  border-bottom: 3px solid var(--ink);
  background: var(--paper);
}
.masthead-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  flex-wrap: wrap;
}
.masthead-title {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.masthead-logo { height: 38px; width: auto; display: block; }
.masthead-nav { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.masthead-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.masthead-link:hover { color: var(--coral); }
.masthead-cta {
  background: var(--coral);
  color: var(--ink);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.masthead-cta:hover { background: var(--ink); color: var(--paper); }

/* ---------- Hero ---------- */
.hero { padding-top: 56px; }
.hero-headline {
  font-weight: 900;
  font-size: clamp(42px, 8.2vw, 92px);
  line-height: 0.92;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 16px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 44px;
  margin-top: 44px;
  border-top: 3px solid var(--ink);
  padding: 32px 0 56px;
}
.hero-photo { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 12px; }
.hero-copy { display: flex; flex-direction: column; justify-content: space-between; }
.hero-lead { font-size: 18px; line-height: 1.7; font-weight: 500; text-align: justify; hyphens: auto; }

.btn-bar { display: flex; border: 2px solid var(--ink); border-radius: 10px; overflow: hidden; margin-top: 28px; }
.btn-bar a {
  flex: 1;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
}
.btn-bar .btn-fill { background: var(--ink); color: var(--paper); }
.btn-bar .btn-fill:hover { background: var(--coral); color: var(--ink); }
.btn-bar .btn-ghost { color: var(--ink); }
.btn-bar .btn-ghost:hover { background: var(--oak); }

/* ---------- Sektionskopf ---------- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  border-top: 3px solid var(--ink);
  padding-top: 18px;
  flex-wrap: wrap;
}
.section-title {
  font-weight: 900;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

/* ---------- 01 Mein Weg ---------- */
.weg { padding-top: 8px; padding-bottom: 64px; }
.weg-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: stretch;
  gap: 48px;
  margin-top: 36px;
}
.weg-left { display: flex; flex-direction: column; }
.weg-photo { width: 100%; flex: 1; min-height: 300px; object-fit: cover; margin-top: 28px; border-radius: 12px; }
.weg-text { display: flex; flex-direction: column; gap: 18px; font-size: 15px; line-height: 1.75; }
.weg-text p { text-align: justify; hyphens: auto; }
.weg-text .lead-p { font-size: 17px; font-weight: 500; }
.weg-quote {
  border-left: 6px solid var(--coral);
  padding: 6px 0 6px 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
}
.text-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.text-link:hover { color: var(--coral); }

/* ---------- 02 Schwerpunkte ---------- */
.sp { padding-bottom: 72px; }
.sp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 3px solid var(--ink);
  margin-top: 36px;
}
.sp-cell { padding: 30px 26px 36px; border-right: 1px solid var(--ink); }
.sp-cell:last-child { border-right: none; }
.sp-num { font-weight: 900; font-size: 44px; line-height: 1; }
.sp-cell h3 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 12px;
}
.sp-cell p { font-size: 14px; line-height: 1.7; color: var(--grey); margin-top: 10px; text-align: justify; hyphens: auto; }

/* ---------- 03 Stimmen (dunkles Band) ---------- */
.stimmen { background: var(--ink); color: var(--paper); padding: 64px 0 72px; }
.stimmen .section-head { border-top-color: var(--paper); }
.stimmen .kicker { color: var(--sage); }
.stimmen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 40px;
}
.quote-cell { padding: 0 28px; border-right: 1px solid rgba(247, 243, 234, 0.25); display: flex; flex-direction: column; }
.quote-cell:first-child { padding-left: 0; }
.quote-cell:last-child { border-right: none; padding-right: 0; }
.quote-mark { font-weight: 900; font-size: 52px; color: var(--coral); line-height: 0.4; height: 34px; margin-bottom: 10px; }
.quote-cell p { font-size: 14px; line-height: 1.7; flex: 1; text-align: justify; hyphens: auto; }
.quote-name { font-weight: 800; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 18px; }
.quote-role { font-size: 12px; color: var(--sage); margin-top: 2px; }

/* ---------- 04 Stationen ---------- */
.stationen { padding-top: 64px; padding-bottom: 72px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.chip {
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.chip-accent { background: var(--peach); }
.tuev-row { display: flex; align-items: center; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.tuev-row img { height: 64px; width: auto; }
.tuev-row p { font-size: 14px; color: var(--grey); max-width: 480px; line-height: 1.7; }

/* ---------- Kontakt ---------- */
.kontakt { padding-bottom: 96px; }
.kontakt-inner { border-top: 3px solid var(--ink); padding-top: 48px; text-align: center; }
.kontakt-headline {
  font-weight: 900;
  font-size: clamp(30px, 5vw, 52px);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 16px;
}
.kontakt-line { font-size: 16px; color: var(--grey); margin-top: 18px; }
.kontakt .btn-bar { max-width: 560px; margin: 32px auto 0; }

/* ---------- Footer ---------- */
footer { background: var(--ink); padding: 26px 0; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--paper);
}
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 12px; color: #999999; text-decoration: none; letter-spacing: 1px; }
.footer-links a:hover { color: var(--paper); }

/* ---------- Rechtsseiten ---------- */
.legal-main { max-width: 760px; margin: 0 auto; padding: 64px 40px 112px; }
.legal-main h1 {
  font-weight: 900;
  font-size: clamp(34px, 5vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 18px;
  margin-top: 14px;
}
.legal-block { margin-top: 36px; }
.legal-block h2 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.legal-block p { font-size: 15px; line-height: 1.75; margin-top: 8px; text-align: justify; hyphens: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .hero-grid,
  .weg-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-photo { height: 380px; min-height: 0; }
  .weg-photo { flex: none; height: 320px; min-height: 0; }
  .sp-grid { grid-template-columns: 1fr; }
  .sp-cell { border-right: none; border-bottom: 1px solid var(--ink); }
  .sp-cell:last-child { border-bottom: none; }
  .stimmen-grid { grid-template-columns: 1fr; gap: 36px; }
  .quote-cell { border-right: none; padding: 0; }
  .masthead-nav { gap: 14px; }
}

@media (max-width: 480px) {
  .hero { padding-top: 36px; }
  .hero-photo { height: 300px; }
  .btn-bar { flex-direction: column; }
  .masthead-link { font-size: 10px; letter-spacing: 2px; }
}
