:root {
  --text: #f2f4ff;
  --muted: #c4cdea;
  --line: rgba(168, 188, 255, 0.28);
  --header-h: 72px;
  --c1: #77e9ff;
  --c2: #a88bff;
  --c3: #ff87d8;
  --c4: #8fffd8;
  --light-text: #2d2a38;
  --light-muted: #7c738f;
  --light-line: rgba(193, 175, 204, 0.34);
  --lux-gold: #b79a6b;
  --lux-rose: #f7e7ef;
  --lux-ivory: #fffdfb;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
/* 整页仅由 .snap-wrapper 滚动，避免出现浏览器右侧滚动条 */
html { overflow: hidden; }
body {
  overflow: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 0%, #1f2f66 0, #0d1530 38%, #05070f 100%);
}
a { color: inherit; text-decoration: none; }

.ambient { position: fixed; inset: 0; z-index: 1; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .35; animation: floatOrb 12s ease-in-out infinite; }
.orb-a { width: 300px; height: 300px; top: 8%; left: 4%; background: radial-gradient(circle, rgba(95,212,255,.9), rgba(95,212,255,0)); }
.orb-b { width: 360px; height: 360px; right: 2%; top: 42%; background: radial-gradient(circle, rgba(255,133,220,.84), rgba(255,133,220,0)); animation-delay: -4s; }
.orb-c { width: 250px; height: 250px; left: 34%; bottom: 5%; background: radial-gradient(circle, rgba(120,255,220,.84), rgba(120,255,220,0)); animation-delay: -8s; }

.site-header {
  position: fixed; top: 0; left: 0; width: 100%; height: var(--header-h); z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 4vw;
  background: rgba(255, 251, 248, .72); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(191, 169, 131, .34);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: #433a4f; }
.brand img { height: 64px; width: auto; max-width: 210px; object-fit: contain; }
.site-nav { display: flex; gap: 22px; }
.site-nav a { opacity: .84; transition: .25s; color: #615876; }
.site-nav a:hover, .site-nav a.active { opacity: 1; color: var(--lux-gold); }
.site-nav { margin-left: auto; }

.site-header .btn-ghost { margin-left: 12px; }

.btn-ghost, .btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 11px 20px; font-size: 14px;
  transition: transform .25s, box-shadow .25s;
}
.btn-ghost { border: 1px solid rgba(120, 115, 125, .35); color: #4a4650; background: rgba(255, 255, 255, .72); }
.btn-primary {
  color: #2a2622;
  font-weight: 700;
  background: #e8e0d6;
  border: 1px solid rgba(95, 85, 72, .32);
}
.btn-secondary {
  border: 1px solid rgba(110, 108, 118, .32);
  background: rgba(255, 255, 255, .9);
  color: #3f3e44;
}
/* 深色视频首屏：次按钮用描边玻璃感，避免浅底 + 紫灰字 */
.screen.hero .btn-secondary {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .34);
  color: rgba(255, 255, 255, .92);
}
.btn-ghost:hover, .btn-primary:hover, .btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, .14); }

.snap-wrapper {
  position: relative; z-index: 2; height: 100vh; overflow-y: auto; scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.snap-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.screen { min-height: 100vh; position: relative; scroll-snap-align: start; overflow: hidden; padding-top: var(--header-h); }
.content { position: relative; z-index: 3; width: min(1240px, 92vw); margin: 0 auto; padding: clamp(34px, 7vh, 88px) 0; }
.kicker { margin: 0; font-size: 12px; letter-spacing: .2em; color: #a6c4ff; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(34px, 5.8vw, 70px); line-height: 1.05;
  color: #fff;
  margin: 12px 0 16px;
}
/* 首屏：标题已纯色，副标与正文用中性浅灰白，避免蓝紫渐变感 */
.screen.hero .kicker { color: rgba(255, 255, 255, 0.58); }
.screen.hero .lead {
  color: rgba(232, 236, 245, 0.92);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28);
}
.screen.hero h1 { text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35); }
h2 { font-size: clamp(28px, 4.2vw, 52px); margin: 10px 0 16px; }
h3 { font-size: 22px; margin-bottom: 10px; }
.lead { color: var(--muted); max-width: 840px; line-height: 1.75; }

