:root { --navy-950: #03101e; --navy-900: #07182b; --navy-850: #09213a; --navy-800: #0b2947; --navy-700: #123b61; --blue-700: #006da8; --blue-600: #008acb; --blue-500: #00a4df; --blue-300: #72d6f5; --red-600: #d80516; --red-500: #e30613; --ink: #102235; --muted: #5f7080; --muted-light: #a9bbca; --line: #dce5eb; --line-dark: rgba(153, 206, 235, 0.18); --white: #ffffff; --off-white: #f4f7f9; --soft-blue: #eef7fb; --success: #21b77d; --max-width: 1240px; --radius-xs: 8px; --radius-sm: 12px; --radius-md: 18px; --radius-lg: 26px; --shadow-soft: 0 18px 50px rgba(7, 24, 43, 0.08); --shadow-card: 0 25px 70px rgba(3, 16, 30, 0.13); --shadow-dark: 0 36px 100px rgba(0, 0, 0, 0.35); --ease-out: cubic-bezier(0.2, 0.74, 0.22, 1); }
*, ::before, ::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 148px; text-size-adjust: 100%; }
body { margin: 0px; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
video { background: var(--navy-950); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
::selection { background: rgba(0, 164, 223, 0.2); color: var(--navy-950); }
:focus-visible { outline: rgba(0, 164, 223, 0.52) solid 3px; outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; padding: 10px 16px; border-radius: var(--radius-xs); background: var(--white); color: var(--navy-900); font-size: 14px; font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 0.2s; }
.skip-link:focus { transform: none; }
.reading-progress { position: fixed; z-index: 900; inset: 0px 0px auto; height: 3px; background: rgba(255, 255, 255, 0.06); pointer-events: none; }
.reading-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue-300), var(--blue-500) 82%, var(--red-500)); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.site-header {
  position: fixed;
  z-index: 800;
  inset: 0 0 auto;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(7, 24, 43, 0.08);
  box-shadow: 0 8px 28px rgba(7, 24, 43, 0.06);
  backdrop-filter: blur(16px) saturate(140%);
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(7, 24, 43, 0.1);
  box-shadow: 0 12px 34px rgba(7, 24, 43, 0.1);
}
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; color: var(--navy-900); text-decoration: none; flex: 0 0 auto; }
.brand img { width: 71px; height: auto; object-fit: contain; }
.brand-name { display: grid; gap: 0px; margin-left: 14px; padding-left: 14px; border-left: 1px solid rgba(7, 24, 43, 0.14); line-height: 1.05; }
.brand-name small { color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.brand-name strong { margin-top: 4px; color: var(--navy-900); font-size: 17px; font-weight: 760; letter-spacing: 0.01em; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 1.75vw, 27px); }
.main-nav a { position: relative; color: var(--navy-800); font-size: 13px; font-weight: 680; text-decoration: none; white-space: nowrap; transition: color 0.2s; }
.main-nav a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0px -9px; height: 2px; border-radius: 2px; background: var(--blue-500); transform: scaleX(0); transform-origin: left center; transition: transform 0.25s var(--ease-out); }
.main-nav a:hover, .main-nav a.active { color: var(--blue-700); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-contact { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0px 17px; border: 1px solid rgba(0, 138, 203, 0.22); border-radius: 999px; background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); color: var(--white) !important; box-shadow: rgba(0, 138, 203, 0.18) 0px 11px 30px; }
.nav-contact:hover { border-color: rgba(0, 138, 203, 0.4); box-shadow: rgba(0, 164, 223, 0.28) 0px 14px 34px; color: var(--white) !important; }
.menu-button { display: none; min-height: 43px; align-items: center; gap: 9px; padding: 0px 14px; border: 1px solid rgba(7, 24, 43, 0.12); border-radius: var(--radius-xs); background: rgba(7, 24, 43, 0.03); color: var(--navy-900); font-size: 12px; font-weight: 800; cursor: pointer; }
.menu-lines { display: grid; width: 17px; gap: 5px; }
.menu-lines i { display: block; height: 2px; border-radius: 3px; background: currentcolor; transition: transform 0.2s, opacity 0.2s; }
.menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: linear-gradient(115deg, rgba(3, 16, 30, 0.98) 0%, rgba(6, 28, 50, 0.97) 50%, rgba(4, 18, 32, 0.99) 100%),
    var(--navy-950); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(115, 216, 249, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 216, 249, 0.03) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 86%); pointer-events: none; }
.hero::after { content: ""; position: absolute; right: -16%; bottom: -62%; width: 78vw; height: 78vw; border: 1px solid rgba(95, 207, 245, 0.09); border-radius: 50%; box-shadow: rgba(69, 196, 237, 0.02) 0px 0px 0px 105px, rgba(69, 196, 237, 0.01) 0px 0px 0px 210px; pointer-events: none; }
.hero-ambient { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; will-change: transform, opacity; }
.hero-ambient-one { top: 15%; right: 23%; width: 30rem; height: 30rem; background: rgba(0, 164, 223, 0.15); filter: blur(100px); animation: ambientFloat 14s ease-in-out infinite; }
.hero-ambient-two { bottom: 2%; left: -10%; width: 26rem; height: 26rem; background: rgba(0, 105, 170, 0.17); filter: blur(110px); animation: ambientFloat 18s ease-in-out infinite reverse; }
.hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
@keyframes ambientFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.88; }
  50% { transform: translate3d(16px, -20px, 0) scale(1.07); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ambient-one, .hero-ambient-two { animation: none; }
}
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 100svh; grid-template-columns: minmax(390px, 0.92fr) minmax(540px, 1.08fr); align-items: center; gap: clamp(48px, 6vw, 92px); padding-top: 120px; padding-bottom: 84px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0px 0px 28px; color: rgb(164, 199, 218); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow i { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.12) 0px 0px 0px 5px, rgba(33, 183, 125, 0.55) 0px 0px 18px; }
.hero h1 { max-width: 780px; margin: 0px; color: var(--white); font-size: clamp(70px, 6.9vw, 104px); font-weight: 780; letter-spacing: -0.068em; line-height: 0.94; }
.hero h1 span { display: block; color: var(--blue-300); font-weight: 690; }
.hero-slogan { margin: 36px 0px 26px; color: rgb(232, 244, 250); font-size: 13px; font-weight: 860; letter-spacing: 0.22em; text-transform: uppercase; }
.hero-lead { max-width: 690px; margin: 0px; color: rgb(185, 203, 215); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0px 0px; padding: 0px; list-style: none; }
.hero-topics li { padding: 7px 11px; border: 1px solid rgba(129, 215, 245, 0.18); border-radius: 999px; background: rgba(255, 255, 255, 0.043); color: rgb(216, 232, 241); font-size: 12px; font-weight: 760; letter-spacing: 0.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 13px; padding: 0px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 820; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out), border-color 0.22s, background 0.22s; }
.button:hover { transform: translateY(-2px) scale(1.02); }
.button:active { transform: translateY(0px) scale(0.985); }
.button-primary { border-color: rgba(95, 214, 251, 0.22); background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); color: var(--white); box-shadow: rgba(0, 138, 203, 0.21) 0px 14px 34px; }
.button-primary:hover { box-shadow: rgba(0, 138, 203, 0.32) 0px 18px 40px; }
.button-ghost { border-color: rgba(255, 255, 255, 0.19); background: rgba(255, 255, 255, 0.043); color: var(--white); }
.button-ghost:hover { border-color: rgba(121, 217, 255, 0.42); background: rgba(255, 255, 255, 0.075); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; color: rgb(143, 169, 186); font-size: 12px; font-weight: 730; letter-spacing: 0.04em; text-transform: uppercase; }
.hero-trust i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-300); }
.hero-media { position: relative; isolation: isolate; }
.hero-media::before { content: ""; position: absolute; z-index: -1; top: -22px; right: -24px; width: 43%; height: 45%; border-top: 1px solid rgba(114, 214, 245, 0.33); border-right: 1px solid rgba(114, 214, 245, 0.33); border-radius: 0px 21px 0px 0px; }
.hero-media::after { content: ""; position: absolute; z-index: -1; bottom: -22px; left: -24px; width: 34%; height: 38%; border-bottom: 2px solid var(--red-500); border-left: 1px solid rgba(114, 214, 245, 0.28); border-radius: 0px 0px 0px 21px; opacity: 0.72; }
.hero-media-frame { overflow: hidden; border: 1px solid rgba(120, 218, 250, 0.22); border-radius: var(--radius-lg); background: rgba(3, 15, 28, 0.88); box-shadow: var(--shadow-dark); transform: perspective(1400px) rotateY(-1.2deg); }
.media-chrome { display: flex; min-height: 63px; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 19px; border-bottom: 1px solid rgba(130, 218, 247, 0.14); color: rgb(141, 169, 186); font-size: 11px; font-weight: 820; letter-spacing: 0.11em; text-transform: uppercase; }
.media-chrome span { display: inline-flex; align-items: center; gap: 9px; }
.media-chrome i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.55) 0px 0px 13px; }
.media-chrome strong { color: rgb(214, 233, 242); font-size: 11px; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: radial-gradient(circle at 50% 50%, rgba(0, 164, 223, 0.08), transparent 52%),
    var(--navy-950); }
.video-shell video { width: 100%; height: 100%; object-fit: cover; }
.video-shell {
  box-shadow: 0 18px 50px rgba(3, 16, 30, 0.18), 0 0 0 1px rgba(255,255,255,0.06) inset;
  border-radius: var(--radius-md);
}
.video-shell::after { content: ""; position: absolute; inset: 0px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, transparent 42%); }
.video-shell-hero { border-radius: 0; }
.video-shell-hero::after { border-radius: 0; }
.video-vignette { position: absolute; inset: 0px; background: linear-gradient(to top, rgba(2, 11, 21, 0.46), transparent 40%), linear-gradient(90deg, rgba(3, 16, 30, 0.18), transparent 25%, transparent 75%, rgba(3, 16, 30, 0.12)); pointer-events: none; }
.video-open-hitarea { position: absolute; z-index: 2; inset: 0px; width: 100%; height: 100%; padding: 0px; border: 0px; background: transparent; cursor: zoom-in; }
.hover-video-hint { position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; min-height: 31px; align-items: center; gap: 8px; padding: 0px 11px; border: 1px solid rgba(157, 224, 247, 0.22); border-radius: 999px; background: rgba(2, 13, 24, 0.68); color: var(--white); font-size: 11px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(12px); transition: opacity 0.22s ease, transform 0.22s var(--ease-out), background 0.22s ease; }
.hover-video-hint::before { content: "▶"; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: rgba(114, 214, 245, 0.16); color: var(--blue-300); font-size: 7px; }
.touch-label { display: none; }
[data-hover-video].is-hover-playing .hover-video-hint { background: rgba(0, 109, 168, 0.82); transform: translateY(-2px); }
[data-hover-video].is-hover-playing .hover-video-hint::before { content: "●"; animation: hoverPulse 1.4s ease-in-out infinite; }
[data-hover-video] video { transition: opacity 0.34s ease, transform 0.9s var(--ease-out); }
[data-hover-video].is-hover-playing video { transform: scale(1.018); }
@keyframes hoverPulse {
  0%, 100% { opacity: 0.48; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1); }
}
.video-actions { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 8px; }
.media-button { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0px 11px; border: 1px solid rgba(163, 225, 247, 0.24); border-radius: 999px; background: rgba(2, 13, 24, 0.7); color: var(--white); backdrop-filter: blur(12px); cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.media-button:hover { border-color: rgba(163, 225, 247, 0.48); background: rgba(5, 31, 51, 0.9); transform: translateY(-1px); }
.media-button span { display: grid; min-width: 15px; place-items: center; color: var(--blue-300); font-size: 11px; font-weight: 900; }
.media-button b { font-size: 11px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.media-button-floating { position: absolute; right: 14px; bottom: 14px; z-index: 4; }
.media-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px 17px; }
.media-meta span { color: var(--white); font-size: 11px; font-weight: 790; letter-spacing: 0.06em; text-transform: uppercase; }
.media-meta small { color: rgb(118, 146, 164); font-size: 11px; text-align: right; }
.scroll-cue { position: absolute; z-index: 3; right: 0px; bottom: 27px; left: 0px; display: flex; width: max-content; align-items: center; gap: 12px; margin: auto; color: rgb(129, 153, 169); font-size: 11px; font-weight: 820; letter-spacing: 0.17em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 31px; overflow: hidden; background: rgba(255, 255, 255, 0.16); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0px; background: var(--blue-300); transform: translateY(-100%); animation: 2.4s ease-in-out 0s infinite normal none running scrollCue; }
@keyframes scrollCue { 
  0% { transform: translateY(-100%); }
  48%, 100% { transform: translateY(100%); }
}
.section { padding: clamp(82px, 8vw, 124px) 0px; }
.section-heading { display: grid; grid-template-columns: minmax(0px, 1.08fr) minmax(310px, 0.72fr); align-items: end; gap: clamp(42px, 7vw, 92px); margin-bottom: 52px; }
.section-heading h2 { max-width: 810px; margin: 8px 0px 0px; color: var(--navy-900); font-size: clamp(40px, 4.2vw, 61px); font-weight: 750; letter-spacing: -0.052em; line-height: 1.03; }
.section-heading > p { max-width: 550px; margin: 0px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.kicker, .section-label { display: inline-block; color: var(--blue-700); font-size: 12px; font-weight: 880; letter-spacing: 0.14em; text-transform: uppercase; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: rgb(168, 191, 205); }
.section-heading-light .kicker { color: var(--blue-300); }

/* Gemeinsamer Themenbereich */
.themes-hub {
  display: flex;
  flex-direction: column;
  background: var(--white);
}
.themes-hub-nav {
  position: relative;
  z-index: 10;
  order: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgb(248, 251, 253), var(--white));
  box-shadow: 0 12px 30px rgba(7, 24, 43, 0.045);
}
.themes-hub-tabs {
  display: grid;
  max-width: 940px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
}
.themes-hub-tab {
  appearance: none;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  background: var(--white);
  color: var(--navy-800);
  font: inherit;
  font-size: 13px;
  font-weight: 790;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.themes-hub-tab b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 7px;
  background: var(--soft-blue);
  color: var(--blue-700);
  font-size: 11px;
  letter-spacing: 0.07em;
}
.themes-hub-tab:hover {
  border-color: rgb(186, 217, 230);
  color: var(--blue-700);
}
.themes-hub-tab.is-active {
  border-color: var(--navy-800);
  background: var(--navy-850);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(7, 24, 43, 0.16);
}
.themes-hub-tab.is-active b {
  background: rgba(111, 216, 249, 0.11);
  color: var(--blue-300);
}
.themes-hub-tab:focus-visible {
  outline: 2px solid var(--blue-500);
  outline-offset: 3px;
}
.themes-hub > [data-themes-panel="overview"] { order: 1; }
.themes-hub > [data-themes-panel="films"] { order: 2; }
.themes-hub > [data-themes-panel="initiatives"] { order: 3; }
.themes-hub > .story-track { order: 4; }
.themes-hub [data-themes-panel],
.themes-hub .initiative-card {
  scroll-margin-top: 150px;
}

/* Quick navigation – schmale Textleiste */
.quick-nav {
  position: sticky;
  top: 88px;
  z-index: 750;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px) saturate(140%);
}
.quick-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
  justify-content: center;
}
.quick-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 2px 6px;
  color: var(--navy-800);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s;
}
.quick-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s var(--ease-out);
}
.quick-nav a:hover,
.quick-nav a:focus-visible { color: var(--blue-700); }
.quick-nav a:hover::after,
.quick-nav a:focus-visible::after,
.quick-nav a.active::after { transform: scaleX(1); }
.quick-nav a.active { color: var(--blue-700); }
.film-grid-compact { grid-template-columns: 1.2fr 1fr; }

.quote-section { position: relative; padding: clamp(72px, 8vw, 112px) 0px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.quote-section::after { content: "VELLMAR"; position: absolute; right: -10px; bottom: -55px; color: rgba(7, 24, 43, 0.024); font-size: clamp(120px, 18vw, 270px); font-weight: 900; letter-spacing: -0.08em; line-height: 1; pointer-events: none; }
.quote-layout { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(420px, 1.15fr) minmax(290px, 0.65fr); align-items: start; gap: clamp(25px, 4vw, 60px); }
.quote-mark { color: var(--red-500); font-family: Georgia, serif; font-size: 84px; line-height: 0.82; }
.quote-layout blockquote { max-width: 800px; margin: 10px 0px 0px; color: var(--navy-900); font-size: clamp(34px, 3.6vw, 52px); font-weight: 650; letter-spacing: -0.043em; line-height: 1.12; }
.quote-note { margin: 29px 0px 0px; padding-top: 22px; border-top: 2px solid var(--blue-500); color: var(--muted); font-size: 15px; }
.principles { background: radial-gradient(circle at 92% 13%, rgba(0, 164, 223, 0.055), transparent 25%),
    var(--off-white); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.principle-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 10px 28px rgba(7, 24, 43, 0.05); transition: transform 0.28s var(--ease-out), border-color 0.28s ease, box-shadow 0.28s ease; }
.principle-card::after { content: ""; position: absolute; right: -30px; bottom: -42px; width: 100px; height: 100px; border: 22px solid rgba(0, 138, 203, 0.035); border-radius: 50%; }
.principle-card:hover { border-color: rgb(186, 217, 230); box-shadow: 0 22px 55px rgba(7, 24, 43, 0.11); transform: translateY(-6px); }
.principle-card b { display: inline-flex; min-width: 38px; height: 27px; align-items: center; justify-content: center; border-radius: 999px; background: var(--soft-blue); color: var(--blue-700); font-size: 11px; letter-spacing: 0.08em; }
.principle-card h3 { margin: 57px 0px 13px; color: var(--navy-900); font-size: 20px; letter-spacing: -0.025em; line-height: 1.22; }
.principle-card p { margin: 0px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.cinema-panel { display: grid; grid-template-columns: minmax(290px, 0.62fr) minmax(480px, 1.38fr); align-items: center; gap: clamp(35px, 6vw, 78px); margin-top: 24px; padding: 30px; border: 1px solid rgba(130, 216, 247, 0.17); border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 15%, rgba(0, 164, 223, 0.12), transparent 30%),
    linear-gradient(145deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.cinema-panel .video-shell { border: 1px solid rgba(141, 221, 249, 0.2); border-radius: var(--radius-md); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 60px; }
.cinema-copy { padding-left: 12px; }
.film-number { display: inline-block; margin-bottom: 15px; color: var(--blue-300); font-size: 11px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.cinema-copy h3 { margin: 0px; color: var(--white); font-size: clamp(29px, 3vw, 43px); font-weight: 710; letter-spacing: -0.04em; line-height: 1.07; }
.cinema-copy p { margin: 19px 0px 0px; color: rgb(169, 190, 204); font-size: 14px; line-height: 1.75; }
.cinema-copy small { display: block; margin-top: 17px; color: rgb(112, 139, 158); font-size: 12px; line-height: 1.55; }
.situation { position: relative; overflow: hidden; background: radial-gradient(circle at 9% 12%, rgba(0, 147, 205, 0.13), transparent 27%), linear-gradient(160deg, rgb(6, 20, 33), rgb(2, 11, 20)); color: var(--white); }
.situation::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(107, 212, 248, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 212, 248, 0.024) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 91%); }
.situation > .container { position: relative; z-index: 1; }
.situation-toolbar { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 57px; padding: 10px 14px; border: 1px solid rgba(128, 215, 246, 0.15); border-radius: var(--radius-xs); background: rgba(255, 255, 255, 0.035); }
.situation-toolbar > div { display: flex; align-items: center; gap: 10px; }
.situation-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.55) 0px 0px 13px; }
.situation-toolbar strong { color: var(--white); font-size: 12px; letter-spacing: 0.05em; }
.situation-toolbar span { color: rgb(119, 147, 165); font-size: 12px; }
.situation-toolbar a { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid rgba(126, 216, 247, 0.2); border-radius: 7px; color: var(--blue-300); font-size: 12px; font-weight: 790; text-decoration: none; }
.situation-toolbar a:hover { border-color: rgba(126, 216, 247, 0.4); background: rgba(255, 255, 255, 0.04); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.metric-card { position: relative; min-height: 180px; padding: 23px; overflow: hidden; border: 1px solid rgba(127, 213, 245, 0.15); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)); }
.metric-card::after { content: ""; position: absolute; right: -36px; bottom: -45px; width: 115px; height: 115px; border: 22px solid rgba(87, 213, 250, 0.043); border-radius: 50%; }
.metric-card span, .metric-card strong, .metric-card small { position: relative; z-index: 1; display: block; }
.metric-card span { color: var(--blue-300); font-size: 11px; font-weight: 860; letter-spacing: 0.12em; text-transform: uppercase; }
.metric-card strong { margin: 10px 0px 5px; color: var(--white); font-size: clamp(47px, 5vw, 66px); font-weight: 780; letter-spacing: -0.06em; line-height: 1; }
.metric-card small { max-width: 250px; color: rgb(143, 168, 185); font-size: 12px; line-height: 1.55; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 17px; }
.focus-card { position: relative; isolation: isolate; overflow: hidden; display: flex; min-height: 355px; flex-direction: column; padding: 25px; border: 1px solid rgba(127, 213, 245, 0.15); border-radius: var(--radius-sm); background: linear-gradient(155deg, rgba(10, 44, 69, 0.88), rgba(4, 20, 34, 0.92)); color: var(--white); text-decoration: none; transition: transform 0.24s var(--ease-out),
    border-color 0.24s ease,
    box-shadow 0.24s ease; }
