:root {
  --bg: #11100d;
  --bg-soft: #1b1812;
  --ink: #fff6df;
  --paper: #f3e6c8;
  --paper-2: #ddcba5;
  --muted: #beb49e;
  --dark-muted: #5c5548;
  --line: rgba(244, 240, 231, 0.16);
  --dark-line: rgba(17, 16, 13, 0.24);
  --orange: #ef4327;
  --orange-dark: #c82f19;
  --lime: #ffd12f;
  --cyan: #1ca6ba;
  --black: #11100d;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: 0.35rem;
  --display: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 84, 39, 0.1), transparent 24rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: var(--bg);
  background: var(--lime);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 0.75rem var(--pad);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 10, 9, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}

.brand strong {
  color: var(--orange);
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--display);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  transform: rotate(-8deg);
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.8rem);
  padding: 0 1rem;
  margin: 0;
  list-style: none;
}

.nav-list a {
  color: #c9c6bd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.nav-list a:hover {
  color: var(--ink);
}

.header-cta {
  padding: 0.78rem 1.2rem;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.header-cta:hover {
  color: var(--bg);
  background: var(--orange);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  max-width: var(--max);
  padding: clamp(3.5rem, 7vw, 8rem) var(--pad);
  margin: 0 auto;
  overflow: hidden;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2.2rem;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: var(--ink);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(5.2rem, 11vw, 10.75rem);
}

.hero h1 em,
.section h2 em {
  color: var(--orange);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.065em;
  text-transform: none;
}

.hero-lead {
  max-width: 36rem;
  margin: 2rem 0 0.75rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-style: italic;
  line-height: 1.08;
}

.hero-text {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.35rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--orange);
}

.button-primary:hover {
  background: var(--orange-dark);
}

.button-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.button-ghost:hover {
  border-color: var(--ink);
}

.button-light {
  color: var(--bg);
  background: var(--ink);
}

.button.large {
  min-height: 4rem;
  padding-inline: 1.8rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 2.2rem 0 0;
  list-style: none;
}

.hero-tags li {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 36rem);
}

.hero-image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16rem 16rem 1.25rem 1.25rem;
  background: #161714;
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(9, 10, 9, 0.58), transparent 38%);
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(1.03);
}

.hero-watermark {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  letter-spacing: -0.04em;
  line-height: 0.8;
  opacity: 0.28;
  writing-mode: vertical-rl;
}

.hero-note {
  position: absolute;
  bottom: -1.2rem;
  left: -2.3rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  color: var(--bg);
  background: var(--lime);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}

.hero-note > span {
  font-size: 1.7rem;
}

.hero-note p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-note strong {
  font-weight: 900;
}

.service-strip {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0.85rem 0;
  color: var(--bg);
  background: var(--orange);
  transform: rotate(-1deg) scale(1.02);
}

.service-strip > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 1.5rem;
  padding-inline: 2rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.service-strip i {
  font-family: var(--sans);
  font-style: normal;
}

.section {
  position: relative;
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
}

.intro {
  display: grid;
  grid-template-columns: 0.2fr 1.2fr 0.8fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  max-width: var(--max);
  margin: 0 auto;
}

