.brand-logo {
  display: block;
  width: 230px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.site-footer .brand-logo {
  width: 210px;
}

.hero-brand-image {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-brand-image::before {
  content: "";
  position: absolute;
  inset: 7% -4%;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(3deg);
}

.hero-brand-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  box-shadow: 0 28px 65px rgba(0,0,0,.28);
}

.hero-photo-overlay {
  background-position: center;
  background-size: cover;
}

.hero-photo-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(16,32,43,.94) 0%, rgba(16,32,43,.74) 48%, rgba(16,32,43,.35) 100%);
}

.hero-photo-overlay .hero-grid,
.hero-photo-overlay .hero-layout,
.hero-photo-overlay .proof-strip {
  position: relative;
  z-index: 1;
}

.section-photograph {
  margin: 0 0 4rem;
}

.section-photograph img {
  width: 100%;
  height: clamp(280px, 42vw, 560px);
  object-fit: cover;
  display: block;
}

.section-photograph-contained img {
  height: auto;
  max-height: 560px;
  object-fit: contain;
  background: var(--paper-2);
}

.section-photograph-split {
  width: min(72%, 820px);
  margin-left: auto;
}

.section-photograph figcaption {
  margin-top: .75rem;
  color: var(--grey);
  font-size: .82rem;
}

.section-dark .section-photograph figcaption,
.technology .section-photograph figcaption {
  color: rgba(255,255,255,.62);
}

.section:has(.section-photograph-overlay) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.section:has(.section-photograph-overlay)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(16,32,43,.94) 0%, rgba(16,32,43,.76) 55%, rgba(16,32,43,.48) 100%);
}

.section:has(.section-photograph-overlay) > .container {
  position: static;
}

.section:has(.section-photograph-overlay) > .container > :not(.section-photograph-overlay) {
  position: relative;
  z-index: 1;
}

.section-photograph-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  width: 100%;
  height: 100%;
}

.section-photograph-overlay img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.section-photograph-overlay figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  margin: 0;
  color: rgba(255,255,255,.72);
  text-shadow: 0 1px 4px rgba(0,0,0,.8);
}

.section:has(.section-photograph-overlay) .section-index,
.section:has(.section-photograph-overlay) .section-heading > p,
.section:has(.section-photograph-overlay) .statement-grid > div > p,
.section:has(.section-photograph-overlay) .about-copy p,
.section:has(.section-photograph-overlay) .process-list p {
  color: rgba(255,255,255,.82);
}

.section:has(.section-photograph-overlay) .process-list,
.section:has(.section-photograph-overlay) .process-list li {
  border-color: rgba(255,255,255,.24);
}

@media (max-width: 900px) {
  .brand-logo { width: 200px; max-height: 46px; }
  .hero-brand-image { min-height: 380px; }
  .hero-brand-image img { max-height: 440px; }
  .section-photograph-split { width: 100%; }
  .hero-photo-overlay::before,
  .section:has(.section-photograph-overlay)::after {
    background: rgba(16,32,43,.78);
  }
}

@media (max-width: 600px) {
  .brand-logo { width: 170px; max-height: 40px; }
  .hero-brand-image { min-height: 300px; }
  .section-photograph { margin-bottom: 2.5rem; }
  .section-photograph:not(.section-photograph-overlay) img { height: 280px; }
}
