.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Stem";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Stem";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.56em;--e-global-typography-text-font-family:"Stem";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.56em;--e-global-typography-accent-font-family:"Stem";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.56em;color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-weight:normal;line-height:1.54em;}.elementor-kit-5 a{color:#000000;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-size:4em;font-weight:300;line-height:1em;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-size:44px;font-weight:300;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-block-start:5px;--container-default-padding-inline-end:5px;--container-default-padding-block-end:5px;--container-default-padding-inline-start:5px;}}/* Start custom CSS */* {
  box-sizing: border-box;
}

:root {
  --logo-top: 24px;
  --logo-left: 28px;
}

html,
body {
  height: 100%;
  margin: 0;
  background: #f7f7f7;
  font-family: "Ace Sans", "Trebuchet MS", sans-serif;
  color: #f4f4f4;
  overflow: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  padding: var(--logo-top) var(--logo-left);
  pointer-events: none;
}

.site-logo {
  position: absolute;
  top: var(--logo-top);
  left: var(--logo-left);
  width: clamp(120px, 18vw, 180px);
  height: auto;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.site-logo--white {
  opacity: 1;
}

.site-logo--black {
  opacity: 0;
}

body.light-active .site-logo--white {
  opacity: 0;
}

body.light-active .site-logo--black {
  opacity: 1;
}

body.pricing-active .site-logo--white {
  opacity: 1;
}

body.pricing-active .site-logo--black {
  opacity: 0;
}

body.map-open .site-header {
  opacity: 0;
  pointer-events: none;
}

body.map-open .veil-logo {
  opacity: 0 !important;
  display: none !important;
}

.page-slider {
  position: fixed;
  inset: 0;
  width: 500vw;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  transition: transform 0.8s ease;
}

.page-panel {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
}

.page-home {
  overflow: hidden;
}

.page-gallery {
  background: #f7f7f7;
  color: #0b0b0b;
}

.page-info,
.page-pricing {
  background: #f7f7f7;
  color: #0b0b0b;
}

.page-contact {
  background: #f7f7f7;
  color: #0b0b0b;
}

.info-page-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 24px 120px;
}

.info-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  width: min(360px, 92vw);
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.info-tab {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #0b0b0b;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.info-tab:hover,
.info-tab:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
  outline: none;
}

.info-tab.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

.info-panels {
  width: min(1100px, 92vw);
}

.info-panel {
  display: none;
}

.info-panel.is-active {
  display: block;
}

.info-panel .info-shell {
  min-height: 0;
  width: 100%;
  padding: 0;
}

.info-panel[data-info-panel="interior"] {
  font-family: "Stem", sans-serif;
}

.interior-shell {
  border: 1px solid rgba(11, 11, 11, 0.15);
  border-radius: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Stem", sans-serif;
  color: #0b0b0b;
  text-align: left;
}

.interior-shell h3 {
  margin: 0 0 10px 0;
  font-size: clamp(18px, 2.4vw, 24px);
}

.interior-shell p {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
  color: rgba(11, 11, 11, 0.78);
}

