:root {
  --page: #faf6f1;
  --paper: #fffdfb;
  --soft: #f3eadf;
  --soft-2: #f7efe6;
  --ink: #23211f;
  --muted: #5d5752;
  --faint: #8f8178;
  --line: #ead9cc;
  --terra: #c8582e;
  --terra-dark: #a94422;
  --sage: #355d4e;
  --footer: #1f3b33;
  --max: 1240px;
  --inner: 980px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  width: 100%;
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  overflow: hidden;
}

[data-header] {
  display: block;
  min-height: 79px;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

.header-inner > a {
  flex-shrink: 0;
}

.brand-logo {
  width: 34px;
  height: 51px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 32px);
  margin-left: auto;
}

.nav-link,
.lang-link,
.mobile-menu a {
  position: relative;
  padding: 30px 0 27px;
  color: #4f4b48;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link.active {
  color: var(--terra);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #d66b4a;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-inline: 0;
  letter-spacing: 3px;
  color: #998c85;
}

.lang-link span[aria-hidden="true"],
.mobile-language span[aria-hidden="true"] {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px 0;
  background: #2f302e;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  padding: 48px 32px 34px;
  text-align: center;
}

.mobile-menu a {
  display: block;
  padding: 18px 0;
  font-size: 20px;
  letter-spacing: 8px;
}

.mobile-menu a.active {
  color: var(--terra);
}

.mobile-menu a.active::after {
  content: "";
  display: block;
  width: 116px;
  height: 3px;
  margin: 14px auto 0;
  background: #d66b4a;
}

.mobile-menu .mobile-language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 44px;
  padding: 0;
  font-size: 11px;
  letter-spacing: 3px;
  color: #998c85;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-open .mobile-menu {
  display: block;
}

.section {
  width: 100%;
  padding: clamp(72px, 9vw, 120px) clamp(32px, 10vw, 130px);
}

.section.tight {
  padding-top: clamp(54px, 7vw, 84px);
}

main > .section:not(.soft-band) {
  max-width: var(--max);
  margin-inline: auto;
}

main article > .section:not(.soft-band) {
  max-width: var(--max);
  margin-inline: auto;
}

body:not([data-page="galerie"]) main > .section:first-child {
  padding-top: clamp(46px, 5.4vw, 78px);
  padding-bottom: clamp(54px, 6vw, 84px);
}

body:not([data-page="galerie"]) main > .section:first-child + .section.tight {
  padding-top: clamp(36px, 4.5vw, 62px);
}

body[data-page="catalogue"] main > .section:first-child,
body[data-page="artistes"] main > .section:first-child {
  padding-bottom: clamp(8px, 1vw, 14px);
}

/* GLOBAL DEFAULT — sections after the first sit tight to each other.
   Applies to every page so editorial flow feels connected rather than
   separated by dead air. Originally only galerie/journal/presse had this
   tightening; promoting it to the default catches new pages automatically.
   Rule documented in CLAUDE.md (Layout rules → Section spacing). */
main > .section:not(:first-child),
main > article > .section:not(:first-child) {
  padding-top: clamp(36px, 4vw, 64px);
  padding-bottom: clamp(44px, 4.5vw, 72px);
}

/* Press hub intro section: also tighten its bottom padding so the grid
   sits closer to the lede on the listing page (same logic that catalogue
   and artistes already use). */
body[data-page="presse"] main > .section:first-child {
  padding-bottom: clamp(8px, 1vw, 14px);
}

/* Press detail page transitions:
   - .section.article-layout sits inside <article>, so the
     `main > .section` rule above doesn't reach it. Tighten its bottom
     padding so the optional second-image section follows closer.
   - The second-image and any other .section.tight that are direct children
     of <main> on press pages get their padding-top + padding-bottom
     trimmed too. */
body[data-page="presse"] article > .section.article-layout {
  padding-bottom: clamp(28px, 3vw, 48px);
}
body[data-page="presse"] main > .section.tight {
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
}

body[data-template="artist"] main > .section.artist-bio-section {
  padding-bottom: clamp(28px, 3vw, 48px);
}

body[data-template="artist"] main > .section.soft-band {
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(40px, 4.5vw, 72px);
}

/* About page — first .section.tight (hero) is followed immediately by the
   founder-portrait split-feature, so trim hero bottom + portrait section
   top so the storytelling flows tight, not separated by ~150px of cream. */
body[data-page="qui-sommes-nous"] main > .section:first-child {
  padding-bottom: clamp(28px, 3vw, 48px);
}
body[data-page="qui-sommes-nous"] main > .section + .section {
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(36px, 3.5vw, 56px);
}

/* article.html — the .article-layout grid (body text + side aside) sits
   inside <article>, so the journal-page rule above (which scopes to
   main > .section) doesn't reach it. The default .section padding-bottom
   was leaving ~115px of dead air below the body paragraphs before the
   "Plus du journal" panel appeared. Tighten so the visual gap from last
   paragraph to "Plus du journal" eyebrow drops from ~166px to ~80px. */
body[data-page="journal"] .article-layout {
  padding-bottom: clamp(28px, 3vw, 48px);
}

body[data-page="catalogue"] main > .section:first-child + .section.tight.catalogue-results-section,
body[data-page="artistes"] main > .section:first-child + .section.tight.artists-stack {
  padding-top: clamp(20px, 2vw, 28px);
}

body:not([data-page="galerie"]) main article > .section:first-child {
  padding-top: clamp(46px, 5.4vw, 78px);
  padding-bottom: clamp(54px, 6vw, 84px);
}

body:not([data-page="galerie"]) main article > .section:first-child + .section.tight {
  padding-top: clamp(36px, 4.5vw, 62px);
}

body[data-page="journal"] main > .section:first-child {
  padding-bottom: clamp(28px, 3.4vw, 46px);
}

body[data-page="journal"] main > .section:first-child + .section.tight {
  padding-top: clamp(24px, 3vw, 40px);
}

body[data-template="artist"] main > .section:first-child {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(14px, 2vw, 26px);
}

body[data-template="artist"] main > .soft-band {
  border-top: 0;
  background: var(--paper);
  padding-top: clamp(34px, 4.5vw, 54px);
  padding-bottom: clamp(78px, 9vw, 116px);
}

body[data-template="artist"] .solo-hero {
  align-items: center;
  grid-template-columns: minmax(340px, 430px) minmax(410px, 1fr);
  gap: clamp(42px, 5vw, 56px);
  padding: clamp(34px, 4.2vw, 48px) clamp(36px, 4.6vw, 52px);
}

body[data-template="artist"] .solo-hero img {
  aspect-ratio: 430 / 395;
}

/* Pelletier portrait is 2:3 (1200x1800) — use the native ratio so heads / feet don't get cropped by the default near-square hero box. */
body[data-template="artist"][data-artist-key="pelletier"] .solo-hero img {
  aspect-ratio: 2 / 3;
}

