/* ==========================================================================
   WAUKEE AERIAL — STAGING ADDITIONAL CSS
   Paste into: Appearance → Customize → Additional CSS
   ==========================================================================
   Architecture:
     1. Live site CSS (all existing sections)
     2. wa-hero override block (new hero section only)
     3. wa-nav / wa-footer (canonical nav/footer from live site)
   ========================================================================== */


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1 — LIVE SITE BASE STYLES
   ══════════════════════════════════════════════════════════════════════════ */

:root {
  --color-bg:           #0a0c0f;
  --color-surface:      #111418;
  --color-surface-2:    #181c22;
  --color-border:       rgba(255,255,255,0.07);
  --color-accent:       #e8a020;
  --color-accent-hover: #f0b030;
  --color-accent-dim:   rgba(232,160,32,0.14);
  --color-text:         #e8eaed;
  --color-text-muted:   #8a9099;
  --color-text-subtle:  #555d6b;
  --font-display:       'Barlow Condensed', sans-serif;
  --font-body:          'Barlow', sans-serif;
  --radius:             4px;
  --radius-lg:          8px;
  --max-w:              1180px;
  --section-pad:        clamp(60px, 7vw, 100px) clamp(20px, 4vw, 48px);
}

/* ── THEME OVERRIDES (force dark background) ── */
html, body {
  background: var(--color-bg) !important;
  color: var(--color-text) !important;
}
body.page, body.home, .site, .site-content,
.entry-content, .elementor, .elementor-inner,
.elementor-section-wrap, .e-con, .e-con-inner {
  background: transparent !important;
  color: inherit !important;
}
/* Force Elementor containers/widgets to not override colors */
.elementor-widget-container {
  color: inherit !important;
}
/* Force section padding to behave — Elementor adds its own */
.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget {
  margin: 0 !important;
  width: 100% !important;
}

