:root {
  --dmm-blue: #138ad9;
  --dmm-blue-dark: #075b9f;
  --dmm-navy: #15324b;
  --dmm-text: #29445a;
  --dmm-muted: #738797;
  --dmm-line: #e3edf4;
  --dmm-soft: #f4faff;
  --dmm-yellow: #ffd44d;
  --dmm-white: #ffffff;
}

.dmm-landing-template {
  margin: 0;
  background: #fff;
}

.dmm-page,
.dmm-page *,
.dmm-page *::before,
.dmm-page *::after {
  box-sizing: border-box;
}

.dmm-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--dmm-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.dmm-page button,
.dmm-page input {
  font: inherit;
}

.dmm-page a {
  color: inherit;
  text-decoration: none;
}

.dmm-page img {
  max-width: 100%;
}

.dmm-page h1,
.dmm-page h2,
.dmm-page h3,
.dmm-page p {
  padding: 0;
}

.dmm-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.dmm-skip-link {
  position: fixed;
  z-index: 9999;
  left: 12px;
  top: -80px;
  padding: 10px 14px;
  color: #fff !important;
  background: var(--dmm-navy);
  border-radius: 8px;
  transition: top 0.2s ease;
}

.dmm-skip-link:focus {
  top: 12px;
}

.dmm-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 0;
}

.dmm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dmm-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff !important;
}

.dmm-brand-orbit {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.07);
}

.dmm-brand-orbit svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dmm-brand-copy {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.dmm-brand-copy b {
  color: var(--dmm-yellow);
}

.dmm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.dmm-nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dmm-nav-menu li {
  margin: 0;
}

.dmm-nav-menu a {
  position: relative;
  display: block;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 650;
  transition: color 0.2s ease;
}

.dmm-nav-menu a:hover,
.dmm-nav-menu a.is-active {
  color: #fff !important;
}

.dmm-nav-menu a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  border-radius: 2px;
  background: var(--dmm-yellow);
}

.dmm-header-search {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  cursor: pointer;
}

.dmm-header-search svg,
.dmm-search-box svg,
.dmm-empty-state svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.dmm-menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
}

.dmm-menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.dmm-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(128deg, #0879c7 0%, #169fe7 52%, #65c8ef 100%);
}

.dmm-hero-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 25% 18%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 82% 24%, #fff 0 1px, transparent 2px),
    linear-gradient(120deg, transparent 46%, rgba(255, 255, 255, 0.15) 47%, transparent 49%);
  background-size: 150px 150px, 100px 100px, 100% 100%;
}

.dmm-hero-sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dmm-cloud {
  position: absolute;
  width: 180px;
  height: 54px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px;
}

.dmm-cloud::before,
.dmm-cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: inherit;
  border-radius: 50%;
}

.dmm-cloud::before {
  left: 30px;
  width: 80px;
  height: 80px;
}

.dmm-cloud::after {
  right: 20px;
  width: 110px;
  height: 100px;
}

.dmm-cloud-one {
  top: 145px;
  left: -65px;
}

.dmm-cloud-two {
  right: -80px;
  bottom: 120px;
  transform: scale(0.8);
}

.dmm-star {
  position: absolute;
  color: rgba(255, 255, 255, 0.65);
  font-style: normal;
}

.dmm-star-one {
  top: 135px;
  left: 51%;
  font-size: 20px;
}

.dmm-star-two {
  right: 5%;
  bottom: 230px;
  color: var(--dmm-yellow);
  font-size: 28px;
}

.dmm-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 64px;
  padding: 132px 0 105px;
}

.dmm-hero-copy {
  max-width: 590px;
}

.dmm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dmm-eyebrow span {
  color: var(--dmm-yellow);
}

.dmm-page .dmm-hero h1 {
  margin: 20px 0 17px;
  color: #fff;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -3.4px;
  text-transform: none;
}

.dmm-page .dmm-hero h1 strong {
  display: inline-block;
  color: var(--dmm-yellow);
  font-weight: 900;
  text-shadow: 0 4px 0 rgba(0, 74, 130, 0.16);
}

.dmm-hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.72;
}

.dmm-search-box {
  max-width: 535px;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
  padding: 0 17px;
  color: #6e8495;
  background: #fff;
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(3, 68, 113, 0.25);
}

