:root {
  --dmdg-line: rgba(77, 76, 72, 0.16);
  --dmdg-line-light: rgba(255, 255, 255, 0.16);
  --dmdg-shadow: 0 24px 70px rgba(40, 41, 39, 0.14);
  --dmdg-radius-sm: 6px;
  --dmdg-radius-md: 8px;
  --dmdg-radius-lg: 14px;
  --dmdg-header-height: 96px;
  --dmdg-masthead-gradient: linear-gradient(118deg, #2d3028 0%, #252820 52%, #1d201b 100%);
  --dmdg-impulse-gold: url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 64 18'%3E%3Cpath d='M1 9h13l4-4 5 9 6-13 7 16 6-11 5 6 4-3h12' fill='none' stroke='%23e2d071' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--dmdg-header-height) + 24px);
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--wp--preset--color--ochre);
  outline-offset: 4px;
}

.wp-site-blocks {
  min-height: 100vh;
  overflow: clip;
}

.wp-site-blocks > main {
  margin-block-start: 0;
}

:where(.dmdg-site-header, .dmdg-home-hero, .dmdg-section, .dmdg-site-footer) > .alignwide {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.wp-block-template-part {
  margin-block-start: 0;
}

.skip-link.screen-reader-text {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 16px;
  clip: auto;
  clip-path: none;
  background: var(--wp--preset--color--paper-strong);
  color: var(--wp--preset--color--ink-deep);
  transform: translateY(-160%);
}

.skip-link.screen-reader-text:focus {
  transform: translateY(0);
}

.dmdg-utility {
  min-height: 36px;
  border-bottom: 1px solid var(--dmdg-line-light);
  letter-spacing: 0.04em;
}

.dmdg-utility a {
  color: inherit;
  text-decoration: none;
}

.dmdg-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-block-start: 0;
  border-bottom: 0;
  background-color: #252820;
  background-image: var(--dmdg-masthead-gradient);
  box-shadow: none;
}

.dmdg-site-header > * {
  margin-block-start: 0;
}

.dmdg-site-header,
.dmdg-site-header p,
.dmdg-site-header .dmdg-main-nav a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.dmdg-header-inner {
  min-height: var(--dmdg-header-height);
}

.dmdg-brand .custom-logo-link,
.dmdg-brand .wp-block-site-logo,
.dmdg-brand .wp-block-site-title {
  margin: 0;
}

.dmdg-brand .custom-logo {
  width: min(228px, 34vw) !important;
  max-width: none !important;
  max-height: 72px;
  height: auto !important;
  object-fit: contain;
}

.dmdg-brand .wp-block-site-title a {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--editorial);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  text-decoration: none;
}

.dmdg-brand:has(.custom-logo-link) .wp-block-site-title {
  display: none;
}

.dmdg-main-nav {
  margin-left: auto;
}

.dmdg-main-nav .wp-block-navigation__container {
  flex-wrap: nowrap;
  gap: clamp(16px, 1.8vw, 28px);
}

.dmdg-language-switcher {
  position: relative;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dmdg-language-switcher details {
  position: relative;
}

.dmdg-language-switcher summary,
.dmdg-language-switcher a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}

.dmdg-language-switcher summary::-webkit-details-marker {
  display: none;
}

.dmdg-language-switcher details > div {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 120;
  display: grid;
  min-width: 72px;
  padding: 6px;
  border: 1px solid var(--dmdg-line);
  border-radius: var(--dmdg-radius-sm);
  background: var(--wp--preset--color--paper-strong);
  box-shadow: var(--dmdg-shadow);
}

.dmdg-language-switcher details > div a {
  color: var(--wp--preset--color--ink-deep);
}

.dmdg-language-switcher a:hover,
.dmdg-language-switcher a[aria-current="page"] {
  color: var(--wp--preset--color--ochre);
}

.dmdg-language-switcher :is(summary, a):focus-visible {
  outline: 3px solid var(--wp--preset--color--ochre);
  outline-offset: 2px;
}

.dmdg-main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-decoration: none;
}

.dmdg-main-nav .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--wp--preset--color--ochre);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.dmdg-main-nav .wp-block-navigation-item__content:hover::after,
.dmdg-main-nav .current-menu-item > .wp-block-navigation-item__content::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dmdg-main-nav .wp-block-navigation__submenu-container {
  min-width: 260px !important;
  padding: 12px !important;
  border: 1px solid var(--dmdg-line) !important;
  border-radius: var(--dmdg-radius-sm);
  background: var(--wp--preset--color--paper-strong) !important;
  box-shadow: var(--dmdg-shadow);
}

