
:root {
  --paper: #f5f2ec;
  --paper-2: #ebe6de;
  --ink: #151515;
  --muted: #66615b;
  --red: #ef3b28;
  --line: rgba(21, 21, 21, 0.16);
  --max: 1180px;
  --reading: 790px;
  --shadow: 0 20px 50px rgba(20, 20, 20, 0.08);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(239, 59, 40, 0.07), transparent 24rem),
    var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; }

img { max-width: 100%; }

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

.progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--red);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(245, 242, 236, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  font-weight: 800;
  font-size: 1.52rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.brand-mark span { color: var(--red); }

.brand-line {
  height: 27px;
  width: 1px;
  background: var(--line);
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav a {
  position: relative;
  color: #353230;
  font-size: 0.86rem;
  text-decoration: none;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--red);
  transition: right 160ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after { right: 0; }

.nav .contact-link {
  border: 1px solid var(--ink);
  padding: 0.62rem 0.9rem;
}
.nav .contact-link::after { display: none; }
.nav .contact-link:hover { color: white; background: var(--ink); }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px 0 10px 10px;
  font: inherit;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: calc(100vh - 76px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
  padding: 70px 0 96px;
}

.eyebrow,
.section-number {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 880px;
  margin: 18px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(4rem, 9vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.hero h1 em {
  display: block;
  margin-top: 0.15em;
  color: var(--red);
  font-style: normal;
}

.hero-deck {
  max-width: 740px;
  margin: 28px 0;
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--ink);
  color: white;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: white;
}
.button.primary:hover { background: #ce281a; }

.hero-aside {
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-left: 1px solid var(--line);
  padding: 36px 0 24px 36px;
}

.hero-aside::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 15%;
  width: 5px;
  height: 86px;
  background: var(--red);
}

.quote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  line-height: 1.35;
}

.quote cite {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.76rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.logo-band {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,0.36);
}

.logo-band-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, .72fr);
  gap: 50px;
  align-items: center;
  padding: 38px 0;
}

.logo-band img {
  width: min(100%, 540px);
  mix-blend-mode: multiply;
}

.logo-band-copy {
  border-left: 1px solid var(--line);
  padding-left: 34px;
  color: var(--muted);
}

.logo-band-copy strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.content-section {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  padding: clamp(86px, 12vw, 150px) 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.section-sticky {
  position: sticky;
  top: 120px;
}

.section-sticky h2 {
  margin: 11px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.04;
}

.reading {
  max-width: var(--reading);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
}

.reading p {
  margin: 0 0 1.4em;
}

.reading p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2em;
  line-height: 0.78;
}

.callout {
  margin: 48px 0;
  border-block: 1px solid var(--line);
  padding: 34px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
  line-height: 1.4;
}

.intentions-wrap {
  margin-top: 54px;
}

.intentions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.intention {
  min-height: 280px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(26px, 4vw, 44px);
  transition: background 160ms ease, transform 160ms ease;
}

.intention:hover {
  background: rgba(255,255,255,0.58);
}

.intent-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 42px;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
}

.intention h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 400;
}

.intention p {
  margin: 0;
  color: var(--muted);
}

.dark-section {
  background: var(--ink);
  color: #f8f4ed;
}

