@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-variable.woff2") format("woff2-variations");
}

:root {
  --color-brand-navy: #0a1f44;
  --color-warm-ivory: #f6f2ea;
  --color-white: #fff;
  --color-brushed-silver: #c0c5ca;
  --color-body-text: #56616a;
  --dg-navy: var(--color-brand-navy);
  --dg-blue: var(--color-brand-navy);
  --dg-charcoal: var(--color-brand-navy);
  --dg-steel: var(--color-body-text);
  --dg-cool: var(--color-body-text);
  --dg-silver: var(--color-brushed-silver);
  --dg-frost: var(--color-warm-ivory);
  --dg-frost-light: var(--color-warm-ivory);
  --dg-white: var(--color-white);
  --dg-primary: var(--color-brand-navy);
  --dg-primary-hover: var(--color-brand-navy);
  --dg-danger: #a52222;
  --dg-border: var(--color-brushed-silver);
  --dg-shadow: 0 12px 30px rgba(10, 31, 68, 0.08);
  --font-primary:
    "Instrument Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dg-shell: 1280px;
  --dg-header-hero-gap: clamp(10px, 1.2vw, 18px);
  --brand-cut-angle: 45deg;
  --brand-cut-size-sm: 12px;
  --brand-cut-size-md: 20px;
  --brand-cut-size-lg: 24px;
  --brand-rule-color: var(--color-brushed-silver);
  --brand-edge-color: var(--color-body-text);
  --brand-watermark-opacity: 0.045;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--dg-charcoal);
  background: var(--color-warm-ivory);
  font-family: var(--font-primary);
  font-size: clamp(1.0625rem, 0.15vw + 1.025rem, 1.125rem);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dg-menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--dg-blue);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--dg-navy);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--dg-blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--dg-white);
}

::selection {
  color: var(--dg-white);
  background: var(--dg-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--dg-charcoal);
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

h1 {
  font-size: clamp(3.25rem, 5vw, 4.75rem);
}

h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.5rem);
}

h3 {
  font-size: clamp(1.5625rem, 2vw, 2rem);
}

p,
ul,
ol {
  margin-top: 0;
}

.dg-shell {
  width: min(calc(100% - 48px), var(--dg-shell));
  margin-inline: auto;
}

.dg-main {
  overflow: clip;
  background: var(--color-warm-ivory);
}

/* WordPress flow layouts add the global prose gap between every block. Structural
   regions manage their own spacing and must meet without exposing the canvas. */
body .wp-site-blocks > * + *,
body .dg-main > .dg-section + .dg-section,
body .dg-main > .wp-block-post-content > .dg-section + .dg-section,
body .dg-service-page > * + * {
  margin-block-start: 0;
}

.dg-main:has(> .dg-hero) {
  padding-top: var(--dg-header-hero-gap);
}

.dg-section {
  position: relative;
  padding-block: clamp(56px, 5.6vw, 88px);
}

.dg-section--frost {
  background: var(--color-warm-ivory);
}

.dg-section-heading {
  max-width: 780px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.dg-section-heading > *:last-child,
.dg-split__copy > *:last-child,
.dg-hero__copy > *:last-child {
  margin-bottom: 0;
}

.dg-section-heading h2,
.dg-split__copy h2,
.dg-video-story__copy h2,
.dg-faq-layout__intro h2 {
  margin-bottom: 24px;
}

.dg-section-heading p:not(.dg-eyebrow) {
  max-width: 65ch;
  color: var(--dg-steel);
  font-size: 1.12rem;
}

.dg-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: 32px;
}

.dg-section-heading--row > div {
  max-width: 780px;
}

.dg-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--dg-blue);
  font-family: var(--font-primary);
  font-size: 0.78125rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dg-eyebrow::before {
  width: 36px;
  height: 1px;
  background: var(--color-brushed-silver);
  content: "";
}

.dg-lead {
  max-width: 65ch;
  color: var(--color-body-text);
  font-size: clamp(1.1875rem, 0.45vw + 1.08rem, 1.3125rem);
  line-height: 1.52;
}

.dg-microcopy {
  color: var(--dg-steel);
  font-size: 0.92rem;
  line-height: 1.55;
}

.dg-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 0.925rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.dg-button:active {
  transform: translateY(0);
}

.dg-button span:last-child {
  font-size: 1.08em;
  transition: transform 160ms ease;
}

.dg-button:hover {
  transform: translateY(-2px);
}

.dg-button:hover span:last-child {
  transform: translate(2px, -2px);
}

.dg-button--primary {
  color: var(--dg-white);
  background: var(--dg-primary);
  box-shadow: 0 7px 18px rgba(10, 31, 68, 0.14);
}

.dg-button--primary:hover,
.dg-button--primary:active {
  color: var(--dg-white);
  background: var(--dg-primary-hover);
}

.dg-button--secondary {
  color: var(--dg-navy);
  border-color: var(--dg-navy);
  background: transparent;
  box-shadow: none;
}

.dg-button--secondary:hover,
.dg-button--secondary:active {
  color: var(--dg-charcoal);
  border-color: var(--dg-charcoal);
  background: var(--color-warm-ivory);
}

.dg-button--light {
  color: var(--dg-navy);
  background: var(--dg-white);
  box-shadow: none;
}

.dg-button--light:hover {
  color: var(--dg-navy);
  background: var(--dg-frost);
}

.dg-button:disabled,
.dg-button[aria-disabled="true"] {
  color: var(--dg-charcoal);
  border-color: var(--dg-silver);
  background: var(--color-warm-ivory);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.dg-button[aria-busy="true"] {
  cursor: progress;
}

.dg-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--dg-navy);
  font-family: var(--font-primary);
  font-size: 0.925rem;
  font-weight: 600;
  text-decoration: none;
}

.dg-text-link > span:last-child {
  transition: transform 160ms ease;
}

.dg-text-link:hover > span:last-child {
  transform: translateX(4px);
}

.dg-text-link--accent {
  color: var(--dg-blue);
}

.dg-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.dg-icon--message-circle {
  -webkit-mask-image: url("../icons/message-circle.svg");
  mask-image: url("../icons/message-circle.svg");
}

.dg-icon--arrow-up-right {
  -webkit-mask-image: url("../icons/arrow-up-right.svg");
  mask-image: url("../icons/arrow-up-right.svg");
}

.dg-icon--map-pin {
  -webkit-mask-image: url("../icons/map-pin.svg");
  mask-image: url("../icons/map-pin.svg");
}

.dg-icon--building-2 {
  -webkit-mask-image: url("../icons/building-2.svg");
  mask-image: url("../icons/building-2.svg");
}

.dg-icon--receipt-text {
  -webkit-mask-image: url("../icons/receipt-text.svg");
  mask-image: url("../icons/receipt-text.svg");
}

.dg-icon--shield-check {
  -webkit-mask-image: url("../icons/shield-check.svg");
  mask-image: url("../icons/shield-check.svg");
}

.dg-utility {
  color: var(--color-warm-ivory);
  background: var(--dg-charcoal);
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.dg-utility__inner {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.dg-utility a {
  color: var(--dg-white);
  text-decoration: none;
}

.dg-utility__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dg-utility__whatsapp .dg-icon {
  width: 14px;
  height: 14px;
}

.wp-site-blocks > .wp-block-template-part:has(.dg-header) {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: var(--dg-white);
}

.admin-bar .wp-site-blocks > .wp-block-template-part:has(.dg-header) {
  top: 32px;
}

.dg-header {
  position: relative;
  border-bottom: 1px solid rgba(174, 181, 184, 0.6);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
  will-change: box-shadow;
}

.dg-header.is-scrolled {
  border-bottom-color: rgba(192, 197, 202, 0.9);
  box-shadow: 0 10px 26px rgba(10, 31, 68, 0.08);
}

.dg-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dg-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.dg-brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.dg-brand-logo--wordmark {
  width: 198px;
  aspect-ratio: 1853 / 330;
}

.dg-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.7vw, 26px);
}

.dg-nav > a:not(.dg-button) {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--dg-charcoal);
  font-family: var(--font-primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.dg-nav > a:not(.dg-button)::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: var(--dg-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.dg-nav > a:not(.dg-button):hover::after,
.dg-nav > a:not(.dg-button):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dg-nav__cta {
  min-height: 46px;
  padding: 11px 16px;
}

.dg-utility__whatsapp span {
  word-spacing: 0.08em;
}

.dg-menu-toggle {
  display: none;
  width: 52px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dg-border);
  border-radius: 8px;
  color: var(--dg-navy);
  background: var(--color-warm-ivory);
  cursor: pointer;
}

.dg-menu-toggle__label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.dg-menu-toggle__icon,
.dg-menu-toggle__icon span {
  display: block;
}

.dg-menu-toggle__icon {
  position: relative;
  width: 23px;
  height: 16px;
}

.dg-menu-toggle__icon span {
  position: absolute;
  left: 0;
  width: 23px;
  height: 2px;
  background: currentColor;
  transition:
    transform 160ms ease,
    top 160ms ease;
}

.dg-menu-toggle__icon span:first-child {
  top: 3px;
}

.dg-menu-toggle__icon span:last-child {
  top: 11px;
}

.dg-menu-toggle[aria-expanded="true"] .dg-menu-toggle__icon span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.dg-menu-toggle[aria-expanded="true"] .dg-menu-toggle__icon span:last-child {
  top: 7px;
  transform: rotate(-45deg);
}

.dg-mobile-action {
  display: none;
}

.dg-hero {
  margin-top: 0;
  padding-top: clamp(38px, 4vw, 54px);
  padding-bottom: 0;
  background: #f6f2ea;
}

.dg-hero::before {
  display: none;
}

.dg-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.dg-hero__copy {
  grid-column: span 7;
  padding-block: 12px 30px;
}

.dg-display {
  max-width: 660px;
  margin-bottom: 20px;
  font-size: clamp(2.875rem, 4.35vw, 3.875rem);
  font-weight: 620;
  line-height: 1.03;
}

.dg-hero__copy .dg-lead {
  max-width: 610px;
  margin-bottom: 26px;
  font-size: clamp(1.08rem, 0.65vw + 0.9rem, 1.28rem);
  line-height: 1.5;
}

.dg-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dg-hero__actions .wp-block-shortcode,
.dg-hero__actions .dg-hero__link {
  margin: 0;
}

.dg-hero__link a {
  min-width: 138px;
}

.dg-hero__visual {
  position: relative;
  grid-column: span 5;
  min-height: 0;
  aspect-ratio: 5 / 4;
}

.dg-hero-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--dg-silver);
  background: var(--dg-frost);
}

.dg-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.dg-diagnosis {
  padding-top: clamp(106px, 11vw, 156px);
}

.dg-split {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 132px);
}

.dg-split__media {
  position: relative;
  height: 620px;
}

.dg-split__media::before {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 62%;
  height: 55%;
  border-top: 1px solid var(--dg-silver);
  border-left: 1px solid var(--dg-silver);
  content: "";
}

.dg-split__media picture,
.dg-split__media img {
  width: 100%;
  height: 100%;
}

.dg-split__media img {
  object-fit: cover;
  object-position: center;
}

.dg-media-index {
  position: absolute;
  right: -22px;
  bottom: 24px;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--dg-white);
  background: var(--dg-blue);
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.dg-split__copy {
  max-width: 630px;
}

.dg-split__copy .dg-lead {
  margin-bottom: 30px;
}

.dg-check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.dg-check-list li {
  position: relative;
  padding-left: 30px;
}

.dg-check-list li::before {
  position: absolute;
  top: 0.52em;
  left: 2px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--dg-blue);
  border-left: 2px solid var(--dg-blue);
  content: "";
  transform: rotate(-45deg);
}

.dg-service-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dg-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--dg-border);
  background: var(--dg-white);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dg-service-card:hover {
  border-color: var(--color-brushed-silver);
  box-shadow: none;
  transform: translateY(-2px);
}

.dg-service-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--dg-frost);
}

.dg-service-card__media picture,
.dg-service-card__media img {
  width: 100%;
  height: 100%;
}

.dg-service-card__media img {
  object-fit: cover;
  transition: transform 260ms ease;
}

.dg-service-card:hover .dg-service-card__media img {
  transform: scale(1.025);
}

.dg-service-card:nth-child(1) img {
  object-position: center 62%;
}

.dg-service-card:nth-child(2) img {
  object-position: center 48%;
}

.dg-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.dg-service-card .dg-eyebrow {
  margin-bottom: 12px;
  font-size: 0.68rem;
}

.dg-service-card .dg-eyebrow::before {
  width: 22px;
}

.dg-service-card h3 {
  margin-bottom: 16px;
}

.dg-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.dg-service-card__body > p:not(.dg-eyebrow) {
  flex: 1;
  margin-bottom: 24px;
  color: var(--dg-steel);
  font-size: 0.96rem;
  line-height: 1.55;
}

.dg-service-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--dg-border);
  padding-top: 16px;
}

.dg-audiences h2 {
  max-width: 760px;
  margin-bottom: 50px;
}

.dg-audience-grid {
  display: grid;
  border-top: 1px solid var(--dg-border);
  border-left: 1px solid var(--dg-border);
  grid-template-columns: repeat(3, 1fr);
}

.dg-audience-card {
  min-height: 280px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--dg-border);
  border-bottom: 1px solid var(--dg-border);
  background: var(--dg-white);
}

.dg-audience-card > span {
  display: inline-block;
  margin-bottom: 62px;
  color: var(--dg-blue);
  font-family: var(--font-primary);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.dg-audience-card h3 {
  margin-bottom: 16px;
}

.dg-audience-card p {
  margin: 0;
  color: var(--dg-steel);
}

.dg-process {
  overflow: hidden;
  color: var(--color-warm-ivory);
  background: var(--color-brand-navy);
}

.dg-process::after {
  position: absolute;
  top: -150px;
  right: -90px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  content: "";
  transform: rotate(45deg);
}

.dg-process__head {
  display: grid;
  align-items: end;
  margin-bottom: 64px;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
}

.dg-process .dg-eyebrow {
  color: var(--color-brushed-silver);
}

.dg-process h2 {
  color: var(--dg-white);
}

.dg-process__head p:last-child {
  margin-bottom: 4px;
  color: var(--color-brushed-silver);
}

.dg-process-list {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.dg-process-list li {
  min-height: 230px;
  padding: 30px 30px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.dg-process-list li:last-child {
  border-right: 0;
}

.dg-process-list li > span {
  display: block;
  margin-bottom: 58px;
  color: var(--color-brushed-silver);
  font-family: var(--font-primary);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.dg-process-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dg-white);
  font-family: var(--font-primary);
  font-size: 1.1rem;
}

.dg-process-list p {
  margin: 0;
  color: var(--color-brushed-silver);
  font-size: 0.9rem;
  line-height: 1.55;
}

.dg-project-grid {
  display: grid;
  gap: 24px;
  grid-auto-rows: 420px;
  grid-template-columns: repeat(3, 1fr);
}

.dg-project-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: var(--dg-navy);
}

.dg-project-card:first-child {
  grid-column: span 2;
}

.dg-project-card picture,
.dg-project-card img {
  width: 100%;
  height: 100%;
}

.dg-project-card img {
  object-fit: cover;
  transition:
    opacity 220ms ease,
    transform 320ms ease;
}

.dg-project-card:first-child img {
  object-position: center 45%;
}

.dg-project-card:nth-child(2) img {
  object-position: center 45%;
}

.dg-project-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: var(--dg-white);
  background: rgba(10, 31, 68, 0.92);
  transform: translateY(calc(100% - 94px));
  transition: transform 220ms ease;
}

.dg-project-card figcaption > span,
.dg-project-card figcaption > strong {
  display: block;
}

.dg-project-card figcaption > span {
  margin-bottom: 5px;
  color: var(--color-brushed-silver);
  font-size: 0.7rem;
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dg-project-card figcaption > strong {
  min-height: 52px;
  font-family: var(--font-primary);
  font-size: 1.05rem;
}

.dg-project-card figcaption p {
  margin: 14px 0 0;
  color: var(--color-warm-ivory);
  font-size: 0.86rem;
  line-height: 1.5;
}

.dg-project-card:hover figcaption,
.dg-project-card:focus-within figcaption {
  transform: translateY(0);
}

.dg-project-card:hover img {
  opacity: 0.86;
  transform: scale(1.025);
}

.dg-maintenance {
  padding-top: 0;
}

.dg-maintenance__panel {
  display: grid;
  overflow: hidden;
  width: min(calc(100% - 48px), var(--dg-shell));
  color: var(--color-warm-ivory);
  background: var(--dg-blue);
  grid-template-columns: 1.05fr 0.72fr;
}

.dg-maintenance__copy {
  padding: clamp(48px, 7vw, 84px);
}

.dg-maintenance .dg-eyebrow {
  color: var(--color-warm-ivory);
}

.dg-maintenance h2 {
  max-width: 740px;
  margin-bottom: 24px;
  color: var(--dg-white);
}

.dg-maintenance__copy > p:not(.dg-eyebrow) {
  max-width: 60ch;
  margin-bottom: 30px;
  color: var(--color-warm-ivory);
}

.dg-maintenance__image,
.dg-maintenance__image img {
  width: 100%;
  height: 100%;
}

.dg-maintenance__image img {
  object-fit: cover;
}

.dg-video-story__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 120px);
}

