/* Velano Website v3 — „Das Fundament" · cinematic dark premium-tech */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--v3-txt);
  background: #070b14;
  font-family: var(--font-sans); -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
:root {
  --v3-bg0: #070b14;
  --v3-bg1: #101a2e;
  --v3-txt: #ece7db;
  --v3-mut: rgba(236, 231, 219, 0.56);
  --v3-dim: rgba(236, 231, 219, 0.32);
  --v3-line: rgba(199, 210, 232, 0.14);
  --v3-line2: rgba(199, 210, 232, 0.26);
  --v3-brass: #c0913b;
  --v3-brassbright: #e0b46a;
  --v3-cyan: #3fd2e8;
  --v3-card: rgba(255, 255, 255, 0.028);
}
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; margin: 0; letter-spacing: -0.015em; color: var(--v3-txt); }
p { margin: 0; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
.kicker { font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--v3-brassbright); }
.kicker .idx { color: var(--v3-dim); margin-right: 14px; }
.dot { display: inline-block; border-radius: 50%; background: var(--v3-brass); }
.mark { font-family: var(--font-serif); display: inline-flex; align-items: flex-end; line-height: 0.9; }

/* ---- Hintergrund-Ebenen ---- */
.bg-deep {
  position: fixed; inset: 0; z-index: -4;
  background:
    radial-gradient(120% 90% at 62% 22%, #27395c 0%, #16223c 44%, #0a1120 78%, #070b14 100%);
}
.bg-noise {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}
.blueprint { position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: 0.4;
  -webkit-mask-image: radial-gradient(120% 100% at 58% 26%, #000 40%, transparent 88%);
          mask-image: radial-gradient(120% 100% at 58% 26%, #000 40%, transparent 88%); }
.blueprint svg { width: 100%; height: 100%; display: block; }
#hero-canvas { position: fixed; inset: 0; z-index: -2; pointer-events: none; }
#hero-canvas canvas { display: block; }
.page { position: relative; z-index: 1; }

/* ---- Lot (Scroll-Spine links) ---- */
.lot {
  position: fixed; left: 26px; top: 50%; transform: translateY(-50%);
  z-index: 40; display: flex; flex-direction: column; align-items: center; gap: 0;
}
.lot .track { position: relative; width: 1px; height: 46vh; background: var(--v3-line2); }
.lot .fill { position: absolute; left: 0; top: 0; width: 1px; height: 0%; background: linear-gradient(to bottom, var(--v3-brassbright), var(--v3-brass)); box-shadow: 0 0 12px rgba(224, 180, 106, 0.6); }
.lot .cap { width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--v3-line2); margin: 8px 0; }
.lot .sec {
  margin-top: 14px; font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--v3-dim); writing-mode: vertical-rl; white-space: nowrap; min-height: 150px;
  transition: color 0.4s;
}
.lot .sec.on { color: var(--v3-brassbright); }
@media (max-width: 1180px) { .lot { display: none; } }

/* ---- Nav ---- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 78px;
  display: flex; align-items: center; color: var(--v3-txt);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
}
nav .row { display: flex; align-items: center; justify-content: space-between; width: 100%; }
nav .links { display: flex; align-items: center; gap: 32px; font-size: 13.5px; letter-spacing: 0.04em; }
nav .links a { opacity: 0.75; transition: opacity 0.2s, color 0.2s; }
nav .links a:hover { opacity: 1; color: var(--v3-brassbright); }
nav.solid { background: rgba(8, 13, 24, 0.78); backdrop-filter: blur(14px); border-bottom-color: var(--v3-line); }
.navmark { font-size: 23px; color: var(--v3-txt); }
.pill {
  display: inline-flex; align-items: center; gap: 8px; border-radius: 999px;
  font-weight: 500; font-size: 13.5px; letter-spacing: 0.02em; padding: 0 24px; height: 46px;
  cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.3s;
}
.pill--brass { background: linear-gradient(135deg, #d4a24a, var(--v3-brass)); color: #1a1206; box-shadow: 0 0 0 rgba(224, 180, 106, 0); }
.pill--brass:hover { box-shadow: 0 0 34px rgba(224, 180, 106, 0.4); }
.pill--ghost { background: transparent; color: var(--v3-txt); border-color: rgba(236, 231, 219, 0.28); }
.pill--ghost:hover { border-color: var(--v3-brass); color: var(--v3-brassbright); }

/* ---- HUD-Ecken (Hero) ---- */
.hud { position: absolute; inset: 90px 36px 32px; pointer-events: none; z-index: 0; }
.hud i { position: absolute; width: 18px; height: 18px; border: 0 solid var(--v3-line2); }
.hud i:nth-child(1) { left: 0; top: 0; border-left-width: 1px; border-top-width: 1px; }
.hud i:nth-child(2) { right: 0; top: 0; border-right-width: 1px; border-top-width: 1px; }
.hud i:nth-child(3) { left: 0; bottom: 0; border-left-width: 1px; border-bottom-width: 1px; }
.hud i:nth-child(4) { right: 0; bottom: 0; border-right-width: 1px; border-bottom-width: 1px; }
.hud .coord { position: absolute; font-size: 10px; letter-spacing: 0.22em; color: var(--v3-dim); text-transform: uppercase; }
.hud .coord.tl { left: 26px; top: 2px; }
.hud .coord.br { right: 26px; bottom: 2px; }

/* ---- Hero ---- */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; }
.hero .wrap { width: 100%; position: relative; z-index: 1; }
.hero .inner { max-width: 1040px; padding-top: 70px; }
.hero h1 {
  font-size: clamp(40px, 6.6vw, 96px); line-height: 1.02; letter-spacing: -0.025em;
}
.hero h1 .soft { color: var(--v3-dim); }
.hero h1 .dot { width: 0.11em; height: 0.11em; margin-left: 0.05em; vertical-align: baseline; box-shadow: 0 0 18px rgba(224, 180, 106, 0.8); }
.hero .sub { font-size: clamp(16px, 1.55vw, 20px); line-height: 1.65; color: var(--v3-mut); max-width: 47ch; margin-top: 30px; }
.hero .sub b { font-weight: 500; color: var(--v3-txt); }
.hero .cta { display: flex; gap: 14px; margin-top: 44px; flex-wrap: wrap; align-items: center; }
.hero .specline {
  display: flex; gap: 0; margin-top: 62px; border-top: 1px solid var(--v3-line);
  max-width: 640px;
}
.hero .specline span {
  flex: 1; padding: 14px 0 0; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--v3-dim); position: relative;
}
.hero .specline span::before { content: ''; position: absolute; top: -1px; left: 0; width: 22px; height: 1px; background: var(--v3-brass); }
/* Entrance */
.js .hero .rise { opacity: 0; transform: translateY(34px); }
.js .hero.go .rise { opacity: 1; transform: none; transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1); }
.js .hero.go .rise.d1 { transition-delay: 0.12s; }
.js .hero.go .rise.d2 { transition-delay: 0.26s; }
.js .hero.go .rise.d3 { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) { .js .hero .rise { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ---- generische Sektion ---- */
section.band { padding: clamp(110px, 16vh, 190px) 0; position: relative; }
.js section.band .wrap { opacity: 0; transform: translateY(36px); transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: opacity, transform; }
.js section.band.in .wrap { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js section.band .wrap { opacity: 1 !important; transform: none !important; transition: none; } }
.hairtop { border-top: 1px solid var(--v3-line); }
.lead { font-size: clamp(22px, 2.6vw, 34px); line-height: 1.3; max-width: 28ch; }
.body { font-size: 16px; line-height: 1.78; color: var(--v3-mut); }
.body b { color: var(--v3-txt); font-weight: 500; }

/* Geister-Nummer der Sektion */
.ghostnum {
  position: absolute; top: 50px; right: 2vw; pointer-events: none; user-select: none;
  font-family: var(--font-serif); font-size: clamp(120px, 16vw, 260px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(199, 210, 232, 0.1); z-index: 0;
}

/* ---- Manifest (Scroll-Licht) ---- */
.manifest { padding: clamp(120px, 20vh, 240px) 0; }
.manifest .mline {
  font-family: var(--font-serif); font-size: clamp(34px, 5vw, 76px); line-height: 1.14;
  letter-spacing: -0.015em; max-width: 22ch; margin: 0 0 0.55em;
}
.manifest .mline:last-child { margin-bottom: 0; }
.manifest .mline .w { color: var(--v3-txt); transition: color 0.3s linear, text-shadow 0.3s linear; }
.js .manifest .mline .w { color: rgba(236, 231, 219, 0.13); }
.js .manifest .mline .w.lit { color: var(--v3-txt); }
.manifest .mline.accent .w.lit, .manifest .mline.accent .w { font-style: italic; }
.js .manifest .mline.accent .w.lit { color: var(--v3-brassbright); text-shadow: 0 0 38px rgba(224, 180, 106, 0.35); }
.no-js .manifest .mline.accent .w { color: var(--v3-brassbright); }
@media (prefers-reduced-motion: reduce) { .js .manifest .mline .w { color: var(--v3-txt); } .js .manifest .mline.accent .w { color: var(--v3-brassbright); } }

/* ---- Architektur (Scrollytelling) ---- */
.arch { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 70px; }
.arch .stage { position: sticky; top: 14vh; }
.arch .tower { display: flex; flex-direction: column-reverse; gap: 12px; }
.alayer {
  border: 1px solid var(--v3-line); border-radius: 14px; background: var(--v3-card);
  padding: 20px 24px; position: relative; transition: border-color 0.5s, background 0.5s, box-shadow 0.5s, opacity 0.5s, transform 0.5s;
}
.alayer .lk { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.alayer .lk .e { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--v3-dim); transition: color 0.5s; }
.alayer .lk .a { font-size: 11.5px; color: var(--v3-dim); text-align: right; }
.alayer .cells { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.alayer .cells span {
  flex: 1; min-width: 90px; border: 1px solid var(--v3-line); border-radius: 8px; padding: 10px 4px;
  font-family: var(--font-serif); font-size: 14.5px; text-align: center; color: var(--v3-mut); white-space: nowrap;
  transition: color 0.5s, border-color 0.5s;
}
.alayer .solo { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-family: var(--font-serif); font-size: 18px; color: var(--v3-mut); transition: color 0.5s; }
.alayer .solo .zdot { width: 9px; height: 9px; border-radius: 50%; background: var(--v3-brass); box-shadow: 0 0 0 4px rgba(192, 145, 59, 0.18); flex-shrink: 0; }
.alayer .hatch { height: 24px; margin-top: 14px; border-radius: 5px; opacity: 0.4;
  background: repeating-linear-gradient(45deg, transparent 0 7px, rgba(199, 210, 232, 0.5) 7px 8px); }
/* aktive Ebene */
.js .arch .alayer { opacity: 0.34; transform: scale(0.985); }
.js .arch .alayer.on {
  opacity: 1; transform: none; border-color: rgba(224, 180, 106, 0.55);
  background: rgba(192, 145, 59, 0.07);
  box-shadow: 0 0 0 1px rgba(224, 180, 106, 0.14), 0 0 54px rgba(224, 180, 106, 0.13), inset 0 0 30px rgba(224, 180, 106, 0.04);
}
.js .arch .alayer.on .lk .e { color: var(--v3-brassbright); }
.js .arch .alayer.on .cells span { color: var(--v3-txt); border-color: rgba(224, 180, 106, 0.3); }
.js .arch .alayer.on .solo { color: var(--v3-txt); }
.js .arch .alayer.was { opacity: 0.78; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .arch .alayer { opacity: 1 !important; transform: none !important; } }
.arch .steps .step { min-height: 64vh; display: flex; flex-direction: column; justify-content: center; }
.arch .steps .step .sk { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--v3-brassbright); }
.arch .steps .step h3 { font-size: clamp(26px, 2.6vw, 38px); margin-top: 14px; }
.arch .steps .step p { margin-top: 16px; max-width: 44ch; }
.arch .steps .step .durchbruch {
  margin-top: 22px; padding: 16px 20px; border: 1px solid rgba(224, 180, 106, 0.3); border-radius: 12px;
  background: rgba(192, 145, 59, 0.06); font-size: 14px; line-height: 1.65; color: var(--v3-mut); max-width: 44ch;
}
.arch .steps .step .durchbruch b { color: var(--v3-brassbright); font-weight: 500; }

/* ---- Werke (monumentale Reihen) ---- */
.werkrows { margin-top: 30px; }
.werkrow {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 40px; align-items: center;
  border-top: 1px solid var(--v3-line); padding: 58px 0;
  position: relative; transition: background 0.4s;
}
.werkrow:last-child { border-bottom: 1px solid var(--v3-line); }
.werkrow .num {
  position: absolute; left: -1.5vw; top: 50%; transform: translateY(-50%);
  font-family: var(--font-serif); font-size: clamp(110px, 13vw, 210px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(199, 210, 232, 0.13);
  pointer-events: none; user-select: none; transition: -webkit-text-stroke-color 0.5s;
  z-index: 0;
}
.werkrow:hover .num { -webkit-text-stroke-color: rgba(224, 180, 106, 0.4); }
.werkrow .head { position: relative; z-index: 1; padding-left: clamp(90px, 11vw, 180px); }
.werkrow .head h3 { font-size: clamp(32px, 3.4vw, 52px); line-height: 1.05; }
.werkrow .head h3 a { color: inherit; text-decoration: none; transition: color 0.25s; }
.werkrow:hover .head h3 a, .werkrow .head h3 a:hover { color: var(--v3-brassbright); }
.werkrow .head .claim { margin-top: 12px; font-family: var(--font-serif); font-style: italic; font-size: clamp(17px, 1.6vw, 22px); color: var(--v3-brassbright); }
.werkrow .txt { position: relative; z-index: 1; }
.werkrow .txt p { max-width: 52ch; }

/* ---- Souveränität (Tresor) ---- */
.vault { text-align: center; position: relative; overflow: hidden; padding: clamp(140px, 20vh, 240px) 0; }
.vault .vglow {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 900px; height: 900px; pointer-events: none;
  background: radial-gradient(closest-side, rgba(192, 145, 59, 0.16), rgba(63, 210, 232, 0.04) 55%, transparent 75%);
}
.vault .vbig { position: relative; width: clamp(180px, 22vw, 320px); margin: 0 auto; display: block; filter: drop-shadow(0 0 40px rgba(224, 180, 106, 0.25)); }
.vault h2 { font-size: clamp(38px, 5.4vw, 84px); line-height: 1.04; margin-top: 48px; position: relative; }
.vault .sub { margin: 26px auto 0; max-width: 54ch; position: relative; }
.vault .facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--v3-line); border: 1px solid var(--v3-line); border-radius: 16px; overflow: hidden; max-width: 980px; margin: 64px auto 0; position: relative; }
.vault .fact { background: rgba(10, 16, 30, 0.72); padding: 30px 28px; text-align: left; }
.vault .fact .fk { font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--v3-brassbright); }
.vault .fact h4 { font-size: 21px; margin-top: 12px; }
.vault .fact p { font-size: 14px; line-height: 1.65; color: var(--v3-mut); margin-top: 10px; }

/* ---- Herkunft (Interlude) ---- */
.interlude { text-align: center; padding: clamp(100px, 14vh, 170px) 0; }
.interlude .rule { width: 1px; height: 64px; background: linear-gradient(to bottom, transparent, var(--v3-brass)); margin: 0 auto 36px; }
.interlude .big {
  font-family: var(--font-serif); font-size: clamp(26px, 3.4vw, 48px); line-height: 1.3;
  max-width: 30ch; margin: 0 auto;
}
.interlude .big em { font-style: italic; color: var(--v3-brassbright); }
.interlude .who { margin-top: 26px; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--v3-dim); }

