/**
 * GCA content pages — T4 / JA ACM module design system
 * Used with layout "content-page" and gca-c-* ACM blocks.
 * Default theme: light
 */

body.gca-content {
  --gca-bg: #f7f6f3;
  --gca-surface: #ffffff;
  --gca-surface-2: #f0eeea;
  --gca-border: rgba(48, 48, 120, 0.12);
  --gca-text: #313131;
  --gca-muted: #5a5a66;
  --gca-heading: #303078;
  --gca-accent: #7a54a3;
  --gca-accent-2: #303078;
  --gca-check: #2f8f57;
  --gca-warn: #c45c5c;
  --gca-hero-gradient: linear-gradient(135deg, rgba(48, 48, 120, 0.08), rgba(247, 246, 243, 0.98));
  --gca-hero-pattern: repeating-linear-gradient(
    -45deg,
    rgba(48, 48, 120, 0.04),
    rgba(48, 48, 120, 0.04) 1px,
    transparent 1px,
    transparent 14px
  );
  --gca-cta-gradient: linear-gradient(135deg, rgba(48, 48, 120, 0.08), rgba(255, 255, 255, 0.95));
  --gca-card-shadow: 0 10px 30px rgba(48, 48, 120, 0.06);
}

/* Full-bleed light shell for content sections */
body.gca-content #t4-content-hero,
body.gca-content [id^="t4-content-"],
body.gca-content .t4-section.gca-content-page {
  background: var(--gca-bg);
  color: var(--gca-text);
}

body.gca-content #t4-content-hero,
body.gca-content [id^="t4-content-"] {
  margin: 0;
}

.gca-c *,
.gca-c *::before,
.gca-c *::after {
  box-sizing: border-box;
}

.gca-c img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gca-c a:not(.gca-c-btn) {
  color: var(--gca-accent);
  text-underline-offset: 0.15em;
}

.gca-c a:not(.gca-c-btn):hover {
  color: var(--gca-heading);
}

.gca-c__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gca-c__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c__title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--gca-heading);
}

.gca-c__lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1.2rem;
  color: var(--gca-muted);
}

.gca-c__heading {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--gca-heading);
}

.gca-c__sub,
.gca-c__prose p {
  margin: 0 0 1rem;
  color: var(--gca-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gca-c__prose p:last-child,
.gca-c__sub:last-child {
  margin-bottom: 0;
}

.gca-c__statement {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.35;
  font-weight: 600;
  color: var(--gca-heading);
}

.gca-c__head {
  margin-bottom: 1.75rem;
}

.gca-c__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.gca-c__badge {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 84, 163, 0.25);
  background: rgba(122, 84, 163, 0.08);
  color: var(--gca-heading);
  font-size: 0.88rem;
  font-weight: 600;
}

.gca-c__media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--gca-border);
  background: var(--gca-surface);
  aspect-ratio: 1 / 1;
}

.gca-c__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero */
.gca-c-hero {
  padding: 4.5rem 0 3.5rem;
  background-color: #ffffff;
  background-image: var(--gca-hero-gradient), var(--gca-hero-pattern);
  border-bottom: 1px solid var(--gca-border);
}

/* Prose (long-form) — same width as cards/timeline/lists */
.gca-c-prose {
  padding: 0 0 3.5rem;
}

.gca-c-prose__body p,
.gca-c-prose__body li {
  color: var(--gca-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gca-c-prose__body p {
  margin: 0 0 1.1rem;
}

.gca-c-prose__body p:last-child {
  margin-bottom: 0;
}

.gca-c-prose__body ul,
.gca-c-prose__body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--gca-muted);
}

.gca-c-prose__body strong {
  color: var(--gca-heading);
  font-weight: 600;
}

/* Allow longer card/timeline copy */
.gca-c-card__body,
.gca-c-timeline__body {
  white-space: normal;
}

.gca-c-timeline__body p {
  margin: 0 0 0.75rem;
  color: var(--gca-muted);
  font-size: 0.96rem;
}

.gca-c-timeline__body p:last-child {
  margin-bottom: 0;
}

/* Split */
.gca-c-split {
  padding: 3.5rem 0;
}

.gca-c-split__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.gca-c-split--reverse .gca-c-split__grid > :first-child {
  order: 2;
}

.gca-c-split--reverse .gca-c-split__grid > :last-child {
  order: 1;
}

/* Cards */
.gca-c-cards {
  padding: 0 0 3.5rem;
}

