* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fcfbf9;
  color: #2c241c;
  line-height: 1.6;
}
:root {
  --ink: #2c241c; --ink-light: #6b5d53; --ink-muted: #9a8c80;
  --ink-border: rgba(44,36,28,0.10); --bg-warm: #f8f5f0; --bg-card: #fff;
  --accent: #f09c08; --accent-dark: #d48806;
  --gradient-hero: linear-gradient(145deg,#f5efe8 0%,#e8dccc 40%,#d9ccba 70%,#ede3d6 100%);
  --gradient-cta: linear-gradient(135deg,#f5a623 0%,#d48806 50%,#b87304 100%);
  --gradient-card: linear-gradient(135deg,#fcf6ec 0%,#faf1df 100%);
}
a { text-decoration: none; color: inherit; }
.top { position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(255,255,255,0.92); backdrop-filter:blur(12px); border-bottom:1px solid var(--ink-border); height:64px; display:flex; align-items:center; justify-content:space-between; padding:0 48px; }
.logo { font-size:20px; font-weight:600; letter-spacing:4px; color:var(--accent); }
.logo span { font-weight:300; font-size:14px; letter-spacing:1px; color:var(--ink-light); margin-left:6px; }
.top-nav { display:flex; gap:28px; list-style:none; }
.top-nav a { font-size:13px; font-weight:500; color:var(--ink-light); letter-spacing:0.5px; padding:4px 0; position:relative; transition:0.2s; }
.top-nav a::after { content:''; position:absolute; bottom:-2px; left:0; width:0; height:2px; background:var(--accent); transition:0.3s; }
.top-nav a:hover { color:var(--ink); }
.top-nav a:hover::after { width:100%; }
.top-nav a.active { color:var(--ink); } .top-nav a.active::after { width:100%; }
.top-cta { font-size:13px; font-weight:500; color:#fff; background:var(--accent); padding:8px 22px; border-radius:6px; transition:0.2s; display:inline-block; }
.top-cta:hover { background:var(--accent-dark); }
.menu-toggle { display:none; background:none; border:none; width:28px; height:28px; cursor:pointer; }
.menu-toggle span { display:block; width:22px; height:2px; background:var(--ink); margin:5px 3px; border-radius:1px; }

.hero { margin-top:64px; display:grid; grid-template-columns:1fr 1fr; min-height:calc(100vh - 64px); }
.hero-left { display:flex; flex-direction:column; justify-content:center; padding:80px 48px 80px 64px; background:var(--bg-warm); }
.hero-tag { font-size:12px; font-weight:500; color:var(--accent); letter-spacing:3px; margin-bottom:20px; }
.hero h1 { font-size:48px; font-weight:500; line-height:1.15; letter-spacing:-1px; color:var(--ink); margin-bottom:16px; }
.hero h1 em { font-style:normal; color:var(--accent); }
.hero p { font-size:16px; color:var(--ink-light); line-height:1.8; max-width:400px; margin-bottom:32px; }
.hero-acts { display:flex; gap:16px; }
.btn-primary { background:linear-gradient(135deg,#f5a623,#d48806); color:#fff; border:none; padding:14px 32px; font-size:14px; font-weight:600; border-radius:8px; cursor:pointer; transition:0.3s; box-shadow:0 4px 14px rgba(240,156,8,0.25); display:inline-block; }
.btn-primary:hover { background:linear-gradient(135deg,#f09c08,#b87304); transform:translateY(-2px); box-shadow:0 8px 24px rgba(240,156,8,0.35); }
.btn-outline { background:transparent; color:var(--ink-light); border:1px solid var(--ink-border); padding:14px 32px; font-size:14px; font-weight:500; border-radius:8px; cursor:pointer; transition:0.25s; display:inline-block; }
.btn-outline:hover { border-color:var(--accent); color:var(--accent); }
.hero-right { background:var(--gradient-hero); display:flex; align-items:center; justify-content:center; font-size:14px; color:var(--ink-muted); letter-spacing:3px; position:relative; overflow:hidden; }
.hero-right::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 500px 400px at 60% 30%,rgba(240,156,8,0.10) 0%,transparent 60%),radial-gradient(ellipse 300px 500px at 30% 70%,rgba(255,255,255,0.3) 0%,transparent 50%); }
.hero-right::after { content:''; position:absolute; bottom:0; left:0; right:0; height:60%; background:linear-gradient(to top, rgba(44,36,28,0.04) 0%, transparent 100%); }
.hero-img { width:100%; height:100%; object-fit:cover; position:relative; z-index:1; }

section { padding:100px 48px; max-width:1280px; margin:0 auto; }
.section-label { font-size:12px; font-weight:500; color:var(--accent); letter-spacing:3px; margin-bottom:8px; }
.section-title { font-size:34px; font-weight:400; line-height:1.2; margin-bottom:12px; letter-spacing:-0.5px; }
.section-title strong { font-weight:600; }
.section-desc { font-size:15px; color:var(--ink-light); max-width:480px; line-height:1.7; }
.section-center { text-align:center; }
.section-center .section-desc { margin:0 auto 48px; }

.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.project-card { background:var(--bg-card); border-radius:12px; overflow:hidden; border:1px solid var(--ink-border); transition:all 0.35s; cursor:pointer; display:block; color:inherit; }
.project-card:hover { border-color:var(--accent); box-shadow:0 8px 30px rgba(240,156,8,0.08); transform:translateY(-3px); }
.project-card-pic { height:240px; background:var(--gradient-card); display:flex; align-items:center; justify-content:center; font-size:13px; position:relative; color:var(--ink-muted); overflow:hidden; }
.project-card-pic img { width:100%; height:100%; object-fit:cover; }
.project-card-pic .badge { position:absolute; top:16px; left:16px; background:var(--accent); color:#fff; font-size:11px; font-weight:600; padding:4px 12px; border-radius:4px; letter-spacing:0.5px; z-index:2; }
.project-card-pic .badge.sold { background:var(--ink-muted); }
.project-card-body { padding:24px; }
.project-card-body h3 { font-size:18px; font-weight:600; margin-bottom:4px; }
.project-card-body .loc { font-size:13px; color:var(--ink-muted); margin-bottom:12px; }
.project-card-body .specs { display:flex; gap:20px; font-size:13px; color:var(--ink-light); }
.project-card-body .specs em { font-style:normal; font-weight:600; color:var(--ink); }

.stats { background:var(--bg-warm); max-width:none; }
.stats .inner { max-width:1280px; margin:0 auto; padding:80px 48px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; text-align:center; }
.stat { padding:0 20px; border-right:1px solid var(--ink-border); }
.stat:last-child { border-right:none; }
.stat .num { font-size:44px; font-weight:300; background:linear-gradient(135deg,#f09c08,#d48806); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; margin-bottom:6px; }
.stat .num em { font-weight:600; font-style:normal; }
.stat .lbl { font-size:13px; color:var(--ink-muted); letter-spacing:0.5px; }

.about { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.about-img { height:420px; background:var(--gradient-card); border-radius:12px; display:flex; align-items:center; justify-content:center; color:var(--ink-muted); font-size:14px; overflow:hidden; }
.about-img img { width:100%; height:100%; object-fit:cover; }
.about-text p { font-size:15px; color:var(--ink-light); line-height:2; margin-bottom:20px; }
.about-link { color:var(--ink); font-size:14px; font-weight:500; border-bottom:1.5px solid var(--accent); padding-bottom:2px; transition:0.2s; }
.about-link:hover { color:var(--accent); }

.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { padding:28px; background:var(--bg-warm); border-radius:12px; transition:0.3s; cursor:pointer; border:1px solid transparent; display:block; color:inherit; }
.news-card:hover { background:var(--ink); color:#fff; border-color:var(--ink); }
.news-card:hover p { color:rgba(255,255,255,0.5); }
.news-card:hover .news-date { color:var(--accent); }
.news-date { font-size:12px; color:var(--ink-muted); margin-bottom:10px; }
.news-card h4 { font-size:16px; font-weight:600; margin-bottom:10px; line-height:1.5; }
.news-card p { font-size:13px; color:var(--ink-light); line-height:1.7; }

.cta-banner { max-width:none; background:var(--gradient-cta); padding:80px 48px; text-align:center; position:relative; overflow:hidden; }
.cta-banner::before { content:''; position:absolute; top:-50%; right:-20%; width:600px; height:600px; background:radial-gradient(circle,rgba(255,255,255,0.06) 0%,transparent 70%); border-radius:50%; }
.cta-banner::after { content:''; position:absolute; bottom:-30%; left:-10%; width:400px; height:400px; background:radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%); border-radius:50%; }
.cta-banner h2 { font-size:32px; font-weight:400; color:#fff; margin-bottom:10px; position:relative; z-index:1; }
.cta-banner h2 strong { font-weight:600; }
.cta-banner p { color:rgba(255,255,255,0.7); margin-bottom:28px; font-size:15px; position:relative; z-index:1; }
.cta-banner .btn { background:#fff; color:var(--accent-dark); border:none; padding:16px 48px; font-size:14px; font-weight:600; border-radius:8px; cursor:pointer; transition:0.25s; display:inline-block; }
.cta-banner .btn:hover { background:var(--ink); color:#fff; }

footer { background:var(--ink); color:rgba(255,255,255,0.4); padding:64px 48px 28px; }
footer .inner { max-width:1280px; margin:0 auto; }
footer .grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; margin-bottom:40px; }
footer h5 { color:var(--accent); font-size:12px; font-weight:600; letter-spacing:2px; margin-bottom:14px; }
footer p, footer a { font-size:13px; color:rgba(255,255,255,0.4); line-height:2.2; display:block; }
footer a:hover { color:rgba(255,255,255,0.7); }
footer .copyright { border-top:1px solid rgba(255,255,255,0.06); padding-top:20px; font-size:12px; text-align:center; }

.page-hero { margin-top:64px; background:var(--bg-warm); padding:80px 48px; text-align:center; }
.page-hero h1 { font-size:40px; font-weight:500; margin-bottom:8px; }
.page-hero p { font-size:15px; color:var(--ink-light); }
.page-content { padding:80px 48px; max-width:900px; margin:0 auto; font-size:15px; color:var(--ink-light); line-height:2; }
.page-content h2 { font-size:24px; font-weight:600; color:var(--ink); margin:40px 0 16px; }
.page-content p { margin-bottom:16px; }
.back-link { display:inline-block; margin-top:32px; color:var(--accent); font-size:14px; font-weight:500; }
.page-content img { max-width:100%; border-radius:8px; margin:24px 0; }

.prop-header { margin-top:64px; display:grid; grid-template-columns:1fr 1fr; min-height:60vh; }
.prop-header-left { display:flex; flex-direction:column; justify-content:center; padding:80px 48px 80px 64px; background:var(--bg-warm); }
.prop-header-left h1 { font-size:36px; font-weight:500; margin-bottom:8px; }
.prop-header-left .loc { color:var(--ink-muted); margin-bottom:16px; }
.prop-header-left .meta { display:flex; gap:32px; font-size:15px; }
.prop-header-left .meta em { font-style:normal; font-weight:600; color:var(--ink); }
.prop-header-right { background:var(--gradient-card); display:flex; align-items:center; justify-content:center; color:var(--ink-muted); overflow:hidden; }
.prop-header-right img { width:100%; height:100%; object-fit:cover; }

.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; }
.contact-info p { margin-bottom:12px; font-size:15px; color:var(--ink-light); }
.form-group { margin-bottom:20px; }
.form-group label { display:block; font-size:13px; font-weight:500; color:var(--ink); margin-bottom:6px; }
.form-group input, .form-group textarea { width:100%; padding:12px 16px; border:1px solid var(--ink-border); border-radius:8px; font-size:14px; font-family:inherit; background:#fff; transition:0.2s; }
.form-group input:focus, .form-group textarea:focus { outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(240,156,8,0.1); }
.form-group textarea { height:140px; resize:vertical; }
.submit-btn { background:var(--accent); color:#fff; border:none; padding:14px 40px; font-size:14px; font-weight:600; border-radius:8px; cursor:pointer; transition:0.25s; }
.submit-btn:hover { background:var(--accent-dark); }

.pagination { text-align:center; margin-top:48px; }
.pagination a, .pagination span { display:inline-block; padding:8px 16px; margin:0 2px; border:1px solid var(--ink-border); border-radius:6px; font-size:14px; color:var(--ink-light); }
.pagination a:hover { border-color:var(--accent); color:var(--accent); }

@media (max-width:1000px) {
  .hero { grid-template-columns:1fr; } .hero-left { padding:60px 40px; } .hero-right { height:280px; }
  .hero h1 { font-size:36px; } section { padding:72px 32px; }
  .project-grid, .news-grid { grid-template-columns:1fr 1fr; }
  .about, .contact-grid, .prop-header { grid-template-columns:1fr; gap:40px; }
  .prop-header-left { padding:60px 40px; } .prop-header-right { height:300px; }
}
@media (max-width:700px) {
  .top { padding:0 20px; } .top-nav, .top-cta { display:none; } .menu-toggle { display:block; }
  .hero-left { padding:40px 24px; } .hero h1 { font-size:28px; }
  section { padding:56px 20px; }
  .project-grid, .news-grid { grid-template-columns:1fr; }
  .stats-grid { grid-template-columns:1fr 1fr; gap:24px; } .stat { border:none; }
  .stats .inner { padding:56px 20px; }
  footer { padding:40px 20px 24px; } footer .grid { grid-template-columns:1fr 1fr; }
  .cta-banner { padding:56px 24px; }
  .page-hero { padding:40px 24px; } .page-hero h1 { font-size:28px; }
  .page-content { padding:40px 20px; }
  .prop-header-left { padding:40px 24px; }
}
