:root {
  --paper: #f3f0e8;
  --paper-bright: #faf8f2;
  --paper-blue: #dde3ff;
  --ink: #11100e;
  --ink-soft: #383631;
  --muted: #706d65;
  --line: #c9c4b9;
  --line-dark: #45433e;
  --cobalt: #2549ff;
  --cobalt-dark: #1534d8;
  --serif: "Iowan Old Style", Baskerville, "Baskerville Old Face", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: 1480px;
  --nav-height: 92px;
  --ease-out: cubic-bezier(.2, .75, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body.home-editorial {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent calc(25% - .5px), rgba(17, 16, 14, .055) 25%, transparent calc(25% + .5px)),
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(17, 16, 14, .055) 50%, transparent calc(50% + .5px)),
    linear-gradient(90deg, transparent calc(75% - .5px), rgba(17, 16, 14, .055) 75%, transparent calc(75% + .5px)),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.home-editorial a {
  color: inherit;
  text-decoration: none;
}

.home-editorial button,
.home-editorial input,
.home-editorial textarea,
.home-editorial select {
  font: inherit;
}

.home-editorial button {
  border: 0;
}

.home-editorial img {
  max-width: 100%;
}

.home-editorial ::selection {
  color: #fff;
  background: var(--cobalt);
}

.home-editorial :focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff !important;
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.editorial-shell {
  width: min(var(--shell), calc(100% - 72px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .08)),
    rgba(247, 245, 239, .965);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .78),
    0 14px 34px rgba(17, 16, 14, .065);
  backdrop-filter: blur(22px) saturate(112%);
  -webkit-backdrop-filter: blur(22px) saturate(112%);
}

.site-nav {
  min-height: var(--nav-height);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  border-bottom: 1px solid var(--ink);
  transition: min-height .25s ease, box-shadow .25s ease;
}

.site-nav.scrolled {
  min-height: 72px;
  box-shadow: 0 10px 28px rgba(17, 16, 14, .08);
}

.editorial-brand {
  width: max-content;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 25px;
  font-weight: 720;
  letter-spacing: 0;
}

.editorial-brand span {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: var(--cobalt);
}

.editorial-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
}

.editorial-nav-links a {
  position: relative;
  padding: 10px 0;
}

.editorial-nav-links a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--cobalt);
  transition: right .24s ease;
}

.editorial-nav-links a:hover::after,
.editorial-nav-links a:focus-visible::after,
.editorial-nav-links a[aria-current="page"]::after {
  right: 0;
}

.nav-walkthrough,
.editorial-cta {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 18px;
  color: #fff !important;
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
  transition:
    color .24s ease,
    background .24s ease,
    border-color .24s ease,
    transform .24s ease;
}

.nav-walkthrough::after,
.editorial-cta::after {
  content: "↗";
  font-size: 16px;
  font-weight: 400;
}

.nav-walkthrough:hover,
.editorial-cta:hover {
  color: #fff !important;
  background: var(--cobalt);
  border-color: var(--cobalt);
  transform: translateY(-2px);
}

.editorial-cta.cobalt {
  min-height: 58px;
  padding-inline: 22px;
  background: var(--cobalt);
  border-color: var(--cobalt);
  font-size: 13px;
}

.editorial-cta.cobalt:hover {
  color: var(--ink) !important;
  background: transparent;
  border-color: var(--ink);
}

.editorial-menu {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: transparent;
  cursor: pointer;
}

.editorial-menu span {
  width: 100%;
  height: 1px;
  display: block;
  margin: 5px 0;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}

.editorial-menu.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.editorial-menu.open span:nth-child(2) {
  opacity: 0;
}

.editorial-menu.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.home-editorial section {
  position: relative;
  scroll-margin-top: 96px;
}

.editorial-hero {
  min-height: min(770px, calc(100svh - var(--nav-height)));
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 2.05fr);
  gap: clamp(44px, 5vw, 76px);
  padding: clamp(44px, 5vw, 72px) 0 44px;
  border-bottom: 1px solid var(--ink);
}

.hero-folio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
}

.editorial-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.editorial-eyebrow::before {
  width: 28px;
  height: 3px;
  content: "";
  background: var(--cobalt);
}

