/*
Theme Name: MRO Facilities Management
Theme URI: https://example.ae/mro-facilities-management-theme
Author: MRO Facilities Management LLC
Author URI: https://example.ae/
Description: A production-ready glassmorphism WordPress theme built for MRO Facilities Management LLC, a Dubai-based Integrated Facilities Management company. Liquid-glass sticky navigation, layered glass cards, deep navy / warm gold brand palette, complete IFM content architecture (Home, About, Services, Contact, FAQ), built-in schema markup (LocalBusiness, Service, FAQPage, BreadcrumbList), a no-plugin enquiry form and full Customizer control over colours, fonts and glass transparency. Yoast SEO and Rank Math compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mro-fm
Tags: business, portfolio, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, accessibility-ready, block-styles, wide-blocks
*/

/* =========================================================================
   TABLE OF CONTENTS
   1.  Design tokens (Customizer writes overrides into :root)
   2.  Reset & base
   3.  Accessibility utilities
   4.  Typography
   5.  Layout primitives (container, grid, section)
   6.  Glass system (.glass, .glass-card, .glass-panel)
   7.  Buttons & links
   8.  Header — liquid glass menu
   9.  Hero
   10. Trust bar / stats / sectors
   11. Cards, service blocks, process, testimonials
   12. Accordion (FAQ)
   13. Forms
   14. Footer & floating actions
   15. Blog, comments, pagination, 404
   16. WordPress core & block editor classes
   17. Responsive
   18. Print & reduced motion
   ========================================================================= */

/* ---------- 1. Design tokens ------------------------------------------ */
:root {
  --mro-navy: #0a1c34;
  --mro-navy-900: #06121f;
  --mro-navy-800: #0d2544;
  --mro-navy-700: #133157;
  --mro-gold: #c8992f;
  --mro-gold-soft: #d8ac45;
  --mro-gold-light: #e6c46a;
  --mro-ink: #1c2530;
  --mro-grey-700: #47535f;
  --mro-grey-500: #6d7883;
  --mro-grey-300: #c3cad2;
  --mro-grey-100: #eef1f5;
  --mro-paper: #f6f8fb;
  --mro-white: #ffffff;

  /* Glass */
  --mro-glass-blur: 18px;
  --mro-glass-alpha: 0.10;
  --mro-menu-alpha: 0.55;
  --mro-glass-light: rgba(255, 255, 255, 0.62);
  --mro-glass-border: rgba(255, 255, 255, 0.28);
  --mro-glass-border-dark: rgba(255, 255, 255, 0.14);
  --mro-shadow-sm: 0 2px 10px rgba(6, 18, 31, 0.06);
  --mro-shadow: 0 18px 40px -22px rgba(6, 18, 31, 0.45);
  --mro-shadow-lg: 0 40px 80px -40px rgba(6, 18, 31, 0.65);

  /* Type */
  --mro-font-heading: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mro-font-body: "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mro-fs-base: 1.0625rem;

  /* Space & shape */
  --mro-radius: 16px;
  --mro-radius-lg: 24px;
  --mro-radius-pill: 999px;
  --mro-container: 1240px;
  --mro-gutter: clamp(1.15rem, 4vw, 2.5rem);
  --mro-section-y: clamp(3.75rem, 8vw, 7rem);
  --mro-header-h: 78px;
}

/* ---------- 2. Reset & base ------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--mro-header-h) + 24px); }
body {
  margin: 0;
  background: var(--mro-paper);
  color: var(--mro-ink);
  font-family: var(--mro-font-body);
  font-size: var(--mro-fs-base);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
hr { border: 0; border-top: 1px solid var(--mro-grey-300); margin: 2.5rem 0; }
::selection { background: var(--mro-gold); color: var(--mro-navy-900); }

/* ---------- 3. Accessibility ------------------------------------------ */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--mro-white); color: var(--mro-navy); clip: auto; clip-path: none;
  display: block; height: auto; width: auto; left: 1rem; top: 1rem;
  padding: 0.85rem 1.4rem; font-size: 0.95rem; font-weight: 700;
  border-radius: var(--mro-radius); box-shadow: var(--mro-shadow); z-index: 100000; text-decoration: none;
}
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--mro-gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.mro-skip-link:focus { position: fixed !important; }

