*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: #080808; color: #f3f1ec; }
body {
  min-height: 100vh;
  color: #f3f1ec;
  font-family: "Newsreader", "Iowan Old Style", Georgia, serif;
  font-optical-sizing: auto;
  line-height: 1.55;
  background-color: #080808;
  background-image:
    linear-gradient(180deg, rgba(8,8,8,0.2) 0%, rgba(8,8,8,0.55) 52%, rgba(8,8,8,0.12) 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 520' preserveAspectRatio='none'><path fill='%23111111' d='M0 520h1440V248l-96 42-118-88-140 96-126-70-154 82-132-54-148 78-122-64-160 90-146-48z'/><path fill='%230d0d0d' d='M0 520h1440V318l-110 36-132-72-148 80-118-48-160 70-140-40-152 64-128-52-154 78z'/></svg>");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 42vh;
}
a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.72; }
.wrap {
  width: min(40rem, calc(100% - 2.5rem));
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0 1.7rem;
  position: relative;
  z-index: 1;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.logo { display: block; width: 2.05rem; height: 2.05rem; }
.logo img, .logo svg { width: 100%; height: 100%; display: block; }
.menu-toggle, .menu-close {
  appearance: none;
  background: none;
  border: 0;
  padding: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  color: #f3f1ec;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #f3f1ec;
  margin: 5px 0;
}
.menu-close { position: relative; }
.menu-close::before, .menu-close::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  top: 50%;
  height: 1px;
  background: #f3f1ec;
}
.menu-close::before { transform: rotate(45deg); }
.menu-close::after { transform: rotate(-45deg); }
main { flex: 1; }
.hero h1 {
  font-size: clamp(2.05rem, 8.6vw, 3.05rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.08;
  margin: 0 0 1.2rem;
}
.rule {
  width: 2.9rem;
  height: 1px;
  background: #f3f1ec;
  border: 0;
  margin: 0 0 1.45rem;
}
.lede, .lede p {
  margin: 0;
  max-width: 26rem;
  color: #d5d2ca;
  font-size: 1.02rem;
}
.lede p + p { margin-top: 0.9rem; }
.page-title {
  font-size: clamp(1.8rem, 6vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 1.15rem;
}
.prose h2 {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 2rem 0 0.6rem;
  font-family: "Newsreader", Georgia, serif;
}
.prose p, .prose li { color: #d5d2ca; margin: 0 0 0.75rem; }
.prose ul { margin: 0 0 0.9rem; padding-left: 1.1rem; }
.site-footer {
  margin-top: 4.2rem;
  padding-top: 1.05rem;
  border-top: 1px solid #2a2a28;
  color: #9b9890;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  margin-bottom: 0.65rem;
}
.sep { margin: 0 0.55rem; color: #6a6862; }
.copy { margin: 0; }
.menu-overlay {
  position: fixed;
  inset: 0;
  background: #080808;
  z-index: 40;
  display: none;
  flex-direction: column;
}
.menu-overlay.is-open { display: flex; }
.menu-bar {
  width: min(40rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.25rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-list {
  width: min(40rem, calc(100% - 2.5rem));
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
}
.menu-list a {
  display: block;
  padding: 0.85rem 0;
  font-size: clamp(1.55rem, 5.5vw, 2rem);
  border-bottom: 1px solid #1c1c1a;
}
.menu-list a:hover { opacity: 1; color: #fff; }
.menu-foot {
  width: min(40rem, calc(100% - 2.5rem));
  margin: auto auto 1.7rem;
  color: #9b9890;
  font-size: 0.78rem;
}
.form {
  max-width: 28rem;
  display: grid;
  gap: 1.25rem;
  margin-top: 1.55rem;
}
.form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  color: #e6e3db;
}
.form input, .form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4a4842;
  color: #f3f1ec;
  font: inherit;
  padding: 0.55rem 0;
  border-radius: 0;
}
.form textarea {
  min-height: 7.5rem;
  border: 1px solid #4a4842;
  padding: 0.7rem 0.75rem;
  resize: vertical;
}
.form input:focus, .form textarea:focus {
  outline: none;
  border-color: #f3f1ec;
}
.form input:disabled, .form textarea:disabled { opacity: 0.7; }
.btn {
  justify-self: start;
  margin-top: 0.4rem;
  background: transparent;
  color: #f3f1ec;
  border: 1px solid #f3f1ec;
  font: inherit;
  padding: 0.65rem 1.15rem;
  cursor: not-allowed;
  opacity: 0.42;
}
body.menu-lock { overflow: hidden; }
@media (min-width: 880px) {
  .wrap, .menu-bar, .menu-list, .menu-foot { width: min(44rem, calc(100% - 5rem)); }
  .site-header { margin-bottom: 4.6rem; }
}
