.hero-corporate {
  padding-top: var(--space-12);
}

.hero-corporate__inner {
  align-items: center;
}

.hero-corporate__content {
  max-width: 34rem;
}

.hero-corporate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero-corporate__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.hero-corporate__visual {
  display: flex;
  justify-content: center;
}

.hero-corporate__card {
  width: 100%;
  max-width: 420px;
}

.hero-corporate__image-main {
  border-radius: var(--radius-md);
}

.hero-corporate__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero-corporate__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: var(--font-size-2xl);
  font-weight: 600;
  color: var(--gray-900);
}

.hero-corporate__stat-label {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-500);
}

.team-section {
  gap: var(--space-8);
}

.team-section__image-wrapper {
  align-self: center;
}

.team-section__image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft-lg);
}

.team-section__highlights {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.team-pill {
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-subtle);
}

.team-pill__title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.team-pill__text {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.office-section {
  gap: var(--space-8);
}

.office-section__image-wrapper {
  align-self: center;
}

.office-section__image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.office-section__subheading {
  margin-top: var(--space-4);
}

.office-section__list-wrapper {
  margin-top: var(--space-2);
}

.office-section__list {
  margin-left: var(--space-4);
}

.leadership-section {
  gap: var(--space-8);
}

.leadership-section__quote-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.leadership-section__card {
  width: 100%;
}

.leadership-section__quote {
  font-size: var(--font-size-md);
  line-height: var(--line-height-relaxed);
}

.leadership-section__author {
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--gray-700);
}

.values-section__grid {
  margin-top: var(--space-6);
}

.values-card h3 {
  margin-bottom: var(--space-2);
}

.history-section {
  gap: var(--space-8);
}

.history-section__timeline-wrapper {
  align-self: center;
}

.references-section__grid {
  margin-top: var(--space-6);
}

.references-card h3 {
  margin-bottom: var(--space-2);
}

.cert-section {
  gap: var(--space-8);
}

.cert-section__list-wrapper {
  align-self: center;
}

.cert-section__list {
  margin-left: var(--space-4);
}

.behind-section {
  gap: var(--space-8);
}

.behind-section__timeline {
  margin-top: var(--space-4);
}

.behind-section__card-wrapper {
  align-self: center;
}

.behind-section__card {
  width: 100%;
}

.csr-section__list-wrapper {
  align-self: center;
}

.csr-section__list {
  margin-left: var(--space-4);
}

@media (max-width: 767px) {
  .hero-corporate__inner,
  .team-section,
  .office-section,
  .leadership-section,
  .history-section,
  .cert-section,
  .behind-section {
    gap: var(--space-6);
  }

  .hero-corporate__visual {
    margin-top: var(--space-6);
  }
}
