@font-face {
  font-family: Manrope;
  src: url("/assets/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #171916;
  --paper: #e9e9e0;
  --muted: #a5a79b;
  --ember: #ff764b;
  --pad: clamp(24px, 4.3vw, 88px);
  font-family: Manrope, sans-serif;
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 7px;
}
a,
button {
  touch-action: manipulation;
}
::selection {
  background: var(--ember);
  color: var(--ink);
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: 16px;
}
.skip:focus {
  top: 20px;
}
.masthead {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px var(--pad);
  color: var(--paper);
  background: linear-gradient(#11130fd9, transparent);
  pointer-events: none;
  transition:
    background 0.4s,
    color 0.4s;
}
.masthead > * {
  pointer-events: auto;
}
.wordmark {
  font-size: 29px;
  font-weight: 750;
  letter-spacing: -1.6px;
  line-height: 1;
}
.brand-dot {
  color: var(--ember);
}
.brand-ai {
  font-weight: 400;
}
.masthead-note {
  font-size: 9px;
  letter-spacing: 1.1px;
  line-height: 1.6;
  margin-right: auto;
  margin-left: 65px;
}
.masthead nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
}
.contact-pill {
  border: 1px solid #ffffff50;
  border-radius: 40px;
  padding: 13px 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  transition:
    background 0.25s,
    color 0.25s;
}
.contact-pill:hover {
  background: var(--paper);
  color: var(--ink);
}
.contact-pill span {
  font-size: 20px;
}
.masthead.on-paper {
  color: var(--ink);
  background: linear-gradient(#e9e9e0f2, #e9e9e000);
}
.on-paper .contact-pill {
  border-color: #17191660;
}
.on-paper .contact-pill:hover {
  background: var(--ink);
  color: var(--paper);
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.8px;
  margin: 0 0 26px;
}
.journey {
  position: relative;
}
.stage {
  display: none;
}
.chapter {
  min-height: 100svh;
  position: relative;
  padding: 150px var(--pad) 110px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #141611;
}
.chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 40%, #aa492d55, transparent 45%),
    url("/v2/poster.webp") center/cover;
  opacity: 0.8;
}
.chapter-copy {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.chapter h1,
.chapter h2 {
  font-size: clamp(55px, 7.7vw, 145px);
  font-weight: 450;
  letter-spacing: -0.067em;
  line-height: 1.04;
  margin: 0;
}
.chapter em,
.about-copy em,
.contact-section em {
  font-style: normal;
  color: var(--ember);
}
.hero-bottom {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 38px;
}
.hero-bottom p,
.chapter-body {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  color: #d2d3c9;
  letter-spacing: -0.02em;
}
.chapter-body {
  margin-top: 30px;
}
.explore {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 23px;
}
.explore span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #e9e9e060;
  border-radius: 50%;
  transition:
    background 0.3s,
    color 0.3s;
}
.explore:hover span {
  background: var(--ember);
  border-color: var(--ember);
  color: var(--ink);
}
.scene-aside {
  position: absolute;
  bottom: 115px;
  right: var(--pad);
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 1.2px;
}
.tiny-line {
  width: 28px;
  height: 1px;
  display: block;
  background: var(--ember);
  margin-bottom: 16px;
}
.small-cross {
  font-size: 20px;
  line-height: 0;
  display: inline-block;
  margin-right: 14px;
  color: var(--ember);
  vertical-align: middle;
}
.journey-controls {
  display: none;
}
.motion-ready .journey {
  height: 660svh;
}
.motion-ready .stage {
  display: block;
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: #11140f;
}
.world,
.world canvas,
.stage-shade,
.film-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.world {
  background: url("/v2/poster.webp") center/cover;
}
.world canvas {
  display: block;
  opacity: 0;
  transition: opacity 1.1s;
}
.world.loaded canvas {
  opacity: 1;
}
.stage-shade {
  background:
    linear-gradient(90deg, #0a0e0dc9 0%, #0a0e0d70 25%, transparent 66%),
    linear-gradient(
      0deg,
      #0a0e0d88,
      transparent 25%,
      transparent 82%,
      #0a0e0d50
    );
  pointer-events: none;
}
.film-grain {
  opacity: 0.04;
  pointer-events: none;
  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='.91' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.55' filter='url(%23n)'/%3E%3C/svg%3E");
}
.chapter-number {
  position: absolute;
  right: var(--pad);
  top: 48%;
  font-size: 12px;
  letter-spacing: 2px;
  color: #e9e9e070;
}
.motion-ready .story {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.motion-ready .chapter {
  position: fixed;
  inset: 0;
  min-height: 0;
  height: 100svh;
  background: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
}
.motion-ready .chapter::before {
  display: none;
}
.motion-ready .chapter-copy {
  transform: translateY(18px);
}
.motion-ready .chapter.active {
  visibility: visible;
}
.motion-ready .chapter.active a {
  pointer-events: auto;
}
.motion-ready .journey-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: var(--pad);
  right: var(--pad);
  bottom: 26px;
  z-index: 12;
  transition: opacity 0.2s;
}
.scroll-cue {
  font-size: 9px;
  letter-spacing: 1.5px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.scroll-cue > span {
  font-size: 22px;
  color: var(--ember);
}
.chapter-nav {
  display: flex;
  gap: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.chapter-nav a {
  width: 48px;
  height: 44px;
  display: grid;
  place-items: center;
}
.chapter-nav a span {
  height: 2px;
  width: 36px;
  background: #a1a59865;
  transition:
    background 0.3s,
    transform 0.3s;
}
.chapter-nav a[aria-current] span {
  background: var(--ember);
  transform: scaleY(2);
}
#motion-toggle {
  padding: 10px 0 10px 14px;
  min-height: 44px;
  background: none;
  color: var(--paper);
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
}
.motion-icon {
  font-size: 14px;
  color: var(--ember);
}
.outside-film .journey-controls {
  visibility: hidden;
  opacity: 0;
}
.still-mode .journey-controls {
  display: flex;
  position: absolute;
  top: 100px;
  right: var(--pad);
  z-index: 5;
  height: 44px;
}
.still-mode .scroll-cue,
.still-mode .chapter-nav {
  display: none;
}
.still-mode .chapter:nth-child(2)::before {
  background-position: 70% center;
  filter: hue-rotate(-12deg);
}
.still-mode .chapter:nth-child(3)::before {
  background-position: 40% center;
}
.still-mode .chapter:nth-child(4)::before {
  background-position: 90% center;
}
.work-section {
  background: var(--paper);
  color: var(--ink);
  position: relative;
  padding: 110px var(--pad) 125px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 85px;
  position: relative;
}
.section-intro .eyebrow {
  grid-column: 1/-1;
}
.section-intro h2,
.engagement-section > h2 {
  font-size: clamp(52px, 7.2vw, 112px);
  line-height: 1.05;
  font-weight: 450;
  letter-spacing: -0.065em;
  margin: 20px 0 0;
}
.section-intro h2 span {
  color: #73786b;
}
.section-deck {
  align-self: end;
  justify-self: end;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 5px;
}
.project {
  display: block;
}
.project-visual {
  position: relative;
  overflow: hidden;
  background: #d3d4c9;
  aspect-ratio: 1.35;
  border-radius: 2px;
}
.project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1),
    filter 0.8s;
}
.project:hover img {
  transform: scale(1.035);
}
.project-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: var(--paper);
  color: var(--ink);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 23px;
  display: grid;
  place-items: center;
  transition:
    transform 0.3s,
    background 0.3s;
}
.project:hover .project-arrow {
  transform: rotate(45deg);
  background: var(--ember);
}
.image-label {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 9px;
  letter-spacing: 1.2px;
  padding: 9px 11px;
  background: #e9e9e0eb;
  color: var(--ink);
}
.project-main {
  max-width: 100%;
}
.project-main .project-visual {
  aspect-ratio: 1.96;
  background: #c4c7ba;
}
.enclosure-visual img {
  object-fit: contain;
  padding: 3% 16%;
  mix-blend-mode: multiply;
}
.project-caption {
  display: flex;
  gap: 25px;
  margin-top: 24px;
}
.project-index {
  font-size: 10px;
  margin-top: 8px;
  color: #676b5e;
}
.project-caption h3 {
  font-size: clamp(25px, 3.1vw, 48px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.05em;
  margin: 0;
}
.project-caption p {
  font-size: 13px;
  color: #595e50;
  line-height: 1.7;
  margin: 15px 0 0;
}
.project-type {
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 1.3px;
  margin: 8px 0 0 auto;
}
.project-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  margin-top: 100px;
}
.project-offset {
  padding-top: 145px;
}
.project-pair h3 {
  font-size: clamp(25px, 2.8vw, 40px);
}
.credibility-visual {
  background: #c9d3c4;
}
.merit-visual {
  background: #dcd4c5;
}
.project-pair .project-visual img {
  object-fit: contain;
  padding: 10%;
  filter: saturate(0.72);
}
.text-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 35px;
  border-bottom: 1px solid currentColor;
  padding: 14px 0;
  font-size: 12px;
  align-items: center;
}
.text-link span {
  font-size: 20px;
}
.portfolio-link {
  margin-top: 50px;
}
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 135px var(--pad);
  background: #24281f;
  align-items: center;
}
.about-image {
  position: relative;
  aspect-ratio: 0.84;
  overflow: hidden;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5);
}
.about-image::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #131712c9);
}
.about-image > span {
  position: absolute;
  bottom: 27px;
  left: 27px;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  z-index: 1;
}
.about-copy h2 {
  font-size: clamp(40px, 4.7vw, 75px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -0.06em;
  margin: 0 0 35px;
}
.about-copy p:not(.eyebrow) {
  max-width: 410px;
  font-size: 14px;
  line-height: 1.9;
  color: #c6c9ba;
}
.about-copy .text-link {
  margin-top: 15px;
}
.engagement-section {
  padding: 125px var(--pad);
  background: var(--paper);
  color: var(--ink);
}
.engagement-section > h2 {
  font-size: clamp(45px, 6vw, 95px);
}
.engagement-section > h2 span {
  color: #777d6e;
}
.engagements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
  margin-top: 75px;
}
.engagements article {
  border-top: 1px solid #999e8c;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.engagement-number {
  font-size: 11px;
  margin-bottom: 45px;
  color: #666d5b;
}
.engagements h3 {
  font-size: 22px;
  font-weight: 550;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}
