/* Rodin Studio — a quiet, dark gallery for original works. */
:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #191e19;
  --ink: #eeeee4;
  --muted: #a0a89a;
  --accent: #c6d7a5;
  --line: #343c32;
  --serif: Georgia, 'Times New Roman', 'Noto Serif SC', 'Noto Serif JP', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.6 Arial, 'PingFang SC', 'Hiragino Sans', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
main:focus { outline: none; }
[hidden] { display: none !important; }
figure, h1, h2, h3, p, dl, dd { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
em { font-weight: 400; color: var(--accent); }
.wrap { width: calc(100% - 112px); max-width: 1320px; margin-inline: auto; }
.site-header { display: flex; align-items: center; gap: 30px; margin: 0 40px; min-height: 102px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.wordmark { font-family: var(--serif); font-size: 19px; letter-spacing: 1.5px; white-space: nowrap; line-height: 1.2; }
.wordmark span { display: block; font: 8px Arial,sans-serif; letter-spacing: 3px; margin-top: 10px; color: var(--muted); }
#main-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
#main-nav>a, .nav-studio>a { font-size: 11px; padding-block: 14px; color: #c2c7bc; }
#main-nav a:hover, #main-nav a[aria-current] { color: var(--accent); }
#main-nav a[aria-current] { text-decoration: underline; text-underline-offset: 8px; }
.nav-studio { position: relative; display: flex; align-items: center; }
.submenu-toggle { background: none; border: none; padding: 8px 0 8px 6px; color: var(--muted); font-size: 13px; }
#studio-submenu { position: absolute; top: 100%; left: -15px; padding: 15px; min-width: 150px; background: var(--surface); border: 1px solid var(--line); font-size: 12px; }
.language-switch { display: flex; gap: 3px; border-left: 1px solid var(--line); padding-left: 20px; }
.language-switch select { max-width: 132px; border: 1px solid var(--line); border-radius: 0; background: var(--bg); font: inherit; font-size: 11px; color: var(--ink); padding: 9px 6px; cursor: pointer; }
 .language-switch select:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.menu-toggle { display: none; }
.eyebrow { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin: 0 10px 2px 0; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0 20px; padding-top: 100px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { font: 400 clamp(52px,5.7vw,86px)/1.08 var(--serif); letter-spacing: -3.5px; margin: 28px 0 28px; white-space: nowrap; }
.hero-intro { font-size: 13px; color: var(--muted); line-height: 1.9; max-width: 330px; margin-bottom: 35px; }
.button { display: inline-flex; align-items: center; gap: 30px; border: 1px solid var(--accent); background: var(--accent); color: #1c2518; padding: 14px 21px; font-size: 11px; line-height: 1.6; transition: background .2s; }
.button:hover { background: #dce8c7; }
.button span { font-size: 16px; }
.hero-image { min-width: 0; padding-top: 28px; display: flex; flex-direction: column; justify-content: center; }
.hero-image>img { width: 100%; mix-blend-mode: screen; }
.hero-image figcaption { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 20px; font-size: 9px; color: var(--muted); }
.hero-image figcaption span:first-child { color: var(--ink); }
.hero-foot { grid-column: 1/-1; margin-top: 80px; padding-bottom: 25px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); letter-spacing: 1.7px; }
.section { padding-top: 82px; padding-bottom: 85px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
h2 { font: 400 43px/1.2 var(--serif); letter-spacing: -1px; }
.section-head h2 { margin-top: 14px; }
.section-head .muted { margin-top: 12px; font-size: 12px; }
.muted { color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 0 9px; border: 0; border-bottom: 1px solid #7f8a73; background: none; color: var(--ink); font-size: 11px; }
.arrow-link:hover { color: var(--accent); border-color: var(--accent); }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px 28px; }
.work-card { min-width: 0; }
.work-image { position: relative; height: 400px; background: #e9e9e2; padding: 23px; overflow: hidden; }
.work-image>img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .5s ease; }
.work-card:hover .work-image>img { transform: scale(1.035); }
.art-index { position: absolute; top: 13px; left: 14px; color: #6a6b63; font-size: 8px; }
.art-arrow { position: absolute; bottom: 12px; right: 12px; background: var(--bg); border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; opacity: 0; transition: opacity .2s; }
.work-card:hover .art-arrow, .work-card:focus-visible .art-arrow { opacity: 1; }
.work-caption { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; margin-top: 19px; }
.work-caption h3 { font: 400 21px var(--serif); }
.work-caption>span { font-size: 10px; color: var(--muted); }
.work-medium { font-size: 10px; color: var(--muted); margin-top: 6px; }
.practice-section { background: #1b211b; padding: 70px 0; }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14%; align-items: center; }
.practice-image { width: 100%; max-width: 390px; margin-left: 30px; }
.practice-image img { width: 100%; max-height: 440px; object-fit: contain; }
.practice-image figcaption { text-align: center; font-size: 8px; letter-spacing: 2px; color: var(--muted); margin-top: 20px; }
.practice-copy h2 { font-size: 55px; line-height: 1.08; margin: 27px 0; }
.practice-copy>p:not(.eyebrow) { font-size: 13px; line-height: 1.9; color: var(--muted); max-width: 340px; margin-bottom: 32px; }
.digital-banner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #060806; min-height: 365px; overflow: hidden; }
.digital-banner>img { width: 100%; height: 370px; object-fit: contain; }
.digital-banner>div { padding: 40px 55px; }
.digital-banner h3 { font: 36px/1.15 var(--serif); margin: 20px 0; }
.digital-banner p:not(.eyebrow) { font-size: 12px; color: var(--muted); max-width: 370px; margin: 20px 0 27px; }
.home-news { padding-top: 0; }
.news-row { display: flex; align-items: center; gap: 40px; border-top: 1px solid var(--line); padding: 28px 0; }
.news-row:last-child { border-bottom: 1px solid var(--line); }
.news-row time { font-size: 10px; color: var(--muted); width: 100px; }
.news-row h3 { flex: 1; font: 24px var(--serif); }
.news-row>span { font-size: 10px; color: var(--muted); }
.news-row:hover h3 { color: var(--accent); }
.site-footer { margin: 0 40px; padding: 50px 16px 28px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 55px; }
.footer-top>p { font: italic 21px var(--serif); color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 8px; letter-spacing: .6px; color: var(--muted); }
.page-heading { padding-top: 75px; padding-bottom: 50px; }
.page-heading h1 { font: 400 82px/1.1 var(--serif); letter-spacing: -3px; margin: 25px 0 20px; }
.heading-dot { color: var(--accent); }
.page-intro { color: var(--muted); font-size: 14px; max-width: 560px; line-height: 1.8; }
.archive { padding-bottom: 100px; }
.archive-tools { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.filters button { border: 1px solid transparent; padding: 9px 14px; background: none; color: var(--muted); font-size: 10px; }
.filters button[aria-pressed=true] { border-color: var(--line); color: var(--accent); background: var(--surface); }
.search-box { position: relative; max-width: 245px; }
.search-box input { width: 100%; padding: 10px 30px 10px 12px; border: 1px solid var(--line); background: transparent; font-size: 11px; color: var(--ink); border-radius: 0; }
.search-box>span:last-child { position: absolute; right: 10px; top: 4px; font-size: 22px; color: var(--muted); pointer-events: none; }
.result-count { font-size: 9px; color: var(--muted); margin: 25px 0; }
.archive-grid { row-gap: 50px; }
.back-link { display: inline-block; font-size: 11px; color: var(--muted); margin-bottom: 35px; }
.detail { padding-top: 40px; padding-bottom: 90px; }
.detail-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10%; }
.detail-art { background: #e9e9e2; padding: 25px; display: grid; place-items: center; }
.detail-art img { max-height: 680px; object-fit: contain; mix-blend-mode: multiply; }
.detail-copy { padding-top: 30px; }
.detail-copy h1 { font: 56px/1.1 var(--serif); margin: 20px 0; overflow-wrap: anywhere; }
.artist-credit { font-size: 9px; letter-spacing: 2px; color: var(--muted); }
dl { margin: 40px 0; }
dl>div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
dl>div:last-child { border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: 11px; }
dd { font-size: 12px; overflow-wrap: anywhere; }
.detail-copy .prose { font-size: 14px; }
.related { margin-top: 80px; }
.series-list, .series-detail { padding-bottom: 90px; }
.series-row { display: grid; grid-template-columns: 50px 190px 1fr 50px; align-items: center; gap: 45px; padding: 35px 0; border-top: 1px solid var(--line); }
.series-row:last-child { border-bottom: 1px solid var(--line); }
.series-num { font: italic 20px var(--serif); color: var(--muted); }
.series-thumb { height: 195px; background: #e9e9e2; padding: 10px; }
.series-thumb img { height: 100%; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.series-thumb.dark { background: black; padding: 0; }
.series-thumb.dark img { mix-blend-mode: normal; }
.series-row h2 { font-size: 38px; margin-bottom: 15px; }
.series-row p { color: var(--muted); font-size: 12px; max-width: 390px; }
.series-arrow { font-size: 30px; text-align: right; }
.series-row:hover h2 { color: var(--accent); }
.digital-study { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; margin: 10px 0 80px; }
.digital-study img { mix-blend-mode: screen; width: 100%; }
.digital-study h2 { margin: 20px 0; }
.film-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 60px; }
.film-card { border: 1px solid var(--line); min-width: 0; }
.film-stage { aspect-ratio: 64/30; background: #050705; display: grid; place-items: center; overflow: hidden; }
.film-poster { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(ellipse at 50% 120%,#31482c,transparent 75%); padding: 15px; }
.film-poster>span { font-size: 8px; color: var(--muted); letter-spacing: 2px; }
.film-poster h3 { font: 26px var(--serif); margin-top: 14px; text-align: center; }
.film-poster small { font-size: 8px; color: var(--muted); }
.play-button { border: 1px solid #7d9270; border-radius: 50%; width: 44px; height: 44px; background: none; color: var(--accent); padding-left: 9px; margin: 16px 0 10px; }
.film-stage ruffle-player { width: 100%; height: 100%; }
.film-info { padding: 25px; }
.film-info h3 { font: 25px var(--serif); }
.film-info p { font-size: 12px; color: var(--muted); margin: 18px 0; }
.film-info small { font-size: 9px; color: var(--muted); }
.film-actions { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; flex-wrap: wrap; }
.biography-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; align-items: center; padding: 20px 0 90px; }
.portrait { width: 100%; filter: grayscale(1); }
.biography-grid figcaption { font-size: 8px; color: var(--muted); margin-top: 15px; letter-spacing: 2px; }
.chinese-name { display: inline-block; font: 20px sans-serif; margin-left: 20px; color: var(--muted); }
.bio-text>p { font-size: 14px; line-height: 2; color: var(--muted); margin: 28px 0; }
blockquote { margin: 30px 0; font: italic 29px/1.4 var(--serif); color: var(--accent); }
.timeline { max-width: 850px; padding-bottom: 90px; }
.timeline h2 { margin-bottom: 35px; }
.timeline>div { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 25px 0; border-top: 1px solid var(--line); }
.timeline>div>span { font: 30px var(--serif); color: var(--accent); }
.timeline>div>p { color: var(--muted); font-size: 13px; }
.source-note { margin-top: 35px; font-size: 10px; color: var(--muted); line-height: 1.8; }
.info-panel { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; padding: 50px 50px 70px; border: 1px solid var(--line); margin-bottom: 100px; background: var(--surface); }
.info-symbol { font: 150px/1 var(--serif); color: #65785a; text-align: center; }
.info-panel h2 { font-size: 35px; }
.info-panel p { font-size: 13px; color: var(--muted); line-height: 1.9; margin: 25px 0 30px; max-width: 480px; }
.essays-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 100px; }
.essay-card { border: 1px solid var(--line); background: var(--surface); padding: 45px; }
.essay-card h2 { margin: 55px 0 25px; }
.essay-card p { color: var(--muted); max-width: 320px; font: italic 22px/1.5 var(--serif); min-height: 100px; }
.essay-card .arrow-link { margin-top: 40px; }
.reading { max-width: 820px; padding-top: 50px; padding-bottom: 100px; min-height: 65vh; }
.reading>.eyebrow { margin-top: 40px; }
.reading h1 { font: 60px/1.15 var(--serif); letter-spacing: -1px; margin: 25px 0 50px; overflow-wrap: anywhere; }
.prose { font: 24px/1.9 var(--serif); }
.prose p { margin-bottom: 28px; white-space: normal; overflow-wrap: anywhere; }
.news-article .prose { font: 16px/2 Arial,sans-serif; color: #c4cbbe; }
.news-image { max-height: 550px; width: 100%; object-fit: contain; margin-bottom: 40px; }
.studio-feature { margin-bottom: 100px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 65px; align-items: center; }
.studio-feature img { mix-blend-mode: screen; }
.studio-feature h2 { margin: 25px 0; }
.studio-feature p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; font-size: 14px; line-height: 1.9; }
.profile-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 15%; }
.profile-grid h2 { font-size: 70px; margin-bottom: 25px; }
.profile-grid img { width: 300px; margin-top: 30px; mix-blend-mode: screen; }
.profile-grid dl { margin-top: 10px; }
.profile-grid dl>div { padding: 25px 0; grid-template-columns: 110px 1fr; }
.profile-link { text-align: right; padding: 35px 0 90px; }
.news-list { min-height: 350px; padding-bottom: 90px; }
.contact-page { padding-top: 95px; padding-bottom: 100px; }
.contact-page h1 { font: 90px/1.1 var(--serif); letter-spacing: -3px; margin: 30px 0; }
.contact-details { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10%; border-top: 1px solid var(--line); margin-top: 70px; padding-top: 40px; }
.email-address { display: block; font: 36px var(--serif); margin: 20px 0 25px; overflow-wrap: anywhere; }
.contact-details>div>p:not(.eyebrow) { font-size: 12px; line-height: 1.9; margin: 0 0 20px; }
#copy-status { display: block; font-size: 10px; color: var(--accent); margin-top: 15px; }
.empty { grid-column: 1/-1; padding: 70px 20px; text-align: center; color: var(--muted); border: 1px solid var(--line); }
.empty .arrow-link { margin: 25px 15px 0; }
.empty-page { padding: 100px 0; min-height: 60vh; }
.empty-page h1 { font: 40px/1.3 var(--serif); margin: 20px 0 40px; }
.loading { padding: 90px 20px; text-align: center; font-size: 13px; color: var(--muted); }
.skip { position: absolute; top: -100px; left: 20px; z-index: 100; background: var(--accent); color: var(--bg); padding: 15px; }
.skip:focus { top: 10px; }
.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; }
.no-script { padding: 40px; }
html:lang(zh-CN) .hero h1, html:lang(ja) .hero h1 { font-size: clamp(42px,4.8vw,70px); letter-spacing: 0; line-height: 1.4; }
html:lang(ja) #main-nav, html:lang(zh-CN) #main-nav { gap: 15px; }
@media(min-width:1600px) {
  .hero { padding-top: 120px; }
  .hero-foot { margin-top: 100px; }
  .hero h1 { font-size: 87px; }
}
@media(max-width:1200px) {
  .site-header { margin-inline: 28px; gap: 18px; }
  #main-nav { gap: 13px; }
  #main-nav>a, .nav-studio>a { font-size: 10px; }
  .wordmark { font-size: 16px; }
  .language-switch { padding-left: 10px; }
  .wrap { width: calc(100% - 72px); }
  .hero { padding-top: 80px; }
  .work-image { height: 340px; padding: 18px; }
  .practice-copy h2 { font-size: 46px; }
  html:lang(ja) #main-nav, html:lang(zh-CN) #main-nav { gap: 10px; }
}
@media(max-width:1000px) {
  .site-header { min-height: 90px; }
  .menu-toggle { display: block; background: none; border: 1px solid var(--line); padding: 8px 12px; font-size: 10px; margin-left: auto; }
  #main-nav { display: none; position: absolute; top: calc(100% - 1px); left: 0; right: 0; padding: 24px; margin: 0; background: var(--surface); border: 1px solid var(--line); grid-template-columns: 1fr 1fr; gap: 2px 30px; }
  #main-nav.open { display: grid; }
  #main-nav>a, .nav-studio>a { padding: 13px 0; font-size: 13px; }
  .nav-studio { flex-wrap: wrap; }
  #studio-submenu { position: static; width: 100%; padding: 5px 0 15px; border: 0; }
  .hero h1 { font-size: 57px; letter-spacing: -2px; }
  .hero { column-gap: 0; }
  .hero-image { padding-top: 50px; }
  .hero-image figcaption { flex-direction: column; gap: 5px; font-size: 8px; }
  .hero-foot { margin-top: 60px; }
  .practice-grid { gap: 8%; }
  .practice-image { margin-left: 0; }
  .work-image { height: 310px; padding: 13px; }
  .work-grid { gap: 35px 20px; }
  .digital-banner>div { padding: 30px; }
  .footer-top>p { font-size: 17px; }
  .series-row { grid-template-columns: 25px 140px 1fr 30px; gap: 25px; }
  .series-row h2 { font-size: 28px; }
  .series-thumb { height: 160px; }
  .film-poster h3 { font-size: 22px; }
  .detail-grid { gap: 6%; }
  .detail-copy h1 { font-size: 43px; }
  .email-address { font-size: 29px; }
}
@media(max-width:700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { margin: 0 20px; gap: 12px; min-height: 86px; }
  .wordmark { font-size: 14px; letter-spacing: .6px; }
  .wordmark span { font-size: 7px; letter-spacing: 2px; margin-top: 8px; }
  .language-switch { padding-left: 6px; gap: 0; }
  .language-switch select { max-width: 110px; padding: 9px 3px; font-size: 10px; }
  .menu-toggle { padding: 7px 9px; font-size: 10px; }
  .hero { display: flex; flex-direction: column; padding-top: 53px; }
  .hero h1 { font-size: clamp(41px,9.7vw,65px); line-height: 1.1; letter-spacing: -1.6px; margin: 25px 0; }
  .hero-intro { font-size: 12px; max-width: 330px; margin-bottom: 28px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .hero-image { padding-top: 30px; margin-top: 10px; }
  .hero-image>img { max-height: 320px; object-fit: contain; }
  .hero-image figcaption { flex-direction: row; padding-top: 13px; margin-top: 12px; font-size: 8px; }
  .hero-foot { margin-top: 35px; padding-bottom: 20px; font-size: 7px; letter-spacing: .8px; gap: 20px; }
  .hero-foot a { white-space: nowrap; }
  .section { padding: 52px 0; }
  h2 { font-size: 34px; }
  .section-head { gap: 18px; margin-bottom: 25px; }
  .section-head h2 { font-size: 33px; margin-top: 10px; }
  .section-head .muted { font-size: 11px; max-width: 230px; }
  .section-head>.arrow-link { font-size: 9px; gap: 10px; white-space: nowrap; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 30px 15px; }
  .work-image { height: 270px; padding: 12px; }
  .work-caption h3 { font-size: 18px; }
  .work-caption { margin-top: 14px; gap: 8px; }
  .work-caption>span { font-size: 9px; }
  .work-medium { font-size: 9px; }
  .practice-section { padding: 45px 0; }
  .practice-grid { grid-template-columns: 1fr; gap: 35px; }
  .practice-image { max-width: 280px; margin: 0 auto; }
  .practice-image img { max-height: 350px; }
  .practice-copy h2 { font-size: 43px; margin: 20px 0; }
  .practice-copy>p:not(.eyebrow) { max-width: none; font-size: 12px; }
  .digital-banner { grid-template-columns: 1fr; }
  .digital-banner>img { height: 280px; }
  .digital-banner>div { padding: 28px; }
  .digital-banner h3 { font-size: 31px; }
  .home-news { padding-top: 0; }
  .news-row { display: grid; grid-template-columns: 1fr 90px; gap: 12px; padding: 23px 0; }
  .news-row time { grid-column: 1/-1; }
  .news-row h3 { font-size: 22px; }
  .news-row>span { font-size: 9px; text-align: right; }
  .site-footer { margin: 0 20px; padding: 35px 0 25px; }
  .footer-top { flex-wrap: wrap; gap: 28px; margin-bottom: 30px; }
  .footer-top>p { order: 3; width: 100%; }
  .footer-bottom { flex-wrap: wrap; gap: 16px; font-size: 8px; }
  .footer-bottom>span:nth-child(2) { order: 3; width: 100%; }
  .page-heading { padding: 50px 0 35px; }
  .page-heading h1 { font-size: 58px; letter-spacing: -1.5px; margin: 20px 0; }
  .page-intro { font-size: 12px; }
  .archive { padding-bottom: 60px; }
  .archive-tools { flex-direction: column; gap: 18px; }
  .filters { gap: 3px; }
  .filters button { font-size: 9px; padding: 8px 10px; }
  .search-box { max-width: none; }
  .detail-grid { grid-template-columns: 1fr; gap: 30px; }
  .detail { padding: 30px 0 60px; }
  .detail-art { padding: 18px; }
  .detail-art img { max-height: 560px; }
  .detail-copy { padding-top: 0; }
  .detail-copy h1 { font-size: 44px; }
  .related { margin-top: 55px; }
  .series-row { grid-template-columns: 90px 1fr 20px; gap: 18px; padding: 25px 0; }
  .series-num { display: none; }
  .series-thumb { height: 125px; }
  .series-row h2 { font-size: 26px; }
  .series-row p { font-size: 11px; }
  .series-arrow { font-size: 22px; }
  .series-list,.series-detail { padding-bottom: 60px; }
  .digital-study { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .film-grid { grid-template-columns: 1fr; gap: 25px; }
  .film-stage { aspect-ratio: 64/36; }
  .film-info { padding: 20px; }
  .biography-grid { grid-template-columns: 1fr; gap: 35px; padding-bottom: 50px; }
  .biography-grid figure { max-width: 400px; }
  .bio-text>p { font-size: 13px; }
  blockquote { font-size: 26px; }
  .timeline { padding-bottom: 55px; }
  .timeline>div { grid-template-columns: 70px 1fr; gap: 15px; }
  .timeline>div>span { font-size: 27px; }
  .info-panel { grid-template-columns: 1fr; padding: 30px; margin-bottom: 60px; }
  .info-symbol { font-size: 80px; text-align: left; margin-bottom: 20px; }
  .info-panel h2 { font-size: 30px; }
  .essays-list { grid-template-columns: 1fr; padding-bottom: 60px; gap: 20px; }
  .essay-card { padding: 30px; }
  .essay-card h2 { margin-top: 35px; }
  .essay-card p { min-height: 0; }
  .reading { padding: 35px 0 65px; }
  .reading h1 { font-size: 43px; margin-bottom: 35px; }
  .prose { font-size: 22px; }
  .news-article .prose { font-size: 14px; }
  .studio-feature { grid-template-columns: 1fr; gap: 35px; margin-bottom: 60px; }
  .profile-grid { grid-template-columns: 1fr; gap: 30px; }
  .profile-grid h2 { font-size: 60px; }
  .profile-grid img { width: 200px; }
  .profile-link { text-align: left; padding-bottom: 60px; }
  .contact-page { padding: 60px 0; }
  .contact-page h1 { font-size: 57px; letter-spacing: -2px; }
  .contact-details { grid-template-columns: 1fr; gap: 30px; margin-top: 45px; padding-top: 30px; }
  .email-address { font-size: 29px; }
  .news-list { padding-bottom: 60px; }
  html:lang(zh-CN) .hero h1, html:lang(ja) .hero h1 { font-size: clamp(30px,8vw,50px); }
  html:lang(ja) .section-head { flex-wrap: wrap; }
}
@media(max-width:440px) {
  .work-grid { grid-template-columns: 1fr; }
  .work-image { height: 430px; padding: 25px; }
  .work-caption h3 { font-size: 23px; }
  .work-medium { font-size: 10px; }
  .hero-image figcaption { flex-direction: column; gap: 5px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
