/* innovando.info - base typography and structure */
:root {
  --red: #da291c;
  --white: #ffffff;
  --paper: #f6f4f1;
  --soft: #ece8e2;
  --ink: #151515;
  --muted: #6f6a64;
  --max: 1180px;
  --measure: 760px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  letter-spacing: -0.015em;
}
a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 0.18em; }
a:hover { color: var(--red); }
.site-header, .site-footer, main { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-header { padding: 28px 0; display: flex; justify-content: space-between; gap: 32px; align-items: baseline; }
.brand { font-family: Newsreader, Georgia, serif; font-size: clamp(1.8rem, 4vw, 4rem); letter-spacing: -0.06em; text-decoration: none; }
.main-nav, .lang-nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 0.9rem; }
.main-nav a[aria-current="page"] { color: var(--red); }
.lang-nav { justify-content: flex-end; color: var(--muted); }
.page-hero { padding: clamp(56px, 10vw, 140px) 0 clamp(36px, 7vw, 90px); border-top: 1px solid var(--soft); }
h1, h2, h3 { font-family: Newsreader, Georgia, serif; font-weight: 500; letter-spacing: -0.055em; line-height: 0.95; }
h1 { font-size: clamp(4.5rem, 17vw, 15rem); margin: 0; }
h2 { font-size: clamp(2.4rem, 7vw, 7rem); margin: 3.5rem 0 1.5rem; }
.kicker { color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; margin: 0 0 18px; }
.subtitle { font-family: Newsreader, Georgia, serif; font-size: clamp(1.6rem, 4vw, 4rem); max-width: 920px; line-height: 1.05; margin: 18px 0 0; }
.content { max-width: var(--measure); padding-bottom: 80px; }
.content p { font-size: clamp(1.05rem, 1.35vw, 1.22rem); margin: 0 0 1.25rem; }
.lead p, p.lead, .lead { font-family: Newsreader, Georgia, serif; font-size: clamp(1.7rem, 4vw, 3.9rem) !important; line-height: 1.05; letter-spacing: -0.055em; margin-bottom: 2.4rem; }
.incision { font-family: Newsreader, Georgia, serif; font-size: clamp(2rem, 6vw, 6rem) !important; line-height: 0.98; color: var(--red); margin: 4rem 0 !important; }
.page-next { margin: 80px 0 40px; padding-top: 32px; border-top: 1px solid var(--soft); }
.page-next a { font-family: Newsreader, Georgia, serif; font-size: clamp(2rem, 6vw, 5rem); letter-spacing: -0.055em; text-decoration: none; }
.matrix-menu { display: grid; gap: 14px; margin-top: 32px; }
.matrix-menu a { display: grid; grid-template-columns: minmax(110px, 0.35fr) 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid var(--soft); text-decoration: none; }
.matrix-menu strong { font-family: Newsreader, Georgia, serif; font-size: clamp(1.8rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.055em; }
.matrix-menu span { align-self: center; color: var(--muted); }
dl { margin: 32px 0; }
dt { font-family: Newsreader, Georgia, serif; font-size: clamp(1.4rem, 3vw, 2.5rem); line-height: 1.05; margin-top: 26px; }
dd { margin: 8px 0 20px; color: var(--ink); }
.contact-form { display: grid; gap: 18px; margin: 34px 0; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); }
input, textarea, button { font: inherit; }
input, textarea { width: 100%; border: 1px solid var(--soft); background: var(--white); padding: 14px 16px; color: var(--ink); }
button { width: fit-content; border: 1px solid var(--red); background: transparent; color: var(--red); padding: 12px 18px; cursor: pointer; }
blockquote { margin: 40px 0; padding-left: 24px; border-left: 2px solid var(--red); font-family: Newsreader, Georgia, serif; }
blockquote p { font-size: clamp(1.5rem, 3.5vw, 3rem) !important; line-height: 1.08; }
blockquote footer { margin-top: 24px; color: var(--muted); font-family: "IBM Plex Sans", system-ui, sans-serif; }
.site-footer { border-top: 1px solid var(--soft); padding: 32px 0 56px; color: var(--muted); font-size: 0.9rem; display: grid; gap: 16px; }
@media (max-width: 760px) {
  .site-header { display: block; }
  .main-nav, .lang-nav { margin-top: 18px; justify-content: flex-start; }
  .matrix-menu a { grid-template-columns: 1fr; gap: 4px; }
}

/* Matrice v3 - full-screen architectural direction */
:root {
  --red: #da291c;
  --white: #ffffff;
  --paper: #f7f6f3;
  --pale: #efede8;
  --ink: #151515;
  --anthracite: #151515;
  --muted: #6f6a64;
}

body.page-matrice {
  background: var(--paper);
  overflow-x: hidden;
}

.page-matrice .site-header,
.page-matrice .site-footer,
.page-matrice main {
  width: auto;
  max-width: none;
}

.page-matrice .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  width: min(1500px, calc(100% - clamp(32px, 7vw, 120px)));
  margin: 0 auto;
  padding: clamp(22px, 3vw, 42px) 0;
  align-items: center;
  pointer-events: none;
}

.page-matrice .site-header a,
.page-matrice .site-header nav {
  pointer-events: auto;
}

.page-matrice .brand {
  font-size: clamp(1.65rem, 2.4vw, 3.2rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.page-matrice .compact-nav {
  margin-left: auto;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.page-matrice .compact-nav a {
  text-decoration: none;
}

.page-matrice .lang-nav {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.matrix-main {
  background:
    linear-gradient(90deg, rgba(218,41,28,0.035) 1px, transparent 1px) 0 0 / calc(100vw / 12) 100%,
    var(--paper);
}

.matrix-scene {
  min-height: 100svh;
  width: 100%;
  display: grid;
  align-items: center;
  padding: clamp(104px, 12vw, 180px) clamp(28px, 7vw, 120px);
  position: relative;
  isolation: isolate;
}

.scene-inner,
.matrix-split {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.scene-narrow {
  width: min(1120px, 100%);
}

.matrix-hero {
  min-height: 100svh;
  align-items: end;
  padding-bottom: clamp(72px, 10vw, 150px);
  background: var(--paper);
}

.matrix-hero::after {
  content: "";
  position: absolute;
  right: clamp(28px, 7vw, 120px);
  bottom: clamp(32px, 5vw, 84px);
  width: clamp(64px, 8vw, 140px);
  height: 2px;
  background: var(--red);
  transform-origin: right center;
}

.page-matrice .kicker {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.115em;
  font-size: clamp(0.68rem, 0.75vw, 0.84rem);
  line-height: 1.2;
  margin: 0 0 clamp(26px, 4vw, 54px);
}

.page-matrice h1 {
  font-size: clamp(6.8rem, 18vw, 20rem);
  letter-spacing: -0.085em;
  line-height: 0.76;
  margin: 0;
}

.page-matrice .subtitle {
  font-size: clamp(2rem, 5.6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  max-width: 980px;
  margin: clamp(30px, 5vw, 62px) 0 0;
}

.matrix-hero-line {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.2rem, 5.8vw, 7.4rem);
  line-height: 0.93;
  letter-spacing: -0.072em;
  max-width: 980px;
  margin: clamp(54px, 8vw, 110px) 0 0;
}

.matrix-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(300px, 0.42fr);
  gap: clamp(48px, 8vw, 150px);
  align-items: stretch;
}

.matrix-split-reverse {
  grid-template-columns: minmax(280px, 0.42fr) minmax(320px, 0.58fr);
}

.matrix-copy {
  max-width: 760px;
  align-self: center;
}

.matrix-copy p {
  font-size: clamp(1.06rem, 1.2vw, 1.32rem);
  line-height: 1.62;
  margin: 0 0 1.25rem;
}

.red-plane,
.quiet-plane {
  min-height: clamp(520px, 66vh, 820px);
  position: relative;
  align-self: center;
}

.red-plane {
  background: var(--red);
  color: var(--white);
}

.quiet-plane {
  background: var(--pale);
}

.red-plane span,
.red-monolith span {
  position: absolute;
  left: clamp(24px, 3.2vw, 58px);
  bottom: clamp(24px, 3.2vw, 58px);
  max-width: 360px;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.78rem, 0.86vw, 1rem);
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.slim-plane {
  min-height: clamp(420px, 58vh, 680px);
}

.matrix-red-statement {
  background: var(--paper);
  padding-block: clamp(80px, 10vw, 150px);
}

.red-monolith {
  width: min(1500px, 100%);
  min-height: clamp(520px, 78vh, 860px);
  margin: 0 auto;
  background: var(--red);
  color: var(--white);
  position: relative;
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 96px);
}

.red-monolith p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(4.8rem, 13vw, 17rem);
  letter-spacing: -0.085em;
  line-height: 0.78;
  max-width: 1120px;
  margin: 0;
}

.matrix-path {
  min-height: 100svh;
  background: var(--paper);
}

.matrix-path .scene-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(420px, 0.64fr);
  gap: clamp(48px, 8vw, 150px);
  align-items: start;
}

.matrix-index {
  position: sticky;
  top: clamp(120px, 16vh, 180px);
  align-self: start;
}

.page-matrice h2 {
  font-size: clamp(4.2rem, 9.2vw, 12rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
  margin: 0 0 clamp(30px, 4vw, 56px);
}

.matrix-index p:not(.kicker) {
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}

.matrix-menu-architectural {
  display: grid;
  gap: 0;
  margin: 0;
  counter-reset: matrix;
}

.matrix-menu-architectural a {
  display: grid;
  grid-template-columns: clamp(42px, 5vw, 76px) minmax(230px, 0.58fr) minmax(230px, 0.42fr);
  gap: clamp(18px, 3vw, 52px);
  align-items: baseline;
  min-height: clamp(76px, 9vh, 120px);
  padding: clamp(20px, 2.5vw, 36px) 0;
  border-top: 1px solid rgba(21,21,21,0.1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 280ms ease;
}

.matrix-menu-architectural a:last-child {
  border-bottom: 1px solid rgba(21,21,21,0.1);
}

.matrix-menu-architectural a::before {
  content: "";
  position: absolute;
  left: clamp(42px, 5vw, 76px);
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transition: right 360ms cubic-bezier(.2,.7,.2,1);
}

.matrix-menu-architectural a:hover::before,
.matrix-menu-architectural a:focus-visible::before {
  right: 0;
}

.matrix-number {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.72rem, 0.9vw, 1rem);
  color: var(--muted);
  letter-spacing: 0.08em;
  transition: color 240ms ease, transform 360ms cubic-bezier(.2,.7,.2,1);
}

.matrix-menu-architectural strong {
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(3rem, 7.8vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
  transition: transform 360ms cubic-bezier(.2,.7,.2,1), color 240ms ease;
}

.matrix-gloss {
  color: var(--muted);
  font-size: clamp(0.86rem, 1vw, 1.05rem);
  line-height: 1.3;
  opacity: 0.55;
  transform: translateX(-10px);
  transition: opacity 300ms ease, transform 360ms cubic-bezier(.2,.7,.2,1), color 240ms ease;
}

.matrix-menu-architectural a:hover .matrix-number,
.matrix-menu-architectural a:focus-visible .matrix-number {
  color: var(--red);
  transform: translateX(8px);
}

.matrix-menu-architectural a:hover strong,
.matrix-menu-architectural a:focus-visible strong {
  transform: translateX(10px);
  color: var(--red);
}

.matrix-menu-architectural a:hover .matrix-gloss,
.matrix-menu-architectural a:focus-visible .matrix-gloss {
  opacity: 1;
  transform: translateX(0);
  color: var(--ink);
}

.matrix-exit {
  min-height: 70svh;
  align-items: center;
  background: var(--pale);
}

.matrix-exit p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.8rem, 7.5vw, 9rem);
  letter-spacing: -0.075em;
  line-height: 0.88;
  max-width: 1050px;
  margin: 0;
}

.page-matrice .page-next {
  margin: clamp(50px, 7vw, 100px) 0 0;
  padding: 0;
  border: 0;
}

.page-matrice .page-next a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  transition: color 240ms ease, transform 300ms cubic-bezier(.2,.7,.2,1);
}

.page-matrice .page-next a:hover,
.page-matrice .page-next a:focus-visible {
  color: var(--red);
  transform: translateX(10px);
}

.matrix-footer {
  width: min(1500px, calc(100% - clamp(32px, 7vw, 120px))) !important;
  margin: 0 auto !important;
  border-color: rgba(21,21,21,0.12);
}

/* Matrice entrance and scroll choreography */
.js-enabled body.page-matrice .reveal-item,
.js-enabled body.page-matrice .reveal-mask,
.js-enabled body.page-matrice .reveal-plane,
.js-enabled body.page-matrice .matrix-menu-architectural a {
  opacity: 0;
}

.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-item,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-mask {
  opacity: 1;
}

.js-enabled body.page-matrice .reveal-item {
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 760ms cubic-bezier(.2,.7,.2,1);
}

.js-enabled body.page-matrice .reveal-item.is-visible,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-item {
  transform: translateY(0);
}

.js-enabled body.page-matrice .reveal-mask {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 920ms cubic-bezier(.2,.7,.2,1), opacity 250ms ease;
}

.js-enabled body.page-matrice .reveal-mask.is-visible,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-mask {
  clip-path: inset(0 0 0 0);
}

.js-enabled body.page-matrice .reveal-plane {
  transform: scaleX(0);
  transform-origin: right center;
  transition: opacity 260ms ease, transform 820ms cubic-bezier(.2,.7,.2,1);
}

.js-enabled body.page-matrice .matrix-split-reverse .reveal-plane {
  transform-origin: left center;
}

.js-enabled body.page-matrice .reveal-plane.is-visible {
  opacity: 1;
  transform: scaleX(1);
}

.js-enabled body.page-matrice .reveal-plane span,
.js-enabled body.page-matrice .red-monolith p {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease 380ms, transform 560ms cubic-bezier(.2,.7,.2,1) 380ms;
}

.js-enabled body.page-matrice .reveal-plane.is-visible span,
.js-enabled body.page-matrice .reveal-plane.is-visible .red-monolith p,
.js-enabled body.page-matrice .red-monolith.is-visible p,
.js-enabled body.page-matrice .red-monolith.is-visible span {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled body.page-matrice .matrix-menu-architectural a {
  transform: translateX(-18px);
  transition: opacity 620ms ease, transform 680ms cubic-bezier(.2,.7,.2,1), color 240ms ease;
}

.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a {
  opacity: 1;
  transform: translateX(0);
}

.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(1) { transition-delay: 40ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(2) { transition-delay: 90ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(3) { transition-delay: 140ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(4) { transition-delay: 190ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(5) { transition-delay: 240ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(6) { transition-delay: 290ms; }
.js-enabled body.page-matrice .matrix-menu-architectural.is-visible a:nth-child(7) { transition-delay: 340ms; }

.page-transition-plane {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right center;
  pointer-events: none;
  transition: transform 520ms cubic-bezier(.2,.7,.2,1);
}

body.is-leaving .page-transition-plane {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .js-enabled body.page-matrice .reveal-item,
  .js-enabled body.page-matrice .reveal-mask,
  .js-enabled body.page-matrice .reveal-plane,
  .js-enabled body.page-matrice .matrix-menu-architectural a {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}

@media (max-width: 980px) {
  .page-matrice .site-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    width: min(100% - 34px, 100%);
    padding: 24px 0;
  }
  .page-matrice .compact-nav {
    grid-column: 1 / -1;
    order: 3;
    margin-left: 0;
  }
  .matrix-scene {
    min-height: auto;
    padding: clamp(72px, 15vw, 120px) 24px;
  }
  .matrix-hero {
    min-height: calc(100svh - 110px);
  }
  .matrix-split,
  .matrix-split-reverse,
  .matrix-path .scene-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .red-plane,
  .quiet-plane,
  .red-monolith {
    min-height: 340px;
  }
  .matrix-index {
    position: static;
  }
  .matrix-menu-architectural a {
    grid-template-columns: 42px 1fr;
    min-height: auto;
  }
  .matrix-gloss {
    grid-column: 2;
    transform: none;
    opacity: 0.8;
  }
}

@media (max-width: 560px) {
  .page-matrice h1 {
    font-size: clamp(5rem, 26vw, 8rem);
  }
  .page-matrice .subtitle {
    font-size: clamp(2rem, 12vw, 3.8rem);
  }
  .matrix-hero-line {
    font-size: clamp(2.4rem, 13vw, 4.2rem);
  }
  .red-monolith p {
    font-size: clamp(4rem, 20vw, 6.4rem);
  }
  .matrix-menu-architectural strong {
    font-size: clamp(2.6rem, 16vw, 4.8rem);
  }
}


/* Matrice v4 - vertical full-screen planes, primary English governance */
html:has(body.page-matrice) {
  scroll-behavior: smooth;
}
body.page-matrice {
  background: var(--paper);
}
.page-matrice .matrix-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}
.page-matrice .compact-nav { display: none; }
.page-matrice .lang-nav {
  justify-content: flex-end;
}
.page-matrice .lang-nav a:first-child {
  color: var(--red);
}
.matrix-vertical {
  scroll-snap-type: y proximity;
  background:
    linear-gradient(90deg, rgba(21,21,21,0.035) 1px, transparent 1px) 0 0 / calc(100vw / 12) 100%,
    linear-gradient(180deg, rgba(218,41,28,0.018), transparent 42vh) fixed,
    var(--paper);
}
.matrix-vertical .matrix-scene {
  scroll-snap-align: start;
  min-height: 100dvh;
  padding-top: clamp(118px, 12vw, 184px);
  padding-bottom: clamp(70px, 8vw, 132px);
  overflow: clip;
}
.matrix-vertical .matrix-scene::after {
  content: attr(aria-label);
  position: absolute;
  right: clamp(28px, 7vw, 120px);
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(21,21,21,0.25);
  pointer-events: none;
}
.matrix-vertical .matrix-hero::after,
.matrix-vertical .matrix-path::after,
.matrix-vertical .matrix-exit::after { content: none; }
.matrix-vertical .matrix-hero {
  align-items: center;
  padding-bottom: clamp(70px, 8vw, 132px);
}
.matrix-vertical .matrix-hero .scene-inner {
  transform: translateY(clamp(24px, 4vh, 54px));
}
.matrix-label {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.68rem, 0.78vw, 0.86rem) !important;
  line-height: 1.2 !important;
  margin-bottom: clamp(24px, 4vw, 52px) !important;
}
.matrix-vertical .matrix-copy {
  max-width: 720px;
}
.matrix-vertical .matrix-copy p {
  font-size: clamp(1.02rem, 1.05vw, 1.2rem);
  line-height: 1.58;
}
.matrix-vertical .matrix-split {
  grid-template-columns: minmax(320px, 0.54fr) minmax(300px, 0.46fr);
  align-items: center;
}
.matrix-vertical .matrix-split-reverse {
  grid-template-columns: minmax(300px, 0.45fr) minmax(320px, 0.55fr);
}
.matrix-vertical .red-plane,
.matrix-vertical .quiet-plane {
  min-height: min(66dvh, 720px);
  max-height: 760px;
}
.matrix-vertical .red-plane {
  box-shadow: 0 0 0 1px rgba(218,41,28,0.02);
}
.matrix-vertical .quiet-plane {
  background:
    linear-gradient(90deg, rgba(218,41,28,0.08) 1px, transparent 1px) 0 0 / 12% 100%,
    var(--pale);
}
.matrix-vertical .matrix-red-statement {
  min-height: 100dvh;
}
.matrix-vertical .red-monolith {
  min-height: min(72dvh, 800px);
  overflow: hidden;
}
.matrix-vertical .red-monolith::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px) 0 0 / 8.333% 100%;
  opacity: 0.35;
}
.matrix-vertical .red-monolith p,
.matrix-vertical .red-monolith span {
  position: relative;
  z-index: 1;
}
.matrix-vertical .matrix-path {
  align-items: center;
  min-height: auto;
  overflow: visible;
}
.matrix-vertical .matrix-path .scene-inner {
  grid-template-columns: minmax(280px, 0.34fr) minmax(420px, 0.66fr);
  align-items: start;
}
.matrix-vertical .matrix-index {
  position: sticky;
  top: clamp(120px, 14vh, 178px);
}
.matrix-vertical .matrix-menu-architectural a {
  min-height: clamp(70px, 8vh, 104px);
  padding: clamp(16px, 2.2vw, 30px) 0;
  grid-template-columns: clamp(38px, 4.5vw, 68px) minmax(190px, 0.58fr) minmax(190px, 0.42fr);
}
.matrix-vertical .matrix-menu-architectural strong {
  font-size: clamp(2.4rem, 6.2vw, 7.2rem);
}
.matrix-vertical .matrix-exit {
  min-height: 78dvh;
}
.page-transition-plane {
  transform-origin: right center;
}
body.is-leaving .page-transition-plane {
  transform: scaleX(1);
}
@supports not selector(:has(*)) {
  html { scroll-behavior: smooth; }
}
@media (max-width: 1120px) {
  .matrix-vertical .matrix-scene::after { display: none; }
  .matrix-vertical .matrix-split,
  .matrix-vertical .matrix-split-reverse,
  .matrix-vertical .matrix-path .scene-inner {
    grid-template-columns: 1fr;
  }
  .matrix-vertical .matrix-index { position: static; }
  .matrix-vertical .matrix-scene {
    min-height: auto;
    overflow: visible;
  }
}
@media (max-width: 760px) {
  .page-matrice .matrix-header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 18px 22px;
    background: rgba(247,246,243,0.92);
    backdrop-filter: blur(10px);
  }
  .page-matrice .brand { font-size: 1.6rem; }
  .matrix-vertical .matrix-scene {
    padding-left: 22px;
    padding-right: 22px;
  }
  .matrix-vertical .red-plane,
  .matrix-vertical .quiet-plane,
  .matrix-vertical .red-monolith {
    min-height: 320px;
  }
  .matrix-vertical .matrix-menu-architectural a {
    grid-template-columns: 42px 1fr;
  }
}

/* Matrice v5 - true fullscreen planes, no external margins, section transitions */
html.matrix-snap {
  scroll-snap-type: y proximity;
  scroll-padding-top: 0;
}

body.page-matrice,
body.page-matrix {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: var(--paper);
  overflow-x: hidden;
}

body.page-matrice .site-header,
body.page-matrix .site-header,
body.page-matrice .site-footer,
body.page-matrix .site-footer,
body.page-matrice main,
body.page-matrix main {
  width: 100vw;
  max-width: none;
  margin: 0;
}

body.page-matrice .matrix-header,
body.page-matrix .matrix-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(18px, 2.2vw, 34px) clamp(22px, 4.5vw, 74px);
  background: rgba(247, 246, 243, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21, 21, 21, 0.055);
  pointer-events: auto;
}

