:root {
    --paper: #f3efe5;
    --ink: #171714;
    --muted: #68665f;
    --gold: #9b6c1d;
    --line: rgba(23, 23, 20, .22);
    --indigo: #20253b;
    --orange: #be7f36;
    --wash: #e8dfcd;
    --serif: "Newsreader", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
}

[data-theme="dark"] {
    --paper: #171714;
    --ink: #f3efe5;
    --muted: #aaa79e;
    --line: rgba(243, 239, 229, .2);
    --indigo: #11131d;
    --wash: #2b2923;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    background-image: radial-gradient(rgba(34, 31, 24, .035) .55px, transparent .55px);
    background-size: 5px 5px;
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
.site-frame { min-height: 100vh; }
.eyebrow { margin: 0 0 15px; font-size: 11px; font-weight: 800; letter-spacing: .25em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { color: var(--gold); }
.wordmark { display: block; font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: .19em; line-height: 1; }
.has-serif-title h1, .has-serif-title h2, .has-serif-title h3 { font-family: var(--serif); }
.has-sans-body .gh-content { font-family: var(--sans); }

.site-header {
    min-height: 82px;
    margin: 0 3vw;
    padding: 12px 1.5vw;
    display: grid;
    grid-template-columns: minmax(390px, 1fr) auto minmax(160px, .38fr);
    align-items: center;
    border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand-mark { width: 50px; height: 50px; flex: 0 0 auto; overflow: visible; }
.brand-mark-field { fill: var(--ink); }
.brand-mark-stroke { fill: none; stroke: var(--paper); stroke-width: 5; stroke-linecap: square; stroke-linejoin: miter; }
.brand-mark-accent { fill: var(--orange); }
.brand-copy { display: flex; align-items: center; min-width: 0; }
.brand-line { margin-left: 22px; padding-left: 22px; border-left: 1px solid var(--gold); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; white-space: nowrap; }
.primary-nav { display: flex; align-items: stretch; align-self: stretch; gap: 28px; }
.primary-nav a { display: flex; align-items: center; position: relative; font-size: 14px; }
.primary-nav a:hover::after { content: ""; position: absolute; bottom: 6px; left: 0; width: 100%; height: 2px; background: var(--gold); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.search-button { padding: 8px 0; border: 0; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.theme-button { width: 48px; height: 25px; padding: 3px; border: 1px solid var(--ink); border-radius: 30px; background: var(--ink); cursor: pointer; }
.theme-button span { display: block; width: 17px; height: 17px; border-radius: 50%; background: var(--paper); transition: transform .2s ease; }
.theme-button.is-dark span { transform: translateX(22px); }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }

.cover {
    min-height: 590px;
    margin: 0 4.5vw;
    padding: 20px 0 18px;
    display: grid;
    grid-template-columns: minmax(380px, .78fr) minmax(560px, 1.45fr);
    gap: clamp(38px, 5vw, 92px);
    align-items: stretch;
    border-bottom: 1px solid var(--line);
}
.cover-copy { padding: 26px 0 8px; display: flex; flex-direction: column; align-items: flex-start; }
.cover h1 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 5.4vw, 88px); font-weight: 500; letter-spacing: -.04em; line-height: .91; }
.short-rule { width: 36px; height: 2px; margin: 20px 0 17px; background: var(--gold); }
.dek { max-width: 530px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(21px, 1.7vw, 29px); line-height: 1.28; }
.meta { margin: 20px 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.button { min-height: 52px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid var(--line); font-family: var(--serif); font-size: 19px; }
.button-primary { color: var(--paper); background: var(--ink); }
.motto { margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.cover-image { position: relative; display: block; min-height: 520px; overflow: hidden; background: var(--indigo); clip-path: polygon(0 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%); }
.cover-image img, .cover-image .image-fallback { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.cover-image:hover img { transform: scale(1.018); }
.image-fallback { background: linear-gradient(135deg, var(--indigo), #716142); }
.image-caption { position: absolute; right: 14px; bottom: 12px; padding: 7px 9px; color: #f3efe5; background: rgba(0,0,0,.55); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.journal-intro { padding: clamp(80px, 10vw, 150px) 12vw; display: grid; grid-template-columns: .45fr 1.2fr .7fr; gap: 4vw; color: #f4f0e7; background: var(--indigo); }
.journal-intro .eyebrow { color: #c89a4e; }
.journal-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 88px); font-weight: 500; letter-spacing: -.04em; line-height: .94; }
.journal-intro > p:last-child { margin: 0; align-self: end; color: rgba(244,240,231,.68); font-family: var(--serif); font-size: 20px; line-height: 1.5; }

.recent-section { margin: 0 4.5vw; padding: clamp(80px, 9vw, 140px) 0; }
.section-heading { margin-bottom: 45px; display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 500; letter-spacing: -.04em; line-height: .92; }
.section-heading > p { max-width: 380px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.45; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.post-card { min-width: 0; padding: 34px 34px 46px 0; display: grid; grid-template-columns: minmax(150px, .65fr) minmax(0, 1fr); gap: 30px; border-bottom: 1px solid var(--line); }
.post-card:nth-child(2n) { padding-right: 0; padding-left: 34px; border-left: 1px solid var(--line); }
.post-card-image { min-height: 240px; overflow: hidden; background: var(--indigo); clip-path: polygon(0 0,100% 0,100% 91%,92% 100%,0 100%); }
.post-card-image img, .post-card-image .image-fallback { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card-image img { transform: scale(1.025); }
.post-card-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 2.6vw, 42px); font-weight: 500; letter-spacing: -.025em; line-height: 1; }
.post-card-copy > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.45; }
.read-link { display: inline-flex; margin-top: 10px; gap: 20px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pagination { margin-top: 44px; display: flex; justify-content: center; gap: 30px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.subjects-section { padding: clamp(90px, 11vw, 160px) 8vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; background: var(--wash); }
.subjects-intro { align-self: start; position: sticky; top: 34px; }
.subjects-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 88px); font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.subjects-intro > p:last-child { max-width: 420px; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.45; }
.subject-list { border-top: 1px solid var(--line); }
.subject-list a { min-height: 118px; padding: 20px 0; display: grid; grid-template-columns: 40px minmax(150px,.7fr) 1fr 22px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.subject-list a:hover { padding-right: 14px; padding-left: 14px; background: rgba(155,108,29,.08); }
.subject-list span { color: var(--gold); font-size: 10px; font-weight: 800; }
.subject-list h3 { margin: 0; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.subject-list p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 16px; }
.subject-list b { color: var(--gold); font-size: 20px; }

.letter-section { padding: clamp(70px, 9vw, 130px) 9vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: #f4f0e7; background: var(--indigo); }
.letter-section h2 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 72px); font-weight: 500; line-height: .98; }
.subscribe-form { align-self: end; }
.subscribe-form label { display: block; margin-bottom: 12px; color: rgba(244,240,231,.7); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.subscribe-form > div { display: flex; border-bottom: 1px solid rgba(244,240,231,.5); }
.subscribe-form input { flex: 1; min-width: 0; padding: 18px 0; border: 0; outline: 0; color: #f4f0e7; background: transparent; font-family: var(--serif); font-size: 25px; }
.subscribe-form button { padding: 0 20px; border: 0; color: #171714; background: #c89a4e; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.form-success, .form-error { display: none; font-size: 12px; }
.success .form-success, .error .form-error { display: block; }

.site-footer { padding: 70px 4.5vw; display: grid; grid-template-columns: .7fr 1.1fr .55fr; gap: 6vw; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: flex-start; gap: 16px; }
.brand-mark-small { width: 38px; height: 38px; }
.footer-brand p { margin: 8px 0 0; }
.site-footer p { color: var(--muted); }
.footer-statement { max-width: 650px; margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.footer-links { display: grid; align-content: start; gap: 11px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.article-header { max-width: 1180px; margin: 0 auto; padding: clamp(80px, 11vw, 170px) 32px 70px; }
.article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 8vw, 120px); font-weight: 500; letter-spacing: -.05em; line-height: .88; }
.article-dek { max-width: 850px; margin: 34px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(22px, 2.2vw, 31px); line-height: 1.35; }
.article-meta { margin-top: 34px; padding-top: 17px; display: flex; flex-wrap: wrap; gap: 15px 28px; border-top: 1px solid var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.article-image { max-width: 1380px; margin: 0 auto 80px; padding: 0 32px; }
.article-image img { width: 100%; max-height: 800px; display: block; object-fit: cover; }
.article-image figcaption { padding-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.article-content { max-width: 760px; margin: 0 auto; padding: 0 28px 110px; }
.gh-content { font-family: var(--serif); font-size: 21px; line-height: 1.56; }
.gh-content > * { margin-top: 0; margin-bottom: 1.25em; }
.gh-content h2 { margin-top: 2.3em; font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.gh-content h3 { margin-top: 1.8em; font-size: 31px; font-weight: 500; line-height: 1.12; }
.gh-content h4 { font-size: 24px; }
.gh-content a { color: var(--gold); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.gh-content blockquote { margin-right: 0; margin-left: 0; padding: 8px 0 8px 28px; border-left: 3px solid var(--gold); font-size: 30px; font-style: italic; line-height: 1.35; }
.gh-content hr { width: 38px; height: 2px; margin: 65px 0; border: 0; background: var(--gold); }
.gh-content figure, .gh-content .kg-width-wide { margin-right: calc(50% - 48vw); margin-left: calc(50% - 48vw); }
.gh-content .kg-width-full { width: 100vw; margin-left: calc(50% - 50vw); }
.gh-content img { height: auto; }
.gh-content figcaption { color: var(--muted); font-family: var(--sans); font-size: 11px; text-align: center; }
.article-end { max-width: 880px; margin: 0 auto 110px; padding: 48px; color: #f4f0e7; background: var(--indigo); }
.article-end > p:nth-child(2) { margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.35; }
.article-end div { margin-top: 30px; display: flex; gap: 20px; }
.article-end a, .article-end button { padding: 12px 0; border: 0; border-bottom: 1px solid #c89a4e; color: #c89a4e; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.page-header { max-width: 980px; }

.about-hero { margin: 0 4.5vw; padding: clamp(45px, 7vw, 100px) 0 clamp(70px, 9vw, 140px); display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.72fr); gap: clamp(50px,9vw,150px); align-items: end; border-bottom: 1px solid var(--line); }
.about-hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(70px,9vw,142px); font-weight: 500; line-height: .84; letter-spacing: -.055em; }
.about-intro { max-width: 720px; margin: 38px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(24px,2.2vw,34px); line-height: 1.28; }
.about-location { margin: 34px 0 0; padding-top: 15px; border-top: 1px solid var(--gold); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.about-portrait { margin: 0; }
.about-portrait img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; filter: saturate(.88) contrast(1.02); clip-path: polygon(0 0,91% 0,100% 9%,100% 100%,8% 100%,0 92%); }
.about-portrait figcaption { padding-top: 9px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.about-statement { padding: clamp(80px,11vw,165px) 12vw; display: grid; grid-template-columns: .42fr 1.58fr; gap: 5vw; color: #f4f0e7; background: var(--indigo); }
.about-statement .eyebrow { color: #c89a4e; }
.about-statement h2 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(54px,7vw,104px); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.about-statement div > p { max-width: 840px; margin: 38px 0 0; color: rgba(244,240,231,.68); font-family: var(--serif); font-size: clamp(21px,2vw,28px); line-height: 1.45; }
.about-work { margin: 0 4.5vw; padding: clamp(80px,10vw,145px) 0; display: grid; grid-template-columns: .72fr 1.45fr; gap: 8vw; border-bottom: 1px solid var(--line); }
.about-section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px,5.4vw,80px); font-weight: 500; line-height: .92; letter-spacing: -.04em; }
.about-section-heading > p:last-child { color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.role-list { border-top: 1px solid var(--line); }
.role-list a { min-height: 146px; padding: 24px 0; display: grid; grid-template-columns: 42px minmax(0,1.4fr) minmax(145px,.72fr) 24px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.role-list a:hover { padding-right: 16px; padding-left: 16px; background: rgba(155,108,29,.07); }
.role-list span { color: var(--gold); font-size: 10px; font-weight: 800; }
.role-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px,2.5vw,39px); font-weight: 500; line-height: 1; }
.role-list p { margin: 8px 0 0; color: var(--muted); font-family: var(--serif); font-size: 15px; line-height: 1.35; }
.role-list strong { font-size: 10px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.role-list b { color: var(--gold); font-size: 21px; }
.about-service { margin: 0 4.5vw; display: grid; grid-template-columns: 1fr 1fr; }
.about-service > div { min-height: 330px; padding: clamp(50px,7vw,95px); border-right: 1px solid var(--line); }
.about-service > div:last-child { border-right: 0; }
.about-service div > p:last-child { max-width: 630px; margin: 45px 0 0; font-family: var(--serif); font-size: clamp(24px,2.4vw,35px); line-height: 1.35; }
.about-service a { color: var(--gold); text-decoration: underline; text-underline-offset: 5px; }
.about-close { padding: clamp(90px,12vw,170px) 9vw; background: var(--orange); }
.about-close h2 { max-width: 980px; margin: 0; color: #171714; font-family: var(--serif); font-size: clamp(60px,8vw,116px); font-weight: 500; line-height: .87; letter-spacing: -.045em; }
.about-close a { margin-top: 45px; min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; gap: 60px; border: 1px solid #171714; color: #171714; font-family: var(--serif); font-size: 20px; }

.elsewhere-hero { margin: 0 4.5vw; min-height: 620px; padding: clamp(70px,9vw,135px) 0 55px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,.58fr); gap: 8vw; align-items: end; border-bottom: 1px solid var(--line); }
.elsewhere-hero h1 { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(70px,8.6vw,132px); font-weight: 500; line-height: .86; letter-spacing: -.055em; }
.elsewhere-hero-note > p { margin: 0 0 38px; color: var(--muted); font-family: var(--serif); font-size: clamp(20px,1.7vw,27px); line-height: 1.4; }
.elsewhere-hero-note nav { border-top: 1px solid var(--gold); }
.elsewhere-hero-note nav a { min-height: 54px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.elsewhere-hero-note nav span { color: var(--gold); }
.elsewhere-content { max-width: none; margin: 0; padding: clamp(70px,9vw,135px) 4.5vw; display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); column-gap: 8vw; }
.elsewhere-content > h2 { grid-column: 1; margin: 0; padding-top: 55px; border-top: 1px solid var(--line); font-size: clamp(42px,5vw,72px); }
.elsewhere-content > h2:first-of-type { padding-top: 0; border-top: 0; }
.elsewhere-content > h3, .elsewhere-content > p, .elsewhere-content > hr { grid-column: 2; }
.elsewhere-content > h3 { margin: 0; padding: 42px 0 12px; border-top: 1px solid var(--line); font-size: clamp(27px,2.6vw,41px); }
.elsewhere-content > h2 + h3 { margin-top: 0; }
.elsewhere-content > p { margin: 0 0 42px; color: var(--muted); font-size: 17px; }
.elsewhere-content > hr { height: 80px; margin: 0; background: transparent; }
.elsewhere-content > p:first-child { grid-column: 1 / -1; max-width: 850px; margin-bottom: 90px; color: var(--ink); font-size: 26px; }
.elsewhere-content > p:last-child { display: none; }
.elsewhere-note { padding: clamp(70px,8vw,115px) 9vw; display: grid; grid-template-columns: .46fr 1.54fr; gap: 5vw; color: #171714; background: var(--orange); }
.elsewhere-note > p:last-child { margin: 0; font-family: var(--serif); font-size: clamp(38px,5vw,72px); line-height: 1.02; letter-spacing: -.035em; }

.method-hero, .archive-header { padding: clamp(90px,12vw,180px) 10vw; color: #f4f0e7; background: var(--indigo); }
.method-hero h1, .archive-header h1 { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(60px,8vw,120px); font-weight: 500; line-height: .9; letter-spacing: -.045em; }
.method-hero > p:last-child, .archive-header > p:last-child { max-width: 680px; margin: 36px 0 0; color: rgba(244,240,231,.68); font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.principles { margin: 0 4.5vw; display: grid; grid-template-columns: repeat(2,1fr); }
.principles article { min-height: 300px; padding: 48px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article:nth-child(2n) { border-right: 0; }
.principles article span { color: var(--gold); font-size: 11px; font-weight: 800; }
.principles h2 { margin: 45px 0 14px; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1; }
.principles p { color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.45; }
.error-page { min-height: 70vh; padding: 12vw; }
.error-page h1 { max-width: 850px; margin: 0 0 50px; font-family: var(--serif); font-size: clamp(60px,8vw,120px); font-weight: 500; line-height: .9; }

/* Irregular cuts form the site's recurring visual signature. */
.journal-intro, .about-statement, .letter-section, .subjects-section, .about-close, .elsewhere-note, .method-hero, .archive-header { position: relative; isolation: isolate; }
.journal-intro > *, .about-statement > *, .letter-section > *, .subjects-section > *, .about-close > *, .elsewhere-note > *, .method-hero > *, .archive-header > * { position: relative; z-index: 1; }
.journal-intro::before, .about-statement::before, .letter-section::before,
.subjects-section::before, .about-close::before, .elsewhere-note::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -38px;
    right: 0;
    left: 0;
    height: 40px;
    clip-path: polygon(0 70%,4% 45%,9% 73%,14% 24%,19% 57%,25% 36%,31% 76%,38% 28%,45% 62%,52% 34%,60% 74%,67% 42%,74% 67%,82% 30%,89% 59%,95% 39%,100% 65%,100% 100%,0 100%);
}
.journal-intro::before, .about-statement::before, .letter-section::before { background: var(--indigo); }
.subjects-section::before { background: var(--wash); }
.about-close::before, .elsewhere-note::before { background: var(--orange); }
.journal-intro::after, .about-statement::after, .method-hero::after, .archive-header::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: clamp(100px, 13vw, 190px);
    aspect-ratio: 1;
    right: 5vw;
    top: 16%;
    border: 1px solid rgba(244,240,231,.18);
    clip-path: polygon(10% 0,82% 7%,100% 38%,83% 100%,31% 89%,0 57%);
    transform: rotate(9deg);
}
.about-close::after, .elsewhere-note::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 7vw;
    bottom: 11%;
    width: clamp(70px, 9vw, 135px);
    aspect-ratio: 1;
    background: rgba(23,23,20,.10);
    clip-path: polygon(0 0,100% 18%,72% 100%,18% 82%);
    transform: rotate(-8deg);
}

@media (max-width: 1050px) {
    .site-header { grid-template-columns: 1fr auto; }
    .brand-line { display: none; }
    .cover { grid-template-columns: 1fr; }
    .cover-image { min-height: 450px; grid-row: 1; }
    .motto { margin-top: 28px; }
    .journal-intro { grid-template-columns: .5fr 1.5fr; }
    .journal-intro > p:last-child { grid-column: 2; }
    .post-grid { grid-template-columns: 1fr; }
    .post-card, .post-card:nth-child(2n) { padding-right: 0; padding-left: 0; border-left: 0; }
    .subjects-section, .about-work { grid-template-columns: 1fr; }
    .subjects-intro { position: static; }
    .elsewhere-hero, .elsewhere-content { grid-template-columns: 1fr; }
    .elsewhere-content > h2, .elsewhere-content > h3, .elsewhere-content > p, .elsewhere-content > hr { grid-column: 1; }
    .elsewhere-content > h2 { margin-top: 55px; }
}

@media (max-width: 700px) {
    .site-header { position: relative; margin: 0 18px; padding: 10px 0; grid-template-columns: auto 1fr auto; gap: 6px; }
    .menu-button { display: grid; gap: 6px; }
    .menu-button span { width: 20px; height: 1.5px; background: currentColor; }
    .brand { gap: 10px; }
    .brand-mark { width: 42px; height: 42px; }
    .wordmark { font-size: 24px; }
    .primary-nav { display: none; position: absolute; z-index: 30; top: 68px; left: 0; right: 0; height: auto; padding: 22px; flex-direction: column; align-items: flex-start; gap: 18px; border: 1px solid var(--line); background: var(--paper); }
    .primary-nav.open { display: flex; }
    .search-button { font-size: 0; }
    .search-button::after { content: "⌕"; font-size: 28px; font-weight: 400; }
    .theme-button { width: 41px; }
    .theme-button.is-dark span { transform: translateX(15px); }
    .cover { margin: 0 18px; padding-top: 12px; gap: 22px; }
    .cover-image { min-height: 280px; }
    .cover-copy { padding-top: 8px; }
    .cover h1 { font-size: clamp(49px,15vw,68px); }
    .dek { font-size: 22px; }
    .button { width: 100%; }
    .journal-intro { padding-right: 24px; padding-left: 24px; display: block; }
    .journal-intro h2 { font-size: 52px; }
    .journal-intro > p:last-child { margin-top: 28px; }
    .recent-section { margin: 0 18px; }
    .section-heading { display: block; }
    .section-heading > p { margin-top: 18px; }
    .post-card { display: block; }
    .post-card-image { min-height: 280px; display: block; margin-bottom: 24px; }
    .post-card-copy h3 { font-size: 35px; }
    .subjects-section { padding-right: 18px; padding-left: 18px; }
    .subject-list a { grid-template-columns: 30px 1fr 24px; gap: 12px; }
    .subject-list p { display: none; }
    .letter-section { padding-right: 24px; padding-left: 24px; grid-template-columns: 1fr; }
    .subscribe-form > div { display: block; }
    .subscribe-form input { width: 100%; }
    .subscribe-form button { width: 100%; min-height: 48px; }
    .site-footer { grid-template-columns: 1fr; }
    .article-header { padding-right: 18px; padding-left: 18px; }
    .article-header h1 { font-size: clamp(52px,16vw,78px); }
    .article-image { padding: 0 18px; }
    .article-content { padding-right: 20px; padding-left: 20px; font-size: 19px; }
    .gh-content h2 { font-size: 44px; }
    .gh-content h3 { font-size: 28px; }
    .gh-content figure, .gh-content .kg-width-wide { margin-right: -20px; margin-left: -20px; }
    .article-end { margin-right: 18px; margin-left: 18px; padding: 28px; }
    .about-hero { margin: 0 18px; padding-top: 24px; grid-template-columns: 1fr; gap: 36px; }
    .about-portrait { grid-row: 1; }
    .about-hero h1 { font-size: clamp(62px,20vw,92px); }
    .about-intro { margin-top: 25px; font-size: 23px; }
    .about-statement { padding-right: 24px; padding-left: 24px; grid-template-columns: 1fr; gap: 20px; }
    .about-statement div > p { margin-top: 27px; font-size: 20px; }
    .about-work { margin: 0 18px; }
    .role-list a { grid-template-columns: 28px 1fr 20px; gap: 12px; }
    .role-list strong { grid-column: 2; }
    .role-list b { grid-column: 3; grid-row: 1 / 3; }
    .about-service { margin: 0 18px; grid-template-columns: 1fr; }
    .about-service > div { min-height: 0; padding: 55px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .about-service div > p:last-child { margin-top: 28px; font-size: 25px; }
    .about-close { padding-right: 24px; padding-left: 24px; }
    .about-close h2 { font-size: clamp(54px,17vw,78px); }
    .elsewhere-hero { min-height: 0; margin: 0 18px; padding-top: 55px; gap: 55px; }
    .elsewhere-hero h1 { font-size: clamp(62px,18vw,88px); }
    .elsewhere-content { padding-right: 18px; padding-left: 18px; }
    .elsewhere-content > p:first-child { font-size: 22px; }
    .elsewhere-content > h2 { font-size: 48px; }
    .elsewhere-content > h3 { font-size: 29px; }
    .elsewhere-note { padding-right: 24px; padding-left: 24px; grid-template-columns: 1fr; }
    .principles { margin: 0 18px; grid-template-columns: 1fr; }
    .principles article, .principles article:nth-child(2n) { min-height: 0; padding: 35px 0; border-right: 0; }
    .journal-intro::before, .about-statement::before, .letter-section::before, .subjects-section::before, .about-close::before, .elsewhere-note::before { top: -25px; height: 27px; }
    .journal-intro::after, .about-statement::after, .method-hero::after, .archive-header::after { width: 88px; right: 20px; top: 9%; }
}
