html {
  background: #f4efe5;
  color: #1d1b18;
  font-family: Georgia, "Times New Roman", serif;
}

body {
  margin: 0;
  padding: 24px;
}

main {
  width: min(760px, 100%);
  margin: 0 auto;
}

header,
.card,
nav {
  border: 1px solid #d7cbb8;
  border-radius: 8px;
  background: #fffdf6;
}

header {
  position: relative;
  padding: 22px;
}

.back-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid #d7cbb8;
  border-radius: 8px;
  background: #fffaf0;
  color: #1d1b18;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.eyebrow,
.date,
nav,
.cta {
  font-family: Arial, sans-serif;
}

.eyebrow,
.date {
  margin: 0 0 8px;
  color: #6d6559;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(34px, 8vw, 56px);
  line-height: 0.95;
}

.card {
  margin-top: 16px;
  padding: 22px;
}

section {
  padding: 16px 0;
  border-top: 1px solid #e2d8c8;
}

section:first-of-type {
  border-top: 0;
}

h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

p {
  margin: 8px 0 0;
  color: #4f4941;
  font-size: 16px;
  line-height: 1.58;
}

.intro {
  color: #1d1b18;
  font-weight: 700;
}

.cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: 14px 0;
  border-radius: 8px;
  padding: 0 16px;
  background: #1f7a5b;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 16px;
  padding: 14px;
  font-size: 13px;
  font-weight: 800;
}

a {
  color: #163d73;
}
