.clean-batch-page {
  --cb-navy: #10295f;
  --cb-blue: #224397;
  --cb-red: #e1292f;
  --cb-ink: #111f39;
  --cb-muted: #5b6576;
  --cb-line: #d9dfeb;
  --cb-soft: #f5f7fb;
  --cb-white: #fff;
  color: var(--cb-ink);
  background: var(--cb-white);
  overflow-x: clip;
}

.clean-batch-page main,
.clean-batch-page main * {
  box-sizing: border-box;
}

.clean-batch-page main {
  overflow-wrap: anywhere;
}

.cb-page-width {
  width: min(calc(100% - 64px), 1360px);
  margin-inline: auto;
}

.cb-hero {
  position: relative;
  padding: 78px 0;
  overflow: hidden;
  color: var(--cb-ink);
  background: var(--cb-white);
  border-bottom: 1px solid var(--cb-line);
}

.cb-hero::after {
  display: none;
}

.cb-hero > * {
  position: relative;
  z-index: 1;
}

.cb-hero h1,
.cb-hero h2 {
  max-width: 760px;
  margin: 0;
  color: var(--cb-navy);
  font-size: 62px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.cb-hero p {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--cb-muted);
  font-size: 18px;
  line-height: 1.7;
}

.cb-band {
  padding: 84px 0;
}

.cb-band.is-soft {
  background: var(--cb-soft);
}

.cb-band.is-navy {
  color: var(--cb-white);
  background: var(--cb-navy);
}

.cb-band h1,
.cb-band h2,
.cb-band h3,
.cb-band h4,
.cb-band p {
  margin-top: 0;
}

.cb-band h1,
.cb-band h2 {
  max-width: 850px;
  color: var(--cb-navy);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.cb-band.is-navy h2,
.cb-band.is-navy h3,
.cb-band.is-navy p {
  color: inherit;
}

.cb-band h3 {
  color: var(--cb-navy);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.cb-band p,
.cb-band li {
  color: var(--cb-muted);
  font-size: 18px;
  line-height: 1.7;
}

.cb-band.is-navy p,
.cb-band.is-navy li {
  color: #dce6f6;
}

.cb-band p + p {
  margin-top: 20px;
}

.cb-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.cb-split.is-centered {
  align-items: center;
}

.cb-media-frame {
  margin: 0;
  overflow: hidden;
  background: var(--cb-soft);
  border: 1px solid var(--cb-line);
  border-left: 4px solid var(--cb-red);
  box-shadow: none;
}

.cb-media-frame img,
.cb-media-frame video {
  display: block;
  width: 100%;
  height: auto;
}

.cb-media-frame figcaption {
  padding: 14px 18px;
  color: var(--cb-muted);
  font-size: .88rem;
  line-height: 1.4;
  background: var(--cb-white);
}

.cb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cb-button,
.clean-batch-page main .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  color: var(--cb-white);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  background: var(--cb-red);
  border: 2px solid var(--cb-red);
  border-radius: 4px;
}

.cb-button.is-outline {
  color: var(--cb-navy);
  background: transparent;
  border-color: var(--cb-navy);
}

.cb-cta .cb-button.is-outline {
  color: #fff;
  border-color: #fff;
}

.cb-coverage-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--cb-line);
  border-left: 1px solid var(--cb-line);
}

.cb-coverage-rail article {
  min-height: 210px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--cb-white);
  border-right: 1px solid var(--cb-line);
  border-bottom: 1px solid var(--cb-line);
}

.cb-about .cb-family-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.cb-about .cb-family-copy h1 {
  margin-bottom: 30px;
}

.cb-about .cb-office-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-left: 4px solid var(--cb-red);
}

.cb-about .cb-office-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cb-about .cb-coverage-rail h3 {
  margin-bottom: 18px;
  font-size: 25px;
}

.cb-about .cb-coverage-rail h3 a {
  color: var(--cb-navy);
  text-decoration-color: var(--cb-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.cb-about .cb-coverage-rail h3 a:hover,
.cb-about .cb-coverage-rail h3 a:focus-visible {
  color: var(--cb-blue);
}

.cb-about .cb-coverage-rail h3 a:active,
.cb-about .cb-coverage-rail h3 a:visited {
  color: var(--cb-red);
}

.cb-about .cb-mission-section {
  padding: 0 0 84px;
}

.cb-about .cb-mission-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 90px);
  padding: clamp(42px, 6vw, 76px);
  color: var(--cb-white);
  background: var(--cb-navy);
  border-left: 5px solid var(--cb-red);
}

