:root {
  --landing-sky: #EED0AE;
  --landing-accent: #9E1030;
  --landing-ink: #6A282C;
  --landing-soft: #F1E8DF;
  --landing-bg: #F3ECE0;
  --landing-deep: #612E35;
}

body.theme-anime {
  background: var(--landing-bg);
  color: var(--landing-ink);
}

.theme-anime .site-header {
  background: rgba(243, 236, 224, .96);
  border-bottom-color: rgba(97, 46, 53, .18);
}

.theme-anime .site-header::after,
.theme-anime .eyebrow > span,
.theme-anime .gallery-section .split-heading::after,
.theme-anime .formats-section-head::after,
.theme-anime .feature-section-head::after,
.theme-anime .definition-section-head::after,
.theme-anime .video-gallery-section .split-heading::after {
  background: linear-gradient(90deg, #9E1030, #EED0AE, #612E35, transparent);
}

.theme-anime .site-header .desktop-nav {
  border-color: rgba(97, 46, 53, .2);
  background: rgba(238, 208, 174, .72);
}

.theme-anime .site-header .desktop-nav a,
.theme-anime .brand-copy,
.theme-anime .site-footer nav a {
  color: #6A282C;
}

.theme-anime .site-header .desktop-nav a:hover,
.theme-anime .site-header .desktop-nav a:focus-visible,
.theme-anime .site-header .desktop-nav a[aria-current="page"] {
  background: #9E1030;
  color: #F3ECE0;
}

.theme-anime .age-badge {
  border-color: rgba(158, 16, 48, .46);
  background: #EED0AE;
  color: #9E1030;
}

.theme-anime .article-hero {
  border-color: rgba(97, 46, 53, .16);
  background:
    radial-gradient(circle at 15% 18%, rgba(238, 208, 174, .82), transparent 34%),
    radial-gradient(circle at 86% 65%, rgba(241, 232, 223, .72), transparent 34%),
    linear-gradient(rgba(106, 40, 44, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 40, 44, .035) 1px, transparent 1px),
    linear-gradient(135deg, #F3ECE0, #EED0AE 68%);
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
}

.theme-anime .hero-kicker,
.theme-anime h2 em,
.theme-anime .eyebrow,
.theme-anime .type-card-link,
.theme-anime .character-profile-copy h4 {
  color: #9E1030;
}

.theme-anime .hero-title-main {
  color: #6A282C;
  background-image: linear-gradient(92deg, #6A282C, #612E35);
}

.theme-anime .hero-title-accent {
  color: #9E1030;
  background-image: linear-gradient(92deg, #9E1030, #612E35 72%, #6A282C);
}

.theme-anime .hero-description {
  border-left-color: #9E1030;
  background: rgba(243, 236, 224, .84);
  box-shadow: 0 18px 44px rgba(97, 46, 53, .1);
}

.theme-anime .hero-lead,
.theme-anime .info-panel p,
.theme-anime .video-section-intro > p,
.theme-anime .final-cta-copy > p,
.theme-anime .landing-gallery-intro > p,
.theme-anime .gallery-group-intro {
  color: #612E35;
}

.theme-anime .button-small,
.theme-anime .button-primary,
.theme-anime .final-actions .button,
.theme-anime .character-profile-image > span,
.theme-anime .formats-editor-number,
.theme-anime .feature-board-number,
.theme-anime .definition-step-number,
.theme-anime .video-card-number {
  border-color: rgba(238, 208, 174, .76) !important;
  background: linear-gradient(120deg, #612E35, #9E1030 62%, #6A282C) !important;
  color: #F3ECE0 !important;
  box-shadow: 0 13px 32px rgba(97, 46, 53, .25) !important;
}

.theme-anime .button-secondary,
.theme-anime .hero-benefits span,
.theme-anime .character-tags span,
.theme-anime .feature-board-tags span,
.theme-anime .video-tags span {
  border-color: rgba(158, 16, 48, .34) !important;
  background: rgba(238, 208, 174, .72) !important;
  color: #612E35 !important;
}

.theme-anime .video-card-description {
  display: -webkit-box;
  min-height: 4.65em;
  margin: 8px 0 0;
  overflow: hidden;
  color: #612E35;
  font-size: clamp(12px, .9vw, 14px);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 680px) {
  .theme-anime .video-card-description {
    min-height: 0;
  }
}

/* 2026-09-14: editorial content modules aligned with the home-page design. */
body.theme-anime main.article-page #about-ai-av .about-media-pair,
body.theme-anime main.article-page #enjoy .enjoy-media-pair {
  gap: clamp(20px, 2.6vw, 38px);
}

body.theme-anime main.article-page #about-ai-av .about-media-pair > *,
body.theme-anime main.article-page #enjoy .enjoy-media-pair > * {
  min-height: clamp(390px, 29vw, 490px);
}

body.theme-anime main.article-page #about-ai-av .about-intro-panel,
body.theme-anime main.article-page #enjoy .video-section-intro {
  position: relative;
  isolation: isolate;
  justify-content: center;
  padding: clamp(34px, 3.4vw, 54px);
  border: 1px solid rgba(116, 20, 43, .3) !important;
  border-left: 3px solid #9e1030 !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(158, 16, 48, .13), transparent 28%),
    linear-gradient(142deg, #f8eee2 0%, #ead1b4 100%) !important;
  color: #514448;
  box-shadow: inset 0 1px rgba(255, 255, 255, .58), 0 24px 58px rgba(62, 30, 34, .16);
}

body.theme-anime main.article-page #about-ai-av .about-intro-panel::before {
  content: none !important;
}

body.theme-anime main.article-page #about-ai-av .about-intro-panel::after,
body.theme-anime main.article-page #enjoy .video-section-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(22px, 2.6vw, 40px);
  top: clamp(22px, 2.6vw, 40px);
  width: 78px;
  height: 78px;
  border: 1px solid rgba(116, 20, 43, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(116, 20, 43, .035), 0 0 0 28px rgba(116, 20, 43, .022);
}

body.theme-anime main.article-page #about-ai-av .about-intro-title,
body.theme-anime main.article-page #enjoy .video-intro-title {
  max-width: 640px;
  margin: 0;
  color: #2c2427 !important;
  font-size: clamp(26px, 2.4vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
  letter-spacing: -.045em !important;
}

body.theme-anime main.article-page #about-ai-av .about-intro-title em,
body.theme-anime main.article-page #enjoy .video-intro-title em {
  display: block;
  margin-top: 4px;
  color: #8f1c36 !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

body.theme-anime main.article-page #about-ai-av .about-intro-copy,
body.theme-anime main.article-page #enjoy .video-intro-copy {
  max-width: 670px;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  color: #514448 !important;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 500;
  line-height: 1.72;
}

body.theme-anime main.article-page #about-ai-av .about-intro-path,
body.theme-anime main.article-page #enjoy .video-intro-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(18px, 2vw, 26px);
}