body[data-template="artist"] .solo-hero h1 {
  font-size: clamp(44px, 3.8vw, 54px);
}

body[data-template="artist"] .solo-hero .lede {
  margin-top: 24px;
}

body[data-template="artist"] .solo-actions {
  gap: 12px;
  margin-top: 28px;
}

body[data-template="artist"] .solo-actions .btn {
  min-width: 174px;
  padding-inline: 14px;
  letter-spacing: 1.1px;
}

body[data-template="artist"] .artist-info-grid {
  padding-top: 0;
}

.studio-bibi-mark {
  display: block;
  width: min(250px, 76%);
  height: auto;
  margin: 0 0 28px;
  mix-blend-mode: multiply;
}

.studio-bibi-bio-section {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(48px, 6vw, 74px);
}

.artist-bio-section {
  padding-top: clamp(18px, 2vw, 30px);
  padding-bottom: clamp(46px, 5vw, 70px);
}

.artist-story {
  max-width: 1060px;
  margin-inline: auto;
  border-top: 1px solid rgba(200, 88, 46, .24);
  border-bottom: 1px solid rgba(200, 88, 46, .16);
  padding: clamp(38px, 4.6vw, 62px) 0;
}

.artist-story-heading {
  max-width: 820px;
  margin-bottom: clamp(42px, 5vw, 66px);
}

.artist-story-heading h2 {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(38px, 5vw, 64px);
}

.artist-story-heading p {
  max-width: 720px;
  margin-top: 24px;
  color: #554d48;
  font-size: 18px;
  line-height: 1.8;
}

.artist-story-grid {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: start;
}

.artist-story-grid > *,
.artist-story-copy,
.bio-chapter,
.recognition-chapter,
.press-chapter {
  min-width: 0;
}

.artist-timeline {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 24px;
  padding: 26px 0 26px 24px;
  border-left: 1px solid rgba(200, 88, 46, .28);
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--terra);
  box-shadow: 0 0 0 6px var(--paper);
}

.timeline-item span {
  display: block;
  color: var(--terra);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.timeline-item p {
  margin-top: 7px;
  color: #5c534d;
  font-size: 13px;
  line-height: 1.65;
}

.artist-story-copy {
  display: grid;
  gap: clamp(38px, 4vw, 54px);
}

.content-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-top: 38px;
  overflow: hidden;
}

.content-slider-viewport {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.content-slider-viewport::-webkit-scrollbar {
  display: none;
}

.content-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background: #fffaf6;
}

.content-slide button,
.recognition-grid button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.content-slide button img,
.recognition-grid button img {
  transition: transform .35s ease, filter .35s ease;
}

.content-slide button:hover img,
.content-slide button:focus-visible img,
.recognition-grid button:hover img,
.recognition-grid button:focus-visible img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.content-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f8f3ec;
}

.content-slide figcaption {
  padding: 14px 16px 16px;
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.content-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.content-slider-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 88, 46, .36);
  border-radius: 50%;
  background: var(--paper);
  color: var(--terra);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}

.content-slider-controls button:hover,
.content-slider-controls button:focus-visible {
  background: var(--terra);
  color: var(--paper);
  transform: translateY(-1px);
}

.content-slider-controls button:disabled {
  cursor: default;
  opacity: .35;
  transform: none;
}

.bio-chapter {
  max-width: 720px;
}

.chapter-kicker {
  display: block;
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.bio-chapter h3 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 50px);
}

.bio-chapter p {
  margin-top: 18px;
  color: #554d48;
  font-size: 17px;
  line-height: 1.85;
}

.bio-highlight {
  max-width: none;
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(200, 88, 46, .18);
  background: #fffaf6;
}

.bio-highlight h3,
.bio-highlight p {
  max-width: 760px;
}

.recognition-chapter,
.exhibitions-chapter,
.press-chapter {
  max-width: none;
}

.recognition-chapter > p,
.exhibitions-chapter > p,
.press-chapter > p {
  max-width: 760px;
}

.recognition-grid,
.press-preview-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.recognition-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.recognition-grid figure,
.press-preview-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #fffaf6;
}

.recognition-grid img,
.press-preview-grid img {
  width: 100%;
  object-fit: cover;
  background: #f8f3ec;
}

.recognition-grid img {
  aspect-ratio: 1 / 1.18;
}

.press-slider .content-slide {
  flex-basis: calc((100% - 72px) / 4);
}

.press-slider .content-slide img {
  aspect-ratio: 1 / 1.28;
  object-fit: contain;
}

.press-preview-grid img {
  aspect-ratio: 1.2 / 1;
  object-fit: contain;
}

.recognition-grid figcaption,
.press-preview-grid figcaption {
  padding: 16px 18px 18px;
}

.recognition-grid strong,
.recognition-grid span,
.press-preview-grid figcaption {
  display: block;
}

.recognition-grid strong,
.press-preview-grid figcaption {
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.recognition-grid span {
  margin-top: 6px;
  color: #5c534d;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.exhibition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.exhibition-list article {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(200, 88, 46, .18);
  background: #fffaf6;
}

.exhibition-list span {
  display: block;
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.exhibition-list h4 {
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.exhibition-list p {
  margin-top: 12px;
  color: #5c534d;
  font-size: 14px;
  line-height: 1.7;
}

.artist-bio-text {
  max-width: 860px;
  margin-inline: auto;
  border-top: 1px solid rgba(200, 88, 46, .22);
  border-bottom: 1px solid rgba(200, 88, 46, .16);
  padding: clamp(34px, 4vw, 52px) 0;
}

.artist-bio-text h2 {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(38px, 5vw, 64px);
}

.artist-bio-text p {
  max-width: 780px;
  margin-top: 22px;
  color: #554d48;
  font-size: 17px;
  line-height: 1.85;
}

.artist-bio-text p a {
  color: var(--terra);
  border-bottom: 1px solid rgba(200, 88, 46, .35);
  transition: border-color 200ms ease;
}

.artist-bio-text p a:hover,
.artist-bio-text p a:focus-visible {
  border-bottom-color: var(--terra);
}

.artist-bio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.artist-bio-gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #fffaf6;
}

.artist-bio-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f8f3ec;
}

.artist-bio-gallery figcaption {
  padding: 14px 16px 16px;
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--terra);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 24px 0 26px;
  background: var(--terra);
}

.meta {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.4vw, 76px);
}

h2 {
  font-size: clamp(34px, 4vw, 54px);
}

