/* =============================================================================
   娇集（vest 69 / 酷玹云（深圳）网络科技有限公司）- Figma 1:1 复刻
   源文件: figma.com/design/YYAguSwlteRYH1CjuxpX0f  node 204878:6533「Frame 娇集」
   画板: 2064 x 4528

   >=2064px   完全按 Figma 绝对坐标渲染，像素级还原
   820-2063px 整体等比缩放（zoom），版式不变
   <768px     单栏流式布局（移动端适配，非原稿版式）

   注意：不引 Google Fonts —— 展示机在国内，fonts.googleapis.com 会被墙掉
   导致首屏阻塞。正文一律走系统 CJK 字体栈。

   字重：原稿所有文本图层都标 Regular，但它用的是 'Jim Nightshade'（拉丁装饰体，
   对中文根本没有字形），Figma 回退渲染出来标题和正文都偏粗。这里按落地页惯例取
   标题 700 / 正文 400 —— 别照着 Figma 的 font-normal 把标题也改成 400，会糊。

   截图文件名沿用 Figma 图层名（jj1..jj6），与页面章节顺序不是一一对应：
   章节 1=jj1、2=jj3+jj2、3=jj4、4=jj6、5=jj5。改图时按文件名对，不要按序号猜。

   正文块的换行点是「宽度 + 字距 1.2px」算出来的（每行 ≈ 宽度 / 41.2），
   四段实测分别是 22 / 16 / 18 / 15 字一行，与原稿逐行一致 —— 不要加 <br>，
   也不要改 width 或 letter-spacing，一改换行点就跑。
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body { margin: 0; background: #f5f7f4; overflow-x: hidden; }

h1, h2, p { margin: 0; font-weight: inherit; }

img { display: block; }

a { color: inherit; text-decoration: none; }

:root {
  --f-han: "PingFang SC", "Source Han Sans SC", "Noto Sans SC", "Hiragino Sans GB",
           "Microsoft YaHei", sans-serif;

  --c-top:     #f5f7f4;  /* 画板上半段底色 */
  --c-bottom:  #def5cb;  /* 画板下半段底色（浅绿） */
  --c-nav-bg:  #f5f7f3;  /* 导航条底色，比画板顶色略偏冷，别当成同一个值 */
  --c-ink:     #000;
  --c-nav-ink: #282626;
  --c-nav-dim: #d9d9d9;  /* 「首页」在原稿里就是浅灰（当前页态） */
  --c-cta-bg:  #10100e;
}

/* 原稿画板底是 180deg 渐变（41.258% 处开始转绿、64.904% 处转到位后一直到底）。
   挂在 .canvas 上让底色铺满整个视口宽度，.stage 两侧留白不会露边。 */
.canvas {
  background: linear-gradient(180deg,
    var(--c-top) 41.258%,
    var(--c-bottom) 64.904%,
    var(--c-bottom) 100%);
}

.stage { width: 2064px; margin: 0 auto; }

.page {
  position: relative;
  width: 2064px;
  height: 4528px;
}

/* section 不参与定位，子元素直接相对 .page 绝对定位 */
.page section { position: static; }

/* ============================== 顶部导航 ============================== */
/* 原稿导航 frame 宽 2774、起点 x=-191（左右都溢出画板），这里裁到画板宽，
   子元素坐标 = 原稿 frame 内坐标 - 191 */
.nav {
  position: absolute;
  left: 0; top: 0;
  width: 2064px; height: 175px;
  background: var(--c-nav-bg);
}

.nav-mark {
  position: absolute;
  left: 88px; top: 66px;
  width: 73px; height: 74px;
  object-fit: cover;
}

/* 原稿字号 64 / 行距 32 —— 行距小于字号是 Figma 里的实际值，
   视觉中心 = top + 16px，写死才能和原稿对齐，别"顺手"改成 1.2 倍行距 */
.nav-word {
  position: absolute;
  left: 250px; top: 110px;
  font-family: var(--f-han);
  font-size: 64px; font-weight: 400; line-height: 32px;
  color: var(--c-ink);
  white-space: nowrap;
}

