/* =====================================================
  首页开屏动画
======================================================== */

body.splash-lock {
  overflow: hidden;
}

.splash-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 42%, rgba(223, 192, 151, 0.28), rgba(31, 22, 19, 0.08) 28%, transparent 54%),
    linear-gradient(135deg, #110f12 0%, #30231f 44%, #101015 100%);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 760ms ease,
    visibility 760ms ease;
}

.splash-dismissed .splash-intro {
  display: none;
}

.splash-intro::before,
.splash-intro::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.splash-intro::before {
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.08) 45%, transparent 55% 100%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 80% 76%, rgba(207, 156, 96, 0.16), transparent 30%);
  transform: translateX(-12%);
  animation: splashLightSweep 2.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.splash-intro::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.75), transparent 66%);
  opacity: 0.46;
  transform: perspective(900px) rotateX(62deg) translateY(10%);
  transform-origin: center bottom;
}

.splash-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-ambient,
.splash-panel {
  position: absolute;
  inset: 0;
}

.splash-panel {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100% - 48px, 620px);
  margin: auto;
  text-align: center;
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  animation: splashPanelIn 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.splash-kicker {
  margin-bottom: 22px;
  color: rgba(240, 210, 168, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.splash-logo-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: min(70vw, 360px);
  aspect-ratio: 1 / 0.42;
}

.splash-logo-mark::before {
  content: "";
  position: absolute;
  inset: -58% -24%;
  z-index: -1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle, rgba(218, 178, 125, 0.26), transparent 42%);
  filter: blur(22px);
  opacity: 0;
  transform: scale(0.7);
  animation: splashLogoAura 1.45s ease 520ms forwards;
}

.splash-logo-mark img {
  width: 100%;
  max-height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.36));
  clip-path: inset(0 100% 0 0);
  transform: translateY(10px);
  animation:
    splashLogoReveal 1.15s cubic-bezier(0.22, 1, 0.36, 1) 360ms forwards,
    splashLogoFloat 2.8s ease-in-out 1.2s infinite;
}

.splash-line {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 2.4vw, 17px);
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(12px);
  animation: splashTextIn 760ms ease 980ms forwards;
}

.splash-progress {
  width: min(360px, 68vw);
  height: 1px;
  margin-top: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.splash-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #f4d6aa 18%, #ffffff 50%, #d7a66a 82%, transparent);
  transform: translateX(-100%);
  animation: splashProgress 2s cubic-bezier(0.65, 0, 0.35, 1) 520ms forwards;
}

.splash-skip {
  position: absolute;
  right: clamp(18px, 3vw, 40px);
  bottom: clamp(18px, 4vw, 38px);
  z-index: 3;
  min-width: 76px;
  min-height: 38px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-full);
  backdrop-filter: blur(10px);
  transition:
    color var(--transition-fast),
    background var(--transition-fast),
    transform var(--transition-fast);
}

.splash-skip:hover,
.splash-skip:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.splash-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(239, 204, 160, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: splashOrbit 7s linear infinite;
}

.splash-orbit::before {
  content: "";
  position: absolute;
  top: 18%;
  right: 10%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6d7a5;
  box-shadow: 0 0 28px rgba(246, 215, 165, 0.9);
}

.splash-orbit-1 {
  width: min(76vw, 560px);
  height: min(76vw, 560px);
}

.splash-orbit-2 {
  width: min(96vw, 760px);
  height: min(58vw, 460px);
  animation-duration: 9s;
  animation-direction: reverse;
}

.splash-orbit-3 {
  width: min(118vw, 980px);
  height: min(38vw, 330px);
  border-color: rgba(255, 255, 255, 0.1);
  animation-duration: 12s;
}

.splash-ray {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transform-origin: center;
  opacity: 0;
  animation: splashRay 2.6s ease-in-out infinite;
}

.splash-ray-1 {
  transform: translate(-50%, -50%) rotate(22deg);
}

.splash-ray-2 {
  transform: translate(-50%, -50%) rotate(-34deg);
  animation-delay: 620ms;
}

.splash-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 237, 204, 0.9);
  box-shadow: 0 0 18px rgba(255, 229, 188, 0.72);
  opacity: 0;
  animation: splashParticle 3.2s ease-in-out infinite;
}

.splash-particle-1 {
  left: 18%;
  top: 30%;
  animation-delay: 140ms;
}

.splash-particle-2 {
  left: 28%;
  top: 68%;
  animation-delay: 420ms;
}

.splash-particle-3 {
  left: 44%;
  top: 22%;
  animation-delay: 680ms;
}

.splash-particle-4 {
  left: 58%;
  top: 74%;
  animation-delay: 940ms;
}

