/* Bare on purpose — add your own styling here. */

@font-face {
  font-family: "UCL Sans";
  src: url("fonts/UCLSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UCL Sans";
  src: url("fonts/UCLSans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "UCL Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
}

main {
  flex: 1 0 auto;
  padding: 0 1.5rem;
}

.hero {
  background: linear-gradient(135deg, #071B3D, #123D73);
  padding: 10px 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.hero-text {
  color: #ffffff;
}

.wordmark {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tagline {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #7bb8d3;
}

.logo {
  display: block;
  width: 90px;
  height: auto;
  margin: 0;
  flex-shrink: 0;
}

footer {
  margin-top: 2rem;
  padding: 1rem 1.5rem 1rem;
  border-top: 1px solid #e6ebf2;
  text-align: center;
  font-size: 0.85rem;
  color: #8592a6;
}

footer a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
