@import url("../fonts/Montserrat.css");

:root {
  color-scheme: light;
  --paper: #f2efe8;
  --ink: #11110f;
  --muted: #65625c;
  --quiet: #8a867e;
  --line: rgba(17, 17, 15, .26);
  --line-soft: rgba(17, 17, 15, .12);
  --accent: #f04a2f;
  --dark: #111214;
  --max: 1440px;
  --reading: 780px;
  --gutter: clamp(22px, 3.3vw, 54px);
  --motion: 180ms;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--accent); color: #fff; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Montserrat, Arial, sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: .96; }

.skip-link { background: var(--ink); color: var(--paper); left: 16px; padding: 10px 14px; position: fixed; top: -80px; z-index: 1000; }
.skip-link:focus { top: 16px; }
.shell { margin-inline: auto; max-width: var(--max); padding-inline: var(--gutter); width: 100%; }
.eyebrow, .meta-line, .section-number {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .7rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.eyebrow { font-weight: 700; }
.text-link { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .74rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

#mainNav { background: rgba(242, 239, 232, .94); border-bottom: 1px solid var(--ink); position: sticky; top: 0; z-index: 100; }
.site-nav { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: var(--max); min-height: 68px; padding-inline: var(--gutter); }
.site-mark { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.site-mark:hover { color: var(--ink); }
.site-links { align-items: center; display: flex; gap: clamp(22px, 3.1vw, 46px); list-style: none; margin: 0; padding: 0; }
.site-links a { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nav-toggle { background: transparent; border: 1px solid var(--ink); color: var(--ink); display: none; font: 700 .68rem ui-monospace, monospace; padding: 8px 11px; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: repeat(12, 1fr); overflow: hidden; padding-bottom: clamp(80px, 9vw, 140px); padding-top: clamp(54px, 7vw, 96px); }
.hero-copy { align-self: start; grid-column: 1 / span 10; grid-row: 1; position: relative; z-index: 2; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero-copy .eyebrow::before { background: var(--accent); border-radius: 50%; content: ""; display: inline-block; height: 9px; margin-right: 9px; width: 9px; }
.hero-copy .eyebrow span { color: var(--quiet); padding-inline: 7px; }
.hero h1 { font-size: clamp(3.8rem, 7.3vw, 7.2rem); line-height: .84; margin: 0; max-width: 1280px; }
.hero-summary { font-size: clamp(1rem, 1.35vw, 1.24rem); margin: clamp(28px, 3vw, 44px) 0 0; max-width: 650px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.button { align-items: center; background: var(--ink); border: 1px solid var(--ink); color: var(--paper) !important; display: inline-flex; font: 700 .72rem ui-monospace, monospace; gap: 18px; justify-content: center; min-height: 48px; padding: 0 19px; text-decoration: none; text-transform: uppercase; transition: transform var(--motion), background var(--motion); }
.button:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink) !important; }
.button.secondary:hover { background: var(--ink); color: var(--paper) !important; }
.hero-media { align-self: end; background: var(--dark); border: 1px solid var(--ink); grid-column: 2 / -1; grid-row: 2; margin-top: clamp(52px, 6vw, 88px); overflow: hidden; position: relative; }
.hero-media img { aspect-ratio: 2.09 / 1; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.hero-media:hover img { transform: scale(1.012); }

@media (min-width: 700px) {
  .hero-line { white-space: nowrap; }
}

.selected-work { padding-bottom: 0; padding-top: clamp(82px, 9vw, 135px); }
.editorial-heading { align-items: end; display: grid; gap: 30px; grid-template-columns: 150px minmax(0, 1fr) auto; margin-bottom: clamp(50px, 6vw, 88px); }
.editorial-heading h2 { font-size: clamp(2.8rem, 6vw, 6.3rem); margin: 0; }
.editorial-work-grid { display: grid; gap: clamp(38px, 5vw, 78px) clamp(24px, 3vw, 46px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.editorial-project { border-top: 1px solid var(--ink); display: grid; }
.editorial-project-1, .editorial-project-2 { grid-column: 1 / -1; grid-template-columns: 160px minmax(0, 1fr); }
.editorial-project-3 { border-right: 0; }
.editorial-project-media { background: var(--dark); display: block; min-height: 0; overflow: hidden; }
.editorial-project-media img { height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.editorial-project-media:hover img { transform: scale(1.015); }
.orcalot-gallery { background: var(--paper); display: grid; gap: clamp(8px, 1vw, 14px); grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); }
.orcalot-gallery img { min-height: 0; object-fit: cover; }
.orcalot-gallery img:first-child { grid-row: 1 / span 2; }
.editorial-project-copy { display: grid; gap: 18px; grid-template-columns: 62px 1fr; padding: 22px 22px 34px 0; }
.editorial-project-1 .editorial-project-copy, .editorial-project-2 .editorial-project-copy { grid-column: 1; grid-row: 1; grid-template-columns: 1fr; padding-right: 28px; }
.editorial-project-1 .editorial-project-media, .editorial-project-2 .editorial-project-media { grid-column: 2; }
.editorial-project-3 .editorial-project-copy, .editorial-project-4 .editorial-project-copy { min-height: 185px; padding-left: 22px; }
.editorial-project-3 .editorial-project-copy, .editorial-project-4 .editorial-project-copy { grid-template-columns: 1fr; isolation: isolate; overflow: hidden; position: relative; }
.editorial-project-3 .work-number, .editorial-project-4 .work-number { left: 18px; position: absolute; top: 24px; z-index: 0; }
.editorial-project-3 .editorial-project-copy > div, .editorial-project-4 .editorial-project-copy > div { margin-left: clamp(82px, 7vw, 112px); position: relative; z-index: 1; }
.work-number { color: var(--accent); font-family: Montserrat, sans-serif; font-size: clamp(2.8rem, 5vw, 5.3rem); font-weight: 700; letter-spacing: -.08em; line-height: .8; }
.editorial-project-copy h3 { font-size: clamp(1.5rem, 2.4vw, 2.5rem); margin: 8px 0 10px; }
.editorial-project-copy h3 a { text-decoration: none; }
.editorial-project-copy p:not(.meta-line) { color: var(--muted); font-size: .9rem; margin: 0; }
.editorial-project-1 .editorial-project-media, .editorial-project-2 .editorial-project-media { aspect-ratio: 2.25 / 1; }
.editorial-project-3 .editorial-project-media, .editorial-project-4 .editorial-project-media { aspect-ratio: 1.42 / 1; }
.editorial-project-cluster { grid-template-columns: 1fr; }
.editorial-project-cluster .editorial-project-copy { grid-column: 1; grid-row: 1; grid-template-columns: 160px minmax(0, 1fr); padding: 22px 0 32px; }
.editorial-project-cluster .editorial-project-copy > div { max-width: 760px; }
.editorial-cluster-grid { display: grid; gap: clamp(12px, 1.5vw, 22px); grid-column: 1; grid-row: 2; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.editorial-cluster-card { background: var(--dark); color: var(--paper); display: block; min-width: 0; overflow: hidden; text-decoration: none; }
.editorial-cluster-card img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.editorial-cluster-card:hover img { transform: scale(1.018); }
.editorial-cluster-card span { border-top: 1px solid rgba(255,255,255,.28); display: grid; gap: 7px; padding: 16px; }
.editorial-cluster-card strong { font-family: Montserrat, sans-serif; font-size: 1.05rem; letter-spacing: -.04em; }
.editorial-cluster-card small { color: #aaa69e; font-size: .68rem; line-height: 1.45; }

.reader-support { align-items: end; background: #ded92c; border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: grid; gap: clamp(28px, 4vw, 58px); grid-template-columns: 130px minmax(0, 1fr) auto; padding-bottom: clamp(38px, 5vw, 62px); padding-top: clamp(38px, 5vw, 62px); }
.reader-support-folio { align-self: stretch; border-right: 1px solid var(--ink); display: flex; flex-direction: column; font: 700 .68rem ui-monospace, monospace; justify-content: space-between; text-transform: uppercase; }
.reader-support-folio strong { font-family: Montserrat, sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.7rem); letter-spacing: -.06em; line-height: .9; }
.reader-support-copy .eyebrow { margin-bottom: 18px; }
.reader-support-copy h2 { font-size: clamp(2.1rem, 4.2vw, 4.7rem); margin-bottom: 22px; }
.reader-support-copy > p:last-child { margin: 0; max-width: 680px; }
.reader-support-links { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; padding-bottom: 2px; }

.home-index { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; }
.home-index > div { padding: 34px 0 52px; }
.home-index > div:first-child { border-right: 1px solid var(--ink); padding-right: 32px; }
.home-index > div:last-child { padding-left: 32px; }
.index-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 30px; }
.index-heading p { margin: 0; }
.index-heading a { font: 700 .67rem ui-monospace, monospace; text-decoration: none; text-transform: uppercase; }
.experience-panel ul { border-top: 1px solid var(--line); list-style: none; margin: 0; padding: 0; }
.experience-panel li { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; font-size: .78rem; gap: 16px; grid-template-columns: 1fr 1.2fr auto; padding: 17px 0; }
.experience-panel strong { font-family: Montserrat, sans-serif; }
.experience-panel span, .experience-panel time { color: var(--muted); }
.writing-list { border-top: 1px solid var(--line); }
.writing-row { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: minmax(130px, .32fr) 72px minmax(0, 1fr) 20px; padding: 28px 0; }
.writing-icon-link { border-radius: 50%; display: block; overflow: hidden; }
.writing-icon { aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; width: 100%; }
.writing-row h2 { font-size: clamp(1.25rem, 2.1vw, 2rem); letter-spacing: -.04em; line-height: 1.1; margin-bottom: 10px; }
.writing-row h2 a { text-decoration: none; }
.writing-row p { color: var(--muted); margin: 0; }
.writing-meta time { color: var(--quiet); display: block; font: .68rem ui-monospace, monospace; margin-bottom: 12px; text-transform: uppercase; }
.tag-list, .topic-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-list span, .topic-list span { border: 1px solid var(--line); font: .62rem ui-monospace, monospace; padding: 3px 7px; text-transform: uppercase; }
.row-arrow { color: var(--accent); font-size: 1.15rem; text-decoration: none; }
.series-line { font-size: .72rem; margin-top: 10px !important; }
.compact-list .writing-row { align-items: center; gap: 14px; grid-template-columns: 40px 1fr 18px; padding: 14px 0; }
.compact-list .writing-meta, .compact-list .writing-row p, .compact-list .tag-list { display: none; }
.compact-list .writing-icon-link { grid-column: 1; }
.compact-list .writing-copy { grid-column: 2; }
.compact-list .row-arrow { grid-column: 3; }
.compact-list .writing-row h2 { font-size: .88rem; letter-spacing: -.02em; margin: 0; }

.home-about { align-items: stretch; border-top: 1px solid var(--ink); display: grid; gap: clamp(50px, 7vw, 110px); grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); padding-bottom: clamp(80px, 9vw, 130px); padding-top: clamp(72px, 8vw, 118px); }
.home-about > div { align-self: center; }
.home-about h2 { font-size: clamp(2.3rem, 4.5vw, 5rem); margin: 24px 0 30px; }
.home-about > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; max-width: 650px; }
.home-about img { filter: saturate(.85); height: 520px; object-fit: cover; width: 100%; }

.section, .feature { border-top: 1px solid var(--ink); padding-bottom: clamp(82px, 10vw, 145px); padding-top: clamp(68px, 8vw, 115px); }
.section-heading { align-items: start; display: grid; gap: 28px; grid-template-columns: 55px 1fr auto; margin-bottom: clamp(45px, 6vw, 78px); }
.section-number, .meta-line { color: var(--muted); }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 5.3rem); margin-bottom: 12px; }
.section-heading p:not(.section-number) { color: var(--muted); margin: 0; max-width: 620px; }
.heading-link { align-self: end; }
.project-grid, .project-sequence { display: grid; gap: clamp(48px, 6vw, 82px) clamp(28px, 4vw, 58px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-card { display: grid; gap: 24px; }
.project-media { background: var(--dark); border: 1px solid var(--ink); display: block; overflow: hidden; }
.project-media img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.project-media:hover img { transform: scale(1.018); }
.project-copy h3 { font-size: clamp(1.7rem, 3vw, 3rem); margin: 8px 0 12px; }
.project-copy h3 a { text-decoration: none; }
.project-copy > p:not(.meta-line) { color: var(--muted); max-width: 600px; }
.project-feature { grid-template-columns: 1.5fr .5fr; }
.split-section, .about-grid { display: grid; gap: clamp(50px, 7vw, 100px); grid-template-columns: 1fr 1fr; }

.page-intro { padding-bottom: clamp(46px, 5vw, 76px); padding-top: clamp(58px, 7vw, 96px); }
.page-intro h1 { font-size: clamp(3.5rem, 7.5vw, 7.4rem); line-height: .86; margin-bottom: 30px; max-width: 1200px; }
.page-intro > p, .page-intro > div > p:not(.eyebrow) { color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.45rem); max-width: 790px; }
.page-intro + .section, .page-intro + .feature { padding-top: clamp(38px, 5vw, 68px); }
.topic-list { margin-top: 28px; max-width: 900px; }

.book-feature, .book-page { align-items: center; display: grid; gap: clamp(38px, 6vw, 80px); grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); }
.book-feature { border: 1px solid var(--ink); padding: clamp(26px, 4vw, 52px); }
.book-feature h2, .book-page h2 { font-size: clamp(2.5rem, 5vw, 5.4rem); margin: 14px 0 26px; }
.book-feature h2 span, .book-page h2 span { color: var(--muted); font-weight: 400; }
.book-feature p:not(.meta-line), .book-summary, .book-page dd { color: var(--muted); }
.book-page > img { border: 1px solid var(--ink); padding: 20px; width: 100%; }
.book-page dl { border-top: 1px solid var(--line); margin: 35px 0; }
.book-page dl > div { border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 90px 1fr; padding: 15px 0; }
.book-page dt { font: .68rem ui-monospace, monospace; text-transform: uppercase; }
.book-page dd { margin: 0; }
.related-links { border-top: 1px solid var(--line); display: grid; gap: 10px; margin-top: 48px; padding-top: 24px; }
.related-links a { color: var(--muted); font-size: .82rem; text-decoration: none; }

.utility-page { align-items: center; display: grid; gap: clamp(44px, 8vw, 120px); grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); min-height: 68vh; padding-bottom: 90px; padding-top: 90px; }
.utility-page h1 { font-size: clamp(3.6rem, 7vw, 7rem); margin: 16px 0 28px; }
.utility-page > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }
.utility-page img { justify-self: end; width: min(100%, 440px); }

.legal-page { padding-bottom: clamp(80px, 9vw, 130px); padding-top: clamp(58px, 7vw, 96px); }
.legal-page-header { align-items: end; border-bottom: 1px solid var(--ink); display: grid; gap: 36px; grid-template-columns: 150px 1fr; margin-bottom: 58px; padding-bottom: 40px; }
.legal-page-header img { width: 150px; }
.legal-page-header h1 { font-size: clamp(3.5rem, 7vw, 7rem); margin: 10px 0 18px; }
.legal-page-header p:last-child { color: var(--muted); margin: 0; }
.legal-page-body { margin: auto; max-width: var(--reading); }
.legal-page-body h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); margin: 52px 0 20px; }
.legal-page-body li, .legal-page-body p { color: #393732; }
.legal-page-body li + li { margin-top: 12px; }
.legal-page-body hr { border: 0; border-top: 1px solid var(--line); margin: 38px 0; }

.talk-list { border-top: 1px solid var(--ink); }
.talk-row { border-bottom: 1px solid var(--ink); display: grid; gap: clamp(28px, 5vw, 70px); grid-template-columns: 46px minmax(0, 1fr); padding: clamp(34px, 5vw, 62px) 0; }
.talk-index { color: var(--accent); font: 700 .75rem ui-monospace, monospace; padding-top: 7px; }
.talk-main h2 { font-size: clamp(1.7rem, 3.4vw, 3.4rem); margin: 12px 0 18px; }
.talk-main > p:not(.meta-line) { color: var(--muted); max-width: 880px; white-space: pre-line; }
.talk-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.talk-links a { font: 700 .7rem ui-monospace, monospace; text-decoration: none; text-transform: uppercase; }

.about-intro { align-items: end; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); }
.about-intro h1 { font-size: clamp(3.8rem, 7vw, 7.3rem); }
.about-intro img { height: min(56vw, 610px); object-fit: cover; width: 100%; }
.about-grid h2 { font-size: clamp(2.1rem, 3.5vw, 3.8rem); margin: 22px 0 28px; }
.about-grid p:not(.eyebrow) { color: var(--muted); }
.experience-timeline { display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: .7fr 1.3fr; }
.experience-timeline .editorial-heading { display: block; margin: 0; }
.experience-timeline .editorial-heading h2 { margin-top: 22px; }
.timeline-list { border-top: 1px solid var(--ink); }
.timeline-list article { border-bottom: 1px solid var(--ink); display: grid; gap: 26px; grid-template-columns: 110px 1fr; padding: 30px 0; }
.timeline-list time { color: var(--accent); font: 700 .7rem ui-monospace, monospace; }
.timeline-list h3 { font-size: clamp(1.35rem, 2.4vw, 2.2rem); margin: 8px 0 14px; }
.timeline-list p:last-child { color: var(--muted); margin: 0; }

