/* -- CHI SIAMO SPECIFICO -- */

.page-hero {
  padding-top: var(--nav-h);
  background: var(--ink);
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
.page-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 64px;
  padding: 80px 0 0;
}
.page-hero__text { padding-bottom: 72px; }
.page-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: white;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}
.page-hero__lead {
  font-size: 16px;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
  max-width: 420px;
}
.page-hero__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  align-self: end;
}
.hero-data-cell {
  background: rgba(255,255,255,.04);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 32px 28px;
}
.hero-data-cell__num {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
  line-height: 1;
}
.hero-data-cell__label {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Sezione identita */
.identity {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start;
}
.identity__text h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  color: var(--ink);
}
.identity__text p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.8;
  margin-bottom: 18px;
}
.quote {
  border-left: 3px solid var(--red);
  padding: 20px 24px;
  background: var(--surface);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 32px 0;
}
.quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 10px;
}
.quote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: var(--red);
  letter-spacing: .5px;
}

/* Presidente card */
.president {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}
.president__head {
  background: var(--ink);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.president__head::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(176,24,40,.3), transparent 60%);
}
.president__monogram {
  width: 72px; height: 72px;
  background: var(--red);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  position: relative;
}
.president__head h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
  position: relative;
}
.president__head .role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(176,24,40,.75);
  position: relative;
}
.president__body { padding: 28px 32px; }
.president__body p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; }
.president__affiliations {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.president__affil {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-soft);
  padding: 10px 14px;
  background: var(--surface);
  border-radius: var(--radius);
}
.president__affil-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

/* Timeline */
.timeline { margin-top: 56px; }
.timeline__title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 40px;
}
.timeline__list { position: relative; padding-left: 28px; }
.timeline__list::before {
  content: '';
  position: absolute;
  left: 3px; top: 0; bottom: 0;
  width: 1px;
  background: var(--rule);
}
.tl-item {
  position: relative;
  padding-bottom: 36px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--red);
}
.tl-item:hover::before { background: var(--red); }
.tl-date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
  display: block;
}
.tl-item h4 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.tl-item p { font-size: 14px; color: var(--ink-muted); line-height: 1.65; }

/* Numeri chiave */
.numbers {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide: var(--rule);
}
.number-item {
  padding: 56px 40px;
  border-right: 1px solid var(--rule);
  text-align: center;
}
.number-item:last-child { border-right: none; }
.number-item__val {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 10px;
}
.number-item h4 {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.number-item p { font-size: 13px; color: var(--ink-muted); line-height: 1.5; }

/* -- RESPONSIVE -- */
@media (max-width: 1024px) {
  .page-hero__inner { grid-template-columns: 1fr; padding: 64px 0 0; }
  .page-hero__text { padding-bottom: 40px; }
  .page-hero__data { margin-bottom: -1px; }
  .identity { grid-template-columns: 1fr; gap: 40px; }
  .president { position: static; }
  .numbers__grid { grid-template-columns: repeat(2, 1fr); }
  .number-item:nth-child(2) { border-right: none; }
  .number-item { border-bottom: 1px solid var(--rule); }
  .number-item:nth-child(3), .number-item:nth-child(4) { border-bottom: none; }
}
@media (max-width: 768px) {
  .page-hero__data { grid-template-columns: 1fr 1fr; }
  .numbers__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .page-hero__data { grid-template-columns: 1fr; }
  .numbers__grid { grid-template-columns: 1fr; }
  .number-item { border-right: none; }
}
