﻿:root {
  --ink: #17120f;
  --ink-soft: #514942;
  --charcoal: #0d0c0b;
  --charcoal-2: #171311;
  --paper: #EFE4CE;
  --paper-deep: #E0D6BB;
  --archive: #e7d7bd;
  --gold: #b9965f;
  --gold-2: #d7bf8b;
  --line: rgba(23, 18, 15, 0.14);
  --line-dark: rgba(248, 241, 231, 0.16);
  --muted: rgba(23, 18, 15, 0.58);
  --muted-dark: rgba(248, 241, 231, 0.64);
  --shadow: 0 28px 70px rgba(23, 18, 15, 0.18);
  --shadow-dark: 0 36px 90px rgba(0, 0, 0, 0.42);
  --serif: 'Cormorant Garamond', 'Noto Serif SC', serif;
  --body-serif: 'Noto Serif SC', 'Songti SC', serif;
  --sans: 'Noto Sans SC', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(185,150,95,.18), transparent 28vw),
    linear-gradient(180deg, #F2EDD8 0%, var(--paper) 34%, #E5D9C0 100%);
  font-family: var(--body-serif);
  font-weight: 400;
  line-height: 1.76;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(23,18,15,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,18,15,.025) 1px, transparent 1px),
    radial-gradient(rgba(23,18,15,.11) .55px, transparent .55px);
  background-size: 100% 34px, 34px 100%, 5px 5px;
  mix-blend-mode: multiply;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: .08;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
h1, h2, h3 { font-family: var(--serif); }
img { display: block; max-width: 100%; }
body.menu-open { overflow: hidden; }

.wrap { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.section { position: relative; z-index: 1; padding: clamp(92px, 11vw, 172px) 0; }
.section + .section { border-top: 1px solid rgba(23,18,15,.08); }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 1.7vw, 24px);
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(240,228,205,.82);
  border-bottom: 1px solid rgba(23,18,15,.13);
  backdrop-filter: blur(22px) saturate(1.1);
}
.site-nav::after {
  content: '';
  position: absolute;
  left: clamp(18px,4vw,56px);
  right: clamp(18px,4vw,56px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185,150,95,.72), transparent);
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 218px; }
.brand-mark {
  width: 42px; height: 42px;
  border: 1px solid rgba(23,18,15,.72);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .11em;
  background: rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 6px rgba(185,150,95,.06);
}
.brand strong, .brand em { display: block; line-height: 1.08; }
.brand strong { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: .045em; }
.brand em { margin-top: 5px; font-family: var(--sans); font-style: normal; font-size: 11px; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(8px, 1vw, 17px); align-items: center; font-family: var(--sans); font-size: 12px; color: rgba(23,18,15,.68); letter-spacing: .08em; }
.desktop-nav a { position: relative; padding: 27px 0; transition: color .24s ease; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 19px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform .28s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; justify-content: end; }
.lang-switch { display: flex; border: 1px solid rgba(23,18,15,.18); background: rgba(240,228,205,.58); box-shadow: 0 10px 28px rgba(23,18,15,.05); }
.lang-btn { position: relative; min-width: 42px; border: 0; background: transparent; padding: 8px 10px; cursor: pointer; font-family: var(--sans); font-size: 12px; letter-spacing: .08em; }
.lang-btn.active { color: var(--ink); }
.lang-btn::after { content: ''; position: absolute; left: 9px; right: 9px; bottom: 5px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .22s ease; }
.lang-btn.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 38px; border: 1px solid var(--line); background: transparent; cursor: pointer; padding: 0 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 7px 0; transition: transform .24s ease, opacity .24s ease; }
.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(35deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-35deg); }
.mobile-menu { position: fixed; inset: 76px 0 0; z-index: 35; background: rgba(240,228,205,.97); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .24s ease, transform .24s ease; border-bottom: 1px solid var(--line); }
.mobile-menu nav { display: grid; padding: 28px; }
.mobile-menu a { font-family: var(--serif); font-size: clamp(28px, 9vw, 44px); line-height: 1.22; border-bottom: 1px solid var(--line); padding: 12px 0; }
.menu-open .mobile-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }

.kicker { margin: 0 0 18px; color: var(--gold); font-family: var(--sans); font-size: .76rem; letter-spacing: .34em; text-transform: uppercase; font-weight: 400; }
h1 { font-size: clamp(56px, 8.8vw, 126px); font-weight: 300; letter-spacing: -.035em; line-height: .82; }
h2 { font-size: clamp(38px, 5.6vw, 88px); font-weight: 300; letter-spacing: -.022em; line-height: .9; }
h3 { font-size: clamp(25px, 2.15vw, 38px); line-height: 1.05; }
h4 { font-family: var(--serif); font-size: clamp(24px, 2.2vw, 36px); line-height: 1.08; }
.lead, .section-head p:not(.kicker) { max-width: 780px; color: var(--ink-soft); font-size: clamp(17px, 1.45vw, 23px); line-height: 1.72; }
.section-head { display: grid; gap: 20px; }
.section-head.compact { gap: 14px; }

.hero {
  color: var(--paper);
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 36vw);
  align-items: center;
  gap: clamp(34px, 7vw, 102px);
  padding: clamp(82px, 8vw, 126px) clamp(22px, 6vw, 90px);
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 75% 42%, rgba(215,191,139,.25), transparent 0 17%, transparent 34%),
    radial-gradient(ellipse at 76% 46%, rgba(240,228,205,.16), transparent 0 21%, transparent 44%),
    linear-gradient(90deg, rgba(13,12,11,.98), rgba(18,14,12,.95) 47%, rgba(13,12,11,.86)),
    var(--charcoal);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(240,228,205,.05) 42.2% 43.2%, transparent 43.4%),
    radial-gradient(ellipse at 76% 40%, rgba(240,228,205,.18), transparent 24%),
    linear-gradient(180deg, transparent 0 74%, rgba(0,0,0,.44));
  pointer-events: none;
}
.hero::after {
  content: 'L\2019ART DU SILENCE';
  position: absolute;
  right: clamp(18px, 3vw, 48px);
  bottom: clamp(18px, 3vw, 44px);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .48em;
  color: rgba(240,228,205,.25);
  writing-mode: vertical-rl;
}
.stage-line { position: absolute; left: clamp(22px, 6vw, 90px); right: clamp(22px, 6vw, 90px); bottom: 22%; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,228,205,.24), transparent); z-index: 0; }
.hero-copy { position: relative; z-index: 2; max-width: 920px; }
.hero .kicker { color: var(--gold-2); }
.hero-name-fr { margin-top: 16px; font-family: var(--serif); font-size: clamp(32px, 4.6vw, 68px); line-height: .9; letter-spacing: .015em; color: rgba(240,228,205,.42); font-style: italic; }
.hero-sub { margin: 24px 0 0; max-width: 720px; font-family: var(--sans); font-size: clamp(12px, 1vw, 15px); color: rgba(240,228,205,.68); letter-spacing: .24em; font-weight: 300; }
.hero blockquote { margin: clamp(26px, 3vw, 42px) 0 0; padding-left: 24px; border-left: 1px solid rgba(215,191,139,.86); font-family: var(--serif); font-size: clamp(22px, 2.4vw, 42px); font-weight: 300; line-height: 1.18; color: var(--paper); font-style: italic; }
.site-purpose { margin-top: 24px; max-width: 720px; color: rgba(240,228,205,.64); font-size: clamp(14px, 1vw, 16px); line-height: 1.82; padding: 18px 20px; border-left: 1px solid rgba(215,191,139,.52); background: linear-gradient(90deg, rgba(240,228,205,.07), transparent); }
.hero-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-links a { font-family: var(--sans); font-size: 13px; letter-spacing: .08em; border: 1px solid rgba(240,228,205,.2); padding: 13px 20px; transition: background .26s ease, border-color .26s ease, transform .26s ease; }
.hero-links a:first-child { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.hero-links a:hover { transform: translateY(-2px); background: rgba(240,228,205,.1); color: var(--paper); border-color: rgba(215,191,139,.56); }

.photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23,18,15,.16);
  background: rgba(240,228,205,.72);
  box-shadow: var(--shadow);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.42) sepia(.12) contrast(1.06); transform: scale(1.001); transition: filter .42s ease, transform .58s ease; }
