@charset "UTF-8";
/* =========================================================================
   livone.ai — 官网共享样式
   来源：Figma "website-V1.0 (Copy)" fileKey 9l7r4xxsC0VXYRGPiWVlmm
   设计基准画布：1728px 宽，左右留白 60px（内容宽 1608px）
   所有尺寸以 rem 书写，1rem = 设计稿 16px（见 html font-size 的等比缩放）
   命名：BEM
   ========================================================================= */

/* ---------- 1. 字体 ---------------------------------------------------- */
/* MiSans 原始 usWeightClass 非标准（Normal=305 / Regular=330 / Medium=380 /
   Demibold=450），此处映射到 CSS 常规 300/400/500/600。
   字体文件为按站内字符集裁剪后的 woff2 子集，原始 TTF 保留在 assets/fonts/ 未引用。 */
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Light.subset.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Normal.subset.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Regular.subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- 2. Design tokens ------------------------------------------ */
:root {
  /* 颜色 */
  --color-bg: #08070c;
  --color-surface: #000000;
  --color-text: #ffffff;
  --color-text-secondary: #999999;
  --color-text-muted: #666666;
  --color-track: #333333;
  --color-hairline: rgba(204, 203, 203, 0.15);
  --color-hairline-strong: rgba(204, 203, 203, 0.2);
  --color-stroke: rgba(255, 255, 255, 0.3);
  --color-scrim: rgba(0, 0, 0, 0.5);

  /* 字体 */
  --font-cn: "MiSans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-latin: "Helvetica Neue", "MiSans", Helvetica, Arial, sans-serif;

  --weight-light: 300;   /* Figma: MiSans:Normal   */
  --weight-regular: 400; /* Figma: MiSans:Regular  */

  /* 字号（设计 px / 16） */
  --fs-80: 5rem;
  --fs-66: 4.125rem;
  --fs-64: 4rem;
  --fs-48: 3rem;
  --fs-40: 2.5rem;
  --fs-32: 2rem;
  --fs-60: 3.75rem;
  --fs-24: 1.5rem;
  --fs-18: 1.125rem;
  --fs-16: 1rem;
  --fs-14: 0.875rem;
  --fs-12: 0.75rem;

  /* 行高：Figma 的 leading-[normal] 实测约 1.3333，显式 1.6 处照抄 */
  --lh-tight: 1.3333;
  --lh-body: 1.6;

  /* 间距（设计 px / 16） */
  --space-10: 0.625rem;
  --space-20: 1.25rem;
  --space-24: 1.5rem;
  --space-30: 1.875rem;
  --space-40: 2.5rem;
  --space-60: 3.75rem;
  --space-80: 5rem;
  --space-120: 7.5rem;
  --space-200: 12.5rem;
  --space-240: 15rem;

  /* 布局 */
  --gutter: 3.75rem;        /* 60px */
  --canvas-width: 108rem;   /* 1728px 设计画布（含左右 gutter） */
  --content-width: 100.5rem;/* 1608px 内容宽 */
  --header-height: 5.5rem;  /* 88px */

  /* 圆角 */
  --radius-card: 2rem;      /* 32px 城市卡 */
  --radius-media: 1.25rem;  /* 20px 图片/视频卡 */
  --radius-pill: 3.125rem;  /* 50px 按钮 */
}

/* ---------- 3. Reset --------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  /* 等比缩放：1rem = 100vw/108 ⇒ 视口 1728px 时 1rem = 16px，与 Figma 逐像素一致。
     1024–1728px 之间按比例缩放（而非重排），≤1024px 交给下方响应式规则。 */
  font-size: calc(100vw / 108);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 1728px) {
  html { font-size: 16px; }
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-cn);
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

:focus-visible { outline: 2px solid var(--color-text); outline-offset: 3px; }

.u-visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------- 4. 布局容器 ------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--canvas-width);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- 4b. 锚点落点留白 ------------------------------------------- */
/* 导航的 SIGMA / AQUA 与首页「了解 AQUA 愿景」都是页内滚动锚点，
   留一点顶部空间，避免标题贴着视口上缘。 */
#sigma { scroll-margin-top: 7.5rem; }   /* 120px */
#vision { scroll-margin-top: 5rem; }    /* 80px  */
#aqua { scroll-margin-top: 0; }         /* 区块自带 240px 内边距 */

