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

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

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

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

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

.theme-realistic .site-header .desktop-nav a,
.theme-realistic .brand-copy,
.theme-realistic .site-footer nav a {
  color: #612E35;
}

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

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

.theme-realistic .article-hero {
  border-color: rgba(97, 46, 53, .16);
  background:
    radial-gradient(circle at 15% 18%, rgba(241, 232, 223, .88), transparent 34%),
    radial-gradient(circle at 86% 65%, rgba(241, 232, 223, .82), 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-realistic .hero-kicker,
.theme-realistic h2 em,
.theme-realistic .eyebrow,
.theme-realistic .type-card-link,
.theme-realistic .character-profile-copy h4 {
  color: #9E1030;
}

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

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

.theme-realistic .hero-description {
  border-left-color: #9E1030;
  background: rgba(241, 232, 223, .84);
  box-shadow: 0 18px 44px rgba(97, 46, 53, .1);
}

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

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

.theme-realistic .button-secondary,
.theme-realistic .hero-benefits span,
.theme-realistic .character-tags span,
.theme-realistic .feature-board-tags span,
.theme-realistic .video-tags span {
  border-color: rgba(158, 16, 48, .34) !important;
  background: rgba(241, 232, 223, .82) !important;
  color: #612E35 !important;
}

.theme-realistic .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-realistic .video-card-description {
    min-height: 0;
  }
}

/* September realistic-page refresh: compact rhythm and shared editorial cards. */
body.theme-realistic.landing-page main.article-page #enjoy .button-primary {
  border: 1px solid rgba(238, 208, 174, .68) !important;
  background: linear-gradient(100deg, #721b2c, #b60b38 62%, #7c2732) !important;
  color: #fff8ef !important;
  box-shadow: 0 14px 30px rgba(83, 24, 38, .2) !important;
}

body.theme-realistic.landing-page main.article-page #enjoy .button-secondary {
  border: 1px solid rgba(158, 16, 48, .36) !important;
  background: linear-gradient(100deg, #f7e6cc, #ecc69f) !important;
  color: #612e35 !important;
  box-shadow: 0 12px 28px rgba(83, 24, 38, .12) !important;
}

body.theme-realistic.landing-page main.article-page #enjoy .video-section-actions .button {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

@media (hover: hover) {
  body.theme-realistic.landing-page main.article-page #enjoy .video-section-actions .button:hover {
    transform: translateY(-3px);
    filter: saturate(1.12) brightness(1.04);
    box-shadow: 0 18px 36px rgba(83, 24, 38, .28) !important;
  }
}

body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid {
  align-items: stretch;
}

body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article {
  display: flex;
  min-height: 350px;
  padding: clamp(28px, 2.5vw, 38px);
}

body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid p {
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
}

body.theme-realistic.landing-page main.article-page #ai-av-types .type-card-link {
  margin-top: auto;
  padding-top: 22px;
}

@media (min-width: 981px) {
  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article {
    grid-column: span 2;
  }

  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article:nth-child(4) {
    grid-column: 2 / span 2;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article:last-child {
    grid-column: 1 / -1;
  }
}

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

body.theme-realistic.landing-page main.article-page #generation .formats-editor-list.jp-generation-grid {
  align-items: stretch;
}

body.theme-realistic.landing-page main.article-page #generation .formats-editor-item {
  min-height: 570px;
}

body.theme-realistic.landing-page main.article-page #generation .formats-editor-content {
  min-height: 100%;
  padding: clamp(24px, 2vw, 34px);
}

body.theme-realistic.landing-page main.article-page #generation .formats-editor-body {
  min-height: 310px;
}

body.theme-realistic.landing-page main.article-page #generation .formats-editor-body p {
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

body.theme-realistic.landing-page main.article-page #generation .formats-editor-bg {
  object-position: center 24%;
}

body.theme-realistic.landing-page main.article-page #generation .generation-section-action {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 2.4vw, 34px);
  padding-inline: 64px;
  border: 1px solid rgba(238, 208, 174, .72) !important;
  border-radius: 999px;
  background: linear-gradient(100deg, #721b2c, #b60b38 58%, #7c2732) !important;
  color: #fff8ef !important;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 14px 32px rgba(83, 24, 38, .24) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

body.theme-realistic.landing-page main.article-page #generation .generation-section-action > span {
  position: absolute;
  right: 20px;
}

