/* --- APPLE-THEMED COMPANY SPECIFIC STYLES --- */

/* Kolkata Hub block */
.kolkata-hub-wrapper {
  background-color: var(--white);
  border: var(--border-light);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  padding: 40px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  max-width: 950px;
}

.map-illustration {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  border: var(--border-light);
  background-color: var(--soft-gray);
  overflow: hidden;
}

/* Founder bio details */
.founder-profile-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.bio-text-block h3 {
  font-size: 34px;
  font-weight: 600;
  color: var(--text-charcoal);
  margin-bottom: 8px;
}

.bio-title-mono {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--apple-blue);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.bio-paragraph {
  font-size: 15px;
  line-height: 1.6;
  color: #6E6E73;
  margin-bottom: 16px;
}

/* Apple minimal divider line */
.apple-divider {
  width: 100%;
  max-width: 950px;
  height: 1px;
  background-color: #E5E5EA;
  margin: 60px 0;
}
