/* =========================================================
   Mountain View Window Cleaning Theme CSS
   Optimised single stylesheet
========================================================= */

:root {
  --mv-navy: #172d55;
  --mv-navy-dark: #102447;
  --mv-hero-blue: #061f70;
  --mv-red: #f23d3d;
  --mv-red-dark: #df3030;
  --mv-blue-btn: #1367e8;
  --mv-blue-btn-dark: #0f59cb;
  --mv-white: #fff;
  --mv-light: #f5f7fb;
  --mv-grey: #eef2f7;
  --mv-border: #d9dde4;
  --mv-text: #172033;
  --mv-muted: #586274;
  --mv-max: 1280px;
  --mv-content: 1170px;
  --mv-radius: 18px;
  --mv-shadow: 0 18px 42px rgba(23, 45, 85, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mv-text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }

.mv-container {
  width: min(100% - 40px, var(--mv-max));
  margin-inline: auto;
}

/* =========================================================
   Header
========================================================= */
.site-header {
  background: var(--mv-navy);
  color: #fff;
  position: relative;
  z-index: 50;
}
.header-inner {
  width: min(100% - 40px, var(--mv-content));
  min-height: 132px;
  margin: 0 auto;
  padding: 20px 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-logo img,
.custom-logo-link img {
  width: 155px;
  max-height: 95px;
  object-fit: contain;
  display: block;
}
.call-box {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.call-icon { font-size: 34px; line-height: 1; }
.call-label { display: block; font-size: 13px; opacity: .9; margin-bottom: 3px; }
.call-number { display: block; font-size: 21px; font-weight: 900; letter-spacing: .2px; }
.mobile-phone,
.mobile-actions { display: none; }

/* =========================================================
   Desktop nav
========================================================= */
.nav-wrap {
  max-width: var(--mv-content);
  margin: -24px auto 0;
  padding: 0;
  position: relative;
  z-index: 70;
}
.main-nav {
  min-height: 62px;
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(23,45,85,.08);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(0,0,0,.14);
}
.nav-links {
  list-style: none;
  margin: 0;
  padding: 6px;
  display: flex;
  align-items: stretch;
  gap: 4px;
  flex: 1;
}
.nav-links li { display: flex; }
.nav-links a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #07132a;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--mv-red);
  background: rgba(242,61,61,.08);
  box-shadow: inset 0 0 0 1px rgba(242,61,61,.12);
}
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { font-weight: 900; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 2px;
  background: var(--mv-red);
  border-radius: 99px;
  transform: scaleX(0);
  transition: transform .22s ease;
}
.nav-links a:hover::after,
.nav-links .current-menu-item > a::after,
.nav-links .current_page_item > a::after { transform: scaleX(1); }
.quote-btn {
  min-width: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mv-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 28px 0 50px;
  clip-path: polygon(16% 0,100% 0,100% 100%,0 100%);
  transition: background .2s ease;
}
.quote-btn:hover { background: var(--mv-red-dark); }
.quote-btn::after {
  content: "›";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .2s ease;
}
.quote-btn:hover::after { transform: translate(4px,-1px); }

/* =========================================================
   Mobile menu
========================================================= */
.mobile-quote,
.mobile-menu-quote,
.mv-pill-btn,
.mv-blue-pill-btn,
.mv-outline-pill-btn,
.mv-post-read-more,
.mv-sidebar-cta a,
.mv-home-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}
.mobile-quote {
  height: 41px;
  padding: 0 13px;
  background: var(--mv-red);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.burger-btn {
  width: 52px;
  height: 41px;
  border: 0;
  background: #f4f4f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.burger-btn span,
.burger-btn span::before,
.burger-btn span::after {
  width: 23px;
  height: 3px;
  background: #222;
  display: block;
}
.burger-btn span { position: relative; }
.burger-btn span::before,
.burger-btn span::after { content: ""; position: absolute; left: 0; }
.burger-btn span::before { top: -8px; }
.burger-btn span::after { top: 8px; }
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 90;
}
.menu-overlay.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  box-shadow: -10px 0 30px rgba(0,0,0,.25);
  z-index: 100;
  overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu-head {
  background: var(--mv-navy);
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.mobile-menu-logo img { width: 130px; display: block; }
.close-menu {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.mobile-menu-phone {
  display: block;
  background: var(--mv-navy-dark);
  color: #fff;
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}
.mobile-menu-phone span,
.mobile-phone span { display: block; font-size: 11px; font-weight: 600; opacity: .9; margin-bottom: 2px; }
.mobile-menu-links { list-style: none; margin: 0; padding: 10px 0; }
.mobile-menu-links a {
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}
.mobile-menu-links a:hover,
.mobile-menu-links .current-menu-item > a,
.mobile-menu-links .current_page_item > a { color: var(--mv-red); background: #fafafa; }
.mobile-menu-quote {
  margin: 18px 22px 24px;
  min-height: 48px;
  background: var(--mv-red);
  color: #fff;
  text-transform: uppercase;
}

/* =========================================================
   Homepage section pasted into Full Width page
========================================================= */
.mv-full-width-content > * { margin-block-start: 0; }
.mv-split-hero {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 540px;
}
.mv-split-hero__text {
  background: var(--mv-hero-blue);
  color: #fff;
  display: flex;
  align-items: center;
}
.mv-split-hero__inner {
  max-width: 560px;
  padding: 80px 60px 70px max(40px, calc((100vw - var(--mv-max)) / 2 + 40px));
}
.mv-split-hero h1 {
  font-size: clamp(42px,5vw,64px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: -.04em;
  margin: 0 0 20px;
}
.mv-split-hero p {
  font-size: 18px;
  line-height: 1.65;
  max-width: 500px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.92);
}
.mv-split-hero__image { min-height: 540px; overflow: hidden; }
.mv-split-hero__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mv-pill-btn,
.mv-blue-pill-btn,
.mv-outline-pill-btn { min-height: 48px; padding: 0 28px; border-radius: 999px; font-size: 16px; transition: .2s ease; }
.mv-pill-btn { background: var(--mv-red); color: #fff; }
.mv-pill-btn:hover { background: var(--mv-red-dark); }
.mv-blue-pill-btn { background: var(--mv-blue-btn); color: #fff; }
.mv-blue-pill-btn:hover { background: var(--mv-blue-btn-dark); }
.mv-outline-pill-btn { color: #fff; border: 2px solid rgba(255,255,255,.9); text-transform: uppercase; font-size: 14px; }
.mv-outline-pill-btn:hover { background: #fff; color: var(--mv-navy); }

.mv-opening-section { background: #f5f5f5; padding: 64px 0; }
.mv-opening-layout { display: grid; grid-template-columns: minmax(0,1.25fr) 375px; gap: 60px; align-items: start; }
.mv-opening-copy h2,
.mv-home-heading h2 {
  color: #0b2568;
  font-size: clamp(34px,4vw,48px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  font-weight: 800;
}
.mv-opening-copy p,
.mv-opening-copy li,
.mv-opening-card p {
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.65;
}
.mv-opening-copy p { margin: 0 0 22px; }
.mv-opening-copy ul { margin: 10px 0 0 22px; padding: 0; }
.mv-opening-copy li { margin-bottom: 8px; }
.mv-opening-card { background: #ededf0; border-radius: 8px; padding: 36px 30px 32px; }
.mv-opening-card h3 { color: #0b2568; font-size: 24px; margin: 0 0 14px; font-weight: 800; }
.mv-opening-card p { margin: 0 0 26px; }

.mv-services-section { background: #f5f5f5; padding: 0 0 80px; }
.mv-services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.mv-service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(10,25,55,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.mv-service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(10,25,55,.14); }
.mv-service-card__image { height: 190px; overflow: hidden; background: #dfe5ee; }
.mv-service-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mv-service-card__body { flex: 1; padding: 24px 22px; border-top: 4px solid var(--mv-red); }
.mv-service-card h3 { color: var(--mv-navy); font-size: 26px; line-height: 1.12; letter-spacing: -.03em; margin: 0 0 12px; font-weight: 800; }
.mv-service-card p { color: var(--mv-muted); font-size: 16px; line-height: 1.6; margin: 0 0 18px; }
.mv-service-card a { color: var(--mv-red); font-size: 14px; font-weight: 900; text-transform: uppercase; text-decoration: none; }

.mv-home-cta {
  background: linear-gradient(90deg, rgba(23,45,85,.98), rgba(23,45,85,.92));
  color: #fff;
  padding: 78px 0;
  position: relative;
  overflow: hidden;
}
.mv-home-cta::after { content: ""; position: absolute; inset: 0 12% 0 auto; width: 190px; background: rgba(255,255,255,.12); clip-path: polygon(35% 0,100% 0,65% 100%,0 100%); }
.mv-home-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.mv-home-cta h2 { font-size: clamp(32px,4vw,48px); line-height: 1.05; margin: 0 0 12px; letter-spacing: -.045em; }
.mv-home-cta p { max-width: 720px; font-size: 17px; line-height: 1.6; font-weight: 600; margin: 0; opacity: .96; }
.mv-home-cta__buttons { display: flex; flex-wrap: wrap; gap: 13px; }

.mv-home-why { background: linear-gradient(180deg,#eef2f7 0%,#f7f9fc 100%); padding: 86px 0 92px; }
.mv-home-heading { text-align: center; max-width: 820px; margin: 0 auto 44px; }
.mv-home-heading span { color: var(--mv-red); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 13px; }
.mv-home-heading p { color: var(--mv-muted); font-size: 16px; line-height: 1.75; margin: 0; }
.mv-home-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.mv-home-why-grid article { background: #fff; padding: 34px 30px; border-radius: 20px; box-shadow: 0 20px 45px rgba(23,45,85,.1); min-height: 220px; position: relative; overflow: hidden; }
.mv-home-why-grid article::before { content: ""; position: absolute; top: 0; left: 30px; right: 30px; height: 5px; background: var(--mv-red); border-radius: 0 0 99px 99px; }
.mv-home-why-grid strong { color: rgba(242,61,61,.18); font-size: 68px; line-height: .9; font-weight: 900; letter-spacing: -.06em; display: block; margin-bottom: 8px; }
.mv-home-why-grid h3 { color: var(--mv-navy); font-size: 21px; margin: 0 0 11px; font-weight: 900; }
.mv-home-why-grid p { color: var(--mv-muted); font-size: 15px; line-height: 1.65; margin: 0; }

.mv-home-quote { padding: 90px 0; background: #fff; }
.mv-home-quote-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: stretch; }
.mv-home-quote-panel { background: var(--mv-navy); color: #fff; padding: 44px 38px; border-radius: 24px; box-shadow: 0 24px 55px rgba(23,45,85,.18); position: relative; overflow: hidden; }
.mv-home-quote-panel::after { content: ""; position: absolute; right: -30px; bottom: -50px; width: 155px; height: 240px; background: rgba(255,255,255,.12); transform: skewX(-18deg); }
.mv-home-quote-panel h2 { position: relative; z-index: 2; font-size: clamp(34px,4vw,48px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.045em; }
.mv-home-quote-panel p { position: relative; z-index: 2; font-size: 16px; line-height: 1.75; margin: 0 0 26px; opacity: .94; }
.mv-home-quote-panel a { position: relative; z-index: 2; color: #fff; font-size: 31px; font-weight: 900; text-decoration: none; }
.mv-home-form { background: #fff; border-radius: 24px; box-shadow: 0 24px 55px rgba(23,45,85,.12); padding: 34px; }
.mv-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.mv-form-grid .full { grid-column: 1 / -1; }
.mv-home-form label { display: grid; gap: 8px; color: var(--mv-navy); font-size: 13px; font-weight: 900; }
.mv-home-form input,
.mv-home-form select,
.mv-home-form textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid var(--mv-border); border-radius: 10px; font: inherit; color: var(--mv-text); background: #fff; }
.mv-home-form textarea { min-height: 130px; resize: vertical; }
.mv-home-form input:focus,
.mv-home-form select:focus,
.mv-home-form textarea:focus { outline: none; border-color: var(--mv-red); box-shadow: 0 0 0 4px rgba(242,61,61,.1); }
.mv-home-form button { min-height: 50px; border: 0; background: var(--mv-red); color: #fff; padding: 0 26px; border-radius: 999px; font-size: 14px; text-transform: uppercase; cursor: pointer; }
.mv-home-form button:hover { background: var(--mv-red-dark); }

/* =========================================================
   Standard pages / sidebar template
========================================================= */
.mv-page-hero,
.mv-blog-hero {
  background: linear-gradient(90deg, rgba(23,45,85,.96), rgba(23,45,85,.82)), url('../images/hero-window-cleaner.jpg') center/cover no-repeat;
  color: #fff;
  padding: 95px 0 85px;
  position: relative;
  overflow: hidden;
}
.mv-page-hero::after,
.mv-blog-hero::after { content: ""; position: absolute; top: 0; bottom: 0; right: 16%; width: 190px; background: rgba(255,255,255,.11); clip-path: polygon(35% 0,100% 0,65% 100%,0 100%); }
.mv-page-hero__content,
.mv-blog-hero__content { position: relative; z-index: 2; max-width: 760px; }
.mv-eyebrow { color: var(--mv-red); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 12px; }
.mv-page-hero h1,
.mv-blog-hero h1 { font-size: clamp(38px,5vw,58px); line-height: 1.05; letter-spacing: -.045em; margin: 0 0 18px; font-weight: 900; }
.mv-blog-hero p:last-child { font-size: 18px; line-height: 1.6; max-width: 620px; margin: 0; color: rgba(255,255,255,.92); }
.mv-page-content-section { padding: 76px 0; background: #fff; }
.mv-page-content,
.mv-readable-content { max-width: 860px; font-size: 17px; line-height: 1.75; color: var(--mv-muted); }
.mv-page-content h2,
.mv-readable-content h2 { color: var(--mv-navy); font-size: clamp(28px,3vw,40px); line-height: 1.15; letter-spacing: -.035em; margin: 0 0 16px; }
.mv-page-content h3,
.mv-readable-content h3 { color: var(--mv-navy); font-size: 24px; margin: 28px 0 10px; }
.mv-page-content p,
.mv-readable-content p { margin: 0 0 22px; }
.mv-two-column-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 44px; align-items: start; }
.mv-page-sidebar { position: sticky; top: 24px; display: grid; gap: 22px; }
.mv-single-featured { margin-bottom: 30px; border-radius: 22px; overflow: hidden; box-shadow: var(--mv-shadow); }
.mv-single-featured img { display: block; width: 100%; }

/* =========================================================
   Blog / latest posts
========================================================= */
.mv-blog-section { padding: 80px 0; background: #f5f7fb; }
.mv-blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 42px; align-items: start; }
.mv-blog-list { display: grid; gap: 30px; }
.mv-post-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--mv-shadow); display: grid; grid-template-columns: 300px minmax(0,1fr); }
.mv-post-card__image { display: block; min-height: 260px; background: #e8edf4; }
.mv-post-card__image img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
.mv-post-card__content { padding: 32px; }
.mv-post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--mv-red); font-size: 13px; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; }
.mv-post-meta a { color: var(--mv-red); text-decoration: none; }
.mv-post-card h2 { color: var(--mv-navy); font-size: clamp(25px,3vw,34px); line-height: 1.1; letter-spacing: -.035em; margin: 0 0 14px; font-weight: 900; }
.mv-post-card h2 a { color: inherit; text-decoration: none; }
.mv-post-card h2 a:hover { color: var(--mv-red); }
.mv-post-card p { color: var(--mv-muted); font-size: 16px; line-height: 1.7; margin: 0 0 20px; }
.mv-post-read-more { min-height: 42px; padding: 0 20px; background: var(--mv-red); color: #fff; border-radius: 999px; font-size: 14px; text-transform: uppercase; }
.mv-post-read-more:hover { background: var(--mv-red-dark); }
.mv-blog-sidebar { position: sticky; top: 24px; display: grid; gap: 22px; }
.mv-sidebar-widget { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 18px 42px rgba(23,45,85,.09); }
.mv-sidebar-widget h3 { color: var(--mv-navy); font-size: 22px; line-height: 1.2; margin: 0 0 16px; font-weight: 900; }
.mv-sidebar-widget p { color: var(--mv-muted); font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.mv-sidebar-widget ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.mv-sidebar-widget li { color: var(--mv-muted); font-size: 15px; line-height: 1.45; }
.mv-sidebar-widget li a { color: var(--mv-text); text-decoration: none; font-weight: 700; }
.mv-sidebar-widget li a:hover { color: var(--mv-red); }
.mv-sidebar-cta { background: var(--mv-navy); color: #fff; position: relative; overflow: hidden; }
.mv-sidebar-cta::after { content: ""; position: absolute; right: -34px; bottom: -40px; width: 120px; height: 190px; background: rgba(255,255,255,.1); transform: skewX(-18deg); }
.mv-sidebar-cta h3,
.mv-sidebar-cta p { color: #fff; position: relative; z-index: 2; }
.mv-sidebar-cta a { position: relative; z-index: 2; min-height: 44px; padding: 0 22px; background: var(--mv-red); color: #fff; border-radius: 999px; font-size: 14px; text-transform: uppercase; }
.mv-pagination { margin-top: 20px; }
.mv-pagination .nav-links { padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.mv-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 0 14px; background: #fff; color: var(--mv-navy); border-radius: 999px; text-decoration: none; font-weight: 800; box-shadow: 0 8px 20px rgba(23,45,85,.08); }
.mv-pagination .page-numbers.current,
.mv-pagination .page-numbers:hover { background: var(--mv-red); color: #fff; }
.mv-empty-posts { background: #fff; border-radius: 20px; padding: 36px; box-shadow: var(--mv-shadow); }

/* =========================================================
   Footer
========================================================= */
.site-footer { background: var(--mv-navy); color: #fff; padding: 56px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 46px; }
.footer-logo img { width: 145px; margin-bottom: 18px; display: block; }
.footer-inner h3 { font-size: 18px; margin: 0 0 15px; font-weight: 900; }
.footer-inner p,
.footer-inner a { font-size: 14px; line-height: 1.7; opacity: .9; }
.footer-inner a { color: #fff; text-decoration: none; }
.footer-inner a:hover { opacity: 1; text-decoration: underline; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; opacity: .72; }

/* =========================================================
   Responsive
========================================================= */
@media (max-width: 1180px) {
  .nav-wrap, .header-inner { width: min(100% - 40px, var(--mv-content)); }
  .nav-links a { padding: 0 12px; font-size: 13px; }
  .quote-btn { min-width: 165px; }
  .mv-services-grid { grid-template-columns: repeat(2,1fr); }
  .mv-opening-layout { grid-template-columns: 1fr 340px; gap: 40px; }
}
@media (max-width: 900px) {
  .site-header { border-top: 2px solid #5e6b79; }
  .header-inner { min-height: 132px; padding: 12px 0 16px; align-items: flex-end; }
  .site-logo img, .custom-logo-link img { width: 150px; }
  .call-box, .nav-wrap { display: none; }
  .mobile-phone { display: block; position: absolute; top: 8px; right: 23px; color: #fff; font-size: 18px; font-weight: 900; line-height: 1.1; text-decoration: none; }
  .mobile-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
  .mv-split-hero { grid-template-columns: 1fr; min-height: auto; }
  .mv-split-hero__text { order: 1; }
  .mv-split-hero__image { order: 2; min-height: 360px; }
  .mv-split-hero__inner { padding: 55px 28px; }
  .mv-opening-layout,
  .mv-home-cta__inner,
  .mv-home-quote-layout,
  .mv-blog-layout,
  .mv-two-column-layout { grid-template-columns: 1fr; }
  .mv-opening-section { padding: 50px 0; }
  .mv-opening-card { max-width: 460px; }
  .mv-home-why-grid { grid-template-columns: 1fr; }
  .mv-blog-sidebar,
  .mv-page-sidebar { position: static; }
  .mv-post-card { grid-template-columns: 1fr; }
  .mv-post-card__image,
  .mv-post-card__image img { min-height: 280px; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mv-container, .header-inner { width: min(100% - 30px, var(--mv-max)); }
  .site-logo img, .custom-logo-link img { width: 140px; }
  .mobile-phone { right: 18px; font-size: 17px; }
  .mobile-actions { gap: 10px; }
  .mobile-quote { font-size: 12px; padding: 0 10px; }
  .burger-btn { width: 50px; }
  .mv-split-hero h1 { font-size: 42px; }
  .mv-split-hero p,
  .mv-opening-copy p,
  .mv-opening-copy li,
  .mv-opening-card p { font-size: 16px; }
  .mv-services-grid,
  .mv-form-grid { grid-template-columns: 1fr; }
  .mv-service-card__image { height: 220px; }
  .mv-service-card h3 { font-size: 24px; }
  .mv-home-cta,
  .mv-home-quote,
  .mv-home-why,
  .mv-blog-section,
  .mv-page-content-section { padding: 55px 0; }
  .mv-home-cta__buttons { display: grid; }
  .mv-outline-pill-btn,
  .mv-pill-btn { width: 100%; }
  .mv-home-form,
  .mv-home-quote-panel,
  .mv-post-card__content,
  .mv-sidebar-widget { padding: 24px; }
  .mv-post-card__image,
  .mv-post-card__image img { min-height: 220px; }
}
@media (max-width: 390px) {
  .site-logo img, .custom-logo-link img { width: 130px; }
  .mobile-quote { font-size: 11px; }
  .burger-btn { width: 46px; }
}
