/* ========== Foundation Fact Sheet ========== */

.ffs-crumb,
.ffs-lang {
  width: var(--about-width);
  margin: 0 auto;
  padding: 0 var(--about-pad-x);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  color: #666;
}

.ffs-crumb {
  padding-top: 1.75rem;
}

.ffs-crumb a {
  color: #666;
  text-decoration: none;
}

.ffs-crumb a:hover {
  color: var(--color-ink);
  text-decoration: underline;
}

.ffs-lang {
  margin-top: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4e6ea;
}

.ffs-lang a {
  color: var(--color-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ffs-lang span {
  margin: 0 0.35rem;
  color: #999;
}

.ffs-hero {
  width: var(--about-width);
  margin: 0 auto;
  padding: 2.5rem var(--about-pad-x) 0;
}

.ffs-hero-title {
  margin: 0;
  text-align: center;
}

.ffs-article,
.ffs-lists-inner,
.ffs-facts-inner {
  width: min(720px, calc(100% - 2 * var(--about-pad-x)));
  margin: 2.25rem auto 0;
  font-family: var(--font-serif);
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--color-ink);
}

.ffs-article p,
.ffs-facts-inner > p {
  margin: 0 0 1.35rem;
}

.ffs-subhead {
  margin: 2.25rem 0 1rem;
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 700;
}

.ffs-list-title {
  margin: 1.75rem 0 0.75rem;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
}

.ffs-link-list,
.ffs-plain-list,
.ffs-facts-list {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}

.ffs-link-list li,
.ffs-plain-list li,
.ffs-facts-list li {
  margin: 0 0 0.55rem;
}

.ffs-link-list a,
.ffs-plain-list a {
  color: #0a7a8c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ffs-note {
  margin: -0.5rem 0 1.5rem !important;
  font-size: 0.95rem;
  color: #666;
}

/* Offices map block */
.ffs-offices {
  width: var(--about-width);
  margin: 3rem auto 0;
  padding: 0 var(--about-pad-x);
}

.ffs-offices .offices-map {
  margin: 0;
  max-width: none;
}

.ffs-leadership-lists {
  margin-top: 1rem;
}

/* Leadership carousel */
.ffs-carousel-section {
  width: var(--about-width);
  margin: 3.5rem auto 0;
  padding: 0 var(--about-pad-x) 2rem;
}

.ffs-carousel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.ffs-carousel-title {
  margin: 0;
  max-width: 22ch;
}

.ffs-carousel-nav {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
  padding-top: 0.25rem;
}

.ffs-carousel-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  color: #bbb;
  cursor: pointer;
  padding: 0;
}

.ffs-carousel-btn:hover:not(:disabled) {
  color: var(--color-ink);
}

.ffs-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.ffs-carousel-btn svg {
  width: 28px;
  height: 28px;
}

.ffs-carousel-viewport {
  overflow: hidden;
  margin-right: calc(-1 * var(--about-pad-x));
  padding-right: var(--about-pad-x);
}

.ffs-carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ffs-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
}

.ffs-card-media {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 6px;
  background: #eceae4;
}

.ffs-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center top;
}

.ffs-card-name {
  margin: 0 0 0.25rem;
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
}

.ffs-card-role {
  margin: 0 0 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: #555;
}

.ffs-card-desc {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ffs-card-link {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a7a8c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ffs-facts {
  margin: 2rem 0 4rem;
}

.ffs-facts-list {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
}

.ffs-footnotes {
  margin: 1.5rem 0 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #777;
}

.ffs-footnotes p {
  margin: 0 0 0.45rem;
}

@media (max-width: 960px) {
  .ffs-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}

@media (max-width: 640px) {
  .ffs-carousel-head {
    flex-direction: column;
  }

  .ffs-carousel-title {
    max-width: none;
  }

  .ffs-card {
    flex-basis: 85%;
  }
}

@media (max-width: 480px) {
  .ffs-card {
    flex-basis: 100%;
  }
}
