@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap");
:root {
  --ink: #11120f;
  --paper: #eeeee5;
  --red: #fa4427;
  --line: #eeeee533;
  --muted: #a8aaa0;
  --hero-progress: 0;
  --mx: 0;
  --my: 0;
  --stage-progress: 0;
  --ease: cubic-bezier(0.18, 0.75, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font:
    16px/1.5 "DM Sans",
    Arial,
    sans-serif;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
.skip {
  position: fixed;
  top: -90px;
  left: 20px;
  padding: 15px;
  background: var(--red);
  z-index: 120;
}
.skip:focus {
  top: 15px;
}
.reading-progress {
  height: 3px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  background: var(--red);
  transform-origin: left;
  transform: scaleX(0);
}
header {
  height: 90px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  border-bottom: 1px solid #ffffff24;
  color: var(--paper);
}
.wordmark {
  font-size: 25px;
  letter-spacing: -1.4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mark {
  font-size: 43px;
  color: var(--red);
  line-height: 1;
}
.header-role {
  font-size: 11px;
  letter-spacing: 0.05em;
}
nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
}
nav a {
  padding: 12px 0;
}
nav a:hover {
  color: var(--red);
}
sup {
  font-size: 9px;
}
.nav-contact {
  border-bottom: 1px solid;
}
.nav-contact span {
  padding-left: 25px;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
/* Opening sequence: a live composition, not a panel of content. */
.hero {
  height: 110svh;
  min-height: 740px;
  position: relative;
  background: #292d25;
}
.hero-pin {
  position: relative;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
}
.choreography .hero {
  height: 150svh;
}
.choreography .hero-pin {
  position: sticky;
  top: 0;
}
.hero-world {
  position: absolute;
  inset: -4%;
  z-index: -3;
  transform: translate3d(calc(var(--mx) * -30px), calc(var(--my) * -20px), 0)
    scale(calc(1.03 + var(--hero-progress) * 0.18));
  will-change: transform;
}
.hero-world > img {
  object-position: 50% 55%;
  filter: saturate(0.5) brightness(0.68);
  transition:
    filter 1s,
    object-position 1.2s;
}
.world-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #080b0a65,
      transparent 30%,
      #080b0a15 55%,
      #080b0ade
    ),
    linear-gradient(90deg, #10130b70, transparent 70%);
}
.hero-coordinates {
  position: absolute;
  top: 120px;
  left: 4%;
  right: 4%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.hero-coordinates b {
  font-weight: 400;
}
.hero h1 {
  position: absolute;
  top: 165px;
  left: 4%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.hero-title {
  position: absolute;
  left: 3.5%;
  right: 3.5%;
  top: 23%;
  line-height: 0.76;
  pointer-events: none;
  z-index: 2;
  transform: translateY(calc(var(--hero-progress) * -80px));
  opacity: calc(1 - var(--hero-progress) * 0.8);
}
.hero-line {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(130px, 23.7vw, 410px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.77;
  transform: translateX(calc(var(--hero-progress) * -130px));
  animation: type-enter 1.3s var(--ease) both;
}
.hero-script {
  display: block;
  font-size: clamp(65px, 10.5vw, 180px);
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: -0.065em;
  color: var(--red);
  padding-left: 24%;
  margin-top: -0.025em;
  white-space: nowrap;
  transform: translateX(calc(var(--hero-progress) * 170px));
  animation: type-enter 1.5s var(--ease) both;
}
.viewfinder {
  position: absolute;
  width: 28%;
  height: 45%;
  left: 61%;
  top: 32%;
  transform: translate(calc(var(--mx) * 16px), calc(var(--my) * 10px));
  opacity: calc(0.7 + var(--hero-progress) * 0.3);
  z-index: 1;
}
.viewfinder i {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #ffffff75;
  border-style: solid;
}
.viewfinder i:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.viewfinder i:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.viewfinder i:nth-child(3) {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.viewfinder i:nth-child(4) {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.viewfinder > span {
  font-size: 9px;
  position: absolute;
  bottom: -26px;
  left: 0;
  letter-spacing: 0.1em;
}
.hero-cut {
  position: absolute;
  width: 14%;
  height: 26%;
  padding: 5px;
  background: var(--paper);
  color: var(--ink);
  z-index: 3;
  box-shadow: 0 10px 60px #0006;
  will-change: transform;
}
.hero-cut > img {
  height: calc(100% - 25px);
  object-position: 0 50%;
}
.hero-cut > span {
  font-size: 9px;
  display: block;
  padding: 5px 3px;
}
.cut-one {
  left: 5%;
  top: 63%;
  transform: translate3d(
      calc(var(--mx) * -35px + var(--hero-progress) * -110px),
      calc(var(--my) * -20px + var(--hero-progress) * 130px),
      0
    )
    rotate(-12deg);
}
.cut-one > img {
  width: 300%;
  max-width: none;
  object-fit: cover;
}
.cut-one {
  overflow: hidden;
}
.cut-one > img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  aspect-ratio: 1/1;
}
.cut-two {
  left: 38%;
  top: 66%;
  width: 19%;
  height: 19%;
  transform: translate3d(
      calc(var(--mx) * 22px + var(--hero-progress) * 100px),
      calc(var(--my) * 17px + var(--hero-progress) * 100px),
      0
    )
    rotate(8deg);
}
.hero-side {
  position: absolute;
  left: 23%;
  top: 70%;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.enter-work {
  position: absolute;
  right: 5%;
  bottom: 18%;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  z-index: 5;
}
.enter-work b {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  font-size: 27px;
  font-weight: 400;
  border: 1px solid #eee9;
  border-radius: 50%;
  transition:
    background 0.3s,
    transform 0.4s;
}
.enter-work:hover b {
  background: var(--red);
  color: var(--ink);
  transform: rotate(-35deg);
}
.hero-controls {
  position: absolute;
  bottom: 6%;
  left: 4%;
  right: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.scene-select {
  display: flex;
  border-top: 1px solid #ffffff50;
  gap: 0;
}
.scene-select button {
  font-size: 12px;
  padding: 15px 25px 15px 0;
  color: #bebfb4;
  position: relative;
  min-height: 48px;
}
.scene-select button span {
  margin-left: 12px;
}
.scene-select button[aria-pressed="true"] {
  color: var(--paper);
}
.scene-select button:before {
  content: "";
  position: absolute;
  inset: -1px 25px auto 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.scene-select button[aria-pressed="true"]:before {
  transform: scaleX(1);
}
.motion-toggle {
  font-size: 12px;
  padding: 12px 0;
  min-height: 44px;
}
.motion-toggle span {
  padding-left: 15px;
}
.hero-note {
  position: absolute;
  bottom: 2.5%;
  left: 4%;
  font-size: 9px;
  color: #babdb2;
  letter-spacing: 0.05em;
}
.hero[data-scene="1"] .hero-world > img {
  object-position: 0 50%;
  filter: brightness(0.45) saturate(0.6);
}
.hero[data-scene="1"] .hero-line {
  font-size: 19vw;
}
.hero[data-scene="2"] .hero-world > img {
  filter: grayscale(1) contrast(1.5) brightness(0.7);
}
.hero[data-scene="2"] .hero-world {
  background: var(--red);
}
.hero[data-scene="2"] .hero-world > img {
  mix-blend-mode: luminosity;
  opacity: 0.8;
}
.hero[data-scene="2"] .hero-script {
  color: var(--paper);
}
.hero[data-scene="2"] .cut-one {
  transform: rotate(14deg) translateY(-25px);
}
.hero[data-scene="2"] .cut-two {
  transform: rotate(-8deg) scale(1.15);
}
.manifesto {
  padding: 85px 5%;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  position: relative;
  z-index: 4;
}
.manifesto > p {
  font-size: clamp(27px, 3.8vw, 58px);
  letter-spacing: -0.06em;
  line-height: 1.18;
}
.manifesto > p > span {
  color: var(--red);
}
.manifesto > div {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.7;
}
.manifesto > div > a {
  display: block;
  color: var(--muted);
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
/* Four chapters move across the viewport as the visitor scrolls naturally. */
.work {
  position: relative;
  background: var(--ink);
  padding: 70px 0;
}
.work-pin {
  overflow: hidden;
  padding: 0 4%;
}
.work-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  margin-bottom: 40px;
}
.work-top > span {
  font-size: 11px;
  letter-spacing: 0.06em;
  padding-top: 8px;
}
.work-top h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(50px, 6vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin-right: auto;
  margin-left: 7%;
}
.work-top h2 em {
  font-size: 0.73em;
}
.work-navigation {
  display: flex;
  gap: 18px;
  align-items: center;
  align-self: end;
  font-size: 12px;
}
.work-navigation button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 21px;
  transition: 0.3s;
}
.work-navigation button:hover {
  background: var(--red);
  color: var(--ink);
}
.work-count {
  font-weight: 400;
}
.work-window {
  overflow: visible;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.project {
  display: block;
  min-width: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  color: var(--paper);
}
.project-visual {
  height: 470px;
  background: #343a2e;
  position: relative;
  overflow: hidden;
}
.project-visual > img {
  transition: transform 1.2s var(--ease);
  filter: saturate(0.75);
}
.project:hover .project-visual > img {
  transform: scale(1.08);
}
.project-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, #090d08bb);
  pointer-events: none;
}
.project-tag {
  position: absolute;
  left: 25px;
  top: 23px;
  font-size: 11px;
  letter-spacing: 0.045em;
  z-index: 2;
}
.project-title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(50px, 7vw, 115px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.84;
  z-index: 2;
}
.project-title > span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: block;
  margin-top: 17px;
}
.project-open {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  z-index: 3;
  transition: 0.4s;
}
.project:hover .project-open {
  background: var(--paper);
  color: var(--ink);
  transform: rotate(45deg);
}
.project-caption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.project-caption h3 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.project-caption > span {
  font-size: 11px;
  color: var(--muted);
}
.project-engine .project-visual {
  background: #d3d6b8;
  color: var(--ink);
}
.project-engine .project-visual:after {
  background: none;
}
.project-engine .project-open {
  border-color: var(--ink);
}
.engine-orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.orbit-ring {
  position: absolute;
  inset: 15%;
  border: 1px solid #242d24;
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}
.ring-one {
  transform: rotateX(60deg) rotate(-30deg);
}
.ring-two {
  inset: 0;
  animation-direction: reverse;
  border-style: dashed;
}
.ring-three {
  inset: 30%;
  animation-duration: 12s;
}
.orbit-core {
  position: absolute;
  left: 40%;
  top: 42%;
  font-size: 25px;
  font-family: Georgia, serif;
  font-style: italic;
}
.orbit-label {
  position: absolute;
  background: var(--ink);
  color: var(--paper);
  padding: 5px 10px;
  font-size: 9px;
}
.label-one {
  left: 10%;
  top: 30%;
  transform: rotate(-8deg);
}
.label-two {
  right: 0;
  top: 52%;
  transform: rotate(8deg);
}
.label-three {
  left: 30%;
  top: 0;
}
.project-worlds .project-visual {
  background: #b91f15;
}
.project-worlds .project-visual > img {
  mix-blend-mode: luminosity;
  opacity: 0.65;
  filter: grayscale(1) contrast(1.6);
}
.world-window {
  position: absolute;
  inset: 14% 28% 17%;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  transform: rotate(9deg);
  border: 1px solid #eeeee577;
  transition: transform 0.7s;
}
.world-window > img {
  width: 240%;
  max-width: none;
  object-position: 75% 50%;
  transform: translateX(-45%);
}
.project-worlds:hover .world-window {
  transform: rotate(-4deg) scale(1.04);
}
.project-social .project-visual {
  background: #c2b5a2;
  color: var(--ink);
}
.project-social .project-visual:after {
  background: linear-gradient(transparent 40%, #c2b5a2);
}
.social-collage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: rotate(-14deg) translateY(-45px);
}
.social-collage > div {
  flex: 0 0 36%;
  height: 80%;
  background: #161812;
  position: relative;
}
.social-collage > div:nth-child(2) {
  transform: translateY(45px);
}
.social-collage img {
  object-position: 0 50%;
}
.social-collage b {
  position: absolute;
  left: 10px;
  top: 8px;
  color: var(--paper);
  font-size: 36px;
  font-family: "Barlow Condensed", sans-serif;
}
.work-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 9px;
  letter-spacing: 0.07em;
  color: var(--muted);
}
.work-progress {
  height: 1px;
  background: #ffffff30;
  flex: 1;
  align-self: center;
  max-width: 350px;
}
.work-progress i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0.1);
  transform-origin: left;
}
.horizontal-work .work {
  height: 340svh;
  padding: 0;
}
.horizontal-work .work-pin {
  height: 100svh;
  min-height: 650px;
  position: sticky;
  top: 0;
  padding-top: 40px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal-work .work-top {
  margin-bottom: 25px;
}
.horizontal-work .project-grid {
  display: flex;
  gap: 4vw;
  will-change: transform;
}
.horizontal-work .project {
  flex: 0 0 66vw;
}
.horizontal-work .project-visual {
  height: 55svh;
  min-height: 330px;
  max-height: 660px;
}
.horizontal-work .project-title {
  font-size: clamp(65px, 9vw, 140px);
}
.horizontal-work .work-top h2 {
  font-size: clamp(48px, 5vw, 80px);
}
.horizontal-work .work-window {
  width: 100%;
}
/* The production desk has its own rhythm and a physical film-strip metaphor. */
.section-pad {
  padding: 100px 5%;
}
.section-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
h2 {
  font-size: clamp(40px, 5.9vw, 90px);
  line-height: 1;
  letter-spacing: -0.065em;
  font-weight: 500;
}
.process {
  background: var(--red);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.process > .section-label {
  border-bottom: 1px solid #11120f55;
  padding-bottom: 25px;
}
.process > h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(65px, 9.5vw, 150px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 60px;
}
.process > h2 em {
  font-size: 0.73em;
}
.strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #67291f;
}
.process-monitor {
  height: 200px;
  margin: 45px -8% 0;
  position: relative;
  background: var(--ink);
  transform: rotate(-3deg);
  overflow: hidden;
  border-top: 15px solid var(--ink);
  border-bottom: 15px solid var(--ink);
}
.monitor-frames {
  display: flex;
  gap: 12px;
  height: 100%;
  transform: translateX(calc(var(--stage-progress) * -16%));
  width: 130%;
  transition: transform 0.8s var(--ease);
}
.monitor-frames img {
  width: 33%;
  object-fit: cover;
  filter: grayscale(0.6);
}
.monitor-label,
.monitor-time {
  position: absolute;
  bottom: 10px;
  background: #11120fcc;
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 7px 15px;
}
.monitor-label {
  left: 9%;
}
.monitor-time {
  right: 12%;
}
.process-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  margin-top: 65px;
}
.process-intro p {
  font-size: 17px;
  line-height: 1.5;
}
.process-counter {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 170px;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1.3;
}
.process-counter > span {
  font-size: 22px;
  letter-spacing: 0;
  margin-left: 8px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #11120f55;
  border-left: 1px solid #11120f55;
}
.steps button {
  padding: 18px 12px;
  text-align: left;
  border-right: 1px solid #11120f55;
  border-bottom: 1px solid #11120f55;
  font-size: 14px;
  transition:
    background 0.3s,
    color 0.3s;
}
.steps button > span {
  display: block;
  font-size: 10px;
  margin-bottom: 8px;
  opacity: 0.7;
}
.steps button[aria-selected="true"] {
  background: var(--ink);
  color: var(--paper);
}
.steps button:hover {
  background: #11120f20;
}
.steps button[aria-selected="true"]:hover {
  background: var(--ink);
}
.step-detail {
  padding-top: 30px;
  min-height: 240px;
}
.detail-kicker {
  font-size: 10px;
  letter-spacing: 0.075em;
}
.step-detail h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 12px 0;
}
.step-detail p {
  max-width: 570px;
  line-height: 1.6;
  font-size: 16px;
}
.step-proof {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 0.8fr;
  gap: 22px;
  border-top: 1px solid #11120f55;
  padding-top: 17px;
  margin-top: 22px;
}
.step-proof > div {
  min-width: 0;
}
.step-proof span {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.055em;
  opacity: 0.66;
}
.step-proof b {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.035em;
}
@media (max-width: 760px) {
  .step-proof {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.tommie {
  background: #deded0;
  color: var(--ink);
}
.tommie-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin: 50px 0;
}
.tommie-heading h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(65px, 10vw, 155px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.04em;
}
.tommie-heading h2 em {
  font-size: 0.72em;
}
.tommie-heading p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 330px;
}
.continuity {
  --frame: 0;
  height: 580px;
  position: relative;
  overflow: hidden;
  background: #353e31;
}
.continuity > img {
  width: 160%;
  max-width: none;
  transform: translateX(calc(var(--frame) * -37.5%));
  object-position: 0% 50%;
  object-fit: cover;
  transition: transform 0.12s linear;
}
.continuity-labels {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #11120fcc;
  color: var(--paper);
  z-index: 2;
}
.continuity-labels > span {
  padding: 15px 18px;
  border-right: 1px solid #fff3;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.concept-pill {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 10px;
  letter-spacing: 0.035em;
  padding: 9px 12px;
  background: #11120fc9;
  color: var(--paper);
}
.continuity-scrub {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 24px 0;
  border-bottom: 1px solid #11120f40;
}
.continuity-scrub label {
  font-size: 12px;
}
.continuity-scrub label > span {
  display: block;
  font-size: 11px;
  color: #626759;
  margin-top: 5px;
}
.continuity-scrub output {
  font-size: 10px;
  min-width: 115px;
  text-align: right;
}
.continuity-scrub input {
  accent-color: var(--ink);
  cursor: ew-resize;
  width: 100%;
  min-height: 44px;
  padding: 0;
}
.case-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 50px;
  margin: 50px 0;
}
.case-lead {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.case-grid h3 {
  font-size: 13px;
  margin-bottom: 14px;
}
.case-grid div p {
  font-size: 15px;
  line-height: 1.7;
  color: #4f5649;
}
.case-accordion {
  margin-left: 38%;
}
details {
  border-top: 1px solid #11120f40;
}
details:last-child {
  border-bottom: 1px solid #11120f40;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 19px;
  letter-spacing: -0.03em;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span:first-child {
  font-size: 11px;
  color: #656c5b;
}
summary > span:last-child {
  margin-left: auto;
  font-size: 24px;
}
details[open] summary > span:last-child {
  transform: rotate(45deg);
}
details > p {
  padding: 0 35px 25px;
  font-size: 15px;
  line-height: 1.7;
}
.capabilities {
  background: var(--ink);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  margin-top: 60px;
}
.about-grid h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(55px, 7vw, 105px);
  letter-spacing: -0.03em;
  line-height: 0.9;
}
.about-grid h2 em {
  color: #a4ab8d;
  font-size: 0.75em;
}
.about-copy > p {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.about-copy > p + p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 24px;
}
.text-link {
  display: inline-block;
  margin-top: 25px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: 14px;
}
.capability-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-top: 80px;
}
.capability-list > h3 {
  font-size: 11px;
  line-height: 1.6;
  font-weight: 500;
}
.capability-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.capability-list li {
  border-top: 1px solid var(--line);
  padding: 19px 0;
  font-size: 20px;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition:
    color 0.3s,
    padding 0.3s;
}
.capability-list li:hover {
  color: var(--red);
  padding-left: 10px;
}
.capability-list li span {
  font-size: 10px;
  color: var(--muted);
}
.contact {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: var(--ink);
  padding-bottom: 25px;
}
.contact:before {
  content: "NEXT";
  font-family: "Barlow Condensed", sans-serif;
  position: absolute;
  font-size: 55vw;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.06em;
  right: -3%;
  top: 25%;
  color: #11120f0d;
  pointer-events: none;
}
.contact > p {
  font-size: 22px;
  margin-top: 70px;
}
.contact h2 {
  position: relative;
  max-width: 1200px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(70px, 10vw, 170px);
  line-height: 0.87;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 25px 0 40px;
}
.contact h2 em {
  font-size: 1.05em;
}
.contact-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 140px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 85px;
  line-height: 1;
  transition:
    transform 0.5s,
    background 0.4s;
}
.contact-arrow:hover {
  transform: rotate(45deg);
  background: var(--paper);
}
.brief-button {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: 20px 25px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  min-width: 270px;
}
.brief-button:hover {
  background: #363d2d;
}
.contact footer {
  position: relative;
  border-top: 1px solid #11120f55;
  padding-top: 22px;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: 0.035em;
}
footer a {
  font-size: 12px;
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 10px;
  height: 10px;
  background: var(--paper);
  border-radius: 50%;
  z-index: 120;
  mix-blend-mode: difference;
  display: none;
  place-items: center;
  transition:
    width 0.25s,
    height 0.25s,
    background 0.25s;
}
.cursor span {
  font-size: 10px;
  letter-spacing: 0.06em;
  display: none;
}
.cursor.active {
  width: 84px;
  height: 84px;
  background: var(--red);
  mix-blend-mode: normal;
  color: var(--ink);
}
.cursor.active span {
  display: block;
}
dialog {
  width: min(850px, calc(100% - 28px));
  max-height: 90dvh;
  background: var(--paper);
  color: var(--ink);
  border: 0;
  padding: 0;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #080a08d9;
  backdrop-filter: blur(8px);
}
.dialog-close {
  display: block;
  margin: 15px 25px 0 auto;
  padding: 10px;
  min-height: 44px;
}
.dialog-inner {
  padding: 25px 60px 60px;
}
.dialog-inner h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(50px, 7vw, 90px);
  font-weight: 600;
  letter-spacing: -0.035em;
  margin: 25px 0;
}
.dialog-inner > p {
  font-size: 18px;
  line-height: 1.6;
}
.dialog-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 35px;
}
.dialog-sections h3 {
  font-size: 13px;
  margin-bottom: 12px;
}
.dialog-sections p {
  font-size: 16px;
  line-height: 1.6;
}
.dialog-cta {
  display: inline-block;
  margin-top: 35px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
body.modal-open {
  overflow: hidden;
}
#brief-form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#brief-form label {
  font-size: 14px;
  margin-top: 8px;
}
input,
textarea {
  width: 100%;
  border: 1px solid #747c65;
  padding: 15px;
  background: transparent;
  border-radius: 0;
  color: inherit;
}
textarea {
  resize: vertical;
}
#brief-form button {
  background: var(--ink);
  color: var(--paper);
  padding: 18px;
  margin-top: 12px;
}
.form-note,
#brief-status {
  font-size: 12px;
  line-height: 1.6;
}
.reveal {
  transition:
    transform 0.9s var(--ease),
    opacity 0.9s var(--ease);
}
.choreography .reveal:not(.in-view) {
  opacity: 0;
  transform: translateY(35px);
}
.motion-paused * {
  animation-play-state: paused !important;
}
.motion-paused .hero-cut {
  transform: none;
}
.motion-paused .hero-title,
.motion-paused .hero-line,
.motion-paused .hero-script {
  opacity: 1;
  transform: none;
}
@keyframes type-enter {
  from {
    clip-path: inset(100% 0 0);
    translate: 0 50px;
  }
  to {
    clip-path: inset(0);
    translate: 0 0;
  }
}
@keyframes orbit {
  to {
    rotate: 360deg;
  }
}
@media (min-width: 1600px) {
  .hero-title {
    top: 25%;
  }
  .hero h1 {
    top: 19%;
  }
  .hero-coordinates {
    top: 14%;
  }
  .hero-cut {
    top: 64%;
  }
}
@media (max-width: 1100px) {
  .header-role {
    display: none;
  }
  .hero h1 {
    top: 155px;
  }
  .hero-title {
    top: 28%;
  }
  .hero-side {
    left: 24%;
    font-size: 9px;
  }
  .project-visual {
    height: 390px;
  }
  .process-body {
    gap: 35px;
  }
  .about-grid {
    gap: 40px;
  }
  .continuity {
    height: 440px;
  }
  .contact-arrow {
    width: 100px;
    height: 100px;
    font-size: 65px;
  }
}
@media (max-width: 900px) {
  .hero {
    height: 100svh;
    min-height: 720px;
  }
  .choreography .hero {
    height: 120svh;
  }
  .hero-pin {
    min-height: 720px;
  }
  .hero-title {
    top: 31%;
  }
  .hero-script {
    font-size: 11vw;
    padding-left: 15%;
    margin-top: 15px;
  }
  .hero-line {
    font-size: 24vw;
  }
  .hero h1 {
    top: 160px;
  }
  .hero-cut {
    top: 63%;
    width: 19%;
    height: 22%;
  }
  .cut-two {
    left: 38%;
    width: 25%;
    height: 16%;
    top: 70%;
  }
  .hero-side {
    left: 29%;
    top: 64%;
  }
  .enter-work {
    right: 4%;
    bottom: 17%;
  }
  .enter-work span {
    display: none;
  }
  .hero-controls {
    bottom: 5%;
  }
  .hero-note {
    font-size: 8px;
    bottom: 2%;
  }
  .hero-coordinates {
    font-size: 9px;
  }
  .manifesto {
    padding: 65px 5%;
    align-items: start;
  }
  .manifesto > div {
    max-width: 235px;
    font-size: 12px;
  }
  .work-top h2 {
    margin-left: 0;
    font-size: 60px;
  }
  .work-top > span {
    max-width: 100px;
  }
  .work-navigation {
    gap: 8px;
  }
  .project-grid {
    gap: 35px 20px;
  }
  .project-tag {
    font-size: 9px;
    left: 17px;
  }
  .project-title {
    font-size: 55px;
    left: 17px;
  }
  .project-caption {
    flex-direction: column;
    gap: 5px;
  }
  .project-visual {
    height: 360px;
  }
  .engine-orbit {
    width: 260px;
    height: 260px;
    left: 55%;
  }
  .section-pad {
    padding: 75px 5%;
  }
  .process > h2 {
    font-size: 8.5vw;
  }
  .process-body {
    grid-template-columns: 1fr 2fr;
  }
  .steps button {
    font-size: 12px;
    padding: 14px 9px;
  }
  .case-grid {
    gap: 25px;
  }
  .case-lead {
    font-size: 28px;
  }
  .about-grid h2 {
    font-size: 55px;
  }
  .capability-list {
    gap: 30px;
  }
  .capability-list li {
    font-size: 17px;
  }
  .continuity-scrub {
    gap: 20px;
  }
  .continuity-scrub label {
    font-size: 10px;
  }
  .continuity-scrub label > span {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  header {
    height: 75px;
    padding: 0 5%;
  }
  header nav {
    display: none;
  }
  .wordmark {
    font-size: 23px;
  }
  .mark {
    font-size: 35px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 44px;
    font-size: 13px;
  }
  .menu-toggle span {
    font-size: 24px;
  }
  .mobile-nav:not([hidden]) {
    display: flex;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 25px 6%;
    background: var(--ink);
    z-index: 35;
    flex-direction: column;
    gap: 5px;
    font-size: 25px;
  }
  .hero-coordinates {
    top: 100px;
  }
  .hero h1 {
    top: 145px;
    font-size: 11px;
  }
  .hero-title {
    top: 30%;
  }
  .hero-side {
    display: none;
  }
  .hero-cut {
    left: 6%;
    width: 23%;
    height: 21%;
    top: 59%;
  }
  .cut-two {
    left: 37%;
    width: 29%;
    height: 16%;
    top: 67%;
  }
  .enter-work b {
    width: 58px;
    height: 58px;
  }
  .scene-select button {
    font-size: 10px;
    padding-right: 14px;
  }
  .scene-select button span {
    margin-left: 5px;
  }
  .scene-select button:before {
    right: 14px;
  }
  .motion-toggle {
    font-size: 10px;
  }
  .motion-toggle span {
    padding-left: 7px;
  }
  .hero-controls {
    gap: 10px;
  }
  .hero-note {
    font-size: 8px;
  }
  .manifesto {
    display: block;
  }
  .manifesto > p {
    font-size: 35px;
  }
  .manifesto > div {
    max-width: none;
    margin-top: 30px;
  }
  .work-top {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .work-top > span {
    max-width: none;
    width: 100%;
    font-size: 10px;
  }
  .work-top h2 {
    font-size: 70px;
  }
  .work-navigation {
    margin-left: auto;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .project-visual {
    height: 500px;
  }
  .project-title {
    font-size: 90px;
    left: 24px;
    bottom: 25px;
  }
  .project-tag {
    left: 24px;
    font-size: 10px;
  }
  .project-caption {
    flex-direction: row;
    gap: 15px;
  }
  .project-caption h3 {
    font-size: 12px;
  }
  .project-caption > span {
    font-size: 10px;
    text-align: right;
  }
  .project-open {
    width: 45px;
    height: 45px;
  }
  .work-bottom {
    font-size: 8px;
    gap: 15px;
  }
  .work-bottom > span:last-child {
    display: none;
  }
  .work-progress {
    max-width: 140px;
  }
  .process > h2 {
    font-size: 11.5vw;
  }
  .process-monitor {
    height: 155px;
    margin-top: 35px;
  }
  .process-body {
    display: block;
    margin-top: 40px;
  }
  .process-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .process-counter {
    font-size: 95px;
    line-height: 1.2;
  }
  .process-counter > span {
    font-size: 18px;
  }
  .process-intro p {
    font-size: 15px;
  }
  .workflow {
    margin-top: 25px;
  }
  .steps button {
    font-size: 13px;
    padding: 16px 10px;
  }
  .step-detail h3 {
    font-size: 27px;
  }
  .tommie-heading {
    display: block;
  }
  .tommie-heading h2 {
    font-size: 16vw;
  }
  .tommie-heading p {
    margin-top: 25px;
    font-size: 14px;
  }
  .continuity {
    height: 390px;
  }
  .continuity > img {
    width: 260%;
    transform: translateX(calc(var(--frame) * -61.54%));
    object-fit: cover;
  }
  .continuity-labels > span {
    font-size: 8px;
    padding: 13px 8px;
  }
  .concept-pill {
    font-size: 9px;
    left: 12px;
    top: 12px;
  }
  .continuity-scrub {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .continuity-scrub label {
    font-size: 11px;
  }
  .continuity-scrub input {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .continuity-scrub output {
    font-size: 9px;
  }
  .case-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .case-lead {
    grid-column: 1/-1;
    font-size: 32px;
  }
  .case-grid div p {
    font-size: 14px;
  }
  .case-accordion {
    margin: 0;
  }
  summary {
    font-size: 17px;
    gap: 15px;
  }
  .about-grid {
    display: block;
    margin-top: 40px;
  }
  .about-grid h2 {
    font-size: 14vw;
  }
  .about-copy {
    margin-top: 35px;
  }
  .about-copy > p {
    font-size: 20px;
  }
  .capability-list {
    display: block;
    margin-top: 50px;
  }
  .capability-list ul {
    margin-top: 25px;
    gap: 0 20px;
  }
  .capability-list li {
    font-size: 16px;
  }
  .contact > p {
    margin-top: 45px;
    font-size: 20px;
  }
  .contact h2 {
    font-size: 14vw;
  }
  .contact-arrow {
    width: 67px;
    height: 67px;
    font-size: 40px;
  }
  .brief-button {
    font-size: 14px;
    min-width: 240px;
  }
  .contact footer {
    flex-wrap: wrap;
    margin-top: 65px;
    gap: 25px;
    font-size: 9px;
  }
  footer > span:nth-child(2) {
    order: 3;
    width: 100%;
    font-size: 8px;
  }
  .section-label {
    font-size: 10px;
  }
  .section-label > span:last-child {
    max-width: 130px;
    text-align: right;
  }
  .dialog-inner {
    padding: 20px 25px 35px;
  }
  .dialog-inner h2 {
    font-size: 55px;
  }
  .dialog-inner > p {
    font-size: 16px;
  }
  .dialog-sections {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cursor {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .hero {
    min-height: 690px;
  }
  .hero-pin {
    min-height: 650px;
  }
  .hero-title {
    top: 31%;
  }
  .hero-coordinates > span:first-child {
    max-width: 150px;
  }
  .hero-coordinates {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 9px;
    top: 140px;
  }
  .hero-script {
    font-size: 12vw;
    padding-left: 10%;
  }
  .hero-cut {
    top: 53%;
    height: 22%;
    width: 28%;
  }
  .cut-two {
    top: 62%;
    left: 43%;
    width: 28%;
    height: 15%;
  }
  .hero-controls {
    bottom: 7%;
    display: block;
  }
  .scene-select {
    width: 100%;
    justify-content: space-between;
  }
  .scene-select button {
    padding-right: 10px;
    font-size: 9px;
  }
  .motion-toggle {
    position: absolute;
    right: 0;
    top: 55px;
    font-size: 9px;
    padding: 5px 0;
    min-height: 30px;
  }
  .hero-note {
    bottom: 2.5%;
    max-width: 180px;
    font-size: 7px;
  }
  .enter-work {
    bottom: 20%;
    right: 6%;
  }
  .enter-work b {
    width: 50px;
    height: 50px;
  }
  .viewfinder {
    left: 65%;
    top: 40%;
    height: 35%;
  }
  .viewfinder > span {
    display: none;
  }
  .manifesto > p {
    font-size: 30px;
  }
  .project-visual {
    height: 420px;
  }
  .project-title {
    font-size: 73px;
  }
  .project-title > span {
    font-size: 12px;
  }
  .work-top h2 {
    font-size: 60px;
  }
  .work-navigation button {
    width: 40px;
    height: 40px;
  }
  .work-navigation {
    font-size: 10px;
    gap: 7px;
  }
  .section-pad {
    padding: 60px 5%;
  }
  .process > h2 {
    margin-top: 40px;
  }
  .steps button {
    padding: 14px 7px;
    font-size: 11px;
  }
  .step-detail p {
    font-size: 15px;
  }
  .continuity {
    height: 330px;
  }
  .capability-list li {
    font-size: 14px;
  }
  .capability-list ul {
    gap: 0 15px;
  }
  .contact-arrow {
    width: 55px;
    height: 55px;
    font-size: 33px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero {
    height: 100svh;
  }
  .hero-pin {
    position: relative;
  }
  .hero-world,
  .hero-title,
  .hero-line,
  .hero-script,
  .hero-cut {
    transform: none !important;
    opacity: 1 !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .cursor {
    display: none !important;
  }
}
