/* Adelanto Appliance Repairs — distinct local pay-per-call theme */
:root {
  --navy: #0f2744;
  --navy-deep: #0a1b30;
  --navy-soft: #1a3a5c;
  --orange: #e85d04;
  --orange-hover: #d04f00;
  --orange-soft: #fff4ec;
  --text: #243041;
  --muted: #5a6573;
  --link: #0f2744;
  --page-bg: #eef2f6;
  --surface: #ffffff;
  --border: #d8e0e8;
  --shell: 1080px;
  --radius: 10px;
  --shadow: 0 1px 3px rgba(15, 39, 68, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: var(--orange); text-decoration: none; }
a:hover, a:focus { color: var(--orange-hover); text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.6em;
}

p { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; padding-left: 1.25em; list-style: disc; }

blockquote {
  margin: 1em 0;
  padding: 0.85em 1.1em;
  border-left: 4px solid var(--orange);
  background: var(--orange-soft);
  color: var(--text);
  font-style: italic;
  border-radius: 0 var(--radius) var(--radius) 0;
}
blockquote cite {
  display: block;
  margin-top: 0.4em;
  font-style: normal;
  font-weight: 600;
  color: var(--muted);
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Shell */
#page {
  width: var(--shell);
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  padding-bottom: 1.5em;
}

/* ========== Header ========== */
#branding {
  background: var(--surface);
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}

#header-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 14px 20px;
  max-width: var(--shell);
  margin: 0 auto;
}

.logo-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

#site-logo {
  display: block;
  margin: 0;
  max-width: 200px;
  line-height: 0;
  flex-shrink: 0;
}
#site-logo img { width: 100%; height: auto; display: block; }

.brand-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.brand-meta .brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  text-decoration: none;
}
.brand-meta .brand-name:hover { color: var(--orange); text-decoration: none; }
.brand-meta .brand-tag {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}

#site-title { margin: 0; font-size: 1.15rem; line-height: 1.2; font-weight: 700; }
#site-title a { color: var(--navy); text-decoration: none; }
#site-title a:hover { color: var(--orange); }
#site-description { margin: 0.1em 0 0; color: var(--muted); font-size: 0.85rem; }

#Header_Widget {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
}

#Header_Widget .same-day {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  background: #e8eef5;
  padding: 0.28em 0.7em;
  border-radius: 999px;
}

#Header_Widget .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: var(--orange);
  padding: 0.55em 1em;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(232, 93, 4, 0.35);
  transition: background 0.15s ease;
}
#Header_Widget .header-phone:hover {
  background: var(--orange-hover);
  color: #fff;
  text-decoration: none;
}
#Header_Widget .header-phone img { display: none; }
#Header_Widget .header-phone::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.15 15.15 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 011 1V20a1 1 0 01-1 1C10.4 21 3 13.6 3 4a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.58a1 1 0 01-.25 1.02l-2.2 2.19z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.15 15.15 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 011 1V20a1 1 0 01-1 1C10.4 21 3 13.6 3 4a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.58a1 1 0 01-.25 1.02l-2.2 2.19z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ========== Nav (flat navy) ========== */

/* Nav bar — cleaner, modern local-service */
/* ========== Navigation ========== */
.menu-access-wrap {
  background: var(--navy);
  border-bottom: 3px solid var(--orange);
  box-shadow: 0 2px 10px rgba(15, 39, 68, 0.12);
  position: relative;
  z-index: 100;
}

#menu-toggle-primary {
  display: none !important;
  margin: 10px 14px;
  background: var(--navy-soft);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7em 1.1em;
  cursor: pointer;
}
#menu-toggle-primary:hover,
#menu-toggle-primary:focus {
  background: rgba(255,255,255,0.12);
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

#access {
  background: transparent;
  clear: both;
  display: block;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
}

#access .menu {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#access .menu > li {
  position: relative;
}

#access .menu > li > a {
  display: block;
  color: rgba(255,255,255,0.94);
  line-height: 1.2;
  padding: 1em 1.15em;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

#access .menu > li.current-menu-item > a,
#access .menu > li.current_page_item > a {
  color: #fff;
  box-shadow: inset 0 -3px 0 var(--orange);
}

#access .menu > li:hover > a,
#access .menu > li.focus > a,
#access .menu > li.open > a,
#access .menu > li > a:focus {
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}

