/* MILOU UI final guard: loaded after milou-final.css. */
body,
body main#top,
body main#top .guide-runway,
body main#top .student-intro-section {
  background: #fff !important;
}

.collection-back-link {
  display: none !important;
}

body main#top .guide-runway + .student-intro-section {
  margin-top: 0 !important;
}

body main#top .student-intro-section {
  padding-top: clamp(42px, 11vw, 78px) !important;
}

body main#top .student-intro-letter {
  width: min(100%, 680px) !important;
  display: grid !important;
  gap: 18px !important;
  margin: 22px 0 0 !important;
  padding: clamp(28px, 7vw, 52px) clamp(24px, 6vw, 48px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(241, 108, 169, 0.12), rgba(241, 108, 169, 0) 42%),
    linear-gradient(180deg, #fffdf8, #fffaf8) !important;
  box-shadow: 0 18px 54px rgba(35, 22, 20, 0.05) !important;
}

body main#top .student-intro-letter::before {
  width: 82px !important;
  height: 5px !important;
  display: block !important;
  content: "" !important;
  background: rgba(232, 165, 160, 0.6) !important;
}

body main#top .student-intro-letter .letter-eyebrow,
body main#top .student-intro-letter .letter-footer {
  margin: 0 !important;
  color: rgba(29, 20, 24, 0.54) !important;
  font-size: 13px !important;
  font-weight: 560 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

body main#top .student-intro-letter h3 {
  margin: 0 !important;
  color: rgba(29, 20, 24, 0.94) !important;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif !important;
  font-size: clamp(30px, 8vw, 46px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

body main#top .student-intro-letter p:not(.letter-eyebrow) {
  margin: 0 !important;
  color: rgba(29, 20, 24, 0.58) !important;
  font-size: clamp(16px, 4.2vw, 20px) !important;
  font-weight: 360 !important;
  line-height: 1.86 !important;
}

body main#top .student-intro-letter .letter-footer {
  display: grid !important;
  gap: 4px !important;
  margin-top: 10px !important;
}

.single-work-image,
.student-touch-frame,
.student-story-image {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 54% 42%, rgba(241, 108, 169, 0.1), rgba(241, 108, 169, 0) 46%),
    #fffaf8 !important;
}

.single-work-image img,
.student-touch-frame img,
.student-story-image img {
  position: relative !important;
  z-index: 1 !important;
  opacity: 0 !important;
  transition: opacity 360ms ease !important;
}

.single-work-image.is-image-loaded img,
.student-touch-frame.is-image-loaded img,
.student-story-image.is-image-loaded img {
  opacity: 1 !important;
}

.single-work-image.is-image-error img,
.student-touch-frame.is-image-error img,
.student-story-image.is-image-error img {
  opacity: 0 !important;
}

.warm-art-placeholder {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 1 !important;
  transition: opacity 260ms ease !important;
}

.is-image-loaded > .warm-art-placeholder {
  opacity: 0 !important;
}

.warm-art-placeholder span {
  position: absolute !important;
  display: block !important;
}

.warm-art-paper {
  width: 56% !important;
  aspect-ratio: 1.32 / 1 !important;
  border: 1px solid rgba(232, 165, 160, 0.2) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 20px 56px rgba(35, 22, 20, 0.06) !important;
  transform: rotate(-2deg) !important;
}

.warm-art-sun {
  width: 82px !important;
  height: 82px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(241, 108, 169, 0.34) 46%, rgba(241, 108, 169, 0) 72%) !important;
  animation: warm-art-breathe 2.8s ease-in-out infinite !important;
}

.warm-art-line {
  width: 46% !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(232, 165, 160, 0), rgba(232, 165, 160, 0.52), rgba(232, 165, 160, 0)) !important;
  transform-origin: center !important;
}

.warm-art-line.line-one {
  transform: translateY(-48px) rotate(-8deg) !important;
}

.warm-art-line.line-two {
  transform: translateY(34px) rotate(7deg) !important;
}

.warm-art-dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: rgba(241, 108, 169, 0.44) !important;
  animation: warm-art-float 2.4s ease-in-out infinite !important;
}

.warm-art-dot.dot-one {
  transform: translate(-74px, -66px) !important;
}

.warm-art-dot.dot-two {
  transform: translate(92px, 54px) !important;
  animation-delay: 0.7s !important;
}

.warm-art-text {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 118px !important;
  color: rgba(29, 20, 24, 0.42) !important;
  font-size: 14px !important;
  font-weight: 520 !important;
  line-height: 1 !important;
}

body main#top .knowledge-map.knowledge-scroll-twin {
  --p: var(--twin-progress, 0) !important;
  background:
    radial-gradient(circle at 50% 52%, rgba(241, 108, 169, calc(0.13 + var(--p) * 0.18)), rgba(241, 108, 169, 0) 56%),
    radial-gradient(circle at 42% 44%, rgba(255, 246, 250, 0.78), rgba(255, 255, 255, 0) 50%),
    transparent !important;
  perspective: 1180px !important;
}

body main#top .knowledge-map.knowledge-scroll-twin::before {
  display: none !important;
}