.splash-particle-5 {
  left: 72%;
  top: 34%;
  animation-delay: 1180ms;
}

.splash-particle-6 {
  left: 82%;
  top: 58%;
  animation-delay: 1420ms;
}

.splash-particle-7 {
  left: 12%;
  top: 56%;
  animation-delay: 1740ms;
}

.splash-particle-8 {
  left: 88%;
  top: 22%;
  animation-delay: 1980ms;
}

@keyframes splashPanelIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes splashLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-18%);
  }

  34%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0.72;
    transform: translateX(12%);
  }
}

@keyframes splashLogoReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes splashLogoAura {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes splashLogoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes splashTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes splashProgress {
  to {
    transform: translateX(0);
  }
}

@keyframes splashOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes splashRay {
  0%,
  100% {
    opacity: 0;
    width: min(42vw, 320px);
  }

  45% {
    opacity: 0.76;
    width: min(76vw, 620px);
  }
}

@keyframes splashParticle {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.6);
  }

  42% {
    opacity: 1;
    transform: translate3d(18px, -16px, 0) scale(1);
  }
}

@media (max-width: 768px) {
  .splash-logo-mark {
    width: min(82vw, 300px);
  }

  .splash-kicker {
    letter-spacing: 0.26em;
  }

  .splash-line {
    max-width: 280px;
    line-height: 1.8;
  }

  .splash-orbit-3 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .splash-intro,
  .splash-intro *,
  .splash-intro::before,
  .splash-intro::after {
    animation: none !important;
    transition: none !important;
  }
}

/* =====================================================
  首屏主视觉容器与轮播布局
======================================================== */

.hero {
  position: relative;
  /* height: 100vh;
  min-height: 900px; */
  height: 900px;
  min-height: 900px;
  background: var(--color-dark);
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease,
    transform 1.2s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.hero-slide-picture,
.hero-slide-img {
  width: 100%;
  height: 100%;
}

.hero-slide-img {
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(7, 8, 12, 0.72) 0%,
      rgba(7, 8, 12, 0.2) 42%,
      rgba(7, 8, 12, 0.38) 100%),
    linear-gradient(180deg,
      rgba(7, 8, 12, 0.24) 0%,
      rgba(7, 8, 12, 0.08) 46%,
      rgba(7, 8, 12, 0.62) 100%);
}

.hero-content {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 4;
  width: min(100% - 48px, 820px);
  transform: translateX(-50%) translateY(18px);
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transition:
    opacity 0.7s ease 0.18s,
    transform 0.7s ease 0.18s;
}

.hero-slide.active .hero-content {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* 社交图标：固定 24px 图标 + 圆形容器 */
.hero-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-socials-link {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.32);
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
}

.hero-socials-icon {
  width: 24px;
  height: 24px;
}

.hero-socials-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.hero-kicker {
  margin-bottom: 12px;
  color: var(--color-primary-light);
  font-size: var(--font-size-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-title {
  display: inline-block;
  padding: 12px 34px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 23px);
  letter-spacing: 0.1em;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.46);
}

.hero-arrow-icon {
  width: 24px;
  height: 24px;
}

.hero-arrow-prev {
  left: 38px;
}

.hero-arrow-next {
  right: 38px;
}

/* 轮播控制区 */
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 12%;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 22px;
  transform: translateX(-50%);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-dot {
  display: block;
  width: 30px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.36);
  transition:
    width var(--transition-fast),
    background var(--transition-fast);
}

.hero-dot.active {
  width: 46px;
  background: #ffffff;
}

.hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-primary);
}

.hero-progress-bar.is-running {
  animation-name: heroProgress;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes heroProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* =====================================================
   诊所简介
======================================================== */

.introduction-section {
  padding: 200px 0 220px;
  background: var(--color-bg);
}

.introduction-content {
  width: min(calc(100% - 48px), 1440px);
  margin: 72px auto 0;
}

/* 数据区 */
.intro-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: var(--space-8);
  margin-bottom: 68px;
  text-align: center;
}

.intro-stat-item {
  display: grid;
  gap: 10px;
}

.intro-stat-item strong {
  color: var(--color-primary-dark);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.intro-stat-item span {
  color: var(--color-text);
  font-size: var(--font-size-md);
  line-height: var(--line-normal);
}

/* 视频卡片区 */
.intro-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
}

.intro-video-card {
  min-width: 0;
}

.intro-video-link {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-dark);
}

.intro-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform var(--transition-slow),
    filter var(--transition-slow);
}

.intro-video-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.34) 48%,
      rgba(0, 0, 0, 0.62) 100%);
  transition: background var(--transition-normal);
}

/* 播放按钮 */
.intro-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 62px;
  height: 46px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition:
    transform var(--transition-fast),
    background var(--transition-fast);
}