.section-number {
  color: var(--orange);
  font-family: var(--display);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.section h2 {
  font-size: clamp(3.6rem, 7.8vw, 8rem);
}

.intro-copy {
  align-self: end;
  max-width: 34rem;
  padding-bottom: 0.5rem;
}

.intro-copy p,
.section-heading > p,
.portfolio-heading > p {
  color: var(--muted);
}

.large-copy {
  color: inherit !important;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.22;
}

.text-link {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 0.3rem;
  margin-top: 1rem;
  border-bottom: 1px solid currentColor;
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.specialties {
  color: var(--ink);
  background: var(--orange);
}

.section-heading,
.portfolio-heading {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto clamp(2.8rem, 6vw, 5rem);
}

.section-heading > p,
.portfolio-heading > p {
  max-width: 28rem;
  margin: 0;
}

.specialties .section-heading > p {
  color: rgba(255, 255, 255, 0.8);
}

.specialties h2 em {
  color: var(--bg);
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(9, 10, 9, 0.45);
  border-bottom: 1px solid rgba(9, 10, 9, 0.45);
}

.specialty-card {
  position: relative;
  min-height: 29rem;
  padding: 1.3rem 1.6rem 1.8rem;
  border-right: 1px solid rgba(9, 10, 9, 0.45);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.specialty-card:last-child {
  border-right: 0;
}

.specialty-card:hover {
  color: var(--ink);
  background: var(--bg);
  transform: translateY(-0.75rem);
}

.card-index {
  display: block;
  color: currentColor;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card-icon {
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  margin: 3rem 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 2.4rem;
}

.specialty-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  letter-spacing: -0.035em;
  line-height: 0.91;
  text-transform: uppercase;
}

.specialty-card p {
  margin-top: 1.5rem;
  color: currentColor;
  font-size: 0.88rem;
  opacity: 0.76;
}

.specialty-card a {
  position: absolute;
  bottom: 1.7rem;
  left: 1.6rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio {
  color: var(--bg);
  background: var(--paper);
}

.portfolio h2 {
  font-size: clamp(5rem, 11vw, 11rem);
}

.portfolio-heading .eyebrow {
  margin-bottom: 0.8rem;
}

.portfolio-heading > p {
  color: var(--dark-muted);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: var(--max);
  margin: 0 auto 2rem;
}

.filter-button {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  color: var(--bg);
  background: transparent;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  color: white;
  background: var(--bg);
}

.gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: var(--max);
  margin: 0 auto;
}

.gallery-item {
  grid-row: span 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.7rem;
  background: #c8c3b9;
}

.gallery-item.tall {
  grid-row: span 4;
}

.gallery-item.feature,
.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.feature {
  grid-row: span 4;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: white;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.gallery-item button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%);
  opacity: 0.7;
  transition: opacity 250ms ease;
}

.gallery-item button:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.gallery-item button:hover::after {
  opacity: 0.95;
}

.gallery-item button > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.gallery-item strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.05;
}

.gallery-item small {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.studio-reels {
  color: var(--ink);
  background: var(--bg-soft);
}

.studio-reels .section-heading > p {
  color: var(--muted);
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 76rem;
  margin: 0 auto;
}

.reel-card {
  margin: 0;
  padding: 0.6rem 0.6rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #0c0d0c;
}

.reel-card video {
  width: 100%;
  aspect-ratio: 9 / 14;
  border-radius: 0.65rem;
  background: #000;
  object-fit: cover;
}

.reel-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.8rem;
  align-items: center;
  padding: 1rem 0.5rem 0;
}

.reel-card figcaption span {
  grid-row: span 2;
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.4rem;
}

.reel-card figcaption strong {
  font-size: 0.86rem;
}

.reel-card figcaption small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coverup {
  display: grid;
  grid-template-columns: minmax(19rem, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.coverup-visual {
  position: relative;
  max-width: 34rem;
  justify-self: center;
}

.coverup-visual::before {
  position: absolute;
  inset: -1rem;
  z-index: -1;
  content: "";
  border: 1px solid var(--orange);
  border-radius: 16rem 16rem 1rem 1rem;
  transform: rotate(-3deg);
}

.coverup-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16rem 16rem 1rem 1rem;
  object-fit: cover;
}

.coverup-visual span {
  position: absolute;
  right: -4rem;
  bottom: 5rem;
  padding: 0.7rem 0.9rem;
  color: var(--bg);
  background: var(--lime);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
}

.coverup-copy {
  max-width: 44rem;
}

.coverup-copy h2 {
  font-size: clamp(4rem, 7vw, 7.7rem);
}

.coverup-steps {
  padding: 0;
  margin: 2.2rem 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.coverup-steps li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.coverup-steps > li > span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.3rem;
}

.coverup-steps strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}

.coverup-steps p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.honest-note {
  padding: 1rem 1.1rem;
  margin: 0 0 1.5rem;
  border-left: 3px solid var(--orange);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.85rem;
}

.honest-note strong {
  color: var(--ink);
}

.process {
  color: var(--bg);
  background: var(--paper);
}

.process .section-heading > p {
  color: var(--dark-muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--dark-line);
}

.process-grid article {
  min-height: 19rem;
  padding: 1.5rem clamp(1rem, 2.5vw, 2rem);
  border-right: 1px solid var(--dark-line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  color: var(--orange);
  font-family: var(--display);
}

.process-grid h3 {
  max-width: 12rem;
  margin: 5rem 0 1rem;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.1;
}

.process-grid p {
  max-width: 23rem;
  color: var(--dark-muted);
  font-size: 0.9rem;
}

.social-project {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  min-height: 44rem;
  color: var(--ink);
  background: var(--orange);
  overflow: hidden;
}

.social-copy {
  max-width: 44rem;
  justify-self: end;
}

.social-copy h2 {
  font-size: clamp(4rem, 7vw, 7.6rem);
}

.social-copy h2 em {
  color: var(--bg);
}

.social-copy > p:not(.eyebrow) {
  max-width: 39rem;
  font-size: 1rem;
}

.social-copy .button {
  margin-top: 1rem;
}

.social-art {
  position: relative;
  display: grid;
  min-height: 36rem;
  place-items: center;
}

.social-circle {
  display: flex;
  width: min(30rem, 80vw);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid rgba(9, 10, 9, 0.45);
  border-radius: 50%;
  color: var(--bg);
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.social-circle::before,
.social-circle::after {
  position: absolute;
  width: min(22rem, 60vw);
  aspect-ratio: 1;
  border: 1px solid rgba(9, 10, 9, 0.28);
  border-radius: 50%;
  content: "";
}

.social-circle::after {
  width: min(38rem, 95vw);
}

.social-circle strong {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 400;
}

.social-art > p {
  position: absolute;
  margin: 0;
  color: rgba(9, 10, 9, 0.13);
  font-family: var(--display);
  font-size: clamp(5.5rem, 11vw, 11rem);
  letter-spacing: -0.04em;
  line-height: 0.74;
  text-align: center;
}

.contact {
  min-height: 46rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.contact::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 84, 39, 0.23), transparent 24rem),
    repeating-linear-gradient(90deg, transparent 0 7rem, rgba(255, 255, 255, 0.025) 7rem calc(7rem + 1px));
}

.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 62rem;
}

