/* ========== Hero redesign · 浅色电影感全幅 ========== */
.pgp-hero.yygk-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(380px, 58vh, 560px);
  display: flex;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  color: #0b1c2c;
  background: #e8f4f7;
  border: none;
}

.pgp-hero .yygk-hero__grid,
.pgp-hero .yygk-hero__orb,
.pgp-hero .yygk-hero__glow,
.pgp-hero .yygk-hero__vignette,
.pgp-hero .yygk-hero__pinstripe,
.pgp-hero .yygk-hero__panel,
.pgp-hero .yygk-hero__panel-shine,
.pgp-hero .yygk-hero__panel-corner {
  display: none !important;
}

.pgp-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 70% 20%, rgba(45, 212, 191, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 15% 80%, rgba(14, 165, 233, 0.22) 0%, transparent 50%),
    linear-gradient(165deg, #f4fbfd 0%, #dff3f6 45%, #c5e8ef 100%);
  z-index: 0;
}

.pgp-hero__film {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0 0 0 35%;
  opacity: 0.22;
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
}

.pgp-hero__film img {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
  transform: scale(1.02);
}

.pgp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0;
  text-align: left;
  animation: pgp-hero-rise 0.55s ease both;
}

.pgp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0f766e;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 184, 166, 0.28);
  backdrop-filter: blur(8px);
}

.pgp-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25);
}

.pgp-hero__title {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0b1c2c;
}

.pgp-hero__lead {
  margin: 0 0 26px;
  max-width: 28rem;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.65;
  color: #3d5a6c;
}

.pgp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pgp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pgp-hero__btn:hover {
  transform: translateY(-2px);
}

.pgp-hero__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.28);
}

.pgp-hero__btn--primary:hover {
  box-shadow: 0 14px 32px rgba(14, 165, 233, 0.38);
}

.pgp-hero__btn--ghost {
  color: #0b1c2c;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 28, 44, 0.12);
  backdrop-filter: blur(8px);
}

.pgp-hero__btn--ghost:hover {
  background: #fff;
  border-color: rgba(14, 165, 233, 0.35);
}

@keyframes pgp-hero-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .pgp-hero.yygk-hero {
    min-height: 360px;
    text-align: center;
  }

  .pgp-hero__inner {
    margin: 0 auto;
    text-align: center;
  }

  .pgp-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .pgp-hero__cta {
    justify-content: center;
  }

  .pgp-hero__film {
    padding-left: 0;
    opacity: 0.14;
    mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pgp-hero__inner {
    animation: none;
  }
}

/* ========== Detail page · 全幅电影海报构图 ========== */

.pgp-detail {
  background: #eef5f8;
}

.pgp-detail__hero {
  position: relative;
  overflow: hidden;
  color: #f4fbfd;
  min-height: clamp(420px, 62vh, 640px);
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.pgp-detail__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pgp-detail__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.06);
  filter: saturate(0.9) contrast(1.05);
}

.pgp-detail__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(4, 14, 22, 0.92) 0%, rgba(11, 28, 44, 0.78) 42%, rgba(11, 28, 44, 0.45) 70%, rgba(14, 165, 233, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 14, 22, 0.35) 0%, rgba(4, 14, 22, 0.55) 55%, #0b1c2c 100%);
}

.pgp-detail__hero-inner {
  position: relative;
  z-index: 1;
}

.pgp-detail__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 1.5rem;
  font-size: 13px;
  color: rgba(244, 251, 253, 0.62);
  animation: pgp-detail-rise 0.45s ease both;
}

.pgp-detail__crumb a {
  color: #5eead4;
  text-decoration: none;
}

.pgp-detail__crumb a:hover {
  color: #fff;
}

.pgp-detail__stage {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: end;
}

.pgp-detail__poster {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  animation: pgp-detail-rise 0.55s ease both;
}

.pgp-detail__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pgp-detail__copy {
  min-width: 0;
  padding-bottom: 0.25rem;
  animation: pgp-detail-rise 0.6s ease 0.06s both;
}

.pgp-detail__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5eead4;
}