body main#top .knowledge-map.knowledge-scroll-twin::after {
  position: absolute !important;
  inset: 18% 10% 14% !important;
  z-index: 0 !important;
  content: "" !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(241, 108, 169, 0.14), rgba(241, 108, 169, 0.04) 42%, rgba(241, 108, 169, 0) 70%) !important;
  filter: blur(6px) !important;
  opacity: calc(0.44 + var(--p) * 0.38) !important;
  transform: rotateX(72deg) rotateZ(calc(var(--p) * 80deg)) translateY(calc(var(--p) * 18px)) scale(calc(0.82 + var(--p) * 0.2)) !important;
  transform-origin: center bottom !important;
}

body main#top .knowledge-map.knowledge-scroll-twin svg {
  transform:
    rotateX(calc(8deg + var(--p) * 34deg))
    rotateY(calc(-10deg + var(--p) * 22deg))
    rotateZ(calc(-6deg + var(--p) * 13deg))
    scale(calc(0.95 + var(--p) * 0.08)) !important;
  filter: drop-shadow(0 calc(18px + var(--p) * 34px) calc(16px + var(--p) * 18px) rgba(29, 20, 24, 0.16)) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-dot-layer {
  transform: translate(calc((var(--p) - 0.5) * -24px), calc((var(--p) - 0.5) * 18px)) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-edge-layer {
  transform: translate(calc((var(--p) - 0.5) * 18px), calc((var(--p) - 0.5) * -22px)) scale(calc(0.98 + var(--p) * 0.04)) !important;
  transform-origin: center !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center-layer {
  transform: translate(calc((var(--p) - 0.5) * 12px), calc((var(--p) - 0.5) * -24px)) scale(calc(0.96 + var(--p) * 0.12)) !important;
  transform-origin: center !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node-layer {
  transform: translate(calc((var(--p) - 0.5) * -20px), calc((var(--p) - 0.5) * 14px)) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node {
  translate: calc(var(--dx, 0px) * var(--p)) calc(var(--dy, 0px) * var(--p)) !important;
  scale: calc(0.96 + var(--p) * 0.05 + var(--depth, 1) * 0.012) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node.is-small {
  translate: calc(var(--dx, 0px) * var(--p)) calc(var(--dy, 0px) * var(--p)) !important;
}

body main#top .hero-section.hero-entry {
  min-height: calc(100svh - var(--fixed-nav-height, 62px)) !important;
  overflow: hidden !important;
  padding: calc(var(--fixed-nav-height, 62px) + 14px) var(--milou-home-gutter, 24px) clamp(18px, 5vw, 30px) !important;
  background:
    radial-gradient(circle at 82% 56%, rgba(255, 188, 215, 0.2), rgba(255, 188, 215, 0) 30%),
    #fff !important;
}

body main#top .hero-section.hero-entry .hero-motion-bg {
  display: none !important;
  opacity: 0 !important;
}

body main#top .hero-section.hero-entry .hero-feature {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body main#top .hero-section.hero-entry::before,
body main#top .hero-section.hero-entry::after {
  display: none !important;
  content: none !important;
}

body main#top .hero-section.hero-entry .hero-feature img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 46svh !important;
  object-fit: contain !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  min-height: calc(100svh - var(--fixed-nav-height, 62px) - 48px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .section-label {
  margin: 0 0 16px !important;
  color: rgba(29, 20, 24, 0.52) !important;
  opacity: 1 !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block h1 {
  max-width: none !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: clamp(46px, 13.2vw, 58px) !important;
  line-height: 1.02 !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-english {
  max-width: 11em !important;
  margin: 20px 0 0 !important;
  font-size: clamp(30px, 9.6vw, 42px) !important;
  line-height: 1.14 !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-copy-lead {
  max-width: 22em !important;
  margin: 22px 0 0 !important;
}

body main#top .hero-real-photo {
  position: relative !important;
  z-index: 0 !important;
  width: calc(100% + (var(--milou-home-gutter, 24px) * 2)) !important;
  height: clamp(190px, 25svh, 230px) !important;
  margin: 16px calc(var(--milou-home-gutter, 24px) * -1) 0 !important;
  align-self: center !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body main#top .hero-real-photo::before {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 1 !important;
  height: 46% !important;
  content: "" !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0) 100%) !important;
}

body main#top .hero-real-photo::after {
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: 1 !important;
  height: 18% !important;
  content: "" !important;
  pointer-events: none !important;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body main#top .hero-real-photo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center 52% !important;
  opacity: 0.84 !important;
  filter: saturate(1.02) contrast(1.01) brightness(1.05) !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 14px !important;
  padding-top: 0 !important;
}

@media (min-width: 900px) {
  body main#top .hero-section.hero-entry {
    min-height: calc(100vh - var(--fixed-nav-height, 62px)) !important;
    padding: calc(var(--fixed-nav-height, 62px) + 44px) clamp(48px, 5vw, 92px) 54px !important;
    background:
      radial-gradient(circle at 78% 50%, rgba(255, 188, 215, 0.18), rgba(255, 188, 215, 0) 34%),
      #fff !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block {
    min-height: calc(100vh - var(--fixed-nav-height, 62px) - 98px) !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 0.44fr) minmax(520px, 0.56fr) !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    column-gap: clamp(42px, 5vw, 96px) !important;
    align-items: start !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .section-label {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-bottom: 30px !important;
    font-size: clamp(13px, 1vw, 17px) !important;
    color: rgba(29, 20, 24, 0.72) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block h1 {
    grid-column: 1 !important;
    grid-row: 2 !important;
    font-size: clamp(58px, 5.4vw, 94px) !important;
    line-height: 1.02 !important;
    justify-self: start !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-english {
    grid-column: 1 !important;
    grid-row: 3 !important;
    max-width: 9.8em !important;
    margin-top: clamp(34px, 4vh, 54px) !important;
    font-size: clamp(44px, 4.35vw, 76px) !important;
    line-height: 1.14 !important;
    font-weight: 430 !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-copy-lead {
    grid-column: 1 !important;
    grid-row: 4 !important;
    max-width: 22em !important;
    margin-top: clamp(38px, 5vh, 72px) !important;
    font-size: clamp(17px, 1.2vw, 22px) !important;
    line-height: 1.75 !important;
  }

  body main#top .hero-real-photo {
    grid-column: 2 !important;
    grid-row: 2 / 6 !important;
    width: min(54vw, 820px) !important;
    height: min(72vh, 720px) !important;
    margin: auto 0 0 auto !important;
    align-self: end !important;
    justify-self: end !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%) !important;
  }

  body main#top .hero-real-photo::before {
    height: 30% !important;
  }

  body main#top .hero-real-photo::after {
    height: 16% !important;
  }

  body main#top .hero-real-photo img {
    object-position: center 56% !important;
    opacity: 0.86 !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
    grid-column: 1 !important;
    grid-row: 4 !important;
    align-self: start !important;
    width: min(100%, 540px) !important;
    margin-top: clamp(132px, 16vh, 170px) !important;
  }
}

