/*
Theme Name:   Rouyat (Kadence Child)
Theme URI:    https://rouyatbuildingcontracting.com/
Description:  Child theme of Kadence for Rouyat Building Contracting, Dubai. Holds the site design system, locally hosted fonts, schema and the WhatsApp / call components.
Author:       Rouyat Building Contracting
Template:     kadence
Version:      1.0.0
Text Domain:  rouyat
*/

/* =========================================================
   1. TOKENS
   ========================================================= */
:root {
	--r-navy:        #0B2E4F;
	--r-navy-deep:   #08243E;
	--r-navy-soft:   #14456F;
	--r-amber:       #F4A300;
	--r-amber-deep:  #D08A00;
	--r-dark:        #12181F;
	--r-muted:       #5A6B7B;
	--r-light:       #F4F6F8;
	--r-white:       #FFFFFF;
	--r-border:      #DFE5EB;
	--r-border-soft: #EAEEF2;

	--r-radius:      8px;
	--r-radius-lg:   12px;
	--r-shadow:      0 1px 2px rgba(11, 46, 79, .06), 0 6px 20px rgba(11, 46, 79, .07);
	--r-shadow-lift: 0 10px 30px rgba(11, 46, 79, .16);

	--r-wrap:        1200px;
	--r-gutter:      24px;
	--r-sec-y:       92px;

	--r-font-head:   'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--r-font-body:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

@media (max-width: 1024px) {
	:root { --r-sec-y: 68px; }
}
@media (max-width: 767px) {
	:root { --r-sec-y: 52px; --r-gutter: 20px; }
}

/* =========================================================
   2. BASE
   ========================================================= */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
	font-family: var(--r-font-body);
	font-size: 17px;
	line-height: 1.7;
	color: var(--r-dark);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
	font-family: var(--r-font-head);
	color: var(--r-navy);
	line-height: 1.22;
	letter-spacing: -.01em;
	margin: 0 0 .6em;
}

h1 { font-weight: 700; font-size: clamp(2rem, 1.35rem + 2.6vw, 3.25rem); }
h2 { font-weight: 700; font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.35rem); }
h3 { font-weight: 600; font-size: clamp(1.2rem, 1.05rem + .6vw, 1.5rem); }
h4 { font-weight: 600; font-size: 1.15rem; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--r-navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:focus { color: var(--r-amber-deep); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid var(--r-amber);
	outline-offset: 2px;
	border-radius: 3px;
}

img { max-width: 100%; height: auto; }

/* Kadence palette bridge so core/Kadence colour classes match the brand. */
:root {
	--global-palette1: var(--r-amber);
	--global-palette2: var(--r-navy);
	--global-palette3: var(--r-navy);
	--global-palette4: var(--r-dark);
	--global-palette5: var(--r-muted);
	--global-palette6: var(--r-border);
	--global-palette7: var(--r-light);
	--global-palette8: var(--r-white);
	--global-palette9: var(--r-white);
	--global-content-width: var(--r-wrap);
}

/* =========================================================
   3. LAYOUT PRIMITIVES
   ========================================================= */
.r-wrap {
	width: 100%;
	max-width: var(--r-wrap);
	margin-inline: auto;
	padding-inline: var(--r-gutter);
	box-sizing: border-box;
}

.r-sec {
	padding-block: var(--r-sec-y);
	background: var(--r-white);
}
.r-sec--light  { background: var(--r-light); }
.r-sec--navy   { background: var(--r-navy); color: rgba(255, 255, 255, .88); }
.r-sec--navy h2, .r-sec--navy h3, .r-sec--navy p strong { color: var(--r-white); }
.r-sec--amber  { background: var(--r-amber); color: var(--r-navy); }
.r-sec--amber h2, .r-sec--amber h3 { color: var(--r-navy); }
.r-sec--tight  { padding-block: calc(var(--r-sec-y) * .62); }

/* Single-page content area: let our sections run edge to edge. */
.rouyat-page .entry-content > .alignfull { margin-inline: 0; width: 100%; max-width: none; }
.rouyat-page .content-container,
.rouyat-page .entry-content-wrap { padding: 0 !important; }
.rouyat-page .content-area { margin-block: 0 !important; }
.rouyat-page .entry-content > * { margin-block: 0; }

/* =========================================================
   4. TYPE HELPERS
   ========================================================= */
.r-eyebrow {
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--r-amber-deep);
	margin: 0 0 .7rem;
}
.r-sec--navy .r-eyebrow, .r-hero .r-eyebrow { color: var(--r-amber); }

.r-sec-head { max-width: 720px; margin: 0 0 48px; }
.r-sec-head.is-centered { margin-inline: auto; text-align: center; }
.r-sec-head p { color: var(--r-muted); font-size: 1.06rem; margin-bottom: 0; }
.r-sec--navy .r-sec-head p { color: rgba(255, 255, 255, .82); }

.r-rule::after {
	content: "";
	display: block;
	width: 56px;
	height: 4px;
	border-radius: 2px;
	background: var(--r-amber);
	margin-top: 18px;
}
.is-centered .r-rule::after { margin-inline: auto; }