.dg-video-frame {
  position: relative;
  max-width: 410px;
  margin-inline: auto;
  padding: 16px;
  background: var(--dg-white);
  box-shadow: none;
}

.dg-video-frame::before {
  position: absolute;
  z-index: -1;
  top: -24px;
  left: -24px;
  width: 90px;
  height: 90px;
  border-top: 1px solid var(--dg-silver);
  border-left: 1px solid var(--dg-silver);
  content: "";
}

.dg-video-frame video {
  width: 100%;
  max-height: 630px;
  aspect-ratio: 9 / 16;
  background: var(--dg-navy);
  object-fit: cover;
}

.dg-video-frame > span {
  display: block;
  padding: 11px 4px 0;
  color: var(--dg-steel);
  font-size: 0.72rem;
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dg-video-story__copy {
  max-width: 620px;
}

.dg-faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(48px, 8vw, 112px);
}

.dg-faq-layout__intro {
  position: sticky;
  top: 142px;
}

.dg-faq-layout__intro p:last-child {
  max-width: 42ch;
  color: var(--dg-steel);
}

.dg-faq-list {
  border-top: 1px solid var(--dg-border);
}

.dg-faq {
  border-bottom: 1px solid var(--dg-border);
}

.dg-faq summary {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  color: var(--color-brand-navy);
  font-family: var(--font-primary);
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.dg-faq summary::-webkit-details-marker {
  display: none;
}

.dg-faq summary span:last-child {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--dg-border);
  color: var(--dg-blue);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.dg-faq[open] summary span:last-child {
  transform: rotate(45deg);
}

.dg-faq > div {
  max-width: 64ch;
  padding: 0 56px 25px 0;
  color: var(--dg-steel);
}

.dg-faq > div p:last-child {
  margin-bottom: 0;
}

.dg-final-cta {
  padding-block: 0;
  background: var(--dg-white);
}

.dg-final-cta__inner {
  width: min(calc(100% - 48px), var(--dg-shell));
  padding: clamp(54px, 8vw, 96px);
  color: var(--color-warm-ivory);
  background: var(--dg-navy);
  text-align: center;
}

.dg-final-cta .dg-eyebrow {
  justify-content: center;
  color: var(--color-brushed-silver);
}

.dg-final-cta h2 {
  max-width: 920px;
  margin: 0 auto 24px;
  color: var(--dg-white);
}

.dg-final-cta p:not(.dg-eyebrow) {
  max-width: 720px;
  margin: 0 auto 30px;
  color: var(--color-warm-ivory);
}

.dg-page-intro {
  min-height: auto;
  padding-block: clamp(56px, 7vw, 86px);
}

.dg-page-intro > .dg-shell > h1,
.dg-page-intro > .dg-shell > .dg-lead {
  max-width: 900px;
}

.dg-page-intro > .dg-shell > .dg-lead {
  margin: 28px 0 34px;
}

.dg-service-hero {
  padding-block: clamp(72px, 9vw, 126px) clamp(54px, 7vw, 92px);
  color: var(--color-warm-ivory);
  background: var(--color-brand-navy);
}

.dg-service-hero > * {
  width: min(calc(100% - 48px), 980px);
  margin-inline: auto;
}

.dg-service-hero .dg-eyebrow {
  color: var(--color-brushed-silver);
}

.dg-service-hero h1 {
  max-width: 960px;
  margin-bottom: 28px;
  color: var(--dg-white);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.dg-service-hero .wp-block-post-excerpt {
  max-width: 750px;
  margin: 0;
  color: var(--color-warm-ivory);
  font-size: 1.26rem;
}

.dg-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 38px;
  color: var(--color-brushed-silver);
  font-size: 0.82rem;
}

.dg-breadcrumbs a {
  color: var(--color-warm-ivory);
  text-decoration: none;
}

.dg-service-content {
  padding-block: clamp(72px, 9vw, 118px);
}

.dg-service-content > * {
  width: min(calc(100% - 48px), 900px);
  margin-inline: auto;
}

.dg-service-content h2 {
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.dg-service-content > .dg-lead {
  margin-bottom: 44px;
}

.dg-service-intro-grid {
  display: grid;
  width: min(calc(100% - 48px), 1120px);
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dg-service-panel {
  padding: 34px;
  border: 1px solid var(--dg-border);
  background: var(--dg-frost-light);
}

.dg-service-panel h2 {
  margin-top: 0;
  font-size: 1.45rem;
}

.dg-service-panel p,
.dg-service-panel li {
  color: var(--dg-steel);
}

.dg-note {
  padding: 20px 24px;
  border-left: 4px solid var(--dg-blue);
  background: var(--dg-frost);
}

.dg-service-seo-support {
  background: var(--color-white);
}

.dg-service-seo-support__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: clamp(28px, 4vw, 56px);
}

.dg-service-seo-card,
.dg-location-facts,
.dg-service-area-cta {
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
}

.dg-service-seo-card {
  padding: clamp(28px, 4vw, 46px);
}

.dg-service-seo-card h2,
.dg-location-quote h2 {
  margin-bottom: 22px;
}

.dg-service-seo-card > p:not(.dg-eyebrow),
.dg-location-quote p,
.dg-location-services .dg-section-heading p {
  color: var(--color-body-text);
}

.dg-service-seo-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.dg-service-proof-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  background: var(--color-warm-ivory);
}

.dg-service-proof-card__media {
  min-height: 260px;
  background: var(--color-brushed-silver);
}

.dg-service-proof-card__media picture,
.dg-service-proof-card__media img {
  width: 100%;
  height: 100%;
}

.dg-service-proof-card__media img {
  object-fit: cover;
}

.dg-service-proof-card__body {
  padding: clamp(24px, 3vw, 34px);
}

.dg-service-proof-card__body h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.dg-service-proof-card__body p,
.dg-service-proof-card__body dd {
  color: var(--color-body-text);
}

.dg-service-proof-card dl,
.dg-location-facts dl {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.dg-service-proof-card dl > div,
.dg-location-facts dl > div {
  display: grid;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(192, 197, 202, 0.72);
}

.dg-service-proof-card dt,
.dg-location-facts dt {
  color: var(--color-brand-navy);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dg-service-proof-card dd,
.dg-location-facts dd {
  margin: 0;
}

.dg-service-faq-section,
.dg-location-faq-section {
  background: var(--color-white);
}

.dg-service-area-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 5vw, 56px);
  padding: clamp(26px, 4vw, 42px);
}

.dg-service-area-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.dg-service-area-cta p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--color-body-text);
}

.dg-location-hero {
  background: var(--color-warm-ivory);
}

.dg-location-hero__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(34px, 6vw, 80px);
}

.dg-location-hero .dg-breadcrumbs,
.dg-location-hero .dg-breadcrumbs a {
  color: var(--color-brand-navy);
}

.dg-location-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
}

.dg-location-facts {
  padding: clamp(28px, 4vw, 44px);
}

.dg-location-facts dl {
  margin: 0;
}

.dg-location-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dg-location-service-link {
  display: grid;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 16px;
  min-height: 104px;
  padding: 22px;
  border: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
  background: var(--color-white);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.dg-location-service-link:hover,
.dg-location-service-link:focus-visible {
  border-color: var(--color-brand-navy);
  transform: translateY(-2px);
}

.dg-location-service-link__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
}

.dg-location-service-link strong,
.dg-location-service-link small {
  display: block;
}

.dg-location-service-link small {
  margin-top: 4px;
  color: var(--color-body-text);
}

.dg-location-quote__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: clamp(28px, 5vw, 64px);
}

.dg-quote-layout {
  display: grid;
  align-items: start;
  margin-top: 64px;
  grid-template-columns: 0.62fr 1fr;
  gap: clamp(34px, 6vw, 82px);
}

.dg-quote-guide {
  position: sticky;
  top: 132px;
  padding: 36px;
  color: var(--color-warm-ivory);
  background: var(--color-brand-navy);
}

.dg-quote-guide h2 {
  margin-bottom: 26px;
  color: var(--dg-white);
  font-size: 1.65rem;
}

.dg-quote-guide ol {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
  padding-left: 22px;
}

.dg-quote-guide li::marker {
  color: var(--color-brushed-silver);
  font-weight: 600;
}

.dg-quote-guide strong {
  color: var(--dg-white);
}

.dg-quote-form {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--dg-border);
  background: var(--dg-white);
  box-shadow: none;
}

.dg-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.dg-field {
  min-width: 0;
}

.dg-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--color-brand-navy);
  font-size: 0.9rem;
  font-weight: 600;
}

.dg-field label span {
  color: var(--dg-danger);
}

.dg-field input,
.dg-field select,
.dg-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid var(--color-brushed-silver);
  border-radius: 5px;
  color: var(--dg-charcoal);
  background: var(--dg-white);
}

.dg-field textarea {
  min-height: 145px;
  resize: vertical;
}

.dg-field input:focus,
.dg-field select:focus,
.dg-field textarea:focus {
  border-color: var(--dg-blue);
  outline: 3px solid rgba(10, 31, 68, 0.22);
  outline-offset: 1px;
}

.dg-field [aria-invalid="true"] {
  border-color: var(--dg-danger);
}

.dg-field small {
  display: block;
  margin-top: 7px;
  color: var(--dg-steel);
  font-size: 0.78rem;
}

.dg-field--full {
  grid-column: 1 / -1;
}

.dg-field--honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.dg-checkbox {
  display: grid;
  align-items: start;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}

.dg-checkbox input {
  width: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.dg-checkbox label {
  margin: 0;
  font-weight: 500;
}

.dg-quote-form > .dg-button {
  margin-top: 26px;
}

.dg-form-note {
  margin: 18px 0 0;
  color: var(--dg-steel);
  font-size: 0.78rem;
}

.dg-form-error-summary,
.dg-form-notice {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--dg-danger);
  background: #fff1f1;
}

.dg-form-error-summary {
  margin-top: 22px;
}

.dg-form-notice--success {
  border-left-color: var(--dg-navy);
  background: var(--color-warm-ivory);
}

.dg-form-notice strong {
  color: var(--dg-navy);
}

.dg-form-notice p {
  margin: 5px 0 16px;
}

.dg-generic,
.dg-404 {
  width: min(calc(100% - 48px), 880px);
  min-height: auto;
  margin-inline: auto;
  padding-block: clamp(56px, 7vw, 86px);
}

.dg-generic h1,
.dg-404 h1 {
  margin-bottom: 30px;
}

.dg-footer {
  margin-top: clamp(76px, 10vw, 132px);
  padding-top: clamp(68px, 8vw, 100px);
  color: var(--color-brushed-silver);
  background: var(--color-brand-navy);
}

.dg-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.68fr 0.9fr;
  gap: clamp(36px, 5vw, 72px);
}

.dg-footer__logo {
  width: min(245px, 100%);
  margin-bottom: 24px;
  aspect-ratio: 1853 / 330;
}

.dg-footer__brand > p {
  max-width: 44ch;
  margin-bottom: 25px;
}

.dg-footer h2 {
  margin-bottom: 22px;
  color: var(--dg-white);
  font-family: var(--font-primary);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dg-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dg-footer a:not(.dg-button) {
  color: var(--color-brushed-silver);
  font-size: 0.9rem;
  text-decoration: none;
}

.dg-footer a:hover:not(.dg-button) {
  color: var(--dg-white);
  text-decoration: underline;
}

.dg-footer__facts li {
  font-size: 0.9rem;
}

.dg-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 68px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--color-brushed-silver);
  font-size: 0.76rem;
}

.dg-footer__bottom p {
  margin: 0;
}

.dg-footer__bottom p:empty {
  display: none;
}

