/*
Theme Name: Zangjing Art
Theme URI: https://qiyuelux.online/
Author: Zangjing Art
Description: 藏境艺术高端唐卡典藏主题。
Version: 1.1.3
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: zangjing-art
*/

:root {
  --zj-ink: #0a0a0a;
  --zj-ivory: #f6f2e9;
  --zj-warm: #fbf9f5;
  --zj-charcoal: #292929;
  --zj-red: #6a211f;
  --zj-gold: #9a7845;
  --zj-ease-editorial: cubic-bezier(.22, 1, .36, 1);
  --zj-motion-fast: 240ms;
  --zj-motion-base: 420ms;
  --zj-motion-slow: 680ms;
  --zj-font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  --zj-font-sans: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
}

html[lang^="en"], html[lang^="fr"], html[lang^="de"], html[lang^="es"] {
  --zj-font-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --zj-font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

html[lang^="ja"] { --zj-font-serif: "Yu Mincho", "Hiragino Mincho ProN", serif; --zj-font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
html[lang^="ko"] { --zj-font-serif: AppleMyungjo, "Noto Serif KR", serif; --zj-font-sans: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif; }
html[lang^="ar"] { --zj-font-serif: "Noto Naskh Arabic", "Geeza Pro", serif; --zj-font-sans: "Noto Sans Arabic", "Geeza Pro", sans-serif; }

* { box-sizing: border-box; }

html { color-scheme: light; }

body {
  margin: 0;
  background: var(--zj-warm);
  color: var(--zj-ink);
  font-family: var(--zj-font-sans);
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }

button, input, textarea, select { font: inherit; }

button { color: inherit; }

.zj-media-reveal {
  position: relative;
  overflow: hidden;
  background: #e7e0d4;
}

.zj-motion-ready .zj-media-reveal::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: var(--zj-ivory);
  content: '';
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 980ms var(--zj-ease-editorial);
  pointer-events: none;
}

.zj-motion-ready .zj-section--ink .zj-media-reveal::before,
.zj-motion-ready .zj-bespoke-band .zj-media-reveal::before { background: #171412; }

.zj-motion-ready .zj-media-reveal img {
  opacity: 0;
  transform: scale(1.018);
  transition: opacity var(--zj-motion-slow) var(--zj-ease-editorial), transform 900ms var(--zj-ease-editorial);
}

.zj-motion-ready .zj-media-reveal.is-media-visible img {
  opacity: 1;
  transform: scale(1);
}
.zj-motion-ready .zj-media-reveal.is-media-visible::before { transform: scaleY(0); transform-origin: top; }

.zj-motion-ready .zj-media-reveal.is-media-error::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  content: '图像暂时无法显示';
  color: #6d665d;
  font-size: 11px;
  letter-spacing: .12em;
}

.zj-motion-ready .zj-reveal-item,
.zj-motion-ready .zj-stagger-item {
  opacity: 0;
  transform: translate3d(0, 56px, 0);
  transition: opacity 760ms var(--zj-ease-editorial), transform 820ms var(--zj-ease-editorial);
  transition-delay: var(--zj-reveal-delay, 0ms);
}

.zj-motion-ready [data-page-intro] .zj-hero-art { clip-path: inset(0 0 100% 0); transition: clip-path 1080ms var(--zj-ease-editorial); }
.zj-motion-ready [data-page-intro].is-hero-ready .zj-hero-art { clip-path: inset(0); }
.zj-motion-ready [data-page-intro] .zj-hero-title-break { overflow: hidden; }
.zj-motion-ready [data-parallax] { will-change: transform; }
.is-page-leaving main, .is-page-leaving .zj-site-header, .is-page-leaving .zj-site-footer { opacity: 0; transition: opacity 180ms ease; }
.zj-overlay[aria-hidden="false"] .zj-menu-nav li { animation: zj-menu-item-in 520ms var(--zj-ease-editorial) both; animation-delay: calc(var(--zj-menu-index, 0) * 45ms); }
.zj-menu-nav li:nth-child(1) { --zj-menu-index: 1; }
.zj-menu-nav li:nth-child(2) { --zj-menu-index: 2; }
.zj-menu-nav li:nth-child(3) { --zj-menu-index: 3; }
.zj-menu-nav li:nth-child(4) { --zj-menu-index: 4; }
.zj-menu-nav li:nth-child(5) { --zj-menu-index: 5; }
.zj-menu-nav li:nth-child(6) { --zj-menu-index: 6; }
.zj-menu-nav li:nth-child(7) { --zj-menu-index: 7; }
.zj-menu-nav li:nth-child(8) { --zj-menu-index: 8; }
.zj-menu-nav li:nth-child(9) { --zj-menu-index: 9; }
.zj-menu-nav li:nth-child(10) { --zj-menu-index: 10; }
.zj-menu-nav li:nth-child(11) { --zj-menu-index: 11; }
@keyframes zj-menu-item-in { from { opacity: 0; transform: translate3d(0, 24px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

.zj-motion-ready .zj-reveal-item.is-revealed,
.zj-motion-ready .zj-stagger-item.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .zj-hero-art { animation: none !important; }
  .zj-motion-ready .zj-media-reveal img,
  .zj-motion-ready .zj-reveal-item,
  .zj-motion-ready .zj-stagger-item,
  .zj-motion-ready [data-page-intro] .zj-hero-art {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .zj-motion-ready .zj-media-reveal::before { display: none; }
  .zj-motion-ready [data-parallax] { transform: none !important; }
  .zj-overlay,
  .zj-overlay[aria-hidden="false"] .zj-menu-nav li,
  .is-page-leaving main,
  .is-page-leaving .zj-site-header,
  .is-page-leaving .zj-site-footer { animation: none !important; transition: none !important; }
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--zj-gold);
  outline-offset: 4px;
}

.zj-shell {
  width: min(100% - 40px, 1600px);
  margin-inline: auto;
}

.zj-site-header {
  position: sticky;
  z-index: 900;
  top: 0;
  height: 72px;
  color: var(--zj-ink);
  border-bottom: 1px solid rgba(10, 10, 10, .12);
  background: rgba(251, 249, 245, .97);
  transition: color 260ms ease, background-color 260ms ease, border-color 260ms ease;
}

.zj-site-header.is-overlay:not(.is-scrolled) {
  position: fixed;
  width: 100%;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .28);
  background: transparent;
}

.zj-site-header.is-scrolled {
  box-shadow: 0 1px 8px rgba(10, 10, 10, .04);
}

.admin-bar .zj-site-header { top: 32px; }

.zj-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 40px, 1600px);
  height: 100%;
  margin-inline: auto;
}

.zj-header-actions { display: flex; align-items: center; gap: 24px; }
.zj-header-actions--right { justify-content: flex-end; }
.zj-market-trigger { display: grid; gap: 1px; justify-items: end; min-height: 42px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.zj-market-trigger span { max-width: 130px; overflow: hidden; font-size: 9px; letter-spacing: .05em; text-overflow: ellipsis; white-space: nowrap; }
.zj-market-trigger small { opacity: .68; font-size: 8px; }

.zj-icon-button,
.zj-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.zj-icon-button svg,
.zj-icon-link svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.zj-menu-icon { display: grid; gap: 5px; width: 21px; }
.zj-menu-icon i { display: block; height: 1px; background: currentColor; }
.zj-menu-icon i:last-child { width: 70%; }

.zj-header-link { position: relative; font-size: 13px; text-decoration: none; }
.zj-header-link::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; content: ''; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 240ms ease; }
.zj-header-link:hover::after { transform: scaleX(1); transform-origin: left; }

.zj-icon-link { position: relative; }
.zj-count { position: absolute; top: 2px; right: -8px; display: grid; place-items: center; min-width: 15px; height: 15px; padding-inline: 3px; border-radius: 10px; background: var(--zj-red); color: #fff; font-size: 9px; line-height: 1; }

.zj-brand {
  display: grid;
  gap: 1px;
  justify-items: center;
  font-family: var(--zj-font-serif);
  letter-spacing: .18em;
  text-decoration: none;
}

.zj-brand span { font-size: 16px; }
.zj-brand small { font-family: Georgia, serif; font-size: 7px; letter-spacing: .28em; }

.zj-main { min-height: 65vh; padding: 120px 0; }

.zj-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow: auto;
  background: var(--zj-ivory);
  color: var(--zj-ink);
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
}

.zj-overlay[aria-hidden="false"] { opacity: 1; transform: translateY(0); visibility: visible; }
.zj-overlay-open { overflow: hidden; }

.zj-overlay-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  width: min(100% - 40px, 1600px);
  margin-inline: auto;
  border-bottom: 1px solid rgba(10, 10, 10, .18);
}

