:root {
  --ink: #14202b;
  --muted: #526070;
  --line: #d9e1e8;
  --paper: #ffffff;
  --soft: #f5f8fa;
  --electric: #f0b429;
  --air: #2474a6;
  --leaf: #2c8b67;
  --danger: #b54708;
  --shadow: 0 16px 40px rgba(20, 32, 43, 0.1);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}

html,
body {
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 20;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.nav-wrap,
.section-inner,
.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.brand-logo.bright-day {
  height: 44px;
}

.brand-logo.air-oasis {
  height: 44px;
  padding: 4px 6px;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-text span:last-child {
  color: var(--ink);
  font-size: 1em;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #243240;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a[aria-current="page"] {
  color: var(--air);
}

.nav-actions,
.cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--air);
  box-shadow: 0 10px 22px rgba(36, 116, 166, 0.2);
}

.button.secondary {
  color: var(--ink);
  border-color: #b6c6d2;
  background: #fff;
}

.button.dark {
  color: #fff;
  background: var(--ink);
}

.button.full {
  width: 100%;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--air);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero,
.page-hero {
  background: linear-gradient(180deg, #eef5f8 0%, #fff 100%);
}

.hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 42px;
  padding: 64px 0 56px;
}

.home-hero .section-inner,
.page-hero .section-inner {
  display: block;
}

.home-hero .section-inner {
  padding: 28px 0 56px;
}

.home-hero .hero-image-full {
  width: 100%;
  max-height: min(58vh, 620px);
  object-fit: contain;
  background: #eef5f8;
}

.home-hero .hero-image-full + div {
  max-width: 900px;
  margin-top: 34px;
}

.home-hero h1 {
  max-width: 920px;
  font-size: clamp(34px, 4.2vw, 50px);
}

