/* Unified wine, graphite and cream palette for every page. */
:root,
body,
body.theme-anime,
body.theme-realistic,
body.theme-r18 {
  --site-header-height: 82px;
  --ink: #26262A;
  --muted: rgba(38, 38, 42, .72);
  --night: #F1E8DF;
  --night-soft: #F3ECE0;
  --panel: #F1E8DF;
  --panel-light: #F3ECE0;
  --raspberry: #9E1030;
  --raspberry-dark: #6A282C;
  --violet: #612E35;
  --violet-soft: #F1E8DF;
  --sun: #EED0AE;
  --sun-soft: #EED0AE;
  --line: rgba(38, 38, 42, .16);
  --type-copy-color: rgba(38, 38, 42, .76);
  --type-h2-accent: #9E1030;
  --type-h3-accent: #9E1030;
  --type-h4-accent: #6A282C;
  --landing-sky: #EED0AE;
  --landing-accent: #9E1030;
  --landing-ink: #26262A;
  --landing-muted: #612E35;
  --landing-soft: #F1E8DF;
  --landing-bg: #F3ECE0;
  --landing-deep: #612E35;
  --landing-highlight: #6A282C;
  --landing-panel: #F1E8DF;
}

body {
  padding-top: var(--site-header-height) !important;
  background: #F1E8DF !important;
  color: #26262A !important;
}

.site-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  width: 100%;
  background: rgba(243, 236, 224, .96) !important;
  border-bottom-color: rgba(97, 46, 53, .2) !important;
  box-shadow: 0 8px 30px rgba(38, 38, 42, .08) !important;
  transform: translateY(0);
  transition: transform .28s cubic-bezier(.22, .8, .24, 1), box-shadow .28s ease;
  will-change: transform;
}

.site-header.is-scroll-hidden {
  transform: translateY(calc(-100% - 4px));
  box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition-duration: .01ms;
  }
}

@media (max-width: 980px) {
  :root,
  body,
  body.theme-anime,
  body.theme-realistic,
  body.theme-r18 {
    --site-header-height: 70px;
  }
}