.gca-c-cards__grid {
  display: grid;
  gap: 1.5rem;
}

.gca-c-cards__grid--1 { grid-template-columns: 1fr; }
.gca-c-cards__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gca-c-cards__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gca-c-cards__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gca-c-card {
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.75rem;
  height: 100%;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-card__label {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  color: var(--gca-heading);
}

.gca-c-card__body {
  margin: 0;
  color: var(--gca-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.gca-c-card__body p {
  margin: 0 0 0.85rem;
}

.gca-c-card__body p:last-child {
  margin-bottom: 0;
}

.gca-c-card__body strong {
  color: var(--gca-heading);
  font-weight: 600;
}

/* Longer comparison cards (e.g. Ready to be Coached) */
.gca-c-cards--default .gca-c-card {
  display: flex;
  flex-direction: column;
}

.gca-c-cards--default .gca-c-card__body {
  flex: 1;
}

.gca-c-card__value {
  margin: 0 0 0.35rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--gca-heading);
  line-height: 1.1;
}

.gca-c-card__media {
  margin: 0 0 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--gca-surface-2);
}

.gca-c-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gca-c-cards--stats .gca-c-card {
  text-align: center;
}

/* Title-only value words (e.g. Vision page values) */
.gca-c-cards--words .gca-c-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 8.5rem;
  padding: 1.75rem 1.25rem;
}

.gca-c-cards--words .gca-c-card__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--gca-heading);
}

.gca-c-cards--quiz .gca-c-cards__grid {
  gap: 0.75rem;
}

.gca-c-cards--quiz .gca-c-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
}

.gca-c-cards--quiz .gca-c-card::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  border-radius: 0.3rem;
  border: 2px solid var(--gca-accent);
}

.gca-c-cards--quiz .gca-c-card__title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--gca-text);
}

/* People */
.gca-c-people {
  padding: 0 0 3.5rem;
}

.gca-c-people__grid {
  display: grid;
  gap: 1.5rem;
}

.gca-c-people__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gca-c-people__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.gca-c-person {
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-person__photo {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--gca-surface-2);
}

