/* ============================================================
   VISIONARY AMBITION — Ghost Theme
   Dunkel. Präzise. Architektonisch.
   "Scale with Innovation."
   ============================================================ */

/* ============================================================
   LOKALE SCHRIFTARTEN — aus assets/fonts/
   WICHTIG: Google Fonts NICHT verwenden für diese Schriften.
   ============================================================ */

@font-face {
  font-family: 'Bree Serif';
  src: url('../fonts/bree-serif-latin.woff2') format('woff2'),
       url('../fonts/BreeSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LT Riwaya';
  src: url('../fonts/29lt-riwaya-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display-bold-latin-ext.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display-bold-latin.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   GHOST FONT VARIABLES (required by Ghost)
   ============================================================ */

:root {
  --gh-font-heading: 'Bree Serif', serif;
  --gh-font-body:    '29LT Riwaya', 'Inter', sans-serif;
  --ghost-accent-color: #A375FF;
}

/* ============================================================
   DESIGN TOKENS — abgestimmt auf visionary-ambition.com
   ============================================================ */

:root {
  /* Hintergründe — Primärfarbe: reines Schwarz */
  --va-bg:        #000000;
  --va-surface:   #0C0C0C;
  --va-surface-2: #141414;
  --va-surface-3: #1C1C1C;

  /* Rahmen */
  --va-border:    rgba(255, 255, 255, 0.07);
  --va-border-2:  rgba(255, 255, 255, 0.12);
  --va-border-3:  rgba(255, 255, 255, 0.20);

  /* Akzent — Markenfarbe Lila von visionary-ambition.com */
  --va-accent:      #A375FF;
  --va-accent-dark: #8B5CF6;
  --va-accent-dim:  rgba(163, 117, 255, 0.12);
  --va-accent-glow: rgba(163, 117, 255, 0.22);

  /* Text */
  --va-text:   #FFFFFF;
  --va-text-2: #9E9E9E;
  --va-text-3: #525252;

  /* Status-Farben */
  --va-success: rgb(46, 184, 176);   /* #2EB8B0 — Teal */
  --va-warning: rgb(255, 169, 0);    /* #FFA900 — Amber */
  --va-error:   rgb(218, 0, 44);     /* #DA002C — Rot */
  --va-blue:    rgb(12, 141, 233);   /* #0C8DE9 — Blau */

  /* Typografie */
  --font-display: 'Bree Serif', serif;
  --font-body:    '29LT Riwaya', 'Inter', sans-serif;
  --font-mono:    'Inter', sans-serif;

  /* Schriftgrößen */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Gewichte */
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* Zeilenhöhen */
  --leading-tight:  1.2;
  --leading-snug:   1.35;
  --leading-normal: 1.55;
  --leading-loose:  1.8;

  /* Abstände */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Layout */
  --max-width:     1280px;
  --content-width: 720px;
  --nav-height:    123px;

  /* Radien */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   20px;
  --radius-full: 9999px;

  /* Schatten */
  --shadow-sm:     0 1px 3px rgba(0,0,0,0.5);
  --shadow-md:     0 4px 24px rgba(0,0,0,0.6);
  --shadow-lg:     0 8px 40px rgba(0,0,0,0.7);
  --shadow-accent: 0 0 40px rgba(163,117,255,0.15);

  /* Übergänge */
  --transition-fast:   150ms ease;
  --transition-normal: 250ms ease;
  --transition-slow:   400ms ease;

  /* Z-Index */
  --z-nav: 200;
  --z-top: 400;
}

/* ============================================================
   RESET & BASE
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--va-text);
  background-color: var(--va-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }

/* ============================================================
   LAYOUT
   ============================================================ */

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-8);
}

@media (max-width: 768px) {
  .container { padding: 0 var(--space-5); }
}

/* ============================================================
   GEO GRID — Architektonischer Hintergrund
   ============================================================ */

.geo-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  z-index: var(--z-nav);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background var(--transition-normal), border-color var(--transition-normal);
}

.nav.scrolled {
  background: rgba(0, 0, 0, 0.98);
  border-bottom-color: rgba(255,255,255,0.10);
}

.nav__container {
  width: 100%;
  padding: 0 44px;
}

.nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ---- Logo ---- */
.nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 250ms ease;
  position: relative;
  z-index: 1;
}
.nav__logo:hover { opacity: 0.8; }

.nav__logo-img {
  display: block;
  width: 400px;
  height: auto;
  max-width: none;
}

