/* ============================================================
   FCA — Forum Culturel Autrichien Paris
   BMEIA-aligned identity: gray neutral, austrian red, squared UI
   ============================================================ */

/* Effra — the corporate typeface used on austrocult.fr (Feedback #2 P005).
   Served locally; only the Regular weight ships as a font file, so bold
   weights are synthesised by the browser — same as on the original site. */
@font-face {
  font-family: 'Effra';
  font-style: normal;
  font-weight: 400;            /* nur Regular vorhanden — Browser synthetisiert Fett */
  font-display: swap;
  src: url('/static/fonts/Effra_Std_Rg.woff') format('woff');
}

:root {
  --ink: #0a0a0a;
  --ink-2: #1c1c1e;
  --ink-3: #5c5c60;
  --rule: #d8d8d8;
  --rule-strong: #bfbfbf;
  --paper: #f5f5f5;              /* BMEIA-style neutral gray */
  --paper-2: #ffffff;
  --card: #ffffff;
  --accent: #9e0529;             /* BMEIA red */
  --accent-2: #7a0420;
  --accent-ink: #ffffff;
  --footer-bg: #f5e6e9;          /* soft pink footer */
  --link: #9e0529;
  --link-h: #7a0420;
  --shadow-1: 0 1px 2px rgba(10,10,10,.04), 0 6px 20px rgba(10,10,10,.05);
  --shadow-2: 0 4px 12px rgba(10,10,10,.08), 0 24px 48px rgba(10,10,10,.08);

  /* Single, uniform corporate typeface everywhere (Feedback #2 P005 + P069). */
  --sans:  'Effra', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, system-ui, sans-serif;
  --serif: var(--sans);   /* kept as an alias so any stray reference stays uniform */

  --radius: 0;                   /* everything is squared */

  --container: 1280px;
  --gutter: clamp(16px, 3.4vw, 36px);

  --header-top-h: 96px;
  --header-nav-h: 50px;
  --header-top-h-stuck: 68px;
  --header-nav-h-stuck: 44px;
  /* total, used for sticky offsets in other components */
  --header-h: calc(var(--header-top-h) + var(--header-nav-h) + 3px);
  --header-h-stuck: calc(var(--header-top-h-stuck) + var(--header-nav-h-stuck) + 3px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;                     /* no horizontal scroll on mobile */
}

/* Mobile-first: verhindert unerwünschte horizontale Ausdehnung durch
   Bilder oder Inline-Grids, die 100vw übersteigen (Feedback P085-P086) */
@media (max-width: 700px) {
  :root { --gutter: 16px; }
  .v2-wrap, .v2-hero__inner, .v2-header__top-inner, .v2-nav__inner,
  .v2-footer__inner, .v2-footer__bottom {
    padding-left: var(--gutter); padding-right: var(--gutter);
  }
  .v2-grid { gap: 14px; }
  img, figure, .v2-card, .v2-timeline { max-width: 100%; }
}

strong, b, .strong { font-weight: 700; }
body { font-synthesis: weight style; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--link-h); }

.skip-link {
  position: absolute; left: -9999px;
  background: var(--ink); color: var(--accent-ink); padding: .75rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ============================================================
   HEADER  — 2-line: (brand + BMEIA) / (nav)
   Sticky-safe: both rows shrink but never wrap or overflow.
   ============================================================ */
.v2-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  transition: box-shadow .3s ease;
}
.v2-header.is-stuck { box-shadow: 0 2px 8px rgba(0,0,0,.06); }

/* --- ROW 1 --- brand + BMEIA logo */
.v2-header__top {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.v2-header__top-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: var(--header-top-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  transition: height .3s ease;
}
.is-stuck .v2-header__top-inner { height: var(--header-top-h-stuck); }

.v2-brand {
  display: inline-flex; align-items: center; gap: .8rem;
  flex-shrink: 1; min-width: 0;
  color: var(--ink); font-family: var(--sans); font-weight: 700; line-height: 1.05;
}
.v2-brand:hover { color: var(--ink); }
.v2-brand__mark {
  display: block;
  width: 82px; height: 82px;
  max-width: none;
  flex-shrink: 0;
  transition: width .3s ease, height .3s ease;
}
.is-stuck .v2-brand__mark { width: 60px; height: 60px; }
@media (max-width: 767px) { .v2-brand__mark { width: 64px; height: 64px; } .is-stuck .v2-brand__mark { width: 52px; height: 52px; } }
@media (max-width: 480px) { .v2-brand__mark { width: 56px; height: 56px; } }

/* Wordmark ausgeblendet — nur das Logo bleibt (Client request) */
.v2-brand__word { display: none; }

/* Mobil: nur das FCA-Logo oben, kein BMEIA-Logo (F4 #1) — hohe Spezifität,
   damit es die späteren .v2-bmeia-Regeln sicher überschreibt */
@media (max-width: 767px) { .v2-header__top .v2-bmeia { display: none !important; } }

.v2-bmeia {
  display: inline-flex; align-items: center;
  flex-shrink: 0;
}
.v2-bmeia img {
  display: block;
  height: 64px; width: auto;
  max-width: none;
  transition: height .3s ease;
}
.is-stuck .v2-bmeia img { height: 48px; }
@media (max-width: 1199px) { .v2-bmeia img { height: 56px; } .is-stuck .v2-bmeia img { height: 44px; } }
@media (max-width: 767px)  { .v2-bmeia img { height: 50px; } .is-stuck .v2-bmeia img { height: 42px; } }
@media (max-width: 480px)  { .v2-bmeia img { height: 44px; } .is-stuck .v2-bmeia img { height: 38px; } }

/* burger */
.v2-burger {
  display: none; background: transparent; border: 0; padding: 8px; cursor: pointer;
  width: 44px; height: 44px; margin-left: .5rem;
}
.v2-burger span {
  display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px auto;
  transition: transform .3s ease, opacity .2s ease;
}
.v2-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.v2-burger.is-open span:nth-child(2) { opacity: 0; }
.v2-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* --- ROW 2 --- nav */
.v2-nav {
  background: var(--paper);
  border-top: 0;
  border-bottom: 3px solid var(--accent);       /* the thin red rule per spec */
}
.v2-nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: var(--header-nav-h);
  display: flex; align-items: stretch;
  transition: height .3s ease;
  overflow: visible;                            /* dropdowns escape */
}
.is-stuck .v2-nav__inner { height: var(--header-nav-h-stuck); }