body.page-matrice .brand-logo,
body.page-matrix .brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

body.page-matrice .brand-logo img,
body.page-matrix .brand-logo img {
  display: block;
  width: clamp(180px, 15vw, 292px);
  height: auto;
}

body.page-matrice .lang-nav,
body.page-matrix .lang-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 22px);
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.72rem, 0.72vw, 0.84rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-matrice .lang-nav a,
body.page-matrix .lang-nav a {
  text-decoration: none;
  color: inherit;
}

body.page-matrice .lang-nav a[aria-current="true"],
body.page-matrix .lang-nav a[aria-current="true"] {
  color: var(--red);
}

body.page-matrice .matrix-main,
body.page-matrix .matrix-main {
  width: 100vw;
  margin: 0;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(218,41,28,0.04) 1px, transparent 1px) 0 0 / calc(100vw / 12) 100%,
    var(--paper);
}

body.page-matrice .matrix-scene,
body.page-matrix .matrix-scene {
  width: 100vw;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
}

body.page-matrice .matrix-scene > *,
body.page-matrix .matrix-scene > * {
  position: relative;
  z-index: 2;
}

body.page-matrice .matrix-scene::after,
body.page-matrix .matrix-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background: var(--red);
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
}

.js-enabled body.page-matrice .matrix-scene.is-current::after,
.js-enabled body.page-matrix .matrix-scene.is-current::after {
  animation: matrixSectionWipe 760ms cubic-bezier(.2,.7,.2,1) both;
}

@keyframes matrixSectionWipe {
  0% { opacity: 0; transform: translateX(100%); }
  18% { opacity: 0.96; }
  48% { opacity: 0.96; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(-100%); }
}

body.page-matrice .scene-inner,
body.page-matrix .scene-inner,
body.page-matrice .matrix-two-col,
body.page-matrix .matrix-two-col,
body.page-matrice .definition-layout,
body.page-matrix .definition-layout {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.page-matrice .scene-inner,
body.page-matrix .scene-inner {
  padding: clamp(104px, 9vw, 168px) clamp(24px, 6vw, 110px) clamp(56px, 6vw, 110px);
  display: grid;
  align-content: center;
}

body.page-matrice .scene-narrow,
body.page-matrix .scene-narrow {
  max-width: none;
}

body.page-matrice .matrix-hero,
body.page-matrix .matrix-hero {
  min-height: 100svh;
  align-items: stretch;
  background: var(--paper);
}

body.page-matrice .matrix-hero .scene-inner,
body.page-matrix .matrix-hero .scene-inner {
  align-content: end;
  padding-bottom: clamp(44px, 7vw, 120px);
}

body.page-matrice .matrix-hero::after,
body.page-matrix .matrix-hero::after {
  display: none;
}

body.page-matrice h1,
body.page-matrix h1 {
  font-size: clamp(6rem, 15.5vw, 18rem);
  line-height: 0.76;
  max-width: 90vw;
}

body.page-matrice .subtitle,
body.page-matrix .subtitle {
  max-width: 880px;
  font-size: clamp(2rem, 4.8vw, 5.6rem);
}

body.page-matrice .matrix-hero-line,
body.page-matrix .matrix-hero-line {
  max-width: 940px;
  font-size: clamp(2.2rem, 5.3vw, 6.6rem);
}

body.page-matrice .matrix-two-col,
body.page-matrix .matrix-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 38vw);
  min-height: 100svh;
}

body.page-matrice .matrix-two-col-reverse,
body.page-matrix .matrix-two-col-reverse {
  grid-template-columns: minmax(320px, 34vw) minmax(0, 1fr);
}

body.page-matrice .matrix-two-col-reverse .matrix-copy,
body.page-matrix .matrix-two-col-reverse .matrix-copy {
  grid-column: 2;
  grid-row: 1;
}

body.page-matrice .matrix-two-col-reverse .red-plane,
body.page-matrix .matrix-two-col-reverse .red-plane {
  grid-column: 1;
  grid-row: 1;
}

body.page-matrice .matrix-copy,
body.page-matrix .matrix-copy {
  max-width: 820px;
  align-self: center;
  padding: clamp(104px, 9vw, 168px) clamp(24px, 6vw, 110px);
}

body.page-matrice .matrix-copy p,
body.page-matrix .matrix-copy p,
body.page-matrice .definition-copy p,
body.page-matrix .definition-copy p {
  font-size: clamp(1.02rem, 1.07vw, 1.22rem);
  line-height: 1.56;
  margin: 0 0 1.15rem;
}

body.page-matrice .matrix-label,
body.page-matrix .matrix-label {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.68rem, 0.72vw, 0.82rem) !important;
  line-height: 1.2 !important;
  margin-bottom: clamp(24px, 3vw, 46px) !important;
}

body.page-matrice .red-plane,
body.page-matrix .red-plane,
body.page-matrice .quiet-plane,
body.page-matrix .quiet-plane {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  align-self: stretch;
}

body.page-matrice .red-plane,
body.page-matrix .red-plane {
  display: block;
  background: var(--red);
}

body.page-matrice .red-plane span,
body.page-matrix .red-plane span,
body.page-matrice .red-monolith span,
body.page-matrix .red-monolith span {
  left: clamp(24px, 4vw, 72px);
  bottom: clamp(26px, 4vw, 72px);
  max-width: min(360px, 70%);
  color: var(--white);
  font-weight: 600;
}

body.page-matrice .definition-layout,
body.page-matrix .definition-layout {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(120px, 20vw) minmax(320px, 840px) minmax(120px, 1fr);
  align-items: center;
  padding: clamp(104px, 9vw, 168px) clamp(24px, 6vw, 110px);
  background: var(--paper);
}

body.page-matrice .definition-layout .matrix-label,
body.page-matrix .definition-layout .matrix-label {
  align-self: start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-self: start;
  margin: 0 !important;
  color: rgba(21,21,21,0.36);
}

body.page-matrice .definition-copy,
body.page-matrix .definition-copy {
  grid-column: 2;
  max-width: 840px;
}

body.page-matrice .definition-title,
body.page-matrix .definition-title {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(3rem, 7vw, 9rem) !important;
  line-height: 0.85 !important;
  letter-spacing: -0.075em;
  margin-bottom: clamp(30px, 4vw, 56px) !important;
}

body.page-matrice .matrix-red-statement,
body.page-matrix .matrix-red-statement {
  background: var(--red);
  color: var(--white);
}

body.page-matrice .red-monolith,
body.page-matrix .red-monolith {
  width: 100vw;
  min-height: 100svh;
  margin: 0;
  background: var(--red);
  color: var(--white);
  display: grid;
  align-content: center;
  padding: clamp(84px, 8vw, 150px) clamp(24px, 7vw, 130px);
}

body.page-matrice .red-monolith p,
body.page-matrix .red-monolith p {
  font-size: clamp(4.8rem, 10.5vw, 12.8rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
  max-width: 1050px;
}

body.page-matrice .red-monolith span,
body.page-matrix .red-monolith span {
  position: absolute;
  left: clamp(24px, 7vw, 130px);
  bottom: clamp(26px, 5vw, 78px);
}

body.page-matrice .matrix-path,
body.page-matrix .matrix-path {
  background: var(--paper);
}

body.page-matrice .matrix-path-grid,
body.page-matrix .matrix-path-grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(420px, 0.68fr);
  gap: clamp(36px, 6vw, 120px);
  align-items: center;
  padding: clamp(104px, 8vw, 150px) clamp(24px, 6vw, 110px);
}

body.page-matrice .matrix-index,
body.page-matrix .matrix-index {
  position: static;
  align-self: center;
}

body.page-matrice .matrix-menu-architectural strong,
body.page-matrix .matrix-menu-architectural strong {
  font-size: clamp(2.6rem, 5.9vw, 7.1rem);
}

body.page-matrice .matrix-menu-architectural a,
body.page-matrix .matrix-menu-architectural a {
  min-height: clamp(62px, 8vh, 98px);
}

body.page-matrice .matrix-exit,
body.page-matrix .matrix-exit {
  min-height: 100svh;
  background: var(--pale);
}

body.page-matrice .matrix-exit p,
body.page-matrix .matrix-exit p {
  font-size: clamp(3rem, 7vw, 8.8rem);
}

body.page-matrice .matrix-footer,
body.page-matrix .matrix-footer {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(58px, 6vw, 96px) clamp(24px, 6vw, 110px);
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid rgba(21,21,21,0.12);
  display: grid;
  gap: clamp(42px, 5vw, 72px);
}

body.page-matrice .footer-grid,
body.page-matrix .footer-grid,
body.page-matrice .footer-lower,
body.page-matrix .footer-lower {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  gap: clamp(26px, 4vw, 70px);
}

body.page-matrice .footer-grid,
body.page-matrix .footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-matrice .footer-lower,
body.page-matrix .footer-lower {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

body.page-matrice .matrix-footer h2,
body.page-matrix .matrix-footer h2 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.86rem, 0.95vw, 1.08rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21,21,21,0.13);
}

body.page-matrice .matrix-footer p,
body.page-matrix .matrix-footer p,
body.page-matrice .matrix-footer li,
body.page-matrix .matrix-footer li {
  font-size: clamp(0.9rem, 1vw, 1.12rem);
  line-height: 1.55;
  color: var(--muted);
}

body.page-matrice .matrix-footer ul,
body.page-matrix .matrix-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-matrice .matrix-footer li,
body.page-matrix .matrix-footer li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(21,21,21,0.09);
}

body.page-matrice .matrix-footer li::before,
body.page-matrix .matrix-footer li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--red);
  font-weight: 700;
}

body.page-matrice .matrix-footer a,
body.page-matrix .matrix-footer a {
  color: inherit;
  text-decoration-color: rgba(218,41,28,0.55);
}

body.page-matrice .matrix-footer a:hover,
body.page-matrix .matrix-footer a:hover {
  color: var(--red);
}

body.page-matrice .footer-lower p a,
body.page-matrix .footer-lower p a {
  display: inline-block;
  margin: 0 18px 10px 0;
}

@media (max-width: 1080px) {
  body.page-matrice .matrix-two-col,
  body.page-matrix .matrix-two-col,
  body.page-matrice .matrix-two-col-reverse,
  body.page-matrix .matrix-two-col-reverse,
  body.page-matrice .matrix-path-grid,
  body.page-matrix .matrix-path-grid,
  body.page-matrice .footer-grid,
  body.page-matrix .footer-grid,
  body.page-matrice .footer-lower,
  body.page-matrix .footer-lower {
    grid-template-columns: 1fr;
  }
  body.page-matrice .matrix-two-col-reverse .matrix-copy,
  body.page-matrix .matrix-two-col-reverse .matrix-copy,
  body.page-matrice .matrix-two-col-reverse .red-plane,
  body.page-matrix .matrix-two-col-reverse .red-plane {
    grid-column: auto;
    grid-row: auto;
  }
  body.page-matrice .red-plane,
  body.page-matrix .red-plane {
    min-height: 38svh;
  }
  body.page-matrice .matrix-copy,
  body.page-matrix .matrix-copy {
    padding: clamp(90px, 14vw, 140px) clamp(22px, 7vw, 70px);
  }
  body.page-matrice .definition-layout,
  body.page-matrix .definition-layout {
    grid-template-columns: 1fr;
  }
  body.page-matrice .definition-copy,
  body.page-matrix .definition-copy {
    grid-column: auto;
  }
  body.page-matrice .definition-layout .matrix-label,
  body.page-matrix .definition-layout .matrix-label {
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 28px !important;
  }
}

