/* Contact is a field desk, not another generic document page. */

body.page-id-30 {
  background: var(--lx-inner-paper-bright, #fbfaf6);
}

body.page-id-30 .site-header {
  color: #f8f5ed;
  background: #101914;
}

body.page-id-30 .site-header__inner {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.page-id-30 .wordmark span,
body.page-id-30 .nav-toggle,
body.page-id-30 .primary-nav a {
  color: inherit;
}

.contact-page {
  color: #162019;
  background: #fbfaf6;
}

.contact-hero {
  min-height: min(72svh, 760px);
  padding-top: 78px;
  display: flex;
  align-items: stretch;
  color: #f8f5ed;
  background: #101914;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-hero__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(92px, 10vw, 138px) clamp(28px, 4.2vw, 64px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: end;
}

.contact-hero__copy,
.contact-hero__signals {
  min-width: 0;
}

.contact-hero__eyebrow,
.contact-directory__header p {
  margin: 0;
  color: #d05a4e;
  font-size: 10px;
  font-weight: 820;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 8ch;
  margin: 20px 0 0;
  color: #f8f5ed;
  font-family: var(--lx-font-display);
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 560;
  line-height: 0.88;
  letter-spacing: 0;
}

.contact-hero__lead {
  max-width: 46ch;
  margin: 30px 0 0;
  color: rgba(248, 245, 237, 0.72);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
}

.contact-hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-hero__actions a {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 220ms var(--lx-ease-out);
}

.contact-hero__actions a:hover,
.contact-hero__actions a:focus-visible {
  transform: translateY(-2px);
}

.contact-hero__primary {
  color: #fff;
  background: #c44a3d;
  border-color: #c44a3d !important;
}

.contact-hero__primary:hover,
.contact-hero__primary:focus-visible {
  background: #a83b31;
  border-color: #a83b31 !important;
}

.contact-hero__secondary {
  color: #f8f5ed;
  background: transparent;
}

.contact-hero__secondary:hover,
.contact-hero__secondary:focus-visible {
  color: #101914;
  background: #f8f5ed;
  border-color: #f8f5ed !important;
}

.contact-hero__signals {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero__signals div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: minmax(90px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-hero__signals dt {
  color: rgba(248, 245, 237, 0.48);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.contact-hero__signals dd {
  margin: 0;
  color: #f8f5ed;
  font-family: var(--lx-font-display);
  font-size: 20px;
  line-height: 1.2;
}

.contact-directory {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 124px) clamp(28px, 4.2vw, 64px) 128px;
}

.contact-directory__header {
  margin-bottom: 42px;
  padding-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(16, 27, 21, 0.16);
}

.contact-directory__header span {
  color: #68716b;
  font-size: 13px;
}

body.page-id-30 .contact-directory__content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px clamp(64px, 9vw, 132px);
  overflow: visible;
}

body.page-id-30 .contact-directory__content > .ch,
body.page-id-30 .contact-directory__content > .cc,
body.page-id-30 .contact-directory__content > .rt {
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.page-id-30 .contact-directory__content > .ch {
  grid-column: 1;
  padding: 0;
  border: 0;
}

body.page-id-30 .ch-sub {
  color: #c44a3d;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

body.page-id-30 .ch h2 {
  max-width: 9ch;
  margin: 18px 0 0;
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 560;
  line-height: 0.98;
}

body.page-id-30 .ch p {
  max-width: 42ch;
  margin-top: 28px;
  color: #5f6963;
  font-size: 16px;
  line-height: 1.75;
}

body.page-id-30 .ch-div {
  width: 56px;
  height: 2px;
  margin-top: 28px;
  background: #c9a259;
}

body.page-id-30 .contact-directory__content > .cc {
  grid-column: 2;
  grid-row: 1 / span 2;
  border-top: 1px solid rgba(16, 27, 21, 0.18);
}

body.page-id-30 .cc-row {
  min-height: 116px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid rgba(16, 27, 21, 0.15);
  transition: border-color 180ms ease, transform 240ms var(--lx-ease-out);
}

body.page-id-30 .cc-row:hover,
body.page-id-30 .cc-row:focus-within {
  border-color: #c44a3d;
  transform: translateX(6px);
}

body.page-id-30 .cc-row:nth-child(5) {
  display: none;
}

body.page-id-30 .cc-av,
body.page-id-30 .cc-noav {
  width: 76px;
  height: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
}

body.page-id-30 .cc-av {
  border: 1px solid rgba(16, 27, 21, 0.16);
  box-shadow: 0 10px 30px rgba(16, 27, 21, 0.1);
}

body.page-id-30 .cc-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-30 .cc-noav {
  display: grid;
  place-items: center;
  color: #c44a3d;
  background: #f1ede4;
  border: 1px solid rgba(196, 74, 61, 0.24);
  font-size: 11px;
  font-weight: 820;
}

body.page-id-30 .cc-txt h4 {
  margin: 0 0 9px;
  color: #162019;
  font-family: var(--lx-font-display);
  font-size: 24px;
  font-weight: 620;
}

body.page-id-30 .cc-txt p {
  margin: 0;
  color: #6b746f;
  font-size: 13px;
  line-height: 1.65;
}

body.page-id-30 .document-content .wa-chat-btn {
  margin-right: 5px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f8f5ed;
  background: #173128;
  border: 1px solid #173128;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.page-id-30 .document-content .wa-chat-btn:hover,
body.page-id-30 .document-content .wa-chat-btn:focus-visible {
  color: #173128;
  background: transparent;
  border-color: #173128;
}

body.page-id-30 .contact-directory__content > h2 {
  grid-column: 1 / -1;
  margin: 68px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(16, 27, 21, 0.18);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 560;
}

body.page-id-30 .contact-directory__content > .rt {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(16, 27, 21, 0.17);
  border-radius: 6px;
  overflow: hidden;
}

body.page-id-30 .rt-card {
  min-height: 190px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  border: 0;
  border-right: 1px solid rgba(16, 27, 21, 0.16);
  background: #f4f0e7;
  transition: color 220ms ease, background-color 220ms ease;
}

body.page-id-30 .rt-card:last-child {
  border-right: 0;
}

body.page-id-30 .rt-card:hover {
  color: #f8f5ed;
  background: #173128;
}

body.page-id-30 .rt-icon {
  margin-bottom: auto;
  color: #c44a3d;
  font-size: 10px;
  font-weight: 850;
}

body.page-id-30 .rt-card h4 {
  margin: 0;
  color: inherit;
  font-family: var(--lx-font-display);
  font-size: 24px;
  font-weight: 620;
}

body.page-id-30 .rt-card p {
  margin: 0;
  color: #6b746f;
  font-size: 13px;
}

body.page-id-30 .rt-card:hover p {
  color: rgba(248, 245, 237, 0.7);
}

body.page-id-30 .contact-directory__content > hr {
  display: none;
}

body.page-id-30 .contact-directory__content > .wa-modal-overlay {
  grid-column: 1 / -1;
}

body.page-id-30 .contact-access-note {
  grid-column: 1 / -1;
  margin-top: 38px;
  padding: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 32px;
  align-items: end;
  color: var(--lx-paper);
  background: var(--lx-forest-deep);
  border-left: 3px solid var(--lx-cinnabar);
}

body.page-id-30 .contact-access-note > span {
  grid-column: 1 / -1;
  color: var(--lx-gold-soft);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
}

body.page-id-30 .contact-access-note h3,
body.page-id-30 .contact-access-note p {
  margin: 0;
}

body.page-id-30 .contact-access-note h3 {
  color: var(--lx-paper);
  font-family: var(--lx-font-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 540;
}

body.page-id-30 .contact-access-note p {
  grid-column: 1;
  max-width: 58ch;
  color: rgba(255, 253, 248, 0.68);
  line-height: 1.65;
}

body.page-id-30 .contact-access-note > div {
  grid-column: 2;
  grid-row: 2 / 4;
  display: flex;
  gap: 8px;
}

body.page-id-30 .contact-access-note a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: var(--lx-paper);
  border: 1px solid rgba(255, 253, 248, 0.42);
  text-decoration: none;
}

body.page-id-30 .contact-access-note a:first-child {
  color: #fff;
  background: var(--lx-cinnabar);
  border-color: var(--lx-cinnabar);
}

body.page-id-30 .contact-directory__content > p:last-child {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding: 18px 22px;
  color: rgba(248, 245, 237, 0.72);
  background: #101914;
  border-radius: 4px;
  font-size: 13px;
}

body.page-id-30 .contact-directory__content > p:last-child a {
  color: #e5bd69;
}

@media (max-width: 800px) {
  body.page-id-30 .site-header {
    height: 66px;
  }

  .contact-hero {
    min-height: 760px;
    padding-top: 66px;
  }

  .contact-hero__inner {
    padding: 86px 22px 54px;
    grid-template-columns: 1fr;
    gap: 54px;
    align-items: start;
  }

  .contact-hero h1 {
    font-size: 68px;
  }

  .contact-hero__lead {
    max-width: 34ch;
    font-size: 16px;
  }

  .contact-hero__signals div {
    padding: 14px 0;
  }

  .contact-hero__signals dd {
    font-size: 17px;
  }

  .contact-directory {
    padding: 68px 20px 110px;
  }

  .contact-directory__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.page-id-30 .contact-directory__content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.page-id-30 .contact-directory__content > .ch,
  body.page-id-30 .contact-directory__content > .cc,
  body.page-id-30 .contact-directory__content > h2,
  body.page-id-30 .contact-directory__content > .rt {
    grid-column: 1;
    grid-row: auto;
  }

  body.page-id-30 .ch h2 {
    font-size: 50px;
  }

  body.page-id-30 .contact-directory__content > .cc {
    margin-top: 52px;
  }

  body.page-id-30 .cc-row {
    min-height: 108px;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  body.page-id-30 .cc-av,
  body.page-id-30 .cc-noav {
    width: 64px;
    height: 64px;
  }

  body.page-id-30 .cc-txt h4 {
    font-size: 21px;
  }

  body.page-id-30 .cc-txt p {
    font-size: 12px;
  }

  body.page-id-30 .wa-chat-btn {
    margin-bottom: 7px;
  }

  body.page-id-30 .contact-access-note {
    grid-template-columns: 1fr;
  }

  body.page-id-30 .contact-access-note > div {
    grid-column: 1;
    grid-row: auto;
    flex-wrap: wrap;
  }

  body.page-id-30 .contact-directory__content > h2 {
    margin-top: 58px;
  }

  body.page-id-30 .contact-directory__content > .rt {
    grid-template-columns: 1fr;
  }

  body.page-id-30 .rt-card {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 27, 21, 0.16);
  }

  body.page-id-30 .rt-card:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero__actions a,
  body.page-id-30 .cc-row,
  body.page-id-30 .rt-card {
    transition: none;
  }
}