.r-lead { font-size: 1.12rem; color: var(--r-muted); }

/* =========================================================
   5. BUTTONS
   ========================================================= */
.r-btns { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.r-btns.is-centered { justify-content: center; }

.r-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	padding: 16px 28px;
	border-radius: var(--r-radius);
	border: 2px solid transparent;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.r-btn svg { width: 18px; height: 18px; flex: none; }

.r-btn--primary { background: var(--r-amber); color: var(--r-navy); border-color: var(--r-amber); }
.r-btn--primary:hover, .r-btn--primary:focus { background: var(--r-amber-deep); border-color: var(--r-amber-deep); color: var(--r-navy); transform: translateY(-2px); box-shadow: var(--r-shadow-lift); }

.r-btn--secondary { background: transparent; color: var(--r-navy); border-color: var(--r-navy); }
.r-btn--secondary:hover, .r-btn--secondary:focus { background: var(--r-navy); color: var(--r-white); transform: translateY(-2px); }

.r-btn--ghost { background: transparent; color: var(--r-white); border-color: rgba(255, 255, 255, .55); }
.r-btn--ghost:hover, .r-btn--ghost:focus { background: var(--r-white); color: var(--r-navy); border-color: var(--r-white); transform: translateY(-2px); }

.r-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .95rem;
	color: var(--r-navy);
	text-decoration: none;
}
.r-link-arrow::after { content: "\2192"; transition: transform .18s ease; }
.r-link-arrow:hover { color: var(--r-amber-deep); }
.r-link-arrow:hover::after { transform: translateX(4px); }

/* =========================================================
   6. HERO
   ========================================================= */
.r-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 620px;
	padding-block: 110px;
	background: var(--r-navy) center/cover no-repeat;
	color: var(--r-white);
	isolation: isolate;
}
.r-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(100deg, rgba(6, 22, 38, .90) 0%, rgba(10, 40, 68, .74) 46%, rgba(11, 46, 79, .40) 100%);
}
.r-hero-img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.r-hero .r-wrap { position: relative; }
.r-hero h1 { color: var(--r-white); max-width: 16ch; margin-bottom: 22px; }
.r-hero p { color: rgba(255, 255, 255, .88); font-size: 1.15rem; max-width: 56ch; margin-bottom: 34px; }

.r-hero--page { min-height: 380px; padding-block: 96px 88px; }
.r-hero--page h1 { max-width: 22ch; }
.r-hero--page p { margin-bottom: 0; }

@media (max-width: 767px) {
	.r-hero { min-height: 520px; padding-block: 84px; }
	.r-hero--page { min-height: 300px; padding-block: 64px; }
	.r-hero h1 { max-width: none; }
}

/* Breadcrumbs */
.r-crumbs { font-size: .9rem; color: rgba(255, 255, 255, .75); margin: 0 0 18px; }
.r-crumbs a { color: rgba(255, 255, 255, .9); text-decoration: none; }
.r-crumbs a:hover { color: var(--r-amber); }
.r-crumbs span[aria-current] { color: var(--r-amber); }

/* =========================================================
   7. TRUST STRIP
   ========================================================= */
.r-trust {
	background: var(--r-white);
	border-bottom: 1px solid var(--r-border-soft);
	padding-block: 44px;
}
.r-trust .r-grid { gap: 20px; }
.r-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.r-trust-item svg { width: 26px; height: 26px; flex: none; color: var(--r-amber); margin-top: 3px; }
.r-trust-item strong { display: block; font-family: var(--r-font-head); font-weight: 600; color: var(--r-navy); font-size: 1.02rem; line-height: 1.35; }
.r-trust-item span { display: block; font-size: .92rem; color: var(--r-muted); line-height: 1.5; }

/* =========================================================
   8. GRIDS
   ========================================================= */
.r-grid { display: grid; gap: 26px; }
.r-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.r-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.r-grid--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

@media (max-width: 900px) {
	.r-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
	.r-grid--3, .r-grid--4 { grid-template-columns: minmax(0, 1fr); }
}

/* =========================================================
   9. CARDS
   ========================================================= */
.r-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--r-white);
	border: 1px solid var(--r-border-soft);
	border-radius: var(--r-radius);
	padding: 28px 26px 26px;
	box-shadow: var(--r-shadow);
	text-decoration: none;
	color: inherit;
	position: relative;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.r-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 3px;
	border-radius: 0 0 var(--r-radius) var(--r-radius);
	background: var(--r-amber);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}
.r-card:hover, .r-card:focus-visible {
	transform: translateY(-5px);
	box-shadow: var(--r-shadow-lift);
	border-color: var(--r-border);
}
.r-card:hover::after, .r-card:focus-visible::after { transform: scaleX(1); }

.r-card-icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: var(--r-radius);
	background: rgba(244, 163, 0, .13);
	color: var(--r-amber-deep);
	flex: none;
}
.r-card-icon svg { width: 24px; height: 24px; }

.r-card h3 { font-size: 1.08rem; margin: 4px 0 0; }
.r-card p { font-size: .95rem; color: var(--r-muted); margin: 0; }
.r-card .r-link-arrow { margin-top: auto; padding-top: 8px; }

