:root {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  color: #15231e;
  background: #fff;
  font-synthesis: none;
  --green-950: #053d2b;
  --green-900: #064b34;
  --green-800: #075c3d;
  --green-700: #08734b;
  --green-100: #e7f2ed;
  --green-50: #f4f8f6;
  --sand: #c99246;
  --sand-light: #f0e3cf;
  --ink: #15231e;
  --muted: #68746f;
  --line: #dde4e0;
  --shell: min(1280px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fff; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header { position: sticky; z-index: 50; top: 0; height: 76px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,67,48,.12); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; width: 42px; height: 42px; border: 2px solid var(--green-800); border-radius: 50%; overflow: hidden; flex: none; }
.brand-mark::before { content: ""; position: absolute; width: 30px; height: 14px; background: var(--green-800); border-radius: 100% 0 100% 0; transform: rotate(-25deg); top: 14px; left: 5px; }
.brand-mark i, .brand-mark b { position: absolute; display: block; width: 2px; background: white; transform-origin: bottom; z-index: 2; border-radius: 2px; }
.brand-mark i { height: 18px; left: 20px; top: 12px; transform: rotate(44deg); }
.brand-mark b { height: 13px; left: 23px; top: 15px; transform: rotate(-52deg); }
.brand strong { display: block; font-size: 22px; letter-spacing: .04em; color: var(--green-950); line-height: 1.05; }
.brand small { display: block; font-size: 10px; margin-top: 5px; color: #718079; letter-spacing: .1em; }
.main-nav { display: flex; align-items: stretch; gap: 30px; height: 76px; }
.main-nav a { position: relative; display: grid; place-items: center; font-size: 16px; font-weight: 600; color: #405049; }
.main-nav a:hover, .main-nav a.active { color: var(--green-800); }
.main-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 5px; right: 5px; height: 3px; background: var(--green-700); }
.header-action { justify-self: end; border: 0; background: var(--green-800); color: #fff; padding: 12px 22px; border-radius: 6px; font-weight: 700; cursor: pointer; }
.header-action:hover, .button:hover, .search-row button:hover { background: var(--green-700); transform: translateY(-1px); }
.nav-toggle, .mobile-publish { display: none; }
.hero { position: relative; height: min(640px, calc(100svh - 76px)); min-height: 520px; overflow: hidden; background: #e9f2f6; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.72) 28%, rgba(255,255,255,.08) 54%, transparent 70%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.12; letter-spacing: -.04em; max-width: 760px; }
.hero-kicker { margin-bottom: 18px; color: var(--green-800); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.hero p { margin: 26px 0 34px; color: #44534d; font-size: 19px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 0 28px; border: 1px solid var(--green-800); background: var(--green-800); color: #fff; border-radius: 7px; font-size: 16px; font-weight: 750; cursor: pointer; transition: .2s ease; }
.button svg, .text-button svg, .land-row-action a svg { width: 20px; height: 20px; }
.button-secondary { background: transparent; color: var(--green-800); }
.button-secondary:hover { color: #fff; }
.section { padding: 94px 0; }
.resource-section { background: #fff; }
.resource-layout { display: grid; grid-template-columns: 245px 1fr; gap: 50px; align-items: start; }
.section-intro { padding-right: 36px; border-right: 1px solid var(--line); min-height: 330px; }
.section h2, .page-banner h1 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.16; margin: 0; }
.section-intro h2 { font-size: 34px; }
.section-intro h2::after { content: ""; display: block; width: 38px; height: 3px; background: var(--green-700); margin: 22px 0 28px; }
.section-intro p, .section-heading p, .page-banner p, .about-layout p { color: var(--muted); line-height: 1.9; }
.resource-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.resource-item img { width: 100%; height: 180px; object-fit: cover; border-radius: 7px; }
.resource-item h3 { font-size: 19px; margin: 20px 0 9px; }
.resource-item p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.75; }
.featured-section { background: var(--green-50); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading p { margin: 12px 0 0; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.featured-card { background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: .25s ease; }
.featured-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(8,55,39,.1); }
.featured-card > img { width: 100%; height: 240px; object-fit: cover; }
.featured-card > div { position: relative; padding: 25px; }
.featured-card h3 { margin: 10px 0 12px; font-size: 22px; }
.featured-card p { color: var(--muted); margin: 0 0 20px; }
.featured-card strong { color: var(--green-800); }
.location { display: inline-flex; align-items: center; gap: 5px; color: var(--green-700); font-size: 14px; font-weight: 650; }
.location svg { width: 17px; height: 17px; }
.card-arrow { position: absolute; right: 24px; bottom: 23px; width: 22px; }
.about-section { scroll-margin-top: 76px; background: var(--green-950); color: #fff; }
.map-cta { padding: 76px 0; background: #d7e7df; }
.map-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.map-cta span { color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.map-cta h2 { max-width: 780px; margin: 13px 0 16px; color: var(--green-950); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.15; letter-spacing: -.035em; }
.map-cta p { max-width: 650px; margin: 0; color: #4d6158; line-height: 1.8; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about-layout h2 { max-width: 520px; }
.about-layout p { color: #b9cec5; margin: 0 0 20px; font-size: 16px; }
.about-layout .button { margin-top: 18px; background: #fff; color: var(--green-950); border-color: #fff; }
.site-footer { padding: 64px 0 24px; background: #062e22; color: #d4e2dc; }
.site-footer .brand strong { color: white; }
.site-footer .brand small { color: #a8bdb4; }
.site-footer .brand-mark { border-color: #e7f2ed; }
.site-footer .brand-mark::before { background: #e7f2ed; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1.1fr .7fr; gap: 60px; }
.footer-grid h3 { color: white; font-size: 15px; margin: 0 0 20px; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 10px; color: #9cb5aa; font-size: 14px; line-height: 1.8; }
.footer-grid > div:first-child p { margin-top: 20px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; margin-top: 48px; font-size: 12px; color: #78978a; }
.page-banner { padding: 66px 0 38px; background: white; }
.page-banner h1 { color: var(--green-950); }
.page-banner p { margin: 14px 0 0; }
.lands-content { padding-bottom: 100px; }
.search-row { display: grid; grid-template-columns: 1fr 122px; max-width: 900px; margin-left: auto; margin-top: -96px; margin-bottom: 62px; }
.search-row label { height: 54px; display: flex; align-items: center; gap: 14px; padding: 0 20px; border: 1px solid #9cb7ab; border-radius: 7px 0 0 7px; background: white; }
.search-row svg { width: 22px; color: var(--green-800); }
.search-row input { flex: 1; border: 0; outline: 0; font-size: 15px; min-width: 0; }
.search-row button { border: 0; background: var(--green-800); color: white; border-radius: 0 7px 7px 0; font-weight: 700; cursor: pointer; }
.filter-bar { min-height: 88px; display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr auto; gap: 0; border: 1px solid var(--line); border-radius: 9px; align-items: center; padding: 18px 16px; }
.filter-bar label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px solid var(--line); }
.filter-bar label span { font-weight: 700; white-space: nowrap; }
.filter-bar input, .filter-bar select { width: 100%; border: 0; background: transparent; outline: 0; color: #68746f; min-width: 0; }
.reset-button { border: 0; background: transparent; color: var(--green-800); padding: 12px 20px; cursor: pointer; font-weight: 650; }
.results-meta { display: flex; justify-content: space-between; align-items: center; margin: 36px 0 14px; color: var(--muted); }
.results-meta strong { color: var(--green-800); }
.results-meta span { font-size: 13px; padding: 7px 10px; background: #f5efe6; color: #806335; border-radius: 4px; }
.land-list { border-top: 1px solid var(--line); }
.land-row { display: grid; grid-template-columns: 360px 1fr 190px; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.land-row-image { border-radius: 8px; overflow: hidden; height: 220px; }
.land-row-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.land-row:hover .land-row-image img { transform: scale(1.025); }
.land-row-main h2 { font-size: 25px; margin: 10px 0 26px; }
.land-row-main dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 26px; margin: 0; }
.land-row-main dl .wide { grid-column: span 3; }
.land-row-main dt { color: #89938f; font-size: 13px; margin-bottom: 5px; }
.land-row-main dd { margin: 0; font-size: 15px; }
.land-row-action { align-self: stretch; padding-left: 28px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: flex-end; text-align: right; }
.land-row-action strong { color: var(--green-800); font-size: 19px; line-height: 1.5; }
.land-row-action a { margin-top: 28px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--green-800); border-radius: 6px; padding: 12px 16px; color: var(--green-800); font-weight: 700; }
.loading-state { min-height: 380px; display: grid; place-content: center; text-align: center; color: var(--muted); }
.loading-state span { width: 38px; height: 38px; margin: 0 auto; border: 3px solid var(--green-100); border-top-color: var(--green-800); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty-state { min-height: 260px; display: flex; justify-content: center; align-items: center; gap: 50px; border: 1px solid var(--line); background: #fbfcfb; }
.empty-state h2 { margin: 0 0 10px; font-size: 23px; }
.empty-state p { color: var(--muted); }
.empty-landscape { width: 160px; height: 100px; position: relative; overflow: hidden; }
.empty-landscape::before, .empty-landscape::after { content: ""; position: absolute; bottom: 14px; width: 100px; height: 70px; border: 2px solid #b9cec5; transform: rotate(45deg); }
.empty-landscape::before { left: -30px; }.empty-landscape::after { left: 75px; }
.empty-landscape i { position: absolute; z-index: 2; left: 64px; top: 25px; width: 48px; height: 48px; border: 7px solid var(--green-700); border-radius: 50%; background: #fff; }
.empty-landscape b { position: absolute; z-index: 3; width: 42px; height: 7px; background: var(--green-700); border-radius: 4px; transform: rotate(42deg); top: 68px; left: 99px; }
.text-button { border: 0; background: transparent; padding: 0; color: var(--green-800); display: flex; gap: 8px; align-items: center; font-weight: 700; cursor: pointer; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; }
.pagination button { border: 1px solid var(--line); background: white; padding: 10px 18px; border-radius: 5px; cursor: pointer; }.pagination button:disabled { opacity: .4; cursor: default; }
.breadcrumb { display: flex; gap: 11px; align-items: center; padding: 26px 0 20px; color: #7c8883; font-size: 14px; white-space: nowrap; overflow: hidden; }
.breadcrumb b { color: #37453f; overflow: hidden; text-overflow: ellipsis; }
.detail-page { background: #fafbfa; padding-bottom: 90px; }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(390px, .75fr); gap: 22px; }
.gallery { min-width: 0; }
.gallery-main { width: 100%; height: 500px; object-fit: cover; border-radius: 9px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumbs button { padding: 0; border: 2px solid transparent; border-radius: 7px; overflow: hidden; background: none; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--green-700); }
.gallery-thumbs img { width: 100%; height: 120px; object-fit: cover; }
.land-summary { background: white; border: 1px solid var(--line); border-radius: 9px; padding: 34px 32px; }
.land-summary h1 { font-size: 34px; margin: 15px 0 25px; letter-spacing: -.03em; }
.land-summary dl { margin: 0; }
.land-summary dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line); }
.land-summary dt { color: #77837e; }.land-summary dd { margin: 0; line-height: 1.6; }.land-summary dd.price { color: var(--green-800); font-weight: 750; }
.contact-button { width: 100%; margin-top: 26px; }
.detail-lower { display: grid; grid-template-columns: .9fr 1.15fr; gap: 22px; margin-top: 24px; align-items: start; }
.land-description, .inquiry-panel { background: white; border: 1px solid var(--line); border-radius: 9px; padding: 34px; }
.land-description h2, .inquiry-panel h2 { font-size: 27px; color: var(--green-900); margin: 0 0 22px; }
.land-description > p { color: #5e6d66; line-height: 2; margin: 0; }
.fact-note { background: var(--green-50); padding: 20px; margin-top: 34px; border-left: 3px solid var(--green-700); }
.fact-note strong { color: var(--green-900); }.fact-note p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 8px 0 0; }
.inquiry-panel { scroll-margin-top: 100px; }
.form-heading p { color: var(--muted); margin: -10px 0 28px; line-height: 1.7; }
.inquiry-panel form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-panel label { display: grid; gap: 9px; font-size: 14px; font-weight: 700; }
.inquiry-panel input, .inquiry-panel select, .inquiry-panel textarea { width: 100%; border: 1px solid #d4ddd9; border-radius: 6px; padding: 13px 14px; outline: 0; background: white; font-size: 15px; font-weight: 400; }
.inquiry-panel textarea { resize: vertical; min-height: 122px; line-height: 1.7; }
.inquiry-panel input:focus, .inquiry-panel select:focus, .inquiry-panel textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(8,115,75,.1); }
.submit-button { width: 100%; }.submit-button:disabled { opacity: .65; cursor: wait; }
.privacy-note { color: #829089; text-align: center; font-size: 12px; margin: -7px 0 0; }
.form-status { border-radius: 6px; padding: 12px 14px; font-size: 14px; }.form-status.error { color: #a13b32; background: #fff0ee; }.form-status.success { color: var(--green-900); background: var(--green-100); }
.detail-loading, .not-found { min-height: 650px; display: grid; place-content: center; text-align: center; }.not-found p { color: var(--muted); }.not-found .button { margin: 20px auto 0; }
@media (max-width: 1050px) {
  .resource-layout { grid-template-columns: 1fr; }.section-intro { border: 0; min-height: 0; max-width: 680px; }.resource-rail { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: 1fr 1fr; }.featured-card:last-child { display: none; }
  .filter-bar { grid-template-columns: 1fr 1fr; gap: 22px; }.filter-bar label { border-right: 0; padding: 0; }.reset-button { justify-self: start; }
  .land-row { grid-template-columns: 280px 1fr; }.land-row-action { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; border: 0; padding: 0; }.land-row-action a { margin: 0; }
  .detail-hero { grid-template-columns: 1fr; }.land-summary { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 35px; }.land-summary h1, .land-summary .location { grid-column: 1; }.land-summary dl { grid-column: 2; grid-row: 1 / span 3; }.land-summary .contact-button { grid-column: 1; align-self: end; }
  .detail-lower { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1280px); }
  .site-header { height: 66px; }.header-inner { grid-template-columns: 1fr auto; }.brand-mark { width: 36px; height: 36px; }.brand strong { font-size: 19px; }.brand small { display: none; }
  .header-action { display: none; }.nav-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: transparent; color: var(--green-950); }.nav-toggle svg { width: 27px; }
  .main-nav { display: none; position: fixed; top: 66px; left: 0; right: 0; height: auto; background: white; padding: 14px 16px 22px; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(7,53,38,.12); }.main-nav.is-open { display: grid; gap: 0; }.main-nav a { display: block; padding: 16px; border-bottom: 1px solid #eef2f0; }.main-nav a.active::after { display: none; }.mobile-publish { display: block; margin: 18px 16px 0; min-height: 48px; border: 0; border-radius: 6px; background: var(--green-800); color: white; font-weight: 700; }
  .hero { height: 610px; min-height: 0; }.hero > img { object-position: 64% center; }.hero::after { background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.78) 60%, rgba(255,255,255,.15) 100%); }.hero h1 { font-size: 45px; }.hero p { font-size: 16px; line-height: 1.8; }.hero p br { display: none; }
  .section { padding: 68px 0; }.resource-rail { grid-template-columns: 1fr; }.resource-item { display: grid; grid-template-columns: 150px 1fr; column-gap: 18px; }.resource-item img { height: 118px; grid-row: 1 / span 2; }.resource-item h3 { margin: 6px 0 6px; }.resource-item p { font-size: 13px; }
  .section-heading { align-items: flex-start; }.section-heading .button { display: none; }.featured-grid { grid-template-columns: 1fr; }.featured-card:last-child { display: block; }
  .about-layout { grid-template-columns: 1fr; gap: 38px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { gap: 15px; flex-direction: column; }
  .page-banner { padding: 50px 0 100px; }.page-banner h1 { font-size: 40px; }.search-row { margin: -78px 0 28px; grid-template-columns: 1fr 82px; }.search-row label { padding: 0 14px; }
  .filter-bar { grid-template-columns: 1fr; gap: 20px; }.filter-bar label { grid-template-columns: 90px 1fr; }.results-meta { margin-top: 28px; }.land-row { grid-template-columns: 1fr; gap: 18px; }.land-row-image { height: 245px; }.land-row-action { grid-column: 1; }.land-row-main dl { grid-template-columns: 1fr 1fr; }.land-row-main dl .wide { grid-column: span 2; }
  .empty-state { padding: 45px 25px; flex-direction: column; gap: 20px; text-align: center; }.text-button { margin: auto; }
  .breadcrumb { padding-top: 20px; }.detail-hero { width: 100%; gap: 0; }.gallery-main { height: 360px; border-radius: 0; }.gallery-thumbs { padding: 0 16px; }.gallery-thumbs img { height: 80px; }.land-summary { border-radius: 0; border-left: 0; border-right: 0; grid-template-columns: 1fr; padding: 28px 20px; }.land-summary h1, .land-summary .location, .land-summary dl, .land-summary .contact-button { grid-column: 1; grid-row: auto; }.land-summary h1 { font-size: 30px; }.detail-lower { width: 100%; gap: 14px; }.land-description, .inquiry-panel { border-radius: 0; border-left: 0; border-right: 0; padding: 28px 20px; }.form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; } }

.map-page { min-height: 820px; padding: 54px 0 92px; background: #f5f8f6; }
.map-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.map-heading .eyebrow { color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.map-heading h1 { margin: 12px 0 8px; color: var(--green-950); font-size: clamp(42px, 5vw, 66px); letter-spacing: -.045em; }
.map-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.map-trust { display: grid; min-width: 215px; padding: 17px 20px; border-left: 3px solid var(--green-700); background: #e7f1ec; }
.map-trust strong { color: var(--green-900); font-size: 15px; }.map-trust span { margin-top: 5px; color: #587067; font-size: 12px; }
.map-filter-shell { margin: 34px 0 20px; background: #fff; border-block: 1px solid var(--line); box-shadow: 0 8px 24px rgba(20,70,51,.05); }
.map-filter { min-height: 92px; display: grid; grid-template-columns: 1.3fr .82fr .82fr 1.05fr auto auto; align-items: center; gap: 0; }
.map-filter>label { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; min-height: 50px; padding: 0 20px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.map-filter>label:first-child { grid-template-columns: auto 1fr; }.map-filter svg { width: 20px; color: var(--green-700); }
.map-filter input,.map-filter select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; font-weight: 450; }
.map-filter>.button { min-height: 44px; margin-left: 16px; padding: 0 20px; }.map-reset { border: 0; background: transparent; color: var(--green-800); padding: 12px 16px; font-weight: 700; cursor: pointer; }
.map-area-inputs { min-width: 0; display: flex; align-items: center; gap: 5px; }.map-area-inputs input { min-width: 44px; }.map-area-inputs i { color: #9ca9a3; font-style: normal; }
.map-workspace { display: grid; grid-template-columns: minmax(0,1fr) 350px; min-height: 660px; border: 1px solid #cddbd4; background: #fff; box-shadow: 0 22px 60px rgba(12,57,41,.1); }
.map-stage { min-width: 0; padding: 20px 20px 12px; background: #edf4f0; border-right: 1px solid #d0ddd6; }
.map-stage-top { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 14px; }
.map-stage-top>div:first-child { display: grid; }.map-stage-top strong { color: var(--green-950); font-size: 15px; }.map-stage-top span { margin-top: 4px; color: #73857d; font-size: 12px; }
.map-legend { display: flex; align-items: center; gap: 7px; color: #5d7168; font-size: 12px; }.map-legend i { width: 9px; height: 9px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 4px rgba(201,146,70,.16); }
.map-canvas { position: relative; min-height: 580px; overflow: hidden; border: 1px solid #cadbd2; background: radial-gradient(circle at 75% 20%,rgba(255,255,255,.7),transparent 33%),#e8f1ed; }
.china-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }.country-shadow { transform: translate(6px,9px); fill: rgba(21,70,51,.12); }.country-fill { fill: url(#map-land); stroke: #87a998; stroke-width: 2; }.map-grid-fill { fill: url(#map-grid); }.province-lines path { fill: none; stroke: #a5c0b2; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }.island { fill: #d3e5db; stroke: #91ae9f; stroke-width: 1.4; }.map-watermark { fill: #789288; font-size: 13px; letter-spacing: 3px; }
.map-caption { margin: 9px 2px 0; color: #73857d; font-size: 11px; line-height: 1.6; }
.land-pin { position: absolute; z-index: 4; width: 20px; height: 20px; padding: 0; transform: translate(-50%,-50%); border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--sand); box-shadow: 0 4px 12px rgba(79,57,25,.28); rotate: -45deg; cursor: pointer; transition: transform .18s ease; }
.land-pin span { position: absolute; inset: 4px; border-radius: 50%; background: #fff; }.land-pin b { position: absolute; left: 22px; top: 15px; min-width: max-content; padding: 5px 7px; border-radius: 3px; background: rgba(5,61,43,.88); color: #fff; font-size: 10px; font-weight: 700; rotate: 45deg; opacity: 0; pointer-events: none; }
.land-pin:hover,.land-pin.is-selected { z-index: 6; transform: translate(-50%,-50%) scale(1.25); background: var(--green-700); }.land-pin:hover b,.land-pin.is-selected b { opacity: 1; }
.map-popover { position: absolute; z-index: 10; width: 285px; padding: 17px 18px; transform: translate(18px,-50%); border: 1px solid #cbd9d2; border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 16px 40px rgba(16,52,39,.22); }
.map-popover.is-left { transform: translate(calc(-100% - 18px),-50%); }
.map-popover>span { color: var(--green-700); font-size: 11px; font-weight: 750; }.map-popover>strong { display: block; margin: 6px 22px 7px 0; color: var(--green-950); font-size: 17px; }.map-popover p { margin: 0 0 7px; color: #42554c; font-size: 13px; }.map-popover small { display: block; color: #7c8d85; font-size: 10px; }.map-popover a { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; color: var(--green-800); font-size: 12px; font-weight: 800; }.map-popover a svg { width: 16px; }.map-popover-close { position: absolute; right: 9px; top: 7px; border: 0; background: transparent; color: #65766e; font-size: 21px; cursor: pointer; }
.map-loading { position: absolute; z-index: 12; inset: 0; display: grid; background: rgba(237,244,240,.88); }.map-loading .loading-state { min-height: 100%; }
.map-empty { position: absolute; z-index: 5; left: 50%; top: 50%; display: grid; width: min(420px,calc(100% - 40px)); padding: 30px; transform: translate(-50%,-50%); border: 1px solid #c7d8cf; background: rgba(255,255,255,.94); text-align: center; box-shadow: 0 16px 45px rgba(13,57,42,.12); }.map-empty strong { color: var(--green-950); font-size: 20px; }.map-empty span { margin: 10px 0 16px; color: var(--muted); line-height: 1.7; }.map-empty a { display: inline-flex; justify-content: center; align-items: center; gap: 6px; color: var(--green-800); font-weight: 800; }.map-empty svg { width: 18px; }
.map-results { min-width: 0; background: #fff; }.map-results-heading { display: flex; align-items: center; justify-content: space-between; height: 62px; padding: 0 20px; border-bottom: 1px solid var(--line); }.map-results-heading span { color: var(--green-950); font-weight: 800; }.map-results-heading strong { color: var(--green-700); font-size: 13px; }
.map-result-list { max-height: 632px; overflow-y: auto; }.map-land-card { width: 100%; display: grid; grid-template-columns: 100px 1fr; gap: 13px; padding: 16px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; cursor: pointer; transition: background .16s; }.map-land-card:hover,.map-land-card.is-selected { background: #f0f6f3; }.map-land-card.is-selected { box-shadow: inset 3px 0 var(--green-700); }.map-land-card img { width: 100px; height: 86px; object-fit: cover; border-radius: 5px; }.map-land-card>span { min-width: 0; display: grid; align-content: center; }.map-land-card small { color: #668177; font-size: 10px; }.map-land-card strong { margin: 5px 0; overflow: hidden; color: var(--green-950); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.map-land-card em { color: #66756e; font-size: 11px; font-style: normal; }.map-land-card b { margin-top: 6px; color: #a3651f; font-size: 12px; }.map-list-empty { padding: 60px 20px; color: var(--muted); text-align: center; }.map-sample-note { padding: 10px 16px; background: #fff5e6; color: #876333; font-size: 11px; }

.demand-page { padding-bottom: 90px; background: var(--green-50); }
.demand-banner { padding: 68px 0 116px; background: var(--green-950); color: #fff; }
.demand-banner-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.demand-banner h1 { margin: 0; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.04em; }
.demand-banner p { max-width: 660px; margin: 18px 0 0; color: #cee0d8; font-size: 18px; line-height: 1.8; }
.demand-banner a { padding-bottom: 5px; border-bottom: 1px solid #9fbdb0; color: #fff; font-weight: 700; }
.demand-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 28px; align-items: start; margin-top: -64px; }
.demand-aside, .demand-form-panel { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 20px 50px rgba(5,61,43,.08); }
.demand-aside { padding: 28px; }.demand-aside>h2,.demand-form-panel h2 { margin: 0; font-size: 25px; }
.demand-steps { display: grid; margin-top: 24px; }.demand-steps>div { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding-bottom: 25px; }
.demand-steps>div:not(:last-child) { border-left: 1px solid #cbdcd4; margin-left: 16px; padding-left: 23px; }
.demand-steps span { display: grid; width: 34px; height: 34px; margin-left: -17px; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-size: 12px; font-weight: 800; place-items: center; }
.demand-steps h3 { margin: 4px 0 7px; font-size: 16px; }.demand-steps p,.demand-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.demand-note { margin-top: 6px; padding: 18px; border-radius: 8px; background: var(--green-50); }.demand-note strong { display: block; margin-bottom: 6px; color: var(--green-900); }
.demand-form-panel { padding: 34px 38px 40px; }.demand-form-panel .form-heading { margin-bottom: 6px; }.demand-form { display: grid; gap: 28px; margin-top: 26px; }
.demand-form fieldset { margin: 0; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }.demand-form legend { margin-bottom: 18px; color: var(--green-900); font-size: 17px; font-weight: 800; }
.demand-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.demand-form label { display: grid; gap: 8px; color: #44534d; font-size: 14px; font-weight: 700; }.demand-form label.wide { grid-column: 1/-1; }
.demand-form input,.demand-form select,.demand-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; background: #fff; outline: 0; }.demand-form input,.demand-form select { height: 46px; padding: 0 13px; }.demand-form textarea { padding: 12px 13px; line-height: 1.7; resize: vertical; }
.demand-form input:focus,.demand-form select:focus,.demand-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(8,115,75,.1); }.demand-submit { width: 100%; }
@media (max-width:900px){.demand-layout{grid-template-columns:1fr}.demand-aside{display:none}}
@media (max-width:640px){.hero-actions{align-items:stretch;flex-direction:column;width:100%}.hero-actions .button{width:100%}.demand-banner{padding:48px 0 92px}.demand-banner-inner{align-items:flex-start;flex-direction:column}.demand-layout{width:100%}.demand-form-panel{padding:26px 20px;border-radius:0;border-right:0;border-left:0}.demand-form-grid{grid-template-columns:1fr}.demand-form label.wide{grid-column:auto}}

@media (max-width: 1050px) {
  .map-filter { grid-template-columns: repeat(2,1fr); padding: 14px 0; }.map-filter>label { border: 0; }.map-filter>.button { margin-left: 20px; }.map-workspace { grid-template-columns: 1fr 300px; }.map-popover { width: 250px; }
}
@media (max-width: 760px) {
  .map-cta-inner,.map-heading { align-items: flex-start; flex-direction: column; }.map-cta-inner { gap: 28px; }.map-trust { width: 100%; }.map-page { padding-top: 38px; }.map-filter { grid-template-columns: 1fr; }.map-filter>label { min-height: 45px; padding: 0 16px; }.map-filter>.button { width: calc(100% - 32px); margin: 8px 16px 0; }.map-reset { width: 100%; }.map-workspace { width: 100%; grid-template-columns: 1fr; border-inline: 0; }.map-stage { padding: 14px 8px 10px; border-right: 0; }.map-canvas { min-height: 440px; }.map-results { border-top: 1px solid var(--line); }.map-result-list { max-height: 430px; }.map-popover { left: 10px !important; right: 10px; top: auto !important; bottom: 10px; width: auto; transform: none; }.map-caption { padding-inline: 8px; }.map-stage-top { padding-inline: 8px; }
}