/* Desktop dropdowns */
#access .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0.4em 0;
  position: absolute !important;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.18);
  z-index: 1000;
  display: none !important;
}

#access .menu > li:hover > .sub-menu,
#access .menu > li.focus > .sub-menu,
#access .menu > li.open > .sub-menu {
  display: block !important;
}

#access .sub-menu a {
  display: block;
  color: var(--navy);
  padding: 0.7em 1.1em;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
}

#access .sub-menu a:hover,
#access .sub-menu a:focus {
  background: var(--orange-soft, #fff4ec);
  color: var(--orange);
  text-decoration: none;
}


#main {
  clear: both;
  padding: 1.5em 1.25em 0.5em;
  overflow: hidden;
  max-width: var(--shell);
  margin: 0 auto;
}

#primary {
  float: left;
  width: calc(100% - 300px - 1.5em);
  max-width: 100%;
}

#secondary {
  float: right;
  width: 300px;
  max-width: 100%;
}

.hentry {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.6em 1.7em 1.8em;
  margin-bottom: 1.4em;
  box-shadow: var(--shadow);
  word-wrap: break-word;
}

.entry-header { margin-bottom: 0.85em; }
.entry-title {
  font-size: 1.55rem;
  color: var(--navy);
  margin: 0;
  padding: 0;
  line-height: 1.25;
  text-transform: none;
  text-align: left;
  letter-spacing: -0.01em;
}

.entry-content h2 {
  font-size: 1.25rem;
  text-align: left;
  text-transform: none;
  color: var(--navy);
  margin: 1.6em 0 0.75em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid var(--border);
}
.entry-content h3 {
  font-size: 1.1rem;
  color: var(--navy);
  text-transform: none;
  margin: 1.3em 0 0.5em;
}
.entry-content h3 a { color: var(--navy); text-decoration: none; }
.entry-content h3 a:hover { color: var(--orange); }
.entry-content h4 {
  font-size: 1.05rem;
  color: var(--navy-soft);
  margin: 1.15em 0 0.4em;
  text-transform: none;
}
.entry-content .brand-heading {
  color: var(--navy);
  font-weight: 700;
}
.entry-content .brand-heading a { color: var(--navy); }
.entry-content .brand-heading a:hover { color: var(--orange); }

.aligncenter {
  display: block;
  margin: 0.6em auto 1.1em;
  text-align: center;
  border-radius: 8px;
}

/* Hero — light default surface, photo + clean copy */
.hero {
  background: var(--surface);
  color: var(--text);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 0;
  margin: 0 0 1.5em;
  text-align: left;
  overflow: hidden;
}
.hero--photo {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  min-height: 340px;
  background: var(--surface);
}
.hero-media {
  position: relative;
  min-height: 300px;
  order: 2;
  background: var(--page-bg);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  display: block;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35em;
  padding: 2em 1.75em 2.1em;
  order: 1;
  background: var(--surface);
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0 0 0.35em;
  padding: 0.28em 0.7em;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-hover);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero h1 {
  color: var(--navy);
  font-size: clamp(1.55rem, 3.6vw, 2.05rem);
  margin: 0 0 0.4em;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.hero .hero-sub {
  margin: 0 0 1.35em;
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 34em;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff !important;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 0.8em 1.4em;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(232, 93, 4, 0.28);
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn-hero-call:hover {
  background: var(--orange-hover);
  color: #fff !important;
  transform: translateY(-1px);
}
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  color: var(--navy) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.72em 1.1em;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  text-decoration: none !important;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.btn-hero-secondary:hover {
  background: var(--page-bg);
  border-color: var(--navy);
  color: var(--navy) !important;
}

.call-today {
  text-align: center;
  margin: 1.1em 0 1.3em;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.call-today a {
  display: inline-block;
  color: #fff;
  background: var(--orange);
  text-decoration: none;
  font-size: 1.15rem;
  padding: 0.5em 1em;
  border-radius: 8px;
  margin-left: 0.25em;
}
.call-today a:hover {
  background: var(--orange-hover);
  color: #fff;
  text-decoration: none;
}

.cta-box {
  text-align: center;
  background: var(--orange-soft);
  border: 1px solid #f0d0b8;
  border-radius: var(--radius);
  padding: 1.1em;
  margin: 1.3em 0;
}
.cta-box .cta-label { font-weight: 700; color: var(--navy); margin-bottom: 0.35em; }

/* Service cards */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 1.2em 0 1.6em;
}
.service-card {
  background: #f7f9fc;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1em 1.15em 1.2em;
  margin: 0;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.service-card:hover {
  border-color: #c5d0dc;
  box-shadow: 0 4px 12px rgba(15, 39, 68, 0.08);
}
.service-card img {
  float: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: cover;
  margin: 0 0 0.85em;
  border-radius: 6px;
  border: 0;
}
.service-card h3 {
  margin: 0 0 0.4em;
  font-size: 1.05rem;
  clear: none;
}
.service-card h3 a { color: var(--navy); }
.service-card h3 a:hover { color: var(--orange); }
.service-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}
.service-card .card-link {
  display: inline-block;
  margin-top: 0.65em;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--orange);
}

/* Legacy service-block (inner pages) */
.service-block { margin: 1.4em 0; overflow: hidden; }
.service-block img {
  float: left;
  margin: 0 1em 0.6em 0;
  max-width: 200px;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.service-block h3 { margin-top: 0; clear: none; }
.service-block::after { content: ""; display: table; clear: both; }

.problem-list h4 { margin-bottom: 0.25em; color: var(--navy); }
.problem-list p { margin-bottom: 0.95em; }

/* Brands strip */
.brands-strip {
  margin: 1.5em 0;
  padding: 1.15em 1.2em;
  background: #f7f9fc;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.brands-strip h2 {
  margin: 0 0 0.85em !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1.1rem !important;
}
.brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brand-pills li { margin: 0; }
.brand-pills a {
  display: inline-block;
  padding: 0.45em 0.85em;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}
.brand-pills a:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-soft);
}

