/* ============================================================
   Christian Tresoldi — Consigliere Comunale di Lugano
   V2 Presidential editorial stylesheet
   Ref: Obama '08/'12, Macron 2017, NYT-editorial political sites
   ============================================================ */

/* --- Design tokens --- */
:root {
  --color-bg:      #F4F1EA;   /* cream */
  --color-bg-2:    #EEEAE1;
  --color-surface: #FFFFFF;
  --color-ink:     #0A0F1E;
  --color-ink-2:   #2B3550;
  --color-muted:   #6F7890;
  --color-line:    #D8D3C6;

  --color-navy-900: #0A1430;
  --color-navy-800: #0E1E40;
  --color-navy-700: #14284F;

  --color-red:     #B81A2B;   /* bordeaux elettorale */
  --color-red-600: #9A1322;
  --color-red-100: #F4D7DA;

  --color-gold:    #B28A3F;
  --color-gold-200:#E8D9B8;

  --font-serif:   'Instrument Serif', 'Canela', 'Playfair Display', 'Times New Roman', serif;
  --font-sans:    'General Sans', -apple-system, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Monaco, monospace;

  --maxw: 1280px;
  --maxw-narrow: 920px;
  --radius: 4px;
  --radius-lg: 10px;

  --shadow-sm: 0 1px 2px rgba(10,20,48,0.06);
  --shadow-md: 0 16px 40px rgba(10,20,48,0.12);
  --shadow-lg: 0 30px 80px rgba(10,20,48,0.22);

  --t-fast: 180ms cubic-bezier(.2,.8,.2,1);
  --t-base: 320ms cubic-bezier(.2,.8,.2,1);
  --t-slow: 520ms cubic-bezier(.2,.8,.2,1);
}

/* --- Skip-to-content (WCAG) --- */
.skip-link {
  position: absolute;
  top: -100px; left: 12px;
  z-index: 9999;
  background: var(--color-ink);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 3px;
  text-decoration: none;
  transition: top var(--t-fast);
}
.skip-link:focus { top: 12px; outline: 2px solid var(--color-gold-200); outline-offset: 2px; }

/* --- Perf: content-visibility per below-fold sections --- */
.manifesto, .issues, .bio, .events, .press, .join {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--color-ink);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "ss02";
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--color-ink);
}
.hero h1, .issues h2, .bio h2, .events h2, .press h2, .join h2 {
  font-weight: 400;
}

.container         { width: 100%; max-width: var(--maxw);        margin: 0 auto; padding: 0 28px; }
.container-narrow  { width: 100%; max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 28px; }
.visually-hidden {
  position: absolute !important; height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); white-space: nowrap;
}

/* ============================================================
   TOP MARQUEE — ticker bar con CTA "entra nel movimento"
   ============================================================ */
.top-marquee {
  background: var(--color-red);
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.top-marquee .track {
  display: inline-flex;
  gap: 48px;
  padding: 9px 0;
  animation: marquee 45s linear infinite;
}
.top-marquee span::before {
  content: "★";
  margin-right: 16px;
  color: var(--color-gold-200);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(244, 241, 234, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(10,20,48,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--color-ink);
}
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--color-navy-900);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700; font-size: 14px; letter-spacing: 0.08em;
  border-radius: 2px;
}
.brand-name {
  display: flex; flex-direction: column;
  font-family: var(--font-serif); font-size: 17px;
  letter-spacing: -0.01em; line-height: 1.1;
}
.brand-name small {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 500;
  margin-top: 3px;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0; padding: 0;
  align-items: center;
}
.nav-link {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--color-ink-2);
  position: relative;
  padding: 4px 0;
  transition: color var(--t-fast);
}
.nav-link::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--color-red);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-base);
}
.nav-link:hover, .nav-link.is-active { color: var(--color-navy-900); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }

.lang-switch {
  font-family: var(--font-sans);
  border: 1px solid rgba(10,20,48,0.2);
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 4px;
  text-transform: none;
  color: var(--color-ink-2);
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.lang-switch:hover {
  background: var(--color-navy-900);
  color: #fff;
  border-color: var(--color-navy-900);
}

.nav-cta {
  font-family: var(--font-sans);
  padding: 10px 18px;
  background: var(--color-red);
  color: #fff;
  border-radius: 2px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.005em; text-transform: none;
  transition: background var(--t-fast), transform var(--t-fast);
}
.nav-cta:hover { background: var(--color-red-600); transform: translateY(-1px); }

.nav-toggle { display: none; }

/* ============================================================
   HERO — full viewport, editorial
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 78px - 34px);
  padding: 60px 0 80px;
  background: var(--color-bg);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 1px; height: 100%;
  background: rgba(10,20,48,0.06);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 72px;
  align-items: center;
  min-height: calc(100vh - 220px);
}
.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-red);
  font-weight: 600;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before {
  content: "";
  width: 36px; height: 2px;
  background: var(--color-red);
}
.hero h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(44px, 7.2vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--color-ink);
  margin-bottom: 36px;
}
.hero h1 em {
  font-style: italic;
  color: var(--color-red);
  font-weight: 400;
}
.hero h1 .rule {
  display: inline-block;
  border-bottom: 4px solid var(--color-gold);
  padding-bottom: 2px;
}
.hero-lede {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  color: var(--color-ink-2);
  max-width: 540px;
  margin-bottom: 40px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}

.hero-photo {
  position: relative;
  aspect-ratio: 1089/1600;
  width: 100%;
  max-width: 500px;
  justify-self: end;
  background: transparent;
  overflow: visible;
}
.hero-photo img {
  width: 100%; height: 100%; object-fit: contain;
  object-position: center bottom;
  display: block;
}
.hero-photo-caption {
  position: relative;
  margin-top: 14px;
  display: flex; justify-content: center; align-items: center;
  color: var(--color-ink-2);
  text-align: center;
}
.hero-photo-caption .name {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color-ink);
}
.hero-photo-caption .name::before {
  content: "— ";
  color: var(--color-gold);
  font-style: normal;
  margin-right: 4px;
}

.hero-stats {
  position: absolute;
  bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 56px;
  padding: 16px 32px;
  background: var(--color-navy-900); color: #fff;
  border-radius: 2px;
  white-space: nowrap;
}
.hero-stats .item {
  display: flex; flex-direction: column; align-items: center;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.hero-stats .item strong {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 26px; letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 2px;
}
.hero-stats .item strong .accent { color: var(--color-gold); }

/* ============================================================
   BUTTON system
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 2px;
  font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all var(--t-fast);
  border: 1.5px solid transparent;
}
.btn-primary   { background: var(--color-red); color: #fff; }
.btn-primary:hover { background: var(--color-red-600); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(184,26,43,0.25); }

.btn-dark      { background: var(--color-navy-900); color: #fff; }
.btn-dark:hover{ background: #000; transform: translateY(-2px); }

.btn-ghost     { border-color: var(--color-navy-900); color: var(--color-navy-900); }
.btn-ghost:hover { background: var(--color-navy-900); color: #fff; }

.btn-ghost-light { border-color: rgba(255,255,255,0.45); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--color-navy-900); border-color: #fff; }

.btn svg, .btn .arrow { transition: transform var(--t-fast); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   MANIFESTO — pull quote section
   ============================================================ */
.manifesto {
  padding: 120px 0;
  background: var(--color-navy-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.manifesto::before {
  content: """;
  position: absolute;
  top: 20px; left: 40px;
  font-family: var(--font-serif);
  font-size: 320px;
  color: rgba(255,255,255,0.04);
  line-height: 1;
}
.manifesto-inner { position: relative; z-index: 1; text-align: center; }
.manifesto-eyebrow {
  font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 28px;
}
.manifesto blockquote {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.manifesto blockquote em { font-style: italic; color: var(--color-gold); }
.manifesto cite {
  display: block;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.manifesto cite strong { color: #fff; font-weight: 600; }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats {
  padding: 72px 0;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: 16px 32px;
  border-left: 1px solid var(--color-line);
  display: flex; flex-direction: column; gap: 8px;
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .num {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-navy-900);
}
.stat .num em { font-style: italic; color: var(--color-red); }
.stat .label {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
}

/* ============================================================
   ISSUES — editorial cards with big numerals
   ============================================================ */
.issues {
  padding: 120px 0;
}
.issues-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 72px;
  align-items: end;
}
.section-eyebrow {
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--color-red); font-weight: 600; margin-bottom: 20px;
  display: inline-flex; align-items: center; gap: 12px;
}
.section-eyebrow::before {
  content: ""; width: 32px; height: 2px; background: var(--color-red);
}
.issues h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 640px;
}
.issues h2 em { font-style: italic; color: var(--color-red); }
.issues-intro {
  font-family: var(--font-serif);
  font-size: 19px; line-height: 1.5;
  color: var(--color-ink-2);
  max-width: 460px;
}

.issues-list {
  display: flex; flex-direction: column;
}
.issue {
  display: grid;
  grid-template-columns: 140px 1fr 80px;
  gap: 48px;
  padding: 48px 0;
  border-top: 1px solid var(--color-line);
  align-items: start;
  transition: background var(--t-base);
  position: relative;
}
/* stretched-link: l'intera card è cliccabile, non solo il cerchio */
.issue .arrow-col::after { content: ""; position: absolute; inset: 0; }
.issue:last-child { border-bottom: 1px solid var(--color-line); }
.issue:hover { background: rgba(184,26,43,0.03); }
.issue .num {
  font-family: var(--font-serif);
  font-weight: 300;
  font-style: italic;
  font-size: 58px; line-height: 1;
  color: var(--color-red);
  letter-spacing: -0.02em;
}
.issue h3 {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.issue p {
  font-family: var(--font-serif);
  font-size: 17.5px; line-height: 1.55;
  color: var(--color-ink-2);
  max-width: 680px;
  margin: 0 0 14px;
}
.issue .tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--color-muted); font-weight: 600;
  margin-top: 6px;
}
.issue .tag::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--color-red); }
.issue .arrow-col {
  display: grid; place-items: center;
  width: 56px; height: 56px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-ink-2);
  justify-self: end;
  transition: all var(--t-fast);
}
.issue:hover .arrow-col { background: var(--color-navy-900); color: #fff; border-color: var(--color-navy-900); }

/* ============================================================
   BIO — editorial with timeline
   ============================================================ */
.bio {
  padding: 120px 0;
  background: var(--color-bg-2);
  position: relative;
}
.bio-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}
.bio-photo {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  max-width: none;
  box-shadow: var(--shadow-lg);
  background: #2a2820;
  overflow: hidden;
  isolation: isolate;
}
.bio-photo::after {
  content: "";
  position: absolute; inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(8,12,24,0) 0%, rgba(8,12,24,0.32) 100%);
  pointer-events: none;
  z-index: 2;
}
.bio-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: contrast(1.02) saturate(1.02);
  display: block;
}
.bio h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.bio h2 em { font-style: italic; color: var(--color-red); }
.bio-text p {
  font-family: var(--font-serif);
  font-size: 18px; line-height: 1.62;
  color: var(--color-ink-2);
  margin: 0 0 20px;
}
.bio-text p.lead { font-size: 22px; color: var(--color-ink); font-weight: 400; }

.timeline {
  margin: 32px 0 40px;
  padding: 0;
  list-style: none;
}
.timeline li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid var(--color-line);
  font-size: 14.5px;
}
.timeline li:last-child { border-bottom: 1px solid var(--color-line); }
.timeline .year {
  font-family: var(--font-serif);
  font-weight: 400; font-style: italic;
  color: var(--color-red);
  font-size: 17px;
}
.timeline .what {
  color: var(--color-ink-2);
}

/* ============================================================
   ENDORSEMENTS
   ============================================================ */
.endorsements {
  padding: 120px 0;
  background: var(--color-bg);
}
.endorsements-header {
  text-align: center;
  margin-bottom: 72px;
}
.endorsements h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 720px;
  margin: 0 auto;
}
.endorsements h2 em { font-style: italic; color: var(--color-red); }
.endorsements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.endorsement {
  background: var(--color-surface);
  padding: 40px 32px;
  border-radius: 2px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 24px;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.endorsement:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.endorsement blockquote {
  font-family: var(--font-serif);
  font-size: 20px; line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0;
  position: relative;
  padding-top: 28px;
}
.endorsement blockquote::before {
  content: """;
  position: absolute; top: -10px; left: -4px;
  font-family: var(--font-serif);
  font-size: 72px;
  line-height: 1;
  color: var(--color-red);
  font-weight: 300;
}
.endorsement cite {
  font-style: normal;
  display: flex; flex-direction: column; gap: 2px;
  border-top: 1px solid var(--color-line);
  padding-top: 16px;
}
.endorsement cite strong {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--color-ink);
  font-weight: 500;
}
.endorsement cite span {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--color-muted); font-weight: 600;
}

/* ============================================================
   EVENTS — poster style
   ============================================================ */
.events {
  padding: 120px 0;
  background: var(--color-navy-900);
  color: #fff;
}
.events-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
.events-header .section-eyebrow { color: var(--color-gold); }
.events-header .section-eyebrow::before { background: var(--color-gold); }
.events h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.events h2 em { font-style: italic; color: var(--color-gold); }
.events-intro { color: rgba(255,255,255,0.72); font-family: var(--font-serif); font-size: 18px; max-width: 420px; }

.events-list {
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.event-row {
  display: grid;
  grid-template-columns: 140px 1fr 1fr 60px;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  align-items: center;
  transition: padding-left var(--t-base);
  position: relative;
}
.event-row:hover { padding-left: 16px; }
.event-row::after {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--color-red);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform var(--t-base);
}
.event-row:hover::after { transform: scaleY(1); }

.event-date-stamp {
  font-family: var(--font-serif);
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
}
.event-date-stamp .d {
  font-size: 56px; line-height: 1; font-weight: 400; letter-spacing: -0.03em;
}
.event-date-stamp .m {
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  font-family: var(--font-sans); color: var(--color-gold); font-weight: 600;
  margin-top: 4px;
}
.event-title {
  font-family: var(--font-serif);
  font-size: 24px; line-height: 1.2;
  color: #fff;
  letter-spacing: -0.015em;
}
.event-where {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.02em;
}
.event-where strong { color: #fff; font-weight: 500; }
.event-arrow {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  color: #fff;
  justify-self: end;
  transition: all var(--t-fast);
}
.event-row:hover .event-arrow { background: var(--color-red); border-color: var(--color-red); transform: translateX(3px); }

/* ============================================================
   PRESS WALL — logos + articles
   ============================================================ */
.press {
  padding: 120px 0;
}
.press-header {
  text-align: center;
  margin-bottom: 56px;
}
.press h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 760px; margin: 0 auto;
}
.press h2 em { font-style: italic; color: var(--color-red); }

.publications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 32px;
  padding: 32px 24px;
  margin: 48px 0 56px;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.publications .pub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  text-align: center;
  color: var(--color-muted);
  letter-spacing: 0.01em;
  opacity: .75;
  transition: opacity var(--t-fast), color var(--t-fast);
}
.publications .pub:hover { opacity: 1; color: var(--color-navy-900); }