.r-sec--light .r-card { border-color: var(--r-border); }

/* Value / why-choose list */
.r-check { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.r-check li { display: flex; gap: 14px; align-items: flex-start; }
.r-check svg { width: 22px; height: 22px; flex: none; color: var(--r-amber); margin-top: 4px; }
.r-check strong { display: block; font-family: var(--r-font-head); font-weight: 600; color: var(--r-navy); font-size: 1.05rem; }
.r-check span { display: block; color: var(--r-muted); font-size: .97rem; line-height: 1.62; }

/* Split (text + image) */
.r-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 52px; align-items: center; }
.r-split img { border-radius: var(--r-radius-lg); box-shadow: var(--r-shadow); width: 100%; display: block; }
.r-split--flip > *:first-child { order: 2; }
@media (max-width: 767px) {
	.r-split { gap: 34px; }
	.r-split--flip > *:first-child { order: 0; }
}

/* =========================================================
   10. PROCESS STEPS
   ========================================================= */
.r-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; counter-reset: rstep; }
.r-step {
	position: relative;
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 34px 24px 26px;
}
.r-step::before {
	counter-increment: rstep;
	content: counter(rstep, decimal-leading-zero);
	position: absolute;
	top: -18px;
	left: 24px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--r-amber);
	color: var(--r-navy);
	font-family: var(--r-font-head);
	font-weight: 700;
	font-size: 1rem;
}
.r-step h3 { margin: 14px 0 8px; font-size: 1.06rem; }
.r-step p { font-size: .95rem; color: var(--r-muted); margin: 0; }

/* =========================================================
   11. SECTORS
   ========================================================= */
.r-sector {
	position: relative;
	border-radius: var(--r-radius);
	overflow: hidden;
	background: var(--r-navy);
	min-height: 210px;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	color: var(--r-white);
	border: 1px solid rgba(255, 255, 255, .1);
}
.r-sector h3 { color: var(--r-white); font-size: 1.06rem; margin: 0 0 6px; }
.r-sector p { color: rgba(255, 255, 255, .78); font-size: .92rem; margin: 0; }
.r-sector-icon { position: absolute; top: 22px; left: 24px; color: var(--r-amber); }
.r-sector-icon svg { width: 30px; height: 30px; }

/* =========================================================
   12. CTA BAND
   ========================================================= */
.r-cta { background: var(--r-navy); color: var(--r-white); padding-block: 74px; }
.r-cta-inner { display: flex; flex-wrap: wrap; gap: 32px 48px; align-items: center; justify-content: space-between; }
.r-cta-inner > div:first-child { flex: 1 1 400px; }
.r-cta h2 { color: var(--r-white); margin: 0 0 10px; max-width: 20ch; }
.r-cta p { color: rgba(255, 255, 255, .82); margin: 0; max-width: 52ch; }
.r-cta .r-btns { flex: none; }
@media (max-width: 860px) { .r-cta-inner { display: block; } .r-cta .r-btns { margin-top: 28px; } .r-cta h2 { max-width: none; } }

/* =========================================================
   13. FAQ ACCORDION (core/details)
   ========================================================= */
.r-faq { display: grid; gap: 14px; max-width: 900px; margin-inline: auto; }
.r-faq details {
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 0;
	overflow: hidden;
}
.r-faq details[open] { border-color: var(--r-amber); box-shadow: var(--r-shadow); }
.r-faq summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 56px 20px 24px;
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: 1.03rem;
	color: var(--r-navy);
	position: relative;
}
.r-faq summary::-webkit-details-marker { display: none; }
.r-faq summary::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -7px;
	border-right: 2px solid var(--r-amber);
	border-bottom: 2px solid var(--r-amber);
	transform: rotate(45deg);
	transition: transform .2s ease;
}
.r-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.r-faq details > *:not(summary) { padding: 0 24px 22px; margin: 0; color: var(--r-muted); font-size: .99rem; }

/* =========================================================
   14. SERVICES PAGE
   ========================================================= */
.r-jump { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
.r-jump a {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 14px 16px;
	font-size: .95rem;
	font-weight: 500;
	color: var(--r-navy);
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.r-jump a:hover { border-color: var(--r-amber); transform: translateY(-2px); box-shadow: var(--r-shadow); color: var(--r-navy); }
.r-jump a span {
	width: 28px; height: 28px; flex: none;
	display: grid; place-items: center;
	border-radius: 6px;
	background: rgba(244, 163, 0, .14);
	color: var(--r-amber-deep);
	font-family: var(--r-font-head); font-weight: 700; font-size: .8rem;
}

.r-service { scroll-margin-top: 110px; }
.r-service .r-split { gap: 56px; }
.r-service h2 { margin-bottom: 16px; }
.r-service .r-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; }
.r-service .r-list li { position: relative; padding-left: 30px; color: var(--r-dark); font-size: .98rem; }
.r-service .r-list li::before {
	content: "";
	position: absolute;
	left: 0; top: .58em;
	width: 8px; height: 8px;
	border-radius: 2px;
	background: var(--r-amber);
}

/* =========================================================
   15. CONTACT
   ========================================================= */
.r-contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 46px; align-items: start; }
@media (max-width: 900px) { .r-contact-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; } }

