:root {
  /* Provisional collection tokens pending final palette approval. */
  --color-primary: #455146;
  --color-secondary: #b9b7a4;
  --color-accent: #b78b52;
  --color-background: #eee9df;
  --color-surface: #e6dfd3;
  --color-text: #292c28;
  --color-text-muted: #6f716a;
  --color-border: rgba(41, 44, 40, .24);
  --color-button: #354038;
  --color-link: #38443b;
  --color-overlay: rgba(35, 38, 34, .5);
  --shadow-soft: 0 20px 60px rgba(55, 51, 43, .12);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-background);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}
body:has(dialog[open]) { overflow: hidden; }
button, a, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 1px solid var(--color-text); outline-offset: 5px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--color-text); color: var(--color-background); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 4.5rem;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled { background: rgba(238, 233, 223, .9); border-color: var(--color-border); backdrop-filter: blur(12px); }
.wordmark, .footer-wordmark { font-size: .82rem; font-weight: 600; letter-spacing: .22em; }
.wordmark { font-weight: 400; }
.site-nav { display: flex; gap: clamp(1rem, 3vw, 3rem); }
.menu-trigger { display: none; }
.site-nav a, .bag-trigger { font-size: .67rem; letter-spacing: .14em; }
.bag-trigger { justify-self: end; min-height: 44px; border: 0; padding: .75rem 0; background: none; cursor: pointer; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: #c8d3d3 url("https://pub-315c9ac9430a4350b73840beececf378.r2.dev/hero/collection-01/hero-bg-clean.jpg") center / cover no-repeat; transform: scale(var(--hero-scale, 1)); transform-origin: center; will-change: transform; }
.hero-layer { position: absolute; display: block; pointer-events: none; user-select: none; will-change: translate, transform; }
.hero-layer--background { inset: -2%; width: 104%; height: 104%; object-fit: cover; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); }
.hero-layer--distant { inset: -1%; width: 102%; height: 102%; object-fit: cover; opacity: .72; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); }
.hero-layer--mid { top: 15%; right: 9%; width: min(45vw, 670px); height: auto; opacity: .6; transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) rotate(var(--hero-rotate, 0deg)); }
.hero-layer--cat { left: 50%; bottom: -3%; width: min(14vw, 205px); height: auto; transform: translate3d(-50%, var(--hero-y, 0), 0); filter: drop-shadow(0 1.2rem 1.8rem rgba(92, 76, 55, .08)); }
.hero-layer--front-a { left: -22%; bottom: -12%; width: min(55vw, 820px); height: auto; opacity: .26; filter: blur(20px); transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) rotate(var(--hero-rotate, 0deg)); }
.hero-layer--front-b { right: -24%; top: 3%; width: min(48vw, 720px); height: auto; opacity: .2; filter: blur(24px); transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) rotate(var(--hero-rotate, 0deg)) scaleX(-1); }
.hero-copy { position: absolute; top: 28%; left: var(--page-pad); opacity: var(--hero-copy-opacity, 1); transform: translate3d(0, var(--hero-copy-y, 0), 0); will-change: opacity, transform; }
.eyebrow { margin: 0 0 1.3rem; font-size: .65rem; letter-spacing: .18em; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 6.5rem); font-weight: 300; color: rgba(41, 44, 40, .78); }
h2 { font-size: clamp(3rem, 7vw, 7rem); }
.asset-notice { position: absolute; right: var(--page-pad); bottom: 1.5rem; margin: 0; color: rgba(41,44,40,.62); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(7rem, 15vw, 14rem) var(--page-pad); }
.art-section { padding: clamp(7rem, 12vw, 12rem) 0; background: var(--color-background); }
.collection-window { width: 90vw; max-width: 1680px; margin: 0 auto; border: 1px solid rgba(41, 44, 40, .2); background: #f1ede5; overflow: hidden; }
.collection-window-bar { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 3.6rem; padding: 0 clamp(1rem, 2.5vw, 2.5rem); border-bottom: 1px solid rgba(41, 44, 40, .18); }
.collection-window-bar p { margin: 0; font-size: .61rem; letter-spacing: .14em; }
.collection-window-bar span { justify-self: end; width: clamp(4rem, 10vw, 9rem); height: 1px; background: rgba(41, 44, 40, .12); }
.collection-window-body { position: relative; overflow: clip; }
.collection-opening { min-height: 86svh; display: grid; align-content: center; padding: clamp(5rem, 10vw, 11rem) clamp(1.5rem, 7vw, 8rem); }
.collection-opening h2 { max-width: 9ch; }
.artwork-list { position: relative; }
.artwork-chapter { position: relative; margin: 0; }
.artwork-image-wrap { position: relative; will-change: transform; transform: translate3d(0, var(--drift-y, 0), 0); }
.artwork-image-wrap img { display: block; width: 100%; height: auto; background: var(--color-surface); }
.artwork-number { margin: 0; font-size: .58rem; letter-spacing: .16em; }
.artwork-chapter--01 { display: grid; grid-template-columns: minmax(0, 6fr) minmax(8rem, 3fr); align-items: center; gap: clamp(2rem, 7vw, 9rem); min-height: 110svh; padding: 12svh clamp(1.5rem, 7vw, 8rem); }
.artwork-chapter--01 .artwork-image-wrap { width: min(38vw, 560px); }
.artwork-chapter--01 .artwork-number { align-self: center; }
.collection-pause--opening { position: relative; min-height: 70svh; }
.tiny-dream-fish { position: absolute; left: 68%; top: 42%; width: 1.5rem; height: .68rem; border-radius: 55% 45% 52% 48%; background: rgba(185, 127, 81, .35); filter: blur(.4px); }
.tiny-dream-fish::after, .foreground-dream-fish::after { content: ""; position: absolute; left: -42%; top: 11%; width: 50%; height: 78%; background: inherit; clip-path: polygon(100% 50%, 0 0, 20% 50%, 0 100%); }
.artwork-chapter--02 { min-height: 145svh; display: grid; place-items: center; padding: 22svh clamp(1rem, 6vw, 7rem); background: #11151a; color: #e8e2d9; }
.artwork-chapter--02 .artwork-image-wrap { width: min(31vw, 440px); }
.artwork-chapter--02 .artwork-number { position: absolute; right: 6%; bottom: 8%; color: rgba(232, 226, 217, .58); }
.foreground-dream-fish { position: absolute; z-index: 2; width: clamp(11rem, 24vw, 26rem); aspect-ratio: 2.15; border-radius: 55% 45% 50% 50%; background: rgba(234, 137, 76, .16); filter: blur(24px); pointer-events: none; will-change: transform; transform: translate3d(0, var(--drift-y, 0), 0) rotate(var(--fish-rotate, -10deg)); }
.artwork-chapter--02 .foreground-dream-fish { left: -12%; bottom: 5%; }
.artwork-chapter--03 { min-height: 150svh; display: grid; align-content: center; justify-items: center; padding: 20svh clamp(1rem, 3vw, 3rem); }
.artwork-chapter--03 .artwork-image-wrap { width: min(75vw, 1120px); }
.artwork-chapter--03 .artwork-number { justify-self: start; width: min(75vw, 1120px); margin-top: 1rem; }
.collection-pause--still { position: relative; min-height: 90svh; }
.collection-pause--still::before { content: ""; position: absolute; left: 50%; top: 50%; width: 1px; height: 18vh; background: rgba(41, 44, 40, .15); }
.collection-pause--still .tiny-dream-fish { left: calc(50% - .7rem); top: calc(50% - 2.5rem); transform: rotate(-75deg); }
.artwork-chapter--04 { min-height: 135svh; display: grid; align-content: center; justify-items: end; padding: 18svh clamp(1.5rem, 7vw, 8rem); background: linear-gradient(90deg, #f1ede5 0 17%, #151820 17% 100%); color: #ece6dd; }
.artwork-chapter--04 .artwork-image-wrap { width: min(51vw, 760px); margin-right: 6%; }
.artwork-chapter--04 .artwork-number { width: min(51vw, 760px); margin: 1rem 6% 0 0; color: rgba(236, 230, 221, .58); }
.artwork-chapter--04 .foreground-dream-fish { right: -13%; top: 12%; --fish-rotate: 14deg; }
.artwork-chapter--05 { min-height: 145svh; display: grid; align-content: center; justify-items: center; padding: 20svh clamp(1.5rem, 7vw, 8rem) 28svh; }
.artwork-chapter--05 .artwork-image-wrap { width: min(57vw, 840px); }
.artwork-chapter--05 .artwork-number { width: min(57vw, 840px); margin-top: 1rem; }
.collection-exit { display: grid; justify-items: center; align-content: end; min-height: 50svh; padding-bottom: 4rem; }
.collection-exit span { width: 1px; height: 18vh; background: rgba(41, 44, 40, .2); }
.collection-exit p { margin: 1.25rem 0 0; font-size: .58rem; letter-spacing: .16em; }
[data-reveal] { opacity: 0; transform: translate3d(0, 30px, 0); transition: opacity 1.15s cubic-bezier(.22, .61, .36, 1), transform 1.15s cubic-bezier(.22, .61, .36, 1); }
[data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 4rem; margin-bottom: clamp(4rem, 10vw, 9rem); }
.section-note { max-width: 22rem; margin: 0; color: var(--color-text-muted); }

.wallpaper-section { background: #e5ded2; }
.wallpaper-window { display: grid; grid-template-columns: minmax(13rem, .7fr) 2fr; min-height: 42rem; border-top: 1px solid var(--color-border); }
.wallpaper-list { padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--color-border); }
.wallpaper-item { display: block; width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--color-border); background: none; text-align: left; cursor: pointer; }
.wallpaper-item[aria-selected="true"] { padding-left: 1rem; }
.wallpaper-preview-panel { min-width: 0; display: grid; grid-template-rows: 1fr auto; justify-items: center; padding: 2rem 0 0 3rem; }
.wallpaper-preview { display: grid; place-items: center; width: min(100%, 70rem); height: min(58svh, 42rem); min-height: 0; overflow: hidden; background: transparent; color: var(--color-text-muted); text-align: center; font-size: .65rem; letter-spacing: .15em; transition: opacity .45s ease; }
.wallpaper-preview.is-changing { opacity: 0; }
.wallpaper-preview img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.wallpaper-meta { width: min(100%, 70rem); display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; }
.wallpaper-meta p { margin: 0; }
.download-options { display: flex; flex-wrap: wrap; justify-content: end; gap: 1.5rem; }
.download-group { display: grid; gap: .55rem; min-width: 7.5rem; }
.download-group-title { margin: 0; color: var(--color-text-muted); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.download-options a { width: fit-content; border-bottom: 1px solid currentColor; font-size: .67rem; letter-spacing: .1em; }

.transition-section { min-height: 78svh; display: grid; place-content: center; text-align: center; font-family: var(--serif); font-size: clamp(2.6rem, 8vw, 8rem); line-height: .88; background: var(--color-primary); color: #e9e4da; }
.transition-section p { margin: 0; }
.objects-section { min-height: 80svh; }
.object-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 6vw, 7rem) clamp(1.5rem, 4vw, 4rem); }
.object-card { border: 0; padding: 0; background: none; text-align: left; cursor: pointer; }
.object-card img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; background: var(--color-surface); }
.object-card-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; font-size: .72rem; }
.object-card-meta p { margin: 0; }
.empty-state { max-width: 31rem; color: var(--color-text-muted); }
.objects-coming-soon { font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 300; line-height: 1.35; color: rgba(41, 44, 40, .58); }
.about-section { min-height: 90svh; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); align-items: center; gap: clamp(4rem, 10vw, 10rem); }
.about-section h2 { font-weight: 300; color: rgba(41, 44, 40, .72); }
.about-copy { width: min(32rem, 100%); margin: 3rem 0 0; font-family: var(--serif); font-size: clamp(1rem, 1.8vw, 1.45rem); font-weight: 300; line-height: 1.35; color: rgba(41, 44, 40, .65); }
.contact-form { align-self: center; }
.contact-form label { display: block; padding: 1rem 0; border-top: 1px solid var(--color-border); }
.contact-form label > span { display: block; margin-bottom: .55rem; font-size: .58rem; letter-spacing: .14em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-radius: 0; outline: 0; padding: .25rem 0; background: transparent; color: var(--color-text); font: inherit; font-size: .9rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 0 1px 0 var(--color-text); }
.contact-submit { width: 100%; min-height: 3.2rem; border: 1px solid var(--color-text); background: transparent; color: var(--color-text); font-size: .62rem; letter-spacing: .14em; cursor: pointer; }
.contact-submit:hover { background: var(--color-text); color: var(--color-background); }
.contact-note { margin: .8rem 0 0; color: var(--color-text-muted); font-size: .62rem; line-height: 1.5; }
.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; padding: 3rem var(--page-pad); border-top: 1px solid var(--color-border); font-size: .62rem; letter-spacing: .1em; }
.footer-wordmark { font-weight: 300; color: rgba(41, 44, 40, .65); }
.site-footer p { margin: 0; }
.site-footer p:last-child { justify-self: end; }

