:root {
  color: #203126;
  background: #f7f5ef;
  font-family: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
}

main {
  max-width: 42rem;
  text-align: center;
}

.brand-mark {
  width: clamp(4rem, 10vw, 5.5rem);
  height: auto;
  margin: 0 auto 1.25rem;
  color: #203126;
}

.disciplines {
  margin: 1.25rem 0 0;
  color: #9b553d;
  font-family: Arial, sans-serif;
  font-size: clamp(0.65rem, 1.3vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3.5rem, 12vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
}

.intro {
  margin: 1.5rem auto 0;
  max-width: 28rem;
  color: #536459;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.5;
}
