@font-face {
  font-family: "aboutSerif";
  src: url("/assets/about-style/fonts/about-serif-roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aboutSerif";
  src: url("/assets/about-style/fonts/about-serif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "aboutSans";
  src: url("/assets/about-style/fonts/about-sans-roman.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aboutSans";
  src: url("/assets/about-style/fonts/about-sans-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --paper: #faf9f5;
  --panel: #f0eee6;
  --ink: #141413;
  --muted: #30302e;
  --line: #d1cfc5;
  --accent: var(--site-about-accent, #b84d2f);
  --max-width: 1180px;
  --gutter: clamp(22px, 5vw, 64px);
}
.about-skip-link {
  position: absolute;
  left: -999px;
}
.about-skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 1000;
  background: #fff;
  color: #111;
  padding: 10px 12px;
}
.about-site-header,
.about-site-footer,
.about-page {
  box-sizing: border-box;
  font-family: "aboutSans", Arial, sans-serif;
}
.about-site-header *,
.about-site-footer *,
.about-page * {
  box-sizing: border-box;
}
.about-site-header {
  width: min(var(--max-width), calc(100% - var(--gutter) * 2));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}
.about-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
.about-site-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #161616;
  color: var(--accent);
}
.about-site-mark svg,
.about-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 28px);
}
.about-site-nav a {
  color: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: 650;
  text-decoration: none;
}
.about-site-nav a:hover {
  color: var(--accent);
}
.about-site-cta {
  border-radius: 8px;
  padding: 11px 16px;
  background: var(--accent);
  color: #fff !important;
}
.about-page {
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "aboutSerif", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "liga", "lnum", "pnum";
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.about-page a {
  color: inherit;
}
.about-page svg {
  display: block;
}
.page-wrapper {
  width: min(var(--max-width), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
}
.hero-section,
.values-section {
  background: var(--paper);
}
.hero-section {
  padding: 96px 0 48px;
  display: block;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.hero-copy {
  text-align: center;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: "aboutSans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-copy h1,
.section-intro h2,
.governance-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: "aboutSans", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
}
.hero-copy h1 {
  max-width: 920px;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-wrap: balance;
}
.hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--ink);
  font-family: "aboutSerif", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-wrap: balance;
}
.related-link {
  width: min(640px, 100%);
  min-height: 45px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 12px 32px;
  background: var(--panel);
  color: #0f0f0e;
  font-family: "aboutSans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}
.related-link--inline {
  width: min(360px, 100%);
  margin-top: 22px;
}
.related-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}
.related-link:hover svg {
  transform: translateX(3px);
}
.content-section {
  padding: 48px 0;
}
.section-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(56px, 9vw, 96px);
  padding-top: 48px;
}
.section-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}
.section-intro h2,
.governance-section h2 {
  font-size: 32px;
  font-weight: 650;
  line-height: 38.4px;
  text-wrap: pretty;
}
.section-intro p,
.governance-copy p {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: "aboutSerif", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.section-intro .lead {
  color: var(--ink);
  font-family: "aboutSans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 650;
  line-height: 30px;
  letter-spacing: 0;
  text-wrap: pretty;
}
.principle-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.about-card {
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.about-card__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 22px;
  background: var(--panel);
  color: var(--accent);
}
.about-card h3,
.value-list h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: "aboutSans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 650;
  line-height: 30px;
  letter-spacing: 0;
  text-wrap: pretty;
}
.about-card p,
.value-list p {
  margin: 0;
  color: var(--ink);
  font-family: "aboutSerif", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}
.value-list article {
  min-height: 154px;
  border-top: 1px solid var(--line);
  padding: 18px 0 28px;
}
.value-list span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 30px;
  background: var(--panel);
  color: var(--accent);
  font-family: "aboutSans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
}
.governance-section {
  background: var(--panel);
}
.governance-section .section-grid::before {
  display: none;
}
.governance-copy strong {
  font-family: "aboutSans", Arial, sans-serif;
}
.about-site-footer {
  background: #141413;
  color: #f7f5ee;
  font-family: "aboutSans", Arial, sans-serif;
}
.about-site-footer .page-wrapper {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.about-site-footer a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 820px) {
  .about-site-header {
    width: min(100% - 36px, var(--max-width));
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }
  .about-site-nav {
    justify-content: flex-start;
  }
  .page-wrapper {
    width: min(100% - 36px, var(--max-width));
  }
  .hero-section {
    padding-top: 64px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero-copy h1,
  .hero-copy p:not(.eyebrow) {
    text-align: left;
  }
  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.03;
  }
  .related-link {
    width: 100%;
  }
  .section-grid,
  .principle-grid,
  .card-grid,
  .value-list {
    grid-template-columns: 1fr;
  }
  .section-grid {
    gap: 30px;
  }
  .value-list article {
    min-height: 0;
  }
}
