.more-about-page {
  background: var(--ivory);
}

.more-about-intro {
  padding-block: 98px 72px;
  border-bottom: 1px solid var(--line);
}

.more-about-intro-inner {
  display: block;
}

.more-about-hero-copy {
  max-width: 1180px;
}

.more-about-intro h1 {
  max-width: 1180px;
  color: var(--ink);
  font-size: clamp(58px, 5.55vw, 80px);
  line-height: .97;
  letter-spacing: -.045em;
}

.more-about-title {
  margin: 0 0 30px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.more-about-title em {
  color: var(--oxblood);
  font-style: italic;
}

.more-about-story {
  padding-block: 82px 118px;
  background: #ebe7e1;
}

.more-about-story-inner {
  max-width: 940px;
}

.more-about-story-inner > p {
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}

.more-about-story-inner > p:nth-child(2),
.more-about-story-inner > p:nth-child(7) {
  margin-block: 48px 32px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.42;
  letter-spacing: -.015em;
}

.more-about-closing {
  max-width: 810px;
  margin-top: 58px;
  padding-left: 28px;
  border-left: 5px solid var(--oxblood);
  font-family: Georgia, "Times New Roman", serif;
}

.more-about-closing p {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.more-about-closing p + p {
  margin-top: 12px;
  color: var(--oxblood);
  font-style: italic;
}

.about-page-footer {
  padding-block: 42px;
  color: var(--ink);
  background: var(--ivory);
  border-top: 1px solid var(--line);
}

.about-page-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 54px;
  align-items: center;
}

.about-mobile-footer-nav {
  display: none;
}

@media (min-width: 901px) {
  .more-about-intro h1 {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .more-about-page {
    --mobile-charcoal: #413c38;
  }

  /* Match the approved mobile homepage header without changing shared styles. */
  .more-about-page .hero-site-header {
    min-height: 108px;
  }

  .more-about-page .hero-header-inner {
    min-height: 107px;
    gap: 8px;
  }

  .more-about-page .hero-header-logo {
    width: min(340px, calc(100% - 42px));
    height: auto;
    aspect-ratio: 2730 / 608;
  }

  .more-about-page .hero-mobile-menu summary {
    width: 34px;
    min-width: 34px;
    min-height: 44px;
    padding: 0;
    position: relative;
    overflow: visible;
    border: 0;
    color: transparent;
    font-size: 0;
    letter-spacing: 0;
  }

  .more-about-page .hero-mobile-menu summary::before {
    width: 22px;
    height: 2px;
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    background: var(--ink);
    box-shadow: 0 6px 0 var(--ink), 0 12px 0 var(--ink);
  }

  .more-about-page .hero-mobile-menu summary::after {
    content: none;
  }

  .more-about-page .hero-mobile-menu nav {
    width: min(270px, calc(100vw - 40px));
    top: calc(100% + 2px);
  }

  .more-about-intro {
    padding-block: 78px 82px;
  }

  .more-about-intro h1 {
    font-size: clamp(48px, 11.8vw, 64px);
  }

  .more-about-title {
    margin-bottom: 25px;
    font-size: clamp(24px, 6vw, 30px);
  }

  .more-about-story {
    padding-block: 78px 88px;
    position: relative;
    overflow: hidden;
  }

  .more-about-story::before {
    width: min(124vw, 560px);
    aspect-ratio: 1;
    content: "";
    position: absolute;
    top: 42%;
    right: -68%;
    pointer-events: none;
    opacity: .03;
    background-image: url("assets/official-hero-logo/build-with-miguel-complete-lockup-transparent-web.svg?v=2");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
  }

  .more-about-story-inner {
    position: relative;
    z-index: 1;
  }

  .more-about-story-inner > p {
    color: var(--mobile-charcoal);
    font-size: 17px;
    line-height: 1.74;
  }

  .more-about-story-inner > p:nth-child(2),
  .more-about-story-inner > p:nth-child(7) {
    margin-block: 40px 28px;
    font-size: 25px;
  }

  .more-about-closing {
    margin-top: 48px;
  }

  .more-about-closing p {
    font-size: 29px;
  }

  .about-page-footer-inner {
    grid-template-columns: 1fr;
    gap: 17px;
    justify-items: center;
    text-align: center;
  }

  .about-page-footer .desktop-footer-brand {
    width: min(258px, 78vw);
    height: 61px;
    display: block;
    justify-self: center;
  }

  .about-page-footer .desktop-footer-brand img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .about-page-footer .desktop-footer-nav {
    display: none;
  }

  .about-mobile-footer-nav {
    display: flex;
    justify-content: center;
    gap: 0;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .about-mobile-footer-nav a + a::before {
    margin-inline: 11px;
    content: "\00b7";
    color: var(--oxblood);
  }

  .about-page-footer .desktop-footer-meta {
    display: grid;
    justify-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .more-about-page .hero-site-header,
  .more-about-page .hero-header-inner {
    min-height: 102px;
  }

  .more-about-page .hero-header-logo {
    width: min(305px, calc(100% - 40px));
  }

  .more-about-intro {
    padding-block: 39px 41px;
  }

  .more-about-intro h1 {
    font-size: clamp(43px, 11.5vw, 50px);
  }

  .more-about-title {
    margin-bottom: 22px;
    font-size: clamp(22px, 5.8vw, 26px);
  }

  .more-about-story {
    padding-block: 44px 76px;
  }

  .more-about-story-inner > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .more-about-story-inner > p:nth-child(2),
  .more-about-story-inner > p:nth-child(7) {
    margin-block: 44px 30px;
    font-size: 23px;
  }

  .more-about-closing {
    padding-left: 20px;
  }

  .more-about-closing p {
    font-size: 26px;
  }

  .about-page-footer {
    padding-block: 34px 38px;
  }

  .about-page-footer .desktop-footer-brand {
    width: min(250px, 76vw);
  }
}