.contact-inner .eyebrow {
  justify-content: center;
}

.contact h2 {
  font-size: clamp(4.5rem, 10vw, 10rem);
}

.contact p:not(.eyebrow) {
  max-width: 38rem;
  margin: 2rem auto;
  color: var(--muted);
}

.contact small {
  display: block;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-orbit {
  position: absolute;
  width: min(56rem, 90vw);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  opacity: 0.6;
}

.contact-orbit::before,
.contact-orbit::after {
  position: absolute;
  inset: 9%;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.contact-orbit::after {
  inset: 19%;
}

.contact-orbit > span {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  padding: 0 0.6rem;
  color: var(--orange);
  background: var(--bg);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem var(--pad);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer > p {
  margin: 0;
  font-size: 0.72rem;
  text-align: center;
}

.site-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer > div a:hover {
  color: var(--ink);
}

.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.6rem;
  text-align: center;
}

.lightbox {
  width: min(92vw, 74rem);
  max-width: none;
  height: min(92vh, 56rem);
  max-height: none;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--ink);
  background: #070807;
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.65);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.87);
  backdrop-filter: blur(8px);
}

.lightbox-media {
  display: grid;
  width: 100%;
  height: calc(100% - 3.25rem);
  place-items: center;
}

.lightbox-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox p {
  margin: 0.7rem 3.5rem 0 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(9, 10, 9, 0.9);
  cursor: pointer;
  font-size: 1.5rem;
}

