/* Editorial CV: restrained colour, readable hierarchy, one continuous document. */
:root {
  --bg: #f1f2f0;
  --bg-alt: #fff;
  --ink: #202925;
  --ink-dim: #4f5a54;
  --ink-mute: #626c65;
  --ink-faint: #626c65;
  --hairline: #e1e5df;
  --hairline-strong: #c9d0c8;
  --red: #843d45;
  --red-hot: #6b2832;
  --on-red: #202925;
  --sans: 'Archivo', 'Helvetica Neue', Helvetica, sans-serif;
  --gutter: clamp(22px, 5vw, 68px);
  --header-h: 78px;
}
html { color-scheme: light; }
body { font-size: 16px; line-height: 1.7; overflow-x: visible; }
.container { width: min(100% - var(--gutter) * 2, 1080px); }
::selection { background: #eadadd; color: var(--ink); }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #b2bbb2; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.grain, .grid-lines, .bar, .dots { display: none; }
html.js .reveal, html.js .reveal.is-in { opacity: 1; transform: none; transition: none; }
.site-header { position: sticky; background: var(--bg); border-bottom: 1px solid var(--hairline); }
.site-header.scrolled { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
.header-inner { gap: 20px; }
.brand { gap: 10px; }
.brand-mark { background: var(--ink); width: 32px; height: 32px; font-size: 11px; font-weight: 600; letter-spacing: -.03em; color: white; border-radius: 50%; }
.brand:hover .brand-mark { transform: none; }
.brand-name { font-size: 13px; font-weight: 600; font-stretch: normal; letter-spacing: -.02em; }
.brand-name em { color: inherit; }
.nav-links { gap: 22px; }
.nav-links a:not(.btn) { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.nav-links a:not(.btn)::before { display: none; }
.nav-links a:not(.btn).active { color: var(--red); text-decoration: underline; text-underline-offset: 8px; }
.btn { min-height: 46px; font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; padding: 12px 18px; border-radius: 4px; }
.btn-solid { background: var(--ink); }
.btn-solid:hover { background: var(--red); transform: none; }
.btn-ghost { border-color: var(--hairline-strong); }
.btn-ghost:hover { border-color: var(--red); transform: none; }
.btn-sm { min-height: 40px; padding: 9px 14px; font-size: 12px; }
.mobile-menu { background: #f1f2f0; backdrop-filter: none; -webkit-backdrop-filter: none; }
.mobile-menu a.m-link { font-size: 29px; text-transform: none; font-stretch: normal; font-weight: 500; }
.mobile-menu .m-foot { letter-spacing: 0; }
.burger { z-index: 220; }
/* The mobile menu stays below the sticky header, leaving the close control visible. */
.mobile-menu { top: var(--header-h); z-index: 90; justify-content: flex-start; overflow-y: auto; padding-top: clamp(22px, 7vh, 64px); padding-bottom: 48px; }
.hero { min-height: auto; padding: 70px 0 0; overflow: visible; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 290px; column-gap: 76px; align-items: center; }
.eyebrow { font-size: 11px; font-family: var(--mono); letter-spacing: .04em; color: var(--ink-dim); margin-bottom: 28px; }
.eyebrow span { color: var(--red); margin-inline: 10px; }
.hero-name { font-size: clamp(46px, 5.5vw, 72px); line-height: 1.02; font-weight: 500; letter-spacing: -.06em; margin-bottom: 24px; }
.hero-name > span:not(.name-period) { color: var(--ink); }
.name-period { color: var(--red); }
.hero-sub { font-size: 22px; font-weight: 400; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 17px; }
.hero-pitch { font-size: 14px; max-width: 57ch; margin-bottom: 25px; }
.hero-pitch strong { font-weight: 500; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.portrait-wrap { width: 100%; align-self: start; margin-top: 40px; }
.portrait-frame { background: #e1e4de; padding: 9px; border: 1px solid #d7dcd4; border-radius: 3px; }
.portrait-frame img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 35%; border-radius: 1px; }
.portrait-wrap figcaption { margin-top: 17px; padding-left: 3px; }
.portrait-caption { display: block; font-size: 12px; font-weight: 500; }
.portrait-caption-sub { display: block; margin-top: 3px; font-size: 11px; color: var(--ink-dim); }
.overview { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.1fr 1.1fr; gap: 25px; padding-block: 27px 32px; margin-top: 46px; border-top: 1px solid var(--hairline-strong); }
.overview dt { color: var(--ink-dim); font-size: 11px; margin-bottom: 7px; }
.overview dd { font-size: 13px; font-weight: 500; }
.overview .overview-note { margin-top: 3px; font-size: 11px; color: var(--ink-dim); font-weight: 400; }
a:hover { text-decoration-color: var(--red); }
.overview a:hover { text-decoration: underline; text-underline-offset: 4px; }
main { padding-bottom: 0; }
.section { padding: 48px 0; border: 0; background: #fff; }
.section.alt { background: #fff; }
.section > .container { display: grid; grid-template-columns: 185px minmax(0, 1fr); gap: 24px 35px; }
.section + .section > .container { border-top: 1px solid var(--hairline); padding-top: 42px; }
.section + .section { padding-top: 0; }
.sec-head { display: flex; flex-direction: column; align-items: start; justify-content: start; gap: 7px; margin: 0; grid-column: 1; grid-row: 1; }
.sec-index { font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: 0; padding: 0; margin-bottom: 6px; color: var(--red); }
.sec-title { font-size: 19px; text-transform: none; font-weight: 500; font-stretch: normal; line-height: 1.25; letter-spacing: -.025em; }
.sec-tag { white-space: normal; padding: 0; font-family: var(--sans); font-size: 11px; color: var(--ink-mute); text-transform: none; letter-spacing: 0; }
.sec-line { display: none; }
.section > .container > :not(.sec-head) { grid-column: 2; }
.profil-grid { display: block; }
.pullquote { font-size: 27px; font-weight: 400; font-stretch: normal; line-height: 1.35; border: 0; padding: 0; margin-bottom: 22px; letter-spacing: -.035em; }
.pullquote .hl { color: var(--red); }
.profil-copy p { font-size: 14px; max-width: 77ch; }
.profil-copy p + p { margin-top: 12px; }
.profil-copy strong { font-weight: 500; }
.career-note { margin-top: 25px; padding: 20px 23px; background: #f3f5f1; border-radius: 3px; }
.career-note strong { font-size: 12px; font-weight: 600; }
.career-note p { font-size: 12px; color: var(--ink-dim); margin-top: 6px; }
.timeline { max-width: none; }
.timeline::before, .tl-item::before { display: none; }
.tl-item { padding: 0 0 25px; }
.tl-item + .tl-item { border-top: 1px solid var(--hairline); padding-top: 22px; }
.tl-top { gap: 12px; margin-bottom: 7px; }
.tl-years { font-size: 11px; color: var(--ink-dim); letter-spacing: 0; font-weight: 400; }
.tag { font-family: var(--sans); text-transform: none; font-size: 10px; letter-spacing: 0; border: 0; background: #f3f5f1; color: var(--ink-dim); padding: 2px 7px; border-radius: 2px; font-weight: 400; }
.tl-item h3 { font-size: 16px; line-height: 1.5; font-weight: 500; margin-bottom: 4px; }
.tl-item h3 svg { display: none; }
.tl-item p { font-size: 13px; max-width: none; }
.projects { grid-template-columns: 1fr; gap: 27px; }
.project-card { border: 0; padding: 0; gap: 12px; background: none; }
.project-card + .project-card { padding-top: 26px; border-top: 1px solid var(--hairline); }
.project-card:hover, .lang-card:hover { transform: none; border-color: var(--hairline); box-shadow: none; }
.pc-head { gap: 10px; }
.pc-index { font-size: 10px; font-weight: 400; letter-spacing: 0; color: var(--ink-dim); }
.pc-date { font-size: 10px; letter-spacing: 0; color: var(--ink-dim); }
.pc-titlerow { flex-direction: row; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.project-card h3 { font-size: 19px; line-height: 1.3; font-weight: 500; font-stretch: normal; letter-spacing: -.025em; }
.pc-role { font-family: var(--sans); font-size: 11px; letter-spacing: 0; font-weight: 400; border: none; padding: 0; text-transform: none; color: var(--ink-dim); }
.pc-list li { font-size: 13px; padding-left: 15px; margin-bottom: 4px; }
.pc-list li::before { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-mute); top: .7em; }
.pc-tags { gap: 6px; margin-top: 2px; padding-top: 0; border: 0; }
.tech-tag { font-family: var(--sans); font-size: 10px; letter-spacing: 0; border: 0; background: #f3f5f1; padding: 3px 8px; border-radius: 2px; }
.project-card:hover .tech-tag { color: var(--ink-dim); }
.skills-wrap { grid-template-columns: 1fr 1fr; gap: 22px 30px; }
.skill-group:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.skill-group:last-child .group-label { grid-column: 1 / -1; }
.group-label { font-family: var(--sans); font-weight: 500; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--ink); margin-bottom: 0; padding-bottom: 10px; }
.group-label .sq { display: none; }
.skill { padding: 9px 0; }
.skill:last-child { border-bottom: 1px solid var(--hairline); }
.skill-top { gap: 8px; margin-bottom: 0; align-items: baseline; }
.skill-top svg { display: none; }
.skill-name { font-size: 12px; font-weight: 400; }
.skill-pct { font-family: var(--sans); font-size: 10px; letter-spacing: 0; color: var(--ink-dim); text-align: right; }
.skills-note { font-family: var(--sans); font-size: 11px; text-transform: none; letter-spacing: 0; margin-top: 0; gap: 8px; }
.skills-note::before { width: 4px; height: 4px; border-radius: 50%; }
.langs { grid-template-columns: repeat(3, 1fr); gap: 19px 25px; }
.lang-card { padding: 0 0 13px; gap: 5px; border: 0; border-bottom: 1px solid var(--hairline); background: none; }
.lang-icon { display: none; }
.lang-name { font-size: 14px; font-weight: 500; padding: 0; }
.lang-level { font-family: var(--sans); text-transform: none; letter-spacing: 0; color: var(--ink-dim); font-size: 12px; font-weight: 400; }
.lvl-chip { border: 0; background: #f3f5f1; padding: 0 6px; font-size: 10px; }
.lang-note { font-family: var(--sans); font-size: 10px; }
.interests-list li { display: flex; align-items: start; gap: 17px; padding: 0 0 19px; }
.interests-list li + li { padding-top: 19px; border-top: 1px solid var(--hairline); }
.interests-list li:last-child { padding-bottom: 0; }
.interest-number { font-family: var(--mono); font-size: 10px; color: var(--ink-mute); padding-top: 4px; }
.interests-list h3 { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.interests-list p { font-size: 12px; color: var(--ink-dim); max-width: 65ch; }
.interests-list svg { width: 18px; height: 18px; flex-shrink: 0; margin: 4px 0 0 auto; color: var(--ink-mute); }
.section.contact { background: #e9ede6; padding-block: 42px; margin-top: 0; }
.section.contact > .container { border-top: 0; padding-top: 0; }
.contact .sec-index { color: var(--red); }
.contact .sec-tag { color: var(--ink-dim); }
.giant { font-size: 32px; line-height: 1.2; text-transform: none; font-weight: 400; font-stretch: normal; letter-spacing: -.04em; margin-bottom: 14px; }
.contact-sub { font-size: 13px; max-width: 57ch; color: var(--ink-dim); margin-bottom: 20px; }
.mail-link { display: inline-flex; align-items: center; gap: 15px; font-size: 21px; font-weight: 500; font-stretch: normal; letter-spacing: -.025em; border-bottom: 1px solid var(--ink); padding-bottom: 5px; overflow-wrap: anywhere; }
.mail-link svg { width: 20px; height: 20px; flex-shrink: 0; }
.mail-link:hover { color: var(--red); border-color: var(--red); }
.contact-meta { margin-top: 23px; padding-top: 20px; border-color: #cbd3c8; gap: 10px 25px; }
.contact-meta .meta-item { color: var(--ink-dim); font-family: var(--sans); font-size: 11px; letter-spacing: 0; }
.contact-meta .meta-item svg { width: 13px; height: 13px; color: var(--ink-dim); }
.site-footer { border: 0; padding: 22px 0; }
.footer-inner p { font-family: var(--sans); font-size: 10px; letter-spacing: 0; }
.to-top { width: 40px; height: 40px; border: 0; }
@media screen and (max-width: 1100px) {
  .nav-links { gap: 15px; }
  .hero-inner { column-gap: 45px; grid-template-columns: minmax(0, 1fr) 250px; }
  .hero-name { font-size: clamp(46px, 6vw, 65px); }
}
@media screen and (max-width: 960px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .hero { padding-top: 46px; }
  .section > .container { grid-template-columns: 155px minmax(0, 1fr); gap: 22px; }
  .skills-wrap { grid-template-columns: 1fr; }
  .skill-group:last-child { display: block; }
  .overview { gap: 18px; }
  .overview dd { font-size: 12px; overflow-wrap: anywhere; }
}
@media screen and (max-width: 700px) {
  :root { --header-h: 66px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 140px; gap: 0 18px; align-items: start; }
  .hero-copy { display: contents; }
  .eyebrow { grid-column: 1 / -1; margin-bottom: 25px; font-size: 10px; }
  .hero-name { grid-column: 1 / -1; font-size: clamp(44px, 10.4vw, 66px); margin-bottom: 26px; }
  .hero-sub { grid-column: 1; font-size: 21px; align-self: center; }
  .portrait-wrap { grid-column: 2; grid-row: 3 / 5; margin-top: 0; width: 140px; }
  .portrait-frame { padding: 5px; }
  .portrait-wrap figcaption { margin-top: 10px; }
  .portrait-caption { font-size: 10px; }
  .portrait-caption-sub { font-size: 9px; }
  .hero-pitch { grid-column: 1; font-size: 13px; margin-bottom: 22px; padding-right: 7px; }
  .hero-actions { grid-column: 1 / -1; margin-top: 4px; }
  .overview { grid-template-columns: 1fr 1fr; margin-top: 30px; padding: 23px 0; gap: 18px; }
  .overview > div:last-child { grid-column: 1 / -1; }
  .overview > div:last-child dd { display: inline-block; margin-right: 16px; }
  .section { padding-block: 30px; }
  .section > .container { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .section > .container > :not(.sec-head) { grid-column: 1; }
  .sec-head { grid-column: 1; grid-row: auto; display: grid; grid-template-columns: auto 1fr; gap: 2px 11px; align-items: baseline; }
  .sec-index { margin: 0; }
  .sec-tag { grid-column: 2; display: block; }
  .sec-title { font-size: 21px; }
  .section + .section > .container { padding-top: 29px; }
  .pullquote { font-size: 25px; }
  .langs { grid-template-columns: 1fr 1fr; }
  .pc-head { flex-direction: row; }
  .pc-titlerow { flex-direction: column; gap: 5px; }
  .giant { font-size: 29px; }
  .mail-link { font-size: clamp(15px, 4.3vw, 21px); gap: 8px; }
  .skills-wrap { gap: 22px; }
  .section.contact { padding-block: 32px; }
}
@media screen and (max-width: 380px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) 110px; gap: 0 14px; }
  .portrait-wrap { width: 110px; }
  .hero-sub { font-size: 18px; }
  .hero-actions .btn { width: 100%; }
  .eyebrow span { margin-inline: 4px; }
}
@media print {
  @page { size: A4; margin: 13mm 14mm; }
  :root { --bg: #fff; --ink: #202925; --ink-dim: #414d45; --ink-mute: #526057; --hairline: #d5dbd3; }
  html, body { margin: 0; padding: 0; background: white; font-size: 9pt; line-height: 1.45; }
  main, .hero, .section { position: static; z-index: auto; }
  .container { width: 100%; }
  .site-header, .mobile-menu, .print-header, .site-footer, .hero-actions, .btn, .skip-link { display: none !important; }
  .hero { display: block !important; min-height: 0; padding: 0 0 3mm; }
  .hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 31mm; gap: 0 9mm; align-items: start; }
  .eyebrow { font-size: 7pt; margin-bottom: 3mm; }
  .hero-name { font-size: 30pt; line-height: 1; margin: 0 0 3mm; }
  .hero-name br { display: none; }
  .hero-name > span:not(.name-period)::before { content: ' '; }
  .hero-sub { font-size: 10pt; margin-bottom: 2mm; }
  .hero-sub br { display: none; }
  .hero-sub br::after { content: ' '; }
  .hero-pitch { font-size: 8pt; line-height: 1.45; margin: 0; max-width: none; }
  .portrait-wrap { width: 31mm; margin: 0; }
  .portrait-frame { padding: 1mm; }
  .portrait-wrap figcaption { margin-top: 2mm; }
  .portrait-caption { font-size: 6pt; }
  .portrait-caption-sub { font-size: 5.5pt; }
  .overview { margin-top: 4mm; padding: 3mm 0 0; gap: 4mm; }
  .overview dt { font-size: 6pt; margin-bottom: 1mm; }
  .overview dd { font-size: 7pt; }
  .overview .overview-note { font-size: 6pt; margin-top: .5mm; }
  .section, .section.alt { padding: 3mm 0; background: #fff; }
  .section > .container { grid-template-columns: 31mm minmax(0, 1fr); gap: 2mm 6mm; }
  .section + .section { padding-top: 0; }
  .section + .section > .container { padding-top: 3mm; }
  .sec-head { gap: 1mm; }
  .sec-index { font-size: 6pt; margin: 0 0 1mm; }
  .sec-title { font-size: 11pt; }
  .sec-tag { font-size: 6pt; }
  .pullquote { display: none; }
  .profil-copy p { font-size: 8pt; line-height: 1.45; margin: 0; }
  .profil-copy p + p { margin-top: 2mm; }
  .career-note { padding: 2mm 3mm; margin-top: 2mm; }
  .career-note strong { font-size: 7pt; }
  .career-note p { font-size: 7pt; margin-top: .5mm; }
  .tl-item { display: grid; grid-template-columns: 22mm minmax(0, 1fr); gap: .5mm 3mm; padding: 0 0 2.5mm; break-inside: avoid; }
  .tl-item + .tl-item { padding-top: 2.5mm; }
  .tl-top { grid-column: 1; grid-row: 1 / 3; display: block; margin-bottom: 0; }
  .tl-top .tag { display: block; width: fit-content; margin-top: 1mm; }
  .tl-item h3, .tl-item p { grid-column: 2; }
  .tl-years { font-size: 7pt; }
  .tag { font-size: 6pt; padding: 0 1mm; }
  .tl-item h3 { font-size: 9pt; margin-bottom: .5mm; }
  .tl-item p { font-size: 7.5pt; }
  .projects { gap: 3mm; }
  .project-card { padding: 0; gap: 1.5mm; break-inside: avoid; }
  .project-card + .project-card { padding-top: 3mm; }
  .pc-index, .pc-date { font-size: 6pt; }
  .project-card h3 { font-size: 10pt; }
  .pc-role { font-size: 6.5pt; }
  .pc-list li { font-size: 7.5pt; margin-bottom: .5mm; }
  .tech-tag { font-size: 6pt; padding: .5mm 1.5mm; }
  .pc-tags { padding-top: 0; }
  #kenntnisse { break-before: page; padding-top: 0; }
  #kenntnisse > .container { border-top: 0; padding-top: 0; }
  .skills-wrap { grid-template-columns: 1fr 1fr; gap: 4mm 6mm; }
  .skill-group:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 6mm; }
  .group-label { font-size: 8pt; padding-bottom: 2mm; }
  .skill { padding: 2mm 0; }
  .skill-top { margin: 0; }
  .skill-name { font-size: 8pt; }
  .skill-pct { font-size: 7pt; }
  .skills-note { font-size: 7pt; margin-top: 1mm; }
  .langs { grid-template-columns: repeat(3, 1fr); gap: 3mm; }
  .lang-card { padding: 0 0 2mm; gap: 1mm; }
  .lang-name { font-size: 8.5pt; }
  .lang-level { font-size: 7.5pt; color: var(--ink-dim); }
  .lang-note, .lvl-chip { font-size: 6.5pt; }
  .interests-list li { gap: 3mm; padding-bottom: 3mm; break-inside: avoid; }
  .interests-list li + li { padding-top: 3mm; }
  .interest-number { font-size: 6pt; }
  .interests-list h3 { font-size: 8.5pt; margin-bottom: 1mm; }
  .interests-list p { font-size: 7.5pt; }
  .interests-list svg { width: 11px; height: 11px; }
  .section.contact { border-top: 1px solid var(--hairline); padding: 5mm 0 0; break-inside: avoid; }
  .giant { font-size: 15pt; margin-bottom: 2mm; }
  .contact-sub { font-size: 8pt; margin-bottom: 2mm; }
  .mail-link { font-size: 11pt; border-bottom: 1px solid var(--ink); margin: 0; }
  .contact-meta { padding-top: 2mm; margin-top: 3mm; gap: 3mm; }
  .contact-meta .meta-item { font-size: 7pt; }
  .bar, .dots { display: none !important; }
}