.press-articles {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.press-article {
  display: flex; flex-direction: column;
}
.press-article a { display: flex; flex-direction: column; gap: 16px; }
.press-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #d9d2c3;
  position: relative;
}
.press-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--t-slow);
}
.press-article a:hover .press-thumb img { transform: scale(1.04); }
.press-meta {
  display: flex; align-items: center; gap: 12px;
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-muted); font-weight: 600;
}
.press-meta .source { color: var(--color-red); }
.press-title {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--color-ink);
}
.press-article a:hover .press-title { color: var(--color-red); }

/* German translated subtitle (de.html only) — fonte tedesca sotto titolo IT originale */
.press-title-de {
  font-family: var(--font-sans, system-ui);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
  color: var(--color-ink-2);
  font-weight: 400;
  font-style: italic;
}
.press-article a:hover .press-title-de { color: var(--color-red); opacity: 0.85; }

/* Show 6 articles by default, toggle reveals rest */
.press-articles .press-article:nth-child(n+7) {
  display: none;
}
.press-articles.is-expanded .press-article:nth-child(n+7) {
  display: flex;
  animation: pressFadeIn 480ms cubic-bezier(.2,.8,.2,1) both;
}
@keyframes pressFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.press-toggle-row {
  text-align: center;
  margin-top: 48px;
}
.press-toggle {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-ink);
  background: transparent;
  border: 1.5px solid rgba(10,20,48,0.2);
  border-radius: 2px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.press-toggle:hover {
  background: var(--color-ink);
  color: #fff;
  border-color: var(--color-ink);
  transform: translateY(-1px);
}
.press-toggle .arrow {
  transition: transform var(--t-base);
  font-size: 14px;
}
.press-toggle[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.press-footer {
  margin-top: 32px; text-align: center;
}

/* ============================================================
   JOIN — Two-card newsletter + messaggio
   ============================================================ */
.join {
  background: var(--color-bg-2);
  color: var(--color-ink);
  padding: 104px 0;
  position: relative;
}
.join-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.join-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
}
.join-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-sans);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--color-red);
  margin-bottom: 20px;
}
.join-eyebrow::before,
.join-eyebrow::after {
  content: ""; width: 28px; height: 2px; background: var(--color-red);
}
.join h2 {
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  margin: 0 0 18px;
  font-weight: 400;
}
.join h2 em { font-style: italic; color: var(--color-red); }
.join-intro {
  font-family: var(--font-serif);
  font-size: 18px; line-height: 1.5;
  color: var(--color-ink-2);
  margin: 0;
}

