:root {
  --paper: #f4f0e8;
  --paper-light: #fbf9f4;
  --ink: #191b1a;
  --muted: #656965;
  --line: #cbc7bd;
  --accent: #a53a2b;
  --forest: #263b32;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1240px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { font-size: clamp(3.5rem, 9vw, 8.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.6rem, 5.5vw, 5rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); letter-spacing: -.025em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 1.3rem; font-size: .72rem; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.85rem); line-height: 1.38; }
.accent-dot { color: var(--accent); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.35rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper-light); font-size: .73rem; font-weight: 700; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.button--outline { background: transparent; color: var(--ink); }
.button--outline:hover { color: var(--paper-light); }
.button--paper { border-color: var(--paper-light); background: var(--paper-light); color: var(--ink); }
.button--paper:hover { border-color: var(--paper-light); background: transparent; color: var(--paper-light); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span { font-size: 1.1rem; transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link--paper { color: var(--paper-light); }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; justify-content: space-between; align-items: center; min-height: 94px; gap: 2rem; }
.site-brand { display: flex; flex-direction: column; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: -.035em; line-height: .85; text-decoration: none; }
.site-brand .custom-logo-link, .site-brand .custom-logo { display: block; max-width: 220px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 2.4rem; }
.site-nav__list, .site-nav ul { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: .76rem; font-weight: 650; letter-spacing: .035em; text-decoration: none; }
.site-nav__list a:hover, .site-nav .current-menu-item > a { border-bottom: 1px solid currentColor; }
.site-nav__login { padding: .58rem .9rem; border: 1px solid var(--ink); text-transform: uppercase; }
.site-nav__login:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.hero { display: grid; min-height: min(850px, calc(100vh - 95px)); padding-block: clamp(3.5rem, 7vw, 6rem) 3rem; }
.hero__title-wrap { position: relative; align-self: center; }
.hero h1 { position: relative; z-index: 1; margin: 0; }
.hero__footer { display: grid; grid-template-columns: minmax(260px, 520px) auto; justify-content: space-between; align-items: end; gap: 3rem; margin-top: 3rem; }
.hero__footer > p { margin-bottom: 0; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.42; }
.type-mark { position: absolute; top: 50%; right: 1%; display: grid; grid-template-columns: 1fr 1fr; width: clamp(120px, 18vw, 250px); aspect-ratio: 1; transform: translateY(-50%) rotate(4deg); opacity: .95; }
.type-mark span { display: grid; place-items: center; border: 1px solid rgba(25,27,26,.25); background: var(--forest); color: var(--paper); font-family: var(--serif); font-size: clamp(3rem, 8vw, 8rem); line-height: 1; }
.type-mark span + span { background: var(--accent); transform: translate(8px, 8px); }

.editorial-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.editorial-split__art { display: grid; place-items: center; overflow: hidden; min-height: 560px; background: var(--accent); }
.printer-grid { display: grid; grid-template-columns: 1fr 1fr; width: min(72%, 520px); border: 1px solid rgba(244,240,232,.55); transform: rotate(-5deg); }
.printer-grid span { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(244,240,232,.55); color: var(--paper); font-family: var(--serif); font-size: clamp(5rem, 12vw, 11rem); line-height: 1; }
.printer-grid span:nth-child(2), .printer-grid span:nth-child(3) { background: var(--paper); color: var(--accent); }
.editorial-split__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(3rem, 8vw, 8rem); background: var(--paper-light); }
.editorial-split__copy h2 { margin-bottom: 2.5rem; }
.editorial-split__copy .lead { max-width: 590px; }
.editorial-split__copy .text-link { margin-top: 1.5rem; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 320px; margin-bottom: 0; color: var(--muted); }
.area-links { border-top: 1px solid var(--ink); }
.area-links a { display: flex; justify-content: space-between; align-items: center; padding: .7rem 0 .55rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2rem, 5vw, 4.8rem); line-height: 1.1; text-decoration: none; transition: padding .2s, color .2s; }
.area-links a:hover { padding-left: 1rem; color: var(--accent); }
.area-links a span:last-child { font-family: var(--sans); font-size: .35em; }

