/* Official brand assets and Over Schaalkompas */
body { overflow-x: hidden; }

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0;
}

.brand__logo {
  display: block;
  width: 158px;
  height: auto;
}

.site-header.scrolled .brand__logo { width: 126px; }

.main-nav { gap: 29px; }
.brand--footer .brand__logo { width: 190px; }

.about-section { background: #fff; }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 110px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--mist);
}

.about-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(3, 29, 56, .4));
}

.about-visual__note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 210px;
  padding: 25px 28px;
  background: var(--gold);
  color: var(--navy-deep);
  display: flex;
  flex-direction: column;
}

.about-visual__note strong {
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}

.about-visual__note span { font-size: .88rem; margin-top: 6px; }
.about-copy h2 { max-width: 650px; }
.about-copy > p { color: #506074; max-width: 670px; }
.about-copy__lead { font-size: 1.28rem !important; color: var(--ink) !important; }

.about-signature {
  border-top: 1px solid #cbd2d9;
  margin-top: 38px;
  padding-top: 23px;
  display: flex;
  flex-direction: column;
}

.about-signature span { font-family: var(--display); font-weight: 700; }
.about-signature small { color: #738093; margin-top: 2px; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { min-height: 620px; }
}

@media (max-width: 600px) {
  .brand__logo { width: 126px; }
  .about-visual { min-height: 500px; }
  .about-visual__note { width: 180px; padding: 20px 22px; }
}