/* ---------- 5. 通用文字 ------------------------------------------------- */
.display {                       /* 80px 主视觉标题 */
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.heading-lg {                    /* 48px 章节标题 */
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.heading-md {                    /* 40px 章节标题 */
  font-size: var(--fs-40);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);
}
.body-lg {                       /* 18px 正文 */
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}
.text-secondary { color: var(--color-text-secondary); }

/* ---------- 6. 按钮 bt_more -------------------------------------------- */
.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;                   /* 8px */
  height: 3.875rem;              /* 62px */
  padding-inline: var(--space-60);
  border-radius: var(--radius-pill);
  background: var(--color-surface);
  font-size: var(--fs-16);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.btn-more:hover { background: #1a1a1a; }
.btn-more__icon { width: 1.125rem; height: 1.125rem; flex: none; }

.btn-more--light {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--color-stroke);
  backdrop-filter: blur(8px);
}
.btn-more--light:hover { background: rgba(255, 255, 255, 0.2); }

/* =========================================================================
   7. 站点头部 site-header —— Figma Frame 49 (197:408)
   ========================================================================= */
.site-header {
  position: relative;
  z-index: 100;
  height: var(--header-height);
  background: var(--color-bg);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--canvas-width);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-header__logo { flex: none; }
.site-header__logo img { width: 8.25rem; height: 1.625rem; } /* 132×26 */

/* 折叠容器：桌面下摊平成一条 flex 行，≤1024 变成下拉面板 */
.site-header__collapse { flex: 1 1 auto; min-width: 0; }
.site-header__collapse-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
/* 主导航在剩余空间里居中 ⇒ 复现设计稿中 x=432 的起点 */
.site-nav { margin-inline: auto; }

/* -- 主导航 -- */
.site-nav__list {
  display: flex;
  align-items: center;
  gap: var(--space-60);
}
.site-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 5.5rem;                 /* 88px */
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.site-nav__link:hover { opacity: 1; }
.site-nav__item--current .site-nav__link { opacity: 1; }
.site-nav__caret { width: 0.5rem; height: 0.25rem; flex: none; } /* 8×4 */

/* -- 右侧功能区 -- */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-40);
  flex: none;
}
.site-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-search__icon { width: 1.5rem; height: 1.5rem; }          /* 24px */
.site-search__label {
  font-size: var(--fs-14);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  opacity: 0.5;
  white-space: nowrap;
}

/* -- 语言切换 -- */
.lang { position: relative; }
.lang__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.25rem;               /* 36px */
  padding: 0.25rem 1.125rem 0.25rem 1rem;
  border: 1px solid var(--color-stroke);
  border-radius: 1.25rem;        /* 20px */
  font-size: var(--fs-14);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  white-space: nowrap;
}
.lang__globe { width: 1.25rem; height: 1.25rem; flex: none; }  /* 20px */
.lang__caret {
  width: 0.5rem; height: 0.25rem; flex: none;
  transition: transform 0.25s ease;
}
.lang__toggle[aria-expanded="true"] .lang__caret { transform: rotate(180deg); }

.lang__menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 9rem;
  padding: 0.5rem 0;
  background: var(--color-bg);
  border: 1px solid var(--color-stroke);
  border-radius: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.375rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.lang.is-open .lang__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang__option {
  display: block;
  width: 100%;
  padding: 0.5rem 1.25rem;
  font-size: var(--fs-14);
  line-height: var(--lh-body);
  text-align: left;
  color: var(--color-text-secondary);
  white-space: nowrap;
  transition: color 0.2s ease;
}
.lang__option:hover { color: var(--color-text); }
.lang__option[aria-selected="true"] { color: var(--color-text); }

/* -- 汉堡按钮（≤1024 显示） -- */
.site-header__toggle {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  flex: none;
}
.site-header__toggle span {
  display: block;
  width: 1.375rem;
  height: 1.5px;
  background: var(--color-text);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.site-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.site-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* =========================================================================
   8. 横向画廊 gallery
   Figma 里 5 处内容宽度超出 1728 画布（被 frame 裁切），设计意图是横向滚动：
   "Group 30/34" 两条线其实是滚动进度条 —— 灰轨 #333 + 白滑块，
   滑块宽/轨宽 恰好等于 可视宽/内容总宽。此组件复现该行为。
   --gallery-inset : 首卡左侧起点（首页 310px / 关于页 196px / 联系页 60px）
   --gallery-gap   : 卡片间距
   ========================================================================= */
.gallery { --gallery-inset: var(--gutter); --gallery-gap: var(--space-20); }

.gallery__track {
  display: flex;
  gap: var(--gallery-gap);
  padding-left: var(--gallery-inset);
  padding-right: var(--gutter);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--gallery-inset);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery__track::-webkit-scrollbar { display: none; }

.gallery__item {
  flex: none;
  scroll-snap-align: start;
}

/* 滚动进度条 */
.gallery__progress {
  position: relative;
  width: 22.5rem;                /* 360px */
  height: 2px;
  margin: 0 auto;
  background: var(--color-track);
}
.gallery__thumb {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 33.3333%;
  background: var(--color-text);
  transition: transform 0.08s linear;
  will-change: transform;
}

/* 竖向进度条（关于页价值观 / 首页 AQUA 价值区） */
.gallery__progress--vertical {
  width: 2px;
  height: 22.5rem;
  margin: 0;
}
.gallery__progress--vertical .gallery__thumb {
  inset-inline: 0;
  inset-block: auto;
  top: 0;
  width: auto;
  height: 33.3333%;
}

/* =========================================================================
   9. 站点页脚 site-footer —— Figma Group 46 (197:371) 596px 高
   ========================================================================= */
.site-footer {
  position: relative;
  background: var(--color-bg);
  border-top: 1px solid var(--color-hairline);
}
.site-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-60);
  max-width: var(--canvas-width);
  margin-inline: auto;
  padding: 7.5rem var(--gutter) 15rem;   /* 120 / 240 ⇒ 上区总高 516px */
}
.site-footer__logo { width: 15rem; height: 3.125rem; flex: none; }  /* 240×50 */

