
/* Section heading — the page's repeating signature.
 *
 * The yellow rule down the left is the one piece of brand colour that appears
 * in every section. It gives the eye a handle and ties the sections together
 * without any of them needing decoration of their own.
 */

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading, .cc_vt72n7bb_g9smXohBxa .ofs-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--ofs-space-2);
  /* 40px to the content below: the heading needs more air beneath it than the
   * gaps inside it, or the block reads as one undifferentiated lump. */
  margin-bottom: 2.5rem;
  padding-left: var(--ofs-space-2);
}

/* The rule is drawn rather than bordered so it can be trimmed to the type.
 * A border spans the whole block — eyebrow, title, subtitle and all — and
 * next to a two-line heading it reads as a tall stripe with text beside it.
 * Inset from the top and bottom it sits against the title's x-height, which
 * is what the eye actually aligns to. */
.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading::before, .cc_vt72n7bb_g9smXohBxa .ofs-heading::before {
  content: "";
  position: absolute;
  top: 0.35em;
  bottom: 0.35em;
  left: 0;
  width: 3px;
  background: var(--ofs-accent);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__body, .cc_vt72n7bb_g9smXohBxa .ofs-heading__body {
  min-width: 0;
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__eyebrow, .cc_vt72n7bb_g9smXohBxa .ofs-heading__eyebrow {
  margin: 0 0 var(--ofs-space-1);
  color: var(--ofs-text-faint);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__title, .cc_vt72n7bb_g9smXohBxa .ofs-heading__title {
  margin: 0;
  color: var(--ofs-text);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__subtitle, .cc_vt72n7bb_g9smXohBxa .ofs-heading__subtitle {
  margin: 0.5rem 0 0;
  color: var(--ofs-text-soft);
  font-size: 0.9375rem;
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__link, .cc_vt72n7bb_g9smXohBxa .ofs-heading__link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 2.75rem;
  color: var(--ofs-text-soft);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color var(--ofs-duration-ui) var(--ofs-ease);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__link:hover, .cc_vt72n7bb_g9smXohBxa .ofs-heading__link:hover {
  color: var(--ofs-text);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__arrow, .cc_vt72n7bb_g9smXohBxa .ofs-heading__arrow {
  display: flex;
  font-size: 0.75rem;
  transition: transform var(--ofs-duration-ui) var(--ofs-ease);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__link:hover .ofs-heading__arrow, .cc_vt72n7bb_g9smXohBxa .ofs-heading__link:hover .ofs-heading__arrow {
  transform: translateX(3px);
}

/* On the dark block the same structure, flipped to the light end. */
.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading--on-dark .ofs-heading__title, .cc_vt72n7bb_g9smXohBxa .ofs-heading--on-dark .ofs-heading__title {
  color: var(--ofs-on-dark);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading--on-dark .ofs-heading__subtitle, .cc_vt72n7bb_g9smXohBxa .ofs-heading--on-dark .ofs-heading__subtitle, .cc_vt72n7bb_ZTv2YSWLNh .ofs-heading--on-dark .ofs-heading__link, .cc_vt72n7bb_g9smXohBxa .ofs-heading--on-dark .ofs-heading__link {
  color: var(--ofs-on-dark-soft);
}

.cc_vt72n7bb_ZTv2YSWLNh .ofs-heading--on-dark .ofs-heading__link:hover, .cc_vt72n7bb_g9smXohBxa .ofs-heading--on-dark .ofs-heading__link:hover {
  color: var(--ofs-on-dark);
}

@media (prefers-reduced-motion: reduce) {
  .cc_vt72n7bb_ZTv2YSWLNh .ofs-heading__link:hover .ofs-heading__arrow, .cc_vt72n7bb_g9smXohBxa .ofs-heading__link:hover .ofs-heading__arrow {
    transform: none;
  }
}
