:root {
  --orange: #e3701f;
  --orange-dark: #b94f08;
  --lime: #fff000;
  --ink: #333333;
  --muted: #6c6c6c;
  --soft: #eeeeee;
  --line: #e6e6e6;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input, select, textarea { font: inherit; }

.sr-only {
  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;
}

:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  color: #fff;
  background: #111;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 84px;
  background: #dfdfdf;
}
.home .site-header {
  position: fixed;
  inset: 0 0 auto;
  background: rgba(235,235,235,.68);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 28px;
}
.brand {
  width: 190px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img { width: 155px; }
.site-nav { margin-left: auto; }
.nav-list, .dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list { height: 100%; display: flex; align-items: stretch; }
.nav-list > li { position: relative; display: flex; }
.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 14px;
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-link.active, .nav-link:hover { color: #171717; background: var(--orange); }
.chevron { font-size: 11px; opacity: .7; }
.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 203px;
  padding: 0;
  background: transparent;
  color: var(--orange);
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.nav-list li:hover > .dropdown, .nav-list li:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-list > li:last-child .dropdown { left: auto; right: 0; }
.dropdown a {
  display: block;
  margin-right: 3px;
  padding: 10px;
  color: #e7711f;
  background: #ededed;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.dropdown a.dropdown-nested { padding: 2px 10px 2px 24px; color: #5e5e6d; font-size: 14px; font-weight: 500; }
.dropdown a:hover { color: #171717; background: var(--orange); }
.dropdown .subhead { color: #f0a66f; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle {
  display: none;
  width: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.hero-slider { position: relative; height: 640px; overflow: hidden; background: #fff; }
.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-position: center;
  background-size: cover;
  transition: opacity .85s ease, visibility .85s ease;
}
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide:focus-visible { outline: 4px solid #1671d9; outline-offset: -4px; }
.slide-stage { display: block; position: relative; width: min(1280px, 100%); height: 100%; margin: 0 auto; }
.slide-storm { color: #fff; background-image: linear-gradient(90deg, rgba(5,10,20,.52), rgba(5,10,20,.34)), url('/assets/Stormy-generac.webp'); background-position: center 48%; }
.slide-storm .slide-stage { z-index: 1; }
.storm-copy { position: absolute; left: 50%; top: 49%; width: min(900px, calc(100% - 48px)); display: flex; align-items: center; flex-direction: column; transform: translate(-50%, -50%); padding: 42px 24px; background: radial-gradient(ellipse at center, rgba(3,8,18,.52) 0%, rgba(3,8,18,.25) 48%, transparent 74%); text-align: center; }
.storm-kicker { position: static; margin: 0; font-family: 'Oswald', sans-serif; font-size: 36px; line-height: 1.35; text-shadow: 0 2px 5px rgba(0,0,0,.78); }
.storm-kicker.two { margin-top: 2px; }
.storm-title { position: static; margin: 16px 0 24px; font-family: 'Alfa Slab One', Georgia, serif; font-size: 64px; line-height: 1.1; letter-spacing: .01em; text-shadow: 0 3px 7px rgba(0,0,0,.72); white-space: nowrap; }
.storm-cta { position: static; padding: 9px 18px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; color: #fff; background: var(--orange); font-family: 'Oswald', sans-serif; font-size: 30px; line-height: 1.25; box-shadow: 0 8px 24px rgba(0,0,0,.32); }
.slide-generac { background-image: url('/assets/spring-storm-preparedness1.webp'); }
.slide-generac .current-slide-logo { position: absolute; left: 12%; top: 178px; width: 300px; filter: contrast(1.16) saturate(1.12) drop-shadow(0 0 2px rgba(255,255,255,.95)) drop-shadow(0 7px 9px rgba(0,0,0,.52)); }
.dealer-slide-logos { position: absolute; right: 7%; top: 210px; width: min(640px, 52%); display: flex; align-items: center; justify-content: center; gap: 24px; filter: contrast(1.1) saturate(1.08) drop-shadow(0 0 2px rgba(255,255,255,.92)) drop-shadow(0 7px 9px rgba(0,0,0,.52)); }
.dealer-slide-logos img { display: block; height: auto; }
.dealer-slide-logos .generac-slide-logo { width: 34%; }
.dealer-slide-logos .powerpro-slide-logo { width: 62%; }
.generac-slide-copy { position: absolute; left: 12%; right: 12%; top: 382px; margin: 0; color: #fff; font-family: Impact, 'Alfa Slab One', sans-serif; font-size: 36px; line-height: 1.25; text-align: center; text-shadow: 0 2px 4px rgba(0,0,0,.55); }
.slide-warranty { background-image: url('/assets/background.webp'); }
.warranty-title, .warranty-subtitle { position: absolute; left: 8%; margin: 0; color: var(--orange); font-family: 'Alfa Slab One', Georgia, serif; line-height: 1.2; }
.warranty-title { top: 120px; font-size: 51px; }
.warranty-subtitle { top: 192px; left: 28%; font-size: 42px; }
.warranty-copy { position: absolute; left: 8%; top: 305px; width: 430px; color: #000; font-family: 'Alfa Slab One', Georgia, serif; font-size: 17px; line-height: 1.35; text-align: center; }
.warranty-generator { position: absolute; right: 1%; top: 286px; width: 494px; }
.warranty-logo { position: absolute; left: 10%; top: 438px; width: 303px; filter: contrast(1.2) saturate(1.14) drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 6px 7px rgba(0,0,0,.38)); }
.warranty-link-copy { position: absolute; left: 3%; top: 400px; width: 645px; color: #000; font-family: 'Alfa Slab One', Georgia, serif; font-size: 19px; text-align: center; }
.hero-slide.active .slide-animate { animation: slide-in .7s both; }
.hero-slide.active .delay-1 { animation-delay: .7s; }
.hero-slide.active .delay-2 { animation-delay: 1.35s; }
.hero-slide.active .delay-3 { animation-delay: 2s; }
.hero-slide.active.slide-storm { animation: storm-pan 6s ease-in-out both; }
.hero-slide.active.slide-storm .slide-animate { animation-name: storm-text-in, storm-glow; animation-duration: .8s, 4.8s; animation-timing-function: cubic-bezier(.2,.75,.25,1), ease-in-out; animation-fill-mode: both, none; animation-iteration-count: 1, infinite; }
.hero-slide.active.slide-generac img.slide-animate { animation: logo-pop .8s cubic-bezier(.18,.82,.26,1.08) both; }
.hero-slide.active.slide-generac img.delay-1 { animation-delay: .35s; }
.hero-slide.active.slide-generac .dealer-slide-logos.slide-animate { animation: logo-pop .8s cubic-bezier(.18,.82,.26,1.08) .35s both; }
.hero-slide.active.slide-generac .generac-slide-copy { animation: generac-copy-rise .95s cubic-bezier(.16,.78,.25,1) .95s both; }
.hero-slide.active.slide-warranty .warranty-title { animation: warranty-copy-left .8s cubic-bezier(.16,.78,.25,1) .1s both; }
.hero-slide.active.slide-warranty .warranty-subtitle { animation: warranty-copy-left .8s cubic-bezier(.16,.78,.25,1) .55s both; }
.hero-slide.active.slide-warranty .warranty-copy { animation: warranty-copy-rise .8s cubic-bezier(.16,.78,.25,1) 1.05s both; }
.hero-slide.active.slide-warranty .warranty-link-copy { animation: warranty-copy-rise .8s cubic-bezier(.16,.78,.25,1) 1.6s both; }
.slider-pause { position: absolute; right: 18px; bottom: 18px; z-index: 4; width: 1px; height: 1px; overflow: hidden; border: 0; clip-path: inset(50%); }
.slider-pause:focus { width: auto; height: auto; padding: 8px 12px; clip-path: none; color: #fff; background: #222; }
@keyframes slide-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes storm-pan { from { background-position: 48% 48%; } to { background-position: 53% 45%; } }
@keyframes storm-text-in { from { opacity: 0; transform: translateY(-14px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes storm-glow { 0%, 100% { text-shadow: 0 2px 5px rgba(0,0,0,.78); } 48% { text-shadow: 0 2px 8px rgba(0,0,0,.9), 0 0 18px rgba(210,228,255,.18); } }
@keyframes logo-pop { from { opacity: 0; transform: translateY(10px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes generac-copy-rise { from { opacity: 0; filter: blur(5px); transform: translateY(28px) scale(.97); letter-spacing: .035em; } to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); letter-spacing: 0; } }
@keyframes warranty-copy-left { from { opacity: 0; filter: blur(4px); transform: translateX(-34px); } to { opacity: 1; filter: blur(0); transform: translateX(0); } }
@keyframes warranty-copy-rise { from { opacity: 0; filter: blur(4px); transform: translateY(22px); } to { opacity: 1; filter: blur(0); transform: translateY(0); } }
.phone-banner { padding: 18px 20px; color: #fff; background: var(--orange); text-align: center; font-family: 'Raleway', sans-serif; font-size: clamp(1.45rem, 3vw, 2.45rem); line-height: 1.25; }
.phone-banner a { color: var(--lime); white-space: nowrap; }

.section { padding: 76px 20px; }
.section.narrow { padding-top: 58px; padding-bottom: 58px; }
.container { width: min(var(--max), 100%); margin: 0 auto; }
.measure { width: min(820px, 100%); margin: 0 auto; }
.section-title, .page-title {
  margin: 0 0 18px;
  color: var(--orange);
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.section-title { font-size: clamp(2rem, 4vw, 3.15rem); }
.section-subtitle { margin: 0 0 24px; color: #444; font-family: 'Raleway', sans-serif; font-size: 1.5rem; font-weight: 400; text-align: center; }
.lead { margin: 0 auto; font-size: 1.06rem; text-align: center; }
.soft { background: #f5f5f5; }
.dark { color: #fff; background: #292929; }

.intro .section-title { color: #111; }
.intro .section-subtitle { font-size: 1.2rem; }
.home main p { font-family: 'Raleway', sans-serif; font-weight: 400; }
.intro .lead { font-size: 1.3125rem; line-height: 1.8; }
.intro .lead + .lead { margin-top: 18px; }
.services-section { position: relative; padding: 32px 20px 64px; background: linear-gradient(rgba(227,112,31,.54), rgba(227,112,31,.60)), url('/assets/bigstock-Light-Bulb-36818132-1024x768.webp') center/cover fixed; }
.services-section .section-title { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.42); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 86px; }
.service-card { min-height: 404px; padding: 22px 22px 32px; border: 1px solid rgba(255,255,255,.88); color: #202020; background: rgba(255,255,255,.84); text-align: center; }
.service-card img { width: 168px; height: 168px; margin: 0 auto 20px; border-radius: 50%; object-fit: cover; }
.service-card h3 { margin: 0 0 12px; color: var(--orange); font-family: 'Raleway', sans-serif; font-size: 1.55rem; font-weight: 700; line-height: 1.3; }
.service-card p { margin: 0; font-family: 'Open Sans', Arial, sans-serif; font-size: 1.02rem; font-weight: 500; line-height: 1.65; }
.service-card:hover { color: #202020; background: rgba(255,240,0,.88); border-color: var(--orange); }
.team-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 84px 8px 8px; background: #fff; }
.team-strip img { width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; box-shadow: 0 1px 6px rgba(0,0,0,.4); }

.dealer {
  min-height: 375px;
  display: grid;
  align-items: center;
  padding: 42px 20px;
  background: rgba(201,201,196,.1);
}
.dealer .measure { width: min(1020px, 100%); color: #171717; text-align: left; }
.dealer .section-title { color: var(--orange); text-align: left; font-size: 2rem; }
.dealer .accent { color: var(--orange); }
.cta-band { padding: 34px 20px; color: #fff; background: var(--orange); text-align: center; font-family: 'Raleway', sans-serif; font-size: 1.4rem; }
.button {
  display: inline-block;
  margin-left: 16px;
  padding: 11px 22px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.button:hover { color: var(--orange); background: #fff; }
.elite-layout { width: min(1020px, 100%); }
.elite-heading-row { display: flex; align-items: center; gap: 24px; }
.elite-heading-row .section-title { margin: 0; text-align: left; font-size: 2rem; }
.elite-dealer-logos { width: 420px; display: flex; align-items: center; justify-content: center; gap: 18px; flex: 0 0 auto; }
.elite-dealer-logos img { width: 61%; height: auto; }
.elite-dealer-logos .elite-generac-logo { width: 35%; }
.videos-section { color: #fff; background: var(--orange); }
.videos-section .section-title { color: #fff; font-size: 2rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.video-card iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.video-card h3 { margin: 14px 0 6px; color: #fff; font-family: 'Oswald', sans-serif; font-size: 1.12rem; font-weight: 500; }
.video-card p { margin: 0; font-size: .9rem; line-height: 1.55; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; align-items: center; margin-top: 28px; }
.partners-section .section-title { color: #333; }
.partner-grid a { display: grid; place-items: center; min-height: 170px; padding: 10px; overflow: hidden; background: #fff; }
.partner-grid img { max-width: 225px; max-height: 125px; object-fit: contain; }
.partner-grid a:nth-child(1) img { transform: scale(1.08); }
.partner-grid a:nth-child(2) img { transform: scale(1.6); }
.partner-grid a:nth-child(3) img { transform: scale(1.15); }
.partner-grid a:nth-child(4) img { transform: scale(1.4); }

.page-main { min-height: 60vh; }
.page-hero { padding: 40px 20px 0; }
.page-hero img { width: min(1200px, 100%); max-height: 560px; margin: 0 auto; border: 8px solid var(--orange); object-fit: cover; }
.page-content { padding: 52px 20px 78px; }
.page-title { font-size: clamp(2rem, 4vw, 2.9rem); }
.content-heading { margin: 34px 0 14px; color: var(--orange); font-family: 'Raleway', sans-serif; font-size: 1.65rem; font-weight: 400; text-align: center; }
.prose p { margin: 0 0 20px; }
.prose p a { color: var(--orange); text-decoration: underline; text-decoration-thickness: .09em; text-underline-offset: .14em; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 32px; }
.parts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; margin-right: auto; margin-left: auto; }
.parts-grid > a { min-width: 0; display: flex; }
.parts-grid > a .product-card { width: 100%; height: 100%; }
.product-card { padding: 24px; border: 1px solid var(--line); text-align: center; background: #fff; }
.product-card img { width: 100%; height: 220px; object-fit: contain; margin-bottom: 18px; }
.product-card.photo img { height: 240px; object-fit: cover; }
.product-card h2, .product-card h3 { margin: 0 0 10px; color: var(--orange); font-family: 'Raleway', sans-serif; font-size: 1.42rem; font-weight: 400; line-height: 1.3; }
.product-card p { margin: 0; font-size: .93rem; }
.generator-page { padding-bottom: 0; }
.generator-after { padding-top: 27px; }
.generator-cta { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 25px 20px; }
.generator-cta .button { margin-left: 0; padding: 9px 20px; }
.generator-photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
.generator-photo-strip img { width: 100%; aspect-ratio: 1024 / 683; object-fit: cover; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery .wide { grid-column: span 2; }
.gallery-page { padding: 40px 20px; }
.gallery-page .container { width: min(1020px, 100%); }
.gallery-logo { width: 300px; margin: 18px auto 98px; }
.work-gallery { display: flex; flex-direction: column; align-items: center; gap: 40px; }
.work-gallery img { width: 100%; }
.work-gallery img:first-child { width: min(700px, 100%); }

.community-layout { display: grid; grid-template-columns: minmax(280px, 1fr) 1.2fr; gap: 48px; align-items: start; }
.community-layout img { width: 100%; }
.community-list { columns: 2; column-gap: 28px; margin: 18px 0 0; padding-left: 20px; }
.community-list li { break-inside: avoid; margin-bottom: 8px; }
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote { margin: 0; padding: 24px 26px; border-left: 5px solid var(--orange); background: #f6f6f6; }
.quote p { margin: 0 0 12px; font-style: italic; }
.quote cite { color: var(--orange); font-style: normal; font-weight: 700; }

.contact-page { background: #f4f4f4; }
.contact-hero {
  min-height: 310px;
  display: grid;
  align-items: center;
  padding: 118px 20px 62px;
  color: #fff;
  background: linear-gradient(90deg, rgba(28,28,28,.86), rgba(28,28,28,.58)), url('/assets/bigstock-Light-Bulb-36818132-1024x768.webp') center 46% / cover;
}
.contact-hero .container { width: min(1100px, 100%); }
.contact-eyebrow { margin: 0 0 4px; color: #f09a5c; font-family: 'Raleway', sans-serif; font-size: .86rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-hero .page-title { margin: 0; color: #fff; font-size: clamp(2.45rem, 5vw, 4rem); text-align: left; }
.contact-intro { max-width: 700px; margin: 12px 0 0; font-size: 1.08rem; font-weight: 400; line-height: 1.65; }
.contact-section { padding: 68px 20px 84px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr); gap: 34px; align-items: start; }
.contact-form-card { padding: 38px; border-top: 5px solid var(--orange); background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.09); }
.contact-form-heading { margin: 0 0 26px; }
.contact-form-heading h2 { margin: 0 0 6px; color: #2e2e2e; font-family: 'Raleway', sans-serif; font-size: 1.65rem; font-weight: 700; }
.contact-form-heading p { margin: 0; color: #616161; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.location-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 6px; font-size: .92rem; font-weight: 600; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9b9b9; border-radius: 2px; color: #222; background: #fff; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); outline: 3px solid rgba(215,223,63,.58); outline-offset: 1px; }
textarea { min-height: 145px; resize: vertical; }
.submit { min-height: 50px; border: 0; border-radius: 999px; margin: 4px 0 0; padding: 13px 30px; color: #fff; background: var(--orange); cursor: pointer; font-weight: 700; letter-spacing: .02em; }
.submit:hover { background: var(--orange-dark); }
.submit:disabled { cursor: wait; opacity: .7; }
.form-note { display: none; margin: 14px 0 0; padding: 12px 16px; border-left: 4px solid var(--orange); background: #f5f5f5; }
.form-note.is-error { border-left-color: #a52422; color: #7a1d1b; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-card { padding: 34px 32px; border-top: 5px solid var(--lime); color: #fff; background: #363636; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.contact-card h2 { margin: 0 0 22px; color: #fff; font-family: 'Raleway', sans-serif; font-size: 1.65rem; font-weight: 700; }
.contact-card-kicker { color: #f2a36a; font-family: 'Raleway', sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-detail { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-detail:first-of-type { padding-top: 0; border-top: 0; }
.contact-detail h3 { margin: 0 0 4px; color: #f2a36a; font-family: 'Raleway', sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-card p { margin: 0; }
.contact-card a { color: #fff; text-decoration: underline; text-underline-offset: .18em; }
.contact-card .contact-primary-phone { color: #f4f780; font-family: 'Raleway', sans-serif; font-size: 1.45rem; font-weight: 700; text-decoration: none; }
.contact-map-section { width: 100%; background: #242424; }
.contact-map-bar { width: min(1100px, calc(100% - 40px)); min-height: 132px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 0; color: #fff; }
.contact-map-kicker { margin: 0 0 2px; color: var(--lime); font-family: 'Raleway', sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-map-bar h2 { margin: 0; color: #fff; font-family: 'Raleway', sans-serif; font-size: clamp(1.7rem, 3.4vw, 2.45rem); font-weight: 600; line-height: 1.2; }
.map-directions-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; flex: 0 0 auto; padding: 12px 26px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--orange); font-weight: 700; letter-spacing: .02em; box-shadow: 0 7px 18px rgba(0,0,0,.25); }
.map-directions-button:hover { border-color: var(--lime); color: #171717; background: var(--lime); }
.contact-map-frame { width: 100%; height: 460px; display: block; border: 0; }
.about-page { padding: 40px 20px; }
.about-page .container { width: min(1020px, 100%); }
.about-page .page-title { margin-bottom: 6px; color: #e3701f; font-size: clamp(2.6rem, 5vw, 3.125rem); line-height: 1.2; }
.about-subtitle { margin: 0; color: #757575; font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 400; line-height: 28.8px; text-align: center; }
.story-images { display: flex; flex-direction: column; align-items: center; gap: 39px; margin-top: 60px; }
.story-images img { width: 100%; }
.story-images img:last-child { width: min(700px, 100%); }

.site-footer { color: #fff; background: var(--orange); }
.footer-main { padding: 31px 20px 36px; border-top: 4px solid var(--lime); }
.footer-grid { width: min(1100px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; }
.footer-grid > div { min-width: 0; }
.site-footer h3 { margin: 0 0 10px; color: #fff; font-family: 'Raleway', sans-serif; font-size: 1.3rem; font-weight: 700; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 2px; }
.footer-links a { color: #fff; font-size: .9rem; font-weight: 600; }
.footer-brand { text-align: center; }
.footer-brand img { width: 202px; margin: 0 auto 12px; }
.footer-logo { min-height: 77px; background: url('https://currentelectricmc.com/assets/currentLogo1-1.png') center / contain no-repeat; }
.footer-dealer-logos { width: min(250px, 100%); display: grid; justify-items: start; gap: 10px; margin: 22px 0 0; }
.footer-dealer-logos img { max-width: 100%; height: auto; margin: 0; filter: contrast(1.14) saturate(1.08) drop-shadow(0 0 2px rgba(255,255,255,.92)) drop-shadow(0 4px 5px rgba(0,0,0,.3)); }
.footer-dealer-logos .footer-generac-logo { width: 160px; }
.footer-dealer-logos .footer-powerpro-logo { width: 250px; }
.footer-brand p { margin: 0; font-size: .9rem; line-height: 1.9; }
.facebook-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 13px; color: #fff; font-size: .9rem; font-weight: 700; text-decoration: underline; text-underline-offset: .17em; }
.facebook-link:hover { color: var(--lime); }
.facebook-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: #1877f2; font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; line-height: 1; text-decoration: none; }
.copyright {
  padding: 19px 20px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: linear-gradient(180deg, #2a2a2a 0%, #151515 14%, #030303 58%, #101010 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 12px 22px rgba(255,255,255,.035);
  text-align: center;
  text-shadow: 0 1px 2px #000;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .015em;
}

.accessibility-widget { position: fixed; right: 18px; bottom: 18px; z-index: 80; font-family: 'Open Sans', Arial, sans-serif; }
.accessibility-toggle { display: inline-flex; align-items: center; gap: 8px; float: right; min-height: 46px; padding: 10px 15px; border: 3px solid var(--lime); border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 6px 22px rgba(0,0,0,.24); cursor: pointer; font-weight: 700; }
.accessibility-symbol { color: #fff; font-family: Arial, sans-serif; font-size: 1.05rem; }
.accessibility-toggle:hover { background: #313131; }
.accessibility-panel { clear: both; width: min(320px, calc(100vw - 36px)); margin: 0 0 10px; padding: 22px; border-top: 5px solid var(--orange); border-radius: 4px; color: #292929; background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.28); }
.accessibility-panel[hidden] { display: none; }
.accessibility-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.accessibility-panel h2 { margin: 0 0 4px; color: #292929; font-family: 'Raleway', sans-serif; font-size: 1.22rem; font-weight: 700; }
.accessibility-close { width: 34px; height: 34px; flex: 0 0 auto; border: 0; border-radius: 50%; color: #fff; background: #363636; cursor: pointer; font-size: 1.35rem; line-height: 1; }
.accessibility-panel p { margin: 0 0 15px; color: #555; font-size: .86rem; line-height: 1.45; }
.accessibility-controls { display: grid; gap: 9px; }
.accessibility-controls button { min-height: 43px; padding: 9px 12px; border: 2px solid #777; border-radius: 3px; color: #262626; background: #fff; cursor: pointer; font-weight: 700; text-align: left; }
.accessibility-controls button:hover, .accessibility-controls button[aria-pressed='true'] { border-color: var(--orange); color: #fff; background: var(--orange); }
.accessibility-controls button:last-child { margin-top: 4px; border-style: dashed; }
.a11y-highlight-links main a:not(.button):not(.service-card):not(.product-card), .a11y-highlight-links footer a { outline: 3px solid var(--lime); outline-offset: 2px; text-decoration: underline !important; }
.a11y-reduce-motion *, .a11y-reduce-motion *::before, .a11y-reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
.a11y-contrast { color: #fff; background: #000; }
.a11y-contrast main, .a11y-contrast .section, .a11y-contrast .page-content, .a11y-contrast .contact-page, .a11y-contrast .contact-section { color: #fff; background: #000; }
.a11y-contrast .service-card, .a11y-contrast .product-card, .a11y-contrast .quote, .a11y-contrast .contact-form-card, .a11y-contrast .accessibility-panel { color: #fff; background: #111; }
.a11y-contrast h1, .a11y-contrast h2, .a11y-contrast h3, .a11y-contrast p, .a11y-contrast label, .a11y-contrast .section-title, .a11y-contrast .page-title { color: #fff; }
.a11y-contrast a { color: #ffff00 !important; }
.a11y-contrast input, .a11y-contrast select, .a11y-contrast textarea { color: #000; background: #fff; }
.videos-section, .partners-section { content-visibility: auto; contain-intrinsic-size: 700px; }

html[data-mirror-proxied] .site-header {
  position: relative !important;
  inset: auto !important;
  background: #ededed !important;
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
}

@media (min-width: 761px) {
  .footer-grid > div:not(.footer-brand) { width: max-content; margin-inline: auto; text-align: left; }
  .footer-grid > .footer-products { width: 250px; max-width: 100%; }
  .footer-links { display: block; text-align: left; }
}

@media (max-width: 1060px) {
  .header-inner { width: min(100% - 30px, 900px); }
  .brand { width: auto; flex: 1; justify-content: center; }
  .brand img { width: 140px; }
  .menu-toggle { display: block; position: absolute; left: 14px; top: 18px; }
  .site-nav { position: absolute; left: 0; right: 0; top: 84px; margin: 0; background: rgba(42,42,42,.98); max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .site-nav.open { max-height: 75vh; overflow-y: auto; }
  .nav-list { display: block; height: auto; padding: 8px 0 14px; }
  .nav-list > li { display: block; }
  .nav-link { min-height: 46px; padding: 0 22px; color: #fff; }
  .dropdown { position: static; display: block; min-width: 0; padding: 0 0 6px 18px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .dropdown a { margin: 0; padding: 7px 22px; color: #f0a66f; background: transparent; }
  .dropdown a.dropdown-nested { padding: 4px 22px 4px 38px; color: #ccc; }
  .hero-slider { height: 640px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .storm-copy { top: 50%; width: calc(100% - 40px); padding-inline: 18px; }
  .storm-kicker { font-size: clamp(1.7rem, 3.8vw, 2.15rem); }
  .storm-title { font-size: clamp(2.8rem, 5.5vw, 3.5rem); }
  .storm-cta { font-size: clamp(1.45rem, 3.2vw, 1.8rem); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header, .header-inner { min-height: 74px; }
  .site-nav { top: 74px; }
  .menu-toggle { top: 13px; }
  .brand img { width: 138px; }
  .hero-slider { height: 570px; }
  .hero-slider .slide-generac, .hero-slider .slide-warranty { display: none; }
  .slide-storm { background-position: 58% center; }
  .storm-copy { top: 51%; width: calc(100% - 32px); padding: 34px 16px; }
  .storm-kicker { font-size: 25px; }
  .storm-title { margin: 14px 0 21px; font-size: clamp(2.15rem, 8vw, 3.6rem); }
  .storm-cta { font-size: 24px; }
  .slide-generac .current-slide-logo { left: 4%; top: 170px; width: 34%; }
  .dealer-slide-logos { right: 3%; top: 185px; width: 55%; gap: 8px; }
  .generac-slide-copy { left: 7%; right: 7%; top: 335px; font-size: 26px; }
  .warranty-title { left: 5%; top: 120px; font-size: 34px; }
  .warranty-subtitle { left: 18%; top: 170px; font-size: 29px; }
  .warranty-copy { left: 3%; top: 248px; width: 46%; font-size: 13px; }
  .warranty-generator { right: 1%; top: 250px; width: 48%; }
  .warranty-link-copy { left: 3%; top: 365px; width: 47%; font-size: 13px; }
  .warranty-logo { left: 8%; top: 425px; width: 32%; }
  .phone-banner { padding: 20px; }
  .section { padding: 54px 20px; }
  .service-grid, .product-grid, .video-grid, .quotes, .contact-layout, .community-layout { grid-template-columns: 1fr; }
  .parts-grid { grid-template-columns: 1fr; max-width: 520px; }
  .footer-main { padding: 31px 0 4px; }
  .footer-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 0; }
  .footer-grid > div { padding: 0 0 0 9.2vw; }
  .footer-brand { grid-column: 1 / -1; padding: 0; }
  .footer-products .footer-dealer-logos { width: min(220px, 100%); }
  .footer-links a, .footer-brand p { font-size: .78rem; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .team-strip { grid-template-columns: repeat(2, 1fr); }
  .services-section { padding-bottom: 64px; background-attachment: scroll; }
  .team-strip { padding-top: 52px; }
  .service-grid { margin-top: 48px; }
  .service-card { min-height: 0; }
  .dealer { min-height: 430px; }
  .elite-heading-row { align-items: flex-start; flex-direction: column; }
  .elite-dealer-logos { width: min(430px, 100%); }
  .button { display: block; width: max-content; margin: 16px auto 0; }
  .generator-after { padding-top: 24px; }
  .generator-cta { flex-direction: column; gap: 0; }
  .generator-cta .button { align-self: center; margin: 16px auto 0; }
  .generator-photo-strip { grid-template-columns: 1fr; }
  .gallery-logo { width: min(300px, 84%); margin-bottom: 64px; }
  .page-hero { padding: 40px 20px 0; }
  .page-hero img { border-width: 7px; }
  .page-content { padding: 44px 20px 60px; }
  .product-card img { height: 200px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery .wide { grid-column: auto; }
  .community-list { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-hero { min-height: 290px; padding-top: 108px; }
  .contact-section { padding: 46px 20px 60px; }
  .contact-form-card, .contact-card { padding: 28px 22px; }
  .location-row { grid-column: auto; grid-template-columns: 1fr; gap: 18px; }
  .contact-map-bar { min-height: 0; align-items: flex-start; flex-direction: column; padding: 30px 0; }
  .contact-map-frame { height: 390px; }
  .accessibility-widget { right: 12px; bottom: 12px; }
}

@media (max-width: 480px) {
  .hero-slider { height: 520px; }
  .storm-copy { top: 52%; padding: 28px 12px; }
  .storm-kicker { font-size: 22px; }
  .storm-title { font-size: clamp(1.65rem, 7.4vw, 2.1rem); white-space: normal; }
  .storm-cta { font-size: 21px; }
  .warranty-title { font-size: 27px; }
  .warranty-subtitle { left: 12%; top: 163px; font-size: 23px; }
  .service-grid, .team-strip, .gallery { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr; }
  .footer-grid { width: calc(100% - 64px); }
  .footer-grid > div { padding-left: 26px; }
  .footer-brand { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