.interior-grid {
  width: min(1180px, 94vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.interior-grid--single {
  width: min(920px, 94vw);
  grid-template-columns: minmax(0, 1fr);
}

.interior-col {
  border: 1px solid rgba(11, 11, 11, 0.15);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.interior-col--flat {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.interior-col h3 {
  margin: 0 0 12px 0;
  font-size: clamp(17px, 2.2vw, 22px);
  letter-spacing: 0.03em;
  color: #0b0b0b;
}

.interior-group + .interior-group {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(11, 11, 11, 0.12);
}

.interior-group h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(11, 11, 11, 0.82);
}

.interior-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.interior-item + .interior-item {
  margin-top: 8px;
}

.interior-thumb {
  width: 86px;
  height: 66px;
  object-fit: contain;
  border-radius: 8px;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.interior-meta {
  text-align: left;
}

.interior-meta h5 {
  margin: 0 0 3px 0;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(11, 11, 11, 0.9);
}

.interior-meta p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(11, 11, 11, 0.76);
}

.interior-card {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.interior-card + .interior-card {
  margin-top: 12px;
}

.interior-card img {
  display: block;
  width: 100%;
  height: auto;
}

.interior-col--flat .interior-card {
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.gallery-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 90px 6vw 140px;
  text-align: center;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
}

.gallery-shell h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.04em;
}

.gallery-shell p {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 22px);
  color: rgba(11, 11, 11, 0.7);
}

.gallery-grid {
  margin-top: 24px;
  width: min(1100px, 92vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  cursor: zoom-in;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(8, 8, 8, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 84px;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox-image {
  display: block;
  max-width: min(1400px, 100%);
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gallery-lightbox-close {
  top: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.gallery-lightbox-close::before {
  content: "×";
  transform: translateY(-1px);
}

.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.gallery-lightbox-prev {
  left: 20px;
}

.gallery-lightbox-prev::before {
  content: "‹";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.gallery-lightbox-next {
  right: 20px;
}

.gallery-lightbox-next::before {
  content: "›";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.info-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 120px 8vw 140px;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  color: #0b0b0b;
}

.info-col:last-child {
  border: 1px solid rgba(11, 11, 11, 0.15);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.6);
}

.info-col h3 {
  margin: 0 0 12px 0;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 0.02em;
}

.info-col p {
  margin: 0 0 28px 0;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
  color: rgba(11, 11, 11, 0.78);
}

.info-col ul {
  margin: 0 0 28px 0;
  padding-left: 18px;
  color: rgba(11, 11, 11, 0.78);
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
}

.info-col li + li {
  margin-top: 10px;
}

.contact-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px 24px 140px;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  color: #0b0b0b;
}

.contact-slot {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.contact-slot-hint {
  margin: 0;
  border: 1px dashed rgba(11, 11, 11, 0.3);
  border-radius: 12px;
  padding: 14px;
  font-size: 13px;
  color: rgba(11, 11, 11, 0.68);
  background: rgba(255, 255, 255, 0.7);
}

.contact-intro h3 {
  margin: 0 0 14px 0;
  font-size: clamp(24px, 3.2vw, 34px);
  letter-spacing: 0.04em;
}

.contact-intro p {
  margin: 0;
  font-size: clamp(15px, 1.9vw, 20px);
  line-height: 1.6;
  color: rgba(11, 11, 11, 0.78);
}

.contact-overlay-content {
  width: min(560px, 90vw);
  display: grid;
  gap: 24px;
}

.contact-form {
  width: 100%;
  display: grid;
  gap: 14px;
}

.contact-field {
  display: grid;
  gap: 8px;
  text-align: left;
}

.contact-field span {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 11, 11, 0.7);
}

.contact-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #0b0b0b;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 15px;
}

.contact-field input:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.contact-submit {
  margin-top: 4px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(11, 11, 11, 0.35);
  background: rgba(0, 0, 0, 0.06);
  color: #0b0b0b;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.45);
  outline: none;
}

.contact-broker {
  width: 100%;
  border: 1px solid rgba(11, 11, 11, 0.15);
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.contact-broker h4 {
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.contact-broker p {
  margin: 6px 0;
  font-size: 16px;
  color: rgba(11, 11, 11, 0.84);
}

.contact-broker a {
  color: inherit;
  text-decoration: none;
}

.pricing-shell {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 0 24px 120px;
  text-align: center;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  position: relative;
  isolation: isolate;
}

.pricing-hero {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6px;
  position: relative;
  overflow: visible;
}

.pricing-hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.pricing-address {
  margin: 0 0 4px;
  font-family: "Stem", sans-serif !important;
  font-weight: 400;
  font-size: clamp(16px, 2.1vw, 30px);
  letter-spacing: 0.04em;
  color: #0b0b0b;
  position: relative;
  z-index: 2147483647 !important;
}

.pricing-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  width: auto;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2147483647 !important;
}

.pricing-tab {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #0b0b0b;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.pricing-tab:hover,
.pricing-tab:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
  outline: none;
}

.pricing-tab.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

.pricing-panels {
  width: 90vw;
  min-height: 220px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.pricing-panel {
  display: none;
  width: 100%;
}

.pricing-panel.is-active {
  display: block;
}

.shortcode-slot {
  width: 90vw;
  max-width: 90vw;
  min-height: 280px;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.pricing-panel[data-panel^="floor"] .shortcode-slot {
  margin: -140px auto 0;
}

.pricing-panel[data-panel^="floor"] .shortcode-slot > * {
  position: relative !important;
  z-index: 1 !important;
}

.pricing-panel[data-panel^="floor"] .shortcode-slot [class*="drawattention"],
.pricing-panel[data-panel^="floor"] .shortcode-slot [id*="drawattention"] {
  position: relative;
  z-index: 1 !important;
}

.floor-shortcode {
  width: 100%;
  margin: 0 auto;
}

.shortcode-slot > .elementor-element,
.shortcode-slot > .elementor-widget-shortcode,
.shortcode-slot > .floor-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}

.price-table-wrap {
  width: min(60vw, 920px);
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}

.price-table thead th {
  background: #eeeeee;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.price-table thead th:first-child {
  border-top-left-radius: 16px;
}

.price-table thead th:last-child {
  border-top-right-radius: 16px;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.price-row:hover {
  background: rgba(0, 0, 0, 0.06);
}

.price-row.is-static {
  cursor: default;
  transition: none;
}

.price-row.is-static:hover {
  background: transparent;
}

.price-row td {
  color: #0b0b0b;
}

.price-row td:last-child {
  font-weight: 600;
}

.price-row.is-unavailable td {
  color: rgba(11, 11, 11, 0.56);
}

.price-row.is-unavailable td:last-child {
  color: rgba(11, 11, 11, 0.68);
}

.price-note {
  margin: 12px auto 0;
  width: min(60vw, 920px);
  text-align: left;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(11, 11, 11, 0.72);
}

.floor-mobile-nav {
  display: none;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .pricing-panel[data-panel^="floor"] .shortcode-slot {
    margin: -50px auto 0;
  }
}

@media (max-width: 640px) {
  :root {
    --logo-top: 20px;
    --logo-left: clamp(16px, 5vw, 28px);
  }

  .veil-logo {
    display: none !important;
  }

  .pricing-shell {
    padding: 0 16px 120px;
  }

  .pricing-hero {
    margin-bottom: 4px;
  }

  .pricing-address {
    font-size: clamp(14px, 4.2vw, 22px);
    letter-spacing: 0.03em;
  }

  .info-page-shell {
    padding: 72px 16px 120px;
  }

  .info-tabs {
    width: 90vw;
  }

  .info-tab {
    padding: 5px 10px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .pricing-tabs {
    width: 90vw;
    justify-content: center;
    position: relative;
    z-index: 2147483647 !important;
  }

  .page-pricing.mobile-floor-mode .pricing-shell {
    padding: 0 16px 178px;
    position: relative;
    z-index: 1000;
  }

  .page-pricing.mobile-floor-mode .pricing-tabs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    width: 90vw;
    z-index: 10000 !important;
  }

  .page-pricing.mobile-floor-mode .pricing-panels {
    width: 90vw;
    min-height: calc((var(--vh, 1vh) * 100) - 230px);
    place-items: start center;
    align-content: start;
    position: relative;
    z-index: 1;
  }

  .page-pricing.mobile-floor-mode .pricing-panel[data-panel^="floor"].is-active {
    min-height: calc((var(--vh, 1vh) * 100) - 230px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .pricing-tab {
    padding: 5px 10px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .price-table th,
  .price-table td {
    font-size: 9px;
    padding: 8px 6px;
  }

  .price-table-wrap {
    width: 90vw;
    margin: 0 auto;
  }

  .price-note {
    width: 90vw;
    font-size: 11px;
  }

  .info-panel .info-shell {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
  }

  .interior-shell {
    padding: 20px;
  }

  .interior-grid {
    width: 92vw;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .interior-col {
    padding: 12px;
  }

  .interior-group h4 {
    font-size: 12px;
  }

  .interior-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
    padding: 7px;
  }

  .interior-thumb {
    width: 72px;
    height: 56px;
  }

  .interior-meta h5 {
    font-size: 10px;
  }

  .interior-meta p {
    font-size: 10px;
    line-height: 1.3;
  }

  .contact-shell {
    padding: 84px 16px 140px;
  }

  .contact-slot,
  .contact-form,
  .contact-broker {
    width: 90vw;
    max-width: 90vw;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-lightbox {
    padding: 56px 12px 32px;
  }

  .gallery-lightbox-image {
    max-height: calc(100vh - 112px);
    border-radius: 10px;
  }

  .gallery-lightbox-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    font-size: 26px;
  }

  .gallery-lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 26px;
    border-radius: 50%;
  }

  .gallery-lightbox-prev {
    left: 8px;
  }

  .gallery-lightbox-next {
    right: 8px;
  }

  .pricing-panels {
    width: 90vw;
  }

  .shortcode-slot {
    width: 90vw;
    min-height: 220px;
  }

  .page-pricing.mobile-floor-mode .shortcode-slot {
    width: 90vw;
    max-width: 90vw;
    min-height: calc((var(--vh, 1vh) * 100) - 250px);
    margin: -125px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .page-pricing.mobile-floor-mode .shortcode-slot > .elementor-element,
  .page-pricing.mobile-floor-mode .shortcode-slot > .elementor-widget-shortcode,
  .page-pricing.mobile-floor-mode .shortcode-slot > .floor-shortcode {
    display: block !important;
    width: max-content !important;
    min-width: 240% !important;
    max-width: none !important;
  }

  .page-pricing.mobile-floor-mode .shortcode-slot::-webkit-scrollbar {
    display: none;
  }

  .page-pricing.mobile-floor-mode .shortcode-slot [class*="drawattention"],
  .page-pricing.mobile-floor-mode .shortcode-slot [id*="drawattention"] {
    position: relative;
    z-index: 1 !important;
  }

  .floor-mobile-nav {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 110px;
    transform: translateX(-50%);
    z-index: 60;
    width: 80vw;
    max-width: 80vw;
    padding: 0 2px;
    border: none;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .floor-mobile-nav.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .floor-mobile-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #0b0b0b;
    outline: none;
    touch-action: pan-x;
  }

  .floor-mobile-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #df6744;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  .floor-mobile-range::-moz-range-track {
    height: 2px;
    border-radius: 999px;
    background: #0b0b0b;
  }

  .floor-mobile-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #df6744;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  .floor-mobile-labels {
    display: none;
  }
}

.hero-stage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: #0f0f0f;
}

.hero-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://lvm.ee/uuspaikuse/wp-content/uploads/2026/02/landing-1-scaled.jpg") center / cover no-repeat;
  filter: brightness(0.65);
  z-index: 0;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: calc(42% - 20px);
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.hero-text {
  text-align: center;
  color: #fff;
  max-width: min(920px, 88vw);
}

.hero-text h1 {
  font-family: "Stem", sans-serif;
  font-size: clamp(24px, 4vw, 42px);
  margin: 0 0 16px 0;
  color: #fff;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.75);
}

.hero-text h2 {
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: clamp(15px, 2.2vw, 24px);
  margin: 0 0 14px 0;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.65);
}

.hero-text p {
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: clamp(14px, 1.6vw, 20px);
  margin: 0;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.65);
}

.cta-button {
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.cta-location {
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -40% -10%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.cta-button:hover::before {
  transform: translateX(120%);
}

.cta-button,
.cta-button:hover,
.cta-button:focus,
.cta-button:active,
.veil-close,
.veil-close:hover,
.veil-close:focus,
.veil-close:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  outline: none;
}

.map-sheet {
  position: fixed;
  inset: 0;
  z-index: 26;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transform: translateY(105%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.map-sheet iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body.map-open .map-sheet {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

body.map-open .veil-panel {
  background: transparent;
}

.bottom-menu {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  gap: 6px;
  padding: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.menu-item:hover,
.menu-item:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}

.menu-item.is-active {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

body.light-active .bottom-menu {
  border-color: rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

body.light-active .menu-item {
  color: #0b0b0b !important;
}

#pageSlider[data-active="home"] ~ .bottom-menu .menu-item {
  color: #fff !important;
}

body.map-open .bottom-menu {
  border-color: rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

body.map-open #pageSlider[data-active="home"] ~ .bottom-menu .menu-item {
  color: #0b0b0b !important;
}

body.map-open .menu-item:hover,
body.map-open .menu-item:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
}

body.map-open .menu-item.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

body.light-active .menu-item:hover,
body.light-active .menu-item:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
}

body.light-active .menu-item.is-active {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

.hero-stage.veil-open .bottom-menu,
.hero-stage.veil-closing .bottom-menu {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .bottom-menu {
    bottom: 26px;
    gap: 4px;
    padding: 8px 10px;
    width: fit-content;
    max-width: calc(100vw - 16px);
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bottom-menu::-webkit-scrollbar {
    display: none;
  }

  .menu-item {
    flex: 0 0 auto;
    padding: 6px 10px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}

.hero-stage.veil-open .hero-content,
.hero-stage.veil-closing .hero-content {
  opacity: 0;
  pointer-events: none;
}

.veil {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.veil-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateY(100%);
  transition: transform 1.2s linear;
}

.veil.instant .veil-panel {
  transition: none;
}

.veil.active {
  pointer-events: auto;
}

.veil.active .veil-panel {
  transform: translateY(0);
}

/* overlay logo (only visible when overlay active) */
.veil-logo {
  position: fixed;
  top: var(--logo-top);
  left: var(--logo-left);
  z-index: 99999;
  width: clamp(120px, 18vw, 180px);
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.veil.active .veil-logo--white {
  opacity: 1;
}

body.light-active .veil.active .veil-logo--white {
  opacity: 0;
}

body.light-active .veil.active .veil-logo--black {
  opacity: 1;
}

/* close button now above everything */
.veil-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.veil-close::before {
  content: "×";
  display: block;
  transform: translateY(-1px);
}

body.veil-open .veil-close {
  opacity: 1;
  pointer-events: auto;
}

body.veil-open .veil-close,
.veil.active ~ .veil-close {
  opacity: 1;
  pointer-events: auto;
}

/* Overlay container */
#overlayContent {
  position: fixed;
  inset: 0;
  z-index: 21;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s linear 1s, transform 0.25s linear 1s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(var(--vh, 1vh) * 100);
  padding: 70px 24px 40px;
}

body.veil-open #overlayContent {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body:not(.veil-open) #overlayContent {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.15s linear 0s, transform 0.15s linear 0s;
}

body.elementor-editor-active #overlayContent {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.page-contact #overlayContent,
body:not(.veil-open) .page-contact #overlayContent,
body.veil-open .page-contact #overlayContent,
body.elementor-editor-active .page-contact #overlayContent {
  position: static;
  inset: auto;
  z-index: auto;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: none;
  overflow: visible;
  max-height: none;
  padding: 0;
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-family: "Ace Sans", "Trebuchet MS", sans-serif;
    white-space: nowrap;
    font-size: clamp(26px, 6.5vw, 36px);
  }
}
@media (max-width: 480px) {
  .price-table thead th {
    font-size: 9px;
    letter-spacing: 0.02em;
  }

  .price-table th,
  .price-table td {
    font-size: 9px;
    padding: 6px 5px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lvm.ee/uuspaikuse/wp-content/uploads/2022/08/ParaType-Stem.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lvm.ee/uuspaikuse/wp-content/uploads/2022/08/ParaType-Stem-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lvm.ee/uuspaikuse/wp-content/uploads/2022/08/ParaType-Stem-Light-1.woff') format('woff');
}
/* End Custom Fonts CSS */