body.theme-anime main.article-page #about-ai-av .about-intro-path > span,
body.theme-anime main.article-page #enjoy .video-intro-path > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(116, 20, 43, .22);
  border-radius: 12px;
  background: rgba(255, 250, 241, .58);
  color: #4f2028;
  font-size: clamp(9px, .75vw, 11px);
  font-weight: 850;
  white-space: nowrap;
  box-shadow: inset 0 1px rgba(255, 255, 255, .52);
}

body.theme-anime main.article-page #about-ai-av .about-intro-path b,
body.theme-anime main.article-page #enjoy .video-intro-path b {
  display: inline-grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #b20d36, #74142b);
  color: #fff7eb;
  font-size: 10px;
  box-shadow: 0 8px 18px rgba(158, 16, 48, .24);
}

body.theme-anime main.article-page #enjoy .video-section-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(20px, 2.2vw, 30px);
}

body.theme-anime main.article-page #enjoy .video-section-actions .button {
  width: 100% !important;
  min-width: 0;
  min-height: 58px;
  border-radius: 999px;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

body.theme-anime main.article-page #enjoy .video-section-actions .button-secondary {
  border-color: #b77a3f !important;
  background: linear-gradient(135deg, #d9ad78, #edcfaa 54%, #c99156) !important;
  color: #3d2024 !important;
  box-shadow: 0 12px 30px rgba(94, 50, 28, .22), inset 0 1px rgba(255, 255, 255, .48) !important;
}

