.dmm-single-page {
  background: #fff;
}

.dmm-single-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 88px;
  color: #fff;
  background: linear-gradient(128deg, #076faf 0%, #1498dc 56%, #54c4ed 100%);
}

.dmm-single-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -50px;
  height: 82px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}

.dmm-single-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.dmm-single-orbit-one {
  width: 620px;
  height: 620px;
  right: -260px;
  top: -220px;
  box-shadow: inset 0 0 0 55px rgba(255, 255, 255, 0.025), inset 0 0 0 115px rgba(255, 255, 255, 0.025);
}

.dmm-single-orbit-two {
  width: 330px;
  height: 330px;
  left: -170px;
  bottom: -160px;
  box-shadow: inset 0 0 0 35px rgba(255, 255, 255, 0.03);
}

.dmm-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  white-space: nowrap;
}

.dmm-breadcrumb a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.dmm-breadcrumb a:hover {
  color: #fff !important;
}

.dmm-breadcrumb strong {
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-overflow: ellipsis;
}

.dmm-detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  gap: 65px;
}

.dmm-detail-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #138ad9, #63c9ef);
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  box-shadow: 0 28px 65px rgba(3, 57, 95, 0.32);
  transform: rotate(-1.4deg);
}

.dmm-detail-poster.dmm-tone-violet { background: linear-gradient(145deg, #544da9, #a6a7f6); }
.dmm-detail-poster.dmm-tone-navy { background: linear-gradient(145deg, #123b70, #3275bf); }
.dmm-detail-poster.dmm-tone-sunset { background: linear-gradient(145deg, #f28c5e, #f7c978); }
.dmm-detail-poster.dmm-tone-green { background: linear-gradient(145deg, #238c70, #81d59a); }
.dmm-detail-poster.dmm-tone-moon { background: linear-gradient(145deg, #152756, #566eb7); }
.dmm-detail-poster.dmm-tone-ocean { background: linear-gradient(145deg, #077aa1, #48d1c4); }

.dmm-detail-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dmm-detail-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.86);
}

.dmm-detail-placeholder::before,
.dmm-detail-placeholder::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.dmm-detail-placeholder::after {
  width: 160px;
  height: 160px;
}

.dmm-detail-placeholder svg {
  width: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.dmm-detail-placeholder span {
  position: absolute;
  right: 20px;
  bottom: 14px;
  font-size: 54px;
  font-weight: 900;
  opacity: 0.13;
}

.dmm-poster-label {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  color: var(--dmm-navy);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  box-shadow: 0 5px 16px rgba(0, 35, 65, 0.15);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.dmm-detail-intro {
  max-width: 710px;
}

.dmm-detail-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.dmm-detail-topics span {
  padding: 6px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dmm-page .dmm-detail-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 66px);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -3px;
  text-transform: none;
}

.dmm-original-title {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-style: italic;
}

.dmm-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.dmm-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 76, 123, 0.22);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
}

.dmm-detail-meta svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.dmm-detail-summary {
  max-width: 690px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.78;
}

.dmm-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.dmm-detail-back {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 12px;
  font-weight: 750;
}

.dmm-detail-back:hover {
  color: #fff !important;
}

.dmm-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 70px;
  padding-top: 100px;
  padding-bottom: 105px;
}

.dmm-page .dmm-detail-article h2,
.dmm-page .dmm-character-block h2 {
  margin: 0 0 22px;
  color: var(--dmm-navy);
  font-size: clamp(29px, 3vw, 39px);
  line-height: 1.17;
  letter-spacing: -1.4px;
  text-transform: none;
}

.dmm-entry-content {
  color: #536d7f;
  font-size: 15px;
  line-height: 1.82;
}

.dmm-entry-content > *:first-child {
  margin-top: 0;
}

.dmm-entry-content p {
  margin: 0 0 18px;
}

.dmm-entry-content h2 {
  margin-top: 42px !important;
  margin-bottom: 17px !important;
  font-size: 28px !important;
}

.dmm-entry-content h3 {
  margin: 31px 0 13px;
  color: var(--dmm-navy);
  font-size: 21px;
  text-transform: none;
}

.dmm-entry-content ul,
.dmm-entry-content ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.dmm-entry-content li {
  margin-bottom: 8px;
}

.dmm-entry-content img {
  height: auto;
  margin: 14px 0 22px;
  border-radius: 17px;
}

.dmm-entry-content blockquote {
  margin: 27px 0;
  padding: 20px 22px;
  color: var(--dmm-navy);
  background: #eef8fe;
  border: 0;
  border-left: 4px solid var(--dmm-blue);
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  font-style: normal;
}

.dmm-entry-content a {
  color: var(--dmm-blue) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dmm-character-block {
  margin-top: 54px;
  padding-top: 46px;
  border-top: 1px solid var(--dmm-line);
}

.dmm-page .dmm-character-block h2 {
  margin-bottom: 9px;
  font-size: 30px;
}

.dmm-character-block > p {
  margin: 0;
  color: var(--dmm-muted);
  font-size: 13px;
}

.dmm-character-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.dmm-character-list span {
  padding: 9px 13px;
  color: var(--dmm-blue-dark);
  background: #eef8fe;
  border: 1px solid #d8edf9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.dmm-movie-facts {
  position: sticky;
  top: 25px;
}

.dmm-facts-card {
  padding: 27px 25px;
  background: #fff;
  border: 1px solid var(--dmm-line);
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(15, 73, 111, 0.08);
}

.dmm-page .dmm-facts-card h2 {
  margin: 0 0 20px;
  color: var(--dmm-navy);
  font-size: 24px;
  letter-spacing: -0.7px;
  text-transform: none;
}

.dmm-facts-card dl,
.dmm-facts-card dd {
  margin: 0;
}

.dmm-facts-card dl > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-top: 1px solid #edf2f5;
}

.dmm-facts-card dt {
  color: #8a9ca9;
  font-size: 10px;
  font-weight: 650;
}

.dmm-facts-card dd {
  color: var(--dmm-navy);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.5;
}

.dmm-facts-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  padding: 15px;
  color: #718796;
  background: #f5faff;
  border-radius: 12px;
}

.dmm-facts-note > span {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dmm-blue);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.dmm-facts-note p {
  margin: 0;
  font-size: 9px;
  line-height: 1.6;
}

.dmm-trailer-section {
  padding: 95px 0 105px;
  background: #f3f9fd;
}

.dmm-video-frame {
  position: relative;
  width: min(940px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 35px auto 0;
  background: #102c43;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(15, 73, 111, 0.18);
}

.dmm-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dmm-related-section {
  padding-top: 104px;
  padding-bottom: 108px;
}

.dmm-related-grid {
  margin-top: 34px;
}

.dmm-single-news {
  padding: 95px 0 105px;
  background: #f5faff;
}

.dmm-single-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.dmm-single-news-grid article {
  padding: 23px;
  background: #fff;
  border: 1px solid var(--dmm-line);
  border-radius: 16px;
  box-shadow: 0 9px 26px rgba(20, 77, 114, 0.06);
}

.dmm-single-news-grid article > span {
  color: var(--dmm-blue);
  font-size: 9px;
  font-weight: 800;
}

.dmm-page .dmm-single-news-grid h3 {
  min-height: 44px;
  margin: 9px 0;
  color: var(--dmm-navy);
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
}

.dmm-single-news-grid p {
  min-height: 48px;
  margin: 0 0 14px;
  color: var(--dmm-muted);
  font-size: 11px;
  line-height: 1.55;
}

.dmm-single-news-grid article > a {
  color: var(--dmm-blue) !important;
  font-size: 10px;
  font-weight: 800;
}

.dmm-comments-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

.dmm-comments-section .comments-area {
  max-width: 820px;
  margin: 0 auto;
}

.dmm-comments-section .comments-title,
.dmm-comments-section .comment-reply-title {
  color: var(--dmm-navy);
  font-size: 27px;
  text-transform: none;
}

.dmm-comments-section textarea,
.dmm-comments-section input[type="text"],
.dmm-comments-section input[type="email"],
.dmm-comments-section input[type="url"] {
  border: 1px solid #dce8ef;
  border-radius: 10px;
  box-shadow: none;
}

.dmm-comments-section input[type="submit"] {
  color: #fff;
  background: var(--dmm-blue);
  border: 0;
  border-radius: 10px;
}

.dmm-detail-cta {
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(120deg, #0873ba, #19a4e6);
}

.dmm-detail-cta .dmm-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.dmm-detail-cta span {
  color: #a9e0fa;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.dmm-page .dmm-detail-cta h2 {
  margin: 7px 0 6px;
  color: #fff;
  font-size: clamp(28px, 3vw, 39px);
  letter-spacing: -1.4px;
  text-transform: none;
}

.dmm-detail-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

@media (max-width: 980px) {
  .dmm-detail-hero-grid {
    grid-template-columns: 280px 1fr;
    gap: 42px;
  }

  .dmm-detail-body {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }

  .dmm-page .dmm-detail-intro h1 {
    font-size: 48px;
  }
}

@media (max-width: 760px) {
  .dmm-single-hero {
    padding: 102px 0 78px;
  }

  .dmm-breadcrumb {
    margin-bottom: 24px;
  }

  .dmm-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dmm-detail-poster {
    width: min(330px, calc(100% - 30px));
    margin-inline: auto;
  }

  .dmm-detail-intro {
    text-align: center;
  }

  .dmm-detail-topics,
  .dmm-detail-meta,
  .dmm-detail-actions {
    justify-content: center;
  }

  .dmm-page .dmm-detail-intro h1 {
    margin-inline: auto;
    font-size: clamp(38px, 10.8vw, 51px);
    letter-spacing: -2.3px;
  }

  .dmm-detail-summary {
    margin-inline: auto;
  }

  .dmm-detail-body {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .dmm-movie-facts {
    position: static;
  }

  .dmm-trailer-section,
  .dmm-single-news {
    padding: 78px 0 85px;
  }

  .dmm-related-section {
    padding-top: 82px;
    padding-bottom: 87px;
  }

  .dmm-single-news-grid {
    grid-template-columns: 1fr;
  }

  .dmm-single-news-grid h3,
  .dmm-single-news-grid p {
    min-height: 0 !important;
  }

  .dmm-detail-cta .dmm-shell {
    display: grid;
    justify-items: start;
  }
}

@media (max-width: 520px) {
  .dmm-detail-poster {
    width: min(285px, calc(100% - 24px));
    border-width: 5px;
    border-radius: 21px;
  }

  .dmm-detail-meta {
    gap: 7px;
  }

  .dmm-detail-meta span {
    padding: 7px 9px;
    font-size: 10px;
  }

  .dmm-detail-actions {
    display: grid;
    justify-items: center;
    gap: 15px;
  }

  .dmm-page .dmm-detail-article h2,
  .dmm-page .dmm-character-block h2 {
    font-size: 28px;
  }

  .dmm-entry-content {
    font-size: 14px;
  }

  .dmm-facts-card {
    padding: 23px 19px;
  }

  .dmm-facts-card dl > div {
    grid-template-columns: 82px 1fr;
  }

  .dmm-video-frame {
    border-width: 4px;
    border-radius: 15px;
  }

  .dmm-comments-section {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