/* ── UTILITIES ─────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }
.section { padding: 5px 0; background: var(--color-bg); color: var(--color-text); }
.section--alt { background: var(--color-surface) !important; }
.section--dark { background: var(--color-surface-2) !important; }
.eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 14px;
}
.h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 16px;
}
.h2 span { color: var(--color-accent); }
.lead {
  font-size: 17px;
  color: var(--color-text-muted);
  max-width: 560px;
  line-height: 1.75;
}
.divider {
  width: 40px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 2px;
  margin-bottom: 28px;
}

/* ── BUTTONS (live site) ─────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: var(--radius);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  border: none;
}
.btn--primary { background: var(--color-accent); color: #fff; }
.btn--primary:hover {
  background: #1557CC;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(232,160,32,.4);
}
.btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
}
.btn--outline:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.4);
}
.btn--full { width: 100%; justify-content: center; }

/* ── HOW IT WORKS ───────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--color-surface);
}
.steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/08/how-construction-documentation-works.webp")
    center / cover no-repeat;
  opacity: .55;
  z-index: 0;
  pointer-events: none;
}
.steps::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(10,12,15,.80) 0%,rgba(10,12,15,.58) 45%,rgba(10,12,15,.72) 100%);
  z-index: 0;
  pointer-events: none;
}
.step {
  padding: 36px 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: background .25s;
  backdrop-filter: blur(2px);
}
.step:hover { background: rgba(17,20,24,.35); }
.step-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: rgba(255,255,255,.18);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -.02em;
}
.step-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: .01em;
}
.step-body { font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.7; }

/* ── DELIVERABLES ──────────────────────────── */
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.deliverable {
  text-decoration: none;
  display: block;
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 32px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: start;
  transition: border-color .25s, transform .25s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.deliverable:hover {
  border-color: rgba(232,160,32,.35);
  transform: translateY(-2px);
}
.deliverable--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-img) center / cover no-repeat;
  opacity: .55;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.02);
}
.deliverable--bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(10,12,15,.88) 0%,rgba(10,12,15,.68) 45%,rgba(10,12,15,.78) 100%);
  z-index: 0;
  pointer-events: none;
}
.deliverable > * { position: relative; z-index: 1; }
.deliverable-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(232,160,32,.12);
  border: 1px solid rgba(232,160,32,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.deliverable-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: .01em;
}
.deliverable-body { font-size: 15px; color: var(--color-text-muted); line-height: 1.7; }
.deliverable--bg .deliverable-body { color: rgba(255,255,255,.72); }
.deliverable-learn {
  margin-top: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-accent);
  transition: color .2s;
}
.deliverable:hover .deliverable-learn { color: #fff; }
.deliverable-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag {
  background: rgba(232,160,32,.1);
  border: 1px solid rgba(232,160,32,.2);
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

/* ── TESTIMONIALS ──────────────────────────── */
.testimonials {
  padding: 80px 0;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}
.testimonials-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.google-rating-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 100px;
  padding: 10px 20px;
  margin-bottom: 24px;
}
.google-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  letter-spacing: .04em;
}
.google-logo svg { flex-shrink: 0; }
.rating-sep { width: 1px; height: 18px; background: rgba(255,255,255,.12); }
.rating-stars { display: flex; gap: 2px; align-items: center; }
.star { color: #FBBF24; font-size: 16px; line-height: 1; }
.rating-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
}
.rating-count { font-size: 13px; color: var(--color-text-muted); }
.testimonials-track-wrap { position: relative; }
.testimonials-track-wrap::before,
.testimonials-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.testimonials-track-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--color-surface), transparent);
}
.testimonials-track-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, var(--color-surface), transparent);
}
.testimonials-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 40px 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.t-card {
  flex: 0 0 360px;
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px;
  scroll-snap-align: start;
  transition: border-color .25s, transform .25s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.t-card:hover {
  border-color: rgba(232,160,32,.3);
  transform: translateY(-2px);
}
.t-stars { display: flex; gap: 2px; }
.t-stars .star { font-size: 14px; }
.t-quote {
  font-size: 15px;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  flex: 1;
  font-style: italic;
}
.t-quote::before { content: "\201C"; }
.t-quote::after  { content: "\201D"; }
.t-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
}
.t-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232,160,32,.18);
  border: 1px solid rgba(232,160,32,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-accent);
  flex-shrink: 0;
  letter-spacing: .02em;
}
.t-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
}
.t-role { font-size: 12px; color: var(--color-text-muted); margin-top: 1px; }
.testimonials-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.t-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
}
.t-nav-btn:hover {
  background: rgba(232,160,32,.15);
  border-color: rgba(232,160,32,.3);
  color: #fff;
}
.t-nav-dots { display: flex; gap: 6px; }
.t-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: background .2s, transform .2s;
  cursor: pointer;
}
.t-dot.active {
  background: var(--color-accent);
  transform: scale(1.3);
}
.testimonials-cta { text-align: center; margin-top: 32px; }
.testimonials-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-accent);
  text-decoration: none;
  transition: color .2s;
}
.testimonials-cta a:hover { color: #fff; }

/* ── PRICING ───────────────────────────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
  align-items: start;
}
.pricing-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 36px 32px;
  position: relative;
  transition: border-color .25s;
}
.pricing-card:hover { border-color: rgba(232,160,32,.3); }
.pricing-card--featured {
  background: var(--color-surface-2);
  border-color: var(--color-accent);
  transform: scale(1.03);
}
.pricing-card--featured:hover { border-color: var(--color-accent); }
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.pricing-tier {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.pricing-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}
.pricing-tagline { font-size: 14px; color: var(--color-text-muted); margin-bottom: 28px; line-height: 1.5; }
.pricing-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.pricing-from { font-size: 13px; color: var(--color-text-muted); }
.pricing-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.pricing-period { font-size: 14px; color: var(--color-text-muted); }
.pricing-note { font-size: 12px; color: var(--color-text-muted); margin-bottom: 28px; }
.pricing-divider { border: none; border-top: 1px solid var(--color-border); margin: 24px 0; }
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
}
.pricing-features li::before {
  content: "✓";
  color: var(--color-accent);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-features li.na { opacity: .4; }
.pricing-features li.na::before { content: "–"; color: var(--color-text-muted); }
.pricing-sample {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.pricing-footer { text-align: center; margin-top: 12px; font-size: 14px; color: var(--color-text-muted); }
.pricing-footer a { color: var(--color-accent); text-decoration: none; }
.pricing-footer a:hover { text-decoration: underline; }
.sample-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,160,32,.08);
  border: 1px solid rgba(232,160,32,.2);
  border-radius: 8px;
  padding: 12px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-accent);
  text-decoration: none;
  transition: all .2s;
}
.sample-cta:hover {
  background: rgba(232,160,32,.15);
  border-color: rgba(232,160,32,.4);
  color: #fff;
  transform: translateY(-1px);
}

/* ── SERVICE AREAS ─────────────────────────── */
.service-areas {
  padding: 72px 0;
  background: linear-gradient(180deg, rgba(17,20,24,.55) 0%, rgba(10,12,15,0) 100%);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.service-areas-head { text-align: center; max-width: 860px; margin: 0 auto 30px; }
.service-areas .eyebrow { margin-bottom: 10px; }
.service-areas .h2 { margin-bottom: 14px; }
.service-areas .divider { margin: 0 auto 22px; }
.service-areas .lead { max-width: 760px; margin: 0 auto; text-align: center; }
.service-areas-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}
.service-area-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: all .2s ease;
}
.service-area-link:hover {
  background: rgba(232,160,32,.10);
  border-color: rgba(232,160,32,.35);
  transform: translateY(-1px);
}
.service-areas-cta { margin-top: 26px; text-align: center; }
.service-areas-cta a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-accent);
  text-decoration: none;
}
.service-areas-cta a:hover { color: #fff; }

/* ── TRUST / WHY ───────────────────────────── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--color-surface);
}
.trust-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2026/08/construction-documentation-record.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .34;
  transform: scale(1.02);
}
.trust-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg,rgba(10,12,15,.88) 0%,rgba(10,12,15,.72) 45%,rgba(10,12,15,.82) 100%);
}
.trust-item {
  padding: 32px;
  background: rgba(17,20,24,.30);
  border-right: 1px solid var(--color-border);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(2px);
  transition: background .25s ease;
}
.trust-item:hover { background: rgba(17,20,24,.46); }
.trust-item:nth-child(3n) { border-right: none; }
.trust-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.trust-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: .01em;
}
.trust-body { font-size: 14px; color: rgba(255,255,255,.74); line-height: 1.7; }

/* ── CTA BAND ──────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, #0D2347 0%, #0B1C38 50%, #071120 100%);
  border-top: 1px solid rgba(232,160,32,.2);
  border-bottom: 1px solid rgba(232,160,32,.2);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    none;
  background-size: 40px 40px;
}
.cta-band .container { position: relative; z-index: 1; }
.cta-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -.01em;
}
.cta-h2 span { color: var(--color-accent); }
.cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,.6);
  max-width: 520px;
  margin: 0 auto 12px;
  line-height: 1.7;
}
.cta-capacity {
  font-size: 13px;
  color: rgba(255,255,255,.42);
  margin-bottom: 32px;
  letter-spacing: .02em;
}
.cta-capacity strong {
  color: rgba(255,255,255,.65);
  font-weight: 600;
}
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 2 — NEW HERO (.wa-hero)
   Uses Barlow Condensed to match rest of site
   ══════════════════════════════════════════════════════════════════════════ */

.wa-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  padding: clamp(5rem, 10vh, 8rem) 32px clamp(3rem, 8vh, 6rem);
  background: var(--color-bg);
  overflow: hidden;
}
.wa-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.wa-hero__media img,
.wa-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wa-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* left-to-right darken for text readability */
    linear-gradient(
      90deg,
      rgba(10, 12, 15, 0.92) 0%,
      rgba(10, 12, 15, 0.75) 45%,
      rgba(10, 12, 15, 0.35) 100%
    ),
    /* bottom fade to black */
    linear-gradient(
      to bottom,
      transparent 50%,
      rgba(10, 12, 15, 0.6) 80%,
      rgba(10, 12, 15, 0.95) 100%
    ),
    /* top fade to black */
    linear-gradient(
      to top,
      transparent 85%,
      rgba(10, 12, 15, 0.7) 100%
    ),
    /* right edge fade */
    linear-gradient(
      to left,
      rgba(10, 12, 15, 0.5) 0%,
      transparent 15%
    );
}
/* Grid overlay to match live hero */
.wa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    none;
  background-size: 60px 60px;
  pointer-events: none;
}
.wa-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}
.wa-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(232,160,32,.15);
  border: 1px solid rgba(232,160,32,.3);
  border-radius: 100px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeUp .6s ease both;
}
.wa-hero__chip span + span::before {
  content: "\2022";
  margin-right: 8px;
  opacity: 0.5;
}
.wa-hero__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.0;
  letter-spacing: -.02em;
  color: #fff;
  max-width: 18ch;
  margin: 0 0 24px;
  animation: fadeUp .7s .1s ease both;
}
.wa-hero__title em {
  font-style: normal;
  color: var(--color-accent);
}
.wa-hero__subtitle {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  max-width: 680px;
  margin: 0 0 40px;
  animation: fadeUp .7s .2s ease both;
}
.wa-hero__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin: 0 0 26px;
  max-width: 760px;
  border-left: 3px solid var(--color-accent);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.7;
  animation: fadeUp .7s .25s ease both;
}
.wa-hero__trust-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--color-accent);
}
.wa-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
  animation: fadeUp .7s .3s ease both;
}