.article-layout { padding-bottom: 110px; padding-top: 70px; }
.article-toolbar { border-bottom: 1px solid var(--ink); margin-bottom: 54px; padding-bottom: 16px; }
.article-toolbar a { font: 700 .7rem ui-monospace, monospace; text-decoration: none; text-transform: uppercase; }
.article { margin: auto; max-width: var(--reading); }
.article h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); margin: 44px 0; }
.article h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 70px 0 22px; }
.article h3 { font-size: 1.5rem; margin: 46px 0 16px; }
.article p, .article li { color: #393732; }
.article a { color: #c72f1b; overflow-wrap: anywhere; }
.article img, .article video, .article iframe { height: auto; margin: 36px auto; max-width: 100%; }
.article iframe { aspect-ratio: 16 / 9; border: 0; width: 100%; }
.article pre { background: #e7e3da; border: 1px solid var(--line); color: #1b1a17; font-size: .82rem; overflow: auto; padding: 22px; }
.article :not(pre) > code { background: #e4e0d7; font-size: .84em; padding: .12em .32em; }
.article blockquote { border-left: 3px solid var(--accent); color: var(--muted); margin: 38px 0; padding-left: 22px; }
.article table { border-collapse: collapse; display: block; font-size: .86rem; overflow-x: auto; width: 100%; }
.article th, .article td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-related { margin: 68px auto 0; max-width: var(--reading); }
.article-meta { color: var(--quiet) !important; font: .68rem ui-monospace, monospace; text-transform: uppercase; }
.article-pagination { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: flex; justify-content: space-between; padding: 19px 0; }
.article-pagination a, .article-connections a { color: var(--muted); font-size: .8rem; text-decoration: none; }
.article-connections { display: grid; gap: 10px; padding-top: 36px; }
.article-page--shader { background: #070808; }
.article-page--shader #main-content { background: transparent; position: relative; }
.article-page--shader .article-layout { background: rgba(242, 239, 232, .94); position: relative; z-index: 1; }
.article-canvas { inset: 0; pointer-events: none; position: fixed; z-index: 0; }
.article-canvas canvas { display: block; height: 100%; width: 100%; }
.article-page--shader #mainNav, .article-page--shader #contact { position: relative; z-index: 2; }

#contact { background: var(--ink); color: var(--paper); }
.site-footer { display: grid; gap: 52px; grid-template-columns: 1.4fr repeat(2, .6fr); margin: auto; max-width: var(--max); padding: 70px var(--gutter); }
.site-footer h2 { font-family: ui-monospace, monospace; font-size: .76rem; letter-spacing: .03em; text-transform: uppercase; }
.site-footer p { color: #aaa69e; max-width: 460px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .site-footer .text-link { color: #d8d4cc; font-size: .76rem; text-decoration: none; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.25); color: #88847d; font: .67rem ui-monospace, monospace; grid-column: 1 / -1; padding-top: 21px; text-transform: uppercase; }

@media (max-width: 960px) {
  .hero-copy { grid-column: 1 / -1; }
  .hero-media { grid-column: 1 / -1; grid-row: 2; margin-top: 54px; }
  .editorial-heading { grid-template-columns: 100px 1fr; }
  .editorial-heading .text-link { grid-column: 2; }
  .home-index, .home-about, .about-intro, .about-grid, .experience-timeline, .split-section, .book-page, .reader-support, .utility-page { grid-template-columns: 1fr; }
  .reader-support-folio { border-bottom: 1px solid var(--ink); border-right: 0; flex-direction: row; padding-bottom: 14px; }
  .home-index > div:first-child { border-bottom: 1px solid var(--ink); border-right: 0; padding-right: 0; }
  .home-index > div:last-child { padding-left: 0; }
  .about-intro img { height: 520px; max-width: 480px; }
  .utility-page img { justify-self: start; width: min(100%, 340px); }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  #mainNav, .site-nav { min-height: 60px; }
  .nav-toggle { display: block; }
  .site-links { background: var(--paper); border-bottom: 1px solid var(--ink); display: none; flex-direction: column; gap: 0; left: 0; padding: 10px var(--gutter) 20px; position: absolute; right: 0; top: 60px; }
  .site-links.is-open { display: flex; }
  .site-links li, .site-links a { display: block; width: 100%; }
  .site-links a { font-size: .84rem; padding: 11px 0; }
  .page-intro { padding-bottom: 38px; padding-top: 44px; }
  .page-intro h1 { font-size: 3.2rem; margin-bottom: 23px; }
  .page-intro + .section, .page-intro + .feature { padding-top: 34px; }
  .topic-list { margin-top: 24px; }
  .hero { min-height: auto; padding-top: 50px; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5.5rem); }
  .hero-copy .eyebrow { line-height: 1.55; max-width: 330px; }
  .hero-copy .eyebrow span { display: none; }
  .hero-summary { font-size: 1rem; }
  .editorial-heading { display: block; }
  .editorial-heading h2 { margin: 20px 0 28px; }
  .editorial-project-1, .editorial-project-2 { grid-template-columns: 1fr; }
  .editorial-project-1 .editorial-project-copy, .editorial-project-2 .editorial-project-copy { grid-column: 1; grid-row: auto; grid-template-columns: 62px 1fr; padding-left: 18px; }
  .editorial-project-1 .editorial-project-media, .editorial-project-2 .editorial-project-media { grid-column: 1; }
  .editorial-cluster-grid { grid-column: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial-project-3, .editorial-project-4 { grid-column: 1 / -1; }
  .editorial-project-3 { border-right: 0; }
  .editorial-work-grid { grid-template-columns: 1fr; }
  .editorial-project-copy { padding-left: 18px !important; }
  .editorial-project-1 .editorial-project-media, .editorial-project-2 .editorial-project-media, .editorial-project-3 .editorial-project-media, .editorial-project-4 .editorial-project-media { aspect-ratio: 1.48 / 1; }
  .experience-panel li { grid-template-columns: 1fr auto; }
  .experience-panel li span { grid-column: 1 / -1; grid-row: 2; }
  .home-about img { height: 430px; }
  .section-heading { grid-template-columns: 38px 1fr; }
  .heading-link { grid-column: 2; }
  .project-grid, .project-sequence, .project-feature, .book-feature { grid-template-columns: 1fr; }
  .writing-row { gap: 14px; grid-template-columns: 56px 1fr 20px; }
  .writing-meta { grid-column: 1 / -1; }
  .writing-icon-link { grid-column: 1; grid-row: 2; }
  .writing-copy { grid-column: 2; grid-row: 2; }
  .writing-row .row-arrow { grid-column: 3; grid-row: 2; }
  .compact-list .writing-meta { display: none; }
  .compact-list .writing-icon-link, .compact-list .writing-copy, .compact-list .row-arrow { grid-row: 1; }
  .timeline-list article { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .legal-page-header { align-items: start; grid-template-columns: 80px 1fr; }
  .legal-page-header img { width: 80px; }
}

@media (max-width: 430px) {
  :root { --gutter: 19px; }
  .hero h1 { font-size: 3.2rem; }
  .actions .button { width: 100%; }
  .page-intro h1 { font-size: 3rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div:first-child, .footer-legal { grid-column: 1; }
  .editorial-cluster-grid { grid-template-columns: 1fr; }
  .editorial-project-3 .editorial-project-copy > div, .editorial-project-4 .editorial-project-copy > div { margin-left: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