.photo-frame:hover img { filter: grayscale(.08) sepia(.08) contrast(1.03); transform: scale(1.035); }
.photo-frame::before {
  content: '';
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(240,228,205,.55);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}
.photo-frame figcaption, .photo-credit {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 13px;
  z-index: 3;
  color: rgba(240,228,205,.78);
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-shadow: 0 2px 10px rgba(0,0,0,.65);
}
.photo-credit { display: none; }
.hero-figure { aspect-ratio: 4/5.35; min-height: 480px; border-color: rgba(240,228,205,.22); background: #111; box-shadow: var(--shadow-dark); transform: rotate(.7deg); }
.hero-figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.64)); pointer-events: none; z-index: 1; }
.hero-figure img { filter: grayscale(.62) contrast(1.1); }

.angles {
  padding: clamp(92px, 10vw, 150px) 0 clamp(104px, 12vw, 178px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(185,150,95,.2), transparent 22vw),
    linear-gradient(115deg, rgba(23,18,15,.055) 0 34%, transparent 34.2%),
    linear-gradient(180deg, #EEE1C8, #DBC9AF);
}
.angles::before {
  content: 'PROGRAMME';
  position: absolute;
  right: -1.8vw;
  top: 8%;
  font-family: var(--serif);
  font-size: clamp(76px, 13vw, 188px);
  line-height: .8;
  letter-spacing: -.035em;
  color: rgba(23,18,15,.045);
  pointer-events: none;
}
.angles::after {
  content: '';
  position: absolute;
  left: clamp(24px, 6vw, 90px);
  right: clamp(24px, 6vw, 90px);
  bottom: 13%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23,18,15,.28), transparent);
  pointer-events: none;
}
.angles .wrap { position: relative; display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.42fr); gap: clamp(34px, 6vw, 86px); align-items: start; }
.angles .wrap::before {
  content: '';
  position: absolute;
  left: -4%;
  top: 33%;
  width: min(260px, 26vw);
  aspect-ratio: 3/4;
  border: 1px solid rgba(23,18,15,.12);
  background:
    linear-gradient(180deg, rgba(240,228,205,.1), rgba(23,18,15,.08)),
    url('images/photo-portrait-02.jpg') center/cover;
  filter: grayscale(1) sepia(.12) contrast(1.04);
  opacity: .18;
  transform: rotate(-3deg);
  pointer-events: none;
  box-shadow: 0 26px 70px rgba(23,18,15,.12);
}
.angles .kicker, .angles h2, .angles-note { grid-column: 1; }
.angles h2 { max-width: 440px; }
.angles-note {
  margin-top: 24px;
  max-width: 390px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.8;
  padding-left: 22px;
  border-left: 1px solid var(--gold);
}
.angle-grid {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 112px;
  gap: 14px;
  perspective: 1200px;
}
.angle-grid a {
  position: relative;
  min-height: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(23,18,15,.16);
  background:
    linear-gradient(135deg, rgba(240,228,205,.76), rgba(240,228,205,.36)),
    linear-gradient(90deg, transparent calc(100% - 28px), rgba(185,150,95,.18) calc(100% - 28px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(23,18,15,.08);
  transition: transform .34s ease, background .34s ease, border-color .34s ease, box-shadow .34s ease, color .34s ease;
}
.angle-grid a::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(23,18,15,.07);
  pointer-events: none;
}
.angle-grid a::after {
  content: 'ENTRÉE';
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .24em;
  color: rgba(23,18,15,.24);
  writing-mode: vertical-rl;
}
.angle-grid a:nth-child(1) { grid-column: span 3; grid-row: span 2; background: linear-gradient(135deg, rgba(23,18,15,.96), rgba(39,30,24,.92)); color: var(--paper); transform: translateY(10px); }
.angle-grid a:nth-child(1)::before { border-color: rgba(240,228,205,.18); }
.angle-grid a:nth-child(1)::after { color: rgba(240,228,205,.24); }
.angle-grid a:nth-child(2) { grid-column: span 3; grid-row: span 1; }
.angle-grid a:nth-child(3) { grid-column: span 2; grid-row: span 2; transform: translateY(-8px); }
.angle-grid a:nth-child(4) { grid-column: span 2; grid-row: span 1; }
.angle-grid a:nth-child(5) { grid-column: span 2; grid-row: span 1; background: linear-gradient(135deg, rgba(231,215,189,.82), rgba(240,228,205,.52)); }
.angle-grid a:nth-child(6) { grid-column: span 3; grid-row: span 2; background: linear-gradient(135deg, rgba(23,18,15,.88), rgba(74,57,42,.78)), url('images/photo-stage-02.jpg') center/cover; color: var(--paper); }
.angle-grid a:nth-child(6)::before { border-color: rgba(240,228,205,.18); }
.angle-grid a:nth-child(6)::after { color: rgba(240,228,205,.25); }
.angle-grid a:nth-child(7) { grid-column: span 3; grid-row: span 1; }
.angle-grid a:nth-child(8) { grid-column: span 2; grid-row: span 1; }
.angle-grid a:nth-child(9) { grid-column: span 4; grid-row: span 1; background: linear-gradient(135deg, rgba(220,198,164,.72), rgba(240,228,205,.48)); }
.angle-grid a:hover {
  background-color: rgba(185,150,95,.14);
  border-color: rgba(185,150,95,.55);
  transform: translateY(-6px) rotateX(1deg);
  box-shadow: 0 30px 70px rgba(23,18,15,.18);
}
.angle-grid a:nth-child(1):hover, .angle-grid a:nth-child(6):hover { transform: translateY(-4px) rotateX(1deg); }
.angle-grid span, .num { color: var(--gold); font-family: var(--serif); font-size: 34px; font-style: italic; line-height: .9; }
.angle-grid a:nth-child(1) span, .angle-grid a:nth-child(6) span { color: var(--gold-2); }
.angle-grid strong { max-width: 88%; font-weight: 400; font-size: clamp(20px, 2vw, 34px); line-height: 1.02; letter-spacing: -.01em; }

.split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: clamp(34px, 7vw, 92px); align-items: start; }
.about-intro-grid { align-items: center; }
.about-portrait { aspect-ratio: 4/5; transform: rotate(-1.2deg); }
.quote-photo-grid { margin-top: 60px; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(24px,4vw,54px); align-items: stretch; }
.lyrical-stage { min-height: 360px; }
.text-card, .card {
  border: 1px solid var(--line);
  background: rgba(240,228,205,.42);
  transition: background .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}