/* ---- Der Plan ---- */
.plan { margin-top: 80px; }
.plan .scale { position: relative; height: 1px; background: var(--v3-line2); margin-bottom: 56px; }
.plan .scale i { position: absolute; top: -5px; width: 1px; height: 11px; background: rgba(199, 210, 232, 0.3); }
.plan .scale .prog { position: absolute; left: 0; top: 0; height: 1px; width: 0; background: linear-gradient(to right, var(--v3-brassbright), var(--v3-brass)); box-shadow: 0 0 14px rgba(224, 180, 106, 0.7); transition: width 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
.plan .scale .here {
  position: absolute; left: 16.66%; top: -7px; width: 15px; height: 15px; border-radius: 50%;
  background: var(--v3-brassbright); transform: translateX(-50%);
  box-shadow: 0 0 0 6px rgba(224, 180, 106, 0.16), 0 0 26px rgba(224, 180, 106, 0.75);
}
.plan .scale .here::after {
  content: 'Wir sind hier'; position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--v3-brassbright); white-space: nowrap;
}
.phasen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.phase .pn { font-family: var(--font-serif); font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--v3-brassbright); }
.phase h3 { font-size: clamp(24px, 2.4vw, 34px); margin-top: 12px; }
.phase p { font-size: 14.5px; line-height: 1.7; color: var(--v3-mut); margin-top: 14px; max-width: 36ch; }