.site-footer__nav {
  display: flex;
  gap: var(--space-120);
  justify-content: flex-end;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  width: 9rem;                   /* 144px */
}
.site-footer__col-title {
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: 1.3125;           /* 21px，使 4 行栏目整体高 156px */
  color: var(--color-text);
}
.site-footer__link {
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: 1.3125;
  color: var(--color-text-secondary);
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-footer__link:hover { color: var(--color-text); }

/* 底部版权条 */
.site-footer__bottom {
  border-top: 1px solid var(--color-hairline);
}
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-40);
  max-width: var(--canvas-width);
  margin-inline: auto;
  padding: var(--space-30) var(--gutter);
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: 1.25;             /* 20px ⇒ 版权条总高 80px */
  color: var(--color-text-muted);
}
.site-footer__brand { color: var(--color-text-secondary); }
.site-footer__legal { display: flex; gap: var(--space-60); }
.site-footer__legal a { transition: color 0.2s ease; }
.site-footer__legal a:hover { color: var(--color-text-secondary); }

/* 回到顶部 */
.to-top {
  position: absolute;
  right: var(--gutter);
  bottom: 8.75rem;               /* 140px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  width: 2.5rem;                 /* 40px */
  height: 3.75rem;               /* 60px */
  border: 1px solid var(--color-text-muted);
  border-radius: 2.25rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.to-top:hover { border-color: var(--color-text); background: rgba(255, 255, 255, 0.06); }
.to-top__icon {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-90deg);
}
.to-top__label {
  font-family: var(--font-latin);
  font-size: var(--fs-12);
  line-height: 1;
  text-transform: uppercase;
}

/* =========================================================================
   10. 页面：合作与联系 contact —— Figma 197:1179
   ========================================================================= */
.contact-hero {
  padding-top: var(--space-200);      /* 88 → 288 */
}
.contact-hero__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.contact-hero__lead {
  margin-top: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}

/* -- 城市卡画廊：2 张 1500×720，起点 60，间距 20 -- */
.locations {
  --gallery-inset: var(--gutter);
  --gallery-gap: var(--space-20);
  margin-top: var(--space-200);       /* 428 → 628 */
}
.location-card {
  position: relative;
  width: 93.75rem;                    /* 1500px */
  height: 45rem;                      /* 720px */
  border-radius: var(--radius-card);
  overflow: hidden;
}
.location-card__media,
.location-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.location-card__media img { object-fit: cover; }
/* 上海图在 Figma 中做了放大裁切：w 141.27% / h 165.56% / left -20.65% / top -40.48% */
.location-card__media--shanghai img {
  inset: auto;
  top: -40.48%;
  left: -20.65%;
  width: 141.27%;
  height: 165.56%;
  object-fit: fill;
}
.location-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-scrim);
}
.location-card__body {
  position: absolute;
  left: var(--space-60);
  top: 19.875rem;                     /* 318px */
  right: var(--space-60);
}
.location-card__city {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);
}
.location-card__block {
  font-size: var(--fs-18);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);
}
.location-card__block--visit { margin-top: 3.0625rem; }   /* 318+77 → 475 */
.location-card__block--contact { margin-top: 2.375rem; }  /* 475+58 → 573 */

.locations__progress { margin-top: var(--space-120); }    /* 1348 → 1468 */

/* -- 我们如何帮助您 -- */
.help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 14.875rem;              /* 1470 → 1708 */
  padding-bottom: var(--space-240);   /* 2718 → 2958 */
}
.help__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.help__lead {
  margin-top: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}
.help__list {
  margin-top: 13.625rem;              /* 1708 → 1926 */
  display: flex;
  flex-direction: column;
  gap: var(--space-80);
}
.help__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  max-width: 41.125rem;               /* 658px */
}
.help__item-title {
  font-size: var(--fs-24);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}
.help__item-desc {
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}
.help__rule {
  height: 1px;
  margin-block: -0.5px;          /* Figma 中该线高度为 0，不占布局 */
  background: var(--color-hairline-strong);
}
.help__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-60);
}
.help__contact {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);
  transition: opacity 0.2s ease;
}
.help__contact:hover { opacity: 0.75; }
.help__contact img { width: 1.25rem; height: 1.25rem; flex: none; }

/* =========================================================================
   10b. 页面：关于我们 about —— Figma 197:698
   ========================================================================= */

/* 通用章节标题：48px 标题 + 10px + 18px 次级说明 */
.section-head__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.section-head__lead {
  margin-top: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}

/* -- 主视觉：bg_about_top 1728×986，其中上方 88px 被 header 遮住 -- */
.about-hero {
  position: relative;
  height: 56.125rem;               /* 986 - 88 */
  overflow: hidden;
}
.about-hero__bg {
  position: absolute;
  top: calc(var(--header-height) * -1);
  left: 0;
  width: 100%;
  height: 61.625rem;               /* 986 */
  object-fit: cover;
}
.about-hero__inner {
  position: relative;
  padding-top: 20.625rem;          /* 88 → 418 */
}
.about-hero__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.about-hero__lead {
  margin-top: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}

/* -- 公司简介段落：右对齐 795px，压在主视觉渐变收尾处 -- */
.about-intro {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.125rem;           /* 986 → 968 */
  position: relative;
  z-index: 1;
}
.about-intro__text {
  width: 49.6875rem;               /* 795px */
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: 2;                  /* 4 行 × 36px = 144px，与设计节点等高 */
}