.join-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.join-card {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: 6px;
  padding: 36px;
  display: flex; flex-direction: column;
  transition: box-shadow var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.join-card:hover {
  box-shadow: 0 16px 44px rgba(10,20,48,0.1);
  border-color: rgba(10,20,48,0.18);
}
.join-card h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-line);
  position: relative;
}
.join-card h3::before {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  width: 48px; height: 2px;
  background: var(--color-red);
}

.join-card .form {
  display: flex; flex-direction: column; gap: 14px;
  flex: 1;
}
.join-card .form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.join-card .form .field-group {
  display: flex; flex-direction: column; gap: 6px;
}
.join-card .form label {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-ink-2);
  text-transform: none;
}
.join-card .form input[type="text"],
.join-card .form input[type="email"],
.join-card .form textarea {
  width: 100%;
  background: var(--color-bg);
  border: 1.5px solid var(--color-line);
  border-radius: 3px;
  padding: 11px 13px;
  color: var(--color-ink);
  font: inherit; font-size: 15px;
  line-height: 1.4;
  outline: 0;
  transition: border-color var(--t-fast), background var(--t-fast);
}
.join-card .form input:focus,
.join-card .form textarea:focus {
  border-color: var(--color-navy-900);
  background: #fff;
}
.join-card .form textarea {
  resize: vertical;
  min-height: 104px;
  line-height: 1.5;
}
.join-card .form input::placeholder,
.join-card .form textarea::placeholder {
  color: var(--color-muted);
}
.join-card .form label.checkbox {
  display: flex; gap: 10px; align-items: flex-start;
  text-transform: none; letter-spacing: 0; font-weight: 400;
  font-size: 12.5px; color: var(--color-ink-2);
  line-height: 1.45;
  cursor: pointer;
  margin-top: 4px;
}
.join-card .form label.checkbox input[type="checkbox"] {
  width: 16px; height: 16px; margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--color-red);
}
.join-card .form label.checkbox a {
  color: var(--color-ink);
  text-decoration: underline; text-underline-offset: 3px;
}