.intro-play-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid var(--color-primary-dark);
  transform: translate(-38%, -50%);
}

/* 视频文字 */
.intro-video-info {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 32px;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.intro-video-info h3 {
  margin-bottom: 8px;
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: var(--line-tight);
}

.intro-video-info p {
  display: -webkit-box;
  max-width: 430px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--font-size-sm);
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* hover */
.intro-video-link:hover img {
  transform: scale(1.06);
  filter: brightness(0.9);
}

.intro-video-link:hover .intro-video-mask {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.42) 48%,
      rgba(0, 0, 0, 0.72) 100%);
}

.intro-video-link:hover .intro-play-btn {
  background: var(--color-primary-light);
  transform: translate(-50%, -50%) scale(1.06);
}


/* 诊所简介：视频播放弹层 */

/* video 触发按钮为 button 元素时，重置默认样式并保持卡片布局不变 */
.intro-video-link {
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: inherit;
}

/* 全屏视频弹层 */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.video-modal.is-active {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 12, 0.88);
  backdrop-filter: blur(10px);
}

.video-modal-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 1280px);
  aspect-ratio: 16 / 9;
  background: #000000;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.video-modal-player {
  width: 100%;
  height: 100%;
  background: #000000;
}

.video-modal-player iframe,
.video-modal-player video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #000000;
}

.video-modal-close {
  position: absolute;
  right: 0px;
  top: -58px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition:
    background var(--transition-fast),
    transform var(--transition-fast);
}

.video-modal-close:hover {
  background: var(--color-primary);
  transform: rotate(90deg);
}

.close-icon {
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-size: 2px 100%, 100% 2px;
  background-position: center;
  background-repeat: no-repeat;
}


/* 打开视频时锁定页面滚动 */
body.video-open {
  overflow: hidden;
}


/* =====================================================
   热门项目
======================================================== */

.hot-section {
  padding: 180px 0 200px;
  background: var(--color-bg-soft);
}

.hot-content {
  width: min(calc(100% - 48px), 1440px);
  margin: 72px auto 0;
}

.hot-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 26px;
}

.hot-project-card {
  padding: 18px 16px 16px;
  background: #ffffff;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.hot-project-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.hot-project-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-5);
}

.hot-project-title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 600;
  line-height: var(--line-tight);
}

.hot-project-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  color: var(--color-text-2);
  font-size: var(--font-size-sm);
  line-height: 1;
  transition: color var(--transition-fast);
}

.hot-project-more span {
  font-size: 18px;
  line-height: 1;
}

.hot-project-more:hover {
  color: var(--color-primary-dark);
}

.hot-project-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 14px;
  color: var(--color-text);
  font-size: var(--font-size-md);
  line-height: 1;
}

.hot-project-price span {
  color: var(--color-text);
}

.hot-project-price strong {
  color: var(--color-primary-dark);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hot-project-price em {
  color: var(--color-text);
  font-size: var(--font-size-sm);
  font-style: normal;
}

.hot-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.hot-project-tags span {
  min-width: 32px;
  height: 20px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--color-dark-3);
  font-size: 11px;
  line-height: 1;
}

.hot-project-desc {
  margin-top: 10px;
  color: var(--color-text-2);
  font-size: var(--font-size-sm);
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hot-project-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 15px;
}

.hot-project-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-bg-soft);
}

.hot-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.hot-project-card:hover .hot-project-image img {
  transform: scale(1.04);
}

.hot-project-image figcaption {
  position: absolute;
  left: 14px;
  bottom: 10px;
  z-index: 2;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.hot-project-actions {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.hot-project-all {
  min-width: 168px;
}


/* =====================================================
   蜕变案例
======================================================== */

.case-section {
  padding: 180px 0 200px;
  background: var(--color-bg);
  overflow: hidden;
}

.case-content {
  width: min(calc(100% - 48px), 1600px);
  margin: 72px auto 0;
}

.case-slider {
  width: 100%;
}

.case-stage {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左右独立切换按钮：风格对齐 Hero */
.case-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
}

.case-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.46);
}

.case-arrow-prev {
  left: max(8px, calc(50% - 640px));
}

.case-arrow-next {
  right: max(8px, calc(50% - 640px));
}

.case-arrow-icon {
  width: 24px;
  height: 24px;
}

/* 左右预览：围绕中间主图对称分布 */
.case-side-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(250px, 23vw, 365px);
  aspect-ratio: 365 / 316;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.case-side-card-left {
  left: max(-10px, calc(50% - 760px));
}

.case-side-card-right {
  right: max(-10px, calc(50% - 760px));
}

.case-side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-side-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

