* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.page {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.hero {
  position: relative;
  width: 100vw;
  aspect-ratio: 9812 / 6552;
  background: #fff;
}

.hero-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
}

.email-link {
  position: absolute;
  left: 50%;
  top: 58.3%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(49, 18, 71, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.45vw, 30px);
  line-height: 1;
  letter-spacing: 0;
  text-decoration-line: underline;
  text-decoration-color: rgba(79, 33, 122, 0.72);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.23em;
  text-shadow: 0 1px 2px rgba(49, 18, 71, 0.08);
  white-space: nowrap;
  cursor: pointer;
}

.email-link:focus-visible {
  outline: 2px solid rgba(79, 33, 122, 0.55);
  outline-offset: 6px;
  border-radius: 999px;
}

.school-signature {
  position: absolute;
  right: clamp(42px, 6.2vw, 120px);
  bottom: clamp(34px, 5.4vh, 76px);
  z-index: 4;
  display: grid;
  justify-items: center;
  width: clamp(108px, 7.8vw, 150px);
  pointer-events: none;
}

.school-mark {
  width: clamp(48px, 4vw, 76px);
  height: auto;
  opacity: 0.9;
  filter: saturate(1.02) drop-shadow(0 5px 8px rgba(49, 18, 71, 0.1));
}

.school-signature p {
  margin: 3px 0 0;
  color: rgba(49, 18, 71, 0.82);
  font-size: clamp(9px, 0.68vw, 13px);
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .email-link {
    top: 58.4%;
    font-size: clamp(14px, 4vw, 18px);
  }

  .school-signature {
    right: 5vw;
    bottom: 5vh;
    width: 112px;
  }
}
