:root {
  color: #111a22;
  background: #f4f0e6;
  font-family: system-ui, sans-serif;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-image:
    linear-gradient(rgba(17, 26, 34, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 26, 34, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
}

header,
main,
footer {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
  border-bottom: 1px solid currentColor;
}

header a,
footer a {
  color: inherit;
  font-weight: 700;
  text-underline-offset: 4px;
}

main {
  padding-block: 64px;
}

h1,
h2 {
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 12ch;
  margin: 0 0 32px;
  font-size: clamp(2.8rem, 10vw, 5.5rem);
}

h2 {
  margin-top: 48px;
}

.eyebrow {
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.note {
  margin-block: 32px;
  padding: 20px;
  border: 1px solid currentColor;
  border-left: 8px solid #00c2c7;
  background: #fffdf7;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-block: 24px 48px;
  border-top: 1px solid currentColor;
}
