.committee-page {
  padding: 1.75rem 0 3.5rem;
  background: var(--bg-soft);
}

.committee-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.committee-jump a {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-primary);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.committee-jump a:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.committee-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 1.25rem;
  align-items: start;
}

.committee-layout__main {
  display: grid;
  gap: 1rem;
}

.committee-layout__aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: calc(var(--site-nav-height, 76px) + 1rem);
}

.committee-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem 1.3rem;
  box-shadow: var(--shadow-sm);
}

.committee-panel--compact {
  padding: 1.1rem 1.2rem;
}

.committee-panel--accent {
  background: linear-gradient(145deg, #fff 0%, #f3f7fc 100%);
  border-color: rgba(23, 48, 88, 0.12);
}

.committee-panel__head {
  margin-bottom: 1rem;
}

.committee-panel__head--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.committee-panel__title {
  margin: 0;
  color: var(--brand-primary);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.committee-panel__meta {
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.committee-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.committee-lead,
.committee-quote {
  margin: 0;
  color: var(--text-main);
  line-height: 1.7;
  font-size: 0.95rem;
}

.committee-quote {
  font-size: 1rem;
  font-weight: 500;
  color: var(--brand-primary);
}

.committee-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.committee-split--vision {
  grid-template-columns: 0.95fr 1.05fr;
}

.committee-card-grid {
  display: grid;
  gap: 0.85rem;
}

.committee-card-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.committee-info-card {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.9rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-soft);
}

.committee-info-card__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(23, 48, 88, 0.08);
  color: var(--brand-primary);
  font-size: 1rem;
}

.committee-info-card h3 {
  margin: 0 0 0.25rem;
  color: var(--brand-primary);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.committee-info-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.committee-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.committee-checklist--cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.committee-checklist--tight {
  gap: 0.45rem;
}

.committee-checklist li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-main);
  font-size: 0.9rem;
  line-height: 1.5;
}

.committee-checklist li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--brand-accent);
  font-size: 0.82rem;
}

.committee-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.committee-timeline__item {
  padding: 0.8rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
  text-align: center;
}

.committee-timeline__label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.committee-timeline__item strong {
  display: block;
  color: var(--brand-primary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.committee-leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.committee-leader-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-soft);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.committee-leader-card:hover {
  border-color: rgba(23, 48, 88, 0.2);
  box-shadow: var(--shadow-sm);
}

.committee-leader-card__avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}

.committee-leader-card h3 {
  margin: 0 0 0.15rem;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.committee-leader-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.committee-aside-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: var(--shadow-sm);
}

.committee-aside-card--contact {
  background: linear-gradient(145deg, var(--brand-primary) 0%, #1f3f6d 100%);
  border-color: transparent;
  color: #fff;
}

.committee-aside-card__badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.15rem;
}

.committee-aside-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.committee-aside-card p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.55;
  opacity: 0.92;
}

.committee-aside-card__email {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.committee-aside-card__email:hover {
  color: #fff;
  opacity: 0.9;
}

.committee-form__fields {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.committee-form .contact-field__label {
  font-size: 0.82rem;
}

.committee-form .form-control {
  font-size: 0.9rem;
}

body[data-page="research-development"] .page-hero-lead,
body[data-page="internal-complaint-committee"] .page-hero-lead,
body[data-page="university-committees-cell"] .page-hero-lead {
  max-width: 640px;
}

/* ── Committee hero (image) — legacy, unused */
.committee-hero--image {
  position: relative;
  margin-top: var(--site-nav-height, 76px);
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.committee-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.committee-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(23, 48, 88, 0.92) 0%,
    rgba(23, 48, 88, 0.78) 45%,
    rgba(170, 34, 46, 0.55) 100%
  );
}

.committee-hero__content {
  position: relative;
  z-index: 1;
  padding: 2.75rem 0 3.25rem;
}

.committee-hero__label {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 0.45rem;
}

.committee-hero__title {
  margin: 0;
  max-width: 720px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.5vw + 1rem, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.committee-hero__lead {
  margin: 0.65rem 0 0;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
}

/* Shared tags */
.rd-tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(23, 48, 88, 0.08);
  color: var(--brand-accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── R&D page ── */
.rd-page {
  padding: 2rem 0 3.5rem;
  background: var(--bg-soft);
}

.rd-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}

.rd-pillar {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 32px rgba(23, 48, 88, 0.1);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rd-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(23, 48, 88, 0.14);
}

.rd-pillar__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--brand-primary), #254a7f);
  color: #fff;
  font-size: 1.05rem;
}

