@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Outfit:wght@400;500;600&display=swap");

/* Homepage only. Warm editorial skin — ink, paper, one amber accent. */
body.home-editorial {
  --ink: #1c1917;
  --paper: #f3efe8;
  --paper-2: #faf7f2;
  --line: rgba(28, 25, 23, 0.1);
  --amber: #c2410c;
  background: var(--paper);
  color: var(--ink);
  font-family: Outfit, Poppins, "Segoe UI", sans-serif;
}

body.home-editorial nav.breadcrumb-nav {
  background: transparent;
  border-bottom: none;
  padding: 14px 0 0;
  min-height: 0;
}
body.home-editorial nav.breadcrumb-nav a,
body.home-editorial nav.breadcrumb-nav span {
  color: #78716c;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
body.home-editorial nav.breadcrumb-nav a:hover { color: var(--ink); }

body.home-editorial header {
  background: var(--paper);
  border-bottom: none;
  padding: 22px 0 8px;
}
body.home-editorial .logo img {
  height: 52px;
  width: auto;
  mix-blend-mode: multiply;
  background: transparent;
}
body.home-editorial .header-content .header-title {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem) !important;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}
body.home-editorial .header-content .header-subtitle {
  font-size: 0.95rem;
  color: #57534e;
  max-width: 36rem;
}
body.home-editorial .city-selector {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
body.home-editorial .city-selector:hover {
  background: #fff;
  border-color: var(--ink);
}

body.home-editorial nav.site-nav,
body.home-editorial nav:has(.nav-container) {
  background: #161311;
  box-shadow: none;
}
body.home-editorial .nav-link {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 13px 11px;
  color: rgba(255, 255, 255, 0.78);
}
body.home-editorial .nav-link:hover,
body.home-editorial .nav-link.active {
  background: transparent;
  color: #fff;
}
body.home-editorial .dropdown-content {
  background: #1c1917;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

body.home-editorial #home {
  min-height: 70vh;
  padding: 16vh 20px 108px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #1c1917;
}
body.home-editorial #home::after,
body.home-editorial #home:has(.hero-bg)::after {
  background: linear-gradient(180deg, rgba(18, 14, 10, 0.15) 0%, rgba(18, 14, 10, 0.28) 42%, rgba(18, 14, 10, 0.78) 100%) !important;
}
body.home-editorial #home h2 {
  font-family: Fraunces, Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(2.4rem, 6vw, 4.4rem) !important;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-shadow: none;
  margin-bottom: 14px;
}
body.home-editorial #home h2 .icon-inline { display: none; }
body.home-editorial #home p {
  font-family: Outfit, Poppins, sans-serif !important;
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
  font-weight: 400;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: none;
}
body.home-editorial #home .btn {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  padding: 12px 26px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
  font-weight: 600;
  box-shadow: none !important;
}
body.home-editorial #home .btn:hover {
  background: #fff !important;
  color: var(--ink) !important;
  border-color: #fff !important;
}

body.home-editorial .search-box {
  margin: -58px auto 42px;
  max-width: 880px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(28, 25, 23, 0.14);
  backdrop-filter: blur(10px);
}
body.home-editorial .search-input {
  border: none;
  background: transparent;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 1rem;
  font-family: inherit;
}
body.home-editorial .search-input:focus {
  box-shadow: none;
  background: #f6f3ee;
}
body.home-editorial .search-button {
  background: var(--ink);
  border-color: var(--ink);
  border-radius: 12px;
  padding: 14px 22px;
  letter-spacing: 0.04em;
}
body.home-editorial .search-button:hover {
  background: #292524;
  border-color: #292524;
}
body.home-editorial .search-button:last-child {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
}
body.home-editorial .search-button:last-child:hover {
  background: #f6f3ee;
  color: var(--ink);
  border-color: transparent;
}

body.home-editorial section > h2,
body.home-editorial .container section > h2,
body.home-editorial #properties > h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  text-align: left;
}