@media (hover: hover) {
  body.theme-anime main.article-page #enjoy .video-section-actions .button:hover,
  body.theme-anime main.article-page #videos .anime-gallery-overview-action:hover,
  body.theme-anime main.article-page #why-choose .why-choose-action:hover,
  body.theme-anime main.article-page #generation .generation-section-action:hover {
    transform: translateY(-4px) scale(1.012);
    filter: brightness(1.1) saturate(1.12);
    box-shadow: 0 20px 44px rgba(111, 16, 43, .38) !important;
  }
}

/* The gallery guide is a real H2 and uses the page's editorial hierarchy. */
body.theme-anime main.article-page #videos h2.anime-gallery-overview-title {
  max-width: 850px;
  margin: 0;
  color: #fff7eb !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  font-size: clamp(34px, 4.4vw, 68px) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .28);
}

body.theme-anime main.article-page #videos h2.anime-gallery-overview-title em {
  color: #eed0ae !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

body.theme-anime main.article-page #videos .anime-gallery-overview-steps article > span {
  width: 44px;
  height: 44px;
  border-color: rgba(246, 223, 191, .78);
  background: linear-gradient(145deg, #b20d36, #74142b);
  color: #fff7eb;
  box-shadow: 0 10px 24px rgba(158, 16, 48, .32);
}

body.theme-anime main.article-page #generation .generation-section-action {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 62px;
  margin-top: clamp(20px, 2.4vw, 34px);
  border-color: rgba(238, 208, 174, .72) !important;
  border-radius: 999px;
  background: linear-gradient(90deg, #781f33, #bd123d 50%, #781f33) !important;
  box-shadow: 0 16px 38px rgba(30, 13, 20, .3) !important;
}

@media (min-width: 981px) {
  body.theme-anime main.article-page #videos .gallery-group-intro {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  body.theme-anime main.article-page #about-ai-av .about-media-pair > *,
  body.theme-anime main.article-page #enjoy .enjoy-media-pair > * {
    min-height: 0;
  }

  body.theme-anime main.article-page #about-ai-av .section-media-frame,
  body.theme-anime main.article-page #enjoy .section-media-frame {
    min-height: clamp(250px, 48vw, 420px);
  }
}

@media (max-width: 680px) {
  body.theme-anime main.article-page #about-ai-av .about-intro-panel,
  body.theme-anime main.article-page #enjoy .video-section-intro {
    padding: 28px 20px;
  }

  body.theme-anime main.article-page #about-ai-av .about-intro-path,
  body.theme-anime main.article-page #enjoy .video-intro-path,
  body.theme-anime main.article-page #enjoy .video-section-actions {
    grid-template-columns: 1fr;
  }

  body.theme-anime main.article-page #about-ai-av .about-intro-path > span,
  body.theme-anime main.article-page #enjoy .video-intro-path > span {
    justify-content: flex-start;
    white-space: normal;
  }

  body.theme-anime main.article-page #videos h2.anime-gallery-overview-title {
    font-size: clamp(28px, 8vw, 38px) !important;
  }

  body.theme-anime main.article-page #generation .generation-section-action {
    min-height: 54px;
  }
}

