/* base.css: gemeinsame Basis beider Seiten (Fonts, Reset, Tokens-frei, Buttons, Nav, Footer, Reveal, Boot). Seitenspezifisches liegt in home.css bzw. ueber-mich.css und wird danach geladen. */

/* Fonts: lokal eingebunden, kein CDN (DSGVO) */
@font-face { font-family: "TT Firs Neue"; src: url(../fonts/ttfirs-bold.woff2) format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "TT Firs Neue"; src: url(../fonts/ttfirs-xbold.woff2) format("woff2"); font-weight: 800 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Archivo"; src: url(../fonts/archivo-vf.woff2) format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url(../fonts/spacemono-reg.woff2) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url(../fonts/spacemono-bold.woff2) format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--mint); color: var(--ink); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--space); }
::-webkit-scrollbar-thumb { background: #1d3f3b; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--teal); }
img { max-width: 100%; height: auto; }
h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.04; letter-spacing: -0.01em; font-weight: 900; text-wrap: balance; }
.lead, .sub { text-wrap: pretty; }
.hl { background: var(--mint); color: var(--ink); padding: 0.02em 0.18em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.eyebrow { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.75; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: 0.6; }
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 0.92rem; letter-spacing: 0.03em; padding: 16px 28px; border-radius: 999px; text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.btn-signal { background: var(--signal); color: var(--ink); }
.btn-signal:hover { background: var(--signal-soft); }
.btn-ghost { border-color: var(--line); color: var(--white); }
.btn-ghost:hover { border-color: var(--mint); color: var(--mint); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #000; }
.btn .arr { transition: transform .18s ease; }
.btn:hover .arr { transform: translateX(4px); }
.wrap { width: var(--w); margin: 0 auto; }
section { position: relative; overflow: hidden; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
/* Nav */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(10,10,13,0.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { width: min(1380px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 10px 0; }
@media (max-width: 1360px) { .nav-inner { display: flex; justify-content: space-between; } }
.logo { display: block; justify-self: start; }
.logo img { height: 52px; width: auto; display: block; }
.nav-links { display: flex; gap: 26px; align-items: center; justify-self: center; }
.nav-links a { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; white-space: nowrap; }
.nav-links a:hover { color: var(--mint); }
.nav-cta { display: flex; gap: 16px; align-items: center; justify-self: end; }
.nav-cta .btn { padding: 10px 20px; font-size: 0.78rem; margin-left: 6px; white-space: nowrap; }
.btn .btn-txt-short { display: none; }
.tt-none { text-transform: none; }
@media (max-width: 760px) { .nav-links { display: none; } .nav-cta .soc { display: none; } .logo img { height: 42px; } .nav-cta .btn { padding: 9px 16px; font-size: 0.7rem; white-space: nowrap; margin-left: 0; } }
@media (max-width: 480px) { .nav-cta .btn .btn-txt-full { display: none; } .nav-cta .btn .btn-txt-short { display: inline; } .boot { font-size: 0.6rem; letter-spacing: 0.12em; } }
.stars2 { background-image: radial-gradient(1px 1px at 8% 48%, rgba(124,227,203,.9), transparent 50%), radial-gradient(1.5px 1.5px at 42% 18%, rgba(255,255,255,.9), transparent 50%), radial-gradient(1px 1px at 66% 52%, rgba(185,168,255,.8), transparent 50%), radial-gradient(1px 1px at 86% 78%, rgba(255,255,255,.8), transparent 50%); background-size: 700px 700px; animation: twinkle 4.5s ease-in-out infinite alternate; }
@keyframes twinkle { from { opacity: .35; } to { opacity: 1; } }
.sparkle svg { width: 100%; height: 100%; fill: currentColor; }
.hero .wrap { position: relative; z-index: 2; }
.boot { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mint); margin-bottom: 16px; min-height: 1.2em; }
.boot::after { content: "▌"; animation: blink 1.1s steps(1) infinite; }
.seal .ring { width: 100%; height: 100%; animation: spin 28s linear infinite; }
.seal .ring text { fill: currentColor; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: 0; } }
.blob img { display: block; width: 100%; mix-blend-mode: multiply; }
footer { background: var(--space); border-top: 1px solid var(--line); padding: 28px 0; }
.footer-inner { width: var(--w); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.footer-inner a { color: inherit; text-decoration: none; }
.footer-inner a:hover { color: var(--mint); }
/* Social-Icons (Header + Footer) */
.soc { display: inline-flex; align-items: center; }
.soc svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.6); transition: fill .18s ease; }
.soc:hover svg { fill: var(--mint); }
.footer-social { display: flex; align-items: center; gap: 16px; }

/* Consent-Banner */
.cnsnt { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; padding: 16px; display: flex; justify-content: center; pointer-events: none; }
.cnsnt[hidden] { display: none; }
.cnsnt-card { pointer-events: auto; width: min(680px, 100%); background: #101414; border: 1px solid rgba(124,227,203,0.28); border-radius: 18px; padding: 22px 24px; box-shadow: 0 24px 80px rgba(0,0,0,0.55); color: var(--cream); }
.cnsnt-head { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mint); margin-bottom: 10px; }
.cnsnt-txt { margin: 0 0 14px; font-size: 0.86rem; line-height: 1.55; color: rgba(245,247,250,0.78); }
.cnsnt-cats { display: grid; gap: 9px; margin: 0 0 16px; }
.cnsnt-cats[hidden] { display: none; }
.cnsnt-cat { display: flex; gap: 10px; align-items: flex-start; font-size: 0.8rem; line-height: 1.45; color: rgba(245,247,250,0.72); cursor: pointer; }
.cnsnt-cat input { margin-top: 3px; accent-color: var(--mint); flex: 0 0 auto; }
.cnsnt-cat strong { color: var(--cream); }
.cnsnt-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cnsnt-btn { font-family: inherit; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.04em; border-radius: 999px; padding: 12px 19px; cursor: pointer; border: 1px solid transparent; line-height: 1; }
.cnsnt-btn[hidden] { display: none; }
.cnsnt-btn--go { background: var(--mint); color: #0A0A0D; }
.cnsnt-btn--go:hover { filter: brightness(1.06); }
.cnsnt-btn--ghost { background: transparent; color: var(--cream); border-color: rgba(245,247,250,0.32); }
.cnsnt-btn--ghost:hover { border-color: var(--mint); color: var(--mint); }
.cnsnt-btn--link { background: none; border: none; color: rgba(245,247,250,0.55); text-decoration: underline; font-weight: 600; font-size: 0.75rem; padding: 6px 2px; }
.cnsnt-btn--link:hover { color: var(--mint); }
.cnsnt-foot { margin-top: 12px; font-size: 0.68rem; color: rgba(245,247,250,0.45); }
.cnsnt-foot a { color: inherit; }
.cnsnt-foot a:hover { color: var(--mint); }
@media (max-width: 560px) { .cnsnt { padding: 10px; } .cnsnt-card { padding: 18px; } .cnsnt-actions { gap: 8px; } .cnsnt-btn { font-size: 0.74rem; padding: 11px 15px; } }

/* Platzhalter für blockierte externe Inhalte (Kalender, Vimeo, ...) */
iframe[data-consent-src] { display: none !important; }
.consent-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 42px 24px; background: #101414; color: rgba(245,247,250,0.75); }
.consent-ph[hidden] { display: none; }
.consent-ph-txt { margin: 0; max-width: 460px; font-size: 0.84rem; line-height: 1.6; }
.consent-ph-btn { font-family: inherit; font-weight: 800; font-size: 0.8rem; letter-spacing: 0.04em; border: none; border-radius: 999px; padding: 13px 22px; background: var(--mint); color: #0A0A0D; cursor: pointer; }
.consent-ph-btn:hover { filter: brightness(1.06); }
.consent-ph-alt { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint); text-decoration: none; border-bottom: 1px dashed var(--mint); }
.consent-ph-alt:hover { border-bottom-style: solid; }
.hero-video .consent-ph { position: absolute; inset: 0; padding: 20px; }