.zj-overlay-bar p { margin: 0; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.zj-overlay-close { min-height: 44px; border: 0; background: transparent; font-size: 12px; cursor: pointer; }
.zj-overlay-close span { margin-left: 8px; font-size: 25px; font-weight: 200; vertical-align: -2px; }

.zj-market-panel { width: min(100% - 40px, 1500px); margin: 64px auto 90px; }
.zj-market-panel > header { display: grid; grid-template-columns: 1fr 2fr; gap: 16px 7vw; align-items: end; margin-bottom: 64px; }
.zj-market-panel > header .zj-eyebrow { grid-column: 1 / -1; margin: 0; }
.zj-market-panel > header h2 { margin: 0; font-family: var(--zj-font-serif); font-size: clamp(36px, 4vw, 58px); font-weight: 400; line-height: 1.12; }
.zj-market-panel > header > p:last-child { max-width: 520px; margin: 0; color: #625d55; line-height: 1.9; }
.zj-market-regions { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 56px 24px; }
.zj-market-regions section:last-child { grid-column: auto; }
.zj-market-regions h3 { margin: 0 0 18px; color: var(--zj-gold); font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.zj-market-regions ul { margin: 0; padding: 0; border-top: 1px solid rgba(10,10,10,.18); list-style: none; }
.zj-market-regions a { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; min-height: 65px; border-bottom: 1px solid rgba(10,10,10,.13); text-decoration: none; transition: padding 240ms var(--zj-ease-editorial), color 240ms ease; }
.zj-market-regions a:hover { padding-inline: 8px; color: var(--zj-red); }
.zj-market-regions a[aria-current="true"] { color: var(--zj-red); }
.zj-market-regions a[aria-current="true"]::before { width: 5px; height: 5px; border-radius: 50%; background: currentColor; content: ''; }
.zj-market-regions a[aria-current="true"] strong { grid-column: 2; }
.zj-market-regions a[aria-current="true"] small { grid-column: 3; }
.zj-market-regions strong { font-family: var(--zj-font-serif); font-size: 14px; font-weight: 400; }
.zj-market-regions small { color: #7d776e; font-size: 9px; }

.zj-menu-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); gap: 7vw; width: min(100% - 40px, 1450px); margin: 64px auto 80px; }
.zj-menu-nav ol { list-style: none; margin: 0; padding: 0; }
.zj-menu-nav li { display: grid; grid-template-columns: 44px 1fr; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(10, 10, 10, .12); }
.zj-menu-nav li span { color: var(--zj-gold); font-family: Georgia, serif; font-size: 10px; }
.zj-menu-nav a { font-family: var(--zj-font-serif); font-size: clamp(25px, 2.6vw, 46px); line-height: 1.25; text-decoration: none; transition: color 200ms ease, padding-left 200ms ease; }
.zj-menu-nav a:hover { padding-left: 10px; color: var(--zj-red); }
.zj-menu-market { display: none; }
.zj-menu-feature-image { aspect-ratio: 4 / 5; background: #2b2521 url("assets/images/editorial/gallery-interior-02.webp") center / cover; }
.zj-eyebrow { color: var(--zj-gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.zj-menu-feature h2 { margin: 14px 0 25px; font-family: var(--zj-font-serif); font-size: clamp(24px, 2vw, 36px); font-weight: 400; line-height: 1.4; }
.zj-text-link { font-size: 12px; }

.zj-search-panel { width: min(100% - 40px, 1120px); margin: 11vh auto 80px; }
.zj-search-form label { display: block; margin-bottom: 20px; color: #58544e; font-size: 12px; }
.zj-search-input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--zj-ink); }
.zj-search-input-row input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: inherit; font-family: var(--zj-font-serif); font-size: clamp(26px, 4vw, 56px); }
.zj-search-input-row button { padding: 0 8px; border: 0; background: transparent; cursor: pointer; }
.zj-popular-searches { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 24px; }
.zj-popular-searches span { margin-right: 10px; color: #6b675f; font-size: 11px; }
.zj-popular-searches button { padding: 8px 13px; border: 1px solid rgba(10,10,10,.18); background: transparent; cursor: pointer; }
.zj-search-results { margin-top: 50px; }
.zj-search-result { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; min-height: 88px; border-top: 1px solid rgba(10,10,10,.14); text-decoration: none; }
.zj-search-thumb { width: 50px; aspect-ratio: 4 / 5; background: var(--zj-charcoal); }
.zj-search-result span { display: grid; gap: 6px; }
.zj-search-result strong { font-family: var(--zj-font-serif); font-weight: 400; }
.zj-search-result small, .zj-search-result em { color: #6b675f; font-size: 11px; font-style: normal; }
.zj-search-empty { padding: 30px 0; border-top: 1px solid rgba(10,10,10,.14); }

.zj-site-footer { padding: 90px 0 28px; background: var(--zj-charcoal); color: #f3efe7; }
.zj-footer-head { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.16); }
.zj-footer-head h2 { margin: 12px 0; font-family: var(--zj-font-serif); font-size: clamp(31px, 3vw, 52px); font-weight: 400; }
.zj-footer-head p { color: #c8c2b7; font-size: 13px; }
.zj-footer-subscribe label { display: block; margin-bottom: 13px; font-size: 11px; }
.zj-footer-subscribe div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #f3efe7; }
.zj-footer-subscribe input { min-width: 0; padding: 13px 0; border: 0; outline: 0; background: transparent; color: #fff; }
.zj-footer-subscribe button { padding: 0 4px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.zj-footer-columns { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; padding-block: 70px; }
.zj-footer-columns h3 { margin: 0 0 22px; color: #a69f93; font-size: 10px; font-weight: 400; letter-spacing: .14em; }
.zj-footer-columns ul { list-style: none; margin: 0; padding: 0; }
.zj-footer-columns li, .zj-footer-contact p { margin: 0 0 11px; font-size: 11px; }
.zj-footer-columns a { text-decoration: none; }
.zj-footer-columns a:hover { text-decoration: underline; }
.zj-footer-contact p { color: #c8c2b7; }
.zj-footer-switches { display: flex; gap: 7px; margin-top: 24px; }
.zj-footer-switches button { padding: 8px 10px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; font-size: 10px; cursor: pointer; }
.zj-footer-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #a69f93; font-size: 9px; }
.zj-footer-bottom p { margin: 0; }
.zj-footer-bottom nav { display: flex; gap: 15px; }
.zj-footer-bottom a { text-decoration: none; }
.zj-footer-market { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; text-align: start; }

.zj-demo-badge { display: inline-block; padding: 4px 7px; border: 1px solid currentColor; color: var(--zj-gold); font-size: 9px; letter-spacing: .08em; }

.zj-section { padding-block: clamp(88px, 9vw, 136px); }
.zj-section--ink { width: 100%; background: var(--zj-ink); color: var(--zj-ivory); }
.zj-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 54px; }
.zj-section-head h2 { margin: 9px 0 0; font-family: var(--zj-font-serif); font-size: clamp(34px, 4vw, 64px); font-weight: 400; line-height: 1.15; }

.zj-button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.zj-button { display: inline-grid; place-items: center; min-height: 48px; padding: 0 24px; border: 1px solid var(--zj-ink); background: var(--zj-ink); color: #fff; font-size: 11px; letter-spacing: .06em; text-decoration: none; transition: background-color 220ms ease, color 220ms ease; }
.zj-button:hover { background: transparent; color: var(--zj-ink); }
.zj-button--light { border-color: var(--zj-ivory); background: var(--zj-ivory); color: var(--zj-ink); }
.zj-button--light:hover { background: transparent; color: var(--zj-ivory); }
.zj-button--ghost-light { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }
.zj-button--ghost-light:hover { background: #fff; color: var(--zj-ink); }

.zj-hero { --zj-hero-focus: 72% 48%; --zj-hero-focus-compact: 70% 49%; --zj-hero-focus-tablet: 58% 31%; --zj-hero-focus-mobile: 58% 35%; position: relative; display: grid; min-height: 96vh; height: 96vh; overflow: hidden; background: #211713; color: #fff; }
.zj-hero-art, .zj-hero-shade, .zj-hero-floor-tone, .zj-hero-content { grid-area: 1 / 1; }
.zj-hero-art { width: 100%; height: 100%; background-color: #211713; transform: scale(1.02); animation: zj-hero-breathe 14s ease-out both; }
.zj-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: var(--zj-hero-focus); }
.zj-hero-shade { background: linear-gradient(90deg, rgba(10,10,10,.82) 0%, rgba(10,10,10,.62) 38%, rgba(10,10,10,.18) 70%, rgba(10,10,10,.08) 100%); }
.zj-hero-floor-tone { z-index: 0; align-self: end; height: 22%; background: linear-gradient(180deg, rgba(18,12,9,0) 0%, rgba(15,10,8,.12) 58%, rgba(8,6,5,.28) 100%); pointer-events: none; }
.zj-hero-content { position: relative; z-index: 1; align-self: end; padding-bottom: 9vh; }
.zj-hero-content h1 { max-width: 760px; margin: 14px 0 16px; font-family: var(--zj-font-serif); font-size: clamp(48px, 7vw, 96px); font-weight: 400; line-height: 1.08; letter-spacing: .02em; }
.zj-hero-title-break { display: block; }
.zj-hero-content > p:not(.zj-eyebrow) { max-width: 620px; margin: 0 0 30px; font-size: 14px; line-height: 1.9; }
.zj-material-note { display: block; margin-top: 24px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .08em; }
@keyframes zj-hero-breathe { from { transform: scale(1.035); } to { transform: scale(1); } }

.zj-artwork-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 54px 20px; }
.zj-artwork-card { position: relative; min-width: 0; }
.zj-artwork-media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ded7cb; }
.zj-artwork-placeholder { position: absolute; inset: 0; display: block; width: 100%; height: 100%; background-color: #2d201c; object-fit: cover; transition: opacity 420ms ease, transform 500ms ease; }
.zj-artwork-placeholder--detail { opacity: 0; transform: scale(1.06); }
.zj-artwork-media:hover .zj-artwork-placeholder--primary { opacity: 0; }
.zj-artwork-media:hover .zj-artwork-placeholder--detail { opacity: 1; transform: scale(1); }
.zj-motion-ready .zj-artwork-media.zj-media-reveal.is-media-visible .zj-artwork-placeholder--primary { opacity: 1; }
.zj-motion-ready .zj-artwork-media.zj-media-reveal.is-media-visible .zj-artwork-placeholder--detail { opacity: 0; transform: scale(1.06); }
.zj-motion-ready .zj-artwork-media.zj-media-reveal.is-media-visible:hover .zj-artwork-placeholder--primary { opacity: 0; }
.zj-motion-ready .zj-artwork-media.zj-media-reveal.is-media-visible:hover .zj-artwork-placeholder--detail { opacity: 1; transform: scale(1); }
.zj-artwork-state { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 6px 8px; background: rgba(10,10,10,.76); color: #fff; font-size: 9px; }
.zj-artwork-meta { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-top: 15px; }
.zj-artwork-meta p { margin: 0 0 6px; color: #6f6a62; font-size: 10px; line-height: 1.6; }
.zj-artwork-meta h3 { margin: 0 0 7px; font-family: var(--zj-font-serif); font-size: 17px; font-weight: 400; }
.zj-artwork-meta h3 a { text-decoration: none; }
.zj-artwork-meta strong { font-size: 11px; font-weight: 500; }
.zj-wishlist-button { width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.zj-wishlist-button svg { fill: transparent; stroke: currentColor; stroke-width: 1.2; }
.zj-wishlist-button[aria-pressed="true"] svg { fill: var(--zj-red); stroke: var(--zj-red); }
.zj-card-demo { margin-top: 12px; }

.zj-subject-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 68px 20px; }
.zj-subject-grid a { display: grid; color: inherit; text-decoration: none; }
.zj-subject-art { display: block; aspect-ratio: 16 / 10; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.12); background: #261d1a; transition: opacity 220ms ease; }
.zj-subject-art img { width: 100%; height: 100%; object-fit: cover; }
.zj-subject-grid a:hover .zj-subject-art { opacity: .82; }
.zj-subject-grid strong { font-family: var(--zj-font-serif); font-size: 24px; font-weight: 400; }
.zj-subject-grid small { max-width: 360px; margin-top: 8px; color: #aaa296; font-size: 11px; line-height: 1.7; }
.zj-subject-grid em { margin-top: 14px; color: var(--zj-gold); font-size: 10px; font-style: normal; }

.zj-editorial { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 9vw; align-items: center; }
.zj-editorial-art { min-height: 720px; background: #292929; }
.zj-editorial-art img { display: block; width: 100%; height: 720px; object-fit: cover; }
.zj-editorial-copy h2 { margin: 12px 0 28px; font-family: var(--zj-font-serif); font-size: clamp(38px, 4.3vw, 74px); font-weight: 400; line-height: 1.25; }
.zj-editorial-copy p:not(.zj-eyebrow) { max-width: 510px; margin-bottom: 34px; color: #5f5a53; font-size: 14px; line-height: 2; }

.zj-craft-home { overflow: hidden; background: var(--zj-ivory); }
.zj-craft-intro { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 30px; align-items: start; }
.zj-craft-intro h2 { margin: 0; font-family: var(--zj-font-serif); font-size: clamp(40px, 5vw, 76px); font-weight: 400; }
.zj-craft-intro > p:last-child { max-width: 440px; margin: 0; color: #6a655d; line-height: 2; }
.zj-craft-steps { display: flex; gap: 16px; width: max-content; margin: 70px 0 38px; padding: 0; list-style: none; }
.zj-craft-steps li { width: min(25vw, 350px); }
.zj-craft-steps span { color: var(--zj-gold); font-family: Georgia, serif; font-size: 10px; }
.zj-craft-steps strong { display: block; margin: 8px 0 15px; font-family: var(--zj-font-serif); font-size: 22px; font-weight: 400; }
.zj-craft-step-art { aspect-ratio: 4 / 3; background: #3a302a; }
.zj-craft-step-art img { display: block; width: 100%; height: 100%; object-fit: cover; }

.zj-artist-feature { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: center; }
.zj-artist-art { min-height: 720px; background: #322923; }
.zj-artist-art img { display: block; width: 100%; height: 720px; object-fit: cover; }
.zj-artist-feature h2 { margin: 18px 0; font-family: var(--zj-font-serif); font-size: clamp(44px, 5vw, 78px); font-weight: 400; }
.zj-artist-feature p:not(.zj-eyebrow) { margin-bottom: 30px; color: #625d55; line-height: 2; }

.zj-bespoke-band { position: relative; display: grid; min-height: 84vh; overflow: hidden; background: #26221f; color: #fff; }
.zj-bespoke-art, .zj-bespoke-copy { grid-area: 1 / 1; }
.zj-bespoke-art { position: relative; background: #26221f; }
.zj-bespoke-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zj-bespoke-art::after { position: absolute; inset: 0; background: rgba(10,10,10,.52); content: ''; }
.zj-bespoke-copy { position: relative; z-index: 1; align-self: center; }
.zj-bespoke-copy h2 { max-width: 800px; margin: 12px 0 22px; font-family: var(--zj-font-serif); font-size: clamp(48px, 6vw, 94px); font-weight: 400; line-height: 1.22; }
.zj-bespoke-copy > p:not(.zj-eyebrow) { max-width: 560px; margin-bottom: 30px; line-height: 1.9; }

.zj-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.zj-journal-grid article a { display: block; text-decoration: none; }
.zj-journal-art { display: block; aspect-ratio: 4 / 3; margin-bottom: 19px; background: #27221f; }
.zj-journal-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zj-journal-grid p { margin: 0 0 8px; color: var(--zj-gold); font-size: 9px; }
.zj-journal-grid h3 { margin: 0 0 10px; font-family: var(--zj-font-serif); font-size: 24px; font-weight: 400; }
.zj-journal-grid small { color: #69645c; font-size: 11px; line-height: 1.7; }

.zj-service-grid { display: grid; grid-template-columns: repeat(7, 1fr); border-block: 1px solid rgba(10,10,10,.16); }
.zj-service-grid div { min-height: 140px; padding: 22px 12px; border-right: 1px solid rgba(10,10,10,.12); }
.zj-service-grid div:last-child { border-right: 0; }
.zj-service-grid span { display: block; margin-bottom: 45px; color: var(--zj-gold); font-family: Georgia, serif; font-size: 9px; }
.zj-service-grid strong { font-family: var(--zj-font-serif); font-size: 14px; font-weight: 400; }

.zj-newsletter-band { padding-block: 100px; background: var(--zj-ivory); text-align: center; }
.zj-newsletter-band h2 { margin: 12px 0; font-family: var(--zj-font-serif); font-size: clamp(40px, 5vw, 72px); font-weight: 400; }
.zj-newsletter-band form { width: min(100%, 620px); margin: 38px auto 0; text-align: left; }
.zj-newsletter-band form label { font-size: 11px; }
.zj-newsletter-band form div { display: grid; grid-template-columns: 1fr auto; margin-top: 9px; border-bottom: 1px solid var(--zj-ink); }
.zj-newsletter-band input { padding: 13px 0; border: 0; outline: 0; background: transparent; }
.zj-newsletter-band button { border: 0; background: transparent; cursor: pointer; }
.zj-newsletter-band [data-form-status] { color: #6a655d; font-size: 10px; }

.zj-longform { min-height: 70vh; }
.zj-page-hero { display: grid; align-items: end; min-height: 74vh; padding: 120px 0 80px; background: var(--zj-ivory); }
.zj-page-hero--craft, .zj-page-hero--bespoke { background: #241b18; color: #fff; }
.zj-page-hero--advisor { background: #e8e1d6; }
.zj-page-hero--certificate { background: #171311; color: #fff; }
.zj-page-hero--shipping { background: #3a2d27; color: #fff; }
.zj-page-hero--contact { background: #d9d1c6; }
.zj-page-hero h1 { max-width: 1040px; margin: 14px 0 22px; font-family: var(--zj-font-serif); font-size: clamp(52px, 7vw, 105px); font-weight: 400; line-height: 1.16; }
.zj-page-hero p:not(.zj-eyebrow) { max-width: 620px; font-size: 14px; line-height: 2; }
.zj-page-hero .zj-button { margin-top: 22px; }
.zj-story-sections { padding-block: 90px 130px; }
.zj-story-sections section { display: grid; grid-template-columns: 80px .7fr 1fr; gap: 28px; padding: 42px 0; border-top: 1px solid rgba(10,10,10,.15); }
.zj-story-sections span, .zj-process span { color: var(--zj-gold); font-family: Georgia, serif; font-size: 10px; }
.zj-story-sections h2, .zj-process h2 { margin: 0; font-family: var(--zj-font-serif); font-size: 29px; font-weight: 400; }
.zj-story-sections p, .zj-process p { max-width: 650px; margin: 0; color: #625d55; line-height: 2; }
.zj-page-hero--about { background: #d8d0c4; }
.zj-brand-manifesto { padding-block: 120px; text-align: center; }
.zj-brand-manifesto h2 { max-width: 1050px; margin: 18px auto 28px; font-family: var(--zj-font-serif); font-size: clamp(40px, 5.5vw, 82px); font-weight: 400; line-height: 1.28; }
.zj-brand-manifesto > p:last-child { max-width: 760px; margin: 0 auto; color: #625d55; line-height: 2; }
.zj-timeline { padding-bottom: 120px; }
.zj-timeline article { display: grid; grid-template-columns: minmax(180px, .45fr) minmax(0, 1.55fr); gap: 7vw; padding: 58px 0; border-top: 1px solid rgba(10,10,10,.18); }
.zj-timeline time { color: var(--zj-red); font-family: Georgia, serif; font-size: clamp(52px, 7vw, 110px); line-height: .9; }
.zj-timeline h2 { margin: 12px 0 22px; font-family: var(--zj-font-serif); font-size: clamp(31px, 3.5vw, 56px); font-weight: 400; }
.zj-timeline article p:last-child { max-width: 720px; color: #625d55; line-height: 2; }
.zj-brand-image-pair { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; align-items: end; padding-bottom: 120px; }
.zj-brand-image-pair figure { margin: 0; }
.zj-brand-image-pair img { display: block; width: 100%; height: min(68vw, 760px); object-fit: cover; }
.zj-brand-image-pair figure:last-child img { height: min(52vw, 580px); }
.zj-brand-image-pair figcaption { padding-top: 13px; color: #6d675f; font-size: 10px; line-height: 1.7; }
.zj-cta-band { padding-block: 80px; background: var(--zj-red); color: #fff; }
.zj-cta-band .zj-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.zj-cta-band h2 { margin: 0; font-family: var(--zj-font-serif); font-size: clamp(34px, 4vw, 58px); font-weight: 400; }
.zj-craft-story { padding-block: 120px; }
.zj-craft-story section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; margin-bottom: 130px; }
.zj-craft-story section:nth-child(even) .zj-craft-story-art { order: 2; }
.zj-craft-story-art { min-height: 560px; background: #332722; }
.zj-craft-story-art img { display: block; width: 100%; height: 560px; object-fit: cover; }
.zj-craft-story h2 { margin: 13px 0 22px; font-family: var(--zj-font-serif); font-size: clamp(38px, 4vw, 66px); font-weight: 400; }
.zj-craft-story p { color: #625d55; line-height: 2; }
.zj-process, .zj-advisor-grid, .zj-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding-block: 100px 130px; }
.zj-process section, .zj-advisor-grid section, .zj-contact-grid section { min-height: 260px; padding: 34px; border-top: 1px solid rgba(10,10,10,.15); border-right: 1px solid rgba(10,10,10,.15); }
.zj-process section:nth-child(even), .zj-advisor-grid section:nth-child(even), .zj-contact-grid section:nth-child(even) { border-right: 0; }
.zj-advisor-grid h2, .zj-contact-grid h2 { font-family: var(--zj-font-serif); font-size: 28px; font-weight: 400; }
.zj-advisor-grid p, .zj-contact-grid p { color: #625d55; line-height: 1.9; }
.zj-service-intro, .zj-appointment-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 8vw; padding-block: 110px; border-bottom: 1px solid rgba(10,10,10,.15); }
.zj-service-intro h2, .zj-appointment-intro h2 { margin: 12px 0 0; font-family: var(--zj-font-serif); font-size: clamp(38px, 4.5vw, 68px); font-weight: 400; line-height: 1.25; }
.zj-service-intro > div:last-child, .zj-appointment-intro > p { align-self: end; }
.zj-service-intro p:not(.zj-eyebrow), .zj-appointment-intro > p { margin: 0 0 18px; color: #625d55; line-height: 2; }
.zj-service-visual { position: relative; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr); gap: 4vw; align-items: end; padding-block: 110px; }
.zj-service-visual img { display: block; width: 100%; max-height: 760px; object-fit: cover; }
.zj-service-visual p { margin: 0 0 20px; font-family: var(--zj-font-serif); font-size: clamp(25px, 2.6vw, 42px); line-height: 1.55; }
.zj-service-chapters { padding-bottom: 120px; }
.zj-service-chapters section { display: grid; grid-template-columns: 70px minmax(240px, .75fr) minmax(0, 1.25fr); gap: 30px; padding: 42px 0; border-top: 1px solid rgba(10,10,10,.16); }
.zj-service-chapters span, .zj-service-facts span, .zj-viewing-modes span, .zj-advisor-grid span { color: var(--zj-gold); font-family: Georgia, serif; font-size: 10px; }
.zj-service-chapters h2, .zj-service-facts strong, .zj-viewing-modes h2 { margin: 0; font-family: var(--zj-font-serif); font-size: 29px; font-weight: 400; }
.zj-service-chapters p, .zj-service-facts p, .zj-viewing-modes p { max-width: 700px; margin: 0; color: #625d55; line-height: 1.95; }
.zj-service-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 90px; border-bottom: 1px solid rgba(10,10,10,.15); }
.zj-service-facts article { min-height: 230px; padding: 28px 34px; border-right: 1px solid rgba(10,10,10,.15); }
.zj-service-facts article:first-child { padding-left: 0; }
.zj-service-facts article:last-child { border-right: 0; }
.zj-service-facts strong { display: block; margin: 46px 0 18px; font-size: clamp(27px, 3vw, 43px); }
.zj-appointment-page { background: var(--zj-warm); }
.zj-viewing-modes { display: grid; grid-template-columns: repeat(3, 1fr); padding: 90px 0 120px; }
.zj-viewing-modes article { min-height: 250px; padding: 30px; border-top: 1px solid rgba(10,10,10,.15); border-right: 1px solid rgba(10,10,10,.15); }
.zj-viewing-modes article:last-child { border-right: 0; }
.zj-viewing-modes h2 { margin: 48px 0 18px; }

.zj-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: #736d64; font-size: 9px; letter-spacing: .05em; }
.zj-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; padding: 0; list-style: none; }
.zj-breadcrumbs li:not(:last-child)::after { margin-left: 7px; color: #a69f93; content: '/'; }
.zj-breadcrumbs a { text-decoration: none; }
.zj-breadcrumbs a:hover { text-decoration: underline; }
.zj-collection-page { padding: 136px 0 130px; }
.zj-collection-hero { display: grid; grid-template-columns: 1fr minmax(300px, 540px); gap: 25px 8vw; align-items: end; padding-bottom: 66px; }
.zj-collection-hero .zj-breadcrumbs, .zj-collection-hero .zj-eyebrow { grid-column: 1 / -1; }
.zj-collection-hero h1 { margin: 0; font-family: var(--zj-font-serif); font-size: clamp(56px, 7vw, 108px); font-weight: 400; line-height: 1; }
.zj-collection-hero > p:last-child { margin: 0; color: #655f57; line-height: 2; }
.zj-collection-toolbar { display: flex; justify-content: space-between; align-items: center; min-height: 72px; margin-bottom: 44px; border-block: 1px solid rgba(10,10,10,.16); }
.zj-collection-toolbar p { font-size: 11px; }
.zj-collection-toolbar > div { display: flex; align-items: center; gap: 12px; }
.zj-collection-toolbar button, .zj-collection-toolbar select { min-height: 40px; padding: 0 14px; border: 0; background: transparent; color: inherit; font-size: 11px; cursor: pointer; }
.zj-collection-toolbar select { border-left: 1px solid rgba(10,10,10,.14); }
.zj-filter-drawer { position: fixed; z-index: 1001; top: 0; right: 0; bottom: 0; width: min(100%, 520px); padding: 28px 36px; overflow-y: auto; border-left: 1px solid rgba(10,10,10,.14); background: var(--zj-warm); box-shadow: -20px 0 45px rgba(10,10,10,.09); transform: translateX(102%); transition: transform 320ms ease; }
.zj-filter-drawer.is-open { transform: translateX(0); }
.zj-filter-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(10,10,10,.16); }
.zj-filter-head h2 { margin: 0; font-family: var(--zj-font-serif); font-size: 28px; font-weight: 400; }
.zj-filter-head button, .zj-filter-actions > button:first-child { border: 0; background: transparent; font-size: 10px; cursor: pointer; }
.zj-filter-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; padding-block: 30px; }
.zj-filter-groups > label, .zj-filter-groups fieldset { display: grid; gap: 10px; min-width: 0; margin: 0; padding: 0; border: 0; color: #625d55; font-size: 10px; }
.zj-filter-groups select { width: 100%; min-height: 44px; padding: 0 9px; border: 1px solid rgba(10,10,10,.18); border-radius: 0; background: #fff; }
.zj-filter-groups fieldset { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
.zj-filter-groups legend { grid-column: 1 / -1; margin-bottom: 11px; }
.zj-filter-groups fieldset label { display: flex; align-items: center; gap: 8px; }
.zj-filter-actions { position: sticky; bottom: -28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px -36px -28px; padding: 18px 36px 28px; border-top: 1px solid rgba(10,10,10,.14); background: var(--zj-warm); }
.zj-collection-grid [hidden] { display: none; }
.zj-collection-empty { padding: 80px 20px; text-align: center; }
.zj-collection-empty h2 { font-family: var(--zj-font-serif); font-size: 30px; font-weight: 400; }
.zj-collection-empty button, .zj-load-more { min-height: 44px; padding: 0 25px; border: 1px solid var(--zj-ink); background: transparent; font-size: 10px; cursor: pointer; }
.zj-load-more { display: block; margin: 74px auto 0; }
.zj-load-more:disabled { border-color: rgba(10,10,10,.18); color: #8a847c; cursor: default; }
.zj-journal-collection-intro { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(320px, 1fr); gap: 8vw; padding-block: 76px; border-top: 1px solid rgba(10,10,10,.15); }
.zj-journal-collection-intro > div { min-width: 0; }
.zj-journal-collection-intro h2 { margin: 10px 0 0; font-family: var(--zj-font-serif); font-size: clamp(40px, 5vw, 76px); font-weight: 400; line-height: 1.18; }
.zj-journal-collection-intro > p { align-self: end; max-width: 640px; margin: 0; color: #625d55; line-height: 2; }
.zj-journal-collection-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid rgba(10,10,10,.15); }
.zj-journal-collection-principles article { min-width: 0; min-height: 290px; padding: 42px 34px 50px; border-right: 1px solid rgba(10,10,10,.15); }
.zj-journal-collection-principles article:last-child { border-right: 0; }
.zj-journal-collection-principles span { color: var(--zj-gold); font-family: Georgia, serif; font-size: 10px; }
.zj-journal-collection-principles h3 { margin: 54px 0 20px; font-family: var(--zj-font-serif); font-size: 29px; font-weight: 400; line-height: 1.35; }
.zj-journal-collection-principles p { margin: 0; color: #625d55; line-height: 1.9; }
.zj-journal-collection-status { max-width: 900px; padding-block: 110px 20px; text-align: center; }
.zj-journal-collection-status h2 { margin: 12px 0 24px; font-family: var(--zj-font-serif); font-size: clamp(36px, 4.4vw, 64px); font-weight: 400; line-height: 1.25; }
.zj-journal-collection-status > p:not(.zj-eyebrow) { max-width: 680px; margin: 0 auto 34px; color: #625d55; line-height: 2; }
.zj-journal-collection-status .zj-button-row { justify-content: center; }
.zj-journal-category-nav { display: flex; gap: 10px; margin-bottom: 54px; overflow-x: auto; border-block: 1px solid rgba(10,10,10,.14); }
.zj-journal-category-nav a { flex: 1 0 170px; display: flex; justify-content: space-between; gap: 18px; padding: 20px 4px; color: #48433d; font-size: 11px; text-decoration: none; }
.zj-journal-category-nav a + a { padding-left: 20px; border-left: 1px solid rgba(10,10,10,.14); }
.zj-journal-category-nav small { color: var(--zj-gold); font-family: Georgia, serif; }
.zj-journal-products { padding-bottom: 112px; }
.zj-journal-products > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; color: #625d55; font-size: 10px; }
.zj-journal-products > header p { margin: 0; }
.zj-journal-products > header strong { color: var(--zj-ink); font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.zj-art-journal-card .zj-artwork-media { background: var(--zj-ivory); }
.zj-art-journal-card .zj-artwork-placeholder { object-fit: cover; transform: scale(1); }
.zj-art-journal-card .zj-artwork-media:hover .zj-artwork-placeholder { opacity: 1; transform: scale(1.025); }
.zj-journal-type { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: rgba(251,249,245,.94); color: var(--zj-ink); font-size: 9px; letter-spacing: .06em; }
.zj-journal-detail-media { min-width: 0; background: var(--zj-ivory); }
.zj-journal-detail-media img { display: block; width: 100%; height: auto; }
.zj-journal-facts { margin: 30px 0; border-top: 1px solid rgba(10,10,10,.15); }
.zj-journal-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(10,10,10,.15); }
.zj-journal-facts dt, .zj-journal-facts dd { margin: 0; font-size: 10px; line-height: 1.7; }
.zj-journal-facts dt { color: #746e65; }
.zj-journal-services { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-block: 1px solid rgba(255,255,255,.18); }
.zj-journal-services span { padding: 22px 12px; border-right: 1px solid rgba(255,255,255,.18); font-size: 11px; text-align: center; }
.zj-journal-services span:last-child { border-right: 0; }

.zj-artwork-page { padding-top: 108px; }
.zj-artwork-breadcrumbs { padding-bottom: 30px; }
.zj-artwork-layout { display: grid; grid-template-columns: minmax(0, 1.86fr) minmax(330px, 1fr); gap: clamp(44px, 5vw, 86px); align-items: start; }
.zj-artwork-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.zj-gallery-item { min-width: 0; padding: 0; border: 0; background: #e6dfd4; color: inherit; text-align: left; cursor: zoom-in; }
.zj-gallery-item:first-child { grid-column: 1 / -1; }
.zj-gallery-art { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #2d2420; }
.zj-gallery-item:first-child .zj-gallery-art { aspect-ratio: 4 / 5; }
.zj-gallery-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.zj-gallery-item:hover .zj-gallery-art img { transform: scale(1.025); }
.zj-gallery-item small { display: block; padding: 10px 12px 14px; color: #70695f; font-size: 8px; }
.zj-artwork-summary { position: sticky; top: 104px; padding-bottom: 40px; }
.zj-artwork-status { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; }
.zj-artwork-status > span { padding-right: 8px; border-right: 1px solid rgba(10,10,10,.18); color: #615c54; font-size: 9px; }
.zj-artwork-summary h1 { margin: 0 0 8px; font-family: var(--zj-font-serif); font-size: clamp(38px, 3.2vw, 58px); font-weight: 400; line-height: 1.22; }
.zj-artwork-english { margin: 0 0 17px; color: #706a61; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.zj-artwork-reference { padding-bottom: 20px; border-bottom: 1px solid rgba(10,10,10,.15); color: #706a61; font-size: 10px; }
.zj-artwork-price { margin: 28px 0; font-family: Georgia, serif; font-size: 24px; }
.zj-artwork-price small { margin-left: 8px; color: #847d73; font-family: inherit; font-size: 8px; }
.zj-artwork-facts { margin: 0 0 28px; }
.zj-artwork-facts div { display: grid; grid-template-columns: 108px 1fr; gap: 15px; padding: 9px 0; border-top: 1px solid rgba(10,10,10,.1); font-size: 9px; line-height: 1.6; }
.zj-artwork-facts dt { color: #777168; }
.zj-artwork-facts dd { margin: 0; }
.zj-artwork-actions { display: grid; gap: 9px; }
.zj-button--outline { background: transparent; color: var(--zj-ink); }
.zj-button--outline:hover { background: var(--zj-ink); color: #fff; }
.zj-wishlist-action { min-height: 44px; border: 0; border-bottom: 1px solid rgba(10,10,10,.22); background: transparent; font-size: 10px; cursor: pointer; }
.zj-wishlist-action[aria-pressed="true"] { color: var(--zj-red); }
.zj-sold-notice { margin: 0; padding: 15px; border: 1px solid rgba(10,10,10,.18); color: #615c54; font-size: 11px; text-align: center; }
.zj-purchase-note, .zj-inline-status { color: #777168; font-size: 8px; line-height: 1.7; }
.zj-inline-status { min-height: 14px; color: var(--zj-red); }
.zj-artwork-narrative { display: grid; grid-template-columns: .74fr 1.26fr; gap: 9vw; padding-block: 120px; }
.zj-artwork-narrative h2 { margin: 12px 0 28px; font-family: var(--zj-font-serif); font-size: clamp(36px, 4vw, 62px); font-weight: 400; line-height: 1.27; }
.zj-artwork-narrative > div:first-child > p:last-child { color: #625d55; line-height: 2; }
.zj-accordion-item { border-top: 1px solid rgba(10,10,10,.16); }
.zj-accordion-item:last-child { border-bottom: 1px solid rgba(10,10,10,.16); }
.zj-accordion-item h3 { margin: 0; }
.zj-accordion-item h3 button { display: flex; justify-content: space-between; width: 100%; padding: 21px 0; border: 0; background: transparent; color: inherit; font-family: var(--zj-font-serif); font-size: 15px; text-align: left; cursor: pointer; }
.zj-accordion-item i { font-size: 16px; font-style: normal; transition: transform 220ms ease; }
.zj-accordion-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.zj-accordion-item > div { padding: 0 50px 25px 0; color: #625d55; font-size: 11px; line-height: 1.9; }
.zj-artwork-service-band { padding-block: 86px; background: var(--zj-ivory); }
.zj-artwork-service-band h2 { margin: 0 0 38px; font-family: var(--zj-font-serif); font-size: clamp(30px, 3vw, 48px); font-weight: 400; }
.zj-mobile-artwork-bar { display: none; }
.zj-gallery-lightbox { position: fixed; z-index: 1100; inset: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; grid-template-rows: 52px minmax(0, 1fr) 94px; place-items: center; padding: 16px 22px; background: rgba(10,10,10,.98); color: #fff; }
.zj-gallery-lightbox[aria-hidden="true"] { display: none; }
.zj-gallery-topbar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); }
.zj-gallery-topbar p { margin: 0; color: #aaa398; font: 9px Georgia, serif; letter-spacing: .12em; }
.zj-gallery-topbar [data-gallery-close] { min-height: 44px; border: 0; background: transparent; color: #fff; font-size: 10px; cursor: pointer; }
.zj-gallery-topbar [data-gallery-close] span { margin-left: 7px; font-size: 21px; font-weight: 200; vertical-align: -2px; }
.zj-gallery-arrow { border: 0; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.zj-gallery-stage { --zj-gallery-x: 50%; --zj-gallery-y: 50%; position: relative; align-self: stretch; width: min(72vw, 760px); min-height: 0; margin: 14px 0; overflow: hidden; background: #171513; cursor: zoom-in; touch-action: pan-y; }
.zj-gallery-stage img { display: block; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: scale(1.012); transform-origin: var(--zj-gallery-x) var(--zj-gallery-y); transition: opacity 360ms var(--zj-ease-editorial), transform 500ms var(--zj-ease-editorial); }
.zj-gallery-stage.is-gallery-ready img { opacity: 1; transform: scale(1); }
.zj-gallery-stage.is-zoomed { cursor: zoom-out; }
.zj-gallery-stage.is-gallery-ready.is-zoomed img { transform: scale(2.2); }
.zj-gallery-stage figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; padding: 8px 10px; background: rgba(10,10,10,.64); color: #d7d1c8; font-size: 9px; text-align: center; }
.zj-gallery-thumbs { grid-column: 1 / -1; display: flex; gap: 8px; justify-content: center; align-self: end; width: 100%; overflow-x: auto; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.16); }
.zj-gallery-thumbs button { flex: 0 0 48px; height: 60px; padding: 2px; border: 1px solid transparent; background: transparent; opacity: .5; cursor: pointer; }
.zj-gallery-thumbs button[aria-current="true"] { border-color: var(--zj-gold); opacity: 1; }
.zj-gallery-thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; }

.zj-editorial-index, .zj-form-page, .zj-search-page, .zj-client-page, .zj-policy-page { padding: 132px 0 130px; }
.zj-index-hero, .zj-form-hero, .zj-client-hero, .zj-policy-hero { padding-bottom: 86px; }
.zj-index-hero h1, .zj-form-hero h1, .zj-client-hero h1, .zj-policy-hero h1 { max-width: 1100px; margin: 15px 0 22px; font-family: var(--zj-font-serif); font-size: clamp(55px, 7vw, 108px); font-weight: 400; line-height: 1.1; }
.zj-index-hero > p:last-child, .zj-form-hero > p:last-child, .zj-client-hero > p:last-child, .zj-policy-hero > p { max-width: 650px; color: #625d55; line-height: 2; }
.zj-artist-list > article { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(300px, .7fr) minmax(220px, .4fr); gap: 6vw; align-items: center; padding: 70px 0; border-top: 1px solid rgba(10,10,10,.16); }
.zj-artist-list > article:nth-child(even) .zj-artist-portrait { order: 2; }
.zj-artist-portrait { display: block; min-height: 680px; background: #302723; }
.zj-artist-portrait img { display: block; width: 100%; height: 680px; object-fit: cover; }
.zj-artist-portrait span { display: block; width: 35%; height: 61%; margin: 19% 0 0 48%; border: 1px solid #a8824b; border-radius: 50% 50% 8% 8%; }
.zj-artist-list h2 { margin: 12px 0; font-family: var(--zj-font-serif); font-size: clamp(38px, 4vw, 68px); font-weight: 400; }
.zj-artist-list h2 a { text-decoration: none; }
.zj-artist-list strong { font-size: 11px; font-weight: 500; }
.zj-artist-list article > div:nth-child(2) > p:not(.zj-eyebrow) { color: #625d55; line-height: 2; }
.zj-artist-list .zj-text-link { display: block; margin-top: 24px; }
.zj-artist-representative .zj-artwork-meta { grid-template-columns: 1fr; }
.zj-artist-representative .zj-wishlist-button { display: none; }
.zj-artist-detail { padding-top: 120px; }
.zj-artist-detail-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: center; }
.zj-artist-hero-portrait { min-height: 78vh; background: #302723; }
.zj-artist-hero-portrait img { display: block; width: 100%; height: 78vh; object-fit: cover; }
.zj-artist-detail-hero h1 { margin: 16px 0; font-family: var(--zj-font-serif); font-size: clamp(62px, 8vw, 120px); font-weight: 400; line-height: 1; }
.zj-artist-detail-hero > div:last-child > p:not(.zj-eyebrow) { color: #625d55; line-height: 2; }
.zj-artist-chapters { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-block: 1px solid rgba(10,10,10,.15); }
.zj-artist-chapters > div { min-height: 300px; padding: 30px; border-right: 1px solid rgba(10,10,10,.15); }
.zj-artist-chapters > div:last-child { border-right: 0; }
.zj-artist-chapters span { color: var(--zj-gold); font: 10px Georgia, serif; }
.zj-artist-chapters h2 { font-family: var(--zj-font-serif); font-size: 25px; font-weight: 400; }
.zj-artist-chapters p { color: #625d55; font-size: 12px; line-height: 2; }
.zj-journal-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px 24px; }
.zj-journal-index-grid article.is-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 7vw; align-items: center; }
.zj-journal-index-art { display: block; min-height: 440px; margin-bottom: 26px; background: #302723; }
.zj-journal-index-art img { display: block; width: 100%; height: 440px; object-fit: cover; }
.zj-journal-index-grid .is-featured .zj-journal-index-art { grid-row: 1 / 6; min-height: 680px; margin: 0; }
.zj-journal-index-art span { display: block; height: 100%; background: linear-gradient(135deg, transparent 40%, rgba(154,120,69,.35)); }
.zj-journal-index-grid h2 { margin: 12px 0 15px; font-family: var(--zj-font-serif); font-size: clamp(30px, 3vw, 52px); font-weight: 400; }
.zj-journal-index-grid h2 a { text-decoration: none; }
.zj-journal-index-grid article > p:not(.zj-eyebrow) { color: #625d55; line-height: 1.9; }
.zj-article { padding-top: 132px; }
.zj-article-header { padding-bottom: 70px; text-align: center; }
.zj-article-header .zj-breadcrumbs { justify-content: center; }
.zj-article-header h1 { max-width: 1100px; margin: 17px auto 22px; font-family: var(--zj-font-serif); font-size: clamp(50px, 7vw, 102px); font-weight: 400; line-height: 1.15; }
.zj-article-header > p:last-child { max-width: 650px; margin-inline: auto; color: #625d55; line-height: 2; }
.zj-article-visual { min-height: 76vh; background: #302723; }
.zj-article-visual img { display: block; width: 100%; height: 76vh; object-fit: cover; }
.zj-article-body { width: min(100% - 40px, 780px); margin: 90px auto 140px; }
.zj-article-body p { color: #4f4b45; font-size: 14px; line-height: 2.2; }
.zj-article-body .zj-article-lead { color: var(--zj-ink); font-family: var(--zj-font-serif); font-size: 22px; }
.zj-article-body h2 { margin: 60px 0 20px; font-family: var(--zj-font-serif); font-size: 34px; font-weight: 400; }
.zj-article-body blockquote { margin: 70px -12vw; padding: 55px 12vw; border-block: 1px solid rgba(10,10,10,.16); color: var(--zj-red); font-family: var(--zj-font-serif); font-size: clamp(28px, 3.5vw, 48px); line-height: 1.6; text-align: center; }
.zj-form-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 9vw; align-items: start; }
.zj-form-layout > div { position: sticky; top: 110px; }
.zj-form-layout > div h2 { font-family: var(--zj-font-serif); font-size: 32px; font-weight: 400; }
.zj-form-layout > div p, .zj-form-layout > div li { color: #625d55; line-height: 2; }
.zj-appointment-form { padding: 34px; border: 1px solid rgba(10,10,10,.16); }
.zj-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.zj-form-grid > label, .zj-form-grid fieldset { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; color: #5f5a53; font-size: 10px; }
.zj-form-grid input:not([type="radio"]):not([type="checkbox"]), .zj-form-grid select, .zj-form-grid textarea { width: 100%; min-height: 46px; padding: 10px 11px; border: 1px solid rgba(10,10,10,.19); border-radius: 0; background: #fff; }
.zj-form-grid textarea { resize: vertical; }
.zj-form-grid .zj-span-2 { grid-column: 1 / -1; }
.zj-form-grid fieldset { grid-template-columns: repeat(3, 1fr); }
.zj-form-grid legend { grid-column: 1 / -1; margin-bottom: 5px; }
.zj-form-grid fieldset label, .zj-consent { display: flex; align-items: center; gap: 8px; }
.zj-appointment-form > .zj-button { width: 100%; margin-top: 18px; }
.zj-form-error { min-height: 18px; color: #a32420; font-size: 10px; }
.zj-form-success { padding: 14px; border: 1px solid #6b775f; color: #3f5735; font-size: 11px; }
.zj-page-search-label { display: block; margin-bottom: 28px; color: #625d55; font-size: 10px; }
.zj-page-search-label div { display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 12px; border-bottom: 1px solid var(--zj-ink); }
.zj-page-search-label input { width: 100%; padding: 15px 0; border: 0; outline: 0; background: transparent; font-family: var(--zj-font-serif); font-size: clamp(24px, 4vw, 48px); }
.zj-page-search-label span { font-size: 30px; }
.zj-search-counter { margin-bottom: 50px; color: #625d55; font-size: 10px; }
.zj-page-search [data-page-search-item] { min-width: 0; }
.zj-page-search [data-page-search-item][hidden] { display: none; }
.zj-client-page [data-client-list] { display: grid; grid-template-columns: 1fr 340px; gap: 6vw; align-items: start; }
.zj-client-items:empty { display: none; }
.zj-client-empty { grid-column: 1 / -1; padding: 90px 20px; border-block: 1px solid rgba(10,10,10,.15); text-align: center; }
.zj-client-empty[hidden] { display: none; }
.zj-client-empty h2 { font-family: var(--zj-font-serif); font-size: 30px; font-weight: 400; }
.zj-client-item { display: grid; grid-template-columns: 130px 1fr 80px auto; gap: 24px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(10,10,10,.15); }
.zj-client-thumb { display: block; aspect-ratio: 4 / 5; background: #302723; }
.zj-client-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zj-client-item p, .zj-client-item small { display: block; margin: 0 0 7px; color: #6d675f; font-size: 9px; }
.zj-client-item h2 { margin: 0 0 9px; font-family: var(--zj-font-serif); font-size: 23px; font-weight: 400; }
.zj-client-item h2 a { text-decoration: none; }
.zj-client-item strong { font-family: Georgia, serif; font-size: 12px; }
.zj-client-item > label { color: #6d675f; font-size: 9px; }
.zj-client-item input { display: block; width: 60px; margin-top: 8px; padding: 8px; border: 1px solid rgba(10,10,10,.18); }
.zj-client-item > button { border: 0; background: transparent; font-size: 9px; cursor: pointer; }
.zj-cart-summary { position: sticky; top: 110px; padding: 28px; background: var(--zj-ivory); }
.zj-cart-summary h2 { font-family: var(--zj-font-serif); font-size: 25px; font-weight: 400; }
.zj-cart-summary > p { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid rgba(10,10,10,.13); font-size: 10px; }
.zj-cart-summary em { font-style: normal; }
.zj-cart-summary .zj-button { width: 100%; margin-block: 18px 8px; }
.zj-cart-summary small { color: #6d675f; font-size: 8px; }
.zj-account-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-block: 1px solid rgba(10,10,10,.15); }
.zj-account-grid a { min-height: 250px; padding: 30px; border-right: 1px solid rgba(10,10,10,.15); border-bottom: 1px solid rgba(10,10,10,.15); text-decoration: none; }
.zj-account-grid a:nth-child(even) { border-right: 0; }
.zj-account-grid span { color: var(--zj-gold); font: 10px Georgia, serif; }
.zj-account-grid h2 { font-family: var(--zj-font-serif); font-size: 28px; font-weight: 400; }
.zj-account-grid p { color: #625d55; }
.zj-policy-hero small { color: #827b71; font-size: 8px; }
.zj-policy-content { display: grid; grid-template-columns: 280px 1fr; gap: 8vw; align-items: start; }
.zj-policy-content nav { position: sticky; top: 110px; display: grid; border-top: 1px solid rgba(10,10,10,.15); }
.zj-policy-content nav a { padding: 14px 0; border-bottom: 1px solid rgba(10,10,10,.15); font-size: 10px; text-decoration: none; }
.zj-policy-content article section { padding: 0 0 66px; }
.zj-policy-content h2 { margin: 10px 0 22px; font-family: var(--zj-font-serif); font-size: 34px; font-weight: 400; }
.zj-policy-content article p:not(.zj-eyebrow) { color: #514d47; line-height: 2.05; }
.zj-not-found { display: grid; align-items: center; min-height: 75vh; padding-block: 130px; text-align: center; }
.zj-not-found h1 { margin: 14px auto; font-family: var(--zj-font-serif); font-size: clamp(45px, 6vw, 88px); font-weight: 400; }
.zj-not-found .zj-button-row { justify-content: center; margin-top: 30px; }

@media (max-width: 980px) {
  .zj-header-inner { width: min(100% - 28px, 1600px); }
  .zj-header-link--appointment, .zj-action-label, .zj-header-actions--right .zj-icon-link:first-of-type { display: none; }
  .zj-market-trigger span { max-width: 82px; }
  .zj-market-regions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zj-market-regions section:last-child { grid-column: auto; }
  .zj-menu-layout { grid-template-columns: 1fr; }
  .zj-menu-feature { display: none; }
  .zj-footer-columns { grid-template-columns: repeat(3, 1fr); }
  .zj-footer-bottom { grid-template-columns: 1fr; }
  .zj-artwork-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zj-subject-grid { grid-template-columns: repeat(2, 1fr); }
  .zj-editorial { gap: 6vw; }
  .zj-editorial-art { min-height: 580px; }
  .zj-service-grid { grid-template-columns: repeat(4, 1fr); }
  .zj-service-grid div:nth-child(4) { border-right: 0; }
  .zj-artwork-layout { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 34px; }
  .zj-artwork-gallery { grid-template-columns: 1fr; }
  .zj-gallery-item:first-child { grid-column: auto; }
  .zj-artwork-narrative { grid-template-columns: 1fr; gap: 55px; }
  .zj-journal-collection-principles { grid-template-columns: 1fr; }
  .zj-journal-collection-principles article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(10,10,10,.15); }
  .zj-journal-collection-principles article:last-child { border-bottom: 0; }
  .zj-artist-list > article { grid-template-columns: 1fr 1fr; }
  .zj-artist-representative { display: none; }
  .zj-client-page [data-client-list] { grid-template-columns: 1fr 280px; }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .zj-hero-art img { object-position: var(--zj-hero-focus-compact); }
  .zj-hero-shade { background: linear-gradient(90deg, rgba(10,10,10,.84) 0%, rgba(10,10,10,.64) 40%, rgba(10,10,10,.2) 72%, rgba(10,10,10,.08) 100%); }
}

@media (min-width: 701px) and (max-width: 980px) {
  .zj-hero-art img { object-position: var(--zj-hero-focus-tablet); }
  .zj-hero-shade { background: linear-gradient(0deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.56) 48%, rgba(10,10,10,.12) 100%); }
  .zj-hero-floor-tone { height: 22%; background: linear-gradient(180deg, rgba(18,12,9,0) 0%, rgba(13,9,7,.13) 58%, rgba(7,5,4,.28) 100%); }
}

@media (max-width: 700px) {
  .zj-hero-art img { object-position: var(--zj-hero-focus-mobile); }
  .zj-hero-shade { background: linear-gradient(0deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.56) 48%, rgba(10,10,10,.12) 100%); }
  .zj-hero-floor-tone { height: 23%; background: linear-gradient(180deg, rgba(18,12,9,0) 0%, rgba(13,9,7,.14) 58%, rgba(7,5,4,.3) 100%); }
  .zj-site-header { height: 58px; }
  .zj-header-inner { grid-template-columns: 1fr auto 1fr; }
  .zj-header-actions { gap: 15px; }
  .zj-header-actions--left .zj-icon-button:nth-child(2) { display: none; }
  .zj-market-trigger { display: none; }
  .zj-brand span { font-size: 13px; }
  .zj-brand small { font-size: 6px; }
  .zj-overlay-bar { min-height: 58px; width: calc(100% - 28px); }
  .zj-menu-layout { width: calc(100% - 28px); margin-top: 35px; }
  .zj-market-panel { width: calc(100% - 28px); margin-top: 38px; }
  .zj-market-panel > header { grid-template-columns: 1fr; margin-bottom: 42px; }
  .zj-market-panel > header .zj-eyebrow { grid-column: auto; }
  .zj-market-panel > header h2 { font-size: clamp(31px, 10vw, 38px); }
  .zj-market-regions { grid-template-columns: 1fr; gap: 42px; }
  .zj-menu-nav li { grid-template-columns: 32px 1fr; padding-block: 10px; }
  .zj-menu-nav a { font-size: 27px; }
  .zj-menu-market { display: grid; gap: 10px; margin-top: 26px; padding-block: 18px; border-block: 1px solid rgba(10,10,10,.16); }
  .zj-menu-market > p { margin: 0; color: var(--zj-gold); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
  .zj-menu-market button { display: grid; grid-template-columns: 1fr auto 20px; gap: 10px; align-items: center; min-height: 44px; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
  .zj-menu-market button span { font-family: var(--zj-font-serif); font-size: 15px; }
  .zj-menu-market button strong { color: #6d675f; font-size: 10px; font-weight: 400; }
  .zj-menu-market button i { font-family: Georgia, serif; font-size: 17px; font-style: normal; text-align: right; }
  .zj-search-panel { width: calc(100% - 28px); margin-top: 9vh; }
  .zj-search-input-row input { font-size: 25px; }
  .zj-search-result { grid-template-columns: 48px 1fr; }
  .zj-search-result em { display: none; }
  .zj-site-footer { padding-top: 64px; }
  .zj-footer-head { grid-template-columns: 1fr; gap: 34px; padding-bottom: 48px; }
  .zj-footer-columns { grid-template-columns: repeat(2, 1fr); gap: 38px 24px; padding-block: 48px; }
  .zj-footer-contact { grid-column: 1 / -1; }
  .zj-section { padding-block: 70px; }
  .zj-section-head { align-items: start; margin-bottom: 38px; }
  .zj-section-head .zj-text-link { margin-top: 11px; }
  .zj-hero { min-height: 92vh; height: 92vh; }
  .zj-hero-content { padding-bottom: 7vh; }
  .zj-artwork-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 12px; }
  .zj-artwork-meta { grid-template-columns: 1fr 34px; }
  .zj-artwork-meta h3 { font-size: 14px; }
  .zj-artwork-meta p { font-size: 9px; }
  .zj-subject-grid { gap: 42px 12px; }
  .zj-subject-grid strong { font-size: 19px; }
  .zj-editorial, .zj-artist-feature { grid-template-columns: 1fr; }
  .zj-editorial-art, .zj-artist-art { min-height: 70vh; }
  .zj-editorial-art img, .zj-artist-art img { height: 70vh; }
  .zj-editorial-copy { padding-top: 30px; }
  .zj-craft-intro { grid-template-columns: 1fr; }
  .zj-craft-steps { display: grid; width: 100%; margin-top: 45px; }
  .zj-craft-steps li { display: grid; grid-template-columns: 28px 100px 1fr; align-items: center; width: 100%; padding: 10px 0; border-top: 1px solid rgba(10,10,10,.12); }
  .zj-craft-steps strong { margin: 0; }
  .zj-craft-step-art { min-height: 100px; }
  .zj-bespoke-band { min-height: 78vh; }
  .zj-journal-grid { grid-template-columns: 1fr; gap: 52px; }
  .zj-service-grid { grid-template-columns: repeat(2, 1fr); }
  .zj-service-grid div:nth-child(even) { border-right: 0; }
  .zj-page-hero { min-height: 68vh; padding-bottom: 60px; }
  .zj-story-sections section { grid-template-columns: 36px 1fr; }
  .zj-story-sections section p { grid-column: 2; }
  .zj-brand-manifesto { padding-block: 76px; }
  .zj-timeline article { grid-template-columns: 1fr; gap: 30px; padding: 42px 0; }
  .zj-brand-image-pair { grid-template-columns: 1fr; padding-bottom: 75px; }
  .zj-brand-image-pair img, .zj-brand-image-pair figure:last-child img { height: auto; aspect-ratio: 4 / 3; }
  .zj-cta-band .zj-shell { align-items: start; flex-direction: column; }
  .zj-craft-story section { grid-template-columns: 1fr; gap: 34px; margin-bottom: 80px; }
  .zj-craft-story section:nth-child(even) .zj-craft-story-art { order: initial; }
  .zj-craft-story-art { min-height: 62vh; }
  .zj-craft-story-art img { height: 62vh; }
  .zj-process, .zj-advisor-grid, .zj-contact-grid { grid-template-columns: 1fr; padding-block: 70px; }
  .zj-process section, .zj-advisor-grid section, .zj-contact-grid section { border-right: 0; }
  .zj-service-intro, .zj-appointment-intro { grid-template-columns: 1fr; gap: 40px; padding-block: 72px; }
  .zj-service-visual { grid-template-columns: 1fr; padding-block: 72px; }
  .zj-service-visual img { max-height: 560px; }
  .zj-service-chapters section { grid-template-columns: 40px 1fr; gap: 20px; }
  .zj-service-chapters section p { grid-column: 2; }
  .zj-service-facts, .zj-viewing-modes { grid-template-columns: 1fr; padding-block: 55px; }
  .zj-service-facts article, .zj-viewing-modes article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(10,10,10,.15); }
  .zj-service-facts strong, .zj-viewing-modes h2 { margin-top: 28px; }
  .zj-collection-page { padding-top: 95px; }
  .zj-collection-hero { grid-template-columns: 1fr; padding-bottom: 40px; }
  .zj-collection-hero .zj-breadcrumbs, .zj-collection-hero .zj-eyebrow { grid-column: auto; }
  .zj-journal-collection-intro { grid-template-columns: 1fr; gap: 34px; padding-block: 54px; }
  .zj-journal-collection-intro h2 { font-size: clamp(38px, 12vw, 56px); }
  .zj-journal-collection-principles article { padding: 34px 0 38px; }
  .zj-journal-collection-principles h3 { margin-top: 32px; }
  .zj-journal-collection-status { padding-block: 76px 0; }
  .zj-journal-collection-status .zj-button-row { display: grid; }
  .zj-journal-category-nav { margin-bottom: 38px; }
  .zj-journal-products { padding-bottom: 76px; }
  .zj-journal-products > header { align-items: flex-start; }
  .zj-journal-services { grid-template-columns: repeat(2, 1fr); }
  .zj-journal-services span:nth-child(2) { border-right: 0; }
  .zj-journal-services span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .zj-collection-toolbar { margin-bottom: 28px; }
  .zj-collection-toolbar > div { gap: 0; }
  .zj-filter-drawer { width: 100%; padding: 20px 18px; }
  .zj-filter-groups { grid-template-columns: 1fr; }
  .zj-filter-groups fieldset { grid-column: auto; grid-template-columns: 1fr; }
  .zj-filter-actions { margin-inline: -18px; padding-inline: 18px; }
  .zj-artwork-page { padding-top: 80px; padding-bottom: 66px; }
  .zj-artwork-layout { grid-template-columns: 1fr; }
  .zj-artwork-gallery { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .zj-gallery-item { flex: 0 0 89%; scroll-snap-align: start; }
  .zj-gallery-item .zj-gallery-art, .zj-gallery-item:first-child .zj-gallery-art { aspect-ratio: 4 / 5; }
  .zj-artwork-summary { position: static; padding-top: 34px; }
  .zj-artwork-summary h1 { font-size: 38px; }
  .zj-artwork-narrative { padding-block: 75px; }
  .zj-mobile-artwork-bar { position: fixed; z-index: 800; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 60px; padding: 8px 14px; border-top: 1px solid rgba(10,10,10,.16); background: var(--zj-warm); box-shadow: 0 -8px 24px rgba(10,10,10,.06); }
  .zj-mobile-artwork-bar span { font-family: Georgia, serif; font-size: 12px; }
  .zj-mobile-artwork-bar button, .zj-mobile-artwork-bar a { display: grid; place-items: center; min-height: 44px; border: 0; background: var(--zj-ink); color: #fff; font-size: 10px; text-decoration: none; }
  .zj-gallery-lightbox { grid-template-columns: 42px minmax(0, 1fr) 42px; grid-template-rows: 48px minmax(0, 1fr) 82px; padding: 8px; }
  .zj-gallery-stage { width: 100%; margin-block: 8px; }
  .zj-gallery-stage.is-gallery-ready.is-zoomed img { transform: scale(1.8); }
  .zj-gallery-thumbs { justify-content: start; }
  .zj-editorial-index, .zj-form-page, .zj-search-page, .zj-client-page, .zj-policy-page { padding-top: 94px; padding-bottom: 80px; }
  .zj-index-hero, .zj-form-hero, .zj-client-hero, .zj-policy-hero { padding-bottom: 55px; }
  .zj-artist-list > article { grid-template-columns: 1fr; gap: 28px; padding: 45px 0; }
  .zj-artist-list > article:nth-child(even) .zj-artist-portrait { order: initial; }
  .zj-artist-portrait { min-height: 68vh; }
  .zj-artist-portrait img { height: 68vh; }
  .zj-artist-detail { padding-top: 90px; }
  .zj-artist-detail-hero { grid-template-columns: 1fr; }
  .zj-artist-hero-portrait { min-height: 69vh; }
  .zj-artist-hero-portrait img { height: 69vh; }
  .zj-artist-chapters { grid-template-columns: 1fr; margin-top: 70px; }
  .zj-artist-chapters > div { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(10,10,10,.15); }
  .zj-journal-index-grid, .zj-journal-index-grid article.is-featured { grid-template-columns: 1fr; gap: 52px; }
  .zj-journal-index-grid article.is-featured { display: block; grid-column: auto; }
  .zj-journal-index-grid .is-featured .zj-journal-index-art { min-height: 62vh; margin-bottom: 26px; }
  .zj-article { padding-top: 95px; }
  .zj-article-visual { min-height: 58vh; }
  .zj-article-visual img { height: 58vh; }
  .zj-article-body blockquote { margin-inline: 0; padding-inline: 0; }
  .zj-form-layout { grid-template-columns: 1fr; }
  .zj-form-layout > div { position: static; }
  .zj-appointment-form { padding: 22px 16px; }
  .zj-form-grid { grid-template-columns: 1fr; }
  .zj-form-grid .zj-span-2 { grid-column: auto; }
  .zj-form-grid fieldset { grid-template-columns: 1fr; }
  .zj-client-page [data-client-list] { grid-template-columns: 1fr; }
  .zj-client-item { grid-template-columns: 90px 1fr auto; gap: 15px; }
  .zj-client-item > label { grid-column: 2; }
  .zj-client-item > button { grid-column: 3; grid-row: 1; }
  .zj-cart-summary { position: static; }
  .zj-account-grid { grid-template-columns: 1fr; }
  .zj-account-grid a { min-height: 210px; border-right: 0; }
  .zj-policy-content { grid-template-columns: 1fr; }
  .zj-policy-content nav { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