.v2-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: stretch;
  gap: 0;
  height: 100%;
  overflow: visible;                            /* dropdowns must escape (P001 v2) */
  scrollbar-width: none;
  flex-wrap: nowrap;                            /* never wrap out of header */
}
.v2-nav__list::-webkit-scrollbar { display: none; }

.v2-nav__item {
  position: relative;
  display: flex; align-items: stretch;
  flex-shrink: 0;
}
.v2-nav__link {
  display: inline-flex; align-items: center;
  padding: 0 clamp(.6rem, 1.1vw, 1rem);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(11.5px, .95vw, 13px);
  font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  border-right: 1px solid var(--rule);
}
.v2-nav__item:last-child .v2-nav__link { border-right: 0; }
.v2-nav__link:hover { color: var(--accent); background: var(--card); }
.v2-nav__item::after {
  content: ''; position: absolute;
  left: 0; right: 100%; bottom: -3px; height: 3px;
  background: var(--accent);
  transition: right .25s ease;
  z-index: 1;
}
.v2-nav__item:hover::after,
.v2-nav__item.is-active::after { right: 0; }
.v2-nav__item.is-active .v2-nav__link { color: var(--accent); }

.v2-nav__sub {
  position: absolute; top: 100%; left: 0;
  list-style: none; padding: .4rem 0; margin: 0;
  background: var(--card); box-shadow: var(--shadow-2);
  border: 1px solid var(--rule);
  min-width: 260px; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 60;
}
.v2-nav__item.has-children:hover .v2-nav__sub,
.v2-nav__item.has-children:focus-within .v2-nav__sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.v2-nav__sublink {
  display: block; padding: .6rem 1.2rem; font-size: 12.5px;
  color: var(--ink-2); text-transform: uppercase; letter-spacing: .04em; font-weight: 500;
}
.v2-nav__sublink:hover { background: var(--paper); color: var(--accent); }

/* --- MOBILE --- */
@media (max-width: 991px) {
  .v2-burger { display: block; }
  .v2-nav {
    position: fixed; inset: calc(var(--header-top-h) + 3px) 0 0 0;
    background: var(--paper);
    border-top: 3px solid var(--accent); border-bottom: 0;
    transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
    z-index: 40; overflow-y: auto;
    height: auto;
  }
  .is-stuck .v2-nav { inset: calc(var(--header-top-h-stuck) + 3px) 0 0 0; }
  .v2-nav.is-open { transform: translateX(0); }
  .v2-nav__inner {
    height: auto; padding: 1.5rem var(--gutter) 3rem;
  }
  .v2-nav__list {
    flex-direction: column; align-items: stretch; gap: 0;
    overflow: visible;
  }
  .v2-nav__item { display: block; }
  .v2-nav__link {
    padding: 1rem 0; font-size: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .v2-nav__item::after { display: none; }
  .v2-nav__sub {
    position: static; box-shadow: none; border: 0; opacity: 1; visibility: visible; transform: none;
    background: transparent; padding: 0 0 .4rem 1rem; min-width: 0;
  }
  .v2-nav__sublink { padding: .5rem 0; font-size: 13px; }
  body.nav-open { overflow: hidden; }
}

/* ---------- LAYOUT PRIMITIVES ---------- */
.v2-main { min-height: 60vh; padding-bottom: 4rem; }
.v2-wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.v2-wrap--narrow { max-width: 880px; }

.v2-eyebrow {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700;
}
.v2-eyebrow--accent { color: var(--accent); }

/* Page-title primitive: full-width, uppercase, left-aligned, bold */
.v2-page-header {
  padding: 3rem 0 1.5rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2.5rem;
}
.v2-page-title {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.05; letter-spacing: -.005em;
  margin: 0; color: var(--ink);
  text-transform: uppercase;
}
.v2-page-title em {
  /* Kein Kursiv, kein Rot mehr — Titel bleibt einheitlich */
  font-style: normal; color: var(--ink); font-weight: 700;
  text-transform: uppercase;
}
.v2-page-subtitle {
  margin: 1rem 0 0; font-size: 18px; color: var(--ink-3);
  font-family: var(--sans); font-weight: 400; max-width: 60ch;
}

.v2-rule {
  display: flex; align-items: center; gap: 1rem; margin: 3rem 0 1.25rem;
}
.v2-rule__line { flex: 1; height: 1px; background: var(--rule-strong); }
.v2-rule__label {
  font-family: var(--sans); font-weight: 700; font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2);
  white-space: nowrap;
}

/* ---------- BUTTONS (all squared, white/transparent → red on hover) ---------- */
.v2-btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .8rem 1.4rem;
  border-radius: var(--radius);
  font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  /* Standard: transparenter Hintergrund + schwarze Schrift/Rand; rot beim Hover (P068 v2) */
  background: transparent; color: var(--ink);
  border: 1px solid var(--ink);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  font-family: var(--sans);
  cursor: pointer;
}
.v2-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.v2-btn--ghost {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.v2-btn--ghost:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.v2-btn--accent {
  background: transparent; border-color: var(--accent); color: var(--accent);
}
.v2-btn--accent:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
/* Hero CTA — kompakt, weiß → rot on hover (Feedback #2, P005) */
.v2-btn--hero {
  padding: .65rem 1.15rem; font-size: 12.5px;
  background: #fff; color: var(--ink); border-color: var(--ink);
  align-self: flex-start;
}
.v2-btn--hero:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Footer-Button: klar lesbar auf rosa BG (Feedback P015) */
.v2-btn--footer {
  background: #fff; color: var(--ink); border-color: var(--ink);
}
.v2-btn--footer:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- HERO — text und bild auf gleicher höhe ---------- */
.v2-hero {
  position: relative; margin: 0 0 3rem;
}
.v2-hero__inner {
  display: grid; grid-template-columns: 1fr; gap: 0;
  max-width: var(--container); margin: 0 auto; padding: 2rem var(--gutter) 1rem;
  align-items: start;
}
@media (min-width: 900px) {
  .v2-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
    padding: 2rem var(--gutter);
  }
}
.v2-hero__text {
  padding: 0; display: flex; flex-direction: column;
  justify-content: flex-start;   /* text startet oben, bündig mit dem Bild */
}
.v2-hero__kicker { margin-bottom: 1rem; display: inline-flex; align-items: center; gap: .65rem; }
.v2-hero__kicker .dot {
  width: 8px; height: 8px; background: var(--accent);
  animation: pulse-dot 1.6s infinite;
}
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

