:root {
  --hj-paper: #f8f7f3;
  --hj-archive: #eceae3;
  --hj-surface: #fff;
  --hj-ink: #121210;
  --hj-graphite: #595750;
  --hj-line: #cfccc3;
  --hj-oxide: #7a2e24;
  --hj-focus: #005a9c;
  --hj-display: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  --hj-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --hj-wide: min(1344px, calc(100vw - 96px));
  --hj-narrow: min(864px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-wrap: break-word;
  background: var(--hj-paper);
  color: var(--hj-ink);
  font-family: var(--hj-sans);
  font-size: 17px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; height: auto; }
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
a:hover { color: var(--hj-oxide); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--hj-focus); outline-offset: 4px; }
.wp-site-blocks { min-height: 100vh; }
.wp-block-template-skip-link,
.hj-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  background: var(--hj-ink);
  color: #fff;
}
.wp-block-template-skip-link:focus,
.hj-skip-link:focus { transform: translateY(0); }

.hj-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--hj-line);
  background: rgba(248,247,243,.97);
}
.hj-header-inner,
.hj-footer-inner {
  width: var(--hj-wide);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.hj-header-inner { min-height: 88px; }
.hj-brand {
  display: grid;
  margin: 0;
  letter-spacing: .16em;
  line-height: 1.15;
}
.hj-brand .wp-block-site-title {
  margin: 0;
  font-family: var(--hj-sans);
  font-size: 14px;
  font-weight: 650;
  text-transform: uppercase;
}
.hj-brand .wp-block-site-title a { text-decoration: none; }
.hj-brand .hj-brand-descriptor {
  margin: 7px 0 0;
  color: var(--hj-graphite);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hj-primary-nav .wp-block-page-list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.hj-primary-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}
.hj-primary-nav .current-menu-item > a,
.hj-primary-nav .current_page_item > a { text-decoration: underline; text-underline-offset: 7px; }
.hj-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--hj-ink);
  padding: 10px 0;
  background: transparent;
  color: inherit;
  font: 600 12px/1 var(--hj-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hj-main { min-height: 65vh; }
.hj-section {
  width: var(--hj-wide);
  margin-inline: auto;
  padding-block: clamp(80px, 10vw, 152px);
}
.hj-section + .hj-section { border-top: 1px solid var(--hj-line); }
.hj-kicker,
.hj-overline {
  margin: 0 0 24px;
  color: var(--hj-oxide);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hj-display,
h1,
h2,
h3 {
  font-family: var(--hj-display);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .94;
}
h1 { font-size: clamp(64px, 9vw, 136px); }
h2 { font-size: clamp(44px, 5.8vw, 82px); }
h3 { font-size: clamp(28px, 3vw, 42px); }
.hj-lead {
  max-width: 680px;
  color: var(--hj-graphite);
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.38;
}
.hj-index-note {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  color: var(--hj-graphite);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hj-hero {
  display: grid;
  grid-template-columns: 4fr 7fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  min-height: calc(100svh - 88px);
}
.hj-hero h1 {
  max-width: none;
  margin: 0 0 36px;
  overflow-wrap: normal;
  font-size: clamp(64px, 7.5vw, 112px);
  hyphens: none;
  white-space: nowrap;
}
.hj-hero-copy { position: relative; z-index: 2; padding-block: 72px; }
.hj-hero-copy .hj-lead { max-width: 430px; font-size: clamp(17px, 1.45vw, 21px); }
.hj-hero-media { grid-column: 2 / -1; margin: 0; }
.hj-hero-media figure { margin: 0; }
.hj-hero-media img {
  width: 100%;
  max-height: 78svh;
  object-fit: contain;
  object-position: center;
  background: var(--hj-surface);
}
.hj-caption,
figcaption {
  margin-top: 14px;
  color: var(--hj-graphite);
  font-size: 11px;
  line-height: 1.45;
}
.hj-caption-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.hj-hero-copy { animation: hj-hero-copy-in 720ms cubic-bezier(.2,.68,.25,1) both; }
.hj-hero-media { animation: hj-hero-media-in 920ms 110ms cubic-bezier(.2,.68,.25,1) both; }
.hj-reveal.is-revealed { animation: hj-reveal-in 760ms cubic-bezier(.2,.68,.25,1) both; }
@keyframes hj-hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hj-hero-media-in {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes hj-reveal-in {
  from { opacity: .18; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
figure > a { display: block; overflow: hidden; }
figure > a img { transition: transform 600ms cubic-bezier(.2,.65,.25,1), filter 240ms ease; }
figure > a:hover img { transform: scale(1.012); filter: saturate(1.03); }

.hj-work-stage {
  width: 100%;
  padding: clamp(56px, 8vw, 120px) max(48px, calc((100vw - 1344px)/2));
  background: var(--hj-surface);
}
.hj-work-stage figure { margin: 0; }
.hj-work-stage img { width: 100%; max-height: 88svh; object-fit: contain; }
.hj-stage-head {
  display: grid;
  grid-template-columns: 3fr 7fr 2fr;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 72px);
  align-items: baseline;
}
.hj-stage-head h2 { grid-column: 2; margin: 0; font-size: clamp(38px, 5vw, 70px); }
.hj-stage-head p { margin: 0; }

.hj-two-col,
.hj-profile-grid,
.hj-archive-manifest {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.hj-two-col > :first-child { grid-column: 1 / span 5; }
.hj-two-col > :last-child { grid-column: 7 / -1; }
.hj-prose { max-width: 680px; }
.hj-prose p { margin-top: 0; }
.hj-prose p + p { margin-top: 1.35em; }
.hj-counter-work { width: min(100%, 590px); margin: clamp(52px, 7vw, 100px) 0 0 auto; }
.hj-counter-work > .hj-kicker { margin-bottom: 18px; }
.hj-polarity { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(38px, 8vw, 128px); align-items: end; }
.hj-polarity figure { margin: 0; }
.hj-polarity figure:last-child { transform: translateY(48px); }
.hj-constellation { display: grid; grid-template-columns: 5fr 3fr 4fr; gap: 24px; align-items: start; }
.hj-constellation figure { margin: 0; }
.hj-constellation figure:nth-child(2) { margin-top: 12vw; }
.hj-constellation figure:nth-child(3) { margin-top: 4vw; }
.hj-archive-paper {
  width: 100%;
  max-width: none;
  padding-inline: max(48px, calc((100vw - 1344px)/2));
  background: var(--hj-archive);
}
.hj-archive-manifest { align-items: end; }
.hj-archive-manifest h2 { grid-column: 1 / span 7; max-width: 10ch; margin: 0; }
.hj-archive-manifest__copy { grid-column: 9 / -1; }
.hj-archive-manifest__number {
  display: block;
  margin-bottom: 24px;
  font-family: var(--hj-display);
  font-size: clamp(64px, 8vw, 120px);
  line-height: .8;
}

.hj-workgroups { margin: 56px 0 0; padding: 0; border-top: 1px solid var(--hj-line); list-style: none; }
.hj-workgroups li { border-bottom: 1px solid var(--hj-line); }
.hj-workgroups a {
  display: grid;
  grid-template-columns: 60px 1fr auto 24px;
  align-items: baseline;
  gap: 24px;
  min-height: 72px;
  padding: 22px 0;
  text-decoration: none;
}
.hj-workgroups a::after { content: "↗"; transition: transform 180ms ease; }
.hj-workgroups a:hover::after { transform: translate(4px,-4px); }
.hj-workgroups .hj-index { color: var(--hj-graphite); font-size: 11px; }
.hj-workgroups .hj-name { font-family: var(--hj-display); font-size: clamp(28px, 3.6vw, 50px); letter-spacing: -.025em; }
.hj-workgroups .hj-count { color: var(--hj-graphite); font-size: 12px; }
.hj-profile-grid .hj-profile-title { grid-column: 1 / span 4; }
.hj-profile-grid .hj-profile-copy { grid-column: 6 / -1; columns: 2; column-gap: 48px; }
.hj-legacy-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
  margin-top: clamp(56px, 8vw, 112px);
  padding-top: 32px;
  border-top: 1px solid var(--hj-line);
}
.hj-legacy-note p { grid-column: 2; max-width: 680px; margin: 0; font-family: var(--hj-display); font-size: clamp(25px, 3vw, 42px); line-height: 1.24; }
.hj-contact-panel {
  max-width: 780px;
  padding: clamp(40px, 6vw, 80px);
  background: var(--hj-ink);
  color: #fff;
}
.hj-contact-panel h2 { margin-top: 0; }
.hj-button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 10px 20px;
  background: transparent;
  color: inherit;
  font-size: 13px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.hj-button:hover,
.wp-block-button__link:hover { transform: translateY(-2px); background: #fff; color: var(--hj-ink); }

.hj-page,
.hj-archive {
  width: var(--hj-wide);
  margin-inline: auto;
  padding-block: clamp(72px, 9vw, 136px);
}
.hj-page > .wp-block-group,
.hj-archive > .wp-block-group { margin: 0; }
.hj-archive-header {
  display: grid;
  grid-template-columns: 7fr 4fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(72px, 10vw, 144px);
}
.hj-archive-header h1 { margin: 0; }
.hj-archive-header .hj-lead { grid-column: 2; margin: 0; font-size: clamp(17px, 1.55vw, 22px); }
.hj-archive-status { grid-column: 2; color: var(--hj-graphite); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hj-archive-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  padding-block: clamp(48px, 7vw, 96px);
  border-top: 1px solid var(--hj-line);
}
.hj-archive-item .wp-block-post-featured-image { grid-column: 1 / span 6; margin: 0; }
.hj-archive-item > div { grid-column: 8 / -1; align-self: center; }
.wp-block-post-template > li:nth-child(even) .hj-archive-item .wp-block-post-featured-image,
.hj-archive-list > .hj-archive-item:nth-child(even) .wp-block-post-featured-image { grid-column: 7 / -1; grid-row: 1; }
.wp-block-post-template > li:nth-child(even) .hj-archive-item > div,
.hj-archive-list > .hj-archive-item:nth-child(even) > div { grid-column: 1 / span 5; grid-row: 1; }
.hj-archive-item .wp-block-post-featured-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--hj-surface); }
.hj-archive-item h2 { margin: 10px 0 18px; font-size: clamp(40px, 5vw, 72px); }
.hj-archive-item h2 a { text-decoration: none; }
.hj-archive-item .taxonomy-work_group { margin: 0; color: var(--hj-oxide); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hj-archive-item .wp-block-post-excerpt { color: var(--hj-graphite); font-size: 14px; }
.hj-archive-item .wp-block-post-excerpt__more-link { color: var(--hj-ink); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.hj-artwork-detail { width: var(--hj-wide); margin-inline: auto; padding-block: clamp(64px, 9vw, 128px); }
.hj-artwork-detail__back { display: inline-flex; min-height: 48px; align-items: center; margin-bottom: 48px; font-size: 12px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hj-artwork-detail__header {
  display: grid;
  grid-template-columns: 7fr 4fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 96px);
}
.hj-artwork-detail__header h1 { max-width: 11ch; margin: 0; font-size: clamp(58px, 8vw, 118px); }
.hj-artwork-detail__header .hj-lead { grid-column: 2; margin: 0; font-size: clamp(17px, 1.6vw, 23px); }
.hj-artwork-position { grid-column: 3; margin: 0; color: var(--hj-graphite); font-size: 11px; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.hj-artwork-detail__image { margin: 0 0 clamp(64px, 9vw, 128px); }
.hj-artwork-detail__image figure { margin: 0; }
.hj-artwork-detail__image img { width: 100%; max-height: 88svh; object-fit: contain; background: var(--hj-surface); }
.hj-artwork-detail__body { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.hj-meta { grid-column: 1 / span 5; margin: 0; }
.hj-meta div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--hj-line); }
.hj-meta dt { color: var(--hj-graphite); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hj-meta dd { margin: 0; font-size: 13px; }
.hj-artwork-detail__body > .hj-prose { grid-column: 7 / -1; font-family: var(--hj-display); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.3; }
.hj-artwork-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  margin-top: clamp(72px, 10vw, 144px);
  padding-top: 28px;
  border-top: 1px solid var(--hj-line);
  font-size: 13px;
}
.hj-artwork-nav span:last-child { text-align: right; }
.hj-artwork-nav__archive { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }

.hj-site-footer { border-top: 1px solid var(--hj-line); }
.hj-footer-inner { align-items: end; padding-block: 48px; color: var(--hj-graphite); font-size: 11px; }
.hj-footer-inner p { margin: 0; }
.hj-footer-nav .wp-block-page-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.hj-footer-nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1080px) {
  :root { --hj-wide: min(100% - 64px, 1000px); --hj-narrow: min(100% - 64px, 800px); }
  .hj-hero { grid-template-columns: 5fr 7fr; gap: 40px; }
  .hj-hero-media { grid-column: 2; }
  .hj-profile-grid .hj-profile-copy { columns: 1; }
  .hj-archive-item .wp-block-post-featured-image { grid-column: 1 / span 7; }
  .hj-archive-item > div { grid-column: 9 / -1; }
  .wp-block-post-template > li:nth-child(even) .hj-archive-item .wp-block-post-featured-image,
  .hj-archive-list > .hj-archive-item:nth-child(even) .wp-block-post-featured-image { grid-column: 6 / -1; }
  .wp-block-post-template > li:nth-child(even) .hj-archive-item > div,
  .hj-archive-list > .hj-archive-item:nth-child(even) > div { grid-column: 1 / span 4; }
}

@media (max-width: 781px) {
  :root { --hj-wide: calc(100% - 40px); --hj-narrow: calc(100% - 40px); }
  body { font-size: 16px; }
  .hj-header-inner { min-height: 76px; }
  .hj-menu-toggle { display: block; }
  .hj-primary-nav {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    padding: 8px 20px 20px;
    border-bottom: 1px solid var(--hj-line);
    background: var(--hj-paper);
  }
  .hj-primary-nav[hidden] { display: none; }
  .hj-primary-nav .wp-block-page-list { display: grid; gap: 0; }
  .hj-primary-nav a { min-height: 52px; border-bottom: 1px solid var(--hj-line); font-size: 14px; }
  .hj-section { padding-block: 80px; }
  .hj-hero { display: flex; min-height: auto; flex-direction: column; align-items: stretch; }
  .hj-hero-copy { padding: 70px 0 12px; }
  .hj-hero h1 { max-width: none; font-size: clamp(58px, 16vw, 82px); }
  .hj-hero-media { width: calc(100% + 20px); margin-left: -20px; }
  .hj-hero-media figcaption { padding-left: 20px; }
  .hj-work-stage, .hj-archive-paper { padding: 72px 20px; }
  .hj-stage-head,
  .hj-two-col,
  .hj-polarity,
  .hj-constellation,
  .hj-profile-grid,
  .hj-archive-manifest,
  .hj-archive-header,
  .hj-archive-item,
  .hj-artwork-detail__header,
  .hj-artwork-detail__body { grid-template-columns: 1fr; }
  .hj-stage-head h2,
  .hj-two-col > :first-child,
  .hj-two-col > :last-child,
  .hj-profile-grid .hj-profile-title,
  .hj-profile-grid .hj-profile-copy,
  .hj-archive-manifest h2,
  .hj-archive-manifest__copy,
  .hj-archive-header .hj-lead,
  .hj-archive-status,
  .hj-archive-item .wp-block-post-featured-image,
  .hj-archive-item > div,
  .wp-block-post-template > li:nth-child(even) .hj-archive-item .wp-block-post-featured-image,
  .wp-block-post-template > li:nth-child(even) .hj-archive-item > div,
  .hj-archive-list > .hj-archive-item:nth-child(even) .wp-block-post-featured-image,
  .hj-archive-list > .hj-archive-item:nth-child(even) > div,
  .hj-artwork-detail__header .hj-lead,
  .hj-artwork-position,
  .hj-meta,
  .hj-artwork-detail__body > .hj-prose {
    grid-column: 1;
    grid-row: auto;
  }
  .hj-stage-head { margin-bottom: 32px; }
  .hj-archive-manifest h2 { max-width: 9ch; }
  .hj-polarity figure:last-child,
  .hj-constellation figure:nth-child(n) { margin-top: 24px; transform: none; }
  .hj-workgroups a { grid-template-columns: 30px 1fr 20px; gap: 12px; }
  .hj-workgroups .hj-count { grid-column: 2; }
  .hj-workgroups a::after { grid-column: 3; grid-row: 1; }
  .hj-profile-grid .hj-profile-copy { margin-top: 24px; }
  .hj-legacy-note { grid-template-columns: 1fr; }
  .hj-legacy-note p { grid-column: 1; }
  .hj-archive-header { margin-bottom: 72px; }
  .hj-archive-header h1 { font-size: clamp(70px, 22vw, 100px); }
  .hj-archive-item { gap: 26px; }
  .hj-archive-item > div { width: calc(100% - 24px); margin-left: 24px; }
  .wp-block-post-template > li:nth-child(even) .hj-archive-item > div,
  .hj-archive-list > .hj-archive-item:nth-child(even) > div { margin-left: 0; }
  .hj-artwork-detail__back { margin-bottom: 28px; }
  .hj-artwork-detail__header { align-items: start; }
  .hj-artwork-detail__header h1 { font-size: clamp(58px, 18vw, 90px); }
  .hj-artwork-position { text-align: left; }
  .hj-artwork-detail__body > .hj-prose { margin-top: 36px; }
  .hj-artwork-nav { grid-template-columns: 1fr 1fr; }
  .hj-artwork-nav__archive { grid-column: 1 / -1; grid-row: 1; }
  .hj-footer-inner { display: grid; align-items: start; }
}

@media (max-width: 420px) {
  :root { --hj-wide: calc(100% - 32px); --hj-narrow: calc(100% - 32px); }
  .hj-brand .wp-block-site-title { font-size: 12px; }
  .hj-section { padding-block: 64px; }
  .hj-hero-copy { padding-top: 56px; }
  .hj-hero-media { width: calc(100% + 16px); margin-left: -16px; }
  .hj-hero-media figcaption { padding-left: 16px; }
  .hj-work-stage, .hj-archive-paper { padding-inline: 16px; }
  .hj-archive-item { padding-block: 48px; }
  .hj-artwork-detail { padding-top: 40px; }
  .hj-meta div { grid-template-columns: 42% 58%; }
  .hj-footer-nav .wp-block-page-list { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  figure > a:hover img { transform: none; }
  .hj-hero-copy,
  .hj-hero-media,
  .hj-reveal.is-revealed { animation: none; }
}
