/* ==========================================================================
   Albanian Business Club (ABC) - Design-Preview
   Palette : tiefes Marine in 4 Stufen + warme Ivory-Neutrals + ein tiefes Rot
   Schrift : Source Serif 4 (Titel, Geschaeftsbericht-Charakter)
             IBM Plex Sans (Text, Navigation, Labels)
   Signature: "Netzband" - Haarlinie mit quadratischen Knoten
   ========================================================================== */

/* ---------- Schriften (selbst gehostet, revDSG-konform) ---------- */
@font-face {
  font-family: 'Plex';
  src: url('../fonts/ibm-plex-sans-latin-ext.woff2') format('woff2');
  font-weight: 100 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plex';
  src: url('../fonts/ibm-plex-sans-latin.woff2') format('woff2');
  font-weight: 100 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'SourceSerif';
  src: url('../fonts/source-serif-4-latin-ext.woff2') format('woff2');
  font-weight: 200 900; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'SourceSerif';
  src: url('../fonts/source-serif-4-latin.woff2') format('woff2');
  font-weight: 200 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --ink:        #0C1620;
  --navy-900:   #101E2A;
  --navy-800:   #16293A;
  --navy-700:   #1E3A50;
  --navy-600:   #2B5270;
  --steel:      #7C93A6;
  --steel-dark: #48555F;

  --paper:      #F7F3EB;
  --paper-2:    #EFE8DC;
  --paper-3:    #E5DBC9;
  --line:       #D8CDBA;
  --line-soft:  #E6DED0;

  --accent:      #A22A34;
  --accent-deep: #7C1F27;
  --accent-lite: #D9948C;

  --r-btn: 6px;
  --r-card: 12px;
  --r-media: 12px;

  --sh-1: 0 1px 2px rgba(12,22,32,.05), 0 8px 28px rgba(12,22,32,.07);
  --sh-2: 0 2px 4px rgba(12,22,32,.06), 0 18px 48px rgba(12,22,32,.12);
  --sh-3: 0 1px 2px rgba(12,22,32,.06), 0 24px 64px rgba(12,22,32,.16);

  --pad-sec: clamp(56px, 8vw, 104px);
  --gutter: clamp(20px, 5vw, 40px);
  --maxw: 1200px;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--steel-dark);
  font-family: 'Plex', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; }

h1, h2, h3 {
  font-family: 'SourceSerif', Georgia, serif;
  color: var(--navy-900);
  font-weight: 600;
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.012em;
}
h1 { font-size: clamp(2.05rem, 5vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 3.3vw, 2.35rem); line-height: 1.15; }
h3 { font-size: clamp(1.08rem, 1.6vw, 1.22rem); line-height: 1.3; letter-spacing: -0.005em; }
p  { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
/* Abstands-Utilities (statt Inline-Styles) */
.mt-1 { margin-top: 20px; } .mt-2 { margin-top: 26px; } .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 40px; }
.m-0 { margin: 0; }
.section { padding-block: var(--pad-sec); }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.22rem); line-height: 1.6; color: var(--steel-dark); }
.measure { max-width: 62ch; }
.measure-s { max-width: 52ch; }

.eyebrow {
  display: block;
  font-size: .74rem; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 18px;
}
.on-dark .eyebrow, .hero .eyebrow { color: var(--accent-lite); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy-900); color: var(--paper);
  padding: 12px 20px; border-radius: 0 0 var(--r-btn) 0;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
/* Auf JEDER dunklen Flaeche der helle Rotton: das tiefe Rot kaeme auf Marine nur
   auf 2.4:1 und verfehlt die 3:1 aus WCAG 1.4.11 fuer Fokus-Indikatoren. */
