﻿:root {
    --bg: #0b0d0d;
    --ink: #e8e3db;
    --line: rgba(255,255,255,.065);
    --gold: #a97949;
    --gold-soft: #c0925e;
    --gold-line: rgba(169,121,73,.28);
    --mono: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    --sans: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}

* {
    box-sizing: border-box
}

html {
    background: var(--bg);
    color: var(--ink)
}

body {
    margin: 0;
    min-height: 100vh;
    background: radial-gradient(circle at 78% 8%,rgba(169,121,73,.035),transparent 24%),var(--bg);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased
}

a {
    color: inherit
}

.site-nav {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 72px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 clamp(24px,5vw,84px);
    border-bottom: 1px solid rgba(169,121,73,.11);
    background: rgba(11,13,13,.94);
    backdrop-filter: blur(14px)
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

.brand-mark {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(169,121,73,.65);
    color: #d7b17d;
    background: rgba(169,121,73,.035);
    font: 700 16px/1 Georgia,serif
}

.brand-copy, .footer-brand > div {
    display: flex;
    flex-direction: column;
    gap: 3px
}

    .brand-copy strong, .footer-brand strong {
        font-size: 10px;
        letter-spacing: .22em
    }

    .brand-copy small, .footer-brand small {
        color: #89745c;
        font: 500 7px/1.1 var(--mono);
        letter-spacing: .18em
    }

.nav-links {
    display: flex;
    gap: clamp(20px,3vw,48px)
}

    .nav-links a, .sign-in {
        position: relative;
        color: #a5a39d;
        text-decoration: none;
        font: 600 9px/1 var(--mono);
        letter-spacing: .2em
    }

        .nav-links a:hover, .nav-links a.active {
            color: #e5c697
        }

            .nav-links a.active:after {
                content: "";
                position: absolute;
                left: 0;
                right: .2em;
                bottom: -11px;
                height: 1px;
                background: linear-gradient(90deg,#d7b17d,rgba(185,139,88,.18))
            }

.nav-end {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 18px
}

.nav-motto {
    padding-right: 18px;
    border-right: 1px solid var(--gold-line);
    color: #8f6b47;
    text-align: center;
    font: 700 6.5px/1.35 var(--mono);
    letter-spacing: .22em
}

.sign-in {
    padding: 12px 16px;
    border: 1px solid rgba(169,121,73,.30);
    background: rgba(169,121,73,.018)
}

    .sign-in span {
        color: var(--gold-soft)
    }

main {
    padding-top: 72px
}

.supporters-hero {
    min-height: 640px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px clamp(28px,8.8vw,150px);
    border-bottom: 1px solid var(--gold-line);
    overflow: hidden
}

    .supporters-hero:after {
        content: "W";
        position: absolute;
        right: -4vw;
        bottom: -18vw;
        color: transparent;
        -webkit-text-stroke: 1px rgba(169,121,73,.055);
        font: 900 55vw/1 Arial,sans-serif;
        pointer-events: none
    }

.hero-index {
    position: absolute;
    right: clamp(28px,7vw,110px);
    top: 48px;
    color: rgba(192,146,94,.48);
    font: 600 8px/1 var(--mono);
    letter-spacing: .3em
}

.section-kicker {
    color: #8f765a;
    font: 600 8px/1 var(--mono);
    letter-spacing: .28em
}

.supporters-hero h1, .section-head h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Arial Narrow","Roboto Condensed",Arial,sans-serif;
    font-weight: 800;
    letter-spacing: -.035em
}

.supporters-hero h1 {
    max-width: 850px;
    margin-top: 28px;
    font-size: clamp(66px,8vw,136px);
    line-height: .82
}

    .supporters-hero h1 span {
        color: transparent;
        -webkit-text-stroke: 1px rgba(215,177,125,.54)
    }

.supporters-hero p {
    max-width: 600px;
    margin: 38px 0 0;
    color: #999892;
    font-size: 14px;
    line-height: 1.85
}

.hero-rule {
    width: 56px;
    height: 1px;
    margin: 34px 0 18px;
    background: var(--gold-soft)
}

.supporters-hero > strong {
    color: #b99a73;
    font: 600 8px/1 var(--mono);
    letter-spacing: .22em
}

.founders-section, .supporter-archive {
    padding: 124px clamp(28px,8.8vw,150px)
}

.founders-section {
    background: #101212;
    border-bottom: 1px solid rgba(169,121,73,.10)
}

.supporter-archive {
    background: #0d0f0f
}

.section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    margin-bottom: 48px
}

    .section-head h2 {
        margin-top: 18px;
        font-size: clamp(46px,5vw,80px);
        line-height: .9
    }