.r-panel {
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius-lg);
	padding: 34px 32px;
	box-shadow: var(--r-shadow);
}
@media (max-width: 520px) { .r-panel { padding: 26px 20px; } }

.r-contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.r-contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.r-contact-list svg { width: 22px; height: 22px; flex: none; color: var(--r-amber); margin-top: 5px; }
.r-contact-list strong { display: block; font-family: var(--r-font-head); font-weight: 600; color: var(--r-navy); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; }
.r-contact-list a { color: var(--r-dark); text-decoration: none; font-weight: 500; }
.r-contact-list a:hover { color: var(--r-amber-deep); text-decoration: underline; }
.r-contact-list span { color: var(--r-muted); }

.r-note {
	margin-top: 26px;
	background: rgba(244, 163, 0, .1);
	border-left: 3px solid var(--r-amber);
	border-radius: 0 var(--r-radius) var(--r-radius) 0;
	padding: 16px 18px;
	font-size: .93rem;
	color: var(--r-navy);
}

.r-map { position: relative; border-radius: var(--r-radius-lg); overflow: hidden; border: 1px solid var(--r-border); background: var(--r-light); aspect-ratio: 16 / 7; }
.r-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 700px) { .r-map { aspect-ratio: 4 / 3; } }

.r-wa-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	background: #25D366; color: #06331A;
	font-family: var(--r-font-head); font-weight: 600;
	padding: 15px 26px; border-radius: var(--r-radius);
	text-decoration: none; width: 100%; box-sizing: border-box;
	transition: transform .18s ease, background-color .18s ease;
}
.r-wa-btn:hover { background: #1EBE5A; color: #06331A; transform: translateY(-2px); }
.r-wa-btn svg { width: 20px; height: 20px; }

/* =========================================================
   16. FLUENT FORMS
   ========================================================= */
.fluentform .ff-el-group { margin-bottom: 20px; }
.fluentform .ff-el-input--label label {
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .92rem;
	color: var(--r-navy);
	margin-bottom: 7px;
}
.fluentform input[type=text],
.fluentform input[type=email],
.fluentform input[type=tel],
.fluentform select,
.fluentform textarea {
	width: 100%;
	font-family: var(--r-font-body);
	font-size: 1rem;
	color: var(--r-dark);
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 13px 15px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color .16s ease, box-shadow .16s ease;
	box-sizing: border-box;
	height: auto;
}
.fluentform textarea { min-height: 140px; resize: vertical; }
.fluentform input:focus,
.fluentform select:focus,
.fluentform textarea:focus {
	border-color: var(--r-amber);
	box-shadow: 0 0 0 3px rgba(244, 163, 0, .2);
	outline: none;
}
.fluentform .ff-el-form-check-label { font-size: .9rem; color: var(--r-muted); line-height: 1.6; }
.fluentform .ff-el-form-check-label a { color: var(--r-navy); font-weight: 500; }
.fluentform .ff-btn-submit,
.fluentform .ff_btn_style {
	background: var(--r-amber) !important;
	color: var(--r-navy) !important;
	border: 2px solid var(--r-amber) !important;
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: 1rem;
	padding: 15px 32px !important;
	border-radius: var(--r-radius) !important;
	width: 100%;
	transition: transform .18s ease, background-color .18s ease;
}
.fluentform .ff-btn-submit:hover { background: var(--r-amber-deep) !important; border-color: var(--r-amber-deep) !important; transform: translateY(-2px); }
.fluentform .ff-el-is-error .text-danger, .fluentform .error-text { color: #B82105; font-size: .86rem; }
.ff-message-success {
	background: rgba(19, 97, 46, .08);
	border: 1px solid rgba(19, 97, 46, .3);
	border-left: 4px solid #13612E;
	border-radius: var(--r-radius);
	padding: 18px 20px;
	color: #0E4A24;
	font-weight: 500;
}

/* =========================================================
   17. LEGAL PAGES
   ========================================================= */
.r-legal { max-width: 840px; margin-inline: auto; }
.r-legal h2 { font-size: clamp(1.35rem, 1.1rem + .9vw, 1.75rem); margin-top: 2.2em; }
.r-legal h2:first-of-type { margin-top: 0; }
.r-legal h3 { font-size: 1.12rem; margin-top: 1.7em; }
.r-legal ul, .r-legal ol { padding-left: 22px; margin: 0 0 1.2em; }
.r-legal li { margin-bottom: .5em; }
.r-legal .r-updated {
	display: inline-block;
	background: var(--r-light);
	border-radius: var(--r-radius);
	padding: 10px 16px;
	font-size: .92rem;
	color: var(--r-muted);
	margin-bottom: 34px;
}
.r-table-wrap { overflow-x: auto; margin: 0 0 1.6em; -webkit-overflow-scrolling: touch; }
.r-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .93rem; }
.r-table th, .r-table td { text-align: left; padding: 12px 14px; border: 1px solid var(--r-border); vertical-align: top; }
.r-table th { background: var(--r-light); font-family: var(--r-font-head); font-weight: 600; color: var(--r-navy); }
.r-table td code { font-size: .88em; background: var(--r-light); padding: 2px 6px; border-radius: 4px; }

/* =========================================================
   18. HEADER  (white logo row over a navy nav band)
   ========================================================= */

/* --- Logo ------------------------------------------------ */
.r-logo {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	line-height: 1;
}
.r-logo-mark { width: 46px; height: 43px; flex: none; }
.r-logo-type { display: flex; flex-direction: column; gap: 3px; }
.r-logo-name {
	font-family: var(--r-font-head);
	font-weight: 700;
	font-size: 1.62rem;
	letter-spacing: .045em;
	color: var(--r-navy);
	line-height: 1;
}
.r-logo-sub {
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .78rem;
	letter-spacing: .012em;
	color: var(--r-amber);
	line-height: 1;
}
@media (max-width: 560px) {
	.r-logo-mark { width: 36px; height: 34px; }
	.r-logo-name { font-size: 1.24rem; }
	.r-logo-sub  { font-size: .62rem; }
}

/* --- Contact details in the white row -------------------- */
.r-headcontact { display: flex; align-items: center; gap: 30px; }
.r-headcontact a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: .93rem;
	font-weight: 500;
	color: var(--r-dark);
	text-decoration: none;
	white-space: nowrap;
}
.r-headcontact a:hover { color: var(--r-amber-deep); }
.r-hc-ico {
	width: 30px; height: 30px; flex: none;
	display: grid; place-items: center;
	border-radius: 50%;
	background: rgba(244, 163, 0, .14);
	color: var(--r-amber-deep);
}
@media (max-width: 1100px) { .r-headcontact { gap: 18px; } .r-headcontact a span:last-child { display: none; } }
@media (max-width: 1024px) { .r-headcontact { display: none; } }