/* ---- Nav Links — absolut zentriert in der gesamten Nav-Breite ---- */
.nav__links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 120px;
  white-space: nowrap;
}

.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  color: rgb(255,255,255);
  padding: 8px 12px;
  transition: color 200ms linear;
  letter-spacing: 0;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Bree Serif', serif;
  line-height: 1;
  text-align: center;
  justify-content: center;
}

.nav__link:hover,
.nav__link.active { color: var(--va-text); }

/* ---- Rechte Seite ---- */
.nav__right {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* ---- DE Language Button ---- */
.nav__lang-wrap {
  position: relative;
}

.nav__lang-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: var(--text-sm);
  font-weight: 500;
  color: #fff;
  background: #a48be4;
  border: none;
  cursor: pointer;
  padding: 0 13px;
  height: 40px;
  min-width: 80px;
  border-radius: 8px;
  transition: all 200ms linear;
  white-space: nowrap;
}

.nav__lang-btn:hover {
  opacity: 0.88;
}

.nav__lang-arrow {
  width: 10px;
  height: 10px;
  filter: brightness(10);
  transition: transform 250ms ease;
}

.nav__lang-btn[aria-expanded="true"] .nav__lang-arrow {
  transform: rotate(180deg);
}

.nav__lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: rgba(8,8,8,0.99);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-md);
  padding: var(--space-1);
  z-index: 300;
  min-width: 80px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}

.nav__lang-wrap:hover .nav__lang-dropdown,
.nav__lang-wrap.is-open .nav__lang-dropdown {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav__lang-option {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--va-text-2);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  text-align: left;
  transition: all var(--transition-fast);
}

.nav__lang-option:hover,
.nav__lang-option--active {
  background: rgba(163,117,255,0.15);
  color: var(--va-accent);
}

/* ---- Hamburger Lines (replaces SVG) ---- */
.nav__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 250ms ease, opacity 250ms ease;
}

.nav__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
}

@media (max-width: 1024px) {
  .nav__mobile-toggle { display: flex; }
}

/* ---- Dropdown Nav Items ---- */
.nav__item {
  position: relative;
  list-style: none;
}

.nav__dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav__chevron {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  transition: transform 250ms ease;
  opacity: 0.55;
}

.nav__item:hover .nav__chevron,
.nav__item:focus-within .nav__chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* ---- Dropdown Panel ---- */
.nav__dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 500px;
  max-width: 500px;
  white-space: normal;
  background: #0c0c0c;
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
  z-index: 300;
  transition: all 200ms 0ms linear;
  display: flex;
  flex-direction: column;
}

/* ---- Hover-Brücke: verhindert dass das Dropdown beim Überfahren schließt ---- */
/* Identisch mit t1051/t1056 auf der echten Website: top:-30px; height:35px */
.nav__dropdown::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 35px;
}

/* Preise-Dropdown: linksbündig am Nav-Item */
.nav__dropdown--right {
  left: 0;
}

.nav__item:hover .nav__dropdown,
.nav__item:focus-within .nav__dropdown,
.nav__item--dropdown.is-open .nav__dropdown {
  opacity: 1;
  pointer-events: auto;
}

.nav__item--dropdown.is-open .nav__chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* Dropdown Heading */
.nav__dropdown-heading {
  font-size: 13px;
  font-weight: 500;
  color: #a9a9a9;
  text-align: center;
  font-family: 'Inter', sans-serif;
  padding: 10px;
}

/* 2-Spalten Grid */
.nav__dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
  width: 100%;
}

/* Dropdown Item mit Icon */
.nav__dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px;
  border-radius: 8px;
  transition: background 200ms linear;
  text-decoration: none;
  position: relative;
}

.nav__dropdown-item:hover {
  background: #202020;
}

/* Icon-Container */
.nav__dropdown-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  overflow: hidden;
}

.nav__dropdown-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text neben Icon */
.nav__dropdown-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.nav__dropdown-title {
  font-size: var(--text-sm);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: rgb(255,255,255);
  line-height: 1.3;
}

.nav__dropdown-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1.35;
  font-weight: 400;
}

/* Wide dropdown for Automatisierungs-Shop */
.nav__dropdown-grid--wide {
  grid-template-columns: repeat(5, auto);
  gap: var(--space-2);
}