.folio-count {
  display: grid;
  gap: 18px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.folio-count strong {
  display: block;
  color: var(--cobalt);
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 560;
  line-height: .78;
  letter-spacing: 0;
}

.editorial-hero-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home-editorial h1,
.home-editorial h2,
.home-editorial h3,
.home-editorial p {
  margin-top: 0;
}

.home-editorial h1,
.home-editorial h2,
.home-editorial h3 {
  color: inherit;
}

.home-editorial h1 {
  max-width: 1050px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 7.25vw, 118px);
  font-weight: 400;
  line-height: .87;
  letter-spacing: 0;
}

.home-editorial h1 em {
  color: var(--cobalt);
  font-weight: inherit;
}

.hero-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  margin-top: auto;
  padding-top: clamp(44px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.hero-statement {
  max-width: 560px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.23;
  letter-spacing: 0;
}

.hero-conversion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.hero-conversion .editorial-cta {
  width: min(100%, 320px);
}

.home-section {
  padding-bottom: clamp(96px, 10vw, 150px);
}

.editorial-section-head {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: clamp(44px, 5vw, 76px);
  padding: clamp(88px, 9vw, 132px) 0 clamp(48px, 5vw, 72px);
}

.editorial-section-head > div {
  min-width: 0;
}

.home-editorial .editorial-section-head h2 {
  line-height: .98;
  text-wrap: balance;
}

.section-index {
  margin-bottom: 0;
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-editorial h2 {
  max-width: 1000px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 5.3vw, 86px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: 0;
}

.roster {
  border-block: 1px solid var(--ink);
}

.master-row {
  min-height: 184px;
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  color: var(--paper-bright);
  background: var(--ink);
}

.master-mark {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: #b4b0a7;
  border-right: 1px solid var(--line-dark);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.master-mark strong {
  color: var(--cobalt);
  font-family: var(--serif);
  font-size: 66px;
  font-weight: 400;
  line-height: .7;
  letter-spacing: 0;
}

.master-copy {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  gap: 40px;
  padding: 36px 42px;
}

.master-copy h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 3.6vw, 56px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: 0;
}

.master-copy p {
  max-width: 480px;
  margin-bottom: 0;
  color: #b4b0a7;
  font-size: 13px;
  line-height: 1.6;
}

.workcell-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.workcell {
  position: relative;
  min-height: 176px;
  padding: 22px 24px 25px;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border-right: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  text-align: left;
  transition: color .28s ease, background .28s ease;
}

.workcell:nth-child(4n) {
  border-right: 0 !important;
}

.workcell:nth-child(n + 9) {
  border-bottom: 0 !important;
}

.workcell::after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 90px;
  height: 90px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
  transition: transform .35s ease, opacity .35s ease;
}

.workcell:hover {
  color: #fff;
  background: var(--cobalt);
}

.workcell:hover::after {
  opacity: .55;
  transform: scale(1.7);
}

.workcell-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.workcell-status {
  display: flex;
  align-items: center;
  gap: 7px;
}

.workcell-status::before {
  width: 6px;
  height: 6px;
  content: "";
  background: currentColor;
  border-radius: 50%;
}

.workcell strong {
  max-width: 250px;
  display: block;
  margin-top: 42px;
  font-family: var(--serif);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  transition: opacity .2s ease, transform .25s var(--ease-out);
}

.workcell p {
  max-width: 260px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  transition: color .28s ease;
}

.workcell:hover p {
  color: rgba(255, 255, 255, .78);
}

.public-work-section {
  padding-bottom: clamp(100px, 10vw, 150px);
  background: var(--paper-bright);
  border-block: 1px solid var(--ink);
}

.public-work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.public-work-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-right: 1px solid var(--line);
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.public-work-card:nth-child(1) {
  grid-column: span 4;
}

.public-work-card:nth-child(2) {
  grid-column: span 3;
}

.public-work-card:nth-child(3) {
  grid-column: span 2;
}

.public-work-card:nth-child(4) {
  grid-column: span 3;
  border-right: 0;
}

.public-work-card:hover {
  z-index: 1;
  color: #fff;
  background: var(--ink);
  transform: translateY(-8px);
}

.work-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.work-meta span:last-child {
  color: var(--cobalt);
  font-size: 18px;
  font-weight: 400;
}

.public-work-card h3 {
  margin: auto 0 20px;
  font-family: var(--serif);
  font-size: clamp(29px, 2.45vw, 42px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}

.public-work-card p {
  max-width: 320px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.public-work-card:hover .work-meta,
.public-work-card:hover p {
  color: #c9c6bd;
}

.work-link {
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.github-footer-row {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  color: var(--muted);
  font-size: 12px;
}

.github-footer-row p {
  margin-bottom: 0;
}

.github-footer-row a {
  color: var(--ink);
  font-weight: 750;
}

.github-footer-row a:hover {
  color: var(--cobalt);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--ink);
}

.process-grid li {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line);
  transition:
    color .28s ease,
    transform .34s var(--ease-out),
    box-shadow .34s ease;
}

.process-grid li::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(37, 73, 255, .12), rgba(37, 73, 255, .04)),
    var(--paper-blue);
  opacity: 0;
  transition: opacity .28s ease;
}