.on-dark :focus-visible,
.hero :focus-visible,
.band :focus-visible,
.pagehead :focus-visible,
.site-footer :focus-visible,
.mobile-nav :focus-visible { outline-color: var(--accent-lite); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 26px;
  border: 1px solid transparent; border-radius: var(--r-btn);
  font-size: .95rem; font-weight: 500; letter-spacing: .005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out, transform .15s ease-out, box-shadow .2s ease-out;
}
.btn-primary { background: var(--accent); color: #FFF6F2; box-shadow: 0 1px 2px rgba(12,22,32,.12); }
.btn-primary:hover { background: var(--accent-deep); box-shadow: 0 2px 6px rgba(124,31,39,.28); }
.btn-ghost { border-color: var(--line); color: var(--navy-900); background: transparent; }
.btn-ghost:hover { border-color: var(--navy-700); background: rgba(30,58,80,.05); }
.on-dark .btn-ghost, .hero .btn-ghost { border-color: rgba(247,243,235,.42); color: var(--paper); }
.on-dark .btn-ghost:hover, .hero .btn-ghost:hover { border-color: var(--paper); background: rgba(247,243,235,.1); }
.btn:active { transform: scale(.98); }
.btn-sm { min-height: 44px; padding: 9px 18px; font-size: .875rem; }

/* Textlink mit Pfeil */
.link-more {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px;
  font-size: .95rem; font-weight: 500; color: var(--navy-900);
  text-decoration: none; border-bottom: 1px solid var(--line);
  transition: color .2s ease-out, border-color .2s ease-out;
}
.link-more::after {
  content: ""; width: 18px; height: 1px; background: currentColor;
  transition: transform .2s ease-out;
}
.link-more:hover { color: var(--accent); border-color: var(--accent); }
.link-more:hover::after { transform: translateX(4px); }
.link-more:active { transform: scale(.99); }
/* .band ist ebenfalls eine dunkle Flaeche: der Link braucht dort die helle Variante,
   sonst steht Marine auf Marine. */
.on-dark .link-more, .band .link-more { color: var(--paper); border-color: rgba(247,243,235,.3); }
.on-dark .link-more:hover, .band .link-more:hover { color: var(--accent-lite); border-color: var(--accent-lite); }

/* Textlinks im Fliesstext (Formular-Einwilligung, Rechtstexte) */
.check a, .legal a, .field-hint a {
  color: var(--accent); text-decoration: underline; text-underline-offset: 3px;
  transition: color .2s ease-out, opacity .15s ease-out;
}
.check a:hover, .legal a:hover, .field-hint a:hover { color: var(--accent-deep); }
.check a:active, .legal a:active, .field-hint a:active { opacity: .65; }

/* Klick-Feedback auf den restlichen interaktiven Elementen. Buttons, Karten,
   link-more, Burger und Mobilmenue haben ihr eigenes :active weiter unten. */
.nav-desktop a:active, .lang a:active, .site-footer a:active,
.logo:active, .mn-lang a:active { opacity: .65; }
.mn-lang a { transition: color .2s ease-out, border-color .2s ease-out, opacity .15s ease-out; }
.mn-lang a:hover { color: var(--accent-lite); border-bottom-color: var(--accent-lite); }

/* ---------- Kennzeichnungen: Platzhalter & Konzept ---------- */
.stand-in {
  color: var(--accent);
  border-bottom: 1px dotted var(--accent);
  font-style: normal;
  /* Lange Platzhalter muessen umbrechen duerfen, sonst sprengen sie das Handy-Layout. */
  overflow-wrap: anywhere;
}
.on-dark .stand-in { color: var(--accent-lite); border-bottom-color: var(--accent-lite); }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px 5px 10px;
  border: 1px solid var(--line); border-radius: 100px;
  background: var(--paper);
  font-size: .78rem; font-weight: 500; color: var(--steel-dark);
  letter-spacing: .01em;
}
.chip::before { content: ""; width: 7px; height: 7px; background: var(--accent); flex: none; }
.on-dark .chip { background: rgba(247,243,235,.08); border-color: rgba(247,243,235,.26); color: var(--paper); }
.on-dark .chip::before { background: var(--accent-lite); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,243,235,.94);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .25s ease-out, background-color .25s ease-out;
}
.site-header.scrolled { box-shadow: 0 1px 0 var(--line-soft), 0 6px 24px rgba(12,22,32,.07); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 74px;
  transition: min-height .25s ease-out;
}
.site-header.scrolled .header-inner { min-height: 62px; }

.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-900); }
.logo-mark { width: 30px; height: 30px; flex: none; }
/* Wortmarke sitzt auf hellem UND dunklem Grund: Netz + Basisknoten erben die
   Textfarbe, der Akzentknoten wechselt auf den hellen Rotton. Kein weisser Kasten. */