body main#top .home-preview-grid {
  width: 100vw !important;
  max-width: none !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(276px, 74vw) !important;
  gap: 18px !important;
  margin-right: calc(var(--milou-home-gutter, 24px) * -1) !important;
  margin-left: calc(var(--milou-home-gutter, 24px) * -1) !important;
  padding: 8px var(--milou-home-gutter, 24px) 22px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}

body main#top .home-collection-block.is-artist-support .home-collection-copy,
body main#top .home-collection-block.is-student .home-collection-copy {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

body main#top .home-collection-block.is-artist-support .home-collection-copy h2,
body main#top .home-collection-block.is-artist-support .home-collection-copy p,
body main#top .home-collection-block.is-artist-support .home-collection-actions,
body main#top .home-collection-block.is-student .home-collection-copy h2,
body main#top .home-collection-block.is-student .home-collection-copy p,
body main#top .home-collection-block.is-student .home-collection-actions {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

body main#top .home-collection-block.is-artist-support .home-collection-actions,
body main#top .home-collection-block.is-student .home-collection-actions {
  justify-content: flex-start !important;
}

body main#top .home-collection-block.is-artist-support .home-collection-actions .primary-link,
body main#top .home-collection-block.is-student .home-collection-actions .primary-link {
  width: fit-content !important;
  min-width: 166px !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1px solid rgba(29, 20, 24, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 252, 0.64) !important;
  color: rgba(29, 20, 24, 0.92) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body main#top .home-collection-block.is-artist-support .home-collection-actions .primary-link::after,
body main#top .home-collection-block.is-student .home-collection-actions .primary-link::after {
  margin-left: 16px !important;
  content: "→" !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

body main#top .home-preview-grid::-webkit-scrollbar {
  display: none !important;
}

body main#top .home-preview-tile {
  height: clamp(260px, 64vw, 420px) !important;
  min-height: 0 !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  scroll-snap-align: center !important;
  transform: none !important;
}

body main#top .home-preview-tile img,
body main#top .home-preview-tile.is-artist img,
body main#top .home-preview-tile.is-student img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}

body main#top .home-preview-tile.is-student img {
  object-fit: contain !important;
  background: transparent !important;
}

body main#top .home-preview-tile.is-artist img {
  object-fit: contain !important;
  object-position: top left !important;
  background: transparent !important;
}

body main#top .home-preview-tile span {
  display: none !important;
}

body .share-poster-dialog {
  border-radius: 30px !important;
}

body .share-poster-preview {
  border-radius: 24px !important;
}

body .share-poster-actions .student-share-primary,
body .share-poster-actions .student-share-secondary {
  border-radius: 999px !important;
}

body .share-poster-actions .student-share-primary,
body .share-poster-actions .student-share-secondary {
  min-height: 56px !important;
}