.process-grid li::after {
  position: absolute;
  top: 22px;
  right: 25px;
  content: "↗";
  color: var(--cobalt);
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  transform: translate(-7px, 7px);
  transition: opacity .22s ease, transform .34s var(--ease-out);
}

.process-grid li:last-child {
  border-right: 0;
}

.process-grid span {
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  transition: color .24s ease, transform .3s var(--ease-out);
}

.process-grid h3 {
  margin: auto 0 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 400;
  letter-spacing: 0;
  transition: color .24s ease, transform .34s var(--ease-out);
}

.process-grid p {
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  transition: color .24s ease, transform .34s var(--ease-out);
}

.process-grid li:hover,
.process-grid li:focus-visible {
  z-index: 1;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(37, 73, 255, .25);
}

.process-grid li:hover::before,
.process-grid li:focus-visible::before {
  opacity: 1;
}

.process-grid li:hover::after,
.process-grid li:focus-visible::after {
  opacity: 1;
  transform: none;
}

.process-grid li:hover > span,
.process-grid li:focus-visible > span,
.process-grid li:hover h3,
.process-grid li:focus-visible h3,
.process-grid li:hover p,
.process-grid li:focus-visible p {
  transform: translateY(-4px);
}

.boundary-section {
  color: var(--paper-bright);
  background: var(--cobalt);
}

.boundary-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1.4fr .65fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding-block: 86px;
}

.boundary-section .section-index {
  align-self: start;
  color: var(--ink);
}

.boundary-section h2 {
  font-size: clamp(58px, 5.6vw, 90px);
}

.boundary-section p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.65;
}

.boundary-section ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.boundary-section li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.15;
}

.editorial-final {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: clamp(44px, 5vw, 76px);
  padding: clamp(88px, 8vw, 120px) 0 clamp(72px, 7vw, 104px);
}

.final-side {
  padding-top: 9px;
}

.final-main {
  display: flex;
  flex-direction: column;
}

.final-main h2 {
  max-width: 980px;
  font-size: clamp(68px, 6.2vw, 100px);
}

.final-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-top: clamp(56px, 5vw, 78px);
  padding-top: 44px;
  border-top: 1px solid var(--ink);
}

.final-line p {
  max-width: 400px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.final-line .editorial-cta {
  min-width: 320px;
}

.editorial-footer {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.editorial-footer > div p {
  margin: 7px 0 0;
}

.editorial-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.editorial-footer nav a:hover {
  color: var(--cobalt);
}

.editorial-footer > p {
  margin-bottom: 0;
}

/* About page */
.about-hero-page {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: clamp(44px, 5vw, 76px);
  padding: clamp(54px, 5vw, 76px) 0 clamp(74px, 7vw, 106px);
  border-bottom: 1px solid var(--ink);
}

.about-folio {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-portrait {
  width: min(100%, 310px);
  margin: auto 0 0;
}

.about-portrait-frame {
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper-blue);
}

.about-portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.72) contrast(1.03);
}

.about-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.about-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.about-hero-copy h1 {
  max-width: 1000px;
  margin: 26px 0 0;
  font-size: clamp(76px, 7.2vw, 116px);
}

.about-hero-copy h1 em {
  color: var(--cobalt);
}

.about-hero-lower {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 5vw, 72px);
  margin-top: auto;
  padding-top: clamp(52px, 6vw, 82px);
  border-top: 1px solid var(--ink);
}

