:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  color: #1f1f1f;
  background: #f7f5f0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
}

.site-shell {
  width: min(100% - 2rem, 760px);
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
}

.site-header {
  padding: 0.5rem 0 3.5rem;
}

.brand {
  color: #1f1f1f;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.hero {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d7d2c8;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #655f55;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 10vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intro,
.content-section p,
.contact-section p {
  max-width: 65ch;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.content-section,
.contact-section {
  padding: 2.25rem 0;
  border-bottom: 1px solid #d7d2c8;
}

.contact-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.contact-links a {
  width: fit-content;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.site-footer {
  padding-top: 1.5rem;
  color: #655f55;
  font-size: 0.9rem;
}

.site-footer p {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .site-shell {
    width: min(100% - 4rem, 760px);
    padding-top: 2.5rem;
  }

  .site-header {
    padding-bottom: 5rem;
  }

  .content-section,
  .contact-section {
    padding: 2.75rem 0;
  }
}
