﻿:root {
  --cg-purple: #2b004c;
  --cg-orange: #e56b2f;
  --cg-orange-light: #ff8b50;
  --cg-orange-dark: #c65429;
  --cg-paper: #fff8f1;
  --cg-cream: #f3e6d8;
  --cg-line: rgba(43, 0, 76, .18);
}

@font-face {
  font-family: "Common Ground Futura";
  src:
    url("assets/fonts/futura-pt_light.woff2") format("woff2"),
    url("assets/fonts/futura-pt_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Common Ground Futura";
  src:
    url("assets/fonts/futura-pt_book.woff2") format("woff2"),
    url("assets/fonts/futura-pt_book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Common Ground Futura";
  src:
    url("assets/fonts/futura-pt_bold.woff2") format("woff2"),
    url("assets/fonts/futura-pt_bold.woff") format("woff");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

body {
  background: var(--cg-paper);
  color: var(--cg-purple);
}

.site-header,
.primary-nav,
.search-dialog {
  background: rgba(255, 248, 241, .96);
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px);
}

.masthead,
.primary-nav,
.archive-toolbar,
.page-hero,
.hero,
.story-card,
.archive-card,
.section-heading,
.byline,
.meta {
  border-color: var(--cg-line) !important;
}

.wordmark {
  display: block;
  width: clamp(230px, 22vw, 330px);
  height: clamp(34px, 3.25vw, 49px);
  background: transparent url("assets/logo-wordmark-original.png") center / contain no-repeat;
  font-size: 0;
  color: transparent;
}

.hero-logo-orb,
.card-art i,
.team-avatar {
  transform: none;
  border-radius: 50%;
  background: transparent url("assets/logo-orb-original.png") center / contain no-repeat;
}

.wordmark .mark,
.wordmark .mark i,
.wordmark > span:not(.mark) {
  display: none;
}

.wordmark .brand-image {
  display: block;
  width: 100%;
  height: auto;
}

.inverse .mark {
  filter: none;
}

footer {
  background: var(--cg-purple);
}

.footer-brand .wordmark {
  width: clamp(240px, 24vw, 360px);
  height: clamp(35px, 3.55vw, 53px);
  background-image: url("assets/logo-wordmark-original-white.png");
}

.footer-links p,
.footer-bottom {
  color: rgba(255, 255, 255, .62);
}

.footer-links a:hover {
  color: var(--cg-orange-light);
}

.search-toggle:hover {
  background: var(--cg-purple);
  color: white;
}

.primary-nav a:after,
.eyebrow:before,
.letters-map i {
  background: var(--cg-orange-light);
}

.hero {
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  min-height: 760px;
}

.hero-copy {
  background: linear-gradient(135deg, var(--cg-paper) 0%, #fff 58%, rgba(255, 139, 80, .12) 100%);
}

.hero h1,
.section-heading h2,
.format-intro h2,
.letters-copy h2,
.trust-section h2,
.newsletter h2,
.page-hero h1,
.about-grid h2,
.archive-card h2,
.story-card h3 {
  color: var(--cg-purple);
}

.hero-visual {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .18) 0 16%, transparent 17%),
    linear-gradient(158deg, var(--cg-orange) 0 32%, var(--cg-orange-light) 32% 62%, var(--cg-orange-dark) 62% 100%);
  display: grid;
  place-items: center;
}

.hero-visual:before,
.hero-visual:after,
.hero-visual .map-shape,
.hero-visual > p,
.hero-caption,
.hero-logo-wordmark {
  display: none;
}

.hero-logo-orb {
  width: min(48vw, 520px);
  aspect-ratio: 1;
  filter: drop-shadow(0 30px 55px rgba(43, 0, 76, .26));
}

.mission-strip,
.newsletter {
  background: var(--cg-orange-light);
  color: var(--cg-purple);
}

.debate-section,
.page-debate .page-hero,
.standards-block {
  background: var(--cg-purple);
}

.page-debate .page-hero h1,
.page-debate .page-intro,
.page-debate .page-note,
.debate-section h2,
.debate-section h3,
.standards-block h2,
.standards-block h3,
.standards-block p {
  color: white !important;
}

.trust-section,
.page-about .page-hero,
.page-join .page-hero {
  background: linear-gradient(145deg, var(--cg-orange-light), var(--cg-orange-dark));
  color: var(--cg-purple);
}

.page-standards .page-hero {
  background: var(--cg-purple);
  color: white;
}

.page-standards .page-hero h1,
.page-standards .page-intro,
.page-standards .page-note {
  color: white !important;
}

.page-letters .page-hero,
.format-section {
  background: var(--cg-cream);
}

.card-art,
.art-france,
.art-tallinn,
.art-europe {
  background: linear-gradient(145deg, var(--cg-orange-light), var(--cg-orange-dark));
}

.card-art i {
  width: 58%;
  height: 58%;
  clip-path: none !important;
}

.card-art span {
  color: white;
}

.perspective-count {
  background: var(--cg-orange-light);
  color: var(--cg-purple);
}

.button:hover,
.text-link:hover {
  color: var(--cg-orange-dark);
}

.article-loading {
  min-height: 60vh;
  padding: 8vw;
}

.article-loading h1 {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .9;
  color: var(--cg-purple);
}

.article-hero {
  padding: 7vw 8vw 5vw;
  border-bottom: 1px solid var(--cg-line);
  background: var(--cg-paper);
}

.article-hero .back-link {
  display: inline-block;
  margin-bottom: 4rem;
}

.article-hero h1 {
  max-width: 1160px;
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: clamp(54px, 8vw, 136px);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .86;
  color: var(--cg-purple);
}

.article-deck {
  max-width: 780px;
  margin: 2rem 0 0;
  font-family: var(--cg-font-text);
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.25;
  letter-spacing: -.025em;
  color: rgba(43, 0, 76, .82);
}

.article-meta {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cg-line);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(43, 0, 76, .7);
}

