@font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn.f6d31671339d.woff2") format('woff2');
    font-weight: 100 900;
    font-display: swap
}

:root {
    --paper: #f6f2e9;
    --ink: #292722;
    --green: #264d43;
    --rust: #a45036;
    --line: #d9d5ca;
    --muted: #706e64;
    --white: #fffdf7
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 15px/1.9 Vazirmatn, Tahoma, sans-serif
}

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

a:hover {
    color: var(--rust)
}

button,
input,
select {
    font: inherit
}

button {
    cursor: pointer
}

:focus-visible {
    outline: 2px solid var(--rust);
    outline-offset: 5px
}

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

h1,
h2,
h3,
p {
    margin: 0
}

h1,
h2,
h3 {
    line-height: 1.5
}

p+p {
    margin-top: 1rem
}

.container {
    width: min(1240px, calc(100% - 96px));
    margin-inline: auto
}

.topline {
    font-size: 10px;
    border-bottom: 1px solid var(--line);
    padding: 9px 0;
    color: var(--muted)
}

.topline .container {
    display: flex;
    justify-content: space-between
}

.site-header {
    background: var(--paper);
    border-bottom: 1px solid var(--line)
}

.header-inner {
    min-height: 106px;
    display: flex;
    align-items: center;
    gap: 35px
}

.brand {
    width: 153px;
    flex-shrink: 0
}

.brand img {
    width: 143px;
    height: 56px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.brand>span {
    font-size: 10px;
    display: block;
    text-align: center
}

.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-inline-start: auto;
    font-size: 13px;
    font-weight: 600
}

.search-link {
    border-inline-start: 1px solid var(--line);
    padding-inline-start: 24px;
    display: flex
}

.menu-button {
    display: none
}

.skip-link {
    position: absolute;
    top: -100px;
    z-index: 50;
    background: var(--green);
    color: white;
    padding: 12px
}

.skip-link:focus {
    top: 0
}

.eyebrow {
    font-size: 11px;
    font-weight: 600;
    color: var(--rust);
    margin-bottom: 16px
}

.dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rust);
    margin-inline-end: 8px
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1.02fr;
    gap: 70px;
    align-items: center;
    padding-block: 55px 60px
}

.hero-copy h1 {
    font-size: clamp(70px, 7.4vw, 108px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -4px
}

.hero-subtitle {
    display: block;
    font-size: clamp(35px, 3.9vw, 56px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -1.5px;
    margin-top: 12px
}

.hero-description {
    max-width: 400px;
    color: var(--muted);
    font-size: 14px;
    line-height: 2.1;
    margin-top: 22px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px
}

.button {
    background: var(--green);
    color: var(--white);
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid var(--green);
    font-size: 13px;
    transition: background .2s, transform .2s
}

.button:hover {
    color: white;
    background: #183b32;
    transform: translateY(-2px)
}

.button span {
    font-size: 24px;
    line-height: 1
}

.text-link {
    font-size: 12px;
    font-weight: 600
}

.hero-footnote {
    font-size: 10px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px
}

.fine-line {
    width: 36px;
    height: 1px;
    background: var(--rust)
}

.hero-visual {
    position: relative;
    padding: 12px 12px 34px;
    border: 1px solid #c5ba9f;
    background: #e7dfcf;
    transform: rotate(-1.1deg)
}

.hero-visual>img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: center 40%;
    filter: saturate(.72)
}

.visual-label {
    position: absolute;
    bottom: 8px;
    right: 18px;
    font-size: 10px;
    color: #665b45
}

.issue-stamp {
    position: absolute;
    left: -24px;
    bottom: 52px;
    width: 88px;
    height: 88px;
    background: var(--paper);
    border: 1px solid var(--green);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(11deg);
    outline: 5px solid var(--paper);
    color: var(--green)
}

.issue-stamp strong {
    font-size: 32px;
    line-height: 1.1
}

.issue-stamp small,
.issue-stamp span {
    font-size: 9px
}

.topic-strip {
    border-block: 1px solid var(--line)
}

.topic-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 71px
}

.strip-title {
    color: var(--muted);
    font-size: 11px
}

.topic-strip a {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 22px
}

.topic-strip a span {
    color: var(--rust)
}

.section {
    padding-block: 66px
}

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

.section-heading .eyebrow {
    margin-bottom: 6px
}

.section-heading h2 {
    font-size: 29px;
    font-weight: 750;
    letter-spacing: -.8px
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px
}

.article-card {
    min-width: 0;
    display: flex;
    flex-direction: column
}

.card-image {
    overflow: hidden;
    height: 205px;
    display: block;
    position: relative;
    background: #ddd9cb
}