.about-intro {
  max-width: 600px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.2;
}

.about-hero-note {
  align-self: end;
}

.about-hero-note p {
  max-width: 390px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.profile-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-link-row a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.profile-link-row a::after {
  content: "↗";
  color: var(--cobalt);
  font-size: 16px;
  font-weight: 400;
}

.profile-link-row a:hover {
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
}

.about-thesis-section {
  color: var(--paper-bright);
  background: var(--ink);
}

.about-thesis {
  padding: clamp(92px, 9vw, 138px) 0;
}

.about-thesis-head {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: clamp(44px, 5vw, 76px);
}

.about-thesis-head h2 {
  max-width: 1020px;
}

.about-thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(64px, 7vw, 96px) 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--line-dark);
}

.about-thesis-grid li {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line-dark);
}

.about-thesis-grid li:last-child {
  border-right: 0;
}

.about-thesis-grid span {
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
}

.about-thesis-grid h3 {
  margin: auto 0 16px;
  font-family: var(--serif);
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 400;
}

.about-thesis-grid p {
  max-width: 330px;
  margin-bottom: 0;
  color: #aaa69d;
  font-size: 13px;
  line-height: 1.6;
}

.about-record-section {
  padding: clamp(96px, 10vw, 150px) 0;
  background: var(--paper-bright);
  border-bottom: 1px solid var(--ink);
}

.about-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(50px, 6vw, 82px);
  border-block: 1px solid var(--ink);
}

.about-profile-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--ink);
  transition: color .28s ease, background .28s ease;
}

.about-profile-card:last-child {
  border-right: 0;
}

.about-profile-card:hover {
  color: #fff;
  background: var(--cobalt);
}

.about-profile-card .work-meta {
  color: inherit;
  opacity: .7;
}

.about-profile-card h3 {
  margin: auto 0 18px;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 400;
  line-height: .95;
}

.about-profile-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.about-profile-card:hover p {
  color: rgba(255, 255, 255, .78);
}

.about-work-section {
  padding-bottom: clamp(96px, 10vw, 150px);
}

.about-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
}

.about-work-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--ink);
  transition: color .26s ease, background .26s ease;
}

.about-work-card:nth-child(even) {
  border-right: 0;
}

.about-work-card:hover {
  color: #fff;
  background: var(--ink);
}

.about-work-card h3 {
  margin: auto 0 18px;
  font-family: var(--serif);
  font-size: clamp(31px, 2.8vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.about-work-card p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.about-work-card:hover .work-meta,
.about-work-card:hover p {
  color: #b9b5ac;
}

.about-contact-section {
  color: #fff;
  background: var(--cobalt);
}

.about-contact {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: clamp(44px, 5vw, 76px);
  align-items: center;
  padding-block: clamp(82px, 8vw, 116px);
}

.about-contact .section-index {
  align-self: start;
  color: var(--ink);
}

.about-contact h2 {
  max-width: 920px;
}

.about-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .55);
}

.about-contact-row p {
  max-width: 470px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.65;
}

.about-contact .editorial-cta {
  min-width: 260px;
}

.home-reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s var(--ease-out);
}