@media (max-width: 680px) {
  body.page-matrice .matrix-header,
  body.page-matrix .matrix-header {
    padding: 16px 18px;
  }
  body.page-matrice .brand-logo img,
  body.page-matrix .brand-logo img {
    width: 176px;
  }
  body.page-matrice .lang-nav,
  body.page-matrix .lang-nav {
    gap: 10px;
  }
  body.page-matrice .scene-inner,
  body.page-matrix .scene-inner,
  body.page-matrice .matrix-path-grid,
  body.page-matrix .matrix-path-grid,
  body.page-matrice .definition-layout,
  body.page-matrix .definition-layout {
    padding-inline: 20px;
  }
  body.page-matrice h1,
  body.page-matrix h1 {
    font-size: clamp(5rem, 23vw, 8rem);
  }
  body.page-matrice .red-monolith p,
  body.page-matrix .red-monolith p {
    font-size: clamp(4.3rem, 19vw, 6.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.matrix-snap { scroll-snap-type: none; }
  .js-enabled body.page-matrice .matrix-scene.is-current::after,
  .js-enabled body.page-matrix .matrix-scene.is-current::after {
    animation: none !important;
  }
}


/* v6 — logo semantics, theme toggle, hamburger menu and lighter text choreography */
:root {
  color-scheme: light;
  --theme-bg: var(--paper);
  --theme-panel: var(--paper);
  --theme-ink: var(--ink);
  --theme-muted: var(--muted);
  --theme-soft: rgba(21,21,21,0.12);
  --theme-grid: rgba(218,41,28,0.04);
}
html[data-theme="dark"] {
  color-scheme: dark;
  --theme-bg: #151515;
  --theme-panel: #1d1d1d;
  --theme-ink: #f7f6f3;
  --theme-muted: rgba(247,246,243,0.62);
  --theme-soft: rgba(247,246,243,0.16);
  --theme-grid: rgba(247,246,243,0.045);
}
html[data-theme="dark"] body,
html[data-theme="dark"] body.page-matrice,
html[data-theme="dark"] body.page-matrix { background: var(--theme-bg); color: var(--theme-ink); }
html[data-theme="dark"] body.page-matrice .matrix-main,
html[data-theme="dark"] body.page-matrix .matrix-main {
  background: linear-gradient(90deg, var(--theme-grid) 1px, transparent 1px) 0 0 / calc(100vw / 12) 100%, var(--theme-bg);
}
html[data-theme="dark"] body.page-matrice .matrix-hero,
html[data-theme="dark"] body.page-matrix .matrix-hero,
html[data-theme="dark"] body.page-matrice .definition-layout,
html[data-theme="dark"] body.page-matrix .definition-layout,
html[data-theme="dark"] body.page-matrice .matrix-path,
html[data-theme="dark"] body.page-matrix .matrix-path,
html[data-theme="dark"] body.page-matrice .matrix-footer,
html[data-theme="dark"] body.page-matrix .matrix-footer { background: var(--theme-bg); color: var(--theme-ink); }
html[data-theme="dark"] body.page-matrice .matrix-exit,
html[data-theme="dark"] body.page-matrix .matrix-exit { background: #202020; }
html[data-theme="dark"] body.page-matrice .matrix-copy p,
html[data-theme="dark"] body.page-matrix .matrix-copy p,
html[data-theme="dark"] body.page-matrice .definition-copy p,
html[data-theme="dark"] body.page-matrix .definition-copy p,
html[data-theme="dark"] body.page-matrice .matrix-index p,
html[data-theme="dark"] body.page-matrix .matrix-index p,
html[data-theme="dark"] .content p { color: var(--theme-ink); }
html[data-theme="dark"] body.page-matrice .matrix-footer p,
html[data-theme="dark"] body.page-matrix .matrix-footer p,
html[data-theme="dark"] body.page-matrice .matrix-footer li,
html[data-theme="dark"] body.page-matrix .matrix-footer li,
html[data-theme="dark"] body.page-matrice .matrix-gloss,
html[data-theme="dark"] body.page-matrix .matrix-gloss { color: var(--theme-muted); }
html[data-theme="dark"] body.page-matrice .matrix-menu-architectural a,
html[data-theme="dark"] body.page-matrix .matrix-menu-architectural a,
html[data-theme="dark"] body.page-matrice .matrix-menu-architectural a:last-child,
html[data-theme="dark"] body.page-matrix .matrix-menu-architectural a:last-child,
html[data-theme="dark"] body.page-matrice .matrix-footer h2,
html[data-theme="dark"] body.page-matrix .matrix-footer h2,
html[data-theme="dark"] body.page-matrice .matrix-footer li,
html[data-theme="dark"] body.page-matrix .matrix-footer li { border-color: var(--theme-soft); }
.logo-on-dark { display: none !important; }
html[data-theme="dark"] .logo-on-light { display: none !important; }
html[data-theme="dark"] .logo-on-dark { display: block !important; }
body.page-matrice .matrix-header,
body.page-matrix .matrix-header,
.compact-header {
  background: color-mix(in srgb, var(--theme-bg) 88%, transparent);
  border-bottom-color: var(--theme-soft);
}
.compact-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(18px, 2.2vw, 34px) clamp(22px, 4.5vw, 74px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.header-controls { display: inline-flex; align-items: center; gap: clamp(12px, 1.6vw, 24px); margin-left: auto; }
.theme-toggle,
.menu-toggle,
.menu-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--theme-ink);
  cursor: pointer;
  padding: 0;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(0.72rem, 0.72vw, 0.84rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.theme-toggle-mark {
  width: 18px;
  height: 18px;
  border: 1px solid var(--theme-ink);
  border-radius: 999px;
  display: inline-block;
  position: relative;
}
.theme-toggle-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: var(--red);
  transform: scale(0.62);
  transition: transform 260ms ease;
}
html[data-theme="dark"] .theme-toggle-mark::after { transform: scale(1); }
.menu-toggle {
  width: 42px;
  height: 30px;
  display: grid;
  align-content: center;
  gap: 7px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--theme-ink);
  transform-origin: center;
  transition: transform 260ms ease, opacity 220ms ease, background-color 220ms ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
.site-menu-panel[hidden] { display: none; }
.site-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: var(--red);
  color: var(--white);
  transform: translateX(100%);
  transition: transform 620ms cubic-bezier(.2,.7,.2,1);
  overflow-y: auto;
}
.site-menu-panel.is-open { transform: translateX(0); }
.site-menu-inner {
  min-height: 100svh;
  padding: clamp(26px, 4.5vw, 82px) clamp(24px, 6vw, 110px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(34px, 5vw, 78px);
  background-image: linear-gradient(90deg, rgba(255,255,255,0.075) 1px, transparent 1px);
  background-size: calc(100vw / 12) 100%;
}
.site-menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-kicker {
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: clamp(0.74rem, 0.86vw, 1rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.menu-close {
  color: var(--white);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.8;
}
.site-menu-nav { align-self: center; display: grid; gap: 0; }
.site-menu-nav a {
  display: grid;
  grid-template-columns: clamp(42px, 5vw, 82px) 1fr;
  gap: clamp(20px, 4vw, 70px);
  align-items: baseline;
  color: var(--white);
  text-decoration: none;
  padding: clamp(14px, 1.7vw, 28px) 0;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.site-menu-nav a:last-child { border-bottom: 1px solid rgba(255,255,255,0.18); }
.site-menu-nav span {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.72rem, 0.9vw, 1rem);
  opacity: 0.72;
  letter-spacing: 0.12em;
}
.site-menu-nav strong {
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(3rem, 8.2vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
}
.site-menu-nav a:hover strong,
.site-menu-nav a:focus-visible strong { transform: translateX(12px); }
.site-menu-nav a[aria-current="page"] strong { text-decoration: underline; text-decoration-thickness: 0.035em; text-underline-offset: 0.12em; }
.site-menu-languages { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.site-menu-languages a {
  color: var(--white);
  text-decoration: none;
  font-size: clamp(0.82rem, 0.92vw, 1.05rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}
.site-menu-languages a[aria-current="true"] { opacity: 1; text-decoration: underline; }
body.menu-open { overflow: hidden; }
/* The text should not jump in: it should arrive as a small optical settling. */
.js-enabled body.page-matrice .reveal-item,
.js-enabled body.page-matrix .reveal-item { transform: translateY(12px); transition-duration: 560ms, 640ms; }
.js-enabled body.page-matrice .reveal-mask,
.js-enabled body.page-matrix .reveal-mask { transition-duration: 780ms, 220ms; }
.js-enabled body.page-matrice .matrix-menu-architectural a,
.js-enabled body.page-matrix .matrix-menu-architectural a { transform: translateX(-10px); transition-duration: 520ms, 600ms, 240ms; }
@media (max-width: 680px) {
  .header-controls { gap: 12px; }
  .theme-toggle span[data-theme-label] { display: none; }
  .menu-toggle { width: 34px; }
  .site-menu-nav strong { font-size: clamp(2.8rem, 15vw, 5.4rem); }
}

/* v7 — flush hamburger control and more perceptible matrix text transitions */
body.page-matrice .matrix-header,
body.page-matrix .matrix-header {
  padding: 0 0 0 clamp(22px, 4.5vw, 74px) !important;
  min-height: clamp(68px, 5.8vw, 88px);
  display: flex;
  align-items: stretch;
  background: color-mix(in srgb, var(--theme-bg) 92%, transparent);
}
body.page-matrice .brand-logo,
body.page-matrix .brand-logo {
  align-self: center;
  display: inline-flex;
  align-items: center;
  min-height: clamp(68px, 5.8vw, 88px);
}
body.page-matrice .header-controls,
body.page-matrix .header-controls {
  align-self: stretch;
  margin-left: auto;
  gap: 0 !important;
  min-height: clamp(68px, 5.8vw, 88px);
}
body.page-matrice .theme-toggle,
body.page-matrix .theme-toggle {
  align-self: center;
  margin-right: clamp(14px, 1.4vw, 24px);
}
body.page-matrice .menu-toggle,
body.page-matrix .menu-toggle {
  width: clamp(68px, 5.8vw, 88px) !important;
  height: clamp(68px, 5.8vw, 88px) !important;
  min-width: clamp(68px, 5.8vw, 88px);
  align-self: stretch;
  background: var(--red) !important;
  display: grid !important;
  place-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  transition: background-color 260ms ease, filter 260ms ease;
}
body.page-matrice .menu-toggle:hover,
body.page-matrice .menu-toggle:focus-visible,
body.page-matrix .menu-toggle:hover,
body.page-matrix .menu-toggle:focus-visible {
  background: #c82015 !important;
  filter: saturate(1.08);
}
body.page-matrice .menu-toggle span,
body.page-matrix .menu-toggle span {
  width: 34px !important;
  height: 2px !important;
  background: var(--white) !important;
  transition: transform 320ms cubic-bezier(.2,.7,.2,1), opacity 240ms ease, width 260ms ease;
}
body.page-matrice .menu-toggle:hover span:nth-child(1),
body.page-matrix .menu-toggle:hover span:nth-child(1) { transform: translateX(-3px); }
body.page-matrice .menu-toggle:hover span:nth-child(2),
body.page-matrix .menu-toggle:hover span:nth-child(2) { width: 28px !important; transform: translateX(3px); }
body.page-matrice .menu-toggle:hover span:nth-child(3),
body.page-matrix .menu-toggle:hover span:nth-child(3) { transform: translateX(-1px); }
body.page-matrice .menu-toggle[aria-expanded="true"] span:nth-child(1),
body.page-matrix .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
body.page-matrice .menu-toggle[aria-expanded="true"] span:nth-child(2),
body.page-matrix .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
body.page-matrice .menu-toggle[aria-expanded="true"] span:nth-child(3),
body.page-matrix .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

/* The matrix should visibly settle into place, without becoming theatrical. */
.js-enabled body.page-matrice .reveal-item,
.js-enabled body.page-matrix .reveal-item {
  opacity: 0;
  transform: translateY(34px);
  transition-property: opacity, transform;
  transition-duration: 980ms, 1180ms !important;
  transition-timing-function: cubic-bezier(.16,.72,.18,1);
}
.js-enabled body.page-matrice .reveal-item.is-visible,
.js-enabled body.page-matrix .reveal-item.is-visible,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-item,
.js-enabled body.page-matrix.is-ready .matrix-hero .reveal-item {
  opacity: 1;
  transform: translateY(0);
}
.js-enabled body.page-matrice .reveal-mask,
.js-enabled body.page-matrix .reveal-mask {
  clip-path: inset(0 0 100% 0);
  opacity: 0.18;
  transform: translateY(18px);
  transition-property: clip-path, opacity, transform;
  transition-duration: 1120ms, 620ms, 1120ms !important;
  transition-timing-function: cubic-bezier(.16,.72,.18,1);
}
.js-enabled body.page-matrice .reveal-mask.is-visible,
.js-enabled body.page-matrix .reveal-mask.is-visible,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-mask,
.js-enabled body.page-matrix.is-ready .matrix-hero .reveal-mask {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}
.js-enabled body.page-matrice .matrix-copy.reveal-item,
.js-enabled body.page-matrix .matrix-copy.reveal-item,
.js-enabled body.page-matrice .definition-copy.reveal-item,
.js-enabled body.page-matrix .definition-copy.reveal-item {
  transition-delay: 120ms;
}
.js-enabled body.page-matrice .matrix-hero .subtitle,
.js-enabled body.page-matrix .matrix-hero .subtitle { transition-delay: 180ms; }
.js-enabled body.page-matrice .matrix-hero .matrix-hero-line,
.js-enabled body.page-matrix .matrix-hero .matrix-hero-line { transition-delay: 340ms; }
.js-enabled body.page-matrice .reveal-plane,
.js-enabled body.page-matrix .reveal-plane {
  transition-duration: 920ms, 980ms !important;
}
.js-enabled body.page-matrice .reveal-plane span,
.js-enabled body.page-matrix .reveal-plane span,
.js-enabled body.page-matrice .red-monolith p,
.js-enabled body.page-matrix .red-monolith p {
  transition-duration: 760ms, 880ms !important;
  transition-delay: 360ms !important;
}
@media (max-width: 680px) {
  body.page-matrice .matrix-header,
  body.page-matrix .matrix-header { padding-left: 18px !important; }
  body.page-matrice .menu-toggle,
  body.page-matrix .menu-toggle {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px;
  }
  body.page-matrice .menu-toggle span,
  body.page-matrix .menu-toggle span { width: 30px !important; }
}


/* v8 — megamenu must be viewport-fixed, never constrained by the header */
.site-menu-panel {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: none !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  transform: translateX(100%);
}
.site-menu-panel.is-open {
  transform: translateX(0) !important;
}
.site-menu-inner {
  min-height: 100dvh !important;
}
body.menu-open {
  overflow: hidden !important;
  touch-action: none;
}
body.menu-open .page-transition-plane {
  z-index: 9000;
}

/* v9 — final Matrix refinements: non-scroll megamenu, scenic hero, cookie banner */
.site-menu-panel {
  overflow: hidden !important;
}
.site-menu-inner {
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(520px, 0.66fr) !important;
  grid-template-rows: 1fr auto !important;
  align-items: center;
  column-gap: clamp(36px, 6vw, 120px) !important;
  row-gap: clamp(18px, 2.2vw, 36px) !important;
  padding: clamp(38px, 5vw, 86px) clamp(36px, 6vw, 112px) !important;
}
.menu-close {
  position: fixed !important;
  top: clamp(18px, 2.3vw, 36px);
  right: clamp(22px, 3vw, 48px);
  z-index: 10001;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  opacity: 0.88;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(.2,.7,.2,1);
}
.menu-close:hover,
.menu-close:focus-visible {
  opacity: 1;
  transform: rotate(4deg) scale(1.03);
}
.site-menu-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 440px;
}
.site-menu-copy h2 {
  color: var(--white);
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(4.8rem, 9.2vw, 11rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
  margin: clamp(42px, 7vh, 78px) 0 clamp(24px, 4vh, 42px);
}
.menu-intro {
  color: rgba(255,255,255,0.88);
  font-size: clamp(0.95rem, 1.08vw, 1.22rem);
  line-height: 1.55;
  margin: 0;
  max-width: 390px;
}
.site-menu-nav {
  grid-column: 2;
  grid-row: 1;
  align-self: center !important;
  display: grid !important;
  gap: 0 !important;
  width: 100%;
}
.site-menu-nav a {
  grid-template-columns: clamp(34px, 4vw, 62px) minmax(170px, 0.56fr) minmax(150px, 0.44fr) !important;
  gap: clamp(18px, 3.2vw, 58px) !important;
  min-height: auto !important;
  padding: clamp(9px, 1.35vh, 16px) 0 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  align-items: baseline !important;
  position: relative;
  overflow: hidden;
}
.site-menu-nav a::after {
  content: "";
  position: absolute;
  left: clamp(34px, 4vw, 62px);
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.9;
  transition: transform 360ms cubic-bezier(.2,.7,.2,1);
}
.site-menu-nav a:hover::after,
.site-menu-nav a:focus-visible::after {
  transform: scaleX(0.28);
}
.site-menu-nav strong {
  font-size: clamp(2.45rem, 5.4vw, 6.8rem) !important;
  line-height: 0.86 !important;
  min-width: 0;
}
.site-menu-nav small {
  color: rgba(255,255,255,0.72);
  font-size: clamp(0.82rem, 0.96vw, 1.08rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  justify-self: start;
}
.site-menu-nav span {
  font-size: clamp(0.68rem, 0.82vw, 0.94rem) !important;
  letter-spacing: 0.13em;
  opacity: 0.76;
}
.site-menu-languages {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  display: flex !important;
  gap: clamp(18px, 2vw, 32px) !important;
}
.site-menu-languages a {
  font-size: clamp(0.75rem, 0.86vw, 0.96rem) !important;
  opacity: 0.78;
}
.site-menu-languages a:hover,
.site-menu-languages a:focus-visible { opacity: 1; }

/* Make the first screen feel like an entrance, not a static title. */
body.page-matrix .matrix-hero .scene-inner,
body.page-matrice .matrix-hero .scene-inner {
  position: relative;
}
body.page-matrix .matrix-hero .scene-inner::before,
body.page-matrice .matrix-hero .scene-inner::before {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 110px);
  top: clamp(78px, 9vw, 150px);
  width: clamp(86px, 10vw, 180px);
  height: 3px;
  background: var(--red);
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
}
.js-enabled body.page-matrix.is-ready .matrix-hero .scene-inner::before,
.js-enabled body.page-matrice.is-ready .matrix-hero .scene-inner::before {
  animation: heroRedRule 1200ms cubic-bezier(.16,.72,.18,1) 260ms both;
}
@keyframes heroRedRule {
  0% { opacity: 0; transform: scaleX(0); }
  36% { opacity: 1; }
  100% { opacity: 1; transform: scaleX(1); }
}
.js-enabled body.page-matrix .matrix-hero .reveal-mask,
.js-enabled body.page-matrice .matrix-hero .reveal-mask {
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transform: translateX(-26px);
  transition-duration: 1450ms, 900ms, 1450ms !important;
  transition-delay: 180ms !important;
}
.js-enabled body.page-matrix.is-ready .matrix-hero .reveal-mask,
.js-enabled body.page-matrice.is-ready .matrix-hero .reveal-mask {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.js-enabled body.page-matrix .matrix-hero .subtitle,
.js-enabled body.page-matrice .matrix-hero .subtitle {
  opacity: 0;
  transform: translateY(40px);
  clip-path: inset(0 0 100% 0);
  transition-property: opacity, transform, clip-path;
  transition-duration: 980ms, 1320ms, 1320ms !important;
  transition-timing-function: cubic-bezier(.16,.72,.18,1);
  transition-delay: 760ms !important;
}
.js-enabled body.page-matrix.is-ready .matrix-hero .subtitle,
.js-enabled body.page-matrice.is-ready .matrix-hero .subtitle {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.js-enabled body.page-matrix .matrix-hero .matrix-hero-line,
.js-enabled body.page-matrice .matrix-hero .matrix-hero-line {
  opacity: 0;
  transform: translateY(56px);
  clip-path: inset(0 0 100% 0);
  transition-property: opacity, transform, clip-path;
  transition-duration: 980ms, 1400ms, 1400ms !important;
  transition-timing-function: cubic-bezier(.16,.72,.18,1);
  transition-delay: 1080ms !important;
}
.js-enabled body.page-matrix.is-ready .matrix-hero .matrix-hero-line,
.js-enabled body.page-matrice.is-ready .matrix-hero .matrix-hero-line {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.js-enabled body.page-matrix .matrix-hero .kicker,
.js-enabled body.page-matrice .matrix-hero .kicker {
  transition-delay: 520ms !important;
}

.footer-cookie-button {
  margin-top: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-ink) 18%, transparent);
  background: transparent;
  color: var(--theme-ink);
  font-family: IBM Plex Sans, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 10px 13px;
  cursor: pointer;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.footer-cookie-button:hover,
.footer-cookie-button:focus-visible {
  color: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
}

.cookie-banner {
  position: fixed;
  right: clamp(16px, 2vw, 32px);
  bottom: clamp(16px, 2vw, 32px);
  z-index: 8500;
  width: min(620px, calc(100vw - 32px));
  background: color-mix(in srgb, var(--theme-bg) 96%, var(--white));
  color: var(--theme-ink);
  border: 1px solid color-mix(in srgb, var(--theme-ink) 14%, transparent);
  box-shadow: 0 18px 54px rgba(21,21,21,0.12);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
  padding: clamp(18px, 2vw, 28px);
  transform: translateY(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease, transform 640ms cubic-bezier(.16,.72,.18,1);
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-title {
  font-weight: 700;
  margin: 0 0 6px !important;
  color: var(--theme-ink) !important;
}
.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 0.94vw, 1rem);
  line-height: 1.45;
}
.cookie-banner button {
  border: 0;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  padding: 16px 22px;
  white-space: nowrap;
  transition: background-color 220ms ease, transform 220ms ease;
}
.cookie-banner button:hover,
.cookie-banner button:focus-visible {
  background: #c82015;
  transform: translateY(-1px);
}

@media (max-height: 760px) and (min-width: 900px) {
  .site-menu-inner {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .site-menu-copy h2 { font-size: clamp(4rem, 7.8vw, 8.4rem); margin: 30px 0 20px; }
  .site-menu-nav strong { font-size: clamp(2.25rem, 4.7vw, 5.4rem) !important; }
  .site-menu-nav a { padding: 7px 0 !important; }
  .site-menu-nav small { font-size: clamp(0.76rem, 0.86vw, 0.98rem); }
}

@media (max-width: 900px) {
  .site-menu-panel { overflow-y: auto !important; }
  .site-menu-inner {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    align-items: start;
    padding: 78px 24px 32px !important;
  }
  .site-menu-copy, .site-menu-nav, .site-menu-languages { grid-column: 1 !important; grid-row: auto !important; }
  .site-menu-copy h2 { font-size: clamp(4rem, 19vw, 7rem); margin: 30px 0 18px; }
  .site-menu-nav a { grid-template-columns: 42px 1fr !important; gap: 18px !important; padding: 12px 0 !important; }
  .site-menu-nav small { grid-column: 2; }
  .site-menu-nav strong { font-size: clamp(2.7rem, 14vw, 5.2rem) !important; }
  .site-menu-languages { justify-self: start; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-banner button { width: 100%; }
}

/* v9.2 — editorial drop caps for Matrix descriptive sections (regular weight) */
:root {
  --dropcap-color: var(--ink);
}

html[data-theme="dark"] {
  --dropcap-color: var(--ink);
}

.matrix-copy p.dropcap,
.definition-copy p.dropcap {
  overflow: visible;
}

.matrix-copy p.dropcap::first-letter,
.definition-copy p.dropcap::first-letter {
  float: left;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(5.8rem, 8vw, 9.5rem);
  line-height: 0.72;
  font-weight: 400;
  color: var(--dropcap-color);
  text-transform: uppercase;
  letter-spacing: -0.08em;
  margin: 0.095em 0.16em 0 0;
}

.matrix-copy p.dropcap.dropcap-red::first-letter,
.definition-copy p.dropcap.dropcap-red::first-letter {
  color: var(--red);
}

.matrix-copy p.dropcap strong,
.definition-copy p.dropcap strong {
  font-weight: inherit;
}

@media (max-width: 760px) {
  .matrix-copy p.dropcap::first-letter,
  .definition-copy p.dropcap::first-letter {
    font-size: clamp(4.6rem, 20vw, 6.2rem);
    margin-right: 0.14em;
  }
}

/* v12.1 - German/French fullscreen text fitting and descender safety */
body.lang-de.page-matrix h1,
body.lang-fr.page-matrice h1 {
  font-size: clamp(5.2rem, 13.8vw, 15.2rem);
  line-height: 0.9;
  padding-bottom: 0.035em;
  overflow: visible;
}

body.lang-de.page-matrix .subtitle,
body.lang-fr.page-matrice .subtitle {
  font-size: clamp(1.72rem, 3.85vw, 4.4rem);
  line-height: 1.05;
  max-width: min(900px, 78vw);
  padding-bottom: 0.06em;
  overflow: visible;
}

body.lang-de.page-matrix .matrix-hero-line,
body.lang-fr.page-matrice .matrix-hero-line {
  font-size: clamp(1.8rem, 4.15vw, 5rem);
  line-height: 1.02;
  max-width: min(980px, 82vw);
  padding-bottom: 0.08em;
  overflow: visible;
}

body.lang-de.page-matrix .matrix-hero .scene-inner,
body.lang-fr.page-matrice .matrix-hero .scene-inner {
  padding-top: clamp(92px, 8vw, 140px);
  padding-bottom: clamp(38px, 5.6vw, 88px);
  row-gap: clamp(14px, 1.8vw, 28px);
  overflow: visible;
}

body.lang-de.page-matrix .matrix-copy,
body.lang-fr.page-matrice .matrix-copy {
  max-width: 900px;
  padding-top: clamp(82px, 7.2vw, 130px);
  padding-bottom: clamp(72px, 6.6vw, 118px);
}

body.lang-de.page-matrix .matrix-copy p,
body.lang-fr.page-matrice .matrix-copy p,
body.lang-de.page-matrix .definition-copy p,
body.lang-fr.page-matrice .definition-copy p {
  font-size: clamp(0.95rem, 0.98vw, 1.12rem);
  line-height: 1.5;
}

body.lang-de.page-matrix .definition-title,
body.lang-fr.page-matrice .definition-title {
  font-size: clamp(2.65rem, 5.8vw, 7.2rem) !important;
  line-height: 0.96 !important;
  padding-bottom: 0.06em;
  overflow: visible;
}

body.lang-de.page-matrix .red-monolith p,
body.lang-fr.page-matrice .red-monolith p {
  font-size: clamp(3.7rem, 8.2vw, 9.6rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  padding-bottom: 0.08em;
  overflow: visible;
}

body.lang-de.page-matrix .matrix-menu-architectural strong,
body.lang-fr.page-matrice .matrix-menu-architectural strong {
  font-size: clamp(2.25rem, 4.75vw, 5.7rem);
  line-height: 0.96;
  padding-bottom: 0.04em;
}

body.lang-de.page-matrix .matrix-menu-architectural a,
body.lang-fr.page-matrice .matrix-menu-architectural a {
  min-height: clamp(56px, 7.1vh, 86px);
}

body.lang-de.page-matrix .matrix-copy p.dropcap::first-letter,
body.lang-fr.page-matrice .matrix-copy p.dropcap::first-letter,
body.lang-de.page-matrix .definition-copy p.dropcap::first-letter,
body.lang-fr.page-matrice .definition-copy p.dropcap::first-letter {
  font-size: clamp(5.1rem, 6.9vw, 8rem);
  line-height: 0.78;
  margin-top: 0.06em;
}

@media (max-height: 760px) and (min-width: 900px) {
  body.lang-de.page-matrix .matrix-hero-line,
  body.lang-fr.page-matrice .matrix-hero-line {
    font-size: clamp(1.65rem, 3.6vw, 4.25rem);
    line-height: 1.03;
  }
  body.lang-de.page-matrix .subtitle,
  body.lang-fr.page-matrice .subtitle {
    font-size: clamp(1.55rem, 3.35vw, 3.75rem);
  }
  body.lang-de.page-matrix .matrix-copy p,
  body.lang-fr.page-matrice .matrix-copy p,
  body.lang-de.page-matrix .definition-copy p,
  body.lang-fr.page-matrice .definition-copy p {
    font-size: clamp(0.9rem, 0.9vw, 1.04rem);
    line-height: 1.44;
  }
  body.lang-de.page-matrix .matrix-copy,
  body.lang-fr.page-matrice .matrix-copy,
  body.lang-de.page-matrix .definition-layout,
  body.lang-fr.page-matrice .definition-layout {
    padding-top: clamp(72px, 6.4vw, 112px);
    padding-bottom: clamp(56px, 5.5vw, 92px);
  }
}

/* v13.1 — repair Matrix hero headline underline and DE/FR viewport fit */
body.page-matrix .matrix-hero .kicker,
body.page-matrice .matrix-hero .kicker {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  text-decoration: none !important;
  overflow: visible;
}
body.page-matrix .matrix-hero .kicker::after,
body.page-matrice .matrix-hero .kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.42em;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.82;
  pointer-events: none;
}

body.lang-de.page-matrix .matrix-hero,
body.lang-fr.page-matrice .matrix-hero {
  overflow: hidden;
}
body.lang-de.page-matrix .matrix-hero .scene-inner,
body.lang-fr.page-matrice .matrix-hero .scene-inner {
  padding-top: clamp(72px, 6.2vw, 112px) !important;
  padding-bottom: clamp(42px, 5vw, 78px) !important;
  align-content: end;
  overflow: visible;
}
body.lang-de.page-matrix h1,
body.lang-fr.page-matrice h1 {
  font-size: clamp(4.7rem, 11.8vw, 13.4rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.075em;
  padding-bottom: 0.045em;
  overflow: visible;
}
body.lang-de.page-matrix .subtitle,
body.lang-fr.page-matrice .subtitle {
  font-size: clamp(1.45rem, 3.05vw, 3.55rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em;
  max-width: min(760px, 72vw) !important;
  margin-top: clamp(22px, 3.1vw, 44px) !important;
  padding-bottom: 0.08em;
  overflow: visible;
}
body.lang-de.page-matrix .matrix-hero-line,
body.lang-fr.page-matrice .matrix-hero-line {
  font-size: clamp(1.55rem, 3.35vw, 4.05rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.062em;
  max-width: min(860px, 76vw) !important;
  margin-top: clamp(34px, 4.6vw, 64px) !important;
  padding-bottom: 0.12em;
  overflow: visible;
}

@media (max-height: 820px) and (min-width: 900px) {
  body.lang-de.page-matrix .matrix-hero .scene-inner,
  body.lang-fr.page-matrice .matrix-hero .scene-inner {
    padding-bottom: clamp(30px, 3.8vw, 58px) !important;
  }
  body.lang-de.page-matrix h1,
  body.lang-fr.page-matrice h1 {
    font-size: clamp(4.25rem, 10.4vw, 11.5rem) !important;
  }
  body.lang-de.page-matrix .subtitle,
  body.lang-fr.page-matrice .subtitle {
    font-size: clamp(1.28rem, 2.55vw, 3rem) !important;
    margin-top: clamp(16px, 2.4vw, 32px) !important;
  }
  body.lang-de.page-matrix .matrix-hero-line,
  body.lang-fr.page-matrice .matrix-hero-line {
    font-size: clamp(1.35rem, 2.75vw, 3.3rem) !important;
    margin-top: clamp(24px, 3.2vw, 46px) !important;
  }
}


/* v14 - Matrix breadcrumb component and DE/FR hero fit repairs */
body.page-matrix .matrix-hero,
body.page-matrice .matrix-hero {
  position: relative;
}
body.page-matrix .matrix-hero .scene-inner::before,
body.page-matrice .matrix-hero .scene-inner::before {
  display: none !important;
  content: none !important;
}
.matrix-breadcrumb {
  position: absolute;
  z-index: 3;
  top: clamp(38px, 5.4svh, 78px);
  left: clamp(30px, 5.2vw, 96px);
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.72em;
  font-family: IBM Plex Sans, Arial, sans-serif;
  font-size: clamp(0.68rem, 0.74vw, 0.86rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
  pointer-events: auto;
}
.matrix-breadcrumb::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  transform: translateY(-1px);
}
.matrix-breadcrumb a,
.matrix-breadcrumb span {
  color: inherit;
  text-decoration: none !important;
}
.matrix-breadcrumb a {
  transition: opacity 220ms ease, letter-spacing 260ms ease;
}
.matrix-breadcrumb a:hover,
.matrix-breadcrumb a:focus-visible {
  opacity: 0.72;
  letter-spacing: 0.18em;
}
.matrix-breadcrumb + .scene-inner {
  padding-top: clamp(96px, 9svh, 152px) !important;
}
.js-enabled body.page-matrix .matrix-hero .matrix-breadcrumb,
.js-enabled body.page-matrice .matrix-hero .matrix-breadcrumb {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 680ms ease, transform 840ms cubic-bezier(.16,.72,.18,1);
  transition-delay: 160ms;
}
.js-enabled body.page-matrix.is-ready .matrix-hero .matrix-breadcrumb,
.js-enabled body.page-matrice.is-ready .matrix-hero .matrix-breadcrumb {
  opacity: 1;
  transform: translateX(0);
}

body.lang-de.page-matrix .matrix-hero .scene-inner,
body.lang-fr.page-matrice .matrix-hero .scene-inner {
  padding-top: clamp(92px, 8.2svh, 136px) !important;
  padding-bottom: clamp(30px, 4.6svh, 70px) !important;
}
body.lang-de.page-matrix h1,
body.lang-fr.page-matrice h1 {
  font-size: clamp(4.2rem, 10.8vw, 12.2rem) !important;
  line-height: 0.92 !important;
  padding-bottom: 0.08em;
}
body.lang-de.page-matrix .subtitle,
body.lang-fr.page-matrice .subtitle {
  font-size: clamp(1.34rem, 2.85vw, 3.2rem) !important;
  line-height: 1.12 !important;
  max-width: min(780px, 80vw) !important;
  margin-top: clamp(18px, 2.6vw, 36px) !important;
}
body.lang-de.page-matrix .matrix-hero-line,
body.lang-fr.page-matrice .matrix-hero-line {
  font-size: clamp(1.34rem, 2.85vw, 3.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.058em !important;
  max-width: min(820px, 82vw) !important;
  margin-top: clamp(28px, 3.8vw, 52px) !important;
  padding-bottom: 0.18em;
}
@media (max-height: 790px) and (min-width: 900px) {
  body.lang-de.page-matrix .matrix-hero .scene-inner,
  body.lang-fr.page-matrice .matrix-hero .scene-inner {
    padding-top: clamp(82px, 7svh, 112px) !important;
    padding-bottom: clamp(24px, 3.5svh, 48px) !important;
  }
  body.lang-de.page-matrix h1,
  body.lang-fr.page-matrice h1 {
    font-size: clamp(3.75rem, 9.2vw, 10.4rem) !important;
  }
  body.lang-de.page-matrix .subtitle,
  body.lang-fr.page-matrice .subtitle {
    font-size: clamp(1.18rem, 2.28vw, 2.55rem) !important;
    margin-top: clamp(12px, 1.9vw, 26px) !important;
  }
  body.lang-de.page-matrix .matrix-hero-line,
  body.lang-fr.page-matrice .matrix-hero-line {
    font-size: clamp(1.16rem, 2.32vw, 2.68rem) !important;
    margin-top: clamp(18px, 2.5vw, 36px) !important;
  }
}
@media (max-width: 760px) {
  .matrix-breadcrumb {
    top: 86px;
    left: 22px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    max-width: calc(100vw - 44px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .matrix-breadcrumb::before { width: 18px; }
}

/* v15 - DE/FR hero proportional enlargement after breadcrumb stabilization */
body.lang-de.page-matrix h1,
body.lang-fr.page-matrice h1 {
  font-size: clamp(4.65rem, 11.7vw, 13.1rem) !important;
  line-height: 0.94 !important;
  padding-bottom: 0.1em;
}
body.lang-de.page-matrix .subtitle,
body.lang-fr.page-matrice .subtitle {
  font-size: clamp(1.55rem, 3.18vw, 3.72rem) !important;
  line-height: 1.13 !important;
  max-width: min(880px, 84vw) !important;
  margin-top: clamp(20px, 2.9vw, 44px) !important;
}
body.lang-de.page-matrix .matrix-hero-line,
body.lang-fr.page-matrice .matrix-hero-line {
  font-size: clamp(1.48rem, 3.06vw, 3.48rem) !important;
  line-height: 1.09 !important;
  max-width: min(900px, 85vw) !important;
  margin-top: clamp(34px, 4.2vw, 60px) !important;
  padding-bottom: 0.22em;
}
@media (max-height: 790px) and (min-width: 900px) {
  body.lang-de.page-matrix h1,
  body.lang-fr.page-matrice h1 {
    font-size: clamp(4rem, 9.9vw, 11rem) !important;
  }
  body.lang-de.page-matrix .subtitle,
  body.lang-fr.page-matrice .subtitle {
    font-size: clamp(1.28rem, 2.52vw, 2.92rem) !important;
    margin-top: clamp(14px, 2vw, 30px) !important;
  }
  body.lang-de.page-matrix .matrix-hero-line,
  body.lang-fr.page-matrice .matrix-hero-line {
    font-size: clamp(1.24rem, 2.48vw, 2.86rem) !important;
    margin-top: clamp(22px, 2.8vw, 40px) !important;
  }
}


/* Observe page — second movement, built on the matrix full-screen system */
body.page-observe .matrix-hero h1,
body.page-observe .matrix-hero .subtitle,
body.page-observe .matrix-hero .matrix-hero-line {
  overflow: visible;
  padding-bottom: 0.04em;
}
body.page-observe .matrix-hero-line {
  max-width: 1120px;
}
body.page-observe .red-monolith p {
  font-size: clamp(3.6rem, 8vw, 10.4rem) !important;
  max-width: 1180px;
}
body.page-observe.lang-de .red-monolith p,
body.page-observe.lang-fr .red-monolith p {
  font-size: clamp(3.1rem, 6.5vw, 8.4rem) !important;
  line-height: 0.88;
  letter-spacing: -0.078em;
}
body.page-observe .observe-tight-copy {
  max-width: 900px;
}
body.page-observe .observe-red-plane span {
  max-width: min(460px, 76%);
}
body.page-observe .observe-examples p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 4.6rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.065em;
  margin: 0 0 0.42em !important;
  max-width: 980px;
}
body.page-observe.lang-de .observe-examples p,
body.page-observe.lang-fr .observe-examples p {
  font-size: clamp(1.65rem, 2.7vw, 3.7rem) !important;
  line-height: 1 !important;
}
body.page-observe .observe-examples strong {
  color: var(--red);
  font-weight: 500;
}
body.page-observe .matrix-exit p {
  max-width: 1240px;
}
body.page-observe.lang-de .matrix-exit p,
body.page-observe.lang-fr .matrix-exit p {
  font-size: clamp(2.4rem, 5.6vw, 7rem) !important;
  line-height: 0.95;
}
@media (max-height: 760px) and (min-width: 900px) {
  body.page-observe .matrix-hero h1 { font-size: clamp(5rem, 12vw, 12rem); }
  body.page-observe .matrix-hero .subtitle { font-size: clamp(1.8rem, 3.8vw, 4.2rem); }
  body.page-observe .matrix-hero .matrix-hero-line { font-size: clamp(1.9rem, 4.2vw, 5rem); }
  body.page-observe .red-monolith p { font-size: clamp(3rem, 6vw, 7.4rem) !important; }
}

/* v17 - Observe DE/FR hero balance and Italian matrix path overlap fix */
body.page-observe.lang-de .matrix-hero .scene-inner,
body.page-observe.lang-fr .matrix-hero .scene-inner {
  width: min(1560px, 100%);
  padding-top: clamp(92px, 8svh, 132px) !important;
  padding-bottom: clamp(54px, 8svh, 122px) !important;
}

body.page-observe.lang-de .matrix-hero h1,
body.page-observe.lang-fr .matrix-hero h1 {
  font-size: clamp(5.9rem, 13.4vw, 15.2rem) !important;
  line-height: 0.9 !important;
  max-width: min(1480px, 94vw);
  padding-bottom: 0.08em;
}

body.page-observe.lang-de .matrix-hero .subtitle,
body.page-observe.lang-fr .matrix-hero .subtitle {
  font-size: clamp(1.65rem, 3.15vw, 3.9rem) !important;
  max-width: min(980px, 78vw) !important;
  margin-top: clamp(22px, 3vw, 46px) !important;
}

body.page-observe.lang-de .matrix-hero-line,
body.page-observe.lang-fr .matrix-hero-line {
  font-size: clamp(1.78rem, 3.65vw, 4.7rem) !important;
  line-height: 0.96 !important;
  max-width: min(1120px, 82vw) !important;
  margin-top: clamp(48px, 6.4vw, 88px) !important;
  padding-bottom: 0.18em;
}

body.page-matrice.lang-it .matrix-index h2 {
  font-size: clamp(3.25rem, 5.8vw, 7.2rem) !important;
  line-height: 0.86 !important;
  max-width: min(500px, 30vw);
  overflow-wrap: normal;
  hyphens: none;
}

body.page-matrice.lang-it .matrix-path-grid {
  grid-template-columns: minmax(240px, 0.30fr) minmax(520px, 0.70fr);
  gap: clamp(52px, 7vw, 140px);
}

@media (max-width: 1120px) {
  body.page-matrice.lang-it .matrix-index h2 {
    max-width: 100%;
  }
  body.page-matrice.lang-it .matrix-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  body.page-observe.lang-de .matrix-hero h1,
  body.page-observe.lang-fr .matrix-hero h1 {
    font-size: clamp(5rem, 11vw, 12.5rem) !important;
  }
  body.page-observe.lang-de .matrix-hero-line,
  body.page-observe.lang-fr .matrix-hero-line {
    font-size: clamp(1.55rem, 3vw, 3.8rem) !important;
    margin-top: clamp(30px, 4.2vw, 58px) !important;
  }
}


/* Distinguish page — third movement, sharper and more critical */
body.page-distinguish .matrix-hero h1,
body.page-distinguish .matrix-hero .subtitle,
body.page-distinguish .matrix-hero .matrix-hero-line {
  overflow: visible;
  padding-bottom: 0.04em;
}
body.page-distinguish .matrix-hero-line {
  max-width: 1250px;
}
body.page-distinguish .red-monolith p {
  font-size: clamp(3.4rem, 7.4vw, 9.6rem) !important;
  max-width: 1240px;
}
body.page-distinguish.lang-de .red-monolith p,
body.page-distinguish.lang-fr .red-monolith p {
  font-size: clamp(2.65rem, 5.7vw, 7.2rem) !important;
  line-height: 0.91;
  letter-spacing: -0.078em;
}
body.page-distinguish .distinguish-tight-copy {
  max-width: 940px;
}
body.page-distinguish .distinguish-red-plane span {
  max-width: min(480px, 76%);
}
body.page-distinguish .distinguish-examples p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.85rem, 3.25vw, 4.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em;
  margin: 0 0 0.38em !important;
  max-width: 1160px;
}
body.page-distinguish.lang-de .distinguish-examples p,
body.page-distinguish.lang-fr .distinguish-examples p {
  font-size: clamp(1.45rem, 2.45vw, 3.35rem) !important;
  line-height: 1.02 !important;
  max-width: 1180px;
}
body.page-distinguish .distinguish-examples strong {
  color: var(--red);
  font-weight: 500;
}
body.page-distinguish .matrix-exit p {
  max-width: 1280px;
}
body.page-distinguish.lang-de .matrix-exit p,
body.page-distinguish.lang-fr .matrix-exit p {
  font-size: clamp(2.25rem, 5.1vw, 6.6rem) !important;
  line-height: 0.96;
}
body.page-distinguish.lang-de .matrix-hero .scene-inner,
body.page-distinguish.lang-fr .matrix-hero .scene-inner {
  width: min(1540px, 100%);
  padding-top: clamp(92px, 8svh, 132px) !important;
  padding-bottom: clamp(54px, 8svh, 122px) !important;
}
body.page-distinguish.lang-de .matrix-hero h1,
body.page-distinguish.lang-fr .matrix-hero h1 {
  font-size: clamp(5.5rem, 12.4vw, 14.2rem) !important;
  line-height: 0.9 !important;
  max-width: min(1480px, 94vw);
  padding-bottom: 0.08em;
}
body.page-distinguish.lang-de .matrix-hero .subtitle,
body.page-distinguish.lang-fr .matrix-hero .subtitle {
  font-size: clamp(1.55rem, 2.95vw, 3.55rem) !important;
  max-width: min(1120px, 82vw) !important;
  margin-top: clamp(22px, 3vw, 46px) !important;
}
body.page-distinguish.lang-de .matrix-hero-line,
body.page-distinguish.lang-fr .matrix-hero-line {
  font-size: clamp(1.62rem, 3.18vw, 4.25rem) !important;
  line-height: 0.98 !important;
  max-width: min(1220px, 84vw) !important;
  margin-top: clamp(42px, 5.2vw, 78px) !important;
  padding-bottom: 0.18em;
}
@media (max-height: 760px) and (min-width: 900px) {
  body.page-distinguish .matrix-hero h1 { font-size: clamp(5rem, 12vw, 12rem); }
  body.page-distinguish .matrix-hero .subtitle { font-size: clamp(1.75rem, 3.4vw, 4rem); }
  body.page-distinguish .matrix-hero .matrix-hero-line { font-size: clamp(1.75rem, 3.8vw, 4.4rem); }
  body.page-distinguish .red-monolith p { font-size: clamp(2.8rem, 5.6vw, 7rem) !important; }
  body.page-distinguish.lang-de .matrix-hero h1,
  body.page-distinguish.lang-fr .matrix-hero h1 { font-size: clamp(4.6rem, 10.4vw, 11.5rem) !important; }
  body.page-distinguish.lang-de .matrix-hero-line,
  body.page-distinguish.lang-fr .matrix-hero-line { font-size: clamp(1.35rem, 2.6vw, 3.3rem) !important; margin-top: clamp(28px, 4vw, 54px) !important; }
}


/* v19 - Descender safety and footer top return bar */
body.page-observe .matrix-hero,
body.page-distinguish .matrix-hero {
  overflow: hidden;
}
body.page-observe .matrix-hero .scene-inner,
body.page-distinguish .matrix-hero .scene-inner {
  overflow: visible;
  padding-bottom: clamp(58px, 8svh, 128px) !important;
}
body.page-observe .matrix-hero h1,
body.page-distinguish .matrix-hero h1 {
  line-height: 0.94 !important;
  padding-bottom: 0.10em !important;
  overflow: visible !important;
}
body.page-observe .matrix-hero .subtitle,
body.page-distinguish .matrix-hero .subtitle {
  line-height: 1.06 !important;
  padding-bottom: 0.08em !important;
  overflow: visible !important;
}
body.page-observe .matrix-hero .matrix-hero-line,
body.page-distinguish .matrix-hero .matrix-hero-line {
  line-height: 1.045 !important;
  padding-bottom: 0.18em !important;
  overflow: visible !important;
}
body.page-observe.lang-en .matrix-hero-line,
body.page-observe.lang-it .matrix-hero-line {
  max-width: min(1180px, 86vw) !important;
}
body.page-distinguish.lang-en .matrix-hero-line,
body.page-distinguish.lang-it .matrix-hero-line {
  max-width: min(1240px, 88vw) !important;
}
@media (max-height: 760px) and (min-width: 900px) {
  body.page-observe .matrix-hero .scene-inner,
  body.page-distinguish .matrix-hero .scene-inner {
    padding-bottom: clamp(42px, 6svh, 92px) !important;
  }
  body.page-observe .matrix-hero .matrix-hero-line,
  body.page-distinguish .matrix-hero .matrix-hero-line {
    line-height: 1.055 !important;
    padding-bottom: 0.22em !important;
  }
}

body.page-matrice .matrix-footer,
body.page-matrix .matrix-footer {
  padding-top: 0 !important;
}
.footer-nav-bar {
  width: calc(100% + (clamp(24px, 6vw, 110px) * 2));
  margin: 0 calc(clamp(24px, 6vw, 110px) * -1) clamp(58px, 6vw, 96px);
  min-height: clamp(68px, 5.8vw, 88px);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 7%, transparent);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: color-mix(in srgb, var(--theme-bg) 92%, transparent);
}
.footer-to-top {
  width: clamp(68px, 5.8vw, 88px);
  min-width: clamp(68px, 5.8vw, 88px);
  min-height: clamp(68px, 5.8vw, 88px);
  display: grid;
  place-items: center;
  background: var(--red);
  color: var(--white) !important;
  text-decoration: none !important;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 1;
  transition: background-color 260ms ease, transform 320ms cubic-bezier(.2,.7,.2,1);
}
.footer-to-top:hover,
.footer-to-top:focus-visible {
  background: #c82015;
}
.footer-to-top:hover {
  transform: translateY(-2px);
}
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media (max-width: 760px) {
  .footer-nav-bar {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}

/* v20 - Dark mode drop cap visibility */
html[data-theme="dark"] .matrix-copy p.dropcap:not(.dropcap-red)::first-letter,
html[data-theme="dark"] .definition-copy p.dropcap:not(.dropcap-red)::first-letter {
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] .matrix-copy p.dropcap.dropcap-red::first-letter,
html[data-theme="dark"] .definition-copy p.dropcap.dropcap-red::first-letter {
  color: var(--red) !important;
}

/* v24 - Red scrollbar and reliable footer top control */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--red) color-mix(in srgb, var(--theme-bg) 86%, var(--theme-ink) 6%);
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--theme-bg) 90%, var(--theme-ink) 5%);
}
::-webkit-scrollbar-thumb {
  background: var(--red);
  border: 2px solid color-mix(in srgb, var(--theme-bg) 90%, var(--theme-ink) 5%);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c82015;
}
.footer-to-top {
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .footer-to-top { transition: none; }
}

/* Map page — fourth movement, relational and spatial */
body.page-map .matrix-hero h1,
body.page-map .matrix-hero .subtitle,
body.page-map .matrix-hero .matrix-hero-line {
  overflow: visible;
  padding-bottom: 0.08em;
}
body.page-map .matrix-hero-line {
  max-width: 1240px;
}
body.page-map .map-tight-copy {
  max-width: 960px;
}
body.page-map .map-red-plane span {
  max-width: min(520px, 78%);
}
body.page-map .map-examples p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.7rem, 3.05vw, 4.1rem) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.06em;
  margin: 0 0 0.42em !important;
  max-width: 1180px;
}
body.page-map .map-examples strong {
  color: var(--red);
  font-weight: 500;
}
body.page-map .red-monolith p {
  font-size: clamp(3.1rem, 6.9vw, 9.1rem) !important;
  max-width: 1280px;
}
body.page-map .matrix-exit p {
  max-width: 1280px;
}
body.page-map.lang-de .matrix-hero .scene-inner,
body.page-map.lang-fr .matrix-hero .scene-inner,
body.page-map.lang-it .matrix-hero .scene-inner,
body.page-map.lang-en .matrix-hero .scene-inner {
  overflow: visible;
  padding-bottom: clamp(58px, 8svh, 128px) !important;
}
body.page-map .matrix-hero h1 {
  line-height: 0.94 !important;
  padding-bottom: 0.10em !important;
}
body.page-map .matrix-hero .subtitle {
  line-height: 1.06 !important;
  padding-bottom: 0.08em !important;
}
body.page-map .matrix-hero .matrix-hero-line {
  line-height: 1.045 !important;
  padding-bottom: 0.18em !important;
}
body.page-map.lang-de .matrix-hero h1,
body.page-map.lang-fr .matrix-hero h1 {
  font-size: clamp(5rem, 11.2vw, 12.8rem) !important;
  line-height: 0.92 !important;
  max-width: min(1460px, 94vw);
}
body.page-map.lang-de .matrix-hero .subtitle,
body.page-map.lang-fr .matrix-hero .subtitle {
  font-size: clamp(1.55rem, 2.85vw, 3.45rem) !important;
  max-width: min(1100px, 84vw) !important;
}
body.page-map.lang-de .matrix-hero-line,
body.page-map.lang-fr .matrix-hero-line {
  font-size: clamp(1.52rem, 3vw, 4rem) !important;
  line-height: 1.0 !important;
  max-width: min(1160px, 86vw) !important;
  margin-top: clamp(36px, 5vw, 74px) !important;
}
body.page-map.lang-de .map-examples p,
body.page-map.lang-fr .map-examples p {
  font-size: clamp(1.42rem, 2.35vw, 3.25rem) !important;
  line-height: 1.05 !important;
  max-width: 1160px;
}
body.page-map.lang-de .red-monolith p,
body.page-map.lang-fr .red-monolith p {
  font-size: clamp(2.55rem, 5.35vw, 6.8rem) !important;
  line-height: 0.94;
  letter-spacing: -0.078em;
}
body.page-map.lang-de .matrix-exit p,
body.page-map.lang-fr .matrix-exit p {
  font-size: clamp(2.15rem, 4.9vw, 6.3rem) !important;
  line-height: 0.98;
}
@media (max-height: 760px) and (min-width: 900px) {
  body.page-map .matrix-hero h1 { font-size: clamp(4.8rem, 11vw, 11.5rem); }
  body.page-map .matrix-hero .subtitle { font-size: clamp(1.65rem, 3.25vw, 3.7rem); }
  body.page-map .matrix-hero .matrix-hero-line { font-size: clamp(1.6rem, 3.5vw, 4.1rem); }
  body.page-map .red-monolith p { font-size: clamp(2.7rem, 5.3vw, 6.8rem) !important; }
}


/* v27 - Single footer top component, normalized across all pages and languages */
.matrix-footer .footer-nav-bar,
.site-footer .footer-nav-bar {
  box-sizing: border-box;
  width: calc(100% + (clamp(24px, 6vw, 110px) * 2));
  margin: 0 calc(clamp(24px, 6vw, 110px) * -1) clamp(58px, 6vw, 96px) !important;
  min-height: clamp(68px, 5.8vw, 88px);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 7%, transparent);
  display: flex !important;
  align-items: stretch;
  justify-content: flex-end;
  background: color-mix(in srgb, var(--theme-bg) 92%, transparent);
  padding: 0 !important;
  overflow: visible;
}
.matrix-footer .footer-to-top,
.site-footer .footer-to-top {
  box-sizing: border-box;
  width: clamp(68px, 5.8vw, 88px);
  min-width: clamp(68px, 5.8vw, 88px);
  min-height: clamp(68px, 5.8vw, 88px);
  display: grid !important;
  place-items: center;
  align-self: stretch;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: var(--red) !important;
  color: var(--white) !important;
  text-decoration: none !important;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 1;
  cursor: pointer;
  transition: background-color 260ms ease, transform 320ms cubic-bezier(.2,.7,.2,1);
}
.matrix-footer .footer-to-top:hover,
.matrix-footer .footer-to-top:focus-visible,
.site-footer .footer-to-top:hover,
.site-footer .footer-to-top:focus-visible {
  background: #c82015 !important;
}
.matrix-footer .footer-to-top:hover,
.site-footer .footer-to-top:hover {
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .matrix-footer .footer-nav-bar,
.site-footer .footer-nav-bar {
    width: calc(100% + 48px);
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}

/* v28 - Unified HERO BANNER component
   One component, one visual contract. Page/language content changes; behavior does not. */
.hero-banner[data-component="hero-banner"],
.matrix-hero[data-component="hero-banner"] {
  box-sizing: border-box;
  min-height: 100svh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: visible;
  border-top: 1px solid var(--soft);
}
.hero-banner[data-component="hero-banner"] > .scene-inner,
.matrix-hero[data-component="hero-banner"] > .scene-inner {
  box-sizing: border-box;
  width: min(1480px, calc(100vw - clamp(48px, 10vw, 160px)));
  max-width: 100%;
  margin-inline: auto;
  padding-block: clamp(110px, 14vh, 180px) clamp(92px, 12vh, 164px);
  overflow: visible;
}
.hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
  margin-bottom: clamp(32px, 5vh, 72px);
  flex: 0 0 auto;
}
.hero-banner[data-component="hero-banner"] h1,
.matrix-hero[data-component="hero-banner"] h1 {
  display: block;
  max-width: 11ch;
  margin: 0;
  padding-bottom: .12em;
  overflow: visible;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(5.8rem, 13.7vw, 16.2rem);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.075em;
}
.hero-banner[data-component="hero-banner"] .subtitle,
.matrix-hero[data-component="hero-banner"] .subtitle {
  max-width: 12ch;
  margin: clamp(18px, 2.8vw, 42px) 0 0;
  padding-bottom: .08em;
  overflow: visible;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 5.2rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.06em;
}
.hero-banner[data-component="hero-banner"] .matrix-hero-line,
.matrix-hero[data-component="hero-banner"] .matrix-hero-line {
  max-width: 15.5ch;
  margin: clamp(48px, 8vh, 106px) 0 0;
  padding-bottom: .16em;
  overflow: visible;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2rem, 4.4vw, 5.6rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.065em;
}
.hero-banner[data-component="hero-banner"] .matrix-hero-line strong,
.matrix-hero[data-component="hero-banner"] .matrix-hero-line strong {
  font-weight: 600;
}
body.lang-de .hero-banner[data-component="hero-banner"] h1,
body.lang-fr .hero-banner[data-component="hero-banner"] h1,
body.lang-de .matrix-hero[data-component="hero-banner"] h1,
body.lang-fr .matrix-hero[data-component="hero-banner"] h1 {
  font-size: clamp(5.25rem, 12.8vw, 15.3rem);
  line-height: .93;
  max-width: 12.5ch;
}
body.lang-de .hero-banner[data-component="hero-banner"] .subtitle,
body.lang-fr .hero-banner[data-component="hero-banner"] .subtitle,
body.lang-de .matrix-hero[data-component="hero-banner"] .subtitle,
body.lang-fr .matrix-hero[data-component="hero-banner"] .subtitle {
  max-width: 13.5ch;
}
body.lang-de .hero-banner[data-component="hero-banner"] .matrix-hero-line,
body.lang-fr .hero-banner[data-component="hero-banner"] .matrix-hero-line,
body.lang-de .matrix-hero[data-component="hero-banner"] .matrix-hero-line,
body.lang-fr .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
  max-width: 18ch;
  font-size: clamp(1.85rem, 3.9vw, 5rem);
  line-height: 1.01;
}
@media (max-height: 760px) and (min-width: 900px) {
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    padding-block: clamp(82px, 10vh, 120px) clamp(72px, 9vh, 112px);
  }
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    font-size: clamp(4.8rem, 11.4vw, 12.2rem);
  }
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    font-size: clamp(1.7rem, 3.6vw, 4.1rem);
  }
  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    margin-top: clamp(36px, 6vh, 74px);
    font-size: clamp(1.7rem, 3.7vw, 4.3rem);
  }
}
@media (max-width: 760px) {
  .hero-banner[data-component="hero-banner"],
  .matrix-hero[data-component="hero-banner"] {
    min-height: auto;
  }
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 48px);
    padding-block: 108px 72px;
  }
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    font-size: clamp(4.4rem, 20vw, 7.6rem);
    line-height: .94;
    max-width: 100%;
  }
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle,
  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: 100%;
  }
}

