/* =============================================================================
   怜吻（vest 92 / 深圳市河点科技有限公司）- Figma 1:1 复刻
   源文件: figma.com/design/GGjTPpeKWWw1NS88s5HCRp  node 204917:6375
   画板: 2476 x 5334

   🔴 2026-08-31 二次重做：初版拉稿时画板上**只有导航 + 6 张截图 + 3 张装饰件**，
      没有任何正文（当天两次拉取的整帧截图逐字节相同，可佐证）。之后设计侧修好图层，
      画板补上了 8 个文案节点，本文件按新版重做。改这个站前先确认手上的稿是最新的。

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

   注意：不引 Google Fonts —— 展示机在国内，fonts.googleapis.com 会被墙掉
   导致首屏阻塞。正文一律走系统 CJK 字体栈。
   原稿标题用的是 Abhaya Libre ExtraBold（西文字体，中文实际由 Figma 回落到 CJK 黑体），
   这里用系统 CJK 栈 + font-weight:900，视觉最接近。
   ========================================================================== */

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

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

body { margin: 0; background: #efe5eb; 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-bg-top:  #efe5eb;  /* 画板渐变起点 = 导航条底色 */
  --c-bg-btm:  #dabbce;  /* 画板渐变终点 */
  --c-ink:     #000;
  --c-nav-ink: #141315;
  --c-cta-bg:  #10100e;
}

/* 渐变铺满整个视口宽度：顶色与导航条同色，所以 .stage 两侧留白不会露边。
   停止位按原稿实测取样：54.3% 之前是纯顶色、92.8% 之后是纯底色。 */
.canvas {
  background: linear-gradient(180deg,
    var(--c-bg-top) 54.3%,
    var(--c-bg-btm) 92.8%);
}

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

.page {
  position: relative;
  width: 2476px;
  height: 5334px;
}

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

/* ============================== 顶部导航 ============================== */
/* 原稿导航 frame 宽 2518（超出画板 42px），这里裁到画板宽，子元素沿用画板绝对坐标 */
.nav {
  position: absolute;
  left: 0; top: 0;
  width: 2476px; height: 179px;
  background: var(--c-bg-top);
}

.nav-mark {
  position: absolute;
  left: 25px; top: 9px;
  width: 166px; height: 161px;
  object-fit: cover;
}

/* 原稿字号 64 / 行距 32 —— 行距小于字号是 Figma 里的实际值，
   视觉中心 = top + 16px，写死才能和原稿对齐，别"顺手"改成 1.2 倍行距 */
.nav-word {
  position: absolute;
  left: 275px; top: 89px;
  width: 147px;
  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: 888px; top: 73px;
  height: 33px;
  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-ink);
  white-space: nowrap;
  transition: opacity .2s;
}

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

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

.nav-cta {
  position: absolute;
  left: 1458px; top: 65px;
  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; }

/* ============================== 章节标题 ============================== */
/* 原稿 96px / ExtraBold / 字距 2.88 / 单行不折行；行距取原稿框高 113 */
.tt {
  position: absolute;
  font-family: var(--f-han);
  font-size: 96px; font-weight: 900; line-height: 113px;
  letter-spacing: 2.88px;
  color: var(--c-ink);
  white-space: nowrap;
}

.tt-1 { left: 754px; top:  588px; }   /* 怜吻 —— 听见心跳，吻见欲念 */
.tt-2 { left: 157px; top: 2038px; }   /* 耳畔呢喃，即刻连线 */
.tt-3 { left: 888px; top: 3067px; }   /* 分享欲，是浪漫的开始 */
.tt-4 { left: 186px; top: 4377px; }   /* 尊享特权，互动无忧 */

/* ============================== 副标题 ============================== */
/* 原稿 64px / ExtraBold / 字距 1.92；行距取原稿框高 76 */
.sub {
  position: absolute;
  font-family: var(--f-han);
  font-size: 64px; font-weight: 900; line-height: 76px;
  letter-spacing: 1.92px;
  color: var(--c-ink);
  white-space: nowrap;
}

