:root {
  --dpt-ink: #132820;
  --dpt-green: #153a2d;
  --dpt-green-deep: #0d281f;
  --dpt-gold: #d1a95f;
  --dpt-gold-light: #ead3a2;
  --dpt-cream: #f5f1e8;
  --dpt-sand: #e8dfcf;
  --dpt-white: #fffdf8;
  --dpt-text: #415149;
  --dpt-serif: Georgia, 'Times New Roman', serif;
  --dpt-sans: Manrope, 'Helvetica Neue', Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body.dpt-home {
  margin: 0;
  background: var(--dpt-cream);
  color: var(--dpt-ink);
  font-family: var(--dpt-sans);
  font-size: 16px;
  line-height: 1.65;
}

body.dpt-menu-open {
  overflow: hidden;
}

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

.dpt-home img {
  max-width: 100%;
}

.dpt-home a {
  color: inherit;
}

.dpt-site {
  min-height: 100vh;
  overflow: clip;
  background: var(--dpt-cream);
}

.dpt-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.dpt-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--dpt-ink);
  background: var(--dpt-white);
  transform: translateY(-180%);
}

.dpt-skip-link:focus {
  transform: none;
}

.dpt-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--dpt-white);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}

.dpt-header.is-scrolled {
  position: fixed;
  color: var(--dpt-ink);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 10px 30px rgba(13, 40, 31, .08);
  backdrop-filter: blur(12px);
}

.dpt-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.dpt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.dpt-brand__mark {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid currentColor;
}

.dpt-brand__mark::before,
.dpt-brand__mark::after,
.dpt-brand__mark span::before,
.dpt-brand__mark span::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  content: '';
  background: currentColor;
}

.dpt-brand__mark::before { top: 10px; left: 2px; transform: rotate(-45deg); }
.dpt-brand__mark::after { right: 2px; bottom: 10px; transform: rotate(-45deg); }
.dpt-brand__mark span::before { top: 10px; right: 2px; transform: rotate(45deg); }
.dpt-brand__mark span::after { bottom: 10px; left: 2px; transform: rotate(45deg); }

.dpt-brand__type {
  display: flex;
  line-height: 1;
  flex-direction: column;
  text-transform: uppercase;
}

.dpt-brand__type strong {
  font-family: var(--dpt-serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
}

.dpt-brand__type small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .28em;
}

.dpt-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.dpt-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.dpt-nav a:not(.dpt-nav__cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: '';
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.dpt-nav a:not(.dpt-nav__cta):hover::after,
.dpt-nav a:not(.dpt-nav__cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dpt-nav__cta {
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .65);
}

.dpt-header.is-scrolled .dpt-nav__cta {
  color: var(--dpt-white);
  border-color: var(--dpt-green);
  background: var(--dpt-green);
}

.dpt-menu-toggle {
  display: none;
}

.dpt-hero {
  position: relative;
  display: flex;
  min-height: 760px;
  align-items: center;
  color: var(--dpt-white);
  background: var(--dpt-green-deep);
}

.dpt-hero__media,
.dpt-hero__veil {
  position: absolute;
  inset: 0;
}

.dpt-hero__media {
  background-image: url('maldives-hero.jpg');
  background-position: center 48%;
  background-size: cover;
  transform: scale(1.015);
  animation: dpt-hero-reveal 1.2s ease-out both;
}

.dpt-hero__veil {
  background:
    linear-gradient(90deg, rgba(7, 27, 20, .88) 0%, rgba(9, 33, 25, .67) 42%, rgba(9, 30, 24, .13) 78%),
    linear-gradient(0deg, rgba(5, 21, 16, .48) 0%, transparent 40%);
}

.dpt-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 86px;
}

.dpt-eyebrow {
  display: flex;
  margin: 0 0 23px;
  align-items: center;
  gap: 13px;
  color: #8b6b32;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dpt-eyebrow::before {
  display: inline-block;
  width: 38px;
  height: 1px;
  content: '';
  background: currentColor;
}

.dpt-eyebrow--light {
  color: var(--dpt-gold-light);
}

.dpt-hero h1,
.dpt-section h2,
.dpt-experiences h2,
.dpt-contact h2 {
  margin: 0;
  font-family: var(--dpt-serif);
  font-weight: 400;
  letter-spacing: -.035em;
}

.dpt-hero h1 {
  max-width: 860px;
  font-size: clamp(58px, 7.1vw, 96px);
  line-height: .98;
}