h3 {
  font-size: clamp(27px, 2.6vw, 38px);
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.lede {
  max-width: 720px;
  margin-top: 34px;
}

.lede p + p,
.article-copy p + p {
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 54px;
  padding-bottom: 8px;
  color: var(--terra);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-size .2s ease, color .2s ease, gap .2s ease, transform .2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--terra-dark);
  background-size: 100% 1px;
  gap: 14px;
  transform: translateX(2px);
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.link-row .text-link {
  margin-top: 42px;
}

.exhibition-links {
  gap: 12px 18px;
  margin-top: 42px;
}

.exhibition-links .text-link {
  margin-top: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  height: 46px;
  max-width: 100%;
  border: 1px solid #e3b7a4;
  color: var(--terra);
  background: rgba(255, 253, 251, .64);
  padding-inline: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.btn:hover,
.btn:focus-visible {
  background: #f8e7df;
  transform: translateY(-2px);
}

.btn.primary {
  border-color: var(--terra);
  background: var(--terra);
  color: var(--paper);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: var(--terra-dark);
  border-color: var(--terra-dark);
}

.feature-copy .btn {
  margin-top: 34px;
}

.visit-card .btn {
  margin-top: 0;
}

.journal-copy .btn,
.journal-row .btn,
.next-article .btn {
  margin-top: 30px;
}

.btn:focus-visible,
.text-link:focus-visible,
.nav-link:focus-visible,
.lang-link:focus-visible,
.mobile-menu a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 4px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 450px);
  gap: clamp(48px, 8vw, 90px);
  align-items: center;
}

.hero-grid > *,
.split-feature > *,
.contact-layout > *,
.journal-feature > *,
.journal-row > *,
.article-layout > *,
.artist-block > *,
.solo-hero > *,
.artist-info-grid > *,
.footer-grid > * {
  min-width: 0;
}

.hero-image,
.gallery-image,
.article-hero-image {
  overflow: hidden;
}

.hero-image {
  position: relative;
  aspect-ratio: 450 / 590;
  background: var(--soft);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 253, 251, .58);
  border-radius: 50%;
  background: rgba(35, 33, 31, .24);
  color: var(--paper);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease, background .2s ease, transform .2s ease;
}

.hero-slider:hover .slider-arrow,
.hero-slider:focus-within .slider-arrow {
  opacity: 1;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(35, 33, 31, .38);
  transform: translateY(-50%) scale(1.04);
}

.slider-arrow-prev {
  left: 18px;
}

.slider-arrow-next {
  right: 18px;
}

.slider-dots {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: -44px;
  padding-right: 72px;
  position: relative;
  z-index: 3;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #e7c1a8;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.slider-dots button.active,
.slider-dots button:hover,
.slider-dots button:focus-visible {
  background: var(--terra);
  transform: scale(1.18);
}

.soft-band {
  background: var(--soft);
}

.soft-band > .split-feature,
.soft-band > .artist-info-grid {
  max-width: var(--inner);
  margin-inline: auto;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 70px);
  align-items: center;
}

.split-feature.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.split-feature.reverse .feature-media {
  order: 2;
  transform: translate(34px, 34px);
}

.feature-media img {
  width: 100%;
  object-fit: cover;
}

.feature-media.founder-portrait {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
  position: sticky;
  top: 130px;
}

.feature-media.founder-portrait img {
  aspect-ratio: 4 / 5;
  object-position: center top;
  max-height: 70vh;
}

.feature-media.founder-portrait figcaption {
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #6f6862;
  text-align: left;
}

/* Oeuvre editorial framing — wraps the technical spec block with original
   gallery-context paragraphs so each piece detail page has substantial
   unique content (eliminates duplicate-content overlap with antoinejourdan.com). */
.oeuvre-editorial {
  margin-top: 18px;
}
.oeuvre-editorial p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #4f4b48;
  margin: 0 0 14px;
}
.oeuvre-editorial p em {
  font-style: italic;
  color: #2c2826;
}
.oeuvre-editorial-close-block {
  border-top: 1px solid rgba(200, 88, 46, .18);
  padding-top: 18px;
  margin-top: 22px;
}
.oeuvre-editorial-scale {
  color: #6c645e !important;
  font-size: 14.5px !important;
  font-style: italic;
}

/* Homepage — Artist mini-cards (4 represented artists). Used to give visitors
   an "at-a-glance" intro to the artists on the home page, linking to each
   solo bio. */
.homepage-artists-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.homepage-artists-header h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin-top: 18px;
}
.homepage-artists-header .lede {
  margin-top: 18px;
}
.homepage-artists-header .lede p {
  font-size: 17px;
  line-height: 1.7;
  color: #4f4b48;
}

.artist-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 36px);
}

.artist-mini-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  transition: transform 220ms ease;
}
.artist-mini-card:hover,
.artist-mini-card:focus-visible {
  transform: translateY(-2px);
}
.artist-mini-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--soft);
}
.artist-mini-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.artist-mini-card:hover .artist-mini-card-media img,
.artist-mini-card:focus-visible .artist-mini-card-media img {
  transform: scale(1.03);
}
.artist-mini-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.artist-mini-card-body h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 10px;
}
.artist-mini-card-body p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #554d48;
  margin: 0 0 14px;
}
.artist-mini-card-body .text-link {
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--terra);
  margin-top: auto;
}

@media (max-width: 1100px) {
  .artist-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (max-width: 620px) {
  .artist-card-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Homepage press teaser — header above the press-grid. The press-grid
   itself reuses the existing CSS from /presse.html, so only the header
   wrapper needs custom styling here. */
.homepage-press-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  max-width: var(--max);
  margin: 0 auto 36px;
  text-align: left;
}
.homepage-press-header h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  margin: 0;
}
.homepage-press-header .text-link {
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .homepage-press-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }
}

.studio-section {
  padding-top: clamp(64px, 8vw, 108px);
}

.studio-slider .hero-image {
  aspect-ratio: 560 / 440;
}

.studio-slider .slider-dots {
  padding-right: 34px;
}

.exhibition-poster img {
  aspect-ratio: 560 / 590;
  object-fit: contain;
  background: var(--paper);
}

.story-image img {
  aspect-ratio: 310 / 430;
  object-fit: cover;
}

.visit-block {
  margin-bottom: 100px;
}

.visit-card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--soft);
  padding: clamp(56px, 7vw, 82px);
}

.visit-actions {
  margin-top: 34px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 70px;
  align-items: start;
}

.notice {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 54px 0 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffaf6;
}

.notice strong {
  display: block;
  color: var(--terra);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.notice p {
  margin-top: 4px;
  font-size: 14px;
}

.notice-icon,
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.notice-icon {
  color: var(--terra);
  background: #fbe8df;
}

.contact-icon {
  color: var(--paper);
  background: var(--sage);
}

.contact-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.notice-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.contact-icon-mail::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16v12H4z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16v12H4z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
}

.contact-icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4 5 7c0 7 5 12 12 12l3-3-4-3-2 2c-2-1-4-3-5-5l2-2z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4 5 7c0 7 5 12 12 12l3-3-4-3-2 2c-2-1-4-3-5-5l2-2z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-icon-pin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s6-5.4 6-11a6 6 0 1 0-12 0c0 5.6 6 11 6 11z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s6-5.4 6-11a6 6 0 1 0-12 0c0 5.6 6 11 6 11z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
}

