:root {
  --ink: #11110f;
  --ink-soft: #23221f;
  --paper: #f3f1eb;
  --paper-soft: #e7e3da;
  --line: rgba(242, 239, 230, 0.19);
  --brass: #c6a466;
  --muted: #aba89f;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

#sammlung,
#kuenstler,
#kontakt { scroll-margin-top: 6rem; }

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 83% 13%, rgba(198, 164, 102, 0.09), transparent 25rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

a { color: inherit; }

img {
  display: block;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}

.art-frame,
.hero-wall,
.viewer-stage {
  -webkit-touch-callout: none;
  user-select: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(17,17,15,0.92), rgba(17,17,15,0.7));
  backdrop-filter: blur(14px);
}

.monogram {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(198, 164, 102, 0.75);
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}

nav { display: flex; gap: clamp(1rem, 3vw, 2.8rem); }

nav a {
  color: #dedbd3;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover, nav a:focus-visible { color: var(--brass); }

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(19rem, 0.78fr) minmax(24rem, 1.22fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: 8.5rem clamp(1.25rem, 6vw, 7rem) 4rem;
}

.hero-copy { align-self: center; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1, h2 { font-family: var(--serif); font-weight: 400; }

.artist-wordmark {
  width: min(100%, 43rem);
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.artist-logo {
  width: min(100%, 43.6875rem);
  height: auto;
  margin-inline: auto;
  overflow: visible;
}

.hero-intro {
  max-width: 31rem;
  margin: clamp(2rem, 4vw, 3.6rem) 0 2rem;
  color: #c7c4bc;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.5;
}

.text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--brass);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  align-items: center;
}

.quiet-link {
  padding: 0.5rem 0;
  color: #aaa79f;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.quiet-link:hover,
.quiet-link:focus-visible { color: var(--paper); }

.hero-note {
  margin: 2.2rem 0 0;
  color: #77746d;
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 37rem;
  padding: clamp(2rem, 5vw, 4.8rem);
  border: 0;
  color: var(--paper);
  background:
    linear-gradient(rgba(255,255,255,0.02), rgba(31,27,22,0.04)),
    url("assets/gallery-room.webp") center / cover no-repeat,
    #dedad2;
  cursor: zoom-in;
}

.hero-wall {
  display: grid;
  width: 100%;
  height: calc(100% - 2rem);
  min-height: 30rem;
  place-items: center;
  padding-bottom: 13%;
}

.hero-wall img {
  max-width: min(72%, 31rem);
  max-height: 66svh;
  box-shadow: 0 2.2rem 3.8rem rgba(38, 31, 19, 0.31), 0 0 0 1px rgba(29, 27, 24, 0.2);
  transition: transform 550ms cubic-bezier(.2,.75,.2,1), box-shadow 550ms ease;
}

.hero-art:hover img, .hero-art:focus-visible img {
  transform: translateY(-0.5rem) scale(1.012);
  box-shadow: 0 2.8rem 4.5rem rgba(38, 31, 19, 0.32), 0 0 0 1px rgba(29, 27, 24, 0.2);
}

.hero-caption {
  position: absolute;
  right: 1.4rem;
  bottom: 1.2rem;
  color: #403d37;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0d0c;
}

.gallery-proof > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.6rem clamp(1.25rem, 4vw, 4rem);
  border-right: 1px solid var(--line);
}

.gallery-proof > div:last-child { border-right: 0; }

.gallery-proof strong {
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.gallery-proof span {
  max-width: 13rem;
  color: #9d9a92;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.collection {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(17rem, 30rem);
  gap: 3rem;
  align-items: end;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
}

.section-heading h2, .artist h2, .contact h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
}

.art-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3.2rem) clamp(1rem, 2.2vw, 2.4rem);
  align-items: stretch;
}

.art-card {
  grid-column: span 4;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: transparent;
  cursor: zoom-in;
  text-align: left;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 650ms ease, transform 650ms ease;
}

.art-card.is-visible { opacity: 1; transform: none; }

.art-card.landscape { grid-column: span 4; }
.art-card.square { grid-column: span 4; }