.card-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.article-card:hover .card-image>img {
    transform: scale(1.035)
}

.card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--muted);
    margin: 17px 0 9px
}

.card-meta span:first-child {
    color: var(--rust)
}

.article-card h3 {
    font-size: 21px;
    font-weight: 750;
    margin-bottom: 10px
}

.article-card>p {
    font-size: 12px;
    color: var(--muted);
    line-height: 2;
    flex: 1
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 9px;
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid var(--line);
    color: var(--muted)
}

.illustration {
    background: #dddcd0
}

.art-word {
    position: absolute;
    inset: 15% 0;
    text-align: center;
    line-height: 1.4;
    font-size: 88px;
    color: #344d41;
    font-weight: 300
}

.art-caption {
    position: absolute;
    bottom: 13px;
    right: 18px;
    font-size: 10px
}

.illustration-science {
    background: #d3dbcc;
    background-image: linear-gradient(#ffffff30 1px, transparent 1px), linear-gradient(90deg, #ffffff30 1px, transparent 1px);
    background-size: 24px 24px
}

.illustration-science .art-word {
    font-family: Georgia, serif;
    font-style: italic;
    direction: ltr
}

.diagram-lines {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid #264d4340;
    transform: rotate(30deg);
    border-radius: 50%;
    left: -35px;
    top: 25px
}

.diagram-lines:after {
    content: '';
    position: absolute;
    inset: 12px -15px;
    border: 1px solid #264d4340;
    border-radius: 50%;
    transform: rotate(60deg)
}

.illustration-culture {
    background: #e3c9b8
}

.illustration-culture .art-word {
    color: #8a4e3a
}

.illustration-campus {
    background: #d6d3e0
}

.illustration-campus .art-word {
    color: #555075
}

.science-section {
    background: var(--green);
    color: var(--paper);
    overflow: hidden;
    margin-top: 12px
}

.science-layout {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 85px;
    padding-block: 55px
}

.science-intro {
    position: relative;
    overflow: hidden;
    min-height: 350px
}

.science-intro .eyebrow {
    color: #c5d0b6
}

.science-intro h2 {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.7
}

.science-intro>p:not(.eyebrow) {
    font-size: 12px;
    max-width: 310px;
    color: #d0d6ca;
    margin-top: 16px;
    position: relative;
    z-index: 1
}

.button-light {
    background: var(--paper);
    color: var(--green);
    border-color: var(--paper);
    margin-top: 24px
}

.button-light:hover {
    background: white;
    color: var(--green)
}

.science-art {
    position: absolute;
    width: 220px;
    height: 190px;
    left: -60px;
    bottom: -50px;
    opacity: .15;
    pointer-events: none
}

.science-art>span {
    font-family: Georgia, serif;
    font-size: 130px
}

.science-art i {
    position: absolute;
    inset: 10px;
    border: 1px solid var(--paper);
    border-radius: 50%;
    transform: rotate(40deg)
}

.science-art i:nth-child(3) {
    transform: rotate(85deg)
}

.science-art i:nth-child(4) {
    transform: rotate(130deg)
}

.science-list>article {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #ffffff30
}

.science-list>article:first-child {
    padding-top: 10px
}

.science-list>article:last-child {
    border-bottom: 0
}

.list-number {
    align-self: flex-start;
    font-size: 14px;
    color: #aebfa8;
    line-height: 2
}

.science-list h3 {
    font-size: 20px;
    font-weight: 600
}

.science-list p:not(.eyebrow) {
    font-size: 11px;
    color: #d0d6ca;
    margin-top: 10px
}

.science-list .eyebrow {
    font-size: 9px;
    color: #b7c7b5;
    margin-bottom: 7px
}

.science-list a:hover {
    color: #e2b096
}

.round-link {
    border: 1px solid #ffffff50;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    margin-inline-start: auto
}

.science-empty {
    padding: 50px 20px;
    font-size: 20px
}

.science-empty p {
    margin-block: 20px
}

.issue-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px
}

.issue-cover {
    display: block;
    background: #e6e1d6;
    padding: 24px;
    overflow: hidden
}

.issue-cover img {
    width: 100%;
    aspect-ratio: .715;
    object-fit: cover;
    box-shadow: 4px 7px 15px #0002;
    transition: transform .3s
}

.issue-cover:hover img {
    transform: translateY(-5px) rotate(-1deg)
}

.issue-card:nth-child(2) .issue-cover {
    background: #e0dce8
}

.issue-card:nth-child(3) .issue-cover {
    background: #dce4dd
}

.issue-card:nth-child(4) .issue-cover {
    background: #e6d7cb
}

