.exhibition-body {
  background:
    radial-gradient(circle at top left, rgba(30, 141, 151, 0.16), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(114, 191, 192, 0.18), transparent 24%),
    linear-gradient(180deg, #f5fdfc 0%, #deefee 42%, #d0e6e2 100%);
}

.exhibition-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.exhibition-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  backdrop-filter: blur(18px);
}

.exhibition-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: 28px 0 56px;
}

.exhibition-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 4vh 0 0;
}

.exhibition-hero-copy h1 {
  display: block;
  max-width: none;
  font-size: clamp(4.8rem, 10vw, 8.8rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-title-en {
  max-width: 24ch;
  margin-top: 4px;
  color: rgba(22, 54, 54, 0.78);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exhibition-hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-height: min(78vh, 860px);
}

.hero-image-frame {
  position: relative;
  width: min(100%, 820px);
  height: min(78vh, 860px);
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14)),
    rgba(244, 252, 251, 0.7);
  box-shadow:
    0 26px 60px rgba(18, 54, 54, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 24, 28, 0.12) 100%);
  pointer-events: none;
}

.exhibition-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.94) contrast(1.02);
}

.preface-section,
.chapter-section {
  padding: 52px 0;
  border-top: 1px solid var(--line);
}

.preface-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
  align-items: start;
}

.preface-meta {
  grid-column: 1 / 5;
  display: grid;
  align-content: start;
  gap: 14px;
  padding-right: clamp(14px, 2vw, 30px);
  border-right: 1px solid rgba(22, 54, 54, 0.14);
}

.preface-copy {
  grid-column: 5 / 13;
  display: grid;
  gap: 18px;
  max-width: 62ch;
  padding-left: clamp(6px, 1vw, 12px);
  color: var(--muted);
}

.preface-copy p:first-child {
  color: rgba(22, 54, 54, 0.9);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.88;
}

.preface-meta h2 {
  display: grid;
  gap: 4px;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.92;
}

.chapter-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 68ch;
}

.chapter-en {
  display: inline-block;
  margin-left: 10px;
  color: var(--accent);
  font-size: 0.6em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chapter-rows {
  display: grid;
  gap: 16px;
}

.chapter-row {
  display: flex;
  gap: 16px;
  align-items: start;
}

.chapter-strip {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 141, 151, 0.45) rgba(255, 255, 255, 0.45);
}

.chapter-strip::-webkit-scrollbar {
  height: 10px;
}

.chapter-strip::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(30, 141, 151, 0.38);
}

.chapter-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.42);
}

.story-section {
  padding: 64px 0 12px;
  border-top: 1px solid var(--line);
}

.story-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.story-figure {
  margin: 0;
  padding: 12px;
  border-radius: 28px;
  background: rgba(247, 255, 253, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
}

.story-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.story-copy {
  display: grid;
  gap: 20px;
  max-width: 68ch;
  color: var(--muted);
  align-content: start;
  font-size: clamp(1.06rem, 1.18vw, 1.18rem);
  line-height: 1.88;
}

.exhibit-item {
  flex: 0 0 auto;
  margin: 0;
  height: clamp(240px, 28vw, 360px);
  padding: 10px;
  border-radius: 22px;
  background: rgba(247, 255, 253, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow);
}

.exhibit-trigger {
  display: flex;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.exhibit-item img {
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
  border-radius: 14px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(7, 26, 28, 0.86);
  backdrop-filter: blur(10px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-stage {
  display: grid;
  place-items: center;
  width: min(72vw, 980px);
  height: min(72vh, 760px);
}

.lightbox-image {
  max-width: min(72vw, 980px);
  max-height: min(72vh, 760px);
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.lightbox-image.is-portrait {
  max-height: min(80vh, 860px);
  max-width: min(52vw, 700px);
}

.lightbox-close,
.lightbox-nav {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #f6fffe;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.exhibition-hero .hero-text {
  max-width: 31ch;
  margin-top: 8px;
  color: rgba(22, 54, 54, 0.8);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.exhibition-hero .hero-actions {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .exhibition-hero,
  .preface-section {
    grid-template-columns: 1fr;
  }

  .exhibition-hero {
    min-height: auto;
    padding-top: 20px;
  }

  .exhibition-hero-copy {
    padding-top: 0;
  }

  .exhibition-hero-copy h1 {
    font-size: clamp(4rem, 14vw, 6rem);
  }

  .hero-title-en {
    max-width: 28ch;
  }

  .exhibition-hero-visual,
  .hero-image-frame {
    min-height: 52vh;
    height: 52vh;
  }

  .preface-meta,
  .preface-copy {
    grid-column: auto;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .exhibit-item {
    height: min(42vw, 340px);
  }
}

@media (max-width: 720px) {
  .exhibition-shell {
    width: min(100% - 18px, 1320px);
  }

  .exhibition-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .exhibition-hero-visual img {
    object-position: center 52%;
  }

  .exhibit-item {
    height: min(76vw, 320px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }
}
