:root {
  --black: #050505;
  --black-2: #0a0a0a;
  --white: #eeeae1;
  --muted: #aaa69e;
  --red: #f20d2f;
  --line: #292727;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pad: clamp(1.125rem, 4vw, 4rem);
  --max: 92rem;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--sans); font-size: 1rem; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
body.menu-open .home-film { visibility: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img, video { max-width: 100%; }
::selection { background: var(--red); color: #fff; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .7rem 1rem; background: var(--white); color: var(--black); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; display: flex; min-height: 4.25rem; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid var(--line); background: rgba(5,5,5,.96); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: baseline; gap: .42rem; font-family: var(--display); font-size: 1.35rem; letter-spacing: .02em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand b { color: var(--red); font-size: 1.12em; }
.menu-button { position: relative; z-index: 102; display: grid; min-width: 3rem; min-height: 3rem; place-items: center; border: 0; background: transparent; color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.menu-button::after { content: ""; position: absolute; right: var(--pad); bottom: .65rem; width: 1.25rem; height: 2px; background: var(--red); transition: width .2s ease; }
.menu-button[aria-expanded="true"]::after { width: 3rem; }
.nav { position: fixed; z-index: 101; top: 4.25rem; right: 0; bottom: 0; left: 0; display: none; width: 100vw; height: calc(100dvh - 4.25rem); min-height: calc(100svh - 4.25rem); grid-template-rows: repeat(4, minmax(5rem, 1fr)); gap: .35rem; overflow-y: auto; padding: .75rem var(--pad) 1.25rem; background: #050505; isolation: isolate; }
.nav.is-open { display: grid; }
.nav a { display: grid; grid-template-columns: 2.35rem 1fr auto; align-items: center; min-height: 0; padding: .75rem 1rem .75rem .8rem; border: 1px solid #403d3d; border-left: 4px solid var(--red); background: #111; color: #fff; font-family: var(--display); font-size: clamp(2.5rem, 12vw, 4.25rem); letter-spacing: .01em; line-height: .9; text-decoration: none; text-shadow: 0 2px 0 #000; text-transform: uppercase; box-shadow: 0 .3rem 1.2rem rgba(0,0,0,.35); }
.nav a::before { width: auto; color: #ff173d; font-family: var(--sans); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-shadow: none; }
.nav a::after { content: "↗"; color: #d5d0c8; font-family: var(--sans); font-size: 1rem; font-weight: 700; text-shadow: none; }
.nav a:nth-child(1)::before { content: "01"; }.nav a:nth-child(2)::before { content: "02"; }.nav a:nth-child(3)::before { content: "03"; }.nav a:nth-child(4)::before { content: "04"; }
.nav a[aria-current="page"] { border-color: var(--red); background: var(--red); color: #fff; }
.nav a[aria-current="page"]::before, .nav a[aria-current="page"]::after { color: #fff; }

.frame { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.025em; line-height: .84; text-transform: uppercase; }
.display em { color: var(--red); font-style: normal; }
.lede { max-width: 42rem; color: var(--muted); font-size: clamp(1.02rem, 2vw, 1.35rem); line-height: 1.5; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.1rem; border: 1px solid var(--red); color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.button:hover { background: var(--red); }
.button--ghost { border-color: var(--line); }

/* The company ident is the homepage. It is presented as a film, never as a background. */
.home-film { min-height: calc(100svh - 4.25rem); display: grid; grid-template-rows: 1fr auto; background: #000; }
.home-film__stage { position: relative; display: grid; min-height: 0; place-items: center; overflow: hidden; padding: clamp(1rem, 4vw, 3.5rem) 0; }
.home-film__stage::before, .home-film__stage::after { content: ""; position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #2d2d2d 20%, #2d2d2d 80%, transparent); }
.home-film__stage::before { top: 0; }.home-film__stage::after { bottom: 0; }
.home-film__player { display: block; width: 100%; max-height: calc(100svh - 10.5rem); aspect-ratio: 16 / 9; background: #000; object-fit: contain; }
.home-film__toggle { position: absolute; z-index: 3; inset: 50% auto auto 50%; display: grid; width: 4.25rem; height: 4.25rem; transform: translate(-50%,-50%); place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.42); color: white; font-size: 0; cursor: pointer; backdrop-filter: blur(6px); }
.home-film__toggle::before { content: ""; width: 0; height: 0; margin-left: .25rem; border-top: .55rem solid transparent; border-bottom: .55rem solid transparent; border-left: .85rem solid white; }
.home-film__toggle[data-playing="true"] { opacity: 0; }
.home-film__stage:hover .home-film__toggle[data-playing="true"], .home-film__toggle:focus-visible { opacity: 1; }
.home-film__toggle[data-playing="true"]::before { width: .8rem; height: 1rem; margin: 0; border: 0; border-left: .25rem solid white; border-right: .25rem solid white; }
.home-film__footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: .85rem var(--pad); color: #777; font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-film__track { height: 2px; overflow: hidden; background: #222; }
.home-film__progress { display: block; width: 0; height: 100%; background: var(--red); }

.page-hero, .team-intro { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 14vw, 10rem) clamp(3.5rem, 9vw, 7rem); border-bottom: 1px solid var(--line); }
.page-hero::after, .team-intro::after { content: "13"; position: absolute; z-index: 0; right: -.07em; bottom: -.15em; color: #0b0a0a; font-family: var(--display); font-size: clamp(15rem, 48vw, 40rem); letter-spacing: -.08em; line-height: .72; pointer-events: none; }
.page-hero .frame, .team-intro .frame { position: relative; z-index: 1; }
.page-hero h1, .team-intro h1 { max-width: 10ch; font-size: clamp(3.8rem, 15vw, 10rem); }
.page-hero .lede, .team-intro .lede { margin: 1.75rem 0 0; }
.page-number { margin-top: 2.5rem; color: var(--red); font-family: var(--display); font-size: 1.25rem; }

.paper { background: var(--black); color: var(--white); }
.principles, .synopsis, .team-list { padding-block: clamp(3rem, 8vw, 7rem); }
.principles__intro { display: grid; gap: 1.5rem; margin-bottom: 3rem; }
.principles__intro h2 { font-size: clamp(3.2rem, 12vw, 7rem); }
.principles__intro p { max-width: 43rem; margin: 0; color: var(--muted); font-size: 1.05rem; }
.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.principle__num { color: var(--red); font-family: var(--display); }
.principle h3 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 9vw, 4rem); line-height: .9; text-transform: uppercase; }
.principle p { grid-column: 2; margin: 0; color: var(--muted); }

.founders { padding-block: 4rem; border-top: 1px solid var(--line); }
.founders h2 { font-size: clamp(3.2rem, 12vw, 7rem); }
.founder-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.founder { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.founder span { color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.founder strong { max-width: 7ch; text-align: right; font-family: var(--display); font-size: 2.2rem; line-height: .9; text-transform: uppercase; }

.team-intro h1 { max-width: 9ch; }
.team-member { position: relative; display: grid; gap: 1.4rem; padding: 2.5rem 0 3rem 2.75rem; border-bottom: 1px solid var(--line); }
.team-member:first-child { border-top: 1px solid var(--line); }
.team-member__number { position: absolute; top: 2.75rem; left: 0; color: var(--red); font-family: var(--display); font-size: 1rem; }
.team-member h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 14vw, 6rem); letter-spacing: -.02em; line-height: .84; text-transform: uppercase; }
.team-member__role { margin: 1rem 0 0; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.team-member__bio { max-width: 45rem; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.team-member__bio i { color: var(--white); }

.projects-hero { padding-block: clamp(4.5rem, 12vw, 9rem) clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--line); }
.projects-hero h1 { max-width: 8ch; font-size: clamp(4.5rem, 17vw, 11rem); }
.projects-hero .lede { margin: 1.75rem 0 0; }
.project-index { padding-bottom: clamp(4rem, 9vw, 8rem); }
.project-card { position: relative; display: grid; grid-template-columns: 2.25rem 1fr; gap: 1rem; min-height: 16rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.project-card__number { color: var(--red); font-family: var(--display); font-size: 1rem; }
.project-card__body { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: 2rem; }
.project-card h2 { max-width: 11ch; margin: 0; font-family: var(--display); font-size: clamp(3rem, 12vw, 8rem); letter-spacing: -.025em; line-height: .82; overflow-wrap: anywhere; text-transform: uppercase; }
.project-card__meta { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 1rem; color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.project-card__link { text-decoration: none; }
.project-card__link::after { content: "View project  ↗"; color: var(--white); }
.project-card__link:hover h2 { color: var(--red); }
.project-card--quiet h2 { color: #77736d; }
.project-card--quiet::after { content: ""; position: absolute; top: 0; right: 8%; bottom: 0; width: 1px; transform: rotate(13deg); background: #181616; }

.film-hero { display: grid; min-height: calc(100svh - 4.25rem); border-bottom: 1px solid var(--line); }
.film-hero__copy { display: flex; min-height: 46svh; flex-direction: column; justify-content: end; padding: 4rem var(--pad) 3rem; }
.film-hero__copy h1 { font-size: clamp(4rem, 17vw, 9rem); overflow-wrap: anywhere; }
.film-hero__copy .lede { margin: 1.5rem 0 0; }
.project-credit { max-width: 40rem; margin: 1.5rem 0 0; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }
.film-hero__art { position: relative; display: grid; min-height: 38svh; place-items: center; overflow: hidden; border-top: 1px solid var(--line); background: repeating-linear-gradient(104deg,#070707 0,#070707 18px,#0b0808 19px,#0b0808 20px); }
.film-hero__art::before { content: ""; position: absolute; inset: -20% auto -20% 47%; width: .5rem; transform: rotate(13deg); background: var(--red); box-shadow: 0 0 30px rgba(242,13,47,.35); }
.film-hero__art span { position: relative; z-index: 1; max-width: 5ch; color: #c4c0b7; font-family: var(--display); font-size: clamp(4rem, 17vw, 10rem); line-height: .78; overflow-wrap: anywhere; text-transform: uppercase; }
.synopsis__grid { display: grid; gap: 2rem; }
.synopsis h2 { font-size: clamp(2.8rem, 12vw, 6rem); }
.synopsis p { max-width: 48rem; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.45rem); }
.belief { position: relative; overflow: hidden; padding-block: clamp(5rem, 12vw, 10rem); border-top: 1px solid var(--line); }
.belief h2 { max-width: 10ch; font-size: clamp(4rem, 15vw, 9rem); }
.belief p { max-width: 43rem; margin: 1.75rem 0 0; color: var(--muted); }
.film-hero__art--photocopy { background: radial-gradient(circle at 28% 34%, #322f2b 0 1%, transparent 22%), linear-gradient(118deg,#060809 0 48%,#16100f 49% 52%,#070707 53%); }
.film-hero__art--photocopy::before { width: 1px; transform: rotate(-13deg); background: #e4ded1; box-shadow: -1rem 0 2rem rgba(242,13,47,.25); }
.film-hero__art--words { background: repeating-linear-gradient(0deg,#060606 0,#060606 12px,#0d0809 13px,#0d0809 14px); }
.film-hero__art--words::before { inset: 18% 12% auto auto; width: 38%; height: 38%; border: .5rem solid var(--red); border-radius: 48% 52% 42% 58%; transform: rotate(11deg); background: transparent; box-shadow: 0 0 32px rgba(242,13,47,.2); }
.film-hero__art--words span { max-width: none; }

.contact-main { min-height: calc(100svh - 4.25rem); display: grid; }
.contact-main__copy, .contact-main__note { display: flex; flex-direction: column; justify-content: center; padding: 4rem var(--pad); }
.contact-main h1 { max-width: 8ch; font-size: clamp(4rem, 15vw, 9rem); }
.contact-main__copy .lede { margin-top: 1.75rem; }
.contact-main__note { min-height: 18rem; border-top: 1px solid var(--line); background: #090707; }
.contact-main__note h2 { margin: 0 0 1rem; font-family: var(--display); font-size: clamp(2.5rem, 10vw, 5rem); line-height: .9; text-transform: uppercase; }
.contact-main__note p { max-width: 32rem; margin: 0; color: var(--muted); }

.contact-band { padding-block: 2.25rem; border-top: 1px solid var(--line); }
.contact-band__inner { display: flex; align-items: flex-start; flex-direction: column; gap: 1.5rem; }
.contact-band h2 { font-size: clamp(2.2rem, 9vw, 4rem); }
.legal { max-width: 54rem; padding-block: 4rem; }
.legal h1 { font-size: clamp(3.8rem, 14vw, 7rem); }.legal h2 { margin: 2.5rem 0 .5rem; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.legal p { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); }
.site-footer__main { display: grid; gap: 2.5rem; padding-block: 2.5rem; }
.footer-mark { font-family: var(--display); font-size: 3.25rem; line-height: .8; text-transform: uppercase; }.footer-mark em { color: var(--red); font-style: normal; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem 2rem; }.footer-links a { color: var(--muted); text-decoration: none; }.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--white); }
.site-footer__base { display: flex; flex-direction: column; gap: .4rem; padding-block: 1.25rem; border-top: 1px solid var(--line); color: #777; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: var(--pad); text-align: center; }.not-found h1 { color: var(--red); font-size: clamp(8rem, 38vw, 24rem); }.not-found p { color: var(--muted); }

:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }

@media (min-width: 760px) {
  .site-header { min-height: 5rem; }
  .menu-button { display: none; }
  .nav { position: static; display: flex; width: auto; height: auto; min-height: 0; flex-direction: row; gap: clamp(1.5rem,3vw,3rem); overflow: visible; padding: 0; background: transparent; isolation: auto; }
  .nav a { display: block; flex: none; padding: 1.2rem 0; border: 0; background: transparent; box-shadow: none; font-family: var(--sans); font-size: .72rem; font-weight: 900; letter-spacing: .14em; color: var(--muted); text-shadow: none; }
  .nav a::before, .nav a::after { display: none; }.nav a:hover, .nav a[aria-current="page"] { color: var(--white); }
  .home-film { min-height: calc(100svh - 5rem); }.home-film__player { width: min(100%, 94rem); max-height: calc(100svh - 8.5rem); }
  .principles__intro, .synopsis__grid { grid-template-columns: .65fr 1.35fr; gap: clamp(3rem,8vw,8rem); }
  .principle { grid-template-columns: 4rem .8fr 1.2fr; gap: 2rem; }.principle p { grid-column: auto; }
  .founder-list { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }.founder { min-height: 14rem; flex-direction: column; align-items: flex-start; padding: 1.5rem; border: 0; border-right: 1px solid var(--line); }.founder:last-child { border: 0; }.founder strong { text-align: left; font-size: clamp(2.5rem,4vw,4rem); }
  .team-member { grid-template-columns: 4rem minmax(15rem,.7fr) minmax(20rem,1.3fr); gap: clamp(2rem,5vw,5rem); padding-left: 0; }.team-member__number { position: static; }.team-member__bio { padding-top: .25rem; }
  .project-card { grid-template-columns: 4rem 1fr; gap: 2rem; min-height: 20rem; padding: 4rem 0; }.project-card__body { align-items: end; flex-direction: row; }.project-card h2 { max-width: 8ch; }.project-card__meta { width: auto; min-width: 17rem; flex-direction: column; align-items: flex-end; }
  .film-hero { grid-template-columns: .95fr 1.05fr; }.film-hero__copy { min-height: auto; padding: 6rem var(--pad); }.film-hero__art { min-height: auto; border-top: 0; border-left: 1px solid var(--line); }.film-hero__art span { writing-mode: vertical-rl; transform: rotate(180deg); }
  .contact-main { grid-template-columns: 1.1fr .9fr; }.contact-main__copy, .contact-main__note { padding: clamp(4rem,8vw,8rem) var(--pad); }.contact-main__note { border-top: 0; border-left: 1px solid var(--line); }
  .contact-band__inner { align-items: center; justify-content: space-between; flex-direction: row; }
  .site-footer__main { grid-template-columns: 1.25fr .75fr; }.site-footer__base { justify-content: space-between; flex-direction: row; }
}

@media (max-width: 420px) {
  .page-hero h1, .team-intro h1 { font-size: clamp(3.35rem, 16vw, 4.25rem); }
  .team-member { padding-left: 2.25rem; }.team-member h2 { font-size: clamp(2.8rem, 14vw, 3.6rem); }.team-member__bio { font-size: .96rem; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
