@charset "utf-8";
/* About page only. Linked from /about/index.html. */

#about-hero {
  min-height: 0;
  padding-bottom: clamp(36px, 4.5vw, 56px);
}
#about-hero h1 {
  max-width: 1020px;
  text-wrap: wrap;
}
#about-hero .lede,
#about-hero .wrap > p {
  max-width: 760px;
}
#about-hero .lede {
  margin-bottom: 0.7em;
}
#about-hero .wrap > p:not(.lede) {
  margin-top: 0;
  margin-bottom: 0.75em;
}
#about-hero .about-today {
  margin-top: 0.15em;
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
}

#about-proof {
  min-height: 0;
}
#about-proof .row {
  margin: 0;
  padding: 36px 0 24px;
}
#about-proof .stat {
  margin: 0;
}
#about-proof .stat .n {
  font-size: clamp(42px, 5vw, 62px);
}
#about-proof .stat .l {
  margin: 10px 0 0;
}
#about-proof .about-proof-note {
  max-width: 760px;
  margin: 0 auto;
  padding: 4px 0 28px;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink-muted);
}
#about-proof .about-proof-note p {
  margin: 0 0 0.35em;
}
#about-proof .about-proof-prev {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #about-proof .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
    padding: 32px 0 20px;
  }
  #about-proof .row > * {
    border-left: 1px solid var(--hairline);
  }
  #about-proof .row > *:nth-child(odd) {
    border-left: 0;
  }
}
@media (max-width: 420px) {
  #about-proof .row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #about-proof .row > * {
    border-left: 0;
  }
}

#about-why {
  min-height: 0;
  padding-bottom: clamp(48px, 6vw, 76px);
}
#about-why h2 {
  max-width: 980px;
  margin-bottom: 0.55em;
}
#about-why .wrap > p {
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 0.85em;
}
#about-why .about-why-principle {
  margin-top: 1.15em;
  margin-bottom: 0;
  max-width: 820px;
  font-size: clamp(15.5px, 1.65vw, 18px);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  line-height: 1.45;
  color: var(--ink);
}

#about-operate {
  min-height: 0;
  padding-bottom: clamp(48px, 6vw, 80px);
}
#about-operate .about-operate-intro {
  max-width: 980px;
  margin-bottom: 32px;
}
#about-operate .about-operate-intro h2 {
  max-width: 980px;
  margin-bottom: 0.5em;
}
#about-operate .about-operate-intro p {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0.75em;
}
#about-operate .about-operate-intro p:last-child {
  margin-bottom: 0;
}
#about-operate .about-operate-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: stretch;
}
#about-operate .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px;
}
#about-operate .card h3 {
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.02;
  margin: 0 0 0.55em;
}
#about-operate .card p {
  margin: 0 0 0.75em;
  font-size: 15.5px;
  line-height: 1.5;
}
#about-operate .card p:last-child {
  margin-bottom: 0;
}
#about-operate .about-operate-close {
  max-width: 760px;
  margin-top: 32px;
}
#about-operate .about-operate-kicker {
  margin: 0 0 0.45em;
  font-size: clamp(15.5px, 1.55vw, 17.5px);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--ink);
}
#about-operate .about-operate-close p:last-child {
  margin: 0;
}
@media (max-width: 620px) {
  #about-operate .about-operate-grid {
    grid-template-columns: 1fr;
  }
  #about-operate .about-operate-close {
    margin-top: 26px;
  }
}

#about-people {
  min-height: 0;
  padding-bottom: clamp(48px, 6vw, 80px);
}
#about-people .about-people-intro {
  max-width: 920px;
  margin-bottom: 36px;
}
#about-people .about-people-intro h2 {
  max-width: 900px;
  margin-bottom: 0.5em;
}
#about-people .about-people-intro p {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0.8em;
}
#about-people .about-people-intro p:last-child {
  margin-bottom: 0;
}
#about-people .about-founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
#about-people .about-founder {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 26px;
  overflow: hidden;
}
#about-people .about-founder-photo {
  margin: 0 0 20px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}
