/* ============================================================
   美股REITs地产图鉴 · 设计系统（第十种风格：地产测绘图）
   色彩：混凝土灰白 + 玻璃幕墙青 + 窗光暖金 + 炭黑墨线
   签名：天际线剪影插画 + 地契式卡片 + 罗盘角标
   ============================================================ */

:root {
  --bg: #f5f5f2;
  --bg-deep: #ebebe5;
  --card: #ffffff;
  --ink: #2a2e2b;
  --ink-soft: #454b46;
  --line: rgba(42, 46, 43, 0.15);
  --line-strong: rgba(42, 46, 43, 0.28);

  --teal: #2f6b6a;
  --gold: #c99a3d;
  --rust: #a85a3a;

  --muted: #666e69;
  --faint: #98a099;

  --font-display: "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "Roboto Mono", "DIN Alternate", "Consolas", monospace;

  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-soft);
  font-family: var(--font-body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- 顶部条 ---------- */
.atlas-top { background: var(--card); border-bottom: 2px solid var(--ink); }
.atlas-top .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--ink); }
.brand .compass { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--teal); position: relative; }
.brand .compass::before { content: ""; position: absolute; top: 3px; left: 50%; width: 2px; height: 8px; background: var(--rust); transform: translateX(-50%); }
nav.atlas-nav { display: flex; gap: 22px; }
nav.atlas-nav a { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
nav.atlas-nav a:hover { color: var(--teal); }
.btn-cs { background: var(--ink); color: #fff; border: none; padding: 9px 20px; font-weight: 700; font-size: 13.5px; cursor: pointer; }
.btn-cs:hover { background: var(--teal); }

/* ---------- Hero：天际线 ---------- */
.atlas-hero { padding: 60px 0 0; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; padding-bottom: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--teal); border: 1px solid var(--teal); padding: 4px 12px; margin-bottom: 20px; }
.atlas-hero h1 { font-family: var(--font-display); font-weight: 900; font-size: 40px; line-height: 1.36; margin: 0 0 20px; color: var(--ink); }
.atlas-hero h1 span.gold { color: var(--gold); }
.atlas-hero p.lead { font-size: 15.5px; color: var(--muted); max-width: 46ch; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 34px; }
.btn-primary { background: var(--ink); color: #fff; border: none; padding: 13px 26px; font-weight: 800; font-size: 14.5px; cursor: pointer; }
.btn-primary:hover { background: var(--teal); }
.btn-ghost { border: 1.5px solid var(--ink); color: var(--ink); padding: 12px 24px; font-weight: 800; font-size: 14.5px; background: transparent; cursor: pointer; }

.skyline { width: 100%; height: auto; display: block; }
.stat-row { display: flex; gap: 30px; padding: 20px 0 26px; }
.stat-row div b { display: block; font-family: var(--font-mono); font-size: 24px; color: var(--teal); }
.stat-row div span { font-size: 12px; color: var(--faint); }

/* 地契卡片（右侧） */
.deed-card { background: var(--card); border: 1px solid var(--line-strong); padding: 24px; position: relative; }
.deed-card::before { content: "PLAT NO.10"; position: absolute; top: -11px; left: 20px; background: var(--card); padding: 0 8px; font-family: var(--font-mono); font-size: 11px; color: var(--faint); }
.deed-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--line-strong); font-size: 13px; }
.deed-row:last-child { border-bottom: none; }
.deed-row .k { color: var(--muted); }
.deed-row .v { color: var(--ink); font-weight: 700; font-family: var(--font-mono); }

/* ---------- 通用 section ---------- */
section { padding: 58px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; border-bottom: 2px solid var(--ink); padding-bottom: 14px; }
.section-head h2 { font-family: var(--font-display); font-weight: 900; font-size: 24px; margin: 0; color: var(--ink); }
.section-head .tag { font-family: var(--font-mono); color: var(--teal); font-size: 12px; margin-right: 8px; }
.section-head a.more { font-weight: 700; font-size: 13.5px; color: var(--teal); white-space: nowrap; }

