:root {
    --paper: #e9e8df;
    --paper2: #f4f2e9;
    --ink: #151e19;
    --muted: #5d655c;
    --line: #b9c0b4;
    --acid: #dfff42;
    --orange: #ff6544;
    --dark: #182820;
    --max: 1440px;
    --font-body: 'Manrope', Arial, Helvetica, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button,
input {
    font: inherit
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -80px;
    background: #fff;
    padding: 12px;
    z-index: 20
}

.skip-link:focus {
    top: 12px
}

*:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px
}

.site-shell {
    max-width: var(--max);
    margin: auto;
    overflow: hidden;
    background: var(--paper)
}

.topbar {
    height: 86px;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 0 4.1%;
    border-bottom: 1px solid var(--ink)
}

.wordmark,
.footer-mark {
    font-size: 29px;
    font-weight: 900;
    letter-spacing: -2.1px;
    white-space: nowrap
}

.wordmark-dot,
.footer-mark span {
    color: var(--orange)
}

.nav {
    display: flex;
    gap: 29px;
    margin-left: auto
}

.nav a,
.topbar-index {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.nav a:hover,
.nav a[aria-current] {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px
}

.topbar-index {
    border: 1px solid var(--ink);
    padding: 10px 14px;
    margin-left: 8px;
    white-space: nowrap
}

.topbar-index span {
    margin-left: 16px;
    font-size: 16px
}

.topbar-index:hover {
    background: var(--acid)
}

.read-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--orange);
    z-index: 999;
    transition: width .1s linear
}

.hero {
    padding: 42px 4.1% 45px;
    min-height: 648px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 800
}

.pulse {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange)
}

.hero-issue {
    margin-left: auto
}

.hero h1 {
    font-size: clamp(78px, 12.2vw, 186px);
    line-height: .77;
    margin: 50px 0 28px;
    letter-spacing: -.095em;
    font-weight: 900
}

.hero h1 em {
    font-style: normal;
    color: var(--dark)
}

.hero-period {
    color: var(--orange)
}

.hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px
}

.hero-bottom p {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.03em;
    max-width: 460px;
    margin: 0
}

.hero-cta {
    min-width: 275px;
    border-bottom: 2px solid var(--ink);
    padding: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em
}

.hero-cta span {
    font-size: 24px
}

.hero-cta:hover {
    border-color: var(--orange);
    color: var(--orange)
}

.ticker {
    background: var(--acid);
    overflow: hidden;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink)
}

.ticker div {
    font-weight: 900;
    font-size: 17px;
    letter-spacing: .045em;
    white-space: nowrap;
    padding: 15px 0;
    word-spacing: 8px
}

.ticker b {
    font-size: 20px;
    padding: 0 24px;
    color: var(--orange)
}

.feature,
.latest,
.questions {
    padding: 72px 4.1%
}

.section-label {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    border-top: 1px solid var(--ink);
    padding: 11px 0 28px;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800
}

.section-label a:hover {
    text-decoration: underline
}

.feature-link {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 570px;
    background: var(--dark);
    color: var(--paper2)
}

.feature-visual {
    background: var(--orange);
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature-visual:before,
.feature-visual:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(21, 30, 25, .3);
    border-radius: 50%;
    width: 90%;
    aspect-ratio: 1
}

.feature-visual:after {
    width: 140%
}

.orbit {
    position: absolute;
    border: 2px solid var(--ink);
    border-radius: 50%;
    transform: rotate(-24deg);
    width: 85%;
    height: 36%
}

.orbit-two {
    transform: rotate(58deg);
    width: 86%;
    height: 36%
}

.feature-initial {
    font-size: clamp(250px, 29vw, 480px);
    font-weight: 900;
    letter-spacing: -.15em;
    line-height: 1;
    transform: translate(-10%, 2%);
    z-index: 1;
    color: var(--dark)
}

.feature-stamp {
    position: absolute;
    left: 25px;
    bottom: 23px;
    border: 1px solid var(--ink);
    font-size: 11px;
    padding: 9px 11px;
    font-weight: 800;
    letter-spacing: .15em
}

