*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f6f1e7;
  color: #1b1814;
  font-family: "Newsreader", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.wrap {
  width: min(34rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3.25rem 0 3.5rem;
}

@media (min-width: 640px) {
  body {
    font-size: 1.2rem;
  }

  .wrap {
    padding: 6.5rem 0 5rem;
  }

  .intro img {
    width: 6rem;
    height: 6rem;
  }
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05rem;
  margin: 0 0 1.6rem;
}

.intro img {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  object-fit: cover;
  border-radius: 50%;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.prose p {
  margin: 0 0 1.1rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.contact {
  margin: 1.75rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid #ddd4c4;
}

.contact a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.contact a:hover,
.contact a:focus-visible {
  color: #8a3418;
}

section {
  margin-top: 2.35rem;
}

h2 {
  margin: 0 0 0.55rem;
  color: #6b6459;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.links li + li {
  border-top: 1px solid #ebe3d5;
}

.links a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.7rem;
  padding: 0.55rem 0;
  color: inherit;
  text-decoration: none;
}

.links a:hover .dest,
.links a:focus-visible .dest {
  color: #8a3418;
}

.label {
  flex: 0 0 8rem;
}

.arrow {
  color: #8a8276;
}

.dest {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.ventures {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ventures li {
  padding: 0.85rem 0;
}

.ventures li + li {
  border-top: 1px solid #ebe3d5;
}

.ventures a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.ventures a:hover,
.ventures a:focus-visible {
  color: #8a3418;
}

.ventures p,
.links p {
  margin: 0.2rem 0 0;
  color: #6b6459;
  font-size: 0.98em;
  line-height: 1.45;
}

footer {
  margin-top: 4rem;
  color: #7a7368;
  font-size: 0.92rem;
}

footer p {
  margin: 0;
}

a:focus-visible {
  outline: 2px solid #8a3418;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
