@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-sans/DMSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-sans/DMSans-Regular-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/dm-sans/DMSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/dm-sans/DMSans-Bold-Italic.woff2") format("woff2");
}

:root {
  --dg-brand: #29398d;
  --dg-brand-deep: #172454;
  --dg-accent: #0ebef0;
  --dg-ink: #333132;
  --dg-muted: #6f7180;
  --dg-surface: #f5f7fc;
  --dg-white: #fff;
  --dg-line: rgba(51, 49, 50, 0.2);
  --dg-shell: 1280px;
  --dg-radius: 12px;
  --dg-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dg-shadow: 0 24px 70px rgba(18, 31, 78, 0.18);
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body {
  background: var(--dg-surface);
  color: var(--dg-ink);
  font-family: "DM Sans", sans-serif;
  margin: 0;
  overflow-x: clip;
}

body.admin-bar .dg-site-header {
  top: 56px;
}

body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
}

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

::selection {
  background: var(--dg-accent);
  color: var(--dg-brand-deep);
}

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

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

.wp-site-blocks,
.wp-block-template-part,
.wp-block-post-content {
  margin: 0;
  padding: 0;
}

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

.dg-shell {
  margin-inline: auto;
  max-width: var(--dg-shell);
  width: calc(100% - clamp(40px, 10vw, 160px));
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dg-site-header {
  animation: dg-nav-in 800ms var(--dg-ease) 100ms both;
  color: var(--dg-white);
  left: 0;
  padding-inline: clamp(20px, 5vw, 80px);
  position: fixed;
  top: 24px;
  width: 100%;
  z-index: 100;
}

.dg-entry {
  min-height: 52vh;
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 80px);
}

body:not(.home):not(.editor-styles-wrapper) main#dg-main {
  padding-top: clamp(172px, 14vw, 220px) !important;
}

.dg-entry > * {
  margin-inline: auto;
  max-width: 880px;
}

.dg-entry__meta {
  color: var(--dg-muted);
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dg-entry__title {
  color: var(--dg-brand-deep);
  font-size: clamp(44px, 7vw, 76px);
  letter-spacing: -0.055em;
  margin: 0 0 48px;
}

.dg-entry .wp-block-post-content {
  font-size: 18px;
  line-height: 1.75;
}

body.single-post:not(.home):not(.editor-styles-wrapper) main#dg-main {
  padding-top: 0 !important;
}

.dg-post-header {
  background: var(--dg-surface);
  padding: clamp(176px, 15vw, 220px) 0 clamp(42px, 5vw, 64px);
}

.dg-post-header__inner > * {
  margin-left: 0;
}

.dg-post-header__title {
  color: var(--dg-brand-deep);
  font-size: clamp(56px, 6.4vw, 88px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 1080px;
}

.dg-post-header__meta {
  gap: 10px;
  margin-top: clamp(32px, 4vw, 48px);
}

.dg-post-header__category,
.dg-post-header__date {
  background: var(--dg-white);
  border-radius: 999px;
  color: var(--dg-brand-deep);
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 13px 18px;
}

.dg-post-header__category a {
  color: inherit;
}

.dg-post-header__image {
  aspect-ratio: 1.72;
  margin: clamp(48px, 6vw, 72px) 0 0;
  max-width: 620px;
  overflow: hidden;
  width: 50%;
}

.dg-post-header__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-post-body {
  background: var(--dg-surface);
  padding: 0 clamp(24px, 6vw, 80px) clamp(96px, 11vw, 152px);
}

.dg-post-body .wp-block-post-content {
  font-size: 17px;
  line-height: 1.7;
}

.dg-post-body .wp-block-post-content > :first-child:not(.dg-guide-cover) {
  margin-top: 0;
}

.dg-post-body .wp-block-post-content h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 22px;
  margin-top: clamp(52px, 6vw, 76px);
}

.dg-post-body .wp-block-post-content p,
.dg-post-body .wp-block-post-content ul,
.dg-post-body .wp-block-post-content ol {
  color: var(--dg-ink);
}

.dg-post-body .wp-block-post-content .wp-block-image:not(.dg-guide-cover) {
  margin-left: 0;
  max-width: 620px;
  width: 58%;
}

.single-post .dg-post-body .wp-block-post-content > .dg-guide-cover:first-child {
  display: none;
}

.dg-nav {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(19, 34, 79, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 2px;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  height: 80px;
  margin-inline: auto;
  max-width: var(--dg-shell);
  padding: 10px 14px;
  transition: background-color 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.dg-site-header.is-scrolled .dg-nav {
  background: rgba(18, 31, 75, 0.94);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 32px rgba(12, 25, 64, 0.2);
}

body:not(.home):not(.editor-styles-wrapper) .dg-nav {
  background: rgba(18, 31, 75, 0.96);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 32px rgba(12, 25, 64, 0.16);
}

.dg-brand {
  align-items: center;
  color: currentcolor;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 1;
}

.dg-brand__logo {
  filter: brightness(0) invert(1);
  height: auto;
  width: 172px;
}

.dg-nav__links {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 30px);
  justify-content: center;
}

.dg-swap-link {
  display: grid;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}

.dg-swap-link span {
  grid-column: 1;
  transition: transform 420ms var(--dg-ease);
}

.dg-swap-link span:first-child {
  grid-row: 1;
}

.dg-swap-link span:last-child {
  grid-row: 2;
}

.dg-swap-link:hover span,
.dg-swap-link:focus-visible span {
  transform: translateY(-100%);
}

.dg-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 16px;
  gap: 24px;
  justify-content: space-between;
  line-height: 1;
  min-height: 48px;
  overflow: hidden;
  padding: 14px 24px;
  position: relative;
  transition: background-color 320ms ease, border-color 320ms ease, color 320ms ease, transform 320ms var(--dg-ease);
}

.dg-button::before {
  background: var(--dg-accent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateY(102%);
  transition: transform 420ms var(--dg-ease);
  z-index: 0;
}

.dg-button > * {
  position: relative;
  z-index: 1;
}

.dg-button:hover::before,
.dg-button:focus-visible::before {
  transform: translateY(0);
}

.dg-button:hover,
.dg-button:focus-visible {
  border-color: var(--dg-accent);
  color: var(--dg-brand-deep);
}

.dg-button--light {
  background: var(--dg-white);
  color: var(--dg-brand-deep);
}

.dg-button--ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--dg-white);
}

.dg-button--outline {
  border-color: var(--dg-ink);
  color: var(--dg-ink);
}

.dg-button:disabled,
.dg-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.78;
}

.dg-button:disabled::before,
.dg-button[aria-disabled="true"]::before {
  display: none;
}

.dg-nav__cta {
  min-width: 164px;
}

.dg-mobile-menu {
  display: none;
  position: relative;
}

.dg-mobile-menu summary {
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  height: 46px;
  justify-content: center;
  list-style: none;
  width: 46px;
}

.dg-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.dg-mobile-menu summary span {
  background: currentcolor;
  display: block;
  height: 1px;
  margin: 3px 0;
  transition: transform 280ms ease;
  width: 20px;
}

.dg-mobile-menu[open] summary span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.dg-mobile-menu[open] summary span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.dg-mobile-menu__panel {
  background: var(--dg-white);
  border-radius: 4px;
  box-shadow: var(--dg-shadow);
  color: var(--dg-brand-deep);
  display: grid;
  gap: 0;
  min-width: 240px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

.dg-mobile-menu__panel a {
  border-bottom: 1px solid rgba(41, 57, 141, 0.12);
  padding: 14px 12px;
}

.dg-mobile-menu__panel a:last-child {
  border-bottom: 0;
}

.dg-hero {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
  display: grid;
  min-height: max(720px, 100svh);
  overflow: hidden;
  place-items: center;
  position: relative;
}

.dg-hero__media {
  inset: 0;
  position: absolute;
}

.dg-hero__media {
  animation: dg-hero-media-in 950ms var(--dg-ease) both;
}

.dg-hero__media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  width: 100%;
}

.dg-hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: max(720px, 100svh);
  min-width: 0;
  padding-bottom: clamp(64px, 8vh, 94px);
  padding-top: 280px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.dg-hero__eyebrow {
  align-items: center;
  animation: dg-rise-in 760ms var(--dg-ease) 180ms both;
  display: flex;
  font-size: 16px;
  gap: 16px;
  margin: 0 0 40px;
}

