:root {
    color-scheme: light;
    --paper: #f4ecdf;
    --paper-bright: #fffaf1;
    --paper-quiet: #eadfce;
    --ink: #15130f;
    --muted: #665f54;
    --rule: rgba(21, 19, 15, .3);
    --hairline: rgba(21, 19, 15, .14);
    --wine: #8b1d1f;
    --forest: #244438;
    --blue: #2d4658;
    --gold: #a98243;
    --sans: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: Georgia, "Times New Roman", serif;
    --display: "Bodoni 72", Didot, "Bodoni 72 Smallcaps", Georgia, serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        repeating-linear-gradient(90deg, rgba(21, 19, 15, .018) 0 1px, transparent 1px 5px),
        linear-gradient(180deg, var(--paper-bright), var(--paper));
    color: var(--ink);
    font-family: var(--serif);
    line-height: 1.45;
}

body::selection {
    background: var(--ink);
    color: var(--paper-bright);
}

a {
    color: inherit;
}

p,
h1,
h2,
h3,
blockquote,
figure {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
}

.mag-header,
.cover,
.index-strip,
.editor-letter,
.flagship,
.departments,
.routes,
.credibility,
.site-footer,
.article-shell {
    margin: 0 auto;
    max-width: 1480px;
    padding-left: 52px;
    padding-right: 52px;
}

.topline {
    align-items: center;
    border-bottom: 1px solid var(--rule);
    display: grid;
    font-family: var(--sans);
    font-size: .78rem;
    font-weight: 800;
    gap: 16px;
    grid-template-columns: 1fr auto 1fr;
    letter-spacing: .15em;
    padding: 24px 0 16px;
    text-transform: uppercase;
}

.topline span:nth-child(2) {
    color: var(--gold);
    justify-self: center;
}

.edition-switch {
    justify-self: end;
}

.masthead-row {
    align-items: stretch;
    border-bottom: 2px solid var(--ink);
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 310px;
    padding: 22px 0 26px;
}

.masthead {
    display: block;
    font-family: var(--display);
    font-size: 12.8rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .76;
    text-decoration: none;
    white-space: nowrap;
}

.masthead-note {
    align-items: center;
    border-left: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
}

.masthead-note span {
    color: var(--wine);
    font-family: var(--sans);
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.masthead-note em {
    display: block;
    font-size: .96rem;
    line-height: 1.35;
    margin-top: 20px;
    text-align: center;
}

.folio-nav {
    align-items: center;
    border-bottom: 1px solid var(--rule);
    display: flex;
    font-family: var(--sans);
    font-size: .82rem;
    font-weight: 900;
    gap: 58px;
    justify-content: center;
    letter-spacing: .14em;
    min-height: 54px;
    text-transform: uppercase;
}

.folio-nav a {
    text-decoration: none;
}

.cover {
    border-bottom: 1px solid var(--rule);
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr) 170px;
    min-height: 650px;
    padding-bottom: 0;
    padding-top: 0;
}

.cover-copy {
    border-right: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 38px 52px 0;
}