.focus-card:hover { border-color: rgba(118, 216, 248, 0.38); box-shadow: rgba(0, 0, 0, 0.22) 0px 24px 60px; transform: translateY(-4px); }
.focus-card-video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.48; filter: saturate(1) contrast(1.06); pointer-events: none; transition: opacity 0.34s ease, transform 0.9s var(--ease-out), filter 0.34s ease; }
.focus-card-video-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2, 19, 33, 0.54) 0%, rgba(3, 21, 35, 0.78) 52%, rgba(2, 15, 26, 0.94) 100%); pointer-events: none; transition: background 0.34s ease; }
.focus-card > span { display: flex; align-items: center; gap: 9px; color: rgb(145, 223, 247); font-size: 11px; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.focus-card > .focus-card-video-shade { display: block; }
.focus-card > span b { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; background: rgba(111, 216, 249, 0.1); color: var(--blue-300); font-size: 11px; }
.focus-card > span em { margin-left: auto; color: rgb(255, 217, 138); font-size: 11px; font-style: normal; letter-spacing: 0.05em; }
.focus-card h3 { margin: 42px 0px 13px; color: var(--white); font-size: 25px; font-weight: 690; letter-spacing: -0.032em; line-height: 1.12; }
.focus-card p { margin: 0px; color: rgb(159, 180, 194); font-size: 13px; line-height: 1.65; }
.focus-card > strong { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; color: var(--blue-300); font-size: 12px; letter-spacing: 0.04em; }
.focus-card > strong i { font-size: 16px; font-style: normal; transition: transform 0.2s; }
.focus-card:hover > strong i { transform: translateX(4px); }
.situation-note { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 17px; padding: 17px 19px; border-left: 2px solid var(--blue-500); background: rgba(255, 255, 255, 0.04); color: rgb(146, 170, 188); font-size: 12px; }
.situation-note strong { color: var(--white); }
.films { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(0, 164, 223, 0.055), transparent 24%),
    var(--white); }
.films::before { content: ""; position: absolute; top: 230px; right: -14vw; width: 44vw; height: 44vw; border: 1px solid rgba(0, 138, 203, 0.07); border-radius: 50%; box-shadow: rgba(0, 138, 203, 0.02) 0px 0px 0px 90px; }
.films > .container { position: relative; z-index: 1; }
.film-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 19px; }
.film-card { grid-column: span 5; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 14px 40px rgba(7, 24, 43, 0.07); transition: transform 0.28s var(--ease-out), box-shadow 0.28s ease; }
.film-card:hover { box-shadow: 0 28px 70px rgba(7, 24, 43, 0.14); transform: translateY(-6px); }
.film-card-large { grid-column: span 7; }
.film-card-landscape { grid-column: 3 / span 8; }
.film-card .video-shell { border-bottom: 1px solid var(--line); }
.film-index { position: absolute; top: 14px; left: 14px; z-index: 3; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(157, 224, 247, 0.22); border-radius: 50%; background: rgba(2, 13, 24, 0.68); color: var(--blue-300); font-size: 11px; font-weight: 880; backdrop-filter: blur(10px); }
.film-card-copy { padding: 25px 27px 28px; }
.film-card-copy > span { display: block; color: var(--blue-700); font-size: 11px; font-weight: 860; letter-spacing: 0.12em; text-transform: uppercase; }
.film-card-copy h3 { margin: 10px 0px; color: var(--navy-900); font-size: clamp(23px, 2.2vw, 31px); font-weight: 710; letter-spacing: -0.035em; line-height: 1.13; }
.film-card-copy p { margin: 0px 0px 19px; color: var(--muted); font-size: 13px; line-height: 1.68; }
.film-card-copy a { color: var(--blue-700); font-size: 11px; font-weight: 830; text-decoration: none; }
.film-card-copy a:hover { text-decoration: underline; text-underline-offset: 4px; }
.film-card .hover-video-hint { left: 60px; }
.film-model { grid-column: 1 / -1; margin-top: 2px; }
.cinema-panel-reverse { grid-template-columns: minmax(420px, 1.32fr) minmax(300px, 0.68fr); }
.cinema-panel-reverse .cinema-copy { order: 2; padding: 0px 13px 0px 0px; }
.initiatives { background: var(--off-white); }
.initiative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.initiative-card { display: flex; min-height: 610px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 14px 40px rgba(7, 24, 43, 0.06); transition: transform 0.28s var(--ease-out), box-shadow 0.28s ease, border-color 0.28s ease; }
.initiative-card:hover { transform: translateY(-5px); box-shadow: 0 26px 64px rgba(7, 24, 43, 0.12); border-color: rgb(186, 217, 230); }
.initiative-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.initiative-top > span { display: flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 11px; font-weight: 860; letter-spacing: 0.09em; text-transform: uppercase; }
.initiative-top b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 7px; background: var(--soft-blue); font-size: 11px; }
.initiative-top em { color: rgb(123, 99, 55); font-size: 11px; font-style: normal; font-weight: 760; text-align: right; }
.initiative-card h3 { margin: 34px 0px 13px; color: var(--navy-900); font-size: 27px; font-weight: 710; letter-spacing: -0.037em; line-height: 1.12; }
.initiative-card > p { margin: 0px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.initiative-goal { margin-top: 27px; padding: 15px 16px; border-left: 3px solid var(--blue-500); background: var(--soft-blue); }
.initiative-goal span, .initiative-goal strong { display: block; }
.initiative-goal span { color: var(--blue-700); font-size: 11px; font-weight: 870; letter-spacing: 0.12em; text-transform: uppercase; }
.initiative-goal strong { margin-top: 5px; color: var(--navy-900); font-size: 12px; line-height: 1.55; }
.initiative-card details { margin-top: auto; padding-top: 27px; }
.initiative-card summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 15px; padding: 0px 13px; border: 1px solid rgb(207, 224, 232); border-radius: var(--radius-xs); background: rgb(248, 251, 252); color: var(--navy-800); font-size: 12px; font-weight: 810; cursor: pointer; list-style: none; }
.initiative-card summary::-webkit-details-marker { display: none; }
.initiative-card summary span { color: var(--blue-700); font-size: 18px; font-weight: 500; transition: transform 0.2s; }
.initiative-card details[open] summary span { transform: rotate(45deg); }
.initiative-details { padding: 15px 5px 0px; }
.initiative-details ul { display: grid; gap: 9px; margin: 0px; padding: 0px; list-style: none; }
.initiative-details li { position: relative; padding-left: 15px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.initiative-details li::before { content: ""; position: absolute; top: 8px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-500); }
.initiative-details > a { display: inline-block; margin-top: 14px; color: var(--blue-700); font-size: 12px; font-weight: 810; text-decoration: none; }
.initiative-links { display: grid; gap: 7px; margin-top: 14px; }
.initiative-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border: 1px solid rgb(210, 227, 234); border-radius: 7px; background: var(--soft-blue); color: var(--blue-700); font-size: 11px; font-weight: 780; text-decoration: none; }
.initiative-note { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin-top: 17px; padding: 17px 19px; border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 3px solid var(--blue-500); border-radius: 0 var(--radius-xs) var(--radius-xs) 0; background: var(--white); color: var(--muted); font-size: 12px; }
.initiative-note strong { color: var(--navy-900); }
.administration { padding: 64px 0px; background: var(--white); }
.administration-shell { display: grid; grid-template-columns: minmax(360px, 0.82fr) minmax(460px, 1.18fr); gap: 46px 65px; padding: clamp(35px, 5vw, 70px); overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 12%, rgba(0, 164, 223, 0.16), transparent 26%),
    linear-gradient(148deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.administration-intro { align-self: center; }
.administration-intro .kicker { color: var(--blue-300); }
.administration-intro h2 { max-width: 600px; margin: 9px 0px 19px; color: var(--white); font-size: clamp(39px, 4.2vw, 59px); font-weight: 730; letter-spacing: -0.052em; line-height: 1.03; }
.administration-intro p { max-width: 560px; margin: 0px; color: rgb(174, 194, 207); font-size: 15px; line-height: 1.75; }
.administration-media .video-shell { border: 1px solid rgba(142, 221, 247, 0.2); border-radius: var(--radius-md); box-shadow: rgba(0, 0, 0, 0.28) 0px 24px 60px; }
.administration-media > p { margin: 10px 3px 0px; color: rgb(111, 137, 155); font-size: 11px; line-height: 1.5; }
.benefit-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.benefit-card { transition: transform 0.28s var(--ease-out), box-shadow 0.28s ease, border-color 0.28s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(7, 24, 43, 0.1); }
.benefit-card { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 20px; border: 1px solid rgba(137, 217, 246, 0.14); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.043); }
.benefit-card > b { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 9px; background: rgba(110, 218, 250, 0.1); color: var(--blue-300); font-size: 11px; }
.benefit-card h3 { margin: 0px 0px 6px; color: var(--white); font-size: 17px; font-weight: 700; }
.benefit-card p { margin: 0px; color: rgb(158, 179, 194); font-size: 11px; line-height: 1.62; }
.administration-action { grid-column: 1 / -1; display: grid; grid-template-columns: 0.78fr 1.2fr auto; align-items: center; gap: 30px; padding: 23px 25px; border: 1px solid rgba(134, 217, 247, 0.18); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.055); }
.status-pill { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 9px; color: rgb(190, 208, 219); font-size: 11px; font-weight: 780; letter-spacing: 0.04em; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: rgb(255, 211, 107); box-shadow: rgba(255, 211, 107, 0.38) 0px 0px 12px; }
.administration-action h3 { margin: 0px 0px 6px; color: var(--white); font-size: 20px; font-weight: 700; letter-spacing: -0.025em; }
.administration-action p { margin: 0px; color: rgb(157, 179, 193); font-size: 11px; line-height: 1.62; }
.administration-links { display: grid; min-width: 210px; gap: 10px; }
.administration-links > a:not(.button) { color: var(--blue-300); font-size: 11px; font-weight: 790; text-align: center; text-decoration: none; }
.citizen-workshop { background: linear-gradient(125deg, rgba(0, 164, 223, 0.04), transparent 42%),
    var(--off-white); }
.workshop-shell { display: grid; grid-template-columns: minmax(390px, 0.9fr) minmax(450px, 1.1fr); gap: clamp(45px, 7vw, 94px); align-items: stretch; }
.workshop-copy h2 { max-width: 640px; margin: 10px 0px 20px; color: var(--navy-900); font-size: clamp(42px, 4.7vw, 64px); font-weight: 750; letter-spacing: -0.055em; line-height: 1.01; }
.workshop-copy > p { max-width: 620px; margin: 0px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.workshop-claim { margin: 27px 0px; padding: 18px 20px; border-left: 3px solid var(--blue-500); background: var(--white); box-shadow: rgba(7, 24, 43, 0.05) 0px 10px 30px; }
.workshop-claim span, .workshop-claim strong { display: block; }
.workshop-claim span { color: var(--blue-700); font-size: 11px; font-weight: 860; letter-spacing: 0.11em; text-transform: uppercase; }
.workshop-claim strong { margin-top: 2px; color: var(--navy-900); font-size: 21px; letter-spacing: -0.02em; }
.workshop-prompts { display: grid; gap: 8px; margin: 0px; padding: 0px; list-style: none; }
.workshop-prompts li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius-xs); background: rgba(255, 255, 255, 0.72); color: var(--muted); font-size: 11px; line-height: 1.5; }
.workshop-prompts b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 7px; background: var(--soft-blue); color: var(--blue-700); font-size: 11px; }
.workshop-prompts strong { display: block; color: var(--navy-900); font-size: 12px; }
.official-note { display: grid; gap: 2px; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.official-note strong { color: var(--navy-900); }
.official-note a { color: var(--blue-700); font-weight: 760; text-decoration: none; }
.idea-form { display: grid; min-height: 100%; align-content: start; gap: 17px; padding: clamp(27px, 4vw, 43px); border: 1px solid rgba(129, 215, 245, 0.18); border-radius: var(--radius-lg); background: radial-gradient(circle at 84% 12%, rgba(0, 164, 223, 0.13), transparent 28%),
    linear-gradient(150deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.form-heading { margin-bottom: 5px; }
.form-heading span { display: block; color: var(--white); font-size: clamp(25px, 2vw, 29px); font-weight: 710; letter-spacing: -0.03em; line-height: 1.15; }
.form-heading p { max-width: 680px; margin: 8px 0px 0px; color: rgb(143, 168, 185); font-size: 13px; line-height: 1.6; }
.idea-form label { display: grid; gap: 7px; color: rgb(185, 203, 214); font-size: 11px; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; }
.idea-form input, .idea-form select, .idea-form textarea { width: 100%; border: 1px solid rgba(139, 216, 245, 0.18); border-radius: var(--radius-xs); outline: none; background: rgba(255, 255, 255, 0.067); color: var(--white); font-size: 13px; font-weight: 480; letter-spacing: 0px; text-transform: none; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.idea-form input, .idea-form select { min-height: 48px; padding: 0px 13px; }
.idea-form textarea { min-height: 130px; padding: 12px 13px; line-height: 1.55; resize: vertical; }
.idea-form select { color-scheme: dark; }
.idea-form input::placeholder, .idea-form textarea::placeholder { color: rgb(110, 137, 156); }
.idea-form input:focus, .idea-form select:focus, .idea-form textarea:focus { border-color: rgba(114, 214, 245, 0.58); background: rgba(255, 255, 255, 0.09); box-shadow: rgba(0, 164, 223, 0.1) 0px 0px 0px 4px; }
.idea-form .button { width: 100%; margin-top: 3px; }
.idea-form > small { align-self: end; margin-top: auto; color: rgb(113, 138, 156); font-size: 11px; line-height: 1.65; }
.idea-form > small a { color: var(--blue-300); font-weight: 720; text-underline-offset: 3px; }
.local-section { background: var(--white); }
.local-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: start; gap: 22px; }
.local-card { position: relative; min-height: 580px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-900); box-shadow: var(--shadow-soft); }
.local-card-offset { min-height: 520px; margin-top: 62px; }
.local-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform 1s var(--ease-out); }
.local-card > .hover-video-layer { position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; min-height: inherit; object-fit: cover; opacity: 0; }
.local-card.is-hover-playing > .hover-video-layer { opacity: 1; }
.local-card::after { content: ""; position: absolute; z-index: 1; inset: 0px; background: linear-gradient(to top, rgba(3, 16, 30, 0.88), rgba(3, 16, 30, 0.02) 62%); pointer-events: none; }
.local-card:hover img { transform: scale(1.035); }
.local-card .video-open-hitarea { z-index: 3; }
.local-card .hover-video-hint { z-index: 4; }
.local-card-copy { position: absolute; z-index: 2; right: 0px; bottom: 0px; left: 0px; padding: clamp(25px, 4vw, 42px); color: var(--white); }
.local-card-copy span { color: var(--blue-300); font-size: 11px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.local-card-copy h3 { margin: 8px 0px; color: var(--white); font-size: clamp(29px, 3vw, 43px); font-weight: 710; letter-spacing: -0.04em; line-height: 1.08; }
.local-card-copy p { max-width: 490px; margin: 0px; color: rgb(179, 197, 208); font-size: 13px; }
.team-section { background: var(--off-white); }
.team-film { display: grid; grid-template-columns: minmax(480px, 1.25fr) minmax(270px, 0.75fr); align-items: center; gap: 38px; margin-bottom: 19px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.team-film .video-shell { border-radius: var(--radius-sm); }
.team-film > div:last-child { padding-right: 20px; }
.team-film > div:last-child span, .team-film > div:last-child strong, .team-film > div:last-child small { display: block; }
.team-film > div:last-child span { color: var(--blue-700); font-size: 11px; font-weight: 860; letter-spacing: 0.11em; text-transform: uppercase; }
.team-film > div:last-child strong { margin-top: 12px; color: var(--navy-900); font-size: 24px; line-height: 1.3; }
.team-film > div:last-child small { margin-top: 10px; color: var(--muted); font-size: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: rgba(7, 24, 43, 0.043) 0px 11px 34px; cursor: pointer; transition: transform 0.24s var(--ease-out),
    box-shadow 0.24s ease,
    border-color 0.24s ease; }
.person-card:hover { border-color: rgb(185, 217, 231); box-shadow: 0 24px 60px rgba(7, 24, 43, 0.14); transform: translateY(-7px); }
.person-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 4.75; background: rgb(220, 228, 233); }
.person-photo::after { content: ""; position: absolute; z-index: 1; inset: 0px; background: linear-gradient(to top, rgba(4, 18, 32, 0.23), transparent 38%); pointer-events: none; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.7s var(--ease-out); }
.person-photo > .hover-video-layer { position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.person-photo.is-hover-playing > .hover-video-layer { opacity: 1; }
.person-photo .video-open-hitarea { z-index: 3; }
.person-photo .hover-video-hint { z-index: 4; top: auto; right: 14px; bottom: 14px; left: 14px; width: max-content; max-width: calc(100% - 76px); }
.person-card:hover .person-photo img { transform: scale(1.025); }
.person-photo > .person-index { position: absolute; z-index: 5; top: 14px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; background: rgba(3, 16, 30, 0.52); color: var(--white); font-size: 11px; font-weight: 850; backdrop-filter: blur(10px); }
.person-copy { padding: 24px 25px 27px; }
.person-copy h3 { margin: 0px; color: var(--navy-900); font-size: 24px; font-weight: 720; letter-spacing: -0.032em; line-height: 1.15; }
.role { margin-top: 7px; color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.person-copy p { min-height: 88px; margin: 17px 0px 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.person-copy button { display: inline-flex; align-items: center; gap: 10px; padding: 0px; border: 0px; background: transparent; color: var(--blue-700); font-size: 12px; font-weight: 830; cursor: pointer; }
.person-copy button span { font-size: 15px; transition: transform 0.2s; }
.person-card:hover .person-copy button span { transform: translateX(4px); }
.insights { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 18%, rgba(0, 147, 205, 0.13), transparent 25%), linear-gradient(155deg, rgb(8, 28, 48), rgb(2, 11, 20)); color: var(--white); }
.insights::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(109, 212, 248, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 212, 248, 0.024) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 82%); }
.insights > .container { position: relative; z-index: 1; }
.transfer-note { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-bottom: 24px; padding: 23px 26px; border: 1px solid rgba(131, 216, 247, 0.16); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); }
.transfer-mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(123, 220, 255, 0.22); border-radius: 50%; background: rgba(111, 218, 250, 0.07); color: var(--blue-300); font-size: 15px; font-weight: 900; }
.transfer-note span, .transfer-note strong { display: block; }
.transfer-note span { color: var(--blue-300); font-size: 11px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.transfer-note strong { margin-top: 5px; color: var(--white); font-size: 19px; }
.transfer-note p { max-width: 920px; margin: 7px 0px 0px; color: rgb(158, 180, 194); font-size: 12px; line-height: 1.66; }
.visit-grid { display: grid; gap: 20px; }
.visit-card { display: grid; grid-template-columns: 1.08fr 0.92fr; min-height: 455px; overflow: hidden; border: 1px solid rgba(132, 216, 247, 0.15); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.04); }
.visit-card-reverse { grid-template-columns: 0.8fr 1.2fr; }
.visit-card-reverse .visit-image { order: 2; }
.visit-image { position: relative; min-height: 455px; overflow: hidden; padding: 0px; border: 0px; background: var(--navy-950); cursor: zoom-in; }
.visit-image::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(to top, rgba(2, 11, 20, 0.38), transparent 45%); }
.visit-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease-out); }
.visit-card-reverse .visit-image img { object-position: center 30%; }
.visit-image:hover img { transform: scale(1.025); }
.visit-image > span { position: absolute; z-index: 2; right: 17px; bottom: 17px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(3, 16, 30, 0.65); color: var(--white); font-size: 11px; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(33px, 5vw, 62px); }
.visit-copy > span { color: var(--blue-300); font-size: 11px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.visit-copy h3 { margin: 10px 0px 16px; color: var(--white); font-size: clamp(31px, 3.2vw, 45px); font-weight: 710; letter-spacing: -0.042em; line-height: 1.07; }
.visit-copy p { margin: 0px; color: rgb(166, 186, 198); font-size: 13px; line-height: 1.72; }
.visit-copy ul { display: grid; gap: 7px; margin: 21px 0px 0px; padding: 0px; list-style: none; }
.visit-copy li { position: relative; padding-left: 15px; color: rgb(136, 163, 180); font-size: 12px; }
.visit-copy li::before { content: ""; position: absolute; top: 9px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-300); }
.contact-section { padding: 74px 0px; background: radial-gradient(circle at 85% 12%, rgba(0, 164, 223, 0.06), transparent 26%),
    var(--off-white); }
