/* Automatisch erzeugt aus Assets/css/style.css. Änderungen über Werkzeuge/build-page-css.py übernehmen. */
:root {--ink: #202529;
  --forest: #344b5b;
  --sage: #aebbc4;
  --mint: #edf1f3;
  --cream: #f6f7f7;
  --paper: #ffffff;
  --coral: #6f8290;
  --line: rgba(32, 37, 41, .14);
  --serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;}
* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65;}
a {color: inherit; text-decoration: none; overflow-wrap: anywhere;}
img {max-width: 100%;}
h1, h2, h3, p {margin-top: 0;}
h1, h2, h3 {line-height: 1.12; text-wrap: balance;}
h1, h2 {font-family: var(--serif); font-weight: 600; letter-spacing: .045em; text-transform: uppercase;}
h1 {max-width: 100%; margin-bottom: 1.8rem; font-size: clamp(2.35rem, 3.6vw, 3.6rem); overflow-wrap: anywhere;}
h2 {font-size: clamp(1.8rem, 3.1vw, 3rem); margin-bottom: 1.5rem; overflow-wrap: anywhere;}
h3 {font-size: 1.4rem; margin-bottom: .8rem;}
.shell {width: min(1400px, calc(100% - 48px)); margin-inline: auto;}
.section {padding: 110px 0;}
.eyebrow, .section-label, .footer-label {font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;}
.eyebrow {color: var(--coral); margin-bottom: 1.4rem;}
.lead {max-width: 760px; font-size: clamp(1.15rem, 2vw, 1.4rem); color: rgba(32, 37, 41, .8);}
.large-copy {max-width: 800px; font-size: clamp(1.25rem, 2.2vw, 1.7rem);}
.skip-link {position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white;}
.skip-link:focus {top: 1rem;}
.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}
.site-header {position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line);}
.header-inner {min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem;}
.brand {display: inline-flex; align-items: center; gap: .75rem; font-size: .95rem; line-height: 1.15;}
.brand strong {display: block; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;}
.brand-logo {display: block; width: 62px; height: 62px; object-fit: cover; background: white; border-radius: 2px;}
.footer-brand .brand-logo {width: 76px; height: 76px;}
.main-nav {display: flex; align-items: center; gap: 2rem; font-size: .92rem;}
.main-nav a:not(.nav-cta) {border-bottom: 1px solid transparent;}
.main-nav a:hover {border-color: currentColor;}
.main-nav .nav-cta {padding: .72rem 1.1rem; color: white; background: var(--forest); border-radius: 2px;}
.nav-toggle {display: none; border: 0; background: none; padding: .5rem;}
.nav-toggle > span:not(.sr-only) {display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink);}
.button {display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 54px; padding: .8rem 1.35rem; border-radius: 2px; font-weight: 600; letter-spacing: .03em;}
.button-light {color: var(--forest); background: white;}
.button:hover {transform: translateY(-2px);}
.text-link {display: inline-flex; gap: .5rem; align-items: center; font-weight: 600; border-bottom: 1px solid currentColor;}
.split {display: grid; grid-template-columns: .65fr 2fr; gap: 50px;}
.section-label {padding-top: .6rem;}
.section-heading {display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 3rem;}
.section-heading > div {max-width: 750px;}
.section-heading h2 {margin-bottom: 0;}
.cta-section {padding: 110px 0; text-align: center; color: white; background: var(--forest);}
.cta-inner {display: flex; flex-direction: column; align-items: center;}
.cta-inner h2 {max-width: 850px;}
.cta-inner .eyebrow {color: var(--sage);}
.page-hero {padding: 110px 0 95px; background: var(--cream);}
.page-hero h1 {font-size: clamp(2.35rem, 3.5vw, 3.5rem);}
.about-hero-grid {display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: center;}
.about-hero-image {margin: 0; overflow: hidden;}
.about-hero-image img {display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 42%;}
.founder-section {background: var(--mint);}
.founder-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;}
.founder-card {min-height: 390px; padding: 2rem; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start;}
.founder-card.featured {color: white; background: var(--forest);}
.founder-card .founder-number {margin-bottom: auto; font-size: .76rem; letter-spacing: .14em;}
.founder-card h3 {margin-top: 2.5rem;}
.founder-role {min-height: 3.3rem; color: var(--coral); font-size: .82rem; font-weight: 700; line-height: 1.45;}
.founder-card.featured .founder-role {color: var(--sage);}
.founder-card .text-link {margin-top: auto;}
.story-image-section {padding: 110px 0;}
.story-image-grid {display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: center;}
.story-image-grid figure {margin: 0;}
.story-image-grid img {display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 48%;}
.story-image-grid figcaption {padding-top: .8rem; color: rgba(32,37,41,.65); font-size: .82rem;}
.updated-note {margin: .6rem 0 0; font-size: .82rem; color: rgba(32,37,41,.62);}
.site-footer {padding: 75px 0 25px; color: white; background: #283b48;}
.footer-grid {display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 65px;}
.footer-grid > div:not(:first-child) {display: flex; flex-direction: column; align-items: flex-start; gap: .5rem;}
.footer-label {color: var(--sage); margin-bottom: .8rem;}
.footer-grid span {line-height: 1.45;}
.footer-bottom {display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .82rem; color: rgba(255,255,255,.65);}
@media (max-width: 980px) {
body {font-size: 16px;}
.shell {width: min(100% - 32px, 1400px);}
.section {padding: 75px 0;}
.nav-toggle {display: block;}
.main-nav {display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 1.5rem 24px 2rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 1rem;}
.main-nav.open {display: flex;}
.main-nav .nav-cta {text-align: center;}
.about-hero-grid, .story-image-grid {grid-template-columns: 1fr; gap: 45px;}
.split {grid-template-columns: 1fr; gap: 20px;}
.section-heading {align-items: flex-start; flex-direction: column;}
.founder-grid {grid-template-columns: 1fr;}
.founder-card {min-height: 330px;}
.footer-grid {grid-template-columns: 1fr 1fr;}
.footer-brand {grid-column: 1 / -1;}
}
@media (max-width: 520px) {
h1 {font-size: 2.3rem; letter-spacing: .025em;}
h2 {font-size: 1.85rem; letter-spacing: .03em;}
.page-hero h1 {font-size: 2.3rem;}
.about-hero-image, .story-image-grid figure {width: 100%; height: min(56vw, 320px); background: var(--mint);}
.about-hero-image img, .story-image-grid img {height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center;}
.footer-grid {grid-template-columns: 1fr;}
.footer-brand {grid-column: auto;}
.footer-bottom {flex-direction: column;}
}
@media (prefers-reduced-motion: reduce) {
html {scroll-behavior: auto;}
*, *::before, *::after {transition: none !important;}
}