/* ---------- 4. Typography --------------------------------------------- */
h1, h2, h3, h4, h5, h6, .mro-display {
  font-family: var(--mro-font-heading);
  color: var(--mro-navy);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
  font-weight: 800;
  text-wrap: balance;
}
h1, .mro-h1 { font-size: clamp(2.15rem, 5.2vw, 3.6rem); }
h2, .mro-h2 { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
h3, .mro-h3 { font-size: clamp(1.28rem, 2.1vw, 1.6rem); }
h4 { font-size: 1.15rem; }
h5, h6 { font-size: 1rem; }
p { margin: 0 0 1.15rem; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
strong, b { font-weight: 700; color: var(--mro-navy-800); }
small { font-size: 0.86rem; }
blockquote {
  margin: 2rem 0; padding: 1.6rem 1.9rem;
  border-left: 4px solid var(--mro-gold);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 var(--mro-radius) var(--mro-radius) 0;
  font-size: 1.1rem;
}
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.92em; }
pre { background: var(--mro-navy-900); color: var(--mro-grey-100); padding: 1.25rem; border-radius: var(--mro-radius); overflow: auto; }

.mro-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--mro-font-heading);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mro-gold); margin: 0 0 1rem;
}
.mro-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--mro-gold); display: block; }
.mro-lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--mro-grey-700); line-height: 1.6; }
.mro-section-head { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.mro-section-head.is-centred { margin-left: auto; margin-right: auto; text-align: center; }
.mro-section-head.is-centred .mro-eyebrow { justify-content: center; }

/* ---------- 5. Layout -------------------------------------------------- */
.mro-container { width: 100%; max-width: var(--mro-container); margin-inline: auto; padding-inline: var(--mro-gutter); }
.mro-container--narrow { max-width: 880px; }
.mro-section { position: relative; padding-block: var(--mro-section-y); }
.mro-section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.mro-section--dark { background: var(--mro-navy); color: rgba(255, 255, 255, 0.82); }
.mro-section--dark h2, .mro-section--dark h3, .mro-section--dark h4 { color: var(--mro-white); }
.mro-section--dark .mro-lead { color: rgba(255, 255, 255, 0.76); }
.mro-section--paper { background: var(--mro-paper); }
.mro-section--white { background: var(--mro-white); }

.mro-grid { display: grid; gap: clamp(1rem, 2vw, 1.6rem); }
.mro-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mro-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mro-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mro-grid--sidebar { grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.mro-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
.mro-stack > * + * { margin-top: 1.1rem; }

/* Ambient brand glow behind glass */
.mro-section--glow::before,
.mro-section--glow::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; pointer-events: none; z-index: 0;
}
.mro-section--glow::before { width: 460px; height: 460px; background: rgba(200, 153, 47, 0.22); top: -140px; right: -120px; }
.mro-section--glow::after { width: 520px; height: 520px; background: rgba(19, 49, 87, 0.16); bottom: -200px; left: -160px; }
.mro-section > .mro-container { position: relative; z-index: 1; }

/* ---------- 6. Glass system -------------------------------------------- */
.mro-glass {
  background: rgba(255, 255, 255, calc(var(--mro-glass-alpha) + 0.5));
  backdrop-filter: blur(var(--mro-glass-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--mro-glass-blur)) saturate(150%);
  border: 1px solid var(--mro-glass-border);
  border-radius: var(--mro-radius-lg);
  box-shadow: var(--mro-shadow);
}
.mro-glass--dark {
  background: rgba(255, 255, 255, var(--mro-glass-alpha));
  border-color: var(--mro-glass-border-dark);
  color: rgba(255, 255, 255, 0.85);
}
.mro-glass--dark h2, .mro-glass--dark h3, .mro-glass--dark h4 { color: var(--mro-white); }
/* Specular highlight along the top edge — the "liquid" read */
.mro-glass, .mro-glass--dark { position: relative; overflow: hidden; }
.mro-glass::before, .mro-glass--dark::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  pointer-events: none;
}
@supports not (backdrop-filter: blur(2px)) {
  .mro-glass { background: rgba(255, 255, 255, 0.92); }
  .mro-glass--dark { background: rgba(10, 28, 52, 0.92); }
}

.mro-card {
  position: relative; overflow: hidden;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: var(--mro-radius-lg);
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(var(--mro-glass-blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--mro-glass-blur)) saturate(150%);
  border: 1px solid var(--mro-glass-border);
  box-shadow: var(--mro-shadow);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.25, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
}
.mro-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
}
a.mro-card, .mro-card--link { display: block; text-decoration: none; color: inherit; }
.mro-card:hover, .mro-card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--mro-shadow-lg);
  border-color: rgba(200, 153, 47, 0.55);
}
.mro-card__icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(200, 153, 47, 0.9), rgba(200, 153, 47, 0.45));
  color: var(--mro-navy-900); margin-bottom: 1.15rem; flex: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.mro-card__icon svg { width: 26px; height: 26px; }
.mro-card h3 { margin-bottom: 0.55rem; }
.mro-card p { color: var(--mro-grey-700); font-size: 0.98rem; }
.mro-card__more {
  display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.1rem;
  font-family: var(--mro-font-heading); font-weight: 800; font-size: 0.92rem;
  color: var(--mro-navy); text-decoration: none;
}
.mro-card__more svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
.mro-card:hover .mro-card__more svg { transform: translateX(4px); }

.mro-card--dark {
  background: rgba(255, 255, 255, var(--mro-glass-alpha));
  border-color: var(--mro-glass-border-dark);
  color: rgba(255, 255, 255, 0.82);
}
.mro-card--dark h3, .mro-card--dark h4 { color: var(--mro-white); }
.mro-card--dark p { color: rgba(255, 255, 255, 0.74); }
.mro-card--dark .mro-card__more { color: var(--mro-gold-light); }

/* ---------- 7. Buttons & links ----------------------------------------- */
a { color: var(--mro-navy-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mro-gold); }
.mro-section--dark a { color: var(--mro-gold-light); }
.mro-section--dark a:hover { color: var(--mro-white); }

