:root {
  color-scheme: light;
  --paper: #f6f3ed;
  --ink: #292725;
  --muted: #766e65;
  --line: #d9d2c7;
  --wine: #642f3a;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, select { font: inherit; }
a { color: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 5px; }
::selection { color: #fff; background: var(--wine); }
img { max-width: 100%; }
.page-width { width: min(1360px, calc(100% - 112px)); margin-inline: auto; }
.site-header { min-height: 120px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.signature { display: inline-flex; gap: 13px; align-items: center; text-decoration: none; font-size: 11px; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.signature-mark { font-family: var(--serif); font-size: 44px; font-style: italic; line-height: 1; letter-spacing: -.08em; color: var(--wine); text-transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 28px; text-decoration: none; font-size: 12px; border-bottom: 1px solid transparent; padding-block: 9px; }
.text-link:hover { border-bottom-color: currentColor; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.5; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.editorial-hero { display: grid; grid-template-columns: .83fr 1.17fr; gap: 66px; align-items: center; padding-block: 66px 85px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
.hero-copy h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(42px, 5.8vw, 86px); line-height: 1.035; letter-spacing: -.055em; }
.hero-description { margin-bottom: 32px; max-width: 290px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.button { min-height: 45px; display: inline-flex; align-items: center; gap: 44px; padding: 12px 18px; text-decoration: none; font-size: 11px; letter-spacing: .025em; border: 1px solid transparent; }
.button--dark { background: var(--wine); color: #fffaf3; }
.button--dark:hover { background: #4f2530; }
.hero-art { margin: 0; }
.hero-art-wall { min-height: 380px; aspect-ratio: 1.26; padding: 11% 13%; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at 49% 0, #f8f4e8 0, transparent 74%), #d9d5c9; }
.hero-art-wall img { display: block; max-height: 350px; width: auto; object-fit: contain; box-shadow: 1px 3px 5px #0003, 9px 15px 26px #39322535; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 14px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.caption-index { flex-shrink: 0; font-size: 11px; letter-spacing: .13em; }
.collection-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 58px 50px; }
.collection-intro .eyebrow { color: var(--wine); }
.collection-intro h2 { font-family: var(--serif); font-size: clamp(30px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -.04em; margin-bottom: 0; }
.collection-intro h2 em { color: var(--wine); font-weight: 400; }
.intro-copy { padding-top: 4px; }
.intro-copy p { font-size: 12px; line-height: 1.85; max-width: 530px; margin-bottom: 14px; color: #655e56; }
.intro-details { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 27px; }
.intro-details span { font-size: 11px; white-space: nowrap; }
.intro-details small { color: var(--wine); font-size: 11px; padding-right: 7px; }
.collection-section { padding-block: 75px 80px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; font: 400 clamp(32px, 3.3vw, 46px)/1.1 var(--serif); letter-spacing: -.035em; }
.section-heading > p { margin: 0; font-size: 11px; line-height: 1.8; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 30px; row-gap: 44px; }
.work-card-link { display: block; text-decoration: none; }
.work-card-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.1; position: relative; padding: 13%; overflow: hidden; }
.work-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.work-card-link:hover .work-card-image img { transform: scale(1.025); }
.work-card-image--diptych { padding-inline: 9%; }
.card-open { position: absolute; right: 10px; bottom: 10px; background: #f6f3edf2; padding: 9px 11px; font-size: 11px; }
.card-title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 17px; }
.card-title-row h3 { margin: 0; font: 400 20px/1.25 var(--serif); letter-spacing: -.02em; }
.card-number { font-size: 11px; color: var(--muted); letter-spacing: .08em; }
.card-description { font-size: 11px; color: var(--muted); margin: 7px 0 13px; line-height: 1.5; }
.card-size { margin: 0; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .025em; }
.merch-section { border-top: 1px solid var(--line); padding-block: 64px 68px; }
.merch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.merch-card { display: block; text-decoration: none; }
.merch-image { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; background: #e8e1d7; overflow: hidden; }
.merch-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.merch-card:hover img { transform: scale(1.025); }
.merch-image > span { position: absolute; right: 9px; bottom: 9px; background: #f6f3ede6; width: 27px; height: 27px; display: grid; place-items: center; font-size: 12px; }
.merch-card h3 { font: 400 18px/1.3 var(--serif); margin: 14px 0 0; }
.merch-note { font-size: 11px; line-height: 1.6; color: var(--muted); margin: 26px 0 0; }
.page-footer { border-top: 1px solid var(--line); display: flex; gap: 36px; justify-content: space-between; align-items: center; padding-block: 25px; color: var(--muted); }
.page-footer > span:first-child { font-family: var(--serif); font-size: 13px; color: var(--ink); white-space: nowrap; }
.page-footer p { font-size: 11px; line-height: 1.7; margin: 0; max-width: 390px; }
.page-footer .eyebrow { font-size: 11px; margin: 0; white-space: nowrap; }

/* The gallery is a self-contained room; no colour filters touch the artwork. */
.gallery-header { width: min(1320px, calc(100% - 72px)); margin-inline: auto; min-height: 89px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.gallery-header .signature { font-size: 11px; gap: 11px; }
.gallery-header .signature-mark { font-size: 36px; }
.gallery-header .text-link { font-size: 11px; gap: 20px; }
.gallery-header-label { text-transform: uppercase; font-size: 11px; letter-spacing: .24em; color: var(--muted); }
.gallery-main { width: min(1120px, calc(100% - 72px)); margin: 0 auto; padding: 32px 0; }
.gallery-title-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.gallery-title-row .eyebrow { font-size: 11px; color: var(--wine); margin-bottom: 8px; }
.gallery-title-row h1 { font: 400 clamp(25px, 3vw, 38px)/1.15 var(--serif); letter-spacing: -.035em; margin: 0; }
.icon-button { display: inline-flex; gap: 9px; align-items: center; border: 1px solid var(--line); background: transparent; padding: 10px 12px; min-height: 39px; color: var(--ink); font-size: 11px; }
.icon-button:hover { background: #eae5db; }
.gallery-view { background: var(--paper); }
.gallery-room { --wall: #d5cbb8; --wall-dark: #b6aa93; --wall-light: #eee3cf; width: 100%; aspect-ratio: 16 / 10; position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 34% 52% at 50% 35%, var(--wall-light) 0%, transparent 78%), linear-gradient(90deg, var(--wall-dark), var(--wall) 18%, var(--wall) 82%, var(--wall-dark)); }
.gallery-room[data-scene='emerald'] { --wall: #244c43; --wall-dark: #142e29; --wall-light: #7b8e70; }
.gallery-room[data-scene='burgundy'] { --wall: #62333f; --wall-dark: #3c1f27; --wall-light: #a47869; }
.gallery-room::before { content: ''; position: absolute; z-index: -1; inset: 7% 7% 15%; border: 1px solid #d7c9a222; box-shadow: 0 0 0 5px #00000004, inset 0 0 0 5px #00000004; }
.gallery-room::after { content: ''; position: absolute; z-index: -1; inset: 85% 0 0; border-top: 7px solid #24190f24; background: repeating-linear-gradient(91deg, transparent 0 22%, #6d4e3436 22.1% 22.3%), linear-gradient(#a89374, #c5b499); }
.room-scene { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.gallery-room--photo .room-scene { opacity: 1; }
.gallery-room--photo::before, .gallery-room--photo::after, .gallery-room--photo .fallback-lamp { display: none; }
.fallback-lamp { position: absolute; z-index: 1; width: 16%; height: 2%; min-height: 6px; left: 50%; top: 17%; transform: translate(-50%, -50%); border-radius: 3px; background: linear-gradient(#ead7a4, #a68244 45%, #79613f 63%, #ddbd7d); box-shadow: 0 5px 12px #30231450, 0 8px 11px #ffebba42; }
.fallback-lamp::before { content: ''; position: absolute; width: 30%; height: 100%; left: 35%; bottom: 95%; border: 2px solid #a28550; border-bottom: 0; border-radius: 7px 7px 0 0; }
.artwork-plane { position: absolute; z-index: 2; left: 50%; top: 51%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; }
.artwork-plane img { display: block; width: 100%; height: 100%; object-fit: contain; box-shadow: 1px 2px 3px #0005, 7px 12px 17px #21160e35; outline: 1px solid #382e2440; }
.artwork-plane--diptych img { box-shadow: none; outline: none; }
.image-placeholder { font-family: var(--serif); font-size: clamp(12px, 2vw, 24px); text-align: center; line-height: 1.5; margin: 0; background: #f5eee1; color: #847562; border: 1px solid #bca989; width: 100%; height: 100%; display: grid; place-content: center; padding: 12px; }
.gallery-controls { padding: 22px 0 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.control-group { display: flex; flex-direction: column; gap: 10px; }
.control-label { font-size: 11px; color: var(--muted); letter-spacing: .03em; }
.wall-options { display: flex; gap: 7px; flex-wrap: wrap; }
.wall-option { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; min-height: 37px; border: 1px solid var(--line); background: transparent; color: #675e55; font-size: 11px; }
.wall-option.is-active { color: var(--ink); border-color: #8c7d68; background: #eae4d9; }
.wall-option:hover { background: #eee8df; }
.swatch { width: 12px; height: 12px; border-radius: 50%; border: 1px solid #0002; flex-shrink: 0; }
.swatch--ivory { background: #d9cebb; }
.swatch--emerald { background: #254b40; }
.swatch--burgundy { background: #673640; }
.size-control select { min-width: 188px; max-width: 100%; padding: 9px 32px 9px 12px; min-height: 37px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font-size: 11px; }
.gallery-notes { border-top: 1px solid var(--line); padding-top: 12px; display: flex; justify-content: space-between; gap: 24px; }
.gallery-notes p { margin-bottom: 0; font-size: 11px; line-height: 1.7; color: var(--muted); }
.gallery-notes p:last-child { text-align: right; flex-shrink: 0; }
.works-navigation { margin-top: 31px; }
.works-navigation-heading { display: flex; justify-content: space-between; margin-bottom: 12px; }
.works-navigation-heading .eyebrow { font-size: 11px; margin-bottom: 0; }
.works-navigation-heading > span:last-child { font-size: 11px; color: var(--muted); letter-spacing: .1em; }
.work-thumbnails { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; }
.work-thumbnail { padding: 0 0 9px; color: var(--muted); background: transparent; text-align: left; border: 0; border-bottom: 1px solid transparent; min-width: 0; }
.work-thumbnail.is-active { color: var(--ink); border-bottom-color: var(--wine); }
.thumbnail-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.65; width: 100%; padding: 10%; overflow: hidden; }
.thumbnail-image img { width: 100%; height: 100%; object-fit: contain; }
.thumbnail-title { display: block; margin-top: 9px; font-size: 11px; line-height: 1.4; }
.work-thumbnail:hover .thumbnail-title { color: var(--wine); }
.gallery-view:fullscreen { padding: 16px 28px; height: 100vh; display: flex; flex-direction: column; align-items: center; overflow: auto; }
.gallery-view:fullscreen .gallery-room { flex-shrink: 0; width: min(100%, calc((100vh - 156px) * 1.6)); }
.gallery-view:fullscreen .gallery-controls, .gallery-view:fullscreen .gallery-notes { width: min(100%, calc((100vh - 156px) * 1.6)); }
.gallery-view:fullscreen .gallery-controls { padding-top: 14px; padding-bottom: 12px; }
.gallery-view:fullscreen .gallery-notes { padding-top: 8px; }
.no-script-message { margin: 30px; font-size: 13px; }

@media (min-width: 1500px) {
  .gallery-main { width: min(1220px, calc(100% - 112px)); }
}
@media (max-width: 1000px) {
  .page-width { width: calc(100% - 64px); }
  .site-header { min-height: 100px; }
  .editorial-hero { gap: 35px; padding-block: 48px 58px; }
  .hero-art-wall { min-height: 300px; }
  .collection-intro { gap: 38px; }
  .intro-details { gap: 12px; }
  .work-grid { gap: 35px 20px; }
  .card-title-row h3 { font-size: 18px; }
  .page-footer { gap: 20px; }
  .page-footer .eyebrow { display: none; }
  .gallery-header, .gallery-main { width: calc(100% - 48px); }
  .gallery-notes p:last-child { flex-shrink: 1; }
}
@media (max-width: 700px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 86px; gap: 18px; }
  .signature { font-size: 11px; gap: 9px; }
  .signature-mark { font-size: 36px; }
  .site-header .text-link { font-size: 11px; gap: 12px; }
  .editorial-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 38px 48px; }
  .hero-copy h1 { font-size: clamp(48px, 11.5vw, 76px); margin-bottom: 22px; }
  .hero-copy .eyebrow { margin-bottom: 17px; }
  .hero-description { max-width: 290px; margin-bottom: 25px; }
  .hero-art-wall { aspect-ratio: 1.24; min-height: 0; }
  .hero-art-wall img { max-height: 320px; }
  .hero-art figcaption { font-size: 11px; }
  .caption-index { font-size: 11px; }
  .collection-intro { grid-template-columns: 1fr; gap: 25px; padding-block: 36px; }
  .collection-intro .eyebrow { margin-bottom: 16px; }
  .collection-intro h2 { font-size: 33px; }
  .intro-copy p { font-size: 12px; }
  .intro-details { gap: 12px 20px; margin-top: 21px; }
  .collection-section { padding-block: 43px 48px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading > p { margin-top: 17px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 14px; }
  .work-card-image { aspect-ratio: .92; padding: 12%; }
  .card-open { font-size: 11px; padding: 7px; bottom: 7px; right: 7px; }
  .card-title-row { margin-top: 12px; gap: 7px; }
  .card-title-row h3 { font-size: 17px; }
  .card-number { font-size: 11px; }
  .card-description { font-size: 11px; line-height: 1.5; margin-bottom: 10px; }
  .card-size { font-size: 11px; line-height: 1.6; padding-top: 9px; }
  .merch-section { padding-block: 39px 43px; }
  .merch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .merch-card h3 { font-size: 17px; margin-top: 12px; }
  .merch-note { font-size: 11px; margin-top: 22px; }
  .page-footer { display: block; padding-block: 24px; }
  .page-footer p { margin-top: 13px; }
  .gallery-header { min-height: 76px; width: calc(100% - 32px); gap: 16px; }
  .gallery-header-label { display: none; }
  .gallery-header .text-link { font-size: 11px; gap: 10px; }
  .gallery-main { width: calc(100% - 32px); padding-top: 24px; }
  .gallery-title-row { gap: 12px; margin-bottom: 20px; }
  .gallery-title-row h1 { font-size: 27px; }
  .gallery-title-row .eyebrow { font-size: 11px; }
  .icon-button { padding: 10px; min-width: 38px; }
  .icon-button span { display: none; }
  .gallery-room { width: calc(100% + 32px); margin-left: -16px; }
  .gallery-controls { flex-direction: column; align-items: stretch; gap: 17px; padding-top: 20px; }
  .control-group { gap: 9px; }
  .wall-options { display: grid; grid-template-columns: 1.27fr 1fr 1fr; gap: 6px; }
  .wall-option { padding: 9px 7px; font-size: 11px; gap: 6px; justify-content: center; }
  .swatch { width: 10px; height: 10px; }
  .size-control { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
  .size-control select { min-width: 0; width: 185px; max-width: 59%; font-size: 11px; }
  .gallery-notes { display: block; padding-top: 12px; }
  .gallery-notes p { font-size: 11px; }
  .gallery-notes p:last-child { text-align: left; margin-top: 6px; }
  .works-navigation { margin-top: 26px; }
  .work-thumbnails { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 10px; }
  .thumbnail-image { aspect-ratio: 1.4; }
  .thumbnail-title { font-size: 11px; margin-top: 7px; }
  .gallery-view:fullscreen { padding: 24px 16px; justify-content: center; }
  .gallery-view:fullscreen .gallery-room { width: 100%; margin-left: 0; }
  .gallery-view:fullscreen .gallery-controls, .gallery-view:fullscreen .gallery-notes { width: 100%; }
}
@media (max-width: 360px) {
  .signature { font-size: 11px; }
  .site-header .text-link { font-size: 11px; }
  .card-title-row h3 { font-size: 15px; }
  .card-number { display: none; }
  .wall-option { font-size: 11px; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Comfortable reading and touch targets across all six languages. */
body { font-size: 14px; }
[data-i18n='heroTitle'], [data-i18n='collectionDescription'], [data-i18n='merchDescription'], .image-placeholder { white-space: pre-line; }
.hero-description, .intro-copy p, .section-heading > p { font-size: 14px; }
.hero-description { max-width: 340px; }
.button, .text-link, .icon-button, .wall-option, .size-control select, .control-label { font-size: 12px; }
.button, .text-link, .icon-button, .wall-option, .size-control select { min-height: 44px; }
.card-description { font-size: 12px; }
.signature-logo { width: 68px; height: 47px; object-fit: contain; flex-shrink: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-select { appearance: auto; min-height: 44px; min-width: 63px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 0; padding: 9px 7px; font-size: 12px; cursor: pointer; }
.gallery-header .signature { font-size: 11px; }
.gallery-header .signature-logo { width: 64px; height: 40px; }
.gallery-header .text-link { font-size: 12px; }
.gallery-header-label { white-space: nowrap; }
.gallery-title-row { align-items: flex-end; }
.gallery-controls { flex-wrap: wrap; }
.gallery-notes { display: grid; grid-template-columns: 1fr 1fr; }
.gallery-notes p { font-size: 11px; }
.gallery-notes p:last-child { text-align: right; }
.thumbnail-title { font-size: 11px; }
.work-thumbnail { min-height: 44px; }
.gallery-room[data-scene='navy'] { --wall: #13243d; --wall-dark: #0b1627; --wall-light: #788897; }
.swatch--navy { background: #13243d; }
.originals-section { padding-block: 64px 20px; }
.originals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.original-card { display: block; text-decoration: none; }
.original-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.5; padding: 10%; background: #ddd4c1; }
.original-image--blue { background: #d7dee0; }
.original-image img { width: 100%; height: 100%; object-fit: contain; }
.original-card h3 { font-size: 22px; }
.original-availability { margin-top: 9px; margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.gallery-footer { display: flex; justify-content: flex-end; margin-top: 20px; padding-top: 9px; border-top: 1px solid var(--line); }
.logo-concepts-link { white-space: nowrap; }
.page-footer p { font-size: 11px; }
html[lang='zh-CN'] .hero-copy h1, html[lang='zh-CN'] .collection-intro h2, html[lang='zh-CN'] .section-heading h2 { line-height: 1.3; letter-spacing: 0; }
@media (max-width: 1000px) {
  .gallery-header-label { display: none; }
  .header-actions { gap: 15px; }
}
@media (max-width: 700px) {
  .site-header .signature, .gallery-header .signature { font-size: 11px; letter-spacing: .06em; gap: 8px; }
  .signature-logo, .gallery-header .signature-logo { width: 43px; height: 43px; }
  .site-header .text-link, .gallery-header .text-link { font-size: 12px; }
  .hero-copy h1 { font-size: clamp(46px, 11vw, 70px); }
  .intro-details { flex-direction: column; gap: 12px; }
  .card-title-row h3, .merch-card h3 { font-size: 18px; }
  .card-description { font-size: 12px; }
  .card-size, .merch-note, .hero-art figcaption, .caption-index { font-size: 11px; }
  .hero-art figcaption { flex-direction: column; gap: 4px; }
  .originals-section { padding-block: 42px 6px; }
  .originals-grid { grid-template-columns: 1fr; gap: 28px; }
  .original-image { aspect-ratio: 1.45; }
  .wall-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .wall-option { min-height: 44px; font-size: 12px; gap: 8px; }
  .control-label, .size-control select { font-size: 12px; }
  .size-control { flex-direction: column; align-items: stretch; }
  .size-control select { width: 100%; max-width: 100%; min-height: 44px; }
  .gallery-notes { display: block; }
  .gallery-notes p, .gallery-notes p:last-child { font-size: 11px; text-align: left; }
  .thumbnail-title { font-size: 11px; }
  .gallery-view:fullscreen { justify-content: flex-start; padding-top: 20px; }
  .gallery-title-row h1 { font-size: 27px; }
  .icon-button { min-width: 44px; }
}
@media (max-width: 520px) {
  .header-actions > .text-link { display: none; }
  .header-actions { gap: 0; }
  .page-footer > span:first-child { white-space: normal; }
  .logo-concepts-link { margin-top: 12px; }
}

/* The complete room and its choices share one desktop viewport. */
.gallery-panel { display: flex; flex-direction: column; min-width: 0; }
.gallery-panel .gallery-controls { order: 1; }
.gallery-panel .gallery-notes { order: 2; }
.gallery-panel .works-navigation { order: 3; }
@media (min-width: 1000px) {
  .gallery-page .gallery-header { min-height: 70px; }
  .gallery-page .gallery-main {
    width: min(1320px, calc(100% - 72px), calc((100dvh - 228px) * 1.6 + 296px));
    padding: 16px 0 10px;
  }
  .gallery-page .gallery-title-row { margin-bottom: 16px; }
  .gallery-page .gallery-title-row h1 { font-size: 34px; }
  .gallery-page .gallery-title-row .eyebrow { margin-bottom: 7px; }
  .gallery-page .gallery-view {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 272px;
    gap: 24px;
    align-items: start;
  }
  .gallery-page .gallery-room { width: 100%; height: auto; margin: 0; aspect-ratio: 16 / 10; }
  .gallery-page .gallery-panel { gap: 0; max-height: calc(100dvh - 180px); overflow: auto; scrollbar-width: thin; }
  .gallery-page .gallery-controls { width: 100%; padding: 0; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 14px; }
  .gallery-page .control-group { gap: 8px; }
  .gallery-page .control-label { line-height: 1.4; }
  .gallery-page .wall-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .gallery-page .wall-option { min-height: 44px; padding: 8px 9px; justify-content: flex-start; gap: 7px; font-size: 12px; }
  .gallery-page .wall-option > span:last-child { line-height: 1.3; }
  .gallery-page .size-control { flex-direction: column; align-items: stretch; }
  .gallery-page .size-control select { width: 100%; min-width: 0; max-width: 100%; }
  .gallery-page .works-navigation { order: 2; margin-top: 18px; }
  .gallery-page .works-navigation-heading { gap: 8px; margin-bottom: 9px; }
  .gallery-page .works-navigation-heading .eyebrow { letter-spacing: .1em; }
  .gallery-page .work-thumbnails { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .gallery-page .work-thumbnail { padding: 0 0 5px; border-bottom-width: 2px; }
  .gallery-page .thumbnail-image { aspect-ratio: 1.45; padding: 8%; }
  .gallery-page .thumbnail-title { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .gallery-page .gallery-notes { order: 3; display: block; width: 100%; margin-top: 15px; padding-top: 11px; }
  .gallery-page .gallery-notes p { line-height: 1.55; font-size: 11px; text-align: left; }
  .gallery-page .gallery-notes p:last-child { margin-top: 7px; }
  .gallery-page .gallery-footer { margin-top: 6px; padding-top: 0; }
  .gallery-page .gallery-footer .text-link { font-size: 11px; min-height: 38px; }
  .gallery-page .gallery-view:fullscreen {
    width: 100%; height: 100dvh; padding: 30px;
    display: grid; grid-template-columns: minmax(0, calc((100dvh - 60px) * 1.6)) 272px;
    align-items: center; justify-content: center; gap: 26px; overflow: auto;
  }
  .gallery-page .gallery-view:fullscreen .gallery-room { width: 100%; margin: 0; }
  .gallery-page .gallery-view:fullscreen .gallery-panel { max-height: calc(100dvh - 60px); }
  .gallery-page .gallery-view:fullscreen .gallery-controls { width: 100%; padding: 0; }
  .gallery-page .gallery-view:fullscreen .gallery-notes { width: 100%; padding-top: 11px; }
}
@media (max-width: 999px) {
  .gallery-view:fullscreen .gallery-panel { width: 100%; }
}

.gallery-room[data-scene='white']{--wall:#f4f4f0;--wall-dark:#d2d3ce;--wall-light:#fffcef}.gallery-room[data-scene='charcoal']{--wall:#37383b;--wall-dark:#232427;--wall-light:#85827a}.swatch--white{background:#f7f7f2;border:1px solid #d5d4ce}.swatch--charcoal{background:#38393c}


/* The square painting keeps its canvas proportions inside the outer brass frame. */
.work-card-image--framed>img{height:auto;aspect-ratio:1;outline:3px ridge #b69a62;box-shadow:0 0 0 4px #6f583a,4px 8px 15px #30261d35}
.artwork-plane--framed{outline:5px ridge #b69a62;box-shadow:0 0 0 6px #6f583a,4px 8px 19px #30261d45}
.artwork-plane--framed>img{box-shadow:none;outline:none}
#midnight-gold{scroll-margin-top:30px}
@media(min-width:701px){.work-thumbnails{grid-template-columns:repeat(7,minmax(0,1fr))}}

.work-card--wide{grid-column:1/-1;margin-top:10px}
.work-card--wide .work-card-image{aspect-ratio:9/4;padding:0;outline:none;box-shadow:4px 8px 19px #30261d25}
.work-card--wide .work-card-image>img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;outline:none;box-shadow:none}
.work-card--wide .work-card-link:hover .work-card-image>img{transform:none}
.work-card--wide .card-title-row{margin-top:25px}
.work-card--wide .card-size{font-size:13px;font-weight:500}
