:root {
  --dm-bg: #faf9f6;
  --dm-paper: #fffdfa;
  --dm-ink: #1f2d23;
  --dm-muted: #647265;
  --dm-primary: #1f7a63;
  --dm-primary-2: #0f5c8f;
  --dm-rumi-blue-1: #5bb8d9;
  --dm-rumi-blue-2: #1778a5;
  --dm-rumi-blue-3: #0b4f79;
  --dm-rumi-blue-4: #08344f;
  --dm-accent: #f08f36;
  --dm-border: #d8ddcf;
  --dm-radius: 18px;
  --dm-shadow: 0 18px 45px rgba(21, 29, 24, 0.08);
  --dm-header-logo-width-desktop: 180px;
  --dm-header-logo-width-mobile: 220px;
  --dm-header-logo-scale: 1;
  --dm-footer-color: #082331;
  --dm-button-color: #1778a5;
  --dm-mobile-menu-text: #ffffff;
  --dm-footer-logo-width-desktop: 280px;
  --dm-footer-logo-width-mobile: 220px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  color: var(--dm-ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(31, 122, 99, 0.07) 0, rgba(31, 122, 99, 0) 34%),
    radial-gradient(circle at 80% 0%, rgba(240, 143, 54, 0.06) 0, rgba(240, 143, 54, 0) 24%),
    var(--dm-bg);
  line-height: 1.6;
}

body.home {
  background: #fcfbf8;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration-line: underline;
  text-decoration-color: var(--dm-rumi-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

img {
  max-width: 100%;
  display: block;
}

.dm-shell {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.dm-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #f3f5f8;
  border-bottom: 0;
  transition: transform 0.26s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

.dm-header.is-hidden {
  transform: translateY(calc(-100% - 8px));
}

.dm-header.is-compact {
  --dm-header-logo-scale: 0.64;
}

.dm-header.is-compact .dm-header-row {
  padding-top: 8px;
  padding-bottom: 8px;
}

.dm-header-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0 8px;
  transition: padding 0.24s ease;
}

.dm-header-top {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "brand nav actions";
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  border: 1px solid #dde3ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.dm-brand-wrap {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  transition: min-height 0.24s ease, gap 0.24s ease;
}

.dm-logo {
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: var(--dm-primary-2);
}

.dm-logo .custom-logo {
  width: calc(var(--dm-header-logo-width-desktop) * var(--dm-header-logo-scale, 1));
  max-width: 100%;
  max-height: none;
  transition: width 0.24s ease;
}

.dm-logo-custom .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.dm-logo img {
  width: calc(var(--dm-header-logo-width-desktop) * var(--dm-header-logo-scale, 1));
  max-width: 100%;
  max-height: none;
  transition: width 0.24s ease;
}

.dm-header-quote {
  min-width: 0;
  text-align: center;
  color: #1d3652;
  margin: 0;
  padding: 6px 14px 4px;
  border-left: 3px solid rgba(23, 120, 165, 0.45);
  border-right: 3px solid rgba(23, 120, 165, 0.45);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(235, 244, 251, 0.78), rgba(255, 255, 255, 0.72));
}

.dm-header-quote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  font-style: italic;
  text-wrap: balance;
}

.dm-header-quote p::before {
  content: "“";
  margin-right: 4px;
  color: var(--dm-rumi-blue-2);
}

.dm-header-quote p::after {
  content: "”";
  margin-left: 4px;
  color: var(--dm-rumi-blue-2);
}

.dm-header-quote cite {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--dm-rumi-blue-3);
}

.dm-header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dm-header-social {
  display: flex;
  align-items: center;
}

.dm-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.dm-social-list li {
  margin: 0;
  padding: 0;
}

.dm-social-list-header {
  gap: 8px;
}

.dm-social-list-share {
  gap: 10px;
  flex-wrap: wrap;
}

.dm-social-btn {
  --dm-social-size: 40px;
  --dm-social-icon-size: 21px;
  --dm-social-icon-scale: 1;
  width: var(--dm-social-size);
  height: var(--dm-social-size);
  min-width: var(--dm-social-size);
  min-height: var(--dm-social-size);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  overflow: hidden;
  position: relative;
  padding: 0;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.dm-social-btn:hover,
.dm-social-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
  opacity: 0.92;
  text-decoration: none;
}

.dm-social-btn-header {
  --dm-social-size: 38px;
  --dm-social-icon-size: 21px;
}