.theme-anime .ticker {
  background: linear-gradient(90deg, #EED0AE, #F1E8DF, #F3ECE0, #EED0AE);
  color: #6A282C;
}

.theme-anime .models,
.theme-anime .ai-av-overview-section,
.theme-anime .accent-section,
.theme-anime .video-gallery-section {
  background: #F3ECE0;
}

.theme-anime .dark-section,
.theme-anime .final-cta {
  background:
    radial-gradient(circle at 85% 10%, rgba(158, 16, 48, .13), transparent 30%),
    linear-gradient(135deg, #EED0AE, #F3ECE0 68%);
  color: #6A282C;
}

.theme-anime .character-profile,
.theme-anime .formats-editor-item,
.theme-anime .feature-board-card,
.theme-anime .definition-points article,
.theme-anime .video-card,
.theme-anime .landing-topic-grid article {
  border-color: rgba(97, 46, 53, .14);
  background: #EED0AE;
  color: #6A282C;
  box-shadow: 0 18px 48px rgba(97, 46, 53, .12);
}

.theme-anime .formats-editor-item:nth-child(even),
.theme-anime .feature-board-card:nth-child(even),
.theme-anime .definition-points article:nth-child(even),
.theme-anime .landing-topic-grid article:nth-child(even) {
  background: #F1E8DF;
}

.theme-anime .site-footer {
  background: #612E35;
  color: #F3ECE0;
}

.theme-anime .site-footer .brand-copy,
.theme-anime .site-footer > p,
.theme-anime .site-footer nav a {
  color: #F3ECE0;
}

.theme-anime .hero-video-duo-card {
  border-color: #612E35;
  background: #612E35;
}

.theme-anime .hero-video-duo-card > span {
  background: #EED0AE;
  color: #6A282C;
}

.theme-anime .landing-gallery-intro {
  max-width: 1120px;
  margin: 0 auto 48px;
  padding: 0 max(6vw, 30px);
}

.theme-anime .landing-gallery-intro h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.05;
}

.theme-anime .landing-gallery-intro > p {
  max-width: 820px;
  margin: 20px 0 0;
}

.theme-anime .landing-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.theme-anime .landing-topic-grid article {
  padding: 24px;
  border: 1px solid;
  border-radius: 22px;
}

.theme-anime .landing-topic-grid h3,
.theme-anime .landing-topic-grid p {
  margin-top: 0;
}

.theme-anime .gallery-group-intro {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 13px;
}

.theme-anime.landing-page .article-hero h1 {
  font-size: clamp(31px, 2.65vw, 49px);
}

.theme-anime .feature-board-column {
  grid-template-rows: none;
}

.theme-anime #generation .formats-editor-list.jp-generation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 681px) {
  .theme-anime .hero-actions {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .theme-anime .hero-actions .button {
    min-width: 0;
    gap: 12px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .theme-anime #generation .formats-editor-list.jp-generation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .theme-anime .landing-gallery-intro {
    padding-inline: 20px;
  }

  .theme-anime .landing-topic-grid {
    grid-template-columns: 1fr;
  }

  .theme-anime.landing-page .article-hero h1 {
    font-size: clamp(26px, 7.3vw, 35px);
  }

  .theme-anime #generation .formats-editor-list.jp-generation-grid {
    grid-template-columns: 1fr;
  }
}

/* A single, full-width guide before the anime video gallery. */
.theme-anime .article-page #videos .anime-gallery-overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 2.5vw, 34px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(32px, 4.5vw, 64px);
  border-color: rgba(246, 223, 191, .4);
  border-radius: 30px;
  background:
    radial-gradient(circle at 4% 8%, rgba(185, 18, 58, .36), transparent 32%),
    radial-gradient(circle at 94% 88%, rgba(238, 208, 174, .16), transparent 34%),
    linear-gradient(128deg, #4f202e 0%, #34242b 54%, #25252a 100%);
  box-shadow: 0 26px 64px rgba(38, 24, 30, .2);
}

.theme-anime .article-page #videos .anime-gallery-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
}

.theme-anime .article-page #videos .anime-gallery-overview .eyebrow {
  margin: 0 0 14px;
  color: #f6dfbf !important;
}

body.theme-anime main #videos p.anime-gallery-overview-title {
  max-width: 850px;
  margin: 0;
  color: #fff7eb !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(34px, 4.4vw, 68px) !important;
  font-weight: 600 !important;
  line-height: 1.13 !important;
  letter-spacing: -.045em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .28);
}

body.theme-anime main #videos p.anime-gallery-overview-lead {
  max-width: 620px;
  margin: 0;
  padding: 3px 0 3px clamp(18px, 1.8vw, 26px);
  border-left: 3px solid #b21138;
  color: rgba(255, 247, 235, .82) !important;
  font-size: clamp(12px, 1.05vw, 15px) !important;
  line-height: 1.9 !important;
  transform: translateY(-12px);
}

.theme-anime .article-page #videos .anime-gallery-overview-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.theme-anime .article-page #videos .anime-gallery-overview-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(246, 223, 191, .22);
  border-radius: 18px;
  background: rgba(255, 247, 235, .075);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.theme-anime .article-page #videos .anime-gallery-overview-steps article:nth-child(even) {
  background: rgba(158, 16, 48, .18);
}