.contact-panel {
  background: var(--navy);
  color: #fff;
  padding: 1.25em 1.4em;
  border-radius: var(--radius);
  margin: 1.2em 0;
}
.contact-panel a { color: #ffc896; font-weight: 700; text-decoration: underline; }
.contact-panel a:hover { color: #fff; }
.contact-panel h3, .contact-panel h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.contact-panel iframe,
.contact-panel .map-embed {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
  margin-top: 0.85em;
  background: #eee;
  border-radius: 6px;
}

.area-list { list-style: none; padding-left: 0; }
.area-list li { margin: 0.4em 0; }
.area-list a { font-weight: 600; }

.reviews-list blockquote { margin: 0.85em 0; }

/* Sidebar */
.widget {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15em 1.2em 1.25em;
  margin-bottom: 1.2em;
  font-size: 0.9rem;
  box-shadow: var(--shadow);
}
.widget-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.85em;
  color: var(--navy);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 0.5em;
}
.widget img { display: none; } /* hide competitor-style brands collage */
.brand-list { list-style: none; padding: 0; margin: 0; }
.brand-list li {
  margin: 0;
  border-bottom: 1px solid var(--border);
}
.brand-list li:last-child { border-bottom: 0; }
.brand-list a {
  display: block;
  padding: 0.55em 0;
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}
.brand-list a:hover { color: var(--orange); }

.sidebar-call {
  text-align: center;
  padding-top: 0.25em;
}
.sidebar-call .btn-side-call {
  display: block;
  background: var(--orange);
  color: #fff !important;
  font-weight: 700;
  padding: 0.7em 1em;
  border-radius: 8px;
  text-decoration: none !important;
  margin-top: 0.5em;
}
.sidebar-call .btn-side-call:hover {
  background: var(--orange-hover);
  color: #fff !important;
}

/* Footer */
#colophon {
  clear: both;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 1.25em 1.5em;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}
#colophon .disclaimer-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1em 1.25em;
  margin-bottom: 0.9em;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.55;
  box-shadow: var(--shadow);
}
#colophon .disclaimer { margin: 0; color: var(--muted); }
#colophon .disclaimer b { color: var(--navy); }

#site-generator {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 1em 1.25em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
}
#site-generator a { color: #ffc896; }
#site-generator a:hover { color: #fff; }
#site-generator .powered { color: rgba(255,255,255,0.55); }

/* Mobile sticky call bar */
#callnowbutton {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1000;
  background: var(--orange);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  padding: 0.9em 1em;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
}
#callnowbutton:hover { background: var(--orange-hover); color: #fff !important; }
#callnowbutton img { display: none; }
#callnowbutton::before {
  content: "📞 ";
}