.contact-shell { display: grid; grid-template-columns: minmax(290px, 0.82fr) minmax(240px, 0.72fr) minmax(320px, 1fr); gap: 16px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.contact-heading { padding: 10px 18px 10px 8px; }
.contact-heading h2 { margin: 5px 0px 10px; color: var(--navy-900); font-size: 36px; font-weight: 740; letter-spacing: -0.045em; line-height: 1.05; }
.contact-heading p { margin: 0px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.contact-item { display: flex; min-height: 154px; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--off-white); }
.contact-item > span { margin-bottom: 7px; color: var(--blue-700); font-size: 11px; font-weight: 870; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-item strong, .contact-item a { color: var(--navy-900); font-size: 13px; font-weight: 700; line-height: 1.6; text-decoration: none; }
.contact-email a { color: var(--blue-700); overflow-wrap: anywhere; }
.contact-item a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-item small { margin-top: 7px; color: var(--muted); font-size: 11px; }
.site-footer { padding: 88px 0px 0px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 0.72fr); gap: 56px 48px; padding-bottom: 64px; padding-top: 12px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { max-width: 320px; margin: 0px; color: rgb(130, 155, 172); font-size: 13px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h3 { margin: 2px 0px 10px; color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0px; color: rgb(127, 152, 169); font-size: 12px; line-height: 1.65; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--blue-300); }
.footer-column a.footer-link-family {
  color: #f0b45a;
  font-weight: 720;
}
.footer-column a.footer-link-family:hover {
  color: #ffd080;
}
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0px 32px; border-top: 1px solid rgba(255, 255, 255, 0.14); color: rgb(190, 210, 222); font-size: 13px; font-weight: 650; letter-spacing: 0.03em; }
.footer-bottom span:last-child { color: var(--blue-300); font-weight: 750; }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 1100; inset: 0px; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0px; background: rgba(2, 11, 20, 0.86); backdrop-filter: blur(10px); }
.modal-panel { position: relative; z-index: 2; width: min(930px, 100%); max-height: calc(-48px + 100svh); overflow: auto; border: 1px solid rgba(131, 216, 247, 0.2); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-dark); }
.modal-close { position: absolute; z-index: 5; top: 14px; right: 14px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: rgba(3, 16, 30, 0.72); color: var(--white); font-size: 25px; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); }
.person-modal-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 560px; }
.person-modal-image { min-height: 560px; background: rgb(220, 228, 233); }
.person-modal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 72px); }
.person-modal-copy h2 { margin: 9px 0px 7px; color: var(--navy-900); font-size: clamp(38px, 5vw, 59px); font-weight: 740; letter-spacing: -0.052em; line-height: 1; }
.person-modal-copy > strong { color: var(--blue-700); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.person-modal-copy p { margin: 22px 0px 0px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.video-modal-panel { width: min(1120px, 100%); overflow: hidden; background: var(--navy-950); }
.video-modal-stage { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-modal-stage video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.video-modal-copy { padding: 24px 28px 28px; border-top: 1px solid rgba(130, 218, 247, 0.14); background: linear-gradient(135deg, rgba(8, 35, 58, 0.96), rgba(3, 16, 30, 0.98)); }
.video-modal-copy span { color: var(--blue-300); font-size: 11px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.video-modal-copy h2 { margin: 6px 0px 5px; color: var(--white); font-size: clamp(27px, 3vw, 40px); font-weight: 720; letter-spacing: -0.038em; line-height: 1.1; }
.video-modal-copy p { margin: 0px; color: rgb(151, 174, 189); font-size: 11px; }
.gallery-modal-panel { width: min(1120px, 100%); overflow: hidden; background: var(--navy-950); }
.gallery-modal-panel figure { margin: 0px; }
.gallery-modal-panel img { width: 100%; max-height: calc(-130px + 100svh); object-fit: contain; }
.gallery-modal-panel figcaption { padding: 15px 20px 18px; color: rgb(169, 189, 202); font-size: 11px; }
.back-to-top { position: fixed; z-index: 700; right: 22px; bottom: 22px; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(124, 216, 248, 0.2); border-radius: 50%; background: rgba(3, 16, 30, 0.88); color: var(--white); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 30px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 0.22s, transform 0.22s; cursor: pointer; backdrop-filter: blur(10px); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { border-color: rgba(124, 216, 248, 0.5); }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.js .reveal-delay { transition-delay: 0.12s; }
.js .reveal-delay-2 { transition-delay: 0.22s; }
.js .reveal-delay-3 { transition-delay: 0.32s; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.brand { animation: brandIn 0.7s var(--ease-out) both; }
@keyframes brandIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .brand { animation: none; }
}
.legal-page { background: var(--off-white); }
.legal-page .site-header { position: sticky; top: 0px; inset-inline: 0px; background: rgba(255, 255, 255, 0.97); }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 88px 0px 60px; background: radial-gradient(circle at 80% 20%, rgba(0, 164, 223, 0.13), transparent 28%),
    linear-gradient(150deg, var(--navy-850), var(--navy-950)); color: var(--white); }
.legal-hero h1 { margin: 10px 0px 11px; color: var(--white); font-size: clamp(48px, 6vw, 76px); font-weight: 750; letter-spacing: -0.055em; line-height: 0.98; }
.legal-hero p { max-width: 620px; margin: 0px; color: rgb(168, 191, 205); }
.legal-content { padding: 66px 0px 96px; }
.legal-card { width: min(850px, 100%); margin: auto; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.legal-card h2 { margin: 37px 0px 12px; color: var(--navy-900); font-size: 22px; letter-spacing: -0.025em; line-height: 1.28; }
.legal-card h2:first-child { margin-top: 0px; }
.legal-card p, .legal-card address { margin: 0px 0px 13px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.75; }
.legal-card a { color: var(--blue-700); overflow-wrap: anywhere; text-underline-offset: 3px; }
.legal-meta { padding-top: 16px; border-top: 1px solid var(--line); margin-top: 37px !important; font-size: 12px !important; }
.legal-back { display: inline-flex; margin-top: 12px; font-size: 11px; font-weight: 810; text-decoration: none; }
.legal-page .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
@media (hover: none), (pointer: coarse) {
  .desktop-label { display: none; }
  .touch-label { display: inline; }
  .hover-video-hint { background: rgba(2, 13, 24, 0.78); }
  .video-open-hitarea { cursor: pointer; }
}
@media (max-width: 1160px) {
  .header-inner { min-height: 82px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 82px; right: 24px; left: 24px; display: none; align-items: stretch; padding: 18px; border: 1px solid rgba(7, 24, 43, 0.1); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.98); box-shadow: 0 18px 50px rgba(7, 24, 43, 0.14); backdrop-filter: blur(18px); }
  .main-nav.open { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .main-nav a { padding: 11px 12px; border: 1px solid rgba(7, 24, 43, 0.08); border-radius: 7px; background: rgba(7, 24, 43, 0.03); color: var(--navy-800); }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.active { background: var(--soft-blue); color: var(--blue-700); }
  .nav-contact { min-height: 42px; color: var(--white) !important; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 140px; padding-bottom: 100px; }
  .hero-copy { max-width: 850px; }
  .hero h1 { font-size: clamp(67px, 10vw, 92px); }
  .hero-media { width: min(900px, 100%); margin: auto; }
  .hero-media-frame { transform: none; }
  .scroll-cue { display: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-card { min-height: 230px; }
  .initiative-grid { grid-template-columns: 1fr 1fr; }
  .initiative-card:last-child { grid-column: 1 / -1; min-height: 0px; }
  .administration-shell { grid-template-columns: 1fr; }
  .administration-media { width: min(850px, 100%); }
  .administration-action { grid-template-columns: 1fr 1.3fr; }
  .administration-links { grid-column: 1 / -1; grid-template-columns: auto auto; align-items: center; justify-content: start; }
  .workshop-shell { grid-template-columns: 1fr; }
  .workshop-copy { max-width: 790px; }
  .idea-form { width: min(820px, 100%); }
  .footer-grid { grid-template-columns: 1.25fr repeat(2, 0.75fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-heading > p { max-width: 760px; }
  .quote-layout { grid-template-columns: auto 1fr; }
  .quote-note { grid-column: 2; margin-top: 0px; }
  .cinema-panel, .cinema-panel-reverse { grid-template-columns: 1fr; gap: 28px; }
  .cinema-panel-reverse .cinema-copy { order: 0; padding: 0px 8px; }
  .cinema-copy { padding: 0px 8px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .film-card, .film-card-large { grid-column: span 6; }
  .film-card-landscape { grid-column: 2 / span 10; }
  .team-film { grid-template-columns: 1fr; }
  .team-film > div:last-child { padding: 0px 8px 10px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .person-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); }
  .visit-card, .visit-card-reverse { grid-template-columns: 1fr; }
  .visit-card-reverse .visit-image { order: 0; }
  .visit-image { min-height: 390px; }
  .contact-shell { grid-template-columns: 1fr 1fr; }
  .contact-heading { grid-column: 1 / -1; }
  .legal-page .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  body { font-size: 15px; }
  .film-grid-compact { grid-template-columns: 1fr; }
  .film-card, .film-card-large, .film-card-landscape { grid-column: 1 / -1; }
  .container { width: min(calc(100% - 30px), var(--max-width)); }
  html { scroll-padding-top: 128px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 57px; }
  .brand-name { margin-left: 10px; padding-left: 10px; }
  .brand-name small { font-size: 11px; }
  .brand-name strong { font-size: 14px; }
  .menu-button { min-height: 39px; padding: 0px 11px; }
  .main-nav { top: 72px; right: 15px; left: 15px; }
  .main-nav.open { grid-template-columns: 1fr; }
  .quick-nav { top: 72px; }
  .quick-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 4px 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .quick-nav ul::-webkit-scrollbar { display: none; }
  .quick-nav a { white-space: nowrap; font-size: 12px; }
  .hero-grid { gap: 30px; padding-top: 112px; padding-bottom: 63px; }
  .eyebrow { margin-bottom: 20px; font-size: 11px; letter-spacing: 0.11em; }
  .hero h1 { font-size: clamp(58px, 16.5vw, 76px); }
  .hero-slogan { margin: 28px 0px 20px; font-size: 12px; letter-spacing: 0.17em; }
  .hero-lead { font-size: 15px; line-height: 1.68; }
  .hero-topics { margin-top: 23px; }
  .hero-topics li { font-size: 11px; }
  .hero-actions { display: grid; margin-top: 34px; }
  .button { width: 100%; }
  .hero-trust { gap: 9px 15px; margin-top: 25px; }
  .hero-trust span { font-size: 11px; }
  .hero-media::before, .hero-media::after { display: none; }
  .hero-media-frame { border-radius: var(--radius-md); }
  .media-chrome { min-height: 54px; padding: 11px 13px; }
  .media-chrome strong { display: none; }
  .media-meta { display: grid; gap: 3px; padding: 12px 13px 14px; }
  .media-meta small { text-align: left; }
  .media-button b { display: none; }
  .media-button { min-width: 38px; justify-content: center; padding: 0px 9px; }
  .section { padding: 74px 0px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p { font-size: 14px; }
  .quote-section { padding: 66px 0px; }
  .quote-layout { grid-template-columns: 1fr; gap: 13px; }
  .quote-mark { font-size: 60px; }
  .quote-layout blockquote { font-size: 33px; }
  .quote-note { grid-column: auto; margin-top: 12px; font-size: 13px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 0px; padding: 23px; }
  .principle-card h3 { margin-top: 33px; }
  .cinema-panel { padding: 17px; border-radius: var(--radius-md); }
  .cinema-copy h3 { font-size: 31px; }
  .situation-toolbar { align-items: flex-start; flex-direction: column; margin-bottom: 41px; }
  .situation-toolbar > div { align-items: flex-start; flex-wrap: wrap; }
  .metric-grid, .focus-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 150px; }
  .focus-card, .focus-card:last-child { grid-column: auto; min-height: 290px; }
  .situation-note, .initiative-note { grid-template-columns: 1fr; gap: 4px; }
  .film-grid { display: grid; grid-template-columns: 1fr; }
  .film-card, .film-card-large, .film-card-landscape, .film-model { grid-column: auto; }
  .film-card-copy { padding: 22px; }
  .initiative-grid { grid-template-columns: 1fr; }
  .initiative-card, .initiative-card:last-child { grid-column: auto; min-height: 0px; padding: 22px; }
  .initiative-top { align-items: flex-start; flex-direction: column; }
  .initiative-top em { padding-left: 38px; text-align: left; }
  .initiative-card details { margin-top: 26px; }
  .administration { padding: 28px 0px; }
  .administration-shell { gap: 31px; padding: 29px 19px; border-radius: var(--radius-md); }
  .administration-intro h2 { font-size: 40px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .administration-action { grid-template-columns: 1fr; padding: 20px; }
  .administration-links { grid-column: auto; grid-template-columns: 1fr; }
  .workshop-copy h2 { font-size: 43px; }
  .idea-form { padding: 24px 20px; border-radius: var(--radius-md); }
  .local-grid { grid-template-columns: 1fr; }
  .local-card, .local-card-offset { min-height: 440px; margin: 0px; }
  .team-film { padding: 14px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-card:last-child { grid-column: auto; width: 100%; }
  .person-copy p { min-height: 0px; }
  .transfer-note { grid-template-columns: 1fr; padding: 20px; }
  .visit-image { min-height: 310px; }
  .visit-copy { padding: 28px 23px 33px; }
  .contact-shell { grid-template-columns: 1fr; padding: 18px; }
  .contact-heading { grid-column: auto; padding: 9px 5px 15px; }
  .contact-item { min-height: 0px; }
  .footer-grid, .legal-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
  .person-modal-grid { grid-template-columns: 1fr; }
  .person-modal-image { min-height: 380px; max-height: 48svh; }
  .person-modal-copy { padding: 31px 24px 38px; }
  .modal { padding: 12px; }
  .modal-panel { max-height: calc(-24px + 100svh); border-radius: var(--radius-md); }
  .back-to-top { right: 15px; bottom: 15px; }
  .legal-hero { padding: 65px 0px 48px; }
  .legal-content { padding: 35px 0px 70px; }
  .legal-card { padding: 26px 21px; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 51px; }
  .hero-topics li { width: calc(50% - 4px); text-align: center; }
  .film-card-copy h3 { font-size: 25px; }
  .footer-grid, .legal-page .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
}
/* Polish: refined focus, card depth and button feel */
:focus-visible {
  outline: 3px solid rgba(0, 164, 223, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}
.button {
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}
.button-primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 18px 42px rgba(0, 138, 203, 0.32);
}
.button-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
}
.principle-card,
.focus-card,
.initiative-card,
.person-card,
.film-card,
.metric-card {
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s ease, border-color 0.28s ease;
}
.person-card:hover {
  transform: translateY(-6px);
}
.metric-card:hover {
  border-color: rgba(127, 213, 245, 0.32);
  transform: translateY(-3px);
}
.modal-panel {
  animation: modalIn 0.32s var(--ease-out);
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.97) translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .reading-progress i { will-change: auto; }
  [data-hover-video] video { transform: none !important; }
  .modal-panel { animation: none; }
}

/* Trust strip */
.trust-strip {
  display: flex; flex-wrap: wrap; gap: 12px 22px;
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid rgba(7, 24, 43, 0.08);
}
.trust-strip span {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--navy-800); font-size: 12px; font-weight: 720;
}
.trust-strip span::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--success); box-shadow: 0 0 0 3px rgba(33, 183, 125, 0.15);
}
.contact-shell .trust-strip span { color: var(--navy-800); }

/* Workshop service panel */
.workshop-service-note {
  display: grid; gap: 10px;
  margin-top: 28px; padding: 18px 20px;
  border: 1px solid rgba(0, 138, 203, 0.18);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(0, 164, 223, 0.06), rgba(255,255,255,0.9));
}
.workshop-service-note strong {
  color: var(--navy-900); font-size: 14px; font-weight: 750;
}
.workshop-service-note ul {
  margin: 0; padding: 0; list-style: none; display: grid; gap: 6px;
}
.workshop-service-note li {
  color: var(--muted); font-size: 13px; line-height: 1.5;
  padding-left: 18px; position: relative;
}
.workshop-service-note li::before {
  content: "→"; position: absolute; left: 0; color: var(--blue-600); font-weight: 700;
}

/* Local places strip */
.local-places {
  padding: clamp(56px, 6vw, 80px) 0;
  background: var(--off-white);
  border-top: 1px solid var(--line);
}
.local-places-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px;
}
.local-place-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-md); min-height: 280px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(7, 24, 43, 0.08);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s ease;
}
.local-place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(7, 24, 43, 0.14);
}
.local-place-card img {
  width: 100%; height: 100%; object-fit: cover; min-height: 280px;
  transition: transform 0.6s var(--ease-out);
}
.local-place-card:hover img { transform: scale(1.04); }
.local-place-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 48px 22px 20px;
  background: linear-gradient(transparent, rgba(3, 16, 30, 0.82));
  color: var(--white);
}
.local-place-card figcaption span {
  display: block; color: var(--blue-300); font-size: 11px;
  font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase;
}
.local-place-card figcaption strong {
  display: block; margin-top: 6px; font-size: 22px; font-weight: 720;
  letter-spacing: -0.03em;
}
@media (max-width: 700px) {
  .local-places-grid { grid-template-columns: 1fr; }
}