.dmm-search-box input {
  min-width: 0;
  height: auto;
  flex: 1;
  margin: 0;
  padding: 0;
  color: var(--dmm-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-size: 14px;
}

.dmm-search-box input:focus {
  border: 0;
  box-shadow: none;
}

.dmm-search-box input::placeholder {
  color: #91a2af;
}

.dmm-search-box > span {
  padding: 5px 8px;
  color: #8ba0b0;
  background: #eff5f9;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}

.dmm-hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 22px;
}

.dmm-primary-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  color: var(--dmm-blue-dark) !important;
  background: var(--dmm-yellow);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(66, 107, 26, 0.14);
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dmm-primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(66, 107, 26, 0.2);
}

.dmm-primary-button svg {
  width: 17px;
  fill: currentColor;
}

.dmm-text-button {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  font-weight: 750;
}

.dmm-text-button span {
  margin-left: 7px;
  color: var(--dmm-yellow);
  font-size: 18px;
}

.dmm-hero-visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dmm-poster-halo {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 42px rgba(255, 255, 255, 0.05), inset 0 0 0 85px rgba(255, 255, 255, 0.04);
}

.dmm-hero-card {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1.24;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  box-shadow: 0 32px 70px rgba(2, 67, 112, 0.35);
  transform: rotate(2deg);
}

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

.dmm-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 40, 77, 0.88), transparent 58%);
}

.dmm-hero-card-overlay {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.dmm-new-badge {
  padding: 6px 8px;
  color: #123f62;
  background: var(--dmm-yellow);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
}

.dmm-hero-card-overlay div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.dmm-hero-card-overlay small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.dmm-hero-card-overlay b {
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dmm-floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: var(--dmm-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(3, 66, 108, 0.18);
  backdrop-filter: blur(12px);
}

.dmm-floating-note small {
  color: #718899;
  font-size: 10px;
  font-weight: 700;
}

.dmm-note-one {
  top: 38px;
  right: 9px;
  gap: 7px;
  font-size: 26px;
  font-weight: 900;
}

.dmm-note-one small {
  max-width: 50px;
  line-height: 1.15;
}

.dmm-note-two {
  left: 5px;
  bottom: 35px;
  gap: 8px;
}

.dmm-note-two span {
  color: #f2bd20;
  font-size: 20px;
}

.dmm-hero-wave {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -43px;
  height: 80px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}

.dmm-quick-stats {
  position: relative;
  z-index: 3;
  margin-top: -8px;
}

.dmm-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 17px 0 28px;
  background: #fff;
}

.dmm-stats-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 20px;
  border-right: 1px solid var(--dmm-line);
}

.dmm-stats-grid div:last-child {
  border-right: 0;
}

.dmm-stats-grid strong {
  color: var(--dmm-blue);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -1px;
}

.dmm-stats-grid span {
  color: var(--dmm-muted);
  font-size: 12px;
  font-weight: 650;
}

.dmm-movie-section {
  padding-top: 68px;
  padding-bottom: 104px;
}

.dmm-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.dmm-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--dmm-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.dmm-page .dmm-section-heading h2,
.dmm-page .dmm-center-heading h2 {
  margin: 0;
  color: var(--dmm-navy);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  text-transform: none;
}

.dmm-section-heading p {
  margin: 10px 0 0;
  color: var(--dmm-muted);
  font-size: 14px;
}

.dmm-section-heading > a {
  flex: 0 0 auto;
  color: var(--dmm-blue-dark) !important;
  font-size: 13px;
  font-weight: 800;
}

.dmm-section-heading > a span {
  margin-left: 6px;
  font-size: 17px;
}

.dmm-filter-row {
  display: flex;
  gap: 8px;
  margin: 29px 0 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.dmm-filter-row::-webkit-scrollbar {
  display: none;
}

.dmm-filter-row button {
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  padding: 9px 16px;
  color: #718697;
  background: #f4f8fb;
  border: 1px solid #e7eef3;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.dmm-filter-row button:hover,
.dmm-filter-row button.is-active {
  color: #fff;
  background: var(--dmm-blue);
  border-color: var(--dmm-blue);
  box-shadow: 0 7px 18px rgba(18, 138, 217, 0.2);
}

.dmm-movie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dmm-movie-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dmm-line);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(15, 73, 111, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dmm-movie-card[hidden] {
  display: none;
}

.dmm-movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 17px 38px rgba(15, 73, 111, 0.13);
}

.dmm-movie-art {
  position: relative;
  aspect-ratio: 1.48;
  overflow: hidden;
  background: linear-gradient(135deg, #128bd7, #5bc6f0);
}

.dmm-movie-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dmm-movie-card:hover .dmm-movie-art img {
  transform: scale(1.045);
}

.dmm-movie-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 31, 56, 0.5), transparent 52%);
}

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

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

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