/* ---- FAQ ---- */
.faq { max-width: 880px; margin: 56px auto 0; }
.faq details { border-bottom: 1px solid var(--v3-line); padding: 2px 0; }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--font-serif); font-size: 21px; color: var(--v3-txt); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--v3-brassbright); }
.faq summary .ic { width: 18px; height: 18px; flex-shrink: 0; position: relative; }
.faq summary .ic::before, .faq summary .ic::after { content: ''; position: absolute; background: var(--v3-brass); transition: transform 0.25s; }
.faq summary .ic::before { left: 0; right: 0; top: 8px; height: 2px; }
.faq summary .ic::after { top: 0; bottom: 0; left: 8px; width: 2px; }
.faq details[open] summary .ic::after { transform: scaleY(0); }
.faq .ans { padding: 0 0 26px; font-size: 15px; line-height: 1.75; color: var(--v3-mut); max-width: 68ch; }
.faq .ans b { color: var(--v3-txt); font-weight: 500; }

/* ---- Founder's Circle ---- */
.founders { text-align: center; position: relative; overflow: hidden; }
.founders .fglow { position: absolute; left: 50%; bottom: -340px; transform: translateX(-50%); width: 1100px; height: 700px; pointer-events: none;
  background: radial-gradient(closest-side, rgba(192, 145, 59, 0.18), transparent 70%); }
