/**
 * Contact page (/contact-us/), body.rp-contact. Rebuilt to match the homepage
 * "Where to find us" (.loc) section: flat bands, a left-aligned multi-column grid
 * that fills the width, the same small-label + muted-body typography and shared
 * section padding token. No horizontal rules, no borders, no cards, no shadows.
 * The enquiry form keeps its own functional styling from rp-forms.css; red stays
 * reserved for the form's submit button.
 */
body.rp-contact{
	--navy:#002c41;--red:#e4022e;--ivory:#F6F5EE;--white:#fff;--ink:#0a2233;--muted:#4a5157;--line:#cdd6db;
	margin:0;background:var(--ivory);font-family:'Montserrat',Arial,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;
}

/* ---------- Bands ---------- */
.rp-contact .cchead{background:var(--ivory);padding:var(--rp-section-y) 0 calc(var(--rp-section-y) * 0.62);text-align:center}
.rp-contact .ccfind{background:var(--white);padding:var(--rp-section-y) 0;border-top:1px solid rgba(0,44,65,.07)}
.rp-contact .ccmember{background:var(--ivory);padding:var(--rp-section-y) 0;text-align:center}
.rp-contact .ccform{background:var(--white);padding:var(--rp-section-y) 0;text-align:center}

/* ---------- Header ---------- */
.rp-contact .cch1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.04;letter-spacing:-.01em;text-transform:uppercase;color:var(--ink);margin:0;text-align:center}
.rp-contact .cch1 mark{background:transparent}
.rp-contact .ccsub{font-size:18px;line-height:1.55;color:var(--muted);margin:16px auto 0;max-width:520px;text-align:center}

/* ---------- Find band: multi-column grid, mirrors homepage .loc ---------- */
.rp-contact .ccfind-wrap{max-width:1200px;margin:0 auto;padding:0 48px}
.rp-contact .ccfind-grid{display:grid;grid-template-columns:auto 1fr 1fr 1fr;gap:48px;align-items:start;text-align:left}
.rp-contact .ccfind-col{min-width:0}
/* band heading, mirrors homepage .loc .lh (two-tone, red pin motif) */
.rp-contact .ccfind .lh{font-size:19px;font-weight:800;text-transform:uppercase;letter-spacing:.01em;color:var(--ink);margin:0;line-height:1.2;max-width:170px}
.rp-contact .ccfind .lh span{color:var(--red)}
.rp-contact .ccfind .lh::before{content:"";display:block;width:26px;height:26px;margin:0 0 10px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTQwMjJlIiBzdHJva2Utd2lkdGg9IjEuOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTIgMjFzNy01LjYgNy0xMWE3IDcgMCAxIDAtMTQgMGMwIDUuNCA3IDExIDcgMTF6Ii8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMCIgcj0iMi42Ii8+PC9zdmc+")}
/* TIER 1: column subheadings (Opening hours, Address, Finding us) - navy, larger */
.rp-contact .ccfind-h3{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin:0 0 12px;line-height:1.2}
/* TIER 2: secondary labels (Phone, Email, Staffed reception) - grey, smaller */
.rp-contact .lct{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin:0 0 8px}
.rp-contact .ccfind-col .lct + .ccval + .lct{margin-top:20px}
.rp-contact .ccval,.rp-contact .ccbody{font-size:14.5px;line-height:1.6;color:var(--ink);margin:0}
.rp-contact .ccbody{margin-bottom:6px}
/* in-text links: navy-ink underlined (matches .loc a) */
.rp-contact .ccfind a{color:var(--ink);font-weight:700;text-decoration:underline;text-underline-offset:3px;overflow-wrap:break-word}
.rp-contact .ccfind a:hover{color:var(--red)}
/* opening hours sub-label + rows (no borders) */
.rp-contact .cc-subh{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin:18px 0 6px;text-align:left}
.rp-contact .cc-hours-list{list-style:none;margin:0;padding:0}
.rp-contact .cc-hours-list li{display:flex;justify-content:space-between;gap:16px;padding:5px 0;font-size:14.5px;line-height:1.6}
.rp-contact .cc-day{color:var(--ink);font-weight:600}
.rp-contact .cc-time{color:var(--ink);font-weight:700;white-space:nowrap}
.rp-contact .cc-note{font-size:13px;line-height:1.55;color:var(--muted);margin:12px 0 0;max-width:none}
/* finding-us routes (small red dot marker, no card) */
.rp-contact .cc-routes{list-style:none;margin:10px 0 0;padding:0}
.rp-contact .cc-routes li{position:relative;padding:0 0 0 18px;margin:0 0 10px;font-size:14.5px;line-height:1.55;color:var(--ink)}
.rp-contact .cc-routes li:last-child{margin-bottom:0}
.rp-contact .cc-routes li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--red)}
/* map: sits in the layout, full width of the grid, no shadow */
.rp-contact .ccmap{margin-top:44px;position:relative;width:100%;aspect-ratio:16/9;max-height:420px;border-radius:12px;overflow:hidden}
.rp-contact .ccmap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}

/* ---------- Member note + form intro ---------- */
.rp-contact .lead{font-size:18px;line-height:1.62;color:var(--muted);margin:18px auto 0;max-width:620px;overflow-wrap:break-word}
.rp-contact .ccmember .lead a{color:var(--navy);text-decoration:underline;text-underline-offset:2px;font-weight:600}
.rp-contact .ccmember .lead a:hover{color:var(--red)}
.rp-contact .cc-formintro{font-size:18px;line-height:1.6;color:var(--muted);margin:16px auto 28px;max-width:560px}
.rp-contact .ccform .rp-form{margin-top:6px}

/* ---------- Mobile ---------- */
@media (max-width:860px){
	.rp-contact .ccfind-wrap{padding:0 26px}
	/* uppercase h1 wraps to two lines here, so 1.04 is far too tight */
	.rp-contact .cch1{line-height:1.12}
	.rp-contact .ccfind-grid{grid-template-columns:1fr;gap:34px}
	/* band heading stacks on top, icon inline (matches homepage .loc .lh mobile) */
	.rp-contact .ccfind .lh{font-size:22px;max-width:none;display:flex;align-items:center;gap:10px}
	.rp-contact .ccfind .lh::before{margin:0;flex:0 0 24px;width:24px;height:24px}
	/* stacked to one column: the tier-1 subheadings carry the section markers,
	   so they step up while the tier-2 labels stay clearly smaller beneath. */
	.rp-contact .ccfind-h3{font-size:17px;margin-bottom:12px}
	.rp-contact .lct,.rp-contact .cc-subh{font-size:12px;letter-spacing:.1em}
	.rp-contact .ccmap{aspect-ratio:4/3;margin-top:30px}
}
