:root {
  --ink: #11110f;
  --paper: #f1efe8;
  --acid: #c8ff16;
  --blue: #2d45ff;
  --red: #f05a3e;
  --rule: rgba(17, 17, 15, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { max-width: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }

.generic-page { min-height: 75vh; padding: 80px 28px; }
.generic-page h1 { max-width: 1200px; margin: 0 0 55px; font-size: clamp(54px, 8vw, 130px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.generic-page .entry-content { max-width: 780px; font-size: 18px; line-height: 1.55; }
.generic-page > a { display: inline-block; margin-top: 34px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font: 12px ui-monospace, monospace; text-transform: uppercase; }

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid var(--rule);
  text-transform: uppercase;
}
.wordmark { display: flex; align-items: center; gap: 13px; }
.wordmark-short {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-weight: 950;
  font-size: 13px;
  letter-spacing: -.08em;
  transform: rotate(-3deg);
}
.wordmark-long { font-size: 10px; letter-spacing: .17em; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); font-size: 11px; letter-spacing: .08em; }
nav a { border-bottom: 1px solid transparent; padding: 9px 0; }
nav a:hover { border-color: currentColor; }
nav a.active { border-color: currentColor; }
.nav-cta { background: var(--ink); color: var(--paper); padding: 11px 16px; border: 0; }

.hero { min-height: calc(100vh - 73px); padding: 24px 28px 0; display: flex; flex-direction: column; overflow: hidden; }
.hero-kicker, .section-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 1350px;
  margin: auto 0 2vh;
  font-size: clamp(58px, 10.6vw, 168px);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 900;
  text-transform: uppercase;
}
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 18px 0 22px; }
.hero-bottom p { max-width: 540px; margin: 0; font-size: clamp(16px, 1.5vw, 23px); line-height: 1.25; }
.circle-link {
  width: 110px; height: 110px; border: 1px solid var(--ink); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 7px; font-size: 11px; text-transform: uppercase; transition: .2s ease;
}
.circle-link:hover { background: var(--acid); transform: rotate(-6deg); }
.ticker { margin: 0 -28px; background: var(--acid); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 9px 0 8px; white-space: nowrap; overflow: hidden; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.ticker span { display: inline-block; min-width: 200%; animation: crawl 18s linear infinite; }
@keyframes crawl { to { transform: translateX(-50%); } }

.featured { padding: 80px 28px 120px; }
.section-label { padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.case-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 55px; min-height: 700px; padding-top: 28px; position: relative; }
.case-copy { display: flex; flex-direction: column; align-items: flex-start; }
.case-number { font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.case-copy h2 { max-width: 730px; margin: 60px 0 0; font-size: clamp(44px, 6.1vw, 100px); line-height: .91; letter-spacing: -.06em; text-transform: uppercase; }
.case-punchline { margin: 14px 0 0; padding: 6px 12px 8px; background: var(--blue); color: white; font-family: Georgia, serif; font-style: italic; font-size: clamp(24px, 3vw, 48px); transform: rotate(-2deg); }
.case-meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.case-meta span { border: 1px solid var(--ink); border-radius: 50px; padding: 8px 12px; font-size: 10px; text-transform: uppercase; }
.poster-stack { position: relative; min-height: 650px; }
.poster { position: absolute; width: 46%; aspect-ratio: 2/3; border: 2px solid var(--ink); padding: 15px; box-shadow: 7px 7px 0 var(--ink); display: flex; flex-direction: column; justify-content: space-between; transition: .25s ease; }
.poster small { font: 10px ui-monospace, monospace; }
.poster strong { font-size: clamp(22px, 2.5vw, 42px); line-height: .85; letter-spacing: -.05em; }
.poster-1 { top: 4%; left: 4%; background: var(--paper); transform: rotate(-7deg); }
.poster-2 { top: 0; right: 5%; background: var(--red); transform: rotate(8deg); }
.poster-3 { top: 25%; left: 11%; background: var(--acid); transform: rotate(3deg); z-index: 2; }
.poster-4 { top: 33%; right: 2%; background: #fff; transform: rotate(-5deg); z-index: 3; }
.poster-5 { top: 43%; left: 34%; background: var(--blue); color: white; transform: rotate(6deg); z-index: 4; }
.case-hero:hover .poster-3 { transform: translate(-8px,-8px) rotate(-1deg); }
.case-hero:hover .poster-4 { transform: translate(8px,-6px) rotate(1deg); }
.case-hero:hover .poster-5 { transform: translateY(-12px) rotate(2deg); }
.case-link { position: absolute; bottom: 0; right: 0; display: flex; gap: 12px; text-transform: uppercase; font-size: 11px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.work-card { min-height: 720px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); overflow: hidden; }
.work-card:last-child { border-right: 0; }
.work-card-top { display: flex; justify-content: space-between; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.work-card-copy { margin-top: auto; }
.work-card-copy p { margin: 0 0 12px; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.work-card-copy h3 { margin: 0 0 28px; font-size: clamp(32px, 3.3vw, 58px); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.work-card-copy > span { font-size: 10px; text-transform: uppercase; }
.work-card-blue { background: var(--blue); color: white; }
.flexo-mark { margin: auto 0; display: flex; flex-direction: column; font-weight: 950; font-size: clamp(80px, 9vw, 150px); line-height: .63; letter-spacing: -.09em; transform: rotate(-4deg); }
.flexo-mark span:nth-child(2) { margin-left: 14%; color: var(--acid); }
.flexo-mark span:nth-child(3) { -webkit-text-stroke: 2px white; color: transparent; }
.work-card-sugar { background: #f4a9bf; }
.sugar-figure { margin: auto; width: 92%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(5deg); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.sugar-number { font-weight: 950; font-size: clamp(68px, 8vw, 130px); line-height: .8; letter-spacing: -.08em; }
.sugar-caption { margin-top: 18px; font: 11px ui-monospace, monospace; text-transform: uppercase; }
.work-card-black { background: var(--ink); color: var(--paper); }
.signal { height: 52%; display: flex; align-items: center; justify-content: center; gap: 12px; }
.signal i { width: 12%; background: var(--red); border-radius: 60px; animation: pulse 2s ease-in-out infinite alternate; }
.signal i:nth-child(1), .signal i:nth-child(5) { height: 24%; }
.signal i:nth-child(2), .signal i:nth-child(4) { height: 56%; animation-delay: .25s; }
.signal i:nth-child(3) { height: 92%; background: var(--acid); animation-delay: .5s; }
@keyframes pulse { to { transform: scaleY(.62); } }
.work-card-rocket { position: relative; background: #fff; }
.rocket-home-visual { position: relative; width: calc(100% + 44px); height: 47%; margin: 46px -22px 34px; overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.rocket-home-visual img { width: 100%; height: 100%; object-fit: cover; }
.rocket-home-visual span { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; background: var(--acid); border: 1px solid var(--ink); font: 10px ui-monospace, monospace; text-transform: uppercase; transform: rotate(-2deg); }

.home-proof { display: grid; grid-template-columns: .75fr 1.25fr; border-bottom: 1px solid var(--ink); }
.home-proof > * { min-height: 330px; padding: 28px; }
.home-proof > * + * { border-left: 1px solid var(--ink); }
.home-proof span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.home-proof strong { display: block; margin: 54px 0 18px; font-size: clamp(70px, 9vw, 140px); line-height: .72; letter-spacing: -.08em; }
.home-proof p { max-width: 760px; margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.2; }
.home-proof a:hover { background: var(--acid); }
.client-list { display: flex; flex-direction: column; justify-content: space-between; }
.client-list p { max-width: 950px; margin-top: auto; font-size: clamp(28px, 4vw, 62px); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }

.manifesto { padding: 40px 28px 0; background: var(--ink); color: var(--paper); }
.light-label { border-color: rgba(241,239,232,.55); }
.manifesto-line { margin: 100px 0 120px; max-width: 1250px; font-size: clamp(58px, 10vw, 155px); line-height: .86; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.manifesto-line em { display: block; color: var(--acid); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 -28px; border-top: 1px solid rgba(241,239,232,.45); }
.capabilities article { min-height: 420px; padding: 26px 28px 34px; border-right: 1px solid rgba(241,239,232,.45); display: flex; flex-direction: column; }
.capabilities article:last-child { border-right: 0; }
.capabilities article > span { font: 11px ui-monospace, monospace; color: var(--acid); }
.capabilities h3 { margin: 45px 0 0; font-size: clamp(28px, 3.4vw, 54px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.capabilities p { margin: auto 0 0; max-width: 430px; font-size: 15px; line-height: 1.45; color: rgba(241,239,232,.74); }

.about { padding: 120px 28px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 130px); }
.about-image-wrap { position: relative; align-self: start; }
.about-image-wrap img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 57% center; filter: contrast(1.12); }
.image-note { display: block; margin-top: 10px; font: 10px ui-monospace, monospace; text-transform: uppercase; }
.about-copy h2 { margin: 75px 0 55px; max-width: 800px; font-size: clamp(54px, 7.2vw, 112px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.about-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.about-columns p { margin: 0; font-size: clamp(15px, 1.4vw, 20px); line-height: 1.45; }
.about-statement { display: inline-block; margin: 75px 0 0; padding: 11px 17px; background: var(--acid); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-size: clamp(18px, 2vw, 30px); font-family: Georgia, serif; font-style: italic; transform: rotate(-2deg); }

.contact { min-height: 90vh; padding: 32px 28px 20px; display: flex; flex-direction: column; background: var(--acid); }
.contact-kicker { font: 10px ui-monospace, monospace; text-transform: uppercase; }
.contact h2 { margin: auto 0 50px; max-width: 1400px; font-size: clamp(68px, 12vw, 185px); line-height: .8; letter-spacing: -.08em; text-transform: uppercase; }
.contact h2 em { display: block; font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.contact > a { align-self: flex-start; font-size: clamp(20px, 3vw, 48px); font-weight: 800; letter-spacing: -.04em; border-bottom: 3px solid var(--ink); padding-bottom: 5px; }
footer { margin-top: auto; padding-top: 60px; display: flex; justify-content: space-between; font: 10px ui-monospace, monospace; text-transform: uppercase; }

.subpage-hero {
  min-height: 620px;
  padding: 32px 28px 56px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--ink);
}
.subpage-hero h1 {
  max-width: 1250px;
  margin: auto 0 28px;
  font-size: clamp(58px, 9vw, 145px);
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.subpage-hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.subpage-hero > p { max-width: 650px; margin: 0; font-size: clamp(17px, 1.7vw, 24px); line-height: 1.35; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--ink); }
.portfolio-card {
  min-height: 650px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.portfolio-card:nth-child(even) { border-right: 0; }
.portfolio-top { display: flex; justify-content: space-between; gap: 20px; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.portfolio-copy { margin-top: auto; position: relative; z-index: 2; }
.portfolio-copy h2 { max-width: 720px; margin: 0 0 18px; font-size: clamp(34px, 4.4vw, 72px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.portfolio-copy p { max-width: 620px; margin: 0 0 24px; font-size: 15px; line-height: 1.45; }
.portfolio-link { display: inline-flex; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font: 11px ui-monospace, monospace; text-transform: uppercase; }

.christmas-card { background: var(--paper); }
.mini-posters { position: relative; width: min(88%, 580px); height: 300px; margin: auto; }
.mini-posters i {
  position: absolute;
  width: 34%;
  aspect-ratio: 2/3;
  padding: 11px;
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font: 10px ui-monospace, monospace;
  font-style: normal;
  transition: transform .25s ease;
}
.mini-posters i b { font: 900 clamp(18px, 2vw, 29px)/.85 Arial, sans-serif; letter-spacing: -.04em; }
.mini-posters i:nth-child(1) { left: 2%; top: 10%; background: var(--acid); transform: rotate(-8deg); }
.mini-posters i:nth-child(2) { left: 32%; top: 0; background: #fff; transform: rotate(3deg); }
.mini-posters i:nth-child(3) { right: 1%; top: 12%; background: var(--blue); color: white; transform: rotate(9deg); }
.christmas-card:hover .mini-posters i:nth-child(1) { transform: translate(-8px,-8px) rotate(-11deg); }
.christmas-card:hover .mini-posters i:nth-child(2) { transform: translateY(-12px) rotate(0); }
.christmas-card:hover .mini-posters i:nth-child(3) { transform: translate(8px,-8px) rotate(12deg); }

.flexo-card { background: var(--blue); color: white; }
.flexo-mark.compact { margin: auto 0; font-size: clamp(78px, 9vw, 145px); }
.game-card { background: var(--ink); color: var(--paper); }
.game-screen { width: min(88%, 600px); margin: auto; padding: 24px; border: 2px solid var(--paper); box-shadow: 12px 12px 0 var(--acid); font: 12px ui-monospace, monospace; }
.game-screen > span, .game-screen > b { display: block; }
.game-screen i { display: block; height: 18px; margin: 14px 0; background: var(--blue); transform-origin: left; animation: loadjob 2.2s ease-in-out infinite alternate; }
.game-screen i:nth-of-type(2) { width: 72%; background: var(--red); animation-delay: .25s; }
.game-screen i:nth-of-type(3) { width: 88%; background: var(--acid); animation-delay: .5s; }
.game-screen > b { margin-top: 24px; color: var(--acid); }
@keyframes loadjob { from { transform: scaleX(.22); } to { transform: scaleX(1); } }

.thalys-card { background: var(--red); }
.dragon-word { position: relative; height: 55%; display: grid; place-items: center; font-size: clamp(64px, 10vw, 160px); font-weight: 950; line-height: .75; letter-spacing: -.09em; -webkit-text-stroke: 2px var(--ink); color: transparent; transform: rotate(-5deg); transition: color .2s ease; }
.thalys-card:hover .dragon-word { color: var(--ink); }
.film-card { background: #fff; }
.film-titles { margin: auto 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.film-titles span { font-size: clamp(48px, 7vw, 108px); font-weight: 950; line-height: .7; letter-spacing: -.075em; }
.film-titles i { font-family: Georgia, serif; font-size: clamp(50px, 7vw, 100px); font-weight: 400; }
.card-links { display: flex; flex-wrap: wrap; gap: 24px; }
.card-links a { border-bottom: 1px solid currentColor; padding-bottom: 4px; font: 11px ui-monospace, monospace; text-transform: uppercase; }
.issues-card { background: var(--acid); }
.issues-number { margin: auto 0; font-size: clamp(120px, 18vw, 280px); font-weight: 950; line-height: .7; letter-spacing: -.1em; transform: rotate(-4deg); }
.sugar-case-card { background: #f4a9bf; }
.work-sugar { width: min(70%, 430px); }
.rocket-card { background: #fff; }
.portfolio-film-image { width: calc(100% + 44px); height: 310px; margin: 44px -22px 34px; object-fit: cover; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.portfolio-card-wide { grid-column: 1 / -1; min-height: 540px; border-right: 0; }
.portfolio-card-wide .issues-number { margin: 60px 0 28px; }
.portfolio-card-wide .portfolio-copy { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }
.portfolio-card-wide .portfolio-copy h2 { max-width: 940px; }
.portfolio-card-wide .portfolio-link { justify-self: end; }

.work-mentions { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--ink); }
.work-mentions article { min-height: 290px; padding: 28px; border-right: 1px solid var(--ink); }
.work-mentions article:last-child { border-right: 0; background: #f4a9bf; }
.work-mentions article > span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.work-mentions h2 { max-width: 680px; margin: 65px 0 12px; font-size: clamp(30px, 4vw, 62px); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.work-mentions p { max-width: 580px; margin: 0; }
.compact-contact { min-height: 760px; }
.compact-contact h2 { font-size: clamp(68px, 10vw, 150px); }

.summit-hero { min-height: 760px; background: var(--blue); color: white; }
.summit-hero h1 { max-width: 1350px; }
.summit-button { align-self: flex-start; margin-top: 38px; padding: 13px 17px; background: var(--acid); color: var(--ink); font: 11px ui-monospace, monospace; text-transform: uppercase; }
.summit-proof { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ink); }
.summit-proof article { min-height: 300px; padding: 26px 28px; border-right: 1px solid var(--ink); }
.summit-proof article:last-child { border-right: 0; }
.summit-proof article:nth-child(2) { background: var(--acid); }
.summit-proof article:nth-child(3) { background: var(--ink); color: var(--paper); }
.summit-proof span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.summit-proof strong { display: block; margin: 70px 0 12px; font-size: clamp(50px, 7vw, 110px); line-height: .75; letter-spacing: -.07em; text-transform: uppercase; }
.summit-proof p { max-width: 360px; }
.summit-question { min-height: 760px; padding: 34px 28px 70px; display: flex; flex-direction: column; }
.summit-question > span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.summit-question h2 { max-width: 1300px; margin: auto 0 30px; font-size: clamp(52px, 8vw, 128px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.summit-question > p { margin: 0 0 38px; font-family: Georgia, serif; font-size: clamp(21px, 2.5vw, 38px); font-style: italic; }
.summit-links { display: flex; flex-wrap: wrap; gap: 16px; }
.summit-links a { padding: 12px 15px; border: 1px solid var(--ink); font: 11px ui-monospace, monospace; text-transform: uppercase; }
.summit-links a:hover { background: var(--acid); }
.page-footer { margin: 0; padding: 25px 28px; background: var(--ink); color: var(--paper); }

.case-detail { --case-bg: var(--paper); --case-fg: var(--ink); background: var(--paper); color: var(--ink); }
.theme-blue { --case-bg: var(--blue); --case-fg: #fff; }
.theme-acid { --case-bg: var(--acid); --case-fg: var(--ink); }
.theme-red { --case-bg: var(--red); --case-fg: var(--ink); }
.theme-black { --case-bg: var(--ink); --case-fg: var(--paper); }
.theme-film { --case-bg: #e9e4dc; --case-fg: var(--ink); }
.case-detail-hero { min-height: 780px; padding: 30px 28px 90px; background: var(--case-bg); color: var(--case-fg); border-bottom: 1px solid var(--ink); }
.case-detail-meta { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid currentColor; font: 11px ui-monospace, monospace; text-transform: uppercase; }
.case-detail-meta a { border-bottom: 1px solid currentColor; }
.case-detail-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(40px, 7vw, 110px); align-items: end; padding: 85px 0 60px; }
.case-detail-heading h1 { max-width: 1050px; margin: 0; font-size: clamp(50px, 7.2vw, 118px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.case-detail-punchline { margin: 0 0 30px; font: italic clamp(25px, 2.8vw, 42px)/1.05 Georgia, serif; }
.case-detail-intro { max-width: 600px; margin: 0; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.42; }
.case-detail-visual { margin: 0; min-height: 430px; overflow: hidden; border: 1px solid currentColor; background: #111; }
.case-detail-visual > img { display: block; width: 100%; height: min(62vw, 720px); object-fit: cover; }
.theme-film .case-detail-visual > img { height: min(75vw, 800px); object-fit: contain; }
.case-game { min-height: 520px; padding: clamp(24px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; color: var(--paper); background: var(--ink); font-family: ui-monospace, monospace; }
.case-game > span { font-size: 12px; }
.case-game strong { margin: 45px 0 35px; color: var(--acid); font: 900 clamp(50px, 8vw, 130px)/.78 Arial, sans-serif; letter-spacing: -.07em; }
.case-game div { display: grid; gap: 14px; max-width: 900px; }
.case-game i { display: block; height: 20px; background: var(--blue); transform-origin: left; animation: loadjob 2.2s ease-in-out infinite alternate; }
.case-game i:nth-child(2) { width: 72%; background: var(--red); animation-delay: .25s; }
.case-game i:nth-child(3) { width: 88%; background: var(--acid); animation-delay: .5s; }
.case-game small { margin-top: 35px; }
.case-reach { min-height: 520px; padding: 35px; display: flex; flex-direction: column; justify-content: center; background: var(--acid); color: var(--ink); }
.case-reach strong { font-size: clamp(110px, 20vw, 320px); line-height: .7; letter-spacing: -.1em; transform: rotate(-3deg); }
.case-reach span { margin-top: 32px; font: 12px ui-monospace, monospace; text-transform: uppercase; }

.case-story { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--ink); }
.case-story > div { min-height: 520px; padding: 32px 28px 58px; display: flex; flex-direction: column; }
.case-story > div + div { border-left: 1px solid var(--ink); background: #fff; }
.case-story span, .case-impact > span, .case-out > div > span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.case-story h2 { max-width: 690px; margin: 82px 0 30px; font-size: clamp(36px, 4.5vw, 70px); line-height: .94; letter-spacing: -.052em; text-transform: uppercase; }
.case-story p { max-width: 690px; margin: auto 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.5; }

.case-role { padding: 34px 28px 70px; background: var(--ink); color: var(--paper); }
.case-role ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 70px 0 0; padding: 0; border-top: 1px solid rgba(241,239,232,.45); list-style: none; }
.case-role li { min-height: 140px; padding: 24px 22px; border-right: 1px solid rgba(241,239,232,.45); border-bottom: 1px solid rgba(241,239,232,.45); display: flex; align-items: flex-end; font-size: clamp(20px, 2.2vw, 34px); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.case-role li:nth-child(3n) { border-right: 0; }

.case-gallery { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--ink); }
.case-gallery figure { margin: 0; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.case-gallery figure:nth-child(even) { border-right: 0; }
.case-gallery img { display: block; width: 100%; height: min(42vw, 620px); object-fit: cover; background: #fff; }
.case-gallery figcaption { margin-top: 12px; font: 11px ui-monospace, monospace; text-transform: uppercase; }

.case-highlights { padding: 34px 28px 70px; border-bottom: 1px solid var(--ink); background: #fff; }
.case-highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.case-highlights-grid > div { min-height: 150px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.case-highlights-grid strong { max-width: 360px; font-size: clamp(19px, 2vw, 31px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.case-highlights-grid span { margin-top: 28px; font: 11px ui-monospace, monospace; text-transform: uppercase; }

.case-impact { min-height: 580px; padding: 34px 28px 70px; display: flex; flex-direction: column; background: var(--acid); }
.case-impact strong { margin: auto 0 35px; font-size: clamp(82px, 13vw, 210px); line-height: .72; letter-spacing: -.09em; text-transform: uppercase; }
.case-impact p { max-width: 840px; margin: 0; font-size: clamp(20px, 2vw, 30px); line-height: 1.25; }
.case-out { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
.case-out > div, .case-next { min-height: 290px; padding: 28px; display: flex; flex-direction: column; }
.case-out-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; }
.case-out-links a { padding: 11px 13px; border: 1px solid var(--ink); font: 11px ui-monospace, monospace; text-transform: uppercase; }
.case-out-links a:hover { background: var(--ink); color: var(--paper); }
.case-next { border-left: 1px solid var(--ink); background: var(--blue); color: white; }
.case-next span { font: 11px ui-monospace, monospace; text-transform: uppercase; }
.case-next strong { max-width: 620px; margin-top: auto; font-size: clamp(32px, 4vw, 64px); line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }

@media (max-width: 780px) {
  .site-header { padding: 18px; }
  .wordmark-long, .nav-cta { display: none; }
  nav { gap: 14px; font-size: 10px; }
  .hero { min-height: 800px; padding: 20px 18px 0; }
  .hero-kicker span:last-child { text-align: right; }
  .hero h1 { font-size: clamp(55px, 17vw, 92px); line-height: .84; }
  .hero-bottom { grid-template-columns: 1fr; }
  .circle-link { width: 90px; height: 90px; margin-left: auto; }
  .ticker { margin: 0 -18px; }
  .featured { padding: 64px 18px 90px; }
  .case-hero { grid-template-columns: 1fr; gap: 30px; min-height: 1230px; }
  .case-copy h2 { margin-top: 40px; }
  .case-meta { margin-top: 45px; }
  .poster-stack { min-height: 650px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 650px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .work-card:last-child { border-bottom: 0; }
  .flexo-mark { font-size: 30vw; }
  .rocket-home-visual { height: 300px; }
  .home-proof { grid-template-columns: 1fr; }
  .home-proof > * { min-height: 280px; padding: 24px 18px; }
  .home-proof > * + * { border-left: 0; border-top: 1px solid var(--ink); }
  .client-list p { margin-top: 70px; font-size: clamp(28px, 9vw, 44px); }
  .manifesto { padding: 30px 18px 0; }
  .manifesto-line { margin: 85px 0; }
  .capabilities { grid-template-columns: 1fr; margin: 0 -18px; }
  .capabilities article { min-height: 350px; border-right: 0; border-bottom: 1px solid rgba(241,239,232,.45); padding: 25px 18px; }
  .capabilities article:last-child { border-bottom: 0; }
  .about { padding: 80px 18px; grid-template-columns: 1fr; }
  .about-image-wrap { width: 86%; }
  .about-copy h2 { margin-top: 55px; }
  .about-columns { grid-template-columns: 1fr; gap: 25px; }
  .contact { min-height: 760px; padding: 24px 18px 18px; }
  .contact h2 { font-size: clamp(67px, 20vw, 108px); }
  footer { gap: 25px; }
  .subpage-hero { min-height: 620px; padding: 25px 18px 42px; }
  .subpage-hero h1 { font-size: clamp(56px, 17vw, 94px); }
  .portfolio-grid, .work-mentions, .summit-proof { grid-template-columns: 1fr; }
  .portfolio-card { min-height: 620px; border-right: 0; }
  .portfolio-card-wide { grid-column: auto; }
  .portfolio-card-wide .portfolio-copy { display: block; }
  .portfolio-card-wide .portfolio-link { margin-top: 24px; }
  .work-mentions article, .summit-proof article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .work-mentions article:last-child, .summit-proof article:last-child { border-bottom: 0; }
  .mini-posters { width: 100%; height: 250px; }
  .film-titles { flex-direction: column; align-items: flex-start; }
  .film-titles i { display: none; }
  .summit-question { min-height: 700px; padding: 28px 18px 55px; }
  .page-footer { padding: 24px 18px; }
  .case-detail-hero { min-height: auto; padding: 24px 18px 60px; }
  .case-detail-meta { align-items: flex-start; }
  .case-detail-meta span { max-width: 58%; text-align: right; }
  .case-detail-heading { grid-template-columns: 1fr; gap: 34px; padding: 65px 0 45px; }
  .case-detail-heading h1 { font-size: clamp(44px, 13.5vw, 76px); }
  .case-detail-visual { min-height: 260px; }
  .case-detail-visual > img, .theme-film .case-detail-visual > img { height: min(120vw, 610px); }
  .case-game, .case-reach { min-height: 360px; padding: 24px 18px; }
  .case-game strong { font-size: clamp(48px, 17vw, 82px); }
  .case-reach strong { font-size: clamp(105px, 37vw, 180px); }
  .case-story { grid-template-columns: 1fr; }
  .case-story > div { min-height: 480px; padding: 27px 18px 42px; }
  .case-story > div + div { border-left: 0; border-top: 1px solid var(--ink); }
  .case-story h2 { margin-top: 65px; }
  .case-role { padding: 28px 18px 50px; }
  .case-role ul { grid-template-columns: 1fr; margin-top: 50px; }
  .case-role li, .case-role li:nth-child(3n) { min-height: 105px; border-right: 0; padding: 20px 0; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-gallery figure, .case-gallery figure:nth-child(even) { padding: 18px; border-right: 0; }
  .case-gallery img { height: min(90vw, 520px); }
  .case-highlights { padding: 28px 18px 50px; }
  .case-highlights-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .case-highlights-grid > div { min-height: 120px; padding: 18px; }
  .case-impact { min-height: 500px; padding: 28px 18px 48px; }
  .case-impact strong { font-size: clamp(72px, 22vw, 118px); }
  .case-out { grid-template-columns: 1fr; }
  .case-out > div, .case-next { min-height: 260px; padding: 24px 18px; }
  .case-next { border-left: 0; border-top: 1px solid var(--ink); }
  .generic-page { padding: 60px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker span { animation: none; }
  .signal i { animation: none; }
  .game-screen i { animation: none; }
  .case-game i { animation: none; }
  * { transition: none !important; }
}
