/* ============================================================
   steffen-broszeit.me
   Look = Bewerbungsunterlagen: Navy #163853, Text grau, Poppins/Lato.
   Einziger Zusatz gegenüber dem CV: warmer Akzent aus dem Rost-Hintergrund der Fotos.
   ============================================================ */

:root{
  --navy:        #163853;
  --navy-tief:   #0e2638;
  --navy-hell:   #46617a;
  --text:        #4f5459;
  --dunkel:      #23282c;
  --linie:       #dfe4e8;
  --flaeche:     #f3f6f8;
  --akzent:      #e0a458;
  --akzent-text: #95591d;   /* dunkler, damit auf Weiss lesbar (Kontrast > 4.5:1) */
  --radius:      14px;
  --schatten:    0 10px 30px rgba(14, 38, 56, .07);
  --breite:      1140px;
  --nav-hoehe:   72px;
}

*{ box-sizing: border-box; }

html{ scroll-behavior: smooth; scroll-padding-top: var(--nav-hoehe); }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior: auto; } }

body{
  margin: 0;
  font-family: "Lato", "Segoe UI", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; height: auto; display: block; }
a{ color: var(--navy); }
h1, h2, h3, h4{ font-family: "Poppins", "Segoe UI", sans-serif; color: var(--dunkel); line-height: 1.25; margin: 0; }
figure{ margin: 0; }

:focus-visible{ outline: 3px solid var(--akzent); outline-offset: 3px; border-radius: 4px; }

/* Bindestrich-Begriffe zusammenhalten (sonst "IT-" am Zeilenende) */
.nobr{ white-space: nowrap; }
.sr{ position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprung{ position: absolute; left: 16px; top: -60px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 8px; }
.sprung:focus{ top: 12px; }

.container{ max-width: var(--breite); margin-inline: auto; padding-inline: 20px; }

section{ padding-block: clamp(64px, 9vw, 110px); }
.flaeche{ background: var(--flaeche); }

/* ---------- Abschnittskopf ---------- */
.kopf{ max-width: 760px; margin-bottom: 44px; }
.eyebrow{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--akzent-text); margin-bottom: 12px;
}
.eyebrow::before{ content: ""; width: 28px; height: 2px; background: var(--akzent); }
.kopf h2{ font-size: clamp(1.7rem, 3.2vw, 2.45rem); font-weight: 600; color: var(--navy); }
.kopf p{ margin: 16px 0 0; font-size: 1.1rem; }