.cb-about .cb-mission-panel h2 {
  margin-bottom: 0;
  color: var(--cb-white);
}

.cb-about .cb-mission-heading {
  min-width: 0;
}

.cb-about .cb-years-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid rgb(255 255 255 / 28%);
}

.cb-about .cb-years-stat strong {
  color: var(--cb-white);
  font-size: clamp(64px, 8vw, 104px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.06em;
}

.cb-about .cb-years-stat span {
  max-width: 180px;
  color: #dce6f6;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.cb-about .cb-mission-panel p {
  color: #dce6f6;
}

.cb-about .cb-about-faq-section {
  background: var(--cb-white);
}

.cb-about .cb-about-faq-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: clamp(54px, 7vw, 94px);
  align-items: start;
}

.cb-about .cb-about-faq-intro {
  position: sticky;
  top: 126px;
}

.cb-about .cb-section-label {
  margin-bottom: 16px;
  color: var(--cb-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cb-about .cb-about-faq-intro h2 {
  margin-bottom: 30px;
}

.cb-about .cb-about-faq-list {
  border-top: 2px solid var(--cb-navy);
}

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

.cb-about .cb-about-faq-list summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 20px 0;
  color: var(--cb-navy);
  cursor: pointer;
  list-style: none;
}

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

.cb-about .cb-about-faq-list summary span {
  color: var(--cb-blue);
  font-size: 24px;
  font-weight: 400;
}

.cb-about .cb-about-faq-list summary strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.cb-about .cb-about-faq-list summary b {
  color: var(--cb-red);
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.cb-about .cb-about-faq-list details > div {
  padding: 0 48px 28px 78px;
}

.cb-about .cb-about-faq-list details > div p {
  margin-bottom: 0;
  color: var(--cb-muted);
  line-height: 1.65;
}

.cb-reason-list {
  margin-top: 44px;
  border-top: 1px solid var(--cb-line);
}

.cb-reason-list article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid var(--cb-line);
}

.cb-reason-list .cb-number {
  color: var(--cb-red);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.cb-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--cb-line);
  border: 1px solid var(--cb-line);
}

.cb-team-grid article {
  min-width: 0;
  padding: 0 0 24px;
  background: var(--cb-white);
}

.cb-team-grid img,
.cb-team-initials {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
  object-fit: cover;
  object-position: top center;
  color: var(--cb-white);
  font-size: 2rem;
  font-weight: 800;
  background: var(--cb-blue);
}

.cb-team-grid h3,
.cb-team-grid p {
  margin-inline: 22px;
}

.cb-team-grid h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.cb-team-grid p {
  margin-bottom: 0;
  font-size: .92rem;
  line-height: 1.45;
}

.cb-about .cb-team-grid {
  gap: 18px;
  background: transparent;
  border: 0;
}

.cb-about .cb-team-grid article {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--cb-line);
}

.cb-about .cb-team-link {
  display: block;
  height: 100%;
  padding-bottom: 24px;
  color: inherit;
  text-decoration: none;
  background: var(--cb-white);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cb-about .cb-team-link:hover,
.cb-about .cb-team-link:focus-visible {
  outline: 0;
  box-shadow: 0 14px 32px rgb(16 41 95 / 14%);
  transform: translateY(-3px);
}

.cb-about .cb-team-link:focus-visible {
  box-shadow: 0 0 0 3px rgb(225 41 47 / 35%), 0 14px 32px rgb(16 41 95 / 14%);
}

.cb-plugin-slot,
.cb-embed-shell {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--cb-white);
  border: 1px solid var(--cb-line);
  box-shadow: 0 22px 55px rgb(10 35 81 / 10%);
}

.cb-schedule .cb-embed-shell {
  border-top: 4px solid var(--cb-red);
}