.founders h2 { font-size: clamp(36px, 5vw, 76px); line-height: 1.05; position: relative; }
.founders .body { position: relative; }
.founders .field { display: inline-flex; gap: 10px; margin-top: 40px; flex-wrap: wrap; justify-content: center; position: relative; }
.founders input {
  height: 54px; width: 290px; border: 1px solid rgba(236, 231, 219, 0.22);
  border-radius: 14px; background: rgba(255, 255, 255, 0.05); padding: 0 18px;
  font-family: var(--font-sans); font-size: 15px; color: var(--v3-txt); outline: none;
  transition: border-color 0.2s, box-shadow 0.3s;
}
.founders input::placeholder { color: rgba(236, 231, 219, 0.4); }
.founders input:focus { border-color: var(--v3-brass); box-shadow: 0 0 24px rgba(224, 180, 106, 0.16); }
.founders .fineprint { margin: 24px auto 0; font-size: 13px; color: var(--v3-dim); max-width: 52ch; line-height: 1.6; position: relative; }

/* ---- Footer ---- */
footer { border-top: 1px solid var(--v3-line); background: rgba(5, 8, 15, 0.6); color: var(--v3-mut); padding: 64px 0 34px; position: relative; z-index: 1; }
footer .grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
footer .lbl { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v3-brassbright); margin-bottom: 14px; }
footer a, footer .fi { font-size: 13.5px; line-height: 2.1; }
footer a { opacity: 0.8; } footer a:hover { opacity: 1; color: var(--v3-brassbright); }
footer .claim { font-family: var(--font-serif); font-size: 16px; color: var(--v3-mut); margin-top: 14px; max-width: 30ch; }
footer .bottom { border-top: 1px solid var(--v3-line); margin-top: 48px; padding-top: 22px; font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--v3-dim); }
.ph { color: var(--v3-brassbright); border-bottom: 1px dotted rgba(224, 180, 106, 0.45); }

