@font-face {
  font-family: Dosis;
  src: url("../fonts/dosis/Dosis-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f0efe4;
  --raised: #e3e0cf;
  --secondary: #d7d7d1;
  --ink: #2d2d2d;
  --green: #636e55;
  --gold: #e1c083;
  --blue: #91a7b3;
  --red: #aa4739;
  --white: #fffef7;
  --purple: #8e63ad;
  --line: rgba(45, 45, 45, 0.16);
  --max: 1240px;
  --accent: var(--green);
  --accent-text: var(--green);
}
html[style*="--accent: var(--gold)"] {
  --accent-text: var(--ink);
}
html[style*="--accent: var(--blue)"] {
  --accent-text: var(--ink);
}
html[style*="--accent: var(--red)"] {
  --accent-text: var(--red);
}
html[style*="--accent: var(--purple)"] {
  --accent-text: var(--ink);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  min-width: 300px;
  background: var(--paper);
  color: var(--ink);
  font-family: Dosis, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 3px;
}
button,
input {
  font: inherit;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.shell {
  width: min(var(--max), calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 40;
  border-bottom: 1px solid transparent;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.site-header .header-inner {
  width: min(var(--max), calc(100% - 112px));
}
.brand {
  display: block;
  line-height: 0;
  flex: 0 0 auto;
}
.brand img {
  width: 250px;
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  padding: 12px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px auto;
  border-radius: 3px;
  background: var(--ink);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-group {
  position: relative;
}
.nav-summary,
.nav-direct {
  min-height: 44px;
  padding: 10px 13px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  cursor: pointer;
  list-style: none;
  border-radius: 999px;
}
.nav-summary::-webkit-details-marker {
  display: none;
}
.nav-summary:after {
  content: "⌄";
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
  transform: translateY(-0.45em);
}
.nav-summary:hover,
.nav-direct:hover,
.nav-group[open] > .nav-summary,
.nav-direct.active {
  background: var(--secondary);
}
.nav-panel {
  position: absolute;
  right: 0;
  top: 52px;
  width: 250px;
  padding: 12px;
  border-radius: 24px;
  background: var(--green);
  color: var(--white);
  display: grid;
  gap: 2px;
}
.nav-panel a {
  padding: 10px 13px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}
.nav-panel a:hover,
.nav-panel a.active {
  background: var(--paper);
  color: var(--ink);
}
.nav-group:first-child .nav-panel {
  left: 0;
  right: auto;
}
.context-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.context-bar .shell {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
}
.context-bar a,
.context-bar .context-root {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.context-bar span:last-child {
  color: var(--ink);
}
.section-subnav-bar {
  position: sticky;
  top: 0;
  z-index: 35;
  background: var(--paper);
  border-bottom: 1px solid transparent;
}
.section-subnav-bar.is-stuck {
  border-bottom-color: var(--line);
}
.section-subnav-bar .section-subnav {
  min-height: 64px;
  padding-block: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 0;
  overflow-x: auto;
}
.section-subnav-bar .section-subnav a {
  min-width: max-content;
  min-height: 44px;
  padding: 10px 14px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.section-page .section-subnav-bar + .reading-section {
  padding-top: clamp(36px, 5vw, 56px);
}
.page-hero {
  padding: 70px 0 102px;
  position: relative;
  background: url("../images/backgrounds/lines-hero.svg") center/100% 100% no-repeat;
}
.page-hero-copy {
  position: relative;
  z-index: 1;
}
.page-hero-intro {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1.1rem;
}
.signature-dash {
  display: block;
  width: 50px;
  height: 6px;
  border-radius: 6px;
  background: var(--accent);
  margin-bottom: 20px;
}
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  color: var(--accent);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.02;
}
h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 800;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}
.page-hero-media {
  margin-top: 58px;
}
.page-hero-image {
  display: block;
  object-fit: cover;
  border-radius: 25% 12% 21% 9%/19% 27% 14% 24%;
}
.page-hero-image-landscape {
  width: 90%;
  height: clamp(351px, 43.2vw, 549px);
  margin-inline: auto;
}
.page-hero-image-portrait {
  width: min(90%, 504px);
  height: auto;
  margin-inline: auto;
}
.page-hero-mark {
  height: 460px;
  display: grid;
  place-items: center;
  background: var(--raised);
  border-radius: 25% 12% 21% 9%/19% 27% 14% 24%;
}
.page-hero-mark img {
  width: 170px;
  max-height: 210px;
  object-fit: contain;
}
.section-page .page-hero-copy {
  text-align: left;
}
.section-page .context-bar .context-root,
.section-page .page-hero .eyebrow {
  color: var(--accent);
}
.section-page .signature-dash {
  display: block;
}
.section-page .page-hero-image {
  border-radius: 14% 27% 11% 24%/25% 14% 28% 13%;
}
.reading-section {
  padding: 0 0 130px;
  background: url("../images/backgrounds/lines-intro.svg") center/100% 100% no-repeat;
}
.content-layout {
  display: block;
}
.content-body {
  width: 100%;
  max-width: 1080px;
  min-width: 0;
  margin-inline: auto;
}
.content-body > br:first-child {
  display: none;
}
.content-body > p,
.content-body > div:not(.table-scroll),
.content-body > ul,
.content-body > ol,
.content-body > blockquote {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.content-body p {
  margin-bottom: 1.25em;
}
.paragraph-stack {
  display: grid;
  gap: 0;
}
.paragraph-stack p {
  margin-bottom: 1.1em;
}
.legacy-columns {
  display: grid;
  gap: 0;
  margin: 40px 0;
}
.content-body > p:has(> img:only-child) {
  max-width: 100%;
  margin: 0 auto 50px;
}
.content-body > p:has(> img:only-child) img {
  margin-inline: auto;
}
.content-body h2,
.content-body h3,
.content-body .legacy-heading {
  width: 100%;
  max-width: none;
  margin: 72px 0 14px;
  text-transform: uppercase;
  font-weight: 800;
}
.content-body h2 + br,
.content-body h3 + br,
.content-body .legacy-heading + br {
  display: none;
}
.content-body h2 {
  font-size: clamp(1.875rem, 3.3333vw, 3.75rem);
}
.content-body h3 {
  font-size: 1.7rem;
}
.content-body h3,
.content-body .legacy-heading {
  color: var(--accent-text);
}
.content-body blockquote {
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 30px 34px;
  border-left: 7px solid var(--accent);
  border-radius: 0 28px 28px 0;
  background: var(--raised);
}
.content-body img {
  border-radius: 0;
}
.content-body img.editorial-photo {
  border-radius: 21% 10% 18% 8%/16% 23% 12% 21%;
}
.content-body img.editorial-photo-b {
  border-radius: 9% 24% 12% 27%/22% 11% 25% 15%;
}
.content-body img.editorial-photo-c {
  border-radius: 26% 8% 21% 13%/12% 25% 9% 23%;
}
.content-body a {
  font-weight: 700;
}
.content-body ul,
.content-body ol {
  padding-left: 26px;
}
.content-body li {
  margin-bottom: 8px;
}
.content-body .image-only {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.content-body .image-only img {
  margin-inline: auto;
  object-fit: contain;
}
.content-figure {
  margin: 30px auto 50px;
  text-align: center;
}
.content-figure img {
  margin-inline: auto;
  object-fit: contain;
}
.content-figure figcaption {
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
}
.content-body .inline-image-grid,
.content-image-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 24px;
  border-radius: 30px;
  background: rgba(227, 224, 207, 0.55);
}
.content-body .inline-image-grid img,
.content-image-grid img {
  max-height: 230px;
  width: auto;
  margin: auto;
  object-fit: contain;
}
.content-image-grid .image-only {
  height: 100%;
  margin: 0;
}
.captioned-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
  width: 100%;
  margin: 24px 0 42px;
}
.captioned-image-grid-single {
  grid-template-columns: minmax(180px, 340px);
  justify-content: center;
}
.captioned-image-card {
  min-width: 0;
  margin: 0;
  padding: 18px 12px 16px;
  border-radius: 24px;
  background: rgba(227, 224, 207, 0.72);
  display: grid;
  grid-template-rows: minmax(150px, auto) auto;
  align-items: center;
  text-align: center;
}
.content-body .captioned-image-card img {
  width: auto;
  max-height: 220px;
  margin: auto;
  object-fit: contain;
}
.captioned-image-card figcaption {
  margin-top: 13px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}
.content-body tr.image-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin: 28px 0;
}
.content-body tr.image-row > td,
.content-body tr.image-row > th {
  height: 100% !important;
  padding: 20px;
  border: 0;
  border-radius: 26px;
  background: var(--raised);
  text-align: center;
}
.content-body tr.image-row img {
  margin: 0 auto 12px;
  max-height: 260px;
  width: auto;
  object-fit: cover;
}
.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  margin: 40px 0;
  border-radius: 0;
}
.content-body table,
.content-body tbody,
.content-body thead,
.content-body tfoot,
.content-body tr,
.content-body td,
.content-body th {
  display: block;
  width: 100%;
  height: auto !important;
}
.content-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content-body tr {
  margin: 0;
}
.content-body td,
.content-body th {
  padding: 22px 0;
  vertical-align: top;
  border-bottom: 0;
}
.content-body td:empty,
.content-body th:empty {
  display: none;
}
.content-body td img {
  margin: 22px auto;
}
.content-body table p {
  margin-bottom: 1.1em;
}
.content-body table table {
  margin: 0;
}
.content-body iframe {
  width: 100%;
  max-width: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 30px;
  background: var(--raised);
}
.section-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.section-subnav a {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--secondary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}
.section-subnav a:hover,
.section-subnav a.active {
  background: var(--accent);
  color: var(--white);
}
html[style*="--accent: var(--gold)"] .section-subnav a:hover,
html[style*="--accent: var(--gold)"] .section-subnav a.active,
html[style*="--accent: var(--blue)"] .section-subnav a:hover,
html[style*="--accent: var(--blue)"] .section-subnav a.active {
  color: var(--ink);
}
.landing-subsection {
  scroll-margin-top: 88px;
}
.landing-subsection + .landing-subsection {
  margin-top: 96px;
  padding-top: 0;
  border-top: 0;
}
.landing-subsection + .landing-subsection:before {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  margin-bottom: 36px;
  border-radius: 6px;
  background: var(--accent);
}
.landing-subsection + .landing-subsection > h2:first-child {
  margin-top: 0;
}
.section-overview > h2 {
  text-align: center;
  color: var(--accent-text);
  margin-top: 0;
}
.section-facts {
  list-style: none;
  padding: 0 !important;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.section-facts li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 18px 4px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}
.section-facts strong {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--accent-text);
}
.section-facts span {
  font-size: 1.05rem;
}
.bubble-clips-ready .page-hero-image {
  -webkit-clip-path: url("#bubble-clip-a");
  clip-path: url("#bubble-clip-a");
}
.bubble-clips-ready .section-page .page-hero-image {
  -webkit-clip-path: url("#bubble-clip-b");
  clip-path: url("#bubble-clip-b");
}
.custom-page {
  padding: 24px 0 130px;
}
.custom-head {
  max-width: 760px;
  margin: 0 auto 62px;
  text-align: center;
}
.custom-head.group-page-head {
  max-width: none;
  margin: 48px 0 62px;
  text-align: left;
}
.custom-head h1 {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}
.group-page-head h1 {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}
.custom-head.group-page-head .eyebrow {
  font-size: 0.8rem;
}
.custom-head p {
  font-size: 1.1rem;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.soft-card {
  min-height: 220px;
  padding: 30px;
  border-radius: 32px;
  background: var(--raised);
  position: relative;
  overflow: hidden;
}
.soft-card h2 {
  font-size: 1.2917rem;
  text-transform: uppercase;
}
.soft-card h3 {
  font-size: 1.55rem;
  text-transform: uppercase;
}
.soft-card p:last-child {
  margin-bottom: 0;
}
.soft-card a.stretched:after {
  content: "";
  position: absolute;
  inset: 0;
}
.soft-card:hover {
  transform: translateY(-4px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--gold);
}
.button.secondary {
  background: var(--secondary);
}
.site-footer {
  padding: 20px 0 60px;
}
.footer-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}
.footer-rule:before,
.footer-rule:after {
  content: "";
  height: 2px;
  background: var(--ink);
  opacity: 0.55;
}
.footer-rule img {
  width: 82px;
  height: 82px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
  gap: 40px;
  font-size: 0.9rem;
}
.footer-grid h2 {
  font-size: 0.8333rem;
  text-transform: uppercase;
}
.footer-grid p {
  margin-bottom: 7px;
}
.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.socials svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.socials svg .fill {
  fill: currentColor;
  stroke: none;
}
.copyright {
  margin: 38px 0 0;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.nav-panel,
.button,
.soft-card {
  transition:
    transform 0.2s ease-out,
    background 0.2s ease-out,
    color 0.2s ease-out;
}
@media (max-width: 1050px) {
  .site-header {
    height: 100px;
  }
  .site-header .header-inner {
    width: min(var(--max), calc(100% - 96px));
    gap: 38px;
  }
  .brand img {
    width: 210px;
  }
  .main-nav {
    gap: 1px;
  }
  .nav-summary,
  .nav-direct {
    padding-inline: 9px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  .shell {
    width: min(var(--max), calc(100% - 48px));
  }
  .site-header {
    height: 84px;
  }
  .site-header .header-inner {
    width: min(var(--max), calc(100% - 48px));
    gap: 30px;
  }
  .brand img {
    width: 170px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 30px;
    right: 30px;
    padding: 15px;
    border-radius: 27px;
    background: var(--green);
    color: var(--white);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.open {
    display: flex;
  }
  .nav-summary,
  .nav-direct {
    display: block;
    width: 100%;
    text-align: left;
    color: inherit;
  }
  .nav-group[open] > .nav-summary {
    background: var(--paper);
    color: var(--ink);
  }
  .nav-panel {
    position: static;
    width: auto;
    margin: 4px 0 8px;
    padding: 5px 12px;
    background: rgba(45, 45, 45, 0.12);
  }
  .context-bar .shell {
    min-height: 44px;
    overflow: hidden;
    white-space: nowrap;
  }
  .context-bar span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-hero {
    padding: 48px 0 72px;
  }
  .page-hero-media {
    margin-top: 38px;
  }
  .page-hero-image-landscape {
    height: 315px;
  }
  .page-hero-mark {
    height: 350px;
  }
  .reading-section {
    padding-bottom: 90px;
  }
  .section-facts li {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-block: 15px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 3rem;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .page-hero-image-landscape {
    height: 256.5px;
  }
  .page-hero-mark {
    height: 285px;
  }
  .section-page .page-hero-copy {
    text-align: left;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .content-body td,
  .content-body th {
    padding: 14px 0;
  }
  .footer-rule {
    gap: 14px;
  }
  .footer-rule img {
    width: 65px;
    height: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
.section-page .content-body h2,
.section-page .content-body h3,
.section-page .content-body .legacy-heading {
  color: var(--accent);
  text-align: left;
}
.section-page .content-body h2 {
  margin-top: 56px;
}
.section-page .content-body .section-overview > h2 {
  margin-top: 0;
}
.section-page .section-facts strong {
  color: var(--accent);
}
.footer-detail {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.35;
}
.footer-detail-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--raised);
  color: var(--green);
  display: grid;
  place-items: center;
}
.footer-detail-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-detail > a,
.footer-detail > span:not(.footer-detail-icon) {
  padding-top: 5px;
  min-width: 0;
  overflow-wrap: anywhere;
}
