/* Extracted from 02_02_01_studium.html - style block 1 */
/* ═══════════════════════════════════════════════════
   RESET + TOKENS
═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:    #17160E;
  --cream:  #F3EFE6;
  --gold:   #BF844A;
  --gold-l: #D4A76A;
  --muted:  #6C6660;
  --serif:  var(--font-headings), system-ui, sans-serif;
  --sans:   var(--font-body), system-ui, sans-serif;
  --px:     clamp(1.5rem, 6vw, 6.5rem);
  --ease:   cubic-bezier(0.16, 1, 0.3, 1);
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); overflow-x: hidden; cursor: none; }

.cursor { position: fixed; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: transform 0.1s ease, width 0.3s var(--ease), height 0.3s var(--ease); mix-blend-mode: multiply; }
.cursor-ring { position: fixed; width: 32px; height: 32px; border: 1px solid rgba(191,132,74,0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: transform 0.18s ease, width 0.3s var(--ease), height 0.3s var(--ease), border-color 0.3s ease; }
.grain { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.028; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 300px 300px; }
.progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--gold); width: 0%; z-index: 999; transition: width 0.1s linear; }

.r { opacity: 0; transform: translateY(22px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
.r.on { opacity: 1; transform: translateY(0); }
.r.d1.on { transition-delay: 0.1s; }
.r.d2.on { transition-delay: 0.2s; }
.r.d3.on { transition-delay: 0.3s; }
.r.d4.on { transition-delay: 0.4s; }
.r.d5.on { transition-delay: 0.5s; }

/* ═══════════════════════════════════════════════════
   NAV
═══════════════════════════════════════════════════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; padding: 1.375rem var(--px); display: flex; align-items: center; justify-content: space-between; transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(243,239,230,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom-color: rgba(23,22,14,0.07); }
.nav__logo { font-family: var(--serif); font-weight: 400; font-size: 1.1875rem; color: var(--ink); text-decoration: none; letter-spacing: 0.03em; display: flex; align-items: center; gap: 0.625rem; }
.nav__logo-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.nav__links { display: flex; align-items: center; gap: 2.5rem; }
.nav__link { font-family: var(--sans); font-size: 0.75rem; color: var(--muted); text-decoration: none; letter-spacing: 0.06em; transition: color 0.2s ease; }
.nav__link:hover, .nav__link--active { color: var(--ink); }
.nav__cta { font-family: var(--sans); font-size: 0.8125rem; font-weight: 500; color: var(--ink); text-decoration: none; padding: 0.6875rem 1.375rem; border: 1.5px solid rgba(23,22,14,0.2); letter-spacing: 0.04em; transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease; }
.nav__cta:hover { border-color: var(--gold); background: var(--ink); color: var(--cream); }
.nav__menu { display: none; background: none; border: none; cursor: none; padding: 0.25rem; }
.nav__menu-line { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px 0; transition: transform 0.3s ease, opacity 0.3s ease; }

/* ═══════════════════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════════════════ */
.breadcrumb { background: var(--cream); padding: 5.5rem var(--px) 0; position: relative; }
.breadcrumb__inner { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; font-family: var(--sans); font-size: 0.6875rem; color: var(--muted); letter-spacing: 0.04em; padding-bottom: 2rem; border-bottom: 1px solid rgba(23,22,14,0.07); }
.breadcrumb__link { color: var(--muted); text-decoration: none; transition: color 0.2s ease; }
.breadcrumb__link:hover { color: var(--ink); }
.breadcrumb__sep { color: rgba(23,22,14,0.2); }
.breadcrumb__current { color: var(--ink); }

/* ═══════════════════════════════════════════════════
   PAGE HERO
═══════════════════════════════════════════════════ */
.phero { background: var(--cream); padding: clamp(3.5rem, 7vw, 6rem) var(--px) clamp(4.5rem, 9vw, 8rem); position: relative; overflow: hidden; }
.phero__bg { position: absolute; bottom: -0.1em; right: calc(var(--px) - 0.05em); font-family: var(--serif); font-weight: 400; font-style: italic; font-size: clamp(10rem, 22vw, 20rem); line-height: 1; color: rgba(23,22,14,0.025); user-select: none; pointer-events: none; letter-spacing: -0.04em; }