.dg-footer__credit {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 1100px) {
  .dg-brand-logo--wordmark {
    width: 184px;
  }

  .dg-nav {
    gap: 15px;
  }

  .dg-nav > a:not(.dg-button) {
    font-size: 0.82rem;
  }

  .dg-nav__cta {
    padding-inline: 13px;
    font-size: 0.86rem;
  }

  .dg-hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
  }

  .dg-hero__visual {
    min-height: 0;
  }

  .dg-project-grid {
    grid-auto-rows: 380px;
  }

  .dg-service-seo-support__grid,
  .dg-location-hero__grid,
  .dg-location-quote__grid {
    grid-template-columns: 1fr;
  }

  .dg-location-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .dg-utility__inner {
    justify-content: center;
  }

  .dg-utility a {
    display: none;
  }

  .dg-utility__separator:last-of-type {
    display: none;
  }

  .dg-menu-toggle {
    display: inline-flex;
  }

  .dg-nav {
    position: fixed;
    z-index: 999;
    inset: 105px 0 0;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 28px 24px 48px;
    background: var(--dg-white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .admin-bar .dg-nav {
    inset-block-start: 144px;
  }

  .dg-nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dg-nav > a:not(.dg-button) {
    min-height: 58px;
    border-bottom: 1px solid var(--dg-border);
    font-size: 1.05rem;
  }

  .dg-nav > a:not(.dg-button)::after {
    display: none;
  }

  .dg-nav__cta {
    margin-top: 24px;
  }

  .dg-hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .dg-hero__visual {
    min-height: 0;
  }

  .dg-split {
    grid-template-columns: 0.8fr 1fr;
    gap: 56px;
  }

  .dg-split__media {
    height: 530px;
  }

  .dg-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .dg-process-list li:nth-child(2) {
    border-right: 0;
  }

  .dg-process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dg-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dg-project-card:first-child {
    grid-column: span 1;
  }

  .dg-maintenance__panel {
    grid-template-columns: 1fr 0.58fr;
  }

  .dg-faq-layout {
    grid-template-columns: 0.65fr 1fr;
    gap: 52px;
  }

  .dg-footer__grid {
    grid-template-columns: 1.35fr 1fr 1fr;
  }

  .dg-footer__brand {
    grid-column: 1 / -1;
  }

  .dg-quote-layout {
    grid-template-columns: 1fr;
  }

  .dg-quote-guide {
    position: static;
  }
}

@media (max-width: 700px) {
  .dg-service-seo-card__actions,
  .dg-service-area-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-service-seo-card__actions .dg-button,
  .dg-service-area-cta .dg-button {
    width: 100%;
    justify-content: center;
  }

  .dg-location-service-link {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .dg-location-service-link > span:last-child {
    display: none;
  }
}

@media (max-width: 820px) {
  .dg-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dg-hero__copy,
  .dg-hero__visual {
    grid-column: 1 / -1;
  }

  .dg-hero__copy {
    max-width: 680px;
    padding-bottom: 0;
  }

  .dg-hero__visual {
    width: min(100%, 680px);
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 96px;
  }

  body {
    padding-bottom: 74px;
  }

  .dg-shell,
  .dg-maintenance__panel,
  .dg-final-cta__inner,
  .dg-service-hero > *,
  .dg-service-content > *,
  .dg-service-intro-grid,
  .dg-generic,
  .dg-404 {
    width: min(calc(100% - 40px), var(--dg-shell));
  }

  .dg-section {
    padding-block: 76px;
  }

  .dg-section-heading--row {
    display: block;
  }

  .dg-section-heading--row > p {
    margin-top: 24px;
  }

  .dg-utility {
    font-size: 0.72rem;
  }

  .dg-utility__inner {
    min-height: 29px;
  }

  .dg-utility__separator,
  .dg-utility__whatsapp {
    display: none;
  }

  .dg-header__inner {
    min-height: 66px;
  }

  .dg-brand-logo--wordmark {
    width: 178px;
  }

  .dg-nav {
    inset-block-start: 96px;
  }

  .admin-bar .wp-site-blocks > .wp-block-template-part:has(.dg-header) {
    top: 46px;
  }

  .admin-bar .dg-nav {
    inset-block-start: 142px;
  }

  .dg-mobile-action {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 18px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--dg-border);
    background: var(--color-warm-ivory);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .dg-mobile-action.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dg-mobile-action .dg-button {
    width: 100%;
  }

  .dg-hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .dg-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dg-display {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.5vw, 2.625rem);
    line-height: 1.04;
  }

  .dg-hero__copy {
    grid-column: 1 / -1;
    padding-block: 0;
  }

  .dg-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-hero__actions .dg-button {
    width: 100%;
  }

  .dg-hero__link a {
    width: 100%;
    justify-content: center;
  }

  .dg-hero__visual {
    grid-column: 1 / -1;
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .dg-diagnosis {
    padding-top: 96px;
  }

  .dg-split {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .dg-split__media {
    width: calc(100% - 18px);
    height: 520px;
    margin-left: 18px;
  }

  .dg-media-index {
    right: -18px;
  }

  .dg-service-grid,
  .dg-audience-grid,
  .dg-project-grid,
  .dg-service-intro-grid {
    grid-template-columns: 1fr;
  }

  .dg-service-card__media {
    aspect-ratio: 4 / 3;
  }

  .dg-audience-card {
    min-height: 240px;
  }

  .dg-audience-card > span {
    margin-bottom: 42px;
  }

  .dg-process__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dg-process-list {
    grid-template-columns: 1fr;
  }

  .dg-process-list li,
  .dg-process-list li:nth-child(2) {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dg-process-list li > span {
    margin-bottom: 22px;
  }

  .dg-project-grid {
    grid-auto-rows: 420px;
  }

  .dg-maintenance {
    padding-top: 0;
  }

  .dg-maintenance__panel {
    grid-template-columns: 1fr;
  }

  .dg-maintenance__copy {
    padding: 42px 28px;
  }

  .dg-maintenance__image {
    min-height: 360px;
  }

  .dg-video-story__grid,
  .dg-faq-layout {
    grid-template-columns: 1fr;
  }

  .dg-video-frame {
    width: calc(100% - 24px);
  }

  .dg-faq-layout__intro {
    position: static;
  }

  .dg-final-cta {
    padding-block: 0;
  }

  .dg-final-cta__inner {
    padding: 56px 24px;
  }

  .dg-service-hero {
    padding-block: 70px 58px;
  }

  .dg-service-content {
    padding-block: 68px;
  }

  .dg-service-panel {
    padding: 26px;
  }

  .dg-form-grid {
    grid-template-columns: 1fr;
  }

  .dg-field--full {
    grid-column: auto;
  }

  .dg-footer {
    margin-top: 76px;
  }

  .dg-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .dg-footer__brand {
    grid-column: 1 / -1;
  }

  .dg-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 430px) {
  .dg-brand-logo--wordmark {
    width: 150px;
  }

  .dg-menu-toggle {
    width: 48px;
    height: 44px;
  }

  .dg-hero__visual {
    min-height: 0;
  }

  .dg-hero-photo {
    clip-path: none;
  }

  .dg-service-card__body {
    padding: 24px;
  }

  .dg-service-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .dg-project-grid {
    grid-auto-rows: 380px;
  }

  .dg-footer__grid {
    grid-template-columns: 1fr;
  }

  .dg-footer__brand {
    grid-column: auto;
  }
}

@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;
  }
}

@media print {
  .dg-utility,
  .dg-header,
  .dg-mobile-action,
  .dg-footer,
  .dg-button,
  .dg-video-frame,
  .dg-video-player {
    display: none !important;
  }

  body {
    padding: 0;
    color: var(--color-brand-navy);
  }
}

/* Warm Ivory Precision ---------------------------------------------------- */
@media screen {
  .dg-icon--wrench {
    -webkit-mask-image: url("../icons/wrench.svg");
    mask-image: url("../icons/wrench.svg");
  }

  .dg-icon--door-open {
    -webkit-mask-image: url("../icons/door-open.svg");
    mask-image: url("../icons/door-open.svg");
  }

  .dg-icon--panels-top-left {
    -webkit-mask-image: url("../icons/panels-top-left.svg");
    mask-image: url("../icons/panels-top-left.svg");
  }

  .dg-icon--shower-head {
    -webkit-mask-image: url("../icons/shower-head.svg");
    mask-image: url("../icons/shower-head.svg");
  }

  .dg-icon--settings {
    -webkit-mask-image: url("../icons/settings.svg");
    mask-image: url("../icons/settings.svg");
  }

  .dg-icon--house {
    -webkit-mask-image: url("../icons/house.svg");
    mask-image: url("../icons/house.svg");
  }

  .dg-icon--drafting-compass {
    -webkit-mask-image: url("../icons/drafting-compass.svg");
    mask-image: url("../icons/drafting-compass.svg");
  }

  .dg-icon--search-check {
    -webkit-mask-image: url("../icons/search-check.svg");
    mask-image: url("../icons/search-check.svg");
  }

  .dg-icon--clipboard-list {
    -webkit-mask-image: url("../icons/clipboard-list.svg");
    mask-image: url("../icons/clipboard-list.svg");
  }

  .dg-icon--file-text {
    -webkit-mask-image: url("../icons/file-text.svg");
    mask-image: url("../icons/file-text.svg");
  }

  .dg-icon--hammer {
    -webkit-mask-image: url("../icons/hammer.svg");
    mask-image: url("../icons/hammer.svg");
  }

  .dg-icon--circle-play {
    -webkit-mask-image: url("../icons/circle-play.svg");
    mask-image: url("../icons/circle-play.svg");
  }

  .dg-icon--images {
    -webkit-mask-image: url("../icons/images.svg");
    mask-image: url("../icons/images.svg");
  }

  .dg-icon--plus {
    -webkit-mask-image: url("../icons/plus.svg");
    mask-image: url("../icons/plus.svg");
  }

  .dg-icon--minus {
    -webkit-mask-image: url("../icons/minus.svg");
    mask-image: url("../icons/minus.svg");
  }

  .dg-icon--chevron-left {
    -webkit-mask-image: url("../icons/chevron-left.svg");
    mask-image: url("../icons/chevron-left.svg");
  }

  .dg-icon--chevron-right {
    -webkit-mask-image: url("../icons/chevron-right.svg");
    mask-image: url("../icons/chevron-right.svg");
  }

  .dg-shell {
    width: min(calc(100% - 48px), 1280px);
  }

  .dg-section {
    padding-block: clamp(48px, 5vw, 78px);
  }

  .dg-button {
    border-radius: 2px;
  }

  .dg-text-link {
    gap: 10px;
  }

  .dg-text-link .dg-icon--arrow-up-right,
  .dg-service-index__arrow .dg-icon {
    transition: transform 180ms ease;
  }

  .dg-text-link:hover .dg-icon--arrow-up-right,
  .dg-text-link:focus-visible .dg-icon--arrow-up-right,
  .dg-service-index__item:hover .dg-service-index__arrow .dg-icon,
  .dg-service-index__item:focus-within .dg-service-index__arrow .dg-icon {
    transform: translate(3px, -3px);
  }

  .dg-cut-frame {
    position: relative;
    --dg-cut-size: var(--brand-cut-size-lg);
    --dg-cut-outline-color: var(--color-body-text);
    --dg-cut-outline-width: 1px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--dg-cut-size)),
      calc(100% - var(--dg-cut-size)) 100%,
      0 100%
    );
  }

  .dg-cut-frame::after {
    position: absolute;
    z-index: 5;
    inset: 0;
    background:
      linear-gradient(var(--dg-cut-outline-color) 0 0) top left / 100%
        var(--dg-cut-outline-width) no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) top right /
        var(--dg-cut-outline-width) calc(100% - var(--dg-cut-size)) no-repeat,
      linear-gradient(
          135deg,
          transparent calc(50% - var(--dg-cut-outline-width)),
          var(--dg-cut-outline-color) calc(50% - var(--dg-cut-outline-width)) 50%,
          transparent 50%
        )
        bottom right / var(--dg-cut-size) var(--dg-cut-size) no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) bottom left /
        calc(100% - var(--dg-cut-size)) var(--dg-cut-outline-width) no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) top left /
        var(--dg-cut-outline-width) 100% no-repeat;
    content: "";
    pointer-events: none;
  }

  .dg-hero-showcase.dg-cut-frame {
    --dg-cut-outline-color: var(--color-body-text);
  }

  .dg-hero-showcase:hover,
  .dg-hero-showcase:focus-visible {
    --dg-cut-outline-color: var(--dg-navy);
  }

  .dg-final-cta__inner.dg-cut-frame {
    --dg-cut-outline-color: rgba(255, 255, 255, 0.55);
  }

  .dg-section-rail {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: var(--dg-blue);
    font-family: var(--font-primary);
    font-size: 0.78125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .dg-precision-rule {
    width: clamp(44px, 6vw, 92px);
    height: 1px;
    flex: 0 0 auto;
    background: var(--brand-rule-color);
    transition: width 200ms ease;
  }

  .dg-section-intro {
    max-width: 860px;
    margin-bottom: clamp(44px, 5vw, 72px);
  }

  .dg-section-intro h2 {
    max-width: 760px;
    font-size: clamp(2.5rem, 3.8vw, 3.5rem);
  }

  .dg-section-intro--wide {
    max-width: none;
  }

  .dg-section-intro__grid,
  .dg-section-intro--row {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
    align-items: end;
    gap: clamp(36px, 6vw, 90px);
    max-width: none;
  }

  .dg-section-intro__grid p,
  .dg-section-intro--row > p {
    margin: 0;
    color: var(--dg-steel);
    font-size: 1.0625rem;
    line-height: 1.58;
  }

  .dg-section-intro--row > div h2 {
    margin: 0;
  }

  .dg-header {
    border-bottom-color: rgba(174, 181, 184, 0.72);
    box-shadow: none;
  }

  .dg-nav > a:not(.dg-button) {
    position: relative;
  }

  .dg-nav > a:not(.dg-button)::after {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    height: 1px;
    background: var(--dg-blue);
    content: "";
    opacity: 0;
    transform: scaleX(0.4);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .dg-nav > a:not(.dg-button):hover::after,
  .dg-nav > a:not(.dg-button):focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .dg-hero {
    min-height: 0;
    padding: clamp(20px, 1.8vw, 28px) 0 clamp(28px, 3vw, 40px);
    background: #f6f2ea;
  }

  .dg-hero::before {
    display: none;
  }

  .dg-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 6.7fr) minmax(480px, 5.3fr);
    align-items: start;
    gap: clamp(64px, 5.5vw, 88px);
  }

  .dg-hero__copy {
    grid-column: auto;
    max-width: 720px;
    padding: 0;
  }

  .dg-hero__copy .dg-eyebrow {
    margin-bottom: 12px;
  }

  .dg-hero h1 {
    max-width: 660px;
    margin: 0 0 16px;
    color: var(--dg-charcoal);
    font-size: clamp(3.25rem, 4.5vw, 4.25rem);
    font-weight: 620;
    line-height: 0.98;
  }

  .dg-hero__copy .dg-lead {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(1.1875rem, 0.65vw + 1.02rem, 1.3125rem);
    line-height: 1.5;
  }

  .dg-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
  }

  .dg-hero .dg-microcopy {
    max-width: 580px;
    margin: 0;
  }

  .dg-hero__visual {
    position: relative;
    grid-column: auto;
    min-width: 0;
    aspect-ratio: auto;
  }

  .dg-hero__visual::before {
    display: none;
  }

  .dg-hero-proof {
    margin-top: 16px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(192, 197, 202, 0.9);
    background: transparent;
  }

  .dg-hero-proof__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dg-hero-proof__item {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    min-width: 0;
    padding: 0 clamp(12px, 1.25vw, 18px);
    border-right: 1px solid rgba(174, 181, 184, 0.88);
  }

  .dg-hero-proof__item:first-child {
    padding-left: 0;
  }

  .dg-hero-proof__item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .dg-hero-proof__item > .dg-icon {
    width: 21px;
    height: 21px;
    margin-top: 1px;
    color: var(--dg-blue);
    background: currentColor;
  }

  .dg-hero-proof__item strong,
  .dg-hero-proof__item span {
    display: block;
  }

  .dg-hero-proof__item strong {
    color: var(--dg-charcoal);
    font-family: var(--font-primary);
    font-size: 0.92rem;
    line-height: 1.22;
  }

  .dg-hero-proof__item span {
    margin-top: 4px;
    color: var(--dg-steel);
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .dg-hero-proof__qualification {
    margin: 14px 0 0;
    color: var(--dg-steel);
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .dg-hero-showcase {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--dg-navy);
    --brand-cut-size-lg: 24px;
    --brand-cut-size-md: 20px;
  }

  .dg-hero-showcase:focus-visible {
    outline: 3px solid var(--dg-blue);
    outline-offset: 4px;
  }

  .dg-hero-showcase__viewport {
    position: relative;
    height: clamp(470px, 39vw, 540px);
    overflow: hidden;
    background: var(--dg-frost);
  }

  .dg-hero-slide,
  .dg-hero-slide picture,
  .dg-hero-slide img {
    width: 100%;
    height: 100%;
  }

  .dg-hero-slide {
    margin: 0;
  }

  .dg-hero-slide img {
    display: block;
    object-fit: cover;
    object-position: var(--dg-hero-object-position, 50% 50%);
  }

  .dg-hero-showcase__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 94px;
    padding: 18px calc(var(--dg-cut-size) + 14px) 18px 20px;
    border-top: 1px solid var(--dg-silver);
    background: transparent;
  }

  .dg-hero-showcase__copy {
    display: grid;
    min-width: 0;
    gap: 7px;
  }

  .dg-hero-showcase__label {
    color: var(--dg-steel);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .dg-hero-showcase__caption strong {
    min-width: 0;
    margin: 0;
    color: var(--dg-navy);
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
  }

  .dg-hero-showcase__navigation {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
  }

  .dg-hero-showcase__progress {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .dg-hero-showcase__indicator {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--dg-silver);
    transition:
      width 180ms ease,
      height 180ms ease,
      background-color 180ms ease;
  }

  .dg-hero-showcase__indicator.is-active {
    width: 30px;
    height: 3px;
    background: var(--dg-navy);
  }

  .dg-hero-showcase__controls {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .dg-carousel-control {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--color-brushed-silver);
    border-radius: 0;
    background: transparent;
    color: var(--dg-navy);
    cursor: pointer;
  }

  .dg-carousel-control:hover:not(:disabled) {
    border-color: var(--color-brand-navy);
    background: var(--dg-blue);
    color: var(--dg-white);
  }

  .dg-carousel-control:focus-visible {
    outline: 3px solid var(--color-brand-navy) !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--dg-white);
  }

  .dg-carousel-control:disabled {
    border-color: rgba(192, 197, 202, 0.75);
    color: rgba(86, 97, 106, 0.55);
    cursor: not-allowed;
  }

  .dg-carousel-control .dg-icon {
    width: 20px;
    height: 20px;
    background: currentColor;
  }

  .dg-diagnosis {
    padding-top: clamp(48px, 5vw, 78px);
    background: var(--dg-white);
  }

  .dg-diagnosis__grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: clamp(54px, 8vw, 116px);
  }

  .dg-diagnosis__media {
    position: relative;
    margin: 0;
    border-bottom: 2px solid var(--dg-navy);
  }

  .dg-diagnosis__media picture,
  .dg-diagnosis__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .dg-diagnosis__media img {
    object-fit: cover;
    object-position: 52% 52%;
    transition: transform 220ms ease;
  }

  .dg-diagnosis__media:hover img {
    transform: scale(1.02);
  }

  .dg-diagnosis__media figcaption {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0 12px;
    color: var(--dg-steel);
    font-family: var(--font-primary);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .dg-diagnosis__media figcaption::before {
    width: 52px;
    height: 1px;
    background: var(--dg-silver);
    content: "";
  }

  .dg-diagnosis__copy h2 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 3.8vw, 3.5rem);
  }

  .dg-diagnosis__copy .dg-lead {
    max-width: 650px;
  }

  .dg-diagnostic-principles {
    margin: 34px 0 28px;
    border-top: 1px solid var(--dg-silver);
  }

  .dg-diagnostic-principles > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--dg-border);
  }

  .dg-diagnostic-principles p {
    margin: 0;
    color: var(--dg-charcoal);
    line-height: 1.45;
  }

  .dg-services-editorial {
    overflow: hidden;
    background: var(--color-warm-ivory);
  }

  .dg-services-editorial::after {
    display: none;
  }

  .dg-services-editorial > .dg-shell {
    position: relative;
    z-index: 1;
  }

  .dg-service-index {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: stretch;
    gap: clamp(34px, 5vw, 70px);
  }

  .dg-featured-service {
    display: grid;
    grid-template-rows: minmax(360px, 1fr) auto;
    overflow: hidden;
    border: 1px solid transparent;
    background: var(--dg-white);
    transition: border-color 190ms ease;
  }

  .dg-featured-service:hover,
  .dg-featured-service:focus-within {
    --dg-cut-outline-color: var(--dg-navy);
  }

  .dg-featured-service__media,
  .dg-featured-service__media picture,
  .dg-featured-service__media img {
    width: 100%;
    height: 100%;
  }

  .dg-featured-service__media {
    overflow: hidden;
    background: var(--dg-frost);
  }

  .dg-featured-service__media img {
    object-fit: cover;
    object-position: 50% 53%;
    transition: transform 220ms ease;
  }

  .dg-featured-service:hover .dg-featured-service__media img {
    transform: scale(1.02);
  }

  .dg-featured-service__body {
    padding: clamp(28px, 4vw, 48px);
  }

  .dg-featured-service__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: var(--dg-blue);
  }

  .dg-featured-service__meta > .dg-icon {
    width: 24px;
    height: 24px;
  }

  .dg-featured-service__meta small {
    margin-left: auto;
    color: var(--dg-steel);
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .dg-featured-service h3 {
    max-width: 610px;
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 2.7vw, 2.4rem);
  }

  .dg-featured-service__body > p {
    max-width: 58ch;
    color: var(--dg-steel);
  }

  .dg-service-index__list {
    border-top: 1px solid var(--dg-silver);
  }

  .dg-service-index__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 44px;
    align-items: start;
    gap: 14px;
    padding: 22px 0;
    border-bottom: 1px solid var(--dg-silver);
    transition:
      border-color 180ms ease,
      padding-left 180ms ease;
  }

  .dg-service-index__item:hover,
  .dg-service-index__item:focus-within {
    padding-left: 8px;
    border-bottom-color: var(--dg-blue);
  }

  .dg-service-index__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--dg-blue);
    border: 1px solid var(--dg-silver);
  }

  .dg-service-index__icon .dg-icon {
    width: 17px;
    height: 17px;
  }

  .dg-service-index__copy h3 {
    margin-bottom: 8px;
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    line-height: 1.18;
  }

  .dg-service-index__copy h3 a {
    color: var(--dg-charcoal);
    text-decoration: none;
  }

  .dg-service-index__copy p {
    margin: 0;
    color: var(--dg-steel);
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .dg-service-index__arrow {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--dg-navy);
    text-decoration: none;
  }

  .dg-audiences {
    background: var(--color-warm-ivory);
  }

  .dg-audience-system {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr);
    align-items: start;
    gap: clamp(20px, 2.4vw, 36px);
  }

  .dg-audience-segment {
    min-width: 0;
    border-top: 2px solid var(--dg-navy);
    background: transparent;
  }

  .dg-audience-segment--primary {
    margin-top: 52px;
  }

  .dg-audience-segment__media {
    overflow: hidden;
    margin-top: 18px;
    background: var(--dg-frost);
  }

  .dg-audience-segment__media picture,
  .dg-audience-segment__media img {
    width: 100%;
    height: 100%;
  }

  .dg-audience-segment:nth-child(1) .dg-audience-segment__media {
    aspect-ratio: 4 / 3;
  }

  .dg-audience-segment:nth-child(2) .dg-audience-segment__media {
    aspect-ratio: 5 / 4;
  }

  .dg-audience-segment:nth-child(3) .dg-audience-segment__media {
    aspect-ratio: 3 / 4;
  }

  .dg-audience-segment__media img {
    object-fit: cover;
    transition: transform 220ms ease;
  }

  .dg-audience-segment:nth-child(1) img {
    object-position: 48% 44%;
  }

  .dg-audience-segment:nth-child(2) img {
    object-position: 50% 48%;
  }

  .dg-audience-segment:nth-child(3) img {
    object-position: 50% 35%;
  }

  .dg-audience-segment:hover img {
    transform: scale(1.02);
  }

  .dg-audience-segment__body {
    padding: 24px 4px 0;
  }

  .dg-audience-segment__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    color: var(--dg-blue);
  }

  .dg-audience-segment__meta .dg-icon {
    width: 24px;
    height: 24px;
  }

  .dg-audience-segment h3 {
    margin-bottom: 12px;
    font-size: clamp(1.5rem, 2vw, 1.95rem);
  }

  .dg-audience-segment p {
    color: var(--dg-steel);
    line-height: 1.52;
  }

  .dg-process {
    overflow: hidden;
    color: var(--dg-white);
    background: var(--dg-charcoal);
  }

  .dg-process::after {
    display: none;
  }

  .dg-brand-watermark {
    position: absolute;
    z-index: 0;
    top: -16%;
    right: -5%;
    width: min(48vw, 720px);
    max-width: none;
    opacity: var(--brand-watermark-opacity);
    pointer-events: none;
  }

  .dg-process > .dg-shell {
    position: relative;
    z-index: 1;
  }

  .dg-process__head {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
    align-items: end;
    gap: 64px;
    max-width: none;
    margin-bottom: 68px;
  }

  .dg-process__head .dg-section-rail {
    grid-column: 1 / -1;
    margin-bottom: -24px;
    color: var(--color-warm-ivory);
  }

  .dg-process h2,
  .dg-process h3 {
    color: var(--dg-white);
  }

  .dg-process__head h2 {
    max-width: 760px;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }

  .dg-process__head > p {
    margin: 0;
    color: var(--color-warm-ivory);
    font-size: 1.08rem;
    line-height: 1.6;
  }

  .dg-process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .dg-process-track::before {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    content: "";
  }

  .dg-process-track li {
    position: relative;
    min-width: 0;
    padding: 0 30px 0 0;
    transition: transform 180ms ease;
  }

  .dg-process-track li:hover,
  .dg-process-track li:focus-within {
    transform: translateY(-4px);
  }

  .dg-process-track__marker {
    position: relative;
    z-index: 1;
    display: grid;
    width: 56px;
    height: 56px;
    align-items: center;
    margin-bottom: 26px;
    padding: 0;
    place-items: center;
    color: var(--color-warm-ivory);
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: var(--dg-charcoal);
  }

  .dg-process-track__marker .dg-icon {
    width: 23px;
    height: 23px;
  }

  .dg-process-track h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }

  .dg-process-track p {
    max-width: 26ch;
    margin: 0;
    color: var(--color-brushed-silver);
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .dg-project-evidence {
    background: var(--color-warm-ivory);
  }

  .dg-project-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
    gap: clamp(44px, 7vw, 98px);
  }

  .dg-project-spotlight__media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--dg-frost);
  }

  .dg-project-spotlight__media picture,
  .dg-project-spotlight__media img {
    width: 100%;
    height: 100%;
  }

  .dg-project-spotlight__media img {
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 220ms ease;
  }

  .dg-project-spotlight:hover .dg-project-spotlight__media img {
    transform: scale(1.02);
  }

  .dg-project-spotlight__copy {
    padding-top: 24px;
    border-top: 2px solid var(--dg-navy);
  }

  .dg-project-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--dg-silver);
    color: var(--dg-blue);
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .dg-project-spotlight h3 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 3.3vw, 2.8rem);
  }

  .dg-project-spotlight__copy > p:not(.dg-note) {
    color: var(--dg-steel);
    font-size: 1.12rem;
  }

  .dg-project-spotlight dl {
    margin: 30px 0;
    border-top: 1px solid var(--dg-silver);
  }

  .dg-project-spotlight dl > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--dg-border);
  }

  .dg-project-spotlight dt {
    color: var(--dg-cool);
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .dg-project-spotlight dd {
    margin: 0;
    color: var(--dg-charcoal);
  }

  .dg-project-spotlight .dg-note {
    margin-bottom: 18px;
    color: var(--dg-steel);
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .dg-projects {
    background: var(--dg-white);
  }

  .dg-projects .dg-section-intro--row {
    align-items: end;
  }

  .dg-project-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: clamp(20px, 2.4vw, 32px);
  }

  .dg-project-mosaic__item {
    grid-column: span 4;
    margin: 0;
  }

  .dg-project-mosaic__item--1 {
    grid-column: span 7;
    grid-row: span 2;
  }

  .dg-project-mosaic__item--2,
  .dg-project-mosaic__item--3 {
    grid-column: span 5;
  }

  .dg-project-mosaic__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--dg-frost);
  }

  .dg-project-mosaic__item--1 .dg-project-mosaic__media {
    height: calc(100% - 86px);
    min-height: 520px;
    aspect-ratio: auto;
  }

  .dg-project-mosaic__item--2 .dg-project-mosaic__media,
  .dg-project-mosaic__item--3 .dg-project-mosaic__media {
    aspect-ratio: 16 / 10;
  }

  .dg-project-mosaic picture,
  .dg-project-mosaic img {
    width: 100%;
    height: 100%;
  }

  .dg-project-mosaic img {
    object-fit: cover;
    transition: transform 220ms ease;
  }

  .dg-project-mosaic__item--1 img {
    object-position: center 48%;
  }

  .dg-project-mosaic__item--2 img {
    object-position: center 40%;
  }

  .dg-project-mosaic__item:hover img,
  .dg-project-mosaic__item:focus-within img {
    transform: scale(1.02);
  }

  .dg-project-mosaic figcaption {
    display: grid;
    gap: 5px;
    padding: 14px 0 0;
    border-top: 1px solid var(--dg-silver);
  }

  .dg-project-mosaic figcaption > span {
    color: var(--dg-steel);
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .dg-project-mosaic figcaption strong {
    font-family: var(--font-primary);
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .dg-project-mosaic figcaption a {
    color: var(--dg-charcoal);
    text-decoration: none;
  }

  .dg-maintenance {
    padding: 0;
    background: var(--dg-blue);
  }

  .dg-maintenance__panel {
    display: grid;
    width: min(100%, 1440px);
    max-width: none;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 0;
    margin: 0 auto;
    color: var(--dg-white);
    background: var(--dg-blue);
    box-shadow: none;
  }

  .dg-maintenance__copy {
    align-self: center;
    padding: clamp(70px, 8vw, 118px) clamp(32px, 6vw, 90px);
  }

  .dg-maintenance .dg-section-rail,
  .dg-maintenance h2 {
    color: var(--dg-white);
  }

  .dg-maintenance .dg-section-rail > span:last-child {
    color: var(--color-warm-ivory);
  }

  .dg-maintenance h2 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(2.35rem, 4vw, 3.45rem);
  }

  .dg-maintenance__copy > p:not(.dg-eyebrow) {
    max-width: 650px;
    color: var(--color-warm-ivory);
    font-size: 1.08rem;
  }

  .dg-maintenance__copy ul {
    display: grid;
    gap: 9px;
    margin: 28px 0 34px;
    padding: 0;
    color: var(--dg-white);
    list-style: none;
  }

  .dg-maintenance__copy li {
    display: flex;
    gap: 12px;
  }

  .dg-maintenance__copy li::before {
    width: 26px;
    height: 1px;
    flex: 0 0 auto;
    margin-top: 0.82em;
    background: var(--color-brushed-silver);
    content: "";
  }

  .dg-maintenance__image {
    position: relative;
    overflow: hidden;
    --dg-cut-size: var(--brand-cut-size-lg);
    --dg-cut-outline-color: var(--color-body-text);
    --dg-cut-outline-width: 1px;
    clip-path: polygon(
      var(--dg-cut-size) 0,
      100% 0,
      100% 100%,
      0 100%,
      0 var(--dg-cut-size)
    );
  }

  .dg-maintenance__image::after {
    position: absolute;
    z-index: 5;
    inset: 0;
    background:
      linear-gradient(var(--dg-cut-outline-color) 0 0) top right /
        calc(100% - var(--dg-cut-size)) var(--dg-cut-outline-width) no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) top right /
        var(--dg-cut-outline-width) 100% no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) bottom left / 100%
        var(--dg-cut-outline-width) no-repeat,
      linear-gradient(var(--dg-cut-outline-color) 0 0) bottom left /
        var(--dg-cut-outline-width) calc(100% - var(--dg-cut-size)) no-repeat,
      linear-gradient(
          135deg,
          transparent 50%,
          var(--dg-cut-outline-color) 50%
            calc(50% + var(--dg-cut-outline-width)),
          transparent calc(50% + var(--dg-cut-outline-width))
        )
        top left / var(--dg-cut-size) var(--dg-cut-size) no-repeat;
    content: "";
    pointer-events: none;
  }

  .dg-maintenance__image picture,
  .dg-maintenance__image img {
    width: 100%;
    height: 100%;
  }

  .dg-maintenance__image img {
    min-height: 100%;
    object-fit: cover;
    object-position: 56% center;
  }

  .dg-video-story {
    background: var(--color-warm-ivory);
  }

  .dg-video-story__grid {
    display: grid;
    grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: clamp(54px, 9vw, 128px);
  }

  .dg-video-frame {
    position: relative;
    width: min(100%, 430px);
    margin: 0;
    padding: 16px 16px 0;
    border: 1px solid var(--dg-silver);
    border-radius: 0;
    background: var(--dg-navy);
    box-shadow: none;
  }

  .dg-video-frame::before {
    display: none;
  }

  .dg-video-frame video {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 0;
    object-fit: cover;
  }

  .dg-video-frame figcaption {
    padding: 14px 0 16px;
    color: var(--color-warm-ivory);
    font-family: var(--font-primary);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .dg-video-story__copy {
    max-width: 700px;
  }

  .dg-video-story__copy h2 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(2.4rem, 4vw, 3.45rem);
  }

  .dg-video-story__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--dg-blue);
    font-family: var(--font-primary);
    font-size: 0.78125rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .dg-video-story__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 36px;
    border: 1px solid var(--dg-silver);
    background: var(--dg-silver);
  }

  .dg-video-story__facts > div {
    display: grid;
    gap: 5px;
    padding: 18px;
    background: var(--color-warm-ivory);
  }

  .dg-video-story__facts span {
    color: var(--dg-cool);
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .dg-video-story__facts strong {
    color: var(--dg-charcoal);
    font-size: 0.94rem;
    line-height: 1.4;
  }

  .dg-faq-section {
    background: var(--dg-white);
  }

  .dg-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    align-items: start;
    gap: clamp(54px, 8vw, 112px);
  }

  .dg-faq-layout__intro {
    position: sticky;
    top: 140px;
    max-width: 450px;
  }

  .dg-faq-layout__intro h2 {
    margin-bottom: 20px;
    font-size: clamp(2.25rem, 3.6vw, 3.1rem);
  }

  .dg-faq-assist {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid var(--dg-silver);
  }

  .dg-faq-assist p {
    margin-bottom: 4px;
    color: var(--dg-steel);
    font-size: 0.92rem;
  }

  .dg-faq-list--editorial {
    border-top: 2px solid var(--dg-navy);
  }

  .dg-faq-list--editorial .dg-faq {
    border-color: var(--dg-silver);
  }

  .dg-faq-list--editorial .dg-faq summary {
    min-height: 72px;
    padding: 20px 0;
    color: var(--dg-charcoal);
    font-family: var(--font-primary);
    font-size: 1.06rem;
    line-height: 1.35;
  }

  .dg-faq__icons {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--dg-blue);
    border: 1px solid var(--dg-silver);
    background: transparent;
    border-radius: 0;
    transition:
      border-color 180ms ease,
      transform 180ms ease;
  }

  .dg-faq__icons > span {
    position: absolute;
    display: grid;
    place-items: center;
  }

  .dg-faq__icons .dg-icon {
    width: 19px;
    height: 19px;
  }

  .dg-faq__minus {
    opacity: 0;
  }

  .dg-faq[open] .dg-faq__plus {
    opacity: 0;
  }

  .dg-faq[open] .dg-faq__minus {
    opacity: 1;
  }

  .dg-faq[open] .dg-faq__icons {
    border-color: var(--dg-blue);
    transform: rotate(180deg);
  }

  .dg-faq-list--editorial .dg-faq > div {
    max-width: 68ch;
    padding: 0 62px 22px 0;
    color: var(--dg-steel);
  }

  .dg-final-cta {
    padding: clamp(70px, 7vw, 104px) 0 0;
    color: var(--dg-white);
    background: var(--dg-navy);
  }

  .dg-final-cta__inner {
    position: relative;
    max-width: 1280px;
    padding: clamp(62px, 8vw, 112px) clamp(28px, 8vw, 124px);
    border: 0;
    border-radius: 0;
    color: var(--dg-white);
    background: var(--dg-navy);
    box-shadow: none;
    text-align: center;
  }

  .dg-final-cta__rule {
    width: min(180px, 28vw);
    height: 1px;
    margin: 0 auto 28px;
    background: rgba(255, 255, 255, 0.42);
  }

  .dg-final-cta .dg-eyebrow {
    justify-content: center;
    color: var(--color-warm-ivory);
  }

  .dg-final-cta h2 {
    max-width: 930px;
    margin: 0 auto 22px;
    color: var(--dg-white);
    font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  }

  .dg-final-cta p:not(.dg-eyebrow) {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: var(--color-warm-ivory);
  }

  .dg-final-cta .dg-button {
    margin-top: 14px;
  }

  .dg-footer {
    margin-top: 0;
    padding-top: 86px;
    background: var(--dg-charcoal);
  }

  .dg-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 34px 54px;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .dg-footer__grid::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 110px;
    height: 2px;
    background: var(--dg-white);
    content: "";
  }

  .dg-footer__brand {
    grid-row: 1 / 3;
    padding-right: clamp(30px, 6vw, 90px);
  }

  .dg-footer__logo {
    width: min(260px, 100%);
    margin-bottom: 22px;
  }

  .dg-footer__brand > p {
    max-width: 52ch;
  }

  .dg-footer__grid > div:nth-child(4) {
    grid-column: 2 / 4;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dg-footer__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
  }

  .dg-footer__bottom {
    margin-top: 52px;
    padding-top: 22px;
  }

  .dg-page-intro {
    padding-block: clamp(76px, 8vw, 112px);
    border-bottom: 1px solid var(--dg-silver);
    background: var(--color-warm-ivory);
  }

  .dg-page-intro > .dg-shell {
    display: block;
  }

  .dg-page-intro > .dg-shell > .dg-eyebrow {
    margin-bottom: 0;
  }

  .dg-page-intro > .dg-shell > h1 {
    max-width: 840px;
    font-size: clamp(3.25rem, 5vw, 4.75rem);
  }

  .dg-page-intro > .dg-shell > .dg-lead {
    max-width: 720px;
    margin: 28px 0 34px;
  }

  .dg-page-intro > .dg-shell > .dg-button {
    margin-top: 0;
  }

  .dg-page-intro > .dg-shell > .dg-quote-layout {
    width: 100%;
  }

  .dg-quote-form {
    border-color: var(--dg-silver);
    border-radius: 0;
    box-shadow: none;
  }

  .dg-field input,
  .dg-field select,
  .dg-field textarea {
    border-radius: 2px;
  }

  .dg-service-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 28px;
  }

  .dg-service-card {
    grid-column: span 4;
    overflow: hidden;
    border: 1px solid var(--dg-silver);
    border-radius: 0;
    background: var(--dg-white);
    box-shadow: none;
  }

  .dg-service-card:first-child {
    display: grid;
    grid-column: span 8;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .dg-service-card:nth-child(2) {
    grid-column: span 4;
  }

  .dg-service-card__media {
    aspect-ratio: 4 / 3;
  }

  .dg-service-card:first-child .dg-service-card__media {
    height: 100%;
    aspect-ratio: auto;
  }

  .dg-service-card__body {
    padding: 28px;
  }

  .dg-service-card__actions {
    padding-top: 16px;
    border-top: 1px solid var(--dg-border);
  }

  .dg-project-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 28px;
  }

  .dg-project-card,
  .dg-project-card:first-child {
    grid-column: span 4;
    height: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .dg-project-card:first-child {
    grid-column: span 8;
  }

  .dg-project-card picture,
  .dg-project-card img,
  .dg-project-card:first-child img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .dg-project-card:first-child img {
    aspect-ratio: 16 / 10;
  }

  .dg-project-card figcaption {
    position: static;
    padding: 16px 0 0;
    color: var(--dg-charcoal);
    background: transparent;
    transform: none;
  }

  .dg-project-card figcaption > span {
    color: var(--dg-blue);
  }

  .dg-project-card figcaption > strong {
    color: var(--dg-navy);
  }

  .dg-project-card figcaption p {
    color: var(--dg-steel);
  }

  .dg-project-card:hover figcaption,
  .dg-project-card:focus-within figcaption {
    transform: none;
  }
}