.will-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.will-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .nav-list {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr 0.78fr;
  }

  .hero-note {
    left: -1rem;
  }

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

  .intro-copy {
    grid-column: 2;
  }

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

  .specialty-card:nth-child(2) {
    border-right: 0;
  }

  .specialty-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(9, 10, 9, 0.45);
  }

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-project {
    grid-template-columns: 1fr;
  }

  .social-copy {
    max-width: 54rem;
    justify-self: start;
  }

  .social-art {
    min-height: 25rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 1.1rem;
  }

  html {
    scroll-padding-top: 4.8rem;
  }

  .site-header {
    min-height: 4.6rem;
  }

  .header-cta {
    padding: 0.7rem 0.85rem;
    font-size: 0.62rem;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 3.5rem;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(5rem, 25vw, 7.2rem);
  }

  .hero-note {
    left: 0.5rem;
  }

  .section {
    padding-block: 5.5rem;
  }

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

  .section-number {
    display: none;
  }

  .intro-copy {
    grid-column: auto;
  }

  .section-heading,
  .portfolio-heading {
    display: block;
  }

  .section-heading > p,
  .portfolio-heading > p {
    margin-top: 1.5rem;
  }

  .specialty-grid {
    grid-template-columns: 1fr;
  }

  .specialty-card {
    min-height: 25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 10, 9, 0.45);
  }

  .specialty-card:last-child {
    border-bottom: 0;
  }

  .gallery {
    grid-auto-rows: 7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .gallery-item,
  .gallery-item.feature,
  .gallery-item.tall {
    grid-row: span 3;
  }

  .gallery-item.feature,
  .gallery-item.wide {
    grid-column: span 2;
  }

  .gallery-item button > span {
    display: block;
  }

  .gallery-item small {
    display: block;
    margin-top: 0.2rem;
    text-align: left;
  }

  .reels-grid {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
  }

  .reel-card {
    min-width: min(80vw, 22rem);
    scroll-snap-align: start;
  }

  .coverup {
    grid-template-columns: 1fr;
  }

  .coverup-visual {
    width: calc(100% - 1.5rem);
  }

  .coverup-visual span {
    right: -3.5rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: auto;
    padding: 1.3rem 0 2rem;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }

  .process-grid article:last-child {
    border-bottom: 0;
  }

  .process-grid h3 {
    margin-top: 2.5rem;
  }

  .social-project {
    gap: 1rem;
  }

  .social-art {
    min-height: 22rem;
  }

  .contact {
    min-height: 42rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .brand,
  .site-footer > div {
    justify-self: center;
  }

  .site-footer > div {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .brand > span:last-child {
    display: none;
  }

  .header-cta {
    padding-inline: 0.75rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .gallery {
    grid-auto-rows: 6rem;
  }

  .gallery-item strong {
    font-size: 0.95rem;
  }

  .contact-orbit {
    width: 36rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Graphic-novel art direction */
body {
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 246, 223, 0.07) 1.15px, transparent 1.2px),
    linear-gradient(135deg, rgba(239, 67, 39, 0.08), transparent 36rem);
  background-size: 12px 12px, 100% 100%;
}

body::before {
  opacity: 0.055;
  mix-blend-mode: screen;
}

.site-header {
  min-height: 5.15rem;
  border-bottom: 3px solid var(--black);
  color: var(--ink);
  background: rgba(17, 16, 13, 0.96);
  box-shadow: 0 4px 0 var(--orange);
}

.brand {
  font-family: var(--display);
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.brand-mark {
  width: 2.65rem;
  height: 2.65rem;
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--lime);
  box-shadow: 3px 3px 0 var(--orange);
}

.brand strong {
  color: var(--orange);
}

.nav-list a {
  position: relative;
  color: var(--ink);
}

.nav-list a::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 3px;
  content: "";
  background: var(--lime);
  transform: scaleX(0) skewX(-18deg);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-list a:hover::after {
  transform: scaleX(1) skewX(-18deg);
}

.header-cta {
  border: 3px solid var(--black);
  border-radius: 0.25rem;
  color: var(--black);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--orange);
  transform: rotate(-1deg);
}

.header-cta:hover {
  color: var(--black);
  background: var(--ink);
  transform: rotate(1deg) translateY(-1px);
}

.issue-badge {
  display: inline-block;
  padding: 0.42rem 0.75rem;
  margin: 0 0 1.1rem;
  border: 3px solid var(--black);
  color: var(--black);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--orange);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}

.issue-badge.cyan {
  color: var(--ink);
  background: var(--cyan);
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: 5%;
  left: -16rem;
  z-index: -1;
  width: 38rem;
  aspect-ratio: 1;
  border: 4px solid rgba(255, 209, 47, 0.3);
  border-radius: 50%;
  content: "";
  background: repeating-radial-gradient(circle, rgba(239, 67, 39, 0.24) 0 2px, transparent 2px 11px);
}

.hero h1 {
  color: var(--ink);
  letter-spacing: -0.065em;
  text-shadow: 5px 5px 0 var(--orange), 9px 9px 0 var(--black);
  -webkit-text-stroke: 2px var(--black);
}

.hero h1 em {
  color: var(--lime);
  text-shadow: 4px 4px 0 var(--orange), 7px 7px 0 var(--black);
}

.hero-lead,
.large-copy,
.gallery-item strong,
.coverup-steps strong {
  font-family: Georgia, "Times New Roman", serif;
}

.button {
  position: relative;
  border: 3px solid var(--black);
  border-radius: 0.28rem;
  box-shadow: 5px 5px 0 var(--black);
  font-weight: 950;
  transform: rotate(-0.5deg);
}

.button:hover {
  box-shadow: 2px 2px 0 var(--black);
  transform: translate(3px, 3px) rotate(0deg);
}

.button-primary {
  color: var(--ink);
  background: var(--orange);
}

.button-primary:hover {
  color: var(--black);
  background: var(--lime);
}

.button-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--black);
  box-shadow: 5px 5px 0 var(--orange);
}

