/* ============================================================
   AOW 官网 · 样式
   暖白纸底 + 深夜蓝星空（世界）+ 珊瑚橙（生命）：和商业计划书同一套品牌色
   标题：Fraunces（拉丁）+ 思源宋体（中日韩），正文：系统无衬线
   卡片保留 App 里「好滴」卡片的样子：白底、大圆角、淡橙描边、角上几个小爪印
   ============================================================ */

:root {
  --paper: #FBF8F4; --paper-2: #F5EFE7; --paper-3: #EEE5D9;
  --ink: #1F1813; --ink-2: #574B42; --ink-3: #8C7E72;
  --line: #E9DFD3; --line-2: #D9CCBC;
  --coral: #F4784B; --coral-soft: #FF9E7D; --peach: #FFAB91; --coral-deep: #D9522A; --coral-tint: #FDEDE4;
  --night: #0D2136; --night-2: #16304C; --night-ink: #EAF1F6; --night-sub: #A9BDCD;
  --ok: #2E7D5B; --neg: #C0492F;
  --serif-latin: "Fraunces Variable", Georgia, "Times New Roman", serif;
  --serif: "Fraunces Variable", "Noto Serif SC Variable", "Songti SC", "STSong", "Source Han Serif SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1200px;
  --r-lg: 28px; --r-md: 22px;
  --shadow: 0 1px 2px rgba(31, 24, 19, .04), 0 12px 32px -14px rgba(31, 24, 19, .16);
  --shadow-lg: 0 2px 4px rgba(31, 24, 19, .04), 0 30px 70px -28px rgba(31, 24, 19, .35);
  --header-h: 72px;
}
html:lang(ja) {
  --serif: "Fraunces Variable", "Noto Serif JP Variable", "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "Segoe UI", Roboto, sans-serif;
}
html:lang(ko) {
  --serif: "Fraunces Variable", "Noto Serif KR Variable", "AppleMyungjo", "Nanum Myeongjo", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
@media (min-width: 720px) { .wrap { padding: 0 32px; } }
.wrap.narrow { max-width: 820px; }
.center-text { text-align: center; }
.ico { width: 1.2em; height: 1.2em; flex: none; }
.ico.tiny { width: .85em; height: .85em; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 100; background: #fff; color: var(--ink); padding: 8px 14px; border-radius: 10px; }
.skip:focus { left: 16px; }

/* ── 字 ─────────────────────────────────────────────── */
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 18px;
  font: 600 12.5px/1.4 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--coral-deep);
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow.light { color: var(--coral-soft); }
.eyebrow.center, .center .eyebrow { justify-content: center; }
.display {
  font-family: var(--serif); font-weight: 600; font-size: clamp(40px, 6.6vw, 82px);
  line-height: 1.07; letter-spacing: -.018em; margin: 0 0 26px; font-optical-sizing: auto;
}
.display-md {
  font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 4.1vw, 52px);
  line-height: 1.16; letter-spacing: -.012em; margin: 0 0 20px; font-optical-sizing: auto;
}
html:lang(zh) .display, html:lang(ja) .display, html:lang(ko) .display { line-height: 1.24; letter-spacing: .01em; }
html:lang(zh) .display-md, html:lang(ja) .display-md, html:lang(ko) .display-md { line-height: 1.32; letter-spacing: .01em; }
/* 中文标题只在标点处换行（「而属于所有动 / 物。」这种断法很难看）。
   前提是每一小句都放得下一行：下面几条字号就是按「最长的一小句」在各种宽度下放得下算的 */
@media (min-width: 720px) { html:lang(zh) :is(.display, .display-md, .promise blockquote p, .why-close) { word-break: keep-all; overflow-wrap: anywhere; } }
/* 手机上不这么做：屏幕太窄时一小句放不下，会从句子中间硬断，逗号可能单独掉到下一行；手机按正常的中文断行（标点不会到行首） */
/* 中日文标题的标点用比例宽度（「世界，不只」逗号后面不留一大块空） */
html:lang(zh) :is(.display, .display-md, .promise blockquote p), html:lang(ja) :is(.display, .display-md, .promise blockquote p) { font-feature-settings: "palt"; letter-spacing: .02em; }
/* 日文标题按词组换行（Chrome 支持；别的浏览器照常） */
html:lang(ja) :is(.display, .display-md, .promise blockquote p, .why-close) { word-break: auto-phrase; }
/* 韩文按词换行（韩文排版的惯例） */
html:lang(ko) body { word-break: keep-all; overflow-wrap: anywhere; }
:is(html:lang(zh), html:lang(ja), html:lang(ko)) .hero .display { font-size: clamp(30px, 8vw, 62px); }
@media (min-width: 1040px) { :is(html:lang(zh), html:lang(ja), html:lang(ko)) .hero .display { font-size: clamp(40px, 4.3vw, 62px); } }
/* 日文的第一句最长（16 个字），字号小一档，第二句「すべての動物のものだ。」才放得下一行 */
html:lang(ja) .hero .display { font-size: clamp(28px, 7.4vw, 52px); }
@media (min-width: 1040px) { html:lang(ja) .hero .display { font-size: clamp(36px, 3.6vw, 52px); } }
:is(html:lang(zh), html:lang(ja)) .display-md { font-size: clamp(26px, 6.4vw, 46px); }
@media (min-width: 900px) { :is(html:lang(zh), html:lang(ja)) .display-md { font-size: clamp(28px, 3.3vw, 46px); } }
:is(html:lang(zh), html:lang(ja)) .vm .display-md { font-size: clamp(24px, 2.5vw, 34px); }
.lead { font-size: clamp(17px, 1.55vw, 19.5px); line-height: 1.75; color: var(--ink-2); margin: 0 0 30px; max-width: 42em; }
.lead a, .body-lg a { color: var(--coral-deep); text-decoration: underline; text-underline-offset: 3px; }
.body-lg { font-size: 17px; line-height: 1.85; color: var(--ink-2); margin: 0 0 16px; }
.light { color: var(--night-ink); }
.lead.light { color: var(--night-sub); }