.dark-section .section-number { color: #ff5b47; }
.dark-section .section-sticky h2 { color: white; }
.dark-section .reading { color: #ded8d0; }
.dark-section .reading strong { color: white; }
.dark-section .callout { border-color: rgba(255,255,255,0.25); color: white; }

.document-index {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  padding: 80px 0 28px;
}

.document-index h2 {
  max-width: 760px;
  margin: 10px 0 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1;
  font-weight: 400;
}

.index-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.index-links a {
  min-height: 136px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 150ms ease;
}

.index-links a:hover { background: white; }

.index-links span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.index-links strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.closure {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  padding: clamp(90px, 12vw, 150px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
  gap: 90px;
  align-items: end;
}

.closure blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 5.1rem);
  line-height: 1.08;
}

.closure blockquote em {
  color: var(--red);
  font-style: normal;
}

.closure-contact {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}

.closure-contact p { color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  padding: 34px 0 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.footer-slogan {
  position: relative;
  padding-left: 44px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-slogan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.14em;
  width: 17px;
  height: 17px;
  background: var(--red);
}

.footer-meta {
  color: var(--muted);
  font-size: 0.76rem;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 920px) {
  .brand-subtitle, .brand-line { display: none; }

  .menu-toggle { display: block; }

  .nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    max-height: calc(100vh - 76px);
    overflow: auto;
    padding: 26px 20px 36px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open { display: flex; }

  .nav a {
    padding: 14px 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--line);
  }
  .nav a::after { display: none; }
  .nav .contact-link { text-align: center; border: 1px solid var(--ink); }

  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .hero-aside {
    min-height: 330px;
  }

  .logo-band-inner,
  .section-grid,
  .closure {
    grid-template-columns: 1fr;
  }

  .logo-band-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 26px 0 0;
  }

  .section-sticky {
    position: static;
  }

  .section-sticky h2 {
    max-width: 620px;
  }

  .closure {
    gap: 50px;
  }

  .closure-contact {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }

  .index-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .header-inner,
  .hero,
  .logo-band-inner,
  .content-section,
  .document-index,
  .closure,
  .footer-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero h1 { font-size: clamp(3.7rem, 20vw, 6.6rem); }

  .intentions { grid-template-columns: 1fr; }

  .index-links { grid-template-columns: 1fr; }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta { text-align: left; }
}

/* =========================================================
   UX REFINEMENTS — JULY 2026
   Harmonized section rhythm, full-width dark chapters,
   improved reading comfort, spacing and responsive behavior.
   ========================================================= */

/* Slightly softer global rhythm */
body {
  overflow-x: hidden;
}

main {
  overflow: clip;
}

/* More consistent spacing between major sections */
.content-section {
  position: relative;
  padding-block: clamp(96px, 11vw, 148px);
}

/* Keep section content aligned even when the background is full width */
.content-section > .section-grid {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
}

/* Full-bleed dark sections with properly padded inner content */
.content-section.dark-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 78% 12%, rgba(239, 59, 40, 0.10), transparent 28rem),
    var(--ink);
  border-block: 1px solid rgba(255,255,255,0.08);
}

/* Prevent the left title from touching the edge */
.dark-section .section-sticky {
  padding-left: 4px;
}

/* Improve title column proportions */
.section-grid {
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(46px, 7vw, 112px);
}

.section-sticky h2 {
  max-width: 7.5ch;
  text-wrap: balance;
}

/* Better reading comfort */
.reading {
  max-width: 760px;
  font-size: clamp(1.04rem, 1.35vw, 1.14rem);
  line-height: 1.78;
}

.reading p {
  margin-bottom: 1.55em;
  text-wrap: pretty;
}

/* Dark sections: slightly brighter text and more breathing room */
.dark-section .reading {
  color: rgba(248, 244, 237, 0.86);
}

.dark-section .reading p {
  margin-bottom: 1.7em;
}

.dark-section .reading p:first-child::first-letter {
  color: #ff5945;
}

/* Callouts now read as intentional editorial moments */
.callout {
  position: relative;
  margin: clamp(44px, 6vw, 70px) 0;
  padding: clamp(30px, 4vw, 46px) 0 clamp(30px, 4vw, 46px) clamp(28px, 4vw, 52px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.45rem, 2.45vw, 2.15rem);
  text-wrap: balance;
}

.callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(32px, 4vw, 46px);
  width: 5px;
  height: 44px;
  background: var(--red);
}

.dark-section .callout {
  border-color: rgba(255,255,255,0.18);
}

.dark-section .callout::before {
  background: #ff5945;
}

