/* ============================================================
   SAI Europe – Main Stylesheet
   ============================================================ */

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'FunnelSans';
  src: url('../fonts/FunnelSans-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --color-dark:       #0B1221;
  --color-dark-mid:   #151f35;
  --color-blue:       #003399;
  --color-blue-light: #1B4FD8;
  --color-blue-pale:  #EEF2FF;
  --color-accent:     #93C5FD;
  --color-text:       #1E293B;
  --color-muted:      #64748B;
  --color-border:     #E2E8F0;
  --color-bg:         #FFFFFF;
  --color-bg-light:   #F8FAFC;

  --font-main:      'FunnelSans', system-ui, sans-serif;
  --font-secondary: 'FunnelSans', system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 24px 48px rgba(0,0,0,.12);

  --header-h: 72px;
  --transition: .25s cubic-bezier(.4,0,.2,1);

  /* Fluid type scale */
  --t-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --t-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --t-base: clamp(1rem,     0.9rem  + 0.45vw, 1.125rem);
  --t-md:   clamp(1.125rem, 1rem    + 0.6vw,  1.375rem);
  --t-lg:   clamp(1.375rem, 1rem    + 1.75vw, 2.125rem);
  --t-xl:   clamp(1.875rem, 1rem    + 3.5vw,  3.25rem);
  --t-2xl:  clamp(2.5rem,   1rem    + 6vw,    5rem);
  --t-3xl:  clamp(3.25rem,  1rem    + 8.5vw,  6.5rem);

  /* Spacing scale (8px base) */
  --sp-1:  0.5rem;
  --sp-2:  1rem;
  --sp-3:  1.5rem;
  --sp-4:  2rem;
  --sp-5:  2.5rem;
  --sp-6:  3rem;
  --sp-8:  4rem;
  --sp-10: 5rem;
  --sp-12: 6rem;
  --sp-16: 8rem;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; font-size: 16px; background: #003399; }
#home, #vision, #leistungen, #team, #kontakt { scroll-margin-top: 70px; }
body {
  font-family: 'FunnelSans', Arial, sans-serif;
  color: #fff;
  background: #003399;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.is-front-page { background: #003399; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* Global headings use display font */
h1, h2, h3, h4, h5, h6 {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.1;
}

/* ── Container ─────────────────────────────────────────── */
.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 3.75rem); }
.section-padding { padding: clamp(4rem, 8vw, 6.25rem) 0; }
.bg-light { background: var(--color-bg-light); }
.bg-dark  { background: var(--color-dark); }

/* ── Typography ────────────────────────────────────────── */
.section-label {
  display: block;
  font-variant-caps: small-caps;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 2rem;
}

.section-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2.5rem, 1rem + 4vw, 4.375rem);
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  letter-spacing: -.04em;
  margin-bottom: 2rem;
}

.section-intro {
  font-size: var(--t-lg);
  font-weight: 300;
  color: rgba(255,255,255,.7);
  max-width: 700px;
  line-height: 1.6;
}

.lead { font-size: 1.125rem; line-height: 1.75; }
.lead.light { color: rgba(255,255,255,.7); }

/* ── Buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  min-height: 48px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .9375rem;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--color-blue);
  color: #fff;
}
.btn-primary:hover {
  background: var(--color-blue-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(27,79,216,.3);
}
.btn-full { width: 100%; justify-content: center; }

/* ── Large header (front page, absolute) ──────────────────── */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: transparent;
  transition: transform .4s ease;
  padding-top: env(safe-area-inset-top, 0px);
}
.site-header.scrolled { transform: translateY(-100%); }
/* Front page: large header, position absolute (scrolls with hero) */
body[data-page="front"] .site-header { display: block; }
/* Inner pages: compact fixed header — slides up on scroll, sticky bar slides in */
body[data-page="inner"] .site-header { display: block; position: fixed; }
body[data-page="inner"] .site-header .header-inner { padding-top: 2rem; padding-bottom: 1rem; }
body[data-page="inner"] .site-header .logo-img { width: 100px; }
/* Full-screen cover pages: sticky bar immediately visible, no header transition needed */
body.page-template-page-leistungen .site-header,
body.page-template-page-workshop .site-header,
body.page-template-page-insights .site-header { display: none !important; }
body.page-template-page-leistungen .sticky-bar,
body.page-template-page-workshop .sticky-bar,
body.page-template-page-insights .sticky-bar { transform: none !important; transition: none !important; }
/* inner-mobile-bar: slide-up transition */
.inner-mobile-bar { transition: transform .35s cubic-bezier(0.76, 0, 0.24, 1); }
.inner-mobile-bar.scrolled { transform: translateY(-110%); }

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Sticky bar (compact, fixed on all pages) ─────────────── */
.sticky-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 201;
  background: #003399;
  transform: translateY(-100%);
  transition: transform .3s ease;
  overflow: visible;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky-bar.visible { transform: translateY(0); }