.feature-copy {
    position: relative;
    padding: 55px 45px 40px;
    display: flex;
    flex-direction: column
}

.eyebrow {
    color: var(--acid);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em
}

.feature-copy h2 {
    font-size: clamp(43px, 4.8vw, 72px);
    letter-spacing: -.06em;
    line-height: .98;
    margin: 35px 0 28px;
    max-width: 580px
}

.feature-copy>p {
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1.35;
    max-width: 500px;
    margin: 0;
    color: #d7ddcf
}

.feature-lesson {
    border-top: 1px solid #79847b;
    margin-top: auto;
    padding-top: 22px;
    max-width: 440px
}

.feature-lesson span {
    display: block;
    color: var(--acid);
    font-size: 10px;
    letter-spacing: .15em;
    font-weight: 800;
    margin-bottom: 12px
}

.feature-lesson strong {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500
}

.round-arrow {
    position: absolute;
    right: 38px;
    bottom: 35px;
    background: var(--acid);
    color: var(--ink);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    font-size: 24px
}

.feature-link:hover .round-arrow {
    transform: rotate(45deg)
}

.latest {
    padding-top: 24px
}

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

.latest-heading h2 {
    font-size: clamp(58px, 8vw, 118px);
    line-height: .86;
    letter-spacing: -.075em;
    margin: 0
}

.latest-heading em {
    font-family: Georgia, serif;
    font-weight: 400;
    letter-spacing: -.07em
}

.latest-heading p {
    max-width: 230px;
    font-size: 14px;
    line-height: 1.4
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.story-card {
    border: 1px solid var(--ink);
    background: var(--paper2);
    display: flex;
    flex-direction: column;
    min-height: 520px;
    transition: transform .2s, box-shadow .2s
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 7px 7px 0 var(--ink)
}

.story-card-top {
    display: flex;
    justify-content: space-between;
    padding: 13px 16px;
    border-bottom: 1px solid var(--ink);
    font-size: 10px;
    letter-spacing: .12em;
    font-weight: 800;
    text-transform: uppercase
}

.card-art {
    height: 228px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--ink);
    background: var(--acid)
}

.card-art span {
    font-size: 220px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.15em;
    position: relative;
    z-index: 1;
    transform: rotate(-13deg)
}

.card-art i {
    position: absolute;
    width: 95%;
    height: 50%;
    border: 2px solid var(--ink);
    border-radius: 50%;
    transform: rotate(35deg)
}

.card-art-2 {
    background: #c8d4fa
}

.card-art-0 {
    background: #ffad91
}

.story-meta {
    display: flex;
    justify-content: space-between;
    padding: 18px 17px 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    font-weight: 800;
    color: var(--muted)
}

.story-card h3 {
    font-size: 29px;
    letter-spacing: -.05em;
    line-height: 1.05;
    margin: 20px 17px 10px
}

.story-card p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--muted);
    margin: 0 17px 25px
}

.card-read {
    margin: auto 17px 17px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800
}

.card-read span {
    font-size: 18px
}

.manifesto {
    margin: 10px 4.1% 72px;
    background: var(--acid);
    padding: 29px 35px 33px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.manifesto-number {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em
}

.manifesto p {
    font-size: clamp(40px, 6.3vw, 94px);
    line-height: .97;
    letter-spacing: -.07em;
    font-weight: 900;
    max-width: 1100px;
    margin: auto 0
}

.manifesto p em {
    font-family: Georgia, serif;
    font-weight: 400
}

.manifesto>a {
    margin-left: auto;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 7px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 800
}

.manifesto>a span {
    margin-left: 25px;
    font-size: 19px
}

.questions {
    padding-top: 0;
    padding-bottom: 105px
}

.questions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px
}

.questions-grid>div {
    border-left: 1px solid var(--ink);
    padding-left: 20px
}

.questions-grid span {
    font-size: 11px;
    font-weight: 800
}

.questions-grid h3 {
    font-size: 38px;
    letter-spacing: -.05em;
    line-height: 1;
    margin: 38px 0 12px
}

.questions-grid p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 270px;
    color: var(--muted)
}

