:root {
  color-scheme: dark;
  --ink: #070707;
  --paper: #efede7;
  --muted: #989690;
  --line: rgba(239, 237, 231, 0.18);
  --accent: #ff4b22;
  --max: 1680px;
  --pad: clamp(1.1rem, 3vw, 3.5rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open,
body.dialog-open { overflow: hidden; }

button, a { color: inherit; }
button { font: inherit; }
a { text-decoration: none; }
img { display: block; width: 100%; }

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

::selection { background: var(--accent); color: #fff; }

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

.boot {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-content: center;
  gap: 1rem;
  background: var(--paper);
  color: var(--ink);
  transition: transform 800ms cubic-bezier(.77, 0, .18, 1);
}

.boot.is-done { transform: translateY(-102%); }
.boot__line { width: min(60vw, 360px); height: 2px; background: #b7b4ac; overflow: hidden; }
.boot__line span { display: block; width: 0; height: 100%; background: var(--accent); }
.boot p { margin: 0; display: flex; justify-content: space-between; font-size: .75rem; letter-spacing: .16em; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  height: 76px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease;
}

.site-header.is-scrolled { background: rgba(7, 7, 7, .82); border-color: var(--line); backdrop-filter: blur(18px); }

.wordmark { display: flex; align-items: baseline; gap: .8rem; width: max-content; }
.wordmark span { font-weight: 720; letter-spacing: .05em; }
.wordmark small, .header-meta, .desktop-nav { font-size: .72rem; letter-spacing: .14em; }
.wordmark small { color: var(--muted); }

.desktop-nav { display: flex; gap: 2.6rem; }
.desktop-nav a { position: relative; padding: .4rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent); transition: right 220ms ease; }
.desktop-nav a:hover::after { right: 0; }

.header-meta { justify-self: end; color: var(--muted); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem 0 .5rem .8rem; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; transition: transform 220ms ease; }

.mobile-nav { display: none; }

.hero {
  position: relative;
  height: max(720px, 100svh);
  min-height: 720px;
  overflow: hidden;
  padding: 100px var(--pad) 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media { z-index: 0; background: #111; }
.hero__shade { z-index: 3; background: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.12) 42%, rgba(0,0,0,.72)); }
.hero__frame { position: absolute; inset: 0; margin: 0; overflow: hidden; clip-path: inset(0 100% 0 0); animation: frameReveal 1.1s 1s cubic-bezier(.77, 0, .18, 1) forwards; }
.hero__frame img { width: 100%; height: 112%; object-fit: cover; filter: saturate(.58) contrast(1.08) brightness(.64); transform: translateY(var(--parallax, 0)); will-change: transform; }
.hero__frame--a { right: 63%; }
.hero__frame--a img { width: 270%; }
.hero__frame--b { left: 37%; right: 31%; animation-delay: 1.15s; }
.hero__frame--b img { width: 310%; transform: translateX(-33%) translateY(var(--parallax, 0)); }
.hero__frame--c { left: 69%; animation-delay: 1.3s; }
.hero__frame--c img { width: 320%; transform: translateX(-62%) translateY(var(--parallax, 0)); }
.hero__frame--a::after, .hero__frame--b::after { content: ""; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.32); }

@keyframes frameReveal { to { clip-path: inset(0); } }

.hero__topline, .hero__title-wrap, .hero__footer { position: relative; z-index: 5; }
.hero__topline { display: flex; justify-content: space-between; font-size: .7rem; letter-spacing: .18em; color: rgba(255,255,255,.75); }
.eyebrow, .section-index { margin: 0; font-size: .7rem; letter-spacing: .18em; color: var(--muted); }

.hero__title-wrap { align-self: stretch; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.hero__title-wrap .eyebrow { grid-column: 1 / -1; margin-bottom: .3rem; color: rgba(255,255,255,.72); }
.hero h1 { margin: 0; line-height: .77; text-transform: uppercase; letter-spacing: -.075em; }
.hero h1 span { display: block; font-size: clamp(5rem, 15.3vw, 17rem); font-weight: 780; }
.hero h1 em { display: block; margin: .32em 0 0 .07em; color: var(--accent); font-family: "Songti SC", STSong, serif; font-size: clamp(2.8rem, 7.1vw, 7.5rem); font-style: normal; font-weight: 400; letter-spacing: .08em; }
.hero__statement { align-self: end; margin: 0 0 .55rem 2rem; font-family: "Songti SC", STSong, serif; font-size: clamp(1.05rem, 1.6vw, 1.6rem); line-height: 1.65; white-space: nowrap; }
.hero__footer { display: flex; justify-content: space-between; align-items: end; }
.text-button { padding: 0; border: 0; background: transparent; cursor: pointer; letter-spacing: .08em; }
.play-dot { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: .6rem; border-radius: 50%; background: var(--accent); font-size: .55rem; }
.scroll-cue { display: flex; gap: 1rem; align-items: center; color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .15em; }
.scroll-cue span { font-size: 1.3rem; color: var(--paper); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

.manifesto, .works, .approach, .profile, .contact { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.manifesto { min-height: 78vh; padding-top: clamp(6rem, 12vw, 13rem); padding-bottom: clamp(6rem, 12vw, 13rem); display: grid; grid-template-columns: 1fr 3fr 1.35fr; gap: 3rem; align-items: start; }
.manifesto__lead { margin: 0; font-family: "Songti SC", STSong, serif; font-size: clamp(2rem, 4.4vw, 4.8rem); line-height: 1.34; letter-spacing: -.02em; }
.manifesto__aside { margin: .7rem 0 0; color: var(--muted); line-height: 1.9; }

.works { padding-bottom: clamp(7rem, 13vw, 14rem); }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.section-head h2, .approach h2, .profile h2 { margin: 1rem 0 0; font-family: "Songti SC", STSong, serif; font-size: clamp(2.3rem, 4.6vw, 5rem); line-height: 1.18; font-weight: 400; }
.filters { display: flex; gap: .4rem; flex-wrap: wrap; justify-content: flex-end; }
.filter { border: 1px solid var(--line); background: transparent; padding: .55rem 1rem; border-radius: 99px; cursor: pointer; font-size: .8rem; transition: background 180ms ease, color 180ms ease; }
.filter:hover, .filter.is-active { background: var(--paper); color: var(--ink); }

.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 3.2rem) 1rem; }
.project { cursor: pointer; min-width: 0; transition: opacity 260ms ease; }
.project--wide { grid-column: 1 / -1; }
.project[hidden] { display: none; }
.project__media { position: relative; overflow: hidden; background: #181818; aspect-ratio: 16 / 9; }
.project__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 500ms ease; }
.project__media video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 500ms ease; }
.project__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35)); }
.project:hover img, .project:focus img,
.project:hover video, .project:focus video { transform: scale(1.035); filter: saturate(1) contrast(1.05); }
.project__view { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 88px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); color: #fff; font-size: .63rem; letter-spacing: .1em; transform: scale(0); transition: transform 300ms cubic-bezier(.2,.9,.3,1.3); }
.project:hover .project__view, .project:focus .project__view { transform: scale(1); }
.project__meta { display: grid; grid-template-columns: 48px 1fr 1fr auto; gap: 1rem; align-items: baseline; padding: 1rem 0 1.3rem; border-bottom: 1px solid var(--line); }
.project__meta span, .project__meta p, .project__meta time { color: var(--muted); font-size: .78rem; }
.project__meta h3, .project__meta p { margin: 0; }
.project__meta h3 { font-family: "Songti SC", STSong, serif; font-size: 1.55rem; font-weight: 400; }

