:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-soft: #fafafa;
    --surface-muted: #f6f6f4;
    --text: #0b0b0b;
    --muted: #999999;
    --muted-strong: #6e6e6e;
    --line: #ecece8;
    --line-strong: #dadad4;
    --button: #111111;
    --button-text: #ffffff;
    --shadow: 0 18px 40px rgba(17, 17, 17, 0.04);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shell: min(1180px, calc(100vw - 48px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.site-main {
    min-height: calc(100vh - 180px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
    border-color: var(--line);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 84px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.site-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 128px;
}

.site-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-nav a {
    color: var(--muted-strong);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--text);
}

.home-hero,
.page-hero,
.home-grid,
.prose-grid,
.dual-panels,
.metrics,
.events-grid,
.benefit-grid,
.form-layout,
.generic-page,
.home-cta {
    padding-top: 28px;
}

.home-hero-reference {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 40px;
    text-align: center;
}

.home-hero-reference__brand {
    display: flex;
    justify-content: center;
}

.home-hero-reference__logo {
    width: min(180px, 30vw);
    height: auto;
    object-fit: contain;
}

.home-hero-reference__copy {
    max-width: 980px;
}

.home-hero-reference__copy h1 {
    font-size: clamp(1.89rem, 3.115vw, 2.66rem);
    line-height: 1.03;
    letter-spacing: -0.06em;
    font-weight: 700;
    color: var(--text);
}

.home-hero-reference__copy p {
    max-width: 920px;
    margin: 10px auto 0;
    color: #9f9f9f;
    font-size: clamp(1.085rem, 1.89vw, 2.03rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
    gap: 36px;
    align-items: center;
}

.home-hero--centered {
    display: flex;
    min-height: calc(100vh - 120px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding-top: 52px;
    padding-bottom: 72px;
    text-align: center;
}

.home-hero__brand {
    display: flex;
    justify-content: center;
}

.home-hero__logo {
    width: min(180px, 32vw);
    height: auto;
    object-fit: contain;
}

.home-hero__copy {
    max-width: 640px;
    padding: 8px 0 0;
}

.home-hero__copy--centered {
    max-width: 1040px;
    padding: 0;
}

.home-hero__copy h1,
.page-hero__copy h1,
.generic-page__content h1 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.25rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.home-hero__lede,
.page-hero__copy p,
.prose-card p,
.info-panel p,
.benefit-card p,
.event-card__body p,
.form-layout__intro p,
.generic-page__wysiwyg,
.home-hero__note p,
.panel--copy p,
.panel__content p {
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.65;
}

.home-hero__copy--centered h1 {
    font-size: clamp(3rem, 5.3vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.home-hero__copy--centered .home-hero__lede {
    max-width: 980px;
    margin: 10px auto 0;
    color: #9f9f9f;
    font-size: clamp(1.7rem, 3.2vw, 3.55rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.055em;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero__actions--centered {
    justify-content: center;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #111111;
    border-radius: 999px;
    background: var(--button);
    color: var(--button-text);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button--secondary {
    background: transparent;
    color: var(--text);
    border-color: var(--line-strong);
}

.button--soft {
    background: #f1f1ef;
    color: var(--text);
    border-color: #f1f1ef;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--muted);
    font-family: "Geist Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
}

.home-hero__aside {
    display: grid;
    gap: 18px;
    align-content: start;
}

.home-hero__visual,
.page-hero__art,
.panel__media,
.event-card img {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.home-hero__visual {
    aspect-ratio: 0.92 / 1;
}

.page-hero__art {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.home-hero__visual img,
.panel__media img,
.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero__art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-hero__note {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
}

.home-hero__stamp {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    overflow: hidden;
}

.home-hero__stamp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.panel,
.page-hero__copy,
.prose-card,
.info-panel,
.metric,
.event-card,
.benefit-card,
.form-card,
.generic-page__content,
.home-cta {
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.panel--copy,
.panel__content,
.page-hero__copy,
.prose-card,
.info-panel,
.event-card__body,
.benefit-card,
.form-card,
.generic-page__content,
.home-cta {
    padding: 32px;
}

.panel h2,
.page-hero__copy h1,
.info-panel h2,
.metrics__heading h2,
.event-card h2,
.form-layout__intro h2,
.home-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.panel--copy p + p,
.info-panel p + p,
.page-hero__copy p + p,
.form-layout__intro p + p {
    margin-top: 16px;
}

.panel--copy {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel--copy-soft {
    background: var(--surface-muted);
}

.panel--image .panel__media {
    height: 100%;
    min-height: 340px;
}

.panel--highlight {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
    padding: 24px;
}

.panel__media--compact {
    min-height: 340px;
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    gap: 24px;
    align-items: stretch;
}

.page-hero__copy {
    background: var(--surface);
}

.page-hero__copy p {
    margin: 20px 0 0;
    max-width: 780px;
}

.prose-grid,
.dual-panels,
.benefit-grid,
.form-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.prose-card,
.info-panel {
    min-height: 100%;
}

.metrics {
    padding-bottom: 12px;
}

.metrics__heading {
    margin-bottom: 20px;
}

.metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.metric {
    padding: 28px;
}

.metric strong {
    display: block;
    font-size: clamp(2.5rem, 4.6vw, 4rem);
    line-height: 1;
    letter-spacing: -0.08em;
}

.metric span,
.event-card__meta,
.benefit-card span {
    display: inline-block;
    margin-top: 12px;
    color: var(--muted);
    font-family: "Geist Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
    align-items: start;
}

.event-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card img {
    height: 320px;
}

.event-card h2 {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    line-height: 1.04;
}

.event-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
}

.benefit-card {
    min-height: 190px;
}

.form-layout {
    margin-bottom: 24px;
    align-items: start;
}

.form-card form {
    display: grid;
    gap: 18px;
}

.form-card label {
    display: grid;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
}

.form-card input,
.form-card textarea {
    width: 100%;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: #ffffff;
    padding: 15px 16px;
    color: var(--text);
}

.form-card input:focus,
.form-card textarea:focus {
    outline: none;
    border-color: #111111;
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-status {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
}

.form-status.is-success {
    background: rgba(24, 117, 74, 0.08);
    color: #186248;
}

.form-status.is-error {
    background: rgba(168, 54, 40, 0.08);
    color: #8a3428;
}

.generic-page {
    padding-bottom: 24px;
}

.generic-page__content {
    max-width: 840px;
    margin: 32px auto 0;
}

.generic-page__wysiwyg > * + * {
    margin-top: 1rem;
}

.home-editorial {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 32px;
    align-items: center;
    max-width: 980px;
    padding-top: 0;
    padding-bottom: 28px;
    margin-top: -5px;
}

.editorial-copy,
.editorial-media {
    margin: 0;
}

.editorial-copy {
    max-width: 360px;
}

.editorial-copy h1,
.editorial-copy h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.editorial-copy p {
    margin-top: 14px;
    color: #9f9f9f;
    font-size: clamp(0.98rem, 1.45vw, 1.16rem);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.editorial-copy--cta .hero__actions {
    margin-top: 22px;
    justify-content: center;
}

.editorial-copy--centered {
    grid-column: 1 / -1;
    max-width: 420px;
    margin: 18px auto 0;
    text-align: center;
}

.editorial-media img {
    width: 100%;
    aspect-ratio: 1 / 0.95;
    object-fit: cover;
    border-radius: 24px;
}

.blog-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
    gap: 40px;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 18px;
}

.blog-hero__copy {
    max-width: 420px;
}

.blog-hero__copy h1 {
    margin: 0;
    color: var(--text);
    font-size: clamp(2.3rem, 4.6vw, 4.4rem);
    font-weight: 700;
    line-height: 0.97;
    letter-spacing: -0.065em;
}

.blog-hero__copy p {
    margin-top: 16px;
    color: #9f9f9f;
    font-size: clamp(1.08rem, 1.9vw, 1.34rem);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.blog-hero__media {
    margin: 0;
}

.blog-hero__media img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    border-radius: 24px;
}

.about-story {
    max-width: 820px;
    padding-top: 36px;
    padding-bottom: 28px;
}

.about-story__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-story__logo {
    width: min(180px, 30vw);
    height: auto;
    margin-bottom: 18px;
    object-fit: contain;
}

.about-story__header h1 {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.about-story__body {
    margin-top: 34px;
}

.about-story__section + .about-story__section {
    margin-top: 44px;
}

.about-story__section h2 {
    margin: 0;
    font-size: clamp(1.6rem, 2.72vw, 2.4rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.about-story__section p {
    color: var(--muted-strong);
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-story__section .eyebrow {
    font-size: 0.96rem;
    margin-bottom: 12px;
}

.about-story__section p + p {
    margin-top: 18px;
}

.about-story__section .eyebrow + h2 {
    margin-top: 2px;
}

.about-story__section h2 + p {
    margin-top: 16px;
}

.pitch-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
    gap: 52px;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 28px;
}

.pitch-hero__copy {
    max-width: 460px;
}

.pitch-hero__copy h1 {
    margin: 0;
    font-size: clamp(2.9rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: var(--text);
}

.pitch-hero__copy p {
    margin-top: 18px;
    color: #8f8f8f;
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.pitch-hero__copy .hero__actions {
    margin-top: 30px;
}

.pitch-hero__visual {
    margin: 0;
}

.pitch-hero__visual img {
    width: 100%;
    aspect-ratio: 1 / 0.86;
    object-fit: cover;
    border-radius: 28px;
}

.pitch-intro,
.pitch-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
    padding-top: 30px;
}

.pitch-intro__block,
.pitch-note {
    max-width: 430px;
}

.pitch-intro {
    border-top: 1px solid var(--line);
}

.pitch-intro__block h2,
.pitch-note h2,
.pitch-form-section__intro h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
    color: var(--text);
}

.pitch-intro__block p,
.pitch-note p,
.pitch-form-section__intro p {
    margin-top: 14px;
    color: #9f9f9f;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.55;
}

.pitch-form-section {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    padding-top: 38px;
    padding-bottom: 24px;
    border-top: 1px solid var(--line);
}

.pitch-form-section__intro {
    max-width: 420px;
}

.pitch-form-card {
    box-shadow: none;
    border-radius: 28px;
}

.members-page {
    max-width: 1080px;
    padding-top: 42px;
    padding-bottom: 28px;
}

.members-gate {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.9fr);
    gap: 40px;
    align-items: start;
}

.members-gate__copy,
.members-area__top > div,
.members-area__section {
    max-width: 560px;
}

.members-area__section {
    max-width: none;
}

.members-gate__copy h1,
.members-area__top h1 {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.members-gate__copy p:not(.eyebrow),
.members-area__top p:not(.eyebrow),
.members-area__section p {
    margin-top: 16px;
    color: #8f8f8f;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.6;
}

.members-gate__card {
    box-shadow: none;
    border-radius: 28px;
}

.members-area__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 28px;
}

.members-area__section {
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.members-area__section h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.members-area__lede {
    max-width: 760px;
}

.members-company-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px;
}

.members-company-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.members-company-card h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.members-company-card p {
    margin-top: 12px;
    color: #8f8f8f;
    font-size: 0.98rem;
    line-height: 1.6;
}

.members-table-wrap {
    margin-top: 28px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.members-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

.members-table th,
.members-table td {
    padding: 16px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.members-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8f8f6;
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.members-table tbody tr:last-child td {
    border-bottom: 0;
}

.members-table td:first-child {
    white-space: nowrap;
    color: var(--muted-strong);
    font-family: "Geist Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.9rem;
}

.members-table td:nth-child(2) {
    min-width: 190px;
    font-weight: 600;
    color: var(--text);
}

.members-table td:nth-child(3) {
    min-width: 190px;
    color: var(--muted-strong);
}

.members-table td:nth-child(4) {
    min-width: 360px;
    color: #7f7f7f;
    line-height: 1.55;
}

.team-page {
    max-width: 1180px;
    padding-top: 42px;
    padding-bottom: 28px;
}

.team-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 28px;
    align-items: end;
    padding-bottom: 28px;
}

.team-hero__copy {
    max-width: 720px;
}

.team-hero__copy h1 {
    margin: 0;
    font-size: clamp(3rem, 5.4vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.team-hero__copy p:not(.eyebrow) {
    margin-top: 16px;
    color: #8f8f8f;
    font-size: clamp(1.08rem, 1.65vw, 1.28rem);
    line-height: 1.5;
    max-width: 620px;
}

.team-hero__mark {
    justify-self: end;
    width: 180px;
}

.team-hero__mark img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.team-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
    gap: 20px;
    align-items: end;
    min-height: 360px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%);
}

.team-card__image {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #f1f1ed;
}

.team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__content {
    align-self: end;
    padding: 6px 6px 8px 0;
}

.team-card__content h2 {
    margin: 0;
    font-size: clamp(1.65rem, 2.8vw, 2.45rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.team-card__content p {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: clamp(1rem, 1.35vw, 1.12rem);
    line-height: 1.3;
}

.team-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.team-member {
    min-width: 0;
}

.team-member__photo {
    aspect-ratio: 1 / 1.15;
    overflow: hidden;
    background: #f4f4f1;
}

.team-member__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member__text {
    padding-top: 14px;
}

.team-member__text h2 {
    margin: 0;
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.team-member__text p {
    margin-top: 8px;
    color: #8f8f8f;
    font-size: 0.98rem;
    line-height: 1.35;
}

.home-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.home-cta__copy p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.65;
}

.site-footer {
    padding: 12px 0 32px;
}

.site-footer__meta {
    padding-bottom: 10px;
}

.site-footer__copyright {
    display: flex;
    gap: 18px;
    color: #aaaaaa;
    font-size: 0.84rem;
    font-weight: 500;
}

.site-footer__bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.site-footer__label {
    margin: 0;
    font-size: 0.94rem;
    font-weight: 500;
}

.site-footer__logo {
    width: min(214px, 36vw);
    height: auto;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    :root {
        --shell: calc(100vw - 36px);
    }

    .nav-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
    }

    .site-nav a {
        padding: 12px 10px;
    }

    .site-nav.is-open {
        display: flex;
    }

    .home-hero,
    .page-hero,
    .home-grid,
    .prose-grid,
    .dual-panels,
    .benefit-grid,
    .form-layout,
    .events-grid,
    .metrics__grid,
    .panel--highlight,
    .home-editorial,
    .blog-hero,
    .pitch-hero,
    .pitch-intro,
    .pitch-notes,
    .pitch-form-section,
    .members-gate,
    .members-company-list,
    .team-grid,
    .team-hero,
    .team-strip {
        grid-template-columns: 1fr;
    }

    .panel--highlight {
        grid-row: auto;
        grid-column: auto;
    }

    .home-cta,
    .site-footer__bar,
    .site-footer__copyright {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero--centered {
        min-height: auto;
        padding-top: 32px;
        padding-bottom: 36px;
    }

    .home-hero-reference {
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .home-editorial {
        max-width: none;
        margin-top: 0;
    }

    .editorial-copy--centered {
        grid-column: auto;
        max-width: none;
        margin: 10px 0 0;
    }

    .about-story {
        max-width: none;
    }

    .pitch-hero__copy,
    .pitch-intro__block,
    .pitch-note,
    .pitch-form-section__intro,
    .members-gate__copy,
    .members-area__top > div,
    .members-area__section {
        max-width: none;
    }

    .members-area__top {
        flex-direction: column;
    }

    .team-hero__mark {
        justify-self: start;
    }

    .team-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .team-card__image {
        aspect-ratio: 1 / 1.04;
    }

    .team-member__photo {
        aspect-ratio: 1 / 1.08;
    }
}

@media (max-width: 720px) {
    :root {
        --shell: calc(100vw - 28px);
    }

    .site-brand__text {
        display: inline-block;
    }

    .home-hero__logo {
        width: min(140px, 42vw);
    }

    .home-hero-reference__logo {
        width: min(142px, 42vw);
    }

    .home-hero-reference__copy h1 {
        font-size: clamp(1.645rem, 6.3vw, 2.1rem);
    }

    .home-hero-reference__copy p {
        font-size: clamp(0.91rem, 4.34vw, 1.4rem);
    }

    .home-hero__copy--centered .home-hero__lede {
        font-size: clamp(1.45rem, 7vw, 2.35rem);
    }

    .page-hero__copy,
    .panel--copy,
    .panel__content,
    .prose-card,
    .info-panel,
    .event-card__body,
    .benefit-card,
    .form-card,
    .generic-page__content,
    .home-cta {
        padding: 22px;
    }

    .editorial-copy {
        max-width: none;
        padding: 0;
    }

    .about-story {
        padding-top: 24px;
    }

    .about-story__body {
        margin-top: 28px;
    }

    .about-story__section + .about-story__section {
        margin-top: 34px;
    }

    .about-story__section p {
        font-size: 1rem;
        line-height: 1.72;
    }

    .pitch-hero {
        padding-top: 24px;
        gap: 28px;
    }

    .pitch-form-section {
        gap: 24px;
    }

    .members-page {
        padding-top: 24px;
    }

    .team-page {
        padding-top: 24px;
    }

    .about-story__section .eyebrow {
        font-size: 0.92rem;
    }

    .home-hero__note {
        grid-template-columns: 1fr;
    }

    .home-hero__visual {
        aspect-ratio: 1 / 1;
    }

    .home-hero__stamp {
        width: 60px;
        height: 60px;
    }
}
