/* ============================================================
   DFM Service – v2 Editorial / Magazin
   ============================================================ */

body.v2 {
  background: var(--bone);
}

/* ---------- Editorial type system ---------- */
body.v2 {
  --font-editorial: 'Playfair Display', 'Times New Roman', serif;
  --font-mono: 'JetBrains Mono', monospace;
}

.v2 .ed-display {
  font-family: var(--font-editorial);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.02;
  text-transform: none;
  color: var(--navy);
}

.v2 .ed-h1 {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(3rem, 7.5vw, 7.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--navy);
  margin: 0;
}
.v2 .ed-h1 em { font-style: italic; font-weight: 400; color: var(--navy-soft); }

.v2 .ed-h2 {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--navy);
  margin: 0 0 0.5em;
}
.v2 .ed-h2 em { font-style: italic; color: var(--navy-soft); font-weight: 400; }

.v2 .ed-h3 {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--navy);
  margin: 0 0 0.4em;
}

.v2 .ed-lede {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.4;
  color: var(--navy-soft);
  letter-spacing: -0.005em;
  max-width: 38ch;
}

.v2 .ed-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  max-width: 56ch;
}

.v2 .ed-meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
}

/* ---------- Masthead / Issue line ---------- */
.v2 .masthead {
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  background: #FFFFFF !important;
}
.v2 .masthead-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  gap: 24px;
  flex-wrap: wrap;
}
.v2 .masthead-row .center {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
}
.v2 .masthead-dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--navy);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px;
}

/* ---------- Hero v2 ---------- */
.v2 .hero2 {
  position: relative;
  padding: 48px 0 80px;
  border-bottom: 1px solid var(--line);
  background: var(--bone);
  overflow: hidden;
}
.v2 .hero2-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: stretch;
}
@media (max-width: 980px) {
  .v2 .hero2-grid { grid-template-columns: 1fr; gap: 40px; }
}

.v2 .hero2-left { display: flex; flex-direction: column; justify-content: space-between; min-height: 620px; gap: 36px; }
.v2 .hero2-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-soft);
}
.v2 .hero2-tagline .dot {
  width: 7px; height: 7px;
  background: var(--navy);
  border-radius: 50%;
}

.v2 .hero2-headline {
  margin-top: 12px;
}
.v2 .hero2-headline .ed-h1 {
  display: block;
  text-wrap: pretty;
}
.v2 .hero2-headline em {
  font-style: italic;
  color: var(--navy-soft);
}

.v2 .hero2-stand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.v2 .hero2-stand p { margin: 0; }
.v2 .hero2-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.v2 .hero2-cta .btn {
  white-space: nowrap;
}
.v2 .hero2-cta .scroll-tip {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Hero right – editorial figure */
.v2 .hero2-figure {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 620px;
}
.v2 .figure-meta {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
}
.v2 .figure-canvas {
  position: relative;
  flex: 1;
  color: var(--navy);
}
.v2 .figure-canvas svg { width: 100%; height: 100%; display: block; }
.v2 .figure-caption {
  border-top: 1px solid var(--line);
  padding: 16px 18px 18px;
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--navy);
  background: var(--paper-warm);
}
.v2 .figure-caption b {
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: var(--navy-soft);
  margin-bottom: 6px;
}

/* Animated growth lines */
@keyframes drawLine {
  from { stroke-dashoffset: var(--len, 1000); }
  to { stroke-dashoffset: 0; }
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
}
@keyframes sweepX {
  0% { transform: translateX(-30%); opacity: 0; }
  20% { opacity: 0.7; }
  100% { transform: translateX(120%); opacity: 0; }
}

.v2 .draw-line {
  stroke-dasharray: var(--len, 1200);
  stroke-dashoffset: var(--len, 1200);
  animation: drawLine 2.4s ease-out forwards;
}
.v2 .draw-line.delay-1 { animation-delay: 0.4s; }
.v2 .draw-line.delay-2 { animation-delay: 0.8s; }
.v2 .draw-line.delay-3 { animation-delay: 1.2s; }
.v2 .pulse-dot { transform-origin: center; animation: pulseDot 2.8s ease-in-out infinite; }