/* ── 按钮 ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 26px;
  border-radius: 999px; border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  font: 600 15.5px/1 var(--sans); letter-spacing: .01em;
  transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn .ico { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover .ico:last-child { transform: translateX(3px); }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 26px -12px rgba(217, 82, 42, .65); }
.btn-primary:hover { background: var(--coral-deep); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .6); }
.btn-sm { height: 40px; padding: 0 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: default; }

.store-soon {
  display: inline-flex; align-items: center; gap: 12px; height: 54px; padding: 0 22px 0 17px;
  border-radius: 15px; background: #000; color: #fff; border: 1px solid rgba(255, 255, 255, .2); cursor: default; user-select: none;
}
.store-soon .ico { width: 26px; height: 26px; opacity: .9; }
.store-soon small { display: block; font-size: 11px; letter-spacing: .06em; opacity: .72; line-height: 1.15; }
.store-soon b { display: block; font-size: 18.5px; font-weight: 600; line-height: 1.15; letter-spacing: .01em; }
.store-soon.on-light { background: var(--ink); border-color: var(--ink); }

/* ── 顶栏 ───────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50; color: var(--ink);
  background: rgba(251, 248, 244, .86); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid rgba(233, 223, 211, .8);
  transition: background .35s, border-color .35s, color .35s;
}
.site-header.is-overlay { position: fixed; left: 0; right: 0; background: transparent; border-color: transparent; color: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header.is-overlay.scrolled {
  background: rgba(11, 29, 48, .78); border-color: rgba(255, 255, 255, .08);
  -webkit-backdrop-filter: saturate(1.3) blur(16px); backdrop-filter: saturate(1.3) blur(16px);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 12px; }
@media (min-width: 720px) { .header-inner { gap: 28px; } }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 38px; height: 38px; flex: none; filter: drop-shadow(0 6px 12px rgba(217, 82, 42, .32)); }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b { font-family: var(--serif-latin); font-weight: 700; font-size: 21px; letter-spacing: .09em; }
.brand-word small { font-size: 8.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: .72; margin-top: 4px; white-space: nowrap; }
@media (min-width: 720px) { .brand-word small { letter-spacing: .3em; } }
.main-nav { display: none; gap: 28px; margin-left: 10px; }
.main-nav a { position: relative; padding: 6px 0; font-size: 15px; font-weight: 500; opacity: .86; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav a:hover { opacity: 1; }
.main-nav a:hover::after { transform: scaleX(1); }
@media (min-width: 1080px) { .main-nav { display: flex; } }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.dd { position: relative; }
.dd-btn {
  display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border: 0; border-radius: 999px;
  background: transparent; color: inherit; font: 500 14.5px/1 var(--sans); cursor: pointer; white-space: nowrap;
}
.dd-btn .ico:first-child:not(.tiny) { width: 18px; height: 18px; }
.dd-btn:hover, .dd.open .dd-btn { background: rgba(127, 127, 127, .14); }
.dd-btn .tiny { transition: transform .2s; }
.dd.open .dd-btn .tiny { transform: rotate(180deg); }
.dd-menu {
  position: absolute; right: 0; top: calc(100% + 10px); min-width: 210px; padding: 8px; z-index: 5;
  background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 28px 64px -24px rgba(31, 24, 19, .38);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s;
}
.dd.open .dd-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 12px; font-size: 14.5px; }
.lang-menu a:hover { background: var(--paper-2); }
.lang-menu a[aria-current] { color: var(--coral-deep); font-weight: 600; }
.login-menu { width: min(330px, calc(100vw - 32px)); }
.login-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px; border-radius: 14px; transition: background .2s; }
.login-item:hover { background: var(--paper-2); }
.login-ic { width: 42px; height: 42px; border-radius: 13px; background: var(--coral-tint); color: var(--coral-deep); display: grid; place-items: center; flex: none; }
.login-ic .ico { width: 21px; height: 21px; }
.login-item b { display: block; font-size: 15px; font-weight: 600; line-height: 1.4; }
.login-item small { display: block; font-size: 12.5px; color: var(--ink-3); line-height: 1.55; margin-top: 2px; }
.hide-sm { display: none !important; }
@media (min-width: 720px) { .hide-sm { display: inline-flex !important; } }
@media (max-width: 719px) { .lang-btn { display: none; } }
.menu-btn { display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 12px; background: transparent; color: inherit; cursor: pointer; }
.menu-btn .ico { width: 24px; height: 24px; }
@media (min-width: 1080px) { .header-actions .menu-btn { display: none; } }

.mobile-menu { position: fixed; inset: 0; z-index: 60; overflow-y: auto; padding: 10px 20px 48px; color: #fff; background: linear-gradient(170deg, #0B1D30, #16304C); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.mobile-nav { display: flex; flex-direction: column; margin: 22px 0 8px; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-family: var(--serif); font-size: 27px; font-weight: 600; }
.mobile-nav .ico { color: var(--coral-soft); }
.mobile-label { margin: 30px 0 10px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--night-sub); }
.mobile-login .login-item { color: #fff; }
.mobile-login .login-item small { color: var(--night-sub); }
.mobile-login .login-ic { background: rgba(255, 255, 255, .08); color: var(--coral-soft); }
.mobile-login .login-item:hover { background: rgba(255, 255, 255, .06); }
.mobile-langs { display: flex; flex-wrap: wrap; gap: 8px; }
.mobile-langs a { padding: 9px 15px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .22); font-size: 14px; }
.mobile-langs a[aria-current] { background: #fff; color: var(--ink); border-color: #fff; }
body.menu-open { overflow: hidden; }

/* ── 夜空（世界）───────────────────────────────────── */
.night {
  position: relative; overflow: hidden; color: var(--night-ink);
  background:
    radial-gradient(1100px 560px at 82% -8%, rgba(46, 96, 128, .55), transparent 62%),
    radial-gradient(820px 520px at -4% 32%, rgba(58, 109, 138, .26), transparent 60%),
    linear-gradient(166deg, #0A1B2D 0%, #11284A 52%, #17324F 100%);
}
.stars, .stars::after { position: absolute; inset: 0; pointer-events: none; }
.stars {
  opacity: .7;
  background-image:
    radial-gradient(1.3px 1.3px at 23px 41px, rgba(255, 255, 255, .95), transparent 70%),
    radial-gradient(1px 1px at 131px 97px, rgba(255, 255, 255, .7), transparent 70%),
    radial-gradient(1.6px 1.6px at 211px 18px, rgba(255, 220, 200, .9), transparent 70%),
    radial-gradient(1px 1px at 77px 173px, rgba(255, 255, 255, .6), transparent 70%),
    radial-gradient(1.2px 1.2px at 269px 211px, rgba(255, 255, 255, .8), transparent 70%);
  background-size: 290px 290px;
}
.stars::after {
  content: ""; opacity: .8; animation: twinkle 7s ease-in-out infinite alternate;
  background-image:
    radial-gradient(1.4px 1.4px at 61px 83px, rgba(255, 255, 255, .95), transparent 70%),
    radial-gradient(1px 1px at 331px 29px, rgba(255, 255, 255, .7), transparent 70%),
    radial-gradient(1.8px 1.8px at 377px 271px, rgba(255, 190, 160, .85), transparent 70%),
    radial-gradient(1px 1px at 191px 343px, rgba(255, 255, 255, .6), transparent 70%);
  background-size: 430px 430px;
}
.stars.dim { opacity: .4; }
@keyframes twinkle { from { opacity: .25; } to { opacity: .9; } }

/* ── 首屏 ───────────────────────────────────────────── */
.hero { padding: 128px 0 84px; }
@media (min-width: 1040px) { .hero { padding: 150px 0 120px; min-height: min(940px, 100svh); display: flex; align-items: center; } }
.hero-grid { position: relative; z-index: 2; display: grid; gap: 44px; align-items: center; width: 100%; }
@media (min-width: 1040px) { .hero-grid { grid-template-columns: 1.16fr .84fr; gap: 32px; } }
.hero .display { color: #fff; }
.hero .display .hl {
  background: linear-gradient(95deg, #FFD1BE 0%, #FF9E7D 45%, #F4784B 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.made-in { display: flex; align-items: center; gap: 8px; margin: 34px 0 0; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--night-sub); }
.made-in .ico { color: var(--coral-soft); }

.hero-art { position: relative; width: min(84vw, 520px); aspect-ratio: 1; margin: 12px auto 0; }
@media (min-width: 1040px) { .hero-art { width: 100%; max-width: 500px; margin-top: 0; } }
.hero-art .glow { position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(244, 120, 75, .5), rgba(244, 120, 75, 0) 66%); filter: blur(12px); }
.planet {
  position: absolute; inset: 27%; z-index: 3; border-radius: 50%; overflow: hidden; background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .06), 0 0 0 16px rgba(255, 255, 255, .03), 0 34px 90px -14px rgba(244, 120, 75, .6);
}
.planet img { width: 100%; height: 100%; object-fit: cover; }
.planet::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0) 45%, rgba(11, 29, 48, .38) 100%); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); }
.orbit.o1 { inset: 15%; --off: 28deg; }
.orbit.o2 { inset: 4%; --off: 70deg; border-style: dashed; border-color: rgba(255, 255, 255, .13); }
.orbit.o3 { inset: -7%; --off: -18deg; border-color: rgba(255, 255, 255, .09); }
@media (max-width: 600px) { .orbit.o3 { inset: -2%; } }
.orbit-spin { position: absolute; inset: 0; animation: spin 140s linear infinite; }
.o2 .orbit-spin { animation-duration: 190s; animation-direction: reverse; }
.o3 .orbit-spin { animation-duration: 260s; }
.sat { position: absolute; inset: 0; transform: rotate(calc(360deg / var(--n) * var(--i) + var(--off))); }
.sat-in { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%) rotate(calc(-1 * (360deg / var(--n) * var(--i) + var(--off)))); }
.sat-lbl {
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px 6px 11px; border-radius: 999px; white-space: nowrap;
  background: rgba(10, 27, 45, .72); border: 1px solid rgba(255, 255, 255, .16); color: #EAF1F6; font-size: 13px; letter-spacing: .02em;
  animation: spin 140s linear infinite reverse;
}
.o2 .sat-lbl { animation-duration: 190s; animation-direction: normal; }
.o3 .sat-lbl { animation-duration: 260s; }
.sat-lbl i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral-soft); box-shadow: 0 0 10px var(--coral-soft); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── 物种滚动条 ─────────────────────────────────────── */
.species-band { padding: 30px 0 34px; border-bottom: 1px solid var(--line); background: var(--paper); }
.species-title { margin: 0 0 14px; text-align: center; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 70s linear infinite; }
.marquee-track span { margin-right: 26px; font-family: var(--serif); font-size: clamp(22px, 2.5vw, 31px); font-weight: 500; color: var(--ink); white-space: nowrap; }
.marquee-track i { margin-right: 26px; display: inline-flex; }
.marquee-track i .ico { width: 17px; height: 17px; color: var(--coral); opacity: .8; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── 通用区块 ───────────────────────────────────────── */
.section { position: relative; padding: clamp(84px, 10vw, 140px) 0; }
.section.tight { padding: 40px 0 110px; }
.tinted { background: var(--paper-2); }
.section-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-bottom: 0; }
.head-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(36px, 4.5vw, 60px); }
.head-row .section-head { margin-bottom: 0; }

