/*
Theme Name: AS Gruppe Europa SE
Theme URI: https://as-se.eu
Author: Kedar & Partner
Author URI: https://kedar-partner.com
Description: Premium WordPress-Theme für die AS Gruppe Europa SE — European Holding & Investment Group. Editorial, reduziert, ohne Build-Prozess, ohne externe Frameworks.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asgruppe
Tags: business, corporate, one-column, custom-logo, custom-menu, editor-style
*/

/* =========================================================
   1 — FONTS (self-hosted)
   ========================================================= */
@font-face {
  font-family: 'Inter var'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('assets/fonts/inter-latin.woff2') format('woff2');
  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: 'Inter var'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('assets/fonts/inter-latin-ext.woff2') format('woff2');
  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: 'Inter var'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('assets/fonts/inter-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'AS Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('assets/fonts/serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'AS Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('assets/fonts/serif-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'AS Serif'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('assets/fonts/serif-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'AS Serif'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('assets/fonts/serif-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   2 — TOKENS  (Markenpalette aus dem Logo: Navy, Rot, Off-White)
   ========================================================= */
:root {
  --paper:        #F6F5F2;
  --paper-2:      #EFEDE8;
  --paper-3:      #E4E1DA;
  --ink:          #0A1220;
  --ink-2:        #101B2E;
  --ink-3:        #16243C;
  --navy:         #16305C;
  --navy-soft:    #22406F;
  --red:          #C8102E;

  --text:         #0A1220;
  --text-soft:    #4A5567;
  --text-mute:    #808B9C;
  --on-dark:      #EFF1F4;
  --on-dark-soft: #93A0B4;
  --on-dark-mute: #5D6B81;

  --line:         rgba(10, 18, 32, .14);
  --line-soft:    rgba(10, 18, 32, .07);
  --line-dark:    rgba(239, 241, 244, .18);
  --line-dark-soft: rgba(239, 241, 244, .09);

  --accent:       var(--red);
  --accent-soft:  rgba(200, 16, 46, .3);

  --font: 'Inter var', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --serif: 'AS Serif', 'Times New Roman', Georgia, serif;

  --container: 1400px;
  --gutter: clamp(20px, 5vw, 76px);
  --section: clamp(90px, 12vw, 190px);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --header-h: 132px;
}

/* =========================================================
   3 — BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: -.006em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'ss01' 1, 'cv05' 1;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 600; letter-spacing: -.038em; line-height: 1.02; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--navy); color: var(--paper); }
:focus-visible { outline: 1px solid var(--red); outline-offset: 4px; }

::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: var(--paper-2); }
::-webkit-scrollbar-thumb { background: rgba(10,18,32,.28); }
::-webkit-scrollbar-thumb:hover { background: var(--navy); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: var(--on-dark); padding: 14px 22px; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase;
}
.skip-link:focus { left: 12px; top: 12px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); white-space: nowrap;
}

/* Filmkorn — liegt über allem, kostet nichts */
.grain {
  position: fixed; inset: -50%; z-index: 400; pointer-events: none;
  opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 6s steps(6) infinite;
}
@keyframes grainShift {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -2%); }
  80% { transform: translate(3%, 1%); }
}

/* Seitenübergang — Vorhang */
.curtain {
  position: fixed; inset: 0; z-index: 500; background: var(--ink);
  transform: translateY(100%); pointer-events: none;
  transition: transform .85s var(--ease-out);
  display: grid; place-items: center;
}
.curtain img { width: clamp(130px, 16vw, 210px); opacity: 0; transition: opacity .5s var(--ease); }
body.is-leaving .curtain { transform: translateY(0); }
body.is-leaving .curtain img { opacity: .9; transition-delay: .2s; }
body.is-entering .curtain { transform: translateY(-100%); transition-duration: 1s; }

/* =========================================================
   4 — LAYOUT
   ========================================================= */
.wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 1000px; }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(60px, 7vw, 110px); }
.section--dark { background: var(--ink); color: var(--on-dark); }
.section--paper2 { background: var(--paper-2); }
.section--line { border-top: 1px solid var(--line); }
.section--dark .section-eyebrow, .section--dark .lead { color: var(--on-dark-soft); }

/* dunkle Sektionen bekommen eine feine Materialtextur */
.section--dark::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url('assets/img/texture-concrete.jpg');
  background-size: cover; background-position: center;
  opacity: .05; filter: grayscale(1) contrast(1.2);
}
.section--dark > * { position: relative; z-index: 1; }

.grid { display: grid; gap: clamp(28px, 4vw, 72px); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--asym { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.grid--asym-r { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }

/* Sektionskopf mit Index */
.sec-head {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(24px, 4vw, 72px); align-items: end;
  margin-bottom: clamp(44px, 6vw, 92px);
}
.sec-index {
  display: flex; align-items: baseline; gap: 14px;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--text-mute);
  margin-bottom: clamp(18px, 2.4vw, 30px);
}
.sec-index b {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 1.5rem; letter-spacing: 0; color: var(--red); line-height: 1;
}
.section--dark .sec-index { color: var(--on-dark-mute); }

/* =========================================================
   5 — TYPOGRAFIE
   ========================================================= */
.display {
  font-size: clamp(3rem, 9vw, 8.4rem);
  line-height: .9; letter-spacing: -.05em; font-weight: 600; text-wrap: balance;
}
.display--md { font-size: clamp(2.4rem, 6vw, 5.4rem); line-height: .96; letter-spacing: -.045em; }
.h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); line-height: 1; letter-spacing: -.042em; text-wrap: balance; }
.h3 { font-size: clamp(1.3rem, 1.9vw, 1.78rem); line-height: 1.14; letter-spacing: -.03em; }

/* Serif-Kursiv als Akzent innerhalb großer Headlines */
.it {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  letter-spacing: -.02em; padding-right: .04em;
}
.display .it, .display--md .it, .h2 .it { font-size: 1.06em; line-height: .9; }