/* --- Navy navigation band -------------------------------- */
#main-header .site-header-bottom-section-inner,
.site-header-row-container.site-header-focus-item-bottom { background: var(--r-navy); }

#main-header .site-bottom-header-inner-wrap .header-navigation .header-menu-container > ul > li > a {
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .87rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	padding-inline: 18px;
	position: relative;
}
#main-header .site-bottom-header-inner-wrap .header-navigation .header-menu-container > ul > li > a:hover { color: var(--r-amber); }
#main-header .site-bottom-header-inner-wrap .header-navigation .header-menu-container > ul > li.current-menu-item > a,
#main-header .site-bottom-header-inner-wrap .header-navigation .header-menu-container > ul > li.current_page_item > a {
	background: var(--r-amber);
	color: var(--r-navy);
}
#main-header .site-bottom-header-inner-wrap { --global-palette9: var(--r-navy); }

/* --- Quote button ---------------------------------------- */
.site-header .header-button,
.site-header-item .kadence-header-button {
	background: var(--r-amber);
	color: var(--r-navy) !important;
	border: 2px solid var(--r-amber);
	border-radius: var(--r-radius);
	padding: 10px 22px !important;
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .87rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.2;
	transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.site-header .header-button:hover,
.site-header .header-button:focus {
	background: var(--r-amber-deep);
	border-color: var(--r-amber-deep);
	color: var(--r-navy) !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}
#mobile-header .header-button, #mobile-drawer .header-button { margin: 18px 0 0; display: inline-block; }

/* Mobile burger + drawer */
#mobile-header .menu-toggle-open { color: var(--r-navy); }
.mobile-navigation ul li a { font-family: var(--r-font-head); font-weight: 500; }

/* Sticky polish */
.site-header-row-container.item-is-fixed { box-shadow: 0 2px 14px rgba(11, 46, 79, .12); }

/* =========================================================
   19. FOOTER
   ========================================================= */
.r-footer { background: var(--r-navy); color: rgba(255, 255, 255, .74); font-size: .95rem; }
.r-footer a { color: rgba(255, 255, 255, .74); text-decoration: none; }
.r-footer a:hover { color: var(--r-amber); }
.r-footer-main { padding-block: 68px 52px; }
.r-footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.9fr) minmax(0, 1.05fr); gap: 44px; }
@media (max-width: 980px) { .r-footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .r-footer-brand { grid-column: 1 / -1; } }
@media (max-width: 620px) { .r-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; } }

.r-footer h2, .r-footer h3 { color: var(--r-white); }
.r-footer-title {
	font-family: var(--r-font-head);
	font-weight: 600;
	font-size: .82rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--r-white);
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.r-footer-brand .r-logo-text { color: var(--r-white); font-size: 1.25rem; margin-bottom: 16px; }
.r-footer-brand .r-logo-text small { color: rgba(255, 255, 255, .55); }
.r-footer-brand p { line-height: 1.72; margin-bottom: 0; }