.logo-mark .net { stroke: currentColor; opacity: .38; fill: none; }
.logo-mark .node { fill: currentColor; }
.logo-mark .node-accent { fill: var(--accent); }
.site-footer .logo-mark .net, .mobile-nav .logo-mark .net { opacity: .5; }
.site-footer .logo-mark .node-accent, .mobile-nav .logo-mark .node-accent { fill: var(--accent-lite); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-abc {
  font-family: 'SourceSerif', Georgia, serif; font-weight: 600;
  font-size: 1.42rem; letter-spacing: .04em; color: var(--navy-900);
}
.logo-full {
  font-size: .58rem; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: var(--steel-dark); margin-top: 4px;
}
.logo:hover .logo-abc { color: var(--accent); }
.logo-abc, .logo-full { transition: color .2s ease-out; }

.nav-desktop { display: none; }
.nav-desktop ul { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); list-style: none; margin: 0; padding: 0; }
.nav-desktop a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: .9rem; font-weight: 500; color: var(--steel-dark);
  text-decoration: none; position: relative;
  transition: color .2s ease-out;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 14px; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .22s var(--ease);
}
.nav-desktop a:hover { color: var(--navy-900); }
.nav-desktop a:hover::after { transform: scaleX(1); }
.nav-desktop a[aria-current="page"] { color: var(--navy-900); }
.nav-desktop a[aria-current="page"]::after { transform: scaleX(1); }

.header-side { display: flex; align-items: center; gap: 14px; }
.lang { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 500; letter-spacing: .06em; }
.lang a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 2px; color: var(--steel-dark); text-decoration: none; transition: color .2s ease-out; }
.lang a:hover { color: var(--accent); }
.lang-on { display: inline-flex; align-items: center; min-height: 44px; color: var(--navy-900); }
.lang-sep { width: 1px; height: 13px; background: var(--line); }
.header-cta { display: none; }