/* Smooth visual entry/exit around dark chapters */
.dark-section::before,
.dark-section::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(calc(100% - 40px), var(--max));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.08);
}

.dark-section::before { top: 0; }
.dark-section::after { bottom: 0; }

/* Improve intentions card density and hierarchy */
.intentions {
  background: rgba(255,255,255,0.24);
}

.intention {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.intention h3 {
  text-wrap: balance;
}

.intention p {
  margin-top: auto;
  max-width: 31rem;
  line-height: 1.65;
}

/* Better hover feedback without jumpiness */
.intention:hover {
  background: rgba(255,255,255,0.72);
  transform: translateY(-2px);
}

/* More deliberate spacing in the table of contents */
.document-index {
  padding-top: clamp(82px, 9vw, 118px);
  padding-bottom: clamp(36px, 5vw, 64px);
}

.index-links a {
  min-height: 150px;
  padding: 24px;
}

.index-links strong {
  line-height: 1.35;
  text-wrap: balance;
}

/* Refine the ending section */
.closure {
  padding-block: clamp(100px, 12vw, 164px);
}

.closure blockquote {
  text-wrap: balance;
}

/* Tablet */
@media (max-width: 920px) {
  .content-section,
  .content-section.dark-section {
    padding-inline: 20px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .section-sticky {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }

  .dark-section .section-sticky {
    padding-left: 0;
    border-color: rgba(255,255,255,0.18);
  }

  .section-sticky h2 {
    max-width: 12ch;
  }

  .reading {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 620px) {
  .content-section,
  .content-section.dark-section {
    padding-inline: 14px;
    padding-block: 78px;
  }

  .section-grid {
    gap: 34px;
  }

  .section-sticky {
    padding-bottom: 18px;
  }

  .section-sticky h2 {
    margin-top: 8px;
    font-size: clamp(2.35rem, 13vw, 3.35rem);
    line-height: 0.98;
  }

  .reading {
    font-size: 1rem;
    line-height: 1.74;
  }

  .reading p:first-child::first-letter {
    font-size: 3.5em;
  }

  .callout {
    margin-block: 38px;
    padding: 26px 0 26px 24px;
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .callout::before {
    top: 28px;
    width: 4px;
    height: 34px;
  }

  .intentions {
    border-left: 0;
  }

  .intention {
    min-height: 255px;
    border-left: 1px solid var(--line);
    padding: 28px 24px;
  }

  .index-links a {
    min-height: 126px;
  }
}

.language-showcase{width:min(calc(100% - 40px),var(--max));margin:0 auto;padding:42px 0 78px}
.language-showcase-header{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;gap:clamp(32px,7vw,96px);margin-bottom:28px}
.language-showcase-header h2{max-width:820px;margin:10px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4.6vw,4.7rem);line-height:1.02;font-weight:400;text-wrap:balance}
.language-showcase-header p{margin:0;color:var(--muted);font-size:1rem;line-height:1.65}
.language-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.language-card{min-height:174px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;background:rgba(255,255,255,.3);transition:background 160ms ease,color 160ms ease,transform 160ms ease}
.language-card:hover,.language-card:focus-visible{background:var(--ink);color:#fff;transform:translateY(-2px)}
.language-card.is-active{background:var(--red);color:#fff}
.language-country{display:flex;justify-content:space-between;gap:12px;font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.language-code{opacity:.62}.language-name{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.4vw,2.3rem);line-height:1}.language-note{opacity:.68;font-size:.76rem}
@media(max-width:980px){.language-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.language-showcase-header{grid-template-columns:1fr}}
@media(max-width:620px){.language-showcase{width:min(calc(100% - 28px),var(--max));padding:28px 0 58px}.language-grid{grid-template-columns:1fr}.language-card{min-height:128px}}

/* =========================================================
   UX V2 — COMPACT OPENING + DIRECT INTERNATIONAL ACCESS
   ========================================================= */

/*
  The original hero occupied almost an entire tall desktop screen.
  This version preserves its impact while bringing the international
  language selector into view much sooner.
*/
.hero {
  min-height: 620px;
  align-items: center;
  padding-top: clamp(42px, 6vh, 64px);
  padding-bottom: clamp(50px, 7vh, 76px);
}

.hero h1 {
  font-size: clamp(3.8rem, 8vw, 7.7rem);
  margin-top: 14px;
  margin-bottom: 16px;
}

.hero-deck {
  max-width: 700px;
  margin-block: 22px;
  font-size: clamp(1.1rem, 1.75vw, 1.48rem);
}

.hero-actions {
  margin-top: 28px;
}

.hero-aside {
  align-self: center;
  min-height: 410px;
  padding-top: 26px;
  padding-bottom: 18px;
}

.hero-aside::before {
  top: 18%;
  height: 72px;
}

.quote {
  font-size: clamp(1.4rem, 2.45vw, 2.05rem);
}

/* Make the international selector feel like the immediate second act. */
.language-showcase {
  padding-top: clamp(56px, 7vw, 82px);
  padding-bottom: clamp(64px, 8vw, 96px);
  border-top: 1px solid var(--line);
}

.language-showcase-header {
  margin-bottom: 24px;
}

.language-showcase-header h2 {
  font-size: clamp(2.05rem, 4.15vw, 4.25rem);
}

/* The former duplicate logo/address band has been removed from the HTML. */
.logo-band {
  display: none !important;
}

/* Medium desktop and shorter laptop displays */
@media (min-width: 921px) and (max-height: 820px) {
  .hero {
    min-height: 540px;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 7.2vw, 6.8rem);
  }

  .hero-aside {
    min-height: 350px;
  }
}

/* Tablet */
@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .hero-aside {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 8px;
  }

  .language-showcase {
    padding-top: 58px;
  }
}

/* Mobile: concise first screen, language choices follow naturally */
@media (max-width: 620px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 18vw, 5rem);
  }

  .hero-deck {
    margin-block: 20px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .language-showcase {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}


/* UX V3: translated heading safety + flag-backed language cards */
.section-grid{
  grid-template-columns:minmax(210px,.42fr) minmax(0,1.58fr);
  gap:clamp(56px,8vw,132px)
}
.section-sticky{min-width:0}
.section-sticky h2{
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto
}
html[lang="it"] #constat .section-sticky h2{
  max-width:5.8ch;
  font-size:clamp(2.15rem,3.45vw,3.75rem);
  line-height:1.01;
  letter-spacing:-.025em
}

.language-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:rgba(255,255,255,.72)
}
.language-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.38;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  transition:opacity 160ms ease,transform 220ms ease
}
.language-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(245,242,236,.58);
  transition:background 160ms ease
}
.language-card[href="/"]::before{
  background:linear-gradient(90deg,#0055a4 0 33.333%,#fff 33.333% 66.666%,#ef4135 66.666% 100%)
}
.language-card[href="/en/"]::before{
  background:
    linear-gradient(33deg,transparent 42%,#fff 42% 48%,#c8102e 48% 52%,#fff 52% 58%,transparent 58%),
    linear-gradient(-33deg,transparent 42%,#fff 42% 48%,#c8102e 48% 52%,#fff 52% 58%,transparent 58%),
    linear-gradient(90deg,transparent 40%,#fff 40% 60%,transparent 60%),
    linear-gradient(transparent 34%,#fff 34% 66%,transparent 66%),
    linear-gradient(90deg,transparent 44%,#c8102e 44% 56%,transparent 56%),
    linear-gradient(transparent 41%,#c8102e 41% 59%,transparent 59%),
    #012169
}
.language-card[href="/it/"]::before{
  background:linear-gradient(90deg,#009246 0 33.333%,#fff 33.333% 66.666%,#ce2b37 66.666% 100%)
}
.language-card[href="/es/"]::before{
  background:linear-gradient(180deg,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75% 100%)
}
.language-card[href="/zh/"]::before{
  background:radial-gradient(circle at 22% 28%,#ffde00 0 5%,transparent 5.5%),#de2910
}
.language-card:hover::before,.language-card:focus-visible::before{
  opacity:.58;
  transform:scale(1.035)
}
.language-card:hover::after,.language-card:focus-visible::after{
  background:rgba(17,17,17,.68)
}
.language-card.is-active::before{opacity:.52}
.language-card.is-active::after{background:rgba(239,59,40,.72)}
.language-card .language-country,
.language-card .language-name,
.language-card .language-note{
  position:relative;
  z-index:1;
  text-shadow:0 1px 10px rgba(255,255,255,.5)
}
.language-card:hover .language-country,
.language-card:hover .language-name,
.language-card:hover .language-note,
.language-card:focus-visible .language-country,
.language-card:focus-visible .language-name,
.language-card:focus-visible .language-note,
.language-card.is-active .language-country,
.language-card.is-active .language-name,
.language-card.is-active .language-note{
  text-shadow:0 1px 10px rgba(0,0,0,.3)
}
@media(max-width:920px){
  .section-grid{grid-template-columns:1fr;gap:42px}
  html[lang="it"] #constat .section-sticky h2{
    max-width:12ch;
    font-size:clamp(2.35rem,8vw,3.6rem)
  }
}

/* =========================================================
   UX V4 — CLEANER LANGUAGE SELECTOR + ITALIAN TITLE FIX
   ========================================================= */

/* Italian title: keep the word whole and readable on wide screens. */
html[lang="it"] #constat .section-sticky h2 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 3vw, 3.25rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}

/* Compact, less intrusive language-section heading. */
.language-showcase {
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: clamp(54px, 6vw, 76px);
}

.language-showcase-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.language-showcase-header h2 {
  max-width: none;
  margin: 6px 0 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}

.language-showcase-header p {
  max-width: 430px;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Clearer and calmer cards. */
.language-grid {
  background: rgba(255,255,255,.22);
}

.language-card {
  min-height: 154px;
  padding: 20px;
  background: rgba(255,255,255,.78);
  color: var(--ink);
  transform: none;
}

.language-card::before {
  opacity: .16;
  filter: saturate(.9);
}

.language-card::after {
  background: rgba(245,242,236,.46);
}

.language-card:hover,
.language-card:focus-visible {
  color: var(--ink);
  background: rgba(255,255,255,.92);
  transform: translateY(-2px);
}

.language-card:hover::before,
.language-card:focus-visible::before {
  opacity: .26;
  transform: scale(1.025);
}

.language-card:hover::after,
.language-card:focus-visible::after {
  background: rgba(255,255,255,.44);
}

/* Active language: elegant outline, not a red flood. */
.language-card.is-active {
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 4px 0 var(--red);
}

.language-card.is-active::before {
  opacity: .24;
}

.language-card.is-active::after {
  background: rgba(255,255,255,.36);
}

.language-card .language-country {
  font-size: .68rem;
  letter-spacing: .12em;
}

.language-card .language-name {
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}

.language-card .language-note {
  opacity: .72;
}

/* Remove heavy text shadows introduced in V3. */
.language-card .language-country,
.language-card .language-name,
.language-card .language-note,
.language-card:hover .language-country,
.language-card:hover .language-name,
.language-card:hover .language-note,
.language-card:focus-visible .language-country,
.language-card:focus-visible .language-name,
.language-card:focus-visible .language-note,
.language-card.is-active .language-country,
.language-card.is-active .language-name,
.language-card.is-active .language-note {
  text-shadow: none;
}

@media (max-width: 920px) {
  .language-showcase-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  html[lang="it"] #constat .section-sticky h2 {
    max-width: none;
    font-size: clamp(2.35rem, 8vw, 3.5rem);
  }
}

@media (max-width: 620px) {
  .language-showcase-header h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .language-card {
    min-height: 126px;
  }
}


/* =========================================================
   DEBATE / PROLOGUE / MANIFESTO
   ========================================================= */
.debate-cta{margin:24px 0 36px}
.debate-section{border-block:1px solid var(--line);background:rgba(255,255,255,.28)}
.debate-inner{width:min(calc(100% - 40px),var(--max));margin:auto;padding:clamp(84px,10vw,140px) 0}
.debate-kicker{margin-bottom:52px;color:var(--red);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.debate-article{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1.58fr);gap:clamp(56px,8vw,132px);align-items:start;padding-bottom:clamp(84px,10vw,140px)}
.debate-article:last-child{padding-bottom:0}
.debate-header{position:sticky;top:120px}
.debate-header h2{margin:10px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,3.7vw,4rem);font-weight:400;line-height:1.03;text-wrap:balance}
.debate-copy{max-width:780px;font-size:clamp(1.02rem,1.35vw,1.14rem);line-height:1.8}
.debate-copy p{margin:0 0 1.45em}
.debate-copy p:first-child{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.45}
.manifesto-article{padding-top:clamp(72px,9vw,120px);border-top:1px solid var(--line)}
@media(max-width:920px){.debate-article{grid-template-columns:1fr;gap:38px}.debate-header{position:static;padding-bottom:20px;border-bottom:1px solid var(--line)}.debate-copy{max-width:none}}
@media(max-width:620px){.debate-inner{width:min(calc(100% - 28px),var(--max));padding:72px 0}.debate-kicker{margin-bottom:38px}.debate-article{padding-bottom:72px}.debate-header h2{font-size:clamp(2rem,10vw,3rem)}.debate-copy{font-size:1rem;line-height:1.72}}


/* =========================================================
   DEBATE UX V6 — PREVENT MANIFESTO HEADINGS FROM BLEEDING
   ========================================================= */

/* Give the title column a firm boundary and the text column enough room. */
.debate-article {
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  gap: clamp(64px, 7vw, 118px);
}

.debate-header {
  min-width: 0;
  max-width: 340px;
}

/* Long translated titles must wrap inside their own column. */
.debate-header h2 {
  max-width: 100%;
  min-width: 0;
  font-size: clamp(2rem, 3.15vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-wrap: pretty;
}

/* Manifesto titles are especially long in French, English and Italian. */
.manifesto-article .debate-header h2 {
  font-size: clamp(1.9rem, 2.85vw, 3.2rem);
  line-height: .98;
}

/* Ensure the reading column can never be pushed underneath the heading. */
.debate-copy {
  min-width: 0;
  width: 100%;
  max-width: 800px;
}

/* The opening paragraph remains prominent, but not so large that it
   visually collides with the title on medium desktop screens. */
.manifesto-article .debate-copy p:first-child {
  font-size: clamp(1.28rem, 1.85vw, 1.72rem);
  line-height: 1.48;
}

/* Medium desktop widths need an earlier single-column switch. */
@media (max-width: 1120px) {
  .debate-article {
    grid-template-columns: minmax(220px, 285px) minmax(0, 1fr);
    gap: 54px;
  }

  .debate-header {
    max-width: 285px;
  }

  .debate-header h2,
  .manifesto-article .debate-header h2 {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
  }
}

/* Tablet and narrow windows: titles become normal horizontal headers. */
@media (max-width: 920px) {
  .debate-article {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .debate-header {
    max-width: none;
    overflow: visible;
  }

  .debate-header h2,
  .manifesto-article .debate-header h2 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 7vw, 3.25rem);
    overflow-wrap: normal;
    hyphens: none;
  }
}


/* Debate contact CTA */
.debate-contact-cta {
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: clamp(28px, 3vw, 38px);
  border-top: 1px solid var(--line);
}

.debate-contact-cta p {
  max-width: 680px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.debate-contact-cta .button {
  min-height: 56px;
  padding-inline: 1.35rem;
  font-size: .95rem;
}
