:root {
  --bg: #070506;
  --panel: rgba(18, 14, 16, 0.66);
  --panel2: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, 0.11);
  --text: #f6efe7;
  --muted: rgba(246, 239, 231, 0.66);
  --soft: rgba(246, 239, 231, 0.42);
  --ruby: #b01736;
  --ruby2: #ff315e;
  --gold: #eacb88;
  --champagne: #f4ddba;
  --ink: #110a0d;
  --nav-h: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 12%, rgba(176, 23, 54, 0.20), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(234, 203, 136, 0.16), transparent 28%),
    linear-gradient(135deg, #050405 0%, #10080b 44%, #080608 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.ambient { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.orb { position: absolute; display: block; border-radius: 999px; filter: blur(60px); opacity: 0.58; }
.orb-a { width: 420px; height: 420px; left: -140px; top: 120px; background: rgba(176, 23, 54, 0.30); }
.orb-b { width: 360px; height: 360px; right: -110px; top: 20px; background: rgba(234, 203, 136, 0.20); }
.orb-c { width: 480px; height: 480px; left: 42%; bottom: -220px; background: rgba(255, 49, 94, 0.13); }
.grain {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at top, black, transparent 78%);
}

.site-header {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px)); height: var(--nav-h);
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(10, 7, 8, 0.42);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.brand-pill { display: flex; align-items: center; gap: 11px; min-width: 218px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(176,23,54,.92), rgba(234,203,136,.86));
  color: #14080b; font-weight: 900; letter-spacing: -.03em;
  box-shadow: 0 0 32px rgba(176,23,54,.24);
}
.brand-pill strong { display: block; font-size: 14px; letter-spacing: .01em; }
.brand-pill small { display: block; color: var(--soft); font-size: 11px; margin-top: 1px; }
.main-nav { display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.035); }
.main-nav a { color: var(--muted); font-size: 13px; padding: 10px 13px; border-radius: 999px; transition: .2s ease; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--text); background: rgba(244,221,186,.10); }
.header-cta, .primary-btn, .ghost-btn, .contact-card button {
  border: 1px solid rgba(234,203,136,.24); border-radius: 999px;
  background: linear-gradient(135deg, rgba(234,203,136,.96), rgba(255,49,94,.86));
  color: #16080b; font-weight: 800; font-size: 13px; padding: 12px 16px;
  box-shadow: 0 16px 42px rgba(176,23,54,.22);
}
.header-cta { white-space: nowrap; }
.ghost-btn { background: rgba(255,255,255,.045); color: var(--text); border-color: rgba(255,255,255,.12); box-shadow: none; }

main, footer { position: relative; z-index: 1; }
.section-anchor { scroll-margin-top: 112px; }
.hero {
  min-height: 100vh;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 138px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 42px;
  align-items: center;
}
.eyebrow, .section-head span {
  display: inline-flex; color: var(--gold); font-weight: 800; font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
}
.hero h1 {
  max-width: 720px;
  margin: 18px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 540;
}
.hero p { max-width: 590px; margin: 22px 0 0; color: var(--muted); line-height: 1.72; font-size: 15px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.primary-btn, .ghost-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; }