.hero-tagline {
  margin-top: 10px;
  color: #263646;
  font-size: clamp(21px, 2.8vw, 30px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
}

.page-hero .section-inner {
  padding: 28px 0 48px;
}

.page-hero .hero-image,
.page-hero .image-link-wrap,
.page-hero .hero-overlay-media {
  width: 100%;
}

.page-hero .image-link-wrap .hero-image {
  width: 100%;
}

.page-hero .hero-image + div,
.page-hero .image-link-wrap + div,
.page-hero .hero-overlay-media + div {
  max-width: 900px;
  margin-top: 34px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(36px, 5.5vw, 62px);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(38px, 7vw, 68px);
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

.lead,
.hero-tagline,
.value-line,
.service-area,
.section-header p,
.copy-stack p,
.card p,
.article-body p,
.article-card h3 {
  text-wrap: pretty;
}

.lead {
  max-width: 720px;
  margin-top: 18px;
  color: #334253;
  font-size: 19px;
}

.value-line {
  max-width: 760px;
  margin: 22px 14px 0;
  padding: 16px 10px;
  border-top: 3px solid var(--electric);
  border-bottom: 3px solid var(--electric);
  color: #263646;
  font-weight: 800;
}

.service-area {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
}

.hero-card,
.image-placeholder {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-overlay-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-overlay-media .hero-image {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-brand-overlay {
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  top: clamp(18px, 4vw, 48px);
  display: grid;
  gap: 12px;
  max-width: min(560px, 78%);
  padding: clamp(16px, 3vw, 26px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(1px);
}

.electrical-brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0b439b;
  font-size: clamp(19px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bolt-circle {
  display: grid;
  width: clamp(42px, 5.5vw, 72px);
  height: clamp(42px, 5.5vw, 72px);
  place-items: center;
  border: clamp(4px, 0.55vw, 7px) solid #0b439b;
  border-radius: 50%;
  color: #f0b429;
  background: #0b439b;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1;
}

.hero-brand-overlay h1 {
  color: #082b63;
  font-size: clamp(42px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.92;
}

.electrical-hero-media .hero-brand-overlay {
  left: auto;
  right: clamp(18px, 4vw, 54px);
  top: auto;
  bottom: clamp(20px, 5vw, 68px);
  max-width: min(520px, 48%);
}

.feature-image {
  margin-top: 28px;
}

.feature-image img,
.image-pair img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-image-below {
  margin-bottom: 0;
}

.wide-service-image {
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.wide-service-image img {
  width: 100%;
  height: min(52vw, 520px);
  object-fit: cover;
}

.home-feature-visual {
  overflow: hidden;
  margin: 16px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.home-feature-visual img {
  width: 100%;
  max-height: min(62vw, 640px);
  object-fit: contain;
}

.image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.image-pair img {
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}

.hvac-image-pair img:first-child {
  object-fit: contain;
}

.home-service-media {
  align-items: stretch;
}

.home-service-media img {
  max-height: 390px;
}

.local-map-section {
  align-items: center;
}

.map-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.map-figure img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.comfort-figure {
  overflow: hidden;
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.comfort-figure img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.commercial-visual-section {
  align-items: center;
}

.commercial-figure {
  overflow: hidden;
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.commercial-figure img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.commercial-feature {
  margin-top: 30px;
}

.commercial-feature .commercial-figure img {
  max-height: min(58vw, 620px);
}

.image-link-wrap {
  position: relative;
  display: block;
}

.image-link-wrap .hero-image {
  display: block;
}

.image-hotspot {
  position: absolute;
  display: block;
  border-radius: 8px;
  outline-offset: 3px;
}

.schedule-hotspot {
  left: 3.6%;
  top: 64%;
  width: 23.3%;
  height: 9.7%;
}

.image-placeholder {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 26px;
  text-align: center;
}

.placeholder-band {
  width: 100%;
  min-height: 190px;
  border: 2px dashed #b7c6d1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 180, 41, 0.16), transparent 35%),
    linear-gradient(315deg, rgba(36, 116, 166, 0.18), transparent 40%),
    #f8fbfc;
}

.placeholder-copy {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding: 58px 0;
}

.section.alt {
  background: var(--soft);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.section-header-stacked,
.section-stack {
  display: grid;
  gap: 14px;
}

.section-header-stacked {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-header p {
  max-width: 650px;
  color: var(--muted);
}

.section-header .section-subtitle {
  margin-top: 10px;
  color: #263646;
  font-size: 19px;
  font-weight: 800;
}

.section-header-stacked .eyebrow {
  color: var(--air);
}

.section-stack {
  max-width: 860px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.promise-panel,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 32, 43, 0.05);
}

.card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 170px;
  padding: 22px;
}

.card p {
  color: var(--muted);
}

.card .text-link {
  margin-top: auto;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: #f8e7a9;
  font-weight: 900;
}

.icon.air {
  color: #fff;
  background: var(--air);
}

.icon.green {
  color: #fff;
  background: var(--leaf);
}

.icon.ink {
  color: #fff;
  background: var(--ink);
}

.news-icon {
  color: #0b74d1;
  font-size: 22px;
}

.card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.card-logo img {
  display: block;
  width: auto;
  object-fit: contain;
}

.card-logo.single img {
  height: 44px;
}

.card-logo.single.air-logo {
  padding: 4px 6px;
}

.card-logo.single.air-logo img {
  height: 34px;
}

.card-logo.dual {
  gap: 8px;
  padding: 0 6px 0 0;
}

.card-logo.dual img {
  height: 44px;
}

.card-logo.dual img:last-child {
  height: 34px;
}

.text-link {
  color: var(--air);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 16px;
  color: #334253;
}

.quote-line {
  padding: 20px;
  border-left: 4px solid var(--air);
  border-radius: 0 8px 8px 0;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.promise-panel {
  padding: 28px;
}

.promise-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.promise-list li {
  padding-left: 28px;
  position: relative;
}

.promise-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: var(--leaf);
}

.service-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}

.cta-band {
  color: #fff;
  background: var(--ink);
}

.cta-band .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band p {
  margin-top: 10px;
  color: #d7e0e8;
}

.resources-toolbar {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.resource-hero-media {
  position: relative;
}

.resource-hero-media .hero-image {
  display: block;
}

.resource-hero-hotzone {
  position: absolute;
  top: 51.5%;
  bottom: 0.5%;
  border-radius: clamp(4px, 0.7vw, 10px);
  color: transparent;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.resource-hero-hotzone:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}

.resource-hero-hotzone:focus-visible {
  outline: 4px solid var(--electric);
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.14);
}

.resource-hero-hotzone span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.resource-hero-hotzone.is-electrical { left: 0.8%; width: 23.8%; }
.resource-hero-hotzone.is-hvac { left: 25.7%; width: 23.2%; }
.resource-hero-hotzone.is-storm { left: 50.1%; width: 23.3%; }
.resource-hero-hotzone.is-homeowner { left: 74.6%; width: 24.3%; }

.search-input,
.filter-button,
input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #b9c7d2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.search-input {
  flex: 1 1 320px;
  min-width: min(100%, 300px);
  padding: 0 14px;
}

.resource-filters {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.filter-button {
  width: auto;
  padding: 0 14px;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.filter-button.is-active {
  color: #fff;
  border-color: var(--air);
  background: var(--air);
}

.resource-empty {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.article-card .category {
  color: var(--danger);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card {
  position: relative;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.article-card:hover,
.article-card:focus-within {
  border-color: #8ca9bc;
  box-shadow: 0 14px 30px rgba(20, 32, 43, 0.12);
  transform: translateY(-2px);
}

.article-card .text-link::after {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  content: "";
}

.article-card .text-link:focus-visible {
  outline: none;
}

.article-card:has(.text-link:focus-visible) {
  outline: 3px solid var(--air);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .article-card {
    transition: none;
  }
}

.article-hero .section-inner {
  display: block;
  max-width: 1160px;
  padding-bottom: 30px;
}

.article-category-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-hero .breadcrumb,
.article-hero .eyebrow,
.article-hero h1,
.article-hero .lead,
.article-hero .article-meta {
  max-width: 920px;
}

.article-hero + .section {
  padding-top: 30px;
}

.article-meta {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  flex-wrap: wrap;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
}

.article-body p {
  margin-top: 18px;
  color: #2d3c4c;
  font-size: 18px;
}

.article-body h2 {
  margin-top: 42px;
  font-size: clamp(25px, 3vw, 34px);
}

.article-body .article-lead {
  color: #2d3c4c;
  font-size: 18px;
  font-weight: 400;
}

.article-body .article-lead::first-letter {
  float: left;
  margin: 0.04em 0.12em 0 0;
  color: var(--air);
  font-size: 4.4em;
  font-weight: 900;
  line-height: 0.74;
}

.article-cta {
  margin-top: 36px;
  padding: 26px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--air);
  border-radius: var(--radius);
  background: var(--soft);
}

.article-cta p {
  margin-top: 10px;
}

.quick-answer,
.ai-faq {
  margin: 28px 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f6f9fb;
}

.quick-answer {
  border-left: 5px solid var(--gold);
}

.quick-answer h2,
.ai-faq h2 {
  margin-top: 0;
}

.faq-item {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.faq-item:first-of-type {
  margin-top: 14px;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.3;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--air);
  font-size: 14px;
  font-weight: 900;
}

.form-panel {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  padding: 10px 12px;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #101923;
  color: #eef4f7;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 42px 0;
}

.site-footer p,
.site-footer a {
  color: #c7d3dc;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-title {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.fine-print {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aebdc8;
  font-size: 13px;
}

.fine-print a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.license-line {
  color: #eef4f7;
  font-weight: 800;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-logo.bright-day,
  .brand-logo.air-oasis {
    height: 38px;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .nav-actions {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    gap: 10px;
  }

  .site-header.is-open .nav-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
  }

  .hero .section-inner,
  .page-hero .section-inner,
  .split {
    grid-template-columns: 1fr;
  }

  .grid.four,
  .grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band .section-inner,
  .section-header {
    align-items: start;
    flex-direction: column;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .commercial-visual-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  }
}

@media (max-width: 640px) {
  .nav-wrap,
  .section-inner,
  .footer-inner {
    width: min(100% - 24px, var(--max));
  }

  .hero .section-inner,
  .page-hero .section-inner {
    padding: 42px 0 38px;
  }

  .section {
    padding: 42px 0;
  }

  .grid.four,
  .grid.three,
  .grid.two,
  .image-pair,
  .form-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .cta-row,
  .cta-row .button,
  .nav-actions .button {
    width: 100%;
  }

  .image-placeholder {
    min-height: 240px;
  }

  .brand-text {
    display: none;
  }

  .hero-brand-overlay {
    left: 12px;
    top: 12px;
    max-width: calc(100% - 24px);
    padding: 12px;
  }

  .electrical-hero-media .hero-brand-overlay {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .electrical-brand-mark {
    gap: 8px;
  }

  .bolt-circle {
    width: 38px;
    height: 38px;
    border-width: 4px;
    font-size: 22px;
  }

  h1,
  h2,
  h3,
  .lead,
  .hero-tagline,
  .value-line,
  .service-area,
  .section-header p,
  .copy-stack p,
  .card p,
  .article-body p,
  .article-card h3 {
    text-wrap: wrap;
  }

  .mobile-sticky {
    position: sticky;
    bottom: 0;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .mobile-sticky .button {
    min-height: 42px;
    padding: 10px;
    font-size: 14px;
  }
}
