/* Horizon BrightWorks — light + orange rebuild.
   Client feedback: "too much black, more orange." Original base was near-black (#08070a);
   here the base is warm white/cream, orange is the primary, and near-black is text-only
   plus a single warm-dark footer. Premium editorial feel preserved via Fraunces serif display. */

:root {
  --orange: #ef7e2e;
  --orange-2: #d76a1c;
  --orange-3: #b9560f;
  --orange-soft: #fbe6d4;
  --orange-tint: #fdf1e6;
  --bg: #fffaf4;
  --surface: #ffffff;
  --tint: #fbf1e7;
  --ink: #1f1b17;
  --ink-2: #3a332d;
  --muted: #6f655c;
  --line: #f0e4d7;
  --dark: #241c17;
  --dark-2: #322720;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow: 0 18px 44px rgba(120, 72, 24, 0.12);
  --shadow-sm: 0 6px 18px rgba(120, 72, 24, 0.10);
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink-2); background: var(--bg); line-height: 1.65; font-size: 16.5px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--orange-3); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, .logo-txt { font-family: var(--font-head); color: var(--ink); font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.14; margin: 0 0 .5em; }
h3 { font-size: 1.16rem; line-height: 1.3; margin: 0 0 .4em; }
p { margin: 0 0 1em; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 40px, 800px); margin-inline: auto; }
.section { padding: clamp(48px, 7vw, 92px) 0; }
.section-tint { background: var(--tint); }
.section-lead { max-width: 60ch; color: var(--muted); font-size: 1.08rem; margin-bottom: 2.2em; }
.muted { color: var(--muted); }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; padding: 10px 16px; border-radius: 8px; z-index: 200; box-shadow: var(--shadow-sm); }

.kicker { display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-body); font-weight: 700; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-3); margin: 0 0 .9em; }
.kicker-ic { width: 15px; height: 15px; color: var(--orange); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-body); font-weight: 600; font-size: .96rem; padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-decoration: none; line-height: 1; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn .ic { width: 18px; height: 18px; }
.btn-cta { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(239, 126, 46, 0.32); }
.btn-cta:hover { background: var(--orange-2); box-shadow: 0 12px 26px rgba(239, 126, 46, 0.4); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange-3); }
.btn-light { background: #fff; color: var(--orange-3); }
.btn-light:hover { background: var(--orange-soft); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-block { width: 100%; justify-content: center; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }

/* header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 250, 244, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-in { display: flex; align-items: center; gap: 22px; padding: 14px 0; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(140deg, var(--orange), var(--orange-3)); color: #fff; flex: none; }
.logo-mark .ic { width: 21px; height: 21px; }
.logo-txt { font-size: 1.28rem; color: var(--ink); font-weight: 500; }
.logo-txt b { color: var(--orange); font-weight: 600; font-style: italic; }
.logo-light .logo-txt { color: #fff; }
.nav { margin-left: auto; }
.nav > ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav a { color: var(--ink-2); font-weight: 500; font-size: .96rem; padding: 9px 14px; border-radius: 9px; display: block; }
.nav a:hover { color: var(--orange-3); background: var(--orange-tint); text-decoration: none; }
.nav .has-sub { position: relative; }
.nav .sub { position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 8px; list-style: none; margin: 8px 0 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s; }
.nav .has-sub:hover .sub { opacity: 1; visibility: visible; transform: translateY(0); }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 600; font-size: .95rem; }
.header-phone .ic { width: 17px; height: 17px; color: var(--orange); }
.header-cta { padding: 11px 20px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* hero */
.hero { padding: clamp(20px, 3.5vw, 44px) 0 clamp(48px, 6vw, 84px); background:
  radial-gradient(1100px 460px at 88% -8%, var(--orange-soft) 0%, transparent 60%),
  linear-gradient(180deg, var(--orange-tint) 0%, var(--bg) 62%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; padding: clamp(4px, 1.5vw, 18px) 0 clamp(8px, 3vw, 40px); }
.hero h1 { margin: 0 0 .35em; }
.hero-sub { font-size: 1.12rem; color: var(--ink-2); max-width: 52ch; margin-bottom: 1.6em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 1.8em; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; padding: 0; margin: 0; }
.badge-row li { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 500; color: var(--ink-2); }
.badge-row .ic { width: 17px; height: 17px; color: var(--orange); flex: none; }
.hero-side { position: relative; }
.hero-img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: -70px; position: relative; z-index: 1; }
.hero .form-card { position: relative; z-index: 2; margin-left: 26px; margin-right: -6px; }

/* photos & placeholders */
.rimg { border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow-sm); }
.why-photo { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.photo-ph { display: grid; place-content: center; gap: 8px; text-align: center; background: repeating-linear-gradient(45deg, var(--orange-tint), var(--orange-tint) 12px, #fff 12px, #fff 24px); border: 1px dashed var(--orange); border-radius: var(--radius); color: var(--orange-3); padding: 34px; min-height: 220px; }
.ph-ic { width: 34px; height: 34px; margin-inline: auto; }
.photo-ph small { color: var(--muted); font-size: .78rem; }

/* form card */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.form-kicker { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--orange-3); margin: 0 0 4px; }
.form-title { font-size: 1.35rem; margin: 0 0 16px; }
.form-card label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-2); margin-bottom: 12px; }
.form-card input, .form-card select, .form-card textarea { width: 100%; margin-top: 5px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: .95rem; font-weight: 400; background: var(--bg); }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: 2px solid var(--orange); border-color: var(--orange); background: #fff; }
.form-note { font-size: .78rem; color: var(--muted); margin: 10px 0 0; text-align: center; }

/* cards / grids */
.card-grid { display: grid; gap: 20px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.svc-card, .benefit-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: relative; transition: .18s; }
.svc-card { display: block; color: inherit; }
.svc-card:hover { text-decoration: none; transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--orange-soft); }
.svc-no { position: absolute; top: 20px; right: 22px; font-family: var(--font-head); font-style: italic; color: var(--orange); opacity: .55; font-size: 1.1rem; }
.svc-ic, .benefit-card .ic { width: 34px; height: 34px; color: var(--orange); margin-bottom: 14px; }
.svc-card h3, .benefit-card h3 { color: var(--ink); }
.svc-card p, .benefit-card p { color: var(--muted); font-size: .96rem; margin: 0 0 .8em; }
.link-more { color: var(--orange-3); font-weight: 600; font-size: .9rem; }
.benefit-card .svc-no { position: static; display: block; margin-bottom: 6px; }