.theme-anime .article-page #videos .anime-gallery-overview-steps article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(246, 223, 191, .52);
  border-radius: 50%;
  color: #f6dfbf;
  font-size: 11px;
  font-weight: 900;
}

body.theme-anime main #videos .anime-gallery-overview-steps article p:first-child {
  margin: 1px 0 7px;
  color: #fff7eb !important;
  font-size: clamp(15px, 1.35vw, 19px) !important;
  font-weight: 850;
  line-height: 1.3 !important;
}

body.theme-anime main #videos .anime-gallery-overview-steps article p:last-child {
  margin: 0;
  color: rgba(255, 247, 235, .7) !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
}

.theme-anime .article-page #videos .anime-gallery-overview-action {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  border-color: rgba(255, 247, 235, .6);
  background: linear-gradient(90deg, #781f33, #bd123d 52%, #781f33);
  box-shadow: 0 16px 34px rgba(122, 13, 45, .3);
}

@media (max-width: 900px) {
  .theme-anime .article-page #videos .anime-gallery-overview-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .theme-anime .article-page #videos .anime-gallery-overview-steps {
    grid-template-columns: 1fr;
  }

  body.theme-anime main #videos p.anime-gallery-overview-lead {
    max-width: 680px;
    transform: none;
  }
}

@media (max-width: 560px) {
  .theme-anime .article-page #videos .anime-gallery-overview {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  body.theme-anime main #videos p.anime-gallery-overview-title {
    font-size: clamp(28px, 8vw, 38px) !important;
  }

  .theme-anime .article-page #videos .anime-gallery-overview-steps article {
    padding: 17px 15px;
  }
}

/* Anime closing banner: one prominent full-width action without image labels. */
body.theme-anime .final-cta .final-actions {
  width: min(100%, 720px);
  max-width: 720px;
}

body.theme-anime .final-cta .final-actions .button {
  width: 100% !important;
  max-width: 720px !important;
  min-height: 68px;
  padding-right: 68px;
  padding-left: 68px;
  border-color: rgba(255, 247, 235, .82) !important;
  background: linear-gradient(120deg, #f7e5cb 0%, #eab875 50%, #f4d8ae 100%) !important;
  color: #4b202a !important;
  font-size: 14px;
  box-shadow: 0 20px 48px rgba(24, 12, 17, .46), 0 0 0 1px rgba(158, 16, 48, .22), inset 0 1px rgba(255, 255, 255, .7) !important;
  text-shadow: none;
}

body.theme-anime .final-cta .final-actions .button > span[aria-hidden="true"] {
  position: absolute;
  right: 16px;
  margin: 0;
  border-color: rgba(75, 32, 42, .28) !important;
  background: rgba(75, 32, 42, .12) !important;
  color: #5f1b2c !important;
}

body.theme-anime .final-cta .final-actions .button:hover,
body.theme-anime .final-cta .final-actions .button:focus-visible {
  background: linear-gradient(120deg, #fff0da 0%, #f1c58b 50%, #fae2bd 100%) !important;
  color: #35151d !important;
  box-shadow: 0 24px 54px rgba(24, 12, 17, .54), 0 0 0 2px rgba(238, 208, 174, .28), inset 0 1px rgba(255, 255, 255, .78) !important;
}

@media (max-width: 680px) {
  body.theme-anime .final-cta .final-actions {
    width: 100%;
    max-width: none;
  }

  body.theme-anime .final-cta .final-actions .button {
    max-width: none !important;
    min-height: 58px;
    padding-right: 54px;
    padding-left: 54px;
    font-size: 12px;
  }
}

/* Anime feature section mirrors the revised editorial treatment on the home page. */
body.theme-anime main.article-page #features-title {
  color: #2a2a35 !important;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

body.theme-anime main.article-page #features-title em {
  color: #9e1030 !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

body.theme-anime main.article-page #features .feature-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2vw, 26px);
  padding: clamp(26px, 3vw, 42px) 0 0;
}

body.theme-anime main.article-page #features .feature-board-card {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  padding: clamp(26px, 2.5vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(97, 46, 53, .16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 5%, rgba(238, 208, 174, .78), transparent 34%),
    linear-gradient(145deg, #f7f0e7, #efe2d5);
  box-shadow: 0 22px 52px rgba(38, 38, 42, .1);
  transform: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.theme-anime main.article-page #features .feature-board-card::after {
  content: "";
  position: absolute;
  inset: auto 30px 0;
  height: 3px;
  background: linear-gradient(90deg, #9e1030, #d19a71 58%, transparent);
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) {
  border-color: rgba(238, 208, 174, .32);
  background:
    radial-gradient(circle at 94% 6%, rgba(185, 131, 145, .28), transparent 34%),
    linear-gradient(150deg, #6a282c, #3b292e 72%, #29262a);
  box-shadow: 0 26px 58px rgba(48, 28, 33, .22);
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even)::before {
  color: rgba(243, 236, 224, .14);
}

body.theme-anime main.article-page #features .feature-board-number {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 clamp(34px, 4vw, 50px);
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #9e1030 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.4vw, 50px) !important;
  font-weight: 500;
  font-style: italic;
  line-height: .9;
  letter-spacing: -.045em;
  box-shadow: none !important;
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) .feature-board-number {
  color: #eed0ae !important;
}

body.theme-anime main.article-page #features .feature-board-card h3 {
  margin-bottom: 16px;
  color: #8f1c36 !important;
  font-size: clamp(18px, 1.5vw, 22px) !important;
  line-height: 1.35;
}

body.theme-anime main.article-page #features .feature-board-card p {
  color: rgba(38, 38, 42, .7) !important;
  font-size: 12px;
  line-height: 1.75;
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) h3 {
  color: #fff8ee !important;
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) p {
  color: rgba(255, 248, 238, .76) !important;
}

