/* ==========================================================================
   page.css — shared header treatment for the utility pages
   (Contact, FAQs, Privacy Policy, Terms of Use). Loaded ONLY on those pages,
   AFTER main-v3.css; every rule scoped under body.page-v2 so it can't leak.
   Matches the Books / News / Media Kit top rhythm (uppercase H1 + teal divider).
   ========================================================================== */

/* --- Menu: black items, coral hover (matches redesigned pages) ------------- */
body.page-v2 header nav a { color:#1A1A1A; font-size:16px; font-weight:700; border-left-color:#1A1A1A; }
body.page-v2 header nav a:first-child { border-left:none; }
body.page-v2 header nav a:hover, body.page-v2 header nav a:focus { color:#FC5D59; }

/* --- H1: uppercase headline with a teal divider underneath ----------------- */
body.page-v2 main.mp-content h1 {
	color:#1A1A1A; font-weight:700; font-size:30px; letter-spacing:1px; text-transform:uppercase;
	background:none; border:none; border-bottom:1px solid #076E5A;
	padding-bottom:14px; margin:0 0 34px 0; line-height:1.1;
}

/* --- Body links: coral (matches redesigned pages) -------------------------- */
body.page-v2 main.mp-content a { color:#FC5D59; }
body.page-v2 main.mp-content a:hover, body.page-v2 main.mp-content a:focus { color:#EB534F; }

/* --- Mobile: scale the headline down a touch ------------------------------- */
@media (max-width:659px) {
	body.page-v2 main.mp-content h1 { font-size:24px; }
}
