:root {
  --ink: #171510;
  --ink-soft: #201d17;
  --paper: #f4f1eb;
  --surface: #eae6df;
  --white: #fcfaf6;
  --gold: #d1a65d;
  --gold-dark: #a67b37;
  --text: #26231e;
  --muted: #746f67;
  --line: #d3cec5;
  --dark-line: #38332a;
  --shadow: 0 24px 55px rgba(26, 23, 18, .13);
  --shell: min(1210px, calc(100% - 72px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.dark { background: var(--ink); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; color: var(--white); background: rgba(23,21,16,.88); border-bottom: 1px solid var(--dark-line); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: "DM Serif Display", serif; font-size: 13px; }
.brand-name { color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: .17em; }
.brand-name span { color: #9f9a91; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { color: #b7b1a8; font-size: 12px; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--white); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 56px; padding: 0 28px; border: 1px solid var(--gold); background: var(--gold); color: #211b13; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: #dfb66e; }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 12px; }
.button-outline { background: transparent; border-color: var(--dark-line); color: var(--white); }
.button-outline:hover { background: rgba(255,255,255,.05); }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.eyebrow { margin: 0 0 24px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
.eyebrow-gold { color: var(--gold); }
h1, h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.02em; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 780px; font-size: clamp(3.5rem, 6.2vw, 5.3rem); }
h1 em { color: var(--gold); font-weight: 400; }
h2 { font-size: clamp(3rem, 4.5vw, 4rem); }
h3 { font-size: 16px; line-height: 1.4; }
p { margin-top: 0; }
.hero { min-height: 785px; padding-top: 80px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 75px; padding: 90px 0 70px; }
.hero-lead { max-width: 650px; margin: 38px 0 34px; color: #aaa49a; font-size: 17px; line-height: 1.75; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { margin: 42px 0 0; padding-left: 16px; border-left: 1px solid var(--gold); color: #807a72; font-size: 12px; }
.hero-visual { position: relative; aspect-ratio: 1; max-width: 440px; margin: auto; }
.orbit { position: absolute; border: 1px solid rgba(210,167,94,.32); border-radius: 50%; animation: orbit-spin 24s linear infinite; }
.orbit-outer { inset: 9%; border-top-color: var(--gold); box-shadow: 0 0 80px rgba(210,167,94,.07); }
.orbit-inner { inset: 23%; border-right-color: var(--gold); animation-duration: 17s; animation-direction: reverse; }
.orbit i { position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 20px var(--gold); }
.orbit-inner i { top: -4px; left: 50%; width: 8px; height: 8px; }
.orbit-core { position: absolute; inset: 36%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(210,167,94,.55); border-radius: 50%; background: radial-gradient(circle, #302a20, #191711 72%); box-shadow: 0 0 50px rgba(210,167,94,.12); color: var(--gold); }
.orbit-core > span { font-family: 'DM Serif Display', serif; font-size: clamp(22px, 3vw, 36px); white-space: nowrap; }
.orbit-core > span span { padding: 0 2px; color: #8b714b; }
.orbit-core small { margin-top: 4px; font-size: 7px; letter-spacing: .25em; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.challenge-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.challenge h2 { max-width: 520px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 150px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid span, .card-number { color: var(--gold-dark); font-size: 11px; }
.problem-grid p { margin: 18px 0 0; font-size: 14px; }
.problem-wide { grid-column: 1 / -1; }
.statement { max-width: 760px; margin: 100px 0 0; padding-top: 48px; border-top: 1px solid var(--line); font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.35; }
.statement span { color: var(--muted); }
.section-intro { max-width: 730px; margin-bottom: 76px; }
.section-intro h2 { color: var(--white); }
.section-intro > p:last-child { max-width: 680px; margin: 28px 0 0; color: #8f8980; }
.section-intro.dark-text h2 { color: var(--text); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.service-card { position: relative; min-height: 315px; padding: 38px 36px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.service-card .card-number { position: absolute; top: 34px; right: 28px; color: #5c574f; }
.icon { display: block; color: var(--gold); font-size: 26px; line-height: 1; }
.service-card h3 { margin: 42px 0 18px; color: var(--white); }
.service-card p { color: #8f8980; font-size: 14px; line-height: 1.9; }
.service-card a { position: absolute; bottom: 34px; color: var(--gold); font-size: 12px; }
.service-card a span { margin-left: 8px; }
.tools-note { margin: 38px 0 0; color: #706a62; text-align: center; font-size: 12px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 210px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid h3 { margin: 24px 0 15px; }.benefit-grid p, .process-grid p, .value-grid p { color: var(--muted); font-size: 14px; }
.process { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 60px; margin-top: 80px; }
.process-grid span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-dark); font-family: "DM Serif Display", serif; }
.process-grid h3 { margin: 36px 0 16px; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.about-copy h2 { margin-bottom: 42px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-emphasis { margin-top: 34px !important; padding-left: 18px; border-left: 2px solid var(--gold); color: var(--text) !important; font-weight: 600; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 195px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--gold); }.value-grid h3 { margin: 24px 0 10px; }
.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 36px 25px 0; font-weight: 600; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "⌄"; position: absolute; right: 2px; color: var(--gold-dark); transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(180deg); }
.accordion p { max-width: 750px; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cta { padding: 110px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.cta h2 { max-width: 790px; }.cta p:last-child { max-width: 690px; margin: 28px 0 0; color: #8f8980; }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin-bottom: 32px; }.contact-copy > p { color: var(--muted); }
address { margin-top: 50px; font-style: normal; }
address p { margin-bottom: 24px; } address strong, address a, address span { display: block; } address strong { font-size: 13px; } address a, address span { color: var(--muted); font-size: 14px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 42px; background: #fbfaf7; box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 8px; }.field-wide { grid-column: 1 / -1; }
label { font-size: 12px; font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #f7f4ef; color: var(--text); padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(209,166,93,.12); }
textarea { resize: vertical; }
.form-actions small { display: block; margin-top: 16px; color: var(--muted); font-size: 11px; }
.form-status { display: inline-block; margin: 0 0 0 18px; color: var(--gold-dark); font-size: 13px; }
.footer { padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 90px; }
.footer p, .footer a { color: #817b72; font-size: 12px; }
.footer .brand { margin-bottom: 22px; }.footer .brand-name { color: var(--white); font-size: 13px; }.footer .brand-mark { color: var(--gold); }
.footer nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact a:last-child { width: 24px; height: 24px; margin-top: 7px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-weight: 700; }
.copyright { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--dark-line); color: #5f5a53; font-size: 11px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Rechtliche Unterseiten */
.legal-page { min-height: 100vh; padding: 90px 0; background: var(--paper); }
.legal-card { max-width: 800px; }
.back-link { color: var(--gold-dark); font-size: 14px; }
.legal-card h1 { margin: 48px 0; color: var(--text); font-size: clamp(3rem, 7vw, 5rem); }
.legal-card h2 { margin: 42px 0 16px; font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; }
.legal-card p { color: var(--muted); }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 48px, 920px); }
  .nav-wrap { grid-template-columns: 1fr auto; }.main-nav, .nav-cta { display: none; }.menu-toggle { display: block; justify-self: end; }
  .main-nav.open { position: fixed; display: flex; flex-direction: column; align-items: flex-start; gap: 0; inset: 80px 0 auto; padding: 22px 24px 30px; background: var(--ink); border-bottom: 1px solid var(--dark-line); }
  .main-nav.open a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--dark-line); font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr .55fr; gap: 25px; }.hero-visual { width: 100%; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .faq-grid { gap: 55px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 650px; }
}
@media (max-width: 760px) {
  :root { --shell: min(100% - 36px, 680px); }
  body { font-size: 15px; }.section-pad { padding: 86px 0; }
  .site-header { height: 70px; }.main-nav.open { top: 70px; }
  .brand-mark { width: 34px; height: 34px; }.brand-name { font-size: 11px; }
  .hero { min-height: auto; padding-top: 70px; }.hero-grid { grid-template-columns: 1fr; padding: 72px 0 80px; }.hero-visual { max-width: 310px; margin-top: 28px; }.hero-lead { margin-top: 28px; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }.challenge-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .statement { margin-top: 65px; }.section-intro { margin-bottom: 50px; }
  .service-grid, .benefit-grid, .value-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }.process-grid { grid-template-columns: 1fr; gap: 45px; }
  .cta-grid { grid-template-columns: 1fr; gap: 40px; }.cta-grid .button { justify-self: start; }
  .contact-form { grid-template-columns: 1fr; padding: 26px 20px; }.field { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }.footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  :root { --shell: calc(100% - 28px); }
  .button-row { flex-direction: column; align-items: stretch; }.problem-grid { grid-template-columns: 1fr; }.problem-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; }.orbit { animation: none; } }
