.identity-page {
  background: #fbfcff;
}

.identity-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(3.4rem, 7vw, 6rem) 0;
  background: #fbfcff;
  color: var(--navy-deep);
  text-align: center;
}

.identity-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.identity-hero .eyebrow {
  color: var(--green);
}

.identity-hero .eyebrow::before,
.identity-hero .eyebrow::after {
  background: var(--gold);
}

.identity-hero h1 {
  position: relative;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.identity-hero h1 span {
  display: inline-block;
  font-weight: 800;
}

.identity-hero h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.62rem;
  width: 96px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(17, 32, 61, 0.22), var(--gold), rgba(17, 32, 61, 0.22));
  transform: translateX(-50%);
}

.identity-section {
  padding-top: clamp(2.4rem, 5vw, 4.8rem);
}

.identity-page .college-layout {
  margin-top: 0;
}

.identity-page .identity-media {
  min-height: clamp(380px, 42vw, 560px);
}

.identity-page .identity-overview {
  align-items: stretch;
}

.identity-page .identity-content {
  align-self: center;
}

@media (max-width: 960px) {
  .identity-page .identity-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .identity-hero {
    padding: 3rem 0;
  }

  .identity-hero h1 {
    font-size: 1.9rem;
  }

  .identity-page .identity-media {
    min-height: 340px;
  }
}