/* ---------- Section base v2 ---------- */
.v2 .v2-section {
  padding: clamp(80px, 12vw, 160px) 0;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.v2 .v2-section.bg-paper { background: var(--paper); }
.v2 .v2-section.bg-paper-warm { background: var(--paper-warm); }
.v2 .v2-section.bg-navy {
  background: var(--navy);
  color: var(--paper);
  border-color: rgba(255,255,255,0.08);
}
.v2 .v2-section.bg-navy .ed-h2,
.v2 .v2-section.bg-navy .ed-h1,
.v2 .v2-section.bg-navy .ed-h3 { color: var(--paper); }
.v2 .v2-section.bg-navy .ed-lede { color: var(--powder); }
.v2 .v2-section.bg-navy .ed-meta,
.v2 .v2-section.bg-navy .ed-body { color: var(--powder-soft); }

.v2 .section-tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}
.v2 .section-tag::before {
  content: '';
  width: 36px; height: 1px;
  background: currentColor;
}
.v2 .v2-section.bg-navy .section-tag { color: var(--powder); }

/* ---------- Manifest ---------- */
.v2 .manifest {
  position: relative;
  padding: clamp(100px, 14vw, 200px) 0;
  background: var(--bone);
}
.v2 .manifest-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 900px) {
  .v2 .manifest-grid { grid-template-columns: 1fr; gap: 32px; }
}
.v2 .manifest-side {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-soft);
  border-top: 1px solid var(--navy);
  padding-top: 18px;
  position: sticky;
  top: 96px;
}
.v2 .manifest-body p {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.35;
  color: var(--navy);
  margin: 0 0 0.8em;
  max-width: 28ch;
  letter-spacing: -0.005em;
}
.v2 .manifest-body p em { font-style: italic; color: var(--navy-soft); }
.v2 .manifest-body p .dropcap {
  float: left;
  font-size: 5.4em;
  line-height: 0.85;
  padding-right: 0.12em;
  padding-top: 0.06em;
  font-weight: 400;
  color: var(--navy);
}
.v2 .manifest-byline {
  margin-top: 32px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-soft);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

/* ---------- Comparison: Wir vs. Großberater ---------- */
.v2 .compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 48px;
}
@media (max-width: 800px) {
  .v2 .compare { grid-template-columns: 1fr; }
}
.v2 .compare-col {
  padding: 32px 32px 40px;
  border-right: 1px solid var(--line);
  position: relative;
}
.v2 .compare-col:last-child { border-right: none; }
@media (max-width: 800px) {
  .v2 .compare-col { border-right: none; border-bottom: 1px solid var(--line); }
  .v2 .compare-col:last-child { border-bottom: none; }
}
.v2 .compare-col.them { background: transparent; }
.v2 .compare-col.us { background: var(--navy); color: var(--paper); border-right-color: var(--navy); }
.v2 .compare-col.us .compare-label,
.v2 .compare-col.us .ed-h3 { color: var(--paper); }
.v2 .compare-col.us .compare-row { border-color: rgba(255,255,255,0.12); color: var(--powder-soft); }
.v2 .compare-col.us .compare-row b { color: var(--paper); }

.v2 .compare-label {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-soft);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.v2 .compare-label .marker {
  width: 14px; height: 14px;
  border: 1px solid currentColor;
  display: inline-block;
}
.v2 .compare-col.us .compare-label .marker { background: var(--paper); border-color: var(--paper); }

.v2 .compare-row {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--navy);
}
.v2 .compare-row b {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
  padding-top: 2px;
}

/* ---------- Framework / Methode ---------- */
.v2 .framework {
  position: relative;
}
.v2 .framework-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 980px) {
  .v2 .framework-grid { grid-template-columns: 1fr; gap: 40px; }
}
.v2 .framework-canvas {
  position: relative;
  border: 1px solid var(--line);
  background: var(--bone);
  aspect-ratio: 1 / 1;
  color: var(--navy);
}
.v2 .framework-canvas svg { width: 100%; height: 100%; display: block; }

.v2 .framework-stages {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.v2 .framework-stage {
  border-top: 1px solid var(--line);
  padding: 28px 0 28px;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 24px;
  align-items: start;
  cursor: pointer;
  transition: background 0.3s ease;
}
.v2 .framework-stage:last-child { border-bottom: 1px solid var(--line); }
.v2 .framework-stage .num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--navy-soft);
}
.v2 .framework-stage h3 {
  font-family: var(--font-editorial);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: var(--navy);
}
.v2 .framework-stage p { margin: 0; max-width: 48ch; color: var(--ink); }
.v2 .framework-stage .indicator {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
  align-self: center;
  transition: color 0.3s ease;
}
.v2 .framework-stage.active { background: var(--paper); }
.v2 .framework-stage.active .indicator { color: var(--navy); }
.v2 .framework-stage.active::before {
  content: '';
  position: absolute;
}