.v2-hero__title {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(36px, 6vw, 72px); line-height: 1.02; letter-spacing: -.01em;
  margin: 0 0 1rem; color: var(--ink);
  text-transform: uppercase;
}
.v2-hero__title em { font-style: normal; color: var(--ink); text-transform: uppercase; font-weight: 700; }
.v2-hero__meta {
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem;
  font-size: 14px; color: var(--ink-2); margin: 1rem 0 1.5rem;
  font-weight: 500;
}
.v2-hero__meta i { color: var(--accent); margin-right: .5rem; }
.v2-hero__lead { font-size: 16px; color: var(--ink-2); margin: 0 0 1.8rem; max-width: 52ch; line-height: 1.65; }

.v2-hero__media {
  position: relative;
  aspect-ratio: 4 / 3;              /* konstante Höhe, egal wie viel Text daneben */
  background: var(--card);
  overflow: hidden;
}
.v2-hero__img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius);
}

/* hero rotator controls — zentrierte Leiste UNTER dem Slider */
.v2-hero__controls {
  display: flex; align-items: center; justify-content: center; gap: 1.2rem;
  max-width: var(--container); margin: 1.2rem auto 0; padding: 0 var(--gutter);
}
.v2-hero__arrow {
  width: 40px; height: 40px; background: transparent; color: var(--ink);
  border: 1px solid var(--ink); border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; font-size: 13px; flex-shrink: 0;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.v2-hero__arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.v2-hero__dots { display: flex; align-items: center; gap: .5rem; }
.v2-hero__dot {
  width: 28px; height: 4px; background: var(--rule-strong); cursor: pointer;
  border: 0; padding: 0; border-radius: 2px;
  transition: background .25s ease, width .25s ease;
}
.v2-hero__dot:hover { background: var(--ink-3); }
.v2-hero__dot.is-active { background: var(--accent); width: 44px; }

.v2-hero__slide { display: none; }
.v2-hero__slide.is-active { display: contents; }

/* ---------- SEARCH BAR — dezenter, kleiner, rechts angedockt ---------- */
.v2-search {
  max-width: var(--container); margin: 1rem auto .5rem;
  padding: 0 var(--gutter);
  display: flex; justify-content: flex-end;
}
.v2-search__form {
  display: flex; align-items: center;
  border: 1px solid var(--rule); background: var(--card);
  padding: 0 .5rem;
  max-width: 340px; width: 100%;
  transition: border-color .2s ease, max-width .3s ease;
}
.v2-search__form:focus-within { border-color: var(--accent); max-width: 480px; }
.v2-search__form i { color: var(--ink-3); font-size: 12px; }
.v2-search__form input {
  flex: 1; border: 0; outline: 0; background: transparent;
  padding: .5rem .55rem; font: inherit; font-size: 13px;
  color: var(--ink); min-width: 0;
}
.v2-search__form input::placeholder { color: var(--ink-3); }
.v2-search__form button {
  border: 0; background: transparent; color: var(--ink-2);
  padding: .3rem .5rem; cursor: pointer;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}
.v2-search__form button:hover { color: var(--accent); }
.v2-search__form button i { font-size: 12px; }

/* ---------- PROGRAMME FILTERS ---------- */
.v2-filterbar {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  margin: 0 0 1rem;
}
.v2-filterbar__inner {
  max-width: var(--container); margin: 0 auto; padding: .5rem var(--gutter) .1rem;
  display: flex; flex-direction: column; gap: .1rem; align-items: stretch;
}

/* Two clearly separated filter families: "Quand" (time) vs "Rubrique" (genre).
   They used to sit on one flat row and read as one list (Feedback). */
.v2-filtergroup {
  display: flex; align-items: center; gap: .2rem;
  flex-wrap: wrap;
  padding: .35rem 0;
}
.v2-filtergroup--time { border-bottom: 1px dashed var(--rule); }
.v2-filtergroup__label {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700; white-space: nowrap;
  width: 84px; flex-shrink: 0;
}

/* --- Time = underline tabs --- */
.v2-tabs { display: flex; flex-wrap: wrap; align-items: center; }
.v2-tab {
  display: inline-flex; align-items: center;
  padding: .55rem 1.1rem;
  font-size: 13px; font-weight: 700; letter-spacing: .05em;
  color: var(--ink-2); background: transparent; border: 0;
  white-space: nowrap; transition: color .2s ease;
  position: relative; text-transform: uppercase;   /* Versalien (F4) */
}
.v2-tab:not(:last-child) { border-right: 1px solid var(--rule); }
.v2-tab:hover { color: var(--accent); }
.v2-tab.is-active { color: var(--accent); }
.v2-tab.is-active::after {
  content: ''; position: absolute; left: 1.1rem; right: 1.1rem; bottom: -.36rem;
  height: 3px; background: var(--accent);
}

/* --- Genre = boxed pills (white, red on hover/active — P068) --- */
.v2-pills { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.v2-pill {
  display: inline-flex; align-items: center;
  padding: .4rem .85rem;
  font-size: 13.5px; font-weight: 600; letter-spacing: .01em;
  color: var(--ink-2); background: #fff;
  border: 1px solid var(--rule-strong);
  white-space: nowrap; text-transform: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.v2-pill:hover { color: var(--accent); border-color: var(--accent); }
.v2-pill.is-active {
  background: var(--accent); color: #fff; border-color: var(--accent);
}

@media (max-width: 700px) {
  .v2-filtergroup { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .v2-filtergroup__label { width: auto; }
  .v2-tabs, .v2-pills { overflow-x: auto; max-width: 100%; scrollbar-width: none; }
  .v2-tabs::-webkit-scrollbar, .v2-pills::-webkit-scrollbar { display: none; }
}

.v2-chip {
  display: inline-flex; align-items: center;
  padding: .8rem 1.2rem;
  font-size: 14px; font-weight: 600; letter-spacing: .01em;
  color: var(--ink-2); background: transparent;
  border: 0;
  white-space: nowrap; transition: color .2s ease;
  border-right: 1px solid var(--rule);
  position: relative;
  /* NOT uppercase — client wants "En ce moment", "À venir" as-typed */
  text-transform: none;
}
.v2-chip:hover { color: var(--accent); }
.v2-chip:last-child { border-right: 0; }
.v2-chip.is-active { color: var(--accent); }
.v2-chip.is-active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -.6rem;
  height: 3px; background: var(--accent);
}

.v2-yearbar {
  border-bottom: 1px solid var(--rule);
  margin: 0 0 2rem;
}
.v2-yearbar__inner {
  max-width: var(--container); margin: 0 auto;
  padding: .6rem var(--gutter);
  display: flex; align-items: center; gap: .3rem;
  overflow-x: auto; scrollbar-width: none;
}
.v2-yearbar__inner::-webkit-scrollbar { display: none; }
.v2-yearbar__label {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700; margin-right: 1rem; white-space: nowrap;
}
.v2-chip--year {
  font-family: var(--sans); font-weight: 500; font-size: 14px;
  padding: .5rem 1rem;
  border: 1px solid var(--rule-strong);
  border-right: 1px solid var(--rule-strong);
  text-transform: none; letter-spacing: 0;
}
.v2-chip--year:not(:last-child) { border-right: 0; }
.v2-chip--year.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.v2-chip--year.is-active::after { display: none; }
.v2-chip--reset {
  color: var(--ink-3); background: transparent;
  padding: .5rem .8rem; margin-left: .4rem;
  border-color: var(--rule-strong);
}
.v2-chip--reset:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- EVENT GRID ---------- */
.v2-grid {
  display: grid; gap: clamp(20px, 2.4vw, 32px);
  grid-template-columns: repeat(12, 1fr);
}
.v2-grid__h2 {
  grid-column: 1 / -1;
  display: flex; align-items: baseline; gap: 1rem;
  margin: 2.5rem 0 .5rem;
}
.v2-grid__h2 h2 {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px); margin: 0; color: var(--accent);
  text-transform: uppercase;   /* Unterüberschriften in Versalien (F4) */
}
.v2-grid__h2 .count { display: none; }        /* zahlen daneben laut spec weg */

.v2-card {
  grid-column: span 12;
  display: block; position: relative;
  background: var(--card);
  overflow: hidden; color: var(--ink);
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (min-width: 600px) { .v2-card { grid-column: span 6; } }
@media (min-width: 900px) { .v2-card { grid-column: span 4; } }

.v2-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); color: var(--ink); }
.v2-card__media {
  position: relative;
  aspect-ratio: 1 / 1;                 /* square always */
  overflow: hidden; background: var(--paper-2);
}
.v2-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.v2-card:hover .v2-card__img { transform: scale(1.05); }

/* Calendar badge — B/W squared, no time, no dayname per spec */
.v2-card__date {
  position: absolute; top: 0; left: 0;
  background: var(--card); color: var(--ink);
  padding: .5rem .75rem .6rem;
  text-align: center; min-width: 72px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center;
}
.v2-card__date .d {
  display: block; font-size: 26px; font-weight: 700; line-height: 1;
  color: var(--ink);
}
.v2-card__date .m {
  display: block; font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-2); margin-top: 3px;
  font-weight: 600;
}
/* Range: two side-by-side date badges */
.v2-card__dates {
  position: absolute; top: 0; left: 0; display: flex; z-index: 2;
}
.v2-card__dates .v2-card__date { position: static; }