/* why / values list */
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.why-list { list-style: none; padding: 0; margin: 0 0 1.8em; display: grid; gap: 18px; }
.why-list li { display: flex; gap: 13px; }
.why-list .ic { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: 3px; }
.why-list h3 { margin: 0 0 3px; }
.why-list p { margin: 0; color: var(--muted); font-size: .96rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.3em; display: grid; gap: 11px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-2); }
.check-list .ic { width: 19px; height: 19px; color: var(--orange); flex: none; margin-top: 4px; }
.inline-cta { font-size: .98rem; color: var(--muted); }

/* steps / process */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; }
.step-no { font-family: var(--font-head); font-style: italic; font-size: 1.7rem; color: var(--orange); display: block; margin-bottom: 8px; }
.steps h3 { margin: 0 0 5px; }
.steps p { margin: 0; color: var(--muted); font-size: .92rem; }

/* reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 12px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 0; box-shadow: var(--shadow-sm); }
.stars { display: flex; gap: 2px; margin-bottom: 14px; }
.stars .ic { width: 18px; height: 18px; color: var(--orange); fill: var(--orange); }
.review-card blockquote { margin: 0 0 16px; font-size: 1.02rem; color: var(--ink-2); line-height: 1.6; }
.review-card figcaption { font-weight: 600; color: var(--ink); }
.review-card figcaption span { display: block; font-weight: 400; font-size: .85rem; color: var(--muted); }
.reviews-note { margin-top: 22px; text-align: center; font-size: .9rem; }

/* areas */
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.area-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-cards-wide { grid-template-columns: repeat(4, 1fr); }
.area-card { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; color: var(--ink); font-weight: 600; font-size: .95rem; transition: .15s; }
.area-card:hover { text-decoration: none; border-color: var(--orange); color: var(--orange-3); transform: translateY(-2px); }
.area-card .ic { width: 19px; height: 19px; color: var(--orange); flex: none; }
.area-map { min-height: 320px; }
.map-ph { display: grid; place-content: center; gap: 6px; text-align: center; min-height: 320px; background: var(--orange-tint); border: 1px dashed var(--orange); border-radius: var(--radius); color: var(--orange-3); padding: 24px; }
.map-ph small { color: var(--muted); font-size: .78rem; }
.area-map iframe { width: 100%; height: 320px; border: 0; border-radius: var(--radius); }
.areas-note { margin-top: 22px; color: var(--muted); font-size: .95rem; }

