html {
  scroll-behavior: smooth;
}

body.dwm-static-site {
  overflow-x: hidden;
}

.dwm-anchor {
  display: block;
  height: 1px;
  margin-top: -96px;
  padding-top: 96px;
  pointer-events: none;
}

.blurred-layer,
.s-cookie-notification-bar,
#s-support-widget-container {
  display: none !important;
}

.dwm-form-replaced {
  width: min(920px, calc(100% - 32px));
  margin: 24px auto;
  padding: 28px;
  border: 1px solid rgba(212, 159, 83, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.dwm-form-replaced a {
  color: #ffffff !important;
  background: #111111;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.dwm-contact-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 22px auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: start;
  text-align: left;
}

.dwm-contact-slide {
  background: #f6f4ef;
}

.dwm-contact-slide > .s-section {
  background: #f6f4ef !important;
  padding: clamp(34px, 5vw, 64px) 0 !important;
}

.dwm-contact-slide .container {
  width: 100% !important;
  max-width: none !important;
}

.dwm-contact-slide .dwm-contact-shell {
  width: min(1180px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
}

.dwm-contact-card,
.dwm-map-card {
  border: 1px solid rgba(212, 159, 83, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.13);
  color: #171717;
  text-align: left;
}

.dwm-contact-card {
  padding: clamp(20px, 3vw, 34px);
}

.dwm-quick-lead-row {
  margin-top: 28px;
}

.dwm-quick-lead-shell {
  width: min(860px, calc(100% - 28px));
  margin: 0 auto;
  text-align: left;
}

.dwm-quick-lead-card {
  border: 1px solid rgba(212, 159, 83, 0.34);
  border-radius: 8px;
  background: rgba(9, 12, 12, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  padding: clamp(20px, 3vw, 32px);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.dwm-quick-kicker {
  margin: 0 0 8px;
  color: #d49f53 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dwm-quick-lead-card h3 {
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.18;
}

.dwm-quick-lead-card > p:not(.dwm-quick-kicker) {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  line-height: 1.6;
}

.dwm-quick-lead-form .dwm-field,
.dwm-quick-lead-form .dwm-consent {
  color: #ffffff;
}

.dwm-quick-lead-form .dwm-consent {
  color: rgba(255, 255, 255, 0.78);
}

.dwm-quick-lead-form .dwm-submit-row button {
  background: #d49f53;
  color: #111111;
}

.dwm-quick-lead-form .dwm-submit-row button:hover {
  background: #ffffff;
}

.dwm-contact-heading {
  margin: 0 0 8px;
  color: #111111 !important;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.dwm-contact-intro {
  margin: 0 0 22px;
  color: #4a4a4a !important;
  font-size: 16px;
  line-height: 1.55;
}

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

.dwm-field,
.dwm-consent {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.dwm-field-full {
  grid-column: 1 / -1;
}

.dwm-field input,
.dwm-field select,
.dwm-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9d6d0;
  border-radius: 6px;
  background: #ffffff;
  color: #151515;
  font: inherit;
  font-weight: 400;
  line-height: 1.35;
  padding: 11px 12px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.dwm-field textarea {
  min-height: 130px;
  resize: vertical;
}

.dwm-field input:focus,
.dwm-field select:focus,
.dwm-field textarea:focus {
  border-color: #d49f53;
  box-shadow: 0 0 0 3px rgba(212, 159, 83, 0.18);
  outline: none;
}

.dwm-file-note {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.dwm-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.dwm-consent input {
  margin-top: 3px;
}

.dwm-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dwm-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

.dwm-submit-row button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0 22px;
  transition: transform 0.16s ease, background 0.16s ease;
}

.dwm-submit-row button:hover {
  background: #d49f53;
  transform: translateY(-1px);
}

.dwm-submit-row button:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}

.dwm-form-status {
  min-height: 22px;
  margin: 0;
  color: #333333;
  font-size: 14px;
}

.dwm-form-status.is-success {
  color: #116637;
}

.dwm-form-status.is-error {
  color: #9d1c1c;
}

.dwm-map-card {
  overflow: hidden;
}

.dwm-map-card iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.dwm-map-details {
  padding: 18px;
}

.dwm-map-details h3 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
}

.dwm-map-details p {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
}

.dwm-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid #d49f53;
  border-radius: 6px;
  color: #111111 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.dwm-map-link:hover,
.dwm-map-link:focus {
  background: #d49f53;
  color: #111111 !important;
}

.dwm-legal-page {
  background: #f7f7f5;
  color: #171717;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.dwm-legal-header,
.dwm-legal-footer {
  background: #111111;
  color: #ffffff;
}

.dwm-legal-header-inner,
.dwm-legal-main,
.dwm-legal-footer-inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.dwm-legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
}

.dwm-legal-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.dwm-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dwm-legal-nav a,
.dwm-legal-footer a {
  color: #ffffff;
  text-decoration: none;
}

.dwm-legal-main {
  padding: clamp(36px, 6vw, 72px) 0;
}

.dwm-legal-main h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.dwm-legal-main h2 {
  margin: 34px 0 10px;
  font-size: 22px;
}

.dwm-legal-main p,
.dwm-legal-main li {
  color: #363636;
  font-size: 16px;
  line-height: 1.65;
}

.dwm-legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
}

.dwm-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.dwm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.s-kit-collapse-header {
  cursor: pointer;
}

.s-kit-collapse-content {
  display: none;
}

.s-kit-collapse-item.is-open .s-kit-collapse-content {
  display: block;
}

.dwm-faq-answer {
  margin: 0 20px 20px;
  padding: 0 44px 18px 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.88;
}

.dwm-footer-social-bar {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto 26px;
  padding: 20px 0;
  border-top: 1px solid rgba(212, 159, 83, 0.22);
  border-bottom: 1px solid rgba(212, 159, 83, 0.22);
  text-align: center;
}

.dwm-footer-social-bar p {
  margin: 0 0 12px;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dwm-footer-social-bar > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dwm-footer-social-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(212, 159, 83, 0.4);
  border-radius: 6px;
  color: #111111 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.dwm-footer-social-bar a:hover,
.dwm-footer-social-bar a:focus {
  background: #111111;
  color: #ffffff !important;
}

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

  .dwm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 860px) {
  .dwm-contact-shell {
    grid-template-columns: 1fr;
  }

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

  .dwm-field-full {
    grid-column: auto;
  }

  .dwm-map-card iframe {
    min-height: 300px;
  }

  .dwm-legal-header-inner,
  .dwm-legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}
