:root {
  --paper: #F7F5F2;
  --ink: #252624;
  --muted: #555853;
  --green: #526D60;
  --line: rgba(37, 38, 36, .22);
  --shell: min(1280px, calc(100% - 80px));
  --reading: 860px;
  --sans: "Jost", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 21.6px; font-weight: 300; line-height: 1.65; }
body[data-page="home"] main > .section { display: none; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { width: var(--shell); min-height: 132px; margin: 0 auto; display: flex; align-items: center; gap: 0; border-bottom: 1px solid var(--line); }
.brand { display: block; flex: 0 0 auto; text-decoration: none; }
.brand img { display: block; width: 220px; height: auto; mix-blend-mode: multiply; }
nav { flex: 1; margin-left: clamp(28px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
nav a { color: var(--green); font-size: 18.5px; font-weight: 400; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 15px; }
.section-shell { width: var(--shell); margin: 0 auto; }
.hero { padding: 88px 0 120px; }
.hero-copy { max-width: none; margin-bottom: clamp(46px, 7vw, 92px); }
.hero h1 { max-width: none; white-space: nowrap; }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: clamp(15px, 1.25vw, 18px); font-weight: 400; letter-spacing: .28em; line-height: 1.4; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 300; letter-spacing: -.025em; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(48px, 5.3vw, 81px); }
h2 { max-width: 850px; font-size: clamp(32px, 3.48vw, 53px); }
h3 { font-weight: 500; letter-spacing: -.015em; }
.hero-stage { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr); min-height: clamp(550px, 50vw, 690px); }
.hero-portrait { min-height: 0; margin: 0; overflow: hidden; background: #d9ddd7; }
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% 31%; }
.hero-panel { display: flex; align-items: flex-end; padding: clamp(34px, 5vw, 72px); background: var(--green); }
.lead { max-width: 665px; margin: 0; color: var(--paper); font-size: clamp(22.8px, 2.04vw, 28.8px); font-weight: 300; line-height: 1.65; }
.portrait-placeholder { width: min(100%, 430px); aspect-ratio: .8; justify-self: end; display: grid; place-items: center; border: 1px solid rgba(82,109,96,.35); background: linear-gradient(145deg, rgba(82,109,96,.12), rgba(82,109,96,.025)); color: var(--green); font-size: 12px; line-height: 1.5; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.section { padding: 144px 0; border-top: 1px solid var(--line); }
.section-intro { max-width: var(--reading); margin-bottom: 72px; }
.section-intro h2 { margin-bottom: 30px; }
.section-intro p:last-child { color: var(--muted); margin: 0; font-size: 21.6px; }
#schluesselmomente .section-intro, #netzwerk .section-intro, #zusammenarbeit .section-intro { max-width: none; }
#schluesselmomente .section-intro h2, #netzwerk .section-intro h2, #zusammenarbeit .section-intro h2 { max-width: none; white-space: nowrap; }
#schluesselmomente .section-intro p:last-child, #netzwerk .section-intro p:last-child, #zusammenarbeit .section-intro p:last-child { max-width: var(--reading); }
.section-intro h3, .component-heading { margin: 0 0 26px; color: var(--ink); font-size: 21px; font-weight: 500; line-height: 1.35; }
.component-heading { margin: 0 0 24px; font-size: 27.3px; }
.dark-section .eyebrow, .dark-section .section-intro h2, .dark-section .section-intro h3, .dark-section .component-heading { color: var(--paper); }
.expert-list .component-heading { grid-column: 1 / -1; margin-bottom: 0; padding: 0 0 24px; border-bottom: 1px solid rgba(247,245,242,.32); }
.key-insight { max-width: var(--reading); margin-top: 64px; color: var(--muted); }
.key-insight p { margin: 0 0 9px; }
.key-insight p:last-child { margin-top: 23px; }
#schluesselmomente .key-insight { max-width: none; }
#schluesselmomente .key-insight p:last-child { white-space: nowrap; }
.intro-narrow { max-width: 660px; }
.tile-grid { display: grid; gap: 16px; }
.moments { grid-template-columns: repeat(4, 1fr); }
.levers { grid-template-columns: repeat(6, 1fr); }
.moments .detail-tile { border-color: rgba(82,109,96,.7); background: rgba(82,109,96,.025); }
.moments .detail-tile span { color: var(--green); }
.moments .detail-tile:hover, .moments .detail-tile:focus-visible { background: rgba(82,109,96,.09); border-color: var(--green); }
.levers .detail-tile { border-color: rgba(82,109,96,.7); background: rgba(82,109,96,.025); }
.levers .detail-tile span { color: var(--green); }
.levers .detail-tile:hover, .levers .detail-tile:focus-visible { background: rgba(82,109,96,.09); border-color: var(--green); }
.levers .detail-tile { grid-column: span 2; }
.levers .detail-tile:nth-child(4) { grid-column: 2 / span 2; }
.detail-tile { min-height: 280px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 0; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.detail-tile:hover, .detail-tile:focus-visible { border-color: var(--green); background: rgba(82,109,96,.045); transform: translateY(-3px); outline: none; }
.detail-tile b { color: var(--green); font-size: 15.6px; font-weight: 600; letter-spacing: .08em; }
.detail-tile span { margin-top: auto; font-size: 25.2px; font-weight: 500; line-height: 1.25; letter-spacing: -.02em; }
.detail-tile small { margin-top: 8px; color: var(--muted); font-size: 16.8px; line-height: 1.45; }
.detail-tile em { margin-top: 26px; color: var(--green); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.reflection { max-width: var(--reading); margin-top: 92px; padding: clamp(26px, 3vw, 38px); color: var(--paper); background: var(--green); }
.reflection p { max-width: 640px; margin: 0; font-family: var(--sans); font-size: clamp(22px, 2.1vw, 30px); font-weight: 500; letter-spacing: -.025em; line-height: 1.35; }
.dark-section { width: 100%; padding-left: max(40px, calc((100% - 1280px)/2)); padding-right: max(40px, calc((100% - 1280px)/2)); background: rgba(82, 109, 96, .82); color: var(--paper); border: 0; }
.dark-section .section-intro, .dark-section .reflection { max-width: min(720px, 100%); }
.dark-section .section-intro p:last-child, .dark-section .expert small { color: rgba(247,245,242,.78); }
.expert-grid { display: block; }
.expert-feature { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(44px, 7vw, 120px); align-items: start; }
.expert-feature > div { order: 1; }
.expert-portrait { width: 100%; margin: 0; overflow: hidden; aspect-ratio: .84; order: 2; }
.expert-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% 45%; }
.portrait-placeholder.compact { width: 170px; }
.expert-feature h3 { margin: 0 0 18px; color: var(--paper); font-family: var(--serif); font-size: clamp(46px, 4.2vw, 66px); font-weight: 300; letter-spacing: -.025em; line-height: .95; }
.expert-feature p { margin: 0 0 18px; color: rgba(247,245,242,.78); font-size: 21.6px; line-height: 1.65; }
.expert-feature p:last-child { margin-bottom: 0; }
.expert-list { margin-top: clamp(70px, 10vw, 140px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.expert-closing { max-width: var(--reading); margin: 64px 0 0; color: rgba(247,245,242,.78); font-size: 21.6px; line-height: 1.65; }
.expert { width: 100%; min-height: 150px; padding: 28px 48px 28px 28px; position: relative; display: grid; align-content: center; gap: 6px; text-align: left; color: inherit; background: rgba(247,245,242,.035); border: 1px solid rgba(247,245,242,.32); transition: background .2s ease, border-color .2s ease; }
.expert { grid-template-columns: 94px minmax(0, 1fr); column-gap: 20px; }
.expert img { width: 94px; height: 94px; grid-column: 1; grid-row: 1 / span 2; align-self: center; display: block; object-fit: cover; object-position: 50% 35%; }
.expert span, .expert small { grid-column: 2; }
.expert[data-dialog="expert-2"] img { object-position: 52% 32%; }
.expert[data-dialog="expert-5"] img { object-position: 50% 30%; }
.expert[data-dialog="expert-7"] img { object-position: 60% 35%; }
.expert span { font-size: 20.4px; font-weight: 500; }
.expert small { font-size: 15.6px; line-height: 1.45; }
.expert i { position: absolute; top: 50%; right: 5px; color: var(--paper); font-size: 24px; font-style: normal; font-weight: 300; transform: translateY(-50%); transition: transform .2s ease; }
.expert:hover, .expert:focus-visible { background: rgba(247,245,242,.08); border-color: var(--paper); outline: none; }
.expert:hover i, .expert:focus-visible i { transform: translateY(-50%) rotate(90deg); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { min-height: 190px; padding: 30px 22px 30px 0; display: grid; align-content: space-between; border-right: 1px solid var(--line); }
.metrics div:last-child { border: 0; }
.metrics b { color: var(--green); font-family: var(--serif); font-size: clamp(51px, 5.5vw, 80px); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.metrics span { max-width: 190px; font-size: 18.2px; font-weight: 500; line-height: 1.4; }
.two-column-copy { max-width: 950px; margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.two-column-copy p { color: var(--muted); margin: 0; }
.two-column-copy strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 20.8px; font-weight: 600; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; border-top: 1px solid var(--line); }
.principles div { min-height: 150px; padding: 25px 0; display: grid; align-content: start; gap: 7px; border-bottom: 1px solid var(--line); }
.principles div:last-child { grid-column: 2 / span 2; width: 100%; justify-self: stretch; }
.principles div:nth-child(2) span, .principles div:nth-child(6) span, .principles div:last-child span { max-width: none; }
.principles b { font-size: 20.4px; font-weight: 600; }
.principles span { max-width: 260px; color: var(--muted); font-size: 16.8px; line-height: 1.55; }
.contact { display: grid; grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.contact > div { grid-column: 1; grid-row: 1; }
.contact-portrait { grid-column: 2; grid-row: 1 / span 2; width: 100%; height: 100%; min-height: 760px; margin: 0; overflow: hidden; align-self: stretch; }
.contact-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% 50%; }
.contact form { grid-column: 1; grid-row: 2; }
.contact h2 { margin-bottom: 28px; }
.contact > div > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 21.6px; }
dl { margin: 46px 0 0; display: grid; grid-template-columns: 120px 1fr; gap: 3px 20px; font-size: 15px; }
#kontakt dl { grid-template-columns: 145px 1fr; gap: 6px 24px; font-size: 18px; }
dt { color: var(--green); font-weight: 600; } dd { margin: 0; }
form { padding: 34px; background: rgba(255,255,255,.28); border: 1px solid var(--line); }
.form-kicker { margin: 0 0 25px; font-family: var(--serif); font-size: 28px; line-height: 1.2; }
label { display: block; margin-top: 17px; color: var(--muted); font-size: 13px; font-weight: 500; }
input, textarea { width: 100%; margin-top: 6px; padding: 10px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; resize: vertical; }
input:focus, textarea:focus { border-color: var(--green); }
form > button { margin-top: 30px; min-height: 49px; padding: 0 22px; color: #f7f3e9; background: var(--green); border: 1px solid var(--green); border-radius: 0; font-size: 14px; font-weight: 600; transition: background .2s ease; }
form > button:hover { background: #3C5148; } form > small { display: block; margin-top: 13px; color: var(--muted); font-size: 11px; line-height: 1.45; }
footer { width: var(--shell); margin: 0 auto; padding: 28px 0 42px; display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
footer a { color: var(--ink); }
.legal-page { min-height: 62vh; padding-top: clamp(90px, 13vw, 180px); }
.legal-page h1 { margin-bottom: 52px; }
.legal-copy { max-width: 680px; color: var(--muted); font-size: 21.6px; }
.legal-copy p { margin: 0 0 32px; }
.legal-copy strong { color: var(--ink); font-weight: 500; }
.legal-copy a { color: var(--green); }
.privacy-page { padding-bottom: clamp(90px, 13vw, 180px); }
.privacy-page h1 { margin-bottom: 16px; }
.legal-date { margin: 0 0 58px; color: var(--muted); font-size: 15px; }
.privacy-page .legal-copy h2 { margin: 54px 0 18px; color: var(--ink); font-family: var(--sans); font-size: 21px; font-weight: 500; letter-spacing: -.015em; line-height: 1.35; }
.privacy-page .legal-copy h2:first-of-type { margin-top: 0; }
.privacy-page .legal-copy ul { margin: -10px 0 30px; padding-left: 24px; }
.privacy-page .legal-copy li { margin: 7px 0; }
.legal-back { margin-top: 58px !important; }
.legal-back a { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 500; }
.legal-back a::before { content: "←"; font-size: 20px; line-height: 1; transition: transform .2s ease; }
.legal-back a:hover::before { transform: translateX(-4px); }
dialog { width: min(690px, calc(100% - 40px)); max-height: min(760px, calc(100dvh - 40px)); padding: clamp(36px, 6vw, 74px); overflow: auto; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 20px 80px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(24,26,23,.68); backdrop-filter: blur(2px); }
dialog h2 { margin-bottom: 26px; font-size: clamp(31px, 4vw, 50px); }
dialog p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 21.6px; }
.expert-dialog { width: min(940px, calc(100% - 40px)); }
.expert-dialog-body { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.expert-dialog-portrait { width: 168px; aspect-ratio: 1; margin: 0; overflow: hidden; }
.expert-dialog-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 35%; }
.expert-dialog-copy h2 { margin-top: 0; }
.expert-dialog-copy p { max-width: none; }
.expert-dialog#expert-2 .expert-dialog-portrait img { object-position: 52% 32%; }
.expert-dialog#expert-5 .expert-dialog-portrait img { object-position: 50% 30%; }
.expert-dialog#expert-7 .expert-dialog-portrait img { object-position: 60% 35%; }
.dialog-close { position: absolute; top: 16px; right: 20px; width: 42px; height: 42px; color: var(--ink); background: transparent; border: 0; font-size: 34px; font-weight: 300; line-height: 1; }
dialog[open] { animation: dialog-in .24s ease-out; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1080px) { nav { gap: 13px; } nav a { font-size: 16.5px; } .moments { grid-template-columns: repeat(2, 1fr); } .detail-tile { min-height: 230px; } }
@media (max-width: 800px) { .expert-dialog-body { grid-template-columns: 1fr; gap: 28px; } .expert-dialog-portrait { width: min(180px, 100%); } }
@media (max-width: 800px) { .contact > div, .contact-portrait, .contact form { grid-column: auto; grid-row: auto; } .contact-portrait { min-height: 0; aspect-ratio: .82; } }
@media (max-width: 800px) { .expert-list { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .principles div:last-child { grid-column: auto; } .principles div:nth-child(2) span, .principles div:nth-child(6) span { max-width: 260px; } }
@media (max-width: 800px) { :root { --shell: min(100% - 44px, 1280px); } .site-header { min-height: 100px; position: relative; justify-content: space-between; } .brand img { width: 160px; } .menu-toggle { display: inline-flex; align-items: center; gap: 10px; } .menu-toggle span, .menu-toggle span::after { width: 18px; height: 1px; display: block; background: currentColor; content: ""; } .menu-toggle span::after { transform: translateY(6px); } nav { width: 100%; margin-left: 0; padding: 20px 0 24px; display: none; position: absolute; top: 99px; left: 0; z-index: 3; flex: none; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); } nav.is-open { display: flex; } nav a { font-size: 17px; } .hero { padding: 65px 0 92px; } .hero-copy { margin-bottom: 48px; } .hero h1, #schluesselmomente .section-intro h2, #netzwerk .section-intro h2, #zusammenarbeit .section-intro h2, #schluesselmomente .key-insight p:last-child { white-space: normal; } #schluesselmomente .section-intro, #netzwerk .section-intro, #zusammenarbeit .section-intro { max-width: var(--reading); } .hero-stage { grid-template-columns: 1fr; min-height: 0; } .hero-portrait { height: min(125vw, 760px); } .hero-panel { min-height: 290px; align-items: flex-start; padding: 38px 30px; } .section { padding: 95px 0; } .section-intro { margin-bottom: 48px; } .expert-feature, .contact { grid-template-columns: 1fr; gap: 50px; } .expert-portrait { max-width: 420px; } .metrics { grid-template-columns: 1fr; } .metrics div { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line); } .metrics div:last-child { border-bottom: 0; } .two-column-copy { grid-template-columns: 1fr; gap: 28px; } .principles { grid-template-columns: repeat(2, 1fr); gap: 0 30px; } .principles div:last-child { width: 100%; } }
@media (max-width: 560px) { :root { --shell: calc(100% - 36px); } .eyebrow { font-size: 14px; letter-spacing: .2em; } h1 { font-size: 47px; } h2 { font-size: 31px; } .lead, .section-intro p:last-child, .contact > div > p:not(.eyebrow), dialog p:not(.eyebrow) { font-size: 21.6px; } .moments, .levers { grid-template-columns: 1fr; } .levers .detail-tile:nth-child(n) { grid-column: auto; } .detail-tile { min-height: 200px; } .reflection { margin-top: 65px; padding-left: 20px; } .expert-feature { grid-template-columns: 1fr; } .portrait-placeholder.compact { width: 100%; max-width: 210px; } .principles { grid-template-columns: 1fr; } form { padding: 26px 22px; } footer { flex-direction: column; gap: 5px; } dialog { width: 100%; max-height: 100dvh; min-height: 100dvh; padding: 82px 28px 34px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
