:root {
  --ink: #101010;
  --muted: #5f6368;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --deep: #080808;
  --navy: #151515;
  --blue: #d71920;
  --blue-dark: #a80f16;
  --gold: #d71920;
  --green: #d71920;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
  --radius: 8px;
  --header-height: 78px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--blue);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 222, 232, 0.88);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--paper);
  font-weight: 900;
  background: var(--blue);
  border: 2px solid var(--deep);
  border-radius: 7px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #151515;
  font-size: 13px;
  font-weight: 700;
}

.nav a {
  padding: 12px 0;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"],
.phone-link:hover,
.phone-link:focus-visible {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 190px;
}

.phone-link {
  color: var(--deep);
  font-size: 14px;
  font-weight: 900;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - var(--header-height));
  padding: 120px 0 36px;
  overflow: hidden;
  color: var(--paper);
}

.hero-media,
.service-image {
  background-position: center;
  background-size: cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1800&q=82");
}

.page-hero {
  min-height: 600px;
}

.inspection-hero .hero-media {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=82");
}

.emergency-hero .hero-media {
  background-image: url("https://images.unsplash.com/photo-1607472586893-edb57bdc0e39?auto=format&fit=crop&w=1800&q=82");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.78) 48%, rgba(20, 20, 20, 0.28) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.12) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

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

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 730px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: var(--paper);
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
}

.button-secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.58);
}

.button-outline {
  color: var(--deep);
  background: transparent;
  border-color: rgba(17, 24, 39, 0.26);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: rgba(17, 24, 39, 0.06);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 980px);
  margin-top: 68px;
  overflow: hidden;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-strip span {
  min-height: 68px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
}

.priority-band {
  background: var(--deep);
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.priority-item {
  display: block;
  min-height: 128px;
  padding: 24px;
  color: var(--paper);
  background: #181818;
}

.priority-item:hover,
.priority-item:focus-visible {
  background: #272727;
}

.priority-item.urgent {
  background: var(--blue-dark);
}

.priority-item span,
.service-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.priority-item strong {
  display: block;
  max-width: 230px;
  font-size: 22px;
  line-height: 1.15;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 720px;
  text-align: center;
}

.section-heading.narrow,
.process-section .section-heading {
  margin-right: auto;
  margin-left: auto;
}

.section-heading p,
.split-grid p,
.guide-grid p,
.contact-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.graphic-services {
  background: var(--paper);
}

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

.graphic-card {
  min-height: 310px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.graphic-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 30px;
  color: var(--blue);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.graphic-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.emergency-icon {
  color: var(--blue);
}

.graphic-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.emergency-alert {
  color: var(--paper);
  background: var(--blue-dark);
}

.emergency-alert-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 16px 0;
}

.emergency-alert strong {
  white-space: nowrap;
}

.emergency-alert span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

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

.emergency-card {
  min-height: 290px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.emergency-card.danger {
  border-color: rgba(194, 65, 45, 0.38);
  box-shadow: 0 18px 48px rgba(194, 65, 45, 0.14);
}

.emergency-symbol {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 42px;
  color: var(--paper);
  font-size: 26px;
  font-weight: 900;
  background: var(--blue);
  border-radius: 50%;
}

.danger .emergency-symbol {
  background: var(--blue);
}

.emergency-card p {
  color: var(--muted);
  line-height: 1.6;
}

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

.emergency-meter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.meter-line {
  position: absolute;
  top: 58px;
  right: 44px;
  left: 44px;
  height: 3px;
  background: #dfe5ef;
}

.meter-step {
  position: relative;
  z-index: 1;
  min-height: 220px;
  padding: 12px;
}

.meter-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 56px;
  color: var(--deep);
  font-weight: 900;
  background: var(--gold);
  border: 4px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
}

.meter-step.active span {
  color: var(--paper);
  background: var(--blue);
}

.meter-step strong {
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
}

.meter-step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.service-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.service-card.featured {
  grid-row: span 2;
}

.service-image {
  min-height: 230px;
  background-color: var(--soft);
}

.featured .service-image {
  min-height: 360px;
}

.panel-image {
  background-image: url("https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=1200&q=80");
}

.ev-image {
  background-image: url("https://images.unsplash.com/photo-1593941707882-a5bba14938c7?auto=format&fit=crop&w=1200&q=80");
}

.repair-image {
  background-image: url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1200&q=80");
}

.service-body {
  padding: 28px;
}

.service-kicker {
  color: var(--blue);
}

.service-body p,
.service-body li,
.faq-list p {
  color: var(--muted);
  line-height: 1.62;
}

.service-body ul,
.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service-body li,
.check-list li {
  position: relative;
  padding-left: 24px;
}

.service-body li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
  content: "✓";
}

