  @font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300 400;
    font-display: swap;
    src: url("/fonts/cormorant-garamond-italic.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url("/fonts/cormorant-garamond-regular.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300 500;
    font-display: swap;
    src: url("/fonts/dm-sans-regular.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --black: #080807;
    --surface: #111110;
    --surface-2: #191917;
    --gold: #C4A052;
    --gold-light: #D9B878;
    --gold-dim: rgba(196,160,82,0.15);
    --text: #EDE8DF;
    --text-muted: #7A7570;
    --text-dim: #4A4845;
    --border: rgba(196,160,82,0.18);
    --border-subtle: rgba(255,255,255,0.06);
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.4rem 4rem;
    border-bottom: 1px solid var(--border-subtle);
    backdrop-filter: blur(12px);
    background: rgba(8,8,7,0.88);
  }

  .nav-logo {
    display: flex; flex-direction: column;
    text-decoration: none;
  }
  .nav-logo-main {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem; font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    line-height: 1;
  }
  .nav-logo-sub {
    font-size: 0.6rem; letter-spacing: 0.25em;
    text-transform: uppercase; color: var(--text-dim);
    margin-top: 0.2rem;
  }

  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-size: 0.78rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--text); }

  nav .cta-nav {
    font-size: 0.78rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--gold);
    border: 1px solid var(--border); padding: 0.5rem 1.4rem;
    text-decoration: none; transition: background 0.2s;
  }
  nav .cta-nav:hover { background: var(--gold-dim); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: flex; flex-direction: column;
    justify-content: flex-end;
    padding: 8rem 4rem 6rem;
    position: relative; overflow: hidden;
  }

  .hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 70% 40%, rgba(196,160,82,0.065) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 20% 80%, rgba(196,160,82,0.03) 0%, transparent 60%);
  }

  .hero-stars {
    position: absolute; inset: 0;
    pointer-events: none;
  }
  .hero-stars svg { width: 100%; height: 100%; display: block; }

  .hero-chart {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(196,160,82,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(196,160,82,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    -webkit-mask-image: radial-gradient(ellipse 75% 75% at 72% 28%, black 0%, transparent 65%);
    mask-image: radial-gradient(ellipse 75% 75% at 72% 28%, black 0%, transparent 65%);
  }

  .hero-line {
    position: absolute; top: 0; left: 4rem;
    width: 1px; height: 100%;
    background: linear-gradient(to bottom, transparent, var(--border) 30%, var(--border) 70%, transparent);
    opacity: 0.5;
  }

  .sextant {
    position: absolute; top: 7rem; right: 4rem;
    width: 380px; height: 380px; opacity: 0.85;
    pointer-events: none;
  }
  .sextant svg { width: 100%; height: 100%; display: block; }

  .hero-eyebrow {
    font-size: 0.72rem; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 2.5rem;
    display: flex; align-items: center; gap: 1rem;
  }
  .hero-eyebrow::before {
    content: ''; display: block;
    width: 2.5rem; height: 1px; background: var(--gold);
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 5.5vw, 5.7rem);
    font-weight: 300; line-height: 1.08;
    letter-spacing: -0.01em;
    max-width: 1000px; margin-bottom: 2rem;
    position: relative;
  }
  .hero h1 em { font-style: italic; color: var(--gold); }

  .hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem; font-style: italic;
    color: var(--gold); letter-spacing: 0.04em;
    margin-bottom: 1.2rem; max-width: 640px;
    position: relative;
  }

  .hero-sub {
    font-size: 1rem; color: var(--text-muted);
    max-width: 580px; line-height: 1.85; margin-bottom: 3rem;
    position: relative;
  }

  .hero-meta {
    display: flex; gap: 2.5rem;
    border-top: 1px solid var(--border-subtle);
    padding-top: 2rem; max-width: 800px;
    position: relative;
  }
  .hero-meta-item .label {
    font-size: 0.68rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.3rem;
  }
  .hero-meta-item .value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem; color: var(--text);
  }

  /* ── SHARED ── */
  section { padding: 7rem 4rem; max-width: 1200px; margin: 0 auto; }

  .section-label {
    font-size: 0.68rem; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 3rem;
    display: flex; align-items: center; gap: 1rem;
  }
  .section-label::after {
    content: ''; display: block;
    flex: 1; height: 1px;
    background: var(--border-subtle); max-width: 4rem;
  }

  h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300; line-height: 1.12; margin-bottom: 2rem;
  }

  .full-block { background: var(--surface); width: 100%; max-width: 100%; padding: 7rem 0; }
  .full-block-alt { background: var(--surface-2); }
  .full-block-inner { max-width: 1200px; margin: 0 auto; padding: 0 4rem; }

  .two-col {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: start; margin-top: 4rem;
  }
  .two-col-center { align-items: center; }

  .col-left h2 { font-size: clamp(2rem, 3.5vw, 3rem); }

  .col-right p {
    color: var(--text-muted); font-size: 1.05rem;
    margin-bottom: 1.5rem; line-height: 1.9;
  }
  .col-right p strong { color: var(--text); font-weight: 400; }

  blockquote {
    border-left: 2px solid var(--gold);
    padding-left: 1.5rem; margin: 2rem 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-style: italic;
    color: var(--text); line-height: 1.5;
  }

  /* ── MODEL BOX ── */
  .model-box {
    border: 1px solid var(--border); padding: 3rem;
    position: relative; background: var(--black);
  }
  .model-box::before {
    content: 'Die Rolle';
    position: absolute; top: -0.8rem; left: 1.5rem;
    background: var(--surface); padding: 0 0.75rem;
    font-size: 0.68rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--gold);
  }

  .model-row {
    display: flex; align-items: flex-start; gap: 1.5rem;
    margin-bottom: 2rem; padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-subtle);
  }
  .model-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

  .model-icon {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; color: var(--gold);
    line-height: 1.5; min-width: 1.2rem; margin-top: 0.1rem;
  }

  .model-row .desc strong {
    display: block; color: var(--text);
    font-size: 0.95rem; font-weight: 400; margin-bottom: 0.4rem;
  }
  .model-row .desc p {
    font-size: 0.88rem; color: var(--text-muted);
    line-height: 1.75; margin: 0;
  }

  /* ── HALTUNG ── */
  .diff-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: var(--border-subtle);
    margin-top: 4rem; border: 1px solid var(--border-subtle);
  }
  .diff-card {
    background: var(--black); padding: 2.5rem; position: relative;
  }
  .diff-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: var(--gold);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s ease;
  }
  .diff-card:hover::before { transform: scaleX(1); }
  .diff-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem; font-weight: 300;
    color: var(--text-dim); line-height: 1; margin-bottom: 1.5rem;
  }
  .diff-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 400;
    margin-bottom: 1rem; color: var(--text);
  }
  .diff-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; }

  /* ── SERVICES ── */
  .services-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 2px; background: var(--border-subtle); margin-top: 4rem;
  }
  .service-item {
    background: var(--black); padding: 2.5rem; transition: background 0.25s;
  }
  .service-item:hover { background: var(--surface-2); }
  .service-item .tag {
    display: inline-block; font-size: 0.68rem;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--gold); border: 1px solid var(--border);
    padding: 0.25rem 0.75rem; margin-bottom: 1.2rem;
  }
  .service-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem; font-weight: 400; margin-bottom: 0.8rem;
  }
  .service-item p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }

  /* ── CLARITY ── */
  .clarity {
    background: var(--gold-dim); border: 1px solid var(--border);
    padding: 4rem; margin-top: 4rem;
  }
  .clarity h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem; font-weight: 300; margin-bottom: 2rem;
  }
  .clarity-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
  .clarity-col h4 {
    font-size: 0.68rem; letter-spacing: 0.18em;
    text-transform: uppercase; margin-bottom: 1.2rem;
  }
  .clarity-col.yes h4 { color: var(--gold); }
  .clarity-col.no h4 { color: var(--text-dim); }
  .clarity-col ul { list-style: none; font-size: 0.9rem; color: var(--text-muted); line-height: 2.1; }
  .clarity-col.yes ul li::before { content: '→  '; color: var(--gold); }
  .clarity-col.no ul li::before { content: '×  '; color: var(--text-dim); }

  /* ── CONTACT ── */
  .contact {
    text-align: center; padding: 9rem 4rem;
    max-width: 1200px; margin: 0 auto;
  }
  .contact h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 1.5rem; }
  .contact p { font-size: 1.05rem; color: var(--text-muted); max-width: 480px; margin: 0 auto 3rem; }

  .cta-primary {
    display: inline-block; font-size: 0.8rem;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--black); background: var(--gold);
    padding: 1.1rem 3rem; text-decoration: none;
    transition: background 0.2s, transform 0.2s;
  }
  .cta-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
  .contact-note { margin-top: 1.5rem; font-size: 0.8rem; color: var(--text-dim); }

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid var(--border-subtle);
    padding: 2.5rem 4rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    font-size: 0.75rem; color: var(--text-dim); letter-spacing: 0.06em;
  }
  .footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold); text-decoration: none;
  }
  .footer-motto {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem; font-style: italic;
    color: var(--text-dim); letter-spacing: 0.08em;
    text-align: center;
  }
  .footer-right { text-align: right; }
  .footer-right a {
    color: var(--text-dim); text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }
  .footer-right a:hover { color: var(--gold); border-color: var(--gold); }

  @media (max-width: 900px) {
    nav { padding: 1.2rem 2rem; }
    .nav-links { display: none; }
    .hero { padding: 7rem 2rem 5rem; }
    section { padding: 5rem 2rem; }
    .full-block-inner { padding: 0 2rem; }
    .two-col, .clarity-cols { grid-template-columns: 1fr; gap: 3rem; }
    .diff-grid, .services-grid { grid-template-columns: 1fr; }
    .hero-meta { flex-wrap: wrap; gap: 2rem; }
    .sextant { display: none; }
    footer { grid-template-columns: 1fr; gap: 1rem; text-align: center; padding: 2rem; }
    .footer-right { text-align: center; }
  }

/* ── LEGAL PAGES ── */
.legal-page { padding-top: 10rem; }
.legal-page h2 { margin-bottom: 3rem; }
.legal-block { margin-bottom: 3.5rem; }
.legal-block:last-child { margin-bottom: 0; }
.legal-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400;
  color: var(--gold); margin-bottom: 1rem;
}
.legal-block p, .legal-block address {
  font-style: normal;
  color: var(--text-muted); font-size: 0.95rem;
  line-height: 1.9; margin-bottom: 1rem;
}
.legal-block p:last-child, .legal-block address:last-child { margin-bottom: 0; }
.legal-block a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--border); }
.legal-block a:hover { color: var(--gold-light); border-color: var(--gold-light); }
.legal-block strong { color: var(--text); font-weight: 400; }