.r-footer-services { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 32px; }
.r-footer-services li { margin: 0 0 10px; break-inside: avoid; }
.r-footer-services a { font-size: .92rem; line-height: 1.5; display: inline-block; }
@media (max-width: 480px) { .r-footer-services { columns: 1; } }

.r-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.r-footer-contact li { display: flex; gap: 11px; align-items: flex-start; }
.r-footer-contact svg { width: 17px; height: 17px; flex: none; color: var(--r-amber); margin-top: 4px; }
.r-footer-contact a, .r-footer-contact span { font-size: .93rem; line-height: 1.6; }

.r-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding-block: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	align-items: center;
	justify-content: space-between;
	font-size: .88rem;
}
.r-footer-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }

/* =========================================================
   20. FLOATING WHATSAPP + MOBILE BAR
   ========================================================= */
.r-float-wa {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9990;
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
	transition: transform .2s ease, background-color .2s ease;
}
.r-float-wa svg { width: 30px; height: 30px; }
.r-float-wa:hover, .r-float-wa:focus { background: #1EBE5A; color: #fff; transform: scale(1.07); }

.r-mobile-bar { display: none; }

@media (max-width: 767px) {
	.r-float-wa { bottom: 76px; right: 14px; width: 50px; height: 50px; }
	.r-float-wa svg { width: 26px; height: 26px; }

	.r-mobile-bar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: fixed;
		inset: auto 0 0 0;
		z-index: 9991;
		box-shadow: 0 -2px 14px rgba(0, 0, 0, .18);
	}
	.r-mobile-bar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		padding: 14px 8px;
		font-family: var(--r-font-head);
		font-weight: 600;
		font-size: .97rem;
		text-decoration: none;
		min-height: 52px;
	}
	.r-mobile-bar svg { width: 19px; height: 19px; }
	.r-mb-call { background: var(--r-navy); color: #fff; }
	.r-mb-wa { background: #25D366; color: #06331A; }

	body.r-has-mobile-bar { padding-bottom: 56px; }
	body.r-has-mobile-bar .r-footer-bottom { padding-bottom: 22px; }
}

/* Keep the cookie banner and its revisit badge clear of the mobile action bar */
@media (max-width: 767px) {
	#cookie-law-info-bar,
	.cky-consent-container,
	.cky-consent-bar { bottom: 60px !important; }
	.cky-btn-revisit-wrapper { bottom: 62px !important; }
}
.cky-btn-revisit-wrapper { z-index: 9989 !important; }

/* =========================================================
   21. UTILITIES
   ========================================================= */
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
.r-skip-link:focus {
	position: fixed; top: 10px; left: 10px; z-index: 100000;
	background: var(--r-amber); color: var(--r-navy);
	padding: 12px 20px; border-radius: var(--r-radius);
	font-weight: 600; width: auto; height: auto; clip: auto;
}

/* =========================================================
   22. HOMEPAGE  (built to the supplied design)
   ========================================================= */

/* --- Hero: navy panel with skyline, team photo on the right --- */
.r-hero2 {
	position: relative;
	background: var(--r-navy);
	color: #fff;
	overflow: hidden;
}
/* Media sits at z-index 0, the tint at 1, the copy at 2. Negative z-index
   would paint the images behind the section's own background colour. */
.r-hero2-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .42;
}
.r-hero2-photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
	object-position: center 22%;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 18%, #000 44%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 18%, #000 44%);
}
.r-hero2::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(96deg, rgba(11, 46, 79, .95) 0%, rgba(11, 46, 79, .89) 40%, rgba(11, 46, 79, .58) 63%, rgba(11, 46, 79, .16) 86%);
}
.r-hero2-inner { position: relative; z-index: 2; padding-block: 74px 78px; max-width: 660px; }

.r-hero2 .r-eyebrow {
	color: var(--r-amber);
	font-size: .95rem;
	letter-spacing: .09em;
	margin-bottom: 14px;
}
.r-hero2 h1 {
	color: #fff;
	font-size: clamp(1.85rem, 1.15rem + 2.5vw, 2.85rem);
	text-transform: uppercase;
	letter-spacing: -.005em;
	line-height: 1.14;
	margin: 0 0 26px;
}

.r-hero-list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px 22px;
}
.r-hero-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: .89rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, .93);
}
.r-hero-list svg { width: 16px; height: 16px; flex: none; color: var(--r-amber); margin-top: 2px; }

@media (max-width: 1180px) {
	.r-hero2-photo { width: 38%; }
	.r-hero2-inner { max-width: 600px; }
}
@media (max-width: 980px) {
	.r-hero2::before { background: linear-gradient(180deg, rgba(11,46,79,.94) 0%, rgba(11,46,79,.88) 100%); }
	.r-hero2-photo { display: none; }
	.r-hero2-inner { max-width: none; padding-block: 54px 58px; }
	.r-hero-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
	.r-hero-list { grid-template-columns: minmax(0, 1fr); gap: 9px; }
}