.supporter-count {
    color: #80664b;
    font: 600 8px/1 var(--mono);
    letter-spacing: .18em
}

.founding-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 1px;
    padding: 1px;
    border: 1px solid rgba(169,121,73,.14);
    background: rgba(169,121,73,.14)
}

.founder-card {
    min-height: 165px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    background: #0b0d0d
}

    .founder-card:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        background: linear-gradient(90deg,#8b623b,transparent)
    }

.founder-number {
    position: absolute;
    left: 18px;
    top: 18px;
    color: #7f6245;
    font: 600 8px/1 var(--mono);
    letter-spacing: .16em
}

.founder-card strong {
    color: #e4dfd7;
    font-size: 15px
}

.founder-card small {
    margin-top: 8px;
    color: #716d66;
    font: 600 7px/1.4 var(--mono);
    letter-spacing: .12em
}

.supporter-list {
    border-top: 1px solid rgba(169,121,73,.20)
}

.supporter-row {
    min-height: 64px;
    display: grid;
    grid-template-columns: 56px minmax(0,1fr) auto;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--line)
}

    .supporter-row > span {
        color: #80664b;
        font: 600 8px/1 var(--mono)
    }

    .supporter-row strong {
        color: #d7d2ca;
        font-size: 13px
    }

    .supporter-row small {
        color: #6b6d68;
        font: 600 7px/1 var(--mono);
        letter-spacing: .14em
    }

.empty-state {
    grid-column: 1/-1;
    padding: 40px 20px;
    color: #665b4d;
    text-align: center;
    background: #0b0d0d;
    font: 600 8px/1.6 var(--mono);
    letter-spacing: .16em
}

footer {
    min-height: 150px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 38px clamp(28px,5vw,84px);
    border-top: 1px solid rgba(169,121,73,.11);
    background: #090b0b;
    color: #675f55;
    font: 600 7px/1 var(--mono);
    letter-spacing: .16em
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px
}

@media(max-width:980px) {
    .site-nav {
        grid-template-columns: 1fr auto
    }

    .nav-links, .nav-motto {
        display: none
    }

    .founding-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:640px) {
    .site-nav {
        height: 64px;
        padding: 0 18px
    }

    .brand-copy small, .sign-in span {
        display: none
    }

    main {
        padding-top: 64px
    }

    .supporters-hero {
        min-height: 600px;
        padding: 82px 20px
    }

        .supporters-hero h1 {
            font-size: clamp(56px,19vw,86px)
        }

    .founders-section, .supporter-archive {
        padding: 84px 20px
    }

    .founding-grid {
        grid-template-columns: 1fr
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .supporter-row {
        grid-template-columns: 42px 1fr;
        padding: 16px 0
    }

        .supporter-row small {
            grid-column: 2
        }

    footer {
        grid-template-columns: 1fr
    }
}

/* Exact Wick mark treatment shared with Gallery/Home */
.brand-mark {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(185,139,88,.65);
    color: #d7b17d;
    background: linear-gradient(145deg, rgba(185,139,88,.07), rgba(255,255,255,.01));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 0 22px rgba(185,139,88,.025);
    font: 700 16px/1 Georgia, 'Times New Roman', serif;
    letter-spacing: .02em;
}


/* ==========================================================
   HEADER SYNC — EXACT HOME/INDEX NAVIGATION TREATMENT
   ========================================================== */

:root {
    --nav-h: 72px;
    --gold-pale: #e5c697;
    --gold-soft: #d7b17d;
    --gold-line: rgba(185,139,88,.38);
    --line: rgba(255,255,255,.055);
    --line-strong: rgba(255,255,255,.145);
}

.site-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: var(--nav-h);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 clamp(24px, 5vw, 84px);
    border-bottom: 1px solid rgba(255,255,255,.035);
    background: linear-gradient(180deg, rgba(12,14,14,.83), rgba(12,14,14,.48));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background .28s ease, border-color .28s ease, height .28s ease;
}

    .site-nav.scrolled {
        background: rgba(11,13,13,.965);
        border-bottom-color: rgba(185,139,88,.15);
    }

.brand {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ecebe7;
    text-decoration: none;
}