.nav__dropdown-item--compact {
  padding: var(--space-2);
  gap: var(--space-2);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nav__dropdown-icon--sm {
  width: 36px;
  height: 36px;
}

@media (max-width: 1600px) {
  .nav__logo-img { width: 300px; }
  .nav__link { font-size: 20px; }
  .nav__links { column-gap: 80px; }
}

@media (max-width: 1440px) {
  .nav__logo-img { width: 240px; }
  .nav__link { font-size: 18px; }
  .nav__links { column-gap: 60px; }
}

@media (max-width: 1280px) {
  .nav__logo-img { width: 200px; }
  .nav__links { column-gap: 40px; }
}

@media (max-width: 1100px) {
  .nav__links, .nav__cta { display: none; }
  .nav__logo-img { width: 200px; }
  :root { --nav-height: 78px; }
}

/* ---- Mobile Menu ---- */
.nav__mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.99);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: var(--space-6);
  z-index: calc(var(--z-nav) - 1);
  flex-direction: column;
  gap: var(--space-6);
  overflow-y: auto;
}

.nav__mobile-menu.open { display: flex; }

.nav__mobile-section {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.nav__mobile-section-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--va-text-3);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: var(--space-1);
}

.nav__mobile-link {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--va-text-2);
  padding: var(--space-2) 0;
  transition: color var(--transition-fast);
  letter-spacing: 0.01em;
}

.nav__mobile-link:hover { color: var(--va-accent); }

.nav__mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: #fff;
  background: var(--va-accent);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-sm);
  text-align: center;
  transition: opacity var(--transition-fast), box-shadow var(--transition-fast);
  margin-top: var(--space-2);
}

.nav__mobile-cta:hover {
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(163,117,255,0.35);
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  padding-top: calc(var(--nav-height) + var(--space-24));
  padding-bottom: var(--space-20);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse at 50% 30%, rgba(163,117,255,0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--va-border-2) 30%, var(--va-border-2) 70%, transparent);
}

.hero--tag {
  padding-top: calc(var(--nav-height) + var(--space-16));
  padding-bottom: var(--space-12);
}

.hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.hero__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--va-accent);
  margin-bottom: var(--space-8);
}

.hero__label-line {
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--va-accent));
  opacity: 0.5;
}

.hero__label-line:last-child {
  background: linear-gradient(90deg, var(--va-accent), transparent);
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(var(--text-4xl), 5.5vw, var(--text-6xl));
  font-weight: var(--weight-bold);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--va-text);
  margin-bottom: var(--space-6);
}

.hero__title em {
  font-style: normal;
  color: var(--va-accent);
}

.hero__desc {
  font-size: clamp(var(--text-base), 1.8vw, var(--text-lg));
  line-height: var(--leading-loose);
  color: var(--va-text-2);
  max-width: 580px;
  margin: 0 auto var(--space-10);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  padding: 10px var(--space-6);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--va-accent);
  color: #fff;
  border-color: var(--va-accent);
}

.btn-primary:hover {
  background: var(--va-accent-dark);
  border-color: var(--va-accent-dark);
  box-shadow: var(--shadow-accent);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: var(--va-text-2);
  border-color: var(--va-border-2);
}

.btn-secondary:hover {
  color: var(--va-text);
  border-color: var(--va-border-3);
  background: rgba(255,255,255,0.05);
}

.btn-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* ============================================================
   CONTENT SECTION
   ============================================================ */

/* main: Flexbox damit Pagination ans Footer-Ende rutscht */
main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--nav-height));
}

.content-section {
  flex: 1;
  padding-top: var(--space-16);
  padding-bottom: var(--space-8);
  position: relative;
  z-index: 1;
}

/* Pagination-Anker direkt über dem Footer */
.pagination-anchor {
  padding: var(--space-8) 0;
  margin-bottom: 50px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  flex-wrap: wrap;
}

/* ============================================================
   FILTER / TABS
   ============================================================ */

.filter-bar {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.toolbar__right {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  color: var(--va-accent);
  padding: 7px var(--space-4);
  border-radius: var(--radius-full);
  border: 1px solid rgba(163,117,255,0.30);
  background: rgba(163,117,255,0.08);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
  white-space: nowrap;
}

.filter-btn:hover {
  color: #fff;
  border-color: rgba(163,117,255,0.55);
  background: rgba(163,117,255,0.18);
}

.filter-btn.active {
  color: #fff;
  border-color: var(--va-accent);
  background: var(--va-accent);
  box-shadow: 0 0 14px rgba(163,117,255,0.30);
}

/* Sort Select */
.sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--va-surface);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-md);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  padding: 8px var(--space-8) 8px var(--space-4);
  cursor: pointer;
  outline: none;
  transition: border-color var(--transition-fast), background var(--transition-fast);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239E9E9E' width='14' height='14'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-3) center;
  white-space: nowrap;
}