/* En-cours-Sticker links oben (F3) */
.v2-card__tag {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--accent); color: #fff;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  padding: .4rem .7rem;
}
/* Genre-Badge rechts oben — für alle Kacheln (F3) */
.v2-card__genre {
  position: absolute; top: .8rem; right: .8rem; z-index: 2;
  background: rgba(255,255,255,.92); color: var(--ink);
  font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  padding: .35rem .6rem; border: 1px solid var(--rule);
}

.v2-card__body {
  padding: 1rem 1.1rem 1.3rem;
  border-top: 3px solid var(--accent);
  background: var(--card);
}
.v2-card__cat {
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: .4rem;
}
.v2-card__title {
  font-family: var(--sans); font-weight: 700;
  font-size: 19px; line-height: 1.2;
  margin: 0; color: var(--ink);
  text-transform: uppercase; letter-spacing: -.005em;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* placeholder card (Bibliothèque / Newsletter tile) — WHITE with RED border,
   inverts to red on hover per client spec (Feedback #2, P010+P013). */
.v2-card--placeholder {
  background: #fff; color: var(--ink);
  border: 2px solid var(--accent);
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  aspect-ratio: 1 / 1; padding: 2rem;
  transition: background .2s ease, color .2s ease;
}
.v2-card--placeholder:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
/* Breite Variante: füllt die ganze Reihe, wenn eine Sektion keine Events hat (F6 #7) */
.v2-card--placewide {
  grid-column: 1 / -1; aspect-ratio: auto;
  flex-direction: row; gap: 1.2rem; padding: 1.6rem 2rem;
}
.v2-card--placewide i { font-size: 30px; margin-bottom: 0; }
.v2-card--placewide .label { font-size: 20px; }
.v2-card--placewide .sub { margin-left: auto; }
.v2-card--placeholder i { font-size: 42px; margin-bottom: .8rem; color: var(--accent); transition: color .2s ease; }
.v2-card--placeholder:hover i { color: #fff; }
.v2-card--placeholder .label {
  font-family: var(--sans); font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: .02em;
}
.v2-card--placeholder .sub {
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  margin-top: .5rem; color: var(--accent); font-weight: 700;
  transition: color .2s ease;
}
.v2-card--placeholder:hover .sub { color: #fff; }

/* Wider placeholder — spans 2 columns instead of 1 */
.v2-card--placeholder.v2-card--wide {
  grid-column: span 12;
  aspect-ratio: auto;
  min-height: 220px;
  padding: 2rem;
}
@media (min-width: 600px) { .v2-card--placeholder.v2-card--wide { grid-column: span 12; } }
@media (min-width: 900px) { .v2-card--placeholder.v2-card--wide { grid-column: span 8; aspect-ratio: 16/9; } }

/* reveal-on-scroll */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-in { opacity: 1; transform: translateY(0); }

/* ---------- EVENT DETAIL ---------- */
.v2-event-head {
  padding: 2.5rem 0 1.5rem;
  border-bottom: 1px solid var(--rule);
}
.v2-event-head__eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .6rem;
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 700; margin-bottom: 1rem;
}
.v2-event-head__eyebrow .section {
  display: inline-block; background: var(--accent); color: #fff;
  padding: .3rem .7rem;
}
.v2-event-head__eyebrow .cat {
  color: var(--ink-2); background: var(--card);
  padding: .3rem .7rem; border: 1px solid var(--rule);
}

/* --- Datum-Kachel LINKS vom Titel (Feedback P024) --- */
.v2-event-head__titleblock {
  display: flex; align-items: flex-start; gap: 1.5rem;
  margin: .5rem 0;
}
.v2-event-head__dates {
  display: flex; align-items: stretch; gap: 10px; flex-shrink: 0;
}
.v2-event-head__datesep {
  align-self: center; font-size: 20px; color: var(--accent); font-weight: 700;
}
.v2-event-head__date {
  flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 14px 14px;
  background: #fff; color: var(--ink);
  border: 1px solid var(--rule);
  min-width: 88px; text-align: center;
  font-family: var(--sans);
}
.v2-event-head__date .d { font-size: 32px; font-weight: 800; line-height: 1; }
.v2-event-head__date .m { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); margin-top: 4px; font-weight: 700; }
.v2-event-head__date .sep { font-size: 20px; color: var(--accent); font-weight: 700; margin: 4px 0; }
.v2-event-head__titles { flex: 1; min-width: 0; }

.v2-event-head__title {
  font-family: var(--sans); font-weight: 800;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.05; letter-spacing: -.015em;
  margin: 0; color: var(--ink);
  text-transform: uppercase;
}
.v2-event-head__title em { font-style: normal; color: var(--ink); font-weight: 800; text-transform: uppercase; }

.v2-event-head__subtitle {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(18px, 2.4vw, 28px); line-height: 1.15; letter-spacing: -.005em;
  margin: .35em 0 0; color: var(--ink-2);
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .v2-event-head__titleblock { flex-direction: column; gap: .8rem; }
  .v2-event-head__date { flex-direction: row; gap: 8px; padding: 8px 12px; }
  .v2-event-head__date .m { margin-top: 0; }
}

.v2-event-head__meta {
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; font-size: 14.5px;
  color: var(--ink); margin-top: 1.2rem;
  align-items: center; font-weight: 600;   /* Detailinfos fett (F3) */
}
.v2-event-head__meta i { color: var(--accent); margin-right: .4rem; }

.v2-event-body {
  display: grid; gap: clamp(24px, 3vw, 56px);
  grid-template-columns: 1fr;
  padding: 2.5rem 0;
}
@media (min-width: 900px) {
  .v2-event-body {
    grid-template-columns: 1.4fr 1fr;   /* text LEFT, gallery RIGHT (per spec) */
  }
}

.v2-event-content h2 {
  font-family: var(--sans); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px);
  margin: 1.6rem 0 .8rem;
  text-transform: uppercase;
}
.v2-event-content > p,
.v2-event-content > .v2-event-content-html p {
  font-size: 17px; line-height: 1.75; color: var(--ink-2); margin: 0 0 1.1em;
  text-align: left;
}
.v2-event-content > p:first-of-type::first-letter {
  /* Drop-Cap NUR im Fließtext-Anfang, nicht in Bio-Karten (Feedback #2, P022) */
  font-family: var(--sans); float: left; font-size: 4em; line-height: .9;
  padding: .08em .12em 0 0; font-weight: 800; color: var(--accent);
}
.v2-event-extra {
  margin: 1.5rem 0 .8rem !important;
  padding: 12px 14px; background: var(--paper);
  border-left: 3px solid var(--accent);
  font-size: 15px !important; color: var(--ink-2);
}

/* Gallery on the right */
.v2-event-gallery {
  position: sticky; top: calc(var(--header-h-stuck) + 20px);
}
.v2-event-gallery__main {
  cursor: zoom-in; overflow: hidden;
}
.v2-event-gallery__main img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
}
.v2-event-gallery__thumbs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; margin-top: .4rem;
}
.v2-event-gallery__thumbs a {
  display: block; aspect-ratio: 1/1; overflow: hidden; cursor: zoom-in;
}
.v2-event-gallery__thumbs img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}
.v2-event-gallery__thumbs a:hover img { transform: scale(1.05); }