.mro-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.95rem 1.7rem; border-radius: var(--mro-radius-pill);
  font-family: var(--mro-font-heading); font-weight: 800; font-size: 0.97rem; letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  line-height: 1.2; text-align: center;
}
.mro-btn svg { width: 18px; height: 18px; }
.mro-btn:hover { transform: translateY(-2px); }
.mro-btn--primary { background: var(--mro-gold); color: var(--mro-navy-900); box-shadow: 0 14px 30px -14px rgba(200, 153, 47, 0.9); }
.mro-btn--primary:hover { background: var(--mro-gold-light); color: var(--mro-navy-900); }
.mro-btn--solid { background: var(--mro-navy); color: var(--mro-white); }
.mro-btn--solid:hover { background: var(--mro-navy-700); color: var(--mro-white); }
.mro-btn--ghost {
  background: rgba(255, 255, 255, 0.14); color: var(--mro-white);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.mro-btn--ghost:hover { background: rgba(255, 255, 255, 0.26); color: var(--mro-white); }
.mro-btn--outline { border-color: var(--mro-navy); color: var(--mro-navy); background: transparent; }
.mro-btn--outline:hover { background: var(--mro-navy); color: var(--mro-white); }
.mro-btn--block { width: 100%; }
.mro-btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* ---------- 8. Header — liquid glass menu ------------------------------ */
.mro-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 28, 52, var(--mro-menu-alpha));
  backdrop-filter: blur(var(--mro-glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--mro-glass-blur)) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.mro-header::after {
  content: ""; position: absolute; inset: auto 0 -1px 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 153, 47, 0.55), transparent);
}
.mro-header.is-stuck {
  background: rgba(6, 18, 31, calc(var(--mro-menu-alpha) + 0.28));
  box-shadow: 0 18px 40px -30px rgba(0, 0, 0, 0.9);
}
.admin-bar .mro-header { top: 32px; }
@supports not (backdrop-filter: blur(2px)) { .mro-header { background: rgba(10, 28, 52, 0.97); } }

.mro-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.5rem, 1.4vw, 1.25rem);
  min-height: var(--mro-header-h);
}
.mro-header__inner > .mro-brand { grid-column: 1; justify-self: start; }
.mro-header__inner > .mro-nav { grid-column: 2; justify-self: center; }
.mro-header__inner > .mro-header__cta { grid-column: 3; justify-self: end; }

.mro-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; min-width: 0; overflow: hidden; }
.mro-brand img { max-height: 48px; width: auto; }
.mro-brand__mark {
  width: 46px; height: 46px; flex: none; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--mro-gold), #a97d1c);
  color: var(--mro-navy-900); font-family: var(--mro-font-heading); font-weight: 800; font-size: 1.02rem; letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.mro-brand__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; overflow: hidden; }
.mro-brand__name { font-family: var(--mro-font-heading); font-weight: 800; font-size: 1.05rem; color: var(--mro-white); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mro-brand__tag {
  font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.mro-nav { display: flex; align-items: center; min-width: 0; }
.mro-nav ul { list-style: none; display: flex; align-items: center; gap: 0.15rem; margin: 0; padding: 0; }
.mro-nav li { position: relative; }
.mro-nav a {
  display: block; padding: 0.6rem clamp(0.5rem, 1vw, 0.95rem); border-radius: var(--mro-radius-pill);
  color: rgba(255, 255, 255, 0.86); text-decoration: none; white-space: nowrap;
  font-family: var(--mro-font-heading); font-weight: 700; font-size: clamp(0.86rem, 1vw, 0.94rem);
  transition: background 0.25s ease, color 0.25s ease;
}
.mro-nav a:hover, .mro-nav a:focus-visible { background: rgba(255, 255, 255, 0.14); color: var(--mro-white); }
.mro-nav .current-menu-item > a,
.mro-nav .current_page_item > a,
.mro-nav .current-menu-ancestor > a { background: rgba(200, 153, 47, 0.22); color: var(--mro-gold-light); }
/* Sub-menus — glass panels */
.mro-nav ul ul {
  position: absolute; top: calc(100% + 12px); left: 0; min-width: 258px;
  flex-direction: column; align-items: stretch; gap: 2px; padding: 0.55rem;
  background: rgba(10, 28, 52, 0.82);
  backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.85);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.mro-nav ul ul li { width: 100%; }
.mro-nav ul ul a { border-radius: 12px; font-size: 0.9rem; font-weight: 600; padding: 0.6rem 0.85rem; white-space: normal; }
.mro-nav li:hover > ul, .mro-nav li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.mro-nav ul ul ul { top: -0.55rem; left: 100%; }
.mro-nav .menu-item-has-children > a::after {
  content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 0.45rem; vertical-align: 2px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg);
}

.mro-header__cta { display: flex; align-items: center; gap: 0.5rem; flex: none; }
.mro-header__cta .mro-btn { white-space: nowrap; padding: 0.78rem clamp(0.9rem, 1.5vw, 1.5rem); font-size: 0.92rem; }
.mro-header__phone {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  color: var(--mro-white); text-decoration: none;
  border-radius: var(--mro-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.08);
}
.mro-header__phone:hover { background: rgba(255, 255, 255, 0.18); color: var(--mro-white); }
.mro-header__phone svg { width: 16px; height: 16px; color: var(--mro-gold); }

.mro-burger {
  display: none; width: 46px; height: 46px; border-radius: 13px; flex: none;
  border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  cursor: pointer; padding: 0; place-items: center; color: var(--mro-white);
}
.mro-burger span { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.3s ease, opacity 0.2s ease; }
.mro-burger span + span { margin-top: 5px; }
.mro-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mro-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mro-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer — sits under the sticky header so the burger stays reachable */
.mro-drawer {
  position: fixed; inset: 0; z-index: 90; display: none;
  background: rgba(6, 18, 31, 0.86);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  padding: calc(var(--mro-header-h) + 1.25rem) var(--mro-gutter) 2.5rem;
  overflow-y: auto; overscroll-behavior: contain;
}
.mro-drawer.is-open { display: block; animation: mro-fade 0.28s ease; }
.mro-drawer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.35rem; }
.mro-drawer > ul > li > a { font-size: 1.08rem; }
.mro-drawer a {
  display: block; padding: 0.85rem 1.1rem; border-radius: 14px;
  color: var(--mro-white); text-decoration: none;
  font-family: var(--mro-font-heading); font-weight: 700;
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12);
}
.mro-drawer a:hover { background: rgba(255, 255, 255, 0.16); color: var(--mro-white); }
.mro-drawer ul ul { margin: 0.35rem 0 0.35rem 1rem; }
.mro-drawer ul ul a { font-size: 0.92rem; font-weight: 600; background: rgba(255, 255, 255, 0.04); }
.mro-drawer__actions { margin-top: 1.5rem; display: grid; gap: 0.7rem; }
@keyframes mro-fade { from { opacity: 0; } to { opacity: 1; } }