.burger {
  width: 48px; height: 48px; flex: none;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  background: transparent; border: 1px solid var(--line); border-radius: var(--r-btn);
  cursor: pointer; transition: border-color .2s ease-out, transform .15s ease-out;
}
.burger span { display: block; width: 18px; height: 1.5px; background: var(--navy-900); transition: transform .25s var(--ease), opacity .2s ease-out; }
.burger:hover { border-color: var(--navy-700); }
.burger:active { transform: scale(.96); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobilmenue: aus dem Layoutfluss (position fixed + visibility).
   Liegt im Markup NACH dem Header, weil dessen backdrop-filter sonst zum
   Containing Block wuerde und das Panel auf Headerhoehe schrumpfen liesse. */
.mobile-nav {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99;
  background: var(--navy-900);
  padding: 90px 0 40px;
  overflow-y: auto;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .25s ease-out, transform .28s var(--ease), visibility .28s;
}
.mobile-nav-inner { padding-inline: var(--gutter); }
.mobile-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mobile-nav ul { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid rgba(247,243,235,.14); }
.mobile-nav li { border-bottom: 1px solid rgba(247,243,235,.14); }
.mobile-nav a {
  display: flex; align-items: center; min-height: 58px;
  font-family: 'SourceSerif', Georgia, serif; font-size: 1.3rem; color: var(--paper);
  text-decoration: none; transition: color .2s ease-out, transform .2s ease-out;
}
.mobile-nav a:hover { color: var(--accent-lite); }
.mobile-nav a:active { transform: scale(.99); }
.mobile-nav a[aria-current="page"] { color: var(--accent-lite); }
.mobile-nav .btn { width: 100%; }
.mn-lang { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: var(--steel); font-size: .85rem; letter-spacing: .06em; }
.mn-lang a { display: inline-flex; align-items: center; min-height: 44px; font-family: 'Plex', sans-serif; font-size: .85rem; color: var(--paper); text-decoration: none; border-bottom: 1px solid rgba(247,243,235,.35); }
.mn-lang .cur { color: var(--steel); }

@media (min-width: 1000px) {
  .nav-desktop { display: block; }
  .header-cta { display: inline-flex; }
  .burger { display: none; }
  .mobile-nav { display: none; }
  .logo-mark { width: 34px; height: 34px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate;
  display: flex; align-items: flex-end;
  min-height: 560px;
  min-height: 74svh;
  padding-block: clamp(56px, 10vw, 96px) clamp(44px, 7vw, 76px);
  background: var(--navy-900);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media video { position: absolute; inset: 0; }
.hero-img { animation: kenburns 40s ease-in-out infinite alternate; will-change: transform; }
.hero.has-video .hero-img { animation: none; }
@keyframes kenburns {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to   { transform: scale(1.13) translate3d(-1.2%, -2%, 0); }
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(12,22,32,.72) 0%, rgba(12,22,32,.30) 34%, rgba(12,22,32,.86) 100%),
    linear-gradient(90deg, rgba(12,22,32,.80) 0%, rgba(12,22,32,.34) 62%, rgba(12,22,32,.18) 100%);
}
.hero-inner { position: relative; }
/* 32ch: die Headline steht auf Desktop auf zwei Zeilen, nicht auf vier. */
.hero h1 { color: var(--paper); max-width: 32ch; }
.hero .lead { color: #D6DEE5; max-width: 46ch; margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* Seitenkopf der Unterseiten */
.pagehead {
  position: relative; isolation: isolate;
  background: var(--navy-900); color: var(--paper);
  padding-block: clamp(52px, 8vw, 92px);
  overflow: hidden;
}
.pagehead-media { position: absolute; inset: 0; z-index: -2; }
.pagehead-media img { width: 100%; height: 100%; object-fit: cover; }
.pagehead::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  /* Auf dem Handy laeuft der Text ueber die ganze Breite, deshalb zusaetzlich
     ein vertikaler Schleier. Ab Tablet reicht der horizontale. */
  background:
    linear-gradient(180deg, rgba(12,22,32,.62) 0%, rgba(12,22,32,.78) 100%),
    linear-gradient(90deg, rgba(12,22,32,.88) 0%, rgba(12,22,32,.6) 60%, rgba(12,22,32,.4) 100%);
}
@media (min-width: 760px) {
  .pagehead::after {
    background: linear-gradient(90deg, rgba(12,22,32,.93) 0%, rgba(12,22,32,.72) 55%, rgba(12,22,32,.5) 100%);
  }
}
.pagehead h1 { color: var(--paper); max-width: 18ch; }
.pagehead .lead { color: #CFD9E1; max-width: 54ch; margin-top: 18px; }
.pagehead .chip { margin-top: 24px; }
.pagehead-slim { padding-block: clamp(40px, 6vw, 66px); }

/* ---------- Flaechen ---------- */
.bg-paper   { background: var(--paper); }
.bg-paper-2 { background: var(--paper-2); }
.bg-navy    { background: var(--navy-900); color: #CFD9E1; }
.bg-navy h2, .bg-navy h3 { color: var(--paper); }
.bg-navy .lead { color: #CFD9E1; }

/* ---------- Zweispaltiger Abschnittskopf ---------- */
.sec-head { margin-bottom: clamp(32px, 4vw, 52px); }
.sec-head p { margin-top: 18px; }

/* Statement-Band */
.statement { display: grid; gap: clamp(24px, 4vw, 60px); }
.statement-lead { font-family: 'SourceSerif', Georgia, serif; font-size: clamp(1.35rem, 2.6vw, 1.85rem); line-height: 1.35; color: var(--navy-900); }
@media (min-width: 860px) { .statement { grid-template-columns: 1.05fr 1fr; align-items: start; } }

/* ---------- Signature: Netzband ---------- */
.rail-wrap { position: relative; padding-left: 0; }
.rail-line {
  position: absolute; left: 5px; top: 12px; bottom: 12px; width: 1px;
  background: var(--line); transform-origin: top; display: block;
}
.bg-navy .rail-line, .on-dark .rail-line { background: rgba(247,243,235,.22); }
.rail { list-style: none; margin: 0; padding: 0; counter-reset: rail; }
.rail > li {
  position: relative; padding-left: 38px; padding-block: clamp(18px, 2.4vw, 26px);
  border-bottom: 1px solid var(--line-soft);
}
.bg-navy .rail > li, .on-dark .rail > li { border-bottom-color: rgba(247,243,235,.14); }
.rail > li:first-child { padding-top: 0; }
.rail > li:last-child { border-bottom: none; padding-bottom: 0; }
.rail > li::before {
  content: ""; position: absolute; left: 0; top: clamp(24px, 2.9vw, 32px);
  width: 11px; height: 11px; background: var(--navy-700);
}
.rail > li:first-child::before { top: 6px; background: var(--accent); }
.bg-navy .rail > li::before, .on-dark .rail > li::before { background: var(--steel); }
.bg-navy .rail > li:first-child::before, .on-dark .rail > li:first-child::before { background: var(--accent-lite); }
.rail h3 { margin-bottom: 8px; }
.rail p { color: var(--steel-dark); max-width: 58ch; }
.bg-navy .rail p, .on-dark .rail p { color: #C3CED7; }

/* Zweispaltige Netzband-Variante */
@media (min-width: 900px) {
  .rail-2 { columns: 2; column-gap: 56px; }
  .rail-2 > li { break-inside: avoid; }
}

/* ---------- Medien-Split ---------- */
.split { display: grid; gap: clamp(28px, 4vw, 64px); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split-media-right .split-media { order: 2; }
}
.figure { position: relative; border-radius: var(--r-media); overflow: hidden; box-shadow: var(--sh-2); background: var(--navy-800); }
.figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.figure::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-media); box-shadow: inset 0 0 0 1px rgba(12,22,32,.10); pointer-events: none; }
.figure-3-2 { aspect-ratio: 3 / 2; }
.figure-4-3 { aspect-ratio: 4 / 3; }

/* ---------- Bild-Band mit Karte ---------- */
.band {
  position: relative; isolation: isolate;
  padding-block: clamp(72px, 11vw, 132px);
  background: var(--navy-900); overflow: hidden;
}
.band-media { position: absolute; inset: 0; z-index: -2; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(12,22,32,.92) 0%, rgba(12,22,32,.7) 48%, rgba(12,22,32,.42) 100%);
}
.band-card { max-width: 560px; }
.band-card h2 { color: var(--paper); }
.band-card p { color: #CFD9E1; margin-top: 18px; }
.band-card .chip { margin-bottom: 20px; }
.band-card .link-more { margin-top: 26px; }

/* ---------- Zweisprachigkeit ---------- */
.bilingual {
  display: grid; gap: 0;
  border: 1px solid var(--line); border-radius: var(--r-card);
  overflow: hidden; background: var(--paper);
  box-shadow: var(--sh-1);
}
.bl-col { padding: clamp(28px, 4vw, 44px); }
.bl-col + .bl-col { border-top: 1px solid var(--line); }
.bl-tag { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--steel-dark); margin-bottom: 14px; }
.bl-line { font-family: 'SourceSerif', Georgia, serif; font-size: clamp(1.5rem, 3.4vw, 2.1rem); line-height: 1.15; color: var(--navy-900); }
.bl-col:last-child { background: var(--paper-2); }
.bl-col:last-child .bl-line { color: var(--accent); }
@media (min-width: 760px) {
  .bilingual { grid-template-columns: 1fr 1fr; }
  .bl-col + .bl-col { border-top: none; border-left: 1px solid var(--line); }
}

/* ---------- Karten ---------- */
.cards { display: grid; gap: clamp(16px, 2vw, 24px); }
@media (min-width: 700px) { .cards-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } }
.card {
  background: var(--paper);
  border: 1px solid var(--line-soft); border-radius: var(--r-card);
  padding: clamp(22px, 2.6vw, 30px);
  box-shadow: var(--sh-1);
  transition: transform .22s var(--ease), box-shadow .22s ease-out, border-color .22s ease-out;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--steel-dark); }
.card-num {
  display: block; width: 11px; height: 11px; background: var(--accent); margin-bottom: 18px;
}
a.card { text-decoration: none; display: block; }
a.card:hover, .card-lift:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--line); }
a.card:active { transform: translateY(-1px) scale(.995); }