/* --- Konfigurierbare Layouts: zwei nebeneinander / Raster (P032.9) --- */
.v2-event-gallery__tiles { display: grid; gap: .5rem; }
.v2-event-gallery--two .v2-event-gallery__tiles { grid-template-columns: repeat(2, 1fr); }
.v2-event-gallery--grid .v2-event-gallery__tiles {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.v2-event-gallery__tiles a { display: block; aspect-ratio: 1/1; overflow: hidden; cursor: zoom-in; }
.v2-event-gallery__tiles img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s ease;
}
.v2-event-gallery__tiles a:hover img { transform: scale(1.04); }

/* Info card */
.v2-info-card {
  background: var(--card); border: 1px solid var(--rule);
  padding: 1.4rem 1.4rem; margin-top: 1.5rem;
}
.v2-info-card h6 {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  margin: 0 0 .8rem; color: var(--accent); font-weight: 700;
}
.v2-info-card ul { list-style: none; padding: 0; margin: 0; }
.v2-info-card li {
  display: grid; grid-template-columns: 20px 1fr; gap: .8rem;
  padding: .45rem 0; font-size: 14px; align-items: start;
  color: var(--ink-2);
}
.v2-info-card i { color: var(--accent); margin-top: .3rem; }
.v2-info-card a { color: var(--accent); text-decoration: underline; }
.v2-info-card a:hover { color: var(--accent-2); }