/* ── 好滴卡片（App 里 Rita 点名喜欢的那个样子）──────── */
.paw-card { position: relative; background: #fff; border: 1.2px solid rgba(244, 120, 75, .2); border-radius: var(--r-lg); box-shadow: 0 1px 2px rgba(31, 24, 19, .04), 0 20px 48px -22px rgba(31, 24, 19, .26); }
.paws { position: absolute; inset: 0; pointer-events: none; }
.paws .ico { position: absolute; color: var(--coral); }
.paws .ico:nth-child(1) { left: 14px; top: 14px; width: 21px; height: 21px; transform: rotate(-28deg); opacity: .42; }
.paws .ico:nth-child(2) { right: 16px; top: 16px; width: 16px; height: 16px; transform: rotate(34deg); opacity: .32; }
.paws .ico:nth-child(3) { right: 18px; bottom: 16px; width: 22px; height: 22px; transform: rotate(22deg); opacity: .38; }
.paws .ico:nth-child(4) { left: 18px; bottom: 18px; width: 15px; height: 15px; transform: rotate(-46deg); opacity: .28; }

/* ── 愿景 · 使命 ───────────────────────────────────── */
.vm-grid { display: grid; gap: 56px; }
@media (min-width: 900px) { .vm-grid { grid-template-columns: 1fr 1fr; gap: 72px; } }
.vm { padding-top: 30px; border-top: 1.5px solid var(--ink); }
.vm .display-md { font-size: clamp(26px, 2.9vw, 38px); }
.promise { margin: clamp(80px, 9vw, 128px) 0 0; text-align: center; }
.promise blockquote { margin: 0; }
.promise blockquote p { margin: 0 auto; max-width: 18em; font-family: var(--serif); font-size: clamp(28px, 4.3vw, 56px); font-weight: 500; line-height: 1.32; color: var(--ink); }
.promise blockquote p::before, .promise blockquote p::after { color: var(--coral); }
html:lang(zh) .promise blockquote p::before { content: "「"; } html:lang(zh) .promise blockquote p::after { content: "」"; }
html:lang(ja) .promise blockquote p::before { content: "「"; } html:lang(ja) .promise blockquote p::after { content: "」"; }
html:lang(en) .promise blockquote p::before, html:lang(ko) .promise blockquote p::before { content: "\201C"; }
html:lang(en) .promise blockquote p::after, html:lang(ko) .promise blockquote p::after { content: "\201D"; }

/* ── 我们是谁 ───────────────────────────────────────── */
.who { overflow: hidden; }   /* 照片后面那个橙色圆会伸出去，手机上会把整页撑宽 */
.who-grid { display: grid; gap: 52px; align-items: start; }
@media (min-width: 960px) { .who-grid { grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: center; } }
.who-photo { position: relative; margin: 0; isolation: isolate; max-width: 460px; }
.who-photo::before { content: ""; position: absolute; z-index: -1; width: 52%; aspect-ratio: 1; right: -9%; top: -7%; border-radius: 50%; background: linear-gradient(135deg, #FFC0A6, #F4784B 60%, #D9522A); opacity: .92; }
.who-photo::after { content: ""; position: absolute; z-index: -1; width: 22%; aspect-ratio: 1; left: -6%; bottom: 10%; border-radius: 50%; border: 1.5px solid var(--coral); opacity: .5; }
.who-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.who-photo figcaption { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: rgba(255, 255, 255, .92); font-size: 13px; font-weight: 600; color: var(--ink); box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .3); }
.who-photo figcaption .ico { color: var(--coral); }
.founder-note { margin: 34px 0 0; padding: 36px 34px 28px; }
.note-label { margin: 0 0 14px; font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--coral-deep); }
.founder-note blockquote { margin: 0; }
.founder-note blockquote p { margin: 0 0 14px; font-family: var(--serif); font-size: 18px; line-height: 1.9; color: var(--ink); }
.founder-note figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.sign { font-family: var(--serif-latin); font-style: italic; font-size: 26px; font-weight: 500; color: var(--ink); }
.founder-note figcaption span { font-size: 13px; color: var(--ink-3); letter-spacing: .04em; }

/* ── 为什么做 AOW ──────────────────────────────────── */
.stat-grid { display: grid; gap: 18px; }
@media (min-width: 860px) { .stat-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.stat { padding: 32px 28px 26px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.stat-n { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(54px, 6vw, 78px); font-weight: 600; line-height: 1; letter-spacing: -.03em; color: var(--coral-deep); }
.stat-t { margin: 0 0 18px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.stat-src { margin: auto 0 0; font-size: 12.5px; color: var(--ink-3); }
.why-close { margin: 60px 0 0; max-width: 28em; font-family: var(--serif); font-size: clamp(21px, 2.4vw, 30px); line-height: 1.6; color: var(--ink); }

/* ── 为什么是 AOW ───────────────────────────────────── */
.reason-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 720px) { .reason-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .reason-grid { grid-template-columns: repeat(3, 1fr); } }
.reason { position: relative; padding: 36px 30px 38px; background: var(--paper); transition: background .3s; }
.reason:hover { background: #fff; }
.reason-n { position: absolute; right: 26px; top: 28px; font-family: var(--serif-latin); font-size: 15px; color: var(--ink-3); }
.reason-ic { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 17px; background: var(--coral-tint); color: var(--coral-deep); }
.reason-ic .ico { width: 26px; height: 26px; }
.reason h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.35; }
.reason p { margin: 0; font-size: 15.5px; line-height: 1.8; color: var(--ink-2); }

/* ── 功能 ───────────────────────────────────────────── */
.bento { display: grid; gap: 18px; }
@media (min-width: 720px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .bento { grid-template-columns: repeat(4, 1fr); } }
/* 手机上后面八张卡片排成一排左右滑（竖着排太长）；平板和电脑上照常铺在格子里 */
.bento-rest { display: contents; }
@media (max-width: 719px) {
  .bento-rest {
    display: grid; grid-auto-flow: column; grid-auto-columns: 80%; gap: 14px; margin: 0 -20px; padding: 4px 20px 18px;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .bento-rest::-webkit-scrollbar { display: none; }
  .bento-rest .tile { scroll-snap-align: start; }
  .bento-rest .tile:hover { transform: none; }
}
.tile { padding: 30px 26px 30px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.tile:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -26px rgba(31, 24, 19, .3); }
.tile-ic { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 15px; background: var(--paper-2); color: var(--coral-deep); }
.tile-ic .ico { width: 24px; height: 24px; }
.tile h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.35; }
.tile p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--ink-2); }
.tile-hero {
  grid-column: 1 / -1; display: grid; gap: 34px; align-items: center; padding: 40px 32px;
  background: linear-gradient(140deg, #FFF4EE 0%, #FDE4D7 100%); border-color: rgba(244, 120, 75, .24);
}
.tile-hero .tile-ic { background: #fff; }
.tile-hero h3 { font-size: clamp(25px, 2.6vw, 32px); }
.tile-hero p { font-size: 16px; }
@media (min-width: 720px) and (max-width: 1079px) { .tile-hero { grid-template-columns: 1.1fr 1fr; padding: 48px 44px; } }
@media (min-width: 1080px) { .tile-hero { grid-column: span 2; grid-row: span 2; padding: 44px 40px; align-content: space-between; } }
.demo-card { width: 100%; max-width: 300px; justify-self: center; padding: 30px 26px 22px; text-align: center; }
.demo-ok { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 50%; background: var(--coral-tint); color: var(--coral-deep); }
.demo-ok .ico { width: 26px; height: 26px; }
.demo-card .demo-t { display: block; margin-bottom: 6px; font-size: 17px; font-weight: 700; }
.demo-card p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.6; color: var(--ink-2); }
.demo-pool { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px; padding: 6px 12px; border-radius: 999px; background: var(--coral-tint); color: var(--coral-deep); font-size: 13px; font-weight: 600; }
.demo-pool .ico { width: 14px; height: 14px; }
.demo-btn { display: block; height: 46px; line-height: 46px; border-radius: 23px; background: var(--peach); color: #fff; font-size: 16px; font-weight: 800; }

/* ── 公益池 ─────────────────────────────────────────── */
.impact-grid { position: relative; z-index: 2; display: grid; gap: 48px; align-items: center; }
@media (min-width: 960px) { .impact-grid { grid-template-columns: 1.02fr .98fr; gap: 80px; } }
.impact .display-md { color: #fff; }
.rule-list { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 15px; }
.rule-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.65; color: var(--night-ink); }
.rule-list .ico { width: 20px; height: 20px; margin-top: 3px; color: var(--coral-soft); }
.impact-card { padding: 42px 36px 36px; border-radius: var(--r-lg); background: linear-gradient(160deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .13); }
.big-num {
  margin: 0 0 18px; font-family: var(--serif-latin); font-size: clamp(112px, 15vw, 196px); font-weight: 600; line-height: .9; letter-spacing: -.045em;
  background: linear-gradient(135deg, #FFD6C4 0%, #FF9E7D 45%, #F4784B 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.big-label { margin: 0 0 28px; font-size: 17px; line-height: 1.75; color: var(--night-ink); }
.regions-title { margin: 0 0 12px; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--night-sub); }
.regions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.regions span { padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .2); font-size: 13.5px; color: var(--night-ink); }
.impact-note { margin: 0; font-size: 14.5px; line-height: 1.8; color: var(--night-sub); }

/* ── ESG ───────────────────────────────────────────── */
.esg-grid { display: grid; gap: 20px; }
@media (min-width: 960px) { .esg-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.esg-col { padding: 34px 30px 32px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.esg-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.esg-letter { font-family: var(--serif-latin); font-size: 66px; font-weight: 600; line-height: 1; color: var(--coral-deep); }
.esg-ic { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--paper-2); color: var(--ink-2); }
.esg-ic .ico { width: 24px; height: 24px; }
.esg-col h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 0 0 18px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.esg-col h3 small { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink-3); }
.esg-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.esg-col li { position: relative; padding-left: 20px; font-size: 15px; line-height: 1.8; color: var(--ink-2); }
.esg-col li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 2px; background: var(--coral); transform: rotate(45deg); }
.esg-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 44px 0 0; font-size: 14.5px; color: var(--ink-3); text-align: center; }
.esg-note .ico { color: var(--coral); }

/* ── 商品卡片 ───────────────────────────────────────── */
.p-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 720px) { .p-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1080px) { .p-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.p-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.p-card:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -26px rgba(31, 24, 19, .3); }
.p-img { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--paper-2); }
.p-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-noimg { position: absolute; inset: 0; display: grid; place-items: center; color: var(--line-2); }
.p-noimg .ico { width: 38%; height: 38%; }
.p-tag { position: absolute; left: 10px; top: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(31, 24, 19, .72); color: #fff; font-size: 11.5px; font-weight: 600; letter-spacing: .04em; }
.p-body { flex: 1; display: flex; flex-direction: column; gap: 4px; padding: 14px 14px 16px; }
@media (min-width: 720px) { .p-body { padding: 18px 18px 20px; } }
.p-shop { margin: 0; font-size: 12px; color: var(--ink-3); letter-spacing: .02em; }
.p-name { margin: 0; font-size: 15.5px; font-weight: 600; line-height: 1.45; text-wrap: wrap; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.p-sub { margin: 0; font-size: 13px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.p-foot { margin-top: auto; padding-top: 10px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; }
.p-price { font-family: var(--serif-latin); font-size: 19px; font-weight: 600; color: var(--coral-deep); }
.p-compare { font-size: 13px; color: var(--ink-3); }
.p-sold { margin-left: auto; font-size: 12px; color: var(--ink-3); }
.empty-card { max-width: 620px; margin: 0 auto; padding: 58px 32px 52px; text-align: center; }
.empty-card:not(.paw-card) { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); }
.empty-ic { display: block; width: 54px; height: 54px; margin: 0 auto 18px; color: var(--coral); }
.empty-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.empty-card p { margin: 0 0 26px; color: var(--ink-2); line-height: 1.8; }
.empty-card.slim { padding: 44px 24px; }
.empty-card.slim h3 { font-size: 20px; margin: 0; }

/* ── 商家合作 ───────────────────────────────────────── */
.biz-grid { display: grid; gap: 20px; }
@media (min-width: 860px) { .biz-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.biz-card { position: relative; overflow: hidden; padding: 38px 34px 36px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.biz-ic { position: absolute; right: -14px; top: -14px; width: 128px; height: 128px; color: var(--coral-tint); }
.biz-ic .ico { width: 100%; height: 100%; }
.biz-tag { position: relative; display: inline-block; margin: 0 0 16px; padding: 5px 12px; border-radius: 999px; background: var(--coral-tint); color: var(--coral-deep); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; }
.biz-card h3 { position: relative; margin: 0 0 8px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.biz-d { position: relative; margin: 0 0 22px; color: var(--ink-2); }
.biz-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.biz-card li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.6; color: var(--ink); }
.biz-card li .ico { width: 18px; height: 18px; margin-top: 3px; color: var(--coral-deep); }
.biz-steps { position: relative; overflow: hidden; margin-top: 24px; padding: 38px 34px 34px; border-radius: var(--r-lg); color: var(--night-ink); background: linear-gradient(160deg, #0B1D30, #16304C); }
.biz-steps h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 25px; font-weight: 600; color: #fff; }
.biz-steps ol { list-style: none; counter-reset: st; margin: 0 0 30px; padding: 0; display: grid; gap: 18px; }
@media (min-width: 960px) { .biz-steps ol { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.biz-steps li { counter-increment: st; position: relative; padding-top: 46px; font-size: 15px; line-height: 1.7; }
.biz-steps li::before { content: counter(st, decimal-leading-zero); position: absolute; left: 0; top: 0; font-family: var(--serif-latin); font-size: 30px; line-height: 1; color: var(--coral-soft); }
.biz-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .12); }
.biz-cta p { margin: 0; font-size: 14px; color: var(--night-sub); }
.biz-cta p a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ── 下载 ───────────────────────────────────────────── */
.download { position: relative; overflow: hidden; padding: clamp(66px, 8vw, 104px) 0; background: linear-gradient(118deg, #F4784B 0%, #FF9E7D 55%, #FFC4AB 100%); color: #1F0F08; }
.download-inner { position: relative; z-index: 2; display: grid; gap: 30px; align-items: center; }
@media (min-width: 900px) { .download-inner { grid-template-columns: 1.4fr auto; gap: 60px; } }
.download .eyebrow { color: #5A230D; }
.download .display-md { color: #1F0F08; }
.download .body-lg { margin: 0; color: #4B2716; max-width: 36em; }
.download-paws { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.download-paws .ico { position: absolute; color: #fff; opacity: .22; }
.download-paws .ico:nth-child(1) { right: 6%; top: -18px; width: 120px; height: 120px; transform: rotate(24deg); }
.download-paws .ico:nth-child(2) { right: 24%; bottom: -30px; width: 90px; height: 90px; transform: rotate(-18deg); opacity: .16; }
.download-paws .ico:nth-child(3) { left: 44%; top: 12px; width: 44px; height: 44px; transform: rotate(40deg); opacity: .2; }

/* ── 常见问题 ───────────────────────────────────────── */
.faq-grid { display: grid; gap: 36px; }
@media (min-width: 960px) { .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; } .faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 36px); } }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; cursor: pointer; font-size: 17.5px; font-weight: 600; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .ico { width: 20px; height: 20px; color: var(--ink-3); transition: transform .25s; }
.faq-list details[open] summary .ico { transform: rotate(180deg); }
.faq-list details p { margin: 0 0 24px; max-width: 44em; font-size: 15.5px; line-height: 1.85; color: var(--ink-2); }

/* ── 页脚 ───────────────────────────────────────────── */
.site-footer { padding: 76px 0 30px; background: #09182A; color: var(--night-sub); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 24px; }
@media (min-width: 960px) { .footer-grid { grid-template-columns: 1.6fr repeat(4, 1fr); } }
.footer-brand { grid-column: 1 / -1; }
@media (min-width: 960px) { .footer-brand { grid-column: auto; } }
.brand.light { color: #fff; }
.footer-tag { margin: 18px 0 16px; font-family: var(--serif); font-size: 19px; color: #fff; }
.footer-mail { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--night-ink); }
.footer-mail:hover { color: #fff; }
.footer-col h2 { margin: 0 0 16px; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.footer-col a { display: block; padding: 5px 0; font-size: 14.5px; color: var(--night-ink); }
.footer-col a:hover { color: #fff; }
.footer-bottom { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 60px; padding-top: 24px; font-size: 13px; }
.footer-bottom::before { content: ""; position: absolute; top: 0; left: 20px; right: 20px; height: 1px; background: rgba(255, 255, 255, .08); }
@media (min-width: 720px) { .footer-bottom::before { left: 32px; right: 32px; } }
.footer-bottom p { margin: 0; }
.footer-bottom .dot { margin: 0 8px; opacity: .5; }
.footer-langs { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-langs a:hover, .footer-langs a[aria-current] { color: #fff; }

/* ── 商城页 ─────────────────────────────────────────── */
.page-hero { padding: clamp(56px, 7vw, 96px) 0 26px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-bottom: 26px; }
.shop-search { display: flex; align-items: center; gap: 10px; max-width: 560px; height: 58px; margin: 0 0 22px; padding: 0 7px 0 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.shop-search > .ico { width: 20px; height: 20px; color: var(--ink-3); }
.shop-search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: none; background: transparent; font: inherit; font-size: 16px; color: var(--ink); }
.shop-search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.pills::-webkit-scrollbar { display: none; }
.pill { flex: none; display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); font-size: 14px; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.pill:hover { border-color: var(--ink); color: var(--ink); }
.pill.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.more-row { display: flex; justify-content: center; margin-top: 44px; }
.end-note { margin: 0; font-size: 14px; color: var(--ink-3); }

/* ── 商品详情 ───────────────────────────────────────── */
.back-link { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 26px; font-size: 14.5px; color: var(--ink-2); }
.back-link:hover { color: var(--ink); }
.pd-grid { display: grid; gap: 36px; }
@media (min-width: 960px) { .pd-grid { grid-template-columns: 1.04fr 1fr; gap: 64px; align-items: start; } }
.pd-gallery { display: grid; gap: 12px; }
@media (min-width: 960px) { .pd-gallery { position: sticky; top: calc(var(--header-h) + 24px); } }
.pd-main { aspect-ratio: 1; overflow: hidden; border-radius: var(--r-lg); background: var(--paper-2); border: 1px solid var(--line); }
.pd-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-main.empty { display: grid; place-items: center; color: var(--line-2); }
.pd-main.empty .ico { width: 30%; height: 30%; }
.pd-thumbs { display: flex; gap: 10px; overflow-x: auto; }
.pd-thumb { flex: none; width: 74px; height: 74px; padding: 0; overflow: hidden; border-radius: 14px; border: 2px solid transparent; background: var(--paper-2); cursor: pointer; }
.pd-thumb.on { border-color: var(--coral); }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-shop { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 14px; color: var(--ink-2); }
.pd-name { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(28px, 3.3vw, 40px); font-weight: 600; line-height: 1.22; }
.pd-sub { margin: 0 0 20px; font-size: 17px; color: var(--ink-2); }
.pd-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.pd-price { font-family: var(--serif-latin); font-size: 38px; font-weight: 600; color: var(--coral-deep); }
.pd-compare { font-size: 16px; color: var(--ink-3); }
.pd-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 26px; font-size: 14px; color: var(--ink-2); }
.pd-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ico.star { color: #E9A13B; }
.pd-stock { color: var(--ok); font-weight: 600; }
.pd-stock.out { color: var(--neg); }
.pd-label { margin: 0 0 10px; font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--ink-3); }
.pd-sku-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.pill.sku[data-out] { opacity: .45; text-decoration: line-through; }
.pd-ship { display: grid; gap: 12px; margin-bottom: 26px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pd-ship p { display: flex; gap: 12px; align-items: flex-start; margin: 0; font-size: 14.5px; color: var(--ink-2); }
.pd-ship .ico { width: 20px; height: 20px; margin-top: 2px; color: var(--coral-deep); }
.pd-ship b { margin-right: 8px; font-weight: 600; color: var(--ink); }
.pd-buy { padding: 38px 26px 28px; }
.pd-buy .pd-buy-t { display: block; margin: 0 0 6px; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.4; color: var(--ink); }
.pd-buy p { margin: 0 0 18px; font-size: 14.5px; line-height: 1.75; color: var(--ink-2); }
.pd-intro { max-width: 780px; margin-top: 70px; }
.pd-intro h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 26px; }
.pd-intro-body { font-size: 16px; line-height: 1.95; color: var(--ink-2); }
.big-paw { display: block; width: 64px; height: 64px; margin: 0 auto 20px; color: var(--coral); }

/* ── 三个登录口 ─────────────────────────────────────── */
.page-login main { background: linear-gradient(166deg, #0A1B2D 0%, #11284A 55%, #17324F 100%); }
.login-wrap { overflow: hidden; min-height: calc(100svh - var(--header-h)); display: flex; align-items: center; color: var(--night-ink); }
.login-wrap .wrap { position: relative; z-index: 2; width: 100%; }
.login-wrap .display-md { color: #fff; }
.login-wrap .lead { color: var(--night-sub); }
.login-logo { display: block; width: 66px; height: 66px; margin: 0 auto 22px; filter: drop-shadow(0 12px 26px rgba(244, 120, 75, .45)); }
.login-logo.sm { width: 54px; height: 54px; margin-bottom: 16px; }
.portal-grid { display: grid; gap: 16px; max-width: 1020px; margin: 0 auto; }
@media (min-width: 860px) { .portal-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.portal { display: flex; flex-direction: column; min-height: 250px; padding: 32px 28px 28px; border-radius: var(--r-lg); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: #fff; transition: transform .3s, background .3s, border-color .3s; }
.portal:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .1); border-color: rgba(255, 158, 125, .55); }
.portal-ic { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 26px; border-radius: 17px; background: rgba(255, 158, 125, .15); color: var(--coral-soft); }
.portal-ic .ico { width: 27px; height: 27px; }
.portal h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.portal p { margin: 0 0 24px; font-size: 15px; line-height: 1.75; color: var(--night-sub); }
.portal-go { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--coral-soft); }
.portal-go .ico { transition: transform .2s; }
.portal:hover .portal-go .ico { transform: translateX(4px); }
.portal-note { max-width: 40em; margin: 36px auto 0; text-align: center; font-size: 14px; color: var(--night-sub); }

/* ── 用户中心 ───────────────────────────────────────── */
.account-wrap { min-height: calc(100svh - var(--header-h)); background: var(--paper-2); }
.account-wrap .wrap.narrow { max-width: 1080px; }
.acct-card { max-width: 470px; margin: 0 auto; padding: 42px 32px 30px; text-align: center; }
.acct-title { margin: 0 0 6px; font-family: var(--serif); font-size: 30px; font-weight: 600; }
.acct-sub { margin: 0 0 24px; font-size: 15px; color: var(--ink-2); }
.acct-loading { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 90px 0; color: var(--ink-3); }
.acct-loading[hidden] { display: none; }
.spin-paw { width: 34px; height: 34px; color: var(--coral); animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(.84); opacity: .55; } }
.acct-head { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 30px; }
.acct-avatar { display: grid; place-items: center; flex: none; width: 66px; height: 66px; overflow: hidden; border-radius: 50%; background: var(--coral-tint); color: var(--coral-deep); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.acct-avatar img { width: 100%; height: 100%; object-fit: cover; }
.acct-name { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.25; }
.acct-id { margin: 2px 0 0; font-size: 13px; color: var(--ink-3); }
.acct-out { margin-left: auto; }
.acct-grid { display: grid; gap: 20px; }
@media (min-width: 900px) { .acct-grid { grid-template-columns: 1fr 300px; align-items: start; } }
.acct-panel { padding: 26px 24px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.acct-panel h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.acct-side { display: grid; gap: 16px; }
.side-card { padding: 24px 22px; }
.side-card .side-t { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 18px; font-weight: 600; }
.side-card p { margin: 0 0 14px; font-size: 14px; line-height: 1.7; color: var(--ink-2); }
.order { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.order:last-child { border-bottom: 0; }
.order-img { flex: none; width: 76px; height: 76px; overflow: hidden; border-radius: 12px; background: var(--paper-2); display: grid; place-items: center; color: var(--line-2); }
.order-img img { width: 100%; height: 100%; object-fit: cover; }
.order-main { flex: 1; min-width: 0; }
.order-top { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; color: var(--ink-3); }
.order-name { margin: 4px 0 2px; font-size: 15px; font-weight: 600; }
.order-spec { margin: 0; font-size: 13px; color: var(--ink-3); }
.order-no { margin-top: 6px; }
.order-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 10px; font-size: 13.5px; }
.order-foot .money { font-family: var(--serif-latin); font-weight: 600; color: var(--ink); }
.order-foot .btn { margin-left: auto; }
.st { display: inline-block; padding: 3px 10px; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); font-size: 12px; font-weight: 600; }
.st.paid { background: #FFF1E0; color: #A85A07; }
.st.shipped { background: #E5F0FB; color: #1B5E9E; }
.st.done { background: #E6F4EA; color: #2E6B3E; }
.order-empty { padding: 44px 10px; text-align: center; color: var(--ink-3); }
.order-empty b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }
.order-empty a { color: var(--coral-deep); }
.order-tabs { margin-bottom: 8px; }
.confirm-bar { margin-top: 10px; padding: 12px 14px; border-radius: 14px; background: var(--coral-tint); font-size: 13.5px; line-height: 1.65; color: #6E3016; }
.confirm-bar .row { display: flex; gap: 8px; margin-top: 10px; }

/* ── 法律页 ─────────────────────────────────────────── */
.legal-grid { display: grid; gap: 40px; }
@media (min-width: 1040px) { .legal-grid { grid-template-columns: 240px 1fr; gap: 72px; align-items: start; } }
.legal-toc { display: none; }
@media (min-width: 1040px) { .legal-toc { display: block; position: sticky; top: calc(var(--header-h) + 36px); } }
.legal-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.legal-toc a { font-size: 14px; color: var(--ink-2); }
.legal-toc a:hover { color: var(--coral-deep); }
.legal-body { max-width: 780px; }
.legal-updated { margin: -6px 0 20px; font-size: 14px; color: var(--ink-3); }
.legal-notice { margin: 0 0 16px; padding: 12px 16px; border-radius: 12px; background: var(--paper-2); font-size: 14px; color: var(--ink-2); }
.legal-draft { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 30px; padding: 16px 18px; border-radius: 16px; background: var(--coral-tint); color: #7A3418; font-size: 14.5px; line-height: 1.75; }
.legal-draft .ico { margin-top: 4px; color: var(--coral-deep); }
.legal-body section { scroll-margin-top: calc(var(--header-h) + 24px); }
.legal-body h2 { margin: 40px 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.4; }
.legal-body section p, .legal-body section li { font-size: 16px; line-height: 1.9; color: var(--ink-2); }
.legal-body ul { margin: 0 0 16px; padding-left: 1.3em; }
.legal-body li { margin: 5px 0; }
.legal-contact { display: flex; align-items: center; gap: 10px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-contact a { color: var(--coral-deep); }

/* ── 404 ───────────────────────────────────────────── */
.nf-num { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 22px; font-family: var(--serif-latin); font-size: clamp(96px, 16vw, 168px); font-weight: 600; line-height: 1; color: var(--ink); }
.nf-num svg { width: .82em; height: .82em; }
.center-text .btn { margin-top: 8px; }

/* ── 进场动画（只给还没进屏幕的元素加，JS 关着也照常显示）── */
.reveal.pre { opacity: 0; transform: translateY(26px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-spin, .sat-lbl, .marquee-track, .stars::after, .spin-paw { animation: none !important; }
  .reveal.pre { opacity: 1; transform: none; }
  .marquee-track { flex-wrap: wrap; justify-content: center; width: auto; }
  .marquee-track span[aria-hidden], .marquee-track span[aria-hidden] + i { display: none; }
}