.footer {
    background: var(--dark);
    color: var(--paper2);
    padding: 55px 4.1% 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 35px
}

.footer-mark {
    font-size: 39px
}

.footer p {
    margin-top: 12px;
    font-family: Georgia, serif;
    font-size: 17px
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800
}

.footer-links a:hover {
    text-decoration: underline
}

.footer-end {
    font-size: 12px;
    line-height: 1.6;
    align-self: end;
    justify-self: end;
    text-align: right;
    color: #c3cbbd
}

.listing-head {
    padding: 45px 4.1% 58px
}

.listing-head h1,
.text-page h1 {
    font-size: clamp(76px, 11vw, 155px);
    line-height: .9;
    letter-spacing: -.085em;
    margin: 40px 0 24px
}

.listing-head h1 span,
.text-page h1 span {
    color: var(--orange)
}

.listing-head>p {
    font-family: Georgia, serif;
    font-size: 26px;
    margin: 0
}

.listing-grid {
    padding: 0 4.1% 100px
}

.text-page {
    padding: 45px 4.1% 130px
}

.text-lead {
    font-family: Georgia, serif;
    font-size: clamp(25px, 3.2vw, 44px);
    line-height: 1.2;
    letter-spacing: -.035em;
    max-width: 950px;
    margin: 50px 0 90px
}

.text-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 80px;
    max-width: 1030px;
    margin-left: auto
}

.text-sections section {
    border-top: 1px solid var(--ink);
    padding-top: 17px
}

.text-sections h2 {
    font-size: 31px;
    letter-spacing: -.04em;
    margin: 0 0 15px
}

.text-sections p {
    font-size: 17px;
    line-height: 1.55;
    color: #38433a;
    margin: 0
}

.article-head {
    padding: 34px 4.1% 60px
}

.breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
    font-weight: 800
}

.breadcrumb a:hover {
    text-decoration: underline
}

.article-tags {
    display: flex;
    gap: 7px;
    margin-top: 70px
}

.article-tags span {
    border: 1px solid var(--ink);
    border-radius: 30px;
    padding: 7px 12px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em
}

.article-tags span:first-child {
    background: var(--acid)
}

.article-head h1 {
    max-width: 1170px;
    font-size: clamp(58px, 8.4vw, 122px);
    line-height: .92;
    letter-spacing: -.078em;
    margin: 30px 0;
    scroll-margin-top: 100px
}

.article-dek {
    max-width: 730px;
    font-family: Georgia, serif;
    font-size: clamp(23px, 2.7vw, 36px);
    line-height: 1.25;
    letter-spacing: -.03em;
    margin: 0 0 48px
}

.article-byline {
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    padding: 16px 0;
    display: flex;
    gap: 40px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.article-byline div:first-child {
    margin-right: auto
}

.article-byline span {
    display: block;
    font-weight: 400;
    color: var(--muted)
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(220px, 29%) minmax(0, 1fr);
    gap: 40px;
    padding: 0 4.1% 100px
}

.article-rail {
    align-self: start;
    position: sticky;
    top: 25px;
    max-width: 300px
}

.rail-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.article-rail p {
    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 1.32;
    margin: 11px 0 30px
}

.rail-rule {
    border-top: 1px solid var(--ink);
    margin: 0 0 27px
}

.article-rail a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px
}

.article-body {
    max-width: 850px
}

.article-art {
    height: 440px;
    background: var(--orange);
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center
}

.article-art:before,
.article-art:after {
    content: "";
    position: absolute;
    border: 2px solid var(--ink);
    border-radius: 50%;
    height: 40%;
    width: 90%;
    transform: rotate(32deg)
}

.article-art:after {
    transform: rotate(-54deg)
}

.article-art span {
    font-size: 450px;
    font-weight: 900;
    letter-spacing: -.15em;
    line-height: 1;
    transform: rotate(-12deg);
    z-index: 1
}

.article-art i {
    position: absolute;
    left: 23px;
    bottom: 19px;
    font-style: normal;
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 800
}

.creative-link {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--dark);
    color: var(--paper2);
    padding: 15px 22px;
    font-size: 13px
}