.site-header::after {
  background: linear-gradient(90deg, #9E1030, #6A282C 48%, #EED0AE, transparent) !important;
}

.site-header .brand-copy,
.site-footer .brand-copy,
.site-footer > p,
.site-footer nav a {
  color: #26262A !important;
}

.site-header .desktop-nav {
  border-color: rgba(97, 46, 53, .22) !important;
  background: rgba(241, 232, 223, .82) !important;
  box-shadow: inset 0 1px rgba(243, 236, 224, .56) !important;
}

.site-header .desktop-nav a {
  color: #612E35 !important;
}

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

.site-header .age-badge {
  border-color: rgba(158, 16, 48, .48) !important;
  background: #F3ECE0 !important;
  color: #9E1030 !important;
}

.site-header .button-small {
  border-color: rgba(238, 208, 174, .72) !important;
  background: linear-gradient(120deg, #6A282C, #9E1030 58%, #612E35) !important;
  color: #F3ECE0 !important;
  box-shadow: 0 13px 32px rgba(106, 40, 44, .28) !important;
}

.site-header .button-small:hover,
.site-header .button-small:focus-visible {
  border-color: #EED0AE !important;
  background: linear-gradient(120deg, #9E1030, #6A282C 62%, #612E35) !important;
  box-shadow: 0 16px 38px rgba(106, 40, 44, .36) !important;
}

.site-footer {
  border-top-color: rgba(97, 46, 53, .18) !important;
  background: #F3ECE0 !important;
  color: #26262A !important;
}

.site-footer::after {
  color: rgba(97, 46, 53, .07) !important;
}

.site-footer .to-top {
  border-color: rgba(97, 46, 53, .2) !important;
  background: rgba(241, 232, 223, .86) !important;
  color: #612E35 !important;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.site-footer .to-top:hover,
.site-footer .to-top:focus-visible {
  color: #9E1030 !important;
}

/* Shared dark closing CTA, adapted from the original three-card composition. */
body .final-cta {
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-height: clamp(620px, 82svh, 880px);
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  margin: clamp(10px, 1.2vw, 20px);
  padding: clamp(58px, 6vw, 104px) max(6vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(158, 16, 48, .34) !important;
  border-radius: clamp(24px, 2vw, 36px);
  background:
    radial-gradient(ellipse 70% 90% at 92% 4%, rgba(158, 16, 48, .2), transparent 66%),
    radial-gradient(ellipse 58% 76% at 4% 96%, rgba(106, 40, 44, .22), transparent 68%),
    linear-gradient(118deg, #26262A 0%, #612E35 50%, #26262A 100%) !important;
  color: #F3ECE0 !important;
  box-shadow: inset 0 1px rgba(243, 236, 224, .025), inset 0 -100px 150px rgba(38, 38, 42, .24) !important;
  text-align: left;
}

body .final-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 21%, rgba(158, 16, 48, .58) 0 5px, transparent 6px),
    radial-gradient(circle at 41% 72%, rgba(106, 40, 44, .42) 0 6px, transparent 7px),
    radial-gradient(circle at 61% 15%, rgba(97, 46, 53, .46) 0 4px, transparent 5px),
    radial-gradient(circle at 91% 62%, rgba(158, 16, 48, .54) 0 5px, transparent 6px),
    radial-gradient(circle at 27% 88%, rgba(106, 40, 44, .38) 0 4px, transparent 5px) !important;
  box-shadow: none !important;
  opacity: .68;
  pointer-events: none;
  transform: none;
}

body .final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 48% 72% at 70% 44%, rgba(158, 16, 48, .1), transparent 72%) !important;
  box-shadow: inset 0 0 130px rgba(38, 38, 42, .25) !important;
  opacity: 1;
  pointer-events: none;
}

body .final-cta .final-cta-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 0 0 0 clamp(24px, 2.5vw, 38px);
  border: 0;
  border-left: 3px solid #9E1030 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body .final-cta .final-cta-copy .eyebrow {
  justify-content: flex-start;
  margin: 0 0 22px;
  color: #EED0AE !important;
}

body .final-cta .final-cta-copy .eyebrow > span {
  background: linear-gradient(90deg, #EED0AE, #9E1030) !important;
}

body .final-cta .final-cta-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #F3ECE0 !important;
  font-size: clamp(52px, 5vw, 84px) !important;
  line-height: .94 !important;
  letter-spacing: -.065em !important;
  text-shadow: 0 4px 30px rgba(38, 38, 42, .28);
}

body .final-cta .final-title-lead {
  display: block;
  color: #F3ECE0 !important;
}

body .final-cta .final-cta-copy h2 em,
body .final-cta .final-title-accent-line {
  display: block;
  color: #EED0AE !important;
}

body .final-cta .final-cta-copy > p:not(.eyebrow) {
  max-width: 710px;
  margin: 28px 0 0;
  color: rgba(243, 236, 224, .76) !important;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.85;
}

body .final-cta .final-actions {
  justify-content: flex-start;
  margin-top: 28px;
}

body .final-cta .final-actions .button {
  border-color: rgba(238, 208, 174, .46) !important;
  background: linear-gradient(120deg, #9E1030, #6A282C 68%, #9E1030) !important;
  color: #F3ECE0 !important;
  box-shadow: 0 15px 34px rgba(158, 16, 48, .38) !important;
}

body .final-cta .final-cta-collage {
  position: relative;
  z-index: 2;
  width: min(100%, 660px);
  height: min(66vh, 590px);
  min-height: 500px;
  justify-self: center;
  isolation: isolate;
}

body .final-cta .final-cta-collage .glow {
  background: radial-gradient(circle, rgba(158, 16, 48, .3), rgba(106, 40, 44, .18) 48%, transparent 72%) !important;
}

body .final-cta .final-collage-card {
  width: 40%;
  aspect-ratio: 2 / 3;
  border: 6px solid #26262A !important;
  border-radius: 28px;
  background: #26262A !important;
  box-shadow: 0 28px 62px rgba(38, 38, 42, .48), 0 0 0 1px rgba(238, 208, 174, .2) !important;
}

body .final-cta .final-collage-card-left {
  top: 18%;
  left: 2%;
  transform: rotate(-8deg);
}

body .final-cta .final-collage-card-center {
  top: 1%;
  left: 30%;
  transform: rotate(0);
}

body .final-cta .final-collage-card-right {
  top: 18%;
  right: 2%;
  transform: rotate(8deg);
}

body .final-cta .final-collage-card span {
  border-color: rgba(243, 236, 224, .56) !important;
  background: rgba(38, 38, 42, .88) !important;
  color: #F3ECE0 !important;
}

@media (max-width: 980px) {
  body .final-cta {
    grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr);
    gap: 28px;
    padding: 48px 34px;
  }

  body .final-cta .final-cta-copy h2 {
    font-size: clamp(42px, 5.8vw, 62px) !important;
  }

  body .final-cta .final-cta-collage {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 680px) {
  body .final-cta {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 6px;
    padding: 34px 16px 28px;
    border-radius: 20px;
  }

  body .final-cta .final-cta-copy {
    width: 100%;
    max-width: 520px;
    padding: 20px 18px;
    border: 1px solid rgba(158, 16, 48, .3) !important;
    border-top: 3px solid #9E1030 !important;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(97, 46, 53, .92), rgba(38, 38, 42, .94)) !important;
    box-shadow: 0 18px 42px rgba(38, 38, 42, .26) !important;
  }

  body .final-cta .final-cta-copy .eyebrow {
    margin-bottom: 13px;
  }

  body .final-cta .final-cta-copy h2 {
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.04 !important;
  }

  body .final-cta .final-cta-copy > p:not(.eyebrow) {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.65;
  }

  body .final-cta .final-actions {
    width: 100%;
    justify-content: flex-start !important;
    margin-top: 18px;
  }

  body .final-cta .final-actions .button {
    width: auto !important;
    flex: 0 1 auto !important;
  }

  body .final-cta .final-cta-collage {
    width: min(100%, 390px);
    height: 280px;
    min-height: 280px;
  }

  body .final-cta .final-collage-card {
    width: 40%;
    border-width: 4px !important;
    border-radius: 18px;
  }
}

/* Feature cards: keep the slash separators, but remove every source of the
   horizontal highlight around the label row on both light and dark cards. */
body main.article-page #features .feature-board-card .feature-board-tags {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body main.article-page #features .feature-board-card .feature-board-tags::before,
body main.article-page #features .feature-board-card .feature-board-tags::after {
  content: none !important;
  display: none !important;
}

body main.article-page #features .feature-board-card .feature-board-tags span {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Homepage why-choose panel: a high-contrast editorial bridge into the CTA. */
body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose {
  background:
    radial-gradient(circle at 12% 20%, rgba(238, 208, 174, .42), transparent 28%),
    linear-gradient(180deg, #f1e8df 0%, #f3ece0 100%);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-frame {
  isolation: isolate;
  border-color: rgba(238, 208, 174, .34);
  background:
    radial-gradient(circle at 6% 10%, rgba(158, 16, 48, .5), transparent 34%),
    radial-gradient(circle at 94% 88%, rgba(238, 208, 174, .13), transparent 34%),
    linear-gradient(135deg, #4b2430 0%, #2c2025 48%, #211d21 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .08),
    0 32px 84px rgba(38, 38, 42, .24);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: clamp(30px, 7vw, 110px);
  left: clamp(30px, 7vw, 110px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #9e1030 18%, #eed0ae 72%, transparent);
  pointer-events: none;
}

/* Do not use AI AV text as a decorative background watermark anywhere. */
body .hero-feature-card::after,
body .site-footer::after,
body .article-page #why-choose .why-choose-frame::after {
  content: none !important;
  display: none !important;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-heading {
  align-self: stretch;
  justify-content: center;
  padding: clamp(22px, 2.6vw, 36px);
  border: 1px solid rgba(238, 208, 174, .13);
  border-left: 3px solid #b21138;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(23, 17, 20, .28), rgba(97, 46, 53, .08));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .eyebrow {
  color: #eed0ae !important;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose h2 {
  color: #fff8ee !important;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .22);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose h2 em {
  color: #eed0ae !important;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-lead {
  color: rgba(255, 248, 238, .74) !important;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-action {
  border-color: rgba(238, 208, 174, .72) !important;
  background: linear-gradient(90deg, #f4ddbd, #eed0ae) !important;
  color: #612e35 !important;
  box-shadow: 0 16px 36px rgba(5, 3, 4, .3) !important;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-action > span[aria-hidden="true"] {
  border-color: rgba(97, 46, 53, .32);
  background: rgba(97, 46, 53, .08);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-points {
  gap: 14px;
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-points article {
  position: relative;
  overflow: hidden;
  border-color: rgba(238, 208, 174, .32);
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 208, 174, .4), transparent 35%),
    linear-gradient(135deg, #fff9f0, #efe1d3);
  box-shadow: 0 18px 38px rgba(5, 3, 4, .18);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-points article::after {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9e1030, #d69a70);
}

body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-number {
  border-color: rgba(238, 208, 174, .85);
  background: linear-gradient(145deg, #b20d36, #74142b);
  box-shadow: 0 10px 26px rgba(158, 16, 48, .3);
}

@media (hover: hover) {
  body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-points article:hover {
    border-color: rgba(238, 208, 174, .72);
    box-shadow: 0 22px 44px rgba(5, 3, 4, .24);
  }
}

@media (max-width: 980px) {
  body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-heading {
    padding: clamp(22px, 5vw, 36px);
  }
}

@media (max-width: 680px) {
  body:not(.theme-anime):not(.theme-r18):not(.theme-realistic) .article-page #why-choose .why-choose-heading {
    padding: 22px 18px;
    border-radius: 17px;
  }
}


/* Inner-page parity: retain the same high-contrast hero treatment as the home page. */
body.theme-anime .article-page .article-hero,
body.theme-r18 .article-page .article-hero,
body.theme-realistic .article-page .article-hero {
  border-color: rgba(238, 208, 174, .2);
  background:
    radial-gradient(circle at 8% 10%, rgba(158, 16, 48, .32), transparent 31%),
    radial-gradient(circle at 92% 82%, rgba(97, 46, 53, .48), transparent 38%),
    linear-gradient(132deg, #25171b 0%, #171316 54%, #26262a 100%);
  color: #F3ECE0;
  box-shadow:
    inset 0 1px rgba(243, 236, 224, .035),
    inset 0 -120px 180px rgba(9, 6, 8, .22),
    0 22px 62px rgba(38, 38, 42, .18);
}

body.theme-anime .article-page .article-hero::before,
body.theme-r18 .article-page .article-hero::before,
body.theme-realistic .article-page .article-hero::before {
  background:
    linear-gradient(rgba(243, 236, 224, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 236, 224, .035) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .72;
}

body.theme-anime .article-page .article-hero::after,
body.theme-r18 .article-page .article-hero::after,
body.theme-realistic .article-page .article-hero::after {
  background:
    radial-gradient(ellipse 54% 78% at 18% 26%, rgba(158, 16, 48, .12), transparent 72%),
    linear-gradient(90deg, rgba(8, 6, 7, .1), rgba(8, 6, 7, .28));
  box-shadow: inset 0 0 140px rgba(7, 5, 6, .28);
}

/* Keep an odd third recommendation balanced inside the unified gallery transition. */
.article-page #videos .video-gallery-transition .landing-topic-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .article-page #videos .video-gallery-transition .landing-topic-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

/* Unified feature-card alignment and numbering across all four site pages. */
body main#content #features .feature-board {
  align-items: stretch;
}

body main#content #features .feature-board-card,
body main#content #features .feature-board-center .feature-board-card,
body main#content #features .feature-board-right .feature-board-card {
  box-sizing: border-box;
  height: 100%;
  align-self: stretch;
  transform: none !important;
}

body main#content #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(44px, 4vw, 62px) !important;
  padding: 0 !important;
  place-items: initial !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #9e1030 !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;
  text-shadow: 0 3px 0 rgba(97, 46, 53, .08);
  box-shadow: none !important;
}

body:not(.landing-page) main#content #features .feature-board-card:nth-child(even) .feature-board-number,
body.theme-anime main#content #features .feature-board-card:nth-child(even) .feature-board-number,
body.theme-r18 main#content #features .feature-board-card:nth-child(even) .feature-board-number,
body.theme-realistic main#content #features .feature-board-left .feature-board-card:nth-child(2) .feature-board-number,
body.theme-realistic main#content #features .feature-board-center .feature-board-card:nth-child(1) .feature-board-number,
body.theme-realistic main#content #features .feature-board-right .feature-board-card:nth-child(1) .feature-board-number {
  color: #eed0ae !important;
  text-shadow: none;
}

@media (max-width: 640px) {
  body main#content #features .feature-board-number {
    margin-bottom: 34px !important;
    font-size: 48px !important;
  }
}

/* Denser section rhythm on the two long-form catalogue pages. */
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .section,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .content-section,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > #why-choose {
  padding-top: clamp(34px, 3vw, 48px);
  padding-bottom: clamp(34px, 3vw, 48px);
}

body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .character-galleries {
  gap: clamp(28px, 3vw, 40px);
}

body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .video-gallery-groups {
  gap: clamp(24px, 2.8vw, 38px);
}

body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .gallery-section .split-heading,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .formats-section-head,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .feature-section-head,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .definition-section-head,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .faq-section-head,
body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .video-gallery-section .split-heading {
  margin-bottom: clamp(18px, 1.8vw, 24px);
}

body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .final-cta {
  padding-top: clamp(34px, 3vw, 50px);
  padding-bottom: clamp(34px, 3vw, 50px);
}

@media (max-width: 680px) {
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .section,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .content-section,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > #why-choose {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .character-galleries,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .video-gallery-groups {
    gap: 24px;
  }

  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .gallery-section .split-heading,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .formats-section-head,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .feature-section-head,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .definition-section-head,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .faq-section-head,
  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page .video-gallery-section .split-heading {
    margin-bottom: 18px;
  }

  body:is(.theme-anime, .theme-r18, .theme-realistic) main.article-page > .final-cta {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}

/* Tighter vertical rhythm between the main page blocks. */
body main.article-page > .section,
body main.article-page > .content-section,
body main.article-page > #why-choose {
  padding-top: clamp(52px, 4.5vw, 68px);
  padding-bottom: clamp(52px, 4.5vw, 68px);
}

body main.article-page .character-galleries {
  gap: clamp(40px, 4.5vw, 58px);
}

body main.article-page .video-gallery-groups {
  gap: clamp(34px, 4vw, 50px);
}

body main.article-page .gallery-section .split-heading,
body main.article-page .formats-section-head,
body main.article-page .feature-section-head,
body main.article-page .definition-section-head,
body main.article-page .faq-section-head,
body main.article-page .video-gallery-section .split-heading {
  margin-bottom: clamp(24px, 2.4vw, 30px);
}

body main.article-page > .final-cta {
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-bottom: clamp(48px, 4.5vw, 72px);
}

@media (max-width: 680px) {
  body main.article-page > .section,
  body main.article-page > .content-section,
  body main.article-page > #why-choose {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body main.article-page .character-galleries {
    gap: 36px;
  }

  body main.article-page .video-gallery-groups {
    gap: 32px;
  }

  body main.article-page .gallery-section .split-heading,
  body main.article-page .formats-section-head,
  body main.article-page .feature-section-head,
  body main.article-page .definition-section-head,
  body main.article-page .faq-section-head,
  body main.article-page .video-gallery-section .split-heading {
    margin-bottom: 22px;
  }

  body main.article-page > .final-cta {
    padding-top: 28px;
    padding-bottom: 24px;
  }
}

/* The detailed landing pages have more cards: keep them in one editorial sequence on wide screens. */
body.theme-anime .article-page #features .feature-board-column,
body.theme-r18 .article-page #features .feature-board-column,
body.theme-realistic .article-page #features .feature-board-column {
  display: contents;
}

@media (min-width: 1181px) {
  body.theme-anime .article-page #generation .formats-editor-list.jp-generation-grid,
  body.theme-realistic .article-page #generation .formats-editor-list.jp-generation-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  body.theme-anime .article-page #generation .formats-editor-item,
  body.theme-realistic .article-page #generation .formats-editor-item {
    min-height: 420px;
  }

  body.theme-anime .article-page #generation .formats-editor-content,
  body.theme-realistic .article-page #generation .formats-editor-content {
    min-height: 420px;
    padding: 18px;
  }

  body.theme-anime .article-page #features .feature-board,
  body.theme-realistic .article-page #features .feature-board {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  body.theme-anime .article-page #features .feature-board-card,
  body.theme-realistic .article-page #features .feature-board-card {
    min-height: 410px;
    padding: 22px 18px;
  }

  body.theme-anime .article-page #features .feature-board-card h3,
  body.theme-realistic .article-page #features .feature-board-card h3 {
    font-size: 16px !important;
  }

  body.theme-anime .article-page #features .feature-board-card p,
  body.theme-realistic .article-page #features .feature-board-card p {
    font-size: 11px;
    line-height: 1.65;
  }

  body.theme-anime .article-page #features .feature-board-center .feature-board-card:nth-child(odd),
  body.theme-realistic .article-page #features .feature-board-center .feature-board-card:nth-child(odd),
  body.theme-anime .article-page #features .feature-board-right .feature-board-card,
  body.theme-realistic .article-page #features .feature-board-right .feature-board-card {
    transform: translateY(18px);
  }

  body.theme-anime .article-page #features .feature-board-center .feature-board-card:nth-child(even),
  body.theme-realistic .article-page #features .feature-board-center .feature-board-card:nth-child(even) {
    transform: translateY(-18px);
  }
}

