/* ============================================================
   SITELY DEMO — "Mudjack Concrete, LLC" prospect mockup.
   Sample marketing site built to pitch a real, family-owned
   St. Joseph, MO concrete-leveling (mudjacking) contractor.
   Not affiliated. Stock photos + one real review; other reviews
   are clearly marked placeholders. Not indexed.
   THEME: "Engineered Lift" — graphite blueprint + amber. Condensed
   Saira Condensed headings, sharp industrial corners, half-photo
   hero and a faint drafting-grid on the dark bands. A precise,
   technical feel for a company that raises concrete by the inch.
   ============================================================ */
:root {
  --ink: #161c27;
  --ink-2: #1e2634;
  --ink-3: #283142;
  --steel: #3d4f68;
  --steel-l: #6d809d;
  --amber: #f4a413;
  --amber-d: #d5870b;
  --amber-l: #ffbb3d;
  --gray: #eceff4;
  --cream: #f5f7fa;
  --paper: #ffffff;
  --body: #56616f;
  --heading: #161c27;
  --line: #dfe4ec;
  --line-dk: #2b3648;
  --good: #2f8f57;
  --bad: #c0563e;
  --shadow: 0 18px 44px rgba(15, 24, 40, .16);
  --shadow-sm: 0 6px 18px rgba(15, 24, 40, .10);
  --radius: 5px;
  --radius-sm: 3px;
  --grid-line: rgba(255,255,255,.04);
  --font-head: 'Saira Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1240px, 92%); margin: 0 auto; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--heading); line-height: 1.04; letter-spacing: .01em; font-weight: 700; text-transform: uppercase; }
section { scroll-margin-top: 80px; }

/* faint drafting grid, reused on dark bands */
.grid-bg { background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px); background-size: 34px 34px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; text-align: center;
  padding: .82rem 1.8rem; border-radius: var(--radius-sm); cursor: pointer; border: 2px solid transparent;
  transition: background .16s ease, transform .14s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.btn-block { width: 100%; }
.btn-amber { background: var(--amber); color: var(--ink); }
.btn-amber:hover { background: var(--amber-d); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--amber); }
.btn-ghost:hover { background: var(--amber); color: var(--ink); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(22,28,39,.45); }
.btn-ghost-dark:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-outline-light { background: rgba(255,255,255,.05); color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink); color: #b9c4d3; font-size: .78rem; font-weight: 500;
  letter-spacing: .02em; padding: 9px 0; border-bottom: 1px solid var(--line-dk);
}
.topbar-inner { display: flex; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; align-items: center; }
.topbar .gl { color: var(--amber); }
.topbar b { color: var(--amber); font-weight: 700; }
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.topbar a:hover { color: var(--amber); text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { background: #fff; position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--amber); box-shadow: 0 2px 14px rgba(15,24,40,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; }
.brand { text-decoration: none; line-height: 1; flex: none; display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 50px; height: 50px; flex: none; background: var(--ink); color: var(--amber);
  display: grid; place-items: center; border-radius: var(--radius-sm); font-family: var(--font-head);
  font-weight: 700; font-size: 1.4rem; letter-spacing: .02em; border: 2px solid var(--amber);
  position: relative;
}
.brand-mark::after { content: "▲"; position: absolute; top: 2px; right: 4px; font-size: .5rem; color: var(--amber); }
.brand-txt .brand-top { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.55rem; letter-spacing: .03em; color: var(--ink); text-transform: uppercase; }
.brand-txt .brand-sub { display: block; font-size: .6rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--amber-d); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a {
  color: var(--ink-2); font-family: var(--font-head); font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
  text-decoration: none; padding: 8px 0; position: relative;
}
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--amber); transition: right .2s ease; }
.nav a:hover { color: var(--amber-d); }
.nav a:hover::after { right: 0; }
.header-btns { display: flex; gap: 12px; align-items: center; flex: none; }
.header-call { text-decoration: none; color: var(--ink); text-align: right; line-height: 1.1; }
.header-call small { display: block; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber-d); font-weight: 600; }
.header-call b { font-family: var(--font-head); font-size: 1.28rem; letter-spacing: .01em; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero (half-photo, dark technical) ---------- */
.hero { position: relative; background-color: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; top: 0; right: 0; width: 44%; height: 100%; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(22,28,39,.55) 30%, rgba(22,28,39,.25) 100%); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: var(--grid-line); }
.hero-inner { position: relative; z-index: 2; padding: 92px 0 100px; max-width: 660px; }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head);
  font-size: .92rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); background: var(--amber); padding: 5px 15px; border-radius: var(--radius-sm); margin-bottom: 22px;
}
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 700; letter-spacing: .01em; line-height: .98; margin-bottom: 20px; }
.hero h1 .gl { color: var(--amber); }
.hero-sub { color: #cfd8e4; font-size: 1.08rem; max-width: 560px; margin-bottom: 28px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
/* hero spec bar */
.hero-specs { display: flex; flex-wrap: wrap; gap: 0; margin: 30px 0 0; border: 1px solid var(--line-dk); border-radius: var(--radius); overflow: hidden; max-width: 620px; }
.hero-specs .sp { flex: 1 1 25%; min-width: 130px; padding: 14px 16px; border-left: 1px solid var(--line-dk); background: rgba(255,255,255,.02); }
.hero-specs .sp:first-child { border-left: 0; }
.hero-specs .sp b { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: var(--amber); line-height: 1; letter-spacing: .01em; }
.hero-specs .sp span { display: block; margin-top: 5px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #9fabbb; font-weight: 500; }

/* ---------- Stats strip (graphite) ---------- */
.stats { background-color: var(--ink-2); color: #fff; border-top: 1px solid var(--line-dk); border-bottom: 3px solid var(--amber); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 30px 16px; border-left: 1px solid var(--line-dk); position: relative; }
.stat:first-child { border-left: 0; }
.stat::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 34px; height: 3px; background: var(--amber); }
.stat b { display: block; font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; line-height: 1; color: var(--amber); letter-spacing: .01em; margin-top: 6px; }
.stat span { display: block; margin-top: 9px; font-family: var(--font-head); font-weight: 500; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #aab6c6; }

/* ---------- Section shell ---------- */
.sec { padding: 82px 0 88px; }
.sec.alt { background: var(--cream); }
.sec-head { max-width: 760px; margin: 0 0 46px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: .92rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-d); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--amber); display: inline-block; }
.sec-head.center .eyebrow::before, .eyebrow.center::before, .about .eyebrow::before { display: none; }
.sec-head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.sec-head p { color: var(--body); font-size: 1.04rem; margin-top: 14px; }

/* ---------- Signs / symptom grid ---------- */
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sign { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--amber); border-radius: var(--radius-sm); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.sign .mk { flex: none; width: 30px; height: 30px; background: var(--ink); color: var(--amber); border-radius: var(--radius-sm); display: grid; place-items: center; font-weight: 800; font-size: 1rem; }
.sign h3 { font-size: 1.14rem; margin-bottom: 4px; letter-spacing: .02em; }
.sign p { font-size: .9rem; color: var(--body); line-height: 1.5; }
.signs-note { margin-top: 26px; font-size: .95rem; color: var(--body); }
.signs-note b { color: var(--ink); }

/* ---------- Process (numbered square tiles + connector) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 24px; box-shadow: var(--shadow-sm); }
.step .num { display: inline-grid; place-items: center; width: 46px; height: 46px; background: var(--ink); color: var(--amber); border-radius: var(--radius-sm); font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; margin-bottom: 16px; letter-spacing: .02em; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; letter-spacing: .02em; }
.step p { font-size: .92rem; color: var(--body); }
.step::after { content: ""; position: absolute; top: 48px; right: -22px; width: 22px; height: 2px; background: var(--line); z-index: 1; }
.step:last-child::after { display: none; }

/* ---------- Comparison table ---------- */
.compare-wrap { max-width: 960px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow-x: auto; box-shadow: var(--shadow-sm); background: #fff; }
.compare { width: 100%; border-collapse: collapse; min-width: 540px; }
.compare th, .compare td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: .95rem; vertical-align: top; }
.compare thead th { font-family: var(--font-head); font-size: 1.02rem; letter-spacing: .04em; text-transform: uppercase; }
.compare thead th:nth-child(1) { background: var(--ink); color: #fff; width: 26%; }
.compare thead th.us { background: var(--amber); color: var(--ink); font-weight: 700; }
.compare thead th.them { background: var(--gray); color: var(--steel); }
.compare tbody th { background: var(--cream); font-family: var(--font-head); font-weight: 600; color: var(--ink); width: 26%; letter-spacing: .03em; text-transform: uppercase; font-size: .9rem; }
.compare td.us { color: var(--ink); font-weight: 500; background: #fffaf0; }
.compare td.us::before { content: "✓ "; color: var(--good); font-weight: 800; }
.compare td.them { color: var(--steel); }
.compare td.them::before { content: "✕ "; color: var(--bad); font-weight: 800; }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.compare-note { text-align: center; margin-top: 22px; font-size: .86rem; color: var(--body); }

/* ---------- Services (icon cards, no photos) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--amber); border-radius: var(--radius); padding: 28px 26px 26px; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.svc-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.svc-ic { width: 52px; height: 52px; border-radius: var(--radius-sm); background: var(--ink); color: var(--amber); display: grid; place-items: center; margin-bottom: 18px; }
.svc-ic svg { width: 27px; height: 27px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svc-card .tag { font-family: var(--font-head); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-d); display: block; margin-bottom: 6px; }
.svc-card h3 { font-size: 1.34rem; margin-bottom: 9px; letter-spacing: .02em; }
.svc-card p { font-size: .93rem; color: var(--body); }

/* ---------- Split why (photo + dark panel) ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; }
.split-media { min-height: 520px; position: relative; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media .badge-lift {
  position: absolute; left: 0; bottom: 30px; background: var(--amber); color: var(--ink);
  padding: 16px 22px; box-shadow: var(--shadow); max-width: 250px;
}
.split-media .badge-lift b { display: block; font-family: var(--font-head); font-size: 2.6rem; line-height: 1; letter-spacing: .01em; }
.split-media .badge-lift span { display: block; margin-top: 5px; font-size: .8rem; font-weight: 600; line-height: 1.35; }
.split-panel { background-color: var(--ink); color: #cdd6e2; padding: 76px 7% 76px 6%; }
.split-panel .eyebrow { color: var(--amber); }
.split-panel .eyebrow::before { background: var(--amber); }
.split-panel h2 { color: #fff; font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: 18px; }
.split-panel p { color: #aeb9c7; font-size: 1rem; margin-bottom: 16px; }
.tick { list-style: none; display: grid; gap: 13px; margin: 24px 0 30px; }
.tick li { position: relative; padding-left: 34px; font-size: .97rem; color: #ccd5e2; }
.tick li::before { content: "▲"; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; background: var(--amber); color: var(--ink); border-radius: var(--radius-sm); display: grid; place-items: center; font-size: .58rem; font-weight: 800; }
.tick li b { color: #fff; }

/* ---------- About band ---------- */
.about { text-align: center; }
.about-inner { max-width: 880px; margin: 0 auto; }
.about h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); margin-bottom: 8px; }
.about .sig { font-family: var(--font-head); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--amber-d); margin-bottom: 22px; font-size: 1rem; }
.about p { color: var(--body); font-size: 1.05rem; margin-bottom: 16px; }
.about p b { color: var(--ink); }

