/* VeroTin. Mobile first. Dark, lit, one gold.
   The world is the one the owner already approved for the Amazon A+ pages:
   photographs on near-black, a serif that reads like a gallery label, gold
   used once. Six colours and two faces; the engine derives the rest. */

/* A studio sweep, not a black box. Mid grey lets a cream poster and a black
   poster both read as objects hung on a wall; near-black only flattered one
   of them. Every value below is measured against the lightest point of the
   sweep (#4A4844), which is the worst case for light text. */
:root {
  --sc-canvas:     #3B3A36;
  --sc-surface:    #4A4844;
  --sc-ink:        #F4F0E8;
  --sc-ink-soft:   #C3BCB0;
  --sc-accent:     #D4B265;
  --sc-accent-ink: #14120F;
  --sc-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sc-font-text:    "Geist", system-ui, -apple-system, sans-serif;

  --sc-shadow-color: 0 0 0;
  --vt-hair: rgba(244, 240, 232, 0.42);
  --vt-hair-soft: rgba(244, 240, 232, 0.16);
  --vt-sweep: radial-gradient(120% 85% at 50% 6%, #4A4844 0%, #3B3A36 42%, #2C2B28 100%);
  --vt-rail-w: 13.5rem;
  --vt-bar-h: 3.5rem;
  --vt-top: calc(var(--vt-bar-h) + env(safe-area-inset-top, 0px));
  /* set by site.js once the visitor calibrates against a bank card */
  --vt-ppi: 96;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { background: var(--sc-canvas); color: var(--sc-ink); }
/* the sweep sits still behind the whole site; a fixed pseudo-element rather
   than background-attachment, which stutters on iOS */
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: var(--vt-sweep); }
.sc-grain { opacity: 0.035; }
::selection { background: var(--sc-accent); color: var(--sc-accent-ink); }
img { max-width: 100%; }

/* Light text on dark: a touch more leading, one step of weight. */
p { line-height: 1.62; }
.vt-display {
  font-family: var(--sc-font-display);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.005em;
  text-wrap: balance;
  margin: 0;
}
.vt-display i, .vt-display em { font-style: italic; color: var(--sc-accent); }
.vt-eyebrow {
  font-size: var(--sc-t-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sc-ink-soft);
  margin: 0 0 var(--sc-3);
}
.vt-eyebrow--gold { color: var(--sc-accent); }
.vt-h { font-size: clamp(2.1rem, 9vw, 3.6rem); }
@media (min-width: 62rem) { .vt-h { font-size: clamp(3rem, 4.4vw, 4.4rem); } }
.vt-lede { color: var(--sc-ink-soft); font-size: var(--sc-t-sm); max-width: 34rem; margin: var(--sc-4) 0 0; }
.only-d { display: none; }
@media (min-width: 62rem) { .only-d { display: inline; } .only-m { display: none; } }
.vt-skip { position: absolute; left: -9999px; top: 0; }
.vt-skip:focus { left: var(--sc-gutter); top: var(--sc-3); z-index: 100; background: var(--sc-accent); color: var(--sc-accent-ink); padding: 0.6rem 1rem; border-radius: var(--sc-r-sm); }

/* ---------------------------------------------------------------- chrome
   A bar on every screen size. The desktop index rail is an addition. */

.vt-mark {
  font-family: var(--sc-font-display);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: var(--sc-ink);
  text-decoration: none;
  line-height: 1;
}
.vt-bar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  height: var(--vt-top);
  padding: env(safe-area-inset-top, 0px) var(--sc-gutter) 0;
  z-index: var(--sc-z-chrome);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sc-4);
  background: linear-gradient(to bottom, color-mix(in oklab, var(--sc-canvas) 92%, transparent), color-mix(in oklab, var(--sc-canvas) 55%, transparent) 70%, transparent);
}
.vt-bar__toggle {
  font: inherit;
  font-size: var(--sc-t-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: none;
  border: 1px solid var(--vt-hair);
  border-radius: var(--sc-r-pill);
  color: var(--sc-ink);
  padding: 0 0.95rem;
  height: 2.5rem;
  cursor: pointer;
}
.vt-bar__toggle:active { transform: translateY(1px); }
.vt-sheetnav {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: color-mix(in oklab, var(--sc-canvas) 96%, transparent);
  backdrop-filter: blur(10px);
  padding: calc(var(--vt-top) + var(--sc-6)) var(--sc-gutter) var(--sc-8);
  overflow-y: auto;
}
.vt-sheetnav[hidden] { display: none; }
.vt-sheetnav ol { list-style: none; margin: 0; padding: 0; }
.vt-sheetnav li + li { border-top: 1px solid var(--vt-hair-soft); }
.vt-sheetnav a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  align-items: baseline;
  gap: var(--sc-2);
  padding: var(--sc-4) 0;
  color: var(--sc-ink);
  text-decoration: none;
  font-family: var(--sc-font-display);
  font-size: 1.9rem;
  line-height: 1.05;
}
.vt-sheetnav a span:first-child { color: var(--sc-accent); font-family: var(--sc-font-text); font-size: var(--sc-t-xs); letter-spacing: 0.1em; }
.vt-sheetnav__foot { margin-top: var(--sc-7); color: var(--sc-ink-soft); font-size: var(--sc-t-sm); max-width: 28rem; }