.archive-kicker {
  margin: clamp(5rem, 9vw, 9rem) 0 1.4rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .18em;
}

.archive-list {
  margin-top: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.archive-card { min-width: 0; }
.archive-card .project__meta h3 { overflow-wrap: anywhere; }


.approach { padding-bottom: clamp(7rem, 13vw, 14rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.approach__sticky { position: sticky; top: 120px; align-self: start; }
.approach__sticky > p:last-child { max-width: 36rem; margin-top: 2rem; color: var(--muted); line-height: 1.9; }
.approach__steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.approach__steps li { min-height: 190px; display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.approach__steps li > span { color: var(--accent); font-size: .78rem; }
.approach__steps h3 { margin: 0 0 1rem; font-family: "Songti SC", STSong, serif; font-size: clamp(1.5rem, 2.4vw, 2.5rem); font-weight: 400; }
.approach__steps p { max-width: 35rem; margin: 0; color: var(--muted); line-height: 1.8; }

.profile { padding-bottom: clamp(7rem, 13vw, 14rem); }
.profile__title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 3rem; }
.profile__grid { display: grid; grid-template-columns: minmax(320px, 1fr) 1fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.portrait-placeholder { aspect-ratio: 1 / 1; overflow: hidden; background: #000; border: 1px solid var(--line); }
.portrait-placeholder img { width: 100%; height: 100%; object-fit: contain; }
.profile__bio { padding: 1rem 0; }
.profile__bio > p { max-width: 50rem; }
.profile__lead { margin: 0 0 2rem; font-family: "Songti SC", STSong, serif; font-size: clamp(1.8rem, 3.5vw, 3.8rem); line-height: 1.35; }
.profile__bio > p:not(.profile__lead) { color: var(--muted); line-height: 1.9; }
.profile__bio dl { margin: 3rem 0; border-top: 1px solid var(--line); }
.profile__bio dl div { display: grid; grid-template-columns: 120px 1fr; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.profile__bio dt { color: var(--muted); }
.profile__bio dd { margin: 0; }
.download-link { display: inline-flex; align-items: center; gap: 1.2rem; padding-bottom: .5rem; border-bottom: 1px solid var(--paper); }
.download-link span { color: var(--accent); }

.profile__honors {
  margin-top: clamp(4rem, 8vw, 8rem);
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(160px, .45fr) 1.55fr;
  gap: 3rem;
}
.profile__honors > p {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
}
.profile__honors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2rem;
}
.profile__honors li {
  padding: .8rem 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(244,244,241,.74);
  font-size: .86rem;
  line-height: 1.5;
}

.contact { min-height: 92vh; padding-top: 5rem; padding-bottom: 2.2rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.contact__main { margin: auto 0; }
.contact__main p { margin: 0 0 1rem; color: var(--muted); }
.contact__main a { display: flex; align-items: center; justify-content: space-between; font-size: clamp(3.2rem, 10.5vw, 11rem); font-weight: 780; line-height: .94; letter-spacing: -.07em; transition: color 220ms ease; }
.contact__main a:hover { color: var(--accent); }
.contact__main span { font-size: .5em; font-weight: 400; }
.contact__foot { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .08em; }

.project-dialog, .reel-dialog { max-height: calc(100svh - 2rem); padding: 0; border: 1px solid #333; background: #0a0a0a; color: var(--paper); }
.project-dialog { width: min(940px, calc(100vw - 2rem), 100svh); }
.reel-dialog { width: min(1180px, calc(100vw - 2rem)); }
.project-dialog::backdrop, .reel-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(12px); }
.project-dialog[open] { display: block; overflow-y: auto; }
.dialog-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.5); padding: .55rem .8rem; cursor: pointer; font-size: .68rem; letter-spacing: .12em; }
.dialog-media { width: 100%; aspect-ratio: var(--video-aspect, 16 / 9); max-height: 68svh; background: #000; }
.dialog-media video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
.dialog-content { padding: clamp(1.5rem, 3vw, 2.5rem); }
.dialog-index { margin: 0; color: var(--muted); font-size: .72rem; letter-spacing: .15em; }
.dialog-content h2 { margin: .7rem 0 0; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 300; line-height: 1.2; overflow-wrap: anywhere; }
.dialog-logline { margin: .65rem 0 0; font-size: 1rem; line-height: 1.6; }
.dialog-content dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 1.4rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.dialog-content dl div { display: flex; flex-direction: column; gap: .35rem; min-width: 0; font-size: .86rem; }
.dialog-content dt { color: var(--muted); }
.dialog-content dd { margin: 0; overflow-wrap: anywhere; }

.reel-dialog { aspect-ratio: 16 / 9; }
.reel-placeholder { height: 100%; min-height: 560px; display: grid; place-items: center; align-content: center; gap: 1.5rem; background: radial-gradient(circle at center, #242424, #090909 62%); }
.reel-placeholder > span { position: absolute; top: 1rem; left: 1rem; font-size: .7rem; letter-spacing: .14em; color: var(--muted); }
.reel-placeholder button { width: 84px; aspect-ratio: 1; border-radius: 50%; border: 0; background: var(--accent); cursor: pointer; font-size: 1.2rem; }
.reel-placeholder p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; }
  .desktop-nav, .header-meta > span, .wordmark small { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 70; inset: 0; padding: 110px var(--pad) 3rem; display: flex; flex-direction: column; gap: 0; background: var(--ink); transform: translateY(-105%); transition: transform 500ms cubic-bezier(.77,0,.18,1); }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-family: "Songti SC", STSong, serif; font-size: 2rem; }

  .hero { min-height: 680px; padding-top: 90px; }
  .hero__frame--a { right: 50%; }
  .hero__frame--b { left: 50%; right: 0; }
  .hero__frame--c { display: none; }
  .hero__title-wrap { display: block; }
  .hero h1 span { font-size: clamp(4rem, 18vw, 8rem); }
  .hero h1 em { font-size: clamp(2.6rem, 10vw, 5rem); }
  .hero__statement { margin: 2.2rem 0 0; white-space: normal; }
  .scroll-cue { display: none; }

  .manifesto { grid-template-columns: 1fr; gap: 2rem; min-height: 0; }
  .manifesto__lead { font-size: clamp(2rem, 8vw, 4rem); }
  .manifesto__aside { max-width: 36rem; }
  .section-head { display: block; }
  .filters { justify-content: flex-start; margin-top: 2rem; }
  .featured-grid { grid-template-columns: 1fr; }
  .project--wide { grid-column: auto; }
  .project__view { display: none; }
  .project__meta { grid-template-columns: 36px 1fr auto; }
  .project__meta p { grid-column: 2 / 3; }
  .project__meta time { grid-column: 3; grid-row: 1; }
  .archive-list { grid-template-columns: 1fr; }
  .approach { grid-template-columns: 1fr; gap: 4rem; }
  .approach__sticky { position: static; }
  .profile__grid { grid-template-columns: 1fr; }
  .portrait-placeholder { max-width: 520px; }
  .profile__honors { grid-template-columns: 1fr; gap: 1.5rem; }
  .profile__honors ul { grid-template-columns: 1fr; }
  .contact__foot { flex-direction: column; gap: .5rem; }
  .dialog-content dl { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.2rem; }
  .reel-placeholder { min-height: 0; }
}

@media (max-width: 520px) {
  .hero__topline span:last-child { display: none; }
  .hero__footer { align-items: start; }
  .hero h1 { line-height: .85; }
  .hero h1 span { font-size: 19vw; }
  .hero h1 em { margin-top: .55rem; font-size: 12vw; }
  .manifesto, .works, .approach, .profile, .contact { padding-left: 1.1rem; padding-right: 1.1rem; }
  .archive-row strong { font-size: 1.05rem; }
  .approach__steps li { grid-template-columns: 44px 1fr; }
  .profile__bio dl div { grid-template-columns: 92px 1fr; }
  .contact__main a { font-size: 13vw; }
}

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

/* V2 — monochrome cinematic editorial direction */
:root {
  color-scheme: dark;
  --ink: #07090c;
  --paper: #f4f4f1;
  --muted: #8f949b;
  --line: rgba(244, 244, 241, 0.16);
  --accent: #d9dde3;
}

body {
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-weight: 350;
  letter-spacing: -0.012em;
}

.grain { opacity: 0.022; mix-blend-mode: soft-light; }

.site-header { height: 84px; }
.site-header.is-scrolled { background: rgba(7, 9, 12, .78); border-color: rgba(255,255,255,.11); }
.wordmark span { font-weight: 500; letter-spacing: .01em; }
.wordmark small, .header-meta, .desktop-nav { font-size: .67rem; letter-spacing: .17em; font-weight: 450; }
.desktop-nav a::after { background: var(--paper); }

.hero {
  height: 100svh;
  min-height: 720px;
  padding-top: 116px;
  padding-bottom: 42px;
  background: #090b0e;
}

.hero__media { background: #090b0e url("./assets/hero-background-v2-still.jpg") center / cover no-repeat; }
.hero__video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.08) brightness(.72);
}
.hero__shade {
  background:
    linear-gradient(180deg, rgba(4,6,8,.5) 0%, rgba(4,6,8,.05) 42%, rgba(4,6,8,.78) 100%),
    linear-gradient(90deg, rgba(4,6,8,.34), transparent 52%, rgba(4,6,8,.22));
}

.hero__frame,
.hero__frame--a,
.hero__frame--b,
.hero__frame--c {
  inset: 0;
  margin: 0;
  opacity: 0;
  clip-path: none;
  animation: heroFrameCycle 21s linear infinite;
}

.hero__frame--a { animation-delay: 0s; }
.hero__frame--b { animation-delay: 7s; }
.hero__frame--c { animation-delay: 14s; }
.hero__frame--a::after, .hero__frame--b::after { display: none; }

.hero__frame img,
.hero__frame--a img,
.hero__frame--b img,
.hero__frame--c img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.12) brightness(.72);
  transform: translate3d(0, var(--parallax, 0), 0) scale(1.035);
  animation: heroImageDrift 21s ease-out infinite;
}

.hero__frame--b img { object-position: center 42%; }
.hero__frame--c img { object-position: center 48%; }

@keyframes heroFrameCycle {
  0%, 27% { opacity: 1; }
  33%, 94% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroImageDrift {
  0% { transform: translate3d(0, var(--parallax, 0), 0) scale(1.035); }
  33%, 100% { transform: translate3d(-1.2%, var(--parallax, 0), 0) scale(1.13); }
}

.hero__topline { font-size: .65rem; letter-spacing: .18em; color: rgba(255,255,255,.68); }
.eyebrow, .section-index { font-size: .66rem; letter-spacing: .2em; font-weight: 500; }

.hero__title-wrap {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 1.5vh;
}

.hero__title-wrap .eyebrow { margin-bottom: 1.4rem; }
.hero h1 { line-height: .9; letter-spacing: -.052em; text-transform: none; }
.hero h1 span {
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 400;
  letter-spacing: .22em;
}
.hero h1 em {
  display: block;
  position: relative;
  width: clamp(16rem, 29vw, 31rem);
  margin: .7rem 0 0 -.55rem;
  transform: rotate(-1.4deg);
  transform-origin: left center;
}
.hero h1 em img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1px 10px rgba(0,0,0,.18));
}
.hero__statement {
  max-width: 26rem;
  margin: 0 0 .55rem 3rem;
  font-family: inherit;
  font-size: clamp(.95rem, 1.25vw, 1.25rem);
  font-weight: 350;
  letter-spacing: .02em;
  line-height: 1.6;
}

