.route-status {
  min-height: 55vh;
  display: grid;
  place-items: center;
  padding: 4rem 1rem;
  text-align: center;
}

.route-status__card {
  max-width: 44rem;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.card-kicker {
  margin-bottom: 0.45rem;
  color: var(--go);
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 800;
}

.cta-panel--single {
  grid-template-columns: minmax(0, 1fr);
}

.policy-document {
  max-width: 52rem;
}

.policy-block {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.policy-block:last-of-type {
  border-bottom: 0;
}

.policy-block h3 {
  margin-bottom: 0.75rem;
}

.policy-block ul,
.policy-block ol {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding-left: 1.35rem;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-weight: 800;
}

.embed-shell {
  min-height: 18rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.embed-fallback {
  margin: 1rem 0 0;
  text-align: center;
}

.contact-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.contact-card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-card dl {
  display: grid;
  gap: 0.9rem;
  margin: 1.25rem 0 1.5rem;
}

.contact-card dl div {
  display: grid;
  grid-template-columns: minmax(5rem, 0.35fr) minmax(0, 1fr);
  gap: 0.75rem;
}

.contact-card dt { font-weight: 800; }
.contact-card dd { margin: 0; overflow-wrap: anywhere; }

/* Visually hidden but announced by screen readers. The nav toggle's label
   depends on this; without it the word "Menu" renders on the page. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--trust-deep);
  font-weight: 800;
}

.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
  background: rgba(var(--trust-deep-rgb), 0.96);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(calc(100% - 2rem), 92.5rem);
  padding: 0.65rem 0;
}

.brand { display: inline-flex; flex: 0 0 auto; }
.brand__logo { width: auto; height: 4.25rem; object-fit: contain; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  min-width: 0;
  margin-left: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav a {
  padding: 0.45rem 0.58rem;
  border-radius: var(--radius-pill);
  color: rgba(var(--white-rgb), 0.82);
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); background: rgba(var(--white-rgb), 0.12); }
.site-nav__call { display: none; }
.site-header__call { flex: 0 0 auto; min-height: 2.7rem; padding: 0.6rem 1rem; font-size: 0.88rem; }
.site-header--reduced .site-header__inner { justify-content: space-between; }
.site-header--reduced .site-header__call { display: inline-flex; margin-left: auto; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(var(--white-rgb), 0.35);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle svg { width: 1.4rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open,
.nav-toggle[aria-expanded="false"] .nav-toggle__close { display: none; }

.site-footer {
  padding: clamp(3rem, 6vw, 4.5rem) 0 2rem;
  background: linear-gradient(135deg, var(--trust-deep), var(--trust));
  color: rgba(var(--white-rgb), 0.82);
}

.footer-grid { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
.footer-col h2 { margin-bottom: 0.9rem; color: var(--white); font-size: 1.05rem; }
.footer-col ul { display: grid; gap: 0.55rem; margin: 0; padding: 0; list-style: none; }
.footer-col a { color: rgba(var(--white-rgb), 0.82); text-decoration: none; }
.footer-col a:hover, .footer-col a:focus-visible { color: var(--go-bright); }
.footer-logo { width: 10rem; height: auto; margin-top: 1rem; }
.footer-hours { font-size: 0.94rem; }
.footer-payment-note { margin: 1rem 0 0.75rem; color: var(--white); font-size: 0.92rem; }
/* The global `img { width: 100% }` rule would otherwise upscale this badge to
   the column width and blur it. */
.footer-payment { width: auto; max-width: 100%; height: auto; border-radius: 4px; }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid rgba(var(--white-rgb), 0.14); color: rgba(var(--white-rgb), 0.62); font-size: 0.9rem; }
.footer-bottom p { margin-bottom: 0.35rem; }
.mobile-call-bar { display: none; }

@media (min-width: 48rem) {
  /* Auto-fit so footer columns flex as link groups are added or removed. */
  .footer-grid { grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 72rem) {
  .site-header__call { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    margin: 0;
    padding: 0.75rem 1rem 1rem;
    overflow: visible;
    border-bottom: 1px solid rgba(var(--white-rgb), 0.12);
    background: var(--trust-deep);
    box-shadow: var(--shadow-md);
  }
  body.nav-open .site-nav { display: flex; }
  .site-nav a { padding: 0.75rem 0.9rem; border-radius: var(--radius-sm); font-size: 1rem; }
  .site-nav__call { display: block; margin-top: 0.35rem; background: var(--go); color: var(--white); text-align: center; }
}

@media (max-width: 47.99rem) {
  /* Clears the fixed call bar so it never sits over the last line of content. */
  body { padding-bottom: 4rem; }
  .brand__logo { height: 3.5rem; max-width: 13rem; }
  .mobile-call-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(var(--white-rgb), 0.15);
    background: var(--trust-deep);
  }
  .mobile-call-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.9rem;
    color: var(--white);
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }
  .mobile-call-bar svg { flex: 0 0 auto; width: 1.15rem; height: 1.15rem; fill: currentColor; }
}