@media (hover: hover) {
  body.theme-realistic.landing-page main.article-page #generation .generation-section-action:hover {
    transform: translateY(-4px) scale(1.006);
    filter: brightness(1.1) saturate(1.12);
    box-shadow: 0 20px 44px rgba(83, 24, 38, .36) !important;
  }
}

body.theme-realistic.landing-page main.article-page #features .feature-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-column {
  display: contents;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(30px, 3vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(97, 46, 53, .16) !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(238, 208, 174, .52), transparent 31%),
    linear-gradient(145deg, #fbf5ec, #efe1d2) !important;
  color: #514448;
  box-shadow: 0 18px 45px rgba(74, 40, 45, .1) !important;
  transform: none;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2),
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1),
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) {
  border-color: rgba(238, 208, 174, .18) !important;
  background:
    radial-gradient(circle at 12% 5%, rgba(158, 16, 48, .23), transparent 34%),
    linear-gradient(145deg, #68282e, #3e2a30 58%, #29262a) !important;
  color: #f7eee4;
  box-shadow: 0 24px 52px rgba(54, 31, 37, .24) !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-card::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 0;
  left: 34px;
  height: 4px;
  background: linear-gradient(90deg, #a20d31, #d08f62, rgba(238, 208, 174, .12));
}

body.theme-realistic.landing-page main.article-page #features .feature-board-number {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  margin: 0 0 clamp(34px, 4.2vw, 64px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ad0b34 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(52px, 5vw, 76px) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: .82 !important;
  letter-spacing: -.06em !important;
  box-shadow: none !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2) .feature-board-number,
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1) .feature-board-number,
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) .feature-board-number {
  color: #f0c997 !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-card h3 {
  margin: 0;
  color: #9e1030 !important;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.35;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-card p {
  margin: 18px 0 24px;
  color: #5c5154 !important;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.75;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2) h3,
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1) h3,
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) h3 {
  color: #fff9f0 !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2) p,
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1) p,
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) p {
  color: #dfd1ca !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(97, 46, 53, .14);
}

body.theme-realistic.landing-page main.article-page #features .feature-board-tags span {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #682b34 !important;
  font-size: 12px;
  box-shadow: none !important;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-tags span + span::before {
  content: "/";
  margin: 0 12px;
  color: #c38758;
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2) .feature-board-tags,
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1) .feature-board-tags,
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) .feature-board-tags {
  border-top-color: rgba(238, 208, 174, .14);
}

body.theme-realistic.landing-page main.article-page #features .feature-board-left .feature-board-card:nth-child(2) .feature-board-tags span,
body.theme-realistic.landing-page main.article-page #features .feature-board-center .feature-board-card:nth-child(1) .feature-board-tags span,
body.theme-realistic.landing-page main.article-page #features .feature-board-right .feature-board-card:nth-child(1) .feature-board-tags span {
  color: #efd4af !important;
}

body.theme-realistic.landing-page main.article-page #why-choose #why-choose-title {
  font-size: clamp(32px, 3.25vw, 52px) !important;
}

@media (max-width: 980px) {
  body.theme-realistic.landing-page main.article-page #generation .formats-editor-item {
    min-height: 520px;
  }

  body.theme-realistic.landing-page main.article-page #features .feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid,
  body.theme-realistic.landing-page main.article-page #features .feature-board {
    grid-template-columns: 1fr;
  }

  body.theme-realistic.landing-page main.article-page #ai-av-types .realistic-style-grid > article,
  body.theme-realistic.landing-page main.article-page #features .feature-board-card {
    min-height: 0;
  }

  body.theme-realistic.landing-page main.article-page #generation .formats-editor-item {
    min-height: 560px;
  }

  body.theme-realistic.landing-page main.article-page #generation .formats-editor-body {
    min-height: 0;
  }

  body.theme-realistic.landing-page main.article-page #generation .generation-section-action {
    min-height: 54px;
    padding-inline: 44px;
  }
}

/* One editorial heading language across the realistic page sections. */
body.theme-realistic main.article-page #characters-title,
body.theme-realistic main.article-page #about-ai-av-title,
body.theme-realistic main.article-page #videos-title,
body.theme-realistic main.article-page #ai-av-types-title,
body.theme-realistic main.article-page #realistic-videos-title,
body.theme-realistic main.article-page #anime-videos-title,
body.theme-realistic main.article-page #generation-title,
body.theme-realistic main.article-page #features-title,
body.theme-realistic 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-realistic main.article-page #characters-title em,
body.theme-realistic main.article-page #about-ai-av-title em,
body.theme-realistic main.article-page #videos-title em,
body.theme-realistic main.article-page #ai-av-types-title em,
body.theme-realistic main.article-page #realistic-videos-title em,
body.theme-realistic main.article-page #anime-videos-title em,
body.theme-realistic main.article-page #generation-title em,
body.theme-realistic main.article-page #features-title em,
body.theme-realistic 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;
}

