@font-face {
  font-family: "DP Anton";
  src: url("fonts/anton-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DP Space Grotesk";
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 700;
}

.route-information-contact .location-title,
.route-information-contact .our-location {
  display: none !important;
}

/* The custom module already supplies its own title and replaces native contact content. */
.route-information-contact h1.title.page-title,
.route-information-contact #information-contact {
  display: none !important;
}

.dp-contact,
.dp-contact * {
  box-sizing: border-box;
}

.dp-contact {
  --dp-ink: #151216;
  --dp-pink: #ff3c8f;
  --dp-pink-dark: #e92b78;
  --dp-lavender: #d8c8ff;
  --dp-lavender-light: #e8ddff;
  --dp-lime: #ddff55;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  min-height: 660px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, 0.21), transparent 33%),
    linear-gradient(114deg, var(--dp-lavender-light), var(--dp-lavender));
  color: var(--dp-ink);
  font-family: "DP Space Grotesk", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.dp-contact a,
.dp-contact button,
.dp-contact input,
.dp-contact select,
.dp-contact textarea {
  font: inherit;
}

.dp-contact a,
.dp-contact a:hover,
.dp-contact a:focus {
  color: inherit;
  text-decoration: none;
}

.dp-contact button {
  border: 0;
  outline: 0;
}

.dp-contact__grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 72px), 1300px);
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
  margin: 0 auto;
  padding: 42px 0 32px;
}

.dp-contact__intro {
  min-width: 0;
}

