@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --sans: 'Inter Tight', 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --ink: #131313;
  --muted: #727272;
  --line: #d8d8d8;
  --gutter: 4.2vw;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); scrollbar-width: none; }
html::-webkit-scrollbar { width: 0; height: 0; display: none; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
::selection { color: white; background: #171717; }
img { max-width: 100%; }
.muted { color: var(--muted); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 15px; background: white; }
.skip-link:focus { top: 10px; }


.site-header { height: var(--header); position: sticky; top: 0; z-index: 20; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; background: transparent; }
.brand { display: flex; align-items: center; gap: 14px; font-size: 1.55rem; font-weight: 650; letter-spacing: -.06em; }
.brand-star { font-size: 1.8rem; line-height: 1; font-weight: 400; }
.header-note { position: absolute; left: 50%; transform: translateX(-50%); font-size: .75rem; font-weight: 550; letter-spacing: .06em; }
.index-toggle { display: flex; align-items: center; gap: 12px; height: 46px; font-size: .875rem; font-weight: 550; }
.index-count { color: var(--muted); }
.menu-icon { display: flex; flex-direction: column; width: 22px; gap: 5px; margin-left: 12px; }
.menu-icon i { display: block; height: 1px; background: currentColor; }

/* A pinned typographic composition; scroll values come from motion.js. */
.hero { position: relative; min-height: calc(100svh - var(--header)); }
.hero-frame { padding: 26px var(--gutter) 30px; min-height: calc(100svh - var(--header)); display: flex; flex-direction: column; justify-content: space-between; overflow: clip; }
.hero-topline { display: flex; align-items: start; justify-content: space-between; gap: 30px; font-size: .75rem; font-weight: 500; letter-spacing: .03em; }
.hero-topline > span:last-child { color: var(--muted); }
.hero-composition { position: relative; margin: 30px 0; }
.hero h1 { position: relative; z-index: 2; margin: 0; font-size: clamp(110px, 26vw, 430px); font-weight: 550; letter-spacing: -.075em; line-height: .8; }
.hero-word { display: block; width: fit-content; }
.hero-word-first { transform: translate3d(var(--hero-left, 0px), var(--hero-up, 0px), 0); }
.land-line { margin: 0 0 0 28%; white-space: nowrap; transform: translate3d(var(--hero-right, 0px), var(--hero-down, 0px), 0); }
.hero-asterisk { display: inline-block; vertical-align: .06em; font-size: .52em; line-height: 1; font-weight: 350; margin-left: .08em; letter-spacing: 0; transform: rotate(var(--hero-spin, -12deg)); }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: end; position: relative; z-index: 4; }
.hero-intro p { margin: 0; font-size: 1rem; line-height: 1.9; }
.hero-intro .muted { font-size: .875rem; }
.scroll-cue { justify-self: center; display: flex; align-items: center; gap: 25px; padding: 15px 0; font-size: .75rem; font-weight: 550; letter-spacing: .035em; }
.scroll-cue > span:last-child { font-size: 2rem; transition: transform .25s; }
.scroll-cue:hover > span:last-child { transform: translateY(6px); }
.hero-coordinate { justify-self: end; font-size: .875rem; line-height: 1.8; color: var(--muted); }
html.motion-enabled .hero { height: 170svh; }
html.motion-enabled .hero-frame { position: sticky; top: var(--header); height: calc(100svh - var(--header)); }

.work-section { position: relative; background: #fff; padding: 30px var(--gutter) 110px; border-top: 1px solid var(--line); }
.section-top { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.eyebrow { font-size: .75rem; font-weight: 550; letter-spacing: .035em; line-height: 1.6; }
.section-top > span:last-child { text-align: right; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 80px 0 65px; }
.section-heading h2 { margin: 0; font-weight: 450; font-size: clamp(48px, 7vw, 100px); letter-spacing: -.06em; line-height: 1; }
.heading-english { display: block; font-size: .53em; line-height: 1.07; letter-spacing: -.04em; margin-top: 16px; }
.section-heading > p { margin: 0; font-size: 1rem; line-height: 1.8; color: var(--muted); }
.small-label { font-size: .75rem; font-weight: 550; letter-spacing: .04em; color: var(--muted); }
.quiet-note { font-size: .875rem; color: var(--muted); line-height: 1.8; }

.article-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; }
.article-card { display: block; min-width: 0; }
.article-cover { overflow: hidden; background: #ecebe8; }
.article-cover img { display: block; width: 100%; height: auto; aspect-ratio: 1.85; object-fit: cover; transition: transform .55s ease; }
.article-card:hover .article-cover img { transform: scale(1.025); }
.article-card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 24px; }
.article-card h3 { margin: 0; font-size: clamp(24px, 2.3vw, 36px); line-height: 1.5; font-weight: 450; letter-spacing: -.035em; }
.article-meta { display: block; margin-top: 10px; font-size: .75rem; line-height: 1.7; letter-spacing: .025em; color: var(--muted); }
.article-arrow { flex-shrink: 0; font-size: 1.7rem; }

#research { overflow-x: clip; }
.research-layout { display: grid; gap: 46px; }
.report-records { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 80px); align-items: start; padding: 30px 2.5vw 70px; perspective: 1400px; }
.report-card { display: block; min-width: 0; transform: translate3d(0, var(--report-y, 0px), 0); }
.report-card-rewritten { margin-top: 92px; }
.report-visual { --report-shadow: 0 22px 48px rgba(12, 20, 27, .10), 0 6px 16px rgba(12, 20, 27, .055); --report-shadow-hover: 0 28px 58px rgba(12, 20, 27, .13), 0 8px 20px rgba(12, 20, 27, .07); position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 34px; box-shadow: var(--report-shadow); transform: rotate(var(--report-angle)); transform-origin: 50% 60%; transition: transform .55s cubic-bezier(.2,.78,.24,1), box-shadow .55s ease; }
.report-card-original .report-visual { --report-angle: -4.2deg; }
.report-card-rewritten .report-visual { --report-angle: 3.2deg; }
.report-card:hover .report-visual { transform: rotate(var(--report-hover-angle)) translateY(-10px) scale(1.012); box-shadow: var(--report-shadow-hover); }
.report-card-original:hover .report-visual { --report-hover-angle: -1.4deg; }
.report-card-rewritten:hover .report-visual { --report-hover-angle: 1.1deg; }
.report-visual-original img { display: block; width: 100%; height: 100%; object-fit: cover; }
.report-visual-ai { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 3.2vw, 52px); color: #10222d; background: radial-gradient(circle at 78% 22%, rgba(255,255,255,.85), transparent 24%), linear-gradient(140deg, #f2f6f7 0%, #d9e5e9 52%, #a8bec7 100%); }
.report-visual-ai::before { content: ''; position: absolute; width: 42%; aspect-ratio: 1; right: -9%; bottom: -27%; border-radius: 50%; background: rgba(10, 62, 84, .14); box-shadow: -5vw -3vw 0 rgba(255,255,255,.32); }
.report-visual-ai h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: clamp(28px, 3.5vw, 58px); line-height: .95; font-weight: 520; letter-spacing: -.065em; }
.report-visual-ai p { position: relative; z-index: 1; margin: 0; font-size: clamp(.78rem, 1.2vw, 1.05rem); line-height: 1.65; white-space: pre-line; }
.report-launch { position: absolute; z-index: 2; display: grid; place-items: center; color: #fff; background: rgba(8, 22, 31, .62); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.report-launch { top: 20px; right: 20px; width: 48px; height: 48px; border-radius: 50%; font-size: 1.45rem; transition: transform .35s ease, background .35s ease; }
.report-visual-ai .report-launch { color: #10222d; background: rgba(255,255,255,.62); }
.report-card:hover .report-launch { transform: rotate(12deg); background: rgba(255,255,255,.9); color: #10222d; }
.report-caption { padding: 34px 14px 0; }
.report-caption strong { font-size: clamp(22px, 2.1vw, 34px); font-weight: 480; letter-spacing: -.035em; }

/* The photography frame stays put while two image planes travel separately. */
#photography { padding: 0; }
.photo-frame { padding: 30px var(--gutter) 55px; }
.photo-frame .section-heading { position: relative; z-index: 3; margin: 45px 0 30px; pointer-events: none; }
.photo-frame .section-heading h2 { font-size: clamp(45px, 5.5vw, 85px); }
.photo-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12%; align-items: start; }
.photo-grid figure { min-width: 0; margin: 0; }
.photo-wide { transform: translate3d(0, var(--photo-wide-y, 0px), 0); }
.photo-grid .photo-tall { width: 90%; margin: 55px 0 0 auto; transform: translate3d(0, var(--photo-tall-y, 0px), 0); }
.photo-button { display: block; padding: 0; width: 100%; overflow: hidden; background: #ededed; cursor: zoom-in; }
.photo-button img { display: block; width: 100%; height: auto; filter: grayscale(1); object-fit: cover; transform: translate3d(0, var(--image-y, 0px), 0) scale(1.13); }
.photo-wide img { aspect-ratio: 1.65; }
.photo-tall img { aspect-ratio: .91; }
.photo-grid figcaption { display: flex; justify-content: space-between; gap: 16px; font-size: .75rem; line-height: 1.7; margin-top: 15px; }
.photo-grid figcaption a { color: var(--muted); }
html.motion-enabled #photography { height: 190svh; }
html.motion-enabled .photo-frame { position: sticky; top: var(--header); min-height: calc(100svh - var(--header)); }

.music-library [hidden], .album-player-dialog [hidden] { display: none !important; }
.music-library .album-wall { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px 20px; }
.music-album { min-width: 0; }
.music-album-cover { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; padding: 0; background: #efefef; color: var(--ink); }
.music-album-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
.music-album h3 { font-size: 1rem; line-height: 1.35; margin: 14px 0 5px; overflow-wrap: anywhere; }
.music-album p { font-size: .8rem; color: var(--muted); margin: 0 0 12px; }
.music-album-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.music-album-actions button, .music-more, .album-player-dialog button { padding: 10px 12px; border: 1px solid var(--line); background: white; color: var(--ink); font: inherit; font-size: .75rem; min-height: 40px; }
.music-library button:focus-visible, .album-player-dialog button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.music-library button:disabled, .album-player-dialog button:disabled { opacity: .4; cursor: not-allowed; }
.music-more { display: block; margin: 32px auto 0; }
.album-player-dialog { width: min(620px,calc(100vw - 28px)); max-height: calc(100dvh - 32px); padding: 24px; border: 1px solid var(--line); background: white; color: var(--ink); overflow-y: auto; }
.album-player-dialog::backdrop { background: #0008; }
.album-player-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.album-player-dialog header > div { min-width: 0; }
.album-player-dialog h2 { font-size: 1.6rem; overflow-wrap: anywhere; line-height: 1.2; margin: 10px 0; }
.album-player-dialog header p { margin: 0; color: var(--muted); }
.album-player-dialog header > button { white-space: nowrap; }
.album-provider-switch { display: flex; gap: 8px; margin-top: 22px; }
.album-provider-switch button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.album-frame { background: #f5f5f5; border-radius: 12px; overflow: hidden; }
.album-frame iframe { display: block; width: 100%; border: 0; }
.album-frame:empty { min-height: 0; }
.album-player-dialog audio { width: 100%; }
.album-player-dialog footer { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
@media (max-width: 1000px) { .music-library .album-wall { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 650px) { .music-library .album-wall { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 14px; } .album-player-dialog { padding: 18px; } }
.album-wall { display: grid; min-width: 0; }

.films-section { background: white; padding-bottom: 0; overflow: clip; }
.film-heading { text-align: center; margin: 90px auto 65px; }
.film-heading h2 { font-size: clamp(54px,11vw,165px); font-weight: 450; letter-spacing: -.065em; line-height: .94; margin: 30px 0; transform: translate3d(0,var(--film-title-y,0px),0); }
.film-period { font-family: inherit; }
.film-heading p { font-size: 1rem; line-height: 1.8; color: var(--muted); margin: 30px 0 0; }
.film-stage { width: min(1180px,100%); margin: 0 auto 105px; transform: scale(var(--film-scale,1)); transform-origin: center top; }
.film-player { width: 100%; line-height: 0; background: #171717; }
.film-player video { width: 100%; aspect-ratio: 16/9; object-fit: contain; display: block; }
.film-caption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: .75rem; line-height: 1.7; color: var(--muted); margin-top: 20px; }
.media-error { font-size: .875rem; line-height: 1.8; }
.media-error a { text-decoration: underline; }
.film-end { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 30px 0; border-top: 1px solid var(--line); }
.film-end > span { font-size: .75rem; color: var(--muted); }
.back-top { font-size: .875rem; }
.back-top span { font-size: 1.5rem; margin-left: 20px; }

/* Dialogs retain native focus trapping, Escape, and focus restoration. */
.index-dialog { left: auto; right: 0; top: 0; margin: 0; padding: 28px 40px 24px; width: min(730px,100%); height: 100dvh; max-height: none; max-width: 100%; border: 0; background: #fff; }
.index-dialog::backdrop { background: #0006; backdrop-filter: blur(8px); }
.index-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 50px; font-size: .75rem; letter-spacing: .04em; }
.close-button { display: flex; align-items: center; gap: 15px; padding: 10px 0; font-size: .875rem; }
.close-button span { font-size: 2rem; line-height: 1; font-weight: 350; }
.index-dialog nav a { display: grid; grid-template-columns: 35px 1fr 140px 30px; gap: 12px; align-items: center; min-height: 95px; border-top: 1px solid var(--line); }
.index-dialog nav a:last-child { border-bottom: 1px solid var(--line); }
.index-dialog nav a:hover { background: #f3f3f3; }
.index-dialog nav small { font-size: .75rem; color: var(--muted); }
.index-dialog nav span { font-size: 2.3rem; letter-spacing: -.04em; }
.index-dialog nav em { font-size: 1rem; font-style: normal; color: var(--muted); }
.index-dialog nav b { font-size: 1.8rem; font-weight: 400; }
.index-foot { margin-top: 35px; font-size: .75rem; color: var(--muted); }
.photo-dialog { display: grid; place-items: center; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: clamp(58px, 8vh, 88px) clamp(20px, 7vw, 110px); border: 0; overflow-x: hidden; overflow-y: auto; scrollbar-width: none; color: #f5f5f5; background-color: transparent; transition: background-color .38s ease; }
.photo-dialog::-webkit-scrollbar { width: 0; height: 0; display: none; }
.photo-dialog.is-ready { background-color: rgba(5,5,5,.82); }
.photo-dialog::backdrop { background: transparent; }
.photo-dialog-close { position: fixed; top: 24px; right: clamp(20px, 4vw, 58px); z-index: 6; color: rgba(255,255,255,.86); opacity: 0; transition: opacity .28s ease, color .2s ease; }
.photo-dialog.is-ready .photo-dialog-close { opacity: 1; }
.photo-dialog-close:hover { color: #fff; }
.photo-dialog-card { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; width: min(1180px, 88vw); background: transparent; }
.photo-dialog-media { align-self: center; justify-self: center; width: var(--photo-final-width, 100%); max-width: 100%; height: var(--photo-final-height, auto); aspect-ratio: var(--photo-natural-aspect, 1.5); min-width: 0; margin: 0; overflow: hidden; background: transparent; }
.photo-button-placeholder { display: block; width: 100%; aspect-ratio: var(--photo-aspect, 1.5); }
.photo-button.is-viewer-photo { display: block; width: 100%; height: 100%; overflow: hidden; pointer-events: none; background: transparent; }
.photo-button.is-viewer-photo img { display: block; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; filter: grayscale(1); transform: translate3d(0, var(--viewer-image-y, 0px), 0) scale(1.13); }
.photo-button.is-viewer-photo.is-photo-expanded img { transform: translate3d(0, 0, 0) scale(1); }
.photo-transition-layer { position: fixed; inset: 0; z-index: 5; pointer-events: none; }
.photo-transition-surface { position: fixed; overflow: hidden; transform-origin: top left; will-change: transform, clip-path; }
.photo-dialog-info { display: flex; flex-direction: column; min-width: 0; min-height: min(560px, 78dvh); padding: clamp(28px, 4vw, 56px); background: transparent; opacity: 0; transform: translateX(12px); text-shadow: 0 2px 18px rgba(0,0,0,.58); transition: opacity .32s .1s ease, transform .42s .1s cubic-bezier(.22,1,.36,1); }
.photo-dialog.is-ready .photo-dialog-info { opacity: 1; transform: none; }
.photo-dialog-kicker { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.56); font-size: .7rem; font-weight: 550; letter-spacing: .05em; line-height: 1.5; }
.photo-dialog-kicker span:last-child { color: rgba(255,255,255,.35); }
.photo-dialog-info h2 { margin: clamp(32px, 6vh, 64px) 0 12px; max-width: 11ch; color: #fff; font-size: clamp(36px, 4.3vw, 66px); font-weight: 450; letter-spacing: -.06em; line-height: .98; }
.photo-dialog-subtitle { margin: 0; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.8vw, 25px); line-height: 1.2; }
.photo-dialog-description { max-width: 34ch; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: .85rem; line-height: 1.75; }
.photo-dialog-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; margin: auto 0 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.photo-dialog-meta div { min-width: 0; }
.photo-dialog-meta dt { margin-bottom: 6px; color: rgba(255,255,255,.42); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }
.photo-dialog-meta dd { margin: 0; color: rgba(255,255,255,.88); font-size: .75rem; line-height: 1.45; overflow-wrap: anywhere; }
.photo-dialog-caption { margin: 0; color: rgba(255,255,255,.42); font-size: .7rem; line-height: 1.65; }
@media (max-width: 800px) {
  :root { --gutter: 6vw; --header: 68px; }
  .brand { font-size: 1.4rem; }
  .header-note { display: none; }
  .index-toggle { gap: 8px; font-size: .75rem; }
  .menu-icon { margin-left: 6px; }
  .hero-frame { padding-top: 22px; padding-bottom: 24px; }
  .hero-topline { font-size: .75rem; line-height: 1.6; gap: 18px; }
  .hero-topline > span:first-child { max-width: 62%; }
  .hero-topline > span:last-child { max-width: 100px; text-align: right; }
  .hero-composition { margin: 45px 0 70px; }
  .hero h1 { font-size: 29vw; line-height: .91; }
  .land-line { margin-left: 7%; }
  .hero-asterisk { font-size: .42em; }
  .hero-bottom { grid-template-columns: minmax(0,1fr) auto; gap: 20px; }
  .hero-intro .muted { font-size: .875rem; }
  .hero-coordinate { display: none; }
  .scroll-cue { font-size: .75rem; gap: 10px; justify-self: end; }
  .scroll-cue > span:first-child { max-width: 75px; line-height: 1.6; }
  html.motion-enabled .hero { height: 142svh; }
  .work-section { padding: 24px var(--gutter) 75px; }
  .section-top { gap: 20px; }
  .section-top > span:last-child { max-width: 50%; }
  .section-heading { display: block; margin: 55px 0 42px; }
  .section-heading h2 { font-size: clamp(43px,11vw,65px); }
  .section-heading > p { margin-top: 25px; }
  .article-list { grid-template-columns: 1fr; gap: 42px; }
  .article-card-title { margin-top: 18px; gap: 14px; }
  .article-card h3 { font-size: clamp(22px, 5.5vw, 30px); }
  .article-arrow { font-size: 1.6rem; }
  .research-layout, .music-layout { grid-template-columns: minmax(0,1fr); gap: 45px; }
  .report-records { grid-template-columns: 1fr; gap: 52px; padding: 18px 8px 40px; }
  .report-card-rewritten { margin-top: 0; }
  .report-visual { border-radius: 24px; }
  .report-card-original .report-visual { --report-angle: -2.2deg; }
  .report-card-rewritten .report-visual { --report-angle: 1.8deg; }
  .report-caption { padding: 25px 8px 0; }
  #photography { height: auto !important; }
  .photo-frame, html.motion-enabled .photo-frame { position: relative; top: auto; min-height: 0; padding: 24px var(--gutter) 70px; }
  .photo-frame .section-heading { margin: 50px 0 40px; }
  .photo-frame .section-heading h2 { font-size: clamp(43px,11vw,65px); }
  .photo-grid { grid-template-columns: 1fr; gap: 50px; }
  .photo-wide img { aspect-ratio: 1.25; }
  .photo-grid .photo-tall { width: 78%; margin: 0 0 0 auto; }
  .photo-tall img { aspect-ratio: .8; }
  .photo-grid figcaption { flex-wrap: wrap; gap: 5px 15px; }
  .album-caption { padding: 14px; }
  .album-caption strong { font-size: clamp(18px,5vw,28px); }
  .album-play { top: 10px; right: 10px; padding: 7px 9px; }
  .album-full-play { top: 10px; left: 10px; padding: 7px 9px; }
  .album-wall { margin-bottom: 35px; }
  .film-heading { margin: 60px auto 40px; }
  .film-heading h2 { font-size: 14.2vw; }
  .film-stage { margin-bottom: 65px; }
  .film-end { flex-wrap: wrap; padding: 24px 0; }
  .film-end > span { order: 3; width: 100%; }
  .index-dialog { padding: 22px; }
  .index-head { padding-bottom: 35px; }
  .index-dialog nav a { grid-template-columns: 23px 1fr 95px 20px; gap: 10px; min-height: 80px; }
  .index-dialog nav span { font-size: 1.8rem; }
  .index-dialog nav em { font-size: .875rem; }
  .photo-dialog { align-items: start; padding: 66px 16px 22px; }
  .photo-dialog-card { grid-template-columns: 1fr; width: min(560px, 100%); }
  .photo-dialog-media { max-height: 58dvh; }
  .photo-dialog-info { padding: 25px 24px 28px; }
  .photo-dialog-info h2 { margin: 42px 0 10px; font-size: clamp(36px, 12vw, 56px); }
  .photo-dialog-description { margin-top: 25px; }
  .photo-dialog-meta { margin-top: 42px; }
}

@media (max-height: 700px) and (min-width: 801px) {
  .hero h1 { font-size: min(23vw,39svh); }
  .hero-composition { margin: 12px 0; }
  .photo-frame .section-heading { margin-top: 20px; margin-bottom: 20px; }
  .photo-frame .section-heading h2 { font-size: 3rem; }
  .photo-wide img { max-height: 38svh; }
  .photo-tall img { max-height: 41svh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-word, .hero-asterisk, .report-card, .photo-wide, .photo-tall, .photo-button img, .album-slot, .film-heading h2, .film-stage { transform: none !important; }
  .photo-dialog-info, .photo-dialog-close, .photo-dialog { transition: none; }
}