/* Zum Kalender hinzufügen (F4 #2) */
.v2-cal { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.v2-cal__label { display: block; width: 100%; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-bottom: .2rem; }
.v2-cal__btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .4rem .7rem; font-size: 12.5px; font-weight: 600;
  border: 1px solid var(--ink); color: var(--ink) !important; text-decoration: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.v2-cal__btn:hover { background: var(--accent); border-color: var(--accent); color: #fff !important; }

/* Speaker / Bildkarte — plain white, squared, image optional (P035) */
.v2-speaker {
  display: grid; grid-template-columns: 160px 1fr; gap: 1.4rem; align-items: start;
  margin: 1.8rem 0; padding: 1.6rem; background: var(--card); border: 1px solid var(--rule);
}
.v2-speaker:not(:has(img)) { grid-template-columns: 1fr; }
.v2-speaker img { width: 160px; height: 160px; object-fit: cover; }
.v2-speaker h3 { font-family: var(--sans); font-weight: 700; font-size: 22px; margin: 0 0 .5rem; text-transform: uppercase; letter-spacing: -.005em; }
.v2-speaker .v2-speaker__bio,
.v2-speaker .v2-speaker__bio p {
  margin: 0; color: var(--ink-2); font-size: 15px; line-height: 1.7;
}
.v2-speaker .v2-speaker__bio p + p { margin-top: .8em; }
/* NO drop-cap on bio text (P022) */
.v2-speaker .v2-speaker__bio p::first-letter { font-size: inherit; float: none; padding: 0; color: inherit; font-weight: inherit; }
/* Social-Media-Icons unter der Bio (F8) */
.v2-speaker__social { display: flex; gap: .5rem; margin-top: .9rem; flex-wrap: wrap; }
.v2-speaker__social a {
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid var(--ink); color: var(--ink); font-size: 14px;
  transition: background .15s ease, color .15s ease;
}
.v2-speaker__social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
@media (max-width: 600px) {
  .v2-speaker { grid-template-columns: 1fr; }
  .v2-speaker img { width: 110px; height: 110px; }
}

/* Info pratique / À savoir — identisches Textbild in beiden Karten (F8) */
.v2-info-richtext, .v2-info-richtext p {
  margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.65;
}
.v2-info-richtext p + p { margin-top: .6em; }
.v2-info-richtext a { color: var(--accent); text-decoration: underline; }
.v2-info-richtext ul, .v2-info-richtext ol { margin: .4em 0; padding-left: 1.2em; }

/* Bild-Credits (mouse-over) — P030 */
.v2-event-gallery__main { position: relative; }
.v2-event-gallery__credits {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 8px 12px; background: rgba(0,0,0,.6); color: #fff;
  font-size: 11px; letter-spacing: .04em;
  opacity: 0; transition: opacity .2s ease;
  pointer-events: none;
}
.v2-event-gallery__main:hover .v2-event-gallery__credits { opacity: 1; }

/* Per-Bild-Credit als Hover-Overlay auf Thumbs & Kacheln (Feedback v2 #12) */
.v2-gimg { position: relative; display: block; }
.v2-gimg__cred {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 6px 8px; background: rgba(0,0,0,.62); color: #fff;
  font-size: 10.5px; letter-spacing: .02em; line-height: 1.3;
  opacity: 0; transition: opacity .2s ease; pointer-events: none;
}
.v2-gimg:hover .v2-gimg__cred { opacity: 1; }

/* Bücher-Karussell — Bibliothek „Actualités littéraires" (Feedback v2 #6) */
.v2-books {
  display: flex; gap: 1.2rem; margin-top: 1.5rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 1rem; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.v2-books::-webkit-scrollbar { height: 8px; }
.v2-books::-webkit-scrollbar-thumb { background: var(--rule-strong); border-radius: 4px; }
.v2-book {
  flex: 0 0 auto; width: 150px; scroll-snap-align: start;
  color: var(--ink); display: block;
}
.v2-book:hover { color: var(--accent); }
.v2-book__cover {
  width: 150px; height: 210px; overflow: hidden; background: var(--card);
  border: 1px solid var(--rule); box-shadow: var(--shadow-1);
}
.v2-book__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.v2-book:hover .v2-book__cover img { transform: scale(1.04); }
.v2-book__ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--rule-strong); font-size: 40px; }
.v2-book__title { margin-top: .6rem; font-weight: 700; font-size: 13.5px; line-height: 1.3; }
.v2-book__author { font-size: 12.5px; color: var(--ink-3); margin-top: .1rem; }

/* Termine-Tabelle — P031-P033 */
.v2-schedule-card { padding: 1.4rem 1.4rem 1rem; }
.v2-schedule { width: 100%; border-collapse: collapse; }
.v2-schedule td { padding: .5rem 0; font-size: 14px; border-bottom: 1px dashed var(--rule); vertical-align: top; }
.v2-schedule tr:last-child td { border-bottom: 0; }
.v2-schedule__date { color: var(--ink); font-weight: 700; white-space: nowrap; padding-right: 1rem; }
.v2-schedule__date span { color: var(--ink-3); font-weight: 500; font-size: 12px; }
.v2-schedule__time { color: var(--accent); font-weight: 700; white-space: nowrap; padding-right: 1rem; }
.v2-schedule__label { color: var(--ink-2); font-size: 13px; }

/* Video embed */
.v2-video {
  position: relative; padding-bottom: 56.25%; height: 0;
  margin: 2rem 0; background: var(--ink);
}
.v2-video iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

/* Partner logos row */
.v2-partners-row {
  margin: 3rem 0 1rem; padding: 2rem 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.v2-partners-row h6 {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  margin: 0 0 1.2rem; color: var(--ink-3); font-weight: 700;
  text-align: center;
}
.v2-partners-row__list {
  display: flex; flex-wrap: wrap; gap: 2rem 3rem;
  align-items: center; justify-content: center;
}
.v2-partners-row__list a { display: inline-flex; align-items: center; }
.v2-partners-row__list img {
  max-height: 60px; max-width: 160px; width: auto; height: auto;
  filter: grayscale(0.4); opacity: 0.75; transition: all .3s ease;
}
.v2-partners-row__list a:hover img { filter: none; opacity: 1; }

.v2-photo-notice {
  margin-top: 2rem; padding: 1rem 1.2rem;
  background: var(--paper); border-left: 3px solid var(--accent);
  font-size: 13px; color: var(--ink-3); font-style: normal;
}

.v2-share {
  display: flex; align-items: center; gap: .8rem; padding: 1.2rem 0 0;
  margin-top: 1.5rem;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 600;
}
.v2-share a {
  width: 36px; height: 36px; display: inline-grid; place-items: center;
  background: var(--card); color: var(--ink-2); border: 1px solid var(--rule);
}
.v2-share a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.v2-pager {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--rule);
}
.v2-pager a {
  display: block; padding: 1rem 1.4rem; border: 1px solid var(--rule);
  background: var(--card);
}
.v2-pager a:hover { background: var(--paper); border-color: var(--accent); }
.v2-pager small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.v2-pager strong { display: block; font-family: var(--sans); font-weight: 500; font-size: 16px; margin-top: .25rem; color: var(--ink); text-transform: uppercase; }
.v2-pager .next { text-align: right; }

/* ---------- PROSE ---------- */
.v2-prose {
  max-width: 900px; margin: 0 auto; padding: 3rem var(--gutter) 1rem;
}
.v2-prose h1 {
  font-family: var(--sans); font-weight: 500; font-size: clamp(34px, 5.5vw, 60px);
  line-height: 1.05; letter-spacing: -.015em; margin: 0 0 .5em;
  text-transform: uppercase;
}
.v2-prose h1 em { font-style: normal; color: var(--accent); text-transform: none; }
.v2-prose h2 {
  font-family: var(--sans); font-weight: 700; font-size: clamp(18px, 2vw, 22px);
  margin: 2rem 0 .8rem; text-transform: uppercase; letter-spacing: .04em;
}
.v2-prose h3 { font-family: var(--sans); font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: .06em; margin: 1.6rem 0 .5rem; }
.v2-prose p { font-size: 18px; line-height: 1.75; color: var(--ink-2); font-weight: 300; }
.v2-prose a { color: var(--accent); border-bottom: 1px solid currentColor; }

/* ---------- TEAM — Liste, ohne Kacheln, ohne Mails (Feedback P055) ---------- */
.v2-team-list { list-style: none; padding: 0; margin: 1.5rem 0 0; max-width: 640px; }
.v2-team-list li {
  display: flex; align-items: baseline; gap: 1rem;
  padding: 12px 0; border-bottom: 1px solid var(--rule);
  font-size: 16px;
}
.v2-team-list li:last-child { border-bottom: 0; }
.v2-team-list__name { font-weight: 700; color: var(--ink); min-width: 200px; }
.v2-team-list__role { color: var(--ink-3); font-size: 14px; }

/* ---------- CARDS GRID (bourses, partners, books) ---------- */
.v2-cards {
  display: grid; gap: clamp(16px, 2vw, 24px);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin-top: 2rem;
}
.v2-cards__item {
  background: var(--card); padding: 1.4rem; border: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: .6rem; min-height: 180px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.v2-cards__item:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); border-color: var(--accent); color: var(--ink); }