.dmdg-main-nav .wp-block-navigation__submenu-container a {
  min-height: 44px;
  color: var(--wp--preset--color--ink-deep) !important;
}

.dmdg-main-nav .wp-block-navigation__submenu-container a::after {
  display: none;
}

.dmdg-main-nav .wp-block-navigation__responsive-container-open,
.dmdg-main-nav .wp-block-navigation__responsive-container-close {
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--white);
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open {
  padding: 24px;
  background: var(--wp--preset--color--ink-deep) !important;
  color: var(--wp--preset--color--white) !important;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open a {
  color: var(--wp--preset--color--white) !important;
  font-family: var(--wp--preset--font-family--editorial);
  font-size: clamp(1.6rem, 7vw, 2.4rem);
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
  padding-inline-start: 18px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.dmdg-menu-cta {
  display: none !important;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open :where(
  .wp-block-navigation__responsive-container-content,
  .wp-block-navigation__container,
  .wp-block-navigation-item
) {
  width: 100%;
  align-items: flex-start !important;
  text-align: left;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  gap: 22px;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
  gap: 12px;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a {
  font-size: clamp(1.2rem, 5.5vw, 1.65rem) !important;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .dmdg-menu-cta {
  display: flex !important;
  width: auto;
  margin-top: 12px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--wp--preset--color--ochre) !important;
}

.dmdg-main-nav .wp-block-navigation__responsive-container.is-menu-open .dmdg-menu-cta a {
  color: var(--wp--preset--color--ink-deep) !important;
  font-family: var(--wp--preset--font-family--interface);
  font-size: 0.95rem;
  font-weight: 800;
}

.dmdg-header-cta .wp-block-button__link,
.dmdg-button-primary .wp-block-button__link,
.dmdg-button-secondary .wp-block-button__link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.dmdg-header-cta .wp-block-button__link {
  min-height: 46px;
  border-color: var(--wp--preset--color--ochre);
  background: var(--wp--preset--color--ochre);
  color: var(--wp--preset--color--ink-deep) !important;
  white-space: nowrap;
}

.dmdg-button-primary .wp-block-button__link:hover,
.dmdg-button-secondary .wp-block-button__link:hover,
.dmdg-header-cta .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(40, 41, 39, 0.16);
}

.dmdg-header-cta .wp-block-button__link:hover {
  background: var(--wp--preset--color--white);
}

.dmdg-button-secondary .wp-block-button__link {
  border-color: var(--wp--preset--color--sand-deep);
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--ink-deep);
}

.dmdg-section {
  padding-block: clamp(74px, 8vw, 120px);
}

.dmdg-section--compact {
  padding-block: clamp(56px, 6vw, 88px);
}

.dmdg-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--wp--preset--color--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dmdg-eyebrow::before {
  content: "";
  width: 52px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--dmdg-impulse-gold) center / contain no-repeat;
}

.dmdg-eyebrow--light {
  color: rgba(255, 255, 255, 0.7);
}

.dmdg-section-heading {
  margin-bottom: clamp(42px, 6vw, 72px);
}

.dmdg-section-heading > :last-child {
  margin-bottom: 0;
}

.dmdg-lead {
  max-width: 65ch;
  color: var(--wp--preset--color--ink-soft);
  font-size: var(--wp--preset--font-size--lead);
  line-height: 1.7;
}

.dmdg-final-cta .dmdg-lead {
  color: rgba(255, 255, 255, 0.82);
}

.dmdg-home-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 96px) 0;
  color: rgba(248, 244, 234, 0.82);
  background-color: #252820;
  background-image: var(--dmdg-masthead-gradient);
}

.dmdg-home-hero::before,
.dmdg-signature-network::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(32deg, transparent 48%, rgba(77, 76, 72, 0.16) 49%, rgba(77, 76, 72, 0.16) 50%, transparent 51%),
    linear-gradient(148deg, transparent 48%, rgba(77, 76, 72, 0.1) 49%, rgba(77, 76, 72, 0.1) 50%, transparent 51%);
  background-size: 180px 160px, 240px 220px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.dmdg-home-hero::before {
  z-index: -1;
  opacity: 0.16;
  background-image:
    linear-gradient(32deg, transparent 48%, rgba(248, 244, 234, 0.08) 49%, rgba(248, 244, 234, 0.08) 50%, transparent 51%),
    linear-gradient(148deg, transparent 48%, rgba(226, 208, 113, 0.08) 49%, rgba(226, 208, 113, 0.08) 50%, transparent 51%);
  background-position: center top;
  background-size: 220px 190px, 300px 250px;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 82%, transparent 100%);
}

