 .u-section-1 {
  min-height: 400px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}/* 강남 하이퍼블릭 — 스모크
   Nicepage 커스텀 HTML: 빌더 흰 배경·min-height 를 강제 해제 */
html,
:is(#ash, .u-custom-html) {
  
  
  
  
  
  
  
  
  
  
}
html {
  color-scheme: dark !important;
  scroll-behavior: smooth;
  background: #0c0c0e !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html body,
html body.u-body,
html body.u-body.u-xl-mode,
html body.u-clearfix,
.u-body.u-xl-mode,
.u-custom-html,
.u-custom-html-1,
:is(#ash, .u-custom-html) {
  margin: 0 !important;
  padding: 0 !important;
  color: #d4cec6 !important;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif !important;
  font-size: 16.5px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  background: #0c0c0e !important;
  background-color: #0c0c0e !important;
  overflow-x: hidden !important;
}
.u-section,
[class*="u-section"],
.u-section-1,
.u-container-layout,
.u-sheet,
.u-custom-html,
.u-custom-html-1,
.u-expanded-width {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0c0c0e !important;
  background-color: #0c0c0e !important;
  overflow: visible !important;
  color: #d4cec6 !important;
}
html body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: #0c0c0e;
  background-image:
    radial-gradient(900px 520px at 8% -8%, rgba(196, 92, 56, 0.16), transparent 58%),
    radial-gradient(700px 480px at 108% 12%, rgba(212, 206, 198, 0.07), transparent 52%),
    radial-gradient(500px 360px at 50% 120%, rgba(196, 92, 56, 0.08), transparent 55%);
}
html body::after {
  content: "";
  position: fixed;
  inset: -8%;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse 42% 28% at 18% 30%, rgba(210, 210, 214, 0.07), transparent 70%),
    radial-gradient(ellipse 36% 24% at 78% 58%, rgba(196, 92, 56, 0.08), transparent 68%),
    radial-gradient(ellipse 50% 30% at 48% 86%, rgba(255, 255, 255, 0.04), transparent 72%);
  animation: fog-drift 28s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}