.cb-review-only-note {
  display: inline-flex;
  margin: 20px;
  padding: 8px 11px;
  color: var(--cb-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  background: #eef3fb;
  border: 1px solid #ced9eb;
}

.cb-form-skeleton,
.cb-review-skeleton {
  display: grid;
  gap: 18px;
  padding: 8px clamp(22px, 4vw, 54px) 46px;
}

.cb-form-skeleton span,
.cb-review-skeleton span {
  display: block;
  height: 50px;
  background: #eef2f7;
  border: 1px solid #dce3ed;
}

.cb-form-skeleton span:nth-child(3) {
  height: 120px;
}

.cb-review-skeleton {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb-review-skeleton article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--cb-line);
}

.cb-review-skeleton article span:first-child {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.cb-review-skeleton article span + span {
  height: 16px;
  margin-top: 24px;
}

.cb-career-hero {
  padding: 78px 0;
}

.cb-career-hero .cb-split {
  align-items: center;
}

.cb-career-hero .cb-media-frame {
  border-left: 4px solid var(--cb-red);
}

.cb-career-hero .cb-media-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.cb-career-hero .cb-careers-photo img {
  aspect-ratio: 4 / 3;
  object-position: center 80%;
}

.cb-job-list {
  margin-top: 38px;
  border-top: 1px solid var(--cb-line);
}

.cb-job-list details {
  border-bottom: 1px solid var(--cb-line);
}

.cb-job-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 6px;
  color: var(--cb-navy);
  cursor: pointer;
  font-size: 1.17rem;
  font-weight: 800;
  list-style: none;
}

.cb-job-list summary::-webkit-details-marker {
  display: none;
}

.cb-job-list summary strong {
  color: var(--cb-red);
  font-size: .93rem;
}

.cb-job-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 46px;
  padding: 0 6px 38px;
}

.cb-job-copy > p:first-child,
.cb-job-copy > p:last-child {
  grid-column: 1 / -1;
}

.cb-job-copy ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.cb-job-copy h3 {
  margin-bottom: 8px;
}

.cb-app-store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  gap: clamp(38px, 8vw, 110px);
  align-items: center;
}

.cb-app-store-layout > * {
  min-width: 0;
}

.cb-mobile-app .cb-mobile-app-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  min-height: 520px;
  overflow: hidden;
  background: var(--cb-soft);
  border: 1px solid var(--cb-line);
  border-left: 5px solid var(--cb-red);
}

.cb-mobile-app .cb-app-copy {
  align-self: center;
  padding: clamp(42px, 6vw, 76px);
}

.cb-mobile-app .cb-app-copy > p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--cb-muted);
  font-size: 19px;
  line-height: 1.75;
}

.cb-mobile-app .cb-app-device-panel {
  display: grid;
  min-width: 0;
  place-items: end center;
  padding: 46px 36px 0;
  overflow: hidden;
  background: var(--cb-navy);
}

.cb-mobile-app .cb-app-device-panel .cb-app-device {
  width: min(100%, 320px);
  max-width: 320px;
  margin: 0;
}

.cb-mobile-app .cb-store-buttons a {
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgb(16 41 95 / 14%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.cb-mobile-app .cb-store-buttons a:hover,
.cb-mobile-app .cb-store-buttons a:focus-visible {
  outline: 0;
  box-shadow: 0 14px 30px rgb(16 41 95 / 22%);
  transform: translateY(-2px);
}

.cb-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cb-store-buttons a {
  display: inline-flex;
  min-height: 56px;
}

.cb-store-buttons img {
  display: block;
  width: auto;
  height: 56px;
}

.cb-app-device {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-inline: auto;
}

.cb-faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--cb-line);
}

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

.cb-faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--cb-navy);
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 800;
  list-style: none;
}

.cb-faq-list summary::-webkit-details-marker {
  display: none;
}

.cb-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--cb-red);
  font-size: 1.6rem;
}

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

.cb-faq-list details p {
  max-width: 900px;
  padding: 0 0 26px;
}

.cb-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--cb-line);
  border: 1px solid var(--cb-line);
}

.cb-blog-card {
  min-width: 0;
  padding-bottom: 32px;
  background: var(--cb-white);
}

.cb-blog-card > a:first-child {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe6ef;
}

.cb-blog-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.cb-blog-card:hover img {
  transform: scale(1.025);
}

.cb-blog-card h2,
.cb-blog-card p,
.cb-blog-card .cb-read-link {
  margin-inline: clamp(22px, 4vw, 38px);
}

