/* About + Contact pages */
body.page-about,
body.page-contact {
  background-color: #ffffff;
  color: #111111;
}

body.page-about .site-main,
body.page-contact .site-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.about-contact-page {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background-color: #ffffff;
}

.about-contact-page::before,
.about-contact-page::after {
  content: "";
  position: absolute;
  bottom: -36px;
  width: min(34vw, 520px);
  height: min(34vw, 520px);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.88;
  z-index: 0;
}

.about-contact-page::before {
  left: -4vw;
  background-image: url("../images/charcoal-art-bottom-right.png");
  transform: scaleX(-1);
  background-position: left bottom;
}

.about-contact-page::after {
  right: -4vw;
  background-image: url("../images/charcoal-art-bottom-right.png");
  background-position: right bottom;
}

.simple-page-hero,
.about-panel,
.about-note,
.contact-panel {
  position: relative;
  z-index: 1;
}

.simple-page-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.25rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.simple-page-hero__title {
  margin: 0;
  font-family: var(--font-jumbo);
  font-size: clamp(4rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #111111;
}

.simple-page-hero__lede {
  max-width: 760px;
  margin: 1.75rem auto 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.05rem, 0.55vw + 0.95rem, 1.28rem);
  line-height: 1.7;
  color: #111111;
}

.about-panel {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  padding: clamp(3rem, 6vw, 4.25rem) clamp(2rem, 7vw, 6.5rem);
  background: #f1efeb;
  border-radius: 7px;
  text-align: center;
}

.about-panel h2,
.about-note h2,
.contact-panel h2 {
  margin: 0 0 1.75rem;
  font-family: var(--font-jumbo);
  font-size: clamp(2rem, 2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #111111;
}

.about-panel p,
.about-note p {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1rem, 0.32vw + 0.95rem, 1.13rem);
  line-height: 1.7;
  color: #161616;
}

.about-panel p + p,
.about-note p + p {
  margin-top: 1.85rem;
}

.about-note {
  width: min(920px, calc(100% - 64px));
  margin: 0 auto clamp(5rem, 9vw, 9rem);
  padding: 0 clamp(1rem, 3vw, 2rem);
  text-align: center;
}

.about-note h2 {
  font-size: clamp(1.65rem, 1.5vw, 2rem);
}

.contact-panel {
  width: min(840px, calc(100% - 48px));
  margin: 0 auto clamp(5rem, 8vw, 7rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #111111;
  color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.13);
}

.contact-panel__intro {
  max-width: 640px;
  margin: 0 auto 2rem;
  text-align: center;
}

.contact-panel .eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.contact-panel h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-panel p {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-family: var(--font-jumbo);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0.9rem 1rem;
  font: 400 1rem/1.4 var(--font-body);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.contact-form select option {
  color: #111111;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
}

.contact-form button {
  justify-self: center;
  margin-top: 0.75rem;
  border-radius: 14px;
}

@media (max-width: 760px) {
  .simple-page-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 3.5rem;
  }

  .about-panel,
  .about-note,
  .contact-panel {
    width: min(100% - 32px, 1200px);
  }

  .about-panel {
    padding: 2.5rem 1.4rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .about-contact-page::before,
  .about-contact-page::after {
    width: 56vw;
    height: 56vw;
    opacity: 0.45;
  }
}
