/* 成品3 · 暖沙放映厅：亚麻底、赤陶票根顶栏、铜尘飘点。区别成品1霓虹夜市、成品2青瓷海栏 */
:root {
  --p3-linen: #f3eadc;
  --p3-sand: #e8d8c4;
  --p3-paper: #fff8ef;
  --p3-clay: #9c3d28;
  --p3-clay2: #7a2e1e;
  --p3-copper: #c47a3a;
  --p3-ink: #2c2118;
  --p3-muted: #6d5a48;
  --p3-line: rgba(124, 74, 42, 0.16);
  --p3-page: 1120px;
  --p3-shadow: 0 12px 28px rgba(84, 48, 28, 0.1);
  --p3-radius: 6px;
}

html {
  color-scheme: light;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html.pack3-sandstone,
body.pack3-sandstone,
body.body-mother-adopt.pack3-sandstone {
  color-scheme: light;
}

body.body-mother-adopt {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", Georgia, "Times New Roman", serif;
  background: var(--p3-linen) !important;
  color: var(--p3-ink) !important;
  overflow-x: hidden;
  word-break: break-word;
  -webkit-overflow-scrolling: touch;
}

body.body-mother-adopt img {
  max-width: 100%;
}

body.body-mother-adopt video {
  max-width: 100%;
}

.pack3-dust {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

body.body-mother-adopt .hnyj-header,
body.body-mother-adopt .page-main,
body.body-mother-adopt .hnyj-footer {
  position: relative;
  z-index: 1;
}

body.body-mother-adopt .container,
body.body-mother-adopt .hnyj-section.container,
body.body-mother-adopt .hnyj-footer__inner {
  width: min(var(--p3-page), calc(100% - 32px)) !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* —— 头部：赤陶招牌 + 票根搜索 + 胶囊导航 —— */
body.body-mother-adopt .hnyj-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  background: var(--p3-clay) !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
  box-shadow: 0 10px 24px rgba(92, 32, 18, 0.22);
  padding-top: env(safe-area-inset-top, 0px);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

body.body-mother-adopt .hnyj-header > .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

body.body-mother-adopt .hnyj-header__bar,
.pack3-mast {
  width: min(var(--p3-page), calc(100% - 32px));
  margin: 0 auto;
  min-height: 58px;
  height: auto;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0 6px;
}

body.body-mother-adopt .hnyj-header__logo {
  grid-column: 2;
  justify-self: center;
  color: #fff8ef !important;
  gap: 10px;
}

body.body-mother-adopt .hnyj-header__logo svg {
  color: var(--p3-sand) !important;
  width: 28px;
  height: 28px;
}

body.body-mother-adopt .hnyj-header__brand,
body.body-mother-adopt .hnyj-header__logo:hover {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: #fff8ef !important;
}

body.body-mother-adopt .hnyj-header__brand {
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

body.body-mother-adopt .hnyj-header .hnyj-nav-toggle {
  grid-column: 3;
  justify-self: end;
  color: #fff8ef !important;
  display: none;
  background: transparent;
  border: 0;
  padding: 6px;
}

.pack3-ticket {
  background: var(--p3-paper);
  border-top: 1px dashed rgba(156, 61, 40, 0.28);
  border-bottom: 1px solid var(--p3-line);
}

.pack3-ticket form,
body.body-mother-adopt .hnyj-header__bar > form {
  width: min(var(--p3-page), calc(100% - 32px));
  margin: 0 auto;
  display: flex !important;
  align-items: stretch;
  gap: 0;
  padding: 10px 0;
}

.pack3-ticket .relative,
body.body-mother-adopt .hnyj-header form .relative {
  display: flex;
  flex: 1;
  min-width: 0;
  position: relative;
}

.pack3-ticket input,
body.body-mother-adopt .hnyj-header form input[name="q"] {
  width: 100% !important;
  height: 44px;
  border: 1.5px solid var(--p3-clay) !important;
  border-radius: 2px 0 0 2px !important;
  background: #fff !important;
  color: var(--p3-ink) !important;
  padding: 0 14px !important;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

.pack3-ticket input::placeholder,
body.body-mother-adopt .hnyj-header form input::placeholder {
  color: var(--p3-muted) !important;
}

.pack3-ticket button,
body.body-mother-adopt .hnyj-header form button[type="submit"] {
  position: static !important;
  transform: none !important;
  width: auto;
  min-width: 88px;
  min-height: 44px;
  border: 0;
  border-radius: 0 2px 2px 0;
  background: var(--p3-clay) !important;
  color: #fff8ef !important;
  font-weight: 700;
  padding: 0 18px;
  cursor: pointer;
  touch-action: manipulation;
}

.pack3-pills {
  background: #efe0cc;
  border-bottom: 3px solid var(--p3-clay);
}

.pack3-pills nav,
body.body-mother-adopt .hnyj-header nav[aria-label="主导航"] {
  width: min(var(--p3-page), calc(100% - 32px));
  margin: 0 auto;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 12px;
}

body.body-mother-adopt .hnyj-header nav[aria-label="主导航"] a,
.pack3-pills a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--p3-ink) !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0.04em;
}

body.body-mother-adopt .hnyj-header nav[aria-label="主导航"] a:hover,
body.body-mother-adopt .hnyj-header nav[aria-label="主导航"] a.active,
.pack3-pills a:hover,
.pack3-pills a.active {
  background: var(--p3-clay) !important;
  color: #fff8ef !important;
  border-color: var(--p3-clay2);
}

body.body-mother-adopt .hnyj-mobile-nav {
  background: var(--p3-clay2);
  border-top: 1px solid rgba(255, 248, 239, 0.12);
}

body.body-mother-adopt .hnyj-mobile-nav a {
  color: #fff8ef !important;
  border-color: rgba(255, 248, 239, 0.12) !important;
}

body.body-mother-adopt [data-mobile-menu].open {
  display: block !important;
}

body.body-mother-adopt .hnyj-mobile-nav input {
  font-size: 16px;
  min-height: 44px;
  -webkit-appearance: none;
  appearance: none;
}

body.body-mother-adopt .hnyj-mobile-nav form {
  display: none;
}

/* —— 首页中部：矮舞台 + 左票卡，不是满屏居中霓虹 —— */
body.body-mother-adopt .hnyj-hero {
  min-height: 0 !important;
  height: auto;
  margin: 22px auto 8px;
  width: min(var(--p3-page), calc(100% - 32px));
  border-radius: var(--p3-radius);
  overflow: hidden;
  border: 1px solid var(--p3-line);
  box-shadow: var(--p3-shadow);
  background: #1a120e;
}

body.body-mother-adopt .hnyj-hero > .absolute.inset-0 {
  min-height: 360px;
  height: 420px;
}

@media (min-width: 900px) {
  body.body-mother-adopt .hnyj-hero > .absolute.inset-0 {
    height: 460px;
  }
}

body.body-mother-adopt .hnyj-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(44, 24, 16, 0.92) 0%,
    rgba(44, 24, 16, 0.42) 48%,
    rgba(44, 24, 16, 0.12) 100%
  ) !important;
}

body.body-mother-adopt .hnyj-hero__content {
  justify-content: flex-start !important;
  align-items: flex-end !important;
  text-align: left !important;
  min-height: 360px;
  padding: 2rem 1.5rem 2.4rem !important;
}

body.body-mother-adopt .hnyj-hero__inner {
  max-width: 520px !important;
  margin: 0 !important;
  padding: 1.25rem 1.35rem 1.4rem;
  background: rgba(255, 248, 239, 0.94);
  border-left: 6px solid var(--p3-clay);
  box-shadow: var(--p3-shadow);
}

body.body-mother-adopt .hnyj-hero__title {
  color: var(--p3-ink) !important;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem) !important;
  letter-spacing: 0.04em;
}