.text-button { font-size: .68rem; letter-spacing: .17em; font-weight: 500; }
.play-dot {
  width: 44px;
  height: 44px;
  margin-right: .85rem;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,.12);
  backdrop-filter: blur(8px);
  font-size: .52rem;
  letter-spacing: .08em;
}
.scroll-cue { font-size: .62rem; letter-spacing: .18em; }
.hero__frame-counter {
  position: absolute;
  left: 50%;
  bottom: 12px;
  display: grid;
  grid-template-columns: auto 72px auto;
  gap: .7rem;
  align-items: center;
  transform: translateX(-50%);
  color: rgba(255,255,255,.72);
  font-size: .62rem;
  letter-spacing: .12em;
}
.hero__frame-counter i { display: block; height: 1px; background: rgba(255,255,255,.45); }
.hero__frame-counter small { font-size: inherit; color: rgba(255,255,255,.38); }

.manifesto {
  max-width: none;
  min-height: 86svh;
  margin: 0;
  padding: clamp(5rem, 8vw, 8rem) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  display: grid;
  grid-template-columns: minmax(150px, .7fr) 3.3fr;
  gap: 4rem;
  align-items: start;
  background: var(--paper);
  color: #0b0d10;
}
.manifesto .section-index { color: #777b80; }
.manifesto__copy { align-self: center; }
.manifesto__lead {
  margin: 0;
  font-family: inherit;
  font-size: clamp(3rem, 7.4vw, 8rem);
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -.065em;
}
.manifesto__aside {
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  color: #73777c;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1.6;
}

.works { padding-top: clamp(7rem, 11vw, 12rem); }
.section-head h2, .approach h2, .profile h2,
.project__meta h3, .approach__steps h3,
.portrait-placeholder p, .profile__lead, .dialog-content h2, .dialog-logline {
  font-family: inherit;
}
.section-head h2, .approach h2, .profile h2 { font-weight: 300; letter-spacing: -.055em; }
.filter { border-color: rgba(255,255,255,.22); font-size: .75rem; letter-spacing: .04em; }
.filter:hover, .filter.is-active { background: var(--paper); color: var(--ink); }
.project__media img { filter: saturate(.55) contrast(1.08); }
.project:hover img, .project:focus img { filter: saturate(.86) contrast(1.06); }
.project__view { background: rgba(244,244,241,.93); color: #090b0e; }
.project__meta h3 { font-weight: 350; letter-spacing: -.03em; }
.approach__steps li > span, .dialog-index, .download-link span { color: #cdd2d8; }
.approach__steps h3 { font-weight: 350; letter-spacing: -.035em; }
.profile__lead { font-weight: 300; letter-spacing: -.045em; }
.portrait-placeholder { background: #0d1014; }
.portrait-placeholder p { color: #343941; font-weight: 300; }
.contact__main a { font-weight: 300; letter-spacing: -.075em; }
.contact__main a:hover { color: #fff; opacity: .72; }
.reel-placeholder button { background: #f3f3f0; color: #090b0e; }

@media (max-width: 900px) {
  .mobile-nav a { font-family: inherit; font-weight: 300; }
  .hero { min-height: 680px; padding-top: 96px; }
  .hero__frame--a, .hero__frame--b, .hero__frame--c { inset: 0; display: block; }
  .hero__title-wrap { display: grid; grid-template-columns: 1fr; }
  .hero h1 span { font-size: .78rem; }
  .hero h1 em { width: min(72vw, 18rem); margin: .75rem 0 0 -.4rem; }
  .hero__statement { margin: 1.8rem 0 0; }
  .hero__frame-counter { display: none; }
  .manifesto { min-height: 72svh; grid-template-columns: 1fr; gap: 5rem; }
  .manifesto__copy { align-self: start; }
  .manifesto__lead { font-size: clamp(3rem, 11.5vw, 6rem); }
}

@media (max-width: 520px) {
  .hero h1 { line-height: .95; }
  .hero h1 span { font-size: .68rem; letter-spacing: .18em; }
  .hero h1 em { width: min(74vw, 17rem); }
  .hero__statement { font-size: .9rem; }
  .hero__footer { align-items: flex-end; }
  .text-button { letter-spacing: .12em; }
  .manifesto { padding-left: 1.1rem; padding-right: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__frame { opacity: 0; }
  .hero__frame--a { opacity: 1; }
  .hero__frame img { transform: none; }
}