.clearfix::after { content: ""; display: table; clear: both; }

/* Forms (contact) */
.contact-form {
  background: var(--navy);
  border: 0;
  padding: 1.25em 1.35em;
  color: #fff;
  border-radius: var(--radius);
  max-width: 480px;
}
.contact-form label { display: block; margin: 0.6em 0 0.25em; font-weight: 600; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ccc;
  padding: 0.55em 0.65em;
  font-family: inherit;
  font-size: 15px;
  border-radius: 6px;
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form button,
.contact-form input[type="submit"] {
  margin-top: 1em;
  background: var(--orange);
  color: #fff;
  border: 0;
  padding: 0.65em 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
  width: auto;
}
.contact-form button:hover,
.contact-form input[type="submit"]:hover { background: var(--orange-hover); }
.form-note { font-size: 0.9em; margin-top: 0.8em; opacity: 0.95; }
.form-note a { color: #ffc896 !important; }

.entry-content img {
  border-radius: 8px;
}

/* Scroll up */
#scrollup {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 8px;
  z-index: 999;
  font-size: 16px;
  box-shadow: var(--shadow);
}
#scrollup:hover { background: var(--orange); color: #fff; text-decoration: none; }
#scrollup.visible { display: block; }

/* ========== Responsive ========== */
@media screen and (max-width: 960px) {
  #primary { width: 62%; }
  #secondary { width: 34%; }
  .service-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 767px) {
  body { padding-bottom: 68px; }

  #header-content {
    flex-direction: column;
    text-align: center;
    padding: 12px 14px;
    gap: 12px;
  }
  .logo-wrap {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  #site-logo { margin: 0 auto; max-width: 180px; }
  .brand-meta { align-items: center; }
  #Header_Widget {
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #Header_Widget .header-phone {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    font-size: 1.15rem;
  }

  #menu-toggle-primary { display: block !important; }
  #access { display: none; max-width: none; }
  #access.is-open { display: block; }
  #access .menu { flex-direction: column; padding: 0; }
  #access .menu > li {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  #access .menu > li.current-menu-item > a {
    box-shadow: inset 4px 0 0 var(--orange);
  }
  #access .sub-menu {
    position: static !important;
    display: none !important;
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: var(--navy-deep);
  }
  #access .menu > li.open > .sub-menu { display: block !important; }
  #access .sub-menu a {
    color: rgba(255,255,255,0.85);
    padding-left: 1.75em;
  }
  #access .sub-menu a:hover {
    background: var(--navy-soft);
    color: #fff;
  }

  #main { padding: 1em 0.75em 0.25em; }
  #primary, #secondary {
    float: none;
    width: 100%;
  }
  #secondary { margin-top: 0.5em; }
  .hentry { padding: 1.2em 1.05em 1.35em; }
  .entry-title { font-size: 1.3rem; }
  .hero { padding: 0; }
  .hero--photo { grid-template-columns: 1fr; min-height: 0; }
  .hero-media { order: 1; min-height: 210px; max-height: 240px; }
  .hero-copy { order: 2; padding: 1.35em 1.15em 1.5em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-hero-call, .btn-hero-secondary { justify-content: center; text-align: center; width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-block img {
    float: none;
    display: block;
    margin: 0 auto 0.8em;
    max-width: 100%;
  }
  #callnowbutton { display: flex; align-items: center; justify-content: center; gap: 6px; }
  #colophon { padding: 0 0.75em 1.2em; }
  #scrollup { bottom: 74px; }
}

@media screen and (max-width: 479px) {
  .entry-title { font-size: 1.2rem; }
  .call-today { font-size: 1rem; }
  .call-today a { display: block; margin: 0.4em 0 0; }
}

@media screen and (min-width: 768px) {
  #scrollup { bottom: 24px; }
}

.problem-list h3 {
  color: var(--navy);
  font-size: 1.1rem;
  margin: 1.25em 0 0.35em;
}
.widget-title {
  font-size: 1.05rem;
}


/* Service page hero photos */
.service-hero-img {
  margin: 0 0 1.25em;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--page-bg);
}
.service-hero-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .service-hero-img img { max-height: 240px; }
}