.dm-social-btn-share {
  --dm-social-size: 46px;
  --dm-social-icon-size: 22px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.dm-social-btn-icon {
  width: calc(var(--dm-social-icon-size) * var(--dm-social-icon-scale));
  height: calc(var(--dm-social-icon-size) * var(--dm-social-icon-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(var(--dm-social-icon-size) * var(--dm-social-icon-scale));
  line-height: 0;
  pointer-events: none;
}

.dm-social-btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.dm-social-btn-facebook,
.dm-social-btn.share-facebook {
  background: #1877f2;
}

.dm-social-btn-x,
.dm-social-btn.share-x {
  background: #111;
}

.dm-social-btn-instagram {
  background: #e4405f;
}

.dm-social-btn-youtube {
  background: #ff0000;
}

.dm-social-btn-linkedin,
.dm-social-btn.share-linkedin {
  background: #0a66c2;
}

.dm-social-btn-telegram,
.dm-social-btn.share-telegram {
  background: #37aee2;
}

.dm-social-btn-whatsapp,
.dm-social-btn.share-whatsapp {
  background: #25d366;
}

.dm-social-btn.share-email {
  background: #aeb3bc;
}

/* Brand-specific optical balance so every logo fills the circle similarly. */
.dm-social-btn-facebook,
.dm-social-btn.share-facebook {
  --dm-social-icon-scale: 1.1;
}

.dm-social-btn-x,
.dm-social-btn.share-x {
  --dm-social-icon-scale: 0.95;
}

.dm-social-btn-instagram {
  --dm-social-icon-scale: 1.08;
}

.dm-social-btn-youtube {
  --dm-social-icon-scale: 1.06;
}

.dm-social-btn-linkedin,
.dm-social-btn.share-linkedin {
  --dm-social-icon-scale: 0.98;
}

.dm-social-btn-telegram,
.dm-social-btn.share-telegram {
  --dm-social-icon-scale: 1.03;
}

.dm-social-btn-whatsapp,
.dm-social-btn.share-whatsapp {
  --dm-social-icon-scale: 1.03;
}

.dm-nav {
  grid-area: nav;
  min-width: 0;
  width: 100%;
  align-self: center;
  background: linear-gradient(140deg, var(--dm-rumi-blue-2), var(--dm-rumi-blue-3), var(--dm-rumi-blue-4));
  border-radius: 12px;
  padding: 0 10px;
}

.dm-nav > ul,
.dm-nav > div > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}

.dm-nav > ul > li,
.dm-nav > div > ul > li {
  position: relative;
}

.dm-nav a {
  display: inline-flex;
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  min-height: 48px;
  align-items: center;
  padding: 0 16px;
  color: var(--dm-mobile-menu-text);
  border-radius: 0;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.dm-nav a:hover,
.dm-nav a:focus-visible {
  color: var(--dm-mobile-menu-text);
  opacity: 0.86;
  text-decoration-color: var(--dm-mobile-menu-text);
}

.dm-nav .menu-item-has-children > a,
.dm-nav .page_item_has_children > a {
  position: relative;
  padding-right: 30px;
}

.dm-nav .menu-item-has-children > a::after,
.dm-nav .page_item_has_children > a::after {
  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.72em;
  line-height: 1;
  opacity: 0.92;
  transition: transform 180ms ease, opacity 180ms ease;
}

.dm-nav .sub-menu,
.dm-nav .children {
  list-style: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 48;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  border-radius: 10px;
  background: #0b4f79;
  box-shadow: 0 12px 28px rgba(4, 12, 20, 0.3);
}

.dm-nav .sub-menu li,
.dm-nav .children li {
  display: block;
  margin: 0;
}

.dm-nav .sub-menu a,
.dm-nav .children a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  font-size: 0.94rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  white-space: normal;
}

.dm-nav .sub-menu .menu-item-has-children > a::after,
.dm-nav .children .page_item_has_children > a::after {
  content: "▸";
}

.dm-nav .menu-item-has-children.is-open > .sub-menu,
.dm-nav .page_item_has_children.is-open > .children {
  display: block;
}

@media (min-width: 981px) {
  .dm-nav {
    overflow: visible;
  }

  .dm-nav .menu-item-has-children:hover > .sub-menu,
  .dm-nav .menu-item-has-children:focus-within > .sub-menu,
  .dm-nav .menu-item-has-children.is-open > .sub-menu,
  .dm-nav .page_item_has_children:hover > .children,
  .dm-nav .page_item_has_children:focus-within > .children,
  .dm-nav .page_item_has_children.is-open > .children {
    display: block;
  }

  .dm-nav .menu-item-has-children:hover > a::after,
  .dm-nav .menu-item-has-children:focus-within > a::after,
  .dm-nav .menu-item-has-children.is-open > a::after,
  .dm-nav .page_item_has_children:hover > a::after,
  .dm-nav .page_item_has_children:focus-within > a::after,
  .dm-nav .page_item_has_children.is-open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

.dm-menu-toggle {
  display: none;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--dm-rumi-blue-2);
  cursor: pointer;
  box-shadow: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.dm-menu-toggle svg {
  width: 36px;
  height: 36px;
}

.dm-header.is-menu-open .dm-menu-toggle {
  background: transparent;
  box-shadow: none;
}

.dm-menu-toggle:hover,
.dm-menu-toggle:focus-visible {
  background: transparent;
  opacity: 0.86;
  transform: translateY(-1px);
}

.dm-mobile-menu-head {
  display: none;
}

.dm-search-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #163450;
  cursor: pointer;
}

.dm-search-toggle svg {
  width: 27px;
  height: 27px;
}

.dm-search-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.dm-search-modal-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(7, 31, 49, 0.78), rgba(11, 79, 121, 0.62));
  backdrop-filter: blur(3px);
}

.dm-search-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 760px);
  margin: 9vh auto 0;
  padding: 34px 34px 32px;
  border-radius: 20px;
  border: 1px solid rgba(23, 120, 165, 0.24);
  background: linear-gradient(170deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 26px 66px rgba(8, 30, 50, 0.32);
}

.dm-search-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
}

.dm-search-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #c7d9ea;
  border-radius: 50%;
  background: #ffffff;
  color: var(--dm-rumi-blue-3);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dm-search-modal-close:hover,
.dm-search-modal-close:focus-visible {
  background: var(--dm-rumi-blue-3);
  color: #fff;
  border-color: var(--dm-rumi-blue-3);
}

