.site-header { height: 96px; }
.hero .photo-stack {
  position: relative;
  display: grid;
  height: auto;
  aspect-ratio: 4 / 5;
  padding: 0;
  background: #223b58;
  border: 0;
  outline: 1px solid rgba(36, 34, 31, .1);
  border-radius: 48% 48% 18px 18px / 32% 32% 18px 18px;
  box-shadow: 0 24px 54px rgba(31, 39, 45, .18);
  transform: none;
  overflow: hidden;
}
.hero {
  min-height: 0;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding: 24px 0 58px;
}
.hero .photo-stack {
  width: 230px;
  justify-self: center;
}
.hero h1 {
  font-size: clamp(3.25rem, 5vw, 4.65rem);
  margin: 1rem 0 1.1rem;
}
.hero p { margin-bottom: .4rem; }
.strategy-visual {
  transform: none;
  padding: 22px 22px 54px;
  background: #e7e1d7;
  border: 1px solid rgba(36, 34, 31, .1);
  box-shadow: 0 18px 46px rgba(40, 32, 24, .1);
}
.strategy-visual img { aspect-ratio: 19 / 14; object-fit: cover; }
.att-feature .image-wrap { background: #fff; padding: 0; }
.att-feature .image-wrap img { object-fit: contain; filter: grayscale(.15) saturate(.8); }
.hero .photo-stack::after {
  content: none;
}
.hero .photo-main {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  background: transparent;
  filter: saturate(.9) contrast(1.01);
}
@media (max-width: 850px) {
  .hero { grid-template-columns: 220px minmax(0, 1fr); gap: 2.5rem; padding-top: 12px; }
  .hero .photo-stack { width: 190px; }
  .hero h1 { font-size: clamp(3rem, 8vw, 4.2rem); }
  .hero .photo-stack { height: auto; margin: 0; }
}
@media (max-width: 560px) {
  .hero { grid-template-columns: 1fr; gap: 1.75rem; padding: 4px 0 48px; }
  .hero .photo-stack { height: auto; width: min(54%, 210px); justify-self: start; box-shadow: 0 14px 30px rgba(31,39,45,.14); }
  .hero h1 { font-size: 3.25rem; }
}
.white-section .logos {
  grid-template-columns: repeat(10, 1fr);
  row-gap: 2.6rem;
}
.white-section .logos span { grid-column: span 2; }
.white-section .logos span { font-size: inherit; letter-spacing: -.03em; }
.white-section .logos span:nth-child(6) { grid-column: 2 / span 2; }
@media (max-width: 850px) {
  .white-section .logos { grid-template-columns: repeat(3, 1fr); }
  .white-section .logos span,
  .white-section .logos span:nth-child(6) { grid-column: auto; }
}
@media (max-width: 560px) {
  .white-section .logos { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
}