#about-people .about-founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
#about-people .about-founder-photo--stand img {
  object-position: center 6%;
}
#about-people .about-founder h3,
#about-people .about-founder .about-founder-title,
#about-people .about-founder p {
  padding-left: 24px;
  padding-right: 24px;
}
#about-people .about-founder h3 {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 0.95;
  margin: 0 0 0.25em;
}
#about-people .about-founder-title {
  margin: 0 0 0.85em;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#about-people .about-founder p {
  margin: 0 0 0.7em;
  font-size: 16px;
  line-height: 1.5;
}
#about-people .about-founder p:last-child {
  margin-bottom: 0;
}
#about-people .about-team {
  max-width: 820px;
  margin-top: 48px;
}
#about-people .about-team h3 {
  max-width: 820px;
  font-size: clamp(28px, 3.2vw, 42px);
  margin: 0 0 0.45em;
}
#about-people .about-team p {
  max-width: 760px;
  margin: 0 0 0.8em;
}
#about-people .about-team p:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  #about-people .about-founders {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #about-people .about-team {
    margin-top: 36px;
  }
}

/* About page CTA and footer only. Does not affect other routes. */
.page-about #site-close,
.page-about #site-foot {
  min-height: 0;
}

.page-about #site-close > .wrap,
.page-about #site-foot > .wrap {
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding-inline: 0;
}

.page-about #site-close {
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-about #site-close .site-close-inner {
  text-align: center;
  margin-inline: auto;
}

.page-about #site-close .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.page-about #site-close h2 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  text-wrap: wrap;
}

.page-about #site-close .lede {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: #DCD8D0;
}

.page-about #site-close .close-aside {
  margin: 8px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}

.page-about #site-close .btns,
.page-about #site-close .btns.mt-m {
  justify-content: center;
  align-items: stretch;
  margin-top: 18px;
}

.page-about #site-close .btns .btn {
  min-height: 52px;
}

.page-about #site-foot {
  padding: 28px 0 0;
}

.page-about #site-foot .foot-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.2fr;
  gap: 24px 40px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-about #site-foot .foot-id {
  min-width: 0;
  max-width: none;
}

.page-about #site-foot .foot-id p {
  max-width: none;
  line-height: 1.55;
}

.page-about #site-foot .foot-contact-col,
.page-about #site-foot .foot-hours {
  min-width: 0;
}

.page-about #site-foot .foot-hours p {
  max-width: none;
  margin: 0 0 14px;
}

.page-about #site-foot .cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  gap: 18px 22px;
  padding: 16px 0 18px;
}

.page-about #site-foot h5 {
  margin: 0 0 10px;
}

.page-about #site-foot li {
  margin-bottom: 6px;
}

.page-about #site-foot .disc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  border-top: 1px solid var(--on-dark-line);
  padding: 14px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #C4BEB5;
}

.page-about #site-foot .disc p {
  margin: 0;
  max-width: none;
}

.page-about #site-foot .bottom {
  border-top: 1px solid var(--on-dark-line);
  padding: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  align-items: center;
}

.page-about #site-foot .cols a[aria-current="page"] {
  color: var(--gold);
}

@media (max-width: 960px) {
  .page-about #site-foot .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
  }
  .page-about #site-foot .foot-id {
    grid-column: 1 / -1;
  }
  .page-about #site-foot .cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-about #site-foot .disc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-about #site-foot .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-about #site-close > .wrap,
  .page-about #site-foot > .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 620px) {
  .page-about #site-close {
    padding: 32px 0 28px;
  }
  .page-about #site-close .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-about #site-close .btns .btn {
    width: 100%;
  }
  .page-about #site-foot {
    padding-top: 24px;
  }
  .page-about #site-foot .foot-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
  .page-about #site-foot .foot-id {
    grid-column: auto;
  }
  .page-about #site-foot .cols {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }
  .page-about #site-foot .disc {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }
  .page-about #site-foot .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

