:root {
  --ink: #111111;
  --muted: #585858;
  --line: #e2e2e2;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --deep: #111111;
  --orange: #d7442e;
  --red: var(--orange);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-height: 84px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 1 1 auto;
  min-width: 190px;
  text-decoration: none;
  font-weight: 900;
  color: var(--deep);
  letter-spacing: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 0.94rem;
  color: #242424;
}

nav a {
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

nav a:hover {
  background: #ffffff;
  color: var(--red);
}

nav a[aria-current="page"] {
  background: #ffffff;
  color: var(--red);
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.header-call,
.button.primary {
  color: #ffffff;
  background: var(--red);
}

.header-call {
  min-height: 50px;
  padding-inline: 22px;
  box-shadow: 0 12px 28px rgba(215, 68, 46, 0.25);
}

.button.secondary {
  color: var(--deep);
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(34px, 7vw, 86px);
  min-height: calc(100vh - 84px);
  margin-bottom: 96px;
  padding: clamp(64px, 9vw, 108px) clamp(20px, 5vw, 72px) 0;
  color: var(--deep);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 38%, rgba(215, 68, 46, 0.28) 66%, rgba(255, 255, 255, 0.06) 100%),
    url("assets/honest-team-storefront-hero-opt.jpg") center / cover;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

h1 {
  margin-bottom: 20px;
  max-width: 820px;
  font-size: clamp(2.65rem, 6.2vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h1 .accent-line {
  color: var(--red);
  font-size: 0.82em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--deep);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
  color: var(--deep);
}

.nowrap {
  white-space: nowrap;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
  color: #2b2b2b;
  font-size: clamp(1.02rem, 1.6vw, 1.28rem);
}

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

.hero-location-grid {
  width: 100%;
  transform: translateY(96px);
  position: relative;
  z-index: 2;
}

.hero-location-grid .contact-card {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.hero + section {
  padding-top: clamp(116px, 11vw, 152px);
}

.repair-first-promise {
  max-width: none;
  padding-top: clamp(82px, 8vw, 116px);
  padding-bottom: clamp(34px, 5vw, 62px);
  text-align: center;
  background: #ffffff;
}

.repair-first-promise h2 {
  max-width: 1180px;
  margin-inline: auto;
  margin-bottom: 14px;
  text-align: center;
}

.repair-first-promise h2 + p {
  max-width: 940px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  font-weight: 700;
  text-align: center;
}

.repair-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--red);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(215, 68, 46, 0.22);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.repair-call-button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  flex: 0 0 auto;
}

.repair-call-button:hover,
.repair-call-button:focus-visible {
  background: #111111;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.mobile-call-now {
  display: none;
}

.repair-first-promise + .ai-authority {
  padding-top: clamp(34px, 5vw, 62px);
}

.ai-authority {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #ffffff;
}

.ai-authority-copy {
  max-width: 720px;
}

.authority-title-accent {
  color: var(--red);
  font-style: italic;
}

.ai-authority-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.ai-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  align-items: stretch;
  margin: 0;
}

.ai-facts div {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f7f7;
  transform: scale(1.018);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
  will-change: transform;
}

.ai-facts div:hover,
.ai-facts div:focus-within {
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  transform: scale(1);
}

.ai-facts dt {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
}

.band {
  background: var(--soft);
}

.intro,
.about-section,
.page-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.intro > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.page-intro {
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  background: #ffffff;
}

.page-intro > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
}

.service-list-section {
  padding-top: clamp(52px, 7vw, 92px);
}

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

.service-list-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.service-list-panel h3 {
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
}

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

.about-copy p:last-child {
  margin-bottom: 0;
}

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

.about-list li {
  position: relative;
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 800;
}

.about-list li::before {
  position: absolute;
  left: 18px;
  top: 18px;
  content: "✓";
  color: var(--red);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.service-card {
  min-height: 315px;
  padding: 18px 18px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-media {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 118px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.72)),
    linear-gradient(135deg, #d7442e, #111111);
  transform: scale(1.025);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.service-card:hover .service-media,
.service-card:focus-within .service-media {
  transform: scale(1);
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.04);
}

.service-media::before,
.service-media::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.service-media::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(215, 68, 46, 0.95) 0 28%, transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 12px);
}

