:root {
    --green: #00523d;
    --green-dark: #003d2e;
    --red: #ee4935;
    --cream: #f3f0e8;
    --paper: #fbfaf6;
    --ink: #101511;
    --line: rgba(16, 21, 17, 0.28);
    --shell: min(94vw, 1500px);
    --pad: clamp(1rem, 2.6vw, 2.75rem);
    --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--display);
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input {
    font-family: var(--display);
}

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

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 4px;
}

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

.skip-link {
    position: fixed;
    z-index: 100;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--ink);
    color: #fff;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--ink);
    background: rgba(251, 250, 246, 0.96);
}

.header-grid {
    min-height: 92px;
    display: grid;
    grid-template-columns: 3fr 5fr 2fr;
    align-items: stretch;
}

.brand {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--ink);
    padding: 1rem var(--pad) 1rem 0;
}

.brand img {
    width: min(235px, 88%);
    height: auto;
}

.site-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.site-nav a,
.header-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-right: 1px solid var(--ink);
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    background: var(--green);
    color: #fff;
}

.header-cta {
    justify-content: space-between;
    padding-inline: var(--pad);
    border-right: 0;
    background: var(--red);
}

.header-cta:hover,
.header-cta.is-active {
    background: var(--ink);
    color: #fff;
}

.menu-toggle {
    display: none;
}