.contact-icon-instagram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='6' width='12' height='12' rx='3' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='15.8' cy='8.2' r='1' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='6' width='12' height='12' rx='3' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='15.8' cy='8.2' r='1' fill='black'/%3E%3C/svg%3E");
}

.contact-icon-facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h2V5h-2c-2.2 0-4 1.8-4 4v2H8v3h2v6h3v-6h2.4l.6-3h-3V9c0-.6.4-1 1-1z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h2V5h-2c-2.2 0-4 1.8-4 4v2H8v3h2v6h3v-6h2.4l.6-3h-3V9c0-.6.4-1 1-1z' fill='black'/%3E%3C/svg%3E");
}

.direct-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  margin: 0 0 58px;
  padding: 34px;
  border: 1px solid rgba(200, 88, 46, .22);
  background: #fffaf6;
}

.direct-contact .eyebrow::after {
  margin-bottom: 20px;
}

.direct-contact h2 {
  font-size: clamp(32px, 3vw, 44px);
}

.direct-contact p {
  max-width: 520px;
  margin-top: 18px;
  font-size: 15px;
}

.direct-contact .button-row {
  margin-top: 0;
  flex-wrap: wrap;
}

.form-grid {
  display: grid;
  gap: 34px;
}

.form-status {
  border: 1px solid rgba(53, 93, 78, .24);
  background: #f5faf6;
  color: var(--muted);
  padding: 22px 24px;
  font-size: 15px;
  line-height: 1.7;
}

.form-status strong {
  display: block;
  color: var(--sage);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-status.error {
  border-color: rgba(200, 88, 46, .32);
  background: #fff6f1;
}

.form-status.error strong {
  color: var(--terra);
}

.form-status[hidden] {
  display: none;
}

.form-honeypot {
  display: none;
}

.field label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6f6963;
  background: #eee7dc;
  color: var(--ink);
  padding: 16px;
  border-radius: 0;
}

.field textarea {
  min-height: 210px;
  resize: vertical;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 48px 34px;
  background: #fffaf6;
}

.contact-card h2,
.contact-card h3 {
  text-align: center;
}

.contact-card .eyebrow {
  text-align: center;
}

.contact-card .eyebrow::after {
  margin-inline: auto;
}

.contact-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid rgba(35, 54, 48, .14);
}

.contact-item:first-of-type {
  margin-top: 28px;
}

.contact-item h3 {
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: left;
  text-transform: uppercase;
}

.contact-item p,
.contact-item a {
  color: var(--muted);
  font-size: 14px;
}

.contact-item a,
.artist-contact-list a,
.footer-contact a,
.socials a,
.legal-content a {
  text-underline-offset: 5px;
  transition: color .2s ease, text-decoration-color .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
}

.contact-item a,
.artist-contact-list a,
.footer-contact a,
.legal-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
}

.contact-item a:hover,
.contact-item a:focus-visible,
.artist-contact-list a:hover,
.artist-contact-list a:focus-visible,
.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--terra);
  text-decoration-color: currentColor;
  transform: translateY(-1px);
}

.map-embed {
  min-height: 280px;
  margin-top: 52px;
  position: relative;
  overflow: hidden;
}

.map-embed {
  border: 1px solid var(--line);
  background: #e9f0ed;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  filter: saturate(.82) contrast(.96);
}

/* Click-to-load Google Maps placeholder. Shown until visitor explicitly
   clicks; only then is Google Maps actually loaded (and Google cookies set).
   This is the modern GDPR-clean pattern for embedded maps. */
.map-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 280px;
  padding: 36px 28px;
  background:
    radial-gradient(ellipse at top, rgba(200, 88, 46, 0.06) 0%, transparent 60%),
    repeating-linear-gradient(45deg, rgba(85, 77, 72, 0.025) 0 1px, transparent 1px 16px),
    #e9f0ed;
  border: 0;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: #2c2826;
  transition: background-color 200ms ease;
}
.map-loader:hover,
.map-loader:focus-visible {
  background:
    radial-gradient(ellipse at top, rgba(200, 88, 46, 0.10) 0%, transparent 60%),
    repeating-linear-gradient(45deg, rgba(85, 77, 72, 0.04) 0 1px, transparent 1px 16px),
    #e3ebe8;
}
.map-loader-pin {
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  background: var(--terra);
  transform: rotate(-45deg);
  box-shadow: 0 6px 14px rgba(200, 88, 46, 0.28);
  position: relative;
}
.map-loader-pin::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.map-loader-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.map-loader-body strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.map-loader-body span {
  font-size: 14px;
  color: #554d48;
}
.map-loader-cta {
  margin-top: 10px;
  font-size: 11px !important;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--terra) !important;
  font-weight: 500;
}
.map-loader-note {
  font-size: 11px;
  line-height: 1.6;
  color: #6f6862;
  max-width: 360px;
  margin-top: 4px;
}