body .student-story-image {
  margin: 52px auto 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .student-story-image img {
  width: min(100%, 680px) !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}

@keyframes warm-art-breathe {
  0%, 100% {
    opacity: 0.72;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes warm-art-float {
  0%, 100% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.86;
  }
}

@media (prefers-reduced-motion: reduce) {
  .warm-art-sun,
  .warm-art-dot {
    animation: none !important;
  }
}

/* v1.9: quiet typography so the artworks and real installation photo lead. */
.entry-gate-content {
  width: min(100% - 48px, 540px) !important;
}

.entry-gate-kicker {
  font-size: clamp(12px, 3.2vw, 15px) !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
}

.entry-gate h1 {
  font-size: clamp(60px, 17vw, 92px) !important;
  line-height: 0.96 !important;
  font-weight: 560 !important;
  letter-spacing: 0 !important;
}

.entry-gate-copy {
  max-width: 19em !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: clamp(14px, 3.8vw, 18px) !important;
  line-height: 1.7 !important;
  font-weight: 420 !important;
}

.entry-gate-button {
  min-height: 58px !important;
  padding: 0 34px !important;
  font-size: clamp(17px, 4.6vw, 22px) !important;
  font-weight: 560 !important;
}

body main#top .section-label,
body main#top .student-intro-meta dt,
body main#top .artist-profile-card span {
  font-size: clamp(11px, 3.1vw, 13px) !important;
  font-weight: 500 !important;
  color: rgba(29, 20, 24, 0.42) !important;
}

body main#top .student-intro-kicker,
body main#top .student-intro-text p,
body main#top .student-intro-meta dd,
body main#top .artist-intro-copy p,
body main#top .home-collection-copy p,
body main#top .section-note,
body main#top .claim-flow p,
body main#top .contact-section p {
  font-size: clamp(14px, 3.8vw, 17px) !important;
  line-height: 1.82 !important;
  font-weight: 350 !important;
  color: rgba(29, 20, 24, 0.5) !important;
}

body main#top .guide-header h2,
body main#top .student-intro-copy h2,
body main#top .artist-intro-copy h2,
body main#top .home-collection-copy h2,
body main#top .section-heading h2,
body main#top .contact-section h2 {
  font-size: clamp(28px, 7vw, 42px) !important;
  line-height: 1.14 !important;
  font-weight: 540 !important;
}

body main#top .chapter-card h3,
body main#top .claim-step h3 {
  font-size: clamp(22px, 5.8vw, 30px) !important;
  line-height: 1.18 !important;
  font-weight: 540 !important;
}

body main#top .chapter-card p,
body main#top .claim-step p {
  font-size: clamp(14px, 3.7vw, 16px) !important;
  line-height: 1.75 !important;
  font-weight: 350 !important;
  color: rgba(29, 20, 24, 0.48) !important;
}

body main#top .chapter-card span,
body main#top .claim-step > span {
  font-size: clamp(24px, 6vw, 34px) !important;
  font-weight: 300 !important;
  color: rgba(241, 108, 169, 0.48) !important;
}

body main#top .hero-section.hero-entry {
  padding-top: calc(var(--fixed-nav-height, 62px) + 18px) !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block {
  min-height: calc(100svh - var(--fixed-nav-height, 62px) - 34px) !important;
  text-align: left !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .section-label {
  margin-bottom: 14px !important;
  font-size: clamp(11px, 3vw, 13px) !important;
  font-weight: 500 !important;
  color: rgba(29, 20, 24, 0.46) !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block h1 {
  align-self: flex-start !important;
  font-size: clamp(34px, 9.2vw, 43px) !important;
  line-height: 1.04 !important;
  font-weight: 560 !important;
  text-align: left !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-english {
  align-self: flex-start !important;
  max-width: 10.8em !important;
  margin-top: 16px !important;
  font-size: clamp(21px, 6.05vw, 27px) !important;
  line-height: 1.16 !important;
  font-weight: 390 !important;
  text-align: left !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-copy-lead {
  align-self: flex-start !important;
  max-width: 22em !important;
  margin-top: 16px !important;
  font-size: clamp(13px, 3.45vw, 15px) !important;
  line-height: 1.78 !important;
  font-weight: 350 !important;
  color: rgba(29, 20, 24, 0.48) !important;
  text-align: left !important;
}

body main#top .hero-real-photo {
  height: auto !important;
  aspect-ratio: 1256 / 1574 !important;
  margin-top: 10px !important;
  overflow: visible !important;
}

body main#top .hero-real-photo::before {
  height: 24% !important;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.58) 54%, rgba(255, 255, 255, 0) 100%) !important;
}

body main#top .hero-real-photo::after {
  height: 8% !important;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body main#top .hero-real-photo img {
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
  object-position: unset !important;
  opacity: 0.84 !important;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
  margin-top: -72px !important;
}

body main#top .hero-section.hero-entry .hero-actions .primary-link,
body main#top .hero-section.hero-entry .hero-actions .secondary-link {
  min-height: 52px !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  font-size: clamp(16px, 4.25vw, 19px) !important;
  font-weight: 520 !important;
  box-shadow: 0 12px 28px rgba(29, 20, 24, 0.065) !important;
}

body main#top .home-collection-copy h2 {
  font-size: clamp(30px, 7.6vw, 40px) !important;
  line-height: 1.16 !important;
  font-weight: 540 !important;
}

body main#top .home-collection-actions .primary-link,
body main#top .home-collection-actions .secondary-link,
body main#top .home-collection-actions .as-button {
  min-height: 50px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  font-weight: 540 !important;
  box-shadow: none !important;
}

body main#top .home-preview-tile {
  height: clamp(250px, 62vw, 398px) !important;
}