/* -- 我们的愿景 -- */
.vision { margin-top: var(--space-240); }   /* 1112 → 1352 */
.vision__media {
  position: relative;
  margin-top: var(--space-120);    /* 1450 → 1570 */
  height: 50rem;                   /* 800px */
  border-radius: var(--radius-card);
  overflow: hidden;
}
.vision__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision__caption {
  position: absolute;
  left: 3.75rem;                   /* 卡内 60px */
  top: 50%;
  transform: translateY(-50%);
  width: 46.5859rem;               /* 745.375px */
}
.vision__caption-title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.vision__caption-lead {
  margin-top: var(--space-10);
  font-size: var(--fs-24);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
  white-space: nowrap;           /* 设计稿中该行不换行（文字宽度略超出容器） */
}
/* 进度条：设计稿中该条位于 x=651（非居中），滑块 120/360 */
.vision__progress {
  margin-top: var(--space-120);    /* 2370 → 2490 */
  margin-left: 36.9375rem;         /* 容器留白 60 + 591 = 页面 x=651 */
  margin-right: auto;
}

/* -- 我们的价值：454 图 + 658 文，整组 1336 居中；右侧竖向进度条 -- */
.value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.5rem;                  /* 1336px */
  margin: 14.875rem auto 0;        /* 2492 → 2730 */
}
.value__media {
  flex: none;
  width: 28.375rem;                /* 454px */
  height: 37.875rem;               /* 606px */
  border-radius: var(--radius-card);
  overflow: hidden;
}
.value__media img { width: 100%; height: 100%; object-fit: cover; }
.value__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  width: 41.125rem;                /* 658px */
}
.value__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.value__desc {
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: 1.8;
  color: var(--color-text-secondary);
}
.value__rail {
  position: absolute;
  top: 50%;
  left: calc(100% + 4.75rem);      /* 1336 + 76 = 1412 ⇒ 页面 x=1608 */
  transform: translateY(-50%);
  height: 15rem;                   /* 240px */
}

/* -- 新闻动态 -- */
.news-head { margin-top: var(--space-240); }   /* 3336 → 3576 */
.news {
  --gallery-inset: 12.25rem;       /* 196px */
  --gallery-gap: var(--space-20);
  margin-top: var(--space-120);    /* 3674 → 3794 */
}
.news-card { width: 28.375rem; }   /* 454px */
.news-card__media {
  height: 21.3125rem;              /* 341px */
  border-radius: var(--radius-media);
  overflow: hidden;
}
.news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card__body { margin-top: var(--space-40); }
.news-card__date {
  font-size: var(--fs-16);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}
.news-card__title {
  margin-top: var(--space-10);
  font-size: var(--fs-18);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.news-more {
  display: flex;
  justify-content: center;
  margin-top: var(--space-120);    /* 4230 → 4350 */
}

/* -- 工作机会 -- */
.join-head { margin-top: var(--space-240); }   /* 4412 → 4652 */
.join__media {
  margin-top: var(--space-120);    /* 4750 → 4870 */
  height: 50rem;                   /* 800px */
  border-radius: var(--radius-media);
  overflow: hidden;
}
.join__media img { width: 100%; height: 100%; object-fit: cover; }

.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-40);
  height: 25rem;                   /* 400px */
  margin-top: var(--space-120);    /* 5670 → 5790 */
  margin-bottom: var(--space-120); /* 6190 → 6310 */
  border-radius: var(--radius-media);
  background: #141417;
}
.cta-box__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
  text-align: center;
}
.btn-more--invert {
  background: #ffffff;
  color: #000000;
  backdrop-filter: blur(6px);
}
.btn-more--invert:hover { background: #e6e6e6; }

/* =========================================================================
   10c. 页面：首页 index —— Figma 197:163
   ========================================================================= */

/* 通用：全出血图块（图在下、内容在上） */
.stage {
  position: relative;
  overflow: hidden;
}
.stage__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage__inner {
  position: relative;
  height: 100%;
}

/* 通用：Figma 的图片裁切（等价于 Figma 里 w/h/left/top 百分比定位） */
.crop { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; }
.crop__img {
  position: absolute;
  max-width: none;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
}
/* 叠加的黑色蒙版，透明度由 --scrim 指定 */
.scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, var(--scrim, 0));
}

/* -- 主视觉 1728×972 -- */
.hero { height: 60.75rem; }        /* 972px */
.hero__copy { padding-top: 21.6875rem; }   /* 88 → 435 */
.hero__logo { width: 22.1875rem; height: 5.4375rem; }  /* 355×87 */
.hero__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);     /* 80 × 1.6 = 128px */
}
.hero__lead {
  font-size: var(--fs-48);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}

/* 播放控制条：左播放键 / 中进度条 / 右按钮 */
.stage__controls {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: var(--space-60);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;                  /* 72px */
}
.play-btn { width: 4.5rem; height: 4.5rem; flex: none; }
.stage__controls .gallery__progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16.5rem;                  /* 264px */
}

/* -- SIGMA 品牌说明 -- */
.sigma-intro { margin-top: var(--space-240); }   /* 1060 → 1300 */
.sigma-intro__inner { width: 66.5625rem; }       /* 1065px */
.sigma-intro__logo { width: 19.1875rem; height: 4.875rem; }   /* 307×78 */
.sigma-intro__body { margin-top: var(--space-120); }
.sigma-intro__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.sigma-intro__text {
  margin-top: var(--space-20);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  color: var(--color-text-secondary);
}

