@charset "UTF-8";
:root {
  --font-display: "SVN-Bon Voyage", "SVN-Bon_Voyage", Georgia, serif;
  --font-body: "SVN-Gilroy", "Helvetica Neue", Arial, sans-serif;
  --marq-site-max-width: 1920px;
  --marq-section-min-height: 766px;
  --marq-text: #2c2c2c;
  --marq-menu-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "SVN-Bon Voyage";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-BonVoyage-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Thin.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Thin Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Light.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Light Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Regular.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Medium.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Medium Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy SemiBold Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Bold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Bold Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Heavy.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Heavy Italic.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Black.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/SVN-Gilroy Black Italic.otf") format("opentype");
}
@font-face {
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/samsungsharpsans.otf") format("opentype");
}
html {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--marq-site-max-width);
  width: 100%;
  background-color: #fff;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: var(--marq-text);
  font-synthesis: none;
  text-rendering: geometricPrecision;
  /* max-width: 1440px;
  margin: auto !important; */
}
body.marq-is-loading {
  overflow: hidden;
}
body.marq-is-loading > :not(.marq-page-loader):not(#wpadminbar) {
  opacity: 0;
  visibility: hidden;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  background: rgba(255, 255, 255, 0.4509803922);
  border-radius: 10px;
  margin: 20px auto;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-bottom: 10px;
}