.vt-index { display: none; }
@media (min-width: 62rem) {
  .vt-index {
    position: fixed;
    inset-block: 0;
    left: 0;
    width: var(--vt-rail-w);
    padding: calc(var(--sc-6) + env(safe-area-inset-top, 0px)) var(--sc-5) var(--sc-6);
    display: flex;
    flex-direction: column;
    gap: var(--sc-7);
    z-index: var(--sc-z-chrome);
    border-right: 1px solid var(--vt-hair-soft);
    background: color-mix(in oklab, var(--sc-canvas) 82%, transparent);
    backdrop-filter: blur(8px);
  }
  .vt-index__list { list-style: none; margin: 0; padding: 0; }
  .vt-index__list li + li { margin-top: var(--sc-2); }
  .vt-index__list a {
    display: grid;
    grid-template-columns: 1.6rem 1fr;
    align-items: baseline;
    gap: var(--sc-1);
    font-size: var(--sc-t-xs);
    letter-spacing: 0.04em;
    color: var(--sc-ink-soft);
    text-decoration: none;
    padding-block: 3px;
    transition: color 140ms var(--sc-ease-out);
  }
  .vt-index__list a span:first-child { font-variant-numeric: tabular-nums; opacity: 0.55; }
  .vt-index__list a:hover { color: var(--sc-ink); }
  .vt-index__list a[aria-current="true"] { color: var(--sc-ink); }
  .vt-index__list a[aria-current="true"] span:first-child { opacity: 1; color: var(--sc-accent); }
  .vt-index__all { margin-top: var(--sc-4) !important; padding-top: var(--sc-3); border-top: 1px solid var(--vt-hair-soft); }
  .vt-index__foot { margin-top: auto; font-size: var(--sc-t-xs); color: var(--sc-ink-soft); }
  .vt-index__foot a { color: var(--sc-ink); }
  .vt-standing { font-size: var(--sc-t-xs); color: var(--sc-ink-soft); line-height: 1.5; margin: var(--sc-2) 0 0; max-width: 11rem; }
  .vt-bar, .vt-sheetnav { display: none; }
  main { padding-left: var(--vt-rail-w); }
  :root { --sc-maxw: 68rem; --vt-top: 0px; }
}

/* ------------------------------------------------------------- the object */

/* the product image, as the listing shows it, on the dark ground */
.vt-pic { display: block; line-height: 0; text-decoration: none; }
.vt-pic img { display: block; width: 100%; height: auto; border-radius: 2px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 18px 34px -14px rgba(0, 0, 0, 0.55); }
a.vt-pic { transition: transform 160ms var(--sc-ease-out); }
@media (hover: hover) and (pointer: fine) { a.vt-pic:hover { transform: translateY(-2px); } }
a.vt-pic:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 4px; }
/* the bare sheet, where the flat art is the point */
.vt-sheet { position: relative; display: block; line-height: 0; text-decoration: none; }
.vt-sheet img { display: block; width: 100%; height: auto; }
.vt-sheet--hung { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.32), 0 18px 36px -14px rgba(0, 0, 0, 0.6), 0 48px 80px -40px rgba(0, 0, 0, 0.7); }
.vt-mock { display: block; line-height: 0; }
.vt-mock img { display: block; width: 100%; height: auto; border-radius: var(--sc-r-sm); }