.eyebrow, .section-eyebrow {
  display: block; font-size: .68rem; font-weight: 500; letter-spacing: .24em;
  text-transform: uppercase; color: var(--text-mute); margin: 0 0 clamp(20px, 3vw, 36px);
}
.section-eyebrow span.rule {
  display: inline-block; width: 34px; height: 1px; background: currentColor;
  vertical-align: middle; margin-right: 14px; opacity: .55;
}
.lead {
  font-size: clamp(1.06rem, 1.35vw, 1.3rem); line-height: 1.56; letter-spacing: -.014em;
  color: var(--text-soft); max-width: 56ch;
}
.small { font-size: .93rem; line-height: 1.65; color: var(--text-soft); }
.micro { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-mute); font-weight: 500; }
.section--dark .small, .section--dark .micro { color: var(--on-dark-soft); }
.num {
  font-family: var(--serif); font-style: italic; font-size: 1.15rem; letter-spacing: 0;
  color: var(--red); font-variant-numeric: tabular-nums;
}

/* =========================================================
   6 — BUTTONS
   ========================================================= */
.btn {
  --btn-fg: var(--ink); --btn-bd: rgba(10,18,32,.26);
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  padding: 19px 32px; border: 1px solid var(--btn-bd); color: var(--btn-fg);
  font-size: .71rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  line-height: 1; overflow: hidden; isolation: isolate; will-change: transform;
  transition: color .5s var(--ease), border-color .5s var(--ease), transform .4s var(--ease-out);
}
.btn::before {
  content: ''; position: absolute; inset: 0; z-index: -1; background: var(--navy);
  transform: translateY(101%); transition: transform .6s var(--ease-out);
}
.btn:hover { color: #fff; border-color: var(--navy); }
.btn:hover::before { transform: translateY(0); }
.btn .arw { transition: transform .45s var(--ease); }
.btn:hover .arw { transform: translate(4px, -4px); }
.btn--solid { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--solid::before { background: var(--ink); }
.btn--light { --btn-fg: var(--on-dark); --btn-bd: rgba(239,241,244,.3); }
.btn--light::before { background: var(--on-dark); }
.btn--light:hover { color: var(--ink); border-color: var(--on-dark); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

.link-line {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .71rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  padding-bottom: 6px; border-bottom: 1px solid currentColor;
  transition: gap .4s var(--ease);
}
.link-line:hover { gap: 18px; }

/* =========================================================
   7 — HEADER
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 120; color: var(--on-dark);
  transition: background-color .6s var(--ease), color .6s var(--ease), transform .5s var(--ease);
}
.site-header::after {
  content: ''; position: absolute; inset: auto 0 0; height: 1px; background: var(--line);
  opacity: 0; transition: opacity .6s var(--ease);
}
.site-header .wrap {
  display: flex; align-items: center; gap: clamp(20px, 3.4vw, 64px);
  height: var(--header-h); transition: height .6s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(246, 245, 242, .92);
  -webkit-backdrop-filter: saturate(1.5) blur(16px);
  backdrop-filter: saturate(1.5) blur(16px);
  color: var(--text);
}
.site-header.is-scrolled::after { opacity: 1; }
.site-header.is-scrolled .wrap { height: 92px; }
.site-header.is-hidden { transform: translateY(-101%); }

/* Fortschrittslinie */
.scroll-line {
  position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  transform: scaleX(var(--p, 0)); transform-origin: left;
  background: var(--red); opacity: 0; transition: opacity .5s var(--ease);
}
.site-header.is-scrolled .scroll-line { opacity: 1; }

.site-logo { position: relative; display: block; flex: 0 0 auto; line-height: 0; }
.site-logo img {
  height: clamp(54px, 5vw, 76px); width: auto;
  transition: height .6s var(--ease), opacity .5s var(--ease);
}
.site-logo .l-dark { position: absolute; inset: 0; opacity: 0; }
.site-header.is-scrolled .site-logo img { height: clamp(42px, 3.6vw, 54px); }
.site-header.is-scrolled .l-light { opacity: 0; }
.site-header.is-scrolled .l-dark { opacity: 1; }

.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); }
.primary-nav a {
  position: relative; display: block; padding: 8px 0;
  font-size: .715rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; white-space: nowrap;
  opacity: .88; transition: opacity .35s var(--ease);
}
.primary-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--red); transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease-out);
}
.primary-nav a:hover { opacity: 1; }
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current_page_item > a::after { transform: scaleX(1); transform-origin: left; }

