:root {
  --yellow: #ffe600;
  --green: #95c11f;
  --red: #e31b23;
  --ink: #090909;
  --coal: #161616;
  --ash: #f3f4f2;
  --muted: #626262;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.12);
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.utility-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 10px 18px;
  background: rgba(8, 8, 8, 0.96);
  color: var(--white);
  border-bottom: 3px solid var(--yellow);
}

.utility-logo img {
  display: none;
}

.utility-logo {
  text-decoration: none;
}

.logo-wordmark {
  display: block;
  max-width: 240px;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.utility-nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.utility-nav a,
.utility-actions a {
  text-decoration: none;
}

.utility-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.phone-link {
  font-weight: 800;
  white-space: nowrap;
}

.cta-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}

.cta-button {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.18);
}

.secondary-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.35);
}

.secondary-button.dark {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--white);
}

.ghost-button {
  min-height: 40px;
  padding: 8px 12px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
}

.compact {
  min-height: 40px;
  padding: 8px 14px;
}

.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media,
.hero-media::after,
.hero-media img {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

.hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.24));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: end;
  padding: 86px 0 52px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow,
.panel-label {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
}

.hero-ctas,
.battery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-panel,
.battery-card,
.ownership-card,
.review-card,
.map-card {
  border-radius: var(--radius);
}

.hero-panel {
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-panel select {
  width: 100%;
  min-height: 48px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
  background: var(--white);
}

.quick-facts {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.quick-facts span {
  padding: 10px 12px;
  background: var(--ash);
  border-left: 5px solid var(--yellow);
  font-weight: 800;
}

.section {
  padding: 86px 0;
}

.split,
.booking-layout,
.location-layout,
.ownership-layout,
.specialty-layout {
  display: grid;
  gap: 44px;
  align-items: center;
}

.split {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
}

.battery-section {
  background: linear-gradient(135deg, var(--yellow) 0 34%, #fff8a9 34% 100%);
}

.battery-section p {
  max-width: 690px;
  font-size: 1.08rem;
}

.battery-card {
  padding: 28px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.battery-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.battery-card li {
  padding-left: 22px;
  border-left: 5px solid var(--yellow);
}

.text-link {
  font-weight: 900;
  color: var(--ink);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.brand-strip img {
  width: 100%;
  height: 76px;
  object-fit: contain;
  padding: 8px;
  background: var(--white);
  border-radius: var(--radius);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.service-card:nth-child(1),
.service-card:nth-child(3) {
  background: var(--coal);
  color: var(--white);
}

.service-card p {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.service-card span {
  color: inherit;
}

.service-card a {
  margin-top: 20px;
  font-weight: 900;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.specialty-section {
  color: var(--white);
  background: var(--coal);
}

.specialty-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
}

.specialty-list {
  display: grid;
  gap: 12px;
}

.specialty-list div {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  font-weight: 900;
}

.specialty-list span {
  width: 14px;
  height: 14px;
  background: var(--yellow);
}

.trust-ribbon {
  padding: 20px 0;
  background: var(--yellow);
  border-block: 5px solid var(--ink);
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-items span {
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 900;
}

.ownership-section {
  background: var(--ash);
}

.ownership-layout,
.booking-layout,
.location-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.8fr);
}

.ownership-card,
.review-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

blockquote {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 900;
}

.review-meta {
  margin: 20px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.booking-section {
  background: var(--ink);
  color: var(--white);
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

input,
select {
  min-height: 50px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 0 12px;
  font: inherit;
}

.location-section {
  background: var(--white);
}

.hours-table {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.hours-table div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  background: var(--ash);
}

.map-card {
  min-height: 380px;
  overflow: hidden;
  border: 4px solid var(--ink);
}

.map-card iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

.site-footer {
  padding: 30px 0;
  color: var(--white);
  background: var(--coal);
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-layout p {
  max-width: 620px;
  margin: 0;
}

@media (max-width: 980px) {
  .utility-bar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .utility-nav,
  .utility-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }

  .hero-content,
  .split,
  .booking-layout,
  .location-layout,
  .ownership-layout,
  .specialty-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .utility-logo img {
    display: none;
  }

  .logo-wordmark {
    font-size: 1rem;
  }

  .utility-nav {
    display: none;
  }

  .utility-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .utility-actions .phone-link,
  .utility-actions .compact {
    grid-column: 1 / -1;
  }

  .hero-content {
    padding: 54px 0 36px;
  }

  .hero-ctas,
  .battery-actions {
    display: grid;
  }

  .section {
    padding: 58px 0;
  }

  .services-grid,
  .brand-strip {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 220px;
  }

  .footer-layout,
  .hours-table div {
    display: grid;
  }
}
