:root {
  --bg: #0d0d0d;
  --field: #151515;
  --fg: #f4f1e8;
  --muted: #a8a8a8;
  --muted-2: #a8a8a8;
  --muted-warm: #8a8675;
  --line: #2a2a2a;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font: var(--font-body);
}
html { color-scheme: dark; background: var(--bg); scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--fg); }
body {
  min-height: 100vh;
  display: block;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  padding: 0;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.page-shell { position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 10%, rgba(255,255,255,.035), transparent 30%); }
.container { width: min(100% - 40px, 860px); max-width: 860px; margin: 0 auto; padding: clamp(52px, 8vw, 104px) 0 90px; position: relative; z-index: 1; }
.eyebrow,
.section-label { font-size: 11px; line-height: 1.4; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-warm); margin: 0 0 20px; font-weight: 650; }
.hero { min-height: min(620px, 76vh); display: flex; flex-direction: column; justify-content: center; padding: 20px 0 64px; border-bottom: 1px solid var(--line); margin: 0 0 56px; }
.hero h1,
.statement-intro,
.section-title,
.context-statement,
.price-amount,
.price-question,
.danke-hero h1 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.15rem, 7.5vw, 6rem); line-height: .94; max-width: 760px; margin: 0 0 30px; }
.hero .subline { font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1.12; max-width: 650px; margin: 0 0 18px; color: var(--fg); }
.hero-bridge { max-width: 650px; font-size: clamp(1rem, 1.8vw, 1.15rem); line-height: 1.65; color: var(--muted); margin: 0; }
.hero-map-link { display: inline-block; align-self: flex-start; color: var(--fg); text-decoration: none; border-bottom: 1px solid var(--fg); margin-top: 32px; padding: 8px 0; font-size: 11px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.hero-map-link:hover { opacity: .7; }
.archetype-hint { margin-top: 36px; border-left: 1px solid var(--fg); padding: 3px 0 3px 20px; max-width: 620px; background: transparent; }
.archetype-hint p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.section { padding: 60px 0; margin: 0; border-bottom: 1px solid var(--line); }
.statement-intro { font-size: clamp(2.1rem, 5.5vw, 4rem); line-height: 1.05; max-width: 760px; margin: 0 0 28px; }
.section-title { font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.02; max-width: 720px; margin: 0 0 36px; }
.section-body { max-width: 630px; font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0 0 18px; }
.leistung-list { margin: 42px 0 0; border-top: 1px solid var(--line); }
.leistung-list li { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 16px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; }
.leistung-list li::before { content: "↳"; color: var(--muted-warm); }

.map-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.map-layer { min-width: 0; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-layer-label { margin: 0 0 16px; color: var(--fg); font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.map-layer > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.section-context { padding-top: clamp(72px, 10vw, 104px); padding-bottom: clamp(72px, 10vw, 104px); }
.context-statement { font-size: clamp(2.9rem, 6.6vw, 5.2rem); line-height: .96; max-width: 790px; margin: 0 0 42px; }
.context-fields { margin: 0 0 38px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted-warm); font-size: 11px; font-weight: 650; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.context-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 6vw, 64px); max-width: 790px; }
.context-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }

.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; border-top: 1px solid var(--line); margin: 24px 0 0; }
.pricing-card { border: 0; border-bottom: 1px solid var(--line); padding: 34px 32px 34px 0; min-height: 420px; gap: 0; }
.pricing-card + .pricing-card { padding-left: 32px; padding-right: 0; border-left: 1px solid var(--line); }
.pricing-card.featured { border-color: var(--line); }
.price-label { color: var(--muted-warm); margin: 0 0 24px; }
.price-amount { font-size: clamp(3.2rem,7vw,5rem); line-height: .9; margin: 0 0 28px; }
.price-content { color: var(--muted); margin: 0 0 18px; }
.price-question { font-size: clamp(1.35rem,2.5vw,1.9rem); line-height: 1.25; margin: 0 0 36px; flex: 1; }
.btn { border-radius: 0; border: 1px solid var(--fg); background: transparent; color: var(--fg); font: 650 12px/1.2 var(--font-body); letter-spacing: .12em; padding: 16px 18px; min-height: 52px; }
.btn:hover { background: var(--fg); color: var(--bg); }
.btn-primary { background: var(--fg); color: var(--bg); }
.btn-primary:hover { background: transparent; border-color: var(--fg); color: var(--fg); }
.btn:focus-visible,
a:focus-visible { outline: 2px solid var(--fg); outline-offset: 4px; }
.pricing-subtext { margin-top: 18px; }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-width: 0; padding: 26px 24px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-index { margin: 0 0 34px; color: var(--muted-warm); font-size: 11px; letter-spacing: .14em; }
.process-step h3 { margin: 0 0 14px; color: var(--fg); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.process-step > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; overflow-wrap: normal; word-break: normal; }
.prozess-list { margin-top: 34px; border-top: 1px solid var(--line); gap: 0; }
.prozess-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); }

.method-lines { margin-top: 24px; }
.method-lines p { font-family: var(--font-display); font-size: clamp(1.45rem,3vw,2.2rem); line-height: 1.15; letter-spacing: -.025em; margin: 0; padding: 18px 0; border-top: 1px solid var(--line); }
.method-lines p:last-child { border-bottom: 1px solid var(--line); }
.method-note { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.editorial-link { display: inline-block; color: var(--fg); text-decoration: none; border-bottom: 1px solid var(--fg); margin-top: 18px; padding: 8px 0; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.disclaimer { color: var(--muted); font-size: 13px; line-height: 1.7; padding-top: 42px; padding-bottom: 42px; }
.disclaimer p { max-width: 700px; margin: 0; }
footer { text-align: left; margin-top: 54px; padding-top: 30px; color: var(--muted); border-color: var(--line); }
footer a { color: var(--fg); border-bottom: 1px solid var(--line); }
.danke-hero { padding: 80px 0 40px; text-align: left; }
.danke-hero h1 { font-size: clamp(4rem,12vw,8rem); line-height: .88; margin: 0 0 30px; }
.danke-hero p { max-width: 560px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.danke-back { color: var(--fg); border-bottom: 1px solid var(--line); }

@media (max-width: 680px) {
  .container { width: min(100% - 28px,860px); padding-top: 34px; }
  .hero { min-height: auto; margin-bottom: 28px; padding: 52px 0 48px; }
  .hero h1 { font-size: clamp(2.9rem,14vw,4.7rem); max-width: 11ch; }
  .hero-bridge { max-width: 34rem; }
  .section { padding: 46px 0; }
  .section-title { margin-bottom: 28px; }
  .map-grid,
  .process-grid,
  .context-copy { grid-template-columns: 1fr; }
  .map-layer,
  .process-step { padding: 24px 20px; }
  .section-context { padding-top: 58px; padding-bottom: 58px; }
  .context-statement { font-size: clamp(2.75rem, 13vw, 4.4rem); margin-bottom: 34px; }
  .context-fields { margin-bottom: 30px; line-height: 1.8; }
  .context-copy { gap: 18px; }
  .process-index { margin-bottom: 22px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 28px 0; min-height: 0; }
  .pricing-card + .pricing-card { padding: 36px 0 28px; border-left: 0; border-top: 1px solid var(--line); }
  .price-question { max-width: 18ch; }
  .method-lines p { padding: 16px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
