:root {
  --red: #ee3214;
  --red-dark: #c91f09;
  --ink: #0b0b0b;
  --paper: #ffffff;
  --white: #ffffff;
  --grey: #a8a8a2;
  --line: rgba(11, 11, 11, 0.18);
  --max: 1440px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; overscroll-behavior: none; }

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

img { display: block; max-width: 100%; }

button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--ink);
}

.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 86px;
  border-bottom: 1px solid rgba(11,11,11,.16);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(var(--max), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  padding: 0;
  background: transparent;
}

.brand img { width: 148px; height: auto; }

.nav-links { display: flex; align-items: center; gap: 1.45rem; }

.nav-link {
  color: var(--ink);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-link:hover, .nav-link:focus-visible { color: var(--red); }

.nav-cta {
  padding: .8rem 1.1rem;
  color: var(--white);
  border: 1px solid var(--red);
  background: var(--red);
}

.nav-cta:hover, .nav-cta:focus-visible { color: var(--red); background: transparent; }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  min-height: 760px;
  padding-top: 86px;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
}

.hero-copy {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 7rem) 5rem max(24px, calc((100vw - var(--max))/2));
  align-self: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.6rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 42px; height: 3px; background: var(--red); }

.hero h1 {
  max-width: 870px;
  margin: 0;
  font-size: clamp(3.9rem, 7.2vw, 8.3rem);
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.hero h1 span { color: var(--red); }

.hero-lede {
  max-width: 620px;
  margin: 2rem 0 0;
  color: #4b4b47;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }

.button {
  min-height: 52px;
  padding: .95rem 1.35rem;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); border-color: var(--red); background: var(--red); }
.button-red:hover { color: var(--red); background: transparent; }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }

.arrow { font-size: 1.1rem; line-height: 1; }

.hero-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--red);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  filter: grayscale(1) contrast(1.03);
  mix-blend-mode: multiply;
  opacity: .82;
}

.hero-stamp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(70%, 470px);
  padding: 1.5rem 1.8rem;
  color: var(--ink);
  border-top: 1px solid rgba(0,0,0,.45);
  border-left: 1px solid rgba(0,0,0,.45);
  background: var(--paper);
}

.hero-stamp strong { display: block; font-size: 1rem; text-transform: uppercase; }
.hero-stamp span { display: block; margin-top: .3rem; font-size: .82rem; }

.ticker {
  padding: .9rem 0;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  gap: 2.5rem;
  min-width: 200%;
  animation: ticker 28s linear infinite;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ticker-track span::after { content: "●"; margin-left: 2.5rem; color: var(--red); }

@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 9vw, 9rem) max(24px, calc((100vw - var(--max))/2)); }

.section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
  align-items: end;
}

