/* ——— CSTH corporate about pages — mixed family-of-brands palette ——— */

/* Brand tokens (scoped to about/team body classes) */
body.page-csth-about,
body.page-csth-team {
  --brand-mixer: #2051a0;
  --brand-mixer-deep: #183d78;
  --brand-refuse: #1b8f54;
  --brand-refuse-deep: #126b3f;
  --brand-osp: #fdb819;
  --brand-osp-deep: #f1a500;
  --brand-towing: #31464f;
  --brand-towing-deep: #24344a;
  --brand: #31464f;
  --brand-deep: #24344a;
  --accent: #2051a0;
}

/* ——— Hero ——— */
.page-csth-about .page-main-sub .page-hero .eyebrow,
.page-csth-team .page-main-sub .page-hero .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.page-csth-about .page-main-sub .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 52, 74, 0.62);
  pointer-events: none;
}

.page-csth-about .page-main-sub .page-hero .page-hero-inner,
.page-csth-team .page-main-sub .page-hero .page-hero-inner {
  position: relative;
  z-index: 1;
}

.page-csth-about .page-main-sub .page-hero h1 {
  max-width: min(22ch, 100%);
}

.page-csth-about .page-main-sub .button {
  background: var(--brand-towing);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 10px 26px rgba(36, 52, 74, 0.28);
}

.page-csth-about .page-main-sub .button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.page-csth-about .page-main-sub .section:not(.split) .section-label {
  color: var(--brand-mixer);
}

.page-csth-about .csth-about-welcome .section-label {
  color: var(--brand-refuse-deep);
}

.page-csth-about .csth-about-commit .section-label {
  color: var(--brand-towing);
}

.page-csth-about .csth-brands-section .section-label {
  color: var(--brand-osp-deep);
}

.page-csth-about .page-main-sub .section:not(.split) h2 {
  max-width: min(52ch, 100%);
}

.page-csth-about .csth-about-welcome {
  background: linear-gradient(180deg, #fffef9 0%, #f8fafc 55%, #fff 100%);
}

.page-csth-about .csth-about-welcome-card {
  position: relative;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 40px -8px rgba(15, 23, 42, 0.12);
}

.page-csth-about .csth-about-welcome-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 4px;
  border-radius: 0 3px 3px 0;
  background: var(--brand-mixer);
  opacity: 0.95;
}

.page-csth-about .csth-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-towing-deep);
  background: rgba(49, 70, 79, 0.1);
  border: 1px solid rgba(49, 70, 79, 0.22);
}

.page-csth-about .link-card:hover {
  border-color: rgba(32, 81, 160, 0.35);
}

.page-csth-about .link-card .more {
  color: var(--brand-mixer);
}

/* Who We Are — family of brands showcase */
.page-csth-about .csth-brands-section {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 42%, #fff 100%);
  border-block: 1px solid rgba(15, 23, 42, 0.06);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.page-csth-about .csth-brands-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: end;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.page-csth-about .csth-brands-header h2 {
  margin: 0;
  max-width: 16ch;
  line-height: 1.08;
}

.page-csth-about .csth-brands-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 42ch;
}

.page-csth-about .csth-brands-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.page-csth-about .csth-brand-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 32px -8px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-csth-about .csth-brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px -12px rgba(15, 23, 42, 0.16);
}

.page-csth-about .csth-brand-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1e293b;
}

.page-csth-about .csth-brand-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.page-csth-about .csth-brand-card:hover .csth-brand-card__media img {
  transform: scale(1.05);
}

.page-csth-about .csth-brand-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.05) 0%,
    rgba(15, 23, 42, 0.55) 100%
  );
  pointer-events: none;
}

.page-csth-about .csth-brand-card__lane {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.page-csth-about .csth-brand-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.25rem;
  border-top: 4px solid var(--csth-brand-accent, var(--brand));
}

.page-csth-about .csth-brand-card__name {
  margin: 0 0 0.45rem;
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  line-height: 1.15;
  color: var(--text);
}

.page-csth-about .csth-brand-card__desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.page-csth-about .csth-brand-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--csth-brand-accent, var(--brand-deep));
}

.page-csth-about .csth-brand-card__arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.page-csth-about .csth-brand-card:hover .csth-brand-card__arrow {
  transform: translateX(4px);
}

.page-csth-about .csth-brand-card--mixer {
  --csth-brand-accent: #2051a0;
}

.page-csth-about .csth-brand-card--mixer:hover {
  border-color: rgba(32, 81, 160, 0.35);
}

.page-csth-about .csth-brand-card--refuse {
  --csth-brand-accent: #1b8f54;
}

.page-csth-about .csth-brand-card--refuse:hover {
  border-color: rgba(27, 143, 84, 0.35);
}