.hero-video {
  position: absolute; inset: -10% -10% 0 -10%; width: 120%; height: 120%;
  object-fit: cover; z-index: 1; filter: saturate(1.15) contrast(1.03) brightness(0.88);
}
.hero-mask {
  position: absolute; inset: 0; z-index: 2;
  /* 浅色遮罩：降低叠层不透明度，让视频更通透 */
  background: linear-gradient(155deg, rgba(10, 16, 34, 0.38) 0%, rgba(6, 10, 22, 0.48) 100%);
}
.hero-content { min-height: calc(100vh - var(--header-h)); display: flex; flex-direction: column; justify-content: center; }
.hero-actions { margin-top: 18px; display: flex; gap: 12px; }
.hero-points { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 760px; }
.hero-points span { display: inline-flex; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .85); font-size: 12px; }

.looks,
.products,
.partners,
.join,
.contact {
  color: var(--light-text);
}

.looks .kicker,
.products .kicker,
.partners .kicker,
.join .kicker,
.contact .kicker {
  color: #7b8eb8;
}

.looks .lead,
.products .lead,
.partners .lead,
.join .lead,
.contact .lead {
  color: var(--light-muted);
}

.looks { background: linear-gradient(170deg, #f8fbff, #eef4ff); }
.parallax-bg { position: absolute; inset: -8%; background-size: cover; background-position: center; opacity: .35; z-index: 1; }
.parallax-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(130deg, rgba(255,250,247,.76), rgba(247,239,246,.82)); }
.about-gallery { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.about-card { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--light-line); background: rgba(255,255,255,.86); box-shadow: 0 14px 24px rgba(164, 139, 172, .14); position: relative; }
.about-card img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .5s ease, filter .35s ease; }
.about-card:hover img { transform: scale(1.06); filter: saturate(1.12); }
.about-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(7, 15, 34, 0), rgba(7, 15, 34, .86));
  color: #f6f8ff;
  transform: translateY(8px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.about-card:hover .about-meta { transform: translateY(0); opacity: 1; }
.about-meta strong { display: block; font-size: 18px; margin-bottom: 6px; }
.about-meta span { display: block; font-size: 14px; line-height: 1.6; color: #d9e2f5; }

.products { background: linear-gradient(180deg, #fffefd, #fdf6fa); }
.product-runway { margin-top: 12px; overflow: hidden; border: 1px solid var(--light-line); border-radius: 18px; background: linear-gradient(130deg, rgba(255,255,255,.88), rgba(251,238,245,.78)); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.runway-track { display: flex; align-items: center; gap: 12px; width: max-content; padding: 12px; animation: runway 30s linear infinite; animation-play-state: running; }
.runway-item { width: 240px; height: 240px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(190,212,255,.46); flex: 0 0 auto; }
.runway-item img { width: 100%; height: 100%; object-fit: cover; }

.product-cards { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-card {
  border: 1px solid var(--light-line); border-radius: 16px; padding: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(251,242,248,.9));
  box-shadow: 0 14px 26px rgba(175, 145, 170, .13);
}
.product-card img { width: 100%; height: 210px; border-radius: 12px; object-fit: cover; margin-bottom: 12px; }
.product-card p { color: var(--light-muted); margin-bottom: 0; }
.product-card h3 { color: #3f344d; }

.joinplus-bottom { margin-top: 16px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 12px; }
.joinplus-process, .joinplus-action { border: 1px solid var(--light-line); border-radius: 14px; background: rgba(255,255,255,.85); padding: 14px; }
.joinplus-process-title, .joinplus-action-title { font-weight: 700; color: #453b52; margin-bottom: 10px; }
.joinplus-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.joinplus-step { border: 1px dashed rgba(183,154,107,.4); border-radius: 10px; padding: 8px 10px; color: #655b74; font-size: 13px; background: #fff; }
.joinplus-step span { color: var(--lux-gold); font-weight: 700; margin-right: 6px; }
.joinplus-action-desc { color: var(--light-muted); line-height: 1.6; margin-bottom: 12px; }

.partners { background: linear-gradient(180deg, #fffdfb, #f8f0f5); }
.logo-marquee { margin-top: 12px; overflow: hidden; border: 1px solid var(--light-line); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 10px 20px rgba(178, 154, 170, .12); }
.logo-track { display: flex; gap: 24px; align-items: center; width: max-content; padding: 18px; animation: marquee 78s linear infinite; animation-play-state: running; will-change: transform; }
.logo-marquee.reverse .logo-track { animation-direction: reverse; animation-duration: 90s; }
.logo-item { width: 190px; height: 112px; border-radius: 14px; background: #fff; display: grid; place-items: center; flex: 0 0 auto; box-shadow: 0 8px 18px rgba(183, 157, 174, .14); transition: transform .22s ease, box-shadow .22s ease; animation: logoFloat 3.2s ease-in-out infinite; }
.logo-item:nth-child(2n) { animation-delay: .4s; }
.logo-item:nth-child(3n) { animation-delay: .9s; }
.logo-item:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 24px rgba(183, 157, 174, .2); }
.logo-item img { width: 94%; height: 84%; object-fit: contain; }

.join { background: linear-gradient(180deg, #fffcfb, #f6eef7); }
.join-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; }
.steps { margin-top: 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.step { border: 1px solid var(--light-line); border-radius: 12px; padding: 14px; background: rgba(255,255,255,.9); }
.step b { display: block; font-size: 22px; color: var(--lux-gold); }
.join-media { border-radius: 16px; overflow: hidden; border: 1px solid var(--light-line); }
.join-media img { width: 100%; height: 420px; object-fit: cover; }

.contact { background: linear-gradient(180deg, var(--lux-ivory), var(--lux-rose)); }
.contact-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: center; }
.contact-split-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: start; }
.contact-recruit h2 { margin-top: 6px; color: #3f344d; }
.recruit-meta { margin: 8px 0 0; color: #6b5f78; font-size: 15px; font-weight: 600; }
.recruit-tags { margin: 10px 0 0; color: #7c738f; font-size: 13px; line-height: 1.55; }
.recruit-detail { margin-top: 16px; color: #5f6f94; font-size: 14px; line-height: 1.65; }
.recruit-detail p { margin: 0 0 8px; }
.recruit-detail p strong { color: #453b52; }
.recruit-detail ol { margin: 0 0 14px; padding-left: 1.2em; }
.recruit-detail li { margin-bottom: 6px; }
.contact-aside .contact-card--inline { margin-top: 16px; max-width: 320px; }
.contact-aside .contact-card--inline img { margin: 0 auto; display: block; }
.contact-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.contact-list li { display: flex; gap: 10px; color: #5f6f94; }
.contact-list span { width: 72px; color: #7c8db5; }
.contact-card { border: 1px solid var(--light-line); border-radius: 14px; padding: 22px; text-align: center; background: rgba(255,255,255,.86); }
.contact-card img { width: min(210px, 72%); border-radius: 12px; border: 1px solid rgba(190,212,255,.42); }
.jobs-wrap { padding-top: 6px; }
.jobs-wrap h3 { margin-bottom: 10px; color: #3f344d; }
.jobs-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.job-card { border: 1px solid var(--light-line); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.86); }
.job-card h4 { margin: 0 0 8px; color: #514667; font-size: 16px; }
.job-card p { margin: 0; color: #7c738f; line-height: 1.6; font-size: 13px; }
.booking-v2 {
  margin-top: 18px;
}
.booking-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .32em;
  color: rgba(63, 52, 77, .58);
  text-transform: uppercase;
}
.booking-v2-kicker::before {
  content: '';
  width: 26px;
  height: 1px;
  background: rgba(183,154,107,.85);
  box-shadow: 0 0 0 3px rgba(183,154,107,.10);
}
.booking-v2-title {
  margin: 14px 0 10px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: .02em;
  color: #3f344d;
}
.booking-v2-lead {
  margin: 0 0 14px;
  color: var(--light-muted);
  line-height: 1.85;
}
.booking-v2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}
.booking-v2-panel {
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(251,242,248,.94));
  border: 1px solid var(--light-line);
  box-shadow: 0 18px 40px rgba(175, 145, 170, .12);
  padding: 16px;
  color: var(--light-text);
}
.booking-v2-panel-hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.booking-v2-panel-title {
  font-weight: 800;
  letter-spacing: .02em;
}
.booking-v2-panel-tip {
  font-size: 12px;
  color: var(--light-muted);
  white-space: nowrap;
}
.booking-v2 .bk-field span { color: #7c8db5; }
.booking-v2 .bk-field input,
.booking-v2 .bk-field select,
.booking-v2 .bk-field textarea {
  border-radius: 14px;
  border: 1px solid rgba(193,175,204,.46);
  padding: 0 12px;
  background: rgba(255,255,255,.94);
  color: #3f344d;
  outline: none;
}
.booking-v2 .bk-field input,
.booking-v2 .bk-field select {
  height: 44px;
}
.booking-v2 .bk-field textarea {
  min-height: 110px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
  font-family: inherit;
}
.booking-v2 .bk-field input::placeholder,
.booking-v2 .bk-field textarea::placeholder { color: rgba(124,115,143,.72); }
.booking-v2 .bk-field input:focus,
.booking-v2 .bk-field select:focus,
.booking-v2 .bk-field textarea:focus {
  border-color: rgba(183,154,107,.72);
  box-shadow: 0 0 0 4px rgba(183,154,107,.14);
}
.booking-v2 .booking-actions { margin-top: 2px; }
.booking-v2 .booking-msg { margin-left: auto; color: #2f7a52; font-weight: 700; font-size: 13px; min-height: 18px; }
.booking-v2 .booking-note { color: rgba(124,115,143,.85); font-size: 12px; line-height: 1.6; }
/* 右侧配图与主站「迦美云创」合作咨询一致：image/about-medical.jpg + 同款叠层 */
.booking-v2-hero {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background-image: url('../image/about3.jpg');
  background-size: cover;
  background-position: center;
  min-height: 560px;
}
.booking-v2-hero-caption {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
}
.booking-v2-hero-caption .t { font-weight: 800; letter-spacing: .04em; margin-bottom: 6px; }
.booking-v2-hero-caption .d { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 12px; line-height: 1.7; max-width: 360px; }
.screen.booking {
  background: linear-gradient(180deg, #fffdfb 0%, #f3eef7 48%, #faf6f8 100%);
  color: var(--light-text);
}
.screen.booking .booking-content { padding-top: 0; }
.screen.booking .booking-v2-kicker { color: rgba(63, 52, 77, .55); }
.screen.booking .booking-v2-title { color: #3f344d; }
.screen.booking .booking-v2-lead { color: var(--light-muted); }
.screen.booking .booking-v2-panel { box-shadow: 0 20px 48px rgba(175, 145, 170, .14); }
.screen.booking .booking-v2-hero { box-shadow: 0 26px 90px rgba(0, 0, 0, 0.55); }
.booking-card {
  margin-top: 16px;
  border: 1px solid rgba(183,154,107,.36);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,244,250,.84));
  box-shadow: 0 16px 30px rgba(175, 145, 170, .14);
  padding: 16px;
}
.booking-hd { display: grid; gap: 6px; margin-bottom: 12px; }
.booking-title { font-weight: 800; color: #3f344d; letter-spacing: .02em; }
.booking-desc { color: var(--light-muted); font-size: 13px; line-height: 1.6; }
.booking-form { display: grid; gap: 12px; }
.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bk-field { display: grid; gap: 6px; }
.bk-field span { color: #7c8db5; font-size: 12px; }
.bk-field input, .bk-field select {
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(193,175,204,.46);
  padding: 0 12px;
  background: rgba(255,255,255,.92);
  color: #3f344d;
  outline: none;
}
.bk-field input::placeholder { color: rgba(124,115,143,.72); }
.bk-field input:focus, .bk-field select:focus {
  border-color: rgba(183,154,107,.72);
  box-shadow: 0 0 0 4px rgba(183,154,107,.14);
}
.bk-span2 { grid-column: 1 / -1; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.booking-msg { margin-left: auto; color: #2f7a52; font-weight: 700; font-size: 13px; min-height: 18px; }
.booking-note { color: rgba(124,115,143,.8); font-size: 12px; line-height: 1.6; }
.site-footer { position: absolute; left: 0; right: 0; bottom: 10px; text-align: center; color: #7f90b4; font-size: 12px; }
.site-footer--legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 12px;
  line-height: 1.65;
  max-width: min(1100px, 94vw);
  margin: 0 auto;
  padding: 0 12px;
}
.site-footer--legal a {
  color: #5a6b8a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site-footer--legal a:hover { color: var(--lux-gold); }
.site-footer-beian { display: inline-flex; align-items: center; gap: 4px; }
.site-footer-beian img { display: block; flex-shrink: 0; }
.site-footer-med { color: #7c8db5; }

.dot-nav { position: fixed; right: 14px; top: 50%; transform: translateY(-50%); z-index: 26; display: flex; flex-direction: column; gap: 8px; }
.dot-nav button { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(183, 154, 107, .75); background: rgba(255, 255, 255, .45); cursor: pointer; padding: 0; appearance: none; -webkit-appearance: none; box-sizing: border-box; }
.dot-nav button.active { background: linear-gradient(140deg, #d8b684, #edcfba, #f5deea); box-shadow: 0 0 0 4px rgba(211, 179, 144, .16); border-color: rgba(176, 145, 95, .9); }

[data-reveal] { opacity: 0; transform: translateY(24px) scale(.98); transition: opacity .7s, transform .7s; }
[data-reveal].revealed { opacity: 1; transform: translateY(0) scale(1); }

.tilt { transform-style: preserve-3d; transition: transform .2s ease; }

@keyframes floatOrb { 0%,100%{transform:translateY(0) translateX(0);} 50%{transform:translateY(-22px) translateX(12px);} }
@keyframes marquee { from { transform: translateX(0);} to { transform: translateX(-50%);} }
@keyframes runway { from { transform: translateX(0);} to { transform: translateX(-50%);} }
@keyframes logoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }

@media (max-width: 992px) {
  .booking-v2-hero { min-height: 420px; margin-top: 8px; }
}

@media (max-width: 980px) {
  /* 移动端改为整页自然滚动，隐藏视口滚动条（避免双滚动/裁切） */
  html, body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .site-nav, .btn-ghost, .dot-nav, .ambient { display: none; }
  .site-header { padding: 0 5vw; }
  .screen { min-height: auto; scroll-snap-align: none; }
  .snap-wrapper { height: auto; scroll-snap-type: none; overflow: visible; }
  .about-gallery { grid-template-columns: 1fr; }
  .about-card img { height: 210px; }
  .about-meta { opacity: 1; transform: translateY(0); }
  .product-cards, .join-wrap, .contact-wrap, .contact-split-wrap, .steps, .joinplus-bottom, .jobs-grid, .joinplus-steps { grid-template-columns: 1fr; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-v2-wrap { grid-template-columns: 1fr; }
  .logo-item { width: 140px; height: 84px; }
  .hero-actions { flex-direction: column; width: min(260px, 100%); }
  .join-media img { height: 280px; }
  .site-footer { position: static; padding: 20px 0 10px; }
}

@media (max-width: 768px) {
  .booking-v2-hero { min-height: 260px; border-radius: 18px; }
  .booking-v2-hero-caption { left: 16px; right: 16px; bottom: 16px; }
}
