:root {
    color-scheme: dark;
    --forest: #162916;
    --pine: #274727;
    --campfire: #f47b20;
    --snow: #ffffff;
    --cream: #fff4df;
    --mist: rgba(255, 255, 255, 0.78);
    --line: rgba(255, 255, 255, 0.24);
    --shadow: 0 2rem 5rem rgba(4, 13, 6, 0.32);
}

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

html {
    min-width: 320px;
    min-height: 100%;
    background: var(--forest);
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    color: var(--snow);
    background:
        linear-gradient(100deg, rgba(8, 22, 12, 0.96) 0%, rgba(15, 35, 18, 0.82) 42%, rgba(15, 35, 18, 0.28) 100%),
        image-set(
            url('/assets/hero-960.webp') type('image/webp') 1x,
            url('/assets/hero-1600.webp') type('image/webp') 2x
        ) center / cover fixed;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    z-index: 20;
    top: 0.75rem;
    left: 0.75rem;
    transform: translateY(-180%);
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    color: var(--forest);
    background: var(--snow);
    font-weight: 800;
}

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

:focus-visible {
    outline: 0.1875rem solid var(--snow);
    outline-offset: 0.25rem;
    box-shadow: 0 0 0 0.4rem var(--forest);
}

.page-shell {
    width: min(100%, 100rem);
    min-height: 100svh;
    margin-inline: auto;
    padding: clamp(1rem, 2.8vw, 2.75rem) clamp(1rem, 5vw, 5rem) 1.25rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.site-header,
.site-footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

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

.brand img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: contain;
    filter: drop-shadow(0 0.45rem 0.8rem rgba(0, 0, 0, 0.28));
}

.brand span {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-style: normal;
    letter-spacing: -0.045em;
}

.brand strong {
    color: var(--cream);
}

.brand em {
    color: var(--campfire);
    font-style: normal;
    font-weight: 800;
}

.header-status,
.eyebrow {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 850;
}

.header-status {
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--cream);
    background: rgba(22, 41, 22, 0.55);
    backdrop-filter: blur(0.5rem);
}

.hero {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    align-items: center;
    gap: clamp(1.5rem, 5vw, 5rem);
    padding-block: clamp(2.5rem, 7vh, 6rem);
}

.hero-copy {
    max-width: 48rem;
}

.eyebrow {
    width: fit-content;
    margin: 0 0 1.25rem;
    padding-bottom: 0.45rem;
    color: #ffc078;
    border-bottom: 2px solid var(--campfire);
}

h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--snow);
    font-size: clamp(3.25rem, 6.7vw, 7.2rem);
    font-weight: 770;
    line-height: 0.94;
    letter-spacing: -0.067em;
    text-wrap: balance;
    text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.24);
}

.supporting-copy {
    max-width: 42rem;
    margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
    color: var(--mist);
    font-size: clamp(1.08rem, 1.7vw, 1.45rem);
    line-height: 1.62;
    text-wrap: pretty;
}

.facebook-cta {
    width: fit-content;
    min-height: 3.5rem;
    margin-top: 2rem;
    padding: 0.9rem 1.15rem 0.9rem 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    border-radius: 999px;
    color: var(--forest);
    background: var(--cream);
    box-shadow: 0 1rem 2.5rem rgba(4, 13, 6, 0.28);
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.facebook-cta span:last-child {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    flex: none;
    border-radius: 50%;
    color: var(--snow);
    background: var(--forest);
    font-size: 1.05rem;
}

.facebook-cta:hover {
    transform: translateY(-0.16rem);
    background: var(--snow);
    box-shadow: 0 1.15rem 3rem rgba(4, 13, 6, 0.4);
}

.banjo-portrait {
    position: relative;
    width: min(100%, 37rem);
    margin: 0 auto;
    align-self: end;
    isolation: isolate;
}

.banjo-halo {
    position: absolute;
    z-index: -1;
    inset: 13% 5% 4%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50% 50% 8rem 8rem;
    background:
        radial-gradient(circle at 50% 32%, rgba(255, 177, 86, 0.5), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(22, 41, 22, 0.4));
    box-shadow: var(--shadow);
    backdrop-filter: blur(0.2rem);
}

.banjo-portrait img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 2rem 2.4rem rgba(3, 10, 4, 0.45));
}

.banjo-portrait figcaption {
    position: absolute;
    right: 6%;
    bottom: 1rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--cream);
    background: rgba(22, 41, 22, 0.82);
    box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.25);
    font-size: 0.82rem;
    font-weight: 750;
    backdrop-filter: blur(0.5rem);
}

.site-footer {
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.84rem;
}

.site-footer p {
    margin: 0;
}

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

.site-footer a:hover {
    color: var(--snow);
}

@media (max-width: 62rem) {
    body {
        background-attachment: scroll;
        background-position: 58% center;
    }

    .hero {
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
        gap: 1.5rem;
    }

    h1 {
        font-size: clamp(3rem, 7.8vw, 5.25rem);
    }
}

@media (max-width: 48rem) {
    body {
        background:
            linear-gradient(180deg, rgba(8, 22, 12, 0.94) 0%, rgba(15, 35, 18, 0.78) 55%, rgba(15, 35, 18, 0.94) 100%),
            url('/assets/hero-960.webp') 58% center / cover fixed;
    }

    .page-shell {
        padding: 1rem 1.25rem 1rem;
    }

    .hero {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 0.5rem;
        padding-block: clamp(2rem, 5vh, 3.5rem) 1rem;
    }

    .hero-copy {
        text-align: center;
    }

    .eyebrow,
    .facebook-cta {
        margin-inline: auto;
    }

    h1,
    .supporting-copy {
        margin-inline: auto;
    }

    h1 {
        font-size: clamp(3.1rem, 12vw, 5rem);
    }

    .supporting-copy {
        max-width: 35rem;
    }

    .banjo-portrait {
        width: min(78vw, 24rem);
    }

    .banjo-portrait figcaption {
        right: 50%;
        bottom: 0.4rem;
        transform: translateX(50%);
        white-space: nowrap;
    }

    .site-footer {
        margin-top: 1rem;
    }
}

@media (max-width: 31rem) {
    .page-shell {
        min-height: 100svh;
        padding-inline: 1rem;
    }

    .brand img {
        width: 2.75rem;
        height: 2.75rem;
    }

    .site-header {
        gap: 0.5rem;
    }

    .header-status {
        padding: 0.55rem 0.6rem;
        font-size: 0.61rem;
        letter-spacing: 0.08em;
        white-space: nowrap;
    }

    .hero {
        padding-top: 2.25rem;
    }

    .eyebrow {
        margin-bottom: 1rem;
        font-size: 0.69rem;
    }

    h1 {
        font-size: clamp(2.8rem, 14vw, 4.1rem);
    }

    .supporting-copy {
        margin-top: 1.15rem;
        font-size: 1rem;
        line-height: 1.52;
    }

    .facebook-cta {
        width: 100%;
        margin-top: 1.4rem;
        padding-left: 1rem;
        font-size: 0.94rem;
    }

    .banjo-portrait {
        width: min(82vw, 20rem);
    }

    .banjo-portrait figcaption {
        display: none;
    }

    .site-footer {
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
        text-align: center;
    }
}

@media (max-height: 46rem) and (min-width: 48.0625rem) {
    .page-shell {
        min-height: 46rem;
    }

    .hero {
        padding-block: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