.art-frame {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 5;
  place-items: center;
  padding: clamp(1rem, 2.2vw, 2.2rem);
  border: 1px solid rgba(255,255,255,0.11);
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.8), transparent 42%),
    linear-gradient(150deg, #dedbd3, #f1efe9 68%, #c8c3ba);
  box-shadow: inset 0 0 3rem rgba(75,67,57,0.08);
}

.art-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.08);
  content: "";
  pointer-events: none;
}

.art-frame img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 1.4rem 2.8rem rgba(38,31,23,0.25), 0 0 0 1px rgba(17,17,15,0.15);
  transition: transform 600ms cubic-bezier(.2,.75,.2,1), filter 400ms ease;
}

.art-card:hover img, .art-card:focus-visible img { transform: scale(1.018); filter: brightness(1.04); }

.art-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}

.art-caption-copy {
  display: grid;
  gap: 0.18rem;
}

.art-caption-copy strong {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.15;
}

.art-caption-copy > span {
  color: #77756f;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.art-caption-copy .art-work-number {
  margin-bottom: 0.2rem;
  color: #a27d43;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.art-card-action {
  flex: 0 0 auto;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
  color: #96928a;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 250ms ease, border-color 250ms ease;
}

.art-card:hover .art-card-action,
.art-card:focus-visible .art-card-action {
  border-color: var(--brass);
  color: var(--brass);
}

.artist {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: 5vw;
  min-height: 45rem;
  align-items: center;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--ink);
  background: var(--paper-soft);
}

.artist-number {
  color: rgba(17, 17, 15, 0.08);
  font-family: var(--serif);
  font-size: clamp(13rem, 29vw, 31rem);
  font-style: italic;
  letter-spacing: -0.14em;
  line-height: 0.7;
}

.artist-copy { position: relative; max-width: 46rem; }
.artist-copy .eyebrow { color: #8b6d39; }

.artist-lead {
  margin: 2.5rem 0 1.3rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.25;
}

.artist-detail { max-width: 40rem; color: #4c4942; }

.artist-location {
  margin-top: 2.2rem;
  color: #8b6d39 !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact {
  max-width: 70rem;
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 12rem) 1.25rem;
  text-align: center;
}

.contact h2 { max-width: 12ch; margin-inline: auto; }

.contact > p:not(.eyebrow):not(.share-status) {
  max-width: 42rem;
  margin: 2rem auto;
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  margin: 2.5rem auto 0;
  color: var(--paper);
  font-style: normal;
}

.contact-details strong {
  margin-bottom: 0.35rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.contact-details a {
  color: inherit;
  text-underline-offset: 0.25em;
  text-decoration-color: rgba(195, 157, 90, 0.5);
}

.contact-details a:hover,
.contact-details a:focus-visible { color: var(--brass); }

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin: 2.2rem auto 1rem;
}

.contact-primary,
.contact-secondary {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--brass);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-primary {
  color: var(--ink);
  background: var(--brass);
}

.contact-secondary { color: var(--paper); }

.contact-primary:hover,
.contact-primary:focus-visible { background: #d8b97c; }

.contact-secondary:hover,
.contact-secondary:focus-visible { color: var(--ink); background: var(--brass); }

.share-gallery {
  margin-top: 0.4rem;
  padding: 0.95rem 1.4rem;
  border: 0;
  border-bottom: 1px solid #6e6a62;
  color: #aaa79f;
  background: transparent;
  cursor: pointer;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.share-gallery:hover, .share-gallery:focus-visible { border-color: var(--brass); color: var(--brass); }
.share-status { min-height: 1.5em; margin: 0.8rem 0 0; color: var(--brass); font-size: 0.85rem; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  color: #77756f;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.viewer {
  width: min(98vw, 104rem);
  height: min(96svh, 66rem);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--paper);
  background: #121211;
  box-shadow: 0 2rem 8rem rgba(0,0,0,0.65);
}

.viewer::backdrop { background: rgba(3,3,3,0.88); backdrop-filter: blur(9px); }

.viewer-close {
  position: fixed;
  z-index: 9;
  top: max(1rem, calc(3svh + 0.5rem));
  right: max(1rem, calc(2vw + 0.5rem));
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.23);
  border-radius: 50%;
  color: white;
  background: rgba(15,15,14,0.78);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.viewer-layout { display: grid; height: 100%; grid-template-columns: minmax(0, 1.55fr) minmax(23rem, 0.65fr); }

.viewer-stage {
  position: relative;
  display: grid;
  overflow: auto;
  min-height: 0;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 4rem);
  background: #080808;
  transition: background 450ms ease, padding 450ms ease;
}

.viewer-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 1.8rem 4rem rgba(0,0,0,0.42);
  transition: max-width 450ms ease, max-height 450ms ease, width 450ms ease, transform 450ms ease;
}