/* ---------- Negotiation hook ---------- */
.v2 .negot {
  position: relative;
  overflow: hidden;
}
.v2 .negot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 980px) {
  .v2 .negot-grid { grid-template-columns: 1fr; gap: 40px; }
}
.v2 .negot-pull {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--paper);
  border-left: 1px solid var(--powder);
  padding: 8px 0 8px 28px;
  margin: 32px 0 36px;
  max-width: 36ch;
}
.v2 .negot-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(214, 197, 150, 0.45);
  border-bottom: 1px solid rgba(214, 197, 150, 0.45);
  padding-top: 0;
}
.v2 .negot-stats .stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px 28px;
  background: transparent;
  border-right: 1px solid rgba(214, 197, 150, 0.20);
  border-bottom: none;
}
.v2 .negot-stats .stat:last-child {
  border-right: none;
}
.v2 .negot-stats .num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 400;
  color: #d6c596;
  letter-spacing: -0.005em;
  line-height: 1.05;
  text-transform: none;
}
.v2 .negot-stats .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.82);
  line-height: 1.4;
}

@media (max-width: 720px) {
  .v2 .negot-stats {
    grid-template-columns: 1fr;
  }
  .v2 .negot-stats .stat {
    border-right: none;
    border-bottom: 1px solid rgba(214, 197, 150, 0.18);
  }
  .v2 .negot-stats .stat:last-child {
    border-bottom: none;
  }
}
.v2 .negot-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.v2 .negot-cta .btn {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--paper);
}
.v2 .negot-cta .btn:hover {
  background: var(--powder);
  border-color: var(--powder);
  color: var(--navy);
}
.v2 .negot-cta .btn-outline {
  background: transparent;
  color: var(--paper);
  border-color: var(--powder);
}
.v2 .negot-cta .btn-outline:hover {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--paper);
}

.v2 .negot-fig {
  background: var(--navy-deep);
  border: 1px solid rgba(255,255,255,0.12);
  aspect-ratio: 4 / 5;
  position: relative;
  color: var(--powder);
}
.v2 .negot-fig svg { width: 100%; height: 100%; display: block; }
.v2 .negot-fig-cap {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--powder);
  display: flex;
  justify-content: space-between;
}

/* ---------- Leistungs-Index ---------- */
.v2 .index-list {
  border-top: 1px solid var(--navy);
  margin-top: 48px;
}
.v2 .index-row {
  display: grid;
  grid-template-columns: 80px 1fr 2.4fr 100px;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  text-decoration: none;
  color: inherit;
  transition: padding 0.3s ease;
  position: relative;
}
.v2 .index-row:hover { padding-left: 12px; }
.v2 .index-row::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--navy);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
.v2 .index-row:hover::after { transform: scaleX(1); }
@media (max-width: 800px) {
  .v2 .index-row { grid-template-columns: 60px 1fr; }
  .v2 .index-row .desc, .v2 .index-row .arr-cell { grid-column: 1 / -1; }
  .v2 .index-row .desc { padding-left: 60px + 32px; }
}
.v2 .index-row .num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--navy-soft);
}
.v2 .index-row h3 {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0;
  color: var(--navy);
}
.v2 .index-row .desc {
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.55;
  margin: 0;
}
.v2 .index-row .arr-cell {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: right;
  color: var(--navy-soft);
}

/* ---------- Big Stats / Impact ---------- */
.v2 .impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 900px) {
  .v2 .impact-grid { grid-template-columns: repeat(2, 1fr); }
}
.v2 .impact-cell {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 36px 28px 40px;
  position: relative;
  min-height: 200px;
}
.v2 .impact-cell:last-child { border-right: none; }
@media (max-width: 900px) {
  .v2 .impact-cell:nth-child(2n) { border-right: none; }
  .v2 .impact-cell { border-right: 1px solid var(--line); }
}
.v2 .impact-num {
  font-family: var(--font-editorial);
  font-size: clamp(3rem, 6.5vw, 5.6rem);
  font-weight: 400;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.v2 .impact-num .unit {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--navy-soft);
  margin-left: 4px;
}
.v2 .impact-cell .lbl {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
}
.v2 .impact-cell p {
  margin-top: 14px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink);
}