/* ---------- 9. Hero ----------------------------------------------------- */
.mro-hero {
  position: relative; isolation: isolate; color: var(--mro-white);
  padding-block: clamp(4rem, 11vw, 8.5rem);
  background: linear-gradient(135deg, var(--mro-navy-900) 0%, var(--mro-navy) 45%, var(--mro-navy-700) 100%);
  overflow: hidden;
}
.mro-hero__media { position: absolute; inset: 0; z-index: -2; }
.mro-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.mro-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(1000px 520px at 78% 12%, rgba(200, 153, 47, 0.30), transparent 62%),
    radial-gradient(760px 460px at 8% 88%, rgba(19, 49, 87, 0.65), transparent 60%),
    linear-gradient(180deg, rgba(6, 18, 31, 0.72) 0%, rgba(6, 18, 31, 0.86) 100%);
}
.mro-hero__grid { position: absolute; inset: 0; z-index: -1; opacity: 0.22; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.09) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: radial-gradient(circle at 60% 40%, #000, transparent 78%);
}
.mro-hero__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.mro-hero h1 { color: var(--mro-white); margin-bottom: 1.1rem; }
.mro-hero__sub { font-size: clamp(1.02rem, 1.6vw, 1.2rem); color: rgba(255, 255, 255, 0.82); max-width: 60ch; margin-bottom: 2rem; }
.mro-hero .mro-eyebrow { color: var(--mro-gold-light); }
.mro-hero .mro-eyebrow::before { background: var(--mro-gold-light); }
.mro-hero__panel { padding: clamp(1.5rem, 2.6vw, 2.1rem); display: grid; gap: 1.05rem; }
.mro-hero__panel h2 { font-size: 1.22rem; margin-bottom: 0; }
.mro-hero__stat { display: flex; gap: 1rem; align-items: flex-start; padding-block: 0.85rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.mro-hero__stat:first-of-type { border-top: 0; padding-top: 0; }
.mro-hero__stat-fig { font-family: var(--mro-font-heading); font-weight: 800; font-size: 1.55rem; color: var(--mro-gold-light); min-width: 92px; line-height: 1.1; }
.mro-hero__stat-label { font-size: 0.92rem; color: rgba(255, 255, 255, 0.74); }

.mro-pagehero {
  position: relative; isolation: isolate; color: var(--mro-white);
  padding-block: clamp(3.5rem, 8vw, 6rem);
  background: linear-gradient(130deg, var(--mro-navy-900), var(--mro-navy-700));
  overflow: hidden;
}
.mro-pagehero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(760px 420px at 82% 18%, rgba(200, 153, 47, 0.26), transparent 62%);
}
.mro-pagehero h1 { color: var(--mro-white); }
.mro-pagehero p { color: rgba(255, 255, 255, 0.8); max-width: 68ch; font-size: clamp(1rem, 1.5vw, 1.15rem); }

/* Breadcrumbs */
.mro-breadcrumb { font-size: 0.86rem; margin-bottom: 1.1rem; color: rgba(255, 255, 255, 0.66); }
.mro-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0; padding: 0; }
.mro-breadcrumb li + li::before { content: "/"; margin-right: 0.4rem; opacity: 0.5; }
.mro-breadcrumb a { color: rgba(255, 255, 255, 0.86); text-decoration: none; }
.mro-breadcrumb a:hover { color: var(--mro-gold-light); }

