/* Houdersheldt Construction — site styles */
:root {
  --black: #1a1815;
  --orange: #e2631d;
  --orange-dark: #b94f16;
  --grey: #5b5851;
  --grey-light: #efece6;
  --grey-mid: #d8d3c9;
  --white: #ffffff;
  --radius: 6px;
  --shadow: 0 8px 24px rgba(26,24,21,0.12);
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--orange-dark); }
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; line-height: 1.2; letter-spacing: 0.2px; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Skip link */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--orange); color: #fff; padding: 10px 16px; z-index: 200; }
.skip-link:focus { left: 8px; top: 8px; }

/* Top bar */
.topbar { background: var(--black); color: var(--grey-light); font-size: 0.85rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; gap: 6px; }
.topbar a { color: var(--grey-light); text-decoration: none; }
.topbar .phone { color: var(--orange); font-weight: 700; text-decoration: none; }

/* Header / nav */
header.site-header { background: var(--grey-light); border-bottom: 3px solid var(--orange); position: sticky; top: 0; z-index: 100; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.brand img { height: 56px; width: auto; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
nav.primary-nav { display: flex; align-items: center; gap: 4px; }
nav.primary-nav a { color: var(--black); text-decoration: none; font-weight: 600; padding: 10px 14px; border-radius: var(--radius); font-size: 0.95rem; }
nav.primary-nav a:hover, nav.primary-nav a[aria-current="page"] { background: var(--orange); color: #fff; }
.nav-cta { background: var(--orange); color: #fff !important; padding: 10px 18px !important; }
.nav-toggle { display: none; background: none; border: 2px solid var(--black); border-radius: var(--radius); padding: 8px 10px; font-size: 1.2rem; cursor: pointer; }

/* Services dropdown */
.has-dropdown { position: relative; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--grey-mid); border-radius: var(--radius); min-width: 240px; box-shadow: var(--shadow); flex-direction: column; padding: 8px; z-index: 50; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: flex; }
.dropdown a { padding: 10px 12px !important; color: var(--black) !important; border-radius: 4px; font-weight: 600; }
.dropdown a:hover { background: var(--grey-light) !important; color: var(--black) !important; }
@media (max-width: 880px) {
  .dropdown { display: flex; position: static; box-shadow: none; border: none; padding-left: 14px; }
  .has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: flex; }
}

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  nav.primary-nav { display: none; flex-direction: column; align-items: stretch; width: 100%; background: var(--grey-light); padding-bottom: 10px; }
  nav.primary-nav.open { display: flex; }
  .nav-wrap { flex-wrap: wrap; }
}

/* Hero */
.hero { background: linear-gradient(135deg, var(--black) 0%, #2a2622 100%); color: #fff; padding: 64px 0; }
.hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.hero h1 { font-size: 2.4rem; margin: 0 0 14px; }
.hero p.lead { font-size: 1.15rem; color: var(--grey-light); margin: 0 0 24px; max-width: 46ch; }
.hero .badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); color: #fff; padding: 6px 12px; border-radius: 20px; font-size: 0.82rem; }
@media (max-width: 880px) { .hero .container { grid-template-columns: 1fr; } }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 26px; border-radius: var(--radius); font-weight: 700; text-decoration: none; text-align: center; border: 2px solid transparent; cursor: pointer; font-size: 1rem; }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }
.btn-outline { border-color: #fff; color: #fff; background: transparent; }
.btn-outline:hover { background: #fff; color: var(--black); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #000; }

.hero-card { background: var(--white); color: var(--black); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.hero-card h3 { margin-top: 0; color: var(--orange-dark); }
.hero-card .phone-big { display: block; font-size: 1.6rem; font-weight: 800; color: var(--black); text-decoration: none; margin: 10px 0 16px; }

/* Sections */
section { padding: 56px 0; }
section.grey { background: var(--grey-light); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.section-head h2 { font-size: 1.9rem; margin-bottom: 10px; }
.section-head p { color: var(--grey); }
.eyebrow { color: var(--orange-dark); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-size: 0.8rem; }

/* Service cards grid */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--grey-mid); border-radius: var(--radius); padding: 26px; transition: transform .15s ease, box-shadow .15s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .icon { font-size: 2rem; margin-bottom: 10px; }
.card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.card p { color: var(--grey); margin: 0 0 14px; font-size: 0.95rem; }
.card a.more { font-weight: 700; text-decoration: none; }

/* Service area strip */
.area-strip { background: var(--black); color: var(--grey-light); padding: 18px 0; text-align: center; font-size: 0.95rem; }
.area-strip strong { color: var(--orange); }

/* Trust / stats */
.stats { display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; gap: 20px; }
.stats .stat strong { display: block; font-size: 2rem; color: var(--orange-dark); }
.stats .stat span { color: var(--grey); font-size: 0.9rem; }

/* Testimonials */
.testimonial { background: #fff; border-left: 4px solid var(--orange); padding: 20px 24px; border-radius: var(--radius); box-shadow: var(--shadow); }
.testimonial p.quote { font-style: italic; margin: 0 0 10px; }
.testimonial .who { font-weight: 700; font-size: 0.9rem; color: var(--grey); }

/* Service page hero (simpler) */
.page-hero { background: var(--black); color: #fff; padding: 46px 0; }
.page-hero h1 { margin: 0 0 8px; font-size: 2.1rem; }
.breadcrumb { color: var(--grey-mid); font-size: 0.85rem; }
.breadcrumb a { color: var(--grey-mid); }

.content-columns { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 880px) { .content-columns { grid-template-columns: 1fr; } }
.side-card { background: var(--grey-light); border-radius: var(--radius); padding: 24px; position: sticky; top: 100px; }
.side-card h3 { margin-top: 0; }
.checklist { list-style: none; padding: 0; margin: 0 0 18px; }
.checklist li { padding-left: 26px; position: relative; margin-bottom: 8px; }
.checklist li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 800; }

/* FAQ */
details.faq { border-bottom: 1px solid var(--grey-mid); padding: 14px 0; }
details.faq summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--orange-dark); font-size: 1.3rem; }
details.faq[open] summary::after { content: "\2212"; }
details.faq p { color: var(--grey); margin: 10px 0 0; }

/* Location cards */
.location-card h3 { color: var(--orange-dark); }
.location-card .state-tag { display: inline-block; background: var(--grey-light); border-radius: 20px; padding: 3px 10px; font-size: 0.75rem; font-weight: 700; margin-bottom: 8px; }

/* Form */
.form-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.92rem; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px; border: 1px solid var(--grey-mid); border-radius: var(--radius); font-size: 1rem; font-family: inherit;
}
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .form-two { grid-template-columns: 1fr; } }
.form-note { font-size: 0.82rem; color: var(--grey); margin-top: 10px; }

/* CTA band */
.cta-band { background: var(--orange); color: #fff; text-align: center; }
.cta-band h2 { margin: 0 0 10px; }
.cta-band .cta-row { justify-content: center; }

/* Footer */
footer.site-footer { background: var(--black); color: var(--grey-light); padding: 46px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
footer h4 { color: #fff; font-size: 0.95rem; margin: 0 0 12px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 8px; font-size: 0.9rem; }
footer a { color: var(--grey-light); text-decoration: none; }
footer a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid #3a362f; padding-top: 18px; font-size: 0.8rem; color: var(--grey-mid); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* City content on service-areas page */
.city-block { border-top: 1px solid var(--grey-mid); padding: 30px 0; }
.city-block:first-of-type { border-top: none; }
.city-block h3 { color: var(--orange-dark); margin-bottom: 6px; }
.city-block .state-badge { background: var(--black); color: #fff; border-radius: 20px; padding: 3px 12px; font-size: 0.75rem; font-weight: 700; margin-left: 8px; vertical-align: middle; }