.phero__eyebrow { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.phero__eyebrow-line { width: 0; height: 1px; background: var(--gold); opacity: 0.7; transition: width 1.4s var(--ease) 0.2s; }
.phero__eyebrow-line.on { width: 3rem; }
.phero__eyebrow-text { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }

.phero__layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 0 clamp(3rem, 7vw, 8rem); align-items: end; }
.phero__headline { font-family: var(--serif); font-weight: 400; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
.phero__headline em { font-style: italic; color: var(--gold); }

.phero__right { padding-bottom: 0.25rem; }
.phero__sub { font-family: var(--sans); font-size: clamp(1rem, 1.6vw, 1.1875rem); line-height: 1.72; color: var(--muted); margin-bottom: 2.25rem; }
.phero__sub strong { color: var(--ink); font-weight: 500; }

.phero__meta { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.phero__meta-item { display: flex; flex-direction: column; gap: 0.25rem; }
.phero__meta-num { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 1.625rem; line-height: 1; color: var(--gold); }
.phero__meta-label { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* ═══════════════════════════════════════════════════
   REALITY CHECK — häufigster Fehler
═══════════════════════════════════════════════════ */
.reality {
  background: var(--ink);
  padding: clamp(5rem, 11vw, 9rem) var(--px);
  position: relative; overflow: hidden;
}
.reality__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 0 clamp(3rem, 7vw, 8rem); align-items: start; position: relative; z-index: 1; }
.reality__label { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.625rem; opacity: 0.8; }
.reality__label::before { content: ''; width: 1.5rem; height: 1px; background: var(--gold); opacity: 0.6; flex-shrink: 0; }
.reality__headline { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2.375rem); line-height: 1.22; color: var(--cream); margin-bottom: 1rem; }
.reality__sub { font-family: var(--sans); font-size: 0.875rem; line-height: 1.7; color: rgba(243,239,230,0.35); }

.reality__rows { display: flex; flex-direction: column; }
.reality__row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2rem, 5vw, 5rem);
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid rgba(243,239,230,0.05);
  align-items: baseline;
}
.reality__row:first-child { border-top: 1px solid rgba(243,239,230,0.05); }
.reality__row-label { font-family: var(--sans); font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(243,239,230,0.28); }
.reality__row-value { font-family: var(--sans); font-size: clamp(0.875rem, 1.3vw, 1rem); line-height: 1.65; color: rgba(243,239,230,0.52); }
.reality__row-value strong { color: rgba(243,239,230,0.85); font-weight: 500; }

/* ═══════════════════════════════════════════════════
   REIHENFOLGE
═══════════════════════════════════════════════════ */
.order {
  background: var(--cream);
  padding: clamp(5rem, 11vw, 9rem) var(--px) 0;
  position: relative; overflow: hidden;
}
.order__header { margin-bottom: clamp(4rem, 8vw, 7rem); }
.order__label { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.375rem; display: flex; align-items: center; gap: 0.625rem; opacity: 0.8; }
.order__label::before { content: ''; width: 1.5rem; height: 1px; background: var(--gold); opacity: 0.6; flex-shrink: 0; }
.order__headline { font-family: var(--serif); font-weight: 400; font-size: clamp(1.875rem, 3.8vw, 3.25rem); line-height: 1.18; color: var(--ink); max-width: 600px; }

.order__steps { display: flex; flex-direction: column; position: relative; }
.order__steps::before { content: ''; position: absolute; left: 2.6rem; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(191,132,74,0.2) 10%, rgba(191,132,74,0.2) 90%, transparent 100%); pointer-events: none; z-index: 0; }

.order__step {
  display: grid; grid-template-columns: 5.5rem 1fr;
  gap: 0 clamp(2rem, 5vw, 5rem);
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
  border-bottom: 1px solid rgba(23,22,14,0.07);
  align-items: start; position: relative;
}
.order__step:first-child { border-top: 1px solid rgba(23,22,14,0.07); }

.order__step-marker { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; padding-top: 0.15rem; position: relative; z-index: 1; }
.order__step-num { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 3rem; line-height: 1; user-select: none; }
.order__step:nth-child(1) .order__step-num { color: rgba(191,132,74,0.1); }
.order__step:nth-child(2) .order__step-num { color: rgba(191,132,74,0.14); }
.order__step:nth-child(3) .order__step-num { color: rgba(191,132,74,0.18); }
.order__step:nth-child(4) .order__step-num { color: rgba(191,132,74,0.22); }
.order__step:nth-child(5) .order__step-num { color: rgba(191,132,74,0.27); }
.order__step:nth-child(6) .order__step-num { color: rgba(191,132,74,0.33); }
.order__step:nth-child(7) .order__step-num { color: var(--gold); opacity: 0.45; }