/* ---- Signatur (BAM): das V zeichnet sich wie auf dem Plotter ---- */
#kontrolle { padding: 0; }
.sigtall { height: 320vh; position: relative; }
.sigscene { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sig-glow { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); width: 940px; height: 940px; pointer-events: none;
  background: radial-gradient(closest-side, rgba(192, 145, 59, 0.18), rgba(63, 210, 232, 0.04) 55%, transparent 75%); }
.sig-svg { width: min(54vh, 74vw); height: auto; position: relative; overflow: visible; }
.sig-outline { fill: none; stroke: #9fb3d9; stroke-width: 1.1; }
.sig-outline.brass { stroke: var(--v3-brassbright); }
.sig-fillp { stroke: none; }
.sig-fillp.l { fill: #24365c; }
.sig-fillp.r { fill: var(--v3-brass); }
.sig-anno-g { stroke: #7d92b6; stroke-width: 0.8; fill: none; }
.sig-svg text { fill: rgba(236, 231, 219, 0.52); font-family: "SF Mono", "Cascadia Code", Consolas, monospace; font-size: 8.5px; letter-spacing: 0.12em; stroke: none; }
.sig-anno-g.stamp rect { stroke: var(--v3-brassbright); fill: rgba(192, 145, 59, 0.08); }
.sig-anno-g.stamp text { fill: var(--v3-brassbright); font-size: 7px; letter-spacing: 0.18em; }
.sig-head { position: relative; text-align: center; margin-top: 42px; }
.sig-head h2 { font-size: clamp(34px, 4.8vw, 74px); line-height: 1.05; }
.sig-head p { margin-top: 16px; color: var(--v3-mut); font-size: 16.5px; }
.sig-head p b { color: var(--v3-txt); font-weight: 500; }
.sig-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); font-family: "SF Mono", Consolas, monospace; font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--v3-dim); white-space: nowrap; }
.js .sig-fillp, .js .sig-anno-g, .js .sig-glow, .js .sig-head { opacity: 0; }
.sig-final .sig-outline { stroke-dashoffset: 0 !important; }
.sig-final .sig-fillp, .sig-final .sig-anno-g, .sig-final .sig-glow, .sig-final .sig-head { opacity: 1 !important; transform: none !important; }
.sig-final .sig-hint { display: none; }