/* -- 产品大图（SIGMA / 钱江·盈创1号）1728×972 -- */
.product-stage { height: 60.75rem; margin-top: 14.5625rem; }  /* 1640 → 1873 */
.product-stage--qj { margin-top: 14.875rem; }                  /* 3931 → 4169 */

.product-stage__badge {
  position: absolute;
  right: var(--gutter);
  top: 3.75rem;                    /* 1873 → 1933 */
  width: 10rem;                    /* 160×36 */
  height: 2.25rem;
}
.product-stage__copy {
  position: absolute;
  left: var(--gutter);
  top: 25.4375rem;                 /* 1873 → 2280 */
  width: 83.5625rem;               /* 1337px */
}
.product-stage--qj .product-stage__copy {
  top: 20.5rem;                    /* 4169 → 4497 */
  width: 67.8125rem;               /* 1085px */
}
.product-stage__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.product-stage__line {
  margin-top: var(--space-10);
  font-size: var(--fs-32);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.product-stage__watermark {
  position: absolute;
  right: 3.748125rem;              /* 59.97px */
  top: 51.5rem;                    /* 1873 → 2697 */
  width: 12.127rem;                /* 194.035×63 */
  height: 3.9375rem;
}
.product-stage--qj .product-stage__watermark { top: 51.5625rem; }  /* 4169 → 4994 */
.product-stage .play-btn {
  position: absolute;
  left: var(--gutter);
  top: 51.375rem;                  /* 1873 → 2694 */
}
.product-stage--qj .play-btn { top: 51.375rem; }                   /* 4169 → 4991 */

/* -- 章节大标题（40px 单行）-- */
.section-title {
  font-size: var(--fs-40);
  font-weight: var(--weight-regular);
  line-height: var(--lh-body);     /* 40 × 1.6 = 64px */
}
.section-title--sigma-line { margin-top: var(--space-240); }   /* 2845 → 3085 */
.section-title--aqua-claim { margin-top: var(--space-240); }   /* 8177 → 8417 */
.section-title--news       { margin-top: 17.625rem; }          /* 按钮底 11167 → 11407 */

/* -- 产品卡片横向画廊：3 张 960×540，起点 x=310，间距 30 -- */
.pcards {
  --gallery-inset: 19.375rem;      /* 310px */
  --gallery-gap: 1.875rem;         /* 30px */
  margin-top: var(--space-120);
}
.pcard {
  position: relative;
  width: 60rem;                    /* 960px */
  height: 33.75rem;                /* 540px */
  border-radius: var(--radius-card);
  overflow: hidden;
}
.pcard--alt { border-radius: 1.875rem; }   /* 第三张卡在设计中为 30px */
/* 无百分比裁切的卡片图：Figma 用 object-cover */
.pcard__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcard__body {
  position: absolute;
  left: var(--space-40);
  top: 26.5625rem;                 /* 425px */
  right: var(--space-40);
}
.pcard__title {
  font-size: var(--fs-32);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.pcard__desc {
  margin-top: 0.375rem;            /* 6px */
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
  opacity: 0.7;
}
/* 第三张卡文案更大、位置略高 */
.pcard--alt .pcard__body {
  left: 4.000625rem;               /* 64.01px */
  top: 24.10375rem;                /* 385.66px */
  width: 29.0045rem;               /* 464.07px */
}
.pcard--alt .pcard__title { font-size: var(--fs-48); }
.pcard--alt .pcard__desc { margin-top: 0.75rem; font-size: var(--fs-24); }

.pcards__progress { margin-top: var(--space-120); }

/* -- 钱江·盈创1号 说明段 -- */
.qj-copy { margin-top: var(--space-240); width: 66.5625rem; }  /* 5141 → 5381 */
.qj-copy__title {
  font-size: var(--fs-48);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.qj-copy__text {
  margin-top: var(--space-20);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  color: var(--color-text-secondary);
}

/* =========================  AQUA  ========================= */
.aqua {
  position: relative;
  margin-top: 14.875rem;           /* 6305 → 6543 */
}
.aqua__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75.125rem;               /* 1202px */
  object-fit: cover;
  z-index: -1;
}
.aqua__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-40);
  width: 66.8125rem;               /* 1069px */
  margin: 0 auto;
  padding-top: var(--space-240);   /* 6543 → 6783 */
}
.aqua__logo { width: 19.1875rem; height: 4.0625rem; }   /* 307×65 */
.aqua__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
  white-space: nowrap;
}
.aqua__lead {
  font-size: var(--fs-18);
  font-weight: 200;                /* Figma: MiSans:Light */
  line-height: 1.8;
  text-align: center;
  color: var(--color-text-secondary);
}
.aqua-accent { color: #f5d3be; }

.aqua__branding {
  position: relative;
  margin-top: var(--space-120);    /* 7152 → 7272 */
  height: 56.5625rem;              /* 905px */
  border-radius: var(--radius-media);
  overflow: hidden;
}
.aqua__branding img { width: 100%; height: 100%; object-fit: cover; }

/* -- AQUA 价值：左文案 + 三张层叠图 + 右侧竖向进度条 -- */
.aqua-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89.25rem;                 /* 1428px */
  /* 设计中该组右缘对齐内容边（1668），左缘落在 240，并非页面居中 */
  margin: var(--space-120) var(--gutter) 0 auto;
}
.aqua-value__copy { width: 35.5rem; }   /* 568px */
.aqua-value__eyebrow {
  font-size: var(--fs-18);
  font-weight: 200;
  line-height: var(--lh-tight);
  color: #f5d3be;
}
.aqua-value__text {
  font-size: var(--fs-32);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}
