/* Approved mobile artwork; loaded only below the existing mobile breakpoint. */
@media (max-width: 767px) {
.psc-mobile-header.skeuo-header {
  --skeuo-brass: #b88935; --skeuo-brass-light: #e1bd6c; --skeuo-cream: #f0dcae;
  display: block; position: relative; padding: 0; margin: 0 auto;
  min-height: 0; height: auto; width: 100%; max-width: 540px;
  background: #17100a; border: 0; color: #ead5a4;
  font-family: Georgia, 'Times New Roman', serif;
  box-shadow: 0 8px 24px rgb(29 16 8 / 34%);
}
body, body .site, body .x-site, body .x-root, body .x-main, body .entry-wrap { background-color: #fbf7ed; }
.skeuo-low-picture { display: block; height: 100%; width: 100%; }
.skeuo-header .skeuo-hotspot { box-shadow: none; text-shadow: none; margin: 0; }
.skeuo-reference-stage {
  aspect-ratio: 941 / 1672;
  background: #17100a;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.skeuo-lqip,
.skeuo-hq-picture,
.skeuo-hq-picture > img {
  display: block;
  height: 100%;
  width: 100%;
}

.skeuo-lqip,
.skeuo-hq-picture > img {
  object-fit: cover;
}

.skeuo-lqip {
  opacity: 1;
}

.skeuo-hq-picture {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease-out;
}

.skeuo-reference-stage.skeuo-hq-ready .skeuo-hq-picture {
  opacity: 1;
}

.skeuo-reference-stage.skeuo-hq-ready .skeuo-lqip {
  opacity: 1;
}

.skeuo-hotspot {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  min-height: 44px;
  padding: 0;
  position: absolute;
  text-decoration: none;
}

.skeuo-hotspot::after {
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  inset: 2px;
  pointer-events: none;
  position: absolute;
}

.skeuo-hotspot:hover::after,
.skeuo-hotspot:active::after,
.skeuo-hotspot[aria-expanded="true"]::after {
  background: rgb(255 235 173 / 8%);
  border-color: rgb(239 195 101 / 72%);
}

.skeuo-hotspot:active {
  transform: translateY(2px);
}

.skeuo-hotspot:focus-visible,
.skeuo-door-menu a:focus-visible,
.skeuo-door-menu button:focus-visible {
  outline: 3px solid #fff1ac;
  outline-offset: 2px;
}

.skeuo-hotspot--brand {
  height: 34.5%;
  left: 3.2%;
  top: 1.8%;
  width: 93.6%;
}

.skeuo-hotspot--phone-city {
  height: 10.8%;
  left: 3.2%;
  top: 41.2%;
  width: 46.2%;
}

.skeuo-hotspot--phone-mobile {
  height: 10.8%;
  left: 50.7%;
  top: 41.2%;
  width: 46.2%;
}

.skeuo-hotspot--max {
  height: 8.5%;
  left: 3.2%;
  top: 53.1%;
  width: 46.2%;
}

.skeuo-hotspot--telegram {
  height: 8.5%;
  left: 50.7%;
  top: 53.1%;
  width: 46.2%;
}

.skeuo-hotspot--email {
  height: 6.3%;
  left: 3.2%;
  top: 62.6%;
  width: 93.6%;
}

.skeuo-hotspot--home,
.skeuo-hotspot--doors,
.skeuo-hotspot--series,
.skeuo-hotspot--arches {
  height: 12.3%;
  top: 69.5%;
}

.skeuo-hotspot--locks,
.skeuo-hotspot--cabinets,
.skeuo-hotspot--mezzanines,
.skeuo-hotspot--contacts {
  height: 11.7%;
  top: 82.1%;
}

.skeuo-hotspot--home,
.skeuo-hotspot--locks {
  left: 3.3%;
  width: 22.5%;
}

.skeuo-hotspot--doors,
.skeuo-hotspot--cabinets {
  left: 26.7%;
  width: 22.5%;
}

.skeuo-hotspot--series,
.skeuo-hotspot--mezzanines {
  left: 50%;
  width: 22.5%;
}

.skeuo-hotspot--arches,
.skeuo-hotspot--contacts {
  left: 73.4%;
  width: 23.3%;
}

.skeuo-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skeuo-door-menu {
  background-color: #2b180c;
  background-position: center;
  background-size: 680px auto;
  border: 2px solid var(--skeuo-brass);
  border-radius: 14px;
  box-shadow: inset 0 0 0 2px #1c0d05, 0 10px 22px rgb(18 8 3 / 55%);
  margin: 0 10px 14px;
  max-height: min(70vh, 520px);
  overflow-y: auto;
  padding: 10px;
}

.skeuo-door-menu[hidden] {
  display: none;
}

.skeuo-door-menu__top {
  align-items: center;
  border-bottom: 1px solid rgb(225 189 108 / 45%);
  display: flex;
  justify-content: space-between;
  padding: 2px 2px 9px;
}

.skeuo-door-menu__top > div {
  display: grid;
}

.skeuo-door-menu__top strong {
  font-size: 22px;
}

.skeuo-door-menu__top small {
  color: var(--skeuo-brass-light);
  font-size: 13px;
}

.skeuo-door-menu__top button {
  align-items: center;
  background: #3d210f;
  border: 1px solid var(--skeuo-brass);
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.skeuo-door-menu__top img {
  filter: invert(76%) sepia(42%) saturate(883%) hue-rotate(354deg) brightness(96%) contrast(88%);
}

.skeuo-door-menu__all,
.skeuo-door-menu__groups a {
  align-items: center;
  color: var(--skeuo-cream);
  display: flex;
  min-height: 44px;
  text-decoration: none;
}

.skeuo-door-menu__all {
  border-bottom: 1px solid rgb(225 189 108 / 45%);
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
}

.skeuo-door-menu__groups > div {
  padding-top: 10px;
}

.skeuo-door-menu__groups strong {
  color: var(--skeuo-brass-light);
  display: block;
  font-size: 17px;
}

.skeuo-door-menu__groups a {
  border-bottom: 1px solid rgb(225 189 108 / 16%);
  font-size: 15px;
  padding: 7px 5px;
}


.skeuo-door-menu__top button { color: #ead5a4; padding: 0; }
.skeuo-door-menu a:hover { color: #fff1ac; }
}
@media (prefers-reduced-motion: reduce) { .skeuo-header * { transition-duration: .01ms !important; } }