@media (min-width: 900px) {
  .entry-gate-content {
    width: min(100% - 80px, 680px) !important;
  }

  .entry-gate h1 {
    font-size: clamp(80px, 8.8vw, 132px) !important;
  }

  .entry-gate-copy {
    font-size: clamp(16px, 1.2vw, 20px) !important;
  }

  body main#top .hero-section.hero-entry {
    padding-top: calc(var(--fixed-nav-height, 62px) + 40px) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block {
    grid-template-columns: minmax(360px, 0.4fr) minmax(520px, 0.6fr) !important;
    column-gap: clamp(38px, 4.6vw, 82px) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block h1 {
    font-size: clamp(48px, 4.1vw, 68px) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-english {
    max-width: 10em !important;
    margin-top: clamp(28px, 3.6vh, 46px) !important;
    font-size: clamp(32px, 2.9vw, 48px) !important;
    line-height: 1.16 !important;
    font-weight: 380 !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-copy-lead {
    margin-top: clamp(34px, 4.6vh, 58px) !important;
    font-size: clamp(15px, 1.05vw, 18px) !important;
  }

  body main#top .hero-real-photo {
    width: min(46vw, 640px) !important;
    height: auto !important;
    aspect-ratio: 1256 / 1574 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main#top .hero-real-photo::before {
    height: 18% !important;
  }

  body main#top .hero-real-photo::after {
    height: 10% !important;
  }

  body main#top .hero-real-photo img {
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    object-position: unset !important;
    opacity: 0.86 !important;
  }

  body main#top .hero-section.hero-entry .hero-actions .primary-link,
  body main#top .hero-section.hero-entry .hero-actions .secondary-link {
    min-height: 56px !important;
    font-size: clamp(16px, 1.2vw, 20px) !important;
  }

  body main#top .guide-header h2,
  body main#top .student-intro-copy h2,
  body main#top .artist-intro-copy h2,
  body main#top .home-collection-copy h2,
  body main#top .section-heading h2,
  body main#top .contact-section h2 {
    font-size: clamp(34px, 3.4vw, 54px) !important;
  }

  body main#top .student-intro-kicker,
  body main#top .student-intro-text p,
  body main#top .student-intro-meta dd,
  body main#top .artist-intro-copy p,
  body main#top .home-collection-copy p,
  body main#top .section-note,
  body main#top .claim-flow p,
  body main#top .contact-section p {
    font-size: clamp(15px, 1.05vw, 18px) !important;
  }
}

/* v1.18: clearer map, tighter nav, softer translations and elastic home rails. */
:root {
  --fixed-nav-height: 56px;
}

body .museum-bar {
  --nav-button-height: 38px;
  min-height: calc(56px + env(safe-area-inset-top)) !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

body .museum-bar .brand {
  gap: 8px !important;
  font-size: clamp(16px, 3vw, 20px) !important;
  line-height: 1 !important;
}

body .museum-bar .top-nav {
  align-items: center !important;
  gap: clamp(8px, 1.7vw, 20px) !important;
}

body .museum-bar .top-nav a {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: rgba(29, 20, 24, 0.64) !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

body .museum-bar .language-toggle,
body .museum-bar .info-menu summary {
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 13px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body .museum-bar .info-menu summary {
  min-width: 76px !important;
  gap: 6px !important;
}

body .museum-bar .info-menu summary::after {
  flex: 0 0 11px !important;
  width: 11px !important;
  height: 7px !important;
  margin-top: 0 !important;
  background-size: 11px 7px !important;
}

body main#top .home-preview-grid {
  grid-auto-columns: minmax(304px, 84vw) !important;
  gap: 10px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
  scroll-behavior: smooth !important;
  overscroll-behavior-inline: contain !important;
}

body main#top .home-preview-tile {
  height: clamp(292px, 74vw, 460px) !important;
  transform: translate3d(var(--rail-shift, 0px), 0, 0) scale(var(--rail-scale, 1)) !important;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform !important;
}

body main#top .home-preview-grid.is-elastic-scrolling .home-preview-tile {
  transition-timing-function: cubic-bezier(0.2, 1.24, 0.35, 1) !important;
}

body main#top .contact-section .glass-panel {
  padding: clamp(26px, 7vw, 42px) var(--milou-home-gutter, 24px) !important;
}

body main#top .contact-section h2 {
  max-width: 9em !important;
  font-size: clamp(24px, 6.4vw, 34px) !important;
  line-height: 1.12 !important;
}

body main#top .contact-section p {
  max-width: 23em !important;
}

body main#top .contact-section .contact-actions {
  justify-content: flex-start !important;
}

body main#top .contact-section .primary-link.as-button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
}

body main#top .maker-credit {
  padding-top: 20px !important;
  padding-bottom: 24px !important;
}

body main#top .maker-credit p,
body main#top .maker-credit a {
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body main#top .knowledge-map.knowledge-scroll-twin {
  --p: var(--twin-progress, 0) !important;
  perspective: none !important;
  background:
    radial-gradient(circle at 50% 51%, rgba(241, 108, 169, calc(0.11 + var(--p) * 0.08)), rgba(241, 108, 169, 0) 58%),
    transparent !important;
}

body main#top .knowledge-map.knowledge-scroll-twin::before,
body main#top .knowledge-map.knowledge-scroll-twin::after,
body main#top .knowledge-twin-atmosphere {
  display: none !important;
  content: none !important;
}

body main#top .knowledge-map.knowledge-scroll-twin svg {
  transform: none !important;
  filter: none !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-dot-layer,