.dmdg-home-hero__grid {
  position: relative;
  z-index: 1;
  align-items: center !important;
  gap: clamp(42px, 7vw, 86px) !important;
}

.dmdg-home-hero h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  color: #f8f4ea;
  font-size: var(--wp--preset--font-size--h-1);
  letter-spacing: -0.035em;
}

.dmdg-home-hero h1 em {
  color: #e2d071;
  font-weight: inherit;
}

.dmdg-home-hero .dmdg-eyebrow {
  color: #e2d071;
}

.dmdg-home-hero .dmdg-lead {
  color: rgba(248, 244, 234, 0.74);
}

.dmdg-home-hero .has-muted-color {
  color: rgba(248, 244, 234, 0.52) !important;
}

.dmdg-home-hero .dmdg-button-primary .wp-block-button__link {
  border-radius: 3px;
  background: var(--wp--preset--color--ochre);
  color: #171812;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.dmdg-home-hero .dmdg-button-primary .wp-block-button__link:hover {
  background: #eddda0;
}

.dmdg-home-hero .dmdg-button-secondary .wp-block-button__link {
  border-color: rgba(248, 244, 234, 0.34);
  border-radius: 3px;
  background: transparent;
  color: rgba(248, 244, 234, 0.92);
}

.dmdg-home-hero .dmdg-button-secondary .wp-block-button__link:hover {
  border-color: rgba(226, 208, 113, 0.7);
  background: rgba(248, 244, 234, 0.08);
}

.dmdg-home-hero__visual {
  position: relative;
  isolation: isolate;
  min-height: 520px;
}

.dmdg-home-hero__visual::before {
  display: none;
}

.dmdg-iceberg-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 590px;
  margin-inline: auto;
}

.dmdg-iceberg-stage .wp-block-image {
  margin: 0;
}

.dmdg-home-hero__visual img {
  width: 100%;
  max-width: 590px;
  margin-inline: auto;
  filter: contrast(1.03) saturate(0.9) drop-shadow(0 26px 42px rgba(0, 0, 0, 0.28));
  -webkit-mask-image: radial-gradient(ellipse 74% 76% at 52% 48%, #000 56%, rgba(0, 0, 0, 0.96) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 74% 76% at 52% 48%, #000 56%, rgba(0, 0, 0, 0.96) 72%, transparent 100%);
}

.dmdg-iceberg-label {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 5px;
  max-width: 210px;
  margin: 0;
  padding: 10px 13px 10px 15px;
  border-left: 1px solid rgba(226, 208, 113, 0.76);
  background: linear-gradient(90deg, rgba(12, 13, 11, 0.82), rgba(12, 13, 11, 0.08));
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.76);
}

.dmdg-iceberg-label strong,
.dmdg-iceberg-label span {
  display: block;
}

.dmdg-iceberg-label strong {
  color: #e2d071;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dmdg-iceberg-label span {
  color: rgba(248, 244, 234, 0.78);
  font-size: 0.72rem;
  line-height: 1.45;
}

.dmdg-iceberg-label--conscious {
  top: 12%;
  left: 1%;
}

.dmdg-iceberg-label--less-conscious {
  top: 51%;
  right: 0;
  padding-right: 15px;
  padding-left: 13px;
  border-right: 1px solid rgba(226, 208, 113, 0.76);
  border-left: 0;
  background: linear-gradient(270deg, rgba(12, 13, 11, 0.82), rgba(12, 13, 11, 0.08));
  text-align: right;
}

.dmdg-iceberg-detail-link {
  position: absolute;
  z-index: 3;
  bottom: 7%;
  left: 2%;
  max-width: 185px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(226, 208, 113, 0.6);
  color: rgba(248, 244, 234, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.dmdg-iceberg-detail-link:hover,
.dmdg-iceberg-detail-link:focus-visible {
  border-bottom-color: #e2d071;
  color: #e2d071;
}

.dmdg-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: clamp(48px, 6vw, 84px);
  padding-block: 28px;
  border-top: 1px solid rgba(226, 208, 113, 0.2);
  background: rgba(8, 9, 7, 0.28);
}

.dmdg-trust-item {
  padding-inline: 20px;
  border-left: 1px solid rgba(226, 208, 113, 0.18);
}

.dmdg-trust-item:first-child {
  border-left: 0;
}

.dmdg-trust-item p {
  margin: 0;
}

.dmdg-trust-item strong,
.dmdg-trust-item small {
  display: block;
}

.dmdg-trust-item strong {
  color: #f8f4ea;
}

.dmdg-trust-item small {
  margin-top: 4px;
  color: rgba(248, 244, 234, 0.58);
}

.dmdg-card-grid {
  gap: 16px !important;
}

.dmdg-card {
  isolation: isolate;
  position: relative;
  height: 100%;
  min-height: 250px;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid var(--dmdg-line);
  border-radius: var(--dmdg-radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(245, 243, 237, 0.72)),
    var(--wp--preset--color--paper-strong);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dmdg-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 3px;
  background: linear-gradient(90deg, var(--wp--preset--color--ochre), rgba(226, 208, 113, 0));
}

.dmdg-card::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 20px;
  z-index: -1;
  width: 46%;
  height: 48px;
  opacity: 0.15;
  background: var(--dmdg-impulse-gold) center / contain no-repeat;
}

