/* Quality Pro Services: measured source theme, simplified layout. */
:root {
  --navy: #11034c;
  --royal: #262a82;
  --blue: #0077c8;
  --bright: #37a9f6;
  --sky: #52b9e9;
  --pale: #9dd1f1;
  --surface: #ecf8fa;
  --cyan: #daedf2;
  --lime: #d3df4e;
  --green: #96ca4f;
  --ink: #383838;
  --heading: 'Fira Sans Extra Condensed', sans-serif;
  --body: 'Anek Latin', Arial, sans-serif;
}

/* Base and reusable brand components. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--surface); color: var(--navy); font: 400 18px/1.55 var(--body); }
img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 800; text-transform: uppercase; }
h1 { font-size: 58px; line-height: 1.04; }
h2 { font-size: 44px; line-height: 1.14; }
h3 { font-size: 24px; line-height: 1.2; }
p + p { margin-top: 16px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.dark-section a:focus-visible, .site-header a:focus-visible, .site-footer a:focus-visible, .mobile-actions a:focus-visible { outline-color: var(--lime); }
.container { width: 100%; max-width: 1140px; padding-inline: 12px; margin-inline: auto; }
.icon { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 55px;
  padding: 17px 25px;
  border: 2px solid;
  border-radius: 3px;
  font: 800 17px/17px var(--body);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .3s, color .3s, border-color .3s;
  white-space: normal;
}
.button-lime { background: linear-gradient(180deg, #d3df4e 16.35%, #9ed652 100%); border-color: var(--green); color: var(--navy); }
.button-light { background: linear-gradient(180deg, #dcf1fb, #caebff); border-color: var(--pale); color: var(--navy); }
.button-blue { background: linear-gradient(180deg, #37a9f6, #0077c8); border-color: var(--blue); color: white; }
.button-dark { background: linear-gradient(180deg, #262a82, #11034c); border-color: var(--royal); color: white; }
.button:hover { background: linear-gradient(180deg, #262a82, #11034c); border-color: var(--green); color: white; }
.button-dark:hover { background: var(--navy); border-color: var(--navy); }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; display: inline-flex; align-items: center; gap: 12px; }
.text-link:hover { color: var(--blue); }
.eyebrow { font-size: 13px; line-height: 1.5; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow-lime, .eyebrow-blue { display: inline-block; padding: 3px 10px; }
.eyebrow-lime { color: var(--navy); background: var(--lime); }
.eyebrow-blue { color: white; background: var(--blue); }
.skip-link { position: fixed; z-index: 50; top: 10px; left: 10px; padding: 14px; background: white; color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
[hidden] { display: none !important; }

/* Compact header: original desktop logo and mobile wordmark. */
.location-strip { background: var(--royal); color: white; }
.location-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 34px; font: 800 12px/1.4 var(--body); letter-spacing: 1.1px; text-transform: uppercase; }
.location-inner > span { display: flex; align-items: center; gap: 7px; }
.pin { color: var(--lime); width: 13px; height: 16px; }
.pin circle { fill: var(--royal); }
.location-region { color: #d7eafa; }
.site-header { background: var(--navy); color: white; }
.header-inner { min-height: 120px; display: flex; align-items: center; gap: 32px; }
.brand { display: block; flex-shrink: 0; width: 270px; }
.brand img { width: 100%; height: 105px; object-fit: contain; }
.header-nav { display: flex; gap: 26px; margin-left: auto; font: 600 18px/1.2 var(--heading); text-transform: uppercase; }
.header-nav a { text-decoration: none; }
.header-nav a:hover { color: var(--lime); }
.header-actions { display: flex; gap: 12px; }
.header-actions .button { padding-inline: 19px; font-size: 15px; }

/* Original hero artwork and distinct responsive image crops. */
.hero { position: relative; isolation: isolate; background: #dceff4 url('assets/hero-desktop.jpg') center center/cover no-repeat; text-align: center; }
.hero-inner { padding-top: 52px; padding-bottom: 106px; }
.slogan { width: min(720px, 80%); height: auto; margin: 0 auto 20px; }
.hero-description { color: var(--navy); font-size: 20px; line-height: 1.4; font-weight: 400; text-wrap: balance; }
.hero-actions, .contact-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.hero-actions .button, .contact-actions .button { min-width: 220px; }
.hero-phone { margin-top: 12px; font-size: 15px; line-height: 1.4; font-weight: 400; }
.hero-curve { position: absolute; bottom: -1px; left: 0; width: 100%; height: 68px; z-index: 0; }
.mobile-break { display: none; }
.dark-section { color: white; background-color: var(--navy); }

/* Services and the original mascot. */
.services { padding: 46px 0 64px; }
.intro-row { display: grid; grid-template-columns: 1fr 250px; gap: 72px; align-items: center; margin-bottom: 38px; }
.intro-copy > p:last-child { max-width: 710px; margin-top: 22px; color: #edf5fc; line-height: 28px; }
.mascot { width: 220px; justify-self: center; align-self: center; margin-top: -54px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.service-card { padding: 25px 20px 24px; border: 2px solid var(--pale); border-radius: 8px; background: linear-gradient(150deg, #ecf8fa, #d2eefa 72%, #9dd1f1); color: var(--navy); text-align: center; }
.service-card > img { height: 68px; width: 62px; object-fit: contain; margin: 0 auto 15px; }
.service-card h2 { font-size: 25px; line-height: 1.08; margin-bottom: 11px; }
.service-card p { font-size: 16px; line-height: 23px; }

/* Offers remain on the existing website. */
.offers { background: linear-gradient(105deg, #96ca4f, #d3df4e); padding: 35px 0; }
.offer-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.offer-inner .eyebrow { font-size: 11px; letter-spacing: 1.5px; margin-bottom: 7px; }
.offer-inner h2 { font-size: 36px; line-height: 1.1; margin-bottom: 7px; }
.offer-inner p:last-child { font-size: 17px; }
.offer-inner .button { flex-shrink: 0; }

/* About and trust artwork. */
.about { padding: 68px 0 54px; background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 62px; }
.service-photo { width: 100%; height: auto; }
.about-copy .eyebrow { font-size: 11px; letter-spacing: 1.5px; }
.about-copy h2 { margin-bottom: 21px; }
.about-copy > p:not(.eyebrow) { line-height: 28px; }
.about-copy .text-link { margin-top: 22px; }
.trust-strip { display: flex; align-items: center; gap: 34px; margin-top: 43px; padding: 19px 28px; background: white; border: 1px solid var(--sky); border-left: 6px solid var(--sky); border-radius: 3px; box-shadow: 0 8px 25px #11034c08; }
.trust-copy { flex: 1; }
.trust-copy p { font-size: 16px; line-height: 24px; margin-top: 6px; }
.bbb-mark { width: 51px; height: 74px; object-fit: contain; }
.lennox-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-left: 1px solid #d2e5ec; padding-left: 32px; }
.lennox-mark img { width: 155px; height: auto; max-height: 45px; object-fit: contain; }
.lennox-mark span { font-size: 13px; line-height: 18px; color: var(--ink); }

/* Reviews link, not a live feed or invented rating. */
.reviews { background: var(--cyan); padding: 37px 0; }
.review-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.review-inner .eyebrow { font-size: 11px; margin-bottom: 9px; }
.review-inner h2 { font-size: 36px; line-height: 1.1; margin-bottom: 8px; }
.review-inner p:last-child { font-size: 17px; }
.review-inner .button { flex-shrink: 0; }

/* Final call action and compact footer. */
.contact { padding: 64px 0 51px; background-image: url('assets/dots.jpg'); background-size: cover; background-position: center; }
.contact-inner { text-align: center; max-width: 850px; }
.contact h2 { font-size: 48px; line-height: 1.12; margin-bottom: 18px; }
.contact-inner > p:not(.eyebrow):not(.draft-note) { color: #edf5fc; }
.contact-number { display: block; width: fit-content; margin: 22px auto 0; font: 800 28px/1.2 var(--heading); color: var(--lime); text-decoration: none; }
.contact-number[data-ready='true'] { font-size: 44px; }
.contact-actions { margin-top: 24px; }
.draft-note { font-size: 13px; line-height: 1.5; color: #c4d8ec; margin: 23px auto 0; max-width: 540px; }
.site-footer { background: var(--navy); color: white; border-top: 1px solid #343269; padding: 30px 0; }
.footer-inner { display: flex; gap: 28px; align-items: center; }
.footer-inner > img { width: 157px; height: 70px; object-fit: contain; flex-shrink: 0; }
.footer-inner > p { font-size: 14px; line-height: 21px; color: #cfdeed; }
.footer-inner nav { display: flex; gap: 20px; flex-wrap: wrap; margin-left: auto; justify-content: flex-end; font-size: 14px; }
.footer-inner nav a { text-decoration: none; }
.footer-inner nav a:hover { text-decoration: underline; color: var(--lime); }
.mobile-actions { display: none; }

/* Preview links use the configured tracking number without placing a call. */
dialog { max-width: 500px; width: calc(100% - 40px); border: 2px solid var(--pale); border-radius: 8px; padding: 32px; color: var(--navy); font-family: var(--body); box-shadow: 0 20px 60px #11034c33; }
dialog::backdrop { background: #11034cbb; }
dialog h2 { font-size: 30px; margin-bottom: 16px; }
dialog p { margin-bottom: 16px; }
dialog form { margin-top: 24px; }
dialog form .button { width: 100%; }

@media (min-width: 1600px) {
  .hero { background-position: center 56%; }
}
@media (max-width: 1199px) {
  .container { max-width: 1000px; padding-inline: 26px; }
  .header-inner { gap: 24px; }
  .brand { width: 235px; }
  .header-nav { gap: 18px; }
  .header-actions .button { padding-inline: 15px; font-size: 14px; }
  .service-grid { gap: 16px; }
  .service-card { padding-inline: 13px; }
  .about-grid { gap: 38px; }
  .intro-row { gap: 30px; }
}
@media (max-width: 991px) {
  .header-nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-inner { min-height: 106px; }
  .brand { width: 240px; }
  .brand img { height: 95px; }
  .slogan { width: min(670px, 93%); }
  .hero-inner { padding-top: 48px; padding-bottom: 98px; }
  .intro-row { grid-template-columns: 1fr 175px; gap: 24px; }
  .mascot { width: 175px; }
  h1 { font-size: 46px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding: 23px; }
  .service-card p { max-width: 240px; margin: auto; }
  .offer-inner, .review-inner { gap: 28px; }
  .offer-inner h2, .review-inner h2 { font-size: 32px; }
  .offer-inner .button, .review-inner .button { max-width: 230px; }
  .about-grid { gap: 30px; grid-template-columns: 1fr 1.15fr; }
  .about-copy h2 { font-size: 36px; }
  .trust-copy h3 { font-size: 22px; }
  .trust-strip { gap: 20px; }
  .lennox-mark { padding-left: 20px; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner nav { flex-basis: 100%; justify-content: center; margin: 0; }
}
@media (max-width: 767px) {
  body { font-size: 16px; line-height: 1.55; padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  .container { padding-inline: 22px; }
  .location-inner { min-height: 30px; justify-content: center; font-size: 9px; letter-spacing: .65px; gap: 0; }
  .location-inner .location-region { display: none; }
  .location-inner > span { gap: 5px; }
  .pin { width: 11px; height: 13px; }
  .header-inner { min-height: 90px; gap: 16px; }
  .brand { width: 185px; }
  .brand img { height: 72px; }
  .header-request { display: none; }
  .header-actions .button { min-height: 46px; min-width: 46px; padding: 10px; border: 0; background: none; color: var(--bright); }
  .header-actions .button span { display: none; }
  .header-actions .icon { width: 28px; height: 28px; }
  .header-actions .button:hover { color: var(--lime); }
  .hero { background-image: url('assets/hero-mobile.jpg'); background-position: center 46%; }
  .hero-inner { padding-top: 38px; padding-bottom: 66px; }
  .slogan { width: 100%; max-width: 440px; margin-bottom: 20px; }
  .hero-description { font-size: 16px; line-height: 23px; }
  .mobile-break { display: block; }
  .hero-actions { max-width: 340px; margin: 22px auto 0; gap: 11px; }
  .hero-actions .button { width: 100%; min-height: 52px; padding: 15px; font-size: 15px; line-height: 18px; }
  .hero-phone { font-size: 12px; margin-top: 12px; }
  .hero-curve { height: 30px; }
  .services { padding: 40px 0 39px; }
  .intro-row { position: relative; display: block; margin-bottom: 26px; }
  .intro-copy { position: relative; }
  .intro-copy .eyebrow { font-size: 9px; letter-spacing: 1.35px; max-width: calc(100% - 76px); padding: 3px 7px; }
  .intro-copy h1 { font-size: 30px; line-height: 36px; max-width: 100%; }
  .intro-copy > p:last-child { margin-top: 18px; font-size: 16px; line-height: 25px; }
  .mascot { position: absolute; right: -8px; top: -90px; width: 99px; margin: 0; }
  .service-grid { gap: 12px; }
  .service-card { padding: 18px 10px 16px; border-radius: 6px; }
  .service-card > img { width: 49px; height: 56px; margin-bottom: 11px; }
  .service-card h2 { font-size: 21px; line-height: 23px; margin-bottom: 10px; }
  .service-card p { font-size: 14px; line-height: 21px; }
  .eyebrow { font-size: 11px; letter-spacing: 1.5px; margin-bottom: 12px; }
  .offers { padding: 30px 0; }
  .offer-inner, .review-inner { display: block; text-align: center; }
  .offer-inner .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
  .offer-inner h2 { font-size: 30px; line-height: 34px; }
  .offer-inner p:last-child { font-size: 16px; line-height: 23px; max-width: 350px; margin-inline: auto; }
  .offer-inner .button, .review-inner .button { max-width: none; margin-top: 20px; font-size: 15px; min-width: 250px; }
  .about { padding: 40px 0 36px; }
  .about-grid { display: flex; flex-direction: column; gap: 26px; }
  .service-photo { max-width: 430px; }
  .about-copy .eyebrow { font-size: 9px; letter-spacing: 1.2px; padding: 3px 7px; }
  .about-copy h2 { font-size: 32px; line-height: 36px; margin-bottom: 17px; }
  .about-copy > p:not(.eyebrow) { line-height: 25px; }
  .about-copy .text-link { margin-top: 20px; }
  .trust-strip { flex-wrap: wrap; justify-content: center; gap: 22px; padding: 22px 18px; margin-top: 30px; }
  .trust-copy { flex-basis: 100%; text-align: center; }
  .trust-copy h3 { font-size: 22px; }
  .trust-copy p { font-size: 14px; line-height: 21px; }
  .lennox-mark { padding-left: 25px; }
  .bbb-mark { height: 64px; width: 44px; }
  .reviews { padding: 30px 0 34px; }
  .review-inner h2 { font-size: 30px; line-height: 34px; }
  .review-inner p:last-child { font-size: 16px; line-height: 23px; max-width: 340px; margin: auto; }
  .contact { padding: 40px 0 35px; }
  .contact h2 { font-size: 34px; line-height: 38px; }
  .contact-number { font-size: 23px; margin-top: 19px; }
  .contact-number[data-ready='true'] { font-size: 38px; }
  .contact-actions { gap: 12px; margin-top: 23px; }
  .contact-actions .button { width: 100%; max-width: 340px; font-size: 15px; }
  .draft-note { font-size: 12px; line-height: 18px; max-width: 310px; }
  .site-footer { padding: 27px 0 24px; }
  .footer-inner { display: flex; flex-direction: column; text-align: center; gap: 15px; }
  .footer-inner > img { width: 150px; height: 64px; }
  .footer-inner > p { font-size: 13px; line-height: 20px; }
  .footer-inner nav { gap: 12px 20px; justify-content: center; font-size: 13px; }
  .mobile-actions { position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--navy); border-top: 1px solid var(--royal); box-shadow: 0 -4px 18px #11034c22; }
  .mobile-actions .button { font-size: 13px; letter-spacing: .5px; padding: 13px 8px; min-height: 48px; }
  dialog { padding: 25px; }
  dialog h2 { font-size: 28px; }
}
@media (max-width: 359px) {
  .container { padding-inline: 16px; }
  .location-inner { font-size: 8px; letter-spacing: .3px; }
  .brand { width: 165px; }
  .intro-copy h1 { font-size: 29px; line-height: 33px; }
  .service-card h2 { font-size: 19px; }
  .service-card p { font-size: 13px; line-height: 20px; }
  .mobile-actions .button { font-size: 12px; }
  .mascot { width: 89px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { padding: 0; }
  .mobile-actions, .header-actions, .hero-actions, dialog { display: none !important; }
  .dark-section { background: white !important; color: black !important; }
  .dark-section p { color: black !important; }
  .hero { background: none; }
  .hero-curve { display: none; }
  a { color: black; }
  .site-header, .site-footer { print-color-adjust: exact; }
  .service-card { break-inside: avoid; }
}