.dm-search-modal-eyebrow {
  margin: 0 0 8px;
  color: var(--dm-primary-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dm-search-modal h2 {
  margin: 0 0 16px;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  color: var(--dm-rumi-blue-3);
  font-size: clamp(1.6rem, 3.3vw, 2.5rem);
  line-height: 1.1;
}

.dm-search-modal-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 138px;
  gap: 12px;
}

.dm-search-modal-form input,
.dm-search-modal-form button {
  min-height: 54px;
  border-radius: 12px;
  font-size: 1rem;
}

.dm-search-modal-form input {
  border: 1px solid #c9d8e8;
  background: #fff;
  color: #193246;
  padding: 0 16px;
}

.dm-search-modal-form input:focus {
  outline: 0;
  border-color: var(--dm-rumi-blue-2);
  box-shadow: 0 0 0 3px rgba(23, 120, 165, 0.18);
}

.dm-search-modal-form button {
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(11, 79, 121, 0.26);
}

.dm-search-modal-form button:hover,
.dm-search-modal-form button:focus-visible {
  background: linear-gradient(135deg, var(--dm-rumi-blue-3), #062f4b);
}

.dm-search-results-page {
  background: #fff;
}

.dm-search-results-page .dm-slot-archive-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.dm-search-results-header {
  display: grid;
  gap: 10px;
}

.dm-search-results-summary {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #d4deeb;
  background: #f6f9ff;
  color: #38516d;
  font-size: 0.92rem;
  font-weight: 700;
}

.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-body {
  display: grid;
  gap: 8px;
}

.dm-search-results-page .dm-search-result-card > a {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: start;
  height: auto;
  gap: 14px;
  min-width: 0;
}

.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-media {
  height: auto;
  min-height: 120px;
  aspect-ratio: 4 / 3;
  background: #edf2f8;
}

.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-media img,
.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-media .dm-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-body {
  min-width: 0;
}

.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-body,
.dm-search-results-page .dm-search-result-card h2,
.dm-search-results-page .dm-search-result-card .dm-search-result-excerpt {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.dm-search-results-page .dm-search-result-card,
.dm-search-results-page .dm-search-result-card > a,
.dm-search-results-page .dm-search-result-card .dm-slot-archive-card-body,
.dm-search-results-page .dm-search-result-card h2,
.dm-search-results-page .dm-search-result-card .dm-search-result-excerpt {
  max-width: 100%;
  min-width: 0;
}

.dm-search-result-excerpt {
  margin: 0;
  color: #5a6377;
  font-size: 0.95rem;
  line-height: 1.5;
}

.dm-search-empty {
  border: 1px solid #d8e1ec;
  border-radius: 18px;
  padding: clamp(18px, 3.5vw, 28px);
  background: linear-gradient(165deg, #ffffff, #f8fbff);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.dm-search-empty h2 {
  margin: 0 0 10px;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  color: var(--dm-rumi-blue-3);
}

.dm-search-empty p {
  margin: 0;
  color: #5d6880;
}

.dm-search-empty-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(130deg, var(--dm-primary), var(--dm-primary-2));
  font-weight: 700;
}

.dm-search-empty-link:hover,
.dm-search-empty-link:focus-visible {
  text-decoration: none;
  opacity: 0.92;
}

@media (max-width: 980px) {
  .dm-search-results-page .dm-search-result-card > a {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 12px;
  }

  .dm-search-results-page .dm-search-result-card .dm-slot-archive-card-media {
    min-height: 100px;
  }
}

@media (max-width: 680px) {
  .dm-search-results-page,
  .single-article-page {
    overflow-x: clip;
  }

  .dm-search-results-page .dm-search-result-card > a {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dm-search-results-page .dm-search-result-card .dm-slot-archive-card-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .dm-search-results-page .dm-search-result-card .dm-slot-archive-card-body {
    padding: 12px 12px 14px;
    gap: 6px;
  }

  .dm-search-results-page .dm-search-result-card .dm-slot-archive-card h2,
  .dm-search-results-page .dm-search-result-card h2 {
    font-size: 1rem;
    line-height: 1.28;
  }

  .dm-search-result-excerpt {
    font-size: 0.9rem;
    line-height: 1.42;
  }
}

.dm-main {
  padding: 30px 0 72px;
}

.dm-breadcrumb-bar {
  background: transparent;
  border-bottom: 0;
  padding: 0;
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.dm-breadcrumb-bar .dm-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.dm-breadcrumb {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.dm-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.dm-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--dm-rumi-blue-3);
  font-size: 0.88rem;
  font-weight: 400;
}

.dm-breadcrumb li + li::before {
  content: "›";
  margin: 0 8px;
  color: rgba(11, 79, 121, 0.55);
}

.dm-breadcrumb a,
.dm-breadcrumb span {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.dm-breadcrumb a:hover,
.dm-breadcrumb a:focus-visible {
  color: var(--dm-rumi-blue-2);
  text-decoration-color: var(--dm-rumi-blue-2);
}

.home .dm-main {
  padding-top: 0;
}

.single .dm-main {
  padding-top: 0;
}

.dm-top-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-template-areas:
    "featured aside"
    "quote aside";
  align-items: stretch;
  gap: 26px;
  margin: 0;
}

.dm-mobile-rumi-quote {
  display: block;
  margin: 12px 0 0;
  padding: 10px 12px 8px;
  border-left: 3px solid rgba(23, 120, 165, 0.45);
  border-right: 3px solid rgba(23, 120, 165, 0.45);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(235, 244, 251, 0.88), rgba(255, 255, 255, 0.84));
  color: #1d3652;
  text-align: center;
}

.dm-mobile-rumi-quote p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.46;
  font-style: italic;
  font-weight: 700;
}

.dm-mobile-rumi-quote cite {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--dm-rumi-blue-3);
}

.dm-featured-stage {
  position: relative;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.home .dm-mobile-rumi-quote {
  grid-area: quote;
}

.home .dm-featured-stage {
  grid-area: featured;
}

.home .dm-top-announcements {
  grid-area: aside;
  height: 100%;
}

.dm-featured-slides {
  position: relative;
}

.dm-featured-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.dm-featured-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.dm-featured-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  line-height: 0;
  overflow: hidden;
  box-shadow: var(--dm-shadow);
}

.dm-featured-image-link img,
.dm-featured-image-link .dm-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-featured-image-link .dm-placeholder {
  display: grid;
  place-items: center;
  line-height: 1.35;
}

.dm-featured-panel {
  position: relative;
  margin-top: -46px;
  margin-left: clamp(10px, 1.6vw, 22px);
  width: min(90%, 940px);
  padding: clamp(10px, 1.35vw, 18px);
  border-radius: 0;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(23, 120, 165, 0.94) 0%, rgba(11, 79, 121, 0.95) 58%, rgba(8, 52, 79, 0.97) 100%);
  box-shadow: 0 16px 42px rgba(4, 12, 20, 0.34);
  backdrop-filter: blur(2px);
}

.dm-featured-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dm-featured-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: #11372f;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.2);
}

.dm-featured-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(8, 16, 26, 0.38);
}

.dm-featured-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  padding: 0;
}

.dm-featured-dot.is-active {
  background: #fff;
}

.dm-top-announcements .dm-widget {
  height: 100%;
  position: static;
}

.home .dm-top-announcements .dm-widget-announcements {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dm-featured-panel h1 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: clamp(1.02rem, 1.7vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.dm-featured-panel h1 a {
  color: inherit;
}

.dm-featured-title-accent {
  display: block;
  width: min(240px, 48%);
  height: 4px;
  border-radius: 999px;
  margin: 7px 0 0;
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
}

.dm-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
}

.dm-grid-no-sidebar {
  grid-template-columns: 1fr;
}

.dm-content-column {
  display: grid;
  gap: 20px;
}

.dm-home-rails {
  display: grid;
  gap: 18px;
}

.dm-rail-section {
  display: grid;
  gap: 14px;
}

.home .dm-home-rails .dm-rail-section {
  border-top: 1px solid rgba(23, 120, 165, 0.22);
  padding-top: 14px;
}

.dm-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dm-rail-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dm-rail-head h2 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: 1.72rem;
  line-height: 1.1;
  position: relative;
  padding-bottom: 10px;
  color: var(--dm-rumi-blue-3);
}

.dm-rail-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
}