.reveal-ready .home-reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .editorial-shell {
    width: min(100% - 42px, 920px);
  }

  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .editorial-nav-links {
    display: none;
  }

  .editorial-menu {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .nav-walkthrough {
    display: none;
  }

  .editorial-nav-links.open {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
    box-shadow: 0 20px 32px rgba(17, 16, 14, .1);
  }

  .editorial-nav-links.open a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .editorial-nav-links.open a:last-child {
    border-bottom: 0;
  }

  .editorial-hero,
  .editorial-section-head,
  .editorial-final,
  .about-hero-page,
  .about-thesis-head,
  .about-contact {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .editorial-hero {
    min-height: auto;
    padding-top: 40px;
  }

  .hero-folio {
    min-height: 118px;
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-lower {
    margin-top: 64px;
  }

  .master-row,
  .master-copy {
    grid-template-columns: 1fr;
  }

  .master-mark {
    min-height: 115px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

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

  .workcell:nth-child(odd) {
    border-right: 1px solid var(--line) !important;
  }

  .workcell:nth-child(even) {
    border-right: 0 !important;
  }

  .workcell:nth-child(-n + 10) {
    border-bottom: 1px solid var(--line) !important;
  }

  .workcell:nth-child(n + 11) {
    border-bottom: 0 !important;
  }

  .public-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .public-work-card:nth-child(n) {
    grid-column: auto;
    border-bottom: 1px solid var(--line);
  }

  .public-work-card:nth-child(even) {
    border-right: 0;
  }

  .public-work-card:nth-child(n + 3) {
    border-bottom: 0;
  }

  .boundary-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .boundary-section ul {
    grid-column: 2;
  }

  .final-side {
    padding-top: 0;
  }

  .about-hero-page {
    min-height: 0;
  }

  .about-folio {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .about-portrait {
    width: min(42vw, 250px);
    margin: 0;
  }

  .about-thesis-grid {
    grid-template-columns: 1fr;
  }

  .about-thesis-grid li {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .about-thesis-grid li:last-child {
    border-bottom: 0;
  }

  .about-contact {
    min-height: 0;
  }

  .editorial-footer {
    grid-template-columns: 1fr auto;
  }

  .editorial-footer > p {
    grid-column: 1 / -1;
    padding-bottom: 24px;
  }
}

@media (max-width: 720px) {
  :root {
    --nav-height: 76px;
  }

  body.home-editorial {
    background: var(--paper);
  }

  .editorial-shell {
    width: calc(100% - 28px);
  }

  .site-nav {
    min-height: var(--nav-height);
  }

  .editorial-brand {
    font-size: 22px;
  }

  .home-editorial h1 {
    font-size: clamp(58px, 17vw, 76px);
  }

  .home-editorial h2,
  .final-main h2,
  .boundary-section h2 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .about-hero-copy h1 {
    font-size: clamp(58px, 16vw, 78px);
  }

  .hero-folio {
    min-height: 104px;
  }

  .folio-count {
    justify-items: end;
    text-align: right;
  }

  .hero-lower {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 46px;
  }

  .hero-statement {
    font-size: 23px;
  }

  .editorial-section-head {
    padding-top: 78px;
  }

  .workcell-grid,
  .public-work-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .workcell:nth-child(n),
  .public-work-card:nth-child(n),
  .process-grid li {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .workcell:last-child,
  .public-work-card:last-child,
  .process-grid li:last-child {
    border-bottom: 0 !important;
  }

  .workcell {
    min-height: 150px;
  }

  .workcell strong {
    margin-top: 30px;
    font-size: 26px;
  }

  .workcell p {
    font-size: 12px;
  }

  .public-work-card {
    min-height: 300px;
  }

  .public-work-card h3 {
    font-size: 36px;
  }

  .github-footer-row {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 22px 0;
  }

  .process-grid li {
    min-height: 220px;
  }

  .boundary-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .boundary-section ul {
    grid-column: auto;
  }

  .editorial-final {
    min-height: 0;
  }

  .final-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-line .editorial-cta {
    width: 100%;
    min-width: 0;
  }

  .about-folio {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-portrait {
    width: min(72vw, 290px);
  }

  .about-hero-lower,
  .about-profile-grid,
  .about-work-grid {
    grid-template-columns: 1fr;
  }

  .about-profile-card {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .about-profile-card:last-child {
    border-bottom: 0;
  }

  .about-work-card:nth-child(n) {
    border-right: 0;
  }

  .about-contact-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-contact .editorial-cta {
    width: 100%;
    min-width: 0;
  }

  .editorial-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 32px;
  }

  .editorial-footer nav {
    justify-content: flex-start;
  }

  .editorial-footer > p {
    grid-column: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 430px) {
  .editorial-eyebrow {
    max-width: 150px;
    line-height: 1.35;
  }

  .folio-count strong {
    font-size: 46px;
  }

  .folio-count span {
    font-size: 9px;
  }

  .master-copy {
    padding: 28px 22px;
  }

  .master-copy h3 {
    font-size: 38px;
  }

}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  .reveal-ready .home-reveal {
    opacity: 1;
    transform: none;
  }

  .nav-walkthrough:hover,
  .editorial-cta:hover,
  .process-grid li:hover,
  .process-grid li:focus-visible {
    transform: none;
  }
}
