/* ─────────────────────────────────────────────
   FONTS — Google Fonts for preview
   Production: ersetzen durch @font-face (download-fonts.sh)
───────────────────────────────────────────── */
    

@font-face { font-family:'Lora'; src:url('../fonts/lora-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Lora'; src:url('../fonts/lora-400-italic.woff2') format('woff2'); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:'Lora'; src:url('../fonts/lora-500.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Lora'; src:url('../fonts/lora-600.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../fonts/dm-sans-300.woff2') format('woff2'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../fonts/dm-sans-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../fonts/dm-sans-500.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }


/* ─────────────────────────────────────────────
   TOKENS
───────────────────────────────────────────── */
:root {
  --paper:    #f7f5f0;
  --ink:      #1c1a16;
  --body:     #43413a;
  --muted:    #9a9488;
  --green:    #1a5c3f;
  --green-br: #25a066;
  --dark:     #0d2b1f;
  --cream:    #e6f5ef;
  --line:     rgba(28,26,22,0.10);
  --serif:    'Lora', Georgia, serif;
  --sans:     'DM Sans', system-ui, sans-serif;
}

/* ─────────────────────────────────────────────
   RESET
───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ─────────────────────────────────────────────
   HEADER (dark, sticky)
───────────────────────────────────────────── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dark);
}

/* Progress bar lives inside header */
#progress-bar {
  height: 4px;
  background: rgba(255,255,255,0.07);
  position: relative;
}
#progress-fill {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0%;
  background: var(--green-br);
  box-shadow: 0 0 8px rgba(37,160,102,0.53);
  transition: width 0.08s linear;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  height: 50px;
}

.wordmark {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.lang-toggle {
  display: flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 3px;
}
.lang-toggle a {
  padding: 4px 12px;
  border-radius: 16px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.4);
  transition: background 0.2s, color 0.2s;
}
.lang-toggle a.active {
  background: var(--green-br);
  color: #fff;
}

/* ─────────────────────────────────────────────
   WRAP — single column, max 600px
───────────────────────────────────────────── */
.wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 26px;
}

/* ─────────────────────────────────────────────
   EYEBROW
───────────────────────────────────────────── */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 18px;
}
.eyebrow--green { color: var(--green-br); }

/* ─────────────────────────────────────────────
   SECTION: OPENING
───────────────────────────────────────────── */
.section-opening {
  min-height: calc(100vh - 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.opening-factline {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--green);
  margin-bottom: 30px;
}

.opening-hook {
  font-family: var(--serif);
  font-size: clamp(32px, 8.5vw, 52px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 34px;
}

.opening-tagline-wrap {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.opening-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(16px, 4.4vw, 19px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--green);
}

.weiterlesen {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.weiterlesen-line {
  width: 1px;
  height: 40px;
  background: var(--muted);
  opacity: 0.5;
}
.weiterlesen-label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─────────────────────────────────────────────
   PARA (serif body text, like the JSX <Para>)
───────────────────────────────────────────── */
.para {
  font-family: var(--serif);
  font-size: clamp(18px, 4.6vw, 21px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 22px;
}
.para:last-child { margin-bottom: 0; }

/* ─────────────────────────────────────────────
   SECTION: DAS MUSTER
───────────────────────────────────────────── */
.section-muster {
  padding: 96px 26px 80px;
}

.muster-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 6.5vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 30px;
}

/* ─────────────────────────────────────────────
   SECTION: TRANSITION
───────────────────────────────────────────── */
.section-transition {
  padding: 0 26px 80px;
}
.transition-text {
  font-family: var(--serif);
  font-size: clamp(22px, 5.5vw, 30px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--green);
}

/* ─────────────────────────────────────────────
   SECTION: CASE
───────────────────────────────────────────── */
.section-case {
  padding-bottom: 90px;
}
.section-case--last {
  padding-bottom: 100px;
}
.section-case .wrap { padding: 0 26px; }

/* NUMBER MOMENT */
.number-moment {
  padding: 8px 0 4px;
}
.number-metric {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(72px, 22vw, 140px);
  letter-spacing: -0.05em;
  color: var(--green);
  line-height: 0.95;
}
.number-label {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 14px;
}
.number-sub {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 300;
  color: var(--body);
  margin-top: 12px;
  line-height: 1.6;
}

/* ─────────────────────────────────────────────
   SECTION: DARK PAUSE
───────────────────────────────────────────── */
.section-dark-pause {
  background: var(--dark);
  padding: 80px 26px;
}
.dark-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 5.5vw, 30px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--cream);
  margin-top: 0;
}

/* ─────────────────────────────────────────────
   SECTION: HOW I WORK
───────────────────────────────────────────── */
.section-how {
  padding: 90px 26px;
}
.how-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 6.5vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 32px;
}

/* ─────────────────────────────────────────────
   SECTION: MARTIN
───────────────────────────────────────────── */
.martin-photo {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 480px;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 2px;
  margin: 0 auto;
}
.martin-photo span {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--body);
}

.section-martin-text {
  padding: 56px 26px 90px;
}

.martin-closing {
  font-family: var(--serif);
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  margin-top: 12px;
}

/* ─────────────────────────────────────────────
   SECTION: CONTACT (dark)
───────────────────────────────────────────── */
.section-contact {
  background: var(--dark);
  padding: 80px 26px 90px;
}
.contact-para {
  font-family: var(--serif);
  font-size: clamp(19px, 4.8vw, 23px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 28px;
}
.contact-h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 5.5vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 12px;
}
.contact-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--cream);
  opacity: 0.6;
  margin-bottom: 40px;
}
.contact-links {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.contact-link-row {
  font-family: var(--serif);
  font-size: 22px;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s;
}
.contact-link-row:hover { opacity: 0.75; }
.contact-link-arrow { color: var(--green-br); }

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
footer {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 26px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
footer a {
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
footer a:hover { color: rgba(255,255,255,0.7); }

/* ─────────────────────────────────────────────
   SCROLL-REVEAL
───────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.1s cubic-bezier(0.22,1,0.36,1),
              transform 1.1s cubic-bezier(0.22,1,0.36,1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.04s; }
.reveal[data-delay="2"] { transition-delay: 0.08s; }
.reveal[data-delay="3"] { transition-delay: 0.10s; }
.reveal[data-delay="4"] { transition-delay: 0.12s; }
.reveal[data-delay="5"] { transition-delay: 0.15s; }
.reveal[data-delay="6"] { transition-delay: 0.16s; }
.reveal[data-delay="7"] { transition-delay: 0.18s; }
.reveal[data-delay="8"] { transition-delay: 0.20s; }
.reveal[data-delay="9"] { transition-delay: 0.30s; }

/* ─────────────────────────────────────────────
   LEGAL PAGES
───────────────────────────────────────────── */
.legal-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 26px 80px;
}
.back-link {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}
.back-link:hover { opacity: 0.7; }

.legal-title {
  font-family: var(--serif);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 40px;
  line-height: 1.2;
}
.legal-section { margin-bottom: 32px; }
.legal-heading {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  display: block;
}
.legal-body {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--body);
  white-space: pre-line;
}
.legal-body a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
