@font-face {
  font-family: Aboreto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/6dff7ebd-5DCXAKLhwDDQ4N8bpKPUAg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Aboreto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/15667411-5DCXAKLhwDDQ4N8bpK3UAlyu.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/ef3db8e6-q5uCsoe9Lv5t7Meb31EcExN8hA.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* One shared palette lets the artwork supply the changing colour. */
:root {
  --ink: #1e2926;
  --paper: #fffbf4;
  --paper-deep: #f0ece3;
  --olive: #74785b;
  --olive-light: #ccd09f;
  --clay: #976348;
  --muted: #656a60;
  --line: rgba(30, 41, 38, .18);
  --line-light: rgba(255, 251, 244, .23);
  --display-font: Aboreto, 'Songti SC', 'Noto Serif CJK SC', 'Source Han Serif SC', Georgia, serif;
  --body-font: 'Golos Text', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  --content: 1280px;
  --gutter: clamp(24px, 4.4vw, 72px);
  --section-space: clamp(76px, 8.5vw, 140px);
  --header-height: 100px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --short: 220ms;
  --medium: 420ms;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.8 var(--body-font); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, input, textarea, select, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button { border-radius: 0; }
img { display: block; max-width: 100%; }
svg { display: block; width: 20px; height: 20px; flex: 0 0 auto; }
button svg, a svg { pointer-events: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul, ol { margin-top: 0; }
h1, h2, h3, h4 { font-weight: 400; }
p + p { margin-top: 1.1em; }
::selection { color: var(--paper); background: var(--clay); }
[hidden] { display: none !important; }
[disabled], [aria-disabled='true'] { cursor: not-allowed; opacity: .48; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 5px; }
.site-header :focus-visible, .hero :focus-visible, .site-footer :focus-visible { outline-color: var(--olive-light); }
.skip-link { position: fixed; top: 10px; left: 16px; z-index: 1000; padding: 12px 22px; border-radius: 2px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.display, .hero-title, .section-heading, .page-heading, .detail-title, .dialog-title { font-family: var(--display-font); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
.display, .page-heading { font-size: clamp(42px, 5.2vw, 76px); line-height: 1.18; }
.section-heading { font-size: clamp(34px, 3.65vw, 54px); line-height: 1.25; }
.eyebrow, .dialog-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--olive); font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
span.eyebrow-line { display: inline-block; width: 32px; height: 1px; flex-shrink: 0; background: currentColor; }
.eyebrow.eyebrow-line::before { content: ''; width: 27px; height: 1px; flex-shrink: 0; background: currentColor; }
.section-number { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; color: var(--muted); }
.section-number::after { content: ''; width: 42px; height: 1px; background: currentColor; opacity: .45; }
.section-topline { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 54px; }
.section-topline .eyebrow, .section-topline .section-number { margin-bottom: 22px; }
.section-intro { max-width: 530px; color: var(--muted); font-family: var(--body-font); font-size: 16px; line-height: 1.85; letter-spacing: normal; }
.section-heading + .section-intro { margin-top: 24px; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; padding-block: 6px; border-bottom: 1px solid currentColor; font-size: 13px; line-height: 1.6; transition: color var(--short), gap var(--short); }
.text-link svg { width: 17px; height: 17px; }
.text-link:hover { color: var(--clay); gap: 17px; }
button.text-link { border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; font-family: var(--body-font); text-align: left; }
.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; }
.section-heading { white-space: pre-line; }
.button-row, .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.btn { position: relative; isolation: isolate; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 14px 26px; overflow: hidden; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font: 500 13px/1.6 var(--body-font); text-align: center; text-decoration: none; transition: color var(--medium), border-color var(--medium), background var(--medium); }
.btn svg { width: 18px; height: 18px; transition: transform var(--medium) var(--ease); }
.btn::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: var(--ink); transform: translateY(105%); transition: transform var(--medium) var(--ease); }
.btn:hover { color: var(--paper); }
.btn:hover::before { transform: translateY(0); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-outline { background: transparent; }
.btn-primary::before { background: var(--olive); }
.btn-primary:hover { border-color: var(--olive); }
.btn-light { color: var(--paper); border-color: rgba(255, 251, 244, .74); }
.btn-light::before { background: var(--paper); }
.btn-light:hover { color: var(--ink); border-color: var(--paper); }
.btn-icon { width: 46px; min-width: 46px; min-height: 46px; height: 46px; padding: 0; border-radius: 50%; }
.btn:disabled::before, .btn[aria-disabled='true']::before { display: none; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.sample-label { display: inline-block; padding: 5px 9px; background: rgba(255, 251, 244, .93); border: 1px solid rgba(30, 41, 38, .12); color: #666654; font-size: 10px; line-height: 1.4; letter-spacing: .04em; }

/* Navigation stays light and legible above the moving image sections. */
.site-header { position: sticky; top: 0; z-index: 60; width: 100%; background: var(--ink); color: var(--paper); transition: transform 360ms var(--ease), box-shadow 250ms; }
.site-header.is-scrolled { box-shadow: 0 1px 0 rgba(255, 251, 244, .14); }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header:focus-within, .site-header:has(.mobile-nav.is-open), .site-header:has([aria-expanded='true']) { transform: translateY(0); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1600px, calc(100% - var(--gutter) * 2)); min-height: var(--header-height); margin: 0 auto; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; }
.brand-mark svg { width: 39px; height: 45px; }
.brand-name { display: block; font-family: Aboreto, Georgia, serif; font-size: clamp(17px, 1.55vw, 23px); line-height: 1.3; letter-spacing: -.02em; }
.brand-note { display: block; margin-top: 4px; color: rgba(255, 251, 244, .58); font-size: 9px; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); margin-left: auto; }
.desktop-nav > a, .nav-dropdown > button { display: flex; align-items: center; gap: 7px; min-height: var(--header-height); padding: 0; border: 0; background: transparent; color: var(--paper); font-size: 13px; line-height: 1.5; white-space: nowrap; transition: color var(--short); }
.desktop-nav > a { position: relative; }
.desktop-nav > a::after { content: ''; position: absolute; bottom: 29px; left: 0; width: 100%; height: 1px; background: var(--olive-light); transform: scaleX(0); transform-origin: left; transition: transform var(--short); }
.desktop-nav > a:hover, .nav-dropdown > button:hover, .desktop-nav .is-active, .desktop-nav [aria-current='page'], .nav-dropdown > button[aria-expanded='true'] { color: var(--olive-light); }
.desktop-nav > a:hover::after, .desktop-nav > a.is-active::after, .desktop-nav > a[aria-current='page']::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown > button svg { width: 12px; height: 12px; transition: transform var(--short); }
.nav-dropdown > button[aria-expanded='true'] svg { transform: rotate(180deg); }
.nav-panel { position: absolute; top: calc(100% - 6px); left: -24px; min-width: 254px; padding: 16px 24px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); box-shadow: 0 18px 35px rgba(0, 0, 0, .12); }
.nav-panel a { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.nav-panel a:last-child { border-bottom: 0; }
.nav-panel a:hover, .nav-panel a[aria-current='page'] { color: var(--clay); }
.nav-panel a svg { width: 15px; height: 15px; }
.header-actions { display: flex; align-items: center; gap: 19px; }
.header-actions > .btn { min-height: 42px; padding: 10px 18px; font-size: 11px; }
.language-switch { display: flex; align-items: center; gap: 1px; white-space: nowrap; }
.language-switch button { display: inline-flex; min-width: 30px; min-height: 36px; align-items: center; justify-content: center; padding: 3px 5px; border: 0; background: transparent; color: rgba(255, 251, 244, .5); font-size: 11px; }
.language-switch button.is-active, .language-switch button[aria-pressed='true'] { color: var(--paper); }
.language-switch button:hover { color: var(--olive-light); }
.language-switch span { color: rgba(255, 251, 244, .28); font-size: 11px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line-light); border-radius: 50%; background: none; color: var(--paper); }
.mobile-nav { display: none; }

/* Homepage: generous art, compact copy, and a rhythm of staggered work. */
.hero { position: relative; display: grid; grid-template-columns: 33% 67%; min-height: clamp(620px, calc(100svh - var(--header-height)), 920px); background: var(--ink); color: var(--paper); }
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 80px 38px 68px max(var(--gutter), calc((100vw - var(--content)) / 2)); }
.hero-content .eyebrow { color: var(--olive-light); font-size: 10px; letter-spacing: .15em; }
.hero-title { max-width: 8.5em; margin: 31px 0 25px; font-size: clamp(43px, 4.45vw, 72px); line-height: 1.19; letter-spacing: -.04em; }
html[lang^='zh'] .hero-title { max-width: 6em; font-size: clamp(43px, 4.2vw, 64px); line-height: 1.35; letter-spacing: .035em; }
.hero-title span { display: block; }
.hero-copy { max-width: 310px; color: rgba(255, 251, 244, .69); font-size: 14px; line-height: 1.9; }
.hero-actions { margin-top: 34px; gap: 18px; }
.hero-actions .btn { min-height: 52px; padding-inline: 25px; font-size: 12px; }
.hero-actions .text-link { color: rgba(255, 251, 244, .75); border-color: rgba(255, 251, 244, .36); font-size: 12px; }
.hero-actions .text-link:hover { color: var(--olive-light); }
.hero-footnote { max-width: 290px; margin-top: 48px; padding-top: 18px; border-top: 1px solid var(--line-light); color: rgba(255, 251, 244, .46); font-size: 10px; line-height: 1.8; }
.hero-media { position: relative; min-width: 0; min-height: 100%; overflow: hidden; background: #c7bda7; }
.hero-media::after { content: ''; position: absolute; inset: 65% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(22, 29, 25, .48)); }
.hero-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-caption { position: absolute; z-index: 1; right: 34px; bottom: 28px; left: 34px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; color: var(--paper); font-size: 11px; line-height: 1.7; letter-spacing: .03em; }
.hero-caption .sample-label { color: var(--paper); background: rgba(30, 41, 38, .4); border-color: rgba(255, 251, 244, .36); }
.hero-index { position: absolute; z-index: 2; top: 28px; right: 30px; padding: 5px 9px; border: 1px solid rgba(255, 251, 244, .65); color: var(--paper); font-size: 10px; line-height: 1.5; letter-spacing: .1em; }
.category-section { padding: var(--section-space) 0 calc(var(--section-space) + 12px); background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 25px; }
.category-card { display: block; min-width: 0; }
.category-card:nth-child(even) { padding-top: 62px; }
.category-card-media { position: relative; display: flex; justify-content: center; align-items: center; aspect-ratio: 3 / 4; padding: 26px; overflow: hidden; background: #e9e4d8; }
.category-card:nth-child(2) .category-card-media { background: #d7d9cc; }
.category-card:nth-child(3) .category-card-media { background: #e9d9c9; }
.category-card:nth-child(4) .category-card-media { background: #d8ded7; }
.category-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 800ms var(--ease); }
.category-card-media .sample-label { position: absolute; bottom: 10px; left: 10px; }
.category-card:hover .category-card-media img { transform: scale(1.035); }
.category-card-body { position: relative; padding-top: 23px; padding-right: 28px; }
.category-card-body .section-number, .category-card-body > span:first-child { display: block; margin-bottom: 8px; font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.category-card-body .section-number::after { display: none; }
.category-card-body h2, .category-card-body h3 { font-family: var(--display-font); font-size: clamp(20px, 1.75vw, 27px); line-height: 1.35; letter-spacing: -.02em; }
.category-card-body p { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.category-card-body > svg { position: absolute; right: 0; top: 47px; width: 18px; height: 18px; transition: transform var(--short); }
.category-card:hover .category-card-body > svg { transform: translate(3px, -3px); }
.editorial-section { padding: 0 0 var(--section-space); }
.editorial-grid { display: grid; grid-template-columns: 56% 44%; align-items: center; }
.editorial-media { position: relative; min-width: 0; aspect-ratio: 1.06; overflow: hidden; background: var(--paper-deep); }
.editorial-media img { width: 100%; height: 100%; object-fit: contain; }
.editorial-media .sample-label { position: absolute; bottom: 18px; left: 18px; }
.editorial-content { padding: 50px 0 50px clamp(45px, 6vw, 94px); }
.editorial-content .eyebrow { margin-bottom: 25px; }
.editorial-content p { margin-top: 28px; color: var(--muted); font-size: 15px; }
.editorial-content .text-link, .editorial-content .btn { margin-top: 31px; }
.collection-section { padding: var(--section-space) 0; background: #f0eee6; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 30px; row-gap: 54px; }
.work-card { min-width: 0; }
.work-image { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 4 / 5; padding: 30px; overflow: hidden; background: #e4e1d7; }
.work-image img, img.work-image { width: 100%; height: 100%; object-fit: contain; transition: transform 750ms var(--ease); }
img.work-image { height: auto; }
.work-image:hover img { transform: scale(1.025); }
.work-image .sample-label { position: absolute; top: 12px; left: 12px; }
.work-image .btn-icon { position: absolute; right: 14px; bottom: 14px; width: 40px; min-width: 40px; height: 40px; min-height: 40px; border-color: transparent; background: var(--paper); }
.work-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding-top: 23px; }
.work-code { font-size: 9px; color: var(--muted); letter-spacing: .05em; }
.work-view { position: absolute; display: flex; align-items: center; justify-content: space-between; gap: 14px; bottom: 14px; right: 14px; left: 14px; padding: 12px 16px; background: var(--paper); color: var(--ink); font-size: 11px; opacity: 0; transform: translateY(8px); transition: opacity var(--medium), transform var(--medium) var(--ease); }
.work-view svg { width: 16px; height: 16px; }
.work-image:hover .work-view, .work-image:focus-visible .work-view { opacity: 1; transform: translateY(0); }
.work-category { display: block; margin-bottom: 8px; color: var(--olive); font-size: 10px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.work-title { font-family: var(--display-font); font-size: 25px; line-height: 1.4; }
.work-title a:hover { color: var(--clay); }
.work-details { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.work-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 21px; padding-top: 16px; border-top: 1px solid var(--line); }
.work-card-footer .text-link { font-size: 11px; border: 0; }
.work-card-footer > span { color: var(--muted); font-size: 10px; }
.work-card-footer .work-details { margin-top: 0; }
.commission-banner { position: relative; min-height: 570px; padding-block: 75px; overflow: hidden; background: var(--olive); color: var(--paper); }
.commission-grid { display: grid; grid-template-columns: 55% 45%; align-items: center; min-height: 430px; }
.commission-content { align-self: center; padding: 25px clamp(40px, 6vw, 92px) 25px 0; }
.commission-content .eyebrow { color: rgba(255, 251, 244, .68); margin-bottom: 25px; }
.commission-content .section-heading { max-width: 570px; }
.commission-content > p { max-width: 480px; margin-top: 24px; color: rgba(255, 251, 244, .78); font-size: 14px; }
.commission-content .btn { margin-top: 34px; }
.commission-image { position: relative; min-width: 0; min-height: 100%; aspect-ratio: 1.04; background: #b9b19b; }
.commission-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.commission-image .sample-label { position: absolute; bottom: 20px; left: 20px; }
.commission-steps { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255, 251, 244, .78); font-size: 11px; }
.commission-steps span { display: flex; gap: 8px; }
.commission-content .form-note { color: rgba(255, 251, 244, .6); font-size: 10px; }
.statement-section { padding: clamp(80px, 10vw, 160px) var(--gutter); text-align: center; }
.statement-section .eyebrow { justify-content: center; margin-bottom: 30px; }
.statement-section blockquote, .statement-section .display, .statement-section h2 { max-width: 960px; margin: 0 auto; font-family: var(--display-font); font-size: clamp(30px, 3.35vw, 48px); line-height: 1.55; letter-spacing: -.03em; white-space: pre-line; text-wrap: balance; }
.statement-section p { max-width: 500px; margin: 28px auto 0; color: var(--muted); font-size: 12px; }
.statement-section .button-row { justify-content: center; margin-top: 33px; }
.statement-section > .text-link { margin-top: 30px; }
.statement-section .eyebrow { margin-top: 0; }

/* Browse and artwork details retain calm, stable reading surfaces. */
.catalog-header { padding: 78px 0 48px; }
section.page-heading { font-family: var(--body-font); letter-spacing: normal; }
.catalog-header .eyebrow { margin-bottom: 22px; }
.catalog-header .section-intro { margin-top: 25px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.breadcrumbs svg { width: 12px; height: 12px; }
.breadcrumbs a:hover { color: var(--clay); }
.catalog-header .breadcrumbs { margin-bottom: 35px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-list { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.filter-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 10px 15px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; line-height: 1.5; transition: background var(--short), border-color var(--short), color var(--short); }
.filter-button:hover { color: var(--ink); border-color: var(--line); }
.filter-button[aria-pressed='true'], .filter-button.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.filter-button span { font-size: 9px; opacity: .65; }
.search-field { display: flex; align-items: center; gap: 11px; width: 240px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.search-field svg { width: 17px; height: 17px; color: var(--muted); }
.search-field input { min-width: 0; width: 100%; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--ink); font-size: 12px; line-height: 1.8; }
.search-field:focus-within { border-color: var(--clay); }
.result-count { margin: 24px 0 30px; color: var(--muted); font-size: 11px; }
.catalog-results { padding-bottom: var(--section-space); }
.catalog-results .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
.catalog-results .work-image { aspect-ratio: 1.03; padding: 45px; }
.catalog-header + .collection-section { padding-top: 15px; }
.catalog-note { margin-top: -35px; }
.empty-state { padding: 80px 24px; border: 1px solid var(--line); text-align: center; }
.empty-state h2, .empty-state h3 { margin-bottom: 14px; font-family: var(--display-font); font-size: 30px; }
.empty-state p { color: var(--muted); }
.empty-state .btn { margin-top: 25px; }
.detail-section { padding: 46px 0 var(--section-space); }
.detail-section .breadcrumbs { margin-bottom: 33px; }
.detail-grid { display: grid; grid-template-columns: 58% 42%; align-items: start; }
.detail-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 560px; aspect-ratio: 4 / 4.3; padding: 48px; background: var(--paper-deep); }
.detail-artwork { width: 100%; max-height: 740px; height: 100%; object-fit: contain; }
.detail-controls { position: absolute; right: 18px; bottom: 18px; display: flex; gap: 10px; }
.detail-controls .btn { background: var(--paper); }
.detail-visual > .sample-label { position: absolute; top: 18px; left: 18px; }
.detail-info { padding: 24px 0 0 clamp(40px, 5vw, 78px); }
.detail-info .eyebrow { margin-bottom: 20px; }
.detail-title { font-size: clamp(36px, 3.5vw, 54px); line-height: 1.3; }
.detail-info .pill { margin-top: 19px; }
.detail-description { margin-top: 27px; color: var(--muted); font-size: 14px; }
.detail-specs { display: grid; grid-template-columns: 95px 1fr; gap: 13px 18px; margin: 29px 0; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.8; }
.detail-specs dt { color: var(--muted); }
.detail-specs dd { margin: 0; }
.detail-specs > div { grid-column: 1 / -1; display: grid; grid-template-columns: 95px 1fr; gap: 18px; }
.detail-info .button-row { align-items: stretch; gap: 10px; }
.detail-info .btn { flex: 1 1 auto; min-height: 49px; padding: 12px 18px; font-size: 12px; }
.detail-info > .text-link { margin-top: 22px; font-size: 11px; }
.detail-controls { align-items: center; left: 18px; justify-content: space-between; }
.detail-controls .text-link { padding: 7px 11px; border: 0; background: var(--paper); font-size: 10px; }
.detail-disclaimer { margin-top: 22px; padding-left: 14px; border-left: 2px solid var(--olive); color: var(--muted); font-size: 11px; line-height: 1.85; }
.related-section { padding: var(--section-space) 0; border-top: 1px solid var(--line); }

/* Editorial, commission and contact pages share the same type and rhythm. */
.inner-hero { padding: 65px 0 85px; border-bottom: 1px solid var(--line); }
.inner-hero-grid { display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 0; }
.inner-hero-content { padding: 24px 70px 24px 0; }
.inner-hero-content .eyebrow { margin-bottom: 24px; }
.inner-hero-content .section-intro, .inner-hero-content > p { margin-top: 28px; }
.inner-hero-content > p { color: var(--muted); font-size: 15px; }
.inner-hero-content .button-row, .inner-hero-content > .btn { margin-top: 30px; }
.inner-hero-media { position: relative; aspect-ratio: 1.12; background: var(--paper-deep); overflow: hidden; }
.inner-hero-media img { width: 100%; height: 100%; object-fit: contain; }
.inner-hero-media img[src*='hero-room'] { object-fit: cover; }
.inner-hero-media .sample-label { position: absolute; bottom: 15px; left: 15px; }
.inner-hero .breadcrumbs { margin-bottom: 30px; }
.inner-hero-content > .text-link { margin-top: 28px; }
.story-section, .process-section, .custom-section, .contact-section, .faq-section { padding: var(--section-space) 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story-grid p { color: var(--muted); font-size: 15px; }
.story-grid .eyebrow { margin-bottom: 25px; }
.story-grid .section-heading { max-width: 490px; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 70px; }
.value-card { padding: 29px 0 0; border-top: 1px solid var(--line); }
.value-card .section-number { margin-bottom: 20px; }
.value-card h3 { font-family: var(--display-font); font-size: 25px; line-height: 1.4; }
.value-card p { margin-top: 15px; color: var(--muted); font-size: 13px; }
.story-section + .story-section { padding-top: 0; }
.story-section > .values-grid { margin-top: 0; }
.process-section { background: var(--paper-deep); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 50px; }
.process-card { padding-top: 24px; border-top: 1px solid var(--line); }
.process-card .section-number { display: block; margin-bottom: 23px; color: var(--clay); font-family: Aboreto, Georgia, serif; font-size: 30px; line-height: 1.3; letter-spacing: -.03em; }
.process-card .section-number::after { display: none; }
.process-card h3 { font-family: var(--display-font); font-size: 23px; line-height: 1.4; }
.process-card p { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.custom-grid { display: grid; grid-template-columns: 42% 58%; align-items: start; gap: 0; }
.custom-intro { padding-right: 80px; }
.custom-intro .eyebrow { margin-bottom: 23px; }
.custom-intro p { margin-top: 24px; color: var(--muted); font-size: 14px; }
.custom-intro .text-link, .custom-intro .button-row { margin-top: 28px; }
.custom-form { padding: 40px; border: 1px solid var(--line); background: rgba(255, 255, 255, .22); }
.custom-form > .btn, .custom-form > .button-row { margin-top: 26px; }
.contact-section .page-heading { max-width: 880px; }
.contact-section > .container > .eyebrow { margin-bottom: 24px; }
.contact-section > .container > .section-intro { margin-top: 25px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 52px; }
.contact-section > .contact-grid { margin-top: 0; }
.contact-card { display: flex; align-items: flex-start; flex-direction: column; padding: 44px; border: 1px solid var(--line); }
.contact-card:first-child { background: var(--paper-deep); }
.contact-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--olive); }
.contact-icon svg { width: 24px; height: 24px; }
.contact-card h2, .contact-card h3 { font-family: var(--display-font); font-size: 32px; line-height: 1.35; }
.contact-card p { max-width: 440px; margin-top: 17px; color: var(--muted); font-size: 14px; }
.contact-card .btn { margin-top: 30px; }
.contact-card .email-address { margin-top: 15px; }
.contact-card .form-note { margin-top: 15px; }
.contact-card .eyebrow { margin-top: 0; margin-bottom: 17px; }
.contact-card .btn { margin-top: auto; }
.contact-card p + .btn, .contact-card .email-address + .btn { margin-top: 27px; }
.faq-section { border-top: 1px solid var(--line); }
.faq-section .eyebrow { margin-bottom: 20px; }
.faq-section .section-heading { margin-bottom: 38px; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; list-style: none; font-size: 15px; cursor: pointer; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: '+'; flex: 0 0 auto; font: 300 23px/1 Arial, sans-serif; color: var(--olive); }
.faq-section details[open] summary::after { content: '−'; }
.faq-section summary svg { display: none; }
.faq-section details p { max-width: 780px; padding: 0 45px 25px 0; color: var(--muted); font-size: 13px; }

/* Form labels never disappear; status and focus are visually explicit. */
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { display: flex; flex-direction: column; min-width: 0; gap: 8px; margin-bottom: 19px; }
.form-field label { color: var(--ink); font-size: 12px; line-height: 1.65; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; min-height: 47px; padding: 11px 13px; border: 1px solid rgba(30, 41, 38, .28); border-radius: 2px; background: rgba(255, 255, 255, .33); color: var(--ink); font-size: 13px; line-height: 1.7; transition: border-color var(--short), background var(--short); }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #848579; opacity: 1; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid rgba(116, 120, 91, .28); outline-offset: 2px; border-color: var(--olive); background: #fffefa; }
.form-field input[aria-invalid='true'], .form-field textarea[aria-invalid='true'] { border-color: #a34d3c; }
.form-field small, .form-note { color: var(--muted); font-size: 11px; line-height: 1.85; }
.form-note { margin-top: 12px; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.form-status { margin-top: 16px; color: var(--olive); font-size: 12px; line-height: 1.8; }
.form-status:empty { display: none; }
.form-status.is-error, .form-status[data-state='error'] { color: #a34d3c; }
.form-status.is-success, .form-status[data-state='success'] { color: #426342; }
.form-status textarea { display: block; width: 100%; min-height: 110px; margin-top: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 2px; background: #fffefa; color: var(--ink); font-size: 12px; line-height: 1.7; resize: vertical; }

/* Dialogs intentionally stay still while visitors read or scan. */
.site-dialog { width: min(560px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 3px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 100px rgba(0, 0, 0, .28); }
.site-dialog::backdrop, .lightbox-dialog::backdrop { background: rgba(12, 22, 18, .72); backdrop-filter: blur(5px); }
.site-dialog[open] { animation: dialog-appear 260ms var(--ease) both; }
.dialog-close { position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); transition: background var(--short), color var(--short); }
.dialog-close:hover { background: var(--ink); color: var(--paper); }
.dialog-close svg { width: 17px; height: 17px; }
.dialog-body { padding: 45px 42px 38px; }
.dialog-eyebrow { margin-bottom: 18px; padding-right: 25px; font-size: 10px; }
.dialog-title { padding-right: 15px; font-size: 34px; line-height: 1.3; }
.dialog-title + p { margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.dialog-body > .button-row { margin-top: 24px; }
.dialog-body > .button-row .btn { flex: 1; }
.contact-choices { display: grid; gap: 13px; margin-top: 30px; }
.contact-choice { display: grid; grid-template-columns: 25px 1fr 18px; align-items: center; gap: 4px 19px; width: 100%; padding: 23px; border: 1px solid var(--line); border-radius: 2px; background: transparent; color: var(--ink); text-align: left; transition: background var(--short), border-color var(--short); }
.contact-choice:hover { background: var(--paper-deep); border-color: var(--olive); }
.contact-choice > svg:first-child { grid-column: 1; grid-row: 1 / span 2; width: 25px; height: 25px; color: var(--olive); }
.contact-choice > svg:last-child { grid-column: 3; grid-row: 1 / span 2; margin-left: auto; }
.contact-choice > strong { grid-column: 2; grid-row: 1; }
.contact-choice > span { grid-column: 2; grid-row: 2; min-width: 0; overflow-wrap: anywhere; color: var(--muted); font-size: 11px; line-height: 1.6; }
.contact-choice strong, .contact-choice b { display: block; font-size: 15px; font-weight: 500; line-height: 1.6; }
.contact-choice small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.inquiry-context { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 23px 0; padding: 15px 17px; border-left: 2px solid var(--olive); background: var(--paper-deep); font-size: 12px; line-height: 1.8; }
.inquiry-context > img { width: 48px; height: 55px; object-fit: contain; }
.inquiry-context > div { flex: 1; }
.inquiry-context span { display: block; color: var(--muted); font-size: 10px; }
.inquiry-context > p { flex-basis: 100%; font-size: 11px; }
.inquiry-context strong { font-weight: 500; }
.inquiry-context small { display: block; color: var(--muted); font-size: 10px; }
.email-form { margin-top: 25px; }
.email-form .button-row { margin-top: 23px; }
.email-form .button-row .btn { flex-grow: 1; gap: 10px; padding-inline: 16px; font-size: 12px; }
.email-address { display: inline-block; overflow-wrap: anywhere; color: var(--ink); font-size: 16px; line-height: 1.7; }
.email-fallback { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.email-fallback .email-address { font-size: 13px; }
.email-fallback .copy-button { display: inline-flex; align-items: center; justify-content: center; width: 34px; min-width: 34px; min-height: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.copy-button { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 6px 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; }
.copy-button:hover { color: var(--clay); }
.copy-button svg { width: 14px; height: 14px; }
.qr-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 235px; margin: 27px 0 20px; padding: 30px; border: 1px dashed rgba(116, 120, 91, .55); background: var(--paper-deep); text-align: center; }
.qr-placeholder > svg { width: 37px; height: 37px; margin-bottom: 20px; color: var(--olive); }
.qr-placeholder strong, .qr-placeholder h3 { font-weight: 400; font-size: 16px; }
.qr-placeholder p { max-width: 290px; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.qr-image { width: min(240px, 100%); height: auto; margin: 28px auto 18px; padding: 16px; background: #fff; }
.qr-caption { max-width: 340px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.85; text-align: center; }
.success-panel { padding: 30px 0; text-align: center; }
.success-panel > svg { width: 34px; height: 34px; margin: 0 auto 20px; color: var(--olive); }
.success-panel p { margin-top: 17px; color: var(--muted); font-size: 13px; }
.lightbox-dialog { width: min(1200px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 46px 35px 25px; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 2px; background: var(--paper); color: var(--ink); }
.lightbox-image { width: 100%; max-height: calc(100dvh - 155px); object-fit: contain; }
.lightbox-caption { margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.8; text-align: center; }
@keyframes dialog-appear { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.site-footer { padding-top: 78px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.45fr 1fr 1.1fr; gap: 65px; padding-bottom: 62px; }
.footer-brand .brand-name { font-size: 27px; }
.footer-brand p { max-width: 330px; margin-top: 22px; color: rgba(255, 251, 244, .59); font-size: 12px; line-height: 1.9; }
.footer-links h3, .footer-contact h3, .footer-links h4, .footer-contact h4 { margin-bottom: 23px; color: rgba(255, 251, 244, .47); font-size: 10px; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin-top: 9px; font-size: 12px; color: rgba(255, 251, 244, .8); }
.footer-links a:hover, .footer-contact a:hover { color: var(--olive-light); }
.footer-contact .email-address { color: var(--paper); font-size: 16px; }
.footer-contact .text-link { margin-top: 18px; border-color: rgba(255, 251, 244, .37); font-size: 12px; }
.footer-contact button.text-link { color: var(--paper); }
.footer-contact .text-link + .text-link { display: flex; width: fit-content; }
.footer-contact .eyebrow { margin-top: 0; color: rgba(255, 251, 244, .47); font-size: 10px; }
.footer-contact p { margin-top: 18px; color: rgba(255, 251, 244, .5); font-size: 11px; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 24px 0 28px; border-top: 1px solid var(--line-light); color: rgba(255, 251, 244, .48); font-size: 10px; line-height: 1.8; }
.demo-note { max-width: 610px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.site-footer .demo-note { color: rgba(255, 251, 244, .45); }
.back-to-top { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line-light); border-radius: 50%; color: var(--paper); transition: background var(--short); }
.back-to-top:hover { background: rgba(255, 251, 244, .1); }
.back-to-top svg { width: 16px; height: 16px; transform: rotate(-45deg); }

@media (min-width: 1700px) {
  .hero-content { padding-right: 55px; }
  .hero-title { font-size: 74px; }
  .hero-copy { max-width: 370px; font-size: 15px; }
}
@media (max-width: 1200px) {
  :root { --header-height: 88px; --gutter: 38px; }
  .header-inner { gap: 20px; }
  .brand-mark svg { width: 32px; height: 38px; }
  .brand-name { font-size: 18px; }
  .brand-note { font-size: 8px; letter-spacing: .13em; }
  .desktop-nav { gap: 20px; }
  .desktop-nav > a, .nav-dropdown > button { font-size: 11px; }
  .desktop-nav > a::after { bottom: 23px; }
  .header-actions { gap: 12px; }
  .header-actions > .btn { display: none; }
  .hero { grid-template-columns: 36% 64%; min-height: 680px; }
  .hero-content { padding-right: 28px; padding-block: 60px; }
  .hero-title { font-size: clamp(42px, 4.7vw, 59px); }
  .hero-copy { font-size: 13px; }
  .hero-footnote { margin-top: 34px; }
  .category-grid { gap: 20px; }
  .category-card-media { padding: 18px; }
  .category-card-body p { font-size: 11px; }
  .work-grid { gap: 48px 25px; }
  .work-image { padding: 23px; }
  .editorial-content { padding-left: 45px; }
  .commission-content { padding-right: 44px; }
  .inner-hero-content { padding-right: 42px; }
  .story-grid { gap: 55px; }
  .custom-intro { padding-right: 45px; }
  .custom-form { padding: 30px; }
  .footer-top { gap: 35px; }
}
@media (max-width: 960px) {
  :root { --header-height: 82px; --gutter: 30px; --section-space: 86px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 16px; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav.is-open { display: block; max-height: calc(100dvh - var(--header-height)); padding: 20px var(--gutter) 30px; overflow: auto; border-top: 1px solid var(--line-light); }
  .mobile-nav > a, .mobile-nav > button, .mobile-nav > div > a, .mobile-nav > div > button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; color: var(--paper); text-align: left; font-size: 15px; }
  .mobile-nav > a.is-active, .mobile-nav [aria-current='page'] { color: var(--olive-light); }
  .mobile-nav .nav-panel { position: static; margin-top: 12px; padding: 6px 20px; min-width: 0; box-shadow: none; }
  .mobile-nav .nav-panel a { font-size: 13px; }
  .mobile-nav .button-row { margin-top: 25px; }
  .mobile-nav .button-row .btn { flex-grow: 1; }
  .mobile-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 6px 16px 15px; background: rgba(255, 251, 244, .035); }
  .mobile-nav .mobile-categories > a { border-bottom: 0; color: rgba(255, 251, 244, .62); font-size: 12px; }
  .hero { grid-template-columns: 40% 60%; min-height: 660px; }
  .hero-content { padding-right: 24px; }
  .hero-title { font-size: 44px; }
  .hero-content .eyebrow { font-size: 9px; letter-spacing: .09em; }
  .hero-actions .btn { padding-inline: 22px; gap: 14px; }
  .hero-caption { left: 22px; right: 22px; bottom: 22px; font-size: 10px; }
  .section-topline { margin-bottom: 42px; gap: 28px; }
  .section-topline > .section-intro { max-width: 320px; font-size: 14px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 26px; }
  .category-card:nth-child(even) { padding-top: 46px; }
  .category-card-media { aspect-ratio: 4 / 4.8; padding: 30px; }
  .category-card-body h2, .category-card-body h3 { font-size: 26px; }
  .category-card-body p { font-size: 12px; }
  .editorial-grid { grid-template-columns: 51% 49%; }
  .editorial-media { aspect-ratio: .8; }
  .editorial-content { padding: 22px 0 22px 33px; }
  .editorial-content .section-heading { font-size: 35px; }
  .editorial-content p { font-size: 13px; margin-top: 20px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px 26px; }
  .commission-banner { min-height: 0; padding-block: 65px; }
  .commission-grid { grid-template-columns: 54% 46%; min-height: 430px; }
  .commission-content { padding-block: 15px; padding-right: 32px; }
  .commission-content .section-heading { font-size: 36px; }
  .commission-steps { gap: 12px 20px; }
  .catalog-toolbar { align-items: flex-start; }
  .search-field { width: 100%; max-width: 320px; }
  .detail-grid { grid-template-columns: 52% 48%; }
  .detail-visual { min-height: 440px; padding: 28px; }
  .detail-info { padding: 8px 0 0 30px; }
  .detail-title { font-size: 37px; }
  .detail-info .button-row { flex-direction: column; }
  .detail-description { font-size: 13px; }
  .inner-hero { padding-block: 55px 65px; }
  .inner-hero-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero-content { padding-right: 30px; }
  .inner-hero-content .display { font-size: 43px; }
  .inner-hero-content > p { font-size: 13px; }
  .inner-hero-media { aspect-ratio: .86; }
  .values-grid { gap: 25px; }
  .value-card h3 { font-size: 23px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 30px; }
  .custom-grid { grid-template-columns: 1fr; gap: 40px; }
  .custom-intro { padding-right: 0; max-width: 620px; }
  .custom-form { max-width: 720px; }
  .contact-card { padding: 32px; }
  .footer-top { grid-template-columns: 1.3fr 1fr; gap: 45px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (max-width: 680px) {
  :root { --header-height: 76px; --gutter: 22px; --section-space: 70px; }
  body { font-size: 14px; }
  .header-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand-mark svg { width: 28px; height: 35px; }
  .brand-name { font-size: 15px; }
  .brand-note { font-size: 7px; letter-spacing: .1em; }
  .header-actions { gap: 9px; }
  .language-switch { gap: 0; }
  .language-switch button { min-width: 25px; padding-inline: 3px; font-size: 10px; }
  .menu-toggle { width: 37px; height: 37px; }
  .menu-toggle svg { width: 18px; height: 18px; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-content { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: start; padding: 42px var(--gutter) 38px; }
  .hero-content .eyebrow { font-size: 9px; }
  .hero-title { max-width: 11em; margin: 20px 0 17px; font-size: clamp(37px, 8.6vw, 52px); line-height: 1.2; }
  html[lang^='zh'] .hero-title { max-width: 8em; font-size: 40px; line-height: 1.4; }
  .hero-title span { display: inline; }
  .hero-copy { max-width: 420px; font-size: 12px; line-height: 1.8; }
  .hero-actions { margin-top: 23px; gap: 16px; }
  .hero-actions .btn { min-height: 45px; padding: 11px 20px; font-size: 11px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-footnote { max-width: 440px; margin-top: 22px; padding-top: 14px; font-size: 9px; }
  .hero-media { min-height: 0; height: auto; aspect-ratio: 1.05; }
  .hero-image { object-position: center; }
  .hero-caption { bottom: 18px; left: 20px; right: 20px; gap: 15px; font-size: 9px; }
  .hero-caption .sample-label { max-width: 135px; font-size: 8px; }
  .hero-index { top: 16px; right: 18px; font-size: 9px; }
  .display, .page-heading { font-size: clamp(35px, 8vw, 45px); }
  .section-heading { font-size: 34px; line-height: 1.3; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; }
  .section-topline { display: block; margin-bottom: 34px; }
  .section-topline .eyebrow, .section-topline .section-number { margin-bottom: 19px; }
  .section-topline > .section-intro { margin-top: 21px; max-width: 100%; font-size: 13px; }
  .section-topline > .text-link, .section-topline > .btn { margin-top: 22px; }
  .section-intro { font-size: 13px; }
  .section-heading + .section-intro { margin-top: 18px; }
  .btn { min-height: 47px; padding: 12px 22px; gap: 16px; font-size: 12px; }
  .category-section { padding-bottom: 76px; }
  .category-grid { gap: 29px 15px; }
  .category-card:nth-child(even) { padding-top: 32px; }
  .category-card-media { aspect-ratio: 3 / 4; padding: 14px; }
  .category-card-media .sample-label { left: 6px; bottom: 6px; padding: 3px 5px; font-size: 7px; }
  .category-card-body { padding-top: 16px; padding-right: 16px; }
  .category-card-body > span:first-child { font-size: 9px; }
  .category-card-body h2, .category-card-body h3 { font-size: clamp(18px, 4.4vw, 25px); line-height: 1.4; }
  .category-card-body p { margin-top: 9px; font-size: 10px; line-height: 1.75; }
  .category-card-body > svg { width: 13px; height: 13px; top: 39px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-media { aspect-ratio: 1.05; }
  .editorial-content { padding: 37px 0 0; }
  .editorial-content .section-heading { max-width: 430px; font-size: 34px; }
  .editorial-content .eyebrow { margin-bottom: 18px; }
  .editorial-content p { max-width: 460px; font-size: 13px; }
  .editorial-content .text-link, .editorial-content .btn { margin-top: 25px; }
  .work-grid { grid-template-columns: 1fr; gap: 39px; }
  .work-image { aspect-ratio: 1; padding: 35px; }
  .work-meta { padding-top: 20px; }
  .work-title { font-size: 27px; }
  .work-category { font-size: 9px; }
  .work-details { font-size: 11px; }
  .work-card-footer { margin-top: 16px; padding-top: 12px; }
  .commission-banner { min-height: 0; padding-block: 53px; }
  .commission-grid { grid-template-columns: 1fr; gap: 38px; min-height: 0; }
  .commission-content { padding: 0; }
  .commission-content .section-heading { max-width: 450px; font-size: 36px; }
  .commission-content > p { max-width: 430px; font-size: 13px; }
  .commission-content .btn { margin-top: 28px; }
  .commission-steps { margin-top: 26px; padding-top: 20px; font-size: 10px; }
  .commission-image { min-height: 0; aspect-ratio: 1.2; }
  .statement-section { padding: 75px var(--gutter); }
  .statement-section blockquote, .statement-section .display, .statement-section h2 { font-size: 30px; line-height: 1.6; }
  .statement-section p { font-size: 11px; }
  .catalog-header { padding: 46px 0 33px; }
  .catalog-header .breadcrumbs { margin-bottom: 26px; }
  .catalog-header .eyebrow { margin-bottom: 19px; }
  .catalog-header .section-intro { margin-top: 20px; }
  .catalog-toolbar { gap: 17px; padding-block: 19px; }
  .filter-list { gap: 5px; }
  .filter-button { min-height: 39px; padding: 8px 11px; font-size: 10px; }
  .search-field { width: 100%; max-width: none; }
  .result-count { margin: 19px 0 25px; font-size: 10px; }
  .catalog-results .work-grid { grid-template-columns: 1fr; }
  .catalog-results .work-image { padding: 34px; }
  .catalog-header + .collection-section { padding-top: 8px; }
  .detail-section { padding-top: 30px; }
  .detail-section .breadcrumbs { margin-bottom: 23px; font-size: 10px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-visual { aspect-ratio: 1; min-height: 0; padding: 34px; }
  .detail-artwork { max-height: 520px; }
  .detail-info { padding: 35px 0 0; }
  .detail-title { font-size: 38px; }
  .detail-info .button-row { flex-direction: row; }
  .detail-description { margin-top: 23px; font-size: 13px; }
  .detail-specs { grid-template-columns: 87px 1fr; margin-block: 24px; font-size: 12px; }
  .detail-specs > div { grid-template-columns: 87px 1fr; }
  .detail-disclaimer { font-size: 10px; }
  .inner-hero { padding: 43px 0 50px; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .inner-hero-content { padding: 0; }
  .inner-hero-content .display { max-width: 520px; font-size: 40px; }
  .inner-hero-content .eyebrow { margin-bottom: 18px; }
  .inner-hero-content > p, .inner-hero-content .section-intro { margin-top: 22px; font-size: 13px; }
  .inner-hero-media { aspect-ratio: 1.1; }
  .story-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-grid p { font-size: 13px; }
  .story-grid .eyebrow { margin-bottom: 18px; }
  .values-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 45px; }
  .value-card { padding-top: 22px; }
  .value-card .section-number { margin-bottom: 14px; }
  .value-card h3 { font-size: 25px; }
  .value-card p { margin-top: 12px; font-size: 12px; }
  .process-grid { gap: 30px 22px; margin-top: 34px; }
  .process-card { padding-top: 19px; }
  .process-card .section-number { margin-bottom: 18px; font-size: 25px; }
  .process-card h3 { font-size: 20px; }
  .process-card p { margin-top: 12px; font-size: 11px; }
  .custom-grid { gap: 29px; }
  .custom-intro p { font-size: 13px; }
  .custom-form { padding: 23px 19px; }
  .custom-form .form-row { gap: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 21px; margin-top: 33px; }
  .contact-card { padding: 29px; }
  .contact-icon { margin-bottom: 25px; width: 45px; height: 45px; }
  .contact-card h2, .contact-card h3 { font-size: 29px; }
  .contact-card p { font-size: 13px; }
  .contact-card .email-address { font-size: 16px; }
  .faq-section .section-heading { margin-bottom: 28px; }
  .faq-section summary { padding-block: 21px; font-size: 13px; }
  .faq-section details p { padding: 0 20px 22px 0; font-size: 12px; }
  .form-row { gap: 13px; }
  .form-field { margin-bottom: 16px; gap: 7px; }
  .form-field input, .form-field select, .form-field textarea { min-height: 46px; padding: 10px 12px; font-size: 16px; }
  .form-field label { font-size: 11px; }
  .form-field textarea { min-height: 115px; }
  .form-note { font-size: 10px; }
  .site-dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
  .dialog-body { padding: 39px 24px 28px; }
  .dialog-close { top: 12px; right: 12px; width: 34px; height: 34px; }
  .dialog-title { font-size: 30px; }
  .dialog-title + p { font-size: 12px; }
  .dialog-eyebrow { font-size: 9px; }
  .contact-choices { margin-top: 25px; gap: 11px; }
  .contact-choice { padding: 19px 16px; gap: 4px 15px; }
  .contact-choice strong { font-size: 14px; }
  .contact-choice small { font-size: 10px; }
  .email-form > .form-row { grid-template-columns: 1fr; gap: 0; }
  .email-form .button-row { flex-direction: column; align-items: stretch; gap: 9px; }
  .email-form .button-row .btn { width: 100%; }
  .inquiry-context { margin: 20px 0; padding: 12px 14px; font-size: 11px; }
  .qr-placeholder { min-height: 220px; padding: 25px; margin-top: 24px; }
  .qr-placeholder p { font-size: 11px; }
  .qr-caption { font-size: 11px; }
  .lightbox-dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); padding: 52px 15px 20px; }
  .lightbox-image { max-height: calc(100dvh - 145px); }
  .lightbox-caption { font-size: 10px; }
  .site-footer { padding-top: 56px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding-bottom: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand-name { font-size: 25px; }
  .footer-brand p { margin-top: 18px; max-width: 360px; font-size: 11px; }
  .footer-links h3, .footer-contact h3, .footer-links h4, .footer-contact h4 { margin-bottom: 17px; font-size: 9px; }
  .footer-links a { margin-top: 8px; font-size: 11px; }
  .footer-contact { grid-column: auto; min-width: 0; }
  .footer-contact .email-address { font-size: 12px; }
  .footer-contact .text-link { margin-top: 15px; gap: 6px; font-size: 10px; }
  .footer-contact p { font-size: 10px; }
  .footer-bottom { padding-block: 20px 24px; font-size: 9px; }
  .demo-note { font-size: 9px; }
}
@media (max-width: 370px) {
  :root { --gutter: 17px; }
  .brand-mark { display: none; }
  .brand-name { font-size: 15px; }
  .header-actions { gap: 7px; }
  .hero-title, html[lang^='zh'] .hero-title { font-size: 35px; }
  .hero-actions { gap: 13px; }
  .hero-actions .btn { padding-inline: 16px; }
  .category-grid { gap: 26px 12px; }
  .category-card-media { padding: 11px; }
  .category-card-body h2, .category-card-body h3 { font-size: 17px; }
  .dialog-body { padding-inline: 20px; }
  .process-grid { grid-template-columns: 1fr; }
}
@media (hover: none) {
  .category-card:hover .category-card-media img, .work-image:hover img { transform: none; }
  .btn:hover svg, .category-card:hover .category-card-body > svg { transform: none; }
  .work-view { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal], [data-parallax] { transform: none !important; opacity: 1 !important; }
  .site-dialog[open] { animation: none; }
}