.sub-1 { left: 1044px; top:  867px; }  /* 开启你的心动之夜 */
.sub-2 { left:  722px; top: 1109px; }  /* 卸下防备，在这里遇见最真实的灵魂与渴望。 */

/* ============================== 正文文案 ============================== */
/* 两块字号不同（48 / 40），行距按各自原稿框高 ÷ 3 行取（171/3=57、153/3=51）。
   原稿每行都是 nowrap 硬换行，不靠容器宽度回流，所以这里也用 <br> + nowrap。 */
.txt {
  position: absolute;
  font-family: var(--f-han);
  font-weight: 400;
  color: var(--c-ink);
  white-space: nowrap;
}

.txt-1 {
  left: 888px; top: 3304px;
  font-size: 48px; line-height: 57px; letter-spacing: 1.44px;
}

.txt-2 {
  left: 154px; top: 4700px;
  font-size: 40px; line-height: 51px; letter-spacing: 1.2px;
}

/* ============================== App 截图 ============================== */
.lw {
  position: absolute;
  object-fit: cover;
  max-width: none;
}

.lw-login    { left:  168px; top:  484px; width: 414px; height: 734px; }
.lw-msglist  { left: 1238px; top: 1804px; width: 402px; height: 874px; }
.lw-chat     { left: 1735px; top: 1793px; width: 402px; height: 874px; }
.lw-feed     { left:  265px; top: 2995px; width: 402px; height: 892px; }
.lw-recharge { left: 1354px; top: 4121px; width: 402px; height: 874px; }
.lw-mine     { left: 1907px; top: 4095px; width: 402px; height: 874px; }

/* ============================== 装饰素材 ============================== */
/* 三张素材本身带与画板顶色同色的不透明底，且都落在渐变的纯色段（<54.3%），
   所以直接平铺不会露出色块边缘 */
.deco {
  position: absolute;
  max-width: none;
}

.deco-horn   { left:  617px; top: 1634px; width: 356px; height: 356px; }
.deco-petal1 { left: 2078px; top:  386px; width: 147px; height: 196px; }
.deco-petal2 { left: 1913px; top: 2897px; width: 147px; height: 196px; }

/* ======================= 820-2475px 等比缩放 ======================= */
@media (max-width: 2475px) { .stage { zoom: .99; } }
@media (max-width: 2300px) { .stage { zoom: .92; } }
@media (max-width: 2100px) { .stage { zoom: .84; } }
@media (max-width: 1900px) { .stage { zoom: .76; } }
@media (max-width: 1700px) { .stage { zoom: .68; } }
@media (max-width: 1500px) { .stage { zoom: .60; } }
@media (max-width: 1400px) { .stage { zoom: .56; } }
@media (max-width: 1300px) { .stage { zoom: .52; } }
@media (max-width: 1200px) { .stage { zoom: .48; } }
@media (max-width: 1100px) { .stage { zoom: .44; } }
@media (max-width: 1000px) { .stage { zoom: .40; } }
@media (max-width:  900px) { .stage { zoom: .36; } }
@media (max-width:  820px) { .stage { zoom: .33; } }

/* ================= <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;
  }

  .s4 { margin-bottom: 0; }

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

  .nav-mark { left: 14px; top: 10px; width: 53px; height: 52px; }

  .nav-word {
    left: 80px; top: 10px;
    width: auto; 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,
  .sub,
  .txt,
  .lw {
    position: static;
    left: auto; top: auto;
  }

  /* 原稿的 nowrap 硬换行在窄屏会溢出，统一放开按容器宽度回流 */
  .tt, .sub, .txt { white-space: normal; width: 100%; }

  .tt  { font-size: 24px; line-height: 36px; letter-spacing: .6px; }
  .sub { font-size: 18px; line-height: 30px; letter-spacing: .4px; }
  .txt { font-size: 16px; line-height: 30px; letter-spacing: .4px; }

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

  /* 装饰素材带不透明底色，窄屏流式排布下会变成突兀的色块，直接隐藏 */
  .deco { display: none; }
}

/* ================================ 页脚 ================================ */
.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; }
}
