/* V4 integration-only shared chrome. Page-specific styles remain responsible for page content. */
.v4-shared-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #d8ded7; background: rgba(251,250,245,.94); backdrop-filter: blur(16px); }
.v4-shared-header .nav { width: min(1240px, calc(100% - 40px)); min-height: 78px; margin: 0 auto; padding: 14px 0; display: flex; align-items: center; gap: 22px; box-sizing: border-box; }
.v4-shared-header .brand { display: flex; align-items: center; gap: 0; margin-right: auto; color: #143d35; text-decoration: none; flex-shrink: 0; }
.v4-shared-header .brand img { display: block; width: 122px; height: auto; }
.v4-shared-header .brand span { display: none; }
.v4-shared-header .nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.v4-shared-header .nav-links a { color: #30433d; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.v4-shared-header .nav-links a:hover, .v4-shared-header .nav-links a:focus-visible, .v4-shared-header .nav-links a[aria-current="page"] { color: #b56c3d; }
.v4-shared-header .nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; border: 1px solid #143d35; background: #143d35; color: #fbfaf5; padding: 10px 14px; font-size: 12px; font-weight: 700; text-decoration: none; }
.v4-shared-header .nav-cta:hover, .v4-shared-header .nav-cta:focus-visible { border-color: #b56c3d; background: #b56c3d; color: #fbfaf5; }
.v4-shared-header .menu-toggle { display: none; border: 1px solid #d8ded7; background: transparent; color: #143d35; padding: 9px 11px; font: inherit; font-size: 12px; font-weight: 700; }
.v4-shared-header .mobile-menu-cta { display: none; }
.v4-shared-footer { padding: 48px 0 20px; background: #102f28; color: #dce7e1; }
.v4-shared-footer .footer-grid { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 30px; }
.v4-shared-footer .footer-grid > div { min-width: 0; }
.v4-shared-footer h2 { margin: 0; color: #fff; font-family: inherit; font-size: 15px; line-height: 1.3; }
.v4-shared-footer a, .v4-shared-footer span, .v4-shared-footer .contact-entry { display: block; color: #dce7e1; margin: 8px 0; text-decoration: none; }
.v4-shared-footer a:hover, .v4-shared-footer a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.v4-shared-footer .footer-brand-card { display: inline-flex; padding: 10px 12px; background: #fffaf0; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; }
.v4-shared-footer .footer-logo { display: block; width: 176px; height: auto; }
.v4-shared-footer .plain-email { font-weight: 700; }
.v4-shared-footer .footer-bottom { width: min(1240px, calc(100% - 40px)); margin: 28px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 18px; }
.v4-shared-footer .footer-bottom span:last-child { display: flex; gap: 14px; flex-wrap: wrap; }
.v4-shared-footer small { color: inherit; }
@media (max-width: 900px) {
  .v4-shared-header .nav { min-height: 70px; }
  .v4-shared-header .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; margin: 0; padding: 18px 20px 22px; border-bottom: 1px solid #d8ded7; background: #fbfaf5; flex-direction: column; align-items: stretch; gap: 0; }
  .v4-shared-header .nav-links.open { display: flex; }
  .v4-shared-header .nav-links a { padding: 10px 0; }
  .v4-shared-header .mobile-menu-cta { display: inline-flex; justify-content: center; margin-top: 8px; padding: 12px 14px; background: #143d35; color: #fbfaf5; }
  .v4-shared-header .nav-cta { display: none; }
  .v4-shared-header .menu-toggle { display: inline-flex; margin-left: auto; }
  .v4-shared-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .v4-shared-header .nav { width: calc(100% - 40px); }
  .v4-shared-footer .footer-grid { grid-template-columns: 1fr; }
  .v4-shared-footer .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .v4-shared-header *, .v4-shared-footer * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