.dm-rail-prev,
.dm-rail-next {
  width: 34px;
  height: 34px;
  border: 1px solid #d4dae3;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #173f35;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.dm-rail-prev:hover,
.dm-rail-next:hover {
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
  border-color: transparent;
  color: #fff;
}

.dm-rail-prev.is-hidden,
.dm-rail-next.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dm-rail-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.dm-rail-track::-webkit-scrollbar {
  display: none;
}

.dm-rail-card {
  flex: 0 0 calc((100% - 56px) / 5);
  scroll-snap-align: start;
  background: var(--dm-paper);
  border: 1px solid var(--dm-border);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow: var(--dm-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dm-rail-card a {
  display: block;
}

.dm-rail-card:hover,
.dm-rail-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(23, 120, 165, 0.55);
  box-shadow: 0 18px 36px rgba(8, 52, 79, 0.16);
}

.dm-rail-card-empty {
  display: grid;
  align-content: center;
}

.dm-rail-media {
  height: 220px;
  overflow: hidden;
}

.dm-rail-media img,
.dm-rail-media .dm-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-rail-media .dm-placeholder {
  min-height: 0;
}

.dm-rail-body {
  padding: 14px 16px 16px;
}

.dm-rail-body h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.28;
  color: var(--dm-rumi-blue-3);
  text-decoration-line: underline;
  text-decoration-color: var(--dm-rumi-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.dm-rail-meta {
  margin: 8px 0 0;
  color: var(--dm-muted);
  font-size: 0.92rem;
}

.dm-rail-footer {
  display: flex;
  justify-content: flex-end;
}

.dm-rail-more {
  min-height: 44px;
  padding: 0 22px;
  border: 2px solid var(--dm-button-color);
  border-radius: 999px;
  background: #fff;
  color: var(--dm-button-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 800;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dm-rail-more:hover,
.dm-rail-more:focus-visible {
  border-color: var(--dm-rumi-blue-3);
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
  color: #fff;
}

.dm-widget-empty {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.95rem;
}

.dm-lead-card,
.dm-section,
.dm-widget,
.dm-mini-card,
.dm-card,
.dm-timeline-item,
.dm-single-post,
.dm-page-article,
.dm-simple-item {
  background: var(--dm-paper);
  border: 1px solid var(--dm-border);
  border-radius: var(--dm-radius);
  box-shadow: var(--dm-shadow);
}

.dm-lead-media img,
.dm-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-lead-media {
  max-height: 390px;
  overflow: hidden;
  border-radius: var(--dm-radius) var(--dm-radius) 0 0;
}

.dm-lead-body {
  padding: 18px 22px 22px;
}

.dm-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  background: #e6f5f1;
  color: #0d6b56;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dm-lead-body h2 {
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  margin: 10px 0 8px;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.dm-mini-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.dm-mini-card a {
  display: block;
  padding: 16px 18px;
}

.dm-mini-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.dm-mini-card span {
  font-size: 0.85rem;
  color: var(--dm-muted);
}

.dm-section {
  padding: 18px;
}

.dm-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.dm-section-head h2 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: 1.3rem;
}

.dm-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dm-card a {
  display: block;
  padding: 14px;
}

.dm-card-media {
  height: 156px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 12px;
}

.dm-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.dm-card-grid-alt .dm-card a {
  border-left: 6px solid #d4ead2;
}

.dm-card p {
  margin: 8px 0 0;
  color: var(--dm-muted);
}

.dm-timeline {
  display: grid;
  gap: 12px;
}

.dm-timeline-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

.dm-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 12px;
  background: #eff4ff;
  color: #19598a;
  font-weight: 700;
}

.dm-timeline-item h3 {
  margin: 2px 0 6px;
}

.dm-timeline-item p {
  margin: 0;
  color: var(--dm-muted);
}

.dm-widget {
  padding: 16px;
  position: sticky;
  top: 94px;
}

.dm-widget h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.dm-top-announcements .dm-widget-title {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 10px;
}

.dm-top-announcements .dm-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
}

.dm-widget-title-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: var(--dm-rumi-blue-3);
}

.dm-widget-title-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.dm-widget-announcements {
  padding: 18px 16px 18px;
}

.dm-top-announcements .dm-latest-list {
  gap: 0;
  margin: 0 0 14px;
}

.dm-top-announcements .dm-latest-list article {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid #d7deea;
}

.dm-top-announcements .dm-latest-list article:last-child {
  border-bottom: 0;
}

.dm-top-announcements .dm-latest-list article.is-collapsed {
  display: none;
}

.dm-top-announcements .dm-latest-list span {
  display: block;
  color: #6a7486;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.dm-top-announcements .dm-latest-list a {
  color: #1e293b;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.24;
}

.dm-announcements-more {
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--dm-button-color);
  border-radius: 999px;
  background: #fff;
  color: var(--dm-button-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.06rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dm-announcements-more:hover,
.dm-announcements-more:focus-visible {
  border-color: var(--dm-rumi-blue-3);
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
  color: #fff;
}

.home .dm-top-announcements .dm-widget-announcements {
  padding: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  height: 100%;
}

.home .dm-info-center-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px 18px 14px;
  border-bottom: 1px solid #dce1ea;
}

.home .dm-info-center-head .dm-widget-title {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  font-size: 1.66rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--dm-rumi-blue-3);
}

.home .dm-info-center-head .dm-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: var(--dm-rumi-blue-2);
}

.home .dm-info-center-body {
  position: relative;
  padding: 10px 62px 8px 18px;
}

.home .dm-info-center-list {
  display: grid;
  gap: 0;
}

.home .dm-info-center-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #e2e7ef;
}

.home .dm-info-center-item:last-child {
  border-bottom: 0;
}

.home .dm-info-center-item.is-hidden {
  display: none;
}

.home .dm-info-center-index {
  display: block;
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  font-size: 3.45rem;
  line-height: 0.92;
  font-weight: 900;
  color: #d4d9e2;
  letter-spacing: -0.02em;
}

.home .dm-info-center-content h3 {
  margin: 0;
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  font-size: 1.05rem;
  line-height: 1.22;
  font-weight: 800;
  color: var(--dm-rumi-blue-3);
  text-decoration-line: underline;
  text-decoration-color: var(--dm-rumi-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.home .dm-info-center-date {
  margin: 7px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6d7788;
  font-size: 0.95rem;
  font-weight: 600;
}

.home .dm-info-center-date-icon {
  width: 16px;
  height: 16px;
  color: #2f59e2;
  display: inline-grid;
  place-items: center;
}

.home .dm-info-center-date-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.home .dm-info-center-nav {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  border: 1px solid #8892a2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: grid;
}

.home .dm-info-center-btn {
  width: 100%;
  height: 38px;
  border: 0;
  background: transparent;
  color: #435165;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home .dm-info-center-btn + .dm-info-center-btn {
  border-top: 1px solid #d3d9e2;
}

.home .dm-info-center-btn:hover:not(:disabled),
.home .dm-info-center-btn:focus-visible:not(:disabled) {
  background: #2f59e2;
  color: #fff;
}

.home .dm-info-center-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.home .dm-info-center-footer {
  padding: 8px 18px 16px;
}

.dm-announcements-page {
  background: #fff;
}

.dm-announcements-shell {
  display: grid;
  gap: 22px;
}

.dm-announcements-header h1 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.02;
}

.dm-announcements-block {
  border: 1px solid #d9e1ed;
  background: #fff;
  padding: 16px;
}

.dm-announcements-block-head h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.08;
  position: relative;
  padding-bottom: 10px;
}

.dm-announcements-block-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
}

.dm-announcements-list {
  display: grid;
  gap: 0;
}

.dm-announcements-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid #d7deea;
}

.dm-announcements-item.is-collapsed {
  display: none;
}

.dm-announcements-item:last-child {
  border-bottom: 0;
}

.dm-announcements-item span {
  color: #6a7486;
  font-size: 0.95rem;
  font-weight: 600;
}

.dm-announcements-item a {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.24;
}

.dm-announcements-block .dm-announcements-more {
  margin-top: 14px;
}

.dm-announcements-cards {
  display: grid;
  gap: 14px;
}