.join-card .form .btn-submit {
  align-self: flex-start;
  background: var(--color-navy-900);
  color: #fff;
  padding: 13px 24px;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 8px;
  transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
  display: inline-flex; align-items: center; gap: 10px;
}
.join-card .form .btn-submit:hover {
  background: var(--color-red);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,20,48,0.2);
}

/* ============================================================
   404 PAGE
   ============================================================ */
.error-page {
  padding: 120px 0 160px;
  background: var(--color-bg);
  min-height: 70vh;
  text-align: center;
}
.error-eyebrow {
  font-family: var(--font-serif);
  font-size: clamp(72px, 18vw, 156px);
  line-height: 1;
  font-weight: 400;
  color: var(--color-red);
  letter-spacing: -0.04em;
  margin-bottom: 32px;
  opacity: 0.95;
}
.error-page h1 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: var(--color-ink);
  font-weight: 400;
}
.error-page h1 em { font-style: italic; color: var(--color-red); }
.error-page p {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--color-ink-2);
  max-width: 540px;
  margin: 0 auto 40px;
}
.error-actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Press — placeholder note per archivio in aggiornamento */
.press-intro-note {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--color-muted);
  font-style: italic;
  margin: 32px auto 0;
  max-width: 540px;
}

/* ============================================================
   COOKIE BANNER — GDPR / nLPD compliant
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 720px;
  margin: 0 auto;
  background: var(--color-ink);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  font-family: var(--font-sans);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner-inner {
  padding: 22px 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-banner-text { flex: 1; min-width: 260px; }
.cookie-banner h3 {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-gold-200);
}
.cookie-banner p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.cookie-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 3px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
  white-space: nowrap;
}
.cookie-btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.cookie-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.06);
}
.cookie-btn--primary {
  background: #fff;
  color: var(--color-ink);
}
.cookie-btn--primary:hover {
  background: var(--color-gold-200);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .cookie-banner-inner { padding: 18px; flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-banner-actions { width: 100%; }
  .cookie-btn { flex: 1; justify-content: center; }
}

/* ============================================================
   LEGAL PAGES (privacy.html, impressum.html)
   ============================================================ */