.page-csth-about .csth-brand-card--osp {
  --csth-brand-accent: #c98f08;
}

.page-csth-about .csth-brand-card--osp:hover {
  border-color: rgba(253, 184, 25, 0.45);
}

.page-csth-about .csth-brand-card--towing {
  --csth-brand-accent: #31464f;
}

.page-csth-about .csth-brand-card--towing:hover {
  border-color: rgba(49, 70, 79, 0.35);
}

@media (max-width: 820px) {
  .page-csth-about .csth-brands-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-csth-about .csth-brands-header h2 {
    max-width: none;
  }

  .page-csth-about .csth-brands-grid {
    grid-template-columns: 1fr;
  }
}

.page-csth-about .csth-about-commit {
  background: var(--surface, #f8fafc);
  border-block: 1px solid var(--line, rgba(15, 23, 42, 0.1));
}

.page-csth-about .csth-about-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.page-csth-about .csth-about-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text);
  line-height: 1.5;
}

.page-csth-about .csth-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--brand-mixer);
}

.page-csth-about .csth-about-list li:nth-child(2)::before {
  background: var(--brand-refuse);
}

.page-csth-about .csth-about-list li:nth-child(3)::before {
  background: var(--brand-osp);
}

.page-csth-about .csth-about-list li:nth-child(4)::before {
  background: var(--brand-towing);
}

.page-csth-about .cta-band {
  position: relative;
  overflow: hidden;
  background: var(--brand-towing-deep);
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.35);
}

.page-csth-about .cta-band::before {
  display: none;
}

.page-csth-about .cta-band--multi {
  background: var(--brand-towing-deep);
}

.page-csth-about .cta-band h2,
.page-csth-about .cta-band p,
.page-csth-about .cta-band .hero-actions {
  position: relative;
  z-index: 1;
}

.page-csth-about .cta-band .button {
  color: #181818 !important;
  -webkit-text-fill-color: #181818;
}

/* Work With Us / careers */
.page-csth-about .csth-careers-panel {
  position: relative;
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 4px solid var(--brand-refuse);
  box-shadow: 0 4px 40px -8px rgba(15, 23, 42, 0.12);
  text-align: center;
}

.page-csth-about .csth-careers-panel::before {
  content: none;
}

.page-csth-about .csth-careers-panel h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.15;
}

.page-csth-about .csth-careers-panel .prose {
  margin: 0 auto 1.35rem;
  max-width: 42ch;
}

.page-csth-about .csth-careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.page-csth-about .csth-careers-panel .button-secondary {
  border: 1px solid var(--brand-mixer);
  color: var(--brand-mixer) !important;
  -webkit-text-fill-color: var(--brand-mixer);
  background: #fff;
}

.page-csth-about .csth-careers-panel .button-secondary:hover {
  background: rgba(32, 81, 160, 0.08);
}

.page-csth-about .csth-careers-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 40ch;
  margin-inline: auto;
  line-height: 1.5;
}

.page-csth-about .csth-careers-note a {
  color: var(--brand-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-csth-about .csth-careers-steps {
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  max-width: 36rem;
  text-align: left;
}

.page-csth-about .csth-careers-steps li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  background: var(--surface, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.page-csth-about .csth-careers-steps li:nth-child(1) {
  border-left: 3px solid var(--brand-mixer);
}

.page-csth-about .csth-careers-steps li:nth-child(2) {
  border-left: 3px solid var(--brand-refuse);
}

.page-csth-about .csth-careers-steps li:nth-child(3) {
  border-left: 3px solid var(--brand-osp);
}

.page-csth-about .csth-careers-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  background: var(--brand-mixer);
}

.page-csth-about .csth-careers-steps li:nth-child(2) .csth-careers-step-num {
  background: var(--brand-refuse);
}

.page-csth-about .csth-careers-steps li:nth-child(3) .csth-careers-step-num {
  background: var(--brand-osp-deep);
  color: #181818;
}

.page-csth-about .csth-careers-steps strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--text);
}

/* Contact Us */
.page-csth-about .csth-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (max-width: 900px) {
  .page-csth-about .csth-contact-layout {
    grid-template-columns: 1fr;
  }
}

.page-csth-about .csth-contact-aside {
  display: grid;
  gap: 1rem;
}

.page-csth-about .csth-contact-card {
  padding: 1.15rem 1.2rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 16px -4px rgba(15, 23, 42, 0.08);
}

.page-csth-about .csth-contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.2;
}