.kicker,
.section-label,
.cover-line small,
.index-strip span,
.department-grid span,
.route-row small {
    color: var(--wine);
    font-family: var(--sans);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

h1 {
    font-family: var(--display);
    font-size: 4.9rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .88;
    margin-top: 18px;
}

.cover-dek {
    color: #29241f;
    font-size: 1.18rem;
    line-height: 1.36;
    margin-top: 22px;
}

.cover-lines {
    border-top: 1px solid var(--rule);
    margin-top: 38px;
}

.cover-line {
    border-bottom: 1px solid var(--hairline);
    display: grid;
    gap: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 15px 0;
}

.cover-line p {
    color: var(--wine);
    font-size: 1.03rem;
    line-height: 1.15;
}

.cover-line span {
    color: var(--ink);
    display: block;
    font-size: .92rem;
    line-height: 1.28;
    margin-top: 5px;
}

.cover-line small {
    color: var(--muted);
    padding-top: 4px;
}

.cover-plate {
    align-self: stretch;
    background: var(--ink);
    display: grid;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.cover-plate::after {
    background:
        linear-gradient(180deg, transparent 58%, rgba(21, 19, 15, .45)),
        repeating-linear-gradient(0deg, rgba(255, 250, 241, .05) 0 1px, transparent 1px 4px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cover-plate img {
    filter: contrast(1.08);
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.cover-plate figcaption,
.flagship figcaption,
.article-lead-image figcaption,
.article-inset figcaption {
    color: rgba(255, 250, 241, .86);
    font-family: var(--sans);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cover-plate figcaption {
    bottom: 18px;
    left: 20px;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.issue-spine {
    align-content: center;
    border-left: 1px solid var(--rule);
    display: grid;
    gap: 24px;
    justify-items: center;
    padding: 42px 0 42px 34px;
    text-align: center;
}

.issue-spine span {
    color: var(--wine);
    font-family: var(--display);
    font-size: 4.9rem;
    line-height: .8;
}

.issue-spine p {
    font-family: var(--sans);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.issue-spine blockquote {
    border-top: 1px solid var(--rule);
    color: #332b25;
    font-size: 1.23rem;
    font-style: italic;
    line-height: 1.18;
    max-width: 158px;
    padding-top: 24px;
}

.index-strip {
    border-bottom: 1px solid var(--rule);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 24px;
    padding-top: 24px;
}

.index-strip a {
    border-left: 1px solid var(--rule);
    display: grid;
    gap: 5px;
    min-height: 122px;
    padding: 0 30px;
    text-decoration: none;
}

.index-strip a:first-child {
    border-left: 0;
    padding-left: 0;
}

.index-strip strong {
    font-size: 1.52rem;
    line-height: 1.1;
}

.index-strip small {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.28;
}

.editor-letter,
.flagship,
.departments,
.routes,
.credibility {
    border-bottom: 1px solid var(--rule);
    padding-bottom: 86px;
    padding-top: 86px;
}

.editor-letter {
    display: grid;
    gap: 44px;
    grid-template-columns: 320px minmax(0, 1fr);
}

.editor-letter figure {
    align-self: start;
    border: 1px solid var(--rule);
    padding: 10px;
}

.editor-letter img {
    aspect-ratio: 4 / 5;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.editor-copy {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, .58fr) minmax(280px, .42fr);
}

.editor-copy h2,
.section-heading h2,
.flagship h2,
.credibility h2,
.article-route h2,
.article-credits h2 {
    font-family: var(--display);
    font-size: 4.75rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .9;
}

.letter-body {
    border-left: 1px solid var(--rule);
    color: #2f2822;
    display: grid;
    font-size: 1.18rem;
    gap: 22px;
    line-height: 1.42;
    padding-left: 38px;
}

.flagship {
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, .52fr) minmax(360px, .48fr);
}

.flagship p {
    color: #2f2822;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 24px;
    max-width: 620px;
}

.flagship figure,
.article-lead-image,
.article-inset {
    background: var(--ink);
    position: relative;
}

.flagship img {
    aspect-ratio: 5 / 4;
    filter: contrast(1.06);
    object-fit: cover;
    width: 100%;
}

.flagship figcaption,
.article-lead-image figcaption,
.article-inset figcaption {
    bottom: 16px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.text-link {
    border-bottom: 2px solid var(--wine);
    color: var(--wine);
    display: inline-flex;
    font-family: var(--sans);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .16em;
    margin-top: 32px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.section-heading {
    display: grid;
    gap: 32px;
    grid-template-columns: 230px minmax(0, 1fr);
    margin-bottom: 48px;
}

.department-grid {
    border-top: 2px solid var(--ink);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.department-grid article {
    border-left: 1px solid var(--rule);
    min-height: 360px;
    padding: 26px 24px 0;
}

.department-grid article:first-child {
    border-left: 0;
    padding-left: 0;
}

.department-grid img {
    aspect-ratio: 4 / 3;
    filter: grayscale(.25) contrast(1.03);
    margin-bottom: 24px;
    object-fit: cover;
    width: 100%;
}

.department-grid h3 {
    font-family: var(--display);
    font-size: 2.15rem;
    line-height: .98;
    margin-top: 12px;
}

.department-grid p {
    color: var(--muted);
    font-size: .98rem;
    line-height: 1.34;
    margin-top: 14px;
}

.route-list {
    border-top: 2px solid var(--ink);
}

.route-row {
    align-items: baseline;
    border-bottom: 1px solid var(--rule);
    display: grid;
    gap: 28px;
    grid-template-columns: 110px 190px minmax(0, 1fr);
    padding: 24px 0;
}

.route-row small {
    color: var(--gold);
}

.route-row strong {
    color: var(--forest);
    font-family: var(--display);
    font-size: 2.2rem;
    line-height: .95;
}

.route-row span {
    color: #332b25;
    display: block;
    font-size: 1.18rem;
    line-height: 1.32;
}

.credibility {
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, .5fr) minmax(360px, .5fr);
}

.credibility p {
    color: #2f2822;
    font-size: 1.16rem;
    line-height: 1.42;
    margin-top: 22px;
    max-width: 620px;
}

.credibility ul,
.article-credits ul {
    border-top: 2px solid var(--ink);
    list-style: none;
    margin: 0;
    padding: 0;
}

.credibility li,
.article-credits li {
    border-bottom: 1px solid var(--rule);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 170px;
    padding: 16px 0;
}

.credibility a,
.article-credits a {
    color: var(--wine);
    font-size: 1rem;
    text-decoration: none;
}

.credibility span,
.article-credits span {
    color: var(--muted);
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer {
    align-items: center;
    display: flex;
    font-family: var(--sans);
    justify-content: space-between;
    min-height: 116px;
}

.site-footer span {
    font-family: var(--display);
    font-size: 2.4rem;
    font-weight: 900;
}

.site-footer p {
    color: var(--muted);
    font-size: .92rem;
    margin-top: 2px;
}

.site-footer a {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}

.article-shell {
    padding-bottom: 90px;
}

.article-hero {
    border-bottom: 1px solid var(--rule);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .68fr) minmax(300px, .32fr);
    padding: 70px 0 42px;
}

.article-hero .kicker,
.article-hero h1 {
    grid-column: 1 / -1;
}

.article-hero h1 {
    font-size: 6.2rem;
    max-width: 1040px;
}

.article-hero > p {
    color: #2f2822;
    font-size: 1.45rem;
    line-height: 1.32;
    max-width: 760px;
}

.byline {
    border-left: 1px solid var(--rule);
    display: grid;
    font-family: var(--sans);
    font-size: .78rem;
    font-weight: 900;
    gap: 10px;
    letter-spacing: .14em;
    padding-left: 28px;
    text-transform: uppercase;
}

.article-lead-image {
    margin-top: 28px;
}

.article-lead-image img {
    filter: contrast(1.08);
    min-height: 420px;
    object-fit: cover;
    width: 100%;
}

.article-grid {
    display: grid;
    gap: 64px;
    grid-template-columns: 260px minmax(0, 720px);
    justify-content: center;
    padding-top: 72px;
}

.article-rail {
    border-top: 2px solid var(--ink);
    position: sticky;
    top: 24px;
    align-self: start;
    padding-top: 18px;
}

.article-rail ol {
    color: var(--muted);
    font-family: var(--sans);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 18px 0 0;
    padding-left: 20px;
}

.article-rail li + li {
    margin-top: 14px;
}

.article-body {
    color: #251f1a;
    font-size: 1.22rem;
    line-height: 1.62;
}

.article-body p + p,
.article-body p + h2,
.article-body figure + h2 {
    margin-top: 30px;
}

.article-body h2 {
    font-family: var(--display);
    font-size: 3.2rem;
    line-height: .94;
}

.article-body .drop::first-letter {
    color: var(--wine);
    float: left;
    font-family: var(--display);
    font-size: 6.7rem;
    line-height: .78;
    padding-right: 10px;
}

.article-body blockquote {
    border-bottom: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
    color: var(--wine);
    font-family: var(--display);
    font-size: 2.3rem;
    line-height: 1;
    margin: 42px 0;
    padding: 28px 0;
}

.article-inset {
    margin: 42px 0;
}

.article-inset img {
    height: 680px;
    object-fit: cover;
    object-position: center 58%;
    width: 100%;
}

.article-route,
.article-credits {
    border-top: 2px solid var(--ink);
    margin-top: 86px;
    padding-top: 34px;
}

.article-route h2,
.article-credits h2 {
    margin: 18px 0 30px;
    max-width: 780px;
}

@media (max-width: 1260px) {
    .masthead {
        font-size: 9.6rem;
    }

    .cover {
        grid-template-columns: 360px minmax(0, 1fr);
    }

    .issue-spine {
        border-left: 0;
        border-top: 1px solid var(--rule);
        grid-column: 1 / -1;
        grid-template-columns: auto auto minmax(0, 1fr);
        justify-items: start;
        padding: 24px 0;
        text-align: left;
    }

    .issue-spine blockquote {
        border-left: 1px solid var(--rule);
        border-top: 0;
        max-width: none;
        padding-left: 24px;
        padding-top: 0;
    }

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

    .department-grid article:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .department-grid article:nth-child(n + 3) {
        border-top: 1px solid var(--rule);
        margin-top: 28px;
    }
}

@media (max-width: 960px) {
    .mag-header,
    .cover,
    .index-strip,
    .editor-letter,
    .flagship,
    .departments,
    .routes,
    .credibility,
    .site-footer,
    .article-shell {
        padding-left: 26px;
        padding-right: 26px;
    }

    .topline,
    .masthead-row,
    .cover,
    .editor-letter,
    .editor-copy,
    .flagship,
    .section-heading,
    .credibility,
    .article-hero,
    .article-grid {
        grid-template-columns: 1fr;
    }

    .masthead {
        font-size: 6.8rem;
        white-space: normal;
    }

    .masthead-note,
    .cover-copy,
    .letter-body,
    .byline {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
    }

    .masthead-note {
        align-items: flex-start;
    }

    .masthead-note em {
        text-align: left;
    }

    .folio-nav {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: flex-start;
        padding: 14px 0;
    }

    h1,
    .article-hero h1 {
        font-size: 4.2rem;
    }

    .cover-copy {
        padding-right: 0;
    }

    .cover-plate {
        min-height: 360px;
    }

    .editor-copy h2,
    .section-heading h2,
    .flagship h2,
    .credibility h2,
    .article-route h2,
    .article-credits h2 {
        font-size: 3.5rem;
    }

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

    .index-strip a {
        border-left: 0;
        border-top: 1px solid var(--rule);
        padding: 22px 18px 0 0;
    }

    .index-strip a:nth-child(-n + 2) {
        border-top: 0;
    }

    .route-row {
        grid-template-columns: 90px minmax(130px, .28fr) minmax(0, .72fr);
    }

    .article-rail {
        position: static;
    }
}

@media (max-width: 620px) {
    .mag-header,
    .cover,
    .index-strip,
    .editor-letter,
    .flagship,
    .departments,
    .routes,
    .credibility,
    .site-footer,
    .article-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .topline {
        align-items: start;
        gap: 8px;
    }

    .topline span:nth-child(2),
    .edition-switch {
        justify-self: start;
    }

    .masthead {
        font-size: 4.6rem;
    }

    .masthead-row {
        gap: 20px;
    }

    .folio-nav {
        font-size: .78rem;
        gap: 18px;
        letter-spacing: .11em;
    }

    h1,
    .article-hero h1 {
        font-size: 3.28rem;
    }

    .cover-dek,
    .article-hero > p {
        font-size: 1.08rem;
    }

    .cover-line {
        grid-template-columns: 1fr;
    }

    .cover-plate {
        min-height: 280px;
    }

    .issue-spine {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .issue-spine blockquote {
        border-left: 0;
        border-top: 1px solid var(--rule);
        padding-left: 0;
        padding-top: 18px;
    }

    .index-strip,
    .department-grid {
        grid-template-columns: 1fr;
    }

    .index-strip a:nth-child(-n + 2) {
        border-top: 1px solid var(--rule);
    }

    .index-strip a:first-child {
        border-top: 0;
    }

    .department-grid article,
    .department-grid article:nth-child(n + 3) {
        border-left: 0;
        border-top: 1px solid var(--rule);
        margin-top: 0;
        padding: 24px 0 28px;
    }

    .department-grid article:first-child {
        border-top: 0;
    }

    .editor-copy h2,
    .section-heading h2,
    .flagship h2,
    .credibility h2,
    .article-route h2,
    .article-credits h2 {
        font-size: 2.72rem;
    }

    .letter-body,
    .article-body {
        font-size: 1.06rem;
    }

    .route-row,
    .credibility li,
    .article-credits li {
        grid-template-columns: 1fr;
    }

    .article-body h2 {
        font-size: 2.5rem;
    }

    .article-body blockquote {
        font-size: 1.92rem;
    }

    .article-inset img {
        height: 420px;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }
}