/* Cookie / Consent Dialog – zentriert */
.cookie-banner {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(2, 10, 22, 0.72);
  color: #e8f2f8;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner-inner {
  width: min(520px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 20px;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(12, 32, 54, 0.98), rgba(6, 18, 34, 0.98));
  border: 1px solid rgba(114, 214, 245, 0.22);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255,255,255,0.04) inset;
}
.cookie-banner h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 780;
  letter-spacing: -0.02em;
  text-align: center;
}
.cookie-banner p {
  margin: 0;
  color: #b7c9d6;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}
.cookie-banner a {
  color: var(--blue-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(114, 214, 245, 0.18);
  color: #d5e6f2;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
}
.cookie-status[hidden] { display: none !important; }
.cookie-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cookie-status-dot--on { background: #5ddea0; box-shadow: 0 0 0 3px rgba(93, 222, 160, 0.2); }
.cookie-status-dot--off { background: #8fa3b5; box-shadow: 0 0 0 3px rgba(143, 163, 181, 0.15); }
.cookie-meta {
  margin: 0 !important;
  text-align: center;
  font-size: 12px !important;
  color: #8fa3b5 !important;
  line-height: 1.45 !important;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cookie-actions button {
  min-height: 48px;
  min-width: 150px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.cookie-accept {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 138, 203, 0.32);
}
.cookie-accept:hover { transform: translateY(-1px); }
.cookie-reject {
  background: transparent;
  border-color: rgba(255,255,255,0.22);
  color: #e8f2f8;
}
.cookie-reject:hover {
  border-color: rgba(114, 214, 245, 0.45);
  background: rgba(255,255,255,0.05);
}
@media (max-width: 520px) {
  .cookie-banner-inner { padding: 24px 18px 20px; border-radius: 18px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions button { width: 100%; min-width: 0; }
}

.cookie-settings-link {
  background: none;
  border: none;
  padding: 0;
  color: rgb(190, 210, 222);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.cookie-settings-link:hover { color: var(--blue-300); }
.footer-bottom-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}


/* —— App promo —— */
.app-promo {
  background: linear-gradient(165deg, #0b1624 0%, #132033 55%, #0e1c2c 100%);
  color: #eef3f8;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}
.app-promo-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}
.app-promo .kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5eb3ea;
  margin-bottom: 0.75rem;
}
.app-promo h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
}
.app-lead {
  margin: 0 0 1.25rem;
  color: #b8c9d8;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 36rem;
}
.app-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.app-features li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding-left: 0;
  color: #d5e2ec;
  font-size: 1rem;
  line-height: 1.5;
}
.app-features li::before {
  content: "";
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.45em;
  border-radius: 50%;
  background: #2f8fd6;
  box-shadow: 0 0 0 3px rgba(47,143,214,0.22);
  position: static;
  top: auto;
  left: auto;
}
.app-features strong {
  color: #fff;
  font-weight: 650;
  font-size: inherit;
  line-height: inherit;
}
.app-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.app-promo .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 12px;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}
.app-promo .btn:hover { transform: translateY(-1px); }
.app-promo .btn-primary {
  background: #2f8fd6;
  color: #fff;
}
.app-promo .btn-primary:hover { background: #3a9be0; }
.app-promo .btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.22);
  color: #e8f2fa;
}
.app-promo .btn-ghost:hover { border-color: rgba(255,255,255,0.4); }
.app-hint {
  margin: 0;
  font-size: 0.85rem;
  color: #8fa3b5;
  line-height: 1.5;
}
.app-promo-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.app-phone {
  width: 168px;
  height: 320px;
  border-radius: 28px;
  background: #050b12;
  border: 3px solid #2a3d52;
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}
.app-phone-notch {
  position: absolute;
  top: 10px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 10px; border-radius: 8px;
  background: #1a2838;
}
.app-phone-screen {
  position: absolute; inset: 28px 12px 16px;
  background: linear-gradient(180deg, #132033, #0b1624);
  border-radius: 16px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; text-align: center;
}
.app-phone-screen img {
  width: 64px; height: 64px; border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.app-phone-screen span {
  font-size: 0.85rem; font-weight: 650; color: #cfe0ee; line-height: 1.3;
}
.app-qr-card {
  background: #fff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
  max-width: 200px;
}
.app-qr-card img {
  width: 160px; height: 160px;
  display: block; margin: 0 auto 8px;
}
.app-qr-card p {
  margin: 0;
  font-size: 0.8rem;
  color: #334;
  font-weight: 600;
  line-height: 1.35;
}
.app-qr-card span {
  display: block;
  font-weight: 500;
  color: #667;
  font-size: 0.72rem;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .app-promo-shell {
    grid-template-columns: 1fr;
  }
  .app-promo-visual {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .app-phone { display: none; }
  .app-cta-row { flex-direction: column; }
  .app-promo .btn { width: 100%; }
}


/* —— Story timeline + dossier —— */
.story-track {
  background: #f4f7fb;
  padding-block: clamp(3rem, 7vw, 4.5rem);
}
.story-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
  border-left: 3px solid #d5e0ec;
  margin-left: 0.85rem;
}
.story-step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 0 0 1.5rem 1.25rem;
  position: relative;
}
.story-step:last-child { padding-bottom: 0; }
.story-num {
  width: 2rem; height: 2rem; border-radius: 50%;
  background: #fff; border: 2px solid #c5d3e2;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700; color: #5a6f86;
  margin-left: -2.15rem;
  z-index: 1;
}
.story-step.is-done .story-num {
  background: #1e6bb8; border-color: #1e6bb8; color: #fff;
}
.story-step.is-active .story-num {
  background: #fff; border-color: #e0a24a; color: #b7791f;
  box-shadow: 0 0 0 4px rgba(224,162,74,0.2);
}
.story-step strong { display: block; font-size: 1.05rem; margin-bottom: 0.25rem; color: #0f1c2c; }
.story-step p { margin: 0; color: #4a5d70; font-size: 0.98rem; line-height: 1.5; }
.story-note {
  margin: 1.5rem 0 0;
  font-size: 0.95rem;
  color: #5a6f86;
}
.story-note a { color: #1e6bb8; font-weight: 600; }

.dossier-strip {
  margin: 1rem 0 1.15rem;
  padding: 0.85rem 1rem;
  background: #f0f5fa;
  border-radius: 12px;
  border: 1px solid #e0eaf3;
}
.dossier-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7f94;
  margin-bottom: 0.5rem;
}
.dossier-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.dossier-steps li {
  font-size: 0.75rem;
  font-weight: 650;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #e4ebf3;
  color: #5a6f86;
}
.dossier-steps li.done {
  background: rgba(30,107,184,0.12);
  color: #1e6bb8;
}
.dossier-steps li.current {
  background: rgba(224,162,74,0.18);
  color: #9a6b1f;
}

.read-mode-btn {
  border: 1px solid rgba(15,40,70,0.15);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 650;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  margin-left: 0.35rem;
}
.read-mode-btn:hover { background: rgba(15,40,70,0.05); }

body.read-mode .hero-ambient,
body.read-mode .hero-grain,
body.read-mode .video-vignette,
body.read-mode .hover-video-hint { opacity: 0.35; }
body.read-mode {
  font-size: 112%;
}
body.read-mode .hero-lead,
body.read-mode .initiative-card p,
body.read-mode .film-card-copy p {
  line-height: 1.65;
  max-width: 40rem;
}
body.read-mode .app-promo {
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .story-step { transition: none; }
}


/* App teaser bar */
.app-teaser {
  position: relative;
  background: linear-gradient(105deg, #0a1628 0%, #123a5c 48%, #0d2844 100%);
  color: #e8f0f7;
  border-bottom: 1px solid rgba(114, 214, 245, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.app-teaser::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #72d6f5, #2f8fd6 50%, #e30613);
}
.app-teaser-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.4rem;
  padding: 1rem 0;
  font-size: 0.98rem;
}
.app-teaser-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.18);
  border: 1px solid rgba(227, 6, 19, 0.45);
  color: #ffb4b8;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: middle;
}
.app-teaser strong {
  color: #fff;
  margin-right: 0.5rem;
  font-size: 1.05rem;
  font-weight: 780;
  letter-spacing: -0.01em;
}
.app-teaser span { color: #c5d8e8; }
.app-teaser a {
  font-weight: 750;
  color: #03101e;
  text-decoration: none;
  background: linear-gradient(135deg, #72d6f5, #2f8fd6);
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(47, 143, 214, 0.35);
}
.app-teaser a:hover {
  background: linear-gradient(135deg, #9ae0f8, #3a9be0);
  transform: translateY(-1px);
}

.app-phone-screen-shot {
  inset: 10px 8px 8px !important;
  padding: 0 !important;
  background: #000 !important;
  overflow: hidden;
}
.app-phone-screen-shot img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: none !important;
}
.app-install-help {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  color: #c5d5e4;
  line-height: 1.5;
}
.app-install-help p { margin: 0 0 0.5rem; }
.app-install-help p:last-child { margin: 0; }
.app-promo .btn { cursor: pointer; }

@media (max-width: 520px) {
  .app-qr-card { display: none; }
  .app-hint-desktop { display: none; }
  .app-phone { display: block !important; width: 150px; height: 290px; }
}
@media (min-width: 521px) {
  .app-qr-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .app-promo-visual { justify-content: flex-start; }
}


/* ========== Premium 2026 polish ========== */
html { scroll-behavior: smooth; }
@supports (scroll-behavior: smooth) {
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
  }
}

/* Reading progress */
.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10000;
  pointer-events: none;
  background: transparent;
}
.read-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2f8fd6, #7ec4f0);
  box-shadow: 0 0 12px rgba(47, 143, 214, 0.55);
  transition: width 0.08s linear;
}

/* Glass nav refinement */
.site-header {
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 40px rgba(7, 24, 43, 0.12);
}

/* City pulse section */
.city-pulse {
  padding: 3.25rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(47, 143, 214, 0.08), transparent 55%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}
.city-pulse-shell {
  background: #fff;
  border: 1px solid rgba(15, 40, 70, 0.08);
  border-radius: 22px;
  padding: 1.75rem 1.75rem 1.35rem;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 18px 50px rgba(15, 40, 70, 0.07);
}
.city-pulse-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.35rem;
}
.city-pulse-head h2 {
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -0.02em;
  color: #0b1624;
}
.city-pulse-head p {
  margin: 0;
  max-width: 42rem;
  color: #4a5d70;
  line-height: 1.55;
  font-size: 0.98rem;
}
.city-pulse-link {
  flex-shrink: 0;
}
.city-pulse-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1rem;
}
.city-pulse-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 16px;
  background: #f7fafc;
  border: 1px solid rgba(15, 40, 70, 0.07);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.city-pulse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15, 40, 70, 0.1);
  border-color: rgba(47, 143, 214, 0.28);
}
.city-pulse-featured {
  background: linear-gradient(145deg, #0d2138 0%, #143352 100%);
  color: #e8f0f7;
  border-color: transparent;
}
.city-pulse-featured:hover {
  box-shadow: 0 16px 40px rgba(13, 33, 56, 0.35);
}
.city-pulse-featured h3,
.city-pulse-featured p { color: inherit; }
.city-pulse-featured a { color: #9fd0f5; }
.city-pulse-card time {
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a7f93;
}
.city-pulse-featured time { color: #8eb4d4; }
.city-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(47, 143, 214, 0.12);
  color: #1a6aa8;
}
.city-pulse-featured .city-tag {
  background: rgba(255,255,255,0.12);
  color: #cfe8f8;
}
.city-pulse-card h3 {
  margin: 0.15rem 0 0;
  font-size: 1.08rem;
  color: #0b1624;
  letter-spacing: -0.015em;
}
.city-pulse-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4a5d70;
  flex: 1;
}
.city-pulse-card a {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: #2f8fd6;
  text-decoration: none;
}
.city-pulse-card a:hover { text-decoration: underline; }
.city-pulse-foot {
  margin: 1.15rem 0 0;
  font-size: 0.9rem;
  color: #5a6e82;
}
.city-pulse-foot a {
  color: #2f8fd6;
  font-weight: 650;
  text-decoration: none;
}
.city-pulse-foot a:hover { text-decoration: underline; }

@media (max-width: 1100px) {
  .city-pulse-grid { grid-template-columns: 1fr 1fr; }
  .city-pulse-featured { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .city-pulse-grid { grid-template-columns: 1fr; }
  .city-pulse-shell { padding: 1.25rem; border-radius: 18px; }
}

@media (max-width: 680px) {
  .themes-hub-nav {
    padding: 12px 0;
  }
  .themes-hub-tabs {
    display: grid;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 2px 0;
  }
  .themes-hub-tab {
    min-width: 0;
    min-height: 72px;
    flex-direction: column;
    gap: 6px;
    padding: 8px 5px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }
  .themes-hub-tab b {
    width: 27px;
    height: 25px;
  }
}

@media print {
  .themes-hub-nav {
    display: none;
  }
  .themes-hub [data-themes-panel][hidden] {
    display: block !important;
  }
}

/* Soft section bridges */
.section {
  position: relative;
}
.quote-section {
  position: relative;
}
.quote-section::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(238,243,248,0.9), transparent);
  pointer-events: none;
}

/* Cards: depth on hover (already partially there) */
.principle-card,
.initiative-card,
.benefit-card,
.metric-card,
.focus-card,
.local-place-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.35s ease;
}
.principle-card:hover,
.initiative-card:hover,
.benefit-card:hover,
.metric-card:hover,
.focus-card:hover,
.local-place-card:hover {
  transform: translateY(-5px);
}

/* Button micro-interaction */
.btn {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}

/* Image soft reveal */
.hero-media-frame,
.video-shell,
.local-place-card img,
.team-card img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}
.local-place-card:hover img,
.team-card:hover img {
  transform: scale(1.04);
}

/* Timeline accent */
.story-timeline li {
  position: relative;
}
.story-timeline li::before {
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.story-timeline li.is-visible::before,
.story-timeline.is-visible li::before {
  box-shadow: 0 0 0 4px rgba(47, 143, 214, 0.15);
}

/* scroll-driven reveal: intentionally unused – IntersectionObserver remains primary */

/* Text balance where supported */
h1, h2, .hero-lead {
  text-wrap: balance;
}

/* Focus visible premium */
:focus-visible {
  outline: 2px solid #2f8fd6;
  outline-offset: 3px;
}
.btn:focus-visible {
  outline-offset: 4px;
}

/* App promo phone glow */
.app-phone {
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

/* Section label subtle motion */
.kicker {
  letter-spacing: 0.08em;
}

/* Dark situation polish */
.situation .metric-card {
  backdrop-filter: blur(8px);
}

/* Reduced motion: kill transforms */
@media (prefers-reduced-motion: reduce) {
  .city-pulse-card:hover,
  .principle-card:hover,
  .initiative-card:hover,
  .benefit-card:hover,
  .metric-card:hover,
  .focus-card:hover,
  .local-place-card:hover,
  .btn:hover {
    transform: none;
  }
  .local-place-card:hover img,
  .team-card:hover img {
    transform: none;
  }
  .read-progress span { transition: none; }
}


/* View Transitions (progressive) */
@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.28s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none; }
}

/* Timeline scroll progress */
.timeline-progress {
  height: 3px;
  background: rgba(15, 40, 70, 0.08);
  border-radius: 999px;
  margin: 0 0 1.25rem;
  overflow: hidden;
}
.timeline-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2f8fd6, #5eb4e8);
  border-radius: inherit;
  transition: width 0.15s linear;
}
.story-timeline li.is-step-active {
  border-color: rgba(47, 143, 214, 0.35);
}


/* --- sober refinements 2026-07 --- */
/* Show bleibt im Hero; darunter ruhiger und seriöser */

body {
  letter-spacing: -0.011em;
}

.section {
  padding-block: clamp(64px, 8vw, 100px);
}

.section-heading h2 {
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.section-heading > p {
  line-height: 1.85;
  font-size: 15.5px;
}

/* Reveal: sanfter, weniger „fliegend“ */
.reveal {
  transition: opacity 0.55s ease, transform 0.55s var(--ease-out) !important;
}
.reveal:not(.is-visible) {
  transform: translateY(14px) !important;
  opacity: 0.001;
}
.reveal.is-visible {
  transform: none !important;
  opacity: 1;
}

/* Karten unter dem Hero: dezenter Hover, kein starkes Zoom */
.section:not(.hero) .card:hover,
.section:not(.hero) .topic-card:hover,
.section:not(.hero) .request-card:hover,
.section:not(.hero) .member-card:hover,
.section:not(.hero) .place-card:hover {
  transform: translateY(-3px) !important;
}

.section:not(.hero) [data-hover-video].is-hover-playing video {
  transform: scale(1.008) !important;
}

/* Weniger Glow unter dem Fold */
.section:not(.hero) .card,
.section:not(.hero) .panel,
.section:not(.hero) .contact-shell {
  box-shadow: 0 14px 40px rgba(3, 16, 30, 0.08) !important;
}

/* App-Promo kompakter, aber mit Smartphone + QR */
.app-promo {
  padding-block: clamp(48px, 6vw, 72px) !important;
}
.app-promo-shell {
  gap: clamp(28px, 4vw, 48px) !important;
  padding: clamp(28px, 4vw, 40px) !important;
}
.app-promo h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.1rem) !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 10px !important;
}
.app-lead {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  max-width: 36rem;
  margin-bottom: 16px !important;
}
.app-features {
  gap: 8px !important;
  margin-bottom: 18px !important;
}
.app-features li {
  font-size: 0.92rem !important;
  padding: 8px 0 !important;
}
.app-phone {
  max-width: 240px !important;
}
.app-qr-card {
  padding: 12px !important;
}
.app-qr-card img {
  width: 120px !important;
  height: 120px !important;
}