.rd-pillar h3 {
  margin: 0 0 0.2rem;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.rd-pillar p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.rd-bento {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.15rem;
}

.rd-card {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.rd-bento__overview h2,
.rd-bento__mission h2,
.rd-bento__leadership h2 {
  margin: 0 0 0.75rem;
  color: var(--brand-primary);
  font-size: clamp(1.1rem, 1vw + 0.9rem, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.rd-bento__overview p {
  margin: 0;
  color: var(--text-main);
  font-size: 0.94rem;
  line-height: 1.75;
}

.rd-vision {
  position: relative;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  background: linear-gradient(155deg, var(--brand-primary) 0%, #1a3560 55%, #aa222e 160%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(23, 48, 88, 0.22);
  overflow: hidden;
}

.rd-vision__glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.rd-vision__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.15rem;
}

.rd-vision__label {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}

.rd-vision blockquote {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.65;
}

.rd-bento__mission,
.rd-bento__enablers,
.rd-bento__leadership {
  grid-column: 1 / -1;
}

.rd-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.1rem;
}

.rd-section-head__note {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.rd-mission-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.rd-mission-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, var(--bg-soft) 100%);
  transition: border-color 0.15s ease;
}

.rd-mission-item:hover {
  border-color: rgba(23, 48, 88, 0.22);
}

.rd-mission-item__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.rd-mission-item p {
  margin: 0;
  padding-top: 0.35rem;
  color: var(--text-main);
  font-size: 0.88rem;
  line-height: 1.55;
}

.rd-bento__enablers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.rd-enabler {
  padding: 1.1rem 1rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rd-enabler:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.rd-enabler__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: rgba(170, 34, 46, 0.1);
  color: var(--brand-accent);
  font-size: 1.15rem;
}

.rd-enabler h3 {
  margin: 0 0 0.35rem;
  color: var(--brand-primary);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.rd-enabler p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.rd-leaders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.rd-leader {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.rd-leader::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, var(--brand-primary), var(--brand-accent));
  opacity: 0;
  transition: opacity 0.15s ease;
}

.rd-leader:hover {
  border-color: rgba(23, 48, 88, 0.2);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.rd-leader:hover::before {
  opacity: 1;
}

.rd-leader__avatar {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--brand-primary), #2a5088);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}

.rd-leader__body h3 {
  margin: 0 0 0.15rem;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.rd-leader__body p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.rd-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.rd-table th,
.rd-table td {
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.rd-table th {
  background: rgba(23, 48, 88, 0.06);
  color: var(--brand-primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rd-table td {
  color: var(--text-main);
}

.rd-table tbody tr:nth-child(even) {
  background: rgba(23, 48, 88, 0.02);
}

@media (max-width: 991.98px) {
  .ucc-content,
  .ucc-content .table-responsive,
  .committee-page .table-responsive {
    overflow-x: visible;
  }

  .rd-table {
    display: block;
    width: 100%;
    min-width: 0 !important;
  }

  .rd-table thead {
    display: none;
  }

  .rd-table tbody {
    display: block;
    width: 100%;
  }

  .rd-table tr {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.75rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  .rd-table td {
    display: block;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid var(--border);
    padding: 0.55rem 0.75rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .rd-table td:last-child {
    border-bottom: none;
  }

  .rd-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.2rem;
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}

/* ── ICC page ── */
.icc-page {
  padding: 2rem 0 3.5rem;
  background: var(--bg-soft);
}

.icc-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(23, 48, 88, 0.1);
  overflow: hidden;
}

.icc-stepper__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 1rem 0.85rem;
  border-right: 1px solid var(--border);
}

.icc-stepper__step:last-child {
  border-right: none;
}

.icc-stepper__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--border);
  border-right: 2px solid var(--border);
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  z-index: 1;
}

.icc-stepper__dot {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-primary), #2a5088);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.icc-stepper__step h3 {
  margin: 0 0 0.25rem;
  color: var(--brand-primary);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.icc-stepper__step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.icc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 1.15rem;
  align-items: start;
}

.icc-panel {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  min-height: 380px;
}

.icc-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  background: linear-gradient(180deg, var(--brand-primary) 0%, #1a3560 100%);
}

.icc-nav__btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.72rem 0.8rem;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.icc-nav__btn i {
  font-size: 1rem;
  opacity: 0.85;
}

.icc-nav__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.icc-nav__btn.is-active {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.icc-panel__body {
  padding: 1.35rem 1.4rem;
}

.icc-panel__section h2 {
  margin: 0 0 0.85rem;
  color: var(--brand-primary);
  font-size: 1.15rem;
  font-weight: 700;
}

.icc-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.icc-items li {
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--brand-accent);
  border-radius: 0 12px 12px 0;
  background: var(--bg-soft);
}

.icc-items strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 700;
}

.icc-items span {
  display: block;
  color: var(--text-main);
  font-size: 0.88rem;
  line-height: 1.55;
}

.icc-aside {
  position: sticky;
  top: calc(var(--site-nav-height, 76px) + 0.85rem);
}

/* ICC complaint form */
.icc-form-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 48, 88, 0.14);
  overflow: hidden;
}

.icc-form-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem;
  background: linear-gradient(135deg, var(--brand-primary), #aa222e 180%);
  color: #fff;
}

.icc-form-card__badge {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.15rem;
}

.icc-form-card__head h2 {
  margin: 0 0 0.25rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.icc-form-card__head p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  opacity: 0.92;
}

.icc-form-card__head a {
  color: #fff;
  font-weight: 600;
}

.icc-form-card__form {
  padding: 1.1rem 1.25rem 1.25rem;
}

.icc-form-card__fields {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.icc-form-card__form .contact-field__label {
  font-size: 0.8rem;
}

.icc-form-card__form .form-control {
  font-size: 0.88rem;
}

/* ── Responsive ── */
@media (max-width: 1199.98px) {
  .rd-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-bento {
    grid-template-columns: 1fr;
  }

  .rd-bento__enablers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-leaders {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .icc-stepper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .icc-stepper__step:nth-child(3) {
    border-right: none;
  }

  .icc-stepper__step:nth-child(3)::after {
    display: none;
  }

  .icc-layout {
    grid-template-columns: 1fr;
  }

  .icc-aside {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .icc-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .icc-stepper__step:nth-child(2n) {
    border-right: none;
  }

  .icc-stepper__step::after {
    display: none;
  }

  .icc-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .icc-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.65rem;
    scrollbar-width: thin;
  }

  .icc-nav__btn {
    flex: 0 0 auto;
    width: auto;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .icc-nav__btn span {
    display: inline;
  }

  .rd-mission-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .committee-hero__content {
    padding: 2rem 0 2.75rem;
  }

  .rd-pillars,
  .icc-stepper {
    margin-top: 0;
  }

  .rd-pillars {
    grid-template-columns: 1fr;
  }

  .rd-bento__enablers {
    grid-template-columns: 1fr;
  }

  .rd-leaders {
    grid-template-columns: 1fr;
  }

  .icc-stepper {
    grid-template-columns: 1fr;
  }

  .icc-stepper__step {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .icc-stepper__step:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .rd-page,
  .icc-page {
    padding-bottom: 2.5rem;
  }

  .rd-card,
  .icc-panel__body {
    padding: 1.1rem;
  }

  .icc-nav__btn {
    flex: 0 0 auto;
    width: auto;
    padding: 0.65rem;
  }
}

@media (max-width: 1199.98px) {
  .committee-layout {
    grid-template-columns: 1fr;
  }

  .committee-layout__aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .committee-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .committee-leader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .committee-split,
  .committee-split--vision,
  .committee-card-grid--2,
  .committee-checklist--cols {
    grid-template-columns: 1fr;
  }

  .committee-layout__aside {
    grid-template-columns: 1fr;
  }

  .committee-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .committee-page {
    padding: 1.25rem 0 2.5rem;
  }

  .committee-panel {
    padding: 1rem;
  }

  .committee-leader-grid,
  .committee-timeline {
    grid-template-columns: 1fr;
  }
}

.ucc-page {
  padding: 1.75rem 0 3.5rem;
  background: var(--bg-soft);
}

.ucc-layout {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.ucc-sidebar {
  position: sticky;
  top: calc(var(--site-nav-height, 76px) + 1rem);
  z-index: 2;
}

.ucc-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  background: linear-gradient(180deg, var(--brand-primary) 0%, #1a3560 100%);
  border: 1px solid rgba(23, 48, 88, 0.15);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  max-height: calc(100vh - var(--site-nav-height, 76px) - 2rem);
  overflow-y: auto;
}

.ucc-nav__btn {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  padding: 0.72rem 0.8rem;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.ucc-nav__btn i {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  font-size: 0.95rem;
  opacity: 0.85;
}

.ucc-nav__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ucc-nav__btn.is-active {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.ucc-content {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow-x: auto;
  min-height: 420px;
}

.ucc-panel__section {
  display: none;
}

.ucc-panel__section.is-active {
  display: block;
}

.ucc-panel__head {
  margin-bottom: 1rem;
}

.ucc-panel__head h2 {
  margin: 0;
  color: var(--brand-primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.ucc-panel__subtitle {
  margin: 0.45rem 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ucc-table td a {
  color: var(--brand-primary);
  text-decoration: none;
  word-break: break-all;
}

.ucc-table td a:hover {
  text-decoration: underline;
}

.ucc-footnotes {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(23, 48, 88, 0.04);
  border: 1px solid rgba(23, 48, 88, 0.08);
}

.ucc-footnotes p {
  margin: 0;
  color: var(--text-main);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ucc-footnotes p + p {
  margin-top: 0.35rem;
}

@media (max-width: 991.98px) {
  .ucc-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ucc-sidebar {
    position: static;
  }

  .ucc-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-height: none;
    padding: 0.75rem;
  }

  .ucc-nav__btn {
    flex: 0 0 auto;
    max-width: min(220px, 78vw);
  }

  .ucc-nav__btn span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ucc-content {
    min-height: 0;
    overflow-x: visible;
    max-width: 100%;
  }

  .ucc-content .table-responsive {
    overflow: visible;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ucc-content {
    padding: 1rem;
  }

  .ucc-nav__btn {
    font-size: 0.74rem;
    max-width: 180px;
  }
}
