/* Final homepage overrides: match UI reference hero background behavior. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-canvas-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-xu: calc(var(--home-canvas-w) / 375) !important;
  --home-canvas-h: calc(812 * var(--home-u)) !important;
  background: #fffdf9 !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-canvas-w) !important;
  min-width: var(--home-canvas-w) !important;
  max-width: var(--home-canvas-w) !important;
  height: var(--home-canvas-h) !important;
  min-height: var(--home-canvas-h) !important;
  max-height: var(--home-canvas-h) !important;
  background: #fffdf9 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-hero {
  width: 100% !important;
  height: calc(268 * var(--home-u)) !important;
  background: #dbe8f6 !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 52% 42% !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  height: 100% !important;
  background:
    radial-gradient(ellipse at 18% 23%, rgba(255, 253, 249, 0.26) 0%, rgba(255, 253, 249, 0.14) 30%, rgba(255, 253, 249, 0) 60%),
    linear-gradient(90deg, rgba(255, 253, 249, 0.18) 0%, rgba(255, 253, 249, 0.06) 35%, rgba(255, 253, 249, 0) 62%) !important;
  pointer-events: none !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 3 !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(206 * var(--home-u)) !important;
  height: calc(62 * var(--home-u)) !important;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.34) 64%, rgba(255, 253, 249, 0.58) 100%) !important;
  pointer-events: none !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(19 * var(--home-u)) !important;
  right: calc(17 * var(--home-xu)) !important;
  width: calc(71 * var(--home-u)) !important;
  height: calc(39 * var(--home-u)) !important;
  z-index: 5 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-slot::before,
.app-shell.is-home .home-logo-slot::after,
.app-shell.is-home .home-logo-wave,
.app-shell.is-home .home-logo-slot span,
.app-shell.is-home .home-logo-slot strong {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}

.app-shell.is-home .home-copy,
.app-shell.is-home .home-feature-row {
  z-index: 4 !important;
}

.app-shell.is-home .home-copy {
  left: calc(18 * var(--home-xu)) !important;
  top: calc(28 * var(--home-u)) !important;
  width: calc(278 * var(--home-xu)) !important;
}

.app-shell.is-home .home-feature-row {
  left: calc(7 * var(--home-xu)) !important;
  right: calc(7 * var(--home-xu)) !important;
  bottom: calc(8 * var(--home-u)) !important;
  height: calc(58 * var(--home-u)) !important;
  gap: calc(5 * var(--home-u)) calc(7 * var(--home-xu)) !important;
}

.app-shell.is-home .home-icon-slot {
  background: transparent !important;
  border-color: rgba(199, 154, 90, 0.58) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  left: calc(6 * var(--home-xu)) !important;
  right: calc(6 * var(--home-xu)) !important;
  width: auto !important;
  border-radius: calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(276 * var(--home-u)) !important;
  height: calc(221 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(15 * var(--home-xu)) !important;
  grid-template-columns: calc(119 * var(--home-xu)) minmax(0, 1fr) !important;
  gap: calc(8 * var(--home-u)) calc(14 * var(--home-xu)) !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: calc(119 * var(--home-xu)) !important;
  min-width: calc(119 * var(--home-xu)) !important;
  max-width: calc(119 * var(--home-xu)) !important;
}

.app-shell.is-home .home-interior-slot {
  border-radius: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(514 * var(--home-u)) !important;
  height: calc(218 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(13 * var(--home-xu)) !important;
}

.app-shell.is-home .home-house-cards {
  gap: calc(8 * var(--home-xu)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(744 * var(--home-u)) !important;
  height: calc(55 * var(--home-u)) !important;
}

/* Final homepage contact strip: keep address complete on 375px mobile canvas. */
.app-shell.is-home .home-contact-strip {
  top: calc(744 * var(--home-u)) !important;
  height: calc(55 * var(--home-u)) !important;
  padding: calc(7 * var(--home-u)) calc(12 * var(--home-xu)) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: calc(6 * var(--home-xu)) !important;
  align-items: center !important;
}

.app-shell.is-home .home-contact-strip p {
  min-width: 0 !important;
  gap: calc(5.5 * var(--home-u)) !important;
  align-items: center !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: calc(17 * var(--home-u)) !important;
  height: calc(17 * var(--home-u)) !important;
  min-width: calc(17 * var(--home-u)) !important;
  color: #c99656 !important;
}

.app-shell.is-home .home-contact-icon svg,
.app-shell.is-home .home-phone-icon svg {
  stroke-width: 2.25 !important;
}