.dpt-hero h1 em,
.dpt-section h2 em,
.dpt-experiences h2 em,
.dpt-contact h2 em {
  color: var(--dpt-gold-light);
  font-weight: 400;
}

.dpt-hero__lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

.dpt-hero__actions {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 30px;
}

.dpt-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  font-family: var(--dpt-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.dpt-button:hover,
.dpt-button:focus-visible {
  transform: translateY(-2px);
}

.dpt-button--gold {
  color: #173027 !important;
  background: var(--dpt-gold);
}

.dpt-button--gold:hover,
.dpt-button--gold:focus-visible {
  background: var(--dpt-gold-light);
}

.dpt-text-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.dpt-text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform .2s ease;
}

.dpt-text-link:hover span,
.dpt-text-link:focus-visible span {
  transform: translate(3px, -3px);
}

.dpt-text-link--light {
  color: var(--dpt-white) !important;
}

.dpt-hero__note {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .9);
}

.dpt-hero__note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  font-size: 10px;
}

.dpt-hero__note div {
  display: flex;
  flex-direction: column;
}

.dpt-hero__note strong {
  font-family: var(--dpt-serif);
  font-size: 20px;
  font-weight: 400;
}

.dpt-hero__note small {
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dpt-scroll {
  position: absolute;
  z-index: 2;
  bottom: 38px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
}

.dpt-scroll i {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.dpt-promise {
  padding: 76px 0;
  background: var(--dpt-white);
}

.dpt-promise__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 1fr;
  gap: 9vw;
}

.dpt-promise__grid > p {
  margin: 0;
  font-family: var(--dpt-serif);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.26;
}

.dpt-promise__grid > p em {
  color: #9a7437;
  font-weight: 400;
}

.dpt-promise__items {
  display: grid;
  gap: 18px;
}

.dpt-promise__items div {
  display: grid;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dpt-sand);
  grid-template-columns: 46px 1fr;
}

.dpt-promise__items span {
  color: #aa8a52;
  font-size: 10px;
}

.dpt-promise__items strong {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dpt-section {
  padding: 118px 0;
}

.dpt-section-heading {
  display: flex;
  margin-bottom: 48px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.dpt-section-heading h2,
.dpt-process h2 {
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}

.dpt-section-heading > p {
  max-width: 380px;
  margin: 0 0 6px;
  color: var(--dpt-text);
  font-size: 15px;
}

.dpt-destination-grid {
  display: grid;
  min-height: 540px;
  grid-template-columns: 1.18fr .9fr .9fr;
  gap: 18px;
}

.dpt-destination-card {
  position: relative;
  display: flex;
  min-height: 480px;
  overflow: hidden;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
}

.dpt-destination-card::before,
.dpt-destination-card::after {
  position: absolute;
  inset: 0;
  content: '';
  transition: transform .6s ease, opacity .4s ease;
}

.dpt-destination-card::before {
  z-index: 0;
  background: inherit;
  transform: scale(1.001);
}

.dpt-destination-card::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(6, 26, 20, .9) 0%, rgba(8, 30, 23, .1) 68%);
}

.dpt-destination-card:hover::before {
  transform: scale(1.055);
}

.dpt-destination-card--cartagena { background-image: url('cartagena.jpg'); }
.dpt-destination-card--santorini { background-image: url('santorini.jpg'); }
.dpt-destination-card--maldives { background-image: url('maldives-card.jpg'); }

.dpt-destination-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
  color: var(--dpt-white);
}