body.body-mother-adopt .hnyj-hero__inner > p,
body.body-mother-adopt .hnyj-hero__lead {
  color: var(--p3-muted) !important;
  font-weight: 500 !important;
}

body.body-mother-adopt .hnyj-hero__actions {
  flex-direction: row !important;
  align-items: center !important;
}

body.body-mother-adopt .hnyj-btn {
  border-radius: 2px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-height: 44px;
  touch-action: manipulation;
}

body.body-mother-adopt .hnyj-btn--primary {
  background: var(--p3-clay) !important;
  border: 1px solid var(--p3-clay2) !important;
  color: #fff8ef !important;
  box-shadow: none !important;
}

body.body-mother-adopt .hnyj-btn--ghost,
body.body-mother-adopt .hnyj-btn--accent {
  background: transparent !important;
  border: 1px solid var(--p3-clay) !important;
  color: var(--p3-clay) !important;
}

body.body-mother-adopt .hnyj-hero-dots {
  justify-content: flex-start;
  padding-left: 1.5rem;
}

body.body-mother-adopt .hnyj-hero-dot {
  background: rgba(255, 248, 239, 0.35);
  border: 1px solid rgba(255, 248, 239, 0.5);
}

body.body-mother-adopt .hnyj-hero-dot.is-active {
  background: var(--p3-copper) !important;
}