.thank-you-page {
  max-width: 760px;
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-label {
  position: absolute;
  left: 22px;
  top: 22px;
  background: var(--paper);
  padding: 14px 18px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.pin {
  position: absolute;
  left: 55%;
  top: 44%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--terra);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: var(--paper);
}

.journal-feature {
  display: grid;
  grid-template-columns: minmax(300px, 405px) 1fr;
  gap: 70px;
  align-items: center;
  background: var(--soft);
  padding: 40px 54px;
}

.journal-feature img {
  width: 100%;
  aspect-ratio: 405 / 520;
  object-fit: cover;
}

.journal-list {
  display: grid;
  gap: 76px;
}

.journal-row {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 78px;
  padding-bottom: 76px;
  border-bottom: 1px solid rgba(35, 54, 48, .16);
  align-items: start;
}

.journal-row img {
  width: 330px;
  height: 250px;
  object-fit: cover;
}

body[data-page="journal"] main article > header.section.article-heading:first-child {
  max-width: 880px;
  padding-bottom: clamp(30px, 3.6vw, 48px);
}

body[data-page="journal"] main article > header.section.article-heading:first-child + .section.tight {
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: clamp(36px, 4vw, 58px);
}

body[data-page="journal"] main article > header.section.article-heading:first-child + .section.tight + .article-layout {
  padding-top: clamp(42px, 5vw, 66px);
}

.article-hero-image img {
  width: 100%;
  aspect-ratio: 980 / 560;
  object-fit: cover;
}

/* Press detail pages: source images come at very different aspect ratios
   (square ceramic close-ups, portrait magazine spreads, wide interior shots).
   Forcing 980/560 with object-fit: cover crops them brutally — see the
   AD Shanghai feature where only the top sliver of the lampe-soleil was
   visible. On press pages, let the image render at its natural ratio,
   cap the height for absurdly tall sources, and centre it. */
body[data-page="presse"] .article-hero-image {
  background: var(--soft-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
body[data-page="presse"] .article-hero-image img {
  aspect-ratio: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 720px;
  object-fit: contain;
  display: block;
}

/* Press grid (presse.html and presse-en.html). Reuses .related-pieces-grid
   geometry but with a press-specific card variant that exposes a visible
   "Voir la publication →" link inside each caption rather than relying only
   on a fully clickable card. */
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
}

.press-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.press-card:hover,
.press-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(20, 18, 16, 0.08);
}

.press-card-image {
  overflow: hidden;
  background: var(--soft-2);
}

.press-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.press-card:hover .press-card-image img,
.press-card:focus-visible .press-card-image img {
  transform: scale(1.03);
}

.press-card-caption {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.press-card-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
}

.press-card-caption h3 {
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
  flex: 1;
}

.press-card-cta {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
  align-self: flex-start;
}

.press-card:hover .press-card-cta,
.press-card:focus-visible .press-card-cta {
  color: var(--terra-dark);
}

@media (max-width: 1100px) {
  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .press-grid {
    grid-template-columns: 1fr;
  }
}

/* Simplified press detail template (2026-04-29).
   The page is a frame around the article scan. Heading is short, the article
   images do the talking, and a single CTA at the bottom takes the visitor to
   the actual publication (or opens the highest-res scan in a new tab). */
body[data-template="press-detail"] main {
  --press-stack-gap: clamp(20px, 3vw, 36px);
}
/* Press detail heading — left-aligned to match the rest of the site
   (article.html, artist pages, journal entries all use left-aligned
   headings). Earlier centered version was an unprompted aesthetic choice
   that broke the convention. */
.press-detail-heading {
  padding-bottom: clamp(16px, 2vw, 28px) !important;
}
.press-detail-heading h1 {
  margin-block: 12px 18px;
  max-width: 760px;
}
.press-detail-heading .lede {
  max-width: 620px;
}
.press-detail-heading .lede p {
  margin: 0;
}
/* Clickable breadcrumb at the top of each press detail page.
   Inherits the .eyebrow type but the "Presse" label links back to the hub. */
.press-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.press-breadcrumb a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}
.press-breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.press-breadcrumb a:hover,
.press-breadcrumb a:focus-visible {
  color: var(--terra-dark, var(--terra));
  outline: none;
}
.press-breadcrumb a:hover::after,
.press-breadcrumb a:focus-visible::after {
  opacity: 1;
}
.press-breadcrumb-sep {
  opacity: 0.55;
}
.press-breadcrumb-current {
  color: inherit;
}

.press-article-stack {
  display: flex;
  flex-direction: column;
  gap: var(--press-stack-gap);
  align-items: stretch;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-block: clamp(12px, 2vw, 24px) !important;
}
/* Each press article scan is a button that opens the shared lightbox.
   Reset the default <button> chrome (border, font, background) and behave
   like a presentational figure that signals interactivity on hover. */
.press-article-figure {
  appearance: none;
  border: 0;
  font: inherit;
  color: inherit;
  margin: 0;
  width: 100%;
  min-height: 360px;
  background: var(--soft-2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(20px, 3vw, 40px);
  box-sizing: border-box;
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease;
}
.press-article-figure:hover,
.press-article-figure:focus-visible {
  background: var(--soft, var(--soft-2));
  outline: none;
}
.press-article-figure:focus-visible {
  box-shadow: 0 0 0 2px var(--terra);
}
.press-article-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.press-article-figure:hover img,
.press-article-figure:focus-visible img {
  transform: scale(1.015);
}

.press-publication-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-block: clamp(28px, 3vw, 48px) !important;
}
.press-publication-cta .btn {
  min-width: 220px;
  justify-content: center;
}

@media (max-width: 700px) {
  .press-article-figure {
    padding: 14px;
  }
  .press-publication-cta .btn {
    min-width: 0;
    width: 100%;
  }
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 620px) 280px;
  gap: 90px;
  align-items: start;
}

.article-copy {
  max-width: 620px;
}

.quote-rule {
  margin: 38px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(35, 54, 48, .16);
  border-bottom: 1px solid rgba(35, 54, 48, .16);
}

.related-card {
  position: sticky;
  top: 24px;
}

.related-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f8f3ec;
  margin-bottom: 36px;
}

.related-card h3 {
  margin-bottom: 22px;
}

.related-card .btn {
  margin-top: 0;
}

.next-article {
  margin-top: 94px;
  padding-top: 54px;
  border-top: 3px solid rgba(200, 88, 46, .58);
}

.filters {
  display: grid;
  gap: 34px;
  margin-top: 72px;
}

.catalogue-downloads {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-top: 46px;
  padding: 30px 34px;
  border: 1px solid rgba(200, 88, 46, .2);
  background: #fffaf6;
}

.catalogue-downloads .eyebrow::after {
  margin-bottom: 18px;
}

.catalogue-downloads p {
  max-width: 520px;
  font-size: 15px;
}

.catalogue-downloads .button-row {
  flex-wrap: nowrap;
  margin-top: 0;
}

.filter-group h2 {
  margin: 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.chip {
  min-width: 88px;
  height: 38px;
  border: 1px solid #d8c8ba;
  border-radius: 999px;
  background: transparent;
  color: #5b514b;
  box-shadow: 0 7px 18px rgba(35, 33, 31, .045);
  padding: 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.chip:hover,
.chip:focus-visible {
  border-color: rgba(200, 88, 46, .46);
  box-shadow: 0 12px 24px rgba(35, 33, 31, .08);
  transform: translateY(-1px);
}

.chip.active {
  background: var(--footer);
  border-color: var(--footer);
  color: var(--paper);
  box-shadow: 0 12px 26px rgba(31, 59, 51, .18);
}

.chip.active:hover,
.chip.active:focus-visible {
  box-shadow: 0 15px 30px rgba(31, 59, 51, .24);
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.catalogue-card {
  border: 1px solid var(--line);
  background: #fbf7f2;
  position: relative;
}

.catalogue-card[hidden] {
  display: none;
}

.card-corner-link {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(20, 18, 16, 0.32);
  border: 1px solid rgba(253, 247, 238, 0.55);
  color: #fdf7ee;
  text-decoration: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.card-corner-link svg {
  width: 14px;
  height: 14px;
  display: block;
}

.card-corner-link:hover {
  background: rgba(20, 18, 16, 0.55);
  border-color: #fdf7ee;
  transform: scale(1.04);
}

.card-corner-link:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .card-corner-link:hover {
    transform: none;
  }
}

.catalogue-preview {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}

.catalogue-preview img {
  width: 100%;
  height: var(--image-height, 390px);
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.catalogue-preview:hover img,
.catalogue-preview:focus-visible img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 24px;
  gap: 12px;
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.55) 0%, rgba(20, 18, 16, 0.78) 100%);
  color: #fdf7ee;
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.catalogue-preview:hover .card-overlay,
.catalogue-preview:focus-visible .card-overlay {
  opacity: 1;
}

.card-overlay-artist {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fdf7ee;
}

.card-overlay-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fdf7ee;
}

.card-overlay-dim {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: rgba(253, 247, 238, 0.86);
}

.card-overlay-cta {
  margin: 14px 0 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(253, 247, 238, 0.32);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fdf7ee;
}

@media (prefers-reduced-motion: reduce) {
  .card-overlay {
    transition: none;
  }
}

.catalogue-caption {
  display: block;
  padding: 28px 24px 30px;
  color: inherit;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.catalogue-caption:hover,
.catalogue-caption:focus-visible {
  background: #fffaf6;
}

.catalogue-caption:hover h3,
.catalogue-caption:focus-visible h3 {
  color: var(--terra);
}

.catalogue-caption h3 {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.35;
}

.catalogue-caption h3::after,
.product-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 10px 0 10px;
  background: var(--terra);
}

.catalogue-caption .card-dim {
  margin-top: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.catalogue-empty {
  max-width: 620px;
  margin: 0 auto;
  padding: 70px 42px;
  border: 1px solid var(--line);
  background: #fffaf6;
  text-align: center;
}

.catalogue-empty[hidden] {
  display: none;
}

.catalogue-empty .eyebrow::after {
  margin-inline: auto;
}

.catalogue-empty p {
  margin-top: 20px;
}

.artwork-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(22px, 5vw, 70px);
}

.artwork-lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(28, 24, 21, .74);
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: calc(100vh - clamp(44px, 10vw, 140px));
  margin: 0;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.lightbox-image {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - clamp(130px, 16vw, 220px));
  object-fit: contain;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

.lightbox-caption {
  color: var(--paper);
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  background: rgba(255, 253, 251, .12);
  color: var(--paper);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 253, 251, .22);
}