.dm-announcements-card {
  border: 1px solid #dde4f0;
  background: #fff;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.dm-announcements-card a {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.dm-announcements-card-media img,
.dm-announcements-card-media .dm-placeholder {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
}

.dm-announcements-card-body {
  padding: 14px 14px 14px 0;
}

.dm-announcements-card-meta {
  margin: 0 0 8px;
  color: #6a7486;
  font-size: 0.9rem;
  font-weight: 600;
}

.dm-announcements-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.22;
  color: var(--dm-rumi-blue-3);
  text-decoration-line: underline;
  text-decoration-color: var(--dm-rumi-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.dm-announcements-pagination ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dm-announcements-pagination a,
.dm-announcements-pagination span {
  min-width: 36px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #d2dbe9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dm-announcements-pagination .current {
  border-color: var(--dm-rumi-blue-2);
  background: var(--dm-rumi-blue-2);
  color: #fff;
}

.dm-slot-archive-page {
  background: #fff;
}

.dm-slot-archive-shell {
  display: grid;
  gap: 20px;
}

.dm-slot-archive-header h1 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
  line-height: 1.05;
}

.dm-category-list-page .dm-slot-archive-header h1 {
  color: var(--dm-rumi-blue-3);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.dm-category-list-page .dm-slot-archive-header h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  height: 2px;
  border-radius: 999px;
  background: var(--dm-rumi-blue-2);
}

.dm-slot-archive-intro {
  margin-top: 10px;
  color: #5c667a;
}

.dm-slot-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dm-slot-archive-card {
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.dm-slot-archive-card.is-collapsed {
  display: none;
}

.dm-slot-archive-card a {
  display: block;
  height: 100%;
}

.dm-slot-archive-card-media {
  height: 220px;
  overflow: hidden;
}

.dm-slot-archive-card-media img,
.dm-slot-archive-card-media .dm-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-slot-archive-card-body {
  padding: 14px 14px 16px;
}

.dm-slot-archive-kicker {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dm-rumi-blue-3);
}

.dm-slot-archive-card h2 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--dm-rumi-blue-3);
  text-decoration-line: underline;
  text-decoration-color: var(--dm-rumi-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.dm-slot-archive-meta {
  margin: 8px 0 0;
  color: #6b7588;
  font-size: 0.93rem;
  font-weight: 600;
}

.dm-slot-archive-pagination ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dm-slot-archive-pagination a,
.dm-slot-archive-pagination span {
  min-width: 38px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #d2dbe9;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.dm-slot-archive-pagination .current {
  border-color: var(--dm-rumi-blue-2);
  background: var(--dm-rumi-blue-2);
  color: #fff;
}

.dm-slot-archive-load-more {
  display: flex;
  justify-content: center;
}

.dm-slot-archive-load-more .dm-announcements-more {
  width: auto;
  min-width: 220px;
}

.dm-sidebar-ad {
  margin-top: 16px;
}

.dm-latest-list {
  display: grid;
  gap: 10px;
}

.dm-latest-list article {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e9dd;
}

.dm-latest-list article:last-child {
  border-bottom: 0;
}

.dm-latest-list span {
  color: var(--dm-muted);
  font-size: 0.8rem;
}

.dm-placeholder {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 14px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f7a63, #0f5c8f);
}

.dm-ad-placeholder {
  min-height: 90px;
  border: 1px dashed #9fb5aa;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #527060;
  background: #f6fbf8;
  text-align: center;
  padding: 12px;
}

.dm-content-simple {
  display: grid;
  gap: 14px;
}

.dm-content-simple h1 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
}

.dm-simple-item {
  padding: 18px;
}

.dm-simple-item h2 {
  margin: 0 0 8px;
}

.dm-simple-item p {
  margin: 0;
  color: var(--dm-muted);
}

.dm-single-layout {
  max-width: 880px;
}

.dm-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
}

.dm-single-post,
.dm-page-article {
  padding: 20px;
}

.dm-single-head {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.dm-single-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dm-single-post h1,
.dm-page-article h1 {
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  line-height: 1.2;
  margin: 0 0 14px;
}

.dm-single-excerpt {
  margin: 0;
  color: var(--dm-muted);
  font-size: 1rem;
}

.dm-single-date {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.88rem;
}

.dm-single-media {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.dm-single-content {
  line-height: 1.75;
}

.dm-single-content > *:first-child {
  margin-top: 0;
}

.dm-single-content img {
  border-radius: 10px;
}

.dm-single-related {
  margin-top: 22px;
}

.dm-footer {
  margin-top: 52px;
  border-top: 1px solid #d8e2ef;
  background: var(--dm-footer-color);
  color: #e9f2ff;
}

.dm-footer.has-bg {
  background:
    linear-gradient(180deg, rgba(6, 24, 38, 0.88) 0%, rgba(6, 24, 38, 0.92) 100%),
    var(--dm-footer-bg-image) center / cover no-repeat;
}

.dm-footer-shell {
  padding: 34px 0 18px;
  min-height: 430px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.dm-footer-brand-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.dm-footer-brand-mark a {
  color: #e8f1ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1;
}

.dm-footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 320px;
  gap: 40px;
  align-items: start;
  width: min(100%, 1040px);
  margin: 0 auto;
  min-height: 190px;
}

.dm-footer-logo {
  width: min(100%, var(--dm-footer-logo-width-desktop));
  height: auto;
  max-height: none;
}

.dm-footer-column h2 {
  margin: 0 0 16px;
  font-size: 1.14rem;
  line-height: 1;
  color: #fff;
}

.dm-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.dm-footer-column a {
  color: rgba(236, 244, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.28;
  transition: color 0.2s ease;
}

.dm-footer-column a:hover {
  color: #fff;
}

.dm-footer-social-column {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.dm-footer-social-title {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1;
  color: #fff;
}

.dm-footer-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 22px;
  border: 1.5px solid #8fc9ff;
  border-radius: 999px;
  color: #d6ebff;
  font-size: 1.02rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dm-footer-cta-pill:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.dm-footer-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dm-footer-social-grid a {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid rgba(220, 232, 248, 0.36);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  align-items: center;
  overflow: hidden;
  line-height: 0;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dm-footer-social-grid a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.dm-footer-social-grid a svg {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
  display: block;
}

.dm-footer-nav {
  width: min(100%, 1040px);
  margin: 12px auto 0;
}

.dm-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 14px;
}

.dm-footer-nav a {
  color: rgba(232, 242, 255, 0.82);
  font-size: 0.9rem;
}

.dm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 1040px);
  margin: 34px auto 0;
  color: rgba(232, 242, 255, 0.88);
  font-size: 0.92rem;
}

.dm-footer-bottom p,
.dm-footer-bottom span {
  margin: 0;
}

body.overlay-open,
body.search-modal-open {
  overflow: hidden;
}

.latest-most-read {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.latest-most-read li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.latest-most-read span {
  font-family: "Oswald", sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  color: #2f67ff;
}

.latest-most-read a {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.2;
}

.single-article-page {
  padding: 22px 0 72px;
  background: #fff;
}

.single-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) 340px;
  gap: 54px;
  align-items: start;
}

.single-article-main {
  min-width: 0;
}

.single-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  color: #7a808d;
  font-size: 0.95rem;
}

.single-article-header h1 {
  margin: 0 0 24px;
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.single-hero {
  margin: 0 0 18px;
}

.single-hero img,
.single-hero .dm-placeholder {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center center;
}

.single-gallery {
  position: relative;
  overflow: hidden;
  background: #e9eef6;
}

.single-gallery-slides {
  position: relative;
}

.single-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 280ms ease;
  margin: 0;
}