.legal-page {
  padding: 80px 0 120px;
  background: var(--color-bg);
  min-height: 70vh;
}
.legal-page h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 8px;
  color: var(--color-ink);
}
.legal-page .section-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--color-red); font-weight: 600;
}
.legal-page .section-eyebrow::before {
  content: ""; width: 36px; height: 2px; background: var(--color-red);
}
.legal-updated {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0 0 48px;
}
.legal-content {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-ink-2);
}
.legal-content h2 {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 40px 0 12px;
  color: var(--color-ink);
  font-weight: 400;
}
.legal-content p + p { margin-top: 14px; }
.legal-content ul { padding-left: 22px; margin: 14px 0; }
.legal-content ul li { margin-bottom: 8px; }
.legal-content em { background: rgba(178,138,63,0.12); padding: 1px 6px; border-radius: 2px; font-style: normal; color: var(--color-gold); font-weight: 500; }
.legal-content a { color: var(--color-red); text-decoration: underline; text-underline-offset: 3px; }
.legal-content a:hover { color: var(--color-red-600); }
.legal-content table.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.legal-content table.cookie-table th,
.legal-content table.cookie-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--color-line);
}
.legal-content table.cookie-table th {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-muted);
  background: var(--color-bg-2);
}
.legal-content table.cookie-table code {
  font-family: var(--font-mono);
  font-size: 13px;
  background: rgba(178,138,63,0.12);
  padding: 2px 6px;
  border-radius: 2px;
  color: var(--color-ink);
}
.legal-content h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  margin: 28px 0 10px;
  color: var(--color-ink);
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-navy-900);
  color: rgba(255,255,255,0.82);
  padding: 80px 0 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.9fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand .brand-mark { background: #fff; color: var(--color-navy-900); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name small { color: rgba(255,255,255,0.75); }
.footer-text {
  font-family: var(--font-sans);
  font-size: 14.5px; line-height: 1.65;
  color: rgba(255,255,255,0.88);
  font-weight: 400;
  letter-spacing: -0.005em;
  margin-top: 20px;
  max-width: 340px;
}
.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14.5px; color: rgba(255,255,255,0.78); transition: color var(--t-fast); }
.footer-col a:hover { color: var(--color-gold); }

.social-list { display: flex; gap: 10px; margin-top: 20px; list-style: none; padding: 0; }
.social-list a {
  width: 38px; height: 38px; border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.2); color: #fff;
  transition: all var(--t-fast);
}
.social-list a:hover { background: var(--color-gold); color: var(--color-navy-900); border-color: var(--color-gold); transform: translateY(-2px); }