.nav-links {
  position: absolute;
  left: 556px; top: 64px;
  height: 86px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.nav-links a {
  font-family: var(--f-han);
  font-size: 22px; font-weight: 700; line-height: 33px;
  letter-spacing: 0.66px;
  color: var(--c-nav-ink);
  white-space: nowrap;
  transition: opacity .2s;
}

.nav-links a.is-current { color: var(--c-nav-dim); }

.nav-links a:hover { opacity: .6; }

.nav-cta {
  position: absolute;
  left: 1286px; top: 79px;
  width: 120px; height: 56px;
  border-radius: 40px;
  background: var(--c-cta-bg);
  color: #fff;
  font-family: var(--f-han);
  font-size: 20px; font-weight: 700; line-height: 56px;
  text-align: center;
  transition: opacity .2s;
}

.nav-cta:hover { opacity: .85; }

/* ================================ 标题 ================================ */
.tt {
  position: absolute;
  font-family: var(--f-han);
  font-size: 64px; font-weight: 700;
  color: var(--c-ink);
  white-space: nowrap;
}

/* 首屏主标题：原稿行距 32（同 .nav-word，视觉中心 = top + 16px）、无字距 */
.tt-1 { left:  92px; top:  446px; line-height: 32px; letter-spacing: 0; }

/* 其余小节标题：行距 normal(≈1.42)、字距 1.92。
   tt-2 在原稿里是个高 72 的定高文本框（其它三个是 91），故单独给行距 */
.tt-2 { left: 1142px; top: 1414px; line-height: 72px; letter-spacing: 1.92px; }
.tt-3 { left:  374px; top: 2206px; line-height: 91px; letter-spacing: 1.92px; }
.tt-4 { left:  783px; top: 3021px; line-height: 91px; letter-spacing: 1.92px; }
.tt-5 { left:  250px; top: 3717px; line-height: 91px; letter-spacing: 1.92px; }

/* ============================ 首屏两行导语 ============================ */
/* 原稿是两个独立文本图层、各一行不折行（40px、行距 32、无字距） */
.lead {
  position: absolute;
  left: 87px;
  font-family: var(--f-han);
  font-size: 40px; font-weight: 400; line-height: 32px;
  color: var(--c-ink);
  white-space: nowrap;
}

.lead-1 { top: 749px; }
.lead-2 { top: 897px; }

/* ============================== 正文文案 ============================== */
/* 原稿字号 40 / 行距 normal(≈1.42→57) / 字距 1.2 / 左对齐 */
.txt {
  position: absolute;
  font-family: var(--f-han);
  font-size: 40px; font-weight: 400; line-height: 57px;
  letter-spacing: 1.2px;
  color: var(--c-ink);
}

.txt-2 { left: 1014px; top: 1633px; width: 922px; }
.txt-3 { left:  399px; top: 2408px; width: 691px; }
.txt-4 { left:  783px; top: 3299px; width: 778px; }
.txt-5 { left:  235px; top: 3925px; width: 645px; }

/* ============================== 截图组件 ============================== */
.jj {
  position: absolute;
  object-fit: cover;
  max-width: none;
}

.jj-1 { left: 1589px; top:  403px; width: 388px; height: 691px; }
.jj-3 { left:  201px; top: 1337px; width: 345px; height: 614px; }
.jj-2 { left:  579px; top: 1348px; width: 332px; height: 591px; }
.jj-4 { left: 1335px; top: 2166px; width: 376px; height: 669px; }
.jj-6 { left:  284px; top: 2835px; width: 360px; height: 640px; }
.jj-5 { left: 1090px; top: 3639px; width: 361px; height: 644px; }

/* ======================= 820-2063px 等比缩放 ======================= */
@media (max-width: 2063px) { .stage { zoom: .99; } }
@media (max-width: 1900px) { .stage { zoom: .91; } }
@media (max-width: 1800px) { .stage { zoom: .86; } }
@media (max-width: 1700px) { .stage { zoom: .81; } }
@media (max-width: 1600px) { .stage { zoom: .76; } }
@media (max-width: 1500px) { .stage { zoom: .71; } }
@media (max-width: 1400px) { .stage { zoom: .67; } }
@media (max-width: 1300px) { .stage { zoom: .62; } }
@media (max-width: 1200px) { .stage { zoom: .57; } }
@media (max-width: 1100px) { .stage { zoom: .52; } }
@media (max-width: 1000px) { .stage { zoom: .47; } }
@media (max-width:  900px) { .stage { zoom: .43; } }
@media (max-width:  820px) { .stage { zoom: .39; } }

/* ================= <768px 单栏流式布局（移动端适配，非原稿版式） ================= */
@media (max-width: 767px) {

  .stage { zoom: 1; width: 100%; }

  .page {
    width: 100%;
    height: auto;
    padding: 96px 24px 72px;
  }

  .page section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 56px;
  }

  .s5 { margin-bottom: 0; }

  /* 导航压成固定高度的普通栏 */
  .nav {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 72px;
  }

  .nav-mark { left: 14px; top: 11px; width: 49px; height: 50px; }

  .nav-word {
    left: 74px; top: 10px;
    height: 52px;
    font-size: 28px; line-height: 52px;
  }

  /* 窄屏放不下导航项，收起，只留下载按钮；页脚里有联系方式 */
  .nav-links { display: none; }

  .nav-cta {
    left: auto; right: 14px; top: 18px;
    width: 88px; height: 38px;
    font-size: 15px; line-height: 38px;
  }

  .tt,
  .lead,
  .txt,
  .jj {
    position: static;
    left: auto; top: auto;
  }

  .tt {
    width: 100%;
    font-size: 22px; line-height: 34px; letter-spacing: .6px;
    white-space: normal;
    text-align: center;
  }

  .lead,
  .txt {
    width: 100%;
    font-size: 17px; line-height: 32px; letter-spacing: .5px;
    white-space: normal;
    text-align: center;
  }

  /* 首屏两行导语之间不要塞满 24px 的 section gap，读起来是一段 */
  .lead-1 { margin-bottom: -8px; }

  .jj {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

/* ================================ 页脚 ================================ */
.site-footer {
  background: #000;
  color: rgba(255, 255, 255, .72);
  font-family: var(--f-han);
  padding: 40px 24px;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9;
}

.site-footer__corp {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.site-footer__addr,
.site-footer__contact {
  font-size: 13px;
}

.site-footer__sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, .35);
}

.site-footer__icp {
  margin-top: 8px;
  font-size: 13px;
}

.site-footer__icp a {
  color: rgba(255, 255, 255, .72);
  transition: color .2s;
}

.site-footer__icp a:hover { color: #fff; }

@media (max-width: 767px) {
  .site-footer { padding: 28px 16px; }
  .site-footer__corp { font-size: 15px; }
  .site-footer__addr,
  .site-footer__contact,
  .site-footer__icp { font-size: 12px; }
  /* 窄屏把「电话 | 邮箱」拆成两行，竖线隐藏 */
  .site-footer__contact span { display: block; }
  .site-footer__sep { display: none; }
}