.dmm-art-placeholder::after {
  width: 110px;
  height: 110px;
}

.dmm-art-placeholder svg {
  width: 49px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.dmm-art-placeholder span {
  position: absolute;
  right: 17px;
  bottom: 11px;
  font-size: 34px;
  font-weight: 900;
  opacity: 0.14;
}

.dmm-movie-tag {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  padding: 5px 8px;
  color: var(--dmm-navy);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 850;
  backdrop-filter: blur(7px);
}

.dmm-play-link {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--dmm-blue) !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(5, 42, 70, 0.22);
}

.dmm-play-link svg {
  width: 17px;
  fill: currentColor;
}

.dmm-movie-content {
  padding: 17px 17px 19px;
}

.dmm-movie-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8093a1;
  font-size: 10px;
  font-weight: 700;
}

.dmm-movie-meta i {
  width: 3px;
  height: 3px;
  background: #b8c7d0;
  border-radius: 50%;
}

.dmm-page .dmm-movie-content h3 {
  min-height: 42px;
  margin: 8px 0 3px;
  color: var(--dmm-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.2px;
  text-transform: none;
}

.dmm-movie-content small {
  display: block;
  overflow: hidden;
  color: #91a1ad;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dmm-movie-content p {
  min-height: 52px;
  margin: 11px 0 14px;
  color: #718694;
  font-size: 11px;
  line-height: 1.58;
}

.dmm-detail-link {
  color: var(--dmm-blue) !important;
  font-size: 10px;
  font-weight: 800;
}

.dmm-detail-link span {
  margin-left: 4px;
}

.dmm-empty-state {
  justify-items: center;
  padding: 70px 20px;
  text-align: center;
  background: var(--dmm-soft);
  border: 1px dashed #cbdde9;
  border-radius: 18px;
}

.dmm-empty-state:not([hidden]) {
  display: grid;
}

.dmm-empty-state svg {
  width: 35px;
  color: var(--dmm-blue);
}

.dmm-page .dmm-empty-state h3 {
  margin: 14px 0 5px;
  color: var(--dmm-navy);
  font-size: 20px;
  text-transform: none;
}

.dmm-empty-state p {
  margin: 0 0 18px;
  color: var(--dmm-muted);
  font-size: 13px;
}

.dmm-empty-state button {
  min-height: 0;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background: var(--dmm-blue);
  border: 0;
  border-radius: 9px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: none;
  cursor: pointer;
}

.dmm-collection-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  background: #0b67a9;
}

.dmm-collection-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -300px;
  top: -250px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, 0.025), inset 0 0 0 140px rgba(255, 255, 255, 0.025);
}

.dmm-collection-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 100px;
}

.dmm-collection-intro .dmm-kicker {
  color: #91d8ff;
}

.dmm-page .dmm-collection-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(39px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -2.6px;
  text-transform: none;
}

.dmm-collection-intro p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.dmm-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 750;
}

.dmm-outline-button span {
  color: var(--dmm-yellow);
}

.dmm-decade-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}

.dmm-decade-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.dmm-decade-card:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-6px);
}

.dmm-decade-card:nth-child(1),
.dmm-decade-card:nth-child(2) {
  grid-column: span 3;
}

.dmm-decade-card:nth-child(n + 3) {
  min-height: 206px;
  grid-column: span 2;
}

.dmm-decade-card > span {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 9px;
}

.dmm-decade-card > div {
  position: relative;
  z-index: 2;
  display: grid;
}

.dmm-decade-card small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.dmm-decade-card strong {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -1.5px;
}

.dmm-decade-card p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.dmm-decade-card > b {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  color: var(--dmm-yellow);
}

.dmm-decade-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -67px;
  bottom: -67px;
  border: 22px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