.sort-select:hover,
.sort-select:focus {
  border-color: rgba(163,117,255,0.35);
  background-color: var(--va-surface-2);
}

.sort-select option {
  background: var(--va-surface-3);
  color: #fff;
}

/* ============================================================
   TAGS / BADGES
   ============================================================ */

.tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(163,117,255,0.30);
  background: rgba(163,117,255,0.10);
  color: var(--va-accent);
  white-space: nowrap;
}

/* Alle Tag-Varianten verwenden einheitlich die Sekundärfarbe #A375FF */
.tag--case-study,
.tag--guide,
.tag--insights,
.tag--artikel,
.tag--blog {
  color: var(--va-accent);
  border-color: rgba(163,117,255,0.30);
  background: rgba(163,117,255,0.10);
}

/* ============================================================
   POSTS GRID
   ============================================================ */

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

@media (max-width: 1100px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .posts-grid { grid-template-columns: 1fr; } }

/* ============================================================
   POST CARD
   ============================================================ */

.post-card {
  display: flex;
  flex-direction: column;
  background: var(--va-surface);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition-normal), background var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);
  text-decoration: none;
  position: relative;
}

.post-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--va-accent), transparent);
  opacity: 0;
  transition: opacity var(--transition-normal);
  z-index: 1;
}

.post-card:hover {
  border-color: var(--va-border-2);
  background: var(--va-surface-2);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.post-card:hover::before { opacity: 0.5; }

.post-card__image-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--va-surface-3);
  flex-shrink: 0;
}

.post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.post-card:hover .post-card__image { transform: scale(1.05); }

.post-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--va-surface-2), var(--va-surface-3));
}

.post-card__image-placeholder svg {
  width: 40px;
  height: 40px;
  color: var(--va-text-3);
  opacity: 0.3;
}

.post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--space-5);
  gap: var(--space-3);
}

.post-card__meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  min-height: 22px;
}

.post-card__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
  line-height: var(--leading-snug);
  letter-spacing: -0.01em;
  transition: color var(--transition-fast);
}

.post-card:hover .post-card__title { color: #fff; }

.post-card__excerpt {
  font-size: var(--text-sm);
  color: var(--va-text-2);
  line-height: var(--leading-normal);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.post-card__footer {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-4);
  border-top: 1px solid var(--va-border);
}

.post-card__date,
.post-card__read-time {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--va-text-3);
  letter-spacing: 0.04em;
}

.post-card__date::after {
  content: '·';
  margin-left: var(--space-3);
  opacity: 0.4;
}

.post-card__cta {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--va-accent);
  letter-spacing: 0.04em;
  margin-left: auto;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.post-card:hover .post-card__cta { opacity: 1; }

.post-card__featured-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--va-text-3);
  border: 1px solid var(--va-border);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

/* ============================================================
   FEATURED CARD
   ============================================================ */

.post-card--featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 380px;
  border-color: var(--va-border-2);
}

.post-card--featured .post-card__image-wrap {
  width: 48%;
  aspect-ratio: auto;
  flex-shrink: 0;
}

.post-card--featured .post-card__body {
  padding: var(--space-10) var(--space-12);
  justify-content: center;
  gap: var(--space-4);
}

.post-card--featured .post-card__title {
  font-size: clamp(var(--text-xl), 2.2vw, var(--text-3xl));
  letter-spacing: -0.02em;
}

.post-card--featured .post-card__excerpt {
  font-size: var(--text-base);
  -webkit-line-clamp: 4;
  line-height: var(--leading-loose);
}

@media (max-width: 900px) {
  .post-card--featured { flex-direction: column; min-height: unset; }
  .post-card--featured .post-card__image-wrap { width: 100%; aspect-ratio: 16 / 9; }
  .post-card--featured .post-card__body { padding: var(--space-6); }
}

/* ============================================================
   SECTION HEADER
   ============================================================ */

.nav__mobile-cta {
  display: none;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  flex-wrap: wrap;
}

.section-header__label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--va-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--space-2);
}

.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
  font-weight: var(--weight-bold);
  letter-spacing: -0.02em;
  color: var(--va-text);
}

/* ============================================================
   LEER / FEHLER-ZUSTÄNDE
   ============================================================ */

.state-empty, .state-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-24) var(--space-8);
  gap: var(--space-4);
}

