@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3/SourceSans3-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3/SourceSans3-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-3/SourceSans3-Bold.woff2") format("woff2");
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #ffffff;
  color: #000000;
  padding: 0.5rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

a {
  color: #1f4e63;
}

a.no-underline {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-main {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  padding: 2rem 0 4rem;
}

.site-main--flush {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 4rem;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
}

.site-header-inner {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-logo__img {
  display: block;
  width: auto;
  height: 47px;
}

.site-nav {
  position: relative;
}

.menu-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-link {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  padding-bottom: 0.65rem;
  transition: color 0.2s;
}

.menu-link::before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.menu-link[aria-current=page],
.menu-item--active > .menu-link {
  font-weight: 700;
}

.menu-item--has-submenu > .menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 4rem;
  height: 4px;
  background: #1f4e63;
  opacity: 0;
  transition: opacity 0.2s;
}

.menu-item--has-submenu:hover > .menu-link,
.menu-item--has-submenu:focus-within > .menu-link,
.menu-item--has-submenu.submenu-open > .menu-link {
  font-weight: 700;
}

.menu-item--has-submenu:hover > .menu-link::after,
.menu-item--has-submenu:focus-within > .menu-link::after,
.menu-item--has-submenu.submenu-open > .menu-link::after,
.menu-item--active.menu-item--has-submenu > .menu-link::after {
  opacity: 1;
}

.menu-link:hover,
.menu-link:focus {
  color: #1f4e63;
  font-weight: 700;
}

.submenu-toggle {
  display: none;
}

.submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.7rem 0.85rem 0.85rem;
  min-width: 5.75rem;
  background: #1f4e63;
  border: 0;
  box-shadow: none;
}

.menu-item--has-submenu:hover > .submenu,
.menu-item--has-submenu:focus-within > .submenu,
.menu-item--has-submenu.submenu-open > .submenu {
  display: block;
  position: absolute;
  top: calc(100% - 0.15rem);
  left: 0;
  z-index: 30;
}

.submenu__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.15rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.submenu__link:hover,
.submenu__link:focus {
  color: #ffffff;
  opacity: 0.85;
}

.submenu__mark {
  width: 6px;
  height: 6px;
  border-radius: 0 100% 0 0;
  flex-shrink: 0;
  background: #ffffff;
}

.site-header--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
}

.site-header--overlay .menu-link,
.site-header--overlay .menu-toggle {
  color: #ffffff;
}

.site-header--overlay .menu-link:hover,
.site-header--overlay .menu-link:focus {
  color: #ffffff;
  opacity: 0.9;
  font-weight: 700;
}

.site-header--overlay .menu-item--has-submenu > .menu-link::after {
  background: #ffffff;
}

.site-header--overlay .menu-toggle {
  border-color: rgba(255, 255, 255, 0.55);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid #d8d8d8;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  color: #000000;
}

@media (max-width: 720px) {
  .menu-toggle {
    display: inline-block;
  }
  .menu-items {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-top: 0.75rem;
  }
  .site-nav.menu-open .menu-items {
    display: flex;
  }
  .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-header:not(.site-header--overlay) .menu-item {
    border-bottom-color: #d8d8d8;
  }
  .menu-link {
    display: block;
    padding: 0.75rem 0;
  }
  .menu-item--has-submenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
  .submenu-toggle::before {
    content: "▾";
    font-size: 0.75rem;
    line-height: 1;
  }
  .menu-item--has-submenu:hover > .submenu,
  .menu-item--has-submenu:focus-within > .submenu {
    position: static;
    display: none;
  }
  .menu-item--has-submenu.submenu-open > .submenu {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0 0.5rem;
  }
  .site-header-inner {
    flex-wrap: wrap;
  }
  .site-header--overlay .site-nav.menu-open .menu-items {
    background: rgba(31, 78, 99, 0.94);
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
  }
}
.hero-intro--full-bleed {
  --hero-height: 652px;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: var(--hero-height);
  color: #ffffff;
  overflow: hidden;
}

.hero-intro__media {
  position: absolute;
  inset: 0;
}

.hero-intro__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero-intro__shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 277px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 4.32692%, rgba(102, 102, 102, 0) 60.5769%);
}

