.story-page {
    background: #f7f0e5;
    color: #3a3028;
    min-height: 100vh;
}

.story-site-header {
    background: #1a1714ed;
    border-top: 3px solid #c89a3a;
    color: #f8f1e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
    padding: 0 6vw;
    position: relative;
    z-index: 2;
}

.story-brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.story-brand-mark {
    border: 1px solid #c89a3a;
    color: #e2b95e;
    display: grid;
    font-size: 12px;
    height: 44px;
    letter-spacing: .12em;
    place-items: center;
    width: 44px;
}

.story-brand b {
    display: block;
    font-size: 17px;
    letter-spacing: .12em;
}

.story-brand small {
    color: #ffffff9e;
    display: block;
    font-size: 9px;
    letter-spacing: .12em;
    margin-top: 4px;
}

.story-back {
    align-items: center;
    border-bottom: 1px solid #ffffff80;
    display: inline-flex;
    font-size: 14px;
    gap: 12px;
    padding-bottom: 6px;
}

.story-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    min-height: 650px;
}

.story-hero-copy {
    align-self: center;
    padding: 110px 7vw 90px 9vw;
}

.story-series {
    color: #9d642d;
    font-size: 13px;
    letter-spacing: .2em;
    margin: 0 0 42px;
}

.story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.story-tags span {
    border: 1px solid #b17a2e66;
    color: #8f4f2a;
    font-size: 13px;
    letter-spacing: .08em;
    padding: 7px 11px;
}

.story-hero h1 {
    font-size: clamp(48px, 5.6vw, 86px);
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 34px;
}

.story-lead {
    color: #71675d;
    font-size: clamp(19px, 1.6vw, 24px);
    line-height: 1.9;
    margin: 0;
    max-width: 760px;
}

.story-figure {
    background: #2e2a24;
    margin: 0;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.story-figure::after {
    background: linear-gradient(180deg, transparent 60%, #17120dcc);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.story-figure img {
    filter: saturate(.78) sepia(.08);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.story-figure figcaption {
    bottom: 34px;
    color: #f8f1e5cc;
    font-size: 13px;
    left: 36px;
    letter-spacing: .08em;
    position: absolute;
    right: 36px;
    z-index: 1;
}

.story-article {
    display: grid;
    gap: 6vw;
    grid-template-columns: 120px minmax(0, 760px);
    justify-content: center;
    padding: 120px 7vw 100px;
}

.story-article-label {
    color: #9d642d;
    font-size: 11px;
    letter-spacing: .24em;
    padding-top: 12px;
    writing-mode: vertical-rl;
}

.story-body p {
    font-size: 20px;
    line-height: 2.05;
    margin: 0 0 34px;
}

.story-body p:first-child::first-letter {
    color: #8f4f2a;
    float: left;
    font-size: 72px;
    line-height: .9;
    margin: 9px 14px 0 0;
}

.story-highlight {
    border-left: 4px solid #b17a2e;
    color: #6a4b31;
    font-size: 24px;
    grid-column: 2;
    line-height: 1.75;
    margin-top: 18px;
    padding: 12px 0 12px 30px;
}

.story-pagination {
    border-bottom: 1px solid #4a3a2c2e;
    border-top: 1px solid #4a3a2c2e;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.story-pagination a {
    min-height: 180px;
    padding: 44px 7vw;
}

.story-pagination a + a {
    border-left: 1px solid #4a3a2c2e;
    text-align: right;
}

.story-pagination small {
    color: #9d642d;
    display: block;
    font-size: 12px;
    letter-spacing: .15em;
    margin-bottom: 16px;
}

.story-pagination strong {
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 500;
}

.story-footer {
    background: #1a1714;
    color: #eee9df;
    display: flex;
    justify-content: space-between;
    padding: 44px 7vw;
}

.story-footer a {
    border-bottom: 1px solid #ffffff66;
}

.story-noscript {
    background: #8f4f2a;
    color: white;
    margin: 0;
    padding: 14px;
    text-align: center;
}

@media (max-width: 900px) {
    .story-site-header {
        min-height: 76px;
        padding: 0 20px;
    }

    .story-brand small {
        display: none;
    }

    .story-back {
        font-size: 13px;
    }

    .story-hero {
        display: flex;
        flex-direction: column;
    }

    .story-hero-copy {
        padding: 80px 24px 64px;
    }

    .story-series {
        margin-bottom: 32px;
    }

    .story-hero h1 {
        font-size: 48px;
    }

    .story-lead {
        font-size: 19px;
    }

    .story-figure {
        min-height: 58svh;
    }

    .story-article {
        display: block;
        padding: 76px 24px 70px;
    }

    .story-article-label {
        margin-bottom: 34px;
        writing-mode: horizontal-tb;
    }

    .story-body p {
        font-size: 18px;
        line-height: 1.95;
    }

    .story-highlight {
        font-size: 21px;
        margin-top: 42px;
        padding-left: 22px;
    }

    .story-pagination {
        grid-template-columns: 1fr;
    }

    .story-pagination a {
        min-height: 140px;
        padding: 34px 24px;
    }

    .story-pagination a + a {
        border-left: 0;
        border-top: 1px solid #4a3a2c2e;
    }
}
/* Refined reading scale */
.story-hero h1 {
    font-size: clamp(40px, 4.8vw, 72px);
    line-height: 1.22;
}

.story-lead {
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.95;
}

.story-body p {
    font-size: 17px;
    line-height: 2.05;
}

.story-body p:first-child::first-letter {
    font-size: 60px;
}

.story-highlight {
    font-size: 20px;
    line-height: 1.85;
}

.story-pagination strong {
    font-size: clamp(19px, 2vw, 28px);
}

@media (max-width: 760px) {
    .story-hero h1 {
        font-size: 40px;
    }

    .story-lead,
    .story-body p {
        font-size: 16px;
    }

    .story-highlight {
        font-size: 18px;
    }
}
