:root {
  --ink: #11100e;
  --muted: #716f68;
  --paper: #f5f3ed;
  --white: #fffefa;
  --blue: #1477ff;
  --green: #d8ff54;
  --rust: #9c3d16;
  --line: rgba(17, 16, 14, 0.17);
  --gutter: clamp(20px, 3.6vw, 68px);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 280px; overflow-x: hidden; background: var(--paper); }
body, button, textarea { font-family: var(--sans); }
button, textarea { color: inherit; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--blue); }
.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; }

.film {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #050505;
}
.film__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film__video--mobile { display: none; }
.film__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.32), transparent 32%, transparent 65%, rgba(0,0,0,.45)); pointer-events: none; }
.film__header, .film__footer { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); display: flex; align-items: center; justify-content: space-between; }
.film__header { top: 28px; }
.film__footer { bottom: 28px; }
.film__footer p { margin: 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.film__footer a { display: flex; align-items: center; gap: 20px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; text-decoration: none; font-size: 13px; backdrop-filter: blur(12px); }
.film__footer a span { transition: transform .25s ease; }
.film__footer a:hover span { transform: translateY(3px); }
.wordmark { display: inline-flex; align-items: center; gap: 5px; font-size: 22px; font-weight: 700; letter-spacing: -.06em; text-decoration: none; }
.wordmark span { color: var(--blue); font-size: 12px; }
.wordmark--light span { color: var(--green); }
.sound-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: #fff; background: rgba(0,0,0,.13); backdrop-filter: blur(12px); cursor: pointer; }
.sound-toggle b { font-size: 11px; font-weight: 500; }
.sound-bars { height: 12px; display: flex; align-items: center; gap: 2px; }
.sound-bars i { width: 2px; height: 4px; border-radius: 3px; background: currentColor; animation: sound 1s ease-in-out infinite alternate; animation-play-state: paused; }
.sound-bars i:nth-child(2) { height: 10px; animation-delay: -.25s; }
.sound-bars i:nth-child(3) { height: 7px; animation-delay: -.5s; }
.sound-toggle[aria-pressed="true"] .sound-bars i { animation-play-state: running; }
@keyframes sound { to { transform: scaleY(.35); } }
.sound-note { position: absolute; z-index: 3; left: 50%; bottom: 92px; transform: translate(-50%, 12px); padding: 8px 12px; border-radius: 999px; font-size: 11px; color: #fff; background: rgba(0,0,0,.4); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: .35s ease; }
.sound-note.is-visible { opacity: 1; transform: translate(-50%, 0); }

.site-nav { position: sticky; z-index: 20; top: 0; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: rgba(245,243,237,.86); backdrop-filter: blur(18px); }
.site-nav nav { display: flex; gap: 6px; }
.site-nav nav a { padding: 9px 14px; border-radius: 999px; text-decoration: none; font-size: 12px; transition: background .2s ease; }
.site-nav nav a:hover { background: #fff; }
.nav-cta { justify-self: end; display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid; text-decoration: none; font-size: 12px; }
.nav-cta span { transition: transform .2s ease; }
.nav-cta:hover span { transform: translate(2px,-2px); }

.statement { min-height: 94svh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(80px, 11vw, 180px) var(--gutter) 58px; }
.kicker { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.statement h1 { max-width: 1430px; margin: 34px 0 100px; font-size: clamp(52px, 8.6vw, 150px); line-height: .87; letter-spacing: -.075em; font-weight: 500; text-wrap: balance; }
.statement h1 em { font-family: var(--serif); font-weight: 400; }
.statement__foot { display: grid; grid-template-columns: minmax(0, 550px) auto; justify-content: space-between; align-items: end; gap: 30px; }
.statement__foot p { margin: 0; color: var(--muted); font-size: clamp(15px, 1.25vw, 20px); line-height: 1.45; }
.statement__foot a, .text-link { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid; text-decoration: none; font-size: 13px; }

.clients { overflow: hidden; padding: 42px 0 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.section-label, .about__label { display: flex; justify-content: space-between; padding: 0 var(--gutter) 30px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.client-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px clamp(28px, 4vw, 72px); padding: 0 var(--gutter); }
.client-logo { height: 128px; display: grid; place-items: center; min-width: 0; }
.client-logo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(0); opacity: .8; }
.client-logo:nth-child(4) img { transform: scale(1.35); }
.client-logo:nth-child(8) img { transform: scale(1.8); }

.selected-work { padding: clamp(90px, 10vw, 160px) var(--gutter); background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); align-items: end; gap: 60px; margin-bottom: 64px; }
.section-heading h2 { margin: 13px 0 0; font-size: clamp(58px, 9vw, 138px); line-height: .85; font-weight: 500; letter-spacing: -.07em; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.45; }
.work-grid { position: relative; display: grid; gap: 0; }
.work-card { position: sticky; top: 72px; height: calc(100svh - 72px); min-height: 620px; overflow: hidden; border-radius: 4px 4px 0 0; background: #d8d7d2; box-shadow: 0 -18px 50px rgba(17,16,14,.18); }
.work-card__link { display: block; position: absolute; inset: 0; color: #fff; text-decoration: none; }
.work-card__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.work-card__wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 50%, rgba(0,0,0,.82)); }
.work-card__meta { position: absolute; inset: 22px 24px auto; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.work-card__copy { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.work-card__copy h3 { margin: 0; font-size: clamp(48px, 8vw, 126px); line-height: .82; letter-spacing: -.07em; font-weight: 500; }
.work-card__copy p { max-width: 430px; margin: 12px 0 2px; color: rgba(255,255,255,.78); line-height: 1.4; }
.work-card__arrow { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 20px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.work-card:hover .work-card__arrow { color: #111; background: #fff; transform: rotate(8deg); }
.selected-work > .text-link { margin-top: 50px; }

.app-lab { padding: clamp(90px, 10vw, 160px) var(--gutter); color: #fff; background: #080f18; }
.section-heading--light > p { color: #9fa9b8; }
.app-cards { position: relative; }
.app-card { position: sticky; top: 72px; height: calc(100svh - 72px); min-height: 620px; overflow: hidden; border-radius: 4px 4px 0 0; box-shadow: 0 -18px 50px rgba(0,0,0,.24); }
.app-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.app-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.24), transparent 48%, rgba(0,0,0,.76)); }
.app-card__meta { position: absolute; top: 24px; left: 26px; right: 26px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.app-card__copy { position: absolute; left: 28px; right: 28px; bottom: 28px; }
.app-card__copy p { margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.app-card__copy h3 { margin: 0; font-size: clamp(58px, 9vw, 142px); line-height: .82; font-weight: 500; letter-spacing: -.07em; }

.about { --about-fill: 0%; min-height: 190svh; background: #777; }
.about__sticky { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(48px, 6vw, 90px) var(--gutter) 42px; color: #b9b9b9; color: color-mix(in srgb, #fff var(--about-fill), #a6a6a6); background: #777; background: color-mix(in srgb, var(--blue) var(--about-fill), #747474); transition: color .08s linear, background .08s linear; }
.about__label { padding-inline: 0; padding-bottom: 0; color: currentColor; opacity: .66; }
.about h2 { max-width: 1480px; margin: auto 0; font-size: clamp(38px, 5.75vw, 92px); line-height: .94; letter-spacing: -.062em; font-weight: 500; text-wrap: balance; }
.about-word { opacity: .16; transition: opacity .16s linear; }
.about__facts { display: flex; flex-wrap: wrap; gap: 10px; }
.about__facts span { padding: 10px 14px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; opacity: .62; }
.about__footer { display: grid; grid-template-columns: minmax(250px, 650px) auto; justify-content: space-between; align-items: end; gap: 60px; margin-top: 28px; padding-top: 22px; border-top: 1px solid currentColor; opacity: .72; }
.about__footer p { margin: 0; font-size: 15px; line-height: 1.45; }
.about__footer > div { display: flex; gap: 24px; }
.about__footer a { padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 12px; }

.process { position: relative; background: var(--paper); }
.process-card { position: sticky; top: 72px; min-height: calc(100svh - 72px); display: grid; place-items: center; overflow: hidden; box-shadow: 0 -18px 45px rgba(17,16,14,.08); }
.process-card--one { color: var(--ink); background: #f4f1ea; }
.process-card--two { color: #fff; background: var(--rust); }
.process-card--three { color: var(--ink); background: var(--green); }
.process-card__inner { width: min(1100px, calc(100% - 40px)); text-align: center; }
.process-number { display: block; margin-bottom: 26px; font-size: 12px; letter-spacing: .18em; }
.process-kicker { margin: 0 0 28px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.process-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 9vw, 150px); line-height: .89; font-weight: 400; letter-spacing: -.065em; text-wrap: balance; }
.process-card__inner > p:last-child { max-width: 560px; margin: 38px auto 0; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.45; opacity: .72; }

.contact { min-height: 100svh; display: flex; flex-direction: column; padding: 32px var(--gutter) 24px; color: var(--ink); background: #f7f5f0; }
.contact__top, .contact__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact__top > span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact__composer { width: 100%; margin: auto 0; text-align: center; }
.contact__composer .kicker { margin-bottom: 36px; }
.contact__composer h2 { display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: .18em; margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 112px); font-weight: 400; letter-spacing: -.055em; }
.contact__composer textarea { width: min(570px, 65vw); min-width: 270px; height: 1.18em; overflow: hidden; resize: none; border: 0; border-bottom: 1px solid rgba(17,16,14,.3); outline: 0; font: inherit; color: var(--rust); background: transparent; }
.contact__composer textarea::placeholder { color: #aaa69d; opacity: 1; }
.contact__hint { margin: 18px 0 34px; color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.contact__send { display: inline-flex; gap: 18px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; transition: color .2s ease, background .2s ease; }
.contact__send:hover { color: #fff; background: var(--ink); }
.contact__footer { padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.contact__footer a { text-decoration: none; }

.site-nav nav a.is-current { background: #fff; }
.catalog-page { background: var(--paper); }
.catalog-hero { min-height: 88svh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(120px, 12vw, 190px) var(--gutter) clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.catalog-hero h1 { margin: 30px 0 auto; font-size: clamp(76px, 15vw, 230px); line-height: .8; font-weight: 500; letter-spacing: -.08em; }
.catalog-hero > div { display: flex; justify-content: space-between; align-items: end; gap: 80px; padding-top: 70px; }
.catalog-hero > div p { max-width: 560px; margin: 0; color: var(--muted); font-size: clamp(15px, 1.35vw, 20px); line-height: 1.45; }
.catalog-hero > div a { display: inline-flex; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid; text-decoration: none; font-size: 12px; }
.catalog-stack { position: relative; padding: clamp(50px, 6vw, 90px) var(--gutter) 0; background: var(--paper); }
.catalog-card { position: sticky; top: 72px; height: calc(100svh - 72px); min-height: 620px; overflow: hidden; border-radius: 4px 4px 0 0; background: #d7d6d1; box-shadow: 0 -18px 50px rgba(17,16,14,.2); }
.catalog-card > a { position: absolute; inset: 0; color: #fff; text-decoration: none; }
.catalog-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.catalog-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.18), transparent 48%, rgba(0,0,0,.82)); }
.catalog-card__top { position: absolute; top: 25px; left: 28px; right: 28px; display: flex; justify-content: space-between; gap: 25px; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.catalog-card__copy { position: absolute; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.catalog-card__copy p { max-width: 520px; margin: 0 0 13px; color: rgba(255,255,255,.78); font-size: 14px; }
.catalog-card__copy h2 { margin: 0; font-size: clamp(64px, 11vw, 176px); line-height: .78; font-weight: 500; letter-spacing: -.075em; }
.catalog-card__arrow { flex: 0 0 auto; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 20px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.catalog-card:hover .catalog-card__arrow { color: var(--ink); background: #fff; transform: rotate(7deg); }
.catalog-contact { min-height: 86svh; display: flex; flex-direction: column; justify-content: center; padding: 90px var(--gutter) 24px; color: #fff; background: #080f18; }
.catalog-contact > a { width: fit-content; margin: 30px 0 auto; font-size: clamp(68px, 13vw, 190px); line-height: .85; letter-spacing: -.075em; text-decoration: none; }
.catalog-contact > a span { display: inline-block; font-size: .35em; transition: transform .2s ease; }
.catalog-contact > a:hover span { transform: translate(4px,-4px); }
.catalog-contact footer { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); font-size: 11px; }
.catalog-contact footer a { color: inherit; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .film__video--desktop { display: none; }
  .film__video--mobile { display: block; }
  .site-nav { grid-template-columns: 1fr auto; height: 62px; }
  .site-nav nav { display: none; }
  .statement { min-height: 82svh; }
  .statement h1 { margin-bottom: 70px; }
  .statement__foot, .section-heading, .about__footer { grid-template-columns: 1fr; }
  .statement__foot { align-items: start; }
  .statement__foot a { justify-self: start; }
  .section-heading { gap: 24px; }
  .section-heading > p { max-width: 560px; }
  .work-card { min-height: 74svh; }
  .work-card__copy { display: block; }
  .work-card__arrow { margin-top: 18px; width: 42px; height: 42px; }
  .about__footer { gap: 32px; }
  .about__footer > div { justify-content: flex-start; }
  .process-card { top: 62px; min-height: calc(100svh - 62px); }
  .work-card { top: 62px; height: calc(100svh - 62px); }
  .catalog-card { top: 62px; height: calc(100svh - 62px); }
}

@media (max-width: 560px) {
  .film__header { top: 20px; }
  .film__footer { bottom: 22px; align-items: end; }
  .film__footer p { max-width: 120px; line-height: 1.5; }
  .sound-note { bottom: 86px; white-space: nowrap; }
  .wordmark { font-size: 19px; }
  .site-nav { padding-inline: 18px; }
  .nav-cta { font-size: 11px; }
  .statement { padding-top: 80px; padding-bottom: 38px; }
  .statement h1 { font-size: clamp(49px, 15vw, 72px); }
  .clients { padding-block: 30px 38px; }
  .section-label { padding-bottom: 24px; }
  .selected-work, .app-lab { padding-block: 88px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: clamp(54px, 17vw, 82px); }
  .work-grid { gap: 12px; }
  .work-card { min-height: 68svh; }
  .work-card__meta { inset: 16px 16px auto; }
  .work-card__copy { left: 17px; right: 17px; bottom: 17px; }
  .work-card__copy h3 { font-size: clamp(44px, 14vw, 66px); }
  .work-card__copy p { font-size: 12px; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 30px; }
  .client-logo { height: 96px; }
  .app-card { top: 62px; height: calc(100svh - 62px); min-height: 560px; margin-inline: calc(var(--gutter) * -.35); }
  .app-card__meta { top: 17px; left: 17px; right: 17px; }
  .app-card__copy { left: 18px; right: 18px; bottom: 20px; }
  .app-card__copy h3 { font-size: clamp(52px, 16vw, 76px); }
  .about { min-height: 175svh; }
  .about__sticky { padding: 36px 20px 26px; }
  .about h2 { margin-block: auto; font-size: clamp(32px, 10.5vw, 48px); }
  .about__facts { gap: 6px; }
  .about__facts span { padding: 7px 9px; font-size: 10px; }
  .about__footer { margin-top: 20px; padding-top: 16px; }
  .about__footer p { display: none; }
  .about__footer > div { flex-direction: column; align-items: flex-start; gap: 14px; }
  .process-card h2 { font-size: clamp(54px, 16vw, 78px); }
  .contact { padding-inline: 20px; }
  .contact__composer h2 { display: block; }
  .contact__composer textarea { display: block; width: 100%; min-width: 0; margin-top: 12px; text-align: center; }
  .contact__footer { flex-wrap: wrap; }
  .contact__footer span { order: 3; width: 100%; text-align: center; }
  .catalog-hero { min-height: 72svh; padding-top: 82px; }
  .catalog-hero h1 { font-size: clamp(78px, 27vw, 130px); }
  .catalog-hero > div { display: block; }
  .catalog-hero > div a { margin-top: 28px; }
  .catalog-stack { padding-inline: 12px; }
  .catalog-card { min-height: 560px; }
  .catalog-card__top { top: 16px; left: 16px; right: 16px; }
  .catalog-card__top span:last-child { text-align: right; }
  .catalog-card__copy { left: 17px; right: 17px; bottom: 18px; display: block; }
  .catalog-card__copy p { max-width: 92%; font-size: 12px; }
  .catalog-card__copy h2 { font-size: clamp(58px, 19vw, 92px); }
  .catalog-card__arrow { width: 42px; height: 42px; margin-top: 18px; }
  .catalog-contact > a { font-size: clamp(72px, 22vw, 110px); }
}

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