.aqua-value__stack {
  position: relative;
  width: 37.5rem;                  /* 600px */
  height: 41.25rem;                /* 660px */
  flex: none;
}
.aqua-value__stack img,
.aqua-value__stack .crop { border-radius: 2.5rem; }   /* 40px */
.aqua-value__layer {
  position: absolute;
  border-radius: 2.5rem;
  overflow: hidden;
}
.aqua-value__layer > img { width: 100%; height: 100%; object-fit: cover; }
.aqua-value__layer--3 { left: 4.375rem; top: 0;      width: 28.75rem; height: 28.75rem; }  /* 70 / 460 */
.aqua-value__layer--2 { left: 1.875rem; top: 1.875rem; width: 33.75rem; height: 33.75rem; } /* 30 / 540 */
.aqua-value__layer--1 { left: 0;        top: 3.75rem;  width: 37.5rem;  height: 37.5rem; }  /* 60 / 600 */
.aqua-value__mark {
  position: absolute;
  left: 15.9375rem;                /* 255px */
  top: 6.875rem;                   /* 110px */
  width: 6.896rem;                 /* 110.34×24 */
  height: 1.5rem;
}
.aqua-value__rail { position: relative; height: 22.5rem; flex: none; }

/* -- Coming Soon -- */
.coming-soon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-20);
  height: 26.25rem;                /* 420px */
  margin-top: var(--space-240);    /* 9261 → 9501 */
  border-radius: 3rem;             /* 48px */
  overflow: hidden;
}
.coming-soon__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coming-soon__title {
  position: relative;
  font-size: 3.75rem;              /* 60px */
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
  text-align: center;
}
.coming-soon .btn-more { position: relative; }
.btn-more--glass {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}
.btn-more--glass:hover { background: rgba(0, 0, 0, 0.35); }

/* -- 关于我们（首页版）1728×986 -- */
.home-about {
  height: 61.625rem;               /* 986px */
  margin-top: 13.625rem;           /* 9921 → 10139 */
  overflow: visible;               /* 探索更多按钮在设计中溢出到图片下方的黑底上 */
}
.home-about__label { padding-top: var(--space-240); }      /* 10139 → 10379 */
.home-about__body { margin-top: 16.25rem; width: 66.625rem; } /* 10443 → 10703, 1066px */
.home-about__title {
  font-size: var(--fs-80);
  font-weight: var(--weight-regular);
  line-height: var(--lh-tight);
}
.home-about__text {
  margin-top: var(--space-20);
  font-size: var(--fs-18);
  font-weight: var(--weight-light);
  line-height: var(--lh-body);
}
.home-about__cta { margin-top: 8.1875rem; }   /* 10974 → 11105 */

/* -- 最新动态 -- */
.home-news {
  display: flex;
  align-items: center;
  gap: 12.125rem;                  /* 194px */
  width: 96.5625rem;               /* 1545px */
  margin: var(--space-120) 0 0 7.6875rem;   /* 11471 → 11591，左起 123px */
  padding-bottom: var(--space-240);/* 12179 → 12419 */
}
.home-news__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-60);
  width: 35.5rem;                  /* 568px */
  flex: none;
}
.home-news__date {
  font-size: var(--fs-18);
  font-weight: 200;
  line-height: var(--lh-tight);
  color: var(--color-text-secondary);
}
.home-news__title {
  font-size: var(--fs-32);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
}
.home-news__rule {
  width: 15rem;                    /* 240px */
  height: 0.75px;
  background: var(--color-hairline-strong);
}
.home-news__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--fs-16);
  font-weight: var(--weight-light);
  line-height: var(--lh-tight);
  transition: opacity 0.2s ease;
}
.home-news__more:hover { opacity: 0.7; }
/* Figma 中该图标是「下箭头」被 -90° 旋转成右箭头，占位 6×12 */
.home-news__more img {
  width: 0.75rem;
  height: 0.375rem;
  transform: rotate(-90deg);
}
.home-news__media {
  width: 48.9375rem;               /* 783px */
  height: 36.75rem;                /* 588px */
  flex: none;
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.home-news__media img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================================
   11. 响应式 —— 平板 ≤1024
   ========================================================================= */
@media (max-width: 1024px) {
  html { font-size: 16px; }

  :root {
    --gutter: 2.5rem;              /* 40px */
    --space-200: 6rem;
    --space-240: 7rem;
    --space-120: 4rem;
    --fs-80: 3rem;
    --fs-66: 2.75rem;
    --fs-64: 2.5rem;
    --fs-48: 2.25rem;
    --fs-40: 2rem;
  }

  /* 导航折叠为汉堡 */
  .site-header__toggle { display: flex; }
  .site-header__inner { gap: 1rem; }

  .site-header__collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: var(--color-bg);
    border-top: 1px solid var(--color-hairline);
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.35s;
    opacity: 0;
    visibility: hidden;
  }
  /* ponytail: max-height 过渡而非 grid 0fr→1fr —— 后者在绝对定位容器里会被 Chrome
     解析成可用空间而不是内容高度，导致长菜单被裁。80vh 是上限，菜单更长时内部滚动。 */
  .site-header.is-open .site-header__collapse {
    max-height: 80vh;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
  .site-header__collapse .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem var(--gutter) 1.5rem;
  }
  .site-header__collapse .site-nav__link {
    width: auto;
    justify-content: flex-start;
    padding-block: 0.875rem;
    text-align: left;
    font-size: 1.0625rem;
  }
  .site-header__collapse .site-header__actions {
    gap: 1.5rem;
    padding: 1.25rem var(--gutter) 1.75rem;
    border-top: 1px solid var(--color-hairline);
  }
  .site-header__collapse .site-nav { margin-inline: 0; }
  .site-header__collapse-inner {
    display: block;
    height: auto;
    overflow: hidden;
    min-height: 0;
  }
  /* 下拉面板里语言菜单向下展开而非绝对定位覆盖 */
  .site-header__collapse .lang__menu { right: auto; left: 0; }

  /* 画廊：起点回到页面留白，卡片按视口收缩 */
  .gallery { --gallery-inset: var(--gutter); }
  .gallery__progress { width: 15rem; }

  .location-card {
    width: min(78vw, 60rem);
    height: min(37.44vw, 28.8rem);   /* 保持 1500:720 */
  }
  .location-card__body { top: auto; bottom: 2.5rem; }
  .location-card__block--visit { margin-top: 1.25rem; }
  .location-card__block--contact { margin-top: 1.25rem; }

  .help { grid-template-columns: 1fr; gap: 3rem; }
  .help__list { margin-top: 0; }
}