dialog { color: var(--color-text); background: var(--color-background); }
dialog::backdrop { background: var(--color-overlay); backdrop-filter: blur(4px); }
.product-dialog { width: calc(100% - 3rem); max-width: 1400px; height: calc(100% - 3rem); max-height: none; margin: auto; padding: 0; border: 0; box-shadow: var(--shadow-soft); }
.dialog-close { min-width: 44px; min-height: 44px; border: 0; background: none; cursor: pointer; font-size: .67rem; letter-spacing: .14em; }
.product-dialog > .dialog-close { position: absolute; z-index: 2; top: 1.5rem; right: 1.5rem; }
.product-layout { display: grid; grid-template-columns: 3fr 2fr; min-height: 100%; }
.product-gallery { padding: 4.5rem 2rem 2rem; background: var(--color-surface); overflow: auto; }
.product-gallery img { display: block; width: 100%; max-height: calc(100vh - 8rem); object-fit: contain; }
.product-info { align-self: center; padding: 5rem clamp(2rem, 5vw, 5rem); }
.product-price { margin: 1.5rem 0; font-size: 1rem; }
.product-collection { margin: 2rem 0; font-size: .63rem; letter-spacing: .11em; }
.product-detail { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--color-border); font-size: .75rem; }
.variant-select { width: 100%; margin: 1.5rem 0; padding: .9rem; border: 1px solid var(--color-border); border-radius: 0; background: transparent; }
.primary-action { width: 100%; min-height: 3.2rem; border: 1px solid var(--color-button); background: var(--color-button); color: var(--color-background); letter-spacing: .12em; font-size: .68rem; cursor: pointer; }
.primary-action:disabled { opacity: .4; cursor: not-allowed; }
.product-status, .checkout-note { color: var(--color-text-muted); font-size: .72rem; }
.bag-dialog { width: min(34rem, 100%); max-width: none; height: 100%; max-height: none; margin: 0 0 0 auto; padding: 0; border: 0; }
.bag-header { display: flex; justify-content: space-between; align-items: center; padding: 2rem; border-bottom: 1px solid var(--color-border); }
.bag-header h2 { font-family: var(--sans); font-size: .78rem; letter-spacing: .13em; }
.bag-lines { padding: 0 2rem; }
.bag-dialog > .empty-state { padding: 2rem; }
.bag-line { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--color-border); }
.bag-line img { width: 5rem; aspect-ratio: 1; object-fit: cover; background: var(--color-surface); }
.bag-line p { margin: 0 0 .3rem; font-size: .75rem; }
.quantity-control { display: flex; align-items: center; gap: .6rem; margin-top: .8rem; }
.quantity-control button, .bag-remove { min-width: 2rem; min-height: 2rem; border: 1px solid var(--color-border); background: none; cursor: pointer; }
.bag-remove { border: 0; font-size: .65rem; letter-spacing: .1em; }
.bag-footer { position: absolute; inset: auto 0 0; padding: 2rem; border-top: 1px solid var(--color-border); background: var(--color-background); }
.bag-subtotal { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: .75rem; }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 1rem; min-height: 4rem; }
  .menu-trigger { position: relative; display: block; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-trigger span { position: absolute; left: 12px; width: 20px; height: 1px; background: currentColor; transition: transform .25s ease, top .25s ease; }
  .menu-trigger span:first-child { top: 18px; }
  .menu-trigger span:last-child { top: 25px; }
  .site-header.menu-open .menu-trigger span:first-child { top: 22px; transform: rotate(45deg); }
  .site-header.menu-open .menu-trigger span:last-child { top: 22px; transform: rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .75rem var(--page-pad) 1.25rem; border-bottom: 1px solid var(--color-border); background: rgba(238, 233, 223, .97); backdrop-filter: blur(12px); }
  .site-header.menu-open { background: rgba(238, 233, 223, .97); border-color: var(--color-border); }
  .site-header.menu-open .site-nav { display: flex; }
  .site-nav a { padding: .85rem 0; }
  .hero-copy { top: 23%; }
  h1 { font-size: clamp(2rem, 8vw, 3.4rem); line-height: 1.02; }
  .hero-layer--background { object-position: center center; }
  .hero-layer--distant { opacity: .62; }
  .hero-layer--mid { top: 18%; right: -4%; width: 74vw; opacity: .48; }
  .hero-layer--cat { width: min(32vw, 145px); bottom: -1%; }
  .hero-layer--front-a { left: -42%; bottom: -3%; width: 92vw; opacity: .35; }
  .hero-layer--front-b { right: -48%; bottom: 8%; width: 90vw; opacity: .34; }
  .section { padding-top: 8rem; padding-bottom: 8rem; }
  .collection-window { width: calc(100% - 1.25rem); }
  .collection-window-bar { min-height: 3.25rem; }
  .collection-window-bar span { width: 3rem; }
  .collection-opening { min-height: 78svh; padding: 5rem 1.25rem; }
  .collection-opening h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .artwork-chapter--01 { grid-template-columns: 1fr; gap: 2rem; min-height: 115svh; padding: 14svh 1.25rem; }
  .artwork-chapter--01 .artwork-image-wrap { width: 78%; }
  .artwork-chapter--01 .artwork-number { justify-self: end; }
  .collection-pause--opening { min-height: 55svh; }
  .artwork-chapter--02 { min-height: 125svh; padding: 18svh 1.25rem; }
  .artwork-chapter--02 .artwork-image-wrap { width: 66%; }
  .artwork-chapter--03 { min-height: 125svh; padding: 16svh .75rem; }
  .artwork-chapter--03 .artwork-image-wrap, .artwork-chapter--03 .artwork-number { width: 100%; }
  .collection-pause--still { min-height: 70svh; }
  .artwork-chapter--04 { min-height: 125svh; padding: 16svh 1.25rem; background: linear-gradient(90deg, #f1ede5 0 7%, #151820 7% 100%); }
  .artwork-chapter--04 .artwork-image-wrap, .artwork-chapter--04 .artwork-number { width: 84%; margin-right: 0; }
  .artwork-chapter--05 { min-height: 130svh; padding: 18svh 1.25rem 24svh; }
  .artwork-chapter--05 .artwork-image-wrap, .artwork-chapter--05 .artwork-number { width: 92%; }
  .foreground-dream-fish { filter: blur(18px); opacity: .7; }
  .section-heading-row { display: block; margin-bottom: 4rem; }
  .section-note { margin-top: 2rem; }
  .wallpaper-window { display: block; min-height: auto; }
  .wallpaper-list { padding: 1rem 0 2rem; border-right: 0; }
  .wallpaper-preview-panel { padding: 0; }
  .wallpaper-preview { width: 100%; height: min(44svh, 24rem); min-height: 0; }
  .wallpaper-preview img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
  .wallpaper-meta { width: 100%; }
  .wallpaper-meta { display: block; }
  .download-options { justify-content: start; margin-top: 1rem; }
  .transition-section { min-height: 62svh; }
  .object-grid { grid-template-columns: 1fr; }
  .about-section { min-height: auto; grid-template-columns: 1fr; gap: 5rem; }
  .about-section h2 { font-size: clamp(2.7rem, 14vw, 4.25rem); }
  .about-copy { margin-top: 2rem; font-size: 1rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p:last-child { justify-self: start; }
  .product-dialog { width: 100%; height: 100%; }
  .product-layout { display: block; }
  .product-gallery { min-height: 60svh; padding: 4.5rem 1rem 1rem; }
  .product-info { padding: 3rem 1.5rem 6rem; }
  .bag-dialog { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-parallax-scene] > * { transform: none !important; }
  .hero-layer { animation: none !important; translate: none !important; }
  .hero-layer--cat { transform: translateX(-50%) !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  [data-drift] { transform: none !important; }
}

/* Collection Window: one-screen manual artwork viewer. */
.art-section { padding: clamp(2rem, 4vw, 4rem) 0; }
.collection-window { height: min(900px, calc(100svh - 2rem)); min-height: min(560px, calc(100svh - 2rem)); display: grid; grid-template-rows: auto minmax(0, 1fr); }
.collection-window-body { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; }
.collection-opening { min-height: 0; display: grid; grid-template-columns: minmax(8rem, 18%) minmax(0, 1fr); align-items: center; gap: clamp(1rem, 3vw, 3rem); padding: 1rem clamp(1rem, 2.5vw, 2.5rem); border-right: 0; border-bottom: 1px solid rgba(41, 44, 40, .16); }
.collection-opening .eyebrow { margin: 0; font-size: .58rem; white-space: nowrap; }
.collection-opening h2 { max-width: none; font-family: var(--sans); font-size: clamp(.72rem, 1.15vw, 1rem); font-weight: 400; line-height: 1.25; letter-spacing: .025em; }
.collection-opening h2 { white-space: nowrap; }
.collection-viewer { position: relative; min-width: 0; min-height: 0; display: grid; place-items: center; padding: 1rem clamp(3.25rem, 6vw, 6rem); overflow: hidden; }
.artwork-list { width: 100%; height: 100%; min-height: 0; }
.artwork-slide { position: relative; width: 100%; height: 100%; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.artwork-slide[hidden] { display: none; }
.artwork-image-wrap { width: 100%; height: 100%; min-height: 0; display: flex; align-items: center; justify-content: center; transform: none; overflow: hidden; }
.artwork-image-wrap img { display: block; flex: 0 1 auto; width: auto; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.artwork-slide--03 .artwork-image-wrap img { width: auto; height: 100%; max-width: 100%; max-height: 100%; }
.artwork-number { position: static; justify-self: end; margin: .5rem 0 0; color: var(--color-text); }
.artwork-arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; transform: translateY(-50%); border: 0; background: transparent; font-size: 1.2rem; font-weight: 300; cursor: pointer; }
.artwork-arrow--previous { left: .65rem; }
.artwork-arrow--next { right: .65rem; }
.artwork-arrow:hover { background: rgba(41, 44, 40, .05); }
.artwork-controls { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 3.5rem; padding: 0 clamp(1rem, 2.5vw, 2.5rem); border-top: 1px solid rgba(41, 44, 40, .16); }
.artwork-pagination { grid-column: 2; display: flex; gap: .25rem; }
.artwork-pagination button { min-width: 36px; min-height: 36px; border: 0; background: transparent; color: var(--color-text-muted); font-size: .58rem; letter-spacing: .1em; cursor: pointer; }
.artwork-pagination button[aria-current="true"] { color: var(--color-text); border-bottom: 1px solid currentColor; }
.artwork-status { grid-column: 3; justify-self: end; margin: 0; font-size: .58rem; letter-spacing: .12em; }
.tiny-dream-fish, .foreground-dream-fish, .collection-pause, .collection-exit { display: none !important; }

@media (max-width: 760px) {
  .art-section { padding: 1rem 0; }
  .collection-window { width: calc(100% - 1rem); height: calc(100svh - 2rem); min-height: min(500px, calc(100svh - 2rem)); }
  .collection-opening { grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 1rem; padding: .8rem 1rem; }
  .collection-opening .eyebrow { margin: 0; font-size: .52rem; white-space: nowrap; }
  .collection-opening h2 { font-size: clamp(.68rem, 2.8vw, .78rem); line-height: 1.25; }
  .collection-viewer { padding: .75rem 2.75rem .5rem; }
  .artwork-image-wrap { height: auto; }
  .artwork-arrow--previous { left: .15rem; }
  .artwork-arrow--next { right: .15rem; }
  .artwork-controls { min-height: 3.25rem; padding: 0 .75rem; }
  .artwork-pagination { gap: 0; }
  .artwork-pagination button { min-width: 32px; min-height: 44px; }
}
