html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #111111;
  background: #f5f5f1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.section-heading__eyebrow {
  margin: 0 0 12px;
  color: #626262;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer__brand,
.site-footer__record {
  margin: 0;
}

.site-footer__brand {
  display: grid;
  gap: 6px;
}

.site-footer__title {
  margin: 0;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer__tagline,
.site-footer__record {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}