.dmdg-card:hover {
  border-color: rgba(118, 109, 55, 0.45);
  box-shadow: 0 20px 48px rgba(40, 41, 39, 0.09);
  transform: translateY(-3px);
}

.dmdg-card a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.dmdg-card__number {
  color: var(--wp--preset--color--ochre-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dmdg-dark-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--dmdg-radius-lg);
  background: var(--wp--preset--color--ink-deep);
  color: rgba(255, 255, 255, 0.82);
}

.dmdg-concern-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(226, 208, 113, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffefa, #f5f3ed) !important;
}

.dmdg-concern-section .dmdg-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  align-items: end;
  column-gap: clamp(42px, 8vw, 112px);
}

.dmdg-concern-section .dmdg-section-heading .dmdg-eyebrow,
.dmdg-concern-section .dmdg-section-heading h2 {
  grid-column: 1;
}

.dmdg-concern-section .dmdg-section-heading .dmdg-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin-bottom: 8px;
}

.dmdg-concern-section .dmdg-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.dmdg-concern-section .dmdg-card {
  min-height: 300px;
}

.dmdg-concern-section .dmdg-card:nth-child(1),
.dmdg-concern-section .dmdg-card:nth-child(4) {
  border-color: rgba(226, 208, 113, 0.24);
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 208, 113, 0.13), transparent 35%),
    linear-gradient(135deg, #272a23, #171914);
  color: rgba(248, 244, 234, 0.72);
}

.dmdg-concern-section .dmdg-card:nth-child(1) :where(h3, a),
.dmdg-concern-section .dmdg-card:nth-child(4) :where(h3, a) {
  color: #f8f4ea;
}

.dmdg-concern-section .dmdg-card:nth-child(1) .dmdg-card__number,
.dmdg-concern-section .dmdg-card:nth-child(4) .dmdg-card__number {
  color: var(--wp--preset--color--ochre);
}

.dmdg-safety-section {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(226, 208, 113, 0.12), transparent 30rem),
    linear-gradient(120deg, #24271f, #171914);
}

.dmdg-safety-section::before,
.dmdg-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(32deg, transparent 48%, rgba(248, 244, 234, 0.08) 49%, rgba(248, 244, 234, 0.08) 50%, transparent 51%),
    linear-gradient(148deg, transparent 48%, rgba(226, 208, 113, 0.08) 49%, rgba(226, 208, 113, 0.08) 50%, transparent 51%);
  background-size: 230px 190px, 310px 250px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
  pointer-events: none;
}

.dmdg-safety-section .dmdg-dark-panel {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.dmdg-safety-section .dmdg-dark-panel::after {
  content: "";
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: -34px;
  width: clamp(120px, 18vw, 260px);
  height: 72px;
  opacity: 0.38;
  background: var(--dmdg-impulse-gold) center / contain no-repeat;
}

.dmdg-person-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 10%, rgba(226, 208, 113, 0.12), transparent 24rem),
    var(--wp--preset--color--paper);
}

.dmdg-person-section .wp-block-columns {
  gap: clamp(48px, 8vw, 110px);
}

.dmdg-person-section figure {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(107, 99, 47, 0.34);
  border-radius: var(--dmdg-radius-md) !important;
  background: linear-gradient(145deg, rgba(226, 208, 113, 0.18), rgba(40, 41, 39, 0.04));
  box-shadow: 0 28px 72px rgba(40, 41, 39, 0.13);
}

.dmdg-person-section figure img {
  border-radius: 3px !important;
}

.dmdg-process-section {
  background:
    linear-gradient(120deg, rgba(226, 208, 113, 0.08), transparent 38%),
    #e8e4d9 !important;
}

