/*
  CSS architecture — v5.28.0
  --------------------------------------------------------------------------
  1. Design tokens and global foundations
  2. Shared editorial components and typography
  3. Chapter-specific layouts: Features, Archive, Process, Skills, Career
  4. Footer, utilities, overlays, and interaction states
  5. Responsive and accessibility adaptations
  6. Versioned refinements appended at the end to preserve cascade history

  Maintenance rule: extend an existing component block before creating a
  parallel method. Versioned overrides should be consolidated during planned
  maintenance releases rather than mixed into feature work.
*/

:root {
--black: #050505;
  --white: #ffffff;
  --paper: #f4f0e8;
  --paper-warm: #faf7ef;
  --paper-deep: #ebe3d6;
  --muted: #666666;
  --line: #bcbcbc;
  --soft-line: #e6e6e6;
  --cyan: #00aeef;
  --magenta: #ff006e;
  --magenta-contrast: #c80057;
  --yellow: #ffd400;
  /* Text and text-like symbols on black use this token; never magenta. */
  --on-black-accent: var(--cyan);

  --max: 1160px;
  --page-pad: 24px;
  --rule: 1px solid var(--black);

  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;

  --ease-editorial: cubic-bezier(.19, 1, .22, 1);
  --shadow-cmyk: 8px 8px 0 var(--cyan), 16px 16px 0 var(--magenta), 24px 24px 0 var(--yellow), 32px 32px 0 var(--black);
  --shadow-key: 8px 8px 0 var(--black);
  --shadow-magenta: 8px 8px 0 var(--black), 12px 12px 0 var(--magenta);
  --transition-card: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 160ms ease;
}

* {
box-sizing: border-box;
}

body::before {
content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .42;
  background-image:
    repeating-linear-gradient(0deg, rgba(0,0,0,.018) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 1px, transparent 1px 5px);
  mix-blend-mode: multiply;
}

body::after {
content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(0,0,0,.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 77% 32%, rgba(0,0,0,.04) 0 1px, transparent 1.5px),
    radial-gradient(circle at 43% 72%, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 91% 82%, rgba(0,0,0,.035) 0 1px, transparent 1.5px);
  background-size: 280px 220px, 360px 260px, 310px 240px, 420px 300px;
}

a {
color: inherit; text-decoration: none;
}

button {
font: inherit;
}

img {
max-width: 100%;
}

.container {
width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.ruled .container {
border-top: var(--rule);
  padding-top: 48px;
}

.eyebrow,
.section-kicker,
.section-title-row p,
.case-meta,
.quick-proof,
.service-card li,
.process-step,
.skill-tab,
.archive-item,
.archive-controls button,
.footer-bottom,
.footer-contact nav,
.project-trigger,
.experience-keywords span,
.skill-chip-row span,
.proof-placeholder-grid,
/* === Navigation and utility rail === */
.nav {
font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 12px;
  font-weight: 850;
}

.section-title-row p:not(.chapter-eyebrow),
.nav-num {
color: var(--magenta-contrast);
}

.skip-link {
position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--magenta);
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

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

.sr-only {
position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:where(a,
button,
[tabindex]):focus-visible {
outline: 3px solid var(--magenta);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(255,255,255,.85);
}

.paper-spotlight {
position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255,255,255,.68), transparent 17rem);
  mix-blend-mode: screen;
}

.scroll-progress {
position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0;
  height: 3px;
  background: var(--magenta);
}

.cursor-dot {
position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--magenta);
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width .16s, height .16s, opacity .16s;
  mix-blend-mode: multiply;
}

.cursor-dot.is-active {
width: 48px;
  height: 48px;
  opacity: .65;
}

.print-system-bg {
position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  opacity: .72;
}

.baseline-grid {
position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0,0,0,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.018) 1px, transparent 1px);
  background-size: 100% 28px, 72px 100%;
  transform: translate3d(calc(var(--grid-x, 0) * 1px), calc(var(--grid-y, 0) * 1px), 0);
}

.print-line {
position: absolute;
  width: 58vw;
  height: 1px;
  opacity: .54;
  filter: blur(.2px);
  transform-origin: center;
}

.line-cyan {
background: var(--cyan); left: -8vw; top: 18vh; transform: rotate(-16deg);
}

.line-yellow {
background: var(--yellow); left: 20vw; bottom: 16vh; transform: rotate(-4deg);
}

.drift-mark {
position: absolute;
  border: 1px solid rgba(0,0,0,.11);
  pointer-events: none;
  transform: translate3d(0, calc(var(--scroll-drift, 0) * 1px), 0);
}

.drift-one {
position: fixed;
  z-index: 1;
width: 116px;
  height: 196px;
  left: auto;
  right: clamp(24px,5vw,76px);
  top: auto;
  bottom: clamp(92px,14vh,148px);
  border: 0;
  opacity: 1;
  transform: none;
  background: none;
}

.color-ghost {
position: absolute;
  display: block;
  border-radius: 50%;
  opacity: .16;
  filter: saturate(.82);
  will-change: transform;
  transition: transform 90ms linear;
}

.ghost-cyan {
  width: 24px;
  height: 24px;
  left: 8px;
  top: 8px;
  background: var(--cyan);
  box-shadow: 0 0 0 10px rgba(0,174,239,.055);
  transform: translate3d(var(--ghost-cyan-x,0),var(--ghost-cyan-y,0),0);
}

.ghost-magenta {
  width: 16px;
  height: 16px;
  right: 10px;
  top: 54px;
  background: var(--magenta);
  box-shadow: 0 0 0 8px rgba(255,0,110,.05);
  transform: translate3d(var(--ghost-magenta-x,0),var(--ghost-magenta-y,0),0);
}

.ghost-yellow {
  width: 30px;
  height: 30px;
  left: 20px;
  top: 104px;
  background: var(--yellow);
  box-shadow: 0 0 0 11px rgba(255,212,0,.052);
  transform: translate3d(var(--ghost-yellow-x,0),var(--ghost-yellow-y,0),0);
}

.ghost-key {
  width: 11px;
  height: 11px;
  right: 22px;
  bottom: 8px;
  background: var(--black);
  box-shadow: 0 0 0 7px rgba(17,17,17,.035);
  transform: translate3d(var(--ghost-key-x,0),var(--ghost-key-y,0),0);
}

.header-inner {
min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav {
display: flex;
  gap: 24px;
  position: relative;
  line-height: 1;
}

.nav-num {
font-size: 10px;
  font-weight: 950;
}

.nav-toggle {
display: none;
  border: 0;
  background: none;
  font: 850 11px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .09em;
}

.hero-actions {
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.hero-primary-action {
margin-top: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid var(--black);
  background: var(--black);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--magenta);
  font: 900 12px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}

.hero-primary-action:hover,
.hero-primary-action:focus-visible {
transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--cyan);
}

.hero-contact-action {
padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  font: 900 12px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
padding: 68px 0 40px;
}

.hero-grid {
display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 32px;
  align-items: start;
}

.hero h1 {
font: 950 clamp(64px, 9vw, 112px)/.88 var(--sans);
  letter-spacing: -.07em;
  text-transform: uppercase;
  margin: 8px 0 0;
  transition: text-shadow .22s, transform .22s, letter-spacing .22s;
}

.kinetic-title span {
display: block;
}

.hero h1:hover {
transform: translate(-5px, -5px) rotate(-.18deg);
  letter-spacing: -.055em;
  text-shadow: 4px 4px 0 var(--cyan), 8px 8px 0 var(--magenta), 12px 12px 0 var(--yellow), 16px 16px 0 var(--black);
}

.hero-rule {
width: min(100%, 640px);
  height: 2px;
  background: var(--black);
  margin: 24px 0 18px;
}

.hero-subhead {
font: 850 clamp(26px, 3vw, 36px)/1 var(--sans);
  letter-spacing: -.045em;
  margin: 0 0 14px;
}

.hero-professional-label {
margin: 22px 0 10px;
color: var(--white);
font: 900 12px/1.3 var(--sans);
letter-spacing: .12em;
text-transform: uppercase;
}

.eyebrow {
color: var(--muted);
  margin: 0;
}

.hero-side {
display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
  padding-top: 18px;
}

.headshot-card img {
width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  display: block;
}

.split-intro {
display: grid;
  grid-template-columns: 1fr 1.85fr;
  gap: 72px;
}

.section-kicker {
margin: 0 0 18px;
}