.app-shell.is-home .home-contact-strip strong {
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.app-shell.is-home .home-contact-address {
  max-width: none !important;
}

.app-shell.is-home .home-contact-address strong {
  max-width: none !important;
  white-space: normal !important;
  word-break: break-all !important;
  color: #3a2a20 !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: calc(9.2 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-phone {
  flex: 0 0 auto !important;
}

.app-shell.is-home .home-contact-phone strong {
  color: #2e2018 !important;
  font-family: "Times New Roman", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(14.4 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: calc(0.1 * var(--home-u)) !important;
}

/* Homepage desktop fit v134: wide computer windows show the 375px mini-program canvas instead of stretching it. */
@media (min-width: 431px) {
  .app-shell.is-home {
    --home-u: min(1, calc(100dvh / 812)) !important;
    --home-canvas-w: calc(375 * var(--home-u)) !important;
    --home-xu: var(--home-u) !important;
    --home-canvas-h: calc(812 * var(--home-u)) !important;
    place-items: start center !important;
    background: #fffdf9 !important;
  }

  .app-shell.is-home .home-screen {
    width: var(--home-canvas-w) !important;
    min-width: var(--home-canvas-w) !important;
    max-width: var(--home-canvas-w) !important;
    height: var(--home-canvas-h) !important;
    min-height: var(--home-canvas-h) !important;
    max-height: var(--home-canvas-h) !important;
  }
}

/* Homepage top selling points v134: match the supplied dark-blue badge/text reference. */
.app-shell.is-home .home-feature-row {
  left: calc(8 * var(--home-xu)) !important;
  right: calc(8 * var(--home-xu)) !important;
  bottom: calc(8 * var(--home-u)) !important;
  height: calc(67 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: calc(7 * var(--home-u)) calc(6 * var(--home-xu)) !important;
  align-items: center !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: calc(30 * var(--home-u)) minmax(0, 1fr) !important;
  gap: calc(5 * var(--home-u)) !important;
  align-items: center !important;
  min-width: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  width: calc(30 * var(--home-u)) !important;
  height: calc(30 * var(--home-u)) !important;
  min-width: calc(30 * var(--home-u)) !important;
  color: #f1fbff !important;
  background: linear-gradient(145deg, #07336b 0%, #031b42 72%, #02122f 100%) !important;
  border: calc(1 * var(--home-u)) solid rgba(0, 180, 255, 0.86) !important;
  border-radius: calc(8 * var(--home-u)) !important;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%) !important;
  box-shadow:
    0 0 calc(8 * var(--home-u)) rgba(0, 183, 255, 0.58),
    inset 0 calc(1 * var(--home-u)) calc(5 * var(--home-u)) rgba(255, 255, 255, 0.18) !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg {
  width: 68% !important;
  height: 68% !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  vector-effect: non-scaling-stroke !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-feature strong {
  color: #d8efff !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: calc(7.2 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
  text-shadow: 0 calc(1 * var(--home-u)) calc(4 * var(--home-u)) rgba(0, 18, 40, 0.82) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(1.4 * var(--home-u)) !important;
  color: rgba(214, 237, 247, 0.86) !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: calc(6.3 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: calc(-0.12 * var(--home-u)) !important;
  text-shadow: 0 calc(1 * var(--home-u)) calc(4 * var(--home-u)) rgba(0, 18, 40, 0.78) !important;
}

/* Homepage hero compression v137: remove white masks and tighten the top value strip. */
.app-shell.is-home .home-hero {
  height: calc(238 * var(--home-u)) !important;
  background: #071522 !important;
}

.app-shell.is-home .home-hero-image {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 42% !important;
}

.app-shell.is-home .home-hero::before,
.app-shell.is-home .home-hero::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-copy {
  top: calc(24 * var(--home-u)) !important;
}

.app-shell.is-home .home-title {
  font-size: calc(25.5 * var(--home-u)) !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  text-shadow: 0 calc(1 * var(--home-u)) calc(5 * var(--home-u)) rgba(255, 255, 255, 0.45) !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(18 * var(--home-u)) !important;
  right: calc(15 * var(--home-xu)) !important;
  width: calc(64 * var(--home-u)) !important;
  height: calc(35 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature-row {
  left: calc(12 * var(--home-xu)) !important;
  right: calc(10 * var(--home-xu)) !important;
  bottom: calc(9 * var(--home-u)) !important;
  height: calc(48 * var(--home-u)) !important;
  gap: calc(5 * var(--home-u)) calc(5 * var(--home-xu)) !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: calc(23 * var(--home-u)) minmax(0, 1fr) !important;
  gap: calc(3.5 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  width: calc(23 * var(--home-u)) !important;
  height: calc(23 * var(--home-u)) !important;
  min-width: calc(23 * var(--home-u)) !important;
  border-width: calc(0.8 * var(--home-u)) !important;
  border-radius: calc(6 * var(--home-u)) !important;
  box-shadow:
    0 0 calc(5 * var(--home-u)) rgba(0, 183, 255, 0.44),
    inset 0 calc(1 * var(--home-u)) calc(4 * var(--home-u)) rgba(255, 255, 255, 0.14) !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg {
  width: 63% !important;
  height: 63% !important;
  stroke-width: 2 !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(5.95 * var(--home-u)) !important;
  line-height: 1.05 !important;
  letter-spacing: calc(-0.24 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(0.8 * var(--home-u)) !important;
  font-size: calc(5.25 * var(--home-u)) !important;
  line-height: 1.02 !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(248 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(490 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(730 * var(--home-u)) !important;
}

/* Homepage open fix v138: avoid unsupported CSS calc multiplication that collapsed the home canvas to 0. */
.app-shell.is-home {
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  display: grid !important;
  place-items: start center !important;
  overflow: hidden !important;
  background: #fffdf9 !important;
}

.app-shell.is-home .loading-screen.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.app-shell.is-home .home-screen {
  display: block !important;
  position: relative !important;
  width: min(100vw, 375px) !important;
  min-width: min(100vw, 375px) !important;
  max-width: min(100vw, 375px) !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.app-shell.is-home .home-hero,
.app-shell.is-home .home-main {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.app-shell.is-home .home-hero {
  height: 238px !important;
}

.app-shell.is-home .home-main {
  height: 100% !important;
}

.app-shell.is-home .home-logo-slot {
  top: 18px !important;
  right: 15px !important;
  width: 64px !important;
  height: 35px !important;
}

.app-shell.is-home .home-copy {
  left: 18px !important;
  top: 24px !important;
  width: 278px !important;
}

.app-shell.is-home .home-title {
  font-size: 25.5px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-feature-row {
  left: 12px !important;
  right: 10px !important;
  bottom: 9px !important;
  height: 48px !important;
  gap: 5px !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: 23px minmax(0, 1fr) !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  border-width: 1px !important;
  border-radius: 6px !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 5.95px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 0.8px !important;
  font-size: 5.25px !important;
  line-height: 1.02 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  left: 6px !important;
  right: 6px !important;
  width: auto !important;
  border-radius: 13px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.app-shell.is-home .home-selection-card {
  top: 248px !important;
  height: 221px !important;
  padding: 14px 15px !important;
  grid-template-columns: 119px minmax(0, 1fr) !important;
  gap: 8px 14px !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: 119px !important;
  min-width: 119px !important;
  max-width: 119px !important;
}

.app-shell.is-home .home-house-panel {
  top: 490px !important;
  height: 218px !important;
  padding: 14px 13px !important;
}

.app-shell.is-home .home-house-cards {
  gap: 8px !important;
}

.app-shell.is-home .home-contact-strip {
  top: auto !important;
  bottom: 8px !important;
  height: 55px !important;
  padding: 7px 12px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 6px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.2px !important;
  line-height: 1.16 !important;
  letter-spacing: -0.28px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: 14.4px !important;
  letter-spacing: 0.1px !important;
}

/* Homepage layout rebuild v140: scale the 375x812 mini-program canvas without fixed-height gaps. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-canvas-w: calc(var(--home-u) * 375) !important;
  --home-canvas-h: calc(var(--home-u) * 812) !important;
  display: grid !important;
  place-items: start center !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  position: relative !important;
  display: block !important;
  width: var(--home-canvas-w) !important;
  min-width: var(--home-canvas-w) !important;
  max-width: var(--home-canvas-w) !important;
  height: var(--home-canvas-h) !important;
  min-height: var(--home-canvas-h) !important;
  max-height: var(--home-canvas-h) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-hero,
.app-shell.is-home .home-main {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.app-shell.is-home .home-hero {
  height: calc(var(--home-u) * 238) !important;
}

.app-shell.is-home .home-main {
  height: 100% !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  left: calc(var(--home-u) * 14) !important;
  right: auto !important;
  width: calc(var(--home-u) * 347) !important;
  border-radius: calc(var(--home-u) * 13) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(var(--home-u) * 248) !important;
  height: calc(var(--home-u) * 222) !important;
  padding: calc(var(--home-u) * 15) !important;
  display: grid !important;
  grid-template-columns: calc(var(--home-u) * 124) minmax(0, 1fr) !important;
  grid-template-rows: calc(var(--home-u) * 56) 1fr calc(var(--home-u) * 24) !important;
  grid-template-areas:
    "copy image"
    "icons image"
    "button image" !important;
  gap: calc(var(--home-u) * 8) calc(var(--home-u) * 14) !important;
}

.app-shell.is-home .home-card-copy {
  grid-area: copy !important;
  width: calc(var(--home-u) * 124) !important;
  min-width: 0 !important;
  max-width: calc(var(--home-u) * 124) !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #33251d !important;
  font-family: "SimSun", "STSong", "Songti SC", serif !important;
  font-size: calc(var(--home-u) * 18.4) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: calc(var(--home-u) * 0.25) !important;
}

.app-shell.is-home .home-card-copy p {
  margin: calc(var(--home-u) * 7) 0 0 !important;
  color: #3f3026 !important;
  font-size: calc(var(--home-u) * 9.6) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: calc(var(--home-u) * -0.15) !important;
}

.app-shell.is-home .home-service-row {
  grid-area: icons !important;
  width: calc(var(--home-u) * 124) !important;
  min-width: calc(var(--home-u) * 124) !important;
  max-width: calc(var(--home-u) * 124) !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: calc(var(--home-u) * 7) calc(var(--home-u) * 8) !important;
}

.app-shell.is-home .home-service-row > div {
  width: calc(var(--home-u) * 58) !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-rows: calc(var(--home-u) * 28) auto auto !important;
  justify-items: center !important;
  gap: calc(var(--home-u) * 2.5) !important;
  overflow: visible !important;
}

.app-shell.is-home .home-mini-icon {
  width: calc(var(--home-u) * 28) !important;
  height: calc(var(--home-u) * 28) !important;
  min-width: calc(var(--home-u) * 28) !important;
  color: #b89563 !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  display: block !important;
  max-width: calc(var(--home-u) * 58) !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  color: #503b2b !important;
  font-style: normal !important;
  text-align: center !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: calc(var(--home-u) * 7.2) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(80, 59, 43, 0.64) !important;
  font-size: calc(var(--home-u) * 5.35) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-interior-slot {
  grid-area: image !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: calc(var(--home-u) * 10) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-interior-slot img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 43% center !important;
}

.app-shell.is-home .home-enter-button {
  grid-area: button !important;
  align-self: end !important;
  justify-self: start !important;
  width: calc(var(--home-u) * 89) !important;
  height: calc(var(--home-u) * 24) !important;
  min-height: calc(var(--home-u) * 24) !important;
  padding: 0 calc(var(--home-u) * 8) !important;
  gap: calc(var(--home-u) * 6) !important;
  border-radius: calc(var(--home-u) * 6) !important;
  font-size: calc(var(--home-u) * 7.4) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(var(--home-u) * 492) !important;
  height: calc(var(--home-u) * 224) !important;
  padding: calc(var(--home-u) * 15) calc(var(--home-u) * 13) !important;
  display: grid !important;
  grid-template-rows: calc(var(--home-u) * 22) minmax(0, 1fr) !important;
  gap: calc(var(--home-u) * 12) !important;
}

.app-shell.is-home .home-house-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: calc(var(--home-u) * 8) !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-house-card {
  height: 100% !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: calc(var(--home-u) * 86) minmax(0, 1fr) !important;
  border-radius: calc(var(--home-u) * 8) !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-house-plan {
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

.app-shell.is-home .home-house-info {
  padding: calc(var(--home-u) * 7) calc(var(--home-u) * 3) calc(var(--home-u) * 5) !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: calc(var(--home-u) * 2.2) !important;
  background: #efe2d1 !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-house-info strong {
  color: #422712 !important;
  font-family: "Times New Roman", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(var(--home-u) * 17.6) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  display: block !important;
  max-width: 100% !important;
  color: #3d2c20 !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-house-info span {
  font-size: calc(var(--home-u) * 6.1) !important;
}

.app-shell.is-home .home-house-info em {
  font-size: calc(var(--home-u) * 5.55) !important;
}

.app-shell.is-home .home-contact-strip {
  top: auto !important;
  bottom: calc(var(--home-u) * 10) !important;
  height: calc(var(--home-u) * 55) !important;
  padding: calc(var(--home-u) * 7) calc(var(--home-u) * 12) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: calc(var(--home-u) * 6) !important;
  align-items: center !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: calc(var(--home-u) * 17) !important;
  height: calc(var(--home-u) * 17) !important;
  min-width: calc(var(--home-u) * 17) !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: calc(var(--home-u) * 9) !important;
  line-height: 1.16 !important;
  letter-spacing: calc(var(--home-u) * -0.28) !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: calc(var(--home-u) * 14) !important;
  line-height: 1 !important;
  letter-spacing: calc(var(--home-u) * 0.1) !important;
}

/* Homepage mobile web / mini-program rebuild v141: 375px portrait reference canvas. */
.app-shell.is-home {
  --home-gold: #d4a462 !important;
  --home-gold-dark: #b98747 !important;
  --home-ink: #2d2119 !important;
  --home-muted: #776654 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fffaf4 !important;
}

.app-shell.is-home::before,
.app-shell.is-home::after {
  display: none !important;
}

.app-shell.is-home .home-screen {
  position: relative !important;
  display: block !important;
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: auto !important;
  min-height: 812px !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 8px 0 16px !important;
  overflow: visible !important;
  color: var(--home-ink) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(221, 183, 128, 0.14), transparent 42%),
    linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%) !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
}

.app-shell.is-home .home-screen *,
.app-shell.is-home .home-screen *::before,
.app-shell.is-home .home-screen *::after {
  box-sizing: border-box !important;
}

.app-shell.is-home .home-hero,
.app-shell.is-home .home-main,
.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.app-shell.is-home .home-hero {
  width: 353px !important;
  min-width: 353px !important;
  max-width: 353px !important;
  height: 254px !important;
  min-height: 254px !important;
  max-height: 254px !important;
  margin: 0 auto 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(232, 218, 199, 0.92) !important;
  border-radius: 15px !important;
  background: #e7eef6 !important;
  box-shadow: 0 8px 24px rgba(91, 67, 41, 0.13) !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 86px !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0) 0%, rgba(255, 253, 248, 0.62) 45%, rgba(255, 253, 248, 0.92) 100%) !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  opacity: 1 !important;
  filter: saturate(0.98) contrast(0.98) brightness(1.03) !important;
}

.app-shell.is-home .home-logo-slot {
  position: absolute !important;
  z-index: 4 !important;
  top: 24px !important;
  right: 22px !important;
  width: 72px !important;
  height: 40px !important;
  min-width: 72px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-logo-slot::before,
.app-shell.is-home .home-logo-slot::after,
.app-shell.is-home .home-logo-slot span,
.app-shell.is-home .home-logo-slot strong,
.app-shell.is-home .home-logo-wave {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-logo-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 0.96 !important;
  filter: drop-shadow(0 2px 5px rgba(54, 43, 32, 0.16)) !important;
}

.app-shell.is-home .home-copy {
  position: absolute !important;
  z-index: 3 !important;
  left: 18px !important;
  top: 27px !important;
  width: 258px !important;
  min-width: 0 !important;
  max-width: 258px !important;
  padding: 0 !important;
  color: var(--home-ink) !important;
  text-align: left !important;
  transform: none !important;
}

.app-shell.is-home .home-title {
  margin: 0 0 12px !important;
  color: #2c2018 !important;
  font-family: "STZhongsong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0.4px !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) !important;
}

.app-shell.is-home .home-title span {
  display: inline !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  margin: 0 !important;
  color: #2f251e !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 900 !important;
  text-align: left !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.46) !important;
}

.app-shell.is-home .home-subtitle {
  margin-bottom: 8px !important;
  font-size: 12px !important;
  line-height: 1.24 !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-desc {
  font-size: 11px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.08px !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 3 !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 11px !important;
  display: grid !important;
  width: auto !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-template-rows: 1fr !important;
  gap: 4px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-feature {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 18px 1fr !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-service-row .home-mini-icon {
  color: var(--home-gold) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
  filter: none !important;
}

.app-shell.is-home .home-icon-slot,
.app-shell.is-home .home-mini-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  color: var(--home-gold) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
}

.app-shell.is-home .home-icon-slot {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.app-shell.is-home .home-icon-slot::before,
.app-shell.is-home .home-mini-icon::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: currentColor !important;
  opacity: 0.82 !important;
  clip-path: polygon(25% 4%, 75% 4%, 98% 50%, 75% 96%, 25% 96%, 2% 50%) !important;
}

.app-shell.is-home .home-icon-slot::after,
.app-shell.is-home .home-mini-icon::after {
  content: "" !important;
  position: absolute !important;
  inset: 1.15px !important;
  display: block !important;
  background: rgba(255, 253, 248, 0.68) !important;
  clip-path: polygon(25% 4%, 75% 4%, 98% 50%, 75% 96%, 25% 96%, 2% 50%) !important;
}

.app-shell.is-home .home-icon-slot svg,
.app-shell.is-home .home-mini-icon svg,
.app-shell.is-home .home-contact-icon svg,
.app-shell.is-home .home-phone-icon svg {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 62% !important;
  height: 62% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

.app-shell.is-home .home-feature p {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #9b7448 !important;
  text-align: center !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #9c7447 !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.45px !important;
  text-align: center !important;
  text-overflow: clip !important;
  text-shadow: none !important;
  white-space: normal !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 5.9px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 2px !important;
  font-size: 5.15px !important;
  opacity: 0.86 !important;
}

.app-shell.is-home .home-main {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 347px !important;
  min-width: 347px !important;
  max-width: 347px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid rgba(231, 218, 201, 0.86) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 8px 24px rgba(91, 67, 41, 0.1) !important;
}

.app-shell.is-home .home-selection-card {
  height: 222px !important;
  min-height: 222px !important;
  max-height: 222px !important;
  margin-bottom: 12px !important;
  padding: 16px 15px 15px 18px !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  grid-template-rows: 48px 96px 32px !important;
  grid-template-areas:
    "copy image"
    "icons image"
    "button image" !important;
  gap: 6px 16px !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-card-copy {
  grid-area: copy !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 120px !important;
  min-width: 0 !important;
  max-width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  margin: 0 !important;
  color: var(--home-ink) !important;
  font-family: "STZhongsong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
}

.app-shell.is-home .home-card-copy p {
  margin: 10px 0 0 !important;
  color: #31241b !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
}

.app-shell.is-home .home-service-row {
  grid-area: icons !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  align-self: center !important;
  display: grid !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  gap: 9px 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.app-shell.is-home .home-service-row > div {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  width: 54px !important;
  min-width: 0 !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 25px auto auto !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: center !important;
}

.app-shell.is-home .home-mini-icon {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  display: block !important;
  width: 58px !important;
  max-width: 58px !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #4b382a !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.35px !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: 8.4px !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.62) !important;
  font-size: 6.35px !important;
}

.app-shell.is-home .home-interior-slot {
  grid-area: image !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  display: block !important;
  width: 178px !important;
  height: 190px !important;
  min-width: 178px !important;
  min-height: 190px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 11px !important;
  background: #eadfd0 !important;
}

.app-shell.is-home .home-interior-slot img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.app-shell.is-home .home-enter-button {
  grid-area: button !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  align-self: end !important;
  justify-self: start !important;
  display: inline-flex !important;
  width: 112px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 13px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #fff8ed !important;
  background: #d19a54 !important;
  box-shadow: 0 5px 12px rgba(196, 139, 72, 0.24) !important;
  font-size: 10.2px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.2px !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-enter-button i {
  font-size: 12px !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-panel {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
  margin-bottom: 14px !important;
  padding: 15px 13px 13px !important;
  display: grid !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 10px !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-house-cards {
  display: grid !important;
  width: 100% !important;
  min-height: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.app-shell.is-home .home-house-card {
  display: grid !important;
  height: 142px !important;
  min-height: 142px !important;
  max-height: 142px !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 79px 63px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fffdf9 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-house-plan {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 79px !important;
  min-height: 79px !important;
  background-color: #fbfaf7 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 88% auto !important;
}

.app-shell.is-home .home-house-plan::before,
.app-shell.is-home .home-house-plan::after {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-house-card[data-house-type="143"] .home-house-plan {
  background-image: url("./assets/ui/home-plan-143.webp") !important;
  background-size: 90% auto !important;
}

.app-shell.is-home .home-house-card[data-house-type="169"] .home-house-plan,
.app-shell.is-home .home-house-card[data-house-type="168"] .home-house-plan {
  background-image: url("./assets/ui/home-plan-169.webp") !important;
}

.app-shell.is-home .home-house-card[data-house-type="187"] .home-house-plan {
  background-image: url("./assets/ui/home-plan-187.webp") !important;
}

.app-shell.is-home .home-house-info {
  display: grid !important;
  height: 63px !important;
  min-height: 63px !important;
  padding: 7px 2px 5px !important;
  align-content: start !important;
  justify-items: center !important;
  gap: 4px !important;
  overflow: hidden !important;
  background: #eee2d2 !important;
}

.app-shell.is-home .home-house-info strong {
  display: block !important;
  color: #38251a !important;
  font-family: "Times New Roman", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.4px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-house-info sup {
  top: -0.38em !important;
  margin-left: 1px !important;
  font-size: 9px !important;
  line-height: 0 !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #3d2c20 !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.35px !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 7.2px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.7px !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  margin-bottom: 0 !important;
  padding: 0 14px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-contact-strip p {
  display: flex !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  gap: 6px !important;
  color: var(--home-ink) !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-contact-address {
  overflow: hidden !important;
}

.app-shell.is-home .home-contact-phone {
  justify-self: end !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  display: grid !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  place-items: center !important;
  color: var(--home-gold) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-contact-icon svg,
.app-shell.is-home .home-phone-icon svg {
  width: 100% !important;
  height: 100% !important;
  stroke-width: 3.8 !important;
}

.app-shell.is-home .home-contact-strip strong {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: var(--home-ink) !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 8.5px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.55px !important;
}

.app-shell.is-home .home-contact-phone strong {
  color: #34261d !important;
  font-family: "Times New Roman", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.2px !important;
}

.app-shell.is-home .home-footnote {
  display: none !important;
}

/* Homepage reference-ratio final pass v152: keep this block last. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "STSong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important;
  padding: 6px 0 0 !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
  font-family: var(--home-sans-cn) !important;
}

.app-shell.is-home .home-hero {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important;
  height: 257px !important;
  min-height: 257px !important;
  max-height: 257px !important;
  margin: 0 auto 14px !important;
  border-radius: 15px !important;
}

.app-shell.is-home .home-hero::after {
  height: 72px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 16px !important;
  width: 54px !important;
  height: 30px !important;
  min-width: 54px !important;
  min-height: 30px !important;
  max-width: 54px !important;
  max-height: 30px !important;
}

.app-shell.is-home .home-logo-image {
  width: 54px !important;
  height: 30px !important;
  object-fit: contain !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 250px !important;
  max-width: 250px !important;
}

.app-shell.is-home .home-title {
  display: grid !important;
  width: 226px !important;
  grid-template-columns: max-content max-content !important;
  gap: 23px !important;
  margin: 0 0 14px !important;
  color: #2b211b !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 22.2px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-title span {
  display: block !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #2f251e !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  font-size: 11.2px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.16px !important;
}

.app-shell.is-home .home-desc {
  margin: 0 !important;
  font-size: 10.4px !important;
  line-height: 1.24 !important;
  letter-spacing: -0.04px !important;
}

.app-shell.is-home .home-feature-row {
  left: 14px !important;
  right: 14px !important;
  bottom: 18px !important;
  height: 43px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: 1fr !important;
  grid-template-rows: 19px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg,
.app-shell.is-home .home-icon-slot svg {
  width: 62% !important;
  height: 62% !important;
  stroke-width: 2.8 !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  font-family: var(--home-sans-cn) !important;
  font-weight: 600 !important;
  color: #a77a47 !important;
  letter-spacing: -0.42px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 6px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1.3px !important;
  font-size: 5.15px !important;
  opacity: 0.74 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 24px !important;
  padding: 18px 14px 15px 21px !important;
  grid-template-columns: 115px minmax(0, 1fr) !important;
  grid-template-rows: 48px 92px 31px !important;
  gap: 5px 14px !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-weight: 400 !important;
  letter-spacing: 0.7px !important;
}

.app-shell.is-home .home-card-copy h2 {
  font-size: 22px !important;
  line-height: 1.06 !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 10px !important;
  font-family: var(--home-sans-cn) !important;
  font-size: 11.2px !important;
  font-weight: 700 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-service-row {
  gap: 8px 10px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 52px !important;
  grid-template-rows: 24px auto auto !important;
}

.app-shell.is-home .home-service-row .home-mini-icon,
.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  width: 58px !important;
  max-width: 58px !important;
  font-family: var(--home-sans-cn) !important;
  letter-spacing: -0.24px !important;
  line-height: 1.08 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  font-size: 8.2px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.55) !important;
  font-size: 6.05px !important;
  font-weight: 600 !important;
}

.app-shell.is-home .home-interior-slot {
  width: 176px !important;
  height: 188px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-panel {
  height: 183px !important;
  min-height: 183px !important;
  max-height: 183px !important;
  margin-bottom: 12px !important;
  padding: 14px 10px 11px !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-panel h2 {
  font-size: 22px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-rows: 69px 57px !important;
}

.app-shell.is-home .home-house-plan {
  height: 69px !important;
  min-height: 69px !important;
}

.app-shell.is-home .home-house-info {
  height: 57px !important;
  min-height: 57px !important;
  padding-top: 7px !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-house-info strong {
  font-family: var(--home-num-cn) !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8.3px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.8px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.15px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.8px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.38px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-family: var(--home-num-cn) !important;
  font-size: 18.2px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12px !important;
}

/* Homepage final typography/proportion lock v155: this block must remain last. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "SimSun", "STSong", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important;
  padding: 6px 0 0 !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
  font-family: var(--home-sans-cn) !important;
}

.app-shell.is-home .home-hero {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important;
  height: 257px !important;
  min-height: 257px !important;
  max-height: 257px !important;
  margin: 0 auto 14px !important;
  border-radius: 15px !important;
}

.app-shell.is-home .home-hero::after {
  height: 72px !important;
}

.app-shell.is-home .home-logo-slot,
.app-shell.is-home .home-logo-image {
  width: 55px !important;
  height: 30px !important;
  min-width: 55px !important;
  min-height: 30px !important;
  max-width: 55px !important;
  max-height: 30px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 15px !important;
}

.app-shell.is-home .home-logo-image {
  object-fit: contain !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 250px !important;
  max-width: 250px !important;
}

.app-shell.is-home .home-title {
  display: grid !important;
  width: 235px !important;
  grid-template-columns: max-content max-content !important;
  gap: 22px !important;
  margin: 0 0 13px !important;
  color: #2c2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 23.6px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.15px !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-title span {
  display: block !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc,
.app-shell.is-home .home-card-copy p,
.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em,
.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span,
.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em,
.app-shell.is-home .home-contact-address strong {
  font-family: var(--home-sans-cn) !important;
  font-stretch: normal !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  color: #2f251e !important;
  font-size: 11.4px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-desc {
  margin: 0 !important;
  color: #2f251e !important;
  font-size: 10.7px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.1px !important;
}

.app-shell.is-home .home-feature-row {
  left: 12px !important;
  right: 12px !important;
  bottom: 17px !important;
  height: 45px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: 1fr !important;
  grid-template-rows: 20px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg,
.app-shell.is-home .home-icon-slot svg {
  width: 62% !important;
  height: 62% !important;
  stroke-width: 2.8 !important;
}

.app-shell.is-home .home-feature strong {
  color: #a77a47 !important;
  font-size: 6.35px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.52px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1px !important;
  color: #a77a47 !important;
  font-size: 5.35px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.42px !important;
  opacity: 0.74 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 24px !important;
  padding: 18px 14px 15px 21px !important;
  grid-template-columns: 115px minmax(0, 1fr) !important;
  grid-template-rows: 48px 92px 31px !important;
  gap: 5px 14px !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 21.2px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  letter-spacing: 0.2px !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 10px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-service-row {
  gap: 8px 10px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 52px !important;
  grid-template-rows: 24px auto auto !important;
}

.app-shell.is-home .home-service-row .home-mini-icon,
.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  width: 58px !important;
  max-width: 58px !important;
  font-size: 8.25px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.3px !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.55) !important;
  width: 58px !important;
  max-width: 58px !important;
  font-size: 6.1px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-interior-slot {
  width: 176px !important;
  height: 188px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  font-size: 9.9px !important;
  font-weight: 800 !important;
}

.app-shell.is-home .home-house-panel {
  height: 183px !important;
  min-height: 183px !important;
  max-height: 183px !important;
  margin-bottom: 12px !important;
  padding: 14px 10px 11px !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-rows: 69px 57px !important;
}

.app-shell.is-home .home-house-plan {
  height: 69px !important;
  min-height: 69px !important;
}

.app-shell.is-home .home-house-info {
  height: 57px !important;
  min-height: 57px !important;
  padding-top: 7px !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-house-info strong,
.app-shell.is-home .home-contact-phone strong {
  font-family: var(--home-num-cn) !important;
  font-weight: 400 !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: 22.4px !important;
  line-height: 0.9 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8.3px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.95px !important;
  font-weight: 800 !important;
  letter-spacing: -0.26px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.2px !important;
  font-weight: 800 !important;
  letter-spacing: -0.22px !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.6px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.48px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: 18px !important;
  letter-spacing: 0.08px !important;
}

/* Homepage final mobile proportion lock v159: EOF override, reference-like tall hero and one-phone fit. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-canvas-w: min(100vw, calc(375 * var(--home-u))) !important;
  --home-canvas-h: calc(812 * var(--home-u)) !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-canvas-w) !important;
  min-width: var(--home-canvas-w) !important;
  max-width: var(--home-canvas-w) !important;
  height: var(--home-canvas-h) !important;
  min-height: var(--home-canvas-h) !important;
  max-height: var(--home-canvas-h) !important;
  padding: 0 0 calc(8 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-hero {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: calc(292 * var(--home-u)) !important;
  min-height: calc(292 * var(--home-u)) !important;
  max-height: calc(292 * var(--home-u)) !important;
  margin: 0 auto calc(10 * var(--home-u)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: #f5f8fb !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: calc(214 * var(--home-u)) !important;
  object-fit: cover !important;
  object-position: 54% 41% !important;
  transform: translateY(calc(8 * var(--home-u))) scale(1.08) !important;
  transform-origin: center top !important;
  filter: saturate(1.02) contrast(1.02) brightness(1.06) !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  height: calc(212 * var(--home-u)) !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.58) 40%, rgba(255, 255, 255, 0.13) 72%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0) 100%) !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: calc(112 * var(--home-u)) !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 28%, rgba(255, 255, 255, 0.98) 100%),
    #fff !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(29 * var(--home-u)) !important;
  right: calc(24 * var(--home-u)) !important;
  width: calc(72 * var(--home-u)) !important;
  height: calc(40 * var(--home-u)) !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-copy {
  top: calc(31 * var(--home-u)) !important;
  left: calc(22 * var(--home-u)) !important;
  width: calc(268 * var(--home-u)) !important;
  max-width: calc(268 * var(--home-u)) !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-title {
  margin: 0 0 calc(14 * var(--home-u)) !important;
  font-size: calc(28 * var(--home-u)) !important;
  line-height: 1.16 !important;
  letter-spacing: calc(0.35 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 calc(8 * var(--home-u)) !important;
  font-size: calc(13 * var(--home-u)) !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-desc {
  font-size: calc(12 * var(--home-u)) !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 5 !important;
  left: calc(19 * var(--home-u)) !important;
  right: calc(19 * var(--home-u)) !important;
  bottom: calc(11 * var(--home-u)) !important;
  width: auto !important;
  height: calc(91 * var(--home-u)) !important;
  min-height: calc(91 * var(--home-u)) !important;
  max-height: calc(91 * var(--home-u)) !important;
  display: grid !important;
  visibility: visible !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 calc(15 * var(--home-u)) !important;
  pointer-events: auto !important;
}

.app-shell.is-home .home-feature {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: calc(29 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: calc(7 * var(--home-u)) !important;
  border-bottom: 1px solid rgba(218, 197, 169, 0.34) !important;
}

.app-shell.is-home .home-feature:nth-child(n + 4) {
  border-bottom: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: calc(27 * var(--home-u)) !important;
  height: calc(27 * var(--home-u)) !important;
  min-width: calc(27 * var(--home-u)) !important;
  min-height: calc(27 * var(--home-u)) !important;
  margin: 0 !important;
  color: #d2a978 !important;
  border: 1px solid rgba(210, 169, 120, 0.74) !important;
  border-radius: calc(7 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.34) !important;
  clip-path: polygon(25% 6%, 75% 6%, 98% 50%, 75% 94%, 25% 94%, 2% 50%) !important;
}

.app-shell.is-home .home-feature p {
  min-width: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  overflow: visible !important;
  color: #4a3b30 !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: calc(-0.2 * var(--home-u)) !important;
  text-align: left !important;
  white-space: normal !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(9.3 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(2 * var(--home-u)) !important;
  color: rgba(80, 65, 53, 0.58) !important;
  font-size: calc(7.4 * var(--home-u)) !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-selection-card {
  height: calc(213 * var(--home-u)) !important;
  min-height: calc(213 * var(--home-u)) !important;
  max-height: calc(213 * var(--home-u)) !important;
  margin-bottom: calc(14 * var(--home-u)) !important;
  padding: calc(16 * var(--home-u)) calc(14 * var(--home-u)) calc(13 * var(--home-u)) calc(19 * var(--home-u)) !important;
  grid-template-columns: calc(112 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(46 * var(--home-u)) calc(88 * var(--home-u)) calc(29 * var(--home-u)) !important;
  gap: calc(5 * var(--home-u)) calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  height: calc(173 * var(--home-u)) !important;
  min-height: calc(173 * var(--home-u)) !important;
  max-height: calc(173 * var(--home-u)) !important;
  margin-bottom: calc(10 * var(--home-u)) !important;
  padding: calc(13 * var(--home-u)) calc(10 * var(--home-u)) calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  height: calc(50 * var(--home-u)) !important;
  min-height: calc(50 * var(--home-u)) !important;
  max-height: calc(50 * var(--home-u)) !important;
}

/* Homepage house-card text position lock v163: align number and descriptions like the UI reference. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-gutter: max(calc(8 * var(--home-u)), env(safe-area-inset-left)) !important;
  --home-card-w: calc(var(--home-w) - (var(--home-gutter) * 2)) !important;
  --home-canvas-w: var(--home-w) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.app-shell.is-home .home-house-panel {
  height: calc(184 * var(--home-u)) !important;
  min-height: calc(184 * var(--home-u)) !important;
  max-height: calc(184 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(10 * var(--home-u)) calc(12 * var(--home-u)) !important;
  grid-template-rows: calc(28 * var(--home-u)) minmax(0, 1fr) !important;
  gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  align-self: center !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(121 * var(--home-u)) !important;
  min-height: calc(121 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(121 * var(--home-u)) !important;
  min-height: calc(121 * var(--home-u)) !important;
  max-height: calc(121 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(72 * var(--home-u)) calc(49 * var(--home-u)) !important;
  overflow: hidden !important;
  border-radius: calc(7 * var(--home-u)) !important;
  background: #fff !important;
}

.app-shell.is-home .home-house-plan {
  height: calc(72 * var(--home-u)) !important;
  min-height: calc(72 * var(--home-u)) !important;
  max-height: calc(72 * var(--home-u)) !important;
  padding: calc(3 * var(--home-u)) calc(4 * var(--home-u)) calc(1 * var(--home-u)) !important;
  display: grid !important;
  place-items: end center !important;
  background: #fff !important;
}

.app-shell.is-home .home-house-plan img {
  width: 88% !important;
  height: 92% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.app-shell.is-home .home-house-info {
  height: calc(49 * var(--home-u)) !important;
  min-height: calc(49 * var(--home-u)) !important;
  max-height: calc(49 * var(--home-u)) !important;
  padding: calc(5 * var(--home-u)) calc(3 * var(--home-u)) calc(4 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(20 * var(--home-u)) calc(10 * var(--home-u)) calc(9 * var(--home-u)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: calc(2 * var(--home-u)) !important;
  background: #eadfce !important;
}

.app-shell.is-home .home-house-info strong {
  margin: 0 !important;
  font-family: var(--home-num-cn) !important;
  font-size: calc(23.5 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  letter-spacing: calc(-0.4 * var(--home-u)) !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info sup {
  top: calc(-0.45em) !important;
  font-size: calc(7.5 * var(--home-u)) !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-info span {
  font-family: var(--home-sans-cn) !important;
  font-size: calc(6.8 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.22 * var(--home-u)) !important;
  transform: none !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-house-info em {
  font-family: var(--home-sans-cn) !important;
  font-size: calc(6.1 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
  transform: none !important;
  white-space: nowrap !important;
}

/* Homepage responsive fill lock v162: edge-to-edge phone canvas and proportional cover image. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-gutter: max(calc(8 * var(--home-u)), env(safe-area-inset-left)) !important;
  --home-card-w: calc(var(--home-w) - (var(--home-gutter) * 2)) !important;
  --home-canvas-w: var(--home-w) !important;
  --home-canvas-h: min(100dvh, calc(812 * var(--home-u))) !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-canvas-w) !important;
  min-width: var(--home-canvas-w) !important;
  max-width: var(--home-canvas-w) !important;
  height: var(--home-canvas-h) !important;
  min-height: var(--home-canvas-h) !important;
  max-height: var(--home-canvas-h) !important;
  padding: 0 0 calc(7 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-hero {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: calc(300 * var(--home-u)) !important;
  min-height: calc(300 * var(--home-u)) !important;
  max-height: calc(300 * var(--home-u)) !important;
  margin: 0 auto calc(10 * var(--home-u)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  background: #fff !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: calc(222 * var(--home-u)) !important;
  object-fit: cover !important;
  object-position: 52% 43% !important;
  transform: none !important;
  filter: none !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: calc(118 * var(--home-u)) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 25%, #fff 58%, #fff 100%) !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-copy {
  top: calc(31 * var(--home-u)) !important;
  left: calc(23 * var(--home-u)) !important;
  width: calc(276 * var(--home-u)) !important;
  max-width: calc(276 * var(--home-u)) !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(29 * var(--home-u)) !important;
  right: calc(22 * var(--home-u)) !important;
  width: calc(74 * var(--home-u)) !important;
  height: calc(41 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature-row {
  left: calc(21 * var(--home-u)) !important;
  right: calc(21 * var(--home-u)) !important;
  bottom: calc(12 * var(--home-u)) !important;
  height: calc(91 * var(--home-u)) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 calc(12 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: calc(14 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card {
  height: calc(213 * var(--home-u)) !important;
  min-height: calc(213 * var(--home-u)) !important;
  max-height: calc(213 * var(--home-u)) !important;
  margin-bottom: calc(13 * var(--home-u)) !important;
  padding: calc(16 * var(--home-u)) calc(14 * var(--home-u)) calc(13 * var(--home-u)) calc(19 * var(--home-u)) !important;
  grid-template-columns: calc(112 * var(--home-u)) minmax(0, 1fr) !important;
}

.app-shell.is-home .home-interior-slot {
  width: 100% !important;
  height: calc(184 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  height: calc(173 * var(--home-u)) !important;
  min-height: calc(173 * var(--home-u)) !important;
  max-height: calc(173 * var(--home-u)) !important;
  margin-bottom: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  height: calc(50 * var(--home-u)) !important;
  min-height: calc(50 * var(--home-u)) !important;
  max-height: calc(50 * var(--home-u)) !important;
}

/* Homepage hero background cleanup v161: remove extra mask blocks from the image area. */
.app-shell.is-home .home-hero-image {
  object-position: 54% 44% !important;
  transform: translateY(calc(6 * var(--home-u))) scale(1.06) !important;
  filter: saturate(1) contrast(1) brightness(1.01) !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-hero::after {
  height: calc(105 * var(--home-u)) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 30%, rgba(255, 255, 255, 0.96) 72%, #fff 100%) !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-copy,
.app-shell.is-home .home-logo-slot,
.app-shell.is-home .home-feature-row {
  text-shadow: none !important;
}

/* Homepage hero cleanup v157: remove the six selling-point badges only. */
.app-shell.is-home .home-feature-row {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.app-shell.is-home .home-hero::after {
  height: 44px !important;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0) 0%, rgba(255, 253, 248, 0.44) 64%, rgba(255, 253, 248, 0.74) 100%) !important;
}

.app-shell.is-home .home-hero-image {
  object-position: center 78% !important;
  transform: translateY(12px) scale(1.03) !important;
  transform-origin: center bottom !important;
}

.app-shell.is-home .home-copy {
  z-index: 5 !important;
}

/* Homepage hero reference rebuild v158: large image top + 3x2 selling-point text area. */
.app-shell.is-home .home-hero {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
  margin: 0 auto 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #eef5fb !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-hero-image {
  inset: 0 !important;
  width: 100% !important;
  height: 202px !important;
  object-fit: cover !important;
  object-position: 54% 38% !important;
  filter: saturate(1.02) contrast(1.02) brightness(1.06) !important;
  transform: translateY(12px) scale(1.12) !important;
  transform-origin: center top !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 0 auto !important;
  display: block !important;
  width: 100% !important;
  height: 205px !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.54) 38%, rgba(255, 255, 255, 0.14) 72%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.18) 58%, rgba(255, 255, 255, 0) 100%) !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: 102px !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 26%, rgba(255, 255, 255, 0.96) 100%),
    rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 -10px 22px rgba(255, 255, 255, 0.5) !important;
}

.app-shell.is-home .home-logo-slot {
  top: 28px !important;
  right: 24px !important;
  width: 70px !important;
  height: 39px !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-copy {
  top: 28px !important;
  left: 21px !important;
  width: 266px !important;
  max-width: 266px !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-title {
  margin: 0 0 15px !important;
  font-size: 28px !important;
  line-height: 1.16 !important;
  letter-spacing: 0.4px !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-desc {
  font-size: 12px !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 5 !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 12px !important;
  width: auto !important;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  padding: 0 !important;
  display: grid !important;
  visibility: visible !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  gap: 0 15px !important;
  pointer-events: auto !important;
}

.app-shell.is-home .home-feature {
  min-width: 0 !important;
  height: 41px !important;
  min-height: 41px !important;
  padding: 0 0 0 34px !important;
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: 7px !important;
  border-bottom: 1px solid rgba(213, 190, 159, 0.28) !important;
}

.app-shell.is-home .home-feature:nth-child(n + 4) {
  border-bottom: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #d4ad79 !important;
  border: 1px solid rgba(212, 173, 121, 0.72) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.34) !important;
  clip-path: polygon(25% 6%, 75% 6%, 98% 50%, 75% 94%, 25% 94%, 2% 50%) !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg,
.app-shell.is-home .home-icon-slot svg {
  width: 64% !important;
  height: 64% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
}

.app-shell.is-home .home-feature p {
  min-width: 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  overflow: visible !important;
  color: #4d3d31 !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.25px !important;
  text-align: left !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 9.1px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 2px !important;
  color: rgba(84, 70, 58, 0.58) !important;
  font-size: 7.4px !important;
  font-weight: 700 !important;
}

/* Homepage frame/text correction v157: soft reference borders and unclipped house text. */
.app-shell.is-home .home-hero,
.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  border: 1px solid rgba(226, 213, 196, 0.86) !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    0 8px 22px rgba(75, 55, 33, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.app-shell.is-home .home-hero {
  background-color: #dce9f8 !important;
  box-shadow:
    0 7px 20px rgba(68, 53, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.app-shell.is-home .home-feature-row {
  left: 13px !important;
  right: 13px !important;
  bottom: 16px !important;
  height: 47px !important;
}

.app-shell.is-home .home-feature {
  grid-template-rows: 20px 24px !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature p {
  display: grid !important;
  min-height: 24px !important;
  align-content: start !important;
  gap: 1px !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 6.2px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
  color: #a6743e !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 0 !important;
  font-size: 5.25px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.4px !important;
  color: rgba(166, 116, 62, 0.78) !important;
}

.app-shell.is-home .home-house-panel {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  margin-bottom: 5px !important;
  padding: 13px 10px 10px !important;
  grid-template-rows: 25px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-card {
  height: 133px !important;
  min-height: 133px !important;
  max-height: 133px !important;
  grid-template-rows: 64px 69px !important;
}

.app-shell.is-home .home-house-plan {
  height: 64px !important;
  min-height: 64px !important;
  background-size: 86% auto !important;
}

.app-shell.is-home .home-house-info {
  height: 69px !important;
  min-height: 69px !important;
  padding: 6px 2px 4px !important;
  align-content: start !important;
  gap: 3px !important;
  overflow: visible !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: 22px !important;
  line-height: 0.95 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8px !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  display: block !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  line-height: 1.18 !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 7px !important;
  letter-spacing: -0.26px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.45px !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-contact-strip {
  margin-top: 0 !important;
  box-shadow:
    0 7px 18px rgba(75, 55, 33, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
}

/* Homepage typography polish v154: closer to the supplied reference. */
.app-shell.is-home .home-title,
.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  font-family: "SimSun", "STSong", "Songti SC", "Noto Serif SC", serif !important;
  color: #2c2119 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-title {
  width: 235px !important;
  gap: 22px !important;
  margin-bottom: 13px !important;
  font-size: 23.6px !important;
  line-height: 1.08 !important;
  letter-spacing: 0.15px !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc,
.app-shell.is-home .home-card-copy p,
.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em,
.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span,
.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em,
.app-shell.is-home .home-contact-address strong {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-stretch: normal !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  font-size: 11.4px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-desc {
  font-size: 10.7px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.1px !important;
}

.app-shell.is-home .home-logo-slot,
.app-shell.is-home .home-logo-image {
  width: 55px !important;
  height: 30px !important;
  min-width: 55px !important;
  min-height: 30px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 15px !important;
}

.app-shell.is-home .home-feature-row {
  left: 12px !important;
  right: 12px !important;
  bottom: 17px !important;
  height: 45px !important;
}

.app-shell.is-home .home-feature {
  grid-template-rows: 20px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 6.35px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.52px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1px !important;
  font-size: 5.35px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.42px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  font-size: 21.2px !important;
  letter-spacing: 0.2px !important;
}

.app-shell.is-home .home-card-copy p {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: 8.25px !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
}

.app-shell.is-home .home-service-row em {
  font-size: 6.1px !important;
  font-weight: 600 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-enter-button {
  font-size: 9.9px !important;
  font-weight: 800 !important;
}

.app-shell.is-home .home-house-info strong,
.app-shell.is-home .home-contact-phone strong {
  font-family: "Times New Roman", "STSong", "SimSun", serif !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: 22.4px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.95px !important;
  font-weight: 800 !important;
  letter-spacing: -0.26px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.2px !important;
  font-weight: 800 !important;
  letter-spacing: -0.22px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.6px !important;
  font-weight: 800 !important;
  letter-spacing: -0.48px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: 18px !important;
  letter-spacing: 0.08px !important;
}

/* Homepage reference-ratio pass v151. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "STSong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important;
  padding: 6px 0 0 !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
}

.app-shell.is-home .home-hero {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important;
  height: 257px !important;
  min-height: 257px !important;
  max-height: 257px !important;
  margin: 0 auto 14px !important;
  border-radius: 15px !important;
}

.app-shell.is-home .home-hero::after {
  height: 72px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 15px !important;
  width: 54px !important;
  height: 30px !important;
  min-width: 54px !important;
  min-height: 30px !important;
  max-width: 54px !important;
  max-height: 30px !important;
}

.app-shell.is-home .home-logo-image {
  width: 54px !important;
  height: 30px !important;
  object-fit: contain !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 250px !important;
  max-width: 250px !important;
}

.app-shell.is-home .home-title {
  display: grid !important;
  width: 226px !important;
  grid-template-columns: max-content max-content !important;
  gap: 23px !important;
  margin: 0 0 14px !important;
  color: #2b211b !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 23.2px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.55px !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-title span {
  display: block !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #2f251e !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  font-size: 11.9px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-desc {
  font-size: 10.9px !important;
  line-height: 1.24 !important;
  letter-spacing: -0.06px !important;
}

.app-shell.is-home .home-feature-row {
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  height: 43px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
}

.app-shell.is-home .home-feature {
  grid-template-rows: 19px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-icon-slot {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  font-family: var(--home-sans-cn) !important;
  font-weight: 600 !important;
  color: #a77a47 !important;
  letter-spacing: -0.42px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 6px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1.3px !important;
  font-size: 5.15px !important;
  opacity: 0.74 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 24px !important;
  padding: 18px 14px 15px 21px !important;
  grid-template-columns: 115px minmax(0, 1fr) !important;
  grid-template-rows: 48px 92px 31px !important;
  gap: 5px 14px !important;
}

.app-shell.is-home .home-card-copy {
  width: 115px !important;
  max-width: 115px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-weight: 400 !important;
  letter-spacing: 0.7px !important;
}

.app-shell.is-home .home-card-copy h2 {
  font-size: 22px !important;
  line-height: 1.06 !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 10px !important;
  font-family: var(--home-sans-cn) !important;
  font-size: 11.2px !important;
  font-weight: 700 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-service-row {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important;
  gap: 8px 10px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 52px !important;
  grid-template-rows: 24px auto auto !important;
}

.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  width: 58px !important;
  max-width: 58px !important;
  font-family: var(--home-sans-cn) !important;
  letter-spacing: -0.24px !important;
  line-height: 1.08 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  font-size: 8.2px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.55) !important;
  font-size: 6.05px !important;
  font-weight: 600 !important;
}

.app-shell.is-home .home-interior-slot {
  width: 176px !important;
  height: 188px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-panel {
  height: 183px !important;
  min-height: 183px !important;
  max-height: 183px !important;
  margin-bottom: 12px !important;
  padding: 14px 10px 11px !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-panel h2 {
  font-size: 22px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-rows: 69px 57px !important;
}

.app-shell.is-home .home-house-plan {
  height: 69px !important;
  min-height: 69px !important;
}

.app-shell.is-home .home-house-info {
  height: 57px !important;
  min-height: 57px !important;
  padding-top: 7px !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: 23px !important;
  line-height: 0.9 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8.3px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.8px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.15px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.8px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.38px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: 18.2px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12px !important;
}

@media (max-width: 374px) {
  .app-shell.is-home .home-screen {
    transform: scale(calc(100vw / 375)) !important;
    transform-origin: top center !important;
  }
}

@media (min-width: 376px) {
  .app-shell.is-home .home-screen {
    transform: none !important;
  }
}

/* Homepage typography and compact phone fit v150. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "STSong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  display: grid !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  place-items: start center !important;
  overflow: hidden !important;
  background: #fffaf4 !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-design-w) !important;
  min-width: var(--home-design-w) !important;
  max-width: var(--home-design-w) !important;
  height: var(--home-design-h) !important;
  min-height: var(--home-design-h) !important;
  max-height: var(--home-design-h) !important;
  margin: 0 auto !important;
  padding: 7px 0 8px !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(221, 183, 128, 0.12), transparent 42%),
    linear-gradient(180deg, #fffdf9 0%, #fff9f1 100%) !important;
  font-family: var(--home-sans-cn) !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

.app-shell.is-home .home-hero {
  width: 363px !important;
  min-width: 363px !important;
  max-width: 363px !important;
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  margin: 0 auto 12px !important;
  border: 1px solid rgba(232, 218, 199, 0.9) !important;
  border-radius: 15px !important;
  box-shadow: 0 8px 22px rgba(91, 67, 41, 0.12) !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: 73px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0) 0%, rgba(255, 253, 248, 0.68) 56%, rgba(255, 253, 248, 0.94) 100%) !important;
}

.app-shell.is-home .home-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  filter: saturate(0.98) contrast(0.98) brightness(1.03) !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 27px !important;
  width: 70px !important;
  height: 39px !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 252px !important;
  max-width: 252px !important;
}

.app-shell.is-home .home-title {
  margin: 0 0 13px !important;
  color: #2a201a !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 25.8px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
  letter-spacing: 0.7px !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.54) !important;
}

.app-shell.is-home .home-title span {
  display: inline !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #2e241d !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42) !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  font-size: 11.8px !important;
  line-height: 1.26 !important;
  letter-spacing: -0.15px !important;
}

.app-shell.is-home .home-desc {
  margin: 0 !important;
  font-size: 10.8px !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

.app-shell.is-home .home-feature-row {
  left: 18px !important;
  right: 18px !important;
  bottom: 10px !important;
  height: 42px !important;
  gap: 4px !important;
}

.app-shell.is-home .home-feature {
  grid-template-rows: 18px 1fr !important;
  gap: 2px !important;
}

.app-shell.is-home .home-icon-slot {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  color: #9c7447 !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  letter-spacing: -0.38px !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 5.6px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1.4px !important;
  font-size: 4.9px !important;
  opacity: 0.78 !important;
}

.app-shell.is-home .home-main {
  height: auto !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 11px !important;
  padding: 16px 15px 14px 17px !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  grid-template-rows: 47px 94px 31px !important;
  gap: 6px 14px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-weight: 400 !important;
  letter-spacing: 0.8px !important;
}

.app-shell.is-home .home-card-copy h2 {
  font-size: 20.2px !important;
  line-height: 1.08 !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 9px !important;
  color: #30231b !important;
  font-family: var(--home-sans-cn) !important;
  font-size: 11.2px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-service-row {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
  gap: 8px 11px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 53px !important;
  grid-template-rows: 24px auto auto !important;
  gap: 2px !important;
}

.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  width: 58px !important;
  max-width: 58px !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  letter-spacing: -0.28px !important;
  line-height: 1.08 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  font-size: 8.1px !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.56) !important;
  font-size: 6.1px !important;
  font-weight: 600 !important;
}

.app-shell.is-home .home-interior-slot {
  width: 177px !important;
  height: 190px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  background: #d19a54 !important;
  font-family: var(--home-sans-cn) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: -0.1px !important;
  box-shadow: 0 5px 12px rgba(196, 139, 72, 0.22) !important;
}

.app-shell.is-home .home-house-panel {
  height: 195px !important;
  min-height: 195px !important;
  max-height: 195px !important;
  margin-bottom: 19px !important;
  padding: 14px 12px 12px !important;
  grid-template-rows: 23px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.app-shell.is-home .home-house-panel h2 {
  font-size: 19.4px !important;
  line-height: 1.05 !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 137px !important;
  min-height: 137px !important;
  max-height: 137px !important;
  grid-template-rows: 76px 61px !important;
  border-radius: 7px !important;
}

.app-shell.is-home .home-house-plan {
  height: 76px !important;
  min-height: 76px !important;
  background-size: 89% auto !important;
}

.app-shell.is-home .home-house-info {
  height: 61px !important;
  min-height: 61px !important;
  padding: 7px 2px 5px !important;
  gap: 4px !important;
  background: #eee1d1 !important;
}

.app-shell.is-home .home-house-info strong {
  color: #34251d !important;
  font-family: var(--home-num-cn) !important;
  font-size: 21.2px !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-house-info sup {
  top: -0.36em !important;
  font-size: 8.2px !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  color: #3a2a20 !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  letter-spacing: -0.22px !important;
  line-height: 1.12 !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.9px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.25px !important;
}

.app-shell.is-home .home-contact-strip {
  height: 47px !important;
  min-height: 47px !important;
  max-height: 47px !important;
  padding: 0 13px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 7px !important;
}

.app-shell.is-home .home-contact-strip p {
  gap: 6px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  color: #c99656 !important;
}

.app-shell.is-home .home-contact-icon svg,
.app-shell.is-home .home-phone-icon svg {
  stroke-width: 2.5 !important;
}

.app-shell.is-home .home-contact-strip strong {
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.2px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.42px !important;
}

.app-shell.is-home .home-contact-phone strong {
  color: #31231b !important;
  font-family: var(--home-num-cn) !important;
  font-size: 17.2px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.15px !important;
}

.app-shell.is-home .home-footnote {
  display: none !important;
}

/* Homepage reference-ratio final pass v153: real last override. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "STSong", "SimSun", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important;
  padding: 6px 0 0 !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
  font-family: var(--home-sans-cn) !important;
}

.app-shell.is-home .home-hero {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important;
  height: 257px !important;
  min-height: 257px !important;
  max-height: 257px !important;
  margin: 0 auto 14px !important;
  border-radius: 15px !important;
}

.app-shell.is-home .home-hero::after {
  height: 72px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 16px !important;
  width: 54px !important;
  height: 30px !important;
  min-width: 54px !important;
  min-height: 30px !important;
  max-width: 54px !important;
  max-height: 30px !important;
}

.app-shell.is-home .home-logo-image {
  width: 54px !important;
  height: 30px !important;
  object-fit: contain !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 250px !important;
  max-width: 250px !important;
}

.app-shell.is-home .home-title {
  display: grid !important;
  width: 226px !important;
  grid-template-columns: max-content max-content !important;
  gap: 23px !important;
  margin: 0 0 14px !important;
  color: #2b211b !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 22.2px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-title span {
  display: block !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #2f251e !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 700 !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  font-size: 11.2px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.16px !important;
}

.app-shell.is-home .home-desc {
  margin: 0 !important;
  font-size: 10.4px !important;
  line-height: 1.24 !important;
  letter-spacing: -0.04px !important;
}

.app-shell.is-home .home-feature-row {
  left: 14px !important;
  right: 14px !important;
  bottom: 18px !important;
  height: 43px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: 1fr !important;
  grid-template-rows: 19px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg,
.app-shell.is-home .home-icon-slot svg {
  width: 62% !important;
  height: 62% !important;
  stroke-width: 2.8 !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  font-family: var(--home-sans-cn) !important;
  font-weight: 600 !important;
  color: #a77a47 !important;
  letter-spacing: -0.42px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-feature strong {
  font-size: 6px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1.3px !important;
  font-size: 5.15px !important;
  opacity: 0.74 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 24px !important;
  padding: 18px 14px 15px 21px !important;
  grid-template-columns: 115px minmax(0, 1fr) !important;
  grid-template-rows: 48px 92px 31px !important;
  gap: 5px 14px !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-weight: 400 !important;
  letter-spacing: 0.7px !important;
}

.app-shell.is-home .home-card-copy h2 {
  font-size: 22px !important;
  line-height: 1.06 !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 10px !important;
  font-family: var(--home-sans-cn) !important;
  font-size: 11.2px !important;
  font-weight: 700 !important;
  letter-spacing: -0.18px !important;
}

.app-shell.is-home .home-service-row {
  gap: 8px 10px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 52px !important;
  grid-template-rows: 24px auto auto !important;
}

.app-shell.is-home .home-service-row .home-mini-icon,
.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em {
  width: 58px !important;
  max-width: 58px !important;
  font-family: var(--home-sans-cn) !important;
  letter-spacing: -0.24px !important;
  line-height: 1.08 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  font-size: 8.2px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.55) !important;
  font-size: 6.05px !important;
  font-weight: 600 !important;
}

.app-shell.is-home .home-interior-slot {
  width: 176px !important;
  height: 188px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-panel {
  height: 183px !important;
  min-height: 183px !important;
  max-height: 183px !important;
  margin-bottom: 12px !important;
  padding: 14px 10px 11px !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-panel h2 {
  font-size: 22px !important;
  line-height: 1.04 !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-rows: 69px 57px !important;
}

.app-shell.is-home .home-house-plan {
  height: 69px !important;
  min-height: 69px !important;
}

.app-shell.is-home .home-house-info {
  height: 57px !important;
  min-height: 57px !important;
  padding-top: 7px !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-house-info strong {
  font-family: var(--home-num-cn) !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8.3px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.8px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.15px !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.8px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.38px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-family: var(--home-num-cn) !important;
  font-size: 18.2px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12px !important;
}

/* Homepage final typography/proportion lock v156: appended at EOF. */
.app-shell.is-home {
  --home-design-w: 375px !important;
  --home-design-h: 792px !important;
  --home-fit: min(1, calc(100vw / 375px), calc(100dvh / 792px)) !important;
  --home-serif-cn: "SimSun", "STSong", "Songti SC", "Noto Serif SC", serif !important;
  --home-sans-cn: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  --home-num-cn: "Times New Roman", "STSong", "SimSun", serif !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-screen {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important;
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important;
  padding: 6px 0 0 !important;
  overflow: hidden !important;
  transform: scale(var(--home-fit)) !important;
  transform-origin: top center !important;
  font-family: var(--home-sans-cn) !important;
}

.app-shell.is-home .home-hero {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important;
  height: 257px !important;
  min-height: 257px !important;
  max-height: 257px !important;
  margin: 0 auto 14px !important;
  border-radius: 15px !important;
}

.app-shell.is-home .home-hero::after {
  height: 72px !important;
}

.app-shell.is-home .home-logo-slot,
.app-shell.is-home .home-logo-image {
  width: 55px !important;
  height: 30px !important;
  min-width: 55px !important;
  min-height: 30px !important;
  max-width: 55px !important;
  max-height: 30px !important;
}

.app-shell.is-home .home-logo-slot {
  top: 20px !important;
  right: 15px !important;
}

.app-shell.is-home .home-logo-image {
  object-fit: contain !important;
}

.app-shell.is-home .home-copy {
  top: 25px !important;
  left: 18px !important;
  width: 250px !important;
  max-width: 250px !important;
}

.app-shell.is-home .home-title {
  display: grid !important;
  width: 235px !important;
  grid-template-columns: max-content max-content !important;
  gap: 22px !important;
  margin: 0 0 13px !important;
  color: #2c2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 23.6px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.15px !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-title span {
  display: block !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc,
.app-shell.is-home .home-card-copy p,
.app-shell.is-home .home-service-row strong,
.app-shell.is-home .home-service-row em,
.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span,
.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em,
.app-shell.is-home .home-contact-address strong {
  font-family: var(--home-sans-cn) !important;
  font-stretch: normal !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 7px !important;
  color: #2f251e !important;
  font-size: 11.4px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.2px !important;
}

.app-shell.is-home .home-desc {
  margin: 0 !important;
  color: #2f251e !important;
  font-size: 10.7px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.1px !important;
}

.app-shell.is-home .home-feature-row {
  left: 12px !important;
  right: 12px !important;
  bottom: 17px !important;
  height: 45px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: 1fr !important;
  grid-template-rows: 20px 1fr !important;
  gap: 3px !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg,
.app-shell.is-home .home-icon-slot svg {
  width: 62% !important;
  height: 62% !important;
  stroke-width: 2.8 !important;
}

.app-shell.is-home .home-feature strong {
  color: #a77a47 !important;
  font-size: 6.35px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.52px !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: 1px !important;
  color: #a77a47 !important;
  font-size: 5.35px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.42px !important;
  opacity: 0.74 !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  border-radius: 14px !important;
}

.app-shell.is-home .home-selection-card {
  height: 221px !important;
  min-height: 221px !important;
  max-height: 221px !important;
  margin-bottom: 24px !important;
  padding: 18px 14px 15px 21px !important;
  grid-template-columns: 115px minmax(0, 1fr) !important;
  grid-template-rows: 48px 92px 31px !important;
  gap: 5px 14px !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2d2119 !important;
  font-family: var(--home-serif-cn) !important;
  font-size: 21.2px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  letter-spacing: 0.2px !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 10px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-service-row {
  gap: 8px 10px !important;
}

.app-shell.is-home .home-service-row > div {
  width: 52px !important;
  grid-template-rows: 24px auto auto !important;
}

.app-shell.is-home .home-service-row .home-mini-icon,
.app-shell.is-home .home-mini-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: #d0a066 !important;
}

.app-shell.is-home .home-service-row strong {
  color: #4a3729 !important;
  width: 58px !important;
  max-width: 58px !important;
  font-size: 8.25px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.3px !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(75, 56, 42, 0.55) !important;
  width: 58px !important;
  max-width: 58px !important;
  font-size: 6.1px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.24px !important;
}

.app-shell.is-home .home-interior-slot {
  width: 176px !important;
  height: 188px !important;
  border-radius: 10px !important;
}

.app-shell.is-home .home-enter-button {
  width: 110px !important;
  height: 27px !important;
  min-height: 27px !important;
  border-radius: 6px !important;
  font-size: 9.9px !important;
  font-weight: 800 !important;
}

.app-shell.is-home .home-house-panel {
  height: 183px !important;
  min-height: 183px !important;
  max-height: 183px !important;
  margin-bottom: 12px !important;
  padding: 14px 10px 11px !important;
  grid-template-rows: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.app-shell.is-home .home-house-cards {
  gap: 7px !important;
}

.app-shell.is-home .home-house-card {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-rows: 69px 57px !important;
}

.app-shell.is-home .home-house-plan {
  height: 69px !important;
  min-height: 69px !important;
}

.app-shell.is-home .home-house-info {
  height: 57px !important;
  min-height: 57px !important;
  padding-top: 7px !important;
  gap: 3.5px !important;
}

.app-shell.is-home .home-house-info strong,
.app-shell.is-home .home-contact-phone strong {
  font-family: var(--home-num-cn) !important;
  font-weight: 400 !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: 22.4px !important;
  line-height: 0.9 !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: 8.3px !important;
}

.app-shell.is-home .home-house-info span {
  font-size: 6.95px !important;
  font-weight: 800 !important;
  letter-spacing: -0.26px !important;
}

.app-shell.is-home .home-house-info em {
  font-size: 6.2px !important;
  font-weight: 800 !important;
  letter-spacing: -0.22px !important;
}

.app-shell.is-home .home-contact-strip {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 14px !important;
  gap: 8px !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: 9.6px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.48px !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: 18px !important;
  letter-spacing: 0.08px !important;
}

/* Homepage true EOF mobile proportion lock v160: reference-like long hero and one-phone fit. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-canvas-w: min(100vw, calc(375 * var(--home-u))) !important;
  --home-canvas-h: calc(812 * var(--home-u)) !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-canvas-w) !important;
  min-width: var(--home-canvas-w) !important;
  max-width: var(--home-canvas-w) !important;
  height: var(--home-canvas-h) !important;
  min-height: var(--home-canvas-h) !important;
  max-height: var(--home-canvas-h) !important;
  padding: 0 0 calc(8 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-hero {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: calc(292 * var(--home-u)) !important;
  min-height: calc(292 * var(--home-u)) !important;
  max-height: calc(292 * var(--home-u)) !important;
  margin: 0 auto calc(10 * var(--home-u)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: #f5f8fb !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: calc(214 * var(--home-u)) !important;
  object-fit: cover !important;
  object-position: 54% 41% !important;
  transform: translateY(calc(8 * var(--home-u))) scale(1.08) !important;
  transform-origin: center top !important;
  filter: saturate(1.02) contrast(1.02) brightness(1.06) !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  height: calc(212 * var(--home-u)) !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.58) 40%, rgba(255, 255, 255, 0.13) 72%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0) 100%) !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: calc(112 * var(--home-u)) !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 28%, rgba(255, 255, 255, 0.98) 100%),
    #fff !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(29 * var(--home-u)) !important;
  right: calc(24 * var(--home-u)) !important;
  width: calc(72 * var(--home-u)) !important;
  height: calc(40 * var(--home-u)) !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-copy {
  top: calc(31 * var(--home-u)) !important;
  left: calc(22 * var(--home-u)) !important;
  width: calc(268 * var(--home-u)) !important;
  max-width: calc(268 * var(--home-u)) !important;
  z-index: 6 !important;
}

.app-shell.is-home .home-title {
  margin: 0 0 calc(14 * var(--home-u)) !important;
  font-size: calc(28 * var(--home-u)) !important;
  line-height: 1.16 !important;
  letter-spacing: calc(0.35 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 0 calc(8 * var(--home-u)) !important;
  font-size: calc(13 * var(--home-u)) !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-desc {
  font-size: calc(12 * var(--home-u)) !important;
  line-height: 1.22 !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 5 !important;
  left: calc(19 * var(--home-u)) !important;
  right: calc(19 * var(--home-u)) !important;
  bottom: calc(11 * var(--home-u)) !important;
  width: auto !important;
  height: calc(91 * var(--home-u)) !important;
  min-height: calc(91 * var(--home-u)) !important;
  max-height: calc(91 * var(--home-u)) !important;
  display: grid !important;
  visibility: visible !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 calc(15 * var(--home-u)) !important;
  pointer-events: auto !important;
}

.app-shell.is-home .home-feature {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: calc(29 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: calc(7 * var(--home-u)) !important;
  border-bottom: 1px solid rgba(218, 197, 169, 0.34) !important;
}

.app-shell.is-home .home-feature:nth-child(n + 4) {
  border-bottom: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: calc(27 * var(--home-u)) !important;
  height: calc(27 * var(--home-u)) !important;
  min-width: calc(27 * var(--home-u)) !important;
  min-height: calc(27 * var(--home-u)) !important;
  margin: 0 !important;
  color: #d2a978 !important;
  border: 1px solid rgba(210, 169, 120, 0.74) !important;
  border-radius: calc(7 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.34) !important;
  clip-path: polygon(25% 6%, 75% 6%, 98% 50%, 75% 94%, 25% 94%, 2% 50%) !important;
}

.app-shell.is-home .home-feature p {
  min-width: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  overflow: visible !important;
  color: #4a3b30 !important;
  font-family: var(--home-sans-cn) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: calc(-0.2 * var(--home-u)) !important;
  text-align: left !important;
  white-space: normal !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(9.3 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(2 * var(--home-u)) !important;
  color: rgba(80, 65, 53, 0.58) !important;
  font-size: calc(7.4 * var(--home-u)) !important;
  font-weight: 700 !important;
}

.app-shell.is-home .home-selection-card {
  height: calc(213 * var(--home-u)) !important;
  min-height: calc(213 * var(--home-u)) !important;
  max-height: calc(213 * var(--home-u)) !important;
  margin-bottom: calc(14 * var(--home-u)) !important;
  padding: calc(16 * var(--home-u)) calc(14 * var(--home-u)) calc(13 * var(--home-u)) calc(19 * var(--home-u)) !important;
  grid-template-columns: calc(112 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(46 * var(--home-u)) calc(88 * var(--home-u)) calc(29 * var(--home-u)) !important;
  gap: calc(5 * var(--home-u)) calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  height: calc(173 * var(--home-u)) !important;
  min-height: calc(173 * var(--home-u)) !important;
  max-height: calc(173 * var(--home-u)) !important;
  margin-bottom: calc(10 * var(--home-u)) !important;
  padding: calc(13 * var(--home-u)) calc(10 * var(--home-u)) calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  height: calc(50 * var(--home-u)) !important;
  min-height: calc(50 * var(--home-u)) !important;
  max-height: calc(50 * var(--home-u)) !important;
}

/* Homepage real EOF house-card text lock v164: final override after all duplicated blocks. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-gutter: max(calc(8 * var(--home-u)), env(safe-area-inset-left)) !important;
  --home-card-w: calc(var(--home-w) - (var(--home-gutter) * 2)) !important;
  --home-canvas-w: var(--home-w) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.app-shell.is-home .home-house-panel {
  height: calc(184 * var(--home-u)) !important;
  min-height: calc(184 * var(--home-u)) !important;
  max-height: calc(184 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(10 * var(--home-u)) calc(12 * var(--home-u)) !important;
  grid-template-rows: calc(28 * var(--home-u)) minmax(0, 1fr) !important;
  gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  align-self: center !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(121 * var(--home-u)) !important;
  min-height: calc(121 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(121 * var(--home-u)) !important;
  min-height: calc(121 * var(--home-u)) !important;
  max-height: calc(121 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(72 * var(--home-u)) calc(49 * var(--home-u)) !important;
  overflow: hidden !important;
  border-radius: calc(7 * var(--home-u)) !important;
  background: #fff !important;
}

.app-shell.is-home .home-house-plan {
  height: calc(72 * var(--home-u)) !important;
  min-height: calc(72 * var(--home-u)) !important;
  max-height: calc(72 * var(--home-u)) !important;
  padding: calc(3 * var(--home-u)) calc(4 * var(--home-u)) calc(1 * var(--home-u)) !important;
  display: grid !important;
  place-items: end center !important;
  background: #fff !important;
}

.app-shell.is-home .home-house-plan img {
  width: 88% !important;
  height: 92% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.app-shell.is-home .home-house-info {
  height: calc(49 * var(--home-u)) !important;
  min-height: calc(49 * var(--home-u)) !important;
  max-height: calc(49 * var(--home-u)) !important;
  padding: calc(5 * var(--home-u)) calc(3 * var(--home-u)) calc(4 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(20 * var(--home-u)) calc(10 * var(--home-u)) calc(9 * var(--home-u)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: calc(2 * var(--home-u)) !important;
  background: #eadfce !important;
}

.app-shell.is-home .home-house-info strong {
  margin: 0 !important;
  font-family: var(--home-num-cn) !important;
  font-size: calc(23.5 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  letter-spacing: calc(-0.4 * var(--home-u)) !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info sup {
  top: calc(-0.45em) !important;
  font-size: calc(7.5 * var(--home-u)) !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-house-info span {
  font-family: var(--home-sans-cn) !important;
  font-size: calc(6.8 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.22 * var(--home-u)) !important;
  transform: none !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-house-info em {
  font-family: var(--home-sans-cn) !important;
  font-size: calc(6.1 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
  transform: none !important;
  white-space: nowrap !important;
}

/* Homepage real EOF rendering background lock v165: use exterior rendering as proportional cover. */
.app-shell.is-home .home-hero {
  height: calc(300 * var(--home-u)) !important;
  min-height: calc(300 * var(--home-u)) !important;
  max-height: calc(300 * var(--home-u)) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: calc(226 * var(--home-u)) !important;
  object-fit: cover !important;
  object-position: 50% 46% !important;
  transform: none !important;
  filter: none !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: calc(118 * var(--home-u)) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 27%, #fff 60%, #fff 100%) !important;
  box-shadow: none !important;
}

/* Homepage hero image cover strategy v166: fill every phone width without distortion. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-hero-h: calc(302 * var(--home-u)) !important;
  --home-hero-image-h: calc(228 * var(--home-u)) !important;
}

.app-shell.is-home .home-hero {
  width: var(--home-w) !important;
  min-width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  height: var(--home-hero-h) !important;
  min-height: var(--home-hero-h) !important;
  max-height: var(--home-hero-h) !important;
}

.app-shell.is-home .home-hero-image {
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  height: var(--home-hero-image-h) !important;
  min-height: var(--home-hero-image-h) !important;
  object-fit: cover !important;
  object-position: 50% 45% !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-hero-image {
    object-position: 50% 47% !important;
  }
}

@media (min-width: 430px) {
  .app-shell.is-home .home-hero-image {
    object-position: 50% 44% !important;
  }
}

/* Homepage hero proportional cover lock v167: fill phone canvas without stretching. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-hero-h: clamp(calc(292 * var(--home-u)), 37dvh, calc(336 * var(--home-u))) !important;
}

@supports (height: 100svh) {
  .app-shell.is-home {
    --home-u: min(calc(100vw / 375), calc(100svh / 812)) !important;
  }
}

.app-shell.is-home .home-screen {
  width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  min-height: 100dvh !important;
  margin-inline: auto !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-hero {
  position: relative !important;
  width: var(--home-w) !important;
  min-width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  height: var(--home-hero-h) !important;
  min-height: var(--home-hero-h) !important;
  max-height: var(--home-hero-h) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: #efe5d7 !important;
  isolation: isolate !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 42% !important;
  transform: none !important;
  filter: none !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: auto 0 0 0 !important;
  display: block !important;
  height: 48% !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.54) 42%,
    rgba(255, 255, 255, 0.92) 73%,
    #fff 100%
  ) !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-slot,
.app-shell.is-home .home-copy,
.app-shell.is-home .home-feature-row {
  z-index: 2 !important;
}

@media (max-width: 390px) {
  .app-shell.is-home {
    --home-hero-h: clamp(calc(286 * var(--home-u)), 38dvh, calc(324 * var(--home-u))) !important;
  }

  .app-shell.is-home .home-hero-image {
    object-position: 50% 43% !important;
  }
}

@media (min-width: 430px) {
  .app-shell.is-home {
    --home-hero-h: clamp(calc(302 * var(--home-u)), 36dvh, calc(342 * var(--home-u))) !important;
  }

  .app-shell.is-home .home-hero-image {
    object-position: 50% 41% !important;
  }
}

/* Homepage selection-card image ratio lock v168: keep interior rendering proportional. */
.app-shell.is-home .home-interior-slot {
  width: calc(205 * var(--home-u)) !important;
  max-width: 100% !important;
  height: calc(178 * var(--home-u)) !important;
  max-height: 100% !important;
  aspect-ratio: 1809 / 1570 !important;
  align-self: center !important;
  justify-self: start !important;
  overflow: hidden !important;
  border-radius: calc(12 * var(--home-u)) !important;
}

.app-shell.is-home .home-interior-slot img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-interior-slot {
    width: calc(198 * var(--home-u)) !important;
    height: calc(172 * var(--home-u)) !important;
  }
}

/* Homepage visual refinement v169: dot value list, centered image, cleaner icons and smaller house cards. */
.app-shell.is-home .home-title {
  font-family: "FZQingKeBenYueSongS-R-GB", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(34 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: calc(1.1 * var(--home-u)) !important;
  color: #312419 !important;
  transform: none !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-title span {
  font-family: inherit !important;
  font-weight: inherit !important;
  transform: none !important;
}

.app-shell.is-home .home-feature-row {
  row-gap: calc(13 * var(--home-u)) !important;
  column-gap: calc(18 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature {
  grid-template-columns: calc(6 * var(--home-u)) minmax(0, 1fr) !important;
  column-gap: calc(7 * var(--home-u)) !important;
  align-items: start !important;
  min-height: calc(30 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-icon-slot {
  width: calc(5 * var(--home-u)) !important;
  height: calc(5 * var(--home-u)) !important;
  min-width: calc(5 * var(--home-u)) !important;
  min-height: calc(5 * var(--home-u)) !important;
  margin: calc(5 * var(--home-u)) 0 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d0a36a !important;
  box-shadow: 0 0 0 calc(2 * var(--home-u)) rgba(208, 163, 106, 0.1) !important;
  clip-path: none !important;
  transform: none !important;
}

.app-shell.is-home .home-icon-slot::before,
.app-shell.is-home .home-icon-slot::after,
.app-shell.is-home .home-icon-slot svg {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(9.5 * var(--home-u)) !important;
  line-height: 1.12 !important;
  letter-spacing: calc(-0.15 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(2 * var(--home-u)) !important;
  font-size: calc(7.1 * var(--home-u)) !important;
  line-height: 1.1 !important;
}

.app-shell.is-home .home-interior-slot {
  width: calc(205 * var(--home-u)) !important;
  height: calc(178 * var(--home-u)) !important;
  align-self: center !important;
  justify-self: center !important;
}

.app-shell.is-home .home-interior-slot img {
  object-position: center center !important;
}

.app-shell.is-home .home-mini-icon {
  position: relative !important;
  width: calc(25 * var(--home-u)) !important;
  height: calc(25 * var(--home-u)) !important;
  min-width: calc(25 * var(--home-u)) !important;
  min-height: calc(25 * var(--home-u)) !important;
  display: grid !important;
  place-items: center !important;
  color: #c79b60 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
}

.app-shell.is-home .home-mini-icon::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: #cda36c !important;
  clip-path: polygon(25% 6%, 75% 6%, 98% 50%, 75% 94%, 25% 94%, 2% 50%) !important;
}

.app-shell.is-home .home-mini-icon::after {
  content: "" !important;
  position: absolute !important;
  inset: calc(1.35 * var(--home-u)) !important;
  display: block !important;
  background: #fffaf2 !important;
  clip-path: polygon(25% 6%, 75% 6%, 98% 50%, 75% 94%, 25% 94%, 2% 50%) !important;
}

.app-shell.is-home .home-mini-icon svg {
  position: relative !important;
  z-index: 1 !important;
  width: 58% !important;
  height: 58% !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(107 * var(--home-u)) !important;
  min-height: calc(107 * var(--home-u)) !important;
  gap: calc(9 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(107 * var(--home-u)) !important;
  min-height: calc(107 * var(--home-u)) !important;
  max-height: calc(107 * var(--home-u)) !important;
  grid-template-rows: calc(61 * var(--home-u)) calc(46 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-plan {
  height: calc(61 * var(--home-u)) !important;
  min-height: calc(61 * var(--home-u)) !important;
  max-height: calc(61 * var(--home-u)) !important;
  padding: calc(5 * var(--home-u)) calc(7 * var(--home-u)) calc(1 * var(--home-u)) !important;
  place-items: end center !important;
}

.app-shell.is-home .home-house-plan img {
  width: 74% !important;
  height: 82% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.app-shell.is-home .home-house-info {
  height: calc(46 * var(--home-u)) !important;
  min-height: calc(46 * var(--home-u)) !important;
  max-height: calc(46 * var(--home-u)) !important;
  padding: calc(5 * var(--home-u)) calc(4 * var(--home-u)) calc(4 * var(--home-u)) !important;
  grid-template-rows: calc(17 * var(--home-u)) calc(9 * var(--home-u)) calc(8 * var(--home-u)) !important;
  gap: calc(2 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: calc(18.2 * var(--home-u)) !important;
  line-height: 0.92 !important;
  letter-spacing: calc(-0.35 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info sup {
  top: calc(-0.45em) !important;
  font-size: calc(5.8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info span {
  font-size: calc(5.8 * var(--home-u)) !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.15 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info em {
  font-size: calc(5.2 * var(--home-u)) !important;
  line-height: 1 !important;
  letter-spacing: calc(-0.12 * var(--home-u)) !important;
}

/* Homepage feature alignment lock v170: equal columns and aligned dot/text baselines. */
.app-shell.is-home .home-feature-row {
  width: calc(318 * var(--home-u)) !important;
  height: calc(72 * var(--home-u)) !important;
  min-height: calc(72 * var(--home-u)) !important;
  max-height: calc(72 * var(--home-u)) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, calc(31 * var(--home-u))) !important;
  column-gap: calc(18 * var(--home-u)) !important;
  row-gap: calc(10 * var(--home-u)) !important;
  align-items: start !important;
}

.app-shell.is-home .home-feature {
  width: 100% !important;
  height: calc(31 * var(--home-u)) !important;
  min-height: calc(31 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: calc(8 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(13 * var(--home-u)) calc(12 * var(--home-u)) !important;
  column-gap: calc(7 * var(--home-u)) !important;
  row-gap: calc(1 * var(--home-u)) !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(207, 178, 139, 0.26) !important;
}

.app-shell.is-home .home-feature:nth-child(n + 4) {
  border-bottom: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot,
.app-shell.is-home .home-feature > .home-icon-slot {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: start !important;
  justify-self: center !important;
  width: calc(4.5 * var(--home-u)) !important;
  height: calc(4.5 * var(--home-u)) !important;
  min-width: calc(4.5 * var(--home-u)) !important;
  min-height: calc(4.5 * var(--home-u)) !important;
  margin: calc(4.2 * var(--home-u)) 0 0 !important;
}

.app-shell.is-home .home-feature p {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: calc(28 * var(--home-u)) !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-rows: calc(14 * var(--home-u)) calc(12 * var(--home-u)) !important;
  row-gap: calc(1 * var(--home-u)) !important;
  align-items: start !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(8.6 * var(--home-u)) !important;
  line-height: calc(10.5 * var(--home-u)) !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.app-shell.is-home .home-feature p span {
  font-size: calc(6.6 * var(--home-u)) !important;
  line-height: calc(8.5 * var(--home-u)) !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

/* Homepage reference lock v171: real assets, centered hero copy, clean icons and non-stretched plans. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-card-w: calc(var(--home-w) - calc(16 * var(--home-u))) !important;
  --home-serif-cn: "FZQingKeBenYueSongS-R-GB", "HYQiHei", "STKaiti", "KaiTi", "Songti SC", "STSong", "SimSun", serif !important;
  --home-sans-heavy: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  min-height: 100dvh !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  background: #fbf6ee !important;
}

.app-shell.is-home .home-hero {
  width: var(--home-w) !important;
  height: calc(300 * var(--home-u)) !important;
  min-height: calc(300 * var(--home-u)) !important;
  max-height: calc(300 * var(--home-u)) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: #f1e7da !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: none !important;
  filter: none !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.68) 44%, rgba(255, 255, 255, 0.18) 72%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.44) 42%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0) 100%) !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
  display: block !important;
  height: calc(92 * var(--home-u)) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(251, 246, 238, 0) 0%, rgba(251, 246, 238, 0.72) 46%, #fbf6ee 100%) !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-slot {
  position: absolute !important;
  z-index: 2 !important;
  top: calc(31 * var(--home-u)) !important;
  right: calc(35 * var(--home-u)) !important;
  width: calc(64 * var(--home-u)) !important;
  height: calc(36 * var(--home-u)) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-logo-slot::before,
.app-shell.is-home .home-logo-slot::after,
.app-shell.is-home .home-logo-wave,
.app-shell.is-home .home-logo-slot span,
.app-shell.is-home .home-logo-slot strong {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-logo-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 0.92 !important;
  filter: none !important;
  transform: none !important;
}

.app-shell.is-home .home-copy {
  position: absolute !important;
  z-index: 2 !important;
  top: calc(72 * var(--home-u)) !important;
  left: calc(43 * var(--home-u)) !important;
  width: calc(300 * var(--home-u)) !important;
  margin: 0 !important;
  transform: none !important;
  text-align: left !important;
}

.app-shell.is-home .home-title {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: calc(27 * var(--home-u)) !important;
  margin: 0 0 calc(30 * var(--home-u)) !important;
  color: #33251d !important;
  font-family: var(--home-serif-cn) !important;
  font-size: calc(38 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: calc(1.2 * var(--home-u)) !important;
  text-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-title span {
  display: inline-block !important;
  white-space: nowrap !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  margin: 0 !important;
  color: #25211e !important;
  font-family: var(--home-sans-heavy) !important;
  font-weight: 900 !important;
  text-align: left !important;
  letter-spacing: calc(-0.32 * var(--home-u)) !important;
  transform: none !important;
}

.app-shell.is-home .home-subtitle {
  font-size: calc(15.8 * var(--home-u)) !important;
  line-height: calc(24 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  margin-top: calc(4 * var(--home-u)) !important;
  font-size: calc(14.2 * var(--home-u)) !important;
  line-height: calc(23 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 2 !important;
  left: 50% !important;
  bottom: calc(14 * var(--home-u)) !important;
  width: calc(314 * var(--home-u)) !important;
  height: calc(70 * var(--home-u)) !important;
  min-height: calc(70 * var(--home-u)) !important;
  max-height: calc(70 * var(--home-u)) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, calc(29 * var(--home-u))) !important;
  column-gap: calc(16 * var(--home-u)) !important;
  row-gap: calc(11 * var(--home-u)) !important;
  align-items: start !important;
  justify-items: stretch !important;
  transform: translateX(-50%) !important;
}

.app-shell.is-home .home-feature {
  width: 100% !important;
  height: calc(29 * var(--home-u)) !important;
  min-height: calc(29 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: calc(8 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(13 * var(--home-u)) calc(11 * var(--home-u)) !important;
  column-gap: calc(6 * var(--home-u)) !important;
  row-gap: calc(1 * var(--home-u)) !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(196, 159, 111, 0.34) !important;
}

.app-shell.is-home .home-feature:nth-child(n + 4) {
  border-bottom: 0 !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: start !important;
  justify-self: start !important;
  width: calc(4.4 * var(--home-u)) !important;
  height: calc(4.4 * var(--home-u)) !important;
  min-width: calc(4.4 * var(--home-u)) !important;
  min-height: calc(4.4 * var(--home-u)) !important;
  margin: calc(4.3 * var(--home-u)) 0 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d09e5c !important;
  box-shadow: 0 0 0 calc(2 * var(--home-u)) rgba(208, 158, 92, 0.13) !important;
  clip-path: none !important;
  transform: none !important;
}

.app-shell.is-home .home-icon-slot::before,
.app-shell.is-home .home-icon-slot::after,
.app-shell.is-home .home-icon-slot svg {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-feature p {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  height: calc(26 * var(--home-u)) !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-rows: calc(13 * var(--home-u)) calc(10 * var(--home-u)) !important;
  row-gap: calc(1.5 * var(--home-u)) !important;
  text-align: left !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-align: left !important;
  font-family: var(--home-sans-heavy) !important;
  transform: none !important;
}

.app-shell.is-home .home-feature strong {
  color: #312820 !important;
  font-size: calc(8.15 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: calc(10.2 * var(--home-u)) !important;
  letter-spacing: calc(-0.3 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  color: rgba(79, 65, 54, 0.56) !important;
  font-size: calc(6.35 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(8 * var(--home-u)) !important;
  letter-spacing: calc(-0.24 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(213, 190, 158, 0.86) !important;
  border-radius: calc(10 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 calc(10 * var(--home-u)) calc(28 * var(--home-u)) rgba(80, 49, 23, 0.06) !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(300 * var(--home-u)) !important;
  height: calc(209 * var(--home-u)) !important;
  padding: calc(16 * var(--home-u)) calc(17 * var(--home-u)) !important;
  grid-template-columns: calc(120 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(48 * var(--home-u)) calc(84 * var(--home-u)) calc(31 * var(--home-u)) !important;
  gap: calc(8 * var(--home-u)) calc(14 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #33251d !important;
  font-family: var(--home-serif-cn) !important;
  font-size: calc(21 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: calc(0.8 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: calc(8 * var(--home-u)) !important;
  color: #24211e !important;
  font-family: var(--home-sans-heavy) !important;
  font-size: calc(10 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.app-shell.is-home .home-service-row {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: calc(92 * var(--home-u)) !important;
  min-width: calc(92 * var(--home-u)) !important;
  max-width: calc(92 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(2, calc(43 * var(--home-u))) !important;
  gap: calc(9 * var(--home-u)) calc(7 * var(--home-u)) !important;
  align-items: start !important;
  justify-content: start !important;
}

.app-shell.is-home .home-service-row > div {
  display: grid !important;
  justify-items: center !important;
  gap: calc(1.5 * var(--home-u)) !important;
  text-align: center !important;
}

.app-shell.is-home .home-service-row .home-mini-icon,
.app-shell.is-home .home-mini-icon {
  position: relative !important;
  width: calc(18 * var(--home-u)) !important;
  height: calc(18 * var(--home-u)) !important;
  min-width: calc(18 * var(--home-u)) !important;
  min-height: calc(18 * var(--home-u)) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #d29a55 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  overflow: visible !important;
  transform: none !important;
}

.app-shell.is-home .home-mini-icon::before,
.app-shell.is-home .home-mini-icon::after,
.app-shell.is-home .home-service-row .home-mini-icon::before,
.app-shell.is-home .home-service-row .home-mini-icon::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  clip-path: none !important;
}

.app-shell.is-home .home-mini-icon svg {
  position: static !important;
  z-index: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

.app-shell.is-home .home-service-row strong {
  color: #3a2c22 !important;
  font-family: var(--home-sans-heavy) !important;
  font-size: calc(7.4 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(82, 67, 54, 0.58) !important;
  font-family: var(--home-sans-heavy) !important;
  font-size: calc(5.35 * var(--home-u)) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: calc(-0.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-enter-button {
  grid-column: 1 !important;
  grid-row: 3 !important;
  align-self: end !important;
  justify-self: start !important;
  width: calc(93 * var(--home-u)) !important;
  height: calc(28 * var(--home-u)) !important;
  min-height: calc(28 * var(--home-u)) !important;
  border-radius: calc(6 * var(--home-u)) !important;
  font-size: calc(8.6 * var(--home-u)) !important;
  font-weight: 900 !important;
  background: #d69b52 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-interior-slot {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  justify-self: end !important;
  width: calc(205 * var(--home-u)) !important;
  height: calc(178 * var(--home-u)) !important;
  aspect-ratio: 1809 / 1570 !important;
  border-radius: calc(12 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-interior-slot img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(524 * var(--home-u)) !important;
  height: calc(183 * var(--home-u)) !important;
  padding: calc(16 * var(--home-u)) calc(10 * var(--home-u)) calc(11 * var(--home-u)) !important;
  grid-template-rows: calc(25 * var(--home-u)) calc(115 * var(--home-u)) !important;
  gap: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(115 * var(--home-u)) !important;
  min-height: calc(115 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(115 * var(--home-u)) !important;
  min-height: calc(115 * var(--home-u)) !important;
  max-height: calc(115 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(67 * var(--home-u)) calc(48 * var(--home-u)) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: calc(6 * var(--home-u)) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-house-card.is-active,
.app-shell.is-home .home-house-card:focus-visible {
  outline: calc(2 * var(--home-u)) solid #128cf2 !important;
  outline-offset: calc(-2 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-plan {
  width: 100% !important;
  height: calc(67 * var(--home-u)) !important;
  min-height: calc(67 * var(--home-u)) !important;
  max-height: calc(67 * var(--home-u)) !important;
  padding: calc(4 * var(--home-u)) calc(5 * var(--home-u)) 0 !important;
  display: grid !important;
  place-items: end center !important;
  background: #fdfcf9 !important;
  background-image: none !important;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.app-shell.is-home .home-house-card[data-house-type] .home-house-plan {
  background-image: none !important;
  background-size: auto !important;
}

.app-shell.is-home .home-house-plan::before,
.app-shell.is-home .home-house-plan::after {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-house-plan img {
  display: block !important;
  max-width: 94% !important;
  max-height: 96% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info {
  height: calc(48 * var(--home-u)) !important;
  min-height: calc(48 * var(--home-u)) !important;
  max-height: calc(48 * var(--home-u)) !important;
  padding: calc(5 * var(--home-u)) calc(3 * var(--home-u)) calc(4 * var(--home-u)) !important;
  display: grid !important;
  grid-template-rows: calc(18 * var(--home-u)) calc(9 * var(--home-u)) calc(8 * var(--home-u)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: calc(2 * var(--home-u)) !important;
  overflow: hidden !important;
  background: #eadfce !important;
}

.app-shell.is-home .home-house-info strong {
  margin: 0 !important;
  color: #32231a !important;
  font-family: "Times New Roman", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(18.8 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  letter-spacing: calc(-0.25 * var(--home-u)) !important;
  text-align: center !important;
  white-space: nowrap !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info sup {
  top: -0.46em !important;
  margin-left: calc(1 * var(--home-u)) !important;
  font-size: calc(5.8 * var(--home-u)) !important;
  line-height: 0 !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  width: 100% !important;
  max-width: 100% !important;
  color: #34271f !important;
  font-family: var(--home-sans-heavy) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info span {
  font-size: calc(5.7 * var(--home-u)) !important;
  letter-spacing: calc(-0.25 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info em {
  font-size: calc(5.15 * var(--home-u)) !important;
  letter-spacing: calc(-0.22 * var(--home-u)) !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-title {
    font-size: calc(34 * var(--home-u)) !important;
    gap: calc(21 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-logo-slot {
    right: calc(31 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature-row {
    width: calc(315 * var(--home-u)) !important;
    column-gap: calc(13 * var(--home-u)) !important;
  }
}

/* Homepage layout recovery v172: remove oversized flow gaps and keep the mobile canvas compact. */
.app-shell.is-home {
  --home-u: min(calc(100vw / 375), calc(100dvh / 812)) !important;
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-card-w: calc(var(--home-w) - calc(16 * var(--home-u))) !important;
  background: #fbf6ee !important;
  overflow: auto !important;
}

@supports (height: 100svh) {
  .app-shell.is-home {
    --home-u: min(calc(100vw / 375), calc(100svh / 812)) !important;
  }
}

.app-shell.is-home .home-screen {
  position: relative !important;
  width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  min-height: calc(812 * var(--home-u)) !important;
  height: calc(812 * var(--home-u)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fbf6ee !important;
  transform: none !important;
}

.app-shell.is-home .home-main {
  position: static !important;
  display: contents !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.app-shell.is-home .home-hero {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: var(--home-w) !important;
  height: calc(296 * var(--home-u)) !important;
  min-height: calc(296 * var(--home-u)) !important;
  max-height: calc(296 * var(--home-u)) !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #efe5d8 !important;
  transform: none !important;
  isolation: isolate !important;
}

.app-shell.is-home .home-hero-image {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 52% !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.app-shell.is-home .home-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.22) 42%, rgba(255, 255, 255, 0.02) 78%, rgba(255, 255, 255, 0) 100%) !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  height: calc(48 * var(--home-u)) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(251, 246, 238, 0) 0%, rgba(251, 246, 238, 0.68) 70%, #fbf6ee 100%) !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-slot {
  position: absolute !important;
  z-index: 3 !important;
  top: calc(27 * var(--home-u)) !important;
  right: calc(28 * var(--home-u)) !important;
  width: calc(62 * var(--home-u)) !important;
  height: calc(34 * var(--home-u)) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-logo-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 0.88 !important;
  filter: none !important;
}

.app-shell.is-home .home-copy {
  position: absolute !important;
  z-index: 3 !important;
  top: calc(70 * var(--home-u)) !important;
  left: calc(42 * var(--home-u)) !important;
  width: calc(294 * var(--home-u)) !important;
  margin: 0 !important;
  transform: none !important;
  text-align: left !important;
}

.app-shell.is-home .home-title {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: calc(25 * var(--home-u)) !important;
  margin: 0 0 calc(26 * var(--home-u)) !important;
  color: #30241d !important;
  font-family: "STKaiti", "KaiTi", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(37 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: calc(0.5 * var(--home-u)) !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-title span {
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #26221f !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: calc(-0.32 * var(--home-u)) !important;
  text-align: left !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 !important;
  font-size: calc(15.2 * var(--home-u)) !important;
  line-height: calc(22 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  margin: calc(5 * var(--home-u)) 0 0 !important;
  font-size: calc(13.2 * var(--home-u)) !important;
  line-height: calc(20 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  bottom: calc(19 * var(--home-u)) !important;
  width: calc(314 * var(--home-u)) !important;
  height: calc(64 * var(--home-u)) !important;
  min-height: calc(64 * var(--home-u)) !important;
  max-height: calc(64 * var(--home-u)) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, calc(27 * var(--home-u))) !important;
  gap: calc(10 * var(--home-u)) calc(15 * var(--home-u)) !important;
  transform: translateX(-50%) !important;
}

.app-shell.is-home .home-feature {
  height: calc(27 * var(--home-u)) !important;
  min-height: calc(27 * var(--home-u)) !important;
  grid-template-columns: calc(8 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(12 * var(--home-u)) calc(10 * var(--home-u)) !important;
  column-gap: calc(6 * var(--home-u)) !important;
  border-bottom: 1px solid rgba(195, 158, 111, 0.3) !important;
}

.app-shell.is-home .home-feature p {
  height: calc(24 * var(--home-u)) !important;
  grid-template-rows: calc(12 * var(--home-u)) calc(9 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(7.7 * var(--home-u)) !important;
  line-height: calc(9.6 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  font-size: calc(5.9 * var(--home-u)) !important;
  line-height: calc(7.4 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  width: calc(4.2 * var(--home-u)) !important;
  height: calc(4.2 * var(--home-u)) !important;
  min-width: calc(4.2 * var(--home-u)) !important;
  min-height: calc(4.2 * var(--home-u)) !important;
  margin-top: calc(4.1 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(213, 190, 158, 0.88) !important;
  border-radius: calc(10 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 calc(8 * var(--home-u)) calc(22 * var(--home-u)) rgba(80, 49, 23, 0.05) !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(306 * var(--home-u)) !important;
  height: calc(209 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(532 * var(--home-u)) !important;
  height: calc(178 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(724 * var(--home-u)) !important;
  height: calc(52 * var(--home-u)) !important;
}

.app-shell.is-home .home-footnote {
  position: absolute !important;
  left: calc(12 * var(--home-u)) !important;
  right: calc(12 * var(--home-u)) !important;
  bottom: calc(9 * var(--home-u)) !important;
  margin: 0 !important;
  font-size: calc(5.2 * var(--home-u)) !important;
  line-height: 1.25 !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-title {
    font-size: calc(33.5 * var(--home-u)) !important;
    gap: calc(19 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-copy {
    left: calc(34 * var(--home-u)) !important;
  }
}

/* Homepage feature card v173: restore the reference-style white value panel and text rhythm. */
.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-hero::after {
  height: calc(24 * var(--home-u)) !important;
  background: linear-gradient(180deg, rgba(251, 246, 238, 0) 0%, rgba(251, 246, 238, 0.42) 100%) !important;
}

.app-shell.is-home .home-feature-row {
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(14 * var(--home-u)) !important;
  width: calc(var(--home-w) - calc(36 * var(--home-u))) !important;
  height: calc(95 * var(--home-u)) !important;
  min-height: calc(95 * var(--home-u)) !important;
  max-height: calc(95 * var(--home-u)) !important;
  box-sizing: border-box !important;
  padding: calc(14 * var(--home-u)) calc(13 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  column-gap: calc(9 * var(--home-u)) !important;
  row-gap: calc(13 * var(--home-u)) !important;
  overflow: hidden !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: calc(11 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 calc(8 * var(--home-u)) calc(22 * var(--home-u)) rgba(85, 58, 31, 0.12) !important;
  backdrop-filter: blur(calc(4 * var(--home-u))) !important;
  -webkit-backdrop-filter: blur(calc(4 * var(--home-u))) !important;
}

.app-shell.is-home .home-feature {
  position: relative !important;
  display: grid !important;
  grid-template-columns: calc(30 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: calc(6 * var(--home-u)) !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.app-shell.is-home .home-feature:nth-child(-n + 3)::after {
  content: "" !important;
  position: absolute !important;
  left: calc(37 * var(--home-u)) !important;
  right: calc(1 * var(--home-u)) !important;
  bottom: calc(-6.5 * var(--home-u)) !important;
  height: 1px !important;
  background: rgba(202, 177, 145, 0.28) !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  position: relative !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: start !important;
  width: calc(30 * var(--home-u)) !important;
  height: calc(30 * var(--home-u)) !important;
  min-width: calc(30 * var(--home-u)) !important;
  min-height: calc(30 * var(--home-u)) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #cda56f !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-shell.is-home .home-feature .home-icon-slot::before,
.app-shell.is-home .home-feature .home-icon-slot::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
  clip-path: polygon(50% 1%, 92% 25%, 92% 75%, 50% 99%, 8% 75%, 8% 25%) !important;
}

.app-shell.is-home .home-feature .home-icon-slot::before {
  z-index: 0 !important;
  background: currentColor !important;
}

.app-shell.is-home .home-feature .home-icon-slot::after {
  z-index: 1 !important;
  inset: calc(1.15 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 62% !important;
  height: 62% !important;
  color: #cda56f !important;
  overflow: visible !important;
  transform: none !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}

.app-shell.is-home .home-feature p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.app-shell.is-home .home-feature strong,
.app-shell.is-home .home-feature p span {
  display: block !important;
  width: max-content !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  transform: none !important;
}

.app-shell.is-home .home-feature strong {
  color: #35291f !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: calc(8.45 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: calc(10.4 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(1.5 * var(--home-u)) !important;
  color: rgba(82, 68, 56, 0.58) !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: calc(6.5 * var(--home-u)) !important;
  font-weight: 600 !important;
  line-height: calc(8.1 * var(--home-u)) !important;
  letter-spacing: calc(-0.22 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature:nth-child(2) strong,
.app-shell.is-home .home-feature:nth-child(3) strong,
.app-shell.is-home .home-feature:nth-child(4) strong {
  font-size: calc(7.8 * var(--home-u)) !important;
  letter-spacing: calc(-0.36 * var(--home-u)) !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-feature-row {
    width: calc(var(--home-w) - calc(30 * var(--home-u))) !important;
    height: calc(93 * var(--home-u)) !important;
    min-height: calc(93 * var(--home-u)) !important;
    max-height: calc(93 * var(--home-u)) !important;
    padding: calc(13 * var(--home-u)) calc(11 * var(--home-u)) !important;
    column-gap: calc(7 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature {
    grid-template-columns: calc(28 * var(--home-u)) minmax(0, 1fr) !important;
    column-gap: calc(5 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature .home-icon-slot {
    width: calc(28 * var(--home-u)) !important;
    height: calc(28 * var(--home-u)) !important;
    min-width: calc(28 * var(--home-u)) !important;
    min-height: calc(28 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature strong {
    font-size: calc(8.05 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature:nth-child(2) strong,
  .app-shell.is-home .home-feature:nth-child(3) strong,
  .app-shell.is-home .home-feature:nth-child(4) strong {
    font-size: calc(7.35 * var(--home-u)) !important;
  }
}

/* Homepage card surface v174: make the selection card pure white with a lighter warm outline. */
.app-shell.is-home .home-selection-card {
  border: 1px solid rgba(211, 180, 136, 0.5) !important;
  border-radius: calc(12 * var(--home-u)) !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 calc(8 * var(--home-u)) calc(24 * var(--home-u)) rgba(78, 47, 21, 0.055) !important;
  outline: 0 !important;
  opacity: 1 !important;
}

.app-shell.is-home .home-selection-card::before,
.app-shell.is-home .home-selection-card::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row,
.app-shell.is-home .home-enter-button,
.app-shell.is-home .home-interior-slot {
  position: relative !important;
  z-index: 1 !important;
}

.app-shell.is-home .home-card-copy,
.app-shell.is-home .home-service-row {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-interior-slot {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-interior-slot::before,
.app-shell.is-home .home-interior-slot::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* Homepage hero typography and clean top icons v175. */
.app-shell.is-home .home-copy {
  top: calc(48 * var(--home-u)) !important;
  left: calc(28 * var(--home-u)) !important;
  width: calc(var(--home-w) - calc(72 * var(--home-u))) !important;
  text-align: left !important;
}

.app-shell.is-home .home-title {
  gap: calc(22 * var(--home-u)) !important;
  margin: 0 0 calc(18 * var(--home-u)) !important;
  color: #2e2119 !important;
  font-family: "STKaiti", "KaiTi", "FZShuTi", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(34 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: calc(0.15 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 !important;
  font-size: calc(13.4 * var(--home-u)) !important;
  line-height: calc(18 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  margin-top: calc(5 * var(--home-u)) !important;
  font-size: calc(12.2 * var(--home-u)) !important;
  line-height: calc(17 * var(--home-u)) !important;
  letter-spacing: calc(-0.24 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M24 4.5 41 14.25v19.5L24 43.5 7 33.75v-19.5Z' fill='none' stroke='%23CDA56F' stroke-width='2.1' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.app-shell.is-home .home-feature .home-icon-slot::before,
.app-shell.is-home .home-feature .home-icon-slot::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg {
  width: 52% !important;
  height: 52% !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-copy {
    top: calc(48 * var(--home-u)) !important;
    left: calc(24 * var(--home-u)) !important;
    width: calc(var(--home-w) - calc(58 * var(--home-u))) !important;
  }

  .app-shell.is-home .home-title {
    gap: calc(17 * var(--home-u)) !important;
    font-size: calc(32.5 * var(--home-u)) !important;
  }
}

/* Homepage reference layout v176: lock the home page to the supplied 1840x3840 UI composition. */
.app-shell.is-home {
  --home-w: min(100vw, calc(430 * var(--home-u))) !important;
  --home-card-w: calc(var(--home-w) - calc(42 * var(--home-u))) !important;
  background: #fbf6ee !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.app-shell.is-home .home-screen {
  width: var(--home-w) !important;
  max-width: var(--home-w) !important;
  min-height: calc(900 * var(--home-u)) !important;
  height: calc(900 * var(--home-u)) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: #fbf6ee !important;
}

.app-shell.is-home .home-hero {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: var(--home-w) !important;
  height: calc(326 * var(--home-u)) !important;
  min-height: calc(326 * var(--home-u)) !important;
  max-height: calc(326 * var(--home-u)) !important;
  overflow: hidden !important;
  background: #eef4f9 !important;
}

.app-shell.is-home .home-hero-image {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 42% !important;
  opacity: 1 !important;
  filter: none !important;
}

.app-shell.is-home .home-hero::before {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: calc(72 * var(--home-u)) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(251, 246, 238, 0) 0%, rgba(251, 246, 238, 0.45) 58%, #fbf6ee 100%) !important;
}

.app-shell.is-home .home-logo-slot {
  z-index: 3 !important;
  top: calc(24 * var(--home-u)) !important;
  right: calc(42 * var(--home-u)) !important;
  width: calc(58 * var(--home-u)) !important;
  height: calc(32 * var(--home-u)) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-logo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 0.9 !important;
}

.app-shell.is-home .home-copy {
  z-index: 3 !important;
  top: calc(33 * var(--home-u)) !important;
  left: calc(24 * var(--home-u)) !important;
  width: calc(330 * var(--home-u)) !important;
  text-align: left !important;
}

.app-shell.is-home .home-title {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: calc(28 * var(--home-u)) !important;
  margin: 0 0 calc(23 * var(--home-u)) !important;
  color: #31231a !important;
  font-family: "STKaiti", "KaiTi", "FZShuTi", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(26 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: calc(0.12 * var(--home-u)) !important;
  text-shadow: none !important;
}

.app-shell.is-home .home-title span {
  display: inline-block !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-subtitle,
.app-shell.is-home .home-desc {
  color: #30261f !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 900 !important;
  text-align: left !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  margin: 0 !important;
  font-size: calc(12.2 * var(--home-u)) !important;
  line-height: calc(17 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  margin: calc(5 * var(--home-u)) 0 0 !important;
  font-size: calc(11.1 * var(--home-u)) !important;
  line-height: calc(16 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature-row {
  z-index: 4 !important;
  left: calc(21 * var(--home-u)) !important;
  right: calc(21 * var(--home-u)) !important;
  bottom: auto !important;
  top: calc(223 * var(--home-u)) !important;
  width: auto !important;
  height: calc(92 * var(--home-u)) !important;
  min-height: calc(92 * var(--home-u)) !important;
  max-height: calc(92 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(15 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  column-gap: calc(16 * var(--home-u)) !important;
  row-gap: calc(12 * var(--home-u)) !important;
  transform: none !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: calc(12 * var(--home-u)) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 calc(10 * var(--home-u)) calc(28 * var(--home-u)) rgba(87, 58, 30, 0.11) !important;
  backdrop-filter: blur(calc(4 * var(--home-u))) !important;
  -webkit-backdrop-filter: blur(calc(4 * var(--home-u))) !important;
}

.app-shell.is-home .home-feature {
  display: grid !important;
  grid-template-columns: calc(28 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: calc(7 * var(--home-u)) !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.app-shell.is-home .home-feature:nth-child(-n + 3)::after {
  left: calc(36 * var(--home-u)) !important;
  right: 0 !important;
  bottom: calc(-6 * var(--home-u)) !important;
  background: rgba(202, 177, 145, 0.24) !important;
}

.app-shell.is-home .home-feature .home-icon-slot {
  width: calc(28 * var(--home-u)) !important;
  height: calc(28 * var(--home-u)) !important;
  min-width: calc(28 * var(--home-u)) !important;
  min-height: calc(28 * var(--home-u)) !important;
  margin: 0 !important;
  color: #cda56f !important;
  border: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M24 4.5 41 14.25v19.5L24 43.5 7 33.75v-19.5Z' fill='none' stroke='%23CDA56F' stroke-width='2.1' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-feature .home-icon-slot::before,
.app-shell.is-home .home-feature .home-icon-slot::after {
  display: none !important;
  content: none !important;
}

.app-shell.is-home .home-feature .home-icon-slot svg {
  width: 52% !important;
  height: 52% !important;
}

.app-shell.is-home .home-feature strong {
  color: #382b22 !important;
  font-size: calc(7.65 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: calc(9.4 * var(--home-u)) !important;
  letter-spacing: calc(-0.24 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature:nth-child(2) strong,
.app-shell.is-home .home-feature:nth-child(3) strong,
.app-shell.is-home .home-feature:nth-child(4) strong {
  font-size: calc(7.05 * var(--home-u)) !important;
  letter-spacing: calc(-0.34 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(1.4 * var(--home-u)) !important;
  color: rgba(82, 68, 56, 0.54) !important;
  font-size: calc(5.7 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(7.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  left: 50% !important;
  width: var(--home-card-w) !important;
  min-width: var(--home-card-w) !important;
  max-width: var(--home-card-w) !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(220, 198, 167, 0.56) !important;
  border-radius: calc(13 * var(--home-u)) !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 calc(10 * var(--home-u)) calc(30 * var(--home-u)) rgba(82, 50, 24, 0.06) !important;
}

.app-shell.is-home .home-selection-card {
  top: calc(326 * var(--home-u)) !important;
  height: calc(244 * var(--home-u)) !important;
  padding: calc(18 * var(--home-u)) calc(18 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: calc(145 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: calc(45 * var(--home-u)) calc(122 * var(--home-u)) calc(40 * var(--home-u)) !important;
  column-gap: calc(18 * var(--home-u)) !important;
  row-gap: calc(7 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  width: 100% !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2e2119 !important;
  font-family: "STKaiti", "KaiTi", "FZShuTi", "Songti SC", "STSong", "SimSun", serif !important;
  font-weight: 400 !important;
  letter-spacing: calc(1.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy h2 {
  margin: 0 !important;
  font-size: calc(18.5 * var(--home-u)) !important;
  line-height: calc(22 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: calc(11 * var(--home-u)) !important;
  color: #251c17 !important;
  font-size: calc(10.8 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: calc(15 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: calc(12 * var(--home-u)) calc(8 * var(--home-u)) !important;
  align-self: center !important;
}

.app-shell.is-home .home-service-row > div {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-width: 0 !important;
  text-align: center !important;
}

.app-shell.is-home .home-mini-icon {
  width: calc(28 * var(--home-u)) !important;
  height: calc(28 * var(--home-u)) !important;
  margin-bottom: calc(6 * var(--home-u)) !important;
  color: #cda56f !important;
}

.app-shell.is-home .home-service-row strong {
  color: #37281f !important;
  font-size: calc(7.5 * var(--home-u)) !important;
  font-weight: 900 !important;
  line-height: calc(9.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row em {
  color: rgba(74, 59, 47, 0.56) !important;
  font-size: calc(5.5 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(7.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-enter-button {
  grid-column: 1 !important;
  grid-row: 3 !important;
  align-self: end !important;
  width: calc(123 * var(--home-u)) !important;
  height: calc(33 * var(--home-u)) !important;
  border-radius: calc(7 * var(--home-u)) !important;
  background: #cf9f5c !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: calc(9.4 * var(--home-u)) !important;
  font-weight: 900 !important;
}

.app-shell.is-home .home-interior-slot {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  width: 100% !important;
  height: calc(205 * var(--home-u)) !important;
  border-radius: calc(10 * var(--home-u)) !important;
  overflow: hidden !important;
  background: #eee7dd !important;
}

.app-shell.is-home .home-interior-slot img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Submit modal compact final v184: final cascade layer, keep confirmation inside one phone screen. */
.submit-modal {
  padding: max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
}

.submit-dialog {
  width: min(84vw, 460px) !important;
  min-width: min(90vw, 312px) !important;
  max-height: calc(100dvh - 24px) !important;
  padding: clamp(20px, 2.5dvh, 26px) clamp(17px, 3.2vw, 24px) clamp(18px, 2.4dvh, 24px) !important;
  overflow: hidden !important;
  border-radius: clamp(20px, 3.2vw, 28px) !important;
}

.submit-dialog::before {
  width: 48px !important;
  height: 48px !important;
}

.submit-close {
  top: clamp(14px, 1.8dvh, 18px) !important;
  right: clamp(14px, 2.4vw, 20px) !important;
  width: clamp(34px, 5.2vw, 42px) !important;
  height: clamp(34px, 5.2vw, 42px) !important;
  font-size: clamp(24px, 4vw, 32px) !important;
}

.submit-head {
  padding-right: clamp(44px, 7vw, 58px) !important;
}

.submit-head span {
  gap: 8px !important;
  font-size: clamp(13px, 2.1vw, 17px) !important;
}

.submit-head span::before {
  width: clamp(22px, 3.6vw, 28px) !important;
  height: clamp(22px, 3.6vw, 28px) !important;
}

.submit-head h2 {
  margin: clamp(10px, 1.4dvh, 14px) 0 clamp(5px, 0.8dvh, 8px) !important;
  font-size: clamp(26px, 4.8vw, 36px) !important;
  line-height: 1.03 !important;
}

.submit-head p {
  font-size: clamp(12px, 2vw, 15px) !important;
  line-height: 1.28 !important;
}

.submit-form {
  margin-top: clamp(14px, 2dvh, 20px) !important;
  gap: clamp(10px, 1.55dvh, 14px) !important;
}

.submit-form label {
  gap: clamp(6px, 0.9dvh, 8px) !important;
  font-size: clamp(13px, 2.1vw, 16px) !important;
}

.submit-form label::before {
  left: clamp(13px, 2.2vw, 18px) !important;
  bottom: clamp(13px, 1.7dvh, 17px) !important;
  width: clamp(18px, 3vw, 24px) !important;
  height: clamp(18px, 3vw, 24px) !important;
}

.submit-form input,
.submit-form textarea {
  min-height: clamp(44px, 6.4dvh, 54px) !important;
  padding: 0 clamp(13px, 2.5vw, 18px) 0 clamp(44px, 7.2vw, 58px) !important;
  border-radius: clamp(12px, 2.1vw, 16px) !important;
  font-size: clamp(14px, 2.35vw, 18px) !important;
  font-weight: 600 !important;
}

.submit-summary {
  min-height: clamp(138px, 19dvh, 178px) !important;
  max-height: clamp(138px, 21dvh, 190px) !important;
  padding: clamp(13px, 1.9dvh, 17px) clamp(13px, 2.5vw, 18px) !important;
  overflow: auto !important;
  border-radius: clamp(13px, 2.3vw, 18px) !important;
}

.submit-summary-title {
  margin-bottom: clamp(9px, 1.3dvh, 12px) !important;
  font-size: clamp(14px, 2.3vw, 18px) !important;
}

.submit-selection-list {
  gap: clamp(6px, 0.9dvh, 9px) !important;
}

.submit-selection-row {
  grid-template-columns: clamp(16px, 2.8vw, 21px) minmax(0, 1fr) minmax(40%, auto) !important;
  gap: clamp(7px, 1.3vw, 11px) !important;
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-selection-row::before {
  width: clamp(16px, 2.8vw, 21px) !important;
  height: clamp(16px, 2.8vw, 21px) !important;
}

.submit-selection-row strong {
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-message {
  font-size: clamp(11px, 1.85vw, 14px) !important;
  line-height: 1.18 !important;
}

.submit-actions {
  gap: clamp(10px, 1.9vw, 14px) !important;
  margin-top: clamp(2px, 0.5dvh, 5px) !important;
}

.submit-secondary,
.submit-primary {
  min-height: clamp(42px, 6.1dvh, 50px) !important;
  padding: 0 clamp(12px, 2vw, 16px) !important;
  gap: clamp(6px, 1.1vw, 9px) !important;
  font-size: clamp(14px, 2.4vw, 18px) !important;
  font-weight: 750 !important;
  box-shadow:
    0 5px 12px rgba(70, 46, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

.submit-secondary::before,
.submit-primary::before {
  width: clamp(16px, 2.6vw, 20px) !important;
  height: clamp(16px, 2.6vw, 20px) !important;
}

@media (max-width: 430px) {
  .submit-dialog {
    width: min(88vw, 360px) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 20px 16px 18px !important;
    border-radius: 22px !important;
  }

  .submit-head h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
  }

  .submit-form {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .submit-summary {
    min-height: 128px !important;
    max-height: 152px !important;
  }

  .submit-secondary,
  .submit-primary {
    min-height: 42px !important;
    font-size: 14px !important;
  }
}

/* Submit modal compact final v184: this block must stay after the warm modal pass. */
.submit-modal {
  padding: max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
}

.submit-dialog {
  width: min(84vw, 460px) !important;
  min-width: min(90vw, 312px) !important;
  max-height: calc(100dvh - 24px) !important;
  padding: clamp(20px, 2.5dvh, 26px) clamp(17px, 3.2vw, 24px) clamp(18px, 2.4dvh, 24px) !important;
  overflow: hidden !important;
  border-radius: clamp(20px, 3.2vw, 28px) !important;
}

.submit-dialog::before {
  width: 48px !important;
  height: 48px !important;
}

.submit-close {
  top: clamp(14px, 1.8dvh, 18px) !important;
  right: clamp(14px, 2.4vw, 20px) !important;
  width: clamp(34px, 5.2vw, 42px) !important;
  height: clamp(34px, 5.2vw, 42px) !important;
  font-size: clamp(24px, 4vw, 32px) !important;
}

.submit-head {
  padding-right: clamp(44px, 7vw, 58px) !important;
}

.submit-head span {
  gap: 8px !important;
  font-size: clamp(13px, 2.1vw, 17px) !important;
}

.submit-head span::before {
  width: clamp(22px, 3.6vw, 28px) !important;
  height: clamp(22px, 3.6vw, 28px) !important;
}

.submit-head h2 {
  margin: clamp(10px, 1.4dvh, 14px) 0 clamp(5px, 0.8dvh, 8px) !important;
  font-size: clamp(26px, 4.8vw, 36px) !important;
  line-height: 1.03 !important;
}

.submit-head p {
  font-size: clamp(12px, 2vw, 15px) !important;
  line-height: 1.28 !important;
}

.submit-form {
  margin-top: clamp(14px, 2dvh, 20px) !important;
  gap: clamp(10px, 1.55dvh, 14px) !important;
}

.submit-form label {
  gap: clamp(6px, 0.9dvh, 8px) !important;
  font-size: clamp(13px, 2.1vw, 16px) !important;
}

.submit-form label::before {
  left: clamp(13px, 2.2vw, 18px) !important;
  bottom: clamp(13px, 1.7dvh, 17px) !important;
  width: clamp(18px, 3vw, 24px) !important;
  height: clamp(18px, 3vw, 24px) !important;
}

.submit-form input,
.submit-form textarea {
  min-height: clamp(44px, 6.4dvh, 54px) !important;
  padding: 0 clamp(13px, 2.5vw, 18px) 0 clamp(44px, 7.2vw, 58px) !important;
  border-radius: clamp(12px, 2.1vw, 16px) !important;
  font-size: clamp(14px, 2.35vw, 18px) !important;
  font-weight: 600 !important;
}

.submit-summary {
  min-height: clamp(138px, 19dvh, 178px) !important;
  max-height: clamp(138px, 21dvh, 190px) !important;
  padding: clamp(13px, 1.9dvh, 17px) clamp(13px, 2.5vw, 18px) !important;
  overflow: auto !important;
  border-radius: clamp(13px, 2.3vw, 18px) !important;
}

.submit-summary-title {
  margin-bottom: clamp(9px, 1.3dvh, 12px) !important;
  font-size: clamp(14px, 2.3vw, 18px) !important;
}

.submit-selection-list {
  gap: clamp(6px, 0.9dvh, 9px) !important;
}

.submit-selection-row {
  grid-template-columns: clamp(16px, 2.8vw, 21px) minmax(0, 1fr) minmax(40%, auto) !important;
  gap: clamp(7px, 1.3vw, 11px) !important;
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-selection-row::before {
  width: clamp(16px, 2.8vw, 21px) !important;
  height: clamp(16px, 2.8vw, 21px) !important;
}

.submit-selection-row strong {
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-message {
  font-size: clamp(11px, 1.85vw, 14px) !important;
  line-height: 1.18 !important;
}

.submit-actions {
  gap: clamp(10px, 1.9vw, 14px) !important;
  margin-top: clamp(2px, 0.5dvh, 5px) !important;
}

.submit-secondary,
.submit-primary {
  min-height: clamp(42px, 6.1dvh, 50px) !important;
  padding: 0 clamp(12px, 2vw, 16px) !important;
  gap: clamp(6px, 1.1vw, 9px) !important;
  font-size: clamp(14px, 2.4vw, 18px) !important;
  font-weight: 750 !important;
  box-shadow:
    0 5px 12px rgba(70, 46, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

.submit-secondary::before,
.submit-primary::before {
  width: clamp(16px, 2.6vw, 20px) !important;
  height: clamp(16px, 2.6vw, 20px) !important;
}

@media (max-width: 430px) {
  .submit-dialog {
    width: min(88vw, 360px) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 20px 16px 18px !important;
    border-radius: 22px !important;
  }

  .submit-head h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
  }

  .submit-form {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .submit-summary {
    min-height: 128px !important;
    max-height: 152px !important;
  }

  .submit-secondary,
  .submit-primary {
    min-height: 42px !important;
    font-size: 14px !important;
  }
}

/* Submit modal compact pass v183: fit the confirmation form into one phone screen. */
.submit-modal {
  padding: max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
}

.submit-dialog {
  width: min(84vw, 460px) !important;
  min-width: min(90vw, 312px) !important;
  max-height: calc(100dvh - 24px) !important;
  padding: clamp(20px, 2.5dvh, 26px) clamp(17px, 3.2vw, 24px) clamp(18px, 2.4dvh, 24px) !important;
  overflow: hidden !important;
  border-radius: clamp(20px, 3.2vw, 28px) !important;
}

.submit-dialog::before {
  width: 48px !important;
  height: 48px !important;
}

.submit-close {
  top: clamp(14px, 1.8dvh, 18px) !important;
  right: clamp(14px, 2.4vw, 20px) !important;
  width: clamp(34px, 5.2vw, 42px) !important;
  height: clamp(34px, 5.2vw, 42px) !important;
  font-size: clamp(24px, 4vw, 32px) !important;
}

.submit-head {
  padding-right: clamp(44px, 7vw, 58px) !important;
}

.submit-head span {
  gap: 8px !important;
  font-size: clamp(13px, 2.1vw, 17px) !important;
}

.submit-head span::before {
  width: clamp(22px, 3.6vw, 28px) !important;
  height: clamp(22px, 3.6vw, 28px) !important;
}

.submit-head h2 {
  margin: clamp(10px, 1.4dvh, 14px) 0 clamp(5px, 0.8dvh, 8px) !important;
  font-size: clamp(26px, 4.8vw, 36px) !important;
  line-height: 1.03 !important;
}

.submit-head p {
  font-size: clamp(12px, 2vw, 15px) !important;
  line-height: 1.28 !important;
}

.submit-form {
  margin-top: clamp(14px, 2dvh, 20px) !important;
  gap: clamp(10px, 1.55dvh, 14px) !important;
}

.submit-form label {
  gap: clamp(6px, 0.9dvh, 8px) !important;
  font-size: clamp(13px, 2.1vw, 16px) !important;
}

.submit-form label::before {
  left: clamp(13px, 2.2vw, 18px) !important;
  bottom: clamp(13px, 1.7dvh, 17px) !important;
  width: clamp(18px, 3vw, 24px) !important;
  height: clamp(18px, 3vw, 24px) !important;
}

.submit-form input,
.submit-form textarea {
  min-height: clamp(44px, 6.4dvh, 54px) !important;
  padding: 0 clamp(13px, 2.5vw, 18px) 0 clamp(44px, 7.2vw, 58px) !important;
  border-radius: clamp(12px, 2.1vw, 16px) !important;
  font-size: clamp(14px, 2.35vw, 18px) !important;
  font-weight: 600 !important;
}

.submit-summary {
  min-height: clamp(138px, 19dvh, 178px) !important;
  max-height: clamp(138px, 21dvh, 190px) !important;
  padding: clamp(13px, 1.9dvh, 17px) clamp(13px, 2.5vw, 18px) !important;
  overflow: auto !important;
  border-radius: clamp(13px, 2.3vw, 18px) !important;
}

.submit-summary-title {
  margin-bottom: clamp(9px, 1.3dvh, 12px) !important;
  font-size: clamp(14px, 2.3vw, 18px) !important;
}

.submit-selection-list {
  gap: clamp(6px, 0.9dvh, 9px) !important;
}

.submit-selection-row {
  grid-template-columns: clamp(16px, 2.8vw, 21px) minmax(0, 1fr) minmax(40%, auto) !important;
  gap: clamp(7px, 1.3vw, 11px) !important;
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-selection-row::before {
  width: clamp(16px, 2.8vw, 21px) !important;
  height: clamp(16px, 2.8vw, 21px) !important;
}

.submit-selection-row strong {
  font-size: clamp(13px, 2.15vw, 17px) !important;
  line-height: 1.08 !important;
}

.submit-message {
  font-size: clamp(11px, 1.85vw, 14px) !important;
  line-height: 1.18 !important;
}

.submit-actions {
  gap: clamp(10px, 1.9vw, 14px) !important;
  margin-top: clamp(2px, 0.5dvh, 5px) !important;
}

.submit-secondary,
.submit-primary {
  min-height: clamp(42px, 6.1dvh, 50px) !important;
  padding: 0 clamp(12px, 2vw, 16px) !important;
  gap: clamp(6px, 1.1vw, 9px) !important;
  font-size: clamp(14px, 2.4vw, 18px) !important;
  font-weight: 750 !important;
  box-shadow:
    0 5px 12px rgba(70, 46, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

.submit-secondary::before,
.submit-primary::before {
  width: clamp(16px, 2.6vw, 20px) !important;
  height: clamp(16px, 2.6vw, 20px) !important;
}

@media (max-width: 430px) {
  .submit-dialog {
    width: min(88vw, 360px) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 20px 16px 18px !important;
    border-radius: 22px !important;
  }

  .submit-head h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
  }

  .submit-form {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .submit-summary {
    min-height: 128px !important;
    max-height: 152px !important;
  }

  .submit-secondary,
  .submit-primary {
    min-height: 42px !important;
    font-size: 14px !important;
  }
}

.app-shell.is-home .home-house-panel {
  top: calc(586 * var(--home-u)) !important;
  height: calc(218 * var(--home-u)) !important;
  padding: calc(17 * var(--home-u)) calc(16 * var(--home-u)) calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  margin: 0 0 calc(18 * var(--home-u)) !important;
  font-size: calc(18 * var(--home-u)) !important;
  line-height: calc(22 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(143 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(143 * var(--home-u)) !important;
  min-height: calc(143 * var(--home-u)) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: calc(84 * var(--home-u)) calc(59 * var(--home-u)) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: calc(6 * var(--home-u)) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-house-card.is-active,
.app-shell.is-home .home-house-card:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-house-plan {
  width: 100% !important;
  height: calc(84 * var(--home-u)) !important;
  min-height: calc(84 * var(--home-u)) !important;
  padding: calc(3 * var(--home-u)) calc(3 * var(--home-u)) 0 !important;
  display: grid !important;
  place-items: end center !important;
  background: #fff !important;
}

.app-shell.is-home .home-house-plan img {
  max-width: 96% !important;
  max-height: calc(79 * var(--home-u)) !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: none !important;
}

.app-shell.is-home .home-house-info {
  height: calc(59 * var(--home-u)) !important;
  min-height: calc(59 * var(--home-u)) !important;
  padding: calc(8 * var(--home-u)) calc(3 * var(--home-u)) calc(6 * var(--home-u)) !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: calc(5 * var(--home-u)) !important;
  background: #efe3d1 !important;
  background-image: none !important;
  color: #33241b !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: calc(20 * var(--home-u)) !important;
  font-family: Georgia, "Times New Roman", "STSong", serif !important;
  font-weight: 400 !important;
  line-height: calc(21 * var(--home-u)) !important;
  letter-spacing: calc(-0.4 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: calc(6.8 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  color: #34271f !important;
  font-size: calc(5.75 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: calc(7.4 * var(--home-u)) !important;
  letter-spacing: calc(-0.24 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(824 * var(--home-u)) !important;
  height: calc(60 * var(--home-u)) !important;
  padding: 0 calc(18 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: calc(12 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip p {
  min-width: 0 !important;
  gap: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-icon,
.app-shell.is-home .home-phone-icon {
  width: calc(23 * var(--home-u)) !important;
  height: calc(23 * var(--home-u)) !important;
  color: #cda56f !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: calc(9.8 * var(--home-u)) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: calc(17.2 * var(--home-u)) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: calc(0.2 * var(--home-u)) !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-footnote {
  display: none !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-copy {
    top: calc(34 * var(--home-u)) !important;
    left: calc(22 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-title {
    gap: calc(22 * var(--home-u)) !important;
    font-size: calc(24.2 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature-row {
    left: calc(18 * var(--home-u)) !important;
    right: calc(18 * var(--home-u)) !important;
    column-gap: calc(9 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature {
    grid-template-columns: calc(26 * var(--home-u)) minmax(0, 1fr) !important;
    column-gap: calc(5 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature strong {
    font-size: calc(7.1 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-feature:nth-child(2) strong,
  .app-shell.is-home .home-feature:nth-child(3) strong,
  .app-shell.is-home .home-feature:nth-child(4) strong {
    font-size: calc(6.55 * var(--home-u)) !important;
  }
}

/* Homepage reference fine tune v177: move the hero copy to the reference top-left rhythm. */
.app-shell.is-home .home-copy {
  top: calc(23 * var(--home-u)) !important;
  left: calc(15 * var(--home-u)) !important;
  width: calc(var(--home-w) - calc(92 * var(--home-u))) !important;
}

.app-shell.is-home .home-title {
  gap: calc(25 * var(--home-u)) !important;
  margin-bottom: calc(16 * var(--home-u)) !important;
  font-size: calc(25.2 * var(--home-u)) !important;
  letter-spacing: calc(0.05 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  font-size: calc(11.6 * var(--home-u)) !important;
  line-height: calc(15.6 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  margin-top: calc(4 * var(--home-u)) !important;
  font-size: calc(10.6 * var(--home-u)) !important;
  line-height: calc(14.8 * var(--home-u)) !important;
}

.app-shell.is-home .home-logo-slot {
  top: calc(23 * var(--home-u)) !important;
  right: calc(38 * var(--home-u)) !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-copy {
    top: calc(24 * var(--home-u)) !important;
    left: calc(14 * var(--home-u)) !important;
    width: calc(var(--home-w) - calc(82 * var(--home-u))) !important;
  }

  .app-shell.is-home .home-title {
    gap: calc(18 * var(--home-u)) !important;
    font-size: calc(23.4 * var(--home-u)) !important;
  }
}

/* Homepage card heading font v178: match the reference Song-style section titles without loading a heavy CJK font. */
.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #2e2119 !important;
  font-family: "STZhongsong", "华文中宋", "Source Han Serif SC", "Source Han Serif CN", "Songti SC", "STSong", "SimSun", serif !important;
  font-size: calc(20.4 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(25 * var(--home-u)) !important;
  letter-spacing: calc(0.15 * var(--home-u)) !important;
  font-synthesis-weight: auto;
}

.app-shell.is-home .home-card-copy h2 {
  margin: 0 0 calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  margin: 0 0 calc(18 * var(--home-u)) !important;
}

/* Homepage typography reset v179: use only system default fonts, then restore reference-like size. */
.app-shell,
.app-shell *,
.app-shell *::before,
.app-shell *::after {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.app-shell.is-home .home-title {
  font-size: calc(30 * var(--home-u)) !important;
  font-weight: 750 !important;
  line-height: 1.05 !important;
  letter-spacing: calc(0.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-subtitle {
  font-size: calc(13.8 * var(--home-u)) !important;
  font-weight: 800 !important;
  line-height: calc(18.5 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-desc {
  font-size: calc(12.3 * var(--home-u)) !important;
  font-weight: 650 !important;
  line-height: calc(17 * var(--home-u)) !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(8.6 * var(--home-u)) !important;
  font-weight: 850 !important;
  line-height: calc(10.8 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature:nth-child(2) strong,
.app-shell.is-home .home-feature:nth-child(3) strong,
.app-shell.is-home .home-feature:nth-child(4) strong {
  font-size: calc(7.8 * var(--home-u)) !important;
  letter-spacing: calc(-0.45 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  font-size: calc(6.35 * var(--home-u)) !important;
  font-weight: 650 !important;
  line-height: calc(8.4 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  font-size: calc(23.5 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(28 * var(--home-u)) !important;
  letter-spacing: calc(0.15 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: calc(12 * var(--home-u)) !important;
  font-size: calc(13.6 * var(--home-u)) !important;
  font-weight: 850 !important;
  line-height: calc(18.2 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: calc(9.2 * var(--home-u)) !important;
  font-weight: 850 !important;
  line-height: calc(11.2 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row em {
  font-size: calc(6.8 * var(--home-u)) !important;
  font-weight: 650 !important;
  line-height: calc(8.8 * var(--home-u)) !important;
}

.app-shell.is-home .home-enter-button {
  font-size: calc(11.4 * var(--home-u)) !important;
  font-weight: 850 !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(578 * var(--home-u)) !important;
  height: calc(238 * var(--home-u)) !important;
  padding: calc(18 * var(--home-u)) calc(16 * var(--home-u)) calc(15 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  margin: 0 0 calc(17 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(176 * var(--home-u)) !important;
  gap: calc(11 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(176 * var(--home-u)) !important;
  min-height: calc(176 * var(--home-u)) !important;
  max-height: calc(176 * var(--home-u)) !important;
  grid-template-rows: calc(94 * var(--home-u)) calc(82 * var(--home-u)) !important;
  border-radius: calc(6 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-plan {
  height: calc(94 * var(--home-u)) !important;
  min-height: calc(94 * var(--home-u)) !important;
  max-height: calc(94 * var(--home-u)) !important;
  padding: calc(3 * var(--home-u)) calc(3 * var(--home-u)) 0 !important;
}

.app-shell.is-home .home-house-plan img {
  max-width: 98% !important;
  max-height: calc(90 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info {
  height: calc(82 * var(--home-u)) !important;
  min-height: calc(82 * var(--home-u)) !important;
  max-height: calc(82 * var(--home-u)) !important;
  padding: calc(9 * var(--home-u)) calc(3 * var(--home-u)) calc(7 * var(--home-u)) !important;
  gap: calc(6 * var(--home-u)) !important;
  align-content: start !important;
}

.app-shell.is-home .home-house-info strong {
  font-size: calc(25.5 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: calc(27 * var(--home-u)) !important;
  letter-spacing: calc(-0.7 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: calc(8.6 * var(--home-u)) !important;
  top: -0.48em !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  font-size: calc(8.2 * var(--home-u)) !important;
  font-weight: 750 !important;
  line-height: calc(10.8 * var(--home-u)) !important;
  letter-spacing: calc(-0.28 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(834 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: calc(11.5 * var(--home-u)) !important;
  font-weight: 750 !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: calc(19.2 * var(--home-u)) !important;
  font-weight: 500 !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-title {
    font-size: calc(28 * var(--home-u)) !important;
    gap: calc(18 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-card-copy h2,
  .app-shell.is-home .home-house-panel h2 {
    font-size: calc(22 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-house-info strong {
    font-size: calc(23.5 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-house-info span,
  .app-shell.is-home .home-house-info em {
    font-size: calc(7.5 * var(--home-u)) !important;
  }
}

/* Homepage reference typography and soft card surfaces v180. */
.app-shell {
  --home-default-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --home-default-serif: serif;
}

.app-shell,
.app-shell *,
.app-shell *::before,
.app-shell *::after {
  font-family: var(--home-default-sans) !important;
}

.app-shell.is-home .home-title,
.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2,
.app-shell.is-home .home-house-info strong,
.app-shell.is-home .home-contact-phone strong {
  font-family: var(--home-default-serif) !important;
  font-synthesis-weight: none;
}

.app-shell.is-home .home-feature-row,
.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  border: 1px solid rgba(221, 199, 170, 0.34) !important;
  box-shadow: 0 calc(9 * var(--home-u)) calc(24 * var(--home-u)) rgba(72, 48, 28, 0.055) !important;
}

.app-shell.is-home .home-feature-row {
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 calc(8 * var(--home-u)) calc(22 * var(--home-u)) rgba(72, 48, 28, 0.045) !important;
}

.app-shell.is-home .home-selection-card,
.app-shell.is-home .home-house-panel,
.app-shell.is-home .home-contact-strip {
  background: rgba(255, 255, 255, 0.96) !important;
}

.app-shell.is-home .home-title {
  font-size: calc(35 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: calc(0.15 * var(--home-u)) !important;
  gap: calc(26 * var(--home-u)) !important;
  margin-bottom: calc(18 * var(--home-u)) !important;
  color: #32241b !important;
}

.app-shell.is-home .home-subtitle {
  font-size: calc(14.2 * var(--home-u)) !important;
  font-weight: 650 !important;
  line-height: calc(19 * var(--home-u)) !important;
  letter-spacing: calc(-0.22 * var(--home-u)) !important;
  color: #352820 !important;
}

.app-shell.is-home .home-desc {
  margin-top: calc(7 * var(--home-u)) !important;
  font-size: calc(12.4 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: calc(17.4 * var(--home-u)) !important;
  letter-spacing: calc(-0.12 * var(--home-u)) !important;
  color: #4d4037 !important;
}

.app-shell.is-home .home-feature {
  column-gap: calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature strong {
  font-size: calc(8.15 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(10.3 * var(--home-u)) !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
  color: #392c23 !important;
}

.app-shell.is-home .home-feature:nth-child(2) strong,
.app-shell.is-home .home-feature:nth-child(3) strong,
.app-shell.is-home .home-feature:nth-child(4) strong {
  font-size: calc(7.35 * var(--home-u)) !important;
  letter-spacing: calc(-0.38 * var(--home-u)) !important;
}

.app-shell.is-home .home-feature p span {
  margin-top: calc(1.6 * var(--home-u)) !important;
  font-size: calc(5.9 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: calc(7.7 * var(--home-u)) !important;
  color: rgba(70, 58, 48, 0.58) !important;
}

.app-shell.is-home .home-card-copy h2,
.app-shell.is-home .home-house-panel h2 {
  color: #302219 !important;
  font-size: calc(24 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: calc(28 * var(--home-u)) !important;
  letter-spacing: calc(0.3 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy h2 {
  margin: 0 0 calc(13 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy p {
  margin-top: 0 !important;
  font-size: calc(13.8 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(18.5 * var(--home-u)) !important;
  letter-spacing: calc(-0.18 * var(--home-u)) !important;
  color: #2f251e !important;
}

.app-shell.is-home .home-mini-icon {
  width: calc(29 * var(--home-u)) !important;
  height: calc(29 * var(--home-u)) !important;
  margin-bottom: calc(7 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: calc(8.55 * var(--home-u)) !important;
  font-weight: 700 !important;
  line-height: calc(10.6 * var(--home-u)) !important;
  color: #332820 !important;
}

.app-shell.is-home .home-service-row em {
  font-size: calc(6.15 * var(--home-u)) !important;
  font-weight: 500 !important;
  line-height: calc(8.2 * var(--home-u)) !important;
  color: rgba(73, 61, 52, 0.55) !important;
}

.app-shell.is-home .home-enter-button {
  font-size: calc(11.5 * var(--home-u)) !important;
  font-weight: 700 !important;
  letter-spacing: calc(0.15 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel {
  top: calc(584 * var(--home-u)) !important;
  height: calc(228 * var(--home-u)) !important;
  padding: calc(18 * var(--home-u)) calc(16 * var(--home-u)) calc(14 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-panel h2 {
  margin: 0 0 calc(19 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-cards {
  height: calc(158 * var(--home-u)) !important;
  gap: calc(10 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-card {
  height: calc(158 * var(--home-u)) !important;
  min-height: calc(158 * var(--home-u)) !important;
  max-height: calc(158 * var(--home-u)) !important;
  grid-template-rows: calc(88 * var(--home-u)) calc(70 * var(--home-u)) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.app-shell.is-home .home-house-plan {
  height: calc(88 * var(--home-u)) !important;
  min-height: calc(88 * var(--home-u)) !important;
  max-height: calc(88 * var(--home-u)) !important;
  padding: calc(3 * var(--home-u)) calc(4 * var(--home-u)) 0 !important;
}

.app-shell.is-home .home-house-plan img {
  max-width: 96% !important;
  max-height: calc(84 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info {
  height: calc(70 * var(--home-u)) !important;
  min-height: calc(70 * var(--home-u)) !important;
  max-height: calc(70 * var(--home-u)) !important;
  padding: calc(8 * var(--home-u)) calc(3 * var(--home-u)) calc(6 * var(--home-u)) !important;
  gap: calc(5.5 * var(--home-u)) !important;
  background: linear-gradient(180deg, #f6efe6 0%, #efe1cf 100%) !important;
}

.app-shell.is-home .home-house-info strong {
  color: #332219 !important;
  font-size: calc(25 * var(--home-u)) !important;
  font-weight: 400 !important;
  line-height: calc(26 * var(--home-u)) !important;
  letter-spacing: calc(-0.45 * var(--home-u)) !important;
}

.app-shell.is-home .home-house-info sup {
  font-size: calc(8 * var(--home-u)) !important;
  font-weight: 400 !important;
  top: -0.48em !important;
}

.app-shell.is-home .home-house-info span,
.app-shell.is-home .home-house-info em {
  color: #332820 !important;
  font-size: calc(7.15 * var(--home-u)) !important;
  font-weight: 650 !important;
  line-height: calc(9.8 * var(--home-u)) !important;
  letter-spacing: calc(-0.16 * var(--home-u)) !important;
}

.app-shell.is-home .home-contact-strip {
  top: calc(832 * var(--home-u)) !important;
  border-color: rgba(221, 199, 170, 0.28) !important;
}

.app-shell.is-home .home-contact-address strong {
  font-size: calc(11 * var(--home-u)) !important;
  font-weight: 650 !important;
  color: #352820 !important;
}

.app-shell.is-home .home-contact-phone strong {
  font-size: calc(19 * var(--home-u)) !important;
  font-weight: 400 !important;
  color: #332219 !important;
}

@media (max-width: 390px) {
  .app-shell.is-home .home-title {
    font-size: calc(31.5 * var(--home-u)) !important;
    gap: calc(19 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-subtitle {
    font-size: calc(12.8 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-card-copy h2,
  .app-shell.is-home .home-house-panel h2 {
    font-size: calc(22.6 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-house-info strong {
    font-size: calc(23 * var(--home-u)) !important;
  }

  .app-shell.is-home .home-house-info span,
  .app-shell.is-home .home-house-info em {
    font-size: calc(6.65 * var(--home-u)) !important;
  }
}

/* Submit modal reference pass v181: warm white confirmation card. */
.submit-modal {
  display: none !important;
  place-items: center !important;
  padding: max(18px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
  background: rgba(28, 28, 28, 0.68) !important;
  backdrop-filter: blur(12px) saturate(0.8) !important;
  -webkit-backdrop-filter: blur(12px) saturate(0.8) !important;
  z-index: 80 !important;
}

.submit-modal.is-open {
  display: grid !important;
}

.submit-dialog {
  position: relative !important;
  width: min(80vw, 560px) !important;
  min-width: min(92vw, 330px) !important;
  max-height: min(86dvh, 820px) !important;
  padding: clamp(30px, 4.2dvh, 50px) clamp(24px, 4.6vw, 42px) clamp(28px, 4dvh, 44px) !important;
  overflow: auto !important;
  color: #302721 !important;
  border: 1px solid rgba(232, 221, 207, 0.92) !important;
  border-radius: clamp(26px, 4.2vw, 42px) !important;
  background:
    radial-gradient(circle at 3% 3%, rgba(224, 211, 194, 0.38) 0 26px, transparent 27px),
    radial-gradient(circle at 96% 98%, rgba(230, 209, 178, 0.2), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #fff9f0 48%, #fffdf9 100%) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 2px 12px rgba(97, 65, 36, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.submit-dialog::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 76px !important;
  height: 76px !important;
  pointer-events: none !important;
  border-top-left-radius: inherit !important;
  background: linear-gradient(135deg, rgba(212, 198, 181, 0.55) 0 42%, transparent 43%) !important;
}

.submit-close {
  position: absolute !important;
  top: clamp(22px, 3.1dvh, 34px) !important;
  right: clamp(22px, 3.1vw, 34px) !important;
  width: clamp(48px, 6.8vw, 64px) !important;
  height: clamp(48px, 6.8vw, 64px) !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  color: #2f2823 !important;
  border: 1px solid rgba(214, 205, 192, 0.76) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow:
    0 5px 14px rgba(80, 60, 40, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(34px, 5vw, 46px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.submit-head {
  padding-right: clamp(58px, 8vw, 84px) !important;
}

.submit-head span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #d0a260 !important;
  font-size: clamp(17px, 2.7vw, 25px) !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
}

.submit-head span::before {
  content: "" !important;
  width: clamp(30px, 4.5vw, 40px) !important;
  height: clamp(30px, 4.5vw, 40px) !important;
  border-radius: 50% !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M16 13.5h16v22H16z' fill='none' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M19 18h10M19 23h10M19 28h7M21 10h6l2 4H19z' fill='none' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") center / 58% 58% no-repeat,
    linear-gradient(180deg, #ddb978, #c99656) !important;
  box-shadow: 0 4px 10px rgba(193, 143, 79, 0.22) !important;
}

.submit-head h2 {
  margin: clamp(18px, 2.8dvh, 28px) 0 clamp(10px, 1.4dvh, 14px) !important;
  color: #302721 !important;
  font-size: clamp(35px, 6.2vw, 54px) !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.submit-head p {
  margin: 0 !important;
  color: rgba(72, 64, 58, 0.58) !important;
  font-size: clamp(16px, 2.55vw, 24px) !important;
  font-weight: 550 !important;
  line-height: 1.36 !important;
  letter-spacing: -0.03em !important;
}

.submit-form {
  margin-top: clamp(34px, 5.2dvh, 54px) !important;
  display: grid !important;
  gap: clamp(22px, 3.1dvh, 34px) !important;
}

.submit-form label {
  position: relative !important;
  display: grid !important;
  gap: clamp(12px, 1.6dvh, 18px) !important;
  color: #332b25 !important;
  font-size: clamp(17px, 2.75vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.submit-form label::before {
  content: "" !important;
  position: absolute !important;
  left: clamp(18px, 2.8vw, 28px) !important;
  bottom: clamp(19px, 2.55dvh, 28px) !important;
  width: clamp(26px, 4vw, 38px) !important;
  height: clamp(26px, 4vw, 38px) !important;
  z-index: 1 !important;
  opacity: 0.78 !important;
  background: #bfa98c !important;
}

.submit-form label:nth-of-type(1)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='17' r='8'/%3E%3Cpath d='M9 41c2.7-9.1 8.1-13.7 15-13.7S36.3 31.9 39 41Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='17' r='8'/%3E%3Cpath d='M9 41c2.7-9.1 8.1-13.7 15-13.7S36.3 31.9 39 41Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.submit-form label:nth-of-type(2)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M15.3 8.5 23 16.2l-5.1 6.2c3.1 6.4 7.7 11 14.1 14.1l6.2-5.1 7.3 7.3c-2.3 3.7-5.7 5.8-10.2 5.8C20.2 44.5 3.5 27.8 3.5 12.7c0-4.5 2.1-7.9 5.8-10.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M15.3 8.5 23 16.2l-5.1 6.2c3.1 6.4 7.7 11 14.1 14.1l6.2-5.1 7.3 7.3c-2.3 3.7-5.7 5.8-10.2 5.8C20.2 44.5 3.5 27.8 3.5 12.7c0-4.5 2.1-7.9 5.8-10.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.submit-form input,
.submit-form textarea {
  width: 100% !important;
  min-height: clamp(64px, 9.2dvh, 86px) !important;
  padding: 0 clamp(18px, 3vw, 28px) 0 clamp(68px, 9.5vw, 92px) !important;
  color: #302721 !important;
  border: 1.5px solid rgba(218, 210, 199, 0.9) !important;
  border-radius: clamp(17px, 2.8vw, 25px) !important;
  background: rgba(255, 255, 255, 0.64) !important;
  box-shadow: inset 0 1px 4px rgba(86, 61, 38, 0.06) !important;
  outline: none !important;
  font-size: clamp(18px, 3vw, 28px) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

.submit-form input::placeholder,
.submit-form textarea::placeholder {
  color: rgba(98, 97, 96, 0.42) !important;
  font-weight: 650 !important;
}

.submit-form input:focus,
.submit-form textarea:focus {
  border-color: rgba(206, 159, 92, 0.95) !important;
  box-shadow:
    0 0 0 1px rgba(206, 159, 92, 0.12),
    inset 0 1px 4px rgba(86, 61, 38, 0.06) !important;
}

.submit-summary {
  position: relative !important;
  min-height: clamp(260px, 35dvh, 380px) !important;
  padding: clamp(22px, 3.2dvh, 30px) clamp(22px, 3.4vw, 30px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(226, 216, 202, 0.88) !important;
  border-radius: clamp(19px, 3vw, 28px) !important;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(217, 181, 125, 0.06) 39%, transparent 56%),
    radial-gradient(ellipse at 72% 24%, rgba(210, 173, 112, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    inset 0 1px 4px rgba(126, 95, 63, 0.05),
    0 8px 18px rgba(80, 58, 38, 0.045) !important;
}

.submit-summary::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  opacity: 0.24 !important;
  background:
    linear-gradient(130deg, transparent 32%, rgba(197, 153, 91, 0.12) 33%, transparent 35%),
    linear-gradient(140deg, transparent 49%, rgba(197, 153, 91, 0.1) 50%, transparent 53%) !important;
}

.submit-summary-title {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 0 clamp(18px, 2.6dvh, 26px) !important;
  color: #d0a260 !important;
  font-size: clamp(19px, 3.05vw, 27px) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.submit-selection-list {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: clamp(10px, 1.5dvh, 16px) !important;
}

.submit-selection-row {
  display: grid !important;
  grid-template-columns: clamp(22px, 3.7vw, 32px) minmax(0, 1fr) minmax(42%, auto) !important;
  align-items: center !important;
  gap: clamp(9px, 1.8vw, 18px) !important;
  color: rgba(66, 63, 60, 0.68) !important;
  font-size: clamp(18px, 2.9vw, 27px) !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
}

.submit-selection-row::before {
  content: "" !important;
  width: clamp(22px, 3.7vw, 32px) !important;
  height: clamp(22px, 3.7vw, 32px) !important;
  border-radius: 50% !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='m8.5 16.7 5.1 5.1 10-12' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 72% 72% no-repeat,
    linear-gradient(180deg, #dcb776, #c8944d) !important;
}

.submit-selection-row span {
  min-width: 0 !important;
  color: rgba(70, 67, 64, 0.64) !important;
}

.submit-selection-row strong {
  min-width: 0 !important;
  color: #302721 !important;
  text-align: right !important;
  font-size: clamp(18px, 2.85vw, 27px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
}

.submit-message {
  min-height: 0 !important;
  margin: 0 !important;
  color: rgba(81, 70, 60, 0.72) !important;
  font-size: clamp(13px, 2.2vw, 18px) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.submit-message:empty {
  display: none !important;
}

.submit-message[data-type="error"] {
  color: #bf4b39 !important;
}

.submit-message[data-type="success"] {
  color: #2f8f55 !important;
}

.submit-message[data-type="warning"] {
  color: #b1782f !important;
}

.submit-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(18px, 3vw, 28px) !important;
  margin-top: clamp(8px, 1.4dvh, 14px) !important;
}

.submit-secondary,
.submit-primary {
  min-height: clamp(62px, 8.6dvh, 78px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(10px, 1.7vw, 16px) !important;
  padding: 0 clamp(16px, 2.6vw, 26px) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(55, 38, 22, 0.08) !important;
  box-shadow:
    0 9px 18px rgba(70, 46, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  font-size: clamp(18px, 3.1vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
}

.submit-secondary {
  background: linear-gradient(180deg, #2f5e91 0%, #173c65 100%) !important;
}

.submit-primary {
  color: #2f271f !important;
  background: linear-gradient(180deg, #ecc77e 0%, #d4a052 100%) !important;
}

.submit-secondary::before,
.submit-primary::before {
  content: "" !important;
  width: clamp(20px, 3.2vw, 28px) !important;
  height: clamp(20px, 3.2vw, 28px) !important;
  flex: 0 0 auto !important;
  background: currentColor !important;
}

.submit-secondary::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M21 13 10 24l11 11' fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 24h19c5 0 8 3 8 8v2' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M21 13 10 24l11 11' fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 24h19c5 0 8 3 8 8v2' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.submit-primary::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m10 25 9.5 9.5L39 13.5' fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m10 25 9.5 9.5L39 13.5' fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.submit-primary:disabled,
.submit-secondary:disabled {
  opacity: 0.58 !important;
  transform: none !important;
}

@media (max-width: 430px) {
  .submit-dialog {
    width: min(90vw, 560px) !important;
    padding: 28px 20px 24px !important;
    border-radius: 28px !important;
  }

  .submit-head h2 {
    font-size: clamp(30px, 8.8vw, 40px) !important;
  }

  .submit-head p {
    font-size: clamp(15px, 4vw, 18px) !important;
  }

  .submit-form {
    gap: 20px !important;
    margin-top: 28px !important;
  }

  .submit-summary {
    min-height: 250px !important;
  }

  .submit-selection-row {
    grid-template-columns: 23px minmax(0, 1fr) minmax(38%, auto) !important;
    font-size: 16px !important;
  }

  .submit-selection-row strong {
    font-size: 16px !important;
  }

  .submit-actions {
    gap: 12px !important;
  }

  .submit-secondary,
  .submit-primary {
    min-height: 58px !important;
    font-size: 17px !important;
  }
}

/* Homepage selection card fit v182: keep the CTA visible and restore the reference-like card ratio. */
.app-shell.is-home .home-selection-card {
  height: calc(250 * var(--home-u)) !important;
  min-height: calc(250 * var(--home-u)) !important;
  max-height: calc(250 * var(--home-u)) !important;
  padding: calc(14 * var(--home-u)) calc(15 * var(--home-u)) !important;
  display: grid !important;
  grid-template-columns: calc(132 * var(--home-u)) minmax(0, 1fr) !important;
  grid-template-rows: auto minmax(0, 1fr) calc(34 * var(--home-u)) !important;
  column-gap: calc(15 * var(--home-u)) !important;
  row-gap: calc(7 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-card-copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.app-shell.is-home .home-card-copy h2 {
  margin: 0 0 calc(6 * var(--home-u)) !important;
  font-size: calc(23.5 * var(--home-u)) !important;
  line-height: calc(27 * var(--home-u)) !important;
}

.app-shell.is-home .home-card-copy p {
  margin: 0 !important;
  font-size: calc(12.8 * var(--home-u)) !important;
  line-height: calc(16.5 * var(--home-u)) !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-service-row {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: calc(7 * var(--home-u)) calc(8 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row > div {
  min-width: 0 !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
}

.app-shell.is-home .home-mini-icon {
  width: calc(25 * var(--home-u)) !important;
  height: calc(25 * var(--home-u)) !important;
  margin-bottom: calc(4 * var(--home-u)) !important;
}

.app-shell.is-home .home-service-row strong {
  font-size: calc(8.1 * var(--home-u)) !important;
  line-height: calc(10 * var(--home-u)) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-service-row em {
  font-size: calc(5.8 * var(--home-u)) !important;
  line-height: calc(7.6 * var(--home-u)) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.app-shell.is-home .home-enter-button {
  grid-column: 1 !important;
  grid-row: 3 !important;
  align-self: end !important;
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(6 * var(--home-u)) !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: calc(128 * var(--home-u)) !important;
  height: calc(34 * var(--home-u)) !important;
  min-height: calc(34 * var(--home-u)) !important;
  padding: 0 calc(10 * var(--home-u)) !important;
  border-radius: calc(7 * var(--home-u)) !important;
  font-size: calc(10.8 * var(--home-u)) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  pointer-events: auto !important;
}

.app-shell.is-home .home-enter-button span {
  display: inline-block !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-enter-button i {
  flex: 0 0 auto !important;
  font-size: calc(12 * var(--home-u)) !important;
  line-height: 1 !important;
}

.app-shell.is-home .home-interior-slot {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: calc(10 * var(--home-u)) !important;
  overflow: hidden !important;
}

.app-shell.is-home .home-interior-slot img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