.vt-label { max-width: 24rem; }
.vt-label__title {
  font-family: var(--sc-font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 7.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.005em;
  margin: 0;
  color: var(--sc-ink);
  text-wrap: balance;
}
.vt-label__title a { color: inherit; text-decoration: none; }
.vt-label__spec {
  margin: var(--sc-2) 0 0;
  font-size: var(--sc-t-xs);
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: var(--sc-ink-soft);
  font-variant-numeric: tabular-nums;
}
.vt-label__spec b { font-weight: 500; color: var(--sc-ink); }
.vt-label__acts { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-2) var(--sc-3); margin-top: var(--sc-4); }

.vt-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.25rem;
  background: var(--sc-accent);
  color: var(--sc-accent-ink);
  font-size: var(--sc-t-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--sc-r-pill);
  white-space: nowrap;
  transition: background 140ms var(--sc-ease-out), transform 120ms var(--sc-ease-out);
}
@media (hover: hover) and (pointer: fine) { .vt-buy:hover { background: color-mix(in oklab, var(--sc-accent) 88%, white); } }
.vt-buy:active { transform: translateY(1px); }
.vt-size {
  font: inherit;
  font-size: var(--sc-t-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  border: 1px solid var(--vt-hair);
  border-radius: var(--sc-r-pill);
  color: var(--sc-ink);
  min-height: 2.9rem;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: border-color 140ms var(--sc-ease-out);
}
@media (hover: hover) and (pointer: fine) { .vt-size:hover { border-color: var(--sc-ink); } }
.vt-size:active { transform: translateY(1px); }
.vt-size[disabled] { opacity: 0.45; cursor: default; }

/* ------------------------------------------------------- 1 the hang
   The print fills the screen, then hangs itself on a real wall. One moment,
   then the act ends and the visitor carries on. */

#wall .vt-stage { --t: clamp(0, calc(var(--sc-p, 0) / 0.30), 1); }
@media (prefers-reduced-motion: reduce) { #wall .vt-stage { --t: 1; } }
.wall__photo { position: absolute; inset: 0; opacity: var(--t); }
.wall__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% 62%; max-width: none; scale: 1.06; }
.wall__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, color-mix(in oklab, var(--sc-canvas) 94%, transparent) 0%, color-mix(in oklab, var(--sc-canvas) 62%, transparent) 30%, color-mix(in oklab, var(--sc-canvas) 20%, transparent) 56%, transparent 80%);
}
/* the print travels: out of the hand, across to the empty wall, down to the
   size it would really be there */
.wall__spot {
  --w: 38vw;
  --start: 2.5;
  --dx: 17vw;
  --dy: -13vh;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--w);
  translate: -50% -50%;
  transform: translate(calc(var(--dx) * var(--t)), calc(var(--dy) * var(--t)))
             scale(calc(var(--start) - (var(--start) - 1) * var(--t)));
  will-change: transform;
  z-index: 1;
}
.wall__hang { display: block; }
.wall__hang img { display: block; width: 100%; height: auto; filter: drop-shadow(0 2px 3px rgba(0,0,0,.35)) drop-shadow(0 18px 34px rgba(0,0,0,.55)); }
.wall__copy {
  position: absolute;
  left: var(--sc-gutter);
  right: var(--sc-gutter);
  bottom: calc(var(--sc-5) + env(safe-area-inset-bottom, 0px));
  z-index: 3;
}
.wall__copy .vt-label { max-width: none; }
/* one step lighter than --sc-ink-soft: this is the only secondary text on the
   site sitting on a photograph. Measured 4.6:1 on its brightest pixel. */
.wall__copy .vt-label__spec { color: #EDE8DF; }
.wall__hold {
  position: absolute;
  inset-inline: var(--sc-gutter);
  bottom: calc(var(--sc-6) + env(safe-area-inset-bottom, 0px));
  z-index: 3;
  font-family: var(--sc-font-display);
  font-size: clamp(2.2rem, 9.5vw, 3.2rem);
  line-height: 0.98;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.7);
  text-wrap: balance;
}
.wall__hold small { display: block; margin-top: var(--sc-3); font-family: var(--sc-font-text); font-size: var(--sc-t-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--sc-accent); }