body main#top .knowledge-map.knowledge-scroll-twin .knowledge-edge-layer,
body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center-layer,
body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node-layer {
  transform: none !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node,
body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node.is-small {
  animation: none !important;
  translate: 0 0 !important;
  scale: 1 !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-aura {
  fill: url(#knowledgeGlow) !important;
  stroke: rgba(29, 20, 24, 0.08) !important;
  stroke-width: 0.8 !important;
  opacity: calc(0.72 + var(--p) * 0.12) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-dot {
  fill: rgba(29, 20, 24, 0.2) !important;
  opacity: 0.88 !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-edge {
  stroke: rgba(29, 20, 24, 0.42) !important;
  stroke-width: 1.05 !important;
  stroke-dasharray: none !important;
  stroke-linecap: round !important;
  opacity: 0.76 !important;
  animation: none !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center circle {
  fill: #fff !important;
  stroke: rgba(29, 20, 24, 0.72) !important;
  stroke-width: 1.2 !important;
  filter: drop-shadow(0 7px 10px rgba(29, 20, 24, 0.16)) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center text,
body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node text {
  fill: rgba(29, 20, 24, 0.82) !important;
  font-weight: 560 !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node.is-main circle {
  fill: #f06fae !important;
  stroke: rgba(29, 20, 24, 0.88) !important;
  stroke-width: 1.2 !important;
  filter: drop-shadow(0 4px 8px rgba(29, 20, 24, 0.16)) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node.is-small circle {
  fill: #241c20 !important;
  stroke: #fff !important;
  stroke-width: 1.5 !important;
}

@media (max-width: 760px) {
  :root {
    --fixed-nav-height: 54px;
  }

  body .museum-bar {
    min-height: calc(54px + env(safe-area-inset-top)) !important;
    padding: calc(6px + env(safe-area-inset-top)) 12px 6px !important;
    gap: 8px !important;
  }

  body .museum-bar .brand {
    font-size: 16px !important;
  }

  body .museum-bar .brand > span:last-child {
    font-size: 15px !important;
  }

  body .museum-bar .language-toggle,
  body .museum-bar .info-menu summary {
    min-width: 48px !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
  }

  body .museum-bar .info-menu summary {
    min-width: 72px !important;
  }

  body.collection-page-body .museum-bar {
    grid-template-columns: minmax(0, 1fr) 42px 72px !important;
  }

  body.collection-page-body .collection-page-main {
    width: min(100%, 640px) !important;
    padding-top: calc(var(--fixed-nav-height, 54px) + 12px) !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.collection-page-body .collection-page-hero {
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  body.collection-page-body .collection-page-hero h1 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.12 !important;
  }

  body.collection-page-body .collection-page-hero p {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  body.collection-page-body .single-work-viewer {
    margin-top: 8px !important;
  }
}

/* v1.19 launch QA: active nav state, centered entry, and cleaner service block. */
body .museum-bar .top-nav a[aria-current="page"] {
  background: #1d1418 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(29, 20, 24, 0.12) !important;
}

body .museum-bar .top-nav a[aria-current="page"]:hover {
  color: #fff !important;
}

.entry-gate-content {
  width: min(100% - 48px, 560px) !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  padding-top: calc(env(safe-area-inset-top) + clamp(28px, 8vh, 72px)) !important;
  padding-bottom: calc(env(safe-area-inset-bottom) + clamp(28px, 8vh, 72px)) !important;
  align-content: center !important;
  justify-content: center !important;
  justify-items: center !important;
  text-align: center !important;
}

.entry-gate-kicker,
.entry-gate h1,
.entry-gate-copy {
  text-align: center !important;
}

.entry-gate-copy {
  margin-right: auto !important;
  margin-left: auto !important;
}

.entry-gate-button {
  margin-top: clamp(34px, 7vh, 54px) !important;
}

body main#top .contact-section h2 {
  max-width: 11em !important;
  font-size: clamp(25px, 6vw, 36px) !important;
}

body main#top .contact-section p {
  max-width: 29em !important;
}

body main#top .contact-section .primary-link.as-button {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-color: rgba(29, 20, 24, 0.18) !important;
  background: #1d1418 !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(29, 20, 24, 0.08) !important;
}

@media (min-width: 900px) {
  body .museum-bar .top-nav a[aria-current="page"] {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .entry-gate-content {
    width: min(100% - 96px, 700px) !important;
  }
}

@media (max-width: 760px) {
  body .museum-bar .top-nav a[aria-current="page"] {
    min-height: 34px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .entry-gate-content {
    width: min(100% - 40px, 540px) !important;
  }
}

/* v1.20 final responsive and motion pass: lock nav, desktop rails and cohesive motion. */
body .museum-bar .language-toggle,
body .museum-bar .info-menu summary {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
}

body .museum-bar .info-menu summary {
  min-width: 84px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
  gap: 8px !important;
  line-height: 1 !important;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

body .museum-bar .info-menu summary::after {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 10px !important;
  height: 6px !important;
  content: "" !important;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.25 5 4.75l3.5-3.5' fill='none' stroke='%23291f22' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 6px no-repeat !important;
  align-self: center !important;
  margin: 0 0 0 2px !important;
  transform: none !important;
  transform-origin: center !important;
}

body .museum-bar .info-menu[open] summary::after {
  transform: rotate(180deg) !important;
}

.collection-page-body[data-collection="student"] .student-frame-stage {
  width: min(100%, 980px) !important;
  justify-content: center !important;
}

.collection-page-body[data-collection="student"] .student-touch-frame {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  overflow: visible !important;
  background: transparent !important;
}

.collection-page-body[data-collection="student"] .student-touch-frame img {
  width: auto !important;
  max-width: min(100%, 880px) !important;
  max-height: min(68svh, 760px) !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  margin-top: clamp(20px, 7vw, 34px) !important;
}

body main#top .home-preview-tile,
body main#top .home-preview-tile::before,
body main#top .home-preview-tile::after {
  background: transparent !important;
  box-shadow: none !important;
}

body main#top .home-preview-tile img {
  background: transparent !important;
  box-shadow: none !important;
}

body main#top .home-collection-actions .primary-link,
body main#top .hero-actions .primary-link,
body main#top .hero-actions .secondary-link,
body main#top .contact-section .primary-link.as-button {
  transition:
    transform 260ms cubic-bezier(0.2, 1, 0.25, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease !important;
}

body main#top .home-collection-actions .primary-link:hover,
body main#top .hero-actions .primary-link:hover,
body main#top .hero-actions .secondary-link:hover,
body main#top .contact-section .primary-link.as-button:hover {
  transform: translate3d(0, -2px, 0) !important;
}

body main#top .home-collection-actions .primary-link:active,
body main#top .hero-actions .primary-link:active,
body main#top .hero-actions .secondary-link:active,
body main#top .contact-section .primary-link.as-button:active {
  transform: translate3d(0, 0, 0) scale(0.985) !important;
}

body main#top .home-preview-tile {
  transform: translate3d(var(--rail-shift, 0px), 0, 0) scale(var(--rail-scale, 1)) !important;
  transition:
    transform 520ms cubic-bezier(0.18, 1.18, 0.28, 1),
    opacity 420ms ease !important;
}

body main#top .home-preview-grid.is-elastic-scrolling .home-preview-tile {
  transition-duration: 360ms !important;
  transition-timing-function: cubic-bezier(0.18, 1.34, 0.24, 1) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin {
  transform: translate3d(0, var(--twin-y, 0px), 0) !important;
  transition: transform 180ms linear !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-edge-layer {
  transform: translate3d(var(--twin-edge-x, 0px), var(--twin-edge-y, 0px), 0) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node-layer {
  transform: translate3d(var(--twin-node-x, 0px), var(--twin-node-y, 0px), 0) !important;
}

body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center-layer {
  transform: translate3d(0, var(--twin-center-y, 0px), 0) scale(var(--twin-center-scale, 1)) !important;
  transform-origin: center !important;
}

@media (min-width: 900px) {
  body main#top .hero-section.hero-entry {
    padding-top: calc(var(--fixed-nav-height, 56px) + clamp(42px, 4.8vw, 72px)) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block {
    width: min(100%, 1540px) !important;
    min-height: calc(100vh - var(--fixed-nav-height, 56px) - 118px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 0.42fr) minmax(520px, 0.58fr) !important;
    grid-template-rows: auto auto auto auto auto !important;
    column-gap: clamp(68px, 8vw, 150px) !important;
    row-gap: 0 !important;
    align-content: start !important;
    align-items: start !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .section-label {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block h1 {
    grid-column: 1 !important;
    grid-row: 2 !important;
    max-width: 8em !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-english {
    grid-column: 1 !important;
    grid-row: 3 !important;
    max-width: 10.2em !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-copy-lead {
    grid-column: 1 !important;
    grid-row: 4 !important;
    max-width: 24em !important;
    margin-top: clamp(22px, 2.8vh, 36px) !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: min(100%, 520px) !important;
    margin-top: clamp(20px, 3vh, 34px) !important;
    align-self: start !important;
  }

  body main#top .hero-real-photo {
    grid-column: 2 !important;
    grid-row: 2 / 6 !important;
    width: min(44vw, 700px) !important;
    height: auto !important;
    margin: 0 0 0 auto !important;
    align-self: end !important;
    justify-self: end !important;
    z-index: 0 !important;
  }

  body main#top .student-intro-section {
    width: min(100% - 96px, 1360px) !important;
    margin-inline: auto !important;
    padding: clamp(84px, 8vw, 132px) 0 !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 0.9fr) !important;
    column-gap: clamp(64px, 8vw, 140px) !important;
    align-items: start !important;
  }

  body main#top .student-intro-copy {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 !important;
  }

  body main#top .student-intro-text {
    display: grid !important;
    gap: 14px !important;
    margin-top: 34px !important;
  }

  body main#top .student-intro-text p {
    max-width: 30em !important;
    margin: 0 !important;
  }

  body main#top .student-intro-meta {
    margin-top: clamp(44px, 5vw, 76px) !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 46px !important;
  }

  body main#top .student-intro-letter {
    width: min(100%, 560px) !important;
    margin: 0 0 0 auto !important;
    padding: clamp(42px, 4.5vw, 68px) !important;
    box-shadow: 0 18px 60px rgba(29, 20, 24, 0.035) !important;
  }

  body main#top .home-collections {
    width: min(100% - 96px, 1540px) !important;
    margin-inline: auto !important;
    overflow: hidden !important;
  }

  body main#top .home-collection-block {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(520px, 56vh, 700px) !important;
    margin: 0 !important;
    padding: clamp(84px, 8vw, 128px) 0 !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 460px) minmax(0, 1fr) !important;
    column-gap: clamp(74px, 8vw, 150px) !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  body main#top .home-collection-copy {
    position: relative !important;
    z-index: 2 !important;
    max-width: 460px !important;
    align-self: center !important;
  }

  body main#top .home-collection-copy h2 {
    max-width: 11em !important;
    font-size: clamp(34px, 3.15vw, 52px) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  body main#top .home-collection-copy p {
    max-width: 24em !important;
    margin-top: 18px !important;
  }

  body main#top .home-preview-grid {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 0 24px !important;
    grid-auto-columns: minmax(300px, min(30vw, 430px)) !important;
    gap: clamp(26px, 3.2vw, 50px) !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }

  body main#top .home-preview-tile {
    height: clamp(300px, 31vw, 470px) !important;
    scroll-snap-align: center !important;
  }

  body main#top .home-preview-tile.is-artist img,
  body main#top .home-preview-tile.is-student img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  body main#top .claim-section,
  body main#top .collections-section,
  body main#top .contact-section,
  body main#top .maker-credit {
    width: min(100% - 96px, 1360px) !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 760px) {
  body .museum-bar {
    grid-template-columns: minmax(0, 1fr) 48px 84px !important;
  }

  body.collection-page-body .museum-bar {
    grid-template-columns: minmax(0, 1fr) 48px 84px !important;
  }

  body .museum-bar .language-toggle {
    min-width: 48px !important;
  }

  body .museum-bar .info-menu summary {
    min-width: 84px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    gap: 5px !important;
  }

  body main#top .hero-section.hero-entry {
    padding-top: calc(var(--fixed-nav-height, 62px) + 14px) !important;
  }

  body main#top .hero-real-photo {
    height: clamp(212px, 30svh, 258px) !important;
    aspect-ratio: auto !important;
    margin-top: 12px !important;
    overflow: visible !important;
  }

  body main#top .hero-real-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
    margin-top: clamp(14px, 4vw, 20px) !important;
  }

  body main#top .home-preview-grid {
    grid-auto-columns: minmax(300px, 84vw) !important;
    gap: 8px !important;
  }

  body main#top .home-preview-tile {
    height: clamp(292px, 72vw, 440px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body main#top .home-preview-tile,
  body main#top .knowledge-map.knowledge-scroll-twin,
  body main#top .knowledge-map.knowledge-scroll-twin .knowledge-edge-layer,
  body main#top .knowledge-map.knowledge-scroll-twin .knowledge-node-layer,
  body main#top .knowledge-map.knowledge-scroll-twin .knowledge-center-layer {
    transform: none !important;
    transition: none !important;
  }
}

