.seo-breadcrumb {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 28px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seo-breadcrumb li + li::before {
  content: "/";
  opacity: 0.45;
}

.seo-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.seo-breadcrumb a:hover,
.seo-breadcrumb a:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-breadcrumb [aria-current="page"] {
  color: #ffffff;
  opacity: 1;
}

/* Keep existing image-led layouts while exposing meaningful photography to crawlers. */
.section-photo,
.project-folder-img,
.project-card-img,
.featured-image,
.article-image,
.areas-photo,
.journal-card-img,
.portrait,
.intro-img,
.seo-card-image-wrap {
  position: relative;
  overflow: hidden;
}

.sc-bg,
.page-hero-bg {
  overflow: hidden;
}

.section-photo > img,
.project-folder-img > img,
.project-card-img > img,
.sc-bg > img,
.featured-image > img,
.article-image > img,
.areas-photo > img,
.journal-card-img > img,
.page-hero-bg > img,
.portrait > img,
.intro-img > img,
.seo-card-image-wrap > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-bg::before {
  z-index: 1;
}

.seo-card-image-wrap {
  aspect-ratio: 4 / 3;
  margin: -8px -4px 8px;
  border-radius: 2px;
}

.seo-card-link {
  color: inherit;
  text-decoration-color: rgba(46, 45, 135, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.seo-card-link:hover,
.seo-card-link:focus-visible {
  color: var(--blue, #2e2d87);
  text-decoration-color: currentColor;
}
