/* TK Fence Restoration — Enterprise rebuild
   Bold & Colorful · Cinematic hero · Scroll-reveal · Carousel reviews
   Palette: logo-derived maroon / red / gold / fence-wood.
   Fonts: Archivo Black (display) + DM Sans (body). */

:root {
  --brand: #8B1A1A;
  --brand-2: #D32F2F;
  --brand-dk: #5C0F0F;
  --gold: #F5C518;
  --gold-dk: #C89A0E;
  --wood: #6B4423;
  --wood-dk: #2A1B0F;
  --cream: #FAF6EE;
  --cream-2: #F2EBDB;
  --ink: #0F0A07;
  --ink-2: #3D2D22;
  --muted: #7A6B5E;
  --line: rgba(15,10,7,.08);
  --line-strong: rgba(15,10,7,.18);
  --shadow-sm: 0 1px 2px rgba(15,10,7,.05), 0 2px 6px rgba(15,10,7,.04);
  --shadow-md: 0 8px 24px rgba(15,10,7,.10), 0 2px 6px rgba(15,10,7,.06);
  --shadow-lg: 0 28px 80px rgba(15,10,7,.22), 0 8px 18px rgba(15,10,7,.10);
  --shadow-glow: 0 12px 36px rgba(211,47,47,.32);
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --container: 1240px;
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 17px; line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Archivo Black', 'Anton', system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0 0 .35em;
  color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 7.2vw, 5.4rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
h4 { font-size: 1rem; font-family: 'DM Sans', sans-serif; font-weight: 700; letter-spacing: .02em; }
p { margin: 0 0 1em; color: var(--ink-2); }

.wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
section { padding: 96px 0; position: relative; }
@media (max-width: 720px) { section { padding: 60px 0; } }

/* ============= SCROLL-REVEAL ============= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============= TOP BAR + STICKY NAV ============= */
.topbar {
  background: var(--ink);
  color: rgba(250,246,238,.9);
  font-size: 13px;
  padding: 9px 0;
  border-bottom: 3px solid var(--gold);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: rgba(250,246,238,.92); font-weight: 500; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.tb-left { display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.tb-right { display: inline-flex; align-items: center; gap: 14px; }
.tb-hide { display: inline-flex; align-items: center; gap: 6px; opacity: .8; }
.tb-ph { color: var(--gold) !important; font-weight: 700 !important; }
.tb-socials { display: inline-flex; align-items: center; gap: 6px; }
.tb-socials a { width: 26px; height: 26px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); transition: background .18s, transform .18s; }
.tb-socials a:hover { transform: translateY(-1px); }
.tb-socials a.fb:hover { background: #1877F2; }
.tb-socials a.yelp:hover { background: #D32323; }
.tb-socials a.gbiz:hover { background: #fff; }
.tb-socials a.gbiz:hover svg path { fill: var(--brand); }
.tb-socials svg { width: 14px; height: 14px; color: #fff; }
@media (max-width: 720px) {
  .tb-hide { display: none; }
  .topbar .wrap { justify-content: space-between; }
}

header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 238, .92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: padding .3s var(--ease-out), background .3s;
}
header.nav.scrolled { background: rgba(250,246,238,.98); box-shadow: 0 2px 14px rgba(15,10,7,.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 22px; max-width: var(--container); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 56px; width: auto; display: block; transition: height .3s; }
header.nav.scrolled .brand img { height: 48px; }
nav.menu { display: flex; align-items: center; gap: 2px; }
nav.menu a { padding: 10px 14px; font-weight: 600; color: var(--ink); font-size: 15px; border-radius: 10px; transition: background .18s, color .18s; position: relative; }
nav.menu a:hover { color: var(--brand); }
nav.menu a:not(.cta)::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; background: var(--brand-2); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease-out); }
nav.menu a:not(.cta):hover::after { transform: scaleX(1); }
nav.menu a.cta { background: var(--brand-2); color: #fff; padding: 11px 20px; margin-left: 8px; box-shadow: var(--shadow-glow); border-radius: 11px; }
nav.menu a.cta:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }
nav.menu a.cta::after { display: none; }
.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger svg { width: 28px; height: 28px; color: var(--ink); }
@media (max-width: 920px) {
  nav.menu { display: none; }
  nav.menu.open { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 10px 16px 20px; gap: 0; box-shadow: var(--shadow-md); }
  nav.menu.open a { padding: 14px 12px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 16px; }
  nav.menu.open a:not(.cta)::after { display: none; }
  nav.menu.open a.cta { margin-top: 12px; border-radius: 12px; text-align: center; border-bottom: 0; }
  .burger { display: block; }
}
@media (max-width: 540px) {
  .brand img { height: 46px; }
  header.nav.scrolled .brand img { height: 42px; }
  .nav-inner { padding: 10px 18px; }
}

/* ============= HERO ============= */
.hero {
  position: relative;
  min-height: 92svh;
  display: flex; align-items: center; justify-content: center;
  padding: 80px 22px 60px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: url('../images/hero-fence.jpg') center top/cover no-repeat;
  z-index: -2;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.12) translateY(-10px); }
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 50% 30%, rgba(245,197,24,.18), transparent 65%),
    linear-gradient(180deg, rgba(15,10,7,.45) 0%, rgba(15,10,7,.62) 50%, rgba(15,10,7,.85) 100%);
  z-index: -1;
}
.hero-inner { max-width: 980px; text-align: center; position: relative; }
.hero-logo { margin: 0 auto 26px; max-width: 360px; animation: float 6s ease-in-out infinite; }
.hero-logo img { width: 100%; height: auto; filter: drop-shadow(0 14px 36px rgba(0,0,0,.45)); }
@keyframes float { 0%,100%{transform: translateY(0)} 50%{transform: translateY(-8px)} }
@media (max-width: 540px) { .hero-logo { max-width: 240px; margin-bottom: 18px; } }

.hero h1 { color: #fff; margin-bottom: 18px; text-shadow: 0 4px 24px rgba(0,0,0,.4); }
.hero h1 .accent { color: var(--gold); }
.hero h1 .accent2 { background: linear-gradient(135deg, #FF8888, var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.92); max-width: 720px; margin: 0 auto 32px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero .ctas { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 32px; }
.hero .trust { display: inline-flex; flex-wrap: wrap; gap: 12px 22px; justify-content: center; align-items: center; font-size: 14px; color: #fff; font-weight: 600; padding: 13px 22px; background: rgba(0,0,0,.42); border-radius: 999px; border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hero .trust .stars { color: var(--gold); letter-spacing: 1.5px; font-size: 16px; }
.hero .trust b { color: #fff; }
.hero .scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; animation: bob 2.4s ease-in-out infinite; }
.hero .scroll-cue::after { content: ""; display: block; margin: 8px auto 0; width: 2px; height: 24px; background: linear-gradient(180deg, var(--gold), transparent); }
@keyframes bob { 0%,100%{transform: translate(-50%, 0)} 50%{transform: translate(-50%, -6px)} }
@media (max-width: 720px) { .hero { min-height: 88svh; padding: 60px 18px 80px; } .hero .scroll-cue { display: none; } }

/* ============= BUTTONS ============= */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 16px 28px; border-radius: 12px; font-weight: 700; font-size: 1.02rem; letter-spacing: .005em; cursor: pointer; border: 0; line-height: 1; transition: transform .2s var(--ease-out), box-shadow .2s, background .2s, color .2s; position: relative; overflow: hidden; }
.btn-primary { background: var(--brand-2); color: #fff; box-shadow: 0 10px 28px rgba(211,47,47,.42); }
.btn-primary:hover { background: var(--brand); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(139,26,26,.46); }
.btn-secondary { background: rgba(255,255,255,.14); color: #fff; border: 1.5px solid rgba(255,255,255,.32); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn-secondary:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--gold); }
.btn-dark:hover { background: var(--wood-dk); color: var(--gold); transform: translateY(-2px); }
.btn-ghost { background: rgba(0,0,0,0); color: var(--brand); border: 2px solid var(--brand); }
.btn-ghost:hover { background: var(--brand); color: #fff; }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 28px rgba(245,197,24,.4); }
.btn-gold:hover { background: #fff; color: var(--brand); transform: translateY(-2px); }

/* ============= STATS BAND ============= */
.stats {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dk) 100%);
  color: #fff;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.stats::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 200px at 80% 50%, rgba(245,197,24,.22), transparent 70%); pointer-events: none; }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.stat { text-align: center; }
.stat .n { font-family: 'Archivo Black', sans-serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--gold); line-height: 1; margin-bottom: 4px; }
.stat .l { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.88); font-weight: 600; }
@media (max-width: 720px) { .stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 28px; } .stats { padding: 30px 0; } }

/* ============= SECTION HEADINGS ============= */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--brand-2); padding: 7px 16px; background: rgba(211,47,47,.10); border-radius: 999px; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 16px; height: 2px; background: var(--brand-2); border-radius: 2px; }
.center { text-align: center; }
.lead { font-size: clamp(1.05rem, 1.3vw, 1.18rem); color: var(--ink-2); max-width: 680px; margin: 0 auto 36px; }
.divider { height: 3px; width: 56px; background: var(--gold); margin: 0 auto 22px; border-radius: 2px; }

/* ============= SERVICE CARDS — bigger, image-led ============= */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1080px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .svc-grid { grid-template-columns: 1fr; gap: 18px; } }
.svc-card {
  background: #fff; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-md);
  transition: transform .3s var(--ease-out), box-shadow .3s;
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  position: relative;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-card .img-wrap { aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); position: relative; }
.svc-card .img-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,10,7,.18)); }
.svc-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease-out); }
.svc-card:hover .img-wrap img { transform: scale(1.06); }
.svc-card .tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--brand-2); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.svc-card:nth-child(2) .tag { background: var(--gold); color: var(--ink); }
.svc-card:nth-child(3) .tag { background: var(--wood); color: #fff; }
.svc-card:nth-child(4) .tag { background: var(--brand); color: #fff; }
.svc-card .body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { margin-bottom: 8px; color: var(--ink); }
.svc-card p { font-size: 14.5px; line-height: 1.55; flex: 1; margin-bottom: 14px; color: var(--ink-2); }
.svc-card .more { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-2); font-weight: 700; font-size: 14px; }
.svc-card .more::after { content: "→"; transition: transform .2s; }
.svc-card:hover .more::after { transform: translateX(5px); }

/* ============= BEFORE/AFTER BAND ============= */
.band-wood {
  background:
    linear-gradient(180deg, rgba(15,10,7,.78), rgba(15,10,7,.92)),
    url('../images/portfolio-2.jpg') center/cover no-repeat;
  color: var(--cream);
  position: relative;
}
.band-wood h2, .band-wood h3 { color: #fff; }
.band-wood p { color: rgba(250,246,238,.88); }
.band-wood .eyebrow { background: rgba(245,197,24,.18); color: var(--gold); }
.band-wood .eyebrow::before { background: var(--gold); }
.ba { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
@media (max-width: 940px) { .ba { grid-template-columns: 1fr; gap: 32px; } }
.ba .imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba .imgs figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; aspect-ratio: 3/4; }
.ba .imgs img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.ba .imgs figure:hover img { transform: scale(1.06); }
.ba .imgs figcaption { position: absolute; bottom: 12px; left: 12px; background: var(--brand-2); color: #fff; padding: 6px 14px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-radius: 999px; box-shadow: 0 4px 14px rgba(0,0,0,.3); }
.ba .imgs figure:last-child figcaption { background: var(--gold); color: var(--ink); }
.ba .text ul { list-style: none; padding: 0; margin: 18px 0 28px; }
.ba .text ul li { padding: 10px 0 10px 36px; position: relative; color: rgba(250,246,238,.95); font-weight: 500; }
.ba .text ul li::before { content: ""; position: absolute; left: 0; top: 14px; width: 22px; height: 22px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(245,197,24,.18); }
.ba .text ul li::after { content: ""; position: absolute; left: 6px; top: 19px; width: 10px; height: 5px; border-left: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); transform: rotate(-45deg); }

/* ============= PROCESS / STEPS — horizontal scroll on mobile ============= */
.steps-wrap { position: relative; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { background: #fff; padding: 28px 24px; border-radius: var(--r-lg); position: relative; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .25s var(--ease-out), box-shadow .25s; overflow: hidden; }
.step::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--brand-2); }
.step:nth-child(2)::before { background: var(--gold); }
.step:nth-child(3)::before { background: var(--wood); }
.step:nth-child(4)::before { background: var(--brand); }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-n { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--ink); color: var(--gold); font-family: 'Archivo Black', sans-serif; font-size: 1.25rem; margin-bottom: 14px; }
.step h3 { margin-bottom: 8px; color: var(--ink); font-size: 1.18rem; }
.step p { font-size: 14.5px; margin: 0; color: var(--ink-2); }

/* ============= REVIEWS CAROUSEL ============= */
.reviews { background: var(--cream-2); position: relative; }
.reviews-strip { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.gbadge { display: inline-flex; align-items: center; gap: 10px; background: #fff; padding: 11px 20px; border-radius: 999px; box-shadow: var(--shadow-sm); font-weight: 700; color: var(--ink); border: 1px solid var(--line); }
.gbadge .stars { color: #fbbc04; letter-spacing: 2px; font-size: 18px; }
.gbadge svg { width: 22px; height: 22px; }

.carousel { position: relative; }
.r-track {
  display: flex; gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 22px;
  padding: 8px 22px 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.r-track::-webkit-scrollbar { display: none; }
.r-card {
  flex: 0 0 calc(50% - 11px);
  min-width: 0;
  background: #fff; border-radius: var(--r-lg);
  padding: 30px 28px 26px;
  box-shadow: var(--shadow-md);
  border-top: 5px solid var(--brand-2);
  position: relative;
  scroll-snap-align: start;
  display: flex; flex-direction: column;
}
.r-card.alt { border-top-color: var(--gold); }
.r-card.alt2 { border-top-color: var(--wood); }
.r-card.alt3 { border-top-color: var(--brand); }
.r-card .r-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.r-card .stars { color: #fbbc04; letter-spacing: 3px; font-size: 18px; }
.r-card .g-icon { width: 26px; height: 26px; flex-shrink: 0; }
.r-card .quote { font-size: 15.5px; line-height: 1.6; color: var(--ink); margin-bottom: 18px; flex: 1; }
.r-card .who { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.r-card .who .avatar { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 16px; flex-shrink: 0; }
.r-card .who .meta b { color: var(--ink); display: block; font-weight: 700; font-size: 14.5px; }
.r-card .who .meta span { color: var(--muted); font-size: 12.5px; }
@media (max-width: 880px) { .r-card { flex: 0 0 86%; padding: 24px 22px 22px; } }
@media (max-width: 540px) { .r-card { flex: 0 0 92%; } }

.carousel-ctrls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 10px; }
.cdot { width: 9px; height: 9px; border-radius: 50%; background: rgba(15,10,7,.15); border: 0; cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
.cdot.active { background: var(--brand-2); transform: scale(1.3); }
.carb { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); transition: background .18s, color .18s, transform .18s; color: var(--ink); }
.carb:hover { background: var(--brand-2); color: #fff; transform: scale(1.06); }
.carb svg { width: 18px; height: 18px; }
.carb[disabled] { opacity: .35; cursor: not-allowed; }

/* ============= FOLLOW STRIP (condensed) ============= */
.follow-strip {
  background: var(--ink);
  padding: 28px 0;
  color: var(--cream);
}
.follow-strip .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.follow-strip .lhs { display: flex; align-items: center; gap: 14px; }
.follow-strip .lhs b { font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; color: #fff; line-height: 1; }
.follow-strip .lhs span { color: rgba(250,246,238,.7); font-size: 13.5px; }
.follow-strip .rhs { display: flex; align-items: center; gap: 10px; }
.fs-btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; font-weight: 600; font-size: 14px; border: 1px solid rgba(255,255,255,.12); transition: background .18s, transform .18s, border-color .18s; }
.fs-btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.fs-btn.fb:hover { background: #1877F2; border-color: #1877F2; }
.fs-btn.yelp:hover { background: #D32323; border-color: #D32323; }
.fs-btn.google:hover { background: #fff; color: var(--brand); border-color: #fff; }
.fs-btn svg { width: 16px; height: 16px; }
@media (max-width: 720px) { .follow-strip .wrap { justify-content: center; text-align: center; } .follow-strip .rhs { flex-wrap: wrap; justify-content: center; } }

/* ============= CITIES / AREAS ============= */
.cities { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cities.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .cities, .cities.four { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .cities, .cities.four { grid-template-columns: repeat(2, 1fr); } }
.city { background: #fff; padding: 26px 18px; border-radius: var(--r); text-align: center; border: 1px solid var(--line); transition: transform .22s var(--ease-out), border-color .22s, box-shadow .22s; box-shadow: var(--shadow-sm); }
.city:hover { transform: translateY(-4px); border-color: var(--brand-2); box-shadow: var(--shadow-md); }
.city h3 { color: var(--brand); margin-bottom: 4px; font-size: 1.05rem; }
.city span { font-size: 13px; color: var(--muted); }

/* ============= FINAL CTA ============= */
.cta-band {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #fff; text-align: center; padding: 90px 0;
  position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 50% 0, rgba(245,197,24,.22), transparent 70%); pointer-events: none; }
.cta-band > .wrap { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.94); max-width: 580px; margin: 0 auto 30px; font-size: 1.1rem; }

/* ============= ABOUT ============= */
.about-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 940px) { .about-split { grid-template-columns: 1fr; gap: 36px; } }
.about-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; max-height: 620px; position: relative; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-split h2 { margin-bottom: 14px; }
.about-split .signed { display: flex; align-items: center; gap: 14px; margin-top: 22px; font-family: 'Archivo Black', sans-serif; color: var(--brand); }
.about-split .signed span { width: 40px; height: 3px; background: var(--gold); }

/* ============= GALLERY ============= */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 720px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow-sm); position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.gallery figure:hover img { transform: scale(1.07); }

/* ============= FOOTER ============= */
footer.foot {
  background: var(--ink); color: rgba(250,246,238,.78);
  padding: 64px 0 28px; font-size: 14.5px;
}
footer.foot > .wrap { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
@media (max-width: 980px) { footer.foot > .wrap { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 540px) { footer.foot > .wrap { grid-template-columns: 1fr; gap: 28px; } }
footer.foot .b-block img { height: 70px; margin-bottom: 14px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
footer.foot h4 { color: var(--gold); font-family: 'Archivo Black', sans-serif; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
footer.foot a { display: block; padding: 4px 0; color: rgba(250,246,238,.78); transition: color .15s; }
footer.foot a:hover { color: var(--gold); }
footer.foot .socials { display: flex; gap: 10px; margin-top: 12px; }
footer.foot .socials a { background: rgba(255,255,255,.08); width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; padding: 0; transition: background .2s, transform .2s; }
footer.foot .socials a:hover { transform: translateY(-2px); }
footer.foot .socials a.fb:hover { background: #1877F2; color: #fff; }
footer.foot .socials a.yelp:hover { background: #D32323; color: #fff; }
footer.foot .socials a.google:hover { background: #fff; color: var(--brand); }
footer.foot .socials svg { width: 18px; height: 18px; }
.foot-bot { max-width: var(--container); margin: 36px auto 0; padding: 24px 22px 0; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(250,246,238,.55); }

/* ============= CONTACT FORM ============= */
.form-card { background: #fff; border-radius: var(--r-lg); padding: 36px; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 580px) { .form-row { grid-template-columns: 1fr; } }
label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; letter-spacing: .04em; text-transform: uppercase; }
input[type=text], input[type=tel], input[type=email], textarea, select {
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--line-strong); background: var(--cream); font: inherit; font-size: 15px; color: var(--ink);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
input:focus, textarea:focus, select:focus { outline: 0; border-color: var(--brand-2); background: #fff; box-shadow: 0 0 0 4px rgba(211,47,47,.12); }
textarea { min-height: 130px; resize: vertical; font-family: inherit; }
.form-card button { width: 100%; margin-top: 8px; padding: 16px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 26px; } }
.contact-info { padding: 4px 6px; }
.contact-info .row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-info .row:last-child { border-bottom: 0; }
.contact-info .row svg { width: 22px; height: 22px; color: var(--brand-2); flex-shrink: 0; margin-top: 2px; }
.contact-info b { display: block; color: var(--ink); margin-bottom: 2px; font-family: 'Archivo Black', sans-serif; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.contact-info span, .contact-info a { color: var(--ink-2); font-size: 15.5px; }
.contact-info a:hover { color: var(--brand-2); }

/* ============= SUBPAGE HEADER ============= */
.ph {
  background:
    linear-gradient(180deg, rgba(139,26,26,.82), rgba(15,10,7,.88)),
    url('../images/hero-fence.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 92px 22px 84px;
  border-bottom: 4px solid var(--gold);
}
.ph h1 { color: #fff; margin-bottom: 12px; }
.ph p { color: rgba(255,255,255,.94); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }
.ph .crumb { font-size: 13px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }

/* Detail service rows */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 64px; }
.svc-row:nth-child(even) > .img { order: -1; }
@media (max-width: 940px) { .svc-row { grid-template-columns: 1fr; gap: 26px; margin-bottom: 40px; } .svc-row:nth-child(even) > .img { order: 0; } }
.svc-row .img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 5/4; }
.svc-row .img img { width: 100%; height: 100%; object-fit: cover; }
.svc-row .text h2 { color: var(--brand); margin-bottom: 14px; font-size: clamp(1.7rem, 2.8vw, 2.2rem); }
.svc-row .text ul { list-style: none; padding: 0; margin: 0 0 22px; }
.svc-row .text ul li { padding: 8px 0 8px 28px; position: relative; font-size: 15.5px; color: var(--ink-2); }
.svc-row .text ul li::before { content: ""; position: absolute; left: 0; top: 14px; width: 14px; height: 14px; background: var(--gold); border-radius: 50%; }
.svc-row .text ul li::after { content: ""; position: absolute; left: 4px; top: 17px; width: 6px; height: 4px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