.card:hover, .text-card:hover { background: rgba(240,228,205,.72); border-color: rgba(185,150,95,.38); transform: translateY(-3px); box-shadow: 0 24px 52px rgba(23,18,15,.10); }
.large-quote { padding: clamp(34px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.large-quote p { font-family: var(--serif); font-size: clamp(36px, 5.4vw, 82px); line-height: 1.04; letter-spacing: -.025em; }
.large-quote span { display: block; margin-top: 30px; color: var(--gold); font-family: var(--sans); letter-spacing: .14em; }
.card-grid { display: grid; gap: 18px; margin-top: 46px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { padding: clamp(24px, 3vw, 36px); min-height: 188px; }
.card h3 { margin-bottom: 18px; }
.card p, .card dd, .card li { color: var(--ink-soft); }
.figures-panel { margin-top: 62px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; display: grid; grid-template-columns: 240px 1fr; gap: 34px; }
.figures-head h3 { font-size: 34px; }
.figures-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(23,18,15,.1); border: 1px solid rgba(23,18,15,.1); }
.figures-grid article { background: rgba(240,228,205,.74); padding: 22px; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; }
.figures-grid strong { font-family: var(--serif); font-size: clamp(36px, 4vw, 64px); color: var(--gold); line-height: .9; font-weight: 300; }
.figures-grid span { font-family: var(--sans); font-size: 12px; color: var(--ink-soft); letter-spacing: .08em; }

#spectacles, #gallery, #contact {
  color: var(--paper);
  color: var(--paper);
  background:
    radial-gradient(circle at 14% 12%, rgba(185,150,95,.16), transparent 28vw),
    radial-gradient(circle at 88% 78%, rgba(240,228,205,.08), transparent 32vw),
    linear-gradient(180deg, #0c0b0a, #17110e 56%, #0c0b0a);
  border-top-color: rgba(240,228,205,.12);
}
#spectacles .section-head p:not(.kicker), #gallery .section-head p:not(.kicker), #contact .section-head p:not(.kicker), #spectacles .card p, #gallery .card p, #contact .card p { color: rgba(240,228,205,.9); }
#spectacles h2, #gallery h2, #contact h2 { color: var(--paper); }
#spectacles .card h3, #gallery .card h3, #contact .card h3 { color: var(--paper); }
.repertoire-card h3 { color: var(--paper); }
.repertoire-card p { color: rgba(240,228,205,.85); }
#spectacles .card, #gallery .card, #contact .card { background: rgba(240,228,205,.055); border-color: var(--line-dark); }
#spectacles .card:hover, #gallery .card:hover, #contact .card:hover { background: rgba(240,228,205,.09); border-color: rgba(215,191,139,.42); box-shadow: var(--shadow-dark); }
#spectacles .photo-frame, #gallery .photo-frame { border-color: rgba(240,228,205,.18); background: #0b0a09; box-shadow: var(--shadow-dark); }
.stage-mosaic { margin-top: 56px; display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: minmax(230px, 29vw); gap: 18px; }
.stage-mosaic figure:first-child { grid-row: span 2; }
.stage-mosaic figure:nth-child(4) { grid-column: span 2; }
.show-card { padding: 16px 16px 30px; }
.show-photo { aspect-ratio: 4/3; margin-bottom: 24px; box-shadow: none; }
.repertoire-panel { margin-top: 36px; }
.repertoire-card { border: 1px solid var(--line-dark); padding: clamp(28px, 4vw, 48px); background: linear-gradient(135deg, rgba(240,228,205,.08), rgba(185,150,95,.06)); }
.repertoire-card h3 { margin-bottom: 15px; }
.repertoire-card p { color: var(--muted-dark); font-size: clamp(17px,1.4vw,22px); }

.paper-deep {
  background:
    radial-gradient(circle at 80% 18%, rgba(185,150,95,.16), transparent 25vw),
    linear-gradient(180deg, var(--paper-deep), #DBC9AF);
  border-block: 1px solid rgba(23,18,15,.11);
}
.paper-deep .card { background: rgba(240,228,205,.38); }
.paper-deep .card:hover { background: rgba(240,228,205,.72); }
.teaching-keys, .partners-panel { margin-top: 66px; }

.book-cover-card { aspect-ratio: 3/4; max-width: 360px; justify-self: end; }
.publication-feature { margin-top: 58px; display: grid; grid-template-columns: minmax(240px, 360px) 1fr; gap: clamp(24px,5vw,62px); align-items: center; }
.publication-cover { aspect-ratio: 3/4; }
.book-feature { min-height: 0; }
.book-meta { margin: 28px 0 0; display: grid; gap: 12px; }
.book-meta div { display: grid; grid-template-columns: 78px 1fr; gap: 18px; padding-top: 12px; border-top: 1px solid var(--line); }
.book-meta dt { font-family: var(--sans); color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.book-meta dd { margin: 0; }
.room225-feature { margin-top: 76px; padding-top: 52px; border-top: 1px solid var(--line); }
.room225-grid { display: grid; grid-template-columns: minmax(240px, 390px) 1fr; gap: clamp(26px,5vw,64px); align-items: start; margin-top: 34px; }
.room225-poster { aspect-ratio: 3/4; }
.room225-copy { padding: clamp(28px,4vw,54px); }
.room225-copy h4 { margin-bottom: 22px; }
.room225-stage-inline { margin-top: 28px; aspect-ratio: 16/9; }
.room225-banner { margin-top: 28px; aspect-ratio: 16/7; }
.work-names { margin-top: 68px; border: 1px solid var(--line); padding: clamp(28px,4vw,52px); background: rgba(240,228,205,.35); }
.work-names ul { margin: 24px 0 0; padding-left: 1.25em; color: var(--ink-soft); }
.work-names li + li { margin-top: 10px; }

.gallery-tabs { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.tab { border: 1px solid var(--line-dark); color: rgba(240,228,205,.72); background: transparent; padding: 10px 16px; cursor: pointer; font-family: var(--sans); font-size: 12px; letter-spacing: .16em; transition: background .24s ease, border-color .24s ease; }
.tab.active, .tab:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.gallery-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 18px; }
.gallery-item { min-height: 220px; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-row: span 2; }
.gallery-item:nth-child(3), .gallery-item:nth-child(8) { grid-column: span 2; }
.gallery-item.is-hidden { display: none; }

.testimonial-grid .card { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-grid .card p { font-size: clamp(17px,1.35vw,22px); color: var(--ink); }
.testimonial-grid .card span { margin-top: 24px; color: var(--gold); font-family: var(--sans); font-size: 12px; letter-spacing: .12em; }

.jacky-layout { margin-top: 54px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(32px, 6vw, 76px); align-items: start; }
.timeline { position: relative; display: grid; gap: 24px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 10px; bottom: 10px; width: 1px; background: linear-gradient(var(--gold), rgba(185,150,95,.12)); }
.timeline-item { position: relative; padding-left: 34px; }
.timeline-item .dot { position: absolute; left: 2px; top: 9px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(185,150,95,.12); }
.timeline-item time { color: var(--gold); font-family: var(--sans); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.timeline-item h3 { margin: 8px 0 10px; }
.timeline-item p { color: var(--ink-soft); }
.memory-photo { aspect-ratio: 4/3; margin: 0 0 18px; }
.reflection-grid { display: grid; gap: 18px; }
.signature { margin-top: 16px; color: var(--gold); font-family: var(--sans); letter-spacing: .08em; }

.dreams { background: linear-gradient(135deg, #EFE4CE, #E0D3B5); }
.dreams .section-head { max-width: 920px; padding: clamp(36px,6vw,76px); border: 1px solid var(--line); background: rgba(240,228,205,.36); box-shadow: var(--shadow); }

.archives {
  background:
    linear-gradient(rgba(23,18,15,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,18,15,.035) 1px, transparent 1px),
    linear-gradient(180deg, #DAC9AB, #CAB896);
  background-size: 100% 31px, 31px 100%, auto;
}
.archives-head { max-width: 980px; }
.archive-list { margin-top: 54px; display: grid; gap: 22px; }
.archive-card { position: relative; display: grid; grid-template-columns: 150px 105px 1px 1fr; gap: 26px; align-items: center; padding: clamp(22px,3vw,34px); border: 1px solid rgba(23,18,15,.18); background: rgba(240,228,205,.32); box-shadow: 0 18px 40px rgba(23,18,15,.08); }
.archive-figure { margin: 0; aspect-ratio: 1; border: 1px solid rgba(23,18,15,.15); background: rgba(240,228,205,.32); display: grid; place-items: center; padding: 12px; }
.archive-card time { font-family: var(--serif); font-size: clamp(42px,5vw,72px); color: rgba(23,18,15,.78); line-height: .9; }
.archive-line { width: 1px; min-height: 150px; background: rgba(185,150,95,.62); }
.archive-subject { color: var(--gold); font-family: var(--sans); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.archive-card h3 { margin: 10px 0 14px; }
.archive-card dl { margin: 18px 0 0; display: grid; gap: 8px; }
.archive-card dl div { display: flex; gap: 12px; }
.archive-card dt { color: var(--gold); font-family: var(--sans); font-size: 12px; letter-spacing: .12em; }
.archive-card dd { margin: 0; color: var(--ink-soft); }
.archive-note { margin-top: 34px; padding: clamp(24px,3vw,38px); border: 1px solid rgba(23,18,15,.16); background: rgba(240,228,205,.36); }
.archive-note p + p { margin-top: 14px; }
.archive-link { display: inline-block; margin-top: 20px; color: var(--ink); border-bottom: 1px solid var(--gold); font-family: var(--sans); letter-spacing: .08em; }

.collaboration-cards .card { min-height: 180px; }
.invitation-head { max-width: 980px; }
.contact-box { margin-top: 38px; padding: clamp(30px,5vw,62px); border: 1px solid var(--line-dark); background: linear-gradient(135deg, rgba(240,228,205,.11), rgba(185,150,95,.07)); box-shadow: var(--shadow-dark); position: relative; overflow: hidden; }
.contact-box::after { content: ''; position: absolute; right: clamp(26px,5vw,70px); top: clamp(26px,5vw,70px); width: 112px; height: 112px; border: 1px solid rgba(215,191,139,.34); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(215,191,139,.035); opacity: .72; pointer-events: none; }
.contact-box::before { content: 'INVITATION'; display: block;  margin-bottom: 24px;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .44em;
}
.contact-box dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-box dl div { padding: 22px; border: 1px solid var(--line-dark); background: rgba(240,228,205,.045); }
.contact-box dt { color: var(--gold-2); font-family: var(--sans); font-size: 12px; letter-spacing: .16em; margin-bottom: 8px; }
.contact-box dd { margin: 0; color: var(--paper); font-size: clamp(17px,1.3vw,22px); }
.contact-box p { margin-top: 24px; color: rgba(240,228,205,.9); }

.source-note { position: relative; z-index: 1; margin-top: 38px; margin-bottom: 38px; color: var(--muted); font-size: 13px; }
.site-footer { position: relative; z-index: 1; padding: 42px 22px; text-align: center; background: var(--charcoal); color: rgba(240,228,205,.72); font-size: 13px; border-top: 1px solid rgba(240,228,205,.14); }
.site-footer p + p { margin-top: 8px; }
.footer-sources { max-width: 920px; margin-left: auto; margin-right: auto; color: rgba(240,228,205,.48); }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-copy > *, .hero-figure { animation: riseIn .9s ease both; }
.hero-copy > *:nth-child(2) { animation-delay: .05s; }
.hero-copy > *:nth-child(3) { animation-delay: .1s; }
.hero-copy > *:nth-child(4) { animation-delay: .16s; }
.hero-copy > *:nth-child(5) { animation-delay: .22s; }
.hero-copy > *:nth-child(6) { animation-delay: .28s; }
.hero-figure { animation-delay: .18s; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .site-nav { grid-template-columns: auto auto; justify-content: space-between; }
  .brand { min-width: 0; }
  .figures-panel { grid-template-columns: 1fr; }
  .figures-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .site-nav { height: 70px; padding: 0 18px; }
  .mobile-menu { inset: 70px 0 0; }
  .brand strong { font-size: 19px; }
  .brand em { font-size: 10px; letter-spacing: .12em; }
  .brand-mark { width: 38px; height: 38px; }
  .section { padding: 78px 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 84px 22px 66px; }
  color: var(--paper);
  .hero::after { display: none; }
  h1 { font-size: clamp(58px, 18vw, 96px); }
  h2 { font-size: clamp(38px, 12vw, 64px); }
  .hero-figure { min-height: 0; width: min(420px, 100%); justify-self: center; transform: rotate(0); }
  .angles .wrap { display: block; }
  .angles .wrap::before { display: none; }
  .angle-grid, .card-grid.three, .card-grid.four, .card-grid.two, .split-grid, .quote-photo-grid, .publication-feature, .room225-grid, .jacky-layout { grid-template-columns: 1fr; }
  .angle-grid { margin-top: 36px; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .angle-grid a, .angle-grid a:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 132px; transform: none; }
  .angle-grid a strong { font-size: clamp(24px, 8vw, 38px); }
  .book-cover-card { justify-self: start; max-width: 330px; }
  .stage-mosaic, .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .stage-mosaic figure:first-child, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-row: span 1; }
  .stage-mosaic figure:nth-child(4), .gallery-item:nth-child(3), .gallery-item:nth-child(8) { grid-column: span 1; }
  .archive-card { grid-template-columns: 1fr; gap: 16px; }
  .archive-line { width: 100%; min-height: 1px; height: 1px; }
  .contact-box dl { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .nav-actions { gap: 8px; }
  .lang-btn { min-width: 36px; padding: 7px 8px; }
  .hero-sub { letter-spacing: .14em; }
  .hero-links a { width: 100%; text-align: center; }
  .angle-grid, .stage-mosaic, .gallery-grid, .figures-grid { grid-template-columns: 1fr; }
  .angle-grid { grid-auto-rows: auto; gap: 12px; }
  .angle-grid a, .angle-grid a:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 126px; }
  .large-quote { padding: 30px 24px; }
  .card { padding: 24px; }
  .photo-frame figcaption { font-size: 9px; left: 12px; right: 12px; bottom: 10px; }
  .archive-card time { font-size: 54px; }
}

/* 2026-06-15: gallery title refinement */
#gallery-title {
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: .015em;
}
#gallery .section-head {
  max-width: 920px;
}
.china-partners {
  margin-top: 64px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  #gallery-title { font-size: clamp(38px, 11vw, 58px); }
}

/* 2026-06-15: ateliers luxury stage redesign */
.atelier-stage {
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 20%, rgba(215,191,139,.18), transparent 24vw),
    radial-gradient(circle at 16% 78%, rgba(240,228,205,.08), transparent 28vw),
    linear-gradient(115deg, #0c0b0a 0 46%, #17110e 46.2% 70%, #e8dac5 70.2% 100%);
  border-block: 1px solid rgba(240,228,205,.13);
  overflow: hidden;
}
.atelier-stage::before {
  content: 'MASTERCLASS';
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  top: 7%;
  font-family: var(--serif);
  font-size: clamp(70px, 12vw, 176px);
  line-height: .8;
  letter-spacing: -.045em;
  color: rgba(240,228,205,.045);
  pointer-events: none;
}
.atelier-stage::after {
  content: '';
  position: absolute;
  left: clamp(22px, 6vw, 92px);
  right: clamp(22px, 6vw, 92px);
  top: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,191,139,.52), transparent);
  pointer-events: none;
}
.atelier-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}
.atelier-copy { max-width: 760px; }
.atelier-copy h2 {
  color: #3d3229;
  text-shadow: none;
  font-size: clamp(52px, 7.2vw, 112px);
  color: var(--paper);
}
.atelier-copy p:not(.kicker) {
  color: #5c4d3c;
  /* color: rgba(240,228,205,.72); */
  max-width: 640px;
  padding-left: 24px;
  border-left: 1px solid rgba(215,191,139,.58);
}
.atelier-photo {
  aspect-ratio: 4/5;
  min-height: 460px;
  border-color: rgba(240,228,205,.22);
  box-shadow: var(--shadow-dark);
  transform: rotate(1.1deg);
}
.atelier-photo img { filter: grayscale(.52) sepia(.12) contrast(1.08); }
.atelier-grid {
  margin-top: clamp(58px, 7vw, 94px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(240,228,205,.16);
  border: 1px solid rgba(240,228,205,.16);
  box-shadow: var(--shadow-dark);
}
.atelier-card {
  position: relative;
  min-height: 290px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(240,228,205,.105), rgba(240,228,205,.045)),
    rgba(13,12,11,.52);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .28s ease, background .28s ease;
}
.atelier-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(240,228,205,.10);
  pointer-events: none;
}
.atelier-card::after {
  content: 'ATELIER';
  position: absolute;
  right: 16px;
  top: 18px;
  writing-mode: vertical-rl;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .3em;
  color: rgba(240,228,205,.24);
}
.atelier-card:nth-child(even) { transform: translateY(26px); }
.atelier-card:hover { transform: translateY(-6px); background: rgba(240,228,205,.14); }
.atelier-card:nth-child(even):hover { transform: translateY(12px); }
.atelier-card .num { color: var(--gold-2); font-size: clamp(44px, 5vw, 72px); }
.atelier-card h3 { margin: 20px 0 16px; color: #3d3229; font-size: clamp(28px, 2.8vw, 46px); }
.atelier-card p { color: #5c4d3c; line-height: 1.78; }

.key-stage {
  margin-top: clamp(96px, 12vw, 150px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  padding-top: clamp(34px, 5vw, 64px);
  border-top: 1px solid rgba(240,228,205,.15);
}
.keys-copy h3 {
  color: var(--paper);
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: .92;
}
.keys-copy p:not(.kicker) { color: rgba(240,228,205,.68); }
.key-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.key-orbit::before {
  content: '';
  position: absolute;
  left: 8%; right: 8%; top: 34%;
  height: 1px;
  background: linear-gradient(90deg, rgba(215,191,139,.0), rgba(215,191,139,.62), rgba(215,191,139,.0));
  pointer-events: none;
}
.key-card {
  position: relative;
  min-height: 340px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(240,228,205,.16);
  background: linear-gradient(145deg, rgba(240,228,205,.10), rgba(240,228,205,.045));
  box-shadow: var(--shadow-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.key-card:nth-child(2) { transform: translateY(-34px); background: linear-gradient(145deg, rgba(215,191,139,.16), rgba(240,228,205,.055)); }
.key-card::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(215,191,139,.42);
  border-radius: 50%;
  right: 22px;
  top: 22px;
  box-shadow: inset 0 0 0 13px rgba(215,191,139,.035);
}
.key-card .num { color: var(--gold-2); font-size: clamp(38px, 4vw, 60px); }
.key-card h3 { color: var(--paper); font-size: clamp(30px, 3vw, 50px); }
.key-card p { color: rgba(240,228,205,.9); }

@media (max-width: 1020px) {
  .atelier-stage { background: linear-gradient(180deg, #0c0b0a 0 72%, #17110e 100%); }
  .atelier-hero, .key-stage { grid-template-columns: 1fr; }
  .atelier-photo { width: min(460px, 100%); min-height: 0; justify-self: start; transform: none; }
  .atelier-grid { grid-template-columns: repeat(2, 1fr); }
  .atelier-card:nth-child(even), .atelier-card:nth-child(even):hover { transform: none; }
  .key-orbit { grid-template-columns: 1fr; }
  .key-card, .key-card:nth-child(2) { transform: none; min-height: 250px; }
}

@media (max-width: 620px) {
  .atelier-copy h2 {
  color: #3d3229;
  text-shadow: none; font-size: clamp(46px, 17vw, 78px); }
  .atelier-copy p:not(.kicker) {
  color: #5c4d3c; padding-left: 18px; }
  .atelier-grid { grid-template-columns: 1fr; }
  .atelier-card { min-height: 220px; }
  .key-stage { margin-top: 72px; }
}

/* 2026-06-15: ateliers rhythm refinement */
.atelier-grid {
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
  gap: 1px;
}
.atelier-card { min-height: 330px; }
.atelier-card:nth-child(1) { grid-column: span 3; }
.atelier-card:nth-child(2) { grid-column: span 3; }
.atelier-card:nth-child(3) { grid-column: span 6; }
.atelier-card:nth-child(4) {
  grid-column: span 12;
  min-height: 230px;
  display: grid;
  grid-template-columns: 170px minmax(220px, .46fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: end;
  background:
    linear-gradient(90deg, rgba(215,191,139,.16), rgba(240,228,205,.055)),
    rgba(13,12,11,.52);
}
.atelier-card:nth-child(4) .num,
.atelier-card:nth-child(4) h3,
.atelier-card:nth-child(4) p { position: relative; z-index: 2; }
.atelier-card:nth-child(4) p { max-width: 760px; }
.atelier-card p {
  font-size: clamp(14px, .98vw, 16px);
  line-height: 1.72;
}
.atelier-card h3 { margin-top: 16px; }
.atelier-card:nth-child(3) p { max-width: 720px; }

@media (max-width: 1020px) {
  .atelier-grid { grid-template-columns: repeat(2, 1fr); }
  .atelier-card:nth-child(n) { grid-column: auto; }
  .atelier-card:nth-child(4) { grid-column: span 2; grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
  .atelier-grid { grid-template-columns: 1fr; }
  .atelier-card:nth-child(4) { grid-column: auto; }
}

/* 2026-06-15: mobile typography refinement
   Reduce oversized title scale and loosen line-height for premium mobile reading. */
@media (max-width: 900px) {
  h1 {
    font-size: clamp(42px, 11.2vw, 58px);
    line-height: 1.08;
    letter-spacing: .015em;
  }
  h2 {
    font-size: clamp(32px, 8.8vw, 46px);
    line-height: 1.08;
    letter-spacing: .005em;
  }
  h3 {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.12;
  }
  .hero-name-fr {
    font-size: clamp(24px, 7vw, 36px);
    line-height: 1.08;
    margin-top: 12px;
  }
  .hero-sub {
    margin-top: 18px;
    line-height: 1.7;
  }
  .hero blockquote {
    font-size: clamp(20px, 6.2vw, 30px);
    line-height: 1.28;
  }
  .large-quote p,
  .angle-grid strong,
  .atelier-copy h2,
  .keys-copy h3,
  #gallery-title {
    line-height: 1.08;
  }
  .large-quote p {
    font-size: clamp(30px, 8.6vw, 46px);
  }
  .atelier-copy h2 {
  color: #3d3229;
  text-shadow: none;
    font-size: clamp(36px, 10vw, 52px);
  }
  .keys-copy h3 {
    font-size: clamp(32px, 9vw, 46px);
  }
  #gallery-title {
    font-size: clamp(32px, 8.8vw, 44px);
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(40px, 10.8vw, 50px);
    line-height: 1.12;
    letter-spacing: .02em;
  }
  h2 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.12;
  }
  .hero-name-fr {
    font-size: clamp(23px, 6.7vw, 31px);
    line-height: 1.12;
  }
  .hero-sub {
    letter-spacing: .1em;
  }
  .hero blockquote {
    font-size: clamp(19px, 5.7vw, 26px);
    line-height: 1.32;
  }
  .atelier-card h3,
  .key-card h3 {
    font-size: clamp(26px, 7.4vw, 34px);
    line-height: 1.12;
  }
  .angle-grid strong {
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1.12;
  }
}

/* 2026-06-15: remove duplicated book cover in publication detail */
.publication-feature-textonly {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
}
.publication-feature-textonly .publication-info {
  padding: clamp(28px, 4vw, 54px);
}
.publication-feature-textonly .book-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .publication-feature-textonly .book-meta { grid-template-columns: 1fr; }
}

/* 2026-06-15: angles section typography refinement
   Make the navigation gallery feel like an elegant exhibition guide, not oversized poster text. */
@media (min-width: 901px) {
  .angles h2 {
    max-width: 520px;
    font-size: clamp(42px, 4.15vw, 64px);
    line-height: 1.02;
    letter-spacing: -.012em;
  }
  .angles-note {
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.8;
    max-width: 440px;
  }
  .angle-grid span {
    font-size: clamp(22px, 1.8vw, 30px);
  }
  .angle-grid strong {
    max-width: 92%;
    font-size: clamp(18px, 1.48vw, 26px);
    line-height: 1.18;
    letter-spacing: .015em;
  }
  .angle-grid a:nth-child(1) strong,
  .angle-grid a:nth-child(6) strong,
  .angle-grid a:nth-child(9) strong {
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.16;
  }
}

@media (max-width: 900px) {
  .angles h2 {
    font-size: clamp(32px, 8.4vw, 44px);
    line-height: 1.14;
    letter-spacing: .005em;
  }
  .angle-grid a strong {
    font-size: clamp(21px, 6.2vw, 30px);
    line-height: 1.18;
    letter-spacing: .01em;
  }
  .angle-grid span {
    font-size: clamp(22px, 6vw, 30px);
  }
}

@media (max-width: 560px) {
  .angles h2 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.16;
  }
  .angle-grid a strong {
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.2;
  }
}

/* 2026-06-15: angles typography second pass - quieter desktop editorial scale */
@media (min-width: 901px) {
  .angles h2 {
    font-size: clamp(36px, 3.2vw, 48px);
    line-height: 1.12;
    letter-spacing: .005em;
  }
  .angle-grid strong {
    font-size: clamp(16px, 1.18vw, 22px);
    line-height: 1.24;
    letter-spacing: .035em;
  }
  .angle-grid a:nth-child(1) strong,
  .angle-grid a:nth-child(6) strong,
  .angle-grid a:nth-child(9) strong {
    font-size: clamp(18px, 1.32vw, 24px);
    line-height: 1.22;
  }
  .angle-grid span {
    font-size: clamp(20px, 1.55vw, 26px);
  }
}

/* 2026-06-15: global desktop section-title restraint */
@media (min-width: 901px) {
  body:not(.no-title-restraint) h2 {
    font-size: clamp(36px, 4.25vw, 68px);
    line-height: 1.02;
  }
  .hero h1 { font-size: clamp(64px, 9.4vw, 154px); }
  .angles h2 { font-size: clamp(36px, 3.2vw, 48px); }
  #gallery-title { font-size: clamp(38px, 4.2vw, 60px); }
}

/* 2026-06-15: final title restraint priority fix */
@media (min-width: 901px) {
  body h2 {
    font-size: clamp(34px, 3.65vw, 54px);
    line-height: 1.08;
  }
  body #angles-title,
  body .angles h2 {
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.16;
    letter-spacing: .01em;
  }
  body #gallery-title {
    font-size: clamp(36px, 3.8vw, 56px);
    line-height: 1.08;
  }
  body .atelier-copy h2,
  body .keys-copy h3 {
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1.04;
  }
}

/* 2026-06-15: high-priority global h2 restraint */
@media (min-width: 901px) {
  body:not(.no-title-restraint) h2 {
    font-size: clamp(34px, 3.65vw, 54px) !important;
    line-height: 1.1 !important;
    letter-spacing: .002em;
  }
  body:not(.no-title-restraint) #angles-title,
  body:not(.no-title-restraint) .angles h2 {
    font-size: clamp(34px, 3.2vw, 46px) !important;
    line-height: 1.16 !important;
  }
  body:not(.no-title-restraint) #gallery-title {
    font-size: clamp(36px, 3.8vw, 54px) !important;
    line-height: 1.1 !important;
  }
  body:not(.no-title-restraint) .atelier-copy h2 {
  color: #3d3229;
  text-shadow: none;
    font-size: clamp(38px, 4vw, 58px) !important;
    line-height: 1.06 !important;
  }
}

/* 2026-06-15: Jacky & Bizot timeline real photos */
.memory-photo img {
  object-position: center center;
}
.photo-timeline .memory-photo {
  background: #17110e;
}
.photo-timeline .memory-photo figcaption {
  letter-spacing: .06em;
}

/* 2026-06-15: timeline portrait-friendly photo ratio */
.photo-timeline .memory-photo {
  aspect-ratio: 3 / 4;
}
.photo-timeline .memory-photo img {
  object-fit: cover;
}
.photo-timeline .timeline-item:nth-child(3) .memory-photo img {
  object-fit: contain;
}

/* 2026-06-15: gallery alignment correction */
#gallery .section-head {
  max-width: none;
}
#gallery .section-head > * {
  max-width: 920px;
}

/* 2026-06-15: typography salon refinement
   Direction: French exhibition catalogue + Chinese bookish archive. */
:root {
  --display-serif: 'Cormorant Garamond', 'EB Garamond', 'Noto Serif SC', 'Songti SC', 'STSong', serif;
  --text-serif: 'Noto Serif SC', 'Songti SC', 'STSong', 'SimSun', serif;
  --latin-serif: 'EB Garamond', 'Cormorant Garamond', Georgia, serif;
  --caption-sans: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --serif: var(--display-serif);
  --body-serif: var(--text-serif);
  --sans: var(--caption-sans);
}

body {
  font-family: var(--text-serif);
  font-weight: 400;
  letter-spacing: .012em;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

html[lang="fr"] body {
  font-family: var(--latin-serif);
  letter-spacing: .004em;
}

h1, h2, h3, h4,
.brand strong,
.hero-name-fr,
.large-quote p,
.angle-grid span,
.num,
.archive-card time {
  font-family: var(--display-serif);
  font-weight: 300;
  font-kerning: normal;
  font-variant-ligatures: discretionary-ligatures common-ligatures;
}

html[lang="fr"] h1,
html[lang="fr"] h2,
html[lang="fr"] h3,
html[lang="fr"] h4,
html[lang="fr"] .brand strong,
html[lang="fr"] .large-quote p,
html[lang="fr"] .archive-card time {
  font-family: var(--latin-serif);
  font-weight: 400;
  letter-spacing: -.018em;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4 {
  letter-spacing: .015em;
}

html[lang="zh-CN"] .hero h1,
html[lang="zh-CN"] #gallery-title,
html[lang="zh-CN"] #jacky-title,
html[lang="zh-CN"] #archives-title {
  letter-spacing: .025em;
}

.hero blockquote,
.large-quote p,
.jacky-note p,
.testimonial-grid .card p,
.source-note {
  font-family: var(--text-serif);
}

html[lang="fr"] .hero blockquote,
html[lang="fr"] .large-quote p,
html[lang="fr"] .jacky-note p,
html[lang="fr"] .testimonial-grid .card p,
html[lang="fr"] .source-note {
  font-family: var(--latin-serif);
  letter-spacing: .002em;
}

.kicker,
.desktop-nav,
.lang-btn,
.hero-sub,
.hero-links a,
.photo-credit,
.photo-frame figcaption,
.book-meta dt,
.tab,
.timeline-item time,
.signature,
.archive-subject,
.archive-card dt,
.archive-link,
.contact-box dt,
.site-footer,
.mobile-menu em {
  font-family: var(--caption-sans);
}

.kicker,
.hero-sub,
.archive-subject,
.archive-card dt,
.contact-box dt {
  letter-spacing: .24em;
}

.photo-frame figcaption,
.photo-credit {
  letter-spacing: .08em;
}

p, li, dd,
.about-copy,
.repertoire-card p,
.atelier-card p,
.workshop-copy p,
.china-card p,
.archive-card p {
  text-wrap: pretty;
}

html[lang="fr"] p,
html[lang="fr"] li,
html[lang="fr"] dd {
  line-height: 1.68;
}

html[lang="zh-CN"] p,
html[lang="zh-CN"] li,
html[lang="zh-CN"] dd {
  line-height: 1.82;
}

@media (max-width: 760px) {
  html[lang="zh-CN"] h1,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] h3,
  html[lang="zh-CN"] h4 {
    letter-spacing: .01em;
  }
  html[lang="fr"] h1,
  html[lang="fr"] h2,
  html[lang="fr"] h3,
  html[lang="fr"] h4 {
    letter-spacing: -.012em;
  }
  body {
    letter-spacing: .006em;
  }
}

/* 2026-06-15: teaching keys contrast correction
   The section sits on a split dark/warm background; force a readable exhibition-label palette. */
.key-stage {
  position: relative;
  color: var(--paper);
}

.key-stage .keys-copy,
.key-stage .keys-copy h3,
.key-stage .keys-copy p,
.key-stage .keys-copy .kicker {
  position: relative;
  z-index: 2;
}

.key-stage .keys-copy .kicker {
  color: var(--gold-2);
  text-shadow: 0 1px 18px rgba(0,0,0,.34);
}

.key-stage .keys-copy h3 {
  color: #fff8ea;
  text-shadow: 0 2px 30px rgba(0,0,0,.48);
}

.key-stage .keys-copy p:not(.kicker) {
  color: rgba(255,248,234,.84);
  text-shadow: 0 1px 18px rgba(0,0,0,.38);
}

.key-card {
  background:
    linear-gradient(145deg, rgba(22,17,14,.92), rgba(12,11,10,.82)),
    radial-gradient(circle at 15% 0%, rgba(215,191,139,.12), transparent 44%);
  border-color: rgba(215,191,139,.28);
  box-shadow: 0 32px 88px rgba(0,0,0,.34);
}

.key-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(44,34,24,.94), rgba(16,13,11,.84)),
    radial-gradient(circle at 20% 0%, rgba(215,191,139,.2), transparent 48%);
}

.key-card .num {
  color: #e7cf98;
  text-shadow: 0 2px 22px rgba(0,0,0,.35);
}

.key-card h3 {
  color: #fff8ea;
  text-shadow: 0 2px 20px rgba(0,0,0,.34);
}

.key-card p {
  color: rgba(255,248,234,.82);
}

@media (max-width: 980px) {
  .key-stage {
    padding-top: 8px;
  }
  .key-stage .keys-copy h3,
  .key-stage .keys-copy p:not(.kicker) {
    text-shadow: 0 2px 22px rgba(0,0,0,.5);
  }
}

/* 2026-06-15: Jacky workshop notes module */
.workshop-notes {
  margin-top: clamp(54px, 7vw, 96px);
  padding-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(23,18,15,.12);
}
.notes-intro {
  max-width: 860px;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.notes-intro h3 {
  font-size: clamp(36px, 4.2vw, 66px);
  line-height: .95;
  letter-spacing: .01em;
  color: var(--ink);
}
.notes-intro p:not(.kicker) {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.86;
  max-width: 820px;
}
.notes-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.note-card {
  grid-column: span 6;
  position: relative;
  min-height: 250px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(240,228,205,.9), rgba(238,227,211,.72)),
    radial-gradient(circle at 90% 0%, rgba(185,150,95,.14), transparent 42%);
  border: 1px solid rgba(23,18,15,.12);
  box-shadow: 0 24px 70px rgba(23,18,15,.08);
}
.note-card-wide { grid-column: span 12; min-height: 210px; }
.note-card span {
  display: block;
  color: var(--gold);
  font-family: var(--display-serif);
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: .86;
  font-style: italic;
  margin-bottom: 18px;
}
.note-card h4 {
  color: var(--ink);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.12;
  margin-bottom: 16px;
}
.note-card p {
  color: rgba(23,18,15,.72);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.82;
}
@media (max-width: 860px) {
  .notes-grid { grid-template-columns: 1fr; }
  .note-card,
  .note-card-wide { grid-column: auto; min-height: 0; }
}

/* ============================================================
   升级补丁 v2 — 2026-07-12
   改动：移动端全面优化 + 暖米色氛围替代白底 + 照片滤镜去灰
   ============================================================ */

/* --- 全局修色：line-dark 也改为暖米色 --- */
:root {
  --paper: #EFE4CE;
  --paper-deep: #E0D6BB;
  --line: rgba(23, 18, 15, 0.12);
  --line-dark: rgba(240, 228, 205, 0.18);
  --muted-dark: rgba(240, 228, 205, 0.68);
}

/* --- 全局米白底，body 渐变底色更温暖 --- */
body {
  background:
    radial-gradient(circle at 15% 8%, rgba(185,150,95,.16), transparent 28vw),
    linear-gradient(180deg, #F5EDDA 0%, var(--paper) 38%, #E8DAC5 100%);
}

/* --- 移除 body::before 噪点层叠加白感，改得更轻更柔 --- */
body::before {
  opacity: .16;
}

/* --- hero 区块：暗色没问题，保留；照片滤镜降低灰度 --- */
.photo-frame img {
  filter: grayscale(.42) sepia(.08) contrast(1.04);
}
.hero-figure img {
  filter: grayscale(.62) contrast(1.06);
}

/* ============================================================
   移动端全面优化
   ============================================================ */

/* 768px 以上平板适配 */
@media (max-width: 768px) {

  /* 导航栏：高度收紧但触控区域扩大 */
  .site-nav {
    height: 64px;
    padding: 0 16px;
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand em {
    display: none; /* 移动端隐藏副标题，节省空间 */
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .nav-actions {
    gap: 8px;
  }

  /* 语言切换按钮更大 */
  .lang-switch {
    border-radius: 4px;
  }

  .lang-btn {
    min-width: 40px;
    padding: 8px 10px;
    font-size: 13px;
  }

  /* 汉堡菜单更大更易点 */
  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
  }

  /* 移动菜单 */
  .mobile-menu {
    inset: 64px 0 0;
  }

  .mobile-menu nav {
    padding: 16px 20px;
  }

  .mobile-menu a {
    font-size: clamp(26px, 8vw, 40px);
    padding: 11px 0;
  }

  /* Hero 区块 */
  .hero {
  color: var(--paper);
    padding: 72px 18px 54px;
    min-height: auto;
    gap: 38px;
  }

  .hero-copy {
    text-align: center;
    align-items: center;
  }

  .kicker {
    font-size: .7rem;
    letter-spacing: .28em;
  }

  h1 {
    font-size: clamp(48px, 16vw, 72px);
    line-height: .9;
    letter-spacing: -.01em;
  }

  .hero-name-fr {
    font-size: clamp(22px, 7vw, 36px);
    margin-top: 10px;
  }

  .hero-sub {
    margin-top: 16px;
    font-size: 11px;
    letter-spacing: .18em;
    text-align: center;
  }

  .hero blockquote {
    font-size: clamp(18px, 5.5vw, 26px);
    text-align: left;
    margin: 22px 0 0;
  }

  .site-purpose {
    font-size: 13px;
    margin-top: 18px;
    text-align: left;
  }

  .hero-links {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 320px;
  }

  .hero-links a {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 12px;
  }

  .hero-figure {
    width: min(280px, 85vw);
    justify-self: center;
    transform: rotate(0) !important;
    min-height: 0;
    aspect-ratio: 4/5;
  }

  /* sections */
  .section {
    padding: clamp(62px, 10vw, 96px) 0;
  }

  h2 {
    font-size: clamp(32px, 9vw, 46px);
    line-height: 1.1;
  }

  .lead {
    font-size: clamp(15px, 4vw, 19px);
  }

  /* Angles 区块 */
  .angles {
    padding: clamp(62px, 10vw, 100px) 0;
  }

  .angles h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .angle-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .angle-grid a,
  .angle-grid a:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 120px;
    transform: none !important;
  }

  .angle-grid a strong {
    font-size: clamp(20px, 6vw, 28px);
  }

  /* card grids */
  .card-grid.two,
  .card-grid.three,
  .card-grid.four {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .quote-photo-grid,
  .publication-feature,
  .room225-grid,
  .jacky-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* 大引言 */
  .large-quote {
    padding: 28px 20px;
  }

  .large-quote p {
    font-size: clamp(26px, 7vw, 38px);
  }

  /* figures panel */
  .figures-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  /* stage mosaic */
  .stage-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .stage-mosaic figure,
  .stage-mosaic figure:first-child,
  .stage-mosaic figure:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
    aspect-ratio: 4/3;
  }

  /* gallery */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 12px;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(6) {
    grid-row: span 1;
  }

  .gallery-item:nth-child(3),
  .gallery-item:nth-child(8) {
    grid-column: span 1;
  }

  /* atelier stage */
  .atelier-stage {
    background: linear-gradient(180deg, #0c0b0a 0 72%, #17110e 100%);
  }

  .atelier-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .atelier-copy h2 {
  color: #3d3229;
  text-shadow: none;
    font-size: clamp(40px, 13vw, 60px);
  }

  .atelier-photo {
    width: min(300px, 100%);
    min-height: 0;
    aspect-ratio: 3/4;
    transform: none !important;
  }

  .atelier-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .atelier-card,
  .atelier-card:nth-child(n) {
    grid-column: auto;
    min-height: 200px;
    transform: none !important;
    display: flex;
    flex-direction: column;
  }

  .atelier-card:nth-child(4) {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .key-stage {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 64px;
  }

  .key-orbit {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .key-card,
  .key-card:nth-child(2) {
    transform: none;
    min-height: 220px;
  }

  /* jacky / timeline */
  .timeline {
    gap: 20px;
  }

  /* china */
  .china-partners {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  /* archives */
  .archive-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .archive-line {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }

  .archive-card time {
    font-size: 48px;
  }

  /* contact */
  .contact-box dl {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* notes grid */
  .notes-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .note-card,
  .note-card-wide {
    grid-column: auto;
    min-height: 0;
  }

  /* scroll padding */
  html {
    scroll-padding-top: 68px;
  }
}

/* ============================================================
   极窄屏幕 < 380px 精细调整
   ============================================================ */
@media (max-width: 380px) {
  .brand strong {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .hero blockquote {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .gallery-grid {
    grid-auto-rows: 140px;
  }

  .gallery-tabs {
    gap: 8px;
  }

  .tab {
    padding: 8px 12px;
    font-size: 11px;
  }
}

/* ============================================================
   浅色 section 统一氛围
   ============================================================ */
.angles {
  background:
    radial-gradient(circle at 86% 18%, rgba(185,150,95,.18), transparent 22vw),
    linear-gradient(115deg, rgba(23,18,15,.04) 0 34%, transparent 34.2%),
    linear-gradient(180deg, #EEE1C8, #E0D3B5);
}

.paper-deep {
  background:
    radial-gradient(circle at 80% 18%, rgba(185,150,95,.14), transparent 25vw),
    linear-gradient(180deg, #E5D9C0, #DAC9AF);
  border-block: 1px solid rgba(23,18,15,.1);
}

.dreams {
  background: linear-gradient(135deg, #EFE4CE, #E0D3B5);
}

.archives {
  background:
    linear-gradient(rgba(23,18,15,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,18,15,.028) 1px, transparent 1px),
    linear-gradient(180deg, #DAC9AB, #CAB896);
  background-size: 100% 31px, 31px 100%, auto;
}

/* note-card 颜色也随主色调更新 */
.note-card {
  background:
    linear-gradient(145deg, rgba(240,228,205,.92), rgba(224,211,181,.76)),
    radial-gradient(circle at 90% 0%, rgba(185,150,95,.12), transparent 42%);
  border-color: rgba(23,18,15,.1);
}

/* atelier card 暖色适配 */
.atelier-card {
  background:
    linear-gradient(180deg, rgba(240,228,205,.10), rgba(240,228,205,.04)),
    rgba(13,12,11,.52);
}

/* ============================================================
   修订补丁 — 2026-07-12
   1. 工作坊白色文字加深 + 加阴影（提升暗色背景可读性）
   2. 演出剧目马赛克第4张彩色照片已从HTML中移除
   3. 著作价格改为 CNY 98（HTML中已改）
   4. 第三梦想改为" 拥有一个学校\（HTML中已改）
 5. 联系邮箱改为 .com（HTML中已改）
 ============================================================ */

/* 工作坊标题：浅象牙色 + 阴影，增强暗背景可读性 */
.atelier-copy h2 {
  color: #3d3229;
  text-shadow: none;
 color: #F0E4C8;
 text-shadow: 0 3px 28px rgba(0,0,0,.52);
}

/* 工作坊正文：深一度米色，提升对比 */
.atelier-card p {
 color: rgba(240,228,205,.82);
}

/* 工作坊卡片标题：浅象牙色 + 阴影 */
.atelier-card h3 {
 color: #F5EDD8;
 text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

/* 《你还记得我吗》最新作品区块 */
.remember-feature {
  margin-top: 76px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}
.remember-additional {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 40px);
  margin-top: 36px;
}
