/* ===================================================================
   HUMAN CAPITAL — page-specific styles
   =================================================================== */

/* ===================================================================
   HERO
   =================================================================== */
.hc-hero { background: #e8f2fa; }
.hc-hero .src-hero__text { color: var(--brand); }

/* ===================================================================
   SHARED SECTION WRAPPER
   =================================================================== */
.hc-section {
  background: #ffffff;
}
.hc-section--alt {
  background: #f7f9fc;
}
.hc-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px clamp(20px, 4vw, 56px);
}
.hc-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.3;
}
.hc-subheading {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  margin-top: 32px;
  line-height: 1.4;
}
.hc-subheading:first-child { margin-top: 0; }
.hc-p {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 16px;
}
.hc-p:last-child { margin-bottom: 0; }

/* ===================================================================
   CAPITAL OVERVIEW (5 Pillars SVG + image)
   =================================================================== */
.hc-ov {
  background: #ffffff;
}
.hc-ov__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px clamp(20px, 4vw, 56px);
}
.hc-ov__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-bottom: 56px;
}
.hc-ov__pillars-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}
.hc-ov__bottom {
  display: block;
  margin-top: 48px;
}
.hc-ov__meta-row {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hc-ov__meta-col {
  flex: 1;
  min-width: 160px;
}
.hc-ov__meta-col:last-child {
  padding-left: 48px;
}
.hc-ov__meta-heading {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  margin-top: 28px;
}
.hc-ov__meta-heading:first-child { margin-top: 0; }
.hc-ov__sdg-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.hc-ov__sdg-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.hc-ov__mat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hc-ov__mat-list li {
  font-size: clamp(13px, 0.9vw, 14px);
  line-height: 1.6;
  color: var(--ink);
  padding: 6px 0 6px 18px;
  position: relative;
  border-bottom: 1px solid #dde8f2;
}
.hc-ov__mat-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--brand);
}
.hc-ov__mat-list li:last-child { border-bottom: none; }
.hc-ov__risk-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hc-ov__risk-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hc-ov__risk-icon.is-visible {
  opacity: 1;
  transform: translateY(0);
      border: none;
}

/* ===================================================================
   CORE PILLARS TEXT SECTION
   =================================================================== */
.hc-pillars {
  background: #ffffff;
}
.hc-pillars__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 56px);
}
.hc-pillars__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* ===================================================================
   TALENT ATTRACTION & ACQUISITION
   =================================================================== */
.hc-ta {
  background: #f7f9fc;
}
.hc-ta__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 56px);
}
.hc-ta__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.hc-ta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 40px;
}
.hc-ta__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.hc-ta__callout-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.hc-ta__callout {
  background: #dceefb;
  border-radius: 8px;
  padding: 20px 22px;
}
.hc-ta__callout-title {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 6px;
}
.hc-ta__callout-num {
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.hc-ta__callout-p {
  font-size: clamp(12px, 0.85vw, 13px);
  line-height: 1.55;
  color: var(--brand);
}

/* ===================================================================
   STATS ROW
   =================================================================== */
.hc-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 32px;
}
.hc-ta__callout-p.black{
  color: #000;
}
.hc-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hc-stat__num {
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.hc-stat__label {
  font-size: clamp(12px, 0.85vw, 13px);
  line-height: 1.5;
  color: var(--ink);
  max-width: 160px;
}

/* ===================================================================
   TALENT MANAGEMENT
   =================================================================== */
.hc-tm__img {
  width: 70%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: cover;
  margin: 0 auto;
}
.hc-tm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 32px;
}
.hc-tm__bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.hc-tm__bullets li {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.7;
  color: var(--ink);
  padding: 8px 0 8px 20px;
  position: relative;
}
.hc-tm__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--azure);
}
.hc-tm__bullets li:last-child { border-bottom: none; }
.hc-tm__bullets li strong { color: var(--brand); }

/* ===================================================================
   LEADERSHIP DEVELOPMENT
   =================================================================== */
.hc-ld__clp-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.hc-ld__callout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 4px 0 12px;
}
.hc-ld__cert-callout strong, .hc-lnd__callout strong {
    font-size: 18px;
}
.hc-ld__callout-num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  line-height: 1;
}
.hc-ld__callout-big {
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 800;
}
.hc-ld__callout-unit {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
}
.hc-ld__callout-label {
  font-size: clamp(13px, 0.9vw, 15px);
  color: var(--ink);
  line-height: 1.5;
}
.hc-ld__prog-obj {
  margin-top: 16px;
}
.hc-ld__bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
}
.hc-ld__bullets li {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.72;
  color: var(--ink);
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #e2eaf3;
}
.hc-ld__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--brand);
}
.hc-ld__bullets li:last-child { border-bottom: none; }
.hc-ld__cert-callout {
  background: #dceefb;
  border-radius: 8px;
  padding: 18px 24px;
  margin-top: 24px;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.65;
  color: var(--brand);
}
.hc-ld__svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 40px auto 0;
}

/* ===================================================================
   LEARNING AND DEVELOPMENT
   =================================================================== */
.hc-lnd__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(24px, 3vw, 56px);
  margin-top: 40px;
  align-items: start;
}
.hc-lnd__callout {
  background: #dceefb;
  border-radius: 8px;
  padding: 18px 22px;
  margin-top: 12px;
  font-size: clamp(13px, 0.9vw, 14px);
  line-height: 1.6;
  color: var(--brand);
}
.hc-lnd__nism {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e2eaf3;
}
.hc-lnd__nism-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hc-lnd__nism-num {
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.hc-lnd__nism-label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  max-width: 180px;
}