/* wa-btn: scoped to hero CTA buttons */
.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: var(--radius);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  border: none;
}
.wa-btn--primary { background: var(--color-accent); color: #fff; }
.wa-btn--primary:hover {
  background: #1557CC;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(232,160,32,.4);
}
.wa-btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
}
.wa-btn--secondary:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.4);
}

.wa-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 22px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border);
  animation: fadeUp .7s .4s ease both;
  max-width: 920px;
}
.wa-stat__value {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -.02em;
}
.wa-stat__value sup {
  color: var(--color-accent);
  font-size: 0.55em;
  vertical-align: top;
}
.wa-stat__label {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 7px;
  letter-spacing: .02em;
  line-height: 1.5;
  max-width: 220px;
}

/* ── ANIMATIONS ────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 3 — CANONICAL NAV & FOOTER
   ══════════════════════════════════════════════════════════════════════════ */

.wa-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 3vw, 40px);
  background: rgba(10,12,15,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
}
.wa-nav-logo {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.wa-nav-logo span { color: var(--color-accent); }
.wa-nav-phone {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}
.wa-nav-phone:hover { color: var(--color-accent); }
.wa-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0; padding: 0;
}
.wa-nav-links a {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color .2s;
}
.wa-nav-links a:hover { color: #fff; }
.wa-nav-cta {
  background: var(--color-accent) !important;
  color: #0a0c0f !important;
  padding: 8px 18px !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
  transition: opacity .2s !important;
}
.wa-nav-cta:hover { opacity: .85 !important; color: #0a0c0f !important; }
.wa-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.wa-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: all .25s;
}
@media (max-width: 840px) {
  .wa-nav-phone { display: none; }
  .wa-nav-toggle { display: flex; }
  .wa-nav-links {
    display: none;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: rgba(10,12,15,0.97);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 0 20px;
    border-bottom: 1px solid var(--color-border);
    z-index: 199;
  }
  .wa-nav-links.is-open { display: flex; }
  .wa-nav-links li { width: 100%; }
  .wa-nav-links a { display: block; padding: 12px 24px; font-size: 15px; }
  .wa-nav-cta { margin: 8px 24px 0 !important; display: inline-block; }
}

/* ── CANONICAL FOOTER ──────────────────── */
.wa-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 56px 0 0;
  margin-top: 80px;
}
.wa-footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.wa-footer-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.wa-footer-logo span { color: var(--color-accent); }
.wa-footer-brand p { font-size: 14px; color: var(--color-text-muted); margin: 4px 0; line-height: 1.5; }
.wa-footer-brand a { color: var(--color-text-muted); text-decoration: none; transition: color .2s; }
.wa-footer-brand a:hover { color: var(--color-accent); }
.wa-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.wa-footer-col h5 { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 14px; }
.wa-footer-col ul { list-style: none; padding: 0; margin: 0; }
.wa-footer-col li { margin-bottom: 8px; }
.wa-footer-col a { font-size: 14px; color: var(--color-text-muted); text-decoration: none; transition: color .2s; }
.wa-footer-col a:hover { color: #fff; }
.wa-footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 16px clamp(20px, 4vw, 48px);
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wa-footer-bottom p { font-size: 12px; color: var(--color-text-subtle); margin: 0; }
.wa-footer-social { display: flex; gap: 12px; align-items: center; }
.wa-footer-social a { color: var(--color-text-muted); text-decoration: none; transition: color .2s; display: flex; align-items: center; }
.wa-footer-social a:hover { color: var(--color-accent); }


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 4 — RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  .wa-hero__stats { grid-template-columns: 1fr; gap: 18px; }
  .steps { grid-template-columns: 1fr; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--featured { transform: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--color-border); }
  .trust-item:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .wa-hero__trust { font-size: 13px; padding: 10px 14px; }
  .t-card { flex: 0 0 300px; }
  .service-area-link { width: 100%; max-width: 320px; }
  .wa-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .wa-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* === BRAND ALIGNMENT FIX 2026-04-21 === */
body { font-family: 'Barlow', sans-serif; font-weight: 300; }
.wa-hero__title { font-weight: 800; line-height: 0.95; }
.wa-hero__title em { font-style: italic; color: var(--color-accent); font-weight: inherit; }
.wa-hero__subtitle { font-family: 'Barlow', sans-serif; font-weight: 300; font-size: 18px; line-height: 1.65; color: rgba(232, 234, 237, 0.88); }
.wa-hero__chip { font-family: 'Barlow Condensed', sans-serif; }
.wa-btn { font-size: 13px; font-weight: 700; letter-spacing: 1.56px; padding: 14px 28px; }
.wa-btn--primary { color: #0a0c0f; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; margin-bottom: 16px; }
h2 { font-size: clamp(36px, 4.5vw, 54px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.05; }
h2 em { font-style: italic; color: var(--color-accent); } 

/* ================================================
   CONTACT PAGE — CENTERED LAYOUT  (added 2026-04-21)
   Hides sidebar, centers form content
   ================================================ */
.page-id-2382 .cq-wrap {
  display: block !important;
}
.page-id-2382 .cq-main {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* ================================================
   CONTACT PAGE — CHECKBOX CHECKED STATE FIX  (added 2026-04-21)
   appearance:none disables browser default rendering;
   explicit black fill + white checkmark for :checked
   ================================================ */
.contact-form input[type="checkbox"]:checked,
.jetpack-contact-form__form input[type="checkbox"]:checked {
  background-color: #111111 !important;
  border-color: #111111 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1.5 5l2.5 2.5 4.5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 10px 10px !important;
}


/* Orthomosaic slider image normalization — both before/after fill the 16:10 frame consistently */
.wa-slider .wa-comparison img,
.wa-slider .wa-comparison-overlay img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}


/* ============================================================
   NAV FONT FIX - 2026-04-28
   Forces Barlow Condensed on nav wordmark + links.
   Overrides .elementor-kit-1179 a specificity conflict.
   Google Fonts embed lives in template-3048 nav widget.
   ============================================================ */
.wa-nav .wa-nav-logo {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.wa-nav .wa-nav-logo span {
  color: #E5AE1A !important;
}
.wa-nav-links a {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.wa-nav-cta {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}


/* ============================================================
   PORTFOLIO HERO BACKGROUND - 2026-04-28
   Adds the same aerial site photo used on homepage hero.
   .hero-bg overlay gradient stays in place on top.
   ============================================================ */
.page-id-2374 section.hero {
  background-image: url('/wp-content/uploads/2026/04/hero-bgrnd-4-16-26.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* Deepen the overlay gradient so text stays readable over the photo */
.page-id-2374 .hero-bg {
  background: linear-gradient(180deg,
    rgba(10, 12, 15, 0.55) 0%,
    rgba(10, 12, 15, 0.85) 60%,
    rgba(10, 12, 15, 0.97) 100%) !important;
}


/* Location-page H1 / H2 / H3 — Barlow Condensed (added 2026-05-06) */
.wa-seo-page h1,
.wa-seo-page h2,
.wa-seo-page h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 900;
}


/* PHASE-2 — footer width normalization */
.elementor-location-footer .elementor-container.elementor-column-gap-default{max-width:1180px!important;}
.wa-footer{max-width:1180px!important;}


/* PHASE-2 — block-section title weight reduction */
/* Reduce Barlow Condensed weight from 900 to 700 on section headlines and card titles for readability.
   Hero H1s left alone — they need to punch. */
.h2,
.pricing-name,
.deliverable-title,
.s2-h2,
.s2-card-h3,
.wa-h2 {
  font-weight: 700 !important;
}