/* Typografie Fließtext etwas luftiger */
.prose p,
.member-card p,
.topic-card p,
.request-card p,
.visit-copy p {
  line-height: 1.75;
}

/* Navigation ruhiger */
.site-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Footer etwas mehr Abstand */
.site-footer {
  padding-top: clamp(48px, 6vw, 72px);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none !important; transform: none !important; opacity: 1 !important; }
}


/* Footer: "Vellmar" gut lesbar */
.site-footer .brand-name {
  border-left-color: rgba(114, 214, 245, 0.28);
}
.site-footer .brand-name small {
  color: #7ec4f0 !important;
}
.site-footer .brand-name strong {
  color: #ffffff !important;
  font-weight: 780;
  letter-spacing: 0.02em;
}
.footer-bottom {
  color: #c5d6e4;
}
.footer-bottom span {
  color: #c5d6e4;
}

.app-features li { align-items: flex-start; }
.app-features li::before { margin-top: 0.42em; }


/* hero video larger 20260729 */
.hero-media {
  min-width: 0;
}
.hero-media-frame {
  width: 100%;
  max-width: min(100%, 620px);
  margin-left: auto;
}
.video-shell-hero,
.hero-media-frame .video-shell {
  min-height: clamp(320px, 42vw, 480px) !important;
  aspect-ratio: 16 / 10;
}
.hero-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) !important;
    gap: clamp(28px, 4vw, 48px) !important;
    align-items: center;
  }
  .hero-media-frame {
    max-width: none;
  }
  .video-shell-hero {
    min-height: clamp(380px, 38vw, 520px) !important;
  }
}
@media (max-width: 700px) {
  .video-shell-hero {
    min-height: 260px !important;
  }
}


/* qr prominence 20260729 */
.app-qr-card {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.15);
}
.app-qr-card img {
  width: 148px !important;
  height: 148px !important;
  display: block !important;
  background: #fff;
}
.app-qr-card p {
  color: #1a2a3a !important;
  text-align: center;
  margin: 10px 0 0 !important;
  font-size: 0.85rem;
  font-weight: 650;
}
.app-qr-card span {
  color: #4a657a !important;
  font-weight: 500;
}


/* teaser wider 20260729b */
.app-teaser {
  position: relative;
  background: linear-gradient(100deg, #07121f 0%, #0f2a45 42%, #123a5c 100%) !important;
  border-bottom: 1px solid rgba(114, 214, 245, 0.28) !important;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden;
}
.app-teaser::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #72d6f5, #2f8fd6 55%, #e30613);
}
.app-teaser-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem !important;
  padding: 1.15rem 0 1.2rem !important;
  max-width: 1180px;
  margin: 0 auto;
  width: min(1180px, calc(100% - 2rem));
}
.app-teaser-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  flex: 1 1 280px;
  min-width: 0;
}
.app-teaser-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.app-teaser-text strong {
  color: #fff !important;
  font-size: 1.15rem !important;
  font-weight: 780;
  letter-spacing: -0.015em;
  margin: 0 !important;
}
.app-teaser-text span {
  color: #c8dceb !important;
  font-size: 0.95rem;
  line-height: 1.4;
}
.app-teaser-badge {
  display: inline-flex !important;
  align-items: center;
  padding: 0.28rem 0.65rem !important;
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.2) !important;
  border: 1px solid rgba(227, 6, 19, 0.5) !important;
  color: #ffc2c6 !important;
  font-size: 0.7rem !important;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.app-teaser-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}
.app-teaser-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}
.app-teaser-cta {
  font-weight: 750 !important;
  color: #03101e !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #72d6f5, #2f8fd6) !important;
  padding: 0.65rem 1.25rem !important;
  border-radius: 999px !important;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(47, 143, 214, 0.38);
}
.app-teaser-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.app-teaser-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.58rem 1rem !important;
  border: 1px solid rgba(200, 220, 235, 0.48) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f5fbff !important;
  font-weight: 720 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.app-teaser-secondary:hover,
.app-teaser-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(114, 214, 245, 0.9) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.app-teaser-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  line-height: 0;
  text-decoration: none;
}
.app-teaser-qr img {
  width: 64px;
  height: 64px;
  display: block;
}
@media (max-width: 760px) {
  .app-teaser-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .app-teaser-actions {
    justify-content: space-between;
    align-items: flex-end;
  }
  .app-teaser-links {
    flex: 1 1 auto;
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .app-teaser-actions {
    align-items: stretch;
  }
  .app-teaser-links {
    display: grid;
    width: 100%;
  }
  .app-teaser-cta,
  .app-teaser-secondary {
    width: 100%;
    text-align: center;
  }
  .app-teaser-qr {
    align-self: flex-start;
  }
}


/* hero controls in meta bar – not on film */
.video-shell-hero .video-actions { display: none; }
.media-meta-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 8px 14px;
  align-items: center;
  padding: 12px 4px 4px;
}
.media-meta-hero > span {
  grid-column: 1;
  grid-row: 1;
}
.media-meta-hero .video-actions-meta {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: static !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px;
  align-items: center;
}
.media-meta-hero small {
  grid-column: 1;
  grid-row: 2;
}
.media-meta-hero .media-button {
  position: static !important;
}
@media (max-width: 520px) {
  .media-meta-hero {
    grid-template-columns: 1fr;
  }
  .media-meta-hero .video-actions-meta {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-start;
  }
}


/* ========== HERO VIDEO FULL FRAME (no crop) 20260729d ========== */
.hero-media-frame {
  transform: none !important; /* no perspective crop illusion */
  overflow: hidden;
  background: #020d18;
}
.video-shell-hero,
.hero-media-frame .video-shell.video-shell-hero {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background: #000 !important;
}
.video-shell-hero video,
.hero-media-frame .video-shell-hero video,
.hero-media-frame video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* full film visible, no crop */
  object-position: center center !important;
  background: #000 !important;
}
.video-shell-hero .video-vignette {
  display: none !important; /* vignette can darken edges */
}
.media-meta-hero {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px 12px !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}
.media-meta-hero .video-actions-meta {
  position: static !important;
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
}
.media-meta-hero > span,
.media-meta-hero small {
  display: none !important;
}
@media (min-width: 980px) {
  .hero-media-frame {
    max-width: none !important;
  }
  .video-shell-hero {
    min-height: 0 !important;
  }
}
@media (max-width: 700px) {
  .video-shell-hero {
    min-height: 0 !important;
  }
}