.pgp-detail__title {
  margin: 0 0 14px;
  font-size: clamp(1.85rem, 4.8vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
}

.pgp-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 16px;
  font-size: 14px;
  color: rgba(244, 251, 253, 0.78);
}

.pgp-detail__meta a {
  color: #7dd3fc;
  text-decoration: none;
}

.pgp-detail__meta a:hover {
  color: #fff;
}

.pgp-detail__lead {
  margin: 0 0 22px;
  max-width: 38rem;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.7;
  color: rgba(226, 238, 244, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pgp-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pgp-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.pgp-detail__btn:hover {
  transform: translateY(-2px);
}

.pgp-detail__btn--play {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.32);
}

.pgp-detail__btn--play:hover {
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.42);
}

.pgp-detail__btn--more {
  color: #f4fbfd;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.pgp-detail__btn--more:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(94, 234, 212, 0.55);
}

.pgp-detail__body {
  padding: clamp(1.75rem, 4vw, 2.75rem) 16px 3rem;
}

.pgp-detail__h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0b1c2c;
  letter-spacing: -0.01em;
}

.pgp-detail__info {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.pgp-detail__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(11, 28, 44, 0.1);
}

.pgp-detail__fact {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(11, 28, 44, 0.1);
}

.pgp-detail__fact:nth-child(odd) {
  padding-right: 16px;
}

.pgp-detail__fact:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid rgba(11, 28, 44, 0.08);
}

.pgp-detail__fact dt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5b7384;
}

.pgp-detail__fact dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0b1c2c;
  line-height: 1.45;
  word-break: break-word;
}

.pgp-detail__related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}

.pgp-detail__related-head .pgp-detail__h2 {
  margin: 0;
}

.pgp-detail__more {
  font-size: 14px;
  font-weight: 600;
  color: #0ea5e9;
  text-decoration: none;
  white-space: nowrap;
}

.pgp-detail__more:hover {
  color: #14b8a6;
}

@keyframes pgp-detail-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 900px) {
  .pgp-detail__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgp-detail__fact:nth-child(odd),
  .pgp-detail__fact:nth-child(even) {
    padding-left: 0;
    padding-right: 20px;
    border-left: none;
  }

  .pgp-detail__fact:not(:nth-child(3n)) {
    padding-right: 20px;
  }
}

@media (max-width: 720px) {
  .pgp-detail__hero {
    min-height: 0;
    padding-bottom: 2rem;
  }

  .pgp-detail__stage {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    justify-items: center;
    text-align: center;
  }

  .pgp-detail__poster {
    width: min(220px, 58vw);
  }

  .pgp-detail__copy {
    width: 100%;
  }

  .pgp-detail__meta,
  .pgp-detail__cta {
    justify-content: center;
  }

  .pgp-detail__lead {
    margin-left: auto;
    margin-right: auto;
    -webkit-line-clamp: 5;
  }

  .pgp-detail__crumb {
    justify-content: center;
  }

  .pgp-detail__btn {
    flex: 1 1 auto;
    min-width: 140px;
  }

  .pgp-detail__facts {
    grid-template-columns: 1fr;
  }

  .pgp-detail__fact:nth-child(odd),
  .pgp-detail__fact:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pgp-detail__crumb,
  .pgp-detail__poster,
  .pgp-detail__copy {
    animation: none;
  }
}

/* ========== Play page · Cinema Deck ========== */

.pgp-play {
  background: #eef5f8;
}

.pgp-play__deck {
  position: relative;
  overflow: hidden;
  color: #f4fbfd;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0 clamp(1.75rem, 3.5vw, 2.5rem);
  background:
    radial-gradient(ellipse 70% 60% at 80% 0%, rgba(14, 165, 233, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 100%, rgba(20, 184, 166, 0.16) 0%, transparent 50%),
    linear-gradient(180deg, #061018 0%, #0b1c2c 55%, #102636 100%);
}

.pgp-play__glow {
  position: absolute;
  inset: auto -10% -40% auto;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18) 0%, transparent 70%);
  pointer-events: none;
  animation: pgp-play-pulse 8s ease-in-out infinite;
}

