#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #e8dcd7;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
#preloader.hidden {
  opacity: 0;
}
html.is-loading *,
html.is-loading *::before,
html.is-loading *::after {
  transition-duration: 0s !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important;
}
html.is-loading {
  scroll-behavior: auto !important;
}
:root {
  --color-bg: var(--brand-vieux-rose-100);
  --color-bg-alt: var(--brand-vieux-rose-65);
  --color-surface: var(--brand-vieux-rose-25);
  --color-text: rgba(255, 255, 255, 0.92);
  --color-text-muted: rgba(255, 255, 255, 0.7);
  --color-heading: #ffffff;
  --color-accent: rgba(255, 255, 255, 0.78);
  --color-line: rgba(255, 255, 255, 0.4);
  --color-line-light: rgba(255, 255, 255, 0.2);
  --c-exhibition: var(--brand-vieux-rose-100);
  --c-biography: var(--brand-vieux-rose-100);
  --c-works: var(--brand-vieux-rose-100);
  --c-audiobooks: var(--brand-vieux-rose-100);
  --c-agenda: var(--brand-vieux-rose-100);
  --c-visit: var(--brand-vieux-rose-100);
  --c-footer: var(--brand-vieux-rose-100);
  --blend-h: clamp(80px, 12vh, 160px);
  --glass-edges:
    inset 1px 1px 0 rgba(255, 255, 255, 0.55),
    inset -1px -1px 0 rgba(140, 220, 255, 0.5),
    inset -2px -2px 0 rgba(255, 175, 210, 0.28),
    inset 3px 3px 18px rgba(255, 255, 255, 0.14),
    inset -10px -12px 28px rgba(180, 210, 255, 0.1);
  --glass-hover-halo: 0 16px 40px rgba(31, 45, 58, 0.1);
  --wash-rose: var(--brand-vieux-rose-25);
  --wash-ochre: var(--brand-sand-25);
  --wash-sage: var(--brand-blue-gray-25);
  --wash-lavender: var(--brand-blue-gray-65);
  --wash-sky: var(--brand-blue-gray-25);
  --font-serif: var(--brand-font-family);
  --font-sans: var(--brand-font-family);
  --gutter: clamp(1rem, 4vw, 3rem);
  --container: min(100% - 2 * var(--gutter), 1100px);
  --container-narrow: min(100% - 2 * var(--gutter), 750px);
  --section-py: clamp(4rem, 10vw, 9rem);
  --section-py-tight: clamp(3rem, 7vw, 6rem);
  --nav-height: clamp(3.5rem, 5vw, 4.5rem);
  --hero-h: calc(100dvh + var(--hero-seam-h));
  --hero-seam-h: clamp(70px, 11vh, 150px);
  --hero-bg-pos: center top;
  --hero-bg-size: cover;
  --hero-text1-x: 6.367%;
  --hero-text1-y: 25.347%;
  --hero-text1-w: 49.336%;
  --hero-text1-h: 48.889%;
  --hero-text2-x: 61.641%;
  --hero-text2-y: 35.417%;
  --hero-text2-w: 31.172%;
  --hero-text2-h: 40.694%;
  --hero-cta-pad-b: 2%;
  --hero-overlay-stop: 60%;
  --hero-overlay-alpha: 0.25;
  --hero-parallax-bg: -3;
  --hero-parallax-text2: -22;
  --hero-parallax-text1: -38;
}
html {
  margin: 0;
  padding: 0;
  background-color: var(--brand-vieux-rose-100, #b59e99);
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--color-text);
  background-color: transparent;
  margin: 0;
  padding: 0;
}
html.event-modal-open,
html.event-modal-open body {
  background-color: #4f5158;
}
.lg-scrollbar {
  position: fixed;
  top: 8px;
  right: 6px;
  bottom: 8px;
  width: 10px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s var(--ease-out-expo, ease);
}
.lg-scrollbar.is-visible {
  opacity: 1;
}
.lg-scrollbar.is-active {
  opacity: 1;
}
.lg-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  pointer-events: auto;
  cursor: grab;
}
.lg-scrollbar.is-dragging .lg-scrollbar__thumb {
  cursor: grabbing;
}
.lg-scrollbar__glass {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(18px) saturate(1.8) brightness(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.8) brightness(1.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 4px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s var(--ease-out-expo, ease);
}
.lg-scrollbar.is-dragging .lg-scrollbar__glass,
.lg-scrollbar__thumb:hover .lg-scrollbar__glass {
  transform: scaleX(1.15);
}
.lg-scrollbar__blur {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.06);
}
.lg-scrollbar__gradient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0.04) 60%,
    rgba(255, 255, 255, 0.18) 100%
  );
}
@media (hover: none) and (pointer: coarse) {
  .lg-scrollbar {
    display: none;
  }
}
img,
svg {
  display: block;
  max-width: 100%;
}
.sr-hidden {
  display: none;
}
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 300;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: calc(var(--space-sm) + 34px) calc(var(--space-sm) + 22px)
    var(--space-sm) var(--space-sm);
  pointer-events: none;
}
.nav__corner--left,
.nav__corner--right {
  display: flex;
  gap: 0.4rem;
  pointer-events: all;
}
.nav__lang-wrap {
  display: inline-flex;
}
.nav__glass-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 4vw, 3.6rem);
  height: clamp(2.4rem, 4vw, 3.6rem);
  border-radius: 50%;
  font-family: var(--font-sans);
  font-size: clamp(0.62rem, 1vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-vieux-rose-100, #b59e99);
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 0.4s ease,
    box-shadow var(--transition-base);
  -webkit-tap-highlight-color: transparent;
  border: none;
  background: 0 0;
  backdrop-filter: blur(10px) saturate(1.3) brightness(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.3) brightness(1.05);
  box-shadow: var(--glass-edges);
}
.nav__glass-btn:hover {
  transform: scale(0.94);
  box-shadow: var(--glass-edges), var(--glass-hover-halo);
}
.nav__glass-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.nav__glass-btn:hover .nav__glass-bg {
  transform: scale(0.92);
}
.nav__glass-blur {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.nav__glass-gradient {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.55) 0,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.nav__btn-label {
  position: relative;
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}
.nav__lang-btn.is-inactive {
  opacity: 0.6;
}
.nav__lang-btn.is-inactive:hover {
  opacity: 0.85;
}
.nav__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transform-origin: 50% 50%;
  will-change: transform;
}
.nav__hamburger span {
  display: block;
  width: clamp(14px, 1.4vw, 20px);
  height: clamp(1px, 0.18vw, 2px);
  background: var(--brand-vieux-rose-100, #b59e99);
  border-radius: 1px;
}
.nav__menu-btn[aria-expanded="true"] .nav__hamburger span:first-child {
  transform: translateY(3px) rotate(45deg) !important;
}
.nav__menu-btn[aria-expanded="true"] .nav__hamburger span:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg) !important;
}
.nav-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: rgba(181, 158, 153, 0.85);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s var(--ease-out-expo),
    visibility 0s 0.45s;
}
.nav-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.45s var(--ease-out-expo);
}
.nav-popup__nav,
.event-modal__panel,
.lightbox__legend,
.playlist__list {
  overscroll-behavior: contain;
}
.nav-popup__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-xl);
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}
.nav-popup__link {
  font-family: var(--brand-font-family);
  font-size: var(--fs-2xl);
  font-weight: var(--brand-font-regular);
  color: var(--color-heading);
  letter-spacing: 0.04em;
  text-transform: none;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
.nav-popup__link.active,
.nav-popup__link:hover {
  opacity: 1;
}
.nav__link {
  color: inherit;
}
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--space-xl);
  padding: 0 var(--gutter);
}
.section-label {
  display: inline-block;
  font-size: clamp(1.25rem, 1.1rem + 0.78vw, 1.5625rem);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color-accent);
  line-height: 1.1;
  margin-bottom: var(--space-xs);
}
.section-title {
  font-family: var(--brand-font-family);
  font-size: var(--fs-3xl);
  font-weight: var(--brand-font-regular);
  color: var(--color-heading);
  margin: 0;
}
.section-intro {
  font-size: var(--fs-md);
  color: var(--color-text-muted);
  line-height: 1.8;
  font-weight: var(--brand-font-regular);
  margin-top: var(--space-md);
}
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s var(--ease-out-expo),
    transform 1s var(--ease-out-expo);
}
.reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}
.hero {
  position: relative;
  min-height: var(--hero-h);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.hero__parallax {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero__layer {
  position: absolute;
  will-change: transform;
}
.hero__layer--bg {
  inset: 0;
  background-image: url("Landing.webp");
  background-size: var(--hero-bg-size);
  background-repeat: no-repeat;
  background-position: var(--hero-bg-pos);
  height: 103%;
  z-index: 0;
}
.hero__stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(100%, calc(100dvh * 16 / 9));
  height: min(100dvh, calc(100vw * 9 / 16));
  pointer-events: none;
}
.hero__layer--text2 {
  top: var(--hero-text2-y);
  left: var(--hero-text2-x);
  width: var(--hero-text2-w);
  height: var(--hero-text2-h);
  z-index: 1;
}
.hero__layer--text2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.hero__layer--text1 {
  top: var(--hero-text1-y);
  left: var(--hero-text1-x);
  width: var(--hero-text1-w);
  height: var(--hero-text1-h);
  z-index: 2;
}
.hero__layer--text1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent var(--hero-overlay-stop),
    rgba(31, 45, 58, var(--hero-overlay-alpha)) 100%
  );
}
.hero__seam {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--hero-seam-h);
  z-index: 6;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0,
    var(--c-exhibition) 100%
  );
}
.hero__arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--hero-seam-h);
  z-index: 4;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--hero-seam-h);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 var(--gutter) var(--hero-cta-pad-b);
}
.hero__tagline {
  font-size: var(--fs-xl);
  font-weight: var(--brand-font-regular);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: var(--space-sm);
}
.hero__dates {
  font-size: var(--fs-sm);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: var(--space-xl);
}
.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 5.6vw, 4.5rem);
  height: clamp(3rem, 5.6vw, 4.5rem);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background: 0 0;
  backdrop-filter: blur(10px) saturate(1.3) brightness(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.3) brightness(1.05);
  box-shadow: var(--glass-edges);
  transition:
    transform 0.45s var(--ease-out-expo),
    box-shadow var(--transition-base);
  overflow: visible;
  animation: heroCtaBob 2.8s ease-in-out infinite;
}
.hero__cta-glass {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.hero__cta-blur {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.hero__cta-gradient {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.55) 0,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.hero__cta-icon {
  position: relative;
  z-index: 1;
  width: 55%;
  height: 55%;
  pointer-events: none;
  transition: transform 0.45s var(--ease-out-expo);
}
.hero__cta:hover {
  transform: scale(1.08);
  box-shadow: var(--glass-edges), var(--glass-hover-halo);
  animation-play-state: paused;
}
.hero__cta:hover .hero__cta-glass {
  transform: scale(0.92);
}
.hero__cta:hover .hero__cta-icon {
  transform: translateY(3px);
}
.hero__cta:active {
  transform: scale(0.94);
}
.hero__cta:active .hero__cta-icon {
  transform: translateY(5px) scale(0.92);
}
.hero__cta:focus-visible {
  outline: 0;
  box-shadow:
    var(--glass-edges),
    var(--glass-hover-halo),
    0 0 0 3px rgba(255, 255, 255, 0.45);
}
@keyframes heroCtaBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__cta {
    animation: none;
  }
}
.biography {
  position: relative;
  padding: var(--section-py) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-exhibition),
    var(--c-biography) var(--blend-h)
  );
  container-type: inline-size;
}
.timeline {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
.timeline__line-svg {
  width: 100%;
  height: 100%;
}
.timeline__connector {
  stroke: var(--color-line-light);
  stroke-dasharray: 8 8;
}
.bio-chapters {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
}
.bio-chapters--collapsible {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition:
    grid-template-rows 0.8s var(--ease-smooth),
    opacity 0.6s ease;
}
.bio-chapters--collapsible > .bio-chapters--inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
}
.bio-chapters--collapsible.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.bio-toggle-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: var(--space-xl);
}
.bio-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-sm) var(--space-lg);
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-heading);
  background: 0 0;
  border: 1px solid var(--color-line-light);
  border-radius: 40px;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}