/* Vellmar-Radar – professioneller Live-Nachrichtenbereich */
.city-pulse-head {
  align-items: center;
}
.city-pulse-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(15, 40, 70, 0.1);
  border-radius: 999px;
  background: #f7fafc;
  color: #52677a;
  font-size: 0.78rem;
  font-weight: 720;
  white-space: nowrap;
}
.city-pulse-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21b77d;
  box-shadow: 0 0 0 4px rgba(33, 183, 125, 0.12);
}
.city-pulse-status[data-mode="loading"] i {
  background: #2f8fd6;
  animation: cityPulseBlink 1.2s ease-in-out infinite;
}
.city-pulse-status[data-mode="partial"] i,
.city-pulse-status[data-mode="fallback"] i {
  background: #d89a2b;
  box-shadow: 0 0 0 4px rgba(216, 154, 43, 0.13);
}
.city-pulse-status[data-mode="error"] i {
  background: #c74343;
  box-shadow: 0 0 0 4px rgba(199, 67, 67, 0.12);
}
@keyframes cityPulseBlink {
  50% { opacity: 0.38; transform: scale(0.82); }
}
.city-pulse-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 1.15rem;
  padding: 10px;
  border: 1px solid rgba(15, 40, 70, 0.08);
  border-radius: 14px;
  background: #f7fafc;
}
.city-pulse-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.city-pulse-tabs button,
.city-pulse-refresh {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  background: transparent;
  color: #52677a;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.city-pulse-tabs button:hover,
.city-pulse-refresh:hover {
  background: #fff;
  color: #0d2138;
}
.city-pulse-tabs button.is-active {
  color: #fff;
  background: #0d2138;
  box-shadow: 0 8px 20px rgba(13, 33, 56, 0.18);
}
.city-pulse-refresh {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid rgba(15, 40, 70, 0.09);
}
.city-pulse-refresh[aria-busy="true"] span {
  animation: cityRefreshSpin .8s linear infinite;
}
@keyframes cityRefreshSpin { to { transform: rotate(360deg); } }
.city-pulse-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.city-pulse-card:first-child {
  grid-column: span 2;
  min-height: 235px;
}
.city-pulse-card {
  gap: 0.55rem;
  min-height: 215px;
}
.city-pulse-card .city-pulse-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  padding-right: 5.3rem;
}
.city-pulse-card .city-pulse-meta time {
  flex-shrink: 0;
}
.city-source {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(47, 143, 214, 0.1);
  color: #1a6aa8;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-source-nordhessen { background: rgba(90, 102, 154, 0.1); color: #4e5b9d; }
.city-source-verkehr { background: rgba(226, 143, 37, 0.12); color: #9a5e13; }
.city-source-warnung { background: rgba(200, 62, 62, 0.11); color: #a02e2e; }
.city-pulse-featured .city-source {
  background: rgba(255,255,255,0.12);
  color: #d8ebf8;
}
.city-pulse-card .city-tag {
  top: 1rem;
  right: 1rem;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-pulse-card h3 {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.23;
}
.city-pulse-featured h3 {
  max-width: 35rem;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
}
.city-pulse-warning {
  border-color: rgba(199, 67, 67, 0.24);
  box-shadow: inset 4px 0 0 rgba(199, 67, 67, 0.7);
}
.city-pulse-featured.city-pulse-warning {
  background: linear-gradient(145deg, #32171c 0%, #57202a 100%);
  box-shadow: inset 4px 0 0 rgba(255, 126, 126, 0.75);
}
.city-pulse-empty {
  grid-column: 1 / -1 !important;
  min-height: 150px !important;
  justify-content: center;
}
.city-pulse-loading {
  min-height: 170px;
  pointer-events: none;
}
.city-pulse-skeleton {
  display: block;
  width: 42%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e7edf3 25%, #f4f7fa 50%, #e7edf3 75%);
  background-size: 200% 100%;
  animation: citySkeleton 1.2s linear infinite;
}
.city-pulse-skeleton-wide { width: 82%; height: 24px; margin: 14px 0 8px; }
@keyframes citySkeleton { to { background-position: -200% 0; } }
.city-pulse-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 40, 70, 0.08);
}
.city-pulse-bottom .city-pulse-foot {
  margin: 0;
  max-width: 54rem;
}
.city-pulse-app-link {
  flex-shrink: 0;
  color: #2f8fd6;
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}
.city-pulse-app-link:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .city-pulse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-pulse-card:first-child { grid-column: 1 / -1; }
  .city-pulse-toolbar, .city-pulse-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .city-pulse-grid { grid-template-columns: 1fr; }
  .city-pulse-card:first-child { grid-column: auto; min-height: 215px; }
  .city-pulse-status { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .city-pulse-toolbar { padding: 8px; }
  .city-pulse-tabs { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .city-pulse-tabs::-webkit-scrollbar { display: none; }
  .city-pulse-tabs button { flex: 0 0 auto; }
  .city-pulse-refresh { width: 100%; justify-content: center; }
  .city-pulse-card .city-pulse-meta { padding-right: 0; margin-bottom: 1.65rem; }
  .city-pulse-bottom .city-pulse-foot { font-size: 0.82rem; }
}

/* Lesbarkeit der hervorgehobenen Vellmar-Radar-Meldung */
.city-pulse-featured h3,
.city-pulse-featured p {
  color: #e8f0f7;
}


/* Wetterkarte im Vellmar-Radar */
.city-pulse-head-side {
  display: grid;
  justify-items: end;
  gap: 10px;
  min-width: min(100%, 330px);
}
.weather-card {
  width: min(100%, 330px);
  border-radius: 18px;
  overflow: hidden;
}
.weather-card-light {
  padding: 14px 15px 12px;
  border: 1px solid rgba(15, 40, 70, 0.09);
  background: linear-gradient(145deg, #0c2a48, #123e64);
  box-shadow: 0 14px 34px rgba(15, 40, 70, 0.15);
  color: #fff;
}
.weather-card-top,
.weather-card-main,
.weather-card-details {
  display: flex;
  align-items: center;
}
.weather-card-top { justify-content: space-between; gap: 12px; }
.weather-card-top span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.weather-card-top small { color: #b8d3e7; font-size: 0.68rem; }
.weather-card-main { gap: 11px; margin-top: 9px; }
.weather-card-icon { width: 42px; font-size: 2rem; line-height: 1; text-align: center; }
.weather-card-main > strong { font-size: 2.05rem; line-height: 1; letter-spacing: -0.055em; }
.weather-card-main div { min-width: 0; display: grid; gap: 2px; }
.weather-card-main b { font-size: 0.86rem; line-height: 1.2; }
.weather-card-main small { color: #c5d9e8; font-size: 0.7rem; }
.weather-card-details {
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 11px;
  padding-top: 9px;
  border-top: 1px solid rgba(255,255,255,0.13);
  color: #d7e7f2;
  font-size: 0.68rem;
  font-weight: 700;
}
.weather-card a {
  display: inline-block;
  margin-top: 8px;
  color: #9fdcff;
  font-size: 0.62rem;
  text-decoration: none;
}
.weather-card a:hover { text-decoration: underline; }
.weather-card[data-state="error"] { background: linear-gradient(145deg, #33404c, #1e2c39); }
@media (max-width: 900px) {
  .city-pulse-head-side { width: 100%; justify-items: stretch; }
  .weather-card { width: 100%; max-width: none; }
  .city-pulse-head-side .city-pulse-status { justify-self: start; }
}
@media (max-width: 560px) {
  .weather-card-main > strong { font-size: 1.8rem; }
  .weather-card-icon { width: 36px; font-size: 1.7rem; }
}

/* AfD-Politikradar: offizielle Quellen, visuell getrennt */
.afd-politikradar{padding-top:20px}.afd-politikradar-shell{position:relative;overflow:hidden;border:1px solid rgba(0,123,193,.18);border-radius:32px;padding:clamp(24px,4vw,44px);background:linear-gradient(135deg,#071d31 0%,#0d3452 55%,#0a253e 100%);box-shadow:0 30px 80px rgba(5,26,44,.2);color:#fff}.afd-politikradar-shell:before{content:"";position:absolute;inset:auto -120px -180px auto;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(0,157,224,.25),transparent 67%);pointer-events:none}.afd-politikradar-head{position:relative;display:flex;justify-content:space-between;gap:28px;align-items:flex-end}.afd-politikradar-head h2{margin:.3rem 0 .75rem;color:#fff}.afd-politikradar-head p{max-width:760px;margin:0;color:#c8d8e5}.afd-politikradar-status{display:flex;align-items:center;gap:9px;white-space:nowrap;color:#cde8f6;font-size:.84rem}.afd-politikradar-status i{width:9px;height:9px;border-radius:50%;background:#69d39d;box-shadow:0 0 0 6px rgba(105,211,157,.1)}.afd-politikradar-toolbar{position:relative;display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 20px}.afd-politikradar-toolbar button{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 15px;background:rgba(255,255,255,.06);color:#dbe9f2;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer}.afd-politikradar-toolbar button:hover,.afd-politikradar-toolbar button.is-active{background:#fff;color:#072039;border-color:#fff}.afd-politikradar-toolbar [data-afd-refresh]{margin-left:auto;font-size:1.15rem;padding-inline:13px}.afd-politikradar-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.afd-politik-card{display:flex;flex-direction:column;min-height:250px;padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:linear-gradient(155deg,rgba(255,255,255,.1),rgba(255,255,255,.035));color:#fff;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.afd-politik-card:hover{transform:translateY(-3px);border-color:rgba(92,200,247,.55);background:linear-gradient(155deg,rgba(255,255,255,.14),rgba(255,255,255,.055))}.afd-politik-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.afd-politik-source{display:inline-flex;align-items:center;min-height:27px;padding:5px 9px;border-radius:999px;background:rgba(0,157,224,.18);color:#aee6ff;font-size:.67rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.afd-politik-card[data-group="bundestag"] .afd-politik-source{background:rgba(100,126,255,.18);color:#cbd5ff}.afd-politik-card[data-group="hessen"] .afd-politik-source{background:rgba(255,255,255,.1);color:#fff}.afd-politik-card[data-group="kommunal"] .afd-politik-source{background:rgba(229,31,44,.16);color:#ffc2c7}.afd-politik-card time{font-size:.7rem;color:#9fb3c3}.afd-politik-card h3{margin:0 0 10px;font-size:1.12rem;line-height:1.28;color:#fff}.afd-politik-card p{margin:0 0 18px;color:#bdceda;font-size:.88rem;line-height:1.55}.afd-politik-card strong{margin-top:auto;color:#72d2ff;font-size:.8rem}.afd-politikradar-foot{position:relative;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.afd-politikradar-foot p{max-width:850px;margin:0;color:#9fb5c5;font-size:.76rem;line-height:1.55}.afd-politikradar-foot a{white-space:nowrap;color:#fff;font-weight:800;text-decoration:none}.afd-politik-loading span{display:block;height:10px;margin-bottom:12px;border-radius:99px;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.16),rgba(255,255,255,.06));background-size:200% 100%;animation:afd-shimmer 1.3s infinite}.afd-politik-loading span:nth-child(2){height:24px;width:88%}.afd-politik-loading span:nth-child(3){width:64%}@keyframes afd-shimmer{to{background-position:-200% 0}}@media(max-width:900px){.afd-politikradar-head,.afd-politikradar-foot{align-items:flex-start;flex-direction:column}.afd-politikradar-grid{grid-template-columns:1fr 1fr}.afd-politikradar-toolbar [data-afd-refresh]{margin-left:0}}@media(max-width:620px){.afd-politikradar-grid{grid-template-columns:1fr}.afd-politik-card{min-height:220px}.afd-politikradar-shell{border-radius:24px;padding:22px 16px}.afd-politikradar-status{white-space:normal}}


/* 99-PRO performance and accessibility refinements */
img{height:auto}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}

main > section:not(:first-child){content-visibility:auto;contain-intrinsic-size:900px}

/* Premium-Politikradar: stärkere Titelhierarchie und hochwertige Karten */
.afd-politikradar-grid{gap:18px}.afd-politik-card{position:relative;isolation:isolate;overflow:hidden;min-height:286px;padding:24px 22px 20px;border-color:rgba(255,255,255,.14);background:linear-gradient(155deg,rgba(255,255,255,.11),rgba(255,255,255,.025));box-shadow:0 18px 48px rgba(0,7,16,.2),inset 0 1px 0 rgba(255,255,255,.035);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease}.afd-politik-card:after{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:-85px;bottom:-105px;border-radius:50%;background:radial-gradient(circle,rgba(66,192,244,.12),transparent 68%)}
.afd-politik-card-accent{position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#159ed9,#76d9ff)}.afd-politik-card[data-group="bundestag"] .afd-politik-card-accent{background:linear-gradient(90deg,#6878f3,#bdc4ff)}.afd-politik-card[data-group="hessen"] .afd-politik-card-accent{background:linear-gradient(90deg,#cbdbe6,#fff)}.afd-politik-card[data-group="kommunal"] .afd-politik-card-accent{background:linear-gradient(90deg,#dc1926,#ff727c)}
.afd-politik-card-top{margin:2px 0 18px}.afd-politik-source{max-width:72%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(106,208,250,.14);background:rgba(28,164,222,.095);font-size:.63rem;letter-spacing:.075em}.afd-politik-card time{font-size:.68rem;letter-spacing:.02em}.afd-politik-kicker{display:block;margin-bottom:7px;color:#93abbc;font-size:.65rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.afd-politik-card h3{position:relative;margin:0 0 14px;padding-left:15px;color:#fff;font-size:clamp(1.24rem,1.7vw,1.48rem);font-weight:870;line-height:1.17;letter-spacing:-.035em;text-wrap:balance}.afd-politik-card h3:before{content:"";position:absolute;left:0;top:.14em;bottom:.14em;width:4px;border-radius:4px;background:linear-gradient(180deg,#72d9ff,#159dd8)}.afd-politik-card[data-group="bundestag"] h3:before{background:linear-gradient(180deg,#bec5ff,#7482f4)}.afd-politik-card[data-group="hessen"] h3:before{background:linear-gradient(180deg,#fff,#cad8e1)}.afd-politik-card[data-group="kommunal"] h3:before{background:linear-gradient(180deg,#ff8b92,#e31d2a)}.afd-politik-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#bed0dc;font-size:.9rem;line-height:1.58}.afd-politik-card strong{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);color:#75d5ff;font-size:.82rem}.afd-politik-card strong b{font-size:1.15rem;line-height:1;transition:transform .2s ease}.afd-politik-card:hover{transform:translateY(-5px);border-color:rgba(92,200,247,.48);box-shadow:0 28px 66px rgba(0,7,16,.3),inset 0 1px 0 rgba(255,255,255,.055);background:linear-gradient(155deg,rgba(255,255,255,.14),rgba(255,255,255,.035))}.afd-politik-card:hover strong b{transform:translateX(4px)}
@media(max-width:620px){.afd-politik-card{min-height:250px;padding:21px 18px 17px}.afd-politik-card h3{font-size:1.25rem}.afd-politik-card p{-webkit-line-clamp:5}}


/* FINAL: Bildgeführte Premium-Nachrichtenkarten – nur Vellmar-/Nordhessen- und AfD-Radar */
.city-pulse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.city-pulse-card:first-child{grid-column:auto;min-height:0}
.city-pulse-image-card{display:flex;overflow:hidden;min-height:0;padding:0;border:1px solid rgba(26,95,139,.18);border-radius:22px;background:linear-gradient(160deg,#0a2238 0%,#071827 100%);box-shadow:0 18px 48px rgba(4,24,42,.16);color:#fff;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.city-pulse-image-card:hover{transform:translateY(-5px);border-color:rgba(48,173,231,.48);box-shadow:0 28px 64px rgba(4,24,42,.25)}
.city-pulse-media{position:relative;overflow:hidden;aspect-ratio:16/9;background:#0b2840}
.city-pulse-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,14,24,.03) 35%,rgba(3,14,24,.78) 100%);pointer-events:none}
.city-pulse-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.city-pulse-image-card:hover .city-pulse-media img{transform:scale(1.035)}
.city-pulse-media time{position:absolute;z-index:2;top:12px;right:12px;margin:0;padding:5px 8px;border-radius:8px;background:rgba(3,18,31,.78);color:#edf8ff;font-size:.68rem;font-weight:760;letter-spacing:.02em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.city-pulse-badge{position:absolute;z-index:2;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#168fd0;color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 7px 18px rgba(0,0,0,.2)}
.city-pulse-badge-nordhessen{background:#596ee8}.city-pulse-badge-verkehr{background:#df8d18}.city-pulse-badge-warnung{background:#d62b39}.city-pulse-badge-vellmar{background:#239e70}
.city-pulse-content{display:flex;flex:1;flex-direction:column;padding:19px 20px 18px}
.city-pulse-source-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#c7d8e5;font-size:.75rem;font-weight:720}
.city-pulse-source-row i{width:8px;height:8px;border-radius:50%;background:#29b5ed;box-shadow:0 0 0 4px rgba(41,181,237,.12)}
.city-pulse-category{margin-bottom:7px;color:#78d6ff;font-size:.66rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.city-pulse-image-card h3{margin:0 0 11px;color:#fff;font-size:clamp(1.2rem,1.55vw,1.5rem);font-weight:880;line-height:1.16;letter-spacing:-.035em;text-wrap:balance}
.city-pulse-image-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:0 0 17px;color:#bed0dc;font-size:.88rem;line-height:1.55}
.city-pulse-image-card a{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1);color:#69d2ff;font-size:.82rem;font-weight:850;text-decoration:none}
.city-pulse-image-card a span{font-size:1.1rem;transition:transform .2s ease}.city-pulse-image-card:hover a span{transform:translateX(4px)}
.city-pulse-image-card.city-pulse-warning{box-shadow:0 18px 48px rgba(4,24,42,.16);border-color:rgba(218,56,68,.28)}

.afd-politikradar-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.afd-politik-image-card{display:flex;overflow:hidden;min-height:0;padding:0;border:1px solid rgba(90,190,238,.2);border-radius:22px;background:linear-gradient(160deg,#0b2b48 0%,#06182a 100%);box-shadow:0 20px 52px rgba(0,8,18,.28);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.afd-politik-image-card:hover{transform:translateY(-5px);border-color:rgba(92,204,249,.55);box-shadow:0 30px 70px rgba(0,8,18,.38)}
.afd-politik-media{position:relative;overflow:hidden;aspect-ratio:16/9;background:#102a43}
.afd-politik-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,13,23,.02) 37%,rgba(3,13,23,.8) 100%);pointer-events:none}
.afd-politik-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.afd-politik-image-card:hover .afd-politik-media img{transform:scale(1.035)}
.afd-politik-topic,.afd-politik-level,.afd-politik-media time{position:absolute;z-index:2;color:#fff;font-weight:900}
.afd-politik-topic{left:12px;top:12px;padding:6px 10px;border-radius:999px;background:#168fd0;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}
.afd-politik-level{right:12px;top:12px;padding:6px 10px;border-radius:999px;background:rgba(4,22,38,.82);font-size:.63rem;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.afd-politik-media time{right:12px;bottom:12px;padding:5px 8px;border-radius:7px;background:rgba(4,22,38,.76);font-size:.66rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.afd-politik-image-card[data-group="bundestag"] .afd-politik-topic{background:#5e6fe9}.afd-politik-image-card[data-group="hessen"] .afd-politik-topic{background:#7b47d2}.afd-politik-image-card[data-group="kommunal"] .afd-politik-topic{background:#d98210}
.afd-politik-content{display:flex;flex:1;flex-direction:column;padding:19px 20px 18px}
.afd-politik-source-line{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#c7d9e6;font-size:.74rem;font-weight:720}.afd-politik-source-line i{width:8px;height:8px;border-radius:50%;background:#2bb7ef;box-shadow:0 0 0 4px rgba(43,183,239,.12)}
.afd-politik-image-card h3{margin:0 0 12px;padding:0;color:#fff;font-size:clamp(1.2rem,1.55vw,1.5rem);font-weight:890;line-height:1.16;letter-spacing:-.035em;text-wrap:balance}.afd-politik-image-card h3:before{display:none}
.afd-politik-image-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:0 0 17px;color:#bed0dc;font-size:.88rem;line-height:1.55}
.afd-politik-image-card strong{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1);color:#67d2ff;font-size:.82rem;font-weight:850}.afd-politik-image-card strong b{font-size:1.1rem;transition:transform .2s ease}.afd-politik-image-card:hover strong b{transform:translateX(4px)}
@media(max-width:960px){.city-pulse-grid,.afd-politikradar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.city-pulse-grid,.afd-politikradar-grid{grid-template-columns:1fr}.city-pulse-image-card h3,.afd-politik-image-card h3{font-size:1.25rem}.city-pulse-image-card p,.afd-politik-image-card p{-webkit-line-clamp:5}}

/* KORREKTUR: Nachrichtenkarten exakt im freigegebenen bildgeführten Stil */
.city-pulse-image-card,.afd-politik-image-card{border-radius:24px;background:linear-gradient(165deg,#0b3152 0%,#06182b 70%,#051522 100%);box-shadow:0 18px 46px rgba(0,8,18,.28),inset 0 1px 0 rgba(255,255,255,.045)}
.city-pulse-media,.afd-politik-media{aspect-ratio:2.5/1;min-height:164px}
.city-pulse-media:after,.afd-politik-media:after{background:linear-gradient(180deg,rgba(2,11,20,.02) 15%,rgba(3,15,27,.18) 58%,rgba(3,15,27,.88) 100%)}
.city-pulse-content,.afd-politik-content{padding:18px 20px 19px}
.city-pulse-source-row,.afd-politik-source-line{margin-bottom:10px;color:#d7e5ef}
.city-pulse-category{display:none}
.city-pulse-image-card h3,.afd-politik-image-card h3{font-size:clamp(1.23rem,1.55vw,1.52rem);line-height:1.16;overflow:visible;display:block;-webkit-line-clamp:unset}
.city-pulse-image-card p,.afd-politik-image-card p{-webkit-line-clamp:3;color:#bfd0dd}
.city-pulse-image-card a,.afd-politik-image-card strong{color:#43c5ff}
.city-pulse-badge,.afd-politik-topic{box-shadow:0 7px 22px rgba(0,0,0,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.afd-politik-image-card[data-group="bund"]{border-top:4px solid #159de4}.afd-politik-image-card[data-group="bundestag"]{border-top:4px solid #6878f3}.afd-politik-image-card[data-group="hessen"]{border-top:4px solid #a14ce4}.afd-politik-image-card[data-group="kommunal"]{border-top:4px solid #e3981e}
.city-pulse-image-card{border-top:4px solid #28aee6}.city-pulse-image-card:has(.city-pulse-badge-vellmar){border-top-color:#43bf75}.city-pulse-image-card:has(.city-pulse-badge-nordhessen){border-top-color:#6678ee}.city-pulse-image-card:has(.city-pulse-badge-verkehr){border-top-color:#e49a22}.city-pulse-image-card:has(.city-pulse-badge-warnung){border-top-color:#e13a48}
@media(max-width:620px){.city-pulse-media,.afd-politik-media{min-height:150px}.city-pulse-image-card h3,.afd-politik-image-card h3{font-size:1.27rem}}

/* Korrektur: vollständige Datumsanzeige und neutrale, exakt thematische Bilder */
.city-pulse-media > time,.afd-politik-media > time{display:none!important}
.city-pulse-source-row,.afd-politik-source-line{display:flex;align-items:center;gap:8px;min-width:0}
.city-pulse-source-row>span,.afd-politik-source-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.city-pulse-source-row time,.afd-politik-source-line time{display:inline-flex!important;flex:0 0 auto;margin-left:auto;min-width:84px;justify-content:center;padding:4px 7px;border-radius:7px;box-sizing:border-box;white-space:nowrap;overflow:visible;color:inherit;background:rgba(112,188,231,.10);font-size:.68rem;font-weight:800;letter-spacing:0}
.afd-politik-source-line time{color:#c6d8e5;background:rgba(255,255,255,.07)}
.afd-politik-level{max-width:44%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.city-pulse-media img,.afd-politik-media img{object-position:center center}
@media(max-width:620px){.city-pulse-source-row,.afd-politik-source-line{align-items:flex-start;flex-wrap:wrap}.city-pulse-source-row time,.afd-politik-source-line time{margin-left:0}.afd-politik-level{max-width:52%}}


/* FINAL: Bildfreie, flache Nachrichtenkarten – klare Lesbarkeit und vollständige Datumsanzeige */
.city-pulse-grid,.afd-politikradar-grid{align-items:stretch}
.city-pulse-flat-card,.afd-politik-flat-card{
  position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:330px;padding:0;
  border:1px solid rgba(70,150,205,.26);border-radius:20px;
  background:linear-gradient(155deg,#0d3150 0%,#071d31 100%);
  color:#fff;box-shadow:0 16px 38px rgba(4,24,42,.16),inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.city-pulse-flat-card:hover,.afd-politik-flat-card:hover{transform:translateY(-3px);border-color:rgba(93,201,247,.52);box-shadow:0 24px 50px rgba(4,24,42,.24),inset 0 1px 0 rgba(255,255,255,.06)}
.city-pulse-flat-card:before,.afd-politik-flat-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#29aee7,#73d9ff)}
.city-pulse-flat-vellmar:before{background:linear-gradient(90deg,#2ead7a,#77ddb1)}
.city-pulse-flat-nordhessen:before{background:linear-gradient(90deg,#6376ef,#aeb8ff)}
.city-pulse-flat-verkehr:before{background:linear-gradient(90deg,#e29118,#ffd276)}
.city-pulse-flat-warnung:before{background:linear-gradient(90deg,#d92d3b,#ff8993)}
.afd-politik-flat-card[data-group="bundestag"]:before{background:linear-gradient(90deg,#6878f3,#bbc3ff)}
.afd-politik-flat-card[data-group="hessen"]:before{background:linear-gradient(90deg,#914dd9,#d4a8ff)}
.afd-politik-flat-card[data-group="kommunal"]:before{background:linear-gradient(90deg,#d98210,#ffd073)}
.city-pulse-flat-top,.afd-politik-flat-top{display:flex;align-items:center;gap:9px;padding:22px 22px 0;min-width:0}
.city-pulse-flat-top .city-pulse-badge,.afd-politik-flat-top .afd-politik-topic,.afd-politik-flat-top .afd-politik-level{position:static;display:inline-flex;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.city-pulse-flat-top time,.afd-politik-flat-top time{position:static!important;margin-left:auto!important;flex:0 0 auto!important;min-width:max-content!important;padding:0!important;background:none!important;color:#bed0dd!important;font-size:.72rem!important;font-weight:760!important;white-space:nowrap!important;overflow:visible!important;letter-spacing:.02em}
.afd-politik-flat-top .afd-politik-level{margin-left:auto}.afd-politik-flat-top time{margin-left:0!important}
.city-pulse-flat-card .city-pulse-content,.afd-politik-flat-card .afd-politik-content{display:flex;flex:1;flex-direction:column;padding:18px 22px 20px}
.city-pulse-flat-card .city-pulse-source-row,.afd-politik-flat-card .afd-politik-source-line{display:flex;align-items:center;gap:8px;margin-bottom:13px;color:#c8d9e5;font-size:.79rem;font-weight:720}
.city-pulse-flat-card .city-pulse-source-row i,.afd-politik-flat-card .afd-politik-source-line i{width:8px;height:8px;border-radius:50%;background:#31baf0;box-shadow:0 0 0 4px rgba(49,186,240,.11)}
.city-pulse-flat-card .city-pulse-category{display:block;margin-bottom:8px;color:#88a7bb;font-size:.67rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.city-pulse-flat-card h3,.afd-politik-flat-card h3{margin:0 0 14px;padding:0;color:#fff;font-size:clamp(1.28rem,1.65vw,1.55rem);font-weight:880;line-height:1.16;letter-spacing:-.035em;text-wrap:balance}
.city-pulse-flat-card p,.afd-politik-flat-card p{display:block;overflow:visible;margin:0 0 20px;color:#bdceda;font-size:.91rem;line-height:1.58}
.city-pulse-flat-card a,.afd-politik-flat-card strong{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(255,255,255,.1);color:#71d5ff;font-size:.84rem;font-weight:850;text-decoration:none}
.city-pulse-flat-card.city-pulse-warning{box-shadow:inset 0 0 0 1px rgba(225,58,72,.18),0 16px 38px rgba(4,24,42,.16)}
@media(max-width:900px){.city-pulse-flat-card,.afd-politik-flat-card{min-height:300px}}
@media(max-width:620px){.city-pulse-flat-top,.afd-politik-flat-top{padding:20px 17px 0;flex-wrap:wrap}.city-pulse-flat-card .city-pulse-content,.afd-politik-flat-card .afd-politik-content{padding:16px 17px 18px}.city-pulse-flat-top time,.afd-politik-flat-top time{margin-left:auto!important}.afd-politik-flat-top .afd-politik-level{order:3;margin-left:0}.afd-politik-flat-top time{order:2}.city-pulse-flat-card h3,.afd-politik-flat-card h3{font-size:1.3rem}}


/* FINAL: Nachrichtenteile am Seitenende; großzügiger Abstand zwischen Akzentlinie und Überschrift */
.afd-politik-flat-card h3{
  position:relative;
  padding-left:26px!important;
}
.afd-politik-flat-card h3:before{
  display:block!important;
  left:2px!important;
  top:.18em!important;
  bottom:.18em!important;
  width:3px!important;
}
@media(max-width:620px){
  .afd-politik-flat-card h3{padding-left:22px!important;}
}

/* Familienveranstaltungen links, Vellmar-Nachrichten rechts */
.principles-video-only .cinema-panel{margin-top:0}
.local-live{padding-top:clamp(44px,5vw,72px)}
.local-live-shell{
  padding:clamp(16px,2.2vw,28px);
  border-color:rgba(15,40,70,.09);
  background:linear-gradient(135deg,#fff 0%,#f7fafc 100%);
}
.local-live-grid{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  align-items:start;
  gap:clamp(18px,2vw,28px);
}
.family-events-panel,.local-news-panel{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(15,40,70,.09);
  border-radius:26px;
  box-shadow:0 20px 52px rgba(15,40,70,.08);
}
.family-events-panel{
  padding:clamp(20px,2.4vw,30px);
  background:
    radial-gradient(circle at 8% 4%,rgba(255,176,48,.34),transparent 26%),
    radial-gradient(circle at 94% 16%,rgba(46,180,155,.30),transparent 25%),
    radial-gradient(circle at 70% 90%,rgba(88,110,220,.16),transparent 28%),
    linear-gradient(155deg,#fff3d6 0%,#eef8ff 46%,#f3eefc 100%);
  border-color:rgba(20,55,95,.12);
  box-shadow:0 22px 56px rgba(12,36,62,.11);
}
.family-confetti{position:absolute;border-radius:50%;pointer-events:none;opacity:.78}
.family-confetti-one{top:-45px;right:14%;width:120px;height:120px;border:22px solid rgba(88,110,220,.14)}
.family-confetti-two{left:-34px;bottom:13%;width:92px;height:92px;border:18px solid rgba(230,140,40,.14)}
.family-events-head,.family-events-toolbar,.family-events-grid,.family-events-bottom{position:relative;z-index:1}
.family-events-kicker{
  display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:7px 12px;
  border-radius:999px;background:linear-gradient(135deg,#ffe08a,#ffc94a);color:#5c3d00;font-size:.69rem;font-weight:900;
  letter-spacing:.105em;text-transform:uppercase;box-shadow:0 8px 20px rgba(180,110,0,.14)
}
.family-events-kicker:before{content:"★";color:#d97706;font-size:.8rem}
.family-events-head h2{margin:0 0 10px;color:#0b1c30;font-size:clamp(1.75rem,2.7vw,2.35rem);letter-spacing:-.045em;line-height:1.04}
.family-events-head>p{max-width:42rem;margin:0;color:#456078;font-size:.92rem;line-height:1.62}
.family-events-status{
  display:inline-flex;align-items:center;gap:9px;margin-top:16px;padding:9px 12px;
  border:1px solid rgba(87,111,140,.12);border-radius:999px;background:rgba(255,255,255,.72);
  color:#4c6175;font-size:.74rem;font-weight:760
}
.family-events-status i{width:8px;height:8px;border-radius:50%;background:#26ad79;box-shadow:0 0 0 4px rgba(38,173,121,.12)}
.family-events-status[data-mode="loading"] i{background:#6676ef;animation:cityPulseBlink 1.2s ease-in-out infinite}
.family-events-status[data-mode="cached"] i,.family-events-status[data-mode="fallback"] i{background:#e6a02c;box-shadow:0 0 0 4px rgba(230,160,44,.13)}
.family-events-status[data-mode="error"] i{background:#cd4b57;box-shadow:0 0 0 4px rgba(205,75,87,.12)}
.family-events-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin:20px 0 14px;padding:8px;
  border:1px solid rgba(74,99,126,.10);border-radius:15px;background:rgba(255,255,255,.7);
  box-shadow:0 8px 24px rgba(20,45,72,.045)
}
.family-events-tabs{display:flex;flex-wrap:wrap;gap:6px}
.family-events-tabs button,.family-events-refresh{
  appearance:none;min-height:36px;padding:0 12px;border:0;border-radius:999px;background:transparent;
  color:#52677a;font:inherit;font-size:.75rem;font-weight:800;cursor:pointer;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}
.family-events-tabs button:hover,.family-events-refresh:hover{background:#fff;color:#172a42}
.family-events-tabs button.is-active{background:linear-gradient(135deg,#e8941a,#e05a4a);color:#fff;box-shadow:0 8px 22px rgba(200,90,50,.28)}
.family-events-refresh{display:inline-flex;flex-shrink:0;align-items:center;gap:6px;border:1px solid rgba(74,99,126,.1);background:#fff}
.family-events-refresh[aria-busy="true"] span{animation:cityRefreshSpin .8s linear infinite}
.family-events-grid{display:grid;grid-template-columns:1fr;gap:12px}
.family-event-card{
  --family-accent:#e8921f;--family-soft:#ffecc0;
  position:relative;overflow:hidden;display:flex;min-height:245px;flex-direction:column;padding:20px;
  border:1px solid rgba(26,59,89,.12);border-radius:19px;background:rgba(255,255,255,.93);
  box-shadow:0 14px 34px rgba(24,52,82,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}
.family-event-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--family-accent),color-mix(in srgb,var(--family-accent) 48%,#fff))}
.family-event-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--family-accent) 50%,#dbe6ee);box-shadow:0 22px 44px rgba(24,52,82,.15)}
.family-event-tone-2{--family-accent:#1f9a7a;--family-soft:#c8f0e4}
.family-event-tone-3{--family-accent:#5563d8;--family-soft:#dde1ff}
.family-event-tone-4{--family-accent:#d45a82;--family-soft:#ffd6e4}
.family-event-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}
.family-event-top time,.family-event-top>span{display:inline-flex;min-height:29px;align-items:center;border-radius:999px;font-size:.68rem;font-weight:850}
.family-event-top time{padding:0 10px;background:var(--family-soft);color:#273c53;letter-spacing:.02em}
.family-event-top>span{padding:0 9px;background:#f4f7fa;color:#64788a}
.family-event-source{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#6c7f90;font-size:.72rem;font-weight:760}
.family-event-source i{width:8px;height:8px;border-radius:50%;background:var(--family-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--family-accent) 18%,transparent)}
.family-event-card h3{margin:0 0 10px;color:#14263d;font-size:clamp(1.16rem,1.6vw,1.42rem);font-weight:880;line-height:1.16;letter-spacing:-.035em;text-wrap:balance}
.family-event-card>p{margin:0 0 14px;color:#586d80;font-size:.84rem;line-height:1.55}
.family-event-facts{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;margin-bottom:13px}
.family-event-facts span{padding:6px 8px;border-radius:9px;background:#f6f8fa;color:#54697b;font-size:.67rem;font-weight:730}
.family-event-card>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid rgba(31,65,95,.1);color:#1c75aa;font-size:.76rem;font-weight:850;text-decoration:none}
.family-event-card>a:hover{text-decoration:underline}
.family-event-loading{min-height:170px;pointer-events:none}
.family-event-loading span{display:block;width:44%;height:11px;margin-bottom:13px;border-radius:999px;background:linear-gradient(90deg,#e8edf2 25%,#f7f9fb 50%,#e8edf2 75%);background-size:200% 100%;animation:citySkeleton 1.2s linear infinite}
.family-event-loading span:nth-child(2){width:82%;height:22px}.family-event-loading span:nth-child(3){width:66%}
.family-event-empty{min-height:190px;justify-content:center}
.family-events-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-top:15px;padding-top:15px;border-top:1px solid rgba(40,68,95,.10)}
.family-events-bottom p{max-width:65%;margin:0;color:#687b8d;font-size:.72rem;line-height:1.55}
.family-events-bottom a{flex-shrink:0;color:#1b79ae;font-size:.75rem;font-weight:850;text-decoration:none}.family-events-bottom a:hover{text-decoration:underline}
.local-news-panel{padding:clamp(20px,2.4vw,30px);background:linear-gradient(160deg,#fff 0%,#f7fafc 100%)}
.city-pulse-head-compact{display:grid;grid-template-columns:1fr;align-items:start;margin-bottom:18px}
.city-pulse-head-compact h2{font-size:clamp(1.75rem,2.7vw,2.35rem);letter-spacing:-.045em;line-height:1.04}
.city-pulse-head-compact>div>p{font-size:.92rem}
.local-news-panel .city-pulse-head-side{width:100%;min-width:0;justify-items:stretch}
.local-news-panel .weather-card{width:100%;max-width:none}
.local-news-panel .city-pulse-status{width:100%;box-sizing:border-box;justify-content:flex-start;white-space:normal}
.city-pulse-toolbar-compact{margin-bottom:14px}
.city-pulse-toolbar-compact>span{padding-left:5px;color:#52677a;font-size:.77rem;font-weight:820}
.local-news-panel .city-pulse-grid{grid-template-columns:1fr!important;gap:12px}
.local-news-panel .city-pulse-card:first-child{grid-column:auto!important}
.local-news-panel .city-pulse-flat-card{min-height:275px}
.local-news-panel .city-pulse-flat-card h3{font-size:clamp(1.2rem,1.55vw,1.43rem)}
.local-news-panel .city-pulse-flat-card p{font-size:.86rem;line-height:1.55}
.local-news-panel .city-pulse-bottom{align-items:flex-start;flex-direction:column}
.local-news-panel .city-pulse-bottom .city-pulse-foot{font-size:.74rem;line-height:1.55}
@media(max-width:1100px){
  .local-live-grid{grid-template-columns:1fr}
  .family-events-grid,.local-news-panel .city-pulse-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .local-news-panel .city-pulse-card:first-child{grid-column:auto!important}
}
@media(max-width:680px){
  .local-live-shell{padding:10px;border-radius:20px}
  .family-events-panel,.local-news-panel{padding:18px 14px;border-radius:21px}
  .family-events-grid,.local-news-panel .city-pulse-grid{grid-template-columns:1fr!important}
  .family-events-toolbar{align-items:stretch;flex-direction:column}
  .family-events-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}
  .family-events-tabs button{flex:0 0 auto}
  .family-events-refresh{justify-content:center;width:100%}
  .family-events-bottom{flex-direction:column}.family-events-bottom p{max-width:none}
  .family-event-card,.local-news-panel .city-pulse-flat-card{min-height:240px}
  .city-pulse-toolbar-compact{align-items:stretch;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.family-event-card{transition:none}.family-event-card:hover{transform:none}}


/* =========================================================
   INITIATIVEN 2026 – zusammengeführte Film- und Detailansicht
   Die Hauptseite bleibt unverändert; nur die frühere 3-fach-
   Navigation wurde entfernt und durch diese Detailansichten ersetzt.
   ========================================================= */
.themes-hub-single { display: block; }
body.initiative-open { overflow: hidden; }
body.initiative-open .site-header,
body.initiative-open .reading-progress,
body.initiative-open .back-to-top { opacity: 0; pointer-events: none; }

.initiative-experience {
  position: fixed;
  z-index: 1200;
  inset: 0;
  overflow: hidden;
  background: #f4f8fb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(22px) scale(.992);
  transition: opacity .42s var(--ease-out), transform .55s var(--ease-out), visibility 0s linear .56s;
}
.initiative-experience::before {
  content: "";
  position: fixed;
  z-index: 4;
  inset: 0;
  background: linear-gradient(110deg, var(--navy-950), var(--blue-700), var(--blue-300));
  transform: translateX(-102%);
  pointer-events: none;
}
.initiative-experience.is-opening::before { animation: initiativeWipe .82s var(--ease-out) both; }
.initiative-experience.is-open,
.initiative-experience:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}
.initiative-experience-scroll {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
.initiative-progress { position: fixed; z-index: 8; inset: 0 0 auto; height: 3px; background: rgba(255,255,255,.12); }
.initiative-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--blue-300),var(--blue-500) 76%,var(--red-500)); transform: scaleX(0); transform-origin: left center; }
.initiative-experience-topbar {
  position: fixed;
  z-index: 7;
  inset: 3px 0 auto;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(22px,4vw,68px);
  color: #fff;
  background: linear-gradient(180deg,rgba(3,16,30,.82),rgba(3,16,30,0));
  pointer-events: none;
}
.initiative-experience-topbar > * { pointer-events: auto; }
.initiative-back {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(3,16,30,.34);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: transform .22s var(--ease-out), background .22s, border-color .22s;
}
.initiative-back:hover { transform: translateX(-3px); border-color: rgba(114,214,245,.58); background: rgba(3,16,30,.58); }
.initiative-topbar-label { color: rgba(234,247,253,.78); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.initiative-hero {
  position: relative;
  display: grid;
  min-height: min(760px,100svh);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
  color: #fff;
}
.initiative-hero-video { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transform: scale(1.08); filter: saturate(.94) contrast(1.03); }
.initiative-experience.is-open .initiative-hero-video,
.initiative-experience:target .initiative-hero-video { animation: initiativeHeroScale 12s ease-out both; }
.initiative-hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg,rgba(3,16,30,.94) 0%,rgba(3,16,30,.76) 38%,rgba(3,16,30,.24) 72%,rgba(3,16,30,.12) 100%),linear-gradient(0deg,rgba(3,16,30,.55),transparent 58%); }
.initiative-hero-gridlines { position: absolute; z-index: -2; inset: 0; opacity: .24; background-image: linear-gradient(rgba(114,214,245,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(114,214,245,.08) 1px,transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.initiative-hero::after { content:""; position:absolute; z-index:-1; right:-18vw; bottom:-38vw; width:74vw; height:74vw; border:1px solid rgba(114,214,245,.18); border-radius:50%; box-shadow:0 0 0 110px rgba(114,214,245,.035),0 0 0 220px rgba(114,214,245,.018); animation: initiativeOrbit 16s linear infinite; }
.initiative-hero-content { width: min(calc(100% - 96px),var(--max-width)); margin: 0 auto; padding: 148px 0 clamp(72px,9vh,108px); }
.initiative-hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 20px; margin-bottom: 30px; }
.initiative-hero-meta b { display:inline-grid; width:50px; height:50px; place-items:center; border-radius:13px; background:rgba(255,255,255,.94); color:var(--blue-700); font-size:16px; font-weight:900; box-shadow:0 15px 36px rgba(3,16,30,.25); }
.initiative-hero-meta span { color:#fff; font-size:13px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.initiative-hero-meta em { color:#e3b54d; font-size:12px; font-style:normal; font-weight:850; }
.initiative-hero h2 { max-width: 920px; margin:0; color:#fff; font-size:clamp(54px,6.2vw,92px); font-weight:790; letter-spacing:-.064em; line-height:.99; text-wrap:balance; }
.initiative-hero p { max-width: 720px; margin: 34px 0 0; color:rgba(231,242,248,.86); font-size:clamp(17px,1.45vw,21px); line-height:1.75; }
.initiative-scroll-cue { display:inline-flex; align-items:center; gap:12px; margin-top:38px; color:#fff; font-size:11px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; text-decoration:none; }
.initiative-scroll-cue i { display:grid; width:42px; height:42px; place-items:center; border:1px solid rgba(255,255,255,.46); border-radius:50%; font-style:normal; animation: initiativeBounce 2.1s ease-in-out infinite; }

.initiative-body { position:relative; padding:clamp(42px,6vw,86px) 0 clamp(64px,8vw,112px); background: radial-gradient(circle at 93% 4%,rgba(0,164,223,.09),transparent 28%),linear-gradient(180deg,#fff,#f3f7fa 68%,#eef4f8); }
.initiative-body::before { content:""; position:absolute; inset:0; opacity:.3; pointer-events:none; background-image:linear-gradient(rgba(7,24,43,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,43,.035) 1px,transparent 1px); background-size:62px 62px; mask-image:linear-gradient(#000,transparent 52%); }
.initiative-body-grid { position:relative; display:grid; width:min(calc(100% - 96px),var(--max-width)); grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr); align-items:start; gap:clamp(28px,4vw,58px); margin:0 auto; }
.initiative-film-column { position:sticky; top:30px; }
.initiative-film-frame { position:relative; aspect-ratio:16/10; overflow:hidden; border:1px solid rgba(7,24,43,.1); border-radius:26px; background:var(--navy-950); box-shadow:0 30px 80px rgba(3,16,30,.18); }
.initiative-film-frame video { width:100%; height:100%; max-width:none; object-fit:cover; transition:transform .8s var(--ease-out),filter .8s var(--ease-out); }
.initiative-film-frame:hover video { transform:scale(1.035); filter:saturate(1.05); }
.initiative-film-index { position:absolute; z-index:3; top:18px; left:18px; display:grid; width:42px; height:42px; place-items:center; border:1px solid rgba(114,214,245,.24); border-radius:12px; background:rgba(3,16,30,.8); color:var(--blue-300); font-size:13px; font-weight:900; backdrop-filter:blur(12px); }
.initiative-film-frame .hover-video-hint { top:18px; left:72px; }
.initiative-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:18px; overflow:hidden; border:1px solid rgba(7,24,43,.1); border-radius:19px; background:rgba(255,255,255,.92); box-shadow:0 16px 42px rgba(7,24,43,.07); }
.initiative-facts div { min-width:0; padding:19px 20px; }
.initiative-facts div+div { border-left:1px solid rgba(7,24,43,.08); }
.initiative-facts span,.initiative-facts strong { display:block; }
.initiative-facts span { color:#6c7f90; font-size:10px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.initiative-facts strong { margin-top:5px; color:var(--navy-900); font-size:14px; line-height:1.25; }

.initiative-info-column { display:grid; gap:17px; }
.initiative-info-card,.initiative-accordion { border:1px solid rgba(7,24,43,.1); border-radius:22px; background:rgba(255,255,255,.94); box-shadow:0 20px 55px rgba(7,24,43,.075); backdrop-filter:blur(10px); }
.initiative-info-card { padding:clamp(24px,3vw,37px); }
.initiative-info-card .kicker { margin-bottom:12px; }
.initiative-info-card h3 { margin:0; color:var(--navy-900); font-size:clamp(28px,2.5vw,37px); letter-spacing:-.045em; line-height:1.08; }
.initiative-info-card > p { margin:17px 0 0; color:#64798a; line-height:1.72; }
.initiative-goal-premium { position:relative; margin-top:26px; padding:21px 22px 21px 27px; overflow:hidden; border-radius:13px; background:linear-gradient(110deg,#edf8fd,#f7fbfd); }
.initiative-goal-premium::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:linear-gradient(var(--blue-500),var(--blue-700)); }
.initiative-goal-premium span,.initiative-goal-premium strong { display:block; }
.initiative-goal-premium span { color:var(--blue-700); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.initiative-goal-premium strong { margin-top:7px; color:var(--navy-900); font-size:14px; line-height:1.45; }
.initiative-accordion { overflow:hidden; }
.initiative-accordion summary { display:flex; min-height:76px; align-items:center; justify-content:space-between; gap:22px; padding:0 23px; color:var(--navy-900); cursor:pointer; list-style:none; }
.initiative-accordion summary::-webkit-details-marker { display:none; }
.initiative-accordion summary span { display:flex; align-items:center; gap:13px; font-size:14px; font-weight:850; }
.initiative-accordion summary small { display:grid; width:32px; height:32px; place-items:center; border-radius:10px; background:var(--soft-blue); color:var(--blue-700); font-size:10px; font-weight:900; }
.initiative-accordion summary > b { color:var(--blue-700); font-size:22px; font-weight:500; transition:transform .32s var(--ease-out); }
.initiative-accordion[open] summary > b { transform:rotate(45deg); }
.initiative-accordion-content { padding:0 23px 24px; border-top:1px solid rgba(7,24,43,.075); color:#5f7384; animation:initiativeAccordion .38s var(--ease-out) both; }
.initiative-accordion-content ul { display:grid; gap:11px; margin:20px 0 0; padding:0; list-style:none; }
.initiative-accordion-content li { display:grid; grid-template-columns:10px minmax(0,1fr); align-items:start; column-gap:12px; padding-left:0; line-height:1.55; }
.initiative-accordion-content li::before { content:""; position:static; width:8px; height:8px; margin-top:.56em; border-radius:50%; background:var(--blue-500); box-shadow:0 0 0 5px rgba(0,164,223,.1); }
.dossier-strip-premium { margin:22px 0 0; }
.initiative-resource-links { display:grid; gap:10px; margin-top:20px; }
.initiative-resource-links a,.initiative-workshop-link { display:flex; min-height:54px; align-items:center; justify-content:space-between; gap:16px; padding:0 17px; border:1px solid rgba(0,138,203,.14); border-radius:12px; background:#f4fafe; color:var(--blue-700); font-size:13px; font-weight:850; text-decoration:none; transition:transform .2s var(--ease-out),background .2s,border-color .2s; }
.initiative-resource-links a:hover,.initiative-workshop-link:hover { transform:translateX(3px); border-color:rgba(0,138,203,.34); background:#eaf7fd; }
.initiative-workshop-link { margin-top:20px; }

.initiative-secondary-film { position:relative; display:grid; width:min(calc(100% - 96px),var(--max-width)); grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr); align-items:center; gap:clamp(28px,5vw,70px); margin:70px auto 0; padding:clamp(25px,3vw,42px); overflow:hidden; border:1px solid rgba(114,214,245,.15); border-radius:28px; background:linear-gradient(125deg,var(--navy-950),var(--navy-800)); color:#fff; box-shadow:0 32px 80px rgba(3,16,30,.22); }
.initiative-secondary-film::before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(114,214,245,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(114,214,245,.13) 1px,transparent 1px); background-size:54px 54px; }
.initiative-secondary-copy,.initiative-secondary-media { position:relative; z-index:1; }
.initiative-secondary-copy > span { color:var(--blue-300); font-size:10px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.initiative-secondary-copy h3 { margin:15px 0 0; color:#fff; font-size:clamp(28px,3.2vw,46px); letter-spacing:-.045em; line-height:1.04; }
.initiative-secondary-copy p { margin:19px 0 0; color:#c3d6e2; }
.initiative-secondary-copy small { display:block; margin-top:18px; color:#8faabd; line-height:1.5; }
.initiative-secondary-media { aspect-ratio:16/10; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:20px; background:#000; }
.initiative-secondary-media video { width:100%; height:100%; object-fit:cover; }

.initiative-closing { position:relative; display:grid; width:min(calc(100% - 96px),var(--max-width)); grid-template-columns:auto 1fr auto; align-items:center; gap:26px; margin:66px auto 0; padding:24px 27px; border:1px solid rgba(7,24,43,.1); border-radius:18px; background:rgba(255,255,255,.86); box-shadow:0 18px 55px rgba(7,24,43,.07); }
.initiative-closing > span { color:var(--blue-700); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.initiative-closing p { margin:0; color:#617687; font-size:13px; line-height:1.55; }
.initiative-closing a { display:inline-flex; align-items:center; gap:10px; color:var(--blue-700); font-size:12px; font-weight:850; text-decoration:none; white-space:nowrap; }
.initiative-closing a:hover i { transform:translateX(4px); }
.initiative-closing i { font-style:normal; transition:transform .2s; }

@keyframes initiativeWipe { 0%{transform:translateX(-102%)} 52%{transform:translateX(0)} 100%{transform:translateX(102%)} }
@keyframes initiativeHeroScale { from{transform:scale(1.1)} to{transform:scale(1.02)} }
@keyframes initiativeOrbit { to{transform:rotate(360deg)} }
@keyframes initiativeBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }
@keyframes initiativeAccordion { from{opacity:0;transform:translateY(-8px)} to{opacity:1;transform:none} }

@media (max-width: 980px) {
  .initiative-body-grid { grid-template-columns:1fr; }
  .initiative-film-column { position:relative; top:auto; }
  .initiative-secondary-film { grid-template-columns:1fr; }
  .initiative-closing { grid-template-columns:1fr; gap:12px; }
}
@media (max-width: 680px) {
  .initiative-experience-topbar { min-height:62px; padding:0 14px; }
  .initiative-topbar-label { display:none; }
  .initiative-back { min-height:40px; padding:0 13px; }
  .initiative-hero { min-height:100svh; }
  .initiative-hero-content { width:min(calc(100% - 32px),var(--max-width)); padding:118px 0 62px; }
  .initiative-hero-shade { background:linear-gradient(90deg,rgba(3,16,30,.9),rgba(3,16,30,.56)),linear-gradient(0deg,rgba(3,16,30,.72),transparent 68%); }
  .initiative-hero-meta { gap:10px 12px; }
  .initiative-hero-meta b { width:43px; height:43px; }
  .initiative-hero-meta span { width:calc(100% - 58px); font-size:11px; }
  .initiative-hero-meta em { margin-left:55px; }
  .initiative-hero h2 { font-size:clamp(43px,13vw,64px); }
  .initiative-hero p { margin-top:25px; font-size:16px; line-height:1.62; }
  .initiative-scroll-cue span { display:none; }
  .initiative-body { padding-top:28px; }
  .initiative-body-grid,.initiative-secondary-film,.initiative-closing { width:min(calc(100% - 28px),var(--max-width)); }
  .initiative-film-frame { border-radius:19px; }
  .initiative-facts { grid-template-columns:1fr; }
  .initiative-facts div+div { border-top:1px solid rgba(7,24,43,.08); border-left:0; }
  .initiative-info-card { border-radius:18px; }
  .initiative-accordion summary { min-height:70px; padding:0 17px; }
  .initiative-accordion-content { padding:0 17px 20px; }
  .initiative-secondary-film { margin-top:38px; padding:18px; border-radius:20px; }
  .initiative-closing { margin-top:38px; padding:21px; }
}
@media (prefers-reduced-motion: reduce) {
  .initiative-experience,.initiative-experience::before,.initiative-hero-video,.initiative-hero::after,.initiative-scroll-cue i { animation:none!important; transition:none!important; }
  .initiative-experience { transform:none; }
}

/* App-Abschnitt: zuverlässiges Ziel unterhalb der festen Navigation */
#app { scroll-margin-top: 96px; }
@media (max-width: 760px) { #app { scroll-margin-top: 82px; } }

/* Kombibad Vellmar: Vision und Anträge – Medienpräsentation 04.08.2026 */
.afd-media-watermark {
  position: absolute;
  z-index: 8;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 10px 6px 8px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  background: rgba(3,16,30,.78);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  backdrop-filter: blur(9px);
  pointer-events: none;
}
.afd-media-watermark img {
  display: block;
  width: 34px;
  height: auto;
  max-height: 22px;
  object-fit: contain;
}
.afd-media-watermark b {
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 1.1;
  white-space: nowrap;
}
.afd-media-watermark-hero {
  right: clamp(18px,3vw,42px);
  bottom: clamp(18px,3vw,38px);
}
.afd-media-watermark-modal {
  right: 18px;
  bottom: 18px;
}
.focus-card > span.afd-media-watermark-compact {
  position: absolute;
  z-index: 4;
  right: 15px;
  bottom: 58px;
  left: auto;
  display: inline-flex;
  width: auto;
  min-height: 29px;
  padding: 5px 8px;
  gap: 6px;
  border-radius: 8px;
  background: rgba(3,16,30,.75);
  color: #fff;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.focus-card > span.afd-media-watermark-compact img {
  width: 29px;
  height: auto;
  max-height: 18px;
}
.focus-card > span.afd-media-watermark-compact b {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 9px;
  letter-spacing: .035em;
}

.initiative-hero-kombibad .initiative-hero-video {
  object-position: center center;
  filter: saturate(1.03) contrast(1.035);
}
.initiative-hero-kombibad + .initiative-body .initiative-film-column {
  position: relative;
  top: auto;
}
.vision-section-heading {
  margin: 0 0 20px;
  padding: 0 2px;
}
.vision-section-heading > span {
  display: block;
  color: var(--blue-700);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vision-section-heading h3 {
  margin: 8px 0 0;
  color: var(--navy-900);
  font-size: clamp(29px,3.1vw,45px);
  letter-spacing: -.045em;
  line-height: 1.06;
}
.vision-section-heading p {
  max-width: 760px;
  margin: 13px 0 0;
  color: #617687;
  font-size: 14px;
  line-height: 1.65;
}
.vision-media-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 20px;
}
.vision-media-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7,24,43,.11);
  border-radius: 18px;
  background: var(--navy-950);
  box-shadow: 0 18px 46px rgba(3,16,30,.13);
  aspect-ratio: 16/9;
}
.vision-media-card-wide {
  grid-column: 1/-1;
}
.vision-media-card > video,
.vision-media-card-image > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .75s var(--ease-out), filter .75s var(--ease-out);
}
.vision-media-card:hover > video,
.vision-media-card-image:hover > img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}
.vision-media-card .video-open-hitarea {
  z-index: 4;
}
.vision-media-card-image {
  cursor: zoom-in;
}
.image-open-hitarea {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.image-open-hitarea:focus-visible {
  outline: 3px solid var(--blue-300);
  outline-offset: -5px;
  border-radius: 16px;
}
.vision-media-card .media-button-floating {
  z-index: 6;
}
.vision-media-caption {
  position: absolute;
  z-index: 5;
  left: 14px;
  bottom: 14px;
  display: grid;
  gap: 3px;
  max-width: calc(100% - 205px);
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(3,16,30,.76);
  color: #fff;
  backdrop-filter: blur(9px);
}
.vision-media-card-video .vision-media-caption {
  left: 72px;
}
.vision-media-caption span {
  color: var(--blue-300);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.vision-media-caption strong {
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
}
.vision-disclaimer {
  margin: 17px 2px 0;
  padding: 13px 15px;
  border-left: 3px solid var(--blue-500);
  border-radius: 0 10px 10px 0;
  background: rgba(234,247,253,.78);
  color: #5b7182;
  font-size: 12px;
  line-height: 1.55;
}
.vision-disclaimer strong {
  color: var(--navy-900);
}
.video-modal-stage .afd-media-watermark {
  z-index: 5;
}

@media (max-width: 760px) {
  .vision-media-grid {
    grid-template-columns: 1fr;
  }
  .vision-media-card-wide {
    grid-column: auto;
  }
  .afd-media-watermark {
    right: 9px;
    bottom: 9px;
    min-height: 28px;
    padding: 4px 7px 4px 6px;
    gap: 5px;
    border-radius: 7px;
  }
  .afd-media-watermark img {
    width: 27px;
    max-height: 17px;
  }
  .afd-media-watermark b {
    font-size: 8px;
  }
  .afd-media-watermark-hero {
    right: 12px;
    bottom: 12px;
  }
  .vision-media-caption {
    left: 9px;
    bottom: 9px;
    max-width: calc(100% - 145px);
    padding: 7px 8px;
  }
  .vision-media-card-video .vision-media-caption {
    left: 62px;
  }
  .vision-media-caption strong {
    font-size: 9px;
  }
  .focus-card > span.afd-media-watermark-compact {
    display: none;
  }
}
.initiative-hero p.initiative-vision-motto {
  margin: 0 0 17px;
  color: var(--blue-300);
  font-size: clamp(12px,1.15vw,15px);
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}


/* Kombibad Medien-Finalfix 04.08.2026
   - Bild-/Video-Modal über der festen Initiativenansicht
   - beide Visualisierungen zwischen den beiden Filmen
   - einheitliche AfD-Fraktion-Vellmar-Kennzeichnung */
.modal {
  z-index: 2600;
}

.vision-media-grid-reordered .vision-media-card-image {
  grid-column: auto;
}

.vision-media-grid-reordered .vision-media-card-video {
  grid-column: 1 / -1;
}

.vision-media-card-image,
.vision-media-card-image * {
  -webkit-tap-highlight-color: transparent;
}

.vision-media-card-image .image-open-hitarea {
  z-index: 9;
  pointer-events: auto;
}

.vision-media-card-image .afd-media-watermark,
.vision-media-card-image .vision-media-caption {
  z-index: 10;
  pointer-events: none;
}

.initiative-film-column .afd-media-watermark {
  min-width: 186px;
  justify-content: center;
  box-sizing: border-box;
}

.focus-card > span.afd-media-watermark-compact {
  min-width: 156px;
  justify-content: center;
  box-sizing: border-box;
}

.video-modal-panel,
.gallery-modal-panel {
  isolation: isolate;
}

@media (max-width: 760px) {
  .vision-media-grid-reordered .vision-media-card-video,
  .vision-media-grid-reordered .vision-media-card-image {
    grid-column: auto;
  }
  .initiative-film-column .afd-media-watermark {
    min-width: 142px;
  }
  .focus-card > span.afd-media-watermark-compact {
    min-width: 128px;
  }
}


/* Definitiver Kombibad-Fix: native Top-Layer-Bildansicht und exakte Punkt-Ausrichtung */
.initiative-accordion-content li {
  position: relative;
  display: block;
  padding-left: 30px;
}
.initiative-accordion-content li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .775em;
  width: 8px;
  height: 8px;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(0,164,223,.10);
}
.kombibad-image-open {
  display: block;
  z-index: 12 !important;
  pointer-events: auto !important;
}
.kombibad-zoom-cue {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: rgba(3,16,30,.76);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(3,16,30,.22);
  backdrop-filter: blur(8px);
  pointer-events: none;
}
.kombibad-lightbox {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(18px,3vw,44px);
  overflow: hidden;
  border: 0;
  background: rgba(2,11,20,.96);
  color: #fff;
}
.kombibad-lightbox[open] {
  display: grid;
  place-items: center;
}
.kombibad-lightbox::backdrop {
  background: rgba(2,11,20,.92);
  backdrop-filter: blur(12px);
}
.kombibad-lightbox figure {
  display: grid;
  width: min(1500px,100%);
  max-height: calc(100dvh - 50px);
  gap: 12px;
  margin: 0;
  place-items: center;
}
.kombibad-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 105px);
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.kombibad-lightbox figcaption {
  color: #dbeaf2;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}
.kombibad-lightbox-close {
  position: fixed;
  z-index: 2;
  top: max(15px,env(safe-area-inset-top));
  right: max(15px,env(safe-area-inset-right));
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(3,16,30,.84);
  color: #fff;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
}
.publication-links { margin-top: 18px; }
.publication-link-primary {
  border-color: rgba(0,138,203,.32) !important;
  background: linear-gradient(135deg,#eaf7fd,#f8fcfe) !important;
}
.publication-privacy-note {
  margin: 2px 2px 0;
  color: #6a7d8c;
  font-size: 10px;
  line-height: 1.5;
}
@media (max-width:760px) {
  .kombibad-lightbox { padding: 12px; }
  .kombibad-lightbox img { max-height: calc(100dvh - 88px); border-radius: 10px; }
  .kombibad-lightbox-close { width: 43px; height: 43px; font-size: 28px; }
  .kombibad-zoom-cue { top: 8px; right: 8px; width: 32px; height: 32px; font-size: 20px; }
}


/* Feinschliff 05.08.2026 */

.dossier-steps { gap: .55rem; }
.dossier-steps li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  min-height: 40px;
  padding: .36rem .9rem;
  line-height: 1.15;
}
.dossier-steps li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(0,164,223,.12);
}
.initiative-accordion-content ul { gap: 12px; }
.initiative-accordion-content li {
  display: grid;
  grid-template-columns: 12px minmax(0,1fr);
  column-gap: 14px;
  align-items: start;
  padding-left: 0;
  line-height: 1.58;
}
.initiative-accordion-content li::before {
  position: static;
  width: 8px;
  height: 8px;
  margin-top: .55em;
  transform: none;
  left: auto;
  top: auto;
}
.vision-media-grid-reordered {
  margin-top: 22px;
}
.initiative-facts-kombibad {
  margin-top: 18px;
}
.vision-disclaimer {
  margin-top: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8091a0;
  font-size: 11px;
  line-height: 1.55;
}
.vision-disclaimer strong {
  color: #5f7384;
}
.afd-media-watermark,
.focus-card > span.afd-media-watermark-compact {
  min-width: 206px;
  justify-content: center;
}
.afd-media-watermark b,
.focus-card > span.afd-media-watermark-compact b {
  font-size: 10px;
  letter-spacing: .03em;
}
.image-open-hitarea.kombibad-image-link {
  display: block;
  z-index: 12;
  text-decoration: none;
}
.image-open-hitarea.kombibad-image-link:focus-visible {
  outline: 3px solid var(--blue-300);
  outline-offset: -5px;
  border-radius: 16px;
}
@media (max-width:760px) {
  .dossier-steps li {
    min-height: 36px;
    padding: .34rem .78rem;
    gap: .45rem;
  }
  .dossier-steps li::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(0,164,223,.12);
  }
  .afd-media-watermark,
  .focus-card > span.afd-media-watermark-compact {
    min-width: 166px;
  }
}


/* Feinschliff-Nachtrag 05.08.2026 */
.dossier-steps{align-items:center;}
.dossier-steps li{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.58rem;line-height:1.08;padding:.38rem .92rem;min-height:40px;vertical-align:middle;}
.dossier-steps li::before{position:relative;top:auto;left:auto;align-self:center;margin:0;transform:none;}
.vision-media-grid-reordered{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.vision-media-grid-reordered .vision-media-card-video{grid-column:1 / -1;}
.vision-disclaimer{display:block;max-width:900px;font-size:11px;color:#7c8895;margin:14px 0 0;padding:0;}
.image-open-hitarea.kombibad-image-link{cursor:zoom-in;}
.kombibad-lightbox[open]{z-index:2147483647;}
@media (max-width:760px){.vision-media-grid-reordered{grid-template-columns:1fr;} .vision-media-grid-reordered .vision-media-card-video{grid-column:auto;}}


/* Endkorrektur: dezente Medienbeschriftungen und kleine symmetrische Kennzeichnung */
.initiative-film-column .vision-media-caption {
  left: 10px;
  bottom: 10px;
  gap: 1px;
  width: auto;
  max-width: 154px;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  background: rgba(3,16,30,.57);
  box-shadow: none;
  backdrop-filter: blur(5px);
}
.initiative-film-column .vision-media-card-video .vision-media-caption {
  left: 54px;
}
.initiative-film-column .vision-media-caption span {
  font-size: 6.5px;
  line-height: 1.1;
  letter-spacing: .105em;
  opacity: .88;
}
.initiative-film-column .vision-media-caption strong {
  font-size: 8.5px;
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: 0;
}
.initiative-film-column .afd-media-watermark {
  right: 10px;
  bottom: 10px;
  width: 142px;
  min-width: 142px;
  min-height: 28px;
  height: 28px;
  justify-content: center;
  gap: 5px;
  padding: 3px 7px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 8px;
  background: rgba(3,16,30,.69);
  box-shadow: 0 5px 14px rgba(0,0,0,.17);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}
.initiative-film-column .afd-media-watermark img {
  width: 23px;
  max-height: 15px;
}
.initiative-film-column .afd-media-watermark b {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .012em;
  line-height: 1;
}
.focus-card > span.afd-media-watermark-compact {
  right: 12px;
  bottom: 55px;
  width: 142px;
  min-width: 142px;
  min-height: 27px;
  height: 27px;
  justify-content: center;
  gap: 5px;
  padding: 3px 7px;
  border-radius: 8px;
  box-sizing: border-box;
}
.focus-card > span.afd-media-watermark-compact img {
  width: 23px;
  max-height: 15px;
}
.focus-card > span.afd-media-watermark-compact b {
  font-size: 8px;
  letter-spacing: .012em;
  line-height: 1;
}
@media (max-width: 760px) {
  .initiative-film-column .vision-media-caption {
    left: 8px;
    bottom: 8px;
    max-width: 132px;
    padding: 4px 6px;
  }
  .initiative-film-column .vision-media-card-video .vision-media-caption {
    left: 48px;
  }
  .initiative-film-column .vision-media-caption span { font-size: 6px; }
  .initiative-film-column .vision-media-caption strong { font-size: 8px; }
  .initiative-film-column .afd-media-watermark {
    right: 8px;
    bottom: 8px;
    width: 126px;
    min-width: 126px;
    height: 25px;
    min-height: 25px;
    padding: 3px 6px;
  }
  .initiative-film-column .afd-media-watermark img { width: 20px; max-height: 13px; }
  .initiative-film-column .afd-media-watermark b { font-size: 7px; }
}


/* Korrektur 04.08.2026d: Kein Element mehr hinter dem AfD-Wasserzeichen in Videovorschauen */
.initiative-film-frame .media-button-floating,
.vision-media-card-video .media-button-floating { top: 14px; right: 14px; bottom: auto; left: auto; }
@media (max-width:760px){ .initiative-film-frame .media-button-floating, .vision-media-card-video .media-button-floating { top: 10px; right: 10px; bottom: auto; left: auto; } }


/* Müllkalender-Hinweis ist ab FINAL21 in den App-Teaser integriert. */
