/* =============================================================================
   CXE web design grammar, craft pass (2026-08-27 standard).
   Shared across the three sites; only the brand tokens differ per site.

   Law enforced here:
   - ONE content width, 1200px, on every section. No narrower section container.
   - Font weight never exceeds 700.
   - Display type stays in range: hero to 60px, section titles to 42px.
   - No large text set light or translucent inside any container.
   - Pure white canvas, fully flat: zero borders as outlines, zero shadows,
     zero gradients. Separation comes from fills, hairlines, rounded bands
     and deliberate overlaps.
   - Every colour reads a brand token, never a raw hex.
   ============================================================================= */

*,*::before,*::after{box-sizing:border-box}
/* The root carries the footer tone so a short page, or an overscroll, never
   shows a band of body white under the footer. */
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background:var(--jet)}
body{position:relative}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);
	font-weight:var(--b-weight);font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4,h5{margin:0;font-family:var(--font-head);font-weight:var(--h-weight);line-height:1.08;letter-spacing:-0.018em;color:var(--ink)}
p{margin:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{margin:0;padding:0;list-style:none}
::selection{background:var(--brand);color:#fff}
.cxe-ico{flex:0 0 auto}

/* ---------- the single content width ---------------------------------------
   --content is the CONTENT measure, so the wrap box is content plus gutters.
   Every section uses this. There is no narrow variant.                       */
.cxe-wrap{width:100%;max-width:calc(var(--content) + var(--gutter) * 2);margin:0 auto;padding:0 var(--gutter)}
.cxe-wrap--narrow{max-width:calc(var(--content) + var(--gutter) * 2)}  /* legacy alias, same width */

.cxe-sec{padding:var(--section) 0}
.cxe-sec--tight{padding:calc(var(--section) * .55) 0}

/* ---------- type pieces ---------- */
.cxe-eyebrow{display:inline-block;font-family:var(--font);font-size:12px;font-weight:700;
	letter-spacing:.17em;text-transform:uppercase;color:var(--brand);margin-bottom:0}
/* Small labels never carry a bottom margin. The heading that follows one
   takes a single tight step, so the pair reads as one unit. */
.cxe-eyebrow + h1,.cxe-eyebrow + h2,.cxe-eyebrow + h3{margin-top:8px}
.cxe-t1{font-size:clamp(28px,3.2vw,42px);letter-spacing:-0.02em}
.cxe-t2{font-size:clamp(22px,2.2vw,28px)}
.cxe-lede{font-size:18px;line-height:1.6;color:var(--muted);max-width:62ch}
.cxe-meta{font-size:13px;color:var(--muted)}

/* section header: title left, lede right, so no row ever runs half empty */
.cxe-head{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,64px);
	align-items:end;margin-bottom:clamp(22px,2.6vw,36px)}
.cxe-head .cxe-t1{max-width:17ch}
.cxe-head .cxe-lede{margin:0}
.cxe-head--solo{display:block}
.cxe-head--solo .cxe-lede{margin-top:16px}
@media(max-width:900px){.cxe-head{grid-template-columns:1fr;align-items:start}}

.cxe-more{font-family:var(--font);font-weight:700;font-size:13.5px;color:var(--brand);
	display:inline-flex;align-items:center;gap:7px;transition:gap .16s}
.cxe-more:hover{gap:12px}

/* ---------- buttons: pill, one accent-filled primary per section ---------- */
.cxe-btn{display:inline-flex;align-items:center;gap:9px;border:0;cursor:pointer;
	font-family:var(--font);font-weight:600;font-size:15px;line-height:1;
	padding:15px 25px;border-radius:999px;background:var(--brand);color:#fff;transition:background .16s,transform .16s}
.cxe-btn:hover{transform:translateY(-1px)}
.cxe-btn--ghost{background:var(--card);color:var(--ink)}
.cxe-btn--ghost:hover{background:var(--line)}
.cxe-btn--accent{background:var(--accent);color:var(--accent-ink)}
.cxe-btn--onbrand{background:#fff;color:var(--accent-2)}
.cxe-btn--ghost-light{background:rgba(255,255,255,.15);color:#fff}
.cxe-btn--ghost-light:hover{background:rgba(255,255,255,.24)}
.cxe-btn__a{font-size:13px}

/* ---------- image slots: every position filled ---------- */
.cxe-img{position:relative;overflow:hidden;border-radius:var(--r-media);background:var(--card);isolation:isolate}
/* Elementor's frontend stylesheet loads after this one and carries an
   img{height:auto} at equal specificity, so scope ours one level deeper. */
.cxe-img img,.cxe-main .cxe-img img,.elementor .cxe-img img{width:100%;height:100%;
	object-fit:cover;display:block;max-width:none}
.cxe-img--16x9{aspect-ratio:16/9}
.cxe-img--4x3{aspect-ratio:4/3}
.cxe-img--3x2{aspect-ratio:3/2}
.cxe-img--1x1{aspect-ratio:1/1}
.cxe-img--fill{height:100%;min-height:280px}
.cxe-img--ph{display:flex;align-items:center;justify-content:center;padding:20px}
.cxe-img__in{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center}
.cxe-img__cam{color:var(--ph-ink)}
.cxe-img__meta{font-family:var(--font);font-size:13px;line-height:1.45;color:var(--ph-ink);max-width:30ch}
.cxe-img__note{font-family:var(--font);font-size:11px;font-weight:600;letter-spacing:.14em;
	text-transform:uppercase;color:var(--ph-note)}
/* tinted placeholder tones, so a slot is art directed rather than a grey box */
.cxe-img--brand{background:var(--brand)}
.cxe-img--deep{background:var(--accent-2)}
.cxe-img--accent{background:var(--accent)}
.cxe-img--brand,.cxe-img--deep{--ph-ink:rgba(255,255,255,.74);--ph-note:rgba(255,255,255,.45)}
.cxe-img--accent{--ph-ink:var(--accent-ink);--ph-note:rgba(0,0,0,.4)}
:root{--ph-ink:#7c8695;--ph-note:#9aa3b0}

/* ---------- cards: fill defined, never outlined, never shadowed ---------- */
.cxe-card{background:var(--card);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:9px}
.cxe-card h3{font-size:19px;line-height:1.25}
.cxe-card p{color:var(--muted);font-size:15px;line-height:1.55}
.cxe-card .cxe-ico{color:var(--brand);margin-bottom:4px}
.cxe-card--media{padding:0;gap:0;overflow:hidden}
.cxe-card--media .cxe-img{border-radius:0}
.cxe-card--media .cxe-card__in{padding:20px;display:flex;flex-direction:column;gap:9px}
.cxe-card--wide{grid-column:span 2}
.cxe-card--brand{background:var(--brand);color:#fff}
.cxe-card--brand h3{color:#fff}
.cxe-card--brand p{color:rgba(255,255,255,.84)}
.cxe-card--brand .cxe-ico{color:rgba(255,255,255,.9)}
.cxe-band .cxe-card{background:#fff}
.cxe-card__k{font-family:var(--font);font-size:11px;font-weight:700;letter-spacing:.14em;
	text-transform:uppercase;color:var(--brand)}
.cxe-card--brand .cxe-card__k{color:rgba(255,255,255,.66)}

/* ---------- grids: column count matches item count, stack at 640 ---------- */
.cxe-grid{display:grid;gap:20px}
.cxe-g2{grid-template-columns:repeat(2,1fr)}
.cxe-g3{grid-template-columns:repeat(3,1fr)}
.cxe-g4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1000px){.cxe-g3,.cxe-g4{grid-template-columns:repeat(2,1fr)}.cxe-card--wide{grid-column:span 2}}
@media(max-width:640px){.cxe-g2,.cxe-g3,.cxe-g4{grid-template-columns:1fr}.cxe-card--wide{grid-column:span 1}}

/* ---------- brand bands: rounded, flat, no ghost text behind them ---------- */
.cxe-band{position:relative;border-radius:var(--r-band);
	width:calc(100% - clamp(16px,3vw,40px));max-width:calc(var(--content) + var(--gutter) * 2);
	margin-left:auto;margin-right:auto;
	padding:clamp(48px,6vw,88px) 0;background:var(--brand);color:#fff}
.cxe-band > .cxe-wrap{position:relative;z-index:2}
.cxe-band--deep{background:var(--accent-2)}
.cxe-band--accent{background:var(--accent);color:var(--accent-ink)}
.cxe-band .cxe-eyebrow{color:rgba(255,255,255,.7)}
.cxe-band .cxe-t1,.cxe-band h3,.cxe-band h4{color:#fff}
.cxe-band .cxe-lede{color:rgba(255,255,255,.86)}
.cxe-band--accent .cxe-eyebrow{color:var(--accent-ink);opacity:.72}
.cxe-band--accent .cxe-t1,.cxe-band--accent h3{color:var(--accent-ink)}
.cxe-band--accent .cxe-lede{color:var(--accent-ink);opacity:.86}

/* the house signature: a white callout overlapping a band's bottom edge */
.cxe-band--callout{margin-bottom:calc(var(--section) * .5 + 42px)}
.cxe-callout{position:absolute;z-index:4;left:50%;bottom:0;transform:translate(-50%,50%);
	width:min(760px,calc(100% - var(--gutter) * 2));background:#fff;color:var(--ink);
	border-radius:var(--radius);padding:20px;display:flex;align-items:center;
	justify-content:space-between;gap:18px;flex-wrap:wrap}
.cxe-callout strong{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:19px;line-height:1.25}
.cxe-callout span{display:block;margin-top:4px;font-size:14.5px;color:var(--muted)}

/* ---------- hero: asymmetric split, media bleeds to the viewport edge ------ */
.cxe-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:stretch}
.cxe-hero__in{padding:clamp(48px,6vw,88px) clamp(32px,3.5vw,56px) clamp(52px,6vw,88px)
	max(var(--gutter),calc((100vw - var(--content) - var(--gutter) * 2) / 2 + var(--gutter)));
	display:flex;flex-direction:column;justify-content:center}
.cxe-hero-h1{font-size:clamp(38px,4.6vw,60px);line-height:1.04;letter-spacing:-0.028em;max-width:15ch}
.cxe-hero-h1 em{font-style:italic;color:var(--brand)}
.cxe-hero .cxe-lede{margin-top:22px;max-width:48ch}
.cxe-hero__cta{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}
.cxe-hero__facts{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);
	display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cxe-hero__fact{min-width:0;display:flex;flex-direction:column;gap:6px}
.cxe-hero__fact .cxe-ico{color:var(--brand)}
.cxe-hero__fact b{font-family:var(--font);font-size:14.5px;font-weight:600;color:var(--ink)}
.cxe-hero__fact span{font-size:13px;color:var(--muted);line-height:1.45}
.cxe-hero__media{position:relative;min-height:520px}
/* inset rather than height:100%: the parent only has a min-height, so a
   percentage height would resolve against auto and collapse the column. */
.cxe-hero__media .cxe-img{position:absolute;inset:0;height:auto;border-radius:0}
/* Focal point: the hero source is often a wide banner whose subject sits off
   centre, and a tall column crops hard. Set this per site to frame them. */
.cxe-hero__media .cxe-img img{object-position:var(--hero-focus,78% center)}
.cxe-hero__card{position:absolute;z-index:3;left:clamp(-52px,-3vw,-22px);bottom:clamp(26px,4vw,52px);
	width:min(330px,74%);background:var(--accent-2);color:#fff;border-radius:var(--radius);padding:20px}
.cxe-hero__card .k{font-family:var(--font);font-size:11px;font-weight:700;letter-spacing:.15em;
	text-transform:uppercase;color:rgba(255,255,255,.58)}
.cxe-hero__card strong{display:block;margin-top:10px;font-family:var(--font-head);
	font-weight:var(--h-weight);font-size:20px;line-height:1.18}
.cxe-hero__card span{display:block;margin-top:9px;font-size:13px;line-height:1.55;color:rgba(255,255,255,.78)}
@media(max-width:980px){
	.cxe-hero{grid-template-columns:1fr}
	.cxe-hero__in{padding:48px var(--gutter) 40px}
	.cxe-hero__media{min-height:380px}
	.cxe-hero__card{left:var(--gutter);bottom:22px;width:min(330px,86%)}
}
@media(max-width:640px){.cxe-hero__media{min-height:300px}.cxe-hero__facts{grid-template-columns:1fr;gap:16px}}

/* ---------- hairline fact rule under the hero ---------- */
.cxe-rule{border-bottom:1px solid var(--line)}
.cxe-rule__in{display:grid;grid-template-columns:repeat(4,1fr)}
.cxe-rule__i{padding:20px 26px 20px 0;display:flex;gap:13px;align-items:flex-start}
.cxe-rule__i:last-child{padding-right:0}
.cxe-rule__i .cxe-ico{color:var(--brand);margin-top:2px}
.cxe-rule__i b{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:17px}
.cxe-rule__i span{display:block;margin-top:4px;font-size:13px;color:var(--muted);line-height:1.5}
@media(max-width:900px){.cxe-rule__in{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cxe-rule__in{grid-template-columns:1fr}.cxe-rule__i{padding-right:0}}

/* ---------- editorial two column with a pull quote ---------- */
.cxe-ed{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,5vw,80px);align-items:center}
.cxe-ed__body p+p{margin-top:16px}
.cxe-ed__body p{color:var(--muted)}
.cxe-ed__body .cxe-t1{margin-bottom:20px;max-width:17ch}
.cxe-ed__cta{margin-top:28px}
.cxe-quote{position:relative;padding-left:26px}
.cxe-quote::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:2px;background:var(--accent)}
.cxe-quote q{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:clamp(21px,2.3vw,29px);
	line-height:1.25;letter-spacing:-0.015em;color:var(--ink);quotes:none}
.cxe-quote cite{display:block;margin-top:16px;font-family:var(--font);font-style:normal;font-size:12px;
	font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
@media(max-width:880px){.cxe-ed{grid-template-columns:1fr}}

/* ---------- record: a year anchored editorial timeline on a band ---------- */
.cxe-record{margin-top:4px}
.cxe-record__row{display:grid;grid-template-columns:150px 1fr 300px;gap:clamp(18px,3vw,40px);
	align-items:baseline;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.cxe-record__yr{font-family:var(--font-head);font-weight:var(--h-weight);font-size:20px;color:#fff}
.cxe-record__t{font-family:var(--font-head);font-weight:var(--h-weight);font-size:19px;line-height:1.25;color:#fff}
.cxe-record__d{font-size:14.5px;line-height:1.55;color:rgba(255,255,255,.7)}
@media(max-width:980px){.cxe-record__row{grid-template-columns:130px 1fr}.cxe-record__d{grid-column:2}}
@media(max-width:640px){.cxe-record__row{grid-template-columns:1fr;gap:6px}.cxe-record__d{grid-column:1}}

/* ---------- stats: no card fills, an accent rule per column ---------- */
.cxe-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,3vw,40px);margin-top:12px}
.cxe-stats li{padding-top:20px;border-top:3px solid var(--accent)}
.cxe-stats__n{display:block;font-family:var(--font-head);font-weight:var(--h-weight);
	font-size:clamp(30px,3.2vw,44px);line-height:1.02;letter-spacing:-0.025em;color:var(--brand);min-height:2.04em}
.cxe-stats__l{display:block;margin-top:10px;font-size:14.5px;color:var(--muted);line-height:1.5;max-width:24ch}
.cxe-band .cxe-stats li{border-top-color:rgba(255,255,255,.5)}
.cxe-band .cxe-stats__n{color:#fff}
.cxe-band .cxe-stats__l{color:rgba(255,255,255,.78)}
@media(max-width:900px){.cxe-stats{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cxe-stats{grid-template-columns:1fr}.cxe-stats__n{min-height:0}}

/* ---------- steps: icon led, hairline separated, no numerals ---------- */
.cxe-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cxe-step{background:var(--card);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:9px}
.cxe-step .cxe-ico{color:var(--brand)}
.cxe-step h3{font-size:19px}
.cxe-step p{color:var(--muted);font-size:15px;line-height:1.55}
.cxe-band .cxe-step{background:#fff;color:var(--ink)}
.cxe-band .cxe-step h3{color:var(--ink)}
@media(max-width:900px){.cxe-steps{grid-template-columns:1fr}}

/* ---------- split rows: hairline list instead of cards, for variety ------- */
.cxe-rows{margin-top:18px}
.cxe-rows__r{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.22)}
.cxe-rows__r .cxe-ico{color:rgba(255,255,255,.85);margin-top:2px}
.cxe-rows__r b{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:18px;color:#fff;line-height:1.25}
.cxe-rows__r span{display:block;margin-top:4px;font-size:14.5px;color:rgba(255,255,255,.76);line-height:1.55}
.cxe-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(28px,4vw,64px);align-items:stretch}
.cxe-split__media{display:flex}
.cxe-split__media .cxe-img{flex:1;min-height:380px}
@media(max-width:900px){.cxe-split{grid-template-columns:1fr}.cxe-split__media .cxe-img{min-height:260px}}

/* ---------- people grid ---------- */
.cxe-people{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cxe-person{background:var(--card);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.cxe-person .cxe-img{border-radius:0}
.cxe-person__in{padding:18px 20px 22px}
.cxe-person b{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:17px;line-height:1.25}
.cxe-person span{display:block;margin-top:4px;font-size:13.5px;color:var(--muted)}
@media(max-width:900px){.cxe-people{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cxe-people{grid-template-columns:1fr}}

/* ---------- link list, for news and outbound coverage ---------- */
.cxe-links{margin-top:4px}
.cxe-links a{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;
	padding:20px 0;border-bottom:1px solid var(--line);transition:padding .16s}
.cxe-links a:hover{padding-left:8px}
.cxe-links b{font-family:var(--font-head);font-weight:var(--h-weight);font-size:19px;line-height:1.3}
.cxe-links a:hover b{color:var(--brand)}
.cxe-links span{font-size:13px;color:var(--muted);white-space:nowrap}

/* ---------- faq: full content width, never a narrow column ---------- */
/* No rule under the section header: the rows carry their own separators. */
.cxe-faqs{margin-top:4px}
.cxe-faqs .cxe-faq{border-bottom:1px solid var(--line)}
.cxe-faqs .cxe-faq:last-child{border-bottom:0}
.cxe-faq summary{list-style:none;cursor:pointer;padding:20px 44px 20px 0;position:relative;
	font-family:var(--font-head);font-weight:var(--h-weight);font-size:19px;line-height:1.3}
.cxe-faq summary::-webkit-details-marker{display:none}
.cxe-faq summary::after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);
	font-family:var(--font);font-weight:500;font-size:22px;line-height:1;color:var(--brand)}
.cxe-faq[open] summary::after{content:"\2013"}
.cxe-faq[open] summary{color:var(--brand)}
.cxe-faq__a{padding:0 44px 22px 0;max-width:78ch}
.cxe-faq__a p{color:var(--muted)}

/* ---------- closing cta ---------- */
.cxe-cta{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(26px,4vw,64px);align-items:center}
.cxe-cta .cxe-t1{max-width:15ch}
.cxe-cta__row{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}
.cxe-cta__nap{font-size:14.5px;line-height:1.85;color:rgba(255,255,255,.82)}
.cxe-cta__nap b{display:block;font-family:var(--font);font-weight:700;font-size:11px;letter-spacing:.15em;
	text-transform:uppercase;color:rgba(255,255,255,.52);margin-bottom:8px}
.cxe-cta__nap a:hover{color:#fff}
@media(max-width:880px){.cxe-cta{grid-template-columns:1fr}}

/* ---------- contact form ---------- */
.cxe-form{display:grid;gap:15px;max-width:620px;margin-top:24px}
.cxe-form label{display:grid;gap:6px;font-weight:600;font-size:14.5px}
.cxe-form input,.cxe-form textarea,.cxe-form select{font:inherit;padding:13px 15px;border:0;
	border-radius:12px;background:var(--card);color:var(--ink)}
.cxe-form input:focus,.cxe-form textarea:focus,.cxe-form select:focus{outline:2px solid var(--brand)}
.cxe-form button{justify-self:start}
.cxe-form__ok{background:#e8f6ec;color:#155e2e;padding:12px 14px;border-radius:12px}
.cxe-form__err{background:#fdecea;color:#8a1c13;padding:12px 14px;border-radius:12px}

/* ---------- masthead ---------- */
.cxe-site-head{background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:60}
.cxe-site-head__in{display:flex;align-items:center;gap:26px;min-height:80px}
.cxe-brandmark{font-family:var(--font-head);font-weight:var(--h-weight);font-size:23px;color:var(--brand);
	letter-spacing:-0.02em;flex:0 0 auto;display:inline-flex;align-items:center}
.cxe-brandmark img{height:auto;max-height:46px;max-width:200px;width:auto}
.cxe-nav{flex:1;display:flex;justify-content:center}
.cxe-menu{display:flex;gap:2px;flex-wrap:nowrap}
.cxe-menu a{display:inline-flex;align-items:center;white-space:nowrap;font-family:var(--font);font-weight:500;
	font-size:15px;color:var(--ink);padding:10px 13px;border-radius:999px;transition:background .16s,color .16s}
.cxe-menu a:hover{background:var(--card);color:var(--brand)}
.cxe-menu .current-menu-item>a{background:var(--ink);color:#fff}
.cxe-head-cta{flex:0 0 auto;display:flex;align-items:center;gap:12px}
.cxe-head-tel{font-family:var(--font);font-weight:600;font-size:15px;color:var(--ink)}
.cxe-head-tel:hover{color:var(--brand)}
.cxe-burger{display:none;width:44px;height:44px;border:0;background:var(--card);border-radius:12px;
	cursor:pointer;color:var(--ink);font-size:19px;margin-left:auto}
@media(max-width:1320px){.cxe-menu a{font-size:14px;padding:9px 10px}.cxe-brandmark{font-size:20px}.cxe-site-head__in{gap:18px}}
@media(max-width:1160px){.cxe-head-tel{display:none}}
@media(max-width:1080px){.cxe-nav,.cxe-head-tel{display:none}
	.cxe-burger{display:inline-flex;align-items:center;justify-content:center}.cxe-site-head__in{min-height:66px}}
@media(max-width:560px){.cxe-site-head__in{gap:12px}.cxe-head-cta .cxe-btn{padding:12px 16px}}
.cxe-drawer{display:none;border-top:1px solid var(--line);padding:8px 0 18px}
.cxe-drawer.open{display:block}
.cxe-drawer a{display:block;padding:13px 0;font-weight:600;border-bottom:1px solid var(--line)}
.cxe-drawer a:last-child{border-bottom:0}

/* ---------- top strip ---------- */
.cxe-strip{background:var(--jet);color:rgba(255,255,255,.72)}
.cxe-strip__in{display:flex;align-items:center;justify-content:space-between;gap:20px;height:44px;font-size:13px}
.cxe-strip__l{display:inline-flex;align-items:center;gap:10px}
.cxe-strip__dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex:0 0 auto}
.cxe-strip__r{display:flex;gap:22px}
.cxe-strip__r a:hover{color:#fff}
@media(max-width:860px){.cxe-strip__r a:nth-child(2){display:none}}
@media(max-width:620px){.cxe-strip__r{display:none}}

/* ---------- prose pages ---------- */
.cxe-main{overflow:hidden}
.cxe-prose{color:var(--muted);max-width:72ch}
.cxe-prose>*+*{margin-top:1em}

/* ---------- enumerated footer on jet ---------- */
.cxe-site-foot{background:var(--jet);color:rgba(255,255,255,.74);margin-top:0}
.cxe-site-foot .cxe-wrap{padding-top:50px}
.cxe-site-foot .top{padding:clamp(48px,6vw,76px) 0 42px}
.cxe-foot__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(26px,4vw,46px)}
.cxe-foot__brand strong{font-family:var(--font-head);font-weight:var(--h-weight);font-size:21px;color:#fff;display:block}
.cxe-foot__brand p{color:rgba(255,255,255,.58);margin-top:10px;max-width:34ch;font-size:14.5px;line-height:1.7}
.cxe-foot__col h4{font-family:var(--font);font-size:11.5px;font-weight:700;letter-spacing:.15em;
	text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:8px}
.cxe-foot__col a{display:block;color:rgba(255,255,255,.8);padding:6px 0;font-size:14.5px}
.cxe-foot__col a:hover{color:var(--accent)}
.cxe-foot__rule{height:1px;background:rgba(255,255,255,.14);margin:32px 0 0}
.cxe-foot__status{padding:20px 0 28px;color:rgba(255,255,255,.58);font-size:13px;
	display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.cxe-foot__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block}
.cxe-foot__status a:hover{color:#fff}
@media(max-width:900px){.cxe-foot__top{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.cxe-foot__top{grid-template-columns:1fr}}

/* ---------- acronym cards: the letter is content, set solid, never ghosted -- */
.cxe-acro__l{font-family:var(--font-head);font-weight:var(--h-weight);font-size:22px;
	line-height:1;color:var(--accent);letter-spacing:0}
.cxe-band .cxe-acro__l{color:var(--brand)}

/* =============================================================================
   REACH ME site architecture. Distinct from the other CXE sites by structure,
   not just by colour: a band-led hero with three callout cards overlapping its
   edge, the commitments as a hairline letter rail, and programmes as
   alternating editorial rows rather than a grid.
   ============================================================================= */

/* ---- hero: the copy sits INSIDE a brand band, portrait inset beside it ---- */
.rm-hero{padding:clamp(14px,2vw,22px) 0 0}
.rm-hero__band{position:relative;border-radius:var(--r-band);
	width:calc(100% - clamp(16px,3vw,40px));max-width:calc(var(--content) + var(--gutter) * 2);margin-left:auto;margin-right:auto;
	background:var(--brand);color:#fff;padding:clamp(44px,5.5vw,76px) 0 clamp(96px,9vw,132px)}
.rm-hero__in{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(28px,4vw,64px);align-items:center}
.rm-hero__text .cxe-eyebrow{color:rgba(255,255,255,.78)}
.rm-hero h1{font-size:clamp(34px,4.2vw,56px);line-height:1.06;letter-spacing:-0.025em;color:#fff;max-width:16ch}
.rm-hero__lede{margin-top:20px;font-size:18px;line-height:1.6;color:rgba(255,255,255,.88);max-width:46ch}
.rm-hero__cta{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
.rm-hero__media{position:relative}
.rm-hero__media .cxe-img{border-radius:var(--radius);aspect-ratio:4/5;background:var(--accent-2)}
.rm-hero__tag{position:absolute;left:-14px;bottom:22px;background:var(--accent);color:#fff;
	border-radius:14px;padding:16px;max-width:74%}
.rm-hero__tag b{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:16px;line-height:1.2}
.rm-hero__tag span{display:block;margin-top:5px;font-size:12.5px;line-height:1.5;color:rgba(255,255,255,.86)}
/* three white cards overlapping the band's bottom edge: the Reach Me signature */
.rm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
	margin:calc(clamp(60px,6vw,84px) * -1) auto 0;position:relative;z-index:3}
.rm-card{background:#fff;border-radius:var(--radius);padding:20px}
.rm-card .cxe-ico{color:var(--brand)}
.rm-card b{display:block;margin-top:12px;font-family:var(--font-head);font-weight:var(--h-weight);font-size:17px}
.rm-card span{display:block;margin-top:6px;font-size:14px;color:var(--muted);line-height:1.55}
@media(max-width:980px){.rm-hero__in{grid-template-columns:1fr}.rm-hero__media{max-width:420px}
	.rm-cards{grid-template-columns:1fr;margin-top:-60px}}

/* ---- commitments: a hairline letter rail, no card fills ---- */
.rm-acro{display:grid;grid-template-columns:repeat(4,1fr);gap:22px 28px}
.rm-acro__i{padding:0}

.rm-acro__l{display:inline-block;font-family:var(--font-head);font-weight:var(--h-weight);
	font-size:26px;line-height:1;color:var(--accent);margin-bottom:10px}
.rm-acro__i b{display:block;font-family:var(--font-head);font-weight:var(--h-weight);font-size:18px}
.rm-acro__i p{margin-top:6px;font-size:14px;color:var(--muted);line-height:1.55}
@media(max-width:900px){.rm-acro{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.rm-acro{grid-template-columns:1fr}}

/* ---- programmes: alternating editorial rows, never a card grid ---- */
.rm-prog{display:flex;flex-direction:column;gap:clamp(26px,3.5vw,48px)}
.rm-prog__r{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(24px,3.5vw,52px);align-items:center}
.rm-prog__r:nth-child(even) .rm-prog__m{order:2}
.rm-prog__m .cxe-img{aspect-ratio:16/10}
.rm-prog__k{font-family:var(--font);font-size:11px;font-weight:700;letter-spacing:.15em;
	text-transform:uppercase;color:var(--accent)}
.rm-prog__r h3{margin-top:10px;font-size:clamp(22px,2.3vw,28px);line-height:1.2}
.rm-prog__r p{margin-top:12px;color:var(--muted);max-width:52ch}
.rm-prog__r .cxe-ico{color:var(--brand);margin-bottom:2px}
@media(max-width:860px){.rm-prog__r{grid-template-columns:1fr}.rm-prog__r:nth-child(even) .rm-prog__m{order:0}}

/* ---- board: a compact people rail, five across ---- */
.rm-people{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.rm-person .cxe-img{aspect-ratio:1/1;border-radius:50%;max-width:132px}
.rm-person b{display:block;margin-top:12px;font-family:var(--font-head);font-weight:var(--h-weight);font-size:15px;line-height:1.25}
.rm-person span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}
@media(max-width:1000px){.rm-people{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.rm-people{grid-template-columns:1fr 1fr}}
/* The supplied portrait is a wide banner with the subject to the right, so the
   4:5 inset needs its focal point set or it crops to empty background. */
.rm-hero__media .cxe-img img{object-position:74% center}

/* section header right column: lede plus the link to the dedicated page */
.cxe-head__r{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.cxe-head--solo .cxe-head__r{margin-top:16px}

/* -------------------------------------------------- dedicated page sections */
.rm-phero{padding-top:clamp(18px,3vw,32px)}
.rm-phero__band{position:relative;border-radius:var(--r-band);
	width:calc(100% - clamp(16px,3vw,40px));max-width:calc(var(--content) + var(--gutter) * 2);
	margin:0 auto;background:var(--brand);color:#fff;
	padding:clamp(30px,4vw,52px) 0 clamp(34px,4.4vw,58px)}
.rm-crumb{font-size:13px;color:rgba(255,255,255,.72);margin-bottom:16px}
.rm-crumb a{color:rgba(255,255,255,.9)}
.rm-crumb a:hover{color:#fff}
.rm-crumb span[aria-hidden]{margin:0 8px;opacity:.5}
.cxe-eyebrow--light{color:rgba(255,255,255,.82)}
.rm-phero__h{font-family:var(--font-head);font-size:clamp(30px,3.6vw,46px);line-height:1.07;
	letter-spacing:-0.022em;color:#fff;max-width:20ch;margin-top:8px}
.rm-phero__l{margin-top:16px;font-size:18px;line-height:1.6;color:rgba(255,255,255,.9);max-width:60ch}

.cxe-ed__media .cxe-img{border-radius:var(--radius);aspect-ratio:4/5;min-height:340px;width:100%}
@media(max-width:880px){.cxe-ed__media .cxe-img{aspect-ratio:16/10;min-height:240px}}

.rm-pdetail{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:8px}
.rm-pdetail__i{gap:10px}
.rm-pdetail__m{color:var(--muted);font-size:15px;line-height:1.55}
.rm-pdetail__m b{color:var(--ink)}
@media(max-width:820px){.rm-pdetail{grid-template-columns:1fr}}

.cxe-split--form{grid-template-columns:1.1fr .9fr;align-items:start}
.cxe-contact__nap h3{font-family:var(--font-head);font-size:19px;margin-bottom:6px}
.cxe-contact__nap p{color:var(--muted)}
.cxe-contact__nap p+p{margin-top:12px}
@media(max-width:820px){.cxe-split--form{grid-template-columns:1fr}}

.rm-jobs__empty{background:var(--card)}
.rm-jobs__empty p{color:var(--muted);margin:0}