.footer-logos {
  display: flex; flex-wrap: wrap; align-items: center; gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-logos img { filter: brightness(0) invert(1) opacity(.8); max-height: 52px; }
.footer-logos a { display: inline-flex; transition: opacity var(--t-fast); }
.footer-logos a:hover { opacity: 0.75; }
.footer-logos a img {
  filter: none;
  height: 48px;
  width: auto;
  max-width: none;
  background: #fff;
  padding: 6px 10px;
  border-radius: 2px;
  box-sizing: content-box;
}

.footer-legal {
  padding-top: 32px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 14px; color: rgba(255,255,255,0.78);
}
.footer-legal a { color: rgba(255,255,255,0.9); margin-left: 16px; }
.footer-legal a:hover { color: var(--color-gold); }
.footer-legal .disclaimer { font-style: italic; max-width: 560px; }

/* DJ signature — easter egg, inline footer */
.dj-sig {
  color: inherit;
  text-decoration: none;
  font-family: 'Playfair Display', 'Didot', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  font-size: 1.12em;
  letter-spacing: -0.005em;
  opacity: 0.9;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.footer-legal a.dj-sig { margin-left: 0; }
.dj-sig:hover,
.dj-sig:focus-visible {
  opacity: 1;
  color: #FFFFFF;
  text-decoration: none;
}
.dj-sig:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

/* ============================================================
   RESPONSIVE
   Mobile-first refinements. Centered layout on tablet/mobile,
   touch-friendly targets (min 44px), typography scaling.
   ============================================================ */

/* ===== TABLET ≤ 1100px ===== */
@media (max-width: 1100px) {
  .container, .container-narrow { padding: 0 32px; }

  /* HERO */
  .hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-content { display: flex; flex-direction: column; align-items: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-photo { max-width: 420px; justify-self: center; }
  .hero-stats { position: static; transform: none; margin-top: 32px; justify-self: center; }

  /* SECTIONS */
  .issues-header { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .issues-intro { margin-left: auto; margin-right: auto; }
  .bio-grid { grid-template-columns: 1fr; gap: 40px; }
  .bio-photo { max-width: 540px; justify-self: center; aspect-ratio: 4/3; }
  .bio-text { text-align: center; }
  .bio-text .lead, .bio-text p { margin-left: auto; margin-right: auto; max-width: 640px; }
  .timeline { max-width: 560px; margin-left: auto; margin-right: auto; }
  .events-header { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .events-intro { margin-left: auto; margin-right: auto; }
  .join-cards { grid-template-columns: 1fr; gap: 24px; max-width: 560px; margin-left: auto; margin-right: auto; }
  .join-card .form .field-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
}

/* ===== LARGE MOBILE ≤ 860px ===== */
@media (max-width: 860px) {
  .container, .container-narrow { padding: 0 24px; }

  /* NAV burger */
  .nav-list { display: none; }
  .nav-toggle {
    display: inline-grid; place-items: center;
    width: 44px; height: 44px; border-radius: 2px;
    border: 1px solid rgba(10,20,48,0.2);
    background: transparent;
  }
  .nav-list.is-open {
    display: flex; flex-direction: column; gap: 14px;
    position: absolute; top: 78px; left: 0; right: 0;
    background: var(--color-bg); padding: 24px 28px 28px;
    border-bottom: 1px solid var(--color-line);
    z-index: 55;
    box-shadow: 0 16px 40px rgba(10,20,48,0.08);
  }
  .nav-list.is-open .nav-link,
  .nav-list.is-open .lang-switch,
  .nav-list.is-open .nav-cta {
    font-size: 16px;
    padding: 16px 4px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .nav-list.is-open .nav-cta {
    background: var(--color-red); color: #fff;
    padding: 14px 22px;
    min-height: 48px;
    align-self: flex-start;
    margin-top: 6px;
  }
  .nav-list.is-open .lang-switch {
    align-self: flex-start;
    padding: 12px 16px;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
  }

  /* HERO mobile */
  .top-marquee { display: none; }
  .hero { min-height: auto; padding: 40px 0 56px; }
  .hero-eyebrow { margin-bottom: 18px; font-size: 11px; }
  .hero h1 { font-size: clamp(40px, 9vw, 56px); margin-bottom: 28px; }
  .hero-lede { font-size: 17px; margin-bottom: 32px; }
  .hero-actions { gap: 12px; }
  .hero-photo { max-width: 380px; }

  /* STATS */
  .stats { padding: 56px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; text-align: center; }
  .stat {
    border-left: 0; border-top: 1px solid var(--color-line);
    padding: 24px 0 0;
    display: flex; flex-direction: column; align-items: center;
  }
  .stat:first-child, .stat:nth-child(2) { border-top: 0; padding-top: 0; }

  /* MANIFESTO */
  .manifesto { padding: 80px 0; }
  .manifesto blockquote { font-size: clamp(26px, 6vw, 38px); }

  /* PRIORITÀ — issues */
  .issues { padding: 80px 0; }
  .issue { grid-template-columns: 48px 1fr 44px; gap: 16px; padding: 32px 0; }
  .issue .arrow-col { width: 44px; height: 44px; }
  .issue .num { font-size: 38px; }
  .issue h3 { font-size: 22px; }

  /* BIO */
  .bio { padding: 80px 0; }
  .bio-photo { max-width: 100%; aspect-ratio: 4/3; }
  .bio h2 { font-size: clamp(30px, 7vw, 42px); }

  /* PRESS */
  .press { padding: 80px 0; }
  .publications { gap: 12px 24px; }
  .press-articles { grid-template-columns: 1fr; gap: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
  .press-thumb { aspect-ratio: 16/9; }

  /* JOIN */
  .join { padding: 80px 0; }
  .join-card { padding: 28px; }
  .join h2 { font-size: clamp(34px, 7vw, 48px); }

  /* FOOTER */
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    text-align: left;
  }
  .footer-logos { justify-content: flex-start; flex-wrap: wrap; }
  .footer-legal {
    flex-direction: column; align-items: flex-start; gap: 12px;
    text-align: left;
  }
  .footer-legal a { margin-left: 0; }
}

/* ===== SMALL MOBILE ≤ 540px ===== */
@media (max-width: 540px) {
  .container, .container-narrow { padding: 0 20px; }

  /* HERO */
  .hero { padding: 32px 0 48px; }
  .hero h1 { font-size: clamp(36px, 10vw, 46px); line-height: 1.0; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .hero-photo { max-width: 320px; }

  /* STATS singolo col */
  .stats-grid { grid-template-columns: 1fr; gap: 0; }
  .stat { padding: 20px 0; border-top: 1px solid var(--color-line); }
  .stat:first-child { border-top: 0; padding-top: 0; }
  .stat:nth-child(2) { border-top: 1px solid var(--color-line); padding-top: 20px; }

  /* MANIFESTO */
  .manifesto blockquote { font-size: clamp(24px, 7vw, 32px); }

  /* PRIORITÀ */
  .issue { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; text-align: left; }
  .issue .arrow-col {
    display: inline-flex; align-items: center; gap: 8px;
    width: auto; height: auto; min-height: 44px;
    padding: 8px 18px; margin-top: 6px;
    justify-self: start; border-radius: 999px;
    font-family: var(--font-sans); font-size: 13px; font-weight: 600;
    color: var(--color-navy-900);
  }
  .issue .arrow-col::before { content: "Approfondisci"; }
  .issue .arrow-col:lang(de)::before { content: "Mehr erfahren"; }
  .issue .num { font-size: 32px; line-height: 1; }
  .issue h3 { font-size: 20px; }

  /* BIO */
  .bio-photo { aspect-ratio: 16/10; }

  /* PRESS */
  .publications { gap: 10px 20px; }
  .pub { font-size: 12px; }
  .press-articles { gap: 24px; }
  .press-title { font-size: 19px; }
  .press-toggle { width: 100%; max-width: 320px; justify-content: center; }

  /* JOIN */
  .join h2 { font-size: clamp(30px, 8vw, 40px); }
  .join-card { padding: 24px; }
  .join-card .form .field-row { grid-template-columns: 1fr; gap: 12px; }
  .join-card .form .btn-submit { width: 100%; justify-content: center; }

  /* FOOTER */
  .footer-logos a img { height: 40px; padding: 5px 8px; }
  .footer-text { font-size: 14px; max-width: none; }
  .footer-col h4 { font-size: 13px; margin-bottom: 14px; }
}

/* ===== TINY PHONES ≤ 380px ===== */
@media (max-width: 380px) {
  .container, .container-narrow { padding: 0 16px; }
  .hero h1 { font-size: 32px; }
  .hero-eyebrow { letter-spacing: 0.2em; }
  .brand-name { font-size: 15px; }
  .brand-name small { font-size: 9.5px; }
  .brand-mark { width: 38px; height: 38px; font-size: 12px; }
  /* footer-legal su una sola colonna per evitare overflow firma DJ */
  .footer-legal { flex-direction: column; gap: 8px; }
}

/* ============================================================
   TOUCH TARGETS (WCAG 2.5.5) — solo mobile/tablet
   Hit area ≥ 44×44 px su touch device
   ============================================================ */
@media (max-width: 860px) {
  .footer-col a,
  .footer-legal a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
  }
  .social-link,
  .footer-social a,
  a[aria-label*="Instagram"] {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ============================================================
   HOVER DETECTION — disabilita stati :hover su touch device
   evita "sticky hover" dopo il tap su mobile
   ============================================================ */
@media (hover: none) {
  .nav-link:hover, .nav-link:hover::after,
  .footer-col a:hover,
  .footer-legal a:hover,
  .dj-sig:hover,
  .lang-switch:hover {
    color: inherit;
    transform: none;
    opacity: 1;
  }
}

/* ============================================================
   Reveal / animations
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(.2,.8,.2,1), transform 0.8s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0s !important; transition-duration: 0s !important; }
  .top-marquee .track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Newsletter popup (frequenza 1) ---------- */
.nl-pop-overlay { position: fixed; inset: 0; background: rgba(10,15,30,0.55); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 1000; opacity: 0; transition: opacity .25s ease; }
.nl-pop-overlay.is-open { opacity: 1; }
.nl-pop { background: var(--color-bg); color: var(--color-ink); max-width: 440px; width: 100%; border: 1px solid var(--color-line); border-radius: var(--radius-lg); padding: 34px 28px 26px; position: relative; transform: translateY(10px); transition: transform .25s ease; }
.nl-pop-overlay.is-open .nl-pop { transform: none; }
.nl-pop .close { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 24px; line-height: 1; color: var(--color-muted); cursor: pointer; }
.nl-pop .close:hover { color: var(--color-red); }
.nl-pop .eyebrow { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-red); }
.nl-pop h3 { font-family: var(--font-serif); font-weight: 400; font-size: 28px; line-height: 1.15; margin: 8px 0 8px; color: var(--color-navy-900); }
.nl-pop p { font-family: var(--font-sans); font-size: 14px; line-height: 1.55; color: var(--color-muted); margin: 0 0 18px; }
.nl-pop form { display: flex; flex-direction: column; gap: 10px; }
.nl-pop input[type=email] { font-family: var(--font-sans); font-size: 15px; padding: 12px 14px; border: 1px solid var(--color-line); border-radius: 6px; background: var(--color-surface); color: var(--color-ink); }
.nl-pop input[type=email]:focus { outline: none; border-color: var(--color-navy-900); }
.nl-pop button[type=submit] { background: var(--color-red); color: #fff; border: none; border-radius: 6px; padding: 12px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; }
.nl-pop .pp { font-size: 12px; color: var(--color-muted); }
.nl-pop .pp a { color: var(--color-muted); text-decoration: underline; }
.nl-pop-feedback { font-family: var(--font-sans); font-size: 13px; margin-top: 2px; }
