:root {
  --ink: #151210;
  --ink-soft: #211c19;
  --paper: #efe9dd;
  --paper-2: #d9d1c3;
  --muted: #9d9489;
  --accent: #c8443e;
  --line: rgba(239, 233, 221, 0.16);
  --serif: "Songti SC", STSong, SimSun, "Times New Roman", serif;
  --sans: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(123, 49, 40, 0.17), transparent 28rem),
    radial-gradient(circle at 96% 54%, rgba(91, 57, 42, 0.12), transparent 34rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .13;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.site-header, .hero, .works, .about, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 16px; }
.brand-mark { font: 600 25px/1 Georgia, serif; letter-spacing: .12em; }
.brand-copy { padding-left: 16px; border-left: 1px solid var(--line); font-size: 11px; line-height: 1.25; letter-spacing: .12em; color: var(--paper-2); }
.brand-copy small { font: 9px/1 Georgia, serif; letter-spacing: .18em; color: var(--muted); }
nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
nav a { transition: color .25s ease; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.nav-contact { padding: 10px 16px; border: 1px solid var(--line); color: var(--paper); }

.hero { padding: 92px 0 72px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 38px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.hero-kicker i { width: 26px; height: 1px; background: rgba(200, 68, 62, .5); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(42px, 8vw, 112px); align-items: end; }
.issue, .section-label, .work-index, .section-title p { margin: 0; color: var(--muted); font: 11px/1.3 Georgia, serif; letter-spacing: .18em; }
h1 { margin: 18px 0 0; font: 400 clamp(72px, 11vw, 146px)/.86 var(--serif); letter-spacing: -.07em; }
h1 span { display: block; margin: 30px 0 0 clamp(20px, 7vw, 104px); color: var(--paper-2); font-size: clamp(30px, 5vw, 66px); line-height: 1.22; letter-spacing: -.04em; }
.hero-statement { padding-bottom: 4px; }
.hero-statement p { margin: 0 0 18px; color: var(--paper-2); font-size: 16px; line-height: 1.95; }
.hero-statement p + p { color: var(--muted); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); font-size: 12px; letter-spacing: .12em; }
.text-link span { color: var(--accent); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 76px; border-block: 1px solid var(--line); background: var(--line); }
.hero-facts div { display: flex; align-items: baseline; gap: 13px; padding: 25px 28px; background: var(--ink); }
.hero-facts strong { font: 400 27px/1 Georgia, var(--serif); }
.hero-facts span { color: var(--muted); font-size: 11px; letter-spacing: .08em; }

.works { padding: 58px 0 112px; }
.section-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; margin-bottom: 34px; }
.section-title h2 { margin: 0; font: 400 clamp(38px, 5.5vw, 72px)/1 var(--serif); letter-spacing: -.04em; }
.section-title span { justify-self: end; color: var(--muted); font: 13px/1 Georgia, serif; letter-spacing: .12em; }
.work { overflow: hidden; background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.18); }
.work-featured { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(350px, 1.18fr); }
.media { position: relative; overflow: hidden; background: #080706; }
.portrait-media { min-height: 650px; }
.landscape-media { aspect-ratio: 16 / 9; }
.media video { width: 100%; height: 100%; display: block; object-fit: cover; background: #080706; }
.portrait-media video { object-fit: contain; }
.duration { position: absolute; right: 14px; top: 14px; pointer-events: none; padding: 7px 9px; background: rgba(12,10,9,.7); color: #fff; font: 10px/1 Georgia, serif; letter-spacing: .1em; backdrop-filter: blur(8px); }
.work-copy { padding: clamp(38px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.work-index { color: #8b8177; }
.work-copy h3 { margin: 30px 0 10px; font: 400 clamp(48px, 7vw, 84px)/1 var(--serif); letter-spacing: -.06em; }
.work-type { margin: 0; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.work-description { max-width: 540px; margin: 34px 0 0; color: #5d554e; font-size: 15px; line-height: 1.95; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 42px 0 0; padding: 0; }
.tags li { padding: 8px 12px; border: 1px solid #c8bfb2; border-radius: 999px; color: #6b625a; font-size: 10px; letter-spacing: .08em; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.work-compact .work-copy { min-height: 430px; justify-content: flex-start; padding: 42px 42px 48px; }
.work-compact .work-copy h3 { margin-top: 26px; font-size: clamp(44px, 5vw, 64px); }
.work-compact .work-description { margin-top: 24px; }
.work-compact .tags { margin-top: auto; padding-top: 32px; }

.about { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(46px, 9vw, 130px); margin-bottom: 110px; padding: clamp(50px, 7vw, 86px); border: 1px solid var(--line); background: linear-gradient(125deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.about h2 { margin: 24px 0 0; font: 400 clamp(42px, 6vw, 72px)/1.25 var(--serif); letter-spacing: -.05em; }
.about-copy > p { margin: 0; color: var(--paper-2); font-size: 15px; line-height: 1.95; }
.about dl { margin: 34px 0; border-top: 1px solid var(--line); }
.about dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.about dt { color: var(--muted); font-size: 11px; }
.about dd { margin: 0; font: 14px/1.2 Georgia, var(--sans); }
.about dd a:hover { color: var(--accent); }
.contact-button { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; background: var(--accent); color: #fff; font-size: 13px; letter-spacing: .1em; transition: transform .25s ease, background .25s ease; }
.contact-button:hover { transform: translateY(-2px); background: #d94e47; }
.about small { display: block; margin-top: 18px; color: #756d66; line-height: 1.6; }
footer { display: flex; justify-content: space-between; padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .1em; }
footer p { margin: 0; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 840px) {
  .site-header, .hero, .works, .about, footer { width: min(100% - 32px, 700px); }
  .site-header { min-height: 80px; }
  nav { gap: 16px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { padding: 66px 0 54px; }
  .hero-grid, .work-featured, .work-grid, .about { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(68px, 21vw, 116px); }
  h1 span { margin-left: 26px; font-size: clamp(32px, 10vw, 54px); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding: 18px 20px; }
  .section-title { grid-template-columns: 1fr auto; gap: 14px; }
  .section-title p { grid-column: 1 / -1; }
  .portrait-media { height: min(124vw, 720px); min-height: 0; }
  .work-copy { padding: 46px 28px 52px; }
  .work-compact .work-copy { min-height: 0; padding: 36px 28px 42px; }
  .work-compact .tags { margin-top: 32px; padding-top: 0; }
  .about { gap: 42px; margin-bottom: 78px; padding: 48px 28px; }
}

@media (max-width: 520px) {
  .brand-copy { display: none; }
  .hero-kicker { gap: 9px; letter-spacing: .14em; }
  .hero-kicker i { width: 14px; }
  .hero-statement p { font-size: 15px; }
  .works { padding-bottom: 76px; }
  .section-title h2 { font-size: 42px; }
  .work-copy h3 { font-size: 50px; }
  footer { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .contact-button { transition: none; }
}