.button-ghost:hover {
  border-color: var(--ink);
  color: var(--black);
  background: var(--ink);
}

.button-light {
  border-color: var(--black);
  color: var(--black);
  background: var(--ink);
}

.hero-tags li,
.filter-button {
  border-width: 2px;
  border-radius: 0.2rem;
}

.hero-image-wrap {
  border: 5px solid var(--black);
  border-radius: 0.45rem;
  box-shadow: 14px 14px 0 var(--orange), 19px 19px 0 var(--lime);
  transform: rotate(1.2deg);
}

.hero-note {
  border: 4px solid var(--black);
  border-radius: 1.3rem;
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--black);
}

.hero-note::after {
  position: absolute;
  right: 2.4rem;
  bottom: -1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
  content: "";
  background: var(--ink);
  transform: rotate(45deg);
}

.service-strip {
  border-top: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
  color: var(--black);
  background: var(--lime);
  box-shadow: 0 8px 0 var(--orange);
}

.section {
  border-bottom: 4px solid var(--black);
}

.section-number {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 3px solid var(--black);
  color: var(--black);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--orange);
  font-size: 1rem;
}

.intro {
  max-width: none;
  background-image: linear-gradient(112deg, transparent 72%, rgba(255, 209, 47, 0.08) 72% 76%, transparent 76%);
}

.intro-heading,
.intro-copy {
  max-width: 46rem;
}

.text-link {
  border-bottom-width: 3px;
  font-weight: 950;
}

.specialties {
  background-color: var(--orange);
  background-image: radial-gradient(circle at 2px 2px, rgba(17, 16, 13, 0.22) 1.5px, transparent 1.6px);
  background-size: 13px 13px;
}

.specialty-grid {
  gap: 0.8rem;
  border: 0;
}

.specialty-card {
  border: 4px solid var(--black) !important;
  color: var(--black);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--black);
}

.specialty-card:nth-child(even) {
  background: var(--lime);
  transform: rotate(0.6deg);
}

.specialty-card:nth-child(odd) {
  transform: rotate(-0.6deg);
}

.specialty-card:hover {
  color: var(--ink);
  background: var(--black);
  box-shadow: 11px 11px 0 var(--lime);
  transform: translateY(-0.5rem) rotate(0deg);
}

.card-icon {
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--orange);
}

.portfolio,
.process,
.project-story {
  color: var(--black);
  background-color: var(--paper);
  background-image: radial-gradient(circle at 2px 2px, rgba(17, 16, 13, 0.16) 1.25px, transparent 1.3px);
  background-size: 12px 12px;
}

.portfolio-heading,
.process .section-heading,
.project-story-heading {
  padding: clamp(1rem, 2vw, 2rem);
  border: 4px solid var(--black);
  background: rgba(243, 230, 200, 0.93);
  box-shadow: 9px 9px 0 var(--orange);
}

.filters {
  padding: 0.75rem;
  border: 3px solid var(--black);
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--lime);
}

.filter-button {
  border-color: var(--black);
  color: var(--black);
  background: var(--paper);
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--ink);
  background: var(--orange);
}

.gallery {
  gap: 1rem;
}

.gallery-item {
  border: 4px solid var(--black);
  border-radius: 0.25rem;
  box-shadow: 6px 6px 0 var(--black);
}

.gallery-item:nth-child(3n + 1) {
  transform: rotate(-0.25deg);
}

.gallery-item:nth-child(3n + 2) {
  transform: rotate(0.25deg);
}

.gallery-item button > span {
  right: 0.55rem;
  bottom: 0.55rem;
  left: 0.55rem;
  padding: 0.7rem;
  border: 2px solid var(--black);
  color: var(--black);
  background: var(--ink);
}

.studio-reels,
.project-gallery {
  background-color: var(--bg-soft);
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(255, 209, 47, 0.055) 47% 52%, transparent 52%),
    radial-gradient(circle at 2px 2px, rgba(255, 246, 223, 0.08) 1.2px, transparent 1.25px);
  background-size: 100% 100%, 12px 12px;
}