.gca-c-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gca-c-person__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.gca-c-person__role {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c-person__name {
  margin: 0;
  font-size: 1.35rem;
  color: var(--gca-heading);
}

.gca-c-person__bio {
  color: var(--gca-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.gca-c-person__bio p {
  margin: 0 0 0.75rem;
  color: var(--gca-muted);
}

.gca-c-person__bio p:last-child {
  margin-bottom: 0;
}

.gca-c-person__bio--intro {
  flex: 1;
}

.gca-c-person__more {
  margin: 0.35rem 0 0;
}

.gca-c-person__readmore {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gca-accent);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.gca-c-person__readmore:hover,
.gca-c-person__readmore:focus-visible {
  color: var(--gca-accent-2);
  outline: none;
}

.gca-c-person__link {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}

.gca-c-person__link a {
  color: var(--gca-accent);
  font-weight: 600;
}

/* Person bio modal */
html.gca-modal-open {
  overflow: hidden;
}

.gca-c-person-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.gca-c-person-modal[hidden] {
  display: none !important;
}

.gca-c-person-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 48, 0.55);
  cursor: pointer;
}

.gca-c-person-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  background: var(--gca-surface, #fff);
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(24, 24, 48, 0.28);
  border: 1px solid var(--gca-border);
  padding: 1.75rem 1.75rem 1.5rem;
  animation: gca-modal-in 0.22s ease-out;
}

@keyframes gca-modal-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.gca-c-person-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--gca-surface-2, #f3f2f7);
  color: var(--gca-heading);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gca-c-person-modal__close:hover,
.gca-c-person-modal__close:focus-visible {
  background: rgba(122, 84, 163, 0.12);
  color: var(--gca-accent);
  outline: none;
}

.gca-c-person-modal__layout {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.gca-c-person-modal__photo {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--gca-surface-2, #f3f2f7);
}

.gca-c-person-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gca-c-person-modal__name {
  margin: 0 0 0.75rem;
  font-size: 1.45rem;
  color: var(--gca-heading);
}

.gca-c-person-modal__bio {
  color: var(--gca-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.gca-c-person-modal__content .gca-c-person__role {
  margin-bottom: 0.35rem;
}

@media (max-width: 575px) {
  .gca-c-person-modal__layout {
    grid-template-columns: 1fr;
  }

  .gca-c-person-modal__photo {
    width: 120px;
  }

  .gca-c-person-modal__dialog {
    padding: 1.35rem 1.15rem 1.15rem;
  }
}

/* Video carousel (graduate stories) */
.gca-c-videos {
  padding: 0 0 3.5rem;
}

/* Split: intro copy + carousel (replaces image split on Success Stories) */
.gca-c-videos--split {
  padding: 3.5rem 0;
}

.gca-c-videos__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.gca-c-videos--reverse .gca-c-videos__grid > :first-child {
  order: 2;
}

.gca-c-videos--reverse .gca-c-videos__grid > :last-child {
  order: 1;
}

.gca-c-videos__copy .gca-c__statement {
  margin-bottom: 1.1rem;
}

.gca-c-videos__copy .gca-c__heading {
  margin-bottom: 0.85rem;
}

.gca-c-videos__copy .gca-c__prose p {
  margin: 0 0 1rem;
  color: var(--gca-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gca-c-videos__copy .gca-c__prose p:last-child {
  margin-bottom: 0;
}

.gca-c-videos--split .gca-c-videos__shell {
  margin: 0;
  max-width: none;
  width: 100%;
}

.gca-c-videos__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.gca-c-videos__head .gca-c__sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

.gca-c-videos__shell {
  margin: 0 auto;
  width: 100%;
}

.gca-c-videos--two-thirds .gca-c-videos__shell {
  max-width: min(720px, 68%);
}

.gca-c-videos--half .gca-c-videos__shell {
  max-width: min(560px, 52%);
}

.gca-c-videos--full .gca-c-videos__shell {
  max-width: 100%;
}

.gca-c-videos__carousel {
  position: relative;
}

.gca-c-videos__viewport {
  border-radius: 1rem;
  overflow: hidden;
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  box-shadow: var(--gca-card-shadow);
}

.gca-c-videos__player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1a1a28;
}

.gca-c-videos__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.gca-c-videos__play {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  background: #1a1a28;
}

.gca-c-videos__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gca-c-videos__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  border-radius: 999px;
  background: rgba(122, 84, 163, 0.92);
  box-shadow: 0 8px 24px rgba(24, 24, 48, 0.35);
  transition: transform 0.15s ease, background 0.15s ease;
}

.gca-c-videos__play-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.55rem 0 0 -0.25rem;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.95rem;
  border-color: transparent transparent transparent #fff;
}

.gca-c-videos__play:hover .gca-c-videos__play-icon,
.gca-c-videos__play:focus-visible .gca-c-videos__play-icon {
  transform: scale(1.06);
  background: var(--gca-accent-2);
  outline: none;
}

.gca-c-videos__play:focus-visible {
  outline: 2px solid var(--gca-accent);
  outline-offset: 2px;
}

.gca-c-videos__caption {
  margin: 0;
  padding: 0.9rem 1.15rem 1.05rem;
  text-align: center;
  font-weight: 600;
  color: var(--gca-heading);
  font-size: 1.02rem;
}

.gca-c-videos__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.gca-c-videos__nav {
  appearance: none;
  border: 1px solid var(--gca-border);
  background: var(--gca-surface);
  color: var(--gca-heading);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-videos__nav:hover,
.gca-c-videos__nav:focus-visible {
  border-color: var(--gca-accent);
  color: var(--gca-accent);
  outline: none;
}

.gca-c-videos__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.gca-c-videos__dot {
  appearance: none;
  border: 0;
  padding: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(48, 48, 120, 0.22);
  cursor: pointer;
}

.gca-c-videos__dot.is-active,
.gca-c-videos__dot[aria-current="true"] {
  background: var(--gca-accent);
  width: 1.15rem;
}

.gca-c-videos__dot:hover,
.gca-c-videos__dot:focus-visible {
  background: var(--gca-accent-2);
  outline: none;
}


/* ---------- CPD / events calendar ---------- */
.gca-c-events {
  padding: 3.5rem 0;
}

.gca-c-events__empty {
  margin: 0;
  padding: 1.5rem 1.75rem;
  background: var(--gca-surface);
  border: 1px dashed var(--gca-border);
  border-radius: 1rem;
  color: var(--gca-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.gca-c-events__layout {
  display: grid;
  gap: 2rem;
}

.gca-c-events__layout--with-cal {
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  align-items: start;
  gap: 2.25rem;
}

.gca-c-events__calendars {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 5.5rem;
}

.gca-c-cal {
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-cal__month {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--gca-heading);
  font-weight: 600;
}

.gca-c-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

.gca-c-cal__dow {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gca-muted);
  padding: 0.2rem 0 0.4rem;
}

.gca-c-cal__day {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  font-size: 0.82rem;
  color: var(--gca-text);
  background: transparent;
}

.gca-c-cal__day--empty {
  visibility: hidden;
}

.gca-c-cal__day--today {
  box-shadow: inset 0 0 0 1.5px var(--gca-accent);
  font-weight: 700;
}

.gca-c-cal__day--event {
  background: rgba(48, 48, 120, 0.08);
  color: var(--gca-heading);
  font-weight: 700;
  cursor: default;
}

.gca-c-cal__day--event.gca-c-cal__day--today {
  background: rgba(122, 84, 163, 0.14);
}

.gca-c-cal__dot {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--gca-accent);
}

.gca-c-events__cal-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--gca-muted);
  line-height: 1.45;
}

.gca-c-events__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gca-c-event {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1.15rem;
  align-items: stretch;
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  box-shadow: var(--gca-card-shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.gca-c-event:hover {
  border-color: rgba(122, 84, 163, 0.35);
  transform: translateY(-1px);
}

.gca-c-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(160deg, rgba(48, 48, 120, 0.1), rgba(122, 84, 163, 0.08));
  border-radius: 0.75rem;
  padding: 0.65rem 0.4rem;
  color: var(--gca-heading);
  min-height: 5.25rem;
}

.gca-c-event__day {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.gca-c-event__mon {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c-event__yr {
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: var(--gca-muted);
}

.gca-c-event__date--text {
  padding: 0.75rem 0.5rem;
}

.gca-c-event__day-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gca-heading);
  line-height: 1.3;
}

.gca-c-event__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gca-c-event__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.gca-c-event__type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c-event__status {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--gca-surface-2);
  color: var(--gca-muted);
}

.gca-c-event__status--open {
  background: rgba(47, 143, 87, 0.12);
  color: #1f6b3f;
}

.gca-c-event__status--soon {
  background: rgba(122, 84, 163, 0.12);
  color: var(--gca-accent);
}

.gca-c-event__status--full {
  background: rgba(196, 92, 92, 0.12);
  color: var(--gca-warn);
}

.gca-c-event__title {
  margin: 0.15rem 0 0;
  font-size: 1.2rem;
  color: var(--gca-heading);
  line-height: 1.25;
}

.gca-c-event__time {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gca-heading);
}

.gca-c-event__text {
  margin: 0.15rem 0 0;
  color: var(--gca-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.gca-c-event__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-top: 0.45rem;
}

.gca-c-event__cce {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gca-heading);
  background: rgba(48, 48, 120, 0.07);
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
}

.gca-c-event__link {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gca-accent) !important;
  text-decoration: none !important;
}