.bio-toggle:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.bio-toggle__icon {
  transition: transform 0.5s var(--ease-smooth);
}
.bio-toggle[aria-expanded="true"] .bio-toggle__icon {
  transform: rotate(180deg);
}
.bio-chapter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--space-xl);
  align-items: center;
}
.bio-chapter:nth-child(2n) .bio-chapter__content {
  order: 3;
  text-align: left;
}
.bio-chapter:nth-child(2n) .bio-chapter__image {
  order: 1;
}
.bio-chapters--inner .bio-chapter:nth-child(odd) .bio-chapter__content {
  order: 3;
  text-align: left;
}
.bio-chapters--inner .bio-chapter:nth-child(odd) .bio-chapter__image {
  order: 1;
}
.bio-chapters--inner .bio-chapter:nth-child(2n) .bio-chapter__content {
  order: 1;
  text-align: right;
}
.bio-chapters--inner .bio-chapter:nth-child(2n) .bio-chapter__image {
  order: 3;
}
.bio-chapter__marker {
  position: relative;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
}
.bio-chapter__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 4px var(--c-biography),
    0 0 0 5px rgba(255, 255, 255, 0.5);
  transition:
    transform var(--transition-slow),
    box-shadow var(--transition-slow);
}
.bio-chapter.active .bio-chapter__dot {
  transform: scale(1.3);
  box-shadow:
    0 0 0 4px var(--c-biography),
    0 0 0 5px #fff,
    0 0 20px rgba(255, 255, 255, 0.6);
}
.bio-chapter__year {
  font-family: var(--font-serif);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-bottom: 20px;
  margin-left: -18px;
}
.bio-chapter__content {
  order: 1;
  text-align: right;
}
.bio-chapter__place {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
}
.bio-chapter__title {
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  font-weight: var(--brand-font-medium);
  color: var(--color-heading);
  margin-bottom: var(--space-sm);
}
.bio-chapter__text {
  font-size: var(--fs-base);
  line-height: 1.9;
  color: var(--color-text-muted);
  font-weight: var(--brand-font-regular);
}
.bio-chapter__image {
  order: 3;
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
.bio-chapter__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform var(--transition-slow),
    filter var(--transition-slow);
}
.bio-chapter:hover .bio-chapter__media {
  transform: scale(1.03);
  filter: saturate(1.1);
}
.bio-chapter__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.bio-chapter__caption {
  position: absolute;
  bottom: var(--space-sm);
  left: var(--space-sm);
  font-family: var(--font-serif);
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  z-index: 1;
}
.works {
  padding: var(--section-py) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-biography),
    var(--c-works) var(--blend-h)
  );
  container-type: inline-size;
}
.works__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
@container (max-width:900px) {
  .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.work-card {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  padding: var(--space-sm);
  box-shadow: var(--glass-edges);
  transition:
    transform var(--transition-slow),
    box-shadow var(--transition-slow);
}
.work-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: var(--glass-edges), var(--glass-hover-halo);
}
.work-card__image {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: var(--space-sm);
  box-shadow: 0 8px 30px rgba(31, 45, 58, 0.08);
}
.work-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 12px;
  background: var(--brand-sand-25, #ece5d8);
  transition:
    transform var(--transition-slow),
    filter var(--transition-slow);
}
.work-card:hover .work-card__media {
  transform: scale(1.04);
  filter: saturate(1.15);
}
.work-card__title {
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  font-weight: var(--brand-font-medium);
  color: var(--color-heading);
  margin-bottom: 0.25rem;
}
.work-card__meta {
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}
.works__scroll-track {
  height: 2px;
  background: rgba(31, 45, 58, 0.12);
  margin: 0 var(--gutter);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
  display: none;
}
.works__scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-accent);
  border-radius: 1px;
  min-width: 32px;
  transition:
    left 0.12s linear,
    width 0.12s linear;
}
.exhibition {
  padding: var(--section-py) var(--gutter);
  background: var(--c-exhibition);
  container-type: inline-size;
}
.exhibition__content {
  max-width: 750px;
  margin: 0 auto;
}
.exhibition .section-header {
  margin: 0 auto var(--space-lg);
}
.exhibition__text {
  font-size: var(--fs-md);
  line-height: 1.9;
  color: var(--color-text);
  font-weight: var(--brand-font-regular);
  margin-bottom: var(--space-xl);
  text-align: center;
}
.exhibition__para + .exhibition__para {
  margin-top: var(--space-md);
}
.exhibition__quote {
  position: relative;
  padding: var(--space-lg);
  margin-bottom: var(--space-xl);
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: var(--glass-edges);
}
.exhibition__quote p {
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  font-weight: var(--brand-font-medium);
  line-height: 1.6;
  color: var(--color-heading);
}
.exhibition__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  text-align: center;
}
@container (max-width:600px) {
  .exhibition__details {
    grid-template-columns: 1fr;
  }
}
.exhibition__detail {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: var(--space-lg) var(--space-md);
  box-shadow: var(--glass-edges);
}
.exhibition__detail-label {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
}
.exhibition__detail-value {
  font-family: var(--font-serif);
  font-weight: var(--brand-font-medium);
  font-size: var(--fs-base);
  color: var(--color-text);
  white-space: pre-line;
}
.catalogue {
  padding: var(--section-py) var(--gutter);
  background: var(--color-bg);
}
.catalogue__container {
  max-width: 1100px;
  margin: 0 auto;
}
.catalogue .section-header {
  margin: 0 auto var(--space-lg);
}
.catalogue__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: var(--space-xl);
  align-items: center;
  margin-top: 0;
}
.catalogue__figure {
  margin: 0;
  grid-column: 1;
  align-self: center;
}
.catalogue__image {
  width: 100%;
  height: auto;
  display: block;
}
.catalogue__text {
  font-size: var(--fs-base);
  line-height: 1.8;
  color: var(--color-text);
  font-weight: var(--brand-font-regular);
  margin: 0;
  grid-column: 2;
  white-space: normal;
  text-align: left;
}
.catalogue__cta-wrap {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-md);
}
@media (max-width: 720px) {
  .catalogue__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .catalogue__figure {
    order: 1;
    float: none;
    width: min(72vw, 340px);
    margin: 0 auto var(--space-md);
  }
  .catalogue__image {
    width: 100%;
    height: auto;
    display: block;
  }
  .catalogue__text {
    order: 2;
    display: block;
    width: min(72vw, 340px);
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
  }
  .catalogue__cta-wrap {
    order: 3;
    clear: none;
    width: 100%;
    margin-top: var(--space-md);
  }
  .catalogue__cta {
    width: 100%;
  }
}
.audiobooks {
  padding: var(--section-py) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-works),
    var(--c-audiobooks) var(--blend-h)
  );
  container-type: inline-size;
}
.audiobooks--lu {
  padding-top: 0;
  padding-bottom: var(--section-py);
  background: var(--c-audiobooks);
  container-type: inline-size;
}
.playlist-wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.playlist__glass {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    var(--glass-edges),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2),
    0 18px 50px rgba(0, 0, 0, 0.1);
}
.playlist {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
}
.playlist__hero {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-lg) var(--space-lg) var(--space-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(
    135deg,
    rgba(255, 85, 0, 0.06) 0,
    rgba(255, 255, 255, 0) 70%
  );
}
.playlist__artwork {
  flex: 0 0 auto;
  width: clamp(72px, 9vw, 110px);
  height: clamp(72px, 9vw, 110px);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06) center/cover no-repeat;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.playlist__artwork::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 85, 0, 0.18), transparent 60%);
  pointer-events: none;
}
.playlist__artwork:not(.has-artwork) {
  background-color: rgba(255, 85, 0, 0.1);
}
.playlist__play {
  flex: 0 0 auto;
  width: clamp(56px, 6vw, 72px);
  height: clamp(56px, 6vw, 72px);
  border-radius: 50%;
  background: #f50;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 24px rgba(255, 85, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s var(--ease-out-expo),
    box-shadow 0.25s ease,
    background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.playlist__play:hover {
  transform: scale(1.05);
  box-shadow:
    0 10px 28px rgba(255, 85, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.playlist__play:active {
  transform: scale(0.96);
}
.playlist__play-svg {
  width: 42%;
  height: 42%;
  margin-left: 4%;
  transition: margin 0.2s ease;
}
.playlist__play-svg--pause {
  display: none;
  margin-left: 0;
}
.playlist.is-playing .playlist__play-svg--play {
  display: none;
}
.playlist.is-playing .playlist__play-svg--pause {
  display: block;
}
.playlist__current {
  flex: 1 1 auto;
  min-width: 0;
}
.playlist__current-num {
  display: block;
  font-size: var(--fs-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-weight: var(--brand-font-regular);
  margin-bottom: 0.25rem;
}
.playlist--idle .playlist__current-num {
  display: none;
}
#CookiebotWidget {
  display: none !important;
}
.playlist__current-title {
  font-family: var(--brand-font-family);
  font-size: var(--fs-lg);
  font-weight: var(--brand-font-regular);
  color: var(--color-heading);
  line-height: 1.25;
  margin: 0 0 var(--space-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playlist__iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
  top: -9999px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.playlist__progress {
  cursor: pointer;
  user-select: none;
  outline: 0;
}
.playlist__wave {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 2px;
}
.playlist__times {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-family: var(--brand-font-family);
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.playlist__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 442px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}
.playlist__list::-webkit-scrollbar {
  width: 4px;
}
.playlist__list::-webkit-scrollbar-track {
  background: 0 0;
}
.playlist__list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 2px;
}
.playlist__item {
  margin: 0;
  padding: 0;
}
.playlist__row {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: var(--space-md);
  padding: 0.7rem var(--space-lg);
  background: 0 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--brand-font-family);
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.playlist__row:hover {
  background: rgba(255, 255, 255, 0.2);
}
.playlist__row-num {
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
  width: 1.6em;
  transition: opacity 0.2s ease;
}
.playlist__row-thumb {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05) center/cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  flex: 0 0 auto;
  overflow: hidden;
}
.playlist__row-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
}
.playlist__item.is-active .playlist__row-thumb::after,
.playlist__row:hover .playlist__row-thumb::after {
  background: rgba(0, 0, 0, 0.35);
}
.playlist__row-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.2s ease,
    transform 0.2s var(--ease-out-expo);
  z-index: 1;
}
.playlist__row-icon svg {
  width: 50%;
  height: 50%;
}
.playlist__item.is-active .playlist__row-icon,
.playlist__row:hover .playlist__row-icon {
  opacity: 1;
  transform: scale(1);
}
.playlist__row-title {
  font-size: var(--fs-md);
  font-weight: var(--brand-font-regular);
  color: var(--color-heading);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playlist__row-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  width: 18px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.playlist__row-bars i {
  display: block;
  width: 3px;
  background: #f50;
  border-radius: 1px;
  height: 30%;
}
.playlist__row-time {
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.playlist__item.is-active .playlist__row {
  background: rgba(255, 85, 0, 0.06);
}
.playlist__item.is-active .playlist__row-title {
  color: #f50;
}
.playlist.is-playing .playlist__item.is-active .playlist__row-bars {
  opacity: 1;
}
.playlist.is-playing .playlist__item.is-active .playlist__row-icon {
  opacity: 0;
}
.playlist.is-playing .playlist__item.is-active .playlist__row-thumb::after {
  background: rgba(0, 0, 0, 0.45);
}
.playlist.is-playing
  .playlist__item.is-active
  .playlist__row-bars
  i:first-child {
  animation: playlistEq 0.9s ease-in-out infinite;
}
.playlist.is-playing
  .playlist__item.is-active
  .playlist__row-bars
  i:nth-child(2) {
  animation: playlistEq 0.7s ease-in-out infinite 0.2s;
}
.playlist.is-playing
  .playlist__item.is-active
  .playlist__row-bars
  i:nth-child(3) {
  animation: playlistEq 1.1s ease-in-out infinite 0.1s;
}
.playlist.is-playing
  .playlist__item.is-active
  .playlist__row-bars
  i:nth-child(4) {
  animation: playlistEq 0.8s ease-in-out infinite 0.3s;
}
@keyframes playlistEq {
  0%,
  100% {
    height: 25%;
  }
  50% {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .playlist__hero {
    padding: var(--space-md);
    gap: var(--space-md);
  }
  .playlist__row {
    grid-template-columns: auto auto 1fr auto;
    gap: var(--space-sm);
    padding: 0.6rem var(--space-md);
  }
  .playlist__row-thumb {
    width: 38px;
    height: 38px;
  }
  .playlist__row-bars {
    display: none;
  }
  .playlist__current-title {
    font-size: var(--fs-md);
    white-space: normal;
  }
}
.audiobooks__more-btn {
  display: none;
  align-items: center;
  gap: var(--space-xs);
  margin: var(--space-lg) auto 0;
  padding: var(--space-sm) var(--space-lg);
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-heading);
  background: 0 0;
  border: 1px solid var(--color-line-light);
  border-radius: 40px;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}
.audiobooks__more-btn:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.audiobooks__more-icon {
  display: inline-block;
  transition: transform 0.4s var(--ease-smooth);
}
.audiobooks__more-btn.is-open .audiobooks__more-icon {
  transform: rotate(180deg);
}
.playlist__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md);
  padding: var(--space-sm) var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--brand-font-family);
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}
.playlist__legal-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: var(--color-text-muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
  opacity: 0.85;
}
.playlist__legal-link:hover {
  color: #f50;
  opacity: 1;
}
.playlist__legal-link--sc {
  margin-right: auto;
  color: #f50;
  opacity: 1;
  font-weight: var(--brand-font-medium);
}
.playlist__legal-logo {
  width: 36px;
  height: 14px;
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .playlist__legal {
    padding: var(--space-sm) var(--space-md);
    gap: var(--space-sm);
  }
  .playlist__legal-link--sc {
    margin-right: 0;
    width: 100%;
  }
}
.agenda {
  padding: var(--section-py) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-audiobooks),
    var(--c-agenda) var(--blend-h)
  );
  container-type: inline-size;
}
.agenda .section-header {
  margin: 0 auto var(--space-lg);
}
.agenda__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
}
.agenda__filter {
  font-size: var(--fs-xs);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.1em;
  text-transform: none;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  border: 1px solid var(--color-line);
  color: var(--color-text-muted);
  background: 0 0;
  cursor: pointer;
  transition:
    border-color var(--transition-base),
    color var(--transition-base),
    background var(--transition-base);
}
.agenda__filter.active,
.agenda__filter:hover {
  border-color: var(--color-heading);
  color: var(--color-heading);
  background: rgba(255, 255, 255, 0.18);
}
.agenda__list {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.agenda__item {
  display: flex;
  gap: var(--space-lg);
  padding: var(--space-lg);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: var(--glass-edges);
  transition:
    opacity 0.9s var(--ease-out-expo),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.agenda__item:hover {
  transform: translateY(-2px);
  box-shadow:
    var(--glass-edges),
    0 12px 40px rgba(0, 0, 0, 0.04);
}
.agenda__item.hidden {
  display: none;
}
.agenda__item[data-url] {
  cursor: pointer;
}
.agenda__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.5rem;
}
.agenda__day {
  font-family: var(--font-serif);
  font-weight: var(--brand-font-medium);
  font-size: var(--fs-2xl);
  line-height: 1;
  color: var(--color-heading);
}
.agenda__month {
  font-size: var(--fs-xs);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.agenda__type {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: var(--brand-font-regular);
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: var(--color-accent);
  margin-bottom: 0.25rem;
}
.agenda__title {
  font-family: var(--font-serif);
  font-weight: var(--brand-font-medium);
  font-size: var(--fs-md);
  color: var(--color-heading);
  margin-bottom: var(--space-xs);
}
.agenda__desc {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  font-weight: var(--brand-font-regular);
  margin-bottom: var(--space-xs);
}
.agenda__time {
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}
.agenda__arrow {
  display: inline-block;
  font-size: var(--fs-sm);
  color: var(--color-accent);
  margin-left: auto;
  align-self: center;
  transition: transform 0.2s;
}
.agenda__item[data-url]:hover .agenda__arrow {
  transform: translateX(4px);
}
.visit {
  padding: var(--section-py) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-agenda),
    var(--c-visit) var(--blend-h)
  );
  container-type: inline-size;
}
.visit__container {
  max-width: 1100px;
  margin: 0 auto;
}
.visit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}
@container (max-width:700px) {
  .visit__grid {
    grid-template-columns: 1fr;
  }
}
.visit__card {
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: var(--glass-edges);
  transition:
    opacity 0.9s var(--ease-out-expo),
    transform var(--transition-base);
}
.visit__card:hover {
  transform: translateY(-4px);
}
.visit__card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.visit__card--link:hover {
  box-shadow: var(--glass-edges), var(--glass-hover-halo);
}
.visit__card-title {
  font-family: var(--font-serif);
  font-weight: var(--brand-font-medium);
  font-size: var(--fs-lg);
  color: var(--color-heading);
  margin-bottom: var(--space-sm);
}
.visit__card-text {
  font-size: var(--fs-md);
  color: var(--color-text-muted);
  line-height: 1.7;
  font-weight: var(--brand-font-regular);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.visit__card:nth-child(3) .visit__card-text {
  font-size: var(--fs-md);
  line-height: 1.7;
  overflow-wrap: normal;
  word-break: keep-all;
}
.visit__card:nth-child(2) .visit__card-text {
  font-size: var(--fs-md);
  line-height: 1.7;
  overflow-wrap: normal;
  word-break: keep-all;
}
.footer-nav {
  background: var(--c-visit);
  padding: var(--space-lg) var(--gutter);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm) var(--space-md);
}
.footer-nav__inner a {
  font-size: var(--fs-sm);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
  transition: color var(--transition-base);
}
.footer-nav__inner a:hover {
  color: #fff;
}
.footer {
  padding: var(--space-xl) var(--gutter);
  background: linear-gradient(
    to bottom,
    var(--c-visit),
    var(--c-footer) var(--blend-h)
  );
  color: rgba(255, 255, 255, 0.85);
}
.footer__content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  text-align: center;
}
.footer__brand-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-md);
}
.footer__address {
  font-style: normal;
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  text-align: left;
}
.footer__address a {
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition-base);
}
.footer__address a:hover {
  color: #fff;
}
.footer__logo {
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
}
.footer__logo a {
  line-height: 0;
}
.footer__logo svg {
  display: block;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25em;
  font-size: var(--fs-sm);
}
.footer__contact a {
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition-base);
}
.footer__contact a:hover {
  color: #fff;
}
.footer__rule {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
}
.footer__copyright {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}
.footer__copyright a {
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--transition-base);
}
.footer__copyright a:hover {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 680px) {
  .footer__brand-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer__address {
    text-align: center;
  }
  .footer__contact {
    align-items: center;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.lightbox[hidden] {
  display: none;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 45, 58, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.lightbox__container {
  position: relative;
  display: flex;
  width: min(1350px, 95vw);
  max-height: min(95dvh, 1050px);
  background: var(--color-bg);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(31, 45, 58, 0.2);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.4s var(--ease-out-expo);
}
.lightbox.is-open .lightbox__container {
  transform: translateY(0) scale(1);
}
.lightbox__image {
  flex: 1 1 65%;
  position: relative;
  overflow: hidden;
  background: #14181c;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
.lightbox__media {
  display: block;
  max-width: 100%;
  max-height: min(95dvh, 1050px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.lightbox__legend {
  flex: 0 0 360px;
  padding: var(--space-xl) var(--space-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-sm);
  background: var(--brand-sand-0, #f7f1e6);
  color: #2a2520;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  overflow-y: auto;
}
.lightbox__title {
  font-family: var(--font-serif);
  font-weight: var(--brand-font-medium);
  font-size: var(--fs-lg);
  color: #1a1612;
  margin: 0 0 var(--space-xs) 0;
  line-height: 1.2;
}
.lightbox__meta {
  font-size: var(--fs-sm);
  color: #6b4f2d;
  letter-spacing: 0.05em;
  margin: 0 0 var(--space-md) 0;
  font-weight: var(--brand-font-medium);
}
.lightbox__details {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.4rem 1rem;
  margin: 0 0 var(--space-md) 0;
  font-size: var(--fs-xs);
  line-height: 1.5;
}
.lightbox__details dt {
  color: #7a7065;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: var(--brand-font-medium);
  margin: 0;
}
.lightbox__details dd {
  color: #1a1612;
  margin: 0;
}
.lightbox__credit {
  font-size: 0.72rem;
  color: #7a7065;
  margin: 0;
  padding-top: var(--space-sm);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  letter-spacing: 0.02em;
}
.lightbox__close {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  color: #1a1612;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition:
    background var(--transition-base),
    transform var(--transition-base);
  z-index: 2;
}
.lightbox__close:hover {
  background: #fff;
  transform: scale(1.05);
}
.event-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.event-modal[aria-hidden="true"] {
  display: none;
}
.event-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.event-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 45, 58, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.event-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 640px);
  max-height: 88dvh;
  overflow-y: auto;
  background: var(--brand-vieux-rose-100);
  color: var(--color-text);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  transform: translateY(28px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.event-modal__panel::-webkit-scrollbar {
  display: none;
}
.event-modal.is-open .event-modal__panel {
  transform: translateY(0);
}
.event-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: 0 0;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.25rem;
  line-height: 1;
  transition: color 0.2s;
}
.event-modal__close:hover {
  color: #fff;
}
.event-modal__image-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--brand-blue-gray-25);
}
.event-modal__image-wrap.no-image {
  display: none;
}
.event-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.event-modal__body {
  padding: clamp(1.25rem, 4vw, 2rem) clamp(1.25rem, 4vw, 2.5rem)
    clamp(1.5rem, 4vw, 2.5rem);
}
.event-modal__type {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.4rem;
}
.event-modal__title {
  font-family: var(--font-serif, serif);
  font-size: clamp(1.3rem, 4vw, 1.9rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.event-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.65rem 0;
  margin-bottom: 1.2rem;
}
.event-modal__intro {
  font-size: 1rem;
  color: #fff;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 0.9rem;
}
.event-modal__desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.event-modal__link {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity 0.2s;
}
.event-modal__link:hover {
  opacity: 0.75;
}
.catalogue__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: var(--space-xl);
  align-items: start;
  margin-top: 0;
}
.catalogue__cta-wrap {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-lg);
}
.catalogue__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-width: min(100%, 19rem);
  min-height: 3.5rem;
  padding: 0.95rem 1.35rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(255, 255, 255, 0.14) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: var(--glass-edges);
  color: var(--color-heading);
  font-family: var(--font-serif);
  font-size: clamp(0.98rem, 1.2vw, var(--fs-md));
  font-weight: var(--brand-font-medium);
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  transition:
    opacity 0.9s var(--ease-out-expo),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.catalogue__cta:hover {
  transform: translateY(-4px);
  box-shadow: var(--glass-edges), var(--glass-hover-halo);
}
.catalogue__cta:active {
  transform: translateY(-1px);
}
.catalogue__cta:focus-visible {
  outline: none;
  box-shadow:
    var(--glass-edges),
    0 0 0 3px rgba(31, 45, 58, 0.25);
}
.catalogue__cta-glass,
.catalogue__cta-blur,
.catalogue__cta-gradient {
  display: none;
}
.catalogue__cta-label {
  position: static;
  z-index: auto;
}
.catalogue__cta-icon {
  position: static;
  z-index: auto;
  width: 1.05em;
  height: 1.05em;
  transition: transform var(--transition-base);
}
.catalogue__cta:hover .catalogue__cta-icon {
  transform: translateX(3px);
}
.event-modal__loading {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}
.event-modal.is-loading .event-modal__loading {
  display: flex;
}
.event-modal.is-loading .event-modal__body,
.event-modal.is-loading .event-modal__image-wrap {
  display: none;
}
.event-modal__spinner {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: modal-spin 0.75s linear infinite;
}
@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 840px) {
  :root {
    --nav-height: 3.5rem;
    --hero-bg-pos: 30% 45%;
    --hero-bg-size: auto 110%;
    --hero-overlay-stop: 40%;
    --hero-overlay-alpha: 0.35;
    --hero-cta-pad-b: 10%;
    --hero-parallax-bg: 0;
    --hero-parallax-text2: -16;
    --hero-parallax-text1: -30;
  }
  .hero__stage {
    width: 100%;
    height: 100%;
    inset: 0;
    margin: 0;
    transform: none;
  }
  .hero__layer--text1 {
    top: 18%;
    left: 5%;
    width: 90%;
    height: auto;
    aspect-ratio: 1263/704;
  }
  .hero__layer--text2 {
    top: 50%;
    left: auto;
    right: 5%;
    width: 70%;
    height: auto;
    aspect-ratio: 798/586;
  }
  .hero__cta {
    width: clamp(2.8rem, 12vw, 3.6rem);
    height: clamp(2.8rem, 12vw, 3.6rem);
  }
  .bio-chapter {
    grid-template-columns: auto 1fr;
    gap: var(--space-md);
  }
  .bio-chapter__content,
  .bio-chapters--inner .bio-chapter:nth-child(2n) .bio-chapter__content,
  .bio-chapters--inner .bio-chapter:nth-child(odd) .bio-chapter__content {
    order: 2;
    text-align: left;
  }
  .bio-chapter__image,
  .bio-chapters--inner .bio-chapter:nth-child(2n) .bio-chapter__image,
  .bio-chapters--inner .bio-chapter:nth-child(odd) .bio-chapter__image {
    order: 3;
    grid-column: 2;
  }
  .bio-chapter__marker {
    order: 1;
  }
  .bio-chapter__image {
    aspect-ratio: 16/9;
  }
  .bio-chapters,
  .bio-chapters--collapsible > .bio-chapters--inner {
    gap: var(--space-xl);
  }
  .bio-chapter__title {
    font-size: var(--fs-lg);
  }
  .bio-chapter__text {
    font-size: var(--fs-sm);
  }
  .timeline {
    left: calc(var(--gutter) + 0.625rem);
  }
  .biography {
    padding: var(--section-py-tight) var(--gutter);
  }
  .works {
    padding: var(--section-py-tight) 0;
  }
  .works .section-header {
    padding: 0 var(--gutter);
  }
  .works__grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--space-sm);
    padding: var(--space-xs) var(--gutter) var(--space-md);
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 8%,
      black 92%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 8%,
      black 92%,
      transparent 100%
    );
  }
  .works__grid::-webkit-scrollbar {
    display: none;
  }
  .work-card {
    flex: 0 0 76vw;
    max-width: 76vw;
    scroll-snap-align: center;
    box-shadow: var(--glass-edges);
  }
  .work-card:hover {
    box-shadow: var(--glass-edges);
    transform: none;
  }
  .work-card__media {
    aspect-ratio: 3/4;
  }
  .work-card__title {
    font-size: var(--fs-sm);
  }
  .works__scroll-track {
    display: block;
  }
  .agenda,
  .audiobooks,
  .exhibition,
  .visit {
    padding: var(--section-py-tight) var(--gutter);
  }
  .exhibition__quote p {
    font-size: var(--fs-lg);
  }
  .exhibition__detail {
    padding: var(--space-md) var(--space-sm);
  }
  .agenda__item {
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-md);
    position: relative;
  }
  .agenda__item[data-url]::after {
    content: "→";
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    font-size: var(--fs-md);
    color: var(--color-accent);
  }
  .agenda__item[data-url]:active {
    background: rgba(255, 253, 250, 0.85);
    transform: scale(0.98);
  }
  .agenda__title {
    font-size: var(--fs-base);
  }
  .agenda__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: var(--space-xs);
    gap: var(--space-xs);
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
  }
  .agenda__filters.scrolled-end {
    -webkit-mask-image: linear-gradient(to left, black 80%, transparent 100%);
    mask-image: linear-gradient(to left, black 80%, transparent 100%);
  }
  .agenda__filters.scrolled-mid {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 80%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 80%,
      transparent 100%
    );
  }
  .agenda__filters::-webkit-scrollbar {
    display: none;
  }
  .agenda__filter {
    flex-shrink: 0;
  }
  .lightbox__container {
    flex-direction: column;
    width: min(640px, 95vw);
    max-height: 95dvh;
  }
  .lightbox__image {
    flex: 0 0 auto;
    aspect-ratio: 4/3;
    min-height: auto;
  }
  .lightbox__legend {
    flex: 1 1 auto;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  :root {
    --hero-text1-w: 110%;
    --hero-text2-w: 110%;
    --hero-cta-pad-b: 6%;
    --hero-overlay-alpha: 0.3;
  }
  .nav-popup__nav {
    gap: var(--space-md);
    padding: var(--space-md);
  }
  .nav-popup__link {
    font-size: var(--fs-lg);
  }
}
@media (max-width: 720px) {
  .catalogue__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-md);
  }
  .catalogue__figure,
  .catalogue__text,
  .catalogue__cta-wrap {
    width: 100%;
    max-width: 100%;
  }
  .catalogue__figure {
    order: 1;
    margin: 0;
  }
  .catalogue__image {
    width: 100%;
    height: auto;
  }
  .catalogue__text {
    order: 2;
    margin: 0;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .catalogue__cta-wrap {
    order: 3;
    margin-top: 0;
  }
  .catalogue__cta {
    width: min(100%, 22rem);
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  *,
  ::after,
  ::before {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
}