/* v28 - Footer component remains runtime-generated, but every footer is now a shell target. */
footer[data-component="footer-shell"] .footer-nav-bar {
  isolation: isolate;
}

/* v29 — unified component contracts: mega menu, hero banner, footer shell */
.site-menu-panel[data-component="mega-menu"] .site-menu-inner {
  grid-template-rows: 1fr !important;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2.4vh, 30px);
}
.site-menu-panel[data-component="mega-menu"] .site-menu-copy h2 {
  margin: clamp(34px, 6vh, 70px) 0 0 !important;
}
.site-menu-panel[data-component="mega-menu"] .menu-intro {
  margin: 0 !important;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-languages {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: flex-start !important;
  justify-self: start !important;
  margin-top: clamp(6px, 1.6vh, 18px);
  padding-top: clamp(14px, 2.2vh, 26px);
  border-top: 1px solid rgba(255,255,255,0.24);
  display: flex !important;
  flex-wrap: wrap;
  gap: clamp(18px, 2vw, 32px) !important;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-languages a {
  color: var(--white) !important;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-languages a[aria-current="true"] {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.38em;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-nav {
  grid-row: 1 !important;
}
@media (max-width: 860px) {
  .site-menu-panel[data-component="mega-menu"] .site-menu-inner {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    overflow-y: auto !important;
  }
  .site-menu-panel[data-component="mega-menu"] .site-menu-copy,
  .site-menu-panel[data-component="mega-menu"] .site-menu-nav {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* v30 — HERO BANNER typographic anchor
   A small red print-made rule above the title, governed by the hero component. */
.hero-banner[data-component="hero-banner"] h1,
.matrix-hero[data-component="hero-banner"] h1 {
  position: relative;
  padding-top: clamp(16px, 1.5vw, 26px);
}
.hero-banner[data-component="hero-banner"] h1::before,
.matrix-hero[data-component="hero-banner"] h1::before {
  content: "";
  position: absolute;
  left: .035em;
  top: 0;
  width: .86em;
  height: 15px;
  background: var(--red);
  transform-origin: left center;
  transform: scaleX(1);
}
.js-enabled .hero-banner[data-component="hero-banner"] h1::before,
.js-enabled .matrix-hero[data-component="hero-banner"] h1::before {
  transform: scaleX(0);
}
.js-enabled body.is-ready .hero-banner[data-component="hero-banner"] h1::before,
.js-enabled body.is-ready .matrix-hero[data-component="hero-banner"] h1::before {
  animation: heroTitleRuleSwipe 920ms cubic-bezier(.16,.72,.18,1) 360ms both;
}
@keyframes heroTitleRuleSwipe {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .js-enabled .hero-banner[data-component="hero-banner"] h1::before,
  .js-enabled .matrix-hero[data-component="hero-banner"] h1::before {
    animation: none !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 760px) {
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    padding-top: 14px;
  }
  .hero-banner[data-component="hero-banner"] h1::before,
  .matrix-hero[data-component="hero-banner"] h1::before {
    height: 8px;
    width: .92em;
  }
}

/* v31 — TYPOGRAPHIC LIST component
   Print-made unordered list for conceptual sequences. It replaces loose oversized paragraphs. */
.typographic-list[data-component="typographic-list"] {
  --list-rule: color-mix(in srgb, var(--black) 12%, transparent);
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(1180px, 100%);
}
body.dark .typographic-list[data-component="typographic-list"] {
  --list-rule: color-mix(in srgb, var(--white) 16%, transparent);
}
.typographic-list[data-component="typographic-list"] li {
  position: relative;
  margin: 0;
  padding: clamp(18px, 2vw, 32px) 0 clamp(18px, 2vw, 32px) clamp(42px, 4vw, 72px);
  border-top: 1px solid var(--list-rule);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.78rem, 3.05vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.058em;
  max-width: 1180px;
}
.typographic-list[data-component="typographic-list"] li:last-child {
  border-bottom: 1px solid var(--list-rule);
}
.typographic-list[data-component="typographic-list"] li::before {
  content: "";
  position: absolute;
  left: clamp(2px, .7vw, 10px);
  top: calc(clamp(18px, 2vw, 32px) + .34em);
  width: .32em;
  height: .32em;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transform-origin: center;
}
.typographic-list[data-component="typographic-list"] strong {
  color: var(--red);
  font-weight: 500;
}
body.page-observe .observe-examples .typographic-list li,
body.page-distinguish .distinguish-examples .typographic-list li,
body.page-map .map-examples .typographic-list li {
  font-family: Newsreader, Georgia, serif;
}
body.page-distinguish .distinguish-examples .typographic-list li {
  font-size: clamp(1.74rem, 3vw, 4rem);
}
body.page-observe.lang-de .observe-examples .typographic-list li,
body.page-observe.lang-fr .observe-examples .typographic-list li,
body.page-distinguish.lang-de .distinguish-examples .typographic-list li,
body.page-distinguish.lang-fr .distinguish-examples .typographic-list li,
body.page-map.lang-de .map-examples .typographic-list li,
body.page-map.lang-fr .map-examples .typographic-list li {
  font-size: clamp(1.42rem, 2.35vw, 3.25rem);
  line-height: 1.06;
}
@media (max-width: 760px) {
  .typographic-list[data-component="typographic-list"] li {
    font-size: clamp(1.45rem, 9vw, 2.6rem);
    line-height: 1.02;
    padding-left: 36px;
  }
  .typographic-list[data-component="typographic-list"] li::before {
    left: 2px;
    border-width: 1.5px;
  }
}

/* v32 — footer-matrix component: editorial, technical, and consistent across every page */
footer[data-component="footer-shell"] {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 clamp(24px, 6vw, 110px) clamp(44px, 5.5vw, 82px) !important;
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent) !important;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 8%, transparent) 1px, transparent 1px) 0 0 / clamp(72px, 8vw, 144px) 100%,
    var(--theme-bg) !important;
  color: var(--theme-ink) !important;
  display: grid !important;
  gap: clamp(38px, 5vw, 76px) !important;
  overflow: hidden;
  counter-reset: footer-block;
}

footer[data-component="footer-shell"] .footer-nav-bar {
  box-sizing: border-box;
  width: calc(100% + (clamp(24px, 6vw, 110px) * 2)) !important;
  margin: 0 calc(clamp(24px, 6vw, 110px) * -1) 0 !important;
  min-height: clamp(70px, 6vw, 94px) !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent) !important;
  background: color-mix(in srgb, var(--theme-bg) 96%, var(--red) 4%) !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
}

footer[data-component="footer-shell"] .footer-origin-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-left: clamp(24px, 6vw, 110px);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.72rem, 0.82vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme-ink);
}

