@font-face {
  font-family: "YZR Sans";
  src: local("Noto Sans SC"), url("../fonts/NotoSansSC-VF.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "YZR Serif";
  src: local("Noto Serif SC"), url("../fonts/NotoSerifSC-VF.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #0a0a0a;
  --paper: #f2f1ed;
  --line: rgba(255,255,255,.32);
  --pad: clamp(22px, 4vw, 68px);
  --header-h: 118px;
  --ease: cubic-bezier(.22,.76,.24,1);
  --font-sans: "YZR Sans", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-serif: "YZR Serif", "Noto Serif SC", "Songti SC", STSong, serif;
  --font-en: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --type-primary: #f1efe9;
  --type-muted: #979792;
  --type-accent: #c4ad99;
}
body[data-page="fiction"] { --type-accent: #c3a392; }
body[data-page="documentary"] { --type-accent: #aab6b2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--type-primary); font-family: var(--font-sans); font-weight: 350; font-variation-settings: "wght" 350; animation: pageFade .7s ease both; }
@keyframes pageFade { from { opacity: 0; } to { opacity: 1; } }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button { font: inherit; }
#site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: #fff; transition: background .4s ease, color .4s ease, height .4s ease; }
.header-scrolled #site-header { height: 86px; background: rgba(6,6,6,.86); backdrop-filter: blur(16px); }
.light-page #site-header { color: #111; }
.light-page.header-scrolled #site-header { color: #111; background: rgba(242,241,237,.9); }
.site-nav { display: flex; gap: clamp(18px, 2.4vw, 42px); align-items: center; }
.site-nav a { position: relative; display: grid; gap: 3px; font-size: 13px; font-weight: 520; letter-spacing: .08em; white-space: nowrap; }
.site-nav a small { color: var(--type-muted); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .2em; opacity: 1; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.site-mark { text-align: right; display: grid; gap: 5px; }
.site-mark span { font-family: var(--font-serif); font-size: clamp(17px, 1.5vw, 24px); font-weight: 420; letter-spacing: .05em; }
.site-mark i { font-style: normal; opacity: .4; margin: 0 .2em; }
.site-mark small { color: var(--type-muted); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .2em; opacity: 1; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; width: 34px; height: 34px; padding: 7px 0; }
.menu-toggle span { display: block; width: 28px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .3s ease; }
.hero-stage { position: relative; min-height: 100svh; overflow: hidden; background: #060606; }
.hero-stage > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.hero-stage > video.is-active { opacity: 1; }
.hero-shade, .panel-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.02) 45%, rgba(0,0,0,.62)); pointer-events: none; }
.hero-identity { position: absolute; left: var(--pad); bottom: clamp(72px, 10vh, 130px); z-index: 2; }
.hero-identity .eyebrow { margin: 0 0 18px; color: var(--type-accent); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .3em; }
.hero-identity h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(48px, 6.8vw, 106px); line-height: .94; font-weight: 280; letter-spacing: -.06em; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.hero-identity h2 { margin: 17px 0 0 2px; color: #dedbd5; font-family: var(--font-en); font-size: clamp(12px, 1.1vw, 18px); font-weight: 400; letter-spacing: .26em; }
.hero-meta { position: absolute; z-index: 3; right: var(--pad); bottom: clamp(70px, 10vh, 126px); width: min(320px, 30vw); }
.hero-meta-top { display: flex; justify-content: space-between; align-items: end; }
.hero-meta p { margin: 0; font-family: var(--font-serif); font-size: 15px; font-weight: 420; letter-spacing: .08em; }
.hero-meta p small { display: block; margin-top: 6px; font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .22em; opacity: .68; }
#hero-count { font-family: var(--font-en); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.hero-progress { height: 1px; background: rgba(255,255,255,.3); margin-top: 18px; overflow: hidden; }
.hero-progress i { display: block; width: 100%; height: 100%; background: #fff; transform-origin: left; }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.collection-intro { min-height: 82svh; display: grid; align-content: end; padding: calc(var(--header-h) + 5vh) var(--pad) 9vh; background: #060606; border-bottom: 1px solid rgba(255,255,255,.14); }
.collection-intro .label { font-family: var(--font-en); font-size: 9px; font-weight: 700; letter-spacing: .3em; margin-bottom: 7vh; }
.collection-intro h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(58px, 8vw, 118px); font-weight: 280; line-height: .94; letter-spacing: -.06em; }
.collection-intro h2 { margin: 20px 0 0 3px; color: var(--type-accent); font-family: Garamond, "Times New Roman", serif; font-size: clamp(20px, 2.2vw, 34px); font-style: italic; font-weight: 400; letter-spacing: .11em; }
.collection-intro p { justify-self: end; max-width: 440px; margin: 6vh 0 0; padding-left: 18px; border-left: 1px solid var(--type-accent); color: var(--type-muted); font-size: 11px; font-weight: 350; line-height: 1.9; letter-spacing: .03em; }
.project-panel { position: relative; display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.project-panel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .7s ease; }
.project-panel:hover video { transform: scale(1.025); filter: brightness(.88); }
.panel-index { position: absolute; top: 50%; left: var(--pad); transform: translateY(-50%); font-family: var(--font-en); font-size: 9px; font-weight: 700; letter-spacing: .25em; }
.panel-title { position: absolute; left: 13%; bottom: 9%; }
.panel-title p { margin: 0 0 17px; padding-left: 12px; border-left: 1px solid var(--type-accent); color: #d7d4ce; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .22em; }
.panel-title h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(38px, 5vw, 78px); font-weight: 290; letter-spacing: -.055em; line-height: .98; text-shadow: 0 3px 22px rgba(0,0,0,.3); }
.panel-title h3 { margin: 11px 0 0 3px; color: var(--type-accent); font-family: Garamond, "Times New Roman", serif; font-size: clamp(14px, 1.25vw, 20px); font-style: italic; font-weight: 400; letter-spacing: .12em; }
.panel-role { position: absolute; right: var(--pad); bottom: 9%; display: grid; text-align: right; gap: 5px; color: #ddd9d2; font-family: var(--font-serif); font-size: 11px; font-weight: 420; letter-spacing: .07em; }
.panel-role small { font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .2em; opacity: .66; }
.panel-arrow { position: absolute; right: var(--pad); top: 50%; font-size: 28px; transition: transform .35s var(--ease); }
.project-panel:hover .panel-arrow { transform: translate(5px,-5px); }
.project-hero { position: relative; height: 100svh; overflow: hidden; }
.project-hero video { width: 100%; height: 100%; object-fit: cover; }
.project-hero-copy { position: absolute; left: var(--pad); bottom: 10vh; }
.project-hero-copy p { font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .26em; }
.project-hero-copy h1 { margin: 16px 0 0; font-family: var(--font-serif); font-size: clamp(48px, 7vw, 108px); font-weight: 280; line-height: .94; letter-spacing: -.06em; }
.project-hero-copy h2 { margin: 14px 0 0 3px; color: var(--type-accent); font-family: Garamond, "Times New Roman", serif; font-size: clamp(15px, 1.6vw, 25px); font-style: italic; font-weight: 400; letter-spacing: .12em; }
.scroll-cue { position: absolute; right: var(--pad); bottom: 10vh; font-size: 8px; letter-spacing: .2em; display: flex; align-items: center; gap: 14px; }
.scroll-cue i { width: 70px; height: 1px; background: #fff; }
.project-info { background: var(--paper); color: #111; padding: clamp(100px, 14vw, 210px) var(--pad); display: grid; grid-template-columns: .7fr 1.6fr 1fr; gap: 7vw; }
.project-kicker { display: flex; flex-direction: column; justify-content: space-between; min-height: 230px; font-size: 9px; line-height: 1.7; letter-spacing: .16em; }
.project-copy p { margin: 0; }
.project-copy .zh { font-family: var(--font-serif); font-size: clamp(22px, 2.2vw, 34px); font-weight: 320; line-height: 1.65; letter-spacing: .01em; }
.project-copy .en { margin-top: 36px; max-width: 660px; font-size: 13px; line-height: 1.8; color: rgba(0,0,0,.56); }
.honors { border-top: 1px solid rgba(0,0,0,.28); padding-top: 18px; }
.honors small { font-size: 9px; letter-spacing: .16em; }
.honors p { margin: 26px 0 0; font-size: 11px; line-height: 1.65; }
.still-grid { background: var(--paper); padding: 0 var(--pad) clamp(90px, 12vw, 180px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 2vw, 30px); }
.still-grid figure { margin: 0; overflow: hidden; background: #ddd; }
.still-grid .wide { grid-column: 1 / -1; }
.still-grid img { aspect-ratio: 16 / 9; object-fit: cover; transition: transform 1.2s var(--ease); }
.still-grid figure:hover img { transform: scale(1.015); }
.next-project { min-height: 58svh; background: #0a0a0a; display: grid; grid-template-columns: 1fr auto; align-content: center; padding: var(--pad); position: relative; }
.next-project small { grid-column: 1/-1; font-size: 9px; letter-spacing: .2em; margin-bottom: 7vh; }
.next-project span { font-family: var(--font-serif); font-size: clamp(44px, 6.5vw, 100px); font-weight: 280; line-height: .98; letter-spacing: -.055em; }
.next-project em { align-self: end; font-family: Garamond, "Times New Roman", serif; font-style: italic; font-size: 14px; letter-spacing: .12em; }

/* South Wind — bespoke cinematic editorial */
.southwind-project { --sw-white: #e8e5de; --sw-dim: #85827b; --sw-red: #9c473f; --sw-blue: #82919b; background: #070707; overflow: hidden; }
.sw-project-hero { background: #050505; }
.sw-project-hero video { filter: saturate(.9) contrast(1.02); }
.sw-hero-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.36), transparent 38%, rgba(0,0,0,.78)); }
.sw-hero-number { position: absolute; top: calc(var(--header-h) + 4vh); left: var(--pad); display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.7); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .27em; }
.sw-hero-number i { display: block; width: 42px; height: 1px; background: rgba(255,255,255,.4); }
.sw-hero-title { position: absolute; left: var(--pad); right: var(--pad); bottom: 8vh; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(220px,.6fr); align-items: end; }
.sw-hero-title > p { grid-column: 1 / -1; margin: 0 0 2vh; padding-left: 12px; border-left: 1px solid var(--type-accent); color: rgba(255,255,255,.66); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .25em; }
.sw-hero-title h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(58px, 9.5vw, 148px); font-weight: 230; line-height: .82; letter-spacing: -.075em; }
.sw-hero-title > div { padding-bottom: .5vw; display: grid; gap: 18px; justify-items: end; text-align: right; }
.sw-hero-title h2 { margin: 0; color: #d4c3b3; font-family: Garamond, "Times New Roman", serif; font-size: clamp(18px, 2vw, 30px); font-weight: 400; font-style: italic; letter-spacing: .16em; }
.sw-hero-title span { color: rgba(255,255,255,.56); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.sw-project-hero .scroll-cue { bottom: 3vh; color: rgba(255,255,255,.48); }
.sw-project-hero .scroll-cue i { background: rgba(255,255,255,.35); }
.sw-intro { min-height: 100svh; padding: clamp(110px, 13vw, 210px) var(--pad) clamp(120px, 14vw, 220px); display: grid; grid-template-columns: .65fr 1.45fr .9fr; column-gap: clamp(40px, 7vw, 120px); row-gap: 11vh; align-items: start; background: #080808; color: var(--sw-white); border-bottom: 1px solid rgba(255,255,255,.08); }
.sw-intro-mark { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; }
.sw-intro-mark span { font-family: var(--font-serif); font-size: 14px; letter-spacing: .2em; }
.sw-intro-mark small { color: var(--sw-dim); font-family: var(--font-en); font-size: 8px; line-height: 1.8; letter-spacing: .23em; }
.sw-intro-title p { margin: 0; font-family: var(--font-serif); font-size: clamp(25px, 2.7vw, 43px); font-weight: 280; line-height: 1.58; letter-spacing: .015em; }
.sw-intro-title h2 { margin: 13vh 0 0; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); font-family: var(--font-en); font-size: clamp(75px, 12vw, 190px); font-weight: 200; line-height: .73; letter-spacing: -.075em; transform: translateX(-.06em); }
.sw-intro-copy { padding-top: 3px; }
.sw-intro-copy p { margin: 0; }
.sw-intro-copy .zh { font-family: var(--font-serif); font-size: 16px; font-weight: 330; line-height: 2; }
.sw-intro-copy .en { margin-top: 28px; color: var(--sw-dim); font-family: var(--font-en); font-size: 11px; line-height: 1.85; letter-spacing: .025em; }
.sw-intro-meta { margin-top: 11vh; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 10px; color: rgba(255,255,255,.48); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.sw-editorial { background: #070707; padding: clamp(80px, 10vw, 150px) var(--pad) clamp(130px, 16vw, 250px); color: var(--sw-white); }
.sw-gallery-head { margin-bottom: clamp(90px, 12vw, 180px); display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; color: var(--sw-dim); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .28em; }
.sw-gallery-head i { height: 1px; background: rgba(255,255,255,.15); }
.sw-shot { margin: 0; }
.sw-shot img { width: 100%; height: auto; background: #111; }
.sw-shot figcaption { margin-top: 13px; display: flex; justify-content: space-between; gap: 20px; color: var(--sw-dim); font-size: 9px; letter-spacing: .09em; }
.sw-shot figcaption span { font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.sw-shot figcaption em { font-family: var(--font-serif); font-style: normal; }
.sw-shot--portrait { width: min(88vw, 1380px); margin: 0 auto clamp(130px, 17vw, 260px); }
.sw-shot--portrait figcaption { padding-right: 8%; }
.sw-shot--title { width: min(61vw, 920px); margin: 0 3vw 0 auto; }
.sw-interlude { width: min(72vw, 1080px); margin: clamp(150px, 20vw, 300px) auto clamp(120px, 15vw, 230px); display: grid; grid-template-columns: .35fr 1fr; column-gap: 8vw; row-gap: 14px; align-items: start; }
.sw-interlude small { grid-row: 1 / 3; color: var(--sw-red); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.sw-interlude p { margin: 0; font-family: var(--font-serif); font-size: clamp(22px, 2.5vw, 39px); font-weight: 280; letter-spacing: .02em; }
.sw-interlude span { color: var(--sw-dim); font-family: var(--font-en); font-size: 10px; letter-spacing: .06em; }
.sw-duet { display: grid; align-items: start; }
.sw-duet--blue { grid-template-columns: 1.08fr .92fr; gap: 5vw; }
.sw-duet--blue figure:first-child { margin-top: 12vw; }
.sw-duet--blue figure:last-child { width: 92%; justify-self: end; }
.sw-painting-sequence { position: relative; min-height: 120vw; max-height: 1850px; margin: clamp(170px, 22vw, 340px) 0 0; }
.sw-shot--paint-wide { position: absolute; top: 0; left: 0; width: 79%; }
.sw-shot--paint-detail { position: absolute; top: 40vw; right: 0; width: 31%; z-index: 2; }
.sw-shot--paint-detail img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 53% center; }
.sw-painting-note { position: absolute; left: 10%; top: 64vw; }
.sw-painting-note span { color: #6e8a76; font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.sw-painting-note p { margin: 24px 0 0; font-family: var(--font-serif); font-size: clamp(19px, 2vw, 31px); font-weight: 280; line-height: 1.7; }
.sw-shot--threshold { width: min(92vw, 1500px); margin: 0 auto; }
.sw-shot--threshold figcaption { padding-left: 42%; }
.sw-interlude--night { margin-bottom: clamp(100px, 13vw, 190px); }
.sw-interlude--night small { color: var(--sw-blue); }
.sw-duet--night { grid-template-columns: .78fr 1.22fr; gap: 4vw; align-items: end; }
.sw-duet--night figure:first-child { width: 92%; margin-bottom: 11vw; }
.sw-duet--night figure:last-child { width: 100%; }
.sw-colophon { min-height: 72svh; padding: clamp(100px, 13vw, 190px) var(--pad); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; background: #0b0a09; border-top: 1px solid rgba(255,255,255,.08); }
.sw-colophon > div { align-self: start; max-width: 520px; }
.sw-colophon small { color: var(--sw-dim); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .23em; }
.sw-colophon > div p { margin: 25px 0 0; font-size: 11px; line-height: 1.7; letter-spacing: .04em; }
.sw-colophon-end { margin: 0; color: rgba(255,255,255,.2); font-family: var(--font-en); font-size: clamp(90px, 17vw, 250px); font-weight: 200; line-height: .58; letter-spacing: -.07em; text-align: right; }
.sw-colophon-end span { color: var(--sw-dim); font-size: 8px; font-weight: 700; letter-spacing: .25em; }
.sw-next-project { background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
.sw-next-project span { color: var(--sw-white); }
.sw-next-project em { color: #c3a392; }

/* South Wind — single-screen moving contact sheet */
.southwind-page { min-height: 100svh; overflow-x: hidden; }
.southwind-page #site-footer { display: none; }
.southwind-page #site-header { height: 84px; background: linear-gradient(180deg, rgba(5,5,5,.7), transparent); }
.southwind-page.header-scrolled #site-header { background: rgba(6,6,6,.86); }
.southwind-project { min-height: 100svh; }
.sw-single-page { height: 100svh; padding: 102px var(--pad) 24px; display: grid; grid-template-columns: minmax(150px, .52fr) minmax(0, 3.48fr); gap: clamp(18px, 2vw, 34px); background: #070707; }
.sw-single-rail { min-height: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 0 3px; border-top: 1px solid rgba(255,255,255,.2); }
.sw-single-rail > a { padding-top: 13px; color: rgba(255,255,255,.48); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.sw-single-title p { margin: 0 0 14px; color: #8d8982; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .22em; }
.sw-single-title h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(35px, 3.8vw, 58px); font-weight: 270; line-height: .95; letter-spacing: -.055em; }
.sw-single-title h2 { margin: 11px 0 0; color: #bba18f; font-family: Garamond, "Times New Roman", serif; font-size: 13px; font-weight: 400; font-style: italic; letter-spacing: .14em; }
.sw-single-meta { color: rgba(255,255,255,.7); }
.sw-single-meta p { margin: 0 0 22px; font-family: var(--font-serif); font-size: 10px; line-height: 1.7; letter-spacing: .08em; }
.sw-single-meta p span, .sw-single-meta small { color: #77736d; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.sw-gallery-grid { width: 100%; height: auto; min-width: 0; min-height: 0; aspect-ratio: 32 / 17; align-self: center; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: clamp(4px, .55vw, 9px); }
.sw-tile { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #111; cursor: crosshair; outline: none; }
.sw-tile img, .sw-tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sw-tile img { z-index: 1; transition: opacity .28s ease, transform .8s var(--ease), filter .5s ease; }
.sw-tile video { z-index: 2; opacity: 0; transition: opacity .28s ease; }
.sw-tile > span { position: absolute; z-index: 3; left: 10px; bottom: 8px; color: rgba(255,255,255,.68); font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .18em; text-shadow: 0 1px 8px #000; transition: opacity .25s ease; }
.sw-tile:hover img, .sw-tile:focus img { transform: scale(1.015); filter: brightness(.85); }
.sw-tile.is-playing video { opacity: 1; }
.sw-tile.is-playing img { opacity: 0; }
.sw-tile.is-playing > span { opacity: .28; }

/* South Wind — continuous title shot and compact motion wall */
.sw-flow-page { min-height: 100svh; background: #070707; }
.sw-title-film { position: relative; width: 100%; aspect-ratio: 32 / 17; overflow: hidden; background: #15110e; }
.sw-title-film video { width: 100%; height: 100%; object-fit: cover; }
.sw-title-film > span { position: absolute; z-index: 2; left: var(--pad); bottom: 18px; color: rgba(255,255,255,.55); font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .22em; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.sw-flow-meta { min-height: 84px; margin: 0 var(--pad); display: grid; grid-template-columns: 1fr auto auto; gap: clamp(24px, 6vw, 110px); align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); color: #85817b; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .2em; }
.sw-flow-meta p { margin: 0; line-height: 1.75; }
.sw-flow-meta p strong { margin-right: 13px; color: #eeeae2; font-family: var(--font-serif); font-size: 13px; font-weight: 350; letter-spacing: .12em; }
.sw-flow-meta p i { color: #b79d8b; font-family: Garamond, "Times New Roman", serif; font-size: 10px; font-weight: 400; letter-spacing: .13em; }
.sw-flow-meta p small { font-size: 7px; letter-spacing: .18em; }
.sw-flow-meta > span { justify-self: end; white-space: nowrap; }
.sw-flow-grid { position: relative; padding: clamp(18px, 2vw, 34px) var(--pad) clamp(45px, 5vw, 85px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: clamp(250px, 24vw, 455px) clamp(190px, 20vw, 380px) clamp(250px, 24vw, 455px) clamp(190px, 20vw, 380px) clamp(220px, 20vw, 380px); gap: clamp(5px, .55vw, 9px); background: #070707; }
.sw-flow-grid .sw-tile { aspect-ratio: auto; box-shadow: none; }
.sw-flow-grid .sw-tile:nth-child(1) { grid-column: 1 / 8; grid-row: 1; }
.sw-flow-grid .sw-tile:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.sw-flow-grid .sw-tile:nth-child(3) { grid-column: 1 / 13; grid-row: 2; }
.sw-flow-grid .sw-tile:nth-child(4) { grid-column: 1 / 8; grid-row: 3; }
.sw-flow-grid .sw-tile:nth-child(5) { grid-column: 8 / 13; grid-row: 3; }
.sw-flow-grid .sw-tile:nth-child(6) { grid-column: 1 / 13; grid-row: 4; }
.sw-flow-grid .sw-tile:nth-child(7) { grid-column: 1 / 5; grid-row: 5; }
.sw-flow-grid .sw-tile:nth-child(8) { grid-column: 5 / 13; grid-row: 5; }
.sw-flow-grid .sw-tile:nth-child(5) img, .sw-flow-grid .sw-tile:nth-child(5) video { object-position: 54% center; }
.sw-flow-grid .sw-tile:nth-child(8) img, .sw-flow-grid .sw-tile:nth-child(8) video { object-position: center 38%; }
.sw-flow-grid::before, .sw-flow-grid::after { display: none; }
.about-page { background: var(--paper); color: #111; min-height: 100vh; padding: calc(var(--header-h) + 7vh) var(--pad) 12vh; }
.about-lead { font-family: var(--font-serif); max-width: 980px; font-size: clamp(38px, 5.1vw, 76px); font-weight: 280; line-height: 1.22; letter-spacing: -.045em; margin: 5vh 0 13vh; }
.about-grid { display: grid; grid-template-columns: .85fr 1.25fr; gap: 10vw; align-items: start; }
.portrait-wrap { position: sticky; top: 120px; }
.portrait-wrap img { aspect-ratio: 4/5; object-fit: cover; object-position: 44% center; filter: saturate(.82); }
.portrait-wrap p { display: flex; justify-content: space-between; margin: 14px 0 0; font-size: 9px; letter-spacing: .16em; }
.about-copy h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(36px, 3.7vw, 56px); font-weight: 300; line-height: 1; letter-spacing: -.035em; }
.about-copy h2 { margin: 16px 0 70px; font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.about-copy .statement { font-family: var(--font-serif); font-size: clamp(20px, 1.9vw, 29px); font-weight: 330; line-height: 1.75; }
.about-copy .statement-en { max-width: 720px; color: rgba(0,0,0,.56); line-height: 1.8; font-size: 13px; }
.cv { margin-top: 90px; border-top: 1px solid rgba(0,0,0,.25); }
.cv-row { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.cv-row small { font-size: 9px; letter-spacing: .15em; }
.cv-row p { margin: 0; font-size: 13px; line-height: 1.7; }
.contact-page { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 5vh) var(--pad) 9vh; background: #070707; color: #f2f0ea; }
.contact-page .contact-label { color: rgba(255,255,255,.44); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .26em; }
.contact-page h1 { margin: 5vh 0 13vh; font-family: var(--font-serif); font-size: clamp(38px, 4.4vw, 68px); font-weight: 300; letter-spacing: -.035em; line-height: 1; }
.contact-page h1 i { margin: 0 .15em; color: rgba(255,255,255,.28); font-weight: 200; }
.contact-details { border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.contact-details a { font-family: var(--font-en); font-size: clamp(18px, 2.2vw, 30px); font-weight: 400; letter-spacing: .01em; }
.contact-details p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.85; letter-spacing: .08em; }
#site-footer { background: #080808; color: #fff; padding: 55px var(--pad); display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: end; }
#site-footer > div { display: grid; gap: 6px; font-size: 11px; }
#site-footer a { font-size: 13px; }
#site-footer small { grid-column: 1/-1; color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .15em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.revealed { opacity: 1; transform: none; }
@media (max-width: 820px) {
  :root { --header-h: 86px; }
  #site-header { height: 86px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; background: #0a0a0a; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 18vw; gap: 30px; transform: translateY(-100%); transition: transform .65s var(--ease); }
  .site-nav a { font-size: 24px; }
  .site-nav a small { font-size: 9px; }
  .nav-open .site-nav { transform: none; }
  .nav-open .menu-toggle { color: #fff; }
  .nav-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-mark small { display: none; }
  .site-mark span { font-size: 0; }
  .site-mark span::before { content: "杨卓锐"; font-family: var(--font-serif); font-size: 15px; font-weight: 450; letter-spacing: .08em; }
  .hero-identity h1 { font-size: clamp(44px, 13.5vw, 68px); }
  .hero-identity h2 { max-width: 86vw; line-height: 1.5; }
  .hero-meta { left: var(--pad); right: auto; bottom: 28px; width: calc(100% - var(--pad) * 2); }
  .hero-identity { bottom: 24vh; }
  .collection-intro { min-height: 75svh; }
  .collection-intro h1 { font-size: 15.5vw; }
  .collection-intro p { justify-self: start; }
  .project-panel { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .panel-title { left: var(--pad); bottom: 10%; }
  .panel-title p { display: none; }
  .panel-title h2 { font-size: 7vw; letter-spacing: -.05em; }
  .panel-title h3 { margin: 5px 0 0 2px; font-size: 2.7vw; }
  .panel-role { display: none; }
  .panel-index { top: 17%; }
  .panel-arrow { top: 15%; font-size: 20px; }
  .project-info { grid-template-columns: 1fr; gap: 55px; }
  .project-kicker { min-height: auto; flex-direction: row; }
  .still-grid { grid-template-columns: 1fr; }
  .still-grid .wide { grid-column: auto; }
  .next-project { grid-template-columns: 1fr; gap: 24px; }
  .next-project em { align-self: auto; }
  .sw-hero-title { bottom: 9vh; display: block; }
  .sw-hero-title > p { margin-bottom: 16px; }
  .sw-hero-title h1 { font-size: 18vw; }
  .sw-hero-title > div { margin-top: 15px; display: flex; justify-content: space-between; align-items: end; text-align: left; }
  .sw-hero-title h2 { font-size: 4vw; }
  .sw-hero-title span { max-width: 40vw; line-height: 1.7; }
  .sw-project-hero .scroll-cue { display: none; }
  .sw-hero-number { top: calc(var(--header-h) + 3vh); }
  .sw-intro { min-height: auto; grid-template-columns: 1fr; row-gap: 70px; padding-top: 100px; }
  .sw-intro-mark { min-height: auto; flex-direction: row; }
  .sw-intro-title p { font-size: 7vw; }
  .sw-intro-title h2 { margin-top: 80px; font-size: 25vw; }
  .sw-intro-copy { width: 88%; margin-left: auto; }
  .sw-intro-meta { margin-top: 60px; }
  .sw-editorial { padding-top: 75px; }
  .sw-gallery-head { margin-bottom: 90px; }
  .sw-shot--portrait, .sw-shot--title, .sw-shot--threshold { width: 100%; margin-left: 0; margin-right: 0; }
  .sw-shot--portrait { margin-bottom: 120px; }
  .sw-shot--title { width: 85%; margin-left: auto; }
  .sw-shot figcaption { font-size: 8px; }
  .sw-shot figcaption em { display: none; }
  .sw-interlude { width: 100%; margin: 130px 0 95px; grid-template-columns: 1fr; gap: 20px; }
  .sw-interlude small { grid-row: auto; }
  .sw-interlude p { font-size: 6vw; }
  .sw-interlude span { line-height: 1.6; }
  .sw-duet--blue { grid-template-columns: 1fr; gap: 75px; }
  .sw-duet--blue figure:first-child { width: 92%; margin-top: 0; }
  .sw-duet--blue figure:last-child { width: 88%; }
  .sw-painting-sequence { min-height: 160vw; margin-top: 150px; }
  .sw-shot--paint-wide { width: 100%; }
  .sw-shot--paint-detail { top: 57vw; width: 42%; }
  .sw-painting-note { top: 105vw; left: 4%; }
  .sw-shot--threshold figcaption { padding-left: 0; }
  .sw-duet--night { grid-template-columns: 1fr; gap: 75px; }
  .sw-duet--night figure:first-child { width: 82%; margin-bottom: 0; }
  .sw-duet--night figure:last-child { width: 94%; margin-left: auto; }
  .sw-colophon { min-height: 70svh; grid-template-columns: 1fr; align-items: start; }
  .sw-colophon-end { align-self: end; font-size: 31vw; }
  .southwind-page #site-header { height: 72px; }
  .sw-single-page { padding: 78px 14px 14px; grid-template-columns: 1fr; grid-template-rows: 70px minmax(0, 1fr); gap: 10px; }
  .sw-single-rail { flex-direction: row; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .sw-single-rail > a { padding: 0; }
  .sw-single-rail > a span { display: none; }
  .sw-single-title { text-align: center; }
  .sw-single-title p { display: none; }
  .sw-single-title h1 { font-size: 29px; }
  .sw-single-title h2 { margin-top: 4px; font-size: 9px; }
  .sw-single-meta { text-align: right; }
  .sw-single-meta p { display: none; }
  .sw-single-meta small { display: block; max-width: 72px; line-height: 1.5; }
  .sw-gallery-grid { width: 100%; height: auto; max-height: 100%; aspect-ratio: 1 / 1; align-self: start; gap: 4px; }
  .sw-tile > span { left: 6px; bottom: 5px; font-size: 6px; }
  .sw-title-film { margin-top: 0; aspect-ratio: 16 / 10; }
  .sw-title-film > span { left: 14px; bottom: 10px; font-size: 6px; }
  .sw-flow-meta { min-height: 76px; margin: 0 14px; grid-template-columns: 1fr auto; gap: 8px 20px; }
  .sw-flow-meta p:first-of-type { justify-self: start; }
  .sw-flow-meta p:nth-of-type(2) { grid-column: 1 / 2; grid-row: 2; }
  .sw-flow-meta > span { grid-column: 2; grid-row: 1 / 3; font-size: 6px; }
  .sw-flow-meta p strong { font-size: 12px; }
  .sw-flow-grid { padding: 8px 0 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; gap: 4px; }
  .sw-flow-grid .sw-tile { grid-column: auto; grid-row: auto; aspect-ratio: 32 / 17; }
  .sw-flow-grid .sw-tile:nth-child(n) { grid-row: auto; }
  .sw-flow-grid .sw-tile:nth-child(1), .sw-flow-grid .sw-tile:nth-child(4), .sw-flow-grid .sw-tile:nth-child(7), .sw-flow-grid .sw-tile:nth-child(8) { grid-column: 1 / -1; }
  .sw-flow-grid .sw-tile:nth-child(2), .sw-flow-grid .sw-tile:nth-child(3), .sw-flow-grid .sw-tile:nth-child(5), .sw-flow-grid .sw-tile:nth-child(6) { grid-column: auto; }
  .sw-flow-grid::before { left: 14px; top: 17px; }
  .sw-flow-grid::after { right: 14px; bottom: 25px; }
  .about-grid { grid-template-columns: 1fr; }
  .portrait-wrap { position: relative; top: 0; }
  .about-copy h1 { margin-top: 40px; }
  .cv-row { grid-template-columns: 1fr; gap: 12px; }
  .contact-details { grid-template-columns: 1fr; gap: 35px; }
  .contact-details p { justify-self: start; }
  #site-footer { grid-template-columns: 1fr; }
  #site-footer small { grid-column: auto; }
}
/* ABOUT / SOUTH WIND PRODUCTION DIARY */
.crew-page-body { --type-accent: #b9a38f; background: #070707; color: #eeeae3; }
.crew-page { overflow: clip; background: #070707; }
.crew-hero { position: relative; height: 100svh; min-height: 680px; overflow: hidden; background: #0a0a0a; }
.crew-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: saturate(.82) contrast(1.03) brightness(.86); transform: scale(1.002); }
.crew-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.32) 0%, transparent 32%, rgba(0,0,0,.09) 58%, rgba(0,0,0,.72) 100%), linear-gradient(90deg, rgba(0,0,0,.38), transparent 43%); }
.crew-hero-copy { position: absolute; z-index: 2; left: var(--pad); bottom: clamp(70px, 10vh, 120px); }
.crew-hero-copy p { margin: 0 0 18px; color: #b9a38f; font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .3em; }
.crew-hero-copy h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(70px, 10vw, 148px); font-weight: 250; line-height: .82; letter-spacing: -.08em; }
.crew-hero-copy h2 { margin: 28px 0 0 5px; font-family: Garamond, "Times New Roman", serif; font-size: clamp(18px, 2vw, 31px); font-style: italic; font-weight: 400; letter-spacing: .16em; }
.crew-hero-location { position: absolute; z-index: 2; right: var(--pad); bottom: clamp(75px, 10vh, 125px); margin: 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.55); font-family: var(--font-serif); font-size: 17px; line-height: 1.35; letter-spacing: .08em; }
.crew-hero-location span, .crew-hero-location small { display: block; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .24em; }
.crew-hero-location span { margin-bottom: 12px; color: #b9a38f; }
.crew-hero-location small { margin-top: 7px; color: rgba(255,255,255,.52); }
.crew-scroll { position: absolute; z-index: 2; right: var(--pad); bottom: 24px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.48); font-family: var(--font-en); font-size: 6px; font-weight: 700; letter-spacing: .25em; }
.crew-scroll i { display: block; width: 44px; height: 1px; background: currentColor; }
.crew-index { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 var(--pad); padding: 36px 0 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.crew-index p { display: grid; gap: 5px; margin: 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.18); }
.crew-index small { margin-bottom: 9px; color: #817f7a; font-family: var(--font-en); font-size: 6px; font-weight: 700; letter-spacing: .28em; }
.crew-index span { font-family: var(--font-serif); font-size: 15px; letter-spacing: .06em; }
.crew-index em { color: #8c8a85; font-family: var(--font-en); font-size: 7px; font-style: normal; font-weight: 600; letter-spacing: .18em; }
.crew-journal { padding: 0 var(--pad) clamp(120px, 14vw, 230px); }
.crew-chapter { display: grid; grid-template-columns: 1fr 1.55fr 1fr; align-items: end; min-height: 300px; padding: 120px 0 36px; border-bottom: 1px solid rgba(255,255,255,.22); }
.crew-chapter p { margin: 0; color: #a68e7c; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .28em; }
.crew-chapter h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(37px, 4.2vw, 68px); font-weight: 280; line-height: .95; letter-spacing: -.05em; }
.crew-chapter span { justify-self: end; color: #85827c; font-family: var(--font-serif); font-size: 11px; letter-spacing: .06em; }
.crew-row { display: grid; gap: clamp(12px, 1.25vw, 24px); margin-top: clamp(70px, 8vw, 130px); align-items: start; }
.crew-row--wide-small { grid-template-columns: 1.55fr .72fr; }
.crew-row--wide-small .crew-frame--lower { margin-top: 19vw; }
.crew-row--small-wide { grid-template-columns: .58fr 1.5fr; align-items: end; }
.crew-row--small-wide .crew-frame:first-child { width: 84%; }
.crew-row--closing-pair { grid-template-columns: 1.2fr .62fr; align-items: center; padding: 0 5vw; }
.crew-row--closing-pair .crew-frame--memory { margin-top: 13vw; }
.crew-row--portrait-wide { grid-template-columns: .56fr 1.44fr; align-items: center; padding-right: 4vw; }
.crew-row--portrait-wide .crew-frame:first-child { width: 82%; justify-self: end; }
.crew-row--triptych { grid-template-columns: 1.05fr 1.05fr .72fr; align-items: start; }
.crew-row--triptych .crew-frame:nth-child(2) { margin-top: 10vw; }
.crew-row--triptych .crew-frame:nth-child(3) { margin-top: 3vw; }
.crew-row--night-opening { grid-template-columns: 1.35fr .82fr; align-items: end; padding: 0 3vw; }
.crew-row--night-opening .crew-frame:last-child { margin-bottom: 8vw; }
.crew-row--portraits { grid-template-columns: 1fr 1.2fr .9fr; }
.crew-row--portraits .crew-frame:nth-child(1) { margin-top: 9vw; }
.crew-row--portraits .crew-frame:nth-child(2) { margin-top: 0; }
.crew-row--portraits .crew-frame:nth-child(3) { margin-top: 15vw; }
.crew-row--polaroids { grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(1040px, 84vw); margin-left: auto; margin-right: auto; align-items: center; }
.crew-row--polaroids .crew-frame:nth-child(2) { transform: translateY(5vw); }
.crew-row--finale { grid-template-columns: 1fr 1fr; margin-top: clamp(150px, 17vw, 280px); }
.crew-row--finale .crew-frame:last-child { margin-top: 12vw; }
.crew-frame { margin: 0; min-width: 0; }
.crew-frame img { width: 100%; height: auto; background: #111; filter: saturate(.9); transition: filter .7s ease, transform .9s var(--ease); }
.crew-frame:hover img { filter: saturate(1); }
.crew-frame--landscape img { aspect-ratio: 16 / 9; object-fit: cover; }
.crew-frame--portrait img { aspect-ratio: 2 / 3; object-fit: cover; }
.crew-frame figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 11px; color: rgba(255,255,255,.5); font-family: var(--font-en); font-size: 6px; font-weight: 700; line-height: 1.5; letter-spacing: .2em; text-transform: uppercase; }
.crew-frame figcaption em { color: rgba(255,255,255,.28); font-style: normal; text-align: right; }
.crew-frame--monitor { width: min(900px, 66vw); margin: clamp(120px, 14vw, 220px) auto 0; }

@media (max-width: 720px) {
  .crew-page-body:not(.nav-open) .site-nav { transform: translateY(-110svh); }
  .crew-page-body.nav-open .site-nav { transform: none; }
  .crew-hero { height: 86svh; min-height: 620px; }
  .crew-hero > img { object-position: 60% center; }
  .crew-hero-copy { bottom: 120px; }
  .crew-hero-copy h1 { font-size: 24vw; }
  .crew-hero-copy h2 { margin-top: 20px; font-size: 5vw; }
  .crew-hero-location { left: var(--pad); right: auto; bottom: 42px; }
  .crew-scroll { display: none; }
  .crew-index { grid-template-columns: 1fr; padding: 28px 0; gap: 25px; }
  .crew-index p { grid-template-columns: 74px 1fr; align-items: baseline; }
  .crew-index small { margin: 0; }
  .crew-index em { grid-column: 2; }
  .crew-chapter { grid-template-columns: 1fr auto; min-height: 230px; padding: 90px 0 25px; }
  .crew-chapter h2 { grid-column: 1 / -1; grid-row: 2; margin-top: 20px; font-size: 13vw; }
  .crew-chapter span { grid-column: 2; grid-row: 1; max-width: 45vw; text-align: right; line-height: 1.6; }
  .crew-row { margin-top: 70px; }
  .crew-row--wide-small, .crew-row--small-wide, .crew-row--closing-pair, .crew-row--portrait-wide, .crew-row--night-opening, .crew-row--finale { grid-template-columns: 1fr; padding: 0; }
  .crew-row--wide-small .crew-frame--lower { width: 76%; margin: 42px 0 0 auto; }
  .crew-row--small-wide .crew-frame:first-child { width: 66%; }
  .crew-row--small-wide .crew-frame:last-child { margin-top: 25px; }
  .crew-row--closing-pair .crew-frame:first-child { width: 92%; }
  .crew-row--closing-pair .crew-frame--memory { width: 68%; margin: 50px 0 0 auto; }
  .crew-row--portrait-wide .crew-frame:first-child { width: 62%; justify-self: start; }
  .crew-row--portrait-wide .crew-frame:last-child { margin-top: 45px; }
  .crew-row--triptych { grid-template-columns: 1fr 1fr; }
  .crew-row--triptych .crew-frame:nth-child(2) { margin-top: 18vw; }
  .crew-row--triptych .crew-frame:nth-child(3) { grid-column: 2; width: 78%; margin: 25px 0 0 auto; }
  .crew-row--night-opening .crew-frame:last-child { width: 72%; margin: 45px 0 0 auto; }
  .crew-row--portraits { grid-template-columns: 1fr 1fr; }
  .crew-row--portraits .crew-frame:nth-child(1) { margin-top: 16vw; }
  .crew-row--portraits .crew-frame:nth-child(2) { margin-top: 0; }
  .crew-row--portraits .crew-frame:nth-child(3) { grid-column: 2; margin-top: 15px; }
  .crew-row--polaroids { width: 100%; gap: 7px; }
  .crew-row--polaroids .crew-frame:nth-child(2) { transform: translateY(8vw); }
  .crew-row--finale { margin-top: 130px; }
  .crew-row--finale .crew-frame:last-child { margin: 46px 0 0 12%; width: 88%; }
  .crew-frame--monitor { width: 90%; margin-top: 110px; margin-left: auto; margin-right: 0; }
  .crew-frame figcaption { display: grid; gap: 3px; font-size: 5px; }
  .crew-frame figcaption em { text-align: left; }
}

/* ABOUT / compact archive revision */
.crew-hero { height: 82svh; min-height: 590px; }
.crew-index { padding-top: 25px; padding-bottom: 27px; }
.crew-journal { padding-bottom: clamp(80px, 8vw, 130px); }
.crew-chapter { min-height: 0; padding: 72px 0 25px; }
.crew-row { gap: clamp(8px, .8vw, 14px); margin-top: clamp(24px, 2.5vw, 40px); align-items: start; }
.crew-row--wide-small { grid-template-columns: 1.35fr 1fr; }
.crew-row--wide-small .crew-frame--lower,
.crew-row--closing-pair .crew-frame--memory,
.crew-row--triptych .crew-frame:nth-child(2),
.crew-row--triptych .crew-frame:nth-child(3),
.crew-row--night-opening .crew-frame:last-child,
.crew-row--portraits .crew-frame:nth-child(1),
.crew-row--portraits .crew-frame:nth-child(2),
.crew-row--portraits .crew-frame:nth-child(3),
.crew-row--finale .crew-frame:last-child { margin-top: 0; margin-bottom: 0; }
.crew-row--small-wide { grid-template-columns: .8fr 1.4fr; align-items: start; }
.crew-row--small-wide .crew-frame:first-child { width: 100%; }
.crew-row--closing-pair { grid-template-columns: 1.25fr .75fr; align-items: start; padding: 0; }
.crew-row--portrait-wide { grid-template-columns: .7fr 1.3fr; align-items: start; padding-right: 0; }
.crew-row--portrait-wide .crew-frame:first-child { width: 100%; justify-self: auto; }
.crew-row--triptych { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.crew-row--night-opening { grid-template-columns: 1.15fr .85fr; align-items: start; padding: 0; }
.crew-row--portraits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.crew-row--polaroids { width: min(920px, 76vw); }
.crew-row--polaroids .crew-frame:nth-child(2) { transform: none; }
.crew-row--finale { margin-top: clamp(42px, 4vw, 68px); }
.crew-frame--landscape img,
.crew-frame--portrait img { aspect-ratio: auto; height: auto; object-fit: contain; }
.crew-frame--monitor { width: min(720px, 54vw); margin-top: clamp(40px, 4vw, 68px); }
.crew-frame figcaption { margin-top: 7px; }

@media (max-width: 720px) {
  .crew-hero { height: 72svh; min-height: 560px; }
  .crew-index { gap: 16px; padding-top: 22px; padding-bottom: 22px; }
  .crew-chapter { min-height: 0; padding: 60px 0 20px; }
  .crew-row { gap: 7px; margin-top: 22px; }
  .crew-row--wide-small,
  .crew-row--small-wide,
  .crew-row--closing-pair,
  .crew-row--portrait-wide,
  .crew-row--night-opening,
  .crew-row--finale { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crew-row--wide-small .crew-frame--lower,
  .crew-row--small-wide .crew-frame:first-child,
  .crew-row--small-wide .crew-frame:last-child,
  .crew-row--closing-pair .crew-frame:first-child,
  .crew-row--closing-pair .crew-frame--memory,
  .crew-row--portrait-wide .crew-frame:first-child,
  .crew-row--portrait-wide .crew-frame:last-child,
  .crew-row--night-opening .crew-frame:last-child,
  .crew-row--finale .crew-frame:last-child { width: 100%; margin: 0; justify-self: auto; }
  .crew-row--triptych,
  .crew-row--portraits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crew-row--triptych .crew-frame:nth-child(2),
  .crew-row--triptych .crew-frame:nth-child(3),
  .crew-row--portraits .crew-frame:nth-child(1),
  .crew-row--portraits .crew-frame:nth-child(2),
  .crew-row--portraits .crew-frame:nth-child(3) { grid-column: auto; width: 100%; margin: 0; }
  .crew-row--polaroids { width: 100%; gap: 6px; }
  .crew-row--polaroids .crew-frame:nth-child(2) { transform: none; }
  .crew-row--finale { margin-top: 34px; }
  .crew-frame--monitor { width: 72%; margin: 32px auto 0; }
  .crew-frame figcaption { margin-top: 5px; }
}

/* ABOUT / archive cover and story framework */
.archive-page-body, .archive-story-body { --type-accent: #b9a38f; background: #070707; color: #eeeae3; }
.archive-index { min-height: 100svh; padding: calc(var(--header-h) + 34px) var(--pad) 60px; }
.archive-index-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 23px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.archive-index-head p { margin: 0; color: #b9a38f; font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .26em; }
.archive-index-head span { color: rgba(255,255,255,.42); font-family: var(--font-serif); font-size: 10px; letter-spacing: .08em; }
.archive-cover { position: relative; display: block; height: min(68svh, 760px); min-height: 500px; overflow: hidden; background: #111; }
.archive-cover > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: saturate(.82) brightness(.8); transition: transform 1.2s var(--ease), filter .8s ease; }
.archive-cover:hover > img { transform: scale(1.018); filter: saturate(.95) brightness(.72); }
.archive-cover-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.05) 44%, rgba(0,0,0,.72)), linear-gradient(90deg, rgba(0,0,0,.36), transparent 52%); }
.archive-cover-index { position: absolute; top: 24px; left: 25px; color: rgba(255,255,255,.56); font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .24em; }
.archive-cover-title { position: absolute; left: clamp(25px, 4vw, 66px); bottom: clamp(34px, 6vh, 70px); }
.archive-cover-title p { margin: 0 0 15px; color: #c0a48e; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .25em; }
.archive-cover-title h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(47px, 6vw, 92px); font-weight: 270; line-height: .95; letter-spacing: -.06em; }
.archive-cover-title h2 { margin: 15px 0 0 3px; font-family: Garamond, "Times New Roman", serif; font-size: clamp(13px, 1.35vw, 20px); font-style: italic; font-weight: 400; letter-spacing: .16em; }
.archive-cover-enter { position: absolute; right: clamp(25px, 4vw, 60px); bottom: clamp(37px, 6vh, 68px); display: grid; grid-template-columns: auto 32px; gap: 3px 22px; align-items: center; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.5); }
.archive-cover-enter span { font-family: var(--font-serif); font-size: 13px; letter-spacing: .12em; }
.archive-cover-enter small { color: rgba(255,255,255,.44); font-family: var(--font-en); font-size: 6px; font-weight: 700; letter-spacing: .22em; }
.archive-cover-enter i { grid-column: 2; grid-row: 1 / 3; font-size: 21px; font-style: normal; transition: transform .45s var(--ease); }
.archive-cover:hover .archive-cover-enter i { transform: translate(4px,-4px); }

.archive-story { min-height: 100svh; padding: calc(var(--header-h) + 46px) var(--pad) 110px; }
.archive-story-head { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.2); }
.archive-story-head > a { align-self: start; color: rgba(255,255,255,.55); font-family: var(--font-en); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.archive-story-head > a span { margin-left: 8px; }
.archive-story-head > div { text-align: center; }
.archive-story-head p { margin: 0 0 12px; color: #ad9380; font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .26em; }
.archive-story-head h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(35px, 4vw, 60px); font-weight: 280; line-height: 1; letter-spacing: -.05em; }
.archive-story-head h2 { margin: 10px 0 0; color: rgba(255,255,255,.48); font-family: Garamond, "Times New Roman", serif; font-size: 11px; font-style: italic; font-weight: 400; letter-spacing: .17em; }
.archive-story-head > small { justify-self: end; color: rgba(255,255,255,.35); font-family: var(--font-en); font-size: 6px; font-weight: 700; line-height: 1.8; letter-spacing: .2em; text-align: right; }
.archive-photo-sequence { padding-top: clamp(45px, 6vw, 90px); }
.archive-photo { margin: 0; min-width: 0; }
.archive-photo img { width: 100%; height: auto; object-fit: contain; filter: saturate(.9); }
.archive-photo figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 7px; color: rgba(255,255,255,.4); font-family: var(--font-en); font-size: 6px; font-weight: 700; letter-spacing: .19em; }
.archive-photo figcaption em { color: rgba(255,255,255,.25); font-style: normal; }
.archive-photo--lead { width: min(1060px, 78vw); margin: 0 auto; }
.archive-photo-row { display: grid; gap: clamp(9px, 1vw, 17px); width: min(1180px, 88vw); margin: clamp(28px, 4vw, 64px) auto 0; align-items: start; }
.archive-photo-row--balanced { grid-template-columns: 1fr 1.35fr; }
.archive-photo-row--portrait { grid-template-columns: .58fr 1.42fr; }
.archive-photo-row--portrait .archive-photo:first-child { width: 82%; justify-self: end; }
.archive-photo-row--triple { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; }
.archive-photo-row--closing { grid-template-columns: .52fr 1.48fr; align-items: end; }
.archive-photo-row--closing .archive-photo:first-child { width: 78%; justify-self: center; }
.archive-story-back { display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-top: 85px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-family: var(--font-serif); font-size: 13px; letter-spacing: .1em; }
.archive-story-back small { color: rgba(255,255,255,.36); font-family: var(--font-en); font-size: 6px; font-weight: 700; letter-spacing: .2em; }

@media (max-width: 720px) {
  .archive-index { padding: calc(var(--header-h) + 16px) 14px 35px; }
  .archive-index-head { margin-bottom: 12px; }
  .archive-index-head span { display: none; }
  .archive-cover { height: 68svh; min-height: 510px; }
  .archive-cover > img { object-position: 59% center; }
  .archive-cover-index { top: 18px; left: 16px; }
  .archive-cover-title { left: 20px; bottom: 90px; }
  .archive-cover-title h1 { font-size: 13.5vw; }
  .archive-cover-title h2 { font-size: 3.3vw; }
  .archive-cover-enter { left: 20px; right: auto; bottom: 28px; }
  .archive-story { padding: calc(var(--header-h) + 28px) 16px 70px; }
  .archive-story-head { grid-template-columns: 1fr auto; gap: 42px 15px; }
  .archive-story-head > div { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .archive-story-head > small { grid-column: 2; grid-row: 1; }
  .archive-story-head h1 { font-size: 12vw; }
  .archive-photo-sequence { padding-top: 32px; }
  .archive-photo--lead, .archive-photo-row { width: 100%; }
  .archive-photo-row { margin-top: 25px; gap: 6px; }
  .archive-photo-row--balanced { grid-template-columns: 1fr 1fr; }
  .archive-photo-row--portrait { grid-template-columns: .68fr 1.32fr; }
  .archive-photo-row--portrait .archive-photo:first-child { width: 100%; }
  .archive-photo-row--triple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-photo-row--triple .archive-photo:last-child { grid-column: 1 / -1; width: 48%; justify-self: center; }
  .archive-photo-row--closing { grid-template-columns: .7fr 1.3fr; }
  .archive-photo-row--closing .archive-photo:first-child { width: 100%; }
  .archive-photo figcaption { display: grid; gap: 2px; font-size: 5px; }
  .archive-story-back { margin-top: 55px; }
}

.archive-cover-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 1.25vw, 22px); }
.archive-cover-grid .archive-cover { height: min(48svh, 560px); min-height: 390px; }
.archive-cover-grid .archive-cover--feature { grid-column: 1 / -1; height: min(64svh, 720px); min-height: 520px; }
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title { left: clamp(22px, 2.5vw, 40px); bottom: 38px; max-width: 78%; }
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title h1 { font-size: clamp(30px, 3.2vw, 52px); }
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title h2 { font-size: clamp(9px, .9vw, 13px); }
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter { right: 25px; bottom: 37px; }
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter span,
.archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter small { display: none; }
.archive-cover--shantou .archive-cover-title { left: 5%; right: auto; bottom: 88px; }
.archive-cover--shantou .archive-cover-enter { left: 5%; right: auto; bottom: 31px; }
.archive-cover--shantou { background: #050505; }
.archive-cover--shantou > img { object-fit: cover; object-position: 54% 47%; filter: saturate(.88) brightness(.78); }

@media (max-width: 720px) {
  .archive-cover-grid { grid-template-columns: 1fr; gap: 12px; }
  .archive-cover-grid .archive-cover,
  .archive-cover-grid .archive-cover--feature { grid-column: auto; height: 62svh; min-height: 500px; }
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title { left: 20px; bottom: 82px; max-width: 90%; }
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title h1 { font-size: 11.5vw; }
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-title h2 { font-size: 2.7vw; }
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter { left: 20px; right: auto; bottom: 25px; }
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter span,
  .archive-cover-grid .archive-cover:not(.archive-cover--feature) .archive-cover-enter small { display: block; }
  .archive-cover--shantou .archive-cover-title { left: 20px; right: auto; bottom: 90px; }
  .archive-cover--shantou .archive-cover-enter { left: 20px; right: auto; bottom: 28px; }
  .archive-cover--shantou > img { object-fit: cover; object-position: 61% center; }
}

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