.page-csth-about .csth-contact-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.page-csth-about .csth-contact-card a {
  color: var(--brand-mixer);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-csth-about .csth-contact-aside .csth-contact-card:nth-child(2) a {
  color: var(--brand-refuse-deep);
}

.page-csth-about .csth-contact-aside .csth-contact-card:nth-child(3) a {
  color: var(--brand-osp-deep);
}

.page-csth-about .csth-contact-aside .csth-contact-card:nth-child(4) a {
  color: var(--brand-towing);
}

.page-csth-about .csth-contact-phone {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.page-csth-about .csth-contact-phone:hover {
  color: var(--brand-mixer);
}

.page-csth-about .csth-contact-form-wrap {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 4px solid var(--brand-mixer);
  box-shadow: 0 4px 40px -8px rgba(15, 23, 42, 0.12);
}

.page-csth-about .csth-contact-form-wrap::before {
  content: none;
}

.page-csth-about .csth-contact-form-wrap h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.page-csth-about .csth-contact-form-wrap .prose {
  margin: 0 0 1.25rem;
  max-width: none;
}

.page-csth-about .csth-contact-form {
  display: grid;
  gap: 1rem;
}

.page-csth-about .csth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

@media (max-width: 640px) {
  .page-csth-about .csth-form-grid {
    grid-template-columns: 1fr;
  }
}

.page-csth-about .csth-form-field--full {
  grid-column: 1 / -1;
}

.page-csth-about .csth-form-field label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--parent-soft, #31464f);
}

.page-csth-about .csth-form-field label .csth-required {
  color: #b45309;
}

.page-csth-about .csth-form-field input,
.page-csth-about .csth-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 0.5rem;
  font: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-csth-about .csth-form-field input:focus,
.page-csth-about .csth-form-field textarea:focus {
  outline: none;
  border-color: var(--brand-mixer);
  box-shadow: 0 0 0 3px rgba(32, 81, 160, 0.2);
}

.page-csth-about .csth-form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.page-csth-about .csth-contact-form .button {
  justify-self: start;
  min-width: 12rem;
  border: none;
  cursor: pointer;
  background: var(--brand-mixer);
  box-shadow: 0 10px 26px rgba(32, 81, 160, 0.28);
}

.page-csth-about .csth-contact-feedback {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-csth-about .csth-contact-success {
  color: #14532d;
  background: #ecfdf5;
  border: 1px solid rgba(27, 143, 84, 0.25);
}

.page-csth-about .csth-contact-error {
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, 0.2);
}

/* Meet Our Team — one solid brand color per section (no mixed gradients) */
.page-csth-team .page-main-sub .page-hero::after {
  background: rgba(49, 70, 79, 0.62);
}

.page-csth-team .page-main-sub .page-hero .button {
  background: var(--brand-mixer);
  box-shadow: 0 10px 26px rgba(32, 81, 160, 0.28);
}

.page-csth-team .csth-about-welcome .section-label {
  color: var(--brand-towing);
}

.page-csth-team .csth-about-welcome-card::before {
  background: var(--brand-towing);
}

.page-csth-team .csth-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-towing-deep);
  background: rgba(49, 70, 79, 0.1);
  border: 1px solid rgba(49, 70, 79, 0.22);
}

.page-csth-team .csth-team-brands-section {
  background: #f8fafc;
  border-block: 1px solid rgba(15, 23, 42, 0.06);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.page-csth-team .csth-team-brands-section .section-label {
  color: var(--brand-mixer);
}

.page-csth-team .csth-team-hq .section-label {
  color: var(--brand-refuse-deep);
}

.page-csth-team .csth-about-list li::before {
  background: var(--brand-mixer);
}

.page-csth-team .csth-about-list li:nth-child(2)::before {
  background: var(--brand-refuse);
}

.page-csth-team .csth-about-list li:nth-child(3)::before {
  background: var(--brand-osp-deep);
}

.page-csth-team .csth-about-list li:nth-child(3) a {
  color: var(--brand-osp-deep);
  font-weight: 700;
}

.page-csth-team .csth-team-hq .csth-about-list li:nth-child(2) a {
  color: var(--brand-refuse-deep);
  font-weight: 700;
}

.page-csth-team .cta-band,
.page-csth-team .cta-band--multi {
  background: var(--brand-towing-deep);
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.35);
}

.page-csth-team .cta-band::before {
  display: none;
}

.page-csth-team .cta-band .button {
  background: var(--brand-osp);
  color: #181818 !important;
  -webkit-text-fill-color: #181818;
  box-shadow: 0 10px 26px rgba(241, 165, 0, 0.28);
}

.page-csth-team .csth-about-welcome-card a {
  color: var(--brand-mixer);
  font-weight: 700;
}

@media (max-width: 820px) {
  .page-csth-team .csth-team-brand-links {
    grid-template-columns: 1fr;
  }
}