/* Inner-page why block: one cohesive editorial panel instead of two detached fragments. */
body.theme-anime .article-page #why-choose .why-choose-layout,
body.theme-r18 .article-page #why-choose .why-choose-layout,
body.theme-realistic .article-page #why-choose .why-choose-layout {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  padding: clamp(34px, 4.8vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(238, 208, 174, .28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 4% 8%, rgba(158, 16, 48, .3), transparent 34%),
    radial-gradient(circle at 96% 92%, rgba(238, 208, 174, .12), transparent 36%),
    linear-gradient(135deg, #4b2430, #26262a 76%);
  box-shadow: 0 26px 62px rgba(38, 38, 42, .18);
}

body.theme-anime .article-page #why-choose .why-choose-layout::after,
body.theme-r18 .article-page #why-choose .why-choose-layout::after,
body.theme-realistic .article-page #why-choose .why-choose-layout::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(116deg, transparent 35%, rgba(255, 255, 255, .055) 50%, transparent 66%);
  pointer-events: none;
}

body.theme-anime .article-page #why-choose .formats-editor-copy .eyebrow,
body.theme-r18 .article-page #why-choose .formats-editor-copy .eyebrow,
body.theme-realistic .article-page #why-choose .formats-editor-copy .eyebrow {
  color: #EED0AE !important;
}