/* town list (service-areas hub) */
.town-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.town-list-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; color: inherit; transition: .16s; }
.town-list-card:hover { text-decoration: none; box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--orange-soft); }
.town-list-card h3 { display: flex; align-items: center; gap: 9px; color: var(--ink); }
.town-list-card h3 .ic { width: 20px; height: 20px; color: var(--orange); }
.town-list-card p { color: var(--muted); font-size: .96rem; }
.tag { font-family: var(--font-body); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-3); background: var(--orange-soft); padding: 3px 9px; border-radius: 999px; }

.local-copy p { font-size: 1.08rem; color: var(--ink-2); }

/* page head */
.page-head { padding: clamp(44px, 6vw, 78px) 0 clamp(24px, 3vw, 40px); background: linear-gradient(180deg, var(--orange-tint), var(--bg)); }
.page-head h1 { margin: 0 0 .3em; }
.page-head .hero-sub { font-size: 1.1rem; color: var(--ink-2); max-width: 62ch; }

/* breadcrumbs */
.crumbs { padding: 16px 0; font-size: .85rem; color: var(--muted); }
.crumbs a { color: var(--orange-3); }

/* faq */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-item summary { padding: 17px 20px; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; position: relative; padding-right: 46px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 15px; font-size: 1.3rem; color: var(--orange); font-family: var(--font-body); }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { padding: 0 20px 18px; margin: 0; color: var(--muted); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; }
.contact-list .ic { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: 3px; }
.contact-list h3 { margin: 0 0 2px; font-size: 1rem; }

