:root {
  --spc-about-navy: #0b2535;
  --spc-about-navy-2: #112f4c;
  --spc-about-blue: #159bd7;
  --spc-about-action-blue: #0579b4;
  --spc-about-blue-soft: #72c8ec;
  --spc-about-text: #18313f;
  --spc-about-muted: #536773;
  --spc-about-line: #dce5ea;
  --spc-about-surface: #f6f8f9;
  --spc-about-inset: max(clamp(1rem, 5vw, 5rem), calc((100% - 1440px) / 2));
  --spc-about-after-hero: clamp(16px, 1.5vw, 22px);
}

.spc-about-family,
.spc-about-family * {
  box-sizing: border-box;
}

.spc-about-family {
  background: #fff;
  color: var(--spc-about-text);
  font-family: "Exo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 !important;
  max-width: none !important;
  overflow: clip;
  width: 100%;
}

.spc-about-shell {
  margin-inline: auto;
  max-width: 1440px;
  width: 100%;
}

.spc-about-hero {
  align-items: flex-start;
  color: #fff;
  display: flex;
  height: 560px;
  isolation: isolate;
  justify-content: flex-start;
  min-height: 560px;
  overflow: hidden;
  padding: 184px var(--spc-about-inset) 36px;
  position: relative;
}

.spc-about-hero__media,
.spc-about-hero__overlay {
  inset: 0;
  position: absolute;
}

.spc-about-hero__media {
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  width: 100%;
  z-index: -2;
}

.spc-about-hero__overlay {
  background: linear-gradient(90deg, rgba(10, 25, 53, .96) 0%, rgba(13, 43, 69, .88) 52%, rgba(13, 43, 69, .54) 100%);
  z-index: -1;
}

.spc-about-hero__content {
  margin: 0;
}

.spc-about-eyebrow {
  color: var(--spc-about-blue-soft) !important;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.7;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.spc-about-hero h1 {
  color: #fff !important;
  font-size: clamp(2.05rem, 3vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.03;
  margin: 0;
  max-width: 27ch;
}

.spc-about-hero__lead {
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.46;
  margin: .85rem 0 0;
  max-width: 70ch;
}

.spc-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1rem;
}

.spc-about-button {
  align-items: center;
  border: 2px solid var(--spc-about-blue);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  padding: .62rem 1.25rem;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.spc-about-button:hover {
  transform: translateY(-1px);
}

.spc-about-button:focus-visible,
.spc-about-family a:focus-visible,
.spc-about-family summary:focus-visible {
  outline: 3px solid #ffd75a;
  outline-offset: 3px;
}

.spc-about-button--primary {
  background: var(--spc-about-action-blue);
  border-color: var(--spc-about-action-blue);
  color: #fff !important;
}

.spc-about-button--secondary {
  background: rgba(7, 26, 44, .3);
  border-color: rgba(255, 255, 255, .9);
  color: #fff !important;
}

.spc-about-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 4.2vw, 64px);
  grid-template-columns: 290px minmax(0, 980px);
  margin-inline: auto;
  max-width: 1440px;
  padding: var(--spc-about-after-hero) clamp(16px, 3vw, 40px) clamp(64px, 8vw, 110px);
}

.spc-about-sidebar {
  position: sticky;
  top: 118px;
}

.spc-about-sidebar details {
  background: #fff;
  border: 1px solid var(--spc-about-line);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(11, 37, 53, .07);
  overflow: hidden;
}

.spc-about-sidebar summary {
  color: var(--spc-about-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 1rem 1.1rem;
}

.spc-about-sidebar summary::-webkit-details-marker {
  display: none;
}

.spc-about-sidebar summary::after {
  color: var(--spc-about-blue);
  content: "+";
  float: right;
  font-size: 1.25rem;
}

.spc-about-sidebar details[open] summary::after {
  content: "−";
}

.spc-about-sidebar__body {
  border-top: 1px solid var(--spc-about-line);
  padding: .6rem 1.1rem 1.15rem;
}

.spc-about-family-nav ul,
.spc-about-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spc-about-family-nav a,
.spc-about-toc a {
  border-radius: 8px;
  color: #3e5360;
  display: block;
  font-size: .93rem;
  line-height: 1.35;
  padding: .62rem .72rem;
  text-decoration: none !important;
}

.spc-about-family-nav a:hover,
.spc-about-toc a:hover {
  background: var(--spc-about-surface);
  color: var(--spc-about-navy);
}

.spc-about-family-nav a[aria-current="page"],
.spc-about-toc a.is-active {
  background: #edf7fc;
  color: #0c5577;
  font-weight: 800;
}

.spc-about-toc {
  border-top: 1px solid var(--spc-about-line);
  margin-top: .75rem;
  padding-top: .9rem;
}

.spc-about-toc h2 {
  color: var(--spc-about-navy) !important;
  font-size: .78rem !important;
  letter-spacing: .08em;
  margin: 0 0 .45rem !important;
  text-transform: uppercase;
}

.spc-about-body {
  min-width: 0;
}

.spc-about-section {
  border-bottom: 1px solid var(--spc-about-line);
  padding: clamp(16px, 1.5vw, 22px) 0;
  scroll-margin-top: 130px;
}

.spc-about-section:first-child {
  padding-top: 0;
}

.spc-about-section:last-child {
  border-bottom: 0;
}

.spc-about-section > h2 {
  color: var(--spc-about-navy) !important;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem) !important;
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 0 0 .65rem !important;
  max-width: 24ch;
}