.dmm-decade-80 { background: linear-gradient(145deg, rgba(32, 189, 181, 0.36), rgba(255, 255, 255, 0.05)); }
.dmm-decade-90 { background: linear-gradient(145deg, rgba(113, 90, 213, 0.4), rgba(255, 255, 255, 0.05)); }
.dmm-decade-00 { background: linear-gradient(145deg, rgba(241, 139, 76, 0.38), rgba(255, 255, 255, 0.05)); }
.dmm-decade-10 { background: linear-gradient(145deg, rgba(28, 159, 207, 0.4), rgba(255, 255, 255, 0.05)); }
.dmm-decade-20 { background: linear-gradient(145deg, rgba(91, 180, 99, 0.36), rgba(255, 255, 255, 0.05)); }

.dmm-journey-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 78px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.dmm-journey-media {
  position: relative;
}

.dmm-journey-media::before {
  content: "";
  position: absolute;
  inset: 35px -22px -22px 35px;
  background: #e8f7ff;
  border-radius: 26px;
  transform: rotate(2deg);
}

.dmm-journey-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.18;
  display: block;
  object-fit: cover;
  border-radius: 27px;
  box-shadow: 0 25px 50px rgba(19, 84, 128, 0.16);
}

.dmm-journey-caption {
  position: absolute;
  right: -25px;
  bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  color: var(--dmm-navy);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 35px rgba(15, 74, 115, 0.2);
}

.dmm-journey-caption span {
  color: var(--dmm-blue);
  font-size: 22px;
}

.dmm-journey-caption p {
  margin: 0;
  color: #8193a0;
  font-size: 10px;
  line-height: 1.2;
}

.dmm-journey-caption b {
  color: var(--dmm-navy);
  font-size: 12px;
}

.dmm-page .dmm-journey-copy h2 {
  margin: 0 0 20px;
  color: var(--dmm-navy);
  font-size: clamp(34px, 3.5vw, 49px);
  line-height: 1.12;
  letter-spacing: -2px;
  text-transform: none;
}

.dmm-journey-copy > p {
  margin: 0 0 13px;
  color: #6f8494;
  font-size: 14px;
  line-height: 1.78;
}

.dmm-journey-points {
  display: grid;
  gap: 13px;
  margin-top: 27px;
}

.dmm-journey-points > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.dmm-journey-points > div > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--dmm-blue);
  background: #e8f7ff;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 850;
}

.dmm-journey-points p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.dmm-journey-points b {
  color: var(--dmm-navy);
  font-size: 12px;
}

.dmm-journey-points small {
  color: #8a9ba7;
  font-size: 10px;
}

.dmm-topic-section {
  padding: 94px 0 105px;
  background: #f5faff;
}

.dmm-center-heading {
  text-align: center;
}

.dmm-center-heading .dmm-kicker {
  margin-bottom: 10px;
}

.dmm-page .dmm-center-heading h2 {
  font-size: clamp(32px, 3vw, 43px);
  letter-spacing: -1.6px;
}

.dmm-center-heading p {
  margin: 10px 0 0;
  color: var(--dmm-muted);
  font-size: 13px;
}

.dmm-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-top: 35px;
}

.dmm-topic-card {
  position: relative;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  color: #fff !important;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(25, 72, 106, 0.1);
  transition: transform 0.25s ease;
}

.dmm-topic-card:hover {
  color: #fff !important;
  transform: translateY(-5px);
}

.dmm-topic-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -55px;
  top: -52px;
  border: 25px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.dmm-topic-card > span {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
}

.dmm-topic-card strong {
  font-size: 23px;
  letter-spacing: -0.7px;
}

.dmm-topic-card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
}

.dmm-topic-card b {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
}