/* 中间主案例：始终占据中轴 */
.case-main-card {
  position: relative;
  z-index: 2;
  width: min(100%, 765px);
  aspect-ratio: 765 / 427;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.case-main-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 0, 0, 0.35);
}

.case-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform var(--transition-slow),
    opacity var(--transition-fast);
}

.case-main-link:hover .case-main-img {
  transform: scale(1.03);
}

.case-main-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.06) 60%,
      rgba(0, 0, 0, 0.72) 100%);
}

.case-main-meta {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: var(--space-4);
  color: #ffffff;
}

.case-main-name {
  font-size: var(--font-size-lg);
  font-weight: 500;
  line-height: 1;
}

.case-main-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-sm);
  line-height: 1;
}

.case-main-more:hover {
  color: #c29d7b;
}

.case-main-more em {
  font-style: normal;
  font-size: 18px;
}

/* 指示器 */
.case-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.case-dot {
  width: 28px;
  height: 3px;
  background: rgba(17, 18, 24, 0.18);
  transition:
    width var(--transition-fast),
    background var(--transition-fast);
}

.case-dot.is-active {
  width: 42px;
  background: var(--color-primary-dark);
}

/* =====================================================
   医师团队
======================================================== */

.team-section {
  padding: 180px 0 200px;
  background: var(--color-bg-soft);
}

.team-content {
  width: min(calc(100% - 48px), 1440px);
  margin: 72px auto 0;
  display: grid;
  gap: 14px;
}

.team-card {
  padding: 14px 14px 14px 12px;
  display: grid;
  grid-template-columns: 240px 1fr 124px;
  align-items: stretch;
  gap: 16px;
  background: #ffffff;
}

.team-card-photo {
  overflow: hidden;
  background: var(--color-bg-soft);
  aspect-ratio: 10 / 10;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.team-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
}

.team-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.team-card-name {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.team-card-tag {
  min-height: 22px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  color: var(--color-primary-dark);
  background: rgba(197, 161, 132, 0.12);
  border: 1px solid rgba(197, 161, 132, 0.28);
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.team-card-desc {
  margin-top: 10px;
  color: var(--color-text-2);
  font-size: 16px;
  line-height: 1.7;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-certs {
  margin-top: 16px;
}

.team-certs-title {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.2;
}

.team-certs-grid {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-certs-grid img {
  width: 86px;
  height: 50px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

/* .team-card-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
} */

.team-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-text-2);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  transition: color var(--transition-fast);
}

.team-card-link span {
  font-size: 18px;
  line-height: 1;
}

.team-card-link:hover {
  color: var(--color-primary-dark);
}

/* =====================================================
   专业设备
======================================================== */


.device-section {
  position: relative;
  background: var(--color-dark);
}

.device-scene {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.device-scene-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.device-scene-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(17, 18, 24, 0.28) 0%,
      rgba(17, 18, 24, 0.08) 28%,
      rgba(17, 18, 24, 0.16) 60%,
      rgba(17, 18, 24, 0.22) 100%);
}

/* 标题 */
.device-heading {
  position: absolute;
  top: 9%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
}

.device-title {
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.device-subtitle {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--font-size-xl);
  line-height: 1.4;
}

/* 热点 */
/* .device-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  text-align: left;
} */

.device-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  text-align: left;
  isolation: isolate;
}

.device-hotspot:hover,
.device-hotspot.is-active,
.device-hotspot:focus-visible {
  z-index: 20;
}

.device-hotspot-card {
  z-index: 30;
}

.device-hotspot-label,
.device-hotspot-dot {
  position: relative;
  z-index: 2;
}

/* 默认态只显示热点名称，不显示说明卡 */
.device-hotspot-card {
  position: absolute;
  z-index: 30;
  width: min(280px, calc(100vw - 32px));
  padding: 14px 16px;
  display: grid;
  gap: 6px;
  color: #ffffff;
  background: rgba(17, 18, 24, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--transition-fast),
    visibility var(--transition-fast),
    transform var(--transition-fast);
}

/* 向右展开 */
.device-hotspot-card-right .device-hotspot-card {
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%) translateX(8px) scale(0.96);
}

/* 向左展开 */
.device-hotspot-card-left .device-hotspot-card {
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%) translateX(-8px) scale(0.96);
}

/* 热点圆点 */
.device-hotspot-dot {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-full);
  flex: 0 0 auto;
  background: rgba(194, 157, 123, 0.18);
  border: 1px solid rgba(194, 157, 123, 0.5);
  backdrop-filter: blur(4px);
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.device-hotspot-dot::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: var(--radius-full);
  background: #ffffff;
}

.device-hotspot-dot::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: var(--radius-full);
  background: var(--color-primary-dark);
}

