/* ─── Page hero ─── */
.page-hero { padding: 5rem 0 4rem; }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.hero-eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }
.hero-eyebrow::before { content: ""; display: block; width: 36px; height: 1.5px; background: var(--accent); flex-shrink: 0; }
.hero-script { font-family: "Allura", cursive; font-size: clamp(1.9rem, 4vw, 3.2rem); color: var(--accent-dim); line-height: 1; margin-bottom: 0.4rem; }
.hero-h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 500; line-height: 0.96; letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
}
.hero-h1 em { font-style: italic; color: var(--accent); }
.hero-lead { font-size: 1.02rem; color: var(--muted); line-height: 1.7; max-width: 44ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-photo-col { position: relative; }
.hero-photo {
  width: 100%;
  height: min(620px, 75vw);
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50% 50% var(--r-lg) var(--r-lg);
  box-shadow: var(--shadow-lg);
}

/* ─── Processo ─── */
.processo-section { padding: 7rem 0; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.processo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 1rem;
}
.processo-steps::before {
  content: "";
  position: absolute;
  top: 52px;
  left: calc(12.5% + 1px);
  right: calc(12.5% + 1px);
  height: 1.5px;
  background: linear-gradient(to right, var(--accent-light), var(--accent), var(--accent-light));
  z-index: 0;
}
.processo-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 0.5rem; position: relative; z-index: 1; }
.step-circle {
  width: 104px; height: 104px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--accent-light);
  display: grid; place-items: center;
  margin-bottom: 1.4rem;
  box-shadow: var(--shadow);
  position: relative;
}
.step-circle::after {
  content: ""; position: absolute; inset: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(84% 0.06 28 / 0.18), oklch(66% 0.09 28 / 0.06));
}
.step-n {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem; font-weight: 300;
  color: var(--accent); line-height: 1;
  position: relative; z-index: 1;
}
.step-label { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.step-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.55; max-width: 24ch; }
.processo-caption {
  margin-top: 3.5rem;
  padding: 1.6rem 2rem;
  background: linear-gradient(160deg, oklch(95% 0.018 45), oklch(97% 0.010 45));
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 1rem; color: var(--muted); line-height: 1.75;
  max-width: 72ch; margin-inline: auto;
  text-align: center;
}

/* ─── Leadership ─── */
.leadership-section { padding: 7rem 0; }
.leadership-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.leadership-h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 500; line-height: 1.02; margin: 0.4rem 0 1.4rem; }
.leadership-h2 em { font-style: italic; color: var(--accent); }
.leadership-body p { font-size: 1rem; color: var(--muted); line-height: 1.75; }
.leadership-body p + p { margin-top: 1rem; }
.leadership-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1.2rem;
}
.leadership-qualita {
  display: grid; gap: 2px; background: var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  grid-template-columns: 1fr 1fr;
}
.qualita-card { background: var(--surface); padding: 1.8rem 1.6rem; }
.qualita-n {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem; font-weight: 300;
  color: oklch(66% 0.09 28 / 0.25);
  line-height: 1; margin-bottom: 0.7rem;
}
.qualita-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 0.5rem; line-height: 1.1; }
.qualita-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }

/* ─── Strategia — dark ─── */
.strategia-section { padding: 7rem 0; background: var(--dark); position: relative; overflow: hidden; }
.strategia-section::before {
  content: ""; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, oklch(66% 0.09 28 / 0.08) 0%, transparent 70%);
  top: -150px; right: -100px; pointer-events: none;
}
.strategia-kicker { color: var(--accent-light); margin-bottom: 0.6rem; }
.strategia-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 500; line-height: 1.02;
  color: #fff; margin-bottom: 3.5rem;
}
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line-dark);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.timeline-card { background: var(--dark-2); padding: 2.2rem 1.8rem; position: relative; }
.timeline-step-n {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem; font-weight: 300;
  color: oklch(66% 0.09 28 / 0.18);
  line-height: 1; margin-bottom: 0.9rem;
}
.timeline-card-kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 0.6rem; }
.timeline-card h3 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 500; color: #fff; line-height: 1.02; margin-bottom: 0.65rem; }
.timeline-card p { font-size: 0.875rem; color: oklch(68% 0.01 45); line-height: 1.65; }
.strategia-text { margin-top: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.strategia-text p { font-size: 0.95rem; color: oklch(68% 0.01 45); line-height: 1.75; }

/* ─── Perché ─── */
.perche-section { padding: 7rem 0; }
.perche-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
.perche-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.9rem;
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease;
}
.perche-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.perche-card-n { font-family: "Cormorant Garamond", serif; font-size: 3.5rem; font-weight: 300; color: var(--accent-light); line-height: 1; }
.perche-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; font-weight: 600; line-height: 1.05; }
.perche-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.perche-divider { width: 36px; height: 1.5px; background: var(--accent); }

/* ─── Responsive ─── */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-photo-col { order: -1; }
  .hero-photo { height: 60vw; min-height: 280px; }
  .processo-steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .processo-steps::before { display: none; }
  .leadership-inner { grid-template-columns: 1fr; gap: 3rem; }
  .leadership-qualita { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .strategia-text { grid-template-columns: 1fr; gap: 1rem; }
  .perche-grid { grid-template-columns: 1fr; }
  .processo-section,
  .leadership-section,
  .strategia-section,
  .perche-section { padding: 4.5rem 0; }
}
@media (max-width: 640px) {
  .page-hero { padding: 1.75rem 0 3rem; }
  .hero-inner { gap: 2rem; }
  .hero-photo { height: 68vw; min-height: 260px; border-radius: 38% 38% 22px 22px; }
  .hero-h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    letter-spacing: 0;
  }
  .hero-lead { font-size: 0.98rem; margin-bottom: 1.6rem; }
  .hero-eyebrow { margin-bottom: 0.9rem; }
  .processo-steps { grid-template-columns: 1fr; gap: 2rem; }
  .step-circle { width: 88px; height: 88px; }
  .step-n { font-size: 2rem; }
  .strategia-h2 { margin-bottom: 2.4rem; }
  .timeline-card { padding: 1.8rem 1.4rem; }
  .timeline-step-n { font-size: 3.6rem; }
  .qualita-card { padding: 1.4rem 1.2rem; }
  .qualita-n { font-size: 2.4rem; }
  .perche-card { padding: 1.6rem 1.4rem; }
  .perche-card-n { font-size: 2.8rem; }
  .processo-caption { padding: 1.3rem 1.2rem; font-size: 0.92rem; }
  .hero-actions { width: 100%; gap: 0.75rem; }
  .hero-actions .btn { flex: 1 1 auto; text-align: center; }
}

@media (max-width: 420px) {
  .hero-photo { min-height: 240px; }
  .leadership-h2,
  .strategia-h2,
  .section-h2 { overflow-wrap: anywhere; }
}