/* ---------- Symbole ---------- */
svg.i{ fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
svg.voll{ fill: currentColor; }

/* ---------- Knöpfe ---------- */
.knoepfe{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.knopf{
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; border-radius: 999px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .95rem;
  text-decoration: none; transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.knopf svg{ width: 18px; height: 18px; }
.knopf:hover{ transform: translateY(-2px); }
.knopf-voll{ background: var(--akzent); color: var(--navy-tief); }
.knopf-voll:hover{ background: #eab573; }
.knopf-rand{ border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.knopf-rand:hover{ border-color: #fff; background: rgba(255,255,255,.08); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav{ position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background-color .25s ease, box-shadow .25s ease; }
.nav-innen{ display: flex; align-items: center; justify-content: space-between; height: var(--nav-hoehe); }

.logo{ font-family: "Poppins", sans-serif; font-size: 1.15rem; color: #fff; text-decoration: none; text-transform: uppercase; }
.logo b{ font-weight: 700; }
.logo span{ font-weight: 400; opacity: .8; }

.menue{ display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.menue a{
  display: block; padding: 8px 12px; border-radius: 8px;
  font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 500;
  color: rgba(255,255,255,.85); text-decoration: none;
}
.menue a:hover{ color: #fff; }
.menue a.aktiv{ color: #fff; box-shadow: inset 0 -2px 0 var(--akzent); border-radius: 0; }

.nav.gescrollt, .nav.offen{ background: rgba(255,255,255,.97); box-shadow: 0 2px 20px rgba(0,0,0,.07); }
.nav.gescrollt .logo, .nav.offen .logo{ color: var(--navy); }
.nav.gescrollt .menue a{ color: var(--text); }
.nav.gescrollt .menue a:hover, .nav.gescrollt .menue a.aktiv{ color: var(--navy); }

.nav-knopf{
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer;
}
.nav-knopf span{ display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav.gescrollt .nav-knopf span, .nav.offen .nav-knopf span{ background: var(--navy); }
.nav.offen .nav-knopf span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav.offen .nav-knopf span:nth-child(2){ opacity: 0; }
.nav.offen .nav-knopf span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px){
  .nav-knopf{ display: flex; }
  .menue{
    display: none; position: absolute; top: var(--nav-hoehe); left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 8px 20px 20px;
    background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }
  .nav.offen .menue{ display: flex; }
  .menue a, .nav.gescrollt .menue a{ color: var(--text); padding: 12px 4px; border-bottom: 1px solid var(--linie); }
  .menue a.aktiv{ color: var(--navy); box-shadow: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position: relative; isolation: isolate;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
  padding-block: calc(var(--nav-hoehe) + 40px) 80px;
  color: #fff;
  background: var(--navy-tief) url("../img/hero.jpg") 30% center / cover no-repeat;
}
/* Verlauf: links bleibt das Gesicht sichtbar, rechts trägt das Navy den Text */
.hero::before{
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg,
    rgba(14,38,56,.05) 0%, rgba(14,38,56,.35) 34%, rgba(14,38,56,.86) 56%, rgba(14,38,56,.95) 100%);
}
.hero .container{ width: 100%; }
.hero-text{ margin-left: auto; max-width: 540px; }

.ort{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Poppins", sans-serif; font-size: .85rem;
  padding: 6px 14px; margin-bottom: 22px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
}
.ort svg{ width: 16px; height: 16px; color: var(--akzent); }

.hero h1{ color: #fff; font-size: clamp(2.4rem, 5.6vw, 4rem); line-height: 1.05; text-transform: uppercase; }
.hero h1 b{ font-weight: 700; }
.hero h1 span{ font-weight: 400; color: rgba(255,255,255,.78); }
.hero .rolle{ font-family: "Poppins", sans-serif; font-size: clamp(.92rem, 1.5vw, 1.05rem); color: rgba(255,255,255,.82); margin: 12px 0 0; }

.fokus{ font-family: "Poppins", sans-serif; font-size: clamp(1.25rem, 2.5vw, 1.7rem); font-weight: 500; margin: 30px 0 0; min-height: 1.5em; }
#wechselwort{ color: var(--akzent); }
.cursor{ display: inline-block; width: 2px; height: 1.05em; margin-left: 3px; vertical-align: -.14em; background: var(--akzent); animation: blinken 1s steps(1) infinite; }
@keyframes blinken{ 50%{ opacity: 0; } }
@media (prefers-reduced-motion: reduce){ .cursor{ display: none; } }

.hero .lead{ margin: 16px 0 0; font-size: 1.1rem; color: rgba(255,255,255,.88); }

@media (max-width: 760px){
  .hero{ align-items: flex-end; background-position: 24% top; padding-bottom: 56px; }
  .hero::before{
    background: linear-gradient(180deg,
      rgba(14,38,56,.0) 0%, rgba(14,38,56,.35) 30%, rgba(14,38,56,.88) 55%, rgba(14,38,56,.97) 100%);
  }
  .hero-text{ margin-left: 0; }
}

/* ============================================================
   PROFIL
   ============================================================ */
.profil-raster{ display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: start; }
.portrait{
  width: 100%; max-width: 300px; aspect-ratio: 1; object-fit: cover; border-radius: 50%;
  border: 8px solid #fff; box-shadow: 0 0 0 1px var(--linie), var(--schatten);
}
.fakten{ list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 18px; }
.fakten li{ display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; font-size: .97rem; line-height: 1.5; }
.fakten svg{ width: 20px; height: 20px; color: var(--navy); margin-top: 2px; }
.fakten b{ display: block; font-family: "Poppins", sans-serif; font-weight: 600; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; color: var(--dunkel); }

.profil-text .kopf{ margin-bottom: 28px; }
.profil-text .kopf h2{ font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.profil-text p{ margin: 0 0 18px; }
.profil-text .bruecke{ margin-top: 26px; padding: 20px 24px; background: var(--flaeche); border-left: 3px solid var(--navy); border-radius: 0 var(--radius) var(--radius) 0; color: var(--dunkel); }

@media (max-width: 860px){
  .profil-raster{ grid-template-columns: minmax(0, 1fr); }
  .profil-seite{ display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: center; }
  .fakten{ margin: 0; gap: 12px; }
}
@media (max-width: 520px){
  .profil-seite{ grid-template-columns: minmax(0, 1fr); }
  .portrait{ max-width: 200px; }
}

/* ============================================================
   KARTEN / RASTER
   ============================================================ */
.raster-3{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 980px){ .raster-3{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px){ .raster-3{ grid-template-columns: minmax(0, 1fr); } }

.karte{ position: relative; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); padding: 28px; box-shadow: var(--schatten); }
.karte h3{ font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.karte p{ margin: 0; }

.symbol{ width: 48px; height: 48px; border-radius: 12px; background: var(--flaeche); color: var(--navy); display: grid; place-items: center; margin-bottom: 18px; flex-shrink: 0; }
.symbol svg{ width: 24px; height: 24px; }
.flaeche .karte .symbol{ background: #e8eef3; }

.karte-schwerpunkt{ border-top: 3px solid var(--akzent); }
.marke{
  position: absolute; top: 18px; right: 18px;
  font-family: "Poppins", sans-serif; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
  color: var(--akzent-text); background: #fbf1e4; padding: 4px 10px; border-radius: 999px;
}

.hinweiszeile{ display: flex; gap: 10px; align-items: flex-start; margin: 28px 0 0; font-size: .98rem; }
.hinweiszeile svg{ width: 20px; height: 20px; color: var(--navy); flex-shrink: 0; margin-top: 3px; }
.hinweiszeile b{ color: var(--dunkel); }

/* ============================================================
   PROJEKTE
   ============================================================ */
.filter{ display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 32px; }
.filter button{
  font: 500 .9rem "Poppins", sans-serif; padding: 8px 18px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--linie); background: #fff; color: var(--text); transition: all .15s ease;
}
.filter button:hover{ border-color: var(--navy); color: var(--navy); }
.filter button[aria-pressed="true"]{ background: var(--navy); border-color: var(--navy); color: #fff; }

.projekte{ align-items: start; }
.projekt{ display: flex; flex-direction: column; padding: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.projekt:hover{ transform: translateY(-3px); box-shadow: 0 16px 36px rgba(14,38,56,.12); }
.projekt-bild{
  aspect-ratio: 16 / 9; display: grid; place-items: center; align-content: center; gap: 10px;
  color: rgba(255,255,255,.92);
  background:
    radial-gradient(circle at 80% 20%, rgba(224,164,88,.28), transparent 55%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-hell) 100%);
}
.projekt-bild svg{ width: 52px; height: 52px; stroke-width: 1.4; }
.projekt-bild span{ font-family: "Poppins", sans-serif; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.projekt-inhalt{ padding: 22px 24px 20px; display: flex; flex-direction: column; flex: 1; }

.tags{ display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tags span{ font-family: "Poppins", sans-serif; font-size: .72rem; font-weight: 500; color: var(--navy); background: var(--flaeche); padding: 3px 10px; border-radius: 999px; }
.projekt .kurz{ margin: 0 0 16px; }

.projekt details{ margin-top: auto; border-top: 1px solid var(--linie); padding-top: 14px; }
.projekt summary{
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .9rem; color: var(--navy);
}
.projekt summary::-webkit-details-marker{ display: none; }
.projekt summary::after{ content: "+"; font-size: 1.4rem; line-height: 1; transition: transform .2s ease; }
.projekt details[open] summary::after{ transform: rotate(45deg); }
.projekt dl{ margin: 6px 0 0; }
.projekt dt{ font-family: "Poppins", sans-serif; font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--akzent-text); margin-top: 14px; }
.projekt dd{ margin: 3px 0 0; font-size: .96rem; line-height: 1.6; }

/* ============================================================
   ARBEITSWEISE (dunkler Abschnitt)
   ============================================================ */
.dunkel-bereich{ background: var(--navy); color: rgba(255,255,255,.82); }
.dunkel-bereich .kopf h2{ color: #fff; }
.dunkel-bereich .eyebrow{ color: var(--akzent); }
.prinzip{ padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.prinzip .nr{ font-family: "Poppins", sans-serif; font-weight: 700; font-size: .9rem; color: var(--akzent); }
.prinzip h3{ color: #fff; font-size: 1.12rem; font-weight: 600; margin: 8px 0 10px; }
.prinzip p{ margin: 0; }

/* ============================================================
   KENNTNISSE
   ============================================================ */
.kenntnisse{ align-items: start; }
.stufe{ margin-top: 18px; }
.stufe h4{ font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--akzent-text); margin-bottom: 8px; }
.chips{ display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }
.chips li{ background: var(--flaeche); color: var(--dunkel); border-radius: 8px; padding: 5px 11px; font-size: .9rem; line-height: 1.4; }
.chips-akzent li{ background: #fbf1e4; }

/* ============================================================
   WERDEGANG
   ============================================================ */
.werdegang-raster{ display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: start; }

.zeitleiste{ list-style: none; margin: 0; padding: 0 0 0 28px; border-left: 2px solid #cfd8e0; }
.station{ position: relative; padding-bottom: 36px; }
.station:last-child{ padding-bottom: 0; }
.station::before{
  content: ""; position: absolute; left: -36px; top: 5px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--flaeche); border: 3px solid var(--navy);
}
.station:first-child::before{ background: var(--akzent); border-color: var(--akzent); }
.zeit{ display: block; font-family: "Poppins", sans-serif; font-size: .82rem; font-weight: 600; color: var(--akzent-text); }
.station h3{ font-size: 1.15rem; font-weight: 600; margin: 4px 0 2px; }
.station .funktion{ margin: 0; color: var(--navy-hell); font-weight: 700; }
.station p{ margin: 8px 0 0; }
.station ul{ margin: 10px 0 0; padding-left: 20px; }
.station li{ margin-bottom: 6px; }
.station li::marker{ color: var(--navy); }
.branchen{ font-size: .93rem; color: #6b737a; }
.branchen b{ color: var(--dunkel); }

.werdegang-seite{ display: grid; gap: 20px; }
.werdegang-seite .karte{ padding: 24px; }
.werdegang-seite h3{ margin-bottom: 14px; }
.eintrag{ margin-bottom: 14px; line-height: 1.45; }
.eintrag:last-child{ margin-bottom: 0; }
.eintrag b{ display: block; color: var(--dunkel); }
.eintrag > span:not(.zeit){ display: block; font-size: .93rem; }

@media (max-width: 900px){ .werdegang-raster{ grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   PERSÖNLICH
   ============================================================ */
.persoenlich-raster{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(36px, 5vw, 64px); align-items: center; }
.persoenlich-bild{ border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); }
.persoenlich-bild img{ width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.persoenlich-raster .kopf{ margin-bottom: 28px; }

.hobbys{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; list-style: none; padding: 0; margin: 0; }
.hobby{ display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; }
.hobby .symbol{ width: 44px; height: 44px; margin: 0; }
.hobby .symbol svg{ width: 22px; height: 22px; }
.hobby b{ display: block; font-family: "Poppins", sans-serif; font-weight: 600; font-size: .98rem; color: var(--dunkel); }
.hobby span{ display: block; font-size: .94rem; line-height: 1.5; margin-top: 2px; }

@media (max-width: 900px){ .persoenlich-raster{ grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px){ .hobbys{ grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   KONTAKT + FUSS
   ============================================================ */
.kontakt{ background: var(--navy-tief); color: rgba(255,255,255,.82); text-align: center; }
.kontakt .kopf{ margin-inline: auto; margin-bottom: 0; }
.kontakt .kopf h2{ color: #fff; }
.kontakt .eyebrow{ color: var(--akzent); }
.kontakt .knoepfe{ justify-content: center; }
.mailtext{ margin: 22px 0 0; font-family: "Poppins", sans-serif; font-size: .95rem; color: rgba(255,255,255,.7); }

.fuss{ background: #0a1c2a; color: rgba(255,255,255,.55); font-size: .88rem; padding-block: 22px; }
.fuss .container{ display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.fuss a{ color: rgba(255,255,255,.8); }

/* ============================================================
   RECHTSTEXT (datenschutz.html)
   ============================================================ */
.rechtstext{ padding-block: calc(var(--nav-hoehe) + 48px) 80px; }
.rechtstext .container{ max-width: 780px; }
.rechtstext h1{ font-size: clamp(1.8rem, 3.4vw, 2.4rem); color: var(--navy); margin-bottom: 8px; }
.rechtstext h2{ font-size: 1.2rem; margin: 36px 0 8px; color: var(--dunkel); }
.rechtstext p, .rechtstext li{ margin: 0 0 12px; }
.entwurf{ background: #fbf1e4; border: 1px solid #efd3ad; color: #6b4210; padding: 14px 18px; border-radius: 10px; margin: 20px 0 8px; font-size: .95rem; }