@media screen and (max-width: 1100px) {
  .dg-hero__grid {
    grid-template-columns: minmax(0, 6.55fr) minmax(400px, 5.45fr);
    gap: 42px;
  }

  .dg-hero h1 {
    font-size: clamp(3.25rem, 5.2vw, 3.65rem);
  }

  .dg-hero-showcase {
    height: 560px;
  }

  .dg-hero-proof__item {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    padding-inline: 10px;
  }

  .dg-hero-proof__item strong {
    font-size: 0.86rem;
  }

  .dg-hero-proof__item span {
    font-size: 0.78rem;
  }

  .dg-service-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }

  .dg-audience-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-audience-segment:nth-child(3) {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, 5fr) minmax(0, 7fr);
    gap: 34px;
    margin-top: 18px;
  }

  .dg-audience-segment:nth-child(3) .dg-audience-segment__media {
    aspect-ratio: 16 / 10;
  }

  .dg-process-track li {
    padding-right: 20px;
  }

  .dg-maintenance__panel {
    grid-template-columns: minmax(0, 6.5fr) minmax(0, 5.5fr);
  }

  .dg-page-intro > .dg-shell {
    gap: 24px 44px;
  }
}

@media screen and (max-width: 920px) {
  .dg-section {
    padding-block: 58px;
  }

  .dg-section-intro__grid,
  .dg-section-intro--row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .dg-hero {
    padding-top: 54px;
  }

  .dg-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dg-hero__copy {
    max-width: 760px;
  }

  .dg-hero h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 7vw, 3.75rem);
  }

  .dg-hero__visual {
    width: min(100%, 760px);
  }

  .dg-hero-showcase {
    height: auto;
  }

  .dg-hero-showcase__viewport {
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .dg-diagnosis__grid {
    grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
    gap: 42px;
  }

  .dg-diagnosis__copy h2 {
    font-size: clamp(2.1rem, 5vw, 2.75rem);
  }

  .dg-featured-service {
    grid-template-rows: 330px auto;
  }

  .dg-process__head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 52px;
  }

  .dg-process__head .dg-section-rail {
    margin-bottom: 8px;
  }

  .dg-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 28px;
  }

  .dg-process-track::before {
    display: none;
  }

  .dg-process-track li {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .dg-project-spotlight {
    grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
    gap: 38px;
  }

  .dg-project-mosaic__item--1 {
    grid-column: span 12;
    grid-row: auto;
  }

  .dg-project-mosaic__item--1 .dg-project-mosaic__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .dg-project-mosaic__item--2,
  .dg-project-mosaic__item--3,
  .dg-project-mosaic__item {
    grid-column: span 6;
  }

  .dg-maintenance__panel {
    grid-template-columns: 1fr;
  }

  .dg-maintenance__image {
    min-height: 430px;
    clip-path: polygon(
      0 var(--dg-cut-size),
      var(--dg-cut-size) 0,
      100% 0,
      100% 100%,
      0 100%
    );
  }

  .dg-video-story__grid {
    grid-template-columns: minmax(270px, 5fr) minmax(0, 7fr);
    gap: 48px;
  }

  .dg-faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dg-faq-layout__intro {
    position: static;
    max-width: 680px;
  }

  .dg-page-intro > .dg-shell {
    grid-template-columns: 1fr;
  }

  .dg-page-intro > .dg-shell > .dg-button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .dg-service-card,
  .dg-service-card:first-child,
  .dg-service-card:nth-child(2) {
    grid-column: span 6;
  }

  .dg-service-card:first-child {
    display: block;
  }

  .dg-service-card:first-child .dg-service-card__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .dg-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-footer__brand {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-right: 0;
  }

  .dg-footer__grid > div:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 780px) {
  .dg-diagnosis__grid,
  .dg-service-index,
  .dg-project-spotlight,
  .dg-video-story__grid {
    grid-template-columns: 1fr;
  }

  .dg-diagnosis__media {
    width: min(100%, 620px);
  }

  .dg-diagnosis__media picture,
  .dg-diagnosis__media img {
    aspect-ratio: 4 / 3;
  }

  .dg-diagnosis__media img {
    object-position: 50% 58%;
  }

  .dg-service-index__list {
    margin-top: 8px;
  }

  .dg-video-frame {
    width: min(100%, 360px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 720px) {
  .dg-shell {
    width: min(calc(100% - 48px), 1280px);
  }

  .dg-section {
    padding-block: 52px;
  }

  .dg-section-rail {
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 0.74rem;
  }

  .dg-precision-rule {
    width: 34px;
  }

  .dg-section-intro {
    margin-bottom: 38px;
  }

  .dg-section-intro h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .dg-cut-frame {
    --dg-cut-size: var(--brand-cut-size-md);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--dg-cut-size)),
      calc(100% - var(--dg-cut-size)) 100%,
      0 100%
    );
  }

  .dg-hero {
    padding: 32px 0 0;
  }

  .dg-hero__grid {
    gap: 36px;
  }

  .dg-hero h1 {
    max-width: none;
    margin-bottom: 20px;
    font-size: clamp(2.625rem, 11vw, 3.125rem);
    line-height: 1;
  }

  .dg-hero__copy .dg-lead {
    font-size: 1.08rem;
  }

  .dg-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dg-hero__actions .dg-button {
    width: 100%;
  }

  .dg-hero-proof__items {
    grid-template-columns: 1fr;
  }

  .dg-hero-proof__item,
  .dg-hero-proof__item:first-child,
  .dg-hero-proof__item:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(174, 181, 184, 0.72);
  }

  .dg-hero-proof__item:first-child {
    padding-top: 0;
  }

  .dg-hero-proof__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .dg-hero-proof__item strong {
    font-size: 0.94rem;
  }

  .dg-hero-proof__item span {
    font-size: 0.86rem;
  }

  .dg-hero-proof__qualification {
    margin-top: 16px;
  }

  .dg-hero-showcase__caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-height: 0;
    padding: 16px calc(var(--dg-cut-size) + 12px) 20px 18px;
  }

  .dg-hero-showcase__navigation {
    width: 100%;
    justify-content: space-between;
  }

  .dg-diagnosis__copy h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .dg-diagnostic-principles > div {
    grid-template-columns: 1fr;
  }

  .dg-featured-service {
    grid-template-rows: 260px auto;
  }

  .dg-featured-service__body {
    padding: 26px 24px 36px;
  }

  .dg-featured-service__meta small {
    display: none;
  }

  .dg-service-index__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
  }

  .dg-service-index__copy p {
    display: none;
  }

  .dg-service-index__arrow {
    grid-column: 2;
    width: auto;
    height: 24px;
    justify-self: start;
  }

  .dg-audience-system {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dg-audience-segment--primary,
  .dg-audience-segment:nth-child(3) {
    display: block;
    grid-column: auto;
    margin-top: 0;
  }

  .dg-audience-segment:nth-child(2) {
    display: flex;
    flex-direction: column;
  }

  .dg-audience-segment:nth-child(2) .dg-audience-segment__body {
    order: -1;
    padding-bottom: 20px;
  }

  .dg-audience-segment:nth-child(2) .dg-audience-segment__media,
  .dg-audience-segment:nth-child(3) .dg-audience-segment__media {
    aspect-ratio: 16 / 10;
  }

  .dg-process-track {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 26px;
  }

  .dg-process-track::before {
    display: block;
    top: 18px;
    bottom: 22px;
    left: 0;
    width: 1px;
    height: auto;
  }

  .dg-process-track li {
    padding: 0 0 38px 20px;
    border-top: 0;
  }

  .dg-process-track li:last-child {
    padding-bottom: 0;
  }

  .dg-process-track__marker {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin-bottom: 10px;
  }

  .dg-brand-watermark {
    top: 2%;
    right: -32%;
    width: 100vw;
  }

  .dg-project-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .dg-project-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .dg-project-mosaic__item--1 {
    grid-column: 1 / -1;
  }

  .dg-project-mosaic__item--2,
  .dg-project-mosaic__item--3,
  .dg-project-mosaic__item {
    grid-column: span 1;
  }

  .dg-project-mosaic__item--4 {
    grid-column: 1 / -1;
  }

  .dg-project-mosaic__item--4 .dg-project-mosaic__media {
    aspect-ratio: 16 / 10;
  }

  .dg-project-mosaic figcaption strong {
    font-size: 0.92rem;
  }

  .dg-project-mosaic figcaption > span {
    font-size: 0.65rem;
  }

  .dg-maintenance__copy {
    padding: 66px 24px;
  }

  .dg-maintenance h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .dg-maintenance__image {
    min-height: 300px;
  }

  .dg-video-story__grid {
    gap: 46px;
  }

  .dg-video-story__copy h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .dg-video-story__facts {
    grid-template-columns: 1fr;
  }

  .dg-faq-list--editorial .dg-faq summary {
    gap: 18px;
    font-size: 1rem;
  }

  .dg-faq-list--editorial .dg-faq > div {
    padding-right: 0;
  }

  .dg-final-cta {
    padding-top: 52px;
  }

  .dg-final-cta__inner {
    padding: 64px 24px 76px;
  }

  .dg-final-cta h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .dg-final-cta .dg-button {
    width: 100%;
  }

  .dg-footer {
    padding-top: 68px;
  }

  .dg-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dg-footer__brand,
  .dg-footer__grid > div:nth-child(4) {
    grid-column: auto;
  }

  .dg-footer__facts {
    display: grid;
  }

  .dg-page-intro > .dg-shell > h1 {
    font-size: clamp(2.35rem, 10vw, 3.1rem);
  }

  .dg-service-card,
  .dg-service-card:first-child,
  .dg-service-card:nth-child(2),
  .dg-project-card,
  .dg-project-card:first-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 430px) {
  .dg-shell {
    width: calc(100% - 40px);
  }

  .dg-hero h1 {
    font-size: clamp(2.625rem, 11vw, 2.95rem);
  }

  .dg-section-rail > span:last-child {
    max-width: 20ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-diagnosis__media img,
  .dg-featured-service__media img,
  .dg-audience-segment__media img,
  .dg-project-spotlight__media img,
  .dg-project-mosaic img,
  .dg-process-track li,
  .dg-text-link .dg-icon,
  .dg-service-index__arrow .dg-icon {
    transform: none !important;
  }
}

/* Work-context video ------------------------------------------------------ */
.dg-icon--play {
  -webkit-mask-image: url("../icons/play.svg");
  mask-image: url("../icons/play.svg");
}

.dg-icon--pause {
  -webkit-mask-image: url("../icons/pause.svg");
  mask-image: url("../icons/pause.svg");
}

.dg-icon--maximize-2 {
  -webkit-mask-image: url("../icons/maximize-2.svg");
  mask-image: url("../icons/maximize-2.svg");
}

.dg-icon--minimize-2 {
  -webkit-mask-image: url("../icons/minimize-2.svg");
  mask-image: url("../icons/minimize-2.svg");
}

.dg-icon--rotate-ccw {
  -webkit-mask-image: url("../icons/rotate-ccw.svg");
  mask-image: url("../icons/rotate-ccw.svg");
}

.dg-video-story {
  padding-block: clamp(64px, 6vw, 88px);
  background: var(--color-warm-ivory);
}

.dg-video-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 5.3fr) minmax(0, 6.7fr);
  grid-template-areas: "media copy";
  align-items: center;
  gap: clamp(72px, 6vw, 96px);
}