/* 分区标题：横线夹标题，不像成品2的左右条 */
body.body-mother-adopt .hnyj-section-head {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.4rem;
}

body.body-mother-adopt .hnyj-section-head__title {
  color: var(--p3-ink) !important;
  font-size: 1.35rem !important;
  letter-spacing: 0.22em;
}

body.body-mother-adopt .hnyj-section-head__title::before,
body.body-mother-adopt .hnyj-section-head__title::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 10px 0.28em;
  background: var(--p3-copper);
  vertical-align: middle;
}

body.body-mother-adopt .hnyj-section-head__more {
  color: var(--p3-clay) !important;
  font-size: 0.85rem;
}

/* 分类入口：横条票根，不是圆形图标玻璃卡 */
body.body-mother-adopt .hnyj-section .grid.grid-cols-2.md\:grid-cols-3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

@media (min-width: 860px) {
  body.body-mother-adopt .hnyj-section .grid.grid-cols-2.md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

body.body-mother-adopt a.group.bg-white\/10 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 12px;
  text-align: left !important;
  padding: 12px 14px !important;
  border-radius: 4px !important;
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.body-mother-adopt a.group.bg-white\/10:hover {
  background: #fff !important;
  border-color: var(--p3-clay) !important;
  transform: none !important;
}

body.body-mother-adopt .hnyj-cat-icon {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  background: var(--p3-sand) !important;
  color: var(--p3-clay) !important;
  border: 1px solid var(--p3-line) !important;
  flex-shrink: 0;
}

body.body-mother-adopt a.group h3 {
  color: var(--p3-ink) !important;
  font-size: 1rem !important;
  margin: 0 0 2px !important;
}

body.body-mother-adopt a.group p {
  color: var(--p3-muted) !important;
  margin: 0 !important;
}

/* 海报墙：直角铜框，5 列 */
body.body-mother-adopt .hnyj-section--dense .grid,
body.body-mother-adopt #grid-category {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
}

@media (min-width: 720px) {
  body.body-mother-adopt .hnyj-section--dense .grid,
  body.body-mother-adopt #grid-category {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body.body-mother-adopt .hnyj-section--dense .grid,
  body.body-mother-adopt #grid-category {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

body.body-mother-adopt .wythy-vcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  border-radius: 4px !important;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  list-style: none;
}

body.body-mother-adopt .wythy-vcard:hover {
  transform: none;
  border-color: var(--p3-clay) !important;
}

body.body-mother-adopt .wythy-vcard__poster-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--p3-sand);
}

