.dgf-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 64px 0 104px;
  background: #0f3d4a !important;
  background-image: none !important;
  color: rgba(244, 240, 229, .72);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
}

.dgf-footer::before,
.dgf-footer::after { display: none !important; content: none !important; }

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

.dgf-inner {
  width: min(calc(100% - 44px), 1380px);
  margin-inline: auto;
  padding: 0;
}

.dgf-brand {
  display: inline-block;
  margin: 0;
  color: #fbf8ef;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  text-decoration: none;
}

.dgf-brand i { color: #ff8370; font-style: normal; }

.dgf-tagline {
  margin: 12px 0 0;
  color: #ff8370;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(19px, 2vw, 24px);
  font-style: italic;
  line-height: 1.25;
}

.dgf-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px 44px;
  margin: 52px 0 44px;
}

.dgf-group { min-width: 0; }

.dgf-heading {
  margin: 0 0 17px;
  color: rgba(244, 240, 229, .46);
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.dgf-footer a:not(.dgf-brand) {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(244, 240, 229, .82);
  font: inherit;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
  transform: none;
}

.dgf-footer a:not(.dgf-brand):hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.dgf-footer a:focus-visible { outline: 3px solid #ff8370; outline-offset: 4px; }

.dgf-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 28px;
  margin: 0;
  padding-top: 23px;
  border-top: 1px solid rgba(244, 240, 229, .17);
  color: rgba(244, 240, 229, .48);
  font-size: 12.5px;
}

.dgf-footer--compact { padding-block: 36px; }
.dgf-footer--compact .dgf-compact-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dgf-footer--compact .dgf-brand { font-size: 34px; }
.dgf-footer--compact .dgf-compact-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.dgf-footer--compact .dgf-compact-links a { margin: 0; }

@media (max-width: 1199px) {
  .dgf-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .dgf-footer { padding-top: 52px; }
  .dgf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 28px; margin-top: 42px; }
  .dgf-footer--compact .dgf-compact-row { align-items: flex-start; flex-direction: column; }
  .dgf-footer--compact .dgf-compact-links { justify-content: flex-start; }
}

@media (max-width: 479px) {
  .dgf-inner { width: min(calc(100% - 32px), 1380px); }
  .dgf-grid { grid-template-columns: 1fr; }
  .dgf-base { display: grid; }
}

@media (min-width: 860px) {
  .dgf-footer { padding-bottom: 64px; }
}