.artists-stack {
  display: grid;
  gap: 90px;
}

.artist-block {
  display: grid;
  grid-template-columns: minmax(360px, 480px) 1fr;
  align-items: center;
  gap: 66px;
  background: linear-gradient(90deg, transparent 0 8%, var(--soft) 8% 100%);
  padding: 70px 70px 70px 46px;
}

.artist-block[hidden] {
  display: none;
}

.artist-block:nth-child(even),
.artist-block[data-position="even"] {
  grid-template-columns: 1fr minmax(360px, 410px);
  background: linear-gradient(90deg, var(--soft) 0 92%, transparent 92% 100%);
}

.artist-block[data-position="odd"] {
  grid-template-columns: minmax(360px, 480px) 1fr;
  background: linear-gradient(90deg, transparent 0 8%, var(--soft) 8% 100%);
}

.artist-block:nth-child(even) img,
.artist-block[data-position="even"] img {
  order: 2;
}

.artist-block[data-position="odd"] img {
  order: 0;
}

.artist-block img {
  width: 100%;
  aspect-ratio: 480 / 540;
  object-fit: cover;
}

.artist-block:nth-child(even) img {
  aspect-ratio: 410 / 500;
}

.button-row {
  display: flex;
  gap: 18px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.solo-hero {
  display: grid;
  grid-template-columns: minmax(380px, 470px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  background: var(--soft);
  padding: 60px 46px;
}

.solo-hero img {
  width: 100%;
  aspect-ratio: 470 / 500;
  object-fit: cover;
}

.solo-hero h1 {
  color: var(--terra);
}

.artist-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  padding-top: 70px;
  border-top: 0;
}

.artist-contact-card,
.artist-work-panel {
  position: relative;
  height: 100%;
  border: 1px solid rgba(200, 88, 46, .18);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(35, 33, 31, .055);
  padding: clamp(32px, 4vw, 46px);
}

.artist-contact-card::before,
.artist-work-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(32px, 4vw, 46px);
  right: clamp(32px, 4vw, 46px);
  height: 3px;
  background: var(--terra);
  opacity: .8;
}

.artist-contact-card {
  display: flex;
  flex-direction: column;
}

.artist-contact-card .lede {
  margin-top: 24px;
}

.artist-contact-list {
  list-style: none;
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
}

.artist-contact-list li,
.artist-contact-list a {
  color: #4f4843;
  font-size: 14px;
  line-height: 1.65;
  min-width: 0;
  overflow-wrap: anywhere;
}

.artist-contact-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.artist-contact-card .btn {
  align-self: flex-start;
  margin-top: 38px;
}

.artist-work-panel .btn {
  margin-top: 32px;
}

.artist-work-panel .panel-actions {
  margin-top: 32px;
}

.artist-work-panel .panel-actions .btn {
  margin-top: 0;
}

.work-card {
  position: relative;
}

.work-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: contain;
  background: #f8f3ec;
}

.work-caption {
  width: 78%;
  margin: -38px auto 0;
  position: relative;
  background: #c8c0aa;
  padding: 22px 28px;
}

.work-caption strong,
.work-caption em {
  display: block;
  color: #111;
  font-size: 26px;
  line-height: 1.2;
}

.work-caption em {
  font-weight: 400;
}

.artist-bottom-cta {
  width: 100%;
  margin: 0;
  padding: clamp(44px, 6vw, 78px) clamp(24px, 4vw, 48px);
  border-top: 1px solid rgba(200, 88, 46, .16);
  background:
    linear-gradient(90deg, rgba(255, 250, 246, .95), rgba(246, 238, 229, .72)),
    var(--soft);
}

.artist-bottom-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: var(--max);
  margin-inline: auto;
}

.artist-bottom-cta-inner > * {
  min-width: 0;
}

.artist-bottom-cta h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(38px, 5vw, 64px);
}

.artist-bottom-cta p {
  max-width: 700px;
  margin-top: 18px;
  color: #554d48;
  font-size: 17px;
  line-height: 1.75;
}

.artist-bottom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--footer);
  color: var(--paper);
  padding: 50px clamp(28px, 7vw, 96px) 34px;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 176px;
  height: 312px;
  opacity: .42;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.site-footer::before {
  left: 0;
  background-image: url("assets/brand/ornament-left.png");
}

.site-footer::after {
  right: 0;
  background-image: url("assets/brand/ornament-right.png");
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) minmax(170px, .8fr) minmax(290px, 1.1fr);
  gap: 64px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.footer-brand {
  text-align: center;
}

.footer-logo {
  width: 96px;
  margin: 0 auto 28px;
}

.footer-copy {
  color: var(--paper);
  font-size: 13px;
  line-height: 1.9;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.socials a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  font-size: 13px;
}

.socials a:hover,
.socials a:focus-visible {
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .08);
  transform: translateY(-2px);
}

.footer-heading {
  display: inline-grid;
  justify-items: center;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--paper);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer-divider {
  width: 31px;
  height: 17px;
  margin: 0 0 24px;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.footer-links {
  max-width: 150px;
}

.footer-contact {
  max-width: 280px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: var(--paper);
  font-size: 13px;
  display: inline-flex;
  gap: 12px;
  align-items: flex-start;
}

.socials svg,
.footer-contact svg {
  flex: 0 0 auto;
}

.socials svg {
  width: 15px;
  height: 15px;
}

.footer-links a::before {
  content: "›";
  margin-right: 14px;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  text-decoration-color: currentColor;
  transform: translateY(-1px);
}

.language-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  padding: 10px 14px;
  color: var(--paper);
  font-size: 13px;
  text-decoration: none;
}