.dmm-topic-space { background: linear-gradient(145deg, #463f99, #7776d6); }
.dmm-topic-ocean { background: linear-gradient(145deg, #027bb4, #32bfc8); }
.dmm-topic-history { background: linear-gradient(145deg, #e98146, #f1b45c); }
.dmm-topic-magic { background: linear-gradient(145deg, #8c3b91, #d16ca7); }

.dmm-news-section {
  padding-top: 106px;
  padding-bottom: 110px;
}

.dmm-news-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 27px;
  margin-top: 35px;
}

.dmm-news-featured {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dmm-line);
  border-radius: 19px;
  box-shadow: 0 10px 35px rgba(20, 77, 114, 0.07);
}

.dmm-news-image {
  overflow: hidden;
  aspect-ratio: 1.96;
  display: block;
}

.dmm-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dmm-news-featured:hover .dmm-news-image img {
  transform: scale(1.04);
}

.dmm-news-featured > div:last-child {
  padding: 22px 24px 25px;
}

.dmm-news-featured span,
.dmm-news-list > article > span {
  color: var(--dmm-blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.dmm-page .dmm-news-featured h3 {
  margin: 7px 0 8px;
  color: var(--dmm-navy);
  font-size: 21px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.dmm-news-featured p {
  margin: 0 0 15px;
  color: var(--dmm-muted);
  font-size: 12px;
  line-height: 1.7;
}

.dmm-news-featured > div > a:last-child {
  color: var(--dmm-blue) !important;
  font-size: 10px;
  font-weight: 800;
}

.dmm-news-list {
  display: grid;
  gap: 12px;
}

.dmm-news-list article {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--dmm-line);
  border-radius: 14px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.dmm-news-list article:hover {
  border-color: #a8d6f2;
  transform: translateX(3px);
}

.dmm-news-list article > span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #eef8fe;
  border-radius: 11px;
}

.dmm-page .dmm-news-list h3 {
  margin: 0 0 5px;
  color: var(--dmm-navy);
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
}

.dmm-news-list p {
  margin: 0;
  color: #91a1ad;
  font-size: 9px;
}

.dmm-news-list article > a {
  color: var(--dmm-blue) !important;
  font-weight: 800;
}

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

.dmm-cta-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 70px;
}

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

.dmm-page .dmm-cta-inner h2 {
  margin: 7px 0 8px;
  color: #fff;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.4px;
  text-transform: none;
}

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

.dmm-follow-form label {
  height: 54px;
  display: flex;
  padding: 5px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 34px rgba(2, 60, 98, 0.22);
}

.dmm-follow-form input {
  min-width: 0;
  height: auto;
  flex: 1;
  margin: 0;
  padding: 0 13px;
  color: var(--dmm-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-size: 12px;
}

.dmm-follow-form input:focus {
  border: 0;
  box-shadow: none;
}

.dmm-follow-form button {
  min-height: 0;
  margin: 0;
  padding: 0 19px;
  color: var(--dmm-blue-dark);
  background: var(--dmm-yellow);
  border: 0;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: none;
  cursor: pointer;
}

.dmm-follow-form small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
}

.dmm-form-message {
  margin: 6px 0 0;
  color: var(--dmm-yellow);
  font-size: 10px;
}

.dmm-form-message[hidden] {
  display: none;
}

.dmm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.dmm-footer {
  padding: 68px 0 20px;
  color: #9db2c2;
  background: #102c43;
}

.dmm-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 55px;
}

.dmm-footer-brand {
  margin-bottom: 16px;
}

.dmm-footer-grid > div:first-child p {
  max-width: 290px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.dmm-footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 11px;
}

.dmm-footer-grid strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
}

.dmm-footer-grid a:not(.dmm-brand) {
  color: #9db2c2 !important;
  font-size: 10px;
  transition: color 0.2s ease;
}

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

.dmm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 8px;
  line-height: 1.6;
}

.dmm-footer-bottom p {
  max-width: 650px;
  margin: 0;
}

.dmm-footer-bottom span {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .dmm-hero {
    min-height: auto;
  }

  .dmm-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .dmm-page .dmm-hero h1 {
    font-size: 52px;
  }

  .dmm-note-one {
    right: 0;
  }

  .dmm-movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dmm-nav-menu {
    gap: 18px;
  }

  .dmm-collection-layout {
    gap: 45px;
  }

  .dmm-journey-section {
    gap: 44px;
  }

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

  .dmm-footer-grid {
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .dmm-shell {
    width: min(100% - 28px, 1180px);
  }

  .dmm-header {
    padding: 15px 0;
  }

  .dmm-brand-orbit {
    width: 38px;
    height: 38px;
  }

  .dmm-brand-copy {
    font-size: 18px;
  }

  .dmm-menu-toggle {
    display: block;
  }

  .dmm-nav {
    position: absolute;
    top: 57px;
    left: 14px;
    right: 14px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 13px;
    color: var(--dmm-navy);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(4, 64, 105, 0.22);
  }

  .dmm-nav.is-open {
    display: block;
  }

  .dmm-nav-menu {
    display: grid;
    gap: 0;
  }

  .dmm-nav-menu a {
    padding: 12px 10px;
    color: var(--dmm-navy) !important;
    border-bottom: 1px solid var(--dmm-line);
  }

  .dmm-nav-menu a.is-active,
  .dmm-nav-menu a:hover {
    color: var(--dmm-blue) !important;
  }

  .dmm-nav-menu a.is-active::after,
  .dmm-header-search {
    display: none;
  }

  .dmm-hero-inner {
    grid-template-columns: 1fr;
    gap: 37px;
    padding: 105px 0 92px;
  }

  .dmm-hero-copy {
    text-align: center;
  }

  .dmm-eyebrow {
    font-size: 10px;
  }

  .dmm-page .dmm-hero h1 {
    margin-top: 16px;
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.02;
    letter-spacing: -2.5px;
  }

  .dmm-hero-copy > p {
    max-width: 510px;
    margin-inline: auto;
    font-size: 15px;
  }

  .dmm-search-box {
    height: 57px;
    margin-inline: auto;
    border-width: 4px;
  }

  .dmm-search-box > span {
    display: none;
  }

  .dmm-hero-actions {
    justify-content: center;
  }

  .dmm-hero-visual {
    min-height: 330px;
  }

  .dmm-poster-halo {
    width: 340px;
    height: 340px;
  }

  .dmm-hero-card {
    width: min(100%, 430px);
    border-width: 5px;
    border-radius: 25px;
  }

  .dmm-note-one {
    top: 0;
    right: 0;
  }

  .dmm-note-two {
    left: 0;
    bottom: 4px;
  }

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

  .dmm-stats-grid div {
    justify-content: flex-start;
    padding: 10px 15px;
  }

  .dmm-stats-grid div:nth-child(2) {
    border-right: 0;
  }

  .dmm-stats-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dmm-line);
  }

  .dmm-movie-section {
    padding-top: 48px;
  }

  .dmm-section-heading {
    align-items: flex-start;
  }

  .dmm-section-heading > a {
    display: none;
  }

  .dmm-collection-section {
    padding: 80px 0;
  }

  .dmm-collection-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dmm-collection-intro {
    max-width: 550px;
  }

  .dmm-journey-section {
    grid-template-columns: 1fr;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .dmm-journey-media {
    width: calc(100% - 18px);
  }

  .dmm-journey-caption {
    right: -15px;
  }

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

  .dmm-cta-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .dmm-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .dmm-footer-grid > div:last-child {
    display: none;
  }
}

@media (max-width: 520px) {
  .dmm-page .dmm-hero h1 {
    font-size: 42px;
  }

  .dmm-hero-actions {
    gap: 15px;
  }

  .dmm-primary-button {
    padding: 0 15px;
  }

  .dmm-hero-visual {
    min-height: 270px;
  }

  .dmm-poster-halo {
    width: 275px;
    height: 275px;
  }

  .dmm-hero-card-overlay b {
    font-size: 15px;
  }

  .dmm-floating-note {
    padding: 8px 10px;
  }

  .dmm-note-one {
    font-size: 20px;
  }

  .dmm-note-two {
    display: none;
  }

  .dmm-stats-grid strong {
    font-size: 22px;
  }

  .dmm-stats-grid span {
    font-size: 10px;
  }

  .dmm-movie-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .dmm-movie-art {
    aspect-ratio: 1.64;
  }

  .dmm-page .dmm-movie-content h3,
  .dmm-movie-content p {
    min-height: 0;
  }

  .dmm-decade-list {
    grid-template-columns: 1fr 1fr;
  }

  .dmm-decade-card:nth-child(n) {
    min-height: 180px;
    grid-column: span 1;
  }

  .dmm-decade-card:last-child {
    grid-column: span 2;
  }

  .dmm-decade-card strong {
    font-size: 31px;
  }

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

  .dmm-topic-card {
    min-height: 175px;
  }

  .dmm-news-list article {
    grid-template-columns: 52px 1fr auto;
    gap: 10px;
    padding: 13px;
  }

  .dmm-news-list article > span {
    width: 48px;
    height: 48px;
  }

  .dmm-cta-section {
    padding: 55px 0;
  }

  .dmm-follow-form label {
    height: auto;
    display: grid;
    gap: 5px;
  }

  .dmm-follow-form input {
    min-height: 43px;
  }

  .dmm-follow-form button {
    min-height: 43px;
  }

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

  .dmm-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .dmm-footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dmm-page *,
  .dmm-page *::before,
  .dmm-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