.hero-intro__motif {
  --motif-gap: 10px;
  --motif-size: calc(var(--hero-height) * 618 / 864);
  --motif-cell: calc((var(--motif-size) - (2 * var(--motif-gap))) / 3);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, var(--motif-cell));
  grid-template-rows: repeat(3, var(--motif-cell));
  gap: var(--motif-gap);
  pointer-events: none;
  opacity: 0.15;
}

.hero-intro__quarter {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 100% 0 0;
  background: #fff;
}

.hero-intro__quarter--flip {
  transform: rotate(180deg);
}

.hero-intro__inner {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 4.5rem;
  align-self: flex-end;
}

.hero-intro__title {
  margin: 0;
  max-width: 681px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.925;
  letter-spacing: -0.01em;
  animation: hero-rise 0.9s ease-out both;
}

.hero-intro__body {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1.25rem;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-intro__title {
    animation: none;
  }
}
.intro-band {
  position: relative;
  padding: 7rem 0 0;
  overflow-x: clip;
}

.intro-band__main {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.intro-band__bleed {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  width: calc((100vw - 1280px) / 2 + 290px);
  min-width: 290px;
}

.intro-band__bleed--empty {
  visibility: hidden;
}

.intro-band__bleed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.intro-band__bleed-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.29);
}

.intro-band__bleed--left {
  left: 0;
  margin-left: calc(50% - 50vw);
  border-top-left-radius: 0;
  border-top-right-radius: 101px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
}

.intro-band__bleed--right {
  right: 0;
  margin-right: calc(50% - 50vw);
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 121px;
}

.intro-band__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 531px;
  text-align: center;
  padding: 0;
  animation: intro-fade 0.8s ease-out both;
}

.intro-band__title {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: -0.01em;
}