/* ---------------------------------------------------------------- 2 sizes
   Everyday objects and then our range, all drawn from one shared inch. */

#sizes .vt-stage { display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; gap: var(--sc-3); padding-bottom: calc(var(--sc-5) + env(safe-area-inset-bottom, 0px)); }
.sizes__head { padding-top: calc(var(--vt-top) + var(--sc-5)); }
.sizes__stage { position: relative; --in: clamp(6px, min(3vw, 1.5vh), 18px); max-width: var(--sc-maxw); width: 100%; margin-inline: auto; }
.sz {
  position: absolute;
  left: var(--sc-gutter);
  bottom: 0;
  width: calc(var(--w) * var(--in));
  height: calc(var(--h) * var(--in));
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 18px 34px -14px rgba(0, 0, 0, 0.6);
}
/* smaller objects sit in front, so each new size grows out from behind */
.sizes__stage > :nth-child(1) { z-index: 6; }
.sizes__stage > :nth-child(2) { z-index: 5; }
.sizes__stage > :nth-child(3) { z-index: 4; }
.sizes__stage > :nth-child(4) { z-index: 3; }
.sizes__stage > :nth-child(5) { z-index: 2; }
.sizes__stage > :nth-child(6) { z-index: 1; }
.sz--card, .sz--note { overflow: hidden; }
.sz--card { border-radius: calc(0.18 * var(--in)); }
.sz--card svg, .sz--note svg { display: block; width: 100%; height: 100%; }
.sz--paper {
  background: #EFEBE1;
  display: grid;
  place-items: center;
  text-align: center;
}
.sz--paper span {
  font-family: var(--sc-font-display);
  font-size: calc(1.15 * var(--in));
  line-height: 1.05;
  color: #6E6A5F;
  letter-spacing: 0.01em;
}
/* the print sizes wear the same oak the prints on this site wear; the box is
   the print itself, so the moulding sits outside it as a real frame would */
.sz--art { box-shadow: none; overflow: visible; }
.sz--art::before {
  content: "";
  position: absolute;
  inset: calc(-0.62 * var(--in));
  background: var(--vt-oak);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18),
              0 2px 3px rgba(0, 0, 0, 0.3), 0 18px 34px -14px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.sz--art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sizes__caps { position: relative; min-height: 4.2rem; padding-inline: var(--sc-gutter); max-width: var(--sc-maxw); margin-inline: auto; width: 100%; }
.sizes__cap { position: absolute; inset: 0 auto auto 0; margin: 0; padding-inline: var(--sc-gutter); }
.sizes__cap span { display: block; font-size: var(--sc-t-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--sc-ink-soft); }
.sizes__cap b { display: block; margin-top: 0.15rem; font-family: var(--sc-font-display); font-weight: 400; font-size: clamp(1.8rem, 7vw, 2.6rem); line-height: 1; color: var(--sc-accent); font-variant-numeric: tabular-nums; }
.sizes__note { margin: 0; padding-inline: var(--sc-gutter); font-size: var(--sc-t-xs); color: var(--sc-ink-soft); max-width: var(--sc-maxw); margin-inline: auto; width: 100%; }
@media (min-width: 62rem) {
  .sizes__head { padding-top: var(--sc-7); }
}
@media (min-width: 62rem) {
  .wall__photo img { object-position: 58% 56%; scale: 1.0; }

  .wall__spot { --w: 13vw; --start: 4; --dx: 13vw; --dy: -12vh; }
  .wall__copy { left: var(--sc-gutter); right: auto; bottom: var(--sc-7); top: auto; translate: none; width: min(24rem, 32vw); }
  .wall__hold { inset-inline: auto; left: var(--sc-gutter); bottom: var(--sc-8); font-size: clamp(2.8rem, 3.8vw, 4rem); max-width: 14ch; }
}

/* --------------------------------------------------------- rows and grids
   A swipe row on the phone. A grid above. The same markup. */