body.theme-anime .article-page #why-choose .formats-editor-copy h2,
body.theme-r18 .article-page #why-choose .formats-editor-copy h2,
body.theme-realistic .article-page #why-choose .formats-editor-copy h2 {
  max-width: 620px;
  margin: 16px 0 0;
  color: #F3ECE0 !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .28);
}

body.theme-anime .article-page #why-choose .why-choose-copy,
body.theme-r18 .article-page #why-choose .why-choose-copy,
body.theme-realistic .article-page #why-choose .why-choose-copy {
  margin: 0;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(243, 236, 224, .4);
  border-left: 3px solid #9E1030;
  border-radius: 22px;
  background: rgba(243, 236, 224, .94);
  box-shadow: inset 0 1px rgba(255, 255, 255, .7);
}

body.theme-anime .article-page #why-choose .why-choose-copy p,
body.theme-r18 .article-page #why-choose .why-choose-copy p,
body.theme-realistic .article-page #why-choose .why-choose-copy p {
  color: rgba(38, 38, 42, .72) !important;
  font-size: 13px;
  line-height: 1.85;
}

body.theme-anime .article-page #why-choose .why-choose-copy .feature-board-tags,
body.theme-r18 .article-page #why-choose .why-choose-copy .feature-board-tags,
body.theme-realistic .article-page #why-choose .why-choose-copy .feature-board-tags {
  margin-top: 24px;
}