.service-media::after {
  right: 16px;
  top: 16px;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.service-media span {
  position: relative;
  z-index: 1;
  max-width: 190px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.service-media--maintenance {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.86), rgba(17, 17, 17, 0.7)),
    linear-gradient(135deg, #ffffff, #d7442e);
}

.service-media--repair-photo {
  background: url("assets/hvac-service-technician-opt.jpg") center / cover;
}

.service-media--maintenance-photo {
  background: url("assets/air-conditioning-maintenance-opt.jpg") center / cover;
}

.service-media--emergency-photo {
  background: url("assets/ac-not-working-repair-opt.jpg") center / cover;
}

.service-media--financing-photo {
  background: url("assets/payment-plan-for-hvac-system-opt.jpg") center / cover;
}

.service-media--photo::before,
.service-media--photo::after {
  display: none;
}

.service-media--photo span {
  opacity: 0;
}

.service-media--emergency::before {
  background:
    linear-gradient(90deg, rgba(215, 68, 46, 0.95) 0 30%, transparent 30%),
    linear-gradient(180deg, transparent 0 42%, rgba(255, 255, 255, 0.95) 42% 58%, transparent 58%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 12px);
}

.service-media--financing::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 32%, transparent 32%),
    linear-gradient(135deg, rgba(215, 68, 46, 0.9), transparent 56%);
}

.service-media--financing span {
  max-width: 150px;
  margin-left: auto;
  text-align: right;
}

.service-page-services .service-media {
  min-height: 82px;
  align-items: center;
  margin-bottom: 24px;
  padding: 18px;
  background: #111111;
  transform: none;
}

.service-page-services .service-media::before,
.service-page-services .service-media::after {
  display: none;
}

.service-page-services .service-media span {
  max-width: none;
  text-shadow: none;
}

.service-page-services .service-card:hover .service-media,
.service-page-services .service-card:focus-within .service-media {
  box-shadow: inset 6px 0 0 var(--red);
}

.service-card p,
.split-copy p,
.equipment p,
.commercial-copy p,
.reviews-summary p,
.review-quote p,
.contact-card p,
.site-footer span {
  color: var(--muted);
}

.search-statement {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(17, 17, 17, 0.76) 55%, rgba(215, 68, 46, 0.4) 100%),
    url("assets/honest-logo-wall-footer-opt.jpg") center 42% / cover;
}

.search-statement p {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.46);
}

.search-statement-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.46);
}

.search-statement .search-lead {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.55rem, 3.3vw, 3.35rem);
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.search-statement em {
  color: var(--red);
  font-style: italic;
  white-space: nowrap;
}

.search-checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 18px 0 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
}

.search-checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #ffffff;
  font-size: clamp(0.95rem, 1.45vw, 1.2rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.search-checks li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  font-size: 0.82rem;
  font-weight: 900;
  flex: 0 0 auto;
}

.second-opinion-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #ffffff;
}

.second-opinion-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.second-opinion-copy .button {
  margin-top: 8px;
}

.commercial-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #ffffff;
}

.commercial-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.commercial-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 220ms ease;
}

.commercial-section:hover .commercial-image img,
.commercial-section:focus-within .commercial-image img {
  transform: scale(1);
}

.commercial-copy p {
  max-width: 680px;
  font-size: 1.08rem;
}

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

.commercial-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.commercial-list li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  content: "✓";
  color: var(--red);
}

.reviews-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #f7f7f7;
}

.brand-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.brand-section-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.financing-options {
  background: #f7f7f7;
}

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

.finance-card-grid--single {
  grid-template-columns: minmax(0, 900px);
}

.finance-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.finance-card > img {
  width: 100%;
  aspect-ratio: 5 / 2;
  object-fit: cover;
  background: #ffffff;
}

.finance-card > div {
  padding: clamp(22px, 3vw, 34px);
}

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

.finance-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(320px, 1.24fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

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

.process-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--red);
  font-weight: 900;
}

.process-list h3 {
  margin-bottom: 6px;
}

.process-list p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
}

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

