.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background: var(--gold);
}

.journey-card {
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.journey-card div > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: #e2e7e9;
}

.journey-card:hover,
.journey-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7, 27, 44, .2);
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.card-link {
  display: block;
  margin-top: 22px;
  color: #e6c783;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
}

.inquiry-card { align-content: start; }
.next-steps { list-style: none; padding: 0; margin: 4px 0 8px; display: grid; gap: 0; }
.next-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid #dedbd4; }
.next-steps li:last-child { border-bottom: 1px solid #dedbd4; }
.next-steps li > span { width: 30px; height: 30px; border: 1px solid var(--gold); display: grid; place-items: center; color: #9b7336; font-size: 12px; font-weight: 700; }
.next-steps strong { color: var(--navy); }
.next-steps p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.inquiry-button { width: 100%; }
.response-promise { margin: 0 !important; color: var(--navy) !important; font-family: Manrope, Arial, sans-serif; font-size: 14px !important; line-height: 1.45; font-weight: 700; text-align: center; }
.cta-action { min-width: 260px; display: grid; gap: 12px; }
.cta-action .button { width: 100%; }

@media (max-width: 840px) {
  .site-header { flex-wrap: wrap; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: 92px; left: 0; right: 0; background: var(--navy); padding: 18px 24px 24px; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 14px 28px rgba(4,19,31,.25); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
}
