:root {
  --foundation-ink: #0a1930;
  --foundation-ink-soft: #20324a;
  --foundation-paper: #f7f9fc;
  --foundation-line: #dce4ee;
  --foundation-accent: #3d6f78;
  --foundation-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--foundation-paper);
  color: var(--foundation-ink-soft);
}

body,
p,
.nav-link,
.btn {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
.foundation-serif {
  color: var(--foundation-ink);
  font-family: "Bitter", serif;
}

.navigation {
  background: rgba(255, 255, 255, 0.96);
}

.foundation-nav {
  border-bottom: 1px solid var(--foundation-line);
  padding: 0.85rem 0;
}

.foundation-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none;
}

.foundation-brand:hover,
.foundation-brand:focus {
  text-decoration: none;
}

/* Signet is 878x927 — drive it by height and let the width follow the native
   ratio instead of squashing it. */
.foundation-brand-mark {
  aspect-ratio: 878 / 927;
  display: block;
  flex-shrink: 0;
  height: 56px;
  object-fit: contain;
  width: auto;
}

.foundation-logo-frame-signet {
  background: #ffffff;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.foundation-hero-compact {
  padding: 4rem 0 3rem;
}

.foundation-hero-compact h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
}

.foundation-step-light {
  border-left: 1px solid var(--foundation-line);
  color: var(--foundation-ink-soft);
}

.foundation-step-light h3 {
  color: var(--foundation-ink);
}

.foundation-step-light span {
  color: var(--foundation-accent);
}

.foundation-contact-obf {
  display: grid;
  gap: 0.65rem;
}