.communication-proof-card {
min-height: 420px;
  padding: clamp(24px, 3vw, 34px);
  border-left: 5px solid var(--magenta);
  background:
    linear-gradient(135deg, rgba(0, 174, 239, .22), transparent 34%),
    linear-gradient(315deg, rgba(255, 212, 0, .16), transparent 38%),
    var(--black);
  color: var(--white);
  box-shadow: 10px 10px 0 var(--cyan);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.communication-proof-label {
margin: 0;
  color: var(--white);
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.communication-proof-card ol {
list-style: none;
  padding: 0;
  margin: clamp(34px, 6vw, 72px) 0;
  display: grid;
  gap: 22px;
}

.communication-proof-card li {
color: var(--white);
  font: 950 clamp(24px, 2.8vw, 42px)/.96 var(--sans);
  letter-spacing: -.045em;
}

.communication-proof-card li span {
display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: .42em;
  line-height: 1;
  letter-spacing: .16em;
}

.communication-proof-card li:nth-child(2) span {
color: var(--yellow);
}

.communication-proof-card li:nth-child(3) span {
color: var(--white);
}

.communication-proof-line {
margin: 0;
  color: var(--cyan);
  font: italic clamp(18px, 2vw, 27px)/1.15 var(--serif);
}

.split-intro .communication-proof-label {
font-size: 11px;
  line-height: 1.2;
}

.split-intro .communication-proof-line {
font-size: clamp(18px, 2vw, 27px);
  line-height: 1.15;
}

.positioning h2,
.service-card h3,
.featured-copy h3,
.process-content h3,
.experience-item h3,
.skill-panel h3,
.resource-intro h3,
.resource-card h3,
.archive-preview-title,
.education-awards h3 {
font-family: var(--sans);
  letter-spacing: -.06em;
  text-transform: none;
}

.section-title-copy h2,
#colophon-title,
.education-awards-grid > div > h2,
.awards-publications-panel > h2 {
font: 900 22px/1 var(--sans);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.positioning h2 {
font-size: clamp(34px, 4.8vw, 56px);
  line-height: .98;
  margin: 0 0 24px;
  max-width: 860px;
}

.positioning p:not(.section-kicker) {
max-width: 720px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.section-title-row {
display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: var(--rule);
  padding-bottom: 18px;
  margin-bottom: 38px;
  overflow: visible;
}

h3 {
font: 900 22px/1 var(--sans);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.section-slide-title,
.unified-title-rise {
opacity: 0;
  transform: translate3d(0, 96px, 0);
  transition: transform 1.3s var(--ease-editorial), opacity .95s ease;
}

.section-slide-title.is-title-visible,
.section-slide-title.title-has-entered,
.unified-title-rise.is-title-visible,
.unified-title-rise.title-has-entered {
opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-card,
.featured-card,
.archive-preview,
.experience-item,
.skill-stage,
.process-panel,
.education-awards article,
.award-card-grid article {
transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    translate3d(var(--card-x, 0), var(--card-y, 0), 0);
  transition: var(--transition-card);
}

.service-card,
.featured-card,
.experience-item,
.skill-panel,
.archive-preview,
.print-system-panel,
.process-panel,
.skill-stage,
.education-awards article,
.award-card-grid article {
background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,253,248,.92)), var(--white);
  border: var(--rule);
}

.service-card:hover,
.featured-card:hover,
.archive-preview:hover,
.experience-item:hover,
.skill-stage:hover,
.process-panel:hover,
.education-awards article:hover,
.award-card-grid article:hover {
--card-y: -4px;
}

.magenta-accent:hover {
box-shadow: 10px 10px 0 var(--magenta);
}

.cyan-accent:hover {
box-shadow: 10px 10px 0 var(--cyan);
}

.yellow-accent:hover {
box-shadow: 10px 10px 0 var(--yellow);
}

.key-accent:hover {
box-shadow: 10px 10px 0 var(--black);
}

.quick-proof {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.quick-proof span,
.proof-placeholder-grid > span {
border: var(--rule);
  background: var(--white);
  padding: 10px 12px;
}

.proof-placeholder-grid {
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
  font-size: 11px;
}

.proof-placeholder-grid strong {
display: block;
  font-size: 28px;
  line-height: .95;
  letter-spacing: -.06em;
  margin-bottom: 7px;
}

.service-grid,
.featured-grid,
.education-awards-grid {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.services-intro {
max-width: 980px;
  margin: -4px 0 34px;
  padding: 8px 0 8px 22px;
  border-left: 4px solid var(--magenta);
}

.services-intro p {
margin: 0;
  font: 400 clamp(18px, 2vw, 23px)/1.62 var(--serif);
}

.service-card {
padding: 34px;
}

.service-card h3 {
font-size: clamp(30px, 4vw, 44px);
  line-height: .96;
  margin: 0 0 22px;
}

.service-card p,
.featured-copy p:not(.case-meta),
.experience-item p,
.archive-preview-description,
.process-content p,
.skill-panel p {
font-size: 18px;
  line-height: 1.78;
}

.service-card li {
font-size: 18px;
  line-height: 1.78;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}

.service-card li::marker {
color: var(--magenta);
}

.services-availability {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 34px;
  padding: 26px 30px;
  border: var(--rule);
  background: linear-gradient(110deg,rgba(255,255,255,.98),rgba(247,243,234,.88));
  box-shadow: 7px 7px 0 var(--cyan);
}

.services-availability p {
max-width: 820px;
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
}

.services-availability .case-meta {
margin-bottom: 8px;
}

.services-availability .button-link {
flex: 0 0 auto;
}

.services-availability-action {
min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--black);
  background: var(--black);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--magenta);
  font: 900 12px/1 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.services-availability-action:hover,
.services-availability-action:focus-visible {
transform: translate(-2px, -2px);
  background: var(--magenta-contrast);
  box-shadow: 8px 8px 0 var(--cyan);
}

.service-rise-card {
opacity: 0;
  transform: translate3d(0, 82px, 0);
  transition: transform 1.05s var(--ease-editorial), opacity .8s ease, box-shadow .22s ease;
}

.service-rise-card.is-service-visible {
opacity: 1;
  transform: translate3d(0, 0, 0);
}

.print-system-panel {
position: relative;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  padding: clamp(32px, 5vw, 62px);
  box-shadow: 12px 12px 0 var(--black);
  overflow: hidden;
}

.print-system-left h2 {
font-size: clamp(46px, 6.4vw, 82px);
  line-height: .86;
  letter-spacing: -.075em;
  margin: 0 0 26px;
}

.print-system-left p:not(.section-kicker) {
font-size: clamp(18px, 2vw, 23px);
  max-width: 670px;
}

.print-notes {
position: absolute;
  left: clamp(32px, 5vw, 62px);
  right: clamp(32px, 5vw, 62px);
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border-top: var(--rule);
  padding-top: 18px;
}

.print-notes span {
font: 900 10px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}

.cmyk-orbit {
position: relative;
  width: min(300px, 100%);
  aspect-ratio: 1;
  margin: 0;
  justify-self: end;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: slowFloat 11s ease-in-out infinite;
}

.cmyk-orbit strong {
font: 950 clamp(38px, 5vw, 64px)/1 var(--sans);
  letter-spacing: -.08em;
}

.orbit-dot {
position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(5,5,5,.55);
  border-radius: 50%;
  animation: orbitBounce 9.5s ease-in-out infinite;
}

.cyan-dot {
background: var(--cyan); left: 12%; top: 18%;
}

.magenta-dot {
background: var(--magenta); right: 13%; top: 26%; animation-delay: -1.1s;
}

.yellow-dot {
background: var(--yellow); right: 22%; bottom: 13%; animation-delay: -2.2s;
  border-color: var(--black);
  box-shadow: 0 0 0 2px var(--paper-warm), 0 0 0 4px var(--black);
}

.black-dot {
background: var(--black); left: 20%; bottom: 18%; animation-delay: -3.3s;
}

/* === Feature stories === */
.featured-grid {
align-items: stretch;
  grid-auto-rows: auto;
}

.featured-card {
min-height: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
  transition: transform .95s var(--ease-editorial), opacity .76s ease, box-shadow .22s ease;
}

.featured-card:hover {
box-shadow: var(--shadow-cmyk);
}

.featured-media {
width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper-deep);
  transition: transform .42s ease, filter .26s ease;
}

.featured-media img {
width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: saturate(.94) contrast(1.02);
  transition: filter .26s ease;
}

.featured-card:hover .featured-media,
.featured-card:focus-within .featured-media {
transform: translate3d(-8px, -4px, 0) scale(1.065);
}

.featured-card:hover .featured-media img,
.featured-card:focus-within .featured-media img {
filter: saturate(1.08) contrast(1.06);
}

.featured-copy {
padding: 30px;
  display: flex;
  flex-direction: column;
}

.featured-copy h3 {
font-size: clamp(31px, 4vw, 48px);
  line-height: .96;
  margin: 0 0 20px;
}

.case-mini {
display: grid;
  gap: 12px;
  margin-bottom: 24px;
  align-content: start;
  flex: 0 0 auto;
}

.case-mini p {
margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.18);
  font-size: 17px;
  line-height: 1.55;
}

.case-mini strong {
display: block;
  font: 900 11px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.project-trigger,
.archive-controls button {
margin-top: auto;
  align-self: flex-start;
  border: var(--rule);
  background: transparent;
  color: var(--black);
  padding: 12px 16px;
  cursor: pointer;
  transition: transform .16s, background .16s, color .16s, box-shadow .16s;
}

.featured-card .project-trigger {
  margin-top: 0;
}

.project-trigger:hover,
.archive-controls button:hover {
transform: translateX(4px);
  background: var(--black);
  color: var(--white);
  box-shadow: 3px 3px 0 var(--cyan), 6px 6px 0 var(--magenta), 9px 9px 0 var(--yellow);
}

.thumb-architecture {
background: #f4f1e9 url("assets/camp-perry/thumbs/thumb-camp-perry-logo.webp") center / contain no-repeat;
}

.thumb-business {
background: #f4f1e9 url("assets/features/feature-north-coast-business-journal-cover.webp") center / cover no-repeat;
}

.thumb-campaigns {
background: linear-gradient(90deg, #111 0 32%, transparent 32%), linear-gradient(0deg, transparent 0 55%, #e9e9e9 55%), repeating-linear-gradient(0deg, #d6d6d6 0 10px, #f8f8f8 10px 20px);
}

.thumb-web {
background: linear-gradient(90deg, #111 0 16%, transparent 16%), linear-gradient(0deg, #ddd 0 12%, transparent 12%), repeating-linear-gradient(90deg, #f8f8f8 0 70px, #d8d8d8 70px 72px);
}

.feature-from-left,
.feature-exiting-left {
opacity: 0; transform: translate3d(-90px, 0, 0);
}

.feature-from-right,
.feature-exiting-right {
opacity: 0; transform: translate3d(90px, 0, 0);
}

.feature-visible {
opacity: 1; transform: translate3d(0, 0, 0);
}

.portfolio-archive {
padding-top: 42px;
}

/* === Archive and project browser === */
.archive-intro {
max-width: 760px;
  margin-bottom: 34px;
}

.archive-browser,
/* === Skills and capabilities === */
.skills-browser {
display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
  align-items: start;
}

.archive-list,
.skill-tabs {
display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 86px;
}

.archive-item,
.skill-tab,
.process-step {
border: var(--rule);
  background: var(--white);
  color: var(--black);
  padding: 15px;
  text-align: left;
  cursor: pointer;
  transition: var(--transition-card);
}

.archive-item span {
display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.archive-item strong {
display: block;
  font: 900 17px/1.05 var(--sans);
  letter-spacing: -.035em;
}

.archive-item em {
display: block;
  margin-top: 8px;
  font-style: normal;
  color: var(--magenta);
}

.archive-item:hover,
.archive-item.is-active,
.skill-tab:hover,
.skill-tab.is-active,
.process-step:hover,
.process-step.is-active {
background: var(--black);
  color: var(--white);
  transform: translateY(-3px);
}

.archive-preview {
  --archive-preview-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
}

.archive-preview:hover {
transform: translate(-6px, -6px);
  box-shadow: 8px 8px 0 var(--cyan), 16px 16px 0 var(--magenta);
}

.archive-preview-image {
border: 0;
  border-right: var(--rule);
  min-height: var(--archive-preview-height);
  background-size: cover;
  background-position: center;
  cursor: default;
  transition: transform .42s ease;
}

.archive-preview-art {
appearance: none;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}

.archive-preview-page {
  display: none;
}

.archive-preview.is-stacked-pages {
  align-items: stretch;
}

.archive-preview.is-stacked-pages .archive-preview-art {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  min-height: var(--archive-preview-height);
  background: var(--archive-preview-fallback, var(--paper));
}

.archive-preview.is-stacked-pages .archive-preview-page {
display: block;
  min-height: 0;
  background-image: var(--archive-preview-spread);
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.archive-preview.is-stacked-pages .archive-preview-page-left {
background-position: left center;
  border-bottom: var(--rule);
}

.archive-preview.is-stacked-pages .archive-preview-page-right {
background-position: right center;
}

.archive-preview-invite {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 32px);
  border: 1px solid var(--white);
  background: rgba(0,0,0,.88);
  padding: 12px 16px;
  font: 800 12px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease;
}

.archive-preview-art:hover .archive-preview-invite,
.archive-preview-art:focus-visible .archive-preview-invite {
  transform: translate(-50%, -4px);
  background: var(--magenta);
}

.archive-preview-copy {
padding: 36px;
  display: flex;
  flex-direction: column;
}

.archive-preview-title {
font-size: clamp(34px, 5vw, 62px);
  line-height: .94;
  margin: 0 0 22px;
}

.archive-controls {
margin-top: auto;
  display: flex;
  gap: 12px;
  padding-top: 28px;
}

.archive-open {
background: var(--black);
  color: var(--white);
}

/* === Process and methods === */
.process-intro {
max-width: 780px;
  margin-bottom: 30px;
  border-left: 6px solid var(--magenta);
  padding-left: 22px;
}

.process-intro p {
font-size: 20px;
  line-height: 1.65;
  margin: 0;
}

.process-step span {
display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.process-step::after {
content: "";
  position: absolute;
  z-index: -1;
  left: -35%;
  top: 0;
  width: 45%;
  height: 100%;
  background: var(--magenta);
  opacity: .18;
  transform: translateX(-150%) skewX(-18deg);
  animation: processSweep 8.5s linear infinite;
}

.process-step.is-active {
box-shadow: 4px 4px 0 var(--cyan), 8px 8px 0 var(--magenta);
}

.process-panel {
position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: var(--shadow-magenta);
}

.process-panel::before {
content: "METHOD";
  position: absolute;
  right: -12px;
  top: -8px;
  font: 950 clamp(54px, 11vw, 150px)/.8 var(--sans);
  letter-spacing: -.08em;
  color: rgba(0,0,0,.045);
}

.process-content,
.skill-panel {
display: none;
  border: 0;
  background: transparent;
}

.process-content.is-active,
.skill-panel.is-active {
display: block;
  position: relative;
  z-index: 1;
  animation: panelPop .26s ease;
}

.process-content h3,
.skill-panel h3 {
font-size: clamp(40px, 6vw, 72px);
  line-height: .9;
  margin: 0 0 22px;
}

.experience .container {
position: relative;
}

.experience-rail {
position: absolute;
  left: -58px;
  top: 128px;
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  background: transparent;
}

.experience-rail span {
position: static;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 8px 4px;
  border: 1px solid rgba(255,0,110,.28);
  background: rgba(250,247,239,.95);
  color: var(--magenta);
  font: 900 8.5px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .105em;
  white-space: nowrap;
  box-shadow: 2px 2px 0 rgba(255,0,110,.12);
  transition: transform .16s, box-shadow .16s, background .16s;
}

.experience-rail span:nth-child(4n+2) {
color: var(--cyan); border-color: rgba(0,174,239,.34);
}

.experience-rail span:nth-child(4n+3) {
color: var(--black); border-color: rgba(0,0,0,.24);
}

.experience-rail span:nth-child(4n+4) {
color: #9c8200; border-color: rgba(255,212,0,.46);
}

.experience-list {
display: grid;
  gap: 26px;
}

.experience-item {
position: relative;
  display: grid;
  grid-template-columns: .95fr 1.25fr;
  gap: 42px;
  padding: 34px;
  overflow: hidden;
}

.experience-item:hover {
box-shadow: 8px 8px 0 var(--black), 12px 12px 0 var(--magenta), 16px 16px 0 var(--cyan);
}

.experience-item::before {
content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--magenta);
}

.experience-item:nth-child(2)::before {
background: var(--yellow);
}

.experience-item:nth-child(3)::before {
background: var(--black);
}

.experience-item:nth-child(4)::before {
background: var(--cyan);
}

.experience-item::after {
content: "01";
  position: absolute;
  right: 20px;
  bottom: -12px;
  font: 950 clamp(58px, 10vw, 130px)/.8 var(--sans);
  letter-spacing: -.08em;
  color: rgba(0,0,0,.045);
  pointer-events: none;
}

.experience-item:nth-child(2)::after {
content: "02";
}

.experience-item:nth-child(3)::after {
content: "03";
}

.experience-item:nth-child(4)::after {
content: "04";
}

.experience-item > div:first-child {
border-right: 1px solid rgba(0,0,0,.18);
  padding-right: 26px;
}

.experience-item h3 {
font-size: clamp(30px, 4.2vw, 48px);
  line-height: .96;
  margin: 0 0 10px;
}

.experience-item h3::after {
content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 14px;
  background: var(--magenta);
}

.experience-item h4 {
font: 900 17px/1.25 var(--sans);
  letter-spacing: -.015em;
  margin: 8px 0 0;
}

.experience-item .case-meta {
font-size: 10px;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 12px;
}

.experience-keywords,
.skill-chip-row {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}

.experience-keywords span,
.skill-chip-row span {
border: var(--rule);
  background: var(--white);
  padding: 10px 12px;
  font-weight: 900;
  line-height: 1;
  transition: transform .16s, box-shadow .16s, background .16s, color .16s;
}

.experience-keywords span:hover,
.skill-chip-row span:hover {
transform: translate(-2px, -2px);
  background: var(--black);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--magenta);
}

.skills-browser {
position: relative;
}

.skills-browser::before {
content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(0,0,0,.16);
  background:
    radial-gradient(circle at 14% 16%, rgba(255,0,110,.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(0,174,239,.12), transparent 24%),
    radial-gradient(circle at 72% 86%, rgba(255,212,0,.13), transparent 22%);
}

.skill-tab {
position: relative;
  overflow: hidden;
}

.skill-tab::before {
content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--black);
  transform: scaleY(0);
  transition: transform .18s;
}

.skill-tab.color-magenta::before {
background: var(--magenta);
}

.skill-tab.color-yellow::before {
background: var(--yellow);
}

.skill-tab.color-cyan::before {
background: var(--cyan);
}

.skill-tab.color-key::before {
background: var(--black);
}

.skill-tab:hover::before,
.skill-tab.is-active::before {
transform: scaleY(1);
}

.skill-stage {
position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 40px);
  box-shadow: 8px 8px 0 var(--black), 12px 12px 0 var(--cyan);
}

.skill-stage::after {
content: "CAPABILITIES";
  position: absolute;
  right: -10px;
  bottom: -22px;
  font: 950 clamp(52px, 9vw, 132px)/.8 var(--sans);
  letter-spacing: -.08em;
  color: rgba(0,0,0,.045);
}

.skill-panel.is-active h3::after {
content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 18px;
  background: var(--magenta);
}

.education-awards article {
border-top: var(--rule);
  padding: 34px 40px 32px;
  margin-top: 24px;
}

.education-awards h3 {
font-size: clamp(26px, 3.5vw, 40px);
  line-height: .96;
  margin: 0 0 18px;
}

.education-awards article p {
margin: 0 0 18px;
}

.plain-list {
padding-left: 20px;
  margin: 24px 0 0;
  line-height: 1.6;
}

.plain-list li {
margin-bottom: 12px;
}

.award-card-grid {
display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.award-card-grid article {
padding: 22px 24px;
}

.award-card-grid article:hover {
transform: translate(-3px, -3px);
  box-shadow: 5px 5px 0 var(--yellow);
}

.award-card-grid strong {
display: block;
  font: 900 22px/1 var(--sans);
  letter-spacing: -.04em;
}

.award-card-grid span {
display: block;
  margin-top: 8px;
  font: 900 11px/1.3 var(--sans);
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted);
}

/* === Footer and contact === */
.footer {
margin-top: 70px;
  border-top: 5px solid var(--magenta);
  background:
    radial-gradient(circle at 20% 20%, rgba(0,174,239,.15), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(255,0,110,.15), transparent 25%),
    var(--black);
  color: var(--white);
  padding: 78px 0 32px;
}

.footer-grid {
display: grid;
  grid-template-columns: minmax(180px, .55fr) 1fr 1.1fr;
  gap: clamp(32px, 4vw, 62px);
  align-items: center;
}

.footer-portrait {
position: relative;
  margin: 0;
  max-width: 260px;
}

.footer-portrait::before {
content: "";
  position: absolute;
  inset: -8px 8px 8px -8px;
  border-top: 2px solid var(--cyan);
  border-left: 2px solid var(--cyan);
  pointer-events: none;
}

.footer-portrait::after {
content: "";
  position: absolute;
  right: -8px;
  bottom: 31px;
  width: 52%;
  height: 2px;
  background: var(--magenta);
  pointer-events: none;
}

.footer-portrait img {
display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.62);
  filter: contrast(1.02);
}

.footer-portrait figcaption {
position: relative;
  margin-top: 12px;
  color: #888;
  font: 800 9px/1.35 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-portrait figcaption span {
display: block;
  color: var(--white);
  letter-spacing: .08em;
}

.footer h2 {
font: 950 clamp(46px, 7vw, 80px)/.88 var(--sans);
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer p {
color: #bbb;
  margin: 0;
}

.footer-contact {
text-align: right;
}

.footer-email-actions {
display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-email-actions > a {
font: 850 clamp(24px, 3vw, 32px)/1 var(--sans);
  letter-spacing: -.04em;
}

.copy-email-button {
border: 1px solid rgba(255,255,255,.55);
  background: transparent;
  color: var(--white);
  padding: 10px 12px;
  font: 850 10px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-email-button:hover,
.copy-email-button:focus-visible {
background: var(--white);
  color: var(--black);
}

.copy-email-status {
flex-basis: 100%;
  min-height: 1.2em;
  color: #bbb;
  font: 700 11px/1.2 var(--sans);
  letter-spacing: .04em;
}

.footer-phone {
border-bottom: 1px solid rgba(255,255,255,.42);
}

.footer-contact nav {
margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.footer-bottom {
display: flex;
  justify-content: space-between;
  border-top: 1px solid #252525;
  margin-top: 72px;
  padding-top: 24px;
  color: #777;
}

.editorial-number-section {
position: relative;
}

#services::after,
#experience::after {
color: rgb(255, 0, 110);
}

#featured::after,
#skills::after {
color: rgb(0, 174, 239);
}

#process::after {
color: rgb(255, 212, 0);
}

#contact::after {
display: none;
}

@keyframes lineSway{ 50% { rotate: -6deg; } }

@keyframes slowFloat{ 50% { transform: translateY(-14px) rotate(1deg); } }

@keyframes orbitBounce{
  35% { transform: translateY(-18px) scale(1.08); }
  62% { transform: translateY(7px) scale(.96); }
}

@keyframes processSweep{ 16%, 100% { transform: translateX(420%) skewX(-18deg); } }

@keyframes panelPop{
  from { opacity: 0; transform: translateY(12px) rotate(.4deg); }
  to { opacity: 1; transform: none; }
}

.process-step:focus-visible,
.skill-tab:focus-visible,
.archive-item:focus-visible {
outline: 3px solid var(--magenta);
  outline-offset: 3px;
}

.footer a[target="_blank"]::after,
.nav a[target="_blank"]::after {
content: "↗";
  font-size: .8em;
  margin-left: .25em;
}

.headshot-card {
width: min(440px, 100%);
  aspect-ratio: 1/1;
  margin: 0;
  overflow: hidden;
  border: var(--rule);
  background: var(--white);
  transition: transform .26s, box-shadow .26s;
box-shadow:
    6px 6px 0 var(--black),
    10px 10px 0 var(--magenta);
  transform: translate3d(0, var(--portrait-drift, 0px), 0);
}

.headshot-card:hover {
transform: translate(-6px, -6px);
  box-shadow: var(--shadow-key);
transform: translate3d(-5px, calc(var(--portrait-drift, 0px) - 5px), 0);
  box-shadow:
    6px 6px 0 var(--black),
    12px 12px 0 var(--magenta),
    16px 16px 0 var(--cyan);
}

body {
margin: 0;
  color: var(--black);
  font: 18px/1.68 var(--serif);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at var(--mouse-x, 52%) var(--mouse-y, 28%), rgba(250,247,239,.95), transparent 22rem),
    linear-gradient(135deg, var(--paper-warm), var(--paper) 48%, var(--paper-deep));
overflow-x: clip;
}

.site-header {
position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250,247,239,.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
position: sticky;
  top: 0;
  z-index: 999;
  transform: translateZ(0);
}

main,
.footer {
overflow-x: clip;
}

.pull-quote-section {
padding: 44px 0;
}

.editorial-pullquote {
margin: 0;
  max-width: 920px;
  border-left: 8px solid var(--magenta);
  padding: clamp(26px, 5vw, 56px);
  background: rgba(255,255,255,.48);
  position: relative;
}

.editorial-pullquote::before {
content: "“";
  position: absolute;
  left: clamp(18px, 4vw, 34px);
  top: -28px;
  font: 950 clamp(90px, 20vw, 220px)/1 var(--sans);
  color: rgba(255,0,110,.13);
  pointer-events: none;
}

.editorial-pullquote p {
position: relative;
  margin: 0;
  font: 950 clamp(38px, 8vw, 88px)/.92 var(--sans);
  letter-spacing: -.07em;
  max-width: 820px;
}

.editorial-pullquote cite {
display: block;
  margin-top: 22px;
  font: 900 11px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  font-style: normal;
}

.editors-letter-grid {
display: grid;
  grid-template-columns: .7fr 1.6fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.editors-letter-grid h3 {
font-size: clamp(34px, 5vw, 64px);
  line-height: .92;
  letter-spacing: -.06em;
  margin-bottom: 24px;
}

.editors-letter-grid p:not(.section-kicker) {
font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
  max-width: 760px;
}

.image-caption {
margin: 0;
  padding: 10px 14px 0;
  font: 850 11px/1.35 var(--sans);
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--muted);
  background: var(--white);
  border-top: var(--rule);
}

.featured-card .image-caption + .featured-copy {
padding-top: 22px;
}

section[tabindex="-1"]:focus {
outline: none;
}

section[tabindex="-1"]:focus-visible {
outline: 3px solid var(--magenta);
  outline-offset: 8px;
}

.logo {
display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.logo,
.logo:visited {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  transform: none;
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  transform: none;
}

.logo:hover {
background: transparent;
  box-shadow: none;
background: transparent;
  box-shadow: none;
}

.site-logo-mark {
display: block;
  width: 96px;
  height: auto;
  overflow: visible;
}

.logo .atj-accent {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .22s ease;
}

.logo:hover .atj-accent,
.logo:focus-visible .atj-accent {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .logo .atj-accent { transition: none; }
}

.process-track {
display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 20px;
position: relative;
  isolation: isolate;
  padding-bottom: 10px;
}

.process-track::after {
content: "";
  position: absolute;
  left: var(--process-rule-left, 0px);
  bottom: 0;
  width: var(--process-rule-width, 0px);
  height: 4px;
  background: var(--magenta);
  transform: translateZ(0);
  transition:
    left 520ms cubic-bezier(.2,.8,.2,1),
    width 520ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.process-step {
position: relative;
  overflow: hidden;
  isolation: isolate;
  line-height: 1.2;
position: relative;
}

.process-step::before {
content: none;
}

.publication-running-head,
.publication-folio {
position:fixed;z-index:12;pointer-events:none;font:900 10px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:rgba(17,17,17,.36)
}

.publication-running-head {
left:18px;right:18px;bottom:14px;display:flex;justify-content:space-between
}

.publication-folio {
right:18px;top:50%;transform:rotate(90deg) translateX(50%);transform-origin:right center
}

.cover-meta-strip {
display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;max-width:720px
}

.cover-meta-strip span {
border:var(--rule);background:rgba(255,255,255,.62);padding:8px 10px;font:900 10px/1 var(--sans);text-transform:uppercase;letter-spacing:.1em;box-shadow:3px 3px 0 rgba(0,0,0,.05)
}

.section {
padding: 68px 0;
position:relative
}

.section::before {
content:"";position:absolute;width:18px;height:18px;left:max(16px,calc((100vw - 1260px)/2));top:28px;border-left:1px solid rgba(17,17,17,.18);border-top:1px solid rgba(17,17,17,.18);pointer-events:none
}

.margin-note {
position:absolute;right:max(72px,calc((100vw - 1040px)/2));max-width:160px;font:800 10px/1.45 var(--sans);letter-spacing:.09em;text-transform:uppercase;color:rgba(17,17,17,.38);writing-mode:vertical-rl;transform:rotate(180deg);pointer-events:none
}

.margin-reader {
margin-top:60px
}

.margin-production {
margin-top:90px
}

.colophon-grid {
display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap)
}

.colophon-grid article {
background:rgba(255,255,255,.62);border:var(--rule);padding:clamp(22px,3vw,34px);box-shadow:6px 6px 0 rgba(0,0,0,.05)
}

.colophon-grid h3 {
margin:0 0 12px;font:950 11px/1.2 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--magenta)
}

.colophon-grid p {
margin:0;font-size:clamp(16px,1.5vw,19px);line-height:1.55
}

/* === Reusable project-story overlay and media viewer === */
.archive-issue-overlay {
position:fixed;inset:0;z-index:1000;display:none
}

.archive-issue-overlay.is-open {
display:block
}

.archive-issue-backdrop {
position:absolute;inset:0;background:rgba(17,17,17,.72);backdrop-filter:blur(4px)
}

.archive-issue-spread {
position:relative;width:min(1120px,calc(100vw - 36px));max-height:calc(100vh - 36px);margin:18px auto;overflow:auto;background:var(--paper,#f7f3ea);color:var(--ink,#111);border:1px solid rgba(17,17,17,.22);box-shadow:0 24px 80px rgba(0,0,0,.34);padding:clamp(26px,4vw,56px)
}

.archive-issue-close {
position:sticky;top:0;float:right;z-index:2;width:42px;height:42px;border:1px solid rgba(17,17,17,.28);background:#fff;font-size:28px;line-height:1;cursor:pointer
}

.archive-issue-header {
border-bottom:3px solid currentColor;padding-bottom:20px;margin-bottom:clamp(24px,4vw,42px)
}

.archive-issue-kicker {
margin:0 0 8px;font:900 11px/1 var(--sans,Arial,sans-serif);letter-spacing:.18em;text-transform:uppercase;color:var(--muted,#666)
}

.archive-issue-header h2 {
margin:0;font-size:clamp(42px,7vw,88px);line-height:.92;letter-spacing:-.04em
}

.archive-issue-subtitle {
margin:16px 0 0;font:900 14px/1.2 var(--sans,Arial,sans-serif);letter-spacing:.14em;text-transform:uppercase;color:var(--magenta,#ff006e)
}

.archive-issue-grid {
display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.85fr);gap:clamp(28px,5vw,60px)
}

.archive-issue-main h3,
.archive-issue-sidebar h3 {
margin-top:0;font:950 12px/1.2 var(--sans,Arial,sans-serif);letter-spacing:.14em;text-transform:uppercase
}

.archive-issue-main p {
font-size:clamp(17px,1.6vw,21px);line-height:1.65
}

.archive-media-card:hover,
.archive-media-card:focus-visible {
transform:translate(-2px,-2px);box-shadow:8px 8px 0 rgba(255,0,110,.18)
}

.archive-media-card span {
font:900 12px/1 var(--sans,Arial,sans-serif);letter-spacing:.12em;text-transform:uppercase
}

.archive-issue-note {
border-left:4px solid var(--magenta,#ff006e);padding-left:16px;color:var(--muted,#666)
}

.archive-issue-sidebar {
border-left:2px solid rgba(17,17,17,.18);padding-left:clamp(20px,3vw,34px)
}

.archive-issue-sidebar dt {
margin-top:16px;font:900 11px/1 var(--sans,Arial,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--magenta,#ff006e)
}

.archive-issue-sidebar dd {
margin:6px 0 0;line-height:1.5
}

.archive-issue-links {
margin:26px 0
}

.archive-issue-link-entry a {
display:inline-block;border-bottom:2px solid currentColor;color:var(--ink,#111);font:900 12px/1.35 var(--sans,Arial,sans-serif);letter-spacing:.08em;text-transform:uppercase;text-decoration:none
}

.archive-issue-link-entry a:hover,
.archive-issue-link-entry a:focus-visible {
color:var(--magenta,#ff006e)
}

.archive-issue-link-entry p {
margin:9px 0 0;color:var(--muted,#666);font-size:14px;line-height:1.5
}

.archive-issue-sidebar ul {
padding-left:18px;line-height:1.65
}

.archive-issue-footer {
display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:clamp(32px,5vw,58px);border-top:1px solid rgba(17,17,17,.22);padding-top:18px;font:900 11px/1.2 var(--sans,Arial,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#666)
}

.archive-issue-footer button {
border:1px solid rgba(17,17,17,.22);background:rgba(255,255,255,.5);padding:10px 12px;font:inherit;color:inherit
}

body.archive-issue-open {
overflow:hidden
}

body.archive-issue-open > :not(.archive-issue-overlay):not(script) {
pointer-events:none
}

.archive-media-card.has-image {
background: #fff;
  border: 1px solid var(--ink, #111);
  padding: 0;
}

.archive-media-card.has-image img {
display: block;
  width: 100%;
  height: 12rem;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.archive-media-card.has-image span {
display: block;
  padding: .7rem .85rem;
  background: #fff;
  color: var(--ink, #111);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.archive-media-viewer {
position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 4vw;
  background: rgba(0,0,0,.86);
}

.archive-media-viewer.is-open {
display: grid;
}

.archive-media-viewer figure {
margin: 0;
  max-width: min(92vw, 760px);
  max-height: 86vh;
  text-align: center;
}

.archive-media-viewer-img {
display: block;
  max-width: 100%;
  max-height: 78vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1rem 4rem rgba(0,0,0,.45);
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-viewer-img:is(
  [src*="atj-primary-mark.svg"],
  [src*="atj-signature-lockup.svg"],
  [src*="atj-wordmark.svg"]
) {
  box-sizing: border-box;
  width: min(84vw, 760px);
  height: auto;
  object-fit: contain;
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-viewer-img:is(
  [src*="atj-primary-mark.svg"],
  [src*="atj-signature-lockup.svg"]
) {
  padding: clamp(44px, 5.5vw, 70px) clamp(38px, 5vw, 64px);
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-viewer-img[src*="atj-wordmark.svg"] {
  padding: clamp(48px, 6vw, 76px) clamp(34px, 5vw, 64px);
}

.archive-media-viewer-caption {
margin-top: .85rem;
  color: #fff;
  font-family: var(--sans, Arial, sans-serif);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.archive-media-viewer-close,
.archive-media-viewer-nav {
position: fixed;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,0,0,.45);
  color: #fff;
  cursor: pointer;
}

.archive-media-viewer-close {
top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.archive-media-viewer-nav {
top: 50%;
  width: 3.4rem;
  height: 4rem;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
}

.archive-media-viewer-prev {
left: 1.25rem;
}

.archive-media-viewer-next {
right: 1.25rem;
}

.archive-media-viewer-nav {
width: auto;
min-width: 7.5rem;
padding: 0 1rem;
font-size: .78rem;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}

.archive-issue-footer button:not(:disabled) {
cursor: pointer;
}

.archive-preview-image.thumb-campaigns {
background: linear-gradient(rgba(0,0,0,.03), rgba(0,0,0,.03)), url("assets/archive/campaign-work/jet-express-spring.webp") center top / cover no-repeat;
}

.archive-preview-image.thumb-best-of-best {
background: #fff url("assets/archive/best-of-best/best-of-best-seal-color.webp") center / contain no-repeat;
}

.archive-preview-image.thumb-parade {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/archive/parade-of-homes-cover.webp") center top / cover no-repeat;
}

.archive-preview-image.thumb-homes {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/archive/homes/homes-cover-2016-10.webp") center top / cover no-repeat;
}

.archive-preview-image.thumb-restaurant,
.archive-preview-image.thumb-collateral {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/portfolio-print-restaurant-seafood(1).webp") center / cover no-repeat;
}

.archive-preview-image.thumb-business,
.archive-preview-image.thumb-photo {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/portfolio-print-house-promotion(1).webp") center / cover no-repeat;
}

.archive-preview-image.thumb-web,
.archive-preview-image.thumb-architecture {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/portfolio-print-america-holiday(1).webp") center / cover no-repeat;
}

.archive-preview-image.thumb-beacon-covers {
background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), url("assets/beacon/gallery-beacon-front-page-archive-04.webp") center top / cover no-repeat;
}

.archive-preview-image.thumb-ncpn-archive {
--archive-preview-spread: url("assets/north-coast-parent/gallery-north-coast-parent-family-life-learning-5.webp");
  --archive-preview-fallback: #d6d6d6;
  background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), var(--archive-preview-spread) center top / cover no-repeat;
}

.archive-preview-image.thumb-ncbj-archive {
--archive-preview-spread: url("assets/north-coast-business-journal/archive/archive-ncbj-2015-10-pages-24-25.webp");
  --archive-preview-fallback: #d6d6d6;
  background: linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)), var(--archive-preview-spread) center top / cover no-repeat;
}

.archive-preview-image.thumb-portfolio-website {
background: #f4f1e9 url("assets/portfolio-website/thumbnail-portfolio-website.webp?v=20260718-hero") center / cover no-repeat;
}

.archive-media-grid {
display:grid;
align-items: stretch;
grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin: 28px 0;
}

.archive-media-grid[hidden] {
display: none;
}

.archive-gallery-filters {
display: flex;
flex-wrap: wrap;
gap: .55rem;
margin: 1.4rem 0 -.35rem;
}

.archive-gallery-filters[hidden] {
display: none;
}

.archive-gallery-filter {
border: 1px solid var(--black);
background: transparent;
color: var(--black);
padding: .62rem .78rem;
font: 900 .66rem/1 var(--sans);
letter-spacing: .08em;
text-transform: uppercase;
cursor: pointer;
}

.archive-gallery-filter:hover,
.archive-gallery-filter:focus-visible {
border-color: var(--magenta);
color: var(--magenta);
}

.archive-gallery-filter[aria-pressed="true"] {
border-color: var(--black);
background: var(--black);
color: var(--white);
box-shadow: 3px 3px 0 var(--magenta);
}

.archive-gallery-more {
grid-column: 1 / -1;
  justify-self: center;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  padding: 13px 18px;
  font: 900 11px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.archive-gallery-more span {
margin-left: 8px;
  color: rgba(255,255,255,.72);
}

.archive-gallery-more:hover,
.archive-gallery-more:focus-visible {
background: var(--magenta);
  border-color: var(--magenta);
}

.archive-media-card,
.archive-media-card.has-image {
aspect-ratio: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  background: var(--paper, #f7f3ea);
  border: 1px solid var(--ink, #111);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .08);
  text-align: left;
}

.archive-media-caption,
.archive-media-card.has-image span.archive-media-caption {
min-height: 4.25rem;
  display: grid;
  align-content: center;
  gap: .35rem;
  padding: .75rem .85rem .85rem;
  background: var(--paper, #f7f3ea);
  color: var(--ink, #111);
  border-top: 1px solid rgba(17, 17, 17, .18);
}

.archive-media-caption small {
font: 800 .62rem/1 var(--sans, Arial, sans-serif);
  letter-spacing: .14em;
  color: var(--magenta, #ff006e);
}

.archive-media-caption strong {
font: 950 .78rem/1.15 var(--sans, Arial, sans-serif);
  letter-spacing: .055em;
  text-transform: uppercase;
}

.archive-media-placeholder {
background:
    linear-gradient(135deg, rgba(255, 0, 110, .12), rgba(0, 174, 239, .1)),
    #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.archive-media-placeholder > span {
font: 900 .75rem/1.25 var(--sans, Arial, sans-serif);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.archive-media-card:hover,
.archive-media-card:focus-visible,
.archive-media-card.has-image:hover,
.archive-media-card.has-image:focus-visible {
transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16), 6px 6px 0 rgba(255, 0, 110, .2);
}

.archive-media-card:hover .archive-media-caption strong,
.archive-media-card:focus-visible .archive-media-caption strong {
color: var(--magenta, #ff006e);
}

.archive-media-card.has-image:hover img,
.archive-media-card.has-image:focus-visible img {
transform: scale(1.04);
  filter: contrast(1.04);
transform: scale(1.025);
  filter: contrast(1.04) brightness(1.03);
}

.resources {
position: relative;
}

.archive-media-card {
aspect-ratio:auto;border:1px solid rgba(17,17,17,.25);background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.28)),repeating-linear-gradient(0deg,rgba(17,17,17,.05) 0 1px,transparent 1px 12px);display:grid;place-items:center;cursor:pointer;box-shadow:5px 5px 0 rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease;
overflow: hidden;
  position: relative;
  min-height: 10rem;
aspect-ratio: auto;
}

.archive-media-art {
aspect-ratio: 1 / 1;
  width: 100%;
  background: #000;
  display: grid;
  place-items: center;
  overflow: hidden;
width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 0;
}

.archive-media-card.has-image img,
.archive-media-art img {
width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
  transition: transform 220ms ease, filter 220ms ease;
width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.archive-media-art.is-spread-preview img {
  object-fit: cover;
}

.resource-intro {
display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 34px;
}

.resource-intro h3 {
font: 950 clamp(38px, 5vw, 64px)/.92 var(--sans);
  letter-spacing: -.065em;
  margin: 0 0 20px;
}

.resource-intro > p:last-child {
grid-column: 2;
  margin: -10px 0 0;
  max-width: 760px;
}

.resource-library {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.resource-library-single {
grid-template-columns: minmax(0, 760px);
}

.resource-card {
position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
  border: var(--rule);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,253,248,.92));
  box-shadow: 7px 7px 0 rgba(0,0,0,.075);
  transition: transform .2s ease, box-shadow .2s ease;
}

.resource-card:hover {
transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 var(--black), 11px 11px 0 var(--magenta);
}

.resource-card-featured::before {
content: "FREE DOWNLOAD";
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--magenta-contrast);
  font: 900 10px/1 var(--sans);
  letter-spacing: .14em;
}

.resource-number {
margin: 0 0 30px;
  color: var(--magenta-contrast);
  font: 900 10px/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.resource-card h3 {
margin: 0 0 18px;
  font: 900 clamp(27px, 3vw, 39px)/.97 var(--sans);
  letter-spacing: -.055em;
}

.resource-card > p:not(.resource-number) {
margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.58;
}

.resource-card ul {
margin: 0 0 26px;
  padding: 16px 0 0 18px;
  border-top: 1px solid rgba(0,0,0,.15);
  font: 800 11px/1.55 var(--sans);
  letter-spacing: .035em;
}

.resource-card-action {
display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  padding: 12px 14px;
  border: var(--rule);
  background: var(--black);
  color: var(--white);
  font: 900 10px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resource-card-action.is-coming-soon {
background: transparent;
  color: var(--muted);
  border-color: var(--line);
  cursor: default;
}

.resource-library-note {
margin: 30px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--magenta);
}

.resource-library-note a {
border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.nav a:nth-child(3) {
margin-right: 12px;
}

.nav a:nth-child(4) {
padding-left: 18px;
  border-left: 1px solid rgba(0,0,0,.25);
}

.education-highlights {
margin-top: 18px;
}

.education-highlights li::marker {
color: var(--magenta);
}

.education-highlights-intro {
max-width: 820px;
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.65;
}

.education-highlights-grid {
list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.education-highlights-grid li {
padding: 18px;
  border: 1px solid rgba(0,0,0,.22);
  background: rgba(255,255,255,.72);
}

.education-highlights-grid strong,
.education-highlights-grid span {
display: block;
}

.education-highlights-grid strong {
margin-bottom: 8px;
  font: 900 13px/1.2 var(--sans);
  text-transform: uppercase;
  letter-spacing: .055em;
}

.education-highlights-grid span {
font-size: 16px;
  line-height: 1.55;
}

.education-awards-grid > div > h2 {
margin-bottom: 22px;
}

.education-foundation {
grid-column: 1 / -1;
  max-width: 820px;
  margin: 0 0 6px;
  padding-left: 18px;
  border-left: 5px solid var(--magenta);
  font-size: 18px;
  line-height: 1.65;
margin-top: 0;
  margin-bottom: 28px;
  max-width: 34rem;
}

.section-title-copy {
display: grid;
  gap: 10px;
  min-width: 0;
}

.chapter-eyebrow,
.chapter-running-thought {
margin: 0;
  font: 900 11px/1.25 var(--sans);
  text-transform: uppercase;
  letter-spacing: .11em;
}

.chapter-eyebrow {
  color: var(--white);
}

.chapter-running-thought {
max-width: 440px;
  color: var(--magenta-contrast);
  text-align: right;
  align-self: end;
  padding-bottom: 2px;
}

.section-title-copy h2 {
margin: 0;
}

html {
scroll-behavior: smooth;
overflow-x: clip;
scroll-behavior: smooth;
}

main > section[id] {
scroll-margin-top: 84px;
}

.nav a {
display: inline-flex;
  gap: 5px;
  align-items: baseline;
position: relative;
}

.nav a::after {
content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.is-active::after {
transform: scaleX(1);
}

main > .editorial-number-section {
padding-top: clamp(96px, 9vw, 132px);
}

main > .editorial-number-section .section-title-row {
margin-bottom: clamp(36px, 4vw, 52px);
}

.process-diagram {
display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 34px 0 42px;
  padding: 22px;
  border-top: var(--rule);
  border-bottom: var(--rule);
  background: rgba(255,255,255,.42);
  font-family: var(--sans);
}

.process-diagram-step {
display: grid;
  gap: 5px;
  min-width: 74px;
}

.process-diagram-step small {
color: var(--magenta-contrast);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .11em;
}

.process-diagram-step strong {
font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .065em;
}

.process-diagram-arrow {
color: var(--muted);
  font: 700 18px/1 var(--sans);
}

.education-awards-grid {
gap: 56px;
  align-items: start;
align-items: start;
}

.education-highlights-panel {
grid-column: 1 / -1;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 42px);
  border: var(--rule);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,253,248,.92));
  box-shadow: 8px 8px 0 var(--black), 12px 12px 0 var(--magenta);
grid-column: 1 / -1;
  width: 100%;
  margin-top: 18px;
  padding: clamp(34px, 5vw, 58px);
grid-column: auto;
  width: auto;
  margin: 26px 0 0;
  padding: 28px;
  box-shadow: 7px 7px 0 var(--black), 10px 10px 0 var(--magenta);
}

.education-highlights-panel h4 {
margin: 0 0 14px;
  font: 950 clamp(30px, 4vw, 48px)/.95 var(--sans);
  letter-spacing: -.055em;
font-size: clamp(28px, 3.2vw, 40px);
}

.education-highlights-panel .education-highlights-intro {
max-width: 760px;
  margin-bottom: 30px;
margin-bottom: 22px;
  font-size: 16.5px;
}

.education-highlights-panel .education-highlights-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
grid-template-columns: 1fr;
  gap: 10px;
}

.education-highlights-panel .education-highlights-grid li {
min-height: 100%;
  padding: 22px;
padding: 16px;
}

.editorial-number-section::after {
content: attr(data-section-number);
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  top: 58px;
  z-index: -1;
  font: 950 clamp(82px, 16vw, 230px)/.78 var(--sans);
  letter-spacing: -.09em;
  color: rgb(5, 5, 5);
  pointer-events: none;
opacity: 0;
  transform: translateY(30px) scale(.96);
  transition:
    opacity 900ms ease,
    transform 1100ms var(--ease-editorial);
  transform-origin: center;
  will-change: opacity, transform;
}

.editorial-number-section.is-ghost-visible::after {
opacity: .13;
  transform: translateY(0) scale(1);
}

.education-layout-rebalanced {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px 40px;
  align-items: start;
}

.education-credentials-column,
.education-highlights-panel {
min-width: 0;
}

.education-layout-rebalanced .education-highlights-panel {
grid-column: auto;
  width: auto;
  margin: 0;
  min-height: 100%;
  padding: clamp(30px, 4vw, 44px);
}

.education-layout-rebalanced .education-highlights-grid {
grid-template-columns: 1fr;
}

.awards-publications-panel {
grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 34px;
  border-top: var(--rule);
}

.awards-publications-panel > h2 {
margin-bottom: 24px;
}

.awards-publications-layout {
display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 40px;
  align-items: start;
}

.awards-publications-layout .award-card-grid,
.awards-publications-layout .publication-list {
margin-top: 0;
}

/* ==========================================================================
   v9.7.15 - Awards and publication record
   Give the publication column comparable editorial weight and close the
   oversized gap before the Resources chapter.
   ========================================================================== */

#education.education-awards {
  padding-bottom: 28px;
}

.awards-publications-panel {
  margin-top: 16px;
  padding-top: 28px;
}

.awards-publications-layout {
  gap: 30px;
}

.awards-publications-layout .award-card-grid {
  gap: 10px;
  margin-bottom: 0;
}

.publication-record {
  border-top: 4px solid var(--black);
}

.publication-record-label {
  margin: 0;
  padding: 11px 0 10px;
  color: var(--magenta-contrast);
  font: 900 10px/1 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.publication-record .publication-list {
  padding: 0;
  list-style: none;
}

.publication-record .publication-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(17,17,17,.24);
}

.publication-record .publication-list li > span:first-child {
  padding-top: 3px;
  color: var(--magenta-contrast);
  font: 900 9px/1 var(--sans);
  letter-spacing: .08em;
}

.publication-record .publication-list strong,
.publication-record .publication-list small {
  display: block;
}

.publication-record .publication-list strong {
  font: 900 16px/1.15 var(--sans);
  letter-spacing: -.025em;
}

.publication-record .publication-list small {
  margin-top: 4px;
  color: var(--muted-accessible);
  font: 14px/1.3 var(--serif);
}

.publication-record-note {
  display: grid;
  gap: 6px;
  margin: 4px 0 0;
  padding: 15px 16px 16px;
  border-left: 5px solid var(--magenta);
  background: var(--black);
  color: var(--white);
}

.publication-record-note strong {
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.publication-record-note span {
  color: #ded9d0;
  font: 14px/1.4 var(--serif);
}

@media (max-width: 980px) {
  #education.education-awards {
    padding-bottom: 42px;
  }
}

.editorial-utility {
position: fixed;
  z-index: 90;
  right: 0;
  top: 44%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

.editorial-utility-item {
position: relative;
  overflow: hidden;
  pointer-events: auto;
  color: var(--white);
  font: 900 11px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .09em;
  cursor: pointer;
  transition:
    width 820ms var(--ease-editorial) 180ms,
    transform 680ms var(--ease-editorial),
    box-shadow 560ms ease,
    color 300ms ease;
}

.editorial-utility-featured {
width: 50px;
  height: 106px;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--black);
  box-shadow: 5px 5px 0 rgba(0,0,0,.22);
}

.editorial-utility-featured:hover,
.editorial-utility-featured:focus-visible {
width: 164px;
  transform: translateX(-2px);
  box-shadow: 5px 5px 0 rgba(255,0,110,.42);
}

.editorial-utility-collapsed-label {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  transform: rotate(90deg);
  transform-origin: center;
  transition: opacity 240ms ease, transform 420ms var(--ease-editorial);
}

.editorial-utility-tab-icon {
flex: 0 0 auto;
}

.editorial-utility-tab-linkedin {
display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid currentColor;
  font: 950 9px/1 var(--sans);
  letter-spacing: 0;
  text-transform: none;
  flex: 0 0 auto;
}

.editorial-utility-expanded-label {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 18px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 300ms ease 300ms, transform 520ms var(--ease-editorial) 220ms;
}

.editorial-utility-featured:hover .editorial-utility-collapsed-label,
.editorial-utility-featured:focus-visible .editorial-utility-collapsed-label {
opacity: 0;
  transform: rotate(90deg) translateY(4px);
}

.editorial-utility-featured:hover .editorial-utility-expanded-label,
.editorial-utility-featured:focus-visible .editorial-utility-expanded-label {
opacity: 1;
  transform: translateX(0);
}

.editorial-utility-symbol {
flex: 0 0 auto;
}

.editorial-linkedin-mark {
display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  font: 950 11px/1 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}

.editorial-utility-email {
width: 50px;
  min-height: 50px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  border: 1px solid var(--black);
  border-right: 0;
  background: rgba(255,255,255,.98);
  color: var(--black);
  box-shadow: 4px 4px 0 rgba(0,0,0,.14);
  transition:
    width 560ms var(--ease-editorial),
    transform 420ms var(--ease-editorial),
    background 300ms ease,
    color 300ms ease,
    box-shadow 340ms ease;
}

.editorial-utility-email:hover,
.editorial-utility-email:focus-visible {
width: 144px;
  transform: translateX(-4px);
  background: var(--black);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--magenta);
}

.editorial-utility-icon {
width: 50px;
  min-height: 48px;
  display: grid;
  place-items: center;
}

.editorial-utility-email .editorial-utility-expanded-label {
position: static;
  display: flex;
  justify-content: flex-start;
  padding: 0 18px 0 4px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 280ms ease 220ms, transform 460ms var(--ease-editorial) 140ms;
}

.editorial-utility-email:hover .editorial-utility-expanded-label,
.editorial-utility-email:focus-visible .editorial-utility-expanded-label {
opacity: 1;
  transform: translateX(0);
}

.editors-letter,
.print-language {
display: none;
}

@media (max-width:1180px) {
.margin-note,
.publication-folio {
display:none
}
}

@media (max-width:1120px) {
.experience-rail {
display: none;
}
}

@media (max-width:980px) {
.service-grid,
.featured-grid,
.experience-item,
.skills-browser,
.archive-browser,
.archive-preview,
.process-track,
.education-awards-grid,
.footer-grid,
.split-intro,
.print-system-panel,
.hero-grid {
grid-template-columns: 1fr;
}

.communication-proof-card {
min-height: 320px;
  box-shadow: 7px 7px 0 var(--cyan);
}

.hero-side {
align-items: flex-start;
}

.process-track {
display: flex;
    overflow-x: auto;
}

.process-step {
min-width: 145px;
}

.skill-tabs,
.archive-list {
position: static;
}

.archive-preview-image {
min-height: 320px;
    border-right: 0;
    border-bottom: var(--rule);
}

.archive-preview {
--archive-preview-height: 320px;
}

.archive-preview.is-stacked-pages .archive-preview-art {
width: min(100%, 440px);
    justify-self: center;
    min-height: var(--archive-preview-height);
    border-left: var(--rule);
    border-right: var(--rule);
}

.print-system-panel {
padding-bottom: 180px;
}

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

.cmyk-orbit {
justify-self: center;
    width: min(280px, 100%);
}

.footer-contact {
text-align: left;
}

.footer-portrait {
max-width: 300px;
}

.footer-email-actions {
justify-content: flex-start;
}

.footer-contact nav {
justify-content: flex-start;
}
.footer-record-links {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.experience-item > div:first-child {
border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.18);
    padding-right: 0;
    padding-bottom: 20px;
}

.hero {
padding-top: 64px;
}

.section {
padding: 58px 0;
}

.ruled .container {
padding-top: 36px;
}

.section-title-row {
margin-bottom: 26px;
}

.service-card,
.featured-copy,
.experience-item,
.process-panel,
.skill-stage,
.education-awards article {
padding: 28px;
}

.featured-card {
min-height: auto;
}

.case-mini {
gap: 8px;
}

.case-mini p {
font-size: 16px;
    line-height: 1.45;
}

.experience-keywords span,
.skill-chip-row span {
font-size: 10px;
    padding: 9px 10px;
}

.editors-letter-grid {
grid-template-columns: 1fr;
    gap: 20px;
}

.resource-library {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-intro {
grid-template-columns: 1fr;
}

.resource-intro > p:last-child {
grid-column: auto; margin-top: 0;
}

.education-highlights-panel .education-highlights-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

main > .editorial-number-section {
padding-top: 92px;
}

main > .editorial-number-section .section-title-row {
margin-bottom: 38px;
}

.education-layout-rebalanced,
.awards-publications-layout {
grid-template-columns: 1fr;
}

.education-layout-rebalanced .education-highlights-panel {
min-height: auto;
}

.awards-publications-panel {
margin-top: 8px;
}

.editorial-utility {
top: auto;
    right: 16px;
    bottom: 18px;
    transform: none;
    display: block;
    z-index: 120;
}

.editorial-utility-item {
display: none;
}

.editorial-utility-resume {
width: auto;
    height: 46px;
    min-width: 116px;
    display: grid;
    place-items: center;
    padding: 0 18px;
    transform: none;
    box-shadow: 5px 5px 0 var(--magenta);
}

.editorial-utility-resume:hover,
.editorial-utility-resume:focus-visible {
width: auto;
    transform: translate(-2px, -2px);
}

.editorial-utility-resume .editorial-utility-collapsed-label {
display: none;
}

.editorial-utility-resume .editorial-utility-expanded-label {
position: static;
    display: flex;
    padding: 0;
    opacity: 1;
    transform: none;
}
}

@media (max-width:840px) {
.archive-issue-grid {
grid-template-columns:1fr
}

.archive-issue-sidebar {
border-left:0;border-top:1px solid rgba(17,17,17,.22);padding-left:0;padding-top:22px
}

.archive-issue-footer {
align-items:flex-start;flex-direction:column
}

.archive-media-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width:820px) {
.publication-running-head {
display:none
}

.colophon-grid {
grid-template-columns:1fr
}

.cover-meta-strip span {
flex:1 1 45%
}

:root {
--anchor-scroll-offset: 96px;
}

.process-diagram {
grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.process-diagram-arrow {
display: none;
}

.process-diagram-step {
min-width: 0;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.2);
    background: rgba(255,255,255,.66);
}
}

@media (max-width:760px) {
.section-title-row {
align-items: start;
}

.chapter-running-thought {
max-width: 100%;
    text-align: left;
    margin-top: 10px;
}
}

@media (max-width:720px) {
  .site-logo-mark {
    width: 82px;
  }

.archive-media-card.has-image img {
height: 9rem;
}

.archive-media-viewer-nav {
top: auto;
    bottom: 1rem;
    transform: none;
}
}

@media (max-width:640px) {
body {
font-size: 17px;
}

.container {
width: min(calc(100% - 32px), var(--max));
}

.header-inner {
align-items: flex-start;
    padding: 14px 0;
}

.nav.is-open {
display: flex;
}

.proof-placeholder-grid {
grid-template-columns: 1fr;
}

.print-system-panel {
padding-bottom: 245px;
}

.print-notes {
grid-template-columns: 1fr;
}

.footer-bottom {
flex-direction: column;
    gap: 14px;
}

.hero {
padding: 46px 0 32px;
}

.hero-grid {
gap: 28px;
}

  .hero h1 {
    font-size: clamp(50px, 15vw, 78px);
  }

.hero-rule {
margin: 26px 0 18px;
}

.hero-subhead {
font-size: clamp(22px, 7vw, 30px);
}

.headshot-card {
width: min(300px, 86vw);
}

  .section {
    padding: 46px 0;
  }

.section-title-row {
display: block;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.section-title-row p {
margin-top: 8px;
}

h3 {
font-size: 19px;
    line-height: 1.1;
}

.positioning h2 {
font-size: clamp(30px, 9vw, 42px);
}

.positioning p:not(.section-kicker),
.service-card p,
.featured-copy p:not(.case-meta),
.experience-item p,
.archive-preview-description,
.process-content p,
.skill-panel p {
font-size: 16.5px;
    line-height: 1.65;
}

.proof-placeholder-grid,
.quick-proof {
display: none;
}

.service-card {
padding: 22px;
}

.services-intro {
margin-bottom: 22px;
  padding-left: 16px;
}

.services-intro p {
font-size: 17px;
  line-height: 1.58;
}

.service-card h3 {
font-size: clamp(25px, 8vw, 34px);
    margin-bottom: 10px;
}

.service-card ul {
display: none;
    margin-top: 16px;
}

.service-card.is-mobile-open ul {
display: block;
}

.service-card::after {
content: "Tap to expand";
    display: inline-block;
    margin-top: 14px;
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--magenta-contrast);
}

.service-card.is-mobile-open::after {
content: "Tap to collapse";
}

.services-availability {
align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 22px;
  padding: 22px;
}

.services-availability p {
font-size: 16px;
}

.featured-card {
min-height: auto;
}

.featured-copy {
padding: 22px;
}

.featured-copy h3 {
font-size: clamp(26px, 8vw, 36px);
    margin-bottom: 14px;
}

.case-mini p:not(:first-child) {
display: none;
}

.case-mini p:first-child {
border-top: 1px solid rgba(0,0,0,.18);
    font-size: 15.5px;
}

.project-trigger {
margin-top: 18px;
}

.process-intro {
font-size: 16px;
    padding-left: 16px;
}

.process-intro p {
font-size: 16.5px;
}

.process-panel::before {
font-size: 64px;
    top: 2px;
}

.process-content h3,
.skill-panel h3 {
font-size: clamp(30px, 10vw, 46px);
}

.experience-item {
padding: 24px;
    gap: 22px;
}

.experience-item h3 {
font-size: clamp(25px, 8vw, 36px);
}

.experience-keywords span:nth-child(n+6) {
display: none;
}

.experience-keywords {
gap: 8px;
}

.skills-browser::before {
display: none;
}

.skill-stage {
padding: 24px;
}

.skill-stage::after {
font-size: 52px;
    bottom: -10px;
    opacity: .75;
}

.skill-chip-row span:nth-child(n+5) {
display: none;
}

.education-awards article,
.award-card-grid article {
padding: 24px 22px;
}

.education-awards h3 {
font-size: clamp(24px, 8vw, 34px);
}

.drift-mark,
.print-line {
opacity: .35;
}

.drift-one {
right: 18px;
  bottom: 104px;
  opacity: .72;
  transform: scale(.8);
  transform-origin: right bottom;
}

.editorial-number-section::after {
font-size: clamp(72px, 25vw, 130px);
    top: 34px;
    opacity: .7;
}

  .process-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 10px;
    overflow-x: visible;
    scroll-snap-type: none;
}

  .process-step {
    min-width: 0;
    width: 100%;
    scroll-snap-align: none;
    padding: 12px 10px;
}

.process-step span {
margin-bottom: 6px;
}

.process-panel {
padding: 24px;
margin-top: 8px;
}

  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

.site-header {
position: sticky;
    top: 0;
}

.archive-browser {
display: block;
}

.archive-list {
position: static;
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.archive-item {
width: 100%;
    position: relative;
    padding-right: 42px;
}

.archive-item::after {
content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 900;
    color: var(--magenta-contrast);
}

.archive-item.is-active::after {
content: "–";
    color: var(--white);
}

  .archive-preview {
    --archive-preview-height: 200px;
    display: none;
    margin-top: 10px;
    margin-bottom: 18px;
    min-height: auto;
}

.archive-preview.is-mobile-open {
display: grid;
}

  .archive-preview-image {
    min-height: 200px;
  }

  .archive-preview-copy {
    padding: 22px;
  }

  .archive-preview-title {
    font-size: clamp(26px, 8vw, 38px);
  }

.archive-preview-description {
font-size: 16px;
    line-height: 1.6;
}

.archive-preview-points li:nth-child(n+3) {
display: none;
}

.archive-controls {
flex-wrap: wrap;
padding-top: 18px;
}

.portfolio-archive .archive-intro {
margin-bottom: 22px;
}

.pull-quote-section {
padding: 28px 0;
}

.editorial-pullquote {
padding: 28px 22px;
}

.editorial-pullquote p {
font-size: clamp(32px, 12vw, 54px);
}

.image-caption {
font-size: 11px;
    padding: 8px 12px 0;
}

.resource-library {
grid-template-columns: 1fr;
}

.resource-card {
min-height: auto;
}

.nav a:nth-child(3) {
margin-right: 0;
}

.nav a:nth-child(4) {
padding-left: 0; border-left: 0;
}

.education-highlights-grid {
grid-template-columns: 1fr;
}

.education-highlights-intro {
font-size: 16.5px;
}

.education-awards-grid > div > h2 {
margin-bottom: 18px;
}

.education-foundation {
font-size: 16.5px;
margin-bottom: 24px;
    max-width: none;
}

.education-highlights-panel {
padding: 26px 22px;
}

.education-highlights-panel .education-highlights-grid {
grid-template-columns: 1fr;
}

.nav a::after {
bottom: -5px;
    width: 44px;
    right: auto;
}

main > .editorial-number-section {
padding-top: 72px;
}

main > .editorial-number-section .section-title-row {
margin-bottom: 28px;
}

.nav-toggle {
display: block;
min-width: 48px;
    min-height: 44px;
    border: 1px solid var(--black);
    padding: 0 12px;
    cursor: pointer;
}

.nav {
display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 62px;
    background: var(--paper-warm);
    border: var(--rule);
    padding: 20px;
    flex-direction: column;
    gap: 18px;
max-height: calc(100vh - 82px);
    overflow-y: auto;
    box-shadow: 8px 8px 0 rgba(0,0,0,.12);
}

.nav a {
min-height: 30px;
    font-size: 13px;
}

.nav-num {
font-size: 10px;
}

.hero-actions {
align-items: stretch;
    flex-direction: column;
}

.hero-primary-action,
.hero-contact-action {
width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.editorial-utility {
display: none;
}
}

@media (max-width:520px) {
.cover-meta-strip span {
flex-basis:100%
}

.archive-media-grid {
grid-template-columns: 1fr;
}
}

@media (max-width:480px) {
.process-diagram {
grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
}
}

@media (max-width:380px) {
.process-track {
grid-template-columns: 1fr;
}
}

@media (hover:none),(pointer:coarse) {
.cursor-dot {
display: none;
}

.color-ghost {
transform: none;
  transition: none;
}

.service-card,
.featured-card,
.archive-preview,
.experience-item,
.skill-stage,
.process-panel,
.education-awards article,
.award-card-grid article {
transform: none;
}
}

@media (prefers-reduced-motion:reduce) {
*,
*::before,
*::after {
animation: none;
    transition: none;
}

.section-slide-title,
.unified-title-rise,
.service-rise-card,
.feature-from-left,
.feature-from-right,
.feature-visible {
opacity: 1;
    transform: none;
}

.cursor-dot {
display: none;
}

.process-track::after {
transition: none;
}

html {
scroll-behavior: auto;
}

.editorial-number-section::after {
opacity: .13;
    transform: none;
}

}

@media print {
.site-header,
.scroll-progress,
.cursor-dot,
.print-system-bg,
.paper-spotlight,
body {
background: #fff;
    color: #000;
    font-size: 11pt;
}

main > section {
break-inside: avoid;
}

a {
text-decoration: underline;
}

.editorial-utility {
display: none;
}
}


.process-content[hidden],
.skill-panel[hidden],
.archive-media-viewer-nav[hidden] {
  display: none;
}

:where(section[id], main[id]) {
  scroll-margin-top: 88px;
}

:where(p, li, dd, .archive-issue-subtitle, .resource-card) {
  overflow-wrap: anywhere;
}

@media (forced-colors: active) {
  :where(a, button, [tabindex]):focus-visible {
    outline: 3px solid CanvasText;
    outline-offset: 4px;
  }
}

.archive-issue-spread[inert] {
  user-select: none;
}

.headshot-card img {
  aspect-ratio: 1 / 1;
}


/* ==========================================================
   FEATURE COVER IMAGES · TRUE 16:9
   Feature artwork is exported at 1600 × 900. These final
   overrides keep the complete composition visible at every
   breakpoint and prevent older fixed-height rules from
   cropping the image. The final rules are now consolidated
   into the base feature-card styles instead of overriding them here.
   ========================================================== */

/* v5.27.0 · Career Notes editorial expansion */
.career-notes-intro {
  margin: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 7vw, 6rem);
}
.career-notes-dek {
  max-width: 58rem;
  margin: 0 0 2rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1.28;
}
.career-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule-color, rgba(0,0,0,.2));
  border: 1px solid var(--rule-color, rgba(0,0,0,.2));
}
.career-note-grid article {
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2.5rem);
  background: var(--paper, #fff);
}
.career-note-grid h3 {
  margin: .25rem 0 .8rem;
}
.career-note-grid p:last-child {
  margin-bottom: 0;
}
.career-notes-closing {
  max-width: 68rem;
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  padding: 0 0 0 clamp(1rem, 2vw, 1.75rem);
  border-left: .35rem solid var(--yellow, #ffd800);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.4;
}
@media (max-width: 760px) {
  .career-note-grid { grid-template-columns: 1fr; }
}

/* ==========================================================
   Archive system previews — paired evidence for system projects
   ========================================================== */
.archive-preview.is-stacked-images .archive-preview-art {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: var(--archive-preview-height);
  background: var(--archive-preview-fallback, var(--paper));
}

.archive-preview.is-stacked-images .archive-preview-page {
  display: block;
  min-height: 0;
  background-color: var(--archive-preview-fallback, var(--paper));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.archive-preview.is-stacked-images .archive-preview-page-left {
  background-image: var(--archive-preview-image-one);
  border-bottom: var(--rule);
}

.archive-preview.is-stacked-images .archive-preview-page-right {
  background-image: var(--archive-preview-image-two);
}

.archive-preview.is-stacked-images .archive-preview-invite {
  bottom: 16px;
}

.archive-preview-image.thumb-best-of-best {
  background: #fff url("assets/archive/best-of-best/best-of-best-seal-color.webp") center / contain no-repeat;
}

.archive-preview-image.thumb-parade {
  background: #f4f1e9 url("assets/archive/parade-of-homes-cover.webp") center top / cover no-repeat;
}

.archive-preview-image.thumb-portfolio-website {
  background: #f4f1e9 url("assets/portfolio-website/thumbnail-portfolio-website.webp?v=20260718-hero") center top / cover no-repeat;
}


/* v6.1.0 — ATJ identity integration */
.site-logo-mark { width: 88px; height: auto; display: block; }
.featured-media-logo { background: #fff; display: grid; place-items: center; }
.featured-media-logo img { object-fit: contain; padding: clamp(1.5rem, 4vw, 4rem); }
@media (max-width: 760px) { .site-logo-mark { width: 72px; } }

/* ============================================================
   V7.0 — EDITORIAL PERSPECTIVE + IDENTITY SYSTEM
   ============================================================ */
.philosophy-intro{max-width:880px;margin:0 0 clamp(2rem,5vw,4.5rem);font-family:Georgia,serif;font-size:clamp(1.25rem,2.3vw,2rem);line-height:1.45}
.philosophy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line-color,#d7d0c5);border:1px solid var(--line-color,#d7d0c5)}
.philosophy-grid article{background:var(--paper,#f7f2e9);padding:clamp(1.5rem,3.5vw,3rem);min-height:260px}
.philosophy-grid article>span{display:block;font:700 .75rem/1 Avenir,Arial,sans-serif;letter-spacing:.16em;color:var(--magenta,#e50068);margin-bottom:2.5rem}
.philosophy-grid h3{font-family:Georgia,serif;font-size:clamp(1.5rem,2.2vw,2.15rem);margin:0 0 1rem}
.philosophy-grid p{max-width:38ch;margin:0}
.decision-brief{margin-top:clamp(2rem,5vw,4rem);padding:clamp(1.5rem,4vw,3.5rem);border-top:6px solid #111;border-bottom:1px solid #111;background:rgba(255,255,255,.35)}
.decision-brief h3{max-width:850px;font-family:Georgia,serif;font-size:clamp(1.8rem,3.5vw,3.4rem);line-height:1.05;margin:.6rem 0 1rem}
.decision-brief-intro{max-width:72ch;margin:0 0 2rem;font-family:Georgia,serif;font-size:clamp(1.02rem,1.35vw,1.2rem);line-height:1.6}
.decision-questions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.decision-questions span{padding:.85rem 1rem;border:1px solid currentColor;font-size:.9rem;font-weight:700}
.identity-system-strip{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,5vw,5rem);align-items:center;margin-top:clamp(3rem,7vw,7rem);padding:clamp(2rem,5vw,5rem);border-top:1px solid #111;border-bottom:1px solid #111}
.identity-system-strip h3{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);line-height:1;margin:.5rem 0 1.25rem}
.identity-system-strip p{max-width:62ch}
.identity-assets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);width:100%;align-items:end;justify-items:center}
.identity-assets figure{display:grid;gap:.5rem;justify-items:center;align-content:end;min-width:0;margin:0;text-align:center}
.identity-assets figure img{display:block;width:auto;max-width:100%;height:clamp(48px,5vw,72px);object-fit:contain}
.identity-assets .identity-wordmark img{height:clamp(30px,3.2vw,46px)}
.identity-assets .identity-printers-mark img{height:clamp(58px,6vw,86px)}
.hero-subhead{max-width:700px}
@media(max-width:760px){.philosophy-grid,.decision-questions,.identity-system-strip{grid-template-columns:1fr}.philosophy-grid article{min-height:0}.identity-system-strip{padding-inline:0}}


/* ==========================================================================
   v8.0.0 — Cover-story refinement
   Consolidated point-release overrides for navigation, cover hierarchy,
   identity presentation, profile spine, production rules and accessibility.
   ========================================================================== */

.site-logo-mark{display:block;width:auto;height:46px}
.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,52px)}
.nav{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));align-items:stretch;gap:0;min-width:0}
.nav a{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:44px;padding:0 8px;white-space:nowrap;text-align:center;font-size:clamp(10px,.72vw,12px)}
.nav-num{flex:0 0 auto}
@media(max-width:1260px){
  .nav-toggle{display:inline-flex;justify-self:end;align-items:center;justify-content:center;min-width:76px;min-height:44px}
  .header-inner{grid-template-columns:auto auto;justify-content:space-between}
  .nav{position:absolute;inset:100% 0 auto;display:none;grid-template-columns:repeat(3,minmax(0,1fr));padding:18px max(24px,calc((100vw - var(--container))/2));background:rgba(250,247,239,.985);border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 16px 28px rgba(0,0,0,.08)}
  .nav.is-open{display:grid}
  .nav a{justify-content:flex-start;padding:10px 12px;font-size:12px;border-bottom:1px solid rgba(0,0,0,.1)}
}
@media(max-width:720px){.nav{grid-template-columns:1fr;max-height:calc(100vh - 78px);overflow:auto}}

/* Cover story: name is the one dominant object; the promise functions as its deck. */
.hero{min-height:min(820px,calc(100svh - 72px));display:flex;align-items:center}
.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(56px,7vw,112px);align-items:center}
.hero-cover-copy{max-width:720px}
.kinetic-title{margin:10px 0 0;font:800 clamp(76px,8.2vw,132px)/.76 var(--sans);letter-spacing:-.075em;text-transform:uppercase}
.kinetic-title span{display:block}
.hero-rule{margin-top:30px}
.hero-professional-label{margin:18px 0 9px;color:var(--white);font:800 12px/1.2 var(--sans);letter-spacing:.12em;text-transform:uppercase}
.hero-deck{margin:0;padding:0;border:0;max-width:660px}
.hero-deck p{margin:0;font:italic 600 clamp(24px,2.25vw,36px)/1.18 var(--serif);letter-spacing:-.025em;text-wrap:balance}
.cover-meta-strip{margin-top:22px}
.hero-actions{margin-top:28px}
.headshot-card{max-width:440px;margin-inline:auto}
.hero-side{opacity:.97}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-cover-copy{max-width:none}
  .hero-side{max-width:520px}
  .kinetic-title{font-size:clamp(68px,18vw,116px)}
}
@media(max-width:560px){
  .kinetic-title{font-size:clamp(56px,20vw,92px)}
  .cover-meta-strip{display:grid;grid-template-columns:1fr 1fr}
}

/* Profile keyword spine follows the chapter rather than ending after the intro. */
.experience .container{position:relative}
.experience-rail{position:absolute;left:-70px;top:128px;bottom:72px;width:48px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;border-left:1px solid rgba(0,0,0,.18);padding-left:8px}
.experience-rail span{writing-mode:vertical-rl;transform:rotate(180deg);display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:7px 4px;border:1px solid rgba(255,0,110,.28);background:rgba(250,247,239,.96);color:var(--magenta);font:900 8px/1 var(--sans);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;box-shadow:2px 2px 0 rgba(255,0,110,.1)}
.experience-rail span:nth-child(4n+2){color:var(--cyan);border-color:rgba(0,174,239,.34)}
.experience-rail span:nth-child(4n+3){color:var(--black);border-color:rgba(0,0,0,.24)}
.experience-rail span:nth-child(4n+4){color:#8b7300;border-color:rgba(255,212,0,.46)}
@media(max-width:1160px){.experience-rail{display:none}}

/* One quiet cyan production guide; the unused yellow rule is removed. */
.print-system-bg{opacity:.58}
.print-line{height:.5px;filter:none;transition:width .8s cubic-bezier(.2,.75,.2,1),left .8s cubic-bezier(.2,.75,.2,1),top .8s cubic-bezier(.2,.75,.2,1),opacity .55s ease,transform .8s cubic-bezier(.2,.75,.2,1)}
.line-yellow{display:none}
.line-cyan{width:43vw;max-width:760px;min-width:360px;left:-5vw;top:23vh;bottom:auto;opacity:.18;background:color-mix(in srgb,var(--cyan) 72%,transparent);transform:rotate(-12deg);transform-origin:left center}
body[data-active-chapter="philosophy"] .line-cyan{width:45vw;left:-5vw;top:24vh;transform:rotate(-12deg)}
body[data-active-chapter="featured"] .line-cyan{width:38vw;left:4vw;top:29vh;transform:rotate(-19deg)}
body[data-active-chapter="services"] .line-cyan{width:35vw;left:1vw;top:30vh;transform:rotate(11deg)}
body[data-active-chapter="archive"] .line-cyan{width:42vw;left:-3vw;top:38vh;transform:rotate(-5deg)}
body[data-active-chapter="process"] .line-cyan{width:34vw;left:7vw;top:34vh;transform:rotate(-24deg)}
body[data-active-chapter="experience"] .line-cyan{width:39vw;left:-1vw;top:27vh;transform:rotate(-1.5deg)}
body[data-active-chapter="resources"] .line-cyan{width:31vw;left:9vw;top:37vh;transform:rotate(-31deg)}
body[data-active-chapter="skills"] .line-cyan{width:36vw;left:2vw;top:32vh;transform:rotate(6deg)}
body[data-active-chapter="contact"] .line-cyan{width:44vw;left:10vw;top:28vh;transform:rotate(-15deg)}
@media(max-width:900px){.line-cyan{width:58vw;min-width:0;opacity:.13}}
@media(max-width:640px){.line-cyan{width:70vw;left:-18vw!important;top:22vh!important;opacity:.09;transform:rotate(-10deg)!important}}

/* Identity and downloadable-file details. */
.identity-assets img,.featured-media-logo img{display:block;max-width:100%;height:auto}
a small{font:700 .72em/1 var(--sans);letter-spacing:.04em}

/* Keyboard clarity. */
:where(a,button,[role="tab"],[role="button"]):focus-visible{outline:3px solid var(--magenta);outline-offset:4px}
.archive-issue-close,.archive-media-viewer-close,.archive-media-viewer-nav,.nav-toggle,.copy-email-button{min-width:44px;min-height:44px}
@media(forced-colors:active){.nav a[aria-current="location"]{outline:2px solid CanvasText;outline-offset:2px}}
@media(prefers-reduced-motion:reduce){.print-line{transition:none}}


/* ==========================================================================
   v8.0.1 — Navigation breathing room and compact Profile keyword spine
   ========================================================================== */

/* Remove the historical divider and special spacing after Departments. */
.nav a:nth-child(3),
.nav a:nth-child(4) {
  margin-right: 0;
  padding-left: 8px;
  border-left: 0;
}

/* Slightly smaller publisher mark gives all nine chapter labels equal room. */
.site-logo-mark {
  height: 40px;
}

/* Use equal flex gaps rather than nine compressed grid tracks. */
.header-inner {
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 2.4vw, 40px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.35vw, 24px);
}

.nav a {
  flex: 0 0 auto;
  justify-content: flex-start;
  padding: 0;
  font-size: clamp(10px, .68vw, 11.5px);
  letter-spacing: .055em;
}

.nav-num {
  margin-right: 1px;
}

/* Switch to the compact menu before equal spacing becomes cramped. */
@media (max-width: 1320px) {
  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 44px;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 18px max(24px, calc((100vw - var(--container)) / 2));
    background: rgba(250, 247, 239, .985);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .08);
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
}

@media (max-width: 720px) {
  .nav {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 78px);
    overflow: auto;
  }
}

/* The spine remains close to its guide and advances steadily through Profile. */
.experience-rail {
  left: -62px;
  top: 122px;
  bottom: auto;
  width: 42px;
  justify-content: flex-start;
  gap: 3px;
  padding-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, .22);
}

.experience-rail span {
  min-height: 42px;
  padding: 5px 3px;
  font-size: 7px;
  letter-spacing: .075em;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .045);
}

/* Keep the spine visually attached to the chapter instead of floating far away. */
@media (min-width: 1161px) and (max-width: 1380px) {
  .experience-rail {
    left: -48px;
  }
}


/* v8.0.2 · Editorial newspaper resource */
.resource-downloads {
  display: grid;
  gap: 10px;
  margin-top: auto;
}
.resource-downloads .resource-card-action {
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.resource-card-action-secondary {
  background: transparent;
  color: var(--black);
}
.resource-preview-trigger {
  margin-top: 0;
  align-self: stretch;
}
.resource-card-available::before { content: "FREE DOWNLOAD"; }

/* v8.0.4 · Performance, touch interaction, and release hardening */
.featured-media-newspaper {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 36vw, 470px);
  background: #eee7da;
  cursor: zoom-in;
}
.featured-media-newspaper > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .5s ease, transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}
.featured-media-newspaper .newspaper-preview-crop {
  opacity: 1;
  transform: scale(1.02);
}
.featured-media-newspaper .newspaper-preview-spread {
  opacity: 0;
  object-fit: contain;
  transform: scale(.94);
}
.featured-media-newspaper:hover .newspaper-preview-crop,
.featured-media-newspaper:focus-visible .newspaper-preview-crop,
.featured-media-newspaper:focus-within .newspaper-preview-crop,
.featured-media-newspaper.is-revealed .newspaper-preview-crop {
  opacity: 0;
  transform: scale(1.09);
}
.featured-media-newspaper:hover .newspaper-preview-spread,
.featured-media-newspaper:focus-visible .newspaper-preview-spread,
.featured-media-newspaper:focus-within .newspaper-preview-spread,
.featured-media-newspaper.is-revealed .newspaper-preview-spread {
  opacity: 1;
  transform: scale(1);
}
.newspaper-preview-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(17,17,17,.88);
  color: #fff;
  font: 900 9px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: opacity .25s ease, transform .25s ease;
}
.featured-media-newspaper:hover .newspaper-preview-hint,
.featured-media-newspaper:focus-visible .newspaper-preview-hint,
.featured-media-newspaper.is-revealed .newspaper-preview-hint {
  opacity: .74;
  transform: translateY(-2px);
}

@media (hover: none) {
  .featured-media-newspaper { cursor: pointer; }
  .newspaper-preview-hint { opacity: 1; }
}

.resource-card-action,
.archive-download-action {
  position: relative;
  gap: 8px;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.resource-card-action small,
.archive-download-action small,
.editorial-utility-expanded-label small {
  font-size: .78em;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}
.resource-card-action-secondary {
  background: transparent;
  color: var(--black);
}
.resource-card-action:hover,
.resource-card-action:focus-visible,
.archive-download-action:hover,
.archive-download-action:focus-visible {
  transform: translateX(4px);
  background: var(--black);
  color: var(--white);
  box-shadow: 3px 3px 0 var(--cyan), 6px 6px 0 var(--magenta), 9px 9px 0 var(--yellow);
  outline: none;
}
.resource-preview-trigger:hover,
.resource-preview-trigger:focus-visible {
  transform: translateX(4px);
}

.archive-issue-link-entry .archive-download-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: var(--rule);
  background: transparent;
  color: var(--black);
  font: 900 10px/1.2 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
}
.archive-issue-link-entry + .archive-issue-link-entry {
  margin-top: 18px;
}
.archive-issue-link-entry .archive-download-action:hover,
.archive-issue-link-entry .archive-download-action:focus-visible {
  border-bottom: var(--rule);
  color: var(--white);
}

@media (prefers-reduced-motion: reduce) {
  .featured-media-newspaper > img,
  .newspaper-preview-hint,
  .resource-card-action,
  .archive-download-action {
    transition: none;
  }
}

/* === v8.0.5 Production chapter === */
.production-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(28px, 5vw, 64px);
  margin: 0 0 46px;
  padding: clamp(28px, 5vw, 56px);
  border: var(--rule);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--black), 12px 12px 0 var(--magenta);
}
.production-kicker,
.skill-panel-label {
  margin: 0 0 12px;
  color: var(--magenta);
  font: 900 11px/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.production-intro h3 {
  max-width: 760px;
  margin: 0 0 22px;
  font: 950 clamp(38px, 5.8vw, 78px)/.88 var(--sans);
  letter-spacing: -.055em;
}
.production-intro-copy > p:not(.production-kicker) {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
.production-principles {
  align-self: stretch;
  display: grid;
  border-left: var(--rule);
}
.production-principles div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 15px 0 15px 22px;
  border-bottom: 1px solid rgba(0,0,0,.18);
}
.production-principles div:last-child { border-bottom: 0; }
.production-principles strong {
  font: 900 14px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.production-principles span { line-height: 1.35; }
.skill-panel-label { margin-bottom: 18px; }
.skill-why {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 5px solid var(--magenta);
  background: rgba(255,0,110,.055);
}
.skill-why strong { font-family: var(--sans); }
.skill-stage::after { content: "PRODUCTION"; }
@media (max-width: 900px) {
  .production-intro { grid-template-columns: 1fr; }
  .production-principles { border-left: 0; border-top: var(--rule); }
  .production-principles div { padding-left: 0; }
}
@media (max-width: 520px) {
  .production-principles div { grid-template-columns: 1fr; gap: 6px; }
}


/* v8.0.7 — Before You Explore cover artwork */
.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(40px,5vw,84px)}
.headshot-card{max-width:680px}
.headshot-card img{aspect-ratio:1/1;object-position:center}
@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr}
  .hero-side{order:-1;max-width:760px;width:100%;margin-inline:auto}
  .headshot-card{max-width:760px}
}
@media(max-width:560px){
  .hero-side{padding-top:0}
  .headshot-card{max-width:none}
}

/* ==========================================================================
   v8.0.9 — Tablet and phone reading-flow audit
   Reduces repeated mobile content, shortens vertical travel, and turns long
   card stacks into accessible horizontal reading rails on small screens.
   ========================================================================== */

/* Tablet: preserve useful two-column comparisons instead of creating a long
   single-card stack as soon as the navigation collapses. */
@media (min-width: 701px) and (max-width: 980px) {
  .featured-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .featured-card {
    min-height: 0;
  }

  .featured-copy,
  .service-card,
  .experience-item,
  .process-panel,
  .skill-stage,
  .education-awards article {
    padding: 24px;
  }

  .section {
    padding-block: 48px;
  }

  main > .editorial-number-section {
    padding-top: 72px;
  }

  .hero {
    min-height: 0;
    padding-top: 42px;
  }

  .hero-side {
    order: -1;
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  :root {
    --mobile-card-width: min(86vw, 360px);
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .section,
  main > .editorial-number-section {
    padding-block: 36px;
  }

  main > .editorial-number-section {
    padding-top: 54px;
  }

  .ruled .container {
    padding-top: 26px;
  }

  .section-title-row,
  main > .editorial-number-section .section-title-row {
    margin-bottom: 24px;
  }

  .section-slide-title,
  .registration-section {
    font-size: clamp(34px, 11vw, 52px);
    line-height: .94;
  }

  .chapter-running-thought {
    font-size: 15px;
    line-height: 1.45;
  }

  /* The artwork already contains the opening philosophy. On phones, remove
     repeated cover details while keeping identity and calls to action. */
  .hero {
    min-height: 0;
    padding: 28px 0 34px;
  }

  .hero-grid {
    gap: 22px;
  }

  .hero-side {
    order: -1;
    max-width: 520px;
    margin-inline: auto;
  }

  .headshot-card {
    width: 100%;
    max-width: 520px;
  }

  .hero .eyebrow,
  .hero-rule,
  .hero-deck,
  .cover-meta-strip,
  .hero-motion-stack,
  .accent-mark {
    display: none;
  }

  .kinetic-title {
    margin: 0;
    font-size: clamp(43px, 13.5vw, 62px);
    line-height: .88;
    letter-spacing: -.065em;
  }

  .kinetic-title span {
    display: inline;
  }

  .kinetic-title span:not(:last-child)::after {
    content: " ";
  }

  .hero-professional-label {
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.35;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-primary-action,
  .hero-contact-action {
    min-width: 0;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 10px;
    text-align: center;
  }

  /* The short cover image already establishes this belief, so the repeated
     standalone quote is omitted from the compact edition. */
  .pull-quote-section,
  .print-language {
    display: none;
  }

  .split-intro,
  .philosophy-intro,
  .services-intro,
  .resource-intro {
    margin-bottom: 24px;
  }

  .split-intro h2,
  .positioning h2 {
    font-size: clamp(31px, 9vw, 44px);
    line-height: 1;
  }

  .split-intro p,
  .philosophy-intro p,
  .services-intro p,
  .resource-intro p {
    font-size: 16px;
    line-height: 1.55;
  }

  .proof-placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .proof-placeholder-grid strong {
    font-size: 24px;
  }

  /* Long collections become one-card-high swipe rails. Keyboard users can
     tab through the same cards; native scrolling remains available. */
  .philosophy-grid,
  .featured-grid,
  .service-grid,
  .experience-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--mobile-card-width);
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding: 4px 14px 18px 2px;
    margin-right: -14px;
  }

  .philosophy-grid > *,
  .featured-grid > *,
  .service-grid > *,
  .experience-list > * {
    scroll-snap-align: start;
  }

  .philosophy-grid article,
  .featured-card,
  .service-card,
  .experience-item {
    min-height: 0;
  }

  .featured-card {
    display: flex;
    flex-direction: column;
  }

  .featured-copy,
  .service-card,
  .experience-item,
  .process-panel,
  .skill-stage,
  .education-awards article,
  .resource-card {
    padding: 22px;
  }

  .featured-copy p:not(.case-meta),
  .service-card p,
  .service-card li,
  .experience-item p,
  .process-content p,
  .skill-panel p {
    font-size: 16px;
    line-height: 1.55;
  }

  .service-card h3 {
    font-size: clamp(27px, 8vw, 36px);
    margin-bottom: 16px;
  }

  .service-card ul {
    padding-left: 18px;
  }

  .service-card li {
    margin-bottom: 7px;
  }

  .decision-brief {
    padding: 22px;
  }

  .decision-brief h3 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .decision-questions {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    padding-bottom: 10px;
  }

  .decision-questions span {
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: start;
  }

  .services-availability {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .services-availability-action {
    width: 100%;
  }

  .archive-preview,
  .archive-preview-image {
    --archive-preview-height: 240px;
    min-height: 240px;
  }

  .process-track {
    gap: 8px;
    padding-bottom: 8px;
  }

  .process-step {
    min-width: 126px;
    padding: 12px 10px;
  }

  .experience-item {
    display: block;
  }

  .experience-item > div:first-child {
    margin-bottom: 16px;
  }

  .education-highlights-panel .education-highlights-grid {
    grid-template-columns: 1fr;
  }

  .resource-library,
  .resource-library-single {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: 0;
  }

  .resource-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .production-intro {
    gap: 20px;
    margin-bottom: 28px;
    padding: 22px;
    box-shadow: 5px 5px 0 var(--black), 8px 8px 0 var(--magenta);
  }

  .production-intro h3 {
    font-size: clamp(35px, 10vw, 50px);
  }

  .production-intro-copy > p:not(.production-kicker) {
    font-size: 16px;
    line-height: 1.55;
  }

  .production-principles div {
    padding-block: 11px;
  }

  .footer-grid {
    gap: 24px;
  }

  .footer-portrait {
    max-width: 220px;
  }
}

@media (max-width: 410px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .kinetic-title {
    font-size: clamp(40px, 13vw, 52px);
  }

  .proof-placeholder-grid {
    grid-template-columns: 1fr 1fr;
  }

  :root {
    --mobile-card-width: min(88vw, 340px);
  }
}


/* ============================================================
   v8.1.0 — Archive thumbnail fill and Backstage simplification
   ============================================================ */
.archive-media-art {
  aspect-ratio: 4 / 3;
  background: var(--paper, #f7f3ea);
}

.archive-media-card.has-image img,
.archive-media-art img {
  object-fit: cover;
  object-position: center top;
  background: transparent;
}

/* Identity specimens need to be read as complete marks, not editorial crops. */
.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-art {
  background: var(--white, #fff);
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-art img {
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: clamp(10px, 1.4vw, 18px);
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-art img[src*="atj-wordmark.svg"] {
  padding: clamp(32px, 4vw, 46px) clamp(16px, 1.8vw, 22px);
}

.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-card:hover .archive-media-art img[src*="atj-wordmark.svg"],
.archive-issue-overlay[data-issue-key="atj-identity-system"] .archive-media-card:focus-visible .archive-media-art img[src*="atj-wordmark.svg"] {
  transform: none;
}

@media (max-width: 760px) {
  .archive-media-art {
    aspect-ratio: 16 / 10;
  }
}

/* ==========================================================================
   ACCESSIBILITY CONTRAST PASS — v5.28.0
   --------------------------------------------------------------------------
   Uses the visual language of the Editorial Newspaper Template:
   black section labels, white type, strong rules, and CMYK accents.
   These rules improve small-text contrast without flattening the design.
   ========================================================================== */

/* Darker secondary text for dependable readability on the paper backgrounds. */
:root {
  --muted-accessible: #4a4a4a;
  --magenta-text-accessible: #a80049;
}

/* Template-inspired editorial labels: black bar, white type, magenta marker. */
.section-kicker,
.chapter-eyebrow,
.hero-professional-label,
.case-meta {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 7px 10px 6px 13px;
  border-left: 5px solid var(--magenta);
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .105em;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Preserve intended spacing where these labels already had custom margins. */
.hero-professional-label {
  margin-top: 22px;
}

.section-title-row .chapter-eyebrow,
.section-title-copy .chapter-eyebrow {
  margin-bottom: 12px;
  color: var(--white) !important;
}

.services-availability .case-meta {
  margin-bottom: 10px;
}

/* Quiet supporting copy remains secondary, but no longer faint. */
.eyebrow,
.image-caption,
.chapter-running-thought,
.print-notes span,
.editorial-pullquote cite,
.experience-item .case-meta,
.award-card-grid span,
.archive-issue-kicker,
.archive-issue-note,
.archive-issue-link-entry p,
.archive-issue-footer {
  color: var(--muted-accessible);
}

/* The experience-card metadata uses a light card background, so keep it as
   readable dark text rather than the black-bar treatment. */
.experience-item .case-meta {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 10px;
}

/* Fixed running furniture should be subtle, not invisible. */
.publication-running-head,
.publication-folio {
  color: rgba(17, 17, 17, .68);
}

.margin-note {
  color: rgba(17, 17, 17, .72);
}

/* Footer supporting text: raise contrast on the black field. */
.footer p,
.copy-email-status {
  color: #d0d0d0;
}

.footer-bottom {
  color: #b8b8b8;
}

.footer-portrait figcaption {
  color: #c2c2c2;
}

/* Archive and process controls:
   child colors must follow the selected black state rather than retaining
   low-contrast cyan, magenta, yellow, or gray text. */
.archive-item:hover span,
.archive-item.is-active span,
.archive-item:hover em,
.archive-item.is-active em,
.skill-tab:hover,
.skill-tab.is-active,
.process-step:hover,
.process-step.is-active,
.process-step:hover span,
.process-step.is-active span {
  color: var(--white);
}

/* Non-selected archive labels use a darker accessible accent. */
.archive-item em,
.archive-media-caption small,
.archive-issue-subtitle,
.archive-issue-sidebar dt {
  color: var(--magenta-text-accessible);
}

/* The preview invitation remains high contrast even over complex images. */
.archive-preview-invite,
.archive-preview-art:hover .archive-preview-invite,
.archive-preview-art:focus-visible .archive-preview-invite {
  color: var(--white);
  border-color: var(--white);
}

/* Active filter states always retain white text on a black background. */
.archive-gallery-filter[aria-pressed="true"],
.archive-gallery-more {
  color: var(--white);
}

/* Colophon headings now use h3 semantically; retain the compact publication
   label styling with an accessible dark-magenta foreground. */
.colophon-grid h3 {
  color: var(--magenta-text-accessible);
}

/* Links and controls that switch to magenta keep sufficient contrast by using
   the darker text-safe magenta rather than the bright decorative magenta. */
.archive-gallery-filter:hover,
.archive-gallery-filter:focus-visible,
.archive-media-card:hover .archive-media-caption strong,
.archive-media-card:focus-visible .archive-media-caption strong,
.archive-issue-link-entry a:hover,
.archive-issue-link-entry a:focus-visible {
  color: var(--magenta-text-accessible);
}

/* Bright CMYK remains available for borders, shadows, rules, dots, and motion.
   Text uses the darker accessible magenta token where contrast is required. */
@media (forced-colors: active) {
  .section-kicker,
  .chapter-eyebrow,
  .hero-professional-label,
  .case-meta {
    border: 1px solid CanvasText;
  }
}

/* Final contrast guardrail: black editorial labels never use magenta type. */
html body :is(.section-kicker, .chapter-eyebrow, .hero-professional-label, .case-meta),
html body :is(.section-kicker, .chapter-eyebrow, .hero-professional-label, .case-meta):link,
html body :is(.section-kicker, .chapter-eyebrow, .hero-professional-label, .case-meta):visited,
html body :is(.section-kicker, .chapter-eyebrow, .hero-professional-label, .case-meta) * {
  color: var(--white) !important;
}

/* Experience metadata lives on light cards, not black labels. */
html body .experience-item .case-meta,
html body .experience-item .case-meta * {
  color: var(--muted-accessible) !important;
}


/* =======================================================
   FEATURED PROJECT — v9.4.2
   Gives the portfolio website a singular lead-story treatment while
   keeping the six client and publication features in the standard grid.
   ======================================================= */
.featured-project-lead {
  margin: 0 0 42px;
  overflow: hidden;
  background: var(--paper-warm);
  border: 2px solid var(--black);
  box-shadow: var(--shadow-cmyk);
}

.featured-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: stretch;
}

.featured-project-media {
  min-width: 0;
  background: var(--paper-deep);
  border-right: 2px solid var(--black);
}

.featured-project-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: top center;
}

.featured-project-media .image-caption {
  margin: 0;
  border-top: 2px solid var(--black);
}

.featured-project-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 52px);
}

.featured-project-copy .case-meta {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--magenta) !important;
  letter-spacing: .12em;
}

.featured-project-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .92;
  letter-spacing: -.045em;
}

.featured-project-dek {
  margin: 0 0 26px;
  max-width: 28ch;
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.featured-project-summary {
  margin-bottom: 26px;
}

.featured-project-snapshot {
  margin: 0 0 28px;
  padding: 20px 22px;
  background: var(--black);
  color: #fff;
}

.featured-project-snapshot-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.featured-project-lighthouse {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 8px;
}

.featured-project-lighthouse div {
  min-width: 0;
  padding: 10px 8px 9px;
  border: 1px solid rgba(255, 255, 255, .34);
  text-align: center;
}

.featured-project-lighthouse strong,
.featured-project-lighthouse span {
  display: block;
  color: #fff;
}

.featured-project-lighthouse strong {
  font-family: var(--font-sans);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1;
}

.featured-project-lighthouse span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured-project-lighthouse-note {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  line-height: 1.3;
}

.featured-project-snapshot ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured-project-snapshot li {
  position: relative;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.featured-project-snapshot li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: .08em;
  color: #fff;
  font-size: 8px;
}

.featured-project-trigger {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 900px) {
  .featured-project-layout { grid-template-columns: 1fr; }
  .featured-project-media { border-right: 0; border-bottom: 2px solid var(--black); }
  .featured-project-media img { min-height: 0; aspect-ratio: 16 / 10; }
}

@media (max-width: 620px) {
  .featured-project-lead { margin-bottom: 30px; }
  .featured-project-copy { padding: 26px 22px 28px; }
  .featured-project-lighthouse { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-project-snapshot ul { grid-template-columns: 1fr; }
}


/* ==========================================================================
   FEATURED PROJECT ARTICLE EXPERIENCE — v9.4.2
   ========================================================================== */

.archive-issue-spread.is-article-experience {
  width: min(1180px, calc(100vw - 48px));
  max-height: calc(100vh - 34px);
  padding: 0;
  overflow-x: hidden;
}

.archive-issue-spread.is-article-experience .archive-issue-header {
  padding: clamp(28px, 5vw, 64px) clamp(24px, 7vw, 88px) clamp(24px, 4vw, 48px);
  border-bottom: 1px solid #111;
}

.archive-issue-spread.is-article-experience .archive-issue-header h2 {
  max-width: 850px;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: .84;
  letter-spacing: -.065em;
}

.archive-issue-spread.is-article-experience .archive-issue-subtitle {
  max-width: 760px;
  margin-top: 22px;
}

.archive-issue-spread.is-article-experience .archive-issue-grid {
  display: block;
  padding: 0;
}

.archive-issue-spread.is-article-experience .archive-issue-main {
  width: 100%;
  max-width: none;
  padding: 0;
}

.feature-article-experience[hidden] {
  display: none;
}

.feature-article-opening,
.feature-article-section,
.feature-article-snapshot,
.feature-article-closing {
  padding-inline: clamp(24px, 7vw, 88px);
}

.feature-article-opening {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(280px, .38fr);
  gap: clamp(34px, 7vw, 100px);
  padding-top: clamp(48px, 8vw, 104px);
  padding-bottom: clamp(64px, 10vw, 132px);
}

.feature-article-label {
  display: inline-block;
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 12px;
  border-left: 5px solid #e50068;
  background: #050505;
  color: #fff;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.feature-article-dek {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.feature-article-opening-copy {
  align-self: end;
  border-top: 1px solid currentColor;
  padding-top: 20px;
}

.feature-article-opening-copy p,
.feature-article-section-copy p {
  margin: 0 0 1em;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.62;
}

.feature-article-toc {
  padding: 22px clamp(24px, 7vw, 88px) 26px;
  border-top: 1px solid #111;
  background: rgba(255,255,255,.34);
}

.feature-article-toc > p {
  margin: 0 0 14px;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feature-article-toc > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(17,17,17,.28);
  border-left: 1px solid rgba(17,17,17,.28);
}

.feature-article-toc a {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid rgba(17,17,17,.28);
  border-bottom: 1px solid rgba(17,17,17,.28);
  color: inherit;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-article-toc a span {
  display: block;
  margin-bottom: 5px;
  color: var(--magenta, #e50068);
  font-size: .64rem;
  letter-spacing: .12em;
}

.feature-article-toc a:hover,
.feature-article-toc a:focus-visible {
  background: #050505;
  color: #fff;
}

.feature-article-section {
  scroll-margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  column-gap: clamp(44px, 7vw, 112px);
  padding-top: clamp(52px, 7vw, 98px);
  padding-bottom: clamp(52px, 7vw, 98px);
  border-top: 1px solid #111;
}

.feature-article-section-header {
  position: sticky;
  top: 28px;
  align-self: start;
  min-width: 0;
}

.feature-article-section-header span {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feature-article-section-header h3 {
  margin: 0;
  display: inline-block;
  max-width: 100%;
  padding: .45em .58em .38em;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: clamp(1.05rem, 1.55vw, 1.65rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #fff;
  background: #050505;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  white-space: normal;
}

.feature-article-section-copy {
  min-width: 0;
  max-width: 720px;
}

.feature-article-figure {
  grid-column: 1 / -1;
  margin: clamp(42px, 7vw, 86px) 0 0;
}

.feature-article-image-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #111;
  background: #eee9df;
}

.feature-article-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-position: top center;
}

.feature-article-figure figcaption {
  display: grid;
  grid-template-columns: auto minmax(160px, .35fr) minmax(240px, .65fr);
  gap: 16px 24px;
  align-items: start;
  padding-top: 14px;
  border-top: 5px solid #050505;
  font-family: var(--font-sans, Arial, sans-serif);
}

.feature-article-figure-number {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.feature-article-figure figcaption strong {
  font-size: .85rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature-article-figure figcaption > span:last-child {
  font-family: var(--font-serif, Georgia, serif);
  font-size: .95rem;
  line-height: 1.5;
}

.feature-article-snapshot {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
  border-top: 1px solid #111;
  background: #050505;
  color: #fff;
}

.feature-article-snapshot .feature-article-label {
  background: #fff;
  color: #050505;
}

.feature-article-snapshot h3 {
  max-width: 850px;
  margin: 0 0 clamp(38px, 6vw, 72px);
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: clamp(2.2rem, 5.5vw, 6rem);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.feature-article-snapshot dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.55);
}

.feature-article-snapshot-item {
  display: grid;
  grid-template-columns: minmax(90px, .28fr) minmax(0, .72fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.feature-article-snapshot-item:nth-child(odd) {
  padding-right: 28px;
}

.feature-article-snapshot-item:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.35);
}

.feature-article-snapshot dt {
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.feature-article-snapshot dd {
  margin: 0;
  font-family: var(--font-serif, Georgia, serif);
  font-size: 1rem;
  line-height: 1.5;
}

.feature-article-closing {
  padding-top: clamp(72px, 10vw, 140px);
  padding-bottom: clamp(72px, 10vw, 140px);
}

.feature-article-closing p {
  max-width: 960px;
  margin: 0;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.archive-issue-spread.is-article-experience .archive-issue-footer {
  margin: 0;
  padding: 24px clamp(24px, 7vw, 88px);
  border-top: 1px solid #111;
}

@media (max-width: 800px) {
  .archive-issue-spread.is-article-experience {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .feature-article-opening,
  .feature-article-section {
    grid-template-columns: 1fr;
  }

  .feature-article-toc > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-article-section-header {
    position: static;
    margin-bottom: 26px;
  }

  .feature-article-figure figcaption {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .feature-article-snapshot dl {
    grid-template-columns: 1fr;
  }

  .feature-article-snapshot-item:nth-child(odd),
  .feature-article-snapshot-item:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }
}

@media (max-width: 460px) {
  .feature-article-toc > div {
    grid-template-columns: 1fr;
  }
}

/* The Website Project uses a tall live-page capture as its cover specimen.
   Preserve that natural proportion instead of forcing the generic landscape
   project-image crop. */
.featured-project-media img.featured-project-current-hero {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
}

@media (prefers-reduced-motion: reduce) {
  .feature-article-image-frame img {
    transition: none;
  }
}


/* ==========================================================================
   FEATURED PROJECT — PUBLICATION SPECIMEN v9.4.2
   Replaces the oversized screenshot wall with a deliberate, inspectable object.
   ========================================================================== */

.featured-project-layout {
  grid-template-columns: minmax(320px, .78fr) minmax(430px, 1.22fr);
  align-items: stretch;
}

.featured-project-media {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  min-height: 0;
  padding: clamp(34px, 5vw, 68px) clamp(28px, 4vw, 56px) 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    var(--paper-deep);
  background-size: 24px 24px;
  border-right: 2px solid var(--black);
}

.featured-project-media::before {
  content: "WEBSITE STUDY · 2026";
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 2;
  padding: 0;
  background: transparent;
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

/* These two wide presentation spreads include large outer margins. Crop them
   as matching editorial details so they carry the same visual weight as the
   surrounding full-bleed publication thumbnails. */
.archive-media-art img:is(
  [src*="thumb-beacon-sports-photojournalism"],
  [src*="thumb-beacon-seasonal-special-sections"]
) {
  transform: scale(1.7);
  transform-origin: center;
}

.archive-media-card.has-image:hover img:is(
  [src*="thumb-beacon-sports-photojournalism"],
  [src*="thumb-beacon-seasonal-special-sections"]
),
.archive-media-card.has-image:focus-visible img:is(
  [src*="thumb-beacon-sports-photojournalism"],
  [src*="thumb-beacon-seasonal-special-sections"]
) {
  transform: scale(1.74);
}

.featured-project-media::after {
  content: "";
  position: absolute;
  inset: clamp(62px, 7vw, 88px) clamp(26px, 4vw, 50px) 58px;
  z-index: 0;
  border: 1px solid rgba(0,0,0,.22);
  background: var(--paper-warm);
  box-shadow:
    8px 8px 0 #00aeef,
    14px 14px 0 #fff200,
    20px 20px 0 #ec008c,
    26px 26px 0 #111;
  transform: rotate(-1deg);
}

.featured-project-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 520px);
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--black);
  background: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,.16);
  transform: rotate(.7deg);
}

.featured-project-media .image-caption {
  position: relative;
  z-index: 2;
  width: calc(100% + clamp(56px, 8vw, 112px));
  margin-top: clamp(38px, 5vw, 56px);
  margin-inline: calc(clamp(28px, 4vw, 56px) * -1);
  padding-inline: clamp(20px, 3vw, 34px);
  border-top: 2px solid var(--black);
  background: var(--paper-warm);
}

.featured-project-copy {
  padding: clamp(34px, 4.5vw, 58px);
}

.featured-project-copy h3 {
  font-size: clamp(46px, 5.4vw, 74px);
}

.featured-project-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 26px;
  border-top: 1px solid rgba(0,0,0,.22);
  border-bottom: 1px solid rgba(0,0,0,.22);
}

.featured-project-summary p {
  margin: 0;
  padding: 16px 16px 17px 0;
  font-size: 14px;
  line-height: 1.48;
}

.featured-project-summary p + p {
  padding-left: 16px;
  border-left: 1px solid rgba(0,0,0,.22);
}

.featured-project-summary strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .featured-project-layout {
    grid-template-columns: minmax(280px, .7fr) minmax(390px, 1.3fr);
  }

  .featured-project-summary {
    grid-template-columns: 1fr;
  }

  .case-mini.featured-project-summary p {
    display: block;
  }

  .featured-project-summary p,
  .featured-project-summary p + p {
    padding: 13px 0;
    border-left: 0;
  }

  .featured-project-summary p:first-child {
    border-top: 0;
  }

  .featured-project-summary p + p {
    border-top: 1px solid rgba(0,0,0,.18);
  }
}

@media (max-width: 900px) {
  .featured-project-layout {
    grid-template-columns: 1fr;
  }

  .featured-project-media {
    min-height: 430px;
    padding-bottom: 0;
    border-right: 0;
    border-bottom: 2px solid var(--black);
  }

  .featured-project-media::after {
    bottom: 62px;
  }

  .featured-project-media img {
    width: min(86%, 620px);
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .featured-project-media {
    min-height: 330px;
    padding: 58px 20px 0;
  }

  .featured-project-media::before {
    top: 14px;
    left: 14px;
  }

  .featured-project-media::after {
    inset: 50px 22px 54px;
    box-shadow:
      5px 5px 0 #00aeef,
      9px 9px 0 #fff200,
      13px 13px 0 #ec008c,
      17px 17px 0 #111;
  }

  .featured-project-media img {
    width: 94%;
  }

  .featured-project-media .image-caption {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}


/* ==========================================================================
   FEATURED PROJECT — FULL PUBLICATION CAPTURE v9.4.2
   Fill the specimen window without distorting the full-page screenshot.
   ========================================================================== */
.featured-project-media img[src$="portfolio-website-full-page.webp"] {
  width: min(100%, 520px);
  max-width: 520px;
  height: min(58vh, 560px);
  max-height: 560px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  transform: rotate(.35deg);
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
  inset: clamp(58px, 7vw, 82px) clamp(26px, 4vw, 50px) 62px;
}

@media (max-width: 900px) {
  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    width: min(86%, 620px);
    max-width: 620px;
    height: min(60vh, 520px);
    max-height: 520px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    width: 94%;
    max-width: none;
    height: 360px;
    max-height: 360px;
    aspect-ratio: 4 / 3;
  }
}


/* ==========================================================================
   FEATURED PROJECT — FULL-PAGE PUBLICATION SPECIMEN v9.4.2
   Show the complete long-form site capture at a useful editorial scale.
   ========================================================================== */

.featured-project-layout {
  grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
  min-height: 900px;
  padding: 88px 48px 0;
  align-content: start;
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
  inset: 76px max(42px, calc(50% - 170px)) 64px;
  transform: rotate(-.7deg);
}

.featured-project-media img[src$="portfolio-website-full-page.webp"] {
  width: auto;
  max-width: none;
  height: 760px;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
  border: 1px solid var(--black);
  background: #fff;
  transform: rotate(.25deg);
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) .image-caption {
  align-self: end;
  margin-top: 42px;
}

@media (max-width: 1120px) {
  .featured-project-layout {
    grid-template-columns: minmax(330px, .72fr) minmax(470px, 1.28fr);
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    min-height: 790px;
    padding-inline: 34px;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 650px;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset-inline: max(32px, calc(50% - 148px));
  }
}

@media (max-width: 900px) {
  .featured-project-layout {
    grid-template-columns: 1fr;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    min-height: 760px;
    padding: 78px 24px 0;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 630px;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset: 68px max(28px, calc(50% - 143px)) 58px;
  }
}

@media (max-width: 620px) {
  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    min-height: 590px;
    padding: 64px 18px 0;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    width: auto;
    height: 480px;
    max-width: none;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset: 56px max(20px, calc(50% - 110px)) 50px;
  }
}


/* ==========================================================================
   FEATURED PROJECT — CROPPED WEBSITE VIEWPORT v9.4.2
   Fill the specimen box at readable scale and hide everything that does not fit.
   ========================================================================== */

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
  min-height: 0;
  padding: 74px 42px 0;
  align-content: stretch;
  overflow: hidden;
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
  inset: 66px 34px 58px;
  transform: rotate(-.7deg);
}

.featured-project-media img[src$="portfolio-website-full-page.webp"] {
  display: block;
  width: 100%;
  max-width: none;
  height: 650px;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
  border: 1px solid var(--black);
  background: #fff;
  transform: rotate(.25deg);
}

.featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) .image-caption {
  align-self: end;
  margin-top: 34px;
}

@media (max-width: 1120px) {
  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    padding-inline: 30px;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 590px;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset-inline: 26px;
  }
}

@media (max-width: 900px) {
  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    min-height: 0;
    padding: 66px 24px 0;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset: 58px 20px 54px;
  }
}

@media (max-width: 620px) {
  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"]) {
    min-height: 0;
    padding: 58px 16px 0;
  }

  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
  }

  .featured-project-media:has(img[src$="portfolio-website-full-page.webp"])::after {
    inset: 50px 13px 48px;
  }
}


/* ==========================================================================
   FEATURED PROJECT — HIGH-RES PDF CROP v9.4.2
   Uses a 1700 x 2550 WebP rendered from the PDF source for sharper display.
   ========================================================================== */

.featured-project-media img[src$="portfolio-website-full-page.webp"] {
  width: 100%;
  height: 650px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  image-rendering: auto;
}

@media (max-width: 1120px) {
  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 590px;
  }
}

@media (max-width: 900px) {
  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 520px;
  }
}

@media (max-width: 620px) {
  .featured-project-media img[src$="portfolio-website-full-page.webp"] {
    height: 400px;
  }
}

/* Mobile chapter folios should always appear in their finished ghost state.
   This prevents later chapters from briefly looking saturated and displaced
   while their intersection animation is still settling. */
@media (max-width: 700px) {
  .editorial-number-section::after,
  .editorial-number-section.is-ghost-visible::after {
    top: 34px;
    opacity: .13;
    transform: none;
    transition: none;
  }
}

/* Site-wide thumbnail system: photographic and project evidence fills its
   frame. Identity specimens remain the intentional contain-style exception. */
.featured-card .featured-media:not(.featured-media-logo):not(.featured-media-newspaper) img,
.archive-issue-overlay:not([data-issue-key="atj-identity-system"]) .archive-media-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Logos are specimens rather than photographs: preserve the complete mark,
   center it, and protect a small presentation margin at every breakpoint. */
.archive-issue-overlay .archive-media-art.is-logo-preview {
  background: var(--white, #fff);
}

.archive-issue-overlay .archive-media-art.is-logo-preview img {
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: clamp(10px, 1.5vw, 18px);
  transform: none;
}

.archive-issue-overlay .archive-media-card:hover .archive-media-art.is-logo-preview img,
.archive-issue-overlay .archive-media-card:focus-visible .archive-media-art.is-logo-preview img {
  transform: none;
}

/* Photography benefits from a centered crop rather than a document-style
   top anchor. */
.archive-issue-overlay[data-issue-key="camp-perry-brand-system"] .archive-media-card[data-media-index="3"] .archive-media-art img {
  object-position: center;
}

@media (max-width: 760px) {
  /* A square frame preserves the complete circular seal while still filling
     the Camp Perry identity card. */
  .archive-issue-overlay[data-issue-key="camp-perry-brand-system"] .archive-media-card[data-media-index="0"] .archive-media-art {
    aspect-ratio: 1 / 1;
  }

  .archive-issue-overlay[data-issue-key="camp-perry-brand-system"] .archive-media-card[data-media-index="0"] .archive-media-art img {
    object-position: center;
  }
}


/* ==========================================================================
   v9.6.0 · Website Production Checklist resource and case study
   ========================================================================== */

.resource-library-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
}

.featured-card-production-checklist .featured-media-newspaper .newspaper-preview-crop {
  object-position: center top;
}

.featured-card-production-checklist .featured-media-newspaper .newspaper-preview-spread {
  padding: 18px;
  object-fit: contain;
  background: #eee7da;
}

@media (max-width: 760px) {
  .resource-library-two {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   v9.7.1 · Vertical printer's-mark utility tabs
   ========================================================================== */

.editorial-utility {
  top: 46%;
  gap: 12px;
}

.editorial-utility-featured {
  width: 54px;
  height: 118px;
  border: 1px solid var(--black);
  border-right: 0;
  background: rgba(255, 255, 255, .98);
  color: var(--black);
  box-shadow: 5px 5px 0 var(--magenta);
}

.editorial-utility-featured:hover,
.editorial-utility-featured:focus-visible {
  width: 218px;
  transform: translate(-3px, -3px);
  background: var(--white);
  color: var(--black);
  box-shadow: 8px 8px 0 var(--magenta);
}

.editorial-utility-linkedin:hover,
.editorial-utility-linkedin:focus-visible {
  width: 194px;
}

.editorial-utility-collapsed-label {
  flex-direction: column;
  gap: 8px;
  transform: none;
}

.editorial-utility-collapsed-label > span:last-child {
  writing-mode: vertical-rl;
  transform: none;
}

.editorial-utility-featured:hover .editorial-utility-collapsed-label,
.editorial-utility-featured:focus-visible .editorial-utility-collapsed-label {
  transform: translateX(4px);
}

.editorial-utility-expanded-label {
  justify-content: flex-start;
  gap: 11px;
  padding-inline: 12px 18px;
  text-align: left;
}

.editorial-utility-expanded-label > span:last-child {
  display: block;
}

.editorial-utility-expanded-label small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: .065em;
}

.editorial-printers-mark {
  display: block;
  width: 25px;
  height: 36px;
  flex: 0 0 auto;
}

.editorial-utility-expanded-label .editorial-printers-mark {
  width: 29px;
  height: 42px;
}

.editorial-utility-tab-linkedin,
.editorial-linkedin-mark {
  border: 2px solid currentColor;
  background: var(--black);
  color: var(--white);
}

.footer-resume-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 6px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .07);
  box-shadow: 4px 4px 0 var(--magenta);
}

.footer-resume-link img {
  width: 22px;
  height: 32px;
}

.footer-resume-link:hover,
.footer-resume-link:focus-visible {
  background: var(--white);
  color: var(--black);
}


.footer-record-links {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}

.footer-record-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .07);
  color: var(--white);
  text-align: left;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--magenta);
}