.pgp-play__deck-inner {
  position: relative;
  z-index: 1;
}

.pgp-play__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 1rem;
  font-size: 13px;
  color: rgba(244, 251, 253, 0.58);
  animation: pgp-play-rise 0.4s ease both;
}

.pgp-play__crumb a {
  color: #5eead4;
  text-decoration: none;
}

.pgp-play__crumb a:hover {
  color: #fff;
}

.pgp-play__player {
  animation: pgp-play-rise 0.5s ease both;
}

.pgp-play__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border-radius: 4px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.45);
}

.pgp-play__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.pgp-play__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: 1.35rem;
  animation: pgp-play-rise 0.55s ease 0.05s both;
}

.pgp-play__copy {
  min-width: 0;
  flex: 1 1 16rem;
}

.pgp-play__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5eead4;
}

.pgp-play__title {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
}

.pgp-play__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  font-size: 14px;
  color: rgba(244, 251, 253, 0.75);
}

.pgp-play__meta a {
  color: #7dd3fc;
  text-decoration: none;
}

.pgp-play__meta a:hover {
  color: #fff;
}

.pgp-play__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.pgp-play__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.pgp-play__btn:hover {
  transform: translateY(-2px);
}

.pgp-play__btn--ghost {
  color: #f4fbfd;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.pgp-play__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(94, 234, 212, 0.55);
}

.pgp-play__btn--soft {
  color: #0b1c2c;
  background: linear-gradient(135deg, #5eead4 0%, #7dd3fc 100%);
}

.pgp-play__btn--soft:hover {
  filter: brightness(1.04);
}

.pgp-play__body {
  padding: clamp(1.75rem, 4vw, 2.75rem) 16px 3rem;
}

.pgp-play__h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0b1c2c;
  letter-spacing: -0.01em;
}

.pgp-play__about {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.pgp-play__desc {
  margin: 0 0 1.25rem;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #3d5a6c;
}

.pgp-play__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(11, 28, 44, 0.1);
}

.pgp-play__fact {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(11, 28, 44, 0.1);
}

.pgp-play__fact:nth-child(odd) {
  padding-right: 16px;
}

.pgp-play__fact:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid rgba(11, 28, 44, 0.08);
}

.pgp-play__fact dt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5b7384;
}

.pgp-play__fact dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0b1c2c;
  line-height: 1.45;
  word-break: break-word;
}

.pgp-play__related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}

.pgp-play__related-head .pgp-play__h2 {
  margin: 0;
}

.pgp-play__more {
  font-size: 14px;
  font-weight: 600;
  color: #0ea5e9;
  text-decoration: none;
  white-space: nowrap;
}

.pgp-play__more:hover {
  color: #14b8a6;
}

@keyframes pgp-play-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pgp-play-pulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translate(0, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-4%, -3%) scale(1.06);
  }
}

@media (min-width: 900px) {
  .pgp-play__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgp-play__fact:nth-child(odd),
  .pgp-play__fact:nth-child(even) {
    padding-left: 0;
    padding-right: 20px;
    border-left: none;
  }
}

