/* Project detail page */
section[id] {
  scroll-margin-top: 6.25rem;
}

@media (min-width: 64rem) {
  .sidebar-sticky {
    position: sticky;
    top: 7.5rem;
  }

  section[id] {
    scroll-margin-top: 7.5rem;
  }
}

@media (min-width: 64rem) and (max-width: 79.9375rem) {
  body.page-project .anav-top-bar {
    top: 5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    transition: top 0.25s ease, padding 0.25s ease;
  }

  body.page-project.mob-header-hidden .anav-top-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  body.page-project .project-hero > .project-shell {
    padding-top: 0;
  }

  body.page-project .project-hero-content-row {
    gap: 2rem;
  }

  body.page-project .desk-img-col {
    width: 50%;
    flex: 0 0 50%;
  }

  body.page-project .desk-img-col.h-hero-lg {
    height: clamp(20rem, 32vw, 24rem);
  }

  body.page-project .project-layout {
    gap: 1.5rem;
  }

  body.page-project .project-layout > aside {
    width: 18rem;
    flex-basis: 18rem;
  }

  body.page-project .mobile-recent-section.is-visible {
    display: block !important;
  }

  body.page-project .mobile-recent-card {
    flex: 1 1 0;
    width: auto;
  }

  body.page-project .mobile-recent-scroll {
    overflow-x: hidden;
    scroll-snap-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.page-project .rp-table-wrap {
    overflow-x: auto;
  }

  body.page-project .rp-table {
    min-width: 42rem;
  }

  body.page-project .rp-table th,
  body.page-project .rp-table td {
    white-space: nowrap;
  }
}

@media (min-width: 80rem) {
  body.page-project .project-hero > .project-shell {
    padding-top: 2rem;
  }

  body.page-project .proj-breadcrumb,
  body.page-project .proj-breadcrumb > a {
    min-height: 0;
  }
}

@media (min-width: 80rem) and (max-width: 82.9375rem) {
  body.page-project .project-layout {
    gap: 1.5rem;
  }

  body.page-project .project-layout > aside {
    width: 18rem;
    flex-basis: 18rem;
  }

  body.page-project .hero-cta-row--double {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  body.page-project .hero-cta-row--double > * {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body.page-project .hero-cta-phone-label--full {
    display: none;
  }

  body.page-project .hero-cta-phone-label--compact {
    display: inline;
  }
}

@media (min-width: 83rem) and (max-width: 90rem) {
  body.page-project .project-layout {
    gap: 2rem;
  }
}

@media (min-width: 90.0625rem) and (max-width: 95.9375rem) {
  body.page-project .project-layout {
    gap: 2.5rem;
  }
}

@media (min-width: 96rem) {
  body.page-project .project-layout {
    gap: 3rem;
  }
}

.hero-cta-phone-label--compact {
  display: none;
}

@media (max-width: 79.9375rem) {
  body.page-project #site-header {
    position: sticky;
    top: 0;
  }

  body.page-project .anav-top-bar {
    position: relative;
    top: auto;
    background: transparent;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.page-project .anav-top-bar.is-floating {
    position: fixed;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 470;
    margin: 0;
    padding: 0.5rem 0;
    will-change: transform, opacity;
    animation: project-shortcut-float-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.page-project .anav-top-bar-placeholder {
    display: block;
    width: 100%;
    height: 0;
  }

  body.page-project .project-mobile-hero {
    margin-top: -3.625rem;
  }

  body.page-project .project-mobile-hero .h-hero-sm {
    min-height: calc((100vw * 2 / 3) + 1.625rem);
    background: #f3f4f6;
    margin-top: 2rem;
  }

  body.page-project .project-mobile-hero-frame {
    position: relative;
    isolation: isolate;
    background: #f3f4f6;
  }

  body.page-project .project-mobile-hero-frame.ht-skeleton-loaded::after,
  body.page-project .project-mobile-hero .hc-area.ht-skeleton-loaded .project-mobile-hero-frame::after {
    content: "";
    position: absolute;
    inset: -1.75rem;
    z-index: 0;
    background-image: var(--hero-mobile-bg);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    filter: blur(1.375rem);
    opacity: .82;
    transform: scale(1.12);
    pointer-events: none;
  }

  body.page-project .project-mobile-hero img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    object-position: center bottom;
    background: transparent;
    user-select: none;
    -webkit-user-drag: none;
  }

  body.page-project .project-hero-content-row,
  body.page-project .project-hero-text {
    width: 100%;
  }
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 2rem;
}

@media (min-width: 40rem) {
  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.spec-item-label {
  font-size: var(--ht-type-label);
  color: #6b7280;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}

.project-overview-subtitle {
  margin: 0 0 0.875rem;
  color: #374151;
  font-size: var(--ht-text-base);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.project-overview-subtitle--content-spaced {
  margin-bottom: 1.5rem;
}

.project-overview-subtitle--tags {
  margin-bottom: 0.75rem;
}

.near-more-content > [data-near-group] + [data-near-group] {
  margin-top: 1.5rem;
}

.spec-item-value {
  font-size: var(--ht-type-field-value);
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
}

.planning-type-card {
  flex: 0 1 auto;
}

.planning-spec-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.75rem;
  row-gap: 0.25rem;
}

.planning-spec-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: var(--ht-text-base);
  line-height: 1.5;
  white-space: nowrap;
}

.planning-spec-label {
  font-size: var(--ht-text-base);
  font-weight: 400;
  color: #6b7280;
}

.planning-spec-value {
  font-size: var(--ht-text-base-plus);
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
}

.planning-spec-unit {
  font-size: var(--ht-text-base);
  font-weight: 400;
  color: #6b7280;
}

.project-copy-wrap {
  position: relative;
}

.project-basic-copy-wrap {
  grid-column: 1 / -1;
}

.project-copy {
  color: #6b7280;
  line-height: 1.8;
  font-size: var(--ht-text-base);
  white-space: pre-line;
}

.project-copy > p {
  margin: 0;
}

.project-basic-copy {
  white-space: normal;
}

.project-basic-copy > p {
  white-space: pre-line;
}

.project-copy.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-copy-wrap.has-more::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.875rem;
  height: 5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  z-index: 1;
}

.project-copy-more {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 0.75rem;
  font-size: var(--ht-text-base);
  font-weight: 600;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.project-copy-more.is-visible {
  display: inline-flex;
}

.project-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.875rem;
}

.project-basic-copy-wrap .project-copy-more {
  margin-top: 1.25rem;
}

.near-more-wrap {
  position: relative;
}

.near-more-content.is-collapsed {
  max-height: var(--near-collapsed-h, 13.5rem);
  overflow: hidden;
}

.near-more-wrap.has-more .near-more-content.is-collapsed::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.25rem;
  height: 4rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.rp-more-wrap {
  position: relative;
  margin-top: -5rem;
  padding-top: 5rem;
}

.rp-more-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5.5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.fp-tab {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1.125rem;
  font-size: var(--ht-text-base);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 0.0938rem solid #e5e7eb;
  border-radius: 0.375rem;
  color: #6b7280;
  background: white;
  cursor: pointer;
  transition: all .15s;
  min-height: 2.75rem;
}

.fp-tab.active {
  background: var(--page-brand-color, var(--brand-600, #ff5722));
  border-color: var(--page-brand-border, var(--brand-600, #ff5722));
  color: white;
  font-weight: 600;
}

.fp-tab:hover:not(.active) {
  border-color: var(--page-brand-border, var(--brand-600, #ff5722));
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.type-badge-dian {
  background: #f59e0b;
  color: white;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  min-height: 2.75rem;
  font-size: var(--ht-text-sm);
  color: #6b7280;
  cursor: pointer;
  transition: color .15s;
  background: none;
  border: none;
  padding: 0;
}

.btn-cta-tel,
[data-anchor-action="openCfModal"],
.cf-submit-btn {
  cursor: pointer;
}

.cf-submit-btn:disabled {
  cursor: not-allowed;
}

.action-btn:hover,
.action-btn.active {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.hero-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.hero-action-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

.hero-action-views {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  min-height: 2.75rem;
  margin-left: auto;
  flex-shrink: 0;
  padding: 0;
  color: #6b7280;
  font-size: var(--ht-text-sm);
}

@media (max-width: 47.9375rem) {
  .hero-action-row {
    width: 100%;
    gap: 0.75rem;
  }

  .hero-action-left {
    gap: 1rem;
  }
}

.member-nudge-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(17,24,39,.48);
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
}

.member-nudge-overlay.is-open {
  display: flex;
}

.member-nudge-card {
  width: min(100%, 26rem);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(15,23,42,.26);
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.5rem) scale(.98);
  transition: opacity .2s ease, transform .2s ease;
}

.member-nudge-overlay.is-open .member-nudge-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.member-nudge-actions {
  display: flex;
  gap: 0.625rem;
}

.member-nudge-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.625rem;
  font-size: var(--ht-text-sm);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}

.member-nudge-btn-primary {
  color: #fff;
  background: var(--page-brand-color, var(--brand-600, #ff5722));
  border: 0.0625rem solid var(--page-brand-border, var(--brand-600, #ff5722));
}

.member-nudge-btn-primary:hover {
  background: var(--page-brand-700, var(--brand-700, #e64a19));
  border-color: var(--page-brand-700, var(--brand-700, #e64a19));
}

.member-nudge-btn-secondary {
  color: #6b7280;
  background: #fff;
  border: 0.0625rem solid #e5e7eb;
}

.member-nudge-btn-secondary:hover {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
  border-color: var(--page-brand-border, var(--brand-600, #ff5722));
  background: var(--page-brand-bg, var(--brand-50, #fef3ee));
}

@media (max-width: 47.9375rem) {
  .member-nudge-card {
    border-radius: 0.875rem;
  }

  .member-nudge-actions {
    flex-direction: column;
  }

  .member-nudge-btn {
    width: 100%;
  }
}

.near-tag {
  display: inline-block;
  padding: .3rem .75rem;
  background: #f9fafb;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: var(--ht-text-sm);
  color: #374151;
  line-height: 1.5;
}

.map-lock-wrap {
  position: relative;
}

.map-lock-wrap iframe {
  pointer-events: none;
}

.map-lock-wrap.is-enabled iframe {
  pointer-events: auto;
}

.map-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17,24,39,.08);
  color: #fff;
  cursor: pointer;
  transition: opacity .15s, background .15s;
}

.map-lock-wrap.is-enabled .map-lock-overlay {
  opacity: 0;
  pointer-events: none;
}

.map-lock-tip {
  font-size: var(--ht-text-sm);
  font-weight: 500;
  line-height: 1.4;
  background: rgba(17,24,39,.72);
  padding: .5rem .75rem;
  border-radius: .5rem;
}

@media (min-width: 80rem) {
  body.page-project section[id] {
    scroll-margin-top: 6rem;
  }
}

.hc-area {
  position: relative;
  overflow: hidden;
}

.hc-scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.hc-scroll--fade {
  display: block;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.hc-scroll::-webkit-scrollbar {
  display: none;
}

.hc-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.hc-scroll--fade .hc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

body.page-project .hc-scroll--fade .project-mobile-hero-frame {
  position: absolute;
}

.hc-scroll--fade .hc-slide:first-child,
.hc-scroll--fade .hc-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hc-scroll--fade.is-ready .hc-slide:first-child:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

.hc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.hc-progress-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background: rgba(229,231,235,0.5);
  overflow: hidden;
  z-index: 6;
}

.hc-progress-bar {
  height: 100%;
  width: 0;
  background: var(--page-brand-color, var(--brand-600, #ff5722));
}

@keyframes hc-fill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.hc-progress-run {
  animation: hc-fill 5s linear forwards;
}

.slider-control,
.hc-arrow {
  box-sizing: border-box;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  box-shadow: 0 0.625rem 1.875rem rgba(17, 24, 39, 0.18), inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.68);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: transform .16s cubic-bezier(.2,.8,.2,1), background .16s cubic-bezier(.2,.8,.2,1), color .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s cubic-bezier(.2,.8,.2,1), opacity .16s cubic-bezier(.2,.8,.2,1);
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.slider-control svg,
.hc-arrow svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.slider-control:disabled,
.hc-arrow:disabled {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.slider-control:hover:not(:disabled),
.hc-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.96);
  color: var(--page-brand-color, var(--brand-600, #ff5722));
  box-shadow: 0 0.875rem 2.25rem rgba(17, 24, 39, 0.22), inset 0 0 0 0.0625rem rgba(255, 87, 34, 0.18);
}

.sb-recent-section {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.0625rem solid #f3f4f6;
}

.sb-recent-section.is-visible {
  display: block;
}

.sb-recent-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sb-recent-item {
  position: relative;
  border-radius: 0.5rem;
}

.sb-recent-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  color: #6b7280;
  text-decoration: none;
  transition: background .15s, color .15s;
}

.sb-recent-media {
  display: flex;
  width: 4rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
}

.sb-recent-img {
  width: 4rem;
  height: auto;
  border-radius: 0.375rem;
  object-fit: cover;
  background: #f3f4f6;
  flex-shrink: 0;
  filter: saturate(35%);
  transition: filter .15s, opacity .28s ease;
}

.sb-recent-item:hover .sb-recent-img {
  filter: saturate(55%);
}

.sb-recent-item:hover .sb-recent-link {
  background: var(--brand-50, #fef3ee);
  color: var(--brand-600, #ff5722);
}

.sb-recent-name {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: var(--ht-text-sm);
  font-weight: 500;
  line-height: 1.25;
}

.sb-recent-remove {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  box-shadow: 0 0.25rem 0.75rem rgba(15,23,42,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity .15s, color .15s, background .15s;
}

.sb-recent-item:hover .sb-recent-remove {
  opacity: 1;
  pointer-events: auto;
}

.sb-recent-remove:hover {
  background: #fee2e2;
  color: #dc2626;
}

.mobile-recent-section {
  display: none;
}

.mobile-recent-section.is-visible {
  display: block;
}

@media (max-width: 63.9375rem) {
  .mobile-native-ad-recommendation {
    width: 100%;
  }

  .mobile-native-ad-recommendation .project-card-link {
    flex-direction: row;
    align-items: stretch;
  }

  .mobile-native-ad-recommendation .project-card-link > .ht-skeleton-media {
    flex: 0 0 45%;
    width: 45%;
  }

  .mobile-native-ad-recommendation .project-card-link > .ht-skeleton-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-native-ad-recommendation .project-card-link > :last-child {
    flex: 1 1 55%;
    min-width: 0;
    padding-left: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.mobile-recent-scroll {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  padding: 0 1rem 0.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mobile-recent-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-recent-card {
  flex: 0 0 8.75rem;
  width: 8.75rem;
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: #374151;
}

.mobile-recent-card:first-child {
  margin-left: 0.25rem;
}

@media (max-width: 39.9375rem) {
  .mobile-recent-card {
    flex: 0 0 calc((100vw - 2.75rem) / 2.8);
    width: calc((100vw - 2.75rem) / 2.8);
  }
}

@media (min-width: 40rem) and (max-width: 44.9375rem) {
  .mobile-recent-card {
    flex: 0 0 calc((100vw - 3.25rem) / 2.8);
    width: calc((100vw - 3.25rem) / 2.8);
  }
}

@media (max-width: 63.9375rem) {
  .mobile-recent-scroll {
    margin-left: 0;
    padding-left: 0;
    padding-right: 1rem;
    scroll-padding-left: 0;
    scroll-padding-right: 1rem;
  }

  .mobile-recent-card:first-child {
    margin-left: 0;
  }
}

@media (min-width: 40rem) and (max-width: 63.9375rem) {
  .mobile-recent-scroll {
    padding-right: 1.5rem;
    scroll-padding-right: 1.5rem;
  }
}

.mobile-recent-img-wrap {
  display: block;
  aspect-ratio: 3/2;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f3f4f6;
  margin-bottom: 0.5rem;
}

.mobile-recent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(45%);
  transition: filter .15s, opacity .28s ease;
}

.mobile-recent-card:hover .mobile-recent-img {
  filter: saturate(65%);
}

.mobile-recent-name {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--ht-text-sm);
  font-weight: 500;
  line-height: 1.3;
  color: #6b7280;
}

.mobile-recent-clear {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: 0;
  min-height: 2.75rem;
  padding: 0.625rem 0.75rem;
  margin: -0.625rem -0.75rem;
  color: #6b7280;
  font-size: var(--ht-text-sm);
  font-weight: 500;
  cursor: pointer;
  transition: color .15s;
}

.mobile-recent-clear:hover {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.mobile-recent-clear svg {
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
}

@media (min-width: 64rem) {
  .mobile-recent-section {
    display: none !important;
  }
}

@media (min-width: 64rem) {
  .mobile-native-ad {
    display: none !important;
  }
}

@media (min-width: 45rem) and (max-width: 63.9375rem) {
  .mobile-recent-card {
    flex: 0 0 calc((100vw - 3rem) / 3.5);
    width: calc((100vw - 3rem) / 3.5);
  }

  .mobile-native-ad .project-card-link {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 79.9375rem) {
  body.mob-header-hidden .anav-top-bar.is-floating {
    top: 0;
  }
}

@media (min-width: 64rem) and (max-width: 79.9375rem) {
  body.page-project .anav-top-bar.is-floating {
    top: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  body.page-project.mob-header-hidden .anav-top-bar.is-floating {
    top: 0;
  }
}

@media (max-width: 51.25rem) {
  body.page-project .anav-top-bar,
  body.page-project .anav-top-bar.is-floating {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 45rem) and (max-width: 63.9375rem) {
  body.page-project .anav-top-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  body.page-project .anav-top-bar.is-floating {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@keyframes project-shortcut-float-in {
  from {
    opacity: 0;
    transform: translate3d(0, -0.5rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-project .anav-top-bar.is-floating {
    animation: none;
  }
}

.text-13,
.text-15,
.text-badge {
  font-size: var(--ht-text-sm);
}

.text-hint {
  font-size: var(--ht-text-sm);
  opacity: 0.7;
}

.hero-deluxe-tag {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  font-size: var(--ht-text-sm);
  font-weight: 600;
  color: #fff;
  letter-spacing: .03em;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  line-height: 1.35;
  background: linear-gradient(135deg, var(--page-brand-color, var(--brand-600, #ff5722)) 0%, var(--page-brand-700, var(--brand-700, #e64a19)) 100%);
}

.hero-h1 {
  font-size: var(--ht-text-3xl);
}

.hero-price {
  font-size: var(--ht-text-2xl);
  line-height: 1;
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.planning-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.25rem;
  row-gap: 0.125rem;
  margin-top: 0.25rem;
  padding: 0.125rem 0;
  line-height: 1.5;
}

.planning-price-label,
.planning-price-unit {
  font-size: var(--ht-text-base);
  font-weight: 400;
  color: #6b7280;
}

.planning-price-value {
  font-size: var(--ht-text-base-plus);
  font-weight: 600;
  color: var(--page-brand-color, var(--brand-600, #ff5722));
  white-space: nowrap;
}

.planning-price-contact {
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  border: 0;
  background: none;
  font: inherit;
  font-size: var(--ht-text-base);
  font-weight: 400;
  color: #6b7280;
  cursor: pointer;
}

.planning-price-contact:hover {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.desktop-planning-price-contact {
  display: none;
}

.mobile-price-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  line-height: 1.5;
}

.mobile-price-contact-link:hover {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

@media (max-width: 47.9375rem) {
  .mobile-price-contact-link {
    width: fit-content;
    min-height: 2.75rem;
    padding: 0.625rem 0.875rem;
    border: 0.0625rem solid var(--page-brand-600, #ff5722);
    border-radius: 0.5rem;
    background: var(--page-brand-50, #fef3ee);
    color: var(--page-brand-600, #ff5722);
    text-decoration: none;
    transition: color .15s, border-color .15s, background .15s;
  }

  .mobile-price-contact-link:hover,
  .mobile-price-contact-link:active {
    border-color: var(--page-brand-600, #ff5722);
    background: #fff;
    color: var(--page-brand-600, #ff5722);
  }
}

.price-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  align-self: center;
  border: 0.09375rem solid currentColor;
  border-radius: 50%;
  background: transparent;
  transform: translateY(0.0625rem);
}

.price-contact-icon::before {
  content: "?";
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.mobile-price-contact-link > span,
.price-contact-btn > span,
.planning-price-contact > span {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  color: inherit;
}

.price-contact-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.price-contact-btn:hover {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

@media (min-width: 64rem) {
  .mobile-price-contact-link,
  .mobile-planning-price-contact {
    display: none;
  }

  .price-contact-btn,
  .desktop-planning-price-contact {
    display: inline-flex;
  }
}

.proj-breadcrumb {
  font-size: var(--ht-text-sm);
  color: #9ca3af;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.proj-breadcrumb a,
.proj-breadcrumb > span:not(.proj-breadcrumb-current) {
  flex-shrink: 0;
}

.proj-breadcrumb-current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 47.9375rem) {
  body.page-project .proj-breadcrumb {
    display: none;
  }
}

.h-hero-sm,
.h-hero-lg {
  height: auto;
  aspect-ratio: 3/2;
}

.hc-area.ht-skeleton-loaded .hc-slide img {
  opacity: 1;
}

.h-floorplan {
  height: 12.5rem;
}

.floorplan-scroll-wrap {
  position: relative;
}

.floorplan-grid {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding: 0 0 0.5rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.floorplan-grid::-webkit-scrollbar {
  display: none;
}

@media (max-width: 39.9375rem) {
  .floorplan-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.5rem;
    width: 2.75rem;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 82%);
    pointer-events: none;
    opacity: 1;
    transition: opacity .16s ease;
  }

  .floorplan-scroll-wrap.is-scroll-end::after,
  .floorplan-scroll-wrap:not(.has-scroll-overflow)::after {
    opacity: 0;
  }
}

.h-map {
  height: 17.5rem;
}

.img-overlay {
  background: rgba(0,0,0,0.55);
  z-index: 5;
}

.hero-news-tag {
  position: relative;
  flex-shrink: 0;
  font-size: var(--ht-text-sm);
  font-weight: 600;
  color: #fff;
  letter-spacing: .03em;
  padding: 3px 10px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.5;
  background: linear-gradient(135deg, var(--page-brand-color, var(--brand-600, #ff5722)) 0%, var(--page-brand-700, var(--brand-700, #e64a19)) 100%);
}

.hero-news-tag::after,
.hero-deluxe-tag::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: feat-shine 4s ease-in-out infinite;
}

@keyframes feat-shine {
  0%, 55% {
    transform: translateX(-120%);
  }

  75%, 100% {
    transform: translateX(120%);
  }
}

.hero-news-text {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.hc-btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  z-index: 10;
}

.hc-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  z-index: 10;
}

.hc-btn-prev-lg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.625rem;
  z-index: 10;
}

.hc-btn-next-lg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  z-index: 10;
}

.hc-btn-prev:active:not(:disabled),
.hc-btn-next:active:not(:disabled),
.hc-btn-prev-lg:active:not(:disabled),
.hc-btn-next-lg:active:not(:disabled) {
  transform: translateY(-50%) scale(0.96);
}

.desk-img-col {
  width: 37.5rem;
}

.project-media-preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 12rem;
  max-height: 28rem;
}

.aspect-167 {
  aspect-ratio: 16/7;
}

.article-title {
  font-size: var(--ht-text-base-plus);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-excerpt {
  font-size: var(--ht-text-sm);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-readmore {
  font-size: var(--ht-text-sm);
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

.type-badge-ju {
  background: var(--page-brand-color, var(--brand-600, #ff5722));
  color: white;
}

.status-badge-primary {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
  background: var(--page-brand-bg, var(--brand-50, #fef3ee));
  border: 0.0625rem solid var(--page-brand-border, var(--brand-600, #ff5722));
}

body.page-deluxe .project-content-scope .text-brand-600,
body.page-deluxe .project-content-scope .hover\:text-brand-600:hover,
body.page-deluxe .project-content-scope .group:hover .group-hover\:text-brand-600,
body.page-deluxe .project-content-scope .price-brand {
  color: var(--page-brand-color, var(--brand-600, #ff5722));
}

body.page-deluxe .project-content-scope .hover\:text-brand-700:hover {
  color: var(--page-brand-700, var(--brand-700, #e64a19));
}

body.page-deluxe .project-content-scope .bg-brand-600 {
  background-color: var(--page-brand-color, var(--brand-600, #ff5722));
}

body.page-deluxe .project-content-scope .hover\:bg-brand-700:hover {
  background-color: var(--page-brand-700, var(--brand-700, #e64a19));
}

body.page-deluxe .project-content-scope .bg-brand-50 {
  background-color: var(--page-brand-bg, var(--brand-50, #fef3ee));
}

.article-card:hover .article-cover-img {
  transform: scale(1.03);
}

@media (max-width: 47.9375rem) {
  .rp-table-frame {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .rp-cards {
    gap: 0.625rem;
  }

  .rp-card-row3 {
    margin-top: 0.375rem;
  }

  .rp-more-wrap {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .rp-more-wrap::before {
    height: 8rem;
  }
}

.qr-img canvas,
.qr-img img {
  display: block;
  border-radius: 0.25rem;
}

.qr-label {
  font-size: var(--ht-text-sm);
  color: #9ca3af;
  white-space: nowrap;
}

.hero-tel-num {
  font-size: var(--ht-text-xl);
  font-weight: 600;
  color: #374151;
}

.hero-tel-sep {
  font-size: var(--ht-text-base);
  font-weight: 600;
  color: #374151;
}

.hero-tel-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0 0.3em;
}

.hero-ticker {
  overflow: hidden;
  height: 1.25rem;
  max-height: 1.25rem;
  line-height: 1.25rem;
}

.hero-ticker-inner {
  display: flex;
  flex-direction: column;
  height: 2.5rem;
  animation: hero-scroll 7s ease-in-out infinite;
  will-change: transform;
}

.hero-ticker-item {
  height: 1.25rem;
  max-height: 1.25rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1.25rem;
}

@keyframes hero-scroll {
  0%, 38% {
    transform: translateY(0);
  }

  48%, 88% {
    transform: translateY(-50%);
  }

  98%, 100% {
    transform: translateY(0);
  }
}

.project-gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: inherit;
}

.project-floorplan-trigger {
  flex: 0 0 calc((100% - 0.875rem) / 1.2);
  width: calc((100% - 0.875rem) / 1.2);
  padding: 0;
  border: 0.0625rem solid #e5e7eb;
  cursor: pointer;
  scroll-snap-align: start;
}

.floorplan-card {
  display: block;
  overflow: hidden;
  border-radius: 0.875rem;
  background: #fff;
  text-align: left;
  transition: box-shadow .16s ease, transform .16s ease;
}

@media (min-width: 40rem) {
  .floorplan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }

  .project-floorplan-trigger {
    flex: initial;
    width: 100%;
    scroll-snap-align: none;
  }
}

.floorplan-card:hover {
  box-shadow: 0 0.75rem 1.875rem rgba(15, 23, 42, .08);
  transform: translateY(-0.0625rem);
}

.floorplan-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
}

.floorplan-card-media img {
  border-radius: 0;
}

.floorplan-card-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem 0.75rem;
}

.floorplan-card-title,
.floorplan-card-meta,
.floorplan-card-price {
  display: block;
}

.floorplan-card-title {
  color: #111827;
  font-weight: 700;
  line-height: 1.35;
}

.floorplan-card-meta {
  margin-top: 0.1875rem;
  color: #6b7280;
  font-size: var(--ht-text-xs);
  line-height: 1.45;
}

.floorplan-card-price {
  flex-shrink: 0;
  color: var(--page-brand-color, var(--brand-600, #ff5722));
  font-weight: 700;
  line-height: 1.35;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: none;
  background: rgba(3, 7, 18, 0.92);
  color: #fff;
  touch-action: none;
}

.gallery-lightbox.is-open {
  display: block;
}

.gallery-lightbox-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-lightbox-viewport {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}

.gallery-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  transform-origin: center center;
  will-change: transform;
}

.gallery-lightbox-img.is-zoomed {
  cursor: grab;
}

.gallery-lightbox-img.is-dragging {
  cursor: grabbing;
  transition: none;
}

.gallery-lightbox--floorplan .floorplan-lightbox-stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
}

.gallery-lightbox--floorplan .floorplan-lightbox-viewport {
  grid-row: 1;
  min-height: 0;
  padding: max(4.5rem, calc(env(safe-area-inset-top) + 3.75rem)) 1rem 1rem;
}

.gallery-lightbox--floorplan .floorplan-lightbox-img {
  object-fit: contain;
}

.floorplan-lightbox-thumbs {
  grid-row: 2;
  z-index: 3;
  display: flex;
  justify-content: safe center;
  gap: 0.625rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 1rem;
  padding: 0.75rem max(1rem, env(safe-area-inset-right)) 0.75rem max(1rem, env(safe-area-inset-left));
  background: rgba(3, 7, 18, .72);
  border-top: 0.0625rem solid rgba(255, 255, 255, .1);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.floorplan-lightbox-thumbs::-webkit-scrollbar {
  display: none;
}

.floorplan-lightbox-thumb {
  flex: 0 0 auto;
  width: 6.75rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 0;
  border: 0.125rem solid transparent;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
}

.floorplan-lightbox-thumb.is-active {
  border-color: var(--brand-600, #ff5722);
  box-shadow: 0 0 0 0.125rem rgba(255, 87, 34, .25);
}

.floorplan-lightbox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(255, 255, 255, .9);
}

.floorplan-lightbox-info {
  grid-row: 3;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem max(1rem, env(safe-area-inset-right)) max(1rem, calc(env(safe-area-inset-bottom) + 0.875rem)) max(1rem, env(safe-area-inset-left));
  background: rgba(3, 7, 18, .78);
  border-top: 0.0625rem solid rgba(255, 255, 255, .12);
}

.floorplan-lightbox-copy {
  min-width: 0;
}

.floorplan-lightbox-title {
  margin: 0;
  color: #fff;
  font-size: var(--ht-text-base-plus);
  font-weight: 700;
  line-height: 1.35;
}

.floorplan-lightbox-meta {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: var(--ht-text-sm);
  line-height: 1.45;
}

.floorplan-lightbox-meta:empty {
  display: none;
}

.floorplan-lightbox-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  background: var(--page-brand-color, var(--brand-600, #ff5722));
  color: #fff;
  font-size: var(--ht-text-base);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease;
}

.floorplan-lightbox-cta:hover {
  background: var(--page-brand-700, var(--brand-700, #e64a19));
}

.gallery-lightbox-close {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(17,24,39,.56);
  color: #fff;
  cursor: pointer;
  transition: background .15s, opacity .15s, border-color .15s;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
}

.gallery-lightbox-close:hover {
  background: rgba(17,24,39,.78);
  border-color: rgba(255,255,255,.32);
}

.gallery-lightbox-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.gallery-lightbox-count {
  position: absolute;
  top: max(1.125rem, env(safe-area-inset-top));
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  background: rgba(17,24,39,.56);
  color: #fff;
  font-size: var(--ht-text-sm);
  font-weight: 600;
  line-height: 1.25;
}

.gallery-lightbox-hint {
  position: absolute;
  left: 50%;
  bottom: max(2rem, calc(env(safe-area-inset-bottom) + 1.25rem));
  z-index: 3;
  transform: translateX(-50%) translateY(0.5rem);
  margin: 0;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  background: rgba(17,24,39,.62);
  color: #fff;
  font-size: var(--ht-text-sm);
  font-weight: 600;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease, transform .24s ease;
}

.gallery-lightbox-hint.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 47.9375rem) {
  .gallery-lightbox-close {
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
  }

  .gallery-lightbox--floorplan .floorplan-lightbox-viewport {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .floorplan-lightbox-thumbs {
    gap: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .floorplan-lightbox-thumb {
    width: 5rem;
    border-radius: 0.5rem;
  }

  .floorplan-lightbox-info {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .floorplan-lightbox-title {
    font-size: var(--ht-text-base);
  }

  .floorplan-lightbox-meta {
    font-size: var(--ht-text-xs);
  }

  .floorplan-lightbox-cta {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  .gallery-lightbox-hint {
    display: none;
  }
}
.hero-meta-list {
  align-items: center;
}

.hero-meta-item {
  line-height: 1.5;
}

.hero-meta-separator {
  width: 0.0625rem;
  height: 1rem;
  flex: 0 0 0.0625rem;
  align-self: center;
  background: #e5e7eb;
  transform: translateY(0.0625rem);
}