footer[data-component="footer-shell"] .footer-origin-label::before {
  content: "";
  width: clamp(24px, 3vw, 46px);
  height: 2px;
  background: var(--red);
  display: block;
}

footer[data-component="footer-shell"] .footer-to-top {
  box-sizing: border-box;
  width: clamp(70px, 6vw, 94px) !important;
  min-width: clamp(70px, 6vw, 94px) !important;
  min-height: clamp(70px, 6vw, 94px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--red) !important;
  color: var(--white) !important;
  display: grid !important;
  place-items: center !important;
  align-self: stretch !important;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.15rem, 3vw, 3.55rem);
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 260ms ease, transform 320ms cubic-bezier(.2,.7,.2,1);
}

footer[data-component="footer-shell"] .footer-to-top:hover,
footer[data-component="footer-shell"] .footer-to-top:focus-visible {
  background: #c82015 !important;
}

footer[data-component="footer-shell"] .footer-to-top:hover {
  transform: translateY(-2px);
}

footer[data-component="footer-shell"] .footer-manifesto,
footer[data-component="footer-shell"] .footer-grid,
footer[data-component="footer-shell"] .footer-lower,
footer[data-component="footer-shell"] .footer-signature {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}

footer[data-component="footer-shell"] .footer-manifesto {
  padding-top: clamp(52px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.32fr);
  gap: clamp(26px, 5vw, 84px);
  align-items: end;
}

footer[data-component="footer-shell"] .footer-manifesto-claim {
  margin: 0;
  max-width: 13.5ch;
  font-family: Newsreader, Georgia, serif;
  font-weight: 600;
  font-size: clamp(3.2rem, 8vw, 10.8rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  color: var(--theme-ink);
}

footer[data-component="footer-shell"] .footer-manifesto-note {
  margin: 0 0 0.35em;
  padding-top: clamp(14px, 2vw, 26px);
  border-top: 15px solid var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.85rem, 1.15vw, 1.15rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--theme-ink) 68%, transparent);
}

footer[data-component="footer-shell"] .footer-grid,
footer[data-component="footer-shell"] .footer-lower {
  display: grid !important;
  gap: 0 !important;
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 14%, transparent);
  border-left: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
}

footer[data-component="footer-shell"] .footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

footer[data-component="footer-shell"] .footer-lower {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
}

footer[data-component="footer-shell"] section {
  counter-increment: footer-block;
  min-width: 0;
  padding: clamp(24px, 3vw, 42px) clamp(20px, 2.6vw, 38px);
  border-right: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
  background: color-mix(in srgb, var(--theme-bg) 86%, transparent);
}

footer[data-component="footer-shell"] h2 {
  position: relative;
  margin: 0 0 clamp(22px, 2.3vw, 34px) !important;
  padding: 0 0 clamp(14px, 1.7vw, 22px) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 13%, transparent) !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-size: clamp(0.78rem, 0.86vw, 0.98rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--theme-ink) !important;
}

footer[data-component="footer-shell"] h2::before {
  content: counter(footer-block, decimal-leading-zero) " / ";
  color: var(--red);
  letter-spacing: 0.16em;
}

footer[data-component="footer-shell"] p,
footer[data-component="footer-shell"] li {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.92rem, 1vw, 1.1rem) !important;
  line-height: 1.55 !important;
  letter-spacing: -0.025em;
  color: color-mix(in srgb, var(--theme-ink) 68%, transparent) !important;
}

footer[data-component="footer-shell"] strong {
  color: color-mix(in srgb, var(--theme-ink) 76%, transparent);
  font-weight: 700;
}

footer[data-component="footer-shell"] ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer[data-component="footer-shell"] li {
  position: relative;
  margin: 0 !important;
  padding: 12px 0 12px 24px !important;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 9%, transparent) !important;
}

footer[data-component="footer-shell"] li::before {
  content: "›" !important;
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--red);
  font-weight: 700;
}

footer[data-component="footer-shell"] a {
  color: inherit !important;
  text-decoration-color: color-mix(in srgb, var(--red) 60%, transparent) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

footer[data-component="footer-shell"] a:hover,
footer[data-component="footer-shell"] a:focus-visible {
  color: var(--red) !important;
}

footer[data-component="footer-shell"] .footer-lower p a {
  display: inline-flex !important;
  align-items: center;
  margin: 0 10px 10px 0 !important;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent);
  text-decoration: none !important;
  background: color-mix(in srgb, var(--theme-bg) 90%, transparent);
}

footer[data-component="footer-shell"] .footer-cookie-button {
  margin-top: clamp(16px, 2vw, 28px);
  border: 1px solid color-mix(in srgb, var(--theme-ink) 20%, transparent);
  background: transparent;
  color: var(--theme-ink);
  padding: 12px 16px;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

footer[data-component="footer-shell"] .footer-cookie-button:hover,
footer[data-component="footer-shell"] .footer-cookie-button:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

footer[data-component="footer-shell"] .footer-signature {
  margin-top: clamp(8px, 1vw, 16px);
  padding-top: clamp(18px, 2vw, 28px);
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--theme-ink) 52%, transparent);
}

html[data-theme="dark"] footer[data-component="footer-shell"] {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 14%, transparent) 1px, transparent 1px) 0 0 / clamp(72px, 8vw, 144px) 100%,
    var(--theme-bg) !important;
}

html[data-theme="dark"] footer[data-component="footer-shell"] section,
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-lower p a {
  background: color-mix(in srgb, var(--theme-bg) 92%, var(--white) 3%);
}

@media (max-width: 1080px) {
  footer[data-component="footer-shell"] .footer-manifesto,
  footer[data-component="footer-shell"] .footer-grid,
  footer[data-component="footer-shell"] .footer-lower {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  footer[data-component="footer-shell"] {
    padding-inline: 24px !important;
  }
  footer[data-component="footer-shell"] .footer-nav-bar {
    width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  footer[data-component="footer-shell"] .footer-origin-label {
    padding-left: 24px;
    letter-spacing: 0.1em;
  }
  footer[data-component="footer-shell"] .footer-manifesto-claim {
    font-size: clamp(3.1rem, 16vw, 5.6rem);
    max-width: 10.5ch;
  }
  footer[data-component="footer-shell"] section {
    padding: 24px 0;
    border-right: 0;
  }
  footer[data-component="footer-shell"] .footer-grid,
  footer[data-component="footer-shell"] .footer-lower {
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  footer[data-component="footer-shell"] .footer-to-top {
    transition: none;
  }
}


/* v33 — footer compliance link and stronger manifesto claim */
footer[data-component="footer-shell"] .footer-manifesto-claim {
  max-width: 14.2ch;
  font-size: clamp(3.9rem, 9.2vw, 12.4rem);
  line-height: 0.84;
  letter-spacing: -0.082em;
}
@media (max-width: 760px) {
  footer[data-component="footer-shell"] .footer-manifesto-claim {
    font-size: clamp(3.25rem, 17vw, 5.9rem);
    line-height: 0.88;
    max-width: 11.5ch;
  }
}


/* v34 — HERO BANNER optical safety and Transform page
   Prevents long editorial titles from clipping horizontally/vertically after the unified component. */
.hero-banner[data-component="hero-banner"],
.matrix-hero[data-component="hero-banner"] {
  overflow: hidden;
}
.hero-banner[data-component="hero-banner"] .scene-inner,
.matrix-hero[data-component="hero-banner"] .scene-inner {
  overflow: visible;
  width: min(1520px, calc(100vw - clamp(48px, 12vw, 220px)));
  padding-right: clamp(14px, 2.4vw, 42px);
  padding-bottom: clamp(46px, 7svh, 120px) !important;
}
.hero-banner[data-component="hero-banner"] h1,
.matrix-hero[data-component="hero-banner"] h1 {
  max-width: 100%;
  overflow: visible;
  padding-right: .06em;
  padding-bottom: .12em;
  line-height: .86;
  text-wrap: balance;
}
body.lang-it.page-interpret .hero-banner h1,
body.lang-it.page-interpret .matrix-hero h1,
body.lang-de.page-transform .hero-banner h1,
body.lang-de.page-transform .matrix-hero h1,
body.lang-fr.page-transform .hero-banner h1,
body.lang-fr.page-transform .matrix-hero h1,
body.lang-it.page-transform .hero-banner h1,
body.lang-it.page-transform .matrix-hero h1 {
  font-size: clamp(5.1rem, 12.6vw, 14.8rem) !important;
  line-height: .88 !important;
  letter-spacing: -.087em;
}
body.page-transform .matrix-hero h1,
body.page-transform .matrix-hero .subtitle,
body.page-transform .matrix-hero .matrix-hero-line {
  overflow: visible;
  padding-bottom: .12em;
}
body.page-transform .matrix-hero-line {
  max-width: 1280px;
}
body.page-transform .transform-form .matrix-copy,
body.page-transform .transform-coherence .matrix-copy {
  max-width: 880px;
}
body.page-transform .transform-red-statement .red-monolith p {
  font-size: clamp(3.1rem, 6.8vw, 8.8rem) !important;
  max-width: 1320px;
}
body.page-transform.lang-de .transform-red-statement .red-monolith p,
body.page-transform.lang-fr .transform-red-statement .red-monolith p {
  font-size: clamp(2.6rem, 5.7vw, 7.1rem) !important;
  line-height: .94;
}
.ecosystem-list[data-component="ecosystem-list"] {
  list-style: none;
  margin: clamp(34px, 4vw, 58px) 0 0;
  padding: 0;
  display: grid;
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 14%, transparent);
}
.ecosystem-list[data-component="ecosystem-list"] li {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(260px, .65fr);
  gap: clamp(18px, 3vw, 50px);
  padding: clamp(18px, 2vw, 30px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent);
}
.ecosystem-list[data-component="ecosystem-list"] strong {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--red);
  font-size: clamp(.82rem, .9vw, 1rem);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ecosystem-list[data-component="ecosystem-list"] span {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  line-height: 1.5;
  color: color-mix(in srgb, var(--theme-ink) 78%, transparent);
}
@media (max-width: 860px) {
  .hero-banner[data-component="hero-banner"] .scene-inner,
  .matrix-hero[data-component="hero-banner"] .scene-inner {
    width: min(100%, calc(100vw - 48px));
    padding-right: 0;
  }
  body.lang-it.page-interpret .hero-banner h1,
  body.lang-it.page-interpret .matrix-hero h1,
  body.page-transform .hero-banner h1,
  body.page-transform .matrix-hero h1 {
    font-size: clamp(4.5rem, 20vw, 8.4rem) !important;
  }
  .ecosystem-list[data-component="ecosystem-list"] li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


/* v35 — HERO BANNER refinement: one-line lighter subtitle and red punctuation in the main line.
   The title keeps its editorial force; the subtitle becomes a finer typographic hinge. */
.hero-banner[data-component="hero-banner"] .subtitle,
.matrix-hero[data-component="hero-banner"] .subtitle {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(1.32rem, 2.22vw, 3.05rem) !important;
  line-height: 1.02 !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  margin-top: clamp(18px, 2.6vw, 34px) !important;
  padding-bottom: 0.08em !important;
}

.hero-banner[data-component="hero-banner"] .matrix-hero-line,
.matrix-hero[data-component="hero-banner"] .matrix-hero-line {
  padding-bottom: 0.16em !important;
}

.hero-banner[data-component="hero-banner"] .hero-punct,
.matrix-hero[data-component="hero-banner"] .hero-punct {
  color: var(--red);
  font-weight: 500;
}

@media (max-width: 980px) {
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    white-space: normal !important;
    max-width: 16ch !important;
    font-size: clamp(1.55rem, 7vw, 2.8rem) !important;
    line-height: 1.02 !important;
  }
}


/* v36 — HERO BANNER wide editorial axis + vertical breadcrumb + subtitle hinge
   The hero is no longer treated as a boxed web container. It aligns to the site header
   edge and behaves like a wide typographic field. */
:root {
  --hero-edge: clamp(22px, 4.5vw, 74px);
  --hero-right-edge: clamp(22px, 4.5vw, 74px);
}

.hero-banner[data-component="hero-banner"],
.matrix-hero[data-component="hero-banner"] {
  overflow: visible !important;
}

.hero-banner[data-component="hero-banner"] > .scene-inner,
.matrix-hero[data-component="hero-banner"] > .scene-inner {
  position: relative !important;
  width: calc(100vw - var(--hero-edge) - var(--hero-right-edge)) !important;
  max-width: none !important;
  margin-left: var(--hero-edge) !important;
  margin-right: var(--hero-right-edge) !important;
  padding-top: clamp(120px, 16vh, 190px) !important;
  padding-bottom: clamp(92px, 12vh, 160px) !important;
}

/* The previous horizontal breadcrumb becomes a right-side marginal note on desktop. */
.hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
  position: absolute !important;
  top: clamp(16px, 1.5vw, 26px) !important;
  right: 0 !important;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  transform: rotate(90deg) translateY(-100%) !important;
  transform-origin: top right !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
  width: 28px !important;
  height: 2px !important;
  flex: 0 0 28px !important;
}

.hero-banner[data-component="hero-banner"] h1,
.matrix-hero[data-component="hero-banner"] h1 {
  max-width: 12.25ch !important;
}

/* The subtitle is the continuation of the monumental title: closer, lighter, and hinged by a red rule. */
.hero-banner[data-component="hero-banner"] .subtitle,
.matrix-hero[data-component="hero-banner"] .subtitle {
  display: inline-flex !important;
  align-items: center !important;
  gap: clamp(14px, 1.5vw, 26px) !important;
  margin-top: clamp(6px, 1.1vw, 16px) !important;
  max-width: calc(100vw - var(--hero-edge) - var(--hero-right-edge)) !important;
  white-space: nowrap !important;
}

.hero-banner[data-component="hero-banner"] .subtitle::before,
.matrix-hero[data-component="hero-banner"] .subtitle::before {
  content: "";
  display: inline-block;
  width: clamp(34px, 4vw, 74px);
  height: 2px;
  flex: 0 0 clamp(34px, 4vw, 74px);
  background: var(--red);
  transform-origin: left center;
}

.js-enabled body.is-ready .hero-banner[data-component="hero-banner"] .subtitle::before,
.js-enabled body.is-ready .matrix-hero[data-component="hero-banner"] .subtitle::before {
  animation: heroSubtitleRuleSwipe 760ms cubic-bezier(.16,.72,.18,1) 720ms both;
}

.js-enabled .hero-banner[data-component="hero-banner"] .subtitle::before,
.js-enabled .matrix-hero[data-component="hero-banner"] .subtitle::before {
  transform: scaleX(0);
}

@keyframes heroSubtitleRuleSwipe {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

/* Old entrance rule kept disabled now that the title rule is the component anchor. */
body.page-matrix .matrix-hero .scene-inner::before,
body.page-matrice .matrix-hero .scene-inner::before {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    padding-top: 108px !important;
    padding-bottom: 72px !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin-bottom: clamp(28px, 7vw, 52px) !important;
    white-space: normal !important;
  }

  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    white-space: normal !important;
    max-width: 100% !important;
    gap: 14px !important;
  }

  .hero-banner[data-component="hero-banner"] .subtitle::before,
  .matrix-hero[data-component="hero-banner"] .subtitle::before {
    width: 32px;
    flex-basis: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .hero-banner[data-component="hero-banner"] .subtitle::before,
  .js-enabled .matrix-hero[data-component="hero-banner"] .subtitle::before {
    animation: none !important;
    transform: none !important;
  }
}

/* v37 — HERO BANNER visible vertical breadcrumb
   The v36 rotated breadcrumb could leave the visual field on wide layouts.
   Use vertical writing instead of rotation: same editorial idea, stable position. */
.hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
  position: absolute !important;
  top: clamp(16px, 1.5vw, 26px) !important;
  right: clamp(0px, 1vw, 18px) !important;
  z-index: 4 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transform-origin: initial !important;
  white-space: nowrap !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: clamp(220px, 28vh, 360px) !important;
}

.hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
  width: 2px !important;
  height: clamp(34px, 5vw, 74px) !important;
  flex: 0 0 clamp(34px, 5vw, 74px) !important;
}

.hero-banner[data-component="hero-banner"] .matrix-breadcrumb a,
.hero-banner[data-component="hero-banner"] .matrix-breadcrumb span,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb a,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

@media (max-width: 980px) {
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: 0 !important;
    margin-bottom: clamp(28px, 7vw, 52px) !important;
  }
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
    width: 18px !important;
    height: 2px !important;
    flex: 0 0 18px !important;
  }
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb a,
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb a,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span {
    writing-mode: horizontal-tb !important;
  }
}

/* v38 — HERO BANNER optical correction
   The vertical breadcrumb was visually dissonant. It is now a horizontal editorial coordinate
   placed on the same axis as the title rule, so it reads as a continuation rather than a side object.
   The hero statement is slightly smaller and wider to avoid ugly wraps on longer texts. */
@media (min-width: 981px) {
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
    position: absolute !important;
    top: clamp(16px, 1.5vw, 26px) !important;
    left: clamp(165px, 13.6vw, 292px) !important;
    right: auto !important;
    z-index: 4 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 0 !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
    display: none !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb a,
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb a,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: min(1500px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(48px, 8vw, 140px))) !important;
    font-size: clamp(2.85rem, 5.35vw, 7rem) !important;
    line-height: .94 !important;
    letter-spacing: -0.068em !important;
  }

  body.lang-de .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  body.lang-de .matrix-hero[data-component="hero-banner"] .matrix-hero-line,
  body.lang-fr .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  body.lang-fr .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: min(1560px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(36px, 6vw, 110px))) !important;
    font-size: clamp(2.65rem, 5.05vw, 6.55rem) !important;
    line-height: .96 !important;
  }
}

/* v39 — HERO BANNER right-rail coordinate and wider opening statement
   The experimental breadcrumb variants were either too lateral or too invisible.
   This version makes the breadcrumb a small right-rail coordinate aligned with the title rule:
   no square, no visual noise, just a thin vertical red rule and technical text. */
@media (min-width: 981px) {
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
    position: absolute !important;
    top: clamp(16px, 1.5vw, 26px) !important;
    right: clamp(18px, 2.6vw, 54px) !important;
    left: auto !important;
    z-index: 5 !important;
    margin: 0 !important;
    padding: clamp(78px, 7vw, 128px) 0 0 0 !important;
    transform: none !important;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 0 !important;
    opacity: .92 !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 2px !important;
    height: clamp(52px, 5vw, 96px) !important;
    flex: 0 0 auto !important;
    transform: translateX(-50%) !important;
    background: var(--red) !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb a,
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb a,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span {
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb:hover,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb:hover {
    opacity: 1 !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: min(1640px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(20px, 3vw, 64px))) !important;
    font-size: clamp(2.65rem, 5.05vw, 6.55rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.066em !important;
  }

  body.lang-de .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  body.lang-de .matrix-hero[data-component="hero-banner"] .matrix-hero-line,
  body.lang-fr .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  body.lang-fr .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: min(1680px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(16px, 2vw, 48px))) !important;
    font-size: clamp(2.5rem, 4.78vw, 6.25rem) !important;
    line-height: .98 !important;
  }
}

/* v40 - HERO BANNER breadcrumb right-rail refinement
   Keep the right-side breadcrumb as one uninterrupted technical coordinate,
   widen its visual container, and make the active page read as text rather
   than as another red link. */
@media (min-width: 981px) {
  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb {
    display: block !important;
    width: clamp(64px, 5.2vw, 96px) !important;
    min-width: clamp(64px, 5.2vw, 96px) !important;
    max-width: clamp(64px, 5.2vw, 96px) !important;
    top: clamp(16px, 1.5vw, 26px) !important;
    right: clamp(24px, 3.2vw, 72px) !important;
    padding-top: clamp(82px, 7.2vw, 132px) !important;
    white-space: nowrap !important;
    overflow: visible !important;
    line-height: 1.15 !important;
    color: var(--red) !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb::before,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb::before {
    left: 50% !important;
    height: clamp(56px, 5.2vw, 104px) !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb a,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb a {
    color: var(--red) !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span {
    color: var(--red) !important;
  }

  .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span:last-child,
  .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span:last-child {
    color: var(--ink) !important;
  }

  [data-theme="dark"] .hero-banner[data-component="hero-banner"] .matrix-breadcrumb span:last-child,
  [data-theme="dark"] .matrix-hero[data-component="hero-banner"] .matrix-breadcrumb span:last-child {
    color: var(--paper) !important;
  }
}


/* v41 - HEADER BREADCRUMB + simplified hero + footer/menu theme controls
   Navigation belongs in navigation. The hero returns to a clean editorial field. */
.site-header-breadcrumb {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.62em;
  color: var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.72rem, 0.78vw, 0.92rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.site-header-breadcrumb::before {
  content: "";
  width: clamp(30px, 3.2vw, 54px);
  height: 2px;
  background: var(--red);
  display: inline-block;
  transform: translateY(-1px);
}
.site-header-breadcrumb a {
  color: var(--red);
  text-decoration: none;
}
.site-header-breadcrumb span { color: var(--red); opacity: .76; }
.site-header-breadcrumb strong {
  color: var(--theme-ink);
  font-weight: 700;
  letter-spacing: 0.19em;
}
html[data-theme="dark"] .site-header-breadcrumb strong { color: var(--theme-ink); }
.site-header-breadcrumb + .header-controls,
body.page-matrice .site-header-breadcrumb + .header-controls,
body.page-matrix .site-header-breadcrumb + .header-controls {
  margin-left: clamp(18px, 2.4vw, 42px) !important;
}
body.page-matrice .site-header-breadcrumb,
body.page-matrix .site-header-breadcrumb {
  align-self: center;
}
header .theme-toggle { display: none !important; }
.hero-banner[data-component="hero-banner"] .matrix-breadcrumb,
.matrix-hero[data-component="hero-banner"] .matrix-breadcrumb,
.hero-banner[data-component="hero-banner"] .kicker,
.matrix-hero[data-component="hero-banner"] .kicker {
  display: none !important;
}
.footer-actions {
  display: inline-flex;
  align-items: stretch;
  gap: clamp(10px, 1.1vw, 18px);
  margin-left: auto;
}
.footer-theme-toggle,
.menu-theme-toggle {
  border: 1px solid var(--theme-soft);
  padding: 0 clamp(14px, 1.2vw, 22px);
  min-height: clamp(44px, 4vw, 62px);
}
.footer-theme-toggle { color: var(--theme-ink); background: transparent; }
.menu-theme-toggle {
  color: var(--white) !important;
  border-color: rgba(255,255,255,.36);
  width: fit-content;
  margin-top: clamp(22px, 2.4vw, 38px);
}
.menu-theme-toggle .theme-toggle-mark { border-color: var(--white); }
.menu-theme-toggle .theme-toggle-mark::after { background: var(--white); }
.site-menu-copy { align-self: start; }
.lexicon-content {
  max-width: min(1120px, calc(100vw - clamp(48px, 12vw, 220px)));
  margin-inline: auto;
  padding: clamp(72px, 10vw, 160px) 0 clamp(90px, 12vw, 180px);
}
.lexicon-content h2 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 7.8vw, 8.8rem);
  line-height: .86;
  letter-spacing: -0.085em;
  margin: clamp(72px, 10vw, 140px) 0 clamp(32px, 5vw, 70px);
  color: var(--theme-ink);
}
.lexicon-content .red-quote {
  font-family: Newsreader, Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 7rem) !important;
  line-height: .92;
  letter-spacing: -0.075em;
  color: var(--red) !important;
  margin: clamp(48px, 8vw, 110px) 0 !important;
}
.lexicon-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(260px, 0.68fr);
  gap: 0;
  border-top: 1px solid var(--theme-soft);
  margin: clamp(32px, 5vw, 70px) 0;
}
.lexicon-grid dt,
.lexicon-grid dd {
  margin: 0;
  border-bottom: 1px solid var(--theme-soft);
  padding: clamp(18px, 2vw, 30px) 0;
}
.lexicon-grid dt {
  color: var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.8rem, 0.92vw, 1rem);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-right: clamp(18px, 3vw, 42px);
}
.lexicon-grid dd {
  color: var(--theme-muted);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  line-height: 1.55;
}
@media (max-width: 860px) {
  .site-header-breadcrumb { display: none; }
  .footer-nav-bar { gap: 18px; }
  .footer-actions { margin-left: 0; }
  .lexicon-grid { grid-template-columns: 1fr; }
  .lexicon-grid dt { border-bottom: 0; padding-bottom: 4px; }
  .lexicon-grid dd { padding-top: 0; }
}

/* v42 - Mega menu theme control refined, footer toggle removed, Lexicon hero kept intentional
   Theme selection lives in the menu. The footer remains a clean closing matrix. */
.site-menu-copy {
  align-self: center !important;
  display: grid !important;
  align-content: center !important;
  gap: clamp(18px, 2.1vw, 34px) !important;
  min-height: min(680px, 72dvh);
}
.site-menu-copy h2 {
  margin: 0 !important;
}
.site-menu-copy .menu-intro {
  margin: 0 !important;
}
.site-menu-languages {
  margin-top: clamp(6px, 0.8vw, 14px) !important;
}
.menu-theme-toggle {
  --menu-theme-border: rgba(255,255,255,.72);
  width: min(260px, 100%) !important;
  min-height: clamp(54px, 4.8vw, 74px) !important;
  margin-top: clamp(2px, 0.6vw, 12px) !important;
  padding: 0 clamp(18px, 1.8vw, 30px) !important;
  border: 1px solid var(--menu-theme-border) !important;
  background: transparent !important;
  color: var(--white) !important;
  display: inline-flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 18px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  position: relative !important;
  overflow: hidden !important;
}
.menu-theme-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.12);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1);
}
.menu-theme-toggle:hover::before,
.menu-theme-toggle:focus-visible::before { transform: scaleX(1); }
.menu-theme-toggle .theme-toggle-mark,
.menu-theme-toggle [data-theme-label] {
  position: relative;
  z-index: 1;
}
.menu-theme-toggle .theme-toggle-mark {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  order: 2;
}
.menu-theme-toggle .theme-toggle-mark::after {
  inset: 5px !important;
  background: var(--white) !important;
  border-radius: 0 !important;
}
.menu-theme-toggle [data-theme-label] {
  white-space: nowrap;
}
.footer-theme-toggle { display: none !important; }
.footer-actions {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin-left: auto;
}
@media (max-width: 900px) {
  .site-menu-copy {
    min-height: 0;
    align-content: start !important;
  }
  .menu-theme-toggle { width: min(250px, 100%) !important; }
}


/* v43 — Lexicon component alignment + menu correction + typographic list hover
   Lexicon now uses the same header/footer shells as the rest of the site.
   The menu title returns to a centered monumental block; theme toggle remains visible but not intrusive. */
.site-menu-panel[data-component="mega-menu"] .site-menu-inner {
  align-items: center !important;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-copy {
  align-self: center !important;
  justify-self: stretch !important;
  min-height: auto !important;
  align-content: center !important;
  gap: clamp(16px, 1.85vw, 30px) !important;
  transform: translateY(clamp(0px, 1.2vh, 12px));
}
.site-menu-panel[data-component="mega-menu"] .site-menu-copy h2 {
  margin: clamp(8px, 1.2vh, 18px) 0 clamp(10px, 1.4vh, 20px) !important;
}
.site-menu-panel[data-component="mega-menu"] .site-menu-languages {
  margin-top: clamp(2px, .55vw, 10px) !important;
  padding-top: clamp(12px, 1.2vw, 20px) !important;
}
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle {
  margin-top: clamp(8px, 1vw, 18px) !important;
  width: min(300px, 100%) !important;
  min-height: clamp(58px, 5vw, 78px) !important;
  border-color: rgba(255,255,255,.78) !important;
  background: rgba(255,255,255,.06) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle:hover,
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle:focus-visible {
  background: rgba(255,255,255,.14) !important;
}
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle .theme-toggle-mark {
  width: 26px !important;
  height: 26px !important;
}
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle [data-theme-label] {
  font-size: clamp(.76rem, .86vw, .98rem);
}

.typographic-list[data-component="typographic-list"] li {
  transition:
    transform 760ms cubic-bezier(.16,.72,.18,1),
    box-shadow 760ms cubic-bezier(.16,.72,.18,1),
    background-color 760ms cubic-bezier(.16,.72,.18,1),
    padding-left 760ms cubic-bezier(.16,.72,.18,1);
  will-change: transform;
}
.typographic-list[data-component="typographic-list"] li:hover,
.typographic-list[data-component="typographic-list"] li:focus-within {
  transform: translateY(-5px) scale(.992);
  padding-left: clamp(48px, 4.4vw, 82px);
  background: color-mix(in srgb, var(--theme-bg) 86%, var(--red) 6%);
  box-shadow: 0 22px 56px color-mix(in srgb, var(--theme-ink) 12%, transparent);
}
.typographic-list[data-component="typographic-list"] li:hover::before,
.typographic-list[data-component="typographic-list"] li:focus-within::before {
  transform: rotate(45deg) translate(3px, -3px) scale(.92);
  transition: transform 760ms cubic-bezier(.16,.72,.18,1);
}
html[data-theme="dark"] .typographic-list[data-component="typographic-list"] li:hover,
html[data-theme="dark"] .typographic-list[data-component="typographic-list"] li:focus-within {
  background: color-mix(in srgb, var(--theme-bg) 84%, var(--red) 10%);
  box-shadow: 0 22px 56px rgba(0,0,0,.34);
}
@media (prefers-reduced-motion: reduce) {
  .typographic-list[data-component="typographic-list"] li,
  .typographic-list[data-component="typographic-list"] li::before,
  .site-menu-panel[data-component="mega-menu"] .site-menu-copy {
    transition: none !important;
    transform: none !important;
  }
}


/* v44 - Header shell, dark-mode readability and menu theme close refinement
   The header is a single full-width component on every page. Lexicon and all
   editorial pages inherit the same bar as the rest of the site. Dark mode now
   turns the whole reading field dark, not only the surrounding browser area. */
.site-header.matrix-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 90 !important;
  width: 100vw !important;
  max-width: none !important;
  height: clamp(72px, 5.6vw, 96px) !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(22px, 4.2vw, 74px) !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.4vw, 42px) !important;
  background: color-mix(in srgb, var(--theme-bg) 92%, transparent) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 11%, transparent) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto !important;
}
.site-header.matrix-header .brand-logo,
.site-header.matrix-header .brand-logo img {
  display: block;
}
.site-header.matrix-header .brand-logo img {
  width: clamp(174px, 14.5vw, 286px) !important;
  height: auto !important;
}
.site-header.matrix-header .site-header-breadcrumb {
  margin-left: auto !important;
}
.site-header.matrix-header .header-controls {
  align-self: stretch !important;
  margin-left: clamp(14px, 2vw, 36px) !important;
  display: flex !important;
  align-items: stretch !important;
}
.site-header.matrix-header .menu-toggle {
  width: clamp(72px, 5.6vw, 96px) !important;
  height: auto !important;
  min-height: 100% !important;
  padding: 0 clamp(22px, 1.9vw, 30px) !important;
  display: grid !important;
  align-content: center !important;
  gap: 8px !important;
  background: var(--red) !important;
}
.site-header.matrix-header .menu-toggle span {
  background: var(--white) !important;
  width: 100% !important;
}
.site-header.matrix-header .menu-toggle:hover,
.site-header.matrix-header .menu-toggle:focus-visible {
  background: #c82015 !important;
}
html[data-theme="dark"] .site-header.matrix-header {
  background: color-mix(in srgb, var(--theme-bg) 94%, transparent) !important;
  border-bottom-color: color-mix(in srgb, var(--theme-ink) 12%, transparent) !important;
}
body:not(.page-matrice):not(.page-matrix) .matrix-main {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 4%, transparent) 1px, transparent 1px) 0 0 / calc(100vw / 12) 100%,
    var(--theme-bg) !important;
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] body:not(.page-matrice):not(.page-matrix),
html[data-theme="dark"] body:not(.page-matrice):not(.page-matrix) .matrix-main,
html[data-theme="dark"] body:not(.page-matrice):not(.page-matrix) .matrix-scene,
html[data-theme="dark"] body:not(.page-matrice):not(.page-matrix) .content,
html[data-theme="dark"] body:not(.page-matrice):not(.page-matrix) .lexicon-content {
  background-color: var(--theme-bg) !important;
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] .content p,
html[data-theme="dark"] .content li,
html[data-theme="dark"] .content dd,
html[data-theme="dark"] .lexicon-content p,
html[data-theme="dark"] .lexicon-grid dd {
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] .content .lead,
html[data-theme="dark"] .content .lead strong,
html[data-theme="dark"] .lexicon-content .lead,
html[data-theme="dark"] .lexicon-content .lead strong {
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] .lexicon-grid {
  border-color: var(--theme-soft) !important;
}
html[data-theme="dark"] .lexicon-grid dt,
html[data-theme="dark"] .lexicon-grid dd {
  border-color: var(--theme-soft) !important;
}
/* Menu theme control: keep it visible, then close the menu after selection in JS. */
.site-menu-panel[data-component="mega-menu"] .menu-theme-toggle {
  cursor: pointer;
}
@media (max-width: 860px) {
  .site-header.matrix-header {
    padding-left: 18px !important;
  }
  .site-header.matrix-header .brand-logo img {
    width: clamp(142px, 42vw, 210px) !important;
  }
  .site-header.matrix-header .site-header-breadcrumb { display: none !important; }
}