.deck-stage {
  position: relative; height: 520px; min-width: 0;
  border-radius: 36px;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.deck-hint {
  position: absolute; right: 28px; top: 26px; z-index: 8;
  padding: 8px 11px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.30); color: var(--soft); font-size: 12px;
  backdrop-filter: blur(12px);
}
.premium-card {
  position: absolute; top: 50%; left: 50%;
  width: min(330px, 52vw); height: 430px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.035)), #120a0d;
  box-shadow: 0 44px 100px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12);
  transform: translate(-50%, -50%);
  transition: transform .42s cubic-bezier(.18,.84,.24,1), filter .42s ease, opacity .42s ease, z-index .2s ease;
  overflow: hidden;
}
.premium-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 18%, rgba(234,203,136,.24), transparent 26%), radial-gradient(circle at 80% 30%, rgba(255,49,94,.22), transparent 30%);
  opacity: .8;
}
.premium-card::after {
  content: ""; position: absolute; inset: 16px; border-radius: 24px;
  border: 1px solid rgba(244,221,186,.12);
}
.card-kicker, .premium-card h2, .premium-card p, .card-line { position: relative; z-index: 2; }
.card-kicker { display: block; color: rgba(244,221,186,.72); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.premium-card h2 { margin: 88px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 42px; line-height: .9; letter-spacing: -.055em; font-weight: 540; }
.premium-card p { margin: 18px 0 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.card-line { position: absolute; left: 28px; right: 28px; bottom: 30px; height: 1px; background: linear-gradient(90deg, transparent, rgba(234,203,136,.62), transparent); }
.card-0 { --x: -178px; --r: -13deg; --y: 10px; }
.card-1 { --x: -60px; --r: -5deg; --y: -5px; }
.card-2 { --x: 62px; --r: 6deg; --y: 2px; }
.card-3 { --x: 178px; --r: 14deg; --y: 18px; }
.deck-stage:not([data-active]) .card-0,
.deck-stage[data-active="0"] .card-0,
.deck-stage[data-active="1"] .card-1,
.deck-stage[data-active="2"] .card-2,
.deck-stage[data-active="3"] .card-3 {
  z-index: 12; opacity: 1; filter: saturate(1.08) brightness(1.08);
  transform: translate(calc(-50% + 0px), calc(-50% - 12px)) rotate(0deg) scale(1.04);
}
.deck-stage[data-active="0"] .premium-card:not(.card-0),
.deck-stage[data-active="1"] .premium-card:not(.card-1),
.deck-stage[data-active="2"] .premium-card:not(.card-2),
.deck-stage[data-active="3"] .premium-card:not(.card-3),
.deck-stage:not([data-active]) .premium-card:not(.card-0) {
  opacity: .68; filter: saturate(.76) brightness(.78);
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(.91);
}

.signature, .experience, .pulse, .modules, .contact {
  width: min(1180px, calc(100% - 32px)); margin: 0 auto;
  padding: 72px 0;
}
.section-head { max-width: 780px; margin: 0 auto 28px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { margin: 10px 0 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 540; letter-spacing: -.04em; line-height: 1; font-size: clamp(32px, 4vw, 54px); }
.section-head p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; font-size: 15px; }
.compact-head h2 { font-size: clamp(30px, 3.4vw, 48px); }

.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.signature-grid article, .module-grid article, .pulse-cards article {
  border: 1px solid rgba(255,255,255,.10); border-radius: 26px;
  background: rgba(255,255,255,.045); backdrop-filter: blur(18px);
  padding: 24px;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.sig-no, .module-grid b { color: var(--gold); font-size: 12px; letter-spacing: .16em; font-weight: 900; }
.signature-grid h3, .module-grid h3, .pulse-cards h3 { margin: 18px 0 8px; font-size: 18px; }
.signature-grid p, .module-grid p, .pulse-cards p { margin: 0; color: var(--muted); line-height: 1.62; font-size: 14px; }

.experience { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: center; }
.flow-list { display: grid; gap: 10px; margin-top: 22px; }
.flow-list div {
  display: grid; grid-template-columns: 52px 1fr; gap: 4px 14px;
  padding: 14px; border-radius: 20px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035);
}
.flow-list b { grid-row: span 2; color: var(--gold); font-size: 14px; padding-top: 2px; }
.flow-list span { font-weight: 800; }
.flow-list small { color: var(--muted); line-height: 1.5; }
.experience-panel {
  min-height: 420px; position: relative; border-radius: 34px; border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 30% 24%, rgba(234,203,136,.16), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 40px 90px rgba(0,0,0,.25);
}
.mini-window {
  position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(10,7,8,.72); backdrop-filter: blur(18px); padding: 20px;
}
.mini-window span { display: block; color: var(--soft); font-size: 12px; margin-bottom: 8px; }
.mini-window strong { display: block; color: var(--text); font-size: 28px; letter-spacing: -.04em; }
.mini-window small { display: block; color: var(--muted); margin-top: 8px; }
.top-window { left: 28px; top: 34px; width: 220px; }
.mid-window { right: 26px; top: 128px; width: 270px; }
.bottom-window { left: 74px; right: 44px; bottom: 34px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips i { font-style: normal; font-size: 12px; padding: 8px 10px; border-radius: 999px; background: rgba(234,203,136,.10); color: var(--champagne); border: 1px solid rgba(234,203,136,.14); }

.pulse-layout { display: grid; grid-template-columns: 390px 1fr; gap: 22px; align-items: center; }
.phone-frame {
  min-height: 600px; border-radius: 42px; border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); padding: 18px;
  box-shadow: 0 44px 110px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.14);
  position: relative; overflow: hidden;
}
.phone-frame::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 40% 20%, rgba(255,49,94,.22), transparent 34%); }
.phone-top { position: relative; z-index: 1; width: 86px; height: 7px; border-radius: 99px; margin: 0 auto 24px; background: rgba(255,255,255,.22); }
.feed-card, .feed-row, .mini-posts { position: relative; z-index: 1; }
.feed-card { border-radius: 30px; padding: 26px; min-height: 270px; background: linear-gradient(135deg, rgba(176,23,54,.70), rgba(234,203,136,.28)), url("data:image/svg+xml,%3Csvg width='300' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 240 C70 190 130 210 190 150 S280 80 320 110' stroke='rgba(255,255,255,.34)' fill='none' stroke-width='4'/%3E%3Ccircle cx='210' cy='116' r='54' fill='rgba(255,255,255,.13)'/%3E%3C/svg%3E"); background-size: cover; }
.feed-card span { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.72); font-weight: 900; }
.feed-card h3 { margin: 118px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; line-height: .94; letter-spacing: -.05em; }
.feed-card p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; }
.feed-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.feed-row div { border-radius: 18px; padding: 13px; background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.10); }
.feed-row b { display: block; }
.feed-row span { color: var(--soft); font-size: 12px; }
.mini-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.mini-posts span { height: 96px; border-radius: 18px; background: linear-gradient(135deg, rgba(234,203,136,.30), rgba(176,23,54,.16)); border: 1px solid rgba(255,255,255,.10); }
.pulse-cards { display: grid; gap: 12px; }
.pulse-cards article { padding: 22px; }
.pulse-cards small { color: var(--gold); letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }

.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.contact {
  display: grid; grid-template-columns: 1fr 420px; gap: 26px; align-items: center;
  margin-bottom: 36px; padding: 42px; border-radius: 34px; border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
}
.contact h2 { margin: 12px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 3.6vw, 52px); line-height: .98; letter-spacing: -.045em; font-weight: 540; }
.contact p { color: var(--muted); line-height: 1.7; max-width: 610px; }
.contact-card { display: grid; gap: 11px; padding: 18px; border-radius: 24px; background: rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.10); }
.contact-card label { color: var(--soft); font-size: 12px; display: grid; gap: 6px; }
.contact-card input, .contact-card select { width: 100%; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; padding: 12px; background: rgba(255,255,255,.055); color: var(--text); outline: none; }
.contact-card select option { color: #111; }
.contact-card button { width: 100%; cursor: pointer; }
footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 34px; display: flex; justify-content: space-between; gap: 20px; color: var(--soft); font-size: 12px; border-top: 1px solid rgba(255,255,255,.09); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { position: sticky; top: 10px; transform: none; left: auto; margin: 10px auto 0; height: auto; flex-wrap: wrap; }
  .main-nav { order: 3; width: 100%; overflow-x: auto; justify-content: flex-start; }
  .header-cta { display: none; }
  .hero, .experience, .pulse-layout, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; min-height: auto; }
  .deck-stage { height: 460px; }
  .signature-grid, .module-grid { grid-template-columns: 1fr; }
  .phone-frame { min-height: 520px; max-width: 420px; margin: 0 auto; width: 100%; }
  .section-anchor { scroll-margin-top: 150px; }
}
@media (max-width: 620px) {
  .brand-pill small { display: none; }
  .hero h1 { font-size: 40px; }
  .premium-card { width: 280px; height: 380px; }
  .premium-card h2 { font-size: 34px; margin-top: 72px; }
  .contact { padding: 24px; }
  footer { flex-direction: column; }
}


/* === V006 · Free Navigation + Screen Aligned Sections =====================
   Ziel: Navigation fühlt sich freier an und Sprungziele landen nicht mehr
   halb im vorherigen / nächsten Bereich. Außerdem alles etwas kompakter. */
:root { --nav-h: 66px; }