.header-meta { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.header-meta::before {
  content: ''; width: 1px; height: 26px; background: currentColor; opacity: .18; flex: 0 0 auto;
}
@media (max-width: 1023px) { .header-meta::before { display: none; } }

.lang { position: relative; }
.lang-toggle {
  display: flex; align-items: center; gap: 8px; padding: 8px 2px;
  font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  opacity: .8; transition: opacity .35s var(--ease);
}
.lang-toggle:hover { opacity: 1; }
.lang-toggle svg { transition: transform .4s var(--ease); }
.lang.is-open .lang-toggle svg { transform: rotate(180deg); }
.lang-list {
  position: absolute; top: calc(100% + 14px); right: 0; min-width: 178px;
  background: var(--paper); color: var(--text); border: 1px solid var(--line); padding: 8px 0;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  box-shadow: 0 30px 60px -34px rgba(10,18,32,.45);
}
.lang.is-open .lang-list { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-list li > * {
  display: flex; justify-content: space-between; gap: 16px; align-items: baseline;
  width: 100%; padding: 10px 18px;
  font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; text-align: left;
}
.lang-list .is-active { background: var(--paper-3); }
.lang-list .is-soon { color: var(--text-mute); cursor: default; }
.lang-list .is-soon em { font-style: normal; font-size: .57rem; letter-spacing: .1em; opacity: .8; }

.header-cta { display: none; }
@media (min-width: 1024px) {
  .header-cta {
    display: inline-flex; align-items: center; gap: 11px;
    border: 1px solid currentColor; padding: 15px 26px;
    font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
    line-height: 1; position: relative; overflow: hidden; isolation: isolate;
    transition: color .5s var(--ease);
  }
  .header-cta i {
    width: 5px; height: 5px; border-radius: 50%; background: var(--red);
    display: block; flex: 0 0 auto;
  }
  .header-cta::before {
    content: ''; position: absolute; inset: 0; z-index: -1; background: currentColor;
    transform: translateY(101%); transition: transform .55s var(--ease-out);
  }
  .header-cta:hover { color: var(--ink); }
  .header-cta:hover::before { transform: translateY(0); }
  .site-header.is-scrolled .header-cta:hover { color: var(--paper); }
}

.burger { position: relative; z-index: 2; width: 42px; height: 42px; display: none; align-items: center; justify-content: center; margin-right: -8px; }
.burger span { display: block; width: 26px; height: 1px; background: currentColor; position: relative; transition: background-color .3s var(--ease); }
.burger span::before, .burger span::after { content: ''; position: absolute; left: 0; width: 26px; height: 1px; background: currentColor; transition: transform .45s var(--ease); }
.burger span::before { top: -8px; }
.burger span::after { top: 8px; }
.nav-open .burger span { background: transparent; }
.nav-open .burger span::before { transform: translateY(8px) rotate(45deg); }
.nav-open .burger span::after { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 110; background: var(--ink); color: var(--on-dark);
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--gutter) 44px;
  clip-path: inset(0 0 100% 0); transition: clip-path .9s var(--ease-out); overflow-y: auto;
}
.nav-open .mobile-nav { clip-path: inset(0 0 0 0); }
.mobile-nav ul { display: flex; flex-direction: column; gap: 2px; }
.mobile-nav li { overflow: hidden; }
.mobile-nav a {
  display: block; padding: 10px 0;
  font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.06;
  transform: translateY(110%); opacity: 0;
  transition: transform .8s var(--ease-out), opacity .8s var(--ease-out), color .35s var(--ease);
}
.nav-open .mobile-nav a { transform: translateY(0); opacity: 1; }
.nav-open .mobile-nav li:nth-child(1) a { transition-delay: .1s; }
.nav-open .mobile-nav li:nth-child(2) a { transition-delay: .16s; }
.nav-open .mobile-nav li:nth-child(3) a { transition-delay: .22s; }
.nav-open .mobile-nav li:nth-child(4) a { transition-delay: .28s; }
.nav-open .mobile-nav li:nth-child(5) a { transition-delay: .34s; }
.mobile-nav a:hover { color: var(--red); }
.mobile-nav-foot {
  margin-top: auto; padding-top: 40px; border-top: 1px solid var(--line-dark-soft);
  display: flex; flex-wrap: wrap; gap: 18px 26px; justify-content: space-between; align-items: center;
}
.mobile-langs { display: flex; flex-wrap: wrap; gap: 14px; }
.mobile-langs span { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-mute); }
.mobile-langs span.is-active { color: var(--on-dark); }

@media (max-width: 1023px) {
  :root { --header-h: 104px; }
  .primary-nav, .lang { display: none; }
  .burger { display: flex; }
  .header-meta { margin-left: auto; }
  .nav-open .site-header { color: var(--on-dark); background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav-open .site-header::after, .nav-open .scroll-line { opacity: 0; }
  .nav-open .site-header .l-light { opacity: 1; }
  .nav-open .site-header .l-dark { opacity: 0; }
}
@media (min-width: 1024px) { .mobile-nav { display: none; } }

/* =========================================================
   8 — HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  background: var(--ink); color: var(--on-dark); overflow: hidden;
  padding-block: calc(var(--header-h) + 60px) clamp(48px, 7vh, 88px);
}
.hero--sub { min-height: 74svh; padding-block: calc(var(--header-h) + 70px) clamp(46px, 6vh, 76px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: .42;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.08); animation: heroZoom 18s var(--ease-out) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,18,32,.9) 0%, rgba(10,18,32,.3) 40%, rgba(10,18,32,.96) 100%),
    linear-gradient(90deg, rgba(10,18,32,.8) 0%, rgba(10,18,32,0) 60%);
}
.hero-art { position: absolute; inset: 0; z-index: 0; }
.hero-art svg { width: 100%; height: 100%; }
.hero-art::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(70% 60% at 8% 0%, rgba(22,48,92,.5) 0%, transparent 68%),
    radial-gradient(50% 50% at 92% 100%, rgba(200,16,46,.1) 0%, transparent 70%);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; }

.hero-eyebrow {
  display: flex; align-items: center; gap: 16px; color: var(--on-dark);
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 500;
  margin-bottom: clamp(24px, 4vw, 44px);
}
.hero-eyebrow::before { content: ''; width: clamp(30px, 6vw, 84px); height: 1px; background: var(--red); }
.hero h1 { max-width: 16ch; }

/* Zeilenweiser Masken-Reveal */
.line { display: block; overflow: hidden; padding-bottom: .05em; margin-bottom: -.05em; }
.line > span { display: block; transform: translateY(105%); transition: transform 1.05s var(--ease-out); }
.js .line > span { will-change: transform; }
.is-visible .line > span, .line.is-visible > span { transform: translateY(0); }
.line:nth-child(2) > span { transition-delay: .09s; }
.line:nth-child(3) > span { transition-delay: .18s; }
.line:nth-child(4) > span { transition-delay: .27s; }
html.no-js .line > span { transform: none; }

.hero-lower {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: clamp(24px, 3vw, 56px); align-items: end;
  margin-top: clamp(34px, 5vw, 66px); padding-top: clamp(26px, 3.4vw, 44px);
  border-top: 1px solid var(--line-dark-soft);
}
.hero-lower p { color: var(--on-dark-soft); max-width: 44ch; font-size: 1.02rem; }
.hero-markets { display: flex; flex-direction: column; gap: 9px; }
.hero-markets span {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-mute);
  padding-bottom: 8px; border-bottom: 1px solid var(--line-dark-soft);
}
.hero-markets span.is-hq { color: var(--on-dark); }
.hero-markets span.is-hq b { color: var(--red); font-weight: 500; }
.hero-scroll {
  position: absolute; right: var(--gutter); bottom: clamp(48px, 7vh, 88px); z-index: 2;
  display: none; align-items: center; gap: 12px;
  font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--on-dark-mute);
  writing-mode: vertical-rl;
}
@media (min-width: 1240px) { .hero-scroll { display: flex; } }
.hero-scroll i { display: block; width: 1px; height: 70px; background: linear-gradient(var(--on-dark-mute), transparent); }
@media (max-width: 900px) { .hero-lower { grid-template-columns: 1fr; align-items: start; } .hero-markets { display: none; } }