.dpt-destination-card__content > span {
  color: var(--dpt-gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dpt-destination-card h3 {
  margin: 5px 0 4px;
  font-family: var(--dpt-serif);
  font-size: 35px;
  font-weight: 400;
}

.dpt-destination-card p {
  min-height: 48px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.dpt-destination-card a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.dpt-destination-card a span {
  margin-left: 7px;
}

.dpt-experiences {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.05fr 1fr;
  background: var(--dpt-green-deep);
}

.dpt-experiences__image {
  min-height: 620px;
  background-image: linear-gradient(rgba(15, 40, 31, .06), rgba(15, 40, 31, .15)), url('cartagena-editorial.jpg');
  background-position: center;
  background-size: cover;
}

.dpt-experiences__content {
  display: flex;
  max-width: 650px;
  padding: 90px clamp(40px, 7vw, 105px);
  justify-content: center;
  flex-direction: column;
  color: var(--dpt-white);
}

.dpt-experiences h2,
.dpt-contact h2 {
  font-size: clamp(46px, 5.2vw, 70px);
  line-height: 1.05;
}

.dpt-experiences__content > p:not(.dpt-eyebrow) {
  max-width: 510px;
  margin: 28px 0 25px;
  color: rgba(255, 255, 255, .72);
}

.dpt-experiences ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}

.dpt-experiences li {
  display: grid;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  grid-template-columns: 42px 1fr;
  font-size: 13px;
  letter-spacing: .02em;
}

.dpt-experiences li span {
  color: var(--dpt-gold);
  font-size: 9px;
}

.dpt-button--outline {
  align-self: flex-start;
  color: var(--dpt-white) !important;
  border: 1px solid rgba(255, 255, 255, .55);
  background: transparent;
}

.dpt-button--outline:hover,
.dpt-button--outline:focus-visible {
  color: var(--dpt-green-deep) !important;
  background: var(--dpt-white);
}

.dpt-process {
  background: var(--dpt-white);
}

.dpt-process__intro {
  display: grid;
  margin-bottom: 80px;
  align-items: end;
  grid-template-columns: 1.35fr .65fr;
  gap: 9vw;
}

.dpt-process__intro h2 em {
  color: #9a7437;
}

.dpt-process__intro > p {
  margin: 0 0 6px;
  color: var(--dpt-text);
}

.dpt-process__steps {
  display: grid;
  border-top: 1px solid var(--dpt-sand);
  grid-template-columns: repeat(3, 1fr);
}

.dpt-process__steps article {
  min-height: 260px;
  padding: 32px 38px 20px 0;
  border-right: 1px solid var(--dpt-sand);
}

.dpt-process__steps article + article {
  padding-left: 38px;
}

.dpt-process__steps article:last-child {
  border-right: 0;
}

.dpt-process__steps span {
  color: #a47a37;
  font-size: 10px;
  letter-spacing: .16em;
}

.dpt-process__steps h3 {
  margin: 64px 0 12px;
  font-family: var(--dpt-serif);
  font-size: 26px;
  font-weight: 400;
}

.dpt-process__steps p {
  max-width: 290px;
  margin: 0;
  color: var(--dpt-text);
  font-size: 14px;
}

.dpt-contact {
  padding: 115px 0;
  color: var(--dpt-white);
  background:
    radial-gradient(circle at 8% 85%, rgba(209, 169, 95, .13), transparent 27%),
    var(--dpt-green);
}

.dpt-contact__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9vw;
}

.dpt-contact h2 em {
  color: var(--dpt-gold-light);
}

.dpt-contact__intro > p:not(.dpt-eyebrow) {
  max-width: 480px;
  margin: 28px 0;
  color: rgba(255, 255, 255, .7);
}

.dpt-contact__detail {
  display: flex;
  margin-top: 54px;
  align-items: flex-start;
  gap: 14px;
}

.dpt-contact__detail > span {
  margin-top: 5px;
  color: var(--dpt-gold);
  font-size: 14px;
}

.dpt-contact__detail p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.dpt-contact__detail strong {
  color: var(--dpt-white);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dpt-contact__form-wrap {
  padding: 45px;
  color: var(--dpt-ink);
  background: var(--dpt-white);
}

.dpt-form-status {
  margin-bottom: 24px;
  padding: 14px 16px;
  font-size: 13px;
}

.dpt-form-status--success {
  color: #214a36;
  background: #e6f2e9;
}

.dpt-form-status--error {
  color: #7a302a;
  background: #fae8e4;
}

.dpt-form {
  display: grid;
  gap: 22px;
}

.dpt-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.dpt-form label {
  display: grid;
  color: #3b4b44;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dpt-form label span {
  color: #a6772e;
}

.dpt-form label small {
  font-size: 8px;
  font-weight: 600;
}

.dpt-form input,
.dpt-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 11px 0;
  color: var(--dpt-ink);
  border: 0;
  border-bottom: 1px solid #cfc7b8;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: 400 15px/1.5 var(--dpt-sans);
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s ease;
}

.dpt-form textarea {
  min-height: 100px;
  resize: vertical;
}

.dpt-form input:focus,
.dpt-form textarea:focus {
  border-color: var(--dpt-gold);
}

.dpt-form textarea::placeholder {
  color: #9a9e9a;
}

.dpt-button--submit {
  justify-self: start;
}

.dpt-button--submit span {
  margin-left: 34px;
}

.dpt-form__privacy {
  margin: -8px 0 0;
  color: #7d8781;
  font-size: 10px;
}

.dpt-honeypot {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.dpt-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, .72);
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: var(--dpt-green-deep);
}