.reel-card {
  border: 4px solid var(--black);
  border-radius: 0.25rem;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--orange);
  color: var(--black);
}

.reel-card video {
  border: 3px solid var(--black);
  border-radius: 0;
}

.reel-card figcaption small {
  color: var(--dark-muted);
}

.coverup {
  position: relative;
}

.coverup::after {
  position: absolute;
  right: -5rem;
  bottom: 3rem;
  z-index: -1;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: repeating-radial-gradient(circle, rgba(28, 166, 186, 0.22) 0 2px, transparent 2px 10px);
}

.coverup-visual::before {
  inset: -0.75rem;
  border: 5px solid var(--black);
  border-radius: 0;
  background: var(--lime);
  box-shadow: 10px 10px 0 var(--orange);
}

.coverup-visual img {
  border: 4px solid var(--black);
  border-radius: 0;
}

.coverup-visual span {
  border: 3px solid var(--black);
  color: var(--black);
  background: var(--cyan);
}

.honest-note {
  border: 3px solid var(--ink);
  border-left: 9px solid var(--lime);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 5px 5px 0 var(--orange);
}

.process-grid {
  gap: 0.8rem;
  border: 0;
}

.process-grid article {
  border: 4px solid var(--black) !important;
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--black);
}

.process-grid article:nth-child(2) {
  background: var(--lime);
}

.process-grid article:nth-child(3) {
  color: var(--ink);
  background: var(--orange);
}

.process-grid article:nth-child(3) p {
  color: rgba(255, 246, 223, 0.82);
}

.social-project {
  background-color: var(--cyan);
  background-image:
    radial-gradient(circle at 2px 2px, rgba(17, 16, 13, 0.2) 1.4px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 65%, rgba(255, 209, 47, 0.5) 65% 68%, transparent 68%);
  background-size: 14px 14px, 100% 100%;
}

.social-copy {
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 4px solid var(--black);
  color: var(--black);
  background: var(--paper);
  box-shadow: 11px 11px 0 var(--black);
  transform: rotate(-0.5deg);
}

.social-copy h2 em {
  color: var(--orange);
}

.social-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.dark-link {
  color: var(--black);
}

.social-circle {
  border: 5px solid var(--black);
  color: var(--black);
  background: var(--lime);
  box-shadow: 12px 12px 0 var(--orange);
}

.social-circle::before,
.social-circle::after {
  border-width: 3px;
  border-color: rgba(17, 16, 13, 0.48);
}

.contact::before {
  background:
    repeating-conic-gradient(from 12deg at 50% 48%, rgba(239, 67, 39, 0.18) 0 5deg, transparent 5deg 12deg),
    radial-gradient(circle at 50% 48%, rgba(255, 209, 47, 0.2), transparent 30rem);
}

.contact-inner {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 4px solid var(--ink);
  background: rgba(17, 16, 13, 0.92);
  box-shadow: 12px 12px 0 var(--orange);
}

.contact-actions {
  justify-content: center;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.4rem;
  margin-top: 2rem;
}

.contact-details a {
  border-bottom: 2px solid var(--lime);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.contact-orbit {
  border-width: 3px;
}

.site-footer {
  border-top: 4px solid var(--orange);
  background: var(--black);
}

/* Social project page */
.project-page {
  color: var(--ink);
}

.project-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  min-height: calc(100svh - 5rem);
  max-width: var(--max);
  padding: clamp(4rem, 8vw, 8rem) var(--pad);
  margin: 0 auto;
}

.project-hero::before {
  position: absolute;
  top: 4rem;
  right: 32%;
  z-index: -1;
  width: 21rem;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle at 2px 2px, rgba(255, 209, 47, 0.32) 2px, transparent 2.2px);
  background-size: 14px 14px;
}

.project-hero-copy {
  max-width: 49rem;
}

.project-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(4.3rem, 8.7vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.83;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 var(--orange), 9px 9px 0 var(--black);
  -webkit-text-stroke: 2px var(--black);
}

.project-hero h1 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: none;
}

.project-lead {
  max-width: 42rem;
  margin: 2rem 0 0.7rem;
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-style: italic;
  line-height: 1.12;
}

.project-hero-copy > p:not(.issue-badge, .eyebrow, .project-lead) {
  max-width: 42rem;
  color: var(--muted);
}

