.dlc-contact-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.dlc-contact-captcha { padding: 12px 0; overflow-x: auto; }
.dlc-contact-map { width: 100%; margin: 0; padding: 0; overflow: hidden; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper-2); }
.dlc-contact-map__heading { padding: 42px 24px 30px; text-align: center; }
.dlc-contact-map__heading h2 { margin: 8px 0 24px; color: var(--ink); font: 700 clamp(28px, 4vw, 42px)/1.15 var(--display); }
.dlc-contact-map__tabs { display: flex; justify-content: center; gap: 10px; }
.dlc-contact-map__tabs button { min-width: 190px; padding: 15px 24px; color: var(--ink); background: var(--white); border: 1px solid var(--rule); font-weight: 700; cursor: pointer; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.dlc-contact-map__tabs button:hover, .dlc-contact-map__tabs button:focus-visible, .dlc-contact-map__tabs button.is-active { color: var(--white); background: var(--stamp); border-color: var(--stamp); }
.dlc-contact-map__panel { width: 100%; }
.dlc-contact-map__panel[hidden] { display: none; }
.dlc-contact-map iframe { display: block; width: 100%; height: clamp(380px, 44vw, 560px); margin: 0; border: 0; filter: contrast(1.05) saturate(.92); }
@media (max-width: 520px) { .dlc-contact-map__tabs { flex-direction: column; } .dlc-contact-map__tabs button { width: 100%; } }
.dlc-contact-captcha small { display: block; margin-top: 8px; color: var(--stamp); }
.dlc-thank-you { display: grid; min-height: 70vh; padding: 80px 24px; place-items: center; color: var(--ink); background: var(--paper); }
.dlc-thank-you__card { width: min(760px, 100%); padding: clamp(42px, 7vw, 82px); text-align: center; background: var(--white); border-top: 4px solid var(--stamp); box-shadow: 0 18px 50px rgb(18 32 58 / 10%); }
.dlc-thank-you__mark { display: inline-grid; width: 64px; height: 64px; margin-bottom: 28px; place-items: center; color: var(--white); background: var(--stamp); border-radius: 50%; font-size: 25px; }
.dlc-thank-you h1 { margin: 8px 0 20px; font: 700 clamp(38px, 6vw, 62px)/1.08 var(--display); }
.dlc-thank-you__card > p:not(.dlc-contact-eyebrow) { max-width: 610px; margin: 0 auto; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.dlc-thank-you__actions { display: flex; margin-top: 34px; justify-content: center; gap: 12px; flex-wrap: wrap; }
.dlc-thank-you__actions a { min-width: 160px; padding: 15px 22px; color: var(--white); background: var(--stamp); font-weight: 700; text-decoration: none; }
.dlc-thank-you__actions a:last-child { color: var(--ink); background: var(--paper); }

.dlc-contact-shell {
  width: min(1170px, calc(100% - 48px));
  margin-inline: auto;
}

.dlc-contact-main {
  padding: 72px 0 94px;
}

.dlc-contact-breadcrumb,
.dlc-contact-eyebrow {
  margin: 0;
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .2em;
}

.dlc-contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dlc-contact-breadcrumb a {
  color: var(--stamp);
  text-decoration: none;
}

.dlc-contact-breadcrumb span,
.dlc-contact-breadcrumb {
  color: var(--ink);
}

.dlc-contact-breadcrumb a {
  color: var(--stamp);
}

.dlc-contact-main > .dlc-contact-shell > h1 {
  max-width: 800px;
  margin: 25px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(48px, 4.2vw, 66px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.015em;
}

.dlc-contact-main h1 strong {
  font-weight: 700;
}

.dlc-contact-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

.dlc-contact-layout {
  display: grid;
  margin-top: 44px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: start;
  gap: 60px;
}

.dlc-contact-form {
  padding: 38px 36px 34px;
  background: var(--white);
  border: 1px solid var(--rule);
}

.dlc-contact-form h2,
.dlc-contact-office h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.dlc-contact-form-intro {
  max-width: 540px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.dlc-contact-fields {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 18px;
}

.dlc-contact-fields label {
  display: flex;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .18em;
  flex-direction: column;
  gap: 8px;
}

.dlc-contact-fields input,
.dlc-contact-fields select,
.dlc-contact-fields textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 0;
  font: 400 15px/1.4 var(--body);
  letter-spacing: normal;
}

.dlc-contact-fields textarea {
  min-height: 120px;
  resize: vertical;
}

.dlc-contact-fields input:focus,
.dlc-contact-fields select:focus,
.dlc-contact-fields textarea:focus {
  border-color: var(--stamp);
  outline: 2px solid rgb(196 67 43 / 13%);
  outline-offset: 0;
}

.dlc-contact-fields label small {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
}

.dlc-contact-field-wide {
  grid-column: 1 / -1;
}

.dlc-contact-consent {
  display: flex;
  margin-top: 28px;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.dlc-contact-consent input {
  margin-top: 3px;
  accent-color: var(--stamp);
}

.dlc-contact-form button {
  width: 100%;
  min-height: 55px;
  margin-top: 24px;
  color: var(--white);
  background: var(--stamp);
  border: 0;
  font: 700 14px/1 var(--body);
  cursor: pointer;
}

.dlc-contact-form button:hover {
  background: var(--stamp-ink);
}

.dlc-contact-note {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.dlc-contact-sidebar {
  display: flex;
  flex-direction: column;
}

.dlc-contact-office,
.dlc-contact-opening {
  padding: 25px 0 31px;
  border-top: 2px solid var(--ink);
}

.dlc-contact-office + .dlc-contact-office,
.dlc-contact-opening {
  margin-top: 8px;
}

.dlc-contact-office .dlc-contact-eyebrow,
.dlc-contact-opening .dlc-contact-eyebrow,
.dlc-contact-urgent .dlc-contact-eyebrow {
  margin-bottom: 19px;
}

.dlc-contact-office h2 {
  font-size: 21px;
}

.dlc-contact-office > p:not(.dlc-contact-eyebrow) {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.dlc-contact-office a {
  display: block;
  width: fit-content;
  margin-top: 8px;
  color: var(--stamp);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dlc-contact-office .dlc-contact-locate {
  display: inline-flex;
  width: auto;
  margin-top: 12px;
  padding: 10px 16px;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: var(--stamp);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.dlc-contact-office .dlc-contact-locate:hover,
.dlc-contact-office .dlc-contact-locate:focus-visible {
  color: var(--white);
  background: var(--stamp-ink);
}

.dlc-contact-opening dl {
  margin: 0;
}

.dlc-contact-opening dl div {
  display: flex;
  padding: 11px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--rule);
}

.dlc-contact-opening dt {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
}

.dlc-contact-opening dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
}

.dlc-contact-urgent {
  margin-top: 30px;
  padding: 28px 28px 26px;
  color: var(--paper);
  background: var(--ink);
  border-left: 3px solid var(--stamp);
}

.dlc-contact-urgent p:not(.dlc-contact-eyebrow) {
  margin: 0;
  color: var(--paper);
  font-size: 14px;
  line-height: 1.65;
}

.dlc-contact-urgent a {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  color: var(--white);
  border-bottom: 1px solid var(--stamp);
  font-family: var(--mono);
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 980px) {
  .dlc-contact-main {
    padding: 62px 0 76px;
  }

  .dlc-contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .dlc-contact-office + .dlc-contact-office,
  .dlc-contact-opening,
  .dlc-contact-urgent {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .dlc-contact-shell {
    width: calc(100% - 40px);
  }

  .dlc-contact-main {
    padding: 48px 0 62px;
  }

  .dlc-contact-main > .dlc-contact-shell > h1 {
    font-size: 43px;
  }

  .dlc-contact-main h1 br {
    display: none;
  }

  .dlc-contact-lead {
    font-size: 15px;
  }

  .dlc-contact-form {
    padding: 30px 23px 27px;
  }

  .dlc-contact-fields,
  .dlc-contact-sidebar {
    grid-template-columns: 1fr;
  }

  .dlc-contact-field-wide {
    grid-column: auto;
  }
}