@keyframes fog-drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(3%, 2%, 0) scale(1.06); }
}
:is(#ash, .u-custom-html) {
  position: relative;
  z-index: 2;
  color: #d4cec6 !important;
  background: transparent !important;
}
:is(#ash, .u-custom-html) img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
  border: 0;
}
:is(#ash, .u-custom-html) img.is-missing {
  display: none !important;
}
:is(#ash, .u-custom-html) a {
  color: inherit !important;
  text-decoration: none !important;
}
:is(#ash, .u-custom-html) h1,
:is(#ash, .u-custom-html) h2,
:is(#ash, .u-custom-html) h3,
:is(#ash, .u-custom-html) h4,
html body.u-body h1,
html body.u-body h2,
html body.u-body h3,
html body.u-body h4 {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0 0 1rem !important;
  color: #ece8e2 !important;
  text-transform: none !important;
  letter-spacing: -0.02em;
}
:is(#ash, .u-custom-html) h1,
html body.u-body h1 {
  font-size: clamp(2.05rem, 4.8vw, 3.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  max-width: none;
  word-break: keep-all;
}
:is(#ash, .u-custom-html) h2,
html body.u-body h2 {
  font-size: clamp(1.38rem, 2.6vw, 1.92rem) !important;
}
:is(#ash, .u-custom-html) h3 {
  font-size: 1.02rem !important;
  color: #c45c38 !important;
  margin: 1.55rem 0 0.55rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}
:is(#ash, .u-custom-html) h4 {
  font-size: 0.96rem !important;
  color: #ece8e2 !important;
  margin: 0 0 0.45rem !important;
}
:is(#ash, .u-custom-html) p {
  margin: 0 0 1rem !important;
  color: #c3bdb5;
  font-size: 1.02rem !important;
}
:is(#ash, .u-custom-html) p:last-child {
  margin-bottom: 0 !important;
}
:is(#ash, .u-custom-html) .haze-head {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.5rem !important;
  background: rgba(12, 12, 14, 0.78) !important;
  border-bottom: 1px solid rgba(212, 206, 198, 0.12);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}
:is(#ash, .u-custom-html) .brand-seal {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
  color: #ece8e2 !important;
}
:is(#ash, .u-custom-html) .brand-seal img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(196, 92, 56, 0.45), 0 10px 22px rgba(0, 0, 0, 0.4);
}
:is(#ash, .u-custom-html) .brand-name {
  display: block;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em;
}
:is(#ash, .u-custom-html) .brand-sub {
  display: block;
  font-size: 0.68rem !important;
  letter-spacing: 0.22em;
  color: #c45c38 !important;
  margin-top: 0.12rem;
}
:is(#ash, .u-custom-html) .head-ask {
  display: inline-flex !important;
  align-items: center;
  padding: 0.55rem 0.95rem !important;
  border: 1px solid rgba(196, 92, 56, 0.45);
  color: #ece8e2 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.08em;
  background: rgba(196, 92, 56, 0.08) !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
:is(#ash, .u-custom-html) .head-ask:hover {
  background: rgba(196, 92, 56, 0.2) !important;
  transform: translateY(-1px);
}
:is(#ash, .u-custom-html) .mist-hero {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.4rem;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 2.6rem 1.5rem 3.2rem !important;
}
:is(#ash, .u-custom-html) .hero-copy .whisper {
  margin: 0 0 0.85rem !important;
  color: #c45c38 !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.34em;
}
:is(#ash, .u-custom-html) .hero-copy p {
  max-width: 36rem;
  color: #b7b0a8;
}
:is(#ash, .u-custom-html) .mosaic {
  display: grid !important;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  grid-template-rows: 168px 168px 132px;
  gap: 0.55rem;
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
  transform-origin: left center;
  filter: saturate(0.86) contrast(1.05);
}
:is(#ash, .u-custom-html) .tile {
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  background: #121214 !important;
  border: 1px solid rgba(212, 206, 198, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}
:is(#ash, .u-custom-html) .tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block !important;
  transition: transform 0.7s ease;
}
:is(#ash, .u-custom-html) .tile:hover img {
  transform: scale(1.06);
}
:is(#ash, .u-custom-html) .tile--lounge {
  grid-column: 1;
  grid-row: 1 / 3;
}
:is(#ash, .u-custom-html) .tile--lounge img {
  filter: brightness(1.18) contrast(1.06);
}
:is(#ash, .u-custom-html) .tile--glass {
  grid-column: 2;
  grid-row: 1;
}
:is(#ash, .u-custom-html) .tile--room {
  grid-column: 3;
  grid-row: 1;
}
:is(#ash, .u-custom-html) .tile--corridor {
  grid-column: 2 / 4;
  grid-row: 2;
}
:is(#ash, .u-custom-html) .tile--haze {
  grid-column: 1 / 4;
  grid-row: 3;
}
:is(#ash, .u-custom-html) .marks {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto 1.2rem !important;
  background: rgba(212, 206, 198, 0.14) !important;
}
:is(#ash, .u-custom-html) .mark {
  background: #141416 !important;
  padding: 1.15rem 1rem 1.05rem !important;
  text-align: center;
}
:is(#ash, .u-custom-html) .mark b {
  display: block;
  font-size: 1.45rem !important;
  color: #ece8e2 !important;
  font-weight: 600 !important;
}
:is(#ash, .u-custom-html) .mark span {
  color: #918b84 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em;
}
:is(#ash, .u-custom-html) .river {
  max-width: 860px;
  margin: 0 auto !important;
  padding: 0 1.5rem 5.5rem 4.2rem !important;
}
:is(#ash, .u-custom-html) .pane {
  position: relative;
  padding: 3.1rem 0 2.6rem !important;
  border-bottom: 1px solid rgba(212, 206, 198, 0.1);
}
:is(#ash, .u-custom-html) .pane::before {
  content: attr(data-num);
  position: absolute;
  left: -3.4rem;
  top: 2.6rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  color: rgba(196, 92, 56, 0.72);
}
:is(#ash, .u-custom-html) .pane.is-shift {
  padding-left: 1.2rem !important;
  border-left: 2px solid rgba(196, 92, 56, 0.35);
}
:is(#ash, .u-custom-html) .flow {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0.75rem;
  margin: 1.2rem 0 1.4rem !important;
}
:is(#ash, .u-custom-html) .flow article {
  padding: 1.05rem 0.95rem 0.95rem !important;
  border: 1px solid rgba(212, 206, 198, 0.14);
  background: rgba(18, 18, 20, 0.55) !important;
}
:is(#ash, .u-custom-html) .flow strong {
  display: block;
  color: #c45c38 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.16em;
  margin-bottom: 0.3rem;
}
:is(#ash, .u-custom-html) .flow h3 {
  margin: 0 !important;
  color: #ece8e2 !important;
}
:is(#ash, .u-custom-html) .flow p {
  margin: 0.4rem 0 0 !important;
  color: #918b84 !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}
:is(#ash, .u-custom-html) .slip {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1.2rem 0 1.4rem !important;
  font-size: 0.95rem !important;
  background: transparent !important;
}
:is(#ash, .u-custom-html) .slip th,
:is(#ash, .u-custom-html) .slip td {
  text-align: left !important;
  padding: 0.8rem 0.65rem !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(212, 206, 198, 0.12) !important;
  background: transparent !important;
  vertical-align: top;
  color: #c3bdb5 !important;
}
:is(#ash, .u-custom-html) .slip th {
  color: #c45c38 !important;
  font-weight: 500 !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.12em;
}
:is(#ash, .u-custom-html) .voices {
  display: grid !important;
  gap: 0.85rem;
  margin-top: 1.1rem !important;
}
:is(#ash, .u-custom-html) .voice {
  padding: 1.15rem 1.15rem 1.05rem !important;
  background: rgba(18, 18, 20, 0.72) !important;
  border: 1px solid rgba(212, 206, 198, 0.1);
  transform: perspective(800px) rotateX(2deg);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}
:is(#ash, .u-custom-html) .voice h3 {
  margin: 0 0 0.45rem !important;
  color: #ece8e2 !important;
}
:is(#ash, .u-custom-html) .voice p {
  margin: 0 !important;
}
:is(#ash, .u-custom-html) .map-frame {
  margin: 1.1rem 0 1.2rem !important;
  height: 280px;
  border: 1px solid rgba(212, 206, 198, 0.14);
  overflow: hidden;
  filter: grayscale(0.35) contrast(1.05) brightness(0.78);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.48);
}
:is(#ash, .u-custom-html) .map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
:is(#ash, .u-custom-html) .ember-box {
  margin-top: 0.4rem !important;
  padding: 2.2rem 1.3rem 2rem !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(196, 92, 56, 0.14), transparent 46%),
    #141416 !important;
  border: 1px solid rgba(196, 92, 56, 0.38);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.48);
}
:is(#ash, .u-custom-html) .ember-box p {
  max-width: 40rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
:is(#ash, .u-custom-html) .ember-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.5rem !important;
}
:is(#ash, .u-custom-html) .ember {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 0.92rem 1.2rem !important;
  color: #140c09 !important;
  background: linear-gradient(180deg, #e08a68, #c45c38 48%, #8a3d24) !important;
  border: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 0 #8a3d24, 0 18px 24px rgba(0, 0, 0, 0.35);
  transform: perspective(520px) rotateX(8deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
:is(#ash, .u-custom-html) .ember:hover {
  transform: perspective(520px) rotateX(0deg) translateY(-2px);
  box-shadow: 0 14px 0 #8a3d24, 0 22px 28px rgba(0, 0, 0, 0.42);
}
:is(#ash, .u-custom-html) .ask-list {
  display: grid !important;
  gap: 0.6rem;
  margin-top: 0.45rem !important;
}
:is(#ash, .u-custom-html) #faq > h3 {
  margin-top: 1.7rem !important;
}
:is(#ash, .u-custom-html) #faq > h3:first-of-type {
  margin-top: 0.35rem !important;
}
:is(#ash, .u-custom-html) .ask-list details {
  border: 1px solid rgba(212, 206, 198, 0.14);
  background: rgba(18, 18, 20, 0.55) !important;
  padding: 0.15rem 1rem !important;
}
:is(#ash, .u-custom-html) .ask-list summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0 !important;
  font-size: 1.02rem !important;
  color: #ece8e2 !important;
  font-weight: 600;
}
:is(#ash, .u-custom-html) .ask-list summary::-webkit-details-marker {
  display: none;
}
:is(#ash, .u-custom-html) .ask-list details[open] summary {
  color: #c45c38 !important;
}
:is(#ash, .u-custom-html) .ask-list details p {
  padding-bottom: 1rem !important;
}
:is(#ash, .u-custom-html) .dock-ash {
  position: fixed;
  right: 1.05rem;
  bottom: 1.2rem;
  z-index: 50;
  display: grid !important;
  gap: 0.5rem;
}
:is(#ash, .u-custom-html) .dock-ash a {
  width: 58px !important;
  height: 58px !important;
  display: grid !important;
  place-items: center;
  background: linear-gradient(180deg, #e08a68, #c45c38) !important;
  color: #140c09 !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.38);
  transform: perspective(420px) rotateY(-10deg);
  text-align: center;
  line-height: 1.2;
}
:is(#ash, .u-custom-html) .site-foot {
  max-width: 860px;
  margin: 0 auto !important;
  padding: 1.6rem 1.5rem 2.8rem 4.2rem !important;
  border-top: 1px solid rgba(212, 206, 198, 0.1);
}
:is(#ash, .u-custom-html) .foot-meta {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem 1.2rem;
  margin: 0 0 1.15rem !important;
}
:is(#ash, .u-custom-html) .foot-meta div {
  margin: 0;
}
:is(#ash, .u-custom-html) .foot-meta dt {
  margin: 0 0 0.3rem !important;
  color: #c45c38 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em;
}
:is(#ash, .u-custom-html) .foot-meta dd {
  margin: 0 !important;
  color: #d4cec6 !important;
  font-size: 0.92rem !important;
}
:is(#ash, .u-custom-html) .foot-meta a:hover {
  color: #c45c38 !important;
}
:is(#ash, .u-custom-html) .end-note {
  margin: 0 !important;
  padding: 0 !important;
  color: #918b84 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.06em;
}
@media (max-width: 980px) {
  :is(#ash, .u-custom-html) .mist-hero {
    grid-template-columns: 1fr !important;
    gap: 1.4rem;
  }
  :is(#ash, .u-custom-html) .mosaic {
    transform: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 140px 140px;
  }
  :is(#ash, .u-custom-html) .tile--lounge {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  :is(#ash, .u-custom-html) .tile--glass {
    grid-column: 1;
    grid-row: 2;
  }
  :is(#ash, .u-custom-html) .tile--room {
    grid-column: 2;
    grid-row: 2;
  }
  :is(#ash, .u-custom-html) .tile--corridor {
    grid-column: 1;
    grid-row: 3;
  }
  :is(#ash, .u-custom-html) .tile--haze {
    grid-column: 2;
    grid-row: 3;
  }
  :is(#ash, .u-custom-html) .pane::before {
    position: static;
    display: block;
    margin-bottom: 0.45rem;
  }
  :is(#ash, .u-custom-html) .pane.is-shift {
    padding-left: 0 !important;
    border-left: 0;
  }
  :is(#ash, .u-custom-html) .river,
  :is(#ash, .u-custom-html) .site-foot {
    padding-left: 1.5rem !important;
  }
  :is(#ash, .u-custom-html) .flow {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 720px) {
  :is(#ash, .u-custom-html) .marks {
    grid-template-columns: 1fr 1fr !important;
  }
  :is(#ash, .u-custom-html) .mist-hero {
    padding-bottom: 4.8rem !important;
  }
  :is(#ash, .u-custom-html) .mosaic {
    grid-template-rows: 170px 108px 108px;
  }
  :is(#ash, .u-custom-html) .ember-row .ember {
    min-width: 0;
    flex: 1;
  }
  :is(#ash, .u-custom-html) .dock-ash {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0;
    background: rgba(12, 12, 14, 0.94) !important;
    border-top: 1px solid rgba(196, 92, 56, 0.35);
  }
  :is(#ash, .u-custom-html) .dock-ash a {
    width: 100% !important;
    height: 56px !important;
    transform: none;
    border-radius: 0;
  }
  :is(#ash, .u-custom-html) .river {
    padding-bottom: 1.2rem !important;
  }
  :is(#ash, .u-custom-html) .site-foot {
    padding-bottom: 6.5rem !important;
  }
  :is(#ash, .u-custom-html) .foot-meta {
    grid-template-columns: 1fr !important;
    gap: 0.85rem;
  }
  :is(#ash, .u-custom-html) .brand-sub {
    letter-spacing: 0.1em;
  }
}
@media (prefers-reduced-motion: reduce) {
  html body::after,
  :is(#ash, .u-custom-html) * {
    animation: none !important;
    transition: none !important;
  }
  :is(#ash, .u-custom-html) .mosaic,
  :is(#ash, .u-custom-html) .ember,
  :is(#ash, .u-custom-html) .dock-ash a,
  :is(#ash, .u-custom-html) .voice {
    transform: none;
  }
} 