/* ════════════════════════════════════════════════
   HelpsU.de — Personenseiten
   Gemeinsame Basis für Tobias, Yvonne, Joachim, Rico.
   Editoriales, zurückhaltendes Layout — keine Kacheln,
   keine Emojis, viel Weißraum, klare Typo-Hierarchie.
   ════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:     #ffffff;
  --fg:     #0a0a0a;
  --muted:  #8c8c8c;
  --faint:  #f4f4f2;
  --border: #e9e9e6;
  --wa:     #25d366;
}

html, body {
  font-family: 'Satoshi', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a   { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { max-width: 1040px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

/* ── Header ── */
.site-header {
  height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.logo img { height: 64px; width: auto; }
.nav-back {
  font-size: .82rem; color: var(--muted);
  display: flex; align-items: center; gap: 7px;
  transition: color .15s;
}
.nav-back:hover { color: var(--fg); }

/* ── Intro ── */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  padding: clamp(52px, 11vh, 128px) 0 clamp(44px, 8vh, 96px);
}
.eyebrow {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 24px;
}
.name {
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 300; letter-spacing: -.04em;
  line-height: .98; margin-bottom: 20px;
}
.role {
  font-size: 1rem; color: var(--muted);
  font-weight: 400; margin-bottom: 30px;
}
.lead {
  font-size: 1.05rem; line-height: 1.72; color: #333;
  font-weight: 300; max-width: 32em; margin-bottom: 34px;
}
.lead em { font-style: italic; }

.contact-line { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .85rem; font-weight: 500;
  padding: 11px 19px; border-radius: 100px;
  border: 1px solid var(--border);
  transition: all .16s; cursor: pointer; font-family: inherit;
}
.btn:hover     { border-color: var(--fg); }
.btn-solid     { background: var(--fg); color: #fff; border-color: var(--fg); }
.btn-solid:hover { background: #2a2a2a; }
.btn-wa        { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn-wa:hover  { background: #1dab55; border-color: #1dab55; }
.wa-ic { width: 14px; height: 14px; flex-shrink: 0; }

/* Porträt — bewusst klein & ruhig */
.portrait {
  width: 100%; max-width: 250px;
  aspect-ratio: 4 / 5;
  border-radius: 14px; overflow: hidden;
  background: var(--faint);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* optionaler Standort-Hinweis */
.locale {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .8rem; color: var(--muted);
  border: 1px solid var(--border); border-radius: 100px;
  padding: 5px 14px; margin-bottom: 26px;
}

/* ── Abschnitt ── */
.section { padding: clamp(40px, 7vh, 76px) 0; border-top: 1px solid var(--border); }
.section-label {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: clamp(24px, 5vh, 48px);
}

/* Leistungs-Liste (editoriale Zeilen statt Kacheln) */
.work-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1.05fr) minmax(0, 1.5fr);
  gap: clamp(14px, 3vw, 48px);
  padding: 26px 0; border-top: 1px solid var(--border);
  align-items: baseline;
}
.work-row:first-of-type { border-top: none; padding-top: 0; }
.work-num   { font-size: .8rem; color: var(--muted); font-variant-numeric: tabular-nums; font-weight: 500; }
.work-title { font-size: 1.15rem; font-weight: 400; letter-spacing: -.015em; }
.work-desc  { font-size: .92rem; color: var(--muted); line-height: 1.7; }

/* Zitate — ruhige Pull-Quotes ohne Box */
.quote { padding: clamp(26px, 4vh, 38px) 0; border-top: 1px solid var(--border); }
.quote:first-of-type { border-top: none; padding-top: 0; }
.quote p {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300; line-height: 1.5; letter-spacing: -.015em;
  margin-bottom: 14px;
}
.quote cite { font-style: normal; font-size: .8rem; color: var(--muted); letter-spacing: .02em; }

/* ── Kontakt-Schluss ── */
.contact {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 28px; flex-wrap: wrap;
  padding: clamp(48px, 8vh, 96px) 0;
  border-top: 1px solid var(--border);
}
.contact h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 300; letter-spacing: -.03em; line-height: 1.05;
}
.contact .sub { font-size: .9rem; color: var(--muted); margin-top: 10px; }

/* ── Footer ── */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 20px 0; display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.foot-links { display: flex; gap: 16px; flex-wrap: wrap; }
.foot-links a { font-size: .72rem; color: var(--muted); transition: color .15s; }
.foot-links a:hover { color: var(--fg); }

/* ── Responsive ── */
@media (max-width: 720px) {
  .intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: clamp(32px, 6vh, 56px);
  }
  .portrait { order: -1; max-width: 156px; }
  .work-row { grid-template-columns: 30px 1fr; gap: 6px 14px; padding: 22px 0; }
  .work-desc { grid-column: 2; }
  .contact { flex-direction: column; align-items: flex-start; }
}