.dmdg-process-section .dmdg-step {
  min-height: 310px;
  padding: 34px 28px;
  border: 0;
  border-top: 2px solid rgba(107, 99, 47, 0.42);
  background: rgba(255, 254, 250, 0.42);
}

.dmdg-process-section .dmdg-step__number {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 54px;
  border: 0;
  border-radius: 0;
  color: var(--wp--preset--color--ochre-dark);
  font-family: var(--wp--preset--font-family--editorial);
  font-size: 2.25rem;
  line-height: 1;
}

.dmdg-faq-section {
  position: relative;
  background:
    radial-gradient(circle at 88% 88%, rgba(226, 208, 113, 0.14), transparent 25rem),
    var(--wp--preset--color--paper-strong) !important;
}

.dmdg-faq-section .dmdg-details {
  border-top-color: rgba(77, 76, 72, 0.22);
}

.dmdg-faq-section .dmdg-details summary {
  position: relative;
  padding: 26px 54px 26px 0;
  font-family: var(--wp--preset--font-family--editorial);
  font-size: 1.28rem;
  font-weight: 500;
}

.dmdg-faq-section .dmdg-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--wp--preset--color--ochre-dark);
  font-family: var(--wp--preset--font-family--interface);
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.dmdg-faq-section .dmdg-details[open] summary::after {
  content: "–";
}

.dmdg-dark-panel h2,
.dmdg-dark-panel h3,
.dmdg-dark-panel a {
  color: var(--wp--preset--color--white);
}

.dmdg-step {
  position: relative;
  padding: 34px 30px;
  border-top: 1px solid var(--dmdg-line);
}

.dmdg-step__number {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid var(--wp--preset--color--ochre-dark);
  border-radius: 50%;
  color: var(--wp--preset--color--ochre-dark);
  font-weight: 800;
}

.dmdg-page-hero {
  padding-block: clamp(72px, 9vw, 130px);
  border-bottom: 1px solid var(--dmdg-line);
  background:
    radial-gradient(circle at 88% 16%, rgba(226, 208, 113, 0.18), transparent 24rem),
    var(--wp--preset--color--paper);
}

.dmdg-page-hero h1 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: var(--wp--preset--font-size--h-1);
  letter-spacing: -0.03em;
}

.dmdg-breadcrumbs {
  font-size: var(--wp--preset--font-size--sm);
}

.dmdg-breadcrumbs a {
  color: var(--wp--preset--color--muted);
}

.dmdg-content-shell {
  padding-block: clamp(64px, 8vw, 112px);
}

.dmdg-content-shell :where(h2, h3) {
  scroll-margin-top: calc(var(--dmdg-header-height) + 24px);
}

.dmdg-content-shell h2 {
  margin-top: 1.5em;
  font-size: var(--wp--preset--font-size--h-2);
}

.dmdg-content-shell h3 {
  margin-top: 1.4em;
  font-size: var(--wp--preset--font-size--h-3);
}

.dmdg-content-shell :where(p, li) {
  max-width: 72ch;
}

.dmdg-content-shell blockquote {
  margin-block: 48px;
  padding: 28px 34px;
  border-left: 3px solid var(--wp--preset--color--ochre-dark);
  background: var(--wp--preset--color--sand);
  font-family: var(--wp--preset--font-family--editorial);
  font-size: 1.35rem;
}

.dmdg-details {
  border-top: 1px solid var(--dmdg-line);
}

.dmdg-details summary {
  min-height: 56px;
  padding-block: 20px;
  cursor: pointer;
  color: var(--wp--preset--color--ink-deep);
  font-weight: 750;
}

.dmdg-details[open] {
  padding-bottom: 18px;
}

.dmdg-final-cta {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 88px);
  border-radius: var(--dmdg-radius-lg);
  background:
    radial-gradient(circle at 84% 20%, rgba(226, 208, 113, 0.12), transparent 24rem),
    linear-gradient(120deg, #252820, #171914);
  color: rgba(255, 255, 255, 0.82);
}

.dmdg-final-cta__grid {
  position: relative;
  z-index: 1;
  gap: clamp(48px, 8vw, 110px) !important;
}

.dmdg-final-cta__action {
  max-width: 470px;
}

.dmdg-final-cta__action .wp-block-buttons {
  margin-top: 28px;
}

.dmdg-final-cta__phone {
  margin-top: 22px;
  font-size: var(--wp--preset--font-size--sm);
}

.dmdg-final-cta h2,
.dmdg-final-cta a:not(.wp-block-button__link) {
  color: var(--wp--preset--color--white);
}

