/* Keep the enquiry path primary while allowing families to explore the full site. */
.landing-nav{display:flex;align-items:center;gap:20px;margin-left:auto;margin-right:24px}
.landing-nav a{color:#0a234a;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap}
.landing-nav a:hover{text-decoration:underline;text-underline-offset:5px}
.landing-nav a:focus-visible{outline:2px solid #3272b4;outline-offset:5px}
.header-contact>span{display:none}
.story-guide a{color:#ffbf91;text-underline-offset:4px;font-size:13px}
@media(max-width:800px){.header{flex-wrap:wrap;gap:6px 16px}.landing-nav{order:3;width:100%;justify-content:space-between;margin:0;padding:5px 0 2px;gap:14px}.header-contact{margin-left:auto}.landing-nav a{font-size:12px}}