/* --- Centred section heading with amber rule --- */
.r-head-c { text-align: center; margin: 0 0 44px; }
.r-head-c h2 {
	text-transform: uppercase;
	letter-spacing: .01em;
	margin: 0 0 14px;
	font-size: clamp(1.45rem, 1.1rem + 1.4vw, 2.05rem);
}
.r-head-c h2::after {
	content: "";
	display: block;
	width: 68px;
	height: 3px;
	border-radius: 2px;
	background: var(--r-amber);
	margin: 18px auto 0;
}
.r-head-c p { color: var(--r-muted); max-width: 62ch; margin: 16px auto 0; }

/* --- Service tiles (4 across, like the design) --- */
.r-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1080px) { .r-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 800px)  { .r-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
@media (max-width: 460px)  { .r-tiles { grid-template-columns: minmax(0, 1fr); } }

.r-tile {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 22px 20px 20px;
	text-decoration: none;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.r-tile:hover, .r-tile:focus-visible {
	transform: translateY(-4px);
	box-shadow: var(--r-shadow-lift);
	border-color: var(--r-amber);
}
.r-tile-ico {
	width: 44px; height: 44px; flex: none;
	display: grid; place-items: center;
	border-radius: 6px;
	background: var(--r-amber);
	color: var(--r-navy);
}
.r-tile-ico svg { width: 23px; height: 23px; }
.r-tile h3 { font-size: 1rem; margin: 4px 0 0; line-height: 1.3; }
.r-tile p { font-size: .87rem; color: var(--r-muted); margin: 0; line-height: 1.55; }

/* --- About block with corner frame --- */
.r-frame { position: relative; }
.r-frame img { position: relative; z-index: 1; border-radius: 4px; width: 100%; display: block; }
.r-frame::before,
.r-frame::after {
	content: "";
	position: absolute;
	width: 88px;
	height: 88px;
	z-index: 0;
}
.r-frame::before { top: -16px; left: -16px; border-top: 6px solid var(--r-navy); border-left: 6px solid var(--r-navy); }
.r-frame::after  { bottom: -16px; right: -16px; border-bottom: 6px solid var(--r-amber); border-right: 6px solid var(--r-amber); }
@media (max-width: 600px) {
	.r-frame::before { top: -10px; left: -10px; }
	.r-frame::after  { bottom: -10px; right: -10px; }
}

.r-ticks { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; }
.r-ticks li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; font-weight: 500; color: var(--r-dark); }
.r-ticks svg { width: 18px; height: 18px; flex: none; color: var(--r-amber); margin-top: 3px; }
@media (max-width: 480px) { .r-ticks { grid-template-columns: minmax(0, 1fr); } }

/* --- Figures band --- */
.r-figures { background: var(--r-navy); padding-block: 42px; }
.r-figures-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.r-figure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 12px 18px;
	border-right: 1px solid rgba(255, 255, 255, .17);
}
.r-figure:last-child { border-right: 0; }
.r-figure svg { width: 40px; height: 40px; flex: none; color: var(--r-amber); }
.r-figure b {
	display: block;
	font-family: var(--r-font-head);
	font-weight: 700;
	font-size: 1.85rem;
	color: #fff;
	line-height: 1.05;
}
.r-figure span { display: block; font-size: .84rem; color: rgba(255, 255, 255, .78); margin-top: 3px; line-height: 1.35; }
@media (max-width: 860px) {
	.r-figures-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; }
	.r-figure:nth-child(2n) { border-right: 0; }
}
@media (max-width: 440px) {
	.r-figures-grid { grid-template-columns: minmax(0, 1fr); }
	.r-figure { border-right: 0; justify-content: flex-start; }
}

/* --- Sector gallery --- */
.r-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 900px) { .r-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .r-gallery { grid-template-columns: minmax(0, 1fr); } }

.r-gal-item { text-align: center; }
.r-gal-shot {
	position: relative;
	overflow: hidden;
	border-radius: var(--r-radius);
	border: 1px solid var(--r-border);
	margin-bottom: 14px;
	aspect-ratio: 4 / 3;
	background: var(--r-light);
}
.r-gal-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.r-gal-item:hover .r-gal-shot img { transform: scale(1.05); }
.r-gal-item h3 { font-size: .98rem; margin: 0 0 4px; }
.r-gal-item p { font-size: .85rem; color: var(--r-muted); margin: 0; }

/* --- Homepage quote panel (form + map on navy) --- */
.r-quote { background: var(--r-navy); border-radius: var(--r-radius-lg); overflow: hidden; }
.r-quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
@media (max-width: 900px) { .r-quote-grid { grid-template-columns: minmax(0, 1fr); } }