.state-empty__icon, .state-error__icon {
  width: 44px;
  height: 44px;
  color: var(--va-text-3);
  opacity: 0.4;
}

.state-empty__title, .state-error__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
}

.state-empty__desc, .state-error__desc {
  font-size: var(--text-sm);
  color: var(--va-text-2);
  max-width: 360px;
  line-height: var(--leading-normal);
}

/* ============================================================
   SUCHE
   ============================================================ */

.search-wrap { position: relative; width: 240px; }

.search-input {
  width: 100%;
  background: var(--va-surface);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-md);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  padding: 9px var(--space-4) 9px var(--space-10);
  outline: none;
  transition: all var(--transition-fast);
}

.search-input::placeholder { color: rgba(255,255,255,0.35); }

.search-input:focus {
  border-color: rgba(163,117,255,0.35);
  background: var(--va-surface-2);
  box-shadow: 0 0 0 3px var(--va-accent-dim);
}

.search-icon {
  position: absolute;
  left: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
}

/* ============================================================
   PAGINATION
   ============================================================ */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) 0;
}

.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--space-3);
  border-radius: var(--radius-md);
  border: 1px solid var(--va-border);
  background: var(--va-surface);
  color: var(--va-text-2);
  font-size: var(--text-sm);
  font-family: var(--font-mono);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
}

.pagination__btn:hover:not(:disabled) {
  border-color: var(--va-border-2);
  color: var(--va-text);
  background: var(--va-surface-2);
}

.pagination__btn.active {
  background: var(--va-accent);
  border-color: var(--va-accent);
  color: #fff;
}

.pagination__btn:disabled { opacity: 0.25; cursor: not-allowed; }

/* ============================================================
   ARTIKEL HEADER
   ============================================================ */

.article-header {
  padding-top: calc(var(--nav-height) + var(--space-16));
  padding-bottom: var(--space-12);
  position: relative;
  z-index: 1;
}

.article-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--va-border-2) 25%, var(--va-border-2) 75%, transparent);
}

.article-header__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.article-header__back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  color: var(--va-text-3);
  margin-bottom: var(--space-8);
  transition: color var(--transition-fast);
}

.article-header__back:hover { color: var(--va-text-2); }

.article-header__meta { margin-bottom: var(--space-5); }

.article-header__title {
  font-family: var(--font-display);
  font-size: clamp(var(--text-3xl), 4vw, var(--text-5xl));
  font-weight: var(--weight-bold);
  letter-spacing: -0.03em;
  line-height: var(--leading-tight);
  color: var(--va-text);
  margin-bottom: var(--space-6);
}

.article-header__excerpt {
  font-size: var(--text-lg);
  color: var(--va-text-2);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-8);
  max-width: 640px;
}

.article-header__info {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--va-text-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-header__divider {
  width: 1px;
  height: 12px;
  background: var(--va-border-2);
  flex-shrink: 0;
}

/* ============================================================
   FEATURE IMAGE
   ============================================================ */

.article-feature-image-wrap {
  position: relative;
  z-index: 1;
  padding: var(--space-8) 0;
}

.article-feature-image {
  max-width: 860px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--va-border);
  box-shadow: var(--shadow-lg);
}

.article-feature-image img { width: 100%; height: auto; }

/* ============================================================
   ARTIKEL INHALT
   ============================================================ */

.article-body { position: relative; z-index: 1; }

.article-content {
  max-width: var(--content-width);
  margin: var(--space-12) auto;
  padding-bottom: var(--space-16);
}

.article-content p {
  font-size: var(--text-base);
  line-height: 1.85;
  color: var(--va-text-2);
  margin-bottom: var(--space-6);
}

.article-content h2 {
  font-family: var(--font-display);
  font-size: clamp(var(--text-xl), 2.5vw, var(--text-2xl));
  font-weight: var(--weight-bold);
  letter-spacing: -0.02em;
  color: var(--va-text);
  margin-top: var(--space-12);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--va-border);
}

.article-content h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
  margin-top: var(--space-8);
  margin-bottom: var(--space-3);
}

.article-content h4 {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
  margin-top: var(--space-6);
  margin-bottom: var(--space-2);
}

.article-content strong { color: var(--va-text); font-weight: var(--weight-semibold); }
.article-content em { color: var(--va-text-2); }