@media (max-width: 820px) {
  body.theme-anime .article-page #why-choose .why-choose-layout,
  body.theme-r18 .article-page #why-choose .why-choose-layout,
  body.theme-realistic .article-page #why-choose .why-choose-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  body.theme-anime .article-page #why-choose .why-choose-layout,
  body.theme-r18 .article-page #why-choose .why-choose-layout,
  body.theme-realistic .article-page #why-choose .why-choose-layout {
    padding: 24px 20px;
    border-radius: 22px;
  }

  body.theme-anime .article-page #why-choose .formats-editor-copy h2,
  body.theme-r18 .article-page #why-choose .formats-editor-copy h2,
  body.theme-realistic .article-page #why-choose .formats-editor-copy h2 {
    font-size: clamp(28px, 8.5vw, 38px) !important;
  }

  body.theme-anime .article-page #why-choose .why-choose-copy,
  body.theme-r18 .article-page #why-choose .why-choose-copy,
  body.theme-realistic .article-page #why-choose .why-choose-copy {
    padding: 22px 20px;
    border-radius: 18px;
  }
}

/* Keep every in-content action visually centered on narrow screens. */
@media (max-width: 680px) {
  main .hero-actions,
  main .character-gallery-action,
  main .video-gallery-action,
  main .video-section-actions,
  main .final-actions {
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }

  main .button,
  main .generation-card-link,
  main .type-card-link {
    justify-content: center !important;
    text-align: center !important;
  }

  main .hero-actions .button,
  main .character-gallery-action .button,
  main .video-gallery-action .button,
  main .video-section-actions .button,
  main .video-gallery-bridge .button,
  main .final-actions .button,
  main .why-choose-action,
  main .generation-card-link,
  main .type-card-link {
    margin-right: auto;
    margin-left: auto;
  }

  main .generation-card-link > span[aria-hidden="true"],
  main .type-card-link > span[aria-hidden="true"] {
    margin-left: 8px;
  }
}