.single-gallery-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.single-gallery-slide img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  display: block;
}

.single-gallery-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-gallery-arrow {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #123249;
  font-size: 1.28rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.single-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(8, 16, 26, 0.34);
}

.single-gallery-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  padding: 0;
}

.single-gallery-dot.is-active {
  background: #fff;
}

.single-meta-block {
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
}

.single-meta-credit p {
  margin: 0 0 8px;
  color: #4f5564;
  font-size: 1rem;
}

.single-share-icons {
  display: block;
}

@media (min-width: 981px) {
  .home .dm-top-highlight.dm-shell,
  .home .dm-home-rails.dm-shell,
  .dm-breadcrumb-bar .dm-shell {
    width: min(1160px, 92vw);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-standfirst {
  margin-bottom: 24px;
}

.single-announcement-details {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #c9d7ea;
  background: #f4f9ff;
}

.single-announcement-details h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.1;
  color: var(--dm-rumi-blue-3);
}

.single-announcement-details dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.single-announcement-details dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.single-announcement-details dt {
  margin: 0;
  font-weight: 800;
  color: #243750;
}

.single-announcement-details dd {
  margin: 0;
  color: #1f2530;
  font-weight: 600;
}

.single-standfirst p {
  margin: 0;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.42;
  color: #1f2530;
}

.single-entry-content {
  color: #2d3340;
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.single-entry-content p {
  margin: 0 0 26px;
}

.single-entry-content h2,
.single-entry-content h3 {
  margin: 36px 0 18px;
  font-size: 2rem;
  line-height: 1.08;
}

.single-entry-content figure {
  margin: 36px 0 22px;
}

.single-entry-content img:not(.emoji) {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.single-entry-content figcaption {
  margin-top: 8px;
  color: #666d7b;
  font-size: 0.92rem;
  text-align: center;
}

.single-more-related {
  margin-bottom: 28px;
}

.single-more-related h2,
.single-comments-header h2,
.single-sidebar-block h2 {
  margin: 0 0 18px;
  font-size: 1.4rem;
  line-height: 1.05;
}

.single-more-related-list {
  border-top: 1px solid #d7dce7;
}

.single-more-related-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 700;
  transition: transform 180ms ease, text-decoration-color 180ms ease, color 180ms ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  padding: 18px 0;
  border-bottom: 1px solid #d7dce7;
}

.single-more-related-list a:hover,
.single-more-related-list a:focus-visible {
  transform: translateX(4px);
  text-decoration-color: currentColor;
}

.single-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.single-tag-list a {
  padding: 12px 18px;
  border-radius: 999px;
  background: #1e2024;
  color: #fff;
  font-weight: 600;
}

.single-comments-shell {
  padding-top: 22px;
  border-top: 1px solid #e1e6ef;
}

.single-comment-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 18px;
}

.single-comment-list .comment {
  padding: 0;
  border: 0;
  background: transparent;
}

.single-comment-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid #e1e6ef;
  background: #f9fbff;
}

.single-comment-avatar .avatar {
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(17, 20, 27, 0.08);
}

.single-comment-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: baseline;
  margin-bottom: 10px;
}

.single-comment-author {
  font-style: normal;
  font-weight: 700;
  color: #11141b;
}

.single-comment-date {
  color: #6a7180;
  font-size: 0.88rem;
}

.single-comment-text p {
  margin: 0 0 12px;
  color: #2d3340;
  line-height: 1.65;
}

.single-comment-reply a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2f67ff;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease;
}

.single-comment-reply a:hover,
.single-comment-reply a:focus-visible {
  transform: translateY(-1px);
  background: #dfeaff;
}

.single-comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 34px;
}

.single-comments-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.single-comments-count {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #11141b;
  color: #fff;
  font-weight: 700;
}

.single-comments-form-wrap {
  border-top: 1px solid #e1e6ef;
  background: transparent;
  padding: 18px 0 0;
}

.comment-respond .comment-reply-title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 700;
}

.comment-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0;
}

.comment-form-comment,
.comment-form-cookies-consent,
.form-submit {
  grid-column: 1 / -1;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9ddea;
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  font: inherit;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: 0;
  border-color: #2f67ff;
  box-shadow: none;
  background: transparent;
}

.comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

.comment-form .submit {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  background: #111;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  justify-self: start;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.comment-form .submit:hover,
.comment-form .submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 20, 27, 0.18);
  background: #222731;
}

.single-comments-empty {
  color: #4f5564;
  text-align: center;
}

.single-sidebar-block + .single-sidebar-block {
  margin-top: 28px;
}

.single-sidebar-news-list {
  display: grid;
  gap: 14px;
}

.single-sidebar-news-item a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e5ef;
}

.single-sidebar-thumb img,
.single-sidebar-thumb .dm-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 76px;
  object-fit: cover;
}

.single-sidebar-news-item h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.single-share-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.single-share-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 35, 0.42);
}

.single-share-modal-panel {
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 150px auto 0;
  background: #fff;
  border-radius: 22px;
  padding: 26px 28px 30px;
  box-shadow: 0 24px 60px rgba(18, 22, 35, 0.24);
}

.single-share-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.single-share-modal-header h2 {
  margin: 0;
  font-size: 2rem;
}

