:root {
  --paper: #f4f0e9;
  --paper-light: #fbfaf7;
  --ink: #25231f;
  --muted: #756f66;
  --line: rgba(55, 50, 43, .2);
  --accent: #8d725c;
  --serif: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif;
  --max-width: 1440px;
  /* Shared title origin across every main navigation page. */
  --page-gutter: clamp(24px, 5vw, 72px);
  --page-top: 64px;
  --page-title-size: clamp(2rem, 5vw, 52pt);
  --page-subtitle-size: clamp(1rem, 2vw, 20pt);
  --signature-width: clamp(140px, 15vw, 190px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.92), transparent 34%),
    repeating-linear-gradient(100deg, rgba(74,60,45,.018) 0 1px, transparent 1px 5px),
    var(--paper);
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
  animation: page-enter .65s cubic-bezier(.22, 1, .36, 1) both;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
[data-lightbox-src] { cursor: zoom-in; }
[data-lightbox-src]:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.lightbox-open { overflow: hidden; }
.image-lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 0; border: 0; color: white; background: rgba(13, 12, 11, .96); overflow: hidden; }
.image-lightbox::backdrop { background: rgba(13, 12, 11, .82); backdrop-filter: blur(5px); }
.image-lightbox[open] { display: grid; }
.image-lightbox-inner { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; gap: 12px; padding: clamp(56px, 7vw, 88px) clamp(18px, 5vw, 72px) 24px; pointer-events: none; }
.image-lightbox-media { min-width: 0; min-height: 0; width: 100%; height: 100%; display: grid; place-items: center; pointer-events: none; }
.image-lightbox-image { width: auto; max-width: min(82vw, 1100px); height: auto; max-height: min(72svh, 760px); object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.38); cursor: zoom-out; pointer-events: auto; }
.image-lightbox-caption { max-width: min(900px, 90vw); margin: 0; color: rgba(255,255,255,.82); font-size: .86rem; line-height: 1.5; text-align: center; pointer-events: auto; }
.image-lightbox-close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); z-index: 1; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: rgba(0,0,0,.34); font: 300 2rem/1 sans-serif; cursor: pointer; pointer-events: auto; transition: background .2s ease, transform .2s ease; }
.image-lightbox-close:hover, .image-lightbox-close:focus-visible { background: rgba(255,255,255,.18); transform: rotate(6deg); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: white; background: #241f1a; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  z-index: 20;
  max-width: var(--max-width);
  min-height: 138px;
  margin: 0 auto;
  padding: 24px clamp(24px, 5vw, 86px) 18px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(251,250,247,.86);
  backdrop-filter: blur(12px);
}
.brand { justify-self: center; text-decoration: none; letter-spacing: .055em; }
.brand-en { font-size: clamp(1.2rem, 2vw, 1.75rem); }
.site-nav { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(10px, 2vw, 34px); }
.site-nav a { position: relative; padding-bottom: 7px; text-align: center; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.site-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: currentColor; transition: left .2s ease, right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { left: 10%; right: 10%; }
.site-nav a[aria-current="page"]::after { left: 10%; right: 10%; }
.site-nav span, .site-nav small { display: block; }
.site-nav span { letter-spacing: .14em; transition: transform .2s ease; }
.site-nav a:hover span, .site-nav a:focus-visible span { transform: translateY(-2px); }
.site-nav small { margin-top: 3px; font-size: .74rem; letter-spacing: .02em; }
.menu-toggle { display: none; }

#main-content { max-width: var(--max-width); margin: 0 auto; }
.home-hero { min-height: calc(100svh - 138px); display: grid; grid-template-columns: 1fr 1.06fr; border: 1px solid var(--line); background: rgba(248,246,241,.7); overflow: hidden; }
.hero-copy { padding: clamp(64px, 10vw, 152px) clamp(32px, 7vw, 116px); background: linear-gradient(120deg, rgba(230,225,217,.72), rgba(247,245,240,.76)); }
.eyebrow { margin: 0 0 12px; font-size: clamp(1.45rem, 2.6vw, 2.4rem); letter-spacing: .11em; }
.hero-copy h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.35rem); font-weight: 400; line-height: 1.02; letter-spacing: .02em; white-space: nowrap; }
.hero-role { margin: 14px 0 0; font-size: clamp(1.15rem, 2vw, 2rem); }
.rule { width: min(400px, 100%); height: 1px; margin: 26px 0 30px; background: var(--line); }
.lead { max-width: 580px; margin: 0 0 14px; color: #58534c; font-size: clamp(.98rem, 1.2vw, 1.15rem); line-height: 1.85; letter-spacing: .07em; }
.lead-en { font-size: .95rem; letter-spacing: .01em; line-height: 1.55; }
.text-button { display: inline-grid; grid-template-columns: auto auto; column-gap: 16px; margin-top: 28px; padding: 15px 20px; min-width: 238px; color: #fff; background: #39342e; text-decoration: none; letter-spacing: .1em; transition: transform .2s ease, background .2s ease; }
.text-button span { grid-column: 1; font-size: .75rem; letter-spacing: .02em; }
.text-button b { grid-row: 1 / 3; grid-column: 2; align-self: center; font-weight: 400; }
.text-button:hover { transform: translateY(-2px); background: #1f1c19; }
.text-button b, .outline-button span, .contact-links a > span, .inquiry-grid a > span { transition: transform .25s ease; }
.text-button:hover b, .outline-button:hover span, .contact-links a:hover > span, .inquiry-grid a:hover > span { transform: translateX(6px); }
.hero-portrait { position: relative; min-height: 620px; display: grid; align-items: center; background: rgba(255,255,255,.74); isolation: isolate; }
.hero-portrait::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 54% 46%, rgba(255,255,255,0) 0 28%, rgba(255,255,255,.54) 64%); }
.hero-portrait > img:not(.home-signature) { width: min(92%, 780px); max-height: 82svh; margin: auto; object-fit: contain; mix-blend-mode: multiply; }
.portrait-caption { position: absolute; left: clamp(28px, 8vw, 110px); right: 24px; bottom: clamp(28px, 7vh, 78px); margin: 0; font-size: .96rem; letter-spacing: .07em; }
.portrait-caption span, .portrait-caption small { display: block; }
.portrait-caption small { margin-top: 6px; font-size: .74rem; letter-spacing: .02em; }
.hero-portrait .home-signature { position: absolute; right: clamp(24px, 4vw, 58px); bottom: clamp(24px, 4vh, 50px); width: var(--signature-width); margin: 0; mix-blend-mode: multiply; }

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 26px clamp(24px, 5vw, 86px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  border-top: 0;
  color: var(--muted);
  background: rgba(251,250,247,.82);
  font-size: .74rem;
  letter-spacing: .06em;
}
.site-footer p { margin: 0; }
.site-footer span { margin-right: 10px; color: var(--ink); font-size: .92rem; }

.page-section { padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 112px); border-inline: 1px solid var(--line); background: rgba(248,246,241,.78); }
.section-kicker { margin: 0 0 14px; color: var(--accent); font-family: var(--serif); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.short-rule { width: 70px; height: 1px; margin: 28px 0; background: currentColor; opacity: .5; }
.en-copy { font-family: var(--serif); letter-spacing: .01em !important; }
.section-heading h2, .philosophy h2, .course-layout h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; }
.back-link { display: inline-block; margin-bottom: 38px; color: var(--muted); font-family: var(--serif); font-size: .8rem; text-decoration: none; letter-spacing: .06em; }
.outline-button { display: flex; width: fit-content; min-width: 230px; justify-content: space-between; gap: 30px; margin-top: 30px; padding: 14px 18px; border: 1px solid rgba(67,59,50,.45); text-decoration: none; letter-spacing: .08em; transition: color .2s ease, background .2s ease; }
.outline-button:hover { color: white; background: #29251f; }

.page-hero { min-height: 440px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 48px; align-items: start; padding: var(--page-top) var(--page-gutter); border: 1px solid var(--line); background: rgba(249,247,243,.86); }
.page-hero > div { min-width: 0; align-self: start; }
.page-hero p:not(.section-kicker) { max-width: 520px; margin: 0; color: #5e5952; line-height: 1.9; letter-spacing: .07em; }
.page-hero > img { width: 100%; height: 340px; object-fit: contain; }
.works-hero > img { mix-blend-mode: multiply; }

.page-heading { margin: 0 0 30px; }
.page-heading h1 { margin: 0; font-size: var(--page-title-size); font-weight: 400; line-height: 1.2; letter-spacing: .04em; white-space: nowrap; }
.page-heading .section-kicker { margin: 16px 0 0; font-size: var(--page-subtitle-size); font-weight: 400; line-height: 1.35; letter-spacing: .025em; text-transform: none; }
.editable-copy, .about-intro > p, .statement-copy > p, .course-info dd, .course-features p, .article-body p, .article-body blockquote { white-space: pre-line; }

.dark-surface { color: #b8926e; background: #080c0d; }
.about-hero, .statement-hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, .85fr) minmax(0, 1.1fr); gap: clamp(16px, 2.4vw, 38px); align-items: start; position: relative; isolation: isolate; overflow: hidden; padding: var(--page-top) var(--page-gutter); border-top: 1px solid var(--line); background-image: radial-gradient(circle at 52% 45%, rgba(89,67,48,.14), transparent 38%), repeating-linear-gradient(110deg, rgba(255,255,255,.018) 0 1px, transparent 1px 5px); }
.about-intro { align-self: start; }
.about-switcher { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0 0 34px; }
.about-switcher a { position: relative; padding-bottom: 8px; color: #8d7661; font-size: 1.08rem; letter-spacing: .14em; text-decoration: none; }
.about-switcher a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: currentColor; transition: left .2s ease, right .2s ease; }
.about-switcher a:hover::after, .about-switcher a:focus-visible::after, .about-switcher a[aria-current="page"]::after { left: 0; right: 0; }
.about-switcher a[aria-current="page"] { color: #cfaa84; }
.about-intro > p:not(.section-kicker) { color: #a98a70; line-height: 1.9; letter-spacing: .08em; }
.about-portrait { min-width: 0; align-self: start; margin: 0; }
.about-portrait img { width: 116%; max-width: none; max-height: 740px; margin-left: -8%; object-fit: cover; object-position: center 20%; filter: saturate(.9) contrast(1.05); mask-image: linear-gradient(to bottom, transparent 0, black 10%, black 88%, transparent 100%); }
.about-timeline { align-self: start; min-width: 0; }
.about-timeline h2 { margin: 27px 0 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(185,147,111,.3); font-size: 1.2rem; font-weight: 400; }
.about-timeline h2 small { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.birth-year { display: grid; grid-template-columns: 80px 1fr; gap: 18px; align-items: center; }
.birth-year strong { font-size: 1.25rem; font-weight: 400; }
.timeline-item { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 11px 0; border-left: 1px solid rgba(185,147,111,.42); }
.timeline-item time { padding-left: 18px; }
.timeline-item p { margin: 0; font-size: 1.02rem; line-height: 1.58; }
.timeline-item small { display: block; margin-top: 3px; color: #8d7661; font-size: .79rem; }
.position-list p { display: grid; grid-template-columns: 145px 1fr; gap: 18px; margin: 0; padding: 5px 0; font-size: 1rem; line-height: 1.55; }
.position-list time { text-wrap: balance; }
.current-list { display: grid; gap: 8px; }
.current-list p { margin: 0; font-size: 1.02rem; line-height: 1.55; }
.current-list small { display: block; margin-top: 2px; color: #8d7661; font-size: .76rem; }
.philosophy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.philosophy > p { max-width: 760px; margin: 0; font-size: clamp(1.2rem, 2.1vw, 1.75rem); line-height: 1.9; letter-spacing: .08em; }
.statement-copy { align-self: start; padding-top: clamp(48px, 6vw, 88px); }
.statement-copy > p:last-child { max-width: 680px; margin: 0; color: #c4a482; font-size: clamp(1.25rem, 2vw, 1.72rem); line-height: 2; letter-spacing: .1em; }

.catalog { min-height: 600px; }
.catalog-tools { display: grid; grid-template-columns: minmax(260px, 1fr) 220px auto; gap: 18px; align-items: end; margin-bottom: 48px; }
.work-search { margin: 0; }
.search-field, .select-field { display: grid; gap: 8px; color: var(--muted); font-family: var(--serif); font-size: .72rem; letter-spacing: .08em; }
.search-field input, .select-field select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: rgba(255,255,255,.66); font: inherit; font-size: .9rem; }
.search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.search-control input { min-width: 0; border-right: 0; }
.search-control button { min-width: 76px; border: 1px solid #39342e; border-radius: 0; color: white; background: #39342e; font: inherit; cursor: pointer; transition: background .2s ease; }
.search-control button:hover, .search-control button:focus-visible { background: #1f1c19; }
.result-count { margin: 0 0 14px; color: var(--muted); font-size: .82rem; }
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(38px, 6vw, 84px) clamp(24px, 4vw, 54px); }
.work-card { transition: opacity .18s ease; }
.work-card[hidden] { display: none; }
.work-card a { display: block; text-decoration: none; transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.work-card a:hover { transform: translateY(-7px); }
.work-image { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #ebe6dd; }
.work-image img { position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); max-width: none; object-fit: contain; object-position: center; transition: opacity .3s ease; }
.work-card a:hover .work-image img { opacity: .94; }
.work-meta { display: grid; gap: 4px; padding-top: 13px; }
.work-primary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; }
.work-meta h2 { min-width: 0; margin: 0; overflow: hidden; font-size: clamp(1rem, 1.55vw, 1.24rem); font-weight: 400; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.work-number { margin-right: .48em; font-variant-numeric: tabular-nums; }
.work-primary time { color: var(--ink); font-size: clamp(.9rem, 1.35vw, 1.08rem); font-variant-numeric: tabular-nums; }
.work-title-en, .work-dimensions, .work-collection { margin: 0; line-height: 1.45; }
.work-title-en { color: var(--muted); font-size: .72rem; }
.work-dimensions { color: var(--ink); font-size: .88rem; }
.work-collection { color: var(--accent); font-size: .9rem; }
.empty-message { padding: 60px 0; text-align: center; }

.work-detail { min-height: 720px; }
.work-detail-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.work-gallery-single, .work-gallery { min-width: 0; margin: 0; }
.work-gallery-single, .gallery-track { background: #e8e3da; }
.work-gallery-single img, .gallery-slide img { width: 100%; max-height: 780px; object-fit: contain; }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 100%; min-width: 100%; margin: 0; display: grid; place-items: center; scroll-snap-align: start; }
.gallery-controls { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-top: 12px; }
.gallery-controls p { min-width: 52px; margin: 0; color: var(--muted); font-size: .78rem; text-align: center; }
.gallery-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.62); font: inherit; cursor: pointer; transition: color .2s ease, background .2s ease; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { color: white; background: #39342e; }
.work-detail-copy { min-width: 0; container-type: inline-size; }
.work-detail-copy h1 { margin: 0; font-size: clamp(1.6rem, 15cqi, 46pt); font-weight: 400; line-height: 1.3; overflow-wrap: anywhere; }
.detail-title-en { margin: 12px 0 30px; color: var(--muted); font-size: clamp(.9rem, 1.5vw, 1.15rem); line-height: 1.5; }
.work-detail dl { margin: 0; border-block: 1px solid var(--line); }
.work-detail dl div { display: grid; grid-template-columns: 75px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.work-detail dl div:last-child { border: 0; }
.work-detail dt { color: var(--muted); }
.work-detail dd { margin: 0; }
.work-detail dd small { display: block; margin-top: 3px; color: var(--muted); }
.prose { margin-top: 30px; line-height: 1.9; letter-spacing: .06em; }
.prose p { margin: 0 0 1em; }

.exhibitions-hero > img { filter: saturate(.8); }
.current-exhibitions { display: grid; grid-template-columns: 260px 1fr; gap: clamp(35px, 7vw, 110px); align-items: start; }
.current-exhibition-list { display: grid; gap: 18px; }
.current-exhibition-card { display: grid; grid-template-columns: 100px 1fr auto; gap: 24px; align-items: baseline; padding: 26px 28px; border: 1px solid var(--line); background: rgba(255,255,255,.54); }
.current-exhibition-card p { margin: 0; color: var(--muted); }
.current-exhibition-card h3 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 400; }
a.current-exhibition-card { color: inherit; text-decoration: none; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
a.current-exhibition-card h3::after { content: " →"; display: inline-block; color: var(--accent); transition: transform .25s ease; }
a.current-exhibition-card:hover, a.current-exhibition-card:focus-visible { border-color: rgba(89, 69, 51, .46); background: rgba(255,255,255,.82); box-shadow: 0 14px 34px rgba(55, 45, 35, .08); transform: translateY(-3px); }
a.current-exhibition-card:hover h3::after, a.current-exhibition-card:focus-visible h3::after { transform: translateX(6px); }
a.current-exhibition-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.exhibition-list { display: grid; grid-template-columns: 260px 1fr; gap: clamp(35px, 7vw, 110px); }
.exhibition-rows { border-top: 1px solid var(--line); }
.exhibition-row { display: grid; grid-template-columns: 110px 1.5fr 1fr 120px; gap: 24px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.exhibition-row time { font-size: 1.4rem; }
.exhibition-row h3 { margin: 0; font-size: 1.15rem; font-weight: 400; }
.exhibition-row h3 a { display: flex; justify-content: space-between; gap: 20px; text-decoration: none; }
.exhibition-row h3 a span { transition: transform .2s ease; }
.exhibition-row h3 a:hover span { transform: translateX(6px); }
.exhibition-row p { margin: 0; color: var(--muted); font-size: .85rem; }

.exhibition-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.exhibition-detail-intro { min-width: 0; }
.exhibition-detail-intro h1 { margin: 0; font-size: clamp(2rem, 4vw, 40pt); font-weight: 400; line-height: 1.3; white-space: normal; overflow-wrap: anywhere; text-wrap: balance; }
.exhibition-title-en { margin: 12px 0 0; color: var(--accent); font-size: 1rem; font-style: italic; }
.exhibition-subtitle { color: var(--ink); line-height: 1.7; }
.exhibition-detail-intro > p:not(.section-kicker, .exhibition-title-en) { color: var(--muted); line-height: 1.7; }
.text-link { display: inline-flex; gap: 16px; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; }
.exhibition-detail-hero figure, .exhibition-poster, .exhibition-photo-grid figure { margin: 0; }
.exhibition-detail-hero figure { min-width: 0; background: #e8e3da; }
.exhibition-detail-hero figure img { width: 100%; max-height: 590px; object-fit: cover; }
.exhibition-about { display: grid; grid-template-columns: .55fr 1.25fr .62fr; gap: clamp(32px, 5vw, 74px); align-items: start; }
.exhibition-prose { color: #5a554e; font-size: 1.02rem; line-height: 2; letter-spacing: .06em; }
.exhibition-prose p { margin: 0 0 1.35em; }
.exhibition-poster img { width: 100%; max-height: 540px; object-fit: contain; }
.exhibition-view .section-heading, .exhibition-selected .section-heading { margin-bottom: 40px; }
.exhibition-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(180px, 23vw, 340px); gap: 14px; }
.exhibition-photo-grid figure { overflow: hidden; background: #e8e3da; }
.exhibition-photo-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.exhibition-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.exhibition-photo-grid figure:hover img { transform: scale(1.018); }
.exhibition-selected { border-top: 1px solid var(--line); }
.exhibition-works-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3vw, 42px); }
.exhibition-works-grid .work-meta { grid-template-columns: 1fr; }
.exhibition-information { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(35px, 7vw, 110px); }
.exhibition-information dl { margin: 0; border-top: 1px solid var(--line); }
.exhibition-information dl div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.exhibition-information dt { color: var(--muted); }
.exhibition-information dd { margin: 0; line-height: 1.65; }
.exhibition-pagination { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-block: 0; border-top: 1px solid var(--line); }
.exhibition-pagination a, .exhibition-pagination span { min-height: 96px; display: grid; place-content: center; text-align: center; text-decoration: none; }
.exhibition-pagination a { transition: color .2s ease, background .2s ease; }
.exhibition-pagination a:hover { color: white; background: #39342e; }
.exhibition-pagination small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.exhibition-pagination a:hover small { color: rgba(255,255,255,.72); }
.exhibition-pagination .is-disabled { color: #aaa39a; }

.class-hero { position: relative; overflow: hidden; }
.class-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.class-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,234,.95) 0 33%, rgba(245,241,234,.75) 44%, transparent 70%); pointer-events: none; }
.class-hero-copy { position: relative; z-index: 1; }
.class-hero-copy > p:last-child { line-height: 1.9; letter-spacing: .08em; }
.course-layout { display: grid; grid-template-columns: 1fr .85fr 1fr; gap: clamp(30px, 5vw, 74px); align-items: center; }
.course-info dl { margin: 28px 0 0; border-top: 1px solid var(--line); }
.course-info dl div { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.course-info dt { align-self: start; padding: 10px 8px; color: var(--paper-light); background: #786857; text-align: center; font-size: .86rem; }
.course-info dd { margin: 0; line-height: 1.7; }
.course-info dd span { display: block; }
.course-image { margin: 0; }
.course-image img { width: 100%; max-height: 520px; object-fit: contain; }
.course-features ol { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: feature; }
.course-features li { counter-increment: feature; position: relative; padding: 0 0 22px 46px; }
.feature-icon { position: absolute; left: 0; top: 1px; width: 28px; height: 28px; color: #786857; }
.course-features h3 { margin: 0 0 5px; font-size: 1.05rem; font-weight: 400; }
.course-features p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.writings-hero blockquote { max-width: 480px; margin: 36px 0 0; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.8; }
.writings-hero > img { object-position: center; }
.filter-tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-tabs button { position: relative; padding: 15px 8px; border: 0; color: var(--muted); background: transparent; font: inherit; cursor: pointer; }
.filter-tabs button::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; background: var(--ink); transition: left .2s ease, right .2s ease; }
.filter-tabs button.is-active { color: var(--ink); }
.filter-tabs button.is-active::after { left: 8%; right: 8%; }
.filter-tabs small { margin-left: 5px; font-size: .68rem; text-transform: uppercase; }
.article-row { display: grid; grid-template-columns: 130px 1fr 180px 140px; gap: clamp(18px, 4vw, 52px); align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); transition: background-color .25s ease, padding-inline .25s ease; }
.article-row:hover { padding-inline: 14px; background: rgba(229,222,211,.36); }
.article-row[hidden] { display: none; }
.article-row time { color: var(--muted); font-size: .82rem; }
.article-row h2 { margin: 0 0 7px; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 400; }
.article-row p { margin: 0; color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.article-row img { width: 100%; height: 110px; object-fit: cover; }
.article-row a { justify-self: end; text-decoration: none; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

.article-detail { min-height: 740px; }
.article-header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(32px, 5vw, 72px); align-items: start; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.article-header > div { min-width: 0; container-type: inline-size; }
.article-meta { display: flex; gap: 18px; color: var(--muted); font-family: var(--serif); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.article-header h1 { max-width: 760px; margin: 22px 0; font-size: clamp(1.5rem, 12cqi, 40pt); font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; }
.article-summary { max-width: 700px; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.article-header img { width: 100%; max-height: 550px; object-fit: cover; }
/* Shared, deliberately small editorial vocabulary for works and articles. */
.formatted-content { max-width: 780px; margin: 70px auto 0; font-size: 1.07rem; line-height: 2; letter-spacing: .04em; overflow-wrap: anywhere; }
.formatted-content p, .formatted-content h2, .formatted-content h3, .formatted-content blockquote, .formatted-content .text-box { white-space: pre-line; }
.formatted-content p { margin: 0 0 1.4em; }
.formatted-content .lead { color: var(--ink); font-size: 1.28rem; }
.formatted-content h2 { margin: 2.2em 0 .7em; font-size: 1.8rem; font-weight: 400; line-height: 1.5; }
.formatted-content h3 { margin: 1.8em 0 .6em; font-size: 1.35rem; font-weight: 500; line-height: 1.6; }
.formatted-content blockquote { margin: 2em 0; padding: 1.4em clamp(18px, 4vw, 36px); border-left: 2px solid var(--accent); color: #5e554c; background: rgba(227,218,207,.45); font-size: 1.18rem; }
.formatted-content .text-box { margin: 1.6em 0; padding: clamp(18px, 4vw, 32px); border: 1px solid var(--line); border-radius: 6px; background: #eae3d8; }
.formatted-content ul { padding-left: 1.5em; margin: 1.4em 0; }
.formatted-content li { padding-left: .25em; margin: .4em 0; }
.formatted-content strong { font-weight: 700; }
.formatted-content > :first-child { margin-top: 0; }

.contact-page { min-height: 720px; position: relative; padding: var(--page-top) var(--page-gutter); border-top: 1px solid var(--line); }
.contact-page::after { content: ""; position: absolute; right: 0; bottom: 0; width: 68%; height: 45%; border-radius: 50%; background: radial-gradient(ellipse, rgba(140,121,99,.08), transparent 67%); pointer-events: none; }
.contact-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 48px; align-items: start; }
.contact-intro > * { min-width: 0; }
.contact-intro > p:last-child { max-width: 520px; margin: 0 0 30px; line-height: 1.9; letter-spacing: .08em; overflow-wrap: anywhere; }
.contact-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--line); }
.contact-group { min-width: 0; padding-right: clamp(20px, 3vw, 44px); }
.contact-group + .contact-group { border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 44px); padding-right: 0; }
.contact-group-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 90px; }
.contact-group h2 { margin: 0 0 8px; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 400; }
.contact-group .section-kicker { margin: 0; font-size: .75rem; }
.official-logo { flex: 0 0 80px; }
.official-logo img { width: 80px; height: 80px; object-fit: contain; }
.account-note { color: var(--muted); font-size: .85rem; line-height: 1.9; margin: 16px 0 28px; }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.social-card { min-width: 0; padding: 8px 0 18px; text-decoration: none; border-radius: 4px; transition: background .2s; }
.social-card:hover, .social-card:focus-visible { background: var(--paper-light); }
.social-card h3 { margin: 18px 0 6px; font-size: 1.1rem; font-weight: 400; }
.social-card p { overflow-wrap: anywhere; font-size: .76rem; margin: 0 0 12px; }
.social-card span { color: var(--muted); font-size: .76rem; text-decoration: underline; text-underline-offset: 5px; }
.social-card img { width: 100%; max-width: 180px; height: 230px; object-fit: contain; object-position: left center; }
.contact-email { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 40px; padding-block: 24px; border-block: 1px solid var(--line); overflow-wrap: anywhere; }
.contact-email svg { width: 30px; height: 24px; flex: 0 0 30px; color: var(--accent); }
.contact-email a { min-width: 0; }
.contact-email span { color: var(--muted); }
.contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 70px; }
.contact-links a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 26px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-links small { grid-column: 1; color: var(--muted); }
.contact-links strong { min-width: 0; grid-column: 1; margin-top: 8px; font-size: 1.1rem; font-weight: 400; overflow-wrap: anywhere; }
.contact-links span { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.inquiry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 70px; border-block: 1px solid var(--line); }
.inquiry-grid a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; }
.inquiry-grid a:last-child { border: 0; }
.inquiry-grid strong, .inquiry-grid small { grid-column: 1; }
.inquiry-grid strong { font-weight: 400; }
.inquiry-grid small { color: var(--muted); }
.inquiry-grid span { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.contact-signature { width: var(--signature-width); margin: 40px 0 0 auto; mix-blend-mode: multiply; }

@keyframes page-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-copy-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-image-enter {
  from { opacity: 0; transform: translateX(26px) scale(1.018); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

.page-home .hero-copy > * { animation: hero-copy-enter .78s cubic-bezier(.22, 1, .36, 1) both; }
.page-home .hero-copy > :nth-child(1) { animation-delay: .08s; }
.page-home .hero-copy > :nth-child(2) { animation-delay: .15s; }
.page-home .hero-copy > :nth-child(3) { animation-delay: .22s; }
.page-home .hero-copy > :nth-child(4) { animation-delay: .28s; }
.page-home .hero-copy > :nth-child(5) { animation-delay: .34s; }
.page-home .hero-copy > :nth-child(6) { animation-delay: .4s; }
.page-home .hero-copy > :nth-child(7) { animation-delay: .46s; }
.page-home .hero-portrait > img:not(.home-signature) { animation: hero-image-enter 1.05s .16s cubic-bezier(.22, 1, .36, 1) both; }
.page-home .home-signature { animation: hero-copy-enter .8s .62s cubic-bezier(.22, 1, .36, 1) both; }
.page-home .portrait-caption { animation: hero-copy-enter .8s .55s cubic-bezier(.22, 1, .36, 1) both; }

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms),
    transform .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms);
}
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
/* Page headings fade in without moving their shared starting position. */
.js .page-heading.reveal, .js .reveal:has(> .page-heading) { transform: none; --reveal-delay: 0ms !important; }
.js .page-hero > img.reveal { transform: scale(1.035); }
.js .page-hero > img.reveal.is-visible { transform: scale(1); }

@media (max-width: 1050px) {
  .site-header { min-height: 104px; grid-template-columns: 1fr auto; grid-template-rows: auto; padding-block: 22px; }
  .brand { justify-self: start; }
  .menu-toggle { display: grid; width: 48px; height: 44px; padding: 6px 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
  .menu-toggle span { font-size: .72rem; }
  .menu-toggle i { display: block; width: 28px; height: 1px; margin-left: auto; background: currentColor; transform-origin: right center; transition: transform .25s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(5px) rotate(42deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-5px) rotate(-42deg); }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 14px 24px 28px; border: 1px solid var(--line); background: rgba(250,248,244,.98); box-shadow: 0 18px 50px rgba(31,27,22,.12); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .home-hero { min-height: calc(100svh - 104px); }
  .about-hero, .statement-hero { grid-template-columns: .8fr 1fr; }
  .about-timeline { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; }
  .about-timeline .birth-year { grid-column: 1 / -1; }
  .about-timeline h2 { align-self: end; }
  .statement-copy { grid-column: 1 / -1; padding-top: 10px; }
  .course-layout { grid-template-columns: 1fr 1fr; }
  .course-image { grid-row: span 2; }
  .course-features { grid-column: 1; }
  .current-exhibitions, .exhibition-list { grid-template-columns: 1fr; }
  .exhibition-about { grid-template-columns: .7fr 1.3fr; }
  .exhibition-poster { grid-column: 1 / -1; width: min(420px, 70%); margin-inline: auto; }
  .exhibition-works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-row { grid-template-columns: 100px 1fr 140px; }
  .article-row a { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --page-top: 40px; --page-title-size: clamp(1.75rem, 8vw, 2.5rem); --page-subtitle-size: 1rem; }
  .image-lightbox-inner { padding: 68px 18px 22px; }
  .image-lightbox-image { max-width: 88vw; max-height: 68svh; }
  .page-home .hero-copy > * { animation-duration: .55s; animation-delay: .08s; }
  .page-home .hero-portrait > img:not(.home-signature) { animation-duration: .68s; animation-delay: .08s; }
  .page-home .home-signature { animation-duration: .55s; animation-delay: .22s; }
  .page-home .portrait-caption { animation-duration: .55s; animation-delay: .18s; }
  .js .reveal { transform: translateY(18px); transition-duration: .48s; }
  .site-header { border-left: 0; border-right: 0; }
  .site-nav { grid-template-columns: 1fr; max-height: calc(100svh - 90px); overflow: auto; }
  .home-hero { grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .hero-copy { padding: 54px 24px 44px; }
  .hero-copy h1 { font-size: clamp(1.75rem, 8.4vw, 2.4rem); }
  .hero-portrait { min-height: 570px; }
  .hero-portrait > img:not(.home-signature) { width: 100%; }
  .portrait-caption { left: 24px; right: 24px; bottom: 112px; }
  .hero-portrait .home-signature { right: 24px; bottom: 24px; }
  .site-footer { flex-direction: column; border-inline: 0; }
  .page-section { padding: 58px 24px; border-inline: 0; }
  .page-hero { grid-template-columns: 1fr; gap: 30px; border-inline: 0; }
  .page-hero > img { height: 280px; }
  .about-hero, .statement-hero { grid-template-columns: 1fr; gap: 40px; padding: var(--page-top) var(--page-gutter); }
  .about-switcher { margin-bottom: 28px; }
  .about-portrait { order: initial; }
  .about-portrait img { width: 112%; max-height: 540px; margin-left: -6%; object-position: center 24%; }
  .about-timeline { grid-template-columns: 1fr; }
  .about-timeline .birth-year { grid-column: auto; }
  .statement-copy { grid-column: auto; padding-top: 0; }
  .position-list p { grid-template-columns: 105px 1fr; }
  .philosophy { grid-template-columns: 1fr; gap: 30px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .result-count { margin: 0; }
  .works-grid { grid-template-columns: 1fr; }
  .work-meta h2 { font-size: 1.08rem; }
  .work-primary time { font-size: .96rem; }
  .work-detail-grid { grid-template-columns: 1fr; }
  .work-detail-copy { order: -1; }
  .current-exhibition-card { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .exhibition-row { grid-template-columns: 78px 1fr; gap: 10px 18px; }
  .exhibition-row h3 { grid-column: 2; }
  .exhibition-row p { grid-column: 2; }
  .exhibition-detail-hero { grid-template-columns: 1fr; }
  .exhibition-detail-hero figure img { max-height: 420px; }
  .exhibition-about { grid-template-columns: 1fr; }
  .exhibition-poster { grid-column: auto; width: 100%; }
  .exhibition-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .exhibition-photo-grid figure:first-child { grid-column: auto; grid-row: auto; }
  .exhibition-works-grid { grid-template-columns: 1fr; }
  .exhibition-information { grid-template-columns: 1fr; }
  .exhibition-information dl div { grid-template-columns: 92px 1fr; }
  .exhibition-pagination a, .exhibition-pagination span { min-height: 82px; font-size: .82rem; }
  .course-layout { grid-template-columns: 1fr; }
  .class-hero > img { position: static; height: 280px; }
  .class-hero::after { display: none; }
  .course-image { grid-row: auto; order: -1; }
  .course-features { grid-column: auto; }
  .filter-tabs { display: flex; overflow-x: auto; }
  .filter-tabs button { flex: 0 0 auto; padding-inline: 18px; }
  .article-row { grid-template-columns: 82px 1fr; padding: 22px 0; }
  .article-row img { grid-column: 1 / -1; grid-row: 1; width: 100%; height: 180px; }
  .article-row time { grid-column: 1; grid-row: 2; }
  .article-row > div { grid-column: 2; grid-row: 2; }
  .article-row a { grid-column: 2; grid-row: 3; }
  .article-header { grid-template-columns: 1fr; padding-bottom: 40px; }
  .article-header img { max-height: 380px; }
  .article-meta { flex-direction: column; gap: 5px; }
  .formatted-content { margin-top: 45px; }
  .contact-intro { grid-template-columns: 1fr; gap: 20px; }
  .contact-page { padding: var(--page-top) var(--page-gutter); }
  .contact-intro { gap: 0; }
  .contact-groups { grid-template-columns: 1fr; margin-top: 18px; }
  .contact-group { padding-right: 0; }
  .contact-group + .contact-group { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; margin-top: 28px; }
  .social-card img { height: 195px; }
  .contact-links { grid-template-columns: 1fr; margin-top: 45px; }
  .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
}

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