/* ---- Markenarchitektur: Velano sitzt im Kern von Revelano ---- */
.namearch { margin-top: 60px; display: inline-block; position: relative; }
.na-top, .na-bot { font-family: "SF Mono", "Cascadia Code", Consolas, monospace; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--v3-dim); }
.na-top { margin-bottom: 20px; }
.na-bot { margin-top: 22px; }
.na-bot b { color: var(--v3-brassbright); font-weight: 500; }
.namemark { font-family: var(--font-serif); font-size: clamp(46px, 8.5vw, 124px); line-height: 1; letter-spacing: -0.02em; color: var(--v3-dim); display: inline-block; position: relative; }
.namemark .co { color: var(--v3-brassbright); position: relative; }
/* Bemaßungs-Klammer unter dem Kern „velano“ — zeichnet sich beim Eintritt */
.namemark .co::after {
  content: ''; position: absolute; left: -3px; right: -3px; bottom: -0.2em; height: 0.16em;
  border: 1.5px solid var(--v3-brass); border-top: 0; border-radius: 0 0 5px 5px;
  transform: scaleX(0); transform-origin: center;
  box-shadow: 0 0 16px rgba(227, 183, 109, 0.4);
}
.namemark .bd { color: var(--v3-brass); }
.js .band.in .namemark .co::after { transform: scaleX(1); transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s; }
.namenote { margin: 26px auto 0; max-width: 50ch; font-size: 16px; line-height: 1.7; color: var(--v3-mut); }
.namenote b { color: var(--v3-txt); font-weight: 500; }
@media (prefers-reduced-motion: reduce) { .namemark .co::after { transform: scaleX(1); } }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .wrap { padding: 0 28px; }
  .arch { grid-template-columns: 1fr; gap: 40px; }
  .arch .stage { position: relative; top: 0; }
  .arch .steps .step { min-height: 0; padding: 36px 0; }
  .js .arch .alayer { opacity: 1; transform: none; }
  .werkrow { grid-template-columns: 1fr; gap: 18px; padding: 44px 0; }
  .werkrow .head { padding-left: 0; }
  .werkrow .num { display: none; }
  .vault .facts, .phasen, footer .grid { grid-template-columns: 1fr; }
  .sigtall { height: 260vh; }
  .ghostnum { display: none; }
  nav .links { display: none; }
}

/* „in Vorbereitung"-Badge (Disziplin Energie) */
.werkrow .head h3 .soon {
  display: inline-block; vertical-align: middle; margin-left: 12px;
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v3-brassbright); border: 1px solid rgba(224, 180, 106, 0.4); border-radius: 999px; padding: 4px 11px;
}
@media (max-width: 640px) { .werkrow .head h3 .soon { display: block; margin: 10px 0 0; width: fit-content; } } — überragend auf dem Handy (mobile-first Feinschliff)
   ============================================================ */

/* Grund-Härtung für Touch/iOS */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
a, button, summary { -webkit-tap-highlight-color: rgba(192, 145, 59, 0.18); }
img, svg { max-width: 100%; }

/* iOS-Viewport: keine 100vh-Sprünge durch ein-/ausfahrende Browserleiste */
@supports (height: 100dvh) { .hero { min-height: 100dvh; } }
@supports (height: 100svh) { .sigscene { height: 100svh; } }