.creative-link>span {
    width: 38px;
    height: 38px;
    background: var(--acid);
    color: var(--ink);
    display: grid;
    place-items: center;
    border-radius: 50%
}

.creative-link small {
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px
}

.creative-link:hover {
    background: #31483b
}

.article-section {
    padding-top: 50px
}

.article-section h2,
.article-sources h2 {
    font-size: 40px;
    letter-spacing: -.055em;
    line-height: 1.05;
    margin: 0 0 24px;
    scroll-margin-top: 100px
}

.article-section p,
.article-section li,
.article-sources>p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.72;
    margin: 0 0 22px;
    color: #2f3930;
    letter-spacing: .005em
}

.article-section ul {
    padding-left: 25px
}

.article-section li {
    margin-bottom: 7px
}

.article-takeaway {
    background: var(--acid);
    padding: 28px 32px;
    margin: 70px 0
}

.article-takeaway span {
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 800
}

.article-takeaway p {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -.04em;
    font-weight: 800;
    margin: 30px 0 0
}

.article-sources {
    border-top: 1px solid var(--ink);
    padding-top: 25px;
    margin-top: 70px
}

.article-sources>p {
    font-size: 16px
}

.article-sources ul {
    list-style: none;
    padding: 0;
    margin: 25px 0
}

.article-sources li {
    border-top: 1px solid var(--line);
    padding: 14px 0;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    font-size: 14px
}

.article-sources li span {
    color: var(--muted)
}

.article-sources li a {
    font-weight: 800;
    text-align: right
}

.article-sources li a:hover {
    text-decoration: underline
}

.article-sources .disclosure {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted)
}

.disclosure a {
    text-decoration: underline
}

@media(max-width:1000px) {
    .nav {
        gap: 14px
    }

    .topbar-index {
        display: none
    }

    .hero {
        min-height: 560px
    }

    .hero h1 {
        font-size: clamp(70px, 12vw, 130px)
    }

    .feature-link {
        grid-template-columns: 1fr 1fr
    }

    .feature-visual {
        min-height: 480px
    }

    .feature-copy {
        padding: 40px 28px
    }

    .feature-copy h2 {
        font-size: 50px
    }

    .feature-copy>p {
        font-size: 18px
    }

    .story-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .article-layout {
        grid-template-columns: 200px minmax(0, 1fr)
    }
}