.dmdg-site-footer {
  position: relative;
  overflow: hidden;
  margin-block-start: 0;
  padding-block: clamp(64px, 8vw, 100px) 28px;
  border-top: 1px solid rgba(226, 208, 113, 0.2);
  background:
    radial-gradient(circle at 8% 12%, rgba(226, 208, 113, 0.09), transparent 24rem),
    linear-gradient(120deg, #252820, #171914);
  color: rgba(255, 255, 255, 0.72);
}

.dmdg-footer-grid {
  display: grid !important;
  grid-template-columns:
    minmax(230px, 1.35fr)
    minmax(170px, 0.9fr)
    minmax(285px, 1.25fr)
    minmax(200px, 1fr);
  gap: 0 !important;
}

.dmdg-footer-column {
  min-width: 0;
}

.dmdg-footer-column:not(:first-child) {
  padding-left: clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(226, 208, 113, 0.18);
}

.dmdg-footer-brand {
  max-width: 250px;
  margin-bottom: 22px;
}

.dmdg-footer-brand .custom-logo {
  width: 250px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.dmdg-site-footer h2,
.dmdg-site-footer h3,
.dmdg-site-footer strong,
.dmdg-site-footer a {
  color: var(--wp--preset--color--white);
}

.dmdg-site-footer h3 {
  position: relative;
  margin-top: 4px;
  margin-bottom: 22px;
  padding-top: 17px;
  color: rgba(226, 208, 113, 0.82);
  font-family: var(--wp--preset--font-family--interface);
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.dmdg-site-footer h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--wp--preset--color--ochre);
}

.dmdg-site-footer h2,
.dmdg-site-footer h2 a {
  font-family: var(--wp--preset--font-family--editorial);
}

.dmdg-site-footer a {
  font-family: var(--wp--preset--font-family--interface);
  text-decoration: none;
  transition: color 180ms ease;
}

.dmdg-site-footer a:hover,
.dmdg-site-footer a:focus-visible {
  color: var(--wp--preset--color--ochre);
}

.dmdg-footer-list {
  display: grid;
  gap: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

.dmdg-footer-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dmdg-footer-list li:last-child {
  border-bottom: 0;
}

.dmdg-footer-list a {
  display: block;
  padding-block: 9px;
  line-height: 1.35;
}

.dmdg-footer-email {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.dmdg-footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--dmdg-line-light);
  font-size: var(--wp--preset--font-size--sm);
}

.dmdg-owner-note {
  padding: 16px 20px;
  border: 1px solid var(--wp--preset--color--ochre-dark);
  border-radius: var(--dmdg-radius-sm);
  background: rgba(226, 208, 113, 0.16);
  color: var(--wp--preset--color--ink-deep);
  font-size: var(--wp--preset--font-size--sm);
}

@media (max-width: 1180px) {
  .dmdg-header-cta {
    display: none !important;
  }

  .dmdg-main-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .dmdg-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .dmdg-home-hero__visual {
    min-height: 430px;
  }
}

@media (max-width: 1100px) {
  .dmdg-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 46px !important;
  }

  .dmdg-footer-column {
    padding-inline: 0 32px !important;
    border-left: 0 !important;
  }

  .dmdg-footer-column:nth-child(even) {
    padding-inline: 32px 0 !important;
    border-left: 1px solid rgba(226, 208, 113, 0.18) !important;
  }
}