/* =========================================================
   9 — STATEMENT / LISTEN
   ========================================================= */
.statement { font-size: clamp(1.9rem, 4.2vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; }
.statement span.l { display: block; }
.statement span.l + span.l { color: var(--text-mute); }
.section--dark .statement span.l + span.l { color: var(--on-dark-mute); }

.keylist { display: grid; margin-top: clamp(28px, 4vw, 48px); }
.keylist li {
  display: flex; align-items: baseline; gap: 20px; padding: 16px 0;
  border-top: 1px solid var(--line); font-size: .97rem; letter-spacing: -.012em;
  transition: padding-left .5s var(--ease-out);
}
.keylist li:hover { padding-left: 10px; }
.keylist li:last-child { border-bottom: 1px solid var(--line); }
.keylist .num { flex: 0 0 auto; font-size: .95rem; }
.section--dark .keylist li { border-color: var(--line-dark-soft); }

/* =========================================================
   10 — EUROPA-KARTE
   ========================================================= */
.map-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(34px, 5vw, 88px); align-items: center; }
.euromap { position: relative; }
.euromap svg { width: 100%; height: auto; overflow: visible; }
.euromap .graticule line { stroke: var(--line-dark-soft); stroke-width: 1; }
.euromap .link {
  stroke: var(--accent-soft); stroke-width: 1; stroke-dasharray: 4 6;
  stroke-dashoffset: 600; transition: stroke-dashoffset 2.4s var(--ease-out);
}
.euromap.is-visible .link { stroke-dashoffset: 0; }
.euromap .node circle.dot { fill: var(--on-dark); transition: r .45s var(--ease), fill .45s var(--ease); }
.euromap .node circle.halo {
  fill: none; stroke: var(--red); stroke-width: 1; opacity: 0;
  transform-box: fill-box; transform-origin: center; transform: scale(.6);
  transition: opacity .5s var(--ease), transform .5s var(--ease-out);
}
.euromap .node text {
  fill: var(--on-dark-soft); font-size: 13px; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; transition: fill .45s var(--ease);
}
.euromap .node.is-hq circle.dot { fill: var(--red); }
.euromap .node.is-hq circle.halo { opacity: .5; transform: scale(1); animation: hqPulse 3.6s var(--ease) infinite; }
@keyframes hqPulse { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: .15; transform: scale(1.5); } }
.euromap .node.is-active circle.dot { fill: var(--red); }
.euromap .node.is-active circle.halo { opacity: 1; transform: scale(1.3); animation: none; }
.euromap .node.is-active text { fill: var(--on-dark); }
.euromap .ring { fill: none; stroke: var(--line-dark-soft); }

.country-list li {
  display: flex; align-items: baseline; gap: 18px; padding: 20px 0;
  border-top: 1px solid var(--line-dark-soft); cursor: default;
  transition: padding-left .5s var(--ease-out), background-color .5s var(--ease);
}
.country-list li:last-child { border-bottom: 1px solid var(--line-dark-soft); }
.country-list li:hover { padding-left: 14px; }
.country-list .c-name { font-size: 1.15rem; font-weight: 500; letter-spacing: -.025em; flex: 1; }
.country-list .c-role { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-mute); }
.country-list li.is-hq .c-role { color: var(--red); }
.hq-note { margin-top: clamp(26px, 3.4vw, 44px); padding-top: 26px; border-top: 1px solid var(--line-dark-soft); }
.hq-note strong { display: block; font-size: 1.35rem; font-weight: 600; letter-spacing: -.035em; margin-bottom: 8px; }
.hq-note strong .it { font-size: 1.1em; }
@media (max-width: 940px) { .map-layout { grid-template-columns: 1fr; } }
/* Kartenbeschriftung skaliert sonst unter die Lesbarkeit */
@media (max-width: 680px) {
  .euromap .node text { display: none; }
  .euromap svg { max-height: 46vh; }
}

/* =========================================================
   11 — FOKUS-BEREICHE (mit Cursor-Bildreveal)
   ========================================================= */
.focus-grid { border-top: 1px solid var(--line); position: relative; }
.section--dark .focus-grid { border-color: var(--line-dark-soft); }
.focus-item {
  position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 40px);
  padding: clamp(32px, 4vw, 56px) clamp(0px, 2vw, 30px) clamp(32px, 4vw, 56px) 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left .6s var(--ease-out);
}
.section--dark .focus-item { border-color: var(--line-dark-soft); }
.focus-item::before {
  content: ''; position: absolute; inset: 0 -14px; z-index: -1; background: var(--paper-2);
  opacity: 0; transition: opacity .5s var(--ease);
}
.section--dark .focus-item::before { background: var(--ink-2); }
.focus-item:hover { padding-left: clamp(12px, 2vw, 28px); }
.focus-item:hover::before { opacity: 1; }
.focus-item h3 { margin-bottom: 12px; }
.focus-item p { color: var(--text-soft); max-width: 58ch; margin: 0; }
.section--dark .focus-item p { color: var(--on-dark-soft); }
.focus-item .num { font-size: 1.4rem; }
@media (min-width: 940px) {
  .focus-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(34px, 5vw, 90px); }
  .focus-item { grid-template-columns: 74px minmax(0, 1fr); }
}
@media (max-width: 520px) { .focus-item { grid-template-columns: 1fr; gap: 14px; } }