.cb-blog-card h2 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.cb-blog-card h2 a,
.cb-read-link {
  color: var(--cb-navy);
  text-decoration: none;
}

.cb-read-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--cb-red);
  font-weight: 800;
}

.cb-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 30px;
}

.cb-pagination a,
.cb-pagination span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cb-navy);
  text-decoration: none;
  border: 1px solid var(--cb-line);
}

.cb-pagination span {
  color: var(--cb-white);
  background: var(--cb-blue);
  border-color: var(--cb-blue);
}

.cb-booking-frame {
  display: block;
  width: 100%;
  min-height: 860px;
  border: 0;
  background: var(--cb-white);
}

.cb-portal-video {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  background: var(--cb-white);
}

.cb-portal-store-buttons a {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgb(16 41 95 / 14%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.cb-portal-store-buttons a:hover,
.cb-portal-store-buttons a:focus-visible {
  outline: 0;
  box-shadow: 0 14px 30px rgb(16 41 95 / 22%);
  transform: translateY(-2px);
}

.cb-portal-store-buttons a:focus-visible {
  box-shadow: 0 0 0 3px rgb(225 41 47 / 35%), 0 14px 30px rgb(16 41 95 / 22%);
}

.cb-policy {
  width: min(calc(100% - 48px), 900px);
  margin-inline: auto;
}

.cb-policy-header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--cb-line);
}

.cb-policy-header p {
  margin: 12px 0 0;
  color: var(--cb-muted);
}

.cb-policy section {
  padding: 38px 0;
  border-bottom: 1px solid var(--cb-line);
}

.cb-contact-block {
  padding: 24px;
  background: var(--cb-soft);
  border-left: 4px solid var(--cb-red);
}

.cb-contact-block a {
  color: var(--cb-blue);
  font-weight: 800;
}

.cb-cta {
  padding: clamp(48px, 7vw, 80px) 0;
  color: var(--cb-white);
  background: var(--cb-navy);
}