.site-header {
  height: auto;
  min-height: var(--nav-h);
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.brand-pill,
.header-cta {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,7,8,.34);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 7px 11px;
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}
.brand-mark { width: 38px; height: 38px; border-radius: 14px; }
.main-nav {
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.main-nav a {
  position: relative;
  color: rgba(246,239,231,.70);
  font-size: 12px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(10,7,8,.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(0,0,0,.14);
}
.main-nav a:nth-child(2) { transform: translateY(6px); }
.main-nav a:nth-child(3) { transform: translateY(-5px); }
.main-nav a:nth-child(4) { transform: translateY(4px); }
.main-nav a:nth-child(5) { transform: translateY(-4px); }
.main-nav a:hover,
.main-nav a.active {
  color: var(--text);
  background: rgba(244,221,186,.12);
  border-color: rgba(234,203,136,.24);
  box-shadow: 0 18px 42px rgba(176,23,54,.16);
}

.section-anchor { scroll-margin-top: 118px; }
.hero {
  min-height: 100svh;
  padding-top: 122px;
  padding-bottom: 50px;
  gap: 34px;
}
.hero h1 {
  max-width: 650px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hero p { max-width: 560px; font-size: 14px; line-height: 1.66; margin-top: 18px; }
.hero-actions { margin-top: 24px; }

.deck-stage { height: 486px; }
.premium-card { width: min(310px, 48vw); height: 402px; padding: 25px; }
.premium-card h2 { margin-top: 78px; font-size: 38px; }
.premium-card p { font-size: 13px; }

.signature,
.pulse,
.modules {
  min-height: calc(100svh - 40px);
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experience {
  min-height: calc(100svh - 40px);
  padding: 54px 0;
}
.contact {
  min-height: calc(100svh - 90px);
}
.section-head { margin-bottom: 22px; }
.section-head h2,
.compact-head h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.section-head p { font-size: 14px; line-height: 1.58; margin-top: 11px; }

.signature-grid { gap: 12px; }
.signature-grid article,
.module-grid article,
.pulse-cards article {
  padding: 20px;
  border-radius: 22px;
}
.signature-grid h3,
.module-grid h3,
.pulse-cards h3 { margin: 14px 0 7px; font-size: 16px; }
.signature-grid p,
.module-grid p,
.pulse-cards p { font-size: 13px; line-height: 1.55; }

.experience { grid-template-columns: 1.05fr .95fr; gap: 22px; }
.flow-list { gap: 8px; margin-top: 18px; }
.flow-list div { padding: 12px; border-radius: 18px; grid-template-columns: 46px 1fr; }
.flow-list span { font-size: 14px; }
.flow-list small { font-size: 12px; }
.experience-panel {
  min-height: 330px;
  border-radius: 28px;
}
.mini-window { padding: 15px; border-radius: 20px; }
.mini-window strong { font-size: 22px; }
.mini-window small { font-size: 12px; }
.top-window { left: 22px; top: 24px; width: 198px; }
.mid-window { right: 20px; top: 106px; width: 238px; }
.bottom-window { left: 54px; right: 34px; bottom: 24px; }
.chips i { font-size: 11px; padding: 7px 9px; }

.pulse-layout { grid-template-columns: 340px 1fr; gap: 20px; }
.phone-frame { min-height: 505px; border-radius: 36px; padding: 16px; }
.feed-card { min-height: 226px; padding: 22px; border-radius: 26px; }
.feed-card h3 { margin-top: 88px; font-size: 32px; }
.mini-posts span { height: 78px; }
.pulse-cards { gap: 10px; }
.pulse-cards article { padding: 18px; }

.module-grid { gap: 12px; }
.contact {
  padding: 34px;
  border-radius: 30px;
}
.contact h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.04; }
.contact p { font-size: 14px; line-height: 1.62; }

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 8px;
    width: min(1180px, calc(100% - 20px));
    padding: 8px;
    border-radius: 22px;
    background: rgba(10,7,8,.42);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0,0,0,.25);
  }
  .main-nav { gap: 8px; }
  .main-nav a { transform: none !important; }
  .hero { padding-top: 44px; }
  .signature, .experience, .pulse, .modules, .contact { min-height: auto; padding-top: 48px; padding-bottom: 48px; }
  .pulse-layout { grid-template-columns: 1fr; }
  .experience-panel { min-height: 360px; }
}


/* === V007 · Header CTA Readability Fix ================================
   Der Button „Projekt anfragen" war zu dunkel auf dunklem Hintergrund.
   Jetzt ist er klar lesbar, bleibt aber im freien Premium-Nav-Stil. */
.header-cta {
  color: #fff7ee;
  background: linear-gradient(135deg, rgba(176,23,54,.34), rgba(234,203,136,.18));
  border-color: rgba(234,203,136,.34);
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
  box-shadow: 0 18px 48px rgba(176,23,54,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.header-cta:hover {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(176,23,54,.48), rgba(234,203,136,.26));
  border-color: rgba(244,221,186,.50);
}