.gca-c-event__link:hover {
  color: var(--gca-heading) !important;
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .gca-c-events__layout--with-cal {
    grid-template-columns: 1fr;
  }

  .gca-c-events__calendars {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .gca-c-event {
    grid-template-columns: 4.75rem minmax(0, 1fr);
  }
  .gca-c-videos__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .gca-c-videos--reverse .gca-c-videos__grid > :first-child,
  .gca-c-videos--reverse .gca-c-videos__grid > :last-child {
    order: initial;
  }
}

@media (max-width: 767px) {
  .gca-c-videos--two-thirds .gca-c-videos__shell,
  .gca-c-videos--half .gca-c-videos__shell {
    max-width: 100%;
  }
}

/* Quotes */
.gca-c-quotes {
  padding: 0 0 3.5rem;
}

.gca-c-quotes__grid {
  display: grid;
  gap: 1.5rem;
}

.gca-c-quotes__grid--1 {
  grid-template-columns: 1fr;
}

.gca-c-quotes__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gca-c-quote {
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  box-shadow: var(--gca-card-shadow);
}

/* Single featured quote (e.g. GCA ethos) — same content width as cards above */
.gca-c-quote--featured {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 2rem 2.25rem;
}

.gca-c-quote--featured .gca-c-quote__text {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.55;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.gca-c-quote--featured .gca-c-quote__meta {
  border-top: 0;
  padding-top: 0;
}

.gca-c-quote--featured .gca-c-quote__name {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gca-accent);
}

.gca-c-quote__text {
  margin: 0;
  color: var(--gca-text);
  line-height: 1.65;
  flex: 1;
}

.gca-c-quote__text::before {
  content: "“";
  color: var(--gca-accent);
  font-size: 1.8rem;
  line-height: 0;
  margin-right: 0.15rem;
  vertical-align: -0.35rem;
}

.gca-c-quote__meta {
  border-top: 1px solid var(--gca-border);
  padding-top: 1rem;
}

.gca-c-quote__name {
  margin: 0;
  font-weight: 700;
  color: var(--gca-heading);
}

.gca-c-quote__role {
  margin: 0.2rem 0 0;
  color: var(--gca-muted);
  font-size: 0.92rem;
}

/* Timeline */
.gca-c-timeline {
  padding: 0 0 3.5rem;
}

.gca-c-timeline__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.gca-c-timeline__item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1.25rem;
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.35rem 1.5rem;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-timeline__phase {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gca-accent);
}