.eyebrow,
.issue,
.section-index {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero {
    min-height: calc(100vh - 92px);
    padding: clamp(1.5rem, 3vw, 3.25rem) 0 2rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.hero-kicker,
.hero-bottom {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: var(--pad);
    align-items: start;
}

.issue {
    text-align: right;
}

.hero-title-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 10fr 2fr;
    align-items: center;
    padding: 3vh 0 2vh;
}

.hero h1,
.page-hero h1,
.membership-hero h1,
.result-page h1,
.legal-page h1 {
    margin: 0;
    font-size: clamp(4.25rem, 10.9vw, 12.5rem);
    font-weight: 500;
    letter-spacing: -0.075em;
    line-height: 0.78;
}

.hero h1 em,
.page-hero h1 em,
.membership-hero h1 em,
.result-page h1 em,
.legal-page h1 em,
.closing-cta h2 em {
    color: var(--green);
    font-style: normal;
}

.hero-sign {
    justify-self: end;
    width: clamp(90px, 11vw, 185px);
    height: auto;
    transform: rotate(8deg);
}

.hero-intro {
    max-width: 740px;
    margin: 0;
    font-size: clamp(1.25rem, 2.1vw, 2.3rem);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.round-link {
    width: clamp(58px, 6vw, 88px);
    aspect-ratio: 1;
    justify-self: end;
    display: grid;
    place-items: center;
    border: 1px solid var(--ink);
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.6rem;
    transition: background 160ms ease, color 160ms ease;
}

.round-link:hover {
    background: var(--ink);
    color: #fff;
}

.statement,
.association-manifesto {
    background: var(--green);
    color: #fff;
}

.statement-grid,
.manifesto-grid {
    min-height: 72vh;
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: var(--pad);
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 8vw, 8rem);
}

.section-index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

.section-index-dark {
    border-color: var(--ink);
}

.section-index-light {
    border-color: rgba(255, 255, 255, 0.58);
}

.statement-copy {
    padding-top: clamp(7rem, 13vw, 14rem);
}

.statement-copy h2 {
    margin: 0 0 3rem;
    font-size: clamp(2.6rem, 6vw, 6.5rem);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.statement-copy h2 strong {
    color: #a7d5c0;
    font-weight: 400;
}

.statement-copy > p {
    width: min(780px, 82%);
    margin: 0 0 2rem auto;
    font-size: clamp(1.1rem, 1.7vw, 1.75rem);
}

.text-link {
    width: min(780px, 82%);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 700;
}

.pillars,
.actions,
.principles,
.statutes,
.closing-cta {
    padding-top: clamp(3rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 9vw, 9rem);
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: clamp(2rem, 5vw, 5rem);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
}

.pillar {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    padding: var(--pad);
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.pillar-green {
    background: var(--green);
    color: #fff;
}

.pillar-red {
    background: var(--red);
}

.pillar-light {
    background: var(--cream);
}

.pillar-number {
    font-size: 0.75rem;
    font-weight: 700;
}

.pillar h3 {
    margin: auto 0 1rem;
    font-size: clamp(2.5rem, 5vw, 5.75rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.pillar p {
    width: min(450px, 88%);
    margin: 0;
    font-size: 1.06rem;
}

.actions {
    background: var(--cream);
}

.actions-heading {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: var(--pad);
    align-items: end;
    padding: clamp(3rem, 8vw, 8rem) 0 4rem;
}

.actions-heading h2,
.statutes-grid h2,
.governance h2,
.closing-cta h2 {
    margin: 0;
    font-size: clamp(3.75rem, 8.2vw, 9.5rem);
    font-weight: 500;
    letter-spacing: -0.075em;
    line-height: 0.82;
}

.actions-heading p {
    margin: 0;
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
}

.action-list {
    border-top: 1px solid var(--ink);
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 4fr 5fr 1fr;
    gap: var(--pad);
    align-items: start;
    padding: 1.7rem 0;
    border-bottom: 1px solid var(--ink);
}

.action-row::after {
    content: "↗";
    justify-self: end;
    font-size: 1.5rem;
}

.action-row > span {
    font-size: 0.76rem;
    font-weight: 700;
}

.action-row h3,
.action-row p {
    margin: 0;
}

.action-row h3 {
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.action-row p {
    max-width: 650px;
}

.join-band {
    position: relative;
    overflow: hidden;
    background: var(--green);
    color: #fff;
}

.join-grid {
    min-height: 82vh;
    position: relative;
    display: grid;
    grid-template-columns: 3fr 7fr 2fr;
    gap: var(--pad);
    padding-top: clamp(3rem, 5vw, 5rem);
    padding-bottom: clamp(4rem, 8vw, 8rem);
}

.join-copy {
    z-index: 1;
    padding-top: clamp(8rem, 15vw, 14rem);
}

.join-price {
    margin: 0 0 2rem;
    font-size: 1rem;
}

.join-price strong {
    font-size: 2rem;
}

.join-copy h2 {
    margin: 0 0 2rem;
    font-size: clamp(3.3rem, 7.5vw, 8.5rem);
    font-weight: 500;
    letter-spacing: -0.07em;
    line-height: 0.88;
}

.join-copy h2 em {
    color: #a7d5c0;
    font-style: normal;
}

.join-copy > p:not(.join-price) {
    max-width: 650px;
    font-size: 1.2rem;
}

.join-sign {
    position: absolute;
    right: -18vw;
    bottom: -28vw;
    width: min(62vw, 900px);
    opacity: 0.16;
}

.button {
    min-height: 58px;
    width: min(100%, 380px);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    border: 1px solid currentColor;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease;
}

.button-light:hover {
    background: #fff;
    color: var(--green);
}

.button-dark {
    background: var(--ink);
    color: #fff;
}

.button-dark:hover {
    background: var(--red);
    color: var(--ink);
}

.statutes-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: var(--pad);
    align-items: end;
    padding-top: clamp(4rem, 10vw, 10rem);
}

.statutes-grid p {
    max-width: 600px;
    margin: 0;
    font-size: 1.2rem;
}

.site-footer {
    background: var(--green-dark);
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: var(--pad);
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: 2rem;
}

.footer-statement {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.75rem);
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.footer-links a {
    text-underline-offset: 0.2em;
}

.footer-meta {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--pad);
    margin-top: 5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-meta span:last-child {
    text-align: right;
}

/* Inner pages */
.page-hero,
.membership-hero,
.legal-page {
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-bottom: clamp(4rem, 9vw, 9rem);
}

.page-hero h1,
.membership-hero h1,
.legal-page h1 {
    margin-top: clamp(4rem, 9vw, 9rem);
    font-size: clamp(4rem, 9vw, 10.5rem);
}

.page-hero > p {
    width: min(760px, 62%);
    margin: 4rem 0 0 auto;
    font-size: clamp(1.35rem, 2.25vw, 2.3rem);
    letter-spacing: -0.04em;
    line-height: 1.18;
}

.manifesto-copy {
    padding-top: clamp(5rem, 11vw, 11rem);
}

.display-copy {
    margin: 0 0 4rem;
    font-size: clamp(3rem, 6.3vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.manifesto-copy p:not(.display-copy) {
    width: min(720px, 82%);
    margin: 0 0 1.5rem auto;
    font-size: 1.22rem;
}

.principle-list {
    margin-top: 5rem;
    border-top: 1px solid var(--ink);
}

.principle-list article {
    display: grid;
    grid-template-columns: 1fr 4fr 5fr 1fr;
    gap: var(--pad);
    padding: 2rem 0;
    border-bottom: 1px solid var(--ink);
}

.principle-list article::after {
    content: "●";
    justify-self: end;
    color: var(--green);
}

.principle-list h2,
.principle-list p {
    margin: 0;
}

.principle-list h2 {
    font-size: clamp(2rem, 4.1vw, 4.75rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1;
}

.principle-list p {
    max-width: 540px;
}

.governance {
    background: var(--green);
    color: #fff;
}

.governance-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: var(--pad);
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: clamp(4rem, 8vw, 8rem);
}

.governance h2 {
    margin-top: clamp(7rem, 14vw, 14rem);
    font-size: clamp(3.5rem, 7vw, 8rem);
}

.governance-copy {
    padding-top: clamp(8rem, 13vw, 13rem);
}

.governance-copy article {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.governance-copy h3,
.governance-copy p {
    margin: 0;
}

.governance-copy h3 {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.closing-cta {
    text-align: center;
}

.closing-cta > p {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.closing-cta .button {
    margin-top: 4rem;
}

/* Membership */
.membership-title-grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: var(--pad);
    align-items: end;
    margin-top: clamp(4rem, 9vw, 9rem);
}

.membership-title-grid h1 {
    margin-top: 0;
}

.membership-title-grid > div {
    padding-bottom: 0.8rem;
}

.membership-title-grid p {
    margin: 0 0 1.5rem;
    font-size: 1.2rem;
}

.secure-note {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.75rem !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.secure-note span {
    color: var(--green);
}

.membership-content {
    background: var(--cream);
}

.membership-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: calc(var(--pad) * 2);
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: clamp(5rem, 9vw, 9rem);
}

.tier-list {
    margin-top: 2.5rem;
}

.tier-card {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: start;
    padding: 1.3rem 0;
    border: 0;
    border-bottom: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
}

.tier-card:first-child {
    border-top: 1px solid var(--ink);
}

.tier-radio {
    width: 18px;
    aspect-ratio: 1;
    margin-top: 0.2rem;
    border: 1px solid var(--ink);
    border-radius: 50%;
}

.tier-card.is-selected .tier-radio {
    border: 5px solid var(--green);
}

.tier-name {
    font-weight: 700;
}

.tier-name small {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 400;
}

.tier-card strong {
    font-size: 1.4rem;
}

.tier-footnote,
.form-note {
    font-size: 0.76rem;
}

.tier-footnote {
    margin-top: 1.5rem;
}

.membership-form {
    margin-top: 2.5rem;
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.field {
    margin-bottom: 1.5rem;
}

.field label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.field label span {
    color: var(--red);
}

.field input[type="text"],
.field input[type="email"],
.field input[type="number"] {
    width: 100%;
    min-height: 56px;
    padding: 0.85rem 0;
    border: 0;
    border-bottom: 1px solid var(--ink);
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 1.2rem;
}

.field input:focus {
    outline: 0;
    border-bottom-width: 3px;
    border-color: var(--green);
}

.amount-input {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--ink);
}

.amount-input input {
    border-bottom: 0 !important;
}

.amount-input span {
    color: var(--ink) !important;
    font-size: 1.3rem;
}

.consent-list {
    display: grid;
    gap: 0.8rem;
    margin: 2rem 0;
}

.check-field {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    font-size: 0.88rem;
}

.check-field input {
    width: 18px;
    height: 18px;
    margin: 0.05rem 0 0;
    accent-color: var(--green);
}

.payment-button {
    width: 100%;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 1px solid var(--ink);
    background: var(--green);
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    transition: background 160ms ease;
}

.payment-button:hover {
    background: var(--ink);
}

.payment-total {
    font-size: 1.35rem;
}

.alert {
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid var(--ink);
    background: #fff4c9;
}

.alert-error {
    background: #ffe3dd;
    border-color: var(--red);
}

.alert ul {
    margin-bottom: 0;
}

/* Result and legal */
.result-page {
    min-height: 80vh;
    padding-top: clamp(4rem, 9vw, 9rem);
    padding-bottom: clamp(5rem, 10vw, 10rem);
}

.result-mark {
    width: 70px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-bottom: 3rem;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 2rem;
}

.result-page h1 {
    max-width: 1300px;
    margin-top: 2rem;
    font-size: clamp(3.8rem, 8vw, 9rem);
}

.result-page > p:not(.eyebrow) {
    width: min(650px, 55%);
    margin: 4rem 0 0 auto;
    font-size: 1.2rem;
}

.result-actions {
    width: min(650px, 55%);
    margin-left: auto;
}

.legal-grid {
    margin-top: clamp(5rem, 10vw, 10rem);
    border-top: 1px solid var(--ink);
}

.legal-grid article {
    display: grid;
    grid-template-columns: 1fr 9fr 2fr;
    gap: var(--pad);
    padding: 2rem 0;
    border-bottom: 1px solid var(--ink);
}

.legal-grid h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 500;
    letter-spacing: -0.04em;
}

.legal-grid p {
    max-width: 760px;
}

@media (max-width: 1080px) {
    .header-grid {
        grid-template-columns: 3fr 6fr 2fr;
    }

    .site-nav a {
        padding-inline: 0.35rem;
        font-size: 0.66rem;
    }

    .statement-grid,
    .manifesto-grid,
    .join-grid {
        grid-template-columns: 2fr 8fr 2fr;
    }

    .action-row,
    .principle-list article {
        grid-template-columns: 0.7fr 4fr 6fr 0.5fr;
    }
}

@media (max-width: 780px) {
    :root {
        --shell: calc(100vw - 2rem);
    }

    .site-header {
        position: sticky;
        top: 0;
    }

    .header-grid {
        min-height: 74px;
        grid-template-columns: 1fr auto;
    }

    .brand {
        min-height: 74px;
        border-right: 0;
    }

    .brand img {
        width: 175px;
    }

    .menu-toggle {
        width: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.3rem;
        border: 0;
        border-left: 1px solid var(--ink);
        background: transparent;
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .menu-icon,
    .menu-icon::after {
        width: 24px;
        height: 1px;
        display: block;
        background: currentColor;
        content: "";
    }

    .menu-icon::after {
        transform: translateY(6px);
    }

    .site-nav {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        display: none;
        grid-template-columns: 1fr;
        border-top: 1px solid var(--ink);
        background: var(--paper);
    }

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

    .site-nav a {
        min-height: 56px;
        justify-content: flex-start;
        padding-inline: 1rem;
        border-right: 0;
        border-bottom: 1px solid var(--ink);
        font-size: 0.75rem;
    }

    .header-cta {
        position: fixed;
        z-index: 14;
        right: 1rem;
        bottom: 1rem;
        min-height: 56px;
        gap: 2rem;
        border: 1px solid var(--ink);
        box-shadow: 4px 4px 0 var(--ink);
    }

    .hero {
        min-height: calc(100svh - 74px);
    }

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

    .hero h1 {
        font-size: clamp(3.8rem, 18vw, 7rem);
        line-height: 0.83;
    }

    .hero-sign {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 82px;
    }

    .hero-kicker,
    .hero-bottom,
    .statement-grid,
    .manifesto-grid,
    .actions-heading,
    .join-grid,
    .statutes-grid,
    .governance-grid,
    .membership-title-grid,
    .membership-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .issue {
        display: none;
    }

    .hero-bottom {
        gap: 2rem;
    }

    .round-link {
        justify-self: start;
    }

    .statement-grid,
    .manifesto-grid {
        min-height: auto;
    }

    .statement-copy,
    .manifesto-copy {
        padding-top: 4rem;
    }

    .statement-copy > p,
    .statement-copy .text-link,
    .manifesto-copy p:not(.display-copy),
    .page-hero > p,
    .result-page > p:not(.eyebrow),
    .result-actions {
        width: 100%;
    }

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

    .pillar {
        min-height: 300px;
    }

    .actions-heading {
        align-items: start;
    }

    .action-row,
    .principle-list article {
        grid-template-columns: 2rem 1fr;
    }

    .action-row p,
    .principle-list p {
        grid-column: 2;
    }

    .action-row::after,
    .principle-list article::after {
        display: none;
    }

    .join-grid {
        min-height: 75vh;
    }

    .join-copy {
        padding-top: 4rem;
    }

    .join-sign {
        right: -45vw;
        bottom: -20vw;
        width: 110vw;
    }

    .footer-links {
        margin-top: 2rem;
    }

    .footer-meta {
        grid-column: auto;
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .footer-meta span:last-child {
        text-align: left;
    }

    .page-hero h1,
    .membership-hero h1,
    .legal-page h1 {
        font-size: clamp(3.8rem, 16vw, 6.7rem);
    }

    .governance h2,
    .governance-copy {
        margin-top: 0;
        padding-top: 3rem;
    }

    .field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tier-column {
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--ink);
    }

    .legal-grid article {
        grid-template-columns: 2rem 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
