/* ---------- reset & base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;line-height:1.6;color:#262B33;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:#4A5768;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
.skip-link{position:absolute;left:-999px;top:0;background:#262B33;color:#fff;padding:8px 16px;z-index:999}
.skip-link:focus{left:8px;top:8px}

/* ---------- buttons ---------- */
.btn{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:600;border:0;cursor:pointer;text-align:center}
.btn-primary{background:#4A5768;color:#fff}
.btn-primary:hover{background:#323B46;text-decoration:none}
.btn-outline{border:2px solid #fff;color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.15);text-decoration:none}
.btn-call{background:#D9A62E;color:#262B33;padding:10px 18px}
.btn-call:hover{background:#B8891F;text-decoration:none}

/* ---------- header ---------- */
.site-header{background:#262B33;color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.25)}
.header-inner{display:flex;align-items:center;gap:20px;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:1.25rem;font-weight:700}
.brand:hover{text-decoration:none}
.brand img{width:184px;height:auto;max-height:78px;object-fit:contain;display:block}
.nav-desktop{display:flex;gap:22px;margin-left:auto}
.nav-desktop a{color:#EEF1F4;font-weight:500;padding:6px 2px;border-bottom:2px solid transparent}
.nav-desktop a:hover,.nav-desktop a.active{color:#fff;border-bottom-color:#D9A62E;text-decoration:none}
.hamburger{display:none;background:none;border:0;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.hamburger span{display:block;width:26px;height:3px;background:#fff;border-radius:2px}
.nav{position:fixed;top:0;right:0;width:300px;height:100%;background:#262B33;transform:translateX(100%);visibility:hidden;transition:transform .28s ease,visibility .28s;display:flex;flex-direction:column;gap:18px;padding:70px 28px 28px;z-index:200}
.nav.open{transform:translateX(0);visibility:visible}
.nav a{color:#EEF1F4;font-size:1.1rem;font-weight:500}
.nav a:hover{color:#fff}
.nav-close{position:absolute;top:16px;right:18px;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer;line-height:1}
.nav-backdrop{position:fixed;inset:0;background:rgba(26,31,38,.55);opacity:0;visibility:hidden;transition:opacity .28s,visibility .28s;z-index:150}
body.menu-open{overflow:hidden}
body.menu-open .nav-backdrop{opacity:1;visibility:visible}
@media (min-width:981px){.nav,.nav-backdrop,.nav-close{display:none !important}}
@media (max-width:980px){
  .nav-desktop{display:none}
  .hamburger{display:flex;margin-left:auto}
  .header-inner .btn-call{display:none}
}

/* ---------- hero ---------- */
.page-hero{background-size:cover;background-position:center;color:#fff;padding:110px 0;position:relative}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,31,38,.82),rgba(20,24,29,.72))}
.page-hero .container{position:relative}
.page-hero h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.15;max-width:800px}
.page-hero p{font-size:1.25rem;margin-top:14px;max-width:640px;color:#EEF1F4}

/* ---------- trust bar ---------- */
.trust-bar{background:#3A434F;color:#EEF1F4;padding:22px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.trust-grid strong{display:block;font-size:1.6rem;color:#D9A62E}
.trust-grid span{font-size:.9rem}

/* ---------- sections ---------- */
.section{padding:72px 0}
.section.alt{background:#F9FAFB}
.section-sub{max-width:720px;margin:8px 0 32px;color:#5A6472}
.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
@media (max-width:860px){.split{grid-template-columns:1fr}}
.split img{border-radius:10px;box-shadow:0 8px 24px rgba(38,43,51,.15)}
.check-list{list-style:none;margin:20px 0}
.check-list li{padding-left:30px;position:relative;margin-bottom:10px}
.check-list li::before{content:'✓';position:absolute;left:0;color:#4A5768;font-weight:700}

/* ---------- service cards ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:26px;margin-top:28px}
.svc-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 18px rgba(38,43,51,.1);transition:transform .2s,box-shadow .2s}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(38,43,51,.16)}
.svc-card a{color:inherit;display:block}
.svc-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.svc-body{padding:20px}
.svc-body h3{color:#262B33;margin-bottom:8px}
.svc-body p{color:#5A6472;font-size:.95rem}
.svc-link{display:inline-block;margin-top:12px;color:#4A5768;font-weight:600}

/* ---------- chips ---------- */
.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.chip{background:#EEF1F4;color:#262B33;padding:8px 16px;border-radius:999px;font-weight:500;font-size:.92rem}
.chip:hover{background:#D9DFE5;text-decoration:none}

/* ---------- callout ---------- */
.callout{background:#F9FAFB;border-left:4px solid #4A5768;padding:24px;border-radius:0 8px 8px 0;margin-top:24px}
.callout h3{color:#262B33}

/* ---------- cta band ---------- */
.cta-band{background:linear-gradient(135deg,#4A5768,#14181D);color:#fff;padding:60px 0;text-align:center}
.cta-band h2{font-size:2rem}
.cta-band p{margin:10px 0 24px;color:#EEF1F4}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- quote form ---------- */
.quote-section{padding:72px 0;background:#F9FAFB}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
@media (max-width:860px){.quote-grid{grid-template-columns:1fr}}
.quote-form{background:#fff;padding:30px;border-radius:10px;box-shadow:0 6px 24px rgba(38,43,51,.12)}
.quote-form label{display:block;font-weight:600;margin-bottom:14px;color:#262B33}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:11px 12px;border:1px solid #AEB9C4;border-radius:6px;font:inherit;margin-top:5px;background:#fff}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:2px solid #4A5768;border-color:#4A5768}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:560px){.form-row{grid-template-columns:1fr}}
.hp-field{position:absolute;left:-9999px}
.form-note{font-size:.85rem;color:#6D7885;margin-top:12px;text-align:center}

/* ---------- faq ---------- */
.faq-section{padding:72px 0}
.faq-section details{border-bottom:1px solid #E4E9EE;padding:16px 0}
.faq-section summary{font-weight:600;cursor:pointer;color:#262B33;font-size:1.05rem}
.faq-section details p{margin-top:10px;color:#5A6472}

/* ---------- breadcrumbs ---------- */
.breadcrumbs{background:#F9FAFB;padding:12px 0;font-size:.9rem}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px}
.breadcrumbs li+li::before{content:'›';margin-right:6px;color:#4A5768}
.breadcrumbs a{color:#5A6472}

/* ---------- article ---------- */
.article-body{max-width:780px}
.article-body h3{margin:28px 0 12px;color:#262B33}
.article-body ul,.article-body ol{margin:12px 0 12px 24px}
.article-body li{margin-bottom:8px}

/* ---------- footer ---------- */
.site-footer{background:#1A1F26;color:#EEF1F4;padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}
@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}
.site-footer h3{color:#D9A62E;margin-bottom:14px;font-size:1rem}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:8px}
.site-footer a{color:#EEF1F4}
.site-footer a:hover{color:#fff}
.footer-phone{font-size:1.25rem;font-weight:700;color:#D9A62E}
.footer-bottom{border-top:1px solid #3A434F;margin-top:40px;padding:20px 0;text-align:center;font-size:.9rem;color:#938FB8}

/* ---------- leadpop ---------- */
.leadpop{position:fixed;right:14px;bottom:14px;display:flex;flex-direction:column;gap:10px;z-index:120}
.leadpop-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.leadpop-btn.call{background:#4A5768;color:#fff}
.leadpop-btn.quote{background:#D9A62E;color:#262B33}
.leadpop-btn:hover{transform:scale(1.06);text-decoration:none}

/* ---------- misc ---------- */
@media (max-width:640px){
  .page-hero{padding:70px 0}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .cta-actions .btn{width:100%}
}

/* ---------- AC Repair Wichita additions ---------- */
.hero{}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,31,38,.85),rgba(20,24,29,.7))}
.hero .container{position:relative}
.hero h1{font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.12;max-width:820px}
.hero p{font-size:1.25rem;margin-top:14px;max-width:660px;color:#EEF1F4}
.btn-light,.btn-ghost{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:600;border:0;cursor:pointer;text-align:center}
.btn-light{background:#D9A62E;color:#1A1F26}
.btn-light:hover{background:#B8891F;text-decoration:none}
.btn-ghost{border:2px solid #fff;color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.15);text-decoration:none}
.cta-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.cta-band .cta-btns{justify-content:center}
.chip-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.chip-cloud .chip{background:#EEF1F4;color:#262B33;padding:8px 16px;border-radius:999px;font-weight:500;font-size:.92rem}
.chip-cloud .chip:hover{background:#D9DFE5;text-decoration:none}
.crumbs{background:#F9FAFB;padding:12px 0;font-size:.9rem}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px}
.crumbs li+li::before{content:'›';margin-right:6px;color:#4A5768}
.crumbs a{color:#5A6472}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:#B8891F;margin-bottom:8px}
.lead{max-width:720px;margin:8px 0 32px;color:#5A6472;font-size:1.05rem}
.center{text-align:center}
.lead.center{margin-left:auto;margin-right:auto}
.faq details{border-bottom:1px solid #E4E9EE;padding:16px 0}
.faq summary{font-weight:600;cursor:pointer;color:#262B33;font-size:1.05rem}
.faq details p{margin-top:10px;color:#5A6472}
.footer{background:#1A1F26;color:#EEF1F4;padding:60px 0 0}
.footer h4{color:#D9A62E;margin-bottom:14px;font-size:1rem}
.footer ul{list-style:none}
.footer li{margin-bottom:8px}
.footer a{color:#EEF1F4}
.footer a:hover{color:#fff}
.f-desc{margin:14px 0;color:#AEB9C4;font-size:.95rem}
.footer-phone{font-size:1.25rem;font-weight:700;color:#D9A62E !important}
.quote-call{font-weight:600}
.article-body h2{margin:28px 0 12px;color:#262B33}
@media (max-width:640px){.hero{padding:90px 0}.cta-btns .btn-light,.cta-btns .btn-ghost{width:100%}}

.site-footer .brand img{width:150px;height:auto;max-height:64px}
footer .brand img{width:150px;height:auto;max-height:64px}

.video-bg{position:absolute;inset:0;overflow:hidden;z-index:0}
.page-hero{overflow:hidden}
.page-hero .container{z-index:2;position:relative}
.hero{position:relative;overflow:hidden}
.hero .container,.hero .wrap,.hero .hero-inner{position:relative;z-index:2}
.hero .video-bg{z-index:0}
.hero::before{z-index:1}

/* === standard-v2 service icons (dfwmoldguys spec) === */
html,body{overflow-x:hidden;max-width:100%}
.icon-tile{display:flex;align-items:center;margin:0 0 1.2rem 0;color:var(--sv2-icon,#1f2a33);transition:color .3s ease,transform .3s ease;line-height:0}
.icon-tile svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;overflow:visible;display:block}
.scard:hover .icon-tile,.card:hover .icon-tile,.svc-card:hover .icon-tile{color:var(--sv2-accent,#3ed07e);transform:translateY(-2px)}
.scard,.card{max-width:100%;overflow:hidden}

:root{--sv2-accent:#f0a52a;--sv2-icon:#1f2a33}

.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.hero .video-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.hero .video-bg video,.hero .video-bg img{position:absolute;inset:0;width:100%;height:100%;max-width:100vw;object-fit:cover;opacity:1}
.hero .hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(6,10,16,.55),rgba(6,10,16,.35) 45%,rgba(6,10,16,.68))}
.hero .wrap,.hero .container,.hero .hero-inner,.hero .hero-grid,.hero>div:not(.video-bg):not(.hero-shade){position:relative;z-index:2}
.page-hero.hero-video{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.page-hero.hero-video .wrap,.page-hero.hero-video .container,.page-hero.hero-video>div:not(.video-bg):not(.hero-shade){position:relative;z-index:2}

/* === v2: fonts, brand lockup, static hero === */
h1,h2,h3,h4,.lk-city,.lk-sub{font-family:'Sora',sans-serif}
.video-bg img{width:100%;height:100%;object-fit:cover;display:block}
.brand .brand-lockup{display:inline-flex;flex-direction:column;gap:2px;line-height:1.05}
.brand .lk-city{font-weight:800;font-size:1.22rem;letter-spacing:.06em;color:#fff}
.brand .lk-sub{font-family:'Inter',sans-serif;font-weight:700;font-size:.58rem;letter-spacing:.18em;color:#E8A93D;text-transform:uppercase}
.site-footer .brand .lk-city{color:#fff}
.leadpop-btn svg{width:22px;height:22px}
.btn svg,.btn-call svg{width:1em;height:1em;vertical-align:-.12em}
@media(max-width:860px){.brand .brand-lockup{display:none}.brand img{width:38px;height:38px}}

/* ---------- premium homepage hero ---------- */
.page-hero.hero-video h1{font-size:clamp(2.5rem,6vw,4.4rem);font-weight:800;letter-spacing:-.02em;max-width:900px}
.page-hero.hero-video h1 .accent{color:#E8A93D}
.hero-eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:'Inter',sans-serif;font-weight:700;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#E8A93D;margin:0 0 16px}
.hero-eyebrow::before{content:'';display:inline-block;width:36px;height:2px;background:#E8A93D}
.page-hero.hero-video .hero-lede{font-size:1.28rem;line-height:1.55;max-width:600px;color:rgba(255,255,255,.92);margin-top:18px}
.hero-btns{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.hero-btns .btn-light{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:1.1rem;font-weight:700;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.3)}
.hero-micro{margin-top:18px;font-size:.88rem;letter-spacing:.03em;color:rgba(255,255,255,.72)}
@media (max-width:640px){.page-hero.hero-video h1{font-size:2.35rem}.hero-micro{font-size:.8rem}}

/* hero contrast refinements */
.page-hero.hero-video .hero-shade{background:linear-gradient(to bottom,rgba(6,10,16,.6),rgba(6,10,16,.5) 45%,rgba(6,10,16,.72))}
.page-hero.hero-video h1{letter-spacing:-.01em;text-shadow:0 3px 24px rgba(10,14,20,.55)}
.page-hero.hero-video h1 .accent{color:#fff;border-bottom:6px solid #E8A93D;padding-bottom:2px}
.page-hero.hero-video .hero-lede{text-shadow:0 2px 16px rgba(10,14,20,.6)}
@media (max-width:640px){.page-hero.hero-video h1 .accent{border-bottom-width:4px}}
@media (max-width:640px){.hero-eyebrow{letter-spacing:.15em;font-size:.66rem}}

/* hero legibility pass 2 — left-anchored scrim */
.page-hero.hero-video .hero-shade{background:linear-gradient(100deg,rgba(8,12,18,.88) 0%,rgba(8,12,18,.78) 42%,rgba(8,12,18,.42) 72%,rgba(8,12,18,.30) 100%)}
@media (max-width:860px){.page-hero.hero-video .hero-shade{background:linear-gradient(to bottom,rgba(8,12,18,.82),rgba(8,12,18,.68) 55%,rgba(8,12,18,.78))}}

/* hero legibility pass 3 — deeper scrim over copy zone */
.page-hero.hero-video .hero-shade{background:linear-gradient(100deg,rgba(8,12,18,.94) 0%,rgba(8,12,18,.88) 38%,rgba(8,12,18,.62) 62%,rgba(8,12,18,.48) 100%)}
.page-hero.hero-video .hero-lede,.page-hero.hero-video .hero-micro,.page-hero.hero-video .hero-eyebrow{text-shadow:0 2px 14px rgba(8,12,18,.8)}
.page-hero.hero-video h1{text-shadow:0 3px 28px rgba(8,12,18,.75)}
@media (max-width:860px){.page-hero.hero-video .hero-shade{background:linear-gradient(to bottom,rgba(8,12,18,.90),rgba(8,12,18,.78) 55%,rgba(8,12,18,.86))}}

/* hero legibility pass 4 — solid text backdrop */
.page-hero.hero-video .container{background:rgba(8,12,18,.55);backdrop-filter:blur(2px);padding:44px 48px;border-radius:12px;max-width:860px}
.page-hero.hero-video .hero-shade{background:linear-gradient(100deg,rgba(8,12,18,.55) 0%,rgba(8,12,18,.40) 45%,rgba(8,12,18,.25) 75%,rgba(8,12,18,.30) 100%)}
@media (max-width:860px){.page-hero.hero-video .container{padding:28px 22px;background:rgba(8,12,18,.62)}}

/* hero variant B — bright skyline, strong left scrim, no card */
.hero-b .page-hero.hero-video .container{background:none;backdrop-filter:none;padding:0;border-radius:0;max-width:1140px}
.hero-b .page-hero.hero-video .hero-shade{background:linear-gradient(100deg,rgba(8,12,18,.92) 0%,rgba(8,12,18,.86) 40%,rgba(8,12,18,.58) 66%,rgba(8,12,18,.34) 100%)}
.hero-b .page-hero.hero-video .hero-inner{max-width:640px}
@media (max-width:860px){.hero-b .page-hero.hero-video .hero-shade{background:linear-gradient(to bottom,rgba(8,12,18,.88),rgba(8,12,18,.74) 55%,rgba(8,12,18,.84))}}

/* ---------- v3 additions: mobile callbar + inner-hero CTA ---------- */
.callbar{display:none}
@media (max-width:960px){
  body{padding-bottom:66px}
  .callbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:300;background:#1A1F26;
    padding:10px 12px;box-shadow:0 -3px 16px rgba(0,0,0,.4)}
  .callbar a{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;background:#E8A93D;
    color:#262B33;font-weight:700;font-size:1.06rem;padding:13px;border-radius:9px;text-decoration:none;
    font-family:'Sora',sans-serif}
  .callbar a svg{flex:none}
}
/* inner-page hero upgrades */
.page-hero:not(.hero-video) .hero-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px;position:relative}
.page-hero:not(.hero-video) .hero-note{margin:0;font-style:italic;font-size:.95rem;color:#DDE3E9;opacity:.92}
.page-hero:not(.hero-video) .hero-eyebrow{margin-bottom:14px}
.page-hero:not(.hero-video) h1 .accent{color:#E8A93D}
@media (max-width:640px){.page-hero:not(.hero-video) .hero-cta .btn{width:100%;text-align:center}}

/* ---------- v4: no-box premium hero typography ---------- */
.page-hero.hero-video .container{background:none !important;backdrop-filter:none !important;padding:0 20px !important;border-radius:0 !important;max-width:1180px !important}
.page-hero.hero-video{min-height:94vh}
.page-hero.hero-video .hero-shade{background:linear-gradient(100deg,rgba(8,12,18,.88) 0%,rgba(8,12,18,.74) 40%,rgba(8,12,18,.45) 66%,rgba(8,12,18,.22) 100%)}
@media (max-width:860px){.page-hero.hero-video .hero-shade{background:linear-gradient(to bottom,rgba(8,12,18,.86),rgba(8,12,18,.70) 55%,rgba(8,12,18,.82))}}
/* type depth: soft shadow for readability without a box */
.page-hero.hero-video h1{text-shadow:0 3px 28px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.6);font-weight:800;letter-spacing:-0.015em;font-size:clamp(2.6rem,5.8vw,4.6rem);line-height:1.06}
.page-hero.hero-video .hero-lede{text-shadow:0 2px 16px rgba(0,0,0,.55);font-weight:500;font-size:1.22rem;max-width:56ch;color:#F4F6F8}
.page-hero.hero-video .hero-eyebrow{text-shadow:0 2px 12px rgba(0,0,0,.5)}
.page-hero.hero-video .hero-micro{text-shadow:0 2px 12px rgba(0,0,0,.5)}
/* premium italic-gold accent instead of hard underline */
.page-hero.hero-video h1 .accent{color:#F0B54A;font-style:italic;border-bottom:none;padding-bottom:0;font-weight:700;text-shadow:0 3px 26px rgba(0,0,0,.5)}
.page-hero.hero-video .btn-light{box-shadow:0 8px 26px rgba(0,0,0,.4)}

.page-hero.hero-video .btn-light{border-radius:9px;padding:15px 30px;font-size:1.08rem;font-family:'Sora',sans-serif;font-weight:700}
