:root {
  color: #1f2521;
  background: #f4efe6;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid #dd765c;
  outline-offset: 4px;
}

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

header {
  padding: 34px 0 55px;
}

header a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}

header i {
  width: 34px;
  height: 34px;
  display: block;
  background: #ef9a79;
  border: 8px solid #17372d;
  border-radius: 50%;
}

main {
  padding-bottom: 90px;
}

.kicker {
  color: #c9573f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 680px;
  margin: 22px 0 30px;
  font-size: clamp(54px, 11vw, 92px);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.intro {
  max-width: 620px;
  margin-bottom: 65px;
  color: #515a54;
  font-size: 17px;
  line-height: 1.7;
}

section {
  padding: 32px 0;
  border-top: 1px solid rgba(31, 37, 33, 0.18);
}

h2 {
  margin: 0 0 14px;
  color: #17372d;
  font-size: 30px;
}

p,
li {
  color: #515a54;
  font-size: 15px;
  line-height: 1.75;
}

ul {
  padding-left: 21px;
}

footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #17372d;
  font-size: 12px;
}

.footer-wrap {
  background: #17372d;
}
