:root {
  --ink: #1d1e20;
  --muted: #64615b;
  --paper: #f8f6f1;
  --white: #fff;
  --gold: #b58b3e;
  --gold-light: #d3b46f;
  --line: rgba(29, 30, 32, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", 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: 1rem; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(92%, 1380px); height: 96px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: baseline; gap: .8rem; text-decoration: none; }
.brand-name { font-family: var(--serif); font-size: 1.28rem; }
.brand-offer { padding-left: .8rem; border-left: 1px solid var(--gold); color: var(--muted); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.header-cta { text-decoration: none; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding: .4rem 0; }
.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); background: var(--white); }
.hero-copy { padding: clamp(4rem, 9vw, 9rem) clamp(2rem, 8vw, 9rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 1.5rem; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: .98; margin: 0; }
h1 { font-size: clamp(3.7rem, 7.6vw, 8.4rem); max-width: 860px; }
.hero-lead { max-width: 650px; margin: 2.3rem 0 1rem; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2.05rem); line-height: 1.38; }
.hero-text { max-width: 570px; color: var(--muted); margin: 0 0 2.2rem; font-size: 1.06rem; }
.button { display: inline-flex; align-items: center; gap: 1.4rem; min-height: 58px; padding: .95rem 1.25rem .95rem 1.5rem; text-decoration: none; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary span, .button-light span { color: var(--gold-light); font-size: 1.4rem; }
.hero-visual { position: relative; min-height: 700px; overflow: hidden; background: #24211d; }
.hero-photo { display: block; width: 100%; height: 100%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(15,15,14,.7)); }
.image-note { position: absolute; z-index: 1; right: clamp(1.5rem, 4vw, 4rem); bottom: clamp(1.5rem, 4vw, 4rem); margin: 0; color: var(--white); font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; text-align: right; }
.section { padding: clamp(5.5rem, 10vw, 10rem) max(4vw, calc((100vw - 1260px) / 2)); }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 4rem; }
h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); }
.idea-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.idea-card { min-height: 280px; padding: 2rem 1.4rem; border-right: 1px solid var(--line); }
.idea-card:last-child { border-right: 0; }
.idea-card span { color: var(--gold); font-family: var(--serif); }
.idea-card h3 { margin: 4rem 0 .8rem; font-family: var(--serif); font-size: 1.45rem; line-height: 1.15; font-weight: 400; }
.idea-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.section-dark { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(3rem, 8vw, 9rem); }
.clarity h2 { max-width: 900px; }
.clarity h2 em { color: var(--gold-light); font-style: normal; }
.clarity-copy { align-self: end; color: #cfcdc8; font-size: 1.08rem; }
.clarity-copy p:last-child { margin-bottom: 0; }
.origin { background: var(--white); }
.origin-heading { display: grid; grid-template-columns: .38fr 1fr; gap: 2rem 5rem; align-items: start; }
.origin-heading .eyebrow { grid-row: 1 / span 2; }
.origin-heading h2 { max-width: 900px; }
.origin-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.origin-path { list-style: none; padding: 0; margin: 5rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.origin-path li { position: relative; padding: 2rem 2rem 2.5rem 0; border-bottom: 1px solid var(--line); }
.origin-path li:nth-child(3n+2), .origin-path li:nth-child(3n+3) { padding-left: 2rem; border-left: 1px solid var(--line); }
.origin-path span { position: absolute; right: 1rem; top: 1rem; color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.origin-path strong { display: block; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.origin-path small { display: block; margin-top: .4rem; color: var(--muted); font-size: .94rem; }
.working { display: grid; grid-template-columns: .38fr 1fr; gap: 5rem; }
.working-label span { display: inline-block; color: var(--gold); border-top: 1px solid var(--gold); padding-top: .7rem; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.working-copy > p { max-width: 790px; color: var(--muted); font-size: 1.12rem; }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 900px; margin-top: 3.5rem; border-top: 1px solid var(--line); }
.roles div { padding: 2rem 3rem 0 0; }
.roles div + div { padding-left: 3rem; border-left: 1px solid var(--line); }
.roles h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; margin: 0 0 .6rem; }
.roles p { color: var(--muted); margin: 0; }
.conversion { text-align: center; padding: clamp(6rem, 12vw, 11rem) 5vw; background: linear-gradient(135deg, #151617, #292a2b); color: var(--white); }
.conversion h2 { max-width: 920px; margin: 0 auto; }
.conversion > p:not(.eyebrow):not(.microcopy) { max-width: 680px; margin: 2rem auto 2.5rem; color: #d2d0cb; font-size: 1.08rem; }
.button-light { background: var(--white); color: var(--ink); }
.microcopy { margin: 1rem 0 0; color: #a9a7a2; font-size: .82rem; }
.threshold-note { width: min(760px, 100%); margin: 0 auto 1.5rem; padding: 1.25rem 1.5rem; border: 1px solid rgba(211, 180, 111, .55); display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: .35rem .7rem; }
.threshold-note strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.threshold-note span { color: #d2d0cb; font-size: .94rem; }
.calendar-consent, .booking-frame { width: min(760px, 100%); margin: 3rem auto 0; padding: clamp(2rem, 5vw, 4rem); background: var(--white); color: var(--ink); text-align: center; }
.threshold-note + .calendar-consent { margin-top: 0; }
.calendar-consent .eyebrow { margin-bottom: 1rem; }
.calendar-consent h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; line-height: 1.08; }
.calendar-consent > p:not(.eyebrow) { max-width: 620px; margin: 1.5rem auto 2rem; color: var(--muted); font-size: .94rem; }
.calendar-consent .conversation-promise { font-family: var(--serif); font-size: 1.12rem !important; color: var(--ink) !important; }
.calendar-consent .privacy-copy { padding-top: 1.3rem; border-top: 1px solid var(--line); font-size: .8rem !important; }
.calendar-consent-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.2rem 2rem; }
.calendar-consent button { border: 0; cursor: pointer; font: inherit; }
.text-link { color: var(--muted); font-size: .88rem; text-underline-offset: .25rem; }
.booking-frame { padding: 0; overflow: hidden; }
.booking-privacy-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; color: var(--muted); font-size: .8rem; text-align: left; border-bottom: 1px solid var(--line); }
.booking-privacy-bar button { border: 0; background: none; color: var(--ink); text-decoration: underline; cursor: pointer; }
.booking-frame iframe { display: block; width: 100%; min-height: 720px; border: 0; }
footer { background: #111213; color: var(--white); padding: 3rem max(4vw, calc((100vw - 1260px) / 2)); display: grid; grid-template-columns: 1.1fr 1.1fr 1fr auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand .mr-logo { width: 48px; height: auto; }
.footer-brand > span { display: flex; flex-direction: column; }
footer strong { font-family: var(--sans); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
footer small, footer span, footer p, footer a { color: #aaa8a4; font-size: .76rem; }
.lifearch-footer-block { display: flex; flex-direction: column; gap: .65rem; }
.lifearch-link { display: flex; align-items: center; gap: .7rem; }
.lifearch-link img { width: 92px; max-height: 34px; object-fit: contain; }
.lifearch-footer-contact { display: flex; flex-direction: column; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; }
footer a { text-decoration: none; }
.copyright { text-align: right; white-space: nowrap; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .idea-grid { grid-template-columns: repeat(2, 1fr); }
  .idea-card { border-bottom: 1px solid var(--line); }
  .idea-card:nth-child(2n) { border-right: 0; }
  .section-dark { grid-template-columns: 1fr; }
  .clarity-copy { max-width: 720px; }
  footer { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; width: 88%; }
  .brand { gap: .55rem; }
  .brand-name { font-size: 1.05rem; }
  .brand-offer { font-size: .62rem; padding-left: .55rem; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.8rem 6vw 4rem; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-lead { font-size: 1.35rem; }
  .button { width: 100%; justify-content: space-between; font-size: .92rem; }
  .hero-visual { min-height: 430px; }
  .image-note { font-size: 1.12rem; }
  .section { padding: 5.5rem 6vw; }
  .section-intro { display: block; margin-bottom: 2.5rem; }
  h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .idea-grid { grid-template-columns: 1fr; }
  .idea-card { min-height: auto; padding: 1.5rem 0 2rem; border-right: 0; }
  .idea-card h3 { margin: 1.6rem 0 .5rem; }
  .origin-heading, .working { grid-template-columns: 1fr; gap: 1.5rem; }
  .origin-heading .eyebrow { grid-row: auto; }
  .origin-path { grid-template-columns: 1fr; margin-top: 3rem; }
  .origin-path li, .origin-path li:nth-child(3n+2), .origin-path li:nth-child(3n+3) { padding: 1.6rem 2rem 1.8rem 0; border-left: 0; }
  .roles { grid-template-columns: 1fr; }
  .roles div, .roles div + div { padding: 1.6rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .conversion { padding-left: 6vw; padding-right: 6vw; }
  .calendar-consent { padding: 2rem 1.2rem; }
  .calendar-consent-actions .button { width: 100%; }
  .booking-frame iframe { min-height: 680px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-links { justify-content: flex-start; }
  .copyright { text-align: left; }
}

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

/* Footer der bestehenden Personal Brand - Stand 04.09.2026, unverändert übernommen */
footer {
  background: #050f20 !important;
  color: #d7dee7 !important;
  padding: 65px 7vw 30px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 50px !important;
  align-items: start !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}
footer .footer-brand { display: flex !important; align-items: center !important; gap: 14px !important; justify-self: start !important; }
footer .footer-brand .mr-logo { width: 72px !important; height: 72px !important; max-width: 72px !important; max-height: 72px !important; object-fit: cover !important; flex: 0 0 72px !important; }
footer .footer-brand strong { display: block !important; font-size: 15px !important; letter-spacing: .06em !important; text-transform: uppercase !important; color: #d7dee7 !important; }
footer .footer-brand small { display: block !important; font-size: 10px !important; letter-spacing: .24em !important; text-transform: uppercase !important; color: #687382 !important; margin-top: 4px !important; }
footer .lifearch-footer-block { justify-self: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 7px !important; min-width: 0 !important; }
footer .lifearch-link { display: flex !important; align-items: center !important; gap: 18px !important; justify-self: center !important; color: #d7dee7 !important; font-size: 13px !important; letter-spacing: .08em !important; text-decoration: none !important; }
footer .lifearch-link img { width: 72px !important; height: 50px !important; max-width: 72px !important; max-height: 50px !important; background: transparent !important; object-fit: contain !important; object-position: center !important; }
footer .lifearch-link:hover { color: #d7b97a !important; }
footer .lifearch-footer-contact { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 0 !important; margin: 0 !important; color: #778397 !important; font-size: 11px !important; line-height: 1.45 !important; text-align: center !important; }
footer .lifearch-footer-contact span, footer .lifearch-footer-contact a { color: #778397 !important; text-decoration: none !important; white-space: nowrap !important; }
footer .lifearch-footer-contact a:hover { color: #d7b97a !important; }
footer .footer-links { display: flex !important; gap: 20px !important; justify-content: flex-end !important; align-items: flex-start !important; }
footer .footer-links a { color: #d7dee7 !important; text-decoration: none !important; }
footer .footer-links a:hover { color: #d7b97a !important; }
footer .copyright { grid-column: 1/-1 !important; border-top: 1px solid #ffffff1f !important; padding-top: 24px !important; margin: 0 !important; color: #778397 !important; text-align: left !important; }

@media (max-width: 900px) {
  footer { grid-template-columns: 1fr !important; }
  footer .footer-links { justify-content: flex-start !important; }
  footer .copyright { grid-column: auto !important; }
  footer .lifearch-footer-block { justify-self: start !important; align-items: flex-start !important; }
  footer .lifearch-footer-contact { align-items: flex-start !important; text-align: left !important; }
  footer .lifearch-link { justify-self: start !important; }
}
@media (max-width: 560px) { footer { padding: 55px 24px 25px !important; } }