.inspection-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  color: var(--paper);
  background: var(--deep);
  border-radius: var(--radius);
}

.inspection-callout .eyebrow {
  color: var(--gold);
}

.inspection-callout h3 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 36px);
}

.inspection-callout p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

.brighten-section {
  background:
    linear-gradient(90deg, rgba(244, 247, 251, 0.96), rgba(244, 247, 251, 0.88)),
    url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?auto=format&fit=crop&w=1600&q=82") center / cover;
}

.brighten-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 48px;
  align-items: center;
}

.brighten-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.brighten-panel {
  padding: 30px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--deep), #252525);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brighten-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.brighten-panel h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.brighten-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.brighten-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.brighten-benefits div {
  min-height: 172px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.brighten-benefits strong,
.brighten-benefits span {
  display: block;
}

.brighten-benefits strong {
  margin-bottom: 10px;
  font-size: 19px;
}

.brighten-benefits span {
  color: var(--muted);
  line-height: 1.52;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  min-height: 280px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.audience-card span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--blue);
  font-weight: 900;
}

.audience-card p,
.review-list p {
  color: var(--muted);
  line-height: 1.62;
}

.inspection-visual-section {
  background: var(--paper);
}

.visual-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.visual-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.risk-dashboard {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.risk-row {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.risk-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-row strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.risk-bar {
  height: 10px;
  overflow: hidden;
  background: #dfe5ef;
  border-radius: 999px;
}

.risk-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.risk-row.high .risk-bar i {
  width: 92%;
  background: var(--blue);
}

.risk-row.medium .risk-bar i {
  width: 64%;
  background: var(--gold);
}

.risk-row.low .risk-bar i {
  width: 36%;
  background: var(--green);
}

.property-illustration {
  margin-top: 26px;
}

.property-illustration svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.property-illustration .sky {
  fill: #f4f4f4;
}

.property-illustration .ground {
  fill: #e5e5e5;
}

.property-illustration .house,
.property-illustration .adu {
  fill: #ffffff;
  stroke: #080808;
  stroke-width: 5;
}

.property-illustration .roof,
.property-illustration .wire,
.property-illustration .utility-pole,
.property-illustration .panel-line {
  fill: none;
  stroke: #d71920;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

.property-illustration .door,
.property-illustration .window,
.property-illustration .panel-box {
  fill: #d71920;
  stroke: #080808;
  stroke-width: 4;
}

.property-illustration .tag {
  fill: #080808;
}

.property-illustration text {
  fill: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

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

.split-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

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

.proof-grid div {
  min-height: 170px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.proof-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
}

.proof-grid span {
  color: var(--muted);
  line-height: 1.45;
}

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

.service-area-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.service-area-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.local-signal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.local-signal-list div {
  min-height: 190px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.local-signal-list strong,
.local-signal-list span {
  display: block;
}

.local-signal-list strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.local-signal-list span {
  color: var(--muted);
  line-height: 1.52;
}

.permit-section {
  background: var(--paper);
}

.permit-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 48px;
  align-items: center;
}

.permit-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.permit-story {
  padding: 30px;
  color: var(--paper);
  background: var(--deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.permit-story span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.permit-story h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.permit-story p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.permit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.permit-list div {
  min-height: 158px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.permit-list strong,
.permit-list span {
  display: block;
}

.permit-list strong {
  margin-bottom: 10px;
  font-size: 19px;
}

.permit-list span {
  color: var(--muted);
  line-height: 1.52;
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-list div {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-list h3 {
  margin-bottom: 8px;
}

.review-list p {
  margin-bottom: 0;
}

.process-section {
  color: var(--paper);
  background: var(--navy);
}

.process-section .eyebrow {
  color: var(--gold);
}

.process-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

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

.process-grid article {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.process-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--gold);
  font-weight: 900;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

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

.path-graphic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.path-graphic div {
  position: relative;
  min-height: 230px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.path-graphic div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -21px;
  z-index: 1;
  width: 28px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.path-graphic span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  color: var(--deep);
  font-weight: 900;
  background: var(--gold);
  border-radius: 50%;
}

.path-graphic strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.18;
}

.path-graphic p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.guide-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.guide-grid,
.contact-grid,
.deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 54px;
  align-items: start;
}

.deliverables-section {
  background: var(--paper);
}

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

.deliverable-list div {
  min-height: 150px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.deliverable-list strong,
.deliverable-list span {
  display: block;
}

.deliverable-list strong {
  margin-bottom: 10px;
  font-size: 19px;
}

.deliverable-list span {
  color: var(--muted);
  line-height: 1.52;
}

.lead-form,
.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #222222;
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #cbd3df;
  border-radius: 7px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(215, 25, 32, 0.18);
  border-color: var(--blue);
}

.reviews-section {
  background: var(--paper);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

figure {
  min-height: 260px;
  margin: 0;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

blockquote {
  margin: 0 0 24px;
  color: #171717;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

figcaption {
  color: var(--muted);
  font-weight: 800;
}

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

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  padding: 22px 24px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.contact-section {
  padding: 96px 0;
  color: var(--paper);
  background: var(--deep);
}

.contact-section .eyebrow {
  color: var(--gold);
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-methods {
  margin-top: 28px;
}

.contact-methods a,
.contact-methods span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  font-weight: 800;
}

.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links {
  margin-top: 16px;
}

.social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.social-links a:hover,
.social-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
}

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

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

.lead-status {
  margin: 0 0 16px;
  padding: 14px 16px;
  color: var(--paper) !important;
  border-radius: var(--radius);
  font-size: 15px !important;
  font-weight: 900;
  line-height: 1.45 !important;
}

.lead-status.success {
  background: #166534;
}

.lead-status.error {
  background: var(--blue-dark);
}

.form-note {
  margin: 0;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.75);
  background: #080808;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer .brand strong,
.site-footer .brand small {
  color: var(--paper);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 12px;
}

@media (max-width: 980px) {
  .header-actions {
    min-width: auto;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(17, 24, 39, 0.12);
  }

  body.nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .phone-link {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .trust-strip,
  .priority-grid,
  .process-grid,
  .graphic-grid,
  .emergency-grid,
  .emergency-meter,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .split-grid,
  .visual-grid,
  .service-area-grid,
  .brighten-grid,
  .permit-grid,
  .guide-grid,
  .contact-grid,
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .inspection-callout {
    grid-template-columns: 1fr;
  }

  .service-card.featured {
    grid-row: auto;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 180px;
  }

  .hero {
    min-height: 720px;
    padding-top: 76px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .trust-strip,
  .priority-grid,
  .process-grid,
  .graphic-grid,
  .emergency-grid,
  .emergency-meter,
  .path-graphic,
  .proof-grid,
  .local-signal-list,
  .brighten-benefits,
  .permit-list,
  .form-row,
  .audience-grid,
  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .path-graphic div:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -9px;
    left: 34px;
    width: 2px;
    height: 18px;
  }

  .emergency-alert-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .meter-line {
    display: none;
  }

  .meter-step {
    min-height: auto;
  }

  .meter-step span {
    margin-bottom: 22px;
  }

  .section,
  .contact-section {
    padding: 66px 0;
  }

  .priority-item {
    min-height: 104px;
  }

  .featured .service-image,
  .service-image {
    min-height: 230px;
  }

  .lead-form,
  .contact-form,
  .service-body,
  figure {
    padding: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }

  .footer-meta {
    justify-items: start;
  }
}