/* ---------- 10. Trust bar / stats / sectors ---------------------------- */
.mro-trustbar { position: relative; margin-top: calc(clamp(2.5rem, 6vw, 4.5rem) * -1); z-index: 5; }
.mro-trustbar__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0.5rem; }
.mro-trust {
  display: flex; align-items: center; gap: 0.9rem; padding: 1.15rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.mro-trust:last-child { border-right: 0; }
.mro-trust__icon { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(200, 153, 47, 0.9); color: var(--mro-navy-900); }
.mro-trust__icon svg { width: 21px; height: 21px; }
.mro-trust span { font-family: var(--mro-font-heading); font-weight: 700; font-size: 0.95rem; color: var(--mro-white); line-height: 1.3; }

.mro-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.9rem, 2vw, 1.5rem); }
.mro-stat { padding: clamp(1.3rem, 2.4vw, 1.9rem); text-align: center; }
.mro-stat__fig {
  font-family: var(--mro-font-heading); font-weight: 800; letter-spacing: -0.03em;
  font-size: clamp(2rem, 4.4vw, 3rem); color: var(--mro-gold-light); line-height: 1; margin-bottom: 0.5rem;
}
.mro-stat__label { font-size: 0.93rem; color: rgba(255, 255, 255, 0.74); }

.mro-sectors { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.mro-sector {
  padding: 0.65rem 1.2rem; border-radius: var(--mro-radius-pill);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--mro-glass-border);
  font-family: var(--mro-font-heading); font-weight: 700; font-size: 0.92rem; color: var(--mro-navy);
  box-shadow: var(--mro-shadow-sm);
}
.mro-section--dark .mro-sector { background: rgba(255, 255, 255, 0.09); border-color: var(--mro-glass-border-dark); color: rgba(255, 255, 255, 0.88); }

/* ---------- 11. Feature / process / testimonials ------------------------ */
.mro-feature { display: flex; gap: 1.1rem; align-items: flex-start; }
.mro-feature__icon {
  width: 46px; height: 46px; flex: none; border-radius: 13px; display: grid; place-items: center;
  background: rgba(200, 153, 47, 0.16); color: var(--mro-gold); border: 1px solid rgba(200, 153, 47, 0.35);
}
.mro-feature__icon svg { width: 22px; height: 22px; }
.mro-feature h3 { font-size: 1.12rem; margin-bottom: 0.35rem; }
.mro-feature p { font-size: 0.97rem; color: var(--mro-grey-700); }
.mro-section--dark .mro-feature p { color: rgba(255, 255, 255, 0.74); }

.mro-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); counter-reset: step; }
.mro-step { position: relative; padding: clamp(1.4rem, 2.4vw, 1.9rem); }
.mro-step__num {
  font-family: var(--mro-font-heading); font-weight: 800; font-size: 2.4rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--mro-gold); margin-bottom: 0.9rem; display: block;
}
.mro-step h3 { font-size: 1.1rem; }
.mro-step p { font-size: 0.95rem; color: var(--mro-grey-700); }
.mro-section--dark .mro-step p { color: rgba(255, 255, 255, 0.74); }

.mro-quote { padding: clamp(1.6rem, 3vw, 2.3rem); display: flex; flex-direction: column; gap: 1.2rem; height: 100%; }
.mro-quote__mark { font-family: var(--mro-font-heading); font-size: 3rem; line-height: 0.6; color: var(--mro-gold); }
.mro-quote p { font-size: 1.05rem; color: var(--mro-navy-800); }
.mro-quote__by { margin-top: auto; font-size: 0.9rem; color: var(--mro-grey-500); }
.mro-quote__by strong { display: block; color: var(--mro-navy); font-family: var(--mro-font-heading); }

/* Service detail blocks (Services page) */
.mro-service { scroll-margin-top: calc(var(--mro-header-h) + 30px); padding: clamp(1.6rem, 3vw, 2.6rem); }
.mro-service__head { display: flex; gap: 1.1rem; align-items: center; margin-bottom: 1.1rem; }
.mro-service__head h2 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
.mro-service__list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.55rem 1.6rem; }
.mro-service__list li { position: relative; padding-left: 1.65rem; font-size: 0.97rem; color: var(--mro-grey-700); }
.mro-service__list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em; width: 9px; height: 9px; border-radius: 3px;
  background: var(--mro-gold); box-shadow: 0 0 0 4px rgba(200, 153, 47, 0.16);
}
.mro-service__sub { font-family: var(--mro-font-heading); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mro-navy); margin: 1.5rem 0 0.2rem; }