.brand-mark {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(185,139,88,.65);
    color: var(--gold-soft);
    background: linear-gradient(145deg, rgba(185,139,88,.07), rgba(255,255,255,.01));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 0 22px rgba(185,139,88,.025);
    font: 700 16px/1 Georgia, 'Times New Roman', serif;
    letter-spacing: .02em;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .brand-copy strong {
        color: #e1ddd6;
        font-size: 10px;
        letter-spacing: .22em;
    }

    .brand-copy small {
        color: #89745c;
        font: 500 7px/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
        letter-spacing: .18em;
    }

.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
}

    .nav-links a,
    .sign-in {
        position: relative;
        text-decoration: none;
        font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
        letter-spacing: .2em;
    }

    .nav-links a {
        color: #a5a39d;
        transition: color .16s ease;
    }

        .nav-links a:hover,
        .nav-links a.active {
            color: var(--gold-pale);
        }

            .nav-links a.active::after {
                content: "";
                position: absolute;
                left: 0;
                right: .2em;
                bottom: -11px;
                height: 1px;
                background: linear-gradient(90deg, var(--gold-soft), rgba(185,139,88,.18));
                box-shadow: 0 0 10px rgba(185,139,88,.13);
            }

.nav-end {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.nav-motto {
    padding-right: 18px;
    border-right: 1px solid var(--gold-line);
    color: #8f6b47;
    text-align: center;
    font: 700 6.5px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .22em;
}

.sign-in {
    justify-self: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #a5a39d;
    border: 1px solid rgba(185,139,88,.34);
    background: rgba(185,139,88,.018);
    transition: border-color .16s ease, background .16s ease, color .16s ease;
}

    .sign-in:hover {
        color: var(--gold-pale);
        border-color: rgba(215,177,125,.62);
        background: rgba(185,139,88,.055);
    }

    .sign-in span {
        color: var(--gold-soft);
    }

main {
    padding-top: var(--nav-h);
}

@media (max-width: 980px) {
    .site-nav {
        grid-template-columns: 1fr auto;
    }

    .nav-links {
        display: none;
    }

    .nav-motto {
        display: none;
    }

    .nav-end {
        gap: 0;
    }
}

@media (max-width: 640px) {
    :root {
        --nav-h: 64px;
    }

    .site-nav {
        height: var(--nav-h);
        padding: 0 18px;
        background: rgba(10,12,12,.94);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .brand-copy small {
        display: none;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
    }

    .sign-in {
        padding: 10px;
    }

        .sign-in span {
            display: none;
        }

    main {
        padding-top: var(--nav-h);
    }
}


/* =====================================================================
   WICK TYPOGRAPHY NORMALIZATION — SUPPORTERS
   ===================================================================== */
:root {
    --wick-type-micro: clamp(.46875rem, calc(.455rem + .04vw), .53125rem);
    --wick-type-xs: clamp(.53125rem, calc(.515rem + .05vw), .59375rem);
    --wick-type-sm: clamp(.65625rem, calc(.63rem + .07vw), .71875rem);
    --wick-type-body-sm: clamp(.75rem, calc(.72rem + .08vw), .8125rem);
    --wick-type-body: clamp(.8125rem, calc(.78rem + .09vw), .875rem);
    --wick-type-display: clamp(4rem, calc(3.20rem + 2.15vw), 6.75rem);
    --wick-type-section: clamp(3rem, calc(2.55rem + 1.35vw), 4.75rem);
}

.brand-copy strong,
.footer-brand strong {
    font-size: var(--wick-type-sm);
}

.brand-copy small,
.footer-brand small,
.nav-motto,
.hero-index,
.section-kicker,
.supporters-hero > strong,
.supporter-count,
.founder-number,
.founder-card small,
.supporter-row > span,
.supporter-row small,
.empty-state,
footer {
    font-size: var(--wick-type-micro);
}

.nav-links a,
.sign-in {
    font-size: var(--wick-type-xs);
}

.supporters-hero h1 {
    font-size: var(--wick-type-display);
}

.section-head h2 {
    font-size: var(--wick-type-section);
}

.supporters-hero p {
    font-size: var(--wick-type-body);
}

.founder-card strong,
.supporter-row strong {
    font-size: var(--wick-type-body);
}

@media (max-width: 640px) {
    .supporters-hero h1 {
        font-size: clamp(3.4rem, 14vw, 5.1rem);
    }

    .section-head h2 {
        font-size: clamp(2.8rem, 11.5vw, 4.1rem);
    }
}

@media (min-width: 2200px) {
    :root {
        --wick-type-display: 6.75rem;
        --wick-type-section: 4.75rem;
    }
}
