/* ---------- reset & base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1E3A34;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:#3A5C52;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:#1E3A34;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:#3A5C52;color:#fff}
.btn-primary:hover{background:#1B2E29;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:#C04836;color:#1E3A34;padding:10px 18px}
.btn-call:hover{background:#9E3A2B;text-decoration:none}

/* ---------- header ---------- */
.site-header{background:#1E3A34;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:#F7EFE9;font-weight:500;padding:6px 2px;border-bottom:2px solid transparent}
.nav-desktop a:hover,.nav-desktop a.active{color:#fff;border-bottom-color:#C04836;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:#1E3A34;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:#F7EFE9;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(21,39,34,.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(21,39,34,.82),rgba(19,32,28,.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:#F7EFE9}

/* ---------- trust bar ---------- */
.trust-bar{background:#2A4A42;color:#F7EFE9;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:#C04836}
.trust-grid span{font-size:.9rem}

/* ---------- sections ---------- */
.section{padding:72px 0}
.section.alt{background:#FBF8F4}
.section-sub{max-width:720px;margin:8px 0 32px;color:#4E6159}
.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(30,58,52,.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:#3A5C52;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(30,58,52,.1);transition:transform .2s,box-shadow .2s}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(30,58,52,.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:#1E3A34;margin-bottom:8px}
.svc-body p{color:#4E6159;font-size:.95rem}
.svc-link{display:inline-block;margin-top:12px;color:#3A5C52;font-weight:600}

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

/* ---------- callout ---------- */
.callout{background:#FBF8F4;border-left:4px solid #3A5C52;padding:24px;border-radius:0 8px 8px 0;margin-top:24px}
.callout h3{color:#1E3A34}

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

/* ---------- quote form ---------- */
.quote-section{padding:72px 0;background:#FBF8F4}
.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(30,58,52,.12)}
.quote-form label{display:block;font-weight:600;margin-bottom:14px;color:#1E3A34}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:11px 12px;border:1px solid #C4B4A6;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 #3A5C52;border-color:#3A5C52}
.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:#6B7A72;margin-top:12px;text-align:center}

/* ---------- faq ---------- */
.faq-section{padding:72px 0}
.faq-section details{border-bottom:1px solid #F1E7DE;padding:16px 0}
.faq-section summary{font-weight:600;cursor:pointer;color:#1E3A34;font-size:1.05rem}
.faq-section details p{margin-top:10px;color:#4E6159}

/* ---------- breadcrumbs ---------- */
.breadcrumbs{background:#FBF8F4;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:#3A5C52}
.breadcrumbs a{color:#4E6159}

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

/* ---------- footer ---------- */
.site-footer{background:#152722;color:#F7EFE9;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:#C04836;margin-bottom:14px;font-size:1rem}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:8px}
.site-footer a{color:#F7EFE9}
.site-footer a:hover{color:#fff}
.footer-phone{font-size:1.25rem;font-weight:700;color:#C04836}
.footer-bottom{border-top:1px solid #2A4A42;margin-top:40px;padding:20px 0;text-align:center;font-size:.9rem;color:#9C8D7D}

/* ---------- 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:#3A5C52;color:#fff}
.leadpop-btn.quote{background:#C04836;color:#1E3A34}
.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 Macon additions ---------- */
.hero{}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(21,39,34,.85),rgba(19,32,28,.7))}
.hero .container{position:relative}
.hero h1{font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.12;max-width:820px;color:#fff}
.hero p{font-size:1.25rem;margin-top:14px;max-width:660px;color:#F7EFE9}
.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:#C04836;color:#152722}
.btn-light:hover{background:#9E3A2B;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:#F7EFE9;color:#1E3A34;padding:8px 16px;border-radius:999px;font-weight:500;font-size:.92rem}
.chip-cloud .chip:hover{background:#E9DDD3;text-decoration:none}
.crumbs{background:#FBF8F4;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:#3A5C52}
.crumbs a{color:#4E6159}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:#9E3A2B;margin-bottom:8px}
.lead{max-width:720px;margin:8px 0 32px;color:#4E6159;font-size:1.05rem}
.center{text-align:center}
.lead.center{margin-left:auto;margin-right:auto}
.faq details{border-bottom:1px solid #F1E7DE;padding:16px 0}
.faq summary{font-weight:600;cursor:pointer;color:#1E3A34;font-size:1.05rem}
.faq details p{margin-top:10px;color:#4E6159}
.footer{background:#152722;color:#F7EFE9;padding:60px 0 0}
.footer h4{color:#C04836;margin-bottom:14px;font-size:1rem}
.footer ul{list-style:none}
.footer li{margin-bottom:8px}
.footer a{color:#F7EFE9}
.footer a:hover{color:#fff}
.f-desc{margin:14px 0;color:#C4B4A6;font-size:.95rem}
.footer-phone{font-size:1.25rem;font-weight:700;color:#C04836 !important}
.quote-call{font-weight:600}
.article-body h2{margin:28px 0 12px;color:#1E3A34}
@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{position:relative;z-index:2}

.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{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:#f87171;--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}

/* === premium typography + hero redesign (v2) === */
h1,h2,h3,h4{font-family:'Fraunces',Georgia,'Times New Roman',serif;font-weight:600;letter-spacing:-.01em;line-height:1.18}
.page-hero h1,.page-hero .h1{color:#fff}
.section-dark h2,.site-footer h2,.site-footer h3{color:#F7EFE9}
.site-header .brand span,.f-brand span{font-family:'Fraunces',Georgia,serif;font-weight:600;letter-spacing:-.01em}
.btn{font-family:'Inter',system-ui,sans-serif}

.hero{min-height:92vh;display:flex;align-items:center;justify-content:flex-start}
.hero .hero-shade{background:linear-gradient(100deg,rgba(9,17,14,.85) 0%,rgba(9,17,14,.6) 46%,rgba(9,17,14,.28) 100%)}
.hero .hero-inner{max-width:720px;padding-top:40px;padding-bottom:40px}
.hero .eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:'Inter',sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#EAC89B;margin-bottom:22px}
.hero .eyebrow::before{content:'';width:34px;height:1.5px;background:#EAC89B;display:inline-block}
.hero h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(2.7rem,5.6vw,4.35rem);font-weight:600;line-height:1.03;letter-spacing:-.015em;max-width:640px;color:#fff}
.hero h1 em{font-style:italic;font-weight:500;color:#EAC89B;white-space:nowrap}
.hero p{font-family:'Inter',sans-serif;font-size:1.13rem;line-height:1.65;margin-top:20px;max-width:545px;color:rgba(247,239,233,.88)}
.hero-btns{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:38px}
.hero-btns .btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 30px;border-radius:10px;font-size:1.04rem;font-weight:600;letter-spacing:.02em}
.hero-btns .btn-light{box-shadow:0 10px 28px rgba(192,72,54,.38)}
.hero-btns .btn-light:hover{box-shadow:0 6px 18px rgba(158,58,43,.45);transform:translateY(1px)}
.hero-btns .btn-ghost{border:1.5px solid rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(3px)}
.hero-btns .btn-ghost:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.85)}
.hero-btns svg{width:18px;height:18px;margin-right:9px;flex:none}
.hero-btns a:hover{text-decoration:none}
@media (max-width:640px){
  .hero{min-height:0;padding:110px 0 90px}
  .hero .hero-inner{max-width:100%}
  .hero h1{font-size:clamp(2.15rem,8.6vw,2.7rem)}
  .hero p{font-size:1.04rem}
  .hero-btns{flex-direction:column;align-items:stretch;gap:12px;margin-top:30px}
  .hero-btns .btn{width:100%}
}


/* === re-audit fixes: brand lockup + emoji SVG + mobile header (v3) === */
.site-header .brand img{width:44px;height:44px;max-height:none;object-fit:contain;flex:none}
.brand-lockup{display:inline-flex;align-items:baseline;gap:7px;line-height:1}
.site-header .brand .lk-trade,.f-brand .lk-trade{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.22rem;letter-spacing:-.01em;color:#F7EFE9}
.site-header .brand .lk-city,.f-brand .lk-city{font-family:'Fraunces',Georgia,serif;font-weight:600;font-style:italic;font-size:1.22rem;letter-spacing:-.01em;color:#EAC89B}
.f-brand img{width:52px;height:52px;max-height:none;object-fit:contain}
.btn svg,.btn-call svg,.quote-phone svg,.footer-phone svg{flex:none;vertical-align:-2px}
.leadpop-btn svg{width:24px;height:24px}
@media (max-width:980px){
  .site-header .brand .brand-lockup{display:none}
  .site-header .brand img{width:40px;height:40px}
}