.cb-cta .cb-page-width {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.cb-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.cb-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #dce6f6;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .cb-page-width,
  .cb-policy {
    width: min(calc(100% - 36px), 1360px);
  }

  .cb-hero {
    padding: 58px 0 64px;
  }

  .cb-hero h1,
  .cb-hero h2 {
    font-size: 52px;
  }

  .cb-hero .cb-split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cb-about .cb-family-layout {
    grid-template-columns: 1fr;
  }

  .cb-about .cb-about-faq-layout,
  .cb-mobile-app .cb-mobile-app-card {
    grid-template-columns: 1fr;
  }

  .cb-about .cb-about-faq-intro {
    position: static;
  }

  .cb-mobile-app .cb-app-device-panel {
    min-height: 430px;
  }

  .cb-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cb-review-skeleton {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .cb-page-width,
  .cb-policy {
    width: min(calc(100% - 30px), 1360px);
  }

  .cb-hero {
    padding: 54px 0 58px;
  }

  .cb-split,
  .cb-about .cb-mission-panel,
  .cb-app-store-layout,
  .cb-cta .cb-page-width,
  .cb-job-copy {
    grid-template-columns: 1fr;
  }

  .cb-career-hero .cb-split {
    gap: 30px;
  }

  .cb-coverage-rail,
  .cb-blog-grid {
    grid-template-columns: 1fr;
  }

  .cb-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-about .cb-about-faq-list summary {
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 84px;
  }

  .cb-about .cb-about-faq-list summary span {
    font-size: 20px;
  }

  .cb-about .cb-about-faq-list summary strong {
    font-size: 17px;
  }

  .cb-about .cb-about-faq-list details > div {
    padding: 0 0 24px 56px;
  }

  .cb-job-list summary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cb-booking-frame {
    min-height: 760px;
  }

  .cb-cta .cb-actions {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .cb-page-width,
  .cb-policy {
    width: min(calc(100% - 28px), 1360px);
  }

  .cb-hero h1,
  .cb-hero h2 {
    font-size: 44px;
  }

  .cb-band {
    padding: 64px 0;
  }

  .cb-band h1,
  .cb-band h2 {
    font-size: 34px;
  }

  .cb-team-grid {
    grid-template-columns: 1fr;
  }

  .cb-about .cb-years-stat {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cb-mobile-app .cb-app-copy {
    padding: 36px 24px;
  }

  .cb-mobile-app .cb-app-copy > p {
    font-size: 17px;
  }

  .cb-mobile-app .cb-app-device-panel {
    min-height: 360px;
    padding: 34px 20px 0;
  }

  .cb-mobile-app .cb-app-device-panel .cb-app-device {
    max-width: 250px;
  }

  .cb-reason-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cb-store-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .cb-store-buttons img {
    max-width: 100%;
    height: auto;
    max-height: 56px;
  }

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

  .cb-button,
  .clean-batch-page main .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cb-blog-card img {
    transition: none;
  }
}

/* About Us flagship refresh: local mockup only. */
.cb-about-flagship {
  display: flex;
  flex-direction: column;
}

.cb-about-flagship > .cb-hero {
  order: 1;
}

.cb-about-flagship > .cb-about-team-section {
  order: 2;
}

.cb-about-flagship > .cb-family-section {
  order: 3;
}

.cb-about-flagship > .cb-about-coverages {
  order: 4;
}

.cb-about-flagship > .cb-about-portal-section {
  order: 5;
}

.cb-about-flagship > .cb-mission-section {
  order: 6;
}

.cb-about-flagship > .cb-about-faq-section {
  order: 7;
}

.cb-about-flagship > .cb-about-faq-section + .cb-band {
  order: 8;
}

.cb-about-flagship > .cb-cta {
  order: 9;
}

.cb-about-flagship > .cb-hero {
  padding: 72px 0;
  background: var(--cb-white);
}

.cb-about-flagship > .cb-hero .cb-split {
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr);
  gap: clamp(44px, 6vw, 88px);
}

.cb-about-flagship > .cb-hero h2 {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding-bottom: 22px;
  font-size: clamp(58px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -.035em;
}

.cb-about-flagship > .cb-hero h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 4px;
  content: "";
  background: var(--cb-red);
}

.cb-about-flagship > .cb-hero p {
  font-size: 17px;
  line-height: 1.75;
}

.cb-about-flagship > .cb-hero .cb-media-frame {
  position: relative;
  border: 1px solid var(--cb-line);
  border-left: 0;
}

.cb-about-flagship > .cb-hero .cb-media-frame::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: var(--cb-red);
}

.cb-about-flagship > .cb-hero .cb-media-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.cb-about-flagship > .cb-hero .cb-media-frame figcaption {
  padding: 16px 20px;
  color: #dce6f6;
  font-weight: 700;
  background: var(--cb-navy);
}

.cb-about-team-section {
  padding: 72px 0 84px;
  background: var(--cb-white);
  border-bottom: 1px solid var(--cb-line);
}

.cb-about-team-section h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
}

.cb-about-team-section h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 3px;
  content: "";
  background: var(--cb-red);
}

.cb-about .cb-about-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.cb-about-team-section .cb-team-link {
  position: relative;
  padding-bottom: 26px;
  border-bottom: 3px solid transparent;
}

.cb-about-team-section .cb-team-link:hover,
.cb-about-team-section .cb-team-link:focus-visible {
  border-bottom-color: var(--cb-red);
}

.cb-about-team-section .cb-team-grid img {
  aspect-ratio: 4 / 3;
  background: #edf1f7;
}

.cb-about-flagship .cb-family-section {
  padding: 96px 0;
  background: var(--cb-soft);
}

.cb-about-flagship .cb-family-layout {
  grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr);
  gap: clamp(52px, 7vw, 96px);
}

.cb-about-flagship .cb-family-copy {
  grid-column: 2;
  grid-row: 1;
}

.cb-about-flagship .cb-family-copy h1 {
  margin-bottom: 28px;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -.025em;
}

.cb-about-flagship .cb-office-photo {
  grid-column: 1;
  grid-row: 1;
  min-height: 500px;
  background: #e9eef6;
  border-left: 0;
  border-bottom: 5px solid var(--cb-red);
}

.cb-about-flagship .cb-office-photo img {
  height: 100%;
  min-height: 500px;
  aspect-ratio: auto;
  object-position: center;
}

.cb-about-coverages {
  padding: 76px 0 88px;
}

