@font-face {
  font-family: Nimbus;
  src: url('/assets/nimbus-sans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nimbus;
  src: url('/assets/nimbus-sans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: Nimbus, Arial, sans-serif;
  font-synthesis: none;
  font-weight: 400;
  color: #102445;
  background: #174bce;
  --blue: #174bce;
  --navy: #102445;
  --paper: #f3f5f9;
  --ice: #b5cdff;
  --muted: #5b6d87;
  --line: #d7dfec;
  --dark-line: #344966;
  --gutter: clamp(1.5rem, 4.6vw, 5rem);
  --space-y: clamp(2rem, 5.2vh, 4.5rem);
  --layout-gap: clamp(2.5rem, 5vw, 5rem);
  --card-padding: clamp(1.5rem, 2.6vw, 2.5rem);
  --radius: 0.75rem;
  --header-height: 4.25rem;
  --footer-height: 5rem;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; }
button, input, select { font: inherit; }
button, input, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { color: inherit; cursor: pointer; border: 0; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, figure { margin: 0; }
p { line-height: 1.6; }
h1, h2, h3 { font-weight: 400; }
h1, h2, h3, p, a, button, summary { overflow-wrap: anywhere; }
h1, h2, h3 { text-wrap: balance; }
img { display: block; width: 100%; height: auto; }
[hidden] { display: none !important; }
::selection { background: #bed0ff; color: var(--navy); }
:where(button, a, input, select, summary, [tabindex="0"]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  background: white;
  color: var(--navy);
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
}
.skip-link:focus { transform: none; }

/* Header and navigation occupy their own rows; content scrolls between them. */
.app {
  --chrome-bg: var(--blue);
  --chrome-ink: white;
  --chrome-muted: #cedcff;
  --chrome-line: rgba(255, 255, 255, .22);
  background: var(--chrome-bg);
  transition: background .5s var(--ease);
}
.app[data-tone="light"] {
  --chrome-bg: var(--paper);
  --chrome-ink: var(--navy);
  --chrome-muted: #5c6d86;
  --chrome-line: var(--line);
}
.app[data-tone="navy"] {
  --chrome-bg: var(--navy);
  --chrome-ink: white;
  --chrome-muted: #bfcee5;
  --chrome-line: var(--dark-line);
}
.header {
  min-height: 4.75rem;
  padding: calc(0.75rem + env(safe-area-inset-top)) max(var(--gutter), env(safe-area-inset-right)) 0.75rem max(var(--gutter), env(safe-area-inset-left));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  color: var(--chrome-ink);
  border-bottom: 1px solid var(--chrome-line);
  transition: color .4s, border-color .4s;
}
.brand { display: flex; align-items: center; gap: 1rem; min-height: 2.75rem; }
.monogram { font-size: 2.125rem; font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.monogram > span { color: var(--ice); }
.app[data-tone="light"] .monogram > span { color: var(--blue); }
.brand-name { font-size: 0.875rem; line-height: 1.3; }
.header-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; font-size: 0.875rem; }
.header-links a { display: flex; align-items: center; gap: 0.75rem; min-height: 2.75rem; }
.header-links a > span { font-size: 1.25rem; }
.header-contact { padding: 0.5rem 1.125rem; border: 1px solid var(--chrome-line); border-radius: 3rem; }
.header-contact:hover { background: var(--chrome-line); }
.language-control { position: relative; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: .5rem; min-width: 3.75rem; min-height: 2.75rem; padding: .5rem .625rem; border: 1px solid var(--chrome-line); border-radius: .5rem; color: var(--chrome-ink); }
.language-code { font-size: .875rem; line-height: 1; letter-spacing: .025em; }
.language-control select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; font-size: 1rem; }
.language-control:focus-within { outline: 2px solid var(--chrome-ink); outline-offset: 3px; }
.language-control:hover { background: var(--chrome-line); }
html[lang="de"] :is(h2, h3, p, button, a, summary) { hyphens: auto; }
.stage { position: relative; outline: none; }
.scene {
  position: relative;
  isolation: isolate;
  scrollbar-width: thin;
  scrollbar-color: #7c95bc transparent;
  overscroll-behavior: contain;
  scroll-padding-block: 2rem;
}
.scene-profile, .scene-engagement { color: white; background: var(--blue); }
.scene-career, .scene-contact { color: var(--navy); background: var(--paper); }
.scene-contribution, .scene-running { color: white; background: var(--navy); }
.scene-inner {
  width: 100%;
  max-width: 90rem;
  min-height: 100%;
  margin-inline: auto;
  padding: var(--space-y) max(var(--gutter), env(safe-area-inset-right)) var(--space-y) max(var(--gutter), env(safe-area-inset-left));
}
.scene-inner > *, .profile-layout > *, .running-layout > * { min-width: 0; }
.eyebrow {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.chapter-dot { display: none; }
.display-title {
  font-size: clamp(2.75rem, 4.8vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.display-title > span { color: var(--blue); }
.scene-contribution .display-title > span,
.scene-running .display-title > span,
.scene-engagement .display-title > span { color: var(--ice); }
.intro-text { font-size: 1.0625rem; line-height: 1.7; color: var(--muted); max-width: 38ch; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
  min-height: 3.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1.4;
  transition: background .25s, box-shadow .25s;
}
.button-light { background: white; color: var(--navy); }
.button-light:hover { background: #edf3ff; box-shadow: 0 6px 20px rgba(0, 0, 0, .08); }
.arrow-disc {
  display: grid;
  place-items: center;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #edf2fc;
  color: var(--blue);
  font-size: 1.5rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 2.75rem;
  padding-block: 0.625rem;
  border-bottom: 1px solid #bfcde1;
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-link > span { font-size: 1.25rem; }
.text-link:hover { color: var(--blue); border-color: var(--blue); }

/* A portrait with a separate caption, never a text overlay. */
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  min-height: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.profile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--space-y) var(--gutter);
}
.profile-heading { width: 100%; }
.profile-heading > .eyebrow { color: #d1deff; margin-bottom: 2rem; }
.profile-heading h1 { font-size: clamp(4.5rem, 7.5vw, 7.25rem); line-height: 1.04; letter-spacing: -.04em; }
.profile-heading h1 > .profile-firstname { display: block; font-size: .61em; line-height: 1.15; letter-spacing: -.025em; }
.profile-dot { color: var(--ice); }
.profile-role { font-size: clamp(1.125rem, 1.55vw, 1.5rem); line-height: 1.45; margin-top: 1.5rem; max-width: 28ch; }
.profile-role > span { display: block; margin-top: .375rem; font-size: .875em; color: #d1deff; }
.profile-promise { font-size: clamp(1.125rem, 1.6vw, 1.5rem); line-height: 1.5; letter-spacing: -.01em; margin-top: 1.5rem; color: #d9e4ff; max-width: 34ch; }
.profile-start { margin-top: 2rem; width: 100%; }
.profile-location { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 2.5rem; color: #d1deff; font-size: 0.75rem; letter-spacing: .06em; }
.profile-photo { display: grid; grid-template-rows: minmax(24rem, 1fr) auto; background: #a3a8b2; }
.profile-image { position: relative; overflow: hidden; min-width: 0; }
.profile-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.profile-photo figcaption { position: relative; padding: 1.5rem 2rem; background: #153a88; color: white; }
.profile-photo figcaption > span { display: block; font-size: 0.75rem; letter-spacing: .1em; color: #c6d8ff; margin-bottom: 0.5rem; }
.profile-photo figcaption > strong { display: block; font-size: 1.25rem; font-weight: 400; line-height: 1.5; letter-spacing: -.01em; }

/* One employer identity, one clear mission panel. */
.career-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  grid-template-areas: 'intro explorer' 'details explorer' 'timeline timeline';
  gap: 2rem var(--layout-gap);
  align-items: start;
  align-content: center;
}
.career-intro { grid-area: intro; }
.career-details { grid-area: details; }
.career-intro > .eyebrow { margin-bottom: 1.5rem; color: var(--muted); }
.career-identity .display-title { font-size: clamp(3rem, 4.8vw, 4.5rem); }
.career-identity .employer-dot { color: #87a5df; }
.career-identity h3 { font-size: clamp(1.625rem, 2.25vw, 2rem); line-height: 1.2; letter-spacing: -.02em; margin-top: 1.25rem; max-width: 26ch; }
.career-job { font-size: 1rem; line-height: 1.6; margin-top: 1.25rem; }
.career-period { font-size: 0.875rem; line-height: 1.65; color: var(--muted); margin-top: 0.5rem; max-width: 42ch; }
.career-context { font-size: 1rem; line-height: 1.65; color: var(--muted); margin-top: 1.25rem; max-width: 39ch; }
.career-scope { color: var(--blue); font-size: 0.875rem; line-height: 1.6; }
.career-progression { border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 0.375rem; max-width: 28rem; }
.career-progression summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 2.75rem; padding-block: 0.5rem; font-size: 0.875rem; line-height: 1.5; color: #405c88; cursor: pointer; list-style: none; }
.career-progression summary::-webkit-details-marker { display: none; }
.career-progression summary > span { font-size: 1.5rem; flex-shrink: 0; transition: transform .2s; }
.career-progression[open] summary > span { transform: rotate(45deg); }
.career-progression ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; gap: 1.25rem 1rem; margin: 1rem 0 0.5rem; padding: 0; }
.career-progression li { border-left: 2px solid #c9d6ec; padding-left: 0.875rem; line-height: 1.5; }
.career-progression li:first-child { border-color: var(--blue); }
.career-progression li > span { display: block; font-size: 0.75rem; color: var(--muted); margin-bottom: 0.25rem; }
.career-progression strong { display: block; font-size: 0.875rem; font-weight: 400; }
.career-progression li:first-child strong { color: var(--blue); }
.career-cv { margin-top: 0.75rem; }
.career-explorer { grid-area: explorer; padding: var(--card-padding); background: white; border-radius: var(--radius); }
.mission-intro { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1rem; font-size: 0.75rem; line-height: 1.6; color: var(--muted); }
.mission-intro > p { letter-spacing: .06em; }
.mission-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.5rem; margin-top: 1.25rem; }
.mission-tabs > button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  min-width: 0;
  min-height: 3.75rem;
  padding: 0.625rem 0.375rem;
  background: transparent;
  border-bottom: 2px solid #e1e7f1;
  color: var(--muted);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: color .2s, border-color .2s, background .2s;
}
.mission-tabs > button > span { font-size: 0.75rem; font-variant-numeric: tabular-nums; }
.mission-tabs > button[aria-selected="true"] { color: var(--blue); border-color: var(--blue); }
.mission-tabs > button:hover { color: var(--blue); background: #f3f6fc; }
.mission-panel { padding-top: 1.75rem; }
.mission-category { font-size: 0.75rem; line-height: 1.65; letter-spacing: .055em; color: var(--muted); }
.mission-panel h3 { font-size: clamp(1.75rem, 2.35vw, 2.125rem); line-height: 1.22; letter-spacing: -.025em; margin-top: 1rem; }
.mission-panel ul, .evidence-list { display: grid; gap: 0.875rem; padding-left: 1.125rem; margin: 1.5rem 0 0; color: #435977; font-size: 1rem; line-height: 1.65; }
.mission-panel li, .evidence-list li { padding-left: 0.25rem; overflow-wrap: anywhere; }
.mission-panel li::marker, .evidence-list li::marker { color: var(--blue); font-size: .7em; }
.mission-value { border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1.25rem; }
.mission-value > span { font-size: 0.75rem; line-height: 1.6; letter-spacing: .06em; color: var(--muted); }
.mission-value > p { font-size: 1.125rem; line-height: 1.5; margin-top: 0.625rem; color: var(--navy); }
.career-other > p { font-size: 0.75rem; letter-spacing: .08em; color: var(--muted); }
.career-other h3 { font-size: clamp(1.75rem, 2.4vw, 2.125rem); line-height: 1.2; letter-spacing: -.025em; margin-top: 1.5rem; }
.career-other .evidence-list { margin-top: 1.5rem; gap: 1.25rem; }
.career-timeline { grid-area: timeline; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.timeline-context { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.75rem; line-height: 1.6; letter-spacing: .06em; color: var(--muted); }
.timeline-context > span:last-child { flex-shrink: 0; font-variant-numeric: tabular-nums; letter-spacing: 0; }
.timeline-labels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.timeline-labels button { display: flex; flex-direction: column; gap: .25rem; min-width: 0; min-height: 3.5rem; padding: .875rem .25rem .375rem; border-top: 2px solid var(--line); background: transparent; color: var(--muted); text-align: left; font-size: .875rem; line-height: 1.5; }
.timeline-labels button:nth-child(2) { text-align: center; align-items: center; }
.timeline-labels button:last-child { text-align: right; align-items: flex-end; }
.timeline-labels button > span:first-child { font-size: .75rem; }
.timeline-labels button[aria-pressed="true"] { color: var(--blue); border-color: var(--blue); }
.timeline-labels button[aria-pressed="true"] > span:last-child { font-weight: 700; }

/* Contribution: readable evidence, with room for the longest selection. */
.contribution-layout, .engagement-layout, .contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem var(--layout-gap);
  align-items: center;
  align-content: center;
}
.contribution-intro > .eyebrow, .running-copy > .eyebrow, .engagement-intro > .eyebrow { color: #c2d2ec; margin-bottom: 1.75rem; }
.contribution-intro .intro-text, .engagement-intro .intro-text { color: #c7d5ed; margin-top: 1.5rem; }
.need-options { margin-top: 2rem; }
.need-short { display: none; }
.need-options button { display: flex; align-items: center; gap: 1rem; width: 100%; min-height: 4rem; padding: 1rem 0; border-bottom: 1px solid var(--dark-line); background: transparent; color: #bacbe5; font-size: 1.0625rem; line-height: 1.5; text-align: left; transition: color .2s; }
.need-options button:first-child { border-top: 1px solid var(--dark-line); }
.option-number { font-size: .75rem; font-variant-numeric: tabular-nums; flex: 0 0 1.25rem; }
.option-arrow { font-size: 1.5rem; margin-left: auto; flex-shrink: 0; opacity: 0; }
.need-options button[aria-selected="true"], .need-options button:hover { color: white; }
.need-options button[aria-selected="true"] .option-arrow { opacity: 1; }
.need-panel { background: #edf3ff; color: var(--navy); border-radius: var(--radius); padding: var(--card-padding); }
.proof-topline { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; line-height: 1.6; letter-spacing: .055em; }
.proof-index { font-size: 1rem; letter-spacing: 0; font-variant-numeric: tabular-nums; color: #5879b3; }
.proof-company { font-size: .875rem; color: var(--blue); margin-top: 2rem; }
.proof-fact { font-size: clamp(2.5rem, 3.7vw, 3.75rem); line-height: 1.13; letter-spacing: -.03em; margin-top: 1rem; min-height: 7rem; }
.proof-fact > span { color: #6289d6; }
.proof-fact.is-number { display: flex; flex-wrap: wrap; align-items: baseline; gap: .24em; font-size: clamp(4.5rem, 6vw, 5.5rem); line-height: 1.15; letter-spacing: 0; font-variant-numeric: lining-nums tabular-nums; }
.proof-fact.is-number > .range-number { color: var(--navy); font-size: 1em; letter-spacing: 0; flex-shrink: 0; }
.proof-fact.is-number > .range-word { color: #5271a7; font-size: .35em; letter-spacing: 0; flex-shrink: 0; }
.proof-context { font-size: 1rem; line-height: 1.65; color: #4c6283; margin-top: 1.25rem; }
.proof-result { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid #c9d7ef; }
.proof-result > span { font-size: .75rem; letter-spacing: .06em; line-height: 1.6; color: var(--muted); }
.proof-result > p { font-size: clamp(1.25rem, 1.7vw, 1.5rem); line-height: 1.45; letter-spacing: -.01em; margin-top: .75rem; }
.foundation-strip { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--dark-line); }
.foundation-strip > div { min-width: 0; }
.foundation-strip > div > span { color: #afc3e3; font-size: .75rem; letter-spacing: .08em; }
.foundation-strip p { font-size: 1rem; line-height: 1.5; margin-top: .75rem; color: #edf3ff; }
.foundation-strip p > span { display: block; color: #afc3e3; font-size: .875rem; line-height: 1.6; margin-top: .25rem; }

/* The running photograph and records form distinct, consecutive surfaces. */
.running-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: var(--layout-gap); align-items: center; min-height: 100%; max-width: 90rem; margin-inline: auto; padding: var(--space-y) var(--gutter); }
.running-visual { background: #1b3457; border-radius: var(--radius); }
.running-photo { position: relative; aspect-ratio: 6 / 5; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; background: #48586f; }
.running-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.running-copy .display-title { font-size: clamp(2.5rem, 4.1vw, 3.75rem); line-height: 1.1; }
.running-intro { font-size: 1rem; line-height: 1.7; color: #c1d0e7; margin-top: 1.5rem; max-width: 42ch; }
.habits { margin-top: 1.75rem; }
.habits > div { display: grid; grid-template-columns: 1.25rem minmax(0, 1fr); gap: .5rem 1rem; padding: 1.25rem 0; border-top: 1px solid var(--dark-line); }
.habits > div > span { font-size: .75rem; color: #acc3e9; padding-top: .25rem; font-variant-numeric: tabular-nums; }
.habits h3 { font-size: 1.125rem; line-height: 1.45; }
.habits p { grid-column: 2; font-size: 1rem; line-height: 1.6; color: #bacde7; }
.record-studio { padding: 1.5rem var(--card-padding); color: white; }
.record-topline > span { display: block; color: #c0d2ef; font-size: .75rem; letter-spacing: .065em; line-height: 1.6; }
.record-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; margin-top: .75rem; }
.record-options button { min-height: 2.75rem; padding: .5rem; font-size: .875rem; line-height: 1.5; color: #c0d2ef; background: transparent; border-bottom: 1px solid #466082; }
.record-options button[aria-selected="true"] { color: white; background: #2a4770; border-color: #bbd1ff; border-radius: .375rem .375rem 0 0; }
.record-options button:hover { color: white; }
.record-panel { margin-top: 1.25rem; }
.record-time { font-size: clamp(2.75rem, 4vw, 3.75rem); line-height: 1.2; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.record-time > span { font-size: .48em; color: #b6cdf4; padding-inline: .055em; }
.record-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .375rem 1rem; font-size: .875rem; color: #bfd1ed; line-height: 1.6; margin-top: .625rem; }
.record-meta > span { min-width: 0; overflow-wrap: anywhere; }
.record-meta > span:first-child { color: white; }
.allure-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid #456083; }
.allure-description { display: grid; gap: .25rem; min-width: 0; }
.allure-description > strong { font-size: 1.125rem; line-height: 1.4; font-weight: 400; }
.allure-description > span { color: #bfd1ed; font-size: .875rem; line-height: 1.6; }
.allure-link > span:last-child { font-size: 1.5rem; flex-shrink: 0; }
.allure-link:hover .allure-description > span { color: white; }

/* A quiet, clearly dated association feature. */
.engagement-conviction { font-size: 1.375rem; line-height: 1.5; letter-spacing: -.01em; margin-top: 2rem; color: #d2e0ff; }
.engagement-feature { background: #edf3ff; color: var(--navy); border-radius: var(--radius); padding: var(--card-padding); }
.engagement-feature-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .625rem 1rem; font-size: .75rem; line-height: 1.6; letter-spacing: .055em; color: var(--muted); }
.engagement-feature-top > span:last-child { color: var(--blue); letter-spacing: .1em; }
.engagement-date { font-size: .875rem; color: var(--muted); margin-top: 1.75rem; }
.engagement-feature h3 { font-size: clamp(3rem, 4.6vw, 4.125rem); line-height: 1.08; letter-spacing: -.035em; margin-top: 1rem; color: var(--blue); }
.engagement-feature h3 > span { color: #7598dc; }
.engagement-role { font-size: 1.375rem; line-height: 1.4; margin-top: 1.5rem; }
.engagement-club { font-size: .875rem; color: var(--muted); margin-top: .375rem; }
.engagement-description { font-size: 1rem; line-height: 1.7; color: #4c6283; border-top: 1px solid #cbd9ef; margin-top: 1.5rem; padding-top: 1.5rem; }
.engagement-history { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 2rem; align-items: start; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,.25); }
.engagement-history > div { min-width: 0; }
.engagement-history-label > span { font-size: .75rem; line-height: 1.6; letter-spacing: .065em; color: #d1dfff; }
.engagement-history-label h3 { font-size: 1.375rem; line-height: 1.4; letter-spacing: -.01em; margin-top: .875rem; }
.engagement-history-label p { font-size: .875rem; color: #d1dfff; margin-top: .5rem; }
.engagement-history-proof > strong { font-size: 3rem; line-height: 1.15; font-weight: 400; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.engagement-history-proof > strong > span { font-size: 1.375rem; color: #d1dfff; }
.engagement-history-proof p { font-size: .875rem; color: #dce7ff; margin-top: .75rem; line-height: 1.6; }

/* Contact: flexible text and controls, including long email addresses. */
.contact-intro > .eyebrow { color: var(--muted); margin-bottom: 1.75rem; }
.contact-intro .intro-text { margin-top: 1.5rem; }
.restart-link { margin-top: 1.75rem; }
.contact-card { background: var(--blue); color: white; border-radius: var(--radius); }
.contact-card-profile { display: flex; align-items: center; gap: 1rem; padding: 1.5rem var(--card-padding); border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-card-profile img { flex: 0 0 3.25rem; width: 3.25rem; height: 3.25rem; border-radius: 50%; object-fit: cover; object-position: 50% 34%; }
.contact-card-profile > div { min-width: 0; }
.contact-card-profile h3 { font-size: 1.125rem; line-height: 1.4; }
.contact-card-profile p { font-size: .875rem; line-height: 1.5; margin-top: .375rem; color: #d6e2ff; }
.contact-card-content { padding: 1.75rem var(--card-padding) 1rem; }
.contact-card-content > .eyebrow { color: #d1deff; }
.contact-focus { font-size: clamp(1.875rem, 2.7vw, 2.5rem); line-height: 1.2; letter-spacing: -.025em; margin-top: 1.25rem; }
.contact-summary { font-size: 1rem; line-height: 1.65; margin-top: 1rem; color: #dbe6ff; max-width: 38ch; }
.contact-cta { width: 100%; margin-top: 1.75rem; }
.email-line { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: 1.125rem; font-size: .875rem; line-height: 1.6; color: #dbe6ff; }
.email-line > a { min-width: 0; overflow-wrap: anywhere; padding-block: .625rem; }
.email-line button { display: grid; place-items: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; color: white; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.email-line button:hover { background: rgba(255,255,255,.1); }
.copy-status { font-size: .75rem; line-height: 1.5; min-height: 1.5em; margin-top: .5rem; color: #edf3ff; }
.contact-card-links { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); border-top: 1px solid rgba(255,255,255,.22); border-radius: 0 0 var(--radius) var(--radius); }
.contact-card-links > a { display: flex; justify-content: space-between; align-items: center; gap: .75rem; min-height: 4rem; padding: 1.125rem 1.5rem; font-size: .875rem; line-height: 1.5; }
.contact-card-links > a + a { border-left: 1px solid rgba(255,255,255,.22); }
.contact-card-links > a > span { font-size: 1.25rem; flex-shrink: 0; }
.contact-card-links > a:hover { background: rgba(255,255,255,.08); }
.contact-footnote { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; font-size: .75rem; line-height: 1.6; color: var(--muted); }
.contact-footnote a { display: flex; align-items: center; gap: 1rem; min-height: 2.75rem; }
.contact-footnote a > span { font-size: 1.125rem; }

.journey-footer {
  display: grid;
  grid-template-columns: minmax(7.5rem, .9fr) minmax(0, 4fr) minmax(12.5rem, 1.3fr);
  gap: 2rem;
  align-items: center;
  min-height: 6rem;
  padding: .875rem var(--gutter) calc(.875rem + env(safe-area-inset-bottom));
  color: var(--chrome-ink);
  border-top: 1px solid var(--chrome-line);
  transition: color .4s, border-color .4s;
}
.journey-footer > * { min-width: 0; }
.journey-caption { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .75rem; background: transparent; padding: 0; text-align: left; }
.chapter-counter { display: inline-flex; align-items: baseline; gap: .5rem; font-size: 1.125rem; line-height: 1.4; font-variant-numeric: tabular-nums; }
.chapter-counter > #total-chapters { font-size: .75rem; color: var(--chrome-muted); }
.menu-label, .menu-caret, .nav-index { display: none; }
.current-chapter-name { display: none; font-size: .875rem; line-height: 1.4; }
.gesture-hint { display: flex; align-items: center; gap: .5rem; width: 100%; font-size: .75rem; line-height: 1.4; color: var(--chrome-muted); }
.chapter-nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .75rem; }
.chapter-nav > a { display: flex; flex-direction: column; justify-content: center; gap: .75rem; min-width: 0; min-height: 2.75rem; padding-block: .25rem; color: var(--chrome-muted); }
.nav-track { display: block; position: relative; height: 2px; width: 100%; background: var(--chrome-line); overflow: hidden; }
.nav-track > span { display: block; position: absolute; inset: 0; background: var(--chrome-ink); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease), background .4s; }
.chapter-nav > a[aria-current="step"] { color: var(--chrome-ink); }
.chapter-nav > a[aria-current="step"] .nav-track > span,
.chapter-nav > a.is-past .nav-track > span,
.chapter-nav > a:hover .nav-track > span { transform: scaleX(1); }
.chapter-nav > a.is-past .nav-track > span { opacity: .45; }
.nav-step-name { font-size: .875rem; line-height: 1.4; }
.step-controls { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.step-back { display: grid; place-items: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; border-radius: 50%; border: 1px solid var(--chrome-line); background: transparent; font-size: 1.5rem; }
.step-back:disabled { opacity: .3; }
.step-back:not(:disabled):hover { background: var(--chrome-line); }
.step-next { display: flex; align-items: center; justify-content: space-between; gap: .875rem; min-width: 0; min-height: 2.75rem; padding: 0; background: transparent; font-size: .875rem; line-height: 1.4; text-align: left; }
.next-copy { min-width: 0; }
.next-caption { display: none; }
.next-icon { display: grid; place-items: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--chrome-ink); color: var(--chrome-bg); font-size: 1.5rem; transition: color .4s, background .4s; }
.step-next:hover .next-icon { opacity: .85; }

/* Progressive enhancement keeps all content available without scripting. */
body:not(.is-ready) .journey-footer { display: none; }
body:not(.is-ready) .profile-layout { min-height: 42rem; }
.no-script-note { padding: 2rem var(--gutter); background: white; color: var(--navy); text-align: center; }
.no-script-note a { text-decoration: underline; }
.is-ready { height: 100vh; height: 100dvh; overflow: hidden; }
.is-ready .app { height: 100vh; height: 100dvh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.is-ready .stage { min-height: 0; overflow: hidden; touch-action: pan-y pinch-zoom; }
.is-ready .scene { position: absolute; inset: 0; overflow-x: hidden; overflow-y: auto; visibility: hidden; pointer-events: none; contain: layout paint; }
.is-ready .scene.is-active, .is-ready .scene.is-leaving { visibility: visible; }
.is-ready .scene.is-active { pointer-events: auto; z-index: 2; }
.is-ready .scene.is-leaving { pointer-events: none; z-index: 1; }

@media (max-width: 74.99rem) {
  .journey-footer { grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.5rem; }
  .step-next .next-copy { display: none; }
  .gesture-hint { display: none; }
  .profile-heading h1 { font-size: clamp(4rem, 7.5vw, 6rem); }
  .profile-location { margin-top: 2rem; }
}

/* Stack before text columns become too narrow; heights always follow content. */
@media (max-width: 63.99rem) {
  :root { --gutter: clamp(1.5rem, 4.4vw, 2.5rem); --layout-gap: 2rem; }
  .scene-inner { max-width: 48rem; }
  .career-layout, .contribution-layout, .engagement-layout, .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .career-layout { grid-template-areas: 'intro' 'explorer' 'details' 'timeline'; }
  .display-title { font-size: clamp(2.75rem, 6.5vw, 4rem); }
  .career-identity .display-title { font-size: clamp(3rem, 7vw, 4rem); }
  .career-identity h3 { max-width: none; }
  .career-context, .career-period, .career-progression, .intro-text { max-width: none; }
  .career-explorer { padding: 2rem; }
  .mission-panel h3 { font-size: 2rem; }
  .need-panel { padding: 2rem; }
  .proof-fact { font-size: 3.25rem; }
  .proof-fact.is-number { font-size: 5rem; }
  .proof-context { max-width: none; }
  .foundation-strip { gap: 1.5rem; }
  .running-layout { max-width: 48rem; grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .running-copy { order: -1; }
  .running-copy .display-title { font-size: clamp(2.75rem, 6.5vw, 3.75rem); }
  .running-intro { max-width: none; }
  .habits > div { grid-template-columns: 1.25rem minmax(5rem, .4fr) minmax(0, 1fr); }
  .habits p { grid-column: auto; }
  .running-photo { aspect-ratio: 5 / 4; }
  .running-photo img { object-position: 50% 18%; }
  .record-studio { padding: 1.75rem 2rem; }
  .record-time { font-size: 3.75rem; }
  .engagement-feature { padding: 2rem; }
  .engagement-feature h3 { font-size: 4rem; }
  .engagement-history { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engagement-history-label { grid-column: 1 / -1; }
  .contact-card { max-width: none; }
  .contact-summary { max-width: none; }
}

@media (max-width: 47.99rem) {
  .brand-name { display: none; }
  .header-links { gap: .75rem; }
  .profile-layout { grid-template-columns: minmax(0, 1fr) clamp(6.5rem, 32vw, 11rem); gap: 1.25rem; padding: 1.75rem max(var(--gutter), env(safe-area-inset-right)) 2rem max(var(--gutter), env(safe-area-inset-left)); align-items: center; align-content: center; }
  .profile-copy { display: contents; }
  .profile-heading { grid-column: 1; grid-row: 1; margin: 0; }
  .profile-heading > .eyebrow { margin-bottom: 1rem; letter-spacing: .055em; }
  .profile-photo { grid-column: 2; grid-row: 1; display: block; border-radius: .625rem; overflow: hidden; }
  .profile-image { aspect-ratio: 2 / 3; }
  .profile-image img { object-position: center; }
  .profile-photo figcaption { display: none; }
  .profile-heading h1 { font-size: clamp(2.375rem, 10.3vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
  .profile-heading h1 > .profile-firstname { font-size: .65em; margin-bottom: .25rem; }
  .profile-role, .profile-promise, .profile-start { grid-column: 1 / -1; margin: 0; max-width: none; }
  .profile-role { grid-row: 2; font-size: 1.375rem; line-height: 1.35; max-width: 25ch; }
  .profile-role > span { font-size: 1rem; margin-top: .5rem; }
  .profile-promise { grid-row: 3; font-size: 1rem; line-height: 1.6; letter-spacing: 0; }
  .profile-start { grid-row: 4; }
  .profile-start .button { width: 100%; }
  .profile-location { display: none; }
}

@media (max-width: 37.49rem) {
  :root { --gutter: 1.5rem; --space-y: 2rem; --card-padding: 1.5rem; }
  .header { min-height: 4.125rem; gap: .5rem 1rem; padding-block: calc(.5rem + env(safe-area-inset-top)) .5rem; }
  .brand { gap: .625rem; }
  .monogram { font-size: 1.875rem; }
  .brand-name { max-width: 5.25rem; font-size: .875rem; }
  .header-links { gap: 1rem; }
  .header-links a { gap: .375rem; }
  .header-contact { padding: 0; border: 0; }
  .header-links a > span { font-size: 1.125rem; }
  .display-title { font-size: clamp(2.5rem, 9.6vw, 3.25rem); line-height: 1.1; }
  .intro-text { font-size: 1rem; }
  .profile-start .button { width: 100%; }
  .career-intro > .eyebrow { margin-bottom: 1.25rem; }
  .career-identity .display-title { font-size: clamp(2.625rem, 11vw, 3.5rem); }
  .career-identity h3 { font-size: 1.5rem; margin-top: .875rem; }
  .career-job { margin-top: 1rem; }
  .career-context { margin-top: 1rem; }
  .career-explorer { padding: 1.5rem; }
  .mission-intro { gap: .375rem .75rem; }
  .mission-tabs { grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 1rem; gap: .5rem; }
  .mission-tabs > button { grid-column: span 2; min-height: 2.75rem; align-items: center; justify-content: center; padding: .5rem .25rem; border: 1px solid var(--line); border-radius: .375rem; }
  .mission-tabs > button:nth-last-child(-n+2) { grid-column: span 3; }
  .mission-tabs > button > span { display: none; }
  .mission-tabs > button[aria-selected="true"] { color: white; background: var(--blue); border-color: var(--blue); }
  .mission-panel h3 { font-size: 1.75rem; }
  .mission-panel { padding-top: 1.5rem; }
  .mission-panel ul { gap: 1rem; }
  .timeline-labels { gap: .75rem; }
  .timeline-labels button { font-size: .875rem; }
  .contribution-intro > .eyebrow, .running-copy > .eyebrow, .engagement-intro > .eyebrow, .contact-intro > .eyebrow { margin-bottom: 1.5rem; }
  .need-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; margin-top: 1.5rem; }
  .need-options button { font-size: .875rem; gap: 0; min-height: 3.5rem; text-align: center; justify-content: center; padding: .625rem .375rem; border: 1px solid #557198; border-radius: .5rem; }
  .need-options button:first-child { border-top-color: #557198; }
  .need-options button[aria-selected="true"] { background: #edf3ff; border-color: #edf3ff; color: var(--navy); }
  .need-options .need-long, .need-options .option-number, .need-options .option-arrow { display: none; }
  .need-options .need-short { display: inline; }
  .need-panel { padding: 1.5rem; }
  .proof-topline { letter-spacing: .035em; }
  .proof-fact { font-size: clamp(2.125rem, 8.6vw, 3rem); min-height: 6rem; }
  .proof-fact.is-number { font-size: 4.5rem; gap: .24em; }
  .proof-company { margin-top: 1.5rem; }
  .proof-result > p { font-size: 1.25rem; }
  .foundation-strip { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .foundation-strip > div { display: grid; grid-template-columns: minmax(0, 1fr); gap: .625rem; }
  .foundation-strip p { margin: 0; }
  .running-copy .display-title { font-size: clamp(2.375rem, 9.2vw, 3.125rem); }
  .habits > div { grid-template-columns: 1.25rem minmax(0, 1fr); gap: .5rem .875rem; }
  .habits p { grid-column: 2; }
  .running-photo { aspect-ratio: 6 / 5; }
  .running-photo img { object-position: 50% 15%; }
  .record-studio { padding: 1.5rem; }
  .record-time { font-size: clamp(2.5rem, 9.5vw, 3.375rem); }
  .record-meta { font-size: .875rem; }
  .engagement-conviction { font-size: 1.25rem; margin-top: 1.5rem; }
  .engagement-feature { padding: 1.5rem; }
  .engagement-feature h3 { font-size: clamp(2.75rem, 10.2vw, 3.5rem); }
  .engagement-history { gap: 1.75rem 1.25rem; }
  .engagement-history-proof > strong { font-size: 2.625rem; }
  .engagement-history-proof > strong > span { font-size: 1.25rem; }
  .engagement-history-proof p br { display: none; }
  .contact-card-profile { padding: 1.5rem; gap: .875rem; }
  .contact-card-content { padding: 1.5rem 1.5rem 1rem; }
  .contact-focus { font-size: 1.875rem; }
  .contact-card-links > a { padding: 1rem; }
  .contact-footnote { justify-content: flex-start; gap: .5rem 1rem; }
  .contact-footnote > span:last-child { margin-left: auto; }
}

@media (max-width: 23.49rem) {
  :root { --gutter: 1.125rem; }
  .brand-name { display: none; }
  .header-links { gap: .75rem; }
  .button { padding-left: 1.125rem; font-size: .9375rem; }
  .career-explorer, .need-panel, .engagement-feature, .record-studio { padding: 1.25rem; }
  .proof-fact { font-size: 2.125rem; }
  .proof-fact.is-number { font-size: 4.25rem; gap: .22em; }
  .record-time { font-size: 2.5rem; }
  .contact-card-profile, .contact-card-content { padding-inline: 1.25rem; }
  .contact-card-links { grid-template-columns: minmax(0, 1fr); }
  .contact-card-links > a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .engagement-history-proof > strong { font-size: 2.375rem; }
}

/* Touch devices and narrow windows use one continuous, zoomable document. */
.is-reading, .is-reading .app { height: auto; overflow: visible; }
.is-reading .app { display: block; padding-bottom: var(--footer-height); }
.is-reading .header { position: sticky; top: 0; z-index: 10; background: var(--chrome-bg); }
.is-reading .stage { overflow: visible; touch-action: auto; }
.is-reading .scene { position: relative; inset: auto; visibility: visible; pointer-events: auto; overflow: visible; contain: none; scroll-margin-top: var(--header-height); }
.is-reading .scene-inner, .is-reading .running-layout { min-height: 0; padding-top: 3rem; padding-bottom: 3rem; }
.is-reading .profile-layout { min-height: calc(100svh - var(--header-height) - var(--footer-height)); }
.is-reading .scene-contact { min-height: calc(100svh - var(--header-height) - var(--footer-height)); }
.is-reading .journey-footer { position: fixed; inset: auto 0 0; z-index: 20; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; min-height: 4.25rem; padding: .5rem max(var(--gutter), env(safe-area-inset-right)) calc(.5rem + env(safe-area-inset-bottom)) max(var(--gutter), env(safe-area-inset-left)); background: var(--chrome-bg); }
.is-reading .journey-caption { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .125rem .625rem; min-height: 3rem; max-width: 13rem; padding: .375rem .75rem; border: 1px solid var(--chrome-line); border-radius: .5rem; }
.is-reading .chapter-counter { flex-wrap: wrap; gap: .125rem .375rem; font-size: .75rem; line-height: 1.4; color: var(--chrome-muted); }
.is-reading .menu-label { display: inline; margin-right: .125rem; }
.is-reading .current-chapter-name { display: block; grid-column: 1; font-size: .875rem; line-height: 1.5; }
.is-reading .menu-caret { display: block; grid-column: 2; grid-row: 1 / 3; font-size: 1.25rem; line-height: 1; }
.is-reading .journey-caption[aria-expanded="true"] .menu-caret { transform: rotate(180deg); }
.is-reading .gesture-hint { display: none; }
.is-reading .chapter-nav { position: absolute; left: max(var(--gutter), env(safe-area-inset-left)); right: max(var(--gutter), env(safe-area-inset-right)); bottom: calc(100% + .5rem); display: grid; grid-template-columns: minmax(0, 1fr); gap: .25rem; max-width: 30rem; max-height: calc(100dvh - var(--header-height) - var(--footer-height) - 1rem); overflow-y: auto; overscroll-behavior: contain; padding: .625rem; background: var(--chrome-bg); border: 1px solid var(--chrome-line); border-radius: .875rem; box-shadow: 0 12px 48px #07183140; }
.is-reading .chapter-nav > a { flex-direction: row; align-items: center; justify-content: flex-start; gap: 1rem; min-height: 3rem; padding: .625rem .875rem; border-radius: .375rem; color: var(--chrome-ink); }
.is-reading .chapter-nav > a[aria-current="step"] { background: var(--chrome-line); }
.is-reading .nav-index { display: inline; font-size: .75rem; color: var(--chrome-muted); font-variant-numeric: tabular-nums; }
.is-reading .nav-track { display: none; }
.is-reading .nav-step-name { font-size: 1rem; }
.is-reading .step-controls { gap: .75rem; }
.is-reading .step-back { display: none; }
.is-reading .step-next { width: 100%; min-height: 3rem; gap: 1rem; }
.is-reading .step-next .next-copy { display: grid; gap: .125rem; }
.is-reading .next-caption { display: block; font-size: .75rem; color: var(--chrome-muted); }
.is-reading .next-icon { flex-basis: 2.5rem; width: 2.5rem; height: 2.5rem; }
.is-reading .contact-footnote { padding-bottom: .5rem; }

@media (max-width: 23.49rem) {
  .is-reading .journey-footer { gap: .75rem; }
  .is-reading .journey-caption { padding-inline: .625rem; }
  .is-reading .step-next { gap: .625rem; }
  .is-reading .next-icon { flex-basis: 2.25rem; width: 2.25rem; height: 2.25rem; }
}

/* Keep compact windows usable without shrinking the reading text. */
@media (min-width: 48rem) and (max-height: 50rem) {
  :root { --space-y: 2rem; }
  .header { min-height: 4.25rem; padding-top: .5rem; padding-bottom: .5rem; }
  .journey-footer { min-height: 5.25rem; padding-top: .625rem; padding-bottom: calc(.625rem + env(safe-area-inset-bottom)); }
  .profile-heading > .eyebrow { margin-bottom: 1.5rem; }
  .profile-heading h1 { font-size: clamp(4rem, 6.75vw, 6rem); }
  .profile-start { margin-top: 1.5rem; }
  .profile-location { margin-top: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media print {
  :root { background: white; color: var(--navy); }
  body.is-ready, .is-ready .app { height: auto; overflow: visible; display: block; background: white; }
  .is-reading .app { padding-bottom: 0; }
  .header, .journey-footer, .skip-link, .no-script-note, .mission-tabs, .need-options, .record-options, .career-timeline, .restart-link, .profile-start, .email-line button { display: none !important; }
  .is-ready .stage { overflow: visible; }
  .is-ready .scene { position: relative; inset: auto; overflow: visible; visibility: visible; contain: none; background: white; color: var(--navy); break-before: page; }
  .is-ready .scene:first-child { break-before: auto; }
  .scene-inner, .running-layout, .profile-layout { display: block; min-height: 0; padding: 1.5rem; }
  .profile-copy { padding: 0; }
  .profile-photo, .running-photo { display: none; }
  .display-title { font-size: 2.5rem; }
  .profile-heading h1 { font-size: 4rem; }
  .career-explorer, .need-panel, .engagement-feature, .contact-card, .running-visual, .record-studio { background: white; color: var(--navy); margin-top: 1.5rem; border: 1px solid var(--line); break-inside: avoid; }
  .scene p, .scene .eyebrow, .scene h3, .scene span, .scene strong, .scene li { color: var(--navy); }
  .foundation-strip, .engagement-history, .contact-footnote { margin-top: 1.5rem; }
}