.v2-cards__item img { max-width: 140px; max-height: 60px; object-fit: contain; margin-bottom: .4rem; }
.v2-cards__item h3 { font-family: var(--sans); font-weight: 700; font-size: 15px; margin: 0; line-height: 1.3; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); }
.v2-cards__item p { margin: 0; color: var(--ink-3); font-size: 13px; }
.v2-cards__item .more { margin-top: auto; font-size: 12px; color: var(--accent); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Newsletter archive */
.v2-news { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1.2rem; margin-top: 1.5rem; }
.v2-news__item { display: block; }
.v2-news__cover {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  transition: transform .3s ease;
  border: 1px solid var(--rule);
}
.v2-news__item:hover .v2-news__cover { transform: translateY(-3px); box-shadow: var(--shadow-1); }
.v2-news__meta { margin-top: .5rem; font-size: 11px; color: var(--accent); letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.v2-news__title { font-family: var(--sans); font-size: 14px; margin: .15rem 0 0; color: var(--ink); }

/* ---------- FORM ---------- */
.v2-form { max-width: 640px; margin: 2rem 0; }
.v2-form label {
  display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-2); font-weight: 700; margin-bottom: .35rem;
}
.v2-form input[type="text"], .v2-form input[type="email"],
.v2-form textarea, .v2-form select {
  width: 100%; padding: .75rem 1rem; font: inherit;
  background: var(--card); border: 1px solid var(--rule);
  margin-bottom: 1.2rem; transition: border-color .2s ease;
  border-radius: 0;
}
.v2-form input:focus, .v2-form textarea:focus, .v2-form select:focus {
  outline: 0; border-color: var(--accent);
}

/* ---------- FOOTER (pink per BMEIA style) ---------- */
.v2-footer {
  background: var(--footer-bg); color: var(--ink);
  margin-top: 4rem; position: relative;
}
.v2-footer__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 2rem var(--gutter) 1.4rem;   /* schmäler (F3) */
  display: grid; gap: 1.6rem 2rem;
  grid-template-columns: 64px 1.2fr 1.2fr 1.3fr 1.8fr;
  align-items: start;
}
@media (max-width: 991px) {
  .v2-footer__inner { grid-template-columns: 64px 1fr 1fr; gap: 1.4rem; }
  .v2-footer__col--logos { grid-column: 1 / -1; flex-direction: row; align-items: center; flex-wrap: wrap; }
}
/* Desktop: nur das vertikale Logo */
.v2-footer__brand-mobile { display: none; }

.v2-footer__brand-col {
  display: flex; align-items: center; justify-content: flex-start;
}
.v2-footer__brand-vertical {
  height: 220px; width: auto;
  max-width: none; display: block;
}
.v2-footer__brand-square {
  height: 90px; width: auto; margin-bottom: 1rem;
}
.v2-footer__col--logos {
  display: flex; flex-direction: column; gap: .8rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .v2-footer__brand-vertical { height: 160px; }
}

/* Mobile: Horaires & Newsletter NICHT nebeneinander → alles untereinander (F3) */
@media (max-width: 700px) {
  .v2-footer__inner { grid-template-columns: 1fr; gap: 1.4rem; }
  .v2-footer__brand-col { justify-content: flex-start; }
  /* Mobil: vertikales Logo aus, normales quadratisches Logo an (F4 #5) */
  .v2-footer__brand-vertical { display: none; }
  .v2-footer__brand-mobile { display: block; height: 70px; width: auto; }
}
.v2-footer__col h3 {
  font-family: var(--sans); font-style: normal; font-weight: 500; font-size: 18px;
  color: var(--ink); margin: 0 0 1rem;
}
.v2-footer__col p { color: var(--ink-2); font-size: 14px; line-height: 1.65; margin: 0 0 .9rem; font-weight: 300; }
/* Footer-Textlinks: nur FARBE (kein border-bottom), damit die Social-Icon-Boxen
   ihre volle Umrandung behalten (Bug „Rand unten fehlt" — F3). Buttons ausgenommen. */