@media(max-width:700px) {
    .topbar {
        height: auto;
        min-height: 72px;
        padding: 18px 5%;
        display: block
    }

    .wordmark {
        font-size: 27px
    }

    .nav {
        margin: 19px 0 0;
        justify-content: space-between;
        gap: 9px
    }

    .nav a {
        font-size: 10px
    }

    .hero {
        padding: 25px 5% 35px;
        min-height: 490px
    }

    .hero-kicker {
        font-size: 9px;
        letter-spacing: .07em
    }

    .hero-issue {
        display: none
    }

    .hero h1 {
        font-size: clamp(60px, 13.5vw, 94px);
        margin: 50px 0 30px;
        letter-spacing: -.09em
    }

    .hero-bottom {
        display: block
    }

    .hero-bottom p {
        font-size: 17px;
        max-width: 350px
    }

    .hero-cta {
        margin-top: 30px;
        min-width: 0;
        width: 100%
    }

    .ticker div {
        font-size: 13px
    }

    .ticker b {
        padding: 0 10px
    }

    .feature,
    .latest,
    .questions {
        padding: 45px 5%
    }

    .section-label {
        font-size: 9px;
        padding-bottom: 21px
    }

    .feature-link {
        display: block
    }

    .feature-visual {
        min-height: 350px
    }

    .feature-initial {
        font-size: 310px
    }

    .feature-copy {
        min-height: 425px;
        padding: 32px 25px 90px
    }

    .feature-copy h2 {
        font-size: 54px;
        margin: 22px 0
    }

    .feature-copy>p {
        font-size: 18px
    }

    .feature-lesson {
        margin-top: 35px;
        padding-right: 50px
    }

    .round-arrow {
        right: 22px;
        bottom: 23px
    }

    .latest {
        padding-top: 10px
    }

    .latest-heading {
        display: block
    }

    .latest-heading h2 {
        font-size: 70px
    }

    .latest-heading p {
        margin: 20px 0 0
    }

    .story-grid {
        display: block
    }

    .story-card {
        margin-bottom: 18px;
        min-height: 480px
    }

    .card-art {
        height: 210px
    }

    .manifesto {
        margin: 0 5% 50px;
        padding: 22px 23px;
        min-height: 360px
    }

    .manifesto p {
        font-size: 49px
    }

    .manifesto>a {
        margin: 0
    }

    .questions-grid {
        display: block
    }

    .questions-grid>div {
        margin-bottom: 40px
    }

    .questions-grid h3 {
        margin-top: 20px
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        padding: 40px 5%;
        gap: 35px
    }

    .footer>div:first-child {
        grid-column: 1/-1
    }

    .footer-end {
        font-size: 10px
    }

    .listing-head,
    .text-page {
        padding: 30px 5% 55px
    }

    .listing-head h1,
    .text-page h1 {
        font-size: 75px
    }

    .listing-head>p {
        font-size: 21px
    }

    .listing-grid {
        padding: 0 5% 70px
    }

    .text-lead {
        margin: 38px 0 55px
    }

    .text-sections {
        display: block
    }

    .text-sections section {
        margin-bottom: 40px
    }

    .article-head {
        padding: 25px 5% 35px
    }

    .article-tags {
        margin-top: 40px
    }

    .article-head h1 {
        font-size: 60px
    }

    .article-dek {
        font-size: 24px
    }

    .article-byline {
        gap: 17px;
        font-size: 9px
    }

    .article-layout {
        display: block;
        padding: 0 5% 70px
    }

    .article-rail {
        position: static;
        max-width: none;
        padding: 20px 0 25px;
        border-top: 1px solid var(--ink);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .article-rail p {
        font-size: 15px;
        margin: 0
    }

    .rail-rule,
    .article-rail a {
        display: none
    }

    .article-art {
        height: 290px
    }

    .article-art span {
        font-size: 300px
    }

    .article-section {
        padding-top: 40px
    }

    .article-section h2,
    .article-sources h2 {
        font-size: 34px
    }

    .article-section p,
    .article-section li {
        font-size: 17px
    }

    .creative-link small {
        display: none
    }

    .article-takeaway p {
        font-size: 24px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}

.guide-promo {
    margin: 0 4.1% 72px;
    padding: 55px 5%;
    background: var(--dark);
    color: var(--paper2)
}

.guide-promo>span,
.guide-kicker,
.guide-index-card>span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    color: var(--acid)
}

.guide-promo h2 {
    font-size: clamp(48px, 7vw, 96px);
    line-height: .95;
    letter-spacing: -.07em;
    margin: 35px 0
}

.guide-promo h2 em {
    font-family: Georgia, serif;
    font-weight: 400
}

.guide-promo p {
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1.35;
    max-width: 650px
}

.guide-promo a,
.guide-download a {
    display: inline-block;
    border-bottom: 2px solid var(--acid);
    padding: 10px 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.guide-promo a:hover,
.guide-download a:hover {
    color: var(--acid)
}

.article-figure {
    margin: 0
}

.article-figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background: var(--paper2)
}

.article-figure figcaption {
    padding: 10px 0 15px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--muted)
}

.article-related {
    margin-top: 60px;
    border-top: 1px solid var(--ink);
    padding-top: 24px
}

.article-related h2 {
    font-size: 34px;
    letter-spacing: -.05em
}

.article-related ul {
    padding: 0;
    list-style: none
}

.article-related li {
    border-top: 1px solid var(--line)
}

.article-related a {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 800;
    font-size: 17px
}

.article-related a:hover {
    text-decoration: underline
}

.article-related span {
    font-size: 22px
}

.article-explainer {
    margin: 35px 0 20px
}