.cb-about-coverages > .cb-page-width > h3 {
  margin-bottom: 14px;
  font-size: 38px;
}

.cb-about-coverages > .cb-page-width > p {
  max-width: 820px;
}

.cb-about-coverages .cb-coverage-rail {
  margin-top: 34px;
  border-top: 3px solid var(--cb-navy);
}

.cb-about-coverages .cb-coverage-rail article {
  min-height: 242px;
}

.cb-about-portal-section {
  padding: 94px 0;
  color: var(--cb-white);
  background: var(--cb-navy);
}

.cb-about-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.cb-about-portal-copy h2 {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--cb-white);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.cb-about-portal-copy p {
  max-width: 650px;
  color: #dce6f6;
  font-size: 17px;
  line-height: 1.7;
}

.cb-about-portal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgb(255 255 255 / 28%);
  border-left: 1px solid rgb(255 255 255 / 28%);
}

.cb-about-portal-actions a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--cb-white);
  text-decoration: none;
  border-right: 1px solid rgb(255 255 255 / 28%);
  border-bottom: 1px solid rgb(255 255 255 / 28%);
}

.cb-about-portal-actions a:hover,
.cb-about-portal-actions a:focus-visible {
  color: var(--cb-white);
  background: rgb(255 255 255 / 8%);
  outline: 2px solid var(--cb-red);
  outline-offset: -2px;
}

.cb-about-portal-actions span {
  color: #ff9a9e;
  font-size: 22px;
}

.cb-about-portal-video {
  overflow: hidden;
  background: #061a40;
  border: 1px solid rgb(255 255 255 / 34%);
  box-shadow: 0 30px 70px rgb(1 12 36 / 34%);
}

.cb-about-portal-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cb-about-flagship .cb-mission-section {
  padding: 88px 0;
  background: var(--cb-white);
}

.cb-about-flagship .cb-mission-panel {
  padding: clamp(42px, 5vw, 68px);
}

.cb-about-flagship .cb-about-faq-section {
  padding-top: 88px;
}

.cb-about-flagship .cb-about-faq-intro h2 {
  font-size: 46px;
  font-weight: 600;
}

.cb-about-flagship > .cb-about-faq-section + .cb-band {
  padding: 76px 0 88px;
}

.cb-about-flagship > .cb-about-faq-section + .cb-band h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .cb-about-flagship > .cb-hero .cb-split,
  .cb-about-portal-grid {
    grid-template-columns: 1fr;
  }

  .cb-about-flagship > .cb-hero .cb-media-frame,
  .cb-about-portal-video {
    width: 100%;
    max-width: 860px;
  }

  .cb-about-flagship .cb-family-layout {
    grid-template-columns: 1fr;
  }

  .cb-about-flagship .cb-family-copy,
  .cb-about-flagship .cb-office-photo {
    grid-column: 1;
  }

  .cb-about-flagship .cb-family-copy {
    grid-row: 1;
  }

  .cb-about-flagship .cb-office-photo {
    grid-row: 2;
    min-height: 0;
  }

  .cb-about-flagship .cb-office-photo img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .cb-about-flagship > .cb-hero {
    padding: 54px 0 62px;
  }

  .cb-about-flagship > .cb-hero h2 {
    font-size: 50px;
  }

  .cb-about-team-section,
  .cb-about-flagship .cb-family-section,
  .cb-about-coverages,
  .cb-about-portal-section,
  .cb-about-flagship .cb-mission-section,
  .cb-about-flagship .cb-about-faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cb-about .cb-about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-about-coverages .cb-coverage-rail article {
    min-height: 0;
  }

  .cb-about-portal-actions {
    grid-template-columns: 1fr;
  }

  .cb-about-flagship .cb-mission-panel {
    gap: 36px;
  }
}

@media (max-width: 520px) {
  .cb-about .cb-about-team-grid {
    grid-template-columns: 1fr;
  }

  .cb-about-team-section .cb-team-grid img {
    aspect-ratio: 4 / 3;
  }

  .cb-about-portal-copy h2,
  .cb-about-flagship .cb-family-copy h1,
  .cb-about-flagship .cb-about-faq-intro h2 {
    font-size: 36px;
  }

  .cb-about-portal-actions a {
    min-height: 64px;
  }
}