/* ---- Hamburger (nur mobil sichtbar) ---- */
.navtoggle {
  display: none;
  width: 46px; height: 46px; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--v3-line2); border-radius: 12px;
  cursor: pointer; -webkit-tap-highlight-color: transparent; transition: border-color 0.2s, background 0.2s;
}
.navtoggle:hover { border-color: var(--v3-brass); }
.navtoggle span { display: block; width: 20px; height: 1.6px; background: var(--v3-txt); border-radius: 2px; transition: transform 0.3s cubic-bezier(0.22,0.61,0.36,1), opacity 0.2s; }
body.menu-open .navtoggle span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
body.menu-open .navtoggle span:nth-child(2) { opacity: 0; }
body.menu-open .navtoggle span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* ---- Vollbild-Menü ---- */
.mobnav {
  position: fixed; inset: 0; z-index: 45;
  background: rgba(7, 11, 20, 0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  display: flex; align-items: center; justify-content: center;
  padding: max(96px, calc(env(safe-area-inset-top) + 84px)) 28px max(40px, env(safe-area-inset-bottom));
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity 0.36s ease, transform 0.36s ease, visibility 0s linear 0.36s;
}
body.menu-open .mobnav { opacity: 1; visibility: visible; transform: none; transition: opacity 0.36s ease, transform 0.36s ease; }
.mobnav-inner { display: flex; flex-direction: column; width: 100%; max-width: 460px; }
.mobnav-inner a:not(.pill) {
  font-family: var(--font-serif); font-size: clamp(26px, 7.6vw, 34px); color: var(--v3-txt);
  padding: 16px 2px; border-bottom: 1px solid var(--v3-line); letter-spacing: -0.01em;
  opacity: 0; transform: translateY(12px); transition: color 0.2s;
}
.mobnav-inner a:not(.pill):active { color: var(--v3-brassbright); }
body.menu-open .mobnav-inner a:not(.pill) { opacity: 1; transform: none; transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,0.61,0.36,1), color 0.2s; }
body.menu-open .mobnav-inner a:nth-child(1) { transition-delay: 0.08s; }
body.menu-open .mobnav-inner a:nth-child(2) { transition-delay: 0.14s; }
body.menu-open .mobnav-inner a:nth-child(3) { transition-delay: 0.20s; }
body.menu-open .mobnav-inner a:nth-child(4) { transition-delay: 0.26s; }
.mobnav-inner .pill { margin-top: 26px; height: 58px; justify-content: center; font-size: 15px; opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s ease; }
body.menu-open .mobnav-inner .pill { opacity: 1; transform: none; transition-delay: 0.32s; }
.mobnav-foot { margin-top: 28px; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--v3-dim); text-align: center; }
body.menu-open { overflow: hidden; }

/* ============ ≤ 980 px — Tablet/Phone-Layout ============ */
@media (max-width: 980px) {
  nav { height: 64px; }
  nav .links { display: none; }
  .navtoggle { display: flex; }
  .navmark { font-size: 21px; }
  section.band { padding: clamp(66px, 9vh, 108px) 0; }
  .manifest { padding: clamp(84px, 13vh, 150px) 0; }
  .hero .inner { padding-top: 40px; }
}