.guide-index {
    padding: 0 4.1% 100px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.guide-index-card {
    background: var(--dark);
    color: var(--paper2);
    min-height: 380px;
    padding: 35px;
    display: flex;
    flex-direction: column
}

.guide-index-card h2 {
    font-size: clamp(43px, 5vw, 70px);
    line-height: .96;
    letter-spacing: -.06em;
    margin: 50px 0 20px
}

.guide-index-card p {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.35;
    max-width: 510px
}

.guide-index-card strong {
    margin-top: auto;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .09em
}

.guide-index-card:hover {
    background: #304438
}

.guide-header {
    padding: 36px 4.1% 55px
}

.guide-kicker {
    display: block;
    color: var(--muted);
    margin-top: 70px
}

.guide-header h1 {
    font-size: clamp(60px, 9vw, 130px);
    line-height: .92;
    letter-spacing: -.08em;
    max-width: 1160px;
    margin: 30px 0
}

.guide-header h1 span {
    color: var(--orange)
}

.guide-header>p {
    font-family: Georgia, serif;
    font-size: clamp(24px, 3vw, 37px);
    line-height: 1.3;
    max-width: 860px;
    margin: 0 0 35px
}

.guide-dates {
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    padding: 14px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800
}

.guide-layout {
    padding: 0 4.1% 100px;
    display: grid;
    grid-template-columns: 28% minmax(0, 1fr);
    gap: 45px
}

.guide-summary {
    align-self: start;
    position: sticky;
    top: 25px;
    border-top: 1px solid var(--ink);
    padding-top: 20px
}

.guide-summary strong,
.guide-questions strong,
.guide-example>span {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800
}

.guide-summary ol {
    padding-left: 21px;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 700
}

.guide-summary p {
    font-family: Georgia, serif;
    color: var(--muted);
    line-height: 1.5;
    max-width: 260px
}

.guide-content {
    max-width: 820px
}

.guide-section {
    border-top: 1px solid var(--ink);
    padding: 26px 0 45px
}

.guide-section h2 {
    font-size: clamp(33px, 4vw, 49px);
    line-height: 1.03;
    letter-spacing: -.055em;
    margin: 0 0 25px
}

.guide-section p,
.guide-download p {
    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 1.6;
    color: #2f3930;
    margin: 0 0 20px
}

.guide-questions {
    background: var(--paper2);
    border-left: 5px solid var(--orange);
    padding: 20px 25px;
    margin-top: 26px
}

.guide-questions ul {
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 1.7
}

.guide-example {
    background: var(--acid);
    padding: 25px 30px;
    margin: 20px 0 40px
}

.guide-example p {
    font-size: 23px;
    line-height: 1.3;
    margin: 17px 0 0
}

.guide-example a {
    text-decoration: underline
}

.guide-download {
    border-top: 1px solid var(--ink);
    padding-top: 24px
}

.guide-download h2 {
    font-size: 42px;
    letter-spacing: -.05em;
    margin: 0 0 20px
}

.guide-download a {
    border-color: var(--ink)
}

@media(max-width:700px) {
    .guide-promo {
        margin: 0 5% 50px;
        padding: 30px 25px
    }

    .guide-promo h2 {
        font-size: 48px
    }

    .guide-promo p {
        font-size: 18px
    }

    .guide-index {
        display: block;
        padding: 0 5% 70px
    }

    .guide-index-card {
        margin-bottom: 18px;
        min-height: 370px;
        padding: 25px
    }

    .guide-index-card h2 {
        font-size: 50px
    }

    .guide-header {
        padding: 28px 5% 40px
    }

    .guide-kicker {
        margin-top: 42px
    }

    .guide-header h1 {
        font-size: 60px
    }

    .guide-header>p {
        font-size: 24px
    }

    .guide-layout {
        display: block;
        padding: 0 5% 70px
    }

    .guide-summary {
        position: static;
        margin-bottom: 45px
    }

    .guide-section p,
    .guide-download p {
        font-size: 17px
    }

    .guide-section h2 {
        font-size: 35px
    }

    .guide-download h2 {
        font-size: 35px
    }
}

@media(max-width:700px) {
    .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 18px;
        row-gap: 12px
    }
}
