:root {
  --ink: #111b3a;
  --blue: #17265c;
  --aqua: #12a9a5;
  --sun: #ffca45;
  --coral: #f05e52;
  --paper: #f7f4ec;
  --white: #fff;
  --line: rgba(17, 27, 58, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--sun); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--white); border-bottom: 1px solid #dbe1ea; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand strong { display: block; font-size: 16px; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: #566071; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; }
.brand-mark:before, .brand-mark span { content: ""; display: block; position: absolute; }
.brand-mark:before { width: 14px; height: 14px; border-radius: 50%; background: var(--sun); transform: translate(-4px, -4px); }
.brand-mark span { width: 14px; height: 14px; border-radius: 50%; background: var(--aqua); transform: translate(4px, 4px); }
.brand-mark { position: relative; flex: 0 0 auto; }
.header-call { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; color: var(--blue); text-decoration: none; }
.header-call span { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.header-call strong { font-size: 20px; line-height: 1.15; }

.hero { min-height: min(650px, calc(100vh - 82px)); position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr); overflow: hidden; color: var(--ink); background: var(--white); }
.hero-copy { padding: clamp(50px, 7vh, 72px) clamp(34px, 5.5vw, 84px) 126px; display: flex; flex-direction: column; justify-content: center; }
.hero-visual { min-height: 520px; position: relative; overflow: hidden; background: #e9edf2; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,0) 40%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.eyebrow { margin: 0 0 15px; color: #159447; font-size: 11px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow.dark { color: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
h1 { max-width: 700px; margin-bottom: 20px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(52px, 4.8vw, 72px); line-height: .96; font-weight: 900; letter-spacing: -2.5px; }
.hero-lede { max-width: 620px; margin-bottom: 22px; font-size: 18px; line-height: 1.5; color: #445064; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 4px; font-weight: 850; text-decoration: none; }
.button-primary { width: min(100%, 350px); min-height: 62px; padding: 10px 20px; display: grid; grid-template-columns: auto auto; gap: 14px; color: var(--white); background: #169b45; border: 2px solid #0f7c35; box-shadow: 0 4px 0 #0b6f2e; }
.button-primary span { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.button-primary strong { font-size: 19px; }
.button-primary:hover { background: #11863a; }
.hero-points { display: grid; gap: 11px; margin: 0 0 25px; padding: 0; list-style: none; }
.hero-points li { padding-left: 27px; position: relative; }
.hero-points li:before { content: "✓"; position: absolute; left: 0; top: -2px; color: #169b45; font-size: 19px; font-weight: 900; }
.hero-points strong { font-size: 15px; line-height: 1.25; }
.hero-badge { position: absolute; right: 22px; top: 22px; z-index: 2; padding: 9px 12px; color: var(--white); background: var(--blue); border-radius: 4px; box-shadow: 5px 5px 0 var(--sun); transform: rotate(2deg); }
.hero-badge span { display: block; color: var(--sun); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.hero-badge strong { font-size: 14px; }
.hero-call-card { position: absolute; left: 5.5vw; bottom: 0; z-index: 3; width: min(620px, 43vw); min-height: 96px; padding: 18px; display: grid; grid-template-columns: 1fr 1.35fr auto; gap: 12px; align-items: center; background: var(--white); border: 1px solid #d9e0e9; box-shadow: 0 10px 28px rgba(17,27,58,.15); }
.hero-call-card p { margin: 0; font-size: 14px; font-weight: 900; }
.symptom-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.symptom-pills span { min-height: 38px; padding: 0 8px; display: grid; place-items: center; color: #526072; background: #f5f7fa; border: 1px solid #d5dce6; font-size: 10px; font-weight: 750; text-align: center; }
.hero-call-card > a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: #169b45; border-radius: 3px; text-decoration: none; font-size: 11px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }

.signal-strip { min-height: 80px; padding: 0 5vw; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: var(--white); background: #159447; }
.signal-strip p { margin: 0; padding: 12px 4vw; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .35px; border-right: 1px solid rgba(255,255,255,.25); }
.signal-strip p:last-child { border: 0; }
.signal-strip span { margin-right: 10px; color: var(--white); font-size: 20px; }

.symptom-section { padding: 110px 5vw 120px; }
.section-intro { display: grid; grid-template-columns: .8fr 1.3fr 1fr; gap: 40px; align-items: end; max-width: 1360px; margin: 0 auto 56px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2, .services-heading h2, .mesa-copy h2, .visit-title h2, .faq-heading h2, .final-cta h2 { margin: 0; font-size: 60px; line-height: 1; }
.section-intro > p:last-child { margin: 0; color: #596170; }
.symptom-grid { max-width: 1360px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.symptom-grid a { min-height: 285px; padding: 30px; display: flex; flex-direction: column; text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.symptom-grid a:hover { color: var(--white); background: var(--blue); }
.symptom-no { color: var(--coral); font-family: Georgia, serif; font-size: 14px; }
.symptom-grid strong { max-width: 260px; margin: auto 0 10px; font-family: Georgia, serif; font-size: 28px; line-height: 1.05; }
.symptom-grid small { max-width: 300px; font-size: 14px; color: #626a77; }
.symptom-grid a:hover small { color: rgba(255,255,255,.74); }
.symptom-grid b { margin-top: 26px; color: var(--aqua); font-size: 11px; text-transform: uppercase; }

.services-section { padding: 110px 5vw 120px; color: var(--white); background: var(--blue); }
.services-heading { max-width: 1360px; margin: 0 auto 64px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.services-heading > p { margin: 0; color: rgba(255,255,255,.68); }
.service-list { max-width: 1360px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-list article { min-height: 290px; padding: 36px 34px 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-list article:not(:nth-child(3n)) { margin-right: 34px; border-right: 1px solid rgba(255,255,255,.18); }
.service-list span { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.service-list h3 { max-width: 330px; margin: 48px 0 16px; font-size: 24px; line-height: 1.1; }
.service-list p { max-width: 340px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.mesa-section { padding: 120px 7vw; display: grid; grid-template-columns: 1.05fr .75fr; gap: 9vw; align-items: center; background: #dff4f0; }
.mesa-copy { max-width: 760px; }
.mesa-copy h2 { margin-bottom: 30px; }
.mesa-copy > p:not(.eyebrow) { max-width: 690px; color: #4b5862; font-size: 17px; }
.button-dark { margin-top: 18px; color: var(--white); background: var(--blue); }
.heat-card { padding: 42px; color: var(--white); background: var(--coral); box-shadow: 16px 16px 0 var(--sun); }
.card-label { font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.heat-card h3 { margin-bottom: 28px; font-family: Georgia, serif; font-size: 36px; line-height: 1; }
.heat-card ol { list-style: none; margin: 0; padding: 0; }
.heat-card li { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.3); font-size: 14px; font-weight: 750; }
.heat-card li span { display: inline-block; width: 44px; color: var(--sun); }

.visit-section { padding: 120px 5vw; }
.visit-title { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.visit-steps { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.visit-steps article { min-height: 280px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.visit-steps span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: var(--sun); border-radius: 50%; font-family: Georgia, serif; font-size: 22px; }
.visit-steps h3 { margin: 54px 0 14px; font-size: 21px; }
.visit-steps p { margin: 0; color: #596170; }

.faq-section { padding: 110px 7vw 130px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: var(--white); }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading h2 { font-size: 48px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 45px 25px 0; position: relative; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--coral); font-size: 25px; }
.faq-list details[open] summary:after { content: "-"; }
.faq-list details p { max-width: 700px; padding: 0 45px 25px 0; margin: 0; color: #596170; }

.final-cta { padding: 110px 7vw; color: var(--white); background: var(--aqua); text-align: center; }
.final-cta .eyebrow { color: var(--blue); }
.final-cta h2 { margin: 0 auto 44px; max-width: 900px; }
.final-cta > a { display: inline-flex; gap: 40px; align-items: center; padding: 18px 24px; color: var(--white); background: var(--blue); border-radius: 4px; text-decoration: none; font-size: 20px; font-weight: 900; }

footer { min-height: 150px; padding: 35px 5vw; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 28px; align-items: center; color: rgba(255,255,255,.72); background: #0b1229; }
footer .brand-mark { width: 32px; height: 32px; }
footer strong, footer a { color: var(--white); }
footer p, footer small { margin: 0; font-size: 12px; }
footer a { font-weight: 850; text-decoration: none; }
footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 6vw 42px; }
  .hero-visual { min-height: 420px; }
  .hero-call-card { position: relative; left: auto; bottom: auto; width: auto; margin: -48px 6vw 30px; }
  .section-intro { grid-template-columns: 1fr 1.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .symptom-grid, .service-list { grid-template-columns: repeat(2, 1fr); }
  .service-list article:not(:nth-child(3n)) { margin-right: 0; border-right: 0; }
  .service-list article:nth-child(odd) { margin-right: 28px; border-right: 1px solid rgba(255,255,255,.18); }
  .services-heading { grid-template-columns: 1fr; }
  .mesa-section { grid-template-columns: 1fr; }
  .heat-card { max-width: 650px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 82px; }
  .site-header { min-height: 66px; padding: 0 18px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-call { display: none; }
  .hero { height: auto; min-height: 0; }
  .hero-copy { padding: 32px 22px 25px; }
  .hero-copy .eyebrow { margin-bottom: 12px; }
  h1 { margin-bottom: 14px; font-size: 40px; letter-spacing: -1.3px; }
  .hero-lede { margin-bottom: 17px; font-size: 15px; line-height: 1.42; }
  .hero-points { gap: 8px; margin-bottom: 20px; }
  .hero-points li { padding-left: 24px; }
  .hero-points strong { font-size: 13px; }
  .hero-copy .button-primary { width: 100%; min-width: 0; min-height: 58px; box-shadow: 0 4px 0 #0b6f2e; }
  .hero-visual { min-height: 245px; max-height: 245px; }
  .hero-visual > img { object-position: 38% 44%; }
  .hero-badge { right: 12px; top: 12px; }
  .hero-call-card { display: none; }
  .signal-strip { padding: 0; grid-template-columns: 1fr; }
  .signal-strip p { padding: 15px 22px; border-right: 0; border-bottom: 1px solid rgba(17,27,58,.2); }
  .symptom-section, .services-section, .visit-section { padding: 78px 20px; }
  .section-intro { display: block; margin-bottom: 34px; }
  .section-intro h2, .services-heading h2, .mesa-copy h2, .visit-title h2, .faq-heading h2, .final-cta h2 { font-size: 34px; line-height: 1.04; }
  .heat-card h3 { font-size: 29px; line-height: 1.08; }
  .section-intro > p:last-child { margin-top: 22px; }
  .symptom-grid, .service-list, .visit-steps { grid-template-columns: 1fr; }
  .symptom-grid a { min-height: 230px; padding: 24px; }
  .service-list article, .service-list article:nth-child(odd) { min-height: 0; margin-right: 0; padding: 30px 0; border-right: 0; }
  .service-list h3 { margin-top: 30px; }
  .mesa-section { padding: 78px 20px 90px; }
  .heat-card { padding: 28px 24px; box-shadow: 8px 8px 0 var(--sun); }
  .visit-title { margin-bottom: 40px; text-align: left; }
  .visit-steps article { min-height: 240px; }
  .faq-section { padding: 78px 20px 90px; grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; }
  .faq-list summary { font-size: 16px; }
  .final-cta { padding: 78px 20px; text-align: left; }
  .final-cta > a { width: 100%; justify-content: space-between; gap: 14px; font-size: 16px; }
  footer { padding: 38px 20px; grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; min-height: 82px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--ink); background: var(--sun); border-top: 2px solid var(--ink); text-decoration: none; }
  .mobile-call span { font-size: 11px; font-weight: 850; text-transform: uppercase; }
  .mobile-call strong { white-space: nowrap; font-size: 18px; }
}

@media (max-width: 370px) {
  h1 { font-size: 37px; }
  .section-intro h2, .services-heading h2, .mesa-copy h2, .visit-title h2, .faq-heading h2, .final-cta h2 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.h1-location{display:block;margin-top:14px;font-family:inherit;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:0;text-transform:uppercase}

/* Contextual service photography: outdoor AC diagnosis */
.visit-section{background-image:linear-gradient(105deg,rgba(11,38,48,.96),rgba(11,38,48,.72)),url("/__site-assets/acrepair-mesaaz.com/images/mesa-ac-service-bg.jpg?cfv=assetfix-20260513d-1787853699007");background-size:cover;background-position:center;color:#fff}
.visit-section h2,.visit-section h3,.visit-section p,.visit-section .eyebrow{color:#fff!important}
.visit-section article,.visit-section>div>div{background:rgba(10,35,44,.78)!important;border-color:rgba(255,255,255,.24)!important}
/* Mobile readability guard: keep long display headings scannable without changing this site's visual identity. */
@media (max-width: 600px) {
  h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.25vw, 42px) !important;
    line-height: 1.04 !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal;
    word-break: normal;
  }
}
