:root {
  --fa-blue: #4169e1;
  --fa-blue-dark: #2947aa;
  --fa-blue-soft: #eef3ff;
  --fa-ink: #0b0f19;
  --fa-ink-2: #151b28;
  --fa-text: #263142;
  --fa-muted: #667085;
  --fa-surface: #ffffff;
  --fa-surface-soft: #f6f8fc;
  --fa-border: #dfe5ee;
  --fa-border-dark: rgba(255,255,255,.14);
  --fa-success: #16794a;
  --fa-shell: 1240px;
  --fa-radius-sm: 12px;
  --fa-radius: 20px;
  --fa-radius-lg: 30px;
  --fa-shadow: 0 18px 55px rgba(11, 15, 25, .10);
  --fa-shadow-sm: 0 10px 30px rgba(11, 15, 25, .08);
  --fa-section: 88px;
  --fa-header-h: 78px;
  --fa-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.fenceace-site {
  margin: 0;
  background: var(--fa-surface);
  color: var(--fa-text);
  font-family: var(--fa-font);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.fenceace-site * { box-sizing: border-box; }
body.fenceace-site img { max-width: 100%; }
body.fenceace-site a { color: inherit; }
body.fenceace-site button, body.fenceace-site input, body.fenceace-site textarea, body.fenceace-site select { font: inherit; }
body.fenceace-site h1, body.fenceace-site h2, body.fenceace-site h3, body.fenceace-site h4 { margin: 0; color: var(--fa-ink); font-weight: 800; line-height: 1.06; letter-spacing: -.035em; }
body.fenceace-site h1 { font-size: clamp(2.85rem, 4.8vw, 4.2rem); }
body.fenceace-site h2 { font-size: clamp(2.15rem, 3.6vw, 3.2rem); }
body.fenceace-site h3 { font-size: clamp(1.35rem, 2vw, 1.65rem); }
body.fenceace-site p { margin: 0 0 1rem; }

.fenceace-shell {
  width: min(calc(100% - 48px), var(--fa-shell));
  margin-inline: auto;
}
.fenceace-main { display: block; }
.fenceace-section { padding-block: var(--fa-section); }
.fenceace-section--soft { background: var(--fa-surface-soft); }
.fenceace-section--ink { background: var(--fa-ink); color: #fff; }
.fenceace-section--ink h2,
.fenceace-section--ink h3 { color: #fff; }

.fenceace-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px !important;
  color: var(--fa-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.fenceace-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}
.fenceace-section--ink .fenceace-eyebrow { color: #91a9ff; }

.fenceace-section-heading { max-width: 790px; margin-bottom: 42px; }
.fenceace-section-heading--center { margin-inline: auto; text-align: center; }
.fenceace-section-intro {
  max-width: 740px;
  margin-top: 20px !important;
  color: var(--fa-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}
.fenceace-section-heading--center .fenceace-section-intro { margin-inline: auto; }
.fenceace-section--ink .fenceace-section-intro { color: rgba(255,255,255,.72); }

.fenceace-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.fenceace-btn:hover { transform: translateY(-2px); }
.fenceace-btn:focus-visible,
.fenceace-text-link:focus-visible,
.fenceace-nav a:focus-visible,
.fenceace-menu-toggle:focus-visible,
.fenceace-faq-item summary:focus-visible,
.fenceace-footer a:focus-visible,
.fenceace-mobile-bar a:focus-visible {
  outline: 3px solid #f7c948;
  outline-offset: 3px;
}
.fenceace-btn--primary { background: var(--fa-blue); color: #fff !important; box-shadow: 0 10px 24px rgba(65,105,225,.25); }
.fenceace-btn--primary:hover { background: var(--fa-blue-dark); color: #fff !important; }
.fenceace-btn--ghost { background: #fff; border-color: var(--fa-border); color: var(--fa-ink) !important; }
.fenceace-btn--ghost:hover { border-color: #b8c3d4; box-shadow: var(--fa-shadow-sm); }
.fenceace-btn--outline { background: transparent; border-color: #b7c1cf; color: var(--fa-ink) !important; }
.fenceace-btn--white { background: #fff; color: var(--fa-ink) !important; }
.fenceace-btn--light-outline { background: transparent; border-color: rgba(255,255,255,.35); color: #fff !important; }
.fenceace-btn--light-outline:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.6); }

.fenceace-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fa-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}
.fenceace-text-link svg { width: 20px; height: 20px; transition: transform .2s ease; }
.fenceace-text-link:hover svg { transform: translateX(4px); }

.fenceace-skip-link {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 10px 14px;
  background: #fff;
  color: var(--fa-ink);
  font-weight: 800;
  box-shadow: var(--fa-shadow-sm);
}
.fenceace-skip-link:focus { transform: translateY(0); }

/* Utility + header */
.fenceace-utility { background: var(--fa-ink); color: rgba(255,255,255,.82); font-size: 12.5px; line-height: 1.2; }
.fenceace-utility__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fenceace-utility__credentials, .fenceace-utility__contact { display: flex; align-items: center; gap: 12px; }
.fenceace-utility a { color: #fff !important; text-decoration: none; font-weight: 700; }
.fenceace-utility a:hover { text-decoration: underline; }

.fenceace-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(223,229,238,.85);
  backdrop-filter: blur(12px);
  transition: box-shadow .2s ease;
}
.fenceace-header.is-scrolled { box-shadow: 0 8px 30px rgba(11,15,25,.08); }
.fenceace-header__inner {
  min-height: var(--fa-header-h);
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 8px;
}
.fenceace-logo {
  display: flex;
  width: 118px;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}
.fenceace-logo img { display: block; width: 100%; height: auto; }
.fenceace-nav { margin-left: auto; }
.fenceace-nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.fenceace-nav-list li { margin: 0; padding: 0; }
.fenceace-nav-list a { position: relative; display: inline-flex; padding-block: 8px; color: var(--fa-ink) !important; font-size: 14px; font-weight: 750; text-decoration: none !important; }
.fenceace-nav-list a::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--fa-blue); transition: transform .2s ease; }
.fenceace-nav-list a:hover::after { transform: scaleX(1); }
.fenceace-header__actions { display: flex; align-items: center; gap: 14px; }
.fenceace-header__phone { display: flex; flex-direction: column; color: var(--fa-ink) !important; line-height: 1.2; text-decoration: none !important; }
.fenceace-header__phone-label { color: var(--fa-muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.fenceace-header__phone strong { margin-top: 2px; font-size: 14px; }
.fenceace-header__cta { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.fenceace-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--fa-border); border-radius: 12px; background: #fff; color: var(--fa-ink); cursor: pointer; }
.fenceace-menu-toggle span:not(.screen-reader-text) { width: 20px; height: 2px; border-radius: 10px; background: currentColor; }
.fenceace-mobile-nav { border-top: 1px solid var(--fa-border); background: #fff; box-shadow: 0 20px 30px rgba(11,15,25,.08); }
.fenceace-mobile-nav[hidden] { display: none !important; }
.fenceace-mobile-nav .fenceace-shell { padding-block: 18px 24px; }
.fenceace-mobile-nav .fenceace-nav-list { display: grid; gap: 0; }
.fenceace-mobile-nav .fenceace-nav-list a { width: 100%; padding: 13px 2px; border-bottom: 1px solid var(--fa-border); font-size: 16px; }
.fenceace-mobile-nav__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 18px; }

/* Embeds */
.fenceace-embed, .fenceace-embed iframe { width: 100%; max-width: 100%; }
.fenceace-embed iframe { display: block; border: 0; }
.fenceace-review-widget { min-height: 220px; }
.fenceace-quick-form { min-height: 526px; }
.fenceace-quick-form iframe { min-height: 526px; }

/* Footer */
.fenceace-footer { background: #090d15; color: rgba(255,255,255,.74); padding: 68px 0 26px; }
.fenceace-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; }
.fenceace-footer__brand { max-width: 360px; }
.fenceace-footer__logo { display: block; width: 170px; margin-bottom: 18px; }
.fenceace-footer__logo img { display: block; width: 100%; }
.fenceace-footer p { color: rgba(255,255,255,.68); font-size: 14px; }
.fenceace-footer__license { margin-top: 16px !important; color: rgba(255,255,255,.48) !important; font-size: 12px !important; }
.fenceace-footer h2 { margin: 0 0 18px !important; color: #fff !important; font-size: 13px !important; letter-spacing: .08em !important; text-transform: uppercase; }
.fenceace-footer__grid > div:not(.fenceace-footer__brand) { display: flex; flex-direction: column; gap: 10px; }
.fenceace-footer a { color: rgba(255,255,255,.78) !important; font-size: 14px; text-decoration: none !important; }
.fenceace-footer a:hover { color: #fff !important; }
.fenceace-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--fa-border-dark); }
.fenceace-footer__bottom p { margin: 0 !important; }
.fenceace-footer__bottom div { display: flex; gap: 20px; }
.fenceace-footer__bottom a { font-size: 12px; }
.fenceace-mobile-bar { display: none; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1080px) {
  :root { --fa-header-h: 72px; }
  .fenceace-nav, .fenceace-header__phone { display: none; }
  .fenceace-header__actions { margin-left: auto; }
  .fenceace-menu-toggle { display: inline-flex; }
  .fenceace-logo { width: 112px; }
  .fenceace-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .fenceace-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  :root { --fa-section: 62px; }
  .fenceace-shell { width: min(calc(100% - 32px), var(--fa-shell)); }
  .fenceace-utility__credentials span:nth-child(n+4) { display: none; }
  .fenceace-utility__contact a:first-child { display: none; }
  .fenceace-header__cta { display: none; }
  .fenceace-logo { width: 106px; }
  .fenceace-section-heading { margin-bottom: 30px; }
  .fenceace-footer { padding-bottom: 92px; }
  .fenceace-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .fenceace-footer__brand { grid-column: 1 / -1; }
  .fenceace-footer__grid > div:last-child { grid-column: auto; }
  .fenceace-footer__bottom { align-items: flex-start; flex-direction: column; }
  .fenceace-mobile-bar { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; padding: 8px; gap: 8px; border-top: 1px solid var(--fa-border); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); box-shadow: 0 -8px 30px rgba(11,15,25,.12); }
  .fenceace-mobile-bar a { display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--fa-ink); color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
  .fenceace-mobile-bar a:last-child { background: var(--fa-blue); }
  .fenceace-mobile-nav__actions { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .fenceace-shell { width: min(calc(100% - 24px), var(--fa-shell)); }
  .fenceace-utility { font-size: 11px; }
  .fenceace-utility__credentials span:nth-child(n+2) { display: none; }
  .fenceace-btn { width: 100%; }
  .fenceace-footer__grid { grid-template-columns: 1fr; }
  .fenceace-footer__brand, .fenceace-footer__grid > div:last-child { grid-column: auto; }
}

#free-estimate, #faq { scroll-margin-top: 96px; }

/* v0.1.2 — Dark-surface contrast hardening.
   These selectors intentionally outrank the global body.fenceace-site heading rule
   and common Divi heading declarations. */
body.fenceace-site .fenceace-section--ink h1,
body.fenceace-site .fenceace-section--ink h2,
body.fenceace-site .fenceace-section--ink h3,
body.fenceace-site .fenceace-section--ink h4 {
  color: #fff !important;
}