.article-content a {
  color: var(--va-accent);
  text-decoration: underline;
  text-decoration-color: rgba(163,117,255,0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color var(--transition-fast);
}

.article-content a:hover { text-decoration-color: var(--va-accent); }

.article-content ul { list-style: disc; padding-left: var(--space-6); margin-bottom: var(--space-6); }
.article-content ol { list-style: decimal; padding-left: var(--space-6); margin-bottom: var(--space-6); }

.article-content li {
  font-size: var(--text-base);
  line-height: 1.8;
  color: var(--va-text-2);
  margin-bottom: var(--space-2);
}

.article-content blockquote {
  position: relative;
  border-left: 2px solid var(--va-accent);
  padding: var(--space-4) var(--space-6);
  margin: var(--space-8) 0;
  background: var(--va-surface);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.article-content blockquote p {
  color: var(--va-text);
  font-size: var(--text-lg);
  font-style: italic;
  line-height: var(--leading-loose);
  margin-bottom: 0;
}

.article-content code {
  font-family: var(--font-mono);
  font-size: 0.875em;
  background: var(--va-surface-3);
  color: var(--va-accent);
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--va-border);
}

.article-content pre {
  background: var(--va-surface-2);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  overflow-x: auto;
  margin: var(--space-8) 0;
  position: relative;
}

.article-content pre::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--va-accent), transparent);
  opacity: 0.3;
}

.article-content pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: var(--text-sm);
  color: var(--va-text);
  line-height: 1.7;
}

.article-content img {
  border-radius: var(--radius-lg);
  border: 1px solid var(--va-border);
  margin: var(--space-8) 0;
}

.article-content hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--va-border-2), transparent);
  margin: var(--space-12) 0;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-8) 0;
  font-size: var(--text-sm);
}

.article-content th {
  background: var(--va-surface-2);
  color: var(--va-text);
  font-weight: var(--weight-semibold);
  font-family: var(--font-display);
  text-align: left;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--va-border);
}

.article-content td {
  color: var(--va-text-2);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--va-border);
  line-height: var(--leading-normal);
}

.article-content tr:hover td { background: rgba(255,255,255,0.02); }

/* ============================================================
   ÄHNLICHE BEITRÄGE
   ============================================================ */

.related-posts {
  padding: var(--space-16) 0 var(--space-24);
  border-top: 1px solid var(--va-border);
  position: relative;
  z-index: 1;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

@media (max-width: 900px) { .related-posts__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .related-posts__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER — Identisch mit visionary-ambition.com
   ============================================================ */

.footer {
  position: relative;
  z-index: 1;
  background: #000;
}

/* ---- Scroll to Top Button ---- */
.scroll-top-btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--va-accent);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(163,117,255,0.4);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.scroll-top-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 28px rgba(163,117,255,0.55); }
.scroll-top-btn img { width: 22px; height: 22px; filter: brightness(10); }

/* ---- Main Footer Area ---- */
.footer__main {
  border-top: 1px solid var(--va-border);
  padding: var(--space-16) 0 var(--space-10);
  margin-top: var(--space-16);
}

/* ---- Outer Row: [Brand+Newsletter] (left) | Nav Sections (right) ---- */
.footer__outer-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media (max-width: 768px) {
  .footer__outer-row { flex-direction: column; gap: var(--space-8); }
}

/* ---- Left Panel: Brand + Newsletter stacked in single column ---- */
.footer__left-panel {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  flex-shrink: 0;
  width: 340px;
}

@media (max-width: 768px) {
  .footer__left-panel { width: 100%; }
}

/* ---- Brand Column ---- */
.footer__col-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ---- Newsletter + Social Column ---- */
.footer__col-newsletter {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

/* ---- Right Panel: Nav Sections + Vision + Quote ---- */
.footer__right-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  min-width: 0;
}

@media (max-width: 768px) {
  .footer__right-panel { margin-left: 0; }
}

.footer__logo-link { display: inline-block; }

.footer__logo {
  height: 70px;
  width: auto;
  display: block;
}

.footer__brand-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.footer__company-name {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Bree Serif', serif;
  color: var(--va-text);
  line-height: 1.2;
  margin: 0;
}

.footer__slogan {
  font-size: var(--text-sm);
  font-weight: 400;
  font-family: '29LT Riwaya', 'Inter', sans-serif;
  color: #ffffff;
  margin: 0 0 5px;
}