/* ---------- Gallery strip ---------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.strip figure { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.strip figure:hover img { transform: scale(1.06); }
.strip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 16px 13px; background: linear-gradient(transparent, rgba(15,24,40,.9)); font-family: var(--font-head); font-weight: 600; font-size: .92rem; letter-spacing: .04em; text-transform: uppercase; color: #fff; }

/* ---------- Reviews ---------- */
.rev-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 32px; }
.rev-score { display: flex; align-items: center; gap: 16px; }
.rev-score .big { font-family: var(--font-head); font-weight: 700; font-size: 3.4rem; line-height: 1; color: var(--amber-d); letter-spacing: .01em; }
.rev-score .stars { color: var(--amber); font-size: 1.3rem; letter-spacing: 2px; }
.rev-score small { display: block; color: var(--body); font-size: .84rem; margin-top: 2px; }
.star-empty { color: #c6cdd8; }
.rev-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rev-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--amber); border-radius: var(--radius); padding: 24px 22px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.rev-card .stars { color: var(--amber); letter-spacing: 2px; font-size: 1rem; margin-bottom: 10px; }
.rev-tag { display: inline-block; align-self: flex-start; font-family: var(--font-head); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-d); background: var(--cream); border: 1px solid var(--line); padding: 3px 9px; border-radius: var(--radius-sm); margin-bottom: 12px; }
.rev-card p { font-size: .95rem; color: #4a5261; flex: 1; }
.rev-user { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.rev-avatar { width: 38px; height: 38px; border-radius: var(--radius-sm); flex: none; display: grid; place-items: center; color: var(--amber); font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; background: var(--ink); }
.rev-user b { font-size: .9rem; display: block; line-height: 1.2; color: var(--ink); }
.rev-user span { font-size: .76rem; color: var(--body); }
.rev-note { text-align: center; margin-top: 24px; font-size: .84rem; color: var(--body); max-width: 800px; margin-left: auto; margin-right: auto; }

/* ---------- FAQ ---------- */
.faq-grid { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.14rem; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--amber-d); font-weight: 700; line-height: 1; flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-item .faq-body { padding: 16px 22px 22px; color: var(--body); font-size: .96rem; }

/* ---------- Service area ---------- */
.areas { background-color: var(--ink); color: #fff; text-align: center; padding: 82px 0 88px; }
.areas .eyebrow { color: var(--amber); justify-content: center; }
.areas .eyebrow::before { display: none; }
.areas h2 { color: #fff; font-size: clamp(2rem, 3.4vw, 2.7rem); margin-bottom: 12px; }
.areas p { color: #aeb9c7; max-width: 700px; margin: 0 auto 30px; }
.area-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; max-width: 940px; margin: 0 auto; }
.area-list li { border: 1px solid var(--line-dk); background: rgba(255,255,255,.03); padding: 9px 20px; border-radius: var(--radius-sm); font-family: var(--font-head); font-weight: 500; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; color: #dbe3ee; }
.area-list li.hq { background: var(--amber); color: var(--ink); border-color: var(--amber); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.area-list li.hq span { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: var(--ink); color: var(--amber); padding: 2px 7px; border-radius: 2px; }

/* ---------- CTA band (dark + amber) ---------- */
.cta { background-color: var(--ink-2); color: #fff; text-align: center; padding: 78px 0 82px; position: relative; overflow: hidden; border-top: 3px solid var(--amber); border-bottom: 3px solid var(--amber); }
.cta > .container { position: relative; z-index: 2; }
.cta h2 { color: #fff; font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 12px; }
.cta h2 .gl { color: var(--amber); }
.cta p { font-size: 1.06rem; max-width: 680px; margin: 0 auto 26px; color: #b8c2d0; }
.cta .hero-btns { justify-content: center; }
.cta .fine { font-size: .84rem; margin-top: 20px; color: #8b97a8; font-weight: 500; letter-spacing: .04em; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.contact-info h3 { font-size: 1.85rem; margin-bottom: 6px; letter-spacing: .02em; }
.info-rows { display: grid; gap: 16px; margin: 22px 0 26px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .ic { width: 42px; height: 42px; flex: none; background: var(--ink); color: var(--amber); display: grid; place-items: center; border-radius: var(--radius-sm); font-size: 1rem; }
.info-row b { font-family: var(--font-head); font-size: 1.1rem; letter-spacing: .03em; text-transform: uppercase; display: block; color: var(--ink); }
.info-row span, .info-row a { font-size: .93rem; color: var(--body); text-decoration: none; }
.info-row a:hover { color: var(--amber-d); }
.info-label { font-family: var(--font-head); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; display: block; margin-bottom: 8px; color: var(--ink); }
.hours-table { list-style: none; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.hours-table li { display: flex; justify-content: space-between; padding: 11px 16px; font-size: .92rem; }
.hours-table li:nth-child(odd) { background: var(--cream); }
.hours-table li b { font-family: var(--font-body); font-weight: 700; color: var(--ink); }
.hours-table .closed { color: var(--bad); font-weight: 600; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: var(--radius-sm); text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: .95rem; transition: background .16s, transform .16s; }
.socials a:hover { background: var(--amber); color: var(--ink); transform: translateY(-2px); }
.map-embed { border: 0; width: 100%; height: 300px; border-radius: var(--radius); margin-top: 26px; }

.quote-form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--amber); border-radius: var(--radius); padding: 32px 30px 34px; box-shadow: var(--shadow-sm); }
.quote-form h3 { font-size: 1.7rem; margin-bottom: 4px; letter-spacing: .02em; }
.quote-form > p { font-size: .92rem; color: var(--body); margin-bottom: 18px; }
.quote-form > p b { color: var(--amber-d); }
.fld { margin-bottom: 15px; }
.fld label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .84rem; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 6px; color: var(--ink); }
.fld input, .fld select, .fld textarea {
  width: 100%; padding: .74rem .9rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .95rem; background: var(--cream); color: var(--ink);
}
.fld input::placeholder, .fld textarea::placeholder { color: #97a2b0; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 2px solid var(--amber); border-color: var(--amber); background: #fff; }
.fld-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-status { margin-top: 14px; font-size: .92rem; font-weight: 600; color: #2f7d4c; min-height: 1.2em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #98a4b5; padding: 62px 0 30px; border-top: 3px solid var(--amber); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 42px; }
.footer-brand .brand-top { font-family: var(--font-head); font-weight: 700; font-size: 1.7rem; color: #fff; letter-spacing: .03em; text-transform: uppercase; }
.footer-brand .brand-sub { display: block; font-size: .6rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--amber); margin: 3px 0 14px; }
.footer-brand p { font-size: .92rem; color: #8592a4; max-width: 380px; }
.site-footer h4 { color: #fff; font-size: 1.16rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 15px; }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.site-footer a { color: #98a4b5; text-decoration: none; font-size: .92rem; }
.site-footer a:hover { color: var(--amber); }
.footer-contact li { font-size: .92rem; margin-bottom: 10px; color: #98a4b5; }
.footer-contact b { color: #fff; font-family: var(--font-body); }
.footer-bottom { border-top: 1px solid var(--line-dk); margin-top: 46px; padding-top: 22px; text-align: center; font-size: .84rem; color: #748094; }
.footer-bottom a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-bottom a:hover { color: var(--amber); }

/* ---------- Sitely demo chip ---------- */
.demo-chip {
  position: fixed; right: 18px; bottom: 18px; z-index: 70; display: flex; align-items: center; gap: 8px;
  background: #fff; color: #101828; text-decoration: none; border-radius: 999px; padding: .55rem 1rem .55rem .7rem;
  font-family: var(--font-body); font-size: .85rem; font-weight: 600; box-shadow: 0 10px 30px rgba(2,8,20,.35);
  border: 1px solid #e4e9f0; transition: transform .16s ease;
}
.demo-chip:hover { transform: translateY(-2px); }
.demo-chip svg { flex: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .signs-grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .step::after { display: none; }
}
@media (max-width: 900px) {
  .hero-media { position: static; width: 100%; height: 240px; }
  .hero-media::before { background: linear-gradient(0deg, var(--ink) 0%, rgba(22,28,39,.2) 100%); }
  .hero-inner { padding: 70px 0 60px; max-width: none; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 320px; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rev-cards { grid-template-columns: 1fr; }
  .header-call { display: none; }
}
@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start; gap: 2px;
    background: #fff; padding: 78px 7vw 24px; display: none; box-shadow: 0 20px 40px rgba(15,24,40,.22);
    border-bottom: 3px solid var(--amber);
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 80; }
  .header-btns .btn { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line-dk); }
  .svc-grid, .signs-grid, .steps, .footer-grid, .fld-2 { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .hero-specs .sp { flex-basis: 50%; }
  .rev-head { flex-direction: column; align-items: flex-start; }
  .compare th, .compare td { padding: 12px 13px; font-size: .86rem; }
}