.viewer-stage[data-mode="room"] {
  padding: clamp(3rem, 7vw, 6rem) clamp(3rem, 8vw, 8rem) clamp(7rem, 15vw, 13rem);
  background: #dedad2 url("assets/gallery-room.webp") center / cover no-repeat;
}

.viewer-stage[data-mode="room"] img {
  max-width: 42%;
  max-height: 54%;
  box-shadow: 0 2.6rem 4.4rem rgba(42,36,29,0.34), 0 0 0 1px rgba(25,24,22,0.16);
}

.viewer-stage[data-mode="room"][data-shape="landscape"] img {
  max-width: 55%;
  max-height: 42%;
}

.viewer-stage[data-mode="detail"] { display: block; padding: 0; cursor: zoom-out; }
.viewer-stage[data-mode="detail"] img { width: 155%; max-width: none; max-height: none; margin: 0; box-shadow: none; }

.viewer-info {
  overflow: auto;
  padding: clamp(2rem, 4vw, 4.5rem) clamp(1.5rem, 3vw, 3.2rem) 2rem;
  border-left: 1px solid var(--line);
}

.viewer-kicker { margin: 0 0 0.55rem; color: var(--brass); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.viewer-info h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1; }

.proposal-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.65rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(198,164,102,0.46);
  color: #c9aa73;
  background: rgba(198,164,102,0.08);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.curatorial-note {
  margin: 1.35rem 0 1.6rem;
  padding-left: 1rem;
  border-left: 1px solid var(--brass);
}

.curatorial-label {
  margin: 0 0 0.25rem;
  color: #77746d;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.viewer-style {
  margin: 0 0 0.65rem;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.25;
}

.viewer-description {
  margin: 0;
  color: #aaa79f;
  font-size: 0.88rem;
  line-height: 1.65;
}

.interpretation-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
}

.interpretation-grid section {
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.018);
}

.interpretation-grid section > p:last-child {
  margin: 0;
  color: #a9a69f;
  font-size: 0.82rem;
  line-height: 1.58;
}

.proposal-note {
  margin: 0 0 1.4rem;
  color: #6f6c66;
  font-size: 0.69rem;
  line-height: 1.55;
}

.rights-note {
  margin: 1rem 0 0;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(198,164,102,0.55);
  color: #89867f;
  font-size: 0.68rem;
  line-height: 1.55;
}

.photo-note {
  margin: -0.55rem 0 1.4rem;
  padding: 0.75rem 0.85rem;
  border-left: 2px solid #8f7852;
  color: #a39f97;
  background: rgba(198,164,102,0.055);
  font-size: 0.72rem;
  line-height: 1.55;
}

.photo-note[hidden] { display: none; }

.view-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 1.6rem 0;
  border: 1px solid var(--line);
}

.view-switch button {
  padding: 0.72rem 0.4rem;
  border: 0;
  border-right: 1px solid var(--line);
  color: #aaa79e;
  background: transparent;
  cursor: pointer;
  font-size: 0.75rem;
}

.view-switch button:last-child { border-right: 0; }
.view-switch button[aria-pressed="true"] { color: var(--ink); background: var(--brass); }