/* v45 — BEGIN PAGE component: no local form, just a memorable passage to conversation. */
.begin-content[data-component="begin-page"] {
  max-width: min(1180px, calc(100vw - clamp(48px, 12vw, 220px)));
  margin-inline: auto;
  padding: clamp(72px, 9vw, 150px) 0 clamp(90px, 12vw, 180px);
  color: var(--theme-ink);
}
.begin-content[data-component="begin-page"] p {
  max-width: 76ch;
}
.begin-content .begin-lead {
  max-width: 14ch;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(3rem, 7.8vw, 9rem) !important;
  line-height: .88;
  letter-spacing: -0.085em;
  margin: 0 0 clamp(52px, 8vw, 118px) !important;
  color: var(--theme-ink);
}
.begin-content .begin-lead strong { font-weight: 700; }
.begin-statement {
  margin: clamp(54px, 8vw, 120px) 0;
  padding: clamp(28px, 4vw, 54px) 0 clamp(28px, 4vw, 54px) clamp(28px, 4vw, 62px);
  border-left: clamp(8px, .8vw, 14px) solid var(--red);
}
.begin-statement p {
  max-width: 18ch;
  margin: 0 !important;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.2rem, 5.6vw, 7.2rem) !important;
  line-height: .9;
  letter-spacing: -0.075em;
  color: var(--theme-ink);
}
.begin-list-section { margin: clamp(70px, 10vw, 150px) 0; }
.begin-list-section h2,
.begin-cta-panel h2,
.begin-origin h2 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.7rem, 6.2vw, 7.4rem);
  line-height: .88;
  letter-spacing: -0.08em;
  margin: 0 0 clamp(26px, 4vw, 58px);
  color: var(--theme-ink);
}
.begin-cta-panel {
  position: relative;
  margin: clamp(84px, 12vw, 180px) 0;
  padding: clamp(42px, 6vw, 82px) clamp(30px, 5vw, 76px);
  border-top: 1px solid var(--theme-soft);
  border-bottom: 1px solid var(--theme-soft);
  background: color-mix(in srgb, var(--red) 4%, transparent);
  overflow: hidden;
}
.begin-cta-panel::before {
  content: "";
  position: absolute;
  left: clamp(30px, 5vw, 76px);
  top: 0;
  width: clamp(72px, 9vw, 150px);
  height: clamp(8px, .9vw, 15px);
  background: var(--red);
}
.begin-cta-kicker {
  margin: 0 0 clamp(28px, 4vw, 52px) !important;
  color: var(--red) !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.72rem, .85vw, .95rem) !important;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.begin-cta-panel p:not(.begin-cta-kicker) {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem) !important;
  color: var(--theme-muted);
}
.begin-cta-link {
  display: inline-flex;
  align-items: center;
  min-height: clamp(58px, 5vw, 76px);
  margin-top: clamp(26px, 4vw, 52px);
  padding: 0 clamp(22px, 3vw, 42px);
  background: var(--red);
  color: var(--white) !important;
  text-decoration: none !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.78rem, .95vw, 1rem);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform 620ms cubic-bezier(.16,.72,.18,1), background-color 620ms cubic-bezier(.16,.72,.18,1);
}
.begin-cta-link:hover,
.begin-cta-link:focus-visible {
  transform: translateY(-4px);
  background: #c82015;
}
.begin-origin {
  margin-top: clamp(90px, 13vw, 190px);
  padding-top: clamp(56px, 8vw, 120px);
  border-top: 1px solid var(--theme-soft);
}
.begin-origin blockquote {
  margin: clamp(38px, 6vw, 86px) 0 0;
  padding: 0;
  border: 0;
  max-width: 780px;
}
.begin-origin blockquote p {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.65rem, 3.4vw, 4.2rem) !important;
  line-height: .98;
  letter-spacing: -0.055em;
  color: var(--theme-ink);
}
.begin-origin blockquote footer {
  margin-top: clamp(28px, 4vw, 56px);
  color: var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
html[data-theme="dark"] .begin-cta-panel {
  background: color-mix(in srgb, var(--red) 8%, transparent);
}
@media (max-width: 760px) {
  .begin-content[data-component="begin-page"] { max-width: calc(100vw - 48px); }
  .begin-content .begin-lead { max-width: 100%; }
  .begin-statement { padding-left: 24px; }
  .begin-statement p { max-width: 100%; }
}


/* v46 - Header and Begin page structural repair
   All pages use the same matrix header shell. The brand is vertically centered
   through the full header height and the red hamburger explicitly redraws its
   three white strokes, preventing blank red menu blocks after component changes. */
.site-header.matrix-header {
  align-items: center !important;
  min-height: clamp(78px, 5.6vw, 98px) !important;
}
.site-header.matrix-header .brand-logo {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}
.site-header.matrix-header .brand-logo img {
  width: auto !important;
  height: clamp(48px, 3.55vw, 66px) !important;
  max-height: 72% !important;
  object-fit: contain !important;
  transform: translateY(1px);
}
.site-header.matrix-header .menu-toggle {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}
.site-header.matrix-header .menu-toggle span {
  display: block !important;
  width: 34px !important;
  height: 2px !important;
  min-height: 2px !important;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 999px !important;
}
@media (max-width: 720px) {
  .site-header.matrix-header .brand-logo img { height: 42px !important; }
  .site-header.matrix-header .menu-toggle span { width: 28px !important; }
}

/* v47 - Begin page final structural/style refinements
   The Begin/Iniziare hero returns to the exact wide-axis hero geometry used by
   the other movement pages. The conversation panel is neutral grey, the CTA is
   a typographic action control, and the founding poem becomes italic with a
   slower, more sensitive entrance. */
body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner {
  width: calc(100vw - var(--hero-edge) - var(--hero-right-edge)) !important;
  max-width: none !important;
  margin-left: var(--hero-edge) !important;
  margin-right: var(--hero-right-edge) !important;
  padding-top: clamp(120px, 16vh, 190px) !important;
  padding-bottom: clamp(92px, 12vh, 160px) !important;
}

body.page-begin .matrix-hero h1,
body.page-iniziare .matrix-hero h1,
body.page-beginnen .matrix-hero h1,
body.page-commencer .matrix-hero h1 {
  max-width: 12.25ch !important;
}

body.page-begin .matrix-hero-line,
body.page-iniziare .matrix-hero-line,
body.page-beginnen .matrix-hero-line,
body.page-commencer .matrix-hero-line {
  max-width: min(1640px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(20px, 3vw, 64px))) !important;
  font-size: clamp(2.65rem, 5.05vw, 6.55rem) !important;
  line-height: .96 !important;
  letter-spacing: -0.066em !important;
}

.begin-cta-panel {
  background: color-mix(in srgb, var(--theme-ink) 3.5%, var(--theme-bg)) !important;
  border-top: 1px solid var(--theme-soft) !important;
  border-bottom: 1px solid var(--theme-soft) !important;
  box-shadow: none !important;
}
html[data-theme="dark"] .begin-cta-panel {
  background: color-mix(in srgb, var(--theme-paper) 4%, var(--theme-bg)) !important;
}

.begin-cta-link {
  position: relative;
  min-height: clamp(62px, 5.2vw, 82px) !important;
  padding: 0 clamp(76px, 6vw, 112px) 0 clamp(24px, 3vw, 42px) !important;
  background: transparent !important;
  color: var(--theme-ink) !important;
  border: 1px solid var(--red) !important;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 520ms cubic-bezier(.16,.72,.18,1),
    transform 620ms cubic-bezier(.16,.72,.18,1),
    border-color 520ms cubic-bezier(.16,.72,.18,1) !important;
}
.begin-cta-link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--red);
  z-index: -1;
  transition: width 760ms cubic-bezier(.16,.72,.18,1);
}
.begin-cta-link::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(58px, 5vw, 76px);
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: var(--white);
  font-size: clamp(1.25rem, 1.45vw, 1.7rem);
  line-height: 1;
  transition: transform 760ms cubic-bezier(.16,.72,.18,1);
}
.begin-cta-link:hover,
.begin-cta-link:focus-visible {
  color: var(--white) !important;
  background: transparent !important;
  transform: translateY(-5px) !important;
  border-color: var(--red) !important;
}
.begin-cta-link:hover::before,
.begin-cta-link:focus-visible::before {
  width: 100%;
}
.begin-cta-link:hover::after,
.begin-cta-link:focus-visible::after {
  transform: translateX(4px);
}
html[data-theme="dark"] .begin-cta-link {
  color: var(--theme-ink) !important;
}
html[data-theme="dark"] .begin-cta-link:hover,
html[data-theme="dark"] .begin-cta-link:focus-visible {
  color: var(--white) !important;
}

.begin-origin blockquote {
  max-width: min(880px, 100%) !important;
  padding-left: clamp(24px, 3vw, 52px) !important;
  border-left: 2px solid var(--red) !important;
}
.begin-origin blockquote p {
  font-style: italic !important;
  font-weight: 400 !important;
  margin: 0 0 clamp(28px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.052em !important;
}
.begin-origin blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

.js-enabled .begin-origin blockquote p,
.js-enabled .begin-origin blockquote footer {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(3px);
}
.js-enabled body.is-ready .begin-origin blockquote p,
.js-enabled body.is-ready .begin-origin blockquote footer {
  animation: poemSoftArrival 1400ms cubic-bezier(.16,.72,.18,1) both;
}
.js-enabled body.is-ready .begin-origin blockquote p:nth-of-type(1) { animation-delay: 180ms; }
.js-enabled body.is-ready .begin-origin blockquote p:nth-of-type(2) { animation-delay: 340ms; }
.js-enabled body.is-ready .begin-origin blockquote p:nth-of-type(3) { animation-delay: 500ms; }
.js-enabled body.is-ready .begin-origin blockquote p:nth-of-type(4) { animation-delay: 660ms; }
.js-enabled body.is-ready .begin-origin blockquote footer { animation-delay: 900ms; }

@keyframes poemSoftArrival {
  from { opacity: 0; transform: translateY(18px); filter: blur(3px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .begin-origin blockquote p,
  .js-enabled .begin-origin blockquote footer,
  .js-enabled body.is-ready .begin-origin blockquote p,
  .js-enabled body.is-ready .begin-origin blockquote footer {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}

@media (max-width: 980px) {
  body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    padding-top: 108px !important;
    padding-bottom: 72px !important;
  }
  .begin-cta-link {
    width: 100%;
    justify-content: flex-start;
  }
}

/* v48 - Begin final visual repair
   Begin uses the same hero axis as the other movement pages, the conversation
   panel becomes a full-width neutral band, and the founding poem arrives only
   when it enters the viewport. */
body.page-begin .matrix-hero[data-component="hero-banner"],
body.page-iniziare .matrix-hero[data-component="hero-banner"],
body.page-beginnen .matrix-hero[data-component="hero-banner"],
body.page-commencer .matrix-hero[data-component="hero-banner"],
body.page-begin .hero-banner[data-component="hero-banner"],
body.page-iniziare .hero-banner[data-component="hero-banner"],
body.page-beginnen .hero-banner[data-component="hero-banner"],
body.page-commencer .hero-banner[data-component="hero-banner"] {
  padding-left: clamp(28px, 7vw, 120px) !important;
  padding-right: clamp(28px, 7vw, 120px) !important;
}
body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner {
  width: min(1520px, 100%) !important;
  max-width: min(1520px, 100%) !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-self: start !important;
  padding-top: clamp(120px, 16vh, 190px) !important;
  padding-bottom: clamp(92px, 12vh, 160px) !important;
}
body.page-begin .matrix-hero h1,
body.page-iniziare .matrix-hero h1,
body.page-beginnen .matrix-hero h1,
body.page-commencer .matrix-hero h1 {
  max-width: none !important;
  text-align: left !important;
}
body.page-begin .matrix-hero-line,
body.page-iniziare .matrix-hero-line,
body.page-beginnen .matrix-hero-line,
body.page-commencer .matrix-hero-line {
  max-width: min(1640px, calc(100vw - clamp(56px, 10vw, 180px))) !important;
}
.begin-cta-panel {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  padding: clamp(72px, 8vw, 132px) max(clamp(28px, 7vw, 120px), calc((100vw - 1520px) / 2 + clamp(28px, 2vw, 54px))) !important;
  background: color-mix(in srgb, var(--theme-ink) 4%, var(--theme-bg)) !important;
  border-top: 1px solid var(--theme-soft) !important;
  border-bottom: 1px solid var(--theme-soft) !important;
}
html[data-theme="dark"] .begin-cta-panel {
  background: color-mix(in srgb, var(--theme-paper) 5%, var(--theme-bg)) !important;
}
.begin-cta-panel > * {
  max-width: 900px;
}
.begin-cta-panel .begin-cta-link {
  max-width: fit-content;
}
.js-enabled .begin-origin blockquote p,
.js-enabled .begin-origin blockquote footer {
  opacity: 0 !important;
  transform: translateY(22px) !important;
  filter: blur(4px) !important;
  animation: none !important;
}
.js-enabled .begin-origin.poem-in-view blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote footer {
  animation: poemSoftArrival 1500ms cubic-bezier(.16,.72,.18,1) both !important;
}
.js-enabled .begin-origin.poem-in-view blockquote p:nth-of-type(1) { animation-delay: 120ms !important; }
.js-enabled .begin-origin.poem-in-view blockquote p:nth-of-type(2) { animation-delay: 320ms !important; }
.js-enabled .begin-origin.poem-in-view blockquote p:nth-of-type(3) { animation-delay: 520ms !important; }
.js-enabled .begin-origin.poem-in-view blockquote p:nth-of-type(4) { animation-delay: 720ms !important; }
.js-enabled .begin-origin.poem-in-view blockquote footer { animation-delay: 980ms !important; }
@media (max-width: 980px) {
  body.page-begin .matrix-hero[data-component="hero-banner"],
  body.page-iniziare .matrix-hero[data-component="hero-banner"],
  body.page-beginnen .matrix-hero[data-component="hero-banner"],
  body.page-commencer .matrix-hero[data-component="hero-banner"],
  body.page-begin .hero-banner[data-component="hero-banner"],
  body.page-iniziare .hero-banner[data-component="hero-banner"],
  body.page-beginnen .hero-banner[data-component="hero-banner"],
  body.page-commencer .hero-banner[data-component="hero-banner"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 108px !important;
    padding-bottom: 72px !important;
  }
  .begin-cta-panel {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}


/* v49 - Begin CTA rule alignment and viewport poem trigger repair
   The red rule on the conversation band uses the same horizontal inset as the
   panel content, and the poem reveal is guarded by the in-view class only. */
.begin-cta-panel::before {
  left: max(clamp(28px, 7vw, 120px), calc((100vw - 1520px) / 2 + clamp(28px, 2vw, 54px))) !important;
  height: clamp(13px, 1.2vw, 20px) !important;
}
.js-enabled .begin-origin:not(.poem-in-view) blockquote p,
.js-enabled .begin-origin:not(.poem-in-view) blockquote footer {
  opacity: 0 !important;
  transform: translateY(22px) !important;
  filter: blur(4px) !important;
  animation: none !important;
}
.js-enabled .begin-origin.poem-in-view blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote footer {
  opacity: 1;
}
@media (max-width: 980px) {
  .begin-cta-panel::before {
    left: 24px !important;
  }
}

/* v50 - Begin founding poem reveal hardening
   The poem stays visible when JS has revealed it, and older body.is-ready rules
   can no longer fire the animation before the poem itself reaches the viewport. */
.js-enabled body.is-ready .begin-origin:not(.poem-in-view) blockquote p,
.js-enabled body.is-ready .begin-origin:not(.poem-in-view) blockquote footer {
  opacity: 0 !important;
  transform: translateY(22px) !important;
  filter: blur(4px) !important;
  animation: none !important;
}
.js-enabled .begin-origin.poem-in-view blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote footer,
.js-enabled body.is-ready .begin-origin.poem-in-view blockquote p,
.js-enabled body.is-ready .begin-origin.poem-in-view blockquote footer {
  visibility: visible !important;
  opacity: 1 !important;
}
.begin-origin.poem-in-view blockquote p,
.begin-origin.poem-in-view blockquote footer {
  will-change: transform, opacity, filter;
}
.begin-origin.poem-revealed blockquote p,
.begin-origin.poem-revealed blockquote footer {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  will-change: auto !important;
}

/* v51 - Begin poem: no reveal animation
   The founding poem is always visible and static. */
.begin-origin blockquote p,
.begin-origin blockquote footer,
.js-enabled .begin-origin blockquote p,
.js-enabled .begin-origin blockquote footer,
.js-enabled body.is-ready .begin-origin blockquote p,
.js-enabled body.is-ready .begin-origin blockquote footer,
.js-enabled .begin-origin:not(.poem-in-view) blockquote p,
.js-enabled .begin-origin:not(.poem-in-view) blockquote footer,
.js-enabled .begin-origin.poem-in-view blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote footer,
.begin-origin.poem-revealed blockquote p,
.begin-origin.poem-revealed blockquote footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}

/* v52 - Large-title punctuation and static poem visibility
   Punctuation inside large editorial titles is red by default. On red fields with
   white typography it becomes black. The Begin founding poem is forced to stay
   static and readable in both themes, overriding old reveal states. */
.hero-punct,
.title-punct {
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
}
.red-plane .hero-punct,
.red-plane .title-punct,
.red-monolith .hero-punct,
.red-monolith .title-punct,
.matrix-red-statement .hero-punct,
.matrix-red-statement .title-punct,
[class*="red-plane"] .hero-punct,
[class*="red-plane"] .title-punct {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
.begin-origin blockquote,
.begin-origin blockquote p,
.begin-origin blockquote p *,
.js-enabled .begin-origin blockquote p,
.js-enabled body.is-ready .begin-origin blockquote p,
.js-enabled .begin-origin:not(.poem-in-view) blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote p,
.begin-origin.poem-revealed blockquote p {
  color: var(--theme-ink) !important;
  -webkit-text-fill-color: var(--theme-ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}
.begin-origin blockquote footer,
.begin-origin blockquote footer *,
.js-enabled .begin-origin blockquote footer,
.js-enabled body.is-ready .begin-origin blockquote footer,
.js-enabled .begin-origin:not(.poem-in-view) blockquote footer,
.js-enabled .begin-origin.poem-in-view blockquote footer,
.begin-origin.poem-revealed blockquote footer {
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}


/* v53 - Final cleanup pass: Begin uses the same wide-left axis as every hero/content field.
   The founding poem is completely static and cannot inherit old reveal states. */
body.page-begin .hero-banner[data-component="hero-banner"],
body.page-iniziare .hero-banner[data-component="hero-banner"],
body.page-beginnen .hero-banner[data-component="hero-banner"],
body.page-commencer .hero-banner[data-component="hero-banner"],
body.page-begin .matrix-hero[data-component="hero-banner"],
body.page-iniziare .matrix-hero[data-component="hero-banner"],
body.page-beginnen .matrix-hero[data-component="hero-banner"],
body.page-commencer .matrix-hero[data-component="hero-banner"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  justify-items: stretch !important;
}
body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner,
body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner {
  position: relative !important;
  width: calc(100vw - var(--hero-edge) - var(--hero-right-edge)) !important;
  max-width: none !important;
  margin-left: var(--hero-edge) !important;
  margin-right: var(--hero-right-edge) !important;
  justify-self: start !important;
  padding-top: clamp(120px, 16vh, 190px) !important;
  padding-bottom: clamp(92px, 12vh, 160px) !important;
}
.begin-content[data-component="begin-page"] {
  width: calc(100vw - var(--hero-edge) - var(--hero-right-edge)) !important;
  max-width: none !important;
  margin-left: var(--hero-edge) !important;
  margin-right: var(--hero-right-edge) !important;
  margin-inline-start: var(--hero-edge) !important;
  margin-inline-end: var(--hero-right-edge) !important;
  padding-top: clamp(72px, 9vw, 150px) !important;
  padding-bottom: clamp(90px, 12vw, 180px) !important;
}
.begin-content[data-component="begin-page"] > p,
.begin-content[data-component="begin-page"] > section:not(.begin-cta-panel) {
  max-width: min(980px, 100%) !important;
}
.begin-content[data-component="begin-page"] .begin-lead,
.begin-content[data-component="begin-page"] .begin-statement,
.begin-content[data-component="begin-page"] .begin-list-section,
.begin-content[data-component="begin-page"] .begin-origin {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.begin-cta-panel {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(-1 * var(--hero-edge)) !important;
  margin-right: calc(-1 * var(--hero-right-edge)) !important;
  padding-left: var(--hero-edge) !important;
  padding-right: var(--hero-right-edge) !important;
}
.begin-cta-panel::before {
  left: var(--hero-edge) !important;
}
.begin-cta-panel > * {
  max-width: min(900px, calc(100vw - var(--hero-edge) - var(--hero-right-edge))) !important;
}
.begin-origin,
.begin-origin * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.begin-origin blockquote {
  display: block !important;
  max-width: min(980px, 100%) !important;
  color: var(--theme-ink) !important;
  -webkit-text-fill-color: currentColor !important;
}
.begin-origin blockquote p,
.begin-origin blockquote p *,
.js-enabled .begin-origin blockquote p,
.js-enabled body.is-ready .begin-origin blockquote p,
.js-enabled .begin-origin:not(.poem-in-view) blockquote p,
.js-enabled .begin-origin.poem-in-view blockquote p,
.begin-origin.poem-revealed blockquote p {
  display: block !important;
  color: var(--theme-ink) !important;
  -webkit-text-fill-color: var(--theme-ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}
.begin-origin blockquote footer,
.begin-origin blockquote footer *,
.js-enabled .begin-origin blockquote footer,
.js-enabled body.is-ready .begin-origin blockquote footer,
.js-enabled .begin-origin:not(.poem-in-view) blockquote footer,
.js-enabled .begin-origin.poem-in-view blockquote footer,
.begin-origin.poem-revealed blockquote footer {
  display: block !important;
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}
@media (max-width: 980px) {
  body.page-begin .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .hero-banner[data-component="hero-banner"] > .scene-inner,
  body.page-begin .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-iniziare .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-beginnen .matrix-hero[data-component="hero-banner"] > .scene-inner,
  body.page-commencer .matrix-hero[data-component="hero-banner"] > .scene-inner,
  .begin-content[data-component="begin-page"] {
    width: calc(100vw - 48px) !important;
    max-width: none !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .begin-cta-panel {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .begin-cta-panel::before { left: 24px !important; }
}


/* v54 - Begin pages rebuilt from the Lexicon template
   The Begin pages now use the same structural layout as Lexicon/Lessico.
   No old begin-origin / poem-in-view reveal classes are used. */
.conversation-panel {
  margin: clamp(72px, 10vw, 140px) 0;
  padding: clamp(32px, 5vw, 64px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.conversation-kicker {
  color: var(--red) !important;
  font-size: .78rem !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  margin-bottom: 1rem !important;
}
.conversation-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 1.25rem;
  padding: 14px 0;
  border-bottom: 2px solid var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .86rem;
  font-weight: 600;
  color: var(--theme-ink) !important;
}
.conversation-link:hover,
.conversation-link:focus-visible {
  color: var(--red) !important;
}
.origin-section {
  margin-top: clamp(80px, 12vw, 160px);
}
.founding-poem,
.founding-poem p,
.founding-poem footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
.founding-poem {
  margin-top: clamp(40px, 6vw, 84px);
  color: var(--theme-ink) !important;
  font-style: italic;
  max-width: min(980px, 100%);
}
.founding-poem p {
  color: var(--theme-ink) !important;
  font-style: italic;
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}
.founding-poem footer {
  color: var(--red) !important;
  font-style: normal;
}
html[data-theme="dark"] .conversation-panel {
  border-color: rgba(255,255,255,.18);
}
html[data-theme="dark"] .conversation-link {
  color: var(--theme-ink) !important;
}

/* v55 - Begin conversation CTA as editorial action block
   The final Begin CTA must be visually explicit, not a quiet text link. */
.conversation-link {
  position: relative !important;
  display: inline-grid !important;
  grid-template-columns: minmax(0, auto) clamp(58px, 5vw, 78px) !important;
  align-items: stretch !important;
  min-height: clamp(62px, 5vw, 84px) !important;
  margin-top: clamp(22px, 3vw, 42px) !important;
  padding: 0 !important;
  border: 1px solid var(--red) !important;
  border-bottom: 1px solid var(--red) !important;
  color: var(--theme-ink) !important;
  background: transparent !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-size: clamp(.78rem, .84vw, .96rem) !important;
  font-weight: 650 !important;
  letter-spacing: .145em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transition: transform 620ms cubic-bezier(.16,.72,.18,1), color 520ms cubic-bezier(.16,.72,.18,1), border-color 520ms cubic-bezier(.16,.72,.18,1), box-shadow 620ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 0 !important;
  background: var(--red) !important;
  z-index: -1 !important;
  transition: width 780ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link::after {
  content: "→" !important;
  display: grid !important;
  place-items: center !important;
  min-width: clamp(58px, 5vw, 78px) !important;
  height: 100% !important;
  background: var(--red) !important;
  color: var(--white) !important;
  font-size: clamp(1.25rem, 1.45vw, 1.72rem) !important;
  line-height: 1 !important;
  transition: transform 780ms cubic-bezier(.16,.72,.18,1), background 520ms cubic-bezier(.16,.72,.18,1), color 520ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link > span,
.conversation-link:not(:has(span)) {
  padding-left: clamp(24px, 3vw, 44px) !important;
}
.conversation-link {
  padding-left: clamp(24px, 3vw, 44px) !important;
}
.conversation-link:hover,
.conversation-link:focus-visible {
  color: var(--white) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.10) !important;
}
.conversation-link:hover::before,
.conversation-link:focus-visible::before {
  width: 100% !important;
}
.conversation-link:hover::after,
.conversation-link:focus-visible::after {
  transform: translateX(4px) !important;
}
html[data-theme="dark"] .conversation-link:hover,
html[data-theme="dark"] .conversation-link:focus-visible {
  box-shadow: 0 18px 42px rgba(0,0,0,.32) !important;
}
@media (max-width: 720px) {
  .conversation-link {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 58px !important;
    letter-spacing: .105em !important;
  }
}


/* v56 - Editorial CTA component
   Used for the final Begin / Iniziare contact action.
   The text is an explicit cell; the arrow is generated as a red action cell. */
.conversation-link[data-component="editorial-cta"],
.editorial-cta {
  position: relative !important;
  display: inline-grid !important;
  grid-template-columns: minmax(240px, auto) clamp(64px, 5vw, 86px) !important;
  align-items: stretch !important;
  min-height: clamp(68px, 5vw, 88px) !important;
  margin-top: clamp(26px, 3.4vw, 48px) !important;
  padding: 0 !important;
  border: 1px solid var(--red) !important;
  background: transparent !important;
  color: var(--theme-ink) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
  box-shadow: none !important;
  transform: none !important;
  transition: transform 620ms cubic-bezier(.16,.72,.18,1), box-shadow 620ms cubic-bezier(.16,.72,.18,1), border-color 520ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link[data-component="editorial-cta"]::before,
.editorial-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 0 !important;
  background: var(--red) !important;
  z-index: -1 !important;
  transition: width 760ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link[data-component="editorial-cta"]::after,
.editorial-cta::after {
  content: "→" !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(64px, 5vw, 86px) !important;
  min-height: 100% !important;
  background: var(--red) !important;
  color: var(--white) !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-size: clamp(1.35rem, 1.55vw, 1.85rem) !important;
  line-height: 1 !important;
  transition: transform 760ms cubic-bezier(.16,.72,.18,1), background 520ms cubic-bezier(.16,.72,.18,1), color 520ms cubic-bezier(.16,.72,.18,1) !important;
}
.conversation-link[data-component="editorial-cta"] > span,
.editorial-cta > span {
  display: grid !important;
  place-items: center start !important;
  min-height: 100% !important;
  padding: 0 clamp(26px, 3vw, 48px) !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-size: clamp(.78rem, .84vw, .96rem) !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  color: inherit !important;
}
.conversation-link[data-component="editorial-cta"]:hover,
.conversation-link[data-component="editorial-cta"]:focus-visible,
.editorial-cta:hover,
.editorial-cta:focus-visible {
  color: var(--white) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.10) !important;
}
.conversation-link[data-component="editorial-cta"]:hover::before,
.conversation-link[data-component="editorial-cta"]:focus-visible::before,
.editorial-cta:hover::before,
.editorial-cta:focus-visible::before {
  width: 100% !important;
}
.conversation-link[data-component="editorial-cta"]:hover::after,
.conversation-link[data-component="editorial-cta"]:focus-visible::after,
.editorial-cta:hover::after,
.editorial-cta:focus-visible::after {
  transform: translateX(4px) !important;
}
html[data-theme="dark"] .conversation-link[data-component="editorial-cta"]:hover,
html[data-theme="dark"] .conversation-link[data-component="editorial-cta"]:focus-visible,
html[data-theme="dark"] .editorial-cta:hover,
html[data-theme="dark"] .editorial-cta:focus-visible {
  box-shadow: 0 18px 42px rgba(0,0,0,.36) !important;
}
@media (max-width: 720px) {
  .conversation-link[data-component="editorial-cta"],
  .editorial-cta {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 64px !important;
  }
  .conversation-link[data-component="editorial-cta"] > span,
  .editorial-cta > span {
    white-space: normal !important;
    letter-spacing: .105em !important;
  }
}

/* v57 - Footer editorial action buttons
   Gives the ecosystem and cookie controls the same editorial-button discipline as the final CTA,
   without adding arrows or noise to the footer grid. */
footer[data-component="footer-shell"] .footer-lower p a,
footer[data-component="footer-shell"] .footer-cookie-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  margin: 0 10px 12px 0 !important;
  padding: 11px 15px !important;
  border: 1px solid var(--red) !important;
  background: transparent !important;
  color: var(--theme-ink) !important;
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-size: clamp(.76rem, .82vw, .92rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
  cursor: pointer !important;
  transition:
    color 520ms cubic-bezier(.16,.72,.18,1),
    border-color 520ms cubic-bezier(.16,.72,.18,1),
    transform 620ms cubic-bezier(.16,.72,.18,1),
    box-shadow 620ms cubic-bezier(.16,.72,.18,1) !important;
}
footer[data-component="footer-shell"] .footer-lower p a::before,
footer[data-component="footer-shell"] .footer-cookie-button::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 0 !important;
  background: var(--red) !important;
  z-index: -1 !important;
  transition: width 760ms cubic-bezier(.16,.72,.18,1) !important;
}
footer[data-component="footer-shell"] .footer-lower p a:hover,
footer[data-component="footer-shell"] .footer-lower p a:focus-visible,
footer[data-component="footer-shell"] .footer-cookie-button:hover,
footer[data-component="footer-shell"] .footer-cookie-button:focus-visible {
  color: var(--white) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.08) !important;
}
footer[data-component="footer-shell"] .footer-lower p a:hover::before,
footer[data-component="footer-shell"] .footer-lower p a:focus-visible::before,
footer[data-component="footer-shell"] .footer-cookie-button:hover::before,
footer[data-component="footer-shell"] .footer-cookie-button:focus-visible::before {
  width: 100% !important;
}
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-lower p a,
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-cookie-button {
  color: var(--theme-ink) !important;
  background: transparent !important;
  border-color: var(--red) !important;
}
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-lower p a:hover,
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-lower p a:focus-visible,
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-cookie-button:hover,
html[data-theme="dark"] footer[data-component="footer-shell"] .footer-cookie-button:focus-visible {
  color: var(--white) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.32) !important;
}
@media (prefers-reduced-motion: reduce) {
  footer[data-component="footer-shell"] .footer-lower p a,
  footer[data-component="footer-shell"] .footer-cookie-button,
  footer[data-component="footer-shell"] .footer-lower p a::before,
  footer[data-component="footer-shell"] .footer-cookie-button::before {
    transition: none !important;
  }
}

/* v59 - Final German Matrix hero guard + footer office-hours widget
   The German Matrix subtitle must not clip on wide layouts.
   Footer office hours become a clear editorial widget with daily rows. */
body.lang-de.page-matrix .hero-banner[data-component="hero-banner"] .subtitle,
body.lang-de.page-matrix .matrix-hero[data-component="hero-banner"] .subtitle {
  white-space: normal !important;
  max-width: min(940px, calc(100vw - var(--hero-edge) - var(--hero-right-edge) - clamp(140px, 14vw, 260px))) !important;
  font-size: clamp(1.18rem, 1.82vw, 2.45rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
}

.footer-hours-widget {
  display: grid;
  gap: 0;
  margin-top: clamp(10px, 1.2vw, 18px);
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 12%, transparent);
}
.footer-hour-row {
  display: grid;
  grid-template-columns: minmax(86px, .34fr) minmax(130px, .66fr);
  gap: clamp(10px, 1vw, 18px);
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 9%, transparent);
}
.footer-hour-day {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.72rem, .8vw, .9rem);
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--red);
}
.footer-hour-time {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.9rem, .96vw, 1.04rem);
  line-height: 1.35;
  letter-spacing: -.02em;
  color: color-mix(in srgb, var(--theme-ink) 76%, transparent);
}
.footer-hour-row.is-closed .footer-hour-time {
  color: color-mix(in srgb, var(--theme-ink) 48%, transparent);
  font-style: italic;
}
.footer-hour-row.is-today {
  position: relative;
}
.footer-hour-row.is-today::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: var(--red);
}
html[data-theme="dark"] .footer-hours-widget {
  border-top-color: color-mix(in srgb, var(--white) 14%, transparent);
}
html[data-theme="dark"] .footer-hour-row {
  border-bottom-color: color-mix(in srgb, var(--white) 10%, transparent);
}
html[data-theme="dark"] .footer-hour-time {
  color: color-mix(in srgb, var(--white) 78%, transparent);
}
html[data-theme="dark"] .footer-hour-row.is-closed .footer-hour-time {
  color: color-mix(in srgb, var(--white) 48%, transparent);
}
@media (max-width: 760px) {
  .footer-hour-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .footer-hour-row.is-today::before {
    left: -10px;
  }
}


/* v60 - Mobile touch scroll, hero fit and menu theme visibility
   Mobile pages must scroll naturally. Scroll snap was too heavy on long matrix pages
   and made flick gestures feel trapped. The hero title now fits inside the viewport
   on narrow screens, punctuation spacing is tightened, and the menu theme control
   remains readable on mobile. */
html,
body {
  overscroll-behavior-y: auto;
}
body {
  -webkit-overflow-scrolling: touch;
}

.hero-punct,
.title-punct {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.matrix-hero .subtitle .hero-punct,
.matrix-hero .subtitle .title-punct,
.hero-banner .subtitle .hero-punct,
.hero-banner .subtitle .title-punct {
  margin-left: -0.04em !important;
}

@media (max-width: 860px) {
  html.matrix-snap,
  .matrix-vertical {
    scroll-snap-type: none !important;
    scroll-padding-top: 0 !important;
  }
  body.page-matrix .matrix-scene,
  body.page-matrice .matrix-scene,
  .matrix-vertical .matrix-scene {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    overflow: visible !important;
  }
  .hero-banner[data-component="hero-banner"],
  .matrix-hero[data-component="hero-banner"] {
    overflow: visible !important;
    min-height: 100svh;
  }
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    font-size: clamp(4.35rem, 18vw, 7.35rem) !important;
    line-height: .88 !important;
    letter-spacing: -.082em !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-wrap: normal !important;
  }
  body.page-distinguish .hero-banner[data-component="hero-banner"] h1,
  body.page-distinguere .hero-banner[data-component="hero-banner"] h1,
  body.page-unterscheiden .hero-banner[data-component="hero-banner"] h1,
  body.page-distinguer .hero-banner[data-component="hero-banner"] h1,
  body.page-transform .hero-banner[data-component="hero-banner"] h1,
  body.page-trasformare .hero-banner[data-component="hero-banner"] h1,
  body.page-transformieren .hero-banner[data-component="hero-banner"] h1,
  body.page-transformer .hero-banner[data-component="hero-banner"] h1 {
    font-size: clamp(4rem, 16.5vw, 6.85rem) !important;
  }
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    white-space: normal !important;
    max-width: 100% !important;
    font-size: clamp(1.35rem, 7.8vw, 2.65rem) !important;
    line-height: 1.06 !important;
  }
  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 11vw, 4.9rem) !important;
    line-height: .94 !important;
    overflow-wrap: normal !important;
  }
  .site-menu-panel[data-component="mega-menu"] .menu-theme-toggle {
    width: 100% !important;
    min-height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }
  .site-menu-panel[data-component="mega-menu"] .menu-theme-toggle [data-theme-label],
  .site-menu-panel[data-component="mega-menu"] .menu-theme-toggle span[data-theme-label] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: .82rem !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
  }
}