/* Anchor jump chips */
.mro-anchors { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.mro-anchors a {
  padding: 0.55rem 1.05rem; border-radius: var(--mro-radius-pill); font-size: 0.88rem;
  font-family: var(--mro-font-heading); font-weight: 700; text-decoration: none;
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.24); color: var(--mro-white);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.mro-anchors a:hover { background: rgba(200, 153, 47, 0.85); color: var(--mro-navy-900); border-color: transparent; }

/* Response-time table */
.mro-table-wrap { overflow-x: auto; border-radius: var(--mro-radius-lg); }
table.mro-table { width: 100%; border-collapse: collapse; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
table.mro-table caption { text-align: left; padding: 0 0 0.8rem; color: var(--mro-grey-500); font-size: 0.9rem; }
table.mro-table th, table.mro-table td { text-align: left; padding: 0.95rem 1.15rem; border-bottom: 1px solid rgba(10, 28, 52, 0.1); font-size: 0.96rem; vertical-align: top; }
table.mro-table thead th { background: rgba(10, 28, 52, 0.9); color: var(--mro-white); font-family: var(--mro-font-heading); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
table.mro-table tbody tr:last-child td { border-bottom: 0; }
table.mro-table td:first-child { font-family: var(--mro-font-heading); font-weight: 800; color: var(--mro-navy); }

/* Media placeholder (replace with real photography) */
.mro-media {
  position: relative; border-radius: var(--mro-radius-lg); overflow: hidden;
  min-height: 260px; display: grid; place-items: center; text-align: center; padding: 2rem;
  background: linear-gradient(140deg, var(--mro-navy-800), var(--mro-navy-700));
  border: 1px solid var(--mro-glass-border-dark); color: rgba(255, 255, 255, 0.6);
}
.mro-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mro-media[style*="aspect-ratio"] { min-height: 0; }
.mro-media::after {
  content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: calc(var(--mro-radius-lg) - 8px); pointer-events: none;
}
.mro-media:has(img)::after { display: none; }
.mro-media__hint { font-size: 0.86rem; max-width: 30ch; line-height: 1.5; }
.mro-media__hint strong { display: block; color: var(--mro-gold-light); font-family: var(--mro-font-heading); margin-bottom: 0.35rem; }

/* ---------- 12. Accordion (FAQ) ---------------------------------------- */
.mro-faq { display: grid; gap: 0.75rem; }
.mro-faq__item { border-radius: var(--mro-radius); overflow: hidden; background: rgba(255, 255, 255, 0.62); backdrop-filter: blur(var(--mro-glass-blur)); -webkit-backdrop-filter: blur(var(--mro-glass-blur)); border: 1px solid var(--mro-glass-border); box-shadow: var(--mro-shadow-sm); }
.mro-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.35rem; background: transparent; border: 0; cursor: pointer; text-align: left;
  font-family: var(--mro-font-heading); font-weight: 800; font-size: 1.02rem; color: var(--mro-navy);
}
.mro-faq__q:hover { color: var(--mro-navy-700); }
.mro-faq__icon { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: rgba(200, 153, 47, 0.18); color: var(--mro-navy); position: relative; transition: transform 0.3s ease, background 0.3s ease; }
.mro-faq__icon::before, .mro-faq__icon::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.mro-faq__icon::before { width: 12px; height: 2px; }
.mro-faq__icon::after { width: 2px; height: 12px; transition: transform 0.3s ease, opacity 0.3s ease; }
.mro-faq__q[aria-expanded="true"] .mro-faq__icon { background: var(--mro-gold); }
.mro-faq__q[aria-expanded="true"] .mro-faq__icon::after { transform: rotate(90deg); opacity: 0; }
.mro-faq__a { padding: 0 1.35rem 1.35rem; color: var(--mro-grey-700); font-size: 0.99rem; }
.mro-faq__a[hidden] { display: none; }
.mro-section--dark .mro-faq__item { background: rgba(255, 255, 255, var(--mro-glass-alpha)); border-color: var(--mro-glass-border-dark); }
.mro-section--dark .mro-faq__q { color: var(--mro-white); }
.mro-section--dark .mro-faq__a { color: rgba(255, 255, 255, 0.76); }
.mro-section--dark .mro-faq__icon { color: var(--mro-white); }

/* ---------- 13. Forms --------------------------------------------------- */
.mro-form { display: grid; gap: 1.05rem; }
.mro-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.05rem; }
.mro-field { display: grid; gap: 0.4rem; }
.mro-field--full { grid-column: 1 / -1; }
.mro-field label { font-family: var(--mro-font-heading); font-weight: 700; font-size: 0.88rem; color: var(--mro-navy); }
.mro-field .req { color: #b3261e; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"],
input[type="search"], input[type="password"], input[type="date"], select, textarea {
  width: 100%; padding: 0.82rem 1rem; font: inherit; font-size: 0.97rem; color: var(--mro-ink);
  background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(10, 28, 52, 0.16);
  border-radius: 12px; transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
select[multiple] { min-height: 168px; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--mro-gold);
  box-shadow: 0 0 0 4px rgba(200, 153, 47, 0.22); background: var(--mro-white);
}
::placeholder { color: var(--mro-grey-500); opacity: 1; }
.mro-consent { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.9rem; color: var(--mro-grey-700); }
.mro-consent input { margin-top: 0.28rem; width: 18px; height: 18px; flex: none; accent-color: var(--mro-gold); }
.mro-form__note { font-size: 0.85rem; color: var(--mro-grey-500); }
.mro-alert { padding: 1.05rem 1.25rem; border-radius: var(--mro-radius); font-size: 0.96rem; border: 1px solid; }
.mro-alert--ok { background: rgba(21, 128, 61, 0.1); border-color: rgba(21, 128, 61, 0.4); color: #14532d; }
.mro-alert--error { background: rgba(179, 38, 30, 0.08); border-color: rgba(179, 38, 30, 0.4); color: #7f1d1d; }
.mro-alert ul { margin: 0.5rem 0 0; padding-left: 1.2rem; }

/* Emergency banner */
.mro-emergency {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; justify-content: space-between;
  padding: clamp(1.2rem, 2.4vw, 1.7rem) clamp(1.3rem, 2.6vw, 2rem);
  border-radius: var(--mro-radius-lg);
  background: linear-gradient(120deg, rgba(179, 38, 30, 0.92), rgba(120, 24, 18, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.22); color: var(--mro-white);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.mro-emergency h2 { color: var(--mro-white); font-size: 1.25rem; margin-bottom: 0.35rem; }
.mro-emergency p { color: rgba(255, 255, 255, 0.88); font-size: 0.95rem; max-width: 74ch; }

/* Contact detail list */
.mro-details { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.1rem; }
.mro-details li, .mro-details > div { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(10, 28, 52, 0.1); font-size: 0.95rem; }
.mro-details li:last-child, .mro-details > div:last-child { border-bottom: 0; }
.mro-details dd { word-break: break-word; }
.mro-details dt, .mro-details .k { font-family: var(--mro-font-heading); font-weight: 700; color: var(--mro-navy); }
.mro-details a { color: var(--mro-navy-700); }

/* ---------- 14. Footer & floating actions ------------------------------ */
.mro-footer { background: var(--mro-navy-900); color: rgba(255, 255, 255, 0.68); padding-block: clamp(3rem, 6vw, 4.5rem) 0; position: relative; }
.mro-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(200, 153, 47, 0.6), transparent); }
.mro-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.35fr; gap: clamp(1.5rem, 3vw, 2.75rem); }
.mro-footer h2, .mro-footer h3 { color: var(--mro-white); font-size: 0.86rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.1rem; }
.mro-footer p { font-size: 0.93rem; }
.mro-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.mro-footer a { color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: 0.93rem; }
.mro-footer a:hover { color: var(--mro-gold-light); }
.mro-footer .mro-brand { margin-bottom: 1.1rem; }
.mro-footer__contact li { display: flex; gap: 0.65rem; align-items: flex-start; font-size: 0.93rem; }
.mro-footer__contact svg { width: 16px; height: 16px; color: var(--mro-gold); flex: none; margin-top: 0.28rem; }
.mro-social { display: flex; gap: 0.5rem; margin-top: 1.2rem; }
.mro-social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); color: var(--mro-white); }
.mro-social a:hover { background: var(--mro-gold); color: var(--mro-navy-900); }
.mro-social svg { width: 18px; height: 18px; }
.mro-footer__bottom {
  margin-top: clamp(2rem, 4vw, 3rem); padding-block: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between; font-size: 0.85rem;
}

.mro-floating { position: fixed; right: 1rem; bottom: 1rem; z-index: 80; display: grid; gap: 0.6rem; }
.mro-floating a {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  color: var(--mro-white); box-shadow: var(--mro-shadow); text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease;
}
.mro-floating a:hover { transform: scale(1.06); color: var(--mro-white); }
.mro-floating svg { width: 25px; height: 25px; }
.mro-floating__wa { background: rgba(37, 158, 84, 0.92); }
.mro-floating__call { background: rgba(10, 28, 52, 0.86); }

/* ---------- 15. Blog, comments, pagination, 404 ------------------------- */
.mro-entry { padding: clamp(1.5rem, 3vw, 2.4rem); }
.mro-entry__meta { font-size: 0.86rem; color: var(--mro-grey-500); margin-bottom: 0.8rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }
.mro-entry__thumb { margin: -1px -1px 1.5rem; border-radius: var(--mro-radius-lg) var(--mro-radius-lg) 0 0; overflow: hidden; }
.mro-entry .entry-content > * + * { margin-top: 1.1rem; }
.mro-entry ul, .mro-entry ol { padding-left: 1.3rem; }
.mro-widget { padding: 1.5rem; margin-bottom: 1.25rem; }
.mro-widget h2, .mro-widget .widget-title { font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; }
.mro-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; font-size: 0.95rem; }
.mro-pagination { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-top: 2.5rem; }
.mro-pagination .page-numbers {
  display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 0.85rem;
  border-radius: 12px; background: rgba(255, 255, 255, 0.6); border: 1px solid var(--mro-glass-border);
  text-decoration: none; font-family: var(--mro-font-heading); font-weight: 700; color: var(--mro-navy);
}
.mro-pagination .page-numbers.current, .mro-pagination .page-numbers:hover { background: var(--mro-navy); color: var(--mro-white); }
.comment-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.comment-list .children { list-style: none; padding-left: clamp(1rem, 3vw, 2.5rem); margin-top: 1rem; display: grid; gap: 1rem; }
.comment-body { padding: 1.25rem 1.4rem; border-radius: var(--mro-radius); background: rgba(255, 255, 255, 0.62); border: 1px solid var(--mro-glass-border); }
.comment-meta { font-size: 0.85rem; color: var(--mro-grey-500); margin-bottom: 0.6rem; }
.comment-form { display: grid; gap: 1rem; }
.mro-404 { text-align: center; padding-block: clamp(4rem, 10vw, 7rem); }
.mro-404__code { font-family: var(--mro-font-heading); font-weight: 800; font-size: clamp(4rem, 14vw, 9rem); line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--mro-gold); }