.single-share-modal-close {
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.single-share-modal-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.single-share-modal-icons a {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #2f67ff;
  color: #fff;
  font-weight: 700;
}

.single-share-modal-icons svg {
  width: 22px;
  height: 22px;
}

.share-facebook {
  background: #1877f2;
}

.share-x {
  background: #111;
}

.share-linkedin {
  background: #0a66c2;
}

.share-email {
  background: #b0b4bb;
}

.share-telegram {
  background: #37aee2;
}

.share-whatsapp {
  background: #25d366;
}

@media (max-width: 980px) {
  .dm-breadcrumb-bar {
    width: 100%;
    max-width: none;
  }

  .dm-header {
    overflow: visible;
    transition: transform 0.26s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    will-change: transform;
  }

  .dm-header.is-hidden {
    transform: translateY(calc(-100% - 8px));
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .dm-header .dm-header-row {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .home .dm-top-highlight.dm-shell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dm-breadcrumb-bar .dm-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 12px;
  }

  .dm-breadcrumb {
    min-height: 38px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dm-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .dm-breadcrumb ol {
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 7px 0;
  }

  .dm-header-row {
    min-height: 0;
    gap: 0;
    padding: 0;
  }

  .dm-header-top {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand actions";
    gap: 12px;
    padding: 0 12px;
    min-height: 96px;
    border: 0;
    border-bottom: 1px solid #e6ebf0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .dm-header-quote {
    display: none;
  }

  .dm-logo .custom-logo,
  .dm-logo img {
    width: calc(var(--dm-header-logo-width-mobile) * 0.84 * var(--dm-header-logo-scale, 1));
    max-width: 100%;
  }

  .dm-header.is-compact {
    --dm-header-logo-scale: 0.78;
  }

  .dm-header.is-compact .dm-brand-wrap {
    min-height: 70px;
  }

  .dm-brand-wrap {
    min-height: 96px;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    padding-left: 28px;
  }

  .dm-logo {
    display: block;
    width: auto;
    min-width: 0;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .dm-header-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    justify-self: end;
    padding-right: 12px;
    gap: 8px;
  }

  .dm-header-social {
    display: none;
  }

  .dm-social-list-header {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .dm-social-btn-header {
    --dm-social-size: 38px;
    --dm-social-icon-size: 21px;
  }

  .dm-menu-toggle {
    display: inline-grid;
  }

  .dm-search-toggle {
    color: #1b1f27;
    background: transparent;
    border-radius: 0;
    width: 54px;
    height: 54px;
  }

  .dm-search-toggle:hover,
  .dm-search-toggle:focus-visible {
    color: #1b1f27;
    background: transparent;
  }

  .dm-rail-head h2 {
    font-size: 1.42rem;
    padding-bottom: 8px;
  }

  .dm-rail-head h2::after {
    width: 64px;
  }

  .dm-rail-prev,
  .dm-rail-next {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .dm-rail-card {
    flex-basis: clamp(260px, 56vw, 340px);
    min-width: 0;
  }

  .dm-rail-media {
    height: 220px;
  }

  .dm-top-highlight {
    grid-template-columns: 1fr;
    grid-template-areas:
      "featured"
      "quote"
      "aside";
    position: relative;
    padding-top: 6px;
  }

  .home .dm-top-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--dm-rumi-blue-1), var(--dm-rumi-blue-2), var(--dm-rumi-blue-3));
  }

  .dm-mobile-rumi-quote {
    display: block;
    margin: 8px 10px 2px;
    padding: 10px 12px 8px;
    border-left: 3px solid rgba(23, 120, 165, 0.45);
    border-right: 3px solid rgba(23, 120, 165, 0.45);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(235, 244, 251, 0.88), rgba(255, 255, 255, 0.84));
    color: #1d3652;
    text-align: center;
  }

  .dm-mobile-rumi-quote p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.42;
    font-style: italic;
    font-weight: 700;
  }

  .dm-mobile-rumi-quote cite {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--dm-rumi-blue-3);
  }

  .dm-featured-stage {
    aspect-ratio: auto;
  }

  .dm-featured-image-link {
    aspect-ratio: 16 / 12;
  }

  .dm-grid {
    grid-template-columns: 1fr;
  }

  .dm-featured-panel {
    width: calc(100% - 20px);
    margin: 10px auto 0;
    margin-left: 10px;
    padding: clamp(14px, 2.2vw, 24px);
  }

  .dm-featured-panel h1 {
    font-size: clamp(1.15rem, 3.1vw, 2.2rem);
  }

  .dm-featured-controls {
    top: 10px;
    right: 10px;
    gap: 6px;
  }

  .dm-featured-arrow {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }

  .dm-featured-dots {
    padding: 6px 8px;
    gap: 5px;
  }

  .dm-featured-dot {
    width: 8px;
    height: 8px;
  }

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

  .dm-widget {
    position: static;
  }

  .dm-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 55;
    display: block;
    width: min(82vw, 360px);
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    background:
      radial-gradient(circle at 100% 0%, rgba(91, 184, 217, 0.18), transparent 42%),
      linear-gradient(160deg, #0d5f8e 0%, #0a4d75 55%, #073955 100%);
    border-radius: 0;
    border-bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 0 18px;
    box-shadow: -22px 0 48px rgba(4, 16, 28, 0.42);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    transform: translateX(104%);
    transition: transform 260ms cubic-bezier(0.22, 0.72, 0.15, 1);
    visibility: hidden;
    pointer-events: none;
  }

  .dm-header.is-menu-open .dm-nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .dm-nav > ul,
  .dm-nav > div > ul {
    display: block;
    gap: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
  }

  .dm-nav > ul > li,
  .dm-nav > div > ul > li {
    flex: none;
    min-width: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .dm-mobile-menu-head {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, rgba(5, 42, 67, 0.94), rgba(5, 42, 67, 0.72));
  }

  .dm-mobile-menu-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: #fff;
    font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
    font-size: 1.12rem;
    font-weight: 700;
  }

  .dm-mobile-menu-logo img {
    width: min(150px, 54vw);
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.96;
  }

  .dm-mobile-menu-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
  }

  .dm-mobile-menu-close:hover,
  .dm-mobile-menu-close:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.04);
  }

  .dm-nav .sub-menu,
  .dm-nav .children {
    position: static;
    min-width: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(6, 47, 75, 0.96);
  }

  .dm-nav .sub-menu a,
  .dm-nav .children a {
    min-height: 36px;
    padding: 7px 14px 7px 24px;
    font-size: 0.9rem;
  }

  .dm-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 16px;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: normal;
    overflow-wrap: normal;
    text-align: left;
    color: var(--dm-mobile-menu-text);
    transition: background-color 180ms ease, padding-left 180ms ease, opacity 180ms ease;
  }

  .dm-nav a:hover,
  .dm-nav a:focus-visible {
    color: var(--dm-mobile-menu-text);
    opacity: 1;
    background: rgba(255, 255, 255, 0.14);
    padding-left: 20px;
    text-decoration-color: var(--dm-mobile-menu-text);
  }

  .dm-search-modal-dialog {
    margin-top: 72px;
    border-radius: 18px;
    padding: 28px 22px 22px;
  }

  .dm-search-modal h2 {
    font-size: clamp(1.6rem, 6vw, 2.3rem);
  }

  .dm-search-modal-form {
    grid-template-columns: 1fr;
  }

  .single-article-layout {
    grid-template-columns: 1fr;
  }

  .single-sidebar-news-item a {
    grid-template-columns: 1fr;
  }

  .single-share-modal-panel {
    margin-top: 80px;
  }

  .dm-announcements-card a {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dm-announcements-card-media img,
  .dm-announcements-card-media .dm-placeholder {
    min-height: 180px;
  }

  .dm-announcements-card-body {
    padding: 14px;
  }

  .dm-slot-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-slot-archive-card-media {
    height: 200px;
  }

  .home .dm-info-center-head {
    padding: 14px 14px 12px;
  }

  .home .dm-info-center-head .dm-widget-title {
    font-size: 1.44rem;
  }

  .home .dm-info-center-head .dm-widget-title::after {
    width: 120px;
  }

  .home .dm-info-center-body {
    padding: 8px 14px 8px;
  }

  .home .dm-info-center-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .home .dm-info-center-index {
    font-size: 2.8rem;
  }

  .home .dm-info-center-nav {
    display: none;
  }

  .dm-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    min-height: 220px;
  }

  .dm-footer-logo {
    width: min(100%, var(--dm-footer-logo-width-mobile));
  }

  .dm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  .dm-header-row {
    min-height: 0;
  }

  .dm-logo .custom-logo,
  .dm-logo img {
    width: calc(var(--dm-header-logo-width-mobile) * 0.8 * var(--dm-header-logo-scale, 1));
    max-width: 100%;
  }

  .dm-header.is-compact {
    --dm-header-logo-scale: 0.72;
  }

  .dm-header-top {
    min-height: 90px;
    padding: 0 10px;
  }

  .dm-header.is-compact .dm-brand-wrap {
    min-height: 64px;
  }

  .dm-brand-wrap {
    min-height: 90px;
    padding-left: 28px;
  }

  .dm-nav a {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .dm-nav {
    width: min(86vw, 320px);
    padding-top: 0;
  }

  .dm-menu-toggle {
    width: 56px;
    height: 56px;
    border-radius: 0;
  }

  .dm-menu-toggle svg {
    width: 34px;
    height: 34px;
  }

  .dm-mobile-menu-head {
    min-height: 68px;
    padding: 12px 12px 10px;
  }

  .dm-mobile-menu-logo img {
    width: min(132px, 52vw);
  }

  .dm-breadcrumb-bar .dm-shell {
    padding: 0 10px;
  }

  .dm-breadcrumb li {
    font-size: 0.84rem;
  }

  .home .dm-info-center-head {
    padding: 12px 12px 10px;
  }

  .home .dm-info-center-head .dm-widget-title {
    font-size: 1.26rem;
  }

  .home .dm-info-center-head .dm-widget-title::after {
    width: 92px;
  }

  .home .dm-info-center-body {
    padding: 4px 12px 6px;
  }

  .home .dm-info-center-item {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 10px 0;
  }

  .home .dm-info-center-index {
    font-size: 2.1rem;
  }

  .home .dm-info-center-content h3 {
    font-size: 0.98rem;
  }

  .home .dm-info-center-date {
    font-size: 0.84rem;
    margin-top: 6px;
  }

  .home .dm-info-center-footer {
    padding: 8px 12px 12px;
  }

  .dm-slot-archive-grid {
    grid-template-columns: 1fr;
  }

  .dm-slot-archive-card-media {
    height: 190px;
  }

  .dm-search-toggle {
    width: 48px;
    height: 48px;
  }

  .dm-rail-head h2 {
    font-size: 1.24rem;
    padding-bottom: 7px;
  }

  .dm-rail-head h2::after {
    width: 56px;
  }

  .dm-rail-prev,
  .dm-rail-next {
    width: 30px;
    height: 30px;
    font-size: 0.95rem;
  }

  .dm-rail-card {
    flex-basis: 64vw;
    max-width: 300px;
  }

  .dm-rail-media {
    height: 196px;
  }

  .dm-search-modal-close {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }

  .dm-search-modal-form input,
  .dm-search-modal-form button {
    min-height: 52px;
  }

  .dm-card-grid {
    grid-template-columns: 1fr;
  }

  .dm-featured-image-link {
    aspect-ratio: 16 / 9;
  }

  .dm-featured-panel {
    width: calc(100% - 14px);
    margin: 8px auto 0;
    margin-left: 7px;
    padding: 16px;
  }

  .dm-featured-panel h1 {
    font-size: clamp(1.1rem, 5.6vw, 1.62rem);
  }

  .dm-featured-title-accent {
    width: 54%;
  }

  .single-article-page .dm-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 12px;
  }

  .single-hero,
  .single-gallery {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 14px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .single-gallery-slides,
  .single-gallery-slide {
    height: 100%;
  }

  .single-hero img,
  .single-hero .dm-placeholder,
  .single-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: transparent;
  }

  .single-gallery-controls {
    top: 10px;
    right: 10px;
    gap: 6px;
  }

  .single-gallery-arrow {
    width: 32px;
    height: 32px;
    font-size: 1.08rem;
  }

  .single-gallery-dots {
    bottom: 10px;
    gap: 5px;
    padding: 6px 8px;
  }

  .single-announcement-details dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .single-article-main,
  .single-entry-content,
  .single-entry-content > *,
  .single-entry-content p,
  .single-entry-content a,
  .single-entry-content li,
  .single-more-related-list a {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .dm-footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
  }

  .dm-footer-nav ul {
    gap: 10px;
  }

  .dm-announcements-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .dm-announcements-item a {
    font-size: 1rem;
  }

  .comment-form {
    grid-template-columns: 1fr;
  }

  .single-comment-list .children {
    padding-left: 16px;
  }
}