.issue-caption {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 11px;
    color: var(--muted)
}

.issue-card h3,
.issue-card h2 {
    font-size: 18px;
    margin-top: 4px
}

.issue-card>p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px
}

.invitation {
    margin-block: 10px 65px;
    border-block: 1px solid var(--line);
    padding: 36px 0;
    display: flex;
    gap: 30px;
    align-items: center
}

.invitation h2 {
    font-size: 27px
}

.invitation p:not(.eyebrow) {
    color: var(--muted);
    font-size: 12px;
    margin-top: 8px
}

.invitation .eyebrow {
    margin-bottom: 5px
}

.invitation .button {
    margin-inline-start: auto;
    flex-shrink: 0
}

.invitation-mark {
    font-size: 100px;
    color: var(--rust);
    font-family: Georgia, serif;
    line-height: 1
}

.site-footer {
    background: #eae6dc;
    padding-top: 42px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 36px
}

.footer-wordmark {
    display: flex;
    align-items: center;
    gap: 55px;
    font-size: 43px;
    font-weight: 900;
    letter-spacing: -3px
}

.footer-wordmark>span {
    font-weight: 300;
    font-size: 45px;
    color: var(--rust)
}

.footer-grid p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 12px
}

.footer-grid h2 {
    font-size: 12px;
    margin-bottom: 15px
}

.footer-grid>div>a:not(.footer-wordmark) {
    display: block;
    font-size: 11px;
    margin-bottom: 9px;
    color: var(--muted)
}

.footer-bottom {
    border-top: 1px solid #d0cbc0;
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    padding-block: 15px;
    color: var(--muted)
}

.page-heading {
    margin-bottom: 40px
}

.page-heading h1,
.issue-detail h1 {
    font-size: 54px;
    letter-spacing: -2px
}

.page-heading>p:not(.eyebrow) {
    color: var(--muted);
    margin-top: 14px
}

.filter-form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding: 24px;
    background: #ede9df;
    border: 1px solid var(--line)
}

.filter-form>div:first-child {
    flex: 1
}

.filter-form label:not(.checkbox) {
    display: block;
    font-size: 11px;
    margin-bottom: 7px
}

.filter-form input[type=search],
.filter-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #c7c3b8;
    background: var(--white);
    color: var(--ink);
    min-height: 47px;
    border-radius: 0;
    font-size: 12px
}

.checkbox {
    font-size: 11px;
    display: flex;
    gap: 8px;
    align-items: center;
    align-self: center;
    margin-top: 20px
}

.results-summary {
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    font-size: 12px;
    margin: 24px 0
}

.empty-state {
    grid-column: 1/-1;
    padding: 45px 25px;
    background: #ede9df;
    line-height: 2.2;
    color: var(--muted)
}

.empty-state h2,
.empty-state h3 {
    color: var(--ink);
    margin-bottom: 10px
}

.empty-state a {
    display: inline-block;
    color: var(--green);
    margin-top: 18px
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 45px;
    font-size: 12px
}

.pagination a {
    border-bottom: 1px solid var(--green)
}

.breadcrumbs {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 34px
}

.article-page {
    padding-block: 38px
}

.article-header {
    max-width: 870px;
    margin: auto;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line)
}

.article-header h1 {
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -1.2px
}

.article-lede {
    font-size: 18px;
    line-height: 2;
    color: var(--muted);
    margin-block: 22px
}

.article-byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 11px
}

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

.share-button {
    margin-inline-start: auto;
    background: none;
    border: 1px solid var(--line);
    padding: 7px 12px;
    font-size: 11px
}

.reading-layout {
    display: grid;
    grid-template-columns: 180px minmax(0, 720px);
    gap: 55px;
    justify-content: center;
    margin-block: 40px
}

.prose {
    font-size: 17px;
    line-height: 2.3;
    overflow-wrap: anywhere;
    min-width: 0
}

.prose>*+* {
    margin-top: 1.25em
}

.prose h2 {
    font-size: 27px;
    margin-top: 2em
}

.prose h3 {
    font-size: 22px;
    margin-top: 1.6em
}

.prose a {
    color: var(--rust);
    text-decoration: underline;
    text-underline-offset: 5px
}

.prose blockquote {
    margin-inline: 0;
    padding: 12px 25px;
    border-inline-start: 3px solid var(--rust);
    background: #eae4d9
}

.prose pre {
    direction: ltr;
    text-align: left;
    background: #1e332e;
    color: #e0e9df;
    padding: 35px 22px 22px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre;
    position: relative
}

.prose code {
    font-family: monospace;
    direction: ltr;
    unicode-bidi: isolate
}