.dpt-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dpt-brand--footer {
  color: var(--dpt-white) !important;
}

.dpt-footer p {
  margin: 0;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes dpt-hero-reveal {
  from { opacity: .4; transform: scale(1.065); }
  to { opacity: 1; transform: scale(1.015); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dpt-hero__media { animation: none; }
  .dpt-home *, .dpt-home *::before, .dpt-home *::after { transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .dpt-hero { min-height: 700px; }
  .dpt-hero__note { display: none; }
  .dpt-destination-grid { grid-template-columns: 1fr 1fr; }
  .dpt-destination-card:first-child { grid-row: span 2; }
  .dpt-experiences__content { padding: 70px 42px; }
  .dpt-contact__grid { gap: 55px; }
}

@media (max-width: 860px) {
  .dpt-menu-toggle {
    position: relative;
    z-index: 102;
    display: flex;
    padding: 8px 0 8px 12px;
    align-items: center;
    gap: 12px;
    color: inherit;
    border: 0;
    background: transparent;
    font: 700 10px/1 var(--dpt-sans);
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .dpt-menu-toggle__icon {
    display: grid;
    width: 24px;
    gap: 6px;
  }

  .dpt-menu-toggle__icon i {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease;
  }

  .dpt-menu-toggle[aria-expanded='true'] .dpt-menu-toggle__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .dpt-menu-toggle[aria-expanded='true'] .dpt-menu-toggle__icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .dpt-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    padding: 110px 24px 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 28px;
    color: var(--dpt-white);
    background: var(--dpt-green-deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .dpt-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .dpt-nav a {
    font-family: var(--dpt-serif);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .dpt-nav__cta {
    margin-top: 12px;
    padding: 15px 22px;
    border-color: rgba(255, 255, 255, .65) !important;
    background: transparent !important;
  }

  .dpt-header:has(.dpt-nav.is-open) {
    color: var(--dpt-white);
  }

  .dpt-promise__grid,
  .dpt-process__intro,
  .dpt-contact__grid {
    grid-template-columns: 1fr;
  }

  .dpt-experiences {
    grid-template-columns: 1fr;
  }

  .dpt-experiences__image {
    min-height: 500px;
  }

  .dpt-process__intro { gap: 28px; }
  .dpt-contact__grid { gap: 50px; }
}

@media (max-width: 680px) {
  .dpt-container { width: min(100% - 32px, 1180px); }
  .dpt-header__inner { min-height: 72px; }
  .dpt-brand__mark { width: 31px; height: 31px; }
  .dpt-brand__type strong { font-size: 17px; }
  .dpt-brand__type small { font-size: 7px; }
  .dpt-menu-toggle__label { display: none; }

  .dpt-hero {
    min-height: 720px;
    align-items: flex-end;
  }

  .dpt-hero__media { background-position: 58% center; }
  .dpt-hero__veil { background: linear-gradient(0deg, rgba(6, 25, 19, .92) 0%, rgba(8, 30, 23, .5) 64%, rgba(8, 30, 23, .22) 100%); }
  .dpt-hero__content { padding-top: 130px; padding-bottom: 100px; }
  .dpt-hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .dpt-hero__lead { margin-top: 24px; font-size: 16px; }
  .dpt-hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .dpt-scroll { display: none; }

  .dpt-promise { padding: 62px 0; }
  .dpt-promise__grid { gap: 46px; }
  .dpt-section { padding: 84px 0; }

  .dpt-section-heading {
    margin-bottom: 34px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .dpt-section-heading h2,
  .dpt-process h2,
  .dpt-experiences h2,
  .dpt-contact h2 { font-size: 44px; }

  .dpt-destination-grid {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dpt-destination-card,
  .dpt-destination-card:first-child { min-height: 430px; grid-row: auto; }
  .dpt-experiences__image { min-height: 420px; }
  .dpt-experiences__content { padding: 72px 24px; }

  .dpt-process__intro { margin-bottom: 50px; }
  .dpt-process__steps { grid-template-columns: 1fr; }
  .dpt-process__steps article,
  .dpt-process__steps article + article {
    min-height: auto;
    padding: 28px 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--dpt-sand);
  }

  .dpt-process__steps h3 { margin-top: 28px; }
  .dpt-contact { padding: 84px 0; }
  .dpt-contact__form-wrap { padding: 30px 22px; }
  .dpt-form__row { grid-template-columns: 1fr; }
  .dpt-footer__inner { align-items: flex-start; flex-direction: column; }
}

