/* Master Grade Epoxy — site styles
   Look: old-school construction / contractor signage.
   Colours: warm charcoal, brass gold, brick red, concrete grey, paper.
   Fonts: Oswald (headings, condensed signage) + Barlow (body) from Google Fonts. */

:root {
  --dark: #1b1917;        /* warm charcoal */
  --dark-2: #262320;      /* slightly lifted charcoal for panels */
  --paper: #f4efe6;       /* off-white paper */
  --concrete: #dad5cc;    /* light concrete grey */
  --concrete-2: #b9b3a8;  /* mid concrete for rules */
  --brass: #c9962e;       /* brass / hard-hat gold */
  --brass-light: #e8c76a;
  --brick: #b6321c;       /* brick red for buttons */
  --brick-dark: #8e2513;
  --ink: #1b1917;
  --muted: #5f5a52;
  --font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --font-head: "Oswald", "Arial Narrow", Impact, sans-serif;
  --maxw: 1100px;
  --shadow: 6px 6px 0 var(--brass);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: #fff;
  word-wrap: break-word;
}
img, video, iframe { max-width: 100%; height: auto; }
a { color: inherit; }
a:hover { text-decoration: underline; }
hr { border: 0; border-top: 2px solid var(--concrete-2); margin: 24px 0; width: 100%; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head); font-weight: 600; line-height: 1.15;
  text-transform: uppercase; letter-spacing: .02em; margin: 0 0 18px; text-wrap: balance;
}
h1 { font-size: 52px; font-weight: 700; }
h2 { font-size: 40px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }
/* brass underline bar on section headings */
h2::after { content: ""; display: block; width: 64px; height: 5px; background: var(--brass); margin: 14px 0 0; }
h2.ta-c::after { margin-left: auto; margin-right: auto; }
.col-photo h2::after, .post-card h2::after { display: none; }
p, ul, ol { margin: 0 0 1em; }
ul, ol { padding-left: 1.4em; }
b, strong { font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: #fff; padding: 8px 12px; z-index: 1000; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; }

/* Font-size / weight / alignment helpers (kept from the original layout) */
.fs-100 { font-size: clamp(48px, 8vw, 96px); }
.fs-60 { font-size: clamp(36px, 5vw, 60px); }
.fs-50 { font-size: clamp(34px, 4.2vw, 50px); }
.fs-49 { font-size: clamp(34px, 4.2vw, 49px); }
.fs-44 { font-size: clamp(30px, 3.8vw, 44px); }
.fs-42 { font-size: clamp(30px, 3.6vw, 42px); }
.fs-40 { font-size: clamp(28px, 3.4vw, 40px); }
.fs-35 { font-size: clamp(26px, 3vw, 35px); }
.fs-33 { font-size: clamp(25px, 2.8vw, 33px); }
.fs-30 { font-size: clamp(24px, 2.6vw, 30px); }
.fs-28 { font-size: clamp(22px, 2.4vw, 28px); }
.fs-27 { font-size: clamp(22px, 2.3vw, 27px); }
.fs-26 { font-size: 26px; }
.fs-25 { font-size: 25px; }
.fs-22 { font-size: 22px; }
.fs-18 { font-size: 18px; }
.fs-17 { font-size: 17px; }
.fs-16 { font-size: 16px; }
.fs-15 { font-size: 16px; }
.fs-14 { font-size: 15px; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.ta-c { text-align: center; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }
.c-white { color: #fff; }
.c-gold { color: var(--brass); }
.c-gray { color: var(--muted); }
.c-red { color: var(--brick); }
.c-white a { color: #fff; }
/* small gold "eyebrow" labels on the landing pages */
.text.c-gold.fs-14, .text.c-gold.fs-15, .text.c-gold.fs-16 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .14em; font-weight: 500; }

/* hazard stripe used under the header and above the footer */
.site-header::after, .site-footer::before {
  content: ""; display: block; height: 10px;
  background: repeating-linear-gradient(135deg, var(--brass) 0 16px, var(--dark) 16px 32px);
}

/* ---------- Header ---------- */
.site-header { background: var(--dark); color: #fff; position: relative; z-index: 100; }
.topbar {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  max-width: 1200px; margin: 0 auto; padding: 9px 20px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: 14px; color: var(--brass-light);
}
.topbar a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 18px; letter-spacing: .04em; }
.topbar a svg { width: 18px; height: 18px; fill: var(--brass); }
.topbar a:hover { color: var(--brass-light); }
.nav {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.08);
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; padding: 10px 0; flex: none; }
.nav-logo:hover { text-decoration: none; color: var(--brass-light); }
.nav-logo img { width: 78px; height: auto; display: block; }
.nav-brand { font-family: var(--font-head); font-size: 22px; text-transform: uppercase; letter-spacing: .06em; line-height: 1; display: flex; flex-direction: column; gap: 4px; }
.nav-brand small { font-size: 11px; letter-spacing: .16em; color: var(--brass-light); font-weight: 500; }
.nav-toggle { display: none; }
.menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; justify-content: flex-end; }
.menu > li { position: relative; display: flex; align-items: center; }
.menu > li > a {
  display: flex; align-items: center; gap: 6px; padding: 28px 14px; color: #fff; text-decoration: none; white-space: nowrap;
  font-family: var(--font-head); font-size: 16px; text-transform: uppercase; letter-spacing: .06em;
  box-shadow: inset 0 -4px 0 transparent;
}
.menu > li > a:hover, .menu > li.active > a { text-decoration: none; color: var(--brass-light); box-shadow: inset 0 -4px 0 var(--brass); }
/* small arrow on items that open a dropdown */
.menu > li.has-sub > a::after {
  content: ""; width: 7px; height: 7px; border-right: 2px solid var(--brass); border-bottom: 2px solid var(--brass);
  transform: translateY(-3px) rotate(45deg); flex: none;
}
.menu .sub-toggle { display: none; }
.menu li.has-sub > ul {
  list-style: none; margin: 0; padding: 6px 0;
  position: absolute; left: 0; top: 100%; min-width: 280px;
  background: var(--paper); color: var(--ink); z-index: 50;
  border: 2px solid var(--dark); border-top: 4px solid var(--brass); box-shadow: 6px 6px 0 rgba(27,25,23,.35);
  display: none;
}
.menu li.has-sub:last-child > ul { left: auto; right: 0; }
.menu li.has-sub:hover > ul, .menu li.has-sub:focus-within > ul { display: block; }
.menu li.has-sub > ul a { display: block; padding: 11px 18px; color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 500; }
.menu li.has-sub > ul a:hover, .menu li.has-sub > ul a[aria-current] { background: var(--dark); color: var(--brass-light); }

@media (max-width: 1100px) {
  .menu > li > a { padding: 24px 10px; font-size: 15px; }
  .nav-brand { display: none; }
}
@media (max-width: 960px) {
  .topbar { justify-content: center; }
  .topbar .tagline { display: none; }
  .topbar a { font-size: 22px; }
  .nav { padding: 8px 16px; flex-wrap: wrap; gap: 10px; }
  .nav-logo { flex: 1 1 auto; min-width: 0; padding: 6px 0; }
  .nav-logo img { width: 56px; }
  .nav-brand { display: flex; font-size: 18px; }
  .nav-brand small { font-size: 10px; }
  .nav-toggle { flex: none; }
  .menu { flex-basis: 100%; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: 2px solid var(--brass); padding: 8px 10px; cursor: pointer; width: 54px; height: 46px;
  }
  .nav-toggle span { display: block; height: 3px; background: #fff; }
  .menu { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 10px; }
  .menu.open { display: flex; }
  .menu > li { display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
  .menu > li > a { flex: 1; padding: 15px 10px; box-shadow: none; white-space: normal; font-size: 17px; }
  .menu > li.active > a { color: var(--brass-light); box-shadow: none; }
  .menu > li.has-sub > a::after { display: none; }
  .menu .sub-toggle { display: block; width: 48px; height: 48px; background: none; border: 0; cursor: pointer; position: relative; }
  .menu .sub-toggle::before {
    content: ""; position: absolute; left: 18px; top: 15px; width: 11px; height: 11px;
    border-right: 2px solid var(--brass); border-bottom: 2px solid var(--brass); transform: rotate(45deg); transition: transform .15s;
  }
  .menu li.has-sub.open .sub-toggle::before { transform: rotate(-135deg); top: 21px; }
  .menu li.has-sub > ul { position: static; width: 100%; background: transparent; color: #fff; border: 0; box-shadow: none; display: none; padding: 0 0 8px 16px; }
  .menu li.has-sub.open > ul { display: block; }
  .menu li.has-sub > ul a { color: #fff; padding: 10px 12px; }
  .menu li.has-sub > ul a:hover, .menu li.has-sub > ul a[aria-current] { background: transparent; color: var(--brass-light); }
}

/* ---------- Sections & columns ---------- */
.sec { padding: 56px 20px; position: relative; }
.sec > .wrap { max-width: var(--maxw); margin: 0 auto; }
.sec-full > .wrap { max-width: var(--maxw, 1200px); }
.sec-fixed > .wrap { max-width: var(--maxw, 1100px); }
.bg-dark { background: var(--dark); color: #fff; }
.bg-dark h2::after { background: var(--brass); }
.bg-light { background: var(--paper); }
.bg-white { background: #fff; }
.bg-gold {
  background: linear-gradient(120deg, #a97a2e 0%, #d4aa4a 55%, #ead69a 100%);
  color: var(--ink);
}
/* faint blueprint grid over the gold hero */
.bg-gold::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18;
  background-image: linear-gradient(rgba(27,25,23,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(27,25,23,.5) 1px, transparent 1px);
  background-size: 40px 40px;
}
.bg-gold > * { position: relative; }
.bg-gold h2::after { background: var(--dark); }
.bg-photo { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.bg-photo::before { content: ""; position: absolute; inset: 0; background: var(--overlay, transparent); pointer-events: none; }
.bg-photo > * { position: relative; }
.c-white hr { border-color: rgba(255,255,255,.25); }
/* short dark "banner" rows (REQUEST A QUOTE >, SEE ALL SERVICES >) */
.bg-dark .text.fs-28 h3 { font-size: clamp(24px, 3vw, 34px); letter-spacing: .08em; margin: 0; }
.bg-dark .text.fs-28 h3 a { text-decoration: none; color: var(--brass-light); }
.bg-dark .text.fs-28 h3 a:hover { text-decoration: underline; }

.cols { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.cols-vc { align-items: center; }
.col { flex: 0 0 auto; width: var(--w, 100%); padding: 10px 15px; min-width: 0; }
.col-bg { padding: 28px; margin: 10px 15px; width: calc(var(--w, 100%) - 30px); display: flex; flex-direction: column; justify-content: center; background: var(--colbg, var(--paper)); }
.col-red { background: var(--brick); color: #fff; border: 3px solid var(--dark); box-shadow: var(--shadow); }
.col-light { background: var(--paper); border: 2px solid var(--concrete-2); }
.col-photo {
  background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative;
  min-height: 300px; display: flex; align-items: center; justify-content: center; text-align: center;
  margin: 10px 15px; width: calc(var(--w, 100%) - 30px); padding: 25px;
  border: 4px solid var(--dark); box-shadow: var(--shadow);
}
.col-photo::before { content: ""; position: absolute; inset: 0; background: var(--overlay, transparent); }
.col-photo > * { position: relative; margin: 0; }
.col-photo h3 { font-size: 30px; letter-spacing: .08em; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.col > :last-child { margin-bottom: 0; }

.text { margin: 0 0 20px; }
.text > :last-child { margin-bottom: 0; }
.text li { margin-bottom: .4em; }
.text ul { list-style: none; padding-left: 0; }
.text ul li { position: relative; padding-left: 26px; }
.text ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; background: var(--brass); transform: rotate(45deg); }
.text.ta-c ul { display: inline-block; text-align: left; margin-left: auto; margin-right: auto; }
.text.ta-c ul li { display: block; }
.text h3 a { text-decoration: none; }
.text h3 a:hover { text-decoration: underline; }
.cols-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0 30px; }
.cols-list ul { list-style: none; padding-left: 0; columns: 1; }
.cols-list li { position: relative; padding-left: 22px; margin-bottom: .3em; }
.cols-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 9px; background: var(--brass); transform: rotate(45deg); }

/* Photos / video — framed like an old print ad */
.photo { margin: 0 0 24px; text-align: center; }
.photo img { display: inline-block; width: var(--pw, auto); max-width: 100%; height: auto; vertical-align: middle; border: 4px solid var(--dark); box-shadow: var(--shadow); }
.photo-circle img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: none; border-color: var(--brass); }
.photo figcaption { font-size: 15px; color: var(--muted); margin-top: 10px; }
.video { margin: 0 auto 24px; max-width: 900px; border: 4px solid var(--dark); box-shadow: var(--shadow); background: #000; }
.video video { display: block; width: 100%; height: auto; }
.map { margin: 0 0 20px; border: 4px solid var(--dark); }
.map iframe { width: 100%; height: 400px; display: block; border: 0; }

/* Buttons — stamped steel plates */
.btn-wrap { margin: 22px 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--brick); color: #fff; border: 3px solid var(--dark); border-radius: 0;
  padding: 12px 26px; font: 600 17px/1.2 var(--font-head); text-decoration: none; cursor: pointer;
  text-transform: uppercase; letter-spacing: .08em; box-shadow: 4px 4px 0 var(--dark);
  transition: transform .12s, box-shadow .12s, background .12s;
}
.btn:hover { background: var(--brick-dark); text-decoration: none; transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--dark); }
.btn:active { transform: translate(4px, 4px); box-shadow: none; }
.btn svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.btn-dark { background: var(--dark); border-color: var(--dark); box-shadow: 4px 4px 0 var(--brass); }
.btn-dark:hover { background: #000; box-shadow: 2px 2px 0 var(--brass); }
.btn-full { width: 100%; }
.btn-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 24px 0; }
.btn-group .btn:first-child { background: var(--dark); box-shadow: 4px 4px 0 var(--brass); }
.btn-group .btn:first-child:hover { background: #000; box-shadow: 2px 2px 0 var(--brass); }
.bg-dark .btn, .c-white .btn { border-color: var(--brass); box-shadow: 4px 4px 0 var(--brass); }
.bg-dark .btn:hover, .c-white .btn:hover { box-shadow: 2px 2px 0 var(--brass); }

/* Icons */
.icon { text-align: center; margin-bottom: 10px; }
.icon svg { width: 46px; height: 46px; fill: var(--brass); }
.icon.c-red svg { fill: var(--brick); }
.icon-row { display: flex; align-items: flex-start; gap: 12px; text-align: left; margin-bottom: 12px; }
.icon-row .icon-glyph svg { width: 26px; height: 26px; flex: none; margin-top: 2px; fill: var(--brass); }
.icon-row .icon-text > :last-child { margin-bottom: 0; }
.col-photo-empty { min-height: 420px; }
.icon-row.c-gold .icon-text { color: var(--ink); }
.sec-rule { padding: 4px 20px; }
.cols-1 > .col { width: max(var(--w, 100%), 66%); }
.photo-diagram img { padding: 14px; background: #fff; }
a.col-photo { text-decoration: none; }
a.col-photo:hover h3 { text-decoration: underline; }
.page-privacy-policy .sec > .wrap, .page-terms-of-use .sec > .wrap { max-width: 860px; }
h2.fw-400 { font-weight: 500; }
.page-blog .bg-gold .text { text-align: center; }
.icon-group svg { width: 30px; height: 30px; fill: currentColor; }
.stars { display: flex; gap: 2px; justify-content: center; margin: 0 0 12px; }
.stars svg { width: 22px; height: 22px; fill: var(--brass); }

/* Callouts (service cards), CTA bars */
.callout { text-align: center; margin-bottom: 20px; background: #fff; border: 3px solid var(--dark); box-shadow: var(--shadow); padding: 0 0 22px; }
.callout img { display: block; width: 100%; height: auto; margin-bottom: 18px; aspect-ratio: 1 / 1; object-fit: cover; border-bottom: 3px solid var(--dark); }
.callout h3 { margin: 0 20px 10px; }
.callout h3 a { text-decoration: none; }
.callout p { padding: 0 20px; }
.callout .btn-wrap { margin-bottom: 0; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 20px; padding: 10px 0; border-left: 8px solid var(--brass); padding-left: 24px; }
.cta-text { flex: 1 1 320px; }
.cta-text h3 { margin-bottom: 6px; }
.cta-text p { margin: 0; }
.cta-btn { flex: 0 0 auto; }
.cta-btn .btn { white-space: nowrap; }

/* FAQ — clipboard style */
.faqs { margin: 0 0 20px; border: 3px solid var(--dark); box-shadow: var(--shadow); background: #fff; }
.faq { border-bottom: 2px solid var(--concrete); }
.faq:last-child { border-bottom: 0; }
.faq summary {
  list-style: none; cursor: pointer; background: #fff; color: var(--ink); text-align: left;
  padding: 16px 52px 16px 20px; font-family: var(--font-head); font-size: 20px; text-transform: uppercase; letter-spacing: .04em; position: relative;
}
.faq summary:hover { background: var(--paper); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; line-height: 26px; text-align: center; background: var(--brass); color: var(--dark); font-weight: 700; font-size: 20px;
}
.faq[open] summary { background: var(--dark); color: #fff; }
.faq[open] summary::after { content: "–"; }
.faq-body { padding: 18px 20px; color: var(--ink); font-size: 16px; background: var(--paper); }
.faq-body > :last-child { margin-bottom: 0; }
.c-white .faqs { color: var(--ink); }

/* Call blocks (site is phone-only, no forms) */
.call-block { text-align: center; max-width: 700px; margin: 0 auto 20px; }
.call-block .btn { font-size: 24px; padding: 16px 34px; }
.call-block .btn svg { width: 24px; height: 24px; }
.call-note { margin: 12px 0 0; font-size: 16px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .1em; }
.estimate-card { background: var(--paper); color: var(--ink); padding: 32px 26px; border: 3px solid var(--dark); box-shadow: var(--shadow); }
.estimate-card .form-title { text-align: center; font-size: clamp(30px, 3.5vw, 42px); margin-bottom: 6px; }
.estimate-card .form-title b { color: var(--brick); font-weight: 700; }
.estimate-card .form-sub { text-align: center; font-weight: 500; font-size: 18px; margin-bottom: 20px; }
.estimate-card .call-block .btn { font-size: 20px; padding: 14px 22px; max-width: 100%; }
.col-red .call-block .btn { background: var(--dark); border-color: var(--brass); box-shadow: 4px 4px 0 var(--brass); font-size: 19px; padding: 14px 18px; max-width: 100%; }
.col-red .call-block .btn:hover { background: #000; box-shadow: 2px 2px 0 var(--brass); }
.col-red h3 { color: #fff; }

/* Breadcrumbs, blog */
.breadcrumbs { font-size: 15px; color: var(--muted); margin-bottom: 20px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; color: var(--ink); }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
.blog-main { min-width: 0; }
.post-list { display: grid; gap: 28px; margin-bottom: 20px; }
.post-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); background: #fff; border: 3px solid var(--dark); box-shadow: var(--shadow); }
.post-card img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; border-right: 3px solid var(--dark); }
.post-card-body { padding: 22px 24px; }
.post-card h2 { font-size: 26px; margin-bottom: 6px; }
.post-card h2 a { text-decoration: none; }
.post-card p { margin-bottom: .8em; }
.post-meta { font-size: 15px; color: var(--muted); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; }
.post-card .more { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; text-decoration: none; color: var(--brick); border-bottom: 3px solid var(--brass); }
.post-title { font-size: clamp(32px, 4vw, 46px); margin-bottom: 8px; }
.post-body { max-width: 76ch; }
.post-body img { display: block; margin: 28px auto; width: 100%; max-width: 640px; height: auto; border: 4px solid var(--dark); box-shadow: var(--shadow); }
.post-body img[width="1024"], .post-body img[width="1080"] { max-width: 560px; }
.post-body h2, .post-body h3 { margin-top: 1.4em; }
.post-body figure { margin: 20px 0; }

/* Blog sidebar: call card, picture ads, services, areas */
.blog-side { display: grid; gap: 26px; position: sticky; top: 20px; }
.side-card { background: var(--paper); border: 3px solid var(--dark); box-shadow: var(--shadow); padding: 22px 22px 24px; }
.side-card h3 { font-size: 22px; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 4px solid var(--brass); }
.side-card p { margin-bottom: .8em; }
.side-eyebrow { display: block; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: var(--brick); margin-bottom: 4px; }
.side-call { background: var(--dark); color: #fff; text-align: center; box-shadow: 6px 6px 0 var(--brass); }
.side-call h3 { border-bottom-color: var(--brass); font-size: 26px; }
.side-call .side-eyebrow { color: var(--brass-light); }
.side-call .btn { width: 100%; font-size: 19px; padding: 14px 16px; border-color: var(--brass); box-shadow: 4px 4px 0 var(--brass); }
.side-links { list-style: none; padding: 0; margin: 0; }
.side-links li { border-bottom: 1px solid var(--concrete-2); }
.side-links li:last-child { border-bottom: 0; }
.side-links a { display: block; padding: 9px 0 9px 22px; text-decoration: none; font-weight: 600; position: relative; }
.side-links a::before { content: ""; position: absolute; left: 4px; top: 50%; width: 9px; height: 9px; background: var(--brass); transform: translateY(-50%) rotate(45deg); }
.side-links a:hover { color: var(--brick); }
.side-areas { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.side-areas li { background: #fff; border: 2px solid var(--dark); padding: 3px 9px; font-size: 14px; font-weight: 600; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em; }
.side-note { font-size: 14px; color: var(--muted); margin: 0; }
.side-ad { display: block; position: relative; border: 3px solid var(--dark); box-shadow: var(--shadow); text-decoration: none; color: #fff; overflow: hidden; background: var(--dark); }
.side-ad img { display: block; width: 100%; height: 240px; object-fit: cover; opacity: .75; transition: transform .3s, opacity .3s; }
.side-ad:hover img { transform: scale(1.04); opacity: .6; }
.side-ad:hover { text-decoration: none; }
.side-ad-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; background: linear-gradient(transparent, rgba(27,25,23,.92) 45%); display: flex; flex-direction: column; gap: 3px; }
.side-ad-text .side-eyebrow { color: var(--brass-light); margin: 0; }
.side-ad-text strong { font-family: var(--font-head); font-size: 24px; text-transform: uppercase; letter-spacing: .04em; line-height: 1.1; }
.side-ad-text span:last-child { font-size: 15px; color: var(--concrete); }
.side-ad::after { content: "Learn more \203A"; position: absolute; top: 12px; right: 12px; background: var(--brick); color: #fff; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; padding: 4px 10px; border: 2px solid var(--dark); }

@media (max-width: 960px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-side { position: static; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}
@media (max-width: 640px) {
  .post-card { grid-template-columns: 1fr; }
  .post-card img { min-height: 0; height: 200px; border-right: 0; border-bottom: 3px solid var(--dark); }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: #fff; font-size: 15px; }
.site-footer .wrap { max-width: 1100px; margin: 0 auto; padding: 28px 20px 30px; }
.site-footer a { color: var(--brass-light); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer p { margin: 0; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-top { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: 15px; }
.footer-social svg { width: 30px; height: 30px; fill: var(--brass); }
.site-footer hr { border-color: rgba(255,255,255,.15); margin: 18px 0; }
.footer-bottom { color: var(--concrete-2); }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body { font-size: 16px; }
  .sec { padding: 40px 16px; }
  .cols { margin: 0; }
  .col, .col-bg, .col-photo { width: 100% !important; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .col-bg, .col-photo { padding: 25px; }
  .col-photo { min-height: 220px; }
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  h3 { font-size: 23px; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom .ta-r { text-align: left; }
  .cta { justify-content: center; text-align: center; border-left: 0; border-top: 6px solid var(--brass); padding-left: 0; padding-top: 18px; }
  .map iframe { height: 300px; }
  .call-block .btn { font-size: 20px; padding: 14px 22px; }
  :root { --shadow: 4px 4px 0 var(--brass); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