/* Panel (Partner / Hinweis) */
.panel {
  border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-2); padding: clamp(26px, 4vw, 44px);
}
.panel-accent { border-left: 3px solid var(--accent); }
.note {
  border-left: 2px solid var(--accent); padding: 4px 0 4px 18px;
  color: var(--steel-dark); font-size: .95rem;
}
.on-dark .note, .bg-navy .note { border-left-color: var(--accent-lite); color: #C3CED7; }

/* Branchenliste als Pillen */
.pills { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.pills li {
  border: 1px solid var(--line); border-radius: 100px;
  padding: 9px 17px; font-size: .9rem; color: var(--navy-900);
  background: var(--paper);
  transition: border-color .2s ease-out, transform .2s var(--ease), background-color .2s ease-out;
}
.pills li:hover { border-color: var(--accent); background: #FFFDF9; }

/* Sprach-Block im Footer */
.footer-h + .footer-list + .footer-h { margin-top: 28px; }

/* Vorstand-Slots */
.slots { display: grid; gap: 14px; }
@media (min-width: 640px) { .slots { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .slots { grid-template-columns: repeat(4, 1fr); } }
.slot {
  border: 1px dashed var(--line); border-radius: var(--r-card);
  background: var(--paper); padding: 22px 20px 20px; min-height: 152px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.slot-role { font-weight: 500; color: var(--navy-900); font-size: .95rem; }
.slot-mark {
  width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 16px;
}
.slot-mark span { width: 9px; height: 9px; background: var(--line); display: block; }
.slot-hint { font-size: .82rem; color: var(--accent); margin-top: 10px; }

/* ---------- Formular (rein optisch) ---------- */
.form { display: grid; gap: 20px; }
@media (min-width: 720px) { .form-2 { grid-template-columns: 1fr 1fr; } .form-full { grid-column: 1 / -1; } }
.field { display: grid; gap: 8px; }
.field label { font-size: .88rem; font-weight: 500; color: var(--navy-900); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .98rem; color: var(--navy-900);
  background: #FFFDF8;
  border: 1px solid var(--line); border-radius: var(--r-btn);
  padding: 13px 15px; min-height: 50px; width: 100%;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8A8377; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(162,42,52,.13);
}
.field-hint { font-size: .82rem; color: var(--steel-dark); }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--steel-dark); }
.check input { width: 20px; height: 20px; margin-top: 3px; flex: none; accent-color: var(--accent); }

.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { padding-block: 14px; border-bottom: 1px solid var(--line-soft); }
.contact-list li:last-child { border-bottom: none; }
.contact-list .k { display: block; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--steel-dark); margin-bottom: 5px; }
.contact-list .v { color: var(--navy-900); font-size: 1.02rem; }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 74ch; }
.legal h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-top: 44px; margin-bottom: 14px; }
.legal h2:first-of-type { margin-top: 0; }
.legal ul { padding-left: 20px; margin: 0 0 1em; }
.legal li { margin-bottom: 6px; }
.legal .stand { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #A9B7C2; padding-block: clamp(48px, 6vw, 72px) 32px; }
.site-footer a { color: #CFD9E1; text-decoration: none; transition: color .2s ease-out; }
.site-footer a:hover { color: var(--accent-lite); }
.footer-top { display: grid; gap: clamp(30px, 4vw, 48px); padding-bottom: 38px; border-bottom: 1px solid rgba(247,243,235,.12); }
@media (min-width: 780px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand .logo { color: var(--paper); }
.footer-brand .logo-abc { color: var(--paper); }
.footer-brand .logo-full { color: var(--steel); }
.footer-brand p { margin-top: 18px; font-size: .93rem; max-width: 34ch; }
.footer-h { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--steel); margin-bottom: 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 2px; }
.footer-list a, .footer-list span { display: inline-flex; align-items: center; min-height: 44px; font-size: .95rem; }
.footer-note {
  margin-top: 30px; padding: 18px 0 18px 18px;
  border-left: 2px solid var(--accent-lite);
  font-size: .88rem; color: #9FAEBA; max-width: 76ch;
}
.footer-legal {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(247,243,235,.12);
  display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center;
  font-size: .85rem; color: #8797A4;
}
.footer-legal a { display: inline-flex; align-items: center; min-height: 44px; }

/* ---------- Motion: Reveals (JS setzt die Startwerte) ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero-img { animation: none !important; }
}
