:root {
  --gold: #d4a84b;
  --gold-dark: #b8923f;
  --gold-soft: #e7c878;
  --ink: #1a1a1a;
  --ink-2: #232323;
  --ink-3: #2d2d2d;
  --cream: #f5f3ee;
  --cream-2: #efeae0;
  --white: #ffffff;
  --muted: #6c6c6c;
  --muted-light: #b9b3a6;
  --line: #e4ded2;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(26, 26, 26, .14);
  --shadow-sm: 0 6px 20px rgba(26, 26, 26, .08);
  --wrap: 1180px;
  --font-head: 'Archivo', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, 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(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.1; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- Top bar ---------- */
.topbar { background: var(--ink); color: #cfc8b8; font-size: 13.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; flex-wrap: wrap; }
.topbar a { color: var(--gold); text-decoration: none; font-weight: 700; }
.topbar .badge { font-weight: 600; letter-spacing: .3px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .mark { width: 42px; height: 42px; flex: none; }
.brand .lines { display: flex; flex-direction: column; line-height: 1.05; }
.brand .name { font-family: var(--font-head); font-weight: 900; font-size: 20px; color: var(--ink); letter-spacing: .5px; text-transform: uppercase; }
.brand .tag { font-size: 11px; color: var(--muted); letter-spacing: 1.5px; text-transform: uppercase; }

.header-cta { display: flex; align-items: center; gap: 10px; }
.pill-live { display: inline-flex; align-items: center; gap: 7px; background: rgba(31,160,90,.12); color: #1c8a4f; font-weight: 700; font-size: 13px; padding: 8px 13px; border-radius: 999px; }
.pill-live .dot { width: 8px; height: 8px; border-radius: 50%; background: #21a55a; box-shadow: 0 0 0 4px rgba(33,165,90,.18); }
.btn-call {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--ink); font-weight: 800; text-decoration: none;
  padding: 11px 18px; border-radius: 10px; border: none; cursor: pointer; font-size: 15px;
  box-shadow: 0 6px 16px rgba(212,168,75,.35); transition: transform .12s ease, background .2s ease;
}
.btn-call:hover { background: var(--gold-dark); transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: 2px solid var(--line); border-radius: 9px; width: 46px; height: 42px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- Nav ---------- */
.mainnav { background: var(--ink); }
.mainnav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; max-width: var(--wrap); margin: 0 auto; padding: 0 8px; }
.mainnav a { display: block; color: #d8d2c4; text-decoration: none; padding: 14px 16px; font-size: 14px; font-weight: 600; letter-spacing: .4px; border-bottom: 3px solid transparent; }
.mainnav a:hover { color: #fff; }
.mainnav a.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(18,18,18,.95) 0%, rgba(18,18,18,.78) 45%, rgba(18,18,18,.45) 100%),
    url("../images/hero-bg.jpg") center/cover no-repeat;
  background:
    linear-gradient(100deg, rgba(18,18,18,.95) 0%, rgba(18,18,18,.78) 45%, rgba(18,18,18,.45) 100%),
    image-set(url("../images/hero-bg.webp") type("image/webp"), url("../images/hero-bg.jpg") type("image/jpeg")) center/cover no-repeat;
  filter: saturate(1.05);
}
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: center; padding: 72px 24px 80px; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 7px; background: rgba(212,168,75,.16); border: 1px solid rgba(212,168,75,.4); color: var(--gold-soft); font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 999px; }
.hero h1 { font-weight: 900; font-size: clamp(40px, 7vw, 76px); letter-spacing: -1px; text-transform: uppercase; }
.hero h1 .line2 { display: block; }
.hero h1 .accent { color: var(--gold); }
.hero p { font-size: 18px; color: #d8d2c4; margin: 18px 0 24px; max-width: 560px; }
.hero p .hl { color: var(--gold-soft); font-weight: 600; }
.hero-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 28px; color: #c7c0b1; font-size: 14px; }
.hero-meta .stars { color: var(--gold); letter-spacing: 2px; }
.hero-meta b { color: #fff; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-lg { display: inline-flex; align-items: center; gap: 9px; padding: 16px 26px; border-radius: 11px; font-weight: 800; text-decoration: none; font-size: 16px; font-family: var(--font-head); }
.btn-lg.primary { background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px rgba(212,168,75,.4); }
.btn-lg.primary:hover { background: var(--gold-dark); }
.btn-lg.ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-lg.ghost:hover { border-color: var(--gold); color: var(--gold); }

.hero-logo { justify-self: center; text-align: center; }
.hero-logo .mark { width: 180px; height: 180px; margin: 0 auto 10px; filter: drop-shadow(0 0 30px rgba(212,168,75,.45)); }
.hero-logo .word { font-family: var(--font-head); font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 22px; }
.hero-logo .word .g { color: var(--gold); }
.hero-mini { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.hero-mini div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 10px 14px; min-width: 84px; }
.hero-mini b { display: block; color: var(--gold); font-family: var(--font-head); font-size: 15px; }
.hero-mini span { font-size: 12px; color: #c7c0b1; }

/* ---------- Stats band ---------- */
.stats { background: var(--gold); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 24px; text-align: center; }
.stats .num { font-family: var(--font-head); font-weight: 900; font-size: clamp(30px, 4vw, 46px); color: var(--ink); line-height: 1; letter-spacing: -.5px; }
.stats .lbl { font-weight: 700; color: #5a4a1c; font-size: 14px; margin-top: 6px; }

/* ---------- Page head (inner pages) ---------- */
.page-head { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.page-head::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(18,18,18,.96), rgba(18,18,18,.7)), url("../images/hero-bg.jpg") center/cover no-repeat; background: linear-gradient(100deg, rgba(18,18,18,.96), rgba(18,18,18,.7)), image-set(url("../images/hero-bg.webp") type("image/webp"), url("../images/hero-bg.jpg") type("image/jpeg")) center/cover no-repeat; }
.page-head .wrap { position: relative; z-index: 2; padding: 46px 24px; }
.page-head .crumb { font-size: 14px; color: var(--gold-soft); margin-bottom: 8px; }
.page-head .crumb a { color: var(--gold-soft); text-decoration: none; }
.page-head h1 { font-weight: 900; text-transform: uppercase; letter-spacing: -.5px; font-size: clamp(28px, 5vw, 46px); }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section.cream { background: var(--cream); }
.section.white { background: var(--white); }
.section .head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.section .head .eyebrow { color: var(--gold-dark); font-weight: 800; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }
.section .head h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 900; text-transform: uppercase; margin: 8px 0; }
.section .head p { color: var(--muted); }

.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.tile .ic { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; background: rgba(212,168,75,.15); font-size: 26px; }
.tile h3 { font-size: 20px; font-weight: 800; margin: 16px 0 8px; }
.tile p { color: var(--muted); font-size: 14.5px; }
.tile .more { color: var(--gold-dark); font-weight: 800; font-size: 14px; margin-top: 12px; display: inline-block; }

/* ---------- Layout (content + sidebar) ---------- */
.layout { display: grid; grid-template-columns: 1fr 330px; gap: 40px; padding: 56px 0; align-items: start; }
.content h2 { font-size: 24px; font-weight: 800; color: var(--ink); margin: 30px 0 10px; }
.content h2:first-child { margin-top: 0; }
.content h2 .yellow { color: var(--gold-dark); }
.content p { margin: 0 0 15px; color: #3c3c3c; }
.content ul { margin: 0 0 20px; padding-left: 4px; list-style: none; }
.content ul li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.content ul li::before { content: "🔑"; position: absolute; left: 0; font-size: 13px; }
.content img { border-radius: var(--radius); box-shadow: var(--shadow-sm); margin: 6px 0 18px; }
.content img.boxshadows, .content img.boxshadows2 { max-width: 290px; width: 46%; }
.content img.boxshadows { float: left; margin: 6px 22px 14px 0; }
.content img.boxshadows2 { float: right; margin: 6px 0 14px 22px; }
.content h2 img { float: right; }

/* ---------- Sidebar ---------- */
.sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; }
.card.call { background: var(--ink); color: #fff; text-align: center; border: none; }
.card.call h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.card.call p { color: #c7c0b1; font-size: 14px; }
.card.call .num { font-family: var(--font-head); font-size: 28px; font-weight: 900; color: var(--gold); display: block; margin: 10px 0 14px; text-decoration: none; }
.card.call .btn-call { width: 100%; justify-content: center; }
.card h3 { font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.svc-list { list-style: none; }
.svc-list li { border-bottom: 1px solid var(--line); }
.svc-list li:last-child { border-bottom: none; }
.svc-list a { display: block; padding: 10px 0; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; }
.svc-list a:hover { color: var(--gold-dark); }
.svc-list a::before { content: "›"; color: var(--gold-dark); font-weight: 900; margin-right: 10px; }
.hours li { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--muted); padding: 5px 0; }
.hours b { color: var(--ink); }

/* ---------- Form ---------- */
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 30px; margin-top: 22px; }
.form-card h2 { margin-top: 0; font-weight: 900; text-transform: uppercase; }
.quote-form { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.quote-form label { font-weight: 600; font-size: 14px; color: var(--ink); display: flex; flex-direction: column; gap: 6px; }
.quote-form input, .quote-form textarea { font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid #cfc7b6; border-radius: 10px; background: #fff; width: 100%; }
.quote-form input:focus, .quote-form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.quote-form .hp { position: absolute; left: -9999px; }
.quote-form button { background: var(--gold); color: var(--ink); border: none; cursor: pointer; font-family: var(--font-head); font-weight: 800; font-size: 17px; padding: 15px; border-radius: 11px; box-shadow: 0 8px 18px rgba(212,168,75,.35); }
.quote-form button:hover { background: var(--gold-dark); }
.form-note { font-size: 13px; color: var(--muted); }

/* ---------- CTA strip ---------- */
.cta-strip { background: var(--ink); color: #fff; text-align: center; padding: 50px 0; }
.cta-strip h2 { font-weight: 900; text-transform: uppercase; font-size: clamp(24px, 4vw, 36px); }
.cta-strip p { color: #c7c0b1; margin: 10px 0 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b9b3a6; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.site-footer h4, .site-footer .f-title { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.site-footer a { color: #b9b3a6; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand .name { color: #fff; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 9px; font-size: 15px; }
.footer-contact p { margin-bottom: 9px; font-size: 15px; }
.footer-contact .num { color: var(--gold); font-weight: 900; font-family: var(--font-head); font-size: 22px; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 20px 0; font-size: 13px; color: #8c8678; text-align: center; }

/* ---------- Mobile sticky call bar ---------- */
.mobile-callbar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 28px; }
  .hero-logo { display: none; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .pill-live { display: none; }
  .btn-call .label { display: none; }
  .nav-toggle { display: flex; }
  .mainnav ul { display: none; flex-direction: column; padding: 6px; }
  .mainnav.open ul { display: flex; }
  .mainnav a { border-bottom: 1px solid rgba(255,255,255,.1); border-left: 3px solid transparent; }
  .mainnav a.active { border-bottom-color: rgba(255,255,255,.1); border-left-color: var(--gold); }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  .content img.boxshadows, .content img.boxshadows2 { float: none; width: 100%; max-width: 100%; margin: 6px 0 16px; }
  .content h2 img { float: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .mobile-callbar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--ink); padding: 9px 12px; gap: 10px; box-shadow: 0 -4px 16px rgba(0,0,0,.3); }
  .mobile-callbar a { flex: 1; text-align: center; text-decoration: none; font-weight: 800; padding: 12px; border-radius: 10px; font-size: 16px; font-family: var(--font-head); }
  .mobile-callbar .call { background: var(--gold); color: var(--ink); }
  .mobile-callbar .quote { background: rgba(255,255,255,.1); color: #fff; }
}

/* ---------- Long-form content additions ---------- */
.lead-in { font-size: 19px; color: #2c2c2c; font-weight: 500; border-left: 4px solid var(--gold); padding: 4px 0 4px 18px; margin: 0 0 26px; }
.content h2 { scroll-margin-top: 120px; }

.benefits { list-style: none; padding: 0; margin: 8px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.benefits li { position: relative; padding-left: 30px; margin: 0; color: #2f2f2f; font-weight: 500; }
.benefits li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; background: var(--gold); color: var(--ink); font-weight: 900; font-size: 12px; border-radius: 50%; display: grid; place-items: center; }

/* Area links */
.area-block { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin: 6px 0 26px; }
.area-block h2 { margin-top: 0; }
.area-links { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.area-links li { margin: 0; padding: 0; }
.area-links li::before { content: none; }
.area-links a { display: inline-block; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14.5px; }
.area-links a:hover { border-color: var(--gold); color: var(--gold-dark); }

/* City fact columns */
.fact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 6px 0 26px; }
.fact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.fact-card h3, .fact-card .fact-h { font-size: 17px; font-weight: 800; color: var(--ink); line-height: 1.1; margin: 0 0 12px; }
.fact-card ul { list-style: none; padding: 0; margin: 0; }
.fact-card li { position: relative; padding-left: 22px; margin-bottom: 7px; font-size: 15px; color: #3a3a3a; }
.fact-card li::before { content: "📍"; position: absolute; left: 0; font-size: 12px; }

/* FAQ */
.faq-list { margin: 6px 0 8px; }
.faq-list .faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-list .faq-q { margin: 0; padding: 18px 22px 0; font-family: var(--font-head); font-weight: 800; font-size: 17px; color: var(--ink); }
.faq-list .faq-a { padding: 8px 22px 18px; color: #3c3c3c; }
.faq-list .faq-a p { margin: 0; }

/* Reviews */
.reviews { background: var(--ink); color: #fff; padding: 60px 0; }
.reviews .head h2 { color: #fff; }
.reviews .head .eyebrow { color: var(--gold); }
.reviews .head { margin-bottom: 26px; }
.reviews-frame { width: 100%; border: 0; display: block; overflow: hidden; }

@media (max-width: 760px) {
  .benefits { grid-template-columns: 1fr; }
  .fact-cols { grid-template-columns: 1fr; }
}
