:root {
  --ink: #1d211c;
  --muted: #656860;
  --paper: #f3efe7;
  --cream: #fbf8f1;
  --white: #fff;
  --forest: #123a2f;
  --forest-deep: #0b2b23;
  --sage: #dce7df;
  --orange: #c85b32;
  --orange-deep: #a74728;
  --line: rgba(29, 33, 28, .14);
  --serif: Georgia, "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: auto; }
.shell { width: min(calc(100% - 72px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 120; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line); background: rgba(251,248,241,.94); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; font: 600 23px/1 var(--serif); text-decoration: none; }
.desktop-nav { margin-left: auto; display: flex; gap: clamp(18px,2vw,32px); }
.desktop-nav a, .language, .nav-cta, .mobile-menu a { font-size: 13px; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .language:hover { color: var(--orange); }
.language { padding: 10px 0; white-space: nowrap; }
.nav-cta { padding: 11px 18px; background: var(--orange); color: #fff; white-space: nowrap; }
.nav-cta:hover, .button:hover { background: var(--orange-deep); }
.menu-button { display: none; border: 1px solid var(--line); padding: 10px 13px; background: transparent; font: 750 12px/1 var(--sans); }
.mobile-menu { display: none; }
.breadcrumb { border-bottom: 1px solid var(--line); background: var(--cream); }
.breadcrumb .shell { min-height: 40px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumb a { text-decoration: none; }

.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.09; }
h1 { margin-bottom: 22px; font-size: clamp(46px,5vw,76px); letter-spacing: -.038em; }
h2 { margin-bottom: 18px; font-size: clamp(34px,4vw,54px); letter-spacing: -.028em; }
h3 { margin-bottom: 10px; font-size: 24px; }
[data-lang="zh"] h1, [data-lang="zh"] h2, [data-lang="zh"] h3 { letter-spacing: -.025em; }
[data-lang="zh"] .hero-copy h1 span { display: block; }
.section-heading { max-width: 780px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.button, .text-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; font-size: 14px; font-weight: 800; text-decoration: none; }
.button { border: 1px solid var(--orange); padding: 12px 20px; background: var(--orange); color: #fff; }
.text-button { padding: 9px 0; border-bottom: 1px solid currentColor; color: var(--orange-deep); }

.hero { background: var(--cream); }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(42px,6vw,88px); }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 28px; color: #50534c; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.hero-media { position: relative; min-height: 445px; margin: 0; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; right: 16px; bottom: 16px; max-width: 310px; padding: 8px 11px; background: rgba(11,43,35,.85); color: rgba(255,255,255,.88); font-size: 11px; }
.hero-stamp { position: absolute; top: 18px; left: 18px; padding: 10px 13px; background: var(--cream); color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .04em; }

.buyer-paths { padding: 66px 0 72px; background: #fff; border-block: 1px solid var(--line); }
.paths-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.paths-head h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(32px,3.3vw,47px); }
.paths-head p { max-width: 500px; margin: 0; color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.path-card { display: flex; min-height: 205px; flex-direction: column; padding: 28px 28px 24px; border-right: 1px solid var(--line); text-decoration: none; transition: .2s ease; }
.path-card:last-child { border-right: 0; }
.path-card span { margin-bottom: 22px; color: var(--orange); font: 600 18px/1 var(--serif); }
.path-card h3 { margin-bottom: 10px; }
.path-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.path-card strong { margin-top: auto; color: var(--orange-deep); font-size: 13px; }
.path-card:hover { background: var(--paper); transform: translateY(-3px); }

.industry { padding: 92px 0 84px; background: var(--forest); color: #fff; }
.industry .eyebrow { color: #efb18d; }
.industry-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.industry-intro h2 { max-width: 670px; margin: 0; color: #fff; }
.industry-intro > div:last-child p { margin: 0 0 12px; color: rgba(255,255,255,.75); }
.industry-intro .source-note { color: #efb18d; font-size: 12px; }
.cluster-grid { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid rgba(255,255,255,.19); }
.cluster { min-height: 184px; padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.19); }
.cluster:last-child { border-right: 0; }
.cluster b { display: block; margin-bottom: 20px; color: #efb18d; font: 600 16px/1 var(--serif); }
.cluster h3 { color: #fff; font-size: 21px; }
.cluster p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.company-band { margin-top: 38px; padding: 30px; background: rgba(255,255,255,.075); }
.company-band-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.company-band-head h3 { margin: 0; color: #fff; font-size: 20px; }
.company-band-head span { color: rgba(255,255,255,.58); font-size: 11px; }
.company-list { display: flex; flex-wrap: wrap; gap: 10px; }
.company-list span { border: 1px solid rgba(255,255,255,.23); padding: 9px 13px; background: rgba(0,0,0,.08); color: #fff; font-size: 13px; font-weight: 750; }
.next-row { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: start; margin-top: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.next-row strong { color: #efb18d; font-size: 13px; }
.next-row p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.company-directory { margin-top: 26px; }
.company-directory summary { width: fit-content; cursor: pointer; border-bottom: 1px solid currentColor; color: #fff; font-size: 13px; font-weight: 800; }
.directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 22px; }
.directory-item { padding: 17px; background: rgba(255,255,255,.075); }
.directory-item strong { display: block; font-size: 14px; }
.directory-item small { color: rgba(255,255,255,.62); }

.daily { padding: 92px 0; background: var(--paper); }
.daily-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 72px; align-items: start; }
.daily-copy { position: sticky; top: 112px; }
.daily-copy p:not(.eyebrow) { color: var(--muted); }
.daily-content figure { margin: 0 0 32px; }
.daily-content figure img { aspect-ratio: 16/9; object-fit: cover; }
.daily-content figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.amenity-list { border-top: 1px solid var(--line); }
.amenity-row { display: grid; grid-template-columns: 56px 180px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.amenity-row > span { color: var(--orange); font: 600 17px/1 var(--serif); }
.amenity-row strong { font-size: 14px; }
.amenity-row p { margin: 0; color: var(--muted); font-size: 14px; }

.progress { padding: 92px 0; background: var(--cream); }
.progress-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.progress-head p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); }
.timeline article { min-height: 250px; padding: 29px; border-top: 3px solid var(--orange); border-right: 1px solid var(--line); background: #fff; }
.timeline article:last-child { border-right: 0; }
.timeline span { display: block; margin-bottom: 28px; color: var(--orange); font: 600 18px/1 var(--serif); }
.timeline h3 { font-size: 23px; }
.timeline p { color: var(--muted); font-size: 14px; }

.homes { padding: 92px 0; background: #fff; }
.homes-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.homes-head h2 { margin-bottom: 0; }
.homes-head p { max-width: 520px; margin: 0; color: var(--muted); }
.home-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.home-card { display: grid; grid-template-columns: .93fr 1.07fr; min-height: 330px; border: 1px solid var(--line); background: var(--cream); text-decoration: none; }
.home-card img { height: 100%; object-fit: cover; }
.home-card > div { display: flex; flex-direction: column; padding: 30px; }
.home-card small { margin-bottom: 18px; color: var(--orange); font-weight: 800; }
.home-card p { color: var(--muted); font-size: 14px; }
.home-card strong { margin-top: auto; color: var(--orange-deep); font-size: 13px; }

.updates { padding: 92px 0; background: var(--paper); }
.updates-layout { display: grid; grid-template-columns: .52fr 1.48fr; gap: 70px; }
.update-list { border-top: 1px solid var(--line); }
.update-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 24px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.update-item time { color: var(--orange); font: 600 16px/1.25 var(--serif); }
.update-item h3 { margin-bottom: 7px; font-size: 20px; }
.update-item p { margin: 0; color: var(--muted); font-size: 13px; }
.update-item a { font-size: 12px; font-weight: 800; white-space: nowrap; }

.faq { padding: 90px 0; background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 76px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }
.sources { padding: 36px 0; border-top: 1px solid var(--line); background: #fff; }
.sources .shell { display: flex; justify-content: space-between; gap: 28px; }
.sources p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; }
.source-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 18px; }
.source-links a { font-size: 12px; font-weight: 800; }

.advisor { padding: 76px 0; background: var(--forest-deep); color: #fff; }
.advisor-layout { display: grid; grid-template-columns: 150px 1fr; gap: 42px; align-items: center; }
.advisor img { aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.advisor h2 { max-width: 760px; color: #fff; }
.advisor p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); }
.advisor-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.advisor .text-button { color: #fff; }
.site-footer { padding: 27px 0; background: #081f19; color: rgba(255,255,255,.66); }
.site-footer .shell { display: flex; justify-content: space-between; gap: 24px; }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer a { font-size: 11px; text-decoration: none; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .language { margin-left: auto; }
  .menu-button { display: block; }
  .mobile-menu.is-open { display: grid; padding: 12px 36px 22px; border-top: 1px solid var(--line); background: var(--cream); }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .mobile-menu .mobile-cta { margin-top: 12px; padding: 13px; background: var(--orange); color: #fff; text-align: center; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 70px; }
  .hero-media { min-height: 420px; }
  .industry-intro, .progress-head { grid-template-columns: 1fr; gap: 24px; }
  .cluster-grid { grid-template-columns: repeat(2,1fr); }
  .cluster:nth-child(2) { border-right: 0; }
  .cluster:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.19); }
  .daily-layout, .updates-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .daily-copy { position: static; }
  .home-card { grid-template-columns: 1fr; }
  .home-card img { height: 260px; }
  .directory-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .nav-wrap { min-height: 64px; gap: 15px; }
  .brand { font-size: 20px; }
  .breadcrumb { display: none; }
  h1 { font-size: clamp(40px,12vw,57px); }
  h2 { font-size: clamp(32px,10vw,43px); }
  .hero-grid { padding-block: 48px 54px; gap: 36px; }
  .hero-media { min-height: 320px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .paths-head, .homes-head { align-items: flex-start; flex-direction: column; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .industry, .daily, .progress, .homes, .updates, .faq { padding: 72px 0; }
  .cluster-grid { grid-template-columns: 1fr; }
  .cluster, .cluster:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.19); }
  .cluster:last-child { border-bottom: 0; }
  .company-band { padding: 22px; }
  .company-band-head { align-items: flex-start; flex-direction: column; }
  .next-row { grid-template-columns: 1fr; gap: 10px; }
  .directory-grid { grid-template-columns: 1fr; }
  .amenity-row { grid-template-columns: 44px 1fr; gap: 14px; }
  .amenity-row p { grid-column: 2; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-grid { grid-template-columns: 1fr; }
  .update-item { grid-template-columns: 72px 1fr; }
  .update-item a { grid-column: 2; }
  .sources .shell { flex-direction: column; }
  .source-links { justify-content: start; }
  .advisor-layout { grid-template-columns: 1fr; }
  .advisor img { width: 112px; }
  .site-footer .shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