.copy-code {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    background: #e0e9df;
    color: #1e332e;
    border: 0;
    padding: 3px 7px
}

.prose table {
    display: block;
    max-width: 100%;
    overflow: auto;
    border-collapse: collapse;
    font-size: 14px
}

.prose th,
.prose td {
    border: 1px solid var(--line);
    padding: 10px 16px;
    min-width: 110px
}

.prose th {
    background: #e8e4da
}

.toc {
    font-size: 11px;
    align-self: start;
    position: sticky;
    top: 30px;
    border-inline-start: 1px solid var(--line);
    padding-inline-start: 18px
}

.toc p {
    font-weight: 700;
    margin-bottom: 14px
}

.toc a {
    display: block;
    color: var(--muted);
    margin-bottom: 10px
}

.toc:has(nav:empty) {
    display: none
}

.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 40;
    direction: ltr
}

.reading-progress span {
    display: block;
    height: 100%;
    background: var(--rust);
    transform: scaleX(0);
    transform-origin: left
}

.article-figure {
    max-width: 900px;
    margin: 30px auto
}

.article-figure img {
    width: 100%
}

.article-figure figcaption {
    font-size: 11px;
    color: var(--muted)
}

.demo-notice,
.notice {
    background: #eee4d5;
    border-inline-start: 3px solid var(--rust);
    padding: 15px 20px;
    font-size: 12px;
    max-width: 870px;
    margin: 20px auto
}

.issue-return {
    display: block;
    max-width: 720px;
    margin: 35px auto 0;
    border-top: 1px solid var(--line);
    padding-top: 24px;
    font-size: 14px;
    color: var(--green)
}

.issue-detail {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 65px;
    align-items: center;
    margin-block: 40px 70px
}

.issue-detail .notice {
    margin-inline: 0
}

.muted {
    color: var(--muted);
    font-size: 12px;
    margin-top: 18px
}

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

.person {
    padding: 30px;
    border: 1px solid var(--line)
}

.person img {
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px
}

.person-initial {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #dce4db;
    color: var(--green);
    font-size: 35px
}

.person h2 {
    font-size: 22px;
    margin-block: 16px
}

.person p {
    font-size: 13px
}

.person>span:last-child {
    font-size: 11px;
    color: var(--rust);
    display: block;
    margin-top: 18px
}

.about-page {
    max-width: 960px
}

.about-page h1 {
    font-size: 62px;
    letter-spacing: -2px
}

.about-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    margin-block: 50px
}

.about-columns h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.about-columns p {
    font-size: 14px;
    color: var(--muted)
}

.contribute {
    padding: 40px;
    background: #e8e3d7
}

.contribute p {
    margin-bottom: 20px
}

.audio-row,
.article-audio {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #e8e3d7;
    padding: 24px;
    margin-top: 15px
}

.audio-row>span {
    font-size: 32px;
    color: var(--rust)
}

.audio-row audio,
.article-audio audio {
    margin-inline-start: auto;
    max-width: 100%
}

.audio-row h3 {
    font-size: 20px
}

.audio-row p,
.article-audio p {
    font-size: 12px;
    color: var(--muted)
}

.article-audio {
    max-width: 870px;
    margin: 25px auto
}

.cover-placeholder {
    aspect-ratio: .715;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    background: var(--green);
    color: var(--paper)
}

.katex-display {
    direction: ltr;
    overflow: auto;
    padding-block: 10px
}

@media(max-width:1050px) {
    .container {
        width: calc(100% - 48px)
    }

    .main-nav {
        gap: 16px;
        font-size: 11px
    }

    .header-inner {
        gap: 20px
    }

    .hero {
        gap: 40px
    }

    .hero-visual>img {
        height: 440px
    }

    .science-layout {
        gap: 40px
    }

    .filter-form {
        flex-wrap: wrap
    }

    .article-grid {
        gap: 22px
    }

    .issue-grid {
        gap: 20px
    }

    .issue-cover {
        padding: 16px
    }

    .reading-layout {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 25px
    }
}