.dg-video-story__copy {
  grid-area: copy;
  max-width: 660px;
}

.dg-video-story__copy .dg-section-rail {
  margin-bottom: 20px;
}

.dg-video-story__copy h2 {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--color-brand-navy);
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 3.8vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.dg-video-story__copy .dg-lead {
  max-width: 60ch;
  margin: 0;
  color: var(--color-body-text);
  font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

.dg-video-player {
  --dg-video-progress-value: 0%;
  grid-area: media;
  width: min(100%, 520px);
  max-width: none;
  margin: 0;
  color: var(--color-body-text);
  background: transparent;
}

.dg-video-player [hidden] {
  display: none !important;
}

.dg-video-player__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-brushed-silver);
  aspect-ratio: 3 / 4;
  background: var(--color-warm-ivory);
}

.dg-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  aspect-ratio: 3 / 4;
  background: var(--color-warm-ivory);
  object-fit: cover;
  object-position: var(--dg-video-position, 50% 50%);
}

.dg-video-poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
}

.dg-video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--dg-video-position, 50% 50%);
}

.dg-video-player:is(.is-playing, .is-paused, .is-ended) .dg-video-poster {
  display: none;
}

.dg-video-primary,
.dg-video-control-button {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
  background: var(--color-warm-ivory);
  box-shadow: none;
  cursor: pointer;
}

.dg-video-primary {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dg-video-primary .dg-icon {
  width: 25px;
  height: 25px;
  margin-left: 2px;
}

.dg-video-control-button {
  width: 44px;
  height: 44px;
  padding: 0;
  border-color: transparent;
  border-radius: 0;
}

.dg-video-control-button .dg-icon {
  width: 21px;
  height: 21px;
}

.dg-video-primary:hover,
.dg-video-control-button:hover {
  border-color: var(--color-brushed-silver);
  color: var(--color-brand-navy);
  background: var(--color-white);
}

.dg-video-primary:active,
.dg-video-control-button:active {
  background: var(--color-brushed-silver);
}

.dg-video-primary:focus-visible,
.dg-video-control-button:focus-visible,
.dg-video-progress:focus-visible {
  outline: 3px solid var(--color-brand-navy);
  outline-offset: 3px;
}

.dg-video-controls {
  display: grid;
  grid-template-columns: 44px minmax(80px, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-video-player.has-fullscreen .dg-video-controls {
  grid-template-columns: 44px minmax(80px, 1fr) auto 44px;
}

.dg-video-timeline {
  position: relative;
  display: grid;
  min-width: 0;
  height: 44px;
  align-items: center;
}

.dg-video-timeline__track {
  position: absolute;
  right: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  background: var(--color-brushed-silver);
  box-shadow: 0 0 0 1px var(--color-body-text);
  pointer-events: none;
}

.dg-video-timeline__track > span {
  display: block;
  width: var(--dg-video-progress-value);
  height: 100%;
  background: var(--color-brand-navy);
}

.dg-video-progress {
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  outline-offset: 2px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.dg-video-progress::-webkit-slider-runnable-track {
  height: 4px;
  border: 0;
  background: transparent;
}

.dg-video-progress::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border: 2px solid var(--color-warm-ivory);
  border-radius: 50%;
  background: var(--color-brand-navy);
  box-shadow: 0 0 0 1px var(--color-brand-navy);
  -webkit-appearance: none;
  appearance: none;
}

.dg-video-progress::-moz-range-track {
  height: 4px;
  border: 0;
  background: transparent;
}

.dg-video-progress::-moz-range-progress {
  height: 4px;
  background: transparent;
}

.dg-video-progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-warm-ivory);
  border-radius: 50%;
  background: var(--color-brand-navy);
  box-shadow: 0 0 0 1px var(--color-brand-navy);
}

.dg-video-time {
  min-width: 72px;
  color: var(--color-body-text);
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.dg-video-story__meta {
  display: block;
  padding-top: 14px;
  color: var(--color-body-text);
  font-family: var(--font-primary);
  font-size: clamp(0.875rem, 0.2vw + 0.84rem, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

.dg-video-story__meta strong {
  margin-right: 5px;
  color: var(--color-brand-navy);
  font-weight: 600;
}

.dg-video-story__credit > span:first-child {
  color: var(--color-brushed-silver);
}

.dg-video-noscript {
  margin: 12px 0 0;
  font-size: 0.9375rem;
}

.dg-video-player:fullscreen,
.dg-video-player:-webkit-full-screen {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 20px;
  place-content: center;
  justify-items: center;
  background: var(--color-warm-ivory);
}

.dg-video-player:fullscreen .dg-video-player__stage,
.dg-video-player:fullscreen .dg-video-controls,
.dg-video-player:fullscreen .dg-video-story__meta,
.dg-video-player:-webkit-full-screen .dg-video-player__stage,
.dg-video-player:-webkit-full-screen .dg-video-controls,
.dg-video-player:-webkit-full-screen .dg-video-story__meta {
  width: min(100%, 60vh);
}

@media screen and (max-width: 1024px) {
  .dg-video-story__grid {
    grid-template-columns: minmax(0, 5.4fr) minmax(0, 6.6fr);
    gap: 48px;
  }
}

@media screen and (max-width: 840px) {
  .dg-video-story {
    padding-block: 56px;
  }

  .dg-video-story__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 36px;
  }

  .dg-video-story__copy,
  .dg-video-player {
    width: 100%;
    max-width: 620px;
  }

  .dg-video-story__copy h2 {
    max-width: 600px;
    font-size: clamp(2rem, 8vw, 2.75rem);
  }
}

@media screen and (max-width: 430px) {
  .dg-video-story {
    padding-block: 52px;
  }

  .dg-video-story__grid {
    gap: 30px;
  }

  .dg-video-story__copy .dg-section-rail {
    margin-bottom: 16px;
  }

  .dg-video-story .dg-section-rail > span:last-child {
    max-width: none;
    white-space: nowrap;
  }

  .dg-video-story__copy h2 {
    margin-bottom: 18px;
  }

  .dg-video-controls,
  .dg-video-player.has-fullscreen .dg-video-controls {
    gap: 6px;
  }

  .dg-video-time {
    min-width: 64px;
    font-size: 0.8125rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .dg-video-primary,
  .dg-video-control-button,
  .dg-video-progress {
    scroll-behavior: auto;
    transition: none !important;
  }
}

/* Scoped revision: homepage service index and audience context sections. */
.dg-services-editorial {
  overflow: visible;
  background: var(--color-warm-ivory);
}

.dg-services-editorial .dg-section-intro--wide {
  margin-bottom: clamp(48px, 4.8vw, 64px);
}

.dg-services-editorial .dg-section-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.34fr);
  align-items: end;
  gap: clamp(48px, 5vw, 64px);
}

.dg-services-editorial .dg-section-intro__grid h2 {
  max-width: 700px;
}

.dg-services-editorial .dg-section-intro__grid p {
  max-width: 430px;
  min-width: 260px;
  margin-bottom: 0;
}

.dg-service-index {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  align-items: start;
  gap: clamp(48px, 5vw, 64px);
}

.dg-featured-service {
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
  box-shadow: none;
}

.dg-featured-service__media {
  width: 100%;
  height: clamp(280px, 21vw, 300px);
  max-height: 300px;
  overflow: hidden;
  background: var(--color-warm-ivory);
}

.dg-featured-service__media picture,
.dg-featured-service__media img {
  width: 100%;
  height: 100%;
}

.dg-featured-service__media img {
  object-fit: cover;
  object-position: 50% 38%;
  transition: transform 180ms ease;
}

.dg-featured-service:hover .dg-featured-service__media img,
.dg-featured-service:focus-within .dg-featured-service__media img {
  transform: scale(1.01);
}

.dg-featured-service__body {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 2vw, 24px);
}

.dg-featured-service__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--color-brand-navy);
}

