* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 18%, rgba(217, 74, 50, 0.16) 0 2px, transparent 2.5px),
    linear-gradient(180deg, #fff8ec 0%, #f3ecdf 55%, #eadbc9 100%);
  color: #221d19;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

main {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  padding: 72px 0;
}

.back {
  display: inline-block;
  margin-bottom: 46px;
  color: #9f3424;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.person {
  border-top: 1px solid rgba(34, 29, 25, 0.22);
  padding-top: 28px;
}

h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 9vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 400;
}

.role {
  margin: 0 0 34px;
  color: #d94a32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

p {
  margin: 0;
  max-width: 620px;
  color: rgba(34, 29, 25, 0.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.42;
}