.engagements p {
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 45px;
  color: #535a49;
}
.engagement-tag {
  font-size: 8px;
  letter-spacing: 1.3px;
  margin-top: auto;
}
.contact-section {
  position: relative;
  padding: 130px var(--pad) 0;
  overflow: hidden;
  background: #11160f;
  text-align: center;
}
.contact-section > .eyebrow,
.contact-section > h2,
.contact-deck,
.contact-cta,
.email-note {
  position: relative;
  z-index: 1;
}
.contact-section h2 {
  font-size: clamp(60px, 10.5vw, 165px);
  line-height: 1.03;
  letter-spacing: -0.07em;
  font-weight: 450;
  margin: 40px 0 25px;
}
.contact-deck {
  font-size: 16px;
  color: #babfad;
}
.contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 65px;
  background: var(--paper);
  color: var(--ink);
  padding: 19px 25px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 26px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.contact-cta:hover {
  background: var(--ember);
  transform: translateY(-3px);
}
.contact-cta span {
  font-size: 23px;
}
.email-note {
  display: block;
  color: #959e88;
  font-size: 10px;
  margin-top: 14px;
}
.contact-orbit {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) rotate(-28deg);
  width: 900px;
  height: 600px;
  opacity: 0.4;
  pointer-events: none;
}
.contact-orbit i {
  position: absolute;
  inset: 0;
  border: 1px solid #616e4050;
  border-radius: 50%;
  transform: rotate(30deg);
}
.contact-orbit i:nth-child(2) {
  inset: 30px -60px;
  transform: rotate(-15deg);
}
.contact-orbit i:nth-child(3) {
  inset: -30px 60px;
  transform: rotate(70deg);
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #939d7330;
  margin-top: 135px;
  padding: 30px 0;
  font-size: 8px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
footer .wordmark {
  font-size: 25px;
}
footer > a:not(.wordmark) {
  font-size: 10px;
  letter-spacing: 0;
}
.enhanced .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s,
    transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.enhanced .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1700px) {
  .chapter h1,
  .chapter h2 {
    font-size: 8vw;
  }
  .chapter-copy {
    max-width: 1200px;
  }
}
@media (max-width: 900px) {
  .masthead-note {
    display: none;
  }
  .masthead {
    padding-top: 23px;
  }
  .chapter h1,
  .chapter h2 {
    font-size: clamp(60px, 9vw, 100px);
  }
  .hero-bottom {
    gap: 35px;
  }
  .scene-aside {
    display: none;
  }
  .section-intro {
    grid-template-columns: 1fr;
  }
  .section-deck {
    justify-self: start;
    margin: 30px 0 0;
  }
  .project-offset {
    padding-top: 80px;
  }
  .about-section {
    gap: 5vw;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about-copy h2 {
    font-size: 44px;
  }
  .about-copy p:not(.eyebrow) {
    font-size: 13px;
  }
  .engagements {
    gap: 3vw;
  }
  .engagements h3 {
    font-size: 20px;
  }
  footer > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 600px) {
  :root {
    --pad: 24px;
  }
  .masthead {
    padding: 19px var(--pad);
  }
  .wordmark {
    font-size: 25px;
  }
  .masthead nav {
    gap: 0;
  }
  .nav-work {
    display: none;
  }
  .contact-pill {
    padding: 10px 15px;
    gap: 19px;
    font-size: 11px;
    min-height: 44px;
  }
  .chapter {
    padding: 130px var(--pad) 100px;
    align-items: flex-end;
  }
  .chapter h1,
  .chapter h2 {
    font-size: clamp(48px, 12.6vw, 75px);
    letter-spacing: -0.063em;
    line-height: 1.06;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
    margin-bottom: 23px;
  }
  .hero-bottom {
    display: block;
    margin-top: 26px;
  }
  .hero-bottom p,
  .chapter-body {
    font-size: 13px;
    line-height: 1.8;
  }
  .explore {
    margin-top: 23px;
    font-size: 11px;
    gap: 18px;
  }
  .explore span {
    height: 39px;
    width: 39px;
  }
  .motion-ready .journey {
    height: 580svh;
  }
  .motion-ready .chapter {
    padding-bottom: 115px;
    padding-top: 125px;
    align-items: flex-end;
  }
  .motion-ready .chapter-hero {
    padding-bottom: 112px;
  }
  .stage-shade {
    background:
      linear-gradient(0deg, #0c100dec 0%, #0c100d9e 35%, #0c100d00 75%),
      linear-gradient(90deg, #0c100d30, transparent);
  }
  .chapter-number {
    right: 24px;
    top: 19%;
    font-size: 10px;
  }
  .motion-ready .journey-controls {
    bottom: 19px;
  }
  .scroll-cue {
    font-size: 7px;
    letter-spacing: 1px;
    gap: 12px;
  }
  .scroll-cue > span {
    font-size: 17px;
  }
  .chapter-nav {
    display: none;
  }
  #motion-toggle {
    font-size: 9px;
  }
  .work-section {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .section-intro {
    margin-bottom: 45px;
  }
  .section-intro h2 {
    font-size: 57px;
    margin-top: 0;
  }
  .section-deck {
    font-size: 13px;
    margin-top: 25px;
  }
  .project-main .project-visual {
    aspect-ratio: 1.08;
  }
  .enclosure-visual img {
    padding: 16% 2% 5%;
  }
  .project-type {
    display: none;
  }
  .image-label {
    top: 15px;
    left: 15px;
    font-size: 7px;
    letter-spacing: 0.9px;
  }
  .project-arrow {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
  }
  .project-caption {
    gap: 17px;
    margin-top: 21px;
  }
  .project-caption h3 {
    font-size: 30px;
  }
  .project-caption p {
    font-size: 12px;
  }
  .project-pair {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 50px;
  }
  .project-offset {
    padding-top: 0;
  }
  .project-pair .project-visual {
    aspect-ratio: 1.16;
  }
  .project-pair h3 {
    font-size: 30px;
  }
  .portfolio-link {
    margin-top: 35px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .about-image {
    aspect-ratio: 0.98;
    max-height: 520px;
  }
  .about-copy h2 {
    font-size: 49px;
  }
  .about-copy p:not(.eyebrow) {
    font-size: 14px;
  }
  .engagement-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .engagement-section > h2 {
    font-size: 44px;
  }
  .engagements {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 44px;
  }
  .engagements article {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 7px;
  }
  .engagement-number {
    grid-row: 1/4;
    margin: 5px 0;
  }
  .engagements h3 {
    font-size: 23px;
  }
  .engagements p {
    margin-bottom: 22px;
    grid-column: 2;
  }
  .engagement-tag {
    grid-column: 2;
  }
  .contact-section {
    padding-top: 85px;
  }
  .contact-section h2 {
    font-size: 64px;
    margin-top: 30px;
  }
  .contact-deck {
    font-size: 13px;
  }
  .contact-cta {
    padding: 17px 23px;
    gap: 45px;
    font-size: 12px;
  }
  .contact-orbit {
    width: 600px;
    height: 470px;
  }
  footer {
    margin-top: 85px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 30px 20px;
  }
  footer > a:not(.wordmark) {
    text-align: right;
  }
  footer > span:last-child {
    grid-column: 1/-1;
    font-size: 7px;
  }
  .still-mode .chapter {
    min-height: 90svh;
  }
  .still-mode .chapter::before {
    background-position: 60% center;
  }
}
@media (max-height: 560px) and (min-width: 601px) {
  .masthead {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .chapter h1,
  .chapter h2 {
    font-size: 48px;
  }
  .motion-ready .chapter {
    padding: 90px var(--pad) 70px;
    align-items: center;
  }
  .chapter .eyebrow {
    margin-bottom: 14px;
  }
  .hero-bottom {
    margin-top: 17px;
  }
  .chapter-body {
    margin-top: 18px;
    font-size: 12px;
  }
  .hero-bottom p {
    font-size: 12px;
  }
  .scene-aside {
    display: none;
  }
  .journey-controls {
    bottom: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .enhanced .reveal {
    opacity: 1;
    transform: none;
  }
  .project:hover img {
    transform: none;
  }
}

/* Exact native renders preserve each chapter when motion is unavailable. */
.chapter::before {
  background-image:
    linear-gradient(90deg, #10140fde, transparent 90%), url("/v2/poster.webp");
  background-size: cover;
  background-position: center;
}
.chapter:nth-child(2)::before {
  background-image:
    linear-gradient(90deg, #10140fe8, transparent 95%),
    url("/v2/direction.webp");
  filter: none;
}
.chapter:nth-child(3)::before {
  background-image:
    linear-gradient(90deg, #10140fe8, transparent 95%),
    url("/v2/intelligence.webp");
}
.chapter:nth-child(4)::before {
  background-image:
    linear-gradient(90deg, #10140fe8, transparent 95%),
    url("/v2/execution.webp");
}
@media (max-width: 600px) {
  .chapter::before {
    background-image:
      linear-gradient(0deg, #10140ff5, #10140f50), url("/v2/poster.webp");
  }
  .chapter:nth-child(2)::before {
    background-image:
      linear-gradient(0deg, #10140ff5, #10140f50), url("/v2/direction.webp");
  }
  .chapter:nth-child(3)::before {
    background-image:
      linear-gradient(0deg, #10140ff5, #10140f50), url("/v2/intelligence.webp");
  }
  .chapter:nth-child(4)::before {
    background-image:
      linear-gradient(0deg, #10140ff5, #10140f50), url("/v2/execution.webp");
  }
}
.project-main .enclosure-visual {
  background: #0c0d10;
}
.enclosure-visual img {
  padding: 3% 8%;
  mix-blend-mode: normal;
}
.credibility-visual {
  background: #0b0d0e;
}
.project-pair .credibility-visual img {
  padding: 5%;
  filter: none;
}
.project-pair .merit-visual img {
  padding: 5%;
  filter: none;
}
#work:focus,
#contact:focus {
  outline: none;
}
@media (max-width: 600px) {
  .enclosure-visual img {
    padding: 12% 0 2%;
  }
  .project-pair .project-visual img {
    padding: 0;
  }
}
.still-mode .journey-controls {
  position: fixed;
  top: auto;
  bottom: 19px;
  left: auto;
  right: var(--pad);
  height: 44px;
  background: #11160feb;
  padding: 0 12px;
  border-radius: 30px;
  border: 1px solid #eeeeee30;
}
.still-mode #motion-toggle {
  padding-left: 0;
}

@media (max-width: 600px) {
  .contact-section h2 {
    font-size: clamp(45px, 13vw, 64px);
  }
}
@media (max-height: 560px) and (min-width: 601px) {
  .chapter h1,
  .chapter h2 {
    font-size: clamp(32px, 8vh, 44px);
  }
  .chapter-body {
    line-height: 1.6;
  }
  .chapter .eyebrow {
    font-size: 8px;
  }
}

.masthead.on-paper {
  background: #e9e9e0f5;
  backdrop-filter: blur(12px);
}
@media (min-width: 601px) {
  .stage-shade {
    background:
      linear-gradient(90deg, #0a0e0de0 0%, #0a0e0d98 34%, transparent 72%),
      linear-gradient(
        0deg,
        #0a0e0d88,
        transparent 25%,
        transparent 82%,
        #0a0e0d50
      );
  }
}

/* A preview adds discovery without another row of controls. */
.chapter-nav a {
  position: relative;
}
.chapter-preview {
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 160px;
  padding: 5px;
  background: #182019;
  border: 1px solid #b8c0ad40;
  border-radius: 5px;
  box-shadow: 0 16px 45px #0008;
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    transform 0.2s,
    visibility 0.2s;
  pointer-events: none;
  font-style: normal;
}
.chapter-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 2px;
}
.chapter-preview b {
  display: block;
  padding: 9px 6px 5px;
  color: #f0eee6;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.chapter-nav a:focus-visible .chapter-preview {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (hover: hover) {
  .chapter-nav a:hover .chapter-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .chapter-preview {
    transition: none;
  }
}
@media (max-width: 600px) {
  .motion-ready .journey-controls .scroll-cue {
    display: none;
  }
  .motion-ready .chapter-nav {
    display: flex;
    position: static;
    transform: none;
    gap: 0;
  }
  .chapter-nav a {
    width: 44px;
  }
  .chapter-nav a span {
    width: 28px;
  }
  .chapter-preview {
    display: none;
  }
}