.footer__desc {
  font-size: 14px;
  font-family: '29LT Riwaya', 'Inter', sans-serif;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

/* ---- Contact Block ---- */
.footer__contact-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.footer__contact-label {
  font-size: 15px;
  font-family: 'Bree Serif', serif;
  color: #ffffff;
  margin: 0 0 var(--space-1);
}

.footer__contact-link {
  font-size: var(--text-sm);
  font-family: '29LT Riwaya', 'Inter', sans-serif;
  color: #ffffff !important;
  transition: color var(--transition-fast);
  display: block;
}

.footer__contact-link:hover { color: var(--va-accent); }

/* ---- USP Badges ---- */
.footer__usp { display: flex; flex-direction: column; gap: var(--space-2); }

.footer__usp-title {
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.footer__usp-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-2);
  align-items: center;
}

.footer__usp-badge {
  width: 48px;
  height: 34px;
  object-fit: fill;
  transition: transform var(--transition-fast);
}
.footer__usp-badge:hover { transform: scale(1.06); }

/* ---- Payment Methods ---- */
.footer__payments { display: flex; flex-direction: column; gap: var(--space-2); }

.footer__payments-title {
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.footer__payment-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-2);
  align-items: center;
}

.footer__pay-icon {
  width: 48px;
  height: 34px;
  object-fit: fill;
  transition: transform var(--transition-fast);
}
.footer__pay-icon:hover { transform: scale(1.06); }

/* ---- Newsletter ---- */
.footer__newsletter-text {
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #ffffff;
  line-height: var(--leading-loose);
  margin: 0 0 var(--space-4);
  text-align: center;
}

.footer__newsletter-form { display: flex; flex-direction: column; gap: var(--space-3); }

.footer__form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 5px;
}

@media (max-width: 640px) {
  .footer__form-row { grid-template-columns: 1fr; }
}

.footer__form-group {
  display: flex;
  flex-direction: column;
  background: var(--va-surface);
  border-radius: 8px;
  padding: 5px 10px 10px;
}

.footer__form-label {
  font-size: 10px;
  color: #ffffff;
  font-weight: var(--weight-medium);
  text-align: center;
  margin-bottom: 5px;
}

.footer__form-input,
.footer__form-select {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  color: #000000;
  font-size: 12px;
  padding: 0 5px;
  height: 32px;
  width: 100%;
  font-family: var(--font-body);
}
.footer__form-input::placeholder { color: rgba(0,0,0,0.4); }
.footer__form-input:focus,
.footer__form-select:focus {
  outline: 1px solid var(--va-accent);
}
.footer__form-select {
  border: 1px solid #ddd;
  color: #555;
  cursor: pointer;
}
.footer__form-select option { background: #fff; color: #000; }

.footer__newsletter-btn {
  background: var(--va-accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  padding: 8px 10px;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  font-family: 'Bree Serif', serif;
  cursor: pointer;
  transition: background var(--transition-fast), transform var(--transition-fast);
  align-self: center;
}
.footer__newsletter-btn:hover { background: #b894ff; transform: translateY(-1px); }

.footer__form-consent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}
.footer__form-consent input[type="checkbox"] { flex-shrink: 0; }
.footer__form-consent label { color: #ffffff; padding-left: 8px; }

/* ---- Social Media ---- */
.footer__social {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer__social-title {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
  text-align: center;
}

.footer__social-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.footer__social-icon {
  display: block;
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,1);
  background: rgb(255,255,255);
  transition: all 200ms 0ms linear;
  overflow: hidden;
  flex-shrink: 0;
}

.footer__social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer__social-icon:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.footer__social-sub {
  font-size: var(--text-xs);
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
}

/* ---- Nav Sections (3×2 grid, actual site layout) ---- */
.footer__nav-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-bottom: var(--space-8);
  border-bottom: 1px solid var(--va-border);
  margin-bottom: var(--space-8);
}

@media (max-width: 700px) {
  .footer__nav-sections { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .footer__nav-sections { grid-template-columns: 1fr; }
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer__nav-heading {
  font-size: 21px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  margin-bottom: 20px;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
}

.footer__nav-links-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav-link {
  font-size: 14px;
  font-family: 'Bree Serif', serif;
  color: #ffffff !important;
  text-decoration: underline;
  transition: color var(--transition-fast);
  line-height: 1.5;
  cursor: pointer;
  display: block;
}

.footer__nav-link:hover { color: var(--va-accent) !important; }

/* ---- Vision Area + Target Groups ---- */
.footer__vision-area {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-bottom: var(--space-8);
  border-bottom: 1px solid var(--va-border);
  margin-bottom: var(--space-8);
}

.footer__vision-text {
  font-size: 21px;
  color: #ffffff;
  line-height: var(--leading-loose);
  margin: 0;
  text-align: left;
}

.footer__target-groups {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: center;
  overflow: visible;
}

.footer__tg-img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform var(--transition-fast);
}
.footer__tg-img:hover { transform: scale(1.06); }

/* ---- Founder Quote ---- */
.footer__quote {
  border-left: 3px solid var(--va-accent);
  padding: var(--space-4) var(--space-6);
  margin: 0 0 var(--space-8);
  font-size: var(--text-sm);
  color: var(--va-text-3);
  line-height: var(--leading-loose);
  font-style: italic;
}

.footer__quote cite {
  display: block;
  margin-top: var(--space-2);
  font-size: var(--text-xs);
  font-style: normal;
  color: var(--va-accent);
  font-weight: var(--weight-medium);
}

/* ---- Copyright Bar ---- */
.footer__copyright {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--va-border);
  padding: var(--space-5) 0;
  text-align: center;
}

.footer__copyright p {
  font-size: var(--text-xs);
  color: var(--va-text-3);
  margin: 0;
}

/* ============================================================
   READING PROGRESS
   ============================================================ */

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--va-accent), rgba(163,117,255,0.4));
  z-index: calc(var(--z-nav) + 1);
  width: 0%;
  transition: width 80ms linear;
}

