@import url("dim-contact-footer-sticky.css");
/* Page: Publication — 23 Hotel / No.19 (Figma 605:2710), 1512×982px artboard; Safari chrome omitted */

:root {
  --p16-split-x: 688px;
  --p16-right-board-w: 824px;
  --p16-back-top-x: 1447px;
  --p16-back-top-y: 860px;

  --p16-board-w: 1512px;
  --p16-board-h: 982px;
  --p16-text: #595656;
}
html:has(main.dim-p16),
body:has(main.dim-p16) {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.dim-p16 {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: calc(
    100dvh - (78px * min(100vw, var(--p16-board-w)) / var(--p16-board-w)) - env(safe-area-inset-bottom, 0px)
  );
  max-height: calc(
    100dvh - (78px * min(100vw, var(--p16-board-w)) / var(--p16-board-w)) - env(safe-area-inset-bottom, 0px)
  );
  overflow: hidden;
}

.dim-p16__header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 45;
  height: 0;
  overflow: visible;
  pointer-events: none;
  padding-top: env(safe-area-inset-top, 0px);
}

.dim-p16__header-fixed-inner {
  position: absolute;
  left: max(0px, calc((100vw - min(100vw, var(--p16-board-w))) / 2));
  top: 0;
  width: 688px;
  height: 450px;
  box-sizing: border-box;
  pointer-events: auto;
  transform: scale(calc(min(100vw, var(--p16-board-w)) / var(--p16-board-w)));
  transform-origin: top left;
  background: #fff;
  box-shadow: 0 1px 0 transparent;
}

.dim-p16__scale-wrap {
  flex: 1 1 auto;
  min-height: 0;
  width: min(100vw, var(--p16-board-w));
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.dim-p16__split-view {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.dim-p16__split-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  min-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dim-p16__split-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.dim-p16__split-scroll--left {
  flex: 0 0 calc(var(--p16-split-x) * min(100vw, var(--p16-board-w)) / var(--p16-board-w));
  max-width: calc(var(--p16-split-x) * min(100vw, var(--p16-board-w)) / var(--p16-board-w));
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.06);
}

.dim-p16__split-scroll--right {
  flex: 1 1 auto;
  min-width: 0;
}

.dim-p16__split-clip {
  position: relative;
  flex-shrink: 0;
}

.dim-p16__split-clip--left {
  width: 100%;
  height: 100%;
  min-height: calc(var(--p16-board-h) * min(100vw, var(--p16-board-w)) / var(--p16-board-w));
}

.dim-p16__split-clip--right {
  width: 100%;
  min-width: calc(var(--p16-right-board-w) * min(100vw, var(--p16-board-w)) / var(--p16-board-w));
  height: 100%;
  min-height: calc(var(--p16-board-h) * min(100vw, var(--p16-board-w)) / var(--p16-board-w));
}

.dim-p16__split-board {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: scale(calc(min(100vw, var(--p16-board-w)) / var(--p16-board-w)));
  background: #fff;
}

.dim-p16__split-board--left {
  width: var(--p16-split-x);
  height: var(--p16-board-h);
}

.dim-p16__split-board--right {
  width: var(--p16-right-board-w);
  height: var(--p16-board-h);
}

.dim-p16__split-board figure {
  margin: 0;
}


.dim-p16 { width: 100%; background: #fff; }




/* Logo */
.dim-p16__logo { position: absolute; left: 64px; top: 138px; width: 213px; height: 58px; z-index: 6; display: block; }
.dim-p16__logo img { width: 100%; height: 100%; object-fit: contain; object-position: left top; display: block; }

/* Header — eyebrow / divider / title */
.dim-p16__eyebrow { position: absolute; left: 64px; top: 290px; transform: translateY(-50%); margin: 0; font-size: 16px; font-weight: 400; letter-spacing: -0.064px; line-height: 1; text-transform: uppercase; }
.dim-p16__divider { position: absolute; left: 253px; top: 318px; transform: translateY(-50%); width: 23px; height: 1px; background: var(--p16-text); }
.dim-p16__title { position: absolute; left: 292px; top: 318px; transform: translateY(-50%); margin: 0; font-size: 16px; font-weight: 600; letter-spacing: -0.064px; line-height: 1; text-transform: uppercase; }

/* Meta row */
.dim-p16__meta-row { position: absolute; left: 64px; transform: translateY(-50%); margin: 0; font-size: 16px; font-weight: 400; letter-spacing: -0.064px; line-height: 1; }
.dim-p16__meta-row--info-label { top: 378px; width: 70px; }
.dim-p16__meta-row--info-value { left: 168px; top: 378px; width: 218px; }

/* Image stage — 760×760px at left:693 top:138, portrait crop */
.dim-p16__stage { position: absolute; left: 5px; top: 138px; width: 760px; height: 760px; overflow: hidden; background: transparent; margin: 0; }
.dim-p16__stage-inner { position: absolute; left: 116.81px; top: 0; width: 526.37px; height: 760px; overflow: hidden; }
.dim-p16__stage-inner img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.dim-p16__footer { position: absolute; left: 0; top: 904px; width: 1512px; height: 78px; z-index: 4; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
.dim-p16__footer-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 64px; gap: 24px; font-size: 13px; font-weight: 400; letter-spacing: -0.052px; line-height: 1.35; color: var(--p16-text); }
.dim-p16__footer-col { flex: 0 1 auto; min-width: 0; }
.dim-p16__footer-col p { margin: 0; }
.dim-p16__footer-col--mid { text-align: center; flex: 1 1 auto; }
.dim-p16__footer-col--right { text-align: right; }
.dim-p16__footer a { color: var(--p16-text); text-decoration: none; }
.dim-p16__footer a:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .dim-p16__footer-inner { padding: 0 20px; flex-wrap: wrap; justify-content: center; text-align: center; row-gap: 4px; }
  .dim-p16__footer-col--mid,
  .dim-p16__footer-col--right { text-align: center; }
}

.dim-p16__back-top {
  position: fixed;
  z-index: 55;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:has(main.dim-p16 > footer[data-name="Contact info"]) .dim-p16__back-top {
  right: auto !important;
  bottom: auto !important;
  left: calc(
    (100vw - min(100vw, var(--p16-board-w))) / 2
    + var(--p16-back-top-x) * min(100vw, var(--p16-board-w)) / var(--p16-board-w)
  ) !important;
  top: calc(
    var(--p16-back-top-y) * min(100vw, var(--p16-board-w)) / var(--p16-board-w) + env(safe-area-inset-top, 0px)
  ) !important;
}

.dim-p16__back-top-icon {
  display: block;
  width: 26.667px;
  height: 26.667px;
}

.dim-p16__back-top-ring,
.dim-p16__back-top-path {
  stroke: var(--Main, #595656);
  stroke-width: 1px;
}