body.theme-realistic main.article-page #enjoy #videos-title {
  color: #f3ece0 !important;
}

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

body.theme-realistic 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-realistic main.article-page #characters-title,
  body.theme-realistic main.article-page #about-ai-av-title,
  body.theme-realistic main.article-page #videos-title,
  body.theme-realistic main.article-page #ai-av-types-title,
  body.theme-realistic main.article-page #realistic-videos-title,
  body.theme-realistic main.article-page #anime-videos-title,
  body.theme-realistic main.article-page #generation-title,
  body.theme-realistic main.article-page #features-title,
  body.theme-realistic main.article-page #why-choose-title {
    letter-spacing: -.04em !important;
    line-height: 1.08 !important;
  }
}

.theme-realistic .ticker {
  background: linear-gradient(90deg, #EED0AE, #F1E8DF, #F3ECE0, #EED0AE);
  color: #612E35;
}

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

.theme-realistic .dark-section,
.theme-realistic .final-cta {
  background:
    radial-gradient(circle at 85% 10%, rgba(106, 40, 44, .14), transparent 30%),
    linear-gradient(135deg, #F1E8DF, #F3ECE0 68%);
  color: #612E35;
}

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

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

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

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

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

.theme-realistic .hero-video-duo-card > span {
  background: #EED0AE;
  color: #612E35;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Readable editorial story panels for the realistic page. */
body.theme-realistic.landing-page main.article-page #about-ai-av .about-media-pair,
body.theme-realistic.landing-page main.article-page #enjoy .enjoy-media-pair {
  gap: clamp(20px, 2.6vw, 38px);
}

body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-panel,
body.theme-realistic.landing-page main.article-page #about-ai-av .section-media-frame,
body.theme-realistic.landing-page main.article-page #enjoy .video-section-intro,
body.theme-realistic.landing-page main.article-page #enjoy .section-media-frame {
  min-height: clamp(350px, 28vw, 440px);
}

body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-panel,
body.theme-realistic.landing-page main.article-page #enjoy .video-section-intro {
  position: relative;
  isolation: isolate;
  justify-content: center;
  padding: clamp(42px, 3.8vw, 60px);
  border: 1px solid rgba(97, 46, 53, .22) !important;
  border-left: 3px solid #9e1030 !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(158, 16, 48, .1), transparent 27%),
    linear-gradient(142deg, #f5ede3 0%, #ead3b9 100%) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .55), 0 24px 58px rgba(62, 30, 34, .14);
}

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

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

body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-copy,
body.theme-realistic.landing-page main.article-page #enjoy .video-intro-copy {
  max-width: 620px;
  margin: clamp(17px, 1.8vw, 24px) 0 0;
  color: #514448 !important;
  font-size: clamp(13px, 1.02vw, 16px) !important;
  font-weight: 500;
  line-height: 1.75 !important;
}

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

body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-path > span,
body.theme-realistic.landing-page main.article-page #enjoy .video-intro-path > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(97, 46, 53, .2);
  border-radius: 12px;
  background: rgba(255, 250, 243, .56);
  color: #4f2028;
  font-size: clamp(10px, .78vw, 12px);
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-path b,
body.theme-realistic.landing-page main.article-page #enjoy .video-intro-path b {
  color: #9e1030;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
}

body.theme-realistic.landing-page 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-realistic.landing-page main.article-page #enjoy .video-section-actions .button {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  justify-content: center;
  border-radius: 999px;
}

body.theme-realistic.landing-page main.article-page #about-ai-av .section-media-frame img,
body.theme-realistic.landing-page main.article-page #enjoy .section-media-frame img {
  object-position: center center;
}

@media (max-width: 980px) {
  body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-panel,
  body.theme-realistic.landing-page main.article-page #enjoy .video-section-intro {
    min-height: 0;
  }

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

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

  body.theme-realistic.landing-page main.article-page #about-ai-av .about-intro-title,
  body.theme-realistic.landing-page main.article-page #enjoy .video-intro-title {
    font-size: clamp(25px, 8vw, 32px) !important;
  }

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

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