/* =========================================================================
   12. 响应式 —— 手机 ≤768
   ========================================================================= */
@media (max-width: 768px) {
  :root {
    --gutter: 1.25rem;             /* 20px */
    --space-200: 4rem;
    --space-240: 4.5rem;
    --space-120: 2.5rem;
    --space-80: 2.5rem;
    --fs-80: 2.125rem;
    --fs-66: 2rem;
    --fs-64: 1.875rem;
    --fs-48: 1.625rem;
    --fs-40: 1.5rem;
    --fs-24: 1.25rem;
    --fs-18: 1rem;
  }

  .site-footer__main {
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem var(--gutter) 3.5rem;
  }
  .site-footer__nav {
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
    justify-content: flex-start;
  }
  .site-footer__col { width: calc(50% - 0.75rem); }
  .site-footer__logo { width: 11.25rem; height: 2.34375rem; }
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.8125rem;
  }
  .site-footer__legal { gap: 1.5rem; }
  .to-top { bottom: auto; top: 1.5rem; right: var(--gutter); }

  .location-card {
    width: 86vw;
    height: 41.28vw;
  }
  .location-card__city { font-size: 1.75rem; }
  .location-card__block { font-size: 0.8125rem; }
  .location-card__body { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; }

  .help__contacts { flex-direction: column; gap: 1rem; }
  .btn-more { height: 3.25rem; padding-inline: 2rem; }
}

/* =========================================================================
   12b. 响应式 —— 首页 / 关于页的定宽区块（≤1024 收敛为流式）
   桌面端这些块按设计稿的绝对尺寸定位；平板以下改为随容器伸缩，
   比例（aspect-ratio）保持与设计一致，避免横向溢出。
   ========================================================================= */