@media (max-width: 900px) {
  :root {
    --dmdg-header-height: 78px;
  }

  .dmdg-utility {
    display: none !important;
  }

  .dmdg-header-inner {
    min-height: var(--dmdg-header-height);
  }

  .dmdg-site-header {
    backdrop-filter: none;
  }

  .dmdg-brand .custom-logo {
    width: min(185px, 52vw) !important;
    max-height: 58px;
  }

  .dmdg-home-hero__grid {
    grid-template-columns: 1fr !important;
  }

  .dmdg-home-hero h1 {
    max-width: 14ch;
  }

  .dmdg-home-hero__visual {
    min-height: auto;
  }

  .dmdg-home-hero__visual img {
    max-width: 560px;
  }

  .dmdg-iceberg-stage {
    max-width: 560px;
  }

  .dmdg-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dmdg-trust-item:nth-child(3) {
    border-left: 0;
  }

  .dmdg-concern-section .dmdg-section-heading {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .dmdg-concern-section .dmdg-section-heading .dmdg-lead {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  :where(.dmdg-site-header, .dmdg-home-hero, .dmdg-section, .dmdg-site-footer) > .alignwide {
    width: min(100% - 32px, 1180px);
  }

  .dmdg-home-hero {
    padding-top: 48px;
  }

  .dmdg-home-hero__visual {
    margin-inline: -8px;
  }

  .dmdg-iceberg-label {
    max-width: 176px;
    padding: 8px 10px 8px 12px;
  }

  .dmdg-iceberg-label strong {
    font-size: 0.58rem;
  }

  .dmdg-iceberg-label span {
    font-size: 0.64rem;
  }

  .dmdg-iceberg-detail-link {
    bottom: 5%;
    max-width: 155px;
    font-size: 0.7rem;
  }

  .dmdg-trust-strip {
    grid-template-columns: 1fr !important;
  }

  .dmdg-trust-item,
  .dmdg-trust-item:nth-child(3) {
    padding: 18px 0;
    border-top: 1px solid var(--dmdg-line);
    border-left: 0;
  }

  .dmdg-trust-item:first-child {
    border-top: 0;
  }

  .dmdg-card {
    min-height: 0;
  }

  .dmdg-concern-section .dmdg-card-grid {
    grid-template-columns: 1fr !important;
  }

  .dmdg-concern-section .dmdg-card {
    min-height: 250px;
  }

  .dmdg-process-section .dmdg-step {
    min-height: 0;
  }

  .dmdg-process-section .dmdg-step__number {
    margin-bottom: 30px;
  }

  .dmdg-safety-section .dmdg-dark-panel {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .dmdg-safety-section .dmdg-dark-panel h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .dmdg-final-cta {
    padding-inline: 24px;
    border-radius: var(--dmdg-radius-md);
  }

  .dmdg-site-footer {
    padding-block: 54px 22px;
  }

  .dmdg-footer-grid {
    grid-template-columns: 1fr;
    row-gap: 0 !important;
  }

  .dmdg-footer-column,
  .dmdg-footer-column:nth-child(even) {
    margin-inline: 0 !important;
    padding: 28px 0 !important;
    border-top: 1px solid rgba(226, 208, 113, 0.18);
    border-left: 0 !important;
  }

  .dmdg-footer-column--brand {
    padding-top: 0;
    padding-bottom: 36px;
    border-top: 0;
  }

  .dmdg-footer-brand {
    max-width: 230px;
    margin-bottom: 18px;
  }

  .dmdg-footer-brand .custom-logo {
    width: 230px !important;
  }

  .dmdg-site-footer h3 {
    margin-bottom: 12px;
    padding-top: 0;
  }

  .dmdg-site-footer h3::before {
    display: none;
  }

  .dmdg-footer-list a {
    padding-block: 10px;
    font-size: 0.94rem;
  }

  .dmdg-footer-bottom {
    align-items: flex-start !important;
    margin-top: 16px;
    padding-top: 22px;
    gap: 8px;
  }

  .dmdg-footer-bottom p {
    width: 100%;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*
 * Dark editorial system
 *
 * The brand world must continue beyond the hero. Tonal graphite and olive
 * surfaces create hierarchy; ivory is reserved for typography and compact
 * controls instead of being used as a page-sized background.
 */
:root {
  --dmdg-night-0: #12140f;
  --dmdg-night-1: #171a14;
  --dmdg-night-2: #1d2119;
  --dmdg-night-3: #24281f;
  --dmdg-ivory: #f7f2e7;
  --dmdg-copy: rgba(247, 242, 231, 0.74);
  --dmdg-copy-soft: rgba(247, 242, 231, 0.58);
  --dmdg-gold-line: rgba(226, 208, 113, 0.22);
}

body.dmdg-site,
body.dmdg-site .wp-site-blocks,
body.dmdg-site .wp-site-blocks > main {
  background: var(--dmdg-night-0);
  color: var(--dmdg-copy);
}

.dmdg-section {
  color: var(--dmdg-copy);
}

.dmdg-section :where(h2, h3, h4),
.dmdg-section :where(.wp-block-heading, strong) {
  color: var(--dmdg-ivory);
}

.dmdg-section :where(a:not(.wp-block-button__link)) {
  color: var(--dmdg-ivory);
  text-underline-offset: 0.22em;
}

.dmdg-section :where(a:not(.wp-block-button__link)):hover {
  color: var(--wp--preset--color--ochre);
}

.dmdg-section .dmdg-eyebrow,
.dmdg-section .dmdg-card__number {
  color: var(--wp--preset--color--ochre);
}

.dmdg-section .dmdg-lead,
.dmdg-section :where(p, li) {
  color: var(--dmdg-copy);
}

.dmdg-concern-section {
  border-top: 1px solid var(--dmdg-gold-line);
  background:
    radial-gradient(circle at 86% 12%, rgba(226, 208, 113, 0.1), transparent 30rem),
    linear-gradient(145deg, var(--dmdg-night-2), var(--dmdg-night-1)) !important;
}

.dmdg-card,
.dmdg-concern-section .dmdg-card,
.dmdg-concern-section .dmdg-card:nth-child(1),
.dmdg-concern-section .dmdg-card:nth-child(4) {
  border-color: rgba(226, 208, 113, 0.17);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--dmdg-night-2);
  color: var(--dmdg-copy);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.14);
}

.dmdg-card:hover {
  border-color: rgba(226, 208, 113, 0.42);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.24);
}

.dmdg-card::after {
  opacity: 0.22;
}

.dmdg-safety-section {
  border-block: 1px solid rgba(226, 208, 113, 0.13);
  background:
    radial-gradient(circle at 76% 22%, rgba(226, 208, 113, 0.11), transparent 30rem),
    linear-gradient(120deg, var(--dmdg-night-3), var(--dmdg-night-0));
}

.dmdg-person-section {
  border-bottom: 1px solid rgba(226, 208, 113, 0.13);
  background:
    radial-gradient(circle at 9% 12%, rgba(226, 208, 113, 0.09), transparent 26rem),
    linear-gradient(145deg, var(--dmdg-night-1), #1b1e17);
}

.dmdg-person-section figure {
  border-color: rgba(226, 208, 113, 0.28);
  background: linear-gradient(145deg, rgba(226, 208, 113, 0.13), rgba(255, 255, 255, 0.015));
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.32);
}

.dmdg-person-section figure img {
  filter: saturate(0.78) contrast(1.04);
}

.dmdg-process-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 208, 113, 0.09), transparent 28rem),
    linear-gradient(135deg, var(--dmdg-night-3), var(--dmdg-night-2)) !important;
}