body.body-mother-adopt .wythy-vcard__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-mother-adopt .wythy-vcard__tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  padding: 0.2rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: var(--p3-clay) !important;
  border: 0 !important;
  border-radius: 2px !important;
}

body.body-mother-adopt .wythy-vcard__score {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  padding: 0.15rem 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--p3-paper) !important;
  background: var(--p3-copper) !important;
  border: 0 !important;
  border-radius: 2px;
}

body.body-mother-adopt .wythy-vcard__body {
  padding: 0.75rem 0.85rem 0.9rem;
  min-width: 0;
}

body.body-mother-adopt .wythy-vcard__title {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--p3-ink) !important;
  font-family: ui-sans-serif, system-ui, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.body-mother-adopt .wythy-vcard:hover .wythy-vcard__title {
  color: var(--p3-clay) !important;
}

body.body-mother-adopt .wythy-vcard__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: 0.6875rem;
}

body.body-mother-adopt .wythy-vcard__meta span {
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: var(--p3-sand) !important;
  color: var(--p3-muted);
}

body.body-mother-adopt ul.grid,
body.body-mother-adopt #grid-category,
body.body-mother-adopt #grid-related {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.body-mother-adopt .wythy-vcard-row,
body.body-mother-adopt .grid > li,
body.body-mother-adopt #grid-related > li,
body.body-mother-adopt #grid-category > li {
  list-style: none;
}

body.body-mother-adopt .wythy-vcard-row[hidden],
body.body-mother-adopt [data-card][hidden] {
  display: none !important;
}

body.body-mother-adopt .wythy-vcard--compact,
body.body-mother-adopt aside .wythy-vcard,
body.body-mother-adopt #grid-related > li .wythy-vcard {
  flex-direction: row;
  min-height: 4.75rem;
}

body.body-mother-adopt .wythy-vcard--compact .wythy-vcard__poster-wrap,
body.body-mother-adopt aside .wythy-vcard .wythy-vcard__poster-wrap,
body.body-mother-adopt #grid-related > li .wythy-vcard__poster-wrap {
  width: 5.25rem;
  flex-shrink: 0;
  aspect-ratio: 3 / 4;
}

body.body-mother-adopt .wythy-vcard--compact .wythy-vcard__body,
body.body-mother-adopt aside .wythy-vcard .wythy-vcard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.55rem 0.75rem;
}

body.body-mother-adopt aside .wythy-vcard .wythy-vcard__tag,
body.body-mother-adopt aside .wythy-vcard .wythy-vcard__score {
  display: none;
}

/* 最新更新：横卡双列，不像首页竖海报 */
body.body-mother-adopt .hnyj-section .grid.grid-cols-1.md\:grid-cols-2 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px !important;
}

@media (min-width: 800px) {
  body.body-mother-adopt .hnyj-section .grid.grid-cols-1.md\:grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}

body.body-mother-adopt .hnyj-section .grid.grid-cols-1.md\:grid-cols-2 .wythy-vcard {
  flex-direction: row;
  min-height: 108px;
}

body.body-mother-adopt .hnyj-section .grid.grid-cols-1.md\:grid-cols-2 .wythy-vcard__poster-wrap {
  width: 78px;
  flex-shrink: 0;
  aspect-ratio: 3 / 4;
}

/* CTA 横幅 */
body.body-mother-adopt .hnyj-cta {
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  border-left: 6px solid var(--p3-clay) !important;
  border-radius: 4px;
  text-align: left;
  padding: 1.4rem 1.6rem;
}

body.body-mother-adopt .hnyj-cta__title,
body.body-mother-adopt .hnyj-cta__text {
  color: var(--p3-ink) !important;
}

/* —— 尾部：亚麻底 + 赤陶顶线，三栏居中品牌 —— */
body.body-mother-adopt .hnyj-footer {
  margin-top: 28px;
  background: #efe3d2 !important;
  border-top: 4px solid var(--p3-clay);
  color: var(--p3-ink);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

body.body-mother-adopt .hnyj-footer__glow {
  display: none !important;
}

body.body-mother-adopt .hnyj-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 36px 0 20px;
  text-align: center;
}