/* ============ ≤ 640 px — Handy ============ */
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }

  /* Hero */
  .hero h1 { font-size: clamp(30px, 8.2vw, 46px); line-height: 1.04; }
  .hero h1 { margin-top: 20px !important; }
  .hero .kicker { font-size: 10.5px; letter-spacing: 0.22em; }
  .hero .sub { font-size: 16px; line-height: 1.6; margin-top: 20px; max-width: none; }
  .hero .cta { flex-direction: column; align-items: stretch; gap: 11px; margin-top: 30px; }
  .hero .cta .pill { width: 100%; justify-content: center; height: 54px; }
  .hero .specline { margin-top: 36px; max-width: none; }
  .hero .specline span { font-size: 9.5px; letter-spacing: 0.16em; }
  .hud { inset: 76px 14px 18px; }
  .hud .coord { font-size: 8.5px; letter-spacing: 0.14em; }

  /* generische Sektionen */
  .lead { font-size: clamp(22px, 6.6vw, 30px); max-width: none; }
  .ghostnum { display: none; }

  /* Architektur */
  .arch { margin-top: 38px; gap: 32px; }
  .alayer { padding: 16px 15px; }
  .alayer .cells { gap: 6px; }
  .alayer .cells span { min-width: calc(50% - 3px); font-size: 13px; padding: 9px 4px; }
  .alayer .solo { font-size: 16px; }
  .arch .steps .step h3 { font-size: clamp(24px, 7vw, 32px); }
  .arch .steps .step p, .arch .steps .step .durchbruch { max-width: none; }

  /* Werke */
  .werkrow { padding: 34px 0; gap: 14px; }
  .werkrow .head h3 { font-size: clamp(30px, 9vw, 42px); }
  .werkrow .txt p { max-width: none; }

  /* Souveränität / Fakten */
  .vault { padding: clamp(90px, 14vh, 150px) 0; }
  .vault .fact { padding: 24px 22px; }
  .vault h2 { margin-top: 0; }

  /* Signatur-Szene (kürzerer Scroll auf dem Handy) */
  .sigtall { height: 220vh; }
  .sig-head { margin-top: 28px; padding: 0 10px; }
  .sig-head p { font-size: 15.5px; }
  .sig-hint { font-size: 9px; bottom: max(20px, env(safe-area-inset-bottom)); }

  /* Herkunft / Markenarchitektur */
  .interlude { padding: clamp(80px, 12vh, 150px) 0; }
  .interlude .big { font-size: clamp(24px, 6.8vw, 34px); }
  .namearch { margin-top: 48px; }
  .namemark { font-size: clamp(40px, 13.5vw, 74px); }
  .namenote { font-size: 15px; }

  /* Plan */
  .plan { margin-top: 56px; }
  .phasen { gap: 30px; }

  /* FAQ */
  .faq { margin-top: 40px; }
  .faq summary { font-size: 18px; padding: 20px 0; gap: 14px; }
  .faq summary .ic { width: 16px; height: 16px; }
  .faq .ans { font-size: 14.5px; padding-bottom: 22px; }

  /* Founder's Circle */
  .founders h2 { font-size: clamp(32px, 9vw, 50px); }
  .founders .body { font-size: 15.5px; }
  .founders .field { flex-direction: column; width: 100%; max-width: 380px; margin-left: auto; margin-right: auto; gap: 11px; }
  .founders input { width: 100%; height: 54px; }
  .founders .field .pill { width: 100%; justify-content: center; }

  /* Footer */
  footer { padding: 48px 0 calc(28px + env(safe-area-inset-bottom)); }
  footer .grid { gap: 32px; }
  footer .claim { max-width: none; }
  footer .bottom { flex-direction: column; gap: 8px; }
}

/* ============ ≤ 380 px — sehr schmale Geräte ============ */
@media (max-width: 380px) {
  .hero h1 { font-size: clamp(27px, 7.6vw, 40px); }
  .alayer .cells span { min-width: 100%; }
}

/* ============================================================
   TWEAKS — Claim-Umschalter (Host-Protokoll, vanilla)
   ============================================================ */
.tweaks {
  position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 312px; max-width: calc(100vw - 36px);
  background: rgba(12, 18, 30, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--v3-line2); border-radius: 14px; overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.65); color: var(--v3-txt); font-family: var(--font-sans);
}
.tweaks[hidden] { display: none; }
.tweaks-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--v3-line); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v3-brassbright); }
.tweaks-x { appearance: none; background: transparent; border: 0; color: var(--v3-mut); font-size: 20px; line-height: 1; cursor: pointer; padding: 0 2px; }
.tweaks-x:hover { color: var(--v3-txt); }
.tweaks-sec { padding: 13px 14px 7px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--v3-dim); }
.tweaks-opts { display: flex; flex-direction: column; gap: 7px; padding: 0 12px 14px; }
.tweaks-opts button { text-align: left; font-family: var(--font-serif); font-size: 14px; line-height: 1.32; color: var(--v3-mut); background: rgba(255, 255, 255, 0.03); border: 1px solid var(--v3-line); border-radius: 10px; padding: 10px 12px; cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.tweaks-opts button:hover { color: var(--v3-txt); border-color: var(--v3-line2); }
.tweaks-opts button.on { color: var(--v3-brassbright); border-color: rgba(224, 180, 106, 0.5); background: rgba(192, 145, 59, 0.08); }
@media (max-width: 640px) { .tweaks { left: 12px; right: 12px; bottom: 12px; width: auto; } }
