:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #fff;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: clamp(1rem, 2.5vw, 2rem);
}

.logo-frame {
  width: clamp(15rem, 24vw, 22rem);
  max-width: 100%;
  aspect-ratio: 4 / 1;
  overflow: hidden;
}

.logo-frame img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-25%);
  user-select: none;
}

.site-footer {
  margin-top: auto;
  padding: 1.25rem 1rem;
  color: #526170;
  font: 400 0.875rem/1.5 Arial, sans-serif;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #087f7a;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #075985;
}