body.home-editorial #properties { gap: 28px; margin-top: 8px; }
body.home-editorial .property-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
body.home-editorial .property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(28, 25, 23, 0.08);
}
body.home-editorial .property-images,
body.home-editorial .property-images-scroll { min-height: 250px; }
body.home-editorial .property-image,
body.home-editorial .property-images-scroll .property-image { height: 250px !important; }
body.home-editorial .date-badge {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-radius: 999px;
  font-family: Outfit, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
body.home-editorial .property-content { padding: 18px 18px 16px; }
body.home-editorial .property-title {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
body.home-editorial .property-title a { color: var(--ink); font-weight: 500; }
body.home-editorial .property-title a:hover { color: var(--amber); }
body.home-editorial .property-card a:not(.view-property) { color: var(--ink); }
body.home-editorial .property-card a:not(.view-property):hover { color: var(--amber); }
body.home-editorial .price-highlight { color: var(--amber); font-variant-numeric: tabular-nums; }
body.home-editorial .detail-label { color: #78716c; font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; }

body.home-editorial .city-info,
body.home-editorial .service-card,
body.home-editorial .feature-item {
  background: var(--paper-2);
  border: 1px solid var(--line);
  box-shadow: none;
}

body.home-editorial footer {
  background: #161311;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
  body.home-editorial .header-content .header-title {
    font-size: 1.45rem !important;
  }
  body.home-editorial #home {
    min-height: 62vh;
    padding: 12vh 16px 88px !important;
  }
  body.home-editorial #home h2 { font-size: 2.15rem !important; }
  body.home-editorial .search-box { margin-top: -36px; }
  body.home-editorial .property-images,
  body.home-editorial .property-images-scroll { min-height: 210px; }
  body.home-editorial .property-image,
  body.home-editorial .property-images-scroll .property-image { height: 210px !important; }
  body.home-editorial nav.site-nav .nav-link:hover,
  body.home-editorial nav.site-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.08);
  }
}

/* Language: a quiet label, not a form control */
body.home-editorial .lang-switcher-wrap {
  position: relative;
  min-width: 0;
  min-height: 0;
}
body.home-editorial .chr-lang-native,
body.home-editorial .lang-switcher-wrap select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none;
}
body.home-editorial .chr-lang-btn {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(28, 25, 23, 0.35);
  padding: 0 0 2px;
  margin: 0;
  font-family: Outfit, Poppins, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.4;
}
body.home-editorial .chr-lang-btn:hover,
body.home-editorial .chr-lang-btn[aria-expanded="true"] {
  border-bottom-color: var(--ink);
}
body.home-editorial .chr-lang-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  min-width: 168px;
  margin: 0;
  padding: 6px;
  background: var(--paper-2);
  border: 1px solid rgba(28, 25, 23, 0.12);
  box-shadow: 0 16px 40px rgba(28, 25, 23, 0.08);
}
body.home-editorial .chr-lang-opt {
  display: block;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: Outfit, Poppins, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  cursor: pointer;
}
body.home-editorial .chr-lang-opt:hover { background: rgba(28, 25, 23, 0.04); }
body.home-editorial .chr-lang-opt.is-current { font-weight: 600; }

/* Below the hero: paper, hairlines, ink. No blue chrome. */
body.home-editorial #testimonials,
body.home-editorial #services,
body.home-editorial #onboarding-steps,
body.home-editorial #after-onboarding,
body.home-editorial #faq,
body.home-editorial #contact,
body.home-editorial #about {
  background: transparent;
}
body.home-editorial #testimonials,
body.home-editorial #services,
body.home-editorial #onboarding-steps,
body.home-editorial #after-onboarding,
body.home-editorial #faq {
  padding-top: 28px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

body.home-editorial .btn {
  background: transparent !important;
  color: var(--ink) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 3px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
  font-weight: 600;
}
body.home-editorial .btn:hover {
  color: var(--amber) !important;
  border-bottom-color: var(--amber) !important;
  background: transparent !important;
}
body.home-editorial .contact-inquiry-box .btn,
body.home-editorial .btn-submit,
body.home-editorial button.btn-submit {
  background: var(--ink) !important;
  color: #faf7f2 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 13px 22px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
  font-weight: 600;
  box-shadow: none !important;
}
body.home-editorial .contact-inquiry-box .btn:hover,
body.home-editorial .btn-submit:hover {
  background: #292524 !important;
  color: #fff !important;
}

body.home-editorial a.view-property,
body.home-editorial .view-property {
  background: transparent !important;
  color: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem !important;
  font-weight: 600;
  padding: 8px 14px !important;
}
body.home-editorial a.view-property:hover,
body.home-editorial .view-property:hover {
  background: var(--ink) !important;
  color: #faf7f2 !important;
}
body.home-editorial .quick-fav-btn {
  background: transparent !important;
  color: #78716c !important;
  border: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.68rem !important;
  font-weight: 500;
}
body.home-editorial .quick-fav-btn:hover,
body.home-editorial .quick-fav-btn--saved,
body.home-editorial .quick-fav-btn--saved:hover {
  background: transparent !important;
  color: var(--amber) !important;
}