/* 波纹动画 */
.device-hotspot-dot-ring {
  position: absolute;
  inset: -8px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(194, 157, 123, 0.45);
  opacity: 0.7;
  animation: devicePulse 2.4s ease-out infinite;
  pointer-events: none;
}

.device-hotspot-dot-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(194, 157, 123, 0.28);
  animation: devicePulse 2.4s ease-out 0.8s infinite;
}

@keyframes devicePulse {
  0% {
    transform: scale(0.82);
    opacity: 0.72;
  }

  70% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

/* 热点标签 */
.device-hotspot-label {
  color: #c29d7b;
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition:
    color var(--transition-fast),
    transform var(--transition-fast),
    opacity var(--transition-fast);
}

.device-hotspot-card strong {
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 1.35;
}

.device-hotspot-card em {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.36);
  font-style: normal;
}

.device-hotspot-card small {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

/* 悬浮轻动 */
.device-hotspot {
  animation: deviceFloat 3.2s ease-in-out infinite;
}

@keyframes deviceFloat {

  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, calc(-50% - 3px));
  }
}

/* 激活态：才展开设备介绍 */
.device-hotspot:hover .device-hotspot-card,
.device-hotspot:focus-visible .device-hotspot-card,
.device-hotspot.is-active .device-hotspot-card {
  opacity: 1;
  visibility: visible;
}

.device-hotspot-card-right:hover .device-hotspot-card,
.device-hotspot-card-right:focus-visible .device-hotspot-card,
.device-hotspot-card-right.is-active .device-hotspot-card {
  transform: translateY(-50%) translateX(0) scale(1);
}

.device-hotspot-card-left:hover .device-hotspot-card,
.device-hotspot-card-left:focus-visible .device-hotspot-card,
.device-hotspot-card-left.is-active .device-hotspot-card {
  transform: translateY(-50%) translateX(0) scale(1);
}

.device-hotspot:hover .device-hotspot-label,
.device-hotspot:focus-visible .device-hotspot-label,
.device-hotspot.is-active .device-hotspot-label {
  color: #e1c3a8;
  transform: translateX(2px);
}

.device-hotspot:hover .device-hotspot-dot,
.device-hotspot:focus-visible .device-hotspot-dot,
.device-hotspot.is-active .device-hotspot-dot {
  transform: scale(1.06);
  background: rgba(194, 157, 123, 0.28);
  border-color: rgba(194, 157, 123, 0.76);
  box-shadow: 0 0 0 8px rgba(194, 157, 123, 0.08);
}

/* =====================================================
   服务流程
======================================================== */

.process-section {
  padding: 180px 0 200px;
  background: var(--color-bg);
}

.process-content {
  width: min(calc(100% - 48px), 1440px);
  margin: 88px auto 0;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 48px;
  align-items: start;
}

.process-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 34%;
  height: 1px;
  background: rgba(194, 157, 123, 0.72);
}

.process-step {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.process-timeline.is-visible .process-step {
  opacity: 1;
  transform: translateY(0);
}

.process-timeline.is-visible .process-step:nth-child(2) {
  transition-delay: 0.06s;
}

.process-timeline.is-visible .process-step:nth-child(3) {
  transition-delay: 0.14s;
}

.process-timeline.is-visible .process-step:nth-child(4) {
  transition-delay: 0.22s;
}

.process-timeline.is-visible .process-step:nth-child(5) {
  transition-delay: 0.3s;
}

.process-step-kicker {
  display: inline-block;
  color: #c29d7b;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.process-node {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 18px auto 24px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(194, 157, 123, 0.82);
  background: rgba(255, 255, 255, 0.26);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast);
}

.process-node::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(194, 157, 123, 0.22);
  animation: processPulse 2.8s ease-out infinite;
}

.process-node-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-full);
  background: #b79273;
  transform: translate(-50%, -50%);
}

.process-step:hover .process-node {
  transform: translateY(-2px) scale(1.02);
  border-color: var(--color-primary-dark);
  box-shadow: 0 10px 26px rgba(194, 157, 123, 0.12);
}

.process-step-body {
  max-width: 250px;
  margin: 0 auto;
}

.process-step-title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.process-step-desc {
  margin-top: 16px;
  color: var(--color-text-2);
  font-size: 16px;
  line-height: 1.65;
}

@keyframes processPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 157, 123, 0.2);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(194, 157, 123, 0);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(194, 157, 123, 0);
  }
}


/* =====================================================
   关注我们
======================================================== */

.follow-section {
  padding: 180px 0 200px;
  background: var(--color-bg);
}

.follow-content {
  width: min(calc(100% - 48px), 1240px);
  margin: 72px auto 0;
}

.follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.follow-card {
  position: relative;
  padding: 28px 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.follow-card:hover {
  transform: translateY(-2px);
  border-color: rgba(194, 157, 123, 0.28);
}

.follow-card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(194, 157, 123, 0.12);
  border: 1px solid rgba(194, 157, 123, 0.22);
}

.follow-card-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.follow-card-body {
  min-width: 0;
  flex: 1;
}

.follow-card-kicker {
  display: inline-block;
  color: var(--color-primary-dark);
  font-size: var(--font-size-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.follow-card-title {
  margin-top: 8px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.follow-card-desc {
  margin-top: 12px;
  color: var(--color-text-2);
  font-size: var(--font-size-sm);
  line-height: 1.75;
}

.follow-card-arrow {
  flex: 0 0 auto;
  color: var(--color-primary-dark);
  font-size: 22px;
  line-height: 1;
  transition:
    transform var(--transition-fast),
    color var(--transition-fast);
}

.follow-card:hover .follow-card-arrow {
  transform: translate(2px, -2px);
  color: #b88d68;
}

.follow-note {
  margin-top: 26px;
  text-align: center;
}

.follow-note p {
  color: var(--color-text-2);
  font-size: var(--font-size-sm);
  line-height: 1.8;
}





/* 响应式：平板------------------------------------------------ */
@media (max-width: 1024px) {

  /* 首屏主视觉 ----------------------------------------------- */
  .hero {
    min-height: 760px;
  }

  .hero-content {
    bottom: 15%;
  }

  .hero-title {
    font-size: clamp(28px, 5vw, 40px);
  }

  .hero-arrow {
    width: 46px;
    height: 46px;
  }

  .hero-arrow-prev {
    left: 22px;
  }

  .hero-arrow-next {
    right: 22px;
  }

  .hero-controls {
    bottom: 6.5%;
  }

  /* 诊所简介 ----------------------------------------------- */

  .introduction-section {
    padding: 96px 0 90px;
  }

  .introduction-content {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .intro-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--space-4);
    margin-bottom: 52px;
  }

  .intro-stat-item strong {
    font-size: clamp(28px, 4vw, 42px);
  }

  .intro-stat-item span {
    font-size: var(--font-size-sm);
  }

  .intro-video-grid {
    gap: 28px;
  }

  .intro-video-info {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .intro-video-info h3 {
    font-size: var(--font-size-lg);
  }

  .intro-video-info p {
    font-size: var(--font-size-xs);
  }

  .intro-play-btn {
    width: 54px;
    height: 40px;
  }

  .video-modal {
    padding: 36px;
  }

  .video-modal-close {
    right: 0;
    top: -56px;
  }

  /* 热门项目 ----------------------------------------------- */
  .hot-section {
    padding: 110px 0 120px;
  }

  .hot-content {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .hot-project-grid {
    gap: 22px;
  }

  .hot-project-card {
    padding: 16px;
  }

  .hot-project-title {
    font-size: 22px;
  }

  .hot-project-price {
    margin-top: 12px;
  }

  .hot-project-price strong {
    font-size: 22px;
  }

  .hot-project-desc {
    font-size: var(--font-size-xs);
  }

  .hot-project-images {
    gap: 10px;
  }

  .hot-project-image figcaption {
    left: 12px;
    bottom: 9px;
    font-size: 20px;
  }

  /* 蜕变案例 ----------------------------------------------- */
  .case-section {
    padding: 110px 0 120px;
  }

  .case-content {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .case-stage {
    min-height: 470px;
  }

  .case-main-card {
    width: min(100%, 680px);
  }

  .case-side-card {
    width: 220px;

  }

  .case-side-card-left {
    left: max(-18px, calc(50% - 560px));
  }

  .case-side-card-right {
    right: max(-18px, calc(50% - 560px));
  }

  .case-arrow {
    width: 46px;
    height: 46px;
  }

  .case-arrow-prev {
    left: max(0px, calc(50% - 470px));
  }

  .case-arrow-next {
    right: max(0px, calc(50% - 470px));
  }

  /* 医师团队 ----------------------------------------------- */

  .team-section {
    padding: 110px 0 120px;
  }

  .team-content {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .team-card {
    grid-template-columns: 220px 1fr;
    gap: 14px;
  }

  /* .team-card-action {
    grid-column: 2 / 3;
    justify-content: flex-start;
    margin-top: 8px;
  } */

  .team-certs-grid img {
    width: 82px;
    height: 48px;
  }

  /* 专业设备 ----------------------------------------------- */

  .device-scene {
    min-height: 760px;
  }

  .device-heading {
    top: 10%;
    width: calc(100% - 40px);
  }

  .device-title {
    font-size: clamp(34px, 4vw, 52px);
  }

  .device-subtitle {
    margin-top: 14px;
    font-size: var(--font-size-lg);
  }

  .device-hotspot-dot {
    width: 26px;
    height: 26px;
  }

  .device-hotspot-dot::before {
    inset: 7px;
  }

  .device-hotspot-dot::after {
    inset: 10px;
  }

  .device-hotspot-label {
    font-size: 18px;
  }

  .device-hotspot-card {
    width: min(240px, calc(100vw - 32px));
    padding: 12px 14px;
  }

  /* 服务流程 ----------------------------------------------- */

  .process-section {
    padding: 110px 0 120px;
  }

  .process-content {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .process-timeline {
    column-gap: 18px;
  }

  .process-line {
    left: 12%;
    right: 12%;
    top: 35%;
  }

  .process-node {
    width: 68px;
    height: 68px;
    margin: 16px auto 22px;
  }

  .process-node-dot {
    width: 20px;
    height: 20px;
  }

  .process-step-title {
    font-size: 20px;
  }

  .process-step-desc {
    margin-top: 14px;
    font-size: 14px;
  }

  /* 关注我们 ----------------------------------------------- */
}

/* 响应式：手机=============================================== */
@media (max-width: 768px) {

  /* 首屏主视觉 ----------------------------------------------- */
  .hero {
    height: 100svh;
    min-height: 640px;
  }

  .hero-slide-img {
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(7, 8, 12, 0.22) 0%,
        rgba(7, 8, 12, 0.2) 40%,
        rgba(7, 8, 12, 0.78) 100%);
  }

  .hero-content {
    bottom: 15%;
    width: calc(100% - 36px);
  }

  .hero-socials {
    margin-bottom: 14px;
  }

  .hero-socials-link {
    width: 30px;
    height: 30px;
  }

  .hero-kicker {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .hero-title {
    display: block;
    padding: 12px 18px;
    margin-bottom: 16px;
    font-size: 27px;
    letter-spacing: 0.04em;
  }

  .hero-desc {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .hero-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-cta-btn {
    min-width: 0;
    width: 100%;
    height: 46px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-controls {
    bottom: 10%;
    gap: 14px;
  }

  .hero-dots {
    gap: 9px;
  }

  .hero-dot {
    width: 24px;
    height: 2px;
  }

  .hero-dot.active {
    width: 36px;
  }

  /* 诊所简介 ----------------------------------------------- */
  .introduction-section {
    padding: 72px 0 76px;
  }

  .introduction-content {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .intro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    margin-bottom: 42px;
  }

  .intro-stat-item:last-child {
    grid-column: 1 / -1;
  }

  .intro-stat-item strong {
    font-size: 34px;
  }

  .intro-stat-item span {
    font-size: var(--font-size-sm);
  }

  .intro-video-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .intro-video-link {
    aspect-ratio: 16 / 10;
  }

  .intro-video-info {
    left: 18px;
    right: 18px;
    bottom: 22px;
  }

  .intro-video-info h3 {
    margin-bottom: 6px;
    font-size: var(--font-size-lg);
  }

  .intro-video-info p {
    max-width: 100%;
    font-size: var(--font-size-xs);
  }

  .video-modal {
    padding: 18px;
  }

  .video-modal-panel {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .video-modal-close {
    right: 0;
    top: -52px;
    width: 42px;
    height: 42px;
  }

  .intro-play-btn {
    width: 54px;
    height: 40px;
  }

  /* 热门项目 ----------------------------------------------- */

  .hot-section {
    padding: 76px 0 84px;
  }

  .hot-content {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .hot-project-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .hot-project-card {
    padding: 16px 14px 14px;
  }

  .hot-project-title {
    font-size: 21px;
  }

  .hot-project-header {
    gap: var(--space-3);
  }

  .hot-project-more {
    font-size: var(--font-size-xs);
  }

  .hot-project-price {
    margin-top: 10px;
    font-size: var(--font-size-sm);
  }

  .hot-project-price strong {
    font-size: 22px;
  }

  .hot-project-tags {
    margin-top: 12px;
  }

  .hot-project-desc {
    -webkit-line-clamp: 3;
  }

  .hot-project-images {
    gap: 8px;
    margin-top: 14px;
  }

  .hot-project-image {
    aspect-ratio: 4 / 3;
  }

  .hot-project-image figcaption {
    left: 10px;
    bottom: 8px;
    font-size: 18px;
  }

  .hot-project-actions {
    margin-top: 36px;
  }

  .hot-project-all {
    width: 100%;
    max-width: 280px;
  }

  /* 蜕变案例 ----------------------------------------------- */
  .case-section {
    padding: 76px 0 84px;
  }

  .case-content {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .case-stage {
    min-height: auto;
    display: block;
  }

  .case-side-card {
    display: none;
  }

  .case-main-card {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .case-arrow {
    width: 42px;
    height: 42px;
  }

  .case-arrow-prev {
    left: 12px;
  }

  .case-arrow-next {
    right: 12px;
  }

  .case-main-meta {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .case-main-name {
    font-size: var(--font-size-md);
  }

  .case-main-more {
    font-size: var(--font-size-xs);
  }

  .case-dots {
    gap: 8px;
    margin-top: 18px;
  }

  .case-dot {
    width: 22px;
    height: 2px;
  }

  .case-dot.is-active {
    width: 34px;
  }

  /* 医师团队 ----------------------------------------------- */

  .team-section {
    padding: 76px 0 84px;
  }

  .team-content {
    width: calc(100% - 32px);
    margin-top: 42px;
    gap: 14px;
  }

  .team-card {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .team-card-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .team-card-body {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .team-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .team-card-name {
    font-size: 18px;
    line-height: 1.3;
  }

  .team-card-tag {
    min-height: 20px;
    padding: 0 7px;
    font-size: 10px;
  }

  .team-card-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.75;
    -webkit-line-clamp: 4;
  }

  .team-certs {
    margin-top: 14px;
  }

  .team-certs-title {
    font-size: 15px;
  }

  .team-certs-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .team-certs-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 86 / 50;
    object-fit: cover;
  }

  /* .team-card-action {
    margin-top: 2px;
    display: flex;
    justify-content: flex-start;
  } */

  .team-card-link {
    min-height: 32px;
    font-size: 12px;
  }


  /* 专业设备 ----------------------------------------------- */
  .device-scene {
    min-height: 640px;
  }

  .device-heading {
    top: 12%;
    width: calc(100% - 32px);
  }

  .device-title {
    font-size: 32px;
  }

  .device-subtitle {
    margin-top: 10px;
    font-size: var(--font-size-sm);
  }

  .device-hotspot {
    gap: 8px;
  }

  .device-hotspot-dot {
    width: 22px;
    height: 22px;
  }

  .device-hotspot-dot::before {
    inset: 6px;
  }

  .device-hotspot-dot::after {
    inset: 8px;
  }

  .device-hotspot-dot-ring {
    inset: -6px;
  }

  .device-hotspot-label {
    font-size: 16px;
  }

  .device-hotspot-card,
  .device-hotspot-card-right .device-hotspot-card,
  .device-hotspot-card-left .device-hotspot-card {
    width: min(210px, calc(100vw - 24px));
    padding: 10px 12px;
    top: calc(100% + 10px);
  }

  .device-hotspot-card-right .device-hotspot-card {
    left: 0;
    right: auto;
    transform: translateX(0) translateY(8px) scale(0.96);
  }

  .device-hotspot-card-left .device-hotspot-card {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(8px) scale(0.96);
  }

  .device-hotspot-card-right:hover .device-hotspot-card,
  .device-hotspot-card-right.is-active .device-hotspot-card,
  .device-hotspot-card-right:focus-visible .device-hotspot-card,
  .device-hotspot-card-left:hover .device-hotspot-card,
  .device-hotspot-card-left.is-active .device-hotspot-card,
  .device-hotspot-card-left:focus-visible .device-hotspot-card {
    transform: translateX(0) translateY(0) scale(1);
  }

  .device-hotspot-card strong {
    font-size: 14px;
  }

  .device-hotspot-card small {
    font-size: 12px;
    line-height: 1.5;
  }

  /* 服务流程 ----------------------------------------------- */

  .process-section {
    padding: 76px 0 84px;
  }

  .process-content {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .process-line {
    display: none;
  }

  .process-step {
    padding: 0 0 0 18px;
    text-align: left;
  }

  .process-step-kicker {
    margin-left: 78px;
    font-size: 12px;
  }

  .process-node {
    position: absolute;
    left: 0;
    top: 18px;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .process-node-dot {
    width: 18px;
    height: 18px;
  }

  .process-step-body {
    max-width: none;
    margin: 10px 0 0 78px;
  }

  .process-step-title {
    font-size: 22px;
  }

  .process-step-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }


  /* 关注我们 ----------------------------------------------- */

  .follow-section {
    padding: 76px 0 84px;
  }

  .follow-content {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .follow-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .follow-card {
    padding: 18px 16px;
    gap: 12px;
  }

  .follow-card-icon {
    width: 48px;
    height: 48px;
  }

  .follow-card-icon img {
    width: 24px;
    height: 24px;
  }

  .follow-card-title {
    font-size: 18px;
  }

  .follow-card-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
  }

  .follow-note {
    margin-top: 18px;
  }

  .follow-note p {
    font-size: 12px;
  }
}