@media (max-width: 899px) {
  .intro-band__title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.intro-band__body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.intro-band__body p {
  margin: 0 0 1.25rem;
}

.intro-band__body p:last-child {
  margin-bottom: 0;
}

@keyframes intro-fade {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 900px) {
  .intro-band__bleed {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-band__copy {
    animation: none;
  }
}
.shared-practices {
  padding: 0;
}

.shared-practices__stack {
  box-sizing: border-box;
  width: min(100%, 1060px);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.shared-practices__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 31px;
}

.shared-practices__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1060 / 518;
  object-fit: cover;
  object-position: center;
}

.shared-practices__body {
  position: relative;
  z-index: 1;
  margin-top: calc(138px * -1);
  background: #f6f6f6;
  border-radius: 23px 130px 23px 23px;
}

.shared-practices__inner {
  padding: 2.5rem clamp(1.5rem, 5vw, 4.25rem) 3.5rem;
}

.shared-practices__title {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media (max-width: 899px) {
  .shared-practices__media img {
    aspect-ratio: 354 / 242;
  }
  .shared-practices__title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.shared-practices__lead {
  margin: 0 0 3rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.shared-practices__lead p {
  margin: 0;
}

.shared-practices__lead strong {
  font-weight: 700;
}

.shared-practices__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.75rem;
}

@media (min-width: 900px) {
  .shared-practices__columns {
    grid-template-columns: minmax(0, 440px) minmax(0, 440px);
    column-gap: 40px;
    row-gap: 0;
  }
}
.shared-practices__col-title {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.shared-practices__col-body {
  margin: 0 0 1.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.shared-practices__col-body p {
  margin: 0;
}

.shared-practices__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 13.75rem;
  min-height: 4rem;
  padding: 0.75rem 2.25rem;
  border: 4px solid #4f6b3c;
  border-radius: 91px;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.shared-practices__cta:hover,
.shared-practices__cta:focus {
  background: #4f6b3c;
  color: #ffffff;
}

.blog-band {
  padding: 0;
}

.blog-band__media {
  box-sizing: border-box;
  width: min(100%, 1060px);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 186px 31px 31px 31px;
  margin-bottom: 2.5rem;
}

.blog-band__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1060/338;
  object-fit: cover;
  object-position: center;
}

.blog-band__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 40px;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  row-gap: 2.5rem;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1280px) {
  .blog-band__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-band__title {
  grid-column: 1/-1;
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media (max-width: 899px) {
  .blog-band__title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.blog-band__cards {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .blog-band__title {
    grid-column: 2/-1;
  }
  .blog-band__cards {
    grid-column: 2/span 10;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}
.blog-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.5rem;
  border: 5px solid #1f4e63;
  border-radius: 25px 25px 115px 25px;
  background: #f6f6f6;
}

.blog-card__media {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.15rem;
}

.blog-card__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 290/138;
  object-fit: cover;
  object-position: center;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 0.35rem;
}

.blog-card__title {
  margin: 0 0 0.85rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover,
.blog-card__title a:focus {
  text-decoration: underline;
}

.blog-card__excerpt {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.blog-card__excerpt p {
  margin: 0;
}

.blog-card__meta {
  margin: auto 0 0;
  padding-top: 1.15rem;
  border-top: 2px solid #000000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.blog-card__meta p {
  margin: 0;
}

.blog-card__tag {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.blog-card__tag:hover,
.blog-card__tag:focus {
  text-decoration-thickness: 2px;
}

.blog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.blog-card__cta-icon {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border: 4px solid #000000;
  border-radius: 91px;
}

.blog-card__cta-icon img {
  display: block;
  width: 0.9rem;
  height: auto;
}

.blog-card__cta:hover .blog-card__cta-icon,
.blog-card__cta:focus .blog-card__cta-icon {
  background: #000000;
}

.blog-card__cta:hover .blog-card__cta-icon img,
.blog-card__cta:focus .blog-card__cta-icon img {
  filter: invert(1);
}

.getting-involved {
  padding: 0;
}

.getting-involved__stack {
  box-sizing: border-box;
  width: min(100%, 1060px);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.getting-involved__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 31px;
}

.getting-involved__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1060 / 533;
  object-fit: cover;
  object-position: center;
}

.getting-involved__body {
  position: relative;
  z-index: 1;
  margin-top: calc(220px * -1);
  background: #f6f6f6;
  border-radius: 23px 23px 23px 74px;
}

.getting-involved__inner {
  padding: 2.75rem clamp(1.5rem, 5vw, 4.25rem) 3.25rem;
}

.getting-involved__title {
  margin: 0 0 1.25rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media (max-width: 899px) {
  .getting-involved__media img {
    aspect-ratio: 354 / 242;
  }
  .getting-involved__title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.getting-involved__lead {
  margin: 0 0 1.75rem;
  max-width: 57.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.getting-involved__lead p {
  margin: 0;
}

.getting-involved__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding-top: 2.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #000000;
}

.getting-involved__cta-label {
  margin: 0;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}

.getting-involved__cta-rule {
  display: none;
  flex: 1 1 8rem;
  position: relative;
  height: 0;
  border-top: 2px solid #000000;
  min-width: 4rem;
}

.getting-involved__cta-rule::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}

.getting-involved__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-height: 3.55rem;
  padding: 0.75rem 2rem;
  border: 2px solid #000000;
  border-radius: 40.5px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.getting-involved__email:hover,
.getting-involved__email:focus {
  background: #000000;
  color: #ffffff;
}

@media (min-width: 700px) {
  .getting-involved__cta-rule {
    display: block;
  }
  .getting-involved__email {
    margin-left: 0;
  }
}
.motif-quarters {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.motif-quarters__item {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0 100% 0 0;
  display: block;
}

.motif-quarters[data-motif=teal] .motif-quarters__item--1 {
  background: #1f4e63;
}
.motif-quarters[data-motif=teal] .motif-quarters__item--2 {
  background: rgba(31, 78, 99, 0.4);
}
.motif-quarters[data-motif=teal] .motif-quarters__item--3 {
  background: rgba(31, 78, 99, 0.2);
}

.motif-quarters[data-motif=olive] .motif-quarters__item--1 {
  background: #4f6b3c;
}
.motif-quarters[data-motif=olive] .motif-quarters__item--2 {
  background: rgba(79, 107, 60, 0.4);
}
.motif-quarters[data-motif=olive] .motif-quarters__item--3 {
  background: rgba(79, 107, 60, 0.2);
}

.motif-quarters[data-motif=sand] .motif-quarters__item--1 {
  background: #c4bda1;
}
.motif-quarters[data-motif=sand] .motif-quarters__item--2 {
  background: rgba(196, 189, 161, 0.4);
}
.motif-quarters[data-motif=sand] .motif-quarters__item--3 {
  background: rgba(196, 189, 161, 0.2);
}

.style-guide {
  padding-bottom: 4rem;
}

.style-guide__hero {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.style-guide__hero h1 {
  margin: 0 0 0.75rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.style-guide__hero p {
  margin: 0;
  max-width: 40rem;
  font-size: 1.25rem;
  line-height: 1.42;
}

.style-guide__toc {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  margin: 0 0 3rem;
  padding: 1.25rem 1.5rem;
  background: #f6f6f6;
  border-radius: 23px;
}

.style-guide__toc h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.style-guide__toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.style-guide__section {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  padding: 2.5rem 0;
  border-top: 1px solid #d8d8d8;
}

.style-guide__section > h2 {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.style-guide__section > .lede {
  margin: 0 0 1.75rem;
  color: #5c5c5c;
  font-size: 1.25rem;
  line-height: 1.42;
}

.style-guide__swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: 1rem;
}

.style-guide__swatch {
  border: 1px solid #d8d8d8;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ffffff;
}

.style-guide__swatch-chip {
  height: 4.5rem;
}

.style-guide__swatch-meta {
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.35;
}

.style-guide__swatch-meta strong {
  display: block;
}

.style-guide__type-sample {
  margin: 0 0 1.5rem;
}

.style-guide__type-sample dt {
  margin: 0 0 0.35rem;
  color: #5c5c5c;
  font-size: 0.875rem;
}

.style-guide__type-sample dd {
  margin: 0;
}

.style-guide__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.style-guide__note {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  color: #5c5c5c;
}

.style-guide__block-demo {
  margin: 0 0 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #d8d8d8;
}

.style-guide__block-demo:last-child {
  border-bottom: 0;
}

.style-guide__block-demo > h3 {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.style-guide__block-demo > .meta {
  box-sizing: border-box;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(24px, (100% - 1060px) / 2);
  padding-right: max(24px, (100% - 1060px) / 2);
  margin: 0 0 1.25rem;
  color: #5c5c5c;
  font-size: 0.9375rem;
}

.style-guide__nav-demo {
  position: relative;
  min-height: 12rem;
  padding: 2rem;
  background: linear-gradient(180deg, #1a3d4d 0%, #2a5a6e 100%);
  border-radius: 31px;
  color: #ffffff;
}

.style-guide__nav-demo .menu-items {
  justify-content: flex-end;
}

.site-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 4rem;
  background: #1f4e63;
  color: #ffffff;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 40px;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  padding: 3rem 24px 2.5rem;
  row-gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1280px) {
  .site-footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer__brand {
  grid-column: 1/-1;
}

.site-footer__logo {
  display: inline-flex;
  line-height: 0;
}

.site-footer__logo img {
  display: block;
  width: auto;
  height: 3.5rem;
}

.site-footer__legal {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.site-footer__legal li + li {
  margin-top: 0.65rem;
}

.site-footer__legal a,
.site-footer__nav-list a {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus,
.site-footer__nav-list a:hover,
.site-footer__nav-list a:focus {
  text-decoration: underline;
}

.site-footer__nav {
  grid-column: 1/-1;
}

.site-footer__nav-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav-list li + li {
  margin-top: 0.35rem;
}

.site-footer__motif {
  display: none;
  grid-column: 1/-1;
  justify-self: end;
  width: min(100%, 18.125rem);
  opacity: 0.35;
  pointer-events: none;
}

.site-footer__motif img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

@media (min-width: 900px) {
  .site-footer-inner {
    padding-top: 3.15rem;
    padding-bottom: 2.75rem;
  }
  .site-footer__brand {
    grid-column: 2/span 4;
  }
  .site-footer__nav {
    grid-column: 7/span 2;
  }
  .site-footer__motif {
    display: block;
    grid-column: 9/span 3;
    margin-top: -0.5rem;
  }
}
.section-block {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.section-block h1,
.section-block h2 {
  margin-top: 0;
  line-height: 1.2;
}

.section-block .muted {
  color: #5c5c5c;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.post-list li:last-child {
  border-bottom: 0;
}

/*# sourceMappingURL=style.css.map */