.dp-contact__eyebrow {
  margin: 0 0 9px 92px;
  color: var(--dp-pink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dp-contact__title-row {
  display: grid;
  grid-template-columns: 58px minmax(0, auto) 62px;
  align-items: center;
  gap: 13px;
}

.dp-contact__title-row h1 {
  margin: 0 !important;
  color: var(--dp-ink) !important;
  font-family: "DP Anton", Impact, sans-serif !important;
  font-size: clamp(76px, 7.1vw, 112px) !important;
  font-weight: 400 !important;
  letter-spacing: 0.005em !important;
  line-height: 0.92 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.dp-contact__bolt {
  width: 48px;
  height: 60px;
  fill: var(--dp-pink);
  stroke: #111;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
  transform: rotate(9deg);
}

.dp-contact__heart {
  align-self: end;
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  fill: var(--dp-pink);
  stroke: #111;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: rotate(-8deg);
}

.dp-contact__intro-copy {
  margin-top: 22px;
  text-align: center;
}

.dp-contact__intro-copy p {
  margin: 0;
  color: var(--dp-ink);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.55;
}

.dp-contact__reply-badge {
  display: flex;
  width: fit-content;
  min-height: 39px;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0;
  padding: 7px 19px;
  border: 2px solid #171417;
  border-radius: 999px;
  background: var(--dp-lime);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 0 rgba(21, 18, 22, 0.09);
}

.dp-contact__reply-badge > span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
}

.dp-contact__methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 27px;
}

.dp-contact__method {
  display: grid;
  width: 100%;
  min-height: 96px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border: 2px solid var(--dp-ink) !important;
  border-radius: 19px;
  outline: 0;
  background: #fff;
  color: var(--dp-ink);
  box-shadow: 0 6px 0 rgba(24, 18, 25, 0.08);
  cursor: pointer;
  text-align: left;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.dp-contact__method:hover,
.dp-contact__method:focus-visible {
  background: #fff8fc;
  box-shadow: 0 10px 0 rgba(24, 18, 25, 0.11);
  transform: translateY(-3px);
}

.dp-contact__method-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 50%;
  background: var(--dp-pink);
  color: #111;
}

.dp-contact__method-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dp-contact__method-icon .dp-contact__icon-fill {
  fill: currentColor;
  stroke: none;
}

.dp-contact__method-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.dp-contact__method-copy strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.dp-contact__method-copy span {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dp-contact__arrow {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dp-contact__method > .dp-contact__arrow {
  display: none;
}

.dp-contact__form-card {
  min-height: 530px;
  padding: 31px 38px 25px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 70px rgba(72, 48, 112, 0.17);
}

.dp-contact__form-shell > h2,
.dp-contact__success h2 {
  margin: 0 0 19px !important;
  color: var(--dp-ink) !important;
  font-family: "DP Space Grotesk", Arial, sans-serif !important;
  font-size: clamp(30px, 2.4vw, 40px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.1 !important;
}

.dp-contact form {
  display: grid;
  gap: 12px;
  margin: 0;
}

.dp-contact__field {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  gap: 6px 18px;
}

.dp-contact__field > label {
  margin: 0;
  color: var(--dp-ink);
  font-size: 14px;
  font-weight: 700;
}

.dp-contact__field b {
  color: #111;
}

.dp-contact__field input,
.dp-contact__field select,
.dp-contact__field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #c9c3cb !important;
  border-radius: 8px !important;
  outline: none;
  background: #fff !important;
  color: var(--dp-ink) !important;
  font-size: 14px !important;
  box-shadow: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.dp-contact__field input,
.dp-contact__field select {
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 15px !important;
}

.dp-contact__field textarea {
  min-height: 128px !important;
  padding: 13px 15px !important;
  resize: vertical;
}

.dp-contact__field input:focus,
.dp-contact__field select:focus,
.dp-contact__field textarea:focus {
  border-color: var(--dp-pink) !important;
  box-shadow: 0 0 0 4px rgba(255, 60, 143, 0.14) !important;
}

.dp-contact__field.is-error input,
.dp-contact__field.is-error select,
.dp-contact__field.is-error textarea,
.dp-contact__agreement.is-error input {
  border-color: #c82551 !important;
  box-shadow: 0 0 0 3px rgba(200, 37, 81, 0.12) !important;
}

.dp-contact__field input::placeholder,
.dp-contact__field textarea::placeholder {
  color: #908891;
  opacity: 1;
}

.dp-contact__select-wrap {
  position: relative;
  display: block;
}

.dp-contact__select-wrap select {
  appearance: none;
  padding-right: 42px !important;
}

.dp-contact__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #292329;
  border-bottom: 2px solid #292329;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.dp-contact__field--message {
  align-items: start;
}

.dp-contact__field--message > label {
  padding-top: 13px;
}

.dp-contact__field-error {
  grid-column: 2;
  margin: 0;
  color: #b11843;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.dp-contact__agreement {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  font-size: 13px;
}

.dp-contact__agreement input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--dp-pink);
}

.dp-contact__agreement label {
  margin: 0;
  color: var(--dp-ink);
  font-weight: 400;
}

.dp-contact__agreement a,
.dp-contact__agreement a:hover,
.dp-contact__agreement a:focus {
  color: var(--dp-pink-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dp-contact__form-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 7px;
  background: #fff0f4;
  color: #a91640;
  font-size: 13px;
  font-weight: 700;
}

.dp-contact__submit {
  display: inline-flex;
  width: 100%;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  border: 2px solid var(--dp-ink) !important;
  border-radius: 10px !important;
  background: var(--dp-pink) !important;
  color: #111 !important;
  cursor: pointer;
  font-family: "DP Anton", Impact, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.dp-contact__submit:hover:not(:disabled),
.dp-contact__submit:focus-visible:not(:disabled) {
  background: #ff5ba2 !important;
  box-shadow: 0 8px 0 rgba(21, 18, 22, 0.11);
  transform: translateY(-2px);
}

.dp-contact__submit:disabled {
  cursor: wait;
  opacity: 0.78;
}

.dp-contact__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(17, 17, 17, 0.28);
  border-top-color: #111;
  border-radius: 50%;
  animation: dp-contact-spin 700ms linear infinite;
}

.dp-contact [hidden] {
  display: none !important;
}

.dp-contact__success {
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dp-contact__success:not([hidden]) {
  display: flex;
}

.dp-contact__success-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 50%;
  background: var(--dp-lime);
  font-size: 38px;
  font-weight: 700;
}

.dp-contact__success h2 {
  margin: 22px 0 8px !important;
  font-size: 34px !important;
}

.dp-contact__success p {
  max-width: 420px;
  margin: 0;
  color: #686068;
  font-size: 15px;
}

.dp-contact__success button {
  min-height: 48px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 9px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.dp-contact__company {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(calc(100% - 72px), 1300px);
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 auto;
  border-top: 1px solid rgba(21, 18, 22, 0.35);
  color: #262027;
  font-size: 14px;
  font-style: normal;
}

.dp-contact__decorations {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.dp-contact__decorations svg {
  position: absolute;
  fill: none;
  stroke: rgba(119, 91, 183, 0.16);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
}

.dp-contact__squiggle--left {
  top: -12px;
  left: -50px;
  width: 220px;
}

.dp-contact__squiggle--right {
  right: -62px;
  bottom: 4px;
  width: 220px;
}

.dp-contact__blob {
  bottom: 28%;
  left: 18px;
  width: 115px;
  stroke: rgba(255, 60, 143, 0.64) !important;
  stroke-width: 8 !important;
}

@keyframes dp-contact-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .dp-contact__grid {
    width: min(calc(100% - 48px), 1120px);
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
    gap: 34px;
  }

  .dp-contact__title-row {
    grid-template-columns: 42px minmax(0, auto) 42px;
    gap: 7px;
  }

  .dp-contact__bolt,
  .dp-contact__heart {
    width: 40px;
  }

  .dp-contact__method {
    min-height: 88px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
    padding: 13px;
  }

  .dp-contact__method-icon {
    width: 48px;
    height: 48px;
  }

  .dp-contact__method-copy strong {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .dp-contact__grid {
    width: min(calc(100% - 40px), 680px);
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 48px;
  }

  .dp-contact__intro {
    text-align: center;
  }

  .dp-contact__eyebrow {
    margin-left: 0;
  }

  .dp-contact__title-row {
    display: flex;
    justify-content: center;
  }

  .dp-contact__title-row h1 {
    font-size: clamp(68px, 14vw, 96px) !important;
  }

  .dp-contact__form-card {
    min-height: 0;
  }

  .dp-contact__company {
    width: min(calc(100% - 40px), 680px);
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 20px 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .dp-contact {
    min-height: 0;
  }

  .dp-contact__grid {
    width: min(calc(100% - 28px), 520px);
    padding-top: 36px;
  }

  .dp-contact__title-row {
    gap: 4px;
  }

  .dp-contact__title-row h1 {
    font-size: clamp(58px, 17vw, 82px) !important;
  }

  .dp-contact__bolt,
  .dp-contact__heart {
    width: 32px;
  }

  .dp-contact__intro-copy {
    margin-top: 17px;
  }

  .dp-contact__intro-copy p {
    font-size: 15px;
  }

  .dp-contact__reply-badge {
    min-height: 36px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }

  .dp-contact__methods {
    grid-template-columns: 1fr;
  }

  .dp-contact__method {
    min-height: 80px;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
  }

  .dp-contact__method > .dp-contact__arrow {
    display: block;
  }

  .dp-contact__form-card {
    padding: 25px 18px 21px;
    border-radius: 22px;
  }

  .dp-contact__form-shell > h2 {
    font-size: 30px !important;
  }

  .dp-contact__field {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dp-contact__field--message > label {
    padding-top: 0;
  }

  .dp-contact__field input,
  .dp-contact__field select {
    height: 50px !important;
    min-height: 50px !important;
  }

  .dp-contact__field-error {
    grid-column: 1;
  }

  .dp-contact__agreement {
    align-items: flex-start;
  }

  .dp-contact__agreement input {
    margin-top: 2px;
  }

  .dp-contact__company {
    width: min(calc(100% - 28px), 520px);
    font-size: 12px;
  }

  .dp-contact__company-dot {
    display: none;
  }

  .dp-contact__blob {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-contact__method,
  .dp-contact__submit {
    transition: none;
  }

  .dp-contact__spinner {
    animation-duration: 1.4s;
  }
}
