/* Public navigation only. CRM menus keep their own layout and controller. */
.pn-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); border-bottom: 1px solid #e7e5e4; box-shadow: 0 4px 24px rgba(16,42,67,.06); color: var(--navy-900, #102a43); }
.pn-nav *, .pf-footer * { box-sizing: border-box; }
.pn-bar { max-width: 1440px; min-height: 88px; margin: auto; padding: 16px 28px; display: flex; align-items: center; gap: 24px; }
.pn-brand { flex-shrink: 0; }
.pn-brand img { display: block; width: 235px; height: auto; }
.pn-desktop { display: flex; align-items: center; gap: 4px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.pn-desktop a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 6px; font-size: .88rem; font-weight: 600; white-space: nowrap; transition: background .2s, color .2s; }
.pn-nav a { text-decoration: none; }
.pn-desktop a:hover, .pn-mobile-links a:hover { background: #f5f5f4; }
.pn-nav a[aria-current="page"] { background: #fef9c3; color: #713f12; box-shadow: inset 0 -2px #ca8a04; }
.pn-planning-link { border-left: 1px solid #d6d3d1; padding-left: 12px; margin-left: 8px; }
.pn-quote { background: var(--navy-900, #102a43); color: white; font-weight: 650; border-radius: 8px; padding: 12px 18px; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 12px; white-space: nowrap; transition: background .2s, box-shadow .2s; }
.pn-quote:hover { background: #243b53; box-shadow: 0 4px 16px rgba(16,42,67,.18); }
.pn-mobile { display: none; }
.pn-nav :focus-visible, .pf-footer :focus-visible { outline: 3px solid #ca8a04; outline-offset: 4px; }
.pn-mobile summary { display: flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; padding: 12px; min-height: 46px; border: 1px solid #d6d3d1; border-radius: 8px; font-size: .88rem; font-weight: 650; list-style: none; }
.pn-mobile summary::-webkit-details-marker { display: none; }
.pn-menu-icon { width: 18px; height: 16px; position: relative; display: block; }
.pn-menu-icon span { position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.pn-menu-icon span:nth-child(1) { top: 0; }
.pn-menu-icon span:nth-child(2) { top: 7px; }
.pn-menu-icon span:nth-child(3) { top: 14px; }
.pn-mobile[open] .pn-menu-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pn-mobile[open] .pn-menu-icon span:nth-child(2) { opacity: 0; }
.pn-mobile[open] .pn-menu-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.pn-panel { position: absolute; top: 100%; left: 16px; right: 16px; margin-top: 8px; max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior: contain; padding: 24px; border: 1px solid #e7e5e4; border-radius: 12px; background: white; box-shadow: 0 20px 50px rgba(16,42,67,.18); }
.pn-mobile[open] .pn-panel { animation: pn-enter .2s ease-out; }
.pn-panel-heading, .pf-eyebrow, .pf-step { font-size: .7rem; font-weight: 750; letter-spacing: .13em; }
.pn-panel-heading { color: #57534e; }
.pn-mobile-links { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; list-style: none; padding: 12px 0 20px; margin: 0; }
.pn-mobile-links a { display: block; padding: 12px; min-height: 44px; border-radius: 6px; font-weight: 600; }
.pn-mobile-planning { padding: 20px; border-radius: 8px; background: #fafaf9; border: 1px solid #e7e5e4; }
.pn-mobile-planning a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 8px; border-radius: 6px; transition: background .2s; }
.pn-mobile-planning a:hover { background: #fef9c3; }
.pn-mobile-planning strong, .pn-mobile-planning small { display: block; }
.pn-mobile-planning small { font-size: .83rem; color: #57534e; margin-top: 4px; }
.pn-mobile-contact { display: block; padding: 18px 0 0; font-size: .88rem; text-decoration: underline !important; text-underline-offset: 4px; }
.pf-footer { border-top: 1px solid #e7e5e4; }
.pf-planning { background: var(--navy-900, #102a43); color: white; padding: 56px max(24px, calc((100% - 1180px) / 2)); }
.pf-footer .pf-planning h2 { color: white; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; margin: 12px 0; }
.pf-footer .pf-planning p { color: #d9e2ec; margin: 12px 0 28px; max-width: 630px; }
.pf-eyebrow { color: #fde047; }
.pf-planning-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pf-planning-card { display: flex; flex-direction: column; gap: 12px; padding: 28px; border: 1px solid #627d98; border-radius: 12px; background: #243b53; color: #d9e2ec; text-decoration: none; transition: background .25s, border-color .25s, transform .25s; }
.pf-planning-card:hover { background: #334e68; border-color: #eab308; transform: translateY(-3px); }
.pf-step { color: #fde047; }
.pf-card-title { display: flex; justify-content: space-between; gap: 16px; color: white; font-size: 1.4rem; font-weight: 650; }
.pf-card-action { margin-top: auto; padding-top: 10px; color: white; text-decoration: underline; text-underline-offset: 5px; font-weight: 600; }
.pf-arrow { transition: transform .25s; }
.pf-planning-card:hover .pf-arrow { transform: translate(3px, -3px); }
.pf-explore { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; gap: 4px 12px; }
.pf-explore a { display: flex; align-items: center; min-height: 44px; font-size: .88rem; text-decoration: underline; text-underline-offset: 4px; }
.pf-footer a:not(.pf-planning-card):hover { color: #854d0e; }
.pf-footer .footer-logo { max-width: 145px; height: auto; }
@keyframes pn-enter { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1199px) {
  .pn-desktop { display: none; }
  .pn-mobile { display: block; }
  .pn-quote { margin-left: auto; }
}
@media (max-width: 600px) {
  .pn-bar { min-height: 72px; padding: 12px 16px; gap: 10px; }
  .pn-brand img { width: clamp(128px, 32vw, 190px); }
  .pn-quote { font-size: .78rem; padding: 10px 12px; }
  .pn-quote > span, .pn-menu-label { display: none; }
  .pn-panel { padding: 18px; }
  .pn-mobile-planning { padding: 14px; }
  .pf-planning-cards { grid-template-columns: 1fr; }
  .pf-planning { padding: 36px 24px; }
  .pf-planning-card { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .pn-nav *, .pf-footer * { animation: none !important; transition: none !important; }
  .pf-planning-card:hover, .pf-planning-card:hover .pf-arrow { transform: none; }
}
@media print { .pn-nav, .pf-footer { display: none !important; } }