.trust-row {
  display: flex;
  justify-content: center;
  gap: clamp(40px, 10vw, 150px);
  max-width: 980px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: var(--paper);
  font-size: 12px;
}

.legal-row {
  display: flex;
  justify-content: center;
  gap: clamp(40px, 10vw, 180px);
  max-width: 980px;
  margin: 20px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: var(--paper);
  font-size: 11px;
}

.legal-row a {
  color: var(--paper);
}

.legal-row a:hover,
.legal-row a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content {
  display: grid;
  gap: 36px;
  margin-top: 56px;
}

.legal-content section {
  padding-top: 30px;
  border-top: 1px solid rgba(35, 54, 48, .14);
}

.legal-content h2 {
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--terra);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.legal-content p {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
}

.legal-content p + p {
  margin-top: 10px;
}

.legal-content a {
  color: var(--terra);
}

.cookie-banner {
  position: fixed;
  right: clamp(18px, 3vw, 36px);
  bottom: clamp(18px, 3vw, 36px);
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: min(720px, calc(100vw - 36px));
  padding: 20px 22px;
  border: 1px solid rgba(200, 88, 46, .24);
  background: rgba(255, 253, 251, .96);
  box-shadow: 0 22px 60px rgba(35, 33, 31, .14);
  backdrop-filter: blur(14px);
}

