:root {
    --bg: #101713;
    --bg-soft: #17211b;
    --surface: #1c2821;
    --surface-2: #243329;
    --text: #f3f1e8;
    --muted: #aeb8af;
    --green: #3c7650;
    --green-light: #6eaa7d;
    --copper: #c09251;
    --line: rgba(255,255,255,.11);
    --radius: 1.25rem;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 80% 8%, rgba(60,118,80,.20), transparent 32rem),
        var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
    position: absolute;
    top: -5rem;
    left: 1rem;
    z-index: 9999;
    padding: .8rem 1rem;
    color: #101713;
    background: var(--text);
    border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
}

.navbar {
    padding-block: 1.25rem;
    border-bottom: 1px solid transparent;
}

.navbar-brand {
    color: var(--text);
    font-weight: 800;
    letter-spacing: .06em;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.35rem;
    aspect-ratio: 1;
    color: var(--copper);
    border: 1px solid rgba(192,146,81,.7);
    border-radius: 50%;
    font-size: .72rem;
    letter-spacing: 0;
    background: rgba(16,23,19,.65);
}

.nav-link {
    color: rgba(243,241,232,.72);
    font-weight: 600;
}
.nav-link:hover,
.nav-link.active {
    color: var(--text) !important;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 5.5rem;
}

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

.eyebrow {
    margin-bottom: 1rem;
    color: var(--green-light);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

h1, h2, h3 {
    margin-top: 0;
    letter-spacing: -.04em;
    line-height: 1.05;
}

h1 {
    max-width: 12ch;
    margin-bottom: 1.5rem;
    font-size: clamp(3.2rem, 8vw, 7.2rem);
    font-weight: 850;
}

h1 span { color: var(--copper); }

h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 800;
}

h3 {
    font-size: 1.7rem;
    font-weight: 750;
}

.hero-copy {
    max-width: 47rem;
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.btn {
    padding: .85rem 1.25rem;
    border-radius: 999px;
    font-weight: 750;
}

.btn-primary {
    color: #0e1711;
    background: var(--copper);
    border-color: var(--copper);
}
.btn-primary:hover,
.btn-primary:focus {
    color: #0e1711;
    background: #d2aa70;
    border-color: #d2aa70;
}

.btn-outline-light {
    color: var(--text);
    border-color: rgba(243,241,232,.35);
}
.btn-outline-light:hover {
    color: var(--bg);
    background: var(--text);
    border-color: var(--text);
}

.hero-object {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 28rem;
}

.iso-enter {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(19rem, 70vw);
    height: 16rem;
    padding: 2rem;
    color: var(--text);
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), transparent 35%),
        var(--green);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 1.5rem 1.5rem 1.5rem 4.5rem;
    box-shadow:
        0 2rem 5rem rgba(0,0,0,.36),
        inset 0 1px rgba(255,255,255,.12);
    transform: rotate(-4deg);
}

.iso-enter::after {
    content: "";
    position: absolute;
    right: -4.25rem;
    bottom: 0;
    width: 5.75rem;
    height: 8.25rem;
    background: inherit;
    border: inherit;
    border-left: 0;
    border-radius: 0 1.4rem 1.4rem 0;
}

.iso-enter span {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .18em;
}
.iso-enter strong {
    font-size: 4rem;
    letter-spacing: -.08em;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(192,146,81,.24);
    border-radius: 50%;
}
.orbit-one { width: 24rem; height: 24rem; }
.orbit-two { width: 31rem; height: 31rem; }

.section {
    padding-block: clamp(5rem, 9vw, 9rem);
}

.section-muted {
    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
    border-block: 1px solid var(--line);
}

.section-heading {
    max-width: 48rem;
    margin-bottom: 3rem;
}

.section-heading > p:last-child,
.lead {
    color: var(--muted);
}

.project-card {
    position: relative;
    height: 100%;
    min-height: 19rem;
    padding: 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform .25s ease, border-color .25s ease;
}
.project-card:hover {
    transform: translateY(-5px);
    border-color: rgba(192,146,81,.42);
}
.project-card p:last-child { color: var(--muted); }

.project-number {
    position: absolute;
    right: 1.25rem;
    bottom: -.55rem;
    color: rgba(255,255,255,.045);
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
}

.project-kicker {
    color: var(--copper);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.status-pill {
    display: inline-flex;
    padding: .7rem 1rem;
    color: var(--green-light);
    background: rgba(60,118,80,.14);
    border: 1px solid rgba(110,170,125,.26);
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
}

.community-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 100% 0, rgba(192,146,81,.13), transparent 18rem),
        var(--surface);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) * 1.25);
}
.community-panel p:last-child { color: var(--muted); }
.community-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    flex: 0 0 auto;
}

.site-footer {
    padding-block: 2rem;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .92rem;
}
.site-footer p { margin: 0; }

@media (max-width: 991.98px) {
    .site-header {
        position: relative;
        background: rgba(16,23,19,.95);
        border-bottom: 1px solid var(--line);
    }
    .hero { padding-top: 1rem; }
    .hero-object { min-height: 24rem; }
    .community-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
    .iso-enter {
        width: 14rem;
        height: 12rem;
        padding: 1.5rem;
    }
    .iso-enter::after {
        right: -3rem;
        width: 4rem;
        height: 6.1rem;
    }
    .iso-enter strong { font-size: 3rem; }
    .orbit-one { width: 18rem; height: 18rem; }
    .orbit-two { width: 23rem; height: 23rem; }
}