.article-layout {
  padding: 5vw 8vw 8vw;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 8vw;
  align-items: start;
}

.article-body {
  max-width: 780px;
}

.article-body > p {
  margin: 0 0 1.4rem;
  font-family: var(--cg-font-text);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
  color: rgba(43, 0, 76, .82);
}

.article-format-note {
  padding: 1.4rem 0;
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
  color: var(--cg-purple) !important;
  font-weight: 650;
}

.contributor-card {
  position: sticky;
  top: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--cg-line);
  background: rgba(255, 255, 255, .5);
}

.contributor-card h2 {
  margin: 0 0 1.5rem;
  font-family: var(--cg-font-display);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.contributor-card dl {
  margin: 0;
}

.contributor-card div {
  padding: 1rem 0;
  border-top: 1px solid var(--cg-line);
}

.contributor-card dt {
  margin-bottom: .35rem;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(43, 0, 76, .58);
}

.contributor-card dd {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(43, 0, 76, .78);
}

.article-perspectives {
  display: grid;
  gap: 1px;
  margin: 2rem 0 2.5rem;
  border: 1px solid var(--cg-line);
  background: var(--cg-line);
}

.article-perspectives article {
  padding: 1.5rem;
  background: rgba(255, 255, 255, .54);
}

.article-perspectives p {
  margin: 0 0 .7rem;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.article-perspectives h2 {
  margin: 0 0 1rem;
  font-family: var(--cg-font-display);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 650;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.article-perspectives blockquote {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 18px;
  line-height: 1.45;
  color: rgba(43, 0, 76, .78);
}

.article-sources {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--cg-line);
}

.article-sources p:not(.kicker) {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(43, 0, 76, .68);
}

.article-debate .article-hero {
  background: var(--cg-purple);
}

.article-debate .article-hero h1,
.article-debate .article-hero .kicker,
.article-debate .article-deck,
.article-debate .article-meta,
.article-debate .back-link {
  color: white !important;
}

.article-letters .article-hero {
  background: var(--cg-cream);
}

.not-found {
  min-height: 100vh;
  padding: 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.not-found .wordmark {
  margin-bottom: 5rem;
}

.not-found h1 {
  max-width: 880px;
  margin: 0 0 1.5rem;
  font-family: var(--cg-font-display);
  font-size: clamp(56px, 8vw, 132px);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .86;
  color: var(--cg-purple);
}

.not-found p:not(.kicker) {
  max-width: 620px;
  margin: 0 0 2rem;
  font-family: var(--cg-font-text);
  font-size: 20px;
  line-height: 1.5;
  color: rgba(43, 0, 76, .78);
}

@media(max-width:900px) {
  .primary-nav {
    background: var(--cg-paper);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-logo-orb {
    width: min(62vw, 420px);
  }
}

@media(max-width:620px) {
  .wordmark {
    width: 214px;
    height: 31px;
  }
.hero-copy {
    min-height: 500px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-logo-orb {
    width: min(72vw, 300px);
  }
}

@media(max-width:420px) {
  .masthead .wordmark {
    width: 196px;
    height: 29px;
  }
}

/* CI typography normalization: embedded Futura webfont */
:root {
  --cg-font-display: "Common Ground Futura", Futura, "Futura PT", "Avenir Next", Avenir, Montserrat, "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  --cg-font-text: "Common Ground Futura", Futura, "Futura PT", "Avenir Next", Avenir, Montserrat, "Century Gothic", Arial, sans-serif;
}

body {
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -.006em;
}

button,
input {
  font-family: inherit;
}

.wordmark,
.primary-nav,
.eyebrow,
.kicker,
.byline,
.meta,
.text-link,
.section-heading > a,
.archive-toolbar,
.perspective-count,
.footer-bottom,
.footer-links p,
.form-note,
.back-link,
.article-meta {
  font-family: var(--cg-font-display);
}

.hero h1,
.section-heading h2,
.format-intro h2,
.letters-copy h2,
.trust-section h2,
.newsletter h2,
.page-hero h1,
.about-grid h2,
.archive-card h2,
.story-card h3,
.analysis-list h3,
.debate-topic > h3,
.principles h3,
.values-grid h3,
.article-shell h1,
.search-dialog > label {
  font-family: var(--cg-font-display);
  font-weight: 650;
  letter-spacing: -.055em;
}

.dek,
.mission-strip,
.format-intro > p:last-child,
.story-card .card-copy > p:not(.eyebrow),
.summary,
.section-note,
.stance,
.identity,
.letters-copy blockquote,
.letters-copy > p:not(.format-number,.kicker),
.newsletter > div > p:last-child,
.footer-brand p,
.footer-links a,
.page-hero .page-intro,
.page-hero .page-note,
.location,
.about-copy > p,
.values-grid p,
.principles p,
.archive-card .archive-summary,
.article-deck,
.article-body,
.article-note,
.search-hint {
  font-family: var(--cg-font-text);
}

.hero h1 {
  font-size: clamp(52px, 5.7vw, 92px);
  line-height: .9;
}

.section-heading h2,
.format-intro h2,
.letters-copy h2,
.trust-section h2,
.newsletter h2 {
  line-height: .92;
}

.page-hero h1 {
  line-height: .86;
}

.dek,
.page-hero .page-intro,
.article-deck {
  font-weight: 500;
  letter-spacing: -.02em;
}

.archive-card h2,
.story-card h3,
.analysis-list h3,
.principles h3,
.values-grid h3 {
  font-weight: 620;
}

.letters-copy blockquote,
.section-note,
.identity,
.footer-brand p {
  font-style: normal;
}

.archive-card .archive-summary,
.story-card .card-copy > p:not(.eyebrow),
.page-hero .page-note,
.summary,
.values-grid p,
.principles p,
.article-note {
  color: rgba(43, 0, 76, .74);
}

.story-grid > .empty-state {
  grid-column: 1 / -1;
  width: 100%;
}

.latest-empty {
  min-height: auto;
  padding: 1.8rem 0 0;
  border: 0;
  border-top: 1px solid var(--cg-line);
  background: transparent;
}

.latest-empty .kicker {
  margin-bottom: .8rem;
}

.latest-empty p:not(.kicker) {
  margin: 0;
  max-width: 560px;
  font-family: var(--cg-font-text);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(43, 0, 76, .72);
}

.archive-empty {
  min-height: auto;
  padding: clamp(2rem, 4vw, 3.25rem);
}

.archive-list > .archive-empty h2 {
  max-width: 780px;
  font-family: var(--cg-font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.055em;
  color: var(--cg-purple);
}

.archive-list > .archive-empty p:not(.kicker) {
  max-width: 620px;
  font-family: var(--cg-font-text);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(43, 0, 76, .72);
}

.team-preview {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: end;
  background: var(--cg-cream);
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}

.team-preview h2,
.team-intro h2 {
  font-family: var(--cg-font-display);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
}

.team-preview h2 {
  font-size: clamp(42px, 5.2vw, 86px);
}

.team-preview p:not(.kicker),
.team-intro p:not(.kicker),
.team-card p,
.imprint-hero .page-intro {
  font-family: var(--cg-font-text);
}

.team-preview p:not(.kicker),
.team-intro p:not(.kicker) {
  font-size: 18px;
  line-height: 1.55;
  max-width: 680px;
  color: rgba(43, 0, 76, .78);
}

.team-preview .button {
  margin-top: 2rem;
}

.team-join {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cg-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.team-join p {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 650;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.team-section {
  padding: 8vw;
}

.team-board {
  padding: 8vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

.team-board-intro {
  max-width: 720px;
  margin-bottom: 0;
}

.team-board-intro p:not(.kicker) {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  color: rgba(43, 0, 76, .78);
}

.editorial-core {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--cg-line);
  background: var(--cg-line);
}

.editor-card {
  min-height: 360px;
  padding: clamp(1.6rem, 3vw, 3rem);
  background: rgba(255, 255, 255, .52);
  display: flex;
  flex-direction: column;
}

.editor-card .role-label {
  margin: 0 0 auto;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.editor-card h2 {
  margin: 3rem 0 1rem;
  font-family: var(--cg-font-display);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--cg-purple);
}

.editor-card .scope,
.editor-card .tasks {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.45;
  color: rgba(43, 0, 76, .76);
}

.editor-card .tasks {
  margin-top: .6rem;
  color: rgba(43, 0, 76, .58);
}

.contributors-panel {
  min-height: 360px;
  padding: clamp(1.6rem, 3vw, 3rem);
  border: 1px solid var(--cg-line);
  background: var(--cg-purple);
  color: white;
  display: flex;
  flex-direction: column;
}

.contributors-panel .kicker,
.contributors-panel .panel-note,
.contributors-panel .country-list span,
.contributors-panel .country-list strong {
  color: white;
}

.contributors-panel .panel-note {
  margin: 1rem 0 2rem;
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.45;
  opacity: .78;
}

.country-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.country-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.country-list span {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .66;
}

.country-list strong {
  display: block;
  font-family: var(--cg-font-display);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.04em;
}

.contributors-panel .button {
  margin-top: auto;
  color: white;
  border-color: rgba(255, 255, 255, .34);
}

.contributors-section {
  padding-top: 3rem;
  border-top: 1px solid var(--cg-line);
}

.contributors-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.contributors-header p:not(.kicker) {
  margin: .8rem 0 0;
  max-width: 660px;
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(43, 0, 76, .72);
}

.contributors-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  border-top: 1px solid var(--cg-line);
  border-left: 1px solid var(--cg-line);
}

.contributors-grid li {
  min-height: 140px;
  padding: 1.4rem;
  border-right: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
  background: rgba(255, 255, 255, .42);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contributors-grid span {
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.contributors-grid strong {
  font-family: var(--cg-font-display);
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--cg-purple);
}

.team-directory {
  padding: 8vw;
  max-width: 1320px;
  margin: 0 auto;
}

.directory-heading {
  max-width: 820px;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--cg-line);
}

.directory-heading h2 {
  margin: 0 0 1.2rem;
  font-family: var(--cg-font-display);
  font-size: clamp(42px, 5.6vw, 88px);
  font-weight: 650;
  line-height: .92;
  letter-spacing: -.06em;
  color: var(--cg-purple);
}

.directory-heading p:not(.kicker) {
  margin: 0;
  max-width: 660px;
  font-family: var(--cg-font-text);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  color: rgba(43, 0, 76, .78);
}

.role-block {
  margin-top: 3rem;
}

.role-block:first-child {
  margin-top: 0;
}

.role-title {
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--cg-line);
  font-family: var(--cg-font-display);
  font-size: clamp(30px, 3.4vw, 54px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--cg-purple);
}

.role-heading {
  display: grid;
  grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--cg-line);
}

.role-heading h3 {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.people-list {
  border-bottom: 1px solid var(--cg-line);
}

.person-item {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: 4vw;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--cg-line);
}

.person-item:last-child {
  border-bottom: 0;
}

.person-main h3,
.person-main h4 {
  margin: 0 0 .6rem;
  font-family: var(--cg-font-display);
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.person-main p {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.person-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.person-fields-single {
  grid-template-columns: minmax(0, 1fr);
}

.person-fields span {
  display: inline;
  margin: 0 .5rem 0 0;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(43, 0, 76, .58);
}

.person-fields p {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(43, 0, 76, .78);
}

.directory-cta {
  margin-top: 4rem;
  padding: 2rem;
  border: 1px solid var(--cg-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: rgba(255, 255, 255, .45);
}

.directory-cta p {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 650;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.team-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 4rem;
}

.team-intro-secondary {
  margin-top: 5rem;
}

.team-intro h2 {
  font-size: clamp(40px, 4.8vw, 78px);
}

.team-subhead {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cg-line);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.team-subhead h2 {
  margin: .6rem 0 0;
  font-family: var(--cg-font-display);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cg-purple);
}

.team-subhead p:not(.kicker) {
  margin: 0;
  max-width: 320px;
  font-family: var(--cg-font-text);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(43, 0, 76, .72);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--cg-line);
  border: 1px solid var(--cg-line);
}

.team-table {
  border-top: 1px solid var(--cg-line);
}

.team-row {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 4vw;
  padding: 2rem 0;
  border-bottom: 1px solid var(--cg-line);
}

.team-row h2 {
  font-family: var(--cg-font-display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0 0 .7rem;
}

.team-row p {
  margin: 0;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.team-row dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
}

.contributors-table .team-row dl {
  grid-template-columns: minmax(0, 1fr);
}

.team-row dt {
  margin: 0 0 .45rem;
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(43, 0, 76, .58);
}

.team-row dd {
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(43, 0, 76, .78);
}

.team-card {
  background: var(--cg-paper);
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team-avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-family: var(--cg-font-display);
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: auto;
}

.team-card h2 {
  font-family: var(--cg-font-display);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 1.7rem 0 .7rem;
}

.team-role {
  order: 2;
  margin: 0;
  font-family: var(--cg-font-display) !important;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.team-card p:last-child {
  order: 3;
  margin: .8rem 0 0;
  color: rgba(43, 0, 76, .74);
}

.imprint-hero {
  min-height: 520px;
}

.legal-section {
  padding: 8vw;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 8vw;
  align-items: start;
}

.join-section {
  padding: 8vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.join-block {
  background: rgba(255, 255, 255, .5);
  border: 1px solid var(--cg-line);
  padding: clamp(1.6rem, 3vw, 3rem);
}

.join-wide {
  grid-column: 1 / -1;
}

.join-block h2 {
  margin: 0 0 1rem;
  font-family: var(--cg-font-display);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.055em;
  color: var(--cg-purple);
}

.join-block p,
.join-block li {
  font-family: var(--cg-font-text);
  font-size: 17px;
  line-height: 1.6;
  color: rgba(43, 0, 76, .78);
}

.join-block ul {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
}

.join-block .button {
  margin-top: 2rem;
}

.standards-page-list {
  padding: 7vw 8vw 8vw;
}

.standards-page-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 4vw;
  padding: 2rem 0;
  border-bottom: 1px solid var(--cg-line);
}

.standards-page-list article:first-child {
  border-top: 1px solid var(--cg-line);
}

.standards-page-list span {
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--cg-orange-dark);
}

.standards-page-list h2 {
  margin: 0 0 .8rem;
  font-family: var(--cg-font-display);
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--cg-purple);
}

.standards-page-list p {
  max-width: 780px;
  margin: 0;
  font-family: var(--cg-font-text);
  font-size: 17px;
  line-height: 1.6;
  color: rgba(43, 0, 76, .78);
}

.legal-block {
  border-top: 1px solid var(--cg-line);
  padding-top: 2rem;
}

.legal-block h2 {
  font-family: var(--cg-font-display);
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 2.4rem 0 .8rem;
}

.legal-block h2:first-of-type {
  margin-top: 0;
}

.legal-block p,
.legal-block li {
  font-family: var(--cg-font-text);
  font-size: 16px;
  line-height: 1.62;
  color: rgba(43, 0, 76, .78);
}

.legal-block p {
  margin: 0 0 1rem;
}

.legal-block ul {
  margin: 0 0 1.4rem;
  padding-left: 1.2rem;
}

.legal-block a {
  color: var(--cg-purple);
  border-bottom: 1px solid currentColor;
}

.search-dialog {
  max-height: min(780px, 90vh);
  overflow: auto;
}

.search-results {
  display: grid;
  gap: .8rem;
  margin-top: 1.4rem;
}

.search-result {
  display: grid;
  gap: .35rem;
  padding: 1rem 0;
  border-top: 1px solid var(--cg-line);
}

.search-result:last-child {
  border-bottom: 1px solid var(--cg-line);
}

.search-result span {
  font-family: var(--cg-font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cg-orange-dark);
}

.search-result strong {
  font-family: var(--cg-font-display);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.search-result em {
  font-family: var(--cg-font-text);
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
  color: rgba(43, 0, 76, .72);
}

.search-result:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

@media(max-width:900px) {
  .team-preview,
  .team-intro,
  .team-board,
  .article-layout,
  .standards-page-list article,
  .role-heading,
  .person-item,
  .join-section,
  .legal-section {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .editorial-core {
    grid-template-columns: 1fr;
  }

  .team-row {
    grid-template-columns: 1fr;
  }

  .team-join {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-subhead {
    align-items: flex-start;
    flex-direction: column;
  }

  .contributors-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .contributor-card {
    position: static;
  }
}

@media(max-width:620px) {
  .article-hero,
  .article-layout,
  .article-loading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .article-hero {
    padding-top: 5rem;
  }

  .article-hero .back-link {
    margin-bottom: 2.5rem;
  }

  .team-section,
  .team-board,
  .team-directory {
    padding: 5rem 6vw;
  }

  .editor-card,
  .contributors-panel {
    min-height: auto;
  }

  .join-section,
  .legal-section {
    padding: 5rem 6vw;
  }

  .team-card {
    min-height: 310px;
  }

  .team-row dl {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .person-fields {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .directory-cta {
    padding: 1.4rem;
  }
}

.demo-notice {
  width: min(680px, calc(100vw - 2rem));
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--cg-purple);
}

.demo-notice::backdrop {
  background: rgba(18, 0, 32, .74);
  backdrop-filter: blur(8px);
}

.demo-notice-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 248, 241, .96)),
    var(--cg-paper);
  border: 1px solid var(--cg-line);
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 28px 80px rgba(18, 0, 32, .28);
}

.demo-notice h2 {
  max-width: 560px;
  margin: 0 0 1.2rem;
  font-family: var(--cg-font-display);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .95;
}

.demo-notice p:not(.kicker) {
  margin: 0 0 1rem;
  font-family: var(--cg-font-text);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: rgba(43, 0, 76, .78);
}

.demo-notice em {
  color: var(--cg-purple);
}

.demo-notice form {
  margin-top: 1.8rem;
}

.demo-notice-button {
  background: var(--cg-purple);
  color: white;
}

.demo-notice-button:hover {
  background: var(--cg-orange-dark);
  color: white;
}

.demo-notice-open body {
  overflow: hidden;
}