/* Bild folgt dem Cursor */
.reveal-img {
  position: fixed; top: 0; left: 0; width: clamp(200px, 22vw, 330px); aspect-ratio: 4 / 3;
  z-index: 60; pointer-events: none; opacity: 0; overflow: hidden;
  transform: translate3d(-50%, -50%, 0) scale(.9);
  transition: opacity .45s var(--ease), transform .55s var(--ease-out);
}
.reveal-img.is-on { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1); }
.reveal-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
@media (max-width: 1023px), (pointer: coarse) { .reveal-img { display: none; } }

/* =========================================================
   12 — TIMELINE
   ========================================================= */
.timeline-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(44px, 6vw, 88px); }
.timeline-year { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2.4rem); color: var(--red); line-height: 1; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.6vw, 46px); position: relative; }
.timeline::before { content: ''; position: absolute; top: 5px; left: 0; right: 0; height: 1px; background: var(--line-dark-soft); }
.section:not(.section--dark) .timeline::before { background: var(--line); }
.timeline::after {
  content: ''; position: absolute; top: 5px; left: 0; height: 1px; background: var(--red);
  width: 0; transition: width 2.2s var(--ease-out);
}
.timeline.is-visible::after { width: 100%; }
.tl-item { position: relative; padding-top: 36px; }
.tl-item::before {
  content: ''; position: absolute; top: 0; left: 0; width: 11px; height: 11px;
  border: 1px solid var(--red); border-radius: 50%; background: var(--ink);
  transition: background-color .5s var(--ease);
}
.section:not(.section--dark) .tl-item::before { background: var(--paper-2); }
.tl-item:hover::before { background: var(--red); }
.tl-item .num { display: block; margin-bottom: 14px; font-size: 1.5rem; }
.tl-item h3 { font-size: clamp(1.02rem, 1.3vw, 1.2rem); letter-spacing: -.022em; margin-bottom: 12px; }
.tl-item p { font-size: .92rem; line-height: 1.6; color: var(--on-dark-soft); margin: 0; }
.section:not(.section--dark) .tl-item p { color: var(--text-soft); }
@media (max-width: 900px) {
  .timeline { grid-template-columns: 1fr; gap: 0; }
  .timeline::before { top: 0; bottom: 0; left: 5px; right: auto; width: 1px; height: auto; }
  .timeline::after { display: none; }
  .tl-item { padding: 0 0 34px 34px; }
  .tl-item:last-child { padding-bottom: 0; }
}

/* =========================================================
   13 — LAUFBAND
   ========================================================= */
.marquee {
  overflow: hidden; border-block: 1px solid var(--line-dark-soft);
  padding-block: clamp(20px, 2.6vw, 30px); background: var(--ink); color: var(--on-dark);
}
.marquee-track { display: flex; width: max-content; animation: marq 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  display: inline-flex; align-items: center; gap: clamp(24px, 4vw, 60px);
  padding-right: clamp(24px, 4vw, 60px);
  font-size: clamp(1.5rem, 3.4vw, 3rem); font-weight: 600; letter-spacing: -.04em;
  white-space: nowrap; text-transform: uppercase;
}
.marquee-track i { font-family: var(--serif); font-style: italic; text-transform: none; color: var(--red); }
.marquee-track em { font-style: normal; color: var(--on-dark-mute); }
@keyframes marq { to { transform: translateX(-50%); } }

/* =========================================================
   14 — PHILOSOPHIE / WERTE
   ========================================================= */
.philo { text-align: center; }
.philo .display { margin-bottom: clamp(32px, 4.5vw, 60px); }
.values {
  display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(14px, 3vw, 56px);
  padding-block: clamp(24px, 3vw, 38px); border-block: 1px solid var(--line);
}
.values li {
  font-size: .73rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 500;
  color: var(--text-mute); transition: color .4s var(--ease);
}
.values li:hover { color: var(--red); }
.philo .lead { margin: clamp(28px, 4vw, 46px) auto 0; text-align: center; }

/* =========================================================
   15 — MODELL / DIAGRAMM
   ========================================================= */
.model { display: grid; max-width: 760px; }
.model-node {
  position: relative; padding: clamp(20px, 2.4vw, 30px) clamp(20px, 2.6vw, 34px);
  border: 1px solid var(--line); background: var(--paper);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 20px;
  transition: transform .55s var(--ease-out), border-color .5s var(--ease);
}
.model-node:hover { transform: translateX(10px); border-color: var(--navy); }
.model-node strong { font-size: .98rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.model-node span { font-size: .89rem; color: var(--text-soft); }
.model-node--core { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.model-node--core span { color: var(--on-dark-soft); }
.model-arrow { height: 40px; display: flex; align-items: center; justify-content: center; }
.model-arrow i { display: block; width: 1px; height: 100%; background: var(--line); position: relative; }
.model-arrow i::after {
  content: ''; position: absolute; left: -3px; bottom: 0; width: 7px; height: 7px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(45deg);
}

/* =========================================================
   16 — FAKTEN / KENNZAHLEN
   ========================================================= */
.facts { border-top: 1px solid var(--line); }
.facts div {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 14px 32px;
  padding: 20px 0; border-bottom: 1px solid var(--line);
  transition: padding-left .5s var(--ease-out);
}
.facts div:hover { padding-left: 10px; }
.facts dt { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); margin: 0; }
.facts dd { margin: 0; font-size: 1.04rem; letter-spacing: -.018em; font-weight: 500; }
.section--dark .facts, .section--dark .facts div { border-color: var(--line-dark-soft); }
.section--dark .facts dt { color: var(--on-dark-mute); }
@media (max-width: 620px) { .facts div { grid-template-columns: 1fr; gap: 6px; } }

.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 56px); }
.metric { border-top: 1px solid var(--line); padding-top: 22px; }
.section--dark .metric { border-color: var(--line-dark-soft); }
.metric b { display: block; font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.05; margin-bottom: 10px; }
.metric span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); }
.section--dark .metric span { color: var(--on-dark-mute); }
@media (max-width: 700px) { .metric-row { grid-template-columns: 1fr 1fr; } }