.footer-record-link img {
  width: 22px;
  height: 32px;
  flex: 0 0 auto;
}

.footer-record-link span {
  display: block;
  font: 850 10px/1.15 var(--sans);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.footer-record-link small {
  display: block;
  margin-top: 4px;
  color: #bbb;
  font: 650 9px/1.25 var(--sans);
  letter-spacing: .025em;
  text-transform: none;
}

.footer-record-link:hover,
.footer-record-link:focus-visible {
  background: var(--white);
  color: var(--black);
}

.footer-record-link:hover small,
.footer-record-link:focus-visible small {
  color: #4c4c4c;
}

@media (max-width: 760px) {
  .editorial-utility {
    top: auto;
    right: 16px;
    bottom: 18px;
    display: block;
    transform: none;
  }

  .editorial-utility-item {
    display: none;
  }

  .editorial-utility-resume {
    display: grid;
    width: auto;
    min-width: 166px;
    height: 54px;
    padding: 0 14px;
    border-right: 1px solid var(--black);
  }

  .editorial-utility-resume:hover,
  .editorial-utility-resume:focus-visible {
    width: auto;
  }

  .editorial-utility-resume .editorial-utility-collapsed-label {
    display: none;
  }

  .editorial-utility-resume .editorial-utility-expanded-label {
    position: static;
    display: flex;
    padding: 0;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 640px) {
  .editorial-utility {
    display: none;
  }
}

/* ==========================================================================
   v9.7.2 · Printed-page presentation for Website Production Checklist
   The checklist gallery represents finished publication pages, so each page is
   shown with a narrow white paper margin rather than cropped like a website
   screenshot.
   ========================================================================== */

.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-art {
  box-sizing: border-box;
  padding: clamp(10px, 1.45vw, 18px);
  background: #e9e3d8;
}

.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-art img {
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: clamp(7px, .9vw, 11px);
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .18);
  box-shadow: 0 7px 18px rgba(17, 17, 17, .14);
}

.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-card:hover .archive-media-art img,
.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-card:focus-visible .archive-media-art img {
  transform: scale(1.018);
}

.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-viewer figure {
  max-width: min(92vw, 820px);
}

.archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-viewer-img {
  box-sizing: border-box;
  padding: clamp(10px, 1.25vw, 16px);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow:
    0 0 0 1px rgba(17, 17, 17, .24),
    0 1rem 4rem rgba(0, 0, 0, .48);
}

@media (max-width: 760px) {
  .archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-art {
    padding: 9px;
  }

  .archive-issue-overlay[data-issue-key="website-production-checklist"] .archive-media-art img {
    padding: 6px;
  }
}

/* ==========================================================
   Archive preview framing — show complete covers and paired pages
   ========================================================== */
.archive-preview.is-contained-page .archive-preview-art {
  background-color: #eee9df;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.archive-preview.is-contained-page .archive-preview-art::before,
.archive-preview.is-stacked-images .archive-preview-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.archive-preview.is-stacked-images .archive-preview-art {
  gap: 1px;
  background: var(--black);
}

.archive-preview.is-stacked-images .archive-preview-page {
  position: relative;
  background-color: #eee9df;
  background-size: contain;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}

.archive-preview.is-stacked-images .archive-preview-page-left {
  border-bottom: 0;
}


/* ==========================================================================
   v9.7.4 · Professional Record utility-tab overflow fix
   Keep the expanded label readable on narrower desktop and tablet viewports.
   ========================================================================== */

.editorial-utility-resume:hover,
.editorial-utility-resume:focus-visible {
  width: min(292px, calc(100vw - 20px));
}

.editorial-utility-resume .editorial-utility-expanded-label {
  min-width: 0;
  white-space: normal;
}

.editorial-utility-resume .editorial-utility-expanded-label > span:last-child {
  min-width: 0;
  max-width: 220px;
  overflow-wrap: anywhere;
}

.editorial-utility-resume .editorial-utility-expanded-label small {
  max-width: 220px;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .editorial-utility-resume {
    width: min(276px, calc(100vw - 32px));
    min-width: 0;
  }

  .editorial-utility-resume:hover,
  .editorial-utility-resume:focus-visible {
    width: min(276px, calc(100vw - 32px));
  }

  .editorial-utility-resume .editorial-utility-expanded-label {
    width: 100%;
    min-width: 0;
  }

  .editorial-utility-resume .editorial-utility-expanded-label > span:last-child,
  .editorial-utility-resume .editorial-utility-expanded-label small {
    max-width: none;
  }
}

/* ==========================================================================
   v8.0.12 — Positioning, navigation, responsive cards, and contact refinement
   ========================================================================== */
.hero {
  min-height: clamp(650px, 82svh, 760px);
  padding-block: clamp(44px, 6vh, 76px);
}
.hero-professional-label {
  max-width: 690px;
  font-size: clamp(11px, .86vw, 13px);
}
.hero-deck p {
  max-width: 700px;
  font-size: clamp(25px, 2.15vw, 35px);
}
.hero-availability {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font: 600 14px/1.45 var(--sans);
}
.hero-availability strong {
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.header-inner { gap: clamp(28px, 3vw, 54px); }
.nav { gap: clamp(15px, 1.55vw, 28px); }
.nav a { font-size: clamp(10.5px, .7vw, 12px); letter-spacing: .045em; }

.role-context {
  display: block;
  margin-top: 7px;
  color: var(--magenta);
  font: 900 11px/1.25 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.contact-kicker {
  margin: 0 0 12px;
  color: var(--yellow);
  font: 900 11px/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-fit-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 22px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.contact-fit-list li {
  position: relative;
  padding-left: 17px;
  font: 750 13px/1.4 var(--sans);
}
.contact-fit-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: .08em;
  color: var(--magenta);
  font-size: 9px;
}

/* Let project previews breathe on desktop without making the cards feel bulky. */
.featured-grid { gap: clamp(24px, 3vw, 38px); }
.featured-card { min-width: 0; }
.featured-card img,
.archive-card img,
.resource-card img { max-width: 100%; height: auto; }
.project-trigger,
.resource-card-action { min-height: 44px; }

/* Prevent utility labels from forcing the viewport wider at intermediate sizes. */
.editorial-utility,
.editorial-utility-item,
.editorial-utility-expanded-label { max-width: min(360px, calc(100vw - 24px)); }
.editorial-utility-expanded-label { overflow-wrap: anywhere; }

@media (max-width: 1320px) {
  .hero { min-height: 0; }
}

@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: clip; }
  main, section, .container, .featured-grid, .archive-grid, .service-grid,
  .career-note-grid, .experience-list, .resource-grid, .skill-stage {
    min-width: 0;
    max-width: 100%;
  }
  :root { --mobile-card-width: min(82vw, 330px); }
  .featured-grid,
  .service-grid,
  .archive-grid,
  .resource-grid {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
  .featured-card,
  .service-card,
  .archive-card,
  .resource-card {
    width: var(--mobile-card-width);
    min-width: var(--mobile-card-width);
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
  }
  .featured-project-lead,
  .featured-project-layout,
  .featured-project-media,
  .featured-project-copy { min-width: 0; max-width: 100%; }
  .hero-availability {
    display: block;
    margin-top: 14px;
    font-size: 12px;
  }
  .hero-actions { grid-template-columns: 1fr; }
  .contact-fit-list { grid-template-columns: 1fr; }
}

/* Chapter ghost-number stacking fix — keep the folio above the section paper
   while leaving all readable content above the folio. */
main > .editorial-number-section {
  isolation: isolate;
}

main > .editorial-number-section::after {
  z-index: 0;
}

main > .editorial-number-section > .container {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   v8.0.13 — Hero availability callout readability
   Keeps the availability statement visually connected to the positioning
   while giving it dependable contrast on every cover/background treatment.
   ========================================================================== */
.hero-availability {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .32em .48em;
  width: fit-content;
  max-width: min(100%, 680px);
  margin: 20px 0 0;
  padding: 10px 14px 10px 13px;
  border-left: 5px solid var(--magenta);
  background: var(--black);
  color: var(--white);
  font: 700 13px/1.42 var(--sans);
  letter-spacing: .005em;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .08);
}

.hero-availability strong {
  flex: 0 0 auto;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .hero-availability {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 11px 13px 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .hero-availability strong {
    display: block;
    margin-bottom: 2px;
  }
}

/* ==========================================================================
   v8.0.14 — Hero left-column balance
   Lightens the supporting information so the name and core promise remain
   the dominant elements of the cover.
   ========================================================================== */
.hero-professional-label {
  width: fit-content;
  max-width: min(100%, 560px);
  margin-top: 16px;
  padding: 8px 13px 8px 15px;
  font-size: clamp(10px, .72vw, 11.5px);
  line-height: 1.18;
  letter-spacing: .095em;
}

.hero-availability {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .28em .48em;
  width: auto;
  max-width: 540px;
  margin: 18px 0 0;
  padding: 11px 0 0;
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, .72);
  background: transparent;
  color: var(--black);
  font: 650 12.5px/1.46 var(--sans);
  letter-spacing: .004em;
  box-shadow: none;
}

.hero-availability strong {
  color: var(--magenta);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .hero-professional-label {
    width: fit-content;
    max-width: 100%;
    padding: 8px 11px 8px 13px;
  }

  .hero-availability {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 16px;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .hero-availability strong {
    display: inline;
    margin: 0 .28em 0 0;
  }
}

/* ==========================================================================
   v8.0.15–16 — Consolidated cover composition and rhythm
   One authoritative desktop hero treatment replaces the earlier stacked
   portrait and spacing overrides.
   ========================================================================== */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
    gap: clamp(48px, 5vw, 76px);
    align-items: start;
  }

  .hero-cover-copy {
    max-width: 710px;
  }

  .hero-side {
    transform: translateY(-38px);
  }

  .headshot-card {
    max-width: 680px;
  }
}

/* Restore a measured editorial rhythm without reopening the large gaps from
   the earlier cover version. */
.hero-rule {
  margin-bottom: 18px;
}

.hero-professional-label {
  margin: 18px 0 10px;
}

.hero-deck p {
  line-height: 1.17;
}

.hero-availability {
  margin-top: 17px;
  padding-top: 10px;
}

.cover-meta-strip {
  margin-top: 20px;
}

.hero-actions {
  margin-top: 26px;
}

/* Give every numbered chapter the same editorial entrance and header rhythm. */
main > .editorial-number-section {
  position: relative;
  padding-top: clamp(92px, 8vw, 124px);
  padding-bottom: clamp(72px, 7vw, 108px);
}

main > .editorial-number-section .section-title-row {
  min-height: 92px;
  margin-bottom: clamp(38px, 4vw, 50px);
  padding: 0 0 18px;
  border-top: var(--rule);
  border-bottom: var(--rule);
  padding-top: 16px;
  align-items: end;
}

main > .editorial-number-section .section-title-copy {
  gap: 8px;
}

main > .editorial-number-section .chapter-eyebrow,
main > .editorial-number-section .chapter-running-thought {
  line-height: 1.25;
  letter-spacing: .11em;
}

main > .editorial-number-section::after {
  top: clamp(42px, 4vw, 58px);
}

/* Quiet, consistent feedback. Movement stays small so the interface still
   feels like a publication rather than an app dashboard. */
:is(.featured-card, .service-card, .archive-preview, .experience-item,
    .process-panel, .skill-stage, .resource-card, .education-awards article) {
  transition: transform 220ms var(--ease-editorial),
              box-shadow 220ms ease,
              border-color 180ms ease,
              background-color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  :is(.featured-card, .service-card, .archive-preview, .experience-item,
      .process-panel, .skill-stage, .resource-card, .education-awards article):hover {
    transform: translateY(-3px);
  }

  .headshot-card:hover {
    transform: translate(-2px, -3px);
  }

  :is(.button-link, .hero-contact-action, .project-trigger,
      .resource-card-action, .archive-download-action):hover {
    transform: translateY(-2px);
  }

  .nav a:hover {
    color: var(--magenta-contrast);
  }
}

:is(.button-link, .hero-contact-action, .project-trigger,
    .resource-card-action, .archive-download-action, .nav a) {
  transition: color 160ms ease, background-color 180ms ease,
              border-color 180ms ease, transform 180ms ease,
              box-shadow 180ms ease;
}

:is(.button-link, .hero-contact-action, .project-trigger,
    .resource-card-action, .archive-download-action):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  main > .editorial-number-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  main > .editorial-number-section .section-title-row {
    min-height: 0;
    padding-top: 13px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    align-items: start;
  }

  .hero-professional-label {
    margin-top: 12px;
  }

  .hero-availability {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(.featured-card, .service-card, .archive-preview, .experience-item,
      .process-panel, .skill-stage, .resource-card, .education-awards article,
      .headshot-card, .button-link, .hero-contact-action, .project-trigger,
      .resource-card-action, .archive-download-action) {
    transition: none;
  }
}

/* ==========================================================================
   v9.7.0 · Focused case-study reader
   Turns the Portfolio Website story from an oversized nested modal into a
   full-screen editorial reader with a compact masthead and visible progress.
   ========================================================================== */

.archive-issue-spread.is-article-experience {
  width: calc(100% - 28px);
  max-width: none;
  height: calc(100dvh - 28px);
  max-height: calc(100dvh - 28px);
  margin: 14px auto;
  padding: 0;
  overflow-x: clip;
  overflow-y: auto;
  border: 1px solid #111;
  background: var(--paper, #f7f3ea);
  box-shadow: 8px 8px 0 var(--magenta, #e50068);
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.archive-issue-overlay[data-issue-key="archive-portfolio-website"] .archive-issue-backdrop {
  background: rgba(17,17,17,.84);
  cursor: zoom-out;
}

.archive-issue-close-copy {
  display: none;
}

.archive-issue-close-icon {
  display: grid;
  place-items: center;
}

.archive-issue-spread.is-article-experience > .archive-issue-close {
  position: sticky;
  top: 13px;
  z-index: 60;
  float: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 224px;
  height: 50px;
  margin: 13px 16px -63px auto;
  padding: 0;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  box-shadow: 5px 5px 0 var(--magenta, #e50068);
}

.archive-issue-spread.is-article-experience > .archive-issue-close:hover,
.archive-issue-spread.is-article-experience > .archive-issue-close:focus-visible {
  background: var(--magenta, #e50068);
  color: #fff;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 #111;
}

.archive-issue-spread.is-article-experience > .archive-issue-close .archive-issue-close-copy {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  padding: 0 13px;
  text-align: left;
}

.archive-issue-spread.is-article-experience > .archive-issue-close strong {
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.archive-issue-spread.is-article-experience > .archive-issue-close small {
  color: inherit;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .56rem;
  line-height: 1;
  letter-spacing: .04em;
  opacity: .72;
}

.archive-issue-spread.is-article-experience > .archive-issue-close .archive-issue-close-icon {
  flex: 0 0 48px;
  border-left: 1px solid currentColor;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
}

.archive-issue-spread.is-article-experience .archive-issue-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(220px, .7fr) minmax(240px, 1fr);
  gap: 14px 24px;
  align-items: center;
  min-height: 66px;
  margin: 0;
  padding: 12px 258px 12px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid #111;
  background: rgba(247,243,234,.97);
  box-shadow: 0 5px 16px rgba(17,17,17,.08);
  backdrop-filter: blur(12px);
}

.archive-issue-spread.is-article-experience .archive-issue-kicker {
  margin: 0;
  padding: 7px 9px;
  border-left: 4px solid var(--magenta, #e50068);
  background: #111;
  color: #fff;
  white-space: nowrap;
}

.archive-issue-spread.is-article-experience .archive-issue-header h2 {
  max-width: none;
  margin: 0;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.archive-issue-spread.is-article-experience .archive-issue-subtitle {
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--magenta, #e50068);
  font-size: .67rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-article {
  min-width: 0;
}

.feature-article-opening {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .68fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  width: min(1320px, 100%);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 78px) clamp(24px, 5vw, 72px);
}

.feature-article-opening-primary {
  min-width: 0;
}

.feature-article-dek {
  max-width: 780px;
  font-size: clamp(2.2rem, 4.3vw, 4.9rem);
  line-height: .96;
}

.feature-article-opening-copy {
  max-width: 720px;
  margin-top: clamp(26px, 4vw, 42px);
  padding-top: 20px;
}

.feature-article-opening-copy p {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.58;
}

.feature-article-opening-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
}

.feature-article-opening-facts > div {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

.feature-article-opening-facts dt {
  margin-bottom: 6px;
  color: var(--magenta, #e50068);
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.feature-article-opening-facts dd {
  margin: 0;
  font-family: var(--font-serif, Georgia, serif);
  font-size: .78rem;
  line-height: 1.4;
}

.feature-article-start {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding: 12px 15px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-article-start:hover,
.feature-article-start:focus-visible {
  background: var(--magenta, #e50068);
}

.feature-article-cover {
  min-width: 0;
  margin: 0;
}

.feature-article-cover-frame {
  max-height: 650px;
  padding: clamp(16px, 2.4vw, 28px);
  overflow: hidden;
  border: 1px solid #111;
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    var(--paper-deep, #ebe5da);
  background-size: 20px 20px;
  box-shadow: 8px 8px 0 #00aeef, 14px 14px 0 #fff200, 20px 20px 0 #ec008c, 26px 26px 0 #111;
  transform: rotate(.5deg);
}

.feature-article-cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #111;
  background: #fff;
}

.feature-article-cover figcaption {
  margin: 34px 0 0;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.feature-article-reader {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  width: min(1320px, 100%);
  margin-inline: auto;
  border-top: 1px solid #111;
}

.feature-article-toc {
  position: sticky;
  top: 66px;
  align-self: start;
  max-height: calc(100dvh - 66px);
  padding: 30px 22px;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid #111;
  background: rgba(255,255,255,.28);
}

.feature-article-toc > p {
  margin-bottom: 18px;
}

.feature-article-toc > div {
  display: block;
  border: 0;
}

.feature-article-toc a {
  display: block;
  margin: 0;
  padding: 12px 10px;
  border: 0;
  border-top: 1px solid rgba(17,17,17,.24);
  font-size: .7rem;
}

.feature-article-toc a:last-child {
  border-bottom: 1px solid rgba(17,17,17,.24);
}

.feature-article-toc a.is-active {
  background: #111;
  color: #fff;
}

.feature-article-toc a.is-active span {
  color: var(--magenta, #e50068);
}

.feature-article-toc-top {
  margin-top: 22px !important;
  border: 1px solid #111 !important;
  text-align: center;
}

.feature-article-mobile-nav {
  display: none;
}

.feature-article-chapters {
  min-width: 0;
}

.feature-article-section {
  display: grid;
  grid-template-columns: minmax(150px, .25fr) minmax(0, .75fr);
  gap: 20px clamp(28px, 5vw, 72px);
  padding: clamp(42px, 6vw, 72px) clamp(28px, 6vw, 82px);
}

.feature-article-section-header {
  position: static;
}

.feature-article-section-copy {
  max-width: 690px;
}

.feature-article-section-copy p {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.58;
}

.feature-article-figure {
  grid-column: 2;
  margin: 18px 0 0;
}

.feature-article-image-frame {
  display: grid;
  place-items: center;
  max-height: 690px;
  padding: clamp(12px, 2vw, 22px);
}

.feature-article-image-frame img {
  width: auto;
  max-width: 100%;
  max-height: 640px;
  object-fit: contain;
}

.feature-article-figure figcaption {
  grid-template-columns: auto minmax(130px, .35fr) minmax(220px, .65fr);
  gap: 10px 18px;
}

.feature-article-snapshot {
  margin: 0;
  padding: clamp(44px, 6vw, 72px) clamp(28px, 6vw, 82px);
}

.feature-article-snapshot h3 {
  margin-bottom: 34px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .92;
}

.feature-article-closing {
  padding: clamp(48px, 7vw, 86px) clamp(28px, 6vw, 82px);
}

.feature-article-closing p {
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
}

.archive-issue-spread.is-article-experience .archive-issue-footer {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin-inline: auto;
  padding: 18px 24px;
}

@media (max-width: 820px) {
  .archive-issue-spread.is-article-experience {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .archive-issue-spread.is-article-experience > .archive-issue-close {
    top: 8px;
    width: 156px;
    height: 46px;
    margin: 8px 10px -54px auto;
  }

  .archive-issue-spread.is-article-experience > .archive-issue-close .archive-issue-close-copy {
    padding-inline: 10px;
  }

  .archive-issue-spread.is-article-experience > .archive-issue-close strong {
    font-size: .59rem;
  }

  .archive-issue-spread.is-article-experience > .archive-issue-close small {
    display: none;
  }

  .archive-issue-spread.is-article-experience > .archive-issue-close .archive-issue-close-icon {
    flex-basis: 42px;
    font-size: 1.5rem;
  }

  .archive-issue-spread.is-article-experience .archive-issue-header {
    grid-template-columns: 1fr;
    gap: 3px;
    min-height: 62px;
    padding: 10px 176px 10px 14px;
  }

  .archive-issue-spread.is-article-experience .archive-issue-kicker {
    display: none;
  }

  .archive-issue-spread.is-article-experience .archive-issue-header h2 {
    font-size: 1.25rem;
  }

  .archive-issue-spread.is-article-experience .archive-issue-subtitle {
    display: none;
  }

  .feature-article-opening {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 34px 18px 46px;
  }

  .feature-article-dek {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .feature-article-opening-facts {
    grid-template-columns: 1fr;
  }

  .feature-article-cover {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .feature-article-cover-frame {
    max-height: 580px;
    box-shadow: 5px 5px 0 #00aeef, 9px 9px 0 #fff200, 13px 13px 0 #ec008c, 17px 17px 0 #111;
  }

  .feature-article-reader {
    grid-template-columns: 1fr;
  }

  .feature-article-toc {
    display: none;
  }

  .feature-article-toc::-webkit-scrollbar {
    display: none;
  }

  .feature-article-toc > p,
  .feature-article-toc-top {
    display: none !important;
  }

  .feature-article-toc > div {
    display: flex;
    width: max-content;
  }

  .feature-article-toc a {
    width: auto;
    min-width: 148px;
    border: 0;
    border-right: 1px solid rgba(17,17,17,.24);
    scroll-snap-align: start;
    white-space: normal;
  }

  .feature-article-toc a:last-child {
    border-bottom: 0;
  }

  .feature-article-mobile-nav {
    position: sticky;
    top: calc(100dvh - 74px - env(safe-area-inset-bottom));
    z-index: 38;
    display: grid;
    grid-template-columns: minmax(92px, 110px) minmax(0, 1fr) minmax(92px, 110px);
    min-height: 74px;
    margin-bottom: -74px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #111;
    background: #111;
    color: #fff;
    box-shadow: 0 -5px 0 var(--magenta, #e50068);
  }

  .feature-article-mobile-nav button {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 10px 8px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.4);
    border-radius: 0;
    background: var(--magenta, #e50068);
    color: #fff;
    font-family: var(--font-sans, Arial, sans-serif);
    cursor: pointer;
  }

  .feature-article-mobile-nav button:last-child {
    border-right: 0;
    border-left: 1px solid rgba(255,255,255,.4);
  }

  .feature-article-mobile-nav button span {
    font-size: 1.35rem;
    line-height: 1;
  }

  .feature-article-mobile-nav button small {
    max-width: 58px;
    font-size: .63rem;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .feature-article-mobile-nav button:disabled {
    cursor: default;
    background: #2c2c2c;
    color: #fff;
    opacity: .58;
  }

  .feature-article-mobile-nav button:not(:disabled):hover,
  .feature-article-mobile-nav button:not(:disabled):focus-visible {
    background: var(--cyan, #00aeef);
    color: #111;
    outline: 0;
  }

  .feature-article-mobile-nav p {
    display: grid;
    gap: 3px;
    align-content: center;
    min-width: 0;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
  }

  .feature-article-mobile-nav p span {
    color: var(--magenta, #e50068);
    font: 900 .58rem/1 var(--font-sans, Arial, sans-serif);
    letter-spacing: .1em;
  }

  .feature-article-mobile-nav p strong {
    overflow: hidden;
    font: 850 .68rem/1.15 var(--font-sans, Arial, sans-serif);
    letter-spacing: .045em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .feature-article-chapters {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .feature-article-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 18px 46px;
    scroll-margin-top: 74px;
  }

  .feature-article-section-header {
    margin: 0;
  }

  .feature-article-figure {
    grid-column: 1;
    margin-top: 6px;
  }

  .feature-article-image-frame {
    max-height: 520px;
  }

  .feature-article-image-frame img {
    max-height: 480px;
  }

  .feature-article-figure figcaption {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-article-snapshot {
    padding: 42px 18px;
    scroll-margin-top: 74px;
  }

  .feature-article-closing {
    padding: 46px 18px 58px;
  }

  .archive-issue-spread.is-article-experience .archive-issue-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px 14px;
  }

  .archive-issue-spread.is-article-experience .archive-issue-footer span {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .archive-issue-spread.is-article-experience {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
   v9.7.3 · Resource project covers
   ========================================================================== */

.featured-card .featured-media.featured-media-newspaper {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.featured-card .featured-media.featured-media-newspaper > .newspaper-preview-crop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.featured-card .featured-media.featured-media-newspaper > .newspaper-preview-spread {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* ==========================================================================
   v9.7.6 · Edge-to-edge Editorial Newspaper Template cover
   The source cover includes presentation margins, so the resting preview
   zooms to the actual page. The interactive reveal still shows both pages.
   ========================================================================== */

.featured-card-newspaper:not(.featured-card-production-checklist)
  .featured-media-newspaper > .newspaper-preview-crop {
  object-fit: cover;
  object-position: center top;
  transform: translateY(-5.5%) scale(1.88);
  transform-origin: center top;
}

.featured-card-newspaper:not(.featured-card-production-checklist)
  .featured-media-newspaper:hover > .newspaper-preview-crop,
.featured-card-newspaper:not(.featured-card-production-checklist)
  .featured-media-newspaper:focus-visible > .newspaper-preview-crop,
.featured-card-newspaper:not(.featured-card-production-checklist)
  .featured-media-newspaper:focus-within > .newspaper-preview-crop,
.featured-card-newspaper:not(.featured-card-production-checklist)
  .featured-media-newspaper.is-revealed > .newspaper-preview-crop {
  transform: translateY(-5.5%) scale(1.98);
}

/* ==========================================================================
   v9.7.11 - Edge-to-edge Website Production Checklist cover
   The cover asset includes a narrow presentation border. Crop through that
   border in the resting card so this resource fills its frame like the other
   project covers; the four-page reveal remains fully contained.
   ========================================================================== */

.featured-card-production-checklist
  .featured-media-newspaper > .newspaper-preview-crop {
  transform: translateY(-5.5%) scale(1.08);
  transform-origin: center top;
}

.featured-card-production-checklist
  .featured-media-newspaper:hover > .newspaper-preview-crop,
.featured-card-production-checklist
  .featured-media-newspaper:focus-visible > .newspaper-preview-crop,
.featured-card-production-checklist
  .featured-media-newspaper:focus-within > .newspaper-preview-crop,
.featured-card-production-checklist
  .featured-media-newspaper.is-revealed > .newspaper-preview-crop {
  transform: translateY(-5.5%) scale(1.15);
}

/* ==========================================================================
   v9.7.7 · Squared Portfolio Website cover
   Present the homepage capture as a finished editorial cover with aligned
   edges and registration layers rather than a loose, rotated specimen.
   ========================================================================== */

.featured-project-media:has(.featured-project-current-hero)::after,
.featured-project-media .featured-project-current-hero,
.archive-issue-overlay[data-issue-key="archive-portfolio-website"]
  .feature-article-cover {
  transform: none;
}

/* ==========================================================================
   v9.7.8 · Contact Masthead footer
   ========================================================================== */

.footer {
  position: relative;
  margin-top: 70px;
  padding: 34px 0 28px;
  overflow: hidden;
  border-top: 0;
  background: var(--black);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(
    to bottom,
    var(--magenta) 0 33.333%,
    var(--cyan) 33.333% 66.666%,
    var(--yellow) 66.666% 100%
  );
}

.footer .contact-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--white);
  font: 900 12px/1 var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer .footer-contact-printers-mark {
  display: block;
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}

.footer h2 {
  max-width: none;
  margin: 0 0 20px;
  color: var(--white);
  font: 900 clamp(54px, 6.1vw, 98px)/.86 var(--sans);
  letter-spacing: -.07em;
  white-space: nowrap;
}

.footer-email-masthead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border: 1px solid var(--white);
  background: var(--paper);
  color: var(--black);
  box-shadow: 8px 8px 0 var(--magenta), 14px 14px 0 var(--cyan);
}

.footer-email-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-width: 0;
  min-height: 104px;
  padding: 18px 20px;
  color: var(--black);
  text-decoration: none;
}

.footer-email-primary strong {
  min-width: 0;
  overflow: hidden;
  font: 900 clamp(28px, 2.5vw, 42px)/1 var(--sans);
  letter-spacing: -.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-email-action,
.footer-email-masthead .copy-email-button {
  display: grid;
  place-items: center;
  min-width: 126px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font: 900 10px/1.1 var(--sans);
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
}

.footer-email-address {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.footer-email-address small {
  color: #4a4a4a;
  font: 900 9px/1.2 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-email-masthead .copy-email-button {
  align-self: center;
  min-width: 150px;
  min-height: 48px;
  margin-right: 14px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  border-radius: 10px;
}

.footer-email-primary:hover .footer-email-action,
.footer-email-primary:focus-visible .footer-email-action,
.footer-email-masthead .copy-email-button:hover,
.footer-email-masthead .copy-email-button:focus-visible {
  background: var(--magenta);
  color: var(--white);
  outline: 0;
}

.footer-email-masthead .copy-email-status {
  position: absolute;
  right: 0;
  top: calc(100% + 18px);
  width: max-content;
  color: var(--white);
  text-align: right;
}

.footer-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(220px, .72fr) 285px;
  gap: clamp(24px, 3vw, 40px);
  margin-top: 44px;
  color: var(--white);
}

.footer-support-copy {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
  gap: clamp(24px, 3vw, 40px);
}

.footer-module-label {
  margin: 0;
  color: var(--white) !important;
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-support-copy > div > p:last-child {
  margin-top: 12px;
  color: #e9e5dc;
  font: 17px/1.45 var(--serif);
}

.footer .contact-fit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 11px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.38);
}

.footer .contact-fit-list li {
  position: relative;
  padding: 10px 8px 9px 25px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: var(--white);
  font: 800 12px/1.25 var(--sans);
}

.footer .contact-fit-list li::before {
  left: 3px;
  top: 12px;
  color: var(--on-black-accent);
}

.footer-contact-facts {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.35);
}

.footer-contact-facts dl {
  margin: 11px 0 0;
}

.footer-contact-facts dl > div {
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.22);
}

.footer-contact-facts dt {
  margin-bottom: 5px;
  color: #aaa59d;
  font: 900 9px/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-contact-facts dd {
  margin: 0;
  color: var(--white);
  font: 17px/1.25 var(--serif);
}

.footer .footer-portrait {
  align-self: start;
  width: 100%;
  max-width: none;
  border: 1px solid rgba(255,255,255,.7);
}

.footer .footer-portrait::before,
.footer .footer-portrait::after {
  display: none;
}

.footer .footer-portrait img {
  width: 100%;
  height: 212px;
  aspect-ratio: auto;
  border: 0;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(1) contrast(1.04);
}

.footer .footer-portrait figcaption {
  margin: 0;
  padding: 8px 10px;
  background: rgba(17,17,17,.92);
  color: var(--white);
}

.footer-link-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.footer-link-rail a {
  min-width: 0;
  min-height: 62px;
  padding: 12px 14px 10px;
  border-right: 1px solid rgba(255,255,255,.4);
  color: var(--white);
  text-decoration: none;
}

.footer-link-rail a:last-child {
  border-right: 0;
}

.footer-link-rail strong {
  display: block;
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.footer-link-rail small {
  display: block;
  margin-top: 5px;
  color: #aaa59d;
  font: 11px/1.25 var(--serif);
}

.footer-link-rail a:hover,
.footer-link-rail a:focus-visible {
  background: var(--magenta);
  outline: 0;
}

.footer-link-rail a:hover small,
.footer-link-rail a:focus-visible small {
  color: var(--white);
}

.footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding-top: 0;
  border-top: 0;
  color: #aaa59d;
  font: 800 9px/1.3 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.footer .footer-bottom p:last-child {
  text-align: right;
}

.footer .footer-bottom span {
  color: var(--on-black-accent);
}

.footer .footer-thanks {
  color: var(--white);
  font: italic 16px/1.2 var(--serif);
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

@media (max-width: 1080px) {
  .footer h2 {
    font-size: clamp(48px, 7.4vw, 78px);
  }

  .footer-support-grid {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .footer-support-copy {
    grid-column: 1 / -1;
  }

  .footer-contact-facts {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .footer {
    padding-top: 28px;
  }

  .footer h2 {
    white-space: normal;
    font-size: clamp(44px, 12vw, 68px);
  }

  .footer-email-masthead,
  .footer-email-primary {
    grid-template-columns: 1fr;
  }

  .footer-email-primary {
    gap: 14px;
    align-items: start;
    padding-inline: 12px;
  }

  .footer-email-primary strong {
    overflow: visible;
    font-size: clamp(15px, 5vw, 22px);
    letter-spacing: -.025em;
    text-overflow: clip;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .footer-email-action {
    justify-self: start;
  }

  .footer-email-masthead .copy-email-button {
    justify-self: start;
    min-height: 48px;
    margin: 0 12px 12px;
    border: 1px solid var(--black);
  }

  .footer-email-masthead .copy-email-status {
    top: calc(100% + 17px);
  }

  .footer-support-grid,
  .footer-support-copy {
    grid-template-columns: 1fr;
  }

  .footer-support-copy {
    grid-column: auto;
  }

  .footer .footer-portrait {
    max-width: 360px;
  }

  .footer-link-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-link-rail a:nth-child(2) {
    border-right: 0;
  }

  .footer-link-rail a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255,255,255,.4);
  }

  .footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer .footer-bottom p,
  .footer .footer-bottom p:last-child {
    text-align: left;
  }

  .footer .footer-thanks {
    grid-row: 1;
  }
}

@media (max-width: 430px) {
  .footer-link-rail {
    grid-template-columns: 1fr;
  }

  .footer-link-rail a,
  .footer-link-rail a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
  }

  .footer-link-rail a:last-child {
    border-bottom: 0;
  }
}

/* ==========================================================================
   v9.7.9 · Welcoming contact form
   ========================================================================== */

.footer-form-disclosure {
  margin-top: 26px;
  color: var(--white);
}

.footer-form-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--white);
  border-left: 6px solid var(--cyan);
  background: var(--paper);
  color: var(--black);
  box-shadow: 5px 5px 0 var(--yellow);
  cursor: pointer;
  list-style: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-form-disclosure summary::-webkit-details-marker {
  display: none;
}

.footer-form-invitation {
  display: grid;
  gap: 4px;
}

.footer-form-invitation small {
  color: #006b91;
  font: 900 9px/1.2 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-form-invitation strong {
  font: 700 clamp(18px, 1.7vw, 24px)/1.08 var(--serif);
  letter-spacing: -.02em;
}

.footer-form-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px 12px 10px 15px;
  border: 1px solid var(--black);
  border-radius: 10px;
  background: var(--black);
  color: var(--white);
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-form-toggle::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.6);
  font-size: 18px;
}

.footer-form-disclosure[open] .footer-form-toggle::after {
  content: "−";
}

.footer-form-disclosure summary:hover,
.footer-form-disclosure summary:focus-visible {
  transform: translate(-2px, -2px);
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
  box-shadow: 8px 8px 0 var(--cyan);
  outline: 0;
}

.footer-form-disclosure summary:hover .footer-form-toggle,
.footer-form-disclosure summary:focus-visible .footer-form-toggle {
  background: var(--yellow);
  color: var(--black);
}

.footer-form-panel {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, .66fr);
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.55);
  border-top: 0;
  background: #171717;
}

.footer-form-intro > p:last-child {
  margin-top: 12px;
  color: #d8d3ca;
  font: 17px/1.5 var(--serif);
}

.footer-contact-form {
  min-width: 0;
}

.footer-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.footer-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.footer-form-fields label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.footer-form-fields label > span {
  color: var(--white);
  font: 900 10px/1.2 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-form-fields em {
  color: #aaa59d;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
}

.footer-form-fields input,
.footer-form-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 0;
  background: var(--paper);
  color: var(--black);
  font: 16px/1.4 var(--serif);
}

.footer-form-fields textarea {
  min-height: 138px;
  resize: vertical;
}

.footer-form-fields input:focus,
.footer-form-fields textarea:focus {
  border-color: var(--magenta);
  outline: 3px solid rgba(255,0,110,.3);
  outline-offset: 1px;
}

.footer-form-message {
  grid-column: 1 / -1;
}

.footer-form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-form-actions button {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--white);
  background: var(--magenta);
  color: var(--white);
  font: 900 11px/1.2 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--cyan);
}

.footer-form-actions button:hover,
.footer-form-actions button:focus-visible {
  background: var(--white);
  color: var(--black);
  outline: 0;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--cyan);
}

.footer-form-actions button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.footer-form-actions p {
  max-width: 430px;
  color: #bdb8af;
  font: 13px/1.45 var(--serif);
}

.footer-form-status {
  min-height: 0;
  margin: 20px 0 0;
  padding: 0;
  color: var(--white) !important;
  font: 700 15px/1.5 var(--serif);
}

.footer-form-status:empty {
  display: none;
}

.footer-form-status.is-success {
  padding: 18px;
  border-left: 5px solid var(--cyan);
  background: rgba(0,174,239,.12);
}

.footer-form-status.is-error {
  padding: 18px;
  border-left: 5px solid var(--magenta);
  background: rgba(255,0,110,.12);
}

.footer-form-status a {
  color: var(--white);
  text-decoration: underline;
}

@media (max-width: 760px) {
  .footer-form-panel {
    grid-template-columns: 1fr;
  }

  .footer-form-fields {
    grid-template-columns: 1fr;
  }

  .footer-form-message {
    grid-column: auto;
  }

  .footer-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .footer-form-disclosure summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==========================================================================
   v9.7.21 · Editorial control system
   Labels remain square and compact. Actions use a small radius, generous
   hit area, directional cues, and a role-based black / paper / magenta system.
   ========================================================================== */

:root {
  --control-radius: 8px;
}

/* Editorial metadata is deliberately not button-shaped. */
:is(
  .section-kicker,
  .chapter-eyebrow,
  .hero-professional-label,
  .case-meta,
  .communication-proof-label,
  .production-kicker,
  .skill-panel-label,
  .publication-record-label,
  .feature-article-label,
  .footer-module-label,
  .contact-kicker
) {
  border-radius: 0;
}

/* Shared action silhouette and typography. */
:is(
  .hero-primary-action,
  .hero-contact-action,
  .services-availability-action,
  .project-trigger,
  .archive-controls button,
  .resource-card-action,
  .archive-download-action,
  .copy-email-button,
  .footer-email-action,
  .footer-form-actions button
) {
  border-radius: var(--control-radius);
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Primary actions: black ink with one consistent registration accent. */
:is(
  .hero-primary-action,
  .services-availability-action,
  .project-trigger,
  .archive-open,
  .resource-card-action:not(.resource-card-action-secondary):not(.is-coming-soon)
) {
  min-height: 48px;
  border: 2px solid var(--black);
  background: var(--black);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--magenta);
}

/* Secondary actions stay on paper and no longer resemble black labels. */
.hero-contact-action,
.archive-controls button:not(.archive-open),
.resource-card-action-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 2px solid var(--black);
  background: var(--paper);
  color: var(--black);
  box-shadow: none;
  cursor: pointer;
}

.hero-contact-action {
  padding: 0 18px;
  border-bottom: 2px solid var(--black);
}

/* Directional language makes controls identifiable before hover. */
:is(
  .hero-primary-action,
  .hero-contact-action,
  .services-availability-action,
  .project-trigger
)::after {
  content: " →";
  margin-left: .7em;
  font-size: 1.15em;
  line-height: 1;
}

.resource-card-action[download]::after,
.archive-download-action[download]::after {
  content: " ↓";
  margin-left: .7em;
  font-size: 1.15em;
  line-height: 1;
}

/* One interaction response across the primary action family. */
:is(
  .hero-primary-action,
  .services-availability-action,
  .project-trigger,
  .archive-open,
  .resource-card-action:not(.resource-card-action-secondary):not(.is-coming-soon)
):hover,
:is(
  .hero-primary-action,
  .services-availability-action,
  .project-trigger,
  .archive-open,
  .resource-card-action:not(.resource-card-action-secondary):not(.is-coming-soon)
):focus-visible {
  transform: translate(-2px, -2px);
  border-color: var(--black);
  background: var(--magenta);
  color: var(--white);
  box-shadow: 7px 7px 0 var(--cyan);
}

:is(
  .hero-contact-action,
  .archive-controls button:not(.archive-open),
  .resource-card-action-secondary
):hover,
:is(
  .hero-contact-action,
  .archive-controls button:not(.archive-open),
  .resource-card-action-secondary
):focus-visible {
  transform: translate(-2px, -2px);
  border-color: var(--black);
  background: var(--white);
  color: var(--black);
  box-shadow: 4px 4px 0 var(--cyan);
}

/* Utility controls remain quiet but visibly interactive. */
:is(
  .nav-toggle,
  .footer-email-action,
  .footer-form-actions button,
  .archive-issue-spread.is-article-experience > .archive-issue-close
) {
  border-radius: 10px;
}

:is(
  .archive-media-viewer-close,
  .archive-issue-close-icon
) {
  border-radius: 50%;
}

@media (max-width: 760px) {
  :is(
    .hero-primary-action,
    .hero-contact-action,
    .services-availability-action,
    .project-trigger,
    .resource-card-action
  ) {
    min-height: 50px;
  }

  .feature-article-mobile-nav button {
    border-radius: 10px;
  }
}

/* ==========================================================================
   v9.7.23 · Portrait-tablet reading experience
   Treat portrait tablets as reading surfaces: remove the fixed utility from
   the page edge and give long-form cards enough measure to remain scannable.
   ========================================================================== */
@media (orientation: portrait) and (min-width: 701px) and (max-width: 1024px) {
  .editorial-utility {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    gap: 0;
    padding: 8px 24px;
    border-bottom: 1px solid rgba(17, 17, 17, .18);
    background: var(--paper);
    transform: none;
    pointer-events: auto;
  }

  .editorial-utility-item {
    display: none;
  }

  .editorial-utility-resume {
    position: static;
    width: auto;
    min-width: 0;
    max-width: min(320px, calc(100vw - 48px));
    height: 48px;
    display: grid;
    padding: 0 14px;
    border: 1px solid var(--black);
    box-shadow: 4px 4px 0 var(--magenta);
    transform: none;
  }

  .editorial-utility-resume:hover,
  .editorial-utility-resume:focus-visible {
    width: auto;
    max-width: min(320px, calc(100vw - 48px));
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--cyan);
  }

  .editorial-utility-resume .editorial-utility-collapsed-label {
    display: none;
  }

  .editorial-utility-resume .editorial-utility-expanded-label {
    position: static;
    width: auto;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    opacity: 1;
    transform: none;
    white-space: normal;
  }

  .editorial-utility-resume .editorial-utility-expanded-label > span:last-child,
  .editorial-utility-resume .editorial-utility-expanded-label small {
    max-width: none;
    overflow-wrap: normal;
  }

  .hero {
    padding-block: 36px 48px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-side {
    max-width: 540px;
  }

  .featured-grid,
  .service-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .featured-card,
  .service-card {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .featured-copy,
  .service-card {
    padding: 32px;
  }

  .featured-copy > p,
  .service-card > p,
  .service-card > ul {
    max-width: 62ch;
  }

  .section {
    padding-block: 50px;
  }

  main > .editorial-number-section {
    padding-top: 68px;
  }
}

/* ==========================================================================
   v9.7.24 · Compact viewport controls
   Keep the résumé action clear of page content and prevent display type from
   clipping between the desktop rail and narrow-phone layouts.
   ========================================================================== */
@media (max-width: 1100px) {
  .footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .footer h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .editorial-utility {
    position: fixed;
    inset: auto 16px calc(18px + env(safe-area-inset-bottom)) auto;
    z-index: 120;
    width: auto;
    height: auto;
    max-width: none;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    transform: none;
    pointer-events: none;
  }

  .editorial-utility-item {
    display: none;
  }

  .editorial-utility-resume {
    position: static;
    width: min(276px, calc(100vw - 32px));
    min-width: 0;
    max-width: none;
    height: 54px;
    display: grid;
    padding: 0 14px;
    border: 1px solid var(--black);
    background: var(--paper);
    color: var(--black);
    box-shadow: 5px 5px 0 var(--magenta);
    transform: none;
    pointer-events: auto;
  }

  .editorial-utility-resume:hover,
  .editorial-utility-resume:focus-visible {
    width: min(276px, calc(100vw - 32px));
    max-width: none;
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 var(--cyan);
  }

  .editorial-utility-resume .editorial-utility-collapsed-label {
    display: none;
  }

  .editorial-utility-resume .editorial-utility-expanded-label {
    position: static;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    opacity: 1;
    transform: none;
    white-space: normal;
  }

  .editorial-utility-resume .editorial-utility-expanded-label > span:last-child,
  .editorial-utility-resume .editorial-utility-expanded-label small {
    max-width: none;
    overflow-wrap: normal;
  }
}

/* ==========================================================================
   v9.7.25 · Compact editorial hero
   Mobile and portrait-tablet layouts keep the desktop cover relationship:
   positioning on the left, a clean portrait on the right.
   ========================================================================== */
@media (max-width: 1100px) {
  .hero {
    min-height: 0;
    padding-block: clamp(30px, 5vw, 52px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, .88fr);
    gap: clamp(22px, 4vw, 44px);
    align-items: center;
  }

  .hero-cover-copy {
    min-width: 0;
    max-width: none;
  }

  .hero-side {
    order: 0;
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 0;
    align-items: stretch;
    justify-self: end;
    transform: none;
  }

  .headshot-card {
    width: 100%;
    max-width: 380px;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
  }

  .headshot-card picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .headshot-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 34%;
  }

  .kinetic-title {
    font-size: clamp(58px, 7.8vw, 84px);
  }

  .hero-deck p {
    font-size: clamp(21px, 2.8vw, 29px);
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 24px 0 32px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(124px, .88fr);
    gap: clamp(12px, 4vw, 20px);
    align-items: start;
  }

  .hero-side {
    max-width: 190px;
    padding-top: 8px;
  }

  .headshot-card {
    max-width: 190px;
    aspect-ratio: 3 / 4;
    box-shadow: 5px 5px 0 var(--magenta);
  }

  .kinetic-title {
    margin: 0;
    font-size: clamp(42px, 13vw, 60px);
    line-height: .82;
    letter-spacing: -.07em;
  }

  .kinetic-title span {
    display: block;
  }

  .kinetic-title span:not(:last-child)::after {
    content: none;
  }

  .hero-professional-label {
    margin-top: 16px;
    padding: 7px 8px 7px 10px;
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: .075em;
  }

  .hero-availability {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 9px;
    margin-top: 16px;
  }
}

/* ==========================================================================
   v9.7.26 · Desktop hero column balance
   Align the cover artwork with the opening copy and turn the remaining right
   column into a concise editorial principle instead of empty page space.
   ========================================================================== */
.hero-side-note {
  display: none;
}

@media (min-width: 1101px) {
  .hero-side {
    gap: 22px;
    padding-top: 0;
    align-items: stretch;
    transform: none;
  }

  .hero-side > .headshot-card,
  .hero-side-note {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }

  .hero-side-note {
    display: grid;
    grid-template-columns: minmax(105px, .28fr) minmax(0, .72fr);
    gap: 12px 22px;
    padding-top: 16px;
    border-top: 2px solid var(--black);
  }

  .hero-side-note-kicker {
    grid-row: 1 / span 2;
    margin: 0;
    color: var(--magenta);
    font: 900 10px/1.25 var(--sans);
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .hero-side-note-statement {
    margin: 0;
    font: 700 clamp(22px, 1.8vw, 31px)/1.02 var(--serif);
    letter-spacing: -.035em;
    text-wrap: balance;
  }

  .hero-side-note-statement em {
    color: var(--magenta);
    font-weight: 700;
  }

  .hero-side-note-fields {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(17, 17, 17, .35);
    color: var(--muted-accessible, #4a4a4a);
    font: 800 9px/1.4 var(--sans);
    letter-spacing: .09em;
    text-transform: uppercase;
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    align-items: start;
  }

  .hero-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: start;
    align-items: stretch;
    padding-top: 0;
  }

  .hero-side > .headshot-card {
    width: 100%;
    margin: 0;
  }

  .hero-side > .accent-mark,
  .hero-side > .hero-motion-stack {
    display: none;
  }

  .hero-side-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: 100%;
    margin: 0;
    padding-top: 12px;
    border-top: 2px solid var(--black);
  }

  .hero-side-note-kicker {
    margin: 0;
    color: var(--magenta);
    font: 900 9px/1.3 var(--sans);
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .hero-side-note-statement {
    margin: 0;
    font: 700 clamp(20px, 3.5vw, 28px)/1.02 var(--serif);
    letter-spacing: -.03em;
    text-wrap: balance;
  }

  .hero-side-note-statement em {
    color: var(--magenta);
    font-weight: 700;
  }

  .hero-side-note-fields {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(17, 17, 17, .35);
    color: var(--muted-accessible, #4a4a4a);
    font: 800 8px/1.4 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
}

@media (max-width: 700px) {
  .hero-side {
    gap: 10px;
    padding-top: 0;
  }

  .hero-side-note {
    gap: 7px;
    padding-top: 9px;
    border-top-width: 1px;
  }

  .hero-side-note-kicker {
    font-size: 7px;
    letter-spacing: .09em;
  }

  .hero-side-note-statement {
    font-size: clamp(13px, 3.8vw, 17px);
    line-height: 1.04;
  }

  .hero-side-note-fields {
    display: none;
  }
}

/* ==========================================================================
   v9.7.27 · Portfolio cover edge-to-edge treatment
   The supplied homepage capture already behaves like a finished page, so it
   does not need the additional specimen mat and its accidental-looking space.
   ========================================================================== */
.featured-project-media:has(.featured-project-current-hero) {
  grid-template-rows: auto auto minmax(0, 1fr);
  place-items: stretch;
  align-content: start;
  align-self: stretch;
  padding: 0;
}

.featured-project-media:has(.featured-project-current-hero)::before,
.featured-project-media:has(.featured-project-current-hero)::after {
  display: none;
}

.featured-project-media .featured-project-current-hero {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.featured-project-media:has(.featured-project-current-hero) .image-caption {
  width: 100%;
  margin: 0;
  padding-inline: clamp(18px, 2.5vw, 28px);
}

.featured-project-media-note {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(105px, .34fr) minmax(0, .66fr);
  align-content: center;
  gap: 6px 20px;
  margin: 14px;
  padding: 17px clamp(16px, 2vw, 24px) 18px;
  border: 1px solid var(--black);
  border-left: 5px solid var(--magenta);
  background: var(--black);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--cyan);
}

.featured-project-media-note p {
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--yellow);
  font: 900 9px/1.3 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.featured-project-media-note strong {
  font: 700 clamp(17px, 1.55vw, 23px)/1.06 var(--serif);
  letter-spacing: -.025em;
  text-wrap: balance;
}

.featured-project-media-note small {
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, .38);
  color: rgba(255, 255, 255, .78);
  font: 800 8px/1.35 var(--sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .featured-project-media-note {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .featured-project-media-note p {
    grid-row: auto;
  }
}

/* ==========================================================================
   v9.7.28 · Narrow-phone hero collision fix
   At phone widths, give the identity copy and portrait separate rows so the
   full name remains readable and never sits beneath the image.
   ========================================================================== */
@media (max-width: 700px) {
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "portrait";
    gap: 26px;
  }

  .hero-cover-copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
  }

  .hero-side {
    grid-area: portrait;
    position: relative;
    inset: auto;
    order: 0;
    width: min(100%, 420px);
    max-width: 420px;
    margin-inline: auto;
    justify-self: center;
    transform: none;
  }

  .headshot-card,
  .hero-side > .headshot-card {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4 / 5;
  }

  .kinetic-title {
    max-width: 100%;
    font-size: clamp(48px, 17vw, 72px);
    line-height: .84;
    overflow-wrap: normal;
  }

  .hero-professional-label {
    max-width: min(100%, 420px);
  }

  .hero-side-note {
    width: 100%;
  }
}


/* ==========================================================================
   v9.7.30 · Compact mobile portrait in the hero header
   Keep the complete portrait visible near the name instead of presenting it
   as a large, cropped block below the primary actions.
   ========================================================================== */
.mobile-hero-portrait {
  display: none;
}

@media (max-width: 700px) {
  .hero-grid {
    display: block !important;
  }

  .hero-side {
    display: none !important;
  }

  .mobile-hero-portrait {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 22px 0 20px;
  }

  .mobile-hero-portrait img {
    display: block;
    width: 118px;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
    border: 1.5px solid var(--black);
    background: #f2f2f2;
    box-shadow: 6px 6px 0 var(--magenta);
  }

  .mobile-hero-principle {
    min-width: 0;
    padding-top: 10px;
    border-top: 1.5px solid var(--black);
  }

  .mobile-hero-principle span {
    display: block;
    margin-bottom: 8px;
    color: var(--magenta);
    font: 900 8px/1.25 var(--sans);
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .mobile-hero-principle strong {
    display: block;
    font: 700 clamp(18px, 5vw, 22px)/1.02 var(--serif);
    letter-spacing: -.03em;
  }

  .mobile-hero-principle em {
    color: var(--magenta);
    font-weight: 700;
  }

  .hero-rule {
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  .mobile-hero-portrait {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 14px;
  }

  .mobile-hero-portrait img {
    width: 102px;
    max-height: 132px;
  }
}