/* sticky-bar default — overridden by data-page attribute above */
.sticky-bar .header-inner {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.sticky-bar .logo-slim-img { width: 150px; height: auto; display: block; }

/* ── Logo & nav reveal — matches Webflow IX2 timings ──── */
@keyframes reveal-up {
  from { opacity: 0; transform: translateY(100%); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes reveal-fade {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Clip container so logo slides up from underneath */
.site-header .site-logo,
.sticky-bar  .site-logo { overflow: hidden; display: inline-flex; }

.site-header .site-logo .logo-img,
.site-header .site-logo .logo-slim-img {
  opacity: 0;
  animation: reveal-up .4s ease-out .4s forwards;
}

/* Nav links: stagger from 710ms, 150ms apart, 300ms duration */
.site-header .nav-list li:nth-child(1) .nav-link { opacity:0; animation: reveal-fade .3s ease .71s forwards; }
.site-header .nav-list li:nth-child(2) .nav-link { opacity:0; animation: reveal-fade .3s ease .86s forwards; }
.site-header .nav-list li:nth-child(3) .nav-link { opacity:0; animation: reveal-fade .3s ease 1.01s forwards; }
.site-header .nav-list li:nth-child(4) .nav-link { opacity:0; animation: reveal-fade .3s ease 1.16s forwards; }
.site-header .nav-list li:nth-child(5) .nav-link { opacity:0; animation: reveal-fade .3s ease 1.31s forwards; }
.site-header .nav-list li:nth-child(6) .nav-link { opacity:0; animation: reveal-fade .3s ease 1.46s forwards; }

/* Hamburger button */
.nav-toggle {
  opacity: 0;
  animation: reveal-fade .3s ease .71s forwards;
}

/* Inner pages: sticky bar animates on load without delay */
body[data-page="inner"] .sticky-bar .site-logo .logo-slim-img {
  animation-delay: .1s;
}
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(1) .nav-link { animation-delay: .15s; }
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(2) .nav-link { animation-delay: .25s; }
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(3) .nav-link { animation-delay: .35s; }
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(4) .nav-link { animation-delay: .45s; }
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(5) .nav-link { animation-delay: .55s; }
body[data-page="inner"] .sticky-bar .nav-list li:nth-child(6) .nav-link { animation-delay: .65s; }
body[data-page="inner"] .nav-toggle { animation-delay: .15s; }

.logo-img { display: block; width: 200px; height: auto; }

/* ── Desktop nav ───────────────────────────────────────── */
.desktop-nav { display: block; }
.nav-list { display: flex; align-items: flex-start; gap: 0; }
.nav-lang-item { margin-left: .75rem; }
.nav-lang { opacity: .55 !important; letter-spacing: .06em !important; }
.nav-lang:hover { opacity: 1 !important; }
.nav-lang strong { font-weight: 700; color: #fff; opacity: 1; }
.nav-link {
  font-family: 'InterTight', Arial, sans-serif;
  color: rgba(255,255,255,.88);
  font-size: 0.875rem;
  font-weight: 400;
  padding: 20px 10px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  transition: color var(--transition);
}
.nav-link:hover, .nav-link.active { color: #fff; }

/* ── Hamburger ──────────────────────────────────────────── */
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; min-width: 48px; min-height: 48px; justify-content: center; align-items: center; }
.nav-toggle .bar {
  display: block;
  width: 22px; height: 1.5px;
  background: #fff;
  border-radius: 0;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1),
              opacity   0.25s cubic-bezier(0.76, 0, 0.24, 1),
              width     0.45s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; width: 0; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile nav panel ───────────────────────────────────── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: #001f5c;
  padding: 0;
  transform: translateY(-100%);
  transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1);
  overflow-y: auto;
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-nav-logo img { display: block; width: 100px; height: auto; }
.mobile-nav-close {
  display: flex !important;
  opacity: 1 !important;
  animation: none !important;
}
.mobile-nav-close .bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-nav-close .bar:nth-child(2) { opacity: 0; width: 0; }
.mobile-nav-close .bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-nav .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 0; }
.mobile-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: clamp(1rem, 2.5vw, 1.25rem) 1.5rem;
  min-height: 48px;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 300;
  letter-spacing: -.01em;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-nav .nav-list li:last-child .nav-link { border-bottom: none; }

/* ── Hero ──────────────────────────────────────────────── */
.site-main { padding-top: 0; }

.hero-section {
  position: relative;
  height: 100svh;
  min-height: 640px;
  background: #003399;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}

/* Blue overlay that slides down from top on scroll */
.cover-bg-overlay {
  position: absolute;
  inset: 0;
  background: #003399;
  transform: translateY(-100%);
  z-index: 1;
  pointer-events: none;
}

/* Bottom content row */
.hero-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 5rem;
  gap: 1.25rem;
}
.hero-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(3.25rem, 7vw, 5.625rem);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -.04em;
}
.hero-headline em {
  font-style: normal;
  font-weight: 400;
}

/* Whitepaper card button */
.hero-wp-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  min-height: 48px;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  min-width: 280px;
  flex-shrink: 0;
  transition: background var(--transition), border-color var(--transition);
}
.hero-wp-btn:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.6);
}
.hero-wp-icon {
  flex-shrink: 0;
  color: rgba(255,255,255,.8);
}
.hero-wp-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-wp-title {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}
.hero-wp-sub {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: rgba(255,255,255,.7);
}
.hero-wp-arrow {
  flex-shrink: 0;
  color: rgba(255,255,255,.6);
}

@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(10px); }
}

/* ── Vision ────────────────────────────────────────────── */
.vision-section {
  position: relative;
  background: #003399;
}
.vision-section::after { display: none; }

/* Sticky image background */
.vision-images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.vision-images-pin {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.vision-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.vision-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,12,.68);
  z-index: 1;
}

/* Scrollable rows */
.vision-rows {
  position: relative;
  z-index: 2;
}
.vision-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 6rem 0;
}
.vision-row--headline {
  min-height: 100svh;
  justify-content: space-between;
  padding-top: clamp(4rem, 8vw, 6.25rem);
  padding-bottom: clamp(4rem, 8vw, 6.25rem);
}
.vision-row--text { min-height: 80svh; }

.vision-row-top  { width: 100%; }
.vision-row-bottom { width: 100%; }

.vision-eyebrow {
  font-variant-caps: small-caps;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 1rem;
}
.anim-eyebrow-line {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.3);
  margin-bottom: 2rem;
  transform-origin: left center;
}
.vision-claim {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw + 1rem, 4.375rem);
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  max-width: 900px;
  letter-spacing: -2.8px;
  margin: 0;
  padding: 0;
}
.vision-text {
  color: #fff;
  font-size: 1.625rem;
  line-height: 28.6px;
  letter-spacing: normal;
  font-weight: 300;
  margin: 0;
  padding: 0;
  max-width: 860px;
}

/* ── Leistungen ────────────────────────────────────────── */


.leistungen-header {
  position: relative;
  z-index: 3;
  padding-top: clamp(4rem, 8vw, 6.25rem);
  padding-bottom: 2.5rem;
}
/* ── Leistungen – sticky scroll layout ─────────────────── */
.leistungen-section {
  position: relative;
  background: var(--color-dark);
  color: #fff;
}

/* Full-screen sticky background */
.svc-bg-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.svc-bg-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.svc-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.svc-bg.active { opacity: 1; }
.svc-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

/* Scrollable content sits on top of sticky bg */
.svc-inner {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

/* Left sticky nav */
.svc-links-wrap {
  width: 22.5rem;
  flex-shrink: 0;
  position: sticky;
  bottom: 5rem;
  top: auto;
  align-self: flex-end;
  padding-bottom: 5rem;
}
.svc-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svc-link-item {
  display: block;
  padding: 1.25rem 0;
  color: #fff;
  opacity: .6;
  text-decoration: none;
  position: relative;
  transition: opacity .2s ease;
}
.svc-link-item.active, .svc-link-item:hover { opacity: 1; }
.svc-link-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.svc-link-item.active .svc-link-bar { transform: scaleX(1); }
.svc-link-name {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.1em;
  color: #fff;
  display: block;
}

/* Service content blocks */
.svc-blocks { flex: 1; }

.svc-block {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 0 5rem;
  gap: 1.5rem;
}
.svc-tag {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 2px;
  padding: .25rem .5rem;
  align-self: flex-start;
}
.svc-block h3 {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -.04em;
  color: #fff;
}
.svc-lead {
  font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.625rem);
  font-weight: 300;
  color: rgba(255,255,255,.85);
  line-height: 1.1em;
  max-width: 640px;
}
.svc-block p {
  font-size: clamp(1rem, 1.5vw + 0.4rem, 1.625rem);
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.1em;
  max-width: 640px;
}
.svc-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 4px;
  align-self: flex-start;
  margin-top: .5rem;
  transition: border-color .2s, gap .2s;
}
.svc-cta:hover { gap: 12px; border-color: #fff; }

/* ── Hero cover-button (single pub card) ──────────────── */
.cover-button {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 19.6875rem;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color .2s;
  flex-shrink: 0;
}
.cover-button:hover { background-color: rgba(255,255,255,.08); }
.doc-icon { flex: none; width: auto; height: 30px; }
.cover-button-text { flex: 1; }
.cover-button-label {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cover-button-tag {
  font-weight: 700;
  letter-spacing: .06em;
}
.cover-button-title {
  font-weight: 500;
}

/* ── Publikationen ─────────────────────────────────────── */
.publikationen-section { background: #003399; }
.pub-page-section { position: relative; padding: 5rem 0 8rem; background: #003399; overflow: hidden; }
.pub-page-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .18;
  pointer-events: none;
}
.pub-page-intro { margin-bottom: 3rem; }
.pub-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.publikationen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pub-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.pub-card:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.22); transform: translateY(-3px); }
.pub-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-type {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.12);
  padding: 4px 10px;
  border-radius: 99px;
}
.pub-date { font-size: .78rem; color: rgba(255,255,255,.45); }
.pub-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.pub-excerpt { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.65; flex: 1; }
.pub-content { font-size: .875rem; color: rgba(255,255,255,.7); line-height: 1.7; flex: 1; }
.pub-content p { margin: 0 0 .75em; }
.pub-content p:last-child { margin-bottom: 0; }
.pub-dl {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  gap: 6px;
  color: rgba(255,255,255,.8);
  font-size: .85rem;
  font-weight: 600;
  margin-top: 4px;
  transition: gap var(--transition), color var(--transition);
}
.pub-dl:hover { gap: 10px; color: #fff; }
.pub-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
  color: rgba(255,255,255,.5);
}
.pub-empty-icon { color: rgba(255,255,255,.2); margin: 0 auto 20px; }
.pub-empty p { font-size: 1rem; }

