.ploutos-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  pointer-events: none;
}

.header_header__YyLMN .header_calatrava__ybpZl {
  opacity: 0;
}

header a[aria-label="Go to Ploutos Lab home page"] > svg,
header a[aria-label="Go to home page"] > svg,
header a[aria-label="Go to Ploutos Lab home page"] > img,
header a[aria-label="Go to home page"] > img {
  opacity: 0;
}

.footer_home-link__XU_FR {
  position: relative;
  display: inline-flex;
  min-width: 126px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
}

.footer_home-link__XU_FR svg,
.footer_home-link__XU_FR img {
  opacity: 0;
}

.top-controls_locale-switch__fkYUf {
  display: none !important;
}

.top-controls_logo__Aj2E_ {
  min-width: 132px;
  overflow: visible;
}

.top-controls_logo__Aj2E_ svg,
.top-controls_logo__Aj2E_ img {
  opacity: 0;
}

.ploutos-menu-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}

.menu-link_menu-link__JQeqo svg {
  display: none;
}

.hero-carousel-item_cta-container__qsuy2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ploutos-header-login-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 88px;
  position: relative;
  z-index: 12;
}

.ploutos-header-login-wrapper .header-auth {
  position: relative;
}

.ploutos-header-login-wrapper .header-link {
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-link:hover,
.ploutos-header-login-wrapper .header-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ploutos-header-login-wrapper .header-auth__login.is-hidden,
.ploutos-header-login-wrapper .header-mine.is-hidden,
.ploutos-header-login-wrapper .header-mine__item.is-hidden,
.ploutos-header-login-wrapper .header-mine__item--referral.is-hidden {
  display: none !important;
}

.ploutos-header-login-wrapper .header-mine {
  position: relative;
}

.ploutos-header-login-wrapper .header-mine__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__trigger:hover,
.ploutos-header-login-wrapper .header-mine__trigger:focus-visible {
  border-color: transparent;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.15s ease;
}

.ploutos-header-login-wrapper .header-mine.is-open .header-mine__caret {
  transform: rotate(-135deg) translateY(1px);
}

.ploutos-header-login-wrapper .header-mine__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.ploutos-header-login-wrapper .header-mine__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1f2937;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__item:hover,
.ploutos-header-login-wrapper .header-mine__item:focus-visible {
  background: #f8fafc;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__item--referral {
  cursor: default;
}

.ploutos-header-login-wrapper .header-mine__item--referral:hover {
  background: transparent;
}

.ploutos-header-login-wrapper .header-mine__referral-text {
  color: #1f2937;
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-mine__referral-code {
  margin-left: auto;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.ploutos-header-login-wrapper .header-mine__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  flex: 0 0 auto;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__copy-label {
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-mine__copy:hover,
.ploutos-header-login-wrapper .header-mine__copy:focus-visible {
  background-color: #e5e7eb;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__copy.is-copied {
  background-color: #dcfce7;
  color: #15803d;
}

.ploutos-header-login-link {
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.ploutos-header-login-link:hover,
.ploutos-header-login-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

html:not(.ploutos-content-ready) .hero-carousel-item_content-wrapper__ml_k2 {
  opacity: 0;
  visibility: hidden;
}

html.ploutos-content-ready .hero-carousel-item_content-wrapper__ml_k2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 140ms ease-out;
}

.cta_cta__g1ZkP.ploutos-secondary-cta {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.ploutos-footer-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .footer_top__xIWET {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
    column-gap: clamp(48px, 7vw, 140px) !important;
    align-items: start !important;
  }

  .footer_top__xIWET > .footer_column__g3_1l {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer_top__xIWET > .footer_column__g3_1l.ploutos-footer-extra-column {
    display: none !important;
  }

  .footer_top__xIWET .footer-column_group__RvY1H {
    width: 100% !important;
  }
}

.hero-carousel-item_title__Rw_ym,
.related-content-section-item_title__ioHiF,
.image-section_title__LAp1o {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.text-and-media_title__OFfW8,
.text-and-media_description__lC_Xc {
  /* keep-all 需配 anywhere 兜底：无兜底时窄屏/字体放大下，标点间的
     整段汉字成为不可断单元，整行溢出屏幕被截断（真机微信里可复现） */
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.text-and-image-carousel-section_cursor__Ea2jU {
  display: none !important;
  pointer-events: none !important;
}

/* ==== 首页 text-and-image 轮播：手机端居中 + 手势滑动（配合 content.js fixTextImageCarousels） ==== */
.ploutos-text-image-carousel .text-and-image-carousel-section_slides-wrapper__4Xxrl {
  will-change: transform;
  touch-action: pan-y;
}

@media (max-width: 1023px) {
  .text-and-media_media__S_xhN .ploutos-text-image-carousel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ploutos-text-image-carousel.text-and-image-carousel-section_text-image-carousel__usiOv {
    overflow: hidden;
  }

  .ploutos-text-image-carousel .text-and-image-carousel-section_slides-wrapper__4Xxrl {
    touch-action: pan-x pan-y;
  }

  .ploutos-text-image-carousel
    .text-and-image-carousel-section-item_text-image-carousel-section-item__sJpIV {
    flex: 0 0 100% !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ploutos-text-image-carousel .text-and-image-carousel-section-item_image-wrapper__ngirm {
    width: min(100%, 360px);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .ploutos-text-image-carousel .text-and-image-carousel-section-item_description__s8jWR {
    width: min(100%, 360px);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .ploutos-text-image-carousel .text-and-image-carousel-section_pagination___peUN {
    margin-left: auto;
    margin-right: auto;
  }

  /* 原站移动端内容区只有左右 padding，CTA（如「查看交付五件套」）
     会紧贴区块底边、顶到下一节，这里补出底部呼吸空间 */
  .text-and-media_content___ZEsa
    .text-and-media_cta-container__e7qTd.text-and-media_--has-cta__zbQeR {
    margin-bottom: 3rem;
  }
}

.hero-carousel-item_description__d6lT4,
.text-and-media_description__lC_Xc,
.text-and-image-carousel-section-item_description__s8jWR,
.related-content-section-item_description__0Xi5c,
.image-section_description__BEJus {
  max-width: 760px;
}

.footer_locale-switch__G7v6h {
  display: none !important;
}

.ploutos-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .ploutos-wordmark {
    font-size: 18px;
  }

  .ploutos-header-login-wrapper {
    min-width: 56px;
  }

  .ploutos-header-login-wrapper .header-link,
  .ploutos-header-login-wrapper .header-mine__trigger {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .ploutos-header-login-link {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .hero-carousel-item_title__Rw_ym {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }
}

.footer_column__g3_1l:has(a[href*="ploutos lab价值观"]),
.footer_accordion-item__5Niif:has(a[href*="ploutos lab价值观"]) {
  display: none !important;
}

/* 浅色站显式声明：页面未声明 color-scheme 时，深色系统/浏览器的根画布
   是黑的，区块之间的设计间距会露出黑带 */
html {
  background: #fff;
  color-scheme: light;
}

/* ==== 首页「产品与服务」image-section：文字列加深色托底，
   否则白字直接压在偏亮的背景图上不可读 ==== */
.image-section_image-section__reO8I .image-section_content-wrapper__TWoBu {
  background: rgba(16, 14, 11, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 32px 34px;
}

/* ==== 首页「产品与服务」三档速览行（深底图上） ==== */
.ploutos-image-tiers {
  margin: 30px 0 2px;
  max-width: 640px;
}

.ploutos-image-tiers__row {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ploutos-image-tiers__row:first-child {
  border-top: none;
  padding-top: 0;
}

.ploutos-image-tiers__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.ploutos-image-tiers__name {
  font-size: 16px;
  color: #fff;
}

.ploutos-image-tiers__price {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.ploutos-image-tiers__note {
  margin: 7px 0 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
  max-width: 560px;
}

/* ==== 首页「产品与服务」image-section 自建 CTA（镜像壳无按钮位） ==== */
.ploutos-image-section-cta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ploutos-image-section-cta__btn {
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ploutos-image-section-cta__btn:hover {
  background: #fff;
  color: #24231f;
}

.ploutos-image-section-cta__btn--primary {
  background: #fff;
  color: #24231f;
}

.ploutos-image-section-cta__btn--primary:hover {
  background: rgba(255, 255, 255, 0.82);
}

/* 「查看介绍」锚点落点：卡片区顶部留出 sticky header 的高度 */
.ploutos-why-cards {
  scroll-margin-top: 96px;
}

/* ==== 首页 hero 轮播修复（配合 content.js 的 fixHeroCarousel）：
   容器限高一屏，三帧 absolute 层叠，active 帧淡入 ==== */
.ploutos-hero-fixed {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  background: #111;
}

.ploutos-hero-fixed .hero-carousel-item_hero-carousel-item__d5OPU {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  opacity: 0;
  transition: opacity 900ms ease;
  pointer-events: none;
}

.ploutos-hero-fixed .hero-carousel-item_hero-carousel-item__d5OPU.ploutos-hero-frame--active {
  opacity: 1;
  pointer-events: auto;
}

.ploutos-hero-fixed .hero-carousel-item_hero-carousel-item__d5OPU [class*="hero-carousel-item_container"] {
  height: 100% !important;
}

.ploutos-hero-fixed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==== 首页「四个方向」介绍与购买卡片入口 ==== */
.ploutos-why-cards {
  background: #fff;
  padding: 80px 24px;
}

.ploutos-why-cards__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.ploutos-why-cards__kicker {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #a89f8f;
  text-align: center;
  margin: 0 0 14px;
}

.ploutos-why-cards__title {
  font-size: 34px;
  font-weight: 600;
  color: #24231f;
  text-align: center;
  margin: 0 0 14px;
}

.ploutos-why-cards__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #4c473f;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 44px;
}

.ploutos-why-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ploutos-why-card {
  display: block;
  border: 1px solid #e3ddd2;
  background: #faf8f4;
  padding: 30px 30px 26px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ploutos-why-card:hover {
  border-color: #6c665a;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(36, 35, 31, 0.08);
}

.ploutos-why-card__no {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #a89f8f;
  margin-bottom: 12px;
}

.ploutos-why-card__name {
  font-size: 22px;
  font-weight: 600;
  color: #24231f;
  margin: 0 0 10px;
}

.ploutos-why-card__hook {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4c473f;
  margin: 0 0 18px;
  min-height: 52px;
}

.ploutos-why-card__go {
  display: inline-block;
  font-size: 13.5px;
  color: #6c665a;
  border-bottom: 1px solid #6c665a;
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
}

.ploutos-why-card:hover .ploutos-why-card__go {
  opacity: 0.75;
}

@media (max-width: 780px) {
  .ploutos-why-cards {
    padding: 56px 20px;
  }

  .ploutos-why-cards__title {
    font-size: 26px;
  }

  .ploutos-why-cards__grid {
    grid-template-columns: 1fr;
  }

  .ploutos-why-card__hook {
    min-height: 0;
  }
}

/* ==== 首页母叙事长文入口（跟在四方向卡片区之后） ==== */
.ploutos-story-entry {
  background: #f7f4ee;
  padding: 76px 24px;
}

.ploutos-story-entry__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.ploutos-story-entry__kicker {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #a89f8f;
  margin: 0 0 14px;
}

.ploutos-story-entry__title {
  font-size: 30px;
  font-weight: 600;
  color: #24231f;
  margin: 0 0 16px;
}

.ploutos-story-entry__desc {
  font-size: 15px;
  line-height: 2;
  color: #4c473f;
  margin: 0 0 28px;
}

.ploutos-story-entry__go {
  display: inline-block;
  min-width: 168px;
  padding: 13px 30px;
  border: 1px solid #6c665a;
  background: #6c665a;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ploutos-story-entry__go:hover {
  background: #5f5648;
  border-color: #5f5648;
}

@media (max-width: 780px) {
  .ploutos-story-entry {
    padding: 56px 20px;
  }

  .ploutos-story-entry__title {
    font-size: 23px;
  }
}