/* Closing CTA refinement: clean imagery and a wider high-contrast action. */
body .final-cta .final-collage-card span {
  display: none !important;
}

body .final-cta .final-actions {
  width: min(100%, 560px);
}

body .final-cta .final-actions .button {
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 560px !important;
  min-height: 60px;
  justify-content: center !important;
  padding-right: 62px;
  padding-left: 62px;
  border-color: rgba(255, 244, 224, .78) !important;
  background: linear-gradient(120deg, #f4ddbf 0%, #e9b982 48%, #f1d2a7 100%) !important;
  color: #4b202a !important;
  box-shadow: 0 18px 42px rgba(24, 20, 22, .38), 0 0 0 1px rgba(158, 16, 48, .2), inset 0 1px rgba(255, 255, 255, .62) !important;
  text-align: center;
  text-shadow: none;
}

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

body .final-cta .final-actions .button:hover,
body .final-cta .final-actions .button:focus-visible {
  border-color: #fff5e7 !important;
  background: linear-gradient(120deg, #fae9d1 0%, #efc28d 48%, #f7dfbd 100%) !important;
  color: #3d1821 !important;
  box-shadow: 0 22px 48px rgba(24, 20, 22, .46), 0 0 0 2px rgba(238, 208, 174, .22), inset 0 1px rgba(255, 255, 255, .72) !important;
}

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

  body .final-cta .final-actions .button {
    max-width: none !important;
    min-height: 54px;
  }
}

/* Footer: compact editorial composition with balanced brand and navigation. */
body .site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, .55fr) minmax(560px, 1.45fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "brand nav"
    "age nav";
  align-items: center;
  gap: 14px clamp(48px, 7vw, 110px);
  min-height: 190px;
  padding: 38px max(6vw, 34px) 32px;
  border-top: 1px solid rgba(97, 46, 53, .2) !important;
  background:
    radial-gradient(circle at 8% 20%, rgba(238, 208, 174, .42), transparent 28%),
    linear-gradient(135deg, #f3ece0, #f1e8df 58%, #eadccb) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .52);
  text-align: left;
}

body .site-footer .footer-brand {
  grid-area: brand;
  justify-self: start;
  align-self: end;
  gap: 14px;
}

body .site-footer .footer-brand .brand-logo {
  width: 112px;
}

body .site-footer .footer-brand .brand-copy {
  color: #612E35 !important;
  font-size: 15px;
  letter-spacing: .01em;
}

body .site-footer .footer-nav {
  position: static;
  grid-area: nav;
  justify-self: end;
  display: flex;
  width: auto;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  border: 0;
}

body .site-footer .footer-nav > a:not(.to-top) {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #612E35 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  text-align: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

body .site-footer .footer-nav > a:not(.to-top)[aria-current="page"] {
  border-color: rgba(158, 16, 48, .2);
  background: rgba(158, 16, 48, .08);
  color: #9E1030 !important;
}

body .site-footer .footer-nav > a:not(.to-top):hover,
body .site-footer .footer-nav > a:not(.to-top):focus-visible {
  border-color: rgba(158, 16, 48, .22);
  background: rgba(255, 255, 255, .48);
  color: #9E1030 !important;
  transform: translateY(-2px);
}

body .site-footer > p {
  grid-area: age;
  justify-self: start;
  align-self: start;
  width: auto;
  margin: 2px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(97, 46, 53, .18);
  color: rgba(38, 38, 42, .66) !important;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
}

body .site-footer .to-top {
  position: static;
  width: 40px;
  height: 40px;
  margin-left: 6px;
  flex: 0 0 40px;
  transform: none;
  border-color: rgba(158, 16, 48, .25) !important;
  background: rgba(255, 255, 255, .5) !important;
  box-shadow: 0 8px 22px rgba(97, 46, 53, .1);
}

@media (max-width: 980px) {
  body .site-footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "brand"
      "nav"
      "age";
    justify-items: center;
    gap: 18px;
    min-height: 0;
    padding: 34px 24px 26px;
    text-align: center;
  }

  body .site-footer .footer-brand {
    justify-self: center;
    align-self: center;
  }

  body .site-footer .footer-nav {
    width: min(100%, 650px);
    justify-self: center;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  body .site-footer .footer-nav > a:not(.to-top) {
    min-height: 38px;
    justify-content: center;
    font-size: 10px;
    text-align: center;
  }

  body .site-footer > p {
    justify-self: center;
    width: min(100%, 650px);
    padding: 15px 48px 0;
    font-size: 8px;
    text-align: center;
    white-space: normal;
  }

  body .site-footer .to-top {
    position: static;
    margin-left: 2px;
    transform: none;
  }
}

@media (max-width: 560px) {
  body .site-footer {
    padding: 30px 18px 24px;
  }

  body .site-footer .footer-brand .brand-logo {
    width: 94px;
  }

  body .site-footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body .site-footer .footer-nav > a:not(.to-top) {
    width: 100%;
    padding-inline: 10px;
    border-color: rgba(97, 46, 53, .12);
    background: rgba(255, 255, 255, .3);
  }

  body .site-footer .to-top {
    position: absolute;
    right: 18px;
    bottom: 18px;
  }
}

/* Unified high-contrast why-choose treatment across every page. */
body .article-page #why-choose {
  background:
    radial-gradient(circle at 12% 20%, rgba(238, 208, 174, .42), transparent 28%),
    linear-gradient(180deg, #f1e8df 0%, #f3ece0 100%) !important;
}

body .article-page #why-choose .why-choose-frame,
body .article-page #why-choose .why-choose-layout {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(238, 208, 174, .34) !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 6% 10%, rgba(158, 16, 48, .5), transparent 34%),
    radial-gradient(circle at 94% 88%, rgba(238, 208, 174, .13), transparent 34%),
    linear-gradient(135deg, #4b2430 0%, #2c2025 48%, #211d21 100%) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .08),
    0 32px 84px rgba(38, 38, 42, .24) !important;
}

body .article-page #why-choose .why-choose-frame::before,
body .article-page #why-choose .why-choose-layout::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: clamp(30px, 7vw, 110px);
  left: clamp(30px, 7vw, 110px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #9e1030 18%, #eed0ae 72%, transparent);
  pointer-events: none;
}

body .article-page #why-choose .why-choose-heading,
body .article-page #why-choose .why-choose-layout .formats-editor-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  justify-content: center;
  padding: clamp(22px, 2.6vw, 36px) !important;
  border: 1px solid rgba(238, 208, 174, .13);
  border-left: 3px solid #b21138;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(23, 17, 20, .28), rgba(97, 46, 53, .08));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

body .article-page #why-choose .eyebrow {
  color: #eed0ae !important;
}

body .article-page #why-choose h2 {
  color: #fff8ee !important;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .22);
}