/* ── Team accordion ────────────────────────────────────── */
.team-accordion {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.team-item {
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.team-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.team-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.team-trigger {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.team-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 32px 0;
  width: 100%;
}
.team-intro {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.team-trigger-name {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4.375rem);
  font-weight: 400;
  color: #2b72ff;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.team-trigger-role {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 400;
  color: rgba(255,255,255,.55);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.team-trigger-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.team-read-bio {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  transition: color .2s;
}
.team-trigger:hover .team-read-bio { color: rgba(255,255,255,.8); }
.team-item.open .team-read-bio { visibility: hidden; }

.team-chevron {
  flex-shrink: 0;
  color: rgba(255,255,255,.7);
  transition: transform .35s ease;
}
.team-item.open .team-chevron { transform: rotate(180deg); }

.team-portrait {
  width: 180px;
  flex-shrink: 0;
  padding: 10px 0;
  align-self: start;
}
.team-portrait img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  display: block;
}

.team-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s ease;
}
.team-item.open .team-body { grid-template-rows: 1fr; }
.team-body-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 212px;
}
.team-item.open .team-body-inner { padding-bottom: 36px; }

.team-li-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .4rem;
  padding: 0 0 1.5rem;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  text-decoration: none;
  transition: color .2s ease;
  white-space: nowrap;
}
.team-li-btn:hover { color: rgba(255,255,255,.85); }
.team-li-btn svg { flex-shrink: 0; }

.team-bio {
  font-size: 1.25rem;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}
.team-quote {
  padding: 16px 20px;
  border-left: 3px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  font-style: italic;
  color: rgba(255,255,255,.85);
  font-size: .9375rem;
  line-height: 1.6;
}

/* ── Kunden & Partner Logos ────────────────────────────── */
.logos-section {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.logos-section .section-label {
  margin-bottom: 3rem;
}
.logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem 3rem;
}
.logo-item {
  position: relative;
  padding-bottom: .625rem;
}
.logo-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.7);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.logo-item:hover::after { transform: scaleX(1); }
.logo-item img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .5;
  transition: opacity .25s ease;
  display: block;
}
.logo-item:hover img { opacity: 1; }
.logo-item a { display: block; }

/* ── CTA + Footer shared background wrapper ─────────────── */
.cta-footer-wrap {
  position: relative;
  z-index: 5;
  background-color: #2b72ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-footer-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 51, 153, 0.82);
  pointer-events: none;
  z-index: 0;
}
.cta-section,
.site-footer { position: relative; z-index: 1; }

/* ── CTA final section ─────────────────────────────────── */
.cta-section {
  position: relative;
  background: transparent;
  padding: 0;
  text-align: left;
  min-height: 75svh;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.cta-inner {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cta-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(3rem, 9vw + 1rem, 8.75rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 3rem;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  transition: gap .2s ease;
}
.cta-btn:hover { gap: 20px; }
.arrow-icon { flex: none; width: 1.5rem; height: 1.5rem; }

/* ── Kontakt page ───────────────────────────────────────── */
.kontakt-main { padding-top: 0 !important; }
.kontakt-cover {
  position: relative;
  height: 100svh;
  background: #003399;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.kontakt-cover-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 clamp(1.5rem, 5vw, 3.75rem) 5rem;
}
/* Row: title left + form right, both aligned to bottom */
.kontakt-content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 5rem;
}
.kontakt-left {
  flex-shrink: 0;
}
.kontakt-title-xl {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(4.5rem, 9vw, 8rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -.04em;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
.kontakt-right {
  flex: 1;
  max-width: 480px;
}
.kontakt-form-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.kontakt-field {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-family: var(--font-main);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.25rem 0;
  outline: none;
  transition: border-color .2s ease;
  resize: none;
  overflow: hidden;
  display: block;
  opacity: 1; /* always visible — GSAP animates from 0 only when loaded */
}
.kontakt-field-msg { min-height: 4rem; line-height: 1.6; }

.kontakt-field::placeholder { color: rgba(255,255,255,.4); }
.kontakt-field:focus { border-bottom-color: rgba(255,255,255,.85); }
.kontakt-cta-row { margin-top: 2.5rem; }
.kontakt-send-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: var(--font-main);
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  transition: opacity .2s ease;
}
.kontakt-send-btn:hover { opacity: .7; }
.kontakt-send-btn:disabled { opacity: .45; cursor: not-allowed; }
.kontakt-send-arrow { flex-shrink: 0; }
.kontakt-error-state {
  display: none;
  align-items: center;
  gap: .75rem;
  color: rgba(255,180,180,.9);
  font-size: .875rem;
  margin-top: 1.25rem;
}
.kontakt-error-state.visible { display: flex; }
.kontakt-success-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  color: #fff;
  width: 100%;
}
.kontakt-success-msg {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.02em;
}

/* ── Workshop page ──────────────────────────────────────── */
.workshop-main { padding-top: 0 !important; }
.workshop-cover {
  position: relative;
  min-height: 100vh;
  background-color: #2b72ff;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.workshop-cover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 51, 153, 0.82);
  pointer-events: none;
}
.workshop-cover-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 7.5rem;
}
.workshop-columns {
  display: flex;
  gap: 7.5rem;
  align-items: flex-start;
}
.workshop-info {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.workshop-eyebrow {
  display: block;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 1.5rem;
}
.workshop-title {
  font-size: clamp(2rem, 3vw, 3.125rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05em;
  color: #fff;
  margin: 0 0 1rem;
}
.workshop-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255,255,255,.8);
  margin: 0 0 2rem;
  line-height: 1.3em;
}
.workshop-lead {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65em;
  color: rgba(255,255,255,.75);
  margin: 0 0 2rem;
}
.workshop-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.workshop-bullets li {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.85);
  padding-left: 1.75rem;
  position: relative;
  line-height: 1.5em;
}
.workshop-bullets li::before {
  content: '\2192';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,.5);
}
.workshop-meta {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.15);
}
.workshop-meta span {
  font-size: .875rem;
  font-weight: 500;
  color: rgba(255,255,255,.65);
  letter-spacing: .02em;
}
.workshop-form-content {
  width: 28rem;
  flex-shrink: 0;
  color: #fff;
}
.workshop-form-heading {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 .5rem;
}
.workshop-form-sub {
  font-size: .875rem;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  margin: 0 0 2rem;
  line-height: 1.55em;
}
.workshop-form-inner {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
/* ── Workshop language accordion ─────────────────────────── */
.workshop-lang-accordion {
  margin: 1.75rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,.15);
}
.workshop-lang-item {
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.workshop-lang-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 1.125rem 0;
  color: rgba(255,255,255,.65);
  font-family: var(--font-main);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s;
}
.workshop-lang-trigger:hover,
.workshop-lang-item.active .workshop-lang-trigger {
  color: #fff;
}
.workshop-lang-chevron {
  flex-shrink: 0;
  transition: transform .25s ease;
}
.workshop-lang-item.active .workshop-lang-chevron {
  transform: rotate(180deg);
}
.workshop-lang-content {
  padding-bottom: 1.5rem;
}