/* ===================================================================
   EMPLOYEE ENGAGEMENT
   =================================================================== */
.hc-ee__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 32px;
}
.hc-ee__callout {
  background: #dceefb;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.65;
  color: var(--ink);
}
.hc-ee__callout p {
  white-space: nowrap;
}
.hc-ee__callout-num {
  font-size: clamp(32px, 2.5vw, 44px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.hc-ee__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 8px;
}

/* ===================================================================
   DIVERSITY AND INCLUSION
   =================================================================== */
.hc-di__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 32px;
}
.hc-di__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 60%;
  display: block;
  border-radius: 8px;
}

/* ===================================================================
   PEOPLE'S PULSE newsletter bullets
   =================================================================== */
.hc-pp__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.hc-pp__list li {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.72;
  color: var(--ink);
  padding: 8px 0 8px 20px;
  position: relative;
}
.hc-pp__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--brand);
}
.hc-pp__list li:last-child { border-bottom: none; }
.hc-pp__list li strong { color: var(--brand); }
.hc-pp__list li span.black strong{
  color: #000;
}
/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 900px) {
  .hc-ov__top,
  .hc-ov__bottom,
  .hc-ta__grid,
  .hc-tm__grid,
  .hc-ee__grid,
  .hc-di__grid { grid-template-columns: 1fr; }
  .hc-lnd__grid { grid-template-columns: 1fr 1fr; }
  .hc-ta__callout-row { grid-template-columns: 1fr; }
  .hc-ov__meta-col:last-child { padding-left: 0; }
  .hc-stats { gap: 24px; flex-wrap: nowrap; }
  .hc-stat__label { max-width: 120px; }
  .hc-tm__img { width: 100%; }
  .hc-ld__clp-row { grid-template-columns: 1fr; }
  .hc-ld__bullets { grid-template-columns: 1fr; }
  .hc-lnd__nism { flex-wrap: nowrap; gap: 24px; }
  .hc-lnd__nism-label { max-width: 120px; }
  .hc-ee__img { height: auto; }
  .hc-di__img { height: auto; }
}
@media (max-width: 600px) {
  .hc-lnd__grid { grid-template-columns: 1fr; }
}

/* ===== Tablet (max 1024px) ===== */
@media (max-width: 1024px) {
  .src-hero__title { font-size: 32px; }
  .hc-ta__callout-num { font-size: 36px; }
  .hc-stat__num { font-size: 36px; }
  .hc-lnd__grid { grid-template-columns: 1fr 1fr; }
}

/* ===== Mobile (max 768px) ===== */
@media (max-width: 768px) {
  .src-hero__wrap { padding: 0 20px 28px; margin-top: -30px; }
  .src-hero__breadcrumb { margin-bottom: 16px; font-size: 11px; }
  .src-hero__title { font-size: 24px; line-height: 1.25; }
  .src-hero__inner { padding-top: 24px; }
  .src-hero__eye-label { font-size: 12px; }
  .hc-ov__wrap { padding: 28px 20px 24px; }
  .hc-ov__top { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
  .hc-ov__meta-row { gap: 20px; flex-direction: column; }
  .hc-ov__meta-col:last-child { padding-left: 0; }
  .hc-ov__sdg-icon { width: 40px; height: 40px; }
  .hc-ov__risk-icon { width: 40px; height: 40px; }
  .hc-wrap { padding: 24px 20px; }
  .hc-pillars__wrap { padding: 24px 20px; }
  .hc-pillars__heading { font-size: 15px; }
  .hc-heading { font-size: 15px; }
  .hc-subheading { font-size: 14px; margin-top: 20px; }
  .hc-p { font-size: 13px; }
  .hc-ta__wrap { padding: 24px 20px; }
  .hc-ta__heading { font-size: 15px; }
  .hc-ta__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .hc-ta__img { height: 220px; }
  .hc-ta__callout-row { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
  .hc-ta__callout { padding: 14px 16px; }
  .hc-ta__callout-num { font-size: 28px; }
  .hc-ta__callout-title { font-size: 14px; }
  .hc-stats { gap: 20px; flex-wrap: wrap; margin-top: 20px; padding-top: 20px; }
  .hc-stat__num { font-size: 28px; }
  .hc-stat__label { font-size: 12px; max-width: 100%; }
  .hc-tm__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .hc-tm__img { max-height: 220px; }
  .hc-ld__clp-row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
  .hc-ld__callout { min-height: auto; padding: 20px; }
  .hc-ld__callout-big { font-size: 32px; }
  .hc-ld__bullets { grid-template-columns: 1fr; gap: 0; }
  .hc-lnd__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .hc-lnd__nism { flex-wrap: wrap; gap: 20px; margin-top: 20px; padding-top: 20px; }
  .hc-lnd__nism-num { font-size: 28px; }
  .hc-ee__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .hc-ee__img { height: 220px; }
  .hc-ee__callout p { white-space: normal; }
  .hc-ee__callout-num { font-size: 28px; }
  .hc-di__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .hc-di__img { height: 220px; }
}

/* ===== Small Mobile (max 480px) ===== */
@media (max-width: 480px) {
  .src-hero__title { font-size: 20px; }
  .hc-ta__callout-row { grid-template-columns: 1fr; }
  .hc-ta__callout-num { font-size: 26px; }
  .hc-stat__num { font-size: 26px; }
}