.v2-footer__col a:not(.v2-btn) { color: var(--ink); }
.v2-footer__col a:not(.v2-btn):hover { color: var(--accent); }
/* Unterstrich-Effekt nur für die Liens-Liste */
.v2-footer__links a { border-bottom: 1px solid transparent; }
.v2-footer__links a:hover { border-bottom-color: var(--accent); }

.v2-footer__links { list-style: none; margin: 0; padding: 0; }
.v2-footer__links li { padding: .25rem 0; font-size: 14px; }

.v2-footer__socials { display: flex; gap: .5rem; margin-top: 1rem; }
.v2-footer__socials a {
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid var(--ink); color: var(--ink);
}
.v2-footer__socials a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

.v2-footer__bmeia {
  height: 60px; width: auto; margin-bottom: 1rem;
}
.v2-footer__ministry-line {
  font-size: 12px; color: var(--ink-3); line-height: 1.5;
}
.v2-footer__ministry-line a { color: var(--ink-3); }
.v2-footer__ministry-line a:hover { color: var(--accent); }

.v2-footer__bottom {
  max-width: var(--container); margin: 0 auto;
  padding: 1rem var(--gutter); border-top: 1px solid rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  font-size: 12px; color: var(--ink-3);
}

/* ---------- PAGINATION (already exists) ---------- */
.v2-pagination {
  margin: 3rem 0 1rem; padding-top: 2rem; border-top: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 1.2rem; align-items: center;
}
.v2-pagination__info {
  font-size: 13px; color: var(--ink-3); letter-spacing: .04em;
  font-family: var(--sans);
}
.v2-pagination__nav {
  display: flex; flex-wrap: wrap; gap: 0; align-items: center; justify-content: center;
}
.v2-page-btn {
  display: inline-flex; align-items: center; gap: .3rem;
  min-width: 44px; height: 44px; padding: 0 .9rem;
  font-size: 14px; font-weight: 700; color: var(--ink);
  background: var(--card); border: 1px solid var(--rule);
  border-right: 0;
  justify-content: center; transition: all .2s ease; text-decoration: none;
  font-family: var(--sans);
}
.v2-page-btn:last-child { border-right: 1px solid var(--rule); }
.v2-page-btn:hover { background: var(--paper); color: var(--accent); }
.v2-page-btn.is-current { background: var(--accent); color: #fff; border-color: var(--accent); border-right-color: var(--accent); }
.v2-page-btn.is-current:hover { background: var(--accent); color: #fff; }
.v2-page-btn.is-disabled { color: var(--rule-strong); cursor: not-allowed; background: transparent; }
.v2-page-btn.is-gap { border-color: transparent; background: transparent; color: var(--ink-3); cursor: default; min-width: 28px; }
@media (max-width: 600px) {
  .v2-page-btn { min-width: 36px; height: 36px; padding: 0 .5rem; font-size: 13px; }
}

/* ---------- LIGHTBOX ---------- */
.v2-lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 200;
  display: none; align-items: center; justify-content: center;
}
.v2-lightbox.is-open { display: flex; }
.v2-lightbox__img { max-width: 92vw; max-height: 88vh; object-fit: contain; }
.v2-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px; background: rgba(255,255,255,.1); color: #fff;
  border: 0; cursor: pointer; display: grid; place-items: center;
  font-size: 18px; transition: background .2s ease;
}
.v2-lightbox__nav:hover { background: var(--accent); }
.v2-lightbox__nav--prev { left: 1.5rem; }
.v2-lightbox__nav--next { right: 1.5rem; }
.v2-lightbox__close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  width: 44px; height: 44px; background: rgba(255,255,255,.1); color: #fff;
  border: 0; cursor: pointer; display: grid; place-items: center; font-size: 20px;
}
.v2-lightbox__close:hover { background: var(--accent); }
.v2-lightbox__counter {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(0,0,0,.5); padding: .4rem .8rem;
}

/* ---------- UTILITIES ---------- */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.v2-empty { padding: 4rem 0; text-align: center; color: var(--ink-3); font-style: normal; font-family: var(--sans); font-size: 20px; }
.v2-see-all {
  display: block; text-align: center; margin: 2rem 0 0;
  padding: 1.2rem; background: var(--card); border: 1px solid var(--rule);
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink);
}
.v2-see-all:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- Rich-Text-Listen & Einzug (F9) ----------
   Quill 2.0 legt Aufzählungen als <ol><li data-list="bullet|ordered"> ab.
   Damit Bullets als Punkte (statt Zahlen) erscheinen und Einzüge wirken: */
.v2-event-content ol, .v2-info-richtext ol, .v2-speaker__bio ol,
.v2-prix-text ol, .v2-prose ol,
.v2-event-content ul, .v2-info-richtext ul, .v2-speaker__bio ul,
.v2-prix-text ul, .v2-prose ul { padding-left: 1.5em; margin: .5em 0; }
.v2-event-content li[data-list="bullet"], .v2-info-richtext li[data-list="bullet"],
.v2-speaker__bio li[data-list="bullet"], .v2-prix-text li[data-list="bullet"],
.v2-prose li[data-list="bullet"] { list-style-type: disc; }
.v2-event-content li[data-list="ordered"], .v2-info-richtext li[data-list="ordered"],
.v2-speaker__bio li[data-list="ordered"], .v2-prix-text li[data-list="ordered"],
.v2-prose li[data-list="ordered"] { list-style-type: decimal; }
/* Quill-Einzug-Klassen */
.ql-indent-1 { padding-left: 3em; } .ql-indent-2 { padding-left: 6em; }
.ql-indent-3 { padding-left: 9em; } .ql-indent-4 { padding-left: 12em; }
.ql-indent-5 { padding-left: 15em; } .ql-indent-6 { padding-left: 18em; }