.row {
  display: flex;
  gap: var(--sc-3);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: var(--sc-6) var(--sc-gutter) var(--sc-4);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
}
.row::-webkit-scrollbar { display: none; }
.row > * { flex: 0 0 auto; scroll-snap-align: start; margin: 0; }
.wrap { padding-inline: var(--sc-gutter); max-width: var(--sc-maxw); margin-inline: auto; }

/* 3 rooms: the way in by wall, not by style. Owns the screen, and says out
   loud that it scrolls sideways. */
.rooms {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: center;
  padding-block: calc(var(--vt-top) + var(--sc-6)) var(--sc-7);
}
.rooms__head { align-self: end; }
.rooms__scroller { align-self: center; min-width: 0; }
.rooms__row { min-width: 0; padding-block: var(--sc-6) var(--sc-4); align-items: stretch; }
.room {
  flex-basis: min(66vw, 18rem);
  scroll-snap-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.room__pic { display: block; line-height: 0; overflow: hidden; border-radius: var(--sc-r-md); }
.room__pic img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 400ms var(--sc-ease-out); }
@media (hover: hover) and (pointer: fine) { .room:hover .room__pic img { transform: scale(1.04); } }
.room:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 4px; border-radius: var(--sc-r-md); }
.room__name { display: block; margin-top: var(--sc-3); font-family: var(--sc-font-display); font-size: 1.5rem; line-height: 1.05; }
.room__n { display: block; margin-top: 0.15rem; font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; color: var(--sc-ink-soft); }

.rooms__bar {
  height: 2px;
  margin: 0 var(--sc-gutter);
  background: var(--vt-hair-soft);
  border-radius: 2px;
  overflow: hidden;
  max-width: var(--sc-maxw);
  margin-inline: auto;
}
.rooms__bar span { display: block; height: 100%; width: 22%; background: var(--sc-accent); border-radius: 2px; transition: width 120ms linear, margin-left 120ms linear; }
.rooms__hint {
  margin: var(--sc-3) var(--sc-gutter) 0;
  max-width: var(--sc-maxw);
  margin-inline: auto;
  font-size: var(--sc-t-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-ink-soft);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.rooms__hint::after {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(to right, var(--sc-accent), transparent);
  animation: roomnudge 2.2s var(--sc-ease-out) infinite;
}
@keyframes roomnudge { 0%, 100% { transform: translateX(0); opacity: .5; } 50% { transform: translateX(8px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .rooms__hint::after { animation: none; } }

@media (min-width: 62rem) {
  .rooms .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sc-7) var(--sc-5); overflow: visible; max-width: var(--sc-maxw); margin-inline: auto; }
  .room { flex: none; }
  .rooms__bar, .rooms__hint { display: none; }
}

/* the listing images open larger, and zoom */
.gal__btn { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; line-height: 0; border-radius: var(--sc-r-md); }
.gal__btn:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 4px; }
.gal__btn--hero { cursor: zoom-in; border-radius: 0; }
.zoom {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: #171614;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
}
.zoom[hidden] { display: none; }
.zoom__pane {
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pinch-zoom pan-x pan-y;
  display: grid;
  place-items: center;
  padding: calc(var(--vt-top) + 3.2rem) var(--sc-3) var(--sc-6);
}
.zoom__pane img { display: block; max-width: 100%; max-height: 100%; height: auto; width: auto; object-fit: contain; cursor: zoom-in; }
.zoom__pane[data-zoomed="true"] { place-items: start; }
.zoom__pane[data-zoomed="true"] img { max-width: none; max-height: none; width: 250%; cursor: zoom-out; }
.zoom__close { position: fixed; top: calc(var(--sc-4) + env(safe-area-inset-top, 0px)); right: var(--sc-gutter); z-index: 2; background: #171614; }
.zoom__hint { position: fixed; top: calc(var(--sc-4) + env(safe-area-inset-top, 0px) + 0.55rem); left: var(--sc-gutter); margin: 0; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sc-ink-soft); }