.r-quote-form { padding: 38px 36px 40px; }
.r-quote-form h2 { color: #fff; text-transform: uppercase; font-size: 1.22rem; letter-spacing: .04em; margin: 0 0 8px; }
.r-quote-form > p { color: rgba(255, 255, 255, .78); font-size: .92rem; margin: 0 0 24px; }
@media (max-width: 520px) { .r-quote-form { padding: 28px 20px 30px; } }

/* Fluent Forms on the navy panel */
.r-quote-form .fluentform .ff-el-input--label label { color: rgba(255, 255, 255, .9); }
.r-quote-form .fluentform input[type=text],
.r-quote-form .fluentform input[type=email],
.r-quote-form .fluentform input[type=tel],
.r-quote-form .fluentform select,
.r-quote-form .fluentform textarea {
	background: rgba(255, 255, 255, .96);
	border-color: transparent;
}
.r-quote-form .fluentform textarea { min-height: 104px; }
.r-quote-form .fluentform .ff-el-form-check-label { color: rgba(255, 255, 255, .78); }
.r-quote-form .fluentform .ff-el-form-check-label a { color: var(--r-amber); font-weight: 600; }
.r-quote-form .ff-message-success { background: rgba(255, 255, 255, .95); }

.r-quote-map {
	position: relative;
	min-height: 340px;
	height: 100%;
	aspect-ratio: auto;          /* beats the .r-map ratio used on the contact page */
	border: 0;
	border-radius: 0;
	background: var(--r-navy-deep);
}
.r-quote-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .r-quote-map { min-height: 300px; } }

/* Footer wordmark */
.r-footer-logo { display: inline-block; margin-bottom: 18px; }
.r-footer-logo img { width: 210px; max-width: 100%; height: auto; display: block; }
@media (max-width: 620px) { .r-footer-logo img { width: 180px; } }

/* =========================================================
   23. SERVICES PAGE  (same design language as the homepage)
   ========================================================= */

/* --- Page hero: shorter version of the homepage panel --- */
.r-hero2--page .r-hero2-inner { padding-block: 58px 62px; max-width: 780px; }
.r-hero2--page h1 { margin-bottom: 18px; }
.r-hero2--page .r-hero2-inner > p:not(.r-eyebrow) { color: rgba(255, 255, 255, .88); font-size: 1.05rem; margin: 0; max-width: 62ch; }
.r-hero2--page::before {
	background: linear-gradient(to right, rgba(9, 36, 62, .93) 0%, rgba(10, 41, 70, .86) 34%, rgba(11, 46, 79, .55) 60%, rgba(11, 46, 79, .22) 100%);
}
.r-hero2--page .r-hero2-bg { opacity: .85; object-position: center 38%; }
@media (max-width: 767px) { .r-hero2--page .r-hero2-inner { padding-block: 44px 48px; } }

/* --- Quick-jump tiles --- */
.r-jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
@media (max-width: 1080px) { .r-jump { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 780px)  { .r-jump { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px)  { .r-jump { grid-template-columns: minmax(0, 1fr); } }

.r-jump a {
	display: flex;
	align-items: center;
	gap: 13px;
	background: var(--r-white);
	border: 1px solid var(--r-border);
	border-radius: var(--r-radius);
	padding: 14px 16px;
	font-family: var(--r-font-head);
	font-size: .92rem;
	font-weight: 500;
	line-height: 1.32;
	color: var(--r-navy);
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.r-jump a:hover, .r-jump a:focus-visible {
	border-color: var(--r-amber);
	transform: translateY(-3px);
	box-shadow: var(--r-shadow);
	color: var(--r-navy);
}
.r-jump a span {
	width: 34px;
	height: 34px;
	flex: none;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--r-amber);
	color: var(--r-navy);
	font-family: var(--r-font-head);
	font-weight: 700;
	font-size: .84rem;
}

/* --- Service section heading: amber icon + eyebrow + title --- */
.r-service { scroll-margin-top: 150px; }
.r-service-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.r-service-head .r-tile-ico { margin-top: 3px; }
.r-service-head .r-eyebrow { margin-bottom: 5px; }
.r-service-head h2 {
	margin: 0;
	font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.9rem);
	line-height: 1.2;
}
.r-service-head h2::after {
	content: "";
	display: block;
	width: 52px;
	height: 3px;
	border-radius: 2px;
	background: var(--r-amber);
	margin-top: 14px;
}

.r-service .r-split { gap: 56px; align-items: center; }
.r-service .r-list { list-style: none; margin: 22px 0 26px; padding: 0; display: grid; gap: 10px; }
.r-service .r-list li { position: relative; padding-left: 28px; color: var(--r-dark); font-size: .96rem; line-height: 1.55; }
.r-service .r-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--r-amber);
}

/* Corner frame mirrors on alternating rows so it always sits outside the copy. */
.r-service .r-frame::before { top: -14px; left: -14px; border-top: 5px solid var(--r-navy); border-left: 5px solid var(--r-navy); }
.r-service .r-frame::after  { bottom: -14px; right: -14px; border-bottom: 5px solid var(--r-amber); border-right: 5px solid var(--r-amber); }
@media (max-width: 600px) {
	.r-service .r-frame::before,
	.r-service .r-frame::after { width: 64px; height: 64px; }
}

/* --- Closing CTA band, styled like the homepage figures band --- */
.r-cta { background: var(--r-navy); color: #fff; padding-block: 66px; }
.r-cta h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: clamp(1.4rem, 1.1rem + 1.3vw, 1.95rem);
	margin: 0 0 12px;
}
.r-cta h2::after {
	content: "";
	display: block;
	width: 62px;
	height: 3px;
	border-radius: 2px;
	background: var(--r-amber);
	margin-top: 16px;
}