@media (max-width: 1024px) {

  /* --- 通用：定宽内容块放开 --- */
  .sigma-intro__inner,
  .qj-copy,
  .home-about__body,
  .about-intro__text,
  .value__body,
  .aqua-value__copy,
  .home-news__body,
  .aqua__head { width: auto; max-width: 100%; }

  /* --- 首页主视觉 --- */
  .hero { height: auto; }
  .hero__copy { padding-top: 7rem; padding-bottom: 10rem; }
  .hero__logo { width: 13rem; height: 3.19rem; }
  .stage__controls { bottom: 2rem; height: auto; }
  .play-btn { width: 3rem; height: 3rem; }
  .stage__controls .gallery__progress { width: 10rem; }

  /* --- 产品大图：绝对定位改为流式 --- */
  .product-stage,
  .product-stage--qj { height: auto; margin-top: 5rem; }
  .product-stage .stage__inner { padding: 7rem var(--gutter) 6rem; }
  .product-stage__copy,
  .product-stage--qj .product-stage__copy {
    position: static;
    width: auto;
  }
  .product-stage__badge { top: 1.5rem; right: var(--gutter); width: 7rem; height: 1.575rem; }
  .product-stage .play-btn,
  .product-stage--qj .play-btn { top: auto; bottom: 1.5rem; left: var(--gutter); }
  .product-stage__watermark,
  .product-stage--qj .product-stage__watermark {
    top: auto;
    bottom: 1.5rem;
    right: var(--gutter);
    width: 9rem;
    height: 2.92rem;
  }

  /* --- 产品卡片 --- */
  .pcard {
    width: min(78vw, 60rem);
    height: auto;
    aspect-ratio: 960 / 540;
  }
  .pcard__body,
  .pcard--alt .pcard__body {
    top: auto;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
  }
  .pcard--alt .pcard__title { font-size: var(--fs-32); }
  .pcard--alt .pcard__desc { font-size: var(--fs-18); }

  /* --- 章节间距整体收紧 --- */
  .sigma-intro,
  .section-title--sigma-line,
  .section-title--aqua-claim,
  .section-title--news,
  .qj-copy,
  .aqua,
  .coming-soon,
  .home-about,
  .vision,
  .news-head,
  .join-head { margin-top: 5rem; }
  .sigma-intro__body { margin-top: 2.5rem; }
  /* 品牌字标在窄屏按比例缩小，否则几乎占满屏宽 */
  .sigma-intro__logo { width: 16rem; height: 4.065rem; }     /* 307×78 等比 */
  .aqua__logo { width: 15rem; height: 3.176rem; }            /* 307×65 等比 */

  /* --- AQUA --- */
  .aqua__bg { height: auto; aspect-ratio: 1728 / 1202; }
  .aqua__head { padding-top: 5rem; gap: 1.5rem; }
  .aqua__title { white-space: normal; text-align: center; }
  .aqua__branding { height: auto; aspect-ratio: 1608 / 905; margin-top: 3rem; }

  .aqua-value {
    width: auto;
    margin: 3rem var(--gutter) 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
  .aqua-value__stack {
    width: min(100%, 37.5rem);
    height: auto;
    aspect-ratio: 600 / 660;
    align-self: center;
  }
  /* 三层图改用百分比，保持设计中的偏移比例 */
  .aqua-value__layer--3 { left: 11.667%; top: 0;      width: 76.667%; height: 69.7%; }
  .aqua-value__layer--2 { left: 5%;      top: 4.545%; width: 90%;     height: 81.82%; }
  .aqua-value__layer--1 { left: 0;       top: 9.091%; width: 100%;    height: 90.91%; }
  .aqua-value__mark { left: 42.5%; top: 16.667%; width: 18.4%; height: auto; }

  /* --- Coming Soon --- */
  .coming-soon { height: auto; aspect-ratio: 1608 / 420; min-height: 11rem; padding: 1.5rem; }
  .coming-soon__title { font-size: 2.25rem; }

  /* --- 首页关于我们 --- */
  .home-about { height: auto; }
  .home-about .stage__inner { padding-bottom: 3rem; }
  .home-about__label { padding-top: 5rem; }
  .home-about__body { margin-top: 3rem; }
  .home-about__cta { margin-top: 2.5rem; }

  /* --- 首页最新动态 --- */
  .home-news {
    width: auto;
    margin: 3rem 0 0;
    padding: 0 var(--gutter) 5rem;
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
  .home-news__media { width: 100%; height: auto; aspect-ratio: 783 / 588; }

  /* --- 关于页主视觉 --- */
  .about-hero { height: auto; }
  .about-hero__bg { top: 0; height: 100%; }
  .about-hero__inner { padding-top: 9rem; padding-bottom: 6rem; }
  .about-intro { margin-top: 2.5rem; }

  /* --- 关于页愿景 --- */
  .vision__media { height: auto; aspect-ratio: 1608 / 800; margin-top: 2.5rem; }
  .vision__caption {
    left: 1.5rem;
    right: 1.5rem;
    top: auto;
    bottom: 1.5rem;
    width: auto;
    transform: none;
  }
  .vision__caption-lead { white-space: normal; font-size: var(--fs-18); }
  .vision__progress { margin-left: auto; margin-top: 2.5rem; }

  /* --- 关于页价值观 --- */
  .value {
    width: auto;
    margin: 3rem var(--gutter) 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
  .value__media {
    width: min(100%, 28.375rem);
    height: auto;
    aspect-ratio: 454 / 606;
  }

  /* 竖向进度条在窄屏改为横向，置于内容下方 */
  .value__rail,
  .aqua-value__rail {
    position: static;
    transform: none;
    align-self: center;
    width: 15rem;
    height: 2px;
  }
  .value__rail .gallery__thumb,
  .aqua-value__rail .gallery__thumb {
    inset-block: 0;
    inset-inline: auto;
    left: 0;
    width: 33.3333%;
    height: auto;
  }

  /* --- 关于页新闻卡 / 工作机会 --- */
  .news { margin-top: 2.5rem; }
  .news-card { width: min(70vw, 28.375rem); }
  .news-card__media { height: auto; aspect-ratio: 454 / 341; }
  .news-more { margin-top: 3rem; }
  .join__media { height: auto; aspect-ratio: 1608 / 800; margin-top: 2.5rem; }
  .cta-box { height: auto; padding: 4rem 1.5rem; margin-top: 3rem; margin-bottom: 3rem; }
}

@media (max-width: 768px) {
  .hero__copy { padding-top: 5rem; padding-bottom: 8rem; }
  .hero__logo { width: 9rem; height: 2.21rem; }
  .product-stage .stage__inner { padding: 5rem var(--gutter) 5rem; }
  .product-stage__badge { width: 5.5rem; height: 1.24rem; }
  .product-stage__watermark { width: 7rem; height: 2.27rem; }
  .play-btn { width: 2.5rem; height: 2.5rem; }

  .pcard { width: 86vw; }
  .news-card { width: 78vw; }
  .sigma-intro__logo { width: 10.5rem; height: 2.668rem; }
  .aqua__logo { width: 10rem; height: 2.117rem; }
  .coming-soon { aspect-ratio: auto; padding: 3rem 1.25rem; }
  .coming-soon__title { font-size: 1.875rem; }
  .aqua__lead { font-size: 0.875rem; }
  .home-news { padding-bottom: 3.5rem; }
  .cta-box { padding: 3rem 1.25rem; }
  .vision__caption { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; }
  .pcard__body,
  .pcard--alt .pcard__body { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; }
}

/* ---------- 13. 减弱动效偏好 ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