body.theme-anime main.article-page #features .feature-board-tags {
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(97, 46, 53, .18);
}

body.theme-anime main.article-page #features .feature-board-tags span {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #6a282c !important;
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: .045em;
  box-shadow: none !important;
}

body.theme-anime main.article-page #features .feature-board-tags span + span::before {
  content: "／";
  margin: 0 8px;
  color: #c99156;
  font-weight: 500;
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) .feature-board-tags {
  border-top-color: rgba(238, 208, 174, .25);
}

body.theme-anime main.article-page #features .feature-board-card:nth-child(even) .feature-board-tags span {
  color: #eed0ae !important;
}

@media (hover: hover) {
  body.theme-anime main.article-page #features .feature-board-card:hover {
    border-color: rgba(158, 16, 48, .36);
    box-shadow: 0 28px 62px rgba(38, 38, 42, .16);
    transform: translateY(-6px);
  }

  body.theme-anime main.article-page #features .feature-board-card:nth-child(even):hover {
    border-color: rgba(238, 208, 174, .52);
  }
}

@media (max-width: 980px) {
  body.theme-anime main.article-page #features .feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.theme-anime main.article-page #features .feature-board {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 24px;
  }

  body.theme-anime main.article-page #features .feature-board-card {
    min-height: 0;
    padding: 26px 22px;
  }

  body.theme-anime main.article-page #features .feature-board-number {
    margin-bottom: 28px;
    font-size: 38px !important;
  }

  body.theme-anime main.article-page #features .feature-board-tags {
    margin-top: 26px;
  }
}

/* Generation cards: preserve every line of copy with the new attached artwork. */
body.theme-anime main.article-page #generation .formats-editor-item,
body.theme-anime main.article-page #generation .formats-editor-content {
  min-height: 570px;
}

body.theme-anime main.article-page #generation .formats-editor-body {
  min-height: 0;
  justify-content: flex-end;
}

body.theme-anime main.article-page #generation .formats-editor-body p,
body.theme-anime main.article-page #generation .formats-editor-item.has-background .formats-editor-body p {
  display: block;
  max-height: none;
  overflow: visible;
  font-size: 11px;
  line-height: 1.65;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

body.theme-anime main.article-page #generation .generation-card-image-01 .formats-editor-bg {
  object-position: center 24%;
}

body.theme-anime main.article-page #generation .generation-card-image-02 .formats-editor-bg {
  object-position: center 22%;
}

body.theme-anime main.article-page #generation .generation-card-image-03 .formats-editor-bg {
  object-position: center 22%;
}

body.theme-anime main.article-page #generation .generation-card-image-04 .formats-editor-bg {
  object-position: center 25%;
}

