:root {
    --ink: #050505;
    --black: #050505;
    --red: #e31b23;
    --gold: #ffcb05;
    --cream: #f5f0e2;
    --paper: #fffdf7;
    --muted: #68645b;
    --line: #d9d1bd;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #fff;
    background: var(--black);
    font-family: "Inter", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.site-header {
    width: min(1180px, calc(100% - 48px));
    min-height: 104px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--gold);
}

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

.brand-mark {
    width: min(307px, 36vw);
    height: auto;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 203, 5, .5);
}

.brand-copy strong {
    color: var(--gold);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.brand-copy span,
.header-label {
    color: #d7d2c7;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.header-label {
    color: var(--gold);
}

.hero {
    width: min(1180px, calc(100% - 48px));
    min-height: 610px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 60px;
}

.eyebrow {
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.eyebrow span {
    width: 28px;
    height: 2px;
    background: currentColor;
}

h1,
h2,
blockquote {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(76px, 10vw, 140px);
    line-height: .78;
    letter-spacing: -.035em;
}

h1 em {
    color: var(--gold);
    font-style: normal;
}

.intro {
    max-width: 540px;
    margin: 42px 0 30px;
    color: #d1cdc4;
    font-size: 18px;
    line-height: 1.7;
}

.jump-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}

.jump-link span {
    color: var(--gold);
    font-size: 18px;
    transition: transform .2s ease;
}

.jump-link:hover span {
    transform: translateY(4px);
}

.hero-art {
    aspect-ratio: 4 / 5;
    position: relative;
    display: grid;
    place-content: center;
    overflow: hidden;
    color: var(--gold);
    background:
        linear-gradient(135deg, rgba(227, 27, 35, .58), rgba(0, 0, 0, .15)),
        repeating-linear-gradient(135deg, #151515 0, #151515 22px, #050505 22px, #050505 44px);
}

.hero-art::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 203, 5, .42);
}

.state-outline {
    position: absolute;
    top: 44px;
    left: 48px;
    font: 700 12px/1 "Inter", sans-serif;
    letter-spacing: .3em;
}

.hero-art img {
    width: 92%;
    height: auto;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 16px 26px rgba(0,0,0,.42));
}

.route-label {
    position: absolute;
    right: 44px;
    bottom: 45px;
    font: 600 11px/1 "Inter", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.chapter-section {
    padding: 96px max(24px, calc((100% - 1180px) / 2));
    color: var(--black);
    background:
        linear-gradient(rgba(255, 203, 5, .95), rgba(255, 203, 5, .95)),
        repeating-linear-gradient(135deg, transparent 0, transparent 20px, rgba(0,0,0,.08) 20px, rgba(0,0,0,.08) 40px);
}

.section-heading {
    margin-bottom: 42px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.chapter-section .eyebrow {
    color: var(--red);
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(50px, 7vw, 82px);
    line-height: .9;
}

.section-heading > p {
    max-width: 320px;
    margin: 0 0 7px;
    color: #403a2b;
    font-size: 14px;
    line-height: 1.6;
}

.chapter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border: 2px solid var(--black);
    background: var(--gold);
}

.chapter-card {
    min-height: 150px;
    padding: 30px 26px;
    display: grid;
    grid-template-columns: 84px 1fr auto;
    align-items: center;
    gap: 24px;
    color: white;
    border: 0;
    background: var(--black);
    text-decoration: none;
    transition: color .2s ease, background .2s ease, padding .2s ease;
}

.chapter-card:nth-child(odd) {
    border-right: 0;
}

a.chapter-card:hover,
a.chapter-card:focus-visible {
    padding-left: 34px;
    color: white;
    background: var(--red);
    outline: none;
}

.chapter-number {
    color: var(--gold);
    font: 800 36px/1 "Barlow Condensed", sans-serif;
    letter-spacing: -.02em;
}

.chapter-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chapter-info strong {
    font: 700 25px/1 "Barlow Condensed", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.chapter-info small {
    color: #c8c3b8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

a.chapter-card:hover small,
a.chapter-card:focus-visible small {
    color: white;
}

.card-arrow {
    font-size: 24px;
}

.unavailable {
    color: #aaa69d;
    background: #242424;
}

.unavailable .chapter-number {
    color: #77736c;
}

.soon-badge {
    padding: 7px 9px;
    border: 1px solid #77736c;
    border-radius: 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.mission {
    min-height: 450px;
    padding: 90px max(24px, calc((100% - 1180px) / 2));
    color: white;
    background: var(--red);
    border-top: 6px solid var(--gold);
}

.eyebrow.light {
    color: var(--gold);
}

blockquote {
    margin: 25px 0 20px;
    font-size: clamp(58px, 8vw, 96px);
    font-weight: 800;
    line-height: .9;
}

.mission > p:last-child {
    max-width: 600px;
    margin: 0 0 0 auto;
    color: white;
    font-size: 16px;
    line-height: 1.7;
}

footer {
    width: min(1180px, calc(100% - 48px));
    min-height: 150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    align-items: center;
    gap: 40px;
    color: #bbb6aa;
    font-size: 11px;
    line-height: 1.6;
}

footer div {
    display: flex;
    flex-direction: column;
}

footer strong {
    color: var(--gold);
    font: 700 20px/1.2 "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

footer p {
    max-width: 440px;
}

.footer-actions {
    align-items: flex-end;
    gap: 7px;
    text-align: right;
}

.footer-actions a {
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-actions a:hover,
.footer-actions a:focus-visible {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 800px) {
    .site-header {
        min-height: 86px;
    }

    .brand-copy span,
    .header-label {
        display: none;
    }

    .brand-copy {
        padding-left: 10px;
    }

    .brand-copy strong {
        font-size: 20px;
    }

    .hero {
        min-height: auto;
        padding: 75px 0 60px;
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hero-art {
        max-height: 470px;
        aspect-ratio: 1 / 1;
    }

    .chapter-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
        gap: 18px;
    }

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

    .chapter-card:nth-child(odd) {
        border-right: 0;
    }

    footer {
        padding: 35px 0;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-actions {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 520px) {
    .site-header,
    .hero,
    footer {
        width: min(100% - 32px, 1180px);
    }

    h1 {
        font-size: 73px;
    }

    .chapter-card {
        min-height: 132px;
        padding: 24px 4px;
        grid-template-columns: 68px 1fr auto;
        gap: 12px;
    }

    a.chapter-card:hover,
    a.chapter-card:focus-visible {
        padding-left: 10px;
    }

    .chapter-number {
        font-size: 30px;
    }

    .chapter-info strong {
        font-size: 21px;
    }

    .soon-badge {
        max-width: 62px;
        text-align: center;
    }
}

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

    * {
        transition: none !important;
    }
}
