/* Production accent layer — restrained gold for emphasis and momentum */
.theme-01-accent {
  --gold-ink: #c47b0b;
}

.theme-01-accent .profile-lead {
  border-left: 0;
}

.theme-01-accent .profile-lead::before {
  background: linear-gradient(180deg, var(--blue) 0 48%, var(--gold) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.theme-01-accent .timeline article:last-child time {
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(242, 178, 58, .16);
  color: var(--navy);
}

.theme-01-accent .support h2 em,
.theme-01-accent .dialogue-catch .accent-future {
  color: var(--gold-ink);
}

.theme-01-accent .support-card {
  align-items: stretch;
  gap: 0;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.08fr);
  min-height: 570px;
  padding: 0;
}

.theme-01-accent .support-photo {
  min-height: 570px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.theme-01-accent .support-photo::after {
  background: linear-gradient(180deg, transparent 54%, rgba(5, 30, 52, .78));
  content: "";
  inset: 0;
  position: absolute;
}

.theme-01-accent .support-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 45% 48%;
  width: 100%;
}

.theme-01-accent .support-photo figcaption {
  bottom: 28px;
  color: rgba(255, 255, 255, .82);
  font-size: .74rem;
  left: 30px;
  letter-spacing: .05em;
  position: absolute;
  z-index: 2;
}

.theme-01-accent .support-photo figcaption strong {
  color: #fff;
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  letter-spacing: .1em;
  margin-top: 5px;
}

.theme-01-accent .support-content {
  align-self: center;
  padding: 58px 68px 55px;
  position: relative;
  z-index: 2;
}

.theme-01-accent .support-content blockquote {
  margin-top: 38px;
}

.theme-01-accent .contact-heading h2 em {
  color: var(--gold);
}

@media (max-width: 820px) {
  .theme-01-accent .profile-lead {
    position: relative;
    top: auto;
  }

  .theme-01-accent .support-card {
    grid-template-columns: 1fr;
  }

  .theme-01-accent .support-photo {
    aspect-ratio: 1;
    min-height: 0;
  }

  .theme-01-accent .support-content {
    padding: 42px 25px 50px;
  }

  .theme-01-accent .support-content blockquote {
    margin-top: 30px;
  }
}