/* 五模块 */
.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pillar-card { background: var(--card); border: 1px dashed var(--line-strong); padding: 22px 18px; }
.pillar-card .n { font-family: var(--font-mono); color: var(--gold); font-size: 12px; font-weight: 700; }
.pillar-card h3 { font-family: var(--font-display); font-size: 15px; margin: 8px 0 8px; font-weight: 800; color: var(--ink); }
.pillar-card p { color: var(--muted); font-size: 12px; margin: 0 0 12px; line-height: 1.6; }
.pillar-card .go { font-family: var(--font-mono); font-size: 11.5px; color: var(--teal); }

/* REITs档案卡片 */
.reit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reit-card { background: var(--card); border: 1px dashed var(--line-strong); padding: 16px; }
.reit-card .top { display: flex; justify-content: space-between; align-items: baseline; }
.reit-card .name { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--ink); }
.reit-card .code { font-family: var(--font-mono); font-size: 11px; color: var(--faint); }
.reit-card .sector { font-size: 11.5px; color: var(--teal); margin-top: 8px; }

/* 记录列表 */
.entry-list { display: flex; flex-direction: column; }
.entry-row { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.entry-row .cat { font-family: var(--font-mono); font-size: 10.5px; color: var(--teal); width: 64px; flex-shrink: 0; font-weight: 700; }
.entry-row h4 { font-family: var(--font-display); font-size: 15px; margin: 0; font-weight: 700; color: var(--ink); flex: 1; }
.entry-row .arrow { color: var(--faint); font-size: 15px; }

/* FAQ */
.qa-card { background: var(--card); border-left: 4px solid var(--teal); padding: 18px 22px; margin-bottom: 12px; }
.qa-card h4 { font-family: var(--font-display); font-size: 15px; margin: 0 0 8px; color: var(--ink); font-weight: 800; }
.qa-card p { color: var(--muted); font-size: 13.5px; margin: 0; }

/* ---------- footer ---------- */
.disclaimer { background: var(--ink); color: #d8dbd9; padding: 20px 0; font-size: 12.5px; }
footer { background: var(--card); border-top: 1px solid var(--line); padding: 44px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.footer-grid h5 { font-family: var(--font-display); font-size: 12.5px; color: var(--ink); margin: 0 0 12px; font-weight: 800; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { font-size: 13px; color: var(--muted); }
.footer-grid a:hover { color: var(--teal); }
.footer-bottom { border-top: 1px solid var(--line-strong); padding-top: 16px; font-size: 12px; color: var(--faint); }

/* ---------- 内页 ---------- */
.page-head { padding: 46px 0 36px; border-bottom: 1px solid var(--line); }
.breadcrumb { font-family: var(--font-mono); font-size: 12px; color: var(--faint); margin-bottom: 14px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--teal); }
.page-head .tag { display: inline-block; font-family: var(--font-mono); font-size: 12px; background: var(--ink); color: #fff; padding: 3px 10px; margin-bottom: 14px; }
.page-head h1 { font-family: var(--font-display); font-weight: 900; font-size: 29px; margin: 0 0 12px; line-height: 1.4; color: var(--ink); }
.page-head p { color: var(--muted); max-width: 60ch; }
.article-body h2 { font-family: var(--font-display); font-weight: 800; font-size: 18px; margin-top: 30px; color: var(--ink); border-bottom: 1px dashed var(--line-strong); padding-bottom: 6px; }
.article-body p { color: var(--ink-soft); font-size: 15.5px; }
.note-box { border: 1px dashed var(--line-strong); background: var(--card); padding: 18px 20px; font-size: 13.5px; color: var(--muted); margin: 28px 0; }
.related-box { margin-top: 34px; padding-top: 20px; border-top: 2px solid var(--ink); }
.related-box h5 { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin: 0 0 12px; }
.related-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.related-box a { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--teal); }
.related-box a:hover { color: var(--rust); }

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  nav.atlas-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .atlas-hero h1 { font-size: 30px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .reit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