/* ---------- 16. WordPress core & block classes -------------------------- */
.alignleft { float: left; margin: 0.4rem 1.75rem 1.25rem 0; }
.alignright { float: right; margin: 0.4rem 0 1.25rem 1.75rem; }
.aligncenter { display: block; margin-inline: auto; }
.alignwide { width: min(1100px, 100%); margin-inline: auto; }
.alignfull { width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-block-image figcaption { font-size: 0.86rem; color: var(--mro-grey-500); margin-top: 0.5rem; }
.sticky .mro-entry { border-color: rgba(200, 153, 47, 0.5); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.bypostauthor > .comment-body { border-color: rgba(200, 153, 47, 0.45); }
.wp-block-button__link { border-radius: var(--mro-radius-pill); }
.has-mro-navy-color { color: var(--mro-navy); }
.has-mro-navy-background-color { background-color: var(--mro-navy); }
.has-mro-gold-color { color: var(--mro-gold); }
.has-mro-gold-background-color { background-color: var(--mro-gold); }

/* ---------- 17. Responsive ---------------------------------------------- */
/* The header collapses in stages: email icon → brand tagline → full drawer. */
@media (max-width: 1180px) {
  .mro-brand__tag { display: none; }
  .mro-brand__name { font-size: 1rem; }
  .mro-nav ul { gap: 0; }
}
@media (max-width: 1080px) {
  .mro-hero__inner { grid-template-columns: 1fr; }
  .mro-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mro-steps, .mro-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mro-trustbar__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mro-trust:nth-child(2) { border-right: 0; }
  .mro-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .mro-nav, .mro-header__phone { display: none; }
  .mro-brand__tag { display: block; }
  .mro-burger { display: grid; }
  .mro-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mro-grid--sidebar { grid-template-columns: 1fr; }
  .mro-split { grid-template-columns: 1fr; }
  .mro-service__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  :root {
    --mro-header-h: 64px;
    --mro-gutter: 1.15rem;
    --mro-section-y: 3rem;
    --mro-radius-lg: 18px;
  }
  h1, .mro-h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  h2, .mro-h2 { font-size: clamp(1.5rem, 6.2vw, 1.9rem); }
  .mro-hero { padding-block: 3rem 3.5rem; }
  .mro-hero__sub { font-size: 1rem; margin-bottom: 1.5rem; }
  .mro-hero__panel { padding: 1.25rem; }
  .mro-hero__stat { gap: 0.75rem; }
  .mro-hero__stat-fig { font-size: 1.35rem; min-width: 76px; }
  .mro-brand__mark { width: 40px; height: 40px; border-radius: 11px; font-size: 0.9rem; }
  .mro-brand__name { font-size: 0.95rem; }
  .mro-brand__tag { font-size: 0.6rem; }
  .mro-header__cta .mro-btn { padding: 0.7rem 1rem; font-size: 0.85rem; }
  .mro-burger { width: 42px; height: 42px; }
  .mro-grid--2, .mro-grid--3, .mro-grid--4, .mro-form__grid, .mro-service__list { grid-template-columns: 1fr; }
  .mro-card, .mro-service, .mro-entry { padding: 1.25rem; }
  .mro-glass { border-radius: var(--mro-radius-lg); }
  .mro-trustbar { margin-top: -1.25rem; }
  .mro-trustbar__inner { grid-template-columns: 1fr; }
  .mro-trust { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); padding: 0.9rem 1rem; }
  .mro-trust:last-child { border-bottom: 0; }
  .mro-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .mro-stat { padding: 1.1rem 0.75rem; }
  .mro-stat__fig { font-size: 1.9rem; }
  .mro-steps { grid-template-columns: 1fr; }
  .mro-section-head { margin-bottom: 1.75rem; }
  .mro-details li, .mro-details > div { grid-template-columns: 1fr; gap: 0.2rem; }
  .mro-btn { width: 100%; }
  .mro-header__cta .mro-btn { width: auto; }
  .mro-btn-row { flex-direction: column; }
  .mro-emergency { flex-direction: column; align-items: stretch; }
  .mro-footer__grid { grid-template-columns: 1fr; }
  .mro-footer__bottom { flex-direction: column; gap: 0.5rem; }
  .mro-media { min-height: 200px; }
  .mro-faq__q { padding: 1rem 1.1rem; font-size: 0.97rem; }
  .mro-faq__a { padding: 0 1.1rem 1.1rem; }
  table.mro-table th, table.mro-table td { padding: 0.75rem 0.9rem; font-size: 0.9rem; }
  .admin-bar .mro-header { top: 46px; }
}
@media (max-width: 640px) {
  .mro-header__quote { display: none; }
  .mro-brand__tag { display: none; }
  .mro-anchors a { font-size: 0.82rem; padding: 0.5rem 0.85rem; }
}
@media (min-width: 761px) { .mro-floating { display: none; } }

/* ---------- 18. Print & reduced motion ---------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
@media print {
  .mro-header, .mro-floating, .mro-drawer, .mro-footer, .mro-anchors { display: none !important; }
  body { background: #fff; color: #000; }
  .mro-card, .mro-glass { box-shadow: none; border: 1px solid #ccc; background: #fff; }
}