@media(max-width:760px) {
    .container {
        width: calc(100% - 36px)
    }

    .topline .container>span:last-child {
        display: none
    }

    .topline {
        font-size: 9px
    }

    .header-inner {
        min-height: 85px;
        gap: 18px;
        flex-wrap: wrap;
        padding-block: 12px
    }

    .brand {
        width: 125px
    }

    .brand img {
        width: 125px;
        height: 46px
    }

    .brand>span {
        font-size: 9px
    }

    .menu-button {
        display: block;
        background: none;
        border: 0;
        font-size: 12px;
        margin-inline-start: auto
    }

    .search-link {
        padding-inline-start: 15px
    }

    .main-nav {
        width: 100%;
        order: 4;
        flex-wrap: wrap;
        padding-top: 8px;
        border-top: 1px solid var(--line);
        gap: 12px 20px
    }

    .js .main-nav:not(.is-open) {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-block: 32px 38px
    }

    .hero-copy h1 {
        font-size: 68px;
        letter-spacing: -2px
    }

    .hero-subtitle {
        font-size: 36px;
        margin-top: 5px
    }

    .hero-subtitle br {
        display: none
    }

    .hero-description {
        font-size: 13px;
        max-width: 100%;
        margin-top: 17px
    }

    .hero-actions {
        margin-top: 22px;
        gap: 22px
    }

    .hero-footnote {
        display: none
    }

    .hero-visual {
        margin-inline: 8px 14px;
        padding: 8px 8px 30px
    }

    .hero-visual>img {
        height: 350px;
        object-position: center 32%
    }

    .issue-stamp {
        width: 72px;
        height: 72px;
        left: -16px;
        bottom: 40px
    }

    .issue-stamp strong {
        font-size: 27px
    }

    .topic-strip .container {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px 22px;
        padding-block: 18px
    }

    .strip-title {
        width: 100%
    }

    .topic-strip a {
        font-size: 11px;
        gap: 8px
    }

    .section {
        padding-block: 42px
    }

    .section-heading {
        align-items: center;
        margin-bottom: 24px
    }

    .section-heading h2 {
        font-size: 24px
    }

    .section-heading .text-link {
        font-size: 10px
    }

    .article-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .card-image {
        height: 225px
    }

    .article-card h3 {
        font-size: 22px
    }

    .card-bottom {
        font-size: 10px
    }

    .science-layout {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-block: 38px
    }

    .science-intro {
        min-height: 0
    }

    .science-intro h2 {
        font-size: 32px
    }

    .science-intro h2 br {
        display: none
    }

    .science-intro>p:not(.eyebrow) {
        max-width: 85%
    }

    .science-art {
        bottom: 0;
        left: -60px
    }

    .science-list>article {
        gap: 15px;
        padding: 20px 0
    }

    .science-list h3 {
        font-size: 19px
    }

    .issue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px
    }

    .issue-cover {
        padding: 14px
    }

    .issue-card h3,
    .issue-card h2 {
        font-size: 16px
    }

    .issue-caption {
        font-size: 10px
    }

    .invitation {
        flex-wrap: wrap;
        gap: 12px;
        margin-block: 0 38px;
        padding-block: 25px
    }

    .invitation-mark {
        display: none
    }

    .invitation h2 {
        font-size: 24px
    }

    .invitation .button {
        margin: 10px 0 0
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

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

    .footer-wordmark {
        font-size: 36px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px
    }

    .page-heading h1,
    .issue-detail h1 {
        font-size: 39px
    }

    .filter-form {
        display: grid;
        grid-template-columns: 1fr;
        padding: 18px
    }

    .checkbox {
        margin: 0
    }

    .reading-layout {
        display: block
    }

    .toc {
        position: static;
        margin-bottom: 25px
    }

    .prose {
        font-size: 16px;
        line-height: 2.2
    }

    .article-header h1 {
        font-size: 31px;
        letter-spacing: -.5px
    }

    .article-lede {
        font-size: 16px
    }

    .article-byline {
        gap: 12px
    }

    .share-button {
        margin: 0
    }

    .issue-detail {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-block: 25px 42px
    }

    .issue-detail>.issue-cover {
        max-width: 270px;
        margin: auto;
        width: 100%
    }

    .people-grid {
        grid-template-columns: 1fr
    }

    .about-page h1 {
        font-size: 44px
    }

    .about-columns {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-block: 30px
    }

    .contribute {
        padding: 25px
    }

    .audio-row,
    .article-audio {
        flex-wrap: wrap;
        padding: 20px
    }

    .audio-row audio,
    .article-audio audio {
        width: 100%;
        margin: 0
    }

    .pagination {
        gap: 15px;
        font-size: 11px
    }
}

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

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important
    }
}

@media print {

    .site-header,
    .site-footer,
    .topline,
    .toc,
    .share-button,
    .reading-progress,
    .article-audio,
    .breadcrumbs {
        display: none
    }

    body {
        background: white;
        color: black
    }

    .container {
        width: 100%
    }

    .reading-layout {
        display: block
    }

    .prose {
        font-size: 12pt
    }

    .article-header h1 {
        font-size: 26pt
    }

    .article-page {
        padding: 0
    }
}