/* the room page opens on the room itself */
.roomhero { position: relative; }
.roomhero > img { display: block; width: 100%; height: 56svh; object-fit: cover; }
.roomhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--sc-canvas) 2%, color-mix(in oklab, var(--sc-canvas) 55%, transparent) 40%, transparent 78%); }
.roomhero__copy { position: relative; margin-top: -22svh; padding: 0 var(--sc-gutter) var(--sc-6); max-width: var(--sc-maxw); margin-inline: auto; z-index: 1; }
@media (min-width: 62rem) {
  .roomhero > img { height: 62svh; }
  .roomhero__copy { margin-top: -26svh; }
}

/* 4 collections */
.coll { padding-block: var(--sc-7) var(--sc-section); }
.coll__item { flex-basis: min(58vw, 14rem); text-decoration: none; color: inherit; }
.coll__item .vt-pic { margin-bottom: var(--sc-3); }
.coll__item h3 { font-family: var(--sc-font-display); font-weight: 400; font-size: 1.5rem; line-height: 1; margin: 0; }
.coll__item small { display: block; margin-top: var(--sc-1); font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--sc-ink-soft); }
@media (min-width: 62rem) {
  .coll .row { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--sc-6) var(--sc-5); overflow: visible; max-width: var(--sc-maxw); margin-inline: auto; }
}

/* 5 plate */
#plate .vt-stage { display: grid; grid-template-rows: 1fr auto; }
.vt-plate-card {
  align-self: center;
  justify-self: center;
  width: min(100% - 2 * var(--sc-gutter), 40rem);
  padding: clamp(1.75rem, 5vw, 3.5rem);
  border: 1px solid var(--vt-hair);
  background: var(--sc-surface);
  border-radius: var(--sc-r-md);
}
.vt-plate-card h2 { font-size: clamp(2.2rem, 9vw, 3.4rem); }
.vt-plate-card dl {
  margin: var(--sc-6) 0 0;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: var(--sc-2) var(--sc-4);
  font-size: var(--sc-t-sm);
  border-top: 1px solid var(--vt-hair-soft);
  padding-top: var(--sc-4);
}
.vt-plate-card dt { color: var(--sc-ink-soft); font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; }
.vt-plate-card dd { margin: 0; font-variant-numeric: tabular-nums; }
.vt-plate-card dd a { color: var(--sc-ink); text-underline-offset: 3px; }
.vt-plate-card .vt-buy { margin-top: var(--sc-6); }
.vt-foot {
  padding: var(--sc-5) var(--sc-gutter) calc(var(--sc-5) + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--vt-hair-soft);
  display: flex; flex-wrap: wrap; gap: var(--sc-2) var(--sc-5);
  align-items: baseline; justify-content: space-between;
  font-size: var(--sc-t-xs); color: var(--sc-ink-soft);
}

/* -------------------------------------------------------------- catalogue */

.cat { padding-top: var(--vt-top); }
.cat__intro { padding: var(--sc-8) var(--sc-gutter) var(--sc-5); max-width: var(--sc-maxw); margin-inline: auto; }
.cat__jump { display: flex; gap: var(--sc-2); overflow-x: auto; scrollbar-width: none; padding: var(--sc-5) var(--sc-gutter) var(--sc-2); margin-inline: calc(-1 * var(--sc-gutter)); }
.cat__jump::-webkit-scrollbar { display: none; }
.cat__jump a { flex: 0 0 auto; font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; color: var(--sc-ink); text-decoration: none; border: 1px solid var(--vt-hair); border-radius: var(--sc-r-pill); padding: 0 0.85rem; height: 2.4rem; display: inline-flex; align-items: center; white-space: nowrap; }
.cat__theme { padding-block: var(--sc-8) var(--sc-3); border-top: 1px solid var(--vt-hair-soft); scroll-margin-top: calc(var(--vt-top) + 1rem); }
.cat__head .vt-display { font-size: clamp(2rem, 8vw, 3rem); }
.cat__head p { margin: var(--sc-2) 0 0; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.cat__item { flex-basis: min(64vw, 15rem); }
.cat__item .vt-pic { margin-bottom: var(--sc-3); }
.cat__item .vt-label__title { font-size: 1.5rem; }
.cat__item .vt-label__acts { margin-top: var(--sc-3); }
.cat__item .vt-buy, .cat__item .vt-size { min-height: 2.6rem; padding-block: 0.5rem; font-size: 11px; }
@media (min-width: 62rem) {
  .cat__jump { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; }
  .cat .row { display: grid; grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); gap: var(--sc-8) var(--sc-6); overflow: visible; max-width: var(--sc-maxw); margin-inline: auto; }
}