body .article-page #why-choose h2 em {
  color: #eed0ae !important;
}

body.theme-anime main.article-page #why-choose #why-choose-title,
body.theme-r18 main.article-page #why-choose #why-choose-title,
body.theme-realistic main.article-page #why-choose #why-choose-title {
  color: #fff8ee !important;
}

body.theme-anime main.article-page #why-choose #why-choose-title em,
body.theme-r18 main.article-page #why-choose #why-choose-title em,
body.theme-realistic main.article-page #why-choose #why-choose-title em {
  color: #eed0ae !important;
}

body .article-page #why-choose .why-choose-lead {
  color: rgba(255, 248, 238, .74) !important;
}

body .article-page #why-choose .why-choose-action {
  border-color: rgba(238, 208, 174, .72) !important;
  background: linear-gradient(90deg, #f4ddbd, #eed0ae) !important;
  color: #612e35 !important;
  box-shadow: 0 16px 36px rgba(5, 3, 4, .3) !important;
}

body .article-page #why-choose .why-choose-points {
  gap: 14px;
}

body .article-page #why-choose .why-choose-points article,
body .article-page #why-choose .why-choose-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(238, 208, 174, .32) !important;
  border-left: 3px solid #b21138 !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 208, 174, .4), transparent 35%),
    linear-gradient(135deg, #fff9f0, #efe1d3) !important;
  box-shadow: 0 18px 38px rgba(5, 3, 4, .18) !important;
}

body .article-page #why-choose .why-choose-points h3 {
  color: #612e35 !important;
}

body .article-page #why-choose .why-choose-points p,
body .article-page #why-choose .why-choose-copy p {
  color: rgba(38, 38, 42, .72) !important;
}

body .article-page #why-choose .why-choose-number {
  border-color: rgba(238, 208, 174, .85) !important;
  background: linear-gradient(145deg, #b20d36, #74142b) !important;
  box-shadow: 0 10px 26px rgba(158, 16, 48, .3) !important;
}

body .article-page #why-choose .why-choose-copy .feature-board-tags span {
  border-color: rgba(158, 16, 48, .26) !important;
  background: rgba(255, 249, 240, .58) !important;
  color: #612e35 !important;
  box-shadow: none !important;
}

