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

/* ---------- header ---------- */
.site-header{background:#182D3F;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{border-radius:8px}
.nav-desktop{display:flex;gap:22px;margin-left:auto}
.nav-desktop a{color:#F2E5C2;font-weight:500;padding:6px 2px;border-bottom:2px solid transparent}
.nav-desktop a:hover,.nav-desktop a.active{color:#fff;border-bottom-color:#E0A32E;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:#182D3F;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:#F2E5C2;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(15,30,43,.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(15,30,43,.82),rgba(19,41,58,.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:#F2E5C2}

/* ---------- trust bar ---------- */
.trust-bar{background:#10202E;color:#F2E5C2;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:#E0A32E}
.trust-grid span{font-size:.9rem}

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

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

/* ---------- callout ---------- */
.callout{background:#F5F7F9;border-left:4px solid #C97B1E;padding:24px;border-radius:0 8px 8px 0;margin-top:24px}
.callout h3{color:#182D3F}

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

/* ---------- quote form ---------- */
.quote-section{padding:72px 0;background:#F5F7F9}
.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(24,45,63,.12)}
.quote-form label{display:block;font-weight:600;margin-bottom:14px;color:#182D3F}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:11px 12px;border:1px solid #C9D3DB;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 #C97B1E;border-color:#C97B1E}
.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:#6E7F8C;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:#182D3F;font-size:1.05rem}
.faq-section details p{margin-top:10px;color:#4A5C6B}

/* ---------- breadcrumbs ---------- */
.breadcrumbs{background:#F5F7F9;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:#C97B1E}
.breadcrumbs a{color:#4A5C6B}

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

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

/* ---------- 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:#C97B1E;color:#fff}
.leadpop-btn.quote{background:#E0A32E;color:#182D3F}
.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%}
}

/* === 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,#E0A32E);transform:translateY(-2px)}
.scard,.card{max-width:100%;overflow:hidden}

:root{--sv2-accent:#E0A32E;--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}

/* ---------- design standard: Source Serif 4 + Inter ---------- */
body{font-family:'Inter',system-ui,-apple-system,sans-serif}
h1,h2,h3,h4{font-family:'Source Serif 4',Georgia,serif;letter-spacing:-.012em;line-height:1.15}
.btn{font-family:'Inter',system-ui,sans-serif;white-space:nowrap}
.brand img.brand-mark{display:none;border-radius:10px}
.hero-eyebrow{display:inline-block;font-family:'Inter',sans-serif;text-transform:uppercase;letter-spacing:.22em;font-weight:600;font-size:.76rem;color:#E0A32E;margin:0 0 18px;position:relative}
.hero-eyebrow::after{content:'';display:block;height:2px;width:52px;background:#E0A32E;margin-top:10px}
.hero h1 em,.page-hero h1 em{font-style:italic;color:#E0A32E}
.btn-ico{width:1em;height:1em;flex:none;vertical-align:-.12em}

/* ---------- homepage hero: static image + slate overlay ---------- */
.page-hero.hero-video{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background-image:url('/assets/img/hero-v2.webp');background-size:cover;background-position:center 60%}
.page-hero.hero-video::before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(15,30,43,.90) 20%,rgba(24,45,63,.55) 55%,rgba(15,30,43,.75));z-index:0}
.page-hero.hero-video .video-bg,.page-hero.hero-video .hero-shade{display:none}
.page-hero.hero-video>.container{position:relative;z-index:1;max-width:1180px}
.page-hero.hero-video h1{color:#fff;text-shadow:0 2px 18px rgba(10,20,30,.55);max-width:16ch}
.page-hero.hero-video p{color:#DCE5EC;max-width:55ch}
.page-hero .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:1.6rem}
.hero-badges{display:flex;gap:1.6rem;flex-wrap:wrap;margin-top:2.4rem;font-size:.92rem;color:#DCE5EC}
.hero-badges div{display:flex;align-items:center;gap:.5rem}
.hero-badges svg{width:1.05em;height:1.05em;color:#E0A32E;flex:none}
.hero-badges b{color:#fff}

/* ---------- mobile callbar ---------- */
.callbar{display:none}
@media(max-width:860px){
  .callbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1200;background:#0F1E2B;padding:10px 14px;box-shadow:0 -4px 18px rgba(0,0,0,.35)}
  .callbar-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 10px;border-radius:10px;background:linear-gradient(135deg,#E0A32E,#C08F27);color:#182D3F;font-weight:700;font-size:1.05rem;text-decoration:none;font-family:'Inter',sans-serif;letter-spacing:.02em}
  body{padding-bottom:70px}
  .leadpop{bottom:86px}
}
@media(max-width:640px){
  .brand img.brand-full{display:none}
  .brand img.brand-mark{display:block;width:44px;height:44px;border-radius:10px}
  .site-header .btn-call{display:none}
  .page-hero .hero-cta{flex-direction:column}
  .page-hero .hero-cta .btn{width:100%;text-align:center}
  .hero-badges{gap:.8rem 1.2rem;font-size:.84rem}
}
