/* ===================================================================
   CORPORATE GOVERNANCE — page-specific styles
   =================================================================== */

/* ===================================================================
   SECTION 1 — Hero
   =================================================================== */
.cg-hero { background: #eef2f8; }
.cg-hero .src-hero__text { color: var(--brand); }

/* ===================================================================
   SECTION 2 — Governance Framework + Integrity (2-col)
   =================================================================== */
.cg-body {
  background: #ffffff;
}
.cg-body__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 56px);
}
.cg-body__col + .cg-body__col {
  margin-top: 48px;
}
.cg-body__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.3;
}
.cg-body__p {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 0;
}

/* ===================================================================
   SECTION 3 — Integrity at the Core SVG
   =================================================================== */
.cg-integrity {
  background: #f7f9fc;
  border-top: 1px solid #e2eaf3;
  border-bottom: 1px solid #e2eaf3;
}
.cg-integrity__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 56px);
  display: flex;
  justify-content: center;
}
.cg-integrity__img {
  width: 100%;
  max-width: 860px;
  height: auto;
  display: block;
}

/* ===================================================================
   SECTION 4 — Cybersecurity + Board Committees (2-col)
   =================================================================== */
.cg-cyber {
  background: #ffffff;
}
.cg-cyber__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 56px);
}
.cg-cyber__col + .cg-cyber__col {
  margin-top: 48px;
}
.cg-cyber__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.3;
}
.cg-cyber__p {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 20px;
}
.cg-cyber__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cg-cyber__list li {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.72;
  color: var(--ink);
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #e8eef5;
  position: relative;
}
.cg-cyber__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--azure);
  flex-shrink: 0;
}
.cg-cyber__list li:last-child { border-bottom: none; }

/* Board Committees card */
.cg-board__card {
  border: 1.5px solid #c8d8f0;
  border-radius: 10px;
  padding: 28px 32px;
}
.cg-board__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
}
.cg-board__list li {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.72;
  color: var(--ink);
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #e8eef5;
  position: relative;
}
.cg-board__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}
.cg-board__list li:nth-child(4),
.cg-board__list li:nth-child(5),
.cg-board__list li:nth-child(6) { border-bottom: none; }
@media (max-width: 700px) {
  .cg-board__list { grid-template-columns: 1fr; }
  .cg-board__list li:nth-child(4),
  .cg-board__list li:nth-child(5) { border-bottom: 1px solid #e8eef5; }
  .cg-board__list li:last-child { border-bottom: none; }
}

/* ===================================================================
   SECTION 5 — Full-width image
   =================================================================== */
.cg-photo {
  background: #000;
  line-height: 0;
}
.cg-photo__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 540px;
  object-fit: cover;
  opacity: 0.95;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 900px) {
  .cg-body__wrap,
  .cg-cyber__wrap { grid-template-columns: 1fr; }
}

/* ===== Tablet (max 1024px) ===== */
@media (max-width: 1024px) {
  .src-hero__title { font-size: 32px; }
  .cg-body__heading, .cg-cyber__heading { font-size: 16px; }
}

/* ===== Mobile (max 768px) ===== */
@media (max-width: 768px) {
  .src-hero__wrap { padding: 0 20px 28px; margin-top: -30px; }
  .src-hero__inner { padding-top: 24px; }
  .src-hero__breadcrumb { margin-bottom: 16px; font-size: 11px; }
  .src-hero__title { font-size: 24px; line-height: 1.25; }
  .src-hero__eye-label { font-size: 12px; }
  .cg-body__wrap { padding: 28px 20px; }
  .cg-body__col + .cg-body__col { margin-top: 24px; }
  .cg-body__heading { font-size: 15px; margin-bottom: 10px; }
  .cg-body__p { font-size: 13px; }
  .cg-integrity__wrap { padding: 28px 20px; }
  .cg-cyber__wrap { padding: 28px 20px; }
  .cg-cyber__col + .cg-cyber__col { margin-top: 24px; }
  .cg-cyber__heading { font-size: 15px; margin-bottom: 10px; }
  .cg-cyber__p { font-size: 13px; }
  .cg-cyber__list li { font-size: 13px; padding: 8px 0 8px 18px; }
  .cg-board__card { padding: 20px; }
  .cg-board__list { grid-template-columns: 1fr; }
  .cg-board__list li { font-size: 13px; padding: 8px 0 8px 18px; }
  .cg-board__list li:nth-child(4),
  .cg-board__list li:nth-child(5) { border-bottom: 1px solid #e8eef5; }
  .cg-board__list li:last-child { border-bottom: none; }
  .cg-photo__img { max-height: 220px; }
}

/* ===== Small Mobile (max 480px) ===== */
@media (max-width: 480px) {
  .src-hero__title { font-size: 20px; }
}