/* cta band — ORANGE (adds the warmth the client asked for) */
.cta-band { background: linear-gradient(135deg, var(--orange) 0%, var(--orange-3) 100%); color: #fff; }
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(40px, 5vw, 60px) 0; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: 0 0 .3em; }
.cta-band p { color: rgba(255,255,255,.92); margin: 0; max-width: 52ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* footer — single warm-dark element (not pure black) */
.site-footer { background: var(--dark); color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding: clamp(48px, 6vw, 72px) 0 40px; }
.f-brand p { color: rgba(255,255,255,.66); font-size: .93rem; max-width: 40ch; }
.f-brand .logo-txt { color: #fff; }
.nap { font-size: .9rem; line-height: 1.9; color: rgba(255,255,255,.78); }
.nap a { color: var(--orange); }
.f-col h2 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin: 0 0 14px; font-weight: 700; }
.f-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.f-col a { color: rgba(255,255,255,.78); font-size: .93rem; }
.f-col a:hover { color: #fff; }
.f-col .muted { color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: rgba(255,255,255,.55); flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.7); }

/* sticky mobile CTA */
.mobile-call { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; justify-content: center; align-items: center; gap: 8px; background: var(--orange); color: #fff; font-weight: 600; padding: 14px; border-radius: 999px; box-shadow: 0 10px 26px rgba(239,126,46,.45); }
.mobile-call .ic { width: 18px; height: 18px; fill: #fff; }

/* related */
.related h2 { text-align: center; margin-bottom: 1em; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .why-grid, .contact-grid, .areas-grid { grid-template-columns: 1fr; }
  .hero-img { display: none; }
  .hero .form-card { margin: 0; }
  .steps, .cols-3, .review-grid, .town-list, .area-cards-wide { grid-template-columns: repeat(2, 1fr); }
  .why-photo { min-height: 260px; }
}
@media (max-width: 720px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  body.nav-open .site-header { backdrop-filter: none; }
  body.nav-open .nav { display: block; position: fixed; inset: 64px 0 0; background: #fff; padding: 20px; overflow: auto; z-index: 120; }
  body.nav-open .nav > ul { flex-direction: column; gap: 2px; }
  body.nav-open .nav .sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding-left: 16px; }
  .cols-2, .cols-3, .steps, .review-grid, .town-list, .area-cards, .area-cards-wide { grid-template-columns: 1fr; }
  .mobile-call { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  main { padding-bottom: 76px; }
}

/* ---------------- real logo + hyper-local components ---------------- */
.logo-img { width: 40px; height: 40px; border-radius: 10px; object-fit: contain; background: #fff; flex: none; box-shadow: var(--shadow-sm); }
.logo-light .logo-img { background: rgba(255,255,255,.94); }

/* Two-column local layout: prose + sticky map/aside */
.local-split { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.local-aside { position: sticky; top: 96px; }
.town-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--tint); }
.town-map iframe { display: block; width: 100%; height: 340px; border: 0; }
.map-cap { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: var(--ink-2); margin: 14px 2px 0; }
.map-cap .ic { width: 17px; height: 17px; color: var(--orange); flex: none; margin-top: 2px; }

/* Local body prose (Wikipedia-grounded copy) */
.local-copy > p { margin: 0 0 1.05em; }
.local-copy h3 { font-size: 1.24rem; margin: 1.5em 0 .5em; color: var(--ink); }
.local-copy h3:first-child { margin-top: 0; }
.about-town { margin-inline: auto; }

/* Neighbourhood chips */
.hoods { margin: 1.6em 0 0.4em; }
.hoods-label { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--ink); margin-bottom: 10px; }
.hoods-label .ic { width: 16px; height: 16px; color: var(--orange); }
.hoods ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hoods li { background: var(--orange-tint); color: var(--orange-3); border: 1px solid var(--orange-soft); border-radius: 999px; padding: 6px 13px; font-size: .86rem; font-weight: 600; }

/* Per-service local blurb cards on the city hub */
.svc-local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-local { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 24px; box-shadow: var(--shadow-sm); }
.svc-local-head { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.svc-local-head .svc-ic { width: 30px; height: 30px; color: var(--orange); flex: none; }
.svc-local-head h3 { font-size: 1.1rem; margin: 0; }
.svc-local-head h3 a { color: var(--ink); }
.svc-local-head h3 a:hover { color: var(--orange-3); }
.svc-local p { margin: 0 0 14px; font-size: .95rem; }
.svc-local .link-more { font-weight: 600; color: var(--orange-3); font-size: .9rem; }

@media (max-width: 860px) {
  .local-split { grid-template-columns: 1fr; }
  .local-aside { position: static; }
  .town-map iframe { height: 280px; }
  .svc-local-grid { grid-template-columns: 1fr; }
}

/* ---------------- topbar (open-now banner) + hero social proof ---------------- */
.topbar { background: linear-gradient(92deg, var(--orange-2), var(--orange) 55%, #f5934c); color: #fff; font-size: .89rem; }
.topbar-in { display: flex; align-items: center; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.open-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--orange-3); border-radius: 999px; padding: 4px 14px; font-weight: 700; font-size: .84rem; letter-spacing: .01em; box-shadow: 0 2px 8px rgba(120,50,0,.18); }
.open-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.25); animation: pulse-dot 2.2s ease-in-out infinite; }
.open-pill.closed { color: var(--ink-2); }
.open-pill.closed .open-dot { background: #b9b0a6; box-shadow: 0 0 0 3px rgba(160,150,140,.2); animation: none; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.25); } 50% { box-shadow: 0 0 0 6px rgba(34,197,94,.08); } }
.topbar-msg { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.topbar-sun { width: 16px; height: 16px; color: #ffe3c4; flex: none; }
.topbar-hours { color: #ffe3c4; font-weight: 600; }
.topbar-hours::before { content: "\00b7"; margin-right: 8px; color: rgba(255,255,255,.6); }
.topbar-call { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 1px; }
.topbar-call .ic { width: 15px; height: 15px; color: #ffe3c4; }
.topbar-call:hover { color: #fff; border-bottom-color: #fff; text-decoration: none; }

.social-proof { display: flex; align-items: center; gap: 13px; margin-top: 26px; padding: 13px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); max-width: 560px; }
.sp-avatars { display: flex; }
.sp-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(140deg, var(--orange), var(--orange-3)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .78rem; border: 2px solid #fff; }
.sp-avatar + .sp-avatar { margin-left: -9px; }
.sp-stars { display: inline-flex; gap: 2px; color: var(--orange); flex: none; }
.sp-stars .ic { width: 15px; height: 15px; fill: var(--orange); }
.sp-text { font-size: .92rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
.sp-text small { font-weight: 500; color: var(--ink-2); font-size: .8rem; }

@media (max-width: 640px) {
  .topbar-in { gap: 10px; justify-content: center; text-align: center; }
  .topbar-call { margin-left: 0; }
  .social-proof { flex-wrap: wrap; }
}
@media (max-width: 720px) {
  .topbar-msg { display: none; }
  .topbar-in { padding: 7px 0; }
}
@media (max-width: 480px) {
  .logo-txt { font-size: 1.05rem; }
  .header-cta { padding: 9px 14px; font-size: .85rem; white-space: nowrap; }
  .header-in { gap: 12px; }
}

/* ---------------- homepage video banner ---------------- */
.video-banner { position: relative; overflow: hidden; background: var(--dark); height: clamp(420px, 68vh, 640px); display: flex; align-items: center; justify-content: center; }
.video-banner-media { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.video-banner-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-banner-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(36, 28, 23, .52); }
.video-banner-content { position: relative; z-index: 2; text-align: center; }
.video-banner-playbtn { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--orange-3); border: 0; display: grid; place-items: center; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.video-banner-playbtn svg { width: 26px; height: 26px; margin-left: 3px; }
.video-banner-playbtn[hidden] { display: none; }
.video-banner-title { color: #fff; font-weight: 700; text-transform: uppercase; font-size: clamp(2.3rem, 6vw, 4rem); line-height: 1.08; margin: 0 0 .7em; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.video-banner .btn-cta { font-size: 1.05rem; padding: 16px 34px; }
@media (max-width: 640px) {
  .video-banner { height: auto; aspect-ratio: 4 / 3; max-height: 62vh; }
  .video-banner-media video { object-position: center 45%; }
  .video-banner-title { font-size: clamp(1.9rem, 8vw, 2.6rem); }
}

/* ---------------- scroll-reveal (progressive enhancement) ---------------- */
@media (prefers-reduced-motion: no-preference) {
  .svc-card, .benefit-card, .review-card, .steps li, .town-list-card, .area-card, .faq-item, .why-list li, .contact-list li {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .svc-card.is-visible, .benefit-card.is-visible, .review-card.is-visible, .steps li.is-visible,
  .town-list-card.is-visible, .area-card.is-visible, .faq-item.is-visible, .why-list li.is-visible, .contact-list li.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- home hero with full-bleed video background (2026-07-07) ---- */
.hero-video { position: relative; overflow: hidden; background: var(--dark); }
.hero-video .hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-video .hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video .hero-bg-overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(92deg, rgba(18,13,10,.84) 0%, rgba(18,13,10,.64) 40%, rgba(18,13,10,.42) 70%, rgba(18,13,10,.30) 100%); }
.hero-video .hero-grid { position: relative; z-index: 2; }
.hero-video .kicker { display: none; }
.hero-video .hero-title { font-family: var(--font-head); color: #fff; font-weight: 600; letter-spacing: -.01em;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem); line-height: 1.1; margin: 0 0 .45em; max-width: 15ch; text-shadow: 0 2px 26px rgba(0,0,0,.5); }
.hero-video .hero-sub { color: #f4ece3; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero-video .badge-row li { color: #f7efe6; }
.hero-video .btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.hero-video .btn-ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.14); }
.hero-video .social-proof { background: rgba(255,255,255,.96); }
@media (max-width: 940px) {
  .hero-video .hero-bg-overlay { background: linear-gradient(180deg, rgba(18,13,10,.72), rgba(18,13,10,.84)); }
}