.marq-page-loader {
  align-items: center;
  background-color: #f4f0ea;
  background-image: url("../images/main-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  --marq-loader-logo-shift: -23vh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: center;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 1.45s var(--marq-menu-ease), visibility 1.45s var(--marq-menu-ease);
  width: 100%;
  z-index: 99999;
}
body.marq-is-loading .marq-page-loader {
  opacity: 1;
  visibility: visible;
}
body.admin-bar .marq-page-loader {
  top: var(--wp-admin--admin-bar--height, 32px);
}
.marq-page-loader::before {
  background: linear-gradient(90deg, transparent calc(25% - 0.5px), rgba(226, 183, 164, 0.22) 25%, transparent calc(25% + 0.5px)), linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(226, 183, 164, 0.2) 50%, transparent calc(50% + 0.5px)), linear-gradient(90deg, transparent calc(75% - 0.5px), rgba(226, 183, 164, 0.22) 75%, transparent calc(75% + 0.5px)), linear-gradient(135deg, transparent calc(50% - 0.5px), rgba(226, 183, 164, 0.24) 50%, transparent calc(50% + 0.5px)), linear-gradient(45deg, transparent calc(50% - 0.5px), rgba(226, 183, 164, 0.24) 50%, transparent calc(50% + 0.5px));
  background-position: 0 0, 0 0, 0 0, 25% 96px, 75% 96px;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 50% 520px, 50% 520px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.marq-page-loader__pattern {
  background: linear-gradient(180deg, rgba(250, 248, 244, 0), rgba(250, 248, 244, 0.42), rgba(250, 248, 244, 0));
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.marq-page-loader__video {
  animation: marqLoaderVideoIn 0.8s var(--marq-menu-ease) forwards;
  clip-path: inset(5px);
  display: block;
  height: 174px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(calc(var(--marq-loader-logo-shift) + 14px)) scale(1);
  position: relative;
  width: 138px;
  z-index: 2;
}
.marq-page-loader--video-paused .marq-page-loader__video {
  opacity: 1;
  transform: translateY(var(--marq-loader-logo-shift)) scale(1.04);
}

body.marq-loader-ready .marq-page-loader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
body.marq-loader-ready > :not(.marq-page-loader):not(#wpadminbar) {
  animation: marqPageReveal 1.25s var(--marq-menu-ease) both;
}

@keyframes marqLoaderVideoIn {
  to {
    opacity: 1;
    transform: translateY(var(--marq-loader-logo-shift)) scale(1.04);
  }
}
@keyframes marqPageReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .marq-page-loader {
    --marq-loader-logo-shift: -9vh;
  }
  body.admin-bar .marq-page-loader {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
  .marq-page-loader::before {
    background-position: 0 0, 0 0, 0 0, 20% 78px, 80% 78px;
    background-size: 100% 100%, 100% 100%, 100% 100%, 60% 430px, 60% 430px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marq-page-loader,
  .marq-page-loader__video,
  body.marq-loader-ready > :not(.marq-page-loader):not(#wpadminbar) {
    animation: none;
    transition-duration: 0.01ms;
  }
  .marq-page-loader__video {
    opacity: 1;
    transform: translateY(var(--marq-loader-logo-shift));
  }
}
.font-display,
h1,
h2,
h3 {
  font-family: var(--font-display);
}

.font-body {
  font-family: var(--font-body);
}

.marq-icon {
  display: block;
  flex: 0 0 auto;
}

.marq-header-cta__icon,
.marq-menu-toggle__icons,
.marq-location-accordion__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
}

.marq-site-header {
  background: transparent;
  max-width: var(--marq-site-max-width);
  margin: 0 auto;
  width: 100%;
}

.marq-menu-shell {
  background: #5a322c;
  height: 60px;
  margin: 0 auto;
  max-width: var(--marq-site-max-width);
  overflow: hidden;
  position: relative;
  transition: height 0.8s var(--marq-menu-ease);
  width: 100%;
}

.marq-site-header.is-menu-open .marq-menu-shell {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
}

body.marq-menu-is-open {
  overflow: hidden;
}

body.marq-contact-popup-is-open {
  overflow: hidden;
}

.marq-menu-pattern {
  background: url(../images/menu-pattern.png) center top no-repeat;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 60px;
  transform: translateY(-14px);
  transition: opacity 0.6s ease, transform 0.8s var(--marq-menu-ease);
  background-size: cover;
}

.marq-site-header.is-menu-open .marq-menu-pattern {
  min-height: calc(100vh - 60px - var(--wp-admin--admin-bar--height, 0px));
  min-height: calc(100dvh - 60px - var(--wp-admin--admin-bar--height, 0px));
}

.marq-site-header.is-menu-open .marq-menu-pattern {
  opacity: 1;
  transform: translateY(0);
}

.marq-menu-bar {
  align-items: center;
  background: #faf8f4;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 15px 80px;
  position: relative;
  z-index: 2;
}

.marq-menu-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.marq-header-pill,
.marq-header-lang,
.marq-menu-toggle,
.marq-menu-panel__contact,
.marq-site-footer__contact-button {
  align-items: center;
  background: #f4f0ea;
  border: 0.3px solid #e2b7a4;
  color: #8b6d61;
  display: inline-flex;
  font-family: var(--font-body);
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.marq-header-pill:hover,
.marq-header-pill:focus-visible,
.marq-header-lang:hover,
.marq-header-lang:focus-visible,
.marq-menu-toggle:hover,
.marq-menu-toggle:focus-visible,
.marq-menu-panel__contact:hover,
.marq-menu-panel__contact:focus-visible,
.marq-site-footer__contact-button:hover,
.marq-site-footer__contact-button:focus-visible {
  border-color: #edb783;
  color: #edb783;
}

.marq-header-consult {
  border-radius: 40px;
  font-size: 16px;
  gap: 12px;
  padding: 4px 20px;
}

.marq-menu-panel__contact,
.marq-site-footer__contact-button {
  border-radius: 40px;
  font-size: 16px;
  gap: 12px;
  padding: 4px 20px;
}

.marq-header-pill__roll,
.marq-header-lang__roll,
.marq-menu-toggle__text,
.marq-menu-panel__contact-roll,
.marq-site-footer__contact-button-roll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(17px);
  transition: transform 0.35s ease;
  white-space: nowrap;
}

.marq-header-pill:hover .marq-header-pill__roll,
.marq-header-pill:focus-visible .marq-header-pill__roll,
.marq-header-lang:hover .marq-header-lang__roll,
.marq-header-lang:focus-visible .marq-header-lang__roll,
.marq-menu-toggle:hover .marq-menu-toggle__text,
.marq-menu-toggle:focus-visible .marq-menu-toggle__text,
.marq-menu-panel__contact:hover .marq-menu-panel__contact-roll,
.marq-menu-panel__contact:focus-visible .marq-menu-panel__contact-roll,
.marq-site-footer__contact-button:hover .marq-site-footer__contact-button-roll,
.marq-site-footer__contact-button:focus-visible .marq-site-footer__contact-button-roll {
  transform: translateY(-17px);
}

.marq-header-pill:hover .marq-header-cta__icon svg path,
.marq-header-pill:focus-visible .marq-header-cta__icon svg path,
.marq-menu-panel__contact:hover .marq-header-cta__icon svg path,
.marq-menu-panel__contact:focus-visible .marq-header-cta__icon svg path,
.marq-site-footer__contact-button:hover .marq-header-cta__icon svg path,
.marq-site-footer__contact-button:focus-visible .marq-header-cta__icon svg path {
  fill: #edb783;
}

.marq-header-cta__icon svg path,
.marq-menu-toggle__bars span {
  transition: fill 0.35s ease, background-color 0.35s ease;
}

.marq-header-logo {
  color: #8b6d61;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}

.marq-header-logo span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.marq-header-logo small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 2px;
}

.marq-header-actions {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.marq-header-lang {
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  width: 40px;
}

.marq-menu-toggle {
  backdrop-filter: blur(12px);
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  gap: 12px;
  padding: 0 20px;
  text-transform: uppercase;
}

.marq-menu-toggle__text {
  gap: 10px;
  transform: translateY(15px);
  transition-duration: 0.5s;
  transition-timing-function: var(--marq-menu-ease);
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__text {
  transform: translateY(-15px);
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__text span:first-child {
  color: #edb783;
}

.marq-menu-toggle__bars {
  height: 16px;
  position: relative;
  width: 20px;
}

.marq-menu-toggle__bars span {
  background: #8b6d61;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition: opacity 0.4s ease, transform 0.5s var(--marq-menu-ease), top 0.5s var(--marq-menu-ease);
  width: 20px;
}

.marq-menu-toggle:hover .marq-menu-toggle__bars span,
.marq-menu-toggle:focus-visible .marq-menu-toggle__bars span,
.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span {
  background: #edb783;
}

.marq-menu-toggle__bars span:nth-child(1) {
  top: 0;
}

.marq-menu-toggle__bars span:nth-child(2) {
  top: 7px;
}

.marq-menu-toggle__bars span:nth-child(3) {
  top: 14px;
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span:nth-child(2) {
  opacity: 0;
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.marq-menu-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 49px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 176px;
  transform: translate(-50%, 18px);
  transition: opacity 0.65s ease 0.18s, transform 0.8s var(--marq-menu-ease) 0.12s;
  z-index: 1;
}

.marq-site-header.is-menu-open .marq-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.marq-menu-panel__logo {
  display: block;
  height: 127px;
  object-fit: contain;
  width: 97px;
}

.marq-menu-panel__nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.marq-menu-panel__nav a {
  align-items: center;
  color: #d7c5b3;
  display: flex;
  font-family: var(--font-display);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.marq-menu-panel__nav a:hover,
.marq-menu-panel__nav a:focus-visible {
  color: #edb783;
}

.marq-menu-panel__contact {
  min-width: 137px;
}

.marq-menu-panel__contact-roll span {
  display: block;
}

.marq-menu-toggle__icons {
  height: 20px;
  position: relative;
  width: 20px;
}

.marq-menu-toggle__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.marq-menu-toggle__icon--close {
  height: 18px;
  opacity: 0;
  width: 18px;
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__icon--open {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__icon--close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
  .marq-menu-bar {
    height: 60px;
    padding: 10px 20px;
  }
  .marq-menu-bar__inner {
    min-width: 0;
  }
  .marq-header-consult {
    display: none;
  }
  .marq-header-actions {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .marq-header-lang {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }
  .marq-menu-toggle {
    flex: 0 0 60px;
    gap: 0;
    height: 40px;
    padding: 0 20px;
    width: 60px;
  }
  .marq-menu-toggle__text {
    display: none;
  }
  .marq-menu-toggle__bars {
    height: 16px;
  }
  .marq-menu-toggle__bars span:nth-child(2) {
    top: 8px;
  }
  .marq-menu-toggle__bars span:nth-child(3) {
    top: 16px;
  }
  .marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span:nth-child(1),
  .marq-menu-toggle[aria-expanded=true] .marq-menu-toggle__bars span:nth-child(3) {
    top: 8px;
  }
  .marq-menu-panel {
    top: 150px;
    width: calc(100% - 40px);
  }
}
.marq-collection-copy h2,
.marq-location-content h2,
.marq-limited-section h2,
.marq-home-hero p:first-child {
  font-weight: 400;
}

.marq-collection-copy h2,
.marq-location-content h2,
.marq-hongkongland-copy h2,
.marq-private-heading,
.marq-private-copy h3,
.marq-living-copy h2,
.marq-limited-section h2,
.marq-home-hero p:first-child {
  letter-spacing: 0;
}

.marq-collection-copy > div:last-child,
.marq-location-content > div,
.marq-limited-section div[class*="text-[14px]"] {
  font-family: var(--font-body);
  font-weight: 300;
}

.main.home {
  --marq-header-height: 60px;
  --marq-home-section-height: var(--marq-section-min-height);
  --marq-desktop-scale: 1;
  overflow-x: hidden;
  width: 100%;
}

@supports (height: 100svh) {
  .main.home {
    --marq-home-section-height: var(--marq-section-min-height);
  }
}
.main > section,
.section {
  min-height: var(--marq-section-min-height);
}

.marq-home-snap {
  scroll-behavior: smooth;
  scroll-padding-top: var(--marq-header-height, 60px);
  scroll-snap-type: none;
}

.main.home > section {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

.main.home > section {
  min-height: var(--marq-home-section-height);
}

.marq-banner {
  min-height: var(--marq-home-section-height);
}
.marq-banner .marq-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marq-banner .marq-banner-video--mobile {
  display: none;
}

@media (max-width: 991px) {
  .marq-banner .marq-banner-video--desktop {
    display: none;
  }
  .marq-banner .marq-banner-video--mobile {
    display: block;
  }
}
.marq-banner-sound {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(44, 30, 27, 0.56);
  border: 1px solid rgba(226, 183, 164, 0.55);
  border-radius: 999px;
  bottom: 28px;
  color: #f4f0ea;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  left: 28px;
  height: 44px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  width: 44px;
  z-index: 2;
}
.marq-banner-sound:hover, .marq-banner-sound:focus-visible {
  background: rgba(90, 50, 44, 0.78);
  border-color: rgba(226, 183, 164, 0.9);
  transform: translateY(-2px);
}
.marq-banner-sound:focus-visible {
  outline: 2px solid rgba(244, 240, 234, 0.95);
  outline-offset: 3px;
}

.marq-banner-sound__icon {
  display: none;
  height: 22px;
  width: 22px;
}
.marq-banner-sound__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.marq-banner-sound__icon--muted {
  display: block;
}

.marq-banner-sound.is-unmuted .marq-banner-sound__icon--muted {
  display: none;
}
.marq-banner-sound.is-unmuted .marq-banner-sound__icon--unmuted {
  display: block;
}

.marq-banner::after {
  background: linear-gradient(90deg, rgba(226, 183, 164, 0.95), rgba(215, 197, 179, 0.2), rgba(226, 183, 164, 0.95));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .marq-banner-sound {
    bottom: 18px;
    height: 40px;
    left: 18px;
    width: 40px;
  }
}
.marq-legacy-section {
  min-height: var(--marq-home-section-height);
  padding-bottom: 0;
  padding-top: 0;
  height: calc(100vh - 60px);
}

.marq-legacy-section > img {
  opacity: 0.7;
}

.marq-legacy-tint {
  background: rgba(90, 50, 44, 0.82);
}

.marq-legacy-copy {
  color: #e2b7a4;
  font-family: var(--font-display, Georgia, serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.156em;
  line-height: 1.25;
  transform: translateY(-24px);
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.marq-legacy-copy p {
  margin-bottom: 0;
}

.marq-legacy-logo {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
  margin-top: -31px;
  transform: translateY(-24px);
  width: 69px;
}

@media (prefers-reduced-motion: reduce) {
  .marq-legacy-section > img,
  .marq-legacy-tint,
  .marq-legacy-copy,
  .marq-legacy-logo {
    animation: none;
    transform: none;
  }
  .marq-legacy-section > img {
    opacity: 0.5;
  }
  .marq-legacy-tint,
  .marq-legacy-copy,
  .marq-legacy-logo {
    opacity: 1;
  }
}
.marq-legacy-actions {
  bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 28px;
  z-index: 3;
}

.marq-banner-nav {
  box-shadow: 0 1px 0 rgba(226, 183, 164, 0.45);
}

.marq-banner-consult__text {
  transform: translateY(18px);
  transition: transform 0.35s ease;
}

.marq-banner-consult:hover .marq-banner-consult__text,
.marq-banner-consult:focus-visible .marq-banner-consult__text {
  transform: translateY(-18px);
}

.marq-banner-lang,
.marq-banner-menu {
  align-items: center;
  background: #f4f0ea;
  border: 0.3px solid #e2b7a4;
  color: #8b6d61;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
}

.marq-banner-lang {
  border-radius: 999px;
  font-size: 14px;
  width: 40px;
}

.marq-banner-menu {
  border-radius: 20px;
  font-size: 18px;
  gap: 12px;
  padding: 0 20px;
}

.marq-limited-section {
  align-items: center;
  min-height: var(--marq-home-section-height);
  padding-bottom: 80px;
  padding-top: 80px;
  height: calc(100vh - 60px);
}

.marq-collection-section {
  background: #f4f0ea;
  min-height: var(--marq-home-section-height);
}

.marq-collection-inner {
  align-items: center;
  display: grid;
  gap: calc(90px * var(--marq-desktop-scale));
  grid-template-columns: minmax(0, calc(440px * var(--marq-desktop-scale))) minmax(0, calc(530px * var(--marq-desktop-scale)));
  height: var(--marq-home-section-height);
  justify-content: center;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 0;
  width: 100%;
}

.marq-collection-copy {
  width: 100%;
}

.marq-collection-section.is-visible .marq-collection-copy {
  animation: marqCollectionCopyIn 1.15s var(--marq-menu-ease) 1s both;
}

.marq-collection-copy h2 {
  color: #5a322c;
}

.marq-collection-copy p {
  margin-bottom: 0;
}

.marq-collection-copy > div:last-child {
  margin-top: calc(40px * var(--marq-desktop-scale));
}

.marq-collection-visual {
  height: min(576px * var(--marq-desktop-scale), var(--marq-home-section-height) - 92px);
  max-width: none;
  position: relative;
  width: calc(513px * var(--marq-desktop-scale));
}

.marq-collection-visual > img {
  display: block;
  height: 100%;
  margin-left: -17.93%;
  max-width: none;
  object-fit: cover;
  width: 139.51%;
}

.marq-collection-mark {
  left: -60px;
  top: 50%;
  transform: translateY(-50%) !important;
  transform-origin: center;
}

.marq-collection-actions {
  bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 28px;
  z-index: 3;
}

.marq-location-section {
  align-items: start;
  background: #f7f3ed;
  display: flex;
  min-height: var(--marq-home-section-height);
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (min-width: 1600px) {
  .marq-location-section {
    min-height: 900px !important;
  }
}

.marq-location-map-wrap {
  height: 100%;
}

.marq-location-map {
  height: 100%;
  left: 21.99%;
  max-width: none;
  object-fit: cover;
  object-position: top right;
  top: 0;
  width: 90.27%;
}
@media (min-width: 1600px) {
  .marq-location-map {
    height: 100%;
    left: auto;
    max-width: none;
    object-fit: cover;
    object-position: center right;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.marq-location-content {
  margin-left: 0;
}

.marq-location-content p {
  margin-bottom: 0;
}

/* .marq-location-section > .absolute:nth-child(2) {
    background: linear-gradient(90deg, rgba(248, 245, 239, 0.98) 0%, rgba(248, 245, 239, 0.92) 22%, rgba(248, 245, 239, 0.48) 42%, rgba(248, 245, 239, 0) 62%);
} */
.marq-location-accordion {
  background: #f4f0ea;
  width: 420px;
}

.marq-location-accordion__group {
  border-bottom: 1px solid rgba(226, 183, 164, 0.32);
}

.marq-location-accordion__group:first-child .marq-location-accordion__item {
  border-top: 1px solid rgba(226, 183, 164, 0.32);
}
.marq-location-accordion__group:first-child .marq-location-accordion__item[aria-expanded=true] {
  border-top: 0;
}

.marq-location-accordion__item {
  align-items: center;
  color: #8B6D61;
  display: flex;
  font-family: var(--font-body, inherit);
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0 20px;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 100%;
}

.marq-location-accordion__item:hover,
.marq-location-accordion__item:focus-visible,
.marq-location-accordion__item[aria-expanded=true] {
  color: #e2a578;
}

.marq-location-accordion__icon {
  background: #9a7a6f;
  display: block;
  height: 1px;
  position: relative;
  width: 16px;
}

.marq-location-accordion__icon::before {
  background: #9a7a6f;
  content: "";
  height: 16px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  width: 1px;
}

.marq-location-accordion__icon svg {
  display: none;
}

.marq-location-accordion__item[aria-expanded=true] .marq-location-accordion__icon::before {
  opacity: 0;
}

.marq-location-accordion__panel {
  color: #8f7d75;
  font-family: var(--font-body, inherit);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  background-color: #faf8f4;
}

.marq-location-accordion__panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.marq-location-accordion__panel li {
  align-items: center;
  border-top: 1px solid rgba(226, 183, 164, 0.32);
  display: flex;
  gap: 12px;
  min-height: 32px;
  padding: 6px 20px;
}
.marq-location-accordion__panel li:hover {
  color: #e2a578;
}

.marq-location-accordion__panel li::before {
  align-items: center;
  background: #8d6f65;
  border-radius: 999px;
  color: #f4f0ea;
  content: counter(location-item);
  counter-increment: location-item;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

.marq-location-accordion__panel ul {
  counter-reset: location-item;
}

.marq-location-actions {
  bottom: 43px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 40px;
  z-index: 3;
}

.marq-hongkongland-section {
  min-height: var(--marq-home-section-height);
}

.marq-hongkongland-top {
  height: calc(302px * var(--marq-desktop-scale));
  inset: 0 0 auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.marq-hongkongland-top__image {
  display: block;
  height: 361.23%;
  left: -1.01%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -41.06%;
  width: 101.01%;
}

.marq-hongkongland-top__shade {
  display: none;
}

.marq-hongkongland-inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}

.marq-hongkongland-kicker {
  color: #2a1714;
  font-family: var(--font-body, inherit);
  font-size: calc(16px * var(--marq-desktop-scale));
  font-weight: 600;
  left: 25%;
  letter-spacing: 3.2px;
  line-height: 1.25;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: calc(97px * var(--marq-desktop-scale));
  transform: none;
  width: calc(358px * var(--marq-desktop-scale));
  z-index: 2;
}

.marq-hongkongland-kicker p,
.marq-hongkongland-copy p {
  margin-bottom: 0;
}

.marq-hongkongland-stats {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 25%;
  margin: 0;
  max-width: none;
  padding-top: 0;
  position: absolute;
  top: calc(177px * var(--marq-desktop-scale));
  width: calc(667px * var(--marq-desktop-scale));
  z-index: 2;
}

.marq-hongkongland-stat {
  color: #191818;
  min-width: 0;
  text-align: left;
}

.marq-hongkongland-stat strong {
  color: #5a322c;
  display: block;
  font-family: var(--font-display, inherit);
  font-size: calc(46.871px * var(--marq-desktop-scale));
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.marq-hongkongland-stat span {
  display: block;
  font-family: var(--font-body, inherit);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.marq-hongkongland-body {
  display: block;
  margin-top: 0;
  min-height: 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.marq-hongkongland-logo {
  display: block;
  height: auto;
  left: 11.67%;
  margin-top: 0;
  position: absolute;
  top: calc(371px * var(--marq-desktop-scale));
  width: calc(117px * var(--marq-desktop-scale));
}

.marq-hongkongland-copy {
  color: #f4f0ea;
  left: 25%;
  padding-right: 0;
  position: absolute;
  top: calc(344px * var(--marq-desktop-scale));
  width: calc(514px * var(--marq-desktop-scale));
}

.marq-hongkongland-copy h2 {
  color: #d7c5b3;
  font-family: var(--font-display, inherit);
  font-size: calc(28px * var(--marq-desktop-scale));
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 calc(20px * var(--marq-desktop-scale));
  text-transform: uppercase;
}

.marq-hongkongland-copy h2 span {
  display: block;
}

.marq-hongkongland-copy p {
  font-family: var(--font-body, inherit);
  font-size: calc(14px * var(--marq-desktop-scale));
  font-weight: 300;
  line-height: 1.3;
}

.marq-hongkongland-visual {
  height: calc(436px * var(--marq-desktop-scale));
  left: calc(75% - 33px);
  overflow: hidden;
  position: absolute;
  top: calc(147.5px * var(--marq-desktop-scale));
  width: calc(270px * var(--marq-desktop-scale));
}

.marq-hongkongland-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 286.93%;
  max-width: none;
  margin-left: -68.99%;
}

.marq-hongkongland-pattern {
  background: url(../images/hongkongland-bottom.png) center top no-repeat;
  bottom: 0;
  height: 130px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background-size: cover;
}

.marq-hongkongland-actions {
  bottom: 54px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  right: 40px;
  z-index: 3;
}

.marq-private-section {
  background: #faf8f4;
  min-height: var(--marq-home-section-height);
  padding: calc(73px * var(--marq-desktop-scale)) calc(80px * var(--marq-desktop-scale)) calc(80px * var(--marq-desktop-scale));
}

.marq-private-grid {
  background-image: linear-gradient(90deg, rgba(215, 197, 179, 0.28) 1px, transparent 1px);
  background-size: calc(228px * var(--marq-desktop-scale)) 100%;
  inset: 0 calc(80px * var(--marq-desktop-scale));
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.marq-private-heading {
  color: #5a322c;
  font-family: var(--font-display, inherit);
  font-size: calc(48px * var(--marq-desktop-scale));
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.marq-private-heading span,
.marq-private-copy h3 span {
  display: block;
}

.marq-private-list {
  display: flex;
  flex-direction: column;
  gap: calc(40px * var(--marq-desktop-scale));
  margin: calc(41px * var(--marq-desktop-scale)) 0 0;
  position: relative;
  z-index: 2;
}

.marq-private-item {
  position: relative;
  margin-bottom: 40px;
  display: grid;
}

.marq-private-item .marq-private-copy {
  max-width: 620px;
}

.marq-private-number {
  color: rgba(139, 109, 97, 0.2);
  font-family: "Samsung Sharp Sans", var(--font-body, inherit);
  font-size: calc(345px * var(--marq-desktop-scale));
  font-weight: 400;
  left: -24px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  margin-top: calc(32px * var(--marq-desktop-scale));
  white-space: nowrap;
  z-index: 4;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--Gold-B, #D7C5B3);
}

.marq-private-item:last-child .marq-private-number {
  color: rgba(139, 109, 97, 0.2);
}

.marq-private-visual {
  padding-left: calc(260px * var(--marq-desktop-scale));
  overflow: hidden;
  top: 0;
  z-index: 2;
}

.marq-private-visual img {
  display: block;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.marq-private-copy {
  z-index: 3;
  margin-top: 30px;
}

.marq-private-copy h3 {
  color: #5a322c;
  font-family: var(--font-display, inherit);
  font-size: calc(30px * var(--marq-desktop-scale));
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.marq-private-copy p {
  color: #2c2c2c;
  font-family: var(--font-body, inherit);
  font-size: calc(14px * var(--marq-desktop-scale));
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
}

.marq-private-actions {
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  float: right;
  margin-right: -64px;
  margin-top: -250px;
  top: 600px;
  width: 40px;
  z-index: 4;
}

.marq-living-section {
  background: #faf8f4;
  height: var(--marq-home-section-height);
  min-height: var(--marq-home-section-height);
}

.marq-living-main {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 49.31%;
  z-index: 2;
}

.marq-living-main img,
.marq-living-side img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.marq-living-copy {
  color: #2c2c2c;
  left: calc(50% + 10px);
  position: absolute;
  top: calc(176px * var(--marq-desktop-scale));
  width: calc(349px * var(--marq-desktop-scale));
  z-index: 3;
}

.marq-living-copy h2 {
  color: #5a322c;
  font-family: var(--font-display, inherit);
  font-size: calc(28px * var(--marq-desktop-scale));
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 calc(40px * var(--marq-desktop-scale));
  text-transform: uppercase;
}

.marq-living-copy p {
  color: #2c2c2c;
  font-family: var(--font-body, inherit);
  font-size: calc(13px * var(--marq-desktop-scale));
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  width: calc(339px * var(--marq-desktop-scale));
}

.marq-living-side {
  height: calc(373px * var(--marq-desktop-scale));
  left: calc(75% + 10px);
  overflow: hidden;
  position: absolute;
  top: calc(169px * var(--marq-desktop-scale));
  width: calc(270px * var(--marq-desktop-scale));
  z-index: 3;
}

.marq-living-side img {
  height: 100%;
  margin-left: -51.07%;
  width: 195.09%;
}

.marq-living-pattern {
  height: 1429px;
  left: calc(75% + 11px);
  opacity: 0.3;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 15px;
  width: 545px;
  z-index: 1;
}

.marq-living-pattern img {
  display: block;
  height: 100%;
  width: 100%;
}

.marq-living-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 28px;
  top: 574px;
  z-index: 4;
}

.marq-limited-pattern {
  background: url(../images/phap-ly-bottom.png) center top no-repeat;
  background-size: cover;
  bottom: 0;
  height: 275px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.marq-home-hero {
  min-height: var(--marq-home-section-height);
}
.marq-home-hero::after {
  background: linear-gradient(180deg, rgba(90, 50, 44, 0) 0%, rgba(90, 50, 44, 0.22) 100%);
  content: "";
  inset: auto 0 0;
  height: 32%;
  pointer-events: none;
  position: absolute;
  z-index: -5;
}

.marq-home-cta__text {
  transform: translateY(22px);
  transition: transform 0.35s ease;
}
.marq-home-cta:hover .marq-home-cta__text, .marq-home-cta:focus-visible .marq-home-cta__text {
  transform: translateY(-22px);
}

.marq-home-round-link {
  align-items: center;
  background: #faf8f4;
  border: 0.2px solid #e2b7a4;
  border-radius: 999px;
  color: #8b6d61;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  width: 40px;
}
.marq-home-round-link .marq-icon--arrow-up {
  transform: rotate(-90deg);
}
.marq-home-round-link .marq-icon--arrow-down {
  transform: rotate(90deg);
}
.marq-home-round-link:hover, .marq-home-round-link:focus-visible {
  background: #5a322c;
  color: #d7c5b3;
  transform: translateY(-2px);
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.marq-site-footer {
  background: #5a322c;
  color: #5a322c;
  font-family: var(--font-body, inherit);
  margin: 0 auto;
  max-width: var(--marq-site-max-width);
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 100%;
}

.marq-site-footer__hero {
  min-height: var(--marq-section-min-height);
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  height: calc(100vh - 240px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.marq-site-footer__bg,
.marq-site-footer__overlay {
  inset: 0;
  position: absolute;
}

.marq-site-footer__bg {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.marq-site-footer__overlay {
  background: rgba(90, 50, 44, 0.8);
}

.marq-site-footer__headline,
.marq-site-footer__brand,
.marq-site-footer__developers,
.marq-site-footer__bank,
.marq-site-footer__partners {
  position: relative;
  z-index: 1;
}

.marq-site-footer__headline {
  color: #d7c5b3;
  font-family: var(--font-display, Georgia, serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.marq-site-footer__brand {
  margin: auto;
}

.marq-site-footer__logo {
  display: block;
  height: auto;
  width: 130px;
  z-index: 2;
}

.marq-site-footer__flare {
  mix-blend-mode: screen;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.marq-site-footer__flare--large {
  height: 175.541px;
  width: 175.541px;
}

.marq-site-footer__flare--small {
  height: 99.219px;
  left: 61.39px;
  top: 149.78px;
  width: 99.219px;
}

.marq-site-footer__developers {
  align-items: center;
  display: flex;
  gap: 55px;
  justify-content: center;
}

.marq-site-footer__developers img:first-child {
  height: 41px;
  object-fit: contain;
  width: 200px;
}

.marq-site-footer__developers img:last-child {
  height: 39px;
  object-fit: contain;
  width: 216px;
}

.marq-site-footer__bank,
.marq-site-footer__partners {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.marq-site-footer__bank p,
.marq-site-footer__partners p {
  color: #e2b7a4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.marq-site-footer__bank h3,
.marq-site-footer__partners h3 {
  color: var(--S-B-2, #E2B7A4);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: SVN-Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.4px;
}

.marq-site-footer__bank img {
  display: block;
  height: 47px;
  object-fit: contain;
  width: 200px;
}

.marq-site-footer__partner-logos {
  align-items: center;
  display: flex;
  gap: 25px 30px;
  justify-content: center;
  opacity: 0.8;
  width: 100%;
  flex-wrap: wrap;
}

.marq-site-footer__partner-logos img {
  display: block;
  height: 38px;
  object-fit: contain;
  object-position: center;
  width: 132px;
}

.marq-site-footer__partner-logos img:nth-child(1) {
  width: 66px;
}

.marq-site-footer__partner-logos img:nth-child(2) {
  width: 121px;
}

.marq-site-footer__partner-logos img:nth-child(3) {
  width: 107px;
}

.marq-site-footer__partner-logos img:nth-child(4) {
  width: 63px;
}

.marq-site-footer__partner-logos img:nth-child(5) {
  width: 43px;
}

.marq-site-footer__partner-logos img:nth-child(6) {
  width: 67px;
}

.marq-site-footer__partner-logos img:nth-child(7) {
  width: 60px;
}

.marq-site-footer__partner-logos img:nth-child(8) {
  width: 32px;
}

.marq-site-footer__partner-logos img:nth-child(9) {
  width: 130px;
}

.marq-site-footer__partner-logos img:nth-child(10) {
  width: 98px;
}

.marq-floating-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  bottom: 32px;
  position: fixed;
  right: clamp(20px, 2.22vw, 32px);
  top: auto;
  width: 40px;
  z-index: 90;
}

.marq-site-footer__round-link,
.marq-site-footer__info-top {
  align-items: center;
  background: #faf8f4;
  border: 0.2px solid #e2b7a4;
  border-radius: 999px;
  color: #8b6d61;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  width: 40px;
}

.marq-floating-actions .marq-site-footer__round-link,
.marq-floating-actions .marq-site-footer__info-top {
  flex: 0 0 auto;
}

.marq-site-footer__round-link--social {
  margin-top: 0;
}

.marq-site-footer__round-link--social + .marq-site-footer__round-link--social {
  margin-top: 0;
}

.marq-site-footer__round-link svg,
.marq-site-footer__info-top svg {
  display: block;
  height: 18px;
  width: 18px;
}

.marq-site-footer__round-link:hover,
.marq-site-footer__round-link:focus-visible,
.marq-site-footer__info-top:hover,
.marq-site-footer__info-top:focus-visible {
  background: #5a322c;
  color: #d7c5b3;
  transform: translateY(-2px);
}

.marq-site-footer__info {
  background: #d7c5b3;
  position: relative;
}

.marq-site-footer__main {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 28px 80px 28px;
}

.marq-site-footer__contacts,
.marq-site-footer__navs {
  align-items: flex-start;
  display: flex;
  gap: 40px;
}

.marq-site-footer__contacts {
  align-items: center;
}

.marq-site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.3;
}

.marq-site-footer__contact:first-child {
  width: 239px;
}

.marq-site-footer__contact-button {
  background: #5a322c;
  border-color: #e2b7a4;
  color: #d7c5b3;
  min-width: 137px;
}

.marq-site-footer__contact-button-roll {
  gap: 17px;
}

.marq-site-footer__contact-button-roll span {
  display: block;
  color: #D7C5B3;
}

.marq-site-footer__contact-button:hover .marq-site-footer__contact-button-roll span {
  color: #edb783;
}

.marq-site-footer__label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  margin: 0;
}

.marq-site-footer p,
.marq-site-footer a {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-decoration: none;
}

.marq-site-footer a {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.marq-site-footer a:hover,
.marq-site-footer a:focus-visible {
  color: #8b6d61;
  opacity: 0.78;
}

.marq-site-footer .marq-site-footer__contact-button:hover,
.marq-site-footer .marq-site-footer__contact-button:focus-visible {
  color: #d7c5b3;
  opacity: 1;
}

.marq-site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.3;
}

.marq-site-footer__nav:nth-child(1) {
  width: 149px;
}

.marq-site-footer__nav:nth-child(2) {
  width: 114px;
}

.marq-site-footer__nav:nth-child(3) {
  width: 138px;
}

.marq-site-footer__bottom {
  align-items: center;
  border-top: 0.3px solid #8b6d61;
  bottom: 0;
  color: #8b6d61;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 12px 80px;
  right: 0;
  text-transform: uppercase;
}

.marq-site-footer__bottom p {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.3;
}

.marq-site-footer__bottom p:last-child {
  font-weight: 600;
}

.marq-site-footer__info-top {
  position: relative;
}

@media (max-width: 991px) {
  .marq-banner {
    min-height: 560px;
  }
  .marq-banner > img,
  .marq-banner picture > img {
    object-position: 56% center;
  }
  .marq-legacy-section {
    min-height: 500px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .marq-legacy-copy {
    font-size: clamp(22px, 6vw, 28px);
    letter-spacing: 0.1em;
    line-height: 1.32;
  }
  .marq-legacy-logo {
    margin-top: -18px;
    width: 58px;
  }
  .marq-legacy-actions {
    bottom: 18px;
    gap: 16px;
    right: 18px;
  }
  .marq-banner-menu {
    padding: 0 14px;
  }
  .marq-banner-menu span:first-child {
    display: none;
  }
  .marq-limited-section {
    min-height: 680px;
  }
  .marq-collection-section {
    min-height: auto;
    padding: 56px 24px 72px;
  }
  .marq-collection-inner {
    display: flex;
    flex-direction: column;
    gap: 76px;
    height: auto;
    min-height: auto;
  }
  .marq-collection-copy {
    left: auto;
    order: 2;
    padding-top: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .marq-collection-copy h2 {
    font-size: 22px;
  }
  .marq-collection-copy > div:last-child {
    margin-top: 32px;
  }
  .marq-collection-visual {
    left: auto;
    height: auto;
    order: 1;
    position: relative;
    top: auto;
    width: 100%;
  }
  .marq-collection-visual > img {
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .marq-collection-mark {
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .marq-collection-actions {
    display: none;
  }
  .marq-location-section {
    min-height: 680px;
    padding-bottom: 330px;
    display: block !important;
  }
  .marq-location-map-wrap {
    height: 394px;
    inset: auto 0 0;
  }
  .marq-location-map {
    height: 100%;
    left: auto;
    right: 0;
    object-position: 54% center;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
  }
  .marq-location-section > .absolute:nth-child(2) {
    background: linear-gradient(180deg, #faf7f2 0%, rgba(250, 247, 242, 0.94) 48%, rgba(250, 247, 242, 0.18) 78%, rgba(250, 247, 242, 0) 100%);
  }
  .marq-location-content {
    max-width: 100%;
    width: 100%;
  }
  .marq-location-accordion {
    width: 100%;
  }
  .marq-location-accordion__item {
    height: 38px;
  }
  .marq-location-actions {
    display: none;
  }
  .marq-hongkongland-section {
    height: auto;
    min-height: auto;
    padding: 0 24px 158px;
  }
  .marq-hongkongland-top {
    height: 60%;
    max-height: 590px;
  }
  .marq-hongkongland-top__image {
    height: 100%;
    left: 0;
    object-position: bottom center;
    top: 0;
    width: 100%;
  }
  .marq-hongkongland-inner {
    height: auto;
    padding-top: 60px;
  }
  .marq-hongkongland-kicker {
    color: #2A1714;
    font-size: 13px;
    left: auto;
    letter-spacing: 2.4px;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }
  .marq-hongkongland-stats {
    display: grid;
    gap: 24px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: auto;
    margin-top: 34px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .marq-hongkongland-stat {
    color: #191818;
    text-align: center;
  }
  .marq-hongkongland-stat strong {
    color: #5A322C;
    font-size: 46px;
    margin-bottom: 4px;
  }
  .marq-hongkongland-stat span {
    font-size: 10px;
  }
  .marq-hongkongland-body {
    display: flex;
    flex-direction: column;
    margin-top: 115px;
    padding-left: 0;
  }
  .marq-hongkongland-logo {
    left: auto;
    margin: 0 auto 34px;
    position: relative;
    top: auto;
    width: 72px;
  }
  .marq-hongkongland-copy {
    left: auto;
    padding-right: 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }
  .marq-hongkongland-copy h2 {
    font-size: 22px;
    letter-spacing: 0.08em;
    margin-bottom: 26px;
    margin-top: 30px;
  }
  .marq-hongkongland-copy p {
    font-size: 13px;
  }
  .marq-hongkongland-visual {
    height: 447px;
    left: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .marq-hongkongland-visual img {
    margin-left: 0;
    width: 100%;
  }
  .marq-hongkongland-pattern {
    bottom: 0;
    height: 125px;
  }
  .marq-hongkongland-actions {
    display: none;
  }
  .marq-private-section {
    min-height: auto;
    padding: 56px 24px 84px;
  }
  .marq-private-grid {
    background-size: 25% 100%;
    inset: 0 24px;
  }
  .marq-private-heading {
    font-size: 22px;
    line-height: 1.23;
    max-width: 100%;
    text-align: center;
  }
  .marq-private-list {
    gap: 48px;
    margin-top: 42px;
  }
  .marq-private-item {
    display: flex;
    min-height: auto;
    margin-bottom: 0;
  }
  .marq-private-number {
    font-size: 132px;
    left: -8px;
    line-height: 0;
    top: 45px;
  }
  .marq-private-visual {
    height: auto;
    left: auto;
    margin-left: 85px;
    position: relative;
    top: auto;
    width: calc(100% - 85px);
    padding-left: 0 !important;
  }
  .marq-private-copy {
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .marq-private-copy h3 {
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 0.03em;
  }
  .marq-private-copy p {
    font-size: 13px;
    line-height: 1.3;
  }
  .marq-private-actions {
    display: none;
  }
  .marq-living-section {
    height: auto;
    min-height: auto;
    padding: 0 24px 84px;
  }
  .marq-living-main {
    margin: 0 -24px;
    position: relative;
    width: calc(100% + 48px);
  }
  .marq-living-main img {
    object-position: 41% center;
  }
  .marq-living-copy {
    left: auto;
    margin-top: 48px;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 3;
  }
  .marq-living-copy h2 {
    font-size: 22px;
    margin-bottom: 24px;
    max-width: 100%;
    text-align: center;
    letter-spacing: -0.08px;
  }
  .marq-living-copy p {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .marq-living-side {
    height: 373px;
    left: auto;
    margin: 42px auto;
    position: relative;
    top: auto;
    width: 270px;
  }
  .marq-living-pattern {
    bottom: 0;
    height: 520px;
    left: 42%;
    opacity: 0.24;
    top: auto;
    width: 545px;
  }
  .marq-living-actions {
    display: none;
  }
  .marq-limited-pattern {
    bottom: 0;
    height: 250px;
  }
  .marq-home-hero {
    min-height: 640px;
  }
  .marq-site-footer {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .marq-site-footer__hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 700px;
    padding: 50px 0;
  }
  .marq-site-footer__headline {
    font-size: 24px;
    left: auto;
    letter-spacing: 0.04em;
    max-width: 100%;
    position: relative;
    top: auto;
    transform: none;
    white-space: normal;
  }
  .marq-site-footer__logo {
    height: 142px;
    top: 18px;
    width: 112px;
  }
  .marq-site-footer__flare--large {
    height: 142px;
    left: 26px;
    width: 142px;
  }
  .marq-site-footer__flare--small {
    height: 82px;
    left: 56px;
    top: 116px;
    width: 82px;
  }
  .marq-site-footer__developers {
    flex-wrap: wrap;
    gap: 22px;
    left: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    transform: none;
  }
  .marq-site-footer__developers img:first-child {
    height: auto;
    width: 142px;
  }
  .marq-site-footer__developers img:last-child {
    height: auto;
    width: 154px;
  }
  .marq-site-footer__bank {
    left: auto;
    margin-top: 24px;
    position: relative;
    top: auto;
    transform: none;
  }
  .marq-site-footer__partners {
    left: auto;
    margin-top: 32px;
    position: relative;
    top: auto;
    transform: none;
  }
  .marq-site-footer__bank p,
  .marq-site-footer__partners p {
    font-size: 12px;
  }
  .marq-site-footer__bank img {
    height: auto;
    width: 160px;
  }
  .marq-site-footer__partner-logos {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    padding: 0 30px;
    gap: 30px 16px;
  }
  .marq-site-footer__partner-logos img {
    height: 45px;
    justify-self: baseline;
    max-width: none;
    object-fit: contain;
    object-position: center;
    width: 90px !important;
  }
  .marq-site-footer__partner-logos img:nth-child(1) {
    max-height: 23px;
  }
  .marq-site-footer__partner-logos img:nth-child(3) {
    width: 105px !important;
  }
  .marq-site-footer__partner-logos img:nth-child(4) {
    max-height: 37px;
  }
  .marq-site-footer__partner-logos img:nth-child(7) {
    max-height: 33px;
  }
  .marq-site-footer__partner-logos img:nth-child(8) {
    max-height: 36px;
  }
  .marq-site-footer__partner-logos img:nth-child(9) {
    width: 130px !important;
  }
  .marq-site-footer__partner-logos img:nth-child(-n+3),
  .marq-site-footer__partner-logos img:nth-child(n+8) {
    grid-column: span 4;
  }
  .marq-site-footer__partner-logos img:nth-child(n+4):nth-child(-n+7) {
    grid-column: span 3;
  }
  .marq-site-footer__partner-logos img:nth-child(8) {
    grid-column: span 3;
  }
  .marq-site-footer__partner-logos img:nth-child(9) {
    grid-column: span 5;
  }
  .marq-floating-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    justify-content: center;
    margin-top: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
  }
  .marq-floating-actions .marq-site-footer__round-link,
  .marq-floating-actions .marq-site-footer__info-top {
    position: relative;
  }
  .marq-site-footer__round-link--social {
    margin-top: 0;
  }
  .marq-site-footer__main {
    flex-direction: column;
    gap: 30px;
    padding: 34px 24px 22px;
  }
  .marq-site-footer__contacts,
  .marq-site-footer__navs {
    width: 100%;
  }
  .marq-site-footer__contacts {
    align-items: start;
    align-items: start;
    gap: 0;
    flex-wrap: wrap;
  }
  .marq-site-footer__contact {
    width: 50% !important;
    order: 2;
  }
  .marq-site-footer__contact-button-wrp {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .marq-site-footer__contact-button {
    grid-column: 1/-1;
    justify-self: start;
    margin-top: 2px;
    order: 1;
  }
  .marq-site-footer__navs {
    display: block;
  }
  .marq-site-footer__nav {
    width: 100% !important;
    flex-direction: row;
    gap: 0;
  }
  .marq-site-footer__nav a {
    width: 50%;
    display: block;
    margin: 10px 0;
  }
  .marq-site-footer p,
  .marq-site-footer a {
    font-size: 13px;
  }
  .marq-site-footer__label {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .marq-site-footer__bottom {
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    padding: 12px 24px 16px;
  }
  .marq-site-footer__bottom p {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
.marq-contact-popup {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 120px 80px 80px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  z-index: 9999;
}
.marq-contact-popup.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.marq-contact-popup__backdrop {
  background: linear-gradient(rgba(90, 50, 44, 0.86), rgba(90, 50, 44, 0.86)), url("../images/footer-bg.jpg") center/cover no-repeat;
  inset: 0;
  position: absolute;
}
.marq-contact-popup__dialog {
  display: grid;
  gap: clamp(32px, 9vw, 176px);
  grid-template-columns: minmax(220px, 360px) minmax(320px, 522px);
  max-width: 972px;
  outline: none;
  position: relative;
  transform: translateY(24px) scale(0.985);
  transition: transform 0.45s var(--marq-menu-ease);
  width: 100%;
  z-index: 1;
}
.marq-contact-popup.is-open .marq-contact-popup__dialog {
  transform: translateY(0) scale(1);
}
.marq-contact-popup__copy h2 {
  color: #d7c5b3;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.7vw, 48px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}
.marq-contact-popup__form {
  background: #faf8f4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 32px;
  width: 100%;
}
.marq-contact-popup__fields {
  display: flex;
  flex-direction: column;
}
.marq-contact-popup__fields label {
  display: block;
}
.marq-contact-popup__fields input {
  background: #f4f0ea;
  border: 0;
  border-bottom: 0.3px solid #e2b7a4;
  border-radius: 0;
  border-top: 0.3px solid #e2b7a4;
  color: #5a322c;
  display: block;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 1.25;
  outline: none;
  padding: 0 20px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}
.marq-contact-popup__fields input::placeholder {
  color: #8b6d61;
  opacity: 1;
}
.marq-contact-popup__fields input:focus {
  background: #fffaf4;
  border-color: #edb783;
}
.marq-contact-popup__captcha {
  align-items: center;
  background: #111;
  color: #fff;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 7px;
  gap: 6px;
  height: 28px;
  padding: 5px 7px;
  width: 140px;
}
.marq-contact-popup__captcha span {
  background: #fff;
  display: block;
  height: 10px;
  width: 10px;
}
.marq-contact-popup__captcha em {
  font-style: normal;
  line-height: 1.1;
}
.marq-contact-popup__captcha strong {
  color: #8eb4ff;
  font-size: 6px;
  font-weight: 700;
  margin-left: auto;
}
.marq-contact-popup__note, .marq-contact-popup__status {
  color: #171714;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.marq-contact-popup__status {
  color: #8b6d61;
  min-height: 16px;
}
.marq-contact-popup__submit {
  align-items: center;
  align-self: flex-start;
  background: #f4f0ea;
  border: 0.3px solid #e2b7a4;
  border-radius: 40px;
  color: #8b6d61;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 4px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.marq-contact-popup__submit:hover, .marq-contact-popup__submit:focus-visible {
  background: #5a322c;
  border-color: #5a322c;
  color: #d7c5b3;
}
.marq-contact-popup__submit svg path {
  transition: fill 0.3s ease;
}
.marq-contact-popup__submit:hover svg path, .marq-contact-popup__submit:focus-visible svg path {
  fill: #d7c5b3;
}
.marq-contact-popup__close {
  align-items: center;
  background: #f4f0ea;
  border: 0.2px solid #e2b7a4;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: clamp(24px, 5.56vw, 80px);
  top: clamp(24px, 4.66vw, 67px);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 40px;
  z-index: 2;
}
.marq-contact-popup__close:hover, .marq-contact-popup__close:focus-visible {
  background: #edb783;
  transform: rotate(90deg);
}
.marq-contact-popup__close span {
  background: #8b6d61;
  height: 2px;
  position: absolute;
  width: 20px;
}
.marq-contact-popup__close span:first-child {
  transform: rotate(45deg);
}
.marq-contact-popup__close span:last-child {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .marq-contact-popup {
    align-items: flex-start;
    overflow-y: auto;
    padding: 92px 22px 32px;
  }
  .marq-contact-popup__dialog {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .marq-contact-popup__copy h2 {
    font-size: 36px;
  }
  .marq-contact-popup__form {
    border-radius: 18px;
    padding: 22px;
  }
  .marq-contact-popup__fields input {
    font-size: 14px;
    height: 46px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .marq-contact-popup__close {
    right: 20px;
    top: 24px;
  }
}
.map-pulse {
  --pulse-color: 250, 248, 244;
  --pulse-size: 800px;
  position: relative;
  width: var(--pulse-size);
  height: var(--pulse-size);
  pointer-events: none;
  position: absolute;
  top: -153px;
  right: 62px;
  opacity: 1;
}
@media (max-width: 1440px) {
  .map-pulse {
    right: 79px;
  }
}
@media (max-width: 1380px) {
  .map-pulse {
    right: 95px;
  }
}
@media (max-width: 1250px) {
  .map-pulse {
    right: 105px;
  }
}
@media (max-width: 1190px) {
  .map-pulse {
    right: 114px;
  }
}
@media (max-width: 1024px) {
  .map-pulse {
    top: 237px;
    left: 0;
    right: 55px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .map-pulse {
    top: 195px;
    left: -20px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .map-pulse {
    top: 133px;
    left: -96px;
  }
}
@media (max-width: 600px) {
  .map-pulse {
    top: 195px;
    left: -32%;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 500px) {
  .map-pulse {
    top: 206px;
    left: -35%;
  }
}
@media (max-width: 400px) {
  .map-pulse {
    top: 198px;
    left: -41%;
  }
}
@media (max-width: 375px) {
  .map-pulse {
    top: 193px;
    left: -45%;
  }
}
@media (min-width: 1600px) {
  .map-pulse {
    top: -109px;
    right: 0;
    left: 122px;
    margin: auto;
  }
}
@media (min-width: 1700px) {
  .map-pulse {
    top: -120px;
    right: 0;
    left: 250px;
    margin: auto;
  }
}

/* Chấm giữa */
.map-pulse__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(var(--pulse-color));
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  box-shadow: 0 0 10px rgba(var(--pulse-color), 0.6), 0 0 20px rgba(var(--pulse-color), 0.35);
  animation: dotPulse 5s ease-in-out infinite;
}

/* Vòng tròn */
.map-pulse__ring {
  position: absolute;
  inset: calc(50% - 1px);
  border: 1px solid rgba(var(--pulse-color), 0.65);
  border-radius: 50%;
  opacity: 0;
  animation: ringPulse 5s linear infinite;
  will-change: inset, opacity;
}

/* Delay */
.pulse-ring-1 {
  animation-delay: 0s;
}

.pulse-ring-2 {
  animation-delay: 0.5s;
}

.pulse-ring-3 {
  animation-delay: 1s;
}

.pulse-ring-4 {
  animation-delay: 1.5s;
}

.pulse-ring-5 {
  animation-delay: 2s;
}

.pulse-ring-6 {
  animation-delay: 2.5s;
}

.pulse-ring-7 {
  animation-delay: 3s;
}

/* Ring */
@keyframes ringPulse {
  0% {
    inset: calc(50% - 1px);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    inset: 0;
    opacity: 0;
  }
}
/* Dot */
@keyframes dotPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.75;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
