/* Shared navigation and long-menu improvements. */
.unified-header .nav-links > a[aria-current="page"],
.home-page .home-header .nav-links > a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #ef7777;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.menu-search { margin-bottom: 28px; }
.menu-search label { display: block; margin-bottom: 8px; font-weight: 700; }
.menu-search input {
  width: 100%; padding: 13px 16px; border: 1px solid #cfc5b9;
  border-radius: 12px; background: #faf7f2; color: #181410;
  font: inherit; font-size: 16px;
}
.menu-search input:focus-visible { outline: 2px solid #c81e1e; outline-offset: 3px; }
.menu-search p { margin: 10px 0 0; color: #625b55; font-size: .9rem; }
#menu-content [hidden] { display: none !important; }
.pdf-quick-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.pdf-quick-actions > a:not(.btn) { color: #fff; text-decoration: underline; text-underline-offset: 4px; padding: 12px 0; }
.pdf-menu-heading .pdf-viewer-hint { font-size: .9rem; color: #c9c1b8; margin-top: 16px; }
.footer-renovation-note { color: #f3c6a5 !important; font-size: .85rem; }

.site-footer .footer-copyright {
  margin-inline: auto;
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: #c9c1b8;
  font-size: .8rem;
  line-height: 1.6;
  text-align: center;
}

.home-footer { padding-block: 40px 24px; }
.home-footer .footer-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "brand hours links" "social hours links";
  align-items: start;
  gap: 20px 48px;
}
.home-footer .footer-intro { grid-area: brand; }
.home-footer .footer-intro p { max-width: 30ch; margin: 14px 0 0; line-height: 1.65; }
.home-footer .footer-info { grid-area: hours; }
.home-footer .footer-info p { margin: 12px 0 0; line-height: 1.65; }
.home-footer .footer-links {
  grid-area: links;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 16px 24px;
  font-size: .9rem;
  font-weight: 500;
}
.home-footer .footer-links .btn { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
.home-footer .footer-social { grid-area: social; }
@media (max-width: 760px) {
  .home-footer { padding-block: 24px 18px; }
  .home-footer .footer-wrap {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    grid-template-areas: "brand brand" "hours links" "social links";
    gap: 12px 20px;
  }
  .home-footer .footer-intro p { max-width: none; margin-top: 8px; font-size: .85rem; line-height: 1.5; }
  .home-footer .footer-brand { gap: 10px; }
  .home-footer .footer-brand img { width: 38px; height: 38px; }
  .home-footer .footer-info { padding-top: 10px; font-size: .85rem; }
  .home-footer .footer-info p { margin-top: 8px; line-height: 1.5; }
  .home-footer .footer-links { grid-template-columns: minmax(0, 1fr); gap: 0; font-size: .85rem; }
  .home-footer .footer-links > a { min-height: 44px; display: flex; align-items: center; }
  .home-footer .footer-links .btn { padding-inline: 16px; margin-top: 8px; }
  .home-footer .footer-social { gap: 6px; align-self: start; }
  .home-footer .footer-social a { width: 44px; height: 44px; }
  .home-footer .footer-copyright { margin-top: 18px; padding-top: 14px; font-size: .7rem; }
}

.renovation-content .renovation-timeline {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2d9cf;
  font-size: .85rem;
  line-height: 1.65;
}