.foundation-contact-chip {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  color: var(--foundation-white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0.65rem 0.8rem;
  text-align: left;
  width: 100%;
}

.foundation-contact-chip:hover,
.foundation-contact-chip:focus {
  background: rgba(255, 255, 255, 0.16);
  color: var(--foundation-white);
  text-decoration: none;
}

.foundation-contact-chip-link {
  text-decoration: none;
}

.foundation-contact-chip-label {
  color: #a9c0c5;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foundation-contact-chip-value {
  font-family: "Bitter", serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
}

.footer .foundation-contact-chip {
  background: rgba(255, 255, 255, 0.05);
}

.foundation-wordmark {
  color: var(--foundation-ink);
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.foundation-wordmark .wm-org {
  color: var(--foundation-accent);
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.foundation-wordmark .wm-name {
  color: var(--foundation-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.foundation-page-title {
  background:
    linear-gradient(135deg, rgba(10, 25, 48, 0.92) 0%, rgba(29, 61, 72, 0.88) 100%),
    radial-gradient(circle at 20% 20%, rgba(61, 111, 120, 0.35), transparent 45%);
  padding: 4.5rem 0 3.5rem;
}

.foundation-page-title h1 {
  color: var(--foundation-white);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

#navbar .nav-link {
  color: var(--foundation-ink);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 1rem 0.8rem;
  text-transform: uppercase;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
  color: var(--foundation-accent);
}

.nav-item-lang {
  align-items: center;
  display: flex;
  justify-content: center;
}

.foundation-langswitch {
  border: 1px solid var(--foundation-line);
  display: inline-flex;
}

.foundation-langswitch-btn {
  background: transparent;
  border: 0;
  color: var(--foundation-ink-soft);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  text-transform: uppercase;
}

.foundation-langswitch-btn + .foundation-langswitch-btn {
  border-left: 1px solid var(--foundation-line);
}

.foundation-langswitch-btn:hover,
.foundation-langswitch-btn:focus {
  color: var(--foundation-accent);
  text-decoration: none;
}

.foundation-langswitch-btn.is-active {
  background: var(--foundation-ink);
  color: var(--foundation-white);
}

.foundation-hero {
  background:
    radial-gradient(circle at 75% 20%, rgba(61, 111, 120, 0.12), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #eef3f8 100%);
  padding: 5rem 0 4.5rem;
  position: relative;
}

/* Full-bleed foundation artwork behind homepage hero copy. */
.foundation-hero-art {
  background-color: var(--foundation-ink);
  background-image:
    linear-gradient(90deg,
      rgba(10, 25, 48, 0.92) 0%,
      rgba(10, 25, 48, 0.78) 42%,
      rgba(10, 25, 48, 0.35) 100%),
    var(--foundation-hero-image);
  background-position: center;
  background-size: cover;
  color: var(--foundation-white);
  min-height: 520px;
  padding: 5.5rem 0 5rem;
}

.foundation-hero-art .foundation-kicker {
  color: #8fc7d1;
}

.foundation-hero-art h1 {
  color: var(--foundation-white);
}

.foundation-hero-art .foundation-lead {
  color: rgba(255, 255, 255, 0.88);
}

.foundation-hero-art .btn-foundation {
  background: var(--foundation-white);
  border-color: var(--foundation-white);
  color: var(--foundation-ink);
}

.foundation-hero-art .btn-foundation:hover,
.foundation-hero-art .btn-foundation:focus {
  background: var(--foundation-accent);
  border-color: var(--foundation-accent);
  color: var(--foundation-white);
}

.foundation-hero-art .btn-foundation-outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: var(--foundation-white);
}

.foundation-hero-art .btn-foundation-outline:hover,
.foundation-hero-art .btn-foundation-outline:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--foundation-white);
  color: var(--foundation-white);
}

.foundation-kicker {
  color: var(--foundation-accent);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.foundation-hero h1 {
  font-size: clamp(2.45rem, 5.8vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 1.5rem;
}

.foundation-lead {
  color: #4c5e73;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 620px;
}

@media (max-width: 767px) {
  .foundation-hero-art {
    background-image:
      linear-gradient(180deg,
        rgba(10, 25, 48, 0.88) 0%,
        rgba(10, 25, 48, 0.94) 100%),
      var(--foundation-hero-image);
    min-height: 440px;
  }
}

.foundation-logo-frame {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 25, 48, 0.08);
  border-radius: 2px;
  box-shadow: 0 24px 70px rgba(10, 25, 48, 0.12);
  padding: 1rem;
}

.foundation-logo-frame img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.foundation-logo-frame-signet img {
  aspect-ratio: 878 / 927;
  object-fit: contain;
}

.foundation-figure {
  border: 1px solid rgba(10, 25, 48, 0.1);
  box-shadow: 0 18px 50px rgba(10, 25, 48, 0.1);
  overflow: hidden;
}

.foundation-figure img {
  display: block;
  height: auto;
  width: 100%;
}

/* Full-bleed project carousel under the homepage hero. */
.foundation-carousel-band {
  background: var(--foundation-ink);
  overflow: hidden;
  position: relative;
}

/* Until slick takes over, the slides would stack into one very tall block. */
.foundation-carousel:not(.slick-initialized) .foundation-slide:not(:first-child) {
  display: none;
}

.foundation-slide {
  position: relative;
}

.foundation-slide-img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.foundation-slide-body {
  align-items: center;
  background: linear-gradient(90deg,
      rgba(10, 25, 48, 0.95) 0%,
      rgba(10, 25, 48, 0.8) 42%,
      rgba(10, 25, 48, 0.28) 100%);
  display: flex;
  min-height: 460px;
  padding: 4rem 0;
  position: relative;
}

.foundation-slide-copy {
  max-width: 640px;
}

.foundation-slide-kicker {
  color: #8fc7d1;
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.foundation-slide-title {
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.foundation-slide-title a,
.foundation-slide-title {
  color: var(--foundation-white);
}

.foundation-slide-title a:hover,
.foundation-slide-title a:focus {
  color: #8fc7d1;
  text-decoration: none;
}

.foundation-slide-lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.foundation-carousel-band .btn-foundation {
  background: var(--foundation-white);
  border-color: var(--foundation-white);
  color: var(--foundation-ink);
}

.foundation-carousel-band .btn-foundation:hover,
.foundation-carousel-band .btn-foundation:focus {
  background: var(--foundation-accent);
  border-color: var(--foundation-accent);
  color: var(--foundation-white);
}

/* Only slick.css is loaded, so the pager needs its own styling. */
.foundation-carousel .slick-dots {
  bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.foundation-carousel .slick-dots button {
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  font-size: 0;
  height: 3px;
  padding: 0;
  width: 34px;
}

.foundation-carousel .slick-dots .slick-active button {
  background: var(--foundation-white);
}

@media (max-width: 767px) {
  .foundation-slide-body {
    background: linear-gradient(180deg,
        rgba(10, 25, 48, 0.82) 0%,
        rgba(10, 25, 48, 0.94) 100%);
    min-height: 400px;
    padding: 3rem 0;
  }
}

.btn-foundation,
.btn-foundation-outline {
  border-radius: 0;
  letter-spacing: 0.05em;
}

.btn-foundation {
  background: var(--foundation-ink);
  border-color: var(--foundation-ink);
  color: var(--foundation-white);
}

.btn-foundation:hover,
.btn-foundation:focus {
  background: var(--foundation-accent);
  border-color: var(--foundation-accent);
  color: var(--foundation-white);
}

.btn-foundation-outline {
  background: transparent;
  border-color: var(--foundation-ink);
  color: var(--foundation-ink);
}

.btn-foundation-outline:hover,
.btn-foundation-outline:focus {
  background: var(--foundation-ink);
  color: var(--foundation-white);
}

.foundation-section {
  padding: 6rem 0;
}

.foundation-section-white {
  background: var(--foundation-white);
}

.foundation-section h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.foundation-card {
  background: var(--foundation-white);
  border: 1px solid var(--foundation-line);
  height: 100%;
  padding: 2rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.foundation-card:hover {
  border-color: #a8b8c8;
  transform: translateY(-4px);
}

/* Card artwork bleeds to the border, cancelling the card's own padding. */
.foundation-card-media {
  margin: -2rem -2rem 1.5rem;
  overflow: hidden;
}

.foundation-card-media img {
  aspect-ratio: 3 / 2;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.foundation-card-number {
  color: var(--foundation-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.foundation-card h3 {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 1.25rem 0 0.85rem;
}

.foundation-project-card {
  display: flex;
  flex-direction: column;
}

/* Main projects sit above the theme groups and carry an accent edge. */
.foundation-project-card-featured {
  border-color: #a8b8c8;
  border-top: 3px solid var(--foundation-accent);
}

.foundation-project-card-featured h3 {
  font-size: 1.5rem;
}

.foundation-project-link {
  color: var(--foundation-accent);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
  text-transform: uppercase;
}

.foundation-funfacts {
  background: var(--foundation-ink);
  color: rgba(255, 255, 255, 0.78);
}

.foundation-funfacts h2 {
  color: var(--foundation-white);
}

.foundation-counter {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.25rem;
}

.foundation-counter .counter-stat {
  color: #9fc4c9;
  display: block;
  font-family: "Bitter", serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.foundation-counter p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.foundation-card h3 a {
  color: inherit;
}

.foundation-card h3 a:hover {
  color: var(--foundation-accent);
  text-decoration: none;
}

.foundation-form .form-control {
  border-radius: 0;
  border-color: var(--foundation-line);
  margin-bottom: 1rem;
  min-height: 48px;
}

.foundation-form textarea.form-control {
  min-height: 140px;
}

.foundation-source {
  background: var(--foundation-paper);
  border-left: 3px solid var(--foundation-accent);
  font-size: 0.9rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
}

.foundation-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.foundation-social a {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
}

.foundation-social a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}

.footer .foundation-social a {
  border-color: rgba(255, 255, 255, 0.2);
}

.foundation-address {
  background: var(--foundation-ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 2rem;
}

.foundation-address h3,
.foundation-address strong,
.foundation-address a {
  color: var(--foundation-white);
}

.foundation-address-row + .foundation-address-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.foundation-address-label {
  color: #a9c0c5;
  display: block;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.foundation-method {
  background: var(--foundation-ink);
  color: rgba(255, 255, 255, 0.76);
}

.foundation-method h2,
.foundation-method h3 {
  color: var(--foundation-white);
}

.foundation-method .foundation-kicker {
  color: #9fc4c9;
}

.foundation-step {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding-left: 1.5rem;
}

.foundation-step span {
  color: #9fc4c9;
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.foundation-question {
  background: #e8eef4;
}

.foundation-note {
  color: #718096;
  font-size: 0.78rem;
  line-height: 1.6;
}

.foundation-pillar {
  background: var(--foundation-white);
  border-top: 3px solid var(--foundation-accent);
  height: 100%;
  padding: 2rem 2rem 1.75rem;
}

.foundation-pillar-wide {
  margin-top: 0;
}

.foundation-pillar-label {
  color: var(--foundation-accent);
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.foundation-pillar h3 {
  font-size: 1.45rem;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}

.foundation-pillar p {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.foundation-pillar-refs {
  color: #7a8a9c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.foundation-goals-title {
  font-size: 1.55rem;
  margin-bottom: 0.75rem;
}

.foundation-goals-list {
  background: var(--foundation-white);
  border: 1px solid var(--foundation-line);
  counter-reset: foundation-goal;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0.35rem 0;
}

.foundation-goals-list li {
  border-bottom: 1px solid var(--foundation-line);
  counter-increment: foundation-goal;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr;
  line-height: 1.7;
  padding: 1.05rem 1.5rem;
}

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

.foundation-goals-list li::before {
  color: var(--foundation-accent);
  content: counter(foundation-goal, decimal-leading-zero);
  font-family: "Bitter", serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.foundation-docs {
  align-items: center;
  background: linear-gradient(135deg, #10243d 0%, #1d3d48 100%);
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: space-between;
  padding: 2rem;
}

.foundation-docs h3 {
  color: var(--foundation-white);
  font-size: 1.45rem;
}

.foundation-docs .foundation-kicker {
  color: #9fc4c9;
}

.foundation-docs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.foundation-docs .btn-foundation-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--foundation-white);
}

.foundation-docs .btn-foundation-outline:hover,
.foundation-docs .btn-foundation-outline:focus {
  background: var(--foundation-white);
  border-color: var(--foundation-white);
  color: var(--foundation-ink);
}

.footer {
  background: #071426;
  padding: 4rem 0 1rem;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .foundation-hero {
    padding: 3.5rem 0;
  }

  .foundation-logo-frame {
    margin-top: 3rem;
  }

  .foundation-section {
    padding: 4.5rem 0;
  }

  .foundation-nav {
    padding: 0.6rem 0;
  }

  .foundation-brand-mark {
    height: 48px;
  }

  .nav-item-lang {
    margin: 0.75rem 0 0.25rem;
  }

  .foundation-wordmark .wm-name {
    font-size: 0.68rem;
  }
}

@media (max-width: 575px) {
  .foundation-hero h1 {
    font-size: 2.55rem;
  }

  .foundation-card,
  .foundation-address {
    padding: 1.5rem;
  }

  .foundation-goals-list li {
    grid-template-columns: 2.4rem 1fr;
    padding: 0.95rem 1rem;
  }

  .foundation-docs {
    padding: 1.5rem;
  }

  .foundation-pillar {
    padding: 1.5rem;
  }
}

/* Board cards on About */
.foundation-board-card {
  align-items: flex-start;
  background: var(--foundation-white);
  border: 1px solid var(--foundation-line);
  display: flex;
  gap: 1.25rem;
  height: 100%;
  padding: 1.75rem;
}

.foundation-board-photo {
  border-radius: 2px;
  flex-shrink: 0;
  height: 96px;
  object-fit: cover;
  width: 96px;
}

.foundation-board-monogram {
  align-items: center;
  background: var(--foundation-ink);
  color: var(--foundation-white);
  display: flex;
  flex-shrink: 0;
  font-family: "Bitter", serif;
  font-size: 1.35rem;
  font-weight: 700;
  height: 96px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 96px;
}

.foundation-board-role {
  color: var(--foundation-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.foundation-glossary {
  border-top: 1px solid var(--foundation-line);
  margin-top: 2.5rem;
  padding-top: 2rem;
}

.foundation-glossary dt {
  color: var(--foundation-ink);
  font-weight: 700;
  margin-top: 0.85rem;
}

.foundation-glossary dd {
  margin: 0.25rem 0 0;
}

.foundation-project-status {
  background: rgba(61, 111, 120, 0.1);
  color: var(--foundation-ink);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  text-transform: uppercase;
}

.foundation-project-brief {
  background: var(--foundation-paper);
  border: 1px solid var(--foundation-line);
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.foundation-project-brief h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.foundation-join-primary .foundation-card {
  border-color: #a8b8c8;
}

/* Project image carousel */
.foundation-variant-carousel:not(.slick-initialized) .foundation-variant-slide:not(:first-child) {
  display: none;
}

.foundation-variant-carousel {
  position: relative;
}

.foundation-variant-slide {
  margin: 0;
}

.foundation-variant-img {
  border: 1px solid var(--foundation-line);
  display: block;
  height: auto;
  width: 100%;
}

.foundation-variant-carousel .slick-dots {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.foundation-variant-carousel .slick-dots button {
  background: rgba(10, 25, 48, 0.24);
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 0.65rem;
  padding: 0;
  width: 0.65rem;
}

.foundation-variant-carousel .slick-dots .slick-active button {
  background: var(--foundation-ink);
}

.foundation-variant-carousel .slick-prev,
.foundation-variant-carousel .slick-next {
  background: rgba(10, 25, 48, 0.72);
  border: 0;
  color: var(--foundation-white);
  font-size: 0;
  height: 2.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  z-index: 2;
}

.foundation-variant-carousel .slick-prev {
  left: 0.75rem;
}

.foundation-variant-carousel .slick-next {
  right: 0.75rem;
}

.foundation-variant-carousel .slick-prev::before,
.foundation-variant-carousel .slick-next::before {
  font-size: 1.4rem;
  line-height: 1;
}

.foundation-variant-carousel .slick-prev::before {
  content: "\2039";
}

.foundation-variant-carousel .slick-next::before {
  content: "\203A";
}

/* How-we-work viz carousel on homepage intro */
.foundation-how-viz-carousel:not(.slick-initialized) .foundation-how-viz-slide:not(:first-child) {
  display: none;
}
.foundation-how-viz-carousel .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.foundation-how-viz-carousel .slick-dots button {
  background: rgba(10, 25, 48, 0.25);
  border: 0;
  font-size: 0;
  height: 3px;
  padding: 0;
  width: 28px;
}
.foundation-how-viz-carousel .slick-dots .slick-active button {
  background: var(--foundation-accent, #0a8f8c);
}
.foundation-visual-narrative {
  background: var(--foundation-paper, #f7f9fc);
}

.foundation-icon-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
  margin: 1.5rem 0 0;
}
.foundation-icon-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}
.foundation-icon-card {
  background: var(--foundation-white, #fff);
  border: 1px solid var(--foundation-line, #dce4ee);
  padding: 1rem;
}
.foundation-icon-figure {
  margin: 0;
}
.foundation-icon-img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.foundation-map-figure {
  margin: 0 0 1rem;
}
.foundation-map-img,
.foundation-cycle-svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.foundation-map-figure figcaption,
.foundation-variant-caption,
.foundation-icon-figure figcaption {
  color: #4c5e73;
  font-size: 0.9rem;
  margin-top: 0.6rem;
}
.foundation-path-map {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 1.25rem 0 2rem;
}
.foundation-path-node {
  background: var(--foundation-white, #fff);
  border: 1px solid var(--foundation-line, #dce4ee);
  flex: 1 1 11rem;
  padding: 1rem;
}
.foundation-path-index {
  color: var(--foundation-accent, #3d6f78);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.foundation-path-arrow {
  align-self: center;
  border-top: 2px solid var(--foundation-accent, #3d6f78);
  flex: 0 0 1.5rem;
  height: 0;
  position: relative;
  width: 1.5rem;
}
.foundation-path-arrow::after {
  border: 6px solid transparent;
  border-left-color: var(--foundation-accent, #3d6f78);
  content: "";
  position: absolute;
  right: -8px;
  top: -7px;
}
.foundation-cycle-legend {
  column-count: 2;
  column-gap: 1.5rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}
.foundation-cycle-legend li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}
.foundation-dev-note {
  background: #e8eef4;
  border-left: 3px solid var(--foundation-accent, #3d6f78);
  color: var(--foundation-ink-soft, #20324a);
  font-size: 0.9rem;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
}
.foundation-mermaid-source {
  background: #0a1930;
  color: #8fc7d1;
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  overflow-x: auto;
  padding: 1rem;
}
.foundation-cycle-form {
  margin: 0 0 1.5rem;
}
.foundation-how-viz-carousel .slick-prev,
.foundation-how-viz-carousel .slick-next {
  background: var(--foundation-ink, #0a1930);
  color: #fff;
  height: 2.25rem;
  width: 2.25rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .foundation-path-arrow {
    display: none;
  }
  .foundation-cycle-legend {
    column-count: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slick-list,
  .slick-track,
  .slick-slide {
    transition: none !important;
  }
}