.dm-maintenance-page {
  padding: clamp(32px, 7vw, 84px) 0 clamp(48px, 9vw, 108px);
}

.dm-maintenance-shell {
  width: min(980px, 92vw);
}

.dm-maintenance-card {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--dm-primary) 24%, #d8e6dd);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 0% 0%, rgba(31, 122, 99, 0.15), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(23, 120, 165, 0.14), transparent 36%),
    linear-gradient(165deg, #ffffff, #f9f8f1 72%);
  box-shadow: 0 24px 54px rgba(13, 34, 26, 0.1);
}

.dm-maintenance-logo-wrap {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}

.dm-maintenance-logo {
  width: min(100%, 260px);
  height: auto;
}

.dm-maintenance-site-name {
  margin: 0 0 16px;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: 1.5rem;
  color: var(--dm-primary-2);
}

.dm-maintenance-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -90px auto;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 143, 54, 0.28), transparent 68%);
  pointer-events: none;
}

.dm-maintenance-kicker {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--dm-primary-2);
}

.dm-maintenance-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: var(--dm-primary);
}

.dm-maintenance-card h1 {
  margin: 0;
  font-family: "Bree Serif", "Palatino Linotype", Palatino, serif;
  font-size: clamp(1.7rem, 4.4vw, 3rem);
  line-height: 1.1;
  color: #143f32;
}

.dm-maintenance-text {
  margin: 18px 0 0;
  max-width: 66ch;
  color: #355145;
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.dm-maintenance-meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dm-maintenance-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid #d4e4db;
  background: rgba(255, 255, 255, 0.72);
  color: #2a4539;
  font-size: 0.93rem;
}

.dm-maintenance-chip strong {
  color: #133b2f;
}

.dm-maintenance-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dm-maintenance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  font-weight: 700;
  padding: 0 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.dm-maintenance-btn:hover,
.dm-maintenance-btn:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
}

.dm-maintenance-btn-primary {
  background: linear-gradient(130deg, var(--dm-primary), var(--dm-primary-2));
  color: #fff;
  box-shadow: 0 12px 24px rgba(20, 63, 50, 0.24);
}

.dm-maintenance-btn-ghost {
  border: 1px solid #bfd8cc;
  color: #1e4f3f;
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 680px) {
  .dm-maintenance-card {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .dm-maintenance-logo {
    width: min(100%, 210px);
  }

  .dm-maintenance-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .dm-maintenance-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .dm-maintenance-actions {
    flex-direction: column;
  }

  .dm-maintenance-btn {
    width: 100%;
  }
}
