@import url("dim-contact-footer-sticky.css");
/* Page: Residential — HPN HOUSE (Figma 85:568), 1512×15520 artboard, no Safari chrome */

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

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

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

.dim-hpn-house__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-hpn-house__header-fixed-inner {
  position: absolute;
  left: max(0px, calc((100vw - min(100vw, var(--hpn-board-w))) / 2));
  top: 0;
  width: 688px;
  height: 360px;
  box-sizing: border-box;
  pointer-events: auto;
  transform: scale(calc(min(100vw, var(--hpn-board-w)) / var(--hpn-board-w)));
  transform-origin: top left;
  background: #fff;
  box-shadow: 0 1px 0 transparent;
}

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

.dim-hpn-house__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-hpn-house__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-hpn-house__split-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

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

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

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

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

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

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

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

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

.dim-hpn-house__split-board figure {
  margin: 0;
}


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







.dim-hpn-house__logo {
  position: absolute;
  left: 64px;
  top: 48px;
  width: 213px;
  height: 58px;
  z-index: 6;
  display: block;
}

.dim-hpn-house__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  display: block;
}

.dim-hpn-house__eyebrow {
  position: absolute;
  left: 64px;
  top: 200px;
  transform: translateY(-50%);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.064px;
  line-height: 1;
  text-transform: uppercase;
}

.dim-hpn-house__divider {
  position: absolute;
  left: 190px;
  top: 228px;
  transform: translateY(-50%);
  width: 23px;
  height: 1px;
  background: var(--hpn-text);
}

.dim-hpn-house__title {
  position: absolute;
  left: 229px;
  top: 228px;
  transform: translateY(-50%);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.064px;
  line-height: 1;
  text-transform: uppercase;
}

.dim-hpn-house__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-hpn-house__meta-row--loc-label { top: 288px; width: 72px; }
.dim-hpn-house__meta-row--loc-value { left: 168px; top: 288px; width: 232px; }
.dim-hpn-house__meta-row--site-label { top: 308px; width: 75px; }
.dim-hpn-house__meta-row--site-value { left: 168px; top: 308px; width: 173px; }
.dim-hpn-house__meta-row--year-label { top: 328px; width: 41px; }
.dim-hpn-house__meta-row--year-value { left: 168px; top: 328px; width: 45px; }

.dim-hpn-house__stage {
  position: absolute;
  overflow: hidden;
  background: transparent;
}

.dim-hpn-house__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dim-hpn-house__stage-inner {
  position: absolute;
  overflow: hidden;
}

.dim-hpn-house__stage-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dim-hpn-house__stage--01-1 { left: 0; top: 192px; width: 353px; height: 474px; }
.dim-hpn-house__stage--01-2 { left: 385px; top: 192px; width: 375px; height: 474px; }

.dim-hpn-house__stage--02 { left: 0; top: 960px; width: 760px; height: 760px; }
.dim-hpn-house__stage--02 .dim-hpn-house__stage-inner { left: 0; top: 109px; width: 760px; height: 542px; }

.dim-hpn-house__stage--03-1 { left: 111px; top: 1872px; width: 534px; height: 364px; }
.dim-hpn-house__stage--03-2 { left: 111px; top: 2268px; width: 534px; height: 364px; }

.dim-hpn-house__stage--04 { left: 0; top: 2784px; width: 760px; height: 760px; }
.dim-hpn-house__stage--04 .dim-hpn-house__stage-inner { left: 0; top: 109px; width: 760px; height: 542px; }

.dim-hpn-house__stage--05 { left: 0; top: 3696px; width: 760px; height: 760px; }
.dim-hpn-house__stage--05 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--06 { left: 0; top: 4608px; width: 760px; height: 760px; }
.dim-hpn-house__stage--06 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--07 { left: 0; top: 5520px; width: 760px; height: 760px; }
.dim-hpn-house__stage--07 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--08 { left: 0; top: 6432px; width: 760px; height: 760px; }
.dim-hpn-house__stage--08 .dim-hpn-house__stage-inner { left: 126.5px; top: 0; width: 507px; height: 760px; }

.dim-hpn-house__stage--09 { left: 0; top: 7344px; width: 760px; height: 760px; }
.dim-hpn-house__stage--09 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--10 { left: 0; top: 8256px; width: 760px; height: 760px; }
.dim-hpn-house__stage--10 .dim-hpn-house__stage-inner { left: 108.5px; top: 0; width: 543px; height: 760px; }

.dim-hpn-house__stage--11 { left: 0; top: 9168px; width: 760px; height: 760px; }
.dim-hpn-house__stage--11 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--12 { left: 0; top: 10080px; width: 760px; height: 760px; }
.dim-hpn-house__stage--12 .dim-hpn-house__stage-inner { left: 0; top: 126px; width: 760px; height: 508px; }

.dim-hpn-house__stage--13 { left: 0; top: 10992px; width: 760px; height: 760px; }
.dim-hpn-house__stage--13 .dim-hpn-house__stage-inner { left: 87.23px; top: 0; width: 585.535px; height: 760px; }

.dim-hpn-house__stage--14 { left: -1px; top: 11905px; width: 760px; height: 760px; }
.dim-hpn-house__stage--14 .dim-hpn-house__stage-inner { left: 0; top: 0; width: 760px; height: 760px; }

.dim-hpn-house__stage--15 { left: -1px; top: 12817px; width: 760px; height: 760px; }
.dim-hpn-house__stage--15 .dim-hpn-house__stage-inner { left: 90.5px; top: 0; width: 579px; height: 760px; }

.dim-hpn-house__stage--16 { left: 0; top: 13729px; width: 760px; height: 760px; }
.dim-hpn-house__stage--16 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__stage--17 { left: 0; top: 14641px; width: 760px; height: 760px; }
.dim-hpn-house__stage--17 .dim-hpn-house__stage-inner { left: 76px; top: 0; width: 608px; height: 760px; }

.dim-hpn-house__before-after {
  position: absolute;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.064px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.dim-hpn-house__before-after--b1 { left: 146px; top: 696px; }
.dim-hpn-house__before-after--a1 { left: 547px; top: 696px; }
.dim-hpn-house__before-after--b2 { left: 669px; top: 2230px; }
.dim-hpn-house__before-after--a2 { left: 669px; top: 2626px; }

.dim-hpn-house__footer {
  position: absolute;
  left: 0;
  top: 814px;
  width: 1512px;
  height: 78px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.dim-hpn-house__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(--hpn-text);
}

.dim-hpn-house__footer-col { flex: 0 1 auto; min-width: 0; }
.dim-hpn-house__footer-col p { margin: 0; }
.dim-hpn-house__footer-col--mid { text-align: center; flex: 1 1 auto; }
.dim-hpn-house__footer-col--right { text-align: right; }
.dim-hpn-house__footer a { color: var(--hpn-text); text-decoration: none; }
.dim-hpn-house__footer a:hover { text-decoration: underline; }





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

  .dim-hpn-house__footer-col--mid,
  .dim-hpn-house__footer-col--right {
    text-align: center;
  }
}

.dim-hpn-house__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-hpn-house > footer[data-name="Contact info"]) .dim-hpn-house__back-top {
  right: auto !important;
  bottom: auto !important;
  left: calc(
    (100vw - min(100vw, var(--hpn-board-w))) / 2
    + var(--hpn-back-top-x) * min(100vw, var(--hpn-board-w)) / var(--hpn-board-w)
  ) !important;
  top: calc(
    var(--hpn-back-top-y) * min(100vw, var(--hpn-board-w)) / var(--hpn-board-w) + env(safe-area-inset-top, 0px)
  ) !important;
}

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

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