.dg-featured-service__meta > .dg-icon {
  width: 23px;
  height: 23px;
}

.dg-featured-service__meta small {
  margin-left: auto;
  color: var(--color-body-text);
  font-family: var(--font-primary);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dg-featured-service h3 {
  max-width: none;
  margin: 0;
  color: var(--color-brand-navy);
  font-size: clamp(1.38rem, 1.7vw, 1.7rem);
  line-height: 1.05;
}

.dg-featured-service__body > p {
  max-width: 58ch;
  margin: 0;
  color: var(--color-body-text);
  line-height: 1.45;
}

.dg-featured-service .dg-text-link {
  margin-top: 2px;
}

.dg-service-index__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-brushed-silver);
}

.dg-service-index__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  min-height: 94px;
  padding: 18px 14px;
  color: var(--color-brand-navy);
  border-bottom: 1px solid var(--color-brushed-silver);
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease;
}

.dg-service-index__item:visited {
  color: var(--color-brand-navy);
}

.dg-service-index__item:hover,
.dg-service-index__item:focus-visible {
  color: var(--color-brand-navy);
  background: var(--color-white);
  border-bottom-color: var(--color-brand-navy);
}

.dg-service-index__item:focus-visible {
  position: relative;
  z-index: 1;
}

.dg-service-index__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--color-brand-navy);
  border: 1px solid var(--color-brushed-silver);
}

.dg-service-index__icon .dg-icon {
  width: 18px;
  height: 18px;
}

.dg-service-index__copy {
  display: grid;
  gap: 6px;
}

.dg-service-index__title {
  color: var(--color-brand-navy);
  font-weight: 700;
  line-height: 1.18;
}

.dg-service-index__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-body-text);
  font-size: 0.9rem;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dg-service-index__arrow {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--color-brand-navy);
}

.dg-service-index__arrow .dg-icon {
  width: 18px;
  height: 18px;
}

.dg-audiences {
  background: var(--color-warm-ivory);
}

.dg-audiences .dg-section-intro {
  max-width: 900px;
  margin-bottom: clamp(48px, 5vw, 64px);
}

.dg-audiences .dg-section-intro h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.dg-audience-grid,
.dg-audience-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(28px, 2.6vw, 36px);
  border: 0;
}

.dg-audience-segment,
.dg-audience-segment--primary,
.dg-audience-segment:nth-child(2),
.dg-audience-segment:nth-child(3) {
  display: grid;
  grid-column: auto;
  grid-template-columns: none;
  grid-template-rows: auto auto;
  gap: 0;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  border-top: 1px solid var(--color-brushed-silver);
  background: transparent;
  transform: none;
}

.dg-audience-segment__media,
.dg-audience-segment:nth-child(1) .dg-audience-segment__media,
.dg-audience-segment:nth-child(2) .dg-audience-segment__media,
.dg-audience-segment:nth-child(3) .dg-audience-segment__media {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--color-white);
}

.dg-audience-segment__media picture,
.dg-audience-segment__media img {
  width: 100%;
  height: 100%;
}

.dg-audience-segment__media img {
  object-fit: cover;
  transition: transform 180ms ease;
}

.dg-audience-segment:nth-child(1) img {
  object-position: 50% 47%;
}

.dg-audience-segment:nth-child(2) img {
  object-position: 50% 43%;
}

.dg-audience-segment:nth-child(3) img {
  object-position: 50% 34%;
}

.dg-audience-segment:hover img,
.dg-audience-segment:focus-within img {
  transform: scale(1.01);
}

.dg-audience-segment__body,
.dg-audience-segment:nth-child(2) .dg-audience-segment__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  height: 100%;
  padding: 24px 0 0;
  order: initial;
}

.dg-audience-segment__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: var(--color-brand-navy);
}

.dg-audience-segment__meta .dg-icon {
  width: 23px;
  height: 23px;
}

.dg-audience-segment h3 {
  margin: 0;
  color: var(--color-brand-navy);
  font-size: clamp(1.45rem, 1.8vw, 1.82rem);
  line-height: 1.08;
}

.dg-audience-segment p {
  margin: 0;
  color: var(--color-body-text);
  line-height: 1.5;
}

.dg-audience-segment .dg-text-link {
  align-self: end;
  margin-top: 12px;
}

@media screen and (max-width: 1100px) {
  .dg-service-index {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 36px;
  }

  .dg-featured-service__media {
    height: clamp(240px, 28vw, 300px);
  }

  .dg-service-index__item {
    min-height: 108px;
    padding-inline: 14px;
  }

  .dg-audience-grid,
  .dg-audience-system {
    gap: 30px;
  }
}

@media screen and (max-width: 900px) {
  .dg-services-editorial .dg-section-intro__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dg-services-editorial .dg-section-intro__grid p {
    max-width: 640px;
    min-width: 0;
  }

  .dg-audience-grid,
  .dg-audience-system {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dg-audience-segment__media,
  .dg-audience-segment:nth-child(1) .dg-audience-segment__media,
  .dg-audience-segment:nth-child(2) .dg-audience-segment__media,
  .dg-audience-segment:nth-child(3) .dg-audience-segment__media {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 740px) {
  .dg-service-index {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dg-featured-service__media {
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 2;
  }
}

@media screen and (max-width: 720px) {
  .dg-services-editorial .dg-section-intro--wide,
  .dg-audiences .dg-section-intro {
    margin-bottom: 36px;
  }

  .dg-service-index__item {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 14px;
    min-height: 0;
    padding: 20px 0;
  }

  .dg-service-index__item:hover,
  .dg-service-index__item:focus-visible {
    background: transparent;
  }

  .dg-service-index__excerpt {
    font-size: 0.92rem;
  }

  .dg-audience-grid,
  .dg-audience-system {
    gap: 40px;
  }
}

@media screen and (max-width: 430px) {
  .dg-featured-service__body {
    padding: 26px 22px 30px;
  }

  .dg-featured-service__meta small {
    display: none;
  }

  .dg-featured-service h3 {
    font-size: clamp(1.55rem, 8vw, 1.95rem);
  }

  .dg-audience-segment__media,
  .dg-audience-segment:nth-child(1) .dg-audience-segment__media,
  .dg-audience-segment:nth-child(2) .dg-audience-segment__media,
  .dg-audience-segment:nth-child(3) .dg-audience-segment__media {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-featured-service__media img,
  .dg-audience-segment__media img,
  .dg-service-index__item {
    transition: none !important;
  }
}

/* Subpage hero system: services, projects, contact/quote and compact pages. */
.dg-subpage-hero {
  overflow: visible;
  padding-block: clamp(72px, 5vw, 86px);
  border-bottom: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-subpage-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 6.4fr) minmax(360px, 5fr);
  align-items: center;
  gap: clamp(56px, 6vw, 80px);
}

.dg-subpage-hero--projects .dg-subpage-hero__grid {
  grid-template-columns: minmax(0, 4.8fr) minmax(500px, 6.2fr);
}

.dg-subpage-hero--project-detail .dg-subpage-hero__grid {
  grid-template-columns: minmax(520px, 6.2fr) minmax(0, 4.2fr);
}

.dg-subpage-hero--contact .dg-subpage-hero__grid {
  grid-template-columns: minmax(0, 5fr) minmax(380px, 5.8fr);
  align-items: start;
}

.dg-subpage-hero--contact {
  padding-block: clamp(68px, 4.7vw, 78px);
}

.dg-subpage-hero--contact h1 {
  font-size: clamp(2.75rem, 3.4vw, 3.75rem);
}

.dg-subpage-hero__copy {
  min-width: 0;
}

.dg-subpage-hero .dg-breadcrumbs {
  margin-bottom: 28px;
  color: var(--color-body-text);
}

.dg-subpage-hero .dg-breadcrumbs a {
  color: var(--color-brand-navy);
}

.dg-subpage-hero .dg-eyebrow {
  margin-bottom: 18px;
  color: var(--color-brand-navy);
  font-weight: 600;
}

.dg-subpage-hero h1 {
  max-width: 660px;
  color: var(--color-brand-navy);
  font-size: clamp(3rem, 4vw, 4.125rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.dg-subpage-hero--projects h1 {
  max-width: 680px;
  font-size: clamp(3rem, 3.3vw, 3.625rem);
}

.dg-subpage-hero--service h1,
.dg-subpage-hero--business h1,
.dg-subpage-hero--quote h1 {
  max-width: 720px;
  font-size: clamp(3rem, 3.5vw, 3.75rem);
  letter-spacing: -0.042em;
}

.dg-subpage-hero--service h1 {
  font-size: clamp(3rem, 3.2vw, 3.375rem);
}

.dg-subpage-hero__lead {
  max-width: 620px;
  margin: clamp(22px, 2.4vw, 28px) 0 0;
  color: var(--color-body-text);
  font-size: clamp(1.125rem, 0.35vw + 1.05rem, 1.25rem);
  line-height: 1.58;
}

.dg-subpage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(26px, 2.7vw, 34px);
}

.dg-subpage-hero__note {
  max-width: 620px;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--color-brushed-silver);
  color: var(--color-body-text);
  font-size: 0.94rem;
  line-height: 1.5;
}

.dg-subpage-hero__media {
  min-width: 0;
}

.dg-subpage-media-frame {
  position: relative;
  overflow: hidden;
  --dg-subpage-cut-size: var(--brand-cut-size-lg);
  --dg-subpage-cut-color: var(--color-body-text);
  border: 0;
  background: var(--color-white);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--dg-subpage-cut-size)),
    calc(100% - var(--dg-subpage-cut-size)) 100%,
    0 100%
  );
}

.dg-subpage-media-frame::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  background:
    linear-gradient(var(--dg-subpage-cut-color) 0 0) top left / 100% 1px
      no-repeat,
    linear-gradient(var(--dg-subpage-cut-color) 0 0) top right / 1px
      calc(100% - var(--dg-subpage-cut-size)) no-repeat,
    linear-gradient(
        135deg,
        transparent calc(50% - 1px),
        var(--dg-subpage-cut-color) calc(50% - 1px) 50%,
        transparent 50%
      )
      bottom right / var(--dg-subpage-cut-size) var(--dg-subpage-cut-size)
      no-repeat,
    linear-gradient(var(--dg-subpage-cut-color) 0 0) bottom left /
      calc(100% - var(--dg-subpage-cut-size)) 1px no-repeat,
    linear-gradient(var(--dg-subpage-cut-color) 0 0) top left / 1px 100%
      no-repeat;
  content: "";
  pointer-events: none;
}

.dg-subpage-media-frame picture,
.dg-subpage-media-frame img {
  width: 100%;
  height: 100%;
}

.dg-subpage-media-frame img {
  object-fit: cover;
  object-position: var(--dg-subpage-media-position, 50% 50%);
  transition: transform 180ms ease;
}

.dg-subpage-media-frame:hover img,
.dg-subpage-media-frame:focus-within img {
  transform: scale(1.01);
}

.dg-subpage-media-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 0.38fr);
  gap: 14px;
  padding: 14px;
  aspect-ratio: 5 / 4;
}

.dg-subpage-media-pair__primary,
.dg-subpage-media-pair__detail {
  overflow: hidden;
  min-height: 0;
  background: var(--color-warm-ivory);
}

.dg-subpage-media-pair__primary {
  grid-row: 1 / 3;
}

.dg-subpage-media-pair__detail {
  align-self: end;
  aspect-ratio: 4 / 5;
}

.dg-subpage-media-single {
  aspect-ratio: 5 / 4;
}

.dg-subpage-hero--service .dg-subpage-media-single,
.dg-subpage-hero--business .dg-subpage-media-single {
  aspect-ratio: 4 / 3;
}

.dg-projects-hero-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.9fr);
  gap: 14px;
  padding: 14px;
  aspect-ratio: 3 / 2;
}

.dg-projects-hero-mosaic__item {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  margin: 0;
  background: var(--color-warm-ivory);
}

.dg-projects-hero-mosaic__item--1 {
  grid-row: 1 / 3;
}

.dg-contact-panel {
  padding: clamp(26px, 2.4vw, 34px);
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
}

.dg-contact-panel h2 {
  margin-bottom: 24px;
  color: var(--color-brand-navy);
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.dg-contact-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dg-contact-panel li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid var(--color-brushed-silver);
}

.dg-contact-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.dg-contact-panel .dg-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--color-brand-navy);
}

.dg-contact-panel strong,
.dg-contact-panel span,
.dg-contact-panel a {
  display: block;
}

.dg-contact-panel strong {
  color: var(--color-brand-navy);
  font-size: 0.92rem;
  font-weight: 600;
}

.dg-contact-panel span,
.dg-contact-panel a {
  color: var(--color-body-text);
  text-decoration: none;
}

.dg-contact-panel a:hover,
.dg-contact-panel a:focus-visible {
  color: var(--color-brand-navy);
  text-decoration: underline;
}

.dg-quote-section {
  padding-top: clamp(52px, 5vw, 72px);
}

.dg-quote-section .dg-quote-layout {
  margin-top: 0;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: clamp(30px, 4.6vw, 64px);
}

.dg-quote-section .dg-quote-guide {
  position: static;
  top: auto;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--color-brushed-silver);
  color: var(--color-body-text);
  background: var(--color-white);
}

.dg-quote-section .dg-quote-guide h2 {
  margin-bottom: 24px;
  color: var(--color-brand-navy);
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.dg-quote-section .dg-quote-guide ul {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.dg-quote-section .dg-quote-guide li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: var(--color-body-text);
}

.dg-quote-section .dg-quote-guide .dg-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--color-brand-navy);
}

.dg-project-detail-facts {
  display: grid;
  gap: 0;
  max-width: 620px;
  margin: clamp(24px, 2.6vw, 32px) 0 0;
  border-block: 1px solid var(--color-brushed-silver);
}

.dg-project-detail-facts div {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--color-brushed-silver);
}

.dg-project-detail-facts div:first-child {
  border-top: 0;
}