.project-handle {
  display: inline-block;
  padding-bottom: 0.2rem;
  margin-top: 1.7rem;
  border-bottom: 3px solid var(--cyan);
  color: var(--ink);
  font-weight: 900;
}

.project-cover {
  position: relative;
  width: min(100%, 34rem);
  justify-self: end;
}

.project-cover-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 5px solid var(--black);
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--cyan), 20px 20px 0 var(--lime);
  transform: rotate(1deg);
}

.project-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.comic-burst {
  position: absolute;
  top: -2rem;
  left: -3.7rem;
  display: grid;
  width: 10rem;
  aspect-ratio: 1;
  place-content: center;
  place-items: center;
  color: var(--black);
  background: var(--lime);
  clip-path: polygon(50% 0, 59% 23%, 76% 7%, 77% 29%, 100% 24%, 83% 44%, 100% 55%, 76% 59%, 87% 82%, 62% 74%, 55% 100%, 45% 76%, 22% 94%, 26% 67%, 0 67%, 20% 48%, 1% 32%, 28% 31%, 24% 7%, 42% 23%);
  font-family: var(--display);
  line-height: 0.82;
  text-align: center;
  transform: rotate(-8deg);
}

.comic-burst strong {
  font-size: 1.4rem;
}

.comic-burst span {
  color: var(--orange);
  font-size: 1.15rem;
}

.cover-caption {
  position: absolute;
  right: -1.8rem;
  bottom: -1.4rem;
  display: grid;
  gap: 0.2rem;
  min-width: 15rem;
  padding: 0.9rem 1rem;
  border: 4px solid var(--black);
  color: var(--black);
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
  transform: rotate(-1.5deg);
}

.cover-caption span {
  color: var(--orange-dark);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cover-caption strong {
  font-size: 0.86rem;
}

.project-strip {
  background: var(--cyan);
}

.project-story {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 2.5rem;
}

.project-story-heading,
.speech-panel,
.project-pillars {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
}

.project-story-heading h2 {
  font-size: clamp(3.8rem, 7vw, 7.5rem);
}

.speech-panel {
  position: relative;
  align-self: end;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 4px solid var(--black);
  border-radius: 2.2rem;
  background: var(--ink);
  box-shadow: 9px 9px 0 var(--cyan);
}

.speech-panel::after {
  position: absolute;
  bottom: -1.4rem;
  left: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-right: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
  content: "";
  background: var(--ink);
  transform: rotate(45deg);
}

.speech-panel p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  font-style: italic;
  line-height: 1.25;
}

.speech-panel span {
  display: block;
  margin-top: 1rem;
  color: var(--orange-dark);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-pillars {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.comic-panel {
  position: relative;
  min-height: 25rem;
  padding: 1.5rem;
  border: 4px solid var(--black);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--black);
}

.comic-panel.accent-yellow {
  background: var(--lime);
  transform: rotate(0.6deg);
}

.comic-panel.accent-cyan {
  background: var(--cyan);
  transform: rotate(-0.5deg);
}

.panel-number {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--ink);
  background: var(--orange);
  font-family: var(--display);
}

.panel-kicker {
  margin: 3rem 0 0.4rem;
  color: var(--orange-dark);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comic-panel h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.3rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.comic-panel > p:not(.panel-kicker) {
  max-width: 25rem;
}

.comic-panel a {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  padding-top: 0.7rem;
  border-top: 3px solid var(--black);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-gallery .section-heading > p {
  color: var(--muted);
}

.project-art-grid {
  display: grid;
  grid-auto-rows: 33rem;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
}

.art-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 5px solid var(--black);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--orange);
}

.art-panel:nth-child(2) {
  box-shadow: 8px 8px 0 var(--lime);
  transform: translateY(-1.2rem);
}

.art-panel:nth-child(3) {
  box-shadow: 8px 8px 0 var(--cyan);
}

.art-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-panel figcaption {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding: 0.8rem;
  border: 3px solid var(--black);
  color: var(--black);
  background: var(--ink);
}

.art-panel figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
}

.art-panel figcaption span {
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.project-portfolio-link {
  display: flex;
  width: fit-content;
  margin: 2.4rem auto 0;
}

.project-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 7rem);
  color: var(--black);
  background-color: var(--cyan);
  background-image:
    linear-gradient(135deg, transparent 0 66%, rgba(255, 209, 47, 0.6) 66% 69%, transparent 69%),
    radial-gradient(circle at 2px 2px, rgba(17, 16, 13, 0.2) 1.4px, transparent 1.5px);
  background-size: 100% 100%, 13px 13px;
}