/* ---------- Editorial / Aus der Redaktion ---------- */
.v2 .editorial {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.v2 .editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) {
  .v2 .editorial-grid { grid-template-columns: 1fr; gap: 32px; }
}
.v2 .editorial-side {
  position: sticky;
  top: 96px;
}
.v2 .editorial-art {
  border: 1px solid var(--line);
  background: var(--bone);
  aspect-ratio: 4 / 5;
  position: relative;
  color: var(--navy);
}
.v2 .editorial-art svg { width: 100%; height: 100%; display: block; }
.v2 .editorial-art .corner {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
}
.v2 .editorial-meta {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
}
.v2 .editorial-body p:first-of-type::first-letter {
  font-family: var(--font-editorial);
  font-size: 4.2em;
  float: left;
  line-height: 0.88;
  padding-right: 0.1em;
  padding-top: 0.05em;
  color: var(--navy);
}
.v2 .editorial-body h3 {
  font-family: var(--font-editorial);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 28px 0 12px;
  color: var(--navy);
}
.v2 .editorial-body p {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink);
  margin: 0 0 1em;
  max-width: 60ch;
}
.v2 .editorial-pull {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--navy);
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  padding: 24px 0;
  margin: 32px 0;
  max-width: 36ch;
}

/* ---------- FAQ filterable ---------- */
.v2 .faq2-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 40px 0 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.v2 .faq2-chip {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--navy-soft);
  cursor: pointer;
  transition: all 0.2s ease;
}
.v2 .faq2-chip:hover { border-color: var(--navy); color: var(--navy); }
.v2 .faq2-chip.active { background: var(--navy); color: var(--paper); border-color: var(--navy); }
.v2 .faq2-chip .count { opacity: 0.55; margin-left: 6px; font-size: 0.62rem; }

.v2 .faq2-list { border-top: 1px solid var(--navy); }
.v2 .faq2-item {
  border-bottom: 1px solid var(--line);
  transition: opacity 0.3s ease;
}
.v2 .faq2-q {
  width: 100%;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  background: transparent;
  border: none;
  padding: 24px 0;
  text-align: left;
  font-family: var(--font-editorial);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 400;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--navy);
  cursor: pointer;
}
.v2 .faq2-q .cat {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
}
.v2 .faq2-q .plus {
  width: 18px; height: 18px;
  position: relative;
  flex: 0 0 18px;
}
.v2 .faq2-q .plus::before,
.v2 .faq2-q .plus::after {
  content: '';
  position: absolute;
  background: var(--navy);
}
.v2 .faq2-q .plus::before {
  top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%);
}
.v2 .faq2-q .plus::after {
  left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%);
  transition: transform 0.25s ease;
}
.v2 .faq2-item.open .faq2-q .plus::after { transform: translateX(-50%) scaleY(0); }

.v2 .faq2-a {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.v2 .faq2-item.open .faq2-a {
  max-height: 600px;
  padding: 0 0 28px;
}
.v2 .faq2-a > .spacer { grid-column: 1; }
.v2 .faq2-a > .body { grid-column: 2; max-width: 60ch; color: var(--ink); }
.v2 .faq2-a > .body p { margin: 0 0 0.8em; line-height: 1.7; }
.v2 .faq2-a > .void { grid-column: 3; }

/* ---------- Discretion / Verschwiegenheit ---------- */
.v2 .discretion {
  background: var(--paper-warm);
}
.v2 .discretion-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 900px) {
  .v2 .discretion-grid { grid-template-columns: 1fr; }
}
.v2 .discretion-text .ed-lede {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: var(--navy);
  margin: 32px 0 24px;
  max-width: 56ch;
}
.v2 .discretion-text .ed-body {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--navy-soft);
  max-width: 60ch;
  margin-bottom: 40px;
}
.v2 .discretion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.v2 .discretion-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--navy-soft);
}
.v2 .discretion-list b { color: var(--navy); font-weight: 600; }
.v2 .dl-marker {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--navy);
  padding-top: 4px;
}
.v2 .discretion-aside {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 110px;
}
.v2 .discretion-stamp {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  color: var(--navy);
  opacity: 0.85;
}
.v2 .discretion-stamp svg {
  width: 100%;
  height: auto;
  animation: dscRotate 60s linear infinite;
}
@keyframes dscRotate {
  to { transform: rotate(360deg); }
}
.v2 .discretion-quote {
  border-left: 2px solid var(--navy);
  padding: 4px 0 4px 24px;
  margin: 0;
  font-family: var(--font-editorial);
}
.v2 .discretion-quote p {
  font-size: 1.15rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--navy);
  margin: 0 0 12px;
}
.v2 .discretion-quote cite {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--navy-soft);
  font-style: normal;
}
.v2 .founder2 {
  background: var(--paper-warm);
}
.v2 .founder2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .v2 .founder2-grid { grid-template-columns: 1fr; }
}
.v2 .founder2-portrait {
  aspect-ratio: 4 / 5;
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  color: var(--navy);
}
.v2 .founder2-portrait svg { width: 100%; height: 100%; }
.v2 .founder2-portrait .ph-name {
  position: absolute;
  bottom: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.v2 .founder2 blockquote {
  margin: 0;
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.3;
  color: var(--navy);
  letter-spacing: -0.01em;
  max-width: 30ch;
}
.v2 .founder2 .signoff {
  margin-top: 32px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-soft);
  display: flex;
  align-items: center;
  gap: 16px;
}
.v2 .founder2 .signoff::before {
  content: '';
  width: 36px; height: 1px; background: currentColor;
}