.dg-hero__eyebrow i {
  background: var(--dg-accent);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.dg-hero h1 {
  animation: dg-rise-in 800ms var(--dg-ease) 240ms both;
  color: var(--dg-white);
  font-size: clamp(52px, 6.3vw, 80px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
  text-shadow: 0 3px 28px rgba(4, 12, 35, 0.72);
  width: 100%;
}

.dg-hero__actions {
  animation: dg-rise-in 800ms var(--dg-ease) 340ms both;
  display: flex;
  gap: 16px;
  margin-top: 46px;
}

.dg-intro-strip {
  background: var(--dg-white);
  overflow: hidden;
  padding: 86px 0 0;
}

.dg-intro-strip__top {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
}

.dg-intro-strip h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}

.dg-intro-strip__top p {
  color: var(--dg-muted);
  margin: 0;
}

.dg-intro-strip__top p span {
  color: var(--dg-accent);
  margin: 0 10px;
}

.dg-marquee {
  border-bottom: 1px solid var(--dg-line);
  border-top: 1px solid var(--dg-line);
  overflow: hidden;
}

.dg-marquee__track {
  align-items: center;
  animation: dg-marquee 26s linear infinite;
  display: flex;
  width: max-content;
}

.dg-marquee__group {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(32px, 4vw, 64px);
  justify-content: space-around;
  min-width: 100vw;
  padding: 24px clamp(24px, 3vw, 48px);
}

.dg-marquee__track span {
  color: rgba(51, 49, 50, 0.6);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.dg-marquee__track i {
  background: var(--dg-accent);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.dg-about {
  background: var(--dg-surface);
  padding: 120px 0;
}

.dg-about__grid {
  align-items: center;
  display: grid;
  gap: clamp(64px, 9vw, 120px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.dg-about__image {
  aspect-ratio: 0.94;
  border-radius: var(--dg-radius);
  margin: 0;
  overflow: hidden;
}

.dg-about__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--dg-ease);
  width: 100%;
}

.dg-about__image:hover img {
  transform: scale(1.035);
}

.dg-kicker,
.dg-section-label {
  color: var(--dg-brand);
  font-size: 15px;
  letter-spacing: 0.01em;
  margin: 0 0 42px;
}

.dg-kicker {
  align-items: center;
  display: flex;
  gap: 12px;
}

.dg-kicker span {
  background: var(--dg-accent);
  display: inline-block;
  height: 1px;
  width: 40px;
}

.dg-about h2,
.dg-section-title {
  color: var(--dg-ink);
  font-size: clamp(46px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.dg-about h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 36px 0 42px;
}

.dg-about__content > p:not(.dg-kicker) {
  color: #575867;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.dg-about__content .dg-button {
  margin-top: 26px;
}

.dg-approach {
  background: var(--dg-white);
  padding: 110px 0 118px;
}

.dg-approach .dg-section-title {
  margin-bottom: 66px;
}

.dg-approach__grid {
  border-bottom: 1px solid var(--dg-line);
  border-top: 1px solid var(--dg-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dg-value-card {
  min-height: 300px;
  padding: 30px 28px 34px;
  position: relative;
}

.dg-value-card + .dg-value-card {
  border-left: 1px solid var(--dg-line);
}

.dg-value-card:nth-child(n + 5) {
  border-top: 1px solid var(--dg-line);
}

.dg-value-card:nth-child(5) {
  border-left: 0;
}

.dg-value-card strong {
  color: var(--dg-brand);
  display: block;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 74px;
}

.dg-value-card h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.dg-value-card p {
  color: var(--dg-muted);
  line-height: 1.55;
  margin: 0;
}

.dg-showcase {
  background: var(--dg-brand-deep);
  height: calc(var(--dg-showcase-count, 4) * 100svh);
  position: relative;
}

.dg-showcase__stage {
  background: var(--dg-brand-deep);
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.dg-showcase__slides,
.dg-showcase__slide {
  inset: 0;
  position: absolute;
}

.dg-showcase__slide {
  display: block;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 720ms ease, transform 1100ms var(--dg-ease);
}

.dg-showcase__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.dg-showcase__slide::after {
  background: rgba(11, 22, 57, 0.2);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dg-showcase__slide > * {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-showcase__media-placeholder {
  background:
    linear-gradient(135deg, rgba(41, 57, 141, 0.82), rgba(14, 190, 240, 0.22)),
    var(--dg-brand-deep);
}

.dg-showcase__cards {
  height: clamp(340px, 42svh, 380px);
  left: 50%;
  max-width: 860px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  z-index: 3;
}

.dg-listing-card {
  backdrop-filter: blur(18px);
  background: rgba(41, 57, 141, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 80px rgba(8, 20, 57, 0.3);
  color: var(--dg-white);
  inset: 0;
  opacity: 0;
  padding: 26px 28px;
  pointer-events: none;
  position: absolute;
  transform: translateY(24px);
  transition: background-color 240ms ease, opacity 520ms ease, transform 620ms var(--dg-ease);
}

.dg-listing-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dg-listing-card.is-active:hover {
  background: rgba(49, 67, 157, 0.78);
}

.dg-listing-card__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.dg-listing-card__link:focus-visible {
  outline: 2px solid var(--dg-white);
  outline-offset: -7px;
}

.dg-listing-card__meta {
  align-items: center;
  display: flex;
  gap: 10px;
}

.dg-listing-card__meta span {
  background: rgba(23, 36, 84, 0.9);
  border-radius: 999px;
  font-size: 14px;
  padding: 8px 14px;
}

.dg-listing-card__meta strong {
  font-size: 22px;
  font-weight: 400;
  margin-left: auto;
  white-space: nowrap;
}

.dg-listing-card__body {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
  margin-top: auto;
  padding-top: 28px;
}

.dg-listing-card__body > div {
  min-width: 0;
}

.dg-listing-card h2 {
  color: var(--dg-white);
  font-size: clamp(24px, 1.9vw, 34px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}

.dg-listing-card p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.dg-listing-card ul {
  display: grid;
  font-size: 14px;
  gap: 16px 20px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dg-listing-card li {
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.dg-listing-card li::before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 9px;
  width: 10px;
}

.dg-listing-card__cta {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  margin-top: 16px;
}

.dg-listing-card__cta i {
  font-style: normal;
  transition: transform 220ms var(--dg-ease);
}

.dg-listing-card__link:hover .dg-listing-card__cta i,
.dg-listing-card__link:focus-visible .dg-listing-card__cta i {
  transform: translate(3px, -3px);
}

.dg-showcase__progress {
  background: rgba(255, 255, 255, 0.24);
  bottom: 34px;
  height: 2px;
  left: 50%;
  max-width: 860px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  z-index: 4;
}

.dg-showcase__progress span {
  background: var(--dg-accent);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.dg-showcase__hint {
  bottom: 50px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -10px);
  z-index: 4;
}

.dg-locations,
.dg-properties,
.dg-community,
.dg-principles,
.dg-faq,
.dg-insights {
  padding: 120px 0;
}

.dg-locations {
  background: var(--dg-surface);
  overflow: hidden;
}

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

.dg-heading-row .dg-section-title {
  max-width: 900px;
}

.dg-slider-controls {
  display: flex;
  gap: 8px;
}

.dg-slider-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--dg-line);
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  transition: background-color 240ms ease, color 240ms ease;
  width: 48px;
}

.dg-slider-controls button:hover,
.dg-slider-controls button:focus-visible {
  background: var(--dg-brand);
  color: var(--dg-white);
}

.dg-slider-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.dg-slider-controls button:disabled:hover {
  background: transparent;
  color: inherit;
}

.dg-location-intro {
  color: var(--dg-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 610px;
}

.dg-location-track {
  display: flex;
  gap: 24px;
  margin-top: 58px;
  overflow-x: auto;
  padding: 0 0 14px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.dg-location-track::-webkit-scrollbar {
  display: none;
}

.dg-location-card {
  aspect-ratio: 0.77;
  border-radius: var(--dg-radius);
  color: var(--dg-white);
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 270px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
}

.dg-location-card::after {
  background: linear-gradient(180deg, transparent 45%, rgba(13, 25, 64, 0.84) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dg-location-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--dg-ease);
  width: 100%;
}

.dg-location-card__placeholder {
  background: linear-gradient(145deg, var(--dg-brand) 0%, var(--dg-brand-deep) 100%);
  display: block;
  height: 100%;
  width: 100%;
}

.dg-location-track--empty .dg-listings-empty {
  flex: 1 0 100%;
  margin-top: 0;
}

.dg-location-card:hover img,
.dg-location-card:focus-visible img {
  transform: scale(1.065);
}

.dg-location-card:focus-visible {
  outline: 3px solid var(--dg-accent);
  outline-offset: 5px;
}

.dg-location-card__content {
  bottom: 28px;
  color: var(--dg-white);
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.dg-location-card__content h3 {
  color: var(--dg-white);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.dg-location-card__content p {
  font-size: 11px;
  letter-spacing: 0.16em;
  margin: 0 0 10px;
  opacity: 0.78;
  text-transform: uppercase;
}

.dg-location-card__content span {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin-top: 20px;
}

.dg-location-card__content i {
  font-style: normal;
  transition: transform 240ms ease;
}

.dg-location-card:hover .dg-location-card__content i,
.dg-location-card:focus-visible .dg-location-card__content i {
  transform: translate(3px, -3px);
}

.dg-properties {
  background: var(--dg-white);
}

.dg-property-grid,
.dg-insight-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
}

.dg-property-card {
  border-bottom: 1px solid var(--dg-line);
}

.dg-property-card__link {
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.dg-property-card figure,
.dg-insight-card {
  margin: 0;
}

.dg-property-card figure {
  aspect-ratio: 1.22;
  background: linear-gradient(145deg, var(--dg-brand-deep), var(--dg-brand));
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.dg-property-card__placeholder::after {
  color: rgba(255, 255, 255, 0.72);
  content: "Görsel yakında";
  font-size: 14px;
  left: 50%;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dg-property-card figure img,
.dg-insight-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--dg-ease);
  width: 100%;
}

.dg-property-card:hover figure img,
.dg-insight-card:hover img {
  transform: scale(1.055);
}

.dg-property-card figure > span {
  background: var(--dg-white);
  border-radius: 999px;
  color: var(--dg-brand-deep);
  font-size: 12px;
  left: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 16px;
}

.dg-property-card__meta {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 0 26px;
}

.dg-property-card__meta > p {
  color: var(--dg-muted);
  font-size: 14px;
  margin: 0 0 9px;
}

.dg-property-card__meta > p span {
  color: var(--dg-accent);
  margin: 0 6px;
}

.dg-property-card h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 28px;
}

.dg-property-card dl {
  border-top: 1px solid var(--dg-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto 0 0;
  padding-top: 16px;
}

.dg-property-card dl div + div {
  border-left: 1px solid var(--dg-line);
  padding-left: 14px;
}

.dg-property-card dt {
  color: var(--dg-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.dg-property-card dd {
  font-size: 14px;
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.dg-listings-empty {
  background: var(--dg-surface);
  border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius);
  margin-top: 58px;
  padding: clamp(32px, 5vw, 62px);
  text-align: center;
}

.dg-listings-empty p {
  color: var(--dg-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 620px;
}

.dg-location-detail {
  background: var(--dg-white);
}

body:not(.home):not(.editor-styles-wrapper) main#dg-main.dg-location-detail {
  padding-top: 0 !important;
}

.dg-location-detail__hero {
  height: min(82svh, 860px);
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.dg-location-detail__hero > img,
.dg-location-detail__placeholder,
.dg-location-detail__veil {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.dg-location-detail__hero > img {
  object-fit: cover;
  transform: scale(1.015);
}

.dg-location-detail__placeholder {
  background: linear-gradient(145deg, var(--dg-brand) 0%, var(--dg-brand-deep) 100%);
}

.dg-location-detail__veil {
  background: linear-gradient(180deg, rgba(10, 22, 59, 0.14) 10%, rgba(10, 22, 59, 0.82) 100%);
}

.dg-location-detail__hero-content {
  color: var(--dg-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: clamp(52px, 8vw, 96px);
  position: relative;
  z-index: 2;
}

.dg-location-detail__hero-content p {
  color: var(--dg-accent);
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dg-location-detail__hero-content h1 {
  color: var(--dg-white);
  font-size: clamp(68px, 10vw, 142px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 0;
  max-width: 1080px;
}

.dg-location-detail__body {
  padding: clamp(92px, 10vw, 144px) 0;
}

.dg-location-detail__grid {
  align-items: start;
  display: grid;
  gap: clamp(64px, 9vw, 132px);
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.dg-location-detail__content .dg-section-label {
  margin-bottom: 30px;
}

.dg-location-detail__lead {
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.14;
  margin: 0 0 70px;
  max-width: 920px;
}

.dg-location-detail__copy {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.dg-location-detail__copy h2,
.dg-location-detail__copy p {
  border-top: 1px solid var(--dg-line);
  margin: 0;
  padding: 28px 0;
}

.dg-location-detail__copy h2 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-right: 34px;
}

.dg-location-detail__copy p {
  color: var(--dg-muted);
  font-size: 16px;
  line-height: 1.75;
}

.dg-location-detail__aside {
  background: var(--dg-brand-deep);
  border-radius: var(--dg-radius);
  color: var(--dg-white);
  padding: clamp(34px, 4vw, 54px);
  position: sticky;
  top: 132px;
}

.dg-location-detail__aside .dg-section-label {
  color: var(--dg-accent);
}

.dg-location-detail__aside h2 {
  color: var(--dg-white);
  font-size: clamp(32px, 3.3vw, 47px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin: 30px 0 22px;
}

.dg-location-detail__aside > p:not(.dg-section-label) {
  line-height: 1.65;
  margin: 0;
  opacity: 0.72;
}

.dg-location-detail__aside .dg-button {
  margin-top: 38px;
  width: 100%;
}

.dg-location-detail__contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--dg-white);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 26px;
  padding-bottom: 12px;
}

.dg-location-related {
  background: var(--dg-surface);
  padding: clamp(92px, 10vw, 132px) 0;
}

.dg-location-related > .dg-shell > h2 {
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 22px 0 56px;
}

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

.dg-location-related__card {
  color: var(--dg-ink);
}

.dg-location-related__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.dg-location-related__media {
  aspect-ratio: 0.92;
  border-radius: var(--dg-radius);
  display: block;
  margin: 0 0 18px;
  overflow: hidden;
}

.dg-location-related__card img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--dg-ease);
  width: 100%;
}

.dg-location-related__card:hover img,
.dg-location-related__card:focus-visible img {
  transform: scale(1.055);
}

.dg-location-related__title {
  align-items: center;
  border-bottom: 1px solid var(--dg-line);
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding-bottom: 14px;
}

.dg-location-related__card i {
  font-style: normal;
}

.dg-listing-archive {
  background: var(--dg-white);
  min-height: 70vh;
  padding-bottom: 120px;
}

.dg-listing-archive__header {
  align-items: end;
  display: grid;
  gap: 22px clamp(30px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  margin-bottom: 48px;
}

.dg-listing-archive__header .dg-section-label {
  grid-column: 1 / -1;
  margin: 0;
}

.dg-listing-archive__header h1,
.dg-listing-detail__header h1 {
  color: var(--dg-brand-deep);
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0;
}

.dg-listing-archive__header > p:last-child {
  color: var(--dg-muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 4px;
}

.dg-listing-filters {
  background: var(--dg-surface);
  border: 1px solid var(--dg-line);
  border-radius: 3px;
  display: grid;
  gap: 20px;
  margin-bottom: 56px;
  padding: 24px;
}

.dg-listing-filters__grid {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
}

.dg-listing-filters__field {
  min-width: 0;
}

.dg-listing-filters__field label {
  color: var(--dg-brand-deep);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.dg-listing-filters__field input,
.dg-listing-filters__field select {
  appearance: none;
  background-color: var(--dg-white);
  border: 1px solid var(--dg-line);
  border-radius: 3px;
  color: var(--dg-ink);
  font: inherit;
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}

.dg-listing-filters__field select {
  cursor: pointer;
  padding-right: 40px;
}

.dg-listing-filters__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dg-listing-filters__submit,
.dg-listing-filters__clear {
  align-items: center;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 48px;
}

.dg-listing-filters__submit {
  background: var(--dg-brand);
  border: 1px solid var(--dg-brand);
  border-radius: 3px;
  color: var(--dg-white);
  cursor: pointer;
  font-weight: 700;
  padding: 0 28px;
}

.dg-listing-filters__submit:hover {
  background: var(--dg-brand-deep);
  border-color: var(--dg-brand-deep);
}

.dg-listing-filters__clear {
  color: var(--dg-brand-deep);
  padding-inline: 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.dg-listing-filters__field input:focus-visible,
.dg-listing-filters__field select:focus-visible,
.dg-listing-filters__submit:focus-visible,
.dg-listing-filters__clear:focus-visible {
  outline: 3px solid var(--dg-accent);
  outline-offset: 3px;
}

.dg-listing-filters__summary {
  color: var(--dg-muted);
  font-size: 16px;
  margin: -32px 0 40px;
}

.dg-listing-archive .dg-property-grid,
.dg-listing-archive .dg-listings-empty {
  margin-top: 0;
}

.dg-listing-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 64px;
}

.dg-listing-pagination .page-numbers {
  align-items: center;
  border: 1px solid var(--dg-line);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 14px;
}

.dg-listing-pagination .page-numbers.current,
.dg-listing-pagination a.page-numbers:hover {
  background: var(--dg-brand-deep);
  border-color: var(--dg-brand-deep);
  color: var(--dg-white);
}

.dg-listing-detail {
  background: var(--dg-surface);
  min-height: 70vh;
  padding-bottom: 120px;
}

.dg-listing-detail__breadcrumb {
  align-items: center;
  color: var(--dg-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 44px;
}

.dg-listing-detail__breadcrumb a:hover {
  color: var(--dg-brand);
}

.dg-listing-detail__header {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 54px;
}

.dg-listing-detail__eyebrow {
  color: var(--dg-brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.dg-listing-detail__location {
  color: var(--dg-muted);
  font-size: 18px;
  margin: 22px 0 0;
}

.dg-listing-detail__price {
  border-left: 1px solid var(--dg-line);
  display: grid;
  gap: 5px;
  margin: 0 0 5px;
  min-width: 230px;
  padding-left: 34px;
}

.dg-listing-detail__price span {
  color: var(--dg-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dg-listing-detail__price strong {
  color: var(--dg-brand-deep);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
}

.dg-listing-gallery {
  margin-bottom: 48px;
}

.dg-listing-gallery__main {
  aspect-ratio: 16 / 9;
  background: var(--dg-brand-deep);
  border-radius: var(--dg-radius);
  overflow: hidden;
}

.dg-listing-gallery__main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-listing-gallery__thumbs {
  display: grid;
  gap: 10px;
  grid-auto-columns: minmax(100px, 150px);
  grid-auto-flow: column;
  margin-top: 12px;
  overflow-x: auto;
  padding: 3px 3px 12px;
  scrollbar-width: thin;
}

.dg-listing-gallery__thumb {
  aspect-ratio: 4 / 3;
  background: var(--dg-white);
  border: 2px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.dg-listing-gallery__thumb.is-active {
  border-color: var(--dg-accent);
}

.dg-listing-gallery__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-listing-detail__content-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.82fr);
}

.dg-listing-detail__primary {
  display: grid;
  gap: 24px;
}

.dg-listing-panel,
.dg-advisor-card,
.dg-listing-contact-card {
  background: var(--dg-white);
  border: 1px solid rgba(51, 49, 50, 0.12);
  border-radius: var(--dg-radius);
  padding: clamp(28px, 4vw, 46px);
}

.dg-listing-panel > h2,
.dg-advisor-card h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0 0 30px;
}

.dg-listing-description__content {
  color: var(--dg-muted);
  font-size: 17px;
  line-height: 1.8;
}

.dg-listing-description__content > :first-child {
  margin-top: 0;
}

.dg-listing-description__content > :last-child {
  margin-bottom: 0;
}

.dg-listing-specs dl {
  border-top: 1px solid var(--dg-line);
  margin: 0;
}

.dg-listing-specs dl > div {
  border-bottom: 1px dotted rgba(51, 49, 50, 0.28);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(130px, 0.75fr) minmax(0, 1.25fr);
  padding: 15px 0;
}

.dg-listing-specs dt {
  font-weight: 700;
}

.dg-listing-specs dd {
  margin: 0;
}

.dg-listing-video__frame {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}

.dg-listing-video__frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.dg-listing-detail__aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 132px;
}

.dg-advisor-card .dg-section-label {
  margin-bottom: 24px;
}

.dg-advisor-card__identity {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 82px minmax(0, 1fr);
}

.dg-advisor-card__identity img {
  aspect-ratio: 1;
  border-radius: 8px;
  height: 82px;
  object-fit: cover;
  width: 82px;
}

.dg-advisor-card__identity h2 {
  font-size: 25px;
  margin: 0;
}

.dg-advisor-card__contact {
  border-top: 1px solid var(--dg-line);
  display: grid;
  margin-top: 26px;
  padding-top: 12px;
}

.dg-advisor-card__contact a {
  display: grid;
  gap: 4px;
  padding: 11px 0;
}

.dg-advisor-card__contact span {
  color: var(--dg-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.dg-advisor-card__contact strong {
  font-size: 15px;
  overflow-wrap: anywhere;
}

.dg-listing-contact-card {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
}

.dg-listing-contact-card p {
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.35;
  margin: 0 0 26px;
}

.dg-listing-contact-card .dg-button {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--dg-white);
  width: 100%;
}

.dg-listing-contact-card .dg-button:hover,
.dg-listing-contact-card .dg-button:focus-visible {
  color: var(--dg-brand-deep);
}

/* Keri-inspired listing detail composition. */
.dg-listing-detail__hero {
  margin-bottom: clamp(70px, 8vw, 112px);
}

.dg-listing-detail__hero-frame {
  aspect-ratio: 1.68;
  background: var(--dg-brand-deep);
  border-radius: var(--dg-radius);
  overflow: hidden;
  position: relative;
}

.dg-listing-detail__hero-frame .dg-listing-lightbox__trigger > img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--dg-ease);
  width: 100%;
}

.dg-listing-detail__hero:hover .dg-listing-detail__hero-frame .dg-listing-lightbox__trigger > img {
  transform: scale(1.025);
}

.dg-listing-detail__hero-frame::after {
  background: linear-gradient(180deg, transparent 60%, rgba(10, 20, 54, 0.52));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dg-listing-detail__hero-frame.is-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.dg-listing-detail__hero-frame.is-placeholder p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  position: relative;
  z-index: 1;
}

.dg-listing-detail__hero-meta {
  align-items: center;
  bottom: 24px;
  color: var(--dg-white);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  left: 26px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 26px;
  text-transform: uppercase;
  z-index: 1;
}

.dg-listing-detail__body-grid {
  align-items: start;
  display: grid;
  column-gap: clamp(54px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  row-gap: 0;
}

.dg-listing-detail__details {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}

.dg-listing-detail__intro {
  border-bottom: 1px solid var(--dg-line);
  grid-column: 1;
  grid-row: 1;
  padding-bottom: clamp(54px, 7vw, 86px);
}

.dg-listing-detail__intro h1 {
  color: var(--dg-brand-deep);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
  overflow-wrap: anywhere;
}

.dg-listing-detail__intro .dg-listing-detail__eyebrow {
  margin-bottom: 24px;
}

.dg-listing-detail__intro .dg-listing-detail__location {
  align-items: center;
  display: flex;
  gap: 9px;
  margin: 26px 0 0;
}

.dg-listing-detail__location span {
  color: var(--dg-brand);
  font-size: 21px;
}

.dg-listing-detail__intro .dg-listing-description__content {
  color: var(--dg-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-top: 38px;
  max-width: 760px;
}

.dg-listing-detail__intro .dg-listing-description__content p,
.dg-listing-detail__intro .dg-listing-description__content ul,
.dg-listing-detail__intro .dg-listing-description__content ol {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.dg-listing-detail__intro .dg-listing-description__content > :last-child {
  margin-bottom: 0;
}

.dg-listing-inquiry {
  align-self: start;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--dg-line);
  border-radius: 4px;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 28px;
  position: sticky;
  top: 132px;
}

.dg-listing-inquiry .dg-section-label {
  margin-bottom: 34px;
}

.dg-listing-inquiry h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}

.dg-listing-inquiry > p:not(.dg-section-label) {
  color: var(--dg-muted);
  line-height: 1.65;
  margin: 22px 0 34px;
}

.dg-listing-inquiry .dg-button,
.dg-listing-agent .dg-button {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
  width: 100%;
}

.dg-listing-inquiry .dg-button:hover,
.dg-listing-inquiry .dg-button:focus-visible,
.dg-listing-agent .dg-button:hover,
.dg-listing-agent .dg-button:focus-visible {
  color: var(--dg-brand-deep);
}

.dg-listing-detail__details .dg-listing-specs,
.dg-listing-detail__details .dg-listing-video {
  border-bottom: 1px solid var(--dg-line);
  padding: clamp(54px, 7vw, 82px) 0;
}

.dg-listing-detail__details .dg-listing-specs h2,
.dg-listing-detail__details .dg-listing-video h2,
.dg-listing-detail__section-heading h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 46px;
}

.dg-listing-detail__details .dg-listing-specs dl {
  border: 0;
  display: grid;
  gap: 10px;
}

.dg-listing-detail__details .dg-listing-specs dl > div {
  align-items: center;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(51, 49, 50, 0.1);
  border-radius: 4px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(140px, 1fr) minmax(120px, auto);
  min-height: 72px;
  padding: 17px 22px;
}

.dg-listing-detail__details .dg-listing-specs dt {
  font-weight: 400;
}

.dg-listing-detail__details .dg-listing-specs dd {
  color: var(--dg-brand-deep);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: right;
}

.dg-listing-detail__details .dg-listing-video {
  border-bottom: 0;
}

.dg-listing-video__frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--dg-radius);
  box-shadow: 0 14px 42px rgba(18, 31, 75, 0.12);
  overflow: hidden;
}

.dg-listing-detail__gallery {
  margin-top: clamp(90px, 11vw, 150px);
}

.dg-listing-detail__section-heading .dg-section-label {
  margin-bottom: 24px;
}

.dg-listing-detail__gallery-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dg-listing-detail__gallery-grid figure {
  aspect-ratio: 0.78;
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

.dg-listing-detail__gallery-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--dg-ease);
  width: 100%;
}

.dg-listing-detail__gallery-grid figure:hover img {
  transform: scale(1.035);
}

.dg-listing-lightbox__trigger {
  border-radius: inherit;
  cursor: zoom-in;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.dg-listing-lightbox__trigger:focus-visible {
  outline: 3px solid var(--dg-accent);
  outline-offset: -5px;
}

.dg-lightbox-open {
  overflow: hidden;
}

.dg-listing-lightbox {
  background: transparent;
  border: 0;
  color: var(--dg-white);
  height: 100dvh;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: 100vw;
}

.dg-listing-lightbox[open] {
  display: grid;
  place-items: center;
}

.dg-listing-lightbox::backdrop {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(7, 14, 39, 0.95);
}

.dg-listing-lightbox__shell {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  height: 100%;
  padding: 28px;
  width: 100%;
}

.dg-listing-lightbox figure {
  display: grid;
  gap: 16px;
  grid-column: 2;
  justify-items: center;
  margin: 0;
  min-width: 0;
}

.dg-listing-lightbox figure img {
  border-radius: 4px;
  height: auto;
  max-height: calc(100dvh - 112px);
  max-width: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 220ms ease;
  width: auto;
}

.dg-listing-lightbox figure img.is-loaded {
  opacity: 1;
}

.dg-listing-lightbox figcaption {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 12px;
  gap: 28px;
  justify-content: space-between;
  letter-spacing: 0.04em;
  max-width: min(100%, 1120px);
  width: 100%;
}

.dg-listing-lightbox figcaption span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dg-listing-lightbox figcaption span:last-child {
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.dg-listing-lightbox__close,
.dg-listing-lightbox__control {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: var(--dg-white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 56px;
  justify-content: center;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms var(--dg-ease);
  width: 56px;
}

.dg-listing-lightbox__close:hover,
.dg-listing-lightbox__close:focus-visible,
.dg-listing-lightbox__control:hover,
.dg-listing-lightbox__control:focus-visible {
  background: var(--dg-white);
  color: var(--dg-brand-deep);
  outline: 0;
  transform: scale(1.06);
}

.dg-listing-lightbox__close {
  font-size: 32px;
  line-height: 1;
  position: fixed;
  right: 28px;
  top: 28px;
  z-index: 2;
}

.dg-listing-lightbox__control {
  font-size: 24px;
  justify-self: center;
}

.dg-listing-lightbox__control--previous {
  grid-column: 1;
}

.dg-listing-lightbox__control--next {
  grid-column: 3;
}

.dg-listing-agent {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(51, 49, 50, 0.08);
  border-radius: 4px;
  display: grid;
  gap: clamp(40px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin-top: clamp(90px, 11vw, 150px);
  padding: 40px;
}

.dg-listing-agent__identity {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 190px minmax(0, 1fr);
}

.dg-listing-agent__identity figure {
  aspect-ratio: 1.05;
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

.dg-listing-agent__identity img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-listing-agent__identity .dg-section-label {
  margin-bottom: 18px;
}

.dg-listing-agent__identity h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.05em;
  margin: 0 0 26px;
}

.dg-listing-agent__identity .dg-button {
  max-width: 260px;
}

.dg-listing-agent__contact {
  border-left: 1px solid var(--dg-line);
  display: grid;
  gap: 24px;
  padding-left: clamp(28px, 5vw, 66px);
}

.dg-listing-agent__contact a {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 50px minmax(0, 1fr);
}

.dg-listing-agent__contact i {
  align-items: center;
  background: var(--dg-brand-deep);
  border-radius: 8px;
  color: var(--dg-white);
  display: inline-flex;
  font-style: normal;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.dg-listing-agent__contact span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.dg-listing-agent__contact small {
  color: var(--dg-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.dg-listing-agent__contact strong {
  font-size: 16px;
  overflow-wrap: anywhere;
}

.dg-media-feature {
  color: var(--dg-white);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.dg-media-feature__bg,
.dg-media-feature__overlay {
  inset: 0;
  position: absolute;
}

.dg-media-feature__bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-media-feature__overlay {
  background: linear-gradient(90deg, rgba(18, 31, 75, 0.95) 0%, rgba(18, 31, 75, 0.7) 42%, rgba(18, 31, 75, 0.18) 100%);
}

.dg-media-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 720px;
  position: relative;
  z-index: 2;
}

.dg-section-label--light {
  color: var(--dg-accent);
}

.dg-media-feature h2 {
  color: var(--dg-white);
  font-size: clamp(64px, 9vw, 112px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0 0 32px;
}

.dg-media-feature__content > p:not(.dg-section-label) {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 570px;
}

.dg-media-feature .dg-button {
  align-self: flex-start;
  margin-top: 42px;
}

.dg-community {
  background: var(--dg-surface);
}

.dg-community__heading {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  margin-bottom: 56px;
}

.dg-community .dg-section-title {
  margin: 0;
}

.dg-community__lead {
  color: var(--dg-muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 500px;
}

.dg-community__layout {
  align-items: stretch;
  display: grid;
  gap: clamp(36px, 4.5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.dg-community__media {
  border-radius: 8px;
  margin: 0;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.dg-community__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--dg-ease);
  width: 100%;
}

.dg-community__media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(12, 25, 64, 0.72) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dg-community__media:hover img {
  transform: scale(1.025);
}

.dg-community__media figcaption {
  bottom: 28px;
  color: var(--dg-white);
  font-size: 12px;
  font-weight: 600;
  left: 30px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
}

.dg-community__steps {
  border-top: 1px solid var(--dg-line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.dg-community__steps li {
  border-bottom: 1px solid var(--dg-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 25%;
  padding: 27px 18px 27px 0;
  transition: background-color 300ms ease, padding 300ms var(--dg-ease);
}

.dg-community__steps li:hover {
  background: rgba(42, 55, 143, 0.045);
  padding-left: 18px;
}

.dg-community__step-number {
  color: var(--dg-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 5px;
}

.dg-community__steps h3 {
  color: var(--dg-ink);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 10px;
}

.dg-community__steps p {
  color: var(--dg-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 480px;
}

.dg-principles {
  background: var(--dg-white);
  overflow: hidden;
}

.dg-principle-viewport {
  border-bottom: 1px solid var(--dg-line);
  border-top: 1px solid var(--dg-line);
  margin-top: 60px;
  overflow: hidden;
}

.dg-principle-track {
  display: flex;
  transition: transform 750ms var(--dg-ease);
}

.dg-principle-track article {
  flex: 0 0 100%;
  min-height: 460px;
  padding: 72px 8vw 58px;
}

.dg-principle-track article > span {
  color: var(--dg-brand);
  font-size: 15px;
}

.dg-principle-track article > p {
  font-size: clamp(32px, 4.4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.14;
  margin: 46px 0 56px;
  max-width: 1050px;
}

.dg-principle-track h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.dg-faq {
  background: var(--dg-surface);
}

.dg-faq__grid {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.dg-faq__grid > div:first-child > p:last-child {
  color: var(--dg-muted);
  line-height: 1.65;
  margin: 34px 0 0;
  max-width: 390px;
}

.dg-accordion details {
  border-top: 1px solid var(--dg-line);
  padding: 0;
}

.dg-accordion details:last-child {
  border-bottom: 1px solid var(--dg-line);
}

.dg-accordion summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  padding: 26px 54px 26px 0;
  position: relative;
}

.dg-accordion summary::-webkit-details-marker {
  display: none;
}

.dg-accordion summary::after {
  color: var(--dg-brand);
  content: "+";
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 2px;
  top: 19px;
  transition: transform 300ms ease;
}

.dg-accordion details[open] summary::after {
  transform: rotate(45deg);
}

.dg-accordion details p {
  color: var(--dg-muted);
  line-height: 1.6;
  margin: -6px 0 28px;
  max-width: 660px;
}

.dg-accordion details p a {
  color: var(--dg-brand);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dg-insights {
  background: var(--dg-white);
}

.dg-insight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dg-insight-card__link {
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
}

.dg-insight-card__link > img {
  aspect-ratio: 1.25;
  border-radius: 8px;
  height: auto;
}

.dg-insight-card__link:focus-visible {
  outline: 3px solid var(--dg-accent);
  outline-offset: 5px;
}

.dg-insight-card__category {
  color: var(--dg-muted);
  font-size: 14px;
  margin: 22px 0 14px;
}

.dg-insight-card h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.28;
  margin: 0 0 12px;
}

.dg-insight-card__description {
  color: var(--dg-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 28px;
}

.dg-text-link {
  border-bottom: 1px solid var(--dg-line);
  display: block;
  font-size: 14px;
  margin-top: auto;
  padding-bottom: 14px;
}

.dg-insight-grid--empty {
  grid-template-columns: 1fr;
}

.dg-cta {
  color: var(--dg-white);
  display: grid;
  min-height: 640px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.dg-cta > img,
.dg-cta__overlay {
  inset: 0;
  position: absolute;
}

.dg-cta > img {
  height: 100%;
  object-fit: cover;
  transition: transform 7s ease;
  width: 100%;
}

.dg-cta:hover > img {
  transform: scale(1.035);
}

.dg-cta__overlay {
  background: rgba(23, 36, 84, 0.62);
}

.dg-cta__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 2;
}

.dg-cta__content > p:first-child {
  color: var(--dg-accent);
  margin: 0 0 34px;
}

.dg-cta h2 {
  color: var(--dg-white);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  max-width: 850px;
}

.dg-cta__content > p:nth-of-type(2) {
  line-height: 1.6;
  margin: 32px auto 38px;
  max-width: 610px;
  opacity: 0.78;
}

.dg-contact-map {
  background: var(--dg-white);
  padding: clamp(82px, 10vw, 132px) 0;
}

.dg-contact-map__grid {
  align-items: stretch;
  display: grid;
  gap: clamp(36px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.dg-contact-map__content {
  align-content: center;
  background: var(--dg-brand-deep);
  border-radius: var(--dg-radius);
  color: var(--dg-white);
  display: grid;
  padding: clamp(36px, 5vw, 62px);
}

.dg-contact-map__content .dg-section-label {
  color: var(--dg-accent);
  margin-bottom: 34px;
}

.dg-contact-map__content h2 {
  color: var(--dg-white);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.dg-contact-map__content > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.65;
  margin: 30px 0 38px;
  max-width: 440px;
}

.dg-contact-map__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.dg-contact-map__actions .dg-button {
  background: var(--dg-white);
  color: var(--dg-brand-deep);
}

.dg-contact-map__actions > a:not(.dg-button) {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.dg-contact-map__frame {
  border-radius: var(--dg-radius);
  min-height: 510px;
  overflow: hidden;
}

.dg-contact-map__frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

body:not(.home):not(.editor-styles-wrapper) main#dg-main.dg-office-page {
  padding-top: 0 !important;
}

.dg-office-page {
  background: var(--dg-surface);
}

.dg-office-hero {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
  padding: clamp(190px, 17vw, 240px) 0 clamp(78px, 10vw, 130px);
}

.dg-office-hero .dg-section-label {
  color: var(--dg-accent);
  margin-bottom: 30px;
}

.dg-office-hero h1 {
  color: var(--dg-white);
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.dg-office-hero p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
  margin: 36px 0 0;
  max-width: 700px;
}

.dg-office-broker,
.dg-office-gallery {
  padding: clamp(82px, 10vw, 132px) 0;
}

.dg-office-broker__grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 8vw, 110px);
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.dg-office-broker__grid--text-only {
  grid-template-columns: minmax(0, 760px);
}

.dg-office-broker figure {
  aspect-ratio: 0.84;
  border-radius: var(--dg-radius);
  margin: 0;
  overflow: hidden;
}

.dg-office-broker figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dg-office-broker h2,
.dg-office-gallery h2 {
  color: var(--dg-brand-deep);
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.dg-office-broker h3 {
  color: var(--dg-brand);
  font-size: 17px;
  font-weight: 500;
  margin: 18px 0 0;
}

.dg-office-broker__description {
  color: var(--dg-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 34px;
}

.dg-office-gallery {
  background: var(--dg-white);
}

.dg-office-gallery__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
}

.dg-office-gallery figure {
  aspect-ratio: 1.45;
  border-radius: var(--dg-radius);
  margin: 0;
  overflow: hidden;
}

.dg-office-gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--dg-ease);
  width: 100%;
}

.dg-office-gallery figure:hover img {
  transform: scale(1.025);
}

.dg-office-empty {
  background: var(--dg-white);
  border: 1px dashed var(--dg-line);
  border-radius: var(--dg-radius);
  color: var(--dg-muted);
  margin: 72px auto;
  max-width: var(--dg-shell);
  padding: 32px;
}

body.dg-modal-open {
  overflow: hidden;
}

.dg-contact-modal {
  background: transparent;
  border: 0;
  color: var(--dg-ink);
  margin: auto;
  max-height: min(90vh, 860px);
  max-width: 820px;
  overflow: visible;
  padding: 0;
  width: calc(100% - 40px);
}

.dg-contact-modal::backdrop {
  backdrop-filter: blur(10px);
  background: rgba(10, 20, 52, 0.72);
}

.dg-contact-modal__panel {
  animation: dg-contact-modal-in 420ms var(--dg-ease) both;
  background: var(--dg-white);
  border-radius: 16px;
  box-shadow: 0 30px 100px rgba(8, 18, 52, 0.4);
  max-height: min(90vh, 860px);
  overflow: auto;
}

.dg-contact-modal__header {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
  padding: 34px clamp(24px, 5vw, 48px) 38px;
  position: relative;
}

.dg-contact-modal__header > p:first-child {
  color: var(--dg-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dg-contact-modal__header h2 {
  color: var(--dg-white);
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.dg-contact-modal__header > p:last-of-type {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 520px;
}

.dg-contact-modal__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--dg-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 44px;
}

.dg-contact-modal__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(4deg);
}

.dg-contact-form {
  display: grid;
  gap: 22px;
  padding: 32px clamp(24px, 5vw, 48px) 36px;
}

.dg-contact-form__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dg-contact-form__field {
  display: grid;
  gap: 8px;
}

.dg-contact-form__field label {
  color: var(--dg-brand-deep);
  font-size: 13px;
  font-weight: 700;
}

.dg-contact-form__field label > span:not([aria-hidden="true"]) {
  color: var(--dg-muted);
  font-weight: 400;
}

.dg-contact-form__field input,
.dg-contact-form__field select,
.dg-contact-form__field textarea {
  background: var(--dg-surface);
  border: 1px solid var(--dg-line);
  border-radius: 8px;
  color: var(--dg-ink);
  font-size: 16px;
  min-width: 0;
  padding: 13px 15px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.dg-contact-form__field input,
.dg-contact-form__field select {
  min-height: 52px;
}

.dg-contact-form__field textarea {
  min-height: 132px;
  resize: vertical;
}

.dg-contact-form__field input:hover,
.dg-contact-form__field select:hover,
.dg-contact-form__field textarea:hover,
.dg-contact-form__field input:focus,
.dg-contact-form__field select:focus,
.dg-contact-form__field textarea:focus {
  background: var(--dg-white);
  border-color: var(--dg-brand);
  box-shadow: 0 0 0 3px rgba(41, 57, 141, 0.08);
}

.dg-contact-form__footer {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.dg-contact-form__footer > p {
  color: var(--dg-muted);
  font-size: 12px;
  margin: 0;
}

.dg-contact-form__footer .dg-button {
  background: var(--dg-brand);
  border: 0;
  color: var(--dg-white);
  cursor: pointer;
  min-height: 54px;
}

.dg-contact-form__footer .dg-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.dg-contact-form__status {
  border-radius: 8px;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  margin: -4px 0 0;
  padding: 12px 14px;
}

.dg-contact-form__status.is-success,
.dg-contact-form__status.is-error {
  display: block;
}

.dg-contact-form__status.is-success {
  background: #eaf8ef;
  color: #176332;
}

.dg-contact-form__status.is-error {
  background: #fff0ef;
  color: #8c2d25;
}

.dg-contact-form__honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

@keyframes dg-contact-modal-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dg-footer {
  background: var(--dg-brand-deep);
  color: var(--dg-white);
  padding: 96px 0 26px;
}

.dg-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1fr;
  padding: 76px 0 86px;
}

.dg-brand--footer {
  margin-bottom: 28px;
}

.dg-footer__brand > p,
.dg-footer__column > p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
  margin: 0;
  max-width: 300px;
}

.dg-footer__column {
  align-content: start;
  display: grid;
  gap: 12px;
}

.dg-footer__column h3 {
  color: var(--dg-accent);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 14px;
}

.dg-footer__column a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  transition: color 220ms ease, transform 220ms ease;
}

.dg-footer__column a:hover {
  color: var(--dg-white);
  transform: translateX(4px);
}

.dg-contact-list {
  display: grid;
  font-style: normal;
  gap: 18px;
  margin: 0;
}

.dg-contact-list__item {
  display: grid;
  gap: 5px;
  margin: 0;
}

.dg-contact-list__item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dg-contact-list__item strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.dg-footer__column .dg-contact-list__item:hover {
  transform: none;
}

.dg-footer__column a.dg-contact-list__item:hover strong {
  color: var(--dg-white);
}

.dg-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.dg-socials a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
}

.dg-footer__column .dg-socials a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.64);
  color: var(--dg-white);
  transform: translateY(-2px);
}

.dg-socials svg {
  height: 20px;
  width: 20px;
}

.dg-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 22px;
}

.dg-footer__bottom p {
  margin: 0;
}

.dg-js .dg-reveal {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity 800ms ease var(--delay, 0ms), transform 900ms var(--dg-ease) var(--delay, 0ms);
}

.dg-js .dg-reveal--left {
  transform: translateX(-60px);
}

.dg-js .dg-reveal--right {
  transform: translateX(60px);
}

.dg-js .dg-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes dg-nav-in {
  from { opacity: 0; transform: translateY(-58px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dg-hero-media-in {
  from { opacity: 0; transform: scale(1.18); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes dg-rise-in {
  from { opacity: 0; transform: translateY(130px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dg-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .dg-nav__links {
    gap: 14px;
  }

  .dg-swap-link {
    font-size: 12px;
  }

  .dg-about__grid {
    gap: 64px;
  }

  .dg-listing-card__body {
    grid-template-columns: 1fr 1fr;
  }

  .dg-property-card dl {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .dg-property-card dl div + div {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  body.admin-bar .dg-site-header {
    top: 70px;
  }

  .dg-shell {
    width: calc(100% - 48px);
  }

  .dg-site-header {
    padding-inline: 24px;
  }

  .dg-nav {
    grid-template-columns: auto 1fr;
    height: 72px;
  }

  .dg-nav__links,
  .dg-nav__cta {
    display: none;
  }

  .dg-mobile-menu {
    display: block;
    justify-self: end;
  }

  .dg-brand__logo {
    width: 154px;
  }

  .dg-hero__content {
    padding-top: 220px;
  }

  .dg-about__grid,
  .dg-faq__grid {
    grid-template-columns: 1fr;
  }

  .dg-location-detail__grid {
    grid-template-columns: 1fr;
  }

  .dg-location-detail__aside {
    position: static;
  }

  .dg-location-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-about__image {
    aspect-ratio: 1.15;
  }

  .dg-approach__grid {
    grid-template-columns: 1fr 1fr;
  }

  .dg-value-card:nth-child(odd) {
    border-left: 0;
  }

  .dg-value-card:nth-child(n + 3) {
    border-top: 1px solid var(--dg-line);
  }

  .dg-property-grid,
  .dg-insight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dg-property-card:last-child,
  .dg-insight-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
  }

  .dg-listing-archive__header,
  .dg-listing-detail__header,
  .dg-listing-detail__content-grid {
    grid-template-columns: 1fr;
  }

  .dg-listing-filters {
    padding: 20px;
  }

  .dg-listing-filters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-listing-detail__price {
    border-left: 0;
    border-top: 1px solid var(--dg-line);
    min-width: 0;
    padding-left: 0;
    padding-top: 20px;
  }

  .dg-listing-detail__aside {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .dg-listing-detail__body-grid,
  .dg-listing-agent {
    grid-template-columns: 1fr;
  }

  .dg-listing-detail__intro,
  .dg-listing-detail__details,
  .dg-listing-inquiry {
    grid-column: auto;
    grid-row: auto;
  }

  .dg-listing-detail__body-grid {
    row-gap: 42px;
  }

  .dg-listing-detail__details > :first-child {
    padding-top: 12px;
  }

  .dg-listing-inquiry {
    position: static;
  }

  .dg-listing-detail__gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-listing-agent__contact {
    border-left: 0;
    border-top: 1px solid var(--dg-line);
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-top: 30px;
  }

  .dg-community__heading,
  .dg-community__layout {
    grid-template-columns: 1fr;
  }

  .dg-contact-map__grid,
  .dg-office-broker__grid {
    grid-template-columns: 1fr;
  }

  .dg-contact-map__frame {
    min-height: 430px;
  }

  .dg-office-broker figure {
    aspect-ratio: 1.15;
  }

  .dg-community__heading {
    gap: 24px;
  }

  .dg-community__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .dg-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .dg-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 104px;
  }

  .dg-shell {
    width: calc(100% - 32px);
  }

  .dg-site-header {
    padding-inline: 16px;
    top: 16px;
  }

  .dg-listing-filters {
    margin-bottom: 44px;
    padding: 16px;
  }

  .dg-listing-filters__grid {
    grid-template-columns: 1fr;
  }

  .dg-listing-filters__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-listing-filters__submit,
  .dg-listing-filters__clear {
    justify-content: center;
    width: 100%;
  }

  .dg-listing-filters__clear {
    min-height: 36px;
  }

  .dg-listing-filters__summary {
    margin: -24px 0 32px;
  }

  body:not(.home):not(.editor-styles-wrapper) main#dg-main {
    padding-top: 132px !important;
  }

  body.single-post:not(.home):not(.editor-styles-wrapper) main#dg-main {
    padding-top: 0 !important;
  }

  .dg-post-header {
    padding-bottom: 36px;
    padding-top: 122px;
  }

  .dg-post-header__title {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 1;
  }

  .dg-post-header__meta {
    margin-top: 28px;
  }

  .dg-post-header__image {
    aspect-ratio: 1.55;
    margin-top: 34px;
    max-width: none;
    width: 100%;
  }

  .dg-post-body {
    padding: 0 16px 88px;
  }

  .dg-post-body .wp-block-post-content {
    font-size: 16px;
  }

  .dg-post-body .wp-block-post-content .wp-block-image:not(.dg-guide-cover) {
    max-width: none;
    width: 100%;
  }

  .dg-js .dg-reveal--left,
  .dg-js .dg-reveal--right {
    transform: translateY(64px);
  }

  .dg-nav {
    height: 66px;
    padding-inline: 10px;
  }

  .dg-brand__logo {
    width: 138px;
  }

  .dg-mobile-menu summary {
    height: 42px;
    width: 42px;
  }

  .dg-hero {
    min-height: 760px;
  }

  .dg-hero__content {
    min-height: 760px;
    padding-bottom: 54px;
    padding-top: 210px;
  }

  .dg-hero__eyebrow {
    font-size: 13px;
    gap: 10px;
    margin-bottom: 30px;
  }

  .dg-hero h1 {
    font-size: clamp(42px, 11.5vw, 52px);
    line-height: 0.96;
    max-width: 100%;
  }

  .dg-hero__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 38px;
    width: 100%;
  }

  .dg-hero__actions .dg-button {
    width: 100%;
  }

  .dg-intro-strip {
    padding-top: 64px;
  }

  .dg-intro-strip__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 42px;
  }

  .dg-intro-strip h2 {
    font-size: 22px;
  }

  .dg-about,
  .dg-approach,
  .dg-locations,
  .dg-properties,
  .dg-community,
  .dg-principles,
  .dg-faq,
  .dg-insights {
    padding: 82px 0;
  }

  .dg-about__image {
    aspect-ratio: 0.9;
  }

  .dg-about h2,
  .dg-section-title {
    font-size: 42px;
  }

  .dg-kicker,
  .dg-section-label {
    margin-bottom: 30px;
  }

  .dg-approach .dg-section-title {
    margin-bottom: 44px;
  }

  .dg-approach__grid {
    grid-template-columns: 1fr;
  }

  .dg-value-card,
  .dg-value-card:nth-child(odd) {
    border-left: 0;
    border-top: 1px solid var(--dg-line);
    min-height: 260px;
    padding-inline: 0;
  }

  .dg-value-card:first-child {
    border-top: 0;
  }

  .dg-value-card strong {
    margin-bottom: 48px;
  }

  .dg-showcase {
    height: calc(var(--dg-showcase-count, 4) * 90svh);
  }

  .dg-showcase__stage {
    min-height: 690px;
  }

  .dg-showcase__cards {
    height: min(430px, calc(100svh - 180px));
    min-height: 380px;
    width: calc(100% - 32px);
  }

  .dg-listing-card {
    padding: 22px 20px;
  }

  .dg-listing-card__meta strong {
    font-size: 15px;
  }

  .dg-listing-card__meta span {
    font-size: 11px;
    padding: 7px 10px;
  }

  .dg-listing-card__body {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: auto;
    padding-top: 24px;
  }

  .dg-listing-card h2 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .dg-listing-card ul {
    font-size: 12px;
    gap: 12px;
  }

  .dg-listing-card__cta {
    font-size: 12px;
    margin-top: 12px;
  }

  .dg-showcase__progress {
    width: calc(100% - 32px);
  }

  .dg-showcase__hint {
    display: none;
  }

  .dg-heading-row {
    align-items: flex-start;
  }

  .dg-heading-row .dg-button {
    display: none;
  }

  .dg-location-track {
    margin-top: 42px;
  }

  .dg-location-card {
    flex-basis: min(82vw, 320px);
    min-width: min(82vw, 320px);
  }

  .dg-location-detail__hero {
    height: 72svh;
    min-height: 520px;
  }

  .dg-location-detail__hero-content h1 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .dg-location-detail__body {
    padding: 76px 0;
  }

  .dg-location-detail__lead {
    font-size: 30px;
    margin-bottom: 48px;
  }

  .dg-location-detail__copy {
    grid-template-columns: 1fr;
  }

  .dg-location-detail__copy h2 {
    padding-bottom: 10px;
  }

  .dg-location-detail__copy p {
    border-top: 0;
    padding-top: 0;
  }

  .dg-location-related__grid {
    grid-template-columns: 1fr;
  }

  .dg-location-related__media {
    aspect-ratio: 1.25;
  }

  .dg-property-grid,
  .dg-insight-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .dg-properties .dg-property-grid {
    display: flex;
    gap: 18px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dg-properties .dg-property-grid::-webkit-scrollbar {
    display: none;
  }

  .dg-properties .dg-property-card {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: start;
  }

  .dg-property-card dl {
    gap: 0;
    grid-template-columns: minmax(72px, 0.7fr) minmax(62px, 0.6fr) minmax(130px, 1.3fr);
    overflow-x: auto;
  }

  .dg-property-card dl div + div {
    border-left: 1px solid var(--dg-line);
    padding-left: 12px;
  }

  .dg-property-card dd {
    font-size: 12px;
    white-space: nowrap;
  }

  .dg-property-card:last-child,
  .dg-insight-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .dg-listing-archive,
  .dg-listing-detail {
    padding-bottom: 82px;
  }

  .dg-listing-archive__header {
    margin-bottom: 48px;
  }

  .dg-listing-archive__header h1,
  .dg-listing-detail__header h1 {
    font-size: 48px;
  }

  .dg-listing-detail__breadcrumb {
    margin-bottom: 32px;
  }

  .dg-listing-detail__header {
    gap: 28px;
    margin-bottom: 38px;
  }

  .dg-listing-gallery {
    margin-bottom: 34px;
  }

  .dg-listing-gallery__main {
    aspect-ratio: 4 / 3;
  }

  .dg-listing-detail__aside {
    grid-template-columns: 1fr;
  }

  .dg-listing-specs dl > div {
    gap: 7px;
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .dg-listing-specs dd {
    color: var(--dg-muted);
  }

  .dg-listing-detail__hero {
    margin-bottom: 58px;
  }

  .dg-listing-detail__hero-frame {
    aspect-ratio: 4 / 3;
  }

  .dg-listing-detail__hero-meta {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .dg-listing-detail__body-grid {
    gap: 42px;
  }

  .dg-listing-detail__intro h1 {
    font-size: 42px;
  }

  .dg-listing-detail__intro .dg-listing-description__content {
    font-size: 15px;
    margin-top: 30px;
  }

  .dg-listing-inquiry {
    padding: 24px;
  }

  .dg-listing-detail__details .dg-listing-specs h2,
  .dg-listing-detail__details .dg-listing-video h2,
  .dg-listing-detail__section-heading h2 {
    font-size: 38px;
    margin-bottom: 34px;
  }

  .dg-listing-detail__details .dg-listing-specs dl > div {
    align-items: center;
    gap: 16px;
    grid-template-columns: minmax(88px, 0.7fr) minmax(150px, 1.3fr);
  }

  .dg-listing-detail__details .dg-listing-specs dd {
    color: var(--dg-brand-deep);
    text-align: right;
  }

  .dg-listing-detail__gallery {
    margin-top: 82px;
  }

  .dg-listing-detail__gallery-grid {
    grid-template-columns: 1fr;
  }

  .dg-listing-detail__gallery-grid figure {
    aspect-ratio: 1 / 1.12;
  }

  .dg-listing-lightbox__shell {
    display: block;
    padding: 68px 8px 16px;
  }

  .dg-listing-lightbox figure {
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 10px;
    height: 100%;
    width: 100%;
  }

  .dg-listing-lightbox figure img {
    height: 100%;
    max-height: calc(100dvh - 126px);
    max-width: calc(100vw - 16px);
    width: 100%;
  }

  .dg-listing-lightbox figcaption {
    justify-content: flex-end;
  }

  .dg-listing-lightbox figcaption span:first-child {
    display: none;
  }

  .dg-listing-lightbox__close,
  .dg-listing-lightbox__control {
    height: 44px;
    width: 44px;
  }

  .dg-listing-lightbox__close {
    right: 16px;
    top: 16px;
  }

  .dg-listing-lightbox__control {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .dg-listing-lightbox__control:hover,
  .dg-listing-lightbox__control:focus-visible {
    transform: translateY(-50%) scale(1.06);
  }

  .dg-listing-lightbox__control--previous {
    left: 10px;
  }

  .dg-listing-lightbox__control--next {
    right: 10px;
  }

  .dg-listing-agent {
    margin-top: 82px;
    padding: 24px;
  }

  .dg-listing-agent__identity {
    grid-template-columns: 1fr;
  }

  .dg-listing-agent__identity figure {
    aspect-ratio: 1.3;
  }

  .dg-listing-agent__identity .dg-button {
    max-width: none;
  }

  .dg-listing-agent__contact {
    grid-template-columns: 1fr;
  }

  .dg-media-feature,
  .dg-media-feature__content {
    min-height: 720px;
  }

  .dg-media-feature__overlay {
    background: linear-gradient(180deg, rgba(18, 31, 75, 0.45) 0%, rgba(18, 31, 75, 0.95) 100%);
  }

  .dg-community__heading {
    margin-bottom: 38px;
  }

  .dg-community__lead {
    font-size: 16px;
  }

  .dg-community__layout {
    gap: 34px;
  }

  .dg-community__media {
    aspect-ratio: 1 / 1.05;
  }

  .dg-community__media figcaption {
    bottom: 22px;
    left: 22px;
  }

  .dg-community__steps li {
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 24px 0;
  }

  .dg-community__steps li:hover {
    padding-left: 0;
  }

  .dg-community__steps h3 {
    font-size: 24px;
  }

  .dg-principle-track article {
    min-height: 420px;
    padding: 54px 0 44px;
  }

  .dg-principle-track article > p {
    font-size: 31px;
    margin: 38px 0 48px;
  }

  .dg-faq__grid {
    gap: 48px;
  }

  .dg-cta {
    min-height: 620px;
  }

  .dg-cta h2 {
    font-size: 44px;
  }

  .dg-footer {
    padding-top: 72px;
  }

  .dg-contact-modal {
    max-height: calc(100vh - 24px);
    width: calc(100% - 24px);
  }

  .dg-contact-modal__panel {
    max-height: calc(100vh - 24px);
  }

  .dg-contact-modal__header {
    padding: 28px 24px 30px;
  }

  .dg-contact-modal__header h2 {
    font-size: 40px;
    padding-right: 44px;
  }

  .dg-contact-modal__close {
    right: 18px;
    top: 18px;
  }

  .dg-contact-form {
    gap: 18px;
    padding: 24px;
  }

  .dg-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .dg-contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-contact-form__footer .dg-button {
    justify-content: space-between;
    width: 100%;
  }

  .dg-contact-map__grid {
    gap: 20px;
  }

  .dg-contact-map__content {
    padding: 32px 24px;
  }

  .dg-contact-map__frame {
    min-height: 360px;
  }

  .dg-contact-map__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-contact-map__actions .dg-button {
    width: 100%;
  }

  .dg-office-hero {
    padding-top: 146px;
  }

  .dg-office-gallery__grid {
    grid-template-columns: 1fr;
  }

  .dg-footer__grid {
    grid-template-columns: 1fr 1fr;
    padding: 58px 0 64px;
  }

  .dg-footer__brand,
  .dg-footer__contact {
    grid-column: 1 / -1;
  }

  .dg-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

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

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

  .dg-js .dg-reveal,
  .dg-js .dg-reveal--left,
  .dg-js .dg-reveal--right {
    opacity: 1;
    transform: none;
  }

  .dg-marquee__track {
    animation: none;
  }

  .dg-hero__media img {
    animation: none !important;
    opacity: 1;
  }

}

.dg-whatsapp-button {
  align-items: center;
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  bottom: max(clamp(16px, 2vw, 28px), env(safe-area-inset-bottom));
  box-shadow: 0 14px 34px rgba(12, 47, 28, 0.3);
  color: #fff;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  position: fixed;
  right: max(clamp(16px, 2vw, 28px), env(safe-area-inset-right));
  transition: background-color 180ms var(--dg-ease), box-shadow 180ms var(--dg-ease), transform 180ms var(--dg-ease);
  width: 64px;
  z-index: 90;
}

.dg-whatsapp-button:visited {
  color: #fff;
}

.dg-whatsapp-button:hover {
  background: #1fbd5a;
  box-shadow: 0 18px 40px rgba(12, 47, 28, 0.36);
  color: #fff;
  transform: translateY(-3px);
}

.dg-whatsapp-button:focus-visible {
  outline: 3px solid var(--dg-accent);
  outline-offset: 4px;
}

.dg-whatsapp-button svg {
  display: block;
  height: 34px;
  width: 34px;
}

@media (max-width: 600px) {
  .dg-whatsapp-button {
    height: 56px;
    width: 56px;
  }

  .dg-whatsapp-button svg {
    height: 30px;
    width: 30px;
  }
}

@media print {
  .dg-whatsapp-button {
    display: none;
  }
}

.editor-styles-wrapper .dg-site-header {
  animation: none;
  background: var(--dg-brand);
  padding: 20px;
  position: relative !important;
  top: auto !important;
}

.editor-styles-wrapper .dg-js .dg-reveal,
.editor-styles-wrapper .dg-reveal {
  opacity: 1;
  transform: none;
}

.editor-styles-wrapper .dg-post-header {
  padding-top: 72px;
}

.editor-styles-wrapper .dg-hero__media img {
  animation: none;
  opacity: 1;
}