.order__step-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; background: rgba(191,132,74,0.25); }
.order__step:nth-child(7) .order__step-dot { background: var(--gold); }

.order__step-body { position: relative; z-index: 1; }
.order__step-tag { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); opacity: 0.65; margin-bottom: 0.625rem; display: block; }
.order__step-title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.0625rem, 1.8vw, 1.4375rem); line-height: 1.25; color: var(--ink); margin-bottom: 0.625rem; }
.order__step-text { font-family: var(--sans); font-size: clamp(0.875rem, 1.3vw, 1rem); line-height: 1.72; color: var(--muted); }
.order__step-text strong { color: var(--ink); font-weight: 500; }
.order__step-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.875rem; font-family: var(--sans); font-size: 0.8125rem; color: var(--gold); text-decoration: none; letter-spacing: 0.03em; transition: gap 0.2s ease; }
.order__step-link:hover { gap: 0.75rem; }
.order__step-link::after { content: '→'; font-size: 0.75rem; }

.order__step--warn .order__step-title { color: var(--ink); }
.order__step-warn { display: inline-block; margin-top: 0.75rem; font-family: var(--sans); font-size: 0.8125rem; line-height: 1.58; color: var(--ink); font-weight: 500; padding-left: 1.125rem; border-left: 2px solid var(--gold); }

/* ═══════════════════════════════════════════════════
   SUB-PAGES — Detail Rows
═══════════════════════════════════════════════════ */
.subpages {
  background: var(--cream);
  padding: clamp(5rem, 11vw, 9rem) var(--px);
  position: relative; overflow: hidden;
}
.subpages__header { margin-bottom: clamp(4rem, 8vw, 7rem); }
.subpages__label { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.375rem; display: flex; align-items: center; gap: 0.625rem; opacity: 0.8; }
.subpages__label::before { content: ''; width: 1.5rem; height: 1px; background: var(--gold); opacity: 0.6; flex-shrink: 0; }
.subpages__headline { font-family: var(--serif); font-weight: 400; font-size: clamp(1.875rem, 3.8vw, 3.25rem); line-height: 1.18; color: var(--ink); max-width: 540px; }

.subpage {
  display: grid; grid-template-columns: 5rem 1fr 1.5fr;
  gap: 0 clamp(2.5rem, 5vw, 5.5rem);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0; padding-left: 1.5rem;
  border-bottom: 1px solid rgba(23,22,14,0.07);
  align-items: start; position: relative;
  text-decoration: none; color: inherit;
  display: grid;
}
.subpage:first-of-type { border-top: 1px solid rgba(23,22,14,0.07); }
.subpage::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform 0.45s var(--ease); }
.subpage:hover::before { transform: scaleY(1); }

.subpage__num { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 3.75rem; line-height: 1; color: rgba(23,22,14,0.06); user-select: none; padding-top: 0.1rem; transition: color 0.35s ease; }
.subpage:hover .subpage__num { color: rgba(191,132,74,0.2); }

.subpage__left {}
.subpage__tag { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.625rem; display: block; }
.subpage__title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.125rem, 1.9vw, 1.5rem); line-height: 1.25; color: var(--ink); display: flex; align-items: baseline; gap: 0.75rem; }
.subpage__title-arrow { font-size: 0.875rem; color: rgba(23,22,14,0.2); transition: color 0.3s ease, transform 0.3s ease; display: inline-block; }
.subpage:hover .subpage__title-arrow { color: var(--gold); transform: translateX(4px); }

.subpage__right {}
.subpage__desc { font-family: var(--sans); font-size: clamp(0.875rem, 1.3vw, 1rem); line-height: 1.78; color: var(--muted); margin-bottom: 1.25rem; }
.subpage__desc strong { color: var(--ink); font-weight: 500; }
.subpage__note { font-family: var(--sans); font-size: 0.8125rem; line-height: 1.6; color: var(--ink); font-weight: 500; padding-left: 1.125rem; border-left: 2px solid var(--gold); }