.workshop-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 7L11 1' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  cursor: pointer;
}
.workshop-select option { background: #0a1628; color: #fff; }

/* ── Footer ────────────────────────────────────────────── */
.site-footer {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
}
.kontakt-footer-wrap { background: #003399; }
/* inner pages: footer is transparent — body #003399 shows through */
.footer-top-line,
.footer-inner { position: relative; z-index: 1; }
.footer-top-line { width: 100%; height: 1px; background-color: #fff; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.footer-logo-link { display: inline-block; flex-shrink: 0; }
.footer-logo-img { display: block; width: 10rem; height: auto; }
.footer-nav ul { display: flex; gap: 2rem; }
.footer-nav a { font-size: .75rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); transition: color .2s ease; }
.footer-nav a:hover { color: #fff; }

/* ── Page templates ────────────────────────────────────── */
.inner-mobile-bar { display: none; }
.site-main { padding-top: 80px; }
.is-front-page .site-main,
body[data-page="front"] .site-main { padding-top: 0 !important; }
body[data-page="inner"] .page-main { padding-top: 0; }

.page-hero {
  padding: 11rem 0 5rem;
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
}
.bg-blue { background: #003399; }
.bg-dark { background: var(--color-dark); }
.bg-light-page { background: #00010f; }

.page-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 1.5rem;
}
.page-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 2rem;
}

.page-content-section { padding: 6rem 0 8rem; }

/* ── Leistungen subpage ─────────────────────────────────── */
.lp-main { background: #003399; }

/* ── Leistungen subpage: two-column scroll layout ─────── */
.lp-services {
  position: relative;
  background-color: #000;
  min-height: 100vh;
}
.lp-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
  z-index: 0;
}
.lp-bg.active { opacity: 1; }
.lp-bg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  pointer-events: none;
  z-index: 1;
}

.lp-mobile-header { display: none; }
.lp-mobile-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 1.5rem;
}
.lp-mobile-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2.5rem, 10vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  color: #fff;
  margin: 0;
}

/* Two-column flex layout */
.lp-columns {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 7.5rem;
  align-items: flex-end;
  padding-top: 176px;
  padding-bottom: 7.5rem;
}