/* v1.26: keep final artwork displays clean without legacy rounded frames. */
body.collection-page-body[data-collection="artist"] .single-work-image,
body.collection-page-body[data-collection="artist"] .single-work-image img,
body main#top .home-preview-tile.is-artist,
body main#top .home-preview-tile.is-artist img {
  border-radius: 0 !important;
}

body.collection-page-body[data-collection="artist"] .single-work-image {
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.collection-page-body[data-collection="artist"] .single-work-image img {
  background: transparent !important;
}

#collectionPageDetail[data-active-work-id="student-022"] .student-touch-frame,
#collectionPageDetail[data-active-work-id="student-022"] .student-touch-frame img {
  background: transparent !important;
}

/* v1.27: student 022 uses the supplied transparent framed artwork without a white image slab;
   mobile hero photo lays out like the share poster instead of a small centered card. */
#collectionPageDetail[data-active-work-id="student-022"] .student-touch-frame {
  width: min(88vw, 760px) !important;
  max-width: 100% !important;
  box-shadow: none !important;
  filter: none !important;
}

#collectionPageDetail[data-active-work-id="student-022"] .student-touch-frame img {
  width: 100% !important;
  max-width: none !important;
  max-height: min(62svh, 680px) !important;
  filter: none !important;
}

@media (max-width: 760px) {
  body main#top .hero-section.hero-entry {
    background:
      radial-gradient(circle at 80% 58%, rgba(255, 202, 222, 0.16), rgba(255, 202, 222, 0) 34%),
      #fff !important;
  }

  body main#top .hero-real-photo {
    width: calc(100% + (var(--milou-home-gutter, 24px) * 2)) !important;
    height: clamp(342px, 45svh, 382px) !important;
    aspect-ratio: auto !important;
    margin: clamp(8px, 2.6vw, 14px) calc(var(--milou-home-gutter, 24px) * -1) 0 !important;
    overflow: hidden !important;
  }

  body main#top .hero-real-photo::before {
    height: 32% !important;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%) !important;
  }

  body main#top .hero-real-photo::after {
    height: 16% !important;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
  }

  body main#top .hero-real-photo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    opacity: 0.88 !important;
    filter: saturate(1.02) contrast(1.01) brightness(1.04) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main#top .hero-section.hero-entry > .hero-copy-block .hero-actions {
    position: relative !important;
    z-index: 3 !important;
    margin-top: clamp(-66px, -8vw, -48px) !important;
  }
}

/* v1.28: crop only the empty wall area so the mobile hero photo fills like the poster
   while both entry buttons remain visible in the first viewport. */