/* ═══════════════════════════════════════════════════
   FACTS BAND
═══════════════════════════════════════════════════ */
.facts {
  background: var(--ink);
  padding: clamp(4.5rem, 9vw, 7.5rem) var(--px);
  position: relative; overflow: hidden;
}
.facts__inner { position: relative; z-index: 1; }
.facts__label { font-family: var(--sans); font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 2.5rem; display: flex; align-items: center; gap: 0.625rem; opacity: 0.7; }
.facts__label::before { content: ''; width: 1.5rem; height: 1px; background: var(--gold); opacity: 0.6; flex-shrink: 0; }
.facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5px; background: rgba(243,239,230,0.06); }
.fact { background: #1c1b13; padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem); }
.fact__value { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: clamp(1.875rem, 3.5vw, 3rem); line-height: 1; color: var(--gold); margin-bottom: 0.625rem; opacity: 0.75; }
.fact__label { font-family: var(--sans); font-size: 0.75rem; line-height: 1.55; color: rgba(243,239,230,0.38); }
.fact__label strong { color: rgba(243,239,230,0.68); font-weight: 500; display: block; margin-bottom: 0.25rem; }

/* ═══════════════════════════════════════════════════
   CLOSING CTA
═══════════════════════════════════════════════════ */
.closing { background: var(--ink); border-top: 1px solid rgba(243,239,230,0.06); padding: clamp(7rem, 15vw, 12rem) var(--px); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; }
.closing::after { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(191,132,74,0.07) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.closing__rule { width: 0; height: 1px; background: var(--gold); opacity: 0.35; margin-bottom: 3rem; transition: width 1.4s var(--ease); }
.closing__rule.on { width: 4rem; }
.closing__text { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 3.2vw, 2.625rem); line-height: 1.28; color: rgba(243,239,230,0.6); max-width: 680px; margin-bottom: 3.5rem; position: relative; z-index: 1; }
.closing__text em { color: var(--cream); font-style: italic; }
.closing__btn { display: inline-flex; align-items: center; gap: 1rem; font-family: var(--sans); font-size: 1rem; font-weight: 500; color: var(--ink); background: var(--cream); border: 1.5px solid transparent; padding: 1.3125rem 2.5rem; cursor: none; letter-spacing: 0.04em; text-decoration: none; position: relative; overflow: hidden; transition: border-color 0.3s ease; z-index: 1; }
.closing__btn::before { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); transition: transform 0.5s var(--ease); }
.closing__btn:hover::before { transform: translateX(0); }
.closing__btn:hover { border-color: var(--gold); }
.closing__btn span, .closing__btn-arrow { position: relative; z-index: 1; }
.closing__btn-arrow { font-size: 1.125rem; transition: transform 0.3s ease; }
.closing__btn:hover .closing__btn-arrow { transform: translateX(5px); }
.closing__note { margin-top: 1.375rem; font-family: var(--sans); font-size: 0.75rem; color: rgba(243,239,230,0.22); letter-spacing: 0.04em; position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
.footer { background: var(--ink); border-top: 1px solid rgba(243,239,230,0.06); padding: clamp(2.5rem, 5vw, 3.75rem) var(--px); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.footer__logo { font-family: var(--serif); font-weight: 400; font-size: 1rem; color: rgba(243,239,230,0.3); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.footer__logo-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0.4; }
.footer__links { display: flex; gap: 2.25rem; flex-wrap: wrap; }
.footer__link { font-family: var(--sans); font-size: 0.75rem; color: rgba(243,239,230,0.22); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s ease; }
.footer__link:hover { color: rgba(243,239,230,0.55); }
.footer__copy { font-family: var(--sans); font-size: 0.6875rem; color: rgba(243,239,230,0.15); letter-spacing: 0.04em; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .phero__layout { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 960px) {
  .reality__inner { grid-template-columns: 1fr; gap: 2rem; }
  .reality__row { grid-template-columns: 1fr; gap: 0.375rem; }
  .facts__grid { grid-template-columns: repeat(2, 1fr); }
  .subpage { grid-template-columns: 4rem 1fr; grid-template-rows: auto auto; gap: 0.875rem clamp(1.25rem, 3vw, 2.5rem); }
  .subpage__right { grid-column: 2; }
  .subpage__num { font-size: 2.5rem; }
  .nav__links { display: none; }
  .nav__menu { display: block; }
  .order__steps::before { left: 1.6rem; }
}
@media (max-width: 600px) {
  .facts__grid { grid-template-columns: 1fr 1fr; }
  .subpage { grid-template-columns: 1fr; gap: 1rem; padding-left: 1.25rem; }
  .subpage__right { grid-column: 1; }
  .subpage__num { font-size: 2rem; }
  .order__step { grid-template-columns: 3.5rem 1fr; gap: 0 1.25rem; }
  .order__step-num { font-size: 2.25rem; }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer__links { gap: 1.5rem; }
  .closing { text-align: left; align-items: flex-start; }
  .closing__rule { align-self: flex-start; }
}