/* Left sticky nav — sticks to bottom */
.lp-nav {
  width: 22.5rem;
  flex-shrink: 0;
  position: sticky;
  bottom: 5rem;
}
.lp-nav-item {
  display: block;
  position: relative;
  padding: 2.5rem 0;
  color: rgba(255,255,255,.35);
  transition: color .3s ease;
  text-decoration: none;
}
.lp-nav-item.active,
.lp-nav-item:hover { color: #fff; }
.lp-nav-label {
  display: block;
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.1em;
}
.lp-nav-line {
  height: 1px;
  background: rgba(255,255,255,.2);
  transition: background .3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp-nav-item.active .lp-nav-line,
.lp-nav-item:hover .lp-nav-line { background: #fff; }

/* Right scrollable list */
.lp-list { flex: 1; }
.lp-category {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 5rem 0;
  border-top: 1px solid rgba(255,255,255,.15);
}
.lp-category:first-child { border-top: none; padding-top: 0; }
.lp-category-heading { display: none; }

.lp-service-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.lp-service-item:first-child { padding-top: 0; }
.lp-service-item:last-child { border-bottom: none; padding-bottom: 0; }

/* Category trigger – desktop: hidden */
.lp-cat-trigger { display: none; }
.lp-cat-name { display: none; }
.lp-cat-count { display: none; }

/* Hero bar – desktop: hidden */
.lp-hero-bar { display: none; }
.lp-hero-toggle { display: none; }

/* Accordion – desktop reset (always expanded) */
.lp-acc-trigger {
  all: unset;
  display: flex;
  align-items: flex-start;
  width: 100%;
  cursor: default;
}
.lp-acc-icon { display: none; }
.lp-acc-body { display: contents; }
.lp-svc-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(1.25rem, 0.5rem + 1.5vw, 2.25rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: -.04em;
  line-height: 1.1em;
}
.lp-svc-desc {
  font-size: clamp(1rem, 0.5rem + 0.8vw, 1.375rem);
  color: rgba(255,255,255,.8);
  line-height: 1.55;
  font-family: 'FunnelSans', Arial, sans-serif;
  font-weight: 300;
}


/* Prose (Impressum/Datenschutz) */
.container-narrow { max-width: 760px; }
.prose { padding: 2rem 0; }
.prose h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 2.5rem 0 .75rem;
  letter-spacing: -.01em;
}
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li {
  font-size: .9375rem;
  color: rgba(255,255,255,.65);
  line-height: 1.8;
  margin-bottom: .75rem;
}
.prose ul { padding-left: 1.5rem; list-style: disc; }
.prose a { color: rgba(255,255,255,.85); text-decoration: underline; text-underline-offset: 3px; }

/* WP admin bar offset */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
.entry { padding: 80px 0; }
.entry-title { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 32px; }
.entry-content { max-width: 720px; line-height: 1.8; color: rgba(255,255,255,.65); }
.entry-content p { margin-bottom: 16px; }
.entry-content h2 { font-size: 1.25rem; font-weight: 700; color: #fff; margin: 32px 0 12px; }
.entry-content h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin: 24px 0 8px; }

/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 1024px) {
  .svc-links-wrap { width: 18rem; }
  .kontakt-content { flex-direction: column; align-items: flex-start; gap: 2.5rem; }
  .kontakt-title-xl { white-space: normal; font-size: clamp(3rem, 10vw, 5rem); }
  .kontakt-cover-inner { padding-bottom: 3rem; }
  .publikationen-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-columns { gap: 4rem; }
  .lp-nav { width: 220px; }
  .desktop-nav { display: none !important; }
  .nav-toggle { display: flex !important; }
  .mobile-nav { display: block; }
}

/* ── Tablet (769px – 1024px) ────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
  .section-padding { padding: clamp(3.5rem, 7vw, 5rem) 0; }
  .hero-bottom { padding-bottom: 3.5rem; }
  .vision-row { min-height: 80svh; }
  .svc-block { padding: 7rem 0 4rem; }
  .team-portrait { width: 140px; }
  .team-body-inner { padding-right: 160px; }
  .ws-strip--fp { padding: 5rem 0; }
  .kontakt-cover { align-items: flex-end; }
  .bio-grid { gap: 2.5rem 3rem; }
}

@media (max-width: 900px) {
  /* Leistungen: switch to horizontal scroll nav */
  .svc-inner { flex-direction: column; gap: 0; }
  .svc-links-wrap { width: 100%; position: static; padding-bottom: 0; }
  .svc-links {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
    gap: 2rem;
  }
  .svc-links::-webkit-scrollbar { display: none; }
  .svc-link-item { min-width: auto; padding: 16px 0; white-space: nowrap; flex-shrink: 0; }
  .svc-link-bar { bottom: 0; height: 2px; }
  .svc-block { min-height: 80vh; padding: 4rem 0 3rem; }
  .vision-body { grid-template-columns: 1fr; gap: 24px; }
  .leistungen-header { padding-bottom: 2rem; }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .section-padding { padding: clamp(3rem, 8vw, 4rem) 0; }
  .section-label { font-size: 1rem; margin-bottom: 1.5rem; }
  .section-intro { line-height: 1.55; }

  /* ── Header ── */
  .header-inner { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .site-header .header-inner { padding-top: max(1.5rem, env(safe-area-inset-top, 1.5rem)); }
  .logo-img { width: 100px; height: auto; }
  .site-header .site-logo { padding-top: 8px; }
  .sticky-bar .logo-slim-img { width: 120px; }
  .sticky-bar .header-inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .desktop-nav { display: none !important; }
  .nav-toggle { display: flex !important; }
  .sticky-bar { overflow: visible; background: #003399 !important; }
  .mobile-nav { display: block; }

  /* ── Hero ── */
  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 40px;
    gap: 24px;
  }
  .hero-headline { font-size: clamp(2.4rem, 9vw, 3.5rem); line-height: 1.05; }
  /* pub card goes full width on mobile */
  .cover-button { max-width: 100%; }

  /* ── Vision ── */
  .vision-row { min-height: 65svh; padding: 4rem 0; }
  .vision-row--headline { min-height: 90svh; padding-top: clamp(3.5rem, 7vw, 4.5rem); padding-bottom: clamp(3rem, 6vw, 4rem); }
  .vision-row--text     { min-height: 65svh; padding-top: 3rem; padding-bottom: 4rem; }
  .vision-claim { font-size: clamp(2rem, 7vw, 2.75rem); letter-spacing: -1.5px; }
  .vision-text { font-size: 1.0625rem; line-height: 1.65; max-width: 100%; }
  .vision-text + .vision-text { margin-top: 1.75rem; }

  /* ── Leistungen ── */
  .leistungen-section { padding-top: 4rem; background: #003399; }
  .leistungen-header { padding-top: 2rem; padding-bottom: 2rem; }
  .svc-bg-wrap { display: none; }
  .svc-links-wrap { display: block; width: 100%; position: static; padding: 0; }
  .svc-links { flex-direction: column; overflow: visible; gap: 0; border-bottom: none; }
  .svc-link-item { padding: 1rem 0; min-width: auto; white-space: normal; border-bottom: 1px solid rgba(255,255,255,.1); opacity: 1; }
  .svc-link-item:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
  .svc-link-item.active .svc-link-name { color: #fff; }
  .svc-link-name { font-size: 1.0625rem; font-weight: 400; letter-spacing: -.02em; line-height: 1.3; color: rgba(255,255,255,.45); transition: color .2s; }
  .svc-link-bar { display: none; }
  .svc-blocks { margin-top: 0; border-top: none; }
  .svc-block { display: none !important; min-height: 0 !important; padding: 2rem 0 2.5rem !important; gap: 1.25rem; border-bottom: none; }
  .svc-block.svc-active { display: flex !important; }
  .svc-block h3 { font-size: clamp(1.375rem, 5.5vw, 1.75rem); margin: 0; }
  .svc-lead { font-size: 1rem; line-height: 1.6; }
  .svc-block p { font-size: .9375rem; line-height: 1.6; color: rgba(255,255,255,.7); }
  .svc-tag { display: none; }

  /* ── Team ── */
  .team-accordion { margin-top: 32px; }
  .team-row { gap: 1rem; }
  .team-portrait { width: 90px; }
  .team-li-btn span { display: none; }
  .team-left { gap: 1.25rem; padding: 20px 0; }
  .team-trigger-name { font-size: clamp(1.6rem, 6vw, 2.5rem); }
  .team-trigger-role { font-size: .875rem; }
  .team-read-bio { display: none; }
  .team-bio { font-size: 1rem; line-height: 1.55; }
  .team-body-inner { padding-right: 0; gap: 12px; }
  .team-portrait img { aspect-ratio: 3/4; }

  /* ── Logos ── */
  .logos-section { padding: 3.5rem 0; }
  .logos-section .section-label { margin-bottom: 1.5rem; }
  .logos-grid { gap: 1.75rem 2rem; }
  .logo-item img { height: 28px; }

  /* ── CTA ── */
  .cta-section { padding: 4rem 0 3.5rem; min-height: 55svh; }
  .cta-headline { margin-bottom: 2rem; }
  .cta-btn { font-size: 1.125rem; }

  /* ── Universal inner-page mobile header ── */
  body[data-page="inner"] .sticky-bar { transform: translateY(-100%) !important; }
  body[data-page="inner"] .sticky-bar.visible { transform: translateY(0) !important; }
  body[data-page="inner"] .inner-mobile-bar { display: none !important; }
  /* Mobile: tighter padding on the fixed inner-page header */
  body[data-page="inner"] .site-header .header-inner { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  /* lp-hero-bar not needed on mobile inner pages — site-header takes over */
  body[data-page="inner"] .lp-hero-bar { display: none !important; }
  /* Kontakt: no sticky-bar on mobile */
  body.page-template-page-kontakt .sticky-bar { display: none !important; }
  /* Cover pages: sticky bar immediately visible on mobile, no site-header transition */
  body.page-template-page-leistungen .site-header,
  body.page-template-page-workshop .site-header,
  body.page-template-page-insights .site-header { display: none !important; }
  body.page-template-page-leistungen .sticky-bar,
  body.page-template-page-workshop .sticky-bar,
  body.page-template-page-insights .sticky-bar { transform: none !important; transition: none !important; }

  /* ── Leistungen subpage layout ── */
  .lp-services { min-height: 100svh; margin-top: 0; }
  .lp-bg { position: fixed; background-attachment: scroll; }
  .lp-bg-overlay { position: fixed; }
  .lp-main .ws-strip { background: #050a14; position: relative; z-index: 10; }
  .lp-mobile-header { display: none; }
  .lp-hero-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 45vh;
    padding: 2rem 1.25rem;
    position: relative;
    z-index: 2;
  }
  .lp-hero-logo img { width: 100px; height: auto; display: block; }
  .lp-hero-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem;
    margin-top: .25rem;
  }
  .lp-hero-toggle .bar { display: block; width: 22px; height: 1.5px; background: #fff; border-radius: 0; }
  .lp-columns { flex-direction: column; gap: 0; padding-top: 0; padding-bottom: 3rem; }
  body[data-page="inner"] .lp-columns { padding-top: 10.5rem; }
  .lp-nav { display: none; }
  .lp-list { width: 100%; }
  .lp-category { gap: 0; padding: 0; border: none; }
  .lp-category:first-child { border-top: none; padding-top: 0; }
  .lp-category-heading { display: none; }

  /* ── Kategorie-Trigger (große Zeilen) ── */
  .lp-cat-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    border-top: 1px solid rgba(255,255,255,.15);
    cursor: pointer;
    text-align: left;
  }
  .lp-cat-name {
    display: block;
    font-family: 'FunnelSans', Arial, sans-serif;
    font-size: clamp(1.375rem, 5vw, 1.75rem);
    font-weight: 300;
    letter-spacing: -.02em;
    color: rgba(255,255,255,.7);
    line-height: 1.2;
  }
  .lp-cat-count {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255,255,255,.25);
    font-size: .8125rem;
    font-weight: 400;
    color: rgba(255,255,255,.45);
    margin-left: 1rem;
  }
  .lp-category.cat-open .lp-cat-name { color: #fff; }
  .lp-category.cat-open .lp-cat-count { border-color: rgba(255,255,255,.5); color: rgba(255,255,255,.7); }

  /* ── Kategorie-Body (ausgeklappt) ── */
  .lp-cat-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
  }
  .lp-category.cat-open .lp-cat-body { max-height: 2000px; }

  /* ── Einzelne Leistungen im Body ── */
  .lp-service-item { gap: 0; border-left: none !important; padding-left: 0 !important; transition: none; }
  .lp-acc-trigger {
    cursor: default;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
  }
  .lp-acc-icon { display: none; }
  .lp-acc-body {
    display: block;
    max-height: none;
    overflow: visible;
  }
  .lp-acc-body .lp-svc-desc { padding: .875rem 0 1rem; margin: 0; font-size: .9375rem; line-height: 1.55; color: #fff; }
  .lp-svc-title { font-size: clamp(.9375rem, 3vw, 1.125rem); font-weight: 400; letter-spacing: -.01em; line-height: 1.3; color: rgba(255,255,255,.85); }
  .lp-cat-body .lp-list-inner { padding-top: .5rem; padding-bottom: 1rem; }

  /* ── Kontakt page ── */
  .kontakt-title-xl { font-size: clamp(2.5rem, 8vw, 3.5rem); }
  .kontakt-cover-inner { padding: 0 1.25rem 2.5rem; }

  /* ── Workshop page ── */
  .workshop-columns { flex-direction: column; gap: 3rem; }
  .workshop-form-content { width: 100%; }
  .workshop-cover { flex-direction: column; align-items: stretch !important; min-height: auto; }
  .workshop-cover-inner { padding-top: 10.5rem !important; padding-bottom: 4rem; }

  /* ── Static pages ── */
  .page-hero { padding: 10.5rem 0 3rem; min-height: 100svh; }
  .kontakt-cover { align-items: flex-end; }
  .page-title { font-size: clamp(2rem, 8vw, 3rem); }
  .bg-light-page { padding: 3rem 0 4rem; }

  /* ── Footer ── */
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .75rem; padding-top: 1rem; padding-bottom: 1rem; }
  .footer-logo-img { width: 7rem; }
  .footer-nav ul { flex-wrap: wrap; gap: 4px 10px; }
  .footer-nav a { font-size: .6875rem; }

  /* ── Publikationen ── */
  .publikationen-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section-padding { padding: 52px 0; }
  .hero-bottom { padding: 0 16px 32px; gap: 20px; }
  .hero-headline { font-size: clamp(2rem, 10vw, 2.8rem); }
  /* cta-headline handled by base clamp */
  .cta-section { padding: 3.5rem 0 3rem; }
  .team-row { grid-template-columns: 1fr 72px; }
  .team-trigger-name { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .logos-grid { gap: 1.25rem 1.5rem; }
  .logo-item img { height: 24px; }
  .cover-button-label { font-size: .78rem; }
  .svc-link-item { min-width: 110px; }
}

/* ============================================================
   ADDITIONS: Cookie Banner · 404 · Micro-interactions
   ============================================================ */

/* ── Cookie consent banner ──────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(0, 26, 77, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.125rem 0;
  transform: translateY(0);
  transition: transform .35s ease, opacity .35s ease;
}
.cookie-banner.cookie-hiding {
  transform: translateY(100%);
  opacity: 0;
}
.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cookie-text {
  font-size: .9375rem;
  font-weight: 300;
  color: rgba(255,255,255,.75);
  line-height: 1.5;
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.cookie-link {
  color: rgba(255,255,255,.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-link:hover { color: #fff; }
.cookie-actions {
  display: flex;
  gap: .75rem;
  flex-shrink: 0;
}
.cookie-btn {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  border-radius: 2px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid rgba(255,255,255,.25);
  background: transparent;
  color: rgba(255,255,255,.7);
}
.cookie-btn:hover { border-color: rgba(255,255,255,.6); color: #fff; }
.cookie-accept {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.cookie-accept:hover { background: rgba(255,255,255,.22); border-color: #fff; }

/* ── 404 page ───────────────────────────────────────────── */
.not-found-main { padding-top: 0 !important; }
.not-found-section {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: #003399;
}
.not-found-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 6rem 0;
}
.not-found-code {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(6rem, 20vw, 14rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
  color: rgba(255,255,255,.12);
  display: block;
}
.not-found-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  color: #fff;
  margin-top: -.5rem;
}
.not-found-text {
  font-size: 1.375rem;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
  max-width: 36rem;
}

/* ── Micro-interactions ─────────────────────────────────── */

/* Form fields: animated underline from center */
.kontakt-field {
  position: relative;
  transition: border-bottom-color .25s ease, background .25s ease;
}
.kontakt-field:focus {
  border-bottom-color: #fff;
  outline: none;
  background: rgba(255,255,255,.04);
}
.kontakt-field:focus-visible { outline: 2px solid rgba(255,255,255,.4); outline-offset: 2px; }

/* Submit button: arrow nudge on hover */
.kontakt-send-btn:hover .kontakt-arrow-circle svg {
  transform: translate(2px, -2px);
  transition: transform .2s ease;
}
.kontakt-arrow-circle svg { transition: transform .2s ease; }

/* CTA button: arrow grows and lifts */
.cta-btn {
  transition: gap .2s ease, opacity .2s ease;
}
.cta-btn:hover { opacity: .85; }
.cta-btn svg { transition: transform .2s ease; }
.cta-btn:hover svg { transform: translate(2px, -2px); }

/* Service items on Leistungen page: left accent */
.lp-service-item {
  padding-left: 0;
}

/* Pub cards: subtle lift */
.pub-card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.pub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

/* Nav links: underline slide-in */
.desktop-nav .nav-link:not(.nav-lang) {
  position: relative;
}
.desktop-nav .nav-link:not(.nav-lang)::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 10px; right: calc(100% - 10px);
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}
.desktop-nav .nav-link:not(.nav-lang):hover::after { right: 10px; }

/* Focus-visible global reset */
:focus-visible {
  outline: 2px solid rgba(255,255,255,.5);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Cookie banner responsive */
@media (max-width: 600px) {
  .cookie-inner { flex-direction: column; gap: 1rem; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; text-align: center; }
}

/* ── Skip to content ────────────────────────────────────── */
.skip-to-content {
  position: fixed;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  background: #fff;
  color: #003399;
  font-size: .875rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 2px;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-to-content:focus { top: 1rem; }

/* ── Active nav state ────────────────────────────────────── */
.nav-current { opacity: 1 !important; }
.nav-current::after { right: 10px !important; }

/* ── Breadcrumb ──────────────────────────────────────────── */
.insight-breadcrumb { padding: 5.5rem 0 0; }
.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  font-size: .8125rem;
  color: rgba(255,255,255,.35);
}
.breadcrumb-list li + li::before { content: '/'; margin-right: .5rem; }
.breadcrumb-list a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s ease; }
.breadcrumb-list a:hover { color: rgba(255,255,255,.8); }
.breadcrumb-list li:last-child { color: rgba(255,255,255,.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 30ch; }

/* ── Insight Workshop CTA ────────────────────────────────── */
.insight-workshop-cta {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  padding: 2.5rem 0;
}
.insight-workshop-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.insight-workshop-cta-text { display: flex; flex-direction: column; gap: .4rem; }
.insight-workshop-cta-tag {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}
.insight-workshop-cta-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0;
}
.insight-workshop-cta-sub {
  font-size: .9375rem;
  font-weight: 300;
  color: rgba(255,255,255,.5);
  margin: 0;
}
@media (max-width: 640px) {
  .insight-workshop-cta-inner { flex-direction: column; align-items: flex-start; }
  .insight-workshop-cta .ws-strip-btn { width: 100%; justify-content: center; }
}

/* ── Workshop Strip ─────────────────────────────────────── */
.ws-strip {
  padding: 3.5rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.ws-strip--fp {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  border-top: none;
  border-bottom: none;
  background: transparent;
}
.ws-strip-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
  pointer-events: none;
}
.ws-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,20,70,.92) 0%, rgba(0,10,40,.82) 100%);
  pointer-events: none;
}
.ws-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.ws-strip-content { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.ws-strip-tag {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.ws-strip-headline {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}
.ws-strip-text {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  margin: 0;
  max-width: 38rem;
}
.ws-strip-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}
.ws-strip-btn:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }
.ws-strip-btn svg { transition: transform .2s ease; }
.ws-strip-btn:hover svg { transform: translate(2px,-2px); }
.ws-strip-label-row {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
.ws-strip-label-row .section-label {
  color: #fff;
  opacity: 1;
  font-variant-caps: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .ws-strip--fp { padding: 3.5rem 0 !important; }
  .ws-strip-label-row { margin-bottom: 2rem !important; }
  .ws-strip--fp .section-label { margin-bottom: 0 !important; }
  .ws-strip-inner { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .ws-strip-headline { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .ws-strip-text { font-size: .9375rem; }
  .ws-strip-btn { width: 100%; justify-content: center; padding: .875rem 1.5rem; }
}

/* Insights section heading */
.insights-section-heading {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin: 0 0 2rem;
}
.insights-section--pubs { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 3rem; margin-bottom: 0; }

/* Pub card (merged with insight card styles) */
.pub-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: border-color .2s ease, transform .2s ease; }
.pub-card:hover { border-color: rgba(255,255,255,.2); transform: translateY(-3px); }
.pub-card-title { font-family: 'FunnelSans', Arial, sans-serif; font-size: 1.25rem; font-weight: 400; letter-spacing: -.02em; line-height: 1.3; margin: 0; }
.pub-card-title a { display: inline-block; color: #fff; text-decoration: none; }
.pub-card-title a:hover { opacity: .8; }
.pub-card-excerpt { font-size: .9375rem; font-weight: 300; color: rgba(255,255,255,.55); line-height: 1.65; margin: 0; flex: 1; }

/* ── Bio / Anna Christmann ───────────────────────────────── */
.bio-main { background: #003399; min-height: 100vh; }

.bio-hero { padding: 11rem 0 4rem; background: #003399; }
.bio-hero-inner { display: flex; flex-direction: column; gap: 1.5rem; max-width: 52rem; }
.bio-eyebrow { font-size: .8125rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.bio-name { font-family: 'FunnelSans', Arial, sans-serif; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; color: #fff; margin: 0; }
.bio-credentials { list-style: none; padding: 0; margin: .5rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
.bio-credentials li { font-size: 1.0625rem; font-weight: 300; color: rgba(255,255,255,.65); padding-left: 1.25rem; position: relative; }
.bio-credentials li::before { content: '—'; position: absolute; left: 0; color: rgba(255,255,255,.3); }

.bio-section { padding: 4.5rem 0; border-top: 1px solid rgba(255,255,255,.07); }
.bio-section-alt { background: rgba(255,255,255,.02); }
.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem 5rem; align-items: start; }
.bio-col-left .bio-section-heading,
.bio-section-heading { font-family: 'FunnelSans', Arial, sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; letter-spacing: -.03em; color: #fff; margin: 0 0 1.5rem; }
.bio-text { font-size: 1.0625rem; font-weight: 300; color: rgba(255,255,255,.7); line-height: 1.75; margin: 0 0 1.125rem; }
.bio-text:last-child { margin-bottom: 0; }

.bio-achievements { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.bio-achievement-item { border-left: 2px solid rgba(255,255,255,.15); padding-left: 1.25rem; }
.bio-achievement-title { font-size: 1rem; font-weight: 500; color: #fff; margin: 0 0 .35rem; }
.bio-achievement-desc { font-size: .9375rem; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.6; margin: 0; }

.bio-quotes { display: flex; flex-direction: column; gap: 1.75rem; }
.bio-quote {
  border-left: 2px solid rgba(255,255,255,.2);
  padding: .75rem 0 .75rem 1.5rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,.8);
  line-height: 1.65;
  margin: 0;
}

.bio-cv { display: flex; flex-direction: column; gap: .875rem; }
.bio-cv-item {
  font-size: .9375rem;
  font-weight: 300;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
  padding-left: 1.25rem;
  position: relative;
}
.bio-cv-item::before { content: '—'; position: absolute; left: 0; color: rgba(255,255,255,.25); }

.bio-cta-section { padding: 4rem 0 6rem; text-align: center; }
.bio-cta-heading { font-family: 'FunnelSans', Arial, sans-serif; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 400; letter-spacing: -.03em; color: #fff; margin: 0 0 1.5rem; }

@media (max-width: 900px) {
  .bio-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .bio-hero { padding: 10.5rem 0 2.5rem; }
  .bio-section { padding: 3rem 0; }
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-main { background: #003399; min-height: 100vh; }
.faq-hero-sub { font-size: 1.1875rem; font-weight: 300; color: rgba(255,255,255,.65); line-height: 1.6; margin: .75rem 0 0; max-width: 40rem; }
.faq-section { padding: 4rem 0 6rem; }
.faq-inner { max-width: 52rem; margin: 0 auto; }
.faq-list { list-style: none; padding: 0; margin: 0; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq-trigger { width: 100%; background: none; border: none; text-align: left; cursor: pointer; padding: 1.375rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-question { font-size: 1.0625rem; font-weight: 400; color: #fff; line-height: 1.5; flex: 1; }
.faq-chevron { flex-shrink: 0; width: 20px; height: 20px; color: rgba(255,255,255,.35); transition: transform .25s ease; }
.faq-trigger[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-answer.faq-open { max-height: 600px; }
.faq-answer dd { margin: 0; padding: 0 0 1.375rem; font-size: .9875rem; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.75; }
.faq-answer dd p { margin: 0 0 .75rem; }
.faq-answer dd p:last-child { margin-bottom: 0; }

/* ── Insights Archive ────────────────────────────────────── */
.insights-main {
  min-height: 100vh;
  position: relative;
  background: #003399;
}
.insights-main::before { display: none; }

/* knot bg bleeds behind the sticky nav */
.page-template-page-insights .lp-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
}
.page-template-page-insights .lp-bg-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
}
.insights-page-header { padding: 7rem 0 3rem; }
.pub-archive-eyebrow {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 1rem;
}
.insights-page-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  color: #fff;
  margin: 0;
}

/* Insights/Publikationen: brand-blue overlay instead of black */
.insights-main .lp-bg-overlay,
.page-template-page-publikationen .lp-bg-overlay {
  background: rgba(0, 51, 153, 0.82);
}

/* Editorial publication list */
.pub-archive {
  position: relative;
  z-index: 2;
  padding-bottom: var(--sp-16);
}
.pub-archive-section { padding: var(--sp-6) 0 0; }
.pub-archive-section:first-child { padding-top: var(--sp-4); }

.pub-archive-label {
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: var(--sp-3);
}

.pub-entry-list { display: flex; flex-direction: column; }

.pub-entry {
  display: grid;
  grid-template-columns: 8rem 1fr 11rem;
  align-items: start;
  gap: var(--sp-4);
  padding: var(--sp-4) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  transition: border-color .3s ease;
  text-decoration: none;
  color: inherit;
}
.pub-entry:hover { border-color: rgba(255,255,255,.28); }

.pub-entry-type {
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  padding-top: .3rem;
}

.pub-entry-body { display: flex; flex-direction: column; gap: .625rem; }

.pub-entry-title {
  font-family: 'FunnelSans', Arial, sans-serif;
  font-size: var(--t-lg);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
  transition: opacity .2s ease;
}
.pub-entry:hover .pub-entry-title { opacity: .8; }

.pub-entry-excerpt {
  font-size: var(--t-sm);
  font-weight: 300;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  max-width: 56ch;
}
.pub-entry-meta {
  display: flex;
  gap: 1.25rem;
  font-size: var(--t-xs);
  font-weight: 400;
  color: rgba(255,255,255,.32);
  margin: 0;
}
.pub-entry-meta span + span::before {
  content: '·';
  margin-right: 1.25rem;
}

.pub-entry-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--sp-2);
  padding-top: .3rem;
}
.pub-entry-date {
  font-size: var(--t-xs);
  color: rgba(255,255,255,.28);
}
.pub-entry-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: var(--t-sm);
  font-weight: 400;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
}
.pub-entry-link:hover, .pub-entry:hover .pub-entry-link { color: #fff; gap: .65rem; }

.pub-entry-empty { color: rgba(255,255,255,.35); font-size: var(--t-base); padding: var(--sp-6) 0; }

.pub-entry-dl {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
  flex-shrink: 0;
}
.pub-entry-dl:hover { color: #fff; }

/* Legacy classes kept for backward compat */
.insights-empty { color: rgba(255,255,255,.4); font-size: 1rem; padding: 2rem 0; }
.insight-tag { font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); padding: .3rem .6rem; border: 1px solid rgba(255,255,255,.12); border-radius: 2px; width: fit-content; }

@media (max-width: 768px) {
  .pub-entry { grid-template-columns: 1fr; gap: var(--sp-2); padding: var(--sp-3) 0; }
  .pub-entry-action { flex-direction: row; align-items: center; justify-content: space-between; }
  .pub-entry-type { padding-top: 0; }
}

/* ── Insight Single ──────────────────────────────────────── */
.insight-single-main { background: #003399; min-height: 100vh; }
.insight-article {}
.insight-header { padding: 11rem 0 3.5rem; background: #003399; }
.insight-header-inner { max-width: 52rem; }
.insight-title { font-family: 'FunnelSans', Arial, sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.1; color: #fff; margin: .75rem 0 0; }
.insight-byline { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 1.25rem; }
.insight-author { font-size: .9375rem; font-weight: 400; color: rgba(255,255,255,.7); }
.insight-sep { color: rgba(255,255,255,.25); }
.insight-date { font-size: .9375rem; font-weight: 300; color: rgba(255,255,255,.5); }
.insight-read-time { font-size: .9375rem; font-weight: 300; color: rgba(255,255,255,.5); }

.insight-body { padding: 3.5rem 0 4rem; border-top: 1px solid rgba(255,255,255,.07); }
.insight-body-inner { max-width: 52rem; }
.insight-body-inner h2 { font-family: 'FunnelSans', Arial, sans-serif; font-size: clamp(1.375rem, 3vw, 2rem); font-weight: 400; letter-spacing: -.03em; color: #fff; margin: 2.5rem 0 1rem; line-height: 1.2; }
.insight-body-inner h2:first-child { margin-top: 0; }
.insight-body-inner p { font-size: 1.0625rem; font-weight: 300; color: rgba(255,255,255,.72); line-height: 1.8; margin: 0 0 1.25rem; }
.insight-body-inner ul, .insight-body-inner ol { padding-left: 1.5rem; margin: 0 0 1.5rem; }
.insight-body-inner li { font-size: 1.0625rem; font-weight: 300; color: rgba(255,255,255,.72); line-height: 1.7; margin-bottom: .5rem; }
.insight-lead { font-size: 1.25rem !important; font-weight: 300; color: rgba(255,255,255,.85) !important; line-height: 1.65 !important; }
.insight-pullquote { border-left: 2px solid rgba(255,255,255,.2); padding: .75rem 0 .75rem 1.5rem; margin: 2rem 0; }
.insight-pullquote p { font-size: 1.125rem !important; font-style: italic; color: rgba(255,255,255,.8) !important; line-height: 1.6 !important; margin-bottom: .4rem !important; }
.insight-pullquote cite { font-size: .8125rem; font-style: normal; color: rgba(255,255,255,.35); letter-spacing: .04em; }

.insight-foot { padding: 2.5rem 0 4rem; border-top: 1px solid rgba(255,255,255,.07); }
.insight-foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.insight-back { display: inline-flex; align-items: center; gap: .4rem; font-size: .9375rem; font-weight: 400; color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s ease; }
.insight-back:hover { color: #fff; }
.insight-cta { display: inline-flex; align-items: center; gap: .4rem; font-size: .9375rem; font-weight: 500; color: rgba(255,255,255,.85); text-decoration: none; border: 1px solid rgba(255,255,255,.25); padding: .6rem 1.125rem; border-radius: 2px; transition: border-color .2s ease, color .2s ease; }
.insight-cta:hover { border-color: rgba(255,255,255,.6); color: #fff; }

@media (max-width: 600px) {
  .insight-header { padding: 10.5rem 0 2.5rem; }
  .insight-foot-inner { flex-direction: column; align-items: flex-start; }
  .insights-grid { grid-template-columns: 1fr; }
}

/* ── Global text-link underline hover ───────────────────────
   Broad rule: all <a> tags get underline on hover.
   Animated ::after underline overrides for styled links.
   Buttons, logos, nav items excluded via text-decoration: none.
   ─────────────────────────────────────────────────────────── */

/* 1. Broad hover underline for all content links */
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255,255,255,.55);
}

/* 2. Elements with animated ::after underline — suppress CSS underline */
.footer-nav a:hover,
.desktop-nav .nav-link:hover,
.team-li-btn:hover,
.insight-back:hover,
.breadcrumb-list a:hover,
.pub-card-title a:hover,
.pub-dl:hover,
.insight-card-title a:hover,
.insight-card-link:hover,
.pub-entry-link:hover,
.cta-btn:hover {
  text-decoration: none;
}

/* 3. Pure button/logo/icon links — no underline */
.footer-logo-link:hover,
.lp-hero-logo:hover,
.cover-button:hover,
.ws-strip-btn:hover,
.lp-nav-item:hover,
.nav-lang:hover,
.cookie-link:hover,
.pub-entry-link:hover {
  text-decoration: none;
}

/* 4. Animated ::after underlines for styled links */
.footer-nav a,
.team-li-btn,
.insight-back,
.breadcrumb-list a,
.pub-card-title a,
.pub-dl,
.insight-card-title a,
.insight-card-link,
.pub-entry-link,
.cta-btn {
  position: relative;
}
.footer-nav a::after,
.team-li-btn::after,
.insight-back::after,
.breadcrumb-list a::after,
.pub-card-title a::after,
.pub-dl::after,
.insight-card-title a::after,
.insight-card-link::after,
.pub-entry-link::after,
.cta-btn::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #fff;
  transition: right .25s ease;
  pointer-events: none;
}
.footer-nav a:hover::after,
.team-li-btn:hover::after,
.insight-back:hover::after,
.breadcrumb-list a:hover::after,
.pub-card-title a:hover::after,
.pub-dl:hover::after,
.insight-card-title a:hover::after,
.insight-card-link:hover::after,
.pub-entry-link:hover::after,
.cta-btn:hover::after {
  right: 0;
}
.team-li-btn::after { bottom: calc(1.5rem - 2px); }