/* =========================================================
   17 — GOVERNANCE
   ========================================================= */
.person { border-top: 1px solid var(--line); padding-top: 26px; }
.person .role { display: block; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.person h3 { margin-bottom: 10px; }
.person p { color: var(--text-soft); font-size: .95rem; margin: 0; }
.section--dark .person { border-color: var(--line-dark-soft); }
.section--dark .person p { color: var(--on-dark-soft); }

/* =========================================================
   18 — AKTIENURKUNDE
   ========================================================= */
.cert {
  position: relative; border: 1px solid var(--line-dark-soft); padding: clamp(28px, 4vw, 56px);
  background:
    repeating-linear-gradient(45deg, rgba(239,241,244,.02) 0 2px, transparent 2px 7px),
    linear-gradient(140deg, var(--ink-3) 0%, var(--ink-2) 60%);
}
.cert .cert-mark {
  position: absolute; top: clamp(22px, 3vw, 38px); right: clamp(22px, 3vw, 38px);
  width: 82px; height: 82px; border: 1px solid var(--accent-soft); border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red);
}
.cert-figures { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 64px); margin-top: clamp(26px, 3vw, 42px); }
.cert-figures div b { display: block; font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 600; letter-spacing: -.04em; }
.cert-figures div span { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-mute); }
@media (max-width: 620px) {
  .cert .cert-mark { position: static; margin-bottom: 22px; }
}
.badge-soon {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 30px;
  border: 1px dashed var(--line-dark); padding: 13px 20px;
  font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-mute);
}

/* =========================================================
   19 — DISCLAIMER / INHALT / MEDIEN
   ========================================================= */
.disclaimer { border-left: 1px solid var(--accent-soft); padding: 4px 0 4px clamp(20px, 3vw, 40px); }
.disclaimer p { font-size: .88rem; line-height: 1.68; color: var(--text-soft); }
.section--dark .disclaimer p { color: var(--on-dark-soft); }

.figure { position: relative; overflow: hidden; background: var(--ink-2); }
.figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform 1.3s var(--ease-out), filter .8s var(--ease); }
.figure:hover img { transform: scale(1.04); filter: grayscale(.5); }
.figure--tall { aspect-ratio: 3 / 4; }
.figure--wide { aspect-ratio: 16 / 9; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(34px, 5vw, 92px); }
.contact-block address { font-style: normal; font-size: 1.14rem; line-height: 1.72; letter-spacing: -.018em; }
.contact-link {
  display: inline-flex; align-items: baseline; gap: 10px; font-size: 1.06rem; letter-spacing: -.018em;
  border-bottom: 1px solid var(--line); padding-bottom: 4px; transition: border-color .4s var(--ease); word-break: break-word;
}
.contact-link:hover { border-color: currentColor; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

.entry-content { max-width: 74ch; }
.entry-content h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); margin: 2.2em 0 .7em; letter-spacing: -.035em; }
.entry-content h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); margin: 1.8em 0 .6em; letter-spacing: -.028em; }
.entry-content p, .entry-content li { color: var(--text-soft); }
.entry-content ul, .entry-content ol { margin: 0 0 1.3em; padding-left: 1.2em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: .5em; }
.entry-content a { border-bottom: 1px solid var(--line); }
.entry-content a:hover { border-color: currentColor; }
.entry-content blockquote {
  margin: 2em 0; padding-left: clamp(18px, 3vw, 34px); border-left: 1px solid var(--accent-soft);
  font-family: var(--serif); font-style: italic; font-size: 1.5rem; line-height: 1.3; color: var(--text);
}
.entry-content table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: .95rem; }
.entry-content th, .entry-content td { text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line); }
.entry-content img { margin: 2em 0; }

/* =========================================================
   20 — CTA & FOOTER
   ========================================================= */
.cta .display { max-width: 16ch; margin-bottom: 28px; }
.cta .lead { margin-bottom: clamp(30px, 4vw, 48px); }

.site-footer { background: var(--ink); color: var(--on-dark); padding-block: clamp(64px, 8vw, 116px) 0; position: relative; overflow: hidden; }
.site-footer::before {
  content: ''; position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: url('assets/img/texture-concrete.jpg'); background-size: cover; filter: grayscale(1);
}
.site-footer > * { position: relative; }
.footer-top { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 3fr)); gap: clamp(32px, 4vw, 64px); }
.footer-brand img { height: clamp(84px, 8vw, 104px); width: auto; margin-bottom: 32px; }
.footer-brand .f-claim { font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.06; margin-bottom: 18px; }
.footer-brand .f-claim .it { font-size: 1.1em; }
.footer-brand p { font-size: .89rem; color: var(--on-dark-soft); max-width: 32ch; }
.footer-col h4 { font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-mute); margin-bottom: 22px; font-weight: 500; }
.footer-col li { margin-bottom: 12px; }
.footer-col a, .footer-col address { font-size: .92rem; font-style: normal; line-height: 1.7; color: var(--on-dark-soft); transition: color .35s var(--ease); }
.footer-col a:hover { color: var(--on-dark); }
.footer-bottom {
  margin-top: clamp(52px, 6vw, 90px); padding-block: 26px 30px; border-top: 1px solid var(--line-dark-soft);
  display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: center; justify-content: space-between;
}
.footer-bottom, .footer-bottom a { font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-mute); }
.footer-bottom a:hover { color: var(--on-dark); }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 12px 26px; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* =========================================================
   21 — 404 / LISTEN
   ========================================================= */