.equipment-brand-card {
  display: grid;
  align-content: start;
  min-height: 320px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  transform: scale(1.018);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.equipment-brand-card:hover,
.equipment-brand-card:focus-within {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  transform: scale(1);
}

.equipment-brand-card img {
  width: 100%;
  height: 132px;
  margin-bottom: 26px;
  object-fit: contain;
  object-position: left center;
}

.equipment-brand-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.reviews-summary h2 {
  max-width: 620px;
}

.reviews-summary h2 span {
  display: block;
  color: var(--red);
  font-style: italic;
}

.review-stars {
  margin: 0 0 18px;
  color: #f5c400;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.reviews-summary p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.review-flow {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.review-flow::before,
.review-flow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.review-flow::before {
  right: -70px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(215, 68, 46, 0.1);
}

.review-flow::after {
  left: -45px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 18px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.review-quote {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 26px clamp(22px, 4vw, 38px);
}

.review-quote + .review-quote {
  border-top: 1px solid var(--line);
}

.quote-mark {
  color: var(--red);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.85;
}

.review-quote h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.35;
}

.review-quote p {
  margin-bottom: 2px;
  font-weight: 900;
}

.review-quote small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.split--text {
  grid-template-columns: minmax(0, 920px);
}

.split-image {
  display: grid;
  place-items: center;
  min-height: 430px;
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: var(--shadow);
}

.split-image img {
  width: min(86%, 430px);
  border-radius: 4px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  content: "✓";
  color: var(--red);
}

.equipment {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.equipment img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.equipment-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.equipment-logos img {
  width: 100%;
  height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.locations {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    url("assets/honest-heating-air-office.jpg") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
}

.contact-card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
}

.contact-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card a {
  display: block;
  color: var(--deep);
  font-size: clamp(1.35rem, 3vw, 2.55rem);
  line-height: 1.05;
  text-decoration: none;
  font-weight: 900;
}

.contact-card.featured {
  color: #ffffff;
  border-color: transparent;
  background: #111111;
}

.contact-card.featured span,
.contact-card.featured a,
.contact-card.featured p {
  color: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 330px;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(17, 17, 17, 0.76) 48%, rgba(215, 68, 46, 0.62) 100%),
    url("assets/honest-logo-wall-footer-opt.jpg") center / cover;
}

.site-footer > div:first-child {
  display: grid;
  gap: 10px;
  max-width: 660px;
}

.site-footer strong {
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  width: min(100%, 340px);
}

.footer-links a {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.footer-links img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: center;
  transform: scale(1.02);
  transition: transform 220ms ease;
}

.footer-links a:hover img,
.footer-links a:focus-visible img {
  transform: scale(1);
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .intro,
  .about-section,
  .page-intro,
  .split,
  .equipment,
  .brand-section,
  .finance-process,
  .commercial-section,
  .second-opinion-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: clamp(28px, 5vw, 48px);
    padding-top: 86px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(215, 68, 46, 0.18) 100%),
      url("assets/honest-team-storefront-hero-opt.jpg") center / cover;
  }

  .hero-location-grid {
    transform: none;
  }

  .hero + section {
    padding-top: clamp(58px, 8vw, 108px);
  }

  .ai-authority,
  .ai-facts,
  .service-list-grid,
  .finance-card-grid,
  .equipment-brand-grid,
  .reviews-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  body {
    padding-bottom: 84px;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    position: static;
    align-items: center;
    padding-block: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand span {
    max-width: 150px;
    font-size: 0.95rem;
    line-height: 1.1;
  }

  .header-call {
    display: none;
  }

  nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    overflow: visible;
    padding: 6px;
    border-radius: 18px;
    font-size: 0.82rem;
  }

  nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 7px 8px;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    padding-top: 64px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.86), rgba(215, 68, 46, 0.22)),
      url("assets/honest-team-storefront-hero-opt.jpg") center / cover;
  }

  .hero-actions .button,
  .repair-call-button,
  .service-grid,
  .site-footer {
    width: 100%;
  }

  .repair-first-promise {
    padding-top: 72px;
  }

  .repair-first-promise h2 {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }

  .search-statement-inner {
    text-align: left;
  }

  .search-statement-inner .search-lead {
    margin-bottom: 16px;
    text-align: center;
  }

  .search-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    margin-top: 14px;
  }

  .search-checks li {
    gap: 6px;
    font-size: 0.78rem;
  }

  .search-checks li::before {
    width: 17px;
    height: 17px;
    font-size: 0.72rem;
  }

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

  .equipment-logos {
    grid-template-columns: 1fr;
  }

  .split-image {
    min-height: 310px;
  }

  .contact-card {
    min-height: 0;
  }

  .ai-facts div {
    min-height: 172px;
  }

  .equipment-brand-card {
    min-height: 0;
  }

  .equipment-brand-card img {
    height: 104px;
    margin-bottom: 20px;
  }

  .review-quote {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 22px;
  }

  .process-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 380px;
    padding-bottom: 118px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(17, 17, 17, 0.78) 56%, rgba(215, 68, 46, 0.64) 100%),
      url("assets/honest-logo-wall-footer-opt.jpg") center / cover;
  }

  .footer-links {
    width: 100%;
  }

  .mobile-call-now {
    position: fixed;
    left: 50%;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(314px, calc(100vw - 28px));
    min-height: 46px;
    padding: 0 10px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--red);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transform: translateX(-50%);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .mobile-call-now:hover,
  .mobile-call-now:focus-visible {
    background: #111111;
    transform: translateX(-50%) translateY(-1px);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-media,
  .ai-facts div,
  .service-card:hover .service-media,
  .service-card:focus-within .service-media,
  .commercial-image img,
  .commercial-section:hover .commercial-image img,
  .commercial-section:focus-within .commercial-image img,
  .ai-facts div:hover,
  .ai-facts div:focus-within,
  .equipment-brand-card,
  .equipment-brand-card:hover,
  .equipment-brand-card:focus-within {
    transform: none;
  }

  .mobile-call-now,
  .mobile-call-now:hover,
  .mobile-call-now:focus-visible {
    transform: translateX(-50%);
  }
}