body.home-editorial nav.pagination {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  gap: 6px;
}
body.home-editorial nav.pagination a,
body.home-editorial nav.pagination strong {
  min-width: 36px;
  height: 36px;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 500;
  font-size: 0.82rem;
}
body.home-editorial nav.pagination a {
  color: var(--ink);
  background: transparent;
  border: 1px solid transparent;
}
body.home-editorial nav.pagination a:hover {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
  transform: none;
  box-shadow: none;
}
body.home-editorial nav.pagination strong {
  color: #faf7f2;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

body.home-editorial .testimonial-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 4px;
}
body.home-editorial .testimonial-quote {
  font-family: Fraunces, Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: var(--ink);
  min-height: 0;
  margin-bottom: 28px;
}
body.home-editorial .author-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(28, 25, 23, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  flex-shrink: 0;
}
body.home-editorial .author-name {
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
}
body.home-editorial .author-title {
  color: #78716c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
body.home-editorial .testimonial-dots .dot {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid var(--ink);
  transform: none;
}
body.home-editorial .testimonial-dots .dot.active {
  background: var(--ink);
  transform: none;
}

body.home-editorial #services > p {
  max-width: 38rem;
  text-align: left;
}
body.home-editorial #services > p strong {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
body.home-editorial .section-hero-image,
body.home-editorial .service-card-media,
body.home-editorial .support-photo-grid img {
  border-radius: 2px;
  box-shadow: none;
}
body.home-editorial .service-card {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  padding: 18px 0 8px;
}
body.home-editorial .service-card:hover {
  transform: none;
  box-shadow: none;
}
body.home-editorial .service-icon,
body.home-editorial .timeline-icon {
  color: var(--ink);
  background: transparent;
}
body.home-editorial .service-icon { margin-bottom: 6px; }
body.home-editorial .service-title,
body.home-editorial .timeline-content h3,
body.home-editorial .accordion-header h3,
body.home-editorial .faq-question {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}
body.home-editorial .service-card p,
body.home-editorial .timeline-content p,
body.home-editorial .accordion-content,
body.home-editorial .faq-answer {
  color: #44403c;
  font-size: 0.95rem;
  line-height: 1.65;
}
body.home-editorial .timeline-item::before { background: rgba(28, 25, 23, 0.12); }
body.home-editorial .timeline-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(28, 25, 23, 0.16);
}

body.home-editorial .accordion-item,
body.home-editorial .faq-item,
body.home-editorial .highlight-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
body.home-editorial .accordion-header,
body.home-editorial .faq-question,
body.home-editorial .accordion-header:hover,
body.home-editorial .faq-question:hover,
body.home-editorial .accordion-item.open .accordion-header,
body.home-editorial .faq-item.open .faq-question {
  background: transparent;
  color: var(--ink);
}

body.home-editorial .contact-inquiry-box {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px 0 0 !important;
  display: block !important;
  max-width: 36rem !important;
}
body.home-editorial .contact-inquiry-box h3 {
  font-family: Fraunces, Georgia, serif !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  font-size: 1.45rem !important;
  letter-spacing: -0.02em;
}
body.home-editorial .contact-inquiry-box h3 .icon-inline,
body.home-editorial .contact-inquiry-box .btn .icon-inline { display: none; }
body.home-editorial .contact-inquiry-box p {
  color: #44403c !important;
  font-size: 0.98rem !important;
}
body.home-editorial .wechat-hero,
body.home-editorial .contact-form-panel,
body.home-editorial .contact-info-panel,
body.home-editorial .form-notice {
  background: transparent;
  box-shadow: none;
  border-color: var(--line);
}

body.home-editorial .feature-item {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  padding: 18px 0;
}
body.home-editorial .feature-icon { color: var(--ink); }
body.home-editorial .feature-text h4 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}
body.home-editorial .feature-photo img { border-radius: 2px; }
body.home-editorial .city-info {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
body.home-editorial .city-info h2,
body.home-editorial .city-info h3,
body.home-editorial .city-info h4 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}
body.home-editorial .highlight-icon { color: var(--ink); }
body.home-editorial .highlight-card {
  text-align: left;
  padding: 8px 4px 22px;
}
body.home-editorial .highlight-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}
body.home-editorial #about > h3,
body.home-editorial #contact h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}