.cookie-banner p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.cookie-banner a {
  color: var(--terra);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-actions .btn {
  min-width: 108px;
  margin-top: 0;
  padding: 12px 18px;
  font-size: 10px;
  letter-spacing: 1.6px;
}

@media (max-width: 1100px) {
  .site-shell {
    width: 100%;
  }

  [data-header] {
    min-height: 104px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-inner {
    height: 103px;
    padding: 0 32px;
  }

  .hero-grid,
  .split-feature,
  .split-feature.reverse,
  .contact-layout,
  .journal-feature,
  .journal-row,
  .article-layout,
  .artist-block,
  .artist-block:nth-child(even),
  .artist-block[data-position="odd"],
  .artist-block[data-position="even"],
  .solo-hero,
  .artist-info-grid,
  .artist-bottom-cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .split-feature.reverse .feature-media,
  .artist-block:nth-child(even) img,
  .artist-block[data-position="even"] img {
    order: initial;
    transform: none;
  }

  .section {
    padding: 56px 24px;
  }

  h1,
  h2,
  h3,
  p,
  .meta,
  .eyebrow,
  .btn,
  .chip,
  .nav-link,
  .mobile-menu a {
    overflow-wrap: break-word;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-image {
    aspect-ratio: 360 / 300;
  }

  .soft-band {
    padding-left: 12px;
    padding-right: 12px;
  }

  .artist-bottom-cta {
    padding: 42px 24px;
  }

  .artist-bottom-cta-actions {
    justify-content: flex-start;
  }

  .split-feature,
  .artist-block,
  .solo-hero {
    padding: 0;
    background: transparent;
  }

  body[data-template="artist"] .solo-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  body[data-template="artist"] .solo-hero img {
    aspect-ratio: 312 / 365;
  }

  .split-feature .feature-copy,
  .artist-block .artist-copy,
  .solo-hero .solo-copy {
    background: var(--soft);
    padding: 48px 28px;
  }

  .story-image img,
  .artist-block img,
  .artist-block:nth-child(even) img,
  .solo-hero img {
    aspect-ratio: 312 / 365;
  }

  .contact-card {
    padding: 36px 28px;
  }

  .catalogue-downloads,
  .direct-contact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalogue-downloads .button-row,
  .direct-contact .button-row {
    flex-wrap: wrap;
  }

  .journal-feature {
    padding: 0;
    background: var(--soft);
  }

  .journal-feature .journal-copy {
    padding: 38px 28px 42px;
  }

  .journal-feature img,
  .journal-row img,
  .article-hero-image img {
    width: 100%;
    aspect-ratio: 312 / 300;
    height: auto;
  }

  .journal-row {
    gap: 30px;
  }

  .journal-row img {
    order: -1;
  }

  .artist-contact-card,
  .artist-work-panel {
    padding: 34px 28px;
  }

  .artist-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .artist-timeline {
    position: static;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 18px;
    border-left: 0;
    border-bottom: 1px solid rgba(200, 88, 46, .24);
  }

  .timeline-item::before {
    display: none;
  }

  .artist-bio-gallery {
    grid-template-columns: 1fr;
  }

  .content-slide,
  .press-slider .content-slide {
    flex-basis: min(82vw, 360px);
  }

  .recognition-grid,
  .exhibition-list,
  .press-preview-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-card img {
    height: clamp(320px, 38vw, 390px);
  }

  .footer-grid {
    text-align: center;
  }

  .footer-title {
    text-align: center;
  }

  .footer-divider {
    margin-inline: auto;
  }

  .footer-links {
    max-width: none;
    justify-items: center;
  }

  .footer-contact {
    justify-items: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .footer-contact a,
  .footer-contact span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .trust-row,
  .legal-row {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

}

@media (min-width: 900px) and (max-width: 1100px) {
  .artist-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: minmax(220px, 1.1fr) minmax(150px, .7fr) minmax(260px, 1fr);
    gap: 44px;
    text-align: initial;
  }

  .footer-title {
    text-align: center;
  }

  .footer-links {
    max-width: 150px;
    justify-items: start;
  }

  .footer-contact {
    max-width: 280px;
    justify-items: start;
    margin: 0;
  }

  .footer-contact a,
  .footer-contact span {
    width: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .trust-row,
  .legal-row {
    flex-direction: row;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  p {
    font-size: 14px;
  }

  .site-shell {
    width: 100%;
  }

  .section {
    padding: 52px 32px;
  }

  .lede {
    margin-top: 28px;
  }

  .text-link {
    margin-top: 38px;
    letter-spacing: 1.5px;
  }

  .notice {
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
  }

  .direct-contact {
    padding: 28px 24px;
  }

  .catalogue-downloads .button-row,
  .direct-contact .button-row {
    grid-template-columns: 1fr;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .button-row .btn {
    min-width: 0;
    width: 100%;
    padding-inline: 10px;
    letter-spacing: 1px;
  }

  body[data-template="artist"] .solo-actions {
    grid-template-columns: 1fr;
  }

  body[data-template="artist"] .panel-actions {
    grid-template-columns: 1fr;
  }

  body[data-template="artist"] .solo-actions .btn {
    min-width: 0;
    padding-inline: 18px;
  }

  .artist-story {
    padding-block: 34px;
  }

  .artist-story-heading {
    margin-bottom: 34px;
  }

  .artist-story-heading p,
  .bio-chapter p {
    font-size: 15px;
    line-height: 1.78;
  }

  .artist-timeline {
    grid-template-columns: 1fr;
    overflow: visible;
    padding-left: 20px;
    padding-bottom: 0;
    border-left: 1px solid rgba(200, 88, 46, .28);
    border-bottom: 0;
  }

  .timeline-item::before {
    display: block;
    left: -26px;
  }

  .bio-highlight {
    padding: 28px 22px;
  }

  .chips {
    gap: 10px;
  }

  .catalogue-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-card img {
    height: 390px;
  }

  .chip {
    min-width: 0;
    padding: 0 15px;
    letter-spacing: 1.2px;
  }

  .artist-block {
    gap: 0;
  }

  .artist-block .artist-copy {
    padding-bottom: 34px;
  }

  .footer-grid {
    gap: 54px;
  }

  .site-footer {
    padding-top: 54px;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .cookie-banner p {
    max-width: none;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}

/* ---------------------------------------------------------------------------
   Per-piece detail page (data-template="oeuvre")
   --------------------------------------------------------------------------- */

body[data-template="oeuvre"] .oeuvre-breadcrumb-section {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: 0;
}

.oeuvre-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.oeuvre-breadcrumb a:hover,
.oeuvre-breadcrumb a:focus-visible {
  color: var(--terra);
}

body[data-template="oeuvre"] .oeuvre-hero {
  padding-top: clamp(20px, 2.4vw, 32px);
  padding-bottom: clamp(30px, 3.5vw, 56px);
}

body[data-template="oeuvre"] .oeuvre-hero .solo-hero {
  align-items: center;
}

body[data-template="oeuvre"] .solo-hero h1 {
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  margin-bottom: 4px;
}

.oeuvre-artist {
  margin: 6px 0 0;
  font-size: 1rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.oeuvre-artist a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.oeuvre-artist a:hover,
.oeuvre-artist a:focus-visible {
  border-bottom-color: var(--terra);
  color: var(--terra);
}

.oeuvre-dim {
  margin: 10px 0 0;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.oeuvre-description-compact {
  margin-top: 22px;
  border-top: 1px solid rgba(200, 88, 46, 0.18);
  padding-top: 18px;
  display: grid;
  gap: 8px;
}

.oeuvre-description-compact p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #4f4944;
}

body[data-template="oeuvre"] .oeuvre-copy .solo-actions {
  margin-top: 26px;
}

.oeuvre-gallery {
  width: 100%;
}

.oeuvre-gallery-single {
  margin: 0;
}

.oeuvre-image-trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.oeuvre-image-trigger img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 720px;
  object-fit: contain;
  background: var(--soft);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.oeuvre-image-trigger:hover img,
.oeuvre-image-trigger:focus-visible img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

/* Piece-detail hero: pieces must show in full — no edge cropping.
   Most catalogue images are portrait studio shots (~3:4), so a 4:5
   frame lets the typical piece fill the column without big empty
   bands. Landscape interior shots still show in full, just with
   top/bottom letterbox on the soft band. The home/article hero
   images keep object-fit: cover; this override is scoped to the
   per-piece template. max-height keeps the image from getting
   ridiculously tall on large desktop viewports. */
body[data-template="oeuvre"] .oeuvre-gallery .hero-image {
  aspect-ratio: 4 / 5;
  max-height: 720px;
  background: var(--soft);
}

body[data-template="oeuvre"] .oeuvre-gallery .hero-image img,
body[data-template="oeuvre"] .oeuvre-gallery .hero-slide {
  object-fit: contain !important;
  background: var(--soft);
}

.related-pieces-section {
  /* Pure paper white so the warm beige bottom CTA below has a clear contrast
     edge instead of bleeding into a near-identical band. */
  background: var(--paper);
  padding-top: clamp(40px, 4.5vw, 70px);
  padding-bottom: clamp(48px, 5vw, 80px);
}

.related-pieces-header {
  text-align: center;
  margin-bottom: 28px;
}

.related-pieces-header .eyebrow::after {
  margin-left: auto;
  margin-right: auto;
}

.related-pieces-header h2 {
  margin-top: 8px;
  font-size: clamp(26px, 3vw, 36px);
}

.related-pieces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
}

.related-piece {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-piece:hover,
.related-piece:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(20, 18, 16, 0.08);
}

.related-piece img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-piece:hover img,
.related-piece:focus-visible img {
  transform: scale(1.03);
}

.related-piece-caption {
  padding: 20px 22px 22px;
}

.related-piece-caption h3 {
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

.related-piece-dim {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.related-piece-meta {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--terra);
}

@media (max-width: 900px) {
  body[data-template="oeuvre"] .solo-hero {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 32px;
  }

  .related-pieces-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* Editorial polish: qui-sommes-nous / about (FR + EN share data-page) */
/* Caps line length for comfortable reading and uses modern text-wrap   */
/* to avoid orphan words and ugly heading line breaks.                 */
/* ------------------------------------------------------------------ */
body[data-page="qui-sommes-nous"] .lede p,
body[data-page="qui-sommes-nous"] .artist-bio-text p {
  max-width: 65ch;
  text-wrap: pretty;
}
body[data-page="qui-sommes-nous"] h1,
body[data-page="qui-sommes-nous"] h2 {
  text-wrap: balance;
}
body[data-page="qui-sommes-nous"] .hero-grid h1 {
  font-size: clamp(30px, 3.6vw, 50px);
}
@media (min-width: 1101px) {
  body[data-page="qui-sommes-nous"] .hero-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 360px);
    gap: clamp(36px, 5vw, 60px);
  }
}

/* ------------------------------------------------------------------ */
/* Editorial polish: artist bio pages                                  */
/* Caps the long bio paragraph width for readability so the asymmetric */
/* timeline + body layout doesn't force the eye across very long lines.*/
/* ------------------------------------------------------------------ */
body[data-template="artist"] .artist-bio-text p,
body[data-template="artist"] .artist-bio-text ul,
body[data-template="artist"] .lede p {
  max-width: 65ch;
  text-wrap: pretty;
}
body[data-template="artist"] h1,
body[data-template="artist"] h2,
body[data-template="artist"] h3 {
  text-wrap: balance;
}

/* ------------------------------------------------------------------ */
/* Accessibility: respect prefers-reduced-motion                       */
/* Removes all transitions and transforms for users who opted in to    */
/* reduced motion at the OS level.                                     */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ------------------------------------------------------------------ */
/* Print stylesheet                                                    */
/* Strips chrome (header, footer, sliders, lightbox, hover overlays)  */
/* so a printed page shows just the content.                           */
/* ------------------------------------------------------------------ */
@media print {
  [data-header],
  [data-footer],
  .artist-bottom-cta,
  .slider-arrow,
  .slider-dots,
  .card-overlay,
  .artwork-lightbox,
  .cookie-banner,
  .mobile-language,
  .nav-burger,
  .related-pieces-section .button-row,
  .button-row {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  .section, section {
    padding: 12pt 0 !important;
  }
}
