/* Dash Wizard — static rebuild. Palette matched to the existing brand:
   red #D93A2B, near-black #191919, white. */
:root {
  --red: #d93a2b;
  --red-dark: #b52d20;
  --ink: #191919;
  --ink-2: #242424;
  --paper: #ffffff;
  --grey: #f4f4f4;
  --text: #333333;
  --muted: #777777;
  --max: 1200px;
  --radius: 6px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); line-height: 1.65; font-size: 16px; background: var(--paper); }
img { max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { line-height: 1.15; color: var(--ink); margin: 0 0 0.6em; font-weight: 800; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.15rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 99; }
.skip:focus { left: 0; }
.kicker { text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700; font-size: 0.8rem; color: var(--red); margin: 0 0 0.4em; }
.lede { font-size: 1.12rem; font-style: italic; color: #444; }

/* Buttons */
.btn { display: inline-block; padding: 13px 30px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.82rem; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; text-decoration: none !important; transition: 0.2s; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }

/* Top bar */
.topbar { background: var(--red); color: #fff; font-size: 0.85rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; }
.topbar p { margin: 0; font-weight: 700; }
.socials a { color: #fff; margin-right: 14px; font-weight: 800; }

/* Header */
.siteheader { background: var(--ink); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 10px rgba(0,0,0,0.35); }
.header-in { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.logo { font-size: 1.7rem; font-weight: 300; color: #fff; letter-spacing: 0.02em; }
.logo span { color: var(--red); font-weight: 800; font-style: italic; }
.logo:hover { text-decoration: none; }
.mainnav { flex: 1; }
.mainnav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; justify-content: center; }
.mainnav a, .mainnav button { color: #fff; font-weight: 600; font-size: 0.95rem; background: none; border: 0; cursor: pointer; font-family: inherit; padding: 6px 0; }
.mainnav a:hover { color: var(--red); text-decoration: none; }
.hassub { position: relative; }
.mainnav .sub { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--ink-2); min-width: 240px; padding: 10px 0 !important; border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); flex-direction: column; gap: 0 !important; }
.hassub:hover .sub, .hassub.open .sub { display: flex; }
.sub li { width: 100%; }
.sub a { display: block; padding: 9px 18px; }
.sub a:hover { background: rgba(255,255,255,0.06); }
.navtoggle { display: none; }
.headphone { text-align: right; color: #fff; line-height: 1.25; }
.headphone:hover { text-decoration: none; }
.headphone .label { display: block; font-size: 0.75rem; color: #bbb; }
.headphone .num { font-size: 1.45rem; font-weight: 800; color: #fff; }
.headphone:hover .num { color: var(--red); }

/* Hero */
.hero { background:
  linear-gradient(100deg, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.62) 45%, rgba(10,10,10,0.45) 100%),
  url("/img/cluster-hero-1600.webp") center 42% / cover no-repeat, var(--ink);
  color: #fff; padding: 110px 0 120px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background:
  radial-gradient(circle at 80% 70%, rgba(217,58,43,0.16) 0, transparent 38%);
  pointer-events: none; }
@media (max-width: 600px) {
  .hero { background-image:
    linear-gradient(100deg, rgba(10,10,10,0.84) 0%, rgba(10,10,10,0.66) 60%, rgba(10,10,10,0.5) 100%),
    url("/img/cluster-hero-800.webp"); }
}
.hero .wrap { position: relative; z-index: 1; max-width: 900px; }
.hero .kicker { color: #f0b7b0; }
.hero h1 { color: #fff; text-transform: uppercase; letter-spacing: 0.04em; }
.hero-compact { padding: 60px 0 65px; }

/* Red CTA strip */
.ctastrip { background: var(--red); color: #fff; padding: 46px 0; }
.ctastrip-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ctastrip h2 { color: #fff; margin: 0; text-transform: uppercase; font-size: clamp(1.3rem, 2.6vw, 2rem); }

/* Service section + quote panel */
.svc { padding: 70px 0; }
.svc-in { display: grid; gap: 48px; }
.svc-in.has-panel { grid-template-columns: 380px 1fr; align-items: start; }
.quotepanel { background: var(--red); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: sticky; top: 104px; }
.quotepanel h2 { background: var(--ink); color: #fff; text-align: center; margin: 0; padding: 20px; font-size: 1.3rem; text-transform: uppercase; }
.quote-form { display: grid; gap: 12px; padding: 24px; }
.quote-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-form input, .quote-form select { width: 100%; padding: 12px 14px; border: 0; border-radius: 4px; font: inherit; background: #fff; }
.quote-form .hp { position: absolute; left: -9999px; }
.quote-form .btn { width: 100%; }
.contactform .quote-form { padding: 0; }
.svc-copy h2 { font-size: clamp(1.6rem, 3.4vw, 2.6rem); }

/* Cards / grids */
.grid-services { background: var(--grey); padding: 70px 0; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin: 34px 0; text-align: left; }
.cards article { background: #fff; border-top: 4px solid var(--red); border-radius: var(--radius); padding: 26px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
.cards h3 a { color: var(--ink); }
.cards h3 a:hover { color: var(--red); text-decoration: none; }
.trio { background: var(--ink); color: #ccc; padding: 60px 0; }
.trio h3, .trio h3 a { color: #fff; }
.trio-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 34px; }
.remaps { background: var(--grey); padding: 60px 0; }
.remaps-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.remaps article { background: #fff; border-left: 4px solid var(--red); padding: 22px; border-radius: var(--radius); }

/* Stats */
.stats { background: var(--red); color: #fff; padding: 44px 0; }
.stats-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; text-align: center; }
.stats strong { display: block; font-size: 2.4rem; font-weight: 800; }
.stats span { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; }

/* Reviews */
.reviews { padding: 70px 0; text-align: center; }
.reviews blockquote { max-width: 640px; margin: 24px auto; font-size: 1.25rem; font-style: italic; color: var(--ink); }
.reviews blockquote footer { font-size: 0.95rem; font-style: normal; color: var(--muted); margin-top: 10px; }

/* Blog */
.bloglatest { background: var(--grey); padding: 70px 0; text-align: center; }
.blogcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin: 30px 0; }
.blogcards article { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); text-align: left; }
.blogcards a { text-decoration: none; color: inherit; }
.blogcards h3 { color: var(--ink); }
.blogcards a:hover h3 { color: var(--red); }
.date { color: var(--muted); font-size: 0.85rem; }
.postlist article { border-bottom: 1px solid #e5e5e5; padding: 26px 0; }
.prose { max-width: 760px; }

/* Cross links */
.crosslinks { background: var(--grey); padding: 56px 0; }
.linkgrid { list-style: none; margin: 18px 0 30px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 8px 20px; }
.linkgrid a { color: var(--text); }
.linkgrid a:hover { color: var(--red); }
.linkgrid.areas { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

/* Contact band */
.contactband { background: var(--ink); color: #ddd; padding: 76px 0; }
.contactband-in { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; }
.contactband h2, .contactband h3 { color: #fff; }
.contactband a { color: #fff; }
.bigphone a { font-size: 1.9rem; font-weight: 800; color: var(--red) !important; }
.bighours { font-weight: 700; color: #fff; }
.pledges { list-style: none; padding: 0; }
.pledges li { padding-left: 26px; position: relative; margin: 8px 0; }
.pledges li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.contactform .alt { font-size: 0.9rem; color: #aaa; margin-top: 14px; }
.contactform .alt a { text-decoration: underline; }

/* Footer */
.sitefooter { background: #101010; color: #999; padding: 26px 0; font-size: 0.85rem; }
.sitefooter a { color: #ccc; }
.disclaimer { font-size: 0.78rem; color: #777; }

/* WhatsApp float */
.wa-float { position: fixed; right: 18px; bottom: 18px; background: #25d366; color: #fff !important; font-weight: 800; padding: 14px 20px; border-radius: 999px; box-shadow: var(--shadow); z-index: 60; text-decoration: none !important; }
.wa-float:hover { transform: scale(1.05); }

/* Responsive */
@media (max-width: 980px) {
  .svc-in.has-panel { grid-template-columns: 1fr; }
  .quotepanel { position: static; }
  .contactband-in { grid-template-columns: 1fr; }
  .header-in { flex-wrap: wrap; padding: 12px 20px; gap: 12px; }
  .headphone { order: 2; margin-left: auto; }
  .mainnav { order: 3; flex-basis: 100%; }
  .navtoggle { display: block; background: var(--ink-2); color: #fff; border: 1px solid #444; padding: 9px 18px; border-radius: 4px; width: 100%; }
  .mainnav ul { display: none; flex-direction: column; align-items: stretch; padding: 10px 0; }
  .mainnav ul.open { display: flex; }
  .sub { position: static; transform: none; box-shadow: none; background: transparent; padding-left: 16px !important; }
  .topbar-in { justify-content: center; }
  .socials { display: none; }
}
@media (max-width: 480px) {
  .logo { font-size: 1.4rem; }
  .headphone .num { font-size: 1.1rem; }
  .hero { padding: 70px 0 80px; }
}