.section-number { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.section-head h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(2.9rem, 5.5vw, 6.3rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: 3.5rem;
}

.intro-lede { margin: 0; font-size: clamp(1.8rem, 3vw, 3.3rem); line-height: 1.08; letter-spacing: -.035em; }
.intro-copy { max-width: 620px; }
.intro-copy p { margin: 0 0 1.25rem; color: #383834; font-size: 1.05rem; }

.services { color: var(--ink); background: #f2f2ef; }
.services .section-head { border-color: var(--line); }

.service-list { margin-top: 3.5rem; border-top: 1px solid var(--line); }

.service-row {
  display: grid;
  grid-template-columns: 80px minmax(230px, .8fr) minmax(0, 1.2fr);
  gap: 2rem;
  padding: 2.3rem 1.25rem;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.service-row:hover { background: var(--white); }
.service-row:hover .service-index { color: var(--red); }
.service-index { color: #777; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.service-row h3 { margin: 0; font-size: clamp(1.55rem, 2.4vw, 2.5rem); line-height: 1; text-transform: uppercase; }
.service-row p { max-width: 650px; margin: 0; color: #4b4b47; }

.production-support { background: var(--white); }

.support-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: 3.5rem 0 5rem;
}

.support-lede {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.support-intro > p:last-child { max-width: 650px; margin: 0; color: #4b4b47; font-size: 1.05rem; }

.support-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  margin-bottom: 2px;
  background: #f2f2ef;
}

.support-feature-reverse .support-image { order: 2; }
.support-feature-reverse .support-copy { order: 1; }

.support-image { min-height: 560px; overflow: hidden; background: #ddd; }
.support-image img { width: 100%; height: 100%; object-fit: cover; }

.support-copy {
  padding: clamp(2.5rem, 5vw, 5.5rem);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-copy-dark { color: var(--white); background: var(--ink); }
.support-index { display: block; margin-bottom: 1.4rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.support-copy h3, .support-network h3 { margin: 0 0 1.4rem; font-size: clamp(2.1rem, 3.8vw, 4.5rem); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.support-copy p { max-width: 620px; margin: 0 0 2rem; color: #4b4b47; }
.support-copy-dark p { color: #bcbcb7; }

.support-list, .support-network ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.support-copy-dark .support-list { border-color: #333; }
.support-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.support-copy-dark .support-list li { border-color: #333; }

.support-network {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 6rem);
  color: var(--white);
  background: var(--red);
}

.support-network .support-index { color: var(--ink); }
.support-network h3 { font-size: clamp(2.2rem, 4vw, 4.7rem); }
.support-network-intro p { max-width: 520px; margin: 0; }
.support-network-column h4 { margin: .15rem 0 1.5rem; font-size: 1.15rem; text-transform: uppercase; }
.support-network li { padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.32); }
.support-network li::before { content: "+"; margin-right: .7rem; color: var(--ink); font-weight: 900; }

.support-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0 0;
}

.support-note p { max-width: 620px; margin: 0; color: #666; font-size: .86rem; }

.team { background: #f2f2ef; }

.team-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: 3.5rem 0 5rem;
}

.team-lede {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.team-intro > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #4b4b47;
  font-size: 1.05rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.team-card {
  min-width: 0;
  background: var(--white);
}

.team-portrait {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-bottom: 1px solid var(--ink);
  background-color: #d8d8d8;
}

.team-copy { padding: 1.5rem 1.35rem 1.8rem; }

.team-role {
  display: block;
  min-height: 3.5em;
  color: var(--red);
  font-size: .67rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.team-copy h3 {
  margin: .7rem 0 1.1rem;
  font-size: clamp(1.55rem, 2.1vw, 2.4rem);
  line-height: .95;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.team-copy p { margin: 0; color: #4b4b47; font-size: .92rem; line-height: 1.6; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 3.5rem;
}

.process-card { min-height: 300px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card span { display: block; margin-bottom: 5rem; color: var(--red); font-weight: 800; }
.process-card h3 { margin: 0 0 1rem; font-size: 1.35rem; text-transform: uppercase; }
.process-card p { margin: 0; color: #4a4a45; }

.work { padding-left: 0; padding-right: 0; padding-bottom: 0; color: var(--ink); background: var(--white); }
.work .section-head { margin: 0 max(24px, calc((100vw - var(--max))/2)); border-color: var(--line); }
.work-intro { max-width: 720px; margin: 2rem max(24px, calc((100vw - var(--max))/2)) 4rem auto; color: #4b4b47; font-size: 1.12rem; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2px; background: var(--white); }

.project-card {
  position: relative;
  min-height: 520px;
  color: var(--white);
  border: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background: #161616;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.project-card:nth-child(1), .project-card:nth-child(4), .project-card:nth-child(5), .project-card:nth-child(8) { grid-column: span 7; }
.project-card:nth-child(2), .project-card:nth-child(3), .project-card:nth-child(6), .project-card:nth-child(7) { grid-column: span 5; }

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.project-card:hover img { transform: scale(1.035); filter: brightness(.72); }

.project-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 5rem 1.8rem 1.8rem;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}

.project-overlay span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-overlay h3 { margin: .35rem 0 0; font-size: clamp(1.6rem, 3vw, 3.2rem); line-height: .96; letter-spacing: -.035em; text-transform: uppercase; }

dialog {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  color: var(--white);
  border: 0;
  background: var(--ink);
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(6px); }
.dialog-media { width: 100%; max-height: 52vh; object-fit: cover; }
.dialog-body { padding: 2rem; }
.dialog-kicker { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dialog-body h3 { margin: .55rem 0 1.5rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: .95; text-transform: uppercase; }
.credits { display: grid; grid-template-columns: max-content 1fr; gap: .55rem 1.2rem; margin: 0; }
.credits dt { color: #777; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.credits dd { margin: 0; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.55); cursor: pointer; }

.journal-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  margin-top: 3.5rem;
  color: var(--white);
  background: var(--ink);
}

.journal-image { min-height: 420px; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); opacity: .76; }
.journal-copy { padding: clamp(2rem, 5vw, 5.5rem); align-self: center; }
.journal-copy .meta { font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journal-copy h3 { margin: 1rem 0 1.4rem; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.journal-copy p { max-width: 560px; font-size: 1.05rem; }
.journal-copy .button-dark { border-color: var(--red); background: var(--red); }
.journal-copy .button-dark:hover { color: var(--red); background: transparent; }

.contact { padding-bottom: 0; color: var(--ink); background: #f2f2ef; }
.contact .section-head { border-color: var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; padding: 4rem 0 6rem; }
.contact-lede { margin: 0; font-size: clamp(2.1rem, 4vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.contact-details { display: grid; gap: 1.5rem; align-content: start; }
.contact-item { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.contact-item span { display: block; margin-bottom: .35rem; color: #777; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-item a, .contact-item address { font-size: 1.05rem; font-style: normal; }
.contact-item a:hover { color: var(--red); }

.quote-bar {
  margin: 0 max(-24px, calc((var(--max) - 100vw)/2));
  padding: 2rem max(24px, calc((100vw - var(--max))/2));
  color: var(--ink);
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.quote-bar strong { font-size: clamp(1.5rem, 3vw, 3.2rem); line-height: 1; text-transform: uppercase; }

.site-footer {
  padding: 2rem max(24px, calc((100vw - var(--max))/2));
  color: #787873;
  background: var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.2rem; }
.footer-nav a { color: #a8a8a2; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--white); }

.nav-link[aria-current="page"] { color: var(--red); }

.subpage-main { padding-top: 86px; }

.subpage-hero {
  padding: clamp(5rem, 9vw, 9rem) max(24px, calc((100vw - var(--max))/2));
  border-bottom: 1px solid var(--line);
  background: #f2f2ef;
}

.subpage-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3.8rem, 7.5vw, 8rem);
  line-height: .86;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.subpage-hero h1 span { color: var(--red); }
.subpage-lede { max-width: 820px; margin: 2rem 0 0; color: #4b4b47; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 3rem; color: #777; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--red); }

.subpage-section { padding: clamp(4.5rem, 8vw, 8rem) max(24px, calc((100vw - var(--max))/2)); }
.subpage-section + .subpage-section { border-top: 1px solid var(--line); }
.subpage-section-dark { color: var(--white); background: var(--ink); }
.subpage-kicker { display: block; margin-bottom: 1.2rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.subpage-section h2 { max-width: 980px; margin: 0 0 2.5rem; font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.subpage-section h3 { margin: 0 0 1rem; font-size: clamp(1.5rem, 2.4vw, 2.5rem); line-height: 1; text-transform: uppercase; }
.subpage-section p { color: #4b4b47; }
.subpage-section-dark p { color: #bcbcb7; }

.subpage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.subpage-copy { max-width: 700px; }
.subpage-copy p { margin: 0 0 1.25rem; font-size: 1.05rem; }

.feature-matrix { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card span { display: block; margin-bottom: 3.5rem; color: var(--red); font-size: .75rem; font-weight: 800; }
.feature-card p { margin: 0; }

.portfolio-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--ink); border: 1px solid var(--ink); }
.portfolio-entry { min-width: 0; background: var(--white); }
.portfolio-entry img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.portfolio-entry-body { padding: 1.8rem; }
.portfolio-entry .subpage-kicker { margin-bottom: .8rem; }
.portfolio-entry h2 { margin: 0 0 1.5rem; font-size: clamp(2rem, 3.5vw, 4rem); }
.credit-list { display: grid; grid-template-columns: max-content 1fr; gap: .45rem 1.25rem; margin: 0; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.credit-list dt { color: #777; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.credit-list dd { margin: 0; font-size: .92rem; }

.subpage-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); color: var(--ink); background: var(--red); }
.subpage-cta h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 5rem); }
.subpage-cta .button { flex: none; }

.contact-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); }
.contact-page-intro { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.contact-page-panel { padding: clamp(2rem, 4vw, 4rem); color: var(--white); background: var(--ink); }
.contact-page-panel .contact-item { border-color: #333; }
.contact-page-panel .contact-item span { color: #999; }
.contact-page-panel .contact-item a:hover { color: var(--red); }

.article-hero { padding: 10.5rem max(24px, calc((100vw - 1180px)/2)) 4.5rem; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.article-hero .back { display: inline-block; margin-bottom: 4rem; color: #999; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(3.5rem, 7vw, 7.6rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.article-hero h1 span { color: var(--red); }
.article-meta { display: flex; gap: 2rem; margin-top: 2.5rem; color: #9b9b96; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-cover { width: 100%; max-height: 760px; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 740px); gap: 5rem; justify-content: center; padding: 5rem 24px 8rem; }
.article-aside { position: sticky; top: 120px; align-self: start; padding-top: .5rem; border-top: 3px solid var(--red); }
.article-aside span { display: block; margin-top: 1rem; color: #666; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article-body { font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; line-height: 1.75; }
.article-body .standfirst { margin-top: 0; font-size: 1.65rem; line-height: 1.45; }
.article-body h2 { margin: 3.5rem 0 1rem; font-family: Arial, Helvetica, sans-serif; font-size: 2rem; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.article-body blockquote { margin: 3rem 0; padding: 1.5rem 0 1.5rem 1.8rem; font-family: Arial, Helvetica, sans-serif; font-size: 1.55rem; line-height: 1.3; border-left: 5px solid var(--red); }
.article-cta { margin-top: 4rem; padding: 2rem; font-family: Arial, Helvetica, sans-serif; border: 1px solid var(--ink); }
.article-cta h3 { margin: 0 0 .8rem; font-size: 1.5rem; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .menu-open .site-header {
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    backdrop-filter: none;
  }
  .nav { width: calc(100% - 32px); height: 74px; }
  .brand { position: relative; z-index: 53; }
  .brand img { width: 126px; }
  .menu-button { position: relative; z-index: 53; display: block; flex: none; }
  .nav-links {
    position: absolute;
    z-index: 52;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    padding: clamp(1.25rem, 5vh, 3rem) 24px calc(2rem + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    color: var(--ink);
    background: #ffffff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .menu-open .nav-links { display: flex; }
  .menu-open .menu-button span { opacity: 0; }
  .menu-open .menu-button::before { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-button::after { transform: translateY(-8px) rotate(-45deg); }
  .nav-link {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 58px;
    padding: .9rem 0;
    font-size: clamp(1.25rem, 5.5vw, 1.75rem);
    line-height: 1.1;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    justify-content: center;
    min-height: 58px;
    margin-top: 1.5rem;
    padding: 1rem;
    color: var(--white);
    border: 1px solid var(--red);
    background: var(--red);
    text-align: center;
  }
  .hero { padding-top: 74px; grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 24px 4rem; }
  .hero-art { min-height: 520px; }
  .subpage-main { padding-top: 74px; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .intro-grid, .journal-feature, .contact-grid, .support-intro, .support-feature, .team-intro, .subpage-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .support-feature-reverse .support-image, .support-feature-reverse .support-copy { order: initial; }
  .support-network { grid-template-columns: 1fr 1fr; }
  .support-network-intro { grid-column: 1 / -1; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-row { grid-template-columns: 48px 1fr; }
  .service-row p { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .project-card:nth-child(n) { grid-column: span 6; min-height: 460px; }
  .article-layout { grid-template-columns: 1fr; gap: 2rem; }
  .article-aside { position: static; }
  .feature-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-art { min-height: 420px; }
  .hero-stamp { width: 82%; }
  .section { padding-top: 4.8rem; padding-bottom: 4.8rem; }
  .section-head h2 { font-size: clamp(2.65rem, 14vw, 4.5rem); }
  .intro-grid { padding-top: 2.5rem; }
  .service-row { grid-template-columns: 1fr; gap: .8rem; }
  .service-row p { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .process-card span { margin-bottom: 3rem; }
  .work-intro { margin-left: 24px; margin-right: 24px; }
  .project-card:nth-child(n) { grid-column: span 12; min-height: 470px; }
  .project-overlay { padding: 5rem 1.25rem 1.25rem; }
  .journal-feature { margin-left: -24px; margin-right: -24px; }
  .contact-grid { gap: 3rem; }
  .support-image { min-height: 420px; }
  .support-list { grid-template-columns: 1fr; }
  .support-network { grid-template-columns: 1fr; padding: 2rem; }
  .support-network-intro { grid-column: auto; }
  .support-note { flex-direction: column; align-items: flex-start; }
  .team-grid { grid-template-columns: 1fr; }
  .team-role { min-height: 0; }
  .quote-bar { flex-direction: column; align-items: flex-start; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-nav { justify-content: flex-start; }
  .subpage-hero h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .feature-matrix, .portfolio-index { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card span { margin-bottom: 2rem; }
  .subpage-cta { flex-direction: column; align-items: flex-start; }
  .article-meta { flex-direction: column; gap: .35rem; }
  .article-body { font-size: 1.08rem; }
  .article-body .standfirst { font-size: 1.4rem; }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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