.dg-project-detail-facts dt {
  color: var(--color-brand-navy);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dg-project-detail-facts dd {
  margin: 0;
  color: var(--color-body-text);
}

.dg-generic,
.dg-404 {
  min-height: auto;
  padding-block: clamp(56px, 7vw, 86px);
}

.dg-404 {
  background: var(--color-warm-ivory);
}

.dg-generic h1,
.dg-404 h1 {
  max-width: 760px;
  color: var(--color-brand-navy);
  font-size: clamp(3rem, 4vw, 4.125rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

@media screen and (max-width: 1180px) {
  .dg-subpage-hero__grid,
  .dg-subpage-hero--projects .dg-subpage-hero__grid,
  .dg-subpage-hero--project-detail .dg-subpage-hero__grid,
  .dg-subpage-hero--contact .dg-subpage-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 48px;
  }
}

@media screen and (max-width: 900px) {
  .dg-subpage-hero {
    padding-block: clamp(58px, 8vw, 76px);
  }

  .dg-subpage-hero__grid,
  .dg-subpage-hero--projects .dg-subpage-hero__grid,
  .dg-subpage-hero--project-detail .dg-subpage-hero__grid,
  .dg-subpage-hero--contact .dg-subpage-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dg-subpage-hero--project-detail .dg-subpage-hero__copy {
    order: -1;
  }

  .dg-subpage-hero__media {
    max-width: 680px;
  }

  .dg-subpage-hero h1 {
    max-width: 720px;
    font-size: clamp(2.5rem, 8vw, 3rem);
    line-height: 1.02;
  }

  .dg-generic h1,
  .dg-404 h1 {
    font-size: clamp(2.5rem, 8vw, 3rem);
    line-height: 1.02;
  }

  .dg-subpage-hero__lead {
    max-width: 680px;
  }

  .dg-subpage-media-pair,
  .dg-projects-hero-mosaic,
  .dg-subpage-media-single {
    aspect-ratio: 4 / 3;
  }
}

@media screen and (max-width: 620px) {
  .dg-subpage-hero {
    padding-block: 48px 54px;
  }

  .dg-subpage-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-subpage-hero__actions .dg-button {
    width: 100%;
    justify-content: center;
  }

  .dg-subpage-media-frame {
    --dg-subpage-cut-size: var(--brand-cut-size-md);
  }

  .dg-subpage-media-pair {
    grid-template-columns: minmax(0, 1fr);
    aspect-ratio: auto;
  }

  .dg-subpage-media-pair__primary {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .dg-subpage-media-pair__detail {
    aspect-ratio: 16 / 9;
  }

  .dg-projects-hero-mosaic {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .dg-projects-hero-mosaic__item,
  .dg-projects-hero-mosaic__item--1 {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-subpage-media-frame img {
    transition: none !important;
  }
}

/* Contact page + footer correction */

body .dg-main > .wp-block-post-content > .dg-contact-page > .dg-section + .dg-section {
  margin-block-start: 0;
}

.dg-contact-page {
  background: var(--color-warm-ivory);
}

.dg-contact-page-hero {
  padding-block: clamp(48px, 5vw, 76px);
  border-bottom: 1px solid rgba(192, 197, 202, 0.72);
  background: var(--color-warm-ivory);
}

.dg-contact-page-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.78fr);
  gap: clamp(46px, 6vw, 88px);
}

.dg-contact-page-hero__copy {
  max-width: 720px;
}

.dg-contact-page-hero .dg-eyebrow,
.dg-contact-section-heading .dg-eyebrow,
.dg-contact-card__kicker {
  color: var(--color-brand-navy);
}

.dg-contact-page-hero h1 {
  max-width: 660px;
  color: var(--color-brand-navy);
  font-size: clamp(3.25rem, 5.4vw, 4.875rem);
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.dg-contact-page-hero__lead {
  max-width: 650px;
  margin: clamp(22px, 2.8vw, 30px) 0 0;
  color: var(--color-body-text);
  font-size: clamp(1.125rem, 0.45vw + 1rem, 1.3125rem);
  line-height: 1.48;
}

.dg-contact-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 3vw, 34px);
}

.dg-contact-page-hero__microcopy {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--color-body-text);
  font-size: 0.96rem;
  line-height: 1.52;
}

.dg-contact-page-hero__panel {
  min-width: 0;
}

.dg-contact-cut-card {
  --dg-contact-cut-size: var(--brand-cut-size-lg);
  position: relative;
  isolation: isolate;
  border: 1px solid var(--color-brushed-silver);
  clip-path:
    polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--dg-contact-cut-size)),
      calc(100% - var(--dg-contact-cut-size)) 100%,
      0 100%
    );
  background: var(--color-white);
}

.dg-contact-cut-card::after {
  position: absolute;
  right: -2px;
  bottom: calc(var(--dg-contact-cut-size) / 2 - 1px);
  width: calc(var(--dg-contact-cut-size) * 1.5);
  height: 1px;
  background: var(--color-brushed-silver);
  content: "";
  pointer-events: none;
  transform: rotate(-45deg);
  transform-origin: center;
  z-index: 2;
}

.dg-contact-whatsapp-card {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 44px);
}

.dg-contact-card__kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 620;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dg-contact-whatsapp-card h2,
.dg-contact-details-panel h2,
.dg-contact-form-card h2 {
  color: var(--color-brand-navy);
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.dg-contact-whatsapp-card > p:not(.dg-contact-card__kicker, .dg-contact-whatsapp-card__note),
.dg-contact-section-heading > p:not(.dg-eyebrow) {
  margin: 0;
  color: var(--color-body-text);
  line-height: 1.55;
}

.dg-contact-whatsapp-card__list {
  padding-top: 2px;
}

.dg-contact-whatsapp-card__list h3 {
  margin-bottom: 12px;
  color: var(--color-brand-navy);
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: 0;
}

.dg-contact-whatsapp-card__list ul,
.dg-contact-details-panel ul,
.dg-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dg-contact-whatsapp-card__list ul {
  display: grid;
  gap: 13px;
}

.dg-contact-whatsapp-card__list li,
.dg-contact-details-panel li {
  display: grid;
  align-items: start;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
}

.dg-contact-whatsapp-card__list .dg-icon,
.dg-contact-details-panel .dg-icon,
.dg-contact-prepare__item .dg-icon,
.dg-footer__details .dg-icon {
  color: var(--color-brand-navy);
}

.dg-contact-whatsapp-card__list strong,
.dg-contact-details-panel strong {
  display: block;
  color: var(--color-brand-navy);
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.22;
}

.dg-contact-whatsapp-card__list small,
.dg-contact-details-panel small {
  display: block;
  margin-top: 2px;
  color: var(--color-body-text);
  font-size: 0.9rem;
  line-height: 1.45;
}

.dg-contact-whatsapp-card__button {
  justify-self: start;
}

.dg-contact-whatsapp-card__note {
  margin: -2px 0 0;
  color: var(--color-body-text);
  font-size: 0.88rem;
  line-height: 1.45;
}

.dg-contact-section-heading {
  max-width: 720px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.dg-contact-section-heading--compact {
  margin-bottom: 26px;
}

.dg-contact-section-heading h2 {
  margin-top: 8px;
  color: var(--color-brand-navy);
  font-size: clamp(2.15rem, 3.2vw, 3.25rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.055em;
}

.dg-contact-section-heading p:last-child {
  max-width: 620px;
  margin-top: 14px;
}

.dg-contact-prepare {
  padding-block: clamp(58px, 5.6vw, 84px);
  background: var(--color-white);
}

.dg-contact-prepare__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-brushed-silver);
}

.dg-contact-prepare__item {
  min-height: 224px;
  padding: clamp(22px, 2.6vw, 32px);
  background: var(--color-warm-ivory);
}

.dg-contact-prepare__item .dg-icon {
  margin-bottom: 30px;
}

.dg-contact-prepare__item h3 {
  color: var(--color-brand-navy);
  font-size: clamp(1.18rem, 1.3vw, 1.45rem);
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dg-contact-prepare__item p {
  margin: 12px 0 0;
  color: var(--color-body-text);
  font-size: 0.96rem;
  line-height: 1.52;
}

.dg-contact-form-section {
  padding-block: clamp(64px, 6vw, 96px);
  background: var(--color-warm-ivory);
}

.dg-contact-form-section__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(30px, 4.5vw, 64px);
}

.dg-contact-form-card {
  padding: clamp(26px, 4vw, 44px);
  background: var(--color-white);
}

.dg-contact-form-card .dg-quote-form {
  padding: 0;
  border: 0;
  background: transparent;
}

.dg-contact-details-panel {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 3.4vw, 38px);
}

.dg-contact-details-panel ul {
  display: grid;
  gap: 16px;
}

.dg-contact-details-panel a {
  color: var(--color-brand-navy);
  font-weight: 620;
  text-decoration-thickness: 1px;
}

.dg-contact-notes {
  padding-block: clamp(54px, 5vw, 78px);
  border-top: 1px solid rgba(192, 197, 202, 0.72);
  background: var(--color-white);
}

.dg-contact-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-brushed-silver);
}

.dg-contact-notes__grid article {
  padding: clamp(22px, 2.8vw, 34px);
  background: var(--color-white);
}

.dg-contact-notes__grid h3 {
  color: var(--color-brand-navy);
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  font-weight: 620;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.dg-contact-notes__grid p {
  margin: 12px 0 0;
  color: var(--color-body-text);
  font-size: 0.98rem;
  line-height: 1.54;
}

.dg-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-block: clamp(56px, 6vw, 90px) 0;
  color: var(--color-brushed-silver);
  background: var(--color-brand-navy);
}

.dg-footer__watermark {
  position: absolute;
  right: max(-7vw, -120px);
  bottom: 24px;
  width: min(540px, 45vw);
  height: auto;
  opacity: 0.04;
  pointer-events: none;
}

.dg-footer__top,
.dg-footer__middle,
.dg-footer__bottom {
  position: relative;
  z-index: 1;
}

.dg-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: clamp(36px, 6vw, 88px);
  padding-top: clamp(30px, 4vw, 46px);
  border-top: 1px solid rgba(192, 197, 202, 0.55);
}

.dg-footer__top::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 118px;
  height: 2px;
  background: var(--color-white);
  content: "";
}

.dg-footer__logo {
  width: min(248px, 100%);
  margin-bottom: 24px;
  aspect-ratio: 1853 / 330;
}

.dg-footer__brand > p {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 0.2vw + 0.96rem, 1.08rem);
  line-height: 1.58;
}

.dg-footer__cta {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(192, 197, 202, 0.45);
  background: rgba(255, 255, 255, 0.035);
}

.dg-footer h2 {
  margin: 0 0 18px;
  color: var(--color-white);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dg-footer__cta h2 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-transform: none;
}

.dg-footer__cta p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.dg-footer__cta-button {
  width: 100%;
}

.dg-footer__middle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr) minmax(320px, 1.12fr);
  gap: clamp(30px, 5vw, 74px);
  margin-top: clamp(34px, 4.5vw, 56px);
  padding-top: clamp(34px, 4.5vw, 52px);
  border-top: 1px solid rgba(192, 197, 202, 0.22);
}

.dg-footer__nav ul {
  display: grid;
  gap: 11px;
}

.dg-footer a:not(.dg-button) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.4;
  text-decoration: none;
}

