@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* { box-sizing: border-box; }

html { font-family: "Poppins", Arial, sans-serif; color: #24262a; background: #ffffff; scroll-behavior: smooth; }

body { margin: 0; font-size: 1rem; font-weight: 400; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

a { color: inherit; text-decoration-color: #3f7395; text-decoration-thickness: 0.08rem; text-underline-offset: 0.18em; }

a:hover { text-decoration-color: #2f638a; }

button { font: inherit; }

:where(img, svg) { max-width: 100%; }

::selection { color: #24262a; background: #edf4f8; }

:focus-visible { outline: 2px solid #2f638a; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Shared page alignment  Keeps content aligned to the site grid without constraining full-width components. The calculated padding grows on wide viewports and falls back to the minimum page gutter on smaller screens. */
.page-width { --page-width-padding: max( 1rem, calc((100vw - 72rem) / 2 + 1rem) ); width: 100%; padding-inline: var(--page-width-padding); }

main { padding-block: clamp(2.5rem, 5vw, 4rem); }

/* Authored Markdown content  Direct-child selectors keep prose readable without requiring authors to add presentational wrappers. Component styles remain self-contained. */
main > p, main > ul, main > ol, main > blockquote, main > .highlighter-rouge { max-width: 48rem; }

main > p { margin: 0 0 1rem; line-height: 1.7; }

main > .page-hero + p { margin-top: clamp(1.75rem, 3.5vw, 2.5rem); font-size: 1.125rem; }

main > h2 { max-width: 62rem; margin: clamp(2.5rem, 5vw, 3.5rem) 0 1rem; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.025em; }

main > .page-hero + h2 { margin-top: clamp(2rem, 4vw, 3rem); }

main > h3 { max-width: 48rem; margin: 2rem 0 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.25; }

main > h4 { max-width: 48rem; margin: 1.5rem 0 0.5rem; font-family: "Poppins", Arial, sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.25; }

main > ul, main > ol { margin: 0 0 1.5rem; padding-left: 1.5rem; line-height: 1.7; }

main > ul li + li, main > ol li + li { margin-top: 0.5rem; }

main > blockquote { margin: 1.5rem 0; padding-left: 1rem; border-left: 0.2rem solid #3f7395; color: #626a70; }

main > blockquote p { margin: 0; line-height: 1.7; }

main > .highlighter-rouge { margin-block: 1.5rem; overflow-x: auto; }

main.has-page-hero { padding-top: 0; }

.site-header { position: relative; border-bottom: 1px solid #d7dce0; font-family: "Poppins", Arial, sans-serif; }

.header-inner { display: flex; min-height: 4rem; align-items: center; gap: 1rem; }

.brand { display: inline-flex; align-items: center; margin-right: auto; text-decoration: none; }

.brand img { display: block; width: clamp(8.5rem, 14vw, 10rem); height: auto; margin-left: -0.75rem; }

.nav-toggle, .nav-link { border: 0; color: inherit; background: transparent; cursor: pointer; }

.nav-toggle { display: block; padding: 0.5rem 0 0.5rem 0.75rem; font-size: 0.875rem; font-weight: 500; }

.primary-nav { display: none; }

.primary-nav[data-open] { position: absolute; z-index: 20; top: 100%; right: 0; left: 0; display: block; padding: 1rem 1rem 2rem; border-bottom: 1px solid #d7dce0; background: #ffffff; box-shadow: 0 0.35rem 1.1rem rgba(23, 32, 42, 0.07); }

.nav-item + .nav-item { margin-top: 1.5rem; }

.nav-link { display: inline-flex; width: 100%; align-items: center; gap: 0.4rem; padding: 0.25rem 0; font-size: 1rem; font-weight: 600; line-height: 1.45; text-align: left; }

.nav-link::after { width: 0; height: 0; border-top: 0.34rem solid currentColor; border-right: 0.24rem solid transparent; border-left: 0.24rem solid transparent; content: ""; transition: transform 160ms ease; }

.nav-link:hover, .nav-link:focus-visible, .nav-link[aria-expanded="true"] { color: #2f638a; }

.nav-link[aria-expanded="true"]::after { transform: rotate(180deg); }

.nav-link[aria-expanded="true"] { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.25rem; }

.mega-menu { margin: 0; padding: 0.75rem 0 0; }

.mega-menu-inner { display: grid; width: 100%; gap: 1.5rem; }

.mega-menu-column { display: flex; width: 100%; min-width: 0; max-width: none; flex-direction: column; gap: 1.5rem; }

.subcategory { width: 100%; min-width: 0; }

.subcategory h2 { margin: 0 0 0.5rem; font-family: "Poppins", Arial, sans-serif; font-size: 0.9375rem; font-weight: 600; line-height: 1.25; letter-spacing: -0.01em; }

.subcategory-title-link { color: inherit; text-decoration: none; text-underline-offset: 0.2em; }

.subcategory-title-link:hover, .subcategory-title-link:focus-visible, .subcategory-title-link[aria-current="page"] { color: #2f638a; text-decoration: underline; text-decoration-thickness: 1px; }

.subcategory-description { max-width: 34rem; margin: 0 0 0.75rem; font-size: 0.875rem; font-weight: 400; line-height: 1.45; }

.mega-menu-links { margin: 0; padding: 0; font-size: 0.875rem; font-weight: 400; list-style: none; }

.mega-menu-links li + li { margin-top: 0.5rem; }

.mega-menu-links a { display: inline-block; padding-block: 0.125rem; text-decoration: none; text-underline-offset: 0.18em; }

.mega-menu-links a:hover, .mega-menu-links a:focus-visible, .mega-menu-links a[aria-current="page"] { color: #2f638a; text-decoration: underline; text-decoration-thickness: 1px; }

@media (min-width: 48rem) { .header-inner { min-height: 4.25rem; }
  .nav-toggle { display: none; }
  .primary-nav, .primary-nav[data-open] { position: static; display: flex; align-items: stretch; gap: 2rem; padding: 0; border: 0; box-shadow: none; }
  .nav-item, .nav-item + .nav-item { position: static; margin-top: 0; padding-top: 0; border: 0; }
  .nav-link { width: auto; min-height: 4.25rem; padding: 0.5rem 0; font-size: 0.875rem; font-weight: 500; text-align: center; }
  .nav-link[aria-expanded="true"] { text-underline-offset: 0.35rem; }
  .mega-menu { position: absolute; z-index: 20; top: 100%; right: 0; left: 0; max-height: calc(100vh - 4.25rem); margin: 0; overflow-y: auto; padding: 2rem 1rem; border-block: 1px solid #d7dce0; background: #ffffff; box-shadow: 0 0.35rem 1.1rem rgba(23, 32, 42, 0.07); overscroll-behavior: contain; }
  .mega-menu-inner { align-items: start; justify-items: stretch; column-gap: 3rem; row-gap: 0; }
  .mega-menu-inner--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mega-menu-inner--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (prefers-reduced-motion: reduce) { .nav-link::after { transition: none; } }
/* Page hero  Content includes the page title, an optional summary, and concise document metadata where the source has a meaningful version or publication date. The hero rule is full-bleed, while its content stays aligned to the site grid. */
.page-hero { margin-inline: calc(-1 * var(--page-width-padding)); padding-block: clamp(1.5rem, 2.5vw, 2.25rem) clamp(2rem, 3.5vw, 3rem); padding-inline: var(--page-width-padding); border-bottom: 1px solid #d7dce0; }

.page-hero-inner { width: 100%; max-width: none; }

.page-hero-title { max-width: none; margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2.4rem, 5.25vw, 4.25rem); font-weight: 500; line-height: 0.98; letter-spacing: -0.055em; }

.page-hero-summary { max-width: 62rem; margin: clamp(1.1rem, 2vw, 1.75rem) 0 0; color: #626a70; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.55; }

.page-hero-meta { display: flex; flex-wrap: wrap; gap: 0.75rem clamp(1.5rem, 4vw, 3rem); margin: clamp(1.5rem, 3vw, 2.25rem) 0 0; padding-top: 1rem; border-top: 1px solid #d7dce0; }

.page-hero-meta > div { display: flex; gap: 0.5rem; align-items: baseline; }

.page-hero-meta dt { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.045em; text-transform: uppercase; }

.page-hero-meta dd { margin: 0; color: #626a70; font-size: 0.875rem; }

/* Where next  A linked card that appears after the authored page content. Its scale makes the action clear without adding decorative labels to authored pages. */
.where-next { width: 100%; max-width: none; margin-top: clamp(3rem, 6vw, 5rem); padding-top: 1.5rem; border-top: 1px solid #d7dce0; }

.where-next-title { margin: 0; color: #24262a; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.04em; }

.where-next-card { display: flex; max-width: 52rem; min-height: 14rem; flex-direction: column; margin-top: 1.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid #d7dce0; border-radius: 0.4rem; color: #24262a; background: #ffffff; box-shadow: 0 0.35rem 1.1rem rgba(23, 32, 42, 0.07); text-decoration: none; transition: border-color 160ms ease, background-color 160ms ease; }

.where-next-card:hover, .where-next-card:focus-visible { border-color: #3f7395; background: #edf4f8; outline: none; }

.where-next-card:focus-visible { box-shadow: 0 0 0 0.2rem rgba(63, 115, 149, 0.24); }

.where-next-card-title { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 1.25; }

.where-next-summary { max-width: 48rem; margin: 1rem 0 2rem; color: #626a70; font-size: 1rem; line-height: 1.7; }

.where-next-link { width: fit-content; margin-top: auto; color: #24262a; font-size: 0.875rem; font-weight: 600; text-decoration: underline; text-decoration-color: #3f7395; text-decoration-thickness: 0.1rem; text-underline-offset: 0.2em; }

.where-next-link::after { content: " \2192"; }

@media (prefers-reduced-motion: reduce) { .where-next-card { transition: none; } }
/* Related pages  A reusable list of related content. The label, section title and link label belong to the component; front matter only supplies page-specific content. */
.related-pages { margin-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }

.related-pages-title { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.04em; }

.related-pages-list { display: grid; gap: 1rem; margin-top: 1.5rem; }

.related-pages-item { display: flex; min-width: 0; flex-direction: column; padding: 1.5rem; border: 1px solid #d7dce0; border-radius: 0.4rem; color: #24262a; background: #ffffff; box-shadow: 0 0.35rem 1.1rem rgba(23, 32, 42, 0.07); text-decoration: none; transition: border-color 160ms ease, background-color 160ms ease; }

.related-pages-item:hover, .related-pages-item:focus-visible { border-color: #3f7395; background: #edf4f8; outline: none; }

.related-pages-item:focus-visible { box-shadow: 0 0 0 0.2rem rgba(63, 115, 149, 0.24); }

.related-pages-item-title { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.25; }

.related-pages-item-summary { margin: 0.75rem 0 1.5rem; color: #626a70; font-size: 0.875rem; line-height: 1.45; }

.related-pages-item-link { margin-top: auto; color: #24262a; font-size: 0.8125rem; font-weight: 600; text-decoration: underline; text-decoration-color: #3f7395; text-decoration-thickness: 0.1rem; text-underline-offset: 0.2em; }

.related-pages-item-link::after { content: " \2192"; }

@media (min-width: 48rem) { .related-pages-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (prefers-reduced-motion: reduce) { .related-pages-item { transition: none; } }
.site-footer { padding-block: 3rem; border-top: 1px solid #d7dce0; background: #ffffff; color: #24262a; font-family: "Poppins", Arial, sans-serif; }

.footer-nav { display: grid; gap: 2rem; }

.footer-nav-column { display: flex; flex-direction: column; gap: 2rem; min-width: 0; }

.footer-brand { display: inline-flex; width: fit-content; text-decoration: none; }

.footer-brand img { display: block; width: 100%; max-width: 12rem; height: auto; }

.footer-nav h2 { margin: 0 0 0.75rem; font-size: 0.875rem; font-weight: 600; }

.footer-nav ul { margin: 0; padding: 0; list-style: none; }

.footer-nav li + li { margin-top: 0.5rem; }

.footer-nav a { color: inherit; font-size: 0.875rem; font-weight: 400; text-decoration: none; text-underline-offset: .18em; }

.footer-nav a:hover, .footer-nav a:focus-visible { text-decoration: underline; text-decoration-thickness: 1px; }

@media (min-width: 48rem) { .footer-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; } }
.copyright-bar { border-top: 1px solid #d7dce0; font-family: "Poppins", Arial, sans-serif; }

.copyright-bar__inner { padding-block: 1rem; }

.copyright-bar p { margin: 0; font-size: 0.875rem; line-height: 1.45; }

.breadcrumbs { margin: 0; padding-block: 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: 0.8125rem; font-weight: 500; color: #626a70; }

.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }

.breadcrumbs li { display: inline-flex; align-items: center; }

.breadcrumbs li + li::before { content: "/"; margin-inline: 0.5rem; color: #d7dce0; }

.breadcrumbs [aria-current="page"] { color: #24262a; font-weight: 500; }

/* Collection directories  Members, people, events, news, jobs, links, and working groups all use the same BEM card vocabulary. Variants change image proportions or grid width, not the underlying interaction language. */
.collection-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); gap: clamp(1rem, 2.5vw, 1.75rem); margin-block: 2rem clamp(3rem, 7vw, 5rem); }

.collection-grid--members { grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr)); }

.collection-grid--people { grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr)); }

.collection-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #d7dce0; color: #24262a; background: #ffffff; text-decoration: none; transition: border-color 160ms ease, background-color 160ms ease; }

.collection-card:hover, .collection-card:focus-within { border-color: #3f7395; background: #edf4f8; }

.collection-card:focus-within { box-shadow: 0 0 0 0.2rem rgba(63, 115, 149, 0.24); outline: none; }

.collection-card__image { display: grid; place-items: center; aspect-ratio: 16 / 9; overflow: hidden; padding: 1rem; border-bottom: 1px solid #d7dce0; background: #f4f6f7; }

.collection-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

.collection-card--member .collection-card__image { aspect-ratio: 3 / 2; padding: 0; background: #ffffff; }

.collection-card--person .collection-card__image { aspect-ratio: 4 / 3; padding: 0; }

.collection-card--event .collection-card__image, .collection-card--news .collection-card__image { padding: 0; }

.collection-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }

.collection-card__labels { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem; margin: 0 0 0.75rem; }

.collection-card__labels:empty { display: none; }

.collection-badge, .collection-tag { display: inline; color: #626a70; font-size: 0.8125rem; font-weight: 500; line-height: 1.45; }

.collection-badge--accent { color: #2f638a; font-weight: 600; }

.collection-card__labels > * + *::before { margin-right: 0.5rem; color: #aeb8c1; content: "\00b7"; }

.collection-card__meta { display: flex; flex-wrap: wrap; gap: 0.25rem 0.75rem; margin: 0 0 0.75rem; color: #626a70; font-size: 0.8125rem; font-weight: 500; line-height: 1.45; }

.collection-card__meta > * + *::before { margin-right: 0.75rem; color: #aeb8c1; content: "\00b7"; }

.collection-card__title { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: 1.125rem; font-weight: 600; line-height: 1.25; }

.collection-card__title a { color: #24262a; text-decoration: none; }

.collection-card__title a::after { position: absolute; z-index: 2; inset: 0; content: ""; }

.collection-card__title a:focus-visible { outline: none; }

.collection-card__title a:hover, .collection-card__title a:focus-visible { text-decoration: underline; text-decoration-color: #3f7395; text-underline-offset: 0.2em; }

.collection-card__summary { margin: 0.75rem 0 0; color: #626a70; font-size: 0.9375rem; line-height: 1.6; }

.collection-card__link { margin: auto 0 0; padding-top: 1.5rem; font-size: 0.875rem; font-weight: 600; }

.collection-card__link span, .entity-back a, .collection-detail__back a { text-decoration: underline; text-decoration-color: #3f7395; text-decoration-thickness: 0.08rem; text-underline-offset: 0.2em; }

.collection-card__link span::after { content: " \2192"; }

.collection-empty { max-width: 48rem; margin-block: 2rem 3rem; padding-block: 1.5rem; border-block: 1px solid #d7dce0; color: #626a70; }

/* Collection detail pages  News articles retain their compact metadata and lead image. Native entity collections use the shared editorial layout below. */
.collection-detail__metadata { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.5rem; max-width: 62rem; margin: clamp(2rem, 5vw, 3rem) 0 2rem; padding-bottom: 1rem; border-bottom: 1px solid #d7dce0; color: #626a70; font-size: 0.875rem; }

.collection-detail__metadata a, .collection-detail__back a { font-weight: 600; }

.collection-detail__lead-image { display: grid; width: 100%; max-width: 62rem; place-items: center; margin: 0 0 clamp(2rem, 5vw, 3.5rem); overflow: hidden; padding: 1rem; border: 1px solid #d7dce0; background: #f8f9fa; }

.collection-detail__lead-image img { display: block; width: auto; max-width: 100%; max-height: 36rem; object-fit: contain; }

.collection-detail--news .collection-detail__lead-image img { width: 100%; }

/* Shared editorial layout for members, people, events, jobs, and groups. */
.entity-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; margin: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(4rem, 9vw, 7rem); }

.entity-detail--person .entity-layout, .entity-detail--member .entity-layout, .entity-detail--event .entity-layout { grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr); }

.entity-sidebar { min-width: 0; }

.entity-media { display: grid; width: 100%; place-items: center; margin: 0; overflow: hidden; border: 1px solid #d7dce0; background: #f4f6f7; }

.entity-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

.entity-media--portrait { aspect-ratio: 4 / 3; }

.entity-media--logo { aspect-ratio: 3 / 2; padding: 1.5rem; background: #ffffff; }

.entity-media--logo img { max-width: 90%; max-height: 15rem; }

.entity-media--event { aspect-ratio: 16 / 9; }

.entity-facts { margin: 0; border-top: 0.18rem solid #3f7395; }

.entity-media + .entity-facts { margin-top: 1.5rem; }

.entity-facts > div { padding-block: 1rem; border-bottom: 1px solid #d7dce0; }

.entity-facts dt { color: #626a70; font-size: 0.8125rem; font-weight: 600; line-height: 1.45; }

.entity-facts dd { min-width: 0; margin: 0.25rem 0 0; font-size: 0.875rem; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; }

.entity-facts a, .entity-links a, .entity-primary-link a { text-decoration-color: #3f7395; text-underline-offset: 0.18em; }

.entity-links { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 1.5rem; font-size: 0.875rem; font-weight: 600; }

.entity-primary-link { margin: 1.5rem 0 0; font-size: 0.875rem; font-weight: 600; }

.entity-primary-link a::after { content: " \2192"; }

.entity-plain-list { margin: 0; padding-left: 1rem; }

.entity-plain-list li + li { margin-top: 0.5rem; }

/* Authored Markdown within detail pages. */
.entity-body, .collection-detail__body { min-width: 0; max-width: 62rem; font-size: 1rem; line-height: 1.7; }

.entity-body > :first-child, .collection-detail__body > :first-child { margin-top: 0; }

.entity-body h2, .collection-detail__body h2 { margin: clamp(2.75rem, 6vw, 4rem) 0 1rem; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.03em; }

.entity-body > h2:first-child, .collection-detail__body > h2:first-child { margin-top: 0; }

.entity-body h3, .collection-detail__body h3 { margin: 3rem 0 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.25; }

.entity-body h4, .collection-detail__body h4 { margin: 2rem 0 0.5rem; font-family: "Poppins", Arial, sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.25; }

.entity-body p, .entity-body ul, .entity-body ol, .entity-body blockquote, .entity-body table, .entity-body pre, .collection-detail__body p, .collection-detail__body ul, .collection-detail__body ol, .collection-detail__body blockquote, .collection-detail__body table, .collection-detail__body pre { margin-block: 0 1.5rem; }

.entity-body ul, .entity-body ol, .collection-detail__body ul, .collection-detail__body ol { padding-left: 1.5rem; }

.entity-body li + li, .collection-detail__body li + li { margin-top: 0.5rem; }

.entity-body blockquote, .collection-detail__body blockquote { padding-left: 1rem; border-left: 0.2rem solid #3f7395; color: #626a70; }

.entity-body img, .collection-detail__body img { display: block; width: auto; max-width: 100%; max-height: 38rem; object-fit: contain; }

.entity-body table, .collection-detail__body table { display: block; width: max-content; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 0.875rem; line-height: 1.5; }

.entity-body th, .entity-body td, .collection-detail__body th, .collection-detail__body td { min-width: 9rem; padding: 0.75rem 1rem; border: 1px solid #d7dce0; text-align: left; vertical-align: top; }

.entity-body th, .collection-detail__body th { background: #f4f6f7; font-weight: 600; }

.entity-back, .collection-detail__back { margin: clamp(4rem, 9vw, 7rem) 0 0; padding-top: 1.5rem; border-top: 1px solid #d7dce0; font-size: 0.875rem; }

.entity-back a { font-weight: 600; }

.entity-back--multiple { display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; }

.entity-related { margin-block: clamp(3.5rem, 8vw, 6.5rem); }

.entity-speakers { margin-block: clamp(3.5rem, 8vw, 6.5rem); }

.entity-speakers > h2, .entity-related > h2 { margin: 0 0 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.03em; }

.entity-speakers > h3 { margin: 3rem 0 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.25; }

.entity-speakers > h2 + h3 { margin-top: 2rem; }

.entity-speakers .collection-grid { margin-block: 1.5rem 3rem; }

.entity-speakers .collection-grid:last-child { margin-bottom: 0; }

.entity-related > p { max-width: 48rem; margin: 0; color: #626a70; line-height: 1.7; }

.entity-related .collection-grid { margin-bottom: 0; }

@media (max-width: 47.999rem) { .entity-layout, .entity-detail--person .entity-layout, .entity-detail--member .entity-layout, .entity-detail--event .entity-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .entity-detail--job .entity-sidebar, .entity-detail--working-group .entity-sidebar { grid-row: 1; }
  .entity-media { max-width: 34rem; } }
@media (max-width: 35rem) { .collection-grid, .collection-grid--members, .collection-grid--people { grid-template-columns: 1fr; }
  .collection-card__body { padding: 1rem; }
  .collection-detail__metadata { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .collection-card { transition: none; } }
.resource-list { margin: 2rem 0 clamp(3rem, 7vw, 5rem); padding: 0; border-top: 1px solid #d7dce0; list-style: none; }

.resource-list__item { display: grid; grid-template-columns: minmax(16rem, 0.85fr) minmax(20rem, 1.15fr); gap: clamp(1.5rem, 5vw, 5rem); padding-block: clamp(1.5rem, 3vw, 2.25rem); border-bottom: 1px solid #d7dce0; }

.resource-list__type { margin: 0 0 0.5rem; color: #3f7395; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.065em; text-transform: uppercase; }

.resource-list__heading h3 { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.35; }

.resource-list__heading a { text-decoration-color: #3f7395; text-decoration-thickness: 0.08rem; text-underline-offset: 0.2em; }

.resource-list__details p { margin: 0; color: #626a70; line-height: 1.7; }

.resource-list__details p + p { margin-top: 0.75rem; }

.resource-list__citation span { color: #24262a; font-weight: 500; }

.glossary-index { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: baseline; margin: 2rem 0 clamp(3rem, 7vw, 5rem); padding-block: 1rem; border-block: 1px solid #d7dce0; }

.glossary-index span { margin-right: 0.5rem; color: #626a70; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.045em; text-transform: uppercase; }

.glossary-index a { min-width: 1.2rem; font-weight: 600; text-align: center; text-decoration-color: #3f7395; text-underline-offset: 0.18em; }

.glossary-group { display: grid; grid-template-columns: minmax(6rem, 0.25fr) minmax(0, 1.75fr); gap: clamp(1.5rem, 5vw, 5rem); padding-block: clamp(2rem, 5vw, 3.5rem); border-bottom: 1px solid #d7dce0; scroll-margin-top: 2rem; }

.glossary-group:first-child { border-top: 1px solid #d7dce0; }

.glossary-group > h3 { margin: 0; color: #3f7395; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1; }

.glossary-group dl { margin: 0; }

.glossary-entry { display: grid; grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr); gap: 1.5rem; padding-block: 1rem; border-top: 1px solid #d7dce0; }

.glossary-entry:first-child { padding-top: 0; border-top: 0; }

.glossary-entry dt { font-weight: 600; line-height: 1.45; }

.glossary-entry dt a { text-decoration-color: #3f7395; text-underline-offset: 0.18em; }

.glossary-entry dd { margin: 0; color: #626a70; line-height: 1.7; }

@media (max-width: 47.999rem) { .resource-list__item, .glossary-group, .glossary-entry { grid-template-columns: 1fr; }
  .glossary-group, .glossary-entry { gap: 0.75rem; } }
/* Data-backed directories  Markdown pages provide the prose and a small front matter description of each list. This layout component renders the appropriate shared include. */
.directory-section { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

.directory-section > h2, .directory-afterword h2 { max-width: 62rem; margin: 0 0 1rem; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.025em; }

.directory-section__summary, .directory-afterword { max-width: 48rem; line-height: 1.7; }

.directory-section__summary > :first-child, .directory-afterword > :first-child { margin-top: 0; }

.directory-section__summary > :last-child, .directory-afterword > :last-child { margin-bottom: 0; }

.directory-section .collection-grid, .directory-section .resource-list { max-width: none; }

.directory-afterword { margin-top: clamp(3rem, 7vw, 5rem); }

.webform-placeholder { max-width: 54rem; margin: clamp(2.5rem, 6vw, 4.5rem) 0; padding: 1.5rem 0; border-block: 1px solid #d7dce0; }

.webform-placeholder h2 { margin: 0 0 0.75rem; font-family: "Poppins", Arial, sans-serif; font-size: 1.5rem; font-weight: 500; line-height: 1.25; letter-spacing: -0.025em; }

.webform-placeholder p:last-child { max-width: 40rem; margin: 0; color: #626a70; line-height: 1.7; }