@media (max-width: 420px) {
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    font-size: clamp(3.85rem, 16.4vw, 5.4rem) !important;
  }
  body.page-distinguish .hero-banner[data-component="hero-banner"] h1,
  body.page-distinguere .hero-banner[data-component="hero-banner"] h1,
  body.page-unterscheiden .hero-banner[data-component="hero-banner"] h1,
  body.page-distinguer .hero-banner[data-component="hero-banner"] h1,
  body.page-transform .hero-banner[data-component="hero-banner"] h1,
  body.page-trasformare .hero-banner[data-component="hero-banner"] h1,
  body.page-transformieren .hero-banner[data-component="hero-banner"] h1,
  body.page-transformer .hero-banner[data-component="hero-banner"] h1 {
    font-size: clamp(3.35rem, 15vw, 5rem) !important;
  }
}


/* v62 - Fluid mobile hero fitting
   Mobile monumental typography is no longer tuned page by page. The component
   exposes safe viewport-aware defaults; site.js measures available width and
   applies a --fit-scale custom property only when a real overflow is detected. */
@media (max-width: 860px) {
  .hero-banner[data-component="hero-banner"],
  .matrix-hero[data-component="hero-banner"] {
    overflow-x: clip !important;
    min-height: 100svh;
  }
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    --fit-scale: 1;
    font-size: calc(clamp(4.35rem, 24vw, 8.4rem) * var(--fit-scale)) !important;
    line-height: .88 !important;
    letter-spacing: -.085em !important;
    max-width: none !important;
    width: max-content !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-wrap: nowrap !important;
    transform-origin: left center;
  }
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    --fit-scale: 1;
    font-size: calc(clamp(1.38rem, 7.4vw, 3rem) * var(--fit-scale)) !important;
    line-height: 1.04 !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-wrap: nowrap !important;
  }
  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    --fit-scale: 1;
    font-size: calc(clamp(2.05rem, 12.4vw, 5.35rem) * var(--fit-scale)) !important;
    line-height: .94 !important;
    max-width: calc(100vw - 44px) !important;
    width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .hero-banner[data-component="hero-banner"] .is-fit-tight,
  .matrix-hero[data-component="hero-banner"] .is-fit-tight {
    letter-spacing: -.09em !important;
  }
}
@media (max-width: 420px) {
  .hero-banner[data-component="hero-banner"] > .scene-inner,
  .matrix-hero[data-component="hero-banner"] > .scene-inner {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .hero-banner[data-component="hero-banner"] h1,
  .matrix-hero[data-component="hero-banner"] h1 {
    font-size: calc(clamp(3.95rem, 23vw, 7.7rem) * var(--fit-scale)) !important;
  }
  .hero-banner[data-component="hero-banner"] .subtitle,
  .matrix-hero[data-component="hero-banner"] .subtitle {
    font-size: calc(clamp(1.32rem, 7vw, 2.6rem) * var(--fit-scale)) !important;
  }
  .hero-banner[data-component="hero-banner"] .matrix-hero-line,
  .matrix-hero[data-component="hero-banner"] .matrix-hero-line {
    max-width: calc(100vw - 40px) !important;
    font-size: calc(clamp(1.95rem, 11.7vw, 4.95rem) * var(--fit-scale)) !important;
  }
}

/* v63 - Swiss railway-inspired office clock footer component
   Footer office hours become a live local-time widget with an analogue clock,
   open/closed badge, and weekly accordion. No image asset is used. */
.footer-clock-widget {
  --clock-size: clamp(112px, 9.2vw, 156px);
  display: grid;
  grid-template-columns: var(--clock-size) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  margin-top: clamp(14px, 1.4vw, 22px);
}
.sbb-clock-face {
  position: relative;
  width: var(--clock-size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--theme-ink) 18%, transparent);
  box-shadow:
    inset 0 0 0 8px color-mix(in srgb, var(--theme-ink) 4%, transparent),
    inset 0 0 0 11px color-mix(in srgb, var(--theme-ink) 8%, transparent),
    0 18px 34px rgba(0, 0, 0, .10);
  overflow: hidden;
}
.clock-tick {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 8px;
  background: #151515;
  transform: translate(-50%, -50%) rotate(var(--tick-angle)) translateY(calc(var(--clock-size) * -.405));
  transform-origin: center;
}
.clock-tick-major {
  width: 5px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(var(--tick-angle)) translateY(calc(var(--clock-size) * -.375));
}
.clock-hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: 50% 100%;
  border-radius: 999px;
  background: #151515;
}
.clock-hour {
  width: calc(var(--clock-size) * .075);
  height: calc(var(--clock-size) * .27);
  transform: translateX(-50%) rotate(var(--hour-angle, 0deg));
}
.clock-minute {
  width: calc(var(--clock-size) * .055);
  height: calc(var(--clock-size) * .39);
  transform: translateX(-50%) rotate(var(--minute-angle, 0deg));
}
.clock-second {
  width: calc(var(--clock-size) * .018);
  height: calc(var(--clock-size) * .43);
  background: var(--red);
  transform: translateX(-50%) rotate(var(--second-angle, 0deg));
  z-index: 4;
}
.clock-second::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--clock-size) * -.11);
  width: calc(var(--clock-size) * .17);
  height: calc(var(--clock-size) * .17);
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--red);
}
.clock-second-dot,
.clock-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 6;
}
.clock-second-dot {
  width: calc(var(--clock-size) * .072);
  height: calc(var(--clock-size) * .072);
  background: var(--red);
}
.clock-pin {
  width: calc(var(--clock-size) * .033);
  height: calc(var(--clock-size) * .033);
  background: #151515;
}
.footer-clock-live {
  display: grid;
  gap: clamp(6px, .7vw, 10px);
  min-width: 0;
}
.footer-clock-local {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.68rem, .72vw, .78rem);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}
.footer-clock-time {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.6rem, 3.8vw, 5.1rem);
  line-height: .84;
  letter-spacing: -.065em;
  color: var(--theme-ink);
}
.footer-clock-date {
  display: block;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.88rem, .94vw, 1.04rem);
  line-height: 1.25;
  color: color-mix(in srgb, var(--theme-ink) 64%, transparent);
}
.footer-open-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  padding: 8px 11px;
  border: 1px solid var(--red);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--red);
}
.footer-open-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.footer-open-badge.is-open {
  background: var(--red);
  color: var(--white);
}
.footer-open-badge.is-closed {
  background: transparent;
  color: color-mix(in srgb, var(--theme-ink) 58%, transparent);
  border-color: color-mix(in srgb, var(--theme-ink) 18%, transparent);
}
.footer-hours-accordion {
  grid-column: 1 / -1;
  border-top: 1px solid color-mix(in srgb, var(--theme-ink) 14%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-ink) 10%, transparent);
}
.footer-hours-accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(.74rem, .78vw, .9rem);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--theme-ink);
}
.footer-hours-accordion summary::-webkit-details-marker { display: none; }
.footer-hours-accordion summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 1rem;
  line-height: 1;
  transition: transform 420ms cubic-bezier(.16,.72,.18,1), background 420ms cubic-bezier(.16,.72,.18,1), color 420ms cubic-bezier(.16,.72,.18,1);
}
.footer-hours-accordion[open] summary::after {
  content: "−";
  background: var(--red);
  color: var(--white);
  transform: rotate(180deg);
}
.footer-hours-accordion .footer-hours-widget {
  margin: 0 0 18px;
  border-top: 0;
}
.footer-clock-widget .footer-hour-row {
  grid-template-columns: minmax(100px, .34fr) minmax(150px, .66fr);
}
html[data-theme="dark"] .sbb-clock-face {
  background: #f7f5f1;
  border-color: color-mix(in srgb, var(--white) 18%, transparent);
  box-shadow: inset 0 0 0 8px rgba(0,0,0,.04), inset 0 0 0 11px rgba(0,0,0,.08), 0 18px 34px rgba(0,0,0,.28);
}
html[data-theme="dark"] .footer-clock-date {
  color: color-mix(in srgb, var(--white) 68%, transparent);
}
html[data-theme="dark"] .footer-open-badge.is-closed {
  color: color-mix(in srgb, var(--white) 60%, transparent);
  border-color: color-mix(in srgb, var(--white) 20%, transparent);
}
html[data-theme="dark"] .footer-hours-accordion {
  border-top-color: color-mix(in srgb, var(--white) 14%, transparent);
  border-bottom-color: color-mix(in srgb, var(--white) 10%, transparent);
}
@media (max-width: 900px) {
  .footer-clock-widget {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .sbb-clock-face {
    --clock-size: clamp(104px, 30vw, 140px);
  }
  .footer-clock-time {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-hours-accordion summary::after { transition: none; }
}

/* v64 - footer office clock refinement
   Keep the railway-inspired clock compact inside the footer column:
   time/date/badge move below the clock, second-hand lollipop stays inside
   the dial, and numeric time no longer overflows the widget. */
.footer-clock-widget {
  --clock-size: clamp(116px, 8vw, 142px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(12px, 1.2vw, 18px);
  align-items: start;
  justify-items: start;
}
.footer-clock-widget .sbb-clock-face {
  width: var(--clock-size);
  max-width: 100%;
}
.clock-second {
  height: calc(var(--clock-size) * .385);
}
.clock-second::before {
  top: calc(var(--clock-size) * .025);
  width: calc(var(--clock-size) * .115);
  height: calc(var(--clock-size) * .115);
}
.clock-second-dot {
  width: calc(var(--clock-size) * .052);
  height: calc(var(--clock-size) * .052);
}
.clock-pin {
  width: calc(var(--clock-size) * .028);
  height: calc(var(--clock-size) * .028);
}
.footer-clock-live {
  width: 100%;
  max-width: 100%;
  gap: 5px;
}
.footer-clock-local {
  font-size: clamp(.62rem, .66vw, .72rem);
  letter-spacing: .14em;
}
.footer-clock-time {
  font-size: clamp(2.05rem, 2.6vw, 3.25rem);
  line-height: .92;
  letter-spacing: -.055em;
  white-space: nowrap;
  max-width: 100%;
}
.footer-clock-date {
  font-size: clamp(.78rem, .82vw, .92rem);
}
.footer-open-badge {
  margin-top: 6px;
  padding: 7px 10px;
  font-size: .62rem;
  letter-spacing: .12em;
}
.footer-hours-accordion {
  width: 100%;
}
.footer-clock-widget .footer-hour-row {
  grid-template-columns: minmax(86px, .32fr) minmax(0, .68fr);
}
@media (max-width: 900px) {
  .footer-clock-widget {
    --clock-size: clamp(112px, 32vw, 138px);
  }
  .footer-clock-time {
    font-size: clamp(2.1rem, 10vw, 3.4rem);
  }
}