.err { min-height: 78svh; display: grid; align-items: center; background: var(--ink); color: var(--on-dark); padding-block: 200px 120px; }
.err .display { margin-bottom: 24px; }
.post-list li { border-top: 1px solid var(--line); padding: 28px 0; }
.post-list li:last-child { border-bottom: 1px solid var(--line); }
.post-list h2 { font-size: clamp(1.3rem, 2vw, 1.8rem); margin-bottom: 10px; }
.post-list time { font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); }
.pagination { margin-top: 48px; display: flex; gap: 12px; font-size: .8rem; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line); }
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* =========================================================
   22 — REVEAL / PARALLAX
   ========================================================= */
[data-reveal] { opacity: 0; transform: translateY(28px); }
.js [data-reveal] { transition: opacity 1.05s var(--ease-out), transform 1.05s var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
[data-reveal][data-delay="4"] { transition-delay: .4s; }
html.no-js [data-reveal] { opacity: 1; transform: none; }
[data-parallax] { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  [data-reveal], .line > span { opacity: 1 !important; transform: none !important; }
  .hero-bg img { animation: none; transform: none; }
  .grain { animation: none; }
  .marquee-track { animation: none; }
}

@media (max-width: 900px) { .grid--asym, .grid--asym-r, .grid--3, .grid--4, .sec-head { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .grid--2 { grid-template-columns: 1fr; } body { font-size: 16px; } }
@media (min-width: 901px) and (max-width: 1180px) { .grid--4 { grid-template-columns: 1fr 1fr; } }

.alignleft { float: left; margin: .4em 1.6em 1.2em 0; }
.alignright { float: right; margin: .4em 0 1.2em 1.6em; }
.aligncenter { display: block; margin: 2em auto; }
.wp-caption-text { font-size: .78rem; color: var(--text-mute); margin-top: 8px; }

/* =========================================================
   23 — COMING SOON
   ========================================================= */
.cs-html, .cs-body { background: var(--ink); }
.cs-body { margin: 0; color: var(--on-dark); overflow-x: hidden; }
.cs {
  position: relative; min-height: 100svh; display: grid; grid-template-rows: auto 1fr auto;
  gap: clamp(40px, 6vh, 80px); padding: clamp(26px, 3.4vw, 48px) var(--gutter) clamp(24px, 3vw, 40px);
  background: var(--ink); overflow: hidden; isolation: isolate;
}
.cs-bg { position: absolute; inset: 0; z-index: -1; }
.cs-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .26; filter: grayscale(1) contrast(1.06); }
.cs-grid {
  position: absolute; inset: -2px;
  background-image:
    repeating-linear-gradient(90deg, rgba(239,241,244,.05) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, rgba(239,241,244,.028) 0 1px, transparent 1px 84px);
  animation: csDrift 34s linear infinite;
}
@keyframes csDrift { to { background-position: 84px 84px, 84px 84px; } }
.cs-rings { position: absolute; top: 50%; left: 50%; width: min(150vh, 132vw); height: min(150vh, 132vw); transform: translate(-50%, -50%); }
.cs-orbit { transform-origin: 450px 450px; animation: csSpin 90s linear infinite; }
@keyframes csSpin { to { transform: rotate(360deg); } }
.cs-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 10% 6%, rgba(22,48,92,.55) 0%, transparent 70%),
    radial-gradient(46% 44% at 92% 96%, rgba(200,16,46,.14) 0%, transparent 70%),
    linear-gradient(180deg, rgba(10,18,32,.6) 0%, rgba(10,18,32,.1) 42%, rgba(10,18,32,.88) 100%);
}
.cs-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cs-logo img { height: clamp(64px, 7vw, 96px); width: auto; }
.cs-status {
  display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-dark-soft);
  padding: 10px 16px; font-size: .61rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--on-dark-soft); white-space: nowrap;
}
.cs-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: csPulse 2.6s var(--ease) infinite; }
@keyframes csPulse { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
.cs-main { align-self: center; width: 100%; max-width: var(--container); margin: 0 auto; }
.cs-eyebrow {
  display: flex; align-items: center; gap: 16px; color: var(--on-dark);
  font-size: .67rem; letter-spacing: .3em; text-transform: uppercase; margin-bottom: clamp(22px, 3vw, 40px);
}
.cs-eyebrow::before { content: ''; width: clamp(30px, 5vw, 76px); height: 1px; background: var(--red); }
.cs-title { font-size: clamp(3rem, 11vw, 10rem); line-height: .88; letter-spacing: -.055em; font-weight: 600; margin: 0; }
.cs-title .it { font-size: 1.06em; }
.cs-line { display: block; overflow: hidden; padding-bottom: .05em; }
.cs-line > span { display: block; }
.cs-lower {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: clamp(26px, 4vw, 64px); margin-top: clamp(32px, 4.5vw, 58px);
  padding-top: clamp(26px, 3.4vw, 42px); border-top: 1px solid var(--line-dark-soft);
}
.cs-text { font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.6; color: var(--on-dark-soft); max-width: 44ch; margin: 0; }
.cs-count { display: flex; gap: clamp(20px, 3vw, 46px); }
.cs-count b { display: block; font-size: clamp(1.8rem, 3.4vw, 3rem); font-weight: 600; letter-spacing: -.045em; line-height: 1; font-variant-numeric: tabular-nums; }
.cs-count span { display: block; margin-top: 8px; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-mute); }
.cs-bottom { display: flex; flex-wrap: wrap; gap: 24px clamp(28px, 5vw, 84px); padding-top: clamp(20px, 2.6vw, 32px); border-top: 1px solid var(--line-dark-soft); }
.cs-col { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.cs-col--end { margin-left: auto; text-align: right; }
.cs-label { font-size: .57rem; letter-spacing: .22em; text-transform: uppercase; color: var(--on-dark-mute); }
.cs-bottom address, .cs-mail, .cs-muted, .cs-claim { font-style: normal; font-size: .85rem; line-height: 1.6; color: var(--on-dark-soft); }
.cs-mail { border-bottom: 1px solid var(--line-dark-soft); padding-bottom: 2px; transition: color .4s var(--ease), border-color .4s var(--ease); }
.cs-mail:hover { color: var(--on-dark); border-color: var(--on-dark); }
.cs-claim { letter-spacing: .18em; font-size: .7rem; color: var(--red); }
.cs-langs { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.cs-langs li { font-size: .67rem; letter-spacing: .16em; color: var(--on-dark-mute); }
.cs-langs li.is-active { color: var(--on-dark); }
.cs-in { opacity: 0; transform: translateY(30px); animation: csIn 1.15s var(--ease-out) forwards; animation-delay: var(--d, 0s); }
@keyframes csIn { to { opacity: 1; transform: none; } }
@media (max-width: 720px) {
  .cs { gap: clamp(30px, 5vh, 48px); }
  .cs-lower { flex-direction: column; align-items: flex-start; }
  .cs-col--end { margin-left: 0; text-align: left; }
  .cs-status { font-size: .55rem; padding: 8px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-grid, .cs-orbit, .cs-status i { animation: none; }
  .cs-in { opacity: 1; transform: none; animation: none; }
}

.asg-cs-notice p { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

/* =========================================================
   24 — INSZENIERUNG: Auftakt, Textmontage, Akte, Fahrt
   ========================================================= */

/* --- 24.1 Auftakt (einmal pro Sitzung) --- */
.intro {
  position: fixed; inset: 0; z-index: 600; background: var(--ink); color: var(--on-dark);
  display: grid; grid-template-rows: 1fr auto; padding: var(--gutter);
  clip-path: inset(0 0 0 0); transition: clip-path 1.1s var(--ease-out);
}
.intro-mid { display: grid; place-content: center; justify-items: center; gap: 26px; }
.intro-mid img { width: clamp(170px, 22vw, 280px); opacity: 0; animation: introLogo 1.1s var(--ease-out) .15s forwards; }
@keyframes introLogo { to { opacity: 1; } }
.intro-rule { width: min(52vw, 620px); height: 1px; background: var(--line-dark-soft); position: relative; overflow: hidden; }
.intro-rule i { position: absolute; inset: 0; background: var(--red); transform: scaleX(var(--load, 0)); transform-origin: left; }
.intro-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.intro-cap { font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--on-dark-mute); max-width: 22ch; line-height: 1.8; }
.intro-count {
  font-family: var(--serif); font-size: clamp(3.4rem, 11vw, 9rem); line-height: .8;
  letter-spacing: -.04em; font-variant-numeric: tabular-nums;
}
body.intro-done .intro { clip-path: inset(0 0 100% 0); pointer-events: none; }
body.intro-run { overflow: hidden; }

/* --- 24.2 Textmontage: Wort für Wort ins Licht --- */
.montage { font-size: clamp(1.7rem, 3.6vw, 3.1rem); line-height: 1.22; letter-spacing: -.035em; font-weight: 600; }
.montage .w { color: rgba(10, 18, 32, .16); transition: color .5s var(--ease); }
.montage .w.on { color: var(--text); }
.section--dark .montage .w { color: rgba(239, 241, 244, .17); }
.section--dark .montage .w.on { color: var(--on-dark); }
.montage .it { color: inherit; }

/* --- 24.3 Akte: Sektionen stapeln sich (harter Schnitt) --- */
.acts { position: relative; }
.act {
  position: sticky; top: 0; min-height: 100svh; display: flex; align-items: center;
  background: var(--ink); color: var(--on-dark); overflow: hidden;
  border-top: 1px solid var(--line-dark-soft);
}
.act:nth-child(even) { background: var(--ink-2); }
.act-inner { width: 100%; }
.act-no {
  font-family: var(--serif); font-style: italic; font-size: clamp(3rem, 8vw, 7rem);
  line-height: .8; color: var(--red); opacity: .85; margin-bottom: clamp(18px, 2.4vw, 30px); display: block;
}
.act h3 { font-size: clamp(1.8rem, 4.4vw, 3.6rem); letter-spacing: -.045em; line-height: 1.02; margin-bottom: 20px; max-width: 18ch; }
.act p { color: var(--on-dark-soft); max-width: 52ch; font-size: clamp(1rem, 1.25vw, 1.16rem); }
.act-meta {
  margin-top: clamp(26px, 3.4vw, 44px); padding-top: 20px; border-top: 1px solid var(--line-dark-soft);
  display: flex; flex-wrap: wrap; gap: 12px 34px;
  font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-mute);
}
.act-bg {
  position: absolute; inset: 0; z-index: 0; opacity: .12; pointer-events: none;
  background-size: cover; background-position: center; filter: grayscale(1) contrast(1.15);
}
.act-inner { position: relative; z-index: 1; }
@media (max-width: 900px) { .act { position: relative; min-height: auto; padding-block: clamp(64px, 12vh, 110px); } }

/* --- 24.4 Kapitelanzeige --- */
.chapters {
  position: fixed; right: calc(var(--gutter) * .5); top: 50%; transform: translateY(-50%);
  z-index: 90; display: none; flex-direction: column; gap: 14px; mix-blend-mode: difference;
}
@media (min-width: 1280px) { .chapters { display: flex; } }
.chapters button {
  display: flex; align-items: center; gap: 10px; padding: 0;
  font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: #7d8698;
  transition: color .4s var(--ease);
}
.chapters button i { display: block; width: 22px; height: 1px; background: currentColor; transition: width .5s var(--ease-out); }
.chapters button span { opacity: 0; transform: translateX(-6px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.chapters button:hover span, .chapters button.on span { opacity: 1; transform: none; }
.chapters button.on { color: #fff; }
.chapters button.on i { width: 40px; background: var(--red); }