body.theme-anime main.article-page #generation .generation-card-image-05 .formats-editor-bg {
  object-position: center 22%;
}

@media (min-width: 1181px) {
  body.theme-anime main.article-page #generation .formats-editor-content {
    padding: 20px;
  }

  body.theme-anime main.article-page #generation .formats-editor-body h3 {
    font-size: clamp(15px, 1.15vw, 18px) !important;
    line-height: 1.24;
  }
}

@media (max-width: 680px) {
  body.theme-anime main.article-page #generation .formats-editor-item,
  body.theme-anime main.article-page #generation .formats-editor-content {
    min-height: 470px;
  }
}

/* Anime style guide: six complete source topics with the supplied artwork. */
body.theme-anime main.article-page #ai-av-types .jp-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-anime main.article-page #ai-av-types .jp-steps article,
body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(even) {
  min-height: 520px;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(1) {
  background-image: url("./assets/editorial/anime-style-01.webp");
  background-position: center 25%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(2) {
  background-image: url("./assets/editorial/anime-style-02.webp");
  background-position: center 23%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(3) {
  background-image: url("./assets/editorial/anime-style-03.webp");
  background-position: center 25%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(4) {
  background-image: url("./assets/editorial/anime-style-04.webp");
  background-position: center 25%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(5) {
  background-image: url("./assets/editorial/anime-style-05.webp");
  background-position: center 22%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(6) {
  background-image: url("./assets/editorial/anime-style-06.webp");
  background-position: center 24%;
}

body.theme-anime main.article-page #ai-av-types .jp-steps article > div {
  min-height: 275px;
}

body.theme-anime main.article-page #ai-av-types .jp-steps p {
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

@media (max-width: 1180px) {
  body.theme-anime main.article-page #ai-av-types .jp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.theme-anime main.article-page #ai-av-types .jp-steps {
    grid-template-columns: 1fr;
  }

  body.theme-anime main.article-page #ai-av-types .jp-steps article,
  body.theme-anime main.article-page #ai-av-types .jp-steps article:nth-child(even) {
    min-height: 500px;
  }
}

/* One editorial heading language across the eight anime-page sections. */
body.theme-anime main.article-page #characters-title,
body.theme-anime main.article-page #about-ai-av-title,
body.theme-anime main.article-page #videos-title,
body.theme-anime main.article-page #ai-av-types-title,
body.theme-anime main.article-page #anime-videos-title,
body.theme-anime main.article-page #generation-title,
body.theme-anime main.article-page #features-title,
body.theme-anime main.article-page #why-choose-title {
  color: #26262a !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  text-align: left;
}

body.theme-anime main.article-page #characters-title em,
body.theme-anime main.article-page #about-ai-av-title em,
body.theme-anime main.article-page #videos-title em,
body.theme-anime main.article-page #ai-av-types-title em,
body.theme-anime main.article-page #anime-videos-title em,
body.theme-anime main.article-page #generation-title em,
body.theme-anime main.article-page #features-title em,
body.theme-anime main.article-page #why-choose-title em {
  display: inline !important;
  color: #9e1030 !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
}

/* The same hierarchy is inverted on the dark online-viewing section. */
body.theme-anime main.article-page #enjoy #videos-title {
  color: #f3ece0 !important;
}

body.theme-anime main.article-page #enjoy #videos-title em {
  color: #eed0ae !important;
}

body.theme-anime main.article-page #videos .video-gallery-heading .eyebrow {
  margin-bottom: 18px;
}

body.theme-anime main.article-page #why-choose-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: clamp(22px, 2.4vw, 32px);
  background: linear-gradient(90deg, #9e1030, #c88f62 34%, rgba(97, 46, 53, .12));
}

@media (max-width: 680px) {
  body.theme-anime main.article-page #characters-title,
  body.theme-anime main.article-page #about-ai-av-title,
  body.theme-anime main.article-page #videos-title,
  body.theme-anime main.article-page #ai-av-types-title,
  body.theme-anime main.article-page #anime-videos-title,
  body.theme-anime main.article-page #generation-title,
  body.theme-anime main.article-page #features-title,
  body.theme-anime main.article-page #why-choose-title {
    letter-spacing: -.04em !important;
    line-height: 1.08 !important;
  }
}