.page-csth-team .csth-team-brand-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.page-csth-team .csth-team-brand-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 1.35rem 1.35rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 4px solid var(--csth-team-accent, var(--brand-towing));
  box-shadow: 0 10px 32px -8px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-csth-team .csth-team-brand-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px -12px rgba(15, 23, 42, 0.16);
}

.page-csth-team .csth-team-brand-link__lane {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--csth-team-accent, var(--brand-towing));
}

.page-csth-team .csth-team-brand-link__name {
  margin: 0 0 0.45rem;
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  line-height: 1.15;
}

.page-csth-team .csth-team-brand-link__desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.page-csth-team .csth-team-brand-link__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--csth-team-accent, var(--brand-towing));
}

.page-csth-team .csth-team-brand-link--mixer {
  --csth-team-accent: var(--brand-mixer);
}

.page-csth-team .csth-team-brand-link--refuse {
  --csth-team-accent: var(--brand-refuse);
}

.page-csth-team .csth-team-brand-link--osp {
  --csth-team-accent: var(--brand-osp-deep);
}

.page-csth-team .csth-team-brand-link--towing {
  --csth-team-accent: var(--brand-towing);
}

.page-csth-team .csth-team-hq {
  background: var(--surface, #f8fafc);
  border-block: 1px solid rgba(15, 23, 42, 0.08);
}

/* ——— Per-page accents: one solid brand color per page context ——— */
.page-csth-who-we-are .page-main-sub .button {
  background: var(--brand-mixer);
  box-shadow: 0 10px 26px rgba(32, 81, 160, 0.28);
}

.page-csth-who-we-are .csth-about-welcome-card::before {
  background: var(--brand-mixer);
}

.page-csth-who-we-are .cta-band .button {
  background: var(--brand-osp);
  color: #181818 !important;
  -webkit-text-fill-color: #181818;
  box-shadow: 0 10px 26px rgba(241, 165, 0, 0.28);
}

.page-csth-work-with-us .page-main-sub .button {
  background: var(--brand-refuse);
  box-shadow: 0 10px 26px rgba(18, 107, 63, 0.28);
}

.page-csth-work-with-us .csth-careers-panel .button {
  background: var(--brand-refuse);
}

.page-csth-work-with-us .csth-careers-panel {
  border-top-color: var(--brand-refuse);
}

.page-csth-work-with-us .cta-band .button {
  background: var(--brand-osp);
  color: #181818 !important;
  -webkit-text-fill-color: #181818;
}

.page-csth-contact-us .page-main-sub .button {
  background: var(--brand-mixer);
  box-shadow: 0 10px 26px rgba(32, 81, 160, 0.28);
}

.page-csth-contact-us .csth-contact-aside .csth-contact-card:nth-child(1) {
  border-top: 3px solid var(--brand-mixer);
}

.page-csth-contact-us .csth-contact-aside .csth-contact-card:nth-child(2) {
  border-top: 3px solid var(--brand-refuse);
}

.page-csth-contact-us .csth-contact-aside .csth-contact-card:nth-child(3) {
  border-top: 3px solid var(--brand-osp);
}

.page-csth-contact-us .csth-contact-aside .csth-contact-card:nth-child(4) {
  border-top: 3px solid var(--brand-towing);
}

.page-csth-contact-us .csth-contact-form .button {
  background: var(--brand-mixer);
}

.page-csth-contact-us .csth-contact-form-wrap {
  border-top-color: var(--brand-mixer);
}

/* Downloads hub — footer-only access, grouped by brand */
.page-csth-downloads .csth-downloads-page {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.page-csth-downloads .csth-downloads-page__inner {
  max-width: min(920px, 100%);
}

.page-csth-downloads .csth-downloads-page__intro {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  color: var(--muted);
}

.page-csth-downloads .csth-downloads-group {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.page-csth-downloads .csth-downloads-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-csth-downloads .csth-downloads-group h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  padding-left: 0.85rem;
  border-left: 4px solid var(--downloads-accent, var(--brand-towing));
}

.page-csth-downloads .csth-downloads-group--continental {
  --downloads-accent: var(--brand-mixer);
}

.page-csth-downloads .csth-downloads-group--ezpack {
  --downloads-accent: var(--brand-refuse);
}

.page-csth-downloads .csth-downloads-group--dynamic {
  --downloads-accent: #cc4749;
}

.page-csth-downloads .csth-downloads-group--company {
  --downloads-accent: var(--brand-towing);
}

.page-csth-downloads .csth-downloads-list .osp-downloads-list__link:hover {
  border-color: color-mix(in srgb, var(--downloads-accent) 45%, transparent);
}

.page-csth-downloads .csth-downloads-list .osp-downloads-list__link::before {
  background: color-mix(in srgb, var(--downloads-accent) 14%, #fff);
  color: var(--downloads-accent);
}