@media (min-width: 860px) {
  body.body-mother-adopt .hnyj-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    text-align: left;
    align-items: start;
  }

  body.body-mother-adopt .hnyj-footer__brand {
    text-align: left;
  }
}

body.body-mother-adopt .hnyj-footer__logo,
body.body-mother-adopt .hnyj-footer__logo-text,
body.body-mother-adopt .hnyj-footer__tagline,
body.body-mother-adopt .hnyj-footer__about,
body.body-mother-adopt .hnyj-footer__note,
body.body-mother-adopt .hnyj-footer__copy,
body.body-mother-adopt .hnyj-footer__contact-label {
  color: var(--p3-ink) !important;
}

body.body-mother-adopt .hnyj-footer__logo {
  justify-content: center;
}

@media (min-width: 860px) {
  body.body-mother-adopt .hnyj-footer__logo {
    justify-content: flex-start;
  }
}

body.body-mother-adopt .hnyj-footer__logo-icon {
  background: var(--p3-clay) !important;
  border: 0 !important;
  color: #fff8ef !important;
  border-radius: 4px;
}

body.body-mother-adopt .hnyj-footer__title {
  color: var(--p3-clay) !important;
  border-image: none !important;
  border-bottom: 1px solid var(--p3-line);
  padding-bottom: 6px;
  letter-spacing: 0.12em;
}

body.body-mother-adopt .hnyj-footer__link {
  color: var(--p3-muted) !important;
}

body.body-mother-adopt .hnyj-footer__link:hover {
  color: var(--p3-clay) !important;
}

body.body-mother-adopt .hnyj-footer__bar {
  border-top: 1px dashed var(--p3-line);
  padding: 14px 0 22px;
  text-align: center;
}

/* —— 播放页：通栏舞台 + 下方双栏纸卡 —— */
.pack3-stage {
  width: 100%;
  background: #140e0b;
  padding: 0 0 18px;
  margin: 0 0 18px;
}

.pack3-stage .hnyj-watch-breadcrumb {
  width: min(var(--p3-page), calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 10px;
  color: rgba(255, 248, 239, 0.7);
}

.pack3-stage .hnyj-watch-breadcrumb a {
  color: #f0c089 !important;
}

.pack3-stage .hnyj-watch-player {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.pack3-stage .hnyj-watch-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.pack3-stage .hnyj-watch-player .video-error,
.video-error {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-weight: 600;
}

.video-error[hidden] {
  display: none !important;
}

.mirror-player-slot {
  display: none;
}

body.pack3-nav-open {
  overflow: hidden;
}

a, button, [role="button"] {
  touch-action: manipulation;
}

body.body-mother-adopt .hnyj-watch-layout {
  width: min(var(--p3-page), calc(100% - 32px));
  margin: 0 auto 24px;
  gap: 16px;
}

@media (min-width: 1024px) {
  body.body-mother-adopt .hnyj-watch-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }
}

body.body-mother-adopt .hnyj-watch-panel {
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  border-radius: 4px !important;
  backdrop-filter: none !important;
}

body.body-mother-adopt .hnyj-watch-title,
body.body-mother-adopt .hnyj-watch-panel h1,
body.body-mother-adopt .hnyj-watch-panel h2,
body.body-mother-adopt .hnyj-watch-panel p,
body.body-mother-adopt .hnyj-page-top .text-white,
body.body-mother-adopt .hnyj-page-top .text-white\/70,
body.body-mother-adopt .hnyj-page-top .text-white\/80,
body.body-mother-adopt .hnyj-page-top .text-white\/60,
body.body-mother-adopt .hnyj-page-top .text-lg {
  color: var(--p3-ink) !important;
}

body.body-mother-adopt .hnyj-watch-meta span,
body.body-mother-adopt .hnyj-watch-panel .flex.flex-wrap span {
  background: var(--p3-sand) !important;
  color: var(--p3-ink) !important;
  border: 0 !important;
}

body.body-mother-adopt .hnyj-page-top {
  background: transparent;
}

body.body-mother-adopt .hnyj-page-top > section.py-8,
body.body-mother-adopt .hnyj-page-top > section.py-12 {
  padding-top: 0 !important;
}

/* —— 分类页：居中刊头 + 顶栏筛选，不是侧栏 —— */
body.body-mother-adopt .hnyj-page-title {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: var(--p3-ink) !important;
  letter-spacing: 0.18em;
}

body.body-mother-adopt .hnyj-page-top > section.bg-black\/20,
body.body-mother-adopt .hnyj-page-top > section.py-12.bg-black\/20 {
  background: var(--p3-paper) !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid var(--p3-line);
  margin-bottom: 8px;
}

body.body-mother-adopt .hnyj-page-top .text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.body-mother-adopt .hnyj-cat-select {
  background: #fff !important;
  color: var(--p3-ink) !important;
  border: 1px solid var(--p3-clay) !important;
  border-radius: 2px;
  min-height: 44px;
  padding: 0 12px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

body.body-mother-adopt .overview-card {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  border-left: 5px solid var(--p3-clay) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 16px 18px;
  text-decoration: none;
  color: var(--p3-ink) !important;
}

body.body-mother-adopt .overview-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

body.body-mother-adopt .overview-card span,
body.body-mother-adopt .overview-links {
  color: var(--p3-muted) !important;
}

body.body-mother-adopt .page-hero,
body.body-mother-adopt .compact-hero,
body.body-mother-adopt .filter-panel,
body.body-mother-adopt .soft-panel,
body.body-mother-adopt .rank-panel,
body.body-mother-adopt .category-tile,
body.body-mother-adopt .content-card {
  background: var(--p3-paper) !important;
  border: 1px solid var(--p3-line) !important;
  color: var(--p3-ink) !important;
  box-shadow: none !important;
}

body.body-mother-adopt .primary-btn,
body.body-mother-adopt .quick-search button {
  background: var(--p3-clay) !important;
  border-color: var(--p3-clay2) !important;
  color: #fff8ef !important;
}

body.body-mother-adopt .filter-panel input,
body.body-mother-adopt .filter-panel select {
  background: #fff !important;
  color: var(--p3-ink) !important;
  border-color: var(--p3-line) !important;
}

body.body-mother-adopt .hnyj-pagination__num.is-active,
body.body-mother-adopt .hnyj-hot-rank__num {
  background: var(--p3-clay) !important;
  color: #fff8ef !important;
}

body.body-mother-adopt .hnyj-pagination__btn:hover:not(:disabled) {
  color: var(--p3-clay) !important;
  background: var(--p3-sand) !important;
  border-color: var(--p3-line) !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(156, 61, 40, 0.4);
}

@media (max-width: 760px) {
  body.body-mother-adopt .hnyj-header .hnyj-nav-toggle {
    display: flex !important;
  }

  body.body-mother-adopt .hnyj-header nav[aria-label="主导航"],
  .pack3-pills {
    display: none !important;
  }

  body.body-mother-adopt .hnyj-header.pack3-nav-open .pack3-pills {
    display: none !important;
  }

  body.body-mother-adopt .hnyj-hero__content {
    min-height: 280px;
    padding: 1.2rem 1rem 1.6rem !important;
  }

  body.body-mother-adopt .hnyj-hero > .absolute.inset-0 {
    height: 300px;
    min-height: 280px;
  }

  body.body-mother-adopt .hnyj-hero__actions {
    flex-direction: column !important;
  }

  body.body-mother-adopt .hnyj-section .grid.grid-cols-2.md\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pack3-dust {
    display: none;
  }

  body.body-mother-adopt .wythy-vcard,
  body.body-mother-adopt .hnyj-btn {
    transition: none !important;
  }
}