.art-meta { margin: 0; border-top: 1px solid var(--line); }
.art-meta div { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: 0.72rem 0; border-bottom: 1px solid var(--line); }
.art-meta dt { color: #7f7c75; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.art-meta dd { margin: 0; color: #d3d0c8; font-family: var(--serif); }

.inquiry-panel {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.15rem;
  border: 1px solid rgba(198,164,102,0.42);
  background: linear-gradient(145deg, rgba(198,164,102,0.11), rgba(198,164,102,0.025));
}

.inquiry-panel > div { display: grid; gap: 0.25rem; }

.inquiry-panel strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
}

.inquiry-panel span {
  color: #8f8b83;
  font-size: 0.78rem;
  line-height: 1.5;
}

.inquiry-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.78rem 0.9rem;
  color: var(--ink);
  background: var(--brass);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.inquiry-panel > a:hover,
.inquiry-panel > a:focus-visible { background: #d8b97c; }

.inquiry-panel > a span { color: inherit; font-size: 1rem; }

.viewer-actions { display: grid; grid-template-columns: 1fr; gap: 0.7rem; margin: 1.1rem 0; }
.action-button {
  padding: 0.75rem 0.6rem;
  border: 1px solid var(--line);
  color: #d2cfc8;
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.action-button:hover, .action-button:focus-visible { border-color: var(--brass); color: var(--brass); }

.viewer-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.7rem; align-items: center; margin-top: 1.8rem; }
.viewer-nav button { padding: 0; border: 0; color: #bab7b0; background: transparent; cursor: pointer; font-size: 0.78rem; }
.viewer-nav button:last-child { text-align: right; }
.viewer-nav button:hover, .viewer-nav button:focus-visible { color: var(--brass); }
.viewer-nav span { color: #6f6d67; font-size: 0.72rem; }
.viewer-help { margin: 1.2rem 0 0; color: #66645f; font-size: 0.72rem; }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 8rem; }
  .hero-art { min-height: 42rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .art-card, .art-card.square { grid-column: span 6; }
  .art-card.landscape { grid-column: span 6; }
  .artist { grid-template-columns: 0.6fr 1.4fr; }
  .viewer { width: 100vw; height: 100svh; border: 0; }
  .viewer-layout { grid-template-columns: 1fr; grid-template-rows: minmax(45svh, 1fr) auto; }
  .viewer-info { max-height: 47svh; border-top: 1px solid var(--line); border-left: 0; }
  .viewer-close { top: 0.75rem; right: 0.75rem; }
}

@media (max-width: 620px) {
  .site-header { position: absolute; }
  nav { gap: 0.9rem; }
  nav a { font-size: 0.67rem; }
  .hero { gap: 2.5rem; padding-bottom: 3rem; }
  .artist-wordmark {
    width: min(100%, 32rem);
  }
  .hero-art { min-height: 32rem; padding: 2rem 1.2rem 3.2rem; }
  .hero-wall { min-height: 26rem; }
  .hero-wall img { max-width: 76%; max-height: 25rem; }
  .hero-caption { right: 1rem; bottom: 0.8rem; }
  .hero-note { line-height: 1.7; }
  .gallery-proof { grid-template-columns: 1fr; }
  .gallery-proof > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-proof > div:last-child { border-bottom: 0; }
  .art-grid { gap: 2rem 0.8rem; }
  .art-card, .art-card.square, .art-card.landscape { grid-column: span 12; margin-top: 0; }
  .art-frame { min-height: 0; }
  .artist { display: block; min-height: auto; }
  .artist-number { position: absolute; right: -2rem; bottom: 1rem; font-size: 17rem; }
  .artist-copy { position: relative; z-index: 1; }
  footer { flex-direction: column; }
  .viewer-stage { min-height: 50svh; }
  .viewer-stage[data-mode="room"] { padding: 2.5rem 2rem 7.5rem; }
  .viewer-stage[data-mode="room"] img { max-width: 56%; max-height: 58%; }
  .viewer-stage[data-mode="room"][data-shape="landscape"] img { max-width: 72%; max-height: 42%; }
  .viewer-info { padding: 1.5rem 1.2rem 2rem; }
  .art-meta div { grid-template-columns: 7.8rem 1fr; }
  .viewer-help { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media print {
  body { display: none !important; }
}