.profiles { overflow: hidden; background: var(--paper-light); }
.profile-strip { display: grid; grid-auto-columns: minmax(260px, 25vw); grid-auto-flow: column; overflow-x: auto; padding-left: max(24px, calc((100vw - 1240px) / 2)); scrollbar-color: var(--accent) var(--line); }
.profile-card { min-width: 0; border-right: 1px solid var(--line); }
.profile-card:first-child { border-left: 1px solid var(--line); }
.profile-card__image, .profile-card__placeholder { display: grid; overflow: hidden; place-items: center; aspect-ratio: 4 / 5; background: #d8d3c8; color: var(--muted); font-family: var(--serif); font-size: 7rem; text-decoration: none; }
.profile-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: filter .3s, transform .5s; }
.profile-card:hover .profile-card__image img { filter: saturate(1); transform: scale(1.02); }
.profile-card:nth-child(2n) .profile-card__placeholder { background: #ccd2cc; }
.profile-card:nth-child(3n) .profile-card__placeholder { background: #d5c2ba; }
.profile-card__body { padding: 1.5rem 1.3rem 2rem; }
.profile-card__body h3 { margin-bottom: .35rem; font-size: 1.65rem; }
.profile-card__body h3 a { text-decoration: none; }
.profile-card__body p { min-height: 2.6em; margin-bottom: 1.25rem; color: var(--muted); font-size: .85rem; }
.profile-card__link { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.steps li { min-height: 300px; padding: 1.5rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.steps li + li { padding-left: 2rem; }
.steps li:last-child { border-right: 0; }
.steps span { display: block; margin-bottom: 4rem; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.steps h3 { font-size: 2.5rem; }
.steps p { max-width: 290px; margin-bottom: 0; color: var(--muted); }

.job-callout { padding-block: clamp(5rem, 10vw, 9rem); background: var(--forest); color: var(--paper-light); }
.job-callout__inner { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: clamp(4rem, 10vw, 10rem); }
.job-callout h2 { margin-bottom: 0; }
.job-callout__inner > div:last-child p { margin-bottom: 2rem; font-family: var(--serif); font-size: 1.3rem; }
.job-list { border-top: 1px solid var(--ink); }
.job-card { display: grid; grid-template-columns: 1fr 2fr 2fr auto; align-items: start; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.job-card__meta { display: flex; flex-direction: column; color: var(--muted); font-size: .72rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.job-card h3 { margin: 0; font-size: 1.8rem; }
.job-card h3 a { text-decoration: none; }
.job-card > p { margin: 0; color: var(--muted); }
.job-card__footer { display: flex; flex-direction: column; align-items: end; gap: 1rem; color: var(--muted); font-size: .75rem; white-space: nowrap; }
.job-card__footer a { font-size: 1.7rem; text-decoration: none; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.article-card__image { display: grid; overflow: hidden; place-items: center; aspect-ratio: 3 / 2; margin-bottom: 1.5rem; background: var(--forest); color: var(--paper); font-family: var(--serif); font-size: 6rem; text-decoration: none; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover .article-card__image img { transform: scale(1.02); }
.article-card .eyebrow { margin-bottom: .8rem; color: var(--muted); }
.article-card h3 { margin-bottom: .8rem; }
.article-card h3 a { text-decoration: none; }
.article-card > p:last-child { color: var(--muted); }

.journalist-cta { text-align: center; }
.journalist-cta h2 { margin-bottom: 1.2rem; }
.journalist-cta > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 2rem; font-family: var(--serif); font-size: 1.35rem; }

.site-footer { background: var(--ink); color: var(--paper-light); }
.site-footer__top { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; min-height: 550px; padding-block: 5rem; }
.site-footer__statement { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 7vw, 7rem); letter-spacing: -.05em; line-height: .94; }
.site-footer__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; padding-block: 1.5rem; border-top: 1px solid #4c4e4d; font-size: .72rem; }
.site-footer__bottom p { margin: 0; color: #b4b5b2; }
.site-footer__brand { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; text-decoration: none; }
.footer-menu { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: #d5d4cf; text-decoration: none; }

/* Content and dynamic templates */
.page-hero { padding-block: clamp(4rem, 9vw, 8rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 8vw, 7.5rem); }
.page-hero__lead { max-width: 690px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.4; }
.content-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 320px); justify-content: space-between; gap: 5rem; padding-block: clamp(4rem, 9vw, 8rem); }
.entry-content { font-family: var(--serif); font-size: 1.15rem; line-height: 1.75; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1240px; }
.entry-content h2 { margin-top: 2.4em; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.entry-content h3 { margin-top: 2.2em; }
.entry-content a { color: var(--accent); }
.entry-content blockquote { margin: 2.5rem 0; padding-left: 2rem; border-left: 3px solid var(--accent); font-size: 1.45rem; }
.entry-sidebar { align-self: start; position: sticky; top: 2rem; padding-top: 1rem; border-top: 1px solid var(--ink); }
.meta-list { display: grid; gap: 0; margin: 0; }
.meta-list > div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.meta-list dt { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.meta-list dd { margin: .25rem 0 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.tag-list a, .tag-list span { display: inline-block; padding: .45rem .7rem; border: 1px solid var(--line); font-size: .73rem; text-decoration: none; }
.archive-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(3rem, 7vw, 6rem); }
.filters { align-self: start; position: sticky; top: 2rem; }
.filters fieldset { margin: 0 0 2rem; padding: 0; border: 0; }
.filters legend { margin-bottom: .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filters label { display: flex; gap: .7rem; align-items: center; margin-bottom: .5rem; font-family: var(--serif); }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.archive-grid .profile-card, .archive-grid .job-card { background: var(--paper); border: 0; }
.archive-grid .job-card { display: block; padding: 2rem; }
.archive-grid .job-card > * { margin-bottom: 1rem; }
.archive-grid .job-card__footer { flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 0; }
.pagination { grid-column: 1 / -1; margin-top: 3rem; }
.nav-links { display: flex; gap: .5rem; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: var(--paper); }
.profile-hero { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; min-height: 700px; border-bottom: 1px solid var(--line); }
.profile-hero__image { min-height: 550px; background: #d5d0c6; }
.profile-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.profile-hero__fallback { display: grid; place-items: center; height: 100%; color: var(--muted); font-family: var(--serif); font-size: 12rem; }
.profile-hero__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(3rem, 8vw, 8rem); }
.profile-hero__copy h1 { margin-bottom: 1.5rem; font-size: clamp(3.5rem, 7vw, 7rem); }
.profile-hero__copy .lead { max-width: 680px; }
.profile-hero__copy .button { margin-top: 1.5rem; }
.cases { margin-top: 5rem; }
.case { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.case h3, .case p { margin: 0; }
.case a { align-self: start; }
.empty-state { padding: 4rem; border: 1px solid var(--line); text-align: center; }
.breadcrumbs { padding-top: 1.25rem; font-size: .72rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: .55rem; }
.breadcrumbs li + li::before { color: var(--muted); content: "/"; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs [aria-current="page"] { overflow: hidden; max-width: min(52vw, 520px); text-overflow: ellipsis; white-space: nowrap; }
.taxonomy-section + .taxonomy-section { padding-top: 0; }
.entry-sidebar__terms { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.5rem; }
.entry-sidebar__terms a { padding: .4rem .65rem; border: 1px solid var(--line); font-size: .7rem; text-decoration: none; }
.entry-more-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--sans); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .menu-toggle { display: flex; align-items: center; gap: .7rem; cursor: pointer; }
  .menu-toggle__lines, .menu-toggle__lines::before { display: block; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s; }
  .menu-toggle__lines::before { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines::before { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 94px 0 0; display: none; flex-direction: column; justify-content: center; background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav__list, .site-nav ul { flex-direction: column; }
  .site-nav__list a { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
  .hero { min-height: 720px; }
  .hero__footer, .job-callout__inner, .site-footer__top { grid-template-columns: 1fr; }
  .hero__footer { align-items: start; }
  .type-mark { top: auto; right: 0; bottom: 0; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-split__art { min-height: 500px; }
  .profile-strip { grid-auto-columns: minmax(270px, 45vw); }
  .job-card { grid-template-columns: 1fr 2fr; }
  .job-card > p { display: none; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card:last-child { display: none; }
  .site-footer__top { align-content: center; gap: 4rem; }
  .content-layout { grid-template-columns: 1fr; }
  .entry-sidebar { position: static; }
  .archive-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-hero__image { min-height: 70vw; }
}

@media (max-width: 600px) {
  .site-header__inner { min-height: 78px; }
  .site-nav { top: 78px; }
  .hero { min-height: 680px; padding-top: 3rem; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .hero__footer { gap: 1.8rem; }
  .type-mark { width: 110px; opacity: .8; }
  .editorial-split__copy { padding: 4rem 1.5rem; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .profile-strip { grid-auto-columns: 78vw; padding-left: 16px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { min-height: 0; padding: 1.5rem 0 2.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 1.5rem; }
  .job-card { grid-template-columns: 1fr; gap: 1rem; }
  .job-card__footer { align-items: flex-start; flex-direction: row; justify-content: space-between; }
  .article-grid, .archive-grid { grid-template-columns: 1fr; }
  .article-card:last-child { display: block; }
  .site-footer__top { min-height: 480px; }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 1rem; }
  .case { grid-template-columns: 1fr; gap: .7rem; }
}

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