/* ---------- Final CTA / Closing ---------- */
.v2 .closing {
  background: var(--navy);
  color: var(--paper);
  padding: clamp(80px, 12vw, 140px) 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.v2 .closing-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: end;
}
@media (max-width: 900px) {
  .v2 .closing-grid { grid-template-columns: 1fr; gap: 32px; }
}
.v2 .closing h2 {
  color: var(--paper);
  margin: 0;
}
.v2 .closing-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.v2 .closing-side .row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 14px 0;
  font-size: 0.95rem;
  color: var(--paper);
}
.v2 .closing-side .row b {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--powder);
}
.v2 .closing-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.v2 .closing-cta .btn {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--paper);
}
.v2 .closing-cta .btn-outline {
  background: transparent;
  color: var(--paper);
  border-color: var(--powder);
}

/* ---------- Reveal on scroll ---------- */
.v2 .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.v2 .reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.v2 .reveal.delay-1 { transition-delay: 0.1s; }
.v2 .reveal.delay-2 { transition-delay: 0.2s; }
.v2 .reveal.delay-3 { transition-delay: 0.3s; }

/* Marquee ticker */
.v2 .ticker {
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  background: var(--bone);
  overflow: hidden;
  padding: 18px 0;
}
.v2 .ticker-track {
  display: flex;
  white-space: nowrap;
  gap: 56px;
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: var(--navy);
  animation: tickerSlide 38s linear infinite;
  width: max-content;
}
.v2 .ticker-track span { display: inline-flex; align-items: center; gap: 56px; }
.v2 .ticker-track span::after {
  content: '✦';
  font-style: normal;
  color: var(--navy-soft);
  font-size: 0.7em;
}
@keyframes tickerSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Scroll-progress bar */
.v2 .progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: var(--navy);
  width: 0;
  z-index: 200;
  transition: width 0.05s linear;
}

/* Fix container width override for hero */
.v2 .hero2 .container { max-width: var(--container); }

/* ---------- Parallax-Band (Schwarzwald-Interlude) ---------- */
.v2 .parallax-band {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 96px 0;
  background-image: url('assets/schwarzwald-herbst.jpg');
  background-size: cover;
  background-position: center 35%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #f5f1e8;
  overflow: hidden;
}
.v2 .parallax-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(20,30,55,0.62) 0%,
    rgba(20,30,55,0.55) 40%,
    rgba(20,30,55,0.78) 100%);
  z-index: 0;
}
.v2 .parallax-band .container { position: relative; z-index: 1; }
.v2 .parallax-band .parallax-meta {
  display: flex;
  justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(245,241,232,0.75);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(214,197,150,0.45);
  margin-bottom: 36px;
}
.v2 .parallax-band .parallax-slogan {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-transform: none;
  color: #f5f1e8;
  margin: 0 0 28px;
  max-width: 880px;
}
.v2 .parallax-band .parallax-slogan em {
  font-style: italic;
  font-weight: 400;
  color: #d6c596;
}
.v2 .parallax-band .parallax-lede {
  font-family: 'Lato', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  color: rgba(245,241,232,0.92);
  max-width: 620px;
  margin: 0 0 44px;
}
.v2 .parallax-band .spectrum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(214,197,150,0.35);
  border-bottom: 1px solid rgba(214,197,150,0.35);
}
.v2 .parallax-band .spectrum-cell {
  padding: 22px 22px 24px;
  border-right: 1px solid rgba(214,197,150,0.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v2 .parallax-band .spectrum-cell:last-child { border-right: none; }
.v2 .parallax-band .spectrum-cell .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 1.6px;
  color: #d6c596;
}
.v2 .parallax-band .spectrum-cell .lbl {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #f5f1e8;
  line-height: 1.25;
}
.v2 .parallax-band .parallax-credit {
  margin-top: 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(245,241,232,0.55);
}
.v2 .parallax-band .parallax-credit a {
  color: rgba(245,241,232,0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .v2 .parallax-band {
    background-attachment: scroll;
    min-height: 480px;
    padding: 72px 0;
  }
  .v2 .parallax-band .spectrum-cell {
    border-right: none;
    border-bottom: 1px solid rgba(214,197,150,0.18);
  }
  .v2 .parallax-band .spectrum-cell:last-child { border-bottom: none; }
}