.dmdg-process-section .dmdg-step {
  border-top-color: rgba(226, 208, 113, 0.38);
  background: transparent;
}

.dmdg-process-section .dmdg-step + .dmdg-step {
  border-left: 1px solid rgba(247, 242, 231, 0.09);
}

.dmdg-process-section .dmdg-step__number {
  color: var(--wp--preset--color--ochre);
}

.dmdg-faq-section {
  border-block: 1px solid rgba(226, 208, 113, 0.13);
  background:
    radial-gradient(circle at 88% 88%, rgba(226, 208, 113, 0.08), transparent 28rem),
    var(--dmdg-night-1) !important;
}

.dmdg-faq-section .dmdg-details {
  border-top-color: rgba(247, 242, 231, 0.14);
}

.dmdg-faq-section .dmdg-details:last-child {
  border-bottom: 1px solid rgba(247, 242, 231, 0.14);
}

.dmdg-faq-section .dmdg-details summary {
  color: var(--dmdg-ivory);
}

.dmdg-faq-section .dmdg-details summary::after {
  color: var(--wp--preset--color--ochre);
}

.dmdg-final-cta-section {
  background:
    linear-gradient(180deg, var(--dmdg-night-1), var(--dmdg-night-0)) !important;
}

.dmdg-final-cta {
  border: 1px solid rgba(226, 208, 113, 0.21);
  background:
    radial-gradient(circle at 84% 20%, rgba(226, 208, 113, 0.13), transparent 24rem),
    linear-gradient(120deg, var(--dmdg-night-3), var(--dmdg-night-1));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.dmdg-page-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border-color: rgba(226, 208, 113, 0.16);
  background-color: #252820;
  background-image: var(--dmdg-masthead-gradient);
  color: var(--dmdg-copy);
}

.dmdg-page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(32deg, transparent 48%, rgba(248, 244, 234, 0.08) 49%, rgba(248, 244, 234, 0.08) 50%, transparent 51%),
    linear-gradient(148deg, transparent 48%, rgba(226, 208, 113, 0.08) 49%, rgba(226, 208, 113, 0.08) 50%, transparent 51%);
  background-size: 220px 190px, 300px 250px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 88%, transparent 100%);
  pointer-events: none;
}

.dmdg-page-hero h1,
.dmdg-content-shell :where(h2, h3, h4) {
  color: var(--dmdg-ivory);
}

.dmdg-content-shell {
  background: var(--dmdg-night-1);
  color: var(--dmdg-copy);
}

.dmdg-content-shell blockquote {
  border-left-color: var(--wp--preset--color--ochre);
  background: rgba(255, 255, 255, 0.045);
  color: var(--dmdg-ivory);
}

@media (max-width: 781px) {
  .dmdg-process-section .dmdg-step + .dmdg-step {
    border-left: 0;
  }
}