.dg-footer a:hover:not(.dg-button),
.dg-footer a:focus-visible:not(.dg-button) {
  color: var(--color-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.dg-footer__details ul {
  display: grid;
  gap: 12px;
}

.dg-footer__details li {
  display: grid;
  align-items: start;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.42;
}

.dg-footer__details .dg-icon {
  color: var(--color-white);
  opacity: 0.82;
}

.dg-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(42px, 5vw, 68px);
  padding-block: 22px;
  border-top: 1px solid rgba(192, 197, 202, 0.22);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.dg-footer__bottom p {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .dg-contact-page-hero__grid,
  .dg-contact-form-section__grid {
    grid-template-columns: 1fr;
  }

  .dg-contact-page-hero__copy {
    max-width: none;
  }

  .dg-contact-page-hero__panel,
  .dg-contact-details-panel {
    max-width: 760px;
  }

  .dg-contact-prepare__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-footer__top,
  .dg-footer__middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-footer__details {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 760px) {
  .dg-contact-page-hero {
    padding-block: 40px 48px;
  }

  .dg-contact-page-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.35rem);
    line-height: 1;
  }

  .dg-contact-page-hero__lead {
    font-size: 1.06rem;
  }

  .dg-contact-page-hero__actions {
    flex-direction: column;
  }

  .dg-contact-page-hero__actions .dg-button,
  .dg-contact-whatsapp-card__button {
    width: 100%;
    justify-content: center;
  }

  .dg-contact-whatsapp-card,
  .dg-contact-form-card,
  .dg-contact-details-panel {
    --dg-contact-cut-size: var(--brand-cut-size-md);
    padding: 24px;
  }

  .dg-contact-prepare,
  .dg-contact-form-section,
  .dg-contact-notes {
    padding-block: 48px;
  }

  .dg-contact-prepare__grid,
  .dg-contact-notes__grid,
  .dg-footer__top,
  .dg-footer__middle {
    grid-template-columns: 1fr;
  }

  .dg-contact-prepare__item {
    min-height: 0;
  }

  .dg-contact-notes__grid article {
    padding: 24px;
  }

  .dg-form-grid {
    grid-template-columns: 1fr;
  }

  .dg-field--full {
    grid-column: auto;
  }

  .dg-footer {
    padding-top: 48px;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .dg-footer__watermark {
    width: 360px;
    opacity: 0.032;
  }

  .dg-footer__top {
    gap: 32px;
  }

  .dg-footer__logo {
    width: min(230px, 100%);
  }

  .dg-footer__cta {
    padding: 24px;
  }

  .dg-footer__details {
    grid-column: auto;
  }

  .dg-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dg-footer__credit {
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 430px) {
  .dg-contact-whatsapp-card,
  .dg-contact-form-card,
  .dg-contact-details-panel,
  .dg-footer__cta {
    padding: 20px;
  }
}

/* Global header navigation system */
.wp-site-blocks > .wp-block-template-part:has(.dg-header) {
  position: sticky;
  z-index: 1200;
  top: 0;
  background: var(--color-white);
}

.dg-utility {
  color: var(--color-white);
  background: var(--color-brand-navy);
}

.dg-utility__inner {
  min-height: 29px;
  gap: 12px;
}

.dg-header {
  border-bottom: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
  box-shadow: none;
}

.dg-header.is-scrolled {
  border-bottom-color: var(--color-brushed-silver);
  box-shadow: none;
}

.dg-header__inner {
  position: relative;
  min-height: 76px;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
}

.dg-header__inner > p {
  display: none;
  margin: 0;
}

.dg-brand-logo--wordmark {
  width: clamp(190px, 14vw, 216px);
}

.dg-header__mobile-cta {
  display: none;
}

.dg-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.25vw, 22px);
}

.dg-nav > p {
  display: contents;
  margin: 0;
}

.dg-nav br,
.dg-utility br {
  display: none;
}

.dg-nav a,
.dg-nav button,
.dg-mega-menu a {
  text-decoration: none;
}

.dg-nav__item {
  display: flex;
  align-items: center;
}

.dg-nav__item--services {
  position: static;
}

.dg-nav > a:not(.dg-button),
.dg-nav__trigger {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 0;
  color: var(--color-brand-navy);
  background: transparent;
  font-family: var(--font-primary);
  font-size: clamp(0.9rem, 0.22vw + 0.84rem, 0.96rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.dg-nav > a:not(.dg-button).is-active,
.dg-nav__item.is-active .dg-nav__trigger,
.dg-nav__item[data-open="true"] .dg-nav__trigger {
  font-weight: 650;
}

.dg-nav > a:not(.dg-button)::after {
  display: none;
}

.dg-nav > a:not(.dg-button)::before,
.dg-nav__trigger::before {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: var(--color-brand-navy);
  content: "";
  opacity: 0;
  transform: scaleX(0.44);
  transform-origin: center;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.dg-nav__trigger::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.dg-nav > a:not(.dg-button):hover::before,
.dg-nav > a:not(.dg-button):focus-visible::before,
.dg-nav > a:not(.dg-button).is-active::before,
.dg-nav__item.is-active .dg-nav__trigger::before,
.dg-nav__item[data-open="true"] .dg-nav__trigger::before,
.dg-nav__trigger:hover::before,
.dg-nav__trigger:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.dg-nav__item[data-open="true"] .dg-nav__trigger::after,
.dg-nav__trigger[aria-expanded="true"]::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.dg-nav__trigger:focus-visible,
.dg-nav > a:not(.dg-button):focus-visible,
.dg-mega-service:focus-visible {
  outline: 2px solid var(--color-brand-navy);
  outline-offset: 4px;
}

.dg-nav__cta {
  min-height: 46px;
  padding: 11px 16px;
}

.dg-mega-menu {
  position: absolute;
  z-index: 20;
  /* Extend the hover surface up to the trigger so the pointer never has to
   * cross a dead zone between the centered nav row and the panel. */
  top: calc(100% - 16px);
  right: 0;
  left: 0;
  padding-top: 16px;
}

.dg-mega-menu[hidden] {
  display: none;
}

.dg-mega-menu__inner {
  --dg-cut-size: 24px;
  display: grid;
  grid-template-columns:
    minmax(178px, 0.78fr)
    minmax(410px, 1.62fr)
    minmax(224px, 0.82fr);
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
  box-shadow: none;
  clip-path: none;
}

.dg-mega-menu__inner::before,
.dg-mega-menu__inner::after {
  display: none;
}

.dg-mega-menu__intro {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 2px 4px 0 0;
}

.dg-mega-menu__kicker {
  margin: 0;
  color: var(--color-brand-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dg-mega-menu__intro p:not(.dg-mega-menu__kicker) {
  margin: 0;
  color: var(--color-body-text);
  font-size: 0.96rem;
  line-height: 1.46;
}

.dg-mega-menu .dg-text-link {
  align-self: start;
  color: var(--color-brand-navy);
  font-size: 0.9rem;
}

.dg-mega-menu__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dg-mega-service {
  display: grid;
  min-height: 86px;
  align-items: start;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  gap: 12px;
  padding: 10px 8px 12px 0;
  border: 0;
  border-bottom: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
  background: var(--color-white);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.dg-mega-service:hover,
.dg-mega-service:focus-visible {
  border-color: var(--color-brand-navy);
  background: var(--color-warm-ivory);
}

.dg-mega-service__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
  background: var(--color-white);
}

.dg-mega-service__icon .dg-icon {
  width: 17px;
  height: 17px;
}

.dg-mega-service__copy {
  display: grid;
  gap: 5px;
}

.dg-mega-service__copy strong {
  color: var(--color-brand-navy);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.16;
}

.dg-mega-service__copy small {
  color: var(--color-body-text);
  font-size: 0.82rem;
  line-height: 1.34;
}

.dg-mega-service__arrow {
  display: inline-flex;
  justify-content: flex-end;
  color: var(--color-brand-navy);
}

.dg-mega-service__arrow .dg-icon {
  width: 16px;
  height: 16px;
}

.dg-mega-menu__quote {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-mega-menu__quote h2,
.dg-mega-menu__quote p {
  margin: 0;
}

.dg-mega-menu__quote h2 {
  max-width: 17ch;
  color: var(--color-brand-navy);
  font-size: clamp(1.22rem, 1.3vw, 1.45rem);
  line-height: 1.04;
}

.dg-mega-menu__quote p {
  color: var(--color-body-text);
  font-size: 0.92rem;
  line-height: 1.45;
}

.dg-mega-menu__cta {
  min-height: 42px;
  justify-content: center;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.dg-nav__mobile-utility {
  display: none;
}

@media screen and (max-width: 1120px) {
  .dg-header__inner {
    gap: 18px;
  }

  .dg-brand-logo--wordmark {
    width: 190px;
  }

  .dg-nav {
    gap: 11px;
  }

  .dg-nav > a:not(.dg-button),
  .dg-nav__trigger {
    font-size: 0.88rem;
  }

  .dg-nav__cta {
    padding-inline: 12px;
    font-size: 0.84rem;
  }
}

@media screen and (max-width: 920px) {
  .dg-header__inner {
    min-height: 68px;
    gap: 8px;
  }

  .dg-brand-logo--wordmark {
    width: clamp(142px, 39vw, 176px);
  }

  .dg-header__mobile-cta {
    display: inline-flex;
    min-height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .dg-header__mobile-cta .dg-icon--arrow-up-right {
    display: none;
  }

  .dg-menu-toggle {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 44px;
    border-color: var(--color-brushed-silver);
    border-radius: 0;
    background: var(--color-white);
  }

  .dg-nav {
    position: fixed;
    z-index: 1190;
    inset: 97px 0 0;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 16px 22px 34px;
    border-top: 1px solid var(--color-brushed-silver);
    background: var(--color-white);
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition:
      transform 160ms ease,
      visibility 0s linear 160ms;
  }

  .admin-bar .dg-nav {
    inset-block-start: 143px;
  }

  .dg-nav[data-open="true"] {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition:
      transform 160ms ease,
      visibility 0s linear 0s;
  }

  .dg-nav__item {
    display: block;
    width: 100%;
  }

  .dg-nav > a:not(.dg-button),
  .dg-nav__trigger {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-brushed-silver);
    font-size: 1rem;
    line-height: 1.2;
  }

  .dg-nav > a:not(.dg-button)::before,
  .dg-nav__trigger::before {
    display: none;
  }

  .dg-nav__trigger::after {
    margin-left: auto;
  }

  .dg-mega-menu {
    position: static;
    width: 100%;
    padding-top: 0;
  }

  .dg-mega-menu__inner {
    display: block;
    padding: 0 0 16px;
    border: 0;
    background: var(--color-white);
    clip-path: none;
  }

  .dg-mega-menu__inner::before,
  .dg-mega-menu__inner::after {
    display: none;
  }

  .dg-mega-menu__intro {
    padding: 16px 0;
    border-bottom: 1px solid var(--color-brushed-silver);
  }

  .dg-mega-menu .dg-text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .dg-mega-menu__services {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dg-mega-service {
    min-height: 68px;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 11px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--color-brushed-silver);
  }

  .dg-mega-service:hover,
  .dg-mega-service:focus-visible {
    background: var(--color-white);
  }

  .dg-mega-service__icon {
    width: 30px;
    height: 30px;
  }

  .dg-mega-menu__quote {
    margin-top: 16px;
    padding: 16px;
  }

  .dg-mega-menu__quote h2 {
    max-width: none;
  }

  .dg-mega-menu__cta,
  .dg-nav__cta {
    min-height: 48px;
    width: 100%;
    justify-content: center;
  }

  .dg-nav__cta {
    min-height: 48px;
    margin-top: 18px;
  }

  .dg-nav__mobile-utility {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--color-brushed-silver);
    color: var(--color-body-text);
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .dg-nav__mobile-utility a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--color-brand-navy);
    font-weight: 650;
    text-decoration: none;
    word-spacing: 0.1em;
  }
}

@media screen and (max-width: 430px) {
  .dg-utility__inner {
    min-height: 28px;
  }

  .dg-header__inner {
    min-height: 66px;
  }

  .dg-brand-logo--wordmark {
    width: clamp(136px, 38vw, 154px);
  }

  .dg-header__mobile-cta {
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .dg-nav {
    inset-block-start: 94px;
    padding-inline: 20px;
  }
}

/* Keep every desktop top-level item consistent, including links wrapped by
 * WordPress's automatic paragraph formatting. */
.dg-nav > p > a:not(.dg-button),
.dg-nav > a:not(.dg-button),
.dg-nav__trigger {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  color: var(--color-brand-navy);
  font-family: var(--font-primary);
  font-size: clamp(0.9rem, 0.22vw + 0.84rem, 0.96rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.dg-nav > p > a:not(.dg-button).is-active,
.dg-nav > a:not(.dg-button).is-active,
.dg-nav__item.is-active .dg-nav__trigger,
.dg-nav__item[data-open="true"] .dg-nav__trigger {
  font-weight: 600;
}

.dg-nav > p > a:not(.dg-button)::before,
.dg-nav > a:not(.dg-button)::before,
.dg-nav__trigger::before {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: var(--color-brand-navy);
  content: "";
  opacity: 0;
  transform: scaleX(0.44);
  transform-origin: center;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.dg-nav > p > a:not(.dg-button):hover::before,
.dg-nav > p > a:not(.dg-button):focus-visible::before,
.dg-nav > p > a:not(.dg-button).is-active::before,
.dg-nav > a:not(.dg-button):hover::before,
.dg-nav > a:not(.dg-button):focus-visible::before,
.dg-nav > a:not(.dg-button).is-active::before,
.dg-nav__item.is-active .dg-nav__trigger::before,
.dg-nav__item[data-open="true"] .dg-nav__trigger::before,
.dg-nav__trigger:hover::before,
.dg-nav__trigger:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

@media screen and (max-width: 1120px) and (min-width: 921px) {
  .dg-nav > p > a:not(.dg-button),
  .dg-nav > a:not(.dg-button),
  .dg-nav__trigger {
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 920px) {
  .dg-nav > p > a:not(.dg-button) {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-brushed-silver);
    font-size: 1rem;
    line-height: 1.2;
  }

  .dg-nav > p > a:not(.dg-button)::before {
    display: none;
  }
}

/* Homepage maintenance feature: keep the horizontal source image legible and
 * give the service pathway enough room to read as a connected section. */
.dg-maintenance {
  padding-block: clamp(64px, 7vw, 104px);
  background: var(--color-brand-navy);
}

.dg-maintenance__panel {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  color: var(--color-white);
  background: var(--color-brand-navy);
}

.dg-maintenance__copy {
  padding-top: clamp(48px, 5vw, 76px);
  padding-right: clamp(36px, 5vw, 76px);
  padding-bottom: clamp(48px, 5vw, 76px);
  padding-left: max(32px, calc((100vw - var(--dg-shell)) / 2 + 32px));
}

.dg-maintenance h2 {
  max-width: 24ch;
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 3.45vw, 3.45rem);
  line-height: 0.98;
}

.dg-maintenance__image {
  align-self: center;
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: clamp(28px, 3.5vw, 48px)
    max(32px, calc((100vw - var(--dg-shell)) / 2 + 32px))
    clamp(28px, 3.5vw, 48px) 0;
}

.dg-maintenance__image img {
  min-height: 0;
  object-position: center center;
}

@media screen and (max-width: 920px) {
  .dg-maintenance {
    padding-block: 58px;
  }

  .dg-maintenance__panel {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .dg-maintenance__copy {
    padding: 52px 32px 44px;
  }

  .dg-maintenance__image {
    align-self: auto;
    width: auto;
    min-height: 0;
    margin: 0 24px 28px;
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 540px) {
  .dg-maintenance {
    padding-block: 42px;
  }

  .dg-maintenance__copy {
    padding: 42px 24px 36px;
  }

  .dg-maintenance h2 {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .dg-maintenance__image {
    margin: 0 20px 20px;
  }
}

/* Related services are a supporting navigation block, not a featured-card
 * layout. Keep all three recommendations equal so the section feels complete
 * on service pages. */
.dg-related-services > .dg-shell > h2 {
  margin-top: 0;
  margin-bottom: 34px;
}

.dg-related-services .dg-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dg-related-services .dg-service-card,
.dg-related-services .dg-service-card:first-child {
  display: flex;
  grid-column: auto;
  grid-template-columns: none;
}

.dg-related-services .dg-service-card__media,
.dg-related-services .dg-service-card:first-child .dg-service-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
}

.dg-related-services .dg-service-card__body {
  padding: 22px 24px 24px;
}

@media screen and (max-width: 1100px) {
  .dg-related-services .dg-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 920px) {
  .dg-related-services .dg-service-grid {
    grid-template-columns: 1fr;
  }
}

/* Service pages: give the first section after the hero a clear visual pause
 * and let approved project photography carry the story before the detail copy. */
.dg-subpage-hero + .dg-section {
  border-top: 12px solid var(--color-white);
  background: var(--color-white);
}

.dg-subpage-hero + .dg-service-overview {
  border-top-color: var(--color-warm-ivory);
}

.dg-service-overview {
  border-top: 12px solid var(--color-warm-ivory);
  background: var(--color-white);
}

.dg-service-overview__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(42px, 6vw, 92px);
}

.dg-service-overview__media {
  margin: 0;
}

.dg-service-overview__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-service-overview__image picture,
.dg-service-overview__image img {
  width: 100%;
  height: 100%;
}

.dg-service-overview__image img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.dg-service-overview__media:hover img {
  transform: scale(1.015);
}

.dg-service-overview__media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  color: var(--color-body-text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dg-service-overview__media figcaption span:first-child {
  color: var(--color-brand-navy);
  font-weight: 600;
}

.dg-service-overview__copy {
  max-width: 620px;
}

.dg-service-overview__copy h2 {
  max-width: 13ch;
  margin-bottom: 22px;
  color: var(--color-brand-navy);
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 0.98;
}

.dg-service-overview__copy > p:not(.dg-eyebrow) {
  max-width: 58ch;
  color: var(--color-body-text);
}

.dg-service-overview__copy .dg-service-overview__lead {
  color: var(--color-brand-navy);
  font-size: clamp(1.12rem, 0.35vw + 1rem, 1.3rem);
  line-height: 1.48;
}

.dg-service-overview__steps {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-brushed-silver);
}

.dg-service-overview__steps li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-brushed-silver);
  color: var(--color-brand-navy);
  font-size: 0.98rem;
  line-height: 1.4;
}

.dg-service-overview__step-number {
  color: var(--color-body-text);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.dg-service-overview__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.dg-service-content {
  border-top: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-service-content .entry-content {
  max-width: 1120px;
}

.dg-service-content .entry-content > .dg-lead {
  max-width: 720px;
  margin-bottom: 36px;
  color: var(--color-brand-navy);
  font-size: clamp(1.2rem, 0.5vw + 1.05rem, 1.45rem);
  line-height: 1.45;
}

.dg-service-content .entry-content > h2 {
  max-width: 720px;
  margin-top: 52px;
}

.dg-service-seo-support {
  border-top: 12px solid var(--color-white);
  background: var(--color-warm-ivory);
}

.dg-service-seo-support__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
}

.dg-service-seo-card {
  align-self: center;
}

.dg-service-proof-card {
  grid-template-rows: auto 1fr;
  border-color: var(--color-brushed-silver);
  background: var(--color-white);
}

.dg-service-proof-card__media {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.dg-service-proof-card__body {
  padding: clamp(22px, 3vw, 32px);
}

@media screen and (max-width: 900px) {
  .dg-service-overview__grid,
  .dg-service-seo-support__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dg-service-overview__copy {
    max-width: 720px;
  }

  .dg-service-overview__copy h2 {
    max-width: 18ch;
  }

  .dg-service-overview__media {
    width: min(100%, 720px);
  }
}

@media screen and (max-width: 620px) {
  .dg-subpage-hero + .dg-section {
    border-top-width: 8px;
  }

  .dg-service-overview {
    border-top-width: 8px;
  }

  .dg-service-overview__media figcaption {
    flex-direction: column;
    gap: 4px;
  }

  .dg-service-overview__copy h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .dg-service-overview__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-service-overview__actions .dg-button {
    width: 100%;
    justify-content: center;
  }

  .dg-service-seo-support {
    border-top-width: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-service-overview__image img {
    transition: none;
  }
}

/* Keep subpage heroes visually distinct without a second rule or an oversized
 * empty shelf below the content. The background change does the separation. */
.dg-subpage-hero {
  padding-block: clamp(58px, 4.4vw, 72px) clamp(38px, 4vw, 56px);
  border-bottom: 0;
}

.dg-subpage-hero + .dg-section,
.dg-subpage-hero + .dg-service-overview,
.dg-service-overview,
.dg-service-seo-support {
  border-top: 0;
}

.dg-subpage-hero + .dg-section {
  background: var(--color-white);
}

@media screen and (max-width: 620px) {
  .dg-subpage-hero {
    padding-block: 46px 40px;
  }
}

/* Native service copy is presented inside one controlled, image-led region so
 * the WordPress block wrapper cannot create a narrow or drifting column. */
.dg-service-details {
  border-top: 1px solid var(--color-brushed-silver);
  background: var(--color-warm-ivory);
}

.dg-service-details__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 6vw, 92px);
}

.dg-service-details__media {
  position: sticky;
  top: 128px;
  margin: 0;
}

.dg-service-details__image {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--color-brushed-silver);
  background: var(--color-white);
}

.dg-service-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dg-service-details__media figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  padding-top: 14px;
  color: var(--color-body-text);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dg-service-details__media figcaption span:first-child {
  color: var(--color-brand-navy);
  font-weight: 600;
}

.dg-service-details__copy {
  min-width: 0;
}

.dg-service-details__copy > h2 {
  max-width: 14ch;
  margin-bottom: 34px;
  color: var(--color-brand-navy);
  font-size: clamp(2.25rem, 3.7vw, 3.55rem);
  line-height: 0.98;
}

.dg-service-details__content {
  min-width: 0;
}

.dg-service-details__content > *,
.dg-service-details__content .wp-block-group,
.dg-service-details__content .wp-block-list {
  width: 100%;
  max-width: none;
}

.dg-service-details__content > .dg-lead {
  margin-bottom: 30px;
  color: var(--color-brand-navy);
  font-size: clamp(1.18rem, 0.4vw + 1.04rem, 1.38rem);
  line-height: 1.48;
}

.dg-service-details__content .dg-service-intro-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 42px;
}

.dg-service-details__content .dg-service-panel {
  padding: 24px;
  border-color: var(--color-brushed-silver);
  background: var(--color-white);
}

.dg-service-details__content .dg-service-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(1.28rem, 1.3vw, 1.55rem);
}

.dg-service-details__content > h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
}

.dg-service-details__content .dg-check-list {
  margin-bottom: 28px;
}

.dg-service-details__content .dg-note {
  margin-bottom: 36px;
}

@media screen and (max-width: 900px) {
  .dg-service-details__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dg-service-details__media {
    position: static;
    width: min(100%, 720px);
  }

  .dg-service-details__copy > h2 {
    max-width: 18ch;
  }
}

@media screen and (max-width: 620px) {
  .dg-service-details__content .dg-service-intro-grid {
    grid-template-columns: 1fr;
  }

  .dg-service-details__media figcaption {
    flex-direction: column;
    gap: 4px;
  }

  .dg-service-details__copy > h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 9vw, 2.7rem);
  }
}
