@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'DM Sans', sans-serif; color: #1a1a18; background: #f7f5f0; font-size: 16px; line-height: 1.6; }

nav { display: flex; justify-content: space-between; align-items: center; padding: 1.75rem 3rem; border-bottom: 1px solid #1a1a1825; position: sticky; top: 0; background: #f7f5f0; z-index: 100; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 400; color: #1a1a18; letter-spacing: 0.02em; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { font-size: 15px; font-weight: 300; color: #1a1a1875; text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: #1a1a18; }
.nav-links a.active { color: #1a1a18; font-weight: 500; border-bottom: 1.5px solid #1a1a18; padding-bottom: 1px; }
.nav-links a.nav-magazin { font-weight: 500; color: #1a1a18; text-decoration: none; border-bottom: none !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: #1a1a18; }
.nav-mobile { display: none; flex-direction: column; background: #f7f5f0; border-bottom: 1px solid #1a1a1820; position: sticky; top: 73px; z-index: 99; }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-size: 15px; font-weight: 300; color: #1a1a18; text-decoration: none; padding: 1rem 2rem; border-bottom: 1px solid #1a1a1810; }
.nav-mobile a.active { font-weight: 500; border-left: 2px solid #1a1a18; padding-left: calc(2rem - 2px); }
.nav-mobile a.nav-magazin { font-weight: 500; }

.hero { padding: 4rem 3rem 4rem; max-width: 900px; }
.hero-label { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; color: #1a1a18; text-transform: uppercase; margin-bottom: 2rem; border-bottom: 1px solid #1a1a1825; padding-bottom: 1rem; display: inline-block; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5.5vw, 62px); font-weight: 400; line-height: 1.12; color: #1a1a18; margin-bottom: 2rem; }
.hero-headline em { font-style: italic; }
.hero-sub { font-size: 18px; font-weight: 300; color: #1a1a18; max-width: 580px; line-height: 1.75; margin-bottom: 3rem; }
.hero-sub em { font-style: italic; }
.hero-sub strong { font-weight: 500; }

.gray-block { background: #1e1e1c; color: #f7f5f0; padding: 5rem 3rem; }
.gray-block .section-label { font-size: 13px; color: #f7f5f070; }
.gray-block .col-number { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: #f7f5f045; margin-bottom: 1rem; }
.gray-block .col-title { font-size: 20px; font-weight: 500; color: #f7f5f0; margin-bottom: 0.85rem; line-height: 1.3; }
.gray-block .col-body { font-size: 15px; font-weight: 300; color: #f7f5f0cc; line-height: 1.8; }
.gray-block .col-body em { font-style: italic; color: #f7f5f0; }
.gray-block .col-body strong { font-weight: 500; color: #f7f5f0; }

.section { padding: 5rem 3rem; }
.section-label { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; color: #1a1a18; text-transform: uppercase; margin-bottom: 3rem; display: block; border-bottom: 1px solid #1a1a1820; padding-bottom: 1rem; }
.three-col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; }
.col-number { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: #1a1a1845; margin-bottom: 1rem; }
.col-title { font-size: 20px; font-weight: 500; color: #1a1a18; margin-bottom: 0.85rem; line-height: 1.3; }
.col-body { font-size: 15px; font-weight: 300; color: #1a1a18; line-height: 1.8; }

.methode-block { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #f7f5f010; }
.methode-item { padding: 2.5rem; border: 1px solid #f7f5f018; }
.methode-step { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; color: #f7f5f065; text-transform: uppercase; margin-bottom: 1rem; }
.methode-title { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 400; color: #f7f5f0; margin-bottom: 0.85rem; line-height: 1.3; }
.methode-body { font-size: 16px; font-weight: 300; color: #f7f5f0cc; line-height: 1.8; }
.methode-body em { font-style: italic; color: #f7f5f0; }
.methode-body strong { font-weight: 500; color: #f7f5f0; }

.angebot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #1a1a1820; border: 1px solid #1a1a1820; }
.angebot-item { background: #f7f5f0; padding: 2.5rem; }
.angebot-tag { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; color: #1a1a18; text-transform: uppercase; margin-bottom: 1rem; border-bottom: 1px solid #1a1a1820; padding-bottom: 0.75rem; }
.angebot-title { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 400; color: #1a1a18; margin-bottom: 0.85rem; line-height: 1.3; margin-top: 1rem; }
.angebot-body { font-size: 15px; font-weight: 300; color: #1a1a18; line-height: 1.75; margin-bottom: 1.5rem; }
.angebot-body em { font-style: italic; }
.angebot-body strong { font-weight: 500; }
.angebot-price { font-size: 16px; font-weight: 500; color: #1a1a18; border-top: 1px solid #1a1a1815; padding-top: 1rem; }
.angebot-price span { font-size: 14px; font-weight: 300; color: #1a1a1870; margin-left: 6px; }

.ansatz-block { display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start; }
.ansatz-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; line-height: 1.3; color: #1a1a18; margin-bottom: 2rem; }
.ansatz-essay { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: #1a1a18; letter-spacing: 0.06em; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: opacity 0.2s; }
.ansatz-essay:hover { opacity: 0.6; }
.ansatz-right p { font-size: 16px; font-weight: 300; color: #1a1a18; line-height: 1.9; margin-bottom: 1.5rem; }
.ansatz-right p em { font-style: italic; }
.ansatz-right p strong { font-weight: 500; }
.ansatz-right p u { text-decoration-thickness: 1px; text-underline-offset: 3px; }

.cta-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; letter-spacing: 0.06em; color: #f7f5f0; background: #1a1a18; padding: 0.75rem 1.4rem; text-decoration: none; transition: opacity 0.2s; margin-top: 0.5rem; }
.cta-btn:hover { opacity: 0.8; }
.cta-btn-outline { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; letter-spacing: 0.06em; color: #1a1a18; border: 1.5px solid #1a1a18; padding: 0.75rem 1.4rem; text-decoration: none; transition: all 0.2s; margin-top: 0.5rem; }
.cta-btn-outline:hover { background: #1a1a18; color: #f7f5f0; }

.quote-block { background: #1e1e1c; padding: 5rem 3rem; }
.quote-text { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 36px); font-weight: 400; font-style: italic; color: #f7f5f0; line-height: 1.4; max-width: 700px; margin-bottom: 1.5rem; }
.quote-source { font-size: 14px; font-weight: 300; color: #f7f5f065; letter-spacing: 0.04em; }

.kontakt-section { padding: 5rem 3rem; border-top: 1px solid #1a1a1815; }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.kontakt-left h2 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; line-height: 1.25; color: #1a1a18; margin-bottom: 1.5rem; }
.kontakt-left p { font-size: 16px; font-weight: 300; color: #1a1a18; line-height: 1.8; margin-bottom: 2rem; }
.kontakt-right { display: flex; flex-direction: column; gap: 1.5rem; padding-top: 0.5rem; }
.kontakt-item { display: flex; flex-direction: column; gap: 4px; }
.kontakt-item-label { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; color: #1a1a1855; text-transform: uppercase; }
.kontakt-item-value { font-size: 16px; font-weight: 300; color: #1a1a18; }
.kontakt-item-value a { color: #1a1a18; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

footer { border-top: 1px solid #1a1a1820; padding: 2.5rem 3rem; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { display: flex; align-items: center; gap: 8px; }
.footer-logo-text { font-family: 'Playfair Display', serif; font-size: 16px; color: #1a1a1860; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { font-size: 14px; font-weight: 300; color: #1a1a1860; text-decoration: none; }
.footer-links a:hover { color: #1a1a18; }

.page-content { max-width: 680px; padding: 5rem 3rem; }
.back-link { font-size: 15px; font-weight: 300; color: #1a1a1860; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 3rem; border-bottom: 1px solid #1a1a1820; padding-bottom: 2px; }
.back-link:hover { color: #1a1a18; }
.page-content h1 { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 400; color: #1a1a18; margin-bottom: 3rem; line-height: 1.2; }
.page-content h2 { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #1a1a1855; margin-top: 2.5rem; margin-bottom: 0.75rem; border-bottom: 1px solid #1a1a1810; padding-bottom: 0.5rem; }
.page-content p { font-size: 15px; font-weight: 300; color: #1a1a18; line-height: 1.85; margin-bottom: 0.75rem; }
.page-content a { color: #1a1a18; }
.placeholder { background: #1a1a1808; border: 1px dashed #1a1a1825; padding: 0.4rem 0.75rem; font-size: 13px; color: #1a1a1845; font-style: italic; display: inline-block; border-radius: 2px; }

section[id], div[id] { scroll-margin-top: 80px; }
.ueber-hero { padding: 4rem 3rem 4rem; max-width: 760px; }
.ueber-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 4.5vw, 52px); font-weight: 400; line-height: 1.15; color: #1a1a18; margin-bottom: 1.5rem; }
.ueber-hero p { font-size: 18px; font-weight: 300; color: #1a1a18; line-height: 1.75; max-width: 560px; }
.ueber-hero p em { font-style: italic; }
.ueber-hero p strong { font-weight: 500; }

.person-block { display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start; padding: 0 3rem 5rem; }
.person-meta { padding-top: 4px; }
.person-name { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; color: #1a1a18; margin-bottom: 0.4rem; }
.person-role { font-size: 15px; font-weight: 300; color: #1a1a1860; margin-bottom: 0; }
.person-right p { font-size: 16px; font-weight: 300; color: #1a1a18; line-height: 1.9; margin-bottom: 1.5rem; }
.person-right p em { font-style: italic; }
.person-right p strong { font-weight: 500; }
.essay-teaser { margin: 0 3rem 5rem; padding: 2.5rem; border: 1px solid #1a1a1815; border-left: 3px solid #1a1a18; }
.essay-teaser-label { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #1a1a1850; margin-bottom: 1rem; display: block; }
.essay-teaser-quote { font-family: 'Playfair Display', serif; font-size: 18px; font-style: italic; color: #1a1a18; line-height: 1.5; margin-bottom: 1.25rem; }
.essay-teaser-body { font-size: 16px; font-weight: 300; color: #1a1a1870; line-height: 1.75; margin-bottom: 1.5rem; }

@media (max-width: 900px) {
  nav { padding: 1.5rem 2rem; } .nav-links { gap: 1.75rem; }
  .hero, .ueber-hero { padding: 5rem 2rem 4rem; }
  .gray-block { padding: 4rem 2rem; } .section { padding: 4rem 2rem; }
  .quote-block { padding: 4rem 2rem; } .kontakt-section { padding: 4rem 2rem; }
  footer { padding: 2rem 2rem; } .page-content { padding: 4rem 2rem; }
  .three-col { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .ansatz-block, .person-block { grid-template-columns: 1fr; gap: 2.5rem; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 3rem; }
  .ansatz-title { font-size: 24px; }
  .person-block { padding: 0 2rem 4rem; } .essay-teaser { margin: 0 2rem 4rem; }
}
@media (max-width: 600px) {
  nav { padding: 1.25rem 1.5rem; } .nav-links { display: none; } .nav-burger { display: flex; }
  .hero, .ueber-hero { padding: 3.5rem 1.5rem 3rem; } .hero-sub { font-size: 16px; }
  .cta-btn { width: 100%; justify-content: center; }
  .gray-block { padding: 3rem 1.5rem; } .section { padding: 3rem 1.5rem; }
  .quote-block { padding: 3rem 1.5rem; } .kontakt-section { padding: 3rem 1.5rem; }
  footer { padding: 2rem 1.5rem; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
  .page-content { padding: 3rem 1.5rem; }
  .three-col, .methode-block, .angebot-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .ansatz-block, .person-block, .kontakt-grid { grid-template-columns: 1fr; gap: 2rem; }
  .ansatz-title { font-size: 22px; } .footer-links { flex-wrap: wrap; gap: 1rem; }
  .person-block { padding: 0 1.5rem 3rem; } .essay-teaser { margin: 0 1.5rem 3rem; }
}

/* Swapped block colors */
.kontakt-dark { background: #1e1e1c; color: #f7f5f0; }
.kontakt-dark .kontakt-left h2 { color: #f7f5f0; }
.kontakt-dark .kontakt-left p { color: #f7f5f0cc; }
.kontakt-dark .kontakt-item-label { color: #f7f5f070; }
.kontakt-dark .kontakt-item-value { color: #f7f5f0; }
.kontakt-dark .kontakt-item-value a { color: #f7f5f0; }

.quote-light { background: #f7f5f0; border-top: 1px solid #1a1a1815; border-bottom: 1px solid #1a1a1815; }
.quote-light .quote-text { color: #1a1a18; }
.quote-light .quote-source { color: #1a1a1855; }

/* Person block — dark version (inside gray-block) */
.person-block-dark { display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start; margin-top: 3rem; }
.person-meta-dark { padding-top: 4px; }
.person-name-dark { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; color: #f7f5f0; margin-bottom: 0.4rem; }
.person-role-dark { font-size: 15px; font-weight: 300; color: #f7f5f060; }
.person-right-dark p { font-size: 16px; font-weight: 300; color: #f7f5f0cc; line-height: 1.9; margin-bottom: 1.5rem; }
.person-right-dark p em { font-style: italic; color: #f7f5f0; }
.person-right-dark p strong { font-weight: 500; color: #f7f5f0; }

@media (max-width: 900px) {
  .person-block-dark { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  .person-block-dark { grid-template-columns: 1fr; gap: 1.5rem; }
}