@media (hover: hover) {
  body .article-page #why-choose .why-choose-points article:hover {
    border-color: rgba(238, 208, 174, .72) !important;
    box-shadow: 0 22px 44px rgba(5, 3, 4, .24) !important;
  }
}

@media (max-width: 820px) {
  body .article-page #why-choose .why-choose-frame,
  body .article-page #why-choose .why-choose-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  body .article-page #why-choose .why-choose-frame,
  body .article-page #why-choose .why-choose-layout {
    border-radius: 22px;
  }

  body .article-page #why-choose .why-choose-heading,
  body .article-page #why-choose .why-choose-layout .formats-editor-copy {
    padding: 22px 18px !important;
    border-radius: 17px;
  }
}

/* Mobile shell and hero composition shared by every page. */
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 680px) {
  :root,
  body,
  body.theme-anime,
  body.theme-realistic,
  body.theme-r18 {
    --site-header-height: 64px;
  }

  body {
    padding-top: var(--site-header-height) !important;
  }

  .site-header {
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height);
    padding: 8px 14px !important;
    gap: 10px;
  }

  .site-header .brand.brand-lockup {
    min-width: 0;
    align-items: flex-start;
  }

  .site-header .brand-lockup .brand-logo {
    width: 82px;
  }

  .site-header .brand-lockup .brand-copy,
  .site-header .age-badge {
    display: none !important;
  }

  .site-header .header-actions {
    margin-left: auto;
    gap: 8px;
  }

  .site-header .button-small {
    min-height: 40px;
    margin: 0 !important;
    padding: 8px 13px !important;
    font-size: 10px !important;
    line-height: 1.15;
    white-space: nowrap;
    text-align: center;
  }

  .site-header .mobile-menu-toggle {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid rgba(97, 46, 53, .24);
    border-radius: 50%;
    background: rgba(255, 249, 240, .9);
    color: #612e35;
    box-shadow: 0 8px 20px rgba(38, 38, 42, .1);
    cursor: pointer;
  }

  .site-header .mobile-menu-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease;
  }

  .site-header.mobile-nav-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.mobile-nav-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.mobile-nav-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .desktop-nav {
    display: none !important;
  }

  .site-header.mobile-nav-open .desktop-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(97, 46, 53, .22) !important;
    border-radius: 18px;
    background: rgba(250, 244, 235, .98) !important;
    box-shadow: 0 18px 45px rgba(38, 38, 42, .2) !important;
    backdrop-filter: blur(18px);
  }

  .site-header.mobile-nav-open .desktop-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 7px;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
  }

  main.article-page .article-hero {
    width: auto;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "heading"
      "visual"
      "description"
      "actions"
      "benefits";
    align-items: start !important;
    gap: 0 !important;
    margin: 6px !important;
    padding: 24px 18px 30px !important;
    border-radius: 22px;
  }

  main.article-page .article-hero .hero-copy {
    display: contents !important;
  }

  main.article-page .article-hero .hero-heading-group {
    grid-area: heading;
    order: initial !important;
    width: 100%;
    gap: 12px;
    margin: 0 0 16px !important;
  }

  main.article-page .article-hero .hero-kicker {
    width: fit-content;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }

  main.article-page .article-hero h1 {
    margin: 0 !important;
    font-size: clamp(29px, 8.4vw, 38px) !important;
    line-height: .98 !important;
  }

  main.article-page .article-hero .hero-visual {
    grid-area: visual;
    order: initial !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto 18px !important;
  }

  main.article-page .article-hero .hero-video-duo {
    width: min(100%, 430px) !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 !important;
  }

  main.article-page .article-hero .hero-video-duo-card,
  main.article-page .article-hero .hero-video-duo-card-r18,
  main.article-page .article-hero .hero-video-duo-card-fantasy {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 9 / 13;
    border-width: 5px;
    border-radius: 20px;
    transform: none !important;
  }

  main.article-page .article-hero .hero-description {
    grid-area: description;
    order: initial !important;
    width: 100%;
    margin: 0 !important;
  }

  main.article-page .article-hero .hero-lead {
    margin: 0 !important;
    font-size: clamp(12px, 3.25vw, 14px) !important;
    line-height: 1.72 !important;
  }

  main.article-page .article-hero .hero-actions {
    grid-area: actions;
    order: initial !important;
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 9px !important;
    margin: 18px 0 0 !important;
  }

  main.article-page .article-hero .hero-actions .button {
    width: min(100%, 380px) !important;
    min-height: 46px;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  main.article-page .article-hero .hero-benefits {
    grid-area: benefits;
    order: initial !important;
    width: 100%;
    justify-content: center !important;
    gap: 8px;
    margin: 16px auto 0 !important;
    text-align: center;
  }

  main.article-page .article-hero .hero-benefits span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  main.article-page .button {
    align-self: center;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  main.article-page .character-gallery-action,
  main.article-page .video-gallery-action,
  main.article-page .video-section-actions,
  main.article-page .how-to-action,
  main.article-page .final-actions {
    width: 100%;
    justify-content: center !important;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  main.article-page .generation-card-link,
  main.article-page .type-card-link,
  main.article-page .why-choose-action {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