.spc-about-section h3 {
  color: var(--spc-about-navy);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.3;
  margin: 0 0 .65rem;
}

.spc-about-section p,
.spc-about-section li,
.spc-about-section td,
.spc-about-section th {
  font-size: 1rem;
  line-height: 1.68;
}

.spc-about-section p {
  margin: 0 0 .55rem;
  max-width: 78ch;
}

.spc-about-section a {
  color: #0579b4;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.spc-about-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: .75rem;
}

.spc-about-card {
  background: #fff;
  border: 1px solid var(--spc-about-line);
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(11, 37, 53, .055);
  padding: clamp(20px, 2.5vw, 30px);
}

.spc-about-card p:last-child,
.spc-about-card ul:last-child {
  margin-bottom: 0;
}

.spc-about-card-grid--people .spc-about-card:first-child {
  grid-column: 1 / -1;
}

.spc-about-person-mark {
  align-items: center;
  background: var(--spc-about-navy);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 46px;
}

.spc-about-callout {
  background: #f5f9fb;
  border: 1px solid #d9e7ed;
  border-radius: 12px;
  margin: .65rem 0;
  padding: 1rem 1.15rem;
}

.spc-about-callout p {
  margin: 0;
}

.spc-about-steps {
  counter-reset: spc-step;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.spc-about-steps li {
  align-items: start;
  background: var(--spc-about-surface);
  border-radius: 10px;
  counter-increment: spc-step;
  display: grid;
  gap: .8rem;
  grid-template-columns: 34px 1fr;
  padding: .85rem 1rem;
}

.spc-about-steps li::before {
  align-items: center;
  background: var(--spc-about-blue);
  border-radius: 50%;
  color: #fff;
  content: counter(spc-step);
  display: flex;
  font-size: .85rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.spc-about-table {
  border: 1px solid var(--spc-about-line);
  border-radius: 12px;
  margin: 1.25rem 0;
  overflow: auto;
}

.spc-about-table table {
  border-collapse: collapse;
  min-width: 700px;
  width: 100%;
}

.spc-about-table th,
.spc-about-table td {
  border-bottom: 1px solid var(--spc-about-line);
  padding: .85rem 1rem;
  text-align: left;
  vertical-align: top;
}

.spc-about-table th {
  background: var(--spc-about-navy);
  color: #fff;
}

.spc-about-table tr:last-child td {
  border-bottom: 0;
}

.spc-about-inline-image {
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 1.25rem 0;
  max-width: 100%;
}

.spc-about-faq {
  border-top: 1px solid var(--spc-about-line);
  margin-top: 1.25rem;
}

.spc-about-faq details {
  border-bottom: 1px solid var(--spc-about-line);
}

.spc-about-faq summary {
  color: var(--spc-about-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 1rem 2.2rem 1rem 0;
  position: relative;
}

.spc-about-faq summary::-webkit-details-marker {
  display: none;
}

.spc-about-faq summary::after {
  color: var(--spc-about-blue);
  content: "+";
  font-size: 1.35rem;
  position: absolute;
  right: .25rem;
  top: .85rem;
}

.spc-about-faq details[open] summary::after {
  content: "−";
}

.spc-about-faq details > div {
  padding: 0 2rem .5rem 0;
}

.spc-about-preview-notice {
  background: #9b2c2c;
  color: #fff;
  font: 800 12px/1.4 system-ui, sans-serif;
  letter-spacing: .08em;
  padding: 10px 18px;
  position: relative;
  text-align: center;
  z-index: 20;
}

.spc-about-preview {
  background: #eef2f4;
  margin: 0;
}

.spc-preview-site-header {
  align-items: center;
  background: #fff;
  color: var(--spc-about-navy);
  display: flex;
  font: 700 14px/1 system-ui, sans-serif;
  height: 86px;
  justify-content: space-between;
  padding: 0 max(20px, calc((100% - 1440px) / 2));
}

.spc-preview-site-header strong {
  color: var(--spc-about-blue);
  font-size: 22px;
}

@media (max-width: 1100px) {
  .spc-about-hero {
    height: auto;
    min-height: 0;
    padding: 160px 24px 56px;
  }

  .spc-about-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .spc-about-layout {
    display: block;
    padding-inline: 20px;
  }

  .spc-about-sidebar {
    margin-bottom: 30px;
    position: static;
  }

  .spc-about-sidebar details:not([open]) .spc-about-sidebar__body {
    display: none;
  }
}

@media (max-width: 700px) {
  .spc-about-hero {
    padding: 136px 20px 44px;
  }

  .spc-about-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .spc-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .spc-about-button {
    width: 100%;
  }

  .spc-about-card-grid {
    grid-template-columns: 1fr;
  }

  .spc-about-card-grid--people .spc-about-card:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spc-about-button {
    transition: none;
  }
}

/* Certificate restoration, 2026-09-10. Scoped to the six certificate pages. */
.spc-about-family--certificates .spc-about-cert-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}
.spc-about-family--certificates .spc-about-cert-status-card {
  min-width: 0;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--spc-about-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(11, 37, 53, .055);
}
.spc-about-family--certificates .spc-about-cert-status-card--defence {
  border-top: 4px solid var(--spc-about-action-blue);
  background: #f3f9fc;
}
.spc-about-family--certificates .spc-about-cert-status-card p:last-child { margin-bottom: 0; }
.spc-about-family--certificates .spc-about-cert-status-badge {
  color: #0c5577;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.spc-about-family--certificates .spc-about-body .spc-about-button--secondary {
  background: #fff;
  color: #0c5577 !important;
  border-color: #0579b4;
}
.spc-about-family--certificates .spc-about-related-nav {
  border-top: 1px solid var(--spc-about-line);
  margin-top: .8rem;
  padding-top: 1rem;
}
.spc-about-family--certificates .spc-about-sidebar-label {
  margin: 0 0 .4rem;
  color: var(--spc-about-navy);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.spc-about-family--certificates .spc-about-related-nav ul { list-style: none; margin: 0; padding: 0; }
.spc-about-family--certificates .spc-about-related-nav a {
  display: block;
  padding: .6rem .72rem;
  border-radius: 8px;
  color: #3e5360;
  font-size: .93rem;
  line-height: 1.35;
  text-decoration: none;
}
.spc-about-family--certificates .spc-about-related-nav a:hover { background: #f6f8f9; }
.spc-about-family--certificates .spc-about-cell-label { display: none; }
.spc-about-family--certificates .spc-about-table td { overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .spc-about-family--certificates .spc-about-table { border: 0; overflow: visible; }
  .spc-about-family--certificates .spc-about-table table { display: block; min-width: 0; }
  .spc-about-family--certificates .spc-about-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .spc-about-family--certificates .spc-about-table tbody { display: grid; gap: 18px; }
  .spc-about-family--certificates .spc-about-table tbody tr {
    display: block;
    border: 1px solid var(--spc-about-line);
    border-radius: 12px;
    overflow: hidden;
  }
  .spc-about-family--certificates .spc-about-table td {
    display: block;
    width: 100%;
    padding: .7rem 1rem;
    border: 0;
    line-height: 1.5;
  }
  .spc-about-family--certificates .spc-about-table td:first-child {
    background: var(--spc-about-navy);
    color: #fff;
    font-weight: 800;
  }
  .spc-about-family--certificates .spc-about-table td:last-child { padding-bottom: 1rem; }
  .spc-about-family--certificates .spc-about-cell-label {
    display: block;
    font-size: .75rem;
    font-weight: 800;
    color: var(--spc-about-muted);
    margin-bottom: .2rem;
  }
  .spc-about-family--certificates td:first-child .spc-about-cell-label { color: #b9e4f7; }
}
@media (max-width: 700px) {
  .spc-about-family--certificates .spc-about-cert-status-grid { grid-template-columns: 1fr; }
  .spc-about-family--certificates .spc-about-cert-status-card { padding: 22px; }
}

.spc-about-family--certificates .spc-about-body h2,
.spc-about-family--certificates .spc-about-body h3 { overflow-wrap: anywhere; hyphens: auto; }
