/* V5: logo scale, hero-wide signature and uncropped Sama comparison. */
.site-header {
  height: 96px;
}

.brand,
.brand img {
  width: 80px;
  height: 80px;
}

.hero {
  grid-template-rows: auto auto;
}

.brand-signature {
  grid-column: 1 / -1;
  width: 100%;
  margin: -12px 0 0;
  text-align: center;
}

.compare {
  height: min(560px, 52vw);
  background: var(--cv-navy-surface);
}

.compare > img,
.compare-before-wrap img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 760px) {
  .site-header {
    height: 82px;
  }

  .brand,
  .brand img {
    width: 68px;
    height: 68px;
  }

  .mobile-menu {
    inset: 82px 0 0;
  }

  .hero {
    display: flex;
  }

  .brand-signature {
    order: 3;
    margin: -12px 0 0;
  }

  .compare {
    height: 480px;
  }
}