.project-contact-copy {
  align-self: center;
}

.project-contact-copy h2 {
  font-size: clamp(4rem, 7vw, 7.5rem);
}

.project-contact-copy h2 em {
  color: var(--paper);
  text-shadow: 3px 3px 0 var(--black);
}

.project-contact-copy > p:last-child {
  max-width: 38rem;
  font-weight: 700;
}

.contact-card-stack {
  display: grid;
  gap: 1rem;
  align-self: center;
}

.contact-card {
  position: relative;
  display: grid;
  gap: 0.35rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 4px solid var(--black);
  color: var(--black);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--black);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-card:nth-child(2) {
  transform: rotate(-0.5deg);
}

.contact-card.instagram {
  background: var(--lime);
  transform: rotate(0.5deg);
}

.contact-card:hover {
  box-shadow: 3px 3px 0 var(--black);
  transform: translate(5px, 5px) rotate(0deg);
}

.contact-card span {
  color: var(--orange-dark);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.4vw, 2.2rem);
  letter-spacing: -0.035em;
}

.contact-card i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 1.8rem;
  font-style: normal;
  transform: translateY(-50%);
}

@media (max-width: 1060px) {
  .project-hero {
    grid-template-columns: 1fr 0.82fr;
  }

  .project-story {
    grid-template-columns: 1fr;
  }

  .project-story-heading,
  .speech-panel {
    max-width: none;
  }

  .project-pillars {
    grid-column: auto;
  }

  .project-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .specialty-grid,
  .project-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-pillars .comic-panel:last-child {
    grid-column: 1 / -1;
  }

  .project-art-grid {
    grid-auto-rows: 28rem;
    grid-template-columns: 1fr 1fr;
  }

  .art-panel:nth-child(2) {
    transform: none;
  }

  .art-panel:nth-child(3) {
    grid-column: 1 / -1;
    height: 32rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    border-bottom-width: 3px;
  }

  .header-cta {
    box-shadow: 3px 3px 0 var(--orange);
  }

  .hero h1,
  .project-hero h1 {
    -webkit-text-stroke-width: 1px;
    text-shadow: 3px 3px 0 var(--orange), 6px 6px 0 var(--black);
  }

  .hero-image-wrap {
    width: calc(100% - 1rem);
    box-shadow: 9px 9px 0 var(--orange), 14px 14px 0 var(--lime);
  }

  .portfolio-heading,
  .process .section-heading,
  .project-story-heading {
    box-shadow: 6px 6px 0 var(--orange);
  }

  .specialty-grid,
  .project-pillars {
    grid-template-columns: 1fr;
  }

  .project-pillars .comic-panel:last-child {
    grid-column: auto;
  }

  .specialty-card:nth-child(even),
  .specialty-card:nth-child(odd),
  .comic-panel.accent-yellow,
  .comic-panel.accent-cyan {
    transform: none;
  }

  .contact-actions .button {
    width: 100%;
  }

  .project-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .project-hero-copy,
  .project-cover {
    width: 100%;
  }

  .project-cover {
    width: calc(100% - 1rem);
    justify-self: center;
  }

  .comic-burst {
    left: -1rem;
    width: 8rem;
  }

  .cover-caption {
    right: -0.7rem;
  }

  .project-story {
    display: block;
  }

  .speech-panel {
    margin-top: 2rem;
  }

  .project-pillars {
    margin-top: 4rem;
  }

  .comic-panel {
    min-height: 22rem;
  }

  .project-art-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 0.5rem 1rem;
    scroll-snap-type: x mandatory;
  }

  .art-panel,
  .art-panel:nth-child(3) {
    min-width: min(82vw, 24rem);
    height: 31rem;
    scroll-snap-align: start;
  }

  .contact-card i {
    display: none;
  }
}

@media (max-width: 480px) {
  .issue-badge {
    font-size: 0.6rem;
  }

  .hero-note {
    max-width: calc(100% - 1rem);
  }

  .project-hero h1 {
    font-size: clamp(3.7rem, 18vw, 5.3rem);
  }

  .project-cover-image {
    box-shadow: 8px 8px 0 var(--cyan), 13px 13px 0 var(--lime);
  }

  .cover-caption {
    min-width: 13rem;
  }

  .contact-card strong {
    font-size: 1rem;
  }
}