/* ----------------------------------------------------------- product page */

.prod { padding-top: var(--vt-top); }
.prod__hero { position: relative; padding: var(--sc-6) var(--sc-gutter) var(--sc-7); max-width: var(--sc-maxw); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--sc-6); }
.prod__hero .vt-pic { width: min(100%, 26rem); margin-inline: auto; }
.prod__hero .vt-label { max-width: none; }
.prod__hero .vt-label__title { font-size: clamp(2.4rem, 10vw, 3.6rem); }
.prod__spec {
  margin: var(--sc-6) 0 0; display: grid; grid-template-columns: 6.5rem 1fr; gap: var(--sc-2) var(--sc-4);
  font-size: var(--sc-t-sm); border-top: 1px solid var(--vt-hair-soft); padding-top: var(--sc-4); max-width: 30rem;
}
.prod__spec dt { color: var(--sc-ink-soft); font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; }
.prod__spec dd { margin: 0; }
.prod__gal { padding: 0 0 var(--sc-6); }
.prod__gal figure { flex-basis: min(84vw, 32rem); scroll-snap-align: center; }
.prod__gal img { display: block; width: 100%; height: auto; border-radius: var(--sc-r-md); }
.prod__gal figcaption { margin-top: var(--sc-2); font-size: var(--sc-t-xs); color: var(--sc-ink-soft); }
@media (min-width: 52rem) {
  .prod__hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: var(--sc-section); }
  .prod__hero .vt-pic { width: min(100%, 30rem); }
  .prod__gal .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); overflow: visible; max-width: var(--sc-maxw); margin-inline: auto; }
}

.vt-aplus { padding-block: var(--sc-8); background: #2C2B28; }
.vt-aplus .cat__head { margin-bottom: var(--sc-4); }
.vt-aplus__mods { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(0.75rem, 2vw, 1.5rem); max-width: var(--sc-maxw); margin-inline: auto; padding-inline: var(--sc-gutter); }
.vt-mod { margin: 0; }
.vt-mod img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: var(--sc-r-sm); }
.vt-qa { padding-block: var(--sc-5); }
.vt-qa h3 { font-family: var(--sc-font-display); font-weight: 400; font-size: 1.8rem; margin: 0 0 var(--sc-3); }
.vt-qa dl { margin: 0; display: grid; gap: var(--sc-3); max-width: 42rem; }
.vt-qa dt { font-weight: 500; padding-top: var(--sc-3); border-top: 1px solid var(--vt-hair-soft); }
.vt-qa dd { margin: 0; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.vt-mod--coll figcaption { margin-top: var(--sc-3); display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--sc-2) var(--sc-4); font-size: var(--sc-t-xs); color: var(--sc-ink-soft); }
.vt-coll { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sc-2) var(--sc-3); }
.vt-coll a { color: var(--sc-ink); text-underline-offset: 3px; }
.vt-cmp__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vt-cmp { border-collapse: collapse; width: 100%; min-width: 44rem; font-size: var(--sc-t-sm); }
.vt-cmp caption { text-align: left; font-family: var(--sc-font-display); font-size: 1.8rem; padding-bottom: var(--sc-4); }
.vt-cmp th, .vt-cmp td { text-align: left; vertical-align: top; padding: var(--sc-3) var(--sc-3) var(--sc-3) 0; border-top: 1px solid var(--vt-hair-soft); }
.vt-cmp thead th { border-top: 0; }
.vt-cmp thead th span { display: block; margin-top: var(--sc-2); font-weight: 500; }
.vt-cmp tbody th { font-weight: 400; color: var(--sc-ink-soft); font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.vt-cmp__pic { display: block; width: 6.5rem; text-decoration: none; }
.vt-cmp .vt-buy { font-size: 11px; padding: 0.45rem 0.8rem; min-height: 2.4rem; }
.prod__close { padding: var(--sc-section) 0 0; display: grid; gap: var(--sc-9); }
.prod__close .vt-plate-card { justify-self: center; width: min(100% - 2 * var(--sc-gutter), 40rem); }

