@layer shared {
/*
 * One visual grammar for every public first screen.
 * This owner defines shared typography/actions and explicit composition variants.
 * Domain files own the content, imagery and information inside those frames.
 */
.home-editorial-body,
.public-editorial-body,
.legal-page,
.search-page {
  --public-hero-system-height: 38rem;
  --public-hero-system-edge: clamp(1.25rem, 5vw, 5rem);
  --public-hero-system-grid: minmax(0, 1.1fr) minmax(0, 0.9fr);
  --public-hero-system-panel-width: 31rem;
  --public-hero-system-panel-height: 28rem;
  --public-hero-system-background:
    radial-gradient(circle at 76% 43%, rgba(42, 84, 224, 0.42) 0%, rgba(22, 49, 141, 0.16) 30%, rgba(7, 17, 59, 0) 58%),
    linear-gradient(112deg, #061039 0%, #091747 45%, #103890 100%);
  --public-hero-system-cyan: #75e7f3;
  --public-hero-system-navy: #07113b;
  --public-hero-system-copy: rgba(255, 255, 255, 0.78);
  --public-hero-system-ink: #fff;
  --public-hero-system-kicker: #75e7f3;
  --public-hero-system-action: #fff;
  --public-hero-system-action-ink: #07113b;
  --public-hero-system-action-line: rgba(255, 255, 255, 0.34);
  --public-hero-system-line: rgba(255, 255, 255, 0.18);
  --public-hero-system-shadow: 0 1.5rem 4rem #030b242e;
  --public-hero-content-height: var(--public-hero-system-height);
  --public-hero-navigation-height: 5.125rem;
}

.home-editorial-hero-shell {
  width: 100%;
  padding: 0;
}

.public-home-editorial .pm-home-hero-island {
  min-height: 0;
}

.public-home-editorial .pm-opportunity-hero {
  position: relative;
  display: grid;
  height: auto;
  min-height: calc(var(--public-hero-system-height) + var(--public-hero-navigation-height));
  grid-template-rows: minmax(var(--public-hero-system-height), 1fr) var(--public-hero-navigation-height);
  overflow: hidden;
  border: 0;
  background: var(--public-hero-system-background);
  color: #fff;
}

:is(
  .pm-opportunity-hero__main,
  .platform-editorial-hero,
  .contour-editorial-hero,
  .endowment-editorial-hero,
  .public-editorial-hero,
  .legal-hero
) {
  position: relative;
  display: grid;
  height: auto;
  min-height: var(--public-hero-system-height);
  grid-template-columns: var(--public-hero-system-grid);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--public-hero-system-line);
  background: var(--public-hero-system-background);
  color: var(--public-hero-system-ink);
}

:is(
  .pm-opportunity-hero__copy,
  .platform-editorial-hero__copy,
  .contour-editorial-hero__copy,
  .endowment-editorial-hero__copy,
  .public-editorial-hero__copy,
  .legal-hero__copy
) {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem 3rem var(--public-hero-system-edge);
}

:is(
  .pm-opportunity-hero__eyebrow,
  .platform-editorial-hero__copy > p:first-child,
  .contour-editorial-hero__kicker,
  .endowment-editorial-kicker,
  .public-editorial-hero .public-editorial-eyebrow,
  .legal-hero .legal-eyebrow,
  .legal-hero__aside-label
) {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--public-hero-system-kicker);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(
  .pm-opportunity-hero__eyebrow,
  .platform-editorial-hero__copy > p,
  .contour-editorial-hero__kicker,
  .endowment-editorial-kicker
) > span {
  width: 1.75rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.legal-hero .legal-eyebrow::before,
.search-page__hero > p::before {
  width: 1.75rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.legal-hero__aside-label {
  color: var(--public-hero-system-cyan);
}

:is(
  .pm-opportunity-hero__title,
  .platform-editorial-hero__copy h1,
  .contour-editorial-hero h1,
  .endowment-editorial-hero h1,
  .public-editorial-hero h1,
  .legal-hero h1
) {
  max-width: 100%;
  margin: 1.6875rem 0 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  hyphens: none;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.pm-opportunity-hero__title {
  display: grid;
  width: 100%;
  gap: 0;
}

:is(
  .pm-opportunity-hero__title span,
  .pm-opportunity-hero__title strong,
  .endowment-editorial-hero h1 > span
) {
  display: block;
}

:is(
  .pm-opportunity-hero__title strong,
  .platform-editorial-hero__copy h1 strong,
  .endowment-editorial-hero h1 strong
) {
  color: var(--public-hero-system-cyan);
}

:is(
  .pm-opportunity-hero__summary,
  .platform-editorial-hero__summary,
  .contour-editorial-hero__summary,
  .endowment-editorial-hero__summary,
  .public-editorial-hero__summary,
  .legal-hero__notice
) {
  width: 100%;
  max-width: 48ch;
  margin: 1.875rem 0 0;
  color: var(--public-hero-system-copy);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.platform-editorial-hero__summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.platform-editorial-hero__summary p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

:is(
  .pm-opportunity-hero__actions,
  .contour-editorial-hero__actions,
  .endowment-editorial-hero__actions,
  .public-editorial-hero__actions
) {
  gap: 0.75rem;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

:where(
  .pm-opportunity-hero__actions a,
  .platform-editorial-hero__summary a,
  .contour-editorial-hero__actions .contour-editorial-action,
  .endowment-editorial-hero__actions .endowment-editorial-action,
  .public-editorial-hero__actions .public-editorial-button
) {
  display: inline-flex;
  min-height: 3.5rem;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid var(--public-hero-system-action-line);
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
  background: transparent;
  color: var(--public-hero-system-ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}

:is(
  .pm-opportunity-hero__primary,
  .platform-editorial-hero__summary a,
  .contour-editorial-hero .contour-editorial-action--light,
  .endowment-editorial-hero .endowment-editorial-action--light,
  .public-editorial-hero .public-editorial-button--primary
) {
  border-color: var(--public-hero-system-action);
  background: var(--public-hero-system-action);
  color: var(--public-hero-system-action-ink);
}

:where(
  .pm-opportunity-hero__actions a,
  .platform-editorial-hero__summary a,
  .contour-editorial-hero__actions .contour-editorial-action,
  .endowment-editorial-hero__actions .endowment-editorial-action,
  .public-editorial-hero__actions .public-editorial-button
):hover,
:where(
  .pm-opportunity-hero__actions a,
  .platform-editorial-hero__summary a,
  .contour-editorial-hero__actions .contour-editorial-action,
  .endowment-editorial-hero__actions .endowment-editorial-action,
  .public-editorial-hero__actions .public-editorial-button
):focus-visible {
  transform: translateY(-1px);
}

:where(
  .pm-opportunity-hero__actions a,
  .platform-editorial-hero__summary a,
  .contour-editorial-hero__actions .contour-editorial-action,
  .endowment-editorial-hero__actions .endowment-editorial-action,
  .public-editorial-hero__actions .public-editorial-button
):focus-visible {
  outline: 3px solid var(--public-hero-system-cyan);
  outline-offset: 4px;
}

:is(
  .pm-opportunity-kinetic,
  .platform-editorial-hero__index,
  .contour-editorial-panel,
  .contour-editorial-merch-belonging,
  .endowment-editorial-stat-card,
  .endowment-editorial-hero-media-card,
  .public-editorial-hero__media,
  .public-editorial-hero__signal,
  .legal-hero__aside
) {
  position: relative;
  width: min(var(--public-hero-system-panel-width), 100%);
  height: auto;
  min-height: var(--public-hero-system-panel-height);
  align-self: center;
  justify-self: center;
}

:is(
  .platform-editorial-hero__index,
  .contour-editorial-panel,
  .contour-editorial-merch-belonging,
  .endowment-editorial-stat-card,
  .endowment-editorial-hero-media-card,
  .public-editorial-hero__media,
  .public-editorial-hero__signal,
  .legal-hero__aside
) {
  overflow: hidden;
  border: 1px solid var(--public-hero-system-line);
  border-radius: 0.75rem;
  box-shadow: var(--public-hero-system-shadow);
}

.pm-opportunity-kinetic {
  position: relative;
  display: flex;
}

.platform-editorial-hero__index {
  display: grid;
  grid-template-rows: minmax(0, 1fr) repeat(3, minmax(4.8rem, auto));
  border-left: 1px solid var(--public-hero-system-line);
  background: rgba(5, 17, 57, 0.34);
}

.platform-editorial-hero__index--two {
  grid-template-rows: minmax(0, 1fr) repeat(2, minmax(5.8rem, auto));
}

.platform-editorial-hero__index-head {
  padding: 2.5rem;
}

.contour-editorial-hero__visual,
.endowment-editorial-hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 3rem var(--public-hero-system-edge) 3rem 0;
}

.public-editorial-hero__media {
  position: relative;
  margin: 0;
}

.public-editorial-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contour-editorial-hero {
  --contour-hero-accent: var(--public-hero-system-cyan);
}



.contour-editorial-panel {
  margin: 0;
  overflow: hidden;
}

.legal-hero {
  align-items: stretch;
  padding: 0;
}

.legal-hero__aside {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.75rem;
  border-left: 1px solid var(--public-hero-system-line);
  padding: 2.5rem;
  background: rgba(5, 17, 57, 0.34);
}

.legal-hero__aside strong {
  max-width: 20rem;
  margin-top: auto;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.25;
}

.legal-hero__links {
  margin-top: auto;
}

.search-page__hero {
  display: flex;
  min-height: 32rem;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--public-hero-system-line);
  padding: 3.75rem var(--public-hero-system-edge);
  background: var(--public-hero-system-background);
  color: #fff;
}

.search-page__hero > p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--public-hero-system-cyan);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.search-page__hero h1 {
  max-width: 100%;
  margin: 1.6875rem 0 0;
  color: #fff;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.search-page__hero h1 strong {
  color: var(--public-hero-system-cyan);
}

.search-page__form {
  border-bottom-color: rgba(255, 255, 255, 0.72);
}

.search-page__form svg { stroke: #fff; }
.search-page__form input { color: #fff; }
.search-page__form input::placeholder { color: rgba(255, 255, 255, 0.52); }
.search-page__form button { border-radius: 0.35rem; background: #fff; color: var(--public-hero-system-navy); }
.search-page__summary { color: rgba(255, 255, 255, 0.64); }
.search-page__summary strong { color: #fff; }
.search-page__popular a { border-color: rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.06); color: #fff; }

@media (max-width: 900px) {
  .public-home-editorial .pm-opportunity-hero {
    height: auto;
    min-height: 0;
    grid-template-rows: auto var(--public-hero-navigation-height);
  }

  :is(
    .pm-opportunity-hero__main,
    .platform-editorial-hero,
    .contour-editorial-hero,
    .endowment-editorial-hero,
    .public-editorial-hero,
    .legal-hero
  ) {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  :is(
    .pm-opportunity-hero__copy,
    .platform-editorial-hero__copy,
    .contour-editorial-hero__copy,
    .endowment-editorial-hero__copy,
    .public-editorial-hero__copy,
    .legal-hero__copy
  ) {
    min-height: 0;
    justify-content: center;
    padding: 3rem var(--public-hero-system-edge) 2rem;
  }

  .platform-editorial-hero__summary {
    align-items: stretch;
    flex-direction: column;
  }

  .platform-editorial-hero__summary a { width: 100%; }

  .platform-editorial-hero__index {
    grid-template-rows: auto;
    border-top: 1px solid var(--public-hero-system-line);
    border-left: 0;
  }

  :is(
    .pm-opportunity-kinetic,
    .platform-editorial-hero__index,
    .contour-editorial-panel,
  .contour-editorial-merch-belonging,
    .endowment-editorial-stat-card,
    .endowment-editorial-hero-media-card,
    .public-editorial-hero__media,
    .public-editorial-hero__signal,
    .legal-hero__aside
  ) {
    width: min(31rem, 100%);
    height: auto;
    min-height: 24rem;
    margin: 0 auto;
  }

  .contour-editorial-hero__visual,
  .endowment-editorial-hero__visual {
    min-height: 0;
    padding: 0 var(--public-hero-system-edge) 3rem;
  }

  .public-editorial-hero__media {
    min-height: 32rem;
  }

  .legal-hero__aside {
    border-top: 1px solid var(--public-hero-system-line);
    border-left: 1px solid var(--public-hero-system-line);
    padding: 2rem;
  }
}

@media (max-width: 700px) {
  :is(
    .pm-opportunity-hero__copy,
    .platform-editorial-hero__copy,
    .contour-editorial-hero__copy,
    .endowment-editorial-hero__copy,
    .public-editorial-hero__copy,
    .legal-hero__copy
  ) {
    min-height: 0;
    padding: 3rem var(--public-hero-system-edge) 2rem;
  }

  :is(
    .pm-opportunity-hero__title,
    .platform-editorial-hero__copy h1,
    .contour-editorial-hero h1,
    .endowment-editorial-hero h1,
    .public-editorial-hero h1,
    .legal-hero h1,
    .search-page__hero h1
  ) {
    max-width: 100%;
    font-size: clamp(1.45rem, 7.4vw, 2rem);
    line-height: 1.2;
    overflow-wrap: normal;
  }

  :is(
    .pm-opportunity-hero__summary,
    .platform-editorial-hero__summary,
    .contour-editorial-hero__summary,
    .endowment-editorial-hero__summary,
    .public-editorial-hero__summary,
    .legal-hero__notice
  ) {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  :is(
    .pm-opportunity-hero__actions,
    .contour-editorial-hero__actions,
    .endowment-editorial-hero__actions,
    .public-editorial-hero__actions
  ) {
    align-items: stretch;
    flex-direction: column;
    margin-top: 1.65rem;
  }

  :is(
    .pm-opportunity-hero__actions a,
    .contour-editorial-hero__actions .contour-editorial-action,
    .endowment-editorial-hero__actions .endowment-editorial-action,
    .public-editorial-hero__actions .public-editorial-button
  ) {
    width: 100%;
  }

  :is(
    .pm-opportunity-kinetic,
    .platform-editorial-hero__index,
    .contour-editorial-panel,
  .contour-editorial-merch-belonging,
    .endowment-editorial-stat-card,
    .endowment-editorial-hero-media-card,
    .public-editorial-hero__media,
    .public-editorial-hero__signal,
    .legal-hero__aside
  ) {
    width: 100%;
    height: auto;
    min-height: 24rem;
    margin-bottom: 0;
  }

  .pm-opportunity-kinetic,
  .platform-editorial-hero > .platform-editorial-hero__index { width: calc(100% - 2 * var(--public-hero-system-edge)); margin-bottom: 2rem; }
  .platform-editorial-hero__index-head { padding: 1.5rem; }
  .legal-hero__aside { padding: 1.5rem; }
  .public-editorial-hero__media { min-height: 28rem; }

  .search-page__hero {
    min-height: 27rem;
    padding: 3rem 1rem;
  }

  .search-page__form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .search-page__form button {
    grid-column: 1 / -1;
    width: 100%;
  }
}



/* Full-width section navigation. Geometry and text have one owner. */
:is(.contour-editorial-nav, .endowment-editorial-nav) {
  --public-local-nav-accent: #75e7f3;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border-block: 1px solid #ffffff24;
  background: var(--editorial-hero-nav-background, linear-gradient(90deg, #061039 0%, #091747 45%, #103890 100%));
}
:is(.contour-editorial-nav, .endowment-editorial-nav) > a {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  min-height: calc(var(--public-hero-navigation-height) - 2px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  border-right: 1px solid #ffffff24;
  padding: .875rem 1.35rem;
  color: #fff;
  text-decoration: none;
}
:is(.contour-editorial-nav, .endowment-editorial-nav) > a:last-child { border-right: 0; }
:is(.contour-editorial-nav, .endowment-editorial-nav) > a:hover { background: #75e7f312; }
:is(.contour-editorial-nav, .endowment-editorial-nav) > a.is-active {
  background: linear-gradient(105deg, #75e7f31c, #254fe44d);
  box-shadow: inset 0 -3px var(--public-local-nav-accent);
}
:is(.contour-editorial-nav, .endowment-editorial-nav) :is(span, i) {
  color: var(--public-local-nav-accent);
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
:is(.contour-editorial-nav, .endowment-editorial-nav) strong {
  min-width: 0;
  overflow-wrap: break-word;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}
:is(.contour-editorial-nav, .endowment-editorial-nav) > a:focus-visible {
  outline: 3px solid var(--public-local-nav-accent);
  outline-offset: -5px;
}
@media (max-width: 900px) {
  :is(.contour-editorial-nav, .endowment-editorial-nav) > a { flex-basis: 50%; }
  :is(.contour-editorial-nav, .endowment-editorial-nav):where(:has(> a:nth-child(3):last-child)) > a { flex-basis: 0; }
}
@media (max-width: 520px) {
  :is(.contour-editorial-nav, .endowment-editorial-nav) > a { flex-basis: 100%; min-height: 4.25rem; border-right: 0; border-bottom: 1px solid #ffffff18; padding-inline: 1.25rem; }
}

/* In-page navigation uses the same bar, with one scrollable row on small screens. */
.contour-editorial-nav[data-anchor-nav] {
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.contour-editorial-nav[data-anchor-nav] > a {
  flex: 1 0 12rem;
  min-height: calc(var(--public-hero-navigation-height) - 2px);
  border-right: 1px solid #ffffff24;
  border-bottom: 0;
}
.contour-editorial-nav[data-anchor-nav] > a:last-child { border-right: 0; }
.platform-editorial-page > [data-anchor-section] {
  scroll-margin-top: calc(var(--public-header-height) + var(--platform-anchor-nav-height, 5.125rem) + 1rem);
}
@media (prefers-reduced-motion: no-preference) {
  html:has([data-anchor-nav]) { scroll-behavior: smooth; }
}
@media (prefers-reduced-motion: reduce) {
  :where(.pm-opportunity-hero__actions a, .platform-editorial-hero__summary a, .contour-editorial-hero__actions .contour-editorial-action, .endowment-editorial-hero__actions .endowment-editorial-action, .public-editorial-hero__actions .public-editorial-button):is(:hover, :focus-visible) { transform: none; }
}

/* About: a human promise and an open map of the platform, in the shared frame. */
.platform-editorial-hero--about {
  --public-hero-system-grid: minmax(0, .95fr) minmax(0, 1.05fr);
  --public-hero-system-background: radial-gradient(ellipse at 75% 48%, #1a3066 0%, #0e1a43 32%, transparent 65%), #07113b;
}
.platform-editorial-hero--about h1 {
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.1;
  letter-spacing: -.025em;
  text-wrap: initial;
}
.platform-editorial-hero--about h1 > * { display: block; }
.platform-editorial-hero--about .platform-editorial-hero__summary { max-width: 100%; margin-top: 1.5rem; gap: 1.75rem; }
.platform-editorial-hero--about .platform-editorial-hero__summary > p { max-width: 43ch; }
.platform-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.platform-editorial-hero--about .platform-about-secondary { border-color: transparent; background: transparent; color: #fff; padding-inline: .75rem; }
.platform-editorial-hero--about .platform-about-secondary:hover { border-color: #75e7f366; background: #75e7f30d; color: #75e7f3; }
.platform-about-visual { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; padding: 3rem var(--public-hero-system-edge) 3rem 0; }
.platform-about-visual a { transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
@media (prefers-reduced-motion: reduce) {
  .platform-about-visual a { transition: none; }
}
@media (max-width: 900px) {
  .platform-editorial-hero--about h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
  .platform-about-visual { padding: 0 var(--public-hero-system-edge) 2.5rem; }
  .platform-about-actions a { width: auto; }
}
@media (max-width: 520px) {
  .platform-about-actions { align-items: stretch; flex-direction: column; }
  .platform-about-actions a { width: 100%; }
}

/* Identity variants. Keep every hero frame and responsive override in this owner. */
[data-hero-variant="platform"] {
  --public-hero-system-background: radial-gradient(ellipse at 85% 65%, #183276 0%, transparent 60%), #07113b;
  --public-hero-system-grid: minmax(0, .95fr) minmax(0, 1.05fr);
}
[data-hero-variant="platform"] .pm-opportunity-kinetic {
  width: 100%;
  min-height: 28rem;
  align-self: stretch;
  padding: 3rem var(--public-hero-system-edge) 3rem 2rem;
}

[data-hero-variant="council"],
[data-hero-variant="store"],
[data-hero-variant="community"],
[data-hero-variant="fund"] {
  --public-hero-system-background: #07113b;
}
[data-hero-variant="council"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem var(--public-hero-system-edge);
  border-bottom: 0;
}
[data-hero-variant="council"] .contour-editorial-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 4vw, 5rem);
  row-gap: 1.5rem;
  align-items: start;
  padding: 0 0 2.5rem;
}
[data-hero-variant="council"] .contour-editorial-hero__kicker { grid-column: 1 / -1; }
[data-hero-variant="council"] h1 { margin: 0; font-size: clamp(2rem, 3.7vw, 4rem); }
[data-hero-variant="council"] .contour-editorial-hero__summary { margin: 0; }
[data-hero-variant="council"] .contour-editorial-hero__actions { margin-top: 1.5rem; }
[data-hero-variant="council"] .contour-editorial-hero__visual { display: block; padding: 0; }

[data-hero-variant="store"] {
  --public-hero-system-grid: minmax(0, .85fr) minmax(0, 1.15fr);
}
[data-hero-variant="store"] .contour-editorial-hero__copy { padding-right: 3rem; }
[data-hero-variant="store"] h1 { max-width: 12ch; font-size: clamp(2rem, 3.7vw, 4rem); text-wrap: initial; }
[data-hero-variant="store"] .contour-editorial-hero__actions { flex-direction: column; align-items: flex-start; }
[data-hero-variant="store"] .contour-editorial-hero__visual { padding: 0; align-items: stretch; }
[data-hero-variant="store"] .contour-editorial-merch-belonging { width: 100%; align-self: stretch; border: 0; border-radius: 0; box-shadow: none; }
[data-hero-variant="store"] .merch-cover { width: 100%; min-height: calc(var(--public-hero-system-height) - 1px); }

[data-hero-variant="community"] { --public-hero-system-background: linear-gradient(120deg, #07113b, #152753); }
[data-hero-variant="community"] .contour-community { border: 0; border-radius: 0; box-shadow: none; background: transparent; }
[data-hero-variant="workshop"] {
  --public-hero-system-background: #07113b;
}
[data-hero-variant="workshop"] .contour-project-board { width: 100%; border-color: #75e7f35c; box-shadow: none; }
[data-hero-variant="fund"] { --public-hero-system-background: linear-gradient(115deg, #07113b 55%, #13214b); }
[data-hero-variant="fund"] .endowment-editorial-stat-card { width: 100%; min-height: 29rem; border: 0; border-top: 4px solid #254fe4; border-radius: 0 0 1rem 1rem; box-shadow: none; }
[data-hero-variant="fund"] h1 strong { color: #75e7f3; }
[data-hero-variant="place"] { display: flex; }
[data-hero-variant="place"] .contour-editorial-hero__copy { width: 60%; padding-right: 3rem; }
[data-hero-variant="place"] .contour-editorial-hero__visual { position: absolute; inset: 0; display: block; padding: 0; }
[data-hero-variant="place"] .place-cover { width: 100%; height: 100%; }

@media (min-width: 901px) and (max-width: 1180px) {
  [data-hero-variant="council"] .contour-editorial-hero__copy { padding-bottom: 2rem; }
  [data-hero-variant="council"] .contour-editorial-hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-hero-variant="council"] .contour-editorial-action { gap: .75rem; padding-inline: 1rem; }
}

@media (max-width: 900px) {
  [data-hero-variant="council"] .contour-editorial-hero__copy { grid-template-columns: 1fr; }
  [data-hero-variant="community"] .contour-community { width: min(36rem, 100%); }
  [data-hero-variant="fund"] .endowment-editorial-stat-card { width: min(36rem, 100%); min-height: 0; }
  [data-hero-variant="place"] .contour-editorial-hero__copy { width: 85%; min-height: 34rem; padding-right: var(--public-hero-system-edge); }
  [data-hero-variant="council"] .contour-editorial-hero__summary { max-width: 64ch; }
  [data-hero-variant="store"] .contour-editorial-hero__copy { padding-right: var(--public-hero-system-edge); }
  [data-hero-variant="store"] h1 { max-width: 20ch; }
  [data-hero-variant="store"] .contour-editorial-hero__actions { flex-direction: row; }
  [data-hero-variant="store"] .merch-cover { min-height: 27rem; }
  [data-hero-variant="platform"] .pm-opportunity-kinetic { min-height: 22rem; margin: 0; padding: 2rem var(--public-hero-system-edge) 3rem; }
}
@media (max-width: 700px) {
  [data-hero-variant="council"] { padding-block: 2.5rem 1.25rem; }
  [data-hero-variant="place"] .contour-editorial-hero__copy { width: 100%; min-height: 34rem; padding-bottom: 6rem; }
  [data-hero-variant="place"] { min-height: 34rem; }
  [data-hero-variant="council"] h1,
  [data-hero-variant="store"] h1 { font-size: clamp(1.45rem, 7.4vw, 2rem); }
  [data-hero-variant="council"] .contour-editorial-hero__copy { padding-bottom: 2rem; }
  [data-hero-variant="store"] .merch-cover { min-height: 23rem; }
  [data-hero-variant="store"] .contour-editorial-hero__actions { flex-direction: column; align-items: stretch; }
}

}