/* ============================================================
   ANIMATIONEN
   ============================================================ */

@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.animate-fade-in-up {
  animation: fade-in-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animate-fade-in { animation: fade-in 0.4s ease forwards; }

.animate-delay-1 { animation-delay: 0.12s; opacity: 0; }
.animate-delay-2 { animation-delay: 0.24s; opacity: 0; }
.animate-delay-3 { animation-delay: 0.36s; opacity: 0; }

/* ============================================================
   GHOST CMS — CARDS & EMBEDS
   ============================================================ */

.gh-portal-triggerbtn { display: none !important; }

.gh-content figure { margin: var(--space-8) 0; }
.gh-content figure img { border-radius: var(--radius-lg); border: 1px solid var(--va-border); }
.gh-content figure figcaption {
  text-align: center;
  font-size: var(--text-xs);
  color: var(--va-text-3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  margin-top: var(--space-2);
}

/* Bookmark Card */
.gh-content .kg-bookmark-card {
  background: var(--va-surface);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: var(--space-8) 0;
  transition: border-color var(--transition-fast);
}

.gh-content .kg-bookmark-card:hover { border-color: var(--va-border-2); }

.gh-content .kg-bookmark-content { padding: var(--space-5); }

.gh-content .kg-bookmark-title {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
  margin-bottom: var(--space-2);
}

.gh-content .kg-bookmark-description {
  font-size: var(--text-sm);
  color: var(--va-text-2);
  line-height: var(--leading-normal);
}

.gh-content .kg-bookmark-metadata {
  font-size: var(--text-xs);
  color: var(--va-text-3);
  font-family: var(--font-mono);
  margin-top: var(--space-3);
  letter-spacing: 0.04em;
}

/* Callout Card */
.gh-content .kg-callout-card {
  background: var(--va-surface-2);
  border: 1px solid var(--va-border);
  border-left: 2px solid var(--va-accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: var(--space-5) var(--space-6);
  margin: var(--space-8) 0;
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
}

.gh-content .kg-callout-text {
  font-size: var(--text-base);
  color: var(--va-text-2);
  line-height: var(--leading-loose);
}

/* Toggle Card */
.gh-content .kg-toggle-card {
  background: var(--va-surface);
  border: 1px solid var(--va-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  margin: var(--space-4) 0;
}

.gh-content .kg-toggle-heading-text {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  color: var(--va-text);
}

/* Gallery Card */
.gh-content .kg-gallery-container { margin: var(--space-8) 0; }

.gh-content .kg-gallery-image img {
  border-radius: var(--radius-md);
  border: 1px solid var(--va-border);
}

/* Width Varianten */
.gh-content .kg-width-wide {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.gh-content .kg-width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}


/* ============================================================
   CONTENT ELEMENTE
   ============================================================ */

.kg-button-card {
  --va-accent:      #A375FF;
  --va-accent-dark: #8B5CF6;
  --va-accent-dim:  rgba(163, 117, 255, 0.12);
  --va-accent-glow: rgba(163, 117, 255, 0.22);
}

element.style {
background-color: #A375FF;
}

a.kg-cta-button {
  background-color: #A375FF !important;
}

a.kg-header-card-button {
  background: #A375FF !important;
  color: #FFFFFF !important;
}