@media (max-width: 720px) {
  .pgp-play__deck {
    padding-left: 0;
    padding-right: 0;
  }

  .pgp-play__deck-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pgp-play__frame {
    border-radius: 0;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  .pgp-play__head {
    flex-direction: column;
    align-items: stretch;
  }

  .pgp-play__cta {
    width: 100%;
  }

  .pgp-play__btn {
    flex: 1 1 auto;
  }

  .pgp-play__facts {
    grid-template-columns: 1fr;
  }

  .pgp-play__fact:nth-child(odd),
  .pgp-play__fact:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pgp-play__crumb,
  .pgp-play__player,
  .pgp-play__head,
  .pgp-play__glow {
    animation: none;
  }
}

/* Theme override · Midnight Teal（深蓝海军 + 青绿，替换粉紫） */

body.body-tpl-portal.body-tpl-yygk {
  --yygk-theme: #0b1c2c;
  --yygk-theme-deep: #061018;
  --yygk-theme-mid: #123047;
  --yygk-theme-bright: #14b8a6;
  --yygk-theme-soft: #ccfbf1;
  --yygk-theme-glow: rgba(20, 184, 166, 0.38);
  --yygk-accent: #0ea5e9;
  --yygk-accent-soft: rgba(14, 165, 233, 0.28);
  --yygk-purple: #0ea5e9;
  --yygk-purple-dark: #0369a1;
  --yygk-pink: #2dd4bf;
  --yygk-rose: #14b8a6;
  --yygk-sheet: #f0f7fa;
  --yygk-ink: #0b1c2c;
  --yygk-muted: #5b7384;
  --yygk-main-paper: #eef5f8;
  --yygk-content-surface: #fcfeff;
  --yygk-content-border: rgba(20, 184, 166, 0.2);
  --yygk-content-accent-line: #14b8a6;
  --yygk-footer-bg0: #040a10;
  --yygk-footer-bg1: #0b1c2c;
  --yygk-footer-glow: rgba(14, 165, 233, 0.14);
  --neo-dual: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 55%, #0284c7 100%);
  --neo-dual-h: linear-gradient(90deg, #14b8a6 0%, #38bdf8 50%, #0ea5e9 100%);
  --bg: #eef5f8;
  --bg2: #e2eef4;
  --gold: #14b8a6;
  --gold-dim: rgba(20, 184, 166, 0.14);
}

body.body-tpl-portal.body-tpl-yygk {
  background: linear-gradient(180deg, #f7fbfd 0%, #eef5f8 42%, #e2eef4 100%);
  color: #0b1c2c;
}

/* ABABSEO · teal theme footer */

.ababseo-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  user-select: none;
}

.ababseo-mark__plane-wrap {
  position: relative;
  width: 36px;
  height: 28px;
  flex-shrink: 0;
}

.ababseo-mark__plane {
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  color: #2dd4bf;
  animation: ababseo-fly 3.6s ease-in-out infinite;
}

.ababseo-mark__plane svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ababseo-mark__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.05;
}

.ababseo-mark__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a93a3;
}

.ababseo-mark__name {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.14em;
  background: linear-gradient(105deg, #2dd4bf 0%, #fff 40%, #38bdf8 70%, #fff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ababseo-shimmer 5s ease-in-out infinite;
}

@keyframes ababseo-fly {
  0% {
    transform: translate(0, 2px) rotate(-8deg);
  }
  20% {
    transform: translate(8px, -6px) rotate(4deg);
  }
  45% {
    transform: translate(16px, 1px) rotate(-2deg);
  }
  70% {
    transform: translate(6px, -8px) rotate(10deg);
  }
  100% {
    transform: translate(0, 2px) rotate(-8deg);
  }
}

@keyframes ababseo-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Mobile drawer */
.yygk-topheader__mobile {
  display: none;
}

.yygk-topheader__mobile.is-open {
  display: block;
  padding: 12px 0 16px;
  border-top: 1px solid rgba(20, 184, 166, 0.18);
}

@media (min-width: 900px) {
  .yygk-topheader__mobile,
  .yygk-topheader__mobile.is-open {
    display: none;
  }
}

.yygk-catpage__sort {
  display: flex;
  gap: 8px;
  margin: 16px 0 20px;
}

.yygk-catpage__sort button {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(14, 165, 233, 0.28);
  background: #fff;
  color: #5b7384;
  font-weight: 600;
  cursor: pointer;
}

.yygk-catpage__sort button.is-active {
  background: linear-gradient(135deg, #14b8a6, #0ea5e9);
  border-color: transparent;
  color: #fff;
}

.yygk-catpage__more {
  display: flex;
  justify-content: center;
  margin: 28px 0 8px;
}

.yygk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 13px;
  color: #5b7384;
}

.yygk-breadcrumb a:hover {
  color: #0ea5e9;
}

.yygk-footer__col nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yygk-footer__col a {
  color: rgba(255, 255, 255, 0.7);
}

.yygk-footer__col a:hover {
  color: #2dd4bf;
}

@media (prefers-reduced-motion: reduce) {
  .ababseo-mark__plane,
  .ababseo-mark__name {
    animation: none;
  }
}