.gca-c-timeline__title {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  color: var(--gca-heading);
}

.gca-c-timeline__body {
  margin: 0;
  color: var(--gca-muted);
  font-size: 0.96rem;
}

/* Lists */
.gca-c-lists {
  padding: 0 0 3.5rem;
}

.gca-c-lists__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.gca-c-lists__panel {
  background: var(--gca-surface);
  border: 1px solid var(--gca-border);
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: var(--gca-card-shadow);
}

.gca-c-lists__panel h3 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: var(--gca-heading);
}

.gca-c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gca-c-list li {
  position: relative;
  margin: 0 0 0.85rem;
  padding-left: 1.75rem;
  color: var(--gca-text);
}

.gca-c-list--check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gca-check);
  font-weight: 700;
}

.gca-c-list--cross li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--gca-warn);
  font-size: 1.15rem;
  font-weight: 700;
}

.gca-c-list--plain li {
  padding-left: 1.1rem;
}

.gca-c-list--plain li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gca-accent);
}

/* CTA */
.gca-c-cta {
  padding: 0 0 4rem;
}

.gca-c-cta__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2rem 2.25rem;
  border-radius: 1rem;
  border: 1px solid var(--gca-border);
  background: var(--gca-cta-gradient);
  box-shadow: var(--gca-card-shadow);
}

.gca-c-cta__text {
  margin: 0;
  max-width: 38rem;
  color: var(--gca-muted);
}

.gca-c-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gca-c-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gca-c-btn--primary {
  background: var(--gca-accent-2);
  color: #fff !important;
}

.gca-c-btn--primary:hover,
.gca-c-btn--primary:focus {
  background: #24134c;
  color: #fff !important;
  transform: translateY(-1px);
}

.gca-c-btn--ghost {
  background: transparent;
  border: 1px solid var(--gca-border);
  color: var(--gca-heading) !important;
}

.gca-c-btn--ghost:hover,
.gca-c-btn--ghost:focus {
  background: var(--gca-surface-2);
  color: var(--gca-heading) !important;
}

/* Vision article fallback classes (kept for existing vision pages) */
.gca-vision-page,
.gca-page {
  --gca-bg: #1c1c1e;
  --gca-surface: #2a2a2e;
  --gca-border: rgba(255, 255, 255, 0.08);
  --gca-text: rgba(255, 255, 255, 0.92);
  --gca-muted: rgba(255, 255, 255, 0.68);
  --gca-heading: #ffffff;
  --gca-accent: #9b7ec8;
  --gca-accent-2: #7a54a3;
  color: var(--gca-text);
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--gca-bg);
}

.gca-vision-page--light,
.gca-page--light {
  --gca-bg: #f7f6f3;
  --gca-surface: #ffffff;
  --gca-border: rgba(48, 48, 120, 0.12);
  --gca-text: #313131;
  --gca-muted: #5a5a66;
  --gca-heading: #303078;
  --gca-accent: #7a54a3;
  --gca-accent-2: #303078;
}

@media (max-width: 991px) {
  .gca-c-split__grid,
  .gca-c-cards__grid--2,
  .gca-c-cards__grid--3,
  .gca-c-cards__grid--4,
  .gca-c-people__grid--2,
  .gca-c-people__grid--3,
  .gca-c-quotes__grid--2,
  .gca-c-lists__grid {
    grid-template-columns: 1fr;
  }

  .gca-c-timeline__item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .gca-c-split--reverse .gca-c-split__grid > :first-child,
  .gca-c-split--reverse .gca-c-split__grid > :last-child {
    order: initial;
  }
}

@media (max-width: 575px) {
  .gca-c-hero {
    padding: 3rem 0 2.5rem;
  }

  .gca-c-cta__panel {
    padding: 1